﻿


/***
-----------------------------
common
----------------------------
**/
body{
    overflow-x: hidden;
}
.eng{
    font-family: Arial;
}
.u-wrap{
    width: 100%;
    min-width: 990px;
}

.u-box{
    width: 990px;
    margin: 0 auto;
}

.header{
    position: relative;
    height: 94px;
    z-index: 10000000;
}
.header .top-line{
    height: 2px;
    background: #000;
}

.header .top-line .orange-line{
    position: relative;
    right: 50%;
    margin-right: 265px;
    height: 2px;
    background: #f08200;
}
.header .head{
    height: 92px;
}
.header .head .logo{
    float: left;
    display: block;
    margin-top: 30px;
    width: 218px;
    height: 30px;
    background: url("../img/logo.png") no-repeat;
}
.header .head .search{
    float: right;
    margin-top: 34px;
    height: 28px;
    background: url("../img/sprite.png") no-repeat -43px -11px;
}
.header .head .search input{
    float: left;
    padding: 5px;
    width: 120px;
    height: 14px;
    border: 0;
    background: none;
}
.header .head .search button{
    width: 28px;
    height: 28px;
    background: none;
}
.header .nav-wrap{
    position: absolute;
    top: 100%;
    left: 0;
    height: 70px;
    background: url("../img/nav-bg.png");
}
.u-nav{

}
.u-nav ul{

}
.u-nav .nav1-li{
    float: left;
    position: relative;
    width: 141px;
    height: 70px;
    background: url("../img/sprite.png") no-repeat 151px 23px;
}
.u-nav .nav1-a{
    display: block;
    font: bold 14px 'Microsoft Yahei';
    line-height: 70px;
    text-align: center;
    color: #FFF;
}
.u-nav .nav1-li i{
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
    opacity: 0.46;
    filter: alpha(opacity=46);

}
.u-nav .nav1-li:hover i{
    display: block;
}
.u-nav .nav1-li:hover .nav2{
    display: block;
}
.u-nav .nav2{
    display: none;
    position: absolute;
    top: 100%;
    left:-12px;
    width: 165px;
    padding: 9px 0;
    border-radius: 4px;
    background: url("../img/nav2-bg.png");
}
.u-nav .nav2 li{
    margin-top: 4px;
}
.u-nav .nav2 li:first-child{
    margin-top: 0;
}
.u-nav .nav2 a{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #4e4e4e;
    background: url("../img/nav2-a.png") no-repeat -1000px -1000px;
}
.u-nav .nav2 a:hover{
    color: #f6f6f6;
    background: url("../img/nav2-a.png") repeat;
}
.footer{
    background: #f6f6f6;
}
.footer .footer-nav{
    position: relative;
    padding: 40px 0 18px 130px;
    width: 860px;
    height: 135px;
}
.footer-nav .f-keer{
    position: absolute;
    top: 40px;
    left: 5px;
    font-size: 14px;
    color: #4b475e;

}
.footer-nav .f-keer h3{
    font: 24px Arial;
}
.footer-nav dl{
    float: left;
    padding-left: 15px;
    width: 127px;
    height: 136px;
    font-size: 14px;
    line-height: 18px;
    color: #4b475e;
    border-left: 1px solid #dedede;
}
.footer-nav dt{
    margin-bottom: 18px;
}
.footer-nav dt span{
    display: block;
    text-transform: uppercase;
}
.footer-nav dd{

}
.footer-nav a{
    font-size: 14px;
    line-height: 22px;
    color: #4b475e;
}
.footer-nav a:hover{
    color: #1a389a;
}
.footer-bottom{
    position: relative;
    padding-top: 25px;
    height: 58px;
    background: #e9e9e9;
}
.footer-bottom .u-box{
    position: relative;
}
.footer-bottom a{
    color: #666;
}
.footer-bottom a:hover{
    color: #1a389a;
}
.footer-bottom .copycight{
    margin-top: 5px;
    color: #999;

}
.footer-bottom .boc{
    position: absolute;
    right: 0;
    top: 10px;
}
.footer-bottom .boc a{

}

