



/*index*/
.o-main{
    width: 1300px;
    margin: 0 auto;
}
.o-main:before, .o-main:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top{
    width: 100%;
    background: #fff;
}

.top .logo-box{
    width: 454px;
    height: 64px;
    float: left;
    margin-top: 30px;

}

.top .top-contact{
    width: 380px;
    float:right;
}

.top .top-contact .t-con{
    width: 165px;
    float: right;
    margin: 15px 0 15px;
}

.top .top-contact .t-con li{
  font-size: 15px;
    color: #666666;
    float: left;
}

.top .top-contact .t-con li i{
    padding: 0 20px;
}

.top .top-contact .t-con2{

}

.top .top-contact .form-box{
    width: 330px;
    float: left;
}

.top .top-contact .form-box .txt{
    width: 250px;
    height: 35px;
    border: 1px solid #afafaf;
    font-size: 14px;
    color: #afafaf;
    text-indent: 20px;

}

.top .top-contact .form-box .btn{
    background:#1f1f1f url("../images/search.png") no-repeat left 5px center;
    width: 75px;
    height: 36px;
    color: #fff;
    border: 1px solid #1f1f1f;
    margin-left: -3px;

}

.top .top-contact .code{
    float: right;
    width: 32px;
    height: 32px;
    background: url("../images/code.jpg") no-repeat center center;
    position: relative;

}

.top .top-contact .code .h-code{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    background: red;
}

.top .top-contact .code:hover .h-code{
    opacity: 1;
}


.top-nav{
    text-align: center;
    padding: 30px 0 15px;
}


.top-nav li{
    display: inline-block;
    font-size: 16px;
    color: #444;
}

.top-nav li i{
    padding: 0 40px;
}


.top-nav li a.on,
.top-nav li a:hover{
    color: #e62129;
}

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

.index_banner .hd{
    position: absolute;
    bottom:32px;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 99;
    width: 100px;
}

.index_banner .hd li{
    width: 14px;
    height: 14px;
    background: #fff;
    margin:0 5px;
    font-size: 0;
    display: inline-block;
    border-radius: 100%;
}
.index_banner .hd li.on{
    background: #a4cce7;
}


.notice{
    background: url("../images/notice_02.jpg") no-repeat center center;
    width: 100%;
    height: 56px;
}

.notice h3{
    font-size: 18px;
    color: #fff;
    width: 160px;
    height: 56px;
    line-height: 56px;
    float: left;
    text-align: center;
}
.notice .bd{
    width: 1100px;
    float: right;
}

.notice .bd .tempWrap{
    width: 1100px !important;
}
.notice .bd .notice-link{
     font-size: 15px;
     color: #444;
     float: left;
    line-height: 56px;
    width: auto !important;
    margin-right: 40px;
 }


/*.notice .bd .notice-link2{
    font-size: 15px;
    color: #444;
    float: left;
    line-height: 56px;
}*/

.index-about{
    margin-top: 60px;
}

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

.index-about .list-box .slidebox{
    width: 627px;
    overflow: hidden;
    float: left;
    position: relative;
}


.index-about .list-box .slidebox li{
    width: 627px;
}

.index-about .list-box .slidebox .prev,
.index-about .list-box .slidebox .next{
    width: 30px;
    height: 60px;
    position: absolute;
    top: 45%;
    margin:auto;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: '新宋体';
    font-size: 30px; 
    text-align: center;
    line-height: 60px;
}

.index-about .list-box .slidebox .prev{
    left: 0;
    z-index: 99;
}

.index-about .list-box .slidebox .next{
    right: 0;
    z-index: 99;
}
.index-about .list-box .text-box{
    width: 632px;
    float: right;
    border-top: 2px solid #e4000c;
}

.index-about .list-box .text-box h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 10px 0;
}

.index-about .list-box .text-box .text{
    font-size: 15px;
    color: #666;
    line-height: 35px;

}

.index-about .list-box .text-box .text p{
    line-height: 33px;
}

.index-about .list-box .text-box .about-l{
    font-size: 15px;
    color: #e4000c;
    font-weight: bold;
    margin-top: 20px;
}

.index-notice-bar{
    margin-top: 60px;
}

