@charset "utf-8";
/* css document */



body {
    color: #474747;
    line-height: 1.5;
}
/*--默认--*/

html {
    font-size: 86.25px;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}
html {
    _background-image: ;
    _background-attachment: fixed;
}
body {
    -webkit-text-size-adjust: none;
    color: #707070;
    font-family: 微软雅黑, 黑体, arial;
    font-size: 12px;
    font-family: arial, "微软雅黑";
}
ol, ul, li {
    list-style: none outside none;
    padding: 0;
}
a {
    text-decoration: none;
    color: #707070;
}
a:hover {
    color: #e60012;
    color: #474747;
}
a:active {
    background: none;
}
img {
    border: none;
    vertical-align: middle;/* width: 100%; */
}
table {
    border-collapse: collapse;
}
tr, td, th {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #474747;
}
input, textarea {
    border: 1px solid #ccc;
    font-family: 微软雅黑, 黑体, arial;
    outline: none;
}
 input::-ms-clear {
display: none;
}
 input::-ms-reveal {
display: none;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #ccc;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color:#ccc;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color:#ccc;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#ccc;
opacity: 1;
}
em, cite, address, i {
    font-style: normal;
}
/*清浮动*/

.fix:after {
    content: "\200b";
    display: block;
    height: 0;
    clear: both;
}
.fix {
*zoom:1;
}
/*--类--*/

.block {
    width: 1003px;
    margin: 0 auto;
}
.clear {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.footb {
    position: fixed;
    _position: absolute;
    bottom: 0;
    width: 100%;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
/*--通用--*/

.ld_ind_1 {
    width: 100%;
    padding-top: 90px;
}
/*head*/



.right-slide {
    width: 320px;
    height: 100%;
    position: fixed;
    z-index: 10001;
    right: -380px;
    visibility: hidden;
    top: 0;
    background-color: rgba(29, 57, 148, 0.60);
    transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.right-slide h2 {
    height: 40px;
    background-color: rgba(29, 57, 148, 0.62);
    padding: 10px 40px 0;
    color: #fff;
    font-size: 16px;
}
.right-slide h2 i {
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.right-slide .list {
    margin-top: 0px;
    margin: 0 20px 0 45px;
    padding-top: 20px;
}
.right-slide .list a {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-slide .list a i {
    margin-right: 5px;
    font-size: 13px;
}
.right-slide .list a:hover {
    color: #fff;
}
.right-slide .weixin {/* margin-top:30px; */
    padding: 0 50px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.right-slide .weixin i {
    color: #88d03a;
    margin-left: 10px;
    font-size: 30px;
}
.right-slide .weixin img {
    float: left;
    display: block;
    width: 80px;
    margin-top: 5px;
    background-color: #fff;
    margin-left: 5px;
}
.right-slide .weixin span {
    display: block;
    width: 80px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center
}
.right-slide .close-btn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
    z-index: 100;
    cursor: pointer;
}
.right-slide .close-btn i {
    background: url(/uploads/image/cimg/close4.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.right-slide .close-btn:hover i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.right-slide-on .body-mask {
    opacity: 0.5;
    visibility: visible;
}
.right-slide-on .right-slide {
    right: 0;
    visibility: visible;
}
/*main*/

.imbody{display:none;}

.wrapper {
    width: 96%;
    margin: 0 auto;
}
.main-wrap {
    background: url(/uploads/image/cimg/special-body-bg.jpg) no-repeat;
    overflow: hidden;
}
.main_con {
    max-width: 95%;
    margin: 0 auto;
    padding-top: 15px;
}
.main_left {
    float: left;
    width: 34%;
    overflow: hidden;
}
.main_right {
    position: relative;
    width: 63%;
    height: 355px;
    float: right;
}
.main_left ul {
    width: 100%;
    float: left;
    min-height: 470px;
    position: relative;
}
.main_left ul li {
    width: 46%;/*overflow: hidden;*/
    position: relative;
}
.main_left ul li:first-child {
    float: left;
}
.main_left ul li:nth-child(2n) {
    float: right;
}
.main_left ul li h1 {
    float: left;
    color: #333;
    width: 100%;
    line-height: 38px;
    position: relative;
    top: -20px;
    opacity: 0;
}
.main_left ul li h1 a {
    display: block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
    height: 2.6em;
}
.main_left ul li h1 a:hover {
    text-decoration: underline;
}
.main_left ul li p {
    float: left;
    width: 100%;
    color: #666;
}
.main_left ul li p span {
    position: relative;
    top: -20px;
    opacity: 0;
}
.main_left ul li p a {
    position: relative;
    bottom: -20px;
    opacity: 0;
}
.news-list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ccc;
}
.news-list li {
    margin-right: 3px;
    overflow: hidden;
    float: left;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    /*padding: 0 20px 0 30px;*/

    margin: 0 10px 0 0;
}
.news-list li a {
    font-size: 21px;
}
.news-list li:hover, .news-list li.curr {
    /*background: url(/uploads/image/cimg/icons_tri5.png) no-repeat right center;*/

    color: #e60012;
}
.news-list li:hover a, .news-list li.curr a {
    color: #333;
}
.a-list {
    width: 100%;
    padding-top: 50px;
}
.a-list li {
    transform: translatey(0px);
    opacity: 1;
    transition: all 1.5s cubic-bezier(.35, .75, .55, 1);
    -webkit-transition: all 1.5s cubic-bezier(.35, .75, .55, 1);
    -moz-transition: all 1.5s cubic-bezier(.35, .75, .55, 1);
    width: 46%;
    padding: 2% 0 4%;
    padding-right: 3%;
    /* box-sizing: border-box; */

    -moz-box-sizing: border-box; /* firefox */
    /* -webkit-box-sizing:border-box; */ /* safari */

    display: inline-block;
}
.a-list li time {
    display: block;
    color: #a0a0a0;
    font-size: 16px;
}
.a-list li time:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 1px;
    background: #333;
    margin-right: 10px;
    margin-top: -2px;
}
.a-list li h3 {
    font-size: 20px;
    color: #333;
    margin: 15px 0 0;
    height: 60px;
    overflow: hidden;
}
.a-list li h3 span {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.a-list li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.a-list li h3:hover {
    color: #0b6aa9;
}
.con5_span1 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: block;
    width: 40%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #a4a9aa;
    color: #686f72;
    font-size: 14px;
    margin-top: 35px;
}
.con5_span1:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #0b6aa9;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
}
.a-list li:hover .con5_span1:after {
    width: 100%;
}
.a-list li:hover .con5_span1 {
    color: white;
    border-radius: 5px;
    border: 1px solid #fff;
}
.con5_span1:after, .con5_span1, .more img {
    transition: all 0.8s cubic-bezier(.35, .75, .55, 1);
    -webkit-transition: all 0.8s cubic-bezier(.35, .75, .55, 1);
    -moz-transition: all 0.8s cubic-bezier(.35, .75, .55, 1);
}
.a-list .more {
    position: absolute;
    top: 25px;
    right: 5px;
    background: url(/uploads/image/cimg/icon_more1.png) right center no-repeat;
    padding-right: 25px;
    background-clip: border-box;
    width: 80px;
    padding: 0;
}
.a-list .more a {
    font-size: 14px;
    color: #666;
}
.a-list .more:hover {
    background: url(/uploads/image/cimg/icon_more2.png) right center no-repeat;
    color: #e60012;
}
.a-list .more:hover a {
    color: #e60012;
}
/*right_main*/

#right_main {
    display: none;
    width: 80px;
    height: 506px;
    background: url(/uploads/image/cimg/right_bg.png) no-repeat;
    padding-top: 4px;
    z-index: 9999;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 540px;
}
#right_main li {
    width: 70px;
    height: 55px;
    padding-top: 15px;
    margin: 0 auto;
    margin-top: 1px;
}
#right_main li a {
    display: block;
    width: 70px;
    height: 25px;
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
}
#right_main li.i1 a {
    background: url(/uploads/image/cimg/right_a1_a.png) center top no-repeat;
}
#right_main li.i2 a {
    background: url(/uploads/image/cimg/right_a2_a.png) center top no-repeat;
}
#right_main li.i3 a {
    background: url(/uploads/image/cimg/right_a3_a.png) center top no-repeat;
}
#right_main li.i4 a {
    background: url(/uploads/image/cimg/right_a4_a.png) center top no-repeat;
}
#right_main li.i5 a {
    background: url(/uploads/image/cimg/right_a5_a.png) center top no-repeat;
}
#right_main li.i6 a {
    background: url(/uploads/image/cimg/right_a6_a.png) center top no-repeat;
}
#right_main li.i1:hover {
    background: url(/uploads/image/cimg/right_bg_top.png) no-repeat;
}
#right_main li.i2:hover {
    background: #2b9b53;
}
#right_main li.i3:hover {
    background: #31a6b0;
}
#right_main li.i4:hover {
    background: #f2981e;
}
#right_main li.i5:hover {
    background: #c0ad79;
}
#right_main li.i6:hover {
    background: #0062ad;
}
#right_main li.i7:hover {
    background: url(/uploads/image/cimg/right_bg_bot.png) no-repeat;
}
#right_main li.i1:hover a {
    background: url(/uploads/image/cimg/right_a1_b.png) center top no-repeat;
}
#right_main li.i2:hover a {
    background: url(/uploads/image/cimg/right_a2_b.png) center top no-repeat;
}
#right_main li.i3:hover a {
    background: url(/uploads/image/cimg/right_a3_b.png) center top no-repeat;
}
#right_main li.i4:hover a {
    background: url(/uploads/image/cimg/right_a4_b.png) center top no-repeat;
}
#right_main li.i5:hover a {
    background: url(/uploads/image/cimg/right_a5_b.png) center top no-repeat;
}
#right_main li.i6:hover a {
    background: url(/uploads/image/cimg/right_a6_b.png) center top no-repeat;
}
#right_main li:hover a {
    color: #fff;
}
/*#body{margin-top:-7px;}*/







