@charset "utf-8";
/* CSS Document */

/**************************清零*********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,b {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,ul {
    list-style: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6,b {
    font-weight: normal;
    font-size: 100%;
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0
}

a {
    text-decoration: none;
    word-spacing: 0px;
    letter-spacing: 0px;
    white-space: nowrap;
    color: black;
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1470641086'); /* IE9*/
  src: url('../font/iconfont.eot?t=1470641086#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1470641086') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1470641086') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1470641086#iconfont') format('svg'); /* iOS 4.1- */
}

@font-face{
    font-family: avgardn;
    src:url(../font/AVGARDN.TTF);
}

@font-face{
    font-family: pingfang;
    src:url(../font/PINGFANG.TTF);
}

@font-face{
    font-family: pingfangzd;
    src:url(../font/PINGFANGzd.TTF);
}

html,body {
    font-family:"微软雅黑",pingfangzd;
    font-size: 12px;
    color: #5E5E5E;
    background-color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    width: 100%;
    border: none;
    display: block;
}

.clearfix {
    clear: both;
}

input, button, select, textarea {
    outline: none;
    background: none;
    border: none;
}

textarea {
    resize: none;
}

.comWitch {
    width: 1200px;
    margin: 0 auto;
    
}

.delayed{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;    
}

.bigcomWidth{
    width: 100%;
    overflow: hidden;
    background: white;
}

.title_box{
    font-family:"微软雅黑",pingfang;
    color: #9a9a9a;
    font-size: 24px;
}

.title_box span{
    color: #b10201;
}


.title_box b{
    font-size: 18px;
    color: black;
}


.title_box .xian{
    width: 24px;
    height: 3px;
    background: #b10201;
    margin: 40px 0;
}

.pingfangzd{
    font-family:"微软雅黑",pingfangzd;
}

.eng_title{
    font-family: avgardn;
    font-size: 30px;
}

.read_more{
    width: 110px;
    height: 32px;
    border:1px solid #b10201;
    text-align: center;
    line-height: 32px;
    color: #b10201;
    margin-top: 20px;
    display: block;
}

.read_more > span{
    margin: 0 10px;
}

.header_btn_clic{
    color: #b10201;
}

/*-------------------------首页----------------------------*/



.iconfont {
  font-family:"iconfont" !important;
  font-size:36px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin: 14px 0 0 0;
}

.index_banner{
    width: 100%;
    text-align: center;
    position: fixed;
}

.phone_banner{
    display: none;
}

.index_banner .read_more_scroll{
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom:24%;
    text-align: center;
    color: white;
}

.index_banner .read_more_scroll > p{
    text-decoration: underline;
}

.index_banner .read_more_scroll > i{
    width: 100%;
    display: inline-block;
}

.icon-double-angle-down{
    font-size: 30px;
    position: relative;
    animation-name: xiala;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /* Safari and Chrome: */
    -webkit-animation-name: xiala;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@keyframes xiala
{
    from {top: 0}
    to {top: 10px;}
}

@-webkit-keyframes xiala /* Safari and Chrome */
{
    from {top: 0}
    to {top: 10px;}
}

.index_container{
    width: 100%;
    overflow: hidden;
    position: relative;
}


.header{
    overflow: hidden;
}
 
.header .hader_logo{
    width: 48px;
    height: 48px;
    margin-top: 16px;
}

.header li > a{
    font-size: 16px;
    display: block;
    height: 30px;
    overflow: hidden;
    margin-top: 30px;
    width: 205px;
    position: relative;
}

.header li > a div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;  
}

.header li > a div p{
    text-align: center;
    height: 30px;
    display: block;
}

.header li > a div .p2{
    font-size: 14px;
}

.header li > a div p span{
    height: 100%;
    display: inline-block;
}

.header li:hover .hader_box{
    top: -30px;
}

.header li{
    height: 77px;
    border-bottom: 2px solid white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
    margin: 0 12px 0 36px;
}


.header li:hover{
    border-bottom: 3px solid #b10201;
}

.header .society{
    display:none !important;
    width: 9%;
    text-align: center;
    margin-top: 2.2rem;
}

.header .society > p{
    display: inline-block;
    font-size: 20px;
    color: #7f7f7f;
    margin: 0 12px;
}

.header .society > a{
    display: inline-block;
    width: 18%;
}

.header .active{
    border-bottom: 3px solid #b10201;
}

.header .active a .hader_box{
    top: -30px;
    color: #b10201;
}