.u-banner{
    height: 412px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #88c4fb;
}
.u-banner .banner-word{
    color: #005ed0;
}
.u-banner .banner-word *{
    visibility: hidden;
}
.u-banner .banner-word h1{
    position: relative;
    font-size: 40px;
    padding-top: 180px;
    margin-bottom: 15px;
}
.u-banner .banner-word h2{
    font-size: 30px;
    margin-bottom: 10px;
}
.u-banner .banner-word .eng{
    font-size: 14px;
    text-transform: uppercase;
}

.u-nav2{
    margin-top: 34px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #eaeaea;
}

.u-nav2 li{
    float: left;
    width: 130px;
    margin-right: 4px;
    background: #8a8a8a;
    transition: all 0.2s;
}
.u-nav2 li.active, .u-nav2 li:hover{
    background: #186eb6;
}
.u-nav2 ul a{
    display: block;
    text-align: center;
    line-height: 34px;
    color: #FFF;
}
.u-nav2 .link2 span{
    color: #0959a3;
}
.u-nav2 .link2 .link-index{
    padding-left: 21px;
    background: url("../img/sprite.png") no-repeat -1px -186px;
}
.u-nav2 .link2 a{
    color: #666;
}
.u-nav2 .link2 a:hover{
    color: #0959a3;
}

/***
-----------------------------
common  end
----------------------------
**/


