* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", SimHei, "\5BBB\4F53", Simsun, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    min-width: 1200px
}

h1 {
    line-height: 1.3em;
}

a:hover img, img {
    border: none;
    -webkit-transition-property: background-color !important;
    -webkit-transition-duration: 0.3s !important;
    -webkit-transition-timing-function: ease !important;
}

img {
    vertical-align: top;
    border: none;
}

ul {
    list-style: none;
}

input, button, select, textarea {
    outline: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft Yahei", SimHei, "\5BBB\4F53", Simsun, sans-serif;
    font-size: 14px;
}

table input, table button, table select, table textarea {
    vertical-align: middle;
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #00509b;
}

/*-------------------------结束公用样式--------------------------*/
.cf {
    overflow: hidden;
    zoom: 1;
}

.cf2 {
    zoom: 1;
}

.cf2:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}

/* 头部 */
.header{
    width: 100%;
    height: 88px;
    background: #FFF;
    position: relative;
    z-index: 99;
}

.header .container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: none;
}
.logo{
    display: block;
    /* width: 311px; */
    padding-top: 18px;
}
.logo img{
    width: initial!important;
}
ul.nav li{
    width: 82px;
    text-align: center;
    line-height: 88px;
    float: left;
}
ul.nav li.on,
ul.nav li:hover{
    background: #004884;
}
ul.nav li a{
    font-size: 15px;
    color: #FFFFFF;
    display: block;
}

.clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.subNav{
    display: none;
    width: 100%;
    height: 50px;
    background: #004884;
    position: absolute;
    left: 0;
    top: 88px;
    z-index: 99;
}
.subNav .container{
    width: 1200px;
    box-sizing: border-box;
}
.subNav a{
    font-size: 15px;
    color: #FFF;
    line-height: 50px;
    margin: 0 12px;
    transition: .3s all ease;
    opacity: 0.8;
}
.subNav a:hover{
    opacity: 1;
}

#search {
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 85px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

#search a {
    margin-left: 12px;
    height: 85px;
    display: inline-block;
    float: left;
    color: #FFF
}


#search a.search {
    background: url("../images/icon_search-fb.png") no-repeat center;
    width: 18px;
}

#search a:first-child + a + a {
    background: url("../images/head-nw-icon-fb.png") no-repeat right center;
    padding-right: 12px
}

/*搜索*/
.searchForm {
    display: none;
    position: absolute;
    right: 0;
    top: 88px;
    background-color: #004884;
}
.searchForm #searchInput {
    padding: 0 20px;
    line-height: 38px;
    height: 38px;
    border: none;
    width: 190px;
    margin: 6px 15px 0 6px;
    color: white;
}

.searchForm #searchSubmit {
    display: inline-block;
    width: 18px;
    height: 50px;
    background: url("../images/icon_search_1.png") no-repeat center;
    cursor: pointer;
    float: right;
    margin-right: 15px;
}

body {
    background: #FFF;
}

@media screen and (max-width: 1200px) {
    .width_1200 {
        box-sizing: border-box;
        padding: 0 10px;
    }
}

.width_1200 {
    width: 1200px;
    margin: 0 auto;
}

/*标志*/
div.logo {
    float: left;
    padding: 1.2em 0 0 0;
}

/*---------------------------star动画*/
.home-swiper, .picture-swiper, #menu .container div.text a {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .home-swiper, .picture-swiper, .home-swiper .picture {
        width: 1200px;
    }
}

/*-----------------------star公告*/
div.h_ann, div.h_ann_w {
    background: #fff url(../images/tool/line.gif) repeat-x left bottom;
    height: 55px;
}

div.h_ann_w {
    background: url(../images/tool/ann.gif) no-repeat left center \9;
    *background: url(../images/tool/ann.gif) no-repeat left center;
}

div.h_ann_l {
    color: #888;
    float: left;
    margin: 10px 0 0 0;
    width: 50%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url(../images/tool/ann.gif) no-repeat left center;
    background: none \9;
    *background: none;
    padding-left: 2.8em;
    font-size: 12px;
}

div.h_ann_l a {
    margin-right: 3em;
}

/*搜索*/
dl.h_search {
    float: right;
    margin: 8px 0 0 0;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ececec;
    width: 338px;
    background: #f9f9f9;
}

dl.h_search dt {
    float: left;
}

dl.h_search dd {
    float: right;
    background: #e7e7e7;
    width: 80px;
    margin: -1px;
}

div.r_340 dl.h_search {
    float: none;
    margin: 1em 0;
}

/*表单和按钮*/
input.h_search_text, input.h_search_btn {
    border: none;
    background: none;
    vertical-align: top;
}

input.h_search_text {
    height: 18px;
    line-height: 18px;
    padding: 10px 0 10px 25px;
    width: 230px;
}

input.h_search_btn {
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 80px;
    font-size: 16px;
    color: #555;
}

input.h_search_btn:hover {
    background: #0b57a0;
    color: #fff;
    text-decoration: none;
}

/*--------------------------star中间区域*/
div.h_one, div.h_one_i {
    background: #fff url(../images/tool/line.gif) repeat-y 835px top;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto 2em auto;
    padding-bottom: 1px;
}

div.h_one_i {
    margin: 0 auto;
    border-bottom: none;
}

div.l_810 {
    float: left;
    width: 810px;
}

div.r_340 {
    float: right;
    width: 340px;
}

/*动画*/
div.h_flash {
    width: 500px;
    height: 350px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2em;
}

