/*@media (min-width:1200px) {
	html{font-size: 6.25px !important;}
}
@media (min-width:1280px) {
	html{font-size: 6.6px !important;}
}
@media (min-width:1920px) {
	html{font-size: 10px !important;}
}
*/

@media (max-width:991.5px) {
html{font-size:6px  !important;} 
}
@media (min-width:992px) {
html{font-size:0.52083vw  !important;} /*默认是10px/(1920/100), 1vw等于视口宽度/100。这个是比较重要的，自适应按比例缩放*/
}

@font-face {
    font-family:Alibaba PuHuiTi Regular;
    src:url(../fonts/Alibaba-PuHuiTi-Regular.eot);
    
}
html,body{font-family:Alibaba PuHuiTi Regular;}

.box184301048{
	height: 127px;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color:#000;
}
.box184301048 .logo{
	margin-top:20px;
}
.box184301048 .text1{
	font-size:24px;
	color:#ffa800;
	line-height:127px;
}
.box184301048 .text2{
	text-align:right;
	font-size:24px;
	color:#fff;
	padding-top:50px;
}
.box184301048 .search{
	font-size:24px;
	color:#fff;
}
/*菜单*/
#box201703311002 .navbar-default{
	background-color:#000;
	border-color:#333;
	border:none;
	}
#box201703311002 .navbar{
	min-height:60px;
	margin-bottom:0px;
}
#box201703311002 .nav{
	padding-left:0px;
	}
#box201703311002 .navbar-collapse{
}

#box201703311002 .nav>li{
	background: url(../images/example/nav_li.jpg) no-repeat left center;
	
	}
	
#box201703311002 .nav>li>a{
	min-height: 60px;
	font-size: 16px;
	color: #fff;
	/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#333;
*/
/*	background: url(../images/example/nav_li.jpg) no-repeat left center;
*/	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	}
	
#box201703311002 .nav>li>a:hover{
	text-decoration:none;
	background-color:#F90;
	border-radius: 5px 5px 0 0;
	}
/*END 菜单*/
.home_lanmu201803291105{font-size:24px;color:#666666;}
.home_lanmu_en201803291105{ font-size:14px;color:#b8b8b8; margin-top:5px;}
.home_lanmu_line201803291105{
	width: 26px;
	height: 2px;
	background-color: #ffc001;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.box201803291105 {
	float:left;
	width: 100%;
	margin-right: 24px;

}
.box201803291105 .boxboder{}
.box201803291105 .boxpic{
	text-align: center;
	vertical-align: middle;
	width:100%;
	position:relative;
	overflow: hidden;  /*需要触发BFC消除margin折叠的问题*/
}
.box201803291105 .boxpic .piccontent{}
.box201803291105 .boxpic .piccontent:after {
  content: '';
  display: block;
  margin-top: 100%; /*margin 百分比相对父元素宽度计算*/
  background-color:#F00;
} 

.box201803291105 .boxpic .piccontent .zoompic{
	position:absolute;
}
.box201803291105 .boxpic .piccontent img{
    position: relative;	
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.box201803291105 .boxtitle{
	font-size: 18px;
	padding-top: 18px;
	padding-right: 15px;
	padding-left: 15px;
	text-align:center;
}
.box201803291105 .boxduanluo{
	font-size: 14px;
	padding-top: 18px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	line-height: 25px;
}	
	.foot2018715081553-bottom {
	background-color: #000913;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	padding-top:15px;
	padding-bottom:15px;
	}
