﻿@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th, td, select, figure, figcaption {
    margin: 0;
    padding: 0;
}

em, i {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
}

i {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    background: #f6f6f6;
    color: #333;
}

/* end reset */
/* public */
.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1
}

.main:before, .main:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-family: Arial;
    line-height: 0;
    *line-height: 1;
}

.img_box img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: inherit;
}

/* reset */
body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th, td, select, figure, figcaption {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    background: #fff;
    min-width: 1300px;
    color: #333;
}

/* end reset */
/* public */
.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.main:before, .main:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: inherit;
}




.top{
    width:100%;
    background: #ececec;
    height: 45px;

}




.o-main {
    width: 1300px;
    margin: 0 auto;
    *zoom: 1;
}

.o-main:before, .main:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top .top-con{
    text-align: right;
    position: relative;
}

.top .top-con li{
    display: inline-block;
    line-height: 45px;
}
.top .top-con p{
    font-size: 14px;
    color: #666666;
}

.top .top-con p i{
    padding-right: 5px;
}

.top .top-con p em{
    padding: 0 25px;
}



.header-search-from {
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    z-index: 200;
    padding: 0 15px;
    width: 235px;
    border: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    display: none;
}

.header-search-from .textInput {
    width: 235px;
    height: 35px;
    text-indent: 10px;
    background: #e4e4e4;
    font-size: 15px;
    color: #595959;
    border: none;
}

.header-search-from .submitBtn {
    height: 35px;
    width: 55px;
    color: #fff;
    background: #1857a4;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 12px;
    margin: auto;
}





.header{
    width: 100%;
    height: 110px;
}

.header .logo-box{
    width: 290px;
    float: left;

}

.header .logo-box .img_box{
    width: 290px;
    height: 75px;
    overflow: hidden;
    line-height: 110px;
}

.header .header-nav{
    width: 905px;
    float: right;
}

.header .header-nav li{
    display: inline-block;
    line-height: 110px;
    text-align: center;
    font-size: 15px;
    color: #444444;
    height: 110px;
    margin-right: 45px;
}

.header .header-nav li a{
    display: block;
}

.header .header-nav li:nth-child(9){
    margin-right: 0;
}


.header .header-nav li.on,.header .header-nav li:hover{
    color: #1751b4;
    font-weight: bold;
}


.index_banner{
    width: 100%;
    position: relative;
}

.index_banner .hd{
    position: absolute;
    bottom:42px;
    left: 342px;
    margin: 0;
    z-index: 99;
}

.index_banner .hd li{
    width: 67px;
    height: 3px;
    background: #2c2c2c;
    display: inline-block;
    margin-right: 18px;
    font-size: 0;
}
.index_banner .hd li.on{
    background: #fff;
}


.i-about{
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 90px;
}
.i-about .list-box{
    width: 1300px;
    position: relative;
    margin: 0 auto;

}
.i-about .list-box .con-box{
    width: 634px;
    float: left;
    background: #fff;
}
.i-about .list-box .con-box .text-box{
    padding:  0 50px 0 30px;
}

.i-about .list-box .con-box .text-box h3{
    font-size: 22px;
    color: #444444;
    position: relative;
    padding-bottom: 47px;
}

.i-about .list-box .con-box .text-box h3:after{
    position: absolute;
    bottom: 30px;
    left: 0;
    margin: auto;
    height: 3px;
    width: 27px;
    background: #1d4ea0;
    content: '';
}


.i-about .list-box .con-box .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}


.i-about .list-box .con-box .text-box h4{
    font-size: 15px;
    color: #000;
    padding: 30px 0 15px;
}


.i-about .list-box .con-box .read-more{
    width: 560px;
    margin: 30px auto 0;
    height: 60px;
    padding-top: 30px;
    border-top: 1px solid #d2d2d2;
}

.i-about .list-box .con-box .read-more p{
    font-size: 15px;
    color: #666;
    width: 80px;
    float: left;
}

.i-about .list-box .con-box .read-more i{
    width: 28px;
    height: 14px;
    float: right;
    background: none;
}

.i-about .list-box .con-box .read-more a{
    display: block;
}
.i-about .list-box .con-box i{
    width: 610px;
    height: 100px;
    background: #eeeeee;
    float: right;
    margin-bottom: 60px;
}

.i-about .list-box .pic-box{
    width: 666px;
    height: 332px;
    overflow: hidden;
    float: right;
    text-align: center;
    margin:257px auto 0;
}

.i-about .list-box .con-text{
    position: absolute;
    width: 666px;;
    background: #fff;
    top: -110px;;
    right: 0;
    margin: auto;

}

.i-about .list-box .con-text .text-box2{
    padding: 40px;
}

.i-about .list-box .con-text .text-box2 h3{
    font-size: 22px;
    color: #444;
    position: relative;
    padding-bottom: 45px;
}

