@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	color:#555555;
	background:#FFF;
	position:relative;
	width:100%;
	height:100%;
    font-family:"PingFang HK Regular","Microsoft JhengHei","Microsoft Yahei", "Microsoft Yahei",Arial, Helvetica, sans-serif;
}

img{
	border:none;
	vertical-align:middle;
	text-decoration:none;
}
a,a img{
	border:none;
	outline:none;
	cursor:pointer;
	text-decoration:none;
	background:none;
}
a:hover,a:focus{
	color: inherit;
	outline:none;
	text-decoration:none;
}
header{
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	width:100%;
}
.navbar{
    margin-bottom:0;
}
.navbar-collapse.collapse{
    padding-top:10px;
}
.navbar-nav > li.active a{
    color:#f15a2b;
}
.navbar-nav > li > a{
    font-size:16px;
    color:#469d46;
}
.navbar-nav > li:hover a{
    background:none;
    color:#f15a2b;
}
.navbar.navbar-fixed-top{
    position:relative;
}
header.other{
	background:#FFF;
}
header.other .navbar-nav > li > a{
	color:#469d46;
}
header.other .navbar-nav > li.active a{
	color:#f15a2b;
}
header.other .navbar-nav > li:hover a{
	color:#f15a2b;
}
.button{
	width: 100%;
	display: inline-block;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.banner.other_banner{
	margin-top:69px;
}
.blank{
	margin-top:69px;
}

#script{
	padding:40px 0;
}
p.p1{
	max-width:700px;
	margin:0 auto 30px;
	font-size:24px;
}
a.read-more{
	margin:0 auto;
	color:#3f9b45;
	width:180px;
	display:block;
	text-align:center;
	padding:8px 20px;
	font-size:20px;
	border:2px solid #3f9b45;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;

}
.orange{
	color:#f15a2b;
}
#propose{
	background:#cbd82e;
	padding:50px 0 0;

}
.propose{
	margin-bottom:50px;
}
.propose.float{
	display:inline-block;
	float:none;
	vertical-align:top;
}
.propose .icon{
	margin-right:-15px;
}
.propose .icon img{
	display:inline-block;
}

.propose .detail h2{
	font-size:20px;
	color:#1f9747;
	margin-top:0;
}
.propose .detail p{
	font-size:15px;
}
table.media tr td{
	position:relative;
	width:50%;
}
.media_more{
	position:absolute;
	right:20px;
	bottom:0;
	background:#FFF;
	padding:20px 30px 10px;
	width: 80%;
}
.news_details a.continue img{display:inline-block;}
.media_more .title{
	color:#f05b2b;
	font-size:19px;
	margin-bottom:10px;
}
.media_more p{
	color:#bbbbbb;
	font-size:23px;
	/*white-space:nowrap;*/
	font-weight:300;
}
.media_more .icon_more{
	float:right;
}
.album_more{
	position:absolute;
	right:0;
	bottom:0;
	background: url(../images/album_bg.png) repeat;
	padding:20px 0;
	width:100%;
	color:#FFF;
}
.album_more .title{
	font-size:20px;
}
.album_more .title a{
	color: #FFFFFF;
	cursor: pointer;
	display: block;
}