div.h_flash ul, div.h_flash li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.h_flash li {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

p.black {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    padding: 0 2.5%;
    color: #fff;
    background: url(../images/tool/black_7.png) repeat \9;
    *background: url(../images/tool/black_7.png) repeat;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    line-height: 40px;
    height: 40px;
}

p.black .tit {
    width: 285px;
    overflow: hidden;
    text-overflow: ellipsis
}

/*小*/
div.h_flash_s {
    margin: 0;
    float: none;
    width: 330px;
    height: 210px;
    margin-bottom: 1.6em;
}

div.h_flash_s .black {
    font-size: 12px;
}

/*动画数字*/
div.h_flash_num {
    position: absolute;
    bottom: 1em;
    right: .8em;
}

div.h_flash_num dl {
    float: right;
}

div.h_flash_num dd {
    float: left;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin: 0 0 0 .3em;
    cursor: pointer;
    text-indent: -9999em;
    text-align: left;
}

div.h_flash_num dd.cur {
    border: 2px solid #f00000;
}

/*标签导航*/
dl.h_tab_nav {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1.2em;
}

dl.h_tab_nav dt {
    color: #888;
    font-size: 12px;
    float: right;
}

dl.h_tab_nav dt a {
    color: #888;
}

dl.h_tab_nav dt a:hover {
    color: #00509b;
}

dl.h_tab_nav dd {
    float: left;
    font-size: 16px;
}

dl.h_tab_nav dd a {
    float: left;
    color: #666;
    margin-bottom: -1px;
    padding: 0 .8em;
}

dl.h_tab_nav dd a.on {
    border-bottom: 3px solid #00509b;
    color: #333
}

/*内容*/
div.h_tab_box {
    display: table-cell;
    width: 9999px;
    *width: auto;
    *zoom: 1;
}

.tab_box .h_news .hide a {
    color: #00509b;
    font-weight: bold
}

dl.h_news .r, ul.h_news .r {
    font-size: 14px;
    color: #999;
}

dl.h_news {
    width: 650px;
    float: right;
}

dl.h_news dt {
    height: 2.4em;
    line-height: 2.4em;
    font-size: 20px
}

dl.h_news dd p, ul.h_news li {
    clear: both;
    line-height: 2em;
}

dl.h_news dd p a, ul.h_news li a {
    height: 2em;
    float: left;
    width: 87%;
    font-size: 15px
}

dl.h_news dd p a:hover {
    color: #00509b;
}

/*一行*/
div.o_t {
    margin-bottom: 1em;
    padding-bottom: 1px;
}

div.o_d {
    padding-bottom: 1px;
}

div.o_c {
    margin: 1em 0;
    padding-bottom: 1px;
}

div.w_5 {
    width: 48%;
}

/*标题*/
dl.h_th {
    border-bottom: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
}

dl.h_th dt.img {
    float: left;
    margin-left: 1.5em;
}

dl.h_th img {
    vertical-align: middle;
    vertical-align: top \9;
    margin-top: .8em \9;
    *vertical-align: top;
    *margin-top: .8em;
}

dl.h_th dt, dl.h_th_r dt {
    float: right;
    font-size: 12px;
}

dl.h_th dt em, dl.th_s dd em, dl.h_th_r dt em {
    font-style: normal;
    margin: 0 .3em;
    font-family: "宋体";
}

dl.h_th dd {
    float: left;
    font-size: 16px;
    margin-bottom: -1px;
    border-bottom: 3px solid #00509b;
    padding: 0 .4em;
}

/*二级标题*/
dl.th_s {
    margin: .5em 0 0 0;
    margin-bottom: -.5em;
    height: 2em;
    line-height: 2em;
    font-size: 12px;
}

dl.th_s dt {
    float: right;
}

dl.th_s dd {
    color: #888;
    float: left;
}

dl.th_s dd a {
    color: #888;
}

dl.th_s dd a:hover {
    color: #ff0000;
}

/*红色按钮*/
.red_btn {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    font-size: 12px;
    background: #f00000;
}

.red_btn:hover {
    background: #cc0000;
    color: #fff;
    text-decoration: none;
}

/*列表*/
ul.h_news {
    padding-top: 1em;
}

/*专题*/
dl.h_theme {
    padding: 1.5em 0 .4em 0;
    border-bottom: 1px solid #e5e5e5;
}

dl.h_theme dt {
    text-align: center;
}

dl.h_theme dt img {
    max-width: 100%;
}

dl.h_theme dd {
    padding: .4em 0 0 0;
}

dl.h_theme em {
    font-style: normal;
    color: #ccc;
    margin: 0 .7em;
    line-height: 1.8em;
    font-family: "宋体";
}

dl.h_theme dd div {
    font-size: 12px;
    text-align: right;
    color: #888;
}

dl.h_theme dd div a {
    color: #888;
}

dl.h_theme dd div a:hover {
    color: #ff0000;
}

/*-----------star滚动*/
.picScroll {
    background: #fff;
    width: 340px;
    margin: .8em 0;
    height: 80px;
    overflow: hidden;
}

/*左右按钮*/
.picScroll .bd {
    position: relative;
}

.picScroll .prev, .picScroll .next {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    display: block;
    z-index: 9;
    overflow: hidden;
    background: url(../images/tool/btn.png) no-repeat;
    width: 13px;
    height: 27px;
}

.picScroll .next {
    left: auto;
    right: 0px;
    background-position: right top;
}

.picScroll .prev:hover {
    background-position: left -27px;
}

.picScroll .next:hover {
    background-position: right -27px;
}

/*不可点击状态*/
/*.picScroll .prevStop { background:url(../images/btn_l_n.png) no-repeat !important;}
.picScroll .nextStop {background:url(../images/btn_r_n.png) no-repeat !important;}*/
/*中间内容*/
.picScroll ul {
    overflow: hidden;
    zoom: 1;
    width: 2112px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    left: 0px;
}

.picScroll li {
    width: 70px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    position: relative;
    float: left;
    display: inline;
}

div.tempWrap {
    overflow: hidden;
    position: relative;
    width: 340px
}

ul.h_tool {
    font-size: 12px;
}

ul.h_tool p {
    padding: .1em 0 0 0;
    line-height: 1.2em;
}

ul.h_tool span {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/tool/t_arrow.png);
}

span.b_2 {
    background-position: left -55px;
}

span.b_3 {
    background-position: left -110px;
}

span.b_4 {
    background-position: left -165px;
}

a:hover span.b_1 {
    background-position: -55px top;
}

a:hover span.b_2 {
    background-position: -55px -55px;
}

a:hover span.b_3 {
    background-position: -55px -110px;
}

a:hover span.b_4 {
    background-position: -55px -165px;
}

/*线标题*/
dl.h_th_r {
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    border-left: none;
    border-right: none;
    margin-bottom: 1em;
}

dl.h_th_r dd {
    float: left;
    margin-bottom: -1px;
    border-bottom: 3px solid #444;
    padding: 0 .4em;
}

dl.h_th_r dt a {
    color: #888;
}

dl.h_th_r dt a:hover {
    color: #00509b;
}

dl.h_th_n {
    border: none;
}

dl.h_th_n dd {
    border-width: 2px;
}

/*视频*/
dl.h_video {
    margin: 1em 0 0 0;
}

dl.h_video dt {
}

dl.h_video dt div {
    float: left;
    width: 33.3%;
}

dl.h_video dt a {
    background: #000;
    margin: 0 auto;
    display: block;
    width: 110px;
    height: 85px;
    overflow: hidden;
    position: relative;
}

span.video_s {
    position: absolute;
    z-index: 11;
    background: url(../images/tool/video.png) no-repeat;
    width: 23px;
    height: 23px;
    bottom: 2em;
    right: 2.8em;
}

dl.h_video dt a:hover img {
    opacity: .6;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=60);
}

dl.h_video dd p {
    line-height: 1.9em;
}

dl.h_video dd a {
    display: block;
    height: 1.9em;
    padding-left: 1.4em;
    background: url(../images/tool/v.png) no-repeat left center;
}

dl.h_video dd {
    padding: .5em 0 0 0;
    clear: both;
}

/*---------star我们的业务*/
div.w_o {
    width: 1200px;
    margin: 0 auto 1.5em;
    padding-bottom: 1px;
}

div.l_255 {
    position: relative;
    width: 255px;
    float: left;
    height: 221px;
    overflow: hidden;
}

div.l_255 h3 {
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0084c1;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    width: 90%;
    padding: 0 5%;
    font-size: 22px;
}

div.r_945 {
    float: right;
    width: 945px;
}

ul.h_pic li {
    float: left;
    width: 12.5%;
    text-align: center;
    border-bottom: 1px solid #fff;
    height: 110px;
}

ul.h_pic li img {
    width: 100%;
    height: 110px;
}

ul.h_pic li a {
    position: relative;
    display: block;
    height: 100%;
    border-left: 1px solid #fff;
    margin-left: -1px;
    margin-bottom: -1px;
    overflow: hidden;
}

