body{font:12px/1.8 \5FAE\8F6F\96C5\9ED1,Arial,\5b8b\4f53; background-color:#fff;color:#333333;}
body,ul,li,dl,dt,dd,table,td,th,form,input,h1,h2,h3,h4,h5,h6,p,img,em,b,label,textarea,ol,p{margin:0;padding:0;}
section,article,aside,header,footer,nav,dialog,figure{display:block;}figure{margin:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
ul,li{list-style:none;}
i{font-style:normal;}
u{text-decoration:none;}
em{font-style:normal;}
dfn,i,u,em,b{font-style:normal;font-weight:100;}
img{border:none;/*display:block;*/ vertical-align:middle;}
a{ text-decoration:none;color:#333333;}
/*浮动/清除浮动*/
.fl{float:left;} 
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html .clearfix{height:1%}
*+html .clearfix{min-height:1%}
input{-webkit-appearance:none; border-radius:0;outline: none;}
.main{
  width: 1280px;
  margin: 0 auto;
}
.newMain{
  width: 1150px;
  margin: 0 auto;
}
.dp_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.flex {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.downApp{
  position: relative;
}
.pstTop{
  position: absolute;
}
.qccTopDown{
  position: relative;
  background: #ffffff;
  padding: 10px;
}
.qccTopDown:before{
  position: absolute;
  content: '';
  right: -15px;
  top: 50%;
  margin-top: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.bnr{
  background: url("../images/banner.jpg") no-repeat center;
  height: 600px;
  padding-top: 20px;
}
.hdr{
  padding: 30px 0;
  transition: all .3s ease;
  display: block;
  box-shadow: 0 4px 18px 0 rgba(0,54,128,0.05);
}
.hdr1{
  background: #ffffff;
  box-shadow: 0 4px 18px 0 rgba(0,54,128,0.28);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .3s ease;
  z-index: 111;
}
.logo{
  background: url("../images/logo.png") no-repeat;
  width: 231px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  min-width: 231px;
  max-width: 231px;
}
.nav li a{
  font-size: 16px;
  color: #000000;
  margin-left: 75px;
}
.nav .active a{
  color: #1977f3;
}
.language{
  position: relative;
}
.lgList{
  position: absolute;
  background: #ffffff;
  padding: 20px;
  width: 370px;
  border: 1px solid #dddddd;
  left: -20px;
  top: 30px;
}
.lgList span{
  display: inline-block;
  width: 183px;
  margin-bottom: 10px;
  cursor: pointer;
}
.lgList span img{
  margin-right: 5px;
}
.login{
  width: 99px;
  height: 32px;
  line-break: 32px;
  border: 0;
  border-radius: 6px;
  background: #1977f3;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-left: 70px;
}
.banner{
  width: 100%;
  height: 520px;
}
.pattern{
  padding: 50px 0 80px;
}
.idxTit{
  font-size: 38px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 80px;
}

.ptn_ul{
  margin-top: 30px;
}
.ptn_ul li{
  background: #ffffff;
  border-radius: 10px;
  margin-right: 20px;
  text-align: center;
  padding: 10px 0 20px;
  transition: all .3s ease;
}
.ptn_ul li:last-child{
  margin-right: 0;
}
.ptn_ul li p{
  height: 60px;
  line-height: 60px;
}
.ptn_ul li label{
  font-size: 40px;
  color: #0670ff;
  display: inline-block;
}
.ptn_ul li em{
  color: #0670ff;
  font-weight: 400;
  display: inline-block;
}
.ptn_ul li .ftSz38{
  font-size: 38px;
}
.ptn_ul li .ftSz40{
  font-size: 40px;
}
.ptn_ul li span{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #656565;
}
.ptn_ul li:hover{
  box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
  transform: translateY(-10px);
  transition: all .3s ease;
}
.platform{
  padding: 60px 0 70px;
  background: #f5f7f9;
  overflow: hidden;
}
.languagesList_ul li{
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 50px;
}
.languagesList_ul li p{
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  margin-top: 40px;
}
.contrast{
  padding: 60px 0 90px;
}
.cttCont{
  position: relative;
  margin-top: 50px;
}
.data_ul{
  justify-content: space-between;
}
.data_ul li{
  border: 1px solid #dedede;
  border-radius: 20px;
  padding-bottom: 30px;
}
.data_ul li .dataLg{
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 20px;
}
.data_ul li .dataName{
  font-size: 28px;
  color: #000000;
  margin-left: 30px;
}
.data_ul li .dataText{
  font-size: 16px;
  color: #000000;
  margin-left: 30px;
  margin-top: 5px;
}
.service{
  padding: 60px 0 0;
  background: #f5f7f9;
  overflow: hidden;
}
.sevList_ul li{
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 100px;
}
.sevList_ul li p{
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  margin-top: 40px;
}
.cooperation{
  padding: 30px 0 130px;
  overflow: hidden;
}
.cooTxt{
  font-size: 38px;
  color: #363636;
  font-weight: bold;
  text-align: center;
}
.cooperation span{
  font-size: 20px;
  color: #5a5a5a;
  display: block;
  text-align: center;
}
.cooList{
  margin-top: 60px;
}
.cooList_ul li{
  float: left;
  width: 320px;
}
.footer{
  background: #1d2531;
}
.ftrList{
  margin-left: 70px;
}
.ftrList li a{
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}
.footerList{
  align-items: flex-start;
  justify-content: flex-end;
}
.ftrList .ftrListTit{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}
.ftrCont{
  padding: 60px 0 80px;
  border-bottom: 1px solid #333b45;
}
.qyWx{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-right: 60px;
}
.gzh{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.ftrName{
  margin-top: 20px;
}
.ftrTip{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0 30px;
}
.ftrBtnlist{
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-right: 60px;
}
.ftrBtnlist p{
  width: 98px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #0670ff;
  border-radius: 5px;
  text-align: center;
  color: #0670ff;
  margin-bottom: 40px;
  cursor: pointer;
}
.ftrBtnlist p:hover{
  background: #0670ff;
  color: #ffffff;
}

/*列表页*/
.list{
  padding-bottom: 60px;
}
.listNav{
 padding: 50px 0 30px;
}
.listNav_dl{
  align-items: baseline;
  -webkit-align-items: baseline;
}
.listNav_dl dd{
  font-size: 18px;
  color: #828282;
  width: 82px;
  min-width: 82px;
  max-width: 82px;
  margin-right: 20px;
  text-align: center;
}
.listNav_dl .wth40{
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  cursor: pointer;
  margin-right: 30px;
}
.listNav_dl .active{
  background: #1977f3;
  color: #ffffff;
  border-radius: 6px;
}
.listNav_dl dt span{
  display: inline-block;
  font-size: 16px;
  color: #000000;
  margin-right: 30px;
  margin-bottom: 25px;
  cursor: pointer;
}
.listNav_dl dt .active{
  color: #ffffff;
  padding: 0 10px;
}
.listCont{
  flex-flow: row wrap;
}
.listCont_dl{
  width: 280px;
  margin-bottom: 20px;
  min-width: 280px;
  max-width: 280px;
  margin-right: 10px;
}
.listCont a:nth-child(4n) .listCont_dl {
  margin-right: 0;
}
.listCont_dl dd{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.listCont_dl dt{
  border: 1px solid #e8e8e8;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px;
}
.listContName{
  font-size: 20px;
  color: #000000;
}
.listContFormat{
  font-size: 18px;
  color: #828282;
  margin: 5px 0;
}
.listContLabel span{
  background: #f5f7f9;
  display: inline-block;
  color: #979797;
  font-size: 17px;
  padding: 0 5px;
  border-radius: 4px;
  margin-right: 7px;
}
.listContLabel span:last-child{
  margin-right: 0;
}
.page{
  text-align: right;
  margin-top: 30px;
}
.page a{
  background: #f7f7f7;
  display: inline-block;
  border: 1px solid #dddddd;
  font-size: 16px;
  color: #333333;
  padding: 0 13px;
  height: 36px;
  line-height: 36px;
}
.page .noBg{
  background: #ffffff;
  color: #e3d6cc;
}
.page .active{
  border: none;
  background: #ffffff;
}
.page .noBrBg{
  border: none;
  background: #ffffff;
  color: #e3d6cc;
}
.page input{
  border: 1px solid #dddddd;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  margin: 0 5px;
}
.page span{
  font-size: 14px;
  display: inline-block;
  color: #666666;
}
.page .nextPage{
  margin-right: 10px;
}
.page .pageBtn{
  margin-left: 10px;
}

/*详情页*/
.info{
  background: url("../images/infoBg.png") no-repeat top center;
  padding-bottom: 40px;
}
.infoCont h4{
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  padding: 60px 0 50px;
}
.crumbs{
  color: #ffffff;
  font-size: 16px;
}
.crumbs a{
  color: #ffffff;
}
.introduce{
  /* background: #ffffff; */
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 0 10px 0 rgba(23,42,135,0.05);
}
.introduce img{
  border-radius: 10px;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  margin-right: 40px;
}
.intText h5{
  font-size: 30px;
  color: #000000;
}
.intText p{
  font-size: 16px;
  color: #5a5a5a;
  margin: 40px 0 60px;
  line-height: 40px;
}
.intText input{
  width: 100%;
  height: 66px;
  line-height: 66px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 7px;
  background: #ff8a00;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.descTit{
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin: 50px 0 30px;

}
.descList{
  padding: 0 20px;
}
.descList_ul li{
  margin-bottom: 35px;
}
.descList_ul li label{
  font-size: 18px;
  color: #b4b4b4;
  display: inline-block;
}
.descList_ul li span{
  display: inline-block;
  font-size: 18px;
  color: #333333;
  margin-left: 20px;
}
.exhList_ul li{
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 40px;
  box-shadow: 0 0 10px 1px rgba(23,42,135,0.05);
  border-radius: 20px;
  margin-bottom: 30px;
}
.exhList_ul li .start{
  background: url("../images/start.png") no-repeat;
  width: 49px;
  height: 49px;
  display: block;
  min-width: 49px;
  max-width: 49px;
  margin-right: 40px;
  cursor: pointer;
  margin-top:38px;
}
.exhList_ul li .stop{
  background: url("../images/stop.png") no-repeat;
  width: 49px;
  height: 49px;
  display: block;
  min-width: 49px;
  max-width: 49px;
  margin-right: 40px;
  cursor: pointer;
}
.exhInfo p{
  font-size: 20px;
  color: #5a5a5a;
  margin-top: 30px;
}
.exhTime{
  font-size: 22px;
  color: #1d74f5;
  display: block;
  margin-left: 40px;
  margin-top: 38px;
}
.exhMore{
  text-align: center;
  margin-top: 15px;
}
.exhMore p{
  width: 548px;
  height: 64px;
  line-height: 64px;
  border: 1px solid #1d74f5;
  color: #1d74f5;
  font-size: 20px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
/*关于我们*/
.aboutBnr{
  background: url("../images/aboutBnr.png") no-repeat center;
  height: 440px;
}
.aboutCont{
  padding: 90px 0 130px;
}
.aboutCont h4{
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
}
.aboutCont p{
  font-size: 18px;
  color: #828282;
  line-height: 60px;
}

.pop{
  position: fixed;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.7);
  z-index: 99;
  top: 0;
  left: 0;
}
.popSer{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.popSerBg{
  background: #ffffff;
  width: 420px;
  border-radius: 10px;
}
.popTop{
  background: #1977f3;
  padding: 40px 0;
  text-align: center;
  position: relative;
  border-radius: 10px 10px 0 0;
  
}
.popTop p{
  font-size: 32px;
  color: #ffffff;
}
.popTop span{
  font-size: 22px;
  color: #ffffff;
}
.popTop i{
  background:url(../images/icon_colse.png) no-repeat;
  width: 37px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0px;
}
.popCode{
  text-align: center;
  padding: 20px 0;
}








