.banner {
	position: relative;
}

.nav {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
	/*left: 50%;
	transform: translate(-50%, 0);*/
	z-index: 999;
	padding: 20px 0;
}

.nav ul {
	margin-top: 10px;
}

.nav ul li .li_a {
	color: #ffffff;
	font-size: 16px;
}

.nav ul li {
	margin-left: 50px;
}

.nav ul li .li_a {
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}

.nav ul li .li_a:hover {
	border-bottom: 2px solid #00ccff;
}

.nav ul .on .li_a {
	border-bottom: 2px solid #00ccff;
}

.xuna_on {
	z-index: 9999999;
	background: url(/img/img13.jpg) center repeat;
	opacity: 0.9;
}

.banner .click_pr,
.banner .click_ne {
	width: 65px;
	height: 100px;
	position: absolute;
	top: 50%;
	z-index: 999;
	transform: translate(0%, -50%);
	cursor: pointer;
}

.banner .click_pr {
	left: 10%;
	background: url(/img/p12.png) center no-repeat;
}

.banner .click_pr:hover {
	background: url(/img/p15.png) center no-repeat;
}

.banner .click_ne {
	right: 10%;
	background: url(/img/p13.png) center no-repeat;
}

.banner .click_ne:hover {
	/*background: url(/img/p14.png) center no-repeat #0f1426;*/
	background: url(/img/p14.png) center no-repeat;
}

.banner .text {
	position: absolute;
	left: 50%;
	top: 45%;
	text-align: center;
	color: #fff;
	transform: translate(20%, -50%);
	z-index: 999;
	transition: all .6s ease-in-out;
	opacity: 0;
}

.banner .text .tit {
	font-size: 45px;
	margin-bottom: 15px;
}

.banner .text .t2 {
	font-size: 28px;
}

.banner .text .t2 span {
	color: #00ccff;
}

.banner .swiper-slide-active .text {
	opacity: 1;
	transition-delay: .3s;
	transform: translate(-50%, -50%);
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 20px;
	height: 8px;
	border-radius: 4px;
}

.m2 {
	 
	padding: 60px 0;
}

.c_title {
	text-align: center;
	color: #333;
	margin-bottom: 25px;
}

.c_title .t1 {
	font-size: 34px;
	margin-bottom: 10px;
}

.c_title .t2 {
	color: #999999;
}

.m2 .click_tit {
	display: flex;
}

.m2 .click_tit li {
	flex: 1;
	background: #272a33;
	border-top: 4px solid #484a4f;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.m2 .click_tit li:nth-child(2) {
	margin: 0px 5px;
}

.m2 .click_tit li span {
	display: inline-block;
	padding: 15px 0;
	padding-left: 50px;
	color: #fff;
}

.m2 .click_tit li .i1 {
	background: url(/img/p19.png) left center no-repeat;
}

.m2 .click_tit li .i2 {
	background: url(/img/p18.png) left center no-repeat;
}

.m2 .click_tit li .i3 {
	background: url(/img/p20.png) left center no-repeat;
}

.m2 .click_tit li:hover {
	border-top: 4px solid #00ccff;
}

.m2 .click_tit li:hover span {
	color: #00ccff;
}

.m2 .click_tit li:hover .i1 {
	background: url(/img/p17.png) left center no-repeat;
}

.m2 .click_tit li:hover .i2 {
	background: url(/img/p16.png) left center no-repeat;
}

.m2 .click_tit li:hover .i3 {
	background: url(/img/p21.png) left center no-repeat;
}

.m2 .click_tit .on span {
	color: #00ccff;
}

.m2 .click_tit .on {
	border-top: 4px solid #00ccff;
}

.m2 .click_tit .on .i1 {
	background: url(/img/p17.png) left center no-repeat;
}

.m2 .click_tit .on .i2 {
	background: url(/img/p16.png) left center no-repeat;
}

.m2 .click_tit .on .i3 {
	background: url(/img/p21.png) left center no-repeat;
}

.m2 .cont .list ul li {
	display: flex;
	height: 0px;
	overflow: hidden;
}

.m2 .cont .list ul li .img img {
	border-radius: 5px;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);*/
	width: 100%;
}