.i-about .list-box .con-text .text-box2 h3:after{
    position: absolute;
    content: '';
    width: 27px;
    height: 3px;
    background: #1d4ea0;
    bottom: 25px;
    left: 0;
    margin: auto;
}

.i-about .list-box .con-text .text-box2 p{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}

.i-service{
    margin-bottom: 80px;
}
.i-service .SlideBox{
margin: 0 auto;
}

.i-service .SlideBox .parBd{
    width: 1200px;
    margin: 0 auto;
}
.i-service .SlideBox{
    position: relative;
}
.i-service .SlideBox .parBd li{
    width: 340px;
    display: inline-block;
    padding-left: 40px;
}

.i-service .SlideBox .parBd li .pic-box{
    width: 116px;
    height: 116px;
    text-align: center;
    line-height: 116px;
    margin: 0 auto;
    border: 1px solid #959595;
    border-radius: 100%;
    background: url("../images/i-service2.png") no-repeat center center;
}

.i-service .SlideBox .parBd li .text-box{

}

.i-service .SlideBox .parBd li .text-box h3{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 30px 0 45px;
}

.i-service .SlideBox .parBd li .text-box h3:after{
    position: absolute;
    width: 43px;
    height: 2px;
    background: #e5e5e5;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
}


.i-service .SlideBox .parBd li .text-box p{
    font-size: 15px;
    color: #444;
    line-height: 28px;
    position: relative;
    text-align: center;
    padding-bottom: 70px;
}
.i-service .SlideBox .parBd li .text-box p:after{
    position: absolute;
    width: 43px;
    height: 2px;
    background: #e5e5e5;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
}

.i-service .SlideBox .parBd li .text-box .views-more{
    text-align: center;
    margin: 0 auto;
    width: 136px;
    height: 45px;
    border: 2px solid #e5e5e5;
}

.i-service .SlideBox .parBd li .text-box .views-more h4{
    text-transform: uppercase;
    font-size: 14px;
    color: #959595;
    text-align: center;
    line-height: 45px;


}

.i-service .SlideBox .parBd li:nth-child(3n){
    margin-right: 0;
}


.i-service .SlideBox .parBd li:hover .pic-box{
   background: #1751b4 url("../images/i-service.png") no-repeat center center;
}

.i-service .SlideBox .parBd li:hover .views-more h4{
    background: #1751b4;
    color: #fff;
    border: 2px solid #1751b4;
}

.i-service .SlideBox .sPrev{
    position: absolute;
    top: 210px;
    left: 0;
    margin: auto;
    font-size: 14px;
    background: url("../images/prev.png") no-repeat center center;
    width: 15px;
    height: 25px;
}


.i-service .SlideBox .sNext{
    position: absolute;
    top: 210px;
    right: 0;
    margin: auto;
    font-size: 14px;
    background: url("../images/next.png") no-repeat center center;
    width: 15px;
    height: 25px;
}
.tit{
    text-align: center;
    padding: 60px 0;
}

.tit h3{
    font-size: 30px;
    color: #333;
}

.tit i{
    color: #c19c27;
    font-size: 24px;
    position: relative;
}

.tit i:after{
    width: 130px;
    height: 2px;
    background: #e8e8e8;
    position: absolute;
    top: 17px;
    left: -160px;
    right: 0;
    margin: auto;
    content: '';
}

.tit i:before{
    width: 130px;
    height: 2px;
    background: #e8e8e8;
    position: absolute;
    top: 17px;
    left: 25px;
    right: 0;
    margin: auto;
    content: '';
}

.tit p{
    font-size: 15px;
    color: #666;
    line-height: 28px;
}



.i_news{
    background: #f3f3f3;
    padding-bottom: 70px;
}


.com-tit{
    padding: 60px 0 35px;
    text-align: center;
}

.com-tit h3{
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
}

.com-tit  p{
    font-size: 15px;
    color: #666;
}

.i_news .news_case{

}

.i_news .news_case .hd{
    text-align: center;
    margin-bottom: 50px;

}

.i_news .news_case .hd li{
    width: 130px;
    height: 40px;
    background: #d8d8d8;
    color: #333;
    font-size: 15px;
    display: inline-block;
    line-height: 40px;
    border-radius: 25px;
    margin: 0 20px;
}

.i_news .news_case .hd li.on{
    background: #1751b4;
    color: #fff;
}

.i_news .news_case .bd{
    width: 100%;
}

.i_news .news_case .bd li{
    width: 394px;
    display: inline-block;
    margin-right: 34px;
    border: 1px solid #fff; 
}

.i_news .news_case .bd li .img_box{
    width: 394px;
    height: 242px;
    overflow: hidden;
}

.i_news .news_case .bd li .img_box img{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out ;
    -ms-transition: all 0.8s ease-in-out ;
    -o-transition: all 0.8s ease-in-out ;
    transition: all 0.8s ease-in-out ;
      width: 394px;
    height: 242px;
}
.i_news .news_case .bd li:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.i_news .news_case .bd li .con-box{
    background: #fff;
}
.i_news .news_case .bd li .text-box{
    padding: 30px 20px 0;

    margin-top: -1px;
}

