@charset "UTF-8";
*,
::before,
::after {
    margin: 0;
    padding: 0;
    -webkit-tap-hightlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Miscrosoft Yahei", "微软雅黑", sans-serif; /*手机端浏览器默认字体*/
    color: #666666;
    background-color: #fff;
    min-width: 940px;
}

a {
    text-decoration: none;
    color: #191616;
}

img {
    border: none;
    outline: none;
}

.fl {
    float: left;
    position: relative;
}

.fr {
    float: right;
}

ul {
    list-style: none;
}

input, textarea, select {
    border: none;
    resize: none;
    -webkit-appearance: none; /*清除浏览器默认样式*/
    vertical-align: middle;
}

input, textarea {
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background-color: transparent;
    padding: 9px 5% 9px 10px;
}

select::-ms-expand {
    display: none;
}

.clear-fix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin-top: 0px;
    overflow: hidden;
}
.font-blue{
    color:rgb(30, 80, 174);
}
.font-gray{
    color: #999 !important;
}
.font-normal{
    color: #666 !important;
}
.t-center{
    text-align: center;
}
/*首页*/
.header{
    margin:5px 0 ;
}
.webHeaderZone{
    width:1200px;
    margin: 0 auto;
}
.corpTitle{
    font-size: 32px;
    font-weight: bold;
    color:rgb(204, 204, 204);
	line-height:80px;
}
.navMainContent>li{
    float: left;
    padding: 0 20px;

}
.navMainContent>li>a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #2b2b2b;
}
.navMainContent>li.active>a,.navMainContent>li>a:hover{
    color:#1e50ae;

}
.main-con{
    width: 1200px;
    margin: 0 auto;
}
.main-con>.left-box{
    float: left;
    width: 880px;
    margin-right: 38px;
}
.main-con>.right-box{
    float: right;
    width: 272px;
}
.panel-title{
    line-height: 44px;
    padding-left: 20px;
    position: relative;
    color: #333333;
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
}
.panel-title>span{
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #1E50AE;
    position: absolute;
    left: 6px;
    top:13px;
}
.panel-con{
    padding: 10px 0;
}

.img-box{
    display: inline-block;
    width: 420px;
    margin-right: 15px;
}