span.orange {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../images/tool/orange_9.png) repeat \9;
    *background: url(../images/tool/orange_9.png) repeat;
    background: rgba(255, 153, 0, .9);
    line-height: 110px;
    margin-top: -110px;
}

/*空*/
span.null_text {
    display: block;
    color: #888;
    text-align: center;
    padding: 5em 0 0 0;
}

/*标签导航*/
dl.o_tab_nav {
    background: #f4f4f4;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2em;
}

dl.o_tab_nav dt {
    float: right;
    padding-right: 1em;
}

dl.o_tab_nav dd {
    float: left;
}

dl.o_tab_nav dd a {
    float: left;
    padding: 0 1em;
    color: #888;
    cursor: pointer;
    position: relative;
}

dl.o_tab_nav dd a em {
    position: absolute;
    left: 50%;
    width: 8px;
    height: 3px;
    overflow: hidden;
    bottom: -3px;
    margin-left: -4px;
}

dl.o_tab_nav dd a.tab_light {
    color: #fff;
    background: #ea0001;
}

dl.o_tab_nav dd a.tab_light em {
    background: url(../images/tool/tab_arrow.gif) no-repeat;
}

/*标签内容*/
dl.h_li dt {
    background: url(../images/tool/text_bj.png) no-repeat left top;
    padding-left: 8em;
    height: 175px;
}

dl.h_li dt h4 {
    font-size: 24px;
    font-weight: normal;
}

dl.h_li dt p {
    color: #888;
    padding: 1em 0 0 0;
    font-size: 12px;
    line-height: 1.8em;
}

dl.h_li dt div {
    text-align: right;
    font-size: 12px;
}

dl.h_li dd p a, ul.h_list li a {
    display: block;
    line-height: 2em;
    height: 2em;
    background: url(../images/tool/gray_arrow.gif) no-repeat left center;
    padding-left: 1em;
}

div.r_330 {
    float: right;
    width: 330px;
}

/*新闻列表页动画数字*/
.tab div.dt_flash_num {
    position: absolute;
    bottom: 1em;
    right: .8em;
}

.tab div.dt_flash_num dl {
    float: right;
}

.tab div.dt_flash_num dd {
    float: left;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin: 0 0 0 .3em;
    cursor: pointer;
    text-indent: -9999em;
    text-align: left;
}

.tab div.dt_flash_num dd.cur {
    border: 2px solid #f00000;
}


.h_pic_d {
    width: 945px;
    height: 221px;
    position: relative;
    overflow: hidden;
    margin-left: 2px
}

.h_pic_d .container {
    position: absolute;
    top: 0;
    width: 445px;
    height: 221px;
    overflow: hidden;
    cursor: pointer;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: left .6s;
}

.h_pic_d .container .text {
    position: absolute;
}

.h_pic_d .container .ico {
    width: 200px;
    position: absolute;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}


.h_pic_d .Bridge {
    background: #dadada;
    z-index: 1;
    left: 0
}

.h_pic_d .Bridge .ico {
    bottom: -100px;
    right: -200px
}


.h_pic_d .Railroad {
    z-index: 2;
    left: 445px;
}

.h_pic_d .Railroad .ico {
    bottom: -100px;
    right: -200px
}


.h_pic_d .Mechanics {
    z-index: 3;
    left: 695px;
}

.h_pic_d .Mechanics .ico {
    bottom: -100px;
    right: -200px
}

/*state*/
.h_pic_d.state-0 .Bridge {
    left: 0px
}

.h_pic_d.state-0 .Bridge .ico {
    color: white;
    bottom: 120px;
    right: 30px
}


/*state*/
.h_pic_d.state-1 .Railroad {
    left: 250px
}

.h_pic_d.state-1 .Bridge .ico {
    bottom: -100px;
    right: -200px
}

.h_pic_d.state-1 .Railroad .ico {
    color: white;
    bottom: 120px;
    right: 30px
}

/*state*/
.h_pic_d.state-2 .Railroad {
    left: 250px
}

.h_pic_d.state-2 .Mechanics {
    left: 500px
}

.h_pic_d.state-2 .Bridge .ico {
    bottom: -100px;
    right: -200px
}

.h_pic_d.state-2 .Railroad .ico {
    bottom: -100px;
    right: -200px
}

.h_pic_d.state-2 .Mechanics .ico {
    color: white;
    bottom: 120px;
    right: 30px
}

/*闪光*/
dl.h_pic_d a:before, div.l_255 a:before, ul.l_culture dd a:before {
    position: absolute;
    top: 0px;
    left: -290px;
    display: block;
    content: "";
    width: 220px;
    height: 150px;
    overflow: hidden;
    z-index: 5;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

div.l_255 a:before {
    height: 300px;
    width: 300px;
}

dl.h_pic_d a:hover:before, div.l_255 a:hover:before, ul.l_culture dl:hover a:before {
    -moz-transition: left 1s ease 0s;
    -webkit-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
    left: 675px;
}

/*列表*/
dl.h_list {
    padding: 1em 0 0 0;
}

dl.h_list dt h4 {
    font-size: 14px;
    font-weight: normal;
}

dl.h_list dt p {
    color: #888;
    font-size: 12px;
}

dl.h_list dd {
    padding: .8em 0 0 0;
}

dl.h_list dd p {
    padding-left: 1em;
    line-height: 1.9em;
    height: 1.9em;
    background: url(../images/tool/gray_arrow.gif) no-repeat left center;
}

/*蓝色标题*/
dl.h_d_th {
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
    line-height: 44px;
    margin-top: 1.5em;
}

dl.h_d_th dt {
    font-size: 12px;
    float: right;
}

dl.h_d_th dt em {
    font-style: normal;
    margin: 0 .5em;
    font-family: "宋体";
}

dl.h_d_th dd {
    color: #fff;
    font-size: 16px;
    padding: 0 5em;
    background: #0084c1;
    float: left;
}

/*线标题*/
dl.h_th_s {
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    height: 40px;
}

dl.h_th_s dt {
    float: right;
    font-size: 12px;
    color: #888;
}

dl.h_th_s dt a {
    color: #888;
}

dl.h_th_s dt a:hover {
    color: #00509b;
}

dl.h_th_s dd {
    float: left;
    border-bottom: 1px solid #00509b;
    margin-bottom: -1px;
    padding: 0 .4em;
}

div.w_3 {
    width: 32%;
    margin: 0 1%;
    float: left;
}

div.l_3 {
    margin-left: 0;
}

div.r_3 {
    margin-right: 0;
    float: right;
}

div.w_3 ul.h_list {
    padding: .5em 0;
}

div.h_map {
    text-align: center;
    margin: .8em 0;
}

/*杂志*/
ul.h_book {
    margin: 1.5em 0;
    padding-bottom: 1px;
}

ul.h_book li p {
    padding: .6em 0 0 0;
    line-height: 1.4em;
    text-align: center;
}

/*四局展厅*/
div.h_link_t {
    background: url(../images/tool/gray_box.jpg) no-repeat center top;
    height: 245px;
    margin: 1.5em 0;
    text-align: center;
}

dl.h_link_t {
    padding: 2em 0 0 0;
}

dl.h_link_t dt h4 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1em;
}

