﻿@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    width: 100%;
    min-width: 320px;
    zoom: 1;
    background: #fff;
    font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i {
    font-weight: normal;
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea {
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-family: "微软雅黑";
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #e60012;
}

*:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.hidetxt {
    display: none;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

 :-moz-placeholder {
    color: #d1d1d1;
}

 ::-moz-placeholder {
    color: #d1d1d1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #d1d1d1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #d1d1d1;
}

.container {
    max-width: 1200px;
    min-width: 320px;
    margin: 0px auto;
}

@media ( max-width:1200px) {
    .auto {
        padding: 0px 10px;
    }
}

.f_red {
    color: #da251d;
}


/*pages*/

.Pages {
    padding: 30px 0px 10px 0px;
    zoom: 1;
    text-align: center;
    overflow: hidden;
    color: #666666;
}

.Pages span {
    padding: 0px 3px;
    display: inline-block;
    padding: 4px 0;
}

.Pages a {
    display: inline-block;
    margin: 0px 5px;
}


/*.Pages .p_cur{ float:left;}*/

.Pages .p_cur b {
    color: #e60012;
    font-weight: normal;
}


/*.Pages .p_count{ float:left;}*/

.Pages .p_total {
    vertical-align: middle;
    display: none;
}

.Pages .p_count b {
    color: #e60012;
    font-weight: normal;
}


/*.Pages .p_total { float:left;}*/

.Pages .p_total b {
    color: #e60012;
    font-weight: normal;
}


/*.Pages .p_page{ float:right;}*/

.Pages .p_jump em {
    font-style: normal;
    font-family: Arial;
}

.Pages .p_jump em a {
    border: 0px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.Pages a.a_cur {
    color: #e60012;
    font-weight: bold;
}

.Pages .p_jump b {
    font-weight: normal;
}

.Pages .i_text {
    width: 30px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    border: inset 1px #ddd;
    background: #fff;
}

.Pages .i_button {
    position: relative;
    top: 0px;
    width: 35px;
    height: 19px;
    cursor: pointer;
    border: none;
    background: #A6854F;
    border-radius: 2px;
    -moz-border-right: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font-size: 13px;
}

.Pages .select {
    width: 48px;
    height: 23px;
    border: 1px solid #e7e7e7;
}

.Pages .p_jump .f1 {
    padding-right: 3px;
    display: none;
}

.Pages .p_jump .f2 {
    padding: 0 3px;
    display: none;
}

.Pages .p_page a {
    display: inline-block;
    vertical-align: middle;
}

.Pages .p_page .a_first,
.Pages .p_page .a_end,
.Pages .p_page .a_prev,
.Pages .p_page .a_next {
    background: #e8e8e8;
    color: #666;
    padding: 0px 5px;
    text-align: center;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_next:hover {
    color: #3E3E3E;
}

.Pages .p_page .num a {
    background: #e8e8e8;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
    vertical-align: middle;
}

.Pages .p_page .num a:hover,
.Pages .p_page .num a.a_cur {
    background: #B70000;
    color: #fff;
}


/*pages end*/

@media ( max-width:998px) {
    span.p_count,
    span.p_cur {
        display: none;
    }
}


/*Top*/

.Toper {
    background: url(../images/topbg.gif);
    padding: 1% 0 1.3%;
}

.Toper .container {
    position: relative;
    z-index: 111;
}

.Toper .logo {
    float: left;
    width: 36%;
}

.Toper .Search {
    position: absolute;
    right: 80px;
    top: 25px;
    z-index: 777;
}

.Toper .Search .icon {
    cursor: pointer;
    display: block;
    text-align: center;
}

.Toper .Search .icon.on img {
    display: ;
}

.Toper .searchbox {
    display: none;
    position: absolute;
    height: 26px;
    right: -15px;
    top: 25px;
    background: #fff;
    width: 200px;
}

.Toper .searchbox .i2 {
    position: absolute;
    top: -30px;
    border-radius: 50%;
    right: 6px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: #e60012 url(../images/closenav.png) center center no-repeat;
}

.Toper .searchbox .input {
    float: left;
    width: 169px;
    height: 26px;
    line-height: 26px;
    text-indent: 1em;
    background: #fff;
    border: 0px;
}

.Toper .searchbox .btn {
    float: left;
    padding-top: 6px;
    height: 20px;
    line-height: 15px;
    width: 30px;
    text-align: center;
    border-left: 1px solid #dddddd;
}

.Toper .language {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 30%;
}

.Toper .language .on {
    cursor: pointer;
    background: url(../images/languagearr.png) right center no-repeat;
    padding-right: 18px;
    line-height: 13px;
}

.Toper .language .on i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.Toper .language .sub {
    display: none;
    position: absolute;
    width: 100%;
    top: 24px;
    text-align: center;
    background: #fff;
}

.Toper .language:hover .sub {
    display: block;
}

.MainNav {
    width: 100%;
    background: #3d4450;
    position: relative;
    height: 1%;
}

.MainNav li {
    width: 12.5%;
    text-align: center;
    float: left;
}

.MainNav li span a {
    display: block;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    border-right: 1px solid #515762;
    padding: 0;
}

.MainNav li span a:hover {
    color: #fff;
    background: #e60012;
}

.MainNav li.onnav span a {
    color: #fff;
    background: #e60012;
}

.MainNav li:last-child span a {
    border-right: 0px;
}

.Subnav {
    display: none;
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    background: url(../images/filter50.png);
    line-height: 2.7em;
    padding: 1.8% 0;
    text-align: left;
}

.Subnav dl {
    line-height: 23px;
    width: 1200px;
    margin: 0px auto;
}

.Subnav dl dt {
    padding-left: 299px;
    text-transform: uppercase;
    font-size: 30px;
    color: #7d8996;
    line-height: 1.9em;
    text-align: left;
    font-weight: bold;
}

.Subnav dl dd {
    padding-left: 277px;
}

.Subnav dl dd p {
    display: block;
    padding-left: 22px;
    background: url(../images/navarr.png) 0px center no-repeat;
}

.Subnav a {
    display: inline-block;
    margin-right: 26px;
    color: #63666d;
}

.Subnav a:hover,
.Subnav a.cur {
    color: #e60012;
}

#mobilenav {
    display: none;
}

#mobilenav h2 {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    padding: 1.8% 10px 0 0;
    width: 8%;
}

#mobilenav h2 .close {
    display: none;
}

#mobilenav h2.on .an {
    display: block;
}

#mobilenav h2.on .close {
    display: block;
}

#mobilenav h2.on .an {
    display: none;
}

#mobilenav .sub {
    text-align: left;
    margin-top: 0%;
    display: none;
    z-index: 999;
    position: absolute;
    right: 0px;
    width: 100%;
    background: #3d4450;
}

#mobilenav .sub li {
    border-bottom: 1px solid #515762;
    text-align: center;
}

#mobilenav .sub li span {
    position: relative;
    display: block;
    padding: 1.2%;
    z-index: 99;
}

#mobilenav .sub li span a {
    font-size: 16px;
    color: #fff;
    display: block;
}

#mobilenav .sub li:last-child {
    background: none;
}

.UI-jian {
    background: url(../images/zoom_jian.gif) center center no-repeat;
}

.UI-jia {
    background: url(../images/zoom_jia.gif) center center no-repeat;
}

#mobilenav li span .UI-jian,
#mobilenav li span .UI-jia {
    position: absolute;
    right: 0%;
    top: 22%;
    height: 15px;
    padding: 0.6% 8%;
    display: block;
    cursor: pointer;
}

#mobilenav .sub .foldContent {
    display: none;
}

#mobilenav .sub .foldContent li {
    border-bottom: 1px solid #444b58;
    margin-bottom: 0;
    background: #515762;
    padding: 0px;
    line-height: 30px;
}

#mobilenav .sub .foldContent li a {
    color: #fff;
}

.videobtn {
    position: absolute;
    bottom: 32px;
    z-index: 100;
    left: 50%;
    margin-left: 446px;
}

.videobtn a {
    display: block;
    line-height: 51px;
    padding-left: 57px;
    width: 96px;
    color: #fff;
    margin-top: 9px;
    font-weight: bold;
}

.videobtn a.btn1 {
    background: url(../images/btnbg1.png) 0px center no-repeat;
}

.videobtn a.btn2 {
    background: url(../images/btnbg2.png) 0px center no-repeat;
}

.videobtn a:hover {
    color: #e60012;
    font-size: 15px;
    box-shadow: 0px 0px 5px #333;
}

.mobilevideo {
    display: none;
}

@media ( max-width:998px) {
    .Toper .logo {
        float: left;
        width: 56%;
    }
    .MainNav {
        display: none;
    }
    .Toper .language {
        top: 15%;
        right: 14%;
    }
    .Toper .language .on i {
        display: none;
    }
    #mobilenav {
        display: block;
    }
    .videobtn {
        display: block;
        position: static;
        margin: 0px 10px 15px;
        text-align: center;
    }
    .videobtn a {
        display: inline-block;
        padding-left: 40px;
    }
    .mobilevideo {
        display: block;
    }
    .Toper .language .on {
        padding-right: 11px;
    }
    .Toper .Search {
        right: 93px;
        top: 9px;
        z-index: 777;
    }
}


/*Top*/


/*Bottom*/

.Footer {
    border-top: 1px solid #555555;
    background: #3d4551 url(../images/footerbg.jpg) 0px bottom repeat-x;
    padding-top: 2%;
}

.Footer nav {
    color: #adadad;
}