.index-notice-bar .list-box{
    width: 400px;
    border-top: 1px solid #dcdcdc;
    float: left;
    margin-right: 48px;
}

.index-notice-bar .list-box .tit{
    padding: 15px 0;
}

.index-notice-bar .list-box .tit h3{
    font-size: 16px;
    color: #333;
    width: 200px;
    float: left;
    font-weight: bold;
    position: relative;
}
.index-notice-bar .list-box .tit h3:after{
    position: absolute;
    content: '';
    background: #e4000c;
    top: -18px;
    left: 0;
    margin: auto;
    width: 58px;
    height: 4px;
}
.index-notice-bar .list-box .tit i{
    font-size: 15px;
    color: #333;
    width: 60px;
    float: right;
}
.index-notice-bar .list-box .tit i:hover{
    color: #e4000c;
}

.index-notice-bar .list-box .img_box{
    width: 400px;
    height: 185px;
    overflow: hidden;
}

.index-notice-bar .list-box .text-box{
    margin-top: 10px;
}

.index-notice-bar .list-box .text-box li{
    margin-top: 20px;
}

.index-notice-bar .list-box .text-box li h4{
    width: 310px;
    float: left;
    font-size: 15px;
    color: #333;
    position: relative;
    text-indent: 36px;
}

.index-notice-bar .list-box .text-box li h4:before{
    width: 6px;
    height: 6px;
    background: #a9a9a9;
    border-radius: 100%;
    top: 8px;
    left: 15px;
    margin: auto;
    content: '';
    position: absolute;

}
.index-notice-bar .list-box .text-box li em{
    font-size: 15px;
    color: #333;
    float: right;
    text-align: center;
}

.index-notice-bar .list-box .text-box li h4:hover{
    color: #e4000c;
}




.index-notice-bar .list-box2 .tit2{
    height: 50px;
    background: #f1f1f1;
}

.index-notice-bar .list-box2 .tit2 h3{
    width: 150px;
    height: 50px;
    background: #e4000c;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    float: left;
}

.index-notice-bar .list-box2 .tit2 i{
    font-size: 15px;
    color: #333;
    width: 60px;
    float: right;
    line-height: 50px;
}
.index-notice-bar .list-box2 .tit2 i:hover{
    color: #e4000c;
}

.index-notice-bar .list-box2{
    width: 400px;
    border: 1px solid #dcdcdc;
    float: left;
}
.index-notice-bar .list-box2 .text-box{
   padding-bottom: 20px;
}

.index-notice-bar .list-box2 .text-box li{
    margin-top: 20px;
}

.index-notice-bar .list-box2 .text-box li h4{
    width: 320px;
    float: left;
    font-size: 15px;
    color: #333;
    position: relative;
    text-indent: 36px;
}

.index-notice-bar .list-box2 .text-box li h4:before{
    width: 6px;
    height: 6px;
    background: #a9a9a9;
    border-radius: 100%;
    top: 8px;
    left: 15px;
    margin: auto;
    content: '';
    position: absolute;

}
.index-notice-bar .list-box2 .text-box li em{
    font-size: 15px;
    color: #333;
    float: right;
    text-align: center;
}

.index-notice-bar .list-box2 .text-box li h4:hover{
    color: #e4000c;
}


.index_news {

}


.index_news .n_left{
    width: 850px;
    float: left;
}

.index_news .n_left .parHd{
    border-bottom: 1px solid #d2d2d2;
}

.index_news .n_left .parHd .hd{
    width: 310px;
    float: left;
}

.index_news .n_left .parHd .hd li{
    width: 150px;
    height: 45px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
}
.index_news .n_left .parHd .hd li.on{
    border-right:1px solid #d2d2d2 ;
    border-top: 3px solid #e4000c;
    border-left: 1px solid #d2d2d2;
    background: #fff;
}

.index_news .n_left .parHd i{
    width: 60px;
    float: right;
    font-size: 15px;
    color: #666;
    line-height: 45px;
}

.index_news .n_left .parHd i:hover{
    color: #e4000c;
}
.index_news .n_left .parBd{

}

.index_news .n_left .parBd .bd{

}

.index_news .n_left .parBd .bd .list-box{
    width: 100%;
    margin-top: 25px;
}