.nav-con{
    width: 440px;
    display: inline-block;
    vertical-align: top;
}
.img-box .img-con{
    height: 280px;
    margin-bottom: 20px;
    position: relative;
}
.img-box .img-con>img{
    width: 100%;
    height: 100%;
}
.image-show-name{
    position: absolute;
    display: block;
    z-index: 2;
    line-height: 30px;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
    /*    fiter: alpha(opacity=70);*/
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    height: 30px;
    padding: 0 10px;
}
.nav-list>li{
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #f0f0f0;
    margin:0 8px ;
    cursor: pointer;
}
.nav-list>li.active,.nav-list>li:hover{
    background-color: #1e50ae;
    color: #fff;
}
.tab-nav{
    height: 80px;
}
.tab-content>div{
    display: none;
}
.tab-content>div.active{
    display: block;
}
.news-list>li{
    border-bottom: 1px dashed #e5e5e5;
    line-height: 48px;
    height: 48px;
    padding-left:26px;
    background: url(../images/index/lis.gif) no-repeat left center;
	list-style:none;
	margin-left:0px;
}
.news-list>li.last{
    border-bottom:none;
}
.news-list>li>a{
    color: #666666;
    float: left;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list>li>a:hover{
    color: #1E50AE;
}
.news-list>li>span{
    color: #666666;
    float: right;
    width: 20%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.contract-box{
    margin-bottom: 20px;
}
.contract-box>.left-box{
    width: 272px;
    height: 298px;
    padding: 10px;
    background: #1E50AE url("../images/index/map.png") no-repeat center center;
    position: relative;
    display: inline-block;
}
.contract-box>.right-box{
    width: 880px;
    height: 298px;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
	text-align:left;
}
.contract-box>.left-box>p{
    color:rgb(87, 131, 214);
    font-size: 12px;
    padding: 5px 0 0 ;
}
.contract-box>.left-box>p.title{
    color: white;
    font-size: 18px;
}
.contract-box>.left-box  .more{
    position: absolute;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7ea3fb;
    border: 1px solid #7ea3fb;
    height: 30px;
    line-height: 30px;
    padding: 0 24px;
    left: 10px;
    bottom: 10px;
}
.contract-box .img-box {
    width:auto;
}
.contract-box .img-box .img-con {
    width: 195px;
    display: inline-block;
    height: 125px;
    margin: 0 10px;
}
.contract-box>.right-box .top-box{
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
}
.contract-box>.right-box .bottom-box{
    margin: 30px 0 30px 24px;
    text-align: left;

}
.light-module{
    display: inline-block;
    padding-left: 48px;
    height: 46px;

}
.light-module p{
    font-size: 12px;
    color: rgb(140, 140, 140);
    text-align: left;
}
.light-module p.name{
    font-size: 18px;
    line-height: 32px;
}

.light-module.certificate{
    background: url(../images/index/certificate.png) no-repeat left center ;
    margin-right: 30px;
}
.light-module.honor{
    background: url(../images/index/honor.png) no-repeat left center ;
}
.module-list>li{
    width: 272px;
    height: 94px;
    border: 1px solid #EEEEEE;
    margin-top: 20px;
    padding: 20px 20px 20px 80px;
    position: relative;
}
.module-list>li.company{
    background: url(../images/index/company.png) no-repeat 20px center ;
}
.module-list>li.culture{
    background: url(../images/index/culture.png) no-repeat 20px center ;
}
.module-list>li.business{
    background: url(../images/index/business.png) no-repeat 20px center ;
}
.module-list>li p{
    line-height: 28px;
}
.module-list>li p.name{
    color: rgb(37, 37, 37);
    font-size: 18px;
}
a.go_in{
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    top:28px;
    right: 20px;
    background: url(../images/index/more.png) no-repeat center center ;
}


/*关于公司*/
.J_bannerItem{
    width: 100%;
    height: 400px;
    cursor: default;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto 10px;
    position: relative;
    z-index: 1;
    background-size: cover;
    min-width: 1200px;

}
.J_bannerItem.about{
    background: url(../images/about/banner.jpg) no-repeat 50% 50%;
}
.main-con .location{
    color: #999;
    margin :10px 0 40px;
}
.main-con .location>a{
    color: #666;
}
.about.main-con>div{
    margin-top: 20px;
}
.main-con .tab-nav{
    height: 50px;
}
.about .nav-list>li{
    margin-left: 0;
    margin-right: 14px;
}
.main-con .tab-content .content-title{
    color: rgb(30, 80, 174);
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px dashed rgb(30, 80, 174);
}
.main-con .tab-content .content-main>p,.main-con .tab-content .content-main .left-text>p{
    line-height: 26px;
}
.main-con .tab-content .content-main>p.subtitle{
    margin-top: 26px;
    color: rgb(51, 51, 51);
    font-size: 16px;
}
.certificate-list{
    height: 240px;
}
.certificate-list>li{
    float: left;
    width: 22%;
    margin-right: 3%;
}
.certificate-list>li>a,.certificate-list>li>a>img{
    display: block;
    width: 100%;
    height: 100%;
    height: 200px;
}
.certificate-list>li>p{
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
}
.main-con .tab-content>div .left-text{
    width: 740px;
    float: left;
}
.main-con .tab-content>div .right-img{
    width: 400px;
    float: right;
}
.main-con .tab-content>div .right-img>img{
    width: 400px;
    height: 270px;
    margin-bottom: 40px;
}
.main-con .tab-content .content-main .left-text>p.subtitle.first{
    margin-top: 0;
}
.main-con .tab-content .content-main .left-text>p.subtitle{
    color: rgb(51, 51, 51);
    margin-top: 40px;
 }
/*经营业务*/
.J_bannerItem.business{
    background: url(../images/business/banner.png) no-repeat 50% 50%;
}

.main-con   .only-text>p{
    text-indent: 2em;
    line-height: 26px;
    text-align: justify;
}
.main-con .tab-content>div .left-img{
    width: 490px;
    height: 320px;
    float: left;
}
.main-con .tab-content>div .left-img>img{
    width: 100%;
    height: 100%;
}
.main-con .tab-content>div .right-text{
    width: 680px;
    float: right;
}
/*新闻中心*/
.J_bannerItem.news{
    background: url(../images/news/banner.png) no-repeat 50% 50%;
}
.news-container>ul>li{
    padding: 16px 0;
    border-bottom: 1px dashed #ccc;
}
.news-container>ul>li.last-li{
    border-bottom:none;
}
.news-container>ul>li a{
    cursor: pointer;
}
.news-container>ul>li>div.news-content{
    float: left;
    width: 780px;
    line-height: 24px;
}
.news-container>ul>li>div.news-content>a{
    font-size: 16px;
    color: #333;

}
.news-container>ul>li>div.news-content.news-content2>a{
    color: #666;
}
.news-container>ul>li>div.news-content.news-content2>a:hover{
    color: #1E50AE;
}

.news-container>ul>li>div.news-content>p{
    line-height: 24px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
}
.news-container>ul>li>.news-images{
    float: left;
    width: 240px;
    height: 130px;
}
.news-images>image{
    width: 100%;
    height: 100%;
}
.news-container>ul>li>span.date{
    float: right;
    vertical-align: top;
    color: #333333;
    font-size: 16px;
    padding: 0 5px 0 5px;
}
.news-container>ul>li>a.news-date{
    float: left;
    width: 84px;
    height: 84px;
    background-color: #F2F2F2;
    margin-right: 10px;
    text-align: center;
    line-height: 24px;
    padding: 18px 0;
}
.news-container>ul>li>a.news-date>span{
    color: #999;
}
.news-container>ul>li>a.news-date .day{

    font-size: 20px;
    font-weight: bold;
}
/*联系我们*/
.J_bannerItem.contract{
    background: url(../images/contractus/banner.png) no-repeat 50% 50%;
}

.map{
    float: right;
    margin-top: 20px;
}
.contract-way{
    margin : 20px 0;
}
.contract-way p{
    line-height: 24px;

}
.qrcode{
    width: 110px;
    height: 110px;
    margin: 20px auto;
    padding: 5px;
    border: 1px solid #ccc;
}
.qrcode>img{
    width: 100px;
    height: 100px;
}
.main-con .content-main{
    margin: 20px 0 40px;
}
.contract-msg{
    margin-top: 20px;
}

.contract-msg .msg-row{
    margin-bottom: 20px;
}
.contract-msg .msg-inline{
    padding-right: 12px;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 380px;
    box-sizing: border-box;
    display: inline-block;
}
.contract-msg .msg-inline>label,.contract-msg .msg-block>label{
    display: inline-block;
    width: 56px;
    line-height: 36px;
    text-align: right;
    color: #999;
}
.contract-msg .msg-inline>input{
    border: 1px solid #dadada;
    width: 302px;
}

.contract-msg .msg-inline>span.must-font{
    display: inline-block;
    width: 12px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 0;
    top:0;
    color: red;

}
.contract-msg .msg-block>textarea{
    border: 1px solid #dadada;
    width: 1070px;
    height: 74px;
}

.submit-but{
    display: block;
    margin-left: 59px;
    height: 44px;
    line-height: 44px;
    width: 220px;
    text-align: center;
    background-color: #8e8e8e;
    color: white;
}
/*详情页*/
.main-con .item-content>p{
    line-height: 2em;
}
.item-title{
    border-bottom: 1px solid #f0efef;
    margin-bottom: 20px;
}
.item-title h1{
    font-size: 25px;
    color: #333;
    text-align: left;
    line-height: 60px;
    font-weight: normal;
    margin-top: -20px;
}
.item-title h4{
    font-size: 13px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 10px;
    color: #999;
}
.item-content{
    border-bottom: 1px dashed #f0efef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.item-share{
    height: 33px;
    float: right;

}
.item-share>label{
    display: inline-block;
    line-height: 33px;
    vertical-align: top;
    margin-right: 12px;
}
.item-share>ul{
    display: inline-block;
}

.item-share>ul>li{
    float: left;
    margin-right: 12px;
}
.item-share>ul>li>a.share-icon{
    display: block;
    width: 33px;
    height: 33px;
    cursor: pointer;
}
a.share-icon.wx{
    background: url(../images/vbg01.png) -1302px -100px no-repeat;
}
a.share-icon.wb{
    background: url(../images/vbg01.png) -1302px -190px no-repeat;
}
a.share-icon.qq{
    background: url(../images/vbg01.png) -1302px -145px no-repeat;
}
a.share-icon.qqzone{
    background: url(../images/vbg01.png) -1302px -235px no-repeat;
}
a.share-icon.db{
    background: url(../images/vbg01.png) -1302px -730px no-repeat;
}
a.share-icon.bdtb{
    background: url(../images/vbg01.png) -1302px -595px no-repeat;
}


/*footer*/
.footer{
    width: 100%;
    background-color: #173784;
    color: white;
margin-top: 20px;
}
.footer .footer-con{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer .footer-con>div{
    display: inline-block;
    vertical-align: top;
    margin: 0 150px 0 50px ;
}
.footer .footer-con p{
    line-height: 30px;
}
.footer .footer-con p.name{
    font-size: 20px;
    line-height: 60px;
}
.footer .footer-con>p{
    margin-top: 20px;
    text-align: center;
}
.footer .footer-con a{
    color: white;
    cursor: pointer;
}
.footer .footer-con>a:hover{
    color: rgb(222,222,222);
}
.footer-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
}

.back{
    position: fixed;
    right: 40px;
    bottom: 50px;
    background-image: url(../images/top.png);
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.banner { position: relative; overflow: auto; text-align: center;position: relative;}

.banner ul li { float: left; }
.banner ul li>img{
    width: 100%;
    height: 100%;
}
#banner { width: 100%;height: 560px;margin-bottom: 20px}


.unslider-arrow.prev{
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/vbg01.png) -572px -1506px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 40px;
    margin-left: 1%;
    transition: margin-left .3s ease-out 0s;
}
.unslider-arrow.next{
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/vbg01.png) -613px -1506px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 40px;
    margin-right: 1%;
    transition: margin-left .3s ease-out 0s;
}
.unslider-arrow.prev:hover{
    margin-left: .5%;
}
.unslider-arrow.next:hover{
    margin-right: .5%;
}
.unslider-arrow.next::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 36px;
    background-color: #858585;
    right: 20px;
    transition: all .4s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.unslider-arrow.next:hover::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    top: 36px;
    background-color: #858585;
    right: 28px;
    transition: all .4s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.unslider-arrow.prev::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 36px;
    background-color: #858585;
    left: 20px;
    transition: all .4s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.unslider-arrow.prev:hover::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    top: 36px;
    background-color: #858585;
    left: 28px;
    transition: all .4s cubic-bezier(0.215,0.61,0.355,1) 0s;
}