.album_more .icon_more{
	float:right;
}
#news{
	background:#eeeeee;
	padding:50px 0;
}
#news .news{
	background:#FFF;
    margin-bottom: 15px;
}
#news .news .img{
}
#news .news h2{
	color:#f15c2e;
	font-size:15px;
	margin-top:0;
	height:18px;
	overflow:hidden;
}
#news .news .news_details{
	padding:20px 15px;
}
#news .news p{
	font-size:17px;
	height:100px;
	overflow:hidden;
}
#news .news .continue{
	color:#f15c2e;
}
#news .news .continue:hover{
	text-decoration:underline;
}
table.contact{
	width:100%;
}
table.contact tr td{
	width:50%;
}
table.contact tr td:nth-child(1){
	height:520px;
}
table.contact tr td:nth-child(2){
	background:#f15a2b;
	padding:30px 40px;
}
table.contact tr td h1{
	font-size:40px;
	color:#bfd231;
	margin-top:0;
	font-weight:300;
	margin-bottom:20px;
}
#form .form-control{
	height:45px;
	background:none;
	border:3px solid #FFF;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	border-radius:0;
	font-size:17px;
	color:#FFF;
	max-width:550px;
}
#form .form-control:focus{
	border:3px solid #bfd231;
	color:#bfd231;
	background:#cd4d25;
	outline:none;
}
#form textarea.form-control{
	height:auto;
	line-height:22px;
	overflow-y: auto;
	 resize:none;
}
.ico_transfer{
	text-align:right;
	max-width:550px;
}
.ico_transfer a{
	background:#1f9747;
	display:inline-block;
	color:#FFF;
	padding:10PX 25PX;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:18px;
}
.form-control::-moz-placeholder{ 
	color:#FFF; opacity:0.7;
}
.form-control:-ms-input-placeholder{
	color:#FFF;opacity:0.7
}
 .form-control::-webkit-input-placeholder{
	 color:#FFF;opacity:0.7
}
.content{
	padding:50px 0;
	min-height: 583px;
	background:#FFF;
}
.content h1{
	font-size:48px;
	color:#000;
	font-weight:100;
	margin:0 0 20px;
}
.content h1 span.red{
	color:#ed5e31;
}
.content h2{
	font-size:26px;
	color:#000;
	font-weight:100;
	margin:0 0 20px;
}
.content p{
	font-size:15px;
	margin-bottom:30px;
	line-height:30px;
}
.content .button .read-more{
	float:left;
	width:auto;
}
.content .button .signature{
	float:right;
}
#copyright{
	background:#444a59;
	font-size:15px;
	color:#646b7c;
	padding:30px 0;
	line-height:20px;
}
#copyright .phone{
	color:#bfd231;
}
#copyright .share{
	text-align:right;
}
#copyright .share a{
	display:inline-block;
	margin:0 15px 0 0;
}
#footer{
	background:#353a47;
	font-size:12px;
	color:#646b7c;
	padding:20px 0;
	line-height:20px;
}
#footer a{
	color:#646b7c;
}
#footer a:hover{
	text-decoration:underline;
}
.nav > li > a:focus, .nav > li > a:hover{
	background: inherit;
}
#album{
	display:inline-block;
	width:100%;
}

.album{
	float:left;
	width:50%;
	position:relative;
}
#myTab{
	text-align:center;
	padding:20px 0;
	border-top:1px solid #e6e6e6;
}
#myTab > li{
	display:inline-block;
	float:none;
}
.nav-tabs > li > a{
	padding:5px 17px;
	font-size:18px;
	color:#999999;
	border:2px solid;
	border-color: transparent;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:50px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border:2px solid #f15a2b;
	color:#f15a2b;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
	border:2px solid #f15a2b;
	color:#f15a2b;
}
#news_details {
	background: #FFF;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#news_details p{
	font-size: 15px;
	margin-bottom: 25px;
}
#news_details .news_details {
	max-width:900px;
	margin: 0 auto;
}
a.read-more.back{
	float: left;
	margin-bottom: 30px;
}
#event{
	padding:20px 0;
	border-top:1px solid #e2e2e2;
}
#event h1{
	font-size:50px;
	color:#ed5e31;
	font-weight:100;
	margin-bottom:20px;
}
#event .company{
	font-size:17px;
	color:#168240;
	font-family: "PingFang HK Regular";
}
#event .job_title{
	font-size:22px;
	color:#777777;
}
#event .name{
	font-size:30px;
	font-weight:bold;
	color:#777777;
}
#event .mentors{
	min-height:130px;
}
#event .module{
	clear:both;
	margin:0 auto 30px;
}
#event .employers{
	float:left;
	width:33.33%;
	border:3px solid #FFF;
	background:#f8f8f8;
	font-size:15px;
	padding:15px 10px;
}
#event .partner{
	display:table;
	width:100%;
}
table.schedule{
	width:100%;
}
table.schedule td{
	padding:15px;
	width:50%;
}
table.schedule tr:nth-child(2n) td{
	background:#f8f8f8;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-left:9px solid #FFF;
	border-right:9px solid #FFF;
}
.schedule .img{
	display:inline-block;
	vertical-align:middle;
}
.schedule .detail{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.schedule .detail .date{
	font-size:20px;
	color:#168240;
}
.schedule .detail .date span{
	font-size:30px;
}
.schedule .detail p{
	font-size:14px;
	color:#000;
}
#others {
	padding:50px 0;
}
#others .navs{
	margin-bottom:40px;
	display:table;
	width:100%;
}
#others .navs > li{
	float:left;
	width:22%;
	margin:0 0 10px;
	list-style:none;
	text-align:center;
	position:relative;
}
#others .navs > li+li{
	margin-left:4%;
}

