/*banner轮播图*/

.banner_cont {
    width: 100%;
    margin-bottom: 45px;
}

#flashBg {
    width: 1200px;
    height: 620px;
    position: relative;
}

#flash {
    width: 100%;
    height: 620px;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0px 10px;
}

#flash a {
    width: 100%;
    height: 500px;
    display: none;
    text-align: center;
}

#flash img {
    width: 100%;
    height: 620px;
    display: block;
}

.flash_bar {
    width: 113px;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
}

.flash_bar .ic {
    display: block;
    width: 8px;
    height: 8px;
    border: solid 1px #fff;
    border-radius: 100%;
}

.flash_bar .dq {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px 3px;
    cursor: pointer;
    background: #fff;
}

.flash_bar .no {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px 3px;
    cursor: pointer;
}

.flash_mask {
    width: 113px;
    height: 19px;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

#flashBg {
    height: 500px;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

#flashLine {
    height: 500px;
    clear: both;
    position: absolute;
    left: 50%;
    top: 0;
}


/*标题*/

.row {
    width: 1200px;
    margin: 30px auto 40px;
    text-align: center;
}

.wow {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.row .advantage_ic {
    width: 25px;
    height: 4px;
    background: #328acd;
    overflow: hidden;
    margin: 5px auto 0;
    display: block;
}

.row .wow_names2 {
    display: block;
    text-align: center;
    color: #e1e1e1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}


/*banner自适应样式*/

@media (max-width:1920px) {
    #flash,
    #flash a,
    #flash img,
    #flashBg,
    #flashLine {
        height: 620px;
    }
    #flashLine {
        width: 1920px;
        margin: 0 0 0 -960px;
    }
    .wow_names {
        font-size: 28px;
        margin-bottom: 14px;
        /*后加*/
        color: #55585a;
        font-weight:600;
    }
    .wow_names2 {
        font-size: 20px;
        margin-bottom: 20px;
        /*后加*/
        color: #bdbfc0;
    }
    .product {
        margin-bottom: 24px;
    }
    .advantage .ser {
        font-size: 28px;
        margin-bottom: 14px;
    }
}