dl.h_link_t dt p {
    font-size: 22px;
    padding: .4em 0 0 0;
    line-height: 1.1em;
}

dl.h_link_t dt {
    color: #2C2C58;
}

dl.h_link_t dd {
    padding: .2em 0 0 0;
}

dl.h_link_t dd a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #ff0000;
}

dl.h_link_t dd img {
    vertical-align: middle;
    vertical-align: top \9;
    margin-top: .8em \9;
    *vertical-align: top;
    *margin-top: .8em;
}

dl.h_link_t dd p {
    margin: .8em 0;
}

dl.h_link_t dd a:hover {
    background-color: #cc0000;
}

div.h_video {
    margin: 1em 0;
}

div.h_video a {
    display: block;
    position: relative;
    height: 130px;
}

span.video_b {
    position: absolute;
    background: url(../images/tool/video_g.png) no-repeat;
    width: 55px;
    height: 55px;
    overflow: hidden;
    top: 37.5px;
    left: 142.25px
}

/*招聘*/
dl.h_jobs {
    padding-bottom: 1em;
}

dl.h_jobs dt {
    height: 85px;
    line-height: 85px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 .8em 0;
}

dl.h_jobs dt a {
    color: #fff;
    display: block;
    padding-left: 2em;
}

dl.h_jobs dt span {
    width: 165px;
}

dl.h_jobs dt span.l {
    background: linear-gradient(45deg, #fbbd08, #8dc63f)
}

dl.h_jobs dt span.r {
    background: linear-gradient(-45deg, #0081ff, #1cbbb4)
}

dl.h_jobs dt a:hover {
    -moz-transform: translateX(.5em);
    -ms-transform: translateX(.5em);
    -o-transform: translateX(.5em);
    -webkit-transform: translateX(.5em);
    transform: translateX(.5em);
}

dl.h_jobs dd {
    margin: .8em -.5em 0 -.2em;
}

dl.h_jobs dd p {
    padding: .5em 0 0 0;
    clear: both;
}

dl.h_jobs dd a {
    float: left;
    width: 30%;
    margin: 0 1.4%;
    margin: 0 1% \9;
    *margin: 0 1%;
    text-align: center;
    height: 2.4em;
    line-height: 2.4em;
    background: #eaeaea;
}

dl.h_jobs dd a:hover {
    background: #00509b;
    color: #fff;
}

/*-----------star链接*/
.f_1200 {
    width: 1200px;
    margin: 0 auto;
}

div.link, div.link_w {
    background: #f0f0f0;
    font-size: 14px;
    color: #666;
}

div.link_w {
    padding: 2em 0;
    display: flex;
    justify-content: space-between
}

dl.link {
    float: left;
    width: 60%;
}

dl.link dd {
    padding: .7em 0 0 0;
    line-height: 1.4em;
}

div.link dt h4 {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8em;
}

dl.link dt p {
    padding: .8em 0 0 0;
}

dl.link dt a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #9b9b9b;
    text-align: center;
    overflow: hidden;
    margin-right: .4em;
}

dl.link dt a em {
    display: inline-block;
    font-style: normal;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(../images/tool/arrow.png);
}

em.l_2 {
    background-position: left -40px;
}

em.l_3 {
    background-position: left -80px;
}

em.l_4 {
    background-position: left -120px;
}

em.l_5 {
    background-position: left -160px;
}

em.l_6 {
    background-position: left -200px;
}

dl.link dt a:hover {
    border-color: #00417b;
}

a:hover em.l_1 {
    background-position: -40px top;
}

a:hover em.l_2 {
    background-position: -40px -40px;
}

a:hover em.l_3 {
    background-position: -40px -80px;
}

a:hover em.l_4 {
    background-position: -40px -120px;
}

a:hover em.l_5 {
    background-position: -40px -160px;
}

a:hover em.l_6 {
    background-position: -40px -200px;
}

dl.link_r {
    float: right;
    width: 290px;
}

dl.link_r select {
    width: 290px;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    padding: .1em 1em;
    line-height: 2.2em;
    height: 2.2em;
}

dl.link_r p {
    margin: .4em 0;
}

dl.link_r dd {
    padding: 1em 0 0 0;
    line-height: 16px;
}

dl.link_r dd span.l {
    margin-top: .5em;
}

/*-------------------star文件底*/
div.footer, dl.footer {
    font-size: 12px;
    color: #a8bed2;
    background: #00417b;
}

div.footer a {
    color: #a8bed2;
}

div.footer a:hover {
    color: #fff;
}

dl.footer {
    padding: 1em 0;
}

dl.footer dd {
    float: right;
}

dl.footer dt {
    float: left;
}

dl.footer dt em {
    margin: 0 .6em;
    font-family: "宋体";
    font-style: normal;
}

/*-------------star内页的样式*/
div.i_top {
    position: relative;
}

div.i_top div.header {
    position: absolute;
    width: 100%;
    z-index: 111;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .5);
    background: url(../images/tool/white_5.png) repeat \9;
    *background: url(../images/tool/white_5.png) repeat;
}

div.i_top div.header_width {
    background: none;
}

div.i_top ul.nav li a.a {
    font-weight: bold;
}

/*大图片*/
div.i_banner {
    height: 220px;
    position: relative;
}