#others .navs > li> a{
	text-align:center;
	font-size:17px;
	color:#ed5e31;
	background:#FFF;
	width:100%;
	display:inline-block;
	border:3px solid #ed5e31;
	padding:7px 0;
}
#others .navs >li.active > a{
	background:#ed5e31;
	color:#FFF;
}
#others .navs >li:hover > a{
	background:#ed5e31;
	color:#FFF;
}
#others .navs >li > a .fa{
	margin-left:5%;
}
#others h1{
	font-size:50px;
	margin-bottom:30px;
	color:#ed5e31;
}
#others h2{
	font-size:26px;
	color:#168240;
}
#others p{
	font-size:15px;
	color:#000;
	line-height:30px;
	margin-bottom:0;
}
#others .part{
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #c9c9c9;
}
#others .part:last-child{
	border-bottom:0;
}

#others .profile{
	background:#fafafa;
	padding:15px 30px;
	font-size:15px;
	color:#000;
	line-height:30px;
	margin-top:15px;
}
.main-menu-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #DCDCDC;
}

@media (max-width: 767px) {
  .main-menu-wrapper {
    background-color: transparent;
  }
}
.main-menu-wrapper .main-menu {
  min-height: 46px;
  position: relative;
}
.main-menu-wrapper .main-menu .parent {
  float: left;
}
.main-menu-wrapper .main-menu .parent .open-submenu {
  display: none;
}
.main-menu-wrapper .main-menu .parent > a {
  display: block;
  padding: 13px 20px;
  color: #333;
}
@media (min-width: 768px) {
  .main-menu-wrapper .main-menu .parent > a.with-submenu:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    padding-left:5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.main-menu-wrapper .main-menu .parent > a:hover:after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left:0px;

}
.main-menu-wrapper .main-menu .parent:hover > a{
	color:#f15a2b;
}
.main-menu-wrapper .main-menu .parent.hover > a{
	color:#f15a2b;
}
.main-menu-wrapper .main-menu .parent:hover {
  background-color: #ebebeb;
}
@media (max-width: 768px) {
  .main-menu-wrapper .main-menu .parent:hover {
    background-color: transparent;
  }
}
.main-menu-wrapper .main-menu .parent:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .main-menu-wrapper .main-menu .parent:hover .submenu {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
}
.main-menu-wrapper .main-menu .parent:focus {
  background-color: #ebebeb;
}
@media (max-width: 767px) {
  .main-menu-wrapper .main-menu {
    background-color: #eee;
    display: none;
    width: 100%;
  }
  .main-menu-wrapper .main-menu.open {
    display: block;
	  height: 600px;
	  overflow-y: auto;
  }
  .main-menu-wrapper .main-menu .parent {
    display: block;
    float: none;
    padding: 6px 10px;
    font-size: 14px;
    position: relative;
  }
  .main-menu-wrapper .main-menu .parent > a {
    padding: 0 10px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #cacaca;
    color: #555;
  }
  .main-menu-wrapper .main-menu .parent .open-submenu {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -5px;
    right: 5px;
    line-height: 40px;
    color: #888;
    text-align: center;
    font-size: 20px;
  }
  .main-menu-wrapper .main-menu .parent:last-of-type > a {
    border-bottom: none;
  }
  .main-menu-wrapper .main-menu .submenu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    visibility: visible;
  }
}
.main-menu-wrapper .width-full {
  left: 0;
  width: 100%;
}
.main-menu-wrapper ul {
  padding: 0;
  margin: 0;
}
.main-menu-wrapper .main-menu-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-menu-wrapper .main-menu-mobile {
    display: block;
    background-color: #469d46;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    position: relative;
    color: #469d46;
    font-size: 18px;
  }
}
.main-menu-wrapper .main-menu-mobile .main-menu-toggle {
  position: absolute;
  right: 10px;
}
.main-menu-wrapper .main-menu-mobile .main-menu-toggle i {
  font-size: 20px;
}
.main-menu-wrapper .submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  background: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
}
@media (max-width: 767px) {
  .main-menu-wrapper .submenu {
    opacity: 1;
  }
  
}
.submenu-wrapper h4.title {
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px 0;
}
.submenu-wrapper h5 {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  margin: 0;
}
.submenu-wrapper a.basic {
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  min-height: inherit;
  display: block;
  color: #999999;
  text-align:left;
  clear:both;
  border-bottom:1px solid #c3c3c3;
}



