/*
* @Author: lily
* @Date:   2017-03-06
* @Last Modified by:
* @Last Modified time:
*/
@font-face {
    font-family: 'SourceHanSansCN';
    src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}
body,html,h1,h2,h3,h4,h5,h6,input,textarea,table,th,td,ul,ol,li,dl,dt,dd,div,i,strong,sub,sup,p,img,pre,form,fieldset,legend,nav,embed,blockquote,abbr,audio,video,footer,header,menu,output,ruby,section {
    margin: 0;
    padding: 0;
}
body,html,img,fieldset {
    border: 0;
}
img {
    display: inline-block;
}
ol,ul,li {
    list-style: none;
}
div,div:focus,a:hover,a:active,a:focus,input:focus {
    outline: 0!important;
    color: #737373;
}
body {
    margin: 0;
    font-family: SourceHanSansCN, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    background-color: #fff;
}
a {
    text-decoration: none;
    color: #737373;
}
a:hover {
    text-decoration: none;
}
button,input,select,textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}
button,input {
    *overflow: visible;
    line-height: normal
}
button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
    cursor: pointer;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.clearfix {
    *zoom: 1
}
.clearfix:before,.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.t-center{
    text-align: center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}
.pointer{
    cursor: pointer;
}
.t-center{
    text-align: center;
}



