/**nybanner**/

.pc-img
{
    display: block;
}
.phome-img
{
    display:none;
}



.nybanner
{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
}

.nybanner img
{
    width: 100%;
}

.nybanner .bntext
{
    position: absolute;
    top: 20%;
    width: 100%;
}
.nybanner .bntext-c
{
    top: 50%;
    transform: translateY(-50%);
}


.nybanner .bntext p
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}


.nybanner .bntext p .subname
{
    display: block;
    font-size: 3.2em;
    color: #000;
    font-weight: 700;
}
.nybanner .bntext p .def1
{
    display: block;
    font-size: 1.25em;
    color: #000;
    margin-top: 15px;
}
.nybanner .bntext p.color .subname,.nybanner .bntext p.color .def1
{
    color: #fff; 
}

.nybanner .bntext p.center {
    text-align: center;
}
.nybanner .bntext p.center .def1 {text-align: center;margin: auto;}

/**fl**/
.fl
{
    margin-top: -50px;
    position: sticky;
    z-index: 2;
    top: 80px;
    transition: all 0.5s;
}



.flcenter
{
    max-width: 1400px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px 0px 20px;
    width: calc(86% - 40px);
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
    transition: all 0.5s;
}
.active_top .flcenter
{
    background: rgba(255,255,255,1); 
}



.fllist
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fltitle a
{
    line-height: 100px;
    display: inline-flex;
    color: #000;
    font-size: 1.2em;
    padding: 0px 20px;
    cursor: pointer;
    transition: all 0.5s;
}
.active_top .fltitle a
{
    line-height: 60px;
    font-size: 1em;
}


.fltitle a.cur,.fltitle a:hover
{
    font-weight: 700;
    color: #000;
}

.fl .consultation a
{
    line-height: 60px;
    background: #3284ff;
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: 0px 35px;
    font-size: 1em;
    transition: all 0.5s;
}
.active_top.fl .consultation a
{
    line-height: 40px;
    padding: 0px 20px;
    font-size: 1em;
}


/**carbonpag1**/

.carbonpag1
{
    padding: 100px 0px 0px;
}
.carbonpag1 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.cartitle
{
    text-align: center;
    margin-bottom: 40px;
}
.cartitle p
{
    font-size: 3.2em;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
}

.cartitle span
{
    display: block;
    font-size: 1.25em;
    color: #000;
}
.carbonpag1 .center li img
{
    width: 100%;
}


#id1,#id2,#id3,#id4
{
    height: 0px;
    position: relative;
    top: -80px;    
}



/**carbonpag2**/

.carbonpag2
{
    overflow: hidden;
    padding-top: 120px;
    width: 100%;
}
.carbonpag2 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.carbonpag2 ul li
{
    width: calc((100% - 50px)/3);
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
.carbonpag2 ul li:nth-of-type(3n)
{
    margin-right: 0px;
}

.carbonpag2 ul li .ico
{
    height: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 55%;
    width: 100%;
}
.carbonpag2 ul li .ico img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%)scale(1);
    transition: all 0.5s;
}
.carbonpag2 ul li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1);  
}


.carbonpag2 ul li .text
{
    padding: 30px;
    overflow: hidden;
    position: relative;
}
.carbonpag2 ul li .text .title
{
    font-size: 1.54em;
    color: #000;
    font-weight: 700;
    transition: all 0.5s;
}
.carbonpag2 ul li:hover .text .title
{
    color:#3284ff;
}


.carbonpag2 ul li .text .ext-carbon
{
    color: #646464;
    min-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-top: 15px;
    line-height: 1.5em;
    font-size: 1.08em;
}
.carbonpag2 ul li .text .more
{
    display: inline-block;
    border: 1px #000 solid;
    border-radius: 4px;
    padding: 0px 20px;
    line-height: 42px;
    margin-top: 40px;
    transition: all 0.5s;
    font-size: 1em;
    min-width: 120px;
    text-align: center;
    color: #000;
}
.carbonpag2 ul li:hover .text .more
{
    background:#3284ff;
    color: #fff;
    border: 1px #3284ff solid;  
}


/**carbonpag3**/

.carbonpag3
{
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 0px;
}

.carbonpag3 .center
{
    overflow: hidden;
    padding-bottom: 0px;
    width: 100%;
}
.carbonpag3 ul
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px 100px;
    width: 86%;
}



.carbonpag3 ul li
{
    width: calc((100% - 60px)/4);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.06);
}

.carbonpag3 ul li .ico
{
    height: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 55%;
    width: 100%;
}
.carbonpag3 ul li .ico img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%)scale(1);
    transition: all 0.5s;
}
.carbonpag3 ul li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1);   
}


