*{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}
li{
	list-style:none;
}
img{
	vertical-align:middle;
	border:none;
}
body{
	font-family:"Microsoft YaHei";
	min-width:1500px;
}
.head{
	width:100%;
	height:140px;
	background:url(../images/head.jpg) no-repeat;
}
.header{
	width:1500px;
	margin:0px auto;
}
.header .logo{
	float:left;
	line-height:140px;
}
.header .right{
	float:right;
	margin-top:45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .right .pic{
	margin-right:50px;
	padding-top:24px;
}
.header .right .tel p{line-height: 1;color: #1a659e;display: flex;align-items: center;margin-bottom: 6px;}
.header .right .tel em{margin: 0 12px;}
.header .right .tel p span{
	font-size:18px;
}
.header .right .tel h5{font-size:24px;color:#1a659e;}
.header .header .right .tel h5{line-height: 1;color: #1a659e; font-weight: normal;font-size:24px;font-family:"DINMedium";}
.header .right .tel img{height: 16px;}
.searchBtn{
	margin-left: 40px;
	width: 43px;
	height: 43px;
	border-radius: 5px;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #008952;}
.nav{
	width:100%;
	height:66px;
	background-color:#009944;
}
.navcen{
	width:1500px;
	margin:0px auto;
}
.navcen>ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.navcen>ul>li{
	position:relative;
	z-index:1;
}
.navcen>ul>li a{
	font-size:20px;
	color:#fff;
	line-height:66px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.navcen>ul>li a:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 2px;
	transform: scaleX(0);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.navcen>ul>li.nav-active:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.navcen>ul>li:hover a:before {
	transform: scale(1);
	opacity: 1;
}
.navcen>ul>li .nav_hov{width: 150px;position: absolute;left: 50%;top:64px;margin-left: -75px;background: #fff;text-align: center;color: #333;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.navcen>ul>li .nav_hov ul li{padding: 8px 0;}
.navcen>ul>li .nav_hov a{color:#333;display: block;line-height: 24px;padding: 0 4px;position: relative; font-size:16px;}
.navcen>ul>li .nav_hov a:hover{color: #009944;}
.navcen>ul>li .nav_hov a:before{content: "";width: 2px;height: 100%;background: #009944;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.navcen>ul>li .nav_hov a:hover:before{-webkit-transform: scale(1);transform: scale(1);}
.navcen>ul>li:hover .nav_hov{display:block;}
.ban{
	width:100%;
	height:759px;
}
.fullSlide{width:100%;position:relative;height:759px}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:759px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:200px;}
.fullSlide .bd li a img{width:100%;height:759px;}
.fullSlide .hd ul{position:absolute;left:47%;bottom:3%;}
.fullSlide .hd ul li{width:21px;height:26px;float:left;margin-left:20px;background:url(../images/banli.png) no-repeat;}
.fullSlide .hd ul li.on{background:url(../images/banhov.png) no-repeat;}
.sectone{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	background: #fff;
	box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.09)
}
.sectonecen{
	width:1500px;
	margin:0 auto;
}
.sectonecen ul{
	width:100%;
	position:relative;
	height: 102px;
	line-height: 40px;
	display: flex;
	align-items: center;
}
.sectonecen ul li{
	width:100%;
	line-height:102px;
	text-align:center;
}
.sectonecen ul li:hover{
	background: #008952;
}
.sectonecen ul li:hover span{
	color: #fff;
}
.sectonecen ul li:hover img {
    filter: brightness(0) invert(1);
}
.sectonecen ul li a{
	display:inline-block;
	width:100%;
}
.sectonecen ul li a img{
	height: 38px;
	margin-right: 16px;
}
.sectonecen ul li a span{
	font-size:20px;
	color: #333333;
}
.sectwo{
	width:100%;
	overflow:hidden;
	background:url(../images/bg.jpg) no-repeat;
}
.sectwocen{
	width:1500px;
	margin:40px auto 60px;
	position:relative;
	overflow:hidden;
}
.sectwolef{
	width:780px;
	float:left;
	/*height:639px;*/
	overflow:hidden;
}
.sectwolef .bd{
	width:100%;
	overflow:hidden;
}
.sectwolef .bd ul li{
	width:710px;
	height:457px;
}
.sectwolef .bd ul li a img{
	width:100%;
	height:457px;
}
.sectwolef .hd{
	position: absolute;
	top:10px;
	bottom: 120px;
	left: 50%;
	width: 1px;
	background: #ccc;
}
.sectwolef .hd a{
	display: block;
	width: 37px;
	position: absolute;
	top:0px;
	left: 50%;
	transform: translateX(-50%);
	height: 37px;
	background:url(../images/hp15.png) center center #fff no-repeat;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
	border-radius: 50%;
}
.sectwolef .hd a:hover{
	background:url(../images/hp15h.png) center center no-repeat #177f51;
}
.sectwolef .hd a.next{
	top: auto;
	bottom: 50px;
	background:url(../images/hp16.png) center center no-repeat #fff;
}
.sectwolef .hd a.next:hover{
	background:url(../images/hp16h.png) center center no-repeat #177f51;
}
.sectworig{
	width:720px;
	float:left;
}
.hintroduce{
	width:100%;
	line-height:33px;
	margin-bottom: 33px;
	overflow:hidden;
}
.hintroduce h3{
	float:left;
	font-size: 30px;
	color: #177f51;
	font-weight: 700;
}
.hintroduce a{
	float:right;
	font-size:14px;
	color:#636262;
}
.yyjj{
	height:260px;
	text-align: justify;
	overflow:hidden;
	overflow-y: auto;
	padding-right:20px;
}
.yyjj::-webkit-scrollbar {
    width: 5px;
}
.yyjj::-webkit-scrollbar-track {
    background: #5da686;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.yyjj::-webkit-scrollbar-thumb {
    background: #5da686;
    border-radius: 10px;
}
.yyjj p{
	font-size: 16px;
	color: #5e5d5d;
	line-height:33px;
}
.yyxg{
	overflow:hidden;
	margin-top:40px;
	padding:0px 20px;
}
.yyxg ul li{
	text-align:center;
	float: left;
	margin-left:110px;
}
.yyxg ul li:first-child{
	margin-left:0px;
}
.yyxg ul li a{
	display:inline-block;
	width:100%;
}
.yyxg ul li a img{
	width:80px;
	height:80px;
}
.yyxg ul li a span{
	display: block;
	line-height:40px;
	font-size:16px;
	color:#333;
}
.yyxg ul li:hover a span{
	color:#009944;
}
.slide{
	width:1500px;
	margin:0px auto;
	height:160px;
	position:relative;
}
.slide .bd ul li{
	width:100%;
	height:160px;
}
.slide .bd ul li a img{
	width:100%;
	height:160px;
}
.slide .hd ul{
	position:absolute;
	left:48%;
	bottom:5%;
}
.slide .hd ul li{
	width:16px;
	height:16px;
	float:left;
	margin-left:10px;
	background:url(../images/banli1.png) no-repeat center center;
}
.slide .hd ul li.on{
	width:16px;
	height:16px;
	background:url(../images/banhov1.png) no-repeat center center;
}
.yynews{
	width:1500px;
	margin:60px auto;
	overflow:hidden;
}
.yynewsl{
	width:660px;
	float: left;
	overflow:hidden;
	position:relative;
}
.yynewsl .bd{
	width:100%;
}
.yynewsl .bd ul li{
	width:100%;
	overflow:hidden;
}
.yynewsl .bd ul li a{
	display:inline-block;
	width:100%;
}
.yynewsl .bd ul li a .hpic{
	width:100%;
	height:380px;
	border-radius:4px;
	overflow:hidden;
}
.yynewsl .bd ul li .hpic img{
	width:100%;
	height:380px;
	border-radius:4px;
	transition: 1s ease;
}
.yynewsl .bd ul li:hover .hpic img{
	transform: scale(1.1,1.1);
}
.yynewsl .bd ul li .htit{
	padding: 26px 26px 26px 40px;
	background: #f9f9f9;
	border-radius: 0 0 4px 4px;
}
.yynewsl .bd ul li .htit span{
	display: block;
	color: #222222;
	line-height: 28px;
}
.yynewsl .bd ul li .htit p{
	color: #222222;
	line-height: 34px;
	font-weight:bold;
}
.yynewsl .bd ul li:hover .htit p{
	color:#009944;
}
.yynewsl .hd{
	width:100%;
}
.yynewsl .hd ul{
	position:absolute;
	top:70%;
	left:40%;
	z-index:1;
	display:flex;
	justify-content:center;
}
.yynewsl .hd ul li{
	width:16px;
	height:16px;
	float:left;
	margin-left:10px;
	background:url(../images/banli1.png) no-repeat center center;
}
.yynewsl .hd ul li.on{
	width:16px;
	height:16px;
	background:url(../images/banhov1.png) no-repeat center center;
}
.yynewsl .hd a{
	display:inline-block;
	width:32px;
	height:70px;
	position:absolute;
	z-index:1;
	top:32%;
	cursor:pointer;
}
.yynewsl .hd a.prev{
	left:0;
	background:url(../images/prev.png) no-repeat;
}
.yynewsl .hd a.next{
	right:0;
	background:url(../images/next.png) no-repeat;
}
.yynewsr{
	width:810px;
	float: left;
	margin-left:30px;
}
.yynewsr .h3{
	width:100%;
	overflow:hidden;
}
.yynewsr .h3 h3{
	float: left;
	margin-right: 66px;
	position: relative;
	line-height: 60px;
	cursor:pointer;
	color: #333333;
	font-size:26px;
}
.yynewsr .h3 h3:before {
	content: "";
	width: 1px;
	height: 18px;
	background: #e1e1e1;
	position: absolute;
	right: -33px;
	top: 50%;
	transform: translateY(-50%);
}
.yynewsr .h3 h3.d1{
	color: #008952;
	border-bottom:3px solid #008952;
}
.more1{
	float:right;
	line-height:60px;
}
.more1 a{
	font-size:16px;
	color:#666;
}
.yynewsr .bd{
	width:100%;
	overflow:hidden;
}
.yynewsr .bd ul li:first-child{
	line-height:30px;
}
.yynewsr .bd ul li:first-child h3{
	font-size:18px;
	font-weight:normal;
	line-height: 68px;
	color: #222222;
}
.yynewsr .bd ul li:hover h3{
	color:#009944;
}
.yynewsr .bd ul li:first-child h3::before {
    top:29%;
}
.yynewsr .bd ul li:first-child p{
    color: #666666;
    line-height: 24px;
    height: 48px;
    font-size:14px;
    overflow: hidden;
 	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.yynewsr .bd ul li{
	line-height:75px;
	position:relative;
	padding-left:16px;
	border-bottom:1px solid #e7e7e7;
}
.yynewsr .bd ul li:hover a{
	color:#009944;
}
.yynewsr .bd ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #D8D8D8;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -3px;
}
.yynewsr .bd ul li a{
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	color: #222222;
}
.yynewsr .bd ul li span{
	font-size:16px;
	color:#666;
	float:right;
}
.secthr{
	width:100%;
	overflow:hidden;
	background:url(../images/bg2.jpg) no-repeat;
}
.secthrcen{
	width:1500px;
	margin:0px auto;
	padding:30px 0px 50px;
}
.ksh3{
	width:100%;
	overflow:hidden;
}
.ksh3 h3{
	float: left;
	font-size:30px;
	color: #008952;
	padding-bottom: 21px;
	position: relative;
}
.ksh3 h3:before {
	content: "";
	width: 37px;
	height: 4px;
	background: #008952;
	position: absolute;
	left: 0;
	bottom: 0;
}
.more{
	float:right;
	line-height:60px;
}
.more a{
    font-size: 16px;
    color: #666;
}
.ksjs{
	width:100%;
	overflow:hidden;
}
.ksjs .hd{
	width:100%;
	overflow:hidden;
	border-bottom: 1px solid #eaeaea;
}
.ksjs .hd ul{
	display:flex;
	justify-content:center;
}
.ksjs .hd ul li{
	float: left;
	padding: 0px 50px 20px;
	position:relative;
}
.ksjs .hd ul li.on::after {
    content: '';
    width: 100%;
    max-width: 72px;
    border-bottom: 5px solid #1DAD65;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
}
.ksjs .hd ul li:first-child{
	background:url(../images/cata_icon4.png) no-repeat top center;
}
.ksjs .hd ul li.on:first-child{
	background:url(../images/cata_icon3.png) no-repeat top center;
}
.ksjs .hd ul li:nth-child(2){
	background:url(../images/cata_icon2.png) no-repeat top center;
}
.ksjs .hd ul li.on:nth-child(2){
	background:url(../images/cata_icon1.png) no-repeat top center;
}
.ksjs .hd ul li:nth-child(3){
	background:url(../images/cata_icon8.png) no-repeat top center;
}
.ksjs .hd ul li.on:nth-child(3){
	background:url(../images/cata_icon7.png) no-repeat top center;
}
.ksjs .hd ul li.on a{
	color:#009944;
}
.ksjs .hd ul li a{
	display: block;
	padding-top: 55px;
    font-size: 18px;
    color: #333333;
    font-weight:bold;
}
.ksjs .bd{
	width:100%;
}
.ksjs .bd ul li{
	width:710px;
	float: left;
	margin-left:80px;
	border-bottom: 1px solid #eaeaea;
}
.ksjs .bd ul li:nth-child(2n-1){
	margin-left:0px;
}
.ksjs .bd ul li a{
	display: flex;
	width: 100%;
	padding: 24px 0;
}
.ksjs .bd ul li a .date{
	float:left;
    padding-right: 54px;
    position: relative;
}
.ksjs .bd ul li a .date:before {
    content: "";
    width: 1px;
    height: 44px;
    background: #d7d7d7;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}
.ksjs .bd ul li a .date span{
	display: block;
	line-height: 32px;
	color: #666666;
	font-size:25px;
	font-weight:bold;
}
.ksjs .bd ul li a .date b{
	display: block;
	line-height: 30px;
	font-weight:normal;
	font-size:16px;
	color:#333;
}
.ksjs .bd ul li a .htext{
	float: left;
	width:580px;
}
.ksjs .bd ul li a .htext h3{
	line-height: 32px;
	color: #111111;
	font-size:18px;
}
.ksjs .bd ul li:hover a .htext h3{
	color:#009944;
}
.ksjs .bd ul li a .htext p{
	width:100%;
	line-height: 30px;
	color: #666666;
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.secfour{
	width:100%;
	overflow:hidden;
	background:url(../images/bg3.jpg) no-repeat;
}
.secfourcen{
	width:1500px;
	margin:0px auto;
	overflow:hidden;
	padding-top:50px;
}
.zj h3{
	color:#fff;
}
.zj h3:before {
	background: #fff;
}
.zj .more a{
	color:#fff;
}
.zjjs{
	width:100%;
	overflow:hidden;
	margin-top:25px;
}
.zjjs .bd{
	width:100%;
	overflow:hidden;
}
.zjjs .bd ul li{
	width:185px;
	height:360px;
	float: left;
	padding:20px;
	margin-right:30px;
	text-align:center;
	position:relative;
	background-color:#fff;
}
.zjjs .bd ul li:after {
	content: "";
	background-color: #9ae097;
	width: 50px;
	height: 5px;
	position: absolute;
	left: 88px;
	top:0;
}
.zjjs .bd ul li a{
	width:100%;
}
.zjjs .bd ul li a .zjmc{
	width:100%;
	margin-bottom:12px;
}
.zjjs .bd ul li a .zjmc h3{
	font-size:26px;
	color: #008952;
	font-weight:normal;
	line-height: 35px;
	height: 35px;
}
.zjjs .bd ul li a .zjmc b{
	display: block;
	font-size: 20px;
	color: #222;
	font-weight:normal;
	line-height: 20px;
	margin-top:8px;
	height: 20px;
}
.zjjs .bd ul li a .zjimg{
	width:100%;
	height:260px;
}
.zjjs .bd ul li a .zjimg img{
	width:100%;
	height:260px;
}
.zjjs .bd ul li a .zjyy{
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zjjs .bd ul li a .zjyy p{
	font-size:18px;
	color:#333;	
}
.zjjs .hd{
	width:100%;
	padding:20px 0px;
	position:relative;
}
.zjjs .hd ul{
	display:flex;
	justify-content:center;
}
.zjjs .hd ul li{
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border-radius: 15px;
	cursor: pointer;
	background-color: #fff;
}
.zjjs .hd ul li.on{
	width: 50px;
	background-color: #008952;
}
.zjjs .hd a{
	position:absolute;
	top:38%;
	display:inline-block;
	width:20px;
	height:13px;
}
.zjjs .hd a.prev{
	left:42%;
	background:url(../images/prev1.png) no-repeat;
}
.zjjs .hd a.next{
	right:42%;
	background:url(../images/next1.png) no-repeat;
}
.secfiv{
	width:100%;
	overflow:hidden;
	padding:30px 0px;
}
.secfivcen{
	width:1500px;
	margin:0px auto;
}
.secfivcen ul li{
	float: left;
	width:352px;
	height:422px;
	text-align: center;
	margin-left: 30px;
}
.secfivcen ul li:first-child{
	margin-left:0px;
	background:url(../images/icon10.jpg) no-repeat;
	background-size:100%;
}
.secfivcen ul li:nth-child(2){
	background:url(../images/icon11.jpg) no-repeat;
	background-size:100%;
}
.secfivcen ul li:nth-child(3){
	background:url(../images/icon12.jpg) no-repeat;
	background-size:100%;
}
.secfivcen ul li:nth-child(4){
	background:url(../images/icon13.jpg) no-repeat;
	background-size:100%;
}
.secfivcen ul li h3{
	font-size: 22px;
	color: #fff;
	font-weight:normal;
}
.secfivcen ul li i{
	display: block;
	width: 84px;
	height: 84px;
	margin:60px auto 30px;
}
.secfivcen ul li:first-child i{
	background:url(../images/icon15.png) no-repeat center center;
}
.secfivcen ul li:nth-child(2) i{
	background:url(../images/icon16.png) no-repeat center center;
}
.secfivcen ul li:nth-child(3) i{
	background:url(../images/icon17.png) no-repeat center center;
}
.secfivcen ul li:nth-child(4) i{
	background:url(../images/icon18.png) no-repeat center center;
}
.secfivcen ul li .list span{
	display: block;
	background: url(../images/icon20.png) no-repeat center;
	width: 132px;
	height: 1px;
	margin: 25px auto;
}
.secfivcen ul li .list a {
	display: block;
	color: #fff;
	line-height: 28px;
	font-size:17px;
}
.secfivcen ul li .list a:hover{
	text-decoration:underline;
}
.foot{width:100%;overflow:hidden; background: url(../images/footer.jpg) no-repeat center top;background-size: cover;color: #ffffff;}
.footer{width:1500px;margin:0px auto;}
.footer .top{padding: 60px 0 48px;display: flex;justify-content: space-between;align-items: center;}
.footer .top .right{text-align: right;}
.footer .top .right h5{display: inline-block;padding-left: 34px;font-size:16px; background: url(../images/tell.png) no-repeat left center;line-height: 24px;font-weight: normal;margin-bottom: 16px;}
.footer .top .right p{line-height: 30px;}
.footer .top .right p span{font-family: "ChivoBoldItalic";font-size:25px; margin-left: 20px;color: #fdd171;letter-spacing: -2px;}
.footer .top .right p span:first-child{margin-left: 0;}
.footer .med{border-top: 1px solid rgba(255,255,255,0.2);padding: 26px 0 48px;display: flex;align-items: center;justify-content: space-between;}
.footer .med .qrcode{text-align: center;flex-shrink: 0;margin-left: 30px;}
.footer .med .qrcode img{width: 100px;height: 100px;}
.footer .med .qrcode p{opacity: 0.7;margin-top: 10px;line-height: 1;}
.footer .med .left{flex: 1;overflow: hidden;}
.footer .med .fnav{margin-bottom: 40px;line-height: 30px;}
.footer .med .fnav li{margin-right: 30px;float: left;}
.footer .med .fnav li:last-child{margin-right: 0;}
.footer .med .fnav li a{opacity: 0.8;color:#fff;}
.footer .med .text li{margin-right: 132px;line-height: 24px;float:left;}
.footer .med .text li:last-child{margin-right: 0;}
.footer .med .text li h5{line-height: 44px;font-weight: normal;font-size:18px;}
.footer .med .text li p{opacity: 0.8;font-size:14px;}
.footer .med .text li p span{margin-right: 20px;}
.footer .med .text li p span:last-child{margin-right: 0;}
.bottom{width:100%;padding: 18px 0;background: rgba(0,0,0,0.1);line-height: 32px;}
.bottom .btm{width:1500px;margin:0px auto;font-size:14px;}
.bottom .btm > .w1368{display: flex;justify-content: space-between;align-items: center;}
.bottom .btm .left{flex: 1;overflow: hidden;}
.bottom .btm .left span{margin-right: 20px;}
.bottom .btm .left span:last-child{margin-right: 0;}
.bottom .btm .left span img{margin-right: 6px;}
.bottom .btm .left span a{color:#fff;}
.bottom .btm .link{flex-shrink: 0;margin-left: 30px;display: flex;}
.bottom .btm .link .select{position: relative;width: 194px;z-index: 3;}
.bottom .btm .link .select dt{padding-right: 20px;position: relative;cursor: pointer;}
.bottom .btm .link .select dt:before{content: "";width: 9px;height: 9px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;right: 2px;top:50%;transform: translateY(-50%) rotateZ(-45deg);margin-top: -0.25em;}
.bottom .btm .link .select dd{position: absolute;left: 0;bottom: 100%;width: 100%;background: rgba(0,0,0,0.5);display: none;}
.bottom .btm .link .select dd ul{max-height: 200px;overflow: auto;padding: 10px 0;}
.bottom .btm .link .select dd ul a{display: block;padding: 4px 10px;color:#fff;}
.bottom .btm .link .select dd ul a:hover{background: rgba(0,0,0,0.5);}
.ewml{
	width:200px;
	height:424px;
	position:fixed;
	top:150px;
	left:-200px;
	z-index:10;
}
.ehide{
	width: 35px;
	height: 151px;
	background: url(../images/hewm.png) no-repeat;
	position: absolute;
	top: 150px;
	right: -34px;
	z-index:10;
	cursor: pointer;
}
.hrig{
	width: 35px;
	height: 151px;
	background: url(../images/hewm.png) no-repeat;
	position: absolute;
	top: 150px;
	right:0;
	z-index: 11;
	cursor: pointer;
	display:none;
	background-position:-35px top;
}
.hlef{
	width: 35px;
	height: 151px;
	position: absolute;
	top: 150px;
	right: -34px;
	z-index: 12;
	background: url(../images/hewm.png) no-repeat;
}
.sewm{
	width:200px;
	height:424px;
	position:fixed;
	top:150px;
	left:0px;
	z-index:10;
	display:none;
}
.online{
	left:400px;
    display:block!important;
	background-position:-35px top;
}