/*body_hide*/

.body_hide {
    display: none;
    width: 100%;
    height: 100%;
    background: url(/uploads/image/cimg/body_hide_bg.png);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999998;
}
.map_hide {
    display: none;
    width: 998px;
    height: 467px;
    background: url(/uploads/image/cimg/map_hide_bg.png) no-repeat;
    position: fixed;
    top: 50%;
    margin-top: -234px;
    left: 50%;
    margin-left: -499px;
    z-index: 9999999;
}
.map_hide .close {
    width: 33px;
    height: 36px;
    background: url(/uploads/image/cimg/map_hide_close.png) no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.map_hide h2 {
    height: 30px;
    line-height: 30px;
    color: #474747;
    font-size: 30px;
    position: absolute;
    top: 30px;
    left: 40px;
}
.map_hide h2 span {
    font-size: 28px;
    font-family: "arial";
    color: #e60012;
    padding-left: 10px;
}
.map_hide .map {
    width: 581px;
    height: 293px;
    background: url(/uploads/image/cimg/hide_map.png) no-repeat;
    position: absolute;
    top: 120px;
    left: 40px;
}
.map_hide .map p {
    width: 26px;
    height: 42px;
    background: url(/uploads/image/cimg/hide_bg1.png) no-repeat;
    position: absolute;
    cursor: pointer;
}
.map_hide .map p:hover {
    background: url(/uploads/image/cimg/hide_bg2.png) no-repeat;
}
.map_hide .map .p1 {
    top: 40px;
    left: 50px;
}
.map_hide .map .p2 {
    top: 80px;
    left: 85px;
}
.map_hide .map .p3 {
    top: 60px;
    left: 275px;
}
.map_hide .map .p4 {
    top: 60px;
    left: 435px;
}
.map_hide .map .p5 {
    top: 133px;
    left: 420px;
}
.map_hide .right {
    width: 295px;
    height: 380px;
    position: absolute;
    top: 83px;
    right: 44px;
}
.map_hide .right li {
    display: none;
    width: 295px;
    height: 380px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.map_hide .right li.a {
    display: block;
}
.map_hide .right h3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #474747;
}
.map_hide .right .img {
    width: 295px;
    height: 145px;
    overflow: hidden;
    text-align: center;
}
.map_hide .right .img img {
    width: 100%;
    height: auto;
}
.map_hide .right .text {
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
}
.map_hide .right .text a {
    display: inline;
    width: 130px;
    height: 18px;
    background: url(/uploads/image/cimg/hide_bg3.png) no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.map_hide .right .tel {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #e60012;
    margin-top: 20px;
}
.map_hide .right .com {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #e60012;
}
.map_hide .right .com a {
    color: #e60012;
}
/*pages*/



/*#pages{width:972px; height:32px; margin:0 auto;}

#pages p{width:auto; height:22px; padding-top:5px; margin:0 auto;  border:1px solid #dedede;}

#pages p a{float: left; padding:0 15px; border-left:1px solid #dedede;}

#pages p a.now{color:#c9b88e;}*/





.pages {
    width: 972px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
}
.pages p {
    display: inline;
    width: auto;
    height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #dedede;
}
.pages p a {
    padding: 0 15px;
    border-left: 1px solid #dedede;
}
.pages p a.now {
    color: #c9b88e;
}
.pages p a:hover {
    color: #c9b88e;
}
.pages p a.a1 {
    border-left: 0px none;
}
.news_more {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}
.news_more p {
    width: 478px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    background: #31639e;
}
.news_more p a {
    font-size: 18px;
    padding: 5px 30px 8px 0px;
    line-height: 25px;
    color: #fff;
    background: url(/uploads/image/cimg/news_more_bg.png) right center no-repeat;
}
.footer2 {
    width: 100%;
    height: auto;/* min-height:260px; */
    padding-top: 25px;
}
.footer2 .block {
    width: 90%;
    min-height: 250px;
    position: relative;
    padding-bottom: 10px;
}
.footer2 .block ul {
    width: auto;
    height: auto;
    position: relative;
    left: 12px;
}
.footer2 .block ul li {
    height: auto;
    min-height: 160px;
    float: left;
    padding-right: 4%;
/font-size:12px;
}
.footer2 .block ul li h3, .footer2 .block .phone h3 {
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer2 .block ul li a, .footer2 .block ul li p, .footer2 .block .phone a, .footer2 .block .phone p {
    display: block;
    height: 22px;
    line-height: 22px;/* font-size:14px; */
    color: #959595;
    font-size: 13px;
}
.footer2 .block .phone h3 a {
    font-size: 15px;
}
.footer2 .block ul li h3 a {
    font-size: 15px;
    color: #fff;
}
.footer2 .block ul li a:hover {
    color: #f6f1f0;
}
.footer2 .block .right {
    width: auto;/* width:310px; */
    height: auto;/* min-height:260px; */
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer2 .block .right .fx {
    height: 50px;
    margin-bottom: 20px;
}
.footer2 .block .right .fx a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 3px;
    float: right;
}
.footer2 .block .right .fx a.wf {
    background: url(/uploads/image/cimg/footer_wf_a.png) no-repeat;
}
.footer2 .block .right .fx a.wx {
    background: url(/uploads/image/cimg/footer_wx_a.png) no-repeat;
}
.footer2 .block .right .fx a.wb {
    background: url(/uploads/image/cimg/footer_wb_a.png) no-repeat;
}
.footer2 .block .right .fx a.more {
    background: url(/uploads/image/cimg/footer_more_a.png) no-repeat;
}
.footer2 .block .right .fx a.wf:hover {
    background: url(/uploads/image/cimg/footer_wf_b.png) no-repeat;
}
.footer2 .block .right .fx a.wx:hover {
    background: url(/uploads/image/cimg/footer_wx_b.png) no-repeat;
}
.footer2 .block .right .fx a.wb:hover {
    background: url(/uploads/image/cimg/footer_wb_b.png) no-repeat;
}
.footer2 .block .right .fx a.more:hover {
    background: url(/uploads/image/cimg/footer_more_b.png) no-repeat;
}
.footer2 .block .right .p1 a:hover {
    color: #e60012;
}
.footer2 .block .right .p2 a:hover {
    color: #e60012;
}
.footer2 .block .right .p3 a:hover {
    color: #e60012;
}
.footer2 .block .right .p4 a:hover {
    color: #e60012;
}
.footer2 .block .right p {
    height: 25px;
    line-height: 25px;
    color: #cac7c7;
    font-size: 12px;
    padding-right: 12px;
    text-align: right;
}
.footer2 .block .right .p1 {
    height: 19px;
    padding-top: 6px;
    padding-right: 0px;
}
.footer2 .block .right .p1 a {
    display: block;
    float: right;
    padding: 0 12px;
    height: 12px;
    line-height: 12px;
    border-left: 1px solid #707070;
}
.footer2 .block .right .p1 a.a1 {
    border: none;
}
.footer2 .block .phone {
    display: none;
}
.navhover a {
    background: #e60012;
    color: #fff;
}
.navhover a {
    background: #e60012;
    color: #fff;
}
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before {
    content: '';
    display: table
}
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after {
    content: '';
    display: table;
    clear: both;
}
.fixed, .clearfix, .cf, .header, .main, .footer {
*zoom: 1
}
#main .nav1 .block {
    height: 50px;
    line-height: 50px;
}
#main {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    background: none;
}
#header .stock {
    font-size: 14px;
    font-family: arial;
}
#header .top1 {
    height: 38px;
    line-height: 38px;
    top: 30px;
    width: 350px;
}
#header .top1 .phone {
    float: left;
    padding-left: 34px;
    background: url(/uploads/image/cimg/5.png) no-repeat left center;
    font-family: arial;
    font-size: 18px;
    padding-right: 26px;
}
#header .top1 .share_ld {
    float: right;
}
#header .top1 .share_ld a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    margin-left: 9px;
}
#header .top1 .share_ld a.en {
    background: url(/uploads/image/cimg/1.png) no-repeat center;
}
#header .top1 .share_ld a.wx {
    background: url(/uploads/image/cimg/2.png) no-repeat center;
}
#header .top1 .share_ld a.wb {
    background: url(/uploads/image/cimg/3.png) no-repeat center;
}
#header .top1 .share_ld a.sc {
    background: url(/uploads/image/cimg/4.png) no-repeat center;
}
#header .top1 .share_ld a.en:hover {
    background-image: url(/uploads/image/cimg/1_a.png);
    background-color: #e60012;
    border-color: #e60012;
}
#header .top1 .share_ld a.wx:hover {
    background-image: url(/uploads/image/cimg/2_a.png);
    background-color: #e60012;
    border-color: #e60012;
}
#header .top1 .share_ld a.wb:hover {
    background-image: url(/uploads/image/cimg/3_a.png);
    background-color: #e60012;
    border-color: #e60012;
}
#header .top1 .share_ld a.sc:hover {
    background-image: url(/uploads/image/cimg/4_a.png);
    background-color: #e60012;
    border-color: #e60012;
}
.contact, .friend {
    float: right;
    border-left: 1px solid #fff;
    position: relative;
}
.contact span, .friend span {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    margin-left: 9px;
}
.contact span {
    background: url(/uploads/image/cimg/ico_tools_user1.png) no-repeat center;
}
.friend span {
    background: url(/uploads/image/cimg/friend.png) no-repeat center;
}
.contact span:after, .friend span:after {
    position: absolute;
    right: 0;
    top: 6px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}
