@charset "utf-8";
/* CSS Document */
body,form,input,textarea,h1,h2,h3,h4,h5,h6,p,ul,li,ol,span,strong,select{
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
	font-size:12px;
	font-family:'微软雅黑';
  color:#333;
  /* font-family: 'PingFang SC', '思源黑体', 'Microsoft Yahei UI', 'Microsoft Yahei', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
	
}
body{min-width:1300px;background: #F8F6F9;position: relative;}
body ::selection {color:#fff;background-color:#00a2f7;text-shadow:none;}
body ::-moz-selection {color:#fff;background-color:#00a2f7;text-shadow:none;}
img{
	border:none;
	max-width:100%;
}
.clear{clear:both;}
a{
	text-decoration:none;
}

.headwrap{
  width: 100%;
  height: 90px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 55;
}
.headcon{
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}

.logo{
  width: 160px;
  height: 90px;
  float: left;
  padding-top: 15px;
  box-sizing: border-box;
}
.logo img{
  width: 100%;
  height: auto;
  pointer-events: none;
}

.nav{
  width: 500px;
  height: 50px;
  margin-top: 20px;
  float: right;
  cursor: pointer;
}
.nav ul{
  width: 500px;
  height: 50px;
}
.nav ul li{
  width: 100px;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 16px;
  text-align: center;
}
.nav ul li span{
  font-size: 16px;
  display: block;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}
.nav ul li.active{
  color:#1D8BFF;
}
.nav ul li span:hover{
  color:#1D8BFF;
}
.nav ul li.active span{
  font-size: 16px;
  display: block;
  color:#1D8BFF;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #1D8BFF;
}
.banner{
  width: 100%;
  height: 600px;
  /* background: #1e8bff; */
  background: url('../images/banner.png') no-repeat center center;
  /* background-size: 100% 600px;
  background-attachment:fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover; */
}

/*焦点图*/
#banner{width:100%;height:600px;background:#F8F6F9;position:relative;min-width:1000px;overflow: hidden;}
.blueberry {width:100%;height:600px;overflow:hidden;}
.blueberry .slides {display:block;position:relative;overflow:hidden;height:600px;width:1920px;top:0;left:50%;margin-left:-960px;}
.blueberry .slides li {position:absolute;top:0;left:0;overflow:hidden;height:600px;z-index:10;width:100%;}
.blueberry .slides li img {display:block;width:100%;height:600px;}
.blueberry .pager {display:block;height:20px;width:90px;position:absolute;bottom:10px;left:50%; z-index:22;margin-left:-30px;}
.blueberry .pager li {display:inline-block;float:left;width:20px;padding:0px 5px 0;}
.blueberry .pager li a,
.blueberry .pager li a span {display:block;height:20px;cursor:pointer;}
.blueberry .pager li a {padding:0px 0px;}
.blueberry .pager li a span {overflow:hidden;background:url(../images/up2.png) no-repeat;text-indent:-9999px;width:20px;}
.blueberry .pager li.active a span {width:20px;background:url(../images/up.png) no-repeat; }
.blueberry .pager li.active{ width:20px;}
/* .blueberry .slides li.li1{
  background: url('../images/banner01.jpg') no-repeat center center #1e86f5;
}
.blueberry .slides li.li2{
  background: url('../images/banner02.jpg') no-repeat center center;
} */
.wrap1{
  width: 100%;
  height: 770px;
  position: relative;
}

.conta{
  width: 1200px;
  height: 770px;
  margin: 0 auto;
}
.contahead{
  width: 100%;
  height: auto;
  padding-top: 40px;
}
.contahead h3{
  width: 100%;
  line-height: 60px;
  font-size:30px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:rgba(0,0,0,1);
  text-align: center;
}
.contahead h4{
  width: 100%;
  line-height: 40px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(17,17,17,1);
  text-align: center;
}

.contul{
  width: 100%;
  height: 520px;
  margin-top: 50px;
}
.contul ul{
  width: 100%;
  height: 520px;
}