.index_news .n_left .parBd .bd .list-box .img_box{
    width: 247px;
    height: 141px;
    float: left;
    overflow: hidden;
}

.index_news .n_left .parBd .bd .list-box .img_box img{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.index_news .n_left .parBd .bd .list-box:hover .img_box img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.index_news .n_left .parBd .bd .list-box .text-box{
    width: 580px;
    float: right;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
}

.index_news .n_left .parBd .bd .list-box .text-box h3{
    font-size: 16px;
    color: #333333;
    padding-top: 15px;
}
.index_news .n_left .parBd .bd .list-box:hover .text-box h3{
    color: #e4000c;
}
.index_news .n_left .parBd .bd .list-box .text-box h4{
    font-size: 15px;
    color: #666666;
    padding: 10px 0;
}

.index_news .n_left .parBd .bd .list-box .text-box p{
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}


.n-right .list-box{
    width: 400px;
    border-top: 1px solid #dcdcdc;
    float: right;
}

.n-right .list-box .tit{
    padding: 15px 0;
}

.n-right .list-box .tit h3{
    font-size: 16px;
    color: #333;
    width: 200px;
    float: left;
    font-weight: bold;
    position: relative;
}
.n-right .list-box .tit h3:after{
    position: absolute;
    content: '';
    background: #e4000c;
    top: -18px;
    left: 0;
    margin: auto;
    width: 58px;
    height: 4px;
}
.n-right .list-box .tit i{
    font-size: 15px;
    color: #333;
    width: 60px;
    float: right;
}
.n-right .list-box .tit i:hover{
    color: #e4000c;
}

.n-right .list-box .img_box{
    width: 400px;
    height: 185px;
    overflow: hidden;
}

.n-right .list-box .text-box{
    margin-top: 10px;
}

.n-right .list-box .text-box li{
    margin-top: 20px;
}

.n-right .list-box .text-box li h4{
    width: 310px;
    float: left;
    font-size: 15px;
    color: #333;
    position: relative;
    text-indent: 36px;
}

.n-right .list-box .text-box li h4:before{
    width: 6px;
    height: 6px;
    background: #a9a9a9;
    border-radius: 100%;
    top: 8px;
    left: 15px;
    margin: auto;
    content: '';
    position: absolute;

}
.n-right .list-box .text-box li p{
    font-size: 15px;
    color: #333;
    width: 80px;
    float: right;
    text-align: center;
}

.n-right .list-box .text-box li h4:hover{
    color: #e4000c;
}



.index_senior {
    margin: 60px 0 ;
}

.index_senior .senior-eng{
    width: 630px;
    float: left;
    margin-right: 40px;
}

.index_senior .senior-eng:nth-child(2){
    margin-right: 0;
}
.index_senior .senior-eng .parHd{
    border-bottom: 1px solid #d2d2d2;
}

.index_senior .senior-eng .parHd .hd{
    width: 460px;
    float: left;
}

.index_senior .senior-eng .parHd .hd li{
    width: 150px;
    height: 45px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
}
.index_senior .senior-eng .parHd .hd li.on{
    border-right:1px solid #d2d2d2 ;
    border-top: 3px solid #e4000c;
    border-left: 1px solid #d2d2d2;
    background: #fff;
}

.index_senior .senior-eng .parHd i{
    width: 60px;
    float: right;
    font-size: 15px;
    color: #666;
    line-height: 45px;
}

.index_senior .senior-eng .parHd i:hover{
    color: #e4000c;
}




.index_senior .senior-eng .parBd .bd{
    border: 1px solid #d2d2d2;
    margin-top: 20px;
}

.index_senior .senior-eng .parBd .bd .list-box{
    width: 100%;
    position: relative;
}
.index_senior .senior-eng .parBd .bd .list-box .mask{
    position: absolute;
    bottom: 25px;
    left: 0;
    margin: auto;
    background: url("../images/index-s-bg_03.png") no-repeat center center;
    width: 190px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-indent: 24px;
}
.index_senior .senior-eng .parBd .bd .list-box .img_box{
    width: 300px;
    overflow: hidden;
    float: left;
}

.index_senior .senior-eng .parBd .bd .list-box .text-box{
    width: 270px;
    float: right;
    padding: 40px 29px 0 29px;
}

.index_senior .senior-eng .parBd .bd .list-box .text-box h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index_senior .senior-eng .parBd .bd .list-box .text-box .text{
    font-size: 15px;
    color: #444;
    line-height: 28px;
    margin: 10px 0 20px;

}

.index_senior .senior-eng .parBd .bd .list-box .text-box i{
    font-size: 15px;
    color: #e4000c;
    font-weight: bold;
}


.index_results {
    margin-top: 60px;
}

.index_results .tit{
    width: 100%;
    height: 55px;
    background: #f4f4f4;
    margin-bottom: 20px;

}

.index_results .tit h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 110px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    float: left;
}

