.banner{
	padding-top: 93px;
}
.banner img{
	width: 100%
}
.banner img:nth-of-type(2) {
    display: none;
}
/*子导航部分*/
.inside_menu {
    height: 70px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.inside_menu a {
    display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #5d5d5d;
}
.inside_menu a:hover{
	color: #c30e23
}
.inside_menu a.home {
    width: 20px;
    height: 70px;
    background: url(../images/bg_sign06.png) no-repeat center;
}
.inside_menu span {
    display: inline-block;
    width: 28px;
    height: 70px;
    background: url(../images/bg_sign07.png) no-repeat center;
}
.inside_menu .in_right a {
    position: relative;
    margin: 0 16px;
}
.inside_menu .in_right a:hover:after, .inside_menu .in_right a.cur:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #c30e23;
}
.inside_menu .in_right a:after {
    transition: all 0.5s;
}
.inside_menu em {
    display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #5d5d5d;
    font-style: normal;
}
/*news*/
.news_box{
    margin: 50px auto 0;
}
.news_box .news_one {
    padding: 20px 0;
    border-bottom: 1px dashed #cfd3d8;
    margin-bottom: 0;
    position: relative;
}
.news_left {
    width: 25%;
    overflow: hidden;
}
.news_right{
    width: 70%
}

.news_right h1{
    font-size: 20px;
    margin-bottom:20px ;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_right p{
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.news_right em{
    background: url(../images/time.png) no-repeat center left;
    background-size: 16%;
    height: 18px;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #999;
    font-style: normal;
    position: absolute;
    bottom: 30px;
}
.news_box .news_one img {
    max-width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.news_box .news_one:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.news_box .news_one:hover h1{
    color: #c30e23
}
/*yema*/
.page_desc{
    margin: 50px auto;
    text-align: center;    
    font-size: 14px;
}
.page_desc li{display:inline-block;margin: 0 5px;}
.page_desc li>span,.page_desc li a{
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #333;
}
.page_desc li span.current,.page_desc li a:hover{
    background:#c30e23;
    color: #fff;
    border: 1px solid #c30e23
}
/*新闻详情*/
.news_detail{ background: #f0f0f0; }
.news_detail .new_gg{
    background-color: #fff;
    padding:4%;
}
.new_gg  .new_top {
    margin-bottom: 50px;
}
.new_top .news_de_box_l{
    border-left: 4px solid #c30e23;
}
.new_top .news_de_box_l h1{
    font-size: 18px;
    font-weight: normal;
    padding-left: 20px;
    margin-bottom: 5px;
}
.new_top .news_de_box_l p{
    font-size: 14px;
    color: #999;
    padding-left: 20px;
}
.new_top .news_de_box_r a{
     background:#c30e23;
     color: #fff;
     width: 65px;
     height: 35px;
     display: block;
     text-align: center;
     line-height: 35px;
     border-radius: 5px;
}

.news_bottom p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}
.news_bottom img,.news_bottom p img{
    max-width: 100%;
}
.page_paing{
    font-size: 14px;
}
.page_paing a{
    color: #333;
}
.news dd h3 a:hover,.categorys2 .cate_box a:hover,.page_paing a:hover{
    color: #e91a14;
}
.height40{ height: 40px }
/*case_detail*/
.case_detail .c_right, .case_detail .c_left {
    background: #fff;
}
.case_detail .c_right, .case_detail .c_left {
    width: 100%;
}
.c_r_padding, .case_detail .cas_de {
    padding: 4%;
}
.case_detail h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.case_detail .c_left p{
    font-size: 14px;
    color: #666
}
.c_left .line{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0;
}
.c_right_span ul li{
    width: 44%;
    margin:3%;
    float: left;
    position: relative;
    overflow: hidden;
}
.c_right_span ul li .c_r_text{
    background:rgba(0,0,0,0.5);   
    bottom: -23px;
    position: absolute;
    width: 100%;
    opacity: 0
}
.c_right_span ul li .c_r_text p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px 5px;
}
.case_detail .c_right, .case_detail .c_left{
    width: 100%;
}
.c_right_span ul li .c_r_img, .case_form ul li .case_img {
    border: 1px solid #dedede;
    overflow: hidden;
}
.c_right_span ul li img, .case_form ul li .case_img img {
    max-width: 100%;
    max-height: 100%;
}
/*contact*/
.contact .us_top{
    width: 100%;
    border-bottom: 1px solid #dddddd;
    height: 70px;
    margin-top: 34px;
    line-height: 70px;
}
.us_top p {
    font-size: 34px;
}
.us_top code {
    color: #cccccc;
    font-size: 28px;
    font-family: "微软雅黑"
}
.us_contact{
    margin: 30px auto 60px;
}
.us_contact p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.us_contact dl{
    margin-top: 35px;
}
.us_contact dl dt{
    color: #c30e23;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 8px;
}
.us_contact dl dd b{
    color: #c30e23;
    font-size: 20px;
    display: inline-block;
    padding-right: 24px;
}
.us_contact dl dd{
    margin-top: 16px;
    color: #666666;
    font-size: 16px; 
    background-image:url(../images/icon.png); 
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 0 0;
    padding-left: 29px;
    height: 22px;
}
.us_contact dl dd:nth-of-type(2){
    background-position: 0 -24px;
}
.us_contact dl dd:nth-of-type(3){
    background-position: 0 -69px;
}
.us_contact dl dd:nth-of-type(4){
    background-position: 0 -69px;
}
.us_contact dl dd img{
    float: left;
    margin-right: 20px;
}
.us_contact dl dd a{
    color: #c30e23;
    text-decoration: underline;
}
.us_contact ul{
    margin-top: 35px;
}
.us_contact ul li{
    float: left;
    background: #eeeeee;
    padding: 10px;
}
.us_contact ul li span{
    display: block;
    color: #474747;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}
.us_map .us_map_left {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    width: 50%;
    height: 525px;
    left: 0;
    transition: width 3s;
    -webkit-transition: width 3s;
}
.us_map .us_map_right {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    width: 50%;
    height: 525px;
    right: 0;
    transition: width 3s;
    -webkit-transition: width 3s;
}
.us_map{
    position: relative;
}
.us_map:hover .us_map_left,.us_map:hover .us_map_right{
    width: 0;
}

.us_formbox{
    padding-top: 46px;
}
.us_formbox ul li:last-child{
    text-align: center;
}
.us_formbox ul li input{
    width: 98%;
    height: 48px;
    padding-left: 12px;
    font-size: 14px;
    color: #666666;
    float: left;
    border: 1px solid #d2d2d2;
    margin: 0px 1%;
}
.us_formbox ul li button.ipt2{
    width: 150px;
    height: 50px;
    background: #c30e23;
    color: #FFF;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    font-size: 16px;
    font-family: "微乳雅黑";
}
.us_formbox ul li textarea{
    width: 95.5%;
    border: 1px solid #d2d2d2;
    padding: 12px;
    font-size: 14px;
    height: 174px;
    resize: none;
    margin: 30px 10px;
}
.us_formbox ul li a{
    display: block;
    margin-top: 12px;
}
/*join-bg*/
.join-bg {
    background: #f5f5f5;
    width: 100%;
    padding: 10px 0 50px;
}
.join-main .list-top {
    height: 54px;
    line-height: 54px;
    padding: 0 3.33% 0;
    background: #332c2b;
    font-size: 14px;
    color: #ffffff;
}
.join-main{
    margin-top: 40px
}
.join-main .td1 {
    width: 24.33%;
}
.join-main .list-box {
    padding: 0 3.33% 35px;
    background: #fff;
    border: 1px solid #efefef;
}
.join-main .list-box li {
    width: 100%;
}
.join-main .list-box li .top {
    font-size: 14px;
    color: #777777;
    line-height: 2;
    padding: 16px 0;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.join-main .td2 {
    width: 21.33%;
}
.join-main .td3 {
    width: 21.91%;
}
.join-main .td4 {
    width: 17.41%;
}
.join-main .td5 {
    width: 13.4%;
    text-align: right;
}
.join-main .list-box li .top a {
    color: #c30e23;
}
.join-main .list-box li .bot {
    position: relative;
    padding: 20px 3.5% 36px;
    background: #f5f5f5;
    display: none;
}
.join-main .list-box li .bot i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}
.join-main .list-box li .bot .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
.join-main .list-box li .bot .info1 p {
    float: left;
    font-size: 12px;
    color: #333333;
    line-height: 2;
    min-width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
}
.join-main .list-box li .bot .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 0 22px;
}
.join-main .list-box li .bot .info2 .fl {
    width: 50%;
}
.join-main .list-box li .bot .info2 h3 {
    font-size: 18px;
    color: #333333;
    line-height: 3;
}
.join-main .list-box li .bot .info2 .fl .info-box {
    border-right: 1px solid #e5e5e5;
    padding-right: 10%;
}
.join-main .list-box li .bot .info2 p {
    font-size: 12px;
    color: #777777;
    line-height: 2;
}
.join-main .list-box li .bot .info2 .fr {
    width: 45%;
}
/*about*/
.about1{
    background: url(../images/bg.png) no-repeat center 30px;
}
.about1_right,.about1_left{ 
    width: 46% 
}
.about1 p{
    font-size: 12px;
    line-height: 30px
}
.about2{
    background: url(../images/beijign.jpg) no-repeat center center;
    /*height: 500px;*/
    margin-top:70px;
    background-size: cover;
}
.about2 .about2_bottom .about2_same{
    text-align: center;   
    border: 1px solid #000000;
    width: 100%
}
.about2 .about2_bottom .about2_same div{
    padding: 30px 35px;
}
.about2 .about2_bottom .about2_same i{
    background-repeat:no-repeat;
    background-position: center center; 
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto 40px ;
    background-size: cover;
}
.about2 .about2_bottom .about2_left i{
    background-image: url(../images/ab1.png);
}
.about2 .about2_bottom .about2_right i{
    background-image: url(../images/ab2.png);
}
.about2 .about2_bottom .about2_same h1{
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}
.about2 .about2_bottom .about2_same p{
    font-size: 14px;
    line-height: 28px;
}

/*server*/
.server_box h2{
    text-align: center;
    font-size: 24px;
    font-weight:  normal;
    margin: 20px auto
}
.server_one{
    background: url(../images/ser_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}
.server_one ul li{
    width: 31%;
    float: left;
    text-align: center;
    margin: 0 1%;
}
.server_one ul li img{ max-width: 100%; }
.server_two .fl,.server_two .fr{
    width: 50%;
    overflow: hidden;
}
.server_two .se{
    background-color: #f2f2f2;
}
.server_two img{
    width: 100%;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
}
.server_two .se:hover img{
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    overflow: hidden;
}
.server_two .ser_two_box{
    padding: 14%;
}
.server_two .ser_two_box span{
    color: #c30e23;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.server_two .ser_two_box p{
    line-height: 30px
}
.server .server_two .white{
    background-color: #fff
}
.about3 .about3_left{ 
    width: 35%; 
}
.about3 .about3_left img{
    width: 100%;
    display: block;
}
.about3 .about3_right{
    width: 62%
}
.about3_right p{ 
    font-size: 12px;    
    line-height: 28px; 
}