.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.jknav { height: 62px; margin-top: 30px;}
.jknav ul li { margin-left: 37px; height: 35px; font-weight:bold;}
.jknav ul li a { color: #333;font-size:16px; }
.jknav ul li.curr, .jknav ul li:hover { color: #1e50ae; }
.jknav ul li.curr a, .jknav ul li a:hover { color: #FF0000; }
.m { float: left; position: relative; }
.sub { border: 1px solid #e6e6e6; box-shadow: 0 0 3px -1px #ccc; opacity: 0.96; display: none; float: left; left: -28px; position: absolute; top: 35px; width: 127px; z-index: 1000; background: white none repeat scroll 0 0; }
.sub dt { border-bottom: 1px solid #e6e6e6; color: #000; cursor: pointer; height: 30px;  margin: 4px; text-align: center;font:14px/28px "微软雅黑"; }
.sub dt a{color: #333333;width:127px;text-align:center;font-weight:normal;}
.sub dt a:link { color: #333333; text-align:center; }
.sub dt a:hover { color: #FF0000; text-align:center; }
.jknav h3, .jknav a, .jknav .sub li { display: block; float: left;  cursor: pointer; }

.m:hover .sub { display: block; }
.w1200 { width: 1200px; margin: 0 auto; zoom: 1; }
.bottom { height: 183px; background-color: #005aa5; margin-top: 25px; padding-top: 40px; padding-bottom: 25px; }
.b_l { width: 600px; height: 120px; border-right: 1px solid #c4c4c4; }
.b_l .weixin { margin-top: 10px; }
.b_l ul li { line-height: 26px; margin-left: 15px; }
.b_l ul li span, .b_l ul li a { color: #c4c4c4; }
.bnav { margin-left: 75px; }
.bnav h2 { font-size: 14px; color: #c4c4c4; font-weight: normal; }
.bnav ul li { line-height: 24px; }
.bnav ul li a { color: #999999; }
.footer1200 { height: 38px; line-height: 38px; background: #003786; text-align: center; color: #c4c4c4; }
.als-container {position: relative;	width: 100%;margin: 0px auto;}
.als-viewport {position: relative;overflow: hidden;margin: 0px auto;}
.als-wrapper {position: relative;list-style: none;}
.als-item {position: relative;display: block;text-align: center;cursor: pointer;float: left;}
.als-prev, .als-next {position: absolute;cursor: pointer;clear: both;}
#lista1 .als-prev, #lista1 .als-next {top: 58px;width: 15px;height: 22px;}
#lista1 .als-prev {left: 90px;}
#lista1 .als-next {right: 100px;}
#demo3 {margin: 15px auto;}
#demo3 .als-item {margin: 0px 5px;padding: 4px 0px;min-height: 120px;min-width: 100px;text-align: center;}
#demo3 .als-item img {display: block;margin: 0 auto;vertical-align: middle;width:276px;height:184px;}
#demo3 .als-prev, #demo3 .als-next {top: -50px;}
#demo3 .als-prev {left: 810px;}
#demo3 .als-next {right: 0px;}