/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    background: #fff;
    font-size: 12px;
    color: #666;
}

img {
    border: none;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
blockquote,
fieldset,
div,
strong,
label,
em,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    font-family: "Microsoft YaHei";
}

#c_detail_wrap a {
    color: #c00;
}

#c_detail_wrap a:hover {
    color: #fff;
    background: #c00;
}

#clear {
    clear: both;
}

/*解决IE图片缩放失真*/
img {
    -ms-interpolation-mode: bicubic;
}

/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

#header_box {
    width: 100%;
    background: url(../images/top_bg.jpg) repeat-x;
}

#header {
    width: 1330px;
    margin: 0 auto;
}

#header .header_top {
    height: 30px;
    line-height: 30px;
    color: #929091;
}

#header .top_left {
    float: left;
}

#header .top_nav {
    float: right;
}

#header .top_nav a {
    display: inline-block;
    width: 60px;
    text-align: center;
    color: #929091;
}

#header .logo {
    float: left;
    width: 750px;
}

#header .logo img {
    width: 100%;
}

#header .top_tel {
    float: right;
    background: url(../images/tel.png) no-repeat left;
    background-size: 50px 50px;
    width: 240px;
    height: 60px;
    position: relative;
}

#header .top_tel .tel {
    position: absolute;
    left: 60px;
    top: 0px;
}

#header .top_tel .tel b {
    color: #123597;
    font-size: 22px;
}

#header .top_tel .tel p {
    font-size: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#search {
    float: right;
    width: 341px;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    z-index: 99;
    padding-top: 12px;
    height: 40px;
    line-height: 40px;
    ;
    margin-top: 17px;
}

#search .ss_input {
    width: 238px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    color: #ccc;
    font-family: "Microsoft YaHei";
    float: left;
    resize: none;
    border-radius: 20px 0 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2;
    outline: none;
}

#search .ss_an {
    width: 61px;
    height: 40px;
    float: left;
    border: none;
    cursor: pointer;
    background: #273e82 url(../images/ss.png) center center no-repeat;
    outline: none;
    border-radius: 0 20px 20px 0
}

#header .header_bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width:1110px) {
    #header {
        width: 95%;
    }

    #search {
        width: 270px;
    }

    #search .ss_input {
        width: 75%;
        padding-left: 5%;
    }

    #search .ss_an {
        width: 20%;
    }

}

@media (max-width:880px) {
    #header_box {
        background: none;
        height: auto;
    }

    #header .header_bottom {
        margin-top: 8px;
        margin-bottom: 20px;
    }

    #header .header_top {
        display: none;
    }

    #header .logo {
        float: none;
        width: 100%;
    }

    #header .logo a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #header .logo img {
        max-width: 100%;
        max-height: 100%;
    }

    #search {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    #search .ss_input {
        width: 80%;
        padding-left: 5%;
    }

    #header .top_tel {
        display: none;
    }
}

@media (max-width:767px) {
    #header .top_tel {
        display: none;
    }
}

/**ly_nav**/
.ly_nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #273e82;
}

.navigation {
    width: 1330px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.navigation li {
    float: left;
    position: relative;
    width: 12%;
}

.navigation li a {
    display: block;
    height: 86px;
    line-height: 86px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}

/*.navigation li:hover, */
.navigation li a:hover,
.navigation li a.nav_on {
    color: #fff;
    background-color: #091e5c;
}

/*.navigation ul { position:absolute; left:0; top: 48px; display:none; margin:0; padding:0; list-style:none; z-index: 999; background-color: #fff; border-top: 2px solid #e20100;}
.navigation ul li { width:120px; float:left; border-top:none;}
.navigation ul li:nth-child(even) { background-color:#f5f6f8;}
.navigation ul a { display:block; height:40px; line-height: 40px; padding:0; color:#4e607b; font-size: 12px; font-weight: normal; text-decoration:none; border-top:none;}
.navigation ul a:hover { color:#fff; background-color: #fe0100;}*/
.web_nav {
    display: none;
    width: 90%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
}

.btn-menu {
    display: block;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    padding: 12px 0;
    width: 26px;
    height: 16px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #ffffff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    background-color: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    background-color: #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.navigation li ul {
    display: none;
    width: 100%;
    z-index: 9;
    position: absolute;
    background: #fff;
    opacity: 0.9;
}

.navigation li ul li {
    float: left;
    position: relative;
}

.two_profl li:hover {
    background: #273e82;
}

.two_profl li a:hover {
    background: none !important;
}

.navigation li ul li a {
    color: #273e82;
    line-height: 52px;
    font-size: 14px;
    font-weight: bold;
}

.navigation li ul li a:hover {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.navigation li ul ul {
    position: absolute;
    top: 0;
    left: 140px;
    z-index: 11;
    width: 250px;
}

.navigation li ul li {
    line-height: 52px;
    width: 100%;
}

#cpmuli {
    width: 100%;
    text-align: center;
}

.yijimulu {
    float: left;
    width: 140px !important;
}

.erjimulu {
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center !important;
    line-height: 52px !important;
    color: #333 !important;
}

.erjimulu:hover {
    color: #fff !important;
}

@media (max-width:1199px) {
    .navigation {
        width: 96%;
    }

    .navigation li {
        width: 16%;
    }

    .navigation li a {
        width: 100%;
    }
}

@media (max-width:767px) {
    .web_nav {
        width: 96%;
        display: block;
    }

    .navigation {
        width: 100%;
        display: none;
    }

    .navigation li {
        width: 100%;
        background: #f1f1f1;
        border-bottom: 1px solid #ffffff;
    }

    .navigation li a {
        color: #515671;
        height: 40px;
        line-height: 40px;
    }

    .navigation li ul {
        display: none !important;
    }

    .navigation li ul li {
        display: none !important;
    }
}

@media (max-width:767px) {

    #header .top_tel .tel {
        display: none;
    }

}

/**banner**/

.apple-banner {
    width: 100%;
    overflow: hidden;
}

.apple-banner .swiper-container {
    width: 100%;
}

.apple-banner .swiper-button-prev,
.apple-banner .swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
    display: none !important;
}

.apple-banner .swiper-button-prev {
    left: 0;
}

.apple-banner .swiper-button-next {
    right: 0;
}

/*.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: #007deb url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-next span { background: #007deb url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }*/
.apple-banner .swiper-button-prev:hover span,
.swiper-button-next:hover span {
    opacity: 1;
}

/*分页器*/
.apple-banner .swiper-pagination {
    top: auto;
    bottom: 20px;
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}

.apple-banner .swiper-pagination-bullet span {
    width: 30px;
    height: 3px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
}

.apple-banner .swiper-pagination-bullet-active span {
    background-color: #273e82;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
    background: rgba(255, 255, 255, 0.8);
}

.apple-banner .swiper-pagination-bullet i {
    background-color: #273e82;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}

.apple-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
}

.apple-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
}

.apple-banner .autoplay .replace span {
    background-color: #fff;
}

.apple-banner .swiper-slide {
    background-size: 100% auto !important;
    background-position: top center !important;
}

.apple-banner .swiper-slide img {
    width: 100%;
}


@media screen and (max-width:1080px) {
    .apple-banner {
        width: 100%;
        overflow: hidden;
    }

    .apple-banner .swiper-container {
        width: 100%;
    }

    .apple-banner .swiper-button-prev,
    .apple-banner .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
        display: none !important;
    }

    .apple-banner .swiper-button-prev {
        left: 0;
    }

    .apple-banner .swiper-button-next {
        right: 0;
    }

    /*.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span { display:block; width: 0.64rem; height: 0.64rem; position: absolute; left: 3%; top: 50%; margin-top:-0.32rem; border-radius: 100%; background: rgba(51,122,183,1) url(../images/arrows1.png) no-repeat center center; background-size: 0.17rem 0.3rem; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-next span { background: rgba(51,122,183,1) url(../images/arrows2.png) no-repeat center center; background-size: 0.17rem 0.3rem; left:auto; right:3%; }*/
    .apple-banner .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: 1;
    }

    /*分页器*/
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 0.12rem;
        background: none;
    }

    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 0.5rem;
        height: 0.02rem;
        margin: 0 0.03rem;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }

    .apple-banner .swiper-pagination-bullet span {
        width: 0.5rem;
        height: 0.02rem;
        display: block;
        background: rgba(255, 255, 255, 0.8);
    }

    .apple-banner .swiper-pagination-bullet-active span {
        background-color: #ff7200;
    }

    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: rgba(255, 255, 255, 0.8);
    }

    .apple-banner .swiper-pagination-bullet i {
        background-color: #ff7200;
        height: 0.02rem;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }

    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }

    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }

    .apple-banner .autoplay .replace span {
        background-color: #fff;
    }

    .apple-banner .swiper-slide {
        background-size: 100% auto !important;
        background-position: top center !important;
    }
}


#con_top {
    width: 1330px;
    margin: 40px auto;
    overflow: hidden;
}

#con_top .news {
    width: 650px;
    float: left;
}

#con_top .article {
    width: 650px;
    float: right;
}

.biaoti_left {
    float: left;
    line-height: 30px;
}

.biaoti_left p,
.biaoti_left1 p {
    font-size: 25px;
    color: #252525;
}

.biaoti_left span,
.biaoti_left1 span {
    color: #a7a7a7;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.biaoti_left1 {
    float: left;
    line-height: 30px;
    position: relative;
}

.biaoti_left1 img {
    position: absolute;
    left: 127px;
    top: 8px;
}

.biaoti_right {
    float: right;
    border: 1px solid #b2b2b2;
    width: 118px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin-top: 7px;
    font-size: 12px;
    border-radius: 5px;
}