.i_news .news_case .bd li .text-box h3{
    font-size: 16px;
    color: #333;

}

.i_news .news_case .bd li .text-box p {
    font-size: 15px;
    color: #666;
    padding: 20px 0 25px;
    line-height: 28px;
}

.i_news .news_case .bd li .read-more{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #dcdcdc;
}

.i_news .news_case .bd li .read-more p{
    width: 100px;
    float: left;
    line-height: 50px;
    margin-left: 25px;

}
.i_news .news_case .bd li:hover{
    border:1px solid #fff;
}
.i_news .news_case .bd li:hover .read-more{
    background: #1751b4;
    color: #fff;
}

.i_news .news_case .bd li .read-more i{
    background: url("../images/right.png")no-repeat center center;
    width: 28px;
    height: 14px;
    float: right;
    margin-top: 16px;
    margin-right: 25px;
}

.i_news .news_case .bd li:hover .read-more i{
    background: url("../images/right2.png") no-repeat center center;
}
.i-message{
    background: url("../images/i-message.jpg") no-repeat center center;
    width: 100%;
    height: 380px;
}

.tit2{
    padding: 60px 0 30px;
}

.tit2 p{
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
}

.tit2 h3{
    font-size: 26px;
    color: #fff;
}

.i-message .apply{

}
.i-message .apply p{
    font-size: 15px;
    color: #fff476;
    padding-bottom: 60px;
}
.i-message .apply li{
    display: inline-block;
    float: left;
    margin-right: 40px;
}

.i-message .apply li .text{
    width: 240px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.i-message .apply li .con{
    width: 466px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.i-message .apply li .btn{
    width: 220px;
    height: 60px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    margin-top: -20px;
}
.i-message .apply li .btn:hover{
    background: #fff;
    color: #1751b4;
}
.i-message .apply li:nth-child(4){
    margin-right: 0;
}


.footer{
    width: 100%;
    padding: 45px 0;
}



.footer .list-box .text-box{
    width: 440px;
    float: left;
}


.footer .list-box .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 28px;
}
.footer .list-box .footer-nav{
    width: 610px;
    float: right;
}

.footer .list-box .footer-nav li{
    display: inline-block;
    font-size: 15px;
    color: #666;
}

.footer .list-box .footer-nav li em{
    padding: 0 20px;
}

.footer .copyright{
    padding-top: 20px;
}

.footer .copyright p{
    width: 510px;
    float: left;
    font-size: 15px;
    color: #666;
}
.footer .copyright .code-box{
    position: relative;
}
.footer .copyright .code-box .pic-box{
    width: 38px;
    height: 38px;
    overflow: hidden;
    float: right;
}


.footer .copyright .code-box .mask{
    width: 100px;
    height: 100px;
    background: #eee;
    position: absolute;
    top: -30px;
    right: 40px;
    margin: auto;
    display: none;
}


.footer .copyright .code-box:hover .mask{
    display: block;
}


.inc-footer{
    width: 100%;
    background: url("../images/foot.jpg")no-repeat center center;
    height: 172px;
}


.inc-footer .list-box{
    padding-top:40px;
}
.inc-footer .list-box .text-box{
    width: 440px;
    float: left;
}


.inc-footer .list-box .text-box p{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}
.inc-footer .list-box .footer-nav{
    width: 610px;
    float: right;
}

.inc-footer .list-box .footer-nav li{
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

.inc-footer .list-box .footer-nav li em{
    padding: 0 20px;
}

.inc-footer .copyright{
    padding-top: 20px;
}

.inc-footer .copyright p{
    width: 510px;
    float: left;
    font-size: 15px;
    color: #fff;
}
.inc-footer .copyright .code-box{
    position: relative;
}
.inc-footer .copyright .code-box .pic-box{
    width: 38px;
    height: 38px;
    overflow: hidden;
    float: right;
}

.inc-footer .copyright .code-box .mask{
    width: 100px;
    height: 100px;
    background: #fff;
    top: -45px;
    right: 45px;
    margin: auto;
    position: absolute;
    display: none;
}
.inc-footer .copyright .code-box:hover .mask{
    display: block;
}

/*partner*/

.address{
    width: 100%;
    height:60px;
    border-bottom: 1px solid #dcdcdc;
}

.address p{
    font-size: 15px;
    color: #666;
    line-height: 60px;
}

.partner{
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#efeeef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 );

}

.title{
    text-align: center;
    background: url("../images/con-tit-bg.jpg") no-repeat center center;
    width: 100%;
    height: 210px;
    margin-bottom: 35px;
}

.title h3{
    font-size: 28px;
    color: #333;
    padding-top: 38px;
}

.title p{
    font-size: 15px;
    color: #a4a4a4;
    text-transform: uppercase;
    position: relative;
}

.title p:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #1751b4;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.title h4{
    font-size: 15px;
    color: #666;
    line-height: 28px;
    padding-top: 30px;
}




.case .case-link{
    text-align: center;
}

.case .case-link li{
    display: inline-block;
    width: 150px;
    height: 40px;
    font-size: 16px;
    color: #444;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin: 0 5px;
}

.case .case-link li a{
    display: block;
}

.case .case-link li.on,.case .case-link li:hover{
    background: #1751b4;
    color:#fff;
    border: 1px solid #1751b4;
}


.case-con .list-box{
    width: 366px;
    display: inline-block;
    margin: 50px 45px 0 0;
    float: left;
}

.case-con .list-box .img_box{
    width: 366px;
    height: 187px;
    overflow: hidden;
}


.case-con .list-box .img_box img{
    -webkit-transition: all 0.8s ease-in-out ;
    -moz-transition: all 0.8s ease-in-out ;
    -ms-transition: all 0.8s ease-in-out ;
    -o-transition: all 0.8s ease-in-out ;
    transition: all 0.8s ease-in-out ;
    width: 366px;
    height: 187px;
}

.case-con .list-box:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.case-con .list-box .con-box{
    background: #fff;
}
.case-con .list-box .text-box{
    padding: 20px 15px 0;
    /*border: 1px solid #eeeeee;*/
    margin-top: -5px;
}

.case-con .list-box .text-box h3{
    font-size: 16px;
    color: #353535;
}

.case-con .list-box .text-box h4{
    font-size: 15px;
    color: #7b7b7b;
    padding: 15px 0 20px;
}

.case-con .list-box .text-box p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 28px;
}
.case-con .list-box .con-box .read-more{
    border-top: 1px solid #d2d2d2;
    margin-top: 20px;
}

