@charset "utf-8";

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 375px) {

}

* {
    margin: 0;
    padding: 0;
}

* html body {
    overflow: visible;
}

body, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, table, tr, th, td, p, input, dl, dt, dd, ul, ol, li, input, textarea {
    font-family: "微软雅黑", "Microsoft Yahei" !important;
}

html {
    width: 100%;
    max-width: 100%;
}

body {
    background: #FFF;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    font-family: "微软雅黑", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
    max-width: 100%;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr, input {
    margin: 0;
    padding: 0;
}

body div {
    text-align: left;
}

li {
    list-style-type: none;
}

img {
    border: 0 none;
}

input[type="button"], input[type="submit"] {
    cursor: pointer;
}

a {
    outline: none;
    star: expression(this.onFocus=this.blur());
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    overflow: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #3F3F3F;
}

@font-face {
    font-family: "微软雅黑";
    src: url('fonts/wryh.ttf');
    src: url('fonts/wryh.ttf') format('truetype');

}

/*header*/

#header {
    width: 100%;
    height: auto;
    margin-top: -22px;
    border-bottom: 1px solid #bebebe;
    position: relative;
    background: #fff;

}

@media (max-width: 992px) {
    #header {
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 999999;
        box-shadow: 0 0 5px #bebebe;
    }
}