.carbonpag3 ul li:nth-of-type(4n) {
    margin-right: 0px;
}
.carbonpag3 ul li .text
{
    padding: 35px;
    overflow: hidden;
    position: relative;
}
.carbonpag3 ul li .text .title
{
    font-size: 1.54em;
    color: #000;
    font-weight: 700;
    transition: all 0.5s;
}
.carbonpag3 ul li:hover .text .title
{
    color:#3284ff;
}



.carbonpag3 ul li .text .ext-carbon
{
    color: #646464;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-top: 15px;
    line-height: 1.5em;
    font-size: 1.1em;
}
.carbonpag3 ul li .text .more
{
    display: inline-block;
    border: 1px #000 solid;
    border-radius: 4px;
    padding: 0px 20px;
    line-height: 42px;
    margin-top: 40px;
    transition: all 0.5s;
    font-size: 1em;
    min-width: 120px;
    text-align: center;
    color: #000;
}
.carbonpag3 ul li:hover .text .more
{
    background:#3284ff;
    color: #fff;
    border: 1px #3284ff solid;  
}



/**carbonpag4**/

.carbonpag4
{
    overflow: hidden;
    width: 100%;
    position: relative;
    position: relative;
    overflow: hidden;
    background: #e3e4e7;
    padding: 100px 0px;
    background-image: linear-gradient(to right, #fafafa , #c4c8cc);
}
.carbonpag1 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.carbonpag4 .cartitle
{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.carbonpag4 img
{
    max-width: 86%;
    margin: auto;
    display: block;
    width: auto;
}


/**carbonpag5**/

.carbonpag5
{
    background: url(../image/lybg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.carbonpag5 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}


ul.lycontact
{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0px 20px;
}

ul.lycontact li
{
    
}

ul.lycontact li p
{
    font-size: 1em;
    color: #747474;
}
ul.lycontact li span
{
    font-size: 1.15em;
    color: #000;
}


/**carbonpag6**/
.pag4.carbonpag6
{
    padding: 100px 0px 0px; 
}

/**carbon-about**/

.carbon-about
{
    
}
.carbon-about .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 120px 20px;
    width: 86%;
}
.carbon-about .center li
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.carbon-about .ico
{
    width: 40%;
    padding-right: 0px;
    overflow: hidden;
}
.carbon-about .ico img
{
    max-width: 100%;
}

.carbon-about .text
{
    width: 60%;
    padding-left: 70px;
}
.carbon-about .text .title
{
    font-size: 3.2em;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
}
.carbon-about .text .title span{
    font-weight: normal;
    font-size: 0.7em;
    margin-left:0px;
}

.carbon-about .text .main
{
    font-size: 1em;
    line-height: 2em;
    color: #373737;
    padding-right: 0px;
    margin-top: 60px;
}
.carbon-about .text .main p
{
    font-size: 1em;
}
.carbon-about .text .main h3
{
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    margin-top: 50px;
}

.carbon-about .text .main::-webkit-scrollbar {
        width: 4px;
        height: 0px;
        border-radius: 3px;  
}
.carbon-about .text .main::-webkit-scrollbar-button{
        height:0px;
        
}
.carbon-about .text .main::-webkit-scrollbar-thumb{
        background-color:#000000;
        border-radius: 3px;   
}


.carbon-about .text .main::-webkit-scrollbar-track-piece{
        background:#d8d8d8;
        border-radius: 3px;       
}


/**about**/

.about
{
    
}
.about .center
{
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;
    width: 86%;
}
.about1
{
    text-align: center;
    margin-top: 90px;
}
.about1 img
{
    max-width:100%;
}

.about1 img.pic1
{
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.about1 img.pic2
{
    margin: 80px 0px 30px 0px;
    max-width: 350px;  
}

.about1 .title
{
    font-size: 1.4em;
    color: #000;
    font-weight: 700;
}


.about2
{
    overflow: hidden;
    margin-top: 80px;
    display: flex;
    width: 100%;
    align-content: center;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
}
.about2-left
{
    width: 55%;
    line-height: 1.8em;
    color: #333;
    font-size: 1.1em;
}
.about2-left h1
{
    color: #000;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 40px;
}
.about2-left h1 em
{
    font-style: normal;
    font-size: 0.7em;
    font-weight: normal;
    margin-left:0px;
}

.about2-left h3
{
    font-weight: 700;
    font-size: 1.4em;
    margin: 50px 0px 30px;
}
.about2-left ul
{
    display: flex;
}
.about2-left ul li
{
    margin-right: 25px;
}
.about2-left ul li img
{
    border-radius: 50%;
    margin-bottom: 10px;
    width: 40%;
}
.about2-left ul li p
{
    text-align: center;
    color: #333;
    font-size: 1em;
}

.about2-right
{
    width: 45%;
    padding-left: 80px;
}

.about2-right img
{
    width: 100%;
    max-width: 100%;
}
.about3
{
    
}
.about3 ul
{
    display: flex;
}
.about3 ul li
{
    width: calc((100% - 100px)/3);
    margin-right: 50px;
}
.about3 ul li:nth-of-type(3n)
{
    margin-right: 0px;
}



.about3 ul li img
{
    width: 100%;
}

.about3 ul li h1
{
    text-align: center;
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about3 ul li p
{
    font-size: 1.1em;
    color: #333;
    text-align: center;
}
.about4
{
    overflow: hidden;
    background: url(../image/about_38.jpg) no-repeat center;
    padding: 100px;
    margin-top: 70px;
    margin-bottom: 100px;
}
.about4 .text
{
    display: inline-block;
    line-height: 2em;
    text-align: left;
    color: #333;
    margin-left: 10%;
}

.about4 p
{
    font-size: 1.1em;
}




/**carbon-culture**/

.carbon-culture
{
    background: url(../image/about3.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.carbon-culture .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 150px 20px;
    width: 86%;
}
.carbon-culture .cartitle p,.carbon-culture .cartitle span
{
    color: #fff;
}

.carbon-culture li
{
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 180px auto  0px;
}
.carbon-culture li .text
{
    min-width: 180px;
}
.carbon-culture li .text img
{
    height: 48px;
    width: auto;
    display: block;
    margin: auto;
}
.carbon-culture li .text .title
{
    font-size: 1.7em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 70px 0px 30px;
}
.carbon-culture li .text .ext_carbon
{
    color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: center;
}


/**carbon-contact**/

.carbon-contact
{
    background: #fafafa;
}
.carbon-contact .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 70px 20px;
    width: 86%;
}
.carbon-contact .main
{
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.carbon-contact .left
{
    width: 50%;
}
.carbon-contact .right
{
    width: 50%;
    padding: 0px 5em;
}
.carbon-contact .right li
{
    margin: 1.3em 0px;
}
.carbon-contact .right li.tel
{
    pointer-events: none;
}


.carbon-contact .right span
{
    font-size: 1.2em;
    color: #000;
}
.carbon-contact .right p
{
    color: #747474;
    font-size: 1em;
    line-height: 1.6em;
}
.carbon-contact .right .title
{
    font-size: 1.6em;
    color: #000;
    font-weight: 700;
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
    margin-bottom: 2.5em;
}


/**cooperate**/

#cooperate1,#cooperate2
{
    height: 0px;
    position:relative;
    top:-80px;
}


.cooperate
{
    position: relative;
    padding-bottom: 0px;
}

.cooperate .center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
    position: relative;
    margin-top: -150px;
    overflow: hidden;
}


.cooperate .center .cartitle
{
    margin-top:50px;
    margin-bottom: 50px;
}

.cooperate ul.main li
{
    width: calc((100% - 92px)/5);
    float: left;
    margin-right: 23px;
    margin-bottom: 23px;
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.cooperate ul.main li:nth-of-type(5n)
{
    margin-right: 0px;
}

.cooperate ul.main li .ico img
{
    width: 100%;
}
.cooperate ul.main li .title
{
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #000;
    font-size: 1em;
    z-index: 2;
    width: 100%;
}

/**carbon-case**/


.carbon-case
{
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    padding: 100px 0px 100px;
}
.carbon-case.basewidth
{
    padding-top: 50px;
    padding-bottom: 50px;
}


.carbon-case .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.carbon-case .center ul.main li
{
    width: calc((100% - 120px)/3);
    float: left;
    margin-right: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}
.carbon-case .center ul.main li:nth-of-type(3n)
{
    margin-right: 0px;
}


.carbon-case .center ul.main li .ico
{
    position: relative;
    overflow: hidden;
    padding-top: 66%;
    width: 100%;
}
.carbon-case .center ul.main li .ico img
{
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    object-fit: cover;
    height: 100%;
}
.carbon-case .center ul.main li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1);   
}



.carbon-case .center ul.main li .title
{
    line-height: 80px;
    font-size: 1.1em;
    text-align: center;
    color: #000;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}




/**details**/

.details
{
    background:#fafafa;
}
.details .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;  
}


.details h1
{
    font-size: 3.2em;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}
.details h3
{
    display: block;
    font-size: 1.25em;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.solution
{
    padding: 120px 0px 0px;
}

.solution img
{
    width:100%;
}


.technology
{
    overflow: hidden;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 120px;
}

.technology ul
{
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
    width: calc(100% - 1px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.technology ul li
{
    width: calc(100% / 3);
    float: left;
    padding: 40px 3em;
    border: 1px #eee solid;
    background: #fff;
    border-right: none;
    border-bottom: none;
}
.technology ul li p
{
    text-align: center;
    font-size: 1em;
    color: #595959;
}
.technology ul li p.title
{
    color: #000;
    font-size: 1.4em;
    margin: 15px 0px 10px;
    font-weight: 700;
}

.technology ul li img
{
    height: 64px;
    margin: auto;
    display: block;
}

.data
{
    position: relative;
    overflow: hidden;
    margin-top: 120px;
    background: #e3e4e7;
    padding: 100px 0px;
    background-image: linear-gradient(to right, #fafafa , #c4c8cc);
}
.data img
{
    max-width: 86%;
    margin: auto;
    display: block;
    width: auto !important;
    height: auto !important;
}
.data .text
{
    position: relative;
    width: 100%;
}


.quality
{
    overflow: hidden;
    width: 100%;
    padding: 100px 0px 0px;
}
.quality h3
{
    margin-bottom: 80px;
}


.quality ul li
{
    position: relative;
}
.quality ul li:nth-last-of-type(1):before 
{
    display: none;
}
.quality ul li img
{
    display: block;
    margin: auto;
}

.quality ul li:before
{
    content:'';
    width: 27px;
    height: 17px;
    background: url(../image/jt.png) no-repeat left center;
    position: absolute;
    right: -50px;
    top: 40px;
}
.quality.car-quality ul li:before
{
    right: -100px;
}

.quality ul li p.title
{
    color: #000;
    display: block;
    margin-top: 20px;
    font-size: 1.1em;
}
.quality ul
{
    display: flex;
    justify-content: space-between;
}
.car-quality ul
{
    max-width: 800px;
    margin: auto;
}

.scene
{
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;

}
.gf
{
    padding-bottom: 0px;    
}

.scene ul
{
    
}

.scene ul li
{
    width: calc((100% - 100px)/3);
    float: left;
    margin-right: 50px;
    overflow: hidden;
    margin-bottom: 50px;
}
.scene ul li:nth-of-type(3n)
{
    margin-right: 0px;
}


.scene ul li .pics
{
    height: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    width: 100%;
    border-radius: 0;
}
.scene ul li .pics img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%)scale(1);
    transition: all 0.5s;
}

.scene ul li:hover .pics img
{
    transform: translate(-50%,-50%)scale(1.1); 
}

.scene ul li .title
{
    line-height: 80px;
    background: #fff;
    text-align: center;
    padding: 0px 20px;
    font-size: 1.1em;
    color: #000;
}


.carbon-case.basewidth .cartitle a 
{
    color: #0072ff;
    font-size: 1em;
    margin-top: 20px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.carbon-case.basewidth .cartitle a i
{
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0072ff;
    border-color: #0072ff;
    transform: rotate(45deg);
    border-right: 2px solid #0072ff;
}



.specificities
{
    overflow: hidden;
    padding-top: 100px;
}
.specificities .main
{
    display: flex;
    justify-content: space-between;
}
.specificities .car-main
{
    max-width: 1200px;
    margin: auto;
}

.specificities .main ul
{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.specificities .main ul li
{
    width: calc((100% - 60px)/3);
    display: flex;
    height: 110px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    align-items: center;
    padding: 0px 1.5vw;
    justify-content: center;
}
.specificities .car-main.main li
{
    justify-content: center;
}



.specificities .main ul li .title
{
    font-size: 1.1em;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specificities .main ul li .title:before
{
    content:'';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 5px #0072ff solid;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
}
.specificities .main .pic
{
    width: 30%;
    text-align: right;
}

.specificities .main .pic img
{
    max-width: 100%;
}


/**solutionlist**/

.solutionlist
{
    overflow: hidden;
    padding-top: 120px;
}

.solutionlist ul
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.solutionlist ul li
{
    width: calc((100% - 80px)/5);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.solutionlist ul li:nth-of-type(5n)
{
    margin-right: 0px;
}


.solutionlist ul li .ico
{
    position: relative;
    overflow: hidden;
    padding-top: 58%;
    width: 100%;
}
.solutionlist ul li .ico img
{
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    object-fit: cover;
    height: 100%;
}
.solutionlist ul li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1); 
}


.solutionlist ul li .title
{
    text-align: center;
    color: #000;
    font-size: 1.1em;
    padding: 15px 0px;
}   



/**nynews**/

.nynews
{
    background: #fafafa;
    overflow: hidden;
    padding-bottom: 30px;
}

.nynews .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.newsfl
{
    height: 70px;
}
.newsfl a
{
    font-size: 1em;
    color: #000;
    line-height: 74px;
    display: inline-block;
    padding: 0px 25px;
}


.newsfl a.on,.newsfl a:hover
{
    color: #000;
    font-weight:bold;
}


.newsmain
{overflow: hidden;margin-bottom: 30px;}
.newsmain li
{
    
}
.newslist
{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    padding: 10px 30px 60px;
    margin-bottom: 30px;
}


.newsmain li a
{
    display: flex;
    padding: 30px 0px;
    border-bottom: 1px #eee solid;
    align-items: center;
}
.newsmain li .ico
{
    width: 32%;
    position: relative;
    overflow: hidden;
    padding-top: 15%;
}
.newsmain li .ico img
{
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    object-fit: cover;
    height: 100%;
}

.newsmain li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1); 
}

.newsmain li .text
{
    padding-left: 30px;
    width: 90%;
}
.newsmain li .title
{
    font-size: 1.2em;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
}
.newsmain li:hover .title
{
    font-weight:700;
}

.newsmain li .ext_summary
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
    line-height: 1.8em;
    /**text-indent: 2em;**/
    margin: 15px 0px;
}
.newsmain li .more
{
    color: #1881ff;
    font-size: 0.9em;
}



/**Details_pag**/

.Details_pag
{
    background: #fafafa;
    overflow: hidden;
    padding: 10px 0px 60px;
}
.mbx_list
{
    color: #999;
    font-size: 0.8em;
    background: url(../image/mbx.png) no-repeat left center;
    background-size: 14px;
    padding-left: 16px;
}
.mbx_list a
{
    margin:0px 5px;
}

.news_detail
{
    padding-top:50px;
}

.Details_pag .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.news_detail .title
{
    font-size: 2.2em;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: auto;
}

.news_detail .info_title
{
    text-align: center;
    color: #000;
    margin: 30px 0px;
}
.news_detail .author
{
    margin-right: 30px;
    background: url(../image/icon.png) no-repeat left center;
    background-size: 18px;
    padding-left: 26px;
}
.news_detail .date
{
    margin-right: 30px;
    background: url(../image/icon2.png) no-repeat left center;
    background-size: 18px;
    padding-left: 26px;
}
.news_detail .visits
{
    color: #999;
}



.Details_pag .content{
    font-size: 17px;
    line-height: 27px;
    color: #373737;
    width: 100%;
    margin: auto;
	box-sizing: border-box; background-color: #FFF; padding: 25px; border-radius: 6px;
}
.Details_pag .content *
{
    background:none !important;
}


.Details_pag .content img{
    max-width: 100%;
    height: auto;
    width:auto;
}

.detailpage
{
    display: flex;
	justify-content: space-between;
	align-items: center;
    width: 100%;
    margin: 40px auto 0px;
	margin-bottom: 40px;
	font-size: 1em;
	background-color: #FFF;
	box-sizing: border-box; padding: 15px;
	font-size: 15px; border-radius: 6px;
}

.detailpage .precontent, .detailpage .nextcontent
{
    width: calc(50% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000;
}
.detailpage .precontent{
	display: flex; justify-content: flex-start; align-items: center;
}
.detailpage .nextcontent{
	display: flex; justify-content: flex-end; align-items: center;
}

.honor
{
    background: #fafafa;
    overflow: hidden;
    padding: 120px 20px 100px;
    width:100%;
}
.honor .center
{
    max-width: 1440px;

    margin: auto;
    padding: 0px 20px 0px;
    width: 86%;
}
.honor .main
{
    position: relative;
    padding: 0px 80px;
    max-height: 580px; 
}

.swiper-honor
{
    overflow: hidden;
}
.honor .ico
{
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 0px;
}

.honor .ico img
{
    transition: all 0.3s ease-in-out;
    width: 100% !important;
    vertical-align: middle;
    /*max-height: 100%;*/
    object-fit: contain;
}
.honor li:hover .ico img
{
	transform: scale(1.05)  
}


.honor .text
{
    padding: 20px 0px;
}
.honor .text .title
{
    font-size: 1em;
    color: #000;
    text-align: center;
}
.honor .text .ext_aboutgy
{
    font-size: 1em;
    color: #000;
    text-align: center;
}



.honor .swiper-button-prev, .honor .swiper-button-next {
    background: #666;
    border: 1px #666 solid;
}
.honor .swiper-button-prev:hover, .honor .swiper-button-next:hover
{
    background:#3284ff;
    border: 1px #3284ff solid;   
}

.honor .swiper-button-prev:after,.honor .swiper-button-next:after {
    color: #fff !important;
}



/**SuccessMessage**/


.SuccessMessage
{
    text-align: center;
    padding: 180px 0px;
}
.SuccessMessage p
{
    font-size: 1.6em;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}
.SuccessMessage p span
{
    display: block;
}


/**support**/

.support
{
    
}
.support .center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.support
{
    background: #fafafa;
    overflow: hidden;
    width: 100%;
    padding: 100px 0px 40px;
}
.supportfl
{
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 2px #d7d7d7 solid;
}
.supportflej
{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.supportflej a
{
    line-height: 44px;
    border: 1px #222 solid;
    display: inline-block;
    padding: 0px 20px;
    color: #000;
    font-size: 0.9em;
    margin: 0px 10px;
    border-radius: 4px;
}
.supportflej a:hover,.supportflej a.on
{
background: #3284ff;
color:#fff;
border: 1px #3284ff solid;  
}




.supportfl a
{
    line-height: 80px;
    color: #000;
    font-size: 1.3em;
    padding: 0px 20px;
    position: relative;
    margin: 0px 40px;
}
.supportfl a:before
{
    content:'';
    width: 0%;
    bottom: 0px;
    position: absolute;
    bottom: -2px;
    background: #000;
    height: 2px;
    left: 0px;
}
.supportfl a.on:before
{
    width:100%;  
}

.supportmain
{
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}


.supportmain li
{
    width: calc((100% - 20px)/2);
    float: left;
    border: 1px #d5d5d5 solid;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.supportmain li:nth-of-type(2n)
{
    margin-right:0px; 
}


.supportmain li .title
{
    font-size: 1.3em;
    color: #000;
    min-height: 70px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
}
.supportmain li:hover .title
{
    color:#3284ff;  
}


.supportmain li .text
{
    display: flex;
    justify-content: space-between;
    border-top: 1px #d5d5d5 solid;
    padding-top: 30px;
    display: flex;
    align-items: center;
}
.supportmain li .text .ext_type
{
    border: 1px #eee solid;
    padding: 4px 20px 4px 44px;
    border-radius: 20px;
    font-size: 0.88em;
    color: #000;
    background: url(../image/wjicon.png) no-repeat 20px center;
    background-size: 16px;
}
.supportmain li .text .date
{
    background: url(../image/icon2.png) no-repeat left center;
    background-size: 18px;
    padding-left: 26px;
    font-size: 0.88em;
    color: #000;
}


/**support-video**/

.support-video
{
    overflow: hidden;
    margin-top: 40px;
}
.support-video li a
{display: block;}
.support-video li .ico
{width: 100%;position: relative;overflow: hidden;padding-top: 60%;height: 0px;background: #000;} 

.support-video li .ico:before
{
    content:'';
    width: 70px;
    height: 70px;
    background: url(../image/video-icon.png) no-repeat center center;
    background-size: 72%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    border: 1px #fff solid;
    border-radius: 100%;
}

.support-text
{
    padding: 30px;
}

.support-video li .ico img
{
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
    object-fit: cover;
    height: 100%;
    opacity: 0.7;
}
.support-video li:hover .ico img
{
    transform: translate(-50%,-50%)scale(1.1);
}


.support-video li
{
    width: calc((100% - 80px)/3);
    float: left;
    border: 0px #d5d5d5 solid;
    background: #fff;
    border-radius:0px;
    padding: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.support-video li:nth-of-type(3n)
{
    margin-right: 0px;
}

.support-video li .title
{
    font-size: 1.3em;
    color: #000;
    min-height: 70px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
}
.support-video li .text
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    border-top: 1px #d5d5d5 solid;
    padding-top: 30px;
    display: flex;
    align-items: center;
}
.support-video li:hover .title
{
    color:#3284ff;    
}


.support-video li .ext_type
{
    border: 1px #eee solid;
    padding: 4px 20px 4px 44px;
    border-radius: 20px;
    font-size: 0.88em;
    color: #000;
    background: url(../image/wjicon.png) no-repeat 20px center;
    background-size: 16px;
}
.support-video li .date
{
    background: url(../image/icon2.png) no-repeat left center;
    background-size: 18px;
    padding-left: 26px;
    font-size: 0.88em;
    color: #000;
}

/**search-result**/

.search-result
{
    background: #fafafa;
    padding: 140px 0px;
    overflow: hidden;
    min-height: 80vh;
}

.search-result .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;  
}
.searchtitle
{
    font-size: 3.2em;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}
.searchmain
{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
}
.searchmain li
{
    padding: 40px 0px;
    border-bottom: 1px #eee solid;
}
.searchmain li p
{
    font-size: 1.5em;
    color: #333;
    font-weight: 700;
}
.searchmain li span
{
    font-size: 1em;
    margin-top: 10px;
    display: block;
    color: #666;
}

/**Integration**/


.Integration
{
    overflow: hidden;
    padding-top: 120px;  
}
.Integration .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%; 
}
.Integration ul
{
    display: flex;
    justify-content: space-between;
}
.Integration ul li
{
    width: calc((100% - 80px)/3);
    background: #fff;
    padding: 80px 40px 80px;
}
.Integration ul li img
{
    width: auto;
    max-height: 116px;
    display: block;
    margin: auto;
}
.Integration ul li .title
{
    font-size: 1.5em;
    color: #000;
    text-align: center;
    margin-top: 20px;
}


/**Integration2**/

.Integration2
{
    overflow: hidden;
    padding-top: 120px;  
}
.Integration2 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%; 
}

/**Integration3**/


.Integration3,.Integration4,.Integration5,.Integration7
{
    overflow: hidden;
    padding-top: 120px;    
}

.Integration3 .center,.Integration4 .center,.Integration5 .center,.Integration7 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;   
}
.Integration2 .center img,.Integration3 .center img,.Integration4 .center img,.Integration5 .center img,.Integration7 .center img
{
    max-width:100%;
}


.whitebg
{
    background: #fff;
    overflow: hidden;
    padding: 0px 80px 80px;
}

.sub-cartitle
{
    margin-top: 70px;
    margin-bottom: 20px;
}
.sub-cartitle p
{
    font-size: 1.5em;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.sub-cartitle span
{
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.3em;
}

.whitebg ul
{
    display: flex;
    justify-content: space-between;
}
.whitebg ul li
{
    width: calc((100% - 0px)/4);
}
.whitebg ul li img
{
    max-width: 100%;
}
.whitebg ul li .title
{
    text-align: center;
    color: #000;
    font-size: 1.1em;
}


/**Integration6**/
.Integration6
{
    overflow: hidden;
    padding-top: 120px;   
}
.Integration6 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;   
}
.Integration6_fl
{
    display: flex;
    justify-content: center;
    background: #fff;
    max-width: 500px;
    margin: 0px auto 40px;
    border-radius: 4px;
    overflow: hidden;
}
.Integration6_fl a
{
    line-height: 60px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    font-size: 1.1em;
    color: #737373;
    cursor: pointer;
}
.Integration6_fl a.cur
{
    background: #3284ff;
    color: #fff;
}



.Integration6 .center ul
{
    display: none;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    min-height: 480px;
}
.Integration6 .center ul.list2
{
    align-items: center;
}


.Integration6 .center ul.cur
{
    display: flex;
}

.Integration6 .center ul.list1 li
{
    width: calc((100% - 120px)/4);
}
.Integration6 .center ul.list1 li .ico
{
    padding-top: 70%;
    height: 0px;
    overflow: hidden;
    position: relative;
}

.Integration6 .center ul.list1 li:hover .ico img 
{
    transform: scale(1.1);
}


.Integration6 .center ul.list1 li .ico img
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.Integration6 .center ul.list1 li .text
{
    padding: 1.8em;
    background: #fff;
}
.Integration6 .center ul.list1 li .text .title
{
    font-size: 1.3em;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.Integration6 .center ul.list1 li:hover .title
{
    color:#3284ff; 
}

.Integration6 .center ul.list1 li .text .summary
{
    font-size: 1.1em;
    line-height: 1.7em;
    color: #666;
}


.Integration6 .center .main
{
    overflow: hidden;
    position: relative;
}


.Integration6 .center ul.list2 li
{
    width: 100%;
    overflow: hidden;
}
.Integration6 .center ul.list2 li img
{
    max-width: 100%;
}




/**Integration7**/

.Integration7 ul
{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Integration7 ul.list2 li
{
    width: calc((100% - 8px)/4);
    background: #fff;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

.Integration7 ul.list2 li p
{
    color: #000;
    font-size: 1.2em;
}


.Integration8
{
    background: #f5f5f5;
    padding-bottom: 60px;
}
.Integration8 span
{
    display: block;
}

.Integration8.carbon-case .center ul.main li .title
{
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    padding: 20px; 
}


/**education**/


.education10
{
    overflow: hidden;
    width: 100%;
    padding-top: 110px;
}

.education10 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}
.education10 .center ul
{
    
}
.education10 .center ul li
{
    width: calc((100% - 75px)/4);
    float: left;
    margin-right: 25px;
    margin-bottom: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
    position: relative;
}
.education10 .center ul li:nth-of-type(4n)
{
    margin-right:0px;  
}


.education10 .center ul li img
{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.education10 .center ul li:hover img
{
    transform: scale(1.1);  
}

.education10 .center ul li .text
{
    position: absolute;
    bottom: 0px;
    padding: 30px;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
}
.education10 .center ul li:hover .text
{
    padding: 40px 30px; 
}


.education10 .center ul li .title
{
    background: #3284ff;
    display: inline-block;
    font-size: 1.1em;
    line-height: 42px;
    min-width: 94px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.education10 .center ul li:hover .title
{
    background:#3284ff;  
}

.education10 .center ul li .ext-carbon
{
    font-size: 1.1em;
}



.carbonpag2.education2 ul li .text
{
    padding: 35px;
    overflow: hidden;
    position: relative;
    border: 1px #E6E6E6 solid;
}

.carbonpag2.education2 ul li {
    width: calc((100% - 80px)/3);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}
.carbonpag2.education2 ul li:nth-of-type(3n) {
    margin-right: 0px;
}


.carbonpag2.education2 ul li .text .ext-carbon {
    min-height: 60px;
    font-size: 1em;
}


/**education1**/

.education1
{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 120px;
}

.education1 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;
}

.education1_fl
{
    display: flex;
    justify-content: center;
    background: #F1F1F1;
    max-width: 1200px;
    margin: 0px auto 60px;
    border-radius: 4px;
    overflow: hidden;
}
.education1_fl a
{
    line-height: 60px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    font-size: 1.1em;
    color: #737373;
    cursor: pointer;  
}
.education1_fl a.cur
{
    background: #3284ff;
    color: #fff;
}

.education1 .main
{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.education1 .main ul
{
    display:none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.education1 .main ul.cur {
    display: flex;
}


.education1 .main ul li
{
    width: calc((100% - 6px)/4);
    float: left;
    text-align: center;
    background: #fff;
    margin-bottom: 2px;
    padding: 60px 30px;
}
.education1 .main ul.list li
{
    width: calc((100% - 3px)/2);   
}

.education1 .main ul li img
{
    width: auto;
    max-width: 90px;
}
.education1 .main ul li .title
{
    font-size: 1.3em;
    color: #111111;
    margin-top: 30px;
}


.education110
{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 120px;
}

.education110 .center
{
    max-width: 1440px;
    overflow: hidden;
    margin: auto;
    padding: 0px 20px;
    width: 86%;   
}

.education110 ul
{
    
}

.education110 ul li
{
    width: calc((100% - 90px)/3);
    float: left;
    margin-right:45px;
    margin-bottom: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
    position: relative;
    padding: 65px 0px;
    background: #fff;
}

.education110 ul li:nth-of-type(3n)
{
    margin-right: 0px;
}

.education110 ul li img
{
    width: auto;
    max-width: 100px;
    display: block;
    margin: auto;
}

.education110 ul li .title
{
    font-size: 1.5em;
    color: #000;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}
.education110 ul li .ext-carbon
{
    color: #000;
    text-align: center;
    font-size: 1.1em;
    margin-top: 20px;
    line-height: 1.7em;
}

.carbonpag2.education3
{
    padding-top: 80px;    
}

.carbonpag2.education3 ul li .text
{
    padding: 35px;
    overflow: hidden;
    position: relative;
    border: 1px #E6E6E6 solid;
}

.carbonpag2.education3 ul li {
    width: calc((100% - 40px)/2);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}
.carbonpag2.education3 ul li:nth-of-type(2n) {
    margin-right: 0px;
}


.carbonpag2.education3 ul li .text .ext-carbon {
    min-height: 60px;
    font-size: 1em;
}

.carbonpag2.education3 ul li .ico {
    padding-top: 40%;

}





/**education-dt**/

.behavior
{
    overflow: hidden;
    width: 100%;
    padding-top: 120px;
}
.behavior-fl
{
    display: flex;
    justify-content: center;
    background: #F1F1F1;
    max-width: 400px;
    margin: 0px auto 60px;
    border-radius: 4px;
    overflow: hidden;
}
.behavior-fl a {
    line-height: 60px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    font-size: 1.1em;
    color: #737373;
    cursor: pointer;
}
.behavior-fl a.cur
{
    background: #3284ff;
    color: #fff;
}
.behavior-main
{
    
}
.behavior-main ul
{
    display: none;
}
.behavior-main ul.cur
{
    display: block;
}

.behavior ul.four li
{
    width: calc((100% - 120px)/4);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;  
}

.behavior ul li
{
    width: calc((100% - 80px)/3);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}


.behavior ul li:nth-of-type(3n)
{
    margin-right: 0px;
}
.behavior ul.four li:nth-of-type(3n)
{
    margin-right: 40px;
}

.behavior ul.four li:nth-of-type(4n)
{
    margin-right: 0px;
}

.behavior ul li img
{
    width: 100%;
}
.behavior ul li p
{
    line-height: 80px;
    background: #fff;
    text-align: center;
    border: 1px #E6E6E6 solid;
    border-top: 0px;
    font-size: 1.1em;
    color: #000;
}


.characteristic
{
    padding-top: 80px;
}

.characteristic ul
{
    
}

.characteristic ul li
{
    width: calc((100% - 80px) / 3);
    float: left;
    margin-right: 40px;
    background: #fff;
    padding: 60px 15px;
    text-align: center;
}
.characteristic ul li:nth-of-type(3n) {
    margin-right: 0px;
}

.characteristic ul li .title
{
    font-size: 1.5em;
    color: #333;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
}

.characteristic ul li .summary
{
    font-size: 1.1em;
    color: #333;
}

.edu-details .carbon-case.basewidth
{
    padding-top:120px;
    padding-bottom:0px; 
}

.edu-details .carbon-case .center ul.main li
{
    margin-bottom:20px; 
}

.value 
{
    width: 100%;
    overflow: hidden;
    padding: 120px 0px 40px;
}
.value ul
{
    
}
.value ul li
{
    width: calc((100% - 80px) / 3);
    float: left;
    margin-right: 40px;
    background: #fff;
    padding: 0px;
    text-align: center;
}
.value ul li:nth-of-type(3n) {
    margin-right: 0px;
}
.value ul li .text
{
    padding: 40px;
}
.value ul li .text .title
{
    font-size: 1.3em;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}
.value ul li .text .summary
{
    font-size: 1em;
    line-height: 1.7em;
}
.value ul li img
{
    width: 100%;
}


