
.diwen{
    background: url(../images/diwen.png) top center no-repeat;
    background-size: 1920px;
    /* background-position: -140px 16px */
}

.xnh_content{
    /* height: 582px; */
    color: #000;
}

.xnh_content .left{
    float: left;
    color: #000;
    text-align: left;
    /* padding-right: 160px; */
}
.xnh_content .left .leftt{
    width: 416px;
    height: 196px;
    margin-top: 160px;
    margin-bottom: 150px;
    border: 1px solid #ddd;
    padding: 30px 30px 30px 20px;
    background-color: #fff;
}
.xnh_content .left .info_p{
    font-size: 15px;
    line-height: 28px;
    text-indent: 2rem;
}
.xnh_content .left .title  span i{
        display: inline-block;
        border-left: 2px solid #2d58a3;
        height: 16px;
        float: left;
        margin-top: 5px;
}
.t1 {
    font-size: 12px;
    line-height: 24px;
    /* margin-top: 4px; */
}
.xnh_content .left  .title span p {
    font-size: 20px;
    line-height: 24px;
    float: left;
    margin: 0 10px 0;
    font-weight: bold;
}

.xnh_content .right{
    float: left;
    width: 600px;
}
.advantage{
    height: 580px;
    background: url(../images/mypic19.png) no-repeat center;
}
.advantage{
    /* height: 660px; */
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.advantage .title{
    margin-top: 70px;
}
.advantage .t1{
    line-height: 24px;
    margin-bottom: 70px;
    margin-top: -5px;
}
.advantage .title  span i{
    display: inline-block;
    border-left: 2px solid #fff;
    height: 16px;
    float: left;
    margin-top: 9px;
}
.advantage   .title span {
    display: inline-block;

}
.advantage .title span p {
font-size: 20px;
line-height: 32px;
float: left;
margin: 0 10px 0;
font-weight: bold;
}
/*  */
.startproduct{
    /* height: 660px; */
    /* width: 100%; */
    color: #000;
}
.startproduct .title{
    margin-top: 70px;
}
.startproduct .t1{
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 70px;
    margin-top: -1px;
}
.startproduct .title  span i{
    display: inline-block;
    border-left: 2px solid #2d58a3;
    height: 16px;
    float: left;
    margin-top: 5px;
}
.startproduct   .title span {
    display: inline-block;

}
.startproduct .title span p {
font-size: 20px;
line-height: 24px;
float: left;
margin: 0 10px 0;
font-weight: bold;
}
.pro_list{
   
}
.pro_list  ul li{
    height: 360px;
    width: 298px;
    float: left;
    /* border: 1px solid; */
    position: relative;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
 }
 .pro_pic{
     height: 360px;
     width: 298px;
     position: relative;
 }
 .pro_pic img{
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .pro_mask{
     color: #fff;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.3);
     pointer-events:none;
 }
 .pro_mask h3{
     font-size: 28px;
     color: #fff;
     text-align: center;
     height: 360px;
     line-height: 360px;
 }
 .pro_mask p {
    font-size: 14px;
    display: none;
    /* width: 200px; */
    margin: 0 50px;
    text-align: left;
 }
 .pro_mask .btn{
       display: none;
       cursor: pointer !important;
 }
 .active {
     background-color: rgba(52, 66, 83, 0.8);
     padding-top: 81px;
     height: 279px;
 }
 .active h3{
      font-size: 28px;
      height: 54px;
      line-height: 54px;
      font-weight: normal;
 }
 .active p{
     font-size: 14px;
     line-height: 24px;
     margin-top: 20px;
     display: block;
 }
 .active .btn{
     height: 40px;
     line-height: 40px;
     width: 148px;
   background-color: #698ab4;
   border: 1px solid #fff;
   border-radius: 2px;
   display: block;
   margin: 60px auto 0 ;
   
 }
 .more {
    width: 110px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    float: right;
    margin-right: 5px;
    margin-top: 18px;
    margin-bottom: 70px;
 }

 .more a {
    color: #fff;
 
}

.active {
    background-color: rgba(72, 124, 186, 0.8);
    padding-top: 81px;
    height: 279px;
}
.active h3{
     font-size: 28px;
     height: 54px;
     line-height: 54px;
     font-weight: normal;
     -webkit-animation: up1 0.2s linear both;
	animation: up1 0.2s linear both;
}
.active p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    display: block;
    -webkit-animation: up2 0.4s linear both;
	animation: up2 0.4s linear both;
}
.active .btn{
    height: 40px;
    line-height: 40px;
    width: 148px;
  background-color: #698ab4;
  border: 1px solid #fff;
  border-radius: 2px;
  display: block;
  margin: 60px auto 0 ;
  -webkit-animation: up2 0.4s linear both;
	animation: up2 0.4s linear both;
  
}
@-webkit-keyframes up1{
	from { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px);}
	to { opacity: 1;}
}
@keyframes up1 {
	from { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px);}
	to { opacity: 1;}
}
@-webkit-keyframes up2{
	from { opacity: 0; -webkit-transform: translateY(200px); transform: translateY(200px);}
	to { opacity: 1;}
}
@keyframes up2 {
	from { opacity: 0; -webkit-transform: translateY(200px); transform: translateY(200px);}
	to { opacity: 1;}
}
.advatbox{
    width: 1200px;
    height: 300px;
    /* border: 1px solid red; */
    position: relative;
    overflow: hidden;
}
.advatbox ul{
    height: 300px;
    overflow: hidden;

}
.advatbox  > ul > li{
    width: 300px;
    height: 300px;
    float: left;
    /* border: 1px solid #fff; */
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.advatbox > ul > li:nth-child(1){
    background-color: #3c7dcc;
    /* width: 600px; */
}
.advatbox > ul >li:nth-child(2){
    background-color: #3094ce;
}
.advatbox  > ul > li:nth-child(3){
    background-color: #47abc8;
}
.advatbox > ul > li .li1 p{
    font-size: 28px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 43px;
}
.advatbox > ul li .li1 img{
    margin-top: 60px;
}
.advatbox >  ul li .li2{
    /* width: 600px; */
    height: 100%;
    display: block;
}
.advatbox >  ul li .li2 i{
    height: 70px;
    /* width: 80px; */
    display: block;
}
.aa{
    margin-left: 52px;
}
.advatbox .aa .content{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    width: 145px;
}
/* .advatbox >  ul li .li2 img{
  height: 100%;
  width: 100%;
    
 } */
.advatbox >  ul li .li2 p{
    font-size: 28px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 43px;
    margin-left: -11px;
}
.advatbox > ul > li .li2 .aa > div {
    width: 600px;
}
.advatbox > ul > li .li2 .aa > div{
    float: left;
    width: 33%;
    margin-top: 40px;
}
.advatbox > ul > li .li2 .aa > div{
    float: left;
    width: 26%;
    margin-top: 40px;
    margin-left: 15px;
}
.advatbox > ul > li .li2 .aa > div .content{
     /* margin-top: 10px; */
}
.advatbox .li1{
    height: 100%;
    /* display: none; */
}
.advatbox ul li.first{
    width: 600px;
}
.advatbox ul li .li1.first{
    display: none;
}
.li2 hr{
    margin: 53px 52px 20px 32px;
    width: 530px;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.ck-slide {
    width: 100%;
    height: 635px;
}

.ck-slide ul.ck-slide-wrapper {
    height: 635px;
}

.publicTopAll {
    position: absolute;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    /* background:  url(../images/bj.gif) no-repeat center; */
    /* height: 720px !important; */
    /* pointer-events:none;  */
}
/*  */
.air div{
    position: absolute;
    top: 600px;
    left: -200px;
    -webkit-animation: person1 8s ease-in infinite;
	animation: person1 8s ease-in infinite;
}
@-webkit-keyframes person1 {
	from {}
	to { -webkit-transform: translateX(2020px);}
}
@keyframes person1 {
	from {}
	to { -webkit-transform: translateX(2020px); transform: translateX(2020px);}
}

.air div img{
    -webkit-animation: person1Img 8s ease-out infinite;
	animation: person1Img 8s ease-out infinite;
}
@-webkit-keyframes person1Img {
	from {}
	to { -webkit-transform: translateY(-270px);}
}
@keyframes person1Img {
	from {}
	to { -webkit-transform: translateY(-270px); transform: translateY(-270px);}
}
/*  */
.star {
    position: relative;
}
.star img{
    position: absolute;
    top: -100px;
    right:  -100px;
    -webkit-animation: star1 4s linear infinite;
	animation: star1 4s linear infinite;
}
@-webkit-keyframes star1 {
	from {opacity: 0;}
	to { opacity: 1; top: 600px;right:600px;}
}
@keyframes star1 {
	from {opacity: 0;}
	to {opacity: 1;  top: 600px;right:600px;}
}
.startt{
    background: url(../images/mypic34.png) top center no-repeat;
    background-position-y: 85px;
}