@media (max-width:1440px) {
    #flash,
    #flash a,
    #flash img,
    #flashBg,
    #flashLine {
        height: 519px;
    }
    #flashLine {
        width: 1440px;
        margin: 0 0 0 -720px;
    }
    .wow_names {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .wow_names2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product {
        margin-bottom: 14px;
    }
    .advantage .ser {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

@media (max-width:1366px) {
    #flash,
    #flash a,
    #flash img,
    #flashBg,
    #flashLine {
        height: 492px;
    }
    #flashLine {
        width: 1366px;
        margin: 0 0 0 -683px;
    }
    .wow_names {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .wow_names2 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .product {
        margin-bottom: 8px;
    }
    .advantage .ser {
        font-size: 20px;
        margin-bottom: 6px;
    }
}


/*我们的优势*/

.advantage {
    width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
}

.advantage h3 {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.advantage .ser {
    color: #fff;
}

.advantage span {
    display: block;
    text-align: center;
    color: #e1e1e1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
}

.advantage .advantage_ic {
    width: 25px;
    height: 4px;
    background: #328acd;
    overflow: hidden;
    margin: 5px auto 0;
    display: block;
   
}

.advantage_main {
    width: 1128px;
    margin: 0 auto;
    
}

/*后加*/
.ysimg {
    width:358px;
    height:180px;
}

.hover_item1:hover .ysimg {
    transform: scale(1.2,1.2);
}

.yswen1 {
    font-weight: 500;
    font-size: 18px;
    margin-left: 14px;
    /*padding-top: 8px;*/
    padding-top:14px;
    text-align: justify;
}

.yswen2 {
    margin-left: 14px;
    padding-top: 5px;
    color: darkgray;
}
.product {
    width: 1153px;
/*这个宽是3个并列小方块的总宽还要大一点*/
    height: 524px;
    overflow: hidden;
    
}

.product .product-item ul {
    display: block;
    height: 524px;
}

.product-item > ul > li {
    position: relative;
    float: left;
    /*每个小方格的边框*/
    width: 358px;
    height: 238px;
    border: 1px solid #e7e7e7;
    display: table;
    cursor: pointer;
    margin-right: 24px;
    margin-bottom: 24px;
    background: #faf9f9;
    overflow: hidden;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    /* Firefox 4 */
    -webkit-transition: all linear .3s;
    /* Safari 和 Chrome */
    -o-transition: all linear .3s;
    /* Opera */
}

.it-box {
    text-align: center;
    height: 198px;
    position: relative;
    z-index: 100;
    padding-top: 40px;
    transition: .5s;
}

.it-logo {
    display: inline-block;
    margin-right: 10px;
    height: 58px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    /* Firefox 4 */
    -webkit-transition: all ease .3s;
    /* Safari 和 Chrome */
    -o-transition: all ease .3s;
    /* Opera */
    vertical-align: top;
    display: block;
    margin: 0 auto 20px;
}


/*.it-logo1{width:52px; height: 54px; background:url(../img/ys1.png) no-repeat;}*/
/*动画前显示的图片*/
.it-logo1 {
    width: 52px;
    height: 54px;
    background: url(../img/ysn1.png) no-repeat;
   
}

.it-logo2 {
    width: 52px;
    height: 54px;
    background: url(../img/ysn2.png) no-repeat;
}

.it-logo3 {
    width: 52px;
    height: 54px;
    background: url(../img/ysn3.png) no-repeat;
}

.it-logo4 {
    width: 52px;
    height: 54px;
    background: url(../img/ysn4.png) no-repeat;
}

.it-logo5 {
    width: 52px;
    height: 54px;
    background: url(../img/ysn5.png) no-repeat;
}

.it-logo6 {
    width: 52px;
    height: 54px;
    background: url(../img/ysn6.png) no-repeat;
}


/*.it-logo2{background-position:-41px 0;width:86px;}
.it-logo3{background-position:-127px 0;width:40px;}
.it-logo4{background-position:-231px 0;width:52px;}
.it-logo5{background-position:-167px 0;width:62px;}*/

.ct {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    line-height: 29px;
}

.it-font .cn {
    font-size: 16px;
    color: #333333;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-family: 'microsoft yahei';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.it-font .en {
    font-size: 12px;
    color: #999;
    display: block;*/
    line-height: 20px;
    padding: 0 35px;
    font-family: 'sangam';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    height: 60px;
}


/* height:60px;本来没有的，后加的*/


/*hover效果*/

.it-font .cn:before {
    position: absolute;
    top: 250%;
    color: #ffffff;
    content: attr(data-hover);
    font-weight: normal;
}


/*.it-font .en:before{ position: absolute; top: 108px; color: #c0d6ec; content: attr(data-hover); font-weight: normal; padding: 0 20px 0 0;}*/

.it-font .en:before {
    position: absolute;
    top: 158px;
    color: #c0d6ec;
    content: attr(data-hover);
    font-weight: normal;
    padding: 0 20px 0 0;
}

/*以下两个是控制字动的动画*/
.product-item li:hover .it-font .cn,
.product-item li:focus .it-font .cn,
.product-item li.on .it-font .cn {
    -webkit-transform: translateY(-230%);
    -ms-transform: translateY(-230%);
    -o-transform: translateY(-230%);
    transform: translateY(-230%);
}

.product-item li.on .it-font .en,
.product-item li:hover .it-font .en,
.product-item li:focus .it-font .en {
    -webkit-transform: translateY(-268%);
    -ms-transform: translateY(-268%);
    -o-transform: translateY(-268%);
    transform: translateY(-268%);
}


/*.product-item li.on .it-logo1,.product-item li:hover .it-logo1 { background:url(../img/ys1.png) no-repeat;}*/
/*控制动画后所用的图片*/
.product-item li.on .it-logo1,
.product-item li:hover .it-logo1 {
    background: url(../img/ysn1.png) no-repeat;
    
}

.product-item li.on .it-logo2,
.product-item li:hover .it-logo2 {
    background: url(../img/ysn2.png) no-repeat;
}

.product-item li.on .it-logo3,
.product-item li:hover .it-logo3 {
    background: url(../img/ysn3.png) no-repeat;
}

.product-item li.on .it-logo4,
.product-item li:hover .it-logo4 {
    background: url(../img/ysn4.png) no-repeat;
}

.product-item li.on .it-logo5,
.product-item li:hover .it-logo5 {
    background: url(../img/ysn5.png) no-repeat;
}

.product-item li.on .it-logo6,
.product-item li:hover .it-logo6 {
    background: url(../img/ysn6.png) no-repeat;
}


/*.product-item li.on .it-logo2,.product-item li:hover .it-logo2 { background-position:-41px -58px;}
.product-item li.on .it-logo3,.product-item li:hover .it-logo3 {background-position:-127px -58px;}
.product-item li.on .it-logo4,.product-item li:hover .it-logo4 { background-position:-231px -58px;}
.product-item li.on .it-logo5,.product-item li:hover .it-logo5 { background-position:-167px -58px;}*/

/*控制动画时的蓝色背景*/
.product-item li.on .it-box,
.product-item li:hover .it-box {
    background: #328acd;
    color: #fff;
    height: 198px;
}

.product-item li:hover {
    border: solid 1px #328acd;
}

.product-item li:hover .it-font .cn,
.product-item li.on .it-font .cn {
    color: #fff\0;
}

.product-item li:hover .it-font .en,
.product-item li.on .it-font .en {
    color: #ff895a\0;
}

.product-item li:hover .it-logo {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*关于我们*/

.aboutus_main {
    width: 100%;
    height: 310px;
    background: #377fd0;
    margin-bottom: 45px;
}

.aboutus_cont {
    width: 1130px;
    margin: 0 auto;
}

.aboutus_left {
    float: left;
    width: 400px;
}

.aboutus_right {
    float: right;
    width: 680px;
    padding-left: 20px;
}

.aboutus_tile {
    display: block;
    padding: 50px 0 35px;
    font-weight: normal;
}

.aboutus_tile span {
    display: block;
    color: #fff;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px
}

.aboutus_tile em {
    display: inline-block;
    width: 25px;
    height: 4px;
    overflow: hidden;
    background: #9bbfe8;
}

.aboutus_left p {
    display: block;
    line-height: 26px;
    color: #d3def2;
    font-size: 14px;
    margin-bottom: 10px;
}

.aboutus_left .aboutus_icon {
    display: block;
    text-align: right;
    color: #9bbfe8;
    font-size: 18px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
}


/*新闻中心*/

.news_box {
    width: 1130px;
    margin: 0 auto 20px;
}

.news_menu {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.news_menu .new_name {
    display: inline-block;
    width: 92px;
    height: 31px;
    line-height: 31px;
    border: solid 1px #d6d6d6;
    text-align: center;
    color: #999;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 7px;
}

.news_menu .cur {
    background: #2a85cb;
    border: solid 1px #2a85cb;
    color: #fff;
}

.news_cont {
    width: 1130px;
    overflow: hidden;
}

.news_main {
    display: none;
    width: 1150px;
}

.news_main .news_row {
    width: 550px;
    margin-right: 25px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_main .news_row .news_img {
    width: 135px;
    height: 135px;
    float: left;
}

.news_main .news_row .news_img img {
    transition: .6s .1s;
}

.news_main .news_row .news_img img:hover {
    transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    -webkit-transform: scale(1.13);
}

.news_main .news_row .news_rt {
    width: 400px;
    float: left;
    padding-left: 15px;
}

.news_main .news_row .news_rt h3 {
    display: block;
    color: #454649;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news_main .news_row .news_rt p {
    display: block;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 20px;
}

.news_main .news_row .news_rt h3:hover,
.news_main .news_row .news_rt p:hover {
    color: #2a85cb;
}


/*标题效果*/

.show-box {
    width: 100%;
    position: relative;
}

.show em {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #ff7037;
    margin-bottom: 13px
}

.show p {
    display: block;
    width: 240px;
    height: 25px;
    background: url('../img/demo/1.jpg') no-repeat center;
    text-align: center;
    margin: 0 auto 10px;
}

.show_tit {
    font-size: 16px;
    color: #e54e12;
    text-align: center
}

.tech .show p {
    background: url('../img/demo/2.png') no-repeat center;
    width: 310px
}

.tech2 .show p {
    background: url('../img/demo/3.jpg') no-repeat center;
    width: 283px
}

.show i {
    display: block;
    width: 97px;
    height: 25px;
    background: url('../img/demo/4.png') no-repeat center;
    text-align: center;
    margin: 0 auto;
}

.show {
    display: block !important;
}

.leader {
    width: 100%;
}


/*服务中心*/

.service_box {
    width: 100%;
    background: url(../img/servicebg.jpg) no-repeat center bottom;
    margin-bottom: 45px;
    padding: 20px 0 70px;
}

.service_main {
    width: 1130px;
    margin: 0 auto;
}

.service_cont {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.service_left {
    width: 215px;
    float: left;
}

.service_left .service_menu {
    display: inline-block;
    width: 215px;
    height: 210px;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.service_left .service_menu img {
    margin: 60px auto 14px;
    display: block;
}

.service_left .service_menu2 {
    display: inline-block;
    width: 215px;
    height: 210px;
    background: #0a8ef3;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.ser_title {
    margin: 0 auto;
    padding: 20px 0 35px;
}

.service_right {
    width: 900px;
    float: left;
    background: #fff;
    height: 420px;
}

.ser_main {
    display: none;
    width: 100%;
    overflow: hidden;
}

.service_ul {
    display: block;
    overflow: hidden;
    padding-top: 35px;
    padding-left: 12px;
}

.service_ul li {
    display: block;
    float: left;
    border: solid 1px #e7e7e7;
    width: 188px;
    height: 292px;
    background: #faf9f9;
    margin: 0 15px;
}

.service_ul li .service_img {
    width: 100%;
    height: 253px;
    line-height: 253px;
    text-align: center;
}

.service_ul li .service_img img {
    max-height: 210px;
    vertical-align: middle;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*图片动*/
.service_ul li .service_img img:hover {
    -webkit-transform: translate3d(0, -15%, 0);
    -ms-transform: translate3d(0, -15%, 0);
    -o-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
}

.service_ul li .service_pro {
    display: block;
    text-align: center;
    line-height: 42px;
    height: 42px;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    padding: 0 10px;
    background: #eaeaea;
}

.service_ul li .service_pro:hover {
    color: #fff;
    background: #2a85cb;
}

.servie_more {
    display: block;
    width: 113px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #e7e7e7;
    background: #faf9f9;
    color: #666666;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    margin: 25px auto 0;
}

.servie_more:hover {
    background: #2a85cb;
    border: solid 1px #2a85cb;
    color: #fff;
}


/*案例展示*/

.case_box {
    width: 1160px;
    margin: 0 auto 45px;
}

.case_main {
    display: block;
    width: 1160px;
    height: 382px;
    overflow: hidden;
}

.case_main .case_row {
    display: block;
    float: left;
    width: 354px;
    height: 380px;
    margin: 0 15px;
    position: relative;
    border: solid 1px #ececec;
    overflow: hidden;
}

.case_main .case_row .case_img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.case_main .case_row .case_img img {
    max-width: 101%;
    height: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.case_main .case_row:hover .case_img img {
    transform: scale(1.48);
    -moz-transform: scale(1.48);
    -ms-transform: scale(1.48);
    -o-transform: scale(1.48);
    -webkit-transform: scale(1.48);
}

.case_main .case_row .case_footer {
    width: 334px;
    padding: 0 10px 10px;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.case_main .case_row .case_footer .case_title {
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.case_main .case_row .case_footer p {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

.case_main .case_row .case_footer .case_btn {
    display: block;
    text-align: center;
    color: #999;
    font-size: 14px;
    width: 50px;
    height: 21px;
    line-height: 21px;
    border: solid 1px #dddddd;
    border-radius: 10px;
    margin: 10px auto 0;
    font-weight: bold;
}

.case_hover {
    width: 100%;
    height: 108px;
    background: #2a85cb;
    position: absolute;
    left: 0;
    top: 382px;
}

.case_hover h3 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    font-weight: normal;
}

.case_hover .case_btn {
    display: block;
    text-align: center;
    color: #778997;
    font-size: 14px;
    width: 50px;
    height: 21px;
    line-height: 21px;
    border: solid 1px #dddddd;
    border-radius: 10px;
    margin: 0 auto 0;
    background: #d4e5f3;
    font-weight: bold;
    font-size: 14px;
}

.case_hover:hover {
    background: #2a85cb;
}


/*事业版图*/

.partner_box {
    background: #f2f2f2;
    width: 100%;
    padding: 45px 0;
    margin-bottom: 45px;
}

.links_footer {
    width: 1150px;
    margin: 0 auto 45px;
}

.links {
    width: 1150px;
}

.links .links_name {
    display: inline-block;
    width: 213px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: solid 1px #e5e5e5;
    float: left;
    margin: 0 7px 15px 7px;
    overflow: hidden;
}

.links .links_name span {
    display: inline-block;
    width: 213px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.links .links_name img {
    webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.links .links_name:hover span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.links .links_name:hover img {
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -o-transform: translateY(-130%);
    transform: translateY(-130%);
}