.index-info{

}
.index-info-list{
    float: left;
    width: 280px;
    min-height: 625px;
}
.index-info-list:not(:nth-child(4n)){
    margin-right: 26px;
}
.index-info-list .tit{
}
.index-info-list .tit:after{
    display: block;
    clear: both;
    content: '';
}
.index-info-list .tit .icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
}
.index-info-list .line{
    width: 285px;
    height: 2px;
    background: #E63A27;
    margin: 10px 0;
}
.index-info-list .tit .icon.one{
    background: url(../background/sprite.png)no-repeat;
    background-position: -345px -5px;
}
.index-info-list .tit .icon.two{
    background: url(../background/sprite.png)no-repeat;
    background-position: -395px -5px;
}
.index-info-list .tit .icon.three{
    background: url(../background/sprite.png)no-repeat;
    background-position: -445px -5px;
}
.index-info-list .tit .icon.four{
    background: url(../background/sprite.png)no-repeat;
    background-position: -495px -5px;
}
.index-info-list .tit .tex{
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-left: 12px;
    max-width: 220px;
}
.index-info-list .media{
    width: 285px;
    height: 213px;
    position: relative;
}
.index-info-list .media img{
    width: 100%;
    height: 100%;
}
.index-info-list .media i.star{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../background/sprite.png)no-repeat;
    background-position: -545px -5px;
    top: 77px;
    left: 113px;
}
.index-info-list .caption{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    height:31px;
    overflow: hidden;
}
.index-info-list .p{
    display: block;
    font-size: 13px;
    margin-bottom: 29px;
    height: 43px;
    overflow: hidden;
    color: #666666;
}
.index-info-list .list{
    border-top: 1px dashed #E63A27;
    padding-top: 8px;
}
.index-info-list .list li{
    list-style: disc;
    margin-left: 16px;
    margin-bottom: 10px;
    font-size: 14px;
    /*height: 42px;*/
    /*overflow: hidden;*/
}
.column{
    background: white;
    margin-top: 80px;
}
.company-profile{
    background: url(../img/img_bg_company.png)no-repeat;
    padding: 80px 25px;
    height: 400px;
    background-size: 100%;
}
.company-profile .img{
    width: 600px;
    height: 400px;
}
.company-profile .img img{
    width: 100%;
    height: 100%;
}
.company-profile .text{
    width: 512px;
    height: 400px;
    color: white;
}
.company-profile .text h6{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.company-profile .text .txt{
    font-size: 16px;
    line-height: 30px;
}
.company-profile .text .txt p{
    text-indent: 2em;
}
.company-profile .text .more{
    float: right;
    margin-top: 30px;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    color: white;
    background: #E63A27;
    text-align: center;
    line-height: 40px;
}
.index-solution{

}
.index-solution .headline{
    text-align: center;
}
.index-solution .headline h4{
    font-size: 24px;
    line-height: 35px;
}
.index-solution .headline .d_{
    margin-top: 46px;
    font-size: 24px;
    margin-bottom: 43px;
}
.index-solution .headline .d_ span{
    position: relative;
}
.index-solution .headline .red{
    color: #e63a27;
}
.index-solution .headline .d_ span:not(:last-child){
    position: relative;
    padding-right: 40px;
}
.index-solution .headline .d_ span:not(:last-child):after{
    position: absolute;
    display: block;
    content: '|';
    right: 16px;
    top: -2px;
    color: #333;
}
.indexsolution{
    height: 714px;
}
.indexsolution .side-bar{

}
.indexsolution .sidebar{
    position: relative;
}
/*.indexsolution .sidebar>li.on{*/
/*border: 1px solid #ff8a3b;*/
/*color: #E63A27;*/
/*}*/
.indexsolution .sidebar>li{
    width: 310px;
    height: 43px;
    text-align: left;
    /* line-height: 70px; */
    border: 1px solid #cccccc;
    padding: 15px;
    font-size: 16px;
    padding-top: 42px;
    cursor: pointer;
    background: #f6f6f6;
}
.indexsolution .sidebar .icon{

}
.indexsolution .sidebar .on .indexsolution-r{
    display: block;
}
/*.indexsolution .sidebar li:hover .indexsolution-r{
    display: block;
}*/
.indexsolution .sidebar li.on{
    /*border: 1px solid #E63A27;*/
    background: #ffffff;
    color: #E63A27;
}
.indexsolution .sidebar li.on a{
    color: #E63A27;
}
.headline .d_ span{
    margin-bottom: 15px;
    display: inline-block;
}
.indexsolution-r{
    display: none;
    width: 860px;
    /*height: 924px;*/
    position: absolute;
    left: 343px;
    top: 0;
}
/*.indexsolution .sidebar li:first-child .indexsolution-r{
    display: block;
}*/
.indexsolution-r .picture{
    width: 860px;
    height:360px ;
    position: relative;
    border: 1px solid #cccccc;
}
.indexsolution-r .picture img{
    width: 100%;
    height: 100%;
}
.indexsolution-r .picture .texdiv{
    padding: 20px;
    position: absolute;
    background: rgba(0,0,0,0.5);
    bottom: 0;
}
.indexsolution-r .picture .txt{
    width: 820px;
    height: 45px;
    /* position: absolute; */
    /* background: rgba(0,0,0,0.5); */
    color: white;
    /* bottom: 0; */
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.indexsolution-r .recommend{
    padding: 20px 20px 0 20px;
}
.indexsolution-r .recommend .text{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #101010;
    font-weight: bold;
}
.indexsolution-r .recommend .text .txt{
    border-left: 4px solid #E63A27;
    padding-left: 10px;
    height: 24px;
    display: block;
}
.indexsolution-r .product{

}
.indexsolution-r .product .produtc-list{
    float: left;
    width: 240px;
}
.indexsolution-r .product .produtc-list:not(:last-child){
    margin-right: 50px;
}
.indexsolution-r .produtc-list .img{
    width: 240px;
    height: 240px;
    border: 1px solid #cccccc;
}
.indexsolution-r .produtc-list .img img{
    width: 100%;
    height: 100%;
}
.indexsolution-r .produtc-list .txt{
    line-height: 24px;
    font-size: 14px;
    color: #121212;
    text-align: center;
    margin-top: 15px;
}
.leave-phone{
    background: url("../img/img_bg_solution.png")no-repeat;
    height: 270px;
    background-size: 100%;
    color: white;
}
.leavephone{
    margin-left: 600px;
    /*margin-top: 84px;*/
    border-top: 84px solid transparent;
}
.leavephone .text1{
    font-size: 16px;
    margin-bottom: 5px;
}
.leavephone .text2{
    font-size: 24px;
}
.leavephone .l-btn{
    margin-top: 15px;
}
.leavephone .l-btn input{
    width: 192px;
    height: 40px;
    color: #999999;
    font-size: 14px;
    border-radius: 3px;
    padding-left: 8px;
    float: left;
}
.leavephone .l-btn button{
    width: 120px;
    height: 40px;
    float: left;
    margin-left: 20px;
    background: #e63a27;
    border-radius: 3px;
    font-size: 14px;
    color: white;
}
.indexcooperationcase{
    background: url("../img/img_bg_cooperation_case.png") no-repeat;
    background-size: 100%;
    padding: 60px 0 60px 0;
}
.index-cooperation-case{
    color: white;
    width: 1000px;
    text-align:left;

    margin: 0 auto;
}
.index-cooperation-case h4{
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
}
.index-cooperation-case div>p{
    font-size: 14px;
    text-indent:2em;
    line-height: 24px;
}
.core-advantage{

}
.core-advantage .headline{

}
.core-advantage .headline h4{
    text-align: center;
    font-size: 24px;
    color: #e63a27;
    line-height: 36px;
    margin-bottom: 24px;
}
.core-advantage .headline .list{
    width: 435px;
    margin: 0 auto 50px auto;
}
.core-advantage .headline .list li{
    float: left;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}
.core-advantage .headline .list li:not(:last-child){
    margin-right: 20px;
}
.core-advantage .headline .list li s{
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    background: #E63A27;
    margin-right: 5px;
    background: url("../background/sprite.png")no-repeat;
    background-position: -95px -65px;
}
.coreadvatage-list{
    display: flex;
    flex-wrap: wrap;
}
.coreadvatages{
    width: 500px;
    padding: 0 50px;
    margin-bottom: 55px;
    line-height: 24px;
}
.coreadvatages .img{
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.coreadvatages .img.one{
    background: url("../background/sprite.png")no-repeat;
    background-position: -10px -105px;
}
.coreadvatages .img.two{
    background: url("../background/sprite.png")no-repeat;
    background-position: -205px -105px;
}
.coreadvatages .img.three{
    background: url("../background/sprite.png")no-repeat;
    background-position: -400px -105px;
}
.coreadvatages .img.four{
    background: url("../background/sprite.png")no-repeat;
    background-position: -595px -105px;
}
.coreadvatages .img img{
    width: 100%;
    height: 100%;
}
.coreadvatages .title{
    text-align: center;
    font-size: 18px;
    color: #121212;
    width: 360px;
    margin: 17px auto;
    max-height: 76px;
    /* line-height: 30px; */
    overflow: hidden;
}
.coreadvatages .txt{
    text-align: left;
    font-size: 14px;
    color: #333;
}
/*.coreadvatages:nth-child(3){
    margin-bottom: 0;
}
.coreadvatages:nth-child(4){
    margin-bottom: 0;
}*/
.index-partner{

}
.index-partner .title{
    font-size: 24px;
    color: #121212;
    text-align: center;
    padding: 35px 0;
}
.indexpartner-list{
    height: 100%;
    transition: all .5s linear;
}
.indexpartner-list.on{
    height: 400px;
    overflow: hidden;
}
.opendoor-btn{

}
.opendoor-btn s{
    display: block;
    width: 70px;
    height: 40px;
    background: url(../background/sprite.png)no-repeat;
    background-position: -90px -305px;
    margin-left: 565px;
}
.opendoor-btn.on s{
    display: block;
    width: 70px;
    height: 40px;
    background: url(../background/sprite.png)no-repeat;
    background-position: -10px -305px;
    margin-left: 565px;
}
.indexpartners{
    float: left;
    width: 180px;
    margin-bottom: 20px;
}
.indexpartners img{
    width: 180px;
    height: 135px;
}
.indexpartners div{
    font-size: 13px;
    height: 38px;
    line-height: 20px;
    color: #121212;
    text-align: center;
    margin-top: 7px;
}
.indexpartners:not(:nth-child(6n)){
    margin-right: 24px;
}

.foottel .tel .num div:first-child{
    margin-bottom: 10px;
}
.foottel .tel .call{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #E63A27;
    border-radius: 3px;
    color: white;
}
.where{
    height: 65px;
    line-height: normal;
    padding-top: 25px;
}
.where a:last-child{
    color: #E63A27;
}
.where a{
    margin-right: 10px;
}
#sidebar_a{

}
.sidebar-a{
    width: 300px;
    border: 1px solid #E63A27;

}
.sidebar-a .first .title{
    height: 50px;
    line-height: 50px;
    background: #E63A27;
    color: white;
    padding: 0px 12px;
    font-size: 16px;
}
.sidebar-a .second-link{
    /*padding: 0px 12px;*/
}
.sidebar-a .second-link li{
    position: relative;
}
.sidebar-a .second-link li a{
    display: block;
}
.sidebar-a .second-link li:after{
    content: '';
    background: url(../background/sprite.png) no-repeat;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    background-position: -25px -65px;
    right: 10px;
    top: 19px;
}
.sidebar-a .second-link li:hover:after{
    content: '';
    background: url(../background/sprite.png) no-repeat;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    background-position: -10px -65px;
    right: 10px;
    top: 19px;
}
.sidebar-a .second-link li.action:after{
    content: '';
    background: url(../background/sprite.png) no-repeat;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    background-position: -10px -65px;
    right: 10px;
    top: 19px;
}
.sidebar-a .second-link li{
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 14px;
    color: #121212;
    overflow: hidden;
    border-left: 12px solid transparent;
}
.sidebar-a .second-link li.on{
    color: #E63A27;
    background: #f6f6f6;
}
.sidebar-a .second-link li.on:after{
    content: '';
    background: url(../background/sprite.png) no-repeat;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    background-position: -10px -65px;
    right: 10px;
    top: 19px;
}
.sidebar-a .second-link li:hover{
    color: #E63A27;
    background: #f6f6f6;
}
.sidebar-a .second-link li.action{
    color: #E63A27;
    background: #f6f6f6;
}
#sidebar_b{
    width: 870px;
}
#sidebar_b .top-tit{
    font-size: 18px;
    color: #101010;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#sidebar_b div.line{
    margin: 10px auto 20px auto;
    height: 2px;
    background: #E63A27;
}
.m-product-list{

}
.m-productlist{
    width: 270px;
    margin-bottom: 30px;
    float: left;
}
.m-productlist:not(:nth-child(3n)){
    margin-right: 30px;
}
.m-productlist{

}
.m-productlist .img{
    width: 270px;
    height: 270px;
}
.m-productlist .img img{
    width: 100%;
    height: 100%;
}
.m-productlist .title{
    font-size: 15px;
    margin: 10px 0;
    color: #121212;
    height: 40px;
    font-weight: bold;
}
.productinfos .infobox img{
    max-width: 870px;
}
.m-productlist .txt{
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 18px;

}
.m-productlist .btn-more{
    height: 35px;
    line-height: 35px;
}
.m-productlist .btn-more .btn{
    /*padding: 0 20px;*/
    color: white;
    font-size: 14px;
    height: 35px;
    background: #E63A27;
    border-radius: 3px;
}
.m-productlist .btn-more .btn a{
    color: white;
    display: block;
    padding: 0 20px;
}
.m-productlist .btn-more .link{
    font-size: 14px;
    color: #E63A27;
}
.second-box{
    padding: 17px 15px;
}
/*.second-box .qq div{*/
/*display: inline-block;*/
/*width: 80px;*/
/*height: 40px;*/
/*position: relative;*/
/*line-height: 40px;*/
/*padding-left: 40px;*/
/*border: 1px solid #aaaaaa;*/
/*}*/
.second-box .qq div s{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../background/sprite.png) no-repeat;
    background-position: -125px -65px;
    left: 9px;
    top: 8px;
}
.second-box .rect-img{
    width: 270px;
    height: 180px;
    margin-bottom: 9px;
}
.second-box .rect-img img{
    width: 100%;
    height: 100%;
}
.second-box .rect-img-p{
    height: 94px;
    font-size: 14px;
    overflow: hidden;
    color: #121212;
    line-height: 24px;
}
.sidebar-tel .second-box .icon{
    float: left;
    width: 40px;
    height: 40px;
    background: #E63A27;
    margin-right: 10px;
    background: url("../background/sprite.png") no-repeat;
    background-position: -615px -5px;
}
.sidebar-tel .second-box .tel{
    float: left;
    font-size: 20px;
    color: #121212;
}
.sidebar-tel .second-box .tel h6:first-child{
    margin-bottom: 10px;
}
.sidebar-qq .second-box .qq{
    margin-bottom: 21px;
}
.sidebar-qq .second-box .qq>div{
    width: 80px;
    height: 40px;
    padding-left: 40px;
    position: relative;
    line-height: 40px;
    border-radius: 4px;
    float: left;
    border: 1px solid #aaaaaa;
}
.sidebar-qq .second-box .qq>div:first-child{
    margin-right: 10px;
}
.sidebar-qq .second-box .qq .img{

}
.sidebar-qq .second-box .qq.img img{
    width: 100%;
    height: 100%;
}
/*.sidebar-qq .second-box .qq>div>s{*/
/*display: inline-block;*/
/*width: 24px;*/
/*height: 24px;*/
/*margin-top: 9px;*/
/*float: left;*/
/*margin-left: 10px;*/
/*margin-right: 12px;*/
/*background: url("../background/sprite.png")no-repeat;*/
/*background-position:-125px -65px ;*/
/*}*/
.sidebar-qq .second-box .img{
    width: 270px;
    height: 270px;
}
.sidebar-qq .second-box .img img{
    width: 100%;
    height: 100%;
}
.dow-pro-btn{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #E63A27;
    color: white;
    margin: 0 auto;
}
.project-file{
    min-height: 500px;
    /*background: #f5f5f5;*/
    padding: 40px;
}
.product-display{

}
.product-display .img{
    width: 340px;
    height: 340px;
    border: 1px solid #cccccc;
}
.product-display .img img{
    width: 100%;
    height: 100%;
}
.product-display .display-list{
    width: 440px;
}
.product-display .display-list .tit{
    font-size: 16px;
    color: #121212;
    font-weight: bold;
    margin-bottom: 27px;
}
.product-display .display-list .list{
    font-size: 14px;
    color: #333333;
}
.product-display .display-list .list li{
    margin-bottom: 10px;
}
.product-info{
    margin-top: 30px;
}
.product-info .p-list{
    border-bottom: 2px solid #E63A27;
}
.product-info .p-list .list{
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
}
.product-info .p-list .list li{
    float: left;
    width: 152px;
    color: #121212;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.product-info .p-list .list li.on{
    background: #E63A27;
    color: white;
}
.productinfos{
    margin-top: 30px;
}
.productinfos:after{
    display: block;
    clear: both;
    content: '';
}
.productinfos .infobox{
    min-height: 500px;
    /*background: #f5f5f5;*/
    /*padding: 40px;*/
}
.productinfos .pro-info-list{
    margin-bottom: 20px;
}
.productinfos .pro-info-list>li{
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}
.productinfos .pro-info-list>li>a{

}
.productinfos .pro-info-list .tit{
    font-size: 16px;
    color: #121212;
    margin-bottom: 10px;
}
.productinfos .pro-info-list .txt{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.sidebar-hotproduct{

}
.sidebar-hotproduct .second-box li:not(:last-child){
    margin-bottom: 20px;
}
.sidebar-hotproduct .second-box .img{
    width: 270px;
    height: 270px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}
.sidebar-hotproduct .second-box .img img{
    width: 100%;
    height: 100%;
}
.sidebar-hotproduct .second-box .txt{
    text-align: center;
    font-size: 14px;
    color: #121212;
}
.information-list{
    margin-bottom: 20px;
}
.informationlists{
    position: relative;
    float: left;
    width: 380px;
    margin-bottom: 30px;
}
.informationlists:not(:nth-child(3n)){
    margin-right: 30px;
}
.informationlists .img{
    width: 380px;
    height: 285px;
}
.informationlists .img img{
    width: 100%;
    height: 100%;
}
.informationlists .tit{
    font-size: 16px;
    color: #121212;
    margin: 10px 0;
    height: 37px;
}
.informationlists .txt{
    font-size: 14px;
    color: #333333;
    height: 48px;
    overflow: hidden;
}
.video{
    /*height: 675px;*/
    background: #f5f5f5;
    margin-top: 20px;
}
.video video{
    width: 100%;
    height: 100%;
}
.more-video{
    margin-top: 50px;
    border: 1px solid #dddddd;
}
.more-video .tit{
    padding-left: 24px;
    height: 50px;
    font-size: 16px;
    background: #f6f6f6;
    color: #E63A27;
    font-weight: bold;
    border: 1px solid #cccccc;
    line-height: 50px;
}
.more-video-list{
    padding: 25px 24px 0 24px;
}
.morevideolist{
    font-size: 14px;
    width: 570px;
}
.morevideolist li{
    list-style: disc;
    margin-bottom: 20px;
    margin-left: 18px;
}
.m-productlist li{
    margin-bottom: 24px;
}
.morevideolist:first-child{
    margin-right: 10px;
}
.article-tit{
    text-align: center;
}
.article-tit .tit{
    text-align: center;
    margin-bottom: 20px;
    color: #101010;
}
.from-time-read{
    font-size: 14px;
    color: #666666;
}
.from-time-read .from{
    margin-right: 20px;
}
.from-time-read .time{
    margin-right: 20px;
}
.h-auto{
    min-height: 500px;
    /*background: #f5f5f5;*/
    padding: 40px;
}
.trun-page{
    margin-top: 20px;
    border-top: 1px solid #dddddd;
}
.trun-page>div{
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}
.hot-product{
    margin-top: 50px;
}
.hot-product .title{
    padding-left: 20px;
    font-size: 16px;
    background: #f6f6f6;
    height: 50px;
    line-height: 50px;
    color: #E63A27;
    border: 1px solid #cccccc;
}
.hot-product-list{
    padding: 22px 19px;
    border: 1px solid #dddddd;
}
.hotproductlist{
    text-align: center;
}
.hotproductlist li{
    float: left;
    width: 275px;
}
.hotproductlist li:not(:nth-child(4n)){
    margin-right: 20px;
}
.hotproductlist li .img{
    width: 275px;
    height: 275px;
}
.hotproductlist li .img img{
    width: 100%;
    height: 100%;
}
.hotproductlist li .txt{
    font-size: 15px;
    color: #121212;
    margin-top: 10px;
}
.read-more{
    margin-top: 50px;
}
.read-more .title{
    padding-left: 20px;
    font-size: 16px;
    background: #f6f6f6;
    height: 50px;
    line-height: 50px;
    color: #E63A27;
    border: 1px solid #cccccc;
    border-bottom: 0;
}
.read-more-list{
    padding-top: 20px;
    border: 1px solid #cccccc;
}
.read-more-list .readmorelist{
    float: left;
    padding-left: 24px;
    width: 570px;
    font-size: 14px;
    color: #121212;
}
.read-more-list .readmorelist li{
    margin-bottom: 20px;
}
#sidebar_b .top-tit.cen{
    text-align: center;
}
.honor-qualification-list{

}
.honor-qualification-list .list{
    float: left;
    margin-bottom: 34px;
    width: 270px;
}
.honor-qualification-list .list:not(:nth-child(3n)){
    margin-right: 30px;
}
.honor-qualification-list .list .img{
    width: 270px;
    height: 270px;
}
.honor-qualification-list .list .img img{
    width: 100%;
    height: 100%;
}
.honor-qualification-list .list .txt{
    font-size: 16px;
    color: #121212;
    margin-top: 11px;
    height: 36px;
    overflow: hidden;
}
.show-image{

}
.show-image .list{
    float: left;
    margin-bottom: 30px;
    width: 420px;
}
.show-image .list:not(:nth-child(2n)){
    margin-right: 30px;
}
.show-image .list .img{
    width: 420px;
    height: 315px;
}
.show-image .list .img img{
    width: 100%;
    height: 100%;
}
.show-image .list .txt{
    margin-top: 10px;
    font-size: 16px;
    color: #121212;
    height: 36px;
    overflow: hidden;
}
.station{
    width: 870px;
    height: 650px;
    background: #f5f5f5;
}
.connect-us{

}
.connect-us .com-name{
    margin-bottom: 21px;
    font-size: 16px;
    color: #121212;
}
.connect-us .com-tel{

}
.connect-us .com-tel .txt{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
}
.connect-us .com-tel .num{
    margin-bottom: 10px;
    font-size: 18px;
    color: #E63A27;
}
.connect-us .com-con{
    width: 600px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333333;
}
.connect-us .com-con .tex{
    width: 290px;
    margin-bottom: 10px;
}
.connect-us .com-con .tex:nth-child(even){
    float: right;
}
.connect-us .com-con .tex:nth-child(odd){
    float: left;
}
.connectus-form{

}
.connectus-form .txt{
    font-size: 16px;
    color: #121212;
    margin-bottom: 21px;
}
.connectus-form .form-lsit{
    font-size: 14px;
    margin-bottom: 32px;
}
.connectus-form .form-lsit:after{
    display: block;
    content: '';
    clear: both;
}
.connectus-form .form-lsit span{
    display: inline-block;
    float: left;
}
.connectus-form .form-lsit .tit{
    color: #333333;
    width: 70px;
}
.connectus-form .form-lsit input{
    padding-left: 10px;
    width: 308px;
    height: 38px;
    border: 1px solid #dddddd;
    background: #f6f6f6;
    float: left;
}
.connectus-form .form-lsit textarea{
    padding-left: 10px;
    width: 438px;
    height: 200px;
    border: 1px solid #dddddd;
    background: #f6f6f6;
    float: left;
}
.connectus-form .form-lsit .must{
    color: #E63A27;
    margin-left: 10px;
}
.connectus-form .form-lsit .hint{
    color: #E63A27;
    margin-left: 16px;
}
.connectus-form .ensure{
    margin-top: 30px;
    width: 590px;
    text-align: center;
}
.connectus-form .ensure button{
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: #E63A27;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}
.connectus-form .success-display{
    padding-left: 245px;
    margin-top: 10px;
    color: #E63A27;
}
.connectus-form .success-display i{

}
.swiper-container{
    width: 100%;
    height: 380px;
}
.informationlists .v-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -80px;
}
.informationlists .v-icon i{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../background/sprite.png")no-repeat;
    background-position: -545px -5px;
}
.info-tit-icon i{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../background/sprite.png")no-repeat;
    background-position: -345px -5px;
    float: left;
}
.info-tit-icon s{
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
}
.info-tit-icon s img{
    width: 100%;
    height: 100%;
}
.info-tit-icon .icon.two{
    background: url(../background/sprite.png)no-repeat;
    background-position: -395px -5px;
}
.info-tit-icon .icon.three{
    background: url(../background/sprite.png)no-repeat;
    background-position: -445px -5px;
}
.info-tit-icon .icon.four{
    background: url(../background/sprite.png)no-repeat;
    background-position: -495px -5px;
}
.info-tit-icon span{
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}
.info-tit-icon:after{
    display: block;
    clear: both;
    content: '';
}
.line{
    height: 2px;
    background: #E63A27;
    margin: 10px 0;
}
.hint_tel{
    margin-top: 10px;
    color: #E63A27;
}
.find-download{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}
.search-hint1,.search-hint2{
    position: absolute;
    font-size: 13px;
    color: #E63A27;
    bottom: -27px;
    left: 92px;
}
.find-download .txt{
    float: left;
}
.find-download select{
    float: left;
    height: 34px;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #dddddd;
    max-width: 300px;
}
.find-download .find-btn{
    float: left;
    margin-left: 20px;
    height: 35px;
    color: white;
    background: #e63a27;
    padding: 0 25px;
    border-radius: 4px;
}
.download-table .d_table{
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dddddd;
}
.download-table .d_table tr{
    height: 43px;
    text-align: center;
}
.download-table .d_table th{
    border: 1px solid #dddddd;
    background: #f6f6f6;
}
.download-table .d_table th:first-child{
    width: 400px;
}
.download-table .d_table th:nth-child(2){
    width: 696px;
}
.download-table .d_table th:nth-child(3){
    width: 100px;
}
.download-table .d_table th:nth-child(4){
    width: 200px;
}
.download-table .d_table td{
    border: 1px solid #dddddd;
}
.download-table tbody td i.d-icon{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../background/sprite.png)no-repeat;
    background-position: -345px -53px;
    margin-left: 38px;
    margin-top: -5px;
}
.download-table .txt .red{
    color: #E63A27;
}
.download-table .txt{
    margin: 50px 0 17px 0;
}
.site-map{
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}
.site-map .b-title{
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 2px solid #E63A27;
    font-size: 16px;
    color: #E63A27;
}
.site-map .sitemap-list{
    font-size: 14px;
    color: #333333;
}
.sitemaplist .sm-title{
    float: left;
    padding-left: 20px;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}