/* header */
.toubu {
    width: 100%;
    min-width:1200px;
    height: 86px;
    z-index: 9999;
    top:0;
    position: fixed;
    transition: top 0.3s;
}
.hiddened {
    top: -86px;
}
.showed {
    top:0;
    z-index: 9999;
}
.keshi {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.logo {
    width: 250px;
    height: 70px;
    float: left;
    left: 20px;
    margin: auto auto;
    background: url(../image/dibulogo22.png) no-repeat  center;

}
.liebiao{
    width: 80%;
    height: 86px;
   float: right;
    z-index: 100;
}
.liebiao ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.liebiao img{
    position: absolute;
    right: 20px;
    top: 30px;
    width: 28px;
    display: none;
}
.liebiao li {
    height: 78px;
    width: 168px;
    font-size: 18px;
    margin: auto;
    line-height:86px;
    text-align: center;
    display: inline-block;
}
.liebiao li:hover{
    cursor: pointer;
}
.liebiao li a{
    text-decoration: none;
    color: white;
    padding-bottom: 8px;
    transition: 0.1s;
    border-bottom: 0px solid #3790e3
}
.liebiao li a:hover{
    color: rgba(255,255,255,0.5) !important;
    transition: 0.1s;
    border-bottom: 3px solid #3790e3 ;
}
.liebiao li .actived{
    border-bottom: 3px solid #0A69C8;
}
/*媒体查询*/
/*屏幕宽度小于878px的时候执行里面的css*/
@media only screen and (max-width: 878px) {
    .liebiao img {
        display: inline;
    }
    .libiao ul {
        position: absolute;
        right: 0;
        text-align: right;
        top: 78px;
        display: none;
    }
    .libiao ul li {
        display: block;
        border: 1px solid #dadada;
        height: 58px;
        line-height: 58px;
        width: 98px;
    }
    .libiao ul li a {
        display: block;
        padding-bottom: 0;
    }
    .libiaoul li .actived {
        border-bottom: none;
    }
    .libiao ul li a:hover {
        background-color: #6E6E6E;
        color: #fff;
    }
}
/*滚动栏*/

.shutter {
    overflow: hidden;
    width: 100% ;
    height: 537px ;
    position: relative;
   margin: auto auto;
    border-radius: 10px;

}
.shutter-img {
    z-index: 1;
}
.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shutter-img a {
    cursor: default;
}
.shutter-img a > img {
    width: 100%;
    height: 100%;
}
.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}
.shutter-btn li.prev {
    left: 20px;
    background: url(../image/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
    right: 20px;
    background: url(../image/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../image/shutter_shadow.png) repeat;
}
.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

/* banner */
.flexslider {
    position: relative;
    width: 100%;
    min-width:1200px;
    height: 243px;
    overflow: hidden;
    zoom: 1;
}
.bg_guanyu{
    background: url(../image/guanyubanner.jpg);
}
.bg_new{
    background: url(../image/news.jpg);
}
.bg_fangan{
    background: url(../image/fangan_banner.jpg);
}
.bg_team{
    background: url(../image/tuandui_banner.jpg);
}
.bg_show
{
    background: url(../image/timg.jpg);
}
.bg_neiye
{
    background: url(../image/xinwenneiye_banner.jpg);
}
.flexslider .x{
    max-width: 1200px;
    width: 100%;
    height: 243px;
    margin: 0 auto;

}
.flexslider .x .banner_line{
    height: 3px;
    width: 50px;
    background-color: #3790e3;
    margin-top: 86px;
    position: absolute;
}
.flexslider .x .x_zi {
    padding-top: 86px;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.flexslider .x .x_q{
    padding-top:86px;
    font-size: 18px;
    line-height: 32px;
    color:#fff;
}
.flexslider .x .zi_gray {
    color:#555;
}
.flexslider .x .x_zi b {
    font-size: 24px;
    font-weight: bold;
    line-height: 46px;
}
.flexslider-shouye{
    height: 502px;
}
.flexslider-shouye .slides ,.flexslider-shouye .slides li{
    width:100%;
    height:100%;
    position: relative;
}
.flexslider-shouye .slides li{
    display: block;
}

/* other page content*/
.b,.w,.e{
    width: 100%;
    position: relative;
}
.bgcolor-gray {
    background-color:#f7f7f7;
}
.youshi {

    position: relative;
    border-top: 3px solid #3790e3;
    margin: 0 auto;
    background-color: #ffffff;
}
.youshi,.border-none{
    border:none;
}
.youshi .youshi_title{
    padding-top: 20px;
    padding-left: 25px;
}
.youshi .youshi_title h1{
    font-size: 18px;
    line-height: 32px;
    color: #474747;
}
.youshi .youshi_title label {
    font-size: 13px;
    color: #ababab;
    font-weight: normal;
    float: left;
}
.youshi .youshi_title span{
    float: right;
    padding-right: 50px;
    padding-bottom: 10px;
    color: #636363;
}
.youshi .youshi_title span a{
    color: #428bca;
}

/*content left menu*/
.youshi_body{
    width:1200px;
}
.youshi .youshi_left{
    width:18%;
    float: left;
    margin-left: 25px;
}
.youshi .youshi_left .biankuang{
    position: relative;
}
.youshi .youshi_left .biankuang li{
    border-top: 1px solid #cecece;
    position: relative;
    padding: 10px;
}
.youshi .youshi_left .jianjie:hover,.youshi .youshi_left .select,.youshi .youshi_left .jianjie{
    height: 28px;
    margin: 0px auto;
    line-height: 28px;
    text-indent: 10px;
    cursor: pointer;
}
.youshi .youshi_left .jianjie{
    height: 28px;
    background-color: #ffffff;
    color: #636363;
    text-align: left;
}
.youshi .youshi_left .jianjie:hover,.youshi .youshi_left .select{
    background-color: #3790e3;
    color: #ffffff;
}
.youshi .youshi_left .jianjie i{
    font-size: 10px;
    margin-right: 15px;
}

/* everyone page content description */
/*关于我们*/
.youshi .youshi_right {
    width:75%;
    float:right;
}
.youshi .youshi_right .title{
    font-size: 30px;
    line-height: 42px;
    color: #636363;
}
.youshi .youshi_right .zhengwen{
    width:822px;
    font-size: 14px;
    color: #636363;
    margin-top:10px;
    margin-bottom: 30px;
    text-indent:2em;
    white-space:normal;
    position: relative;
}
.youshi .youshi_right .zhengwen p{
    margin-bottom: 10px;
}
.youshi .youshi_right .zhengwen img{
    max-width: 600px;
    margin: 0 auto;
    display:block;
    border:0;
}
.youshi .youshi_right .wenhua{
    width: 822px;
    min-height: 460px;
    margin: 20px 0 0;
}
.wenhua .wenhua-left{
    float: left;
    width: 422px;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.wenhua .wenhua-left p{
    font-size: 18px;
    margin-bottom: 0px;
}
.wenhua .wenhua-left p.fc-gray{
    color:#867e7e;
}
.wenhua .wenhua-right{
    float: left;
    width: 400px;
    height: auto;
    position: relative;
}
.wenhua .wenhua-right .wenhua-right-img1{
    position: absolute;
    margin-left: 58px;
    margin-top: 218px;
    z-index: 2;
}
.wenhua .wenhua-right .wenhua-right-img2{
    position: absolute;
    margin-left: 206px;
    margin-top: -36px;
    z-index: 3;
}
.wenhua .wenhua-right .wenhua-right-img3{
    position: absolute;
    margin-left: 196px;
    margin-top: 97px;
    z-index: 2;
}
.wenhua .wenhua-right .wenhua-right-img4{
    position: absolute;
    margin-left: 0;
    margin-top: 30px;
    z-index: 1;
}
.youshi .youshi_right .thing{
    width: 800px;
    color:#636363;
    padding-top: 15px;
    display: none;
}
.thing .thing2{
    height: 42px;
    line-height: 42px;
    width:95%;
    border-bottom: solid 1px #3790e3;
    margin: 0 auto;
    font-size: 18px;
}
.thing .thing2_title{
    float: left;

}
.thing .thing_back{
    font-size: 16px;
    float: right;
    cursor: pointer;
}
.thing .thing_text{
    color: #c4c4c4 ;
    min-height:360px;
    width: auto;
    margin: 10px 30px 40px;
    padding: 10px 10px;

    line-height: 24px;
}
.youshi .youshi_right .dashiji{
    width: 810px;
    min-height:480px;
    position: relative;
}
.dashiji .dashiji1{
    border: solid 1px #c4c4c4;
    height: 400px;
    width: 340px;
    float: left;
    margin: 30px 0 80px 60px;
    line-height: 2em;
}
.dashiji .dashiji-title{
    height: 40px;
    width:95%;
    border-bottom: solid 1px #3790e3;
    margin: 0 auto;
    line-height:40px;
    color: #636363;
}
.dashiji .dashiji-title .arrow{
    width:9px;
    height:9px;
    margin-left: 5px;
    background: url(../image/dashijisjt.png) no-repeat;
    display: inline-block;
}
.dashiji5{
     height: 330px;
     width: 305px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 12px;
     overflow: hidden;
 }
.dashiji5 span{
    color:#636363;
 }
.dashiji3_zi{
    float: right;
    color:#636363;
    line-height:42px;
    cursor:pointer;
}
.dashiji3_zi:hover{
    color:#3790e3;
}



/*成功案例*/

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #fff;
    color: #3790e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #3790e4;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;

    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 10s ease;
}

.accordion li:last-child .link {
    border-bottom: 1px solid #CCC;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 10s ease;
}
.accordion li.open i {
    color: #163b4d;
}
.accordion li i.fa-chevron-down {

    right:auto;
    left:0;
    transition: 1s;
    font-style:normal;
    color: #0A69C8;

}
.accordion li.open i.fa-chevron-down {
    transform: rotate(270deg);
    transition: 1s;
    transition-timing-function: ease;
    color: #fd734f;



}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #FFFFFF;

}

.submenu a {
    display: block;
    text-decoration: none;
    padding: 12px;
    padding-left: 42px;
    background-color: #3790e3;
    color: #FFFFFF;
    border-radius: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.submenu a:hover {
  opacity: 0.8;
}
.planlist .right_pages{
    height: 300px;
    width: 90%;
    border-radius: 20px;
    position: relative;
    margin: 10px auto;
}
.right_pages .right_fengmian{
    width: 100%;
    border-radius: 20px;
    transition-duration:0.5s ;
    opacity: 1;
    transition-timing-function:ease;
    z-index: 100;


}
.right_pages:hover .right_fengmian{
    opacity: 0;
    transition-duration:0.5s ;
}
.right_pages .right_neirong{
    opacity: 0;
    transition-delay:0.5s;
    transition-duration:0.5s ;
    z-index: 50;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #333333;

 }
.right_pages:hover .right_neirong{
    opacity: 1;
    transition-delay:0.5s;
    transition-duration:0.5s ;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #333333;
}
.right_fengmian{
     width: 100%;
     height: 100%;
     position: absolute;
 }
.right_neirong{
    width: 100%;
    height: 100%;
    position: absolute;
}



.right_pages .right_li_1{
    float: left;
    height: 300px;
    width: 30%;
}
.right_photo{
    width: 200px;
    height:200px;
   margin: 10px 10px;

}
.right_photo_rx{
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    margin: 10px 10px;
}
.right_pages .right_li_2{
    float: left;
    height: 300px;
    width: 70%;
    border: 10px;
}
.right_right{
    width: 400px;
    height:100%;

    margin: auto auto;
}
.show_right_intro{
    height: 180px;
    width:400px;
    overflow: hidden;
    text-align: center;
    margin: auto auto;

}
.show_right_name{
    width:400px;
    height: 120px;
    text-align: center;
    font-size: large;
    text-align: center;
    margin: auto 0;
    line-height: 120px;

}

/*智慧园区*/
.youshi_right .planlist{
    position: relative;
    min-height:600px;
    margin-bottom: 30px;
}
.planlist .right_one{
    height: 288px;
    width: 260px;
    border: 1px solid #e2e2e2;
    margin-top: 40px;
    float: left;margin-left: 20px;
}
.planlist .right_one:hover{
    height: 288px;
    width: 260px;
    border: 1px solid #3790e3;
    margin-top: 40px;
    cursor: pointer;
}
.planlist .right_tu{
    width: 235px;
    height: 211px;
    margin: 10px 0 0 10px;
}
.planlist .right_zi{
    font-size: 16px;
    color: #3e3e3e;
    text-align: center;
    margin-top: 20px;
}

/*企业团队*/
.youshi_right .team_contact{
    position: relative;
    min-height:600px;
    margin-bottom: 30px;
}
.team_box {
    position: relative;
    width:130px;
    float: left;
    margin: 30px 20px 10px 45px;
    cursor: pointer;
}
.team_contact .team_tu ,.team_contact .team_tu a,.team_contact .team_tu img {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}
.team_contact .team_tu{
    overflow: hidden;
}
.team_contact .team_tu img {
    transition: all 0.3s;
    top: 0;
    left: 0;
}
.team_contact .team_tu:hover img,.team_contact .team_tu img:hover{
    transform: scale(2);


}
.team_contact .team_box .team_person{
    text-align: center;
    margin-top: 10px;
}
.team_contact .team_box .team_person a{
    font-size: 14px;
    color: #3790e3;
    text-decoration: none;
}
/*快乐生活*/
.youshi_right .happylife_contact{width: 810px;height:410px;margin:40px 0px 120px 20px;position:relative;}
.happylife_list{width: 810px;height:410px;position: relative;padding:0;margin:0 auto;overflow: hidden;}
.happylife_list>li{width:100%;height:100%;position: relative; display:block;float:left;padding:20px 40px 20px 30px;background-color:#f7f7f7}
#banner_slide .happylife_box{width:100%;height:100%;position: relative;padding:0;margin:0 auto;}
#banner_slide .showPage{width:100%;margin-top:30px;text-align:center;}
#banner_slide .showPage #page{float:right}

.happylife_box .happylife_tu{width:275px;height:370px;margin-right:40px;}
.happylife_box .happylife_tu a,.happylife_box .happylife_tu a img{width:275px;height:370px;border:0;display:block;}
.happylife_box .happylife_desc{width:420px}
.happylife_box .happylife_desc h3{padding:0px 0px 10px 10px;min-height:24px;border-bottom:1px solid #d4d4d4;margin-top:10px;font-size:24px;line-height:32px}
.happylife_box .happylife_desc h3 a{color:#d45b62;}
.happylife_box .happylife_desc .intro{padding:10px 5px 30px;text-align:justify;ustify-content:space-between}
.happylife_box .happylife_desc .intro p{ustify-content:space-between;font-size:13px;line-height:28px;}
.happylife_box .happylife_desc .intro a{color:#428bca;cursor:pointer;}


/* shouye*/
/* 解决方案 */
.biaoti {
    width:500px;
    height: 145px;
    margin: 0 auto;
    position: relative;
}
.biaoti .m{
    float: left;
    width: 20%;
    margin-top: 47px;
}
.biaoti .m span{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #3e3e3e;
    text-align: center;
    display: block;
    line-height: 24px;
}
.m span.smail {
    font-size: 14px;
    color: #3e3e3e !important;
    text-align: center;
    margin-top: 16px;
}
.biaoti .l,.biaoti .r {
    width: 40%;
    height: 100px;
    border-bottom: 1px #3790e4 solid;
}
.biaoti .l {
    float: left;
}
.biaoti .r {
    float: left;
}
.context{
    max-width: 1170px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.tubiao {
    max-width: 600px;
    width: 100%;
    height: 238px;
    margin: 0 auto;
    margin-top:22px;
}
.tubiao .t1 {
    float: left;
    width: 82px;
    height: 188px;
    margin-left: 54px;
    margin-right: 54px;
    margin-bottom: 0px;
}
.tubiao .t1 .yuan {
    height: 131px;
    width: 82px;
    margin:0 auto;
    cursor: pointer;
}
.tubiao .t1 .zi1{
    height: 44px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.tubiao .t1 .zi1 span{
    cursor: pointer;
    text-align: center;
}
.tubiao .t1 .yuan1 {
    background: url(../image/zhushou1.png) no-repeat;
}
.tubiao .t1 .yuan1:hover,.tubiao .t1 .yuan1.selected {
    background: url(../image/zhushou.png) no-repeat;
}
.tubiao .t1 .yuan2{
    background: url(../image/yuanqu1.png) no-repeat;
}
.tubiao .t1 .yuan2:hover ,.tubiao .t1 .yuan2.selected {
    background: url(../image/yuanqu.png) no-repeat;
}
.tubiao .t1 .yuan3 {
    background: url(../image/nongzhuang1.png) no-repeat;
}
.tubiao .t1 .yuan3:hover ,.tubiao .t1 .yuan3.selected {
    background: url(../image/nongzhuang.png) no-repeat;
}
.tubiao .t1 .yuan4 {
    background: url(../image/gouwu1.png) no-repeat;
}
.tubiao .t1 .yuan4:hover ,.tubiao .t1 .yuan4.selected {
    background: url(../image/gouwu.png) no-repeat;
}
.tubiao .t1 .yuan5{
    background: url(../image/suoyou1.png) no-repeat;
}
.tubiao .t1 .yuan5:hover,.tubiao .t1 .yuan5.selected  {
    background: url(../image/suoyou.png) no-repeat;
}

.t1{ animation-name:zoomin; animation-duration:1s; -webkit-animation-name:zoomin; -webkit-animation-duration:1s;}
@keyframes zoomin
{
    from { transform:scale(0.5,0.5); opacity: 0; filter:alpha(opacity=0);}
    to { transform:scale(1,1); opacity: 1; filter:alpha(opacity=100);}
}
@-webkit-keyframes zoomin /* Safari and Chrome */
{
    from { -webkit-transform:scale(0.5,0.5); opacity: 0; filter:alpha(opacity=0);}
    to { -webkit-transform:scale(1,1); opacity: 1; filter:alpha(opacity=100);}
}
.zoomout{ animation-name:zoomout; animation-duration:1s; -webkit-animation-name:zoomout; -webkit-animation-duration:1s;}
@keyframes zoomout
{
    from { transform:scale(1.2,1.2); opacity: 0.5; filter:alpha(opacity=50);}
    to { transform:scale(1,1); opacity: 1; filter:alpha(opacity=100);}
}
@-webkit-keyframes zoomout /* Safari and Chrome */
{
    from { -webkit-transform:scale(1.2,1.2); opacity: 0.5; filter:alpha(opacity=50);}
    to { -webkit-transform:scale(1,1);; opacity: 1; filter:alpha(opacity=100);}
}

/*新闻资讯*/
.kaitong{
    width: 100%;
    min-width: 1200px;
    height: 251px;
    padding-bottom: 40px;
    padding-top: 60px;
    background: #f7f7f7 url(../image/xinwenbanner.jpg) no-repeat center center;
}
.kaitong .jiantou{
    width: 37px;
    height: 63px;
    background: url(../image/jiantou.png) no-repeat center center;
    position: absolute;
    left:231px;
    top:145px;
}

/*公司新闻*/
.news_div{
    width: 100%;
    max-width: 1170px;
    min-width:1170px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 50px;
    position: relative;
}
.news_div .div_m{
    width: 50%;
    /*height: 220px;*/
    float: left;
    margin-top: 20px;
}
.news_div .news_title{
    width: 100%;
    height: 30px;
    float: left;
    margin-top: 20px;
}
.news_div .div_m .div_img{
    width: 204px;
    height: 131px;
    float: left;
}
.news_div .div_m .div_context{
    width: 360px;
    height: 170px;
    float: right;
}
.news_div .div_m .div_context div{
    width: 315px;
    padding: 10px;
}
.div_context_context{
    font-size: 12px;
}
.news_div .div_m .div_context .div_context_title{
    font-size: 14px;
    font-family: 黑体;
    font-weight: 900;
}
.div_context_title:hover{
    color: #0A69C8;cursor: pointer;
}
.news_div .div_m .div_context .div_context_time{
    font-size: 11px;
    text-align: right;
    padding: 0 10px 0 10px;
}
.news_title span{
    height:80px;
    font-size: 16px;
    font-weight: 900;
}
.w .more{
    width: 169px;
    height: 38px;
    border: 1px solid #4c8dec;
    background-color: #ffffff;
    margin: 0 auto;
}
.w .more:hover{
    background-color: #3790e4;
    color: #ffffff;
}

/*关于苏科*/
.guanyu {
    width: 100%;
    min-width: 1200px;
    margin-top: 110px;
    height: 880px;
    background: url(../image/guanyu.jpg);
    position: relative;
}
.guanyu_tu{
    width: 624px;
    height: 652px;
    margin-top: 120px;
    margin-left: 50%;
    background: url(../image/guanyusuke.png);
    position: absolute;
}
.guanyu_zi{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    width: 400px;
    height: 288px;
    margin: 0 auto;
    margin-top: 215px;
    text-align: justify;
    padding-left:40px;
}
.guanyu_button{
    width: 260px;
    height: 58px;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 58px;
    text-align: center;
    margin: 0 auto;
}
.guanyu_button:hover{
    background-color: #9ec6ed;
    cursor: pointer;
    color: #ffffff;
    border: none;
}


/*精英团队*/
.jiaxiao {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    background-color: #ffffff;
}
.jiaxiao .tubiao4 {
    width: 1170px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.zuojt,.zuojt:hover,.youjt,.youjt:hover{
    width: 19px;
    height: 35px;
    position: absolute;
    margin-top: -126px;
    cursor: pointer;
}
.zuojt{
    background: url(../image/zuojiantou.png);
}
.zuojt:hover{
    background: url(../image/zuojiantou1.png);
}
.youjt{
    background: url(../image/youjiantou.png);
    margin-top: -126px;
    margin-left: 1151px;
}
.youjt:hover{
    background: url(../image/youjiantou1.png);
    margin-top: -126px;
    margin-left: 1151px;
}
.dtl29 {
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    width: 201px;
    height: 201px;
    margin-left: 75px;
    margin-bottom: 50px;
    cursor: pointer;
}
.dtl29 img {
    position: relative;
    width: 201px;
    height: 201px;
    top: 0;
    left: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s;
}
.dtl29 .dtl {
    background: rgba(55, 144, 227, 0.4);
    width: 201px;
    position: absolute;
    height: 201px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}
.dtl29 .dtl h3{
    margin: 60px 0 0 25px;
    width: 150px;
    color: #ffffff;
}
.dtl29:hover .dtl {
    visibility: visible;
    opacity: 1;
}

/*联系我们*/
.map{
    width:100%;
    min-width:1200px;
    height: 725px;
}
.map_way {
    width: 510px;
    height: 725px;
    border-top: 5px solid orangered;
    margin-left: 15%;
    background-color: #ffffff;
    position: absolute;
    z-index: 99;
    top:86px;
    /*margin-top: -730px;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=3); /*ie*/
    -moz-box-shadow: 2px 2px 10px #909090; /*firefox*/
    -webkit-box-shadow: 2px 2px 10px #909090; /*safari或chrome*/
    box-shadow: 2px 2px 10px #909090; /*opera或ie9*/
}
.map_way .map_d{
    width: 205px;
    height: 34px;
    background-color: #3790e3;
    margin-top: 50px;
    margin-left: 30px;
    color:#fff;
    font-size:18px;
    line-height: 34px;
    padding-left: 15px;
}
.map_way .map_t{
    width: 230px;
    height: 14px;
    background: url(../image/contactinformation.png);
    margin-top: 15px;
    margin-left: 30px;
}
.map_way .map_box{
    height: 50px;
    margin-left: 30px;
    margin-top: 30px;
}
.map_way .map_box .box_tu{
    width: 28px;
    height: 28px;
    float: left;
    margin-top: 5px;
}
.map_way .map_box .box_zi{

    font-size: 16px;
    color: #a7a7a7;
    float: left;
    margin-left: 20px;
}
.map_way .wechat{
    margin-left: 160px;

}
.map_way .wechat img{
    width:177px;
    height:183px;
}
.map_way .wechat p{
    color: #a7a7a7;
    font-size: 14px;
    margin-top: 5px;
    padding-left:40px;
}

/*联系我们底部*/
.houbu{
    width:100%;
    min-width:1200px;
    min-height: 139px;
    background-color: #3790e3;
}
.houbu .houbu_box{
    max-width:1300px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}
.houbu_box .houbu_logo{
    float: left;
}
.houbu_box .houbu_logo img{
    width:249px;
    height:69px;
}
.houbu_box .houbu_banquan{
    float: left;
    padding:20px 0px 0px 50px;
}
.houbu_box .houbu_banquan  p{
    color:#fff;
}
.houbu_box .houbu_zi {
    height: 24px;
    padding-top:30px;
    margin-right: 10px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    float: right;
}
.houbu_box .houbu_zi a{
    text-decoration:none;
    color: #ffffff;
}
.houbu_box .houbu_zi a:hover{
    color: #3e3e3e;
}


/*内页*/
.neiye{
    width:100%;
    background: #fff;
}
.neiye .neiye_contact{
    max-width: 1200px;
    min-width:1200px;
    margin: 0 auto;
}
.neiye_contact .neiye_page{
    height:70px;
    text-align: right;
    color: #ababab;
    padding-top: 20px;
    font-weight: normal;
}
.neiye_contact .neiye_page p a{
    font-size: 14px;
    line-height: 24px;
    color: #428bca;
}
.neiye_contact .neiye_title{
    font-size: 28px;
    font-weight: bolder;
    color: #3e3e3e;
    text-align: center;
    border-bottom:1px solid #d7d7d7;
    padding-bottom: 20px;
}
.neiye_contact .neiye_title .neiye_time{
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-top: 15px;
    line-height: 32px;
    font-weight:normal;
}
.neiye_contact .neiye_body{
    width: 1200px;
    margin: 50px auto;
    color: #000;
    text-align: center;
}
.neiye_contact .neiye_body p,.neiye_contact .neiye_body div{
    font-size: 16px;
    text-indent:30px;
    line-height: 2em;
    text-align: left;
    color:#000;
}
.neiye_contact .neiye_body p img{
    width: auto;
    max-width: 80%;
    height: auto;
    margin:8px auto;
}
/*快乐生活内页*/
.neiye_contact .neiye_body .descpic-list{
    max-width: 1020px;
    min-height:400px;
    margin:30px auto 100px auto;
    position: relative;
    padding:0;}
.neiye_contact .neiye_body .descpic-list img{
    width:324px;
    margin:5px 8px;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow:2px 2px 3px rgba(50,50,50,.4);
    -moz-box-shadow:2px 2px 3px rgba(50,50,50,.4);
    box-shadow:2px 2px 3px rgba(50,50,50,.4);
    position:relative;
    z-index: 1;
    background: #fff;
    display:block;float:left;}
.neiye_contact .neiye_body .descpic-list img:nth-child(even){
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    transform:rotate(3deg);
}
.neiye_contact .neiye_body .descpic-list img:nth-child(3n){
    -webkit-transform:rotate(350deg);
    -moz-transform:rotate(350deg);
    -ms-transform:rotate(350deg);
    transform:rotate(350deg);
    position: relative;
    top:-5px;
}
.neiye_contact .neiye_body .descpic-list img:nth-child(5n){
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
    -ms-transform:rotate(10deg);
    transform:rotate(10deg);
    position: relative;
    right:5px;
}
.neiye_contact .neiye_body .descpic-list img:nth-child(8n){
    -webkit-transform:rotate(20deg);
    -moz-transform:rotate(20deg);
    -ms-transform:rotate(20deg);
    transform:rotate(20deg);
    position: relative;
    top:-23px;
    right:-5px;
}
.neiye_contact .neiye_body .descpic-list img:nth-child(11n){
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -ms-transform:rotate(5deg);
    transform:rotate(5deg);
    position: relative;
    top:3px;
    right:5px;
    transition:all 0.5s ease-in;
}
.neiye_contact .neiye_body .descpic-list img:hover{
    -webkit-transform:rotate(0deg) scale(1.5);
    -ms-transform:rotate(0deg) scale(1.5);
    transform:rotate(0deg) scale(1.5);
    -webkit-transition:all 0.5s ease-in;
    transition:all 0.5s ease-in;
    z-index: 2;
}

.neiye_contact .neiye_body h3{
    font-size: 24px;
    color: #000;
    margin:30px 0px 10px;
}
.neiye_contact .neiye_body h4{
    margin: 10px 0px;
}
.neiye_contact .neiye_body img{
    margin: 10px auto;
}
.neiye_contact .neiye_body video{
    margin: 10px auto;
}
.neiye_body .company-team-img{
    float: left;
    width: 360px;
    height: 500px;;
    margin-left: 60px;
}
.company-team-img img{
    width: 100%;
    height: 100%;
    padding: 2px;
    margin: 0;
}
.neiye_body .company-team-introduction{
    float: left;
    width: 720px;
    height: auto;
    margin: 0 0 0 60px;
}
.company-team-introduction .company-team-introduction-name{
    height: 50px;
    line-height: 50px;

    font-size: 42px;
    color: #3790e3;
    margin: 30px 0 0 0;
    text-align: left;
}
.company-team-introduction .company-team-introduction-position{
    height: 30px;
    line-height: 30px;

    font-size: 18px;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.company-team-introduction .company-team-introduction-describe{
    margin: 60px 0 0 0;
}
.company-team-introduction .company-team-introduction-describe p{

    font-size: 15px;
    line-height: 180%;
    color:#444;
    margin-bottom: 10px;
}

.neiye_contact .declaration-list{
    width: 1200px;
    border: 1px solid #fbf9f9;
    margin: 0 auto 50px;
    color: #000;
    border-radius: 8px;
    background: #fbf9f9;
    padding: 0 30px 30px;
    letter-spacing: 1px;

    font-size: 16px;
}
.neiye_contact .declaration-list h2{
    color:#000;
    font-size: 30px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.neiye_contact .declaration-list p{
    line-height:  180%;
}

/*公司招聘*/
.company-recruit{
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    color: #000;
}
.company-recruit-each{
    width:  55%;
    height: auto;
    padding: 0 30px 10px;
    margin: 5px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    font-size: 15px;

}
.company-recruit-each:hover{
    border-color: #0A69C8;
}
.company-recruit-each h2{
    color:#000;
    font-size: 30px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.company-recruit-each p{
    margin-bottom: 10px;
    color:#000;
    -moz-text-align: justify;
    -webkit-text-align: justify;
    text-align: justify;
}
.company-recruit-each p:last-child{
    margin-top: 30px;
}

/* footer */
.dibu{
    width: 100%;
    height: 50px;
    background-color: #3790e3;
    position: relative;
}
.dibu .zi {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    background:#3790e3
}
.dibu .zi a{
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-decoration:none;
    color: #ffffff;
}
.dibu .zi a:hover{
    color: #3e3e3e;
}
.foot {
    width: 100%;
    min-width:1200px;
    height: auto;
    background: #3790e3;

}
.foot .wei1 {
    width: 1170px;
    height: 148px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}
.foot .wei1 .banquan {
    float: left;
    width: 570px;
    height: 108px;
    line-height: 26px;
    margin: 20px 0;
    font-size: 14px;
    color: #3e3e3e;
}
.foot .wei1 .banquan p{
    margin: 0;
    color: #FFFFFF;
}
.foot .wei1 .erweima {
    width: 108px;
    height: 108px;
    float: right;
    margin: 20px 0;
}
.foot .wei1 .tupian {
    width: 108px;
    height: 108px;
    background: url(../image/erweima.png) no-repeat;
    float: right;
}
#goTopBtn{
    position: fixed;
    width: 62px;
    height: 62px;
    background: #fff url(../image/return.png) no-repeat center  ;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    right:  10px;
    bottom: 35px;
    _position: absolute;
    _right: auto;
}




/* flexslider.css*/
.slidesWrap{position: relative;width:1200px;height: 537px;;margin: 0 auto;padding: 0;}
.slider-default{position: absolute;width:1920px;height:537px;top:0;left: 50%;margin-left: -960px;background: #f2f2f2;zoom: 1;}
.slider-default .slides{zoom: 1;width:1920px;height:537px;position: relative}
.slider-default .slides > li{width:1920px;height:537px;display: none;-webkit-backface-visibility: hidden;margin: 0 auto;}
/*.slider-default .slides img{width:100%;min-width:1200px;height:537px;-moz-user-select: none;}*/
.flex-viewport{height:auto;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.flex-direction-nav{display: none}
/*.flex-direction-nav{width:1920px;height: 42px;position: absolute;z-index: 99;top: 43%;left: 50%;margin-left: -960px;}
.flex-direction-nav a{display: block;width: 26px;height: 42px;top:0;font-size:0;overflow: hidden;cursor: pointer;position: absolute;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.flex-direction-nav .flex-prev{left:65px;background:url(../image/control-silder.png) no-repeat -5px -2px ;}
.flex-direction-nav .flex-next{right:65px;background:url(../image/control-silder.png) no-repeat -36px -2px ;}*/
.flex-control-nav{width:1920px;position: absolute;bottom: 45px;left: 50%;margin-left: -960px;text-align: center;}
.flex-control-nav li{margin: 0 6px;display: inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a{text-decoration: none;width: 16px;height: 16px;z-index: 99;font-size:0;display: block;cursor: pointer;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;background: #fff/*background:transparent url(../image/control-silder.png) no-repeat -23px -47px ;*/}
.flex-control-paging li a:hover{background:#fd734f;text-decoration: none;/*background: transparent url(../image/control-silder.png) no-repeat -6px -47px ;*/}
.flex-control-paging li a.flex-active{background:#fd734f;/*background: transparent url(../image/control-silder.png) no-repeat -6px -47px ;cursor: default;*/}
