@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #333;}
a:hover{text-decoration: none;  -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;}
html{height: 100%;}
*{ box-sizing: border-box;zoom: 1;}

body {
    background: #fff;
    font-family:  "Microsoft YaHei","微软雅黑","Open Sans", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 14px;
    color: #333;
    min-height: 100%;
    height: auto;
}
/*::-webkit-scrollbar              {!* 1 *!width:9px; background-color: #ffb37a;border-radius:4px;}*/
/*::-webkit-scrollbar-button       {!* 2 *!}*/
/*::-webkit-scrollbar-track        {!* 3 *!}*/
/*::-webkit-scrollbar-track-piece  {!* 4 *!}*/
/*::-webkit-scrollbar-thumb        {!* 5 *!border:solid 2px transparent; width:5px;  border-radius:4px; background-color: #ff6d00 ;}*/
/*::-webkit-scrollbar-corner       {!* 6 *!background-color:#333;}*/
/*::-webkit-resizer                {!* 7 *!}*/
/*::-webkit-scrollbar:horizontal   {height:9px;}*/
.fl{
    float: left;
}
.fr{
    float: right;
}
.bold{
    font-weight: bold;
}
.t-c{text-align: center;}
.i-b{display: inline-block;}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.top-btn{
    width: 54px;
    height: 48px;
    border-radius: 3px;
    background: #5e5e5d url("../images/top-arr.png") no-repeat center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 999;
    display: none;
}
.page{
    margin: 20px 0 40px;
}
.page ul li{
    float: left;
    padding: 4px 10px;
    border: 1px solid #bbb;
    margin: 0 5px;
}
.page ul li.on{
    background: #d73240;
    color: #fff;
    border: 1px solid #d73240;
}



