
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 20px;
}

.banner .swiper-pagination-bullet{
  opacity: 1;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    box-sizing: content-box;
    position: relative;
}
.banner .swiper-pagination-bullet-active{
    
}
.banner .swiper-pagination-bullet:before{
  background: #003c81;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
}
.banner .swiper-pagination-bullet-active:before{
  width: 100%;
  transition:3s all linear;
}
.banner .img{
  height: 625px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
  content:"";
  display: none;
}
.banner .swiper-button-prev{
  width: 46px;
  height: 46px;
  background: url(../../images/new/banner_prev.png) no-repeat center;
}
.banner .swiper-button-next{
  width: 46px;
  height: 46px;
  background: url(../../images/new/banner_next.png) no-repeat center;
}*/
.banner .font{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0,-50%);
  margin-left: -800px;
}
.banner .font .p1{
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  transform: translate(0,30px);
  transition: 1s;
  transition-delay: 0.1s;
  opacity: 0;
}
.banner .font .p2{
  font-size: 20px;
  color: #333;
  margin-bottom: 40px;
  transform: translate(0,30px);
  transition: 1s;
  transition-delay: 0.2s;
  opacity: 0;
}
.banner .font .btn{
  width: 138px;
  line-height: 48px;
  border: 1px solid #333;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  transform: translate(0,30px);
  transition: 1s;
  transition-delay: 0.3s;
  opacity: 0;
}
.banner .swiper-slide-active .font .p1{
  transform: translate(0,0);
  opacity: 1;
}
.banner .swiper-slide-active .font .p2{
  transform: translate(0,0);
  opacity: 1;
}
.banner .swiper-slide-active .font .btn{
  transform: translate(0,0);
  opacity: 1;
}
.in_part1 li{
  width: 385px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-right: 20px;
  float: left;
  background: #fff;
  text-align: center;
}
.in_part1 li:nth-of-type(4n){
  margin-right: 0;
}
.in_part1 li .p1{
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.in_part1 li .p2{
  line-height: 21px;
}
.in_part1 li .btn{
  line-height: 38px;
  border: 1px solid #333;
  margin: 25px auto 0;
  border-radius: 40px;
  text-align: center;
}
.in_part1 li .btn:hover{
  color: #003c81;
  border: 1px solid #003c81;
}
.saas_part3 .main li:hover,
.in_part1 li:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.in_part2 .top{
  background: url(../../images/new/in_part2.png) no-repeat center;
  background-size: cover;
}
.p_white p{
  color: #fff !important;
}
.in_part2 .top .main li{
  width: 33.33333%;
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
}
.in_part2 .top .main li:after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
  margin-top: -30px;
}
.in_part2 .top .main li:first-child:after{
  display: none;
}
.in_part2 .top .main li .p1{
  font-size: 48px;
}
.in_part2 .top .main li .p2{
  font-size: 16px;
  margin-top: 10px;
}
.in_part2 .top .main{
  margin-bottom: 75px;
}
.in_part2 .list li{
  width: 250px;
  float: left;
  height: 150px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.in_part2 .list li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in_part2 .list li:nth-of-type(6n){
  margin-right: 0;
}
.in_part2 .list li:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.in_part2 p{
  text-align: center;
}
.in_part2 .more{
  margin-top: 50px;
  text-align: center;
  color: #333;
  display: inline-block;
  font-size: 16px;
}
.in_part2 .more span{
  transition: 0.3s all;
  padding-right: 20px;
  background: url(../../images/new/in_part2_dot1.png) no-repeat right;
}
.in_part2 .more:hover span{
  text-decoration: underline;
  padding-right: 30px;
  background: url(../../images/new/in_part2_dot2.png) no-repeat right;
}
.in_part2 .more:hover{
  color: #003c81;
}
.in_part3{
  height: 600px;
  position:relative;
}
.in_part3 .bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.in_part3 .tab{
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.in_part3 .tab a {
  color: #fff;
  margin: 0 40px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.in_part3 .tab a:hover,
.in_part3 .tab a.active{
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.in_part3 .main1 .img{
  height: 50px;
  margin-bottom: 25px;
}
.in_part3 .main1 .img img{
  height: 100%;
}
.in_part3 .main1 li{
  background: #fff;
  border-radius: 8px;
  width: 520px;
  margin-right: 20px;
  padding: 50px;
  box-sizing: border-box;
  float: left;
}
.in_part3 .main1 li:nth-of-type(3n){
  margin-right: 0;
}
.in_part3 .main1 li .p1{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.in_part3 .main1 li .p2{
  margin-bottom: 25px;
}
.in_part3 .main1 li .all_btn{
  margin-left: 0;
}
.in_part3 .main2{
  padding-bottom: 50px;
  border-radius: 8px;
  background: #fff;
}
.in_part3 .main2 .all_btn{
  display: block;
  width: 86px;
}
.in_part3 .main2 ul{
  padding: 60px 0 30px;
}
.in_part3 .main2 li{
  text-align: center;
  width: calc( 100% / 6 );
  float: left;
  position: relative;
}
.in_part3 .main2 li .p1{
  font-size: 30px;
  margin-bottom: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  margin: 0 auto 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  border-radius: 50%;
  color: #333;
}
.in_part3 .main2 li .p2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.in_part3 .main2 li .p3{
  font-size: 16px;
}
.in_part3 .main2 li:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 1px;
  height: 30px;
  background: #666;
}
.in_part3_show{
  width: 1330px;
  position: fixed;
  left: 50%;
  z-index: 9;
  display: none;
  background: #fff;
  height: 90vh;
  transform: translate(-50%,-50%);
  top: 50%;
}
.in_part3_show .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.in_part3_show img{
  max-width: 96%;
  max-height: 96%;
}
.in_part3_show .close{
  position: absolute;
  right: 0;
  cursor: pointer;
  top:0;
  width: 50px;
  height: 50px;
  background: url(../../images/new/close1.png) no-repeat center;
}
.in_part3_mask{
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 8;
}







.in_part4 .main{
  margin-top: 40px;
}
.in_part4 .main input{
  float: left;
  line-height: 50px;
  text-indent: 10px;
  width: 385px;
  border-radius: 8px;
  margin-right: 20px;
  background: #fff;
}
.in_part4 .main input:focus{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.in_part4 .main .input1{
  width: 520px;
}
.in_part4 .main .btn{
  color: #fff;
  width: 250px;
  float: right;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  background: #fff;
  color: #333;
}
.in_part4 .main .btn:hover{
  color: #fff;
  background: #003c81;
}
.in_part3 .main{
  display: none;
}
.page_website_part1 .main li{
  background: #fff;
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-right: 20px;
  justify-content: space-between;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  width: 790px;
}
.page_website_part1 .main li:nth-of-type(2n){
  margin-right: 0;
}
.page_website_part1 .main li .font{
  width: 580px;
}
.page_website_part1 .main li .p1{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}
.page_website_part1 .main li .p2{
  font-size: 16px;
  height: 96px;
  line-height: 32px;
}

.page_website_part1 .main li .img{
  width: 108px;
}
.page_website_part2{
  background: url(../../images/new/page_website_part2_bg.png) no-repeat center;
  background-size: cover;
}
.page_website_part2 .main li{
  width: 520px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: rgb(255,255,255,0.3);
  padding: 50px 30px;
  float: left;
}
.page_website_part2 .main li:nth-of-type(3n){
  margin-right: 0;
}
.page_website_part2 .main li .p1{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.page_website_part2 .main li .p2{
  font-size: 16px;
  line-height: 24px;
}
.page_website_part3 .main{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_website_part3 .main .img{
  width: 670px;
  padding-left: 60px;
}
.page_website_part3 .main .font{
  width: 760px;
}
.page_website_part3 .main .font dd{
  display: flex;
  margin-bottom: 50px;
}
.page_website_part3 .main .font dd:last-child{
  margin-bottom: 0;
}
.page_website_part3 .main .font em{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #003c81;
  border-radius: 50px;
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
}
.page_website_part3 .main .font span{
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  color: #333;
  display: block;
}
.page_website_part3 .main .font i{
  display: block;
}
.dingzhi{
  
}
.dingzhi_part1 .gallery-top .swiper-slide{
  height: 640px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.dingzhi_part1 .gallery-top .font{
  width: 520px;
  padding-left: 130px;
  color: #fff;
}
.dingzhi_part1 .gallery-top .font .p1{
  font-size: 24px;
  font-weight: bold;
}
.dingzhi_part1 .gallery-top .font .p2{
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
}
.dingzhi_part1 .gallery-thumbs{
  margin-bottom: 20px;
  line-height: 40px;
  width: 780px;
  font-size: 18px;
  text-align: center;
  color: #333;
}
.dingzhi_part1 .gallery-thumbs .swiper-slide-thumb-active{
  color: #003c81;
  font-weight: bold;
}
.dingzhi_part1 .gallery-thumbs a{
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.dingzhi_part1 .gallery-thumbs .swiper-slide-thumb-active a{
  border-bottom: 2px solid #003c81;
}
.dingzhi_part1 .swiper-button-prev:after,
.dingzhi_part1 .swiper-button-next:after{
  content:"";
  display: none;
}
.dingzhi_part1 .swiper-button-prev{
  width: 50px;
  height: 50px;
  left: 10%;
  border-radius: 50%;
  background: url(../../images/new/btn_left1.png) no-repeat center #fff;
}
.dingzhi_part1 .swiper-button-prev:hover{
  background: url(../../images/new/btn_left1q.png) no-repeat center #fff;
}
.dingzhi_part1 .swiper-button-next{
  width: 50px;
  height: 50px;
  right: 10%;
  border-radius: 50%;
  background: url(../../images/new/btn_right1.png) no-repeat center #fff;
}
.dingzhi_part1 .swiper-button-next:hover{
  background: url(../../images/new/btn_right1q.png) no-repeat center #fff;
}
.dingzhi_part1 .gallery-top .swiper-slide{
  opacity: 0.5;
}
.dingzhi_part1 .gallery-top .swiper-slide .font{
  opacity: 1;
}
.dingzhi_part1 .gallery-top .swiper-slide-active,
.dingzhi_part1 .gallery-top .swiper-slide-active .font{
  opacity: 1;
}
.dingzhi_part2{
  background: url(../../images/new/dingzhi_part2.png) no-repeat center #f4f4f4;
  background-size: cover;
}
.dingzhi_part2 .main li{
  margin-bottom: 20px;
  width: 520px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  float: left;
  margin-right: 20px;
  padding: 50px 35px;
  box-sizing: border-box;
}
.dingzhi_part2 .main li:nth-of-type(3n){
  margin-right: 0;
}
.dingzhi_part2 .main li:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.dingzhi_part2 .main li .p1{
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.dingzhi_part2 .main li .p2{
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  height: 48px;
  overflow: hidden;
}
.dingzhi_part3 .main{
  font-size: 0;
  text-align: center;
}
.dingzhi_part3 .main li{
  text-align: center;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.dingzhi_part3 .main li .p1{
  width: 60px;
  margin: 0 auto;
  background: #003c81;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
.dingzhi_part3 .main li:nth-of-type(1) .p1{
  opacity: 0.4;
}
.dingzhi_part3 .main li:nth-of-type(2) .p1{
  opacity: 0.55;
}
.dingzhi_part3 .main li:nth-of-type(3) .p1{
  opacity: 0.7;
}
.dingzhi_part3 .main li:nth-of-type(4) .p1{
  opacity: 0.85;
}
.dingzhi_part3 .main li:nth-of-type(5) .p1{
  opacity: 1;
}
.dingzhi_part3 .main li .p2{
  font-size: 20px;
  color: #333;
  margin-top: 30px;
}
.dingzhi_part3 .main li:after{
  content: "";
  width: 17px;
  height: 28px;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -14px;
  background: url(../../images/new/dingzhi_part3.png) no-repeat center;
}
.dingzhi_part3 .main li:first-child:after{
  display: none;
}
.dingzhi_part4 .main{

}
.dingzhi_part4 .main li{
  width: 520px;
  float: left;
  background: #fff;
  border-radius: 8px;
  padding: 30px 40px 30px 30px;
  box-sizing: border-box;
  margin-right: 20px;
}
.dingzhi_part4 .main li:nth-of-type(3n){
  margin-right: 0;
}
.dingzhi_part4 .main li .p1{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-top: 30px;
}
.dingzhi_part4 .main li .p2{
  font-size: 16px;
  line-height: 24px;
  height: 96px;
}
.ddxcx_part4 .main li .p2{
  height: 96px;
}
.dingzhi_part4 .main li:hover{

  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.inside_part2{
  height: 584px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.inside_part2 .contain{
  height: 100%;
  display: flex;
  align-items: center;
}
.inside_part2 .font{
  width: 680px;
}
.inside_part2 .p1{
  margin-bottom: 40px;
}
.inside_part2 .p2{
  margin-bottom: 20px;
}
.inside_part2 .p3{
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 36px;
}
.ddxcx_part4 .main li{
  width: 385px;
}
.ddxcx_part1{
  background: url(../../images/new/ddxdd_part2.png) no-repeat center;
  background-size: cover;
}
.solution_part1 .main li{
  width: 385px;
  float: left;
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 8px;
  margin-right: 20px;
}
.solution_part1 .main li:nth-of-type(4n){
  margin-right: 0;
}
.solution_part1 .main li .p1{
  line-height: 180px;
  position: relative;
  z-index: 2;
}
.solution_part1 .main li .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index:1;
  opacity: 0;
  transition: 0.3s all;
}
.solution_part1 .main li:hover .p1{
  color: #fff;
}
.solution_part1 .main li:hover .bg{
  opacity: 1;
}

.solution_part2 .font{
  width: 740px;
  padding: 50px;
  border-radius: 8px;
  box-sizing: border-box;
  background: rgba(245,245,245,0.5);
}
.solution_part2 .font .p1{
  color: #003c81;
  margin-bottom: 40px;
}
.solution_part2 .font dd{
  padding-left: 40px;
}
.solution_part2 .font .p2{
  margin-bottom: 15px;
}
.solution_part2 .font .p3{
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  margin-bottom: 25px;
}
.solution_part2 .main{
  position: relative;
}
.solution_part2 .font1 dd{
  background: url(../../images/new/solution_part2_1.png) no-repeat 0px 4px;
}
.solution_part2 .font2 dd{
  background: url(../../images/new/solution_part2_2.png) no-repeat 0px 4px;
}
.solution_part2 .main .img{
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-shadow: 0 0 30px 10px rgba(0,60,129,0.3);
  transform:translate(-50%,-50%);
}
.solution_part3 .font img{

}
.solution_part3 .font{
  padding: 50px 160px 50px 50px;
  display: flex;
  width: 810px;
  align-items: center;
  height: 460px;
  box-sizing: border-box;
}
.solution_part3 .content{
  background: #fff;
  border-radius: 8px;
}
.solution_part3 .font .p1{
  margin: 40px 0 20px;
}
.solution_part3 .font .p2{
  font-size: 16px;
  line-height: 32px;
}
.solution_part3 .tab{
  text-align: center;
  margin-bottom: 20px;
}
.solution_part3 .tab a{
  font-size: 18px;
  display: inline-block;
  margin: 0 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.solution_part3 .tab a:hover,
.solution_part3 .tab a.active{
  color: #003c81;
  font-weight: bold;
  border-bottom: 2px solid #003c81;
}

.solution_part3 ul{
  margin-top: 50px;
}
.solution_part3 ul li{
  float: left;
  width: 520px;
  margin-right: 20px;
}
.solution_part3 ul li:last-child{
  margin-right: 0;
}
.solution_part3 .dd{
  background: #fff;
  position: relative;
  border-radius: 8px;
  padding: 30px;
}
.solution_part3 .dd .p1{
  margin-bottom: 20px;
}
.solution_part3 .dd .p2{
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}
.solution_part3 .dd:first-child{
  margin-bottom: 20px;
}
.solution_part3 .dd:first-child:after{
  position: absolute;
  left: 50%;
  width: 30px;
  height: 41px;
  margin-left: -15px;
  bottom: -41px;
  z-index: 2;
  content: "";
  background: url(../../images/new/solution_part3_3.png) no-repeat center;
}
.inside_part3{
  height: 350px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top_fixed{
  text-align: center;
  background: #fff;
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
}
.top_fixed.fixed{
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  padding-top: 0;
  z-index: 3;

}
.top_fixed a{
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin: 0 40px;
  font-size: 18px;
  color: #333;
  border-bottom: 2px solid transparent;
}
.top_fixed a:hover,
.top_fixed a.active{
  font-weight: bold;
  color: #003c81;
  border-bottom: 2px solid #003c81;
}
.technical_service_part_1 .main li{
  margin-right: 20px;
  width: 300px;
  float: left;
  box-sizing: border-box;
  padding: 50px 30px;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}
.technical_service_part_1 .main li:nth-of-type(6n){
  margin-right: 0;
}

.technical_service_part_1 .main li .p1{
  margin: 30px 0 15px;
}
.technical_service_part_2{
  background: url(../../images/new/technical_service_part_2.png) no-repeat center;
  background-size: cover;
}
.technical_service_part_2 .main li{
  margin-right: 20px;
  margin-bottom: 60px;
  border-radius: 8px;
  width: 520px;
  text-align: center;
  float: left;
  background: #fff;
}
.technical_service_part_2 .main{
  margin-bottom: -60px;
  padding-top: 40px;
}
.technical_service_part_2 .main li .p1{
  width: 80px;
  line-height: 80px;
  margin: -40px auto 25px;
  text-align: center;
  color: #003c81;
  font-size: 42px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  border-radius: 50%;
}
.technical_service_part_2 .main li:nth-of-type(3n){
  margin-right: 0;
}
.technical_service_part_2 .main li .p3{
  height: 48px;
  margin-top: 15px;
  padding-bottom: 20px;
}
.technical_service_part_3 .main{
  font-size: 0;
  margin-bottom: -20px;
  text-align: center;
}
.technical_service_part_3 .main li{
  display: inline-block;
  width: 520px;
  margin-right: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 45px 0;
  margin-bottom: 20px;
}
.technical_service_part_3 .main li:nth-of-type(3n){
  margin-right: 0;
}
.technical_service_part_3 .main li .p1{
  line-height: 48px;
}
.about_us_part_1 .main li{
  width: 385px;
  margin-right: 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 40px;
  float: left;
  box-sizing: border-box;
  padding: 50px 30px;
  text-align: center;
}
.about_us_part_1 .main li:nth-of-type(4n){
  margin-right: 0;
}
.about_us_part_1 .main li .p1{
  margin: 30px 0 15px;
}
.about_us_part_2{
  background: url(../../images/new/about_us_part_2_1.png) no-repeat center;
  background-size: cover;
}
.about_us_part_2 .main{
  margin-top: 40px;
}
.about_us_part_2 .font .p1{
  color: #fff;
  margin-bottom: 10px;
}
.about_us_part_2 .font .p2{
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.about_us_part_2 .img{
  width: 976px;
}
.about_us_part_2 .img .slide{
  position: relative;
  transform: scale(0.9);
  transition: 0.3s all;
  opacity: 0;
}
.about_us_part_2 .img .swiper-slide-active,
.about_us_part_2 .img .swiper-slide-prev,
.about_us_part_2 .img .swiper-slide-next{
  opacity: 1;
}
.about_us_part_2 .img .swiper-slide-active{
  transform: scale(1);
  z-index: 2;
  margin-top: 50px;
}
.about_us_part_2{
  padding-bottom: 0;
}
.about_us_part_2 .swiper-container{
  height: 624px;
}
.about_us_part_2 .img .slide .img img{
  max-width: 95%;
  height: 225px;
  display: block;
  margin: 0 auto;
}
.about_us_part_2 .img .slide>img{
  width: 100%;
}
.about_us_part_2 .img .slide .img{
  width: 100%;
  text-align: center;
  margin-bottom: -25px;
  position: relative;
}
/*.about_us_part_2 .zhuzi{
  width: 405px;
  height: 507px;
  background: url(../../images/new/about_us_part_2_3.png) no-repeat center;
}*/
.about_us_part_3 .flex{
  display: flex;
  justify-content: space-between;
}
.about_us_part_3 .font{
  background: #fff;
  padding: 40px 30px;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
}
.about_us_part_3 .font .p2{
  line-height: 32px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.about_us_part_3 .left{
  width: 1060px;
}
.about_us_part_3 .font3{
  width: 515px;
}
.about_us_part_3 .font1{
  width: 520px;
}
.about_us_part_3 .font2{
  width: 100%;
  margin-top: 20px;
}
.about_us_part_3 .font img{
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.center{
  text-align: center;
}
.about_us_part_4 .more{
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.about_us_part_4 .more span{
  transition: 0.3s all;
  padding-right: 20px;
  background: url(../../images/new/in_part2_dot1.png) no-repeat right;
}
.about_us_part_4 .more:hover span{
  text-decoration: underline;
  padding-right: 30px;
  background: url(../../images/new/in_part2_dot2.png) no-repeat right;
}
.about_us_part_4 .more:hover{
  color: #003c81;
}
.about_us_part_4 .title{
  width: 1050px;
  margin: 0 auto;
}
.about_us_part_5{
  background: url(../../images/new/about_us_part_2_5.png) no-repeat center;
  background-size: cover;
}
.about_us_part_5 .p1{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.about_us_part_5 i{
  width: 14px;
  margin: 10px auto;
  display: block;
  height: 14px;
  border-radius: 50%;
  background: #003c81;
  border: 1px solid #fff;
}
.about_us_part_5 .main{
  margin-top: 65px;
  position: relative;
}
.about_us_part_5 .main:after{
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  background: #fff;
  width: 100%;
  height: 1px;
}
.about_us_part_5 .line{
  width: 1px;
  height: 80px;
  background: #fff;
  margin: 0 auto;
}
.about_us_part_5 .font{
  background: #fff;
  padding: 45px 30px;
  border-radius: 8px;
}
.about_us_part_5 .font .p2{
  margin-bottom: 25px;
}
.about_us_part_5 .swiper-slide-active i{
  background: #fff;
}
.case .sort{
  line-height: 36px;
}
.case .sort .sort_title{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  width: 80px;
  margin-right: 10px;
}
.case .sort .main{
  width: 1430px;
}
.case .sort .main a{
  float: left;
  margin-right: 30px;
  color: #333;
}
.case .sort .main a:hover{
  color: #003c81;
}
.case .sort .main a.active{
  color: #003c81;
  font-weight: bold;
}
.case .sort .btn{
  padding-right: 16px;
  float: right;
  background: url(../../images/new/case_btn.png) no-repeat right;
}
.case .sort .clear{
  margin-bottom: 10px;
}
.case .sort_title1{
  color: #003c81;
  line-height: 25px;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 10px;
} 
.case .sort_main{
  margin-top: 10px;
  float: left;
}
.case .sort_main em{
  border: 1px solid #ccc;
  color: #333;
  float: left;
  border-radius: 6px;
  margin-right: 20px;
  padding: 0 25px 0 10px;
  position: relative;
  line-height: 23px;
}
.case .sort_main em i{
  position: absolute;
  line-height: 23px;
  width: 20px;
  top: 0;
  text-align: center;
  cursor: pointer;
  right: 0;
}

.page {
    padding: 50px 0 0;
    text-align: center;
}
.page .num {
    font-size: 16px;
    line-height: 38px;
    color: #666;
    float: left;
}
.page .btn {
    display: inline-block;
    line-height: 36px;
}
.page .btn a {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    border: 1px solid #666;
    border-radius: 40px;
    padding: 0 15px;
    text-align: center;
    margin: 0 5px;
    color: #333;
}
.page .btn a.active,
.page .btn a:hover {
  font-weight: bold;
    border: 1px solid #1356a5;
    color: #1356a5;
}
.page .go {
    display: inline-block;
    color: #333;
    font-size: 16px;
}
.page .go span {
    line-height: 30px;
    display: inline-block;
}
.page .go input {
    width: 38px;
    height: 38px;
    border: 1px solid #666;
    border-radius: 40px;
    line-height: 38px;
    text-align: center;
    margin: 0 5px;
}
.page .go a {
    display: inline-block;
    padding: 0 15px;
    line-height: 38px;
    margin-left: 10px;
    border: 1px solid #666;
    border-radius: 40px;
    line-height: 38px;
}
.page .go a:hover {
    color: #003c81;
    border: 1px solid #003c81;
}
.case .content{
  margin-top: 50px;
}
.case .content li{
  width: 385px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
}
.case .content li:nth-of-type(4n){
  margin-right: 0;
}
.case .content p{
  font-size: 18px;
  color: #333;
  padding: 45px 30px;
  text-align: center;
}
.contact_part1 li:hover,
.case_enjoy .main li:hover,
.case .content li:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.case_enjoy .main li{
  width: 520px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
}
.case_enjoy .main li .font{
  padding: 30px;
  color: #333;
}
.case_enjoy .main li .p1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.case_enjoy .main li .p2{
  margin-bottom: 25px;
  overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.case_enjoy .main li .all_btn{
  line-height: 38px;
  padding: 0 25px;
  font-size: 14px;
}
.case_enjoy .main li:nth-of-type(3n){
  margin-right: 0;
}
.contact_part1 li{
  background: #fff;
  width: 790px;
  padding: 50px 30px;
  margin-right: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 20px;
}
.contact_part1 li:nth-of-type(2n){
  margin-right: 0;
}
.contact_part1 li .p1{
  margin-top: 30px;
  margin-bottom: 15px;
}
.contact_part1 li .p3{
  margin-top: 15px;
}
.contact_part1 li .all_btn{
  padding: 0 30px;
  line-height: 38px;
  margin-top: 30px;
  font-size: 14px;
}
.contact_part2{
  padding: 50px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}
.contact_part2 .font{
  width: 760px;
}
.contact_part2 .font .p1{
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-bottom: 20px;
}
.contact_part2 .font .code dd{
  float: left;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-right: 80px;
}
.contact_part2 .font .code dd:last-child{
  margin-right: 0;
}
.contact_part2 .font .code dd p{
  margin-top: 15px;
}
.contact_part2 .map1{
  width: 760px;
  height: 350px;
}
.contact_part2 .map1 img{
  max-width: inherit;
}
.contact_part3{
  padding: 45px 30px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
  border-radius: 8px;
}
.contact_part3 .p1{
  margin-bottom: 10px;
}
.contact_part3 .input{
  margin-top: 30px;
}
.contact_part3 input{
  width: 760px;
  float: left;
  margin-bottom: 40px;
  line-height: 48px;
  text-indent: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.contact_part3 input:nth-of-type(2n){
  float: right;
}
.contact_part3 textarea{
  width: 100%;
  margin-bottom: 40px;
  line-height: 24px;
  height: 100px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.contact_part3 textarea:focus,
.contact_part3 input:focus{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.contact_part3 .btn{
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 48px;
  border-radius: 8px;
}
.contact_part3 .btn:hover{
  background: #003c81;
  color: #fff;
  border: 1px solid #003c81;
}
.template_part1 .main{
  text-align: center;
  font-size: 0;
}
.template_part1 li{
  background: #fff;
  border-radius: 8px;
  text-align: left;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  width: 355px;
  margin: 0 30px;
  display: inline-block;
}
.template_part1 li .p1{
  color: #003c81;
}
.template_part1 li .p2{
  margin: 12px 0 8px;
}
.template_part1 li:after{
  content: "";
  width: 17px;
  height: 28px;
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -14px;
  background: url(../../images/new/dingzhi_part3.png) no-repeat center;
}
.template_part1 li:last-child:after{
  display: none;
}
.template_part2{
  background: url(../../images/new/template_part2_bg.png) no-repeat center;
  background-size: cover;
}
.template_part2 li{
  background: rgba(255,255,255,0.3);
  float: left;
  width: 385px;
  margin-right: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 45px 30px;
  box-sizing: border-box;
}
.template_part2 li p{
  color: #fff;
}
.template_part2 li .p1{
  margin: 20px 0 15px;
}
.template_part2 li:nth-of-type(4n){
  margin-right: 0;
}


.more_btn .more{
  margin-top: 50px;
  text-align: center;
  color: #333;
  display: inline-block;
  font-size: 16px;
}
.more_btn .more span{
  transition: 0.3s all;
  padding-right: 20px;
  background: url(../../images/new/in_part2_dot1.png) no-repeat right;
}
.more_btn .more:hover span{
  text-decoration: underline;
  padding-right: 30px;
  background: url(../../images/new/in_part2_dot2.png) no-repeat right;
}
.more_btn .more:hover{
  color: #003c81;
}
.more_btn{
  text-align: center;
}
.template_part2 .more_btn{
  color: #fff;
}
.template_part2 .more_btn .more span{
  background: url(../../images/new/in_part2_dot3.png) no-repeat right;
}
.template_part2 .more_btn .more:hover{
  color: #fff;
}
.template_part3 li{
  padding: 30px;
  float: left;
  width: 385px;
  float: left;
  box-sizing: border-box;
  margin-right: 20px;
  border-radius: 8px;
  background: #fff;
}
.template_part3 li:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.template_part3 li:last-child{
  margin-right: 0;
}
.template_part3 li .p1{
  margin: 20px 0 15px;
}
.template_part3 li .p2{
  margin: 0 0 20px;
  height: 48px;
}
.ticket_part1 .main li{
  width: 520px;
  margin-right: 20px;
  float: left;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 20px;
  color: #333;
  padding: 50px 30px 40px;
}
.ticket_part1 .main li p{
  margin-top: 20px;
}
.ticket_part3 .main li:nth-of-type(2n),
.ticket_part2 .main li:nth-of-type(3n),
.ticket_part1 .main li:nth-of-type(3n){
  margin-right: 0;
}
.ticket_part2 .main li{
  text-align: center;
  width: 520px;
  margin-right: 20px;
  float: left;
}
.ticket_part2 .main li .p1{
  margin: 30px 0 15px;
}
.ticket_part3 .main li{
  width: 790px;
  padding: 45px 30px;
  float: left;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.ticket_part3 .main li .p1{
  margin-bottom: 20px;
}
.agent_part1{
  background: url(../../images/new/agent_banner.jpg) no-repeat top #f5f5f5;
}
.agent_part1 .p1{
  color: #fff;
  text-align: center;
  padding: 120px 0;
}
.agent_part1 .font{
  background: #fff;
  border-radius: 8px;

  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.agent_part1 .font .p2{
  font-size: 18px;
  color: #333;
  line-height: 42px;
  margin-bottom: 40px;
  text-align: center;
}
.agent_part2 .main li{
  padding: 40px 40px 40px;
  width: 33.3333%;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.agent_part2 .main li:nth-of-type(1),
.agent_part2 .main li:nth-of-type(2),
.agent_part2 .main li:nth-of-type(3){
  border-top: 0;
  padding-top: 0;
}
.agent_part2 .main li:nth-of-type(3n){
  border-right: 0;
}
.agent_part2 .main li .p1{
  text-align: center;
  color: #003c81;
}
.agent_part2 .main li .p2{
  text-align: center;
  margin: 20px 0 15px;
}
.agent_part2 .main li .p3{
  line-height: 32px;
  height: 96px;
}
.agent_part3 .main li{
  width: 520px;
  text-align: center;
  margin-right: 20px;
  border-radius: 8px;
  float: left;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 45px 0;
}
.agent_part3 .main li .p1{
  margin-bottom: 15px;
}
.agent_part3 .main li:nth-of-type(3n){
  margin-right: 0;
}

.agent_part3 .font{
  text-align: center;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 45px 0;
  color: #333;
}
.agent_part3 .font .p2{
  margin-top: 20px;
  color: #003c81;
}
.saas_part1 .font .p1{
  margin-bottom: 65px;
}
.saas_part1 .slide{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saas_part1 .font{
  width: 790px;
  padding: 40px 0;
}
.saas_part1 .font .p2{
  line-height: 32px;
}
.saas_part1 .swiper-pagination-bullet{
  width: 38px;
  height: 38px;
  font-size: 18px;
  color: #333;
  line-height: 38px;
  float: left;
  margin:0 20px 0 0 !important;
  border: 1px solid #666;
  opacity: 1;
  background: none;
}
.saas_part1 .swiper-pagination-bullet-active{
  border: 1px solid #003c81;
  background: none;
  color: #003c81;
}
.saas_part1 .swiper-container-horizontal>.swiper-pagination-bullets{
  width: 790px;
  float: right;
  position: relative;
  bottom: 120px;
}
.saas_part1 .swiper-container-horizontal>.swiper-pagination-bullets:after{
  content: "";
  position: absolute;
  width: 520px;
  top: 50%;
  height: 1px;
  right: 0;
  background: #666;
}
.saas_part2 .main li{
  color: #fff;
  padding: 50px 30px;
  border-radius: 8px;
  float: left;
  margin-bottom: 20px;
  width: 385px;
  margin-right: 20px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.3);
}
.saas_part2 .main li .p1{
  color: #fff;
  margin: 20px 0;
}
.saas_part2{
  background: url(../../images/new/saas_part2.png) no-repeat center;
  background-size: cover;
}
.saas_part3 .main li:nth-of-type(4n),
.saas_part2 .main li:nth-of-type(4n){
  margin-right: 0;
}
.saas_part3 .main li{
  box-sizing: border-box;
  padding: 50px 30px;
  width: 385px;
  background: #fff;
  float: left;
  border-radius: 8px;
  margin-right: 20px;
}
.saas_part3 .main li .p1{
  text-align: center;
  margin-bottom: 20px;
}
.saas_part3 .main li dd{
  line-height: 40px;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
}
.saas_part3 .main li dd span{
  float: left;
}
.saas_part3 .main li dd.dd_wrong span{
  color: #666;
}
.saas_part3 .main li dd i{
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 12px;
}
.saas_part3 .main li dd .close{
  background: url(../../images/new/solution_part2_1.png) no-repeat center;
  background-size: cover;
}
.saas_part3 .main li dd .i_true{
  background: url(../../images/new/solution_part2_2.png) no-repeat center;
  background-size: cover;
}
.saas_part3 .main li dd em{
  float: right;
}
.saas_part3 .center{
  margin-top: 50px;
}
.code_part_end .main li{
  width: 520px;
}
.email_part .main li{
  float: left;
  width: 385px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
}
.email_part .main li a{
  padding: 50px;
}
.email_part .main{
  margin-bottom: 30px;
  margin-top: 120px;
}
.email_part .main li:nth-of-type(4n){
  margin-right: 0;
}
.email_part .main li:hover{

  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.email_part .main li p{
  margin-top: 20px;
}
.news .main li{
  padding: 30px;
  background: #fff;
  width: 790px;
  border-radius: 8px;
  float: left;
  margin-bottom: 20px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  margin-right: 20px;
}
.news .main li:nth-of-type(2n){
  margin-right: 0;
}
.news .main li .img{
  width: 355px;
  margin-right: 20px;
}
.news .main li .font{
  margin-top: 15px;
  width: 355px;
}
.news .main li .font .p1{
  margin-bottom: 15px;
}
.news .main li .font .p2{
  margin-bottom: 15px;
}
.news .main li:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.news .main li:hover .p2{
  color: #003c81;
}
.news_detail .p1{
  text-align: center;
  margin-bottom: 20px;
}
.news_detail .p2{
  text-align: center;
  margin-bottom: 25px;
}
.news_detail .simple-article{
  color: #333;
  font-size: 16px;
  line-height: 32px;
}
.news_detail .np{
  color: #333;
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 25px;
  line-height: 32px;
}
.news_detail .np a{
  display: inline-block;
}
.news_detail .np a:hover{
  text-decoration: underline;
  color: #003c81;
}
.news_detail .contain{
  background: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.domain_part1 .choose a{
  width: 16.6666%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(../../images/new/choose1.png) no-repeat left;
}
.domain_part1 .choose a.active{
  background: url(../../images/new/choose2.png) no-repeat left;
}
.domain_part1 .contain{
  width: 790px;
}
.domain_part1 .input{
  border: 1px solid #003c81;
  border-radius: 50px;
  border-radius: 
}
.domain_part1 .input input{
  width: 648px;
  line-height: 48px;
  height: 48px;
  float: left;
  font-size: 16px;
  text-indent: 20px;
}
.domain_part1 .input a{
  width: 138px;
  float: right;
  background: #003c81;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.domain_part1 .input{
  margin: 30px 0 50px;
}
.domain_part1 .p1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.domain_part1 .main p{
  font-size: 16px;
  line-height: 80px;
  padding-left: 25px;
  border-bottom: 1px solid #ccc;
}
.domain_part1 .main .p_wrong{
  background: url(../../images/new/solution_part2_1.png) no-repeat left;
  background-size: 16px;
}
.domain_part1 .main .p_true{
  background: url(../../images/new/solution_part2_2.png) no-repeat left;
  background-size: 16px;
}
.domain_part1 .main p span{
  float: left;
}
.domain_part1 .main p a{
  float: right;
  line-height: 38px;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 20px;
}
.domain_part2 .main li{
  width: 300px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  padding: 50px 30px;
  margin-right: 20px;
}
.domain_part2 .main li .p1{
  margin: 25px 0 15px;
}
.domain_part3 .main li{
  background: #f5f5f5;
}
.domain_part4 .main li:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.domain_part4 .main{
  font-size: 0;
  text-align: center;
}
.domain_part4 .main li{
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 520px;
  display: flex;
  text-align: left;
  border-radius: 8px;
  color: #333;
  display: inline-block;
  margin-right: 20px;
}
.domain_part4 .main li:last-child{
  margin-right: 0;
}
.domain_part4 .main li span{
    font-size: 16px;
    width: 100px;
    margin-right: 25px;
    font-weight: bold;
    line-height: 30px;
    border-right: 1px solid #003c81;
}
.domain_part4 .main li em{
    line-height: 30px;
    font-size: 16px;
}
.domain_part5 .main{
  font-size: 0;
  text-align: center;
}
.domain_part5 .main li{
  border-radius: 8px;
  width: 385px;
  background: #f5f5f5;
  padding: 50px 30px;
  text-align: left;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.domain_part5 .main li:nth-of-type(4n){
  margin-right: 0;
}
.domain_part5 .main li .p1{
  margin-bottom: 15px;
}
.domain_part6 .main li .p1{
  font-size: 20px;
  color: #333;
  line-height: 60px;
}
.domain_part6 .main{
  font-size: 0;
}
.domain_part6 .main li{
  margin-bottom: 20px;
  margin-right: 20px;
  background: #fff;
  width: 520px;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s all;
  vertical-align: top;
}
.domain_part6 .main li .p1{
  padding: 0 30px;
  cursor: pointer;
}
.domain_part6 .main li .p1 span{
  float: left;
}
.domain_part6 .main li .p1 i{
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  background: url(../../images/new/domain_part6_1.png) no-repeat center;
}
.domain_part6 .main li:hover{
  box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
}
.domain_part6 .main li:hover .p1 i{
  background: url(../../images/new/domain_part6_2.png) no-repeat center;
}
.domain_part6 .main li .p1.active i{
  background: url(../../images/new/domain_part6_3.png) no-repeat center;
}
.domain_part6 .main li .p2{
  border-top: 1px solid #ccc;
  padding: 30px;
  display: none;
}
.domain_part6 .main li:nth-of-type(3n){
  margin-right: 0;
}

.reg_login .pw{
  margin-bottom: 50px;
} 
.reg_login .contain{
  width: 790px;
}
.reg_login{
  padding-top: 120px;
}
.reg_login .title{
  margin-bottom: 110px;
}
.reg_login .input{
  margin-bottom: 40px;
  position: relative;
}
.reg_login .input input{
  line-height: 48px;
  width: 100%;
  background: #fff;
  text-indent: 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.reg_login .input .p_warn{
  display: none;
}
.reg_login .input.active{
  border: 1px solid #ff0101;
  border-radius: 8px;
}
.reg_login .input.active .p_warn{
  position: absolute;
  bottom: -22px;
  color: #ff0101;
  display: block;
  line-height: 20px;
  left: 0;
}
.reg_login .input_password i{
  width: 70px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  background: url(../../images/new/password.png) no-repeat center;
}
.reg_login .input_password i.active{
  background: url(../../images/new/password.png) no-repeat center;
}


/* m_zlxg */
.input_area{
  margin-bottom: 40px;
}
.input_area .m_zlxg {
  width:385px;
  height:48px;
  line-height:48px;
  cursor:pointer;
  float:left;
  margin:0 20px 0 0;
  background: #fff;
  border-radius: 8px;
  position:relative;
}
.input_area .m_zlxg p {
  width:100%;
  padding: 0 20px;
  overflow:hidden;
  line-height:48px;
  box-sizing: border-box;
  text-overflow:ellipsis;
  white-space:nowrap;
  background: url(../../images/new/dot1.png) no-repeat 96%;
}
.input_area .m_zlxg p:hover{
  background: url(../../images/new/dot2.png) no-repeat 96%;
}
.input_area .chengshi{
  margin-right: 0;
}
.input_area .m_zlxg2 {
  z-index:3;
  position:absolute;
  top:48px;
  background:#fff;
  width:100% !important;
  display:none;
  max-height:370px;
  height:370px;
  box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
  overflow-x:hidden;
  overflow-y:auto;
  white-space:nowrap;
}

.input_area .m_zlxg2 li {
  line-height:32px;
  white-space:nowrap;
  padding-left:30px;
  box-sizing: border-box;
  color:#333333;
  width: 100% !important;
  font-size:14px;
  text-align: left;
}
.input_area .m_zlxg2 li:hover {
  background: #f5f5f5;
  border-radius: 32px;
  color: #003c81;
}
.reg_login .choose{
  padding-left: 24px;
  margin-bottom: 40px;
  background: url(../../images/new/choose3.png) no-repeat left;
}
.reg_login .choose a{
  display: inline-block;
}
.reg_login .choose a:hover{
  color: #003c81;
  text-decoration: underline;
}
.reg_login .choose.active{
  background: url(../../images/new/choose4.png) no-repeat left;
}
.reg_login .btnq{
  line-height: 50px;
  background: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-radius: 8px;
}
.reg_login .btnq:hover{
  color: #fff;
  background: #003c81;
}
.reg_login .p_forget{
  margin-bottom: 40px;
}
.reg_login .p_forget a{
  color: #003c81;
  text-decoration: underline;
}
.forget_password{
  padding-bottom: 160px;
}
.agreement .contain{
  line-height: 32px;
  color: #333;
  margin-top: 50px;
}



/*会员*/
.member_top{
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
}
.member_top .img{
  float: left;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  height: 80px;
}
.member_top .img img{
  width: 100%;
  height: 100%;
}
.member_top .font{
  margin-left: 20px;
}
.member_top .font .p1{
  font-weight: normal;
  line-height: 30px;
  margin-top: 10px;
}
.member_top .font .p2{
  line-height: 30px;
}
.member_top .font .p2 em{
  color: #003c81;
}
.member_top .font .p2 a{
  float: left;
  color: #333;
}
.member_top .font .p2 a:hover{
  color: #003c81;
  text-decoration: underline;
}
.member_top .font .p2 i{
  float: left;
  color: #333;
  margin: 0 15px;
}
.member_top .font .p2 .num_text{
  margin-right: 25px;
}
.member_main{
  margin-top: 20px;
}
.member_bar{
  margin-top: 20px;
  margin-right: 20px;
  width: 250px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  background: #fff;
  box-sizing: border-box;
}
.m_title{
  padding: 0 30px;
  background: #003c81;
  color: #fff;
  line-height: 60px;
}
.member_bar .main{
  padding: 0 30px 30px;
}
.member_bar .main .p1{
  font-size: 16px;
  line-height: 35px;
  background: url(../../images/new/m_dot.png) no-repeat right;
  color: #333;
}
.member_bar .main li{
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
  color: #333;
}
.member_bar .main .show{
  padding: 0 15px;
}
.member_bar .main .show a{
  line-height: 35px;
}
.member_bar .main .show a:hover,
.member_bar .main .show a.active{
  color: #003c81;
  font-weight: bold;
}
.member_main{
  border-radius: 8px;
  width: 1330px;
  float: right;
  overflow: hidden;
  background: #fff;
  padding-bottom: 80px;
}
.m_invoice_application .top{
  padding: 60px 30px 0;
}
.m_invoice_application .top .p1{
  color: #333;
  line-height: 32px;
}
.input_with_warn{
  margin-bottom: 40px;
  position: relative;
}
.input_with_warn input{
  line-height: 48px;
  width: 100%;
  background: #fff;
  text-indent: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.input_with_warn textarea{
  line-height: 24px;
  padding: 12px 20px;
  height: 48px;
  width: 100%;
  background: #fff;
  resize: vertical;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.input_with_warn .p_warn{
  display: none;
}
.input_with_warn.active{
  border-radius: 8px;
}
.input_with_warn.active input{
  border: 1px solid #ff0101;
}
.input_with_warn.active .p_warn{
  position: absolute;
  top: 100%;
  color: #ff0101;
  display: block;
  line-height: 20px;
  left: 0;
}
.two_input{
}
.two_input .input_with_warn{
  width: 385px;
  margin-right: 20px;
  box-sizing: border-box;
  float: left;
}
.two_input .input_with_warn:last-child{
  margin-right: 0;
}
.input_choose{
  font-size: 16px;
  color: #333;
}
.input_choose span{
  float: left;
  margin-right: 20px;
}
.input_choose a{
  padding-left: 28px;
  float: left;
  margin-right: 20px;
  background: url(../../images/new/choose3.png) no-repeat left;
}
.input_choose a.active{
  background: url(../../images/new/choose4.png) no-repeat left;
}
.upload_file input{
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload_file{
  line-height: 48px;
  width: 100%;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.upload_file span{
  padding: 0 20px;
  box-sizing: border-box;
  width: calc( 100% - 69px );
}
.upload_file em{
  line-height: 48px;
  width: 68px;
  border-radius: 8px;
  float: right;
  text-align: center;
  color: #333;
  border-left: 1px solid #ccc;
  background: #eee;
}
.m_btn{
  line-height: 46px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.m_btn:hover{
  background: #003c81;
  color: #fff;
  border: 1px solid #003c81;
}
.m_title1{
  padding: 0 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.m_title1 span{
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 2px solid #003c81;
  color: #333;
}
.table_wapper table{

}
.table_wapper table th{
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
  font-weight: bold;
}
.table_wapper table td{
  border: 1px solid #ccc;
  text-align: center;
  color: #333;
  box-sizing: border-box;
  padding: 28px 10px;
}
.table_wapper table td .btn{
  padding: 0 20px;
  line-height: 23px;
  margin: 3px 0;
  border: 1px solid #666;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  border-radius: 4px;
}
.table_wapper table td .btn:hover{
  color: #003c81;
  border: 1px solid #003c81;
}
.m_question .input .name{
  font-size: 16px;
  width: 125px;
  float: left;
  line-height: 50px;
  text-align: right;
}
.m_question .input_with_warn{
  width: 385px;
  float: left;
}
.m_question .big_textarea{
  width: calc( 100% - 125px );
}
.m_question .big_textarea textarea{
  height: 300px;
}
.m_question .m_btn{
  margin-left: 125px;
  width: 385px;
}
.m_tab{
  padding: 10px 30px 0;
  border-bottom: 1px solid #ccc;
}
.m_tab a{
  font-size: 18px;
  color: #333;
  margin-right: 80px;
  line-height: 40px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.m_tab a:last-child{
  margin-right: 0;
}
.m_tab a.active{
  color: #003c81;
  font-weight: bold;
  border-bottom: 2px solid #003c81;
}

.m_tab a:hover{
  color: #003c81;
  font-weight: bold;
}
.m_work_order .top{
  padding-top: 20px;
}
.table_wapper1 table th{
  padding: 15px 0;
}
.table_wapper1 table td{
  padding: 15px 10px;
}
.table_wapper1 table td .btn{
  padding: 0 5px;
}
.qa_font .main{
  color: #333;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 8px;
}
.qa_font .main>.clear{
  margin-bottom: 20px;
}
.qa_font .p1{
  margin-bottom: 10px;
}
.qa_font .p2{
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  position: relative;
}
.qa_font .p2:after{
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  top: 20px;
}
.qa_font .p3{
  text-align: right;
  margin-top: 10px;
}

.qa_font .qa_client{
  width: 460px;
  float: left;
}
.qa_font .qa_client .p2:after{
  left: -10px;
  background: url(../../images/new/qa_font1.png) no-repeat center #fff;
}
.qa_font .qa_guanli .p2:after{
  right: -10px;
  background: url(../../images/new/qa_font2.png) no-repeat center #fff;
}
.qa_font .qa_guanli{
  width: 460px;
  float: right;
}
.m_financial_statements .p1{
  color: #333;
}
.m_financial_statements .p2{
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.m_financial_statements .search span{
  float: left;
  line-height: 50px;
  margin-right: 10px;
  color: #333;
  font-size: 16px;
}
.m_financial_statements .search input{
  width: 385px;
  border: 1px solid #ccc;
  text-indent: 20px;
  line-height: 48px;
  float: left;
  border-radius: 8px;
  margin-right: 20px;
  height: 48px;
}
.m_financial_statements .search .btn{
  line-height: 48px;
  width: 113px;
  float: left;
  text-align: center;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  border: 1px solid #ccc;
}
.m_financial_statements .search .btn:hover{
  color: #fff;
  background: #003c81;
  border: 1px solid #003c81;
}
.m_financial_statements .search{
  margin-bottom: 30px;
}
.input_choose{
  margin-bottom: 20px;
}
.table_wapper1 table td .btn{

}
.member_input .input .years,
.member_input .input .title{
  font-size: 16px;
  color: #333;
  line-height: 50px;
  float: left;
  text-align: right;
  margin-right: 5px;
  width: 160px;
}
.member_input .input .years{
  width: inherit;
  margin-left: 10px;
  margin-right: 0;
}
.member_input .input_with_warn{
  width: 385px;
  float: left;
}
.member_input .input_area .m_zlxg{
  width: 185px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.member_input .choose{
  cursor: pointer;
  padding-left: 24px;
  margin-bottom: 40px;
  background: url(../../images/new/choose3.png) no-repeat left;
}
.member_input .choose a{
  display: inline-block;
}
.member_input .choose a:hover{
  color: #003c81;
  text-decoration: underline;
}
.member_input .choose.active{
  background: url(../../images/new/choose4.png) no-repeat left;
}
.member_input .end{
  margin-left: 165px;
  width: 385px;
}
.member_input .btnq{
  line-height: 50px;
  background: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-radius: 8px;
}
.member_input .btnq:hover{
  color: #fff;
  background: #003c81;
}
.member_input .input>em{
  line-height: 50px;
  font-size: 16px;
  margin-bottom: 20px;
}
.m_renew.member_input .input .title{
  width: 100px;
}
.m_renew.member_input .end{
  margin-left: 105px;
}
.m_renew.member_input .input_with_warn{
  margin-bottom: 25px;
}
.p_domain_success{
  line-height: 56px;
  font-size: 16px;
  color: #333;
}
.p_domain_success em{
  color: #003c81;
  font-weight: bold;
}
.p_domain_success a{
  display: inline-block;
  color: #003c81;
}
.table_wapper1 table .table_inside{
  padding: 0;
}
.table_wapper1 table .table_inside th{
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  background: inherit;
}
.table_wapper1 table .table_inside td{
  border: 0;
  border-bottom: 1px solid #ccc;
}
.table_wapper1 table .table_inside tr:last-child th,
.table_wapper1 table .table_inside tr:last-child td{
  border-bottom: 0;
}


.member_input .hide_password{
    width: 55px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    background: url(../../images/new/password.png) no-repeat center;
}


.member_data_change.member_input .input .title{
  width: 200px;
}
.member_data_change.member_input .end{
  margin-left: 205px;
}
.m_invoice_application .p2{
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.m_invoice_application .p2 a{
  display: inline-block;
  color: #003c81;
  text-decoration: underline;
}
.m_website_recharge .p1{
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.m_website_recharge .btn{
  width: 68px;
  line-height: 24px;
  border: 1px solid #666;
  float: left;
  border-radius: 4px;
  margin-top: 12px;
  margin-left: 20px;
  text-align: center;
}
.m_tab .btn{
  float: right;
  width: 68px;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #666;
  border-radius: 4px;
  margin-top: 8px;
  text-align: center;
}
.m_tab .btn:hover{
  font-weight: normal;
  border: 1px solid #003c81;
}
.ddxcx_part4 .main li:nth-of-type(3n){
  margin-right: 20px;
}
.ddxcx_part4 .main li:nth-of-type(4n){
  margin-right: 0;
}
.template_part2 .more_btn .more{
  color: #fff;
}

.reg_login .input .nice-select{
  margin-bottom: 0;
  border: 0;
  width: calc( 50% - 10px );
  margin-right: 20px;
  float: left;
}
.reg_login .input .nice-select:last-child{
  float: right;
  margin-right: 0;
}



.nice-select .list{
    width: calc(100% + 2px) !important;
    left: -1px !important;
}
.nice-select .list{
  max-height: 250px;
  overflow : auto !important;
}