div.i_banner img {
    display: block;
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

/*-star位置标题*/
div.site_th, dl.site_th {
    font-size: 13px;
    height: 60px;
    line-height: 60px;
}

dl.site_th dd {
    float: left;
    margin-bottom: -1px;
}

dl.site_th dd a {
    float: left;
    color: #666;
    margin-right: 1.4em;
    font-weight: bold;
    padding: 0 .4em;
}

dl.site_th dd a.tab_light {
    color: #333;
    background: url(../images/tool/tab_line.gif) repeat-x left bottom;
}

dl.site_th dt {
    float: right;
    background: url(../images/tool/home.gif) no-repeat left center;
    padding-left: 1.5em;
}

dl.site_th dt em {
    font-style: normal;
    margin: 0 .8em;
}

dl.site_th img {
    vertical-align: middle;
}

/*--------star内页中间*/
div.l_770 {
    float: left;
    width: 800px;
}

/*关于我们*/
dl.l_about {
    margin: 2em 0;
}

dl.l_about dt h5 {
    font-size: 24px;
    color: #999;
    font-weight: normal;
}

dl.l_about dt h4 {
    padding: .4em 0 0 0;
    font-size: 16px;
    font-weight: normal;
}

dl.l_about dd {
    font-size: 12px;
    padding: 0 0 0 0;
    color: #666;
}

dl.l_about dd p {
    text-indent: 2em;
    margin: 2em 0;
}

dl.l_about dd div {
    text-align: center;
    font-size: 14px;
}

dl.l_about dd div a {
    display: block;
    color: #888;
    background: #ebebeb;
    padding: 1.2em 0;
    line-height: 2em;
}

dl.l_about dd div a:hover {
    background: #ccc;
    color: #fff;
    text-decoration: none;
}


dl.i_about dd {
    font-size: 14px;
}

dl.i_about {
    margin-bottom: 4em;
}

dl.i_about dd p.c_pic {
    text-align: center;
    text-indent: 0;
}

ul.l_about {
    margin: 1em -.8em;
    margin: 1em 0 \9;
    *margin: 1em 0;
    padding-bottom: 4em \9;
}

ul.l_about li {
    float: left;
    width: 49.9%;
    margin-bottom: 3em;
}

ul.l_about li div {
    width: 365px;
    margin: 0 auto;
}

ul.l_about li div a {
    overflow: hidden;
    display: block;
    position: relative;
    height: 145px;
}

ul.l_about li h5 {
    font-size: 16px;
    font-weight: normal;
    padding: .8em 0 0 0;
    line-height: 1.4em;
}

ul.l_about li p {
    color: #666;
    font-size: 12px;
    padding: .5em 0 0 0;
}

div.red {
    position: absolute;
    top: -145px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(255, 0, 0, .7);
    background: url(../images/tool/red_7.png) repeat \9;
    *background: url(../images/tool/red_7.png) repeat;
    text-align: center;
}

span.add {
    position: absolute;
    background: url(../images/tool/add.png) no-repeat;
    width: 57px;
    height: 57px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin: -28px 0 0 -28px;
}

/*专题*/
dl.r_theme {
    margin: 1.5em 0;
    padding-bottom: 1px;
}

dl.r_theme dt {
    text-align: center;
}

dl.r_theme dt div {
    margin-top: 1em;
}

dl.r_theme dd {
    padding: .8em 0 0 0;
    font-size: 12px;
}

dl.r_theme dd p {
    line-height: 2em;
    height: 2em;
    float: left;
    width: 47%;
    padding-left: 2.9%;
    background: url(../images/tool/gray_arrow.gif) no-repeat left center;
}

ul.r_list {
    margin: 1em 0;
}

ul.r_list li {
    line-height: 2em;
    height: 2em;
    padding-left: 1em;
    background: url(../images/tool/gray_arrow.gif) no-repeat left center;
}

/*----------------star精品案例*/
/*标题*/
div.link_th, ul.link_th {
    background: #fff url(../images/tool/line.gif) repeat-x left bottom;
}

ul.link_th {
    padding: 1em 0;
}

ul.link_th li a {
    display: inline-block;
    vertical-align: top;
    line-height: 2em;
    height: 2em;
    font-size: 12px;
    color: #666;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: .1em 1em;
    margin: .3em .5em .3em 0;
}

ul.link_th li a:hover {
    border: 1px solid #00417b;;
    background: #00417b;;
    color: #fff;
    text-decoration: none;
}

/*瀑布流*/
#waterfall {
    margin: 2em auto;
    width: 1200px;
    min-height: 350px;
}

#waterfall img {
    width: 100%;
    transition: .3s all;
}

#waterfall .cell {
    padding: 10px;
    width: 270px;
    background: #f6f6f6;
    margin-top: 10px;
    display: inline-block
}

#waterfall p {
    text-align: left;
    padding: .5em .2em;
    white-space: nowrap;
    overflow: hidden;
}

#waterfall .pic {
    width: 270px;
    height: 180px;
    overflow: hidden;
}


#waterfall .cell:hover {
    background: #00417b;;
    transition: .3s all;
}

#waterfall .cell:hover a {
    color: #fff;
}


/*瀑布流2_业务与产品*/
div.pro_list {
    width: 1204px !important;
}

div.pro_list img {
    width: 300px !important;
}

div.pro_list .cell {
    padding: 0 !important;
    width: 300px !important;
    background: none;
    margin-top: 1px !important;
}

div.pro_list .cell a {
    display: block;
    position: relative;
    overflow: hidden;
}

div.black {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -150%;
    background: url(../images/tool/black_7.png) repeat \9;
    *background: url(../images/tool/black_7.png) repeat;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
}

a:hover div.black {
    top: 0;
}

div.pro_list span.add {
    position: static;
    display: inline-block;
    margin: 3em 0 0 0;
}

div.pro_list h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4em;
    padding: .5em 0 0 0;
    margin: 0 1.7em;
}

/*--------------------star企业文化*/
div.l_835 {
    float: left;
    width: 835px;
}

ul.l_culture {
    display: flex;
    justify-content: space-between;
    align-items: center
}

ul.l_culture .l_item {
    flex: 1;
    padding: 20px 25px 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-top: 1.5em;
    margin-right: 1em;
}

ul.l_culture .l_item:hover {
    box-shadow: 0 0 20px #cecece;
    transition: all 500ms;
}

ul.l_culture .l_item:hover a.more {
    background: #1961ac;
    color: #fff;
}

ul.l_culture .l_item p.tit {
    line-height: 42px;
    font-size: 18px;
    color: #00417b;
    position: relative;
    margin-bottom: 20px;
}