.contact {
    border: none;
}
.contact span img, .friend span img {
    display: block;
    width: 17px;
}
.contact-list, .friend .friend-list {
    display: none;
    width: 100px;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 80px;
    z-index: 1000;
}
.contact-list img, .friend-list img {
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
}
.friend-list {
    width: 300px!important;
    overflow-x: hidden;
}
.friend-list ul {
    height: 250px;
    overflow-x: scroll;
    float: none;
    border: 1px solid #fff;
    padding: 5px;
    background: #85accd;
}
.friend-list ul li {
    width: 270px;
    float: none;
    height: 25px;
    line-height: 25px;
}
.friend-list ul li a {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    width: 270px!important;
    border: none!important;
}
.friend b {
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
}
.search_ld {
    position: absolute;
    right: 0;
    top: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    height: 30px;
    width: 230px;
    overflow: hidden;
}
.search_ld input.btn {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(/uploads/image/cimg/6.png) no-repeat center left;
    cursor: pointer;
}
.search_ld input {
width:;
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 185px;
    padding-left: 15px;
    background: none;
    color: #707070;
}
.footer2 .block .right {/* width: 13.3%; */
    text-align: center;
}
.footer2 .block .right h4 {
    line-height: 25px;
    display: block;
    position: relative;
    color: #cac7c7;
}
.footer2 .block .right h4 .share_btn {
    position: absolute;
    width: 36px;
    height: 36px;
    top: -8px;
    left: 100px;
}
.footer2 .block .right h4 .share_btn .a {
    width: 37px;
    background: url(/uploads/image/cimg/7.png) no-repeat right center;
    display: block;
    height: 100%;
}
.footer2 .block .right .ewm_ld, .footer2 .block .right .ewm_ph {
    padding: 5px 0 10px;
    float: left;
}
.footer2 .block .right .ewm_ld img, .footer2 .block .right .ewm_ph img {
    width: 100px;
    margin-top: 10px;
}
.footer2 .block .right p {
    text-align: center;
    padding: 0;
}
.ld #body {
    margin-top: 0;
}
.footer2 {
    padding-top: 15px;/*border-top:1px solid #dbdbdb;*/
    background: #222;
}
.footer2 .block {
    min-height: auto;/* padding-bottom:0; */
}
#footer {
    padding-top: 15px;
}
.link_ld {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.link_ld .cf {
    line-height: 18px;
    font-size: 14px;
    padding: 6px 0 30px;
}
.link_ld span {
    padding: 0 9px;
    font-size: 12px;
}
.copy_ld {
    line-height: 37px;
    height: 45px;
    font-size: 12px;/* border-top: 1px solid #dbdbdb; */
    color: #cac7c7;
    background: #000;
}
.copy_ld .img {
    float: left;
    margin-top: 4px;
    margin-right: 15px;
}
.copy_ld .l {
    float: left;
    padding-right: 20px;
    color: #c9c9c9;
    margin-top: 5px;
}
.copy_ld .l .police {
    margin: 0 3px;
    width: 27px;
}
.copy_ld .l a {
    color: #cac7c7;
}
.copy_ld .r {
    float: right;
}
.copy_ld .r a {
    color: #cac7c7;
}
.footer2 .block a:hover {/* color:#e60012; */
}
.link_ld .cf a {
    line-height: 30px;
}
.bdshare-button-style2-32 a {
    margin: 0;
    float: none;
    text-indent: 0;
    width: 100%;
}
.bdshare_popup_bg, .ld .bdshare_popup_box {
    left: 1200px !important;
}
/*busssiness*/

.h_group {
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}
.h_group .auto_1200 {
    position: relative;
    padding: 0;
}
.h_group .group_box {
    padding: 2.2% 0 0 0;
}
.h_group .group_fl {
    float: left;
    width: 8%;
    overflow: hidden;
}
.h_group .group_fr {
    float: right;
    width: 84%;
}
.h_group .group_fl h3 {
    font-size: 18px;
    color: #2a2a2a;
    margin: 0;
    font-weight: normal;
}
.h_group .group_fl h3 span {
    display: block;
    font-size: 14px;
    color: #84868d;
}
.h_group .group_fr ul {
    width: 100%;
    position: relative;
    z-index: 100;
}
.h_group .group_fr ul li {
    width: 14.922%;
    padding-top: 4%;
    padding-bottom: 3.39%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-radius: 10px;
}
.h_group .group_fr ul li span {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;/* display: none; */
}
.h_group .group_fr ul li a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.h_group .group_fr ul li.li_0 {
    background: #e6bc1c url(/uploads/image/cimg/a1_a.png) no-repeat center 30%;
    left: 2.5%;
    z-index: 10;
    bottom: -64px;
}
.h_group .group_fr ul li.li_1 {
    background: #c1bbd6 url(/uploads/image/cimg/a2_a.png) no-repeat center 30%;
    left: 19%;
    z-index: 10;
    bottom: -64px;
}
.h_group .group_fr ul li.li_2 {
    background: #5dbbc3 url(/uploads/image/cimg/a6_a.png) no-repeat center 30%;
    left: 35.5%;
    z-index: 10;
    bottom: -64px;
}
.h_group .group_fr ul li.li_3 {
    background: #996188 url(/uploads/image/cimg/a3_a.png) no-repeat center 30%;
    left: 52%;
    z-index: 10;
    bottom: -64px;
}
.h_group .group_fr ul li.li_4 {
    background: #5dc3ad url(/uploads/image/cimg/a4_a.png) no-repeat center 30%;
    left: 68.4%;
    z-index: 10;
    bottom: -64px;
}
.h_group .group_fr ul li.li_5 {
    background: #746199 url(/uploads/image/cimg/a5_a.png) no-repeat center 30%;
    left: 84.8%;
    z-index: 10;
    bottom: -64px;
}
.h_group .group_fr ul li:hover {
    padding-bottom: 8%;
}
/*.h_group .group_fr ul li:hover a{ bottom: 10%; display: block;}*/

.h_group .group_fr ul li:hover span {
    bottom: 10%;
    display: block;
}
.ld_ind_1 ul, .ld_ind_1 {
    position: relative;
}
.ld_ind_1 ul li {
    position: absolute;/* width:100%; */
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    filter: alpha(opacity = 0.3);
    opacity: 0.3;
}
.ld_ind_1 ul li a {
    display: block;
    height: 384px;
}
.ld_ind_1 ul li .block {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -501px;
    z-index: 10;
    height: 100%;
    text-align: right;
}
.ld_ind_1 ul li img {
    display: block;
    width: 100%;
}
.ld_ind_1 ul li.on {
    z-index: 10;
    position: relative;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.ld_ind_1 .cour {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.ld_ind_1 .cour .block {
    height: 60px;
    position: relative;
}
.ld_ind_1 .cour .l a {
    float: left;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 6px;
}
.ld_ind_1 .cour .l a.on {
    width: 13px;
    height: 13px;
    position: relative;
    top: -3px;
    border-width: 3px;
}
.ld_ind_1 .cour .r a {
    color: #fff;
    text-align: right;
}
.ld_ind_1 .cour .l {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    padding-bottom: 20px;
}
.ld_ind_1 .cour .r {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 20px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    display: block;
}
.ld_ind_3 .more {
    font-size: 24px;
    line-height: 0.7;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84px;
    height: 84px;
}
.ld_ind_3 .more a {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
/*  .ld_ind_3 .sfq{float:right;width: 100%;height: 275px;background:#ccc;position: relative;overflow:hidden;} */
 /*2021-6-3修改开始*/

.ld_ind_3 .sfq {
    width: 100%;
    height: 276px;
    position: relative;
    overflow: hidden;
}
/*2021-6-3修改结束*/


.ld_ind_3 .sfq .txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.ld_ind_3 .sfq h2 {
    padding: 20px 0 0 30px;
}
.ld_ind_3 .sfq h2 span {
    padding-left: 48px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    background: url(/uploads/image/cimg/a9.png) no-repeat left center;
}
.ld_ind_3 .sfq .li {
    width: 20%;
    height:50%;
    float: left; /*position: absolute;top:0;left:0;z-index:1;*/
    position: relative;
}
.ld_ind_3 .sfq .li img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
/*.ld_ind_3 .sfq .li.first{ left:0 !important; }*/
.ld_ind_3 .sfq .li.first {
    width: 30%;
    height:100%;
    float: left;
}
.ld_ind_3 .sfq .li.first img {
    width: 100%;
}

.ld_ind_3 .sfq .zigs{
    width:70%;
    height:100%;
    float:left;
}

.ld_ind_3 .sfq .li>a {
    display: block;
    width: 100%;
    height: 100%;
}
.ld_ind_3 .a_3 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.ld_ind_3 .a_3 h2 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    line-height: 34px;
    padding-left: 48px;
    padding: 120px 0 0 230px;
}
.brand-txt {
    background: url(/uploads/image/cimg/hot-bg02.png) no-repeat;
    width: 68.015%;
    padding-bottom: 10%;
    float: left;
    /* box-shadow: 0px 3px 15px rgb(208, 232, 241); */

    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    padding: 10.1% 0;
}
.ld_ind_3 .sfq .brand-txt .brand-bg {
    width: 220px;
    height: 155px;
    /* margin-top: 16%; */

    background: #fff;
}
.ld_ind_3 .sfq .brand-txt a {
    display: block;
    text-align: center;
}
.ld_ind_3 .sfq .brand-txt p {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
}
.ld_ind_3 .sfq .brand-txt p img {
    display: block;
    width: 110px;
    height: 22px;
    margin: 20px auto 0;
    float: none;
}
.ld_ind_3 .sfq .brand-txt div {
    height: 3px;
    width: 26px;
    background: #00da83;
    margin: 5px auto;
}
.ld_ind_3 .sfq .brand-txt h2 {
    padding: 0;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    font-weight: bold;
}
.ld_ind_3 .sfq .brand-txt b {
    border: 2px solid #e60012;
    margin-top: 10px;
    font-size: 12px;
    color: #e60012;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: inline-block;
    font-weight: normal;
}
.mv_box {
    display: none;
    width: 673px;
    height: 499px;
    background: url(/uploads/image/cimg/news_hide_bg.png) no-repeat;
    padding-top: 30px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -336px;
    z-index: 99999999;
}
.mv_box .close {
    width: 35px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 0px;
    text-align: center;
    background: url(/uploads/image/cimg/news_hide_close.png) no-repeat;
    cursor: pointer;
}
.mv_box .con {
    width: 633px;
    height: 439px;
    margin-left: 18px;
    background: #fff;
}
.adver {
    background: #dbdbdb;
    display: none;
}
.adver .close {
    background: url(/uploads/image/cimg/close1.png) no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
}
.adver .block {
    background: #929292;
    height: 500px;
    position: relative;
}
/*焦点图*/

.focus {
    position: relative;
    width: 100%;
    height: 338px;/* background-color: #000; */
    float: left;
}
.focus img {
    width: 100%;
    height: 338px;
}
.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}
.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}
.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}
.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #b0b0b0;
    font: 12px/15px "\5b8b\4f53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #d9d9d9;
}
.focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}
.focus .fpic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.focus .d1fbt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}
.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.6);
filter:progid:dximagetransform.microsoft.gradient( gradienttype = 0, startcolorstr = '#80000000', endcolorstr = '#80000000')\9;
    display: block;
    text-align: left;
}
.focus .shadow a {
    display: block;
    width: 77%;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    font-family: "\5fae\8f6f\96c5\9ed1";
    overflow: hidden;
    text-overflow: ellipsis;
}
.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}
.focus .fcon img {
    display: block;
}
.focus .fbg {
    bottom: 10px;
    right: 5px;
    position: absolute;
    text-align: center;
    z-index: 200;
}
.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}
.focus .d1fbt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #b0b0b0;
    font: 12px/15px "\5b8b\4f53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #d9d9d9;
}
.focus .d1fbt .current, .focus .d1fbt a:hover {
    background: #e60012;
}
.focus .d1fbt img {
    display: none
}
.focus .d1fbt i {
    display: none;
    font-style: normal;
}
.focus .prev, .focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
}
.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}
.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}
.focus .prev:hover {
    background-position: 0 0;
}
.focus .next:hover {
    background-position: -40px 0;
}
.imgdiv .focus {
    height: 100%;
}
.imgdiv .focus img {
    height: 100%;
}
.imgdiv .focus .fbg {
    display: none;
}
.imgdiv .focus .shadow {
    background: none;
}
/*header*/

