.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f1f2f6;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.slider__nav {
  position: absolute;
  bottom: 66px;
  z-index: 4;
}
.slider__nav-item {
  width: 17px;
  height: 17px;
  background: url(../images/banner_list1.png);
  background-size: cover;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
}
.slider__nav-item--current {
  background: url(../images/banner_list2.png);
  background-size: cover;
}
.slider__nav-item:hover {
  background: url(../images/banner_list2.png);
  background-size: cover;
}
.slider__item .box{
  position: relative;/*增*/
}
.slider__item .box img{
  width: 100%;
}
.slider__item .box
.in_company_profile{
  background: #f1f2f6;
  padding-top: 15px;
}
.in_company_profile .contain{
  padding: 69px 0;
}
.in_company_profile .main{
  margin-top: 70px;
}
.in_company_profile .main .left{
  width: 55%;
  margin-right: 5%;
  height: 450px;
  position: relative;
}
.in_company_profile .main .left a{
  /*position: absolute;
  left: 0;
  bottom: 25px;*/
  width: 140px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  background: #26539c url(../images/company_profile_dot.png) right no-repeat;
  background-position-x: 120px;
}
.in_company_profile .main .right{
  width: 40%;
  height: 450px;
  background: url(../images/company_profile_img.jpg) no-repeat center;
}
.in_product_center {
  position: relative;
  background: #e4e3e9;
  padding-top: 80px;
  padding-bottom: 110px;
}
.in_product_center .in_product_center_top{
  top: 0;
  background: url(../images/i_product_center_top.png) center no-repeat;
  background-size: cover;
}
.in_product_center_bottom{
  top: 0;
  background: url(../images/i_product_center_bottom.png) center no-repeat;
  background-size: cover;
}
.in_product_center .more{
  width: 113px;
  margin: 20px auto 40px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d5d4d9;
}
.in_product_center .more div.fl{
  background: #d7d7df;
  width: 31px;
  height: 30px;
  background: url(../images/in_product_center_more.png) no-repeat center;
}
.in_product_center .more p.fl{
  background: #e7e8ec;
  color: #26539c;
  text-align: center;
  width: 82px;
}
.in_product_center .more:hover p.fl{
  background: #26539c;
  color: #fff;
}
.in_product_center .main{

}
.in_product_center .main li{
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}
.in_product_center .main li a{
  display: block;
}
.in_product_center .main li .img1{
  width: 100%;
   -moz-transition: all 0.2s ease-in;
   -webkit-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.in_product_center .main li:hover .img1{
   -webkit-transform: scale(1.1);     
   -moz-transform: scale(1.1);       
   -ms-transform: scale(1.1);        
   -o-transform: scale(1.1); 
}
.in_product_center .main li .show{
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  line-height: 60px;
  height: 60px;
  background:rgba(38,83,156,0.8);/*增*/
}
.in_product_center .main li .show p{
  color: #fff;
  font-size: 18px;
  margin-left: 30px;
  line-height: 60px;
}
.in_product_center .main li .show div{
  width: 30px;
  height: 30px;
  background: url(../images/share.png) center no-repeat;
  margin-right: 30px;
  margin-top: 15px;
}
.i_p_a{
  background: #26539c;
  color: #fff;
  position: relative;
  padding-bottom: 106px;
  padding-top: 70px;
}
.i_p_a .col_title{
  color: #fff !important;
}
.i_p_a .col_title .p1{
  color: #fff;
}
.i_p_a .col_title .p2{
  color: #fff;
}
.i_p_a .col_title ul li{
  background: #fff;
}
.i_p_a .font{
  line-height: 25px;
  width: 952px;
  margin: 0 auto;
  text-align: center;
  padding: 27px 0 90px;
}
.i_p_a .main{
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
}
.i_p_a .main ul{
  margin-left: -50px;
}
.i_p_a .main ul li{
  width: 230px;
  margin-left: 50px;
  float: left;
  text-align: center;
}
.i_p_a .main ul li .top{
  width: 143px;
  height: 143px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}
.i_p_a .main ul li .topx{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -65px;
  margin-top: -65px;
  -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
.i_p_a .main ul li:hover .topx{
   -ms-transform:rotate(360deg); 
   -moz-transform:rotate(360deg); 
   -webkit-transform:rotate(360deg);
   -o-transform:rotate(360deg);
   transform:rorate(360deg);
}
.i_p_a .main ul li .top1{
  background: url(../images/i_p_a1.png) center no-repeat #df3b25;
  background-color: #df3b25;
}
.i_p_a .main ul li .top2{
  background: url(../images/i_p_a2.png) center no-repeat #4fa22e;
  background-color: #4fa22e;
}
.i_p_a .main ul li .top3{
  background: url(../images/i_p_a3.png) center no-repeat #3172b4;
  background-color: #3172b4;
}
.i_p_a .main ul li .top4{
  background: url(../images/i_p_a4.png) center no-repeat #8f4693;
  background-color: #8f4693;
}
.i_p_a .main ul li .p1{
  line-height: 60px;
  font-size: 18px;
}
.i_p_a .main ul li .p2{
  line-height: 25px;
}
.i_p_a_bottom{
  bottom: 0;
  background: url(../images/i_p_a_bottom.png) center no-repeat;
  background-size: cover;
}
.i_partner{
  background: #eee;
  position: relative;
  padding-bottom: 150px;
  padding-top: 60px;
}
.i_partner .more{
  width: 113px;
  margin: 20px auto 40px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d5d4d9;
}
.i_partner .more div.fl{
  background: #d7d7df;
  width: 31px;
  height: 30px;
  background: url(../images/in_product_center_more.png) no-repeat center;
}
.i_partner .more p.fl{
  background: #e7e8ec;
  color: #26539c;
  text-align: center;
  width: 82px;
}
.i_partner .more:hover p.fl{
  background: #26539c;
  color: #fff;
}
.i_partner .main{
  margin-left: -2%;
}
.i_partner .main li{
  float: left;
  width: 18%;
  margin-left:2%;
  margin-bottom: 20px;
}
.i_partner .main li img{
  width: 100%;
}
.i_partner .contain{
  overflow: hidden;
}
.i_partner_bottom{
    bottom: 0;
    background: url(../images/i_partner_bottom.png) center no-repeat;
    background-size: cover;
}

.i_news .more{
  width: 113px;
  margin: 20px auto 40px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d5d4d9;
}
.i_news .more div.fl{
  background: #d7d7df;
  width: 31px;
  height: 30px;
  background: url(../images/in_product_center_more.png) no-repeat center;
}
.i_news .more p.fl{
  background: #e7e8ec;
  color: #26539c;
  text-align: center;
  width: 82px;
}
.i_news .more:hover p.fl{
  background: #26539c;
  color: #fff;
}
.i_news{
  padding-top: 60px;
  background: #fff;
  padding-bottom: 50px;
  position: relative;
}
.i_news .main{
  padding-top: 0px;
}
.i_news .main .left{
  background: #eee;
  position: relative;
  width: 30%;
  padding: 90px 5% 40px;
  margin-right: 3%;
  margin-top: 34px;
}
.i_news .main .left .title{

}
.i_news .main .left .title a{
  background: url(../images/i_news_right.png) no-repeat right;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  display: block;
  margin-bottom: 35px;
}
.i_news .main .left .date{
  position: absolute;
  left: 30px;
  top: -50px;
  width: 90px;
  height: 100px;
  background: #26539c;
  color: #fff;
  line-height: 34px;
  text-align: right;
  padding-right: 10px;
}
.i_news .main .left .date .p1{
  font-size: 29px;
  padding-top: 20px;
}
.i_news .main .left .date .p2{
  font-size: 20px;
}
.i_news .main .right{
  width: 57%;
}
.i_news .main .right li{
  background: url(../images/i_news_right1.png) no-repeat right;
  padding: 30px 0;
  border-bottom: 3px solid #eee;
}
.i_news .main .right .date{
  margin-right: 5%;
}
.i_news .main .right .date .p1{
  font-size: 30px;
  color: #333;
}
.i_news .main .right .date .p2{
  color: #999;
  text-align: right;
}
.i_news .main .right .font{
  width: 75%;
}
.i_news .main .right .font a{
  font-size: 18px;
  color: #333;
}
.i_news .main .right .font p{
  font-size: 12px;
  line-height: 24px;
  color: #999;
}
.i_int .p3{
  font-size: 18px;
  padding-top: 10px;
}
.i_int .main{
  margin-top: 60px;
}
.i_int .main .left{
  width: 65%;
}
.i_int .main .left .in1{
  height: 45px;
  width: 30%;
  margin-right: 4%;
  float: left;
  border: 2px solid #eaeaea;
}
.i_int .main .left .in1 .imgg1{
  width: 20%;
  height: 45px;
  background: url(../images/i_int_left1.png) center no-repeat #e5e5e5;
}
.i_int .main .left .in1 .imgg2{
  width: 20%;
  height: 45px;
  background: url(../images/i_int_left2.png) center no-repeat #e5e5e5;
}
.i_int .main .left .in1 input{
  width: 80%;
  line-height: 45px;
  height: 45px;
  color: #999;
  text-indent: 10px;
  font-size: 12px;
}
.i_int .main .left .in2{
  height: 45px;
  width: 30%;
  float: left;
  margin-left: 1px;
  border: 2px solid #eaeaea;
}
.i_int .main .left .in2 .imgg3{
  width: 20%;
  height: 45px;
  background: url(../images/i_int_left3.png) center no-repeat #e5e5e5;
}
.i_int .main .left .in2 input{
  width: 80%;
  line-height: 45px;
  height: 45px;
  color: #999;
  text-indent: 10px;
  font-size: 12px;
}
.i_int .main .left .in3{
  height: 115px;
  width: 99%;
  float: left;
  border: 2px solid #eaeaea;
  margin-top: 20px;
}
.i_int .main .left .in3 .imgg{
  width: 6%;
  height: 115px;
  background: url(../images/i_int_left4.png) top no-repeat #e5e5e5;
  background-position-y: 10px;
}
.i_int .main .left textarea{
  width: 94%;/*改*/
  height: 105px;
  padding-top: 10px;
  text-indent: 10px;
  font-size: 12px;
  color: #999;/*改*/
}
.i_int .main .left .btn{
  height: 45px;
  width: 20%;
  border: 1px solid #b1c1db;
  margin-top: 20px;
}
.i_int .main .left .btn .left{
  width: 30%;
  height: 45px;
  background: url(../images/i_int_btn.png) no-repeat center #3c65a6;
}
.i_int .main .left .btn p{
  line-height: 45px;
  width: 70%;
  text-align: center;
  color: #fff;
  background: #26539c;
}
.i_int .main .right{
  width: 30%;
}
.i_int .main .right .p1{
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 10px;
}
.i_int .main .right .p2{
  padding-left: 30px;
  line-height: 35px;
}
.i_int .main .right .img1{
  background: url(../images/i_int1.png) left no-repeat;
}
.i_int .main .right .img2{
  background: url(../images/i_int2.png) left no-repeat;
}
.i_int .main .right .img3{
  background: url(../images/i_int3.png) left no-repeat;
}
.i_int .main .right .img4{
  background: url(../images/i_int4.png) top no-repeat;
  background-position: 0 7px; 
}
.i_int{
  position: relative;
  padding-bottom: 155px;
  background: #fff;/*增*/
}
.i_int .i_int_bottom{
  bottom: 0;
  background: url(../images/i_int_bottom.png) no-repeat center;
  background-size: cover;
}


/*增*/
.i_news .main .left .title a:hover{
  color: #26539c;
}
.i_news .main .right .font a:hover{
  color: #26539c;
}
.slider__item .box .font{
  width: 556px;
  height: 90px;/*增*/
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;/*增*/
  margin-left: -278px;
  text-align: center;
}
.slider__item .box .font .p1{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;/*增*/
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.slider__item .box .font .p2{
  font-size: 20px;
  padding-top: 10px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.in_company_profile{
  background: #f1f2f6;
}