@charset "utf-8";

@font-face{
    font-family: 'SourceHanSans';
    src : url('../font/SourceHanSansCN-Regular.ttf');
}
@font-face{
    font-family: 'SourceHanSans1';
    src : url('../font/SourceHanSansCN-Medium.ttf');
}
@font-face{
    font-family: 'SourceHanSans2';
    src : url('../font/SourceHanSansCN-ExtraLight.otf');
}
@font-face{
    font-family: 'Swiss721BT';
    src : url('../font/Swiss721BT-Thin.otf');
}
body{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:14px;
	font-family: "SourceHanSans" ! important;
}
a:link{
	text-decoration:none;
	color:#000;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:none;
	color:#000;
}
a:actived{
	text-decoration:none;
	color:#000;
}
img{
	border:0px;
	margin:0px;
	padding:0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px;
}
ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px;
}
input{
	border:0px;
	outline: none;
}
a{
	margin:0px;
	padding:0px;
	border:0px;
}
p{
	margin:0px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

#main{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}

/*公共头部 --------------start*/
#header{
	width:750px;
	height:144px;
	background-color:#ffffff;
}
#header .header{
	width:750px;
	height:144px;
	position:relative;
}
#header .header .burger {
	height: 70px; 
	width: 43px;
	position: absolute;
	top: 9px;
	right: 45px;
	cursor: pointer;	
}
#header .header .x,
#header .header .y,
#header .header .z {
	position: absolute; margin: auto;
	top: 0px; bottom: 0px;		
	background: #000000;
	border-radius:2px;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
	    -ms-transition: all 200ms ease-out;
	     -o-transition: all 200ms ease-out;
	        transition: all 200ms ease-out;
}		
#header .header .x, #header .header .y, #header .header .z { 
	height: 4px; 
	width: 43px;
}
#header .header .y{
	top: 32px;
}
#header .header .z{
	top: 66px;
}
#header .header .collapse{
	top: 20px;
	background:#000000;
	-webkit-transition: all 70ms ease-out;
	   -moz-transition: all 70ms ease-out;
	    -ms-transition: all 70ms ease-out;
	     -o-transition: all 70ms ease-out;
	        transition: all 70ms ease-out;
}
 

#header .header .rotate30{
	-ms-transform: rotate(30deg); 
	-webkit-transform: rotate(30deg); 
    transform: rotate(30deg);	
	-webkit-transition: all 50ms ease-out;
	   -moz-transition: all 50ms ease-out;
	    -ms-transition: all 50ms ease-out;
	     -o-transition: all 50ms ease-out;
	        transition: all 50ms ease-out;					
}
#header .header .rotate150{
	-ms-transform: rotate(150deg); 
	-webkit-transform: rotate(150deg); 
    transform: rotate(150deg);	
	-webkit-transition: all 50ms ease-out;
	   -moz-transition: all 50ms ease-out;
	    -ms-transition: all 50ms ease-out;
	     -o-transition: all 50ms ease-out;
	        transition: all 50ms ease-out;					
}

#header .header .rotate45{
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
    transform: rotate(45deg);	
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
	    -ms-transition: all 100ms ease-out;
	     -o-transition: all 100ms ease-out;
	        transition: all 100ms ease-out;					
}
#header .header .rotate135{
	-ms-transform: rotate(135deg); 
	-webkit-transform: rotate(135deg); 
    transform: rotate(135deg);	
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
	    -ms-transition: all 100ms ease-out;
	     -o-transition: all 100ms ease-out;
	        transition: all 100ms ease-out;					
}

/*#header .header .circle{	
	border-radius: 50%;
	width: 0px;
	height: 0px; 
	position:absolute;
	top: 35px;
	right: 36px;
	background:#fff;
	opacity:1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
#header .header .circle.expand{
	width:1200px;
	height:1200px;
	top: -560px;
	left: -565px; 	
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);					
	
}*/
#header .header .menu {
	height: 568px; 
	width: 750px;
	position: absolute;
	top: 144px; 
	left: 0px;
	z-index:1000;
	background-color:#ffffff;
	display:none;
}
#header .header .menu ul{
	width:525px;
	height:auto;
	padding-left:180px;
	padding-right:45px;
	padding-top:30px;
}
#header .header .menu ul li{
	width:525px;
	height:44px;
    margin-bottom:20px;
	border-bottom:1px solid #000000;
}