/***
-----------------------------
welcome
----------------------------
**/
.banner{
    position: relative;
    height: 750px;
}
.banner li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.banner li:first-child{
    z-index: 2;
}
.banner li a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.w-word{
    position: absolute;
    z-index: 1000000;
    top: 300px;
    left: 50%;
    margin-left: -495px;
    font-family: Simhei;
    color: #2b3e73;
}
.w-word .line{
    width: 63px;
    height: 2px;
    background: #FFF;
}
.w-word .ch{
    margin-top: 24px;
    margin-bottom: 22px;
    font-size: 50px;

}
.w-word .ch .orange-word{
    color: #f89116;
}
.w-word .eng{
    font-size: 28px;
    font-family: Arial;
    letter-spacing: -2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.w-word .more{
    display: block;
    width: 120px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    background: #1a56ad;
}

.w-link-box{
    position: absolute;
    z-index: 1000000;
    height: 183px;
    top: 661px;
    overflow: hidden;
}
.w-link-box .u-box{
    position: relative;
    z-index: 2;
    height: 183px;
}
.w-link-box .dl-box{
    float: left;
    width: 250px;
    height: 183px;
    background: #FFF;
}
.w-link-box dl{
    width: 250px;
    color: #1a389a;
}
.w-link-box dt{
    padding-left: 14px;
    font-size: 15px;
    line-height: 36px;
}
.w-link-box dt .eng{
    font-size: 14px;
    color: #999;
}

.w-link-box dd{
    position: relative;
    padding-left: 14px;
    width: 230px;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
}
.w-link-box dd.active, .w-link-box dd:hover{
    background: #1a389a;
    color: #FFF;
}
.w-link-box dd.active i{
    display: block;
}
.w-link-box dd i{
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: -24px;
    background: #fa941a url("../img/sprite.png") no-repeat -2px -63px;
}
.w-link-box dd .eng{
    color: #999;
}
.w-link-box .bg1{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    right: 50%;
    width: 50%;
    background: #000;
    opacity: 0.33;
    filter: alpha(opacity=33);
}
.w-link-box .bg2{
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-left: 250px;
    background: #000;
    opacity: 0.56;
    filter: alpha(opacity=56);
}

.link-detail{
    width: 498px;

    height: 183px;
}
.link-detail img{
    width: 253px;
    height: 183px;
}
.link-detail .link-msg{
    padding: 27px 55px 0 19px;
    width: 171px;
    height: 155px;
    color: #FFF;
    background: url("../img/link-detail.png");
}
.link-detail .link-msg h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.link-detail .link-msg p{
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 25px;
}
.link-detail .link-msg a{
    padding: 0 18px 0 8px;
    display: block;
    width: 56px;
    font-size: 14px;
    line-height: 22px;
    background: url("../img/sprite.png") no-repeat 63px -113px;
    color: #FFF;
    border: 1px solid #FFF;
}
.banner-pointer{
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: right;
}
.banner-pointer span{
    display: inline-block;
    margin-right: 5px;
    width: 7px;
    height: 8px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat -3px -151px;
}
.banner-pointer span.active{
    background-position: -17px -151px;
}
/***
-----------------------------
welcome end
----------------------------
**/
/***
-----------------------------
about
----------------------------
**/


.about-banner{
    background-image: url("../img/about-banner.jpg");
}
.about-banner *{
    color: #FFF!important;
}
.about-content{
    position: relative;
    padding-top: 40px;
    line-height: 24px;
    color: #666;
    padding-bottom: 40px;
    font-family: "Microsoft Yahei";
    overflow: hidden;
}
pre{
    font-family: "Microsoft Yahei";
}

.about-content .img-box{
    float: left;
    margin-right: 18px;
    width: 270px;
    height: 385px;
    padding: 5px;
    box-shadow: 0 0 3px #ddd;
}
.about-content .img-box img{
    max-width: 270px;
    max-height: 385px;
}
.h3{
    margin-bottom: 10px;
}
.h3 .ch{
    font-size: 24px;
    line-height: 40px;
    color: #0959a3;
}
.h3 .eng{
    line-height: 12px;
    color: #3383ce;
}

.honor-list{
    margin-bottom: 30px;
    width: 1050px;
    overflow: hidden;
}
.honor-list li{
    float: left;
    width: 314px;
    height: 187px;
    margin-right: 24px;
}
.honor-list li img{
    width: 100%;
    height: 100%;
}

.pro-honor-wrap{
    padding-top: 27px;
    background: #f9f9f9;
}
.pro-honor-wrap .u-box{
    margin-top: 0;
}

#map{
    height: 400px;
}
.year-wrap{
    position: absolute;
    z-index: 10;
    top: 625px;
    left: 50%;
    margin-left: -495px;
    padding: 25px 0;
    height: 26px;
    background: #FFF;
    overflow: hidden;
}
.year-wrap.fixed{
    position: fixed;
    top: 0;
}
.year-wrap .prev,.year-wrap .next{
    width: 26px;
    height: 26px;
    margin-right: 1px;
    cursor: pointer;
    background: #064880 url("../img/sprite.png") no-repeat -1px -221px;
}
.year-wrap .year-box{
    display: inline-block;
    max-width: 900px;

    overflow: hidden;
}
.year-wrap .year-box .year-list{
    width: 10000px;
}
.year-wrap .year-box .year-list li{
    float: left;
    padding-left: 9px;
    margin-right: 1px;
    width: 65px;
    line-height: 26px;
    color: #FFF;
    cursor: pointer;
    background: #186eb6 url("../img/sprite.png") no-repeat 46px -381px;
}
.year-wrap .next{
    background-position: 1px -272px;
}
.about-content .chronicle-list{
    position: relative;
    top: 140px;
    margin-bottom: 140px;
}
.about-content .chronicle-list .line{
    position: absolute;
    width: 3px;
    height: 100%;
    background: #eaeaea;
    left: 86px;
    top: 0;
}
.about-content .chronicle-list ul{

}
.about-content .chronicle-list li{
    position: relative;
    margin-bottom: 52px;
    line-height: 20px;
    overflow: hidden;
}
.about-content .chronicle-list .year{
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -10px;
    font: bold 16px Arial;
    line-height: 20px;
    color: #186eb6;
}
.about-content .chronicle-list i{
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 80px;
    margin-top: -7px;
    background: url("../img/sprite.png") no-repeat -6px -338px;
}
.about-content .chronicle-list .chronicle{
    position: relative;
    display: inline-block;
    left: 116px;
    padding: 15px 15px 15px 23px;
    background: #f1f4f9;
    border-radius: 4px;
    transition: all 0.2s;
}
.about-content .chronicle-list .chronicle:before{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -16px;
    content: ' ';
    display: block;
    border-width: 8px;
    border-color: transparent #f1f4f9 transparent transparent;
    border-style: solid;
    transition: all 0.2s;
}
.about-content .chronicle-list .chronicle:hover,.about-content .chronicle-list .active .chronicle{
    color: #FFF;
    background: #186eb6;
}
.about-content .chronicle-list .chronicle:hover:before,.about-content .chronicle-list .active .chronicle:before{
    border-color: transparent #186eb6 transparent transparent;
}
/***
-----------------------------
about  end
----------------------------
**/