.biaoti {
    height: 50px;
}

.new_tp {
    width: 620px;
    height: 115px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.new_tp .newswrap .new_img {
    width: 180px;
    height: 120px;
    overflow: hidden;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: #f1f1f1;
}

.new_tp .newswrap .new_img img {
    max-width: 180px;
    max-height: 115px;
}

.new_tp .newswrap .newstlt1 {
    height: 30px;
    overflow: hidden;
    line-height: 26px;
    color: #343434;
    font-size: 15px;
}

.new_tp .newswrap .newstlt1 a {
    color: #333;
}

.new_tp a:hover {
    color: #de0124;
}

.new_tp .newswrap p {
    width: 320px;
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.new_tp span {
    color: #e00022;
    display: block;
    padding-top: 5px;
}

#ny_newslb_box {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ny_newslb_box li {
    height: 33px;
    line-height: 33px;
    background: url(../images/ico1.jpg) no-repeat left center;
    padding-left: 12px;
    font-size: 12px;
    overflow: hidden;
}

#ny_newslb_box li a {
    color: #2c2c2c;
    float: left;
    font-size: 14px;
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ny_newslb_box li span {
    float: right;
    color: #a9a9a9;
    display: block;
    width: 20%;
}

#ny_newslb_box1 {
    clear: both;
    margin-top: 11px;
}

#ny_newslb_box1 li {
    height: 38px;
    line-height: 38px;
    background: url(../images/ico1.jpg) no-repeat left 14px;
    padding-left: 12px;
    font-size: 12px;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}

#ny_newslb_box1 li a {
    color: #2c2c2c;
    float: left;
    font-size: 14px;
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ny_newslb_box1 li span {
    float: right;
    color: #a9a9a9;
    display: block;
    width: 22%;
    text-align: right;
}

#ny_newslb_box1 li a:hover {
    color: #de0124;
}

.ny_new {
    margin-top: 10px;
}

.ny_new li {
    width: 480px;
    height: 90px;
    overflow: hidden;
    padding: 10px 0;
}

.ny_new li>div {
    display: block;
    width: 480px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
}

.ny_new li .nw_time {
    width: 90px;
    height: 90px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-family: "Arial";
    text-align: center;
    background-color: #273e82;
    float: left;
}

.nw_time span {
    display: block;
    width: 90px;
    height: 35px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 0;
}

.ny_new li a {
    display: block;
}

.ny_new li a .artlt {
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    color: #333;
    font-size: 15px;
    margin: 0 0 6px;
}

.ny_new li .nw_right p {
    height: 44px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ny_new li>div .nw_right {
    width: 360px;
    float: left;
    background: #f5f6f8;
    padding: 6px 15px;
    height: 90px;
}

.ny_new li a:hover .artlt {
    color: #de0124;
}

#ny_newslb_box li a:hover {
    color: #de0124;
}

.new_tp .new_right {
    float: right;
    width: 420px;
}

.ckqb {
    text-align: center;
}

.ckqb a {
    width: 100% !important;
    color: #273e82 !important;
}

.ckqb .protlt {
    color: #273e82 !important;
    border: 1px solid #273e82 !important;
}

@media (max-width:1110px) {
    #con_top {
        width: 95%
    }

    #con_top .article {
        width: 48%;
    }

    #con_top .news {
        width: 48%;
    }

    .ny_new li {
        width: 100%;
    }

    .ny_new li>div {
        width: 100%;
    }

    .ny_new li .nw_time {
        width: 26%;
    }

    .nw_time span {
        width: 100%;
    }

    .ny_new li>div .nw_right {
        width: 70%;
        padding: 6px 2%;
        height: 78px;
    }

    .new_tp {
        width: 100%;
    }

    .new_tp .newswrap .new_img {
        width: 30%;
        margin: 0;
    }

    .new_tp .newswrap .new_img a {
        display: block;
    }

    .new_tp .newswrap .new_img a img {
        max-width: 100%;
        max-height: 100%;
    }

    .new_tp .newswrap .newstlt1 {
        width: 100%;
        font-size: 14px;
    }

    .new_tp .newswrap p {
        width: 100%;
    }

    .new_tp .new_right {
        width: 68%;
    }
}

@media (max-width:880px) {
    #con_top .article {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    #con_top .news {
        float: none;
        width: 100%;
    }

    #con_top {
        margin: 24px auto;
    }

    .biaoti_left p,
    .biaoti_left1 p {
        font-size: 22px;
        font-weight: bold;
    }

    .biaoti_left span,
    .biaoti_left1 span {
        display: none;
    }

    .biaoti_right {
        margin-top: 0;
    }

    .biaoti {
        height: 35px;
    }

    .biaoti_left1 {
        line-height: 35px;
    }

    .biaoti_left {
        line-height: 33px;
    }

    .nw_time span {
        font-size: 34px;
    }

    .ny_new li a .artlt {
        font-size: 14px;
    }

    #ny_newslb_box1 {
        margin-top: 0;
    }

    .new_tp {
        width: 100%;
        padding: 20px 0 0;
    }

    .new_tp .newswrap .new_img {
        height: 100px;
    }

}

@media (max-width:767px) {}


#pro_box {
    width: 100%;
    background: url(../images/cp_bg.png) no-repeat;
    min-height: 531px;
    margin-top: 40px;
    padding-top: 40px;
    background-size: cover;
}

#pro_box .pro {
    width: 1330px;
    margin: 0 auto;
}
.cp_container {
    display: flex;
    justify-content:flex-start;
}

#hz_box {
    width: 100%;
    background: url(../images/hz@2x.jpg) no-repeat;
    margin-top: 40px;
    padding-top: 40px;
    background-size: cover;
}
#hz_box .biaoti_left p{
    color: white;
}
#hz_box .pro_ny {
    padding-bottom: 0px;
}
/*产品居中代码*/
.pro ul {
    margin-top: 25px;
}

.pro ul li {
    width: 230px;
    height: 200px;
    float: left;
    margin-right: 27px;
    margin-bottom: 15px;
}

.pro ul li:nth-child(4n) {
    margin-right: 0px;
}

.pro .proimg_bk {
    width: 230px;
    height: 160px;
    overflow: hidden;
}

.pro .proimg_bk .proimg {
    width: 230px;
    height: 160px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    overflow: hidden;
}

.pro .proimg_bk img {
    max-width: 220px;
    max-height: 155px
}

.pro .pro_wz {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro1 ul {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro1 ul li {
    width: 220px;
    height: 200px;
}

.pro1 .proimg_bk {
    width: 230px;
    height: 160px;
    background: #fff;
}

.pro1 .proimg_bk .proimg {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center
}

.pro1 .proimg_bk img {
    max-width: 220px;
    max-height: 155px;
    vertical-align: middle
}

.pro1 .proimg_bk .proimg .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.pro1 .pro_wz {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#fwzc {
    width: 100%;
    background: url(../images/fwzc.jpg) no-repeat center;
    height: 289px;
    background-size: cover;
}

#gywm {
    width: 1330px;
    margin: 32px auto;
    margin-bottom: 10px;
}

#gywm .gywm_left {
    width: 650px;
    float: left;
}

#gywm .gywm_left .gywm_con {
    line-height: 30px;
    text-indent: 2em;
    margin-top: 15px;
    color: #555;
    font-size: 18px;
}

#gywm .gywm_left .gywm_con .span {
    display: block;
    width: 113px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    background: #e00024;
    color: #fff;
    text-indent: 0em;
    margin-top: 15px;
}

#gywm .gywm_right {
    width: 614px;
    padding: 18px;
    background: #F5F5F5;/search/detail
    text-align: center;
    float: right;
    margin-top: -60px;
    padding-bottom: 0;
}
#gywm .gywm_right_box {
    margin: 0 -18px;
    display: flex;
    justify-content: space-between;
}
#gywm .gywm_right_box img {
    width: 320px;
}

@media (max-width:1110px) {
    #pro_box .pro {
        width: 95%;
    }

    .pro ul li {
        width: 23.5%;
        margin-right: 2%;
    }

    .pro ul li:nth-child(4n) {
        margin-right: 0;
    }

    .pro .proimg_bk {
        width: 100%;
    }

    .pro .proimg_bk .proimg {
        width: 100%;
    }

    .pro .proimg_bk img {
        max-width: 100%;
    }

    #pro_box .pro1 {
        width: 95%;
    }

    .pro1 ul li {
        width: 23.5%;
        margin-right: 2%;
    }

    .pro1 ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .pro1 ul li:nth-child(4n) {
        margin-right: 0;
    }

    .pro1 .proimg_bk {
        width: 100%;
    }

    .pro1 .proimg_bk .proimg {
        width: 100%;
    }

    .pro1 .proimg_bk img {
        max-width: 95%;
        max-height: 95%;
    }

    #fwzc {
        height: 240px;
    }

    #gywm {
        width: 95%;
    }

    #gywm .gywm_left {
        width: 60%;
    }

    #gywm .gywm_right {
        width: 38%;
    }

    #gywm .gywm_right img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width:880px) {
    #fwzc {
        height: 218px;
    }

    #gywm {
        margin: 20px auto;
    }
}