.index_warp{
    margin-top: 56.3%;
    background: white;
}

.header_bbox{
    width: 100%;
    overflow: hidden;
    height: 80px;
    box-shadow: 0 4px 8px #666;
    position: relative;
    z-index: 100;
    top: 0;
    background-color: white;
}

.index_about{
    padding: 136px 0;
}

.index_about .comWitch{
    position: relative;
}

.index_about .comWitch > img{
    position: absolute;
    left: 534px;
    top: 0;
    width: 1039px;
    height: 534px;
}


.index_about .comWitch h2 a{
    font-size: 30px;
    position: relative;
    z-index: 99;
    color: #7f7f7f;
}

.index_about .comWitch p{
    width: 472px;
    overflow: hidden;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px;
}

.index_about .comWitch .read1{
    font-size: 18px;
    color: #7a7a7a;
    text-decoration: underline;
    display: block;
    margin: 56px 0;
}

.index_about .comWitch .read2{
    width: 150px;
    height: 32px;
    border:1px solid #b10201;
    display: block;
    text-align: center;
    line-height: 32px;
    color: #b10201;
}

.index_about .comWitch .read2 span{
    margin: 0 22px;
}

.index_team{
    border-bottom: 1px solid #b2b2b2;
}

.index_team .comWitch .title_pic{
    background: url(../images/index_team_title.png);
    width: 55px;
    height: 242px;
}

.index_team .comWitch .title_box{
    display: none;
}

.index_team .comWitch .content{
    width: 1014px;
    height: 240px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 198px;
}

.index_team .comWitch .content ul{
    position: absolute;
    top: 48px;
    left: 54px;
    overflow: hidden;
}

.index_team .comWitch .content ul li{
    overflow: hidden;
    width: 100%;
}

.index_team .comWitch .content ul li > img{
    width: 423px;
    height: 273px;
}

.index_team .comWitch .content ul li > div{
    width: 406px;
    overflow: hidden;
    margin-left: 42px;
}

.index_team .comWitch .content ul li > div h4{
    font-size: 22px;
    color: #b10201;
}

.index_team .comWitch .content ul li > div p{
    font-size: 14px;
    color: #494949;
    line-height: 26px;
}

.index_team .comWitch .content ul li > div p b{
    width: 12px;
    height: 2px;
    display: block;
    margin: 16px 0;
    background: #bababa;
}

.index_team .comWitch .content ul li > div p span{
    font-size: 16px;
    color: #909090;
}

.index_team .comWitch .content dl{
    position: absolute;
    overflow: hidden;
    left: 520px;
    top: 264px;
}

.index_team .comWitch .content dl dd{
    float: left;
    font-size: 16px;
    margin-right: 20px;
}

.index_team .comWitch .content dl dd.btn{
    color: #cfcfcf;
    cursor: pointer;
}

.index_team .comWitch .content dl dd.btn:hover{
    color: #c4403f;
}

.index_team .comWitch .content dl dd i{
    font-size: 20px;
}

.index_news{
    padding: 84px 0 196px 0;
}

.index_news .comWitch .index_news_box{
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}

.index_news .comWitch .index_news_box a{
    width: 392px;
    height: 320px;
    margin-right: 11px;
    position: relative;
    overflow: hidden;
}

.index_news .comWitch .index_news_box a:last-child{
    margin-right: 0;
}

.index_news .comWitch .index_news_box a > img{
    position: relative;
    top: 0;
}

.index_news .comWitch .index_news_box a > li{
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: absolute;
    width: 350px;
    height: 68px;
    border-top: 1px solid white;
    left: 50%;
    bottom: 40px;
    margin-left: -175px;
    color: white;
}

.index_news .comWitch .index_news_box a > li .wrod{
    margin: 16px 0 0 16px;
}

.index_news .comWitch .index_news_box a > li .wrod h3{
    font-size: 16px;
}

.index_news .comWitch .index_news_box a > li .dianji{
    border-left: 1px solid white;
    padding-left: 16px;
    margin: 23px 16px 0 0;
    font-size: 16px;
}

.index_news .comWitch .index_news_box a:hover .newword_box{
    bottom: 0;
    background-color: rgba(0,0,0,0.08);
    color: black;
    border-top:2px solid #b10201;
    border-bottom:2px solid #b10201;
}

.index_news .comWitch .index_news_box a:hover .new_pic{
    top: -30px;
}