.Footer nav i {
    display: inline-block;
    width: 52px;
    text-align: center;
    vertical-align: middle;
}

.Footer nav a {
    color: #adadad;
}

.Footer nav a:hover {
    color: #ffcc00;
}

.Footer p b {
    color: #e0e0e0;
}

.Footer p i {
    color: #adadad;
    display: inline-block;
    margin-right: 4.5%;
}

.Footer .Ewm {
    width: 22%;
    float: left;
    height: 149px;
    background: url(../images/footerline.png) right top repeat-y;
}

.Footer .Ewm ul {
    margin-left: -27px;
}

.Footer .Ewm li {
    float: left;
    text-align: center;
    padding: 8px 0px 0px 27px;
    width: 94px;
    color: #fff;
    font-size: 12px;
}

.Footer .Ewm li img {
    display: block;
    margin: 0px auto 6px;
    border: 3px solid #fff;
    width: 88px;
    height: 88px;
}

.Footer .Lxcon {
    padding-left: 2%;
    width: 22%;
    line-height: 20px;
    float: left;
    height: 165px;
    background: url(../images/footerline.png) right top repeat-y;
    color: #fff;
}

.Footer .Lxcon .tel {
    padding-top: 12px;
    height: 26px;
}

.Footer .Lxcon p {
    font-size: 12px;
    color: #9b9fa4;
    padding-bottom: 16px;
}

.Footer .Lxcon p a {
    color: #9b9fa4;
}

.Footer .Lxcon .share {}

.Footer .Lxcon .share .icon {
    display: inline-block;
    cursor: pointer;
    width: 32px;
    height: 31px;
    vertical-align: middle;
    margin-right: 19px;
}

.Footer .Lxcon .share .icon.qq {
    background: url(../images/share.png) 0px top no-repeat;
}

.Footer .Lxcon .share .icon.wx {
    background: url(../images/share.png) -32px top no-repeat;
}

.Footer .Lxcon .share .icon.sina {
    background: url(../images/share.png) -64px top no-repeat;
}

.Footer .Lxcon .share a:hover {
    box-shadow: 0 0 5px #9b9fa4;
    border-radius: 50%;
}

.Footer .Shangb {
    position: relative;
    width: 51.2%;
    float: right;
}

.Footer .Shangb .thead {
    height: 33px;
    color: #fff;
    line-height: 20px;
}

.Footer .Shangb .logoscroll {
    margin-left: -5px;
    overflow: hidden;
}

.Footer .Shangb .logoscroll li {
    width: 20%;
    float: left;
}

.Footer .Shangb .logoscroll2 {
    display: none;
    margin-left: -5px;
    overflow: hidden;
}

.Footer .Shangb .logoscroll2 li {
    width: 33.333%;
    float: left;
}

.Footer .Shangb .imgbox {
    margin-left: 5px;
}

.Footer .Shangb .imgbox img {
    display: block;
}

.Footer .Shangb .link{position: relative; padding-left: 75px; margin-top: 45px; line-height: 20px;}
.Footer .Shangb .link .thead{position:absolute; left: 0; top: 0;}
.Footer .Shangb .link .box a{color: #fff; margin-right: 20px;}
.Footer .Shangb .link .box a:hover{color: #eb0023;}

.wxbox {
    width: 210px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0px 0px 0px -110px;
    background: #fff;
    box-shadow: 0 0 4px #333;
    padding: 19px 15px 0px 15px;
    text-align: center;
    z-index: 999;
    display: none;
}

.wxbox p {
    color: #333;
    padding-top: 5px;
}

.wxbox img {
    display: block;
    margin: 0px auto;
    width: 200px;
    height: 200px;
}

.wxbox a.close {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    background: url(../images/ewmclose.png);
    width: 18px;
    height: 17px;
}

.Footer .Shangb .next {
    position: absolute;
    right: 0px;
    top: 3px;
    display: block;
    width: 16px;
    height: 17px;
    overflow: hidden;
    background: url(../images/refresh.png);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.Footer .Shangb .next:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.Footer .Shangb .nextStop {
    display: none;
}

.Footer .Shangb .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 17px;
    margin: 0px;
    position: absolute;
    top: -28px;
    opacity: 1;
    cursor: pointer;
}

.Footer .Shangb .flex-direction-nav .flex-prev {
    display: none;
}

.Footer .Shangb .flex-direction-nav .flex-next {
    right: 0px;
    background: url(../images/refresh.png);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.Footer .Shangb .flexslider:hover .flex-next {
    opacity: 1;
    right: 0px;
}

.Footer .Shangb .flexslider:hover .flex-next:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.Copyright {
    background: url(../images/footerline.png) 0px top repeat-x;
    font-size: 12px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    margin-top: 2%;
}

.Copyright a {
    color: #fff;
}

.Copyright a:hover {
    color: #ffcc00;
}

.Copyright .bip {
    display: inline-block;
    margin-right: 8px;
}

@media ( max-width:998px) {
    .Footer .Ewm {
        width: 40%;
    }
    .Footer .Lxcon {
        padding-left: 2%;
        width: 48%;
        background: none;
    }
    .Footer .Shangb {
        position: relative;
        width: auto;
        float: none;
        clear: both;
    }
    .Footer .Shangb .link{margin: 15px 0;}
}


/*@media ( max-width:640px){
.Footer .Shangb .logoscroll{ display:none;}
.Footer .Shangb .logoscroll2{ display:block;}
}*/

@media ( max-width:460px) {
    .Footer .Ewm {
        width: auto;
        float: none;
        background: none;
    }
    .Footer .Lxcon {
        width: auto;
        float: none;
    }
    .Footer .Shangb {
        position: relative;
        width: auto;
        float: none;
        clear: both;
        padding: 4% 0;
    }
}


/*Bottom*/


/*首页*/

.slider_tab {
    position: relative;
    height: 460px;
    z-index: 0;
    overflow: hidden;
}

.slider_tab .bd {
    position: relative;
    z-index: 0;
}

.slider_tab .bd ul {
    width: 100% !important;
}

.slider_tab .bd li {
    width: 100% !important;
    height: 460px;
}

.slider_tab .bd li a {
    height: 460px;
    display: block;
}

.slider_tab .hd {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 34px;
    height: 10px;
    z-index: 1000;
    overflow: hidden;
}

.slider_tab .hd ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    margin: 0px 5px;
    background: url(../images/dotban.png) -10px top no-repeat;
    line-height: 999px;
}

.slider_tab .hd ul .on {
    background: url(../images/dotban.png) 0px top no-repeat;
}

.mobile_ban {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    display: none;
    max-width: 998px;
    /* 设置焦点图最大宽度 */
}

.mobile_ban .hd {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 15px;
    height: 10px;
    z-index: 100;
    overflow: hidden;
}

.mobile_ban .hd ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    margin: 0px 4px;
    background: url(../images/dotban.png) -10px top no-repeat;
    line-height: 999px;
}

.mobile_ban .hd ul li.on {
    background: url(../images/dotban.png) 0px top no-repeat;
}

.mobile_ban .bd li img {
    max-width: 100%;
    display: block;
}

.HomeBusiness {
    padding: 2.6% 0 2.2% 0;
}

.HomeBusiness .Business {
    width: 70%;
    float: left;
}

.HomeBusiness .Business .thead {
    height: 70px;
    font-size: 12px;
    color: #8b8989;
    line-height: 29px;
}

.HomeBusiness .Business .thead i {
    font-size: 30px;
    display: block;
    color: #333333;
}

.HomeBusiness .Business .scrollpic {
    float: left;
    width: 43.3%;
    position: relative;
    overflow: hidden;
}

.HomeBusiness .Business .scrollpic ul {
    overflow: hidden;
    zoom: 1;
}

.HomeBusiness .Business .scrollpic ul li {
    float: left;
    width: 100%;
    overflow: hidden;
}

.HomeBusiness .Business .scrollpic ul li img {
    height: 260px;
    display: block;
    margin: 0px auto;
}

.HomeBusiness .Business .scrollpic .prev,
.HomeBusiness .Business .scrollpic .next {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 0px;
    display: block;
    width: 40px;
    height: 30px;
    overflow: hidden;
    background: url(../images/businessarr.png) 0px 0 no-repeat;
    cursor: pointer;
}

.HomeBusiness .Business .scrollpic .next {
    top: auto;
    bottom: 0px;
    background-position: 0px -30px;
}


/*.HomeBusiness .Business .scrollpic .prevStop{ display:none;}
.HomeBusiness .Business .scrollpic .nextStop{ display:none;}
*/

.HomeBusiness .Business .tabcon {
    width: 56.7%;
    float: left;
}

.HomeBusiness .Business .tabcon .hd {
    padding-left: 15px;
    padding-bottom: 4px;
    position: relative;
    line-height: 2.8em;
    font-size: 16px;
}

.HomeBusiness .Business .tabcon .hd li {
    color: #000000;
    float: left;
    cursor: pointer;
    display: block;
    cursor: pointer;
}

.HomeBusiness .Business .tabcon .hd li.on {
    color: #eb0023;
}

.HomeBusiness .Business .tabcon .hd li i {
    display: inline-block;
    width: 36px;
    text-align: center;
    color: #003333;
    font-style: italic;
}

.HomeBusiness .Business .tabcon .hd a.more {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/morearr.gif) right center no-repeat;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    display: none;
}

.HomeBusiness .Business .tabcon .hd a:hover.more {
    color: #e60012;
}

.HomeBusiness .Business .tabcon .hd li.on .more {
    display: block;
}

