@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #0093dd;
}
.bgcolor,.hvbgcolor:hover{
	background: #0093dd;
	color: #fff;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.bnbg{
	color: #fff;
	display: flex;
	align-items: center;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.9));
	padding-bottom: 5%;
}
.ititle_48{
	
	font-size: 48px;
}
.head{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head_height{
	height: 135px;
}
.ht{
	height: 45px;
	border-bottom: 1px solid #E6E6E6;
}
.hb{
	height: 90px;
}
.hta{
	margin-left: 15px;
}
.htra{
	line-height: 45px;
}
.htrhide{
	width: 170px;
	padding: 8px 15px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	transition: .25s;
	visibility: hidden;
	z-index: 9;
}
.htr:hover .htrhide{
	opacity: 1;
	visibility: inherit;
}
.htrhide a{
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.htrhide a:hover{
	color: #0093DD;
}
.logo{
	display: inline-block;
	height: 51px;
}
.nava{
	font-weight: bold;
	display: block;
	width: 160px;
	text-align: center;
	line-height: 90px;
}
.nav li.active .nava,.nav li:hover .nava{
	background: #0093DD;
	color: #fff;
}
.hdra{
	height: 90px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 30px;
}
.navhide{
	width: 100%;
	padding: 30px 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-top: -20px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	width: 16.6666%;
	padding: 18px;
	text-align: center;
	color: #0093DD;
}
.navhide a:hover{
	background: #0093DD;
	color: #fff;
}
.search_hide{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: .5s;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.search_hide_active{
	opacity: 1;
	visibility: inherit;
}
.shbox input{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #fff;
	padding: 0 20px;
	background: none;
	color: #fff;
}
.shbox input::-webkit-input-placeholder{
	color:#fff;
}
.shbox button{
	background: none;
	color: #fff;
	cursor: pointer;
	height: 60px;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
.shclose{
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 20px;
	cursor: pointer;
}
.it{
	position: relative;
	z-index: 9;
	margin-top: -30px;
}
.ita{
	display: block;
	flex: 0;
	flex-grow: 1;
	text-align: center;
	padding: 50px;
	background: #fff;
	color: #666;
}
.ita h2{
	font-weight: normal;
}
.ita:first-child{
	background: #0093DD;
	color: #fff;
}
.ita:first-child i{
	opacity: 0;
}
.ita img{
	height: 60px;
}
.ita:hover{
	background: #0093DD;
	color: #fff;
}
.ita:hover img{
	filter: grayscale(100%) brightness(10000%);
}
.md{
	padding: 80px;
}
.imd{
	padding: 180px 0;
}
.ibg{
	position: relative;
	overflow: hidden;
}
.ibg_md{
	position: relative;
	z-index: 9;
}
.ibg_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation: zoomInOut 5s ease-in-out infinite;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.i1,.i3{
	color: #fff;
}
.morea{
	display: inline-block;
	padding: 7px 30px;
	background: #0093DD;
	color: #fff;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}
.morea::after,.morea::before{
	width: 120px;
	height: 120px;
	content: "";
	background: rgba(255,255,255,.2);
	position: absolute;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: .5s;
	border-radius: 100%;
}
.morea::after{
	top: -120px;
}
.morea::before{
	bottom: -120px;
}
.morea:hover::after{
	top: -80px;
	opacity: 1;
}
.morea:hover::before{
	bottom: -80px;
	opacity: 1;
}
.i2,.i4{
	background-attachment: fixed !important;
}
.i2a{
	text-align: center;
	flex: 0;
	flex-grow: 1;
}
.i2at h1{
	font-family: impact;
	font-weight: normal;
}
.i5a_a{
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.i5abg{
	padding: 180px;
}
.i5a_a .morea{
	padding: 7px 50px;
}
.i6a{
	width: 25%;
	margin-top: 20px;
}
.i6a_a{
	display: block;
}
.foot{
	background: #222222;
	color: #999;
}
.foot a{
	color: #999;
}
.foot a:hover{
	color: #0093DD;
}
.fb{
	background: #1b1b1b;
	padding: 20px 0;
}
.ftl{
	width: 40%;
}
.ftla_a input,.ftla_a textarea{
	width: 100%;
	border-radius: 5px;
	padding: 0 12px;
	height: 40px;
	font-size: 15px;
}
.ftla_a input:focus,.ftla_a textarea:focus{
	box-shadow: 0 0 8px rgba(255,255,255,.5);
}
.ftla_a textarea{
	height: 60px;
	padding: 12px;
	resize: none;
}
.ftla_a button{
	height: 40px;
	width: 150px;
	border: 1px solid #fff;
	color: #fff;
	background: none;
	border-radius: 40px;
	transition: .25s;
}
.ftla_a button:hover{
	animation: scaleAnimation 1.5s ease-in-out infinite;
}
@keyframes scaleAnimation {
 10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.ftab li{
	padding: 3px 0;
}
.ftab1 a{
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.ftab1 a::after{
	content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #909090;
}
.fta2{
	width: 20%;
}
.fta2b a{
	margin-right: 20px;
}
.fta2b a:last-child{
	margin: 0;
}
.fta2b a img{
	display: block;
}
.fb *{
	color: #666 !important;
}
.right{
	position: fixed;
	right: 20px;
	bottom: 15%;
	z-index: 100;
}
.rta{
	margin-top: 7px;
	position: relative;
}
.rta_a{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(18,115,164,0.7);
	position: relative;
	z-index: 1;
}
.rta:hover .rta_a{
	background: rgba(18,115,164,1);
}
.rta_a img{
	height: 28px;
	display: block;
}
.rtahide{
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(18,115,164,1);
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.rtahide1{
	width: 300px;
}
.rta:hover .rtahide{
	opacity: 1;
	right: 100%;
	margin-right: 10px;
	visibility: inherit;
}

.listbn{
	height: 380px;
	background-attachment: fixed !important;
	display: flex;
	align-items: center;
}
.lbntxtline{
	display: block;
	margin: 0 auto;
	width: 75px;
	height: 3px;
	background: #fff;
}
.listnav{
	background: #fafafa;
	padding: 20px 0;
}
.listnav i{
	margin: 0 12px;
}
.ab1tr a{
	display: inline-block;
	padding: 8px 25px;
	border: 1px solid #eee;
	margin-left: 10px;
	color: #666;
}
.ab1tr a:hover,.ab1tr a.active{
	background: #0093DD;
	border: 1px solid #0093DD;
	color: #fff;
}
.ab1line{
	border-bottom: 2px solid #000;
}
.ab1r{
	width: 38%;
	margin-left: 4%;
}
.ab1l p{
	padding: 3px 0;
}
.ab2{
	background: url(../images/ab2bg.png) no-repeat center;
	background-size: cover;
}
.ab2a_a{
	background: #fff;
	padding: 30px;
	min-height: 100%;
}
.ab2aline{
	width: 55px;
	height: 3px;
}

.abnav a{
	display: inline-block;
	padding: 9px 20px;
	background: #f7f7f7;
	margin-right: 20px;
	color: #7b8a96;
}
.abnav a:hover{
	background: #0093DD;
	color: #fff;
}
.abimga_a{
	padding: 15px;
	background: #f5f5f5;
	cursor: pointer;
}
/*隐藏swiper*/
.big_img {
	position:fixed;
	background:rgba(0,0,0,.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.big_width{
	width:1100px;
	position: relative;
}
.big_img .swiper-container2 {
	position:relative;
	overflow: hidden;
	height: 100%;
}
.big_img .swiper-container2 .swiper-wrapper {
	width:100%;
	height:100%
}
.big_img .swiper-slide {
	width:100%;
	height:100%;
	display:table;
}
.big_img .swiper-slide .cell {
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center
}
.big_img .swiper-slide img {
	max-width:100%;
	max-height: 100%;
	margin:0 auto;
}
.big_img .swiper-pagination2 {
	position:absolute;
	top:.2rem;
	text-align:center;
	width:100%
}
.big_img .swiper-pagination2 span {
	margin:0 .05rem
}
.big_img .swiper-pagination-bullet{
	background: rgba(255,255,255,.5);
}
.big_img .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.pibtn_l,.pibtn_r{
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background: #fff;
	color: #666;
	font-size: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	z-index: 999999;
	cursor: pointer;
}
.pibtn_l{
	left: -60px;
}
.pibtn_r{
	right: -60px;
}
.big_imgclose{
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background: url(../images/close_wt.png) no-repeat center;
	background-size: 24px;
	color: #000;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -45px;
	right: -45px;
	z-index: 999999;
	cursor: pointer;
}
.big_imgclose img{
	height: 20px;
}
.hiddens{
	opacity: 1;
	visibility: inherit;
}

.pdl{
	width: 18%;
}
.pdr{
	width: 80%;
}
.pdbox{
	border: 1px solid #E6E6E6;
}
.pdboxt{
	background: #ededed;
	padding: 16px 20px;
}
.pdboxb{
	padding: 15px;
}
.pdl1w a{
	display: block;
	padding: 18px;
	border-left: 3px solid rgba(0,0,0,0);
}
.pdl1w a:hover,.pdl1w a.active{
	background: #f5f5f5;
	border-left: 3px solid #0093DD;
	color: #0093DD;
}
.pdl2aimg{
	width: 80px;
	height: 80px;
}
.pdl2a{
	margin-bottom: 15px;
}
.pdl2a:last-child{
	margin-bottom: 0;
}
.pdra_a{
	display: block;
}
.pdrw{
	padding: 10px 20px 30px 20px;
}
.page a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 13px;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #666;
	margin: 3px;
}
.page a.active,.page a:hover{
	background: #0093DD;
	border: 1px solid #0093DD;
	color: #fff;
}
.page span{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pi1l{
	width: 40%;
	margin-right: 4%;
}
.pi1la{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
}
.pi1la img{
	max-width: 100%;
}
.pi1lb{
	padding: 0 55px;
	margin-top: 20px;
}
.pi1lba{
	border: 1px solid #e6e6e6;
	transition: .25s;
	overflow: hidden;
}
.pi1lba img{
	max-width: 100%;
}
.pi1lb .swiper-slide-thumb-active .pi1lba{
	border: 1px solid #0093DD;
}
.pi1lb .swiper-slide{
	padding: 1px;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	width: 40px;
	background: none;
	height: 100%;
	background: #d0d0d0;
	font-size: 20px;
	margin-top: -15px;
	text-align: center;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	margin-top: 0;
	border-radius: 4px;
	transition: .25s;
}
.swiper-button-next-pi1:hover,.swiper-button-prev-pi1:hover{
	background: #0093DD;
	color: #fff;
}
.swiper-button-next-pi1{
	right: 0;
}
.swiper-button-prev-pi1{
	left: 0;
}
.pi2w *{
	width:100%;
	max-width: 100%;
}
.npw{
	background: #f5f5f5;
	padding: 20px;
	justify-content: space-between;
}
.npw a{
	width: 48%;
	text-align: right;
	color: #666;
}
.npw a:last-child{
	text-align: right;
	justify-content: flex-end;
}
.npw a:hover{
	color: #0093DD;
}
.npw a span{
	margin: 0 10px;
}

.co2aipt input,
.co2aipt textarea{
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #999;
	background: #f9f9f9;
}
.co2aipt input:focus,
.co2aipt textarea:focus{
	border: 1px solid #0093DD;
}
.co2aipt textarea{
	resize: none;
	height: 100px;
	padding: 15px;
}
.co2asbm button{
	height: 40px;
	width: 130px;
	border-radius: 8px;
	background: #0093DD;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.co2asbm button:hover{
	opacity: .85;
}
.co2acode{
	height: 40px;
	width: 120px;
	cursor: pointer;
	margin: 0 20px;
}
.co2a.disflex .co2aipt input{
	width: 300px;
	font-size: 14px;
}

.csaline{
	position: relative;
	height: 1px;
	width: 100%;
	background: #e6e6e6;
}
.csaline::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	background: #000;
	height: 1px;
	opacity: 0;
	width: 0px;
}
.csa_a:hover .csaline::after{
	width: 100%;
	opacity: 1;
}
.csa_a i em{
	transition: .5s;
	margin-left: 8px;
}
.csa_a:hover i em{
	transform:translateX(10px);
}

.ift h3{
	padding: 0 10%;
}
.iftw span{
	margin-right: 20px;
	color: #333;
}
.iftw span a{
	color: #666;
	margin-left: 10px;
}
.iftw span a:hover{
	color: #0093DD;
}
.ifm *{
	width:100%;
	max-width: 100%;
}
.npw_1{
	border-bottom: 1px solid #E6E6E6;
	background: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.spaimg{
	position: relative;
}
.spaimg::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	content: "";
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.5);
	background-size: 45px;
	opacity: 0;
	transition: .25s;
}
.spa_a:hover .spaimg::after{
	opacity: 1;
}
.spaimg_tip{
	display: inline-block;
	background: rgba(0,0,0,.8);
	padding: 5px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
}
.spa_a{
	min-height: 100%;
	border: 1px solid #E6E6E6;
}

.spa_a_d{
	padding: 10px;
}
.datl{
	width: 80px;
	margin-right: 15px;
}
.dab{
	background: #f5f5f5;
	padding: 10px 15px;
}
.dab::after{
	width: 14px;
	height: 14px;
	content: "";
	background: #f5f5f5;
	position: absolute;
	left: 15px;
	top: -7px;
	transform:rotate(45deg);
}

.cow{
	padding: 50px;
	background: #f6f6f6;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.col h1{
	color: #1273a4;
}
.colline{
	background: #1273a4;
	width: 80px;
	height: 3px;
}

.scmd{
	background: linear-gradient( rgba(222, 222, 222, 1),rgba(255, 255, 255, 1));
}
.scpd{
	padding: 50px;
	background: #fff;
}
.sct{
	padding: 10px;
	background: #f5f5f5;
}
.sct button{
	width: 100px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background: none;
}
.sct input{
	width: 90%;
	height: 40px;
	border-radius: 4px;
	padding: 0 12px;
}

.scb th{
	text-align: left;
	background: #FBFAFB;
	padding: 10px;
	font-weight: normal;
}
.scb td{
	padding: 10px;
}
.scb tr:hover td{
	background: #FBFAFB;
}

.swiper-button-next-ifb,.swiper-button-prev-ifb{
	width: 30px;
	height: 60px;
	background: rgba(0,0,0,.7);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -40px;
	color: #fff;
}
.swiper-button-next-ifb{
	right: 0;
}
.swiper-button-prev-ifb{
	left: 0;
}


@media only screen and (max-width:1599px) {
	.ititle_48{
		font-size: 42px;
	}
	.imd{
		padding: 120px 0;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.imd{
		padding: 100px 0;
	}
	.ititle_48{
		font-size: 36px;
	}
	
	.listbn{
		height: 320px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.imd{
		padding: 80px 0;
	}
	.ititle_48{
		font-size: 30px;
	}
	.nava{
		width: auto;
		padding: 0 35px;
	}
	
	.listbn{
		height: 270px;
	}
	
	.pdra,.spa{
		width: 33.33%;
	}
	.sct input {
		width: 80%;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.imd{
		padding: 50px 0;
	}
	.ititle_48{
		font-size: 26px;
	}
	
	.listbn{
		height: 180px;
	}
	
	.abimga{
		width: 33.33%;
	}
	
	.pdra{
		width: 50%;
	}
	
	.csa,.spa{
		width: 50%;
	}
	.sct input {
		width: 70%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.imd{
		padding: 30px 0;
	}
	.ititle_48{
		font-size: 22px;
	}
	.right{
		display: none;
	}
	.bnimg{
		min-height: 180px;
	}
	.bntxt h2{
		font-size: 13px;
		line-height: 20px;
	}
	.it{
		margin-top: 0;
		padding-top: 15px;
	}
	.ita{
		padding: 20px;
		width: 100%;
	}
	.ita:first-child{
		display: none;
	}
	.ita img{
		height: 50px;
	}
	.i2a p{
		font-size: 12px;
		line-height: 16px;
	}
	.i2a h1{
		font-size: 30px;
	}
	.i2at span{
		margin-left: 5px;
	}
	.i5a{
		width: 100%;
	}
	.i5abg{
		padding: 20px;
	}
	.i6a{
		width: 100%;
	}
	.fta{
		display: none;
	}
	.foot{
		text-align: center;
	}
	.sct input {
		width: 70%;
	}
	.ft{
		padding: 20px 0;
	}
	.fb{
		font-size: 13px;
		line-height: 22px;
	}
	
	.listbn{
		height: 30vh;
		background-attachment: inherit !important;
		background-size: cover !important;
	}
	.lbntxtline{
		height: 2px;
		width: 50px;
	}
	.listnav{
		padding: 12px 0;
	}
	.ab1tr a{
		padding: 5px 10px;
		font-size: 12px;
		margin-left: 5px;
	}
	.ab2a{
		width: 100%;
	}
	.ab2a_a{
		padding: 20px;
	}
	.ab2aline{
		height: 2px;
		width: 50px;
	}
	
	.abimga{
		width: 50%;
	}
	.abimga_a{
		padding: 10px;
	}
	.abnav a{
		margin-right: 12px;
		margin-top: 12px;
		font-size: 13px;
		padding: 6px 15px;
	}
	.big_width{
		width: 92%;
		height: 200px;
	}
	.big_img .swiper-slide img{
		max-width: 100%;
	}
	.pibtn_l,.pibtn_r{
		width: 26px;
		height: 26px;
		margin-top: -13px;
		background: none;
	}
	.pibtn_l{
		left: 3px;
	}
	.pibtn_r{
		right: 3px;
	}
	.big_imgclose{
		width: 30px;
		height: 30px;
		right: 0;
		top: -35px;
	}
	
	.pdra{
		width: 100%;
	}
	.pibox {
		padding: 15px;
	}
	.co2acode,.co2asbm {
		margin-left: 0;
		margin-top: 15px;
	}
	.co2aipt{
		width: 100%;
	}
	.co2a.disflex .co2aipt input{
		width: 100%;
	}
	
	.csa{
		width: 100%;
	}
	.npw{
		display: block;
	}
	.npw a{
		width: 100%;
		text-align: left !important;
		justify-content: flex-start !important;
		margin-top: 5px;
	}
	
	.spa{
		width: 100%;
	}
	.cow{
		padding: 20px;
	}
	
	.scpd{
		padding: 20px;
	}
	.sct button,.sct input{
		height: 35px;
	}
	.sct button{
		width: 70px;
		font-size: 12px;
	}
	.scb {
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.scb table{
		width: 750px;
	}
	.pdl2{display: none;}
}

.cp_xh{margin-bottom: 36px;}
.cp_an{margin-bottom: 36px;}
.cp_an a{
	display: block;
	padding: 10px 20px;
	background: #1494d4;
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 300px;
}
.msg_bt{color: #0093dd;margin: 50px 0px;font-size: 18px;}
.csa .text14{min-height: 52px;}
.datr .text14{min-height: 52px;}
.colw .cola .mt_5{color: #595959;}
.colw .cola .mt_5:hover a{color: #0093dd;}
@media only screen and (max-width:768px) {
	.cp_xh{margin-bottom: 26px;}
	.cp_an{margin-bottom: 26px;}
	.msg_bt{margin: 26px 0px;font-size: 16px;}
	.csa .text14{min-height: auto;}
	.datr .text14{min-height: auto;}
}
@media only screen and (max-width:640px) {
    .i5abg.posrabsolute{top: 24%;}
}