.index_news .comWitch .index_news_box a:hover .dianji{
    border-left: 1px solid black;
}

.index_news .comWitch .xian{
    width: 100%;
    height: 1px;
    background: black;
    position: relative;
}

.index_news .comWitch .xian span{
    position: absolute;
    width: 188px;
    height: 3px;
    background: #b10201;
    top: -1px;
    left: 50%;
    margin-left: -91px;
}

.index_honor{
    background: url(../images/index_honor_bj.jpg);
    width: 100%;
    height: 530px;
    box-shadow: 0 0 26px #ccc inset;
    position: relative;
}

.index_honor .comWitch .title_pic{
    text-align: center;
    position: absolute;
    left: 50%;
    width: 438px;
    margin-left: -219px;
    top: -90px;
}

.index_honor .comWitch .title_pic > img{
    width: 174px;
    height: 180px;
    display: inline-block;
}

.index_honor .comWitch .title_pic > p{
    color: #7a7a7a;
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;    
}

.index_honor .comWitch .all_box{
    width: 100%;
    float: left;
    position: relative;
}

.index_honor .comWitch .all_box .big_box{
    width: 988px;
    overflow: hidden;
    margin: 224px auto 0 auto;
    position: relative;
    height: 196px;
}

.index_honor .comWitch .all_box .big_box .index_honor_box{
    width: 2964px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 196px;
}

.index_honor .comWitch .all_box .big_box .index_honor_box li{
    float: left;
    width: 988px;
    overflow: hidden;
}

.index_honor .comWitch .all_box .big_box .index_honor_box li > a{
    width: 213px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 0 16px;
}


.index_honor .comWitch .all_box dl dd{
    position: absolute;
    font-size: 70px;
    top: 270px;
    cursor: pointer;
}

.index_honor .comWitch .all_box dl dd.left{
    left: 0;
}

.index_honor .comWitch .all_box dl dd.right{
    right: 0;
}

.culture{
    padding: 90px 0 168px 0;
}

.culture .comWitch{
    position: relative;
}

.culture .comWitch > img{
    position: absolute;
    right: 490px;
    top: 0;
}

.culture .comWitch .word{
    width:35%;
    margin-top: 84px;
}