.HomeBusiness .Business .tabcon .bd .blist1 li {
    width: 33.3333%;
    float: left;
    text-align: center;
    margin: -1px 0px 0px -1px;
}

.HomeBusiness .Business .tabcon .bd .blist1 li .box {
    padding: 10% 0 2.5% 0;
    line-height: 2.5em;
    border: 1px solid #ececec;
    font-size: 12px;
}

.HomeBusiness .Business .tabcon .bd .blist1 li .box .img {
    width: 50%;
    margin: 0px auto;
}

.HomeBusiness .Business .tabcon .bd .blist1 li .box .img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px auto;
}

.HomeBusiness .Business .tabcon .bd .blist1 li:hover .box .img img {
    border-radius: 50%;
    box-shadow: 0px 0px 1px #333;
}

.HomeBusiness .Business .tabcon .bd .blist2 li {
    width: 20%;
    float: left;
    text-align: center;
    margin: -1px 0px 0px -1px;
}

.HomeBusiness .Business .tabcon .bd .blist2 li .box {
    padding: 13.9% 0 6% 0;
    line-height: 3em;
    border: 1px solid #ececec;
    font-size: 12px;
}

.HomeBusiness .Business .tabcon .bd .blist2 li .box .img {
    width: 50%;
    margin: 0px auto;
}

.HomeBusiness .Business .tabcon .bd .blist2 li .box .img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px auto;
}

.HomeBusiness .Business .tabcon .bd .blist2 li:hover .box .img img {
    border-radius: 50%;
    box-shadow: 0px 0px 5px #666;
}

.HomeBusiness .Investment {
    width: 27%;
    height: 330px;
    float: right;
    background: #f7f7f7;
}

.HomeBusiness .Investment .thead {
    text-align: center;
    background: url(../images/titline.gif) center bottom no-repeat;
    padding: 14px 0px 13px 0px;
    font-size: 12px;
    color: #8b8989;
}

.HomeBusiness .Investment .thead i {
    font-size: 30px;
    display: block;
    line-height: 42px;
    color: #333333;
}

.HomeBusiness .Investment .con {
    text-indent: 2em;
    padding: 18px 14px 0 14px;
    line-height: 2em;
}

.HomeBusiness .Investment .company {
    text-align: center;
    margin: 0 14% 0 14%;
}

.HomeBusiness .Investment .company li {
    margin-top: 6%;
}

.HomeBusiness .Investment .company li a {
    border: 1px solid #dadada;
    display: block;
    color: #666666;
    font-size: 16px;
    background: #f9f9f9 url(../images/arr2.gif) 0px top no-repeat;
    padding: 4% 0;
}

.HomeBusiness .Investment .company li a:hover {
    font-size: 16px;
    background: #f3f3f3 url(../images/arr2.gif) 0px top no-repeat;
    box-shadow: 0px 0px 10px #ddd;
    color: #e60012;
}

@media ( max-width:998px) {
    .HomeBusiness .Investment .con {
        padding: 18px 14px 0 14px;
        line-height: 1.5em;
    }
    .slider_tab {
        display: none;
    }
    .mobile_ban {
        display: block;
    }
    .HomeBusiness .Business .tabcon .bd .blist2 li .tit {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        *white-space: nowrap;
        overflow: hidden;
        width: 80%;
        margin: 0px auto;
    }
}

@media ( max-width:768px) {
    .HomeBusiness .Business {
        width: auto;
        float: none;
        padding-bottom: 4%;
    }
    .HomeBusiness .Business .scrollpic ul li img {
        height: ;
    }
    .HomeBusiness .Investment {
        clear: both;
        width: auto;
        height: auto;
        padding-bottom: 15px;
        float: none;
        background: #f7f7f7;
    }
    .HomeBusiness .Investment .con {
        padding: 18px 14px 0 14px;
        line-height: 1.5em;
    }
    .HomeBusiness .Investment .company {
        margin: 0 10px 0 10px;
    }
    .HomeBusiness .Investment .company li {
        width: 50%;
        float: left;
    }
    .HomeBusiness .Investment .company li a {
        border: 1px solid #dadada;
        display: block;
        color: #666666;
        font-size: 16px;
        background: #f9f9f9 url(../images/arr2.gif) 0px top no-repeat;
        padding: 2% 0;
        margin: 0 2%;
    }
}

@media ( max-width:480px) {
    .HomeBusiness .Business .scrollpic {
        float: none;
        width: auto;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .HomeBusiness .Business .scrollpic ul li img {
        height: auto;
    }
    .HomeBusiness .Business .tabcon {
        float: none;
        width: auto;
    }
    .HomeBusiness .Business .tabcon .blist1 {
        border-left: 1px solid #ececec;
    }
    .HomeBusiness .Business .tabcon .blist2 {
        border-left: 1px solid #ececec;
    }
    .HomeBusiness .Business .tabcon .bd .blist2 li {
        width: 33.333%;
    }
    .HomeBusiness .Business .thead {
        text-align: center;
        line-height: 20px;
        height: auto;
        padding-bottom: 18px;
    }
    .HomeBusiness .Business .thead i {
        font-size: 20px;
    }
    .HomeBusiness .Investment .thead i {
        font-size: 20px;
        line-height: 24px;
    }
}

.HomeNews {
    background: #f7f7f7;
    padding: 2.6% 0 2.2% 0;
}

.HomeNews .Thead {
    width: 15%;
    height: 210px;
    float: left;
    background: #ec0024;
}

.HomeNews .Thead h2 {
    font-weight: normal;
    height: 91px;
    padding: 44px 0px 0px 27px;
    line-height: 28px;
    font-size: 12px;
    color: #fbddde;
}

.HomeNews .Thead h2 i {
    display: block;
    line-height: 33px;
    font-size: 30px;
    color: #fff;
}

.HomeNews .Thead a.more {
    display: block;
    margin-left: 27px;
    width: 110px;
    height: 29px;
    margin-left: 27px;
    background: url(../images/more.png);
}

.HomeNews .Thead a:hover.more {
    background: url(../images/moreon.png);
}

.HomeNews .newsbox {
    width: 51.5%;
    padding-left: 3%;
    float: left;
}

.HomeNews .newsbox .li {
    padding: 0.5%;
}

.HomeNews .newsbox .li a.tit {
    background: url(../images/arr1.gif) 0px center no-repeat;
    padding-left: 19px;
    color: #666666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 65%;
}

.HomeNews .newsbox .li a:hover.tit {
    color: #e60012;
    background: url(../images/arr1.gif) 6px center no-repeat;
}

.HomeNews .newsbox .li .date {
    font-size: 12px;
    float: right;
    color: #999999;
}

.HomeNews .newsbox .frist {
    display: none;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 3.5% 88px;
    height: auto !important;
    height: 85px;
    min-height: 85px;
    margin: 1% 0 1% 0;
    line-height: 19px;
    color: #8a8a8a;
    font-size: 12px;
}

.HomeNews .newsbox .frist .date {
    text-align: center;
    border: 1px solid #eeeeee;
    width: 67px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    line-height: 23px;
    color: #787878;
}

.HomeNews .newsbox .frist .date i {
    display: block;
    font-size: 36px;
    color: #eb0023;
    line-height: 58px;
    border-bottom: 1px solid #eeeeee;
}

.HomeNews .newsbox .frist .tit {
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 10px;
}

.HomeNews .newsbox .frist .tit a {
    color: #333333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 85%;
}

.HomeNews .newsbox .frist .tit a:hover {
    color: #e60012;
}

.HomeNews .newsbox .frist .pubdate {
    padding-bottom: 6px;
    color: #d2d2d2;
}

.HomeNews .newsbox li:hover .frist .date {
    box-shadow: 0px 0px 2px #d2d2d2;
}

.HomeNews .newsbox li.current .frist {
    display: block;
}

.HomeNews .newsbox li.current .li {
    display: none;
}

.HomeNews .newsbox li:nth-child(1) .frist {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 3.5% 88px;
    margin: 0% 0 2% 0;
}

.HomeNews .othernav {
    width: 27.5%;
    float: right;
}

.HomeNews .othernav img {
    margin: 0px auto;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
}

.HomeNews .othernav a:hover img {
    box-shadow: 0px 0px 5px #333;
}

@media ( max-width:768px) {
    .HomeNews .Thead {
        position: relative;
        width: auto;
        height: auto;
        float: none;
        margin-bottom: 3.5%;
    }
    .HomeNews .Thead h2 {
        height: auto;
        padding: 1% 0 1% 2%;
        line-height: 1.5em;
    }
    .HomeNews .Thead h2 i {
        font-size: 24px;
        display: inline-block;
        line-height: ;
        vertical-align: middle;
        margin-right: 6px;
    }
    .HomeNews .Thead a.more {
        position: absolute;
        right: 10px;
        width: 79px;
        background: url(../images/more2.png);
        top: 50%;
        margin-top: -14px;
    }
    .HomeNews .newsbox {
        width: auto;
        padding-left: 0%;
        float: none;
        margin-bottom: 3.5%;
    }
    .HomeNews .othernav {
        width: auto;
        float: none;
    }
    .HomeNews .othernav .othernav1,
    .HomeNews .othernav .othernav2 {
        width: 49%;
        float: left;
    }
    .HomeNews .othernav .othernav2 {
        float: right;
    }
    .HomeNews .othernav img {
        height: 112px;
    }
}

@media ( max-width:480px) {
    .HomeNews .Thead h2 i {
        line-height: 30px;
        font-size: 20px;
    }
    .HomeNews .othernav img {
        height: 53px;
    }
}

.HomePartner {
    padding: 1.5% 0 1.5% 0;
}

.HomePartner .Thead {
    width: 15%;
    float: left;
    padding-top: 5px;
}

.HomePartner .Thead h2 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    line-height: 34px;
}

