﻿input,select{ outline:none; /*-webkit-appearance:none;*/}

input:focus {
	border: 1px solid #d0111b !important;
}
.wrap { width:1260px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1366px; margin-right:auto; margin-left:auto;}


/* 侧边在线客服side */
.side{position:fixed;width:54px; right:0;top:314px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative; margin-bottom:2px;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;overflow:hidden; line-height: 54px;
font-size: 16px; border-radius:6px 0 0 6px;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#a0a3a5;transition:all 0.3s; border-radius:6px 0 0 6px;}
.side ul li .sidetop:hover{background:#da1729;}
.side ul li img{float:left;}

.header{
	width: 100%;
	background: rgba(255,255,255,0.6);
	position: fixed;
	top: 0;
	z-index: 9998;
}
.header-top{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #e4e4e4;
}
.header-top-nav{
	zoom: 1;
}
.header-top-nav:after{
	display: block;
	content: '';
	clear: both;
}
.header-top-fr{
	float: right;
	display: flex;
	line-height:30px;
}
.header-top-fr a{ color:#777; font-size:14px; display:inline-block; padding:0 25px; background-repeat:no-repeat; background-position:left center; background-size:17px 17px;}
.header-top-fr a:nth-child(1){ background-image:url(../images/i-i1.png)}
.header-top-fr a:nth-child(2){ background-image:url(../images/i-i2.png)}
.header-top-fr a:nth-child(3){ background-image:url(../images/i-i3.png)}
.header-top-fr a:last-child{ border:none; padding-right:0;}
.header-top-fr a:hover{ color:#cf111b;}

        li.nav-item { float:left; line-height:93px;}
        li.nav-item>a{display: block;text-align: center; font-size: 18px;position: relative; margin-left:55px;}
        li.nav-item:hover>a ,li.nav-item.active>a{color: #da1729; font-weight:bold;}
        li.nav-item:hover>a::before,li.nav-item.active>a::before{display: block;}
        /* 二级菜单 */
        .subMenu{display: none;position: absolute;top: 93px;left: 0;width: 100%; height: 400px;background-color: #f5f5f5;}
        .subMenu>ul{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;align-items: center;}
        .subMenu>ul>li>a{display:block;padding:0 18px;text-align: center;line-height: 50px;color: #333;}
        .subMenu>ul>li>a:hover{color:red}


.header-bottom{
	height:93px;
	border-bottom: 1px solid #e4e4e4;
}
.header-nav {
	position: relative;
}

.head-fl {
	float: left;
	padding-top:8px;
}

.head-fr {
	float: right;
	display: flex;
}

.head-fr-com{
	width: 50px;
	height: 50px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #d0121b;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}

.head-fr-com a {
	color: #d0121b;
}

.header-search {
	margin-left: 55px;
}

.header-search img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}



/*下拉导航*/
.header-down{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 400px;
	background: #f5f5f5;
	z-index:2;
}
.header-down-nav{
	width: 100%;
	height: 100%;
	display: flex;
}
.header-down-fl{
	width: 74%;
	padding-top: 80px;
}
.header-down-fl-nav{
		zoom: 1;
}
.header-down-fl-nav:after{
	display: block;
	content: '';
	clear: both;
}
.header-down-img{
	float: left;
	width: 30%;
	overflow: hidden;
}
.header-down-img img{
	width: 100%;
	transition-duration: 0.5s;
}
.header-down-img:hover img{
	transform: scale(1.1);
}
.header-down-list{
	float: left;
	width: 70%;
	padding-left: 60px;
	padding-right: 80px;
}
.header-down-list h3{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	line-height:30px;
}
.header-down-list p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin-bottom: 30px;
}
.header-down-list dl{
	zoom: 1;
}
.header-down-list dl:after{
	display: block;
	content: '';
	clear: both;
}
.header-down-list dl dd{
	float: left;
	width: 33.3%;
	font-size: 18px;
	margin-bottom: 25px;
	line-height:25px;
}
.header-down-list dl dd a{
	color: #333;
}
.header-down-list dl dd a:hover{
	color: #d0101b;
}
.header-down-fr{
	width: 26%;
    height: 100%;
    background: url(../images/111.png) no-repeat bottom center #d0101b;
    padding-top: 80px;
    padding-left: 120px;
	background-size: contain;
	position:absolute; right:0; top:0;
}
.header-down-fr h3{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 55px;
	line-height:30px;
}
.header-down-fr li{
	margin-bottom: 20px;
	font-size: 18px;
	line-height:30px;

}

.header-down-fr li a{
	color: #fff;
	position: relative;
}
.header-down-fr li a:before{
	content: '';
	width: 0%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transition-duration: 0.5s;
}
.header-down-fr li a:hover:before{
	width: 100%;
	left: 0;
}
.footer{ position:relative; z-index:2; clear:both;}
.footer-list{
	background: #d0121b;
}
.footer-list-nav ul{
	zoom: 1;
}
.footer-list-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.footer-list-nav ul li{
	float: left;
	width: 33.3%;
	padding: 20px 0 20px;
	cursor: pointer; text-align:center;
}

.footer-list-nav ul li:hover img{
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.footer-list-nav ul li h5{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	/*margin-bottom: 5px;*/
}
.footer-list-nav ul li p{
	font-size: 16px;
	color: #fff;
}
.footer-center{
	background: #3a3b3e;
	padding: 70px 0 60px;
}
.footer-center-nav{
	zoom: 1;
}
.footer-center-nav:after{
	display: block;
	content: '';
	clear: both;
}
.footer-center-nav dl{
	float: left;
	margin-right: 82px;
}
.footer-center-nav dl:last-child{
	margin-right: 0;
}
.footer-center-nav dl dt{
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
	
}
.footer-center-nav dl dt a{
	color: #fff;
}
.footer-center-nav dl dd{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	overflow:hidden
	
}
.footer-center-nav dl dd a{
	color: #fff;
	opacity: 0.5;
	position:relative;
	transition-duration:.5s;
	display:inline-block;
	padding-bottom:5px;
	
}
.footer-center-nav dl dd a:after{ content:""; position:absolute; transition-duration:.5s; bottom:0; width:0; left: 50%;transform: translate(-50%); height:2px; background:#fff;}
.footer-center-nav dl dd:hover a:after{ width:100%;}
.footer-center-nav dl dd:hover a{
	opacity: 1;
}
.footer-center-nav dl dd h3{
	font-size: 30px;
	color: #fff;
	font-family: "微软雅黑";
	line-height: 30px;
	margin-bottom: 20px;
}
.footer-center-nav dl dd p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	opacity: 0.5;
}
.ewm-list{
	display: flex;
}
.ewm-list a{
	display: block;
	margin-left: 20px;
	transition-duration:.5s;
}
.ewm-list a:nth-child(1){
	margin-left: 0;
}
.ewm p{
	font-size: 14px;
	color: #fff;
	font-family: "宋体";
	margin-top: 20px;
	text-align: center;
	opacity: 0.5;
}
.footer-bottom{
	background: #1f2024;
}
.footer-bottom-nav{
	zoom: 1;
}
.footer-bottom-nav:after{
	display: block;
	content: '';
	clear: both;
}
.footer-bottom p{
	font-size: 16px;
	color: #fff;
	line-height: 70px;
	opacity: 0.5;
}
.footer-bottom p:nth-child(1){
	float: left;
}
.footer-bottom p:nth-child(2){
	float: right;
	display: flex;
}
.footer-bottom p:nth-child(2) a{
	margin-left: 40px;
	color: #fff;
}

.home-search{
	margin-top: 50px;
	position: relative;
}
.home-search input{
	width: 100%;
	height: 55px;
	border: none;
	outline: none;
	background: #fff;
	font-size: 18px;
	color: #555555;
	padding-left: 25px;
	padding-right: 70px;
	box-sizing: border-box;
}
.home-search-btn{
	width: 35px;
	height: 35px;
	background: url(../images/search1.png) no-repeat;
	position: absolute;
	right: 35px;
	top: 10px;
}

.slider-container{
	width: 100%;
	height: 480px;
}

.ewm-list a span {
    position: absolute;
    display: none;
    width: 175px;
    z-index: 2;

	display:block;    right: 424px;
    top: 240px;
}


/*2020-06-15产品下拉改*/

.th-img{ position:absolute; bottom:30px; left:-530px; opacity:0; background:#d0111b; max-height: 100%;
    max-width: 100%;}
.th-img img{ width:100%; height:100%;}
.navBar:hover>.menu_pop{ display:block}
.menu-1{ height:400px; background:#f5f5f5;}
.menu-1 .pro_menuBar_left{ float:left; width:700px; height:400px;  padding-top:33px; box-sizing:border-box; z-index:2; position:relative;    background: #d0111b;}
.pro_menuBar_left>.menuBar_list{ height:50px; line-height:50px; }
.menuBar_list .menu1{ height: 46px; line-height: 46px; padding-left: 20px;display: block; color:#fff; width:293px;background:url(../images/bsj.png) no-repeat 70% center;}
.menuBar_list:hover>a{  color:#fff; background:url(../images/bsj.png) no-repeat 70% center #e3222c; border-radius:10px 0 0 10px;}

.pop_pro_menu{ width:300px; position:absolute; height:400px; left:30%; top:0; display:none; background: #e3222c;}
.two_menu{ width:535px; text-align:left; line-height:46px; height: 400px; padding-top:33px; display:none; }
.two_menu li{}


.two_menu>li>a{ display:block; width:270px; height:100%; line-height:46px; margin-left:30px; color:#fff; padding-left:30px;background:url(../images/bsj.png) no-repeat 70% center; box-sizing:border-box;}
.two_menu>li:hover a{ border-radius:10px 0 0 10px;background:url(../images/hsj1.png) no-repeat 70% center #f5f5f5;color:#333;}
.three_menu{ width:210px; position:absolute; left:289px; top:0; display:none; height: 400px;  background: #f5f5f5; padding-top:33px;  padding-left:40px;}
.three_menu>li{ width:100%; float:none; overflow:hidden; line-height:24px; margin:3px 0; padding:0 3px;}
.two_menu .three_menu>li a{ background:none; transition-duration:.5s; font-size:16px; }
.two_menu .three_menu>li:hover a{ background:none; padding-left:10px; color:#d0111b}

.two_menu .beijing01:nth-child(1) .three_menu{ display:block;}
.two_menu .beijing01:nth-child(1) .three_menu .th-img{ opacity:1;}

.xians {display: block;}
.menuBar_list:hover .two_menu{ display:block;}
.menuBar_list:hover .pop_pro_menu{ display:block;}
.two_menu li:hover .three_menu{ display:block;}
.menuBar_list:hover .three_menu .th-img{ opacity:1;}
.pro-down-nav:after{ content:""; position:absolute; width:20%; height:400px; background:#d0111b; top:0; left:0; z-index:1;}
.pro_menuBar_right{ float:right; background:#f5f5f5; width:600px;color: #333;}
.pro_menuBar_right h1{font-size: 30px; margin-bottom: 15px;line-height: 30px; padding:53px 0 30px 0}
.pro_menuBar_right p{font-size: 18px;color: #555;line-height: 28px;margin-bottom: 30px;}
.pro_menuBar_right ul li{ float:left; background:#fff; width:22%; padding:20px 10px;-moz-box-shadow:0px 0px 9px #ABABAB; -webkit-box-shadow:0px 0px 9px #ABABAB; box-shadow:0px 0px 9px #ABABAB; border-radius:20px; margin-right:3%;}
.pro_menuBar_right ul li img{ transition-duration:.5s; width:100%;}
.pro_menuBar_right ul li:hover img{ transform:scale(1.1,1.1)}

.bar01 h1{ font-size:20px; float:left; line-height:24px; width:156px; background:url(../images/fk.jpg) no-repeat right center;}
.bar01 p{ float:left; width:70%; padding-left:20px; line-height:24px; margin-bottom:10px;}
.bar01 p a{ font-size:16px; width:25%;display:block; float:left; padding-bottom:5px;}
.sou-down-fl{ padding-top:50px;}
.bar01 p a:hover{ color:#d0111b}





/*搜索框弹出*/
.animated{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
#dialogBg{width:100%;height:100%;background: rgba(0,0,0,0.7); position:fixed;top:0;left:0;z-index:9999;display:none;}
#dialog{ width: 450px; height: 140px; margin: 0 auto; display: none;   position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -225px; z-index: 10000;  }
.dialogTop{width:90%;margin:0 auto;letter-spacing:1px;padding:10px 0; font-size:16px;}
.dialogTop a{ color:#fff;}
.tc-ss{ width:90%; margin:0 auto; padding:20px 0;}
.tc-ss ul{border-bottom: 2px solid #fff;}
.tc-ss ul .sk03{ width:90%; float:left}
.tc-ss ul .sk03 input{ width:100%; background:none; height:40px; line-height:40px; color:#fff; font-size:16px;}
.sk04 input{ width:24px; height:24px; background:url(../images/search3.png) no-repeat center center; padding:10px 0 0 20px; cursor:pointer;}



.search_nav{width: 600px;height: 140px;position: absolute;left: 50%;top: 40%;margin-left: -300px;margin-top: -70px;  z-index: 999;}
.ylt-big{width: 90%;height: 90%;position: absolute;left: 5%;top: 5%;}
.claseDialogBtn{width: 90%;margin: 0 auto;padding: 10px 0;zoom: 1;margin-bottom: 20px;}
.claseDialogBtn:after{display: block;content: '';clear: both;}
.claseDialogBtn span{float: right;font-size: 16px;color: #FFFFFF;cursor: pointer; }
.search_input{width: 90%;margin: 0 auto;zoom: 1;}
.search_input{width: 90%;margin: 0 auto;zoom: 1;}
.search_input:after{display: block;content: '';clear: both;}
.search_input input{float: left;width: 80%;height: 51px;background: none; border: none;outline: none;border-bottom: 2px solid #fff;font-size: 16px;color: #555;padding-left: 40px;box-sizing: border-box; background:url(../images/search2.png) no-repeat 10px center #fff;}
.search_input button{width: 20%;height: 51px;display: block;line-height: 51px;text-align: center;float: left; color: #fff; background:#da1729; border:none; font-size:16px;}



/*小屏导航*/
.xs-top{display: none;}
.logo{width: 24%; float: left; margin-top: 7px; margin-left: 2%;}

.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner-header-icon{color: #ffffff;background: #d0111b; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#d0101b; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid #eb313c;
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}

.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center #db2832;
}
.navContent1{display: none; border-bottom: 1px solid #d6d6d6; padding:10px 0; background:#db2832;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:16px; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/

.xz-list-ti{ background:#f4f4f4}
.xz-list-ti li{ float:left; height:56px; line-height:56px; color:#333; font-size:18px; width:15%; text-align:center;}
.xz-list-ti li:nth-child(1){ width:34%; margin-right:6%;}
.xz-list-nr{ border-bottom:1px dashed #d3d3d3; line-height:70px;}
.xz-list-nr li{ width:15%; text-align:center; font-size:16px; float:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.xz-list-nr li:nth-child(1){ width:34%; margin-right:6%; text-align:left; background:url(../images/jt1.png) no-repeat left; padding-left:32px;}
.xz-list-nr li img{ transition-duration:.5s;}
.xz-list-nr li:hover img{ transform:scale(1.1,1.1)}
.ne-banner-title {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translateY(-50%);
}
.ne-banner-title h3 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.ne-banner-title p {
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

@media screen and (max-width:1450px){
	.w11{
		width: 1260px;
	}
	.header-down-list h3,.header-down-fr h3,.pro_menuBar_right h1{ font-size:20px;}
	.pro_menuBar_right h1{ padding:20px 0;}
	.pro_menuBar_right p{ font-size:14px;}
	.header-down-list p,.header-down-list dl dd{ font-size:14px; margin-bottom:10px;}
	.bar01 h1{ font-size:16px; width:126px;}
	.bar01 p a{ font-size:14px; padding-bottom:0;}
	
	.footer-center-nav dl{
		margin-right: 58px;
	}
	.header-down-nav{
		width: 98%;
		margin-left: 2%;
	}
	.header-down-fr{
		padding-left: 40px; padding-top:20px;
	}
	.header-down-fr h3{ margin-bottom:25px;}
	.header-down-img{
		width: 35%;
	}
	.header-down-list{
		width: 65%;
		padding-left: 40px;
    	padding-right: 40px;
	}
	.pro_menuBar_right{ width:520px;}
	.bar01 p a{ font-size:14px;}
	.subMenu{ height:auto;}
	.sou-down-fl{ padding-top:20px; padding-bottom:20px;}
	.header-down-fl{ padding-top:20px; padding-bottom:20px;}
	}

@media screen and (max-width:1367px){
	.header-down-list p{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.header-down-list dl dd{
		margin-bottom: 20px;
		font-size: 16px;
	}

}


@media screen and (max-width:1261px){
.w11,.wrap{
		width: 960px;
	}
li.nav-item>a{ font-size:16px; margin-left:25px;}
.header-down-list{ padding:0 10px;}
.pro_menuBar_right{ width:320px;}
.menu-1 .pro_menuBar_left{ width:500px;}
.three_menu{ width:170px;}
.pro_menuBar_right h1{ font-size:26px; padding:15px 0;}
.pro_menuBar_right p{ font-size:14px;}
.pro_menuBar_right ul li{ padding:0;}
.header-down-fr{ width:20%;}
.header-down-fl{ width:85%;}
.bar01 p{ width:60%;}
.home01 .icon_box li i{ width:58px !important; height:55px !important; background-size: cover}
.footer-center-nav dl{ margin-right:14px;}
.footer-center-nav dl dt{ font-size:18px; margin-bottom:15px;}

}

@media screen and (max-width:769px){
	.w11{
		width: 100%;
		padding:0 18px;
	}
	.xs-top{display: block;}
	.header{display: none;}
	.footer-list-nav ul li{
		width: 100%;
		padding: 15px 0;
	}
	.footer-list-nav ul li img{
		width: 40px;
		float: left;
		margin-right: 10px;
	}
	.footer-list-nav ul li h5{
		font-size: 16px;
		margin-top: 0;
	}
	.footer-list-nav ul li p{
		font-size: 14px;
	}
	.footer-center{
		padding: 20px 0 5px;
		background:#1f2024
	}
	.footer-bottom p{
		line-height: 26px;
   		padding: 10px 0;
	}
	.footer-center-nav{ text-align:center;}
	.footer-center-nav dl dd,.footer-bottom p:nth-child(2){ display:none;}
	.footer-center-nav dl dt{ font-size:16px; margin-bottom:10px;}
	.footer-center-nav dl{ margin:0 3px; float:none; display:inline-block;}
	.footer-bottom p{ text-align:center; font-size:12px; padding:0 0 10px 0;}
	.footer-bottom p span{ display:none;}
	.f-bo-lx{ display:none;}
	.side{ display:none;}
	.xz-list-ti li,.xz-list-nr li{ font-size:13px; width:16%;}
	.xz-list-ti li:nth-child(1),.xz-list-nr li:nth-child(1){ width:68%; margin-right:0;}
	.xz-list-ti li:nth-child(2),.xz-list-nr li:nth-child(2),.xz-list-ti li:nth-child(3),.xz-list-nr li:nth-child(3){ display:none;}
.ne-banner-title{ width:100%; left:0;}
.ne-banner-title p{ font-size:16px; line-height:1.6;}
.ne-banner-title h3{ font-size:26px;}
.ne-home{ display:none;}
.xz-list-nr li:nth-child(1){ padding-left:14px;}
.footer-list{ display:none;}
.footer-center-nav dl dt{ font-size:14px; margin-bottom:10px;}
.ewm-list a{ margin-left:10px;}
.ewm-list a img{ width:80%;}
.footer-center-nav dl:last-child{
	clear:both;
}
.xz-list-nr{ line-height:40px;}
.so-mobile-fl a{ width:33%; padding-right:0; font-size:12px;}
.xz-list-ti li:nth-child(2), .xz-list-nr li:nth-child(2),.xz-list-ti li:nth-child(3), .xz-list-nr li:nth-child(3){ display:none}
.xz-list-ti li:nth-child(1), .xz-list-nr li:nth-child(1){ width:68%;}
.footer-bottom p:nth-child(1){ float:none;}
.ewm-list a span{width: 120px;bottom: 55%;}
.navContent1 li{ line-height:24px;}
}
.neii-ban{
	padding-top: 93px;
}


