.culture .comWitch .word > p{
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.culture .comWitch .word > p span{
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.declaration{
    text-align: center;
    height: 268px;
    font-size: 34px;
    color: white;
    line-height: 268px;
    width: 100%;
    overflow: hidden;
    background: url(../images/index_bj.jpg) center;
    background-attachment: fixed;
}

.index_service{
    padding: 78px 0 0 0;
}

.index_service .comWitch h2{
    text-align: center;
}

.index_service .comWitch .title_word{
    color: #828282;
    font-size: 14px;
    line-height: 26px;
    width: 816px;
    text-align: center;
    display: block;
    margin: 42px auto;
}

.index_service .comWitch hr{
    width: 38px;
    height: 2px;
    background: #828282;
    margin: 0 auto; 
}

.index_service .index_servie_case{
    width: 100%;
    background: url(../images/index_service_bg.jpg) center;
    height: 511px;
    margin-top: 62px;
}

.index_service .index_servie_case .comWitch{
    overflow: hidden;
    height: 100%;
}

.index_service .index_servie_case .comWitch a{
    width: 148px;
    overflow: hidden;
    border-left: 1px solid white;
    height: 100%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

.index_service .index_servie_case .comWitch a:first-child{
    border-left: none!important;
}


.index_service .index_servie_case .comWitch a li{
    width: 100%;
    overflow: hidden;
}

.index_service .index_servie_case .comWitch a li p{
    display: block;
    color: white;
    font-size: 12px;
    line-height: 24px;
    margin-top: 168px;
    margin-left: 28px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

.index_service .index_servie_case .comWitch a li p span{
    display: block;
}


.index_service .index_servie_case .comWitch a li p .number{
    font-size: 16px;
    margin-bottom: 2.2rem;
}

.index_service .index_servie_case .comWitch a li p b{
    display: block;
    width: 10px;
    height: 1px;
    background: white;
    margin: 16px 0;
}

.index_service .index_servie_case .comWitch a li p .read_more_jia{
    display: block;
    border:1px solid white;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
}

.index_service .index_servie_case .comWitch a:hover{
    background: rgba(0,0,0,0.5);
    border-left: 1px solid rgba(0,0,0,0.5);
}

.index_service .index_servie_case .comWitch a:hover .index_service_word{
    top: -20px;
}

.index_case{
    position: relative;
    padding-bottom: 6px;
}

.index_case .title_box{
    text-align: center;
    padding: 86px 0;
}

.index_case .index_case_bj{
    width: 100%;
    padding: 110px 0;
    background: url(../images/index_bj.jpg) center;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 999;
}

.index_case .index_case_bj .comWitch{
    position: relative;
}

.index_case .index_case_bj .comWitch .index_case_box{
    width: 1150px;
    overflow: hidden;
    margin: 0 auto;
}

.index_case .index_case_bj .comWitch .index_case_box li{
    overflow: hidden;
    position: relative;
    margin-top: 115px;
    box-shadow: 0 0 20px black;
}

.index_case .index_case_bj .comWitch .index_case_box li .word{
    position: absolute;
    right: 84px;
    top: 154px;
    background: url(../images/index_case_word.png);
    width: 288px;
    height: 187px;
    overflow: hidden;
    color: white;
    padding: 36px 0 0 22px;
}

.index_case .index_case_bj .comWitch .index_case_box li .word b{
    width: 16px;
    height: 1px;
    display: block;
    background: white;
    margin: 16px 0 26px 0;
}

.index_case .index_case_bj .comWitch .index_case_box li .word .title{
    font-size: 20px;
}

.index_case .index_case_bj .comWitch .index_case_box li .word > a{
    display: block;
    border:1px solid #676767;
    overflow: hidden;
    width: 162px;
    height: 30px;
    text-align: center;
    color: white;
    line-height: 30px;
    border-left-color: white;
    border-top-color:white; 
    margin-top: 42px;
}

.inde_case_btn dd{
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    text-align: center;
    line-height: 56px;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 350px;
    box-shadow: 0 0 10px #666;
    cursor: pointer;
}

.inde_case_btn dd.left{
    left: 0;
}

.inde_case_btn dd.right{
    right: 0;
}

.index_case .read_more_paizi{
    width: 192px;
    height: 46px;
    background: white;
    color: #b92425;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    left: 50%;
    margin-left: -96px;
    bottom: 6px;
    position: absolute;
}

.footer{
    width: 100%;
    overflow: hidden;
    background: #1b1b1b;
}


.footer .footer_top{
    padding: 126px 0;
}

.footer .footer_top .logo_box b{
    display: block;
    width: 20px;
    height: 1px;
    background: white;
    margin-top: 60px;
}
.footer .footer_top .logo_box img{
    width:48px;
}

.footer .footer_top .footer_text{
    width: 276px;
    margin-left: 36px;
}

.footer .footer_top .lianjie{
    overflow: hidden;
    margin-top: 40px;
}

.footer .footer_top .lianjie a{
    color: white;
    font-size: 14px;
    border-right: 1px solid white;
    margin-right: 46px;
    padding-right: 46px;
}

.footer .footer_top .lianjie a:last-child{
    border-right: none;
}

.footer .footer_top .information{
    width: 100%;
    overflow: hidden;
    color: white;
    font-size: 14px;
    line-height: 36px;
    margin-top: 80px;
}

.footer .footer_top .information span a{
    color: white;
}

.footer .footer_bottom{
    background: black;
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.footer .footer_bottom .comWitch > p{
    font-size: 12px;
    color: white;
    line-height: 80px;
}

.footer .footer_bottom .comWitch .scroll_top{
    width: 80px;
    height: 80px;
    background: #2a2a2a;
    overflow: hidden;
    font-size: 30px;
    text-align: center;
    color: white;
    line-height: 80px;
    cursor: pointer;
}

/*-------------------------------关于我们--------------------------------------*/


.child_container .header_bbox{
    margin-top: 0;
    position: fixed;
}

.child_header{
    margin-top: 0;
    position: fixed;
    z-index: 2000;
}

.child_container .child_banner{
    margin-top: 4.2%;
}

.child_container .about_title{
    padding: 136px 0;
    width: 100%;
    float: left;
}

.child_container .about_title .comWitch {
    position: relative;
}

.child_container .about_title .comWitch .word{
    margin: 110px 0;
}

.child_container .about_title .word h3{
    color: #b72120;
}

.child_container .about_title .word h3 .big{
    font-size: 32px;
    display: inline-block;
    margin-top: 78px;
}

.child_container .about_title .word h3 .ch_tt{
    font-size: 24px;
    color: black;
    margin: 26px 0 70px 0;
    display: inline-block;
}

.child_container .about_title .word p{
    width: 503px;
    overflow: hidden;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 26px;
}

.child_container .about_title .pic{
    background: url(../images/about_title_bg.jpg);
    width: 900px;
    padding-left: 60px;
    height: 696px;
    overflow: hidden;
    position: absolute;
    left: 600px;
    top:0;
}

.child_container .about_title .pic .word h3,
.child_container .about_title .pic .word h3 span,
.child_container .about_title .pic .word p{
    color: white !important;
}

.about_culture{
    text-align: center;
    width: 100%;
    background: url(../images/about_culture_bj.jpg) center;
    height: 452px;
    padding-top: 109px;
    overflow: hidden;
}

.about_culture ul{
    overflow: hidden;
    margin-top: 44px;
}

.about_culture ul li{
    overflow: hidden;
    width: 382px;
    height: 206px;
    margin-right: 26px;
    position: relative;
}

.about_culture ul li:last-child{
    margin-right: 0;
}

.about_culture ul li .word{
    border:1px solid white;
    position: absolute;
    margin: 16px;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 268px;
    height: 174px;
    color: white;
    font-size: 14px;
    padding: 0 40px;
}

.about_culture ul li .word span.title{
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0 22px 0;
    display: inline-block;
}

.about_culture ul li .word span.txt{
    overflow: hidden;
    height: 38px;
    display: inline-block;
    width: 100%;
}

.about_company{
    padding-bottom: 136px;
    overflow: hidden;
}

.about_company .title_pic{
    background: url(../images/about_qyzs_title.png) center;
    width: 337px;
    height: 55px;
    margin: 110px auto 56px auto;
}

.about_company li > div{
    overflow: hidden;
    width: 100%;
}

.about_company li div.top{
    position: relative;
}

.about_company li div.top .word{
    position: absolute;
    left: 0;
    top: 26px;
    color: white;
    text-align: center;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}

.about_company li div.top .word .title{
    font-size: 22px;
}

.about_company li div.top .word .eg{
    font-size: 12px;
}

.about_company li div.top .word b{
    display:block;
    margin: 16px auto 18px auto;
    background: white;
    width: 14px;
    height: 2px;
}

.about_company li .bottom a{
    width: 171px;
    height: 136px;
    overflow: hidden;
    font-size: 14px;
    color: #5c5c5c;
    padding: 20px 0 0 20px;
}

.about_company li .bottom{
    width: 100%;
    overflow: hidden;
}

.about_company li .bottom a:first-child{
    border:1px solid #c3c3c3;
}

.about_company li .bottom a .title{
    font-size: 20px;
    color: black;
    margin: 20px 0;
    display: inline-block;
}

.about_company li .bottom a:last-child{
    background: #d22727;
    border:1px solid #d22727;
    color: white;
}

.about_company li .bottom a:last-child .title{
    color: white;
}

.about_company > a{
    position: relative;
    overflow: hidden;
}

.about_company > a .word{
    position: absolute;
    left: 0;
    top: 74px;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 14px;
}


.about_company > a .word b{
    display:block;
    margin: 16px auto 18px auto;
    background: white;
    width: 14px;
    height: 2px;
}

.about_company > a .word .title{
    font-size: 22px;
}

.about_company > a .word .eg{
    margin-bottom: 32px;
    display: inline-block;
}

.about_team{
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}

.about_team .comWitch{
    position: relative;
}

.about_team .title_bg{
    width: 100%;
    overflow: hidden;
}

.about_team .title_bg > img{
    width: 662px;
    position: absolute;
    left: -354px;
    top: 0;
}

.about_team .title_bg .word{
    position: absolute;
    left: 308px;
    top: 0;
    width: 1920px;
    background: url(../images/about_team_titbg2.jpg);
    height: 139px;
    font-size: 14px;
    padding: 66px 0 0 98px;
}

.about_team .title_bg .word > b{
    display: block;
    margin-bottom: 30px;
    width: 32px;
    height: 1px;
    background: #d8d8d8;
}

.about_team .about_team_case{
    width: 100%;
    overflow: hidden;
    margin-top: 205px;
}

.about_team .about_team_case li{
    overflow: hidden;
    opacity: .6;
}

.about_team .about_team_case li:hover{
    opacity: 1;
}

.about_team .Load_more{
    display: block;
    border:1px solid black;
    text-align: center;
    width: 190px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 78px auto 0 auto;
}



/*-------------------------------新闻动态--------------------------------------*/


.child_container .news{
    padding-bottom: 90px;
}

.child_container .news .comWitch .title_box{
    text-align: center;
}

.child_container .news .comWitch .news_chioce{
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.child_container .news .comWitch .news_chioce a{
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.child_container .news .comWitch .news_chioce a.active{
    background: #b10201;
    color: white;
    border-radius: 6px;
    margin-top: 36px;
}


.child_container .news .comWitch .index_news_box a:nth-child(3n){
    margin-right: 0;
}

.child_container .news .comWitch .index_news_box a{
    margin-top: 30px;
}

.child_container .news .comWitch .read_more{
    width: 100%;
    display: block;
    background: #d6d6d6;
    font-size: 14px;
    margin-top: 40px;
    padding: 8px 0;
    color: #222;
    text-align: center;
    border: none;
}



/*-------------------------------服务项目--------------------------------------*/


.child_container .service{
    padding: 136px 0;
    overflow: hidden;
}

.child_container .service .title{
    width: 100%;
    overflow: hidden;
}

.child_container .service .title .title_box .xian{
    display: block;
    width: 32px;
    height: 1px;
    background: #bfbfbf;
    margin: 20px 0 0 0;
}

.child_container .service .title > p{
    width: 770px;
    overflow: hidden;
    margin-top: 10px;
    color: #757575;
    font-size: 14px;
    line-height: 26px;
}

.child_container .service .service_case a,
.child_container .service .title .service_case a li,
.child_container .service .title .service_case{
    display: block;
    overflow: hidden;
    width: 100%;
}

.child_container .service .service_case a{
    margin-top: 106px;
}

.child_container .service .service_case a li{
    position: relative;
    height: 343px;
}

.child_container .service .service_case a li > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 783px;
}

.child_container .service .service_case a:nth-child(2n) li > img{
    right: 0;
    left: inherit;
}

.child_container .service .service_case a li > .wrod{
    position: absolute;
    right: 0;
    top: 0;
    width: 361px;
    border:1px solid #e5e5e5;
    height: 287px;
    padding: 54px 0 0 54px;
}

.child_container .service .service_case a:nth-child(2n) li > .wrod{
    left: 0;
}

.child_container .service .service_case a li > .wrod h2{
    position: relative;
    z-index: 100;
}

.child_container .service .service_case a li > .wrod h2 b{
    width: 18px;
    height: 2px;
    background: #898989;
    display: block;
    margin: 34px 0 14px 0;
}

.child_container .service .service_case a li > .wrod h2 .black{
    color: black;
    font-size: 20px;
    font-family: "微软雅黑",pingfangzd;
}

.child_container .service .service_case a li > .wrod .service_bg{
    background-image: url(../images/number.png);
    position: absolute;
    left: 54px;
    top:54px;
    width: 333px;
    height: 255px;
}

.child_container .service .service_case a li > .wrod .number1{
    background-position: 0 0;
}

.child_container .service .service_case a li > .wrod .number2{
    background-position: -333px 0;
}

.child_container .service .service_case a li > .wrod .number3{
    background-position: -666px 0;
}

.child_container .service .service_case a li > .wrod .number4{
    background-position: -999px 0;
}

.child_container .service .service_case a li > .wrod .number5{
    background-position: 0 256px;
}

.child_container .service .service_case a li > .wrod .number6{
    background-position: -333px 256px;
}

.child_container .service .service_case a li > .wrod .number7{
    background-position: -666px 256px;
}

.child_container .service .service_case a li > .wrod .number8{
    background-position: -999px 256px;
}

.child_container .service .service_case a li > .wrod .about_case{
    border:1px solid #7f7f7f;
    color: #7f7f7f;
    width: 122px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 60px;
    font-size:14px;
}


/*-------------------------------案例中心--------------------------------------*/

.child_container .case{
    width: 100%;
    overflow: hidden;
    padding: 86px 0;
}

.child_container .case .title_box{
    text-align: center;
}

.child_container .case .title_box .xian{
    margin: 40px auto;
    background-color:#dbdbdb;
}

.child_container .case .case_box{
    width: 100%;
    border-top:1px solid #ccc;
    padding-top: 56px;
}

.child_container .case .case_box .comWitch{
    position: relative;
}

.child_container .case .case_box .comWitch dl{
    position: absolute;
    width: 1200px;
    overflow: hidden;
    left: 50%;
    top:-72px;
    margin-left: -600px;
}

.child_container .case .case_box .comWitch dl a{
    width: 10.6%;
    margin: 0 0.2%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #efefef;
    overflow: hidden;
    font-size: 14px;
}

.child_container .case .case_box .comWitch dl a.active{
    background-color:#585858;
    color: white; 
}

.child_container .case .case_box .comWitch ul{
    width: 100%;
    overflow: hidden;
}

.child_container .case .case_box .comWitch ul li{
    width: 380px;
    position: relative;
    margin-right: 29px;
    margin-bottom: 29px;
}

.child_container .case .case_box .comWitch ul li:nth-child(3n){
    margin-right: 0;
}

.child_container .case .case_box .comWitch ul li .word{
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 20px;
    background: url(../images/index_case_word.png);
    width: 288px;
    height: 187px;
    overflow: hidden;
    color: white;
    padding: 36px 0 0 22px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;   
    opacity: 0;
}

.child_container .case .case_box .comWitch ul li:hover .case_word{
    opacity: 1;
}

.child_container .case .case_box .comWitch ul li .word b{
    width: 16px;
    height: 1px;
    display: block;
    background: white;
    margin: 16px 0 26px 0;
}

.child_container .case .case_box .comWitch ul li .word .title{
    font-size: 20px;
}

.child_container .case .case_box .comWitch ul li .word > a{
    display: block;
    border:1px solid #676767;
    overflow: hidden;
    width: 162px;
    height: 30px;
    text-align: center;
    color: white;
    line-height: 30px;
    border-left-color: white;
    border-top-color:white; 
    margin-top: 42px;
}

.child_container .case .read_more{
    width: 1200px;
    display: block;
    margin: 0 auto;
    background: #d6d6d6;
    font-size: 14px;
    margin-top: 40px;
    padding: 8px 0;
    color: #222;
    text-align: center;
    border:none;
}

.child_container .case .case_box .comWitch .case_btn{
    display: none;
}


/*-------------------------------关于我们--------------------------------------*/


.child_container .contact_pecruit,
.contact_information{
    width: 100%;
    overflow: hidden;
    padding: 90px 0;
}

.child_container .contact_pecruit .title_box,
.contact_information .title_box{
    text-align: center;
}

.child_container .contact_pecruit ul{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.child_container .contact_pecruit ul li{
    width: 1200px;
    border-bottom: 1px solid #7f7f7f;
    padding: 22px 0;
    cursor: pointer;
    margin:0 auto;
    font-size: 16px;
}

.child_container .contact_pecruit ul li.active{
    border-bottom: none;
}

.child_container .contact_pecruit ul li.active > span{
    color: #b10201;   
}

.child_container .contact_pecruit ul li .con{
    width: 100%;
    background-color: #fbfbfb;
    overflow: hidden;
    padding: 24px 0;
    display: none;
    margin-top: 22px;
}

.child_container .contact_pecruit ul li .con .comWitch{
    width: 1160px;
    padding:0 20px;
    line-height: 30px;
}

.child_container .contact_pecruit ul li .con .comWitch .title{
    font-weight: 600;
}

.child_container .contact_pecruit ul .contact_pecruit_bottom{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-top: 38px;
}

.child_container .contact h2{
    text-align: center;
}

.child_container .contact ul{
    width: 100%;
    overflow: hidden;
    margin: 58px 0;
}

.child_container .contact ul li{
    width: 25%;
    text-align: center;
    line-height: 24px;
}

.child_container .contact ul li > img{
    width: 54px;
    display: inline-block;
}

.child_container .contact ul li > h3{
    color: black;
}

.child_container .contact_information form > div{
    width: 100%;
    overflow: hidden;
    margin:56px 0 30px 0;
}

.child_container .contact_information form span{
    border:1px solid #b5b5b5;
    display: block;
    overflow: hidden;
}

.child_container .contact_information form > div span{
    width: 30%;
    margin-right: 4.7%;
    position: relative;
} 

.child_container .contact_information form > div span:last-child{
    margin-right: 0;
}

.child_container .contact_information form span input{
    height: 42px;
    text-indent: 2em;
    width: 100%;
}

.child_container .contact_information form span textarea{
    text-indent: 2em;
    padding: 14px 0;
    width: 100%;
}

.child_container .contact_information form button{
    width: 100%;
    background: #b10201;
    color: white;
    height: 42px;
    line-height: 42px;
    margin-top: 30px;
}


/*-------------------------------列表--------------------------------------*/


.child_container .list_box,
.child_container .article_box{
    padding: 70px 0;
    margin-top: 4.2%;
}

.breadcrumb{
    margin-bottom: 40px;
    font-size: 14px;
    color: #756f6f;
}

.breadcrumb a{
    color: #756f6f;
}

.child_container .list_box .list_title{
    font-size: 24px;
    color: #b10201;
}

.child_container .list_box .list_title .xian{
    width: 100%;
    background-color:#eee; 
    height: 3px;
    overflow: hidden;
    margin-top: 18px;
}

.child_container .list_box .list_title .xian span{
    display:block;
    background-color: #b10201;
    width: 190px;
    height: 3px;
}

.child_container .list_box ul{
    width: 100%;
    overflow: hidden;
}

.child_container .list_box ul a{
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding: 24px 0; 
    overflow: hidden;  
}

.child_container .list_box ul a .list_imgbox{
    width: 270px;
    height: 156px;
    position: relative;
    float: left;
}

.child_container .list_box ul a .list_imgbox > img{
    width: 270px;
    height: 156px;
}


.child_container .list_box ul a .list_imgbox .black_box{
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.child_container .list_box ul a li{
    width: 874px;
    overflow: hidden;
}

.child_container .list_box ul a li p{
    white-space: normal;
    width: 620px;
    overflow: hidden;
    color: #535353;
    line-height: 20px;
    margin-top: 20px;
    height: 103px;
}

.child_container .list_box ul a li p span{
    font-size: 18px;
    font-weight: 600;
}

.child_container .list_box ul a li>div{
    width: 140px;
    overflow: hidden;
    margin: 55px 0 0 56px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.child_container .list_box ul a li>div .time{
    font-size: 26px;
    color: #535353;
    text-align: right;
    line-height: 20px;
    display: inline-block;
}

.child_container .list_box ul a li>div .time span{
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.child_container .list_box ul a li>div .btn{
    width: 46px;
    height: 46px;
    border:1px solid #d2d2d2;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    color: #a4a4a4;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.child_container .list_box ul a:hover .time_and_btn{
    margin-left: 110px;
}

.child_container .list_box ul a:hover .time_and_btn .btn{
    background: #b10201;
    color: white;
    border:1px solid #b10201;
}

.child_container .list_box ul a:hover .black_box{
    opacity: 0;
}

.child_container .list_box .page_box{
    width: 100%;
    overflow: hidden;
    text-align: right;
    margin-top: 110px;
}

.child_container .list_box .page_box dd{
    display: inline-block;
    padding: 6px 14px;
    background: #e5e5e5;
    font-size: 16px;
    border-radius: 4px;
    margin:0 4px;
}

.child_container .list_box .page_box dd.current_page{
    background: #b10201;
    color: white;
}


/*-------------------------------三级--------------------------------------*/

.child_container .article_box .article_title{
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
}

.child_container .article_box .article_title .date{
    color: #c3c3c3;
    font-size: 14px;
}


.child_container .article_box .article_title .xian{
    width: 100%;
    background-color:#eee; 
    height: 3px;
    overflow: hidden;
    margin-top: 38px;
}

.child_container .article_box .article_title .xian span{
    display:block;
    background-color: #cbcdd2;
    width: 190px;
    height: 3px;
    margin:  0 auto;
}

.child_container .article_box > p img{
    width: auto;
    display:block;
    margin: 42px auto 0 auto;
}

.child_container .article_box > p{
    font-size: 14px;
    line-height: 28px;
    padding: 42px 0;
    text-align: center;
    border-bottom: 3px solid #eee;
    margin-bottom: 26px;
}

.child_container .article_box > p span{
    display: block;
    margin-top: 42px;
}

.child_container .article_box > p span.word_left{
    text-align: left;
}

.child_container .article_box .jumping a{
    font-size: 14px;
    color: #5E5E5E;
}

.child_container .article_box .jumping a:last-child{
    margin-left: 46px;
}


/*-----------------------------响应式增加----------------------------------*/

.header_bbox .header .mo_header_btn{
    display: none;
}


/*--------------------------------表单验证----------------------------------*/

.child_container .contact_information form span #username-error,
.child_container .contact_information form span #mobile-error,
.child_container .contact_information form span #email-error{
    display: inline-block;
    color: red;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
}