.HomePartner .Thead i {
    display: block;
    line-height: 19px;
    font-size: 12px;
    color: #999999;
}

.HomePartner .scroll {
    width: 85%;
    float: right;
    overflow-x: auto;
}

.HomePartner .scroll ul {
    margin-left: -5px;
    width: 1000px;
}

.HomePartner .scroll li {
    float: left;
    width: 12.5%;
}

.HomePartner .scroll li .imgbox {
    margin-left: 5px;
}

@media ( max-width:980px) {
    .HomePartner .Thead h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media ( max-width:768px) {
    .HomePartner .Thead {
        width: auto;
        float: none;
    }
    .HomePartner .scroll {
        width: auto;
        float: none;
    }
    .HomePartner .Thead h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.effect-img {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.effect-img img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-img:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    top: 0px;
    left: 0px;
}

.effect-z {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.effect-z:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: transform 0.4s ease-out;
}

.effect-top {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.effect-top:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}


/*栏目页*/

.SubPage {
    padding: 3.3% 0px;
    height: auto !important;
    height: 280px;
    min-height: 280px;
}

.Banbg {
    height: 320px;
}

.Banpic {
    display: none;
}

.LeftBar {
    width: 20.5%;
    float: left;
}

.Maincotnent {
    width: 75.5%;
    float: right;
}

.ColumnName {
    border-left: 6px solid #e60012;
    background: #e3e6eb;
    padding: 6% 0 6% 10%;
    line-height: 20px;
    color: #666666;
    font-size: 12px;
}

.ColumnName h2 {
    color: #e60012;
    font-size: 24px;
    line-height: 28px;
}

.Maincotnent .Titleinfo {
    text-align: center;
}

.MenuList {
    clear: both;
    margin: 2px 0px 0px 2px;
}

.MenuList ul {
    margin-left: -2px;
}

.MenuList li {
    font-size: 15px;
    margin-bottom: 2px;
}

.MenuList li span {
    position: relative;
    display: block;
    background: url(../images/menubg.gif);
}

.MenuList li span a {
    padding: 5.5% 0 5.5% 10%;
    margin-right: 5%;
    font-size: 17px;
    display: block;
    border-left: 6px solid #dbdde2;
}

.MenuList li span a .arr {
    background: url(../images/menuarr.png);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -9px;
    display: none;
}

.MenuList li span a:hover,
.MenuList li.onli span a {
    color: #e60012;
    border-left: 6px solid #e53645;
}

.MenuList li.onli span a .arr {
    display: block;
}

.MenuList li.onli .sub {
    display: block;
}

.MenuList li.jiamenu span a .arr {
    display: none;
}

.MenuList li.jiamenu span a {
    color: #e60012;
}

.MenuList li .sub {
    display: none;
    padding: 3% 0 3% 20%;
    background: url(../images/menubg.gif);
    margin-top: 2px;
}

.MenuList li .sub dd a {
    padding: 2% 0;
    display: block;
    position: relative;
    color: #666666;
}

.MenuList li .sub dd a:hover,
.MenuList li .sub dd a.cur {
    color: #e60012;
    font-weight: bold;
}

.MenuList li .sub dd a.cur .arr {
    display: block;
}

.MenuList li .sub dd a .arr {
    background: url(../images/menuarr2.png);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 23%;
    top: 50%;
    margin-top: -7px;
    display: none;
}

.Foldmenu .select {
    background: url(../images/languagearr2.png) right center no-repeat;
    border: 1px solid #e3e6eb;
    padding: 1% 0;
    text-indent: 1em;
    cursor: pointer;
    display: none;
    font-size: 16px;
}

.MenuList li .sub2 {
    display: block;
}

.Current {
    border-bottom: 1px solid #ededed;
    color: #666666;
    padding: 1.2% 0;
}

.Current a {
    color: #666666;
}

.Current a:hover {
    color: #e70719;
}

.Current span {
    color: #e70719;
}

.SiglePage {
    color: #666666;
    line-height: 1.74em;
}

.SiglePage img {
    /*margin:20px 0px 0px 20px;*/
}

@media ( max-width:998px) {
    .Banbg {
        display: none;
    }
    .Banpic {
        display: block;
    }
    .SubBox .tname {
        font-size: 22px;
    }
    .LeftBar {
        width: auto;
        float: none;
    }
    .Maincotnent {
        width: auto;
        float: none;
    }
    .ColumnName {
        border-left: 0px;
        border-bottom: 2px solid #e60012;
        background: #e3e6eb;
        padding: 2% 0 2% 0%;
        line-height: 20px;
        color: #666666;
        font-size: 12px;
        text-align: center;
    }
    .ColumnName h2 {
        color: #e60012;
        font-size: 24px;
        line-height: 28px;
    }
    .Foldmenu .select {
        display: block;
    }
    .MenuList {
        display: none;
        margin: 0 0 2% 2px;
    }
    .MenuList li span a {
        padding: 1% 0 1% 5%;
    }
    .MenuList li .sub dd a {
        padding: 1% 0;
    }
}


/*关于我们*/

.HornorList {
    margin: 3.5% 0 0 0;
}

.HornorList li {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 3.5% 0 2.5% 0;
    width: 33.333%;
    float: left;
    background: #edebde;
}

.HornorList li .imgbox {
    width: 80%;
    margin: 0px auto 2%;
}

.HornorList li .imgbox img {
    height: 154px;
}

.HornorList li .tit {
    margin: 0px auto;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 80%;
}

.HornorList li a {
    color: #676767
}

.HornorList li a:hover {
    color: #e60012
}

.TeamList {
    margin: 1% 0 0 0;
}

.TeamList li {
    border-bottom: 1px solid #dcdcdc;
    padding: 3.5% 0;
}

.TeamList li .img {
    width: 16.5%;
    float: left;
}

.TeamList li .info {
    width: 79%;
    float: right;
}

.TeamList li .info .tit {
    font-size: 24px;
    padding: 2% 0;
}

.TeamList li .info .job {
    font-size: 16px;
    padding: 2% 0 1% 0;
}

.TeamList li .info .con {
    text-indent: 2em;
    color: #676767;
    line-height: 2em;
}

@media ( max-width:998px) {
    .HornorList li .imgbox img {
        height: 136px;
    }
}

@media ( max-width:768px) {
    .TeamList li .info .tit {
        font-size: 20px;
        padding: 1% 0;
    }
    .TeamList li .info .job {
        font-size: 14px;
        padding: 1% 0 1% 0;
    }
    .TeamList li .info .con {
        line-height: 1.5em;
    }
}

@media ( max-width:480px) {
    .TeamList li .img {
        width: 28%;
        float: left;
    }
    .TeamList li .info {
        width: 68%;
        float: right;
        height: 144px;
        overflow: hidden;
    }
    .HornorList li .imgbox img {
        height: 90px;
    }
}

@media ( max-width:420px) {
    .HornorList li .imgbox img {
        height: 70px;
    }
}


/*主营业务*/

.BusinessList {
    margin-top: 5%;
}

.BusinessList ul {
    margin-left: -14px;
}

.BusinessList li {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding-bottom: 2.4%;
}

.BusinessList li .box {
    padding-left: 14px;
}

.BusinessList li .imgbox img {
    height: 200px;
    display: block;
    margin: 0px auto;
}

.BusinessList li .tit {
    font-size: 18px;
    background: #f7f7f7;
    padding: 4% 0;
}

.BusinessList li .tit span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 80%;
    margin: 0px auto;
}

.BusinessList li:hover .imgbox {
    box-shadow: 0px 0px 5px #3d4450;
}

@media ( max-width:998px) {
    .BusinessList li .imgbox img {
        height: 207px;
    }
}

@media ( max-width:680px) {
    .BusinessList li .imgbox img {
        height: 141px;
    }
}


}
@media ( max-width:480px) {
    .BusinessList li .imgbox img {
        height: 96px;
    }
    
    .BusinessList li .tit {
        font-size: 14px;
        padding: 3% 0;
    }
}
@media ( max-width:420px) {
    .BusinessList li .imgbox img {
        height: 70px;
    }
}

/*产业投资*/
.ImgLeft {
    width: 39.5%;
    margin-right: 3.6%;
    float: left;
    text-align: center;
}
.ImgLeft span {
    display: inline-block;
    position: relative;
    box-shadow: 8px 8px 2px #d5d5d5;
    width: 100%;
    margin: 0px auto;
}
.ImgLeft i {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 18px;
    background: url(../images/filter60.png);
    padding: 0.5% 3%;
    color: #fff;
}
.website {
    font-size: 16px;
    color: #000;
}
.website a {
    text-decoration: underline;
    color: #e60012;
}
.Cgcompany {
    margin-bottom: 20px;
    background: #f7f7f7;
}
.Cgcompany .img {
    width: 38%;
    float: left;
}
.Cgcompany .img img {
    display: block;
    margin: 0px auto;
}
.Cgcompany .info {
    width: 59%;
    float: right;
}
.Cgcompany .info .tit {
    font-size: 16px;
    color: #000000;
    padding: 3.5% 5% 0 0%;
}
.Cgcompany .info .tit a {
    color: #000000;
}
.Cgcompany .info .con {
    color: #666666;
    padding: 2% 5% 2% 0%;
}
@media ( max-width:480px) {
    .ImgLeft {
        width: auto;
        margin: 0px auto 5%;
        float: none;
    }
    
    .ImgLeft span {
        width: 78%;
    }
    
    .Cgcompany .img {
        width: auto;
        padding: 2%;
        float: none;
    }
    
    .Cgcompany .info {
        width: auto;
        float: none;
    }
    
    .Cgcompany .info .tit {
        font-size: 16px;
        color: #000000;
        padding: 3.5% 5% 0 2%;
    }
    
    .Cgcompany .info .con {
        color: #666666;
        padding: 2% 2% 2% 2%;
    }
}