/***
-----------------------------
product
----------------------------
**/
.product-banner{
    background-image: url("../img/product-banner.jpg");
}
.product-content{
    margin-top: 50px;
    line-height: 24px;
    color: #666;
    padding-bottom: 40px;
    overflow: hidden;
}
.product-content .img-box{
    float: left;
    margin-right: 18px;
    width: 232px;
    height: 285px;
    padding: 5px;
    box-shadow: 0 0 3px #ddd;
}
.product-content .img-box img{
    max-width: 232px;
    max-height: 285px;
}
.product-content h5{
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    color: #186eb6;
}

.img1-box{
    position: relative;
    width: 930px;
    height: 328px;
}
.img1-box div{
    position: absolute;
    overflow: hidden;
}
.img1-box div img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.img1-box .d1{
    top: 0;
    left: 0;
    width: 235px;
    height: 328px;
}

.img1-box .border-box{
    z-index: 2;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #FFF;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.img1-box .d2{
    left: 255px;
    top: 0;
    width: 428px;
    height: 328px;
}

.img1-box .d3{
    right: 0;
    top: 0;
    width: 236px;
    height: 158px;
}

.img1-box .d4{
    right: 0;
    bottom: 0;
    width: 236px;
    height: 158px;
}

.img1-box .d5{
    z-index: 2;
    left: 255px;
    bottom: 0;
    width: 185px;
    height: 115px;
    border-top: 10px solid #FFF;
    border-right: 10px solid #FFF;
}

.img2{
    padding: 50px 0;
    position: relative;
}
.fz-name{
    position: absolute;
    left: 75px;
    top: 193px;
    width: 800px;
    height: 38px;
}
.fz-name li{
    position: absolute;
    top: 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 36px;
    color: #FFF;
    border: 1px solid #FFF;
    transition: all 0.3s;
    cursor: default;
}
.fz-name li:hover{
    color: #186eb6;
}
.fz-name .fz1{
    left: 0;
}
.fz-name .fz2{
    left: 295px;
}
.fz-name .fz3{
    left: 600px;
}
.img-box2{
    padding: 5px;
    width: 270px;
    height: 192px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #ddd;
}
.img-box2 img{
    width: 270px;
    height: 192px;

}
.pro-wrap{
    padding-top: 30px;
    height: 480px;
    background: #f2f2f2;
}
.pro-wrap .u-box{
    position: relative;
}
.pro-wrap .prev, .pro-wrap .next{
    position: absolute;
    top: 232px;
    width: 33px;
    height: 57px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat;
}
.pro-wrap .prev{
    left: 0;
    background-position: -349px -4px;
}
.pro-wrap .next{
    right: 0;
    background-position: -436px -4px;
}
.pro-wrap .loop-list{
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -443px;
    width: 886px;
    height: 280px;
    overflow: hidden;
}
.pro-wrap .loop-list li{
    position: absolute;
    border: 4px solid #FFF;
    box-shadow: 0 0 10px #333;
}
.pro-wrap .loop-list li img{
    display: block;
    width: 100%;
    height: 100%;
}