.case-con .list-box .con-box .read-more p{
    float: left;
    width: 80px;
    line-height: 50px;
    margin-left: 25px;
}
.case-con .list-box:hover .con-box .read-more{
    background: #1751b4;
}

.case-con .list-box:hover .con-box .read-more p{
    color: #fff;

}

.case-con .list-box:hover .con-box .read-more i{
    background: url("../images/right2.png") no-repeat center center;
}
.case-con .list-box .con-box .read-more i{
    background: url(../images/right.png)no-repeat center center;
    width: 28px;
    height: 14px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    line-height: 50px;
}

.case-con .list-box:nth-child(3n){
    margin-right: 0;
}
.business .pages a{
    background: #fff;
}


.partner .pages a{
    background: #fff;
}
.pages{
    text-align: center;
}

.pages a{
    padding: 0 15px;
    font-size: 14px;
    color: #444444;
    height: 35px;
    border: 1px solid #dcdcdc;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin:  80px 5px;
}

.pages a.on,.pages a:hover{
    background: #1751b4;
    color: #fff;
}


/*contact*/
.contact{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
}

.link{
    width: 100%;
}

.link .case-link{
    width: 400px;
    float: left;
}

.link .case-link li{
    display: inline-block;
    width: 165px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.link .case-link li.on,.link .case-link li:hover{
    background: #1751b4;
    color: #fff;
}

.link .address{
    width: 200px;
    line-height: 60px;
    float: right;
}

.contact .title{
    background: url("../images/con-tit-bg.jpg")no-repeat center center;
    width: 100%;
    height: 210px;
    padding: 0;
}

.contact .title h3{
    padding-top: 40px;
}



.con-case li{
    display: inline-block;
    width: 295px;
    float: left;
    height: 265px;
}

.con-case li .pic-box{
    width: 80px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    margin: 60px auto 30px;

}

.con-case li .text-box{
    text-align: center;
}

.con-case li .text-box h3{
    font-size: 15px;
    font-weight: bold;
}

.con-case li .text-box p{
    font-size: 15px;
    color: #808080;
    line-height: 28px;
}

.map-box{
    width: 100%;
    height: 492px;
    overflow: hidden;
    margin-bottom: 95px;
}



/*com-envir*/

.com-envir .com-case{

}

.com-envir .com-case .list-box{
    width: 380px;
    display: inline-block;
    position: relative;
    margin:  0 25px 30px 0;
}

.com-envir .com-case .list-box:nth-child(3n){
    margin-right: 0;
}

.com-envir .com-case .list-box .img_box{
    width: 380px;
    height: 280px;
    overflow: hidden;
}

.com-envir .com-case .list-box p{
    text-align: center;
    font-size: 15px;
    color: #444444;
    line-height: 40px;
}

.com-envir .com-case .list-box .mask{
    position: absolute;
    top:0;
    margin: auto;
    width: 380px;
    height: 280px;
    background: rgba(29,78,2160,.5) url("../images/mask.png") no-repeat center;
    -webkit-transition:all .3s ease-in;;
    -moz-transition:all .3s ease-in;;
    -ms-transition:all .3s ease-in;;
    -o-transition:all .3s ease-in;;
    transition:all .3s ease-in;
    opacity: 0;
}
.com-envir .com-case .list-box:hover .mask{
    opacity: 1;
}



/*rec*/

.rec .con-text{
    margin: 50px 0 90px;
}


.rec .con-text{
    width:100%;

}

.rec .con-text .job .job_box .job_list .list_box{
    width: 960px;
   margin:  0 auto 10px; 
    

}

.rec .con-text .job .job_box .job_list .list_box .parhd{
    width: 960px;
    height: 56px;
    background: #6e6e6e url("../images/jia.png") no-repeat right 20px center;

}

.rec .con-text .job .job_box .job_list .list_box .parhd h3{
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    text-indent: 30px;
}


.rec .con-text .job .job_box .job_list .list_box .parbd{
    padding: 30px 20px 30px 30px;
    width: 908px;
    border: 1px solid #d2d2d2;
    display: none;
}


.rec .con-text .job .job_box .job_list .list_box .parhd.on,
.rec .con-text .job .job_box .job_list .list_box .parhd:hover{
    background: #1751b4 url("../images/jia.png") no-repeat right 20px center;
}

.rec .con-text .job .job_box .job_list .list_box .parbd p{
    font-size: 15px;
    color: #444444;
    line-height: 28px;
}


/*.rec .con-text .right{
    width: 595px;
    float: right;
}

.rec .con-text .right .job .job_box .job_list .list_box{
    width: 100%;
    margin-bottom: 8px;
}

.rec .con-text .right .job .job_box .job_list .list_box .parhd{
    width: 580px;
    height: 56px;


}

.rec .con-text .right .job .job_box .job_list .list_box .parhd{
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    text-indent: 30px;
    background: #6e6e6e url("../images/jia.png") no-repeat right 20px center;
}


.rec .con-text .right .job .job_box .job_list .list_box .parhd.on,
.rec .con-text .right .job .job_box .job_list .list_box .parhd:hover{
    background: #1751b4 url("../images/jia.png") no-repeat right 20px center;
}

.rec .con-text .right .job .job_box .job_list .list_box .parbd{
    padding: 30px 20px 30px 30px;
    width: 528px;
    border: 1px solid #d2d2d2;
    display: none;
}



.rec .con-text .right .job .job_box .job_list .list_box .parbd p{
    font-size: 15px;
    color: #444444;
    line-height: 28px;
}*/




/*news*/

.news{

}

.news .list-box{
    width: 100%;
    margin-bottom: 40px;
}

.news .list-box .img_box{
    width: 394px;
    height: 242px;
    overflow: hidden;
    float:left;
}
.news .list-box .img_box img{
    -webkit-transition: all 0.8s ease-in-out ;
    -moz-transition: all 0.8s ease-in-out ;
    -ms-transition: all 0.8s ease-in-out ;
    -o-transition: all 0.8s ease-in-out ;
    transition: all 0.8s ease-in-out ;
}

.news .list-box:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.news .list-box .con-text{
    width: 790px;
    float: right;
    background: #f3f3f3;
}

.news .list-box .con-text .text-box{
    padding: 27px 35px 20px 40px;
}

.news .list-box .con-text .text-box h3{
    font-size: 16px;
    color: #333;
}

.news .list-box .con-text .text-box h4{
    font-size: 15px;
    color: #666;
    padding: 15px 0 25px;
}

.news .list-box .con-text .text-box p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
}