/*联系我们*/
.Map {
    padding: 1% 3% 1% 0;
    float: left;
    width: 60%;
    border-right: 1px solid #e7e7e7;
    min-height:300px;
}
.Maptxt {
    width: 33.5%;
    float: right;
    line-height: 2em;
}
.Maptxt .wel {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    padding: 3% 0 5% 0;
}
.Maptxt .more {
    padding-top: 8%;
}
.Maptxt .more a {
    color: #000000;
    text-decoration: underline;
    font-size: 16px;
}
.Maptxt .more a:hover {
    color: #e60012;
    text-decoration: none;
}
@media ( max-width:480px) {
    .Map {
        padding: 0 0 5% 0;
        margin-bottom: 2%;
        float: none;
        width: auto;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .Maptxt {
        width: auto;
        float: none;
        line-height: 2em;
    }
}

/*党群建设*/
.NewsList {
    margin: 2.6% 0 0 0;
}
.NewsList li {
    position: relative;
    padding: 0px 0px 24px 90px;
    height: auto !important;
    height: 82px;
    min-height: 82px;
}
.NewsList li .date {
    text-align: center;
    border: 1px solid #eeeeee;
    width: 67px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    line-height: 23px;
    color: #787878;
    font-size: 12px;
}
.NewsList li .date i {
    display: block;
    font-size: 36px;
    color: #eb0023;
    line-height: 58px;
    border-bottom: 1px solid #eeeeee;
}
.NewsList li:hover .date {
    box-shadow: 0px 0px 2px #d2d2d2;
}
.NewsList li .tit {
    font-size: 16px;
    padding-bottom: 1%;
}
.NewsList li .tit a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 80%;
    float: left;
}
.NewsList li .tit a:hover {
    text-shadow: 0px 1px 0px #ddd;
}
.NewsList li .p {
    color: #666;
    text-indent: 2em;
}
.NewsList li.frist {
    background: url(../images/linebg.gif) 0px bottom repeat-x;
    padding: 0 0 2.5% 0;
    margin-bottom: 2.5%;
}
.NewsList li.frist .img {
    width: 28.5%;
    float: left;
}
.NewsList li.frist .info {
    width: 70%;
    float: right;
}
.NewsList li.frist .tit {
    padding-top: 0.5%;
}
.NewsList li.frist .info .date2 {
    float: right;
    color: #999999;
}
.NewsList li.frist .info .p {
    padding: 1% 0 2% 0;
}
.NewsList li.frist .info a.more {
    display: inline-block;
    padding: 0.5% 2%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background: #969696;
}
.NewsList li.frist .info a:hover.more {
    background: #e60012;
}
.linenews {
    background: url(../images/linebg.gif) 0px bottom repeat-x;
    padding-bottom: 3.5%;
}
.NewsScroll {
    position: relative;
    overflow: hidden;
    margin: 4% 0 0 -14px;
}
.NewsScroll ul {
    overflow: hidden;
    zoom: 1;
}
.NewsScroll ul li {
    float: left;
    width: 33.333%;
    overflow: hidden;
}
.NewsScroll ul li .imgbox {
    margin-left: 14px;
    position: relative;
    overflow: hidden;
}
.NewsScroll ul li img {
    height: 214px;
    display: block;
    margin: 0px auto;
}
.NewsScroll .mast {
    color: #fff;
    line-height: 27px;
    background: url(../images/filter40.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: ;
    font-size: 16px;
    text-align: center;
    z-index: 15;
}
.NewsScroll .mast p {
    padding: 0% 20px 0%;
}
.NewsScroll ul li .n1 {}
.NewsScroll ul li .n2 {
    display: none;
}
.NewsScroll ul li:hover .n2 {
    display: block;
    -webkit-animation-name: fadescan;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}
.NewsScroll ul li:hover .n1 {
    opacity: 0;
    position: absolute;
    top: 0px;
}
@-webkit-keyframes fadescan {
    0% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        opacity: 0;
        visibility: visible;
    }
    
    100% {
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        opacity: 1;
        visibility: hidden;
    }
}
.NewsScroll .prev,
.NewsScroll .next {
    display: block;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 45px;
    overflow: hidden;
    background: url(../images/newsarr.png) 0px 0 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.NewsScroll .next {
    left: auto;
    right: 0px;
    background-position: -30px 0;
}
.NewsScroll:hover .prev,
.NewsScroll:hover .next {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.NewsScroll .prevStop {
    display: none;
}
.NewsScroll .nextStop {
    display: none;
}
.NewsList2 {
    margin: 2.5% 0 0 0;
}
.NewsList2 li {
    padding: 0.5% 0;
}
.NewsList2 li a.tit {
    padding-left: 16px;
    background: url(../images/arr3.gif) 0px center no-repeat;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 65%;
}
.NewsList2 li a:hover.tit {
    background: url(../images/arr03.gif) 0px center no-repeat;
    text-shadow: 0px 1px 0px #ddd;
}
.NewsList2 li .date {
    float: right;
    font-size: 12px;
    color: #999999;
}
.NewsList2 li.line {
    background: url(../images/linebg.gif) 0px bottom repeat-x;
    padding-bottom: 2.2%;
    margin-bottom: 2.2%;
}
@media ( max-width:998px) {
    .NewsScroll ul li img {
        height: 229px;
    }
}
@media ( max-width:480px) {
    .NewsScroll ul li img {
        height: 106px;
    }
    
    .NewsList li .p {
        font-size: 12px;
        line-height: 1.5em;
    }
    
    .NewsList li.frist .img {
        width: auto;
        float: none;
        margin-bottom: 2%;
    }
    
    .NewsList li.frist .img img {
        width: 100%;
    }
    
    .NewsList li.frist .info {
        width: auto;
        float: none;
    }
    
    .NewsList li.frist .info .date2 {
        display: block;
        float: none;
        clear: both;
    }
}
@media ( max-width:420px) {
    .NewsScroll ul li img {
        height: 77px;
    }
}

/*人力资源*/
.Hrhead {
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #737373;
    margin: 3.5% 0 9px 0;
    display: none;
}
.Hrhead td {
    padding: 1% 0;
}
.Hrhead .tit {
    padding-left: 4.5%;
    text-align: left;
}
.HrList {
    margin-top: 3%;
    margin-bottom: 2%;
}
.HrList .tit {
    padding-left: 2%;
    text-align: left;
    font-size: 16px;
}
.HrList .tit a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 88%;
    color: #3f434c;
}
.HrList .jobtitle {
    cursor: pointer;
    background: #f0e6dc url(../images/hrli.png) right center no-repeat;
}
.HrList li {
    padding: 0.5% 0;
}
.HrList li th {
    color: #3e3a39;
    line-height: 47px;
    font-weight: normal;
    font-size: 14px;
}
.HrList li .txtCont {
    display: none;
    line-height: 2.2em;
    padding: 2% 1% 2% 6%;
    color: #666666;
    background: #f5f3ef;
    margin-top: 2px;
}
.HrList li .txtCont .h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.HrList li.current th {
    color: #e60012;
}
.HrList li.current a {
    color: #3f434c;
}
.HrList li.current .txtCont {
    display: block;
}
.HrList li.current .jobtitle {
    background: #f0e6dc url(../images/hron.png) right center no-repeat;
}
.HrList li a.apply {
    display: inline-block;
    text-align: center;
    background: #e60012;
    color: #fff;
    width: 70px;
    line-height: 29px;
}
.applybtn {
    text-align: right;
    clear: both;
}
.jobtit {
    padding: 25px 0px 15px 29px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.JobForm {
    color: #666666;
    background: #f5f3ef;
    padding: 0 1% 0 2%;
}
.JobForm span.toppic {
    display: block;
    width: 146px;
    background: url(../images/pic.jpg) no-repeat left top;
    padding-top: 57%;
}
.JobForm span.toppic a.upload {
    display: block;
    background: #f1e7dd;
    color: #333;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.JobForm span.toppic em {
    display: block;
    line-height: 18px;
    width: 283%;
    margin: 8px 0px 0px -78%;
}
.JobForm span.toppic img {
    display: block;
    width: 146px;
    height: 140px;
}
.JobForm .f1 {
    font-size: 18px;
    color: #333333;
    padding: 35px 0px 5px 280px;
    height: 32px;
}
.JobForm span.TableTit {
    display: block;
    line-height: 35px;
    background: #f1e7dd;
    padding-left: 15px;
    margin-bottom: 1%;
    font-size: 16px;
    color: #333;
    margin: 3% -1% 0% -2%;
}
.JobForm dl {
    width: 100%;
    float: left;
    padding: 1% 0% 1% 1%;
}
.JobForm dl dt {
    width: 13%;
    float: left;
    text-align: right;
}
.JobForm dl dd {
    width: 20%;
    float: left;
}
.JobForm dl.other {
    width: 99%;
    float: none;
    padding-left: 1%;
}
.JobForm dl.other dt {
    width: 9%;
}
.JobForm dl.other dd {
    width: 78.9%;
}
.Mobiletab {
    display: none;
}
.JobForm input {
    background: #fff;
    border: 1px solid #dbdbdb;
    height: 23px;
    line-height: 23px;
}
.JobForm input,
.JobForm select,
.JobForm textarea {
    margin-left: 8px;
}
.JobForm label {
    padding-right: 2%;
}
.JobForm label input {
    vertical-align: middle;
    margin-right: 1%;
    background: none;
    border: none;
}
.JobForm .input {
    width: 90%;
}
.JobForm .input3 {
    width: 95%;
}
.JobForm .text {
    width: 90%;
}
.JobForm .text2 {
    width: 96%;
}
.JobForm .text3 {
    width: 98%;
}
.JobForm .txt {
    height: 46px;
}
.JobForm .input2 {
    background: #fff;
    border: 1px solid #dbdbdb;
    width: 93%;
    height: 116px;
    padding: 1%;
    margin: 0 2%;
}
.JobForm .input5 {
    background: #fff;
    border: 1px solid #dbdbdb;
    width: 94.2%;
    height: 116px;
    padding: 1%;
    margin: 0 2%;
}
.JobForm .input6 {
    background: #fff;
    border: 1px solid #dbdbdb;
    width: 95.6%;
    height: 45px;
    padding: 1%;
}
.JobForm select {
    border: 1px solid #dbdbdb;
    width: 91%;
    height: 23px;
    line-height: 23px;
}
.JobForm .btn {
    font-size: 15px;
    padding: 0% 4.3%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ca0b0f;
    margin-right: 8px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}
.JobForm .btn_3 {
    font-size: 15px;
    padding: 1.2% 4.3%;
    text-align: center;
    background: #999;
    color: #fff;
    border: 0px;
    margin-left: 8px;
    cursor: pointer;
}
.JobForm table tr td {
    padding: 1% 0%;
}
.JobForm table tr td .checkbox {
    margin: 1% 0% 0% 2%;
}
.hrphoto {
    position: relative;
    overflow: hidden;
}
.hrphoto .btn {
    position: absolute;
    width: 11px;
    height: 18px;
    top: 54px;
    cursor: pointer;
    z-index: 99;
}
.hrphoto .prev {
    left: 0px;
}
.hrphoto .next {
    right: 0px;
}
.hrphoto #prev,
.hrphoto #next {
    width: 24px;
    height: 33px;
}
.hrphoto #prev {
    background: url(../images/hrarr.gif) 0px top no-repeat;
    left: 0px;
}
.hrphoto #next {
    background: url(../images/hrarr.gif) -24px -0px no-repeat;
    right: 0px;
}
.hrphoto li {
    float: left;
}
.hrphoto .bigbg {
    background: #f1f1f1;
    overflow: hidden;
    padding: 0% 4.5%;
    width: 846px;
    margin: 0 auto;
}
.hrphoto .picBox {
    position: relative;
    width: 826px;
    overflow: hidden;
    height: 100%;
}
.hrphoto .picBox li {
    width: 826px;
}
.hrphoto .picBox li .img {
    width: 34%;
    float: left;
    border-radius: 50%;
    text-align: center
}
.hrphoto .picBox li .img img {
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}
.hrphoto .picBox li .tit {
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    margin-left: 30px;
    line-height: 29px;
    padding: 11% 0% 2% 0%;
}
.hrphoto .picBox li .tit b {
    margin-right: 18px;
    font-size: 20px;
    color: #333333;
}
.hrphoto .picBox li .info {
    width: 60%;
    float: right;
    color: #666666;
    line-height: 2em;
    display: block !important;
}
.hrphoto .picBox li .info p {
    text-indent: 2em;
}
.hrphoto .picBox li .tab td {
    height: 405px;
}
.hrphoto .smallScroll {
    height: 140px;
    position: relative;
    margin: 7% 0 6% 0;
}
.hrphoto .listBox {
    height: 140px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}
