@charset "utf-8";


.bnimg img {
	width: 100%;
    display: block;
}

/* .page strong {
	display: inline-block;
	padding: 4px 8px;
} */

/*视频*/
.videohide {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videohide_class {
	visibility: visible;
	opacity: 1;
}

.videohidebg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 10;
}

.videohidebox i {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #008CD6;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}

.videohidebox i.fa-close:hover {
	-webkit-filter: brightness(110%);
}

.videohidebox {
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}

.videohidebox_class {
	margin-top: 0;
	opacity: 1;
}

.videohidebox_1 {
	width: 100%;
	height: auto;
}

.videohidebox_1 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.videohidebox_1 p {
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.vdbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.head {
	height: 110px;
	background: #edf9ff;
	padding: 0 65px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
}

.head_active {
	height: 85px;
}

.head_height {
	height: 110px;
}

.logo {
	display: inline-block;
	height: 56px;
}

.hdrphone {
	word-break: break-all;
}

.cover_img>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.nav span {
	position: relative;
	margin: 0 17px;
}

.nava {
	display: block;
	height: 110px;
	line-height: 110px;
	font-size: 16px;
	color: #666;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.head_active .nava {
	height: 85px;
	line-height: 85px;
	white-space: nowrap;
}

.head_active .logo {
	height: 45px;
}

.head_active .navhideprd {
	top: 85px;
}

.nav span:hover .nava,
.nav span.active .nava {
	color: #008cd6;
	border-bottom: 3px solid #008cd6;
}

.navhide {
	z-index: 99;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 140px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	border-radius: 4px;
	padding: 10px 0;
}

.nav span:hover .navhide {
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}

.navhide a {
	display: block;
	line-height: 35px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.navhide a:hover {
	color: #008cd6;
}

.pd15 {
	padding: 15px;
}

.textcolor {
	color: #008cd6;
}

.bgcolor {
	background: #008cd6;
	color: #fff;
}

.navhideprd {
	width: 100%;
	position: fixed;
	left: 0;
	top: 110px;
	background: #fff;
	padding: 20px 10%;
	z-index: 9;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.nav span:hover .navhideprd {
	opacity: 1;
	visibility: inherit;
}

.nhpda {
	padding: 0 35px;
	border-right: 1px solid #eee;
	margin: 10px 0;
	text-align: center;
	color: #666;
}

.nhpda img {
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.nhpda:last-child {
	border: 0;
}

.nhpda:hover {
	color: #008CD6;
}

.hdra {
	margin-left: 0;
	cursor: pointer;
	border-left: 1px solid #ddd;
	padding-left: 15px;
	margin-left: 15px;
}

.hdra span {
	font-size: 20px;
	padding: 10px 0;
	display: inline-block;
}

.hdra span {
	width: 46px;
	height: 46px;
	background: url(../images/scico_03.png) no-repeat center;
}

.hdra span.active {
	background: url(../images/close.png) no-repeat center;
	background-size: 18px;
}

.scbox {
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 9;
}

.scbox input {
	height: 45px;
	width: 100%;
	background: #fff;
	padding: 0 10px;
}

.scbox button {
	width: 50px;
	height: 45px;
	background: url(../images/scico_03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-size: 20px;
}

.hdr3sp {
	display: block;
	width: 85px;
	height: 25px;
	background: url(../images/menu_03.png) no-repeat center;
	cursor: pointer;
}

.hdrhide {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: scale(0, 1);
	transition: .5s;
	transform-origin: right center;
}

.hdrhide_active {
	opacity: 1;
	visibility: inherit;
	transform: scale(1, 1);
}

.hrhbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.hrw {
	width: 31.5%;
	height: 100%;
	background: #008cd6;
	background-image: linear-gradient(#008cd6, #008cd6);
	color: #fff;
	padding: 20px;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	-webkit-overflow-scrolling: touch;
}

.bgjb {
	background-image: linear-gradient(#008cd6, #008cd6);
	color: #fff;
}

.twhite {
	filter: grayscale(100%) brightness(500%);
}

.hrt {
	padding: 20px 0;
	border-bottom: 2px solid #fff;
}

.hra {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 25px 0;
}

.hra h3 a {
	font-size: 18px;
	color: #fff;
}

.hraw {
	margin-top: 10px;
	line-height: 30px;
}

.hraw a {
	margin-right: 20px;
	color: #fff;
}

.hraw a:hover {
	opacity: .85;
}

#scroll-2::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

#scroll-2::-webkit-scrollbar-track {
	background: #f6f6f6;
	border-radius: 2px;
}

#scroll-2::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 2px;
}

#scroll-2::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

#scroll-2::-webkit-scrollbar-corner {
	background: #f6f6f6;
}

.md {
	padding: 80px 0;
}

.foot {
	background: #004ea2;
	color: #fff;
	position: relative;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #fff;
}

.ftr {
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-left: 5%;
	margin-left: 5%;
}

.ftr1a h3 {
	margin-bottom: 10px;
}

.ftr1a p,
.ftr1a a {
	line-height: 30px;
	color: rgba(255, 255, 255, .5);
}

.ftr2 {
	width: 27.5%;
	margin-left: 5%;
}

.ftr2w {
	margin-top: 10px;
}

.ftr2w a {
	margin-right: 5px;
	margin-top: 5px;
	background: rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .5);
	display: inline-block;
	line-height: 26px;
	padding: 0 8px;
	border-radius: 4px;
}

.ftr3 {
	width: 135px;
	margin-left: 5%;
}

.fm {
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 20px 0;
	color: rgba(255, 255, 255, .5);
	line-height: 30px;
}

.fm a {
	color: rgba(255, 255, 255, .5);
	margin-right: 15px;
}

.fm span {
	border-right: 1px solid rgba(255, 255, 255, .2);
	padding-right: 10px;
	margin-right: 10px;
}

.fb {
	padding: 20px 0;
	line-height: 30px;
}

#gotop {
	width: 70px;
	height: 70px;
	display: flex;
	background: rgba(0, 140, 214, .95);
	color: #fff;
	font-size: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -35px;
	cursor: pointer;
}

.bnico {
	width: 30px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	position: absolute;
	left: 5%;
	bottom: 4.8%;
	cursor: pointer;
	z-index: 98;
}

.bnico::after {
	width: 2px;
	height: 5px;
	content: "";
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -1px;
	animation: myfirst 2s infinite;
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, 25px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.w50 {
	width: 50%;
}

.w48 {
	width: 48%;
}

.w49 {
	width: 49%;
}

.boxshow {
	box-shadow: 0 15px 25px rgba(0, 140, 214, .15);
}

.i1 {
	background: url(../images/i1bg_02.png) no-repeat bottom center;
}

.vdbg {
	width: 100%;
	height: 100%;
	background: url(../images/vdico_03.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

.i1l {
	width: 45%;
	margin-right: 5%;
}

.i1rt {
	padding-left: 0;
}

.iline {
	width: 100%;
	height: 1px;
	position: relative;
	background: #ccd1d6;
}

.iline::after {
	width: 10px;
	height: 10px;
	background: #f1f5f9;
	border: 1px solid #4b525a;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
}

.i1rb a {
	margin-right: 5%;
}

.i1rb a:hover {
	color: #008cd6;
}

.i2 {
	background: url(../images/i2bg_02.jpg) no-repeat center;
}

.itopwt {
	color: #fff;
}

.i2l {
	width: 21.25%;
}

.i2l1t {
	color: #fff;
	background: url(../images/i2ltbg_03.png) no-repeat center;
	background-size: cover;
	/*margin-bottom: 20px;*/
}

.i2l1t p {
	color: #5fc7ff;
}

.i2lat i {
	width: 12px;
	height: 12px;
	background: url(../images/i2lico_03.png) no-repeat center;
	transition: .25s;
}

.i2lat em {
	transition: .25s;
}

.i2lahide {
	display: none;
}

.i2lahide a {
	line-height: 26px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-left: 22px;
}

.i2lahide a:hover {
	color: #008CD6;
}

.i2la {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	transition: .25s;
}

.i2la.active {
	background: #f1f5f8;
}

.i2la.active .i2lat {
	color: #008CD6;
}

.i2la.active .i2lat i {
	background: url(../images/i2lico_ac_03.png) no-repeat center;
	color: #008CD6;
}

.i2la.active .i2lat em {
	transform: rotate(90deg);
}

.i2l3 {
	padding: 25px;
	background: url(../images/i2lpic3_03.png) no-repeat center;
	color: #fff;
	display: flex;
	align-items: center;
	background-size: cover;
	border-radius: 0 0 4px 4px;
}

.i2r {
	background: url(../images/i2rbg_03.jpg) no-repeat top center #fff;
	background-size: 100% 70%;
	width: 77%;
	padding-bottom: 15px;
}

.i2rt {
	padding: 50px;
	color: #fff;
}

.i2rtl img {
	max-width: 90%;
}

.i2rtr1 {
	display: inline-block;
	line-height: 28px;
	border: 2px solid rgba(255, 255, 255, .7);
	padding: 0 15px;
	color: rgba(255, 255, 255, .7);
	border-radius: 4px;
}

.i2rtr2_1 i {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
}

.i2rtr3a {
	margin-right: 25px;
}

.i2rtr3a em {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: url(../images/i2ryuan_03.png) no-repeat center;
	background-size: 100% 100%;
	color: #008CD6;
	font-size: 24px;
	font-weight: bold;
	width: 56px;
	height: 56px;
	margin: 0 auto;
}

.i2rb {
	padding: 0 40px;
}

.i2rba {
	padding: 30px;
	margin: 7px;
	box-shadow: 0 3px 7px rgba(0, 140, 214, .05);
	background: url(../images/bg_03.png) no-repeat center #fff;
	background-size: 100% 100%;
}

.i2rbat i {
	display: block;
	margin: 7px auto;
	width: 30px;
	height: 1px;
	background: #008CD6;
}

.i2rbab {
	width: 100%;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i2rbab img {
	max-width: 100%;
	max-height: 85%;
}

.swiper-pagination-i2 {
	position: relative;
	margin-top: 20px;
}

.swiper-pagination-i2 .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 6px;
}

.i3 {
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
}

.i3a {
	width: 24.5%;
	margin: .25%;
	color: #fff;
}

.i3abg {
	align-items: flex-end;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 140, 214, .9));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 25px;
}

.i4 {
	background: url(../images/i4bg_02.jpg) no-repeat center;
}

.i4t {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.i4tlaw {
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px;
}

.i4tlatxt i {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	background: #008CD6;
	border-radius: 100%;
}

.i4tr {
	padding: 35px 55px;
}

.i4trt li {
	width: 50%;
	line-height: 55px;
	background: #f0f1f3;
	font-size: 18px;
	color: #008CD6;
	cursor: pointer;
	transition: .25s;
	text-align: center;
}

.i4trt li.active {
	background: #008CD6;
	color: #fff;
}

.i4tra1 {
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.i4tra1:hover {
	color: #008CD6;
}

.i4tra2a {
	color: #666;
}

.i4tra2a:hover {
	color: #008CD6;
}

.i4tra2a span {
	font-size: 14px;
}

.i4br {
	width: 85%;
	margin-left: 3%;
}

.i4ba {
	padding: 0 25px;
	border-right: 1px solid #E6E6E6;
}

.swiper-container-i4b::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	content: "";
	z-index: 9;
}

.i4ba:hover h3 {
	color: #008CD6;
}

.i4br i {
	display: inline-block;
	line-height: 25px;
	padding: 0 20px;
	border: 1px solid #ccd1d6;
	background: #ccd1d6;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	transition: .25s;
	margin-left: 10px;
}

.i4br i:hover {
	background: #fff;
	border: 1px solid #008CD6;
	color: #008CD6;
}

.i5 {
	background: url(../images/i5bg_02.jpg) no-repeat center;
}

.i5r {
	background: #fff;
	margin-left: 5%;
	width: 32.5%;
	padding: 35px;
}

.i5rw form {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.i5la {
	padding: 30px 0;
}

.i5la .iline {
	margin-top: 30px;
	margin-left: -5px;
}

.i5la b {
	color: #004ea2;
	font-size: 24px;
}

.i5ra {
	width: 48.5%;
	margin-top: 15px;
}

.i5ra_w100 {
	width: 100%;
}

.i5ra input,
.i5ra textarea,
.code {
	width: 100%;
	height: 44px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 12px;
}

.code {
	width: 100px;
}

.i5ra input:focus,
.i5ra textarea:focus {
	border: 1px solid #008CD6;
}

.i5ra textarea {
	height: 96px;
	padding: 12px;
}

.i5ra button {
	width: 100%;
	height: 52px;
	background: #008CD6;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: .25s;
	border-radius: 4px;
}

.prdr {
	background: none;
}

/* .listbn {
	height: 500px;
} */

.listbn .wrap {
	justify-content: flex-end;
}

.prdbg {
	background: url(../images/prdbg_02.jpg) no-repeat bottom center #004ea2;
	background-size: 100%;
}

.pdl1 {
	color: #fff;
	background: url(../images/pdbg1_03.png) no-repeat center;
	padding: 30px 20px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.pdl1 a {
	display: inline-block;
	line-height: 45px;
	padding: 0 25px;
	background: #004ea2;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
}

.pdraimg {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/pdabg_03.jpg) no-repeat center;
	background-size: cover;
}

.pdraimg img {
	max-width: 80%;
	max-height: 80%;
	min-width: 65%;
}

.pdra p {
	line-height: 80px;
}

.pdrw {
	width: 102%;
}

.pdra {
	width: 31.33%;
	margin-right: 2%;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}

.pdl2t {
	padding: 0 15px;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	background: #008CD6;
	color: #fff;
}

.pdl2w {
	padding: 15px;
	margin-top: 0;
}

.pdl2w a {
	background: #eff2f5;
	color: #999;
}

.pdl2w a:hover {
	background: #008CD6;
	color: #fff;
}

.mtopline {
	width: 100%;
	height: 1px;
	background: #ddd;
	position: relative;
	margin-top: 20px;
	display: block;
}

.mtopline::after {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #008CD6;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	content: "";
}

.m1a {
	width: 18%;
	height: 360px;
	background: url(../images/pdabg_03.jpg) no-repeat bottom center;
	background-size: cover;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.m1aimg {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m1aimg img {
	max-width: 80%;
	max-height: 80%;
}

.m1atxt {
	padding: 20px 15px;
}

.m3a {
	width: 25%;
	padding: 0 20px;
	border-left: 1px solid #E6E6E6;
	margin-top: 25px;
}

.m3a .i4br {
	width: 100%;
	padding: 0;
	margin-left: 0;
}

.m3a .i4br i {
	margin-left: 0;
}

.m3a:hover h3 {
	color: #008CD6;
}

.pir {
	background: #fff;
}

.nim {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 0;
}

.nim a {
	width: 50%;
	color: #666;
	display: flex;
	align-items: center;
}

.nim a:last-child {
	text-align: right;
}

.nim a i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #008cd6;
	background: #f2f2f2;
	transition: .25s;
}

.nim a:hover {
	color: #008cd6;
}

.nim a:hover i {
	background: #008cd6;
	color: #fff;
}

.nibra {
	display: inline-block;
	line-height: 38px;
	padding: 0 20px;
	border: 1px solid #008cd6;
	color: #666;
	border-radius: 4px;
}

.nibra.active {
	background: #edf0f6;
	color: #008CD6;
	border: 1px solid #edf0f6;
}

.nibra img {
	transition: .25s;
}

.nibra:hover {
	background: #008cd6;
	color: #fff;
}

.nibra:hover img {
	filter: grayscale(100%) brightness(500%);
}

.niblw {
	padding-left: 35px;
}

.niblw a {
	display: inline-block;
	line-height: 30px;
	padding: 0 12px;
	background: #f2f2f2;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
}

.niblw a:hover {
	background: #008cd6;
	color: #fff;
}

.newpd {
	padding: 32px;
}

.netar {
	padding: 20px 35px;
}

.neta:hover {
	color: #008CD6;
}

.newa {
	padding: 20px 30px;
	border-bottom: 1px solid #ddd;
}

.newa * {
	transition: .25s;
}

.newa:hover {
	background: #008CD6;
}

.newa:hover * {
	color: #fff;
}

.newa i {
	display: inline-block;
	padding: 0 22px;
	line-height: 28px;
	color: #008CD6;
	border: 1px solid #008CD6;
	border-radius: 30px;
}

.newa:hover i {
	border: 1px solid #fff;
}

.page a {
	display: inline-block;
	line-height: 46px;
	font-size: 18px;
	padding: 0 17px;
	background: #fff;
	margin: 5px;
}

.page a.active,
.page a:hover {
	background: #008CD6;
	color: #fff;
}

.doa {
	border: 1px solid #ddd;
	padding: 20px 25px;
	margin-bottom: 15px;
}

.doa.active {
	background: #f0f1f3;
	border: 1px solid #f0f1f3;
}

.doatopi {
	width: 22px;
	height: 22px;
	background: url(../images/doai_03.png) no-repeat center;
}

.doa.active .doatopi {
	background: url(../images/doaiac_03.png) no-repeat center;
}

.doa.active .doatop {
	color: #008CD6;
}

.doahide {
	display: none;
}

.doahide a {
	line-height: 38px;
	padding: 0 20px;
	background: #008CD6;
	color: #fff;
	border-radius: 38px;
	color: #fff;
	display: inline-block;
}

.doatop {
	transition: .25s;
	cursor: pointer;
}

.doba {
	border: 1px solid #ddd;
	margin-top: 20px;
	padding: 25px;
}

.dobatxt a {
	display: inline-block;
	line-height: 32px;
	border: 1px solid #008CD6;
	color: #008CD6;
	padding: 0 25px;
	border-radius: 36px;
}

.dobatxt a img {
	transition: .25s;
}

.dobatxt a:hover img {
	filter: grayscale(100%) brightness(500%);
}

.dobatxt a:hover {
	background: #008CD6;
	color: #fff;
}

.jxsbtn,
.qybtn {
	width: 23.02%;
	height: 5.3%;
	position: absolute;
	top: 42.2%;
	cursor: pointer;
}

.jxsbtn {
	left: 11.8%;
}

.qybtn {
	right: 12.8%;
}

.tc {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}

.tc_active {
	opacity: 1;
	visibility: inherit;
}

.tcw {
	width: 420px;
	background: #fff;
	padding: 45px;
	border-radius: 15px;
}

.tctitle {
	font-size: 30px;
	color: #000;
}

.fma {
	margin-top: 20px;
}

.fma input,
.fma textarea {
	height: 46px;
	border: 1px solid #ddd;
	padding: 0 15px;
	width: 100%;
	resize: none;
	font-size: 16px;
}

.fma input:focus,
.fma textarea:focus {
	border: 1px solid #008CD6;
}

.fma textarea {
	padding: 15px;
	padding-right: 50px;
	height: 120px;
}

.fma i {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}

.fma_sbm button {
	height: 50px;
	background: #008CD6;
	background-size: 100% 100%;
	width: 100%;
	border-radius: 50px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	transition: .25s;
}

.fma_sbm button:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.tc_close {
	display: block;
	width: 18px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.msgbg {
	background: url(../images/msgbg_03.png) no-repeat bottom center #ddeffb;
	background-size: 100%;
}

.iline_msg::after {
	background: #008CD6;
	border: 1px solid #008CD6;
}

.mfoa {
	margin-bottom: 10px;
	width: 100%;
}

.mfoa_w50 {
	width: 49%;
}

.mfoa select,
.mfoa input,
.mfoa textarea {
	height: 44px;
	background: #fff;
	width: 100%;
	padding: 0 15px;
	border-radius: 4px;
	color: #666;
}

.mfoa textarea {
	height: 150px;
	padding: 15px;
}

.mfoa .code {
	margin-left: 10px;
	background: #fff;
}

.mfoa button {
	transition: .25s;
	cursor: pointer;
	background: #008CD6;
	color: #fff;
	width: 100%;
	height: 44px;
	border-radius: 4px;
}

.slti {
	height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	display: flex;
	align-items: center;
}

.msgtra {
	margin-bottom: 15px;
}

.msgtra img {
	margin-top: 7px;
}

.msgb {
	height: 360px;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}

.ntitle {
	font-size: 24px;
	line-height: 40px;
}

.detail,
.ndetail {
	font-size: 16px;
	line-height: 34px;
	color: #666;
/*	margin-top: 12px;*/
}

.detail *,
.ndetail * {
	max-width: 100%;
}


@media only screen and (max-width:1599px) {
	.head {
		padding: 0 20px;
	}

	.logo {
		height: 30px;
	}

	.head,
	.head_height {
		height: 90px;
	}

	.nava {
		height: 90px;
		line-height: 90px;
	}

	.navhideprd {
		top: 90px;
	}

	.nav span {
		margin: 0 10px;
	}

	.hdrphone {
		font-size: 14px;
	}

	.hdrphone img {
		height: 16px;
	}

	.hdra {
		margin-left: 10px;
		padding-left: 10px;
	}

	.hdr3 {
		margin-left: 10px;
	}

	/* .swiper-container-bn .bnimg {
		height: 700px;
	} */

	.i1rb a img {
		height: 85px;
	}

	.swiper-pagination-i2 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.itop img {
		height: 38px;
	}

	.i4trt li {
		line-height: 44px;
		font-size: 16px;
	}

	.i5la img {
		width: 80px;
	}

	.pdraimg {
		height: 300px;
	}
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox {
		width: 80%;
	}

	.hdrphone {
		display: none;
	}

	.nava {
		font-size: 14px;
	}

	/*
	.swiper-container-bn .bnimg {
		height: 550px;
	} */

	.ftr3 {
		width: 110px;
	}

	.ftllogo img {
		height: 80px;
	}

	#gotop {
		transform: scale(.7);
	}

	.ftl h3 img,
	.ftl p img {
		height: 16px;
	}

	.i5la b {
		font-size: 17px;
	}

	.i5racode {
		width: 100%;
	}

	.i2rtr3 {
		justify-content: space-between;
	}

	.i2rb {
		margin-top: 20px;
	}

	.i2rtr3a {
		margin-right: 0;
	}

	.i2rtr3a i {
		font-size: 20px;
		width: 40px;
		height: 40px;
	}

	.i2rtr3a p {
		font-size: 12px;
	}

	.i4tr {
		padding: 20px;
	}

	.i3a {
		width: 32.33%;
		margin: .5%;
	}

	.i1rb a img {
		height: 60px;
	}

	.m1a {
		height: 280px;
	}

	.pdraimg {
		height: 260px;
	}

	.pdra p {
		line-height: 50px;
	}

	.listbn {
		height: 400px;
	}

	.vdbg {
		background-size: 50px;
	}
}

@media only screen and (max-width:950px) {

	.mt_30,
	.mt_35,
	.mt_40,
	.mt_45,
	.mt_50,
	.mt_60,
	.mt_70,
	.mt_80 {
		margin-top: 25px;
	}

	/*视频*/
	.videohidebox {
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}

	.videohidebox_1 p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.scbox {
		width: 100%;
		position: relative;
		top: 0;
		display: block;
	}

	.scbox input {
		height: 40px;
	}

	.scbox button {
		height: 40px;
		background-size: 15px;
		width: 40px;
	}

	/* .swiper-container-bn .bnimg {
		height: 350px;
	} */

	.ftr {
		padding-left: 3%;
		margin-left: 3%;
	}

	.ftr2,
	.ftr3 {
		margin-left: 3%;
	}

	.ftr2t img {
		height: 14px;
	}

	.ftllogo img {
		height: 60px;
	}

	.bnico {
		transform: scale(.6);
		left: 2%;
		bottom: -6px;
	}

	.i5 .wrap {
		display: block;
	}

	.i5r {
		margin: 0 auto;
		width: 50%;
		margin-top: 25px;
	}

}

@media only screen and (max-width:768px) {
	.flex_lmr_wap {
		justify-content: space-between;
		width: 100%;
	}

	.sm-none {
		display: none;
	}

	.sm_max {
		width: 100%;
	}

	.wap_disblock {
		display: block;
	}

	/* .swiper-container-bn .bnimg {
		height: 200px;
	} */

	.ftr {
		padding: 0 0 20px 0;
		padding-left: 0;
		border-left: 0;
		margin-left: 0;
	}

	#gotop {
		transform: scale(.5);
	}

	.ftl {
		padding-top: 30px;
	}

	.ftl h3 img,
	.ftl p img {
		height: 16px;
	}

	.ftr1 {
		display: none;
	}

	.ftr2,
	.ftr3 {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.ftr2w a {
		font-size: 12px;
	}

	.ftr3w img {
		width: 120px;
		margin: 0 auto;
	}

	.fm,
	.fb {
		padding: 10px 0;
		font-size: 12px;
		line-height: 26px;
	}

	.md {
		padding: 25px 0;
	}

	.i1 .wrap {
		padding-right: 15px !important;
	}

	.vdbg {
		background-size: 40px;
	}

	.i1rt {
		padding-left: 0;
		padding-top: 15px;
	}

	.i1rt img,
	.itop img {
		height: 28px;
	}

	.i1rb {
		justify-content: space-between;
	}

	.i1rb a {
		margin-right: 0;
	}

	.i1rb a img {
		height: 60px;
	}

	.i2l1t {
		padding: 12px;
	}

	.i2l1t img {
		height: 20px;
	}

	.i2rt {
		padding: 15px;
		display: block;
	}

	.i2rtr {
		margin-top: 15px;
	}

	.i2rtr3a {
		margin-right: 0;
		font-size: 12px;
		width: 50%;
		padding-bottom:30px;
	}

	.i2rtr3 {
		justify-content: space-between;
	}

	.i2rtr3a i {
		width: 40px;
		height: 40px;
		font-size: 15px;
	}

	.i2rb {
		padding: 0;
	}

	.i3a {
		width: 48%;
		margin: 0;
		margin-top: 15px;
	}

	.i3w {
		justify-content: space-between;
	}

	.i3abg {
		padding: 10px;
	}

	.i3abg img {
		height: 20px;
	}

	.i4tlaw {
		padding: 15px;
	}

	.i4tla img {
		min-height: 200px;
	}

	.i4tla h3 {
		-webkit-line-clamp: 1;
		font-size: 16px;
	}

	.i4tla p {
		-webkit-line-clamp: 2;
		line-height: 25px;
	}

	.i4tla .mt_70 {
		margin-top: 15px;
	}

	.i4tr {
		padding: 15px;
	}

	.i4trt li {
		line-height: 40px;
		font-size: 15px;
	}

	.i4tra1 {
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	.i4tra2a {
		font-size: 13px;
	}

	.i4tra2a span {
		font-size: 12px;
		margin-left: 20px;
	}

	.i4bl {
		display: inline-block;
	}

	.i4br {
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}

	.i4btnbox {
		margin-top: 15px;
		text-align: center;
	}

	.i4br i {
		margin: 0 7px;
		font-size: 12px;
	}

	.i5la {
		padding: 15px 0;
	}

	.i5la img {
		width: 60px;
	}

	.i5la .iline {
		margin-top: 18px;
	}

	.i5la p b {
		font-size: 15px;
	}

	.i5r {
		padding: 15px;
	}

	.i5ra {
		width: 100%;
	}

	.i5ra button {
		height: 45px;
		font-size: 14px;
	}

	/* .listbn {
		height: 180px;
	} */

	.listbnr {
		width: 100%;
		text-align: right;
	}

	.listbnr img {
		width: 50%;
	}

	.pdrw {
		width: 100%;
	}

	.pdra {
		width: 100%;
		margin-bottom: 15px;
	}

	.pdra p {
		line-height: 50px;
	}

	.m1w {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.m1a {
		width: 48%;
		margin-top: 15px;
		height: 200px;
	}

	.m1atxt {
		padding: 10px 15px;
	}

	.m3a {
		width: 100%;
		border: 0;
		padding: 15px 0;
		border-bottom: 1px solid #E6E6E6;
		margin-top: 0;
	}

	.m3a .i4br {
		text-align: left;
	}

	.nim a {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.nim a:last-child {
		margin-bottom: 0;
	}

	.nim a i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.nibr {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}

	.nibra {
		line-height: 32px;
		padding: 0 15px;
		font-size: 13px;
	}

	.nibra img {
		height: 13px;
	}

	.newpd {
		padding: 15px;
	}

	.netar {
		padding: 20px;
	}

	.newa {
		padding: 15px 10px;
	}

	.newa i {
		padding: 0 14px;
		font-size: 12px;
		line-height: 25px;
	}

	.page a {
		line-height: 30px;
		font-size: 13px;
		padding: 0 12px;
	}

	.doa {
		padding: 15px;
	}

	.doba {
		margin-top: 15px;
		padding: 15px;
	}

	.tcw {
		width: 90%;
		padding: 24px;
		border-radius: 8px;
	}

	.fma input,
	.fma textarea {
		height: 40px;
		font-size: 14px;
		padding: 0 12px;
	}

	.fma textarea {
		height: 80px;
		padding: 12px;
	}

	.fma_sbm button {
		height: 40px;
		font-size: 14px;
	}

	.mfoa_w50 {
		width: 100%;
	}

	.msgb {
		height: 200px;
	}

	.i5rw form {
		display: block;
	}

	.ntitle {
		font-size: 18px;
		line-height: 32px;
	}

	.detail,
	.ndetail {
		font-size: 14px;
		line-height: 30px;
	}
}


.cc_t { width:94%; margin:0 auto; padding-top:20px; font-size:12px; padding-bottom:15px; border-bottom:1px #ddd solid; line-height:30px}
.cc_t h2 { font-size:24px; color:#008CE8}
.cc_text{ width:86%; margin:0 auto; padding-top:20px; font-size:16px; padding-bottom:15px; line-height:30px}
.cc_text1{ width:100%; margin:0 auto;}