.sitemaplist .lists{
    float: left;
    float: left;
    width: 958px;
}
.sitemaplist .lists li{
    float: left;
    /* line-height: 31px; */
    /* height: 60px; */
    width: 300px;
    margin-right: 19px;
    overflow: hidden;
    padding-top: 20px;
    height: 40px;
    line-height: 16px;
}
.mapAction{
    color: #E63A27;
}
.mapAction a{
    color: #E63A27 !important;
}
.topMenuDiv a:hover{
    color: #E63A27 !important;
}
.b-sm-img{

}
.bsmimglist{
    margin-top: 8px;
}
.b-sm-img-list{

}
.b-sm-img-list li{
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #cccccc;
}
.b-sm-img-list li.on{
    border: 1px solid #E63A27;
}
.b-sm-img-list li:not(:nth-child(5)){
    margin-right: 8px;
}
.b-sm-img-list li img{
    width: 100%;
    height: 100%;
}
.userabout{
    margin: 60px 0;
}
.userabout .img{
    width: 630px;
    height: 400px;
}
.userabout .img img{
    width: 100%;
    height: 100%;
}
.useraboutfrom{
    width: 360px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(187, 187, 187, 1);
}
.useraboutfrom .b_tit{
    color: #E63a27;
    font-size: 18px;
    margin-bottom: 25px;
}
.useraboutfrom .from_list{

}
.normal::-webkit-input-placeholder ,.short::-webkit-input-placeholder {
    /* WebKit browsers */

    color:#999;
}
.normal:-moz-placeholder,.short:-moz-placeholder  {
    /* Mozilla Firefox 4 to 18 */

    color:#999;
}
.normal::-moz-placeholder ,.short::-moz-placeholder{
    /* Mozilla Firefox 19+ */

    color:#999;
}
.normal:-ms-input-placeholder,.short:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color:#999;
}
.useraboutfrom .fromlist{

}
.useraboutfrom .fromlist .tits{
    display: inline-block;
    width: 108px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
}
.useraboutfrom .fromlist .inputs{

}
.useraboutfrom .fromlist .normal{
    border: 1px solid #eee;
    height: 34px;
    padding-left: 10px;
    width: 238px;
    border-radius: 5px;
}
.useraboutfrom .fromlist .short{
    border: 1px solid #eee;
    height: 34px;
    padding-left: 10px;
    width: 128px;
    border-radius: 5px;
}
.useraboutfrom .fromlist .getcode{
    width: 100px;
    color: white;
    height: 35px;
    border-radius: 4px;
    float: right;
    margin-left: 11px;
    background: #e63a27;
}
.useraboutfrom .fromlist .getcode[disabled="disabled"]{
    background: #dddddd;
}
.useraboutfrom .from_list label{
    display: block;
    margin-left: 108px;
    color: #E63a27;
    font-size: 13px;
    min-height: 18px;
    margin-top: 3px;
}
.okbtn{
    text-align: center;
}
.okbtn button{
    min-width: 160px;
    width: auto;
    background:#E63a27;
    height: 40px;
    border-radius: 4px;
    color: white;
}
#alert2{
    width: 500px;
    height: 213px;
    text-align: center;
    border: 1px solid rgba(187, 187, 187, 1);
    top: 50%;
    left: 50%;
    background: white;
    margin-left: -150px;
    margin-top: -106px;
}
#alert2 .hintmodaltitle{
    height: 56px;
    line-height: 56px;
    color: #333;
    font-size: 16px;
}
#alert2 .micon .icon_{
    display: block;
    height: 36px;
    width: 36px;
    background: url(../background/sprite.png)no-repeat;
    background-position: -249px -308px;
    margin: 29px auto 12px auto;
}
.hot-product-list.across .hotproductlist li{
    width: 215px;
}
.hot-product-list.across .hotproductlist li{
    margin-right: 20px;
}
.hot-product-list.across .hotproductlist li:last-child{
    margin-right: 0;
}
.hot-product-list.across .hotproductlist li .img {
    width: 215px;
    height: 215px;
}
.hot-product .hotproductlist{
    margin-bottom: 30px;
}
.sitemaplist:after{
    display: block;
    content: '';
    clear: both;
}
.justtwos .headnav-two{
    width: 300px;
}
.justtwos .headnav-two .two{
    min-width: 150px;
    float: left;
}
.tit s.icon img{
    width: 100%;
    height: 100%;
}
.alertbox{
	width:500px;
	height:213px;
	border:1px solid #BBBBBB;
	background:#ffffff;
	top:50%;
    left:50%;
    margin-left:-250px;
    margin-top:-100px;
    position:absolute;
    border-radius:4px;
}
.alertbox .closex{
	right:5px;
	top:5px;
	position:absolute;
	cursor:pointer;
}
.alertbox h1{
	text-align:center;
	font-size:16px;
	width:100%;
	line-height:60px;
	font-weight:700;
}
.alertbox .content{
	font-size:14px;
	margin-top:40px;
}
.alertbox .content .err{
	font-size:14px;
	width:300px;
	margin-left:100px;
	text-align:left;
	
}
.alertbox .content .barcontainer{
	width:200px;
	height:12px;
	background:#F0F0F0;
	border:1px solid #ffffff;
	border-radius:12px;
    left:50%;
    margin-left:-100px;
    margin-top:-10px;
    position:absolute;
}
.alertbox .content .barcontainer .bar{
	height:12px;
	background:#E63A27;
	border-radius:12px;
	transition:2s;
	-moz-transition:height 2s;
    -webkit-transition:height 2s; 
    -o-transition:width 2s; 
}
.alertfilter{
	position:fixed;
	padding-top:5px;
	width:100%;
	height:1000px;
	text-align:center;
	z-index:1111;
	top:0;
	background:rgba(255,255,255,0.1);
}
.sidebar-a .second-link li {
    line-height: 15px;
    padding-right: 20px;
}
.sidebar-a .second-link li a {
    margin-top: 17px;
    height: 30px;
    overflow: hidden;
}