.hrphoto .listBox ul {
    height: 140px;
    position: absolute;
    overflow: hidden;
    zoom: 1;
}
.hrphoto .listBox li {
    float: left;
    width: 168px;
    cursor: pointer;
}
.hrphoto .listBox .imgbox {
    width: 140px;
    position: relative;
}
.hrphoto .listBox .mast {
    display: none;
    border-radius: 50%;
    position: absolute;
    width: 140px;
    height: 140px;
    background: url(../images/mastbg.png);
    text-align: center;
    line-height: 140px;
    font-size: 20px;
    color: #fff;
}
.hrphoto .listBox img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0px auto;
    display: block;
}
.hrphoto .listBox a.on .mast {
    display: block;
}
.hrphoto .listBox li:hover .mast {
    display: block;
}
.hrphoto .bigpic {
    display: none;
}
.hrphoto .block {
    display: block;
}
.mobile_hrphoto {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 5% 0;
    padding: 0 4% 0;
}
.mobile_hrphoto .hd {
    position: absolute;
    width: 100%;
    height: 33px;
    top: 50%;
    margin-top: -16px;
    left: 0;
    z-index: 1;
}
.mobile_hrphoto .hd img {
    width: 11px;
}
.mobile_hrphoto .prev,
.mobile_hrphoto .next {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 24px;
    height: 33px;
    background: url(../images/hrarr.gif) 0px top no-repeat;
    cursor: pointer;
}
.mobile_hrphoto .next {
    left: auto;
    right: 0;
    background: url(../images/hrarr.gif) right top no-repeat;
}
.mobile_hrphoto .bd {
    position: relative;
    z-index: 0;
}
.mobile_hrphoto .bd li {
    position: relative;
}
.mobile_hrphoto .bd li .img {
    width: 34%;
    float: left;
    border-radius: 50%;
}
.mobile_hrphoto .bd li .img img {
    border-radius: 50%;
    margin: 0px auto;
    display: block;
}
.mobile_hrphoto .bd li .tit {
    font-size: 16px;
    color: #282828;
    padding: 8% 0% 2% 0%;
    text-align: center;
}
.mobile_hrphoto .bd li .tit b {
    font-weight: bold;
    color: #333333;
    margin-right: 18px;
}
.mobile_hrphoto .bd li .info {
    width: 60%;
    float: right;
    color: #666666;
    line-height: 2em;
}
.mobile_hrphoto .bd li .info p {
    text-indent: 2em;
}
@media ( max-width:998px) {
    .JobForm dl {
        width: auto;
        float: none;
        font-size: 12px;
        clear: both;
        padding-left: 1%;
    }
    
    .JobForm dl.other dt {
        width: 20%;
    }
    
    .JobForm dl.other dd {
        width: 70%;
    }
    
    .ColumnName {
        margin-top: 4.5%;
    }
    
    .hrphoto {
        display: none;
    }
    
    .mobile_hrphoto {
        display: block;
    }
    
    .JobForm table tr td {
        font-size: 12px;
    }
    
    .JobForm span.toppic em {
        margin-left: -62%;
    }
}
@media ( max-width:480px) {
    .mobile_hrphoto .bd li .img {
        width: auto;
        float: none;
    }
    
    .mobile_hrphoto .bd li .info {
        width: auto;
        float: none;
    }
    
    .mobile_hrphoto .bd li .tit {
        text-align: center;
        padding: 4% 0 2% 0;
    }
    
    .mobile_hrphoto .hd {
        top: 20%;
    }
}
@media ( max-width:640px) {
    .JobForm dl dt {
        width: 35%;
    }
    
    .JobForm dl dd {
        width: 65%;
        margin-bottom: 10px;
    }
    
    .Mobiletab {
        display: block;
    }
    
    .Pctab {
        display: none;
    }
    
    .JobForm .text2 {
        width: 90%;
    }
    
    .JobForm .input5 {
        width: 91.2%;
    }
}

