@charset "UTF-8";
.fu_bg{
    width: 100%;
    height: 430px;
    max-width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite alternate;
    -o-animation: animatedBackground 20s linear infinite alternate;
    -webkit-animation: animatedBackground 20s linear infinite alternate;
    -moz-animation: animatedBackground 20s linear infinite alternate;
}
.fu_bg{
    position: relative;
    /*box-shadow: 0 3px 10px #6f6161;*/
}
.fu_inner{
    width: 100%;
    position: absolute;
    top:50%;
    text-align: center;
    height: 180px;
    margin-top: -90px;
    background: url("../images/second/trst.png") no-repeat center;
    background-size: contain;

}
.fu_text{
    padding-top: 30px;
}
.fu_text h1{
    display: inline-block;
    font-size:48px;
    color:#fff;
    font-weight:bold;
    position: relative;
}
.fu_text h1 span{
    color: #2CB1E7;
}
.fu_text h3{
    font-size: 27px;
    color: #fff;
    font-family: serif;
}
.pro_tit{
    width: 100%;
    position: absolute;
    bottom:0;
    height: 65px;
    background: rgba(56,56,56,0.9);
    text-align: center;
    font-size: 0px;
}
.pro_tit span{
    display: inline-block;
    border-right: 1px solid #AEAEAE;
}
.pro_tit span a{
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    color: #fff;
    display: block;
    width: 100%;
}
.pro_tit span:last-child{
    border-right: none;
}
.pro_tit span.active a{
    background-color: #CC1C13;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50% 0;
    }
}
/*页码*/
.mypage {
    /*clear: both;*/
    width:100%;
    height:auto;
    border:#3C8BD4 0px solid;
    margin:0 auto;
    padding: 40px 0;
    text-align:center;
    font-size: 16px;
}
.pc_dis{
    display: none;
}
.mypage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #fff;
    background: #3C8BD4;
    border:1px solid transparent;
    border-radius: 4px;
}
.cpbg{
    background: url("../images/second/anbg.jpg") no-repeat center;
}
.second_inner{
    width: 75%;
    margin: auto;
}
.case_tit ul li{
    float: left;
    width: 10%;
    text-align: center;
}
.case_tit ul li a p{
    display: block;
    padding: 24px 0;
    font-size: 14px;
}
.case_tit{
    height: 70px;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-shadow: 0 0 5px #EEEEEE;
    -moz-box-shadow: 0 0 5px #EEEEEE;
    box-shadow: 0 0 5px #EEEEEE;
    margin-bottom: 30px;
}
.case_tit ul li span{
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: relative;
    top:-18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.case_tit ul li:hover span,.case_tit ul li.active span{
    width: 70px;
    background-color: #0093FF;
}
.case_tit ul li:hover p,.case_tit ul li.active p{
    color: #0093FF;
}
.case_cont ul li{
    display: inline-block;
    position: relative;
    width: 32%;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 15px;
    vertical-align: top;
}
.case_img{
    display: block;
    width: 100%;
    overflow: hidden;
}
.case_img>img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
}
.case_text{
    height: 70px;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}