#header .header .menu ul li .en{
	width:300px;
	height:45px;
	line-height:45px;
	float:left;
	font-size:28px;
	color:#000000;
	font-family: "SourceHanSans" ! important;
}
#header .header .menu ul li .ch{
	width:200px;
	height:45px;
	line-height:45px;
	float:right;
	text-align:right;
	font-size:22px;
	color:#000000;
	font-family: "SourceHanSans" ! important;
}
#header .header .menu ul .ermenu{
	width:525px;
	height:auto;
	margin-bottom:20px;
	/*display:none;*/
}
#header .header .menu ul .ermenu .list{
	width:525px;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#898989;
}
#header .header .menu ul .ermenu .list a{
	color:#898989;
}
#header .header .menu ul .ermenu .list.onfocu{
	color:#000000;
}
#header .header .menu ul .ermenu .list.onfocu a{
	color:#000000;
}
/*#header .header .menu ul li {
	list-style: none;
	position:absolute;
	top:50px;
	left:0;
	opacity:0;
	width:320px;
	text-align:center;
	font-size:0px;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#header .header .menu ul li a {
	color:#4a89dc;
	text-transform:uppercase;
	text-decoration:none;	
	letter-spacing:3px;			
}

#header .header .menu li.animate{
	font-size:21px;
	opacity:1;
	-webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#header .header .menu li.animate:nth-of-type(1){	
	top:120px;
	transition-delay: 0.0s;	
}
#header .header .menu li.animate:nth-of-type(2){
	top:190px;
	transition-delay: 0.03s;	
			
}
#header .header .menu li.animate:nth-of-type(3){
	top:260px;
	transition-delay: 0.06s;		
	
}
#header .header .menu li.animate:nth-of-type(4){
	top:330px;
	transition-delay: 0.09s;		
	
}
#header .header .menu li.animate:nth-of-type(5){
	top:400px;
	transition-delay: 0.12s;		
	
}
#header .header .menu li.animate:nth-of-type(6){
	top:470px;
	transition-delay: 0.15s;	
			
}*/
#header .header .logo{
	width:135px;
	max-height:100px;
	float:left;
	margin-top:22px;
	margin-left:45px;
}
#header .header .logo1{
	width:135px;
	max-height:100px;
	float:left;
	margin-top:22px;
}
/*公共头部 --------------end*/

/*公共底部 --------------start*/
#footer{
	width:100%;
	height:auto;
}
#footer .footer{
	width:750px;
	height:auto;
	padding-top:110px;
	padding-bottom:155px;
	margin:0px auto;
	text-align:center;
}
#footer .footer .ercode{
	width:200px;
	height:auto;
}
#footer .footer .ercode .erweim{
	height:142px;
	text-align:center;
	line-height:142px;
}
#footer .footer .ercode .erweim img{
	max-height:142px;
}
#footer .footer .ercode .word{
	height:auto;
	margin:0px auto;
	line-height:25px;
	font-size:14px;
	color:#727171;
}

/*公共底部 --------------end*/

/*二级导航 ---------------start*/
#ernav{
	width:100%;
	height:auto;
	margin-bottom:50px;
}
#ernav .ernav{
	width:660px;
	height:auto;
	margin:0px auto;
}

#ernav .ernav ul{
	width:100%;
	height:auto;
}
#ernav .ernav ul li{
    height:50px;
    line-height:50px;
    margin-right:30px;
    font-size:24px;
    font-family: "SourceHanSans" ! important;
    color:#898989;
}
#ernav .ernav ul li a{
    color:#898989;
}
#ernav .ernav ul li.onfocus a{
	color:#000000;
	font-weight:blod;
}

#erslider{
	width:100%;
	min-height:115px;
	margin:0px auto;
	text-align:center;
}
#erslider img{
	max-width:100%;
}
/*二级导航 -----------------end*/

/*位置信息 ---------------start*/

/*位置信息 ----------------end*/

/*幻灯 ---------------start*/
#slider{
	width:750px;
	height:980px;
	margin:0px auto;
	background-color:#ffffff;
	position:relative;
}
#slider .swiper-container{
	width:100%;
	height:100%;
}
#slider .swiper-container .swiper-slide{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#slider .swiper-slide .link{
	display:block;
	width:100%;
	height:100%;
}


#erslide{
	width:750px;
	height:300px;
	background-color:#ffffff;
	margin:0px auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#erslide .name_en{
	width:750px;
	height:68px;
	position:absolute;
	left:0px;
	bottom:0px;
	text-align:center;
	font-size:86px;
    font-weight:bold;
    color:#f6f6f6;
    line-height:70px;
}
/*幻灯 -----------------end*/

/*分页 ---------------start*/
#ajaxdata{
	width:750px;
	height:auto;
	margin:0px auto;
	padding:25px 0px;
	text-align:center;
}
#ajaxdata .layui-laypage .layui-laypage-curr em{
	color:#727171;
	text-align:center;
}
#ajaxdata .layui-laypage .layui-laypage-curr{
	margin:0px 15px;
	padding:0px;
	width:15px;
	height:25px;
	line-height:25px;
	border-bottom:3px solid #727171;
	text-align:center;
}
#ajaxdata .layui-laypage a{
	margin:0px 15px;
	padding:0px;
	width:15px;
	height:25px;
	line-height:25px;
	border:0px;
	text-align:center;
}
#ajaxdata .layui-laypage a:hover{
	color:#727171;
}
#ajaxdata .layui-laypage a.layui-laypage-prev{
    border:0px;
}
#ajaxdata .layui-laypage a.layui-laypage-next{
    border:0px;
}
#ajaxdata .layui-laypage .layui-laypage-spr{
	padding:0px;
	width:15px;
	height:25px;
	line-height:25px;
	margin:0px 15px;
	border:0px;
	text-align:center;
}
#ajaxdata .layui-laypage a, .layui-laypage span{
	font-size:25px;
}
/*分页 ---------------end*/