@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #0166b3;
}
.bgcolor,.hvbgcolor:hover{
	background: #0166b3;
	color: #fff;
}
.head,.head_height{
	height: 90px;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: .25s;
}
.head_active{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 58px;
}
.nav li{
	position: relative;
	margin-right: 40px;
}
.nava{
	display: block;
	line-height: 90px;
	height: 90px;
	border-bottom: 2px solid rgba(0,0,0,0);
	padding: 0 10px;
}
.nav li:hover .nava{
	color: #0166b3;
}
.nav li.active .nava{
	color: #0166b3;
	border-bottom: 2px solid #0166b3;
}
.hdra{
	height: 90px;
	position: relative;
	display: flex;
	align-items: center;
}
.hdra1{
	height: 100%;
	display: flex;
	align-items: center;
}
.hdra2{
	width: 250px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
	display: none;
}
.hdra2 form{
	width: 100%;
	height: 100%;
}
.hdra2 input{
	width: 100%;
	height: 100%;
	padding: 0 15px;
}
.hdra2 button{
	width: 40px;
	height: 40px;
	background: url(../images/scico_03.png) no-repeat center;
	background-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,
.nav li:hover .navhide_prd{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #0166b3;
}
.md{
	padding: 90px 0;
}
.ititle_48{
	font-size: 42px;
}
.ititle_60{
	font-size: 60px;
}
.foot{
	background: #21273d;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.ft{
	padding: 60px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.fta{
	min-width: 140px;
}
.fta_r{
	width: 38%;
}
.fta_r ul{
	margin-right: 15%;
}
.fta_r li{
	display: flex;
	line-height: 30px;
}
.fta_r li i{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
.fta h3{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.fb{
	padding: 15px 0;
}

.i1{
	background: url(../images/i1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.morea{
	display: inline-block;
	padding: 7px 25px;
	border-radius: 50px;
	background: #fff;
}
.morea:hover{
	background: #299BB2;
	color: #fff;
}
.morea:hover i{
	color: #fff;
}
.i1tl{
	margin-right: 5%;
}
.i1tl li{
	display: flex;
	align-items: center;
	flex: 0;
	flex-grow: 1;
	text-align: center;
	cursor: pointer;
	transition: .25s;
}
.i1tlaline{
	margin: 0 15px;
	border-bottom: 1px solid #b6c1c5;
	flex: 0;
	flex-grow: 1;
}
.i1tl li i{
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: rgba(255,255,255,.3);
	margin: 0 auto 5px auto;
	transition: .25s;
}
.i1tl li i img{
	max-width: 85%;
	display: block;
	filter: grayscale(100%);
	filter: gray;
	transition: .25s;
}
.i1tl li.active{
	color: #299BB2;
}
.i1tl li.active i{
	background: #fff;
}
.i1tl li.active i img{
	filter: inherit;
}
.i1bl p{
	color: #a6bfce;
	font-style: italic;
}
.i1bl .txt{
	color: #7f8c94;
}
.i1bl{
	width: 35%;
	margin-right: 10%;
	padding: 25px 0;
}
.i1bra{
	background: #fff;
	box-shadow: 0 10px 30px rgba(134,157,180,.1);
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	position: relative;
}
.i1br img{
	max-width: 80%;
	max-height: 80%;
	display: block;
}
.i1br::after,.i1br::before{
	width: 40px;
	height: 80%;
	background: rgba(255,255,255,.7);
	position: absolute;
	left: -20px;
	top: 10%;
	content: "";
	border-radius: 40px;
	box-shadow: 0 5px 15px rgba(134,157,180,.1);
}
.i1br::before{
	height: 60%;
	top: 20%;
	left: -40px;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i2r{
	width: 41%;
	margin-left: 4%;
	cursor: pointer;
}
.i2r::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/i2vdico_03.png) no-repeat center;
}
.i2lm a{
	display: inline-block;
	padding: 6px 35px;
	border: 1px solid #fff;
	color: #fff;
	margin-right: 20px;
}
.i2lm a:hover{
	background: rgba(255,255,255,.1);
}
.i2lba{
	border-bottom: 2px solid #fff;
    padding-bottom: 40px;
    width: 29%;
    position: relative;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i3 .wrap_1400{
	border-left: 1px solid rgba(255,255,255,.1);
}
.i3a{
	width: 33.33%;
	border-right: 1px solid rgba(255,255,255,.1);
	display: flex;
	align-items: center;
	padding: 25px;
	text-align: center;
	transition: .25s;
}
.i3a:hover{
	background: rgba(0,0,0,.6);
}
.i3atxt .txt{
	transition: .5s;
	margin-bottom: -20%;
	opacity: 0;
}
.i3a:hover .i3atxt .txt{
	margin-bottom: 0;
	opacity: 1;
}
.i4{
	background: url(../images/i4bg_02.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.i4tr i{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 2px solid #c7cacb;
	color: #999;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 20px;
	transition: .25s;
}
.i4tr i:hover{
	border: 2px solid #299BB2;
	color: #299BB2;
}
.swiper-container-i4{
	overflow: initial;
}
.i4a{
	background: #fff;
	display: block;
}
.i4atxt{
	padding: 17px 22px;
}
.i5{
	background: url(../images/i5bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.i5::after,.i5::before{
	width: 30%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background:linear-gradient(to left,rgba(4,140,163,0),rgba(4,140,163,1));
	z-index: 9;
}
.i5::before{
	left: inherit !important;
	right: 0 !important;
	background:linear-gradient(to right,rgba(23,168,149,0),rgba(23,168,149,1));
}
.i5a{
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i5a img{
	display: block;
	max-width: 65%;
	max-height: 65%;
}

.head_wt{
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.head_wt .nava{
	color: #fff;
}
.head_active .nava{
	color: #333;
}

.ab1{
	background: url(../images/ab1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.ab2{
	background: url(../images/ab2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 45px 0;
}
.ab1{
	background: url(../images/ab3bg_02.jpg) no-repeat center;
	background-size: cover;
}
.ab4{
	background: url(../images/ab4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.ab5{
	background: url(../images/ab5bg_02.jpg) no-repeat center;
	background-size: cover;
}
.ab4a{
	border: 1px solid #E6E6E6;
	padding: 10px;
	background: #fff;
}
.swiper-pagination-ry{
	text-align: center;
	width: 100%;
	position: static;
	margin-top: 25px;
}
.swiper-pagination-ry .swiper-pagination-bullet{
	background: #bcbcbc;
	border-radius: 8px;
	margin: 0 6px;
	opacity: 1;
	transition: .25s;
}
.swiper-pagination-ry .swiper-pagination-bullet-active{
	background: #299bb2;
}
.swiper-button-next-public,.swiper-button-prev-public{
	width: 32px;
	height: 56px;
	background: rgba(0,0,0,.5);
	margin-top: -28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: .25s;
}
.swiper-button-next-public:hover,.swiper-button-prev-public:hover{
	background: #299BB2;
	color: #fff;
}
.swiper-button-next-public{
	right: -50px;
}
.swiper-button-prev-public{
	left: -50px;
}
.swiper-pagination-public{
	text-align: center;
	width: 100%;
	position: static;
	margin-top: 50px;
}
.swiper-pagination-public .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 8px;
	margin: 0 6px;
	opacity: 1;
	transition: .25s;
}
.swiper-pagination-public .swiper-pagination-bullet-active{
	background: #fff;
	width: 25px;
}
.ab5 .swiper-pagination-public .swiper-pagination-bullet{
	background: #999;
}
.ab5 .swiper-pagination-public .swiper-pagination-bullet-active{
	background: #299BB2;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 75px 0;
	}
	.ititle_48{
		font-size: 36px;
	}
	.ititle_60{
		font-size: 48px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_48{
		font-size: 30px;
	}
	.ititle_60{
		font-size: 40px;
	}
	.ftarb_ewm img{
		width: 90px;
	}
	.i2r::after{
		background-size: 50px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_48{
		font-size: 24px;
	}
	.ititle_60{
		font-size: 32px;
	}
	
	.fta{
		min-width: 100px;
	}
	
	.bnimg{
		max-height: 400px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_48{
		font-size: 20px;
	}
	.ititle_60{
		font-size: 24px;
	}
	.fb{
		padding: 12px 0;
	}
	.fbr {
		width: 50%;
		margin: 12px auto 0 auto;
	}
	.ft{
		padding: 25px 0;
	}
	.ftl{
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.ftarb_ewm img{
		width: 70px;
	}
	.fta_r ul{
		margin-right: 25px;
	}
	.fta{
		min-width: 100%;
		display: none;
	}
	.fta.fta_r{
		display: block;
	}
	.logo{
		height: 36px;
	}
	
	.bnimg{
		max-height: 200px;
	}
	.bntxt h1.ititle_60{
		margin-top: 10px;
		font-size: 22px;
	}
	.i1tlaline{
		display: none;
	}
	.i1tl ul{
		justify-content: space-between;
		align-items: flex-start;
	}
	.i1tl li{
		flex: inherit;
		flex-grow: inherit;
		justify-content: center;
		padding: 0 15px;
	}
	.i1tl li i{
		width: 50px;
		height: 50px;
	}
	.i1tl li i img{
		height: 29px;
	}
	.i1tl li p{
		font-size: 12px;
		line-height: 22px;
	}
	.i1tr{
		text-align: center;
		margin-top: 15px;
	}
	.i1bl{
		padding: 10px 0;
	}
	.i1br::after, .i1br::before{
		display: none;
	}
	.i1bra{
		border-radius: 6px;
	}
	.i2lm{
		justify-content: space-between;
	}
	.i2lm a{
		text-align: center;
		margin: 0;
		margin-top: 15px;
		padding: 5px 0;
		width: 30%;
	}
	.i2lba{
		padding-bottom: 20px;
	}
	.i2lba p{
		font-size: 13px;
	}
	.i2r::after{
		background-size: 40px;
	}
	.i3 .wrap_1400{
		border: 0;
	}
	.i3a{
		padding: 25px 10px;
		border: 0;
		border-bottom: 1px solid rgba(255,255,255,.1);
		width: 100%;
		height: auto !important;
	}
	.i3atxt img{
		height: 50px;
	}
	.i3atxt .txt{
		margin-bottom: 0 !important;
		opacity: 1 !important;
	}
	.i4tr i{
		width: 28px;
		height: 28px;
		border-width: 1px !important;
		font-size: 13px;
		margin-left: 15px;
	}
	
	.swiper-button-next-public, .swiper-button-prev-public{
		display: none;
	}
	.swiper-pagination-public{
		margin-top: 25px;
	}
	.ab2{
		padding: 15px 0;
	}
	.ab2a{
		width: 50%;
		text-align: center;
		margin: 15px 0;
	}
}

.pdt{
	padding-top: 40px !important;
}
.pdl{
	width: 22%;
	margin-right: 2.5%;
}
.pdltitle{
	background: #0165B3;
	padding: 9px 20px;
	color: #fff;
}
.lsla{
	margin-bottom: 3px;
}
.lslat{
	display: flex;
	align-items: center;
	padding: 7px 20px;
	background: #F2F8F9;
}
.lslat i{
	transition: .25s;
	color: #0165B3;
}
.lsla.active .lslat {
	color: #0165B3;
}
.lsla.active .lslat i{
	transform:rotate(180deg);
}
.lslab{
	display: none;
}
.lslab a{
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 45px;
	border-top: 1px solid #eee;
	padding: 0 20px;
}
.lslab a:hover,
.lslab a.active{
	color: #0165B3;
}
.pdrt{
	border-bottom: 2px solid #eee;
}
.pdrt h3{
	padding-bottom: 13px;
	border-bottom: 2px solid #0165B3;
	display: inline-block;
	margin-bottom: -2px;
}
.pdra_a{
	display: block;
	border: 1px solid #E6E6E6;
}
.pdra_a:hover{
	border: 1px solid #0165B3;
}
.pdra_a .txt{
	padding: 15px 20px;
	text-align: center;
}
.page a{
	line-height: 38px;
	padding: 0 15px;
	background: #fff;
	margin: 4px;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
}
.page a.active,.page a:hover{
	background: #0165B3;
	color: #fff;
}
@media only screen and (max-width:950px) {
	.pdra{
		width: 50%;
	}
}
@media only screen and (max-width:768px) {
	.pdt{
		padding-top: 25px !important;
	}
	.pdl{
		width: 100%;
		min-width: 100%;
		margin-bottom: 25px;
	}
	.pdra{
		width: 50%;
	}
	.pdra_a .txt{
		padding: 10px 15px;
	}
	.page a{
		line-height: 28px;
		padding: 0 10px;
		font-size: 13px;
	}
}

.ny_nr{width: 100%;overflow: hidden;padding: 70px 0px;}
.ny_cp{width: 100%;overflow: hidden;}
@media only screen and (max-width:1100px) {
	.ny_nr{padding: 50px 0px;}
}

.yc_nr{width: 100%;overflow: hidden;padding: 50px 0px 90px 0px;}
.yc_nr .xq_nr .yy_xq{margin-bottom:50px;}
.yc_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.yc_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 36px;font-weight: bold; margin-bottom: 10px;}
.yc_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.yc_nr .xq_nr .yy_xq .m_r a{color: #0165B3;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #0165B3;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;margin-right: 20px;}
.yc_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #0165B3;}
.yc_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 36px;margin-bottom: 20px;}
.yc_nr .xq_nr .yy_xq .l_b{padding: 15px 0px; border-top: solid 1px #E5E5E5;border-bottom: solid 1px #E9E9E9;display: flex;align-items: center;}
.yc_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
@media only screen and (max-width:1100px){
	.yc_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.yc_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
	.yc_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.yc_nr .xq_nr table td:first-child{width:25%;}
	.yc_nr .xq_nr .xg_cp{margin-top: 20px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{font-size: 12px;line-height: 20px;}
}

.listnav {
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0px;
}
.xq_nr .cp_zs .cp_dt{border:1px solid #ddd; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
.xq_nr .cp_xq .b_g img{max-width: 100%;height: auto;display: inline-block;}
@media only screen and (max-width:1440px){
	.yc_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 24px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 18px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.yc_nr .xq_nr .yy_xq .m_r {

		margin-top: 20px;
	}
	.yc_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.yc_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.cp_xq{padding: 0px 15px;}
	.cp_xq .b_g{
		overflow: auto;
	}
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.yc_nr .xq_nr .yy_xq .row{ margin: 0px;}
	.yc_nr .xq_nr table td {
		font-size: 13px;
	}
	.yc_nr .xq_nr .yy_xq .m_s {
		font-size: 12px;
		line-height: 22px;
	}
	.lnl{padding-bottom: 16px;}
	.yc_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.yc_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}

.ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_bt.cn p{padding:12px 0px; font-size:20px;}
.ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_bt.cn .t_b i.on{width: 5%;height: 2px;background: #0165B3;}
.ny_bt.cn .t_b i{width: 95%;height: 1px;background: #F3F3F3;}

.xw_lb ul li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #eee;}
.xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_nr .t_p{width:27%; position:relative; overflow:hidden;}
.xw_nr .t_p img{width:100%; height:100%; display:block; position:absolute; top:0; left:0;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	transition:all 1s;
	-webkit-transition:all 1s;}
.xw_nr:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.xw_nr .w_z{width:70%;}
.xw_nr .w_z h3{font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_nr .w_z p{line-height:24px; color:#999; height:72px; margin-bottom:25px; overflow:hidden; display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;}
.xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; line-height:38px;}
.xw_nr:hover .w_z a.m_r{background-color:#0165B3; border:1px solid #0165B3; color:#fff;}
@media only screen and (max-width:640px){
	.xw_lb ul li{margin-bottom:20px; padding-bottom:20px;}
	.xw_nr .t_p{width:100%; height:200px; margin-bottom:15px;}
	.xw_nr .w_z{width:100%;}
	.xw_nr .w_z h3{font-size:14px; line-height:26px; margin-bottom:15px;}
	.xw_nr .w_z p{font-size:12px; line-height:22px;  margin-bottom:15px;}
	.xw_nr .w_z a.m_r{border-radius:.5rem; padding:0px 20px; line-height:40px;}
}

.al_nr{width: 100%;overflow: hidden;margin-top: 36px;}
.al_nr .n_r{margin-bottom: 36px;overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,.05);-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.al_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.al_nr .n_r .w_z a{display: block;width: 100%;background: #F7F7F7;line-height: 40px;text-align: center;color: #0E0E0E;font-size: 15px;padding:10px 0px;}
@media only screen and (max-width:640px){
	.al_nr{margin-top: 26px;}
	.al_nr .n_r{margin-bottom: 20px;}
	.al_nr .n_r .w_z a{line-height: 40px;font-size: 13px;}
}

.xw_xq{width:100%; overflow:hidden; position:relative;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

.lx_fs{width:100%; padding:160px 0px 80px 0px; overflow:hidden;}
.lx_fs .fs_zs ul{margin:0 -20px;}
.lx_fs .fs_zs ul li{width:calc(33.33333333% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); text-align:center;}
.lx_fs .fs_zs h3{font-size:16px; color:#333; margin-bottom:10px;}
.lx_fs .fs_zs p{color:#999;}
.lx_fs .fs_zs i{font-size:32px; line-height:50px; color:#299bb2;}
.lx_fs .fs_zs i.icon-dizhi1{font-size:40px;}
@media only screen and (max-width:1200px){
	.lx_fs{padding:60px 0;}
	.lx_fs .fs_zs ul{margin:0 -10px;}
	.lx_fs .fs_zs ul li{width:calc(33.33333333% - 20px); padding:20px 15px; margin:0 10px;}
	.lx_fs .fs_zs h3{font-size:15px;}
	.lx_fs .fs_zs i{font-size:30px; line-height:46px;}
	.lx_fs .fs_zs i.icon-dizhi1{font-size:38px;}
}
@media only screen and (max-width:640px){
	.lx_fs{padding:50px 0 30px;}
	.lx_fs .fs_zs ul{margin:0;}
	.lx_fs .fs_zs ul li{width:100%; margin:0 0 20px;}
}

.sw_hz{width:100%; padding:80px 0; background-color:#f5f5f5; overflow:hidden;}
.sw_hz .hz_bd ul{margin:0 -25px;}
.sw_hz .hz_bd ul li{width:calc(50% - 50px); margin:0 25px 30px;}
.sw_hz .hz_bd ul li:last-child{width:100%;}
.sw_hz .hz_bd span{display:block; font-size:15px; color:#333; margin-bottom:10px;}
.sw_hz .hz_bd .t_x{position:relative;}
.sw_hz .hz_bd .t_x i{width:50px; position:absolute; top:0; left:0; text-align:center; color:#299bb2; line-height:56px;}
.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:26px;}
.sw_hz .hz_bd .t_x i.icon-chuangyi-{font-size:24px;}
.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:20px;}
.sw_hz .hz_bd .t_x input{width:100%; height:56px; border-radius:3px; padding:0 15px 0 50px; background-color:#fff; color:#333; line-height:56px; display:block;}
.sw_hz .hz_bd .t_x textarea{width:100%; height:160px; border-radius:3px; padding:15px 15px 15px 50px; background-color:#fff; color:#333; line-height:26px; display:block; resize:none;}
.sw_hz .hz_bd .c_z{text-align:center;}
.sw_hz .hz_bd button{width:150px; height:56px; background-color:#333; border-radius:3px; margin:0 10px; font-size:17px; line-height:56px; text-align:center; color:#fff; outline:none; display:inline-block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.sw_hz .hz_bd button:hover{background-color:#299bb2;}
.sw_hz .hz_bd button.r_s{background-color:#aaa;}
.sw_hz .hz_bd button.r_s:hover{background-color:#555;}
@media only screen and (max-width:1200px){
	.sw_hz{padding:60px 0;}
	.sw_hz .hz_bd ul{margin:0 -15px;}
	.sw_hz .hz_bd ul li{width:calc(50% - 30px); margin:0 15px; margin-bottom:30px;}
	.sw_hz .hz_bd span{font-size:14px;}
	.sw_hz .hz_bd .t_x i{font-size:20px; line-height:50px;}
	.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:24px;}
	.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:18px;}
	.sw_hz .hz_bd .t_x input{height:50px; line-height:50px;}
	.sw_hz .hz_bd .t_x textarea{height:134px; padding:12px 15px 12px 50px;}
	.sw_hz .hz_bd button{width:130px; height:46px; font-size:16px; line-height:46px;}
}
@media only screen and (max-width:640px){
	.sw_hz{padding:50px 0;}
	.sw_hz .hz_bd ul{margin:0;}
	.sw_hz .hz_bd ul li{width:100%; margin:0; margin-bottom:20px;}
	.sw_hz .hz_bd .t_x textarea{height:108px;}
	.sw_hz .hz_bd button{width:110px; height:40px; font-size:15px; line-height:40px;}
}

.ny_bt{text-align: center;margin-bottom: 40px;}
.ny_bt p{color: #333333;font-size: 38px;font-weight: bold;margin-bottom: 16px;}
.ny_bt i{display: block;width: 48px;height: 6px;background: #0166b3;margin: 0 auto;}

@media only screen and (max-width:1100px){
	.ny_bt{margin-bottom: 30px;}
	.ny_bt p{font-size: 28px;margin-bottom: 10px;}
	.ny_bt i{width: 40px;height: 4px;}
}

.ny_nr .ly_nr .n_r{margin-bottom: 26px;box-shadow: 0 0 20px rgba(0,0,0,.05);}
.ny_nr .ly_nr .n_r .t_p{overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 26px;
}
.ny_nr .ly_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .ly_nr .n_r .w_z{
	padding: 16px;
}
.ny_nr .ly_nr .n_r .s_j{
	color: #666666;
	font-size: 14px;
	margin-bottom: 16px;
}
.ny_nr .ly_nr .n_r .b_t{margin-bottom: 36px;}
.ny_nr .ly_nr .n_r .b_t a{display: block;font-size: 20px;font-weight: bold;color: #333333;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .ly_nr .n_r .m_r a{
	color: #666666;
	font-size: 14px;
}
@media only screen and (max-width:1100px){
	.ny_nr .ly_nr .n_r{margin-bottom: 26px;}
	.ny_nr .ly_nr .n_r .t_p{
		margin-bottom: 20px;
	}
	.ny_nr .ly_nr .n_r .s_j{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.ny_nr .ly_nr .n_r .b_t{margin-bottom: 26px;}
	.ny_nr .ly_nr .n_r .b_t a{font-size: 16px;}
	.ny_nr .ly_nr .n_r .m_r a{
		font-size: 12px;
	}
}

.head.head_wtgn{border-bottom: solid 1px #eeeeee;}
.i3 .i3a .i3atxt .text16{text-transform: capitalize;}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#0166b3; border:1px solid #0166b3; color:#fff;}
.yema ul li.active a{background-color:#0166b3; border:1px solid #0166b3; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:20px;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.i3 .i3a .i3atxt{width:100%;}
.i3 .i3a .txt{align-items:center;justify-content:center;}
.i3 .i3a .txt .z_gd{color:#fff;border:solid 1px #fff;padding:6px 16px;}

.gy_fz{width: 100%;overflow: hidden;padding: 70px 0px 110px 0px;background: url("../images/fz_bj.jpg") no-repeat top center / cover;}
.gy_fz .fz_nr{position: relative;z-index: 999;}
.gy_fz .fz_nr .swiper-pagination{display: none;}
.gy_fz .fz_nr .n_r{display: flex;flex-wrap: wrap;margin-top: 240px;background: url("../images/fz_jta.png") no-repeat top center;}
.gy_fz .fz_nr .n_r .r_q{width: 100%; margin-top: 30px;text-align: center;color: #299bb2;font-size: 20px;line-height:46px;}
.gy_fz .fz_nr .n_r .m_s{color: #333333;font-size: 14px;line-height: 22px;text-align: center;padding: 9px 15px;width: 100%;min-height: 86px;display: flex;align-items: center;justify-content: center;}
.gy_fz .fz_nr .n_r:hover .r_q{ color: #333333;background: #FFFFFF;}
.gy_fz .fz_nr .n_r:hover .m_s{background: #299bb2;color: #FFFFFF;}
.gy_fz .fz_nr:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #CFD9E8;
}
.gy_fz .fz_nr .swiper-slide:nth-child(2n) .n_r{
    margin-top: 0px;
    flex-flow: column-reverse;
    background: url("../images/fz_jta.png") no-repeat bottom center;
}
.gy_fz .fz_nr .swiper-slide:nth-child(2n) .n_r .r_q{
    padding: 0px;
    margin: 0px 0px 30px 0px;
}
.gy_fz .fz_nr .swiper-button-prev{background: url("../images/fz_l.png") no-repeat center center;width: 26px;height: 50px;
    left: -7%;
    margin-top: -28px;
}
.gy_fz .fz_nr .swiper-button-next{background: url("../images/fz_r.png") no-repeat center center;width: 26px;height: 50px;
    left: auto;
    right: -7%;
    margin-top: -28px;
}
@media only screen and (max-width:1560px){
    .gy_fz .fz_nr {
        max-width: 94%;
        margin: 0 auto;
    }
    .gy_fz .fz_nr .n_r .m_s {
        padding: 10px;
    }
}
@media only screen and (max-width:1480px){
    .gy_fz .fz_nr {
        max-width: 90%;
    }
}
@media only screen and (max-width:1430px){
    .gy_fz .fz_nr {
        max-width: 96%;
    }
}
@media only screen and (max-width:1320px){
    .gy_fz .fz_nr {
        max-width: 92%;
    }
}
@media only screen and (max-width:1260px){
    .gy_fz .fz_nr {
        max-width: 90%;
    }
}
@media only screen and (max-width:1024px){
    .gy_fz {
        padding: 50px 0px 90px 0px;
    }
    .gy_fz .fz_nr .n_r{
        margin-top: 160px;
    }
    .gy_fz .fz_nr .n_r .m_s {
        font-size: 12px;
        line-height: 20px;
    }
    .gy_fz .fz_nr .n_r .r_q {
        padding: 0px;
        margin: 30px 0px 0px 0px;
        font-size: 20px;
    }
    .gy_fz .fz_nr .swiper-slide:nth-child(2n) .n_r .r_q {
        margin: 0px 0px 30px 0px;
    }
}
@media only screen and (max-width:640px){
    .gy_fz .fz_nr .swiper-button-prev{width: 44px;height: 44px;
        left: -7%;
        margin-top: -23px;
    }
    .gy_fz .fz_nr .swiper-button-next{width: 44px;height: 44px;
        right: -7%;
        margin-top: -23px;
    }
    .gy_fz .fz_nr .n_r .m_s {
        padding: 10px 6px;
    }
}
.txzs .swiper-pagination-bullet{
    background: #999;
}
.txzs .swiper-pagination-bullet-active{
    background: #299BB2;
}

.hdr {
    margin-left: 25px;
}
.hdra span {
    display: inline-block;
    color: #fff;
    background: url(../images/lgico_wt_03.png) no-repeat left center rgba(0,0,0,.4);
    background-position-x: 10px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50px;
}
.head_active .hdra span, .head_list .hdra span {
    background: url(../images/lgico_03.png) no-repeat left center #f5f5f5;
    background-position-x: 10px;
    color: #333;
}
.hdr .navhide {
    width: 100px;
    margin-left: -50px;
}
.hdr.gn:hover .navhide{
    margin-top: 0;
    opacity: 1;
    visibility: inherit;
}