.link-other{
    position: absolute;
    z-index: 1000000;
    right: 0;
    top: 42px;
    padding-left: 5px;
    width: 190px;
    line-height: 30px;
    color: #FFF;
    background: url("../img/sprite.png") no-repeat -76px -100px;
}
.link-other2{
    position: absolute;
    z-index: 1000000;
    right: 0;
    top: 42px;
    width: 120px;
    line-height: 30px;
    color: #FFF;
    background: #2778bb;
}
.link-other2 a{
    display: block;
    color: #FFF;
    padding-left: 15px;
    line-height: 30px;
}
.link-other ul{
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    width: 195px;
}
.link-other li{
    color: #2778bb;
}
.link-other a{
    display: block;
    padding-left: 5px;
    color: #FFF;
    line-height: 30px;
    background: url("../img/sprite.png") no-repeat -76px -140px;
}
.link-other a:hover{
    color: #2778bb;
    background: url("../img/sprite.png") no-repeat -75px -189px;
}
/***
-----------------------------
product  end
----------------------------
**/


/***
-----------------------------
culture
----------------------------
**/
.culture-banner{
    background-image: url("../img/culture-banner.jpg");
}
.culture-content{
    position: relative;
    padding: 50px 0;
    line-height: 24px;
    overflow: hidden;
}
.culture-content h5{
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    color: #186eb6;
}

.culture-list{
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 4px solid #eaeaea;
    width: 1050px;
    overflow: hidden;

}
.culture-list li{
    float: left;
    width: 314px;
    height: 187px;
    margin-right: 24px;
}
.culture-list li img{
    width: 100%;
    height: 100%;
}

.alpha-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0!important;
    background: #000;
    transition: all 0.2s;
}


.party-list li{
    float: left;
    margin-right: 30px;
    margin-bottom: 32px;
    width: 300px;
    height: 236px;
    border-bottom: 1px dashed #999;
    cursor: pointer;
}
.party-list .img-box{
    position: relative;
    height: 200px;
}
.party-list .img-box img{
    width: 100%;
    height: 100%;
}
.party-list .img-box .alpha-bg{
    top: 160px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.party-list li:hover .alpha-bg{
    top: 0;
}
.party-list .img-box .icon{
    position: absolute;
    z-index: 3;
    width: 18px;
    height: 18px;
    top: 172px;
    left: 50%;
    margin-left: -9px;
    background: url("../img/sprite.png") no-repeat -4px -426px;
    transition: all 0.2s;
}
.party-list li:hover .icon{
    top: 50%;
    margin-top: -9px;
}
.party-list div{
    overflow: hidden;
}
.party-list h6{
    float: left;
    line-height: 36px;
    color: #000;
}
.party-list .date {
    float: right;
    line-height: 36px;
    color: #999;
}
.pagination{
    margin: 45px auto 0 auto;
    text-align: center;
}
.pagination a{
    display: inline-block;
    min-width: 18px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    color: #86aedc;
    transition: all 0.2s;
    background: #FFF;
    padding-bottom: 0 2px;
    margin: 0 2px;
}
.pagination a:hover{
    color: #FFF;
    background: #0064ac;
    border-color: #0064ac;
}
.pagination .prev,.pagination .prev:hover{
    border-color: #CCC;
    background: #FFF url("../img/sprite.png") no-repeat -4px -473px;
}
.pagination .next,.pagination .next:hover{
    border-color: #CCC;
    background: #FFF url("../img/sprite.png") no-repeat -4px -533px;
}


.show-box{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100000000;
    width: 100%;

}
.show-box.active{
    display: block;
}
.show-box .big-img{
    position: absolute;
    top: 83px;
    left: 50%;
    margin-left: -440px;
    z-index: 5;
    width: 868px;
    height: 570px;
    border: 6px solid #FFF;
}
.show-box .big-img .j-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: #FFF url("../img/j-close.png") no-repeat center;
    cursor: pointer;
}
.show-box .big-img img{
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.show-box .big-img .msg-box{
    position: absolute;
    padding: 0 20px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    color: #FFF;
    background: url("../img/black_bg.png");
}
.show-box .big-img .msg-box h4{
    font-size: 18px;
    line-height: 66px;
}
.show-box .big-img .msg-box .msg{
    line-height: 20px;
}
.show-box .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.68;
    filter: alpha(opacity=68);
}
/***
-----------------------------
culture  end
----------------------------
**/