@media (max-width:767px) {
   
    .cp_container {
        margin-top: 20px;
        flex-wrap:wrap;
    }

    .cp_container a {
        display: block;
        width: 48%;
        margin:0 0.5%;
        /* height: 120px; */
        overflow: hidden;
    }
    .cp_container a img {
        width: 100%;
    }
    .pro ul li {
        width: 49%;
    }

    .pro ul li:nth-child(2n) {
        margin-right: 0;
    }

    .pro1 ul li {
        width: 49%;
    }

    .pro1 ul li:nth-child(2n) {
        margin-right: 0;
    }

    #pro_box {
        padding-top: 25px;
        margin-top: 25px;
    }

    #fwzc {
        height: 105px;
    }

    #gywm .gywm_right {
        width: auto;
        margin-top: 10px;
        text-align: center;
    }

    #gywm .gywm_left {
        width: 100%;
    }
    #gywm .gywm_con p>img {
        width: 90% !important;
    }
    #gywm .gywm_left .gywm_con .span {
        font-size: 14px;
    }
    .gywm_right_box {
        flex-direction: row;
    }
    #gywm .gywm_right_box img {
        width: 48%;
        margin: 10px 0;
    }

}


.lk_main {
    width: 1330px;
    overflow: hidden;
    margin: 0 auto;
}

.lk_main h3 {
    width: 80px;
    height: 45px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    float: left;
    line-height: 45px;
}

.lk_main a {
    display: inline-block;
    height: 45px;
    overflow: hidden;
    line-height: 30px;
    color: #ccc;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 45px;
}

/*#foot_box { width: 100%;background: #273e82;}
#foot_box a{ color:#fff;}
#foot_box .foot { width: 1330px; margin: 0 auto;padding-bottom:20px; color: #fff; position: relative; }
#foot_box .foot .db11{ width:1330px; margin:0 auto; overflow:hidden;}
#foot_box .foot .db11 .logo1{float: left;width:154px;height: 154px;overflow:hidden;margin-top:20px;}
#foot_box .foot .db11 .dbnr{ float:right; width:822px; overflow:hidden; margin-top:15px;}
#foot_box .foot .db11 .dbnr .dh{ height:36px; line-height:36px; background:#213568; overflow:hidden;}
#foot_box .foot .db11 .dbnr .dh ul li{ float:left; font-size:14px; width:110px; text-align:center; overflow:hidden;}
#foot_box .foot .db11 .dbnr .dh ul li a{ color:#fff;line-height: 36px;}
#foot_box .foot .db11 .dbnr .dblist{}
#foot_box .foot .db11 .dbnr .dblist .dblx{overflow:hidden; margin:20px 10px 8px 10px;font-size:12px; color:#ffffff;line-height:22px;}
#foot_box .foot .db11 .dbnr .dblist .dblx_r{float:right;margin: 20px 10px 8px 10px;width:480px;}
#foot_box .foot .db11 .dbnr .dblist .dblx_r li{float:left;margin-right:5px;}
#foot_box .foot .db11 .dbnr .dblist .dblx_r li a{display:block;height:24px;line-height:24px;}
#foot_box .foot .db11 .dbnr .dblist .dblx p{ height:22px; line-height:22px; overflow:hidden; font-size:12px; color:#ffffff;padding-bottom: 10px;}
#foot_box .foot .db11 .dbnr .dblist .dblx a{color:#ffffff;}
#foot_box .foot .db11 .dbnr .dblist .ks{ float:right; width:380px; overflow:hidden;}
#foot_box .foot .db11 .dbnr .dblist .ks .kstit{ font-size:18px; font-weight:bold; color:#fff; height:40px; line-height:40px; overflow:hidden; text-indent:20px;}
#foot_box .foot .db11 .dbnr .dblist .ks .ksnr1{    height: 110px;overflow: hidden;color:#d7d7d7;}
#foot_box .foot .db11 .dbnr .dblist .ks .ksnr1 ul li{ float:left; width:120px; text-align:center; height:22px; line-height:22px; color:#d7d7d7;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#foot_box .foot .db11 .dbnr .dblist .ks .ksnr1 ul li a{ color:#d7d7d7;}
#foot_box .foot_top { position: absolute; top: 46px; width: 1330px; }
#foot_box .foot dl.zycp { width: 450px; float: left; }
#foot_box .foot dl.zycp dd, #foot_box .foot dl.lxwm dd, #foot_box .foot dl.sjz dd { font-size: 16px; border-bottom: 1px solid #fff; width: 65px; height: 35px; line-height: 35px; margin-bottom: 20px; }
#foot_box .foot dl.zycp dt { line-height: 28px; color: #c2c2c4; font-size: 13px; width: 200px; float: left; }
#foot_box .foot dl.lxwm { width: 274px; float: right; margin-right: 60px; }
#foot_box .foot dl.lxwm dt { line-height: 28px; color: #c2c2c4; font-size: 13px; }
#foot_box .foot dl.sjz { width: 158px; float: right; }
#foot_box .foot_bottom { width: 1330px;height:45px; margin:0 auto;line-height:45px;}
#foot_box .foot_l { float: left;color:#fff; }
#foot_box .foot_r { float: right;color:#fff; }
#foot_box .foot2{width:100%;background:#233468;color:#fff;}*/

#foot_box {
    width: 100%;
    background: url(../images/foot_bg.jpg) repeat-x;
    padding:40px 0;
    /* margin-top: 55px; */
}

#foot_box a {
    color: #fff;
}

#foot_box .foot {
    /* width: 1330px; */
    margin: 0 auto;
    padding:0 20px;
    color: #fff;
    position: relative;
}
.group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.group .group_block {
    width: 320px;
    height: 110px;
    background: white;
    text-align: center;
    line-height: 110px;
    margin-top: 20px;
}
.group .group_block img {
    width:90%;
    vertical-align: middle;
}
.foot_toptb {
    position: absolute;
    top: 16px;
    width: 1330px;
}

.foot_toptb ul li {
    float: left;
    margin-right: 8px;
    width: 133px;
    border: 1px solid #2a5bed;
}

.foot_toptb ul li .proimg_bk {
    width: 133px;
    height: 52px;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

.foot_toptb ul li .proimg_bk .proimg {
    width: 133px;
    line-height: 52px;
    height: 52px;
    font-size: 52px;
    text-align: center;
    position: static;
    top: 50%;
}

.foot_toptb ul li .proimg_bk img {
    vertical-align: middle;
    position: static;
    top: -50%;
    left: -50%;
    max-width: 130px;
    max-height: 50px;
}


.zycp img {
    float: left;
}

#foot_box .foot dl.zycp {
    width: 550px;
    float: left;
}

#foot_box .foot dl.zycp dd,
#foot_box .foot dl.lxwm dd,
#foot_box .foot dl.sjz dd {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

#foot_box .foot dl.zycp dt {
    line-height: 28px;
    color: #fff;
    font-size: 13px;
    /* width: 350px; */
    float: left;
    padding-left: 20px;
}

#foot_box .foot dl.lxwm {
    width: 274px;
    float: right;
    margin-right: 60px;
}

#foot_box .foot dl.lxwm dt {
    line-height: 28px;
    color: #c2c2c4;
    font-size: 13px;
}

#foot_box .foot dl.sjz {
    width: 358px;
    float: right;
    text-align: right;
    line-height: 28px;
    font-size: 13px;
}

.sjz b {
    font-size: 18px !important;
}

.footlk {
    width: 100%;
    background-color: #213568;
}

#foot_box .foot_bottom {
    position: absolute;
    top: 323px;
    width: 1330px;
}

#foot_box .foot_l {
    float: left;
}

#foot_box .foot_r {
    float: right;
}

@media (max-width:1110px) {
    .lk_main {
        width: 95%;
    }

    #foot_box .foot {
        /* width: 95%; */
    }

    #foot_box .foot_bottom {
        /* width: 95%; */
    }

    #foot_box .foot .db11 {
        width: 100%;
    }

    #foot_box .foot .db11 .logo1 {
        width: 15%;
        height: auto;
    }

    #foot_box .foot .db11 .logo1 a {
        display: block;
    }

    #foot_box .foot .db11 .logo1 img {
        max-width: 100%;
        max-height: 100%;
    }

    #foot_box .foot .db11 .dbnr {
        width: 80%;
    }

    #foot_box .foot .db11 .dbnr .dh ul li {
        width: 14%;
    }

    #foot_box .foot .db11 .dbnr .dblist .dblx p {
        height: auto;
    }

    #foot_box .foot_top {
        width: 95%;
    }

    #foot_box .foot dl.zycp {
        width: 50%;
    }

    #foot_box .foot dl.sjz {
        width: 40%;
    }

    #foot_box .foot dl.zycp dt {
        padding: 0;
    }

    #foot_box .foot dl.zycp img {
        display: none;
    }

    .foot_toptb {
        display: none;
    }

    #foot_box .foot_top {
        top: 40px;
    }

    #foot_box {
        height: 200px;
    }

}

@media (max-width:880px) {}

@media (max-width:767px) {
    #foot_box .foot .db11 .logo1 {
        display: none;
    }

    #foot_box .foot .db11 .dbnr {
        width: 100%;
        margin-top: 0;
    }

    #foot_box .foot .db11 .dbnr .dh {
        display: none;
    }

    #foot_box .foot_bottom {
        height: auto;
        overflow: hidden;
        line-height: 20px;
        padding: 10px 0;
    }

    #foot_box .foot_l {
        float: none;
    }

    #foot_box .foot_r {
        float: none;
    }

    #foot_box .foot {
        padding-bottom: 0;
    }

    .foot_toptb {
        display: none;
    }

    #foot_box .foot dl.zycp img {
        display: none;
    }

    #foot_box .foot_top {
        top: 20px;
    }

    #foot_box .foot dl.sjz {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    #foot_box {
        height: 260px;
    }
}