.index_results .tit i{
    font-size: 15px;
    float: right;
    width: 60px;
    line-height: 55px;
}

.index_results .tit i:hover{
    color: #e4000c;
}


.index_results .Slidebox{
    width: 100%;
    position: relative;
}
.index_results .Slidebox .prev,.index_results .Slidebox .next{
    display: inline-block;
    position: absolute;
    top: 35%;
    font-family: '宋体';
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 99;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.7);

}
.index_results .Slidebox .prev{
    left: 0
}
.index_results .Slidebox .next{
    right: 0;
}
.index_results .Slidebox .parBd{
    width: 1300px;
    overflow: hidden;
}

.index_results .Slidebox .parBd li{
    width: 268px;
    display: inline-block;
    margin-right: 20px;
}

.index_results .Slidebox .parBd li p{
    font-size: 15px;
    color: #444;
    line-height: 60px;
    text-align: center;
}

.friendship{
    margin-top: 40px;
}

.friendship h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 100%;
    height: 55px;
    background: #f4f4f4;
    line-height: 55px;
    text-indent: 24px;
}

.friendship .fir-link li{
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-top: 15px;
    margin-right: 20px;
}
.fir-link{

    padding-bottom: 30px;
    border: 1px solid #d2d2d2;
    margin-bottom: 60px;
    padding-left: 20px;
}
.friendship .fir-link li i{
    margin: 0 20px;
}


.footer{
    width: 100%;
    background: #2a2a2a;
    text-align: center;
    padding-bottom: 40px;
}

.footer .foot-nav{
    padding: 40px 0;
}
.footer .foot-nav li{
    display: inline-block;
    font-size: 16px;
    color: #d2d2d2;
}
.footer .foot-nav li i{
    margin: 0 33px;
}

.footer .text-box{
    font-size: 15px;
    color: #d2d2d2;
    line-height: 32px;
}
.footer .ga{
	padding-left:25px;
	background:url(../images/ga.png) no-repeat left center;
	margin-left:10px;
}



/*environment*/

.inc-banner{
}

.inc-column{
    margin:60px 0 90px;
}

.inc-column .sidebar{
    width: 275px;
    float: left;
}
.title{
    width: 275px;
    height: 100px;
    background: url("../images/sidebar-h-bg.jpg") no-repeat center center;
}
.title h3{
    font-size: 26px;
    color: #fff;
    text-indent: 24px;
    padding-top: 20px;
}

.title p{
    font-size: 14px;
    color: #fff;
    text-indent: 24px;
    padding-top: 5px;
    text-transform: uppercase;
}
.inc-column .sidebar .side-link{
    background: #fff;
    padding-bottom: 20px;
}

.inc-column .sidebar .side-link li{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #444;
    text-indent: 24px;
    background: url("../images/side.png") no-repeat right 20px center;
    background-size: 7px 13px;
    margin-top: 5px;
}

.inc-column .sidebar .side-link li.on,.inc-column .sidebar .side-link li:hover{
    color: #fff;
    background: #e4000c url("../images/side2.png") no-repeat right 20px center;
}
.inc-column .sidebar .side-link li a{
    display: block;
}

.inc-con{
    background: #fff;
}

.inc-con .img_box{
    width: 274px;
    height: 137px;
    overflow: hidden;
}


.inc-con .text-box{
    padding: 0 0 40px 24px;
}

.inc-con .text-box .text{
    font-size: 14px;
    color: #444;
    line-height: 28px;
    padding: 20px 0;
}

.inc-con .text-box i{
    color: #e4000c;
    font-size: 15px;
    font-weight: bold;
}