.index-nav2{
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 80px;
    left: 0;
}
.index-nav2 li{
    text-align: center;
    background: rgba(215,50,64,0.9);
    width: 100%;
    height: 44px;
    line-height: 44px;
}
.index-nav2 li a{
    color: #fff;
}
.menu{
    width: 40px;
    height: 40px;
    background: url("../images/menu.png") no-repeat center;
    position: absolute;
    right: 10px;
    top: 20px;
}
.header-top{
    width: 100%;
    height: 40px;
    background: #2a2a2a;
    color: #fff;
    line-height: 40px;
}
.hd-nav{
    float: right;
}
.hd-nav li{
    float: left;
}
.hd-nav li a{
    color: #fff;
}
.header{
    height: 128px;
}
.logo{
    display: block;
    margin-left: 15px;
    margin-top: 13px;
    float: left;
}
.phone{
    float: right;
    margin-top: 45px;
}
.phone img{
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}
.phone-r{
    float: left;
}
.phone-r span{
    font-weight: bold;
    font-family: Arial;
    font-size: 28px;
}
.main-nav-wrap{
    width: 100%;
    height: 56px;
    background: #f4f4f4;

}
.main-nav{

}
.main-nav li{
    float: left;
    width: 12.5%;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
}
.main-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
}
.main-nav li.on{
    background: #d6343f;
}
.main-nav li.on a{
    color: #fff;
}
.main-nav li:hover{
    background: #d6343f;
}
.main-nav li:hover a{
    color: #fff;
}
.banner{
    width: 100%;
    position: relative;
}
.banner .hd{
    position: absolute;
    z-index: 998;

}
.banner .bd ul li{
    width: 100%;

}
.part-tit{
    text-align: center;
    margin-top: 50px;
}
.part-tit h2{
    font-size: 36px;
    font-weight: bold;
}
.part-tit img{
    margin: 10px 0 15px;
}
.intro-icon{
    margin-top: 20px;
}
.intro-icon li{
    float: left;
    text-align: center;
    margin-right: 60px;
}
.intro-icon li img{
    display: block;
    margin: 0 auto 10px;

}
.company-name{
    font-size: 24px;
}
.intro-d{
    line-height: 30px;
}
.more-btn{
    display: block;
    width: 186px;
    height: 52px;
    background: #d6343f;
    position: relative;
    border-radius: 26px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    margin-top: 40px;
}
.more-btn2{
    display: block;
    width: 186px;
    height: 52px;
    background: #d6343f;
    position: relative;
    border-radius: 26px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    margin: 40px auto ;
}
.more-btn2 i{
    display: block;
    width: 40px;
    height: 40px;
    background: #fff url("../images/arr-r.png") no-repeat center;
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 50%;
}
.more-btn i{
    display: block;
    width: 40px;
    height: 40px;
    background: #fff url("../images/arr-r.png") no-repeat center;
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 50%;
}
.intro-c{
    margin-top: 50px;
}
.part1{
    padding-bottom: 40px;
}
.part2{
    background: #f8f8f8;
    width: 100%;
    padding: 50px 0 40px;
}
.led h2{
    font-size: 48px;
    /*font-weight: bold;*/
    margin-top: 120px;
    margin-bottom: 20px;
}
.led{
    padding-left: 100px;
}
.led-list{

}
.led-list li{
    float: left;
    margin-right: 25px;
    line-height: 24px;
}
.part3{
    width: 100%;
}
.product-list{
    margin-top: 40px;
}
.product-list li{
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden;
}
.product-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.product-list li span{
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    background: #d6343f;
    color: #fff;
    line-height: 60px;
    padding-left: 40px;
    font-size: 18px;
    left: 0;
    bottom: -60px;
    -webkit-transition: all 0.2s ease;  -moz-transition:  all 0.2s ease;  transition:  all 0.2s ease;
}
.product-list li:hover span{
    bottom: 0;
}
.case-list{
    margin-top: 40px;
}
.case-list li{
    padding: 0 10px;
    position: relative;
}
.case-list .more-btn{
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
}
.part4{
    padding-bottom: 40px;
}
.news-tit{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin: 5px 0;
}
.news-list{
    margin-top: 40px;
}
.news-list li{
    margin-bottom: 30px;
}
.msg-bg{
    width: 100%;
    min-height: 267px;
    background: url("../images/msg-bg.jpg") ;
    padding-top: 65px;
}
.please{
    float: left;
    font-size: 24px;

}
.notice{
    float: right;
    color: #999;
    font-size: 12px;

}
.msg-form{
    margin-top: 40px;
}
.msg-form input[type=text]{
    width: 15%;
    margin-right: 1%;
    height: 50px;
    font-size: 12px;
    padding-left: 20px;
    outline: none;
    border: none;
    float: left;
}
.msg-form textarea{
    width: 25%;
    height: 50px;
    outline: none;
    border: none;
    resize: none;
    padding: 15px 20px 0;
    float: left;
    margin-right: 1%;
}
.sub-btn{
    width: 15%;
    height: 50px;
    border-radius: 25px;
    border: none;
    outline: none;
    background: #fff;
    font-size: 16px;
}
.footer{
    background: #323232;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    border-bottom: 1px solid #212121;
}
.footer-l{
    float: left;

}
.phone-no{
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
}
.share{
    margin-top: 20px;
}
.share span{
    float: left;
    line-height: 52px;
}
.share ul{
    float: left;
}
.share ul li{
    float: left;
    margin: 0 16px;
}
.footer-c{
    float: left;
    margin-left: 160px;
    line-height: 30px;
}
.qr{
    float: right;
    text-align: center;
}
.qr img{
    display: block;
    margin-bottom: 10px;
}
.copyright{
    background: #323232;
    border-top: 1px solid #5a5a5a;
    color: #999;
    padding: 12px 0;
}
.fixed-box{
    position: fixed;
    right: 85px;
    bottom: 130px;
    width: 125px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dddddd;
    z-index: 1000;
    display: none;
}
.rocket{
    position: absolute;
    width: 85px;
    height: 174px;
    right: -85px;
    top: 90px;
    background: url("../images/zixun_04.png") no-repeat center;
    z-index: 999;

}
.fixed-box-top{
    color: #81511c;
    background: #ffed41;
    height: 60px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}
.zixun-list{
    padding: 0 7px;
}
.zixun-list li{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;

}
.zixun-list li img{
    display: block;
    margin: 0 auto 5px;
}
.zixun-list li a{
    color: #7d7d7d;
}
.go-top{
    width: 32px;
    height: 32px;
    background: url("../images/top.png") no-repeat center;
    position: absolute;
    right: -32px;
    bottom: 30px;
    cursor: pointer;
}
.nav2{
    margin-top: 40px;
}
.nav2 li{
    float: left;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e1e5e6;
    border-radius: 3px;
    margin: 0 10px 10px;
}
.nav2 li.on a{
    background: #d73240;
    color: #fff;
}
.nav2 li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;  -moz-transition:  all 0.2s ease;  transition:  all 0.2s ease;
}
.nav2 li a:hover{
    background: #d73240;
    color: #fff;
}
.case-list2{
    margin-top: 40px;
}
.case-list2 li{
    padding: 0 10px;
    margin-bottom: 40px;
}
.case-list2 li p{
    margin-top: 20px;
}
.case-list2 li a{
    display: block;
    overflow: hidden;
}
.case-list2 li:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.case-list2 li img{
    -webkit-transition: all 0.4s ease;  -moz-transition:  all 0.4s ease;  transition:  all 0.4s ease;
}
.case-tit{
    float: left;
}
.case-date{
    float: right;
    color: #adadad;
    font-size: 12px;
}
.product-list2{
    margin-top: 30px;
}
.product-list2 li{
    padding: 0 15px;
    position: relative;
}
.product-list2 li{
    overflow: hidden;
    margin-bottom: 30px;
}
.product-list2 li span{
    display: block;
    width: calc( 100% - 30px);
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    background: #d73240;
    -webkit-transition: all 0.2s ease;  -moz-transition:  all 0.2s ease;  transition:  all 0.2s ease;
}
.product-list2 li:hover span{
    bottom: 0;

}
.sv-tit{
    font-size: 24px;
    margin-top: 30px;
    padding-left: 10px;
}
.sv-tit img{
    float: left;
    margin-right: 10px;
}
.server-list{
    margin-top: 40px;
    margin-bottom: 40px;
}
.server-list li{
    padding: 0 10px;
    margin-bottom: 20px;
}
.sv-bg{
    width: 100%;
    position: relative;
    background: #f0f0f0;
    padding:  0 35px;
    height: 234px;
    overflow: hidden;
}
.num{
    width: 78px;
    height: 78px;
    background: url("../images/trangle.png") no-repeat center;
    color: #fff;
    font-size: 36px;
    font-family: Arial;
    font-style: italic;
    padding-left: 12px;
    position: absolute;
    left: 0;
    top:0;
}
.server-tit{
    max-width: 170px;
    font-size: 24px;
    line-height: 32px;
    margin: 40px auto 0;
}