#header {
    height: 60px;
    width: 100%;
    padding-top: 30px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    transition: .3s cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: 0.3s cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: 0.3s cubic-bezier(0.215, .61, .215, 1);
    -o-transition: 0.3s cubic-bezier(0.215, .61, .215, 1);
}
#header .header-bg {
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.06);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#header .logo {
    float: left;
    margin-top: -4px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
#header .logo img {
    display: block;
    width: 80%;
}
#header .top-link {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
#header .top-link a {
    display: block;
    float: left;
    width: 90px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    position: relative;
}
#header .top-link a i {
    font-size: 40px;
    color: #999;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 6px;
    z-index: 2;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    display: block
}
#header .top-link a span {
    display: block;
    margin-top: 25px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#header .top-link a em {
    display: block;
    width: 90px;
    height: 54px;
    background-color: hsl(0, 4%, 82%);
    padding-top: 36px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
#header .top-link a em:before, #header .top-link a em:after {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#header .top-link a em:before {
    left: -90px;
    top: -90px;
}
#header .top-link a em:after {
    right: -90px;
    bottom: -90px;
}
#header .top-link a.a2 em {
    background-color: #f2f2f2
}
#header .top-link a.a3 em {
    background-color: #aca7a7;
}
#header .top-link a:hover em:before {
    left: 0;
    top: 0;
}
#header .top-link a:hover em:after {
    right: 0;
    bottom: 0;
}
#header .top-link a:hover i {
    color: #fff
}
#header .top-link a:hover span {
    color: #fff
}
.search-form {
    padding: 10px;
    top: 60px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: -150px;
    width: 220px;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.3);
    z-index: 2;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.search-form .input {
    background-color: #fff;
    line-height: 20px;
    padding: 10px;
    width: 150px;
    border: 0;
    float: left
}
.search-form .hover {
    background-color: #fff;
    color: #007dbf;
}
.search-form button {
    background-color: #999;
    color: #fff;
    font-size: 18px;
    width: 46px;
    height: 40px;
    float: left;
    border: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.search-form button i {
    font-size: 20px;
}
.search-form button:hover {
    background-color: #e60012;
}
#header .top-link a:hover .search-form {
    top: 90px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.nav {
    float: right;
    position: relative;
    z-index: 2;
    margin-right: 30px;
    margin-right: 20%;
}
.nav ul {
    float: right
}
.nav ul li {
    float: left;
    height: 60px;
    position: relative;/* background:url(/uploads/image/cimg/nav-li.png) no-repeat left 44px;*/
    z-index: 3;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.nav ul li a {
    display: block;
    float: left;
    height: 30px;
    padding-top: 20px;
    color: #5a5a5a;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.nav ul li a s {
    font-weight: normal;
    font-size: 22px;
    overflow: hidden
}
.nav ul li a:hover {
    color: #3f51b5
}
.nav ul li.sub a:hover {
    color: #e60012;
}
.nav ul li span {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    font-size: 15px;
    display: block;
}
.nav ul li.home {
    background: none
}
.nav ul li.home span {
}
.nav ul li.en {
    margin-left: 10px
}
.nav ul li.en {
    border-left: 1px #eee solid;
    background: none
}
.nav ul li.en a {
    padding-left: 40px;
    background: url(/uploads/image/cimg/en-icon.png) no-repeat 20px 40px;
    padding-top: 38px;
    font-family: 'nanumbarungothic', sans-serif;
    color: #aaa
}
.nav ul li.en i {
    font-size: 18px;
    margin-right: 5px;
}
.nav ul li.en a:hover {
    color: #3f51b5;
}
.nav ul li.current a {
}
.nav ul li.indicator {
    position: absolute !important;
    top: 82px;
    left: 0;
    width: 100px;
    height: 8px;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
#header.hover {/* top:-90px; */
}
/*

#header.hover{ height:70px;}

#header.hover .mask{ height:70px;}

#header.hover .logo{top:11px}

#header.hover .nav li{ background-position:left 34px;}

#header.hover .nav li a{ height:70px; padding-top:28px;}

#header.hover .top-link a{ height:70px;}

#header.hover .top-link a span{ display:none}

#header.hover .nav ul li.indicator{top:62px;}

*/





#sub-nav {
    position: fixed;
    visibility: hidden;
    top: 90px;
    height: 0px;
    left: 910px;
    width: 130px;
    z-index: 998;
    min-width: 130px;
    transition: .5s cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
    -o-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
    overflow: hidden;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}
#sub-nav.hover {
    top: 90px;
    height: 180px;
    visibility: visible
}
#sub-nav.hovers {
    top: 80px;
}
#sub-nav .sub-nav-bg {
    background: #3f51b5;
    background: rgba(63, 81, 181, 0.6);
    width: 130px;
    height: 190px;
    position: relative;
    left: 0;
    top: 0;
    transition: .5s cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
    -o-transition: 0.5s cubic-bezier(0.215, .61, .215, 1);
    z-index: 1;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#sub-nav .sub-nav-item {
    width: 130px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    z-index: 2;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
