@charset "UTF-8";
body {
    overflow-x: hidden;
    font-size: 14px;
    color: #333333;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", simhei, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

/*设置margin和padding为0*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, a, img,input,select,button,textarea {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var，i {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

em, i {
    font-style: normal;
}

/*html5*/
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type=date], button, select, input[type=text] {
    /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

a, input[type=text], select, input[type=password], textarea {
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.fwb{ font-weight:bolder;}
.fwn{ font-weight:normal;}
.nowrap {white-space: nowrap;overflow: hidden}
.t_2em{text-indent: 2em}
.t_index24{ text-indent:24px;}
.t_center{ text-align:center;}
.t_right{ text-align:right;}
.t_left{ text-align:left;}
.t_underline{ text-decoration:underline;}

.clearfix {
    clear: both;
}

.warpper {
    width: 1200px;
    margin: 0 auto;
}

input, textarea, select, button {
    font-family: Verdana, simhei, "Microsoft Yahei" !important;
}

a {
    color: #333333;
}

a:hover {
    color: #ff7e00;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}

.clears {
    clear: both;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.fix {
    position: fixed;
}

/*banner end*/

/* top */
.top{
    height: 40px;
    background: #1c3159;
    line-height: 40px;
    color: #858d9c;
    font-size: 14px;
}
.top .welcome{
    float: left;
}
.top .top-contact{
    float: right;
}
.top-contact ul li{
    float: left;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.top-contact ul li.icon01{
    background: url("../images/topmail.png") left center no-repeat;
}
.top-contact ul li.icon02{
    background: url("../images/toptel.png") left center no-repeat;
    margin-left: 50px;
}
/*header*/
.header {
    height: 95px;
    background: #ffffff;
}

/*logo*/
.header .logo {
    float: left;
    height: 95px;
}

.header .logo a {
    float: left;
    display: list-item;
    line-height: 95px;
    text-align: center;
    height: 95px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/

.nav{}
.nav ul li {
    float: left;
    width: 86px;
    height: 91px;
    text-align: center;
    transition: none;
    position: relative;
    margin-left: 20px;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li > a {
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: center;
    transition: none;
    height: 91px;
    line-height: 91px;
}
.nav ul li:hover > a ,.nav ul li.active > a {
    color: #1f488a;
    border-bottom: 4px #1f488a solid;
}
.nav-menu{
    display: none;
    position: absolute;
    top: 95px;
    left: -32px;
    z-index: 99;
    width: 150px;
    transition: none;
    background: #1f488a;
    padding: 15px 0;
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    width: 100%;
}
.nav-menu dl dt a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
}
.nav-menu dl dt:hover a{
    color: #1f488a;
    background: #FFFFFF;
}

.header .right-header {
    float: right;
}

.language{
    float: right;
    padding-top: 30px;
    margin-left: 20px;
    width: 32px;
    height: 32px;
    position: relative;
}
.language .language-btn{
    display: block;
    width: 32px;
    height: 32px;
    color: #ff7e00;
    text-align: center;
    line-height: 32px;
    border: 1px #ff7e00 solid;
    text-transform: uppercase;
}
.language-kinds{
    display: none;
    position: absolute;
    left: -20px;
    bottom: -40px;
    width: 100px;
    z-index: 99;
}
.language-kinds ul li{
    float: left;
    width: 32px;
    height: 32px;
    border: 1px #ff7e00 solid;
    background: #FFFFFF;
    margin: 0 2px;
}
.language-kinds ul li a{
    display: block;
    text-align: center;
    line-height: 32px;
    color: #ff7e00;
}
.language-kinds ul li:hover a{
    background: #ff7e00;
    color: #FFFFFF;
}


/*banner*/
.banner {
    height: 625px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner .flexslider {
    height: 625px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
}

.banner .slides li {
    height: 625px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: block;
}

.banner .slides li a {
    display: block;
    height: 100%;
}


.sub-banner {
    height: 310px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner li {
    height: 310px;
}


/*图片指示*/
.banner .flex-control-nav{
    display: none;
}
/*.banner .flex-control-nav{
    position:absolute; bottom:115px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:38px; height:4px; cursor:pointer; background: #004e97; font-size: 0;
}
.banner .flex-control-nav .flex-active{ background: #ffffff; width: 38px; height: 4px}*/
/*左右方向按钮*/
.flex-direction-nav a{
    width:48px; height: 48px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc;position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:80px; background: url("../images/bright.png") no-repeat; background-size: 48px 48px;
}
.flex-direction-nav .flex-prev{
    left:80px; background: url("../images/bleft.png") no-repeat; background-size: 48px 48px;
}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}

.search{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0.2);
    z-index: 99999;
    text-align: center;
}
.search .simport{
    display: inline-block;
    padding-top: 24px;
}
.search .simport input{
    float: left;
    width: 517px;
    height: 52px;
    line-height: 52px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(255,255,255,0.8);
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: #444444;
}
.search .simport .sub-btn{
    float: left;
    width: 124px;
    height: 52px;
    line-height: 52px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    padding-left: 40px;
    background: #1e417e url("../images/s-btn.png") 20px center no-repeat;
    cursor: pointer;
}


/*index-section*/
.index-section{
    padding: 60px 0;
    position: relative;
}
.index-title{
    line-height: 36px;
    color: #333333;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}
.index-title h6{
    padding-bottom: 35px;
    font-size: 50px;
    font-family: simhei;
    font-weight: bold;
    text-transform: uppercase;
}
.index-title p{
    font-size: 30px;
    color: #666666;
    margin-top: 10px;
}
.index-title.icon01 h6{ background: url("../images/tt-line01.png") center bottom no-repeat;}
.index-title.icon02 h6{
    background: url("../images/tt-line02.png") center bottom no-repeat;
    color: #FFFFFF;
}
.index-title.icon02 p{
    color: #FFFFFF;
}
/* 董事长致辞 */
.index-product{
    height: 480px;
    background: #eaeaea url("../images/indexbg01.png") center bottom no-repeat;
}
.product-kinds{}
.product-kinds ul li{
    float: left;
    width: 240px;
}
.product-kinds ul li .icon{
    display: block;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: #1e3f7a;
    margin: 0 auto;
}
.product-kinds ul li i{
    display: block;
    width: 154px;
    height: 154px;
    border-radius: 50%;
}
.product-kinds ul li .icon01{
    background: url("../images/p-icon01.png") center no-repeat;
}
.product-kinds ul li .icon02{
    background: url("../images/p-icon02.png") center no-repeat;
}
.product-kinds ul li .icon03{
    background: url("../images/p-icon03.png") center no-repeat;
}
.product-kinds ul li .icon04{
    background: url("../images/p-icon04.png") center no-repeat;
}
.product-kinds ul li .icon05{
    background: url("../images/p-icon05.png") center no-repeat;
}
.product-kinds ul li h6{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    margin-top: 10px;
}
.product-kinds ul li h6:after{
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background: #ff7e00;
    margin: 10px auto;
}
.product-kinds ul li p{
    display: block;
    width: 200px;
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
    color: #999999;
}
.product-kinds ul li .more{
    display: block;
    width: 62px;
    height: 26px;
    border-radius: 10px;
    border: 1px #1e3f7a solid;
    margin: 15px auto 0;
    text-align: center;
    line-height: 26px;
    color: #1e3f7a;
    text-transform: uppercase;
    font-size: 12px;
}
.product-kinds ul li:hover .icon{
    background: #ff7e00;
}
.product-kinds ul li:hover h6,.product-kinds ul li:hover p{
    color: #ff7e00;
}
.product-kinds ul li:hover .more{
    background: #1e3f7a;
    color: #FFFFFF;
}
.index-profile{
    min-height: 520px;
    background: url("../images/indexbg02.jpg") center top no-repeat;
}
.profile{}
.profile-img{
    float: left;
    width: 498px;
    height: 322px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.profile-img .slides li {
    width: 498px;
    height: 322px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: block;
}
.profile-img .slides li a {
    display: block;
    height: 100%;
}
.profile-img .slides li a img{
    width: 498px;
    height: 322px;
}

.profile-img .flex-control-nav{
    position:absolute; bottom:10px; z-index:2;  width:100%; left:0;
    right:0; margin:0 auto; text-align: right; padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.profile-img .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.profile-img .flex-control-nav a{
    display:inline-block; width:10px; height:10px; border-radius: 50%; cursor:pointer; background: #FFFFFF; font-size: 0;
    color: #333333;
}
.profile-img .flex-control-nav .flex-active{ background: #ff7e00; color: #FFFFFF;}

.profile-detail{
    float: right;
    width: 680px;
    color: #FFFFFF;
}
.detail-title{}
.detail-title .title{
    float: left;
    font-family: simhei;
    font-size: 20px;
    color: rgba(255,255,255,0.3);
}
.detail-title .title h6{
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
.detail-title .title:after{
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background: #ff7e00;
    margin-top: 30px;
}
.detail-title .look-more{
    float: right;
    display: block;
    width: 140px;
    height: 69px;
    background: url("../images/more.png") center no-repeat;
    margin-top: 10px;
}
.detail-info{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 24px;
    height: 192px;
    overflow: hidden;
    margin-top: 25px;
}

.index-news{
    min-height: 500px;
    background: url("../images/indexbg03.jpg") center top no-repeat;
}
.news-section{}
.news-img{
    float: left;
    width: 373px;
    height: 317px;
    position: relative;
}
.news-img img{
    display: block;
    width: 373px;
    height: 317px;
}

.news-img p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(31,72,138,0.8);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list{
    float: left;
    margin-left: 45px;
    width: 365px;
}
.news-list .news-title{
    font-size: 24px;
    line-height: 30px;
    color: #1f488a;
    padding-bottom: 10px;
    border-bottom: 1px #e0e0e0 solid;
    margin-bottom: 20px;
}
.news-list .news-title span{
    font-size: 14px;
    line-height: 30px;
    color: #6a6a6a;
    text-transform: uppercase;
}
.news-list .news-title .more{
    float: right;
    display: block;
    font-size: 12px;
    line-height: 30px;
}
.list-item{}
.list-item ul li{
    height: 70px;
    margin-bottom: 20px;
}
.list-item ul li .time{
    float: left;
    width: 61px;
    height: 60px;
    background: url("../images/timebg01.png") center no-repeat;
    text-align: center;
    padding-top: 10px;
}
.list-item ul li .time h6{
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    color: #888888;
}
.list-item ul li .time p{
    line-height: 26px;
    font-size: 12px;
    color: #FFFFFF;
}
.list-item ul li .time-info{
    float: right;
    width: 280px;
}
.time-info h6{
    font-size: 18px;
    color: #515151;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}
.time-info p{
    font-size: 12px;
    color: #929292;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}
.list-item ul li:hover .time{
    background: url("../images/timebg02.png") center no-repeat;
}
.list-item ul li:hover .time h6{
    color: #FFFFFF;
}
.list-item ul li:hover .time-info h6{
    color: #1f488a;
}
/*index-section end*/

/*footer*/
.footer{
    background: #183b73;
    min-height: 300px;
    padding: 60px 0;
}
.foot-contact{
    float: left;
    width: 310px;
    margin-right: 25px;
}
.foot-contact .f-title{
    height: 80px;
    padding-left: 70px;
    background: url("../images/f-logo.png") left center no-repeat;
    color: #FFFFFF;
    line-height: 40px;
    font-size: 30px;
    text-transform: uppercase;
}
.fcontact{ margin-top: 50px;}
.fcontact ul li{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    padding-left: 45px;
    margin-bottom: 20px;
}
.fcontact ul li.icon01{
    background: url("../images/f-icon01.png") left center no-repeat;
}
.fcontact ul li.icon02{
    background: url("../images/f-icon02.png") left center no-repeat
}
.fcontact ul li.icon03{
    background: url("../images/f-icon03.png") left center no-repeat
}
.fcontact ul li h6{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.foot-nav{
    float: left;
}
.foot-nav h2{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 45px;
}
.foot-nav ul li{
    margin-bottom: 10px;
}

.foot-nav ul li p a{
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px;
}
.foot-nav ul li h6{
    display: inline-block;
}
.foot-nav ul li h6 a{
    color: #FFFFFF;
    font-size: 14px;
}
.f-list{
    display: inline-block;
}
.f-list p{
    display: inline-block;
    height: 14px;
    border-left: 1px #bdbdbd solid;
    margin: 0 2px;
    padding-left: 5px;
}
.f-list p:first-child{
    border-left: none;
}
.foot-nav ul li a:hover{
    color: #FFFFFF;
}

.foot-link{
    float: right;
    width: 310px;
}
.foot-link h2{
    font-size: 30px;
    color: #ff9833;
    text-transform: uppercase;
}
.foot-link h6{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.foot-link .links{
    min-height: 200px;
}
.foot-link .links p{
    margin-top: 10px;
}
.foot-link .links a{
    color: #FFFFFF;
    font-size: 14px;
}
.foot-link .links a:hover{
    text-decoration: underline;
}
.copyright{
    font-size: 12px;
    line-height: 20px;
    color: rgba(255,255,255,0.4);
}


.float-box{
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999999;
}
.float-box .online{
    width: 86px;
    padding-top: 1px;
}
.float-box .online ul li{
    width: 77px;
    height: 107px;
    border-radius: 10px;
    background: #305691;
    border: 1px #FFFFFF solid;
    margin-bottom: -1px;
}
.float-box .online ul li.qq{
    padding-top: 75px;
    height: 32px;
    background: #305691 url("../images/qq.png") center 8px no-repeat;
}
.float-box .online ul li.qq p{
    width: 67px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 auto;
    border-top: 1px rgba(255,255,255,0.5) solid;
    text-align: center;
}
.float-box .online ul li.code{

}
.float-box .online ul li.code .code-img{
    width: 77px;
    height: 77px;
}
.float-box .online ul li.code .code-img img{
    width: 71px;
    height: 71px;
    border: 3px #FFFFFF solid;
    border-radius: 8px;
}
.float-box .online ul li.code p{
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

/*.backTop{
    position: fixed;
    right: 10px;
    top: 80%;
}
.backTop a{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/backTop.png") left top no-repeat;
}*/
/*footer end*/

/* sub-section */


.page{
    text-align: center;
    margin-top: 40px;
}
.page ul{
    display: inline-block;
}
.page ul li{
    float: left;
    margin: 0 4px;
    line-height: 26px;
}
.page ul li.active a{
    color: #2a702b;
}
.page ul li .prev{
    display: block;
    background: url("../images/prev-btn.jpg") left top no-repeat;
    width: 26px;
    height: 26px;
}
.page ul li .next{
    display: block;
    background: url("../images/next-btn.jpg") left top no-repeat;
    width: 26px;
    height: 26px;
}
.page ul li input.turn{
    width: 24px;
    height: 24px;
    border: 1px #dddddd solid;
}
/* sub-section  end*/
.mtbg{background:#f1f1f1;height:66px;}
.curlanmu{background:#183b73;color:#fff;height:66px;display:inline-block;padding:0 18px;}
.curlanmu i{/*height:66px;*/display:inline-block;float:left;margin-top:19px;margin-right:10px;}
.curlanmu strong{color:#ffb200;font-size:24px;text-transform:uppercase;line-height:40px;}
.curlanmu p{font-size:16px;position:relative;top:-5px;}
.menu{}
.menu ul{}
.menu ul li{display:inline-block;text-align:center;height:66px;line-height:66px;}
.menu ul li a{display:inline-block;font-size:14px;color:#666;padding:0 18px;}
.menu ul li.cur{border-bottom:solid 1px #ffb200;}
.location{line-height:66px;color:#b4b4b4;}
.mcbg{padding-top:30px;padding-bottom:40px;min-height:600px;}

.aboutus{width:1200px;height:466px;background:url(../images/cright.jpg) no-repeat right top;}
.conleft{width:309px;height:424px;float:left;background:url(../images/clbg.jpg) no-repeat left top;color:#fff;display:grid;align-content:center;}
.conleft{float:left;width:279px;height:403px;padding:0 15px;margin-top:20px;}
.ct{font-size:35px;color:#fff;}
.ct span{display:block;font-size:85px;font-family:impact;text-transform:uppercase;position:relative;margin-top:-10px;}
.ct02{border:solid 1px #628abb;text-align:center;line-height:60px;font-size:24px;color:#fff;}
.ct span,.ct02 span{color:#ffb200; }
.conleft p{line-height:24px;padding-top:10px;}
.conright{float:left;width:585px;padding-left:43px;padding-top:70px;}

.dszinfo{width:1200px;height:978px;background:url(../images/dszbg.jpg) no-repeat;margin-top:150px;}
.dszinfo .con{padding:30px;}
.dszinfo .con>img{margin-top:-114px;}
/* 新闻中心 */
.newslist{}
.newslist .new-news{
    height: 204px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
        background:#f2f2f2;
}
.newslist .new-news .news-img{
    float: left;
    width:560px;
}
.newslist .new-news .news-img img{
    display: block;
    width: 560px;
    height: 204px;
}
.newslist .new-news .news-info{
    float: right;
    width: 575px;
    padding-right:30px;
    font-size: 12px;
    line-height: 22px;
    color: #666666;

}
.newslist .news-info h6{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom:20px;
    padding-top:30px;
}
.newslist .news-info p{
	font-size:14px;
	line-height:24px;
	color:#666;
    height: 70px;
    overflow: hidden;
    margin-bottom: 6px;
}
.newslist .news-info span{
    display: block;margin-top: 10px;
}
.newslist .news-info a.more{
    float: right;
    font-size:14px;
    color: #999999;
}
.newslist .news-info .more:hover{
    float: right;
    color: #db0a34;
}

.news-bot{
    margin-top: 30px;
}
.news-bot ul{}
.news-bot ul li{width:100%;}
.news-bot ul li a{
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px #dadada dashed;
}
.news-bot ul li p{
    display: inline-block;
    width: 750px;
    font-size: 14px;
    color:#666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-bot ul li span{
    float: right;
    font-size: 12px;
    line-height: 36px;
    color: #888;
}
/* 新闻中心 end*/

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    padding: 0 8px;
    margin: 0 4px;
    line-height: 26px;
    border: 1px #cccccc solid;
    color: #999999;
    font-size: 14px;
    border-radius: 3px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #ffb202;
    border: 1px #ffb202 solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #FFFFFF;
    background: #cccccc;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #ffb202 ;
    border: 1px #ffb202 solid;
}
/*------- page end -------*/

/*经典案例*/
.event{overflow:hidden;}
.event ul{margin-right:-40px;margin-top:-35px;}
.event ul li{
    float: left;
    width:580px;
    height: 159px;
    background:#eaeaea;
    margin-bottom: 2px;
    display:inline-block;
    margin-right:40px;
    margin-top:35px;
}
.event-list{}
.event-list img{
    float: left;
    width: 250px;
    height: 159px;
}
.event-list .event-detail{
    float: right;
    width: 270px;
    height: 139px;
    padding: 10px 30px;
}
.event-detail h6{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.event-detail p{
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.event-detail span{
    display: block;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    margin-top: 8px;
}
.event-detail .more{
    float: right;
    color: #999999;
}
.event ul li .more:hover{
    color: #db0a34;
}
/*经典案例*/

/* 发展历程 */
.develop{
    background: url("../images/develop-bg.png") top no-repeat;
}
.develop .develop-tt{
    text-align: right;
    height: 220px;
}
.develop .develop-tt img{
    margin-top: 20px;
}

/*.years{
    width: 1160px; height: 200px;  position: relative;
    background: url("../images/time-line.png") center no-repeat;
}
.years .run-btn{
    position: absolute; cursor: pointer; top: 79px;
}
.years .prev{
    left: 0;
}
.years .next{
     right: 0;
}
.years .year-run{
    width: 900px;  height: 200px;  position: relative;  overflow: hidden;  margin: 0 auto;
}
.years .year-run ul{
    position: absolute;
}
.years .year-run ul li{
    float: left;
    width: 150px;
    height: 200px;
}
.years .year-run ul li .year-num{
    text-align: center;
    height: 160px;
    background: url("../images/r01.png") center no-repeat;
    font-size: 20px;
    font-family: simhei;
    padding-top: 40px;
    color: #727272;
}*/



.yearbox {
    width: 1160px;
    position: relative;
    overflow: hidden;
}
.years {
    width: 1160px;
    height: 540px;
    position: relative;
}
.years ul {
    position: absolute;
    left: 0;
    top: 0;
}
.years ul li {
    width: 1160px;
    height: 540px;
}

.years-list {
    width: 1160px;
    position: relative;
    margin-bottom: 6px;
    background:url("../images/time-line.png") center repeat-x;
}
.years-list .btn2{
    position: absolute;
    top: 79px;
    width: 42px;
    height: 42px;
    z-index: 9999;
    cursor: pointer;
}
.years-list .btn2:hover{background-position:left bottom;}
.years-num {
    height: 200px;
    overflow: hidden;
    width: 900px;
    position: relative;
    margin: 0 auto;
}
.years-num ul {
    position: absolute;
    left: 0;
    top: 0;
}
.years-num ul li{
    float: left;
    width: 150px;
    height: 200px;
}
/*.num ul li.on {
    border: 1px #db0a34 solid;
}*/
.yearbox .prev_btn2 {
    left: 0;
    background: url("../images/year-left.png") left top no-repeat;
}
.yearbox .next_btn2 {
    right: 0;
    background: url("../images/year-right.png") left top no-repeat;
}
.year-value{
    text-align: center;
    height: 170px;
    padding-top: 30px;
    background: url("../images/r01.png") center no-repeat;
    font-family: simhei;
    font-size: 16px;
}
.years-num ul li.on .year-value{
    color: #FFB200;
    font-size: 24px;
    background: url("../images/r02.png") center no-repeat;
}

.month{
    padding-top: 20px;
    width: 1160px;
    overflow: hidden;
}
.month dl{
    width: 1200px;
}
.month dl dd{
    float: left;
    width: 560px;
    margin-bottom: 30px;
    margin-right: 40px;
}
.month-event{}
.month-event h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #183b73;
    font-family: simhei;
}
.month-event h6{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}
.month-event p{
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #777777;
}
/* 发展历程 end*/
/* 团队风采 */
.team-show{
    width: 1160px;
}
.team-show .show-img{
    float: left;
    width: 900px;
    height: 537px;
}
.show-img .show-item{
    width: 900px;
    height: 537px;
    position: relative;
}
.show-img .show-item img{
    width: 900px;
    height: 537px;
}
.show-img .show-item .item-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 850px;
    height: 70px;
    background: linear-gradient(transparent, #000000);
    color: #FFFFFF;
    padding: 0 25px;
}
.item-info h6{
    margin-top: 14px;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-info p{
    font-size: 12px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.team-show .team-list{
    float: right;
    width: 256px;
    height: 537px;
    overflow: hidden;
    position: relative;
}
.team-list .runbtn{
    position: absolute;
    left: 0;
    width: 256px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
.team-list .prev{
    top: 0;
    background: #c8c6c6 url("../images/up.png") center no-repeat;
}
.team-list .prev:hover{
    background: #ffb200 url("../images/up.png") center no-repeat;
}
.team-list .next{
    bottom: 0;
    background: #c8c6c6 url("../images/down.png") center no-repeat;
}
.team-list .next:hover{
    background: #ffb200 url("../images/down.png") center no-repeat;
}
.team-list .show-list{
    float: right;
    width: 256px;
    height: 478px!important;
    margin-top: 30px;
    overflow: hidden;
}
.show-list ul li{
    width: 256px;
    height: 152px;
    border-bottom: 1px transparent solid;
    position: relative;
    margin-bottom: 10px;
}
.show-list ul li.active .shade{
    display: none;
}
.shade{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 256px;
    height: 152px;
    background: rgba(0,0,0,0.75);
}
/* 团队风采 end*/

/**/
.honor{}
.honor ul{margin-right:-15px;margin-top:-15px;}
.honor ul li{float:left;width:287px;display:inline-block;margin-right:15px;margin-top:15px;}

.honortxt{}
.honortxt ul{margin-right:-17px;margin-top:-15px;}
.honortxt ul li{float:left;width:226px;display:inline-block;margin-right:17px;margin-top:15px;}

/*留言*/
.msgbox{overflow:hidden;}
.msgleft{float:left;width:504px;margin-top:-40px;}
.msgleft .row{margin-top:40px;height:46px;}
.msgleft .row span{float:left; width:118px;text-align:center;background:#183b73;color:#fff;text-align:center;height:46px;line-height:46px;}
.msgleft .txt_input{float:left; border:solid 1px #e8e8e8;padding-left:10px;padding-right:10px;height:44px;line-height:44px;vertical-align:middle; width:361px;}
.msgleft .txt_code{width:189px;}
.txt_input::-ms-input-placeholder {color:#d2d2d2;}
.msgleft a{float:right;}
.msgright{width:645px; float:right;}
.msgright .row{margin-bottom:42px;text-align:right;}
.msgright .txt_input{width:623px;padding:0 10px; height:215px;border:solid 1px #e8e8e8;line-height:46px;text-align:left;}
.btnmsg{width:120px;height:46px;line-height:46px;background:#183b73;cursor:pointer;color:#fff;font-size:14px;cursor:pointer;}

.conlist{background:#183b73;}
.conlist ul{display:table;}
.conlist ul li{float:left;background:#183b73;padding-top:20px;height:60px;/*display:grid;align-content:center;*/display:table-cell;vertical-align:middle;align-items:center; width:300px;align-items:center;}
.conlist ul li,.conlist ul li a{color:#fff;}
.conlist ul li:nth-child(2n){background:#214885;}
.conlist ul li i{display:inline-block;height:56px;float:left;margin-right:10px;}
.conlist ul li strong{font-size:14px;display:block;text-align:left;}
.conlist ul li p{font-size:16px;display:block;}
.conlist ul li:nth-child(1){padding-left:60px;width:240px;}
.conlist ul li:nth-child(2){padding-left:55px;width:245px;}
.conlist ul li:nth-child(3){padding-left:33px;width:267px;}
.conlist ul li:nth-child(4){padding-left:15px;width:285px;}

.product{overflow:hidden;}
.product ul{margin-right:-25px;margin-top:-25px;}
.product ul li{float:left;width:280px;height:160px;background:#183b73;text-align:center;display:inline-block;margin-right:25px;margin-top:25px;position:relative;}
.product ul li a{display:block;color:#fff;}
.product ul li strong{display:block;font-size:30px;position:absolute;left:0;top:50%;width:280px;margin-top: -40px;}
.product ul li span{display:block;font-size:18px;font-family:simhei;position:absolute;left:0;top:50%;width:280px;}
.product ul li:hover{background: #ffb202;}
/*详情页*/
.protitle{text-align:center;font-size:30px;}
.proinfo{}
.proinfo table{width:100%;}
.proinfo table th{font-size:16px;text-align:center;color:#333;border-bottom:solid 1px #ccc;line-height:45px;font-weight:bold;}
.proinfo table td{height:55px;line-height:55px;border-bottom:dashed 1px #e0e0e0;font-size:14px;}
.proinfo table td:nth-child(4){text-align:center;}
.proinfo table td{}
/*下载*/
.downlist{}
.downlist ul{border-top:dashed 1px #dadada;}
.downlist ul li{height:54px;line-height:54px;border-bottom:dashed 1px #dadada;}
.downlist ul li a{float:left;font-size:14px;}
.downlist ul li span{float:right;}
.downlist ul li em{padding:0 10px;}
.downlist ul li span a{float:inherit;}
.downlist ul li:hover a,.downlist ul li:hover span{color:#183b73;}
/* 人才招聘 */
.recruit{
}
.recruit ul li{
    margin-bottom: 10px;
}
.recruit-title{
    line-height: 50px;
}
.recruit-title .job{
    float: left;
    width: 1198px;
    background: #fcfcfc;
    border: 1px #e0e0e0 solid;
}
.job-title{
    cursor: pointer;
    margin: 0 20px;
}
.job-title dl{
    display: block;
    height: 50px;
    background: url("../images/r-bg01.png") right center no-repeat;
}
.job-title dl.active{
    background: url("../images/r-bg02.png") right center no-repeat;
}
.job-title dl dt{
    float: left;
    margin-right: 30px;
}
.job-title dl dt.name{
    min-width: 140px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.job-title dl.active dt.name{
    color: #183b73;
}

.job-title dl dt.time{
    font-size: 12px;
    color: #888;
}

.job-info{
    display: none;
    transition: none;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 20px;
    border-top: 1px #dddddd solid;
    color: #666666;
    position: relative;
    background: #fcfcfc;
}
.job-info .recruit-now{
    display: block;
    position: absolute;
    right: 20px; bottom: 30px;
    padding: 0 20px 0 40px;
    height:35px;
    line-height: 35px;
    float:right;
    background: #ffb200 url('../images/zx.jpg') 20px center no-repeat;
    cursor:pointer;
    color: #ffffff;
    border-radius: 28px;
}
.sqzr{}
.sqzr ul {}
.sqzr ul li{float:left;width:399px;border-right:solid 1px #fff;height:284px;display:inline-block;position:relative;}
.sqzr ul li .img{width:399px;height:143px;position:absolute;left:0;top:0;overflow:hidden;}
.sqzr ul li .txt{width:399px;height:143px;text-align:center;position:absolute;left:0;bottom:0;overflow:hidden;}
.sqzr ul li .txt strong{line-height:143px;color:#fff;font-size:30px;display:block;}

.sqzr ul li:nth-child(2) .img{top:auto;bottom:0;}
.sqzr ul li:nth-child(2) .txt{top:0;bottom:auto;}

.sqzr ul li:hover{}
.sqzr ul li:hover .txt{text-align:left;color:#666;padding-left:23px;}
.sqzr ul li:hover .txt .box{width:350px;}
.sqzr ul li:hover .txt strong{line-height:18px;color:#333;font-size:18px;padding-top:15px;}




















