@charset "utf-8";
img {
    max-width: 100%;
}
.tc{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tc_active{
	opacity: 1;
	visibility: inherit;
}
.fmbox{
	width: 1080px;
	max-width: 85%;
	padding: 60px;
	padding-top: 40px;
}
.tc_close{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
}
.fma{
	margin-bottom: 35px;
}
.fma:last-child{
	margin-bottom: 0;
}
.fma input,.fma textarea{
	height: 60px;
	width: 100%;
	border-radius: 6px;
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #eee;
}
.fma input:focus,.fma textarea:focus{
	border: 1px solid #087FC4;
}
.fma textarea{
	resize: none;
	padding: 15px;
	height: 160px;
}
.fma button{
	height: 50px;
	width: 140px;
	background: #6a6a6a;
	color: #fff;
	font-size: 14px;
	transition: .25s;
	cursor: pointer;
	margin: 0 20px;
	font-weight: bold;
}
.fma button:hover{
	opacity: .85;
}
.fma button.active{
	background: #087FC4;
}
.colorindex,.hvindex:hover{
	color: #017cc2;
}
.bgindex,.hvbgindex:hover{
	background: #017cc2;
	color: #fff;
}
.g_right {
	position: fixed;
	right: -112px;
	top: 32%;
	z-index: 990;
	background-color: #087FC4;
	width: 112px;
	padding: 3px;
	transition: all .7s;
}
.g_right i {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 70px;
	display: block;
	background: #087FC4;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: -40px;
}
.g_right i.icon_t{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
}
.g_right:hover {
	right: 0;
}
.g_right div {
	overflow: hidden;
	background-color: #ffffff;
}
.g_right div a {
	display: block;
	text-align: center;
	padding: 12px 0;
}
.g_right div a img {
	display: block;
	margin: auto;
}
.g_right div a span {
	font-size: 12px;
	color: #666666;
}
.g_right div a span.icon{
	font-size: 30px;
	color: #25d366;
	display: block;
	text-align: center;
}
.g_right div a:nth-child(2) span.icon{
	color: #235feb;
}
.md{
	padding: 90px 0;
}
.ititle_60{
	font-size: 60px;
}
.ititle_48{
	font-size: 48px;
}
.ititle_40{
	font-size: 40px;
}
.ht{
	height: 40px;
	background: #017cc2;
	color: #fff;
}
.ht a{
	color: #fff;
	display: flex;
	align-items: center;
}
.hb{
	height: 110px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.head{
	width: 100%;
	transition: .25s;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head:hover{
	background: #fff;
}
.head_active,.head_list{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_height{
	height: 150px;
}
.logo{
	display: inline-block;
	height: 65px;
}
.logo img{
	height: 100%;
}
.logo img.img1{
	display: block;
}
.logo img.img2{
	display: none;
}
.head_active .logo img.img1,.head_list .logo img.img1,.head:hover .logo img.img1{
	display: none;
}
.head_active .logo img.img2,.head_list .logo img.img2,.head:hover .logo img.img2{
	display: block;
}
.nav li{
	position: relative;
	margin-right: 7%;
	height: 110px;
	display: flex;
	align-items: center;
}
.nava{
	display: block;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #fff;
	line-height: 40px;
}
.head_active .nava,
.head_list .nava,
.head:hover .nava{
	color: #333;
}
.nav li.active .nava{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nav li:hover .nava{
	color: #087fc4;
	border-bottom: 1px solid #087fc4;
}
.head_active .nav li.active .nava,
.head_list .nav li.active .nava,
.head_active .nav li:hover .nava,
.head_list .nav li:hover .nava,
.head:hover .nav li.active .nava{
	color: #087fc4;
	border-bottom: 1px solid #087fc4;
}
.navhide,.hdrhide{
	min-width: 170px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.hdrhide{
	min-width: 130px;
	width: 130px;
	margin-left: -65px;
}
.navhide a,.hdrhide a{
	font-size: 15px;
	line-height: 50px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover,.hdrhide a:hover{
	color: #087fc4;
	background: #f5f5f5;
}
.hdra_a{
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
}
.head_active .hdra_a,
.head_list .hdra_a,
.head:hover .hdra_a{
	border: 1px solid #087FC4;
	color: #087FC4;
}
.hdra:hover .hdrhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.bntxt{
	color: #fff;
}
.bntxt h3 i{
	width: 270px;
	height: 1px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
}
.bntxt_img img{
	max-width: 43%;
}
.bntxt span{
	display: inline-block;
	line-height: 60px;
	padding: 0 40px;
	background: #087FC4;
	color: #fff;
	border-radius: 60px;
}
.foot{
	background: #333;
	color: #fff;
}
.foot a:hover{
	color: #fff;
}
.ft,.fm{
	border-bottom: 1px solid #555555;
	padding: 50px 0;
}
.ftr a{
	color: #fff;
	margin-right: 5%;
}
.ftr a:hover{
	color: #087FC4;
}
.fmma{
	margin-bottom: 15px;
}
.fmma h3{
	font-weight: normal;
}
.fmm,.fmr{
	margin-left: 3%;
}

.fmm{
    width: 28%;
}
.fmla{
    max-width:25% ;
}
.fmla ul{
	margin-top: 10px;
}
.fmla a{
	display: inline-block;
	line-height: 28px;
	color: #999;
	font-size: 12px;
}
.fb,.fb a{
	color: #666;
}
.fb{
	padding: 15px 0;
}
.i1a{
	flex: 0;
	flex-grow: 1;
	margin: 0 15px;
	margin-top: 15px;
	display: block;
}
.i1at{
	line-height: 58px;
}
.morea{
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.i2boxw{
	color: #fff;
	padding: 25px 8%;
}
.i2boxbtxt{
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
	display: none;
}
.i2box:hover .i2boxw{
	background: rgba(0,0,0,.2);
}
.i2box:hover .i2boxb .morea{
	display: none;
}
.i2box:hover .i2boxb .i2boxbtxt{
	display: block;
}
.i3a{
	width: 33.33%;
	padding: 0 25px;
	border-right: 1px solid #E6E6E6;
}
.i3a:last-child{
	border: 0;
}
.i3a span{
	display: inline-block;
	padding: 4px 10px;
}
.i4{
	background: url(../images/i4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i4w .morea{
	margin-left: 0;
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.i4w .morea img{
	filter: grayscale(100%) brightness(500%);
}

.listnav{
	background: #e5e5e5;
	padding: 15px 0;
}
.lnvr,.lnvr a{
	color: #999;
}
.lnvr a:hover{
	color: #087FC4;
}
.lnvr i{
	margin: 0 12px;
}
.ab1r{
	width: 350px;
	margin-left: 10%;
}
.ab1ra{
	padding: 25px 0;
	border-bottom: 1px solid #e6e6e6;
}
.ab2{
	background: url(../images/ab2bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab2a{
	width: 320px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 100%;
	transition: .25s;
}
.ab2a:hover{
	background: rgba(255,255,255,.05);
}
.swiper-pagination-ab3{
	width: 100%;
	text-align: center;
}
.swiper-pagination-ab3{
	position: static;
}
.swiper-pagination-ab3 .swiper-pagination-bullet{
	border-radius: 8px;
	background: #333;
	transition: .25s;
	margin: 0 7px;
}
.swiper-pagination-ab3 .swiper-pagination-bullet-active{
	width: 24px;
	background: #087FC4;
	opacity: 1;
}
.listnav_wt{
	background: #fff;
}
.prdmd{
	padding-top: 50px;
}
.pdt a{
	margin: 0 3%;
}
.pdt a:hover{
	color: #087FC4;
}
.pda{
	width: 25%;
	padding: 15px;
}

.pll{
	width: 300px;
	margin-right: 7%;
}
.pllul{
	border-top: 1px solid #E6E6E6;
}
.pllul li{
	border-bottom: 1px solid #E6E6E6;
	padding: 25px 0;
}
.pllab{
	display: none;
}
.pllab a{
	color: #999;
}
.pllab a:hover,.pllab a.active{
	color: #087FC4;
}
.pllat i{
	transition: .25s;
}
.pllul li.active .pllat i{
	transform:rotate(90deg);
}
.plra{
	padding: 40px;
	border: 1px solid #E6E6E6;
}
.plra::after{
	width: 0;
	height: 5px;
	content: "";
	background: #087FC4;
	transition: .5s;
	position: absolute;
	left: 0;
	bottom: 0;
}
.plra:hover::after{
	width: 100%;
}
.plral{
	width: 30%;
	margin-right: 5%;
}
.plrart{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pi1l,.pi1r{
	width: 46%;
}
.swiper-container-pi1{
	border: 1px solid #e6e6e6;
}
.pi1a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pi1a img{
	max-width: 80%;
	max-height: 80%;
	min-height: 80%;
	min-width: 80%;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	filter: grayscale(100%);filter: gray;
	opacity: .5;
	transform: scale(.6);
}
.pi1rt{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
}
.pi1rt::after{
	width: 25px;
	height: 3px;
	content: "";
	background: #087FC4;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.kfa{
	background: #087FC4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 50px;
	color: #fff;
}
.pi2w{
	border-top: 1px solid #E6E6E6;
}
.pi2a{
	padding: 25px 0;
	border-bottom: 1px solid #E6E6E6;
}

.co1{
	min-height: 250px;
}
.co2ltxt p{
	margin-top: 5px;
}
.co2r .fma{
	margin-bottom: 20px;
}
.co2r .fma input,.co2r .fma textarea{
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}
.co2r .fma input:focus,.co2r .fma textarea:focus{
	border-bottom: 1px solid #087FC4;
}
.co2r .fma textarea{
	height: 120px;
}
.co2r .fma button{
	margin-left: 0;
}

.xswlbg{
	background: url(../images/xswlbg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.sva{
	position: absolute;
	display: block;
	color: #fff;
}
.sva i{
	width: 18px;
	height: 18px;
	background: rgba(255,255,255,.4);
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 5px;
	animation: myfirst 2s infinite;
}
@keyframes myfirst {
    0% {
    	opacity: 0;
    }
    50% {
    	opacity: 1;
    }
    100% {
    	opacity: 0;
    }
}
.sva i::after{
	width: 12px;
	height: 12px;
	content: "";
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 3px;
	top: 3px;
}
.sva:nth-child(1){
	left: 18.5%;
	top: 31.2%;
}
.sva:nth-child(1) i{
	animation-duration:2.1s;
}
.sva:nth-child(2){
	left: 34.3%;
	top: 66.6%;
}
.sva:nth-child(2) i{
	animation-duration:1.8s;
}
.sva:nth-child(3){
	left: 47%;
	top: 22%;
}
.sva:nth-child(3) i{
	animation-duration:1.6s;
}
.sva:nth-child(4){
	left: 50%;
	top: 22%;
}
.sva:nth-child(4) i{
	animation-duration:1.9s;
}
.sva:nth-child(5){
	left: 52%;
	top: 22%;
}
.sva:nth-child(5) i{
	animation-duration:1.7s;
}
.sva:nth-child(6){
	left: 46%;
	top: 32.5%;
}
.sva:nth-child(6) i{
	animation-duration:2s;
}
.sva:nth-child(7){
	left: 48%;
	top: 30.5%;
}
.sva:nth-child(7) i{
	animation-duration:1.8s;
}
.sva:nth-child(8){
	left: 50%;
	top: 30%;
}
.sva:nth-child(8) i{
	animation-duration:1.9s;
}
.sva:nth-child(9){
	left: 51%;
	top: 32.5%;
}
.sva:nth-child(9) i{
	animation-duration:2.1s;
}
.sva:nth-child(10){
	right: 20.5%;
	top: 61%;
}
.sva:nth-child(10) i{
	animation-duration:1.8s;
}
.sva:nth-child(11){
	right: 16.5%;
	top: 58%;
}
.sva:nth-child(11) i{
	animation-duration:2.1s;
}
.sva:nth-child(12){
	right: 17.5%;
	top: 53%;
}
.sva:nth-child(12) i{
	animation-duration:1.9s;
}
.sva:nth-child(13){
	right: 13.5%;
	top: 34%;
}
.sva:nth-child(13) i{
	animation-duration:1.7s;
}
.sva:nth-child(14){
	right: 10.5%;
	top: 38%;
}
.sva:nth-child(14) i{
	animation-duration:1.8s;
}
.sva:last-child{
	right: 18%;
	top: 39%;
	width: 50px;
}

@media only screen and (max-width:1499px) {
	.md{
		padding: 70px 0;
	}
	.ititle_60{
		font-size: 50px;
	}
	.ititle_40,.ititle_48{
		font-size: 36px;
	}
	.logo{
		height: 50px;
	}
	.navhide a, .hdrhide a{
		font-size: 13px
	}
	.bntxt{
		padding-top: 10%;
	}
	.bntxt_img img{
		max-width: 35%;
	}
	.bntxt span{
		line-height: 45px;
		padding: 0 30px;
	}
	.bntxt h3 i{
		width: 100px;
	}
	.morea {
	    width: 150px;
	    height: 40px;
	}
	.morea img{
		height: 8px;
	}
	.fmr img{
		width: 110px;
	}
	.fmm, .fmr{
		margin-left: 5%;
	}
	.ab2a{
		width: 250px;
		height: 250px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_60{
		font-size: 40px;
	}
	.ititle_40,.ititle_48{
		font-size: 32px;
	}
	.ab2a{
		width: 220px;
		height: 220px;
	}
	.ab1rar img{
		height: 40px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_60{
		font-size: 36px;
	}
	.ititle_40,.ititle_48{
		font-size: 26px;
	}
}
.g-news {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.g-news a {
    width: 31%;
    margin: 1.1%;
    display: block;
}
.g-news a li {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.g-news a li b {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    padding: 5px 7px;
    background-color: #017cc2;
    font-weight: normal;
    font-size: 14px;
    z-index: 8;
}
.g-news a li img {
    display: block;
    margin: auto;
    width: 100%;
    max-height: 100%;
    transition: 1s;
}
.g-news a span {
    display: block;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-top: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.g-news a i {
    margin-top: 17px;
}
.g-news a:hover li img {
    transform: scale(1.1);
}
.page a{
	margin: 5px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 14px;
	background: #e7e7e7;
	color: #fff;
}
.page a:hover,.page a.active{
	background: #087fc4;
	color: #fff;
}
.page a.pagea{
	background: none !important;
	color: #999 !important;
	font-size: 22px;
}
.page a.pagea:hover{
	color: #087fc4 !important;
}
.page-num-current{
	background: #087fc4!important;
	color: #fff!important;
}
.g-news-info {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.g-news-info h1 {
    color: #333333;
    font-size: 32px;
    text-align: center;
    line-height: 1.376;
    margin: auto;
}
.g-news-info span {
    font-size: 14px;
    display: block;
    color: #999999;
    text-align: center;
    padding: 17px 0 32px;
}
.g-news-info .g-info-box {
    padding: 44px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    line-height: 2;
    margin: 17px auto;
    font-size: 15px;
    color: #666666;
}
.g-news-info li {
        display: block;
    overflow: hidden;
}
.g-news-info li a {
    display: block;
    width: 100%;
    line-height: 1.37;
    padding: 7px 0;
    color: #666666;
    font-size: 14px;
}
.g-news-info li a:hover {
    color: #017cc2;
}
@media screen and (max-width: 1440px) {
    .g-news-info h1 {
        font-size: 26px;
    }
    .g-news a li {
        height: max-content;
    }
}
@media only screen and (max-width:768px) {
    .g-news-info li a {
        padding: 7px 0;
        font-size: 13px;
    }
    .g-news-info .g-info-box {
        padding: 22px 0;
        margin: 12px auto;
        font-size: 13px;
    }
    .g-news-info span {
        font-size: 13px;
        padding: 12px 0 20px;
    }
    .g-news-info h1 {
        font-size: 22px;
    }
    .page{
		padding: 10px 0;
	}
	.page a{
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 3px 5px;
	}
    .g-news a {
        margin: auto;
        width: 100%;
        padding: 17px 0;
    }
    .g-news {
        display: block;
    }
	.md{
		padding: 25px 0;
	}
	.ititle_60{
		font-size: 26px;
	}
	.ititle_40,.ititle_48{
		font-size: 24px;
	}
	.fmbox{
		padding: 25px;
	}
	.fma input, .fma textarea{
		height: 42px;
		font-size: 13px;
		padding: 0 12px;
	}
	.fma textarea{
		height: 80px;
		padding: 12px;
	}
	.fma{
		margin-bottom: 16px;
	}
	.fma button{
		width: 100px;
		height: 40px;
		margin: 0 7px;
		font-size: 13px;
		border-radius: 4px;
	}
	.tc_close{
		width: 40px;
		height: 40px;
		font-size: 12px;
		right: 0;
		top: 0;
	}
	.tc_close img{
		height: 15px;
	}
	.bntxt{
		padding: 0;
	}
	.bntxt span{
		line-height: 30px;
		padding: 0 20px;
		font-size: 12px;
	}
	.bntxt span i{
		font-size: 12px;
	}
	.bntxt_img img{
		max-width: 50%;
	}
	.bntxt h3{
		font-size: 12px;
	}
	.bntxt h3 i{
		width: 30px;
	}
	.i1w{
		justify-content: space-between;
	}
	.i1a{
		width: 48%;
		flex: inherit;
		flex-grow: inherit;
		margin: 0;
		margin-top: 15px;
	}
	.i1at{
		font-size: 15px;
		line-height: 38px;
	}
	.morea{
		width: 110px;
		height: 36px;
	}
	.i2boxw  p{
		font-size: 15px;
		margin-top: 5px;
	}
	.i3a{
		width: 100%;
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid #E6E6E6;
	}
	.i3a span{
		font-size: 12px;
	}
	.i4w h1{
		font-size: 18px;
		line-height: 30px;
	}
	.ft, .fm{
		padding: 20px 0;
	}
	.ft .wrap_1400{
		justify-content: center;
	}
	.ftr{
		display: none;
	}
	.flogo img{
		display: block;
		height: 40px;
		margin: 0 auto;
	}
	.fm .wrap_1400{
		display: block;
		text-align: center;
	}
	.fml{
		display: none;
	}
	.fmm, .fmr{
		margin-left: 0;
	}
	.fmr img{
		margin: 0 auto;
	}
	.fb{
		text-align: center;
	}
	
	.listbn img{
		min-height: 120px;
	}
	.listnav{
		padding: 12px 0;
		font-size: 12px;
	}
	.ab1ra{
		padding: 15px 0;
	}
	.ab1rar img{
		height: 30px;
	}
	.ab2a{
		margin: 10px auto;
	}
	.pda{
		width: 50%;
	}
	.pda p{
		font-size: 12px;
	}
	
	.pllul li{
		padding: 15px 0;
	}
	.plra{
		display: block;
		padding: 20px;
		padding-top: 0;
	}
	.plrart{
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	
	.kfa{
		width: 120px;
		height: 38px;
	}
	.kfa img{
		height: 14px;
	}
	.listnav a img{
		height: 10px;
	}
	.sva{
		transform: scale(.5);
	}
	.fmm {
        width: 100%;
    }
}