.inc-content{
    width: 906px;
    float: right;
    background: #fff;
}
.inc-content .inc-list{
    padding: 0 30px;
}
.title2{
    padding-top: 30px;
}

.title2 h3{
    width: 230px;
    font-size: 24px;
    color: #444;
    float: left;
    text-indent: 24px;
    position: relative;
}
.title2 h3:after{
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    margin: auto;
    width: 4px;
    height: 26px;
    background: #e4000c;
}
.title2 .address{
    width: 195px;
    float: right;
    font-size: 14px;
    color: #666;
}


.inc-content .inc-list .environ{
    margin-top: 40px;
}


.inc-content .inc-list .environ .list-box{
    width: 260px;
    display: inline-block;
    float: left;
    margin-right: 30px;

}

.inc-content .inc-list .environ .list-box .img_box{
    width: 260px;
    height: 200px;
    overflow: hidden;
}

.inc-content .inc-list .environ .list-box p{
    line-height: 60px;
    font-size: 15px;
    color: #444;
    text-align: center;
}

.inc-content .inc-list .environ .list-box:nth-child(3n){
    margin-right: 0;
}


.pages{


    text-align: center;
    margin: 40px  70px;
    
}

.pages a{

    padding: 0 10px;
    font-size: 15px;
    color: #444;
}

.pages a.on,.pages a:hover{
    color: #e4000c;
}




/*results*/

.inc-content .inc-list .results{
    margin-top: 40px;
}


.inc-content .inc-list .results .list-box{
    width: 268px;
    display: inline-block;
    float: left;
    margin-right: 20px;

}

.inc-content .inc-list .results .list-box .img_box{
    width: 268px;
    height: 176px;
    overflow: hidden;
	border:1px solid #e5e5e5;
}

.inc-content .inc-list .results .list-box p{
    line-height: 60px;
    font-size: 15px;
    color: #444;
    text-align: center;
}

.inc-content .inc-list .results .list-box:nth-child(3n){
    margin-right: 0;
}

.inc-content .inc-list .com{
    margin-bottom: 60px;
}

.inc-content .inc-list .com .text-box{
    padding: 20px 0 20px;
}


.inc-content .inc-list .com .text-box .text{
    font-size: 15px;
    color: #444;
    line-height: 30px;
}

.inc-content .inc-list .com h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 100%;
    height: 45px;
    background: #f4f4f4;
    line-height: 45px;
    text-indent: 12px;
    margin-bottom: 20px;
}

.com .Slidebox{
    width: 100%;
    position: relative;
}
.com .Slidebox .prev,.com .Slidebox .next{
    display: inline-block;
    position: absolute;
    top: 35%;
    font-family: '宋体';
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 99;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.7);

}
.com .Slidebox .prev{
    left: 0;
}
.com .Slidebox .next{
    right: 0;
}
.com .Slidebox .parBd{
    width: 100%;
    overflow: hidden;
}
.com .Slidebox .parBd .tempWrap{
    text-align: center;
    margin: 0 auto;
    width:906px !important;
}

.com .Slidebox .parBd ul{
    width:906px !important;
}
.com .Slidebox .parBd li{
    width: 268px;
    display: inline-block;
    margin-right: 21px;
}
.com .Slidebox .parBd li .img_box{
    width: 268px;
    height: 179px;
    overflow: hidden;
}

.com .Slidebox .parBd li .img_box img{
     width: 268px;
    height: 179px;
}
.com .Slidebox .parBd li p{
    font-size: 15px;
    color: #444;
    line-height: 60px;
    text-align: center;
}


.inc-content .inc-list .honor{
    margin: 30px 0 40px;
}


.inc-content .inc-list .honor .list-box{
    width: 260px;
    display: inline-block;
    margin-right: 30px;
    float: left;
	
}

.inc-content .inc-list .honor .list-box .img_box{
    width: 260px;
    height: 372px;
    overflow: hidden;
	border:1px solid #e5e5e5;
}


.inc-content .inc-list .honor .list-box p{
    text-align: center;
    font-size: 15px;
    color: #444;
    line-height: 60px;
}

.inc-content .inc-list .honor .list-box:nth-child(3n){
    margin-right: 0;
}
.inc-content .inc-list .honor .list-box a{display: block;}

