@charset "utf-8";
/*

*/
.content-box {width:100%; height:auto;}
.content{width:1170px; margin:0px auto;}
.content .title {font-size:20px; font-weight:bold; text-align:center; color:#00a73c; margin-bottom:20px;}
.content p {font-size:16px; line-height:25px; margin-bottom:30px;}
.content-box .banner {display: flex;text-align:center;align-items: center;justify-content: center;}
.content-box .banner img {text-align:center;max-width: 100%;max-height: 100%;}

ul.breadcrumb2 {
    margin-bottom: 2px;
    width: 1170px;
    margin: 10px auto 0px;
    color: #999;
    padding-left: 0px;
}

.breadcrumb2 {
    
}

.breadcrumb2 {
    list-style: none;
    border-radius: 4px;
}

.breadcrumb2>li {
    display: inline-block;
}

.breadcrumb2>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb2:after {
    color: #aaa;
    margin-left: 6px;
    display: inline-block;
    content: "\e63d";
    font-family: ZenIcon;
}

.intro {width:1170px; margin:60px auto 0px;}
.intro div {float:left;}
.intro-title {width:602px;padding-left: 68px;}
.intro-title h1 {color:#414141;font-size:26px; font-weight:bold;margin-top:0px;}
.intro-title h1 span:nth-child(2) {float:right;}
.intro-title p {font-size:15px;margin-top:15px;color:#414141;line-height: 1.53846154; text-align:left;}
.intro .intro-list {width:568px;}
.intro .intro-list img {width:100%;}
.intro .intro-list video {width:568px;margin-top:6px;}

.production-platform {width:1170px; height:auto; margin:60px auto 0px;}
.production-platform-title h1 {text-align:center;color:#414141; font-size:26px; font-weight:bold;}
.production-platform-title h1 span:nth-child(1) {}
.production-platform-title h1 span:nth-child(2) {float:right;}
.production-platform .production-platform-list ul {width:1170px; float:left; margin:0px; padding:0px;}
.production-platform .production-platform-list ul li{width:568px; height:auto; margin:34px 0px 0px 34px; float:left;text-align:center;}
.production-platform .production-platform-list ul li img {width:100%;}
.production-platform .production-platform-list ul li:nth-child(2n+1){margin-left:0px;}
.production-platform .production-platform-list ul li h1 {font-size: 13px;font-weight: normal;height:24px; line-height:24px;margin-top:5px;}

.strengths{
    width:1170px;
    height:110px;
    background-color:#ffffff;
    margin:84px auto;
}
.strengths ul{
    width:100%;
    height:110px;
    margin:0;
    padding:0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.strengths ul li{
    width:20%;
    height:50px;
    float:left;
    text-align:center;
    margin-top:30px;
}
.strengths ul li:nth-child(1){
    border-left:none;
}
.strengths ul li h6{
    font-size:46px;
    color:#00a73c;
    margin:0;
    height: 48px;
}
.strengths ul li h6 font{
    font-size:12px;
    margin-left:-11px;
}
.strengths ul li p{
    font-size:12px;
    color:#414141;
    margin:0;
    text-align: center;
}

.large-img {
    width:100%;
    height:auto;
    margin:0px auto;
}

.large-img img {
    width:100%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    .content-box .banner {
        padding:0px 10px;
    }

    ul.breadcrumb2 {
        width: 100%;
        padding: 0px 10px;
    }

    .intro {
        width: 100%;
        margin: 20px auto 0px;
        padding: 0px 10px;
    }

    .intro .intro-list {
        width: 100%;
    }

    .intro .intro-list video {
        width: 100%;
    }

    .intro-title {
        width: 100%;
        padding: 0px 10px;
    }

    .production-platform {
        width: 100%;
        margin: 20px auto 0px;
    }

    .strengths {
        width: 100%;
        height: auto;
        margin: 20px auto;
        padding:0px 10px;
    }

    .strengths ul li {
        width: 45%;
    }

    .strengths .strengths-ul-pc {
        height: auto;
        float: left;
    }

    .production-platform .production-platform-list ul {
        width: 100%;
    }

    .production-platform .production-platform-list ul li {
        width: 100%;
        margin: 20px 0px 0px 0px;
        padding:0px 10px;
    }

    .large-img {
        padding: 0px 10px;
    }
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

