body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family:"Microsoft YaHei",SimSun,Arial; 
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;

    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}


.conwidth{
	max-width: 1400px;
	width: 90%;
	margin: auto;
}
.bgcolor{
	background: #f5f6f7;
}
/*header*/
.header {
	/*position: fixed;*/
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	margin: auto;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;background:url(/static/default/assets/img/top.jpg) no-repeat center;
}

.header.on {
	top: -100%;
}

.header .alter,
.header.white,
.header.hover {
	background:url(/static/default/assets/img/top.jpg) no-repeat center;
}
.header .alter,
.header.white {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.header .wrap{
	width: 83.33333%;
	margin: auto;
}
.header .content {}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}
.header .logo .ic1,
.header .logo .ic2{
	float: left;
}
.header .logo .ic1{
	padding-right: 22px;
}
.header .alter .logo .ic2:before,
.header.white .logo .ic2:before,
.header.hover .logo .ic2:before{
	background: #696b6b !important;
}
.header .logo .ic2{
	position: relative;
	padding-left: 22px;
}
.header .logo .ic2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 45px;
	background: #ffffff;
	opacity: 0.5;
}
.header .logo a {
	height: 90px;
	line-height: 90px;
}

.header .logo a img {}

.header .logo a img.logo2 {
	display: none;
}

.header .alter .logo a img.logo1,
.header.white .logo a img.logo1,
.header.hover .logo a img.logo1 {
	display: none;
}

.header .alter .logo a img.logo2,
.header.white .logo a img.logo2,
.header.hover .logo a img.logo2 {
	display: inline-block;
}
.header .head-right{
	float: right;
}
.header .nav {
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.header .nav>ul>li {
	position: relative;
	float: left;
	padding: 0px 30px;
}

.header .nav>ul>li>a {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 90px;
}

.header .alter .nav>ul>li>a,
.header.white .nav>ul>li>a,
.header.hover .nav>ul>li>a {
	color: #fff;
}

.header .nav>ul>li:hover>a,
.header .nav>ul>li.on a {
	color: #fff;
}

.header .nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: #ee1d23;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .nav>ul>li:hover>a::before,
.header .nav>ul>li.on>a::before {
	width: 100%;
}
.header .drop-down { z-index:9;
	position: absolute;
	top: 90px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 156px;
	padding: 5px 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #d50000;
	border-radius: 0px 0px 4px 4px;
	display: none;
}
.header .alter .drop-down{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.header .drop-down a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .drop-down a:hover {
	color: #fff;
}

.header .drop-down a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.header .drop-down a .ic2 {
	display: none;
}

.header .drop-down a:hover .ic1 {
	display: none;
}

.header .drop-down a:hover .ic2 {
	display: inline-block;
}

.header .drop-down a .t1 {
	font-size: 16px;
	color: #191E4C;
	line-height: 22px;
	text-align: left;
	padding: 0px 30px;
}

.header .drop-down a .t2 {
	margin-top: 12px;
	font-size: 14px;
	color: #687990;
	line-height: 20px;
	text-align: left;
	padding: 0px 30px;
	white-space: nowrap;
}
/*ËÑË÷*/
.searchdiv {
	float: left;
	text-align: center;
	padding-right: 30px;
}

.header .show-search-btn {
	/*display: block;*/
	height: 90px;
	line-height: 90px;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.show-search-btn img {
	margin-left: 10px;
}
.show-search-btn svg{
	max-width: 24px;
	max-height: 24px;
}
.show-search-btn .ic2 {
	display: none;
}

.header .content.alter .show-search-btn .ic2,
.header.white .show-search-btn .ic2,
.header.hover .show-search-btn .ic2{
	display: inline-block;
}

.header .content.alter .show-search-btn .ic1,
.header.white .show-search-btn .ic1,
.header.hover .show-search-btn .ic1 {
	display: none;
}

.search {
	position: fixed;
	z-index: 6;
	top: 89px;
	right: 0;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}

.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}

.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: .2;
}

.search,
.search__overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.row {
	position: relative;
}

.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}

.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.search-header .search-input {
	font-size: 24px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}

.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}

.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 72px;
	background: url(/static/default/assets/img/close.png) no-repeat center;
	background-size: 28px 28px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 75px;
	background: url(/static/default/assets/img/searchf.png) no-repeat center;
	border: none;
	background-size: 28px 28px;
	box-sizing: border-box;
	display: block;
}