#sub-nav .sub-nav-item.hover {
    top: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: 3;
}
#sub-nav .sub-nav-item ul {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 30px;/* width: 50%; */
    margin: 0;
}
#sub-nav .sub-nav-item ul .items {
    width: 110px;
    float: left;
    /*border-right: 1px rgba(94, 110, 198, 0.6) solid;*/

    padding-right: 10px;
    padding-left: 10px;
    height: 120px;
    text-align: center;
}
#sub-nav .sub-nav-item ul .image {/* width: 50%; */
    float: left;
    margin-left: 25px;
}
#sub-nav .sub-nav-item ul .image img {
    float: left
}
#sub-nav .sub-nav-item ul .image span {
    display: block;
    width: 220px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    clear: both
}
#sub-nav .sub-nav-item ul .image p {
    font-size: 12px;
    color: #fff;
    line-height: 1.9;
    float: left;
    width: 255px;
    margin-left: 25px;
}
#sub-nav .sub-nav-item ul .image p a {
    display: block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #0093d3;
    text-align: center;
    margin-top: 5px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
#sub-nav .sub-nav-item ul .image p a:hover {
    background-color: #db3447;
    color: #fff;
}
#sub-nav .sub-nav-item .items a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sub-nav .sub-nav-item .items a:hover {
    font-weight: bold;
}
#sub-nav .sub-nav-item ul .sub-bussiness {
    width: 550px;
    float: left;
    margin-left: 15px;
    position: relative;
}
#sub-nav .sub-nav-item ul .sub-bussiness a {
    display: block;
    width: 70px;
    float: left;
    text-align: center;
    color: #fff;
    margin: 0 10px 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
