input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;line-height: 1.5}
.wd1200{width:1200px;margin: 0 auto;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

/*头部样式*/
#header{width:1000px;margin:0 auto;}
.logo{float:left;}





/*友情链接*/
.f_link{width:1000px;margin:0 auto;margin-top:15px;line-height:30px;line-height:30px;background-color:#ececec;text-indent:20px;}

/*页面底部*/
#footer{position:relative;width:1000px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:8px;border-top:2px solid #eee;margin-top:15px;}
#footer a{color:#666;}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;}

/* 标题 */

.x-title {
    position: relative;
    text-align: center;
}

.x-title h3 {
    color: #333;
    font: 600 48px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333333;
    font-weight: 400;
}

.x-title p {
    color: #999999;
    font: 400 16px/44px "Microsoft yahei";
    text-transform: uppercase;
    margin-bottom: 4.4vh;
}

.x-title a:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .x-title p {
        font: 400 13px/20px "Microsoft yahei";
        margin-bottom: 2vh;
    }
    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a:hover {
    background: #fff;
}

/*关于我们*/

.x-about1 {
    display: flex;
    justify-content: center;
    background: url(../img/14878587/21/11/887bdcaa219e3ab345745f92b8e35bb1705bf214.jpg) no-repeat right center;
}

.x-about-left1 {
    width: 50%;
}

.x-about-left1 img {
    max-width: 100%;
}

.x-about-right1 {
    width: 50%;
}

.x-about-right-con {
    width: 630px;
    margin-left: 60px;
    margin-top: 5vh;
}

.x-about-right-con h3 {
    color: #333333;
    font: 600 30px/40px "Microsoft yahei";
    margin-bottom: 3vh;
}

.x-about-right-con h3 span {
    color: #1FA08C;
    font: 600 34px/40px "Airal";
    text-transform: uppercase;
    display: block;
}

.x-about-right-con p {
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}

.x-about-list {
    margin-top: 6vh;
}

.x-about-list li {
    float: left;
    width: 72px;
}

.x-about-list li+li {
    margin-left: 65px;
}

.x-about-list li .img {
    display: block;
    width: 72px;
    height: 72px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.x-about-list li .img img:first-child {
    max-width: 100%;
    display: block;
}

.x-about-list li .img img:last-child {
    max-width: 100%;
    display: none;
}

.x-about-list li h3 {
    margin-top: 1vh;
    color: #666666;
    font: 400 16px/30px "Microsoft yahei";
}

.x-about-list li:hover .img {
    background-color: #1FA08C;
}

.x-about-list li:hover h3 {
    color: #1FA08C;
}

.x-about-list li:hover .img img:first-child {
    display: none;
}

.x-about-list li:hover .img img:last-child {
    display: block;
}

@media (max-width: 1670px) {
    .x-about-right-con {
        width: 500px;
        margin-left: 60px;
    }
    .x-about-right-con h3 {
        margin-bottom: 1vh;
    }
    .x-about-list {
        margin-top: 4vh;
    }
    .x-about-right-con p{
    font: 400 15px/28px "Microsoft yahei";
    }
}
@media (max-width: 1400px) {

    .x-about-list {
        display: none;
    }
}
@media (max-width: 1024px) {
    .x-about1 {
        display: block;
      
    }
    .x-about-left1 {
        width: 100%;
    }
    .x-about-right1 {
        width: 100%;
        font-size: 12px;
    }
    .x-about-right1 strong {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .x-about-right-con {
        width: 100%;
        margin-left: 0;
        padding: 15px;
        margin-top: 2vh;
    }
    .x-about-right-con h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .x-about-right-con h3 span {
        font: 600 22px/40px "Airal";
    }
}

/*应用行业领域*/

.x-apply {
    padding: 6.6vh 0 8.8vh;
}

.x-apply-list {
    margin-left: -11px;
    margin-right: -11px;
}

.x-apply-list li {
    list-style-type: none;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    width: calc(25% - 22px);
}

.x-apply-list li img {
    max-width: 100%;
}

.x-apply-list li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
    color: #fff;
    font: 600 18px/70px "Microsoft yahei";
    border-bottom-right-radius: 80px;
}

.x-apply-list li h3 img {
    margin-right: 8px;
}

.x-apply-list li:hover h3 {
    background-color: #1FA08C;
}


@media(max-width:1442px){
      .x-apply-list li h3 {
       border-bottom-right-radius: 50px;  
    }   
}
@media(max-width:1040px){
    .x-apply-list li h3 {
       border-bottom-right-radius: 60px;  
    } 
}
@media(max-width:768px) {
    body{
        overflow-x: hidden;
    }
    .x-apply-list li {
        width: calc(50% - 22px);
        margin-top: 2vh;
    }
    .x-apply-list li h3 {
        font: 400 14px/30px "Microsoft yahei";
        top:50%;
        height: 30px;
        padding: 0;
        border-bottom-right-radius:0;

    }
    .x-apply-list li h3 img {
        display: none;
    }
}
/*客户*/

.x-title.write {
    margin-bottom: 3vh;
}

.x-title.write h3 {
    color: #fff;
}

.x-title.write p {
    color: #fff;
    margin-bottom: 5.2vh;
}

.x-client {
    padding: 5.8vh 0 7vh 0;
    background: url(../img/14878587/21/11/ed27fa815831823b5333cc59be7af8c9a4488976.jpg) no-repeat center; background-size:cover
}

.x-client li {
    list-style-type: none;
    float: left;
    margin:10px 0;
    width: calc(25% - 10px); text-align:center
}

.x-client li img {
    max-width: 100%; height:200px; width:auto;
}

@media (max-width:1024px) {
    .x-client li {
        width: calc(50% - 2px);
    }
}