/*企业文化*/
.VideoList {
    margin-bottom: 3%;
}
.VideoList .item {
    margin-top: 9px;
    background: url(../images/videobg.gif);
    padding: 2% 4%;
}
.VideoList .item .video {
    position: relative;
    width: 49%;
    float: left;
    overflow: hidden;
}
.VideoList .item .video a.play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/paly.png) center center no-repeat;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 99;
}
.VideoList .item .video img {
    display: block;
    margin: 0px auto;
}
.VideoList .item .video:hover img {
    transition: all 0.6s;
    -ms-transform: scale(1.2, 1.2);
    -ms-transition: all 0.6s;
    /* IE 9 */
    
    -moz-transform: scale(1.2, 1.2);
    -moz-transition: all 0.6s;
    /* Firefox */
    
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.6s;
    /* Safari 和 Chrome */
    
    -o-transform: scale(1.2, 1.2);
    -o-transition: all 0.6s;
    /* Opera */
}
.VideoList .item .info {
    line-height: 2.2em;
    color: #6c7282;
    float: right;
    width: 48%;
    text-align: center;
}
.VideoList .item .info .tit {
    font-size: 16px;
    padding-bottom: 2.3%;
    color: #000103;
}
.VideoList .item .info .tit a {
    color: #000103;
}
.dybg {
    height: 35px;
    background: url(../images/videody.gif);
}
.Videoscroll {
    position: relative;
    overflow: hidden;
    background: #000000;
    padding: 4px 0px;
}
.Videoscroll .Scroll {
    width: 88%;
    margin: 0px auto;
}
.Videoscroll .Scroll ul {
    overflow: hidden;
    zoom: 1;
}
.Videoscroll .Scroll ul li {
    float: left;
    width: 33.333%;
    text-align: center;
}
.Videoscroll .Scroll ul li img {
    height: 149px;
    display: block;
    margin: 0px auto;
}
.Videoscroll .Scroll ul li .imgbox {
    position: relative;
    margin: 0 6%;
}
.Videoscroll .Scroll ul li a.play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/paly.png) center center no-repeat;
    display: block;
    left: 0px;
    top: 0px;
}
.Videoscroll .Scroll .prev,
.Videoscroll .Scroll .next {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -14px;
    display: block;
    width: 19px;
    height: 29px;
    overflow: hidden;
    background: url(../images/videoarr.png) 0px 0 no-repeat;
    cursor: pointer;
}
.Videoscroll .Scroll .next {
    left: auto;
    right: 15px;
    background-position: -19px 0;
}
.Videoscroll .Scroll .prevStop {}
.Videoscroll .Scroll .nextStop {}
.Sliglepage {
    padding: 4% 0 0 0;
    line-height: 2em;
}
.VideoPlayer {
    text-align: center;
    padding-bottom: 15px;
}
.culturephoto {
    width: 820px;
    margin: 6% auto 0;
    position: relative;
    overflow: hidden;
}
.culturephoto .btn {
    position: absolute;
    width: 11px;
    height: 18px;
    top: 45px;
    cursor: pointer;
    z-index: 99;
}
.culturephoto .prev {
    left: 0px;
}
.culturephoto .next {
    right: 0px;
}
.culturephoto #prevTop,
.culturephoto #nextTop {
    width: 40px;
    height: 60px;
    top: 50%;
    margin-top: -55px;
}
.culturephoto #prevTop {
    background: url(../images/culturearr.png) no-repeat 0 0px;
}
.culturephoto #nextTop {
    background: url(../images/culturearr.png) no-repeat -40px 0px;
}
.culturephoto #prev,
.culturephoto #next {
    width: 11px;
    height: 19px;
    bottom: 45px;
    top: auto;
}
.culturephoto #prev {
    background: url(../images/culturearr.png) no-repeat 0 -60px;
    left: 9px;
}
.culturephoto #next {
    background: url(../images/culturearr.png) -11px -60px no-repeat;
    right: 9px;
}
.culturephoto li {
    float: left;
}
.culturephoto .picBox {
    height: 480px;
    position: relative;
    overflow: hidden;
}
.culturephoto .picBox ul {
    height: 480px;
    position: absolute;
}
.culturephoto .picBox li {
    width: 820px;
    height: 480px;
    position: relative;
}
.culturephoto .picBox li img {
    height: 480px;
    display: block;
    margin: 0px auto;
}
.culturephoto .picBox li .tit {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 96%;
    background: url(../images/filter60.png);
    font-size: 16px;
    color: #fff;
    padding: 5px 2%;
    line-height: 42px;
    text-align: center;
}
.culturephoto .smallImg {
    background: #e2e2e2;
    padding-top: 15px;
    height: 95px;
}
.culturephoto .listBox {
    width: 754px;
    height: 80px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
.culturephoto .listBox ul {
    height: 80px;
    position: absolute;
}
.culturephoto .listBox li {
    width: 126px;
    height: 80px;
    cursor: pointer;
    position: relative;
}
.culturephoto .listBox li img {
    width: 120px;
    height: 80px;
    display: block;
    margin: 0px auto;
}
.culturephoto .listBox .on img {
    border: 3px solid #3d4550;
    width: 114px;
    height: 74px;
    transition: all 0s linear;
    -webkit-transition: all 0s linear;
}
.mobile_culturephoto {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 5% 0;
    padding: 0%;
}
.mobile_culturephoto .hd {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 50%;
    margin-top: -45px;
    left: 0;
    z-index: 1;
}
.mobile_culturephoto .hd img {
    width: 11px;
}
.mobile_culturephoto .prev,
.mobile_culturephoto .next {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 60px;
    background: url(../images/culturearr.png) no-repeat 0 0px;
    cursor: pointer;
}
.mobile_culturephoto .next {
    left: auto;
    right: 0;
    background: url(../images/culturearr.png) no-repeat -40px 0px;
}
.mobile_culturephoto .bd {
    position: relative;
    z-index: 0;
}
.mobile_culturephoto .bd li {
    position: relative;
}
.mobile_culturephoto .bd li .img {
    width: none%;
}
.mobile_culturephoto .bd li .img img {
    margin: 0px auto;
    display: block;
}
.mobile_culturephoto .bd li .tit {
    background: url(../images/filter60.png);
    font-size: 16px;
    color: #fff;
    padding: 5px 2%;
    text-align: center;
}
.culturebox {
    padding: 89px 0px 0px 0px;
    height: 1037px;
    margin: 9px 0px 0px 0px;
    background: url(../images/culturebg.gif);
}
.cultureScroll {
    overflow: hidden;
    position: relative;
}
.cultureScroll .prev,
.cultureScroll .next {
    z-index: 100;
    position: absolute;
    top: 515px;
    left: 32px;
    display: block;
    width: 39px;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/culturearr2.png) 0px top no-repeat;
}
.cultureScroll .next {
    left: auto;
    right: 32px;
    background-position: -39px 0px;
}
.cultureScroll .prevStop {}
.cultureScroll .nextStop {}
.cultureScroll .hd {
    overflow: hidden;
    height: 21px;
    margin-top: 58px;
    text-align: center;
}
.cultureScroll .hd ul {
    zoom: 1;
}
.cultureScroll .hd ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0px 10px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/dot_cul.png) 0px top no-repeat;
}
.cultureScroll .hd ul li.on {
    background: url(../images/dot_cul.png) right top no-repeat;
}
.cultureScroll .bd {
    padding: 10px;
}
.cultureScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}
.cultureScroll .bd ul li {
    margin: 0px;
    float: left;
    position: relative;
    width: 708px;
    height: 892px;
    overflow: hidden;
    text-align: center;
}
.cultureScroll .bd ul li img {
    width: 341px;
}
.cultureScroll .bd ul .mast {
    display: none;
    height: 100%;
    color: #fff;
    line-height: 27px;
    background: url(../images/filter60.png);
    position: absolute;
    top: 0px;
    left: 7px;
    width: 100%;
    display: ;
    font-size: 16px;
}
.cultureScroll .bd ul .mast p {
    padding: 0px 65px;
}
.cultureScroll .bd ul .item1 {
    width: 341px;
    margin: 7px 0px 7px 7px;
}
.cultureScroll .bd ul .item1 img {
    height: 434px;
}
.cultureScroll .bd ul .item1 .mast {
    width: 341px;
    height: 434px;
    top: 7px;
}
.cultureScroll .bd ul .item1 .mast p {
    padding-top: 188px;
}
.cultureScroll .bd ul .item2 {
    width: 341px;
    margin: 0px 0px 7px 7px;
}
.cultureScroll .bd ul .item2 img {
    height: 436px;
}
.cultureScroll .bd ul .item2 .mast {
    width: 341px;
    height: 436px;
    top: 449px;
}
.cultureScroll .bd ul .item2 .mast p {
    padding-top: 188px;
}
.cultureScroll .bd ul .item3 {
    width: 341px;
    margin: 0px 0px 7px 7px;
    position: absolute;
    left: 351px;
    top: 7px;
}
.cultureScroll .bd ul .item3 img {
    height: 270px;
}
.cultureScroll .bd ul .item3 .mast {
    width: 341px;
    height: 270px;
    top: 0px;
    left: 0px;
}
.cultureScroll .bd ul .item3 .mast p {
    padding-top: 105px;
}
.cultureScroll .bd ul .item4 {
    width: 341px;
    margin: 0px 0px 7px 7px;
    position: absolute;
    left: 351px;
    top: 284px;
}
.cultureScroll .bd ul .item4 img {
    height: 324px;
}
.cultureScroll .bd ul .item4 .mast {
    width: 341px;
    height: 324px;
    top: 0px;
    left: 0px;
}
.cultureScroll .bd ul .item4 .mast p {
    padding-top: 105px;
}
.cultureScroll .bd ul .item5 {
    width: 341px;
    margin: 0px 0px 7px 7px;
    position: absolute;
    left: 351px;
    top: 615px;
}
.cultureScroll .bd ul .item5 img {
    height: 269px;
}
.cultureScroll .bd ul .item5 .mast {
    width: 341px;
    height: 269px;
    top: 0px;
    left: 0px;
}
.cultureScroll .bd ul .item5 .mast p {
    padding-top: 105px;
}
.cultureScroll .picList {
    width: 708px;
    margin: 0px auto;
    background: #fff;
    height: 892px;
}
.cultureScroll2 {
    margin-top: 5%;
    display: none;
}
.cultureScroll2 ul {
    margin-left: -14px;
}
.cultureScroll2 li {
    width: 50%;
    float: left;
    text-align: center;
    padding-bottom: 2.4%;
}
.cultureScroll2 li .box {
    margin-left: 14px;
    border: 1px solid #f7f7f7;
}
.cultureScroll2 li .imgbox img {
    height: 200px;
    display: block;
    margin: 0px auto;
}
.cultureScroll2 li .tit {
    font-size: 14px;
    background: #f7f7f7;
    padding: 2% 0;
}
.whhd {
    display: none;
}
.Titleinfo {
    padding: 40px 0px 30px 0px;
    background: url(../images/linebg.gif) 0px bottom repeat-x;
}
.Titleinfo h2 {
    line-height: 32px;
    padding: 5px 0px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.Titleinfo h3 {
    font-size: 14px;
}
.Titleinfo p {
    line-height: 24px;
    color: #a4a4a4;
    /*padding-top:15px;*/
}
.Titleinfo p i {
    padding: 0px 10px;
}
.PrevNextBox {
    margin-top: 35px;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    padding: 16px 0px 0px 0px;
    line-height: 28px;
    position: relative;
}
.PrevNextBox h1 {
    text-align: right;
    padding-top: 4%;
    font-weight: normal;
}
.PrevNextBox h1 a {
    display: inline-block;
    width: 97px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #504f4f;
}
.PrevNextBox b {
    float: left;
}
.PrevNextBox a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 80%;
}
.PrevNextBox a.none {
    cursor: default;
}
.PrevNextBox a.none:hover {
    color: #333;
}
.dszimg {
    width: 35%;
    float: left;
    margin-right: 1%;
}
@media ( max-width:998px) {
    .Videoscroll .Scroll ul li img {
        height: 155px;
    }
    
    .cultureScroll2 li .imgbox img {
        height: 207px;
    }
}
@media ( max-width:480px) {
    .VideoList .item .video {
        position: relative;
        width: auto;
        float: none;
    }
    
    .VideoList .item .info {
        float: none;
        width: auto;
    }
    
    .Videoscroll .Scroll ul li img {
        height: 75px;
    }
    
    .Videoscroll .Scroll .prev,
    .Videoscroll .Scroll .next {
        left: 1px;
    }
    
    .Videoscroll .Scroll .next {
        left: auto;
        right: 1px;
    }
    
    .mobile_culturephoto {
        display: block;
    }
    
    .culturephoto {
        display: none;
    }
    
    .cultureScroll2 li .imgbox img {
        height: 130px;
    }
    
    .dszimg {
        width: auto;
        float: none;
        margin-right: 0%;
    }
    
    .dszimg img {
        display: block;
        margin: 0px auto 15px;
    }
}
@media ( max-width:768px) {
    .culturebox {
        display: none;
    }
    
    .cultureScroll2 {
        display: block;
    }
    
    .whhd {
        display: block;
    }
}
@media ( max-width:420px) {
    .Videoscroll .Scroll ul li img {
        height: 65px;
    }
}