#sub-nav .sub-nav-item ul .sub-bussiness a em {
    display: block;
    width: 70px;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
}
#sub-nav .sub-nav-item ul .sub-bussiness a em i {
    font-size: 42px;
    font-weight: normal;
    position: relative
}
#sub-nav .sub-nav-item ul .sub-bussiness a span {
    display: block;/* font-weight:bold; */
    font-size: 14px;
    margin-top: 5px;
}
#sub-nav .sub-nav-item ul .sub-bussiness a.a-map {
    color: #93e76a
}
#sub-nav .sub-nav-item ul .sub-bussiness a:hover span {
    color: #fff;
    font-weight: bold;
}
#sub-nav .sub-nav-item ul .sub-bussiness .line {
    position: absolute;
    left: 550px;
    top: 5px;
    height: 80px;
    width: 2px;
    background-color: #6379d1;/* border-left: 1px #3b51ac solid; */
}
#sub-nav .sub-nav-item ul .sub-paper {
    float: left;
    margin-left: 25px;
    color: #fff
}
#sub-nav .sub-nav-item ul .sub-paper img {
    width: 100px;
    height: 125px;
    float: left;
    box-shadow: 5px 4px 0px 0px rgba(0,0,0,0.15);
}
#sub-nav .sub-nav-item ul .sub-paper p {
    float: left;
    margin-left: 20px;
    width: 180px
}
#sub-nav .sub-nav-item ul .sub-paper p strong {
    display: block;
    color: #fff
}
#sub-nav .sub-nav-item ul .sub-paper p span.date {
    font-size: 12px;
    margin-top: 7px;
    display: block;
    font-weight: bold
}
#sub-nav .sub-nav-item ul .sub-paper p span.intro {
    font-size: 12px;
    margin-top: 7px;
    color: #a9b9e1;
    margin-bottom: 7px;
    display: block;
    line-height: 1.5
}
#sub-nav .sub-nav-item ul .sub-paper p a {
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #5768c7;
    text-align: center;
    margin-top: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    font-size: 12px;
}
#sub-nav .sub-nav-item ul .sub-paper p a:hover {
    background-color: #db3447;
    color: #fff;
}
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -0;
}
#sub-nav .sub-nav-item .sub-nav02 {
    margin-left: -2px;
}
#sub-nav .sub-nav-item .sub-nav03 {
    margin-left: -295px;
}
#sub-nav .sub-nav-item .sub-nav04 {
    margin-left: 12.9%;
}
#sub-nav .sub-nav-item .sub-nav05 {
    margin-left: 18%;
}
#sub-nav .sub-nav-item .sub-nav06 {
    margin-left: 21.7%;
}
#sub-nav .sub-nav-item .sub-nav06 p {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
#sub-nav .sub-nav-item .sub-nav06 .contact {
    float: right;
}
.header .nav_right {
    display: none;
}
.flexslider {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    max-height:600px;
}
.slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slides li {    
    overflow: hidden;    
}
.slides li img {
    width: 100%;
    height: 100%;
    display: block;
}
.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px
}
.flex-control-nav {
    position: absolute;
    bottom: 35px;
    z-index: 2;
    left:0;
   text-align:center;
   width:100%;
}
.flex-control-nav li {
    display: inline-block;  
    margin:0 2px;
    cursor: pointer;
    opacity: 1;
}
#header .logo img.logo_one {
    display: block;
}
#header .logo img.logo_two {
    display: none;
}
.flex-control-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    color: transparent;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
}
.flex-control-nav .flex-active {
    background: #e60012;
}
.flex-direction-nav {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    top: 50%;/* margin-top: -28px; */
}
.flex-direction-nav li a {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    background-size: 80%!important;
    opacity: 0.8;
}
.flex-direction-nav li a.flex-prev {
    left: 2%;
    background: url(/uploads/image/cimg/prevarrow.png) no-repeat left center;
}
.flex-direction-nav li a.flex-next {
    right: 2%;
    background: url(/uploads/image/cimg/nextarrow.png) no-repeat left center;
}
/*mobile*/

