body{

}
.enter{
    position: relative;
    width: 100%;
    line-height: 0;
}
.enter img{
    width: 100%;
    height: 100%;
}
.main{
  position: relative;
  width: 100%;
  min-width: 1200px;
}
.navBox{
  margin: 0 auto;
  width: 100%;
  background-color: #0b35bb;
}
.navList{
  margin: 0 auto;
  padding: 15px 0;
  width: 1200px;
  display: -webkit-flex; /* Safari */
  display: -moz-flex;
  display: flex;
  justify-content: space-around;
}
.navList .tab{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 56px;
  color: #ffffff;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  border: #0b35bb 2px solid;
}
.navList .tab.on{
  font-weight: bold;
  border: #3bc6e9 2px solid;
  border-radius: 56px;
  background: linear-gradient(to right,#0128af, #1b62db);
}
.navList .tab:hover{
  font-weight: bold;
  border: #3bc6e9 2px solid;
  border-radius: 56px;
  background: linear-gradient(to right,#0128af, #1b62db);
}
.banner{
  position: relative;
  width: 100%;
}
.banner img{
  width: 100%;
  height: auto;
}
.content{
  position: relative;
  margin: 50px auto 100px;
  width: 1200px;
}
.content .title{
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
}
.content .title span{
  padding-right: 8px;
  flex-shrink: 0;
  color: #008cd4;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: #008cd4 2px solid;
}
.content .title::after{
  content:"";
  flex-grow: 1;
  background: url("../images/title_1.png") left bottom no-repeat;
}
.content .image{
  position: relative;
  margin: 30px auto;
  line-height: 0;
  text-align: center;
}
.content h1{
  position: relative;
  margin: 25px 0 15px;
  padding: 0 20px;
  width: 900px;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  border-radius: 44px;
  background: linear-gradient(to right, #008cd4, #fff);
}
.content .txt_1{
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}
.content .txt_1 b{
  color: #008cd4;
}
.content .txt_1 span{
  font-weight: bold;
}
.content .txt_1 .link{
  color: #008cd4;
}
.content .tips{
  margin: 60px auto 30px;
  width: 349px;
  color: #020001;
  font-size: 24px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  background: url("../images/tips_1.png") no-repeat;
}
.content p.noIndent{
  text-indent: 0;
}
.cityList{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.cityNav{
  padding: 36px 22px;
  width: 329px;
  height: 612px;
  background: url("../images/bgSub.png") no-repeat;
}
.cityNav .item{
  margin-bottom: 8px;
  color: #0b184c;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  border-radius: 52px;
  cursor: pointer;
  background: #fff;
}
.cityNav .item.on{
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #44d5ff , #21a3e8);
}
.cityBox{
  width: 820px;
}
.citySlick .item{
  margin: 0 5px;
}
.citySlick .item img{
  width: 100%;
  height: auto;
}
.cityNews p{
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}
.cityNews p strong{
  color: #008cd4;
}
.videoBox{
  position: relative;
  margin: 10px auto;
  line-height: 0;
}
.videoBox video{
  background: #000;
}
.videoBox_1{
  margin: 10px auto;
  padding: 15px;
  width: 810px;
  height: 361px;
  background: url("../images/bgVideo_1.png") no-repeat;
}
.videoBox_2{
  padding: 16px;
  width: 810px;
  height: 431px;
  background: url("../images/bgVideo_2.png") no-repeat;
}
.videoTitle{
  margin-bottom: 30px;
  padding-bottom: 12px;
  color: #008cd4;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background: url("../images/title_2.png") bottom center no-repeat;
}
.productList{
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.productList .item{
  margin: 0 15px 20px;
  padding: 8px 25px;
  width: 200px;
  height: 240px;
  border-radius: 30px;
  background-color: #edf4f7;
}
.productList .icon{
  text-align: center;
  line-height: 0;
}
.productList .text{
  padding: 12px 0 24px;
  color: #072480;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.productList .buttonDetail{
  margin: 0 auto;
  width: 138px;
  cursor: pointer;
}
.productList .buttonDetail:hover{
  background: url("../images/buttonDetail_1.png");
}
.productList .buttonDetail:hover img{
  opacity: 0;
}
.productLayer{
  display: none;
  position: fixed;
  left: 50%;
  top: 53%;
  margin-left: -504px;
  margin-top: -285px;
  padding: 50px;
  width: 1008px;
  height: 570px;
  background: url("../images/bgLayer.png") no-repeat;
  z-index: 210;
}
.productLayer .close{
  position: absolute;
  top: -40px;
  right: 25px;
  cursor: pointer;
}
.productLayer .title{
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
}
.productLayer .title span{
  padding-right: 8px;
  flex-shrink: 0;
  color: #008cd4;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: #008cd4 2px solid;
}
.productLayer .title::after{
  content:"";
  flex-grow: 1;
  background: url("../images/title_1.png") left bottom no-repeat;
}
.productContent{
  width: 910px;
  height: 400px;
  overflow: auto;
}
.productContent p{
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}
.policyNav{
  margin: 30px auto 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.policyNav .item{
  padding: 20px 10px;
  width: 186px;
  height: 246px;
  cursor: pointer;
  background: url("../images/item_1.png") no-repeat;
}
.policyNav .item.on{
  background: url("../images/item_2.png") no-repeat;
}
.policyNav .icon{
  margin: 28px auto 60px;
  text-align: center;
  line-height: 0;
}
.policyNav .text{
  color: #072480;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}
.code{
  margin: 10px 0 30px;
}
.companyList{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.companyNav{
  width: 330px;
}
.companyNav .item{
  padding: 12px 26px 8px;
  width: 330px;
  height: 70px;
  color: #072480;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/tips_1.png") no-repeat;
}
.companyNav .item.on{
  color: #fff;
  background: url("../images/tips_2.png") no-repeat;
}
.companyBox{
  width: 820px;
}
.companyNews p{
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}
.clear{
  clear: both;
}
.footer{
  position: relative;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  background-color: #0b35bb;
}
.footer a{
  color: #fff;
}
.blackLayer{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0,0,0,0.6);
}