.search-header .search-input {
	display: block;
	text-indent: 80px;
	line-height: 75px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}
/*ÓïÑÔÇÐ»»*/
.head-nation{
	float: left;
	position: relative;
	margin-left: 30px;
	height: 40px;
	line-height: 40px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header.white .head-nation, .header.alter .head-nation{
	background: url(/static/default/assets/img/lang.png) center left no-repeat;
}
.head-nation .current{
}
.head-nation .current .name {
    font-size: 16px;
   	color: #666666;
    line-height: 90px;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
    text-align: center;
}
.header.white .head-nation .current .name, .header.alter .head-nation .current .name{
	color: #666666;
}
.head-nation .current .name .ic2{
	display: none;
}
.header .content.alter .head-nation .current .name .ic2,
.header.white .head-nation .current .name .ic2,
.header.hover .head-nation .current .name .ic2{
	display: inline-block;
}

.header .content.alter .head-nation .current .name .ic1,
.header.white .head-nation .current .name .ic1,
.header.hover .head-nation .current .name .ic1{
	display: none;
}
/*.head-nation .current .name.on{
	background: url(../images/img1.png) right center no-repeat;
}*/
.head-nation ul{
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 80px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 10px 0px;
	text-align: left;
}
.head-nation ul li a{
	display: block;
	font-weight: bold; 
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    min-width: 90px;
    text-align: center;
    padding: 0px 20px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	color: #19aeae;
	background-color: #f9f9f9;
}
/**/
.menubtn {
	display: none;
	float: right;
	width: 60px;
	height: 60px;
	background: url(/static/default/assets/img/menu-icon1.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
	cursor: pointer;
}

.header.white .menubtn,
.header .content.alter .menubtn,
.header.hover .menubtn {
	background: url(/static/default/assets/img/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.menubtn.on {
	background: url(/static/default/assets/img/menu-icon2.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.header.white .menubtn.on,
.header .content.alter .menubtn.on,
.header.hover .menubtn.on {
	background: url(/static/default/assets/img/menu-icon2a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.m-nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}

.m-nav .nav-list {
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.m-nav .nav-list>li{
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}
.m-nav .nav-list .one-level{
	position: relative;
	padding-right: 40px;
}
.m-nav .nav-list .one-level i{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 50px;
	background: url(/static/default/assets/img/img99.png) center no-repeat;
	background-size: 15px 18px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level{
	font-family: "syn";
	font-size: 18px;
	color: #666666;
	display: block;
	height: 50px;
	line-height: 50px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #0250ba;
}
.m-nav .nav-list .lang{
	text-align: center;
	margin-top: 10%;
	border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
	padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
	display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
	margin: 0 30px;
}
.m-nav .nav-list .one-level:hover span{
	color: #666666;
}
.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #0250ba;
}

.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.m-nav ul li .m-subnav>a,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-family: "syn";
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover {
	color: #19aeae;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}






















@media only screen and (min-width: 1025px){

}
@media only screen and (max-width: 1680px){

}
@media only screen and (max-width: 1536px){
	.header .nav>ul>li{
		padding: 0px 28px;
	}
}
@media only screen and (max-width: 1440px){
	.header .wrap{
		width: 90%;
	}
	.header .nav>ul>li{
		padding: 0px 25px;
	}
	.searchdiv{
		padding-right: 25px;
	}
	.head-nation{
		margin-left: 25px;
	}

}
@media only screen and (max-width: 1366px){
	.i-product .text .t2{
		font-size: 17px;
	}
}
@media only screen and (max-width: 1280px){
	.header .nav>ul>li{
		padding: 0px 20px;
	}
	.i-banner .box .t1{
		font-size: 32px;
	}
	.i-banner .box .t2{
		font-size: 16px;
	}
	.i-banner .box .t3{
		font-size: 18px;
	}
	.i-banner .box .btn span{
		font-size: 14px;
	}
	.i-product .text .t2{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1199px){
	.header .nav{
		margin-right: 10px;
	}
	.header .nav>ul>li{
		padding: 0px 12px;
	}
	.searchdiv{
		padding-right: 10px;
	}
	.head-nation{
		margin-left: 10px;
	}
}
@media only screen and (max-width: 1024px){
	.header .wrap{
		width: 94%;
	}
	.conwidth{
		width: 94%;
	}
	.header .nav, .head-nation{
		display: none;
	}
	.header .logo{
		/*max-width: 50%;*/
	}
	.header .logo a{
		height: 60px;
		line-height: 60px;
	}
	.header .logo img{
		max-height: 30px;
	}
	.header .logo .ic2:before{
		height: 35px;
	}
	.header .show-search-btn{
		height: 60px;
		line-height: 60px;
	}
	.search{
		top: 60px;
	}
	.searchdiv{
		padding-right: 0;
	}
	.search-header{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.search-header .search-input{
		text-indent: 50px;
		line-height: 60px;
		font-size: 18px;
	}
	.search .submit0{
		height: 60px;
		background: url(/static/default/assets/img/searchf.png) no-repeat center;
	    background-size: 24px 24px;
	}
	.search-close{
		height: 60px;
		background: url(/static/default/assets/img/close.png) no-repeat center;
    	background-size: 24px 24px;
	}
	.head-nation .current .name{
		line-height: 60px;
	}
	.head-nation ul{
		top: 60px;
	}
	.menubtn{
		display: block;
	}


}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 540px){
.header {background:#fff;}
.header.hover {background:#fff;}
	.header .logo{
		/*max-width: 40%;*/
	}
	.header .logo .ic1{
		padding-right: 15px;
	}
	.header .logo .ic2{
		padding-left: 15px;
	}
.header .alter,
.header.white,
.header.hover {background:#fff;}
	.conwidth{
		width: 90%;
	}
	.head-nation{
		margin-left: 10px;
	}
	.menubtn{
		width: 50px;
	}
	.search-header{
		padding-bottom: 50px;
	}
	.search-header .search-input{
		text-indent: 40px;
		line-height: 50px;
		font-size: 16px;
	}
	.search .submit0{
		height: 50px;
		background: url(/static/default/assets/img/searchf.png) no-repeat center;
	    background-size: 20px 20px;
	}
	.search-close{
		height: 50px;
		background: url(/static/default/assets/img/close.png) no-repeat center;
    	background-size: 20px 20px;
	}
	.m-nav .nav-list .one-level i{
		background: url(/static/default/assets/img/img99.png) center no-repeat;
		background-size: 12px 14px;
	}
	
}
@media only screen and (max-width: 480px){
	.lunbotu a{
		padding: 36% 0;
	}
	.obanner{
		padding: 36% 0;
	}
	.i-banner .box .t1{
		font-size: 20px;
	}
	.i-banner .box .btn{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 414px){

}



.banner{ /*height:680px;*/ position:relative;}

.banner .swiper-container{ /*height:680px;*/}
.banner .swiper-container img{width:100%;height:auto;}

.banner .swiper-pagination{ position:absolute; top:50%; transform:translateY(-50%); z-index:0;}
.banner .swiper-pagination1{ position:absolute; bottom:20px; z-index:6; text-align:center; width:100%;}
.banner .swiper-pagination1 span{ display:inline-block; width:12px; height:12px; margin:0 5px;background:#fff;opacity:1;}
.banner .swiper-pagination1 span.swiper-pagination-bullet-active{ background:#f51616;}
.banner .swiper-pagination span{ display:block; font-size:16px; height:auto; width:auto; background:none; color:#fff; opacity:1; margin-bottom:25px;}
.banner .swiper-pagination span::after{ content:""; display:block; height:0px; border-left:2px solid #fff; position:relative; left:8px; margin-top:10px; transition:all 0.5s;}
.banner .swiper-pagination span.swiperh::after{ height:40px;}

.banner .ban_wz{ position:absolute;}

.banner_dian{ position:absolute; bottom:67px; z-index:6;}
.banner_mouse{ position: relative;width: 23px;height: 40px;cursor:pointer;background:url(../images/banner_mouse.png) no-repeat -23px 0px;animation: nudgeMouse 1.6s linear infinite;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:23px;height:40px;background:url(../images/banner_mouse.png) no-repeat 0px 0px;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 1px;height: 9px;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.banner_jt{ text-align:center; margin-top:10px;}
@keyframes colorSlide {
		 	 0% {
	  	    height:0;
	  	  }

	  	 90%{
	  	  	height:40px;
	  	  }
	}
	
@keyframes trackBallSlide {
	  0% {
	    opacity: 1;
	    -webkit-transform: scale(1) translateY(-8px);
	            transform: scale(1) translateY(-8px);
	  }
	  34% {
	    opacity: 1;
	    -webkit-transform: scale(0.9) translateY(4px);
	            transform: scale(0.9) translateY(4px);
	  }
	  68% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(16px);
	            transform: scale(0.4) translateY(16px);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(-8px);
	            transform: scale(0.4) translateY(-8px);
	  }
	}
	
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}

.banner .ban_wz{ top:160px;transform:translateX(100px); opacity:0; transition:all 2s;}
.banner .ban_wz1 .ban1_2{ margin-top:25px; font-size:32px; line-height:32px;  color:#fff; opacity:0.7;}
.banner .ban_wz1 .ban1_3{ width:120px; height:40px; line-height:40px; margin-top:60px; border:1px solid #fff; border-radius:20px; text-align:center; font-size:16px; position:relative; transition:all 0.5s;}
.banner .ban_wz1 .ban1_3 a{ display:block; color:#fff;}
.banner .ban_wz1 .ban1_3::after{ content:""; position:absolute; width:94px; height:10px; background:url(../images/ban1_2.png) no-repeat center; top:15px; left:122px;}
.banner .ban_wz1 .ban1_3:hover{ background:#014984; border:1px solid #014984;}


.banner .ban_wz2 .ban2_1{ font-size:60px; line-height:60px; color:#014984; font-weight:bold;}
.banner .ban_wz2 .ban2_1 span{ width:60px; border-bottom:3px solid #ee1109; display:inline-block; margin-left:24px; position:relative; top:-15px;}
.banner .ban_wz2 .ban2_1 span::after{ content:""; width:3px; height:3px; border-radius:50%; background:#ee1109; display:block; position:absolute; right:-10px;}
.banner .ban_wz2 .ban2_2{ font-size:32px; line-height:32px; color:#5a5f61; margin:20px 0px 35px;}
.banner .ban_wz2 .ban2_3{ width:120px; height:40px; line-height:40px; border:1px solid #979797; border-radius:20px; text-align:center; font-size:16px; position:relative; transition:all 0.5s;}

.banner .ban_wz2 .ban2_3 a{ display:block; color:#979797;}
.banner .ban_wz2 .ban2_3::after{ content:""; position:absolute; width:94px; height:10px; background:url(../images/ban2_2.png) no-repeat center; top:15px; left:122px;}
.banner .ban_wz2 .ban2_3:hover{ background:#014984; border:1px solid #014984;}
.banner .ban_wz2 .ban2_3:hover a{ color:#fff;}

.banner .ban_wz3{ position:relative;}
.banner .ban_wz3 .ban3_1{ text-align:center;}
.banner .ban_3{ background-position:center right !important;}

.banner .ban_wz.ban_wzh{ opacity:1; transform:translateX(0px);}



.ban{ display:none;}
@media (max-width:1600px) {
	.banner .swiper-pagination{right:3.125%;}
	.banner .ban_wz1{left:3.125%;}
	.banner .banner_dian{right:3.125%;}
	.banner .ban_wz2{right:7%;}
	}
@media (max-width:1200px) {
	.banner .banner_dian{ bottom:20px;}
	.banner .swiper-pagination span.swiperh::after{ height:20px;}
	}
@media (max-width:768px) {
	.ban{ display:block;margin-top:60px;}
	.ban img{width:100%;height:auto;}
	.banner{ display:none;}
	}
	
.vh50{height:50px;overflow:hidden;}
.vh60{height:60px;overflow:hidden;}
.vh70{height:70px;overflow:hidden;}
.vh80{height:80px;overflow:hidden;}
.vh90{height:90px;overflow:hidden;}
.vh100{height:100px;overflow:hidden;}




.vh-21{overflow:hidden;height:auto;margin-bottom:-21px;}
.foot{overflow:hidden;padding: 30px 0 20px;background-size: cover;background:#121212;}

.foot-c{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, .15);padding-bottom:20px;
}

.foot-c .l{padding: 62px 107px 51px 50px;
	border-right: 0px solid rgba(255, 255, 255, .15);}
	
.foot-c .l .li-title{
	font-size: 18px;
	line-height: 1;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.foot-c .l .line{
	width: 16px;
	height: 2px;
	background: #FFFFFF;
	margin-top: 28px;
	margin-bottom: 31px;
}
.foot-c .l .li-text{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height:23px;
	opacity: 0.6;
}


.foot-c .c{
	padding: 62px 107px 51px 0;
	border-right: 0px solid rgba(255, 255, 255, .15);
}
.foot-c .c ul{
	display: flex;
}
.foot-c .c li:not(:last-child){
	margin-right: 167px;
}
.foot-c .c li .li-title{
	font-size: 18px;
	line-height: 1;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.foot-c .c li .line{
	width: 16px;
	height: 2px;
	background: #FFFFFF;
	margin-top: 28px;
	margin-bottom: 31px;
}
.foot-c .c li .li-text{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height:0.6;
	opacity: 0.6;
}
.foot-c .c li .li-text a{
	color: #fff;
}
.foot-c .c li .li-text:hover{
	opacity: 1;
}
.foot-c .c li .li-text:not(:last-child){
	margin-bottom: 20px;
}

.foot-c .r{padding-top: 59px;max-width: 100%;}

.foot-c .r .ewm{overflow:hidden}
.foot-c .r .ewm ul{display:grid;grid-template-columns: repeat(2,1fr);gap:20px}
.foot-c .r .ewm li img{width:125px;height:auto;overflow:hidden;}
.foot-c .r .ewm li p{color:#fff;font-size:14px;text-align:center;padding-top:8px;}





.footer-b {font-size:13px;color:#fff;opacity: 0.6;text-align:center;padding-top:20px;}
.footer-b a{color:#fff;opacity: 0.6;}

.ft_ewm{overflow:hidden;height:auto;}
.ft_ewm li{float:left;width:120px;height:auto;margin:0 0 0 0;text-align:center;}
.ft_ewm li img{width:100px;height:auto;}
.ft_ewm li p{text-align:center;font-size:14px;color:#fff;padding-top:6px;}
.ft_ewm li:last-child{margin-right:0px;}




.yq_link{width:100%;font-size:16px;color:#028643; margin:0 auto;line-height:170%;height:auto;overflow:hidden;padding:0 200px 20px 200px;background:#242424;}
.yq_link a{color:#f2f2f2;padding-right:10px;}
.yq_link a:hover{color:#f2f2f2;}

 @media (max-width:1366px){
}

@media (max-width: 767px) {
.foot{padding:50px 0 20px 0;margin-top:1px;height:auto;}

.foot-c {overflow:hidden;padding:0 8px;}
.foot-c .l{display:none;}
	
.foot-c .c{display:none;}	
.foot-c .r{width:100%;overflow:hidden;padding-top:0;padding-bottom:15px;}


.foot-c .r .ewm{overflow:hidden;width:100%; display:block}
.foot-c .r .ewm ul{display:grid;grid-template-columns: repeat(2,1fr);gap:5px}
.foot-c .r .ewm li{text-align:center;}
}



.copy{text-align:center;color:#fff;font-size:14px; padding:30px 0 30px 0;line-height:170%;opacity: 0.4;}
.copy a{color:#fff;}
.copy a:hover{color:#fff;}

@media (max-width: 768px) {
.copy{width:auto;line-height:140%;padding:12px 20px 40px 20px;font-size:13px;margin-bottom:40px;margin-top:0; clear:both;}
}


.wh1670{width: 100%;margin-right: auto;margin-left: auto;}
.wh1550{width: 100%;margin-right: auto;margin-left: auto;}
.wh1400{width: 100%;margin-right: auto;margin-left: auto;}
@media (min-width: 1400px) {
.container {max-width: 1400px;}
.container_nav{max-width: 1550px;}
.wh1670{max-width: 1670px;}
.wh1550{max-width: 1550px;}
.wh1400{max-width: 1400px;}
}

/* ====== go top start ====== */
.gotop {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 70px;
	position: fixed;
	right: 20px;
	z-index: 10;
	width:45px;
	height:45px;
	display:none;
}
.gotop:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.gotop a {
	display: block;
	height: 40px;
	overflow: hidden;
	width: 45px;
	font-size:24px;
	color:#FFF;
	text-align:center;
	line-height:40px;
}
.gotop a:hover{color:#FFF}
/* ====== go top end ====== */