.ly_aboutus {
    width: 1330px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ab_p1,
.ab_p2,
.ab_p3,
.ab_p4,
.ab_p5,
.ab_p6 {
    width: 1330px;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
}

.ab_tit {
    width: 1330px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.ab_icon1,
.ab_icon2,
.ab_icon3,
.ab_icon4,
.ab_icon5,
.ab_icon6 {
    display: block;
    width: 70px;
    height: 76px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ab_icon1 {
    background: url(../images/ab_icons.png) 0 0 no-repeat;
}

.ab_icon2 {
    background: url(../images/ab_icons.png) 0 -119px no-repeat;
}

.ab_icon3 {
    background: url(../images/ab_icons.png) 0 -223px no-repeat;
}

.ab_icon4 {
    background: url(../images/ab_icons.png) 0 -325px no-repeat;
}

.ab_icon5 {
    background: url(../images/ab_icons.png) 0 -426px no-repeat;
}

.ab_icon6 {
    background: url(../images/ab_icons.png) 0 -523px no-repeat;
}

.ab_line {
    display: block;
    width: 1330px;
    height: 6px;
    overflow: hidden;
    margin: 10px auto 5px;
    padding: 0;
    background: url(../images/ab_line.png) 0 0 no-repeat;
}

.ab_tit h2 {
    width: 1330px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ab_con_img {
    width: 1330px;
    max-height: 300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ab_con_img img {
    max-width: 100%;
    max-height: 100%;
}

.ab_p1 h3,
.ab_p2 h3,
.ab_p3 h3,
.ab_p4 h3,
.ab_p5 h3,
.ab_p6 h3 {
    width: 1330px;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.ab_p1 p,
.ab_p2 p,
.ab_p3 p,
.ab_p4 p,
.ab_p5 p,
.ab_p6 p {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ab_p1 p span,
.ab_p2 p span,
.ab_p3 p span,
.ab_p4 p span,
.ab_p5 p span,
.ab_p6 p span {
    color: #000;
    font-weight: bold;
}

.hy_main {
    width: 590px;
    height: 230px;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
    background: #e6e6e6 url(../images/hy_line.jpg) center center no-repeat;
}

.hy_main .hy_img {
    width: 295px;
    height: 185px;
    overflow: hidden;
    margin: 0;
    padding: 23px 0 22px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hy_main .hy_text {
    width: 215px;
    height: 150px;
    overflow: hidden;
    margin: 0;
    padding: 40px;
}

.hy_text h5 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    margin: 14px 0 20px;
    padding: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.hy_text p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
}

.hy_text p em {
    color: #d90101;
    font-family: "Arial";
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.gsxx {
    width: 840px;
    height: 150px;
    overflow: hidden;
    margin: 10px auto;
    padding: 80px;
    background: url(../images/gsxx_bg.jpg) 0 0 no-repeat;
    background-size: contain;
}

.gsxx ul {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.gsxx_icon {
    position: absolute;
    top: 40px;
    right: 40px;
}

.gsxx ul li {
    width: 50%;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.gsxx ul li span {
    color: #666;
}

.ab_lxfs {
    width: 1330px;
    overflow: hidden;
    margin: 10px auto;
    padding: 40px 80px;
    border: 1px dotted #d9d9d9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ab_lxfs ul li {
    width: 50%;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 30px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ab_lxfs ul li span {
    color: #666;
}

.ny_tit {
    width: 860px;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    margin: 0 0 25px 25px;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}

.ny_tit2 {
    width: 1330px;
    margin-left: 0;
}

.ny_tit img {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 15px 10px 15px 0;
    padding: 0;
    float: left;
}

.ny_tit a {
    color: #333;
    font-size: 14px;
}

.ny_tit a:hover {
    color: #f90;
}

.aboutcon {
    line-height: 24px;
}

@media (max-width:1110px) {}

@media (max-width:880px) {}

@media (max-width:767px) {
    .ny_tit {
        line-height: 22px;
        padding-top: 20px;
        overflow: visible;
    }

    .ny_tit a {
        font-size: 12px;
    }

    .ny_tit img {
        margin-top: 0;
    }
}



.pro_ny {
    width: 1330px;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 30px;
    /* min-height: 500px; */
}

.pro_ny .pro_l {
    width: 210px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro_ny .pro_r {
    width: 985px;
    float: right;
    margin-top: 20px;
}

.pro_ny .pro_l .title,
.pro_ny .pro_l .title1 {
    width: 210px;
    height: 75px;
    background: #0D3997;
}

.pro_ny .pro_l .title span {
    font-size: 26px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
    color: #fff;
}

.pro_ny .pro_l .title1 span {
    font-size: 26px;
    display: block;
    float: left;
    margin-top: 11px;
    margin-left: 30px;
    color: #fff;
}

.pro_ny .pro_l .title p,
.pro_ny .pro_l .title1 p {
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 30px;
    color: #e0562f;
}

.pro_ny .pro_l .list {
    background-image: url(../images/gb.jpg);
    width: 210px;
}

.pro_ny .pro_l .list ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    background: url(../images/list_icon.png)10px 18px no-repeat;
    width: 150px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 30px;
}

.pro_ny .pro_l .list ul li:hover {
    background: url(../images/list_icon_on.png)10px 18px no-repeat;
}

.pro_ny .pro_l .list ul li:hover a {
    color: #273e82;
}

.pro_ny .pro_l .list ul li a {
    color: #333;
}

.pro_ny .pro_l .list ul div a {
    display: block;
    float: left;
    width: 190px;
    padding-left: 30px;
    color: #5a5a5a;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_ny .pro_l .list ul div a:hover {
    color: #273e82;
}

.pro_r .title {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.title-home {
    display: inline-block;
    vertical-align: middle;
}
.pro_r .title img {
    margin-top: -4px;
    width: 20px;
    display: block;
    /* float: left; */
    /* margin: 20px 10px 0px 0px; */
}

.pro_r .title span {
    line-height: 71px;
}

.pro_r .title span a {
    color: #333;
    padding: 0px 5px;
}

.pro_r .title span a:hover {
    color: #ff9900;
}

.cp_left {
    width: 320px;
    margin-top: 20px;
}

.ny_main .cp_left {
    margin-top: 0;
}

.cp_left .left_bottom {
    width: 210px;
    height: 95px;
    background: #666;
    color: #fff;
}

.cp_left .left_bottom span {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.cp_left .left_bottom p {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
}

.cp_title {
    width: 100%;
    height: 80px;
    overflow: hidden;
    zoom: 1;
    text-align: left;
    background: url(../images/short_title.png) no-repeat 40px center #0D3997;
}

.cp_text {
    padding: 16px 0 0 80px;
}

.cp_title span {
    color: #fff;
    font-size: 12px;
}

.cp_title b {
    font-size: 22px;
    color: #fff;
}

.cp_title em {
    float: right;
    font-size: 12px;
    padding-right: 20px;
    display: none;
}

.cp_title1 {
    display: none;
}

.cp_left ul.pro_list {
    border: 1px solid #ddd;
    border-top: none;
    padding-top: 15px;
    padding-bottom: 12px;
}

.cp_left ul.pro_list li {
    margin: 0 auto 8px auto;
}

.cp_left ul.pro_list li .protlt {
    border: 1px solid #ddd;
    overflow: hidden;
}

.cp_left ul.pro_list li .protlt dt {
    float: right;
    background: url(../images/jt.png) no-repeat center center;
    width: 15%;
    height: 34px;
}

.cp_left ul.pro_list li .protlt dt.on {
    background: url(../images/jt2.png) no-repeat center center;
}

.cp_left ul.pro_list li .protlt a dd {
    padding-left: 15px;
    font-size: 14px;
}

.cp_left ul.pro_list li a {
    display: block;
    padding: 15px 0;
}

.cp_left ul.pro_list li>a {
    margin: 0 6%;
}

.cp_left ul.pro_list li div {
    margin: 0 6%;
}

.cp_left ul.pro_list li .protlt:hover {
    color: #273e82;
    border: 1px solid #273e82;
}

.cp_left ul.pro_list li .protlt_bd {
    display: none;
}

.cp_left ul.pro_list li .protlt_bd a {
    display: block;
    height: 34px;
    line-height: 34px;
    background: none;
    border: none;
    padding-left: 15px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp_left ul.pro_list li .protlt_bd a:hover {
    background: none;
    border: none;
}

@media (max-width:1110px) {
    .pro_ny {
        width: 95%;
    }

    .cp_left {
        width: 20%;
    }

    .pro_ny .pro_r {
        width: 78%;
    }

    .cp_left .left_bottom {
        width: 100%;
    }

    .cp_title {
        background: #0D3997;
        text-align: center;
    }

    .cp_text {
        padding: 0;
        margin-top: 15px;
    }
}

@media (max-width:880px) {
    .cp_left .left_bottom {
        display: none;
    }

    .cp_title b {
        font-size: 18px;
    }

    .cp_title span {
        display: none;
    }

    .cp_text {
        padding: 6px 0 0 50px;
        margin-top: 0;
    }

    .cp_left .cp_title {
        width: 100%;
        height: 40px;
        overflow: hidden;
        zoom: 1;
        text-align: left;
        background: url(../images/short_title.png) no-repeat 20px center #0D3997;
        background-size: 20px;
    }

    .cp_title {
        width: 100%;
        height: 40px;
        overflow: hidden;
        zoom: 1;
        text-align: left;
        background: url(../images/short_title.png) no-repeat 20px center #0D3997;
        background-size: 20px;
    }

    .cp {
        padding: 20px 0;
    }

    .cp_left {
        width: 100%;
    }

    .cp_title1 {
        display: block;
        margin-bottom: 20px;
    }

    .cp_title em {
        display: block;
        margin: 6px 0;
    }

    .cp_title em a {
        color: #fff !important;
    }

    .cp_left ul.pro_list {
        display: none;
    }

    .pro_ny .pro_r {
        width: 100%;
        margin-top: 14px;
    }

    .pro_r .title {
        line-height: 40px;
        height: auto;
        min-height: 40px;
        margin-bottom: 20px;
        position: relative;
    }

    .pro_r .title img {
        /* float: none; */
        /* margin: -5px 0 0 0; */
        /* display: inline-block; */
        /* vertical-align: middle; */
        display: block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .pro_r .title span {
        /* vertical-align: top; */
        /* line-height:inherit; */
        /* display: inline-block; */
        /* height: auto; */
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit;
        padding: 8px 0 0 20px;
        width: 93%;
        text-overflow: ellipsis;
        /* margin: 0; */
    }

    .cp_left ul.pro_list li div {
        margin: 0 3%;
    }

    .pro_ny {
        min-height: auto;
    }
}

@media (max-width:767px) {
    .cp_title b {
        font-size: 18px;
    }

    .cp_title span {
        display: none;
    }

    .cp_text {
        padding: 6px 0 0 50px;
    }

    .cp_left .cp_title {
        width: 100%;
        height: 40px;
        overflow: hidden;
        zoom: 1;
        text-align: left;
        background: url(../images/short_title.png) no-repeat 20px center #0D3997;
        background-size: 20px;
    }

    .cp_title {
        width: 100%;
        height: 40px;
        overflow: hidden;
        zoom: 1;
        text-align: left;
        background: url(../images/short_title.png) no-repeat 20px center #0D3997;
        background-size: 20px;
    }

    .cp {
        padding: 20px 0;
    }

    .cp_left {
        width: 100%;
    }

    .cp_title1 {
        display: block;
        margin-bottom: 20px;
    }

    .cp_title em {
        display: block;
        margin: 6px 0;
    }

    .cp_title em a {
        color: #fff !important;
    }
}


.news1 {
    overflow: hidden;
    zoom: 1;
}

.news1 li {
    padding: 20px 0;
    height: 138px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.news1 li .pic {
    width: 190px;
    height: 144px;
    border: 1px solid #eee;
    float: left;
}

.news1 li .pic a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}

.news1 li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle
}

.news1 li .pic a .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.news1 li .wz {
    float: right;
    width: 550px;
}

.news1 li .wz .tlt {
    display: block;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news1 li .wz .tlt:hover {
    color: #de0124;
    text-decoration: underline;
}

.news1 li .wz p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 70px;
    overflow: hidden;
}

.news1 li .time {
    width: 128px;
    font-size: 14px;
    color: #999;
    padding: 1px 0 8px;
}

.ly_case {
    width: 1330px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.ly_case ul {
    width: 1330px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ly_case ul li {
    width: 300px;
    overflow: hidden;
    margin-right: 51px;
    margin-bottom: 30px;
    padding: 0;
    float: left;
}

.ly_case ul li .case_img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ededed;
}

.ly_case ul li .case_img a {}

.ly_case ul li .case_img img {
    vertical-align: middle;
    position: static;
    +position: relative;
    top: -50%;
    left: -50%;
    max-width: 290px;
    max-height: 290px;
}

.ly_case ul li:nth-child(3n) {
    margin-right: 0px;
}

.ly_case ul li .casetlt a {
    display: block;
    width: 254px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    margin: 5px auto;
    padding: 0;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.ly_case ul li p {
    width: 254px;
    height: 70px;
    overflow: hidden;
    line-height: 22px;
    margin: 0 auto;
    padding: 0;
    color: #979797;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ly_case ul li.mr_no {
    margin: 0;
}

.ly_case ul li:hover .casetlt a {
    color: #f90;
}

#ny_newslb_box2 {
    margin: 20px 10px 20px 35px;
}

#ny_newslb_box2 li {
    height: 43px;
    line-height: 46px;
    border-bottom: 1px dotted #ddd;
    font-size: 13px;
    overflow: hidden;
    background: url(../images/ico13.jpg) no-repeat left center;
    padding-left: 20px;
}

#ny_newslb_box2 li a.downone {
    color: #636363;
    float: left;
    width: 530px;
}

#ny_newslb_box2 li a.downtwo {
    float: right;
    margin: 15px 15px 0 0;
    width: 15px;
    height: 12px;
    display: block;
    background: url(../images/job.png) no-repeat;
}

#ny_newslb_box2 li a.downtwo:hover {
    background: url(../images/job_hover.png) no-repeat;
}

#ny_newslb_box2 li span {
    float: left;
    color: #b6b6b6;
}

.down_biaoti {
    font-size: 16px;
    text-align: center;
}

.down_detail {
    height: 40px;
    background: #f6f6f6;
    margin-top: 20px;
    line-height: 40px;
    border: 1px dotted #c8c8c8;
}

.down_detail span {
    display: block;
    float: left;
    width: 138px;
    font-size: 14px;
    text-align: center;
}

.down_detail1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #c8c8c8;
}

.down_detail1 span {
    display: block;
    float: left;
    width: 138px;
    font-size: 12px;
    text-align: center;
}

#job_content {
    padding: 15px;
}

#zwms p {
    line-height: 22px;
}

#zwms {
    padding: 15px;
    border-bottom: 1px dotted #c8c8c8;
}

#zwms b {
    color: #2b62a2;
    font-size: 12px;
}

#job_content b {
    color: #2b62a2;
    font-size: 12px;
}

#job_content p {
    line-height: 25px;
    color: #949693;
}

.newsname {
    width: 95%;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px dotted #ddd;
    text-align: center;
    display: block;
    overflow: hidden;
}

.dcont {
    line-height: 32px;
    padding: 0px 10px 10px 10px;
}
.dcont img {
    margin: 20px 0;
}

#news_sx {
    margin: 20px 15px 20px 20px;
    color: #80817c;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

#news_sx .sx_left {
    float: left;
}

#news_sx .sx_right {
    float: right;
    background: url(../images/fh.png) no-repeat right center;
    padding-right: 20px;
    margin-top: 10px;
}

.branddata {
    width: 666px;
    height: 420px;
    display: block;
    clear: both;
    padding: 20px 0 0 0;
    text-align: center;
}

.branddata table {
    width: 432px;
    height: 420px;
    border: 0px;
    margin: 0px auto;
    background: #EEEEEE;
    padding: 5px;
}

.branddata table tr td {
    width: 432px;
    height: 420px;
    border: 1px solid #DBD8D8;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}

.branddata table tr td img {
    width: 432px;
}

.cloud-zoom-lens {
    border: 4px solid #888;
    margin: -4px;
    /* Set this to minus the border thickness. */
    background-color: #fff;
    cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border: 4px solid #ccc;
    overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 2px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 99%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
}

.pro_gs {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0;
}

.pro_gs .gs_tit {
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}

.gs_tit h3 {
    width: 120px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #5a5a5a;
    border-radius: 2px 2px 0 0;
}

.pro_gs .gs_text {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #d9d9d9;
}

.gs_text h4 {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-indent: 2em;
    margin: 0 auto 10px;
    padding: 0;
}

.gs_text p {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pr_nt {
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin: 30px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.pr_nt ul li {
    width: 50%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.pr_nt ul li span {
    color: #333;
}

.pr_nt ul li a {
    color: #666;
    display: inline;
}

.pr_nt ul li a:hover {
    color: #f90;
}

.pr_nt ul li.fr {
    text-align: right;
}

.ny_new1 {
    width: 762px;
    float: right;
}

.prodetail .picslider {
    width: 45%;
    margin-right: 3%;
    position: relative;
    padding: 5px 5px 40px 5px;
}

.product .picslider {
    width: 500px;
    float: left;
    position: relative;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.prodetail .picslider ul li img {
    width: 100%;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 70px;
    text-align: center;
    z-index: 16;
}

.picslider .flex-control-nav {
    left: 0;
    bottom: 15px;
}

.itemdesc {
    width: 48%;
    line-height: 1.6;
}

.itemdesc h1 {
    padding: 4px 10px;
    color: #fff;
    font-size: 20px;
    background: #0061a5;
    position: relative;
}

.itemdesc .desc {
    background: #f1f1f1;
    font-size: 12px;
}

ul.item-list li .desc p,
.itemdesc .desc p {
    position: relative;
    height: 30px;
    font-family: Arial, sans-serif;
    line-height: 30px;
    padding-left: 125px;
    border-bottom: 1px solid #fff;
}

ul.item-list li .desc p span,
.itemdesc .desc p span {
    position: absolute;
    left: 0;
    top: 0;
    background: #e9e9ea;
    width: 115px;
    height: 100%;
    text-align: center;
}

/* item-view */
.item-view {
    margin-top: 30px;
    *overflow: hidden;
    *clear: both;
}

.itempic {
    position: relative;
    width: 47%;
    margin-right: 5%;
    *width: 46%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.itempic img {
    max-width: 100%;
    width: 100%;
    height: 268px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.itempic span.icon {
    background-position: -637px -6px;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.itemdesc {
    width: 48%;
    line-height: 1.6;
}

.itemdesc h1 {
    padding: 4px 10px;
    color: #fff;
    font-size: 20px;
    background: #0061a5;
    position: relative;
}

.itemdesc .desc {
    background: #f1f1f1;
    font-size: 12px;
}

.call-input {
    overflow: hidden;
    *clear: both;
    margin-top: 30px;
}

.call-input input {
    border: 0;
    background: none;
    padding: 0;
    height: 35px;
    line-height: 35px;
}

.call-input input[type="text"] {
    width: 52%;
    margin-right: 2%;
    border-bottom: 2px solid #ff7e00;
}

.call-input input[type="submit"] {
    background: url(../images/icon.png) no-repeat;
    width: 46%;
    color: #fff;
    height: 35px;
    line-height: normal;
    cursor: pointer;
    margin: 2px 0 0 0;
    font-size: 16px;
    text-align: center;
    background-position: -596px -125px;
}

.call-input input[type="submit"]:hover {
    color: #000;
}

.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat;
    cursor: move;
    z-index: 1;
}

.pn-btn {
    margin-top: 30px;
}

.pn-btn a {
    display: block;
    color: #707070;
    padding: 2px 0;
}

.pn-btn a i {
    margin-right: 20px;
}

.pn-btn a strong {
    margin-right: 8px;
}

.pn-btn a:hover {
    color: #ff7e00;
}

.smallImg {
    height: 90px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 8px;
}

.smallImg .tempWrap {
    width: 100% !important;
}

.smallImg_in {
    height: 90px;
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.smallImg ul {
    position: absolute;
    margin: 0 10px 0 10px !important;
    width: 625px;
}

.smallImg ul li {
    float: left;
    width: 90px;
    height: 94px;
    margin: 0 5px;
}

.smallImg ul li.on td {
    border: 1px solid #0061a5;
}

.smallImg ul li table td {
    text-align: center;
    vertical-align: middle;
    width: 102px;
    height: 76px;
    padding: 2px;
    border: 1px solid #dedede;
}

.smallImg ul li table td img {
    width: 70% !important;
}

.smallImg .btnLeft {
    width: 30px;
    height: 82px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/btn.png) left top no-repeat;
}

.smallImg .btnRight {
    width: 30px;
    height: 82px;
    position: absolute;
    right: 0;
    top: 1px;
    background: url(../images/btn.png) right top no-repeat;
}

.prodetail_ms {
    line-height: 26px;
    color: #555;
    margin-top: 10px;
    height: 186px;
    overflow: hidden;
    font-size: 12px;
}

.product_btn {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #dfdfdf;
}

.product_btn a {
    display: inline-block;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin: 0 15px 0 0;
    padding: 0 30px;
    border-radius: 3px;
}

.product_btn a.probtn1 {
    background-color: #fc2a2a;
}

.product_btn a.probtn2 {
    background-color: #f90;
}

.product_btn a.probtn1:hover {
    background-color: #e91515;
}

.product_btn a.probtn2:hover {
    background-color: #ed8e00;
}
}

.pro_list {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.pro_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.pro_gs {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0;
    padding: 0;
}

.pro_gs .gs_tit {
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}

.gs_tit p {
    width: 120px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #5a5a5a;
    border-radius: 2px 2px 0 0;
}

.pro_gs .gs_text {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #d9d9d9;
}

.gs_text p {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pr_nt {
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin: 30px auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.pro_list ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.pr_nt ul li {
    width: 50%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.pr_nt ul li span {
    color: #333;
}

.pro_list ul li a {
    display: block;
    width: 270px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.pr_nt ul li a {
    color: #666;
    display: inline;
}

.product_ny {
    overflow: hidden;
}

.product_ny .move00 {
    margin-right: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fc_950_5 {
    width: 950px;
    float: left;
    padding: 19px 0 20px 0;
}

.picScroll-left {
    width: 950px;
    position: relative;
    float: left;
    padding: 20px 0 22px 0;
}

.picScroll-left .hd {
    overflow: hidden;
    width: 39px;
    position: absolute;
    top: -30px;
    right: 0;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 17px;
    height: 17px;
    float: left;
    cursor: pointer;
}

.picScroll-left .hd .next {
    float: right;
    background-position: -22px 0;
}

.picScroll-left .bd {
    width: 950px;
    overflow: hidden;
    float: left;
}

.picScroll-left .bd ul {
    zoom: 1;
    width: 960px;
}

.picScroll-left .bd ul li {
    margin: 0 10px 0 0;
    width: 230px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.pic_4 {
    width: 228px;
    height: 143px;
    border: solid 1px #ddd;
    overflow: hidden;
}

.text_3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin: 16px 0 0 0;
}

.text_3 a {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}



.ab_honor {
    width: 1100px;
    height: 140px;
    margin: 30px auto 0;
    padding: 0;
}

.mr_frbox {
    width: 1100px;
    height: 140px;
    margin: 0;
    padding: 0;
    position: relative;
}

.mr_frUl {
    width: 1100px;
    height: 140px;
    overflow: hidden;
    float: left;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    height: 118px;
    width: 178px;
    margin-right: 25px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
}

.mr_frUl ul li .hnr_img {
    width: 178px;
    height: 118px;
    overflow: hidden;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.mr_frUl ul li .hnr_img img {
    vertical-align: middle;
    position: static;
    +position: relative;
    top: -50%;
    left: -50%;
    max-width: 170px;
    max-height: 110px
}

.product {
    width: 1330px;
    margin: 40px auto;
}

.product:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.product .productName {
    float: left;
    padding-bottom: 15px;
    position: relative;
    width: 1330px;
}

.product .productName dt {
    float: left;
    width: 1000px;
    font: bold 24px/38px "microsoft yahei";
}

.product .productName dd {
    float: right;
    width: 200px;
}

.product .productName dd .back {
    color: #666;
    font-size: 14px;
    display: block;
    float: right;
    line-height: 24px;
    margin-top: 10px;
    background: url(/NewShowStand/Style/17/images/product.png) no-repeat 100% 0;
    padding: 0 34px 0 0;
}

.product .productName dd .bdsharebuttonbox {
    float: right;
}

.product .productName dd .bdsharebuttonbox .bds_more1 {
    font: normal 14px/22px "microsoft yahei";
    padding-left: 22px;
    color: #959595;
    background: url(../../Images/Green/product.png) no-repeat -25px -32px;
}

.product .productName dd .guest {
    float: right;
    font: normal 14px/22px "microsoft yahei";
    padding-left: 22px;
    color: #959595;
    margin-left: 16px;
    background: url(../../Images/Green/product.png) no-repeat -25px -56px;
}

.product .productName .shareBox {
    position: absolute;
    right: 0;
    top: 50px;
}

.product .productPhoto {
    float: left;
    width: 500px;
    height: 460px;
}

.product .productPhoto .bigImg {
    position: relative;
    height: 370px;
    overflow: hidden;
    margin-bottom: 8px;
}

.product .productPhoto .bigImg ul {
    position: absolute;
}

.product .productPhoto .bigImg ul li {
    float: left;
    position: relative;
    width: 500px;
    height: 347px;
}

.product .productPhoto .bigImg ul li table td {
    width: 360px;
    height: 347px;
    text-align: center;
    vertical-align: middle;
    padding: 0 100px;
    border: 1px solid #dfdfdf;
}

.product .productPhoto .bigImg ul li .enlarge {
    position: absolute;
    bottom: 28px;
    right: 112px;
    width: 52px;
    height: 52px;
    background: url(../../Images/Green/enlarge.png) 0 0 no-repeat;
}

.product .productPhoto .smallImg {
    height: 84px;
    width: 500px;
    position: relative;
    overflow: hidden;
}

.product .productPhoto .smallImg ul {
    position: absolute;
    margin: 0 30px 0 36px;
}

.product .productPhoto .smallImg ul li {
    float: left;
    width: 120px;
    height: 82px;
    padding: 0 6px;
}

.product .productPhoto .smallImg ul li.on td {
    border: 2px solid #0f9732;
    padding: 0;
}

.product .productPhoto .smallImg ul li table td {
    text-align: center;
    vertical-align: middle;
    width: 116px;
    height: 78px;
    padding: 2px;
}

.product .productPhoto .smallImg .btnLeft {
    width: 30px;
    height: 82px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/btn.png) left top no-repeat;
}

.product .productPhoto .smallImg .btnRight {
    width: 30px;
    height: 82px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/btn.png) right top no-repeat;
}

.product .productRt {
    float: right;
    width: 410px;
    padding-top: 20px;
}

.product .productRt .price {
    border-bottom: 1px solid #eee;
    width: 380px;
    float: left;
    font: normal 14px/60px "microsoft yahei";
    color: #333;
}

.product .productRt .price strong {
    font: bold 30px/56px "microsoft yahei";
    color: #e4393c;
    margin: 0 8px 0 18px;
}

.product .productRt .price b {
    font-weight: 400;
}

.product .productRt .price b,
.product .productRt .price strong {
    float: left;
    display: inline-block;
}

.product .productRt dl {
    margin-top: 14px;
    float: left;
    width: 380px;
    font: normal 14px/30px "microsoft yahei";
}

.product .productRt dl dt {
    float: left;
    height: 30px;
    width: 85px;
    color: #333;
}

.product .productRt dl dt b {
    width: 2em;
    display: inline-block;
}

.product .productRt dl dd {
    height: 30px;
    width: 295px;
    float: left;
    color: #666;
}

.product .productRt .productBtn {
    margin-top: 14px;
    border-top: 1px solid #eee;
    padding-top: 19px;
    width: 380px;
    float: left;
}

.product .productRt .productBtn a {
    width: 110px;
    height: 46px;
    display: inline-block;
    float: left;
    font: normal 18px/46px "microsoft yahei";
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 10px;
    background-color: #0f9732;
}

.product .productRt .productBtn a.fav {
    background-color: #ff7100;
}

.product .productRt .productBtn a.pay {
    width: 130px;
    background-color: #fc2a2a;
}

.product .productRt .productBtn p {
    width: 420px;
    float: left;
    font: normal 14px/28px "microsoft yahei";
    text-align: left;
    padding: 10px 0;
}

.product .productRt .productBtn p b {
    color: #2e62c2;
    font-weight: 400;
}

.productText {
    width: 470px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.productText h1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 10px 0 20px;
    color: #333;
    font-size: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.productText p {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin: 0 auto 10px;
    padding: 0;
    color: #999;
    font-size: 14px;
}

.productText p.desc {
    height: 95px;
    overflow: hidden;
}

.productText p span {
    color: #333;
}

.productText p em {
    display: block;
    width: 1px;
    height: 10px;
    overflow: hidden;
    margin: 7px 15px 0 0;
    padding: 0;
    background-color: #c00;
    float: left;
    display: none;
}

.productText .product_btn {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #dfdfdf;
}

.product_btn a {
    display: inline-block;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin: 0 15px 0 0;
    padding: 0 30px;
    border-radius: 3px;
}

.product_btn a.probtn1 {
    background-color: #fc2a2a;
}

.product_btn a.probtn2 {
    background-color: #f90;
}

.product_btn a.probtn1:hover {
    background-color: #e91515;
}

.product_btn a.probtn2:hover {
    background-color: #ed8e00;
}

.productText .others {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    margin: 10px auto 0;
    padding: 0;
}

.pro_wrap {
    width: 100%;
    height: 390px;
    border: #ddd 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#preview {
    text-align: center;
    margin-left: -1px;
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.jqzoom {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.jqzoom img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle
}

.jqzoom .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.zoomdiv {
    width: 280px;
    height: 280px;
    left: 859px;
    z-index: 100;
    border: #e4e4e4 1px solid;
    position: absolute;
    text-align: center;
    width: 300px;
    display: none;
    height: 300px;
    overflow: hidden;
    top: 5px !important;
    left: 100% !important;
}

#spec {
    width: 320px;
    height: 70px;
    overflow: hidden;
}

#specList {
    margin-left: 5px
}

#specList UL LI {
    width: 70px;
    display: inline;
    float: left;
    margin-right: 4px
}

#specList UL LI IMG {
    border: #ccc 1px solid;
    padding: 2px;
    width: 60px;
    margin-bottom: 1px;
    height: 60px;
    cursor: pointer;
    margin-bottom: 10px;
}

.bigimg {
    WIDTH: 600px;
}

.jqZoomPup {
    z-index: 10;
    position: absolute;
    filter: alpha(opacity=50);
    width: 50px;
    /*background: #fede4f no-repeat 50% top;*/
    background: url(../../images/mask.png) repeat;
    height: 70px;
    visibility: hidden;
    top: 0px;
    cursor: move;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5
}

#specList {
    text-align: left;
    WIDTH: 400px;
    HEIGHT: 70px;
    OVERFLOW: hidden;
    TOP: 2px;
}

#specList UL {
    POSITION: absolute;
    WIDTH: 400px;
    clear: both;
}

.cpzx .ly_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.cpzx .ly_msg h3 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.cpzx .ly_msg ul {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    /* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}

.cpzx .ly_msg ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 12px;
    padding: 0;
}

.cpzx .ly_msg ul li h4 {
    width: 17%;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    margin: 0;
    padding: 0 20px 0 0;
    color: #333;
    font-size: 14px;
    text-align: right;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(/images/tb_img.png) top right no-repeat;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1 {
    height: 34px;
}

.cpzx .ly_msg ul li .msg_tara {
    height: 118px;
}

.cpzx .msg_ipt1 input,
.msg_tara textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .msg_ipt1 input {
    height: 34px;
    line-height: 16px;
}

.cpzx .msg_tara textarea {
    height: 118px;
    line-height: 20px;
    resize: none;
}

.cpzx .ly_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

.cpzx .msg_ipt2 input {
    display: block;
    width: 120px;
    height: 34px;
    overflow: hidden;
    line-height: 16px;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li a.yzm_img {
    display: block;
    width: 90px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(/images/tb_img.png) top right no-repeat;
    float: left;
}

.cpzx .ly_msg ul li .msg_btn {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.cpzx .msg_btn button {
    display: block;
    width: 100px;
    border:none;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 20px 15px 0 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}

.cpzx .ly_msg ul li .msg_ipt12 {
    width: 83%;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .msg_ipt12 input {
    height: 34px;
    line-height: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li h4 {
    width: 12%;
    height: 45px;
    font-size: 12px;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 88%;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 88% !important;
}

.cpzx .ly_msg ul li .msg_ipt1 {
    height: 47px;
}

.cpzx .msg_ipt1 input {
    height: 45px;
    line-height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt12 {
    width: 88% !important;
    height: 45px !important;
}

.cpzx .msg_ipt12 input {
    height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt1 select {
    height: 45px !important;
}

.cpzx input {
    border-radius: 2px;
    border: 1px solid #fff !important;
    background: #f1f1f1;
}

.cpzx textarea {
    border-radius: 2px;
    border: 1px solid #fff !important;
    background: #f1f1f1;
}

.cpzx select {
    border-radius: 2px;
    border: none !important;
    background: #f1f1f1;
    outline: none;
    text-indent: 10px;
}

.cpzx input:focus,
.cpzx textarea:focus {
    border: 1px solid #dedede !important;
}

.cpzx .ly_msg ul li a.yzm_img img {
    height: 100% !important;
}

.cpzx .msg_btn input {
    width: 150px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.cpzx .msg_btn input:first-child {
    background: #de1515;
    color: #fff;
}

.cpzx .msg_ipt2 input {
    height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt2 {
    height: 45px;
}

.submitbtn {
    display: block;
    width: 100px;
    border: none;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 20px 15px 0 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}

@media (max-width:767px) {
    .ly_msg ul li h4 {
        display: none;
    }

    .cpzx .ly_msg ul li div {
        width: 100% !important;
    }

    .cpzx .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara {
        width: 100% !important;
    }

    .cpzx .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }

    .ly_msg ul li div.msg_ipt2 {
        width: 30% !important;
    }

    .ly_msg ul li span {
        display: none;
    }

    .ly_msg {
        margin: 0 auto 0 !important;
    }

    .cpzx .msg_btn input {
        width: 49%;
        margin-right: 0;
    }

    .cpzx .msg_btn input:first-child {
        margin-right: 2%;
    }
}


@media (max-width:1110px) {
    .ny_tit2 {
        width: 100%;
    }

    .ly_case {
        width: 95%;
    }

    .ly_case ul {
        width: 100%;
    }

    .ly_case ul li {
        margin-right: 2%;
        width: 32%;
    }

    .ly_case ul li .case_img {
        width: 100%;
    }

    .ly_case ul li .case_img img {
        max-width: 95%;
        max-height: 95%;
    }

    .ly_case ul li .casetlt a {
        width: 100%;
    }

    .ly_case ul li p {
        width: 100%;
    }

    .product {
        width: 100%;
    }

    .ny_new1 {
        width: 77%;
    }

    .product .picslider {
        width: 50%;
    }

    .productText {
        width: 47%;
    }

    .news1 li .pic {
        width: 37%;
    }

    .news1 li .pic a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .news1 li .wz {
        width: 60%;
    }
}

@media (max-width:880px) {
    .group_block {
        width: 45% !important;
    }
    #news_sx {
        margin: 10px 10px 0 10px;
    }

    #news_sx .sx_left {
        float: none;
        width: 100%;
    }

    #news_sx .sx_right {
        float: left;
    }

    .ly_case ul li .case_img {
        height: 230px;
    }

    .zoomdiv {
        display: none !important;
    }

    .ny_new1 {
        width: 100%;
    }

    .productText h1 {
        font-size: 22px;
    }

    .productText {
        height: auto;
    }

    .news1 li .pic {
        width: 30%;
    }

    .news1 li .wz {
        width: 67%;
    }
}

@media (max-width:767px) {
    .ly_msg ul li h4 {
        display: none;
    }

    .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara {
        width: 100% !important;
    }

    .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }

    .ly_msg ul li .msg_btn {
        width: 100% !important;
        padding-right: 20px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .msg_btn input {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }

    .ly_msg ul {
        margin: 20px auto 0 !important;
    }

    .ly_case ul li {
        width: 49%;
        margin-bottom: 20px;
    }

    .ly_case ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .ly_case ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ly_case ul li .case_img {
        height: 160px;
    }

    .ly_case ul li p {
        height: 40px;
        line-height: 20px;
        font-size: 12px;
    }

    .product .picslider {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .productText {
        width: 100%;
    }

    .product {
        margin: 0 auto;
    }

    .productText h1 {
        margin: 0 auto 20px;
    }

    .pr_nt ul li {
        width: 100%;
        margin: 5px 0;
    }

    .pr_nt {
        height: auto;
        margin: 0px auto;
    }

    .pr_nt ul li.fr {
        text-align: left;
    }

    .pro_wrap {
        height: 320px;
    }

    .news1 li {
        height: auto;
        padding: 0 0 20px;
    }

    .news1 li .pic {
        width: 100%;
        float: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .news1 li .wz {
        width: 100%;
        float: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}


/*分页*/
.ly_page {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ly_page table {
    margin: 0 auto;
}

.ly_page a {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
}

.ly_page a:hover {
    background: #213568;
    color: #ffffff;
}

.ly_page a.pnnum1 {
    background: #213568;
    color: #ffffff;
}

.ly_page input {
    display: inline-block;
    padding: 0 5px;
    background: #213568;
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.ly_page .p_input {
    display: inline-block;
    padding: 0 5px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    cursor: default;
}

@media (max-width:1199px) {}

@media (max-width:992px) {
    
    .ly_page td span {
        display: none;
    }

    .ly_page td #firstpage {
        display: none;
    }

    .ly_page td #endpage {
        display: none;
    }

    .ly_page a {
        margin-right: 5px;
    }

    .ly_page {
        font-size: 0;
        color: #fff;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .ly_pageinput {
        display: none !important;
    }

    .ly_page a {
        font-size: 12px;
    }
}

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: Microsoft YaHei, "微软雅黑";
}

span,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
input {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

.qq_style01 {
    width: 128px;
    position: absolute;
    top: 150px;
    right: 20px;
    z-index: 999;
}

.qq_style01 .qq_style_l {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    background: #1c5cb3 url(../images/qq_close.png) center center no-repeat;
    cursor: pointer;
    border-radius: 50%;
}

.qq_style01 .qq_style_l:hover {
    background: #ff1800 url(../images/qq_close.png) center center no-repeat;
}

.qq_style01 .qq_style_r {
    width: 128px;
    background: #1c5cb3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.qq_style01 .qq_style_r .qq_r_up {
    background: #ffffff;
    border-radius: 2px;
    width: 100px;
    margin: 0 auto 5px;
    padding: 10px 10px;
}

.qq_style01 .qq_style_r .qq_r_up .qq_r_tlt {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #3782e7;
    background: url(../images/qq_icon1.png) left center no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #a3caff;
}

.qq_style01 .qq_style_r .qq_r_up .qq_list {
    padding-top: 5px;
}

.qq_style01 .qq_style_r .qq_r_up .qq_list li {
    padding: 2px 0 5px;
}

.qq_style01 .qq_style_r .qq_r_up .qq_list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    background: url(../images/qq.gif) left center no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #e6e5e4;
    overflow: hidden;
}

.qq_style01 .qq_style_r .qq_r_down {
    background: #ffffff;
    border-radius: 4px;
    width: 100px;
    margin: 0 auto 5px;
    padding: 10px 10px;
}

.qq_style01 .qq_style_r .qq_r_down .tel_r_tlt {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #3782e7;
    background: url(../images/qq_icon2.png) left center no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #a3caff;
}

.qq_style01 .qq_style_r .qq_r_down .tel_list li {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    border-bottom: 1px solid #e6e5e4;
    overflow: hidden;
}

.qq_style01 .qq_style_r .qq_code {
    background: #ffffff;
    border-radius: 4px;
    width: 100px;
    margin: 0 auto;
    padding: 10px 10px;
}

.qq_style01 .qq_style_r .qq_code img {
    display: block;
    width: 91px;
    height: 91px;
    margin: 0 auto;
}

.qq_style01 .qq_style_r .qq_code p {
    font-size: 12px;
    text-align: center;
    color: #555555;
    padding-top: 5px;
}




@media (max-width:767px) {
    .qq_style01 {
        display: none;
    }

    #elevator_item,
    #elevator_item2,
    #KFRightScreen {
        display: none !important;
    }
}

/*详情页内容超出设置*/

@media (min-width:1199px) {
    #c_detail_wrap #new-div .zoom-caret {
        display: none !important;
    }
}

#c_detail_wrap p {
    font-size: initial;
}

#c_detail_wrap img,
#c_detail_wrap p,
#c_detail_wrap span,
#c_detail_wrap div,
#c_detail_wrap video,
#c_detail_wrap embed {
    /*width:auto !important;height:auto !important;*/
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    word-break: normal;
}


#c_detail_wrap #new-div {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative;
}

#c_detail_wrap #new-div .zoom-caret {
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 50px;
    color: #a7a5a5;
    z-index: 2;
    padding: 0;
    margin: 0;
    opacity: .3;
}

#c_detail_wrap #new-div table {
    transform-origin: left top;
    border-collapse: collapse;
    max-width: none !important;
    width: auto;
}

#c_detail_wrap #new-div table td {
    padding: 3px;
    border: 1px solid #ccc;
}