.server-tit img{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.sv-bg p{
    color: #666;
    line-height: 24px;
    margin-top: 20px;
}
.news-intro{
    font-size: 12px;
    color: #888888;
    margin-top: 10px !important;
    height: 100px;
    line-height: 24px;
}
.t-c .intro-icon li{
    margin: 0 30px;
}
.intro-txt {
    text-indent: 2em;
    color: #666;
    line-height: 28px;
    margin-top: 20px;
    padding: 0 10px;
}
.about-part2 {
    min-height: 550px;
    background: url("../images/culture-bg.jpg") ;
    overflow: hidden;
    color: #fff;
}
.about-part2 .part-tit{
    color: #fff;
}
.about-part3{
    padding-bottom: 40px;
}
.culture{
    margin-top: 40px;
    line-height: 30px;
}
.honor-list{
    margin-top: 40px;
}
.honor-list li{
    padding: 0 20px;
    margin-bottom: 10px;
}
.about-part4{
    width: 100%;
    height: 385px;
    background: url("../images/inbanner5.jpg");
    margin-top: 40px;
}
.about-part4{

}
.about-part4 p{
    font-size: 36px;
    color: #fff;
    margin-top: 140px;
}
.about-part4 p span{
    color: #ff6f7b;
}
.about-part4 a{
    display: block;
    width: 130px;
    height: 44px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 22px;
    line-height: 44px;
    margin: 0 15px;
    float: left;
    margin-top: 40px;
}
.cs{
    line-height: 30px;
    margin-top: 20px;
    padding: 0 10px 50px;
}
.map-box{
    margin-top: 20px;
    border: 3px solid #f6f6f6;
}
.contact-way{
    margin-top: 20px;
    padding-left: 60px;
}
.contact-way p{
    font-size: 24px;
}
.contact-way ul li{
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
}
.contact-way ul li .cont-icon{
    float: left;
    margin-right: 10px;
}
.msg-wrap{
    background: #f7f7f7;
    margin-top: 40px;
    padding: 0 10px 50px;
}
.msg-form2{

}
.msg-form2 textarea{
    width: 100%;
    resize: none;
    height: 90px;
    padding: 10px;
    outline: none;
    border: 1px solid #c6c6c6;
}
.msg-form2 p{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.cont-box{
    float: left;
    width: 25%;
    margin-right: 2%;
}
.cont-box input{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: 1px solid #c6c6c6;
    outline: none;
}
.v-code{
    width: 120px;
    height: 45px;
    border: 1px solid #c6c6c6;
    float: left;
    margin-top: 45px;
}
.sub-btn2{
    width: 200px;
    height: 45px;
    color: #fff;
    background: #d73240;
    border: none;
    outline: none;
    margin: 30px auto;
    display: block;
}
.company-img{
    margin-top: 70px;
    padding-bottom: 40px;
}
.company-img p{
    color: #666;
    margin-top: 30px;
}
.zhaopin-slide{
    margin-bottom: 40px;
}
.recruit-tit{
    height: 66px;
    line-height: 66px;
    border-top: 1px solid #d5d5d5;
    position: relative;
    padding: 0 10px;

}
.recruit-tit:last-child{
    border-bottom:  1px solid #d5d5d5;
}
.recruit-d{
    border-top: 1px solid #d5d5d5;
    padding: 15px;
}
.recruit-intro{
    color: #666;
    line-height: 24px;
}
.recruit-d .bold{
    margin-top: 20px;
}
.recruit-tit i{
    display: block;
    width: 35px;
    height: 35px;
    background: url("../images/accordion1.png") no-repeat center;
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}
.zhaopin-slide .on i{
    background: url("../images/accordion2.png") no-repeat center;
}