ul.l_culture .l_item p.tit i {
    width: 32px;
    height: 2px;
    background-color: #d2d2d2;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}

ul.l_culture .l_item p.tit2 {
    font-size: 20px;
    color: #00417b;
    line-height: 150%;
    padding: 0px 0 10px;
    font-weight: bold;
}

ul.l_culture .l_item p.smy {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    height: 130px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

ul.l_culture .l_item a.more {
    display: block;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #1961ac;
    margin-top: 30px;
    text-align: center;
    color: #1961ac;
    font-size: 12px;
}

/*线标题*/
dl.th_line {
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    height: 40px;
    margin: 1em 0;
}

dl.th_line dt {
    float: right;
    padding-right: 2em;
}

dl.th_line dd {
    font-size: 18px;
    float: left;
}

/*文字*/
div.text_o_s {
    margin: 1em 0 4em 0;
    font-size: 12px;
}

div.text_o_s p {
    text-indent: 2em;
}

/*新闻*/
dl.l_news .l_date {
    width: 90px;
    height: 90px;
    padding: 5px 16px;
    border-right: 1px solid #ececec;
    text-align: center;
    transition: 0.3s;
    box-sizing: border-box;
}

dl.l_news .l_date .big {
    border-bottom: 1px solid #e5e5e5;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

dl.l_news .l_date .small {
    line-height: 30px;
}

dl.l_news {
    margin: 0;
    padding: 1em 3em 1em 0;
    border-bottom: 1px dotted #ccc;
}

dl.l_news:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

div.l_news {
    padding-bottom: 4em;
}

dl.l_news dt {
    margin-right: 2em;
    font-family: Arial;
    float: left;
}

dl.l_news dt .red_text {
    padding: .6em 0 5px 16px;
    font-weight: normal;
    line-height: 1.1em;
}

dl.l_news dt p, dl.d_th dt p {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 26px;
    line-height: 1.1em;
}

dl.l_news dd, dl.d_th dd {
    display: table-cell;
    width: 9999px;
    *width: auto;
    *zoom: 1;
}

dl.l_news dd h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    height: 2em;
    width: 675px
}

dl.l_news dd div, dl.l_news dd p {
    line-height: 1.5em;
    color: #666;
    font-size: 12px;
    padding: .5em 0 0 0;
}

dl.l_news dd div span {
    padding-left: 1.5em;
}

/*正文标题*/
dl.d_th {
    margin: 3em 0 0 0;
}

dl.d_th dd h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em;
}

dl.d_th dd p {
    padding: 1em 0 0 0;
    font-size: 12px;
    color: #666;
}

dl.d_th dd p span {
    padding-left: 1.5em;
}

dl.d_th dd div {
    padding: 1em 0 0 0;
}

dl.d_th dt {
    margin-right: 2em;
    font-family: Arial;
    float: left;
    padding: 5px 16px;
    font-weight: normal;
    line-height: 1.1em;
}

dl.d_th .l_date {
    width: 90px;
    height: 90px;
    background-color: #005ca7;
    color: #fff;
    text-align: center;
    box-sizing: border-box
}

dl.d_th .l_date .big {
    border-bottom: 1px solid #e5e5e5;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

dl.d_th .l_date .small {
    line-height: 30px;
}

.bdsharebuttonbox a {
    margin: 0px !important;
    width: 18px !important;
    height: 18px !important;
}

.bdsharebuttonbox a:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bds_weixin {
    background-image: url(../images/share/weixin.png) !important;
    background-position: 0 !important;
    background-size: contain !important;
}

.bds_tsina {
    background-image: url(../images/share/tsina.png) !important;
    background-position: 0 !important;
    background-size: contain !important;
}

.bds_sqq {
    background-image: url(../images/share/sqq.png) !important;
    background-position: 0 !important;
    background-size: contain !important;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    padding-left: 4px !important;
}

/*正文*/
div.d_wen {
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3em;
    font-size: 14px;
}

div.d_wen p {
    margin: 1em 0;
}

div.d_wen img {
    max-width: 100%;
}

div.d_wen p.c_pic {
    text-align: center;
    text-indent: 0;
    margin: 2em 0;
}

/*上下篇*/
dl.d_other {
    margin: 1.2em 0 4em 0;
}

dl.d_other dt {
    font-size: 12px;
    float: left;
    width: 64%;
}

dl.d_other dd {
    float: right;
}

dl.d_other dt span {
    display: block;
    line-height: 2.4em;
    height: 2.4em;
    background: #eee;
    padding-right: 1em;
}

dl.d_other dt b {
    font-weight: normal;
    color: #666;
    font-size: 13px;
    display: inline-block;
    width: 100px;
    text-align: center;
    border-right: 1px solid #fff;
    background: #e0e0e0;
}

dl.d_other dt div {
    margin-top: .4em;
}

dl.d_other dt a {
    float: right;
    width: 76%;
}

dl.d_other dd a {
    background: #e0e0e0;
    font-size: 16px !important;
    display: inline-block;
    padding: 0 3em;
    line-height: 2.4em;
}

dl.d_other dd a:hover {
    background: #ff0000;
    color: #fff;
    text-decoration: none;
}


/*----------star人力资源*/
dl.l_jobs dd {
    font-size: 13px;
    padding: 1em 0 0 0;
}

dl.l_jobs dd p {
    margin: 0;
}

dl.l_jobs dd ol {
    padding: 1em 0 0 1.5em;
}

/*分类*/
dl.l_jobs_d {
    margin: 4em 0;
    padding-bottom: 1px;
}

dl.l_jobs_d dt, dl.l_jobs_d dd {
    float: left;
    width: 48%;
}

dl.l_jobs_d dd {
    float: right;
}

dl.l_jobs_d a {
    display: block;
    color: #fff;
    background-color: #fea200;
    background-image: url(../images/tool/jobs1.png);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    height: 200px;
    text-align: center;
}

dl.l_jobs_d dd a {
    color: #fff;
    background-color: #4957af;
    background-image: url(../images/tool/jobs2.png);
}

dl.l_jobs_d h4 {
    font-size: 30px;
    font-weight: normal;
    padding: 2.4em 0 0 0;
}

dl.l_jobs_d p {
    font-size: 18px;
    padding: 1em 0 0 0;
}

dl.l_jobs_d a:hover {
    background-color: #ff6600;
}

dl.l_jobs_d dd a:hover {
    background-color: #00509b;
}

/*图标列表*/
ul.r_jobs {
    margin: 2em -1em;
}

ul.r_jobs li {
    color: #666;
    float: left;
    width: 33.3%;
    width: 33% \9;
    *width: 33%;
    margin-bottom: 1.6em;
}

ul.r_jobs li a {
    color: #666;
    display: block;
    text-align: center;
}

ul.r_jobs li a:hover div {
    background-color: #4957af;
}

ul.r_jobs li div {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    padding: 25px;
    background-color: #eaeaea;
}

ul.r_jobs li p {
    padding: 1em 0 0 0;
    line-height: 1.2em;
}

ul.r_jobs li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/tool/jobs.png);
}

span.j_2 {
    background-position: left -50px;
}

span.j_3 {
    background-position: left -100px;
}

span.j_4 {
    background-position: left -150px;
}

span.j_5 {
    background-position: left -200px;
}

span.j_6 {
    background-position: left -250px;
}

a:hover span.j_1 {
    background-position: -50px top;
}

a:hover span.j_2 {
    background-position: -50px -50px;
}

a:hover span.j_3 {
    background-position: -50px -100px;
}

a:hover span.j_4 {
    background-position: -50px -150px;
}

a:hover span.j_5 {
    background-position: -50px -200px;
}

a:hover span.j_6 {
    background-position: -50px -250px;
}

/*---------------star新闻列表*/
.main-news-swiper {
    position: relative;
    padding: 35px 0 25px;
    overflow: hidden;
    width: 800px
}

.main-news-swiper .swiper-slide {
    display: block;
    position: relative;
    background-color: #fff;
    margin-left: 2px;
    height: 208px;
}

.main-news-swiper .swiper-slide .pic {
    width: 360px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    border-radius: 10px
}

.main-news-swiper .swiper-slide .info {
    position: absolute;
    left: 45%;
    right: 5px;
    top: 0;
    height: 100%;
    padding: 10px 30px 20px;
    box-sizing: border-box;
}