#c_detail_wrap #new-div.on {
    overflow: scroll;
    width: 100%;
}

#c_detail_wrap #new-div.on .zoom-caret {
    display: none;
}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {
    height: 2px;
}

/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}

/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
}

#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
    background-color: #3c3c3c;
}



/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}


#loginmodal {
    width: 800px;
    padding: 30px;
    background: #f3f6fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#loginform {
    /* no default styles */
}

#loginform label {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    color: #7c8291;
    margin-bottom: 3px;
}


.txtfield {
    display: block;
    width: 100%;
    padding: 6px 5px;
    margin-bottom: 15px;
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    color: #7988a3;
    font-size: 1.4em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f9), to(#fff));
    background-image: -webkit-linear-gradient(top, #edf3f9, #fff);
    background-image: -moz-linear-gradient(top, #edf3f9, #fff);
    background-image: -ms-linear-gradient(top, #edf3f9, #fff);
    background-image: -o-linear-gradient(top, #edf3f9, #fff);
    background-image: linear-gradient(top, #edf3f9, #fff);
    border: 1px solid;
    border-color: #abbce8 #c3cae0 #b9c8ef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.txtfield:focus {
    outline: none;
    color: #525864;
    border-color: #84c0ee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
}

.ser_tit1 a {
    display: block;
    width: 7px;
    height: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0 6px 8px;
    background: url(../images/qq02_close_tb1.png) 4px 4px no-repeat;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 9;
}

.ser_tit1 a:hover {
    background: #fff url(../images/qq02_close_tb2.png) 4px 4px no-repeat;
    border-radius: 10px;
}

@media (max-width:1199px) {
    .flatbtn {
        display: none;
    }
}

@media (max-width:767px) {
    .flatbtn {
        display: none;
    }
}


.qq_style02 {
    display: none
}



@media (max-width:767px) {
    #c_detail_wrap img {
        width: 100% !important;
        height: auto !important;
    }
}


/*苹果手机按钮去样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}


/**手机端漂浮电话**/
@media screen and (min-width:768px) {
    .pf_tel {
        display: none;
    }

    .tel-bullet {
        display: none;
    }
}

@media (max-width: 767px) {
    .pf_tel {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 0.8rem;
        bottom: 20%;
        z-index: 100;
    }

    .pf_tel a {
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0.2rem;
        border-radius: 50%;
        background-color: #ff7200;
        box-shadow: 0 0 0.16rem rgba(255, 114, 0, 0.4);
    }

    .pf_tel a img {
        display: block !important;
        width: 0.8rem !important;
        height: 0.8rem !important;
        margin: 0 auto;
        padding: 0;
    }

    .ly_show .show_list22 {
        width: 100%;
    }

    .foot-top .normal {
        display: none;
    }

    .content .i-advantage {
        display: none;
    }

    .tel-bullet {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 999;
        display: none;
    }

    .tel-bullet .tel-bullet-main {
        width: 80%;
        background: #fff;
        border-radius: 5px;
        padding: 3%;
        box-sizing: border-box;
        /* margin-left: 10%; */
        position: absolute;
        top: 20%;
        left: 10%;
    }

    .tel-bullet .tel-bullet-main b {
        font-size: 18px;
        display: block;
        text-align: center;
        color: #333;
        margin-top: 10px;
    }

    .tel-bullet .tel-bullet-main p {
        text-align: center;
        font-size: 13px;
        color: #999;
        margin: 10px 0;
    }

    .tel-bullet .tel-bullet-main ul li {
        /* height: 45px; */
        line-height: 45px;
        overflow: hidden;
        position: relative;
        font-size: 14px;
        padding-left: 10px;
    }

    .tel-bullet .tel-bullet-main ul li a {
        color: #666;
    }

    .tel-bullet .tel-bullet-main ul li .right-ico {
        font-weight: normal;
        width: 1.68533rem;
        height: 1.68533rem;
        position: absolute;
        text-align: center;
        right: 0;
        top: 0;
    }

    .tel-bullet .tel-bullet-main .close {
        position: absolute;
        right: 15px;
        top: 10px;
    }
}


#c_detail_wrap li {
    list-style: disc;
    margin-left: 20px;
}

@media (max-width:767px) {
    #youku-playerBox {
        width: 350px !important;
    }

    .inside_rnewscon iframe {
        width: 350px !important;
    }

}

.welfare-box .sction-title {
    margin-bottom: 32px;
}
.section-box .sction-title {
    color: #010101;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.welfare-box .welfare-content {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.welfare-box .welfare-item {
    background: #f2f4f8;
    float: left;
    /* height: 275px; */
    /* margin: 0 30px 30px 0; */
    margin-bottom: 20px;
    width: 32%;
}
.welfare-box .welfare-item img {
    width: 100%;
}

.welfare-box .welfare-img {
    height: 150px;
    width: 315px;
}
.welfare-box .welfare-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 17px 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.welfare-box .welfare-desc {
    /* -webkit-line-clamp: 3; */
    /* line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    color: #000;
    /* display: -webkit-box; */
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 30px 0;
    /* max-height: 72px; */
    /* overflow: hidden; */
    white-space: pre-line;
    margin-bottom: 20px;
}
.talent-box {
    background: #f2f4f8;
    padding: 20px;
    margin-bottom: 30px;
}
.talent-box .welfare-item {
    background: white;
    width: 48%;
}
.talent-box .welfare-img {
    height: 260px;
}
.yd-box .welfare-img {
    height: 260px;
}

.bg-box {
    background: #f2f4f8;
    padding: 20px;
    margin-bottom: 30px;
}
.bg-box .welfare-img {
    height: 220px;
}