.submenu-wrapper a.basic:hover{
  color: #ed5e31;
  
}

.submenu-wrapper > div.next2:hover > a:after{
 font-family: 'FontAwesome';
  font-size: 16px;
  content: "\f105";
  position:absolute;
  right:10px;
  color: #ed5e31;
  
}
.submenu-wrapper > div:hover >a{

  color: #ed5e31;
}
.submenu-wrapper li:last-of-type a {
  border: none;
}
.submenu-wrapper .submenu-image-wrapper {
  margin-bottom: 15px;
}
.submenu-wrapper .submenu-category-wrapper {
  margin-bottom: 15px;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block {
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: none;
  position: relative;
  width: 100%;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block:hover .product-image {
  border-color: #0091d5;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block:hover .product-info .name {
  color: #0091d5;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block .product-image {
  width: 100px;
  float: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.submenu-wrapper .submenu-product-list-wrapper .product-block .product-info {
  margin-left: 110px;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block .product-info .name {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 13px;
  text-transform: uppercase;
  color: #555;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block .product-info .price {
  width: 100%;
  font-size: 13px;
  color: #35373e;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block .product-info .price .price-new {
  color: #35373e;
  font-weight: 600;
}
.submenu-wrapper .submenu-product-list-wrapper .product-block .product-info .price .price-old {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
}
.submenu-wrapper .submenu-product-grid-wrapper {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.submenu-wrapper .submenu-product-grid-wrapper:hover {
  border: 1px solid #0091d5;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-image .discount-label {
  color: #FFFFFF;
  font-size: 10px;
  background-color: #EE3729;
  line-height: 18px;
  width: 36px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 1;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-image .discount-label:before {
  border-color: #EE3729 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  bottom: -9px;
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  transition-duration: 0.3s;
  transition-property: bottom;
  z-index: -1;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-info {
  margin-top: 10px;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-info .name {
  height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  font-weight: normal;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-info .name a {
  margin-bottom: 0;
  font-size: 14px;
  font-family: inherit;
  text-transform: none;
  color: #555;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-info .name a:hover {
  color: #0091d5;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-info .price {
  width: 100%;
  font-size: 13px;
  color: #35373e;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-info .price .price-new {
  color: #35373e;
  font-weight: 600;
}
.submenu-wrapper .submenu-product-grid-wrapper .product-info .price .price-old {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
}
.submenu-wrapper .submenu-brand-wrapper {
  margin-bottom: 10px;
}
.submenu-wrapper .submenu-brand-wrapper a {
  display: block;
  text-align: center;
}
.submenu-wrapper .submenu-brand-wrapper a span {
  display: block;
  height: 20px;
  overflow: hidden;
}
.submenu-wrapper .submenu-brand-wrapper:hover {
  opacity: 0.8;
  outline: 1px solid #0091d5;
}
.submenu-wrapper .submenu-image-wrapper a {
  position: relative;
  overflow: hidden;
  display: block;
}
.submenu-wrapper .submenu-image-wrapper a:before {
  box-sizing: border-box;
  border: 0px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  opacity: 0;
  content: "";
  left: 0;
  overflow: visible;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.submenu-wrapper .submenu-image-wrapper a:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
  border: 15px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.submenu-wrapper .submenu-html-wrapper {
  margin-bottom: 20px;
}
.submenu-wrapper .submenu-html-wrapper .image {
  margin-bottom: 10px;
}
.submenu-wrapper .submenu-html-wrapper .info {
  padding: 0 5px;
}
.submenu-wrapper .submenu-html-wrapper h5 {
  font-size: 13px;
  padding: 10px 0;
}
.submenu-wrapper .submenu-html-wrapper .description {
  color: #888;
}
.submenu-wrapper .submenu-html-wrapper .action a {
  font-size: 12px;
  padding: 6px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.main-menu-wrapper .main-menu{
	text-align:right;
}
.main-menu-wrapper .main-menu-mobile .main-menu-toggle{
	top:14px;
}
.main-menu-wrapper .main-menu-mobile{
	cursor:pointer;
	background:none;
}
.main-menu-wrapper{
	border-bottom:none;
	background:none;
}
.main-menu-wrapper .main-menu .parent > a{
	font-size:16px;
	padding:12px 15px;
	margin:10px 0;
	color:#469d46;
}

.main-menu-wrapper .main-menu .parent{
	display:inline-block;
	float:none;
	margin:0 3px;
}
.main-menu-wrapper .main-menu .parent:hover{
	background:none;
}
.main-menu-wrapper .submenu{
	background:#ffffff;
	border:1px solid #c3c3c3;
	text-align:center;
}
ul.nav_menu{
	position: absolute;
	left:100%;
	top:-1px;
	width:100%;
	background:#FFF;
    border: 1px solid #c3c3c3;
    text-align: center;
	display:none;
	list-style:none;
}
ul.nav_menu li a{
	color: #999999;
    display: block;
    font-size: 16px;
    min-height: inherit;
    padding: 10px 20px;
    text-align: left;
	border-bottom:1px solid #c3c3c3;

}
ul.nav_menu li a:hover{
	color: #ed5e31;
}
ul.nav_menu2{
	position: absolute;
	left:100%;
	top:-1px;
	width:100%;
	background:#FFF;
    border: 1px solid #c3c3c3;
    text-align: center;
	display:none;
	list-style:none;
}
ul.nav_menu2 li a{
	color: #999999;
    display: block;
    font-size: 16px;
    min-height: inherit;
    padding: 10px 20px;
    text-align: left;
	border-bottom:1px solid #c3c3c3;

}
ul.nav_menu2 li a:hover{
	color: #ed5e31;
}
.submenu > div{
	position:relative;
}
.submenu > div:hover ul.nav_menu{
	display:block;
}
.submenu ul.nav_menu:hover ul.nav_menu2{
	display:block;
}
.navbar-brand.page-scroll{
	position:relative;
	z-index:9;
}
#others .navs  ul.sub_menu{
	list-style:none;
	width:100%;
	margin-top:-1px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	border-radius:0;
	padding:0;
	border:2px solid #ed5e31;
}
#others .navs  ul.sub_menu> li{
	display:block;
}
#others .navs  ul.sub_menu> li >a{
	color:#ed5e31;
	font-size:16px;
	padding:10px 5%;
	display:block;
}
#others .navs  ul.sub_menu> li >a:hover{
	color:#FFF;
	background:#ed5e31;
}

@font-face{
	font-family: "PingFang HK Regular";
	/*src: url('fonts/PingFang.ttc');*/
}


