/*产品部分*/

.about-right{

}


.zy-Slide>ul{
    position:relative;
    width:100%;
    height: 350px;
    margin: 60px auto;
}
.zy-Slide>ul>li{
    padding: 10px 100px;
}

.zy-Slide li p{
    color: #5b5b5b;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-btn{
    position: absolute;
    width: 100%;
    z-index: 10;
    top:40%;
}
.pro-btn>section>i{
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-color: #fff;
}
.qian{
    background: url("../images/one.png") no-repeat;
    left: 28%;
}
.hou{
    background: url("../images/one.png") no-repeat;
    right: 28.5%;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
@keyframes rotate {
    0%{
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);}
    100%{
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.scale{
    position: absolute;
    z-index: 9;
    left: 30%;
    top: -50px;
    width: 450px;
    height: 450px;
    border: 1px dashed #0093dd;
    border-radius: 50%;
    -webkit-animation:rotate 40s linear infinite;
    -o-animation:rotate 40s linear infinite;
    animation:rotate 40s linear infinite;
}

/*why us*/
.why{
    background-color: #FFFFFF;
    padding: 0 0 40px;
}
.why-head{
    text-align: center;
    font-size: 2rem;
    color: #888;
}
.why-cont,.advantage{
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why-cont-item{
    width: 25%;
    padding: 10px;
}
.why-cont-item>p{
    font-size: 1.3rem;
   
    line-height:25px;
}
.why-cont-item>h4{
    line-height: 40px;
	color:#0093dd;
}
.why-icon{
    float: left;
    display: inline-block;
    width: 30px;
    height: 40px;
}
.one{
    background: url("../images/icon1.jpg") no-repeat left center;
}
.two{
    background: url("../images/icon2.jpg") no-repeat left center;
}
.three{
    background: url("../images/icon3.jpg") no-repeat left center;
}
.four{
    background: url("../images/icon4.jpg") no-repeat left center;
}
@media (max-width: 992px){
    .why-cont-item{
        width: 50%;
    }
}
@media (max-width: 768px){
    .why-cont-item{
        width: 100%;
    }
}
/*我们的优势*/
.adv-left,.adv-right{
    width: 50%;
    background-color: #0093dd;
    color: #fff;
}
.adv-text{
    padding: 20px 30px;
}
.adv-text>h3{
    line-height: 48px;
	font-size: 3rem;
}
.adv-text>p{
    font-size: 1.4rem;
    line-height:35px;
	margin:10px 0px;
}
.adv-text>a{
    display: block;
    width: 178px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
}
.adv-text>i{
    position: relative;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #fff;
    margin: 5px 0;
}
@media (max-width: 1200px){
    .adv-left,.adv-right{
        width: 100%;
    }
}
/*关于我们*/
.about{
    padding: 50px 0 40px;
    background-color:#0093dd;
}
.about-left{
    position: relative;
}
.about-left-data{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    font-size: 1.4rem;
    color:#FFFFFF;
    width: 150px;
    line-height: 50px;
    text-align: center;
}
.about-left-data>span{
    color:#FFFFFF;
    font-size: 1.8rem;
}
.about-right>h2{
    font-size:3rem;
	color:#FFFFFF;
}
.about-right>p{
    font-size: 1.4rem;
    line-height: 28px;
    margin:20px 0;
	color:#FFFFFF;
}
.about-right>a{
    display: block;
    width: 135px;
    line-height: 35px;
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
}
.about-right>a>span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.about-right>a>span:nth-child(1){
    background: url("../images/jiantou.png") no-repeat;
    width: 12px;
    height: 10px;
    left: 10px;
    transition: .3s;
}
.about-right>a>span:nth-child(2){
    left: 20px;
}
.about-right>a:hover>span:nth-child(1){
    left: 15px;
}
.banner-box{
    position: relative;
	height:auto; overflow:hidden;
}
.banner-box>.banner-btn>i,.banner-box2>.banner-btn>i{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-top: 5px solid #70ccd7;
    border-right: 5px solid #70ccd7;
    transition: .3s;
    cursor: pointer;
    top:150px;

    margin: auto;
}
.banner-box>.banner-btn>i:hover{
    border-top: 5px solid #0093dd;
    border-right: 5px solid #0093dd;
}
.banner-box .next{
    right:5%;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.banner-box .prev{
    left: 5%;
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
}
.banner-box-win{
    margin: 0 auto;
    overflow: hidden;
}
.banner-box-win>ul>li{
    position: relative;
    float: left;
    width: 220px;
    margin-right: 20px;
	margin-top:40px;
}
.banner-box-win>ul>li img{
width: 220px;
}
/*新闻*/
.thumbnail{
    border:none;
}
.thumbnail:hover .caption>h3,.thumbnail:hover .news-head-right{
    color: #0093dd;
}
.news-head{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    color: #0093dd;
}
.news-head-left{
    position: relative;
}
.news-head-left>i{
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #0093dd;
    top:50%;
    left: 50%;
}
.day{
    font-size: 5rem;
}
.year{
    font-size: 1.4rem;
}
.news-head-right{
    color: #999;
    transition: .3s;
    font-size: 1.4rem;
    line-height: 35px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column-reverse;
}
.caption>h3{
    font-size: 1.6rem;
    line-height: 32px;
    transition: .3s;
}
.caption>p{
    font-size: 1.4rem;
}
/*email*/
.email,.say{
    background-color: #f9f9f9;
}
.email>.container{
    padding: 50px 0;
    border-bottom: 2px solid #999;
}
.email-left>img{
    margin: auto;
}
input[type="email"]{
    display: block;
    margin: 15px auto;
    width: 100%;
    height: 32px;
    border: 1px solid #d5d5d5;
    text-indent: 5px;
    color: #333;
}
input[type="submit"]{
    border-radius: 0;
    border: none;
}
/*他们怎么说*/
.say{
    padding:0 0 50px ;
}
.they-say{
    width: 80%;
    max-width: 815px;
    margin: 0 auto;
    overflow: hidden;
}
.they-say>ul>li{
    width: 815px;
    float: left;
    text-align: center;
    color: #999;
}
.they-say-item>h3{
    margin-bottom: 50px;
}
.they-say-item>p{
    font-size: 1.4rem;
    line-height: 28px;
}
.face{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 20px auto;
}
.media-heading{
    color: #333;
    margin-top: 20px;
}
.banner-box2{
     position: relative;
}
.banner-box2>.banner-btn{
    position: absolute;
    width: 100%;
    top:45%;
}
.banner-box2 .next{
    right:5%;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.banner-box2 .prev{
    left: 5%;
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
}


.quan {
   border-radius: 50%;
   }