@charset "utf-8";
.head{
	position: fixed;
	left: 0;
	top: 75px;
	z-index: 99;
	width: 100%;
	transition: .5s;
}
.headbox{
	display: flex;
	padding-right: 35px;
	background: #0639a2;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,.07);
}
.head_active{
	top: 25px;
}
.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 110px;
	background: #fff;
	border-radius: 6px 0 0 6px;
}
.logo img{
	height: 44px;
	transition: .25s;
}
.nav{
	margin: 0 5%;
}
.nav li{
	position: relative;
	flex: 0;
	flex-grow: 1;
	display: flex;
	justify-content: center;
}
.nava{
	display: block;
	line-height: 110px;
	height: 110px;
	border-bottom: 3px solid rgba(0,0,0,0);
	color: #fff;
}
.nav li.active .nava,.nav li:hover .nava{
	border-bottom: 3px solid #fff;
}
.navhide{
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	background: #0639a2;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 9;
}
.navhide a{
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	z-index: 9;
}
.navhide a:hover,.navhide a.active{
	background: rgba(255,255,255,.1);
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.head_active .logo{
	height: 90px;
	width: 190px;
}
.head_active .logo img{
	height: 35px;
}
.head_active .nava{
	height: 90px;
	line-height: 90px;
}
.hdr input{
	width: 210px;
	height: 48px;
	border-radius: 4px;
	background: #fff;
	background: #fff;
	border-left: 3px solid #c60001;
	padding: 0 15px;
}
.hdr button{
	width: 48px;
	height: 48px;
	background: url(../images/scico_03.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.foot{
	background: #111111;
	color: #999;
}
.foot a{
	color: #999;
}
.foot a:hover{
	color: #fff;
	text-decoration: underline;
}
.ft1{
	padding: 35px 0;
	border-bottom: 1px solid #313131;
}
.ft2{
	padding: 40px 0;
}
.fb{
	padding: 15px 0;
	background: #090909;
}
.ft1m a{
	margin: 0 2.5%;
}
.ft1r input{
	width: 275px;
	height: 45px;
	border: 1px solid #626262;
	border-radius: 4px;
	padding: 0 15px;
	background: none;
	color: #fff;
}
.ft1r button{
	background: url(../images/footsc_04.png) no-repeat center #de231f;
	width: 45px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 4px;
	cursor: pointer;
}
.ftl3 a{
	margin-left: 10px;
}
.ftrma{
	position: relative;
	margin-right: 15px;
}
.ftrma a{
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border: 1px solid #707070;
	color: #707070;
	border-radius: 4px;
}
.ftrma:hover a{
	text-decoration: inherit;
}
.fhrahide{
	width: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.15);
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	padding: 5px;
}
.ftrma:hover .fhrahide{
	margin-bottom: 10px;
	opacity: 1;
	visibility: inherit;
}
.fhrahide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform:rotate(45deg);
}
.ft2rr img{
	width: 125px;
	border-radius: 4px;
}
.md{
	padding: 85px 0;
}
.ititle_52{
	font-size: 52px;
}
.it{
	padding: 26px 0;
	border-bottom: 1px solid #E6E6E6;
}
.itlr a{
	color: #999;
	margin-left: 10px;
}
.itlr a:hover{
	color: #0639a2;
	text-decoration: underline;
}
.itr input{
	width: 300px;
	height: 40px;
	padding: 0 20px;
	border-radius: 40px;
	background: #0739a2;
	color: #fff;
}
.itr input::-webkit-input-placeholder{
	color:#fff;
}
.itr button{
	width: 50px;
	height: 40px;
	background: url(../images/footsc_04.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-size: 17px;
}
.i1{
	padding-top: 40px !important;
	width: 100%;
	overflow: hidden;
}
.zindex{
	position: relative;
	z-index: 9;
}
.itoplline{
	background: #0639a2;
	width: 45px;
	height: 1px;
	display: block;
	margin-top: 15px;
}
.itopl{
	color: #111;
}
.itopr{
	width: 35.44%;
}
.i1t{
	background: url(../images/i1tbg_04.jpg) no-repeat center;
	border-radius: 8px;
	background-size: cover;
	padding: 30px;
}
.i1tbox{
	background: #fff;
	padding: 30px;
	padding-bottom: 15px;
	position: relative;
	border-radius: 8px;
}
.i1ta{
	text-align: center;
	
}
.i1ta:hover{
	color: #0639A2;
	
}
.i1ta i{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #f4f8f7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: .25s;
	background: #0639A2;
	color: #fff;
}
.i1ta i img{
	transition: .25s;
	display: block;
	width: 45%;
}
.i1ta:hover i{
	background: #0639A2;
}
.i1ta:hover i img{
	filter: grayscale(100%) brightness(500%);
}
.swiper-pagination-i1,.swiper-pagination-i4{
	position: static;
	width: 100%;
	margin-top: 15px;
}
.swiper-pagination-i1 .swiper-pagination-bullet,
.swiper-pagination-i4 .swiper-pagination-bullet{
	background: #e5e5e5;
	opacity: 1;
	margin: 0 5px;
	transition: .25s;
}
.swiper-pagination-i1 .swiper-pagination-bullet-active,
.swiper-pagination-i4 .swiper-pagination-bullet-active{
	background: #0639A2;
}
.i1ba{
	width: 25%;
}
.i1ba_a{
	background: #eeeeee;
}
.i1batxt_line{
	width: 90%;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 auto;
}
.i1batxt1,
.i1batxt2{
	line-height: 50px;
	height: 50px;
	text-align: center;
	transition: .25s;
}
.i1ba_a:hover .i1batxt2{
	background: #0639A2;
	color: #fff;
}
.i1ba_a:hover{
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.i1y_1{
	width: 15.14%;
	position: absolute;
	right: 7%;
	top: -15px;
}
.i1y_2{
	width: 21.4%;
	position: absolute;
	left: -10%;
	bottom: -7%;
}
.i1y_3{
	width: 35.41%;
	position: absolute;
	bottom: -30%;
	right: -10%;
}
.i2t{
	background: url(../images/i2tbg_04.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.itopl_wt *{
	color: #fff;
}
.itopl_wt .itoplline{
	background: #fff;
}
.i2tra{
	text-align: center;
	margin-left: 7%;
}
.i2tra:nth-child(even){
	margin-top: 50px;
}
.i2mr{
	width: 30.95%;
	margin-left: 4%;
}
.i2bl{
	width: 37.57%;
	margin-right: 25px;
}
.morea{
	position: relative;
	display: block;
	width: 210px;
	line-height: 60px;
	background: #f0efef;
	text-align: center;
}
.morea::after,.morea::before{
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/moreico_04.png) no-repeat center;
}
.morea::after{
	left: 0;
	top: 0;
	transform:rotate(180deg);
}
.morea::before{
	right: 0;
	bottom: 0;
}
.morea img{
	transition: .25s;
}
.morea:hover{
	background: #0639A2;
	color: #fff;
}
.morea:hover img{
	filter: grayscale(100%) brightness(500%);
}
.i34{
	background: url(../images/i34bg_03.jpg) no-repeat bottom center;
	background-size: 100%;
}
.i3{
	background: url(../images/i3bg_03.png) no-repeat top center;
	background-size: 100%;
}
.itopl.textright .itoplline{
	margin-left: auto;
	margin-right: 0;
}
.i3ttxt{
	padding-right: 285px;
}
.i3ttxtw{
	padding: 35px;
	padding-bottom: 140px;
}
.i3b{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 285px;
	height: 300px;
	z-index: 9;
	background: #0639A2;
	padding: 20px;
}
.i3ba{
	display: flex;
	align-items: center;
	padding-left: 40px;
	height: 100%;
	color: #fff;
	cursor: pointer;
	transition: .25s;
	border-radius: 4px;
}
.i3ba img{
	transition: .25s;
	filter: grayscale(100%) brightness(500%);
	display: block;
	margin-right: 10px;
}
.swiper-slide-thumb-active .i3ba{
	background: #fff;
	color: #0639A2;
}
.swiper-slide-thumb-active .i3ba img{
	filter:inherit;
}
.i3box_demo{
	padding-left: 14%;
}
.i3tbbox{
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 9;
}
.i3tbbox i{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	background: #c8c8c8;
	font-size: 30px;
	border-radius: 4px;
	margin-right: 20px;
	color: #fff;
	cursor: pointer;
}
.i3tbbox i:hover{
	background: #0639A2;
}
.itopl.textcenter .itoplline{
	margin-left: auto;
	margin-right: auto;
}
.i4a{
	color: #666;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	background: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}
.i4a:hover{
	border: 1px solid #0639A2;
	color: #0639A2;
}
.i4a img{
	max-width: 100%;
}
.swiper-button-next-i4,.swiper-button-prev-i4{
	width: 40px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -45px;
	border-radius: 4px;
	background: #c8c8c8;
	color: #fff;
	font-size: 20px;
	transition: .25s;
}
.swiper-button-next-i4:hover,.swiper-button-prev-i4:hover{
	background: #0639A2;
}
.swiper-button-next-i4{
	right: -60px;
}
.swiper-button-prev-i4{
	left: -60px;
}
.i5{
	background: url(../images/i5bg_03.jpg) no-repeat center;
	background-size: cover;
}
.i5a{
	width: 31%;
	background: #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding: 25px;
}
.i5a::after{
	width: 26px;
	height: 26px;
	background: url(../images/i5bg_04.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}
.i5aico{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
	margin-right: 25px;
	transition: .25s;
}
.i5aico img{
	width: 35%;
	transition: .25s;
}
.i5a:hover .i5aico{
	background: #0639A2;
}
.i5a:hover .i5aico img{
	filter: grayscale(100%) brightness(500%);
}
.i5atxtm{
	margin: 10px 0;
	border-bottom: 2px solid #eee;
	position: relative;
}
.i5atxtm::after{
	width: 45px;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #0639A2;
}

.head_list{
	width: 100%;
	top: 0 !important;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_list .headbox{
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: inherit !important;
	background: none !important;
}
.head_list .nava{
	color: #333 !important;
}
.head_list .nav li.active .nava{
	color: #0639A2 !important;
	font-weight: bold;
	border-bottom: 3px solid #0639A2;
}
.head_list .nav li:hover .nava{
	color: #0639A2 !important;
}
.head_list .hdr input{
	height: 44px;
	border: 1px solid #E6E6E6;
}
.head_height{
	transition: .25s;
	height: 110px;
}
.head_height_active{
	height: 90px;
}
.listbn{
	min-height: 160px;
}
.lbnico{
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: 45px;
	animation: myfirst 2s infinite;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -15px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.ab1{
	background: url(../images/ab1bg_02.png) no-repeat bottom center;
	background-size: 100%;
}
.ab1tl{
	display: inline-block;
}
.ab1tl::after{
	width: 8px;
	height: 8px;
	content: "";
	background: #0639A2;
	position: absolute;
	right: -15px;
	top: -7px;
	border-radius: 100%;
}
.ab1tm{
	border-bottom: 2px solid #E6E6E6;
	margin: 0 30px;
}
.ab1mbar{
	width: 40.5%;
	margin-left: 20px;
}
.ab1br{
	margin-left: 3%;
	width: 29.485%;
}
.ab2{
	background: url(../images/ab2bg_02.jpg) no-repeat top center;
}
.ab1tl_1{
	color: #fff;
}
.ab1tl_1::after{
	background: #fff;
}
.ab2tr{
	width: 44.77%;
	margin-left: 4%;
}
.ab23{
	background: url(../images/ab23bg_02.jpg) no-repeat bottom center;
	background-size: 100%;
}

.ry1{
	background: url(../images/ry1bg_03.jpg) no-repeat bottom right;
	background-size: 50%;
}
.rytop::after{
	top: 50%;
	right: -15px;
	background: #0259FC;
}
.ry1r{
	margin-left: 4%;
}
.ry1lline{
	border-bottom: 1px solid #E6E6E6;
	margin: 40px 0 35px 0;
}
.ry1lm .i2tra{
	margin: 0 !important;
	text-align: center;
}
.ry1lm .i2trat{
	color: #0259FC;
}
.ry1lb a{
	line-height: 48px;
	width: 180px;
	border: 1px solid #0259FC;
	color: #0259FC;
	display: inline-block;
	border-radius: 4px;
	margin-right: 20px;
	text-align: center;
}
.ry1lb a.active{
	background: #d3232e !important;
	border: 1px solid #d3232e !important;
	color: #fff !important;
}
.ry1lb a:hover{
	background: #0259FC;
	color: #fff;
}
.ry1rw{
	background: rgba(2,89,252,.8);
	padding: 35px;
	border-top: 8px solid #0259FC;
	color: #fff;
	width: 460px;
	max-width: 100%;
}
.ry2a{
	background: #fff;
	display: block;
	text-align: center;
	margin: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.07);
	padding: 0 20px;
}
.ry2atxt{
	padding: 17px 0;
	border-top: 1px solid #E6E6E6;
}
.ry2aimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ry2aimg img{
	max-width: 85%;
	max-height: 85%;
}
.swiper-button-next-ry2,.swiper-button-prev-ry2{
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #eeeeee;
	color: #666;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	transition: .25s;
}
.swiper-button-next-ry2:hover,.swiper-button-prev-ry2:hover{
	background: #0259fc;
	color: #fff;
}
.swiper-button-next-ry2{
	right: -70px;
}
.swiper-button-prev-ry2{
	left: -70px;
}
.swiper-pagination-ry2{
	position: static;
	width: 100%;
	margin-top: 15px;
}
.swiper-pagination-ry2 .swiper-pagination-bullet{
	background: #e5e5e5;
	opacity: 1;
	margin: 0 7px;
	transition: .25s;
	border-radius: 0;
	width: 10px;
	height: 10px;
	background: #b3cdfe;
}
.swiper-pagination-ry2 .swiper-pagination-bullet-active{
	background: #0259fc;
	width: 25px;
}

.co1t{
	box-shadow: 0 0 25px rgba(0,0,0,.07);
	position: relative;
}
.co1timg{
	position: absolute;
	right: 0;
	top: 0;
	width: 29.1911%;
}
.co1m{
	border-top: 1px solid #E6E6E6;
}
.co1ma{
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	width: 33.33%;
}
.co1ma.active{
	width: 100%;
}
.co1ma:nth-child(3){
	justify-content: center;
}
.co1ma:nth-child(4){
	justify-content: flex-end;
}
.co1ba{
	margin-right: 15px;
}
.co1ba a{
	width: 36px;
	height: 36px;
	background: #c8c8c8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	border-radius: 100%;
}
.co1ba:hover a{
	background: #0259fc;
}
.co1ba:hover .fhrahide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 10px;
}
.co2l{
	width: 30%;
	margin-right: 35px;
}
.co3a{
	width: 32%;
}
.co3a.w100{
	width: 100%;
}
.co3aipt input,.co3aipt textarea{
	padding: 0 15px;
	height: 50px;
	border-radius: 3px;
	width: 100%;
	background: #fff;
	border: 1px solid #fff;
}
.co3aipt textarea{
	height: 160px;
	padding: 15px;
	resize: none;
}
.co3aipt input:focus,.co3aipt textarea:focus{
	border: 1px solid #0259FC;
}
.co3a button{
	width: 100%;
	height: 50px;
	background: #0259FC;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.co3a button:hover{
	opacity: .85;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_52{
		font-size: 42px;
	}
	.head{
		top: 25px;
	}
	.i3b{
		height: 300px;
	}
	.i4w{
		padding: 0 60px;
	}
	.swiper-button-next-i4{
		right: 0;
	}
	.swiper-button-prev-i4{
		left: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_52{
		font-size: 36px;
	}
	.flogo img{
		height: 30px;
	}
	.ft1r input{
		width: 220px;
		height: 38px;
	}
	.ft1r button{
		height: 38px;
	}
	.i5aico{
		width: 80px;
		height: 80px;
	}
	.i3tbbox i{
		width: 44px;
		height: 44px;
	}
	
	.ry1{
		background: none;
	}
}
@media only screen and (max-width:950px) {
	.swiper-pagination-bn .swiper-pagination-bullet{
		background: rgba(255,255,255,.5);
	}
	.swiper-pagination-bn .swiper-pagination-bullet-active{
		background: #fff;
	}
	.swiper-pagination-bn .swiper-pagination-bullet::after{
		display: none;
	}
	.md{
		padding: 50px 0;
	}
	.ititle_52{
		font-size: 28px;
	}
	.wap_search{
		position: absolute;
		left: 0;
		top: 60px;
		width: 100%;
		padding: 15px;
		background: #fff;
		z-index: 99;
		display: none;
	}
	.i1ba{
		width: 33.33%;
	}
	.i3box_demo{
		padding: 0 15px !important;
	}
	.i3ttxt{
		width: 100% !important;
	}
	.i3b{
		right: 0 !important;
	}
}
@media only screen and (max-width:768px) {
	.bnimg{
		min-height: 200px;
	}
	.md{
		padding: 25px 0;
	}
	.ititle_52{
		font-size: 22px;
	}
	.wf1{
		background: #1852cb;
	}
	.wf1a{
		padding: 15px 0;
		display: block;
		width: 25%;
		text-align: center;
		color: #fff;
		border-right: 1px solid rgba(255,255,255,.6);
	}
	.wf1a i{
		margin: 0 auto;
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		border: 1px solid #fff;
	}
	.wf1a i img{
		height: 18px;
	}
	.wf2{
		background: #111;
		color: #fff;
		padding: 25px 0;
	}
	.wf2 a img{
		height: 25px;
	}
	
	.itr input{
		width: 100%;
	}
	.itl{
		display: block;
		text-align: center;
	}
	.itll{
		justify-content: center;
	}
	.itll img{
		height: 20px;
	}
	.itlr{
		justify-content: center;
	}
	.itlr a{
		margin: 0 5px;
		margin-top: 5px;
	}
	.i1{
		padding-top: 25px !important;
	}
	.itoplline{
		width: 30px;
	}
	.i1t{
		border-radius: 4px;
		padding: 15px;
	}
	.i1tbox{
		border-radius: 4px;
		padding: 15px;
	}
	.i1ta i{
		width: 50px;
		height: 50px;
	}
	.swiper-pagination-i1 .swiper-pagination-bullet,
	.swiper-pagination-i4 .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.i1ba{
		width: 50%;
	}
	.i1batxt1, .i1batxt2{
		line-height: 40px;
		height: 40px;
	}
	.itopl {
		text-align: center;
	}
	.itoplline{
		margin-left: auto;
		margin-right: auto;
	}
	.i2tr{
		justify-content: space-between;
	}
	.i2tra{
		margin-top: 20px !important;
		margin: 0;
	}
	.i2trat p{
		margin-left: 3px;
	}
	.i2tra h3{
		font-size: 12px;
		margin-top: 5px;
	}
	.morea{
		width: 160px;
		line-height: 45px;
		display: block;
		margin: 0 auto;
	}
	.morea::after,.morea::before{
		width: 8px;
		height: 8px;
		background-size: 100% !important;
	}
	.morea img{
		height: 8px;
	}
	.i3{
		background: none;
	}
	.i3top{
		justify-content: center;
	}
	.itopl.textright .itoplline{
		margin-left: auto;
		margin-right: auto;
	}
	.i3b{
		position: static;
		width: 100%;
		height: auto;
	}
	.i3ttxt{
		padding: 0;
	}
	.i3ttxtw{
		padding: 0;
		margin-top: 15px;
		padding-bottom: 60px;
	}
	.i3tbbox i{
		width: 32px;
		height: 32px;
		font-size: 14px;
		margin-right: 15px;
	}
	.i3tbbox{
		left: 0;
		bottom: 15px;
	}
	.i3 h2.titleh2.colorfff{
		color: #000;
	}
	.i3ba{
		height: 40px;
		padding: 0 15px;
		font-size: 13px;
	}
	.i3ba img{
		height: 20px;
	}
	.i4a{
		padding: 5px;
		font-size: 12px;
	}
	.i4a p{
		font-size: 12px;
	}
	.i4a img{
		height: 25px;
	}
	.i4w{
		padding: 0;
	}
	.swiper-button-next-i4, .swiper-button-prev-i4{
		width: 25px;
		height: 100%;
		margin-top: 0;
		top: 0;
		display: none;
	}
	.i5w{
		justify-content: space-between;
	}
	.i5a{
		padding: 15px;
		width: 48% !important;
		display: block;
		text-align: center;
		border-bottom: 2px solid #de231f;
	}
	.i5a:nth-child(2){
		display: none;
	}
	.i5aico{
		width: 60px;
		height: 60px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.i5atxtm::after{
		width: 30px;
		left: 50%;
		margin-left: -15px;
	}
	.i5a::after{
		display: none;
	}
	
	.lbnico{
		bottom: 15px;
		margin-left: -5px;
	}
	.lbnico img{
		width: 10px;
	}
	.lbntxt h3{
		font-size: 12px;
		margin-top: 5px;
	}
	.ab1tl::after{
		right: -8px;
		top: -5px;
	}
	.ab1tm{
		margin: 0 20px;
		border-bottom: 1px solid #E6E6E6;
	}
	.ab1br img{
		width: 50%;
		margin: 0 auto;
	}
	.ab2tl *{
		color: #fff;
	}
	.ab2tr h2{
		text-align: center;
		font-size: 16px;
	}
	
	.ry1{
		background: none;
	}
	.ry1lline{
		margin: 15px 0;
	}
	.ry1lb a{
		line-height: 38px;
		width: 130px;
		margin-right: 15px;
		font-size: 13px;
	}
	.ry1rw{
		padding: 20px;
	}
	.swiper-button-next-ry2, .swiper-button-prev-ry2{
		display: none;
	}
	.swiper-pagination-ry2{
		margin-top: 10px;
	}
	.swiper-pagination-ry2 .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
	}
	.swiper-pagination-ry2 .swiper-pagination-bullet-active{
		width: 20px;
	}
	
	.co1t{
		height: 250px !important;
	}
	.co1timg{
		width: 50%;
	}
	.co1ma{
		padding: 15px 0;
		width: 100%;
		justify-content: flex-start !important;
	}
	.co1mar img{
		height: 24px;
	}
	.co3aipt input{
		height: 40px;
	}
	.co3aipt textarea{
		height: 100px;
	}
	.co3a button{
		height: 40px;
	}
}



.yc_nr .dq_wz{border-bottom:1px solid #eee; padding-bottom:25px; margin-bottom:35px; overflow:hidden;}
.yc_nr .dq_wz .b_t{font-size:22px; line-height:32px; font-weight:bold; color:#0639A2; padding-left:15px; position:relative;}
.yc_nr .dq_wz .b_t:after{width:4px; height:22px; position:absolute; top:50%; left:0; margin-top:-11px; content:""; background-color:#0639A2;}

.xw_xq .b_t{font-size:22px; line-height:32px; font-weight:bold; color:#000; margin-bottom:20px;}
.xw_xq .x_x{padding-bottom:20px; border-bottom:1px solid #eee; margin-bottom:35px;}
.xw_xq .x_x span{margin-right:20px; display:inline-block;}
.xw_xq .n_r{line-height:30px;}
.xw_xq .n_r strong{font-size:18px; color:#000; line-height:28px;}
.xw_xq .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; line-height:32px;}
@media only screen and (max-width:1100px){
	.xw_xq .b_t{font-size:20px; line-height:30px; margin-bottom:15px;}
	.xw_xq .x_x{margin-bottom:30px;}
	.xw_xq .n_r{line-height:28px;}
	.xw_xq .f_y{margin-top:30px; padding-top:25px;}
    .yc_nr .dq_wz{margin-bottom:25px;}
    .yc_nr .dq_wz .b_t{font-size:17px;}
}
@media only screen and (max-width:640px){
	.xw_xq .b_t{font-size:20px; line-height:30px;}
	.xw_xq .x_x{margin-bottom:20px;}
	.xw_xq .x_x .y_c{margin-top:5px;}
	.xw_xq .x_x .y_c a{margin:0 7px 0 0;}
    .yc_nr .dq_wz{margin-bottom:20px;}
}

.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:16px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#0639A2; border:1px solid #0639A2; color:#fff;}
.yema ul li a.on{background-color:#0639A2; border:1px solid #0639A2; color:#fff;}

@media only screen and (max-width:1440px){
	.yema{margin-top:20px;}
	.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}

@media only screen and (max-width:1024px){
	.yema{margin-top:20px;}
}

@media only screen and (max-width:768px){
	.yema{margin-top:10px;}
	.yema ul li{margin:0 2px;}
	.yema ul li:first-child(2){display:none;}
	.yema ul li:last-child(2){display:none;}
	.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}

@media only screen and (max-width:320px){
	.yema ul li{margin:0 1px;}
	.yema ul li a{padding:0 6px;}
}


.cp_lb ul{margin:0 -10px;}
.cp_lb ul li{width:calc(25% - 20px); margin:0 10px 20px; padding:5px; border:1px solid #eee; position:relative;}
.cp_lb .t_p{overflow:hidden;}
.cp_lb .t_p img{width:100%; height:auto; display:block;
	transition:all 1s;
	-webkit-transition:all 1s;}
.cp_lb ul li:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.cp_lb .w_z{width:calc(100% - 10px); padding:7px 0; font-size:15px; line-height:28px; text-align:center; color:#fff; background-color:rgba(0,0,0,.7); text-overflow:ellipsis; white-space:nowrap; overflow:hidden; position:absolute; bottom:5px; left:5px;}
@media only screen and (max-width:1100px){
.cp_lb ul li{width:calc(50% - 20px);}
.cp_lb .w_z{font-size:14px;}
}
@media only screen and (max-width:768px){
.cp_lb ul{margin:0 -5px;}
.cp_lb ul li{width:calc(50% - 10px); margin:0 5px 10px;}
.cp_lb .w_z{font-size:13px; padding:5px;}
}

.xw_lb ul li{margin-bottom:30px; padding-bottom:30px; 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:30%; overflow:hidden;}
.xw_nr .t_p img{width:100%; height:100%; display:block;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	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:67%;}
.xw_nr .w_z h3{font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_nr .w_z p{line-height:24px; color:#999; height:48px; margin-bottom:20px; overflow:hidden; display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;}
.xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; font-size:14px; line-height:38px;}
.xw_nr:hover .w_z a.m_r{background-color:#0639A2; border:1px solid #0639A2; color:#fff;}
@media only screen and (max-width:1100px){
	.xw_lb ul li{margin-bottom:25px; padding-bottom:25px;}
	.xw_nr .t_p{width:30%;}
	.xw_nr .w_z{width:66%;}
	.xw_nr .w_z h3{font-size:18px; line-height:28px; margin-bottom:10px;}
	.xw_nr .w_z p{margin-bottom:15px;}
	.xw_nr .w_z a.m_r{padding:0 15px; line-height:34px;}
}
@media only screen and (max-width:768px){
	.xw_lb ul li{margin-bottom:20px; padding-bottom:20px;}
	.xw_nr .t_p{width:40%;}
	.xw_nr .w_z{width:60%; padding-left:10px;}
	.xw_nr .w_z h3{font-size:16px; font-weight:normal; line-height:26px; margin-bottom:5px;}
	.xw_nr .w_z p{font-size:13px; line-height:20px; height:40px; margin-bottom:6px;}
	.xw_nr .w_z a.m_r{border-radius:0; border:0; padding:0; font-size:13px; line-height:22px;}
}

.ny_lm{width:100%; padding:25px 0; background-color:#f7f7f7; position:relative; overflow:hidden;}
.ny_lm ul li{font-family:"Gantari-Light"; line-height:30px; margin-right:40px; position:relative;}
.ny_lm ul li:after{width:0; height:2px; background-color:#0639A2; position:absolute; bottom:0; left:0; content:"";
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_lm ul li:hover:after{width:100%;}
.ny_lm ul li.on:after{width:100%;}
.ny_lm ul li.on a{color:#0639A2;}
@media only screen and (max-width:1279px){
	.ny_lm{padding:15px 0;}
	.ny_lm ul li{margin-right:30px;}
}
@media only screen and (max-width:768px){
	.ny_lm ul li{margin-right:15px;}
}