.inc-content .inc-list .contact{
    margin: 40px 0 40px;
}

.inc-content .inc-list .contact .text-box{
    width: 560px;
    float: left;
}

.inc-content .inc-list .contact .text-box .text{
    font-size: 15px;
    color: #444444;
    line-height: 30px;
}

.inc-content .inc-list .contact .code{
    width: 140px;
    height: 140px;
    float: right;
    background: #e4000c;
}

.inc-content .inc-list .map-box{
    width: 100%;
    height: 422px;
    overflow: hidden;
    margin-bottom: 60px;
}

.inc-content .inc-list .download{
    margin: 60px 0 122px;
}
.inc-content .inc-list .download .list-box {
    height: 75px;
    border-bottom: 1px solid #d2d2d2;
}
.inc-content .inc-list .download .list-box p{
    font-size: 16px;
    color: #444;
    width: 550px;
    float: left;
    line-height: 75px;

}

.inc-content .inc-list .download .list-box .down-btn{
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e4000c;
    border-radius: 30px;
    float: right;
    margin-top: 20px;
}

.inc-content .inc-list .download .list-box .down-btn a{
    display: block;
}



.inc-content .inc-list .inc-contact{
    margin: 40px 0;
}

.inc-content .inc-list .inc-contact .list-box{
    width: 100%;
    margin-bottom: 35px;
}

.inc-content .inc-list .inc-contact .list-box .img_box{
    width: 247px;
    height: 141px;
    overflow: hidden;
    float: left;
}

.inc-content .inc-list .inc-contact .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
}

.inc-content .inc-list .inc-contact .list-box .text-box{
    width: 560px;
    float: right;
    height: 140px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}

.inc-content .inc-list .inc-contact .list-box .text-box h3{
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}

.inc-content .inc-list .inc-contact .list-box .text-box em{
    font-size:15px;
    color: #666666;
}

.inc-content .inc-list .inc-contact .list-box .text-box .text{
    font-size:15px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
}

.inc-content .inc-list .inc-contact .list-box .text-box i{
    position: absolute;
    width: 30px;
    height: 1px;
    display: inline-block;
    left: 0;
    bottom: -1px;
    background: #ff0000;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}
.inc-content .inc-list .inc-contact .list-box:hover .text-box i{
    width: 100%;

}

.inc-content .inc-list .inc-contact .list-box:hover .text-box h3{
    color: #e4000c;
}
.inc-content .inc-list .inc-contact .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);
}

.inc-content .inc-list .messages{
    margin: 50px 0 84px;
}

.inc-content .inc-list .messages .apply{
    display: inline-block;
    width: 255px;
    margin-right: 37px;
}
.inc-content .inc-list .messages .apply:nth-child(3){
    margin-right: 0;
}
.inc-content .inc-list .messages .apply p{
    font-size: 15px;
    color: #404040;
    padding-bottom: 15px;
}

.inc-content .inc-list .messages .apply input{
    width: 255px;
    height: 40px;
    background: #eeeeee;
    font-size: 16px;
    text-indent: 12px;

}


.inc-content .inc-list .messages .apply2 p{
    font-size: 15px;
    color: #404040;
    padding:30px 0 15px;
}

.inc-content .inc-list .messages .apply2 textarea{
    width: 100%;
    height: 145px;
    background: #eeeeee;
    font-size: 16px;
    text-indent: 12px;

}

.inc-content .inc-list .messages .apply3{
    margin-top: 50px;
}

.inc-content .inc-list .messages .apply3 p{
    font-size: 16px;
    color: #333;
    width: 80px;
    height: 42px;
    line-height: 42px;
    float: left;

}

.inc-content .inc-list .messages .apply3 p i{
    color: #e4000c;
    padding-right: 5px;

}

.inc-content .inc-list .messages .apply3 .txt{
    width: 158px;
    height: 42px;
    color: #333;
    line-height: 42px;
    float: left;
    border: 1px solid #d2d2d2;
    font-size: 16px;
}

.inc-content .inc-list .messages .apply3 .img_box{
    width: 138px;
    height: 42px;
    float: left;
    margin: 0 30px 0 15px;
}