.contul li{
  width: 30%;
  height: 520px;
  float: left;
  margin: 0 1.65%;
  background: #fff;
  position: relative;
}
.contul li h3{
  width: 210px;
  height: 66px;
  background:rgba(29,139,255,1);
  border-radius:0px 0px 10px 10px;
  margin: 0 auto;
  font-size:28px;
  font-family:Microsoft YaHei;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height: 66px;
  text-align: center;
}
.contul li.li1{
  background: url('../images/tu_1.png') no-repeat center #fff;
}
.contul li.li2{
  background: url('../images/tu_2.png') no-repeat center #fff;
}
.contul li.li3{
  background: url('../images/tu_3.png') no-repeat center #fff;
}
.contul li .litxt{
  width: 100%;
  height: auto;
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.contul li .litxt p{
  line-height: 30px;
  font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
}

.wrap2{
  width: 100%;
  height:200px;
  margin: 0 auto;
  max-width: 1920px;
  background:rgba(29,139,255,1);
  position: relative;
}

.wrap2con{
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  background:rgba(29,139,255,1);
}
.wrap2 .wrap2con p.pp1{
  width: 100%;
  text-align: center;
  line-height: 200px;
  font-size:36px;
  font-family:Source Han Sans CN;
  font-weight:500;
  color:rgba(255,255,255,1);
}
.elpic{
  width: 130px;
  height: 200px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.elpic .elp1{
  width: 130px;
  height: 20px;
  background: #fff;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
}
.elpic img{
  width: 100%;
  height: auto;
}
.elpic .elp2{
  width: 130px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size:18px;
  font-family:Source Han Sans CN;
  font-weight:400;
  color:rgba(255,255,255,1);
}

.wrap3{
  width: 100%;
  height: 550px;
}
.wrap3 .wrap3con{
  width: 1200px;
  height: 550px;
  margin: 0 auto;
}
.wrap3ul{
  width: 810px;
  height: 310px;
  margin: 40px auto 0;
}
.wrap3ul ul{
  width: 810px;
  height: 310px;
}
.wrap3ul ul li{
  width: 250px;
  height: 310px;
  float: left;
  margin: 0 10px;
  background:rgba(233,241,254,1);
border-radius:20px;
}
.wrap3ul ul li.wp3lia{
  background: url('../images/icon_1.png') no-repeat top 20px center rgba(233,241,254,1);
}
.wrap3ul ul li.wp3lib{
  background: url('../images/icon_2.png') no-repeat top 20px center rgba(233,241,254,1);
}
.wrap3ul ul li.wp3lic{
  background: url('../images/icon_3.png') no-repeat top 20px center rgba(233,241,254,1);
}
.wp3txt{
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 150px;
}
.wp3txt h5{
  line-height: 40px;
  font-size:24px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(68,68,68,1);
}
.wp3txt p{
  line-height: 30px;
  font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(85,85,85,1);
}

.wrap4{
  width: 100%;
  height: 400px;
}
.wrap4 .wrap4con{
  width: 1200px;
  height: 400px;
  background: #fff;
  margin: 0 auto;
}
.wp4left{
  width: 450px;
  height: 400px;
  float: left;
  background: url('../images/tu_4.png') no-repeat center #fff;
}
.wp4right{
  width: 750px;
  height: 400px;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
.wp4right h3{
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size:30px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  text-align: center;
  color:rgba(0,0,0,1);
}
.wp4right p.ps1{
  font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(17,17,17,1);
line-height:36px;
}
.wp4right p.ps1 strong{
  font-size:20px;
  font-family:Microsoft YaHei;
font-weight:400;
color:rgba(17,17,17,1);
line-height:36px;
}
.wp4right p.ps2{
  font-size:16px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(17,17,17,1);
line-height:36px;
}


.wrap5{
  width: 100%;
  height: 880px;
  padding-top: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap5 .wrap5con{
  width: 1250px;
  height: auto;
  margin: 0 auto;
}
.wrap5 .wrap5con h3{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size:30px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  text-align: center;
  color:rgba(0,0,0,1);
}
.wrap5 .wrap5con .pics{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}


.footerwrap{
  width: 100%;
  height: 250px;
  background: url('../images/dbbig.png') no-repeat top center;
  /* background: #1D8BFF; */
}
.footer{
  width: 1200px;
  height: 250px;
  margin: 0 auto;
  position: relative;
}
.footxt{
  width: 100%;
  height: 200px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}

.footxt h3{
  width: 100%;
  line-height: 50px;
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
}
.footxt p{
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 40px;
  font-size:20px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
}
.footxt p.ftp1{
  background: url('../images/1.png') no-repeat left center;
}
.footxt p.ftp2{
  background: url('../images/2.png') no-repeat left center;
}

.guanyu {
  width: 120px;
  height: 200px;
  position: absolute;
  left: 800px;
  top: 0;
  padding-top: 50px;
  box-sizing: border-box;
}
.guanyu p{
  padding:0;
}
.guanyu p a{
  color:#fff;
  font-size: 16px;
}
.guanyu p a:hover{
  font-weight: bold;
}
.copytxt{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(241,241,241,1);
text-align: center;
}
.codepic {
  width: 150px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 25px;
}
.codepic img{
  width: 100%;
  height: auto;
}
.codepic p{
  font-size:12px;
font-family:Source Han Sans CN;
font-weight:bold;
color:rgba(255,255,255,1);
text-align: center;
line-height: 20px;
}
.copytxt a{
  color: #fff;
}
.kefuwrap{
  width: 86px;
  height: 86px;
  position: fixed;
  right: 0;
  bottom: 35%;
  z-index: 22;
  /* transform: translateX(279px); */
  /* margin-right: -279px; */
}
.kefuwraps{
  width: 86px;
  height: 86px;
  float: left;
  margin-bottom: 1px;
}
.kefuwraps img{
  width: 86px;
  height: 86px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.kefu{
  float: left;
  width: 275px;
  height: auto;
  position: absolute;
  right: 86px;
  top: 87px;
  z-index: 22;
  display: none;
}



/* ////**/
.maxdiv1{
  width: 100%;
  height: auto;
  background: #f6f6f6;
}

.maxdiv2{
  width: 100%;
  height: auto;
  background: #fff;
}

.maxdiv4{
  width: 100%;
  height: auto;
  background: #fff;
}
.maxdiv5{
  width: 100%;
  height: auto;
  background: #3aa0e8;
}
.maxdiv8{
  width: 100%;
  height: auto;
  background: #64b5f6;

}
.btmtxt{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d6d8d7;
  color:#666;
  font-size: 14px;
}



.condiv{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.condiv img{
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.tabdiv{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
}
.tabdiv img{
  flex: 1;
  vertical-align: top;
  pointer-events: none;
}




.hezuo{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 66;
  display: none;
}
.showClass{
  display: block;
}
.hzbg{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 67;
}
.hezuo img{
  width: 400px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 68;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.jsbg{
  width: 100%;
  height: 294px;
  background: url(../images/pc/jisbg_01.jpg) no-repeat center top;
}
.jsdiv{
  width: 100%;
  height: 629px;
  background: url(../images/pc/jisbg_02.jpg) no-repeat center top;
  padding-top: 10px;
  box-sizing: border-box;
}

.jscondiv{
  width: 1200px;
  height: 500px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
.jleft{
  width: 40%;
  height: 460px;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
.jcenter{
  width: 20%;
  height: 460px;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.jcenter span{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 100px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  /* background: #ff7c47; */
  color:#fff;
  background: linear-gradient(to bottom, #ff7f47 0%, #ff5d43 100%);
}

.jright{
  width: 40%;
  height: 460px;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
.jritdiv{
  width: 100%;
  height: 420px;
  border-radius: 10px;
  background: radial-gradient(circle, #fffefe 80%, #ffeade 100%);
}
.jritdiv h3{
  width: 100%;
  height: 60px;
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
  font-size: 28px;
  color:#5b5b5b;
}
.jritdiv h3 span{
  background: #ffeee2;
  color:#ff5f22;
  font-size: 40px;
  height: 60px;
  padding: 10px;
  margin: 10px;
}

.txt2{
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.txt2div{
  width: 50%;
  height: auto;
  text-align: center;
  float: left;
}
.txt2div p{
  color:#5b5b5b;
  font-size: 20px;
  font-weight: bolder;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.txt2div span{
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  line-height: 40px;
  display: table;
  background: #ffeee2;
  color:#ff5f22;
  font-size: 28px;
}

.txt3{
  width: 100%;
  height: auto;
  padding: 0 15px;
  box-sizing: border-box;
  padding-top: 50px;
}
.txt3 p{
  color:#5b5b5b;
  line-height: 24px;

}
.txt3 p span{
  color:#ff5f22;
  font-size: 18px;
}


.jlul{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.jlul li{
  width: 100%;
  height: auto;
  padding-left: 100px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.jlul li .jlileft{
  width: 100px;
  height:40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.jlul li .jliright{
  width: 100%;
  height: auto;
}

.jlul li .jliright p{
  width: 100%;
  height: 42px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding-right: 60px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
}
.jlul li .jliright p input{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  text-indent: 10px;
  font-size: 16px;
}
.jlul li .jliright p span{
  width: 60px;
  height: 40px;
  position: absolute;
  right: 1px;
  top: 1px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  
}
.clearfix{
  clear: both;
}

.checkdiv{
  width: 100%;
  height: auto;
}
.checkdiv span{
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin: 5px;
  background: #f7f7f7;
  border-radius: 3px;
  cursor: pointer;
  color:#6d6d6d;
}
.checkdiv span.blue{
  background: #ff5f22;
  color:#fff;
}
.checkdiv2 span{
  width: 30%;
  margin: 0;
  margin-top: 5px;
  margin-right: 3.33%;
  margin-bottom: 5px;
}
.checkdiv3 span{
  width: 80px;
}




.pcdetail1{
  width: 100%;
  height: auto;
  background: #fff;
}
.pcdetaildiv{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.pcdetaildiv img{
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.pcdetail2{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pcdetaildiv2{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.pcdetaildiv2 img{
  width: 50%;
  height: auto;
  float: left;
  vertical-align: top;
  pointer-events: none;
}

.pcdetail3{
  width: 100%;
  height: auto;
  background: #3aa0e8;
}


.zixun{
  width: 100%;
  height: auto;
  display: table;
  text-align: center;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.zixun img{
  cursor: pointer;
}