
.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    zoom: 1;
}
.flexslider .slides li {
    width: 100%;
    height: 100%;
}
.flexslider .slides li {
    width: 100%;
    height: 100%;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 56px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 14px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    background: url(../images/tu36.jpg) no-repeat;
    display: block;
    height: 7px;
    overflow: hidden;
    text-indent: -99em;
    width: 75px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
    background: url(../images/tu37.jpg) no-repeat;
}
/*常见问题*/
.case_bg{
    min-width: 1200px;
    height: 827px;
    background: url(../images/bg1.png) #f8f8f8 no-repeat center 81px;
    margin-top: 80px;
}
.tit2{
  
    padding-bottom: 70px;
}
.case_type a{
    background: url(../images/index_13.png) no-repeat;
    width: 185px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #000;
    margin: 0 36px 40px;
    display: inline-block;
    
}
.case_type a:hover{
    color: #e5781b;
}
.case_list ul{
    /*margin-right: -22px;*/
}
.case_list li:last-child{
    margin-right: 0;
}

.case_list li{
    width: 452px;
}


.case_pic{
    width: 435px;
    height: 260px;
    overflow: hidden;
    
}
.case_pic img{
    transition: all 0.6s;
}
.case_pic h3{
    width: 410px;
    height: 63px;
    border-top: solid 1px #fff;
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    bottom:-106px;
    padding: 0 20px;
    color: #f8f8f8;
    font-size: 17px;
    line-height: 63px;
    background:rgba(0,0,0,0.4) url(../images/index_16.png) no-repeat 360px center;
    transition: all 0.6s;
}
.case_con{
    background: #fff;
    padding: 25px;

}
.case_tit{
    height: 116px;
}
.case_tit h3{
    color: #323232;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
    line-height: 27px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    text-indent: 25px;
}
.case_tit span{
    line-height: 30px;
    color: #888;
    font-size: 15px;
}
.case_text{
    display: none;
      height: 116px;
}
.case_text p{
  color: #323232;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
    line-height: 27px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    text-indent: 25px;
}
.case_list li:hover .case_text{
    display: block;
}
.case_list li:hover .case_tit{
    display: none;
}
.case_list li:hover .case_pic h3{
    bottom:0px
}
.case_list li:hover .case_pic img{
    transform: scale(1.2);
}
.case_list li:hover{
    text-decoration: none !important;
    -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
}
.case_code{
    width: 49px;
    position: absolute;
    bottom:-48px;
    left:0;
    right:0;
    margin: 0 auto;
}
.rel {
    position: relative;
}
.tc {
    text-align: center;
}
/*新闻*/
.home_news {
    background: url(../images/bg1.png) no-repeat center 81px;
    padding: 0px 0 100px;
}
.home_news .con_box {
    margin-top: 60px;
}
.clearfix {
    clear: both;
}
.clearfix:after { 
content: "." ; 
display: block ;
height: 0 ;
clear: both ;
visibility: hidden ;
}
.home_news .con_box .left {
    width: 46%;
    position: relative;
}
.f-l {
    float: left;
}
.home_news .con_box .left span {
    width: 100%;
    line-height: 0;
    display: block;
    overflow: hidden;
    height: 393px;
}
.home_news .con_box .left span img{
    height: 100%;
    width: 100%;
}
.home_news .con_box .left .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96.5%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.4);
    padding-left: 20px;
}
.home_news .con_box .left .text p {
    max-width: 70%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    font-size: 17px;
}
.home_news .con_box .left .text em {
    float: right;
    display: inline-block;
    background: #fe4743;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    font-family: arial;
    padding: 0 18px;
}
.home_news .con_box .left .text em i {
    display: inline-block;
    background: url(../images/more2.png) no-repeat center center;
    width: 24px;
    height: 6px;
    position: relative;
    margin-left: 10px;
    top: -2px;
}
.home_news .con_box .right {
    width: 54%;
}
.f-r {
    float: right;
}
.home_news .con_box .right ul li {
    float: left;
    width: 100%;
    background: #fff;
    height: 129px;
    margin-bottom: 3px;
}
.home_news .con_box .right ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}
.home_news .con_box .right ul li a .text_con {
    padding-top: 4.5%;
}
.home_news .con_box .right ul li a .text_con .text {
    width: 80%;
}
.home_news .con_box .right ul li a .text_con .data {
    color: #666;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 30px;
}
.home_news .con_box .right ul li a .text_con .text h3 {
    color: #323232;
    font-size: 17px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home_news .con_box .right ul li:hover {
    background: #093c89;
}
.home_news .con_box .right ul li:hover {
    background: #093c89;
}
.home_news .con_box .right ul li a .text_con .text p {
    margin-top: 8px;
    color: #888888;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    height: 48px;
    overflow: hidden;
}
.home_news .con_box .right ul li:hover a .text_con .text h3, .home_news .con_box .right ul li:hover a .text_con .text p, .home_news .con_box .right ul li:hover a .text_con .data span, .home_news .con_box .right ul li:hover a .text_con .data em {
    color: #fff;
}
.home_news .con_box .right ul li:hover a .text_con .data{
  color: #fff;
}

.home_news .con_box .right ul li.cur {
  background: #026bac;
  border-color: #026bac;
  color: #fff;
}
.home_news .con_box .right ul li.cur a .text_con .data,.home_news .con_box .right ul li.cur  a .text_con .text h3,.home_news .con_box .right ul li.cur a .text_con .text p{
  color: #fff;
}
.home_news .cur:before {
  display: block;
}
/*友链*/
.con5{width:1200px; height:auto; margin:60px auto 0; border-top: 1px solid #517fc2; }
.con5_1{width:100%; height:auto; margin:0 auto;}
.con5_1 h3{width:98%; height:30px; padding-left:2%; margin:0 auto; border-bottom: 1px solid #e1e1e1; font-size: 14px; color:#333; line-height:30px; text-align: left;}

.boxxs{ width:100%; margin-left:auto; margin-right:auto; overflow:hidden; height: auto;}
.mcase {width:100%; height:auto;}
#democ {margin:0 auto; overflow:hidden; width:98.5%; clear:both;}
#democ ul li { float:left;height:auto; margin:5px 0px 0 0; position: relative;padding: 0 20px;}
#democ ul li .roll_img{ display: table-cell;width:218px;height:94px;}
#democ ul li .roll_img img {vertical-align: middle;max-width:218px; max-height:94px;}
#democ ul li .roll_text{width:218px;height:30px; padding:32px 0;background:url("../images/bg4.png") repeat-x; position: absolute; bottom:40px; display: none;}
#democ ul li:hover .roll_text{display: block;}
.roll_text font{width:80%;margin:0 auto; text-align: center; border: 1px solid #fff; line-height: 28px; display: block; font-size: 16px; color:#fff;}
#democ ul li h6{min-width:100px; height:30px; margin:5px 0; text-align:center; font-size: 14px; color:#333; line-height: 30px;}
#indemoc { float: left; width: 10000%;}
#demo1c {float: left;}
#demo2c {float: left; }
.pro_right_tit {
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    text-align: left;
    margin: 0 9px 0 9px;
    color: #2a2c2b;
    overflow: hidden;
    font-weight: bold;
    font-family: "微软雅黑";
    border-bottom: #CFCFCF solid 1px;
}
.pro_right_tit .h1_box {
    width: 5px;
    height: 25px;
    margin: 10px 10px 0 0;
    float: left;
    background-color: #d94939;
}
.pro_right_tit span {
    float: right;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    padding-right: 20px;
}
#democ ul li h6:hover{
    color: #d94939;
}
/*关于我们*/
/*Main*/
#main{width: 100%;background: #fff;}
.s1{background: #f8f8f8;width: 100%;height: 545px;}
.s1_in{width: 1200px;margin:auto;position: relative;z-index: 4;}
.s1_in_top{width: 100%;box-shadow: 0px 5px 15px #ddd;-webkit-box-shadow: 0px 5px 15px #ddd;;position: absolute;top: -100px;}
.s1_in_top li{float: left;width: 329px;height: 123px;padding: 50px 35px;text-align: center;color: #fff;}
.s1_in_top1{background: url(../images/s1_lbg1A.jpg) no-repeat;}
.s1_in_top2{background: url(../images/s1_lbg1B.jpg) no-repeat;}
.s1_in_top3{background: url(../images/s1_lbg1C.jpg) no-repeat;}
.s1_in_top_title{font-size: 30px;font-weight: bold;}
.s1_in_top_introduction{font-size: 14px;padding-top: 25px;}
.s1_in_bot{width: 100%;}
.s1_in_bot_title{text-align: center;font-size: 36px;padding: 194px 0 20px 0;}
.s1_in_bot_line{width: 26%;height: 1px;background: #fe4743;margin: auto;}
.s1_in_bot_con{font-size: 16px;text-align: center;padding: 50px 30px 0 30px;line-height: 200%;text-indent: 20px;}
.s1_more{width: 200px;height: 39px;line-height: 39px;color: #fff;text-align: center;margin: auto;display: block;font-size: 16px;background: #838383;}
.s1_more:hover{background: #fd9027;}

.s2{width: 100%;}
.s2_in{width: 1200px;margin: auto;padding: 43px 0 15px 0;}
.s2_in_en{font-size: 30px;color: #ccc;font-family: "Arial";text-align: center;}
.s2_in_ch{font-size: 30px;color: #333;font-weight: bold;text-align: center;background: url(../image/s2_btbg.png) center no-repeat;}
.s2_in_con{margin-top: 34px;}
.s2_in_con li{width: 160px;height: 285px;float: left;padding: 65px 20px 0 20px;text-align: center;}
.s2_in_con_title{font-size: 20px;letter-spacing: 2px;margin: 20px 0;}
.s2_in_con_jj{font-size: 14px;text-align: left;line-height: 200%;}
.s2_in_con_pic{width: 76px;height: 76px;margin: auto;}

.s3{width: 100%;height: 708px;}
.s3_in{width: 1200px;margin: auto;padding-top: 300px;position: relative;height: 408px;overflow: hidden;}
.s3_in_left{width: 50%;float: left;}
.s3_in_left li{height: 44px;font-size: 16px;background: #fff;line-height: 44px;margin-top: 15px;float: right;padding-right: 220px;text-align: right;transition: all 1s;-webkit-transition: all 1s;}
.s3_in_left li img{padding-top: 5px;display: block;float: right;padding-left: 22px;display: none;}
.s3_in_right{width: 50%;float: right;}
.s3_in_right li{height: 44px;font-size: 16px;background: #fff;line-height: 44px;margin-top: 15px;float: left;padding-left: 220px;text-align: left;transition: all 1s;-webkit-transition: all 1s;}
.s3_in_right li img{padding-top: 5px;display: block;float: left;padding-right: 22px;display: none;}
.s3_lbx{margin: auto;display: block;position: relative;z-index: 2;top: -400px;padding-left: 5px;width: 454px;}
.s3_lbx img{display: block;float: left;transition: all 1s;-webkit-transition:all 1s;z-index: 1;position: relative;}
.s3_lbx img:hover{transform: scale(1.1);-webkit-transform:scale(1.1);cursor: pointer;z-index: 2;position: relative;}

.s4{width: 100%;}
.s4_in{width: 1200px;margin: auto;padding: 50px 0;}
.s4_in_en{font-size: 30px;color: #ccc;text-align: center;}
.s4_in_ch{font-size: 33px;color: #333;text-align: center;}
/*.s4_in_ch span{font-weight: bold;}*/
.s4_in_con{width: 100%;height: 213px;background: url(../image/s4_bg.jpg) center no-repeat;margin-top: 45px;}
.s4_in_con li{width: 144px;height: 213px;float: left;margin-left: 66px;}
.s4_in_con_text{font-size: 18px;text-align: center;}
.s4_in_con_text1{padding-top: 35px;}
.s4_in_con_text2{padding: 35px 0 27px 0;}
.s4_in_con_pic{
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
.s4_in_con_pic:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);   /* IE 9 */
    -moz-transform:rotate(360deg);  /* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 
}

.s5{width: 100%;background: #f7f7f7;padding-top: 50px;}
.s5_in{padding-bottom: 65px;min-height: 420px;}
.s5_in_en{font-size: 30px;color: #ccc;text-align: center;}
.s5_in_ch{font-size: 33px;color: #333;text-align: center;}
.s5_in_type{width: 100%;background: url(../image/s5_typebg.jpg) center no-repeat;margin-top: 30px;margin-bottom: 40px;}
.s5_in_type ul{background: #f8f8f8;text-align: center;margin: auto;}
.s5_in_type ul li{width: 110px;border: 1px solid #ececec;border-radius: 15px;text-align: center;display: inline-block;height: 27px;;line-height: 27px;margin:0 5px;cursor: pointer;}
.s5_in_type ul li a{color: #000;}
.s5_in_type ul li a:hover{color:#fff; }
.s5_in_con{width: 1100px;margin: auto;}
.s5_in_con_a{display: block;position: relative;margin:10px 0;width: 294px;height: 208px;}
.s5_pic_h{position: absolute;top: 0;left: 0;z-index: 9;width: 294px;height: 208px;}
.s5_in_con_a_ttile{position: absolute;bottom: 0;left: 0;width: 294px;background: url(../image/tm_black.png);color: #fff;text-align: center;font-size: 16px;line-height: 200%;}
.s5_more{width: 200px;height: 39px;display: block;margin: auto;background: #838383;color: #fff;font-size: 16px;line-height: 39px;text-align: center;margin-top: 42px;}
.s5_more:hover{background: #fe4743;}
.thistab {
    background: #fe4743 !important;
    color: #fff;
}
.thistab a{color: #fff!important;}
.mr_frbox{width: 1100px;position: relative;}
.mr_t1{background:url(../images/mr_1px.jpg) repeat-x left bottom;height:40px;padding-right:16px;}
.mr_t1name{font:bold 16px/40px "微软雅黑";color:#FFF;background:#2257A2 url(../images/mr_t1bg.jpg) no-repeat right top;height:40px;width:120px;padding-left:21px;float:left;}
.mr_t1name img{float:left;margin-top:9px;margin-right:6px;display:inline;}
.mr_frBtnL{float:left;cursor:pointer;margin-top: 175px;}
.mr_frUl{/*float:left;height:430px;*/width:1220px;margin: auto;}
.mr_frBtnR{cursor:pointer;top: 175px;right: 0;position: absolute;}
.mr_frUl dl dt{display:inline;float:left;width:294px;margin:0 5px;overflow:hidden;}
.mr_frUl dl dt img{display:block;}


.s6{width: 100%;background: url(../image/s6_bg.jpg) center no-repeat;padding-bottom: 70px;}
.s6_in{width: 1200px;margin: auto;}
.s6_in_title{margin: 72px 0 60px 0;}
.s6_in_con{color: #fff;font-size: 14px;text-align: center;line-height: 200%;}
.s6_in_more{width: 260px;height: 48px;line-height: 48px;font-weight: bold;text-align: center;color: #fff;border:1px solid #ccc;font-size: 24px;display: block;margin: auto;margin-top: 60px;}
.s6_in_more:hover{background: #fd9027;border: 1px solid #fd9027;}
/*理念*/
.yanfa{
    background-color: transparent;
    background: url(../images/119411.jpg) no-repeat center;
    margin-top: 50px;
}
.yanfa .prod{
    padding-top: 40px;
    color: #999999;
}
.yanfa .container{
    width: 1200px;
    margin:0 auto;
    padding-top:50px;
    display: block;
}
.yanfa .shengchan{
    color: #fff;
}
.yyuan{
    width: 1000px;
    margin: 0 auto;
    margin-top: 35px;
   padding-bottom: 50px;
}
.yyuan ul li{
    float: left;
    width: 313px;
    margin:0 10px;
}
.yyuan ul li .tuu{
    text-align: center;
    position: relative;
    z-index: 99;
    width: 320px;

}
.yyuan ul li .tuu img{
    width: 126px;
    height: 126px;
    vertical-align: middle;
     text-align: center;
    background-color: #EEE;
    -webkit-border-radius: 50%;
    z-index: 9999;
}
.yyuan ul li .tuutext{
    height: 171px;
    width: 320px;
    left: 0px;
    top: -16px;
    background-color: #fff;
    z-index: 6;
    opacity: 1;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}
.yyuan ul li .tuutext .tittle{
    padding-top: 20px;
    z-index: 2;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    width: 100%;
}
.yyuan ul li .tuutext .yinwen{
    font-family: Tahoma,Geneva,sans-serif;
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.yyuan ul li .tuutext .wen{
        font-size: 14px;
        line-height: 1.5;
            text-align: center;
}
/*案例列表*/
.caselist{width:100%;  margin-top:30px; margin-bottom: 50px; height: auto; display: table;}
.caselist .ss{width:29.3%; float:left; margin:1% 2%;transition:1s }
.caselist .ss:hover{ background-color: #026bac;}
.caselist .ss a{background:#fff; display:block; float:left; padding-bottom:10px;width: 100%;}
.caselist .ss a:hover{background-color:transparent;transition:1s}
.caselist .ss img{width:100%}
.caselist .ss h5{font:16px/20px "微软雅黑"; margin-top:15px; padding-left:10px;color: #666464;overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  width:270px;}
.caselist .ss span{ font:14px/30px "微软雅黑"; padding-left:10px;color: #666464;}
.caselist .ss article{width:100%; position:relative; overflow:hidden;height: 179px;}
.caselist .ss a:hover h5{color:#fff}
.caselist .ss a:hover span{color:#fff}
.caselist .ss a:hover  img{ height:auto;-webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}
.caselist .ss img{vertical-align:top; -webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}
.caselist .ss summary{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; height:50px; position:absolute; bottom:-50px; left:0; line-height:50px;color:#fff; background:rgba(0,0,0,0.5); background:#666\9; text-align:left; text-indent:20px; z-index:3; -webkit-transition:0.6s; -moz-transition:0.6s; transition:0.6s; font-size:14px;}
.caselist .ss a:hover summary{bottom:0;}
.caselist .ss a:hover{    text-decoration: none !important;
    -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);}
/*联系我们*/
.am-container-1 {
    max-width: 951px;
    margin: 0 auto;
}
.part-all {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    /*padding: 0 20px;*/
}
.solutions .part-content {
    text-align: left;
    width: 98%;
    margin-bottom: 80px;
        padding: 0 10px;
}

.lianxis p {
    padding: 5px;
    box-sizing: border-box;
}
.solutions-content .lianxis p img {
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 3px;
    height: 18px;
    width: 18px;
}
.se .share1 a.twit {
    background-position: -32px 0px;
}
.se .share1 a {
    background: url(../images/social-icons.png) no-repeat 0 0;
    width: 14px;
    height: 20px;
    display: block;
}
.se .share1 a.google {
    background-position: -64px 0px;
}

.se .share1 a.fb {
    background-position: 0px 1px;
}

.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.dfds textarea {
    width: 100%;
    resize: none;
    padding: 10px;
    height: 100px;
    margin-bottom: 10px;
    font-size: 14px;

     box-sizing: border-box;
}
.solutions-content li img {
    width: 100%;
    height: 100%;
}
.yzm img {
    display: block;
    float: left;
    width: 90px!important;
    margin-left: 10px;
}
.dfds input {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 14px;
     box-sizing: border-box;
}
.yzm input {
    display: block;
    font-family: 微软雅黑;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 7px 10px;
}
.yzm a {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    color: #000;
}
.btn {
    background-color: #008ddd;
    padding: 8px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    border: none;
    font-size: 14px;
}
.am-u-lg-6 {
    width: 47%;
    margin:0;
    float: left;
    position: relative;

}
.am-u-lg-5 {
    width: 41.66666667%;
    margin:0;
    float: right;
    position: relative;
        padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.abright{
    width: 490px;
}    
    .abright li {
    float: left;
    width: 142px;
    background: #ededed;
    height: 142px;
    margin: 0 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.solutions-content .abright li img {
    display: block;
    width: 58px;
    margin: 25px auto 15px;
    height: auto;
}
.abright li span {
    display: block;
}