﻿
/* CSS Document */
.clsystem_introduction{
    margin: 50px 0;
}
.introduction_cont .title_system_intor{
    height: 50px;
    background: url(https://img.cumtsn.com/images/title_bg.png) no-repeat;
    padding-left: 9em;
    padding-top: 6px;
}
.introduction_cont .title_system_intor > h1{
    font-size: 24px;
    color: #fcfcfc;
}
.introduction_cont .title_system_intor > h5{
    color: #fcfcfc;
    font-size: 12px;
    font-weight: normal;
}
/*.introduction_cont .system_intor_text{
    margin-top: 30px;
}*/
.introduction_cont .system_intor_text p{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
    line-height: 24px;
}
.introduction_cont .system_intor_text p:first-child{
    margin-bottom: 20px;
}
.introduction_pic{
    overflow: hidden;
}
.introduction_pic > img{
    width: 100%;
}
.introduction_pic:hover img{
    transform: scale(1.2);
    transition: 1s;
}
.com_title {
    margin-bottom: 30px;
}
.com_title > h1{
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    border-bottom: 1px solid #666666;  
}
.com_title > span{
    width: 100px;
    height: 4px;
    display: block;
    background-color: #004ea2;
    margin: 0 auto;
}
.com_title > h5{
    font-weight: normal;
    font-size: 12px;
    color: #666666;
}
.main_system_pic{
    margin-bottom: 50px;
}
.main_system_pic .system_pic{
    width: 100%;
    margin: 0 auto;
}
.main_system_pic .system_pic > img{
    width: 100%;
}
.functional_characteristics{
    margin-bottom: 50px;
}
.functional_part{
    border: 1px solid #cccccc;
    cursor: pointer;
}
.functional_part .functional_icon{
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.functional_part .functional_icon_01{
    background-color: #53a6da;
}
.functional_part .functional_icon_02{
    background-color: #46ad3d;
}
.functional_part .functional_icon_03{
    background-color: #ff7733;
}
.functional_part .functional_icon_04{
    background-color: #ffb933;
}
.functional_part .functional_icon_05{
    background-color: #6c39d6;
}
.functional_part .functional_icon_06{
    background-color: #e02c27;
}
.functional_part .functional_icon > span{
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
}   
.functional_part .functional_icon > span.gn_icon_01{
    background: url(../image/cx_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.functional_part .functional_icon > span.gn_icon_02{
    background: url(../image/xs_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.functional_part .functional_icon > span.gn_icon_03{
    background: url(../image/jccj_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.functional_part .functional_icon > span.gn_icon_04{
    background: url(../image/fx_icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.functional_part .functional_icon > span.gn_icon_05{
    background: url(https://img.cumtsn.com/images/gn_icon_05.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.functional_part .functional_icon > span.gn_icon_06{
    background: url(https://img.cumtsn.com/images/gn_icon_06.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.functional_part .functional_cont{
    padding: 20px 10px 16px;
    background-color: #f2f2f2;
/*    height: 192px;*/
}
.functional_part .functional_cont > h3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
/*.functional_part .functional_cont > p{
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    text-align: justify;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}*/
.functional_part .functional_cont .gnnr{
    padding-bottom: 5px;
}
.functional_part .functional_cont .gnnr ul > li{
    line-height: 1.4em;
    text-align: justify;
    margin-bottom: 6px;
}
.functional_part .functional_cont .gnnr ul > li:before {
    width: 12px;
    height: 12px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    content: "";
}
.equipment_cont{
    border: solid #cccccc 1px;
    padding: 6px;
}
.equipment_cont .equipment_pic{
    width: 100%;
    overflow: hidden;
    margin-bottom: 6px;
    background-color: #e8e8e8;
}
.equipment_cont .equipment_pic > img{
    width: 100%;
}
.equipment_cont:hover{
    border-color: #999999;
}
.equipment_cont:hover h3{
    color: #004ea2;
    background-color: #eeeeee;
}
.equipment_cont:hover .equipment_pic{
    background-color: rgba(0,78,162,.4);
}
.equipment_cont:hover .equipment_pic img{
    transform: scale(1.1);
    transition: 1s;
}

.equipment_cont  h3{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #f2f2f2;
}
.equipment_cont.part1  h3,
.equipment_cont.part4  h3{
    text-align: justify;
    line-height: 18px;
    padding: 4px 0;
}
.major_equipment{
    margin-bottom: 40px;
}
.major_equipment .row > div{
    margin-bottom: 20px;
}
.products_box{
/*    border: solid 1px #cccccc;*/
}
.products_box .products_pic{
    border: solid 1px rgba(0,78,162,.4);
    padding: 10px 0;
}
.products_box .products_pic > img{
    width: 100%;
}
.products_box h3{
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 36px;
    background-color: rgba(0,78,162,.4);
}
.products_box:hover{
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.products_box:hover .products_pic{
    border-color: rgba(0,78,162,1);
    transition: 1s;
}
.products_box:hover h3{
    background-color: rgba(0,78,162,1);
    color: #fcfcfc;
}
.related_products{
    margin-bottom: 50px;
}
.more_btn{
    width: 180px;
    line-height: 40px;
    height: 40px;
    display: block;
    border-radius: 20px;
    background-color: #004ea2;
    color: #fafafa;
    text-align: center;
    font-weight: bold;
    margin: 30px auto 0;
    border: 1px solid #033c79;
    box-shadow: 0 1px 3px rgba(0,0,0.3);
}
.more_btn:hover,
.more_btn:active{
    background-color: #e57609;
    color: #fcfcfc;
    border-color: #bb6007;
}
.industry_case{
    margin-bottom: 50px;
}
.case_box .case_pic > img{
    width: 100%;
}
.case_box h3{
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 36px;
}
#div1{
    position: relative;
    height: 320px;
    overflow: hidden;
}
#ul_img{
    height: 224px;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.al_box{
    width: 292.5px;
}
.functional_part:hover{
    margin-top: -10px;
    transition: 0.5s;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.cljkzz{
    margin-bottom: 40px;
}
.clxtzs ul > li{
    margin-bottom: 20px;
}
.clxtzs .zsIMG{
    margin-bottom: 6px;
}
.clxtzs .zsIMG > img{
    width: 100%;
}
.clxtzs p{
    line-height: 1.2em;
    background-color: #e5e5e5;
    color: #333;
    padding: 5px 8px;
    text-align: center;
    font-size: 14px
/*    border-radius: 5px;*/
}
.clxtzs ul > li:hover p{
    background-color: rgba(28,99,197,1);
    color: #fcfcfc;
}

.jdal.xt .cases_cont > p{

    font-size: 14px;

    color: #666;

    line-height: 20px;

    -webkit-line-clamp: 5;

}
@media screen and (max-width: 1125px){
    .clsystem_introduction{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .introduction_cont .system_intor_text {
/*        margin-top: 20px;*/
    }
    .introduction_cont .system_intor_text p:first-child {
        margin-bottom: 10px;
    }
    .sys_intro{
        margin-bottom: 20px;
    } 
    .com_title {
        margin-bottom: 20px;
    }
    .main_system_pic{
        margin-bottom: 30px;
    }
    .main_system_pic .system_pic{
        width: 100%;
    }
    .functional_characteristics{
        margin-bottom: 30px;
    }
    .functional_characteristics .row .col-xs-4{
        padding: 0 5px;
    }
    .functional_characteristics .row .col-xs-4:nth-of-type(1),
    .functional_characteristics .row .col-xs-4:nth-of-type(2),
    .functional_characteristics .row .col-xs-4:nth-of-type(3){
        margin-bottom: 20px;
    }
    .functional_part .functional_icon{
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    .functional_part .functional_icon > span{
        width: 48px;
        height: 48px;
        display: inline-block;
        vertical-align: middle;
    }   
   
    .functional_part .functional_cont{
        padding: 16px 10px 10px;
        background-color: #fcfcfc;
/*        height: 150px;*/
    }
    .functional_part .functional_cont .gnnr ul > li{
        line-height: 1.3em;
        text-align: justify;
        margin-bottom: 6px;
        font-size: 14px;
    }
    .functional_part .functional_cont .gnnr ul > li:before {
        width: 10px;
        height: 10px;
        margin-right: 9px;
        margin-top: -3px;
    }
    .functional_part .functional_cont > h3{
        font-size: 18px;
    }
    .functional_part .functional_cont > p{
        font-size: 12px;
        line-height: 16px;
        -webkit-line-clamp: 6;
    }
    .functional_part:hover{
        margin-top: 0;
    }
    .major_equipment .row .col-xs-6,
    .related_products .row .col-xs-6,
    .industry_case .row .col-xs-6{
        padding: 0 8px;
    }
    .equipment_cont{
        padding: 4px;
    }
    .equipment_cont .equipment_pic{
        margin-bottom: 4px;
    }
    .equipment_cont  h3{
        font-size: 12px;
    }
    .equipment_cont.part4  h3{
        text-align: center;
        line-height: 44px;
        padding:  0;
    }
    /*.equipment_cont.part1  h3,
    .equipment_cont.part4  h3{
        text-align: center;
        line-height: 44px;
        padding: 6px;
    }*/
    .major_equipment{
        margin-bottom: 10px;
    }
    .products_box h3{
        font-size: 14px;
        line-height: 36px;
    }
    .related_products .row .col-xs-6{
        margin-bottom: 20px;
    }
    .related_products{
        margin-bottom: 30px;
    }
    .more_btn{
        margin: 10px auto 0;
    }
    .industry_case{
        margin-bottom: 30px;
    }
    .case_box h3{
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        line-height: 36px;
    }
    #div1{
        position: relative;
        height: 250px;
        overflow: hidden;
    }
    #ul_img{
        height: 150px;
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    .al_box{
        width: 198px;
    }
    .functional_characteristics .row > div{
        margin-bottom: 20px;
    }
    
    .cljkzz{
        margin-bottom: 20px;
    }
    .equipment_cont  h3{
        font-size: 14px;
    }
    .jdal.xt .row > div{
        margin-bottom: 20px;
    }
    .xgcp.pdc_list .row > div{
        margin-bottom: 20px;
    }
    .functional_characteristics .row > div:nth-of-type(3),
    .functional_characteristics .row > div:nth-of-type(4),
    .jdal.xt .row > div:nth-of-type(3),
    .jdal.xt .row > div:nth-of-type(4),
    .xgcp.pdc_list .row > div:nth-of-type(3),
    .xgcp.pdc_list .row > div:nth-of-type(4){
        margin-bottom: 0;
    }

}