.mobile-content {
    width: 100%;
    overflow: hidden;
}
.mobile-content .mobile-title {
    margin: 10px 0;
    text-align: center;
}
.mobile-content .mobile-title a {
    display: block;
    font-size: 18px;
    color: #222222;
    height: 42px;/* font-weight: 600; */

}
.mobile-content .mobile-title span {
    display: block;
    font-size: 14px;
    color: #84868d;
    margin-top: -5px;
}
.mobile-content .bussiness {
    border-top: 1px solid #eeeeee;
}
.mobile-content .bussiness li {
    width: 33.333333333%;
    float: left;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* firefox */
    -webkit-box-sizing: border-box; /* safari */
}
.mobile-content .bussiness li a {
    display: block;
    width: 100%;
}
.mobile-content .bussiness li img {
    display: block;
    width: 100%;
    height: 100%;
}
.mobile-content .mobile-news {
    padding: 0 1.8%;
}
.mobile-content .mobile-news ul {
    border-top: 1px solid #c7c7c7;
}
.mobile-content .mobile-news li {
    width: 100%;
    overflow: hidden;
    padding: 3% 0;
    border-bottom: 1px dotted #c7c7c7;
}
.mobile-content .mobile-news .img {
    float: left;
    width: 35%;
}
.mobile-content .mobile-news .img a {
    display: block;
    width: 100%;
}
.mobile-content .mobile-news .img img {
    display: block;
    width: 100%;
}
.mobile-content .mobile-news .tit {
    float: right;
    width: 62%;
}
.mobile-content .mobile-news .tit h3 {
    height: 50px;
    line-height: 25px;
    font-size: 17px;
    color: #333333;
}
.mobile-content .mobile-news .tit p {
    margin-top: 3%;
    color: #999;/* background: url(/uploads/image/cimg/mobile_26.png) no-repeat left center;

    padding-left: 25px;*/

}
.mobile-foot {
    display: none;
    margin-top: 3%;
    background: #222222;
}
.mobile-foot .top-foot {
    padding: 3% 7% 1% 5%;
    color: #cac7c7;
}
.mobile-foot .tf-fl {
    float: left;
    width: 50%;
}
.mobile-foot .tf-fl li {
    float: left;
}
.mobile-foot .tf-fl li a {
    color: #cac7c7;
    font-size: 14px;
    margin: 15px;
}
.mobile-foot .tf-fr {
    float: right;
    width: 20%;
    margin-top: -1%;
}
.mobile-foot .tf-fr img {
    display: block;
    width: 100%;
}
.mobile-foot .tf-fr p {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.mobile-foot .bottom-foot {
    background: #000000;
    color: #898989;
    padding: 2% 0;
    text-align: center;
    font-size: 12px;
}
 @media (max-width: 1800px) {
.nav {
    margin-right: 20%;
}
}
 @media (max-width: 1600px) {
.brand-txt {
    padding: 7.5% 0;
}
}
 @media (max-width: 1590px) {
.ld_ind_3 .sfq {
    height: 250px;
}
}
 @media (max-width: 1500px) {
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -9.2%;
}
#sub-nav .sub-nav-item .sub-nav02 {
    margin-left: -3.5%;
}
#sub-nav .sub-nav-item .sub-nav03 {
}
#sub-nav .sub-nav-item .sub-nav04 {
    margin-left: 11%;
}
#sub-nav .sub-nav-item .sub-nav05 {
    margin-left: 17.5%;
}
#sub-nav .sub-nav-item .sub-nav06 {
    margin-left: 21%;
}
}
 @media (max-width: 1450px) {
.nav {/* margin-right:0px; */
}
.nav ul li span {
    padding: 0 12px;
}
#header .top-link a.a3 {/* display:none; */
}
.brand-txt {
    padding: 6% 0;
}
.ld_ind_3 .sfq .brand-txt .brand-bg {/* height:100%; */
}
.main_left {
    /* width:32%; */

    margin-top: 5px;
}
.focus {
    height: 280px;
}
.focus img {
    height: 280px;
}
.main_right {
}
.a-list li h3 {
    font-size: 17px;
    margin-top: 5px;
    overflow: hidden;/* white-space: nowrap; *//* text-overflow: ellipsis; *//* overflow: hidden; */
}
.a-list li {/* padding:1.5% 2%; */
}
.con5_span1 {
    margin-top: 7px;
}
.main_right {
    height: 305px;
}
.a-list li p {/* height:60px; */
}
.ld_ind_3 .sfq {
    height: 220px;
}
.h_group .group_box {
    padding-top: 1.3%;
}
}
 @media (max-width: 1390px) {
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -10.5%;
}
#sub-nav .sub-nav-item .sub-nav02 {
    margin-left: -4.5%;
}
#sub-nav .sub-nav-item .sub-nav03 {
}
#sub-nav .sub-nav-item .sub-nav04 {
    margin-left: 10%;
}
#sub-nav .sub-nav-item .sub-nav05 {
    margin-left: 16.5%;
}
#sub-nav .sub-nav-item .sub-nav06 {
    margin-left: 20%;
}
}
 @media (max-width: 1350px) {
.ld_ind_3 .sfq {
    height: 210px;
}
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -12.5%;
}
#sub-nav .sub-nav-item .sub-nav02 {
    margin-left: -6%;
}
#sub-nav .sub-nav-item .sub-nav06 {
    margin-left: 16%;
}
}
 @media (max-width: 1300px) {
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -14%;
}
}
 @media (max-width: 1250px) {
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -15%;
}
}
}
 @media (max-width: 1300px) {
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -14%;
}
}
 @media(max-width: 1080px) {
.ld_ind_3 .sfq {
    height: 150px;
}
#sub-nav .sub-nav-item .sub-nav01 {
    margin-left: -30%;
}
}
 @media all and (max-width:375px) {
.mobile-content .mobile-title {
    margin: 5px 0;
}
.mobile-content .mobile-title a {
    font-size: 16px;
}
.mobile-content .mobile-news .tit h3 {
    font-size: 16px;
}
.mobile-foot .top-foot {
    padding: 3% 3% 1% 1%;
}
}
 @media all and (max-width:321px) {
.mobile-content .mobile-title {
    margin: 0;
}
#header .logo {
    margin-top: 9px;
}
.mobile-content .mobile-news .tit p {
    margin-top: 0;
}
.mobile-foot .tf-fl {
    width: 56%;
}
}
#header .sub {
    position: relative;
}
#header .sub:hover .dropdown {
    display: flex;
}
#header .dropdown {
    box-sizing: border-box;
    min-width: 100%;
    padding: 15px 12px 0;
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 10%);
    background: #006ab7;
    opacity: .9;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 100%;/*transform: translatex(-50%);*/

}
#header .dropdown a {
    color: white;
    padding: 0;
    white-space: nowrap;
    height: auto;
    margin-bottom: 15px;
    font-size: 13px;
}
#header .dropdown a:hover {
/*color: #e60012;*/

}