.news .list-box .con-text .read-more{
    padding: 0 35px 0 40px;
    height: 60px;
    background: url("../images/news-bg2.jpg")no-repeat center center;
    border-top: 1px solid #d2d2d2;


}

.news .list-box .con-text .read-more p{
    font-size: 15px;
    line-height: 60px;
}


.news .list-box:hover .read-more{
    color: #fff;
    background: url("../images/news-bg.jpg") no-repeat center center;
}





/*business*/
.business {
    /*background: #f0efef;*/
    background: linear-gradient(#fff,#eee);
}

.business{
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#efeeef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 );
}
:root .gradient{filter:none;}

.business .list-con{
    width: 100%;
}

.business .list-con .list-box{
    width: 370px;
    height: 210px;
    float: left;
    display: inline-block;
    margin-right: 45px;
    border-bottom: 1px solid #dadada;
}

.business .list-con .list-box h3{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #6e6e6e;
    width: 195px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    margin-top: 45px;
}
.business .list-con .list-box:hover h3{
    background: #1751b4;
}
.business .list-con .list-box i{
    padding:0 10px 0 20px;
}

.business .list-con .list-box  p{
    font-size: 15px;
    color: #444;
    padding-top: 18px;
    line-height: 28px;
}

.business .list-con .list-box:nth-child(3n){
    margin-right: 0;
}


.title2{
    text-align: center;
    padding: 60px;
}

.title2 h3{
    font-size: 28px;
    color:#333;
}

.title2 h4{
    position: relative;
    font-size: 15px;
    color: #a4a4a4;
    text-transform: uppercase;
    padding: 4px 0 30px;

}
.title2 h4:after{
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: auto;
    width: 27px;
    height: 3px;
    background: #1751b4;
    content: '';

}

.title2 p{
    font-size: 15px;
    color: #666;
    line-height: 28px;
}




/*bussiness-views*/
.bussiness-views{

}

.bussiness-views .list-box{
    padding: 70px 0 100px;
}


.bussiness-views .list-box .sidebar{
    width: 275px;
    float: left;
    border: 1px solid #dcdcdc;
}

.bussiness-views .list-box .sidebar .side-tit{
    background: #1751b4;
    padding: 35px 0 25px 25px;
}

.bussiness-views .list-box .sidebar .side-tit h3{
    font-size: 26px;
    color: #fff;

}


.bussiness-views .list-box .sidebar .side-tit p{
    font-size: 15px;
    color: #769bda;
}

.bussiness-views .list-box .sidebar li{
   width: 225px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #666;
    margin: 0 auto;
    border-top: 1px dotted #666;
}

.bussiness-views .list-box .sidebar li a{
    display:block;
}

.bussiness-views .list-box .sidebar li.on,.bussiness-views .list-box .sidebar li:hover{
    color: #1751b4;
    font-weight: bold;
}

.bussiness-views .list-box .con-text{
    width: 865px;
    float: right;
}

.bussiness-views .list-box .con-text .con-tit{
    width: 100%;
    height: 45px;
    background: #efefef;
}

.bussiness-views .list-box .con-text .con-tit h3{
    width: 170px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #6e6e6e;
    font-size: 16px;
    color: #fff;
}


.bussiness-views .list-box .con-text .text-box{
    padding-bottom: 60px;
}

.bussiness-views .list-box .con-text .text-box p{
    font-size: 15px;
    color: #666;
    padding-top: 30px;
    line-height: 28px;

}

.bussiness-views .list-box .article{
    padding: 30px 0 ;
}

.bussiness-views .list-box .article li p{
    font-size: 15px;
    color: #666;
    padding-bottom: 20px;
    width: 600px;
    float: left;
    
}
.bussiness-views .list-box .article li i{
    width: 90px;
    float: right;
}
.bussiness-views .list-box .article li:hover{
    color: #1751b4;
    font-weight: bold;
}
.bussiness-views .list-box .article li:hover p{
    color: #1751b4;
    font-weight: bold;
}
.bussiness-views .list-box .team{
    margin-top: 40px;
}

.bussiness-views .list-box .team li{
    display: inline-block;
    width: 200px;
    margin-right: 17px;
}

.bussiness-views .list-box .team li .img_box{
    width: 200px;
    height: 279px;
    overflow: hidden;
}

/*.bussiness-views .list-box .team li .text-box2{
    background: url("../images/bus-bg.jpg") no-repeat center center;
    width: 276px;
    height: 170px;
    margin-top: -5px;
}

.bussiness-views .list-box .team li .text-box2 h3{
    font-size: 18px;
    color: #333;
    padding: 25px 0 8px 25px;

}

.bussiness-views .list-box .team li .text-box2 i{
    font-size: 15px;
    color: #888;
    padding-left: 25px;
}

.bussiness-views .list-box .team li .text-box2 p{
    font-size: 15px;
    color: #888;
    padding-top: 15px;
    line-height: 26px;
    padding-left: 25px;
}

.bussiness-views .list-box .team li .text-box2:hover{
    background: url("../images/bus-bg2_03.jpg") no-repeat center center;
}*/
.bussiness-views .list-box .team li p{
    font-size:16px;
    color: #333333;
    line-height: 50px;
    text-align: center;

}
.bussiness-views .list-box .team li:nth-child(4){
    margin-right: 0;
}



/*message*/

.message{
    background: url("../images/message_02.jpg") no-repeat center center;
    width: 100%;
    height: 685px;
}

.message .apply{
    padding: 0 60px;
}

.message .apply .text{
    width: 320px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    float: left;
    border-bottom: 1px dotted #b8b8b8;
    margin-right: 40px;
    font-size: 16px;
    color: #444444;
}

.message .apply .text:nth-child(3){
    margin-right: 0;
}

.message .apply .con{
    width: 100%;
    height:110px;
    border-bottom: 1px dotted #b8b8b8;
    margin: 40px 0 80px;

    font-size: 16px;
    color: #444444;

}

.message .apply .code p{
    width: 80px;
    height: 50px;
    line-height: 50px;
    float: left;
}


.message .apply .code input{
    width: 220px;
    height: 50px;
    background: #fff;
    float: left;
    margin-right: 20px;
    text-indent: 20px;
}

.message .apply .code .img_box{
    width: 200px;
    height: 50px;
    float: left;
}

.message .apply .code .btn{
    width: 315px;
    height: 50px;
    font-size: 15px;
    color: #fff;
    background: #2b2b2b;
    line-height: 50px;
    text-align: center;
    float: right;
}




/*profesion*/

.profesion .s-profesion{
    background: #eeeeee;
    padding: 40px 0 60px;
}

.profesion .s-profesion .choose{
    background: #fff;
    padding: 0 40px 40px;
}

.profesion .s-profesion .choose h3{
    font-size: 20px;
    color: #444;
    line-height: 60px;
    border-bottom: 1px solid #dcdcdc;
}

.profesion .s-profesion .choose li{
    width: 260px;
    display: inline-block;
    float: left;
    margin-right: 26px;
    margin-top: 30px;
}
.profesion .s-profesion .choose li p{
    font-size: 15px;
    color: #444;
    line-height: 30px;
}

.profesion .s-profesion .choose input{
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #666666;
    background: #eeeeee;
    text-indent: 20px;

}
.profesion .s-profesion .choose select{
     width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #666666;
    background: #eeeeee;
    border: none; 
}
.profesion .s-profesion .choose li:nth-child(4){
    margin-right: 0;
}

.profesion .s-profesion .choose .btn{
    width: 260px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #1751b4;
    margin-top: 25px;
}

.profesion-case {
    margin-top: 60px;
}

.profesion-case .list-box{
    width: 584px;
    display: inline-block;
    float: left;
    margin-right: 32px;
    margin-bottom: 40px;
}

.profesion-case .list-box .pic-box{
    width: 200px;
    height: 279px;
    overflow: hidden;
    line-height: 279px;
    text-align: center;
    margin:0 auto;
    float: left;

}

.profesion-case .list-box .con-box{
    width: 380px;
    float: right;
    background: #f6f6f6;
    height: 279px;

}
.profesion-case .list-box .con-box .text-box{
    padding: 0 30px;
}
.profesion-case .list-box .con-box .text-box .name{
    padding:40px 0 12px;
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 25px;
}

.profesion-case .list-box .con-box .text-box .name h3{
    font-size: 20px;
    color: #333;
}
.profesion-case .list-box .con-box .text-box .name em{
    /*background: url("../images/add.png")no-repeat center center;*/
    /*width: 12px;*/
    /*height: 15px;*/
    padding: 0 10px 0 20px;
}
.profesion-case .list-box .con-box .text-box .name i{
   font-size: 15px;
    color: #666;
}
.profesion-case .list-box .con-box .text-box .name h4{
    font-size: 15px;
    color: #888;
}


.profesion-case .list-box .con-box .text-box p{
    font-size: 14px;
    line-height: 28px;
}

.profesion-case .list-box .con-box .text-box p em{
    color: #1751b4;
}
.profesion-case .list-box:nth-child(2n){
    margin-right: 0;
}


.profesion-case .list-box:hover .con-box{
    background: url("../images/txt-bg.jpg") no-repeat center center;
}
.profesion-case .list-box:hover .con-box .text-box .name h3{
    color: #fff;
}
.profesion-case .list-box:hover .con-box .text-box .name h3 i{
    color: #fff;
}

.profesion-case .list-box:hover .con-box .text-box .name h4{
    color: #fff;
}
.profesion-case .list-box:hover .con-box .text-box p{
    color: #fff;
}

.profesion-case .list-box:hover .con-box .text-box p em{
    color: #fff;
}
/*about*/
.about{

}


.tit3{
    text-align: center;
    padding: 60px 0 35px;
}

.tit3 h3{
    font-size: 28px;
    color: #333;
}

.tit3 p{
    font-size: 15px;
    color: #a4a4a4;
    text-transform: uppercase;
}
.about{
    background: #f3f3f3;
}

.about .list-box{
    width: 100%;
}

.about .list-box .img_box{
    width: 584px;
    height: 373px;
    overflow: hidden;
    float: left;
}

.about .list-box .text-box{
    width: 564px;
    float: right;
}

.about .list-box .text-box p{
    font-size: 15px;
    color: #444;
    line-height: 30px;
}

.about_slide{
    background: #f2f3f3;
    padding-bottom: 60px;
}
.about_slide .event .hd{
    width: 1200px;
    text-align: center;
    margin:0 auto;
    border-bottom: 1px solid #dcdcdc;
}

.about_slide .event .hd li{
    display: inline-block;
    float: left;
    width: 90px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #888888;
    margin-right: 20px;

}

.about_slide .event .hd li.on{
    border-bottom: 2px solid #2b2b2b;
}
.about_slide .event .hd li:nth-child(10){
    margin-right: 0;
}
.about_slide .event .netBd .bd{
    padding-top: 45px;
}

.about_slide .event .netBd .bd .SlideBox{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.about_slide .event .netBd .bd .SlideBox .parBd{
    padding-bottom: 60px;
}

.about_slide .event .netBd .bd .SlideBox .sbd li {
    width: 380px;
    display: inline-block;
    float: left;
    margin-right: 30px;

}

.about_slide .event .netBd .bd .SlideBox .sbd li h3{
    font-size: 18px;
    color: #fff;
    background: url("../images/about-slide02.jpg")no-repeat center center;
    width: 380px;
    height: 52px;
    line-height: 52px;
    text-indent: 20px;
}

.about_slide .event .netBd .bd .SlideBox .sbd li:hover h3{
    background: url("../images/about-slide-bg.jpg")no-repeat center center;
}

.about_slide .event .netBd .bd .SlideBox .sbd li .text-box{
    background: url("../images/about-slide.jpg") no-repeat center center;
    width: 380px;
    height: 286px;


}

.about_slide .event .netBd .bd .SlideBox .sbd li .text-box .text{
    padding: 30px 25px 0 25px;
    line-height: 28px;
    font-size: 16px;
    color: #444;
}

.about_slide .event .netBd .bd .SlideBox .sbd .tempWrap{
    width: 1200px !important;
}
.about_slide .event .netBd .bd .SlideBox .shd{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;


}
.about_slide .event .netBd .bd .SlideBox .shd li{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #dcdcdc;
    display: inline-block;
    margin: 0 8px;
}
.about_slide .event .netBd .bd .SlideBox .shd li.on{
    background: #1751b4;
}
.about_slide .event .netBd .bd .SlideBox .shd .tempWrap{
    width: 16px;
}


.about-list .list-box{
    position: relative;
    margin: 35px 0 80px;
}

.about-list .list-box .pic-box{
    width: 100%;
    height: 370px;
    overflow: hidden;

}

.about-list .list-box .text-box{
    position: absolute;
    right: 0;
    top: 0;
    margin: 45px 25px 0 0;
    width: 770px;
    background: #fff;
    padding: 25px 0 40px;


}

.about-list .list-box .text-box .tit4{


}

.about-list .list-box .text-box .tit4 h3{
    font-size: 20px;
    color: #fff;
    background: url("../images/tit-bg.png") no-repeat center center;
    width: 164px;
    height: 60px;
    text-align: center;
    line-height: 62px;
    margin-left: -11px;
    float: left;
}

.about-list .list-box .text-box .tit4 p{
    line-height: 60px;
    width: 480px;
    float: left;
    font-size: 15px;
    color: #444;
    margin-left: 20px;
}

.about-list .list-box .text-box p{
    font-size: 15px;
    color: #444;
    line-height: 30px;
}

.about-list .list-box .text-box .text{
    padding: 20px 0 0 30px;
}
.about-list .list-box .text-box p i{
    font-weight: bold;
}




/*news-views*/

.news-views{
    margin-top: 50px;
}

.news-views .text-box{
    width: 100%;
}

.news-views .text-box .news-tit{
    text-align: center;

}

.news-views .text-box .news-tit h3{
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}

.news-views .text-box .news-tit h4{
    font-size: 15px;
    color: #3e3e3e;
    padding-bottom: 50px;
    padding-top: 15px;
}

.news-views .text-box p{

    font-size:15px;
    line-height: 30px;
}

.news-views .news-v-link{

}
.news-views .news-v-link li{
    display: inline-block;
    font-size: 15px;
    margin: 40px 40px 60px 0;
}



/*profesion-views*/

.profesion-views .list-box{
    padding: 80px 0 100px;
}

.profesion-views .list-box .pic-box{
    width: 330px;
    height: 461px;
    overflow: hidden;
    text-align: center;
    line-height: 461px;
    float: left;
}

.profesion-views .list-box .con-box{
    width: 778px;
    float: right;
}

.profesion-views .list-box .con-box .text-box{
    margin-bottom: 40px;
}

.profesion-views .list-box .con-box .text-box .name-i{
    width: 205px;
    height: 55px;
    border-right: 1px solid #c9c9c9;
    float: left;
}
.profesion-views .list-box .con-box .text-box .name-i h3{
    font-size: 30px;
    color: #444;
}


.profesion-views .list-box .con-box .text-box .name-i h4{
    font-size: 15px;
    color: #888;
}
.profesion-views .list-box .con-box .text-box p{
    width: 435px;
    float: left;
    font-size: 15px;
    color: #444;
    line-height: 26px;
    margin-left: 50px;
}

.profesion-views .list-box .text-box2{
    padding: 40px 0;
    border-top: 1px solid #c9c9c9;
}

.profesion-views .list-box .text-box2 h3{
    font-size: 18px;
    color: #1751b4;
    padding-bottom: 20px;
}

.profesion-views .list-box .text-box2 p{
    font-size: 15px;
    color: #333;
    line-height: 28px;
}