@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #025dac;
}
.bgcolor,.hvbgcolor:hover{
	background: #025dac;
	color: #fff;
}
.head{
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
	background: rgba(0,0,0,.23);
}
.head_height{
	height: 90px;
}
.logo{
	display: inline-block;
	height: 62px;
}
.logo img{
	height: 100%;
}
.logo img.img1{
	display: block;
}
.logo img.img2{
	display: none;
}
.head_active,.head_list{
	background: #fff;
	border-bottom: 0;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_active .logo img.img1,
.head_list .logo img.img1{
	display: none;
}
.head_active .logo img.img2,
.head_list .logo img.img2{
	display: block;
}
.nav li{
	position: relative;
}
.nava{
	color: #fff;
	display: block;
	height: 90px;
	line-height: 90px;
	padding: 0 25px;
}
.head_active .nava,
.head_list .nava{
	color: #333;
}
.head_active .nav li.active .nava,
.head_active .nav li:hover .nava,
.head_list .nav li.active .nava,
.head_list .nav li:hover .nava{
	color: #025dac;
}
.head_active .nav li.active .nava,
.head_list .nav li.active .nava{
	background: #025dac;
	color: #fff;
}
.navhide{
	width: 220px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -110px;
	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);
}
.navhide_prd{
	width: 800px;
	margin-left: -400px;
}
.npa{
	width: 33.33%;
	margin: 15px 0;
}
.npaimg{
	width: 70%;
	min-height: 170px;
	max-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.npa img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.npa p{
	margin-top: 5px;
}
.nav li:hover .navhide,
.hdr:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
	text-transform: capitalize;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #025dac;
}
.hdr .navhide{
	width: 100px;
	margin-left: -50px;
}
.hdr{
	margin-left: 25px;
}
.hdra{
	height: 90px;
	display: flex;
	align-items: center;
}
.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;
}
.md{
	padding: 80px 0;
}
.ititle_72{
	font-size: 60px;
}
.ititle_48{
	font-size: 42px;
	text-transform: uppercase;
}
.bntxt h1{
	letter-spacing: 10px;
}
.foot{
	background: #23273d;
	background-size: cover;
	color: #cbcdd2;
}
.foot a{
	color: #cbcdd2;
	text-transform: capitalize;
}
.foot a:hover{
	color: #fff;
	text-decoration: underline;
}
.ftl{
	margin-right: 10%;
}
.ft{
	padding: 70px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.fta{
	min-width: 140px;
}
.fta h3{
	color: #fff;
}
.fta_r{
	width: 44%;
}
.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);
}
.ftarb_ewm{
	margin-left: 25px;
	text-align: center;
}
.ftarf a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #4a5269;
	color: #fff;
	margin-right: 10px;
}
.fb{
	padding: 15px 0;
}
.fbra{
	border: 1px solid #fff;
	padding: 4px 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .25s;
}
.fbra i{
	margin-left: 12px;
}
.fbr:hover .fbra{
	background: rgba(255,255,255,.1);
}
.fbrhide{
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	height: 120px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.fbr:hover .fbrhide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.fbrhide::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.fbrhide::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.fbrhide::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.fbrhide a{
	line-height: 40px;
	display: block;
	padding: 0 15px;
	color: #666;
}
.fbrhide a:hover{
	color: #025dac;
	background: #f5f5f5;
	text-decoration: none;
}
.fta_r h2.icolor{
	color: #0ba3e9;
}
.i1{
	background: url(../images/i1bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i1a_a{
	display: block;
	padding: 10px;
	text-align: center;
	background: #fff;
}
.i1aimg{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
}
.i1aimg img{
	display: block;
	max-width: 85%;
	max-height: 85%;
}
.morea{
	cursor: pointer;
	transition: .25s;
	display: inline-block;
	padding: 4px 20px;
	border-radius: 50px;
	border: 1px solid #334dbf;
	color: #334dbf;
}
.i1a_a:hover{
	color: #334DBF;
}
.morea:hover{
	background: #334DBF;
	color: #fff;
}
.i2a{
	width: 25%;
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.i2abg{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20% 10%;
	background: rgba(0,0,0,.3);
}
.morea_wt{
	border: 1px solid #fff;
	color: #fff;
}
.i2a:hover .morea_wt{
	background: #025DAC;
	border: 1px solid #025DAC;
	color: #fff;
}
.i2at i{
	width: 30px;
	height: 4px;
	background: rgba(255,255,255,.5);
	display: block;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i3r{
	width: 38%;
	margin-left: 5%;
}
.i3r a{
	display: inline-block;
	padding: 10px 30px;
	background: #025DAC;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.i3lline{
	width: 45px;
	height: 3px;
	display: block;
	margin: 25px 0;
}
.i3l .txt p{
	padding: 8px 0;
}
.i4{
	background: url(../images/i4bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i5{
	background: #f8f8f8;
}
.i5t li{
	display: inline-block;
	cursor: pointer;
	transition: .25s;
	border: 1px solid #025DAC;
	color: #025DAC;
	padding: 8px 30px;
	margin: 0 10px;
}
.i5t li.active{
	background: #025DAC;
	color: #fff;
	border: 1px solid #025DAC;
}
.i5bbox{
	padding: 20px;
}
.i5bl{
	width: 40%;
	margin-right: 4%;
}
.i5br h1{
	font-style: italic;
}
.i5br p{
	margin-top: 6px;
}
.swiper-button-next-i5,.swiper-button-prev-i5{
	width: 35px;
	height: 56px;
	background: #cdcdcd;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	margin-top: -28px;
	font-size: 16px;
}
.swiper-button-next-i5{
	right: -60px;
}
.swiper-button-prev-i5{
	left: -60px;
}
.swiper-button-next-i5:hover,.swiper-button-prev-i5:hover{
	background: #025DAC;
	color: #fff;
}
.i6{
	background: url(../images/i6bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i6la{
	display: block;
	width: 49%;
	background: #fff;
	border: 1px solid #E6E6E6;
	padding: 0 10px;
}
.i6laimg,.i6latxt{
	margin: 10px 0;
}
.i6r{
	background: url(../images/i6rbg_03.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	width: 33%;
	margin-left: 20px;
	padding: 30px;
	border-radius: 6px;
}
.i6rt p,.i6rba p{
	opacity: .5;
}
.i6rba{
	padding: 7px 0;
	display: flex;
	align-items: center;
	color: #fff;
}

.lbntxt{
	margin-bottom: -100px;
}
.ab2{
	background: #025dac;
	color: #fff;
	padding: 40px 0;
}
.ab2a{
	border-right: 1px solid rgba(255,255,255,.5);
	text-align: center;
}
.ab2a:last-child{
	border: 0 !important;
}
.ab3a_a{
	background: #f7f7f7;
	text-align: center;
	padding: 20px;
}
.ab3aimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab3aimg img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.ab4{
	background: url(../images/ab4bg_04.jpg) no-repeat center;
	background-size: cover;
}
.ab4a_a{
	text-align: center;
	background: #fff;
	transition: .25s;
}
.ab4a_a:hover{
	background: #025DAC;
	color: #fff;
}
.ab5w:first-child{
	margin-top: 0 !important;
}
.ab5w:nth-child(even){
	flex-flow: row-reverse;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_72{
		font-size: 48px;
	}
	.ititle_48{
		font-size: 32px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_72{
		font-size: 36px;
	}
	.ititle_48{
		font-size: 26px;
	}
	.bntxt h1{
		letter-spacing: 8px;
	}
	.logo{
		height: 50px;
	}
	.nava{
		padding: 0 20px;
	}
	.i2a img{
		height: 40px;
	}
	.i6latxt img{
		height: 10px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_72{
		font-size: 26px;
	}
	.ititle_48{
		font-size: 22px;
	}
	.bnimg{
		max-height: 450px;
	}
	.bntxt h1{
		letter-spacing: 5px;
	}
	.fta{
		min-width: 100px;
	}
	.ftarb_ewm img{
		width: 80px;
	}
}
@media only screen and (max-width:768px) {
	.bnimg{
		max-height: 200px;
	}
	.bntxt h1{
		letter-spacing: 2px;
	}
	.md{
		padding: 25px 0;
	}
	.ititle_72{
		font-size: 20px;
	}
	.ititle_48{
		font-size: 20px;
	}
	.foot{
		text-align: center;
	}
	.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{
		min-width: 100%;
		display: none;
	}
	.fta.fta_r{
		display: block;
	}
	.ftarbr{
		justify-content: center;
		margin-top: 15px;
	}
	.ftarbr .ftarb_ewm{
		margin: 0 10px;
	}
	.ftarf {
		justify-content: center;
	}
	.ftarf a{
		margin: 0 5px;
	}
	.i1a{
		width: 50%;
	}
	.morea{
		font-size: 12px;
		padding: 3px 15px;
	}
	.i2a{
		width: 100%;
		max-height: 250px;
	}
	.i2abg{
		padding: 20px;
	}
	.i2abg img{
		height: 40px;
	}
	.i2at i{
		height: 2px;
		width: 25px;
	}
	.i3lline{
		width: 25px;
		height: 2px;
		margin: 15px 0;
	}
	.i3lb {
		margin-top: 15px;
		text-align: center;
	}
	.i4 .padding20{
		padding: 0;
	}
	.i4 h3{
		font-size: 15px;
	}
	.i5t li{
		padding: 5px 15px;
	}
	.swiper-button-next-i5{
		right: 0;
	}
	.swiper-button-prev-i5{
		left: 0;
	}
	.swiper-button-next-i5, .swiper-button-prev-i5{
		width: 25px;
		height: 40px;
	}
	.i5bbox{
		padding: 30px;
	}
	.i6la{
		width: 100%;
		margin-bottom: 15px;
	}
	.i6latxt img{
		height: 10px;
	}
	.i6r{
		padding: 25px;
		border-radius: 4px;
	}
	
	.listbn img{
		min-height: 120px;
	}
	.lbntxt{
		margin-bottom: 0;
	}
	.ab2{
		padding: 20px 0;
	}
	.ab2 .wrap_1400{
		padding: 0;
	}
	.ab2a p{
		font-size: 12px;
	}
	.ab2a h1{
		font-size: 20px
	}
	.ab3a{
		width: 50%;
	}
	.ab4a{
		width: 100%;
	}
	.ab5txt,.ab5img{
		margin: 15px 0;
	}
}

.ny_lx{width:100%; padding:60px 0; overflow:hidden;}
.ny_lx .container{max-width:1280px;}
.ny_lx .row{margin:0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_lx .lx_xx{width:50%; padding:40px; background-color:#025dac; font-size:18px; line-height:36px; color:#FFFFFF;}
.ny_lx .lx_xx .tel{font-size:36px; line-height:44px; color:#FFFFFF; font-family:"D-DIN-PRO-Bold"; margin-bottom:15px;}
.ny_lx .lx_tp{width:50%; border:15px solid #fff;}
.ny_lx .lx_tp img{width:100%; height:100%; display:block;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	user-select:none;}
@media only screen and (max-width:1600px){
	.ny_lx .container{max-width:1200px;}
	.ny_lx .lx_xx{padding:30px;}
	.ny_lx .lx_tp{border:10px solid #fff;}
}
@media only screen and (max-width:1440px){
	.ny_lx{padding:50px 0;}
	.ny_lx .container{max-width:90%;}
	.ny_lx .lx_xx{font-size:16px; line-height:28px;}
	.ny_lx .lx_xx .tel{font-size:30px; line-height:38px; margin-bottom:10px;}
}
@media only screen and (max-width:1200px){
	.ny_lx .container{max-width:100%;}
	.ny_lx .lx_xx{line-height:26px; padding:25px;}
	.ny_lx .lx_xx .tel{font-size:26px; line-height:34px;}
}
@media only screen and (max-width:640px){
	.ny_lx{padding:30px 0 50px;}
	.ny_lx .lx_xx{width:100%;}
	.ny_lx .lx_tp{width:100%;}
}

.ny_ly{width:100%; padding:60px 0; background: url(../images/i6bg_02.jpg) no-repeat center; overflow:hidden;}
.ny_ly .lx_bt{text-align:center;}
.ny_ly .ly_nr{max-width:1000px; margin:0 auto; padding:50px 80px; background-color:#fff; border-radius:30px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_ly .ly_nr ul{margin:0 -20px;}
.ny_ly .ly_nr ul li{width:calc(50% - 40px); margin:0 20px 20px;}
.ny_ly .ly_nr ul li.gn{width: 100%;}
.ny_ly .ly_nr ul li:last-child{width:100%; margin:0 20px; text-align:center;}
.ny_ly .ly_nr em{display:block; margin-bottom:5px;}
.ny_ly .ly_nr input{width:100%; height:46px; border:1px solid #ddd; border-radius:23px; padding:0 15px; line-height:44px; color:#333; display:block;}
.ny_ly .ly_nr textarea{width:100%; height:118px; border:1px solid #ddd; border-radius:23px; padding:10px 15px; line-height:24px; color:#333; resize:none; display:block;}
.ny_ly .ly_nr button{width:120px; height:46px; background-color:#025dac; border-radius:23px; line-height:46px; text-align:center; color:#FFFFFF; display:inline-block; margin:0 7px; outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_ly .ly_nr button:hover{background-color:#0ba3e9; color:#fff;}
.ny_ly .ly_nr button.r_t{background-color:#878581; color:#fff;}
.ny_ly .ly_nr button.r_t:hover{background-color:#535353;}
@media only screen and (max-width:1440px){
	.ny_ly{padding:50px 0;}
	.ny_ly .ly_nr{padding:40px 60px;}
	.ny_ly .ly_nr ul{margin:0 -15px;}
	.ny_ly .ly_nr ul li{width:calc(50% - 30px); margin:0 15px 20px;}
	.ny_ly .ly_nr ul li:last-child{ margin:0 15px;}
}
@media only screen and (max-width:1200px){
	.ny_ly .ly_nr{padding:40px;}
	.ny_ly .ly_nr textarea{height:96px;}
}
@media only screen and (max-width:640px){
	.ny_ly{padding:30px 0 50px;}
	.ny_ly .ly_nr{padding:30px 20px;}
	.ny_ly .ly_nr ul{margin:0 -10px;}
	.ny_ly .ly_nr ul li{width:calc(50% - 20px); margin:0 10px 20px;}
	.ny_ly .ly_nr ul li:nth-child(3){width:calc(100% - 20px);}
	.ny_ly .ly_nr ul li:last-child{width:calc(100% - 20px); margin:0 10px;}
}


.lx_bt{width:100%; margin-bottom:40px; overflow:hidden;}
.lx_bt em{width:90px; height:6px; border-radius:6px; background-color:#aaa; display:inline-block;margin-bottom: 6px;}
.lx_bt .b_t{font-size:36px; line-height:50px; color:#000;margin-bottom: 10px;text-transform: uppercase;}
.lx_bt .w_z{font-size:16px; line-height:28px; color:#777;}
@media only screen and (max-width:1440px){
	.lx_bt{margin-bottom:30px;}
	.lx_bt em{width:70px; height:5px;}
	.lx_bt .b_t{font-size:28px; line-height:40px;}
	.lx_bt .w_z{font-size:14px; line-height:26px;}
}
@media only screen and (max-width:1200px){
	.lx_bt{margin-bottom:25px;}
	.lx_bt em{width:60px;}
	.lx_bt .b_t{font-size:20px; line-height:34px;}
	.lx_bt .w_z{font-size:13px; line-height:22px;}
}
@media only screen and (max-width:640px){
	.lx_bt em{width:50px;}
	.lx_bt .b_t{margin-bottom:5px;}
}

.listbn.gn:before{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.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: 26px;font-weight: bold; margin-bottom: 10px;text-transform: capitalize;}
.yc_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.yc_nr .xq_nr .yy_xq .m_r a{color: #025dac;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #025dac;-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: #025dac;}
.yc_nr .xq_nr .yy_xq .m_s{color: #666666;font-size: 14px;line-height: 30px;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 #e5e5e5; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
	.yc_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 16px;
	}
	.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){
	.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: #025dac;}
.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:#025dac; border:1px solid #025dac; 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: 56px;text-align: center;color: #0E0E0E;font-size: 16px;}
@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;}
}

.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:#025dac; border:1px solid #025dac; color:#fff;}
.yema ul li.active a{background-color:#025dac; border:1px solid #025dac; 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;}
}

.ny_lm{width:100%; color:#999; line-height:60px; position:relative; z-index:9;background: #f5f5f5;}
.ny_lm .dq_wz a{color:#999;}
.ny_lm .dq_wz a:hover{color:#025dac;}
.ny_lm .dq_wz span{color:#025dac;}
.ny_lm .dq_wz i{font-size:18px; display:inline-block; margin-right:3px; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1100px) {
	.ny_lm{line-height:50px;}
}

.yy_nr{width: 100%;padding: 80px 0px;}
.yy_nr .yy_ms{margin-bottom: 40px;color: #666;font-size: 13px;line-height: 26px;text-align: center;}
.yy_nr .yy_lb{padding:0px 20px;}
.yy_nr .yy_lb .n_r{margin: 16px;overflow: hidden;-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.yy_nr .yy_lb .n_r .t_p{width: 100%;overflow: hidden;}
.yy_nr .yy_lb .n_r .t_p img{width: 100%;height: auto;display: block;
	transition: all 5s;
	-o-transition: all 5s;
	-ms-transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
}
.yy_nr .yy_lb .n_r .w_z{text-align: center;line-height: 46px;background: #025dac;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;padding: 0px 10px;}
.yy_nr .yy_lb .n_r .w_z a{color: #FFFFFF; font-size: 13px;text-transform: capitalize;}
.yy_nr .yy_lb .n_r:hover .w_z{background: #025dac; }
.yy_nr .yy_lb .n_r:hover a{color: #FFFFFF;}
.yy_nr .yy_fl{margin-bottom: 50px;}
.yy_nr .yy_fl ul{display: flex;align-items: center;justify-content: center;}
.yy_nr .yy_fl li{margin: 0px 15px;width: 200px;text-align: center;}
.yy_nr .yy_fl li a{
	display: block;
	color: #797979;
	border: solid 1px #797979;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 46px;
	width: 100%;
}
.yy_nr .yy_fl li.active a{color: #FFFFFF;border: solid 1px #025dac;background: #025dac;}
.yy_nr .yy_fl li:hover a{color: #FFFFFF;border: solid 1px #025dac;background: #025dac;}

@media only screen and (max-width:786px) {
	.yy_nr{padding: 50px 0px;}
	.yy_nr .yy_ms{margin-bottom: 30px;font-size: 13px;line-height: 24px;}
	.yy_nr .yy_lb{padding:0px;}
	.yy_nr .yy_lb .n_r{margin: 10px;}
	.yy_nr .yy_lb .n_r .w_z{line-height: 40px;}
	.yy_nr .yy_lb .n_r .w_z a{font-size: 12px;}
}

.ny_bt{text-align: center;margin-bottom: 40px;}
.ny_bt p{color: #333;font-size: 34px;font-weight: bold;margin-bottom: 16px;text-transform: uppercase;}
.ny_bt i{display: block;width: 48px;height: 6px;background: #025dac;margin: 0 auto;}

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

.pdt{
	padding-top: 40px !important;
}
.pdl{
	width: 22%;
	margin-right: 2.5%;
}
.pdltitle{
	background: #025dac;
	padding: 9px 20px;
	color: #fff;
}
.lsla{
	margin-bottom: 3px;
}
.lslat{
	display: flex;
	align-items: center;
	padding: 7px 20px;
	background: #F0F6FB;
}
.lslat i{
	transition: .25s;
	color: #025dac;
}
.lsla.active .lslat {
	color: #025dac;
}
.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;
	text-indent: 12px;
}
.lslab a:hover,
.lslab a.active{
	color: #025dac;
}
.pdrt{
	border-bottom: 2px solid #eee;
}
.pdrt h3{
	padding-bottom: 13px;
	border-bottom: 2px solid #025dac;
	display: inline-block;
	margin-bottom: -2px;
}
.pdra_a{
	display: block;
	border: 1px solid #E6E6E6;
}
.pdra_a:hover{
	border: 1px solid #025dac;
}
.pdra_a .txt{
	padding: 15px 20px;
	text-align: center;
}

@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;
	}
}

.i1a .i1atxt .lht25{
	min-height: 50px;
}

.yc_nr .xq_nr .cp_xq .b_g img{max-width:100%;}

.bnimg .bntxt .ititle_48{text-transform: uppercase;}
.bnimg .bntxt h1{letter-spacing: 2px;}
.ab4atxt .text14{font-size: 13px;}
@media only screen and (max-width:640px) {
    .bnimg .bntxt .ititle_48{font-size: 14px;letter-spacing: 1px;}
    .ab4atxt .text14{font-size: 12px;}
}

.i1w .i1a .i1atxt .text20{text-transform: capitalize;}
.i3lba .text14{text-transform: capitalize;}
.titleh1{text-transform: uppercase;}
.ab2 .ab2a .text16{text-transform: capitalize;}
.ab4atxt .text14{text-transform: capitalize;}