﻿
.amt1{
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.amt2{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt3{
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.amt4{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.amt5{
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.amt6{
	animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}
.amt7{
	animation-delay:2.1s;
	-webkit-animation-delay:2.1s;
}
.amt8{
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
}
.textcolor,.hvcolor:hover{
	color: #2a6cb5;
}
.bgcolor,.hvbgcolor:hover{
	background: #2a6cb5;
	color: #fff;
}
.head{
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
}
.head_height{
	height: 100px;
}
.logo{
	display: inline-block;
	height: 62px;
}
.hdrbox {
	margin-left: 10px;
}
.hdrbox a{
	margin-left: 18px;
}
.hdrbox a.search_click{
	margin-top: 1px;
}
.hdrbox i{
	margin: 0 9px;
}
.hdrbox a:last-child{
	margin-left: 0;
}
.nav li{
	margin: 0 35px;
}
.nava{
	display: block;
	height: 100px;
	line-height: 100px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.nav li.active .nava,.nav li:hover .nava{
	border-bottom: 2px solid #5975a8;
}
.navhide{
	padding: 30px 0 60px 0;
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	border-top: 1px solid #E6E6E6;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide .wrap_1200{
	padding: 0 5%;
}
.nhw{
	width: 32%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.nhw h3{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
	display: inline-block;
}
.nhboxa a{
	color: #666;
	line-height: 36px;
}
.nhboxa a:hover{
	color: #2A6CB5;
}

.search_box{
	width: 100%;
	background: #e8edf3;
	position: fixed;
	left: 0;
	top: 100px;
	z-index: 99;
	padding: 50px 0;
	display: none;
}
.search input{
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #dcdcdc;
	background: none;
}
.search input:focus{
	border-bottom: 1px solid #2a6cb5;
}
.search button{
	width: 64px;
	height: 64px;
	background: url(../image/search_03.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.md{
	padding: 85px 0;
}
.ititle_50,.itop h1{
	font-size: 50px
}
.itop h1{
	font-weight: normal;
}
.itop p{
	color: #666;
	font-size: 16px;
	line-height: 25px;
}
.i1a{
	width: 24%;
	position: relative;
}
.i1abg{
	display: flex;
	text-align: center;
	color: #fff;
	padding: 20px;
	padding-top: 60%;
	transition: .75s;
}
.i1atline{
	width: 36px;
	height: 3px;
	display: block;
	margin: 15px auto 30px auto;
	background: #fff;
	transition: .75s;
	opacity: 0;
}
.i1ab{
	transition: .75s;
	opacity: 0;
}
.i1ab p{
	margin-top: 10px;
}
.i1ab a{
	color: #fff;
}
.i1a:hover .i1abg{
	padding-top: 30%;
}
.i1a:hover .i1ab,.i1a:hover .i1atline{
	opacity: 1;
}
.i2bg{
	background: url(../image/i2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-bottom: 90px;
}
.i2w{
	width: 60%;
	background: url(../image/i2wbg_03.png) no-repeat top left;
	background-size: 95%;
	padding-top: 30px;
}
.i2w1a{
	margin-right: 10%;
}
.ititle_40,.i2w1a h2 b{
	font-size: 40px;
}
.i2w1a h2 i{
	vertical-align: top;
	margin-top: -7px;
	margin-left: 5px;
}
.morea{
	display: inline-block;
	line-height: 48px;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 24px;
	transition: .25s;
}
.morea:hover{
	background: rgba(255,255,255,.1);
}
.i3a{
	width: 49%;
	display: block;
}
.i3abg{
	padding: 15px 8%;
	background: rgba(0,0,0,.4);
	color: #fff;
	display: flex;
	align-items: center;
}
.i3abg_none{
	background: none;
}
.i3aw{
	transition: .5s;
}
.i3a:hover .i3aw{
	transform:translateX(20px);
}
.i4a{
	background: #f8f8f8;
	width: 32%;
}
.i4at {
	padding: 30px;
	padding-top: 35px;
}
.i4at h1,.i4at h3{
	color: #111;
}
.i4ab{
	border-top: 1px solid #E6E6E6;
	line-height: 40px;
}
.i4ab img{
	transition: .25s;
	filter: grayscale(100%);filter: gray;
}
.i4a:hover .i4ab img{
	filter: inherit;
}
.foot{
	background: #111;
	color: #666;
}
.foot a{
	color: #666;
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 70px 0 50px 0;
}
.ftr{
	width: 32%;
	padding-left: 50px;
	margin-left: 7%;
	color: #b3b3b3;
	border-left: 1px solid #414141;
}
.ftra i{
	margin-right: 30px;
}
.ftra{
	margin-bottom: 20px;
}
.ftra:last-child{
	margin-bottom: 0;
}
.ftla h3{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 16px;
	margin-bottom: 10px;
}
.ftla ul li a{
	line-height: 36px;
}
.fb{
	padding: 20px 0;
	line-height: 35px;
	background: #000;
}
.fbr a{
	margin-right: 15px;
}

.listnav{
	background: #f4f4f4;
}
.lnav a{
	line-height: 100px;
	height: 100px;
	border-bottom: 2px solid rgba(0,0,0,0);
	font-size: 18px;
	display: block;
	margin: 0 3%;
}
.lnav a:hover,.lnav a.active{
	border-bottom: 2px solid #5975a8;
}
.pd1{
	padding: 100px 0;
}
.lwl{
	width: 39%;
	margin-right: 6.4%;
}
.pd2{
	background: #F4F4F4;
}
.pd2a{
	background: #fff;
	margin: 16px;
	padding: 0 30px;
	transition: .5s;
}
.pd2aimg{
	height: 300px;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pd2aimg img{
	max-width: 90%;
	max-height: 90%;
}
.pd2ab{
	height: 70px;
}
.pd2ab img{
	filter: grayscale(100%);filter: gray;
}
.pd2a:hover .pd2ab img{
	filter: inherit;
}
.pd2a:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	transform:translateY(-10px);
}
.equ .pd2a{
    margin: 0;
    padding: 0;
    text-align: center;
}
.equ .pd2aimg{
    width: 100%;
    height: auto;
    display: grid;
    overflow: hidden;
    margin: 0 auto;
    border: 0;
    padding: 15px 15px 0 15px;
    justify-content: initial;
}
.equ .pd2aimg img{
    max-width:100%;
    max-height:100%;
}
.swiper_btn i{
	width: 54px;
	height: 54px;
	border: 1px solid #a5a5a5;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin: 0 10px;
	cursor: pointer;
	transition: .25s;
}
.swiper_btn i:hover{
	background: #2a6cb5;
	border: 1px solid #2a6cb5;
	color: #fff;
}

.pi1l img{
	max-width: 80%;
}
.pi1rba p{
	text-decoration: underline;
}
.pi2{
	background: #F4F4F4;
	padding-top: 40px;
}
.pi2t ul{
	border-bottom: 1px solid #ddd;
}
.pi2t li{
	line-height: 60px;
	cursor: pointer;
	margin-right: 42px;
	border-bottom: 2px solid rgba(0,0,0,0);
	margin-bottom: -1px;
	transition: .25s;
}
.pi2t li.active{
	border-bottom: 2px solid #5975a8;
}
.pi2b *{
	max-width: 100%;
}

.jfamore{
	display: inline-block;
	width: 160px;
	line-height: 58px;
	text-align: center;
	color: #666;
	border-radius: 60px;
	border: 1px solid #ddd;
}
.jfamore:hover{
	color: #fff;
	border: 1px solid #fff;
	background-image: linear-gradient(to right, #2a6db6 , #4493eb);
}
.jfa:nth-child(even){
	background: #F4F4F4;
}
.sobox .nav{
	padding: 40px 0;
	font-size: 14px;
	color: #666;
}
.sobox .nav span{
	color: #2a6cb5;
}
.sobox .tit{
	font-size: 35px;
	font-weight: 600;
	color: #333;
	text-align: center;
	padding-bottom: 60px;
	border-bottom: 1px solid #dcdcdc;
}
.sobox .content{
	padding: 40px 0 100px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.sobox .content img{
	max-width: 100%;
}
.ab1{
	background: url(../image/ab1bg_02.png) no-repeat center;
	background-size: 100%;
}
.ab1ba{
	width: 25%;
	justify-content: center;
	display: flex;
}
.ab1ba h1 i{
	vertical-align: top;
	margin-top: -10px;
	margin-left: 5px;
}
.ab1txt p{
	margin-top: 10px;
}
.ab2w{
	background: #fcfcfc;
}
.ab2l{
	width: 43.5%;
	margin-right: 7.2%;
}
.ab2la{
	padding: 45px 0;
}
.ab2lar{
	margin-left: 30px;
}
.ab3{
	background: url(../image/ab3bg_02.jpg) no-repeat bottom center;
	background-size: 100%;
}
.ab3ba{
	cursor: pointer;
}
.ab3ba i{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #b5b5b5;
	margin-top: 20px;
	border-radius: 100%;
}
.ab3b::after{
	width: 100%;
	height: 1px;
	content: "";
	background: #d2d2d2;
	position: absolute;
	bottom: 13px;
	left: 0;
}

.swiper-slide-thumb-active .ab3ba{
	color: #2A6CB5;
}
.swiper-slide-thumb-active .ab3ba i{
	background: #2A6CB5;
}
.ab3ta span{
	line-height: 26px;
	width: 55px;
	border-radius: 26px;
	text-align: center;
	margin-right: 15px;
}
.ab3t1{
	padding: 10px 0;
}
.ab3tw{
	padding: 0 5%;
	border-right: 1px solid #E6E6E6;
}
.ab4{
	background: #F4F4F4;
}
.ab4a{
	padding: 0 !important;
}
.ab4a .pd2aimg{
	border-bottom: 0 !important;
	height: auto !important;
	background: #F4F4F4;
}

.neta{
	background: #f8f8f8;
}
.netatxt{
	padding: 20px 5%;
}
.netatxt_t span:last-child{
	margin-left: 20px;
}
.netatxt_b{
	width: 140px;
	line-height: 42px;
	border: 1px solid #E6E6E6;
	border-radius: 42px;
	display: inline-block;
	text-align: center;
	transition: .25s;
}
.neta:hover .netatxt_b{
	border: 1px solid #2A6CB5;
	background: #2A6CB5;
	color: #fff;
}
.newbox{
	border-top: 1px solid #eeeeee;
}
.nea{
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}
.neaimg{
	width: 200px;
	margin-right: 30px;
}
.nearr{
	width: 180px;
	border-left: 1px solid #dcdcdc;
	margin-left: 5%;
}
.page a,.page span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 38px;
	color: #666;
	margin: 3px 8px;
}
.page a:hover,.page a.active{
	background: #2A6CB5;
	border: 1px solid #2A6CB5;
	color: #fff;
}

.newdt .nav{
	padding: 40px 0;
	font-size: 14px;
	color: #666;
}
.newdt .nav span{
	color: #2a6cb5;
}
.list_xwzx_con{ 
	background-color: #f8f8f8; 
	padding:55px 150px;
	margin-bottom: 6.5rem;
}
.list_xwzx_con .title{ 
	font-size: 35px;
	text-align: center;
	padding-bottom: 36px;
	font-weight: 600;
}
.list_xwzx_con .time{ 
	font-size: 15px; 
	color: #666666; 
	text-align: center; 
	border-bottom: 1px solid #dcdcdc; 
	line-height: 1; 
	padding-bottom: 40px; 
}
.list_xwzx_con .cons{
	font-size: 16px; 
	color: #666666; 
	line-height: 32px; 
	padding: 30px 0;
}
.list_xwzx_con .cons img{ 
	max-width: 100%;
}
.pian_sx{ 
	padding: 40px 0 0; 
	border-top: 1px solid #dcdcdc; 
	font-size: 16px; 
	line-height: 2;
}
.pian_sx a{ 
	display: block; 
	margin: 6px 0;
}
.pian_sx a:hover{ 
	color: #2a6cb5;
}
.yf1rtxt{
	width: 60%;
	margin: 0 auto;
	padding: 30px 15px;
	background: rgba(42,108,181,.9);
	color: #fff;
}
.yf1 .list_wrap{
	background: #fcfcfc;
}
.yf2{
	padding: 135px 0;
}
.yf2a{
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2a6cb5;
}
.yf2a .txt i{
	margin-top: -6px;
	vertical-align: top;
	margin-left: 5px;
}
.yf2a .txt p{
	color: #333;
}
.yf3{
	background: #3672b4;
	color: #fff;
	padding: 100px 0;
}
.yf3a{
	width: 22%;
}
.yf3a_height{
	height: 345px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.yf3aw{
	margin-top: 5px;
}
.yf3aw h3{
	margin: 7px 0;
}
.yf3aw:first-child{
	margin-top: 0;
}
.yf3aw p{
	font-weight: 100;
	font-size: 13px;
}
.yf3aw a{
	color: #fff;
}
.yf3aw a:hover{
	text-decoration: underline;
}
.yf3a_height::-webkit-scrollbar{
	width:2px;
	height:4px;
}
.yf3a_height::-webkit-scrollbar-track{
	background: rgba(255,255,255,.2);
	border-radius:2px;
}
.yf3a_height::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius:2px;
	width: 3px;
}
.yf3a_height::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.yf3a_height::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.yf4a{
	padding: 15px !important;
}
.yf4a .pd2aimg{
	height: auto !important;
	border: 0 !important;
}
.yf4a .pd2aimg img{
	width: 100% !important;
	max-width: 100% !important;
}
.yf5w{
	display: flex;
	background: #2a6cb5;
	color: #fff;
}
.yf5w:nth-child(odd){
	flex-flow: row-reverse;
}
.yf5l1{
	padding: 20px;
}
.yf5la{
	display: flex;
	align-items: center;
}
.yf5l2{
	padding: 60px 5%;
}

.zzatxt{
	padding: 20px 25px;
	background: #f4f4f4;
	text-align: center;
}
.zz3{
	background: #3672b4;
	color: #fff;
}

.jo1{
	background: #f4f4f4;
}
.jo1aline{
	width: 24px;
	height: 3px;
	background: #999999;
	display: block;
	margin: 15px 0;
}
.jo1a .zzatxt{
	background: #fff;
}
.joa:first-child{
	margin-top: 0;
}
.joa{
	background: #f8f8f8;
}
.joat{
	padding: 25px 35px;
	border-bottom: 1px solid #dcdcdc;
}
.joam{
	padding: 0 35px;
}
.joaml i{
	width: 1px;
	height: 20px;
	background: #999;
	display: block;
	margin: 0 40px;
}
.joaml i:last-child{
	display: none;
}
.joamr{
	color: #999;
	cursor: pointer;
	line-height: 75px;
	transition: .25s;
}
.joamr2,.joamr:hover{
	color: #2A6CB5;
}
.joamr .joamr1{
	display: block;
}
.joamr .joamr2{
	display: none;
}
.joa.active .joamr .joamr2{
	display: block;
}
.joa.active .joamr .joamr1{
	display: none;
}
.joab{
	padding: 25px 35px;
	display: none;
}
.joaba{
	margin-bottom: 25px;
}
.joabamore{
	display: inline-block;
	width: 160px;
	line-height: 55px;
	text-align: center;
	border-radius: 60px;
	color: #fff;
	border: 1px solid #fff;
	background-image: linear-gradient(to right, #2a6db6 , #4493eb);
}
.joabamore:hover{
	opacity: .85;
}

.cor img{
	max-width: 95%;
}
.col{
	width: 42%;
}
.colat{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.cola2{
	border-top: 1px solid #E6E6E6;
	padding-top: 25px;
}
.search .nav{padding: 40px 0 0;font-size: 18px;}
.search .nav span{color: red;}
.search .newbox{margin-top: 40px;}
.search .emtpy,.search .page{font-size: 18px;line-height: 36px;color: #666666;margin-bottom: 100px;}
.msg .page-wrapper-row{text-align: center;}
.msg .fc-msg-title{padding: 40px 0;font-size: 18px;line-height: 36px;color: #666666;display:inline-block;}
.msg .fc-msg-url a{color: red;font-size: 18px;line-height: 36px;margin-bottom: 100px;display: block;}
.equ .pd2a{
	position: relative;
	z-index: 0;
}
.equ .pd2a:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	transform:translateY(0);
}
.ateam{
	opacity: 0;
	width: 1000px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 5%;
}
.ateam .teaml{
	padding: 40px;
	float: left;
	width: 32%;
}
.ateam .teaml img{
	max-width: 100%;
}
.ateam .teamr{
	padding: 40px 40px 40px 0;
}
.ateam .teamr .tit{
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	padding-bottom: 30px;
	font-weight: 600;
}
.ateam .teamr p span{
	padding-left: 30px;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}
.ateam .teamr .content,.ateam .teamr .content p{
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.team{
    display: flex;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.team img{
    max-width: 100%;
}
.team .teamr{
    flex: 1;
    padding: 30px;
}
.team .teamr>p{
    font-size: 24px;
	line-height: 24px;
	color: #000;
	padding-bottom: 30px;
	font-weight: 600;
}
.team .teamr>p span{
    padding-left: 30px;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}
.team .teamr .content,.team .teamr .content p{
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
@media only screen and (max-width:1699px) {
	.logo{
		height: 45px;
	}
	.nav li{
		margin: 0 30px;
	}
	.navhide{
		padding: 15px 0 45px 0;
	}
	
	.ftra .txt{
		font-size: 13px;
		line-height: 24px;
	}
	.ftra i{
		margin-right: 10px;
	}
	.ftra i img{
		height: 20px;
		margin-top: 5px;
	}
	
	.i1abg{
		padding-top: 50%;
	}
	.i1ab p{
		margin-top: 0;
	}
	.i1at img{
		height: 60px;
	}
	.ititle_50, .itop h1{
		font-size: 44px;
	}
	.morea{
		line-height: 40px;
		padding: 0 20px;
		font-size: 14px;
	}
	
	.pd1{
		padding: 80px 0;
	}
	.lnav a{
		height: 80px;
		line-height: 80px;
	}
	.pd2aimg{
		height: 280px;
	}
	
	.jfamore{
		line-height: 48px;
		width: 140px;
	}
	.jfamore.mt_60{
		margin-top: 40px;
	}
}
@media only screen and (max-width:1399px) {
	.nav li{
		margin: 0 20px;
	}
	.ft{
		padding: 45px 0;
	}
	.ftla ul li a{
		font-size: 13px;
		line-height: 28px;
	}
	
	.ititle_50, .itop h1{
		font-size: 38px;
	}
	.ititle_40, .i2w1a h2 b{
		font-size: 30px;
	}
	.i1at h1{
		margin-top: 15px;
		font-size: 24px;
	}
	.i2w{
		width: 70%;
	}
	.i3aw .txt{
		margin-top: 15px;
	}
	.i3aw .mt_50{
		margin-top: 25px;
	}
	
	.lnav a{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.pd2a{
		margin: 10px;
	}
	.pd2a:hover{
		box-shadow: 0 5px 10px rgba(0,0,0,.08);
	}
	.pd2aimg{
		height: 240px;
	}
	.pd2ab{
		height: 55px;
	}
	.pd2ab img{
		height: 10px;
	}
	.equ .pd2aimg{
	    padding: 15px 15px 0 15px;
	}
	.lwl{
		margin-right: 4%;
	}
	.lwl .txt{
		margin-top: 20px;
	}
	.jfamore{
		line-height: 42px;
		width: 120px;
	}
	.jfamore.mt_60{
		margin-top: 20px;
	}
	
	.ab2la{
		padding: 20px 0;
	}
	.ab2lar{
		margin-left: 20px;
	}
	.ab2la img{
		height: 40px;
	}
	.ab3tw{
		padding: 0 25px;
	}
	.ab3ta span{
		font-size: 12px;
		width: 40px;
		margin-right: 10px;
	}
	
	.netatxt{
		padding: 15px 3.5%;
	}
	.netatxt_b{
		width: 100px;
		line-height: 35px;
	}
	.nea{
		padding: 22px 0;
	}
	.neaimg{
		width: 180px;
		margin-right: 20px;
	}
	.nearr{
		width: 140px;
	}
	.page a,.page span{
		width: 32px;
		height: 32px;
		margin: 3px 5px;
		font-size: 13px;
	}
	
	.yf2a img{
		height: 50px;
	}
	
	.cola2{
		margin-top: 50px;
	}
	.ateam{
	    padding: 0;
	}
	.ateam .teaml{
	    width: 27%;
	    padding: 20px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1390px) {
	.ateam .teaml{
	    width: 27%;
	    padding: 20px;
	}
	.ateam{
	    padding: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.logo{
		height: 36px;
	}
	.nav li{
		margin: 0 14px;
	}
	.hdrbox a, .hdrbox i{
		margin-left: 10px;
	}
	.head,.head_height{
		height: 80px;
	}
	.nava{
		height: 80px;
		line-height: 80px;
	}
	.search_box{
		top: 80px;
	}
	.navhide{
		padding: 10px 0 40px 0;
	}
	.nhboxa a{
		font-size: 12px;
		line-height: 25px;
	}
	
	.ftr{
		padding-left: 25px;
		margin-left: 25px;
	}
	.fb{
		line-height: 25px;
		padding: 15px 0;
		font-size: 12px;
	}
	.fbr a{
		margin-right: 10px;
	}
	
	.ititle_50, .itop h1{
		font-size: 32px;
	}
	.i1at h1{
		margin-top: 12px;
		font-size: 20px;
	}
	.morea{
		line-height: 36px;
		font-size: 12px
	}
	.i4ab {
		padding: 15px 20px;
	}
	.i4ab img{
		height: 10px;
	}
	.swiper_btn i{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	
	.ab2la{
		padding: 10px 0;
	}
	.ab2la *{
		font-size: 14px;
		line-height: 22px;
	}
	
	.netatxt h3{
		line-height: 30px;
	}
	.netatxt_b{
		margin-top: 12px;
	}
	
	.yf1rtxt{
		padding: 15px;
	}
	.yf2a img{
		height: 40px;
	}
	.yf5la img{
		height: 40px;
	}
	.yf5la p{
		font-size: 12px;
		margin-top: 0;
	}
	.yf5l2{
		padding: 40px;
	}
	
	.joa{
		margin-top: 20px;
	}
	.joaml i{
		margin: 0 20px;
		height: 15px;
	}
	.joat,.joab{
		padding: 20px;
	}
	.joam{
		padding: 0 20px;
	}
	.joabamore{
		width: 120px;
		line-height: 38px;
	}
	
	.cola2{
		margin-top: 35px;
	}
}
@media only screen and (max-width:950px) {
	.search_box{
		padding: 15px 0;
		top: 60px;
	}
	.search input{
		height: 50px;
	}
	.search button{
		height: 50px;
		width: 50px;
		background-size: 18px;
	}
	
	.md{
		padding: 45px 0;
	}
	.i1a{
		width: 49%;
		margin-top: 20px;
	}
	.i1ab,.i1atline{
		opacity: 1;
	}
	.i1abg{
		padding-top: 0 !important;
		align-items: center;
	}
	.i2w{
		width: 100%;
	}
	.i3a{
		width: 100%;
		margin-bottom: 20px;
	}
	.i3a:last-child{
		margin-bottom: 0;
	}
	.i4at,.i4ab{
		padding: 15px;
	}
	.i4at h1{
		font-size: 20px;
		margin-right: 0;
	}
	.i4at h3{
		font-size: 18px;
	}
	.i4at p{
		margin-top: 5px;
		line-height: 23px;
		font-size: 12px;
	}
	
	.pd2aimg{
		height: 200px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_50, .itop h1{
		font-size: 22px;
	}
	.itop p{
		font-size: 13px;
		margin-top: 10px;
		line-height: 22px;
	}
	.i1w{
		margin-top: 10px;
	}
	.i1a{
		width: 100%;
		margin-top: 15px;
	}
	.i1atline{
		width: 30px;
		height: 1px;
	}
	.i2w{
		width: 100%;
	}
	.i2w h1{
		font-size: 20px
	}
	.ititle_40, .i2w1a h2 b{
		font-size: 20px
	}
	.i2w1a{
		width: 25%;
		margin-right: 0;
		text-align: center;
	}
	.i2w1a p{
		font-size: 12px;
		margin-top: 0;
	}
	.morea{
		font-size: 12px;
		line-height: 30px;
		padding: 0 15px;
	}
	.i3a img{
		min-height: 220px;
	}
	.i3abg{
		padding: 15px;
	}
	.i3aw .txt{
		font-size: 12px;
		line-height: 22px;
	}
	.i4ab{
		line-height: 30px;
	}
	.i4ab img{
		height: 8px;
	}
	.i2w1a h2 i{
		margin-top: -3px;
		margin-left: 3px;
	}
	.ft{
		padding: 25px 0;
	}
	.ftla{
		display: none;
	}
	.ftlar {
		margin: 0 auto;
	}
	.ftlar p{
		margin-top: 5px;
	}
	.ftr{
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
		margin-top: 15px;
		margin-left: 0;
		border-top: 1px solid #414141;
		border-left: 0;
	}
	.fb{
		font-size: 12px;
		line-height: 23px;
		padding: 12px 0;
		text-align: center;
	}
	
	.listbn .txt h1{
		font-size: 20px;
	}
	.listbn .txt h3{
		font-size: 12px;
		margin-top: 5px;
	}
	.lnav a{
		font-size: 13px;
		height: 50px;
		line-height: 50px;
		margin: 0 15px;
	}
	.list_wrap{
		padding: 0 15px !important;
	}
	.pd2a{
		padding: 0 15px;
		margin: 0;
	}
	.pd2aimg{
		height: 150px;
	}
	.pd2ab{
		height: 40px;
	}
	.pd2ab p{
		font-size: 12px;
	}
	.pd2ab img{
		height: 7px;
	}
	.pd2a:hover{
		box-shadow: inherit;
		transform:translateY(0);
	}
	.equ .pd2aimg{
	    width: 100%;
	    height: auto;
	    padding: 20px;
	    padding-bottom: 0;
	}
	.swiper_btn i{
		width: 40px;
		height: 40px;
		font-size: 16px;
		margin: 0 7px;
	}
	
	.pi1rba img{
		height: 15px;
	}
	.pi2t li{
		height: 35px;
		line-height: 20px;
		font-size: 16px;
		margin-right: 20px;
	}
	
	.jfamore{
		line-height: 30px;
		width: 100px;
		font-size: 12px;
	}
	.jfamore.mt_60{
		margin-top: 15px;
	}
	.sobox .tit{
		padding-bottom: 40px;
	}
	.ab1b{
		margin-top: 0;
		justify-content: space-between;
	}
	.ab1ba h1 i{
		margin-top: -5px;
		margin-left: 3px;
	}
	.ab1ba{
		width: auto;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.ab1ba p{
		font-size: 12px;
		margin-top: 0;
	}
	.ab2l{
		padding-top: 20px;
	}
	.ab2la{
		padding: 10px 0;
	}
	.ab2la img{
		height: 35px;
	}
	.ab2la *{
		font-size: 14px;
		line-height: 22px;
	}
	.ab3tw{
		padding: 0;
		border-right: 0;
	}
	
	.netatxt{
		padding: 15px;
	}
	.netatxt h3{
		line-height: 28px;
		margin-top: 5px;
	}
	.netatxt p{
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}
	.netatxt_b{
		margin-top: 12px;
		font-size: 12px;
		width: 90px;
		line-height: 30px;
	}
	.nea{
		padding: 15px 0;
	}
	.neaimg{
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
	}
	.nearr{
		width: 90px;
	}
	.nearl p{
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}
	.nearl span{
		margin-top: 5px;
		font-size: 12px;
	}
	.page a, .page span{
		font-size: 12px;
		width: 28px;
		height: 28px;
		margin: 2px 3px;
	}
	.newdt .nav{
		padding: 20px 0;
	}
	.list_xwzx_con{
		padding: 20px 20px 0;
		margin-bottom: 30px;
	}

	.list_xwzx_con .title {
	    font-size: 24px;
	    line-height: 1.5;
	    padding-bottom: 20px;
	}
	.list_xwzx_con .time{
		padding-bottom: 20px;
	}
	.pian_sx{
		padding: 20px 0;
	}
	.yf1rtxt{
		width: 80%;
		padding: 15px;
	}
	.yf2w{
		margin-top: 0;
	}
	.yf2a{
		justify-content: flex-start;
		width: 50%;
		margin-top: 25px;
	}
	.yf2a img{
		height: 35px;
	}
	.yf2a .txt{
		margin-left: 10px;
	}
	.yf2a .txt p{
		font-size: 12px;
	}
	.yf3w{
		margin-top: 0;
	}
	.yf3a{
		width: 50%;
		margin-top: 25px;
	}
	.yf3a h1{
		font-size: 18px;
		padding: 0 15px;
	}
	.yf3a_height{
		height: 200px;
		padding: 0 15px;
	}
	.yf5la p{
		font-size: 12px;
		margin-top: 0;
	}
	.yf5l1{
		padding: 20px 0;
	}
	.yf5la{
		padding: 10px 0;
	}
	.yf5la img{
		height: 40px;
	}
	.yf5l2{
		padding: 25px;
	}
	
	.zzatxt{
		padding: 12px 15px;
	}
	.zz3a{
		width: 33.33%;
		margin-top: 20px;
		text-align: center;
	}
	.zz3w{
		margin-top: 0;
	}
	.zz3a h1 i,.zz3a p{
		font-size: 12px;
	}
	
	.jo1aline{
		height: 1px;
	}
	.joa{
		margin-top: 15px;
	}
	.joaml i{
		margin: 0 15px;
		height: 12px;
	}
	.joamr{
		line-height: 35px;
		font-size: 12px;
	}
	.joat h3 img{
		height: 20px;
	}
	.joat h3{
		font-size: 16px;
	}
	.joat span{
		font-size: 12px;
	}
	.joaml {
		font-size: 12px;
		justify-content: center;
		padding: 10px 0;
	}
	.joat,.joab{
		padding: 15px;
	}
	.joam{
		padding: 0 15px;
		display: block;
		text-align: center;
	}
	.joabamore{
		width: 120px;
		line-height: 38px;
	}
	.joab {
		font-size: 12px;
		line-height: 22px;
	}
	.joaba{
		margin-bottom: 15px;
	}
	
	.colat{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.colat h2{
		font-size: 16px;
	}
	.cola2{
		margin-top: 25px;
		padding-top: 15px;
	}
	.i1ab p{
		margin-bottom: 15px;
	}
	.i2w{
		padding-top: 15px;
	}
	.hvimghover img.img{
		max-width: 100%;
	}
	.ateam{
		display: block;
	    opacity: 1;
	    width: 100%;
	    position: initial;
	}	
	.ateam .teaml,.ateam .teamr .tit{
		display: none;
	}
	.ateam .teamr{
		padding: 0;
	}
	.ateam .teamr .content{
		padding: 0 20px;
		font-size: 16px;
		color: #666;
	}
	.team{
	    display: inherit;
	    text-align: center;
	}
	.team .teamr{
	    padding: 0;
	    text-align: left;
	}
	.team .teamr>p{
	    padding: 30px 0;
	}
}