.inc-content .inc-list .messages .apply3 .btn{
    width: 155px;
    height: 42px;
    background: #313131;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}

.inc-content .inc-list .inc-contact{
    margin: 40px 0;
}

.inc-content .inc-list .inc-contact .list-box2{
    position: relative;
    border-bottom:1px solid #d2d2d2;
    margin-top: 30px;
}

.inc-content .inc-list .inc-contact .list-box2 h3{
    font-size: 18px;
    color: #333;
}

.inc-content .inc-list .inc-contact .list-box2 .text{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    padding: 20px 0;
}

.inc-content .inc-list .inc-contact .list-box2 i{
    position: relative;
    width: 30px;
    height: 1px;
    display: inline-block;
    left: 0;
    bottom: -3px;
    background: #ff0000;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}


.inc-content .inc-list .inc-contact .list-box2:hover i{
    width: 100%;

}

.inc-content .inc-list .inc-contact .list-box2:hover h3{
    color: #e4000c;
}


.inc-content .inc-list .bidding-views{

}

.inc-content .inc-list .bidding-views .tit{
    text-align: center;
    padding: 50px 0 30px;
}


.inc-content .inc-list .bidding-views .tit h3{
    font-size: 18px;
    color: #333;
}

.inc-content .inc-list .bidding-views .tit p{
    font-size: 15px;
    color: #666;
}

.inc-content .inc-list .bidding-views .text-box{

}

.inc-content .inc-list .bidding-views .text{
    font-size: 15px;
    color: #444444;
    line-height: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d2d2;
}


.inc-content .inc-list .views-link{
    padding: 20px 0 50px;
    text-align: center;

}

.inc-content .inc-list .views-link a{
    padding: 0 10px;
    font-size: 15px;
    color: #444;
}

.inc-content .inc-list .views-link a:hover{
    color: #e4000c;
}



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


.inc-content .inc-list .rec .con-text .left{
    width: 100%;
}

.inc-content .inc-list .rec .con-text .left .job .job_box .job_list .list_box{
    width: 100%;
    margin-top: 10px;

}

.inc-content .inc-list .rec .con-text .left .job .job_box .job_list .list_box .parhd{
    width: 100%;
    height: 50px;
    background: #eee;

}

.inc-content .inc-list .rec .con-text .left .job .job_box .job_list .list_box .parhd h3{
    font-size: 18px;

    line-height: 56px;
    text-indent: 30px;
}


.inc-content .inc-list .rec .con-text .left .job .job_box .job_list .list_box .parbd{
    padding: 30px 0;
    width: 100%;
    border: 1px solid #d2d2d2;
    display: none;
}


.inc-content .inc-list .rec .con-text .left .job .job_box .job_list .list_box .parhd.on,
.inc-content .inc-list .rec .con-text .left .job .job_box .job_list .list_box .parhd:hover{
    background: #e4000c;
    color: #fff;
}

.inc-content .inc-list .rec .con-text .left .job .job_box .job_list .list_box .parbd .text{
    font-size: 15px;
    color: #444444;
    line-height: 28px;
    padding-left: 30px;
}


.inc-content .inc-list .about{
    padding-bottom: 60px;
}

.inc-content .inc-list .about .text-box{
    margin: 30px 0;
}

.inc-content .inc-list .about .text-box .text{
    font-size: 15px;
    color: #444444;
    line-height: 28px;
}


.core_link {
    padding-bottom: 10px;
    background: #fff;
    }

.core_link .hd{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #444;
    text-indent: 24px;
    background: url(../images/side.png) no-repeat right 20px center;
    background-size: 7px 13px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;

}
.core_link .hd{
    background: #e4000c url("../images/side2.png") no-repeat right 20px center;
    color: #fff;
}
.core_link .bd{

    /*display: none;*/
}

.core_link .bd li{
    font-size: 15px;
    line-height: 50px;
    border-bottom: 1px dotted #d2d2d2;
    text-indent: 48px;
    background: url("../images/dian.png") no-repeat left 30px center;
        color: #444;
}
.core_link .bd li a{
    display: block;
}
.core_link .bd li.on,.core_link .bd li:hover{
    background: url("../images/dian2.png") no-repeat left 30px center;
    color: #e4000c;
}