.main-news-swiper .swiper-slide .info .tit {
    max-height: 48px;
    font-size: 20px;
    line-height: 24px;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main-news-swiper .swiper-slide .info .txt {
    max-height: 90px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main-news-swiper .swiper-slide .info .date {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 10px;
    line-height: 20px;
}

.main-news-swiper .swiper-slide .info .more {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin-left: 15px;
    line-height: 20px;
    color: #666;
    transition: 0.3s;
}

.main-news-swiper .swiper-slide .info .more:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.main-news-swiper .swiper-slide:hover .pic em {
    transform: translateX(-4.5%);
}

.main-news-swiper .swiper-slide:hover .info .tit {
    color: #005ca7;
}

.main-news-swiper .swiper-slide:hover .info .more {
    color: #005ca7;
}

.main-news-swiper .swiper-slide:hover .info .more:after {
    border-color: #005ca7;
}

.main-news-swiper .swiper-pagination {
    z-index: 1;
    left: auto;
    right: 30px;
    bottom: 33px;
    width: auto;
    line-height: 20px;
}

.main-news-swiper .swiper-pagination-current {
    font-size: 20px;
    color: #e60012;
}

.main-news-swiper.style2 .swiper-slide {
    padding: 0 5px;
}

.main-news-swiper.style2 .swiper-slide .info {
    position: static;
    margin: 0 5px;
}

.main-news-swiper.style2 .swiper-slide .info .txt {
    height: 60px;
    margin-top: 15px;
    -webkit-line-clamp: 2;
}

.main-news-swiper.style2 .swiper-slide .info .date {
    position: static;
    margin-top: 50px;
}


ul.l_news_pic {
    margin: 2em 0;
}

ul.l_news_pic li {
    float: left;
    width: 33.3%;
    margin-bottom: 1em;
}

ul.l_news_pic li a {
    display: block;
    width: 240px;
    padding: 10px;
    background: #f6f6f6;
    height: 230px;
}

ul.l_news_pic li a:hover {
    color: #FFF;
    background: #175da5;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

ul.l_news_pic div.pic {
    position: relative;
    height: 170px;
    overflow: hidden;
}

ul.l_news_pic div.red {
    top: -170px;
}

ul.l_news_pic a {
    color: #666;
}

ul.l_news_pic h5 {
    font-size: 14px;
    font-weight: normal;
    padding: .8em 0 0 0;
}

/*图片新闻*/
dl.l_news_t {
    margin: 2em 3em 0 0;
    padding-bottom: 1.8em;
    border-bottom: 1px dotted #ccc;
}

dl.l_news_t dt {
    float: right;
    width: 370px;
}

dl.l_news_t dd {
    float: left;
    width: 50%;
}

dl.l_news_t dd h5 {
    font-size: 18px;
    font-weight: bold;
}

dl.l_news_t dd p {
    color: #666;
    font-size: 12px;
    line-height: 1.6em;
    padding: 1em 0 0 0;
}

dl.l_news_t dd div.more {
    padding: 1em 0 0 0;
}

dl.l_news_t dd div.more a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: .5em 0;
    line-height: 2em;
    color: #666;
    background: #eaeaea;
    text-align: center;
}

dl.l_news_t dd div.more a:hover {
    background: #ccc;
    color: #fff;
    text-decoration: none;
}


/*------star业务与产品*/
dl.pro_o {
    background: #666;
    color: #fff;
    margin: 1em auto 2em auto;
}

dl.pro_o dt {
    float: left;
    width: 810px;
    margin-right: 2em;
}

dl.pro_o dd {
    display: table-cell;
    width: 9999px;
    *width: auto;
    *zoom: 1;
    padding: 1.4em 2em 0 0;
}

dl.pro_o dd h5 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
}

dl.pro_o dd p {
    font-size: 12px;
    padding: 1em 0 0 0;
    line-height: 1.5em;
}

dl.pro_o:hover {
    background: #0b57a0;
}

/*视频*/
div.r_video {
    margin: 1.5em 0;
}

div.r_video a {
    display: block;
    position: relative;
    height: 240px;
}

div.r_video .black {
    top: 0;
}

span.video_w {
    position: absolute;
    background: url(../images/tool/video_w.png) no-repeat;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
    z-index: 11;
}

div.r_video a:hover .black {
    opacity: .4;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=40);
}

/*-----star灰色背景*/
.gray_box {
    background: #f7f7f7;
    margin: 2.5em 0;
    padding: 2em 0;
}

div.pro_box span.null_text {
    padding: 8em 0;
}

dl.pro_about {
    margin: 1em 0 2em 0;
    text-align: center;
}

dl.pro_about dt h5 {
    padding: 1em 0 0 0;
    font-size: 22px;
    font-weight: normal;
}

dl.pro_about dd {
    font-size: 12px;
    line-height: 1.6em;
    padding: 1em 0 0 0;
}

div.pro_gif {
    margin: 2em 0 1em 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

div.pro_gif img {
    width: 750px
}

/*标签导航*/
dl.pro_nav {
    height: 60px;
    margin: 3em 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
}

dl.pro_nav a {
    margin: -1px 0;
    float: left;
    color: #666;
    border-left: 1px solid #e5e5e5;
    padding: 10px 16px;
    cursor: pointer;
    line-height: 21px;
}

dl.pro_nav a:first-child {
    border: none;
}

dl.pro_nav a.tab_light {
    background: #4c8efa;
    color: #fff;
}

dl.pro_nav a.on {
    background: #0b57a0;
    color: #fff
}

/*历史列表*/
ul.pro_box {
    margin: 3em 4em 4em 4em;
    padding-bottom: 1px;
    position: relative;
    overflow: hidden
}

ul.pro_box li {
    margin-bottom: 2em;
    padding-bottom: 1px;
}

ul.pro_box div.l_date {
    width: 130px;
    display: inline-block;
    font-size: 24px;
    padding-top: 20px;
}

ul.pro_box div.r_text {
    padding: 2em 0 0 70px;
    color: #666;
    font-size: 12px;
    line-height: 1.6em;
    float: right;
    width: 220px;
    background: url(../images/tool/line_circle.png) no-repeat left 30px;
}

ul.pro_box div.r_text p {
    padding: 1em 0 0 0;
}

ul.pro_box div.r_text h5 {
    font-size: 18px;
    font-weight: normal;
}

ul.pro_box div.l {
    width: 200px;
}

ul.pro_box div.r {
    width: 460px;
}

em.line_y {
    width: 382px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -2em;
    border-right: #CCCCCC solid 4px;
}

em.line_zhe {
    position: absolute;
    font-style: normal;
    background: #f7f7f7;
    width: 100px;
    height: 8em;
    bottom: 0;
    left: 0;
}

/*-------------------star楷模展厅*/
div.l_culture_list {
    margin: 3em 0 6em 0;
    background: url(../images/tool/line_y.gif) repeat-y 14px top;
    padding-bottom: 1px;
    position: relative;
}

div.l_culture_list h5 { /*font-weight:normal;*/
    color: #555;
    line-height: 2em;
    margin: 1.4em 0 .2em 0;
    font-size: 20px;
}

div.l_culture_list h5 img {
    vertical-align: middle;
    margin-right: 1em;
}

div.l_culture_list h5 span.map_arrow {
    margin-top: -1em;
}

ul.l_culture_list li {
    margin-bottom: .6em;
}

ul.l_culture_list .round_r {
    float: left;
    background: #fff;
    border: 2px solid #95867f;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: .8em 0 0 8px;
    position: relative;
    z-index: 11;
}

div.r_mews {
    position: relative;
    left: 50px;
    width: 87%;
    background: #f0f0f0;
    padding: 1em 1.5em;
}

div.r_mews dt {
    border-bottom: 1px solid #e1dad9;
    font-size: 16px;
    padding-bottom: .4em;
    line-height: 1.4em;
}

div.r_mews dd {
    font-size: 12px;
    padding: .8em 0 0 0;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

em.mes_arrow {
    position: absolute;
    background: url(../images/tool/mes_arrow.gif) no-repeat;
    width: 6px;
    height: 11px;
    top: 1em;
    left: -6px;
}

em.zhe_box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 170px;
    height: 7.4em;
}


/*-----------------------------------star文字的样式*/
/*标题文字*/
.th {
    font-family: "Microsoft YaHei";
}

/*日期*/
.date {
    float: right;
    color: #999;
    font-family: Arial;
    font-weight: normal;
}

/*左右对齐*/
.l {
    float: left;
}

.r {
    float: right;
}

/*宋体*/
.china {
    font-family: "宋体";
}

.eng {
    font-family: Arial;
}

.blue_text {
    color: #00509b;
}

.gray_link a {
    color: #888;
}

.gray_link a:hover, .red_text {
    color: #00509b;;
}

.orange_text {
    color: #FF4500;
}

.font_14 {
    font-size: 14px;
}

/*图片*/
.img_border img {
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.img_border a:hover img {
    border: 1px solid #ccc;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

/*---------------------------省略符号
/*省略号*/
.hide {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hide2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*@media screen and (max-width: 1200px){
.width_1200{ width:97%;}
ul.nav li{ padding:0 0 0 1.5em;}
.bar-left{ left:3%;}
.bar-right{ right:3%;}
}*/


/*---------------------------star滤镜的样式*/
/*圆角*/
.round_s {
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}

.round_m {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.round_r, div.h_flash_num dd {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.round_r, .tab div.dt_flash_num dd {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*链接文件*/
.round_s, .round_r, div.h_flash_num dd, .round_m { /*_position:relative;*/
    position: relative \9;
    behavior: url(pie.htc);
}

/*----------------star_css3样式*/
.transition_a, div.black {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#hits {
    margin-left: -15px;
}

/*New*/
.l_about {
    margin-top: 15px;
    font-size: 14px
}

.l_about div.t {
    background: url(../images/tool/t_bg.jpg) no-repeat left top;
    padding-top: 50px
}

.l_about div.t h3 {
    font-size: 22px;
    color: #414040;
    font-weight: normal;
    font-family: 'Microsoft Yahei' !important;
}

.l_about div.c {
    padding: 25px 0px 0px;
}

div.PhoCen {
    width: 100%;
    text-align: center !important;
}

.l_about div.c img.l {
}

.l_about div.c div.c {
    text-align: justify;
    padding: 20px 0px;
    line-height: 25px !important;
    color: #555555 !important;
}

div.l_about div p {
    margin: 15px auto;
}

strong.style1 {
    display: block;
    color: #555;
    padding: 8px 0px;
    font-weight: 600;
}

#menu {
    width: 100%;
}

#menu .title {
    position: relative;
    height: 60px;
    line-height: 60px;
}

#menu .title .site_ti {
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: bold;
}

#menu .title .site_th {
    position: absolute;
    right: 0;
    font-size: 14px;
}

#menu .title .site_th a {
    color: #666;
}

#menu .title .site_th em {
    display: inline-block;
    width: 3px;
    height: 5px;
    background: url(../images/tool/arrow_r.gif) no-repeat center;
    position: relative;
    top: -2px;
    margin: 0px 5px
}

#menu .container {
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
    width: 100%;
    margin-left: -20px;
}