/*手机站样式*/
.Mobilebody {
    max-width: 240px;
    min-width: 240px;
    overflow: hidden;
    margin: 0 auto;
}
.Mobileicon {
    position: fixed;
    right: 0px;
    bottom: 15px;
    width: 56px;
    height: 56px;
    z-index: 501;
    cursor: pointer;
}
.Mobileicon2 {
    position: fixed;
    right: -20px;
    bottom: 200px;
    background: url(../images/phoneicon2.png);
    width: 20px;
    height: 38px;
    z-index: 502;
    cursor: pointer;
}
.Mobile {
    display: none;
    width: 266px;
    height: 512px;
    background: url(../images/mobilebg.png);
    bottom: 15px;
    position: fixed;
    right: -266px;
    z-index: 500;
}
.Mobile .content {
    margin: 33px 9px 0px 12px;
}
.Mobiltit {
    text-align: center;
    line-height: 33px;
    margin-bottom: 2px;
    background: url(../images/mobiletit.gif);
    color: #fff;
    font-size: 15px;
    position: relative;
    width: 240px;
}
.Mobiltit a.back {
    display: block;
    position: absolute;
    background: url(../images/backs.png);
    width: 20px;
    height: 14px;
    top: 8px;
    left: 12px;
}
.Mobilenews {}
.Mobilenews li {
    padding: 10px;
    font-size: 12px;
    color: #a2a2a2;
    border: 1px solid #dadada;
    box-shadow: 1px 1px 1px #dbdbdb;
    background: #fff;
    margin: 0px 3px 3px 3px;
    line-height: 18px;
}
.Mobilenews li .tit {
    line-height: 22px;
    padding: 3px 0px;
}
.Mobilenews li .tit a {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}
.Mobilenews li .img {
    margin-bottom: 10px;
}
.Mobilenews li .img img {
    display: block;
    width: 100%;
}
.Mobilenews li a.more {
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
    background: url(../images/morearr.gif) right center no-repeat;
    line-height: 20px;
    color: #2f2f2f;
    display: block;
}
.Mobilenewsinfo {
    background: #fff;
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
}
.Mobilenewsinfo img {
    width: 202px;
}
.Mobilenewsinfo .Sliglepage {
    padding: 0px 10px;
}
.Mobilenewsinfo .PrevNextBox h1 {
    position: static;
    text-align: center;
    padding-bottom: 10px;
}
.Mobilenewsinfo .Titleinfo {
    padding: 0px 10px 8px;
    margin: 0px 0 8px;
}
.Mobilenewsinfo .Titleinfo h2 {
    line-height: 24px;
    padding-top: 10px;
    font-weight: normal;
}
#scrollbar1 {
    width: 240px;
}
#scrollbar1 .viewport {
    width: 240px;
    height: 400px;
    overflow-y: scroll;
    position: relative;
}
#scrollbar1 .overview {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
#scrollbar1 .scrollbar {
    /*background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat center top; position: relative; float: right; width: 8px; margin-right:3px;*/
}
#scrollbar1 .track {
    background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat center 100%;
    height: 100%;
    width: 8px;
    position: relative;
}
#scrollbar1 .thumb {
    background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 5px;
    width: 8px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -0px;
}
#scrollbar1 .thumb .end {
    background: url(../images/toparr.png) center top no-repeat;
    overflow: hidden;
    height: 5px;
    width: 8px;
}
#scrollbar1 .disable {
    display: none;
}
@media ( max-width:640px) {
    .Mobileicon {
        display: none;
    }
    
    .Mobileicon2 {
        display: none;
    }
    
    .culturephoto {
        display: none;
    }
}
div#mapCard_style,
#mapCard_container,
.BMap_mask {
    width: 100% !important;
}
.othernav1 {
    position: relative;
}
.othernav1 .prev,
.othernav1 .next {
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    transform: rotate(-90deg);
    z-index: 3;
    width: 40px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../images/businessarr.png);
}
.othernav1 .prev {
    left: 0;
    background-position: 0 0;
}
.othernav1 .next {
    right: 0;
    background-position: 0px -30px;
}
.othernav1 .prev,
.othernav1 .next {
    display: none;
}
.othernav1:hover .prev,
.othernav1:hover .next {
    display: block;
}

/* @media ( max-width:800px){
.othernav1 .prev{margin: 12px 0 0 -39px;display:block;}
.othernav1 .next{margin: 12px 0 0 -183px;display:block;}
} */
@media ( max-width:800px) {
    .othernav1 .prev,
    .othernav1 .next {
        display: block;
    }
}
@media ( max-width:480px) {
    .othernav1 .prev,
    .othernav1 .next {
        width: 30px;
        height: 20px;
    }
    
    .othernav1 .prev {
        background-position: -5px -3px;
    }
    
    .othernav1 .next {
        background-position: -5px -34px;
    }
}

/* 21-05-18 */
.Hrimg {
    margin-top: 3%;
}
.Hrimg li {
    width: 24.25%;
    float: left;
    margin: 0 1% 1% 0;
}
.Hrimg li:nth-child(4n) {
    margin-right: 0;
}
.Hrimg li .img {
    position: relative;
}
.Hrimg li .img img {
    display: block;
    width: 100%;
}
.Hrimg li .title {
    opacity: 0;
    transition: ease-in-out 300ms;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Hrimg li:hover .title {
    opacity: 1;
}
@media ( max-width:1024px) {
    .Hrimg li .title {
        opacity: 1;
    }
}
@media ( max-width:480px) {
    .Hrimg li {
        width: 49%;
        margin-right: 0;
    }
    
    .Hrimg li:nth-child(2n) {
        float: right;
    }
}

/* 21-07-05 */
.Jsimg {
    margin-top: 9%;
}
.Jsimg li {
    width: 23.25%;
    float: left;
    margin: 0px 2% 10% 0;
    background: #ecd8ef;
}
.Jsimg li:nth-child(4n) {
    margin-right: 0;
}
.Jsimg li dl {
    margin: 0 auto;
    padding-bottom: 10px;
}
.Jsimg li dl dt {
    position: relative;
    padding-top: 170px;
}
.Jsimg li dl dt img {
    position: absolute;
    top: -20px;
    left: 10%;
    box-shadow: 3px 5px 9px 0px rgba(58, 49, 81, 0.45);
}
.Jsimg li dl dd {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    color: #5a5959;
    font-size: 12px;
    height: 98px;
    overflow: hidden;
}
.Jsimg li dl .dd1 {
    font-size: 17px;
    padding: 5px 0;
    height: auto;
}
.Jsimg li .img {
    position: relative;
}
@media ( max-width:1024px) {}
@media ( max-width:480px) {
    .Jsimg li {
        width: 49%;
        margin-right: 0;
    }
    
    .Jsimg li:nth-child(2n) {
        float: right;
    }
}
@media ( max-width:414px) {
    .Jsimg li dl dt img {
        left: 6%;
    }
    
    .Jsimg li dl dd {
        height: 72px;
    }
    
    .Jsimg li dl dd.dd1 {
        height: auto;
    }
}
@media ( max-width:375px) {
    .Jsimg li dl dt {
        padding-top: 150px;
    }
    
    .Jsimg li dl dt img {
        width: 88%;
    }
}