/* CSS Document */
body{position:relative;}
.topbar{position: absolute; top:0;padding-left:100px; padding-right:40px;
	 display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
width:calc(100% - 140px);
box-pack:end;
-webkit-box-pack: end;
-moz-box-pack:end;
-ms-flex-pack:end;
justify-content: flex-end;z-index:101; height:100px; 

box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;

}
.logo_bar{position: absolute;left:100px;top: 50%;transform: translateY(-50%);}
.topbar:before{ width:100%; height:1px; line-height:1px; font-size:1px; background:rgba(255,255,255,0.15); position:absolute; bottom:0; left:0;content:'';}
.topbar.guding{ position:fixed;}
.topbar.black{ background: rgba(0,0,0,0.8); }
.menu_bar{display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/ 

box-pack:end;
-webkit-box-pack: end;
-moz-box-pack:end;
-ms-flex-pack:end;
justify-content: flex-end;z-index:101; height:100px; 
box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;
}
.mob_nav{ display:none;}
.mob_search_popup_on {;}
.mob_search_popup{display: none;z-index: 99;position: fixed;left: 0;right: 0;bottom: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);}
.mob_search_popup .mask {display: block;width: 100%;height: calc(100% - 14.67vw);}
.mob_search_popup form {display: block;width: 100%;height: 14.67vw;background-color: rgba(0,0,0,1);box-shadow: 0px 5px 15px rgba(255,255,255,0.15);}
.mob_search_popup form input {appearance:none;background: none;border:none;border-bottom: 1px solid #fff;height:8.67vw;width:calc(100% - 30.67vw);margin:3vw 8vw;box-sizing: border-box;color:#fff;}
.mob_search_popup form button {appearance:none;background: none;border:none;background-image: url(../images/sbsch.png);height:14.67vw ;width: 14.67vw;background-repeat: no-repeat;background-size: 40%;background-position: center;}

/*语言选择*/
.m_lan{ position:relative;background: rgba(0,0,0,0) ;height: 100%;border-right:1px solid rgba(255,255,255,0.15);padding-right: 1.5625vw;}
.select_k{ border-right:1px solid rgba(255,255,255,0.15);}
.lang{display: block; float: left;height: 30px;width: 30px;border: 1px solid #fff;position: relative;line-height: 30px;padding-left: 0.5vw;padding-right: 15px;border-radius: 0.52vw;margin-left: 1.5625vw;
font-size: 18px;
font-family: Arial;
font-weight: 400;
color: #FFFFFF;}
.lang:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    position: absolute;
    top: 13px;
    right: 9px;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
}
.s_ceng{float: left;position: relative;z-index:99;box-sizing:border-box;border: 1px solid #fff;border-radius: 25px;}
.s_ceng input{float:left; text-indent:0; background-color: transparent;width: 0;height: 30px; line-height: 30px;text-indent: 2em;
    border:none;outline: none;background: transparent;color: #fff;outline: none;transition:.4s all ease;}
.s_ceng .s {outline: none;padding-right:0; border: none;border-left:none;height:30px;width:50px;
border-radius: 10px;float: right;background:url(../images/search.png) center no-repeat;}
.s_ceng:hover input{width: 109px;}
.s_ceng:hover {border-radius: 20px;}

 .select_lan{ display:none; position:absolute; top:94px; width:100%; padding:15px 0 0; background: rgba(0,0,0,0.00);}
  .select_lan:before{content:'';width:20px;height:20px;border-radius: 5px;background: #fff;display:block;transform: rotate(45deg);position: absolute;top: 9px;left: 50%;margin-left: -10px;z-index: 4;}
 .select_lan span{ display:block; background: #FFFFFF; position:relative; z-index:5;}
 .select_lan span:first-child{ border-radius:5px 5px 0 0; padding:10px 15px 0 ;}
  .select_lan span:last-child{ border-radius: 0  0 5px 5px; padding:0 15px 10px;}
 .select_lan span a{ display:block;  color:#333; font-size:16px; text-align:center; line-height:36px; }
/*.select_k:hover a:after{ content:'︿'; display:block; position: absolute; color:#fff; right:40px; top:3px; font-family:宋体; font-size:10px; line-height:100px;}*/
/* .m_lan:hover .select_lan{ display:block; } */
.select_lan span:first-child a{border-radius:0; border-bottom:1px solid #EEEEEE;}
.select_lan span:last-child a{ border-radius: 0;}

.contact_R{bottom:2vw;position: fixed;z-index: 2;right: 1.5vw;font-size: 12px;color: #747474;
    text-align: center;padding: 1px;width: 6em;box-sizing:border-box;}
.contact_R li{background-color: #ffffff;border: 1px solid #cfd1d4;margin-bottom: 2px;position: relative;border-radius: 1px;}
.contact_R li a{display: block;padding: 12px 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_R #R-phone{position: absolute;overflow:hidden;top: 0;bottom: 0; opacity: 0; right: 0;font-size: 12px;background: #a2231c;color: #fff;
 -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;}
.contact_R #R-phone:before{ display: inline-block;content: "";height: 100%;width: 1px;vertical-align: middle;}
.contact_R li:hover #R-phone{opacity: 1;right: 7em;text-align: center; width: 160px;text-align: left;padding: 0 20px;}


@media (min-width:721px){
	.select_lan span:hover{ background: #eee; color:#FFEB46;}
	
	}

/*非首页第一屏*/
/*汉堡菜单*/
.m_han.yincang{ width:40px; }
.m_han.yincang span{background: #FFFFFF;}
.m_han.yincang span::after{ 
	    background: #FFFFFF;
}
.m_han.yincang span:nth-of-type(2){ left:0;}
/*汉堡菜单*/
.m_han{padding-left:10px; width:40px; height:26px;box-sizing: border-box;
 display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/ 

 -webkit-flex-direction: column;
		  -moz-flex-direction: column;
		  -ms-flex-direction: column;
		  -o-flex-direction: column; 
		flex-direction: column;
		
		box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content: space-between; 
 
 margin-left:40px; z-index:5;
  transition:  0.3s ease 0s; cursor:pointer;}
.m_han span{ display:block; width:30px; height:2px; transition: 0.3s ease 0s;position:relative;background: #FFEB46;}
.m_han span::after{ 
	    position: absolute;
	    content: "";
	    width: 4px;
	    height: 4px;
	    border-radius: 50%;
	    background: #FFEB46;
	    display: block;
	    left: -10px;
	    top: 0;
}
.m_han span:nth-of-type(2){ position:relative; left:-10px;}
/*关于第三屏hover时候的线条处理*/
.topbar.yincang{ border-bottom-color: rgba(253,253,253,0.00);}
.topbar.yincang .select_k a{ border-color:rgba(255,255,255,0.00);}

/*页脚*/
.fttl{
	width: 506px;
	position: relative;
}
.fttl::after{
	content: "";
	position: absolute;
	top: 0;
	left: 168px;
	width: 1px;
	height: 158px;
	background: #FFFFFF;
}
.fttll{
	width: 130px;
	height: 148px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.fttlr p{
	margin-top: 0.7vw;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #DBDBDB;
	line-height: 1;
}
.fttlr p:nth-child(1){
	margin-top: 1.4vw;
}
.fttr{
	width: 43vw;
}
.ewm{
	width: 123px;
	height: 123px;
	margin: 0 auto;
	margin-bottom: 0.6vw;
	background-image: url(../images/ewm.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.kfooter{
	position: relative;
	z-index: 2;
	padding:67px 100px 0;
	background: #303030;
	/* height: 403px; */
	box-sizing: border-box;
	overflow: hidden;
	background: #DA251C;
	box-shadow: 0px 4px 0px 0px rgba(255, 235, 70, 0.8);
	border-radius: 100px 100px 0px 0px;
}
.kfooter .M{
	position: relative;
}
.kfooter .M::after{
	position: absolute;
	left: 50%;
	margin-left: -50vw;
	height: 100%;
	top: 0;
	width: 100vw;
	background: #AD140D;
	content: "";
}
.kfooter .M .link li:first-child {
    margin-right: 0;
}
.kfooter .M .link {
	position: relative;
	z-index: 2;
    text-align: left;
    padding: 0.7vw 0;
    box-sizing: border-box;
}
.kfooter .M .link li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.7vw;
	color: #DBDBDB;
}
.kft{ display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/

box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content:space-between;}

	/*footer_地图*/
.kf_menu{ width:calc(100% - 245px);}
/* #MenuList_f1{margin-right:7.7vw;} */
#MenuList_f1 .menu{	display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/

box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content:space-between;
 width: 31vw;}
/* #MenuList_f1 .menu .stmenu:first-child{ display:none;} */
#MenuList_f1 .menu .stmenu>h3 a{ color:#FFFFFF; font-size:18px; font-family:微软雅黑; display:block;}
#MenuList_f1 .child{ margin-top:28px;}
#MenuList_f1 .child a{ font-size:14px; line-height:30px; color: #DBDBDB;font-family:微软雅黑;}

	/*footer_微信*/
	.kf_r { display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  -webkit-flex-direction: column;
		  -moz-flex-direction: column;
		  -ms-flex-direction: column;
		  -o-flex-direction: column; 
		flex-direction: column;
		  flex-direction: column;
		  box-pack:start;
		-webkit-box-pack: start;
		-moz-box-pack:start;
		-ms-flex-pack:start;
		  justify-content: flex-start;}
	.kf_chat{ display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:justify;
-webkit-box-pack: justify;
-moz-box-pack:justify;
-ms-flex-pack:justify;
 justify-content:space-between; 
 box-align:end; 
-webkit-box-align:end;
-moz-box-align:end;
-ms-flex-align:end;
 align-items: flex-end;
  padding-bottom:35px; border-bottom:1px solid #474747; margin-bottom:25px;}
	.kf_tel div{  display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content:flex-start; 
		   
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;}
	.kfc_info{ width:114px; padding-left:20px;}
	.kfc_info p{ font-size:14px; color:#999999; line-height:24px;}
	.kf_tel{ }
	.kf_tel>div{  display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content:flex-start; 
		   
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center; }
	.kf_tel>div a{  display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content:flex-start; 
		   
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;}
	.kf_tel>div span{color:#fff; font-size:16px;font-family:微软雅黑; line-height:1; }
	.kf_tel>div img{ display:inline-block; margin-right:8px;}
	/*.kf_tel>span{ font-size:34px; color:#FFFFFF; font-family:arial; line-height:1;padding-top:20px;}*/
	
/*footer_版权*/
.kfb{  display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  
		  box-pack:center;
-webkit-box-pack:center;
-moz-box-pack:center;
-ms-flex-pack:center;
		   justify-content:center; 
		   
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center; width:100%; height:68px; }
.kfb_info img{ display: inline-block;}
.kfb_info span,.kfb_info a{ font-size:14px; color:#DBDBDB; line-height:1;}

@media (min-width:751px){
	.sbsjlinksbox,.kfbsj{
		display: none;
	}
}
@media (min-width:721px){
	.MenuList_d1-default .MenuList_d1-nav-list li a:hover{ background: none; color:#E11C13;}
	.mob_lan,.mob_search{ display:none;}
	#MenuList_f1 .child a:hover{ color:#FFFFFF; transition:all 0.5s ease 0s;}
	}
@media (max-width:1590px){
ul.MenuItems	{margin-left:20px;}
	}
@media (max-width:1580px){
		.m_han{ display:none;}

	.mob_nav{display:block;width: 40px;margin-left: 40px;height: 26px; position:relative;}
	.MenuList_d1-main{ width:600px;}
	.MenuList_d1-right .MenuList_d1-main{ right:-600px;}
	.MenuList_d1-hamberger{ top:0; left:0; padding:0; width:40px; height:26px;}
	.MenuList_d1-right.MenuList_d1-open .MenuList_d1-overlay, .MenuList_d1-right.MenuList_d1-open .MenuList_d1-hamberger{left:auto; right:0; z-index:1001;}
	.MenuList_d1-hamberger span, .MenuList_d1-hamberger span:before, .MenuList_d1-hamberger span:after{ width:40px; height:2px; background: #E11C13;right: 0; }
	.MenuList_d1-open .MenuList_d1-hamberger span:before{ background: #E11C13;}
	.MenuList_d1-open .MenuList_d1-hamberger span:after{ background: #E11C13;}
	.MenuList_d1-nav{ margin-top:0; border-top:1px solid #eeeeee;}
	.MenuList_d1-default{ background: #fff;}
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:74px;padding-bottom:200px; margin-bottom:0;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:28px; font-family:微软雅黑; line-height:72px; color:#999999; text-align:center; padding:0 20px;}
	.MenuList_d1-default .MenuList_d1-nav-list li a.on{background: none; color:#E11C13;}
	
	#mob_lan span{ display: block; font-size: 24px; color:#666666; margin-right: 24px; line-height: 100px;}
	#mob_lan span a{display: block; font-size: 24px; color:#666666; line-height: 100px;}
	#mob_lan span a.on{color:#E11C13;}
	#mob_lan span:last-child{margin-right: 0;}
	#mob_lan{ display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  box-pack:start;
-webkit-box-pack: start;
-moz-box-pack:start;
-ms-flex-pack:start;
		   justify-content: flex-start; 
		   box-align:center; 
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items: center; border-right: 1px solid #EEEEEE; width: calc(80% - 40px); padding-left:40px;}

	
	}

@media (max-width:1366px){
	
	/*.kf_r { display:none;}*/
	#MenuList_f1{ margin-right:0;}
	.fttrl{
		display: none;
	}
	.fttr{
		justify-content: flex-end;
	}
	.fttr {
	    width: auto;
	}
	.MenuList_d1-main{ width:426px;}
	.MenuList_d1-right .MenuList_d1-main{ right:-426px;}
	#mob_lan{ width:calc(80% - 80px);}
	#mob_lan span{ font-size: 16px;  margin-right: 12px;}
	#mob_lan span a{ font-size: 16px; }
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:20px;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:18px;  line-height:48px; }
/* #MenuList_f1 .child{ margin-top:0;} */

	#MenuList_f1 .child a{ line-height:20px;}
	.kf_chat{ margin-bottom:0;}
	#MenuList_f1 .menu{ max-width:calc(100% - 30px);}

	}
@media (max-width:1200px){
	.kf_r { display:none;}
	#MenuList_f1 .menu .stmenu>h3 a{ font-size:14px;}
	.kf_menu{ width:100%;}

	
	}
@media (max-width:1024px){
	.kft{ display:none;}
	/* .kfooter{ padding:0;} */
	.kfb{ margin-top:0; border-top:0;}
	.s61>div{ display:none;}	
	}
@media (max-width:900px){
	.kfooter {
	    padding: 67px 70px 0;
	}
}
@media (max-width:800px){
	.fttl {
	    width: 451px;
	}
	.fttl::after {
	    left: 143px;
	}
		.MenuList_d1-main{ width:340px;}
	.MenuList_d1-right .MenuList_d1-main{ right:-340px;}
	#mob_lan span{ font-size: 12px;  margin-right: 12px;}
	#mob_lan span a{ font-size: 12px; }
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:20px;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:14px;  line-height:36px; }
	#mob_lan{ width:calc(80% - 75px); padding-left:20px;}
	
	}
@media (max-width:750px){
.MenuList_d1-hamberger span, .MenuList_d1-hamberger span:before, .MenuList_d1-hamberger span:after {
	width: 6.7vw;
}
.kfooter {
    padding: 8vw 6.7vw 0;
	border-radius: 6.7vw 6.7vw 0px 0px;
	background-image: url(../images/sbsjbg.png);background-repeat: no-repeat;background-size: 100% 100%;
}
.kfooter .M {
    display: none;
}
.fttl::after {
    content: none;
}
.fttl,.ftt {
    display: block;
}
.fttlr p{
	display: none;
}
.fttll {
    width: 17.34vw;
    height: 19.73vw;
    background-image: url(../images/logo2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	margin: 0 auto;
}
.fttl {
    width: 100%;
}
.fttlr{
	margin-top: 4vw;
	width: 100%;
	font-size: 3.73vw;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.gzlink img,.kfb{
	display: none;
}
.gzlink span{
	font-size: 2.6vw;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #DBDBDB;
	margin-top: 2.26vw;
}
.fttrr{
	margin: 0 auto;
	margin-top: 7.3vw;
}
.sbsjlinksbox li{
	height: 6.13vw;
	border-bottom: 1px solid #FFFFFF;
	font-size: 3.73vw;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 2.67vw;
	position: relative;
}
.sbsjlinksbox li::after{
	content: "";
	height: 3.46vw;
	width: 3.46vw;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.73vw;
	background-image: url(../images/sjfootmore.png);background-repeat: no-repeat;background-size: 100% 100%;
}
.kfbsj{
	margin-top: 6.7vw;
	padding: 4.93vw 0 6vw;
	text-align: center;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #CCCCCC;
	font-size: 3.2vw;
	position: relative;
}
.kfbsj::after{
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -50vw;
	top: 0;
	content: "";
	background: #B81E16;
}
.kfb_info{
	position: relative;
	z-index: 2;
}
.kfbsj .kfb_info span,.kfbsj .kfb_info a {
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #CCCCCC;
    font-size: 3.2vw;
    line-height: 1;
}
.gsname{
	margin: 2.7vw 0;
}
}
@media (max-width:720px){
	/*topbar*/
	.topbar{padding-left:4%; padding-right:4%;display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/width:92%;height: 14.67vw;background-color: rgba(0,0,0,0.4);}
	.topbar::after{width: 16.13vw;height: 14.67vw;background: #FFEB46;position: absolute;right:0;top: 0;content: "";}
	.logo_bar{ left:4%; width:30.8vw;z-index: 2;}
	.menu_bar{
		z-index: 2;
	}
	.logo_bar a{ width: 100%;}
	.logo_bar img{ display:block; width:100%;} 
	.m_lan{ display:none;}
	.mob_lan{display:block;width:14.67vw;height:6.7vw;border: 1px solid #fff;border-radius: 1.34vw;box-sizing: border-box;position: relative;margin-left: 2vw;}
	.mob_lan::after{width: 4vw;height: 4vw;background-image: url(../images/diqiu.png);background-repeat: no-repeat;background-size: 100% 100%;position: absolute;left: 2.267vw;top: 1.34vw;content: "";}
	.mob_lan span {display:block;}
	.mob_search {display:block;}
	.mob_lan span a{ font-size:3.73vw; color:#FFFFFF; line-height:6.7vw;  display:block; padding-left: 7.467vw;}
	.mob_nav{ margin-left:6.7vw;}
	.mob_search{
		width: 6.7vw;
		height: 6.7vw;
		box-sizing: border-box;
		border: 1px solid #EEEEEE;
		border-radius: 1.34vw;
		position: relative;
	}
	.mob_search::after{width: 4.13vw;height: 4.8vw;background-image: url(../images/sbsch.png);background-repeat: no-repeat;background-size: 100% 100%;position: absolute;left:1.34vw;top: 1.2vw;content: "";}
	#mob_lan span{ line-height:60px;}
#mob_lan span a{ height:60px; line-height:60px;}

	.MenuList_d1-main{ width:100%;}
	.MenuList_d1-right .MenuList_d1-main{ right:-100%;}
	.MenuList_d1-toggle.MenuList_d1-hamberger{ padding:30px 0 ; top:-30px;}
	#mob_lan{width: calc(87.51vw - 41px);padding-left: 5.55vw;height: 14.67vw;}
	#mob_lan span{ font-size:4vw; margin-right:3.3vw;}
	#mob_lan span a{ font-size:4vw;}
	.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:4.66vw; line-height:2.5;}
	.MenuList_d1-default .MenuList_d1-nav-list{ padding-top:12.3vw;}
	
	
	/*footer*/
	.kfb{ padding:0 4%; width:92%; height:19.44vw;}
	.kfb_info span{ display:inline-block; }
	.kfb_info span:nth-of-type(2){ display:none;}
	.kfb_info{ text-align:center;}
	.kfb_info span, .kfb_info a{ font-size:14px; line-height:1.8;}

	.contact_R{width:5.5em;}
	.contact_R li a{padding:8px 0;}
	.contact_R li img{height:25px;}
	
	}

@media (max-width:360px){
.topbar{padding-left:4%; padding-right:4%;display:box; 
		  display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
		  display:-webkit-flex; /* Chrome */
		  display:-moz-box;     /* Firefox 19 */
		  display:-ms-flexbox;   
		  display:flex;  /*flex容器*/
		  width:92%; }
.logo_bar img{ width:100%;}
.mob_nav{ margin-left:28px;}
#mob_lan{width: calc(87.51vw - 41px);padding-left: 5.55vw;}
#mob_lan span { font-size:14px;}
#mob_lan span a{ font-size:12px;}
.MenuList_d1-default .MenuList_d1-nav-list li a{ font-size:14px; line-height:36px;}
	
/*footer*/
.kfb{ height:70px;}
.kfb_info span, .kfb_info a{ font-size:12px; line-height:22px;}

	}

