#menu .container li {
    padding: 10px 20px;
    float: left;
    border: 1px solid #fff;
    display: block;
    width: auto;
}

#menu .container a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

#menu .container li:last-child {
    margin-right: 0;
}

#menu .container li.h a {
    color: #00509b;
    font-weight: bold;
}

#menu .container li.h div.text {
    display: block;
}

#menu .container div.text {
    position: absolute;
    background: #fff;
    top: 41px;
    left: -1px;
    border: 1px solid #eee;
    display: none;
    z-index: 999999;
    word-break: keep-all;
    white-space: nowrap;
}

#menu .container div.text a {
    display: block;
    padding: 10px;
    color: #666;
    text-indent: 10px;
    font-weight: 400;
}

#menu .container a:hover {
    font-weight: bold;
    color: #00509b !important;
}

/* item_list */

.winning-Waterfall .item_list {
    margin-top: 20px;
    padding-bottom: 20px
}

.winning-Waterfall .item_list {
    position: relative;
}

.winning-Waterfall .itema {
    padding: 10px;
    width: 270px;
    background: #f6f6f6;
    margin-top: 10px;
}

.winning-Waterfall .item_t {
    padding: 10px 8px 0;
}

.winning-Waterfall .item_t .img {
    overflow: hidden;
}

.winning-Waterfall .item_t .img a {
    display: block;
}

.winning-Waterfall .item_t .img img {
    width: 100%;
    transition: .3s all;
}

.winning-Waterfall .item_t .price {
    position: absolute;
    bottom: 10px;
    right: 0px;
    background: #df2323;
    color: #FFF;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
}

.winning-Waterfall .item_t .title a {
    color: #333;
    font-size: 14px
}

.winning-Waterfall .item_t .title a:hover {
    color: #F00;
    font-size: 14px
}

.winning-Waterfall .item_t .title {
    text-align: left;
    padding: .5em .2em;
}


.winning-Waterfall .itema:hover {
    background: #ff0000;
    transition: .3s all;
}

.winning-Waterfall .itema:hover a {
    color: #fff;
}

.winning-Waterfall .itema a:hover img {
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    transform: scale(1.2);
}


/*side_share_box*/
.side_share_box {
    border: 1px solid #ededed;
    position: fixed;
    height: 216px;
    width: 45px;
    bottom: 60px;
    right: 50%;
    margin-right: 540px;
    background: #fff;
    display: none;
}

.side_share a {
    width: 45px;
    height: 54px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all .5s;
}

.side_share a.yc_sina {
    background: url("../images/side_sina.png") no-repeat center;
}

.side_share a.yc_sina:hover {
    background: url("../images/side_sina_h.png") no-repeat center;
}

.side_share a.yc_wx {
    background: url("../images/side_wx.png") no-repeat center;
}

.side_share a.yc_wx:hover {
    background: url("../images/side_wx_h.png") no-repeat center;
}

.side_share a.yc_wxq {
    background: url("../images/side_wxq.png") no-repeat center;
}

.side_share a.yc_wxq:hover {
    background: url("../images/side_wxq_h.png") no-repeat center;
}

.side_share a.yc_qzone {
    background: url("../images/side_qzone.png") no-repeat center;
}

.side_share a.yc_qzone:hover {
    background: url("../images/side_qzone_h.png") no-repeat center;
}

.side_pop {
    display: none;
    width: 114px;
    height: 110px;
    position: absolute;
    background: url("../images/erwei_bg.png") no-repeat center;
    text-align: center;
    left: -120px
}

.side_pop img {
    margin-top: 5px
}

.side_wx {
    top: 30px;
}

.side_wxq {
    top: 85px
}


/* 自定义搜索页面 */
.sotitledd {
    height: 43px;
    width: 1200px;
    margin-top: 20px;
    border-bottom: 1px solid #CCCCCC
}

.sotitle {
    font-size: 28px;
    color: #333;
    float: left;
    padding-top: 12px;
}

.sotext {
    font-size: 12px;
    color: #999;
    float: left;
    padding-top: 20px;
    margin-left: 20px;
}

.sotext span {
    color: #FF0004
}

.txtlist {
    width: 1198px;
    min-height: 323px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}

.txtlist ul {
    margin-top: 30px;
}

.txtlist li {
    margin-left: 40px;
    padding-right: 15px;
    color: #666666;
    list-style-type: disc;
}

.txtlist li a {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    color: #005bac;
    text-decoration: none;
}

.txtlist li a:hover {
    text-decoration: underline;
}

.txtlist li font {
    color: #FF0004;
}

.txtlist span {
    float: right;
    color: #ccc;
}

.txtlist .line {
    height: 1px;
    width: 1165px;
    border-bottom: 1px dashed #ccc;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
}