.m2 .cont .list ul li .cont {
	flex: 1;
	padding-left: 20px;
	padding-top: 40px;
	color: #333;
}

.m2 .cont .list ul li .cont .t1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

.m2 .cont .list ul li .cont .t2 {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}

.m2 .cont .list ul li .cont .t2 span {
	color: #333;
}

.m2 .cont .list ul li:nth-child(2n) .cont {
	padding-left: 0px;
	padding-right: 40px;
}

.cont .list .img {
	width: 50%;
}

.fl:hover .show_iimgs {
	transform: scale(1.2);
	transition: all 0.5s;
}

.m2 .cont .list ul li:nth-child(1),
.m2 .cont .list ul li:nth-child(2),
.m2 .cont .list ul li:nth-child(3),
.m2 .cont .list ul li:nth-child(4) {
	height: auto;
	margin: 45px 0;
}

.m2 .cont .list ul .on_kl {
	height: auto;
	margin: 50px 0;
}

.c_more {
	text-align: center;
}

.c_more a {
	display: inline-block;
	padding: 15px 0;
	width: 270px;
	border-radius: 4px;
	background: #0cf;
	color: #fff;
	text-align: center;
}

.c_more a:hover {
	background: #00ccff;
	color: #fff;
}

.m3 {
	padding: 80px 0;
	/*background: url(/img/img14.jpg) center no-repeat;*/
 
	background-size: cover;
	position: relative;
}

.m3 .box {
	margin-top: 30px;
	position: relative;
}

.m3 .box .dnm {
	overflow: hidden;
}

.m3 .box .dnm .text {
	background: rgba(0, 204, 255, .8);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: .9rem;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
}

.m3 .box .dnm .img img {
	width: 100%;
}

.m3 .box .dnm .cona {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 45%;
	transform: translate(0%, -50%);
}

.m3 .box .dnm .cona .t1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.m3 .box .dnm .cona .cont {
	padding: 0px 6%;
	color: #fff;
}

.m3 .box .dnm:hover .text {
	opacity: 1;
}

.m3 .box .dnm .b_tit {
	text-align: center;
	font-size: 18px;
	text-align: center;
	padding: 6px 5%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m3 .box .dnm:hover .b_tit {
	transform: translate(0%, 100%);
}

.m3 .box .click_pre {
	width: 27px;
	height: 50px;
	background: url(/img/p12.png) center no-repeat;
}

.m3 .box .click_pre,
.m3 .box .click_nex {
	width: 50px;
	height: 50px;
	display: block;
	padding: 15px 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 999;
	transform: translate(0%, -50%);
}

.m3 .box .click_pre {
	left: -100px;
	/*background: url(/img/p12.png) center no-repeat;*/
background: url(/img/p15.png) center no-repeat;
}

.m3 .box .click_nex {
	right: -100px;
	background: url(/img/p13.png) center no-repeat;
}

.m3 .box .click_pre:hover {
	background: url(/img/p15.png) center no-repeat #0f1426;

}

.m3 .box .click_nex:hover {
	background: url(/img/p14.png) center no-repeat #0f1426;
}

.m3 .c_more {
	margin-top: 45px;
}

.m3 .c_more a {
	/*background: #fff;*/
}

.m3 .c_more a:hover {
	background: #00ccff;
	color: #fff;
}

.footer {
	background: #1f2229;
	padding: 60px 0;
}

.footer .info {
	text-align: center;
	color: #fff;
}

.footer .info span {
	padding-left: 30px;
	display: inline-block;
	margin: 0px 35px;
}

.footer .info .i1 {
	background: url(/img/img11.jpg) left center no-repeat;
}

.footer .info .i2 {
	background: url(/img/img10.jpg) left center no-repeat;
}

.footer .info .i3 {
	background: url(/img/img12.jpg) left center no-repeat;
}

.footer .info2 {
	width: 980px;
	display: block;
	margin: 0px auto;
	margin-top: 25px;
	background: #31333a;
	border-radius: 25px;
	display: flex;
}

.footer .info2 a {
	color: #999999;
	flex: 1;
	padding: 8px 0;
	text-align: center;
	font-size: 16px;
}

.footer .info2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .info3 {
	text-align: center;
	margin-top: 30px;
}

.footer .info3 span {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-bottom: -10px;
	margin-right: 20px;
	position: relative;
}

.footer .info3 .i1 {
	background: url(/img/p24.png) center no-repeat;
}

.footer .info3 .i1:hover {
	background: url(/img/p25.png) center no-repeat;
}

.footer .info3 .i2 {
	background: url(/img/p26.png) center no-repeat;
}

.footer .info3 .i2:hover {
	background: url(/img/p23.png) center no-repeat;
}

.footer .info3 a {
	margin-right: 60px;
}

.footer .info3 span .img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	top: 55px;
	width: 110px;
	height: 110px;
	display: none;
	/*z-index: 99999;*/
	z-index:99999999;
}

.footer .info3 span .img::before {
	content: '';
	border-bottom: 10px solid #fff;
	border-left: 5px solid transparent;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translate(-50%, 0%);
	border-right: 5px solid transparent;
}

.footer .info3 span .img img {
	width: 110px;
	height: 110px;
	z-index: 9999;
	position: relative;
}

.footer .copy {
	margin-top: 50px;
	border-top: 1px solid #33353a;
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.footer .info3 span:hover .img {
	display: block;
}

.child_banners {
	height: 600px;
}

.c_title2 {
	text-align: center;
	color: #333333;
}

.c_title2 .t1 {
	position: relative;
	padding-bottom: 10px;
}

.c_title2 .t1::before {
	content: '';
	width: 50px;
	height: 4px;
	background: #00ccff;
	left: 50%;
	bottom: 0px;
	position: absolute;
	margin-left: -25px;
}

.m4 {
	padding: 55px 0;
}

.m4 .box .swiper-slide {
	text-align: center;
}

.m4 .box .swiper-slide .tit {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin: 5px 0;
}

.m4 .box .swiper-slide .t2 {
	font-size: 14px;
	color: #999999;
	padding: 0px 15px;
	line-height: 25px;
}

.m4 .box {
	position: relative;
	margin-top: 45px;
}

.m4 .box .swiper-slide .dm {
	margin: 2%;
	padding: 30px 2%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m4 .box .swiper-slide .dm * {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m4 .box .swiper-slide:hover .dm {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.m4 .box .swiper-slide:hover .dm * {
	transform: scale(1.1, 1.1);
}

.m4 .box .swiper-slide:hover .dm .tit {
	margin: 15px 0;
	color: #00ccff;
}

.common_pres,
.common_next {
	width: 65px;
	height: 100px;
	position: absolute;
	top: 50%;
	z-index: 999;
	transform: translate(0%, -50%);
	cursor: pointer;
}

.common_pres {
	left: -80px;
	background: url(/img/p27.png) center no-repeat;
}

.common_pres:hover {
	background: url(/img/p15.png) center no-repeat #ececec;
}

.common_next {
	right: -80px;
	background: url(/img/p28.png) center no-repeat;
}

.common_next:hover {
	background: url(/img/p14.png) center no-repeat #ececec;
}

.m4 .box {
	height: 300px;
}

.m5 {
	background: url(/img/img21.jpg) center no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.c_title3 .t1 {
	color: #fff;
}

.m5 .box .swiper-slide .img {
	position: relative;
}

.m5 .box .swiper-slide .img .text {
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background: rgba(0, 204, 255, .8);
	position: absolute;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.m5 .box .swiper-slide .img .text .dm {
	position: absolute;
	width: 240px;
	text-align: center;
	font-size: 1.1rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m5 .box .swiper-slide .img .text .dm .tit {
	color: #fff;
	margin-bottom: 5px;
}

.m5 .box .swiper-slide .img .text .dm .cont {
	color: #fff;
	line-height: 25px;
	font-size: .8rem;
}

.m5 .box .swiper-slide:hover .text {
	opacity: 1;
}

.m5 .box {
	position: relative;
}

.m5 .common_pres {
	background: url(/img/p12.png) center no-repeat;
}

.m5 .common_pres:hover {
	background: url(/img/p15.png) center no-repeat #55575c;
}

.m5 .common_next {
	background: url(/img/p13.png) center no-repeat;
}

.m5 .common_next:hover {
	background: url(/img/p14.png) center no-repeat #55575c;
}

.m6 {
	background: #fff;
}

.m6 .box .click_pre {
	background: url(/img/p27.png) center no-repeat;


}

.m3 .box .click_nex {
	background: url(/img/p28.png) center no-repeat;
background: url(/img/p14.png) center no-repeat;

}

.m7 {
	padding: 45px 0;
}

.m7 ul {
	margin-top: 40px;
}

.m7 ul li {
	width: 31%;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}

.m7 ul li .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 999;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
}

.m7 ul li .text .dm {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	text-align: center;
	font-size: .9rem;
	color: #fff;
	padding: 0px 40px;
}

.m7 ul li .text .t {
	font-size: 1.4rem;
	color: #00ccff;
}

.m7 ul li .text .cont {
	margin: 10px 0;
}

.m7 ul li:hover .text {
	opacity: 1;
}

.m7 ul li .ttsa {
	width: 100%;
	left: 0px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 9999;
}

.m7 ul li:hover .ttsa {
	transform: translate(0%, 200%);
}

.m7 ul li {
	margin-right: 2%;
	margin-bottom: 25px;
}

.m7 ul li:nth-child(3n) {
	margin-right: 0px;
}

.c_more4 a {
	background: #fff;
	color: #333333;
	border: 1px solid #f2f2f2;
}

.c_more4 a:hover {
	background: #00ccff;
	color: #fff;
}

.qyzz .img {
	height: 222px;
}

.qyzz .img img {
	max-width: 63% !important;
	max-height: 100%;
}

.m8 {
	padding: 70px 0;
}

.m8 ul li {
	width: 28%;
	text-align: center;
	margin: 0px 2.5%;
}

.m8 ul li .tit {
	padding: 15px 0;
	color: #333333;
	font-size: 24px;
}

.m8 ul li .cont {
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.m9 {
	background: url(/img/img39.jpg) center no-repeat;
	padding: 60px 0;
	background-size: cover;
}

.m9 .box {
	display: flex;
}

.m9 .cont {
	flex: 1;
	padding-right: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}

.m9 .cont .tit {
	color: #00ccff;
	font-size: 38px;
	background: url(/img/p31.png) left top no-repeat;
	padding-left: 40px;
	padding-top: 42px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.m9 .img img {
	border-radius: 5px;
}

.m10 {
	padding: 60px 0;
}

.m10 .box .swiper-slide span {
	margin: 10px;
	display: block;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.m10 .box {
	position: relative;
	padding: 0px 30px;
}

.liuyan {
	margin: 50px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}

.liuyan li {
	font-size: 16px;
	padding: 20px 16px;
	border-bottom: 1px solid #e3e3e3;
}

.liuyan li span {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}

.liuyan li input {
	width: 350px;
	height: 33px;
	border: 1px solid #eaebec;
	margin-left: 20px;
	padding-left: 14px;
}

.liuyan .yanzm input {
	width: 90px !important;
	height: 33px;
	border: 1px solid #eaebec;
	margin-left: 20px;
	padding-left: 14px;
}

.liuyan .tjxinx input {
	width: 123px !important;
	height: 33px;
	border: 1px solid #eaebec;
	margin-left: 20px;
	padding-left: 0 !important;
	background-color: #23b7e5;
	color: #fff;
}

.liuyan li textarea {
	width: 350px;
	height: 110px;
	border: 1px solid #eaebec;
	margin-left: 20px;
	padding-left: 14px;
}

.liuyanfir {
	background-color: #dddddd;
	padding: 20px 16px;
	color: #212121;
	font-weight: bold;
	font-size: 20px !important;
}

.m10 .box .prev {
	width: 20px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	background: url(/img/p32.png) center no-repeat;
	top: 20px;
}

.m10 .box .prev:hover {
	background: url(/img/p34.png) center no-repeat;
}

.m10 .box .next {
	width: 20px;
	position: absolute;
	right: 0px;
	display: inline-block;
	height: 30px;
	cursor: pointer;
	background: url(/img/p35.png) center no-repeat;
	top: 20px;
}

.m10 .box .next:hover {
	background: url(/img/p33.png) center no-repeat;
}

.m10 .box .on {
	color: #00ccff;
	box-shadow: 0 5px 10px rgba(0, 205, 255, 0.2) !important;
}

.m10 .box .swiper-slide span:hover {
	color: #00ccff;
	box-shadow: 0 5px 10px rgba(0, 205, 255, 0.2) !important;
}

.m10 .box2 .list .mores {
	text-align: center;
	color: #999999;
	font-size: 16px;
	padding: 20px 0;
	cursor: pointer;
}

.m10 .box2 .list .mores .o2 {
	display: none;
}

.m10 .box2 .list .onsa .o1 {
	display: none;
}

.m10 .box2 .list .onsa .o2 {
	display: block;
}

.m10 .box2 .list li {
	display: flex;
}

.m10 .box2 .list li .nb {
	width: 110px;
	color: #00ccff;
	font-size: 18px;
}

.m10 .box2 .list li .cs {
	flex: 1;
}

.m10 .box2 .list ul {
	position: relative;
}

.m10 .box2 .list ul::before {
	width: 1px;
	height: 90%;
	left: 75px;
	background: #d8d8d8;
	position: absolute;
	content: '';
	top: 10px;
}

.m10 .box2 .list li .nb {
	position: relative;
}

.m10 .box2 .list li .nb::before {
	content: '';
	width: 10px;
	height: 10px;
	left: 70px;
	top: 8px;
	display: block;
	position: absolute;
	background: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
}

.m10 .box2 .list li .cs {
	color: #666666;
	padding-top: 5px;
	font-size: 14px;
}

.m10 .box2 .list li {
	margin-bottom: 30px;
}


/*.m10 .box2 .list .on .nb::before {
	border: 1px solid #00ccff;
	width: 20px;
	height: 20px;
	left: 65px;
}*/

.m10 .box2 .list {
	display: none;
}

.m10 .box2 .list li:hover .nb::before {
	border: 1px solid #00ccff;
	width: 20px;
	height: 20px;
	left: 65px;
}

.m11 {
	background: #f5f5f5;
	padding: 45px 0;
}

.m11 .map {
	position: relative;
	flex: 1;
	background: #fff;
	border: 10px solid #fff;
}

.m11 .map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.m11 .box {
	display: flex;
}

.m11 .cont {
	width: 415px;
}

.m11 .cont li {
	background: url(/img/img36.jpg) left center no-repeat;
	padding: 15px 0;
	padding-left: 90px;
	margin-bottom: 20px;
}

.m11 .cont li .t1 {
	color: #999999;
	font-size: 14px;
}

.m11 .cont li .cont {
	font-size: 16px;
	color: #333333;
}

.m11 .cont .i2 {
	background: url(/img/img37.jpg) left center no-repeat;
}

.m11 .cont .i3 {
	background: url(/img/img38.jpg) left center no-repeat;
}

.m12 {
	background: #f5f5f5;
	padding: 65px 0;
}

.m12 .title {
	position: relative;
}

.m12 .title .text {
	width: 28%;
	margin-right: 1%;
	height: 55px;
	padding-left: 2%;
	border: 1px solid #dbdbdb;
	background: #fff;
}

.m12 .title .text:hover {
	border: 1px solid #00ccff;
	background: #f4f8f9;
}

.m12 .title .text:hover::-webkit-input-placeholder {
	color: #00ccff;
}

.m12 .title .text:hover::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #00ccff;
}

.m12 .title .text:hover:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #00ccff;
}

.m12 .title .text:hover:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #00ccff;
}

.m12 .title select {
	width: 29%;
	margin-right: 1%;
	height: 55px;
	padding-left: 1%;
	border: 1px solid #dbdbdb;
	background: #fff;
}

.m12 .title .buras {
	position: absolute;
	height: 55px;
	width: 110px;
	top: 0px;
	right: 0px;
	background: url(/img/img41_search.png) center no-repeat #00ccff;
	border-radius: 5px;
	display: block;
}

.m12 .title .buras:hover {
	background: url(/img/img41_search.png) center no-repeat #0065cd;
}

.m12 .tab {
	margin-top: 25px;
}

.m12 .tab table thead tr td {
	padding: 20px;
	background: #999999;
	color: #ffffff;
	font-size: 16px;
	text-indent: 20px;
}

.m12 .tab table tbody tr td {
	padding: 20px;
	background: #fff;
	padding-left: 40px;
	font-size: 16px;
}

.m12 .tab table tbody tr .co1 {
	color: #999999;
}

.m12 .tab table tbody tr .co5 {
	display: inline-block;
	padding: 10px 8px;
	border-radius: 4px;
	font-size: 14px;
	padding-left: 40px;
	color: #fff;
	cursor: pointer;
	padding-right: 20px;
	background: url(/img/img43.jpg) 10px center no-repeat #c2c2c2;
}

.m12 .tab table tbody tr .co5:hover {
	background: url(/img/img42.jpg) 10px center no-repeat #00ccff;
}

.m12 .tab table tbody tr:hover td:nth-child(1) {
	color: #00ccff;
}

.m12 .tab_phone {
	padding: 20px;
	display: none;
}

.m12 .tab_phone .list {
	padding: 5px 20px 5px;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 10px;
}

.m12 .tab_phone .list li {
	display: flex;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 8px;
}

.m12 .tab_phone .list li .nhb {
	width: 100px;
}

.m12 .tab_phone .list li .cont {
	flex: 1;
}

.m12 .tab_phone .list li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px none;
}

.zzwin {
	position: fixed;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0px;
	left: 0px;
	z-index: 9999999;
}

.qyzz .swiper-wrapper {
	width: auto !important;
}

.qyzz .swiper-slide li {
	width: 100% !important;
}

.newsupdate {
	width: 29% !important;
	margin: 0 2%;
	float: left;
}

.newsupdated h1 {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.newsupdated p {
	font-size: 14px;
	color: #999;
}

.newsupdated {
	border: 1px solid #f2f2f2;
	padding: 8px;
}

.newsupdated div {
	font-size: 14px;
	color: #333;
	word-break: break-all;
	display: -webkit-box;
	height: 45px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 8px 0;
}

.newsupdated p {
	margin-top: 5px;
}

.newsupdated p img {
	display: inline-block;
	margin-right: 4px;
	margin-top: -4px;
}

.m13 .m3 li {
	margin-bottom: 25px;
}

.newspage {
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	font-size: 0px;
}

.newspage a {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #777a8a;
	text-align: center;
	line-height: 40px;
	background-color: #f7f7f7;
}

.newspageon {
	background-color: #de241b !important;
	color: #fff !important;
}

.newspage a input {
	border: 1px solid #eee;
	background: none;
	padding: 0 5px;
	line-height: 38px;
	width: 35px;
	height: 35px;
	font-size: 14px;
	color: #686868;
	background: #fff;
}

.newspage a:hover {
	background-color: #de241b !important;
	color: #fff !important;
}

.win_box {
	width: 960px;
	background: #f9f9f9;
	top: 50%;
	z-index: 99999999;
	position: fixed;
	left: 50%;
	display: none;
	transform: translate(-50%, -50%);
}

.win_box .tit {
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #464646;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
}

.titclose {
	position: absolute;
	top: 8px;
	right: 6px;
	cursor: pointer;
}

.win_box .cmds {
	padding: 40px;
	background: #f9f9f9;
}

.win_box .cmds li {
	display: flex;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.win_box .cmds li .ns {
	width: 70px;
	font-size: 14px;
	padding-right: 20px;
	text-align: right;
	color: #666666;
	line-height: 40px;
}

.win_box .cmds li .text,
.win_box .cmds li select {
	display: block;
	flex: 1;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #cecece;
	font-size: 14px;
}

.win_box .cmds li select {
	height: 42px;
	width: 100px;
}

.win_box .cmds .conts {
	display: flex;
	margin-bottom: 20px;
}

.win_box .cmds .conts span {
	width: 70px;
	font-size: 14px;
	padding-right: 20px;
	text-align: right;
	color: #666666;
	line-height: 30px;
}

.win_box .cmds .conts .conasa {
	flex: 1;
}

.win_box .cmds .conts .conasa textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #cecece;
}

.win_box .cmds ul li .files {
	position: relative;
}

.win_box .cmds ul li .files #file_click_upload {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.win_box .cmds ul li .files img {
	position: relative;
	z-index: 999;
	height: 40px;
	cursor: pointer;
}

.win_box .cmds .butas {
	text-align: center;
}

.win_box .cmds .butas input {
	width: 270px;
	height: 50px;
	border-radius: 4px;
	background: #00ccff;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}

.win_box .cmds .guanbi {
	text-align: center;
	margin-top: 25px;
	display: none;
}

.win_box .cmds .guanbi span {
	display: inline-block;
	padding: 4px 15px;
	border-radius: 5px;
	background: #5ac9e9;
	color: #fff;
	font-size: 14px;
}

#xiangxixinxi .tit {
	text-align: left;
	padding-left: 20px;
}

#xiangxixinxi .lisas {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 26px;
}

#xiangxixinxi .lisas .tth {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

#xiangxixinxi .buaats {
	text-align: center;
}

#xiangxixinxi .buaats input {
	background: url(/img/img42.jpg) 23% center no-repeat #00ccff;
	height: 40px;
	border-radius: 4px;
	color: #fff;
	width: 200px;
}

.m13 {
	padding: 60px 0;
}

.m13 .m3 {
	background: none;
	padding: 0px;
	margin: 0px auto;
}

.m13 .m3 li {
	width: 23%;
	position: relative;
	margin-right: 2%;
}

.m13 .m3 ul li:nth-child(4n) {
	margin-bottom: 25px;
}

.m13 .m3 .box .dnm .text {
	background: rgba(0, 0, 0, 0.8);
}

.m13 .dects {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
}

.m13 .contas {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.m13 .contas .ttxt {
	padding: 20px;
	flex: 1;
}

.m13 .contas dd {
	display: flex;
	margin-bottom: 20px;
}

.index_show_iimg {
	display: none;
}

.phone_clicks {
	background: #ffffff;
	display: flex;
}

.phone_clicks li {
	flex: 1;
	padding: 10px 0;
	position: relative;
	text-align: center;
}

.phone_clicks li::before {
	width: 1px;
	height: 100%;
	background: #ccc;
	right: 0px;
	top: 0px;
	position: absolute;
	content: '';
}

.phone_clicks li:last-child::before {
	display: none;
}

.phone_clicks li .img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0px auto;
}

.phone_clicks li .t1 {
	font-size: .85rem;
	color: #333333;
}

.phone_clicks li .i1 {
	background: url(/img/img53.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks li .i2 {
	background: url(/img/img52.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks li .i3 {
	background: url(/img/img50.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks li .i4 {
	background: url(/img/img51.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks .on .i1 {
	background: url(/img/img57.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks .on .i2 {
	background: url(/img/img56.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks .on .i3 {
	background: url(/img/img54.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks .on .i4 {
	background: url(/img/img55.jpg) center no-repeat;
	background-size: 35px;
}

.phone_clicks .on .t1 {
	color: #00ccff;
}

.phone_clicks {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0px;
}

.m14 {
	padding: 50px 0;
}

.m14 .let {
	width: 880px;
}

.m14 .let .t1 {
	color: #333333;
	font-size: 20px;
	text-align: center;
}

.m14 .let .dect {
	text-align: center;
	margin-top: 15px;
}

.m14 .let .dect .inf {
	display: inline-block;
	font-size: 14px;
	padding: 12px 45px;
	border: 1px dashed #bfbfbf;
	background: #f3f3f3;
	color: #999999;
	border-radius: 5px;
}

.m14 .let .dect .inf span {
	padding-left: 25px;
	margin: 0px 25px;
}

.m14 .let .dect .inf .i1 {
	background: url(/img/img59.jpg) left center no-repeat;
}

.m14 .let .dect .inf .i2 {
	background: url(/img/img60.jpg) left center no-repeat;
}

.m14 .let .dect .inf .i3 {
	background: url(/img/img61.jpg) left center no-repeat;
}

.m14 .let .contaas {
	font-size: 14px;
	margin-top: 25px;
	line-height: 28px;
}

.m14 .let .hrafs {
	margin-top: 25px;
}

.m14 .let .hrafs .t5 {
	margin-bottom: 10px;
}

.m14 .let .hrafs .t5 a {
	color: #666666;
	font-size: 14px;
}

.m14 .let .hrafs .t5 span {
	display: inline-block;
	padding: 4px 12px;
	background: #ededed;
	color: #666666;
	font-size: 14px;
	position: relative;
	margin-right: 20px;
}

.m14 .let .hrafs .t5 span::before {
	content: '';
	width: auto;
	height: auto;
	position: absolute;
	right: -10px;
	top: 50%;
	border-left: 10px solid #ededed;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	transform: translate(0%, -50%);
}

.m14 .let .hrafs .t5:hover a {
	text-decoration: underline;
	color: #007AFF;
}

.m14 .rit {
	width: 280px;
}

.m14 .rit .tit {
	color: #333333;
	font-size: 24px;
	padding: 5px 0;
	padding-left: 50px;
	background: url(/img/img58.jpg) left center no-repeat;
}

.m14 .rit ul li .dect {
	padding: 5px 10px;
	font-size: 12px;
	box-shadow: 0 2px 5px rgba(224, 224, 224, 0.7);
}

.m14 .rit ul li .dect .tb1 {
	font-size: 14px;
	color: #666666;
}

.m14 .rit ul li .dect .tb2 {
	color: #999999;
}

.m14 .rit ul li {
	margin-bottom: 20px;
}

.m15 {
	padding: 60px 0;
}

.c_title .t3 {
	font-size: 18px;
	margin-top: 10px;
}

.m15 .cont li {
	width: 23%;
	text-align: center;
	margin: 0px 1%;
}

.m15 .cont li .t {
	color: #333333;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}

.m15 .cont li .contas {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	font-size: 14px;
}

.m15 .cont li {
	position: relative;
	
}
.m15 .cont li .img{
	overflow: hidden;
}

.m15 .cont li .show_img2 {
	position: absolute;
 
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 99;
}

.m16 {
	padding: 60px 0;
	background: url(/img/img67.jpg) center no-repeat;
	background-size: cover;
}

.m16 .box {
	margin-top: 70px;
}

.m16 .box ul li {
	width: 23%;
	padding: 30px 0;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px 1%;
	background: rgba(255, 255, 255, .1);
	border-radius: 2px;
	position: relative;
	margin-bottom: 25px;
}

.m16 .box ul li .tit {
	color: #ffffff;
	margin: 5px 0;
	font-size: 24px;
	padding: 0px 5%;
}

.m16 .box ul li .cont {
	padding: 10px 5%;
	font-size: 14px;
	color: #ffffff;
	height: 90px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 28px;
	opacity: .6;
}

.m16 .box ul li .img {
	position: relative;
	overflow: hidden;
}

.m16 .box ul li .show_img2 {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 99;
}

.m16 .box ul li:hover {
	background: none;
}

.m16 .box ul li:hover .cont {
	opacity: 1;
}

.m7 ul li {
	position: relative;
}

.m7 ul li .dianziss {
	position: relative;
}

.m7 ul li .show_iimgs {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.m13as .m3 .box .edg_widht {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	width: 92%;
}

.m13as .m3 li .img {
	width: 100%;
	height: 11.857vw;
	overflow: hidden;
}

.m13as .m3 li {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m13as .m3 li .img img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m13as .m3 li:hover .img img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.m13as .m3 li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.m13as .m3 li {
	margin-bottom: 50px;
}

.news-page {
	width: 100%;
	height: 40px;
	text-align: center
}

.news-page a {
	font-size: 14px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #f7f7f7;
	color: #686868;
	transition: background .3s, color .3s
}

.news-page.new a {
	background: #fff
}

.news-page a.active,
.product-list .news-page a.active,
.news-page.on a.active,
.news-page.new a.active {
	color: #fff;
	background: #de241b
}

.news-page a.btns {
	font-family: 'å®‹ä½“'
}

.edg_widht {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	width: 92%;
}

 

.m15_zz .cont li .show_img2 {
	position: absolute;
	 
	top: auto;
	transform: translate(-50%, 0%);
	left: auto;
	z-index: 99;
	height: 80%;
	left: 50%;
}

.m15_zz .cont li .img {
	 
	overflow: hidden;
}

.banner .click_ne,
.banner .click_pr {
	display: none;
}

.banner:hover .click_ne {
	display: block;
}

.banner:hover .click_pr {
	display: block;
}
.banner .phone_imgs{
	display: none;
}

.m3 .c_title .t1{
	/*color: #0cf;*/
}