/***
-----------------------------
recruit
----------------------------
**/
.recruit-banner{
    background-image: url("../img/recruit-banner.jpg");
}
.recruit-content{
    min-height: 500px;
    padding-top: 35px;
    color: #666;
}
.recruit-content .r-word{
    line-height: 36px;
}
.recruit-content .slogan{
    font-size: 18px;
    color: #186eb6;
}
.recruit-content .red{
    color: #f00;

}
.recruit-content .recruit-list{
    text-align: center;
    border-top: 3px solid #e0e3e5;
    border-bottom: 3px solid #e0e3e5;
    margin-bottom: 80px;
}
.recruit-content .recruit-list thead td{
    font-size: 14px;
    height: 48px;
    color: #186eb6!important;
    transition: all 0.2s;
}
.recruit-content .recruit-list tbody tr{
    line-height: 42px;
    transition: all 0.2s;
}
.recruit-content .recruit-list tbody .tr0{
    background: #f6f6f6;
}
.recruit-content .recruit-list tbody .tr1{

}
.recruit-content .recruit-list .td1{
    padding-left: 27px;
    width: 416px;
    text-align: left;
}
.recruit-content .recruit-list .td2{
    width: 117px;
}
.recruit-content .recruit-list .td3{
    width: 107px;
}
.recruit-content .recruit-list .td4{
    padding-left: 38px;
    text-align: left;
    width: 151px;
}
.recruit-content .recruit-list .td5{
    width: 135px;
}
.recruit-content .recruit-list tbody tr:hover{
    color: #FFF!important;
    background: #186eb6;
}
.recruit-content .recruit-list tbody tr a{
    color: #666;
}
.recruit-content .recruit-list tbody tr:hover a{
    color: #FFF!important;
}

.recruit-content .recruit-list .td5 a{

}


