@max-width:1000px;

@main-color:rgba(42,177,243,1);

@font-color:#ffffff;

@333:#333333;
.float(@n){
  float: @n;
}
.border-radius(@n){
  border-radius:@n;
}






.flexslider{
  width: 100%;
  max-height: 600px;
  position: relative;
  margin-top: 80px;
}
.item{
  background: url(../images/banner1.png) center center no-repeat;
  height: 600px;
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.flex-direction-nav{

}
.flex-prev{
  position: absolute;
  width: 60px;
  height: 120px;
  // background: url(../images/arrow-left.png) no-repeat;
  left: 0;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 999;
}
.flex-next{
  position: absolute;
  width: 60px;
  height: 120px;
  // background: url(../images/arrow-right.png) no-repeat;
  right: 0;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 999;
}
.flex-control-nav{
  max-width: 254px;
  height: 40px;
  // background:rgba(255, 255, 255,0.4);
  position: absolute;
  left: 50% !important;
  bottom: 40px;
  margin-left: -85px;
  border-radius: 20px;
  text-align: center;
  padding-left: 18px;
  z-index: 99;
}
.flex-control-nav li{
  width:36px;
  height:4px;
  float: left;
  margin-top: 10px;
  margin-right: 14px;
  cursor: pointer;
  overflow: hidden;
}
.flex-control-nav a{
  // width: 18px;
  // height: 18px;
  // border-radius: 9px;

  display: block;
  // line-height: 100px;
  // border: solid 2px #ffffff;


  width:36px;
height:4px;
background:rgba(255,255,255,1);
border-radius:2px;

}
.flex-control-nav .flex-active{
  background: @main-color;
}

.main{
  width: 100%;
  background: #ffffff;
  clear: both;
  overflow: hidden;


}
.centent{
  margin: 0 auto;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  // height: 500px;
}

.content-service{
  margin: 0 auto;
  width: 1000px;
}

.title{
  width:100%;
  text-align: center;
  margin-bottom: 50px;
}
.title p{
  width:100%;
  font-size: 30px;
  color: #333;
  margin-top: 100px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
.title span{
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 1;
  margin: 0 auto;
  margin-top: 10px;
}
.product-type{
  width: 185px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  margin-bottom: 100px;
  text-align: center;
}
.product-types{
  width: 240px;
  flex: 1;;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  margin-bottom: 100px;
  text-align: center;
}

.not-right{
  margin-right: 0;
}
.product-title{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;


  font-size:18px;
font-family:PingFang SC;
font-weight:400;
color:rgba(0,0,0,1);
line-height:21px;
}
.desc{
  text-align: center;

  font-size:14px;
font-family:PingFang SC;
font-weight:400;
color:rgba(0,0,0,1);
line-height:21px;
}

.descs{
  // width: 240px;
  text-align: center;

  font-size:14px;
font-family:PingFang SC;
font-weight:400;
color:rgba(0,0,0,1);
line-height:21px;
}
.main-precept{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 580px;
  background: url("../images/preceptone.png") no-repeat;
  // background: #fffbf6;
  clear: both;
  background-size: 98% 100%;
}
.content-precept {
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: row;

  // align-items: center;
  justify-content: center;

  display: -webkit-flex; //适配低版本写法
  -webkit-flex-direction: row;//适配低版本写法

}

.precept-bg{
  height: 300px;
  width: 100%;
  background: #444444;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 30px 30px 0px 0px;
  z-index: 5;
}
.precept-main{
  width: 700px;
  height: 450px;
  background-color: #ffffff;
  border-radius: 30px 30px 0px 0px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
//.prectpt-icon{
//  width: 120px;
//  height: 110px;
//  background: url("images/prectpt-icon.png") no-repeat;
//  float: left;
//  margin-top: 80px;
//}
//.precept-title{
//  font-size: 18px;
//  color: #333;
//  line-height: 1;
//  margin-top: 20px;
//  margin-bottom: 30px;
//  text-align: center;
//  float: left;
//}
//.precept-desc{
//  font-size: 14px;
//  line-height: 21px;
//  color: #333333;
//  width: 300px;
//  text-align: center;
//  margin-bottom: 40px;
//  float: left;
//}

.precept-content-box {
  width: 257px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  text-align: left;
  float: left;
  position: relative;
}



.precept-content {
  width: 266px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  text-align: left;
  align-items: left;
  justify-content: left;
  float: left;
}

.precept-content p{
  font-size: 20px;
  color: #333;
  text-align: left;
  padding-bottom: 18px;
}
.precept-content span{
  width: 257px;
  font-size: 14px;
  text-align: left;
  color: #333;
  line-height: 24px;
}


.precept-img{
  width: 425px;
  height: 240px;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 30px;
  float: left;
  background:  url("../images/icon-jiaofei-middle.png") no-repeat;
  display: inline-block;
}


.main-jiaxiao{
  width: 100%;
  margin: 0 auto;
  height: 510px;
  // background: url("images/icon_jiaxiao_bg.png") no-repeat;
  background-size:cover;
  //height:0 ;
  //padding-bottom:100%;
  clear: both;
}


.precept-btn{
  width: 240px;
  height: 50px;
  border-radius: 6px;
  border: solid 1px #ff9a00;
  font-size: 16px;
  color: #ff9a00;
  text-align: center;
  margin: 0 auto;
  line-height: 50px;
  cursor: pointer;
}

.content-jiaxiao-box {
  width: 100%;
  //flex-direction: row;
  //display: -webkit-flex; //适配低版本写法
  //-webkit-flex-direction: row;//适配低版本写法
}

.jiaxiao-img{
  width: 417px;
  height: 439px;
  //background:  url("images/icon-jiaxiao-mobile.png") no-repeat;

  margin-left: 139px;
  display: inline-block;
}

.content-jiaxiao-item {
  width: 350px;
  display: inline-block;
  //display: flex;
  //flex-direction:column ;
  //display: -webkit-flex; //适配低版本写法
  //-webkit-flex-direction: column;//适配低版本写法
  margin-left: 110px;
  //margin-top: 140px;
  vertical-align:middle;
}

.jiaxiao-content{

  width: 500px;
  height: 55px;
  font-size: 18px;
  color: #333;
  /* line-height: 1; */
  /* text-align: center; */
  float: left;
  /* margin-bottom: 25px; */
  position: relative;
}


.jiajiao-dot{
  display: inline;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ff9a00;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.jiaxiao-text{
  position: absolute;
  height: 30px;
  text-align: center;
  left: 30px;
}

.jiaxiao-text  span{
  display: inline;
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: left;
  vertical-align: middle;


}






.main-servicr{
  clear: both;
  // height: 732px;
  padding-bottom: 55px;
  margin: 0 0;
  background: #f4f4f4;
  background: url("../images/precept.png") no-repeat;
  background-size: 100% 100%;
}



.main-partner{
  //background: #ffffff;
  padding-bottom: 100px;
}
.icon{
  width: 160px;
  height: 143px;
  margin: 0 auto;
}
.icon-pk{
  background: url("../images/icon-three.png") no-repeat;
}
.icon-bp{
  background: url("../images/icon-four.png") no-repeat;
}
.icon-zy{
  background: url(".../images/icon-zy.png") no-repeat;
}
.icon-sf{
  background: url("../images/icon-one.png") no-repeat;
}
.icon-hl{
  background: url("../images/icon-two.png") no-repeat;
}
.icon-hover-pk:hover .icon-pk{
  background: url("../images/icon-three.png") no-repeat;
}
.icon-hover-bp:hover .icon-bp{
  background: url("../images/icon-four.png") no-repeat;
}

.icon-hover-zy:hover .icon-zy{
  background: url("../images/icon-zy-curr.png") no-repeat;
}

.icon-hover-sf:hover .icon-sf{
  background: url("../images/icon-one.png") no-repeat;
}
.icon-hover-hl:hover .icon-hl{
  background: url("../images/icon-two.png") no-repeat;
}
.icon-hover:hover .product-title{
  color: @main-color;
}

.icon-hover:hover .desc{
  color: @main-color;
}

.myicon{
  width: 119px;
  height: 119px;
  margin: 0 auto;
}
.myicon-one{
  background: url("../images/myiconone.png") no-repeat;
}
.myicon-two{
  background: url("../images/myicontwo.png") no-repeat;
}
.myicon-three{
  background: url("../images/myiconthree.png") no-repeat;
}
.logo-list img{
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 20px;
}
.centent-servicr{
  width: 1000px;
  margin:0 auto;
  height: 180px;
  // margin-top: -140px;
  // margin-bottom: 140px;
  display: flex;
  flex-direction: row;
  
}
.newlists{
  flex: 1;
  margin: 0 20px;
  width:180px;
height:180px;
// background:rgba(255,255,255,1);
}

.newlists:hover{
  // transform: translateY(-20px);
}
.newlists img{
width: 100px;
height: 100px;
margin: 20px auto 0 auto;
}
.newlists p{
  font-size:16px;
  font-family:PingFang SC;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:27px;
  text-align: center;
}
.servicr-image{
  width: 972px;
  height: 801px;
  margin:0 auto;
  position: relative;
}
//.servicr-list{
//  width: 400px;
//  height: 320px;
//  border: solid 1px #d0d0d0;
//  float: left;
//  margin-left: -1px;
//  margin-top: -1px;
//  position: relative;
//}
.servicr-list dt{
  width: 105px;
  height: 105px;
  margin: 0 auto;
  margin-top: 70px;
}
.servicr-list dd{
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-top: 40px;
  text-align: center;
}
.step-introduce{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: @main-color;
  display: none;
}
.step-introduce p{
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-top: 90px;
  text-align: center;
}
.step-introduce span{
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 340px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}


.carousel-caption span{
  width: 18px;
  height: 18px;
  border: solid 2px #ffffff;
  float: left;
  border-radius: 9px;
  margin-top: 10px;
  margin-right: 14px;
  cursor: pointer;
}
.carousel-caption .swiper-pagination-bullet-active{
  background: #ffffff;
}
.banner-main{
  width: 1000px;
  margin: 0 auto;
}

.banner-text p{
  font-size: 56px;
  color: #ffffff;
  line-height: 1;
  // margin-bottom: 20px;
  // margin-top: 170px;
}
.hhh{
  background: url('../images/swenan.png') no-repeat center center;
  height: 312px;
  // width: 312px;
  background-size: 30% 100%;
  margin-top: -7%;
}
.banner-text span{
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}
.banner-textone{
  margin-left: 55%;
 
}
.banner-textone p{
  font-size:48px;
  letter-spacing: 2px;
  color: #4c9bbc;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 170px;
}
.banner-textone .english{
  width: 160px;
	height: 4px;
  background-color: #5da6c5;
  margin-top: 14px;
  margin-bottom: 25px;
}

.banner-textone span{
  display: block;
  text-align: left;
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: #4c9bbc;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: bold;
  margin-top: 14px;
}
.banner-right{
  text-align: right;
}
.banner-center{
  text-align: center;
}
.content-precept a:hover .precept-btn{
  background: @main-color;
  color: #ffffff;
}
.precept-main a{
  display: block;
  width: 700px;
  height: 450px;
  margin: 0 auto;
}