.case_text h4{
    font-size: 15px;
    line-height: 1.5;
    padding-top: 10px;
    color: #000;
    font-weight: normal;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.case_text p{
    font-size: 13px;
    color: #999;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -webkit-transition: all .4s ease-in-out .2s;
    background-color: #0093FF;
}
.case_cont ul li:hover h4{
    color: #fff
}
.case_cont ul li:hover p {
    color: #fff
}
.case_cont ul li:hover .case_text .small{
    transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1
}
.case_cont ul li:hover .case_img>img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}
.xinbg{
    background: url("../images/second/xinbg.jpg") no-repeat center;
}
.xin_cont{
    padding-top: 30px;
}
.xin_cont .case_text h4{
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}
.newbg{
    background: url("../images/second/newbg.jpg") no-repeat center;
}
.new{
    padding: 50px 0;
}
.new_tit{
    border-bottom: 2px solid #131313;
}
.new_tit h1{
    font-size: 38px;
    color: #22272C;
    font-weight: bold;
}
.new_tit p{
    font-size: 26px;
    color: #22272C;
    margin-bottom: 10px;
}
.new_cont{
    padding: 30px 0;
}
.new_cont p{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 30px;
}
.new_cont p img{
    max-width: 100%;
    margin-bottom: 30px;
}
.new_bot{
    text-align: center;
}
.new_bot_item{
    display: inline-block;
    width: 400px;
    height: 80px;
    border: 1px dashed #CDCDCD;
    margin: 0 2%;
}
.new_bot_items .bot_icon{
    float:right;
    width: 90px;
}
.bot_icon{
    float: left;
    width: 90px;
}
.bot_icon i{
    color: #C0C0C0;
    line-height:80px;
    margin-left: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.new_bot_item:hover .bot_icon i{
    margin-left: 5px;
    color: #45BFDF;
}
.new_bot_item:hover .new_text{
     color: #45BFDF;
 }
.new_bot_item:hover{
    border: 1px dashed #45BFDF;
}
.new_bot_items .new_text{
    margin-right: 90px;
    margin-left: 0;
    height: 30px;
    overflow: hidden;
}
.new_text{
    margin-left: 90px;
    padding: 15px;
    line-height: 25px;
    font-size: 18px;
    color: #000000;
    text-align: left;
}
.conbg{
    background: url("../images/second/conbg.jpg") no-repeat center;
}
.t-title h4{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color:#111111;
    margin-right:20px;
    display: block;
}
.lxwm-left,.lxwm-right{
    width:50%;
    padding: 0 20px;
}
.t-title  p{
    width:100%;
    font-size: 15px;
    margin-bottom: 20px;
}
.jieshao{
    display: flex;
    justify-content: space-between;
    padding:10px 0;
}
.liu_item input{
    float: left;
    width: 45%;
    margin-left: 1%;
    height: 40px;
    line-height: 40px;

}
.liu_item input,.liu_item  textarea{
    margin-top:10px;
    border: 1px solid #C7C7C7;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0 10px;
}
.liu_item textarea{
    height: 80px;
    width: 100%;
}
.lxwm-right button{
    width:132px;
    line-height: 38px;
    background: none;
    text-align: center;
    border: 1px solid #C7C7C7;
    font-size: 15px;
    color: #363636;
}
.adr p span{
    color: #222222;
}
.adr p i{
    color: #50B4FF;
    font-size: 22px;
}
.adr p{
    font-size: 15px;
    color: #989898;
    margin-bottom: 10px;
}
#map{
    width: 100%;
    height: 355px;
    margin-bottom: 50px;
}
.renbg{
    background: url("../images/second/renbg.jpg") no-repeat center;
}
.ren{
    padding: 60px 0;
}
.ren_title{
    text-align: center;
}
.ren_title h1{
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}
.ren_title p{
    font-size: 14px;
    color: #000000;
}
.ren_list{
    padding-top: 30px;
}
.ren_list ul li{
    float: left;
    width: 27%;
    padding: 0 3%;
}
.ren_list_img{
    overflow: hidden;
}
.ren_list_img img{
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ren_list_text h4{
       font-size: 16px;
       color: #000000;
   }
.ren_list_text p{
    font-size: 14px;
    color: #727272;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.ren_list_inner{
    border:1px solid transparent;
    padding: 10px;
}
.ren_list ul li:hover .ren_list_inner{
    border: 1px solid #ddd;
}
.ren_list ul li:hover .ren_list_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tian{
    height:500px;
    width: 100%;
    text-align: center;
    background: url("../images/second/ren-4.jpg") no-repeat center;
}
.tian img{
    margin: 100px 0 40px 0;
}
.tian p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.CE-job {
    width: 100%;
    height: 610px;
    background: url(../images/second/ren-5.jpg) no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.jie_lf{
    width: 50%;
    height: 610px;
}
.CE-work-outer{
    width: 546px;
    margin: 150px auto 0 auto;
}
.CE-work-outer h1{
    font-size: 30px;
    color: #000;
}
.CE-work-outer h1 span{
    font-size: 20px;
}
.CE-work-outer h1 b{
    display: inline-block;
    width: 20px;
    height: 40px;
    background-color: #FADD99;
}
.CE-work-outer p{
    font-size: 14px;
    color: #7D7D7D;
}
.right-box {
    width: 49%;
    height: 610px;
    border-left: 1px solid #c6c6c6;
}
.CE-work-list {
    height: 570px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}
.CE-job .CE-work-list{
    height:570px;
    width:90%;
    overflow: hidden;
    margin:0 auto;
}

.CE-work-list dt{
    padding:35px 0;
    border-bottom:1px solid #c6c6c6;
    height:24px;
    cursor:pointer;
}
.CE-work-list dt .job-cn{
    color:#000;
    margin-left: 10px
}

.CE-work-list dt .job-en{
    color:#7d7d7d;
    margin: 0px 0 0 10px;
}
.clearfix{
    clear: both;
}
.CE-work-list .job-open{
    width:10px;
    height:16px;
    background:url(../images/second/ly_icon38.png) no-repeat;
    margin-right:30px;
    margin-top: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}
.CE-work-list .job-open.open{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}
.CE-work-list dd{
    padding-left: 10px;
    display:none;
}

.work-detail h4{
    color:#000;
    margin-top: 25px
}
.work-detail p{
    color:#7d7d7d;
    line-height: 30px;
}
.work-con{
    margin-top: 20px;
}
.work-con .list-num{
    color:#7d7d7d;
    height:30px;
    line-height: 30px
}
.work-con .list-con{
    display:block;
    color:#7d7d7d;
    padding-left: 25px;
    line-height: 30px
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.fnt_16{
    font-size: 16px;
}
.CE-work-list .mCSB_container{margin-right: 65px;}
.CE-work-list .mCSB_scrollTools .mCSB_draggerRail{background-color:#c6c6c6;width: 1px;}
.CE-work-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #727273;border-radius: 0;margin-left: 5px;width:5px;}
.CE-work-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.CE-work-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.CE-work-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#727272;}
.brand{
    background: url("../images/second/fubg.jpg") no-repeat center;
    height: 800px;
}
.brand-lf{
    float: left;
    width:55%;
    position: relative;
    height: 800px;
}
.brand_rt{
    float: left;
    width: 45%;
    height: 800px;
}
.brand_pos{
    position: absolute;
    right:30px;
    bottom:-40px;
}
.brand_tit{
    padding-left: 60px;
    padding-top: 150px;
    padding-right: 40px;
}
.ft_27{
    font-size: 27px;
}
.col_fff{
    color: #fff;
}
.brand_tit b{
    display: inline-block;
    width: 60px;
    border-top: 1px solid #fff;
    margin-bottom: 20px;
}
.brand_list ul li{
    float: left;
    width: 140px;
    text-align: center;
}
.brand_list ul li img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.brand_list ul li:hover img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.brand_list{
    margin-top: 50px;
}
.ft_18{
    font-size: 18px;
}
.brand_list ul li span{
    margin-top: 25px;
    display: block;
}
.brand_tit a{
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
}
.commerce{
    background-color: #fff;
    overflow: hidden;
}
.commerce .brand_tit a{
    color: #666666;
    border: 1px solid #666666;
}
.commerce .brand_pos {
    position: absolute;
    right: auto;
    left: 0;
    bottom: -6px;
    width: 100%;
    text-align: right;
}
.event{
    background-color: #000;
}
.event .brand_pos {
    position: absolute;
    right: 30px;
    bottom: 50px;
}
.service{
    background: url("../images/second/fu-4.jpg") no-repeat center;
    height: 800px;
    text-align: center;
}
.service_tit{
    padding-top:110px;
    text-align: center;
    margin-bottom: 30px;
}
.service_list ul{
    width: 1100px;
    margin: auto;
}
.service_list ul li{
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}
.service_list ul li img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service_list ul li:hover img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.service_list ul li span{
    display: inline-block;
    width:30px;
    border-top: 1px solid #000;
    margin-bottom: 20px;
    margin-top: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service_list ul li:hover span{
    width: 60px;
}
.service a {
    color: #666666;
    border: 1px solid #666666;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.wobg {
    background: url(../images/second/wobg.jpg) no-repeat center;
}
.why{
    padding: 60px 0 130px;
    overflow: hidden;
}
.why_inner{
    width: 1200px;
    margin: auto;
}
.why_lf{
    float: left;
    width:50%;
}
.why_rt{
    float: left;
    width:50%;
    position: relative;
}
.why_rt img{
    position: absolute;
    left: 0;
    top:0;
}
.why_list{
    margin-top: 30px;
}
.why_item{
    position: relative;
    padding-left:35px;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.why_item span{
    display: inline-block;
    width:45px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    color: #6ADDFB;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow:1px 1px 8px #6ADDFB;
    -moz-box-shadow: 1px 1px 8px #6ADDFB;
    box-shadow:1px 1px 8px #6ADDFB;
    position: absolute;
    top: -5px;
    left: -23px;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.it_rt h4{
    font-size: 18px;
    line-height: 40px;
}
.why_item:hover span{
    background-color: #6ADDFB;
    color: #fff;
}
.why_item.active span{
    background-color: #6ADDFB;
    color: #fff;
}
.why_item.active{
    border-left: 1px solid #6ADDFB;
}
.why_item.active .it_hide{
    display: block;
}
.it_hide{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}
.tians{
    height: 800px;
    width: 100%;
    text-align: center;
    background: url(../images/second/wo-2.jpg) no-repeat center;
}
.tians>img{
    margin: 70px auto 140px;
}
.tians ul{
    width: 1200px;
    margin: auto;
}
.tians ul li{
    float: left;
    width: 27%;
    padding: 0 2%;
    color: #fff;
    text-align: center;
}
.tians ul li span{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tians ul li span i{
    color: #6ADDFB;
    font-size: 33px;
}
.tians ul li h4{
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 30px;
}
.tians ul li p{
    font-size: 14px;
    line-height: 25px;
}
.tians ul li:hover span{
    background-color: #6ADDFB;
}
.tians ul li:hover span i{
    color: #fff;
}
.project{
    padding: 50px;
}
.project_lf{
    float: left;
    width: 65%;
    margin-right: 5%;
}
.project_rt{
    float: left;
    width: 30%;
}
.project_item{
    background-color: #FAFAFA;
    padding: 40px 60px 80px;
    box-shadow: 10px 10px 10px #ECECEC;
    height: 510px;
    overflow: hidden;
}
.project_item h1{
    font-size: 38px;
    font-weight: bold;
    padding-left: 30px;
    border-left: 3px solid #474747;
    margin-bottom: 20px;
}
.project_item p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 30px;
    height: 100px;
    overflow: hidden;
}
.xiao{
    padding: 50px 0;
}
.xiao h4{
    font-size: 26px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.xiao img{
    width: 100%;
}
.zix{
    background-color: #FAFAFA;
    padding: 50px 30px 0;
    box-shadow: 10px 10px 10px #ECECEC;
    height: 510px;
    overflow: hidden;
}
.zix h2{
    font-size: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    margin-top: 0;
}
.zix>p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.zix_img{
    text-align: center;
    float: left;
    width: 40%;
    margin: 10px 5% 0;
}
.zix_img p{
    font-size: 16px;
    padding: 15px 0;
    color: #222;
}
.zix_img img{
    width: 100%;
}
.go{
    margin-top: 40px;
    height: 300px;
    background: url("../images/second/zx-3.jpg") no-repeat center;
    padding: 20px;
    background-size: cover;
}
.go_cont{
    text-align: center;
    height: 100%;
    border: 1px solid #fff;
}
.go_cont img{
    margin: 20px 0;
}
.go_cont h5{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}
.go_cont a{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 40px;
}
.tui{
    padding: 40px 0;

}
.tui h3{
    font-size: 26px;
    color: #22272C;
    margin-bottom: 30px;
}
.tui .case_cont ul li{
    width: 100%;
}
.tui .small{
    background-color: #CC241C;
}
.project_lf .new_text {
    margin-left: 90px;
    padding: 27px 15px;
}
.project_lf .new_bot_item {
    width: 360px;
    margin-top:40px;
}
.project_lf .new_text {
 margin-left: 0;
}
.project_item table{
    color: #666666;
    font-size: 16px;
    margin-top: 60px;
    border: 1px solid #ddd;
    text-align: center;
}
.project_item table .col_blue{
    color: #2498E9;
}
.cap{
    height: 700px;
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
    margin: 0 auto;
    border-left: 1px solid #ddd;
}


.con a {
    margin-bottom: 50px;
    width: 50%;
    float: left;
    display: block;
    position: relative
}

.con a h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #636161;
    font-weight: bold;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

.con a p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 52px;
    overflow: hidden;
}

.con a .date {
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    background: #ececec;
    width: 90px;
    height: 98px
}

.con a .date .d {
    height: 59px;
    line-height: 59px;
    display: block;
    font-size: 36px;
    color: #8d8d8d;
    font-weight: bold
}
.con a .text{
    margin-left: 120px;
    padding-right: 20px;
}
.con a .date .y {
    display: block;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    background: #bdbdbd;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.con a .date .y:before {
    content: '';
    background: url("../images/index/img81.png") no-repeat;
    display: inline-block;
    width: 19px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -9.5px;
    top: -7px
}

.con a:hover h3 {
    color: #2CB1E7
}

.con a:hover .date .d {
    color: #2CB1E7
}

.con a:hover .date .y {
    background: #2CB1E7
}

.con a:hover .date .y:before {
    background: url("../images/index/img82.png") no-repeat
}


.cap  .mCSB_container{margin-right: 15px;}
.cap  .mCSB_scrollTools .mCSB_draggerRail{background-color:#c6c6c6;width: 1px;}
.cap  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #414141;border-radius: 0;margin-left: 5px;width:5px;}
.cap  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cap  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.cap  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#414141;}
@media screen and (max-width:1500px){
    .brand_list ul li {
        width: 107px;

    }
    .ft_18 {
        font-size: 15px;
    }
}
@media screen and (max-width:1400px){
    .go_cont a{
        margin: 0 12px;
    }
}
@media screen and (max-width:1200px){
    .CE-work-outer {
        width: 300px;
    }
    .fnt_16{
        font-size: 14px;
    }
    .brand_list ul li {
        width: 88px;
    }
    .brand_list ul li img {
        width: 57px;
    }
    .service_list ul {
        width: 900px;
    }
    .why_inner {
        width: 1024px;
    }
    .tians ul {
        width: 1024px;
    }
}
@media screen and (max-width:1024px){
    .second_inner{
        width: 90%;
    }
    .brand-lf {
        width: 100%;
        height: auto;
        float: none;
    }
    .brand_pos {
        position:static;
    }
    .brand_pos img{
        width: 100%;
    }
    .brand_rt {
        width: 100%;
        height:auto;
        float: none;
    }
    .brand {
        height: auto;
        background-size: cover;
    }
    .event .brand_pos {
        position:static;
    }
    .commerce .brand_pos {
        position:static;
    }
    .brand_tit {
       padding: 30px 20px;
    }
    .ft_27{
        font-size: 18px;
    }
    .brand_list ul li {
        width: 25%;
    }
    .service_list ul {
        width: 90%;
    }
    .service_list ul li {
        font-size: 14px;
    }
    .service {
        background: url(../images/second/fu-4.jpg) no-repeat center;
        height: auto;
        padding: 20px;
    }
    .service_tit {
        padding-top: 20px;
    }
    .why_inner {
        width: 100%;
    }
    .tians ul {
        width: 100%;
    }
    .project_lf{
        float: left;
        width: 100%;
        margin-right:0;
    }
    .project_rt{
       display: none;
    }
    .project {
        padding:30px 10px;
    }
    .project_item {
        background-color: #FAFAFA;
        padding: 30px 10px 30px;
    }
    .project_item h1 {
        font-size: 18px;
    }
    .xiao h4 {
        font-size: 19px;
    }
    .project_lf .new_bot_item {
        width:90%;
        margin-top: 15px;
    }
    .xiao {
        padding: 20px 10px;
    }
}
@media screen and (max-width:768px){
    .second_inner{
        width: 95%;
    }
    .case_cont{
        padding-top: 30px;
    }
    .case_cont ul li {
        display: inline-block;
        position: relative;
        width: 48%;
        margin: 0 0.5%;
    }
    .ph_dis{
        display: none;
    }
    .pc_dis{
        display: block;
    }
    .bone-t{
        width: 100%;
    }
    .fu_text {
        padding-top: 49px;
    }
    .fu_text h1 {
        font-size: 29px;
    }
    .fu_text h3 {
        font-size: 20px;
    }
    .case_text {
        height: 85px;
    }
    .new_bot_item {
        display: inline-block;
        width: 90%;
        margin: 15px auto;
    }
    .new_tit h1 {
        font-size: 19px;
    }
    .new_tit p {
        font-size: 15px;
    }
    .new {
        padding: 30px 10px;
    }
    .new_text {
        font-size: 14px;
    }
    .jieshao {
        display: block;
    }
    .lxwm-left,.lxwm-right{
        width:auto;
        padding: 0 20px;
    }
    .liu_item textarea {
        width: 94%;
    }
    .t-title h4 {
        font-size: 19px;
    }
    .ren_title h1 {
        font-size: 18px;
    }
    .ren_title p {
      display: none;
    }
    .ren_list ul li {
        float: none;
        width: 100%;
        display: inline;
    }
    .tian img {
        margin: 40px 0 20px 0;
        width: 150px;
    }
    .tian p {
        font-size: 14px;
        line-height: 25px;
        padding: 10px;
    }
    .jie_lf {
        width: 100%;
        height: auto;
        float: none;
    }
    .right-box {
        width: 100%;
        height: auto;
        float: none;
        padding-bottom: 30px;
    }
    .CE-job {
        height:auto;
        padding: 0;
    }
    .CE-work-outer {
        margin: 0;
        width: 300px;
        padding: 30px 10px 20px 10px;
    }
    .CE-work-list .mCSB_container {
        margin-right: 10px;
    }
    .CE-work-outer h1 {
        font-size: 24px;
    }
    .CE-work-outer h1 span {
        font-size: 15px;
    }
    .why_lf {
        float:none;
        width: 100%;
    }
    .why_rt {
        float:none;
        width: 100%;
    }
    .why_rt img{
        position: static;
        width: 100%;
    }
    .CE-work-outer {
        width: 100%;
    }
    .CE-work-outer p{
        width: 95%;
    }
    .why_list{
        padding: 0 20px;
    }
    .it_rt h4 {
        font-size: 14px;
    }
    .tians>img {
        margin: 20px auto;
        width: 150px;
    }
    .tians ul li {
        float: none;
        width: 80%;
        margin: 15px auto;
    }
    .tians ul li span {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height:60px;
    }
    .tians ul li h4 {
        margin-bottom: 10px;
    }
    .why {
        padding:20px 0 20px;
    }
    .project_item p{
        height: auto;
        font-size: 14px;
    }
    .project_item{
        box-shadow: none;
        height: auto;
    }
    .zix{
        margin-top: 20px;
        height: auto;
        box-shadow: none;
        padding: 50px 10px 0;
    }
    .zix h2 {
        font-size: 20px;
        padding-bottom: 13px;
        margin-bottom: 22px;
    }
    .zix>p {
        font-size: 14px;
        height: auto;
    }
    .zix_img {
        width: 46%;
        margin: 10px 2% 0;
    }
    .zix_img p {
        font-size: 13px;
    }
    .con a {
        width: 100%;
    }
    .con a {
        margin-bottom: 50px;
        width: 50%;
    }
    .con a h3 {
        font-size: 16px;
    }
    .con a .text {
        margin-left: 105px;
    }
}