.r-banner-box{
    position: relative;
    top: 70px;
    width: 951px;
    height: 450px;
    padding-bottom: 100px;
}
.r-banner-box .rb{
    position: absolute;
    z-index: 1;
}
.r-banner-box .rb li{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.r-banner-box .rb li:first-child{
    z-index: 1;
}
.r-banner-box .rb li img{
    width: 100%;
    height: 100%;
}
.r-banner-box .rb1{
    top: 0;
    left: 0;
    width: 315px;
    height: 403px;
}
.rb2,.rb3,.rb4,.rb5{
    width: 315px;
    height: 200px;
}
.r-banner-box .rb2{
    top: 0;
    right: 0;
}

.r-banner-box .rb3{
    left: 318px;
    top: 203px;
}

.r-banner-box .rb4{
    right: 0;
    top: 203px;
}

.r-banner-box .msg-box{
    z-index: 5;
    top: 0;
    left: 318px;
    color: #FFF;
    background: #186eb6;
}
.r-banner-box .msg-box h6{
    padding-left: 26px;
    padding-top: 32px;
    margin-bottom: 6px;
}
.r-banner-box .msg-box .eng{
    padding-left: 26px;
    margin-bottom: 25px;
}
.r-banner-box .msg-box p{
    padding-left: 26px;
    font-size: 14px;
    line-height: 24px;
}
.r-banner-box .msg-box i{
    display: block;
    position: absolute;
    border-width: 12px;
    border-style: solid;
}
.r-banner-box .msg-box .i1{
    left: -24px;
    top: 50%;
    margin-top: -12px;
    border-color: transparent #186eb6 transparent transparent;
}
.r-banner-box .msg-box .i2{
    right: -24px;
    top: 50%;
    margin-top: -12px;
    border-color: transparent transparent transparent #186eb6;
}
.r-banner-box .msg-box .i3{
    bottom: -24px;
    left: 50%;
    margin-top: -12px;
    border-color:  #186eb6 transparent transparent transparent;
}
.r-banner-box .pointer{
    position: relative;
    top: 425px;
    text-align: center;
}
.r-banner-box .pointer .active,.r-banner-box .pointer span:hover{
       background: #186eb6;
}
.r-banner-box .pointer span{
    display: inline-block;
    width: 25px;
    height: 10px;
    background: #a2a2a2;
    cursor: pointer;
}
/***
-----------------------------
recruit  end
----------------------------
**/


/***
-----------------------------
news
----------------------------
**/
.news-banner{
    background-image: url("../img/news-banner.jpg");
}
.tend-banner{
	background-image: url("../img/tend-banner.jpg");
}
.news-content{
    padding-top: 40px;
    padding-bottom: 52px;
}
.news-content .first-news{
    position: relative;
    padding-left: 290px;
    padding-bottom: 40px;
    height: 215px;
    border-bottom: 1px solid #eaeaea;
}
.news-content .first-news .img-box{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    width: 270px;
    height: 192px;
    box-shadow: 0 0 3px #ddd;
    cursor: pointer;
}
.news-content .first-news .img-box img{
    width: 270px;
    height: 192px;
}
.news-content .first-news h3{
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 8px;
    color: #186eb6;
    cursor: pointer;
}
.news-content .first-news .date{
    color: #aeaeae;
    margin-bottom: 18px;
}
.news-content .first-news .brief{
    line-height: 24px;
    height: 96px;
}
.news-content .first-news .more{
    position: absolute;
    display: block;
    right: 0;
    bottom: 40px;
    width: 102px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: #186eb6;
    color: #FFF;

}
.news-content .news-list{
    margin-top: 25px;
    overflow: hidden;
}
.news-content .news-list li{
    position: relative;
    padding-left: 18px;
    height: 44px;
    border-bottom: 1px dashed #eaeaea;
}
.news-content .news-list li:before{
    position: absolute;
    top: 18px;
    left: 5px;
    content: ' ';
    display: block;
    border-width: 4px;
    border-color: transparent transparent transparent #186eb6;
    border-style: solid;
}
.news-content .news-list a.fl{
    color: #444;
    line-height: 44px;
}
.news-content .news-list a.fr{
    color: #aeaeae;
    line-height: 44px;
}
.news-content .news-list li:hover a.fl{
    color: #186eb6;
}

.news-detail{
    padding: 20px 0 60px 0;
}
.news-detail h2{
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #005ed0;
}
.news-detail .date{
    line-height: 24px;
    text-align: center;
    color: #CCC;
}
.news-detail .content{
    padding: 50px 0;
    line-height: 24px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.news-detail .detail-bottom{
    padding: 20px;
    position: relative;
}
.news-detail .detail-bottom a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666;

}
.news-detail .detail-bottom a:hover{
    color: #005ed0;
}
.news-detail .detail-bottom .return{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0 10px;
    color: #FFF;
    background: #005ed0;
}
.news-detail .detail-bottom .return:hover{
    color: #FFF;
}
/***
-----------------------------
news  end
----------------------------
**/



/***
-----------------------------
css3
----------------------------
**/

.anit{
    visibility: hidden;
}


/* 人才招聘 */
#spred {
    color:#F00;
}
.joinus_tb {
    border:1px solid #E2E2E2;
    border-width: 0 0 1px 1px;}
.joinus_tb tr td {
    padding: 5px;
    border:1px solid #E2E2E2;
    border-width:1px 1px 0 0;
}
.joinus_tb tr td {
	line-height: 1.8;
}
.joinus_tb .feedback_input {
    width: 120px;
    height: 18px;
    padding: 5px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
}
.joinus_tb .error {
    width: 120px;
    height: 18px;
    padding: 5px;
    line-height: 18px;
    color: #666;
    border: 1px solid #D70128;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
}

#map{
    float: right;
    width: 587px;
    height: 420px;
}
.map-txt{
    width: 390px;
    float: left;
}
.map-txt h2{
    font-size: 14px;
    font-weight: normal;
}
.map-txt h3{
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 14px;
}
.map-txt h4{
    font-size: 16px;
    font-weight: normal;
}