﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#91989f; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:80%; margin:0 auto;position: relative;max-width: 1440px;}
.container { width:80%; margin:0 auto;max-width: 1440px;}
.top {line-height: 40px;background: #292A2D; color: #fff;font-size: 16px;height: 40px;position: relative;z-index: 999;}
.ncon {width: 1200px;margin: 0 auto;}
.top a {color: #fff;margin-right: 15px;float: left;}
.header{width:100%; position:fixed; top:40px; left:0; z-index:100;background:rgba(255,255,255,0.85);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.ny{background:rgba(255,255,255,0.85);}
.header.on{box-shadow:0 0 10px #aaa;background:rgba(255,255,255,0.85);top: 0; }
.header .container{}
.header .logo{ float:left; margin:15px 0 10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{margin:10px 0 0;}
.header .logo img{width:auto; height:28px; display:block;}
.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .ss {padding-left: 28px;height: 60px;float: right;display: flex;align-items:center;margin-left: 60px;}
.header .ss img {width: 20px;}
.header.on .ss {
  height:60px;
}
.search{width:100%; padding:25px 0; background-color:#fff; position:fixed; top:100px; left:0; z-index:9; display:none;height: 105px;box-sizing: border-box;}
.header.on .search{top: 60px;}
.search .box {width: 550px;margin: 0 auto;}
.search input.w_z{width:510px; height:54px; border-radius:0; border-bottom:1px solid #212121; font-size:18px; line-height:54px; color:#333; float:left; -webkit-appearance:none;}
.search button.s_c{width:40px; height:55px; border-bottom:1px solid #212121;background: url(../images/ss2.png) center right no-repeat; line-height:55px; text-align:center; float:right; -webkit-appearance:none;}

.header .nav{float:right;}
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header.on .nav{ float:right;}
.header .nav ul li{line-height:60px; float:left; padding:0 24px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .nav ul li{line-height:60px;}
.header .nav ul li a{display:block; font-size:20px; color:#1a1a1a;text-transform:capitalize}
.header .nav.zm ul li a{color: #ccc;}
.header .nav ul:hover li a {color: #888;}
.header .nav ul:hover li a:hover {color: #333;}
.header .nav ul li span{width:0; height:2px; background-color:#01a0bf; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.header .nav ul li.bk {display: none;}

.nav .y_j{position:relative;}
.nav .e_j{border-top: rgba(255,255,255,0.3) 1px solid;background-color:rgba(255,255,255,0.85);opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; position:absolute; top:60px; left:0%; z-index:9999;width: 100%; height:0px; overflow:hidden}
.header.on .nav .e_j{top: 60px;}
.nav .e_j .box {padding: 35px 0; overflow: hidden;}
.nav .e_j .container{display: flex; justify-content: center;align-items: stretch;}
.nav .e_j.pp .tw {width: 200px;margin: 0 1%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.nav .e_j.pp .tw:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.nav .e_j.pp .tw img {max-width:100%;}
.nav .e_j.pp .tw p {font-size: 14px;margin-top: 10px;color: #333;text-align: center;line-height: 1.8;}
.nav .e_j.pp .tw:hover p{color: #fff;}
.header .nav ul li .e_j a{display:block; font-size:14px; color:#000; line-height:40px; text-align:center }
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:0px; left:150px; display:none; z-index:9999;}
.header .nav .e_j a:hover{background-color:#01a0bf; color:#fff;}

@media (min-width:1024px){
.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.head_h { height: 68px; display: none; height:auto}
}

@media (max-width:1200px){
.container {
  width: 90%;
}
	.con {
  width: 90%;
}
.header .nav ul li a{font-size:16px;}
}
@media only screen and (max-width:1024px){
	.top {display: none;}
.head_h { height: 60px; display:block}
.header{border:0; height:60px; width:100%;top: 0;}
.header .container{ padding:0; overflow:hidden; width:94%;display: block;}
.header .logo{width:230px; margin:10px auto;}
.header.on .logo{width:220px; margin:10px auto;}
	.header .ss {
  height: 60px;margin-right: 40px;margin-left: 0
}
	.search {
  padding:15px 0;
  top: 60px;
  height: 105px;
}
	.search .box {
  width: 90%;
}
	.search input.w_z {
  width: 85%;
  font-size: 14px;
}
	.search button.s_c {
  width: 15%;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:60%}
.header .nav{width:60%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-70%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #333;}
	.header .nav.zm ul li a {
  color: #333;
}
	.nav .e_j.pp .tw {
  width: 100%;
  margin: 0;
}
	.nav .e_j.pp .tw img {display: none;}
	.nav .e_j.pp .tw p {font-weight: normal;
  margin-top: 0px;
  text-align: left;line-height: 50px;
}
.header .nav i{display:block;color: #333;font-size: 16px;background: url(../images/banner-r.png) right center / 16px no-repeat; }
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #ccc; float:none; margin:0; padding:0}
	.header .nav ul li.bk {display: block;}

	.header .nav ul li.bk a {font-weight: normal;font-size: 14px;}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid #ccc; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;visibility:inherit;
transform:translateY(0px);
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transition:all 0s;
-o-transition:all 0s;
-ms-transition:all 0s;
-moz-transition:all 0s;
-webkit-transition:all 0s;opacity: 1;}
	.nav .e_j .box {
  padding: 10px 0;
}
	.nav .e_j .container {
  display: block;
}
	.header.on .nav .e_j {
  top: auto;
}
.header .nav ul li .e_j a { color:#aaa;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{font-size:16px; color:#333;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}
@media only screen and (max-width:375px){
.header .container{ padding:0}
.header .logo{width:200px; margin:15px auto;}
.header.on .logo{width:200px; margin:15px auto;}
}




.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; background: #fff; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;opacity: 0.5;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1;}



.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:36px; color:#333; margin-bottom:15px; position:relative}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height: 0;border: 1px solid #f18c16;}
.tit h3 { font-size:14px; color:#666; margin-top:25px;}

.sy_p1 {padding: 0;overflow: hidden;}
.sy_p1 .con {overflow: hidden;}
.sy_p1 .left {width: 40%;position: absolute;max-width: 420px; left: 0;top: 0;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.sy_p1:nth-child(2n) .left{left: auto;right: 0;}
.sy_p1 .left h2 {font-size: 2.3vw;color: #000;margin-bottom: 25px;text-transform: uppercase;font-weight: bold;border-bottom: #333 1px solid;padding-bottom: 10px;display: inline-block;}
.sy_p1 .left h3{font-size: 1.6vw;color: #333;font-weight: bold;margin-bottom: 25px;}
.sy_p1 .left p{font-size: 1vw;color: #000;line-height:2.4;text-transform: uppercase;font-weight: 200;}
.content .more {width: 200px;margin-top: 20px;line-height: 50px;position: relative;text-align: center;border-radius: 6px;border: #ccc 1px solid;overflow: hidden;}
.content .more a {color: #000;font-size: 18px;position: relative;z-index: 9;}
.content .more span {position: absolute;right: 0;width: 0;height: 100%;top: 0;background: #333;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.content .more:hover span{left: 0;width: 100%;}
.content .more:hover a{color: #fff;}
.sy_p1 .right {width: 55%;}
.sy_p1 .right img {width: 100%;display: block;}

.cj_wt {padding: 60px 0;background: #f5f5f5;overflow: hidden;}
.cj_wt h2 {
  font-size: 2.3vw;
  color: #000;
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}
.cj_wt .con {padding: 60px 60px 20px;box-sizing: border-box;border-radius: 35px;background: #fff;}
.cj_wt h2 { font-size: 48px;
line-height: 48px;
color: #292A2D;
text-align: center;
font-weight: bold;margin-bottom: 50px;}
.list{ padding: 0}
.list ul li{ border-bottom:1px solid #e0e0e0;}
.list ul li a{color: #000; font-size:30px; display: block; padding:20px 0 20px 0px;position: relative;background: url(../images/banner-r.png) right center / 20px no-repeat;}
.list ul li .inactive{ }
.list ul li .inactives{ color:#333;background: url(../images/banner-rs.png) right center / 25px no-repeat;} 
.list ul li ul{display: none;}
.list ul li ul li{border-bottom: 0;}
.list ul li ul li ul{display: none;}
.list ul li ul li a{  padding:20px 0 20px 0px; font-size:25px;background: none;}
.list ul li ul li ul li { font-size:25px; padding:20px 0 0 80px; margin-bottom:20px; border-bottom:0; color:#000}
.last{  }
.list ul li ul li ul li a{ color:#316a91; padding-left:30px;}
.sy_wt {padding: 60px 0;background: #f5f5f5;overflow: hidden;}
.sy_wt h2 {
  font-size: 2.3vw;
  color: #000;
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}
.sy_wt .con {padding: 60px 60px 20px;box-sizing: border-box;border-radius: 35px;background: #fff;}
.sy_wt .con ul li{padding-bottom: 20px;overflow: hidden;margin-bottom: 20px;}
.sy_wt .con h3 {font-size: 30px;color: #000;padding-bottom: 10px;margin-bottom: 10px;}
.sy_wt .con ul li .da {border-top: #333 1px solid;padding: 10px 0 0;border-bottom: #333 1px solid;}
.sy_wt .con ul li p {font-size: 25px;line-height: 1.5;margin-bottom: 20px;color: #111;}
.part4 {
  margin-top: 60px;padding: 60px 0 100px;background: #fff;
}
.part4 h2{font-size: 2.3vw;
color: #000;
margin-bottom:35px;
text-align: center;
font-weight: bold;}
.part4 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  padding: 85px 0 60px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 60px;
  background: #f5f5f5;border-radius: 35px;
}
.part4 ul li {
  flex: 1;
}
.part4 li img {
  display: block;
  margin: 0 auto;width: 120px;height: 120px;
  cursor: pointer;
}
.part4 li p {
  height: 18px;
  font-size: 18px;
  line-height: 20px;
  margin-top: 34px;color: #333;
}
.foot {background: #292a2d;padding: 60px 0;}
.foot h2{font-size: 2.3vw;
color: #fff;
letter-spacing: 2px;
margin-bottom: 50px;
text-align: center;
font-weight: bold;}
.foot .con {background: #fff;border-radius: 35px;padding: 50px;box-sizing: border-box;}
.foot .con p {font-size: 28px;color: #000;line-height: 2;}
.cpxq {width: 1200px;margin: 120px auto 60px;}
.cpxq .left {width:620px;float: left;}
.cpxq .right {width:calc(100% - 670px);float: right}
.cpxq .right h3 {font-size: 2.3vw;font-weight: bold;color: #333;margin-bottom: 20px;text-transform: uppercase;}
.cpxq .right .desc {padding: 10px 0; font-size: 1vw;
color: #000;
line-height: 2.4;
text-transform: uppercase;
font-weight: 200;border-top: #333 1px solid;border-bottom: #333 1px solid;}
.cpxq .right .key {
  font-size: 20px;padding-top: 20px;
  color: #000;
}
.cpxq .right .key span {color:#000;display: block;font-size: 40px;margin-top: 10px;}
.cpxq .right .line {
  background-color: rgba(43, 39, 39, 0.5);
  height: 1px;
  border: none;
}
.cpxq .right .djgm a{width: 200px;line-height: 48px;text-align: center;border-radius:10px;float: left;margin: 30px 30px 0 0;font-size:18px;color: #333;display: block;border: #ccc 1px solid;}
.cpxq .right .djgm a:hover{background: #333;color: #fff;}

.slideBox{ width:620px; position:relative;}
		.slideBox .hd{float: right;width: 100px;}
		.slideBox .hd ul{zoom:1;  }
		.slideBox .hd ul li{ float:left;width:80px; cursor:pointer;margin-bottom: 20px;background: #f4f4f4; }
.slideBox .hd ul li img {width: 100%;display: block;}
		.slideBox .hd ul li.on{box-shadow: 0 0 10px #ccc; }
		.slideBox .bd{ position:relative; z-index:0;float: left;}
		.slideBox .bd li{ zoom:1; vertical-align:middle;background: #f4f4f4;width: 500px; }
		.slideBox .bd img{ width:100%; display:block;  }
.cpxqdt {position: relative;border-radius: 35px;padding: 60px 0;background: #f5f5f5;text-align: center;width: 1200px;margin: 0 auto 50px;}
.cpxqdt img {max-width: 100%;display: block;margin: 0 auto;}


@media only screen and (min-width:1921px) and (max-width:3880px) {
	.cpxq .right h3 {
  font-size:42px;
}
	.cpxq .right .desc {
  font-size: 19px;
  color: #000;
  line-height: 2.4;
  text-transform: uppercase;
  font-weight: 200;
}
	

}














@media only screen and (max-width:1024px) {
.ncon {
  width: 90%;
}
	.sy_p1 .left {
  width: 100%;
  max-width: 100%;
  position: static;
  height: auto;
}
	.sy_p1 {
  padding: 30px 0 0;
}
	.con {
  width: 90%;
}
	.sy_p1 .left h2 {
  font-size: 28px;
}
	.sy_p1 .left h3 {
  font-size:20px;
  margin-bottom: 25px;
}
	.sy_p1 .left p {
  font-size: 16px;
}
	.content .more {
  width: 180px;
  line-height: 40px;
}
	.sy_p1 .right {
  width: 75%;margin: 0 auto;float: none !important;
}
	.cj_wt h2 {font-size: 30px;
  margin-bottom: 35px;}
	.list ul li a {
  font-size: 20px;
  padding: 10px 0 10px 0px;
  background: url(../images/banner-r.png) right 15px / 12px no-repeat;
}
	.list ul li ul li a {
  padding: 10px 0 10px 0px;
  font-size: 16px;line-height: 1.6;
}
	.list ul li .inactives {
  background: url(../images/banner-rs.png) right 15px / 16px no-repeat;
}
	.cj_wt .con {
  padding: 25px 25px ;
  border-radius:25px;
}
	.sy_wt h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
	.sy_wt .con {
  padding: 25px 25px 10px;border-radius: 25px;
}
	.sy_wt .con h3 {
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
	.sy_wt .con ul li p {
  font-size:16px;
  margin-bottom: 10px;
}
	.sy_wt .con ul li {
  padding-bottom:15px;
  margin-bottom: 15px;
}
	.part4 {
  margin-top: 0px;
  padding: 60px 0 60px;
}
	.part4 h2 {
  font-size: 30px;
  letter-spacing:0;
  margin-bottom:35px;
}
	.sy_p4 {
  height: 34rem;
}
	.part4 h2 {
  font-size: 30px;
}
	.part4 ul {
border-radius: 2.8vw;
display: block;
padding:5vw 0;height: auto;overflow: hidden;
}
	.part4 ul li{width: 30.3333%;float: left;margin: 0 1.5% 3%;
text-align: center;}
	.part4 li p {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 34px;
  color: #333;
}
	.foot h2 {
  font-size: 30px;
  margin-bottom:35px;
}
	.foot .con {
  border-radius: 25px;
  padding: 25px;
}
	.foot .con p {
  font-size: 16px;
}
	.cpxq {
  width: 90%;
  margin: 40px auto ;
}
	.cpxq .left {
  width: 60%;
}
	
	.slideBox {
  width: 100%;
}
	.slideBox .bd {width: 85%
}
	.slideBox .bd li {
  width:100%;
}
	.slideBox .hd {
  width: 10%;
}

.slideBox .hd ul li {
  width: 90%;
}
	.cpxq .right {
  width: 36%;
}
	.cpxq .right h3 {
  font-size:28px;
}
	.cpxq .right .desc {padding: 10px 0;font-size: 14px;line-height: 2;
}
	.cpxq .right .djgm a {
  width: 180px;
  line-height: 40px;
  margin: 30px 0px 0 0;
}
	.cpxq .right .key span {
  font-size: 30px;
}
	.cpxq .right .key {
  font-size:16px;
}
	.cpxqdt {
  border-radius: 25px;
  padding: 25px 15px;
  width: 90%;
  margin: 0 auto 30px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
  }

@media only screen and (max-width:600px){
 
	
	.sy_p1 .left h2 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
	.sy_wt {
  padding:35px 0;
}
	.cj_wt {
  padding: 35px 0;
}
	.cj_wt h2 {
   font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
	.part4 h2 {
  font-size: 2.4rem;
  margin-bottom: 25px;
}
		.part4 li img {
  width:60px;
  height: 60px;
}
	.part4 li p {
  height: auto;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-top: 1.5rem;
}
	.part4 {
  margin-top:0px;
  padding: 30px 0 40px;
}
	.part4 h2 {
  font-size: 2.4rem;margin-bottom: 25px;
}
	.foot {
  padding:35px 0;
}
	.foot .con {
  border-radius: 25px;
  padding: 20px 15px;
}
	.sy_wt .con h3 {
  font-size: 16px;
}
	.list ul li a {
  font-size: 16px;
  padding: 10px 15px 10px 0px;
  background: url(../images/banner-r.png) right 15px / 10px no-repeat;
}
	.list ul li .inactives {
  background: url(../images/banner-rs.png) right 15px / 12px no-repeat;
}
	.list ul li ul li a {
  padding: 6px 0 6px 0px;
  font-size:14px;
}
	.sy_wt .con ul li p {
  font-size:14px;
  margin-bottom: 10px;
}
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;margin-top: 30px;
}
	.cpxq .right h3 {
  font-size: 2.4rem;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