.headering {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .headering {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .headering {
        width: 768px;
        height: 40px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .headering {
        width: 100%;
    }
}

@media (max-width: 375px) {

}

.headering-top {
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    /*border-bottom: 1px solid #dedede;*/
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .headering-top {
        display: none;
    }
}

/*重构样式*/

.left_login {
    margin: 2px 0;
    text-align: left;
    float: left;
    width: 900px;
    height: 42px;
    line-height: 42px;

}

@media (max-width: 1200px) {
    .left_login {
        width: 780px;
    }
}

.right_member {
    margin: 2px 0;
    text-align: right;
    float: right;
    width: 300px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .right_member {
        width: 188px;
    }
}

.left_login label {
    font-size: 14px;

}

.left_login span {
    display: block;
    float: left;
}

.left_login span input {
    display: block;
}

.left_login a {
    font: 14px "微软雅黑";
    color: #6B6B6B;
}

@media (max-width: 1200px) {
    .left_login a {
        margin: 0 -5px;
    }
}

.left_login a:hover {
    color: #ED1C23;
}

.left_login .key_board {
    background: url(../images/picxi.png) no-repeat 0 -550px;
    margin-left: 20px;
    width: 31px;
    height: 24px;
}

@media (max-width: 1200px) {
    .left_login .key_board {
        margin-left: 5px;
        margin-right: -10px;
    }
}

.user_right {
    margin: 2px 0;
    text-align: right;
    float: right;
    width: 700px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.headering-top ul {
    width: auto;
    height: auto;
    display: block;
}

.headering-top ul li {
    width: auto;
    height: 42px;
    line-height: 42px;
    float: left;
    display: block;
}

.headering-top ul li label {
    float: left;
    font-size: 14px;
}

.headering-top ul li span {
    display: block;
    float: left;
}

.headering-top ul li span input {
    display: block;
}

.headering-top ul li a {
    font: 14px "微软雅黑";
    color: #6B6B6B;
}

.headering-top ul li a:hover {
    color: #ED1C23;
}

.hspi {
    border: 1px solid #CFCFCF;
    width: 98px;
    height: 19px;
    margin-top: 10px;
}

.hspii {
    border: 1px solid #E0E0E0;
    width: 96px;
    height: 17px;
}

.hpi {
    height: 15px;
    width: 84px;
    border: none;
    border-bottom: 1px solid #bebebe;
    background: #fff;
    outline: none;
    padding: 0 5px;
    -webkit-box-shadow: inset 0px 0px 0px 15px #fff;
    -moz-box-shadow: inset 0px 0px 0px 15px #fff;
    box-shadow: inset 0px 0px 0px 15px #fff;
}

.hlwi {
    margin-right: 33px;
}

.hlwii {
    margin-right: 50px;
}

.hlw3 {
    margin-left: 80px;
}

.hlw4 {
    margin-left: 45px;
}

.hlw4i {
    color: #FB6F2B;
}

.hlw5 {
    margin-left: 85px;
}

.hlpi {
    border: none;
    padding: 0 5px;
    font: 14px "微软雅黑";
    color: #6B6B6B;
}

.hlli {
    margin-top: 3px;
    cursor: pointer;
}

.headering-botm {
    width: 100%;
    height: 60px;
    float: left;
}

.headering-botm .logo {
    width: 279px;
    height: 80px;
    float: left;
}

@media (max-width: 992px) {
    .headering-botm .logo {
        height: auto;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .headering-botm .logo img{
        height: 30px;
        width: auto;
        margin: 5px 0;
    }
}

.headering-botm .seach {
    width: 506px;
    height: 80px;
    float: left;
}

@media (max-width: 1200px) {
    .headering-botm .seach {
        width: 380px;
    }
}

@media (max-width: 992px) {
    .headering-botm .seach {
        display: none;
    }
}

.headering-botm .seach li {
    display: block;
    float: left;
}

.headering-botm .seach li label {
    float: left;
}

.headering-botm .seach li.sw1 {
    width: 386px;
    height: 32px;
    border: 4px solid #ED1C23;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width: 1200px) {
    .headering-botm .seach li.sw1 {
        width: 275px;
    }
}

.headering-botm .seach li.sw1 span {
    display: block;
}

.spw1 {
    width: 384px;
    height: 30px;
    border: 1px solid #CFCFCF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width: 1200px) {
    .spw1 {
        width: 275px;
    }
}

.spw1 input {
    width: 308px;
    height: 30px;
    border: 1px solid #E6E6E6;
    border-right: none;
    display: block;
    padding-left: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline: none;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 30px #fff;
    -moz-box-shadow: inset 0px 0px 0px 30px #fff;
    box-shadow: inset 0px 0px 0px 30px #fff;
}

@media (max-width: 1200px) {
    .spw1 input {
        width: 200px;
    }
}

.spw1 ul {
    width: 60px;
    height: auto;
    position: relative;
    z-index: 99999;
}

.spw1 ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

.spw1 ul li {
    cursor: pointer;
    width: 60px;
    height: 29px;
    background: #fff;
    line-height: 29px;
    text-align: center;
    position: relative;
    z-index: 9999;
    left: 0;
    border: 1px solid #C7C7C7;
    border-top: none;
    border-bottom: none;
}

.spw1 ul li:hover {
    background: #EB2721;
    color: #fff;
}

.spw1 ul li:last-child {
    border-bottom: 1px solid #C7C7C7;
}

.sbj1 {
    border: 1px solid #DCDCDC;
    width: 60px;
    height: 30px;
    line-height: 29px;
    display: block;
    background: url(../images/seach-bot.jpg) no-repeat 0;
    border: none;
    border-left: 1px solid #DCDCDC;
}

@media (max-width: 1200px) {
    .sbj1 {
        width: 58px;
    }
}

.headering-botm .seach li.sw2 {
    width: 116px;
    height: 40px;
    line-height: 47px;
    background: #ed1c23;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 1200px) {
    .headering-botm .seach li.sw2 {
        width: 100px;
    }
}

.headering-botm .seach li.sw2 input {
    border: none;
    background: #ed1c23;
    color: #fff;
    font: 20px "微软雅黑";
}

.headering-botm .seachR {
    width: 400px;
    height: auto;
    float: right;
    position: relative;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .headering-botm .seachR {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .headering-botm .seachR {
        display: none;
    }
}

.headering-botm .seachR li {
    height: 24px;
    line-height: 22px;
    float: left;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .headering-botm .seachR li {
        font-size: 16px;
    }
}

.headering-botm .seachR li.srw1 {
    margin-left: 25px;
}

@media (max-width: 1200px) {
    .headering-botm .seachR li.srw1 {
        margin-left: 15px;
    }
}


.headering-botm .seachR li a {
    color: #A3A3A3;
    display: block;
    height: 24px;
    cursor: pointer;
}

.headering-botm .seachR li a:hover {
    border-bottom: 2px solid #ED1C23;
    color: #F16021;
}

.headering-botm .menu-action {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 992px) {
    .headering-botm .menu-action {
        display: block;
    }
}

.headering-botm .menu-action .icon {
    font-size: 22px;
    color: #ed1c22;
}

.xieceseacp {
    background: #fff;
    width: 398px;
    height: 96px;
    box-shadow: 0px 0px 5px #ccc;
    display: none;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 999;
}

@media (max-width: 1200px) {
    .xieceseacp {
        left: auto;
        right: 0;
    }
}

.xieceseacp p {
    height: 30px;
    width: 132px;
    float: left;
    text-align: center;
    font: 14px/30px "微软雅黑";
    color: #9b9b9b;
}

.headering-botm .seachR li .xieceseacp a {
    border: 0;
}

.headering-botm .seachR li.srw1:hover .xieceseacp {
    display: block;
}

.menu {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    /*border-bottom: 3px solid #ed1c22;*/
    display: block;
    position: relative;
}

@media (max-width: 1200px) {
    .menu {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .menu {
        width: 768px;
        padding-top: 10px;
        display: none;
    }
}

@media (max-width: 768px) {
    .menu {
        width: 100%;
    }
}

.menu .line {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 3px;
    line-height: 0;
    background: #ed1c22;
    margin-left: 1px;
}

.menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 1px;
}

.menu ul:after {
    display: block;
    clear: both;
    content: "";
}

.menu ul li {
    width: 91px;
    height: auto;
    line-height: 37px;
    float: left;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-right: 1px;

}

@media (max-width: 1200px) {
    .menu ul li {
        width: 75px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {
    .menu ul li {
        width: 192px;
        height: auto;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .menu ul li {
        width: 33.3%;
        height: auto;
    }
}

.menu ul li.mulast {
    background: none;
}

.menu ul li a {
    color: #262626;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin: 1px;
    margin-bottom: 0;
    line-height: 0;
    text-decoration: none;
}

@media (max-width: 992px) {
    .menu ul li a {
        height: 80px;
        float: none;
        color: #262626;
        padding-top: 10px;
    }
}

.menu ul li a .icon{
    display: block;
    font-size: 30px;
    line-height: 30px;
}

.menu ul li a span {
    display: block;
    line-height: 18px;
    margin: 8px 0 10px;
}

@media (max-width: 1200px) {
    .menu ul li a .icon{
        font-size: 26px;
    }
}

.menu ul li a:hover {
    color: #ed1c22;
    text-align: center;
    /*border-bottom: 3px solid #ed1c22;*/
    text-decoration: none;
}

@media (max-width: 992px) {
    .menu ul li a:hover {
        border-bottom: none;
    }
}

.menu ul li.menuon a {

    /*background: url(../images/menua.jpg) no-repeat;*/
    color: #ed1c22;
    text-align: center;
    border-bottom: 3px solid #ed1c22;

}

@media (max-width: 992px) {
    .menu ul li.menuon a {
        border-bottom: none;
    }
}

/*banner*/
.banner {
    width: 1200px;
    height: 152px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .banner {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .banner {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .banner {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .banner {
        height: 100px;
        margin-top: 19px;
    }
}

.banner .slidesjs-container .slidesjs-slide img {
    width: 100%;
}

@media (max-width: 576px) {
    .banner .slidesjs-container .slidesjs-slide img {
        height: 100px;
    }
}

.banner .slidesjs-pagination {
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 576px) {
    .banner .slidesjs-pagination {
        bottom: 1px;
    }
}

.banner .slidesjs-pagination li {
    float: none;
    display: inline-block;
    margin: 0 5px;
}

.banner .slidesjs-pagination li a {
    float: left;
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: #ccc;
    text-indent: -9999px;
    position: relative;
    /*box-shadow: 1px 1px 1px #dedede;*/
}

.banner .slidesjs-pagination li a:after {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    top: -12px;
    left: -2px;
    right: -2px;
}

.banner .slidesjs-pagination li a.active {
    background: #ed1c22;
}

.banner a.slidesjs-previous {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 99999;
    width: 40px;
    height: 100px;
}

.banner a.slidesjs-next {
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 99999;
    width: 40px;
    height: 100px;
}

.banner a.slidesjs-previous:hover span {
    width: 40px;
    height: 100px;
    background: url(../img/btn.png)
}

.banner a.slidesjs-next:hover span {
    width: 40px;
    height: 100px;
    background: url(../img/btn.png) 40px 0;
}

.index-bn {
    width: 100%;
    height: 152px;
    box-shadow: 1px 1px 3px 1px #707070;
    position: relative;
}

.slides {
    display: none
}

.slides1 {
    display: none
}

.container {
    margin: 0 auto
}

/*center*/
#center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    #center {
        width: 992px;
    }
}

@media (max-width: 992px) {
    #center {
        width: 768px;
    }
}

@media (max-width: 768px) {
    #center {
        width: 576px;
    }
}

@media (max-width: 576px) {
    #center {
        width: 375px;
    }
}

#center:after {
    content: '';
    display: block;
    clear: both;
}


/*推广*/
.adv {
    height: auto;
    width: 1200px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .adv {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .adv {
        width: 768px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .adv {
        width: 100%;
    }
}

.adv ul {
}

.adv ul:after {
    content: '';
    display: block;
    clear: both;
}

.adv ul li {
    display: block;
    padding-top: 6px;
    margin: 4px;
    text-align: center;
    line-height: 66px;
    height: 61px;
    width: 125px;
    float: left;
    box-shadow: 0 0 0 1px #bebebe;
    text-align: center;
    /*overflow: hidden;*/
    position: relative;
}

.adv ul li:before,.adv ul li:after {
    position: absolute;
    z-index: 100;
    top: -1px;
    right: 100%;
    bottom: 100%;
    left: -1px;
    content: '';
    display: block;
    width: auto;
    height: auto;
    line-height: 0;
    border: 2px solid #ed1c22;
    border-right: none;
    border-bottom: none;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.adv ul li:after {
    top: 100%;
    right: -1px;
    bottom: -1px;
    left: 100%;
    border: 2px solid #ed1c22;
    border-top: none;
    border-left: none;
}

.adv ul li:hover:before {
    opacity: 1;
    right: -1px;
    bottom: -1px;
}

.adv ul li:hover:after {
    opacity: 1;
    top: -1px;
    left: -1px;
}

@media (max-width: 1200px) {
    .adv ul li {
        width: 101px;

        width: calc(100% / 9 - 8px);
        width: -moz-calc(100% / 9 - 8px);
        width: -webkit-calc(100% / 9 - 8px);
    }
}

@media (max-width: 992px) {
    .adv ul li {
        width: 32.222%;
        width: calc(33% - 8px);
        width: -moz-calc(33.333% - 8px);
        width: -webkit-calc(33.333% - 8px);

        line-height: 51px;
        height: auto;
    }
}

@media (max-width: 768px) {

}

.adv ul li a {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    z-index: 101;
}

.adv ul li img {
    max-height: 60px;
    max-width: 120px;
    display: block;
    margin: -3px;
}

@media (max-width: 1200px) {
    .adv ul li img {
        margin: -9px;
    }
}

@media (max-width: 992px) {
    .adv ul li img {
        margin: -3px;
    }
}

.adv ul li.first {
    /*margin-left: 0px;*/
}

.adv ul li.last {
    /*margin-right: 0px;*/
}

.adv ul li:last-child {
    /*margin: 0;*/
}

.advline {
    height: 100px;
    width: 1200px;
    float: left;
    margin-top: 15px;
    background: #000;
}

.adv_four {
    /*height: 100px;*/
    width: 1200px;
    float: left;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .adv_four {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .adv_four {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .adv_four {
        width: 100%;
    }
}

.adv_four ul {
}

.adv_four ul:after {
    content: '';
    display: block;
    clear: both;
}

.adv_four ul li {
    display: block;
    margin: 4px;
    text-align: center;
    line-height: 0;
    min-height: 70px;
    height: auto;
    width: 292px;
    float: left;
    box-shadow: 0 0 0 1px #bebebe;
    text-align: center;
}

@media (max-width: 1200px) {
    .adv_four ul li {
        width: 240px;
    }
}

@media (max-width: 992px) {
    .adv_four ul li {
        width: 49%;
        width: -moz-calc(50% - 8px);
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
    }
}

@media (max-width: 576px) {
    .adv_four ul li {
        width: 98%;
        width: -moz-calc(100% - 8px);
        width: -webkit-calc(100% - 8px);
        width: calc(100% - 8px);
    }
}

.adv_four ul li a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.adv_four ul li img {
    max-height: 100px;
    max-width: 100%;
    display: block;
    margin: auto;
    display: inline-block;
}

.adv_four ul li.first {
    /*margin-left: 0px;*/
}

.adv_four ul li.last {
    /*margin-right: 0px;*/
}

.adv_four ul li:last-child {
    /*margin: 0;*/
}

.s5l-c {
    margin-top: 10px;
}

.s5l-L {
    width: 400px;
    height: auto;
    float: left;
}

.s5l-L span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

.s5l-Limg {
    width: 400px;
    height: 300px;
    position: relative;
}

.s5l-Limg i {
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    background: url(../images/sp1.png) no-repeat;
    top: 100px;
    left: 110px;
}

.s5l-R {
    width: 370px;
    float: left;
    margin-left: 15px;
}

.s5l-R li {
    float: left;
    margin: 0 10px 5px 0;

}

.s5l-R li.s5rlist {
    margin-right: 0;
    float: right;
}

.s5l-R li span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

.s5l-Rimg {
    width: 224px;
    height: 126px;
    position: relative;
    overflow: hidden;
}

.s5l-Rimg img {
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .s5l-Rimg {
        width: 236px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .s5l-Rimg {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .s5l-Rimg {
        width: 100%;
        height: 100px;
    }

    .s5l-Rimg img{
        width: 175px !important;
        height: 100px;
    }
}

.s5l-Rimg i {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px auto auto -60px;
    font-size: 120px;
    line-height: 120px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

@media (max-width: 768px) {
    .s5l-Rimg i {
        opacity: 1;
        display: block;
        width: 60px;
        height: 61px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -30px auto auto -30px;
        font-size: 60px;
        line-height: 60px;
        color: #fff;
    }
}

.s5l-Rimg:hover i {
    opacity: 1;
    display: block;
    width: 60px;
    height: 61px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px auto auto -30px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}

.pictxt strong {
    margin: 25px 0 0 25px;
    display: block;
    width: 620px;
    height: 25px;
    font-size: 12px;
    float: left;
    font-weight: normal;

}

.control {
    width: 100%;
    height: 40px;
    float: left;
}

.control ul {
    float: left;
    margin: 10px 0 0 10px;
    height: auto;
    width: 100%;
}

.control ul li {
    padding: 0 10px;
    border-right: 1px solid #D4D4D4;
    float: left;
}

.control ul li:last-child {
    border: none;
}

.control ul li a {
    color: #686868;
}

.control ul li a:hover {
    color: #000;
}

.zx2tab {
    width: 100%;
    height: auto;
    float: left;
}

.zx2tabul {
    width: 783px;
    height: 28px;
    border: 1px solid #d4d4d4;
    float: left;
    line-height: 28px;
}

.zx2tabul li {
    font-size: 14px;
    font-weight: bold;
    width: 80px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #D4D4D4;
    float: left;
}

.zx2tabul li.active {
    background: #D71B1B;
}

.zx2tabul li.active a {
    color: #FFF;
}

.zx2tabul li a {
    color: #525252;
}

.panel-container {
    float: left;
}

.zxnext {
    width: 100%;
    height: 45px;
    margin: 20px 0;
    float: left;
    background: #EFEFEF;
}

.zxnext a {
    margin: 5px auto;
    width: 202px;
    height: 23px;
    display: block;
}

.vidozx {
    width: 783px;
    height: auto;
    float: left;

}

.vidoul {
    width: 100%;
    height: 37px;
    float: left;
    border-top: 2px solid #000;
    border-bottom: 1px solid #d4d4d4;
}

.vidoul li {
    font: 20px "宋体";
    line-height: 37px;
    color: #ED1818;
    float: left;
}

.vidoul span {
    padding-left: 20px;
    float: right;
    display: block;
    line-height: 27px;
    font-size: 14px;
    background: url(../images/index.png) 0 -620px no-repeat;
    margin: 10px 6px 0 0;
}

.vidoul span a {
    color: #8E8E8E;
}

.vidoul span a:hover {
    color: #000;
}

.zhzxleft {
    width: 317px;
    height: auto;
    float: left;
}

.zh1 {
    width: 317px;
    height: 250px;
    float: left;
    margin-top: 10px;
}

.zh1 img {
    background: #ccc;
    width: 100%;
    height: 215px;
}

.zh1 span {
    width: 100%;
    float: left;
    display: block;
    line-height: 20px;
    text-align: center;
}

.zh2 {
    width: 100%;
    height: auto;
    float: left;
}

.zh2 ul {
    float: left;
}

.zh2 ul li {
    float: left;
    width: 153px;
    height: 130px;
}

.zh2 ul li img {
    width: 153px;
    height: 104px;
    float: left;
    display: block;
}

.zh2 ul li span {
    width: 100%;
    line-height: 25px;
    float: left;
    text-align: center;
    overflow: hidden;
    height: 30px;
}

.zh2 ul li:nth-child(2n) {
    float: right;
}

.zhzxright {
    width: 430px;
    height: 100px;
    float: right;
    margin-top: 10px;
}

.zhzxright ul {
    float: left;
}

.zhzxright ul li {
    width: 100%;
    height: 89px;
    border-bottom: 1px solid #E9E9E9;
    float: left;
}

.zhzxright ul li h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    float: left;
}

.zhzxright ul li span {
    width: 100%;
    display: block;
    float: left;
}

.zhzxright ul li h3 a {
    color: #4A4A4A;
}

.zhzxright ul li span a {
    color: #5C5C5C;
}

.zhzxright ul li a:hover {
    color: #000;
}

.zhzxright ul li:last-child {
    border: none;
}

.zxright {
    float: right;
    width: 373px;
    height: auto;
}

.right1 {
    float: left;
    width: 373px;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.right1t {
    height: 48px;
    width: 100%;
    float: left;
}

.ulborb {
    border-bottom: none 0;
    height: 48px;
}

.ulborb li {
    line-height: 48px;
    margin-top: 10px;
}

.right1c {
    width: 373px;
    height: 261px;
    float: left;
    position: relative;
}

.right1c ul.slidesjs-pagination {
    position: absolute;
    z-index: 99999;
    left: 150px;
    bottom: 20px;
}

.right1c ul.slidesjs-pagination li {
    float: left;
    margin: 0 5px;
}

.right1c ul.slidesjs-pagination li a {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ccc;
    text-indent: -9999px;
}

.right1c ul.slidesjs-pagination li a.active {
    background: #f16021;
}

.right1c h3 {
    font-size: 15px;
    width: 100%;
    float: left;
    line-height: 25px;
}

.right1c span.yxl-opacity {
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    background: #ccc;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.right1c p.yxl-font {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.right1c p.yxl-font a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.rightt1cimg {
    width: 100%;
    height: 97px;
    float: left;
    margin-top: 15px;
}

.rightt1cimg img {
    width: 136px;
    height: 97px;
    float: left;
    display: block;
    border: 1px solid #dedede;
}

.rightt1cimg span {
    display: block;
    float: right;
    height: 97px;
    width: 210px;
}

.right1ctxt {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.right1ctxt ul li {
    overflow: hidden;
    height: 25px;
    float: left;
    font-size: 14px;
    background: url(../images/dian.gif) 0 8px no-repeat;
    padding-left: 15px;
    width: 375px;

}

.right1ctxt ul li a {
    color: #373434;
}

.rightfont {
    font-size: 18px;
}

/*评论*/
.plleft {
    border: none;
    border-top: 1px solid #D9D8D8;
}

.plth1 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    width: 100%;
    height: 70px;
    line-height: 50px;
    float: left;
}

.pltedit {
    width: 100%;
    float: left;
}

.pltedit li {
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
}

.pltedit li h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    float: left;
}

.pltedit li span {
    float: right;
    font-size: 14px;
}

.plteditk {
    width: 801px;
    height: 138px;
    border: 1px solid #F16021;
    float: left;
    margin-top: 5px;
}

.plteditk textarea {
    text-align: left;
    height: 85px;
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #ccc;
    resize: none;
}

.plteditk input {
    border: none;
    background: #DD2525;
    color: #FFF;
    height: 28px;
    width: 70px;
    float: right;
    text-align: center;
    margin: 15px 5px;
    font-size: 14px;
}

.plcont {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 25px;
}

.plcontT {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #C5C5C5;
}

.plcontT li {
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin: 0 10px 0 5px;
}

.plcontT li.active {
    border-bottom: 2px solid #DC1E1E;
}

.plcontT li a {
    color: #000;
}

.plcontT li a.active {
    color: #F16021;
}

.plList {
    width: 100%;
    height: auto;
    float: left;
}

.plnextpag {
    width: 100%;
    height: 45px;
    float: left;
}

.plnextpag ul {
    float: right;
    display: block;
    margin-top: 15px;
}

.plnextpag ul a {
    font-size: 14px;
    background: #E6E6E6;
    padding: 0 5px;
    float: left;
    margin: 0 3px;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.plnextpag ul a.bgn {
    background: none;
}

.pllistu {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.pllistu img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.pllistu .txtname {
    width: 500px;
    float: left;
    display: block;
    font-size: 14px;
    color: #000;
}

.pllistu .txtcont {
    display: block;
    float: left;
    width: 730px;
    text-align: left;
}

.pllistu .txtcont .dian1 {
    float: none;
    width: 20px;
    height: 15px;
    background: url(../images/dian1.jpg) no-repeat;
}

.pllistu .botinfo {
    float: left;
    height: 30px;
    margin: 5px 0 0 60px;
    width: 90%;
}

.pllistu .botinfo b {
    float: left;
    font-weight: normal;
    font-size: 14px;
    margin-right: 20px;
    display: block;
}

.pllistu .botinfo strong {
    float: right;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.pllistu .botinfo strong a {
    float: left;
    margin-left: 15px;
}

/*资讯三级*/
.zx3 {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.zx3 h3 {
    float: left;
    line-height: 25px;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    color: #000;
    text-align: center;
}

.zx3 ul {
    float: left;
    margin-top: 25px;
    width: 100%;
}

.zx3 ul li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    height: 15px;
    line-height: 15px;
}

.zx3 ul li.active {
    color: #F37C52;
}

.zx3 ul li a {
    color: #048FDF;
}

.zx3 ul li.last {
    border: none;
}

.zx3 span {
    float: right;
    display: block;
    margin-top: -10px;
}

.zx3 span a {
    margin: 0 15px;
    float: left;
}

.shareBtn-hd {
    width: 20px;
    height: 23px;
}

.shareBtn-hd i {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #8b8c8e #fff #fff;
    -moz-transition: -moz-transform .2s ease-in;
    -webkit-transition: -webkit-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.plico {
    background: url(../images/index.png) no-repeat 0 -705px;
    color: #AAAAAA;
    display: block;
    float: right;
    font-size: 12px;
    font-style: normal;
    height: 19px;
    line-height: 19px;
    padding-left: 30px;
    width: 25px;
    margin-top: 10px !important;
}

.zx3cont {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

.zx3xg {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.zx3xg h3 {
    font-size: 16px;
    color: #3e3e3e;
    display: block;
}

.zx3xg ul li {
    width: 90%;
}

.zx3xg ul li a {
    padding-right: 15px;
}

.zx3xg ul li a:hover {
    color: #F37C52;
}

.zx3fx {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.h-shareBtn {
    float: left;
}

.h-shareBtn .shareBtn-hd {
    float: left;
    width: 55px;
    padding-left: 0;
    padding-top: 5px;
    color: #666;
    font-size: 14px;
}

.zx3print {
    float: right;
}

.zx3print a {
    margin: 0 5px;
    color: #7C7C7C;
    font-size: 14px;
}

.zx3print a:hover {
    color: #000;
}

.zx3hot {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.zx3hot span {
    font-size: 16px;
    display: block;
    float: left;
    border-bottom: 1px solid #dedede;
    height: 30px;
    width: 100%;
    line-height: 30px;
}

.zx3hot span i {
    height: 10px;
    width: 10px;
    display: block;
    background: #f00;
    float: left;
    margin: 10px 10px 0 0;
}

.zx3hot ul {
    width: auto;
    float: left;
}

.zx3hot ul li a {
    padding-right: 15px;
}

.zx3hotr {
    width: 40%;
    height: 195px;
    float: right;
    overflow: hidden;
}

.zx3hotr h3 {
    color: #000;
    height: 30px;
    width: 100%;
    padding-left: 5px;
    float: left;
    background: #F1F1F1;
    font-weight: normal;
    line-height: 30px;
}

.zx3hotr ul {
    width: 80%;
    margin: 0 auto;
}

.zx3hotr ul li {
    width: 100%;
    height: 60px;
    float: left;
    background: none;
    margin: 5px 0;
}

.zx3hotr ul li a {
    font-size: 12px;
    display: block;
}

.zx3hotr ul li b {
    height: 15px;
    display: block;
    float: right;
    font-weight: normal;
}

/*上市企业*/
.listedCompany {
    width: 100%;
    height: auto;
    float: left;
}

.listedCompany table {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
    overflow: hidden;
    float: left;
}

.listedCompany table tr {
    border-collapse: collapse;
    border-bottom: 1px dashed #ccc;
}

.listedCompany table tr.first {
    height: 35px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 1px 1px #dedede;
}

.listedCompany table tr th {
    border-bottom: 1px solid #ccc;
    height: 35px;
    font-size: 18px;
    padding-left: 10px;
    background: url(../images/thbj.jpg) repeat-x;
}

.listedCompany table tr td {
    text-align: center;
    border-right: 1px solid #dedede;
}

.listedCompany table tr td:last-child {
    border-right: none;
}

.listedCompany table tr:last-child {
    border-bottom: none;
}

/*专题*/
.ztlogo {
    background: url(../images/zt.jpg) 5px 3px no-repeat #525252;
}

.ztbanner {
    width: 100%;
    height: 400px;
    float: left;
    margin-bottom: 25px;
}

.ztbL {
    width: 555px;
    height: 400px;
    float: left;
    position: relative;
}

.ztbL span {
    height: 65px;
}

.ztbL b {
    line-height: 65px;
    height: 65px;
    font-size: 18px;
}

.ztbR {
    width: 638px;
    height: 400px;
    float: right;
}

.ztbR ul {
    float: right;
    display: block;
}

.ztbR ul li {
    width: 313px;
    height: 198px;
    float: left;
    position: relative;
    margin-left: 5px;
    overflow: hidden;
}

.ztbR ul li span {
    height: 47px;
}

.ztbR ul li b {
    height: 47px;
    line-height: 47px;
    font-size: 14px;
}

.ztbR ul li:nth-of-type(3) {
    margin-top: 5px;
}

.ztbR ul li:nth-of-type(4) {
    margin-top: 5px;
}

.ztLeft {
    width: 920px;
    height: auto;
    float: left;
}

.ztbox {
    width: 445px;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.ztbox .s3R {
    border-top: none;
}

.ztbox .s3R li {
    font-size: 18px;
    font-weight: bold;
}

.ztbox .s3R li a {
    color: #4b4b4b;
}

.ztboxC {
    height: auto;
    width: 100%;
    float: left;
}

.ztboxC .rb {
    height: 100px;
    margin-bottom: 5px;
}

.ztboxC .rb li {
    height: 100px;
}

.ztboxC .rb li img {
    height: 100px;
}

.ztboxC .rb span {
    line-height: 22px;
}

.ztboxC .gyul li {
    margin-bottom: 5px;
}

.ztboxC .gyul li a {
    font-size: 14px;
}

.ztboxC .gyul li b {
    float: right;
    font-weight: normal;
}

.ztbox1 {
    width: 100%;
    float: left;
}

.ztbox1 ul {
    height: 39px;
    display: block;
    border-bottom: 1px solid #dedede;
    background: url(../images/t4.jpg) no-repeat;
}

.ztbox1 ul li {
    margin-left: 20px;
    padding: 0 10px;
    float: left;
    line-height: 37px;
    font-size: 18px;
    font-weight: bold;
}

.ztbox1 ul li.active {
    border-bottom: 2px solid #E42424;
}

.ztbox1 ul li a {
    color: #7A7A7A;
}

.ztbox1 ul li a.active {
    color: #F16021;
}

.ztRight {
    width: 245px;
    height: auto;
    float: right;
}

.ztRight .s3R {
    border-top: none;
}

.ztRight .s3R li {
    font-size: 18px;
    font-weight: bold;
}

.ztRight .rb ul li {
    height: 79px;
    overflow: hidden;
}

.ztRight .rb ul li img {
    height: 79px;
    width: 118px;
}

.ztRight .rb ul li a {
    width: 110px;
}

.ztRight .rb ul li a span {
    width: auto;
    display: block;
}

/*展会*/
.zhlogo {
    background: url(../images/zhlogo.jpg) 5px 3px no-repeat #525252;
}

.zhbanner {
    width: 645px;
    height: 398px;
    float: right;
    border: 1px solid #dedede;
    border-left: none;
    overflow: hidden;
}

.zhbanner ul {
    margin-left: 15px;
    float: left;
}

.zhbanner ul li {
    display: block;
    float: left;
    height: 75px;
    margin: 10px 0;
}

.zhbanner ul li a {
    background: url(../images/dian.gif) 0 12px no-repeat;
    padding-left: 15px;
    color: #000;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.zhbanner ul li a:hover {
    color: #F16021;
}

.zhbanner ul li span {
    display: block;
    float: left;
    color: #8c8d8f;
    clear: both;

}

.zhLeft {
    width: 780px;
    height: auto;
    float: left;
}

.zhbox1 {
    border: 1px solid #dedede;
    float: left;
    height: 75px;
    width: 100%;
}

.zhbox1 span {
    float: left;
    width: 100px;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    margin-left: 15px;
}

.zhbox1 ul {
    margin-left: 15px;
}

.zhbox1 li {
    margin: 3px 5px;
    float: left;
    line-height: 20px;
    height: 20px;
    background: url(../images/dian.gif) 0 5px no-repeat;
    padding-left: 15px;
}

.zhbox1 li a {
    color: #4A4A4A;
}

.zhbox1 li a:hover {
    color: #000;
}

.zhbox2 {
    border: 1px solid #dedede;
    float: left;
    height: 840px;
    width: 100%;
    margin-top: 10px;
}

.zhbox2 strong {
    float: left;
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-left: 15px;
}

.zhbox2 .scui {
    height: 45px;
    line-height: 45px;
    border-top: none;
}

.zhbox2 .scui li {
    height: 45px;
    line-height: 55px;
    margin-right: 10px;
}

.zhbox2 .scui li a {
    height: 43px;
}

.zhbox2 .scui span {
    margin: 20px 10px 0 0;
}

.zhbox2C {
    height: 790px;
    float: left;
}

.zhbox2s {
    width: 775px;
    overflow: hidden;
    position: relative;
    height: 780px;
    margin-top: 10px;
    float: left;
}

.zhbox2s ul li {
    width: 720px;
    height: 140px;
    border-bottom: 1px dashed #dedede;
    padding: 20px 0 0 30px;
}

.zhbox2s ul li img {
    width: 157px;
    height: 120px;
    float: left;
    margin-right: 20px;
}

.zhbox2s ul li span {
}

.zhbox2s ul li h3 {
    height: 25px;
    width: 500px;
    font-size: 16px;
    font-weight: normal;
    float: left;
}

.zhbox2s ul li h3 a {
    color: #616161;
}

.zhbox2s ul li h3 a:hover {
    color: #000;
}

.zhbox2s ul li b {
    width: 500px;
    float: left;
    display: block;
    font-weight: normal;
    color: #A8A8A8;
}

.zhbox2s .jscroll-e {
    border-radius: 5px;
}

.zhbox2s .jscroll-e .jscroll-h {
    border-radius: 5px;
}

.zhbox3 {
    width: 100%;
    height: 200px;
    float: left;
    margin: 10px 0 30px 0;
}

.zhbox3 .scui {
    border: none;
}

.zhbox3 .scui li {
    font-size: 18px;
    width: auto;
    padding-left: 10px;
}

.zhbox3 .scui span {
    margin-right: 15px;
}

.zhbox3 .c1 {
    border: 1px solid #dedede;
    float: left;
    width: 100%;
    height: 170px;
    margin-top: 5px;
}

.zhcui {
    border-top: none;
}

.zhcui li {
    font-size: 24px;
    width: auto;
    padding-left: 10px;
    line-height: 20px
}

.zhcui li strong {
    font-size: 18px;
}

.zhcui li i {
    height: 10px;
    width: 10px;
    float: left;
    display: block;
    background: #f00;
    margin: 10px 10px 0 0;
}

.zhul li {
    margin: 5px 0;
    width: 95%;
}

.zhul li b {
    float: right;
    font-weight: normal;
}

.zhRight {
    width: 398px;
    float: right;
}

.zhRight .rtuS {
    padding-top: 15px;
    padding-bottom: 5px;
    float: left;
}

.zhRight .rtuS li {
    border-bottom: 1px solid #dedede;
    padding: 7px 0;
    height: 84px;
    display: block;
    margin: 0;
}

.zhRight .rtuS li:last-child {
    border: none;
}

.zhrbor {
    border: 1px solid #dedede;
}

.zhrbor .rtuS li img {
    margin-left: 10px;
}

.xieceguang {
    width: 398px;
    height: 75px;
    float: right;
    display: block;
    border: 1px solid #DEDEDE;
    margin-bottom: 10px;
    font: 24px/75px "微软雅黑";
    color: #4a4a4a;
    text-align: center;
}

/*应用*/
.appleft {
    width: 100%;
    float: right;
    margin-top: 35px;
}

.appleftTop {
    position: relative;
    width: 945px;
    height: 500px;
    margin: 0 auto;
    box-shadow: 0 0 15px #3F3F3F;
    border: 3px solid transparent;
    border-radius: 10px;
}

.applefttop1 {
    width: 951px;
    float: left;
    position: relative;
}

.applefttop1 .scui {
    position: absolute;
    top: -30px;
    border: none;
}

.applefttop1 .scui li {
    width: auto;
    font-size: 18px;
}

.applefttop1 .scui li a {
    width: auto;
}

.applefttop1abv {
    width: 465px;
    float: right;
    position: relative;
}

.applefttop1abv .scui {
    position: absolute;
    top: -30px;
    border: none;
}

.applefttop1abv .scui li {
    width: auto;
    font-size: 18px;
}

.applefttop1abv .scui li a {
    width: auto;
}

.appboxbj {
    background: url(../images/appbj1.jpg) right no-repeat;
    width: 440px;
}

.appbox {
    float: left;
    margin-left: 10px;
}

.appbox1 {
    width: 440px;
    height: 16px;
    float: left;
    background: url(../images/appbj.jpg) no-repeat;
    margin-top: 10px;
}

.appbox2 {
    width: 438px;
    height: 207px;
    border: 1px solid #C9C9C9;
    float: left;
    border-top: none;
    position: relative;
}

.appbox2T {
    width: 330px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #C9C9C9;
    position: absolute;
    top: -10px;
    left: 35px;
    overflow: hidden;
}

.appbox2T a {
    color: #909090;
    padding-right: 10px;
}

.appbox2T a:hover {
    color: #EB5E20;
}

.appbox2C {
    margin: 35px 0 0 35px;
    float: left;
}

.appbox2C img {
    float: left;
}

.appbox2C span {
    float: left;
    width: 170px;
    margin-left: 10px;
}

.appbox2C span strong {
    display: block;
    float: left;
    font-weight: normal;
}

.appbox2C span strong a {
    color: #7B7B7B;
}

.appbox2C span strong a:hover {
    color: #EB5E20;
}

.appbox3 {
    width: 450px;
    height: 223px;
    float: left;
    border-left: 2px solid #F16021;
    margin-top: 10px;
}

.appbox3 ul {
    float: left;
    margin-left: 10px;
}

.appbox3 ul li {
    float: left;
    width: 120px;
    height: 60px;
}

.appbox3 ul li:nth-child(3n-1) {
    margin: 0 32px;
}

.appbox3 ul li:nth-child(n+4) {
    margin-top: 17px;
}

.appbox4 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.app4left {
    width: 465px;
    float: left;
    margin-left: 10px;
}

.apptitle {
    border-top: none;
}

.apptitle li {
    width: auto;
    font-size: 18px;
    color: #F26E3C;
    padding-left: 15px;
}

.app4left .appbox2 {
    height: 127px;
}

.app4right {
    float: right;
    width: 450px;
    margin-right: 10px;
}

.app4right .appbox2 {
    height: 127px;
}

.app4rlist {
    float: left;
    width: 100%;
}

.apprnew {
    border: none !important;
    width: 100% !important;
}

.appbox5 {
    width: 100%;
    float: left;
}

/*报名*/
.signUp {
    width: 100%;
    height: auto;
    float: left;
}

.signuptop {
    height: 130px;
    width: 100%;
    float: left;
}

.signuptop h2 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-top: 60px;
}

.signuptop span {
    text-align: center;
    display: block;
    margin-top: 15px;
    color: #E51010;
}

.signupc {
    width: 100%;
    float: left;
}

.signupc table {
    border: 1px solid #dedede;
    width: inherit;
    border-collapse: collapse;
}

.signupc table tr {
    border-bottom: 1px solid #dedede;
    width: inherit;
    min-height: 58px;
    display: block;
}

.signupc table tr:last-child {
    border-bottom: none;
}

.signupc table tr td {
    height: 58px;
}

.signupc table tr td label {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #232323;
}

.signupc table tr td label i {
    color: #f00;
}

.signupc table tr td input {
    border: 1px solid #dedede;
    margin-left: 10px;
}

.signupc table tr td input[type="text"] {
    height: 25px;
    width: 255px;
}

.signupc table tr td input[type="url"] {
    height: 25px;
    width: 255px;
}

.signupc table tr td span {
    font-size: 24px;
    color: #F16122;
    margin-left: 10px;
}

.signupc table tr td:first-child {
    width: 188px;
    background: #F2F2F2;
}

.signupc table tr td em {
    font-style: normal;
}

.signupc table tr td textarea {
    resize: none;
    width: 475px;
    height: 80px;
    border: 1px solid #dedede;
    margin: 5px 0 5px 10px;
}

.signupc table tr td a {
    margin-left: 10px;
    float: left;
    height: 19px;
    width: 103px;
    display: block;
    background: url(../images/btntj.png);
}

/*404*/
.error {
    width: 100%;
    height: 600px;
    float: left;
    background: url(../images/error.png) 100px 20px no-repeat;
}

.errorT {
    width: 345px;
    height: 110px;
    float: right;
    background: #F0EFEF;
    margin: 20px 150px 0 0;
    border-radius: 15px;
}

.errorT h3 {
    float: left;
    color: #454444;
    font-size: 18px;
    margin: 10px 0 10px 30px;
    text-align: center;
}

.errorT span {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-left: 30px;
}

.errorT span a {
    color: #E83636
}

/*login*/
.login {
    width: 921px;
    height: auto;
    margin: 0 auto;
}

.loginlogo {
    height: 110px;
    width: 100%;
    float: left;
}

.loginlogo img {
    float: left;
}

.loginlogo h1 {
    height: 110px;
    float: left;
    font-size: 30px;
    line-height: 110px;
    padding-left: 15px;
}

.loginbox {
    width: 911px;
    height: 390px;
    float: left;
    border: 5px solid #E5E5E5;
    margin-top: 70px;
}

.loginboxLeft {
    width: 421px;
    height: 390px;
    float: left;
}

.loginboxRight {
    width: 315px;
    height: 370px;
    float: right;
    margin: 20px 45px 0 0;
    position: relative;
}

.loginboxRight span {
    width: 100%;
    height: 70px;
    float: left;
    margin-bottom: 20px;
}

.loginboxRight span label {
    height: 20px;
    float: left;
    font-size: 14px;
    color: #9E9E9E;
}

.loginboxRight span input {
    width: 312px;
    height: 31px;
    border: 1px solid #dedede;
    margin-top: 15px;
}

.loginboxRight span strong {
    width: 100%;
    float: left;
    height: 15px;
}

.loginboxRight span strong input {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.loginboxRight span strong b {
    font-size: 14px;
    height: 15px;
    float: left;
    width: 70px;
    font-weight: normal;
    line-height: 15px;
    margin-top: 15px;
}

.loginboxRight span strong a {
    font-weight: normal;
    font-size: 14px;
    height: 15px;
    float: left;
    width: 100px;
    line-height: 15px;
    margin-top: 15px;

}

.loginboxRight span strong a:hover {
    color: #DF3D3D;
}

.loginboxRight span a input {
    border: none;
    background: url(../images/login-all-bg.png) no-repeat 0 -61px;
}

.loginboxRight span a:hover input {
    background: url(../images/login-all-bg.png) no-repeat 0 -95px;
}

.loginboxRight .loginstr {
    bottom: -44px;
    right: 20px;
    display: block;
    position: absolute;
    width: 146px;
    height: 44px;
}

.loginboxRight .loginstr a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/loginadd.png) no-repeat;

}

.loginfoot {
    width: 100%;
    float: left;
    margin-top: 150px;
}

.loginfoot ul {
    float: left;
    margin-left: 90px;
    display: block;
}

.loginfoot ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 0 3px;
}

.loginfoot ul li a {
    padding: 0 3px;
    color: #5A5A5A;
}

.loginfoot span {
    font-size: 14px;
    display: block;
    float: left;
    width: 80%;
    height: 25px;
    line-height: 25px;
    margin: 20px 0 0 190px;
}

/*如何加入*/
.jiar {
    float: left;
    width: 100%;
}

.jiarT {
    height: 130px;
    width: 100%;
    float: left;
}

.jiarT h2 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-top: 60px;
}

.jiar table {
    border: 1px solid #dedede;
    border-top: 4px solid #F16021;
    width: 100%;
    border-collapse: collapse;
    float: left;
}

.jiar table tr {
    border-bottom: 1px solid #dedede;
    width: inherit;
    min-height: 35px;
    display: block;
}

.jiar table tr:last-child {
    border-bottom: none;
}

.jiar table tr th {
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin: 0 -1px 0 0;
    border-right: 1px solid #dedede;
    height: 35px;
    width: 20%;
    display: block;
    float: left;
}

.jiar table tr td {
    line-height: 35px;
    margin: 0 -1px 0 0;
    border-right: 1px solid #dedede;
    height: 35px;
    width: 20%;
    display: block;
    float: left;
    text-align: center;

}

.jiar table tr td:first-child {
    font-size: 14px;
}

/*会员注册*/
.loginzc {
    width: 1200px;
    margin: 0 auto;
}

.zcheader {
    width: 100%;
    height: 83px;
    float: left;
}

.zccenter {
    width: 100%;
    float: left;
}

.zccenter .zclogint {
    width: auto;
    height: 38px;
    float: left;
}

.zct {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #dedede;
    float: left;
}

.zct span {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0 10px;
    display: block;
}

.zcbox {
    width: 1200px;
    float: right;
    margin: 30px 0;
}

.zcts {
    width: 100%;
    height: 55px;
    float: left;
}

.zcts span {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.zcts span a {
    color: #F16021;
}

.zctable {
    width: 100%;
    float: left;
}

.zctable table {
    border-collapse: collapse;
    width: 100%;
}

.zctable table tr {
    margin: 10px 0;
    display: block;
}

.zctable table tr td {
    height: 29px;
    line-height: 29px;
}

.zctable table tr td:first-child {
    width: 100px;
}

.zctable table tr td i {
    width: 10px;
    height: 10px;
    color: #f00;
}

.zctable table tr td label {
    margin: 0 20px 0 5px;
    font-size: 14px;
}

.zctable table tr td input[type="text"] {
    height: 27px;
    border: 1px solid #dedede;
    width: 230px;
}

.zctable table tr td input[type="password"] {
    height: 27px;
    border: 1px solid #dedede;
    width: 230px;
}

.zctable table tr td em {
    margin-left: 15px;
    font-style: normal;
    color: #ED1C23;
}

.zctab table tr td input[type="text"] {
    width: 150px;
    margin-right: 10px;
}

.zctab table tr td input[type="button"] {
    font-size: 14px;
    height: 27px;
    width: 90px;
    margin-right: 10px;
    background: #F3F3F3;
    border: 1px solid #dedede;
}

.zctab table tr td select {
    height: 27px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    line-height: 27px;
    border: 1px solid #dedede;
}

.zcser {
    width: 100%;
    height: 390px;
    border: 1px solid #dedede;
    float: left;
    margin-top: 30px;
    overflow-y: scroll;
    padding: 0 10px;
}

.zcser h1 {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.zcser p {
    width: 98%;
    margin-left: 5px;
    font-size: 14px;
    line-height: 25px;
}

.zctj {
    width: 100%;
    height: 34px;
    float: left;
    margin: 30px 0;
}

.zctj span {
    width: 170px;
    height: 34px;
    display: block;
    background: #F16021;
    margin: 0 auto;
}

.zctj span:hover {
    background: #FF8D5C;
}

.zctj span input {
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    background: none;
    border: none;
}

/*footer*/
#footer {
    width: 100%;
    height: auto;
    clear: both;
    display: inline-table;

}

/*友情链接*/
.friendShip {
    width: 100%;
    height: 140px;
    border-top: 1px solid #9A9A9A;
    background: #F2F2F2;
}

@media (max-width: 768px) {
    .friendShip {
        height: auto;
    }
}

.friendShip ul {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .friendShip ul {
        width: 992px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .friendShip ul {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .friendShip ul {
        width: 576px;
    }
}

@media (max-width: 576px) {
    .friendShip ul {
        width: 375px;
    }
}

.friendShip ul:after {
    content: '';
    display: block;
    clear: both;
}

.friendShip ul h3 {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 15px;
    font-weight: normal;
}

.friendShip ul h3 a {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    color: #848484;
}

.friendShip ul h3 a:hover {
    color: #F16021
}

.friendShip ul h3 a.active {
    color: #F16021
}

.friendShip ul li {
    float: left;
    padding: 3px 10px 3px 0;
}

.friendShip ul li a {
    color: #969696;
}

.friendShip ul li a:hover {
    color: #F16021;
}

/*服务*/
.service {
    width: 100%;
    height: 450px;
    border-top: 1px solid #ADADAD;
    background: #F6F6F6;
    margin-top: 25px;

}

@media (max-width: 1200px) {
    .service {
        height: auto;
        padding-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .service {
        padding-bottom: 0;
    }
}

.service-c {
    width: 1200px;
    height: 436px;
    margin: 0 auto;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .service-c {
        width: 992px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .service-c {
        width: 768px;
        margin: 0 auto;
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .service-c {
        width: 576px;
    }
}

@media (max-width: 576px) {
    .service-c {
        width: 375px;
    }
}

.service-c:after {
    content: '';
    display: block;
    clear: both;
}

.serviceL {
    width: 240px;
    height: auto;
    float: left;
}

@media (max-width: 1200px) {
    .serviceL {
        width: 170px;
        max-width: 100%;
        margin-right: 20px;
    }

    .serviceL img {
        width: 100%;
        height: auto;
    }

    .serviceL p {
        width: auto !important;
    }
}

@media (max-width: 992px) {
    .serviceL {
        margin: 0 auto 20px auto;
        float: none;
    }

    .serviceL img {
        width: 100%;
        height: auto;
        /*padding: 5px;*/
        /*border-radius: 1px;*/
        /*box-shadow: 0 0 0 5px #333;*/
    }
}

@media (max-width: 992px) {
    .serviceL {
        margin: 0 auto;
    }
}

.serviceL ul {
}

.serviceL ul a {
    color: #777;
}

.serviceL ul li {
    height: 47px;
    margin-bottom: 10px;
    width: 100px;
    float: left;
    padding-left: 50px;
    font-size: 14px;
    line-height: 47px;
}

.serviceL ul li.serbj1 {
    background: url(../images/xl1.gif) no-repeat;
}

.serviceL ul li.serbj2 {
    background: url(../images/wx1.gif) no-repeat;
}

.serviceL ul li.serbj3 {
    background: url(../images/wb1.gif) no-repeat;
}

.serviceR {
    float: left;
    width: 950px;
}

@media (max-width: 1200px) {
    .serviceR {
        width: 800px;
    }
}

@media (max-width: 992px) {
    .serviceR {
        display: none;
    }
}

.serviceR ul {
    width: auto;
    height: 208px;
    float: left;
}

@media (max-width: 1200px) {
    .serviceR ul {
        height: auto;
        width: 100%;
    }
}

.serviceR ul:after {
    content: '';
    display: block;
    clear: both;
}

.serviceR ul.serru {
    width: 600px;
    margin: 0 auto;
    float: none;
}

.serviceR ul li {
    width: 85px;
    height: auto;
    float: left;
    margin-right: 8px;
}

@media (max-width: 1200px) {
    .serviceR ul li {
        width: 91px;
    }
}

.serviceR ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #8B8B8B;
}

.serviceR ul li a {
    display: block;
    padding-right: 10px;
    float: left;
    color: #B3B3B3;
}

.serviceR ul li a:hover {
    color: #000;
}

/*脚注*/
.foot {
    width: 100%;
    height: 158px;
    background: #ccc;
    border-top: 1px solid #E42626;
}

@media (max-width: 1200px) {
    .foot {
        height: auto;
    }
}

.footer {
    margin: 0 auto;
    width: 1200px;
}

@media (max-width: 1200px) {
    .footer {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .footer {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .footer {
        width: 576px;
    }
}

@media (max-width: 576px) {
    .footer {
        width: 375px;
    }
}

.footer:after {
    content: '';
    display: block;
    clear: both;
}

.foot-left {
    width: 755px;
    height: 158px;
    float: left;
}

@media (max-width: 1200px) {
    .foot-left {
        width: 620px;
    }
}

@media (max-width: 992px) {
    .foot-left {
        width: 100%;
        height: auto;
    }
}

.foot-left ul {
    width: 755px;
    height: 30px;
    float: left;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .foot-left ul {
        text-align: center;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .foot-left ul {
        width: 100%;
        height: auto;
    }
}

.foot-left ul li {
    float: left;
    font-size: 14px;
    margin-right: 5px;
}

@media (max-width: 992px) {
    .foot-left ul li {
        float: none;
        display: inline-block;
    }
}


.foot-left ul li a {
    margin-right: 5px;
    color: #5E5E5E;
}

.foot-left ul li a:hover {
    color: #000;
}

.foot-right {
    width: 440px;
    height: auto;
    float: right;
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .foot-right {
        width: 368px;
    }
}

@media (max-width: 992px) {
    .foot-right {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
}

.foot-right li {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: right;
    color: #3f3f3f;

}

@media (max-width: 992px) {
    .foot-right li {
        float: none;
        display: block;
        text-align: center;
    }
}

.foot-right li span {
    float: right;
    text-align: left;
    padding: 0 5px;
}

#slide_ad {
    width: 1200px;
    display: none;
    height: 150px;
    margin: 0 auto;
}

/*浮动居中*/
.swp-list-wrap {
    display: block;
    text-align: center;
    font-size: 0;
    height: 132px;
    padding: 5px 0 20px 0;
}

.swp-list {
    padding: 0 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px;
    overflow: hidden;
}

.swp-list-cont { /*width:840px;*/
    width: 670px;
    height: 120px;
    float: left;
    display: inline;
    margin: 0 15px;
    overflow: hidden;
}

.swp-list ul {
    float: left;
    width: 1900px;
    overflow: hidden;
}

.swp-list li {
    float: left;
    display: inline;
    width: 120px;
}

.swp-list li img {
    border: 1px solid #dfdfdf;
}

.swp-list li.current img, .swp-list li.hover img {
    padding: 0;
    border-width: 5px;
    border-color: #DFDFDF;
}

.swp-list li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-size: 105px; /*约为高度的0.873，120*0.873 约为105*/
    *font-family: Arial; /*防止非utf-8引起的hack失效问题，如gbk编码*/
    width: 120px;
    height: 120px;
}

.swp-list img {
    vertical-align: middle;
}

.swpl-btn {
    width: 12px;
    height: 120px;
    padding: 0 9px;
    float: left;
    display: inline;
    background: #F9F9F9;
}

.swpl-btn:hover {
    background: #eee;
}

.swpl-btn i {
    margin-top: 50px;
    cursor: pointer;
}

.swpl-fastprev {
    border-radius: 10px 0 0 10px;
}

.swpl-fastnext {
    border-radius: 0 10px 10px 0;
    margin-right: 20px;
}

.swp-list-wrap .disabled, .swp-list-wrap .disabled i {
    cursor: text;
}

.swp-list-wrap .disabled:hover {
    background: #F9F9F9;
}

.swpl-group {
    float: left;
    display: inline;
    width: 106px;
    height: 150px;
    overflow: hidden;
    margin: 0 20px 0 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.swpl-group-next {
    margin: 0;
}

.swpl-group:link, .swpl-group:visited {
    color: #333;
    text-decoration: none;
}

.swpl-group:hover, .swpl-group:active {
    color: #ab000e;
    text-decoration: none;
}

.swpl-group .bg {
    border: 1px solid #DEDFE3;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3;
}

.swpl-group img {
    position: relative;
    z-index: -1;
}

/*.swpl-group .bg-b,.swpl-group .bg-a{padding: 1px;}*/
.swpl-group .bg-c {
    left: 4px;
    top: 4px;
    z-index: 1;
}

.swpl-group .bg-b {
    left: 2px;
    top: 2px;
    z-index: 2;
}

.swpl-group .inner { /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align: middle; /*设置水平居中*/
    text-align: center; /* 针对IE的Hack */
    *display: block;
    *font-size: 88px; /*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial; /*防止非utf-8引起的hack失效问题，如gbk编码*/
    width: 100px;
    height: 100px;
}

.swpl-group .inner { /*设置图片垂直居中*/
    vertical-align: middle;
}

.swpl-group i {
    position: absolute;
    padding: 0 55px;
    line-height: 105px;
    left: 0;
    top: 0;
    z-index: 12;
    background-image: url(#);
}

.swpl-group em {
    line-height: 18px;
    height: 40px;
    display: block;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 106px;
    text-align: center;
}

/*列表模式*/
/*浮动居中*/
.sw-list {
    z-index: 1;
    background: #fff;
}

.sw-list-bd ul {
    border-top: 1px solid #eee;
    width: 1001px;
    margin-left: -1px;
}

.sw-list li {
    float: left;
    display: inline;
    width: 249px;
    height: 274px;
    overflow: hidden;
    margin: 0;
    padding: 40px 0 0 0;
    cursor: pointer;
    position: relative;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.sw-list li.current, .sw-list li.hover {
    background: #fafafa;
}

.sw-list .swi-hd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-size: 140px; /*约为高度的0.873，160*0.873 约为140*/
    *font-family: Arial; /*防止非utf-8引起的hack失效问题，如gbk编码*/
    width: 249px;
    height: 160px;
}

.sw-list .swl-item-right {
    border-right: 1px solid #eee;
    width: 248px;
}

.sw-list .swl-item-notrigth-last {
    width: 249px;
}

.sw-list .swl-item-bottom {
    border-bottom: 1px solid #eee;
}

.sw-list h3 {
    font-weight: normal;
}

.sw-list img {
    vertical-align: middle;
}

.swi-bd {
    padding: 25px 20px 0;
    line-height: 25px;
    text-align: center;
}

.swi-bd p {
    display: none;
}

.sw-list-hd {
    display: none;
}

.slide-wrap-show-list .swp-hd, .slide-wrap-show-list .swp-btn, .slide-wrap-show-list .sw-audio, .slide-wrap-show-list .swp-txt, .slide-wrap-show-list .swp-list-wrap, .slide-wrap-show-list .swpt-tip, .slide-wrap-show-list .swpt-original, .slide-wrap-show-list .swpt-full-wrap {
    display: none;
}

.slide-wrap-show-list .swp-bd {
    margin-top: -1px;
}

.slide-wrap-show-list .swpt-mode-wrap {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    float: right;
}

/*加载前新式*/
.slide-wrap-loading .sw-player {
    background: url(http://www.sinaimg.cn/dy/deco/2013/0604/loader.gif) 406px center no-repeat #fff;
}

.slide-wrap-loading .sw-player .part-a {
    visibility: hidden;
}

/*评论*/
.slide-comment-loading {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

/*返回顶部*/
html, * html body {
    background-image: url(about:blank);
    background-attachment: fixed
}

.side-btns-wrap {
    width: 50px;
    left: 50%;
    margin-left: 505px;
    position: fixed;
    bottom: 60px;
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-120);
    z-index: 100;
    visibility: hidden;
    overflow: hidden;
}

.side-btns-top {
    width: 50px;
}

.side-btns-top a {
    display: block;
    text-indent: -999em;
    cursor: pointer;
}

a.side-btns-detail-btn {
    display: none;
    color: #fff;
    text-indent: 0;
    text-align: center;
    background: #AB010E;
    margin-bottom: 1px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font: 12px/24px "宋体", "Arial Narrow", HELVETICA;
}

.slide-has-intro .side-btns-detail-btn {
    display: block;
}

.side-btns-detail-btn:link, .side-btns-detail-btn:visited {
    color: #fff;
    text-decoration: none;
}

.side-btns-detail-btn:hover, .side-btns-detail-btn:active {
    color: #fff;
    text-decoration: none;
}

.side-btns-top-btn {
    filter: Alpha(Opacity=35);
    opacity: .35;
    overflow: hidden;
}

.side-btns-top-btn:hover {
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.side-btns-top-close {
    width: 50px;
    height: 18px;
    margin-top: 1px;
    background: url(http://www.sinaimg.cn/dy/deco/2013/0913/close2.png) no-repeat;
}

.side-btns-wrap-resize {
    display: none !important;
}

/*尾页-广告等*/
.slide-end-tip {
    width: 1000px;
    min-height: 545px;
    _height: 545px;
    position: absolute;
    z-index: 100;
    background: #27282A;
}

.slide-end-da {
    position: relative;
}

.slide-end-da {
    background: #27282A;
}

.slide-end-da img {
    border: none;
    display: block;
}

.slide-end-close {
    width: 40px;
    height: 18px;
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    text-indent: -9999em;
    background: url('http://d1.sina.com.cn/litong/zhitou/pic/close-h2.jpg') no-repeat;
    z-index: 1;
}

.slide-end-close:hover {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.jqrwhite_content {
    display: none;
    top: 25%;
    left: 50%;
    margin-left: -600px;
    min-width: 1000px;
    padding: 20px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    position: fixed;
    border: 10px solid #000;
}

#main #map h1 .fact .xiecebasebtn .btn {
    width: 95px;
    height: 24px;
    background: #F00;
    text-align: center;
    color: #FFF;
    border: none;
    cursor: pointer;
}

#main #map h1 .fact .xiecebasebtn .xcjqr {
    width: 950px;
    height: 308px;
    overflow-y: scroll;
}

#main #map h1 .fact .xiecebasebtn .xcjqr li {
    width: 267px;
    height: 100px;
    float: left;
    border-right: 1px solid #bebebe;
    margin-left: 38px;
}

#main #map h1 .fact .xiecebasebtn .xcjqr li span {
    display: block;
    width: 267px;
}

#main #map h1 .fact .xiecebasebtn .xcjqr li span b {
    width: 111px;
    height: 30px;
    float: left;
}

#main #map h1 .fact .xiecebasebtn .xcjqr li span p {
    font: 14px/24px "微软雅黑";
    color: #414141;
    float: left;
}

#main #map h1 .fact .xiecebasebtn .xcjqr li strong {
    font: 12px/20px "微软雅黑";
    color: #414141;
}

#main #map h1 .fact .xiecebasebtn .xcjqrguan {
    width: 15px;
    height: 15px;
    background: url(../images/xcjqr_03.jpg) no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9999;
}

.warn1 {
    float: left;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

#goTopBtn {
    position: fixed;
    right: 10px;
    width: 47px;
    bottom: 35px;
    height: 107px;
    cursor: pointer;
    display: none;
    z-index: 999999;
}

@media (max-width: 1200px) {
    #goTopBtn {
        bottom: 25px;
    }
    .ftad {
        width: 992px;
    }
}

@media (max-width: 992px) {
    #goTopBtn {
        bottom: 15px;
        display: none !important;
    }
    .ftad {
        width: 768px;
    }
}

/***加入我们style**/
.jiar table tr.htr {
    height: 60px;
}

.jiar table tr td.htd {
    height: 60px;
    line-height: 20px;

}

/*job*/
.hgjobtab {
    border-bottom: 1px solid #dedede;
    height: 25px;
}

.hgjobtab li {
    float: left;
    font-size: 20px;
    margin-right: 10px;
}

.hgjobtab li a.active {
    border-bottom: 2px solid #f00;
}

/**综合**/
.hgbox1:after {
    content: '';
    display: block;
    clear: both;
}

.boxi-left {
    width: 406px;
    float: left;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .boxi-left {
        width: 488px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .boxi-left {
        width: 100%;
    }
}

.boxi-left:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.ulglobal {
    width: 100%;
    height: 28px;
    line-height: 28px;
    /*border-bottom: 1px solid #e2e2e2;*/
    /*border-top: 1px solid #e2e2e2;*/
    line-height: 28px;
    margin-bottom: 5px;
}

.ulglobal strong {
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: #7b7b7b;
    padding-left: 10px;
}

.ulglobal strong a {
    color: #7e7e7e;
}

.ulglobal strong a:hover {
    color: #f16021;
}

.ulglobal li {
    float: left;
    font-size: 14px;
}

.ulglobal li a {
    color: #7b7b7b;
    cursor: default;
}

.ulglobal li a.active {
    color: #ed1c22;
    border-bottom: 2px solid #ed1c22;
    cursor: default;
    padding-bottom: 4px;
}

.ulglobal li p.gundong {
    color: #7b7b7b;
    cursor: default;
    display: inline;
}

.ulglobal li p.active {
    color: #f16021;
    border-bottom: 2px solid #f16021;
    cursor: default;
}

.ulglobal span {
    display: inline-block;
    float: right;
    /*background: url("../images/picxi.png") no-repeat -5px -583px;*/
    position: relative;
    width: auto;
    padding-left: 22px;
    padding-right: 10px;
}

.ulglobal span:before {
    content: "+";
    display: inline-block;
    color: #ed1c22;
    text-align: center;
    vertical-align: top;
    position: static;
    font-size: 20px;
    width: 20px;
    height: 27px;
    line-height: 25px;
    /*background: url("../images/picxi.png") no-repeat -3px -586px;*/
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ulglobal span:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-title {
    float: left;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    padding: 0 10px;
    vertical-align: middle;
}

.block-title .icon {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #333;
}

.block-title .title {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #333;
}

.bizh {
    /*background: url(../images/picxi.png) no-repeat 0 0;*/
}

.bil-cont {
    height: 243px;
    position: relative;
    margin-top: 0px;
}

.bil-cont .hgslides img {
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .bil-cont {
        width: 488px !important;
    }

    .bil-cont .hgslides .bil-conti:after {
        content: '';
        display: block;
        clear: both;
    }

    .bil-cont .hgslides img {
        width: 100% !important;
        box-shadow: 0 0 1px #bebebe;
    }
}

@media (max-width: 992px) {
    .bil-cont {
        width: 100% !important;
        height: auto;
    }

    .bil-cont .hgslides img {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .bil-cont .hgslides img {
        width: 100% !important;
        height: 180px !important;
    }
}

.bil-cont a {
    color: #3F3F3F;
    display: block;
    clear: both;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bil-cont span a:nth-child(2) {
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bil-cont a:hover {
    color: #f16021;
}

.bil-cont ol.flex-control-nav {
    position: absolute;
    bottom: 80px;
    z-index: 9999;
    width: 60px;
    left: 50%;
    margin-left: -30px;
}

@media (max-width: 768px) {
    .bil-cont ol.flex-control-nav {
        bottom: auto;
        top: 155px;
        text-align: center;
        width: auto;
        left: 0;
        right: 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .ad-111 {
        display: block !important;
    }

    .ad-111-222 {
        display: none !important;
    }
}

.bil-cont ol.flex-control-nav li {
    float: left;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .bil-cont ol.flex-control-nav li {
        float: none;
        margin: 0 5px;
        display: inline-block;
    }
}

.bil-cont ol.flex-control-nav li a {
    display: block;
    text-indent: -99999px;
    background: #ccc;
    border-radius: 10px;
    float: left;
    height: 10px;
    width: 10px;
    cursor: pointer;
}

.bil-cont ol.flex-control-nav li a.active {
    background: #ed1c22;
}

.bil-cont ul.flex-direction-nav {
    position: absolute;
    top: 90px;
    width: 100%;
}

.bil-cont ul.flex-direction-nav:hover li a.prev {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png);
    float: left;
    text-indent: -9999px;
}

.bil-cont ul.flex-direction-nav:hover li a.next {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) 40px 0;
    float: right;
    text-indent: -9999px;
}

.bil-cont ul.flex-direction-nav li a.prev {
    width: 40px;
    height: 100px;
    float: left;
    display: block;
    text-indent: -9999px;
}

.bil-cont ul.flex-direction-nav li a.next {
    width: 40px;
    height: 100px;
    float: right;
    text-indent: -9999px;
}

.bil-conti li {
    width: 180px;
    float: left;
    background: url(../images/dian.png) no-repeat 0 8px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .bil-conti li {
        width: 228px;
    }
}

@media (max-width: 992px) {
    .bil-conti li {
        width: 368px;
        background: none;
    }
}

@media (max-width: 576px) {
    .bil-conti li {
        float: none;
        width: auto;
        background: none;
    }

    .hgbox1 .bil-conti li a{
        display: block;
        float: none;
        width: auto;
        background: none;
        font-size: 14px;
        line-height: 20px;
    }
}

.swiper-zonghe .swiper-slide {
    position: relative;
}

.swiper-zonghe .zonghe-pic, .swiper-zonghe .zonghe-pic img{
    display: block;
    width: 100%;
    height: 100%;
    clear: both;
}

.swiper-zonghe .zonghe-title {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 10px 15px 12px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.35);
    z-index: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container .swiper-pagination-progressbar-fill {
    background: #ed1c22 !important;
}

.swiper-zonghe .swiper-pagination {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto !important;
    z-index: 101;
    height: 2px !important;
    line-height: 0 !important;
}

.swiper-zonghe .swiper-pagination-bullet-active {
    background: #ed1c22;
}

/**新闻**/
.boxi-cont {
    width: 375px;
    height: 277px;
    float: left;
    margin-left: 15px;
    box-shadow: 0 0 1px #bebebe;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .boxi-cont {
        width: 488px;
        height: 326px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .boxi-cont .hgtabs {
        height: 303px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .boxi-cont {
        width: 100%;
        height: 303px;
        margin-left: 0;
    }
}

.boxi-cont:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.news li {
    margin: 0 5px;
    font-size: 14px;
}

.news li:first-child {
    margin-left: 15px;
}

.news-cont h3 {
    padding: 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .news-cont h3 {
        padding: 8px 15px;
    }
}

.news-cont h3 a {
    color: #f16021;
}

.news-cont ul {
    list-style: none;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .box2L-r .news-cont ul {
        list-style: none;
        padding: 0 15px;
        margin-left: 0 !important;
    }
}

.news-cont ul li {
    background: url(../images/dian.png) no-repeat 0 8px;
    padding-left: 15px;
    margin: 5px 0;
}

.news-cont ul li {
    background: none;
    padding: 0;
    margin: 0;
    border-top: none;
    line-height: 1em;
    padding: 8px 0 7px;
    clear: both;
}

@media (max-width: 992px) {
    .news-cont ul li {
        border-top: 1px solid #ddd;
        padding: 7px 0;
    }
}

.boxi-cont .news-cont ul li {
    background: none;
    padding: 0;
    margin: 0;
    border-top: none;
    line-height: 1em;
    padding: 8px 0 7px;
    clear: both;
}

@media (max-width: 1200px) {
    .boxi-cont .news-cont ul li {
        padding: 10px 0;
    }
}

@media (max-width: 992px) {
    .boxi-cont .news-cont ul li {
        border-top: 1px solid #ddd;
        padding: 8px 0;
    }
}

.news-cont ul li:first-child {
    border-top: none;
}

.news-cont ul li:after {
    content: '';
    display: block;
    clear: both;
}

.news-cont ul li a {
    color: #3F3F3F;
    display: inline-block;
    max-width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1em;
    vertical-align: middle;
}

@media (max-width: 576px) {
    .news-cont ul li a {
        display: inline-block;
        max-width: 245px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .box7-right .news-cont ul li a:nth-child(1) {
        width: 170px;
    }

    .box7-right .news-cont ul li a:nth-child(2) {
        display: none;
    }

    .box7-right .news-cont ul li > b {
        width: 160px;
        float: right;
        text-align: right;
    }

    .box7-right .news-cont ul li a b {
        width: auto !important;
        float: none;
    }

    #jobtab2 .news-cont ul li > a {
        width: 90px !important;
        float: left;
        text-align: left;
    }

    #jobtab2 .news-cont ul li > b {
        width: 100px !important;
        float: left;
        text-align: right;
    }

    #jobtab2 .news-cont ul li > b:last-child {
        width: 130px !important;
    }
}

.news-cont ul li a:hover {
    color: #f16021;
}

.news-cont ul li .date_b {
    float: right;

}

.news-cont ul li b {
    padding: 0 5px;
    font-weight: 100;
    display: block;
    height: 15px;
    overflow: hidden;
    float: left;

}

.news-cont dl dd {
    background: url(../images/dian.png) no-repeat 0 8px;
    padding: 5px 5px 5px 15px;
    border-top: 1px solid #dedede;
}

@media (max-width: 768px) {
    .news-cont dl dd {
        background: none;
        position: relative;
        clear: both;
    }

    .news-cont dl dd:before {
        content: '';
        display: block;
        width: 5px;
        background: #ed1c22;
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: 0;
    }

    .news-cont dl dd:after {
        content: '';
        display: block;
        clear: both;
    }
}

.news-cont dl dd a {
    color: #3F3F3F;
}

@media (max-width: 768px) {
    .news-cont dl dd a {
        color: #3F3F3F;
        display: block;
        position: static !important;
        overflow: hidden;
    }

    .news-cont dl dd a:first-child {
        width: 200px;
        float: left;
    }

    .news-cont dl dd a:last-child {
        width: 150px;
        float: right;
    }
}

.news-cont dl dd a:hover {
    color: #f16021;
}

.news-cont dl dd span {
    float: right;
}

.news-cont dl dd b {
    padding: 0 5px;
    font-weight: 100;
    display: block;
    float: left;
    height: 25px;
    overflow: hidden;
}

/***排行***/
.boxi-right {
    width: 390px;
    height: 277px;
    float: right;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .boxi-right {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .boxi-right {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .boxi-right {
        margin-bottom: 15px;
    }
}

.boxi-right:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.biph {
    /*background: url(../images/picxi.png) no-repeat 0 -36px;*/
}

.biph li {
    margin: 0 10px 0 0;
}

.hgbox2 {
    height: 280px;
    /*overflow: hidden;*/
}

@media (max-width: 1200px) {
    .hgbox2 {
        height: auto;
    }
}

@media (max-width: 992px) {
    .hgbox2 {
        height: auto;
        margin-bottom: 15px;
    }
}

.hgbox2:after {
    content: '';
    display: block;
    clear: both;
}

/**产品**/
.box2-left {
    width: 795px;
    float: left;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .box2-left {
        width: 100%;
    }
}

.box2-left:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.box2-left a {
    color: #3F3F3F;
}

.box2-left a:hover {
    color: #f16021;
}

.box2Lpro {
    /*background: url("../images/picxi.png") no-repeat 0 -74px;*/
    margin-bottom: 10px;
}

.box2L-l {
    width: 400px;
    float: left;
    position: relative;
    height: 250px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .box2L-l {
        width: 488px;
        height: 278px;
    }
}

@media (max-width: 992px) {
    .box2L-l {
        width: 768px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .box2L-l {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .box2L-l {
        width: 100%;
        height: 200px;
    }
}

.box2L-l .slideBox {
    height: 250px !important;
}

.box2L-l .slideBox .items li img.recom_img{
    width: 100% !important;
    height: 250px !important;
}

@media (max-width: 1200px) {
    .box2L-l .slideBox {
        width: 488px !important;
        height: 278px !important;
    }

    .box2L-l .slideBox .items li {
        width: 488px !important;
        height: 278px !important;
    }

    .box2L-l .slideBox .items li img{
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .box2L-l .slideBox {
        width: 100% !important;
    }

    .box2L-l .slideBox .items li {
        width: 768px !important;
    }

    .box2L-l .slideBox .items li a {
        display: block;
        float: none;
    }

    .box2L-l .slideBox .items li img{
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .box2L-l .slideBox .items li {
        max-width: 576px !important;
    }
}

@media (max-width: 576px) {
    .box2L-l .slideBox {
        width: 100% !important;
        height: 200px !important;
    }

    .box2L-l .slideBox .items li {
        max-width: 375px !important;
        height: 200px !important;
        overflow: hidden;
    }

    .box2L-l .slideBox .items li img.recom_img{
        width: 100% !important;
        height: 200px !important;
    }
}

.box2L-l div span {
    /* width:196px; */

    float: left;
    overflow: hidden;
    background: #fff;
    width: 249px;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    height: 28px;
    font-size: 12px;

}

@media (max-width: 1200px) {
    .box2L-l div span {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .box2L-l div span {
        width: 373px;
    }
}

@media (max-width: 768px) {
    .box2L-l div span {
        width: 278px;
    }
}

@media (max-width: 576px) {
    .box2L-l div span {
        width: 365px;
    }
}

/**产品左部**/

.box2L-l ol.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 9999;
    left: 150px;
}

.box2L-l ol.flex-control-nav li {
    float: left;
    margin: 0 5px;
}

.box2L-l ol.flex-control-nav li a {
    display: block;
    text-indent: -99999px;
    background: #ccc;
    border-radius: 10px;
    float: left;
    height: 10px;
    width: 10px;
    cursor: pointer;
}

.box2L-l ol.flex-control-nav li a.active {
    background: #f16021;
}

.box2L-l ul.flex-direction-nav {
    position: absolute;
    top: 28px;
    width: 100%;
}

.box2L-l ul.flex-direction-nav:hover li a.prev {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png);
    float: left;
    text-indent: -9999px;
}

.box2L-l ul.flex-direction-nav:hover li a.next {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) 40px 0;
    float: right;
    text-indent: -9999px;
}

.box2L-l ul.flex-direction-nav li a.prev {
    width: 40px;
    height: 100px;
    float: left;
    display: block;
    text-indent: -9999px;
}

.box2L-l ul.flex-direction-nav li a.next {
    width: 40px;
    height: 100px;
    float: right;
    text-indent: -9999px;
}

#pro ul.bil-conti li {
    margin: 2px 0;
}

/**产品右部**/
.box2L-r {
    width: 390px;
    float: right;
}

@media (max-width: 1200px) {
    .box2L-r {
        width: 488px;
        float: right;
    }
}

@media (max-width: 992px) {
    .box2L-r {
        width: 100%;
        float: right;
    }
}

.box2LrC span {
    width: 220px;
    float: right;
}

.box2LrC h3 {
    text-align: center;
}

.box2LrC span strong {
    font-weight: 100;
    padding: 0 3px;
}

/**机型搜索**/
.box2-right {
    width: 390px;
    height: 288px;
    float: right;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .box2-right {
        display: none;
    }
}

.box2-right:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.jxsear {
    background: url(../images/picxi.png) no-repeat 0 -113px;
    margin-bottom: 10px;
}

.jxsear li {
    margin: 0 5px;
}

.jxtab1 ul li {
    margin: 15px 0;
}

.jxtab1 ul li label {
    padding: 0 20px;
}

.jxtab1 ul li select {
    background: none repeat scroll 0 0 #ecebeb;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    width: 160px;
}

.jxtab1 div {
}

.jxtab1 div dt {
    float: left;
    width: 62px;
    text-align: center;
    margin: 0 3px;
}

.jxtab1 div dt a span {
    color: #666;
}

.jxtab1 div dt img {
    border: 1px solid #ccc;
}

.hgbox3 {
    height: 280px;
    overflow: hidden;
    box-shadow: 0 0 1px #bebebe;
    margin-bottom: 15px;
}

.hgbox3:hover {
    box-shadow: 0 2px 7px #bebebe;
}

@media (max-width: 1200px) {
    .hgbox3 {
        height: auto;
        min-height: 150px;
    }

    .hgbox3 .box3-left .hgtabs{
        clear: both;
    }
}

/**应用**/
.box3-left a {
    color: #3F3F3F;
}

.info {
    /*background: url("../images/picxi.png") no-repeat 0 -152px;*/
    margin-bottom: 10px;
}

.info li {
    margin: 0 5px;
}

.box3L-r {
    width: 800px;
    float: right;
}

@media (max-width: 1200px) {
    .box3L-r {
        width: 100% !important;
        float: right;
    }
}

.box3LrC {
    width: 365px;
    float: left;
    margin: 0 10px;
}

@media (max-width: 1200px) {
    .box3LrC {
        width: 475px;
    }

    .box3LrC > a {
        float: left;
        line-height: 0;
    }

    .box3LrC > a img {
        box-shadow: 0 0 1px #bebebe;
    }

    .box3LrC > span {
        float: right;
    }

    .box3LrC > span > center {
        text-align: left;
        /*font-weight: bold;*/
    }
}

@media (max-width: 992px) {
    .box3LrC {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #dedede;
        padding: 5px 0;
    }

    .box3LrC:last-child {
        border-bottom: none;
    }
}

@media (max-width: 576px) {
    .box3LrC > a img {
        height: 90px;
    }
}

.box3LrC h3 {
    text-align: center;
}

.box3LrC span {
    width: 220px;
    height: 108px;
    float: right;
}

@media (max-width: 1200px) {
    .box3LrC span {
        width: 325px;
    }
}

@media (max-width: 992px) {
    .box3LrC span {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .box3LrC span {
        width: 425px;
    }
}

@media (max-width: 576px) {
    .box3LrC span {
        width: 230px;
        height: 85px;
        overflow: hidden;
    }
}

.box3LrC span strong {
    padding: 0 3px;
    color: #3f3f3f;
    display: block;
    text-align: center;

}

#info1 ul.bil-conti li {
    margin: 2px 0;
}

#info2 ul.bil-conti li {
    margin: 2px 0;
}

.hgbox4 {
    height: 295px;
    /*overflow: hidden;*/
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .hgbox4 {
        /*display: none;*/
    }
}

@media (max-width: 768px) {
    .hgbox4 {
        /*display: none;*/
    }
}

.hgbox4:after{
    content: '';
    display: block;
    clear: both;
}


@media (max-width: 1200px) {
    .hgbox4 .box2L-l{
        width: 992px !important;
    }
}

@media (max-width: 992px) {
    .hgbox4 .box2L-l{
        width: 768px !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .hgbox4 .box2L-l{
        width: 576px !important;
    }
}

@media (max-width: 576px) {
    .hgbox4 .box2L-l{
        width: 375px !important;
    }
}

/**厂商**/
.box4-left {
    width: 780px;
    height: 318px;
    float: left;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .box4-left {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .box4-left {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .box4-left {
        display: none;
    }
}

.box4-left:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.company {
    /*background: url("../images/picxi.png") no-repeat 0 -191px;*/

}

.company li {
    margin: 0 5px;
}

@media (max-width: 576px) {
    .ulglobal.company strong {
        display: none;
    }
}

/**企业新闻**/
.comtabc-l {
    width: 390px;
    float: left;
}

@media (max-width: 1200px) {
    .comtabc-l {
        width: 488px;
    }
}

@media (max-width: 992px) {
    .comtabc-l {
        width: 767px;
    }
}

@media (max-width: 768px) {
    .comtabc-l {
        width: 100%;
    }
}

.comtabc-r {
    width: 390px;
    float: right;
}

@media (max-width: 1200px) {
    .comtabc-r {
        width: 503px;
    }
}

@media (max-width: 992px) {
    .comtabc-r {
        width: 767px;
        display: none;
    }
}

.box4-right {
    width: 405px;
    height: 318px;
    float: right;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .box4-right {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    .box4-right {
        /*display: none;*/
    }
}

.box4-right:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.buy {
    /*background: url("../images/picxi.png") no-repeat 0 -230px;*/
    margin-bottom: 10px;
}

.buy li {
    margin: 0 5px;
}

.buytab1c ul:after {
    content: '';
    display: block;
    clear: both;
}

.buytab1c ul li {
    width: 135px;
    float: left;
    text-align: center;
}

.buytab1c ul li a{
    display: block;
    text-align: center;
}

.buytab1c ul li img{
    display: inline-block;
    width: 105px;
    /*height: 120px;*/
    box-shadow: 0 0 1px #bebebe;
    vertical-align: middle;
}


@media (max-width: 1200px) {
    .buytab1c ul li {
        width: 247px;
        text-align: center;
    }

    .buytab1c ul li span {
        display: block;
        padding-bottom: 5px;
    }

    .buytab1c ul li a{
        display: block;
        text-align: center;
    }

    .buytab1c ul li spna a {
        padding-bottom: 5px;
    }

    .buytab1c ul li img{
        display: inline-block;
        width: 180px;
        height: 120px;
    }
}

@media (max-width: 992px) {
    .buytab1c ul li {
        width: 33.33%;
    }

    .buytab1c ul li spna a {
        padding-bottom: 5px;
    }

    .buytab1c ul li img{
        display: inline-block;
        width: 180px;
        height: 120px;
    }
}

@media (max-width: 576px) {
    .buytab1c ul li {
        width: 50%;
    }

    .buytab1c ul li img{
        display: inline-block;
        width: 175px;
        height: 100px;
    }

    .box2L-l div.slideBox div.tips {
        display: block !important;
        opacity: .6 !important;
    }

    .box2L-l div.slideBox div.tips div.nums {
        /*top: 0 !important;*/
    }
}


/**视频**/
.hgbox5 {
    height: 200px;
    overflow: hidden;
    box-shadow: 0 0 1px #bebebe;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .hgbox5 {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .hgbox5 {
        height: auto;
    }
}

.hgbox5:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.vido {
    /*background: url("../images/picxi.png") no-repeat 0 -268px;*/
    margin-bottom: 10px;
}

.vido li {
    margin: 0 5px;
}

#vido_tabs div.s5l-R {
    width: 1200px;
    margin-left: 0;
}

@media (max-width: 992px) {
    #vido_tabs div.s5l-R {
        width: 790px;
    }
}

@media (max-width: 992px) {
    #vido_tabs div.s5l-R {
        width: 100%;
    }
}

#vido_tabs div.s5l-R li {
    margin: 0 20px 5px 0;

}

@media (max-width: 992px) {
    #vido_tabs div.s5l-R li {
        margin: 0 0 5px;
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    #vido_tabs div.s5l-R li {
        margin: 0 0 5px;
        width: 50%;
    }
}


.hgbox6 {
    height: 300px;
    /*overflow: hidden;*/
}

.hgbox6:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 1200px) {
    .hgbox6 {
        height: auto;
        min-height: 300px;
    }

    .hgbox6 .hgslides img {
        width: 100%;
        height: 280px !important;
    }
}

/**展会**/
.box6-left {
    width: 780px;
    height: 318px;
    float: left;
    box-shadow: 0 0 1px #bebebe;
}

.box6-left:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 1200px) {
    .box6-left {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .box6-left {
        height: auto;
    }
}

@media (max-width: 576px) {
    .box6-left {
        height: auto;
    }

    .hgbox8 .box6-left {
        height: auto;
    }
}

.box6-left .hgtabs {
    height: 280px;
}

.box6-left .hgtabs:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 992px) {
    .box6-left .hgtabs {
        height: auto;
    }

    .box6-left .hgtabs table {
        width: 100%;
        border-collapse: collapse;
    }
}

.box6-left .hgtabs .gundiv {
    height: 270px !important;
}

@media (max-width: 1200px) {
    .box6-left .hgtabs .gundiv {
        height: 270px !important;
        width: 465px !important;
    }
}

@media (max-width: 992px) {
    .box6-left .hgtabs .gundiv {
        width: 730px !important;
    }
}

@media (max-width: 768px) {
    .box6-left .hgtabs .gundiv {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .box6-left .hgtabs .gundiv:last-child {
        display: none !important;
    }
}

.box6-left:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.exhibit {
    /*background: url("../images/picxi.png") no-repeat 0 -306px;*/
    margin-bottom: 10px;
}

.exhibit li {
    margin: 0 5px;
}

.eht1-cont-left {
    width: 400px;
    position: relative;
    float: left;
}

@media (max-width: 1200px) {
    .eht1-cont-left {
        width: 488px;
    }
}

@media (max-width: 992px) {
    .eht1-cont-left {
        width: 768px;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .eht1-cont-left {
        width: 576px;
    }
}

@media (max-width: 576px) {
    .eht1-cont-left {
        width: 375px;
    }
}

.eht1-cont-left ol.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 9999;
    left: 0;
    right: 0;
    text-align: center;
}

.zh-item:after {
    content: '';
    display: block;
    clear: both;
}

.zh-item .zh-info {
    float: left;
    width: 170px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .zh-item .zh-info {
        width: 200px;
    }
}

.zh-item .zh-img {
    float: right;
    width: 150px;
    overflow: hidden;
    position: static !important;
}

.zh-title, zh-time, zh-adress{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.eht1-cont-left ol.flex-control-nav li {
    float: none;
    display: inline-block;
    margin: 0 5px;
}

.eht1-cont-left ol.flex-control-nav li a {
    display: block;
    text-indent: -99999px;
    background: #ccc;
    border-radius: 10px;
    float: left;
    height: 10px;
    width: 10px;
    cursor: pointer;
    position: relative;
}

.eht1-cont-left ol.flex-control-nav li a:after {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -3px;
    right: -3px;
    border-radius: 10px;
}

.eht1-cont-left ol.flex-control-nav li a.active {
    background: #f16021;
}

.eht1-cont-left ul.flex-direction-nav {
    position: absolute;
    top: 90px;
    width: 100%;
}

.eht1-cont-left ul.flex-direction-nav:hover li a.prev {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png);
    float: left;
    text-indent: -9999px;
}

.eht1-cont-left ul.flex-direction-nav:hover li a.next {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) 40px 0;
    float: right;
    text-indent: -9999px;
}

.eht1-cont-left ul.flex-direction-nav li a.prev {
    width: 40px;
    height: 100px;
    float: left;
    display: block;
    text-indent: -9999px;
}

.eht1-cont-left ul.flex-direction-nav li a.next {
    width: 40px;
    height: 100px;
    float: right;
    text-indent: -9999px;
}

.eht1-cont-left a.slidesjs-previous {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 99999;
    width: 40px;
    height: 100px;
}

.eht1-cont-left a.slidesjs-previous:hover span {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png)
}

.eht1-cont-left a.slidesjs-next {
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 99999;
    width: 40px;
    height: 100px;
}

.eht1-cont-left a.slidesjs-next:hover span {
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) 40px 0;
}

.eht1-cont-left span {
    text-align: center;
    display: block;
}

@media (max-width: 1200px) {
    .eht1-cont-left .hgslides img{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .eht1-cont-left .hgslides img{
        width: 100%;
        height: 200px !important;
    }
}

.eht1-cont-left ul.slidesjs-pagination {
    position: absolute;
    z-index: 99999;
    left: 150px;
    bottom: 20px;
}

.eht1-cont-left ul.slidesjs-pagination li {
    float: left;
    margin: 0 5px;
}

.eht1-cont-left ul.slidesjs-pagination li a {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ccc;
    text-indent: -9999px;
}

.eht1-cont-left ul.slidesjs-pagination li a.active {
    background: #f16021;
}

.eht1-cont-right {
    width: 365px;
    float: right;
    overflow: hidden;
    margin-top: -5px;
}

@media (max-width: 1200px) {
    .eht1-cont-right {
        width: 495px;
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .eht1-cont-right {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .eht1-cont-right {
        width: 100%;
    }
}

/**图库**/
.photo {
    /*background: url("../images/picxi.png") no-repeat 0 -344px;*/
    margin-bottom: 10px;
}

.photo li {
    margin: 0 5px;
}

.hgbox7 {
    height: 300px;
    /*overflow: hidden;*/
    margin-top: 20px;
}

.hgbox7:after {
    content: '';
    display: block;
    clear: both;
}

.hgbox7 .box6-left {
    width: 780px;
    height: 280px;
    float: left;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .hgbox7 .box6-left {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

.hgbox7 .box6-left:hover {
    box-shadow: 0 2px 7px #bebebe !important;
}

/***专题**/
.zhuanti {
    /*background: url("../images/picxi.png") no-repeat 0 -382px;*/
    margin-bottom: 10px;
}

.zhuanti li {
    margin: 0 5px;
}

.box7-left {
    width: 780px;
    float: left;
}

/**下载**/
.box7-right {
    width: 405px;
    height: 280px;
    float: right;
    box-shadow: 0 0 1px #bebebe;
}

@media (max-width: 1200px) {
    .box7-right {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .box7-right {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

.box7-right:hover {
    box-shadow: 0 2px 7px #bebebe;
}

.down {
    /*background: url("../images/picxi.png") no-repeat 0 -496px;*/
    margin-bottom: 10px;
}

.down li {
    margin: 0 5px;
}

.down-cont ul li {
    padding-left: 15px;
    margin: 5px 0;
}

.down-cont ul li a {
    color: #3F3F3F;
}

.down-cont ul li a:hover {
    color: #f16021;
}

.down-cont ul li span {
    display: inline-block;
    padding: 0;
    background: #dedede;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: top;
    margin-right: 5px;
}

.down-cont ul li span.red {
    color: #fff;
    background: #ed1c22;
}

.hgbox8 {
    min-height: 300px;
    height: auto;
    /*overflow: hidden;*/
    margin-bottom: 0;
    clear: both;
}

.hgbox8:after {
    content: '';
    display: block;
    clear: both;
}

.hgbox8 .box6-left .hgslides img{
    height: 280px
}

.hgbox8 .box7-right {
    height: 318px;
}

@media (max-width: 1200px) {
    .hgbox8 .box6-left .hgslides img{
        height: 280px
    }
}

/**学院**/
.college {
    /*background: url("../images/picxi.png") no-repeat 0 -458px;*/
    margin-bottom: 10px;
}

.college li {
    margin: 0 5px;
}

@media (max-width: 576px) {
    .college li:first-child {
        margin: 0 5px;
        margin-left: 46px !important;
        background: #fff;
    }
}

/**人才**/
.job {
    /*background: url("../images/picxi.png") no-repeat 0 -420px;*/
    margin-bottom: 10px;
}

.job li {
    margin: 0 5px;
}

input.sub {
    background: none repeat scroll 0 0 #ed1c23;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 33px;
    margin: 0 0 0 -40px;
    width: 78px;
}

.mod_1 {
    height: 210px;
    width: 475px;
    overflow: hidden;
    float: left;

}

@media (max-width: 1200px) {
    .mod_1 {
        width: 488px;
    }
}

@media (max-width: 992px) {
    .mod_1 {
        width: 100%;
        clear: both;
        height: auto;
    }

    .mod_1 img {
        width: 100%;
        height: auto;
    }
}

.mod_2 {
    width: 300px;
    float: right;

}

@media (max-width: 1200px) {
    .mod_2 {
        width: 488px;
    }

    .mod_2 table{
        width: 100%;
    }
}

@media (max-width: 992px) {
    .mod_2 {
        width: 100%;
        clear: both;
    }
}

#gp_info {
    height: 255px;
    overflow-y: scroll;
}

@media (max-width: 992px) {
    #gp_info {
        height: 245px;
    }
}

.recom_li {
    float: left;
    margin: 0 5px;
    width: 190px;
    overflow: hidden;

}

.recom_img {
    width: 200px;
    height: 200px;
    float: left;

}

.recom_p {
    text-align: center;

}

.sns_ul {
    margin-top: 10px;
    height: 20px;

}

.ad_rmk {
    width: 1200px;
    margin: 0 auto 20px auto;
    clear: both;
}

.ad_rmk img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1200px) {
    .ad_rmk {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .ad_rmk {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .ad_rmk {
        width: 576px;
    }
}

@media (max-width: 576px) {
    .ad_rmk {
        width: 100%;
    }

    .ad_rmk img {
        height: 60px !important;
    }
}

.guoping {
    margin: 0 0 15px !important;
}

.guoping img {
    display: block;
    width: 100% !important;
    height: auto;
    min-height: 60px;
}

/*滚动banner广告*/
.swiper-banner-adv {
    width: 1200px;
    height: auto;
    line-height: 0;
    margin: 0 auto 15px !important;
    clear: both;
}

.swiper-banner-adv .swiper-slide img {
    display: block;
    width: 100%;
    height: 150px;
}
.swiper-100-height .swiper-slide img{
    display: block;
    width: 100%;
    height: 100px !important;
}

@media (max-width: 1200px) {
    .swiper-banner-adv {
        width: 992px;
    }

    .swiper-banner-adv .swiper-slide img {
        height: 110px;
    }
}

@media (max-width: 992px) {
    .swiper-banner-adv {
        width: 768px;
    }

    .swiper-banner-adv .swiper-slide img {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .swiper-banner-adv {
        width: 576px;
    }
}

@media (max-width: 576px) {
    .swiper-banner-adv {
        width: 100%;
    }

    .swiper-banner-adv .swiper-slide img {
        height: 90px;
    }
}

.swiper-banner-adv .swiper-pagination {
    top: auto;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    text-align: center;
}

.swiper-banner-adv.swiper-pagination-full .swiper-pagination {
    top: auto;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    text-align: center;
}

.swiper-banner-adv .swiper-pagination-bullet {
    border-radius: 0;
    width: 30px;
    height: 4px;
    line-height: 0;
    position: relative;
}

.swiper-banner-adv.swiper-pagination-full .swiper-pagination-bullet {
    border-radius: 0;
    width: 30px;
    height: 2px;
    position: relative;
    margin: 0 !important;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #ed1c22;
}

.swiper-container.swiper-button-hover .swiper-button-next {
    right: -35px;
    transition: all .2s;
}

.swiper-container.swiper-button-hover .swiper-button-prev {
    left: -35px;
    transition: all .2s;
}

@media (max-width: 768px) {
    .swiper-container.swiper-button-hover .swiper-button-next,
    .swiper-container.swiper-button-hover .swiper-button-prev {
        display: none;
    }
}

.swiper-container.swiper-button-hover:hover .swiper-button-next {
    right: 10px;
}

.swiper-container.swiper-button-hover:hover .swiper-button-prev {
    left: 10px;
}

.swiper-banner-adv .swiper-pagination-bullet-active {
    background: #ed1c22;
}

.swiper-banner-adv .swiper-pagination-bullet:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    top: auto;
    height: 25px;
}

.swiper-banner-adv.swiper-pagination-full .swiper-pagination-bullet:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 20px;
}

.swiper-banner-adv .swiper-button-prev, .swiper-banner-adv .swiper-button-next {
    opacity: 0;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 768px) {
    .swiper-banner-adv .swiper-button-prev, .swiper-banner-adv .swiper-button-next {
        display: none !important;
    }
}

.swiper-banner-adv .swiper-button-next {
    left: auto;
    right: -40px;
}

.swiper-banner-adv .swiper-button-prev {
    right: auto;
    left: -40px;
}

.swiper-banner-adv:hover .swiper-button-next {
    opacity: 1;
    right: 0;
}

.swiper-banner-adv:hover .swiper-button-prev {
    opacity: 1;
    left: 0;
}

/*滚动banner广告end*/

.swiper-product {
    height: 100%;
    position: relative;
}

.swiper-product .swiper-slide a,.swiper-product .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
}

.swiper-product .product-title {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 10px 15px 11px;
    height: 20px;
    line-height: 20px;
    background: rgba(0,0,0,.35);
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-product .swiper-pagination {
    position: absolute;
    top: auto !important;
    right: 10px !important;
    bottom: -20px !important;
    left: auto !important;
    height: auto;
    line-height: 14px !important;
    font-size: 14px !important;
    width: auto !important;
    color: #fff;
    transition: all .2s;
}

@media (max-width: 768px) {
    .swiper-product .swiper-pagination {
        display: none !important;
    }
}

.swiper-product:hover .swiper-pagination {
    bottom: 12px !important;
}

.swiper-product .swiper-pagination-bullet {
    float: none !important;
    display: inline-block !important;
    width: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
    padding: 7px !important;
    margin: 0 3px !important;
    background: #fff;
    border-radius: 3px !important;
    opacity: 1;
}

.swiper-product .swiper-pagination-bullet-active {
    background: #ed1c22;
}