﻿/* 首页 banner */

.sy_banner {
    position: relative;
}

.sy_banner {
    overflow: hidden;
}

.sy_banner .item {
    width: 100%;
}

.sy_banner .item img {
    width: 100%;
}

.sy_banner .slick-dots {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 24px;
    margin-left: -50px;
}

.sy_banner .slick-dots li {
    float: left;
}

.sy_banner .slick-dots button {
    outline: none;
    border: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    opacity: 0.6;
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sy_banner .slick-dots .slick-active button {
    background: #4D80B5;
}

.sy_banner .slick-dots button:hover {
    background: #4D80B5;
}

.sy_banner .slick-prev {
    width: 80px;
    height: 80px;
    line-height: 999px;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 2%;
    background: url(../images/sy_ban_rr.png);
    outline: none;
    cursor: pointer;
    opacity: 0.8;
    background-size: 100%;
}

.sy_banner .slick-next {
    width: 80px;
    height: 80px;
    line-height: 999px;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 2%;
    background: url(../images/sy_ban_ll.png);
    outline: none;
    cursor: pointer;
    opacity: 0.8;
    background-size: 100%;
}

.sy_banner .slick-prev:hover,
.sy_banner .slick-next:hover {
    opacity: 1;
}


/* 首页 公司简介 */

.sy_page2 {
    background: url(../images/sy_bg2.jpg);
    padding: 100px 0;
    background-size: cover;
    ;
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sy_bg2.jpg', sizingMethod='scale');
}

.sy_tit {
    text-align: center;
}

.sy_tit h3 {
    font-size: 30px;
    color: #0b5b99;
    font-weight: normal;
}

.sy_tit img {
    margin-top: 18px;
    max-width: 100%;
}

.sy_page2 .page2_date {
    overflow: hidden;
    margin-top: 65px;
}

.sy_page2 .page2_date .page2_l {
    width: 48%;
    float: left;
}

.sy_page2 .page2_date .page2_l .pic {
    position: relative;
    cursor: pointer;
}

.sy_page2 .page2_date .page2_l .pic .pc_page2_void {
    display: none;
}

.sy_page2 .page2_date .page2_l .pic:hover {}

.sy_page2 .page2_date .page2_l .pic img {
    max-width: 100%;
}

.sy_page2 .page2_date .page2_l .pic .look {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.sy_page2 .page2_date .page2_l .pic:hover .look {
    opacity: 1;
}

.sy_page2 .page2_date .page2_r {
    width: 48%;
    float: right;
}

.sy_page2 .page2_date .page2_r p {
    font-size: 16px;
    color: #666;
    line-height: 33px;
}

.sy_page2 .page2_date .page2_r a {
    padding: 0 24px;
    border-radius: 15px;
    background-color: #4D80B5;
    color: #fff;
    float: right;
    margin-top: 8px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.sy_page2 .page2_date .page2_r a:hover {
    opacity: 0.6;
}


/*首页视频*/

#void_pop {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

#void_pop .zou_void {
    width: 800px;
    height: 550px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -225px;
    background-color: #fff;
    margin-left: -400px;
}

#void_pop .zou_void .close {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: -40px;
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
}

#void_pop .zou_void .close a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/coles2.png);
}

#void_pop .zou_void .close a:hover {
    background: url(../images/coles1.png);
    background-size: 20px 20px;
}


/* 首页 产品中心 */

.sy_page3 {
    background: #fafafb;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sy_bg3.jpg', sizingMethod='scale');
}

.sy_page5 .sy_tit h3 {
    color: #fff;
}

.sy_page3 .page3_slick {
    margin-top: 65px;
    position: relative;
    margin-left: -30px;
}

.sy_page3 .page3_slick .slick-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 0.8;
    background: url(../images/sy3_zz.png);
    border: none;
    overflow: hidden;
    line-height: 9999px;
    outline: none;
    cursor: pointer;
    background-size: 100%;
}

.sy_page3 .page3_slick .slick-prev:hover {
    opacity: 1;
}

.sy_page3 .page3_slick .slick-next {
    position: absolute;
    top: 50%;
    right: -55px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 0.8;
    background: url(../images/sy3_yy.png);
    border: none;
    overflow: hidden;
    line-height: 9999px;
    outline: none;
    cursor: pointer;
    background-size: 100%;
}

.sy_page3 .page3_slick .slick-next:hover {
    opacity: 1;
}

.sy_page3 .page3_slick .switch {}

.sy_page3 .page3_slick .switch .list {
    margin-left: 30px;
    position: relative;
}

.sy_page3 .page3_slick .switch .list>a img {
    width: 100%;
}

.sy_page3 .page3_slick .switch img {
    max-width: 100%;
}

.sy_page3 .page3_slick .switch .text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    height: 30px;
    bottom: 0px;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.sy_page3 .page3_slick .switch .text p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
    width: 100%;
    text-align: center;
}

.sy_page3 .page3_slick .switch .text2 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    height: 70%;
    top: 8.5%;
    width: 100%;
    padding: 5% 0;
}

.sy_page3 .page3_slick .switch .text2 {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.sy_page3 .page3_slick .switch .text2 .p2 {
    line-height: 20px;
    margin-top: 5px;
    width: 90%;
    margin-left: 5%;
}

.sy_page3 .page3_slick .switch .text2 a {
    display: inline-block;
    text-align: center;
    padding: 4px 26px;
    margin-top: 12px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.sy_page3 .page3_slick .switch .text2 a:hover {
    background-color: #4D80B5;
    border: 1px solid #4D80B5;
}

.sy_page3 .page3_slick .switch .text2 a img {
    max-width: 100%;
}

.sy_page3 .page3_slick .switch .list:hover .text {
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.sy_page3 .page3_slick .switch .list:hover .text2 {
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.sy_page3 .page3_slick .slick-dots {
    overflow: hidden;
    text-align: center;
    margin-left: 25px;
    margin-top: 25px;
}

.sy_page3 .page3_slick .slick-dots li {
    height: 14px;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
}

.sy_page3 .page3_slick .slick-dots li button {
    padding: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    line-height: 999px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #999;
    cursor: pointer;
    opacity: 0.6;
}

.sy_page3 .page3_slick .slick-dots li.slick-active button {
    background-color: #4D80B5;
    opacity: 0.8;
}


/* 首页 新闻中心 */

.sy_page4 {
    background: #fff;
    padding: 100px 0;
}

.sy_news {}

.sy_news .sy_news_tit {
    text-align: center;
    margin-left: -50px;
    margin-top: 50px;
}

.sy_news .sy_news_tit a {
    font-size: 14px;
    color: #333;
    margin-left: 50px;
    padding-bottom: 3px;
}

.sy_news .sy_news_tit a.on {
    border-bottom: 2px solid #4D80B5;
}

.sy_news .sy_news_list {
    margin-top: 50px;
}

.sy_news .sy_news_list .sy_news_ban {
    position: relative;
}

.sy_news .sy_news_list .switch {
    width: 33.333%;
    float: left;
}

.sy_news .sy_news_list .switch .sy_news_box {
    padding: 15px 10px;
}

.sy_news .sy_news_list .switch .list_deta {
    margin-left: 0px;
    box-shadow: 0px 0px 12px #fff;
    padding: 20px;
    border-bottom: 2px solid #fff;
}

.sy_news .sy_news_list .switch .list_deta .pic {
    border-radius: 5px;
}

.sy_news .sy_news_list .switch .list_deta .pic img {
    width: 100%;
}

.sy_news .sy_news_list .switch .list_deta .text {
    margin-top: 5px;
    overflow: hidden;
}

.sy_news .sy_news_list .switch .list_deta .text h5 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sy_news .sy_news_list .switch .list_deta .text p {
    font-size: 14px;
    color: #8f8f8f;
    margin-top: 6px;
    height: 40px;
    overflow: hidden;
}

.sy_news .sy_news_list .switch .list_deta:hover {
    box-shadow: 0px 0px 12px #ddd;
    border-bottom: 2px solid #4D80B5;
    padding: 15px;
}

.sy_news .sy_news_list .switch .list_deta .text .time {
    margin-top: 15px;
    width: 50%;
    float: left;
}

.sy_news .sy_news_list .switch .list_deta .text .time p {
    font-size: 24px;
    color: #b2b2b2;
}

.sy_news .sy_news_list .switch .list_deta .text .time span {
    font-size: 12px;
    color: #b2b2b2;
    display: block;
    margin-top: -10px;
}

.sy_news .sy_news_list .switch .list_deta .text .more {
    width: 50%;
    float: left;
    margin-top: 15px;
    text-align: right;
}

.sy_news .sy_news_list .switch .list_deta .text .more em {
    display: inline-block;
    width: 65px;
    height: 22px;
    background: url(../images/more1.png);
    margin-top: 15px;
}

.sy_news .sy_news_list .switch .list_deta:hover .text .more em {
    background: url(../images/more2.png);
}

.sy_news .sy_news_list .sy_news_ban .slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/sy3_zz.png);
    border: none;
    overflow: hidden;
    line-height: 9999px;
    outline: none;
    cursor: pointer;
    opacity: 0.8;
    background-size: 100%;
}

.sy_news .sy_news_list .sy_news_ban .slick-prev:hover {
    opacity: 1;
}

.sy_news .sy_news_list .sy_news_ban .slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/sy3_yy.png);
    border: none;
    overflow: hidden;
    line-height: 9999px;
    outline: none;
    cursor: pointer;
    opacity: 0.8;
    background-size: 100%;
}

.sy_news .sy_news_list .sy_news_ban .slick-next:hover {
    opacity: 1;
}

.sy_news .sy_news_list .sy_news_ban .slick-dots {
    overflow: hidden;
    text-align: center;
}

.sy_news .sy_news_list .sy_news_ban .slick-dots li {
    height: 14px;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
}

.sy_news .sy_news_list .sy_news_ban .slick-dots li button {
    padding: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    line-height: 999px;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

.sy_news .sy_news_list .sy_news_ban .slick-dots li.slick-active button {
    background-color: #b3b3b3;
}


/* 首页——新品推荐 */

.sy_page5 {
    background: url(../images/sy_bg3.jpg);
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sy_bg3.jpg', sizingMethod='scale');
}

.sy_page5 .new_prod {
    margin-top: 50px;
}

.sy_page5 .new_prod ul {
    overflow: hidden;
    margin-left: -48px;
}

.sy_page5 .new_prod ul li {
    float: left;
    width: 33.33333%;
}

.sy_page5 .new_prod ul li .prod_li {
    margin-left: 48px;
}

.sy_page5 .new_prod ul li .pic {
    overflow: hidden;
    width: 100%;
}

.sy_page5 .new_prod ul li .pic img {
    width: 100%;
    vertical-align: middle;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.sy_page5 .new_prod ul li .pic img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sy_page5 .new_prod ul li .text {
    height: 43px;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0.4);
}

.sy_page5 .new_prod ul li .text p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.sy_page9 {
    background: url(../images/sy_bg3.jpg);
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sy_bg3.jpg', sizingMethod='scale');
}

.sy_page9 .new_prod {
    margin-top: 50px;
}

.sy_page9 .new_prod ul {
    overflow: hidden;
    margin-left: -48px;
}

.sy_page9 .new_prod ul li {
    float: left;
    width: 25%;
}

.sy_page9 .new_prod ul li .prod_li {
    margin-left: 48px;
}

.sy_page9 .new_prod ul li .pic {
    overflow: hidden;
    width: 100%;
}

.sy_page9 .new_prod ul li .pic img {
    width: 100%;
    vertical-align: middle;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.sy_page9 .new_prod ul li .pic img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sy_page9 .new_prod ul li .text {
    height: 43px;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0.4);
}

.sy_page9 .new_prod ul li .text p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}


/* 首页——友情连接 */

.sy_page6 {
    background: url(../images/sy_bg6.jpg);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sy_bg6.jpg', sizingMethod='scale');
}

.sy_page6 .sy_tit h3 {
    color: #fff;
}

.sy_friend {
    margin-top: 80px;
    margin-left: -20px;
    position: relative;
}

.sy_friend .switch {}

.sy_friend .switch .friend_deta {
    margin-left: 20px;
}

.sy_friend .switch .friend_deta img {
    width: 100%;
}

.sy_friend .slick-prev,
.sy_friend .slick-next {
    width: 22px;
    height: 36px;
    line-height: 999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    opacity: 0.8;
    background-size: 100%;
}

.sy_friend .slick-prev:hover,
.sy_friend .slick-next:hover {
    opacity: 1;
}

.sy_friend .slick-prev {
    background: url(../images/fri_ll.png);
    left: -15px;
}

.sy_friend .slick-next {
    background: url(../images/fri_rr.png);
    right: -35px;
}

.sy_friend .slick-dots {
    overflow: hidden;
    text-align: center;
    margin-left: 25px;
    margin-top: 25px;
}

.sy_friend .slick-dots li {
    height: 14px;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
}

.sy_friend .slick-dots li button {
    padding: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    line-height: 999px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    opacity: 0.8;
    background-size: 100%;
}

.sy_friend .slick-dots li.slick-active button {
    background-color: #4D80B5;
    opacity: 0.8;
}


/* 内页  banner */

.n_banner {
    overflow: hidden;
}

.n_banner img {
    max-width: 100%;
}

.news_ban {
    background: url(../images/news_ban_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/news_ban_bg.png', sizingMethod='scale');
}

.product_ban {
    background: url(../images/news_ban_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/news_ban_bg.png', sizingMethod='scale');
}

.shengc_ban {
    background: url(../images/sc_ban_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sc_ban_bg.png', sizingMethod='scale');
}

.lianxi_ban {
    background: url(../images/lx_ban_bj.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/lx_ban_bj.png', sizingMethod='scale');
}


/* 二级导航 */

.er_nav {
    text-align: center;
    background-color: #fff;
}

.er_nav a {
    display: inline-block;
    height: 67px;
    line-height: 67px;
    padding: 0 41px;
    font-size: 16px;
    color: #666;
    margin-left: -5px;
}

.er_nav a:hover,
.er_nav a.on {
    color: #fff;
    background-color: #4D80B5;
}

.h_hui {
    height: 10px;
    background-color: #f5f5f5;
    clear: both;
}


/* 走进我们 */

.about_us {
    padding-top: 60px;
}

.about_us .tit {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.about_us .tit h4 {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.about_us .tit p {
    margin-top: 8px;
    font-size: 12px;
    color: #5c5c5c;
}

.about_us .text {}

.about_us .text p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}

.about_us .pic {
    margin: 30px 0;
    text-align: center;
    margin-left: -64px;
}

.about_us .pic img {
    margin-left: 64px;
}

.about_us .back_butt {
    margin-top: 60px;
}

.about_us .back_butt a {
    width: 180px;
}

.h80 {
    height: 80px;
    clear: both;
}

.about_union {
    margin-top: 20px;
}

.about_union ul {
    overflow: hidden;
    margin-left: -30px;
}

.about_union ul li {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.about_union ul li .union_li {
    background-color: #fff;
    text-align: center;
    margin-left: 30px;
}

.about_union ul li .union_li .pic {
    height: 212px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.about_union ul li .union_li .pic img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_union ul li .union_li .text {
    height: 45px;
    padding: 0px 10px;
}

.about_union ul li .union_li .text p {
    line-height: 45px;
}

#page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

#page a {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    font-size: 13px;
    color: #333;
    margin-left: 10px;
    padding: 0 13px;
}

#page a.w65 {
    width: 65px;
}

#page a:hover,
#page a.page-num-current {
    background-color: #4D80B5;
    border: 1px solid #4D80B5;
    color: #fff;
}

.brand_change {
    margin-top: 40px;
}

.brand_change a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 14px;
    color: #666;
    border-radius: 15px;
}

.brand_change a:hover,
.brand_change .on a {
    background-color: #4D80B5;
    color: #fff;
}

.brand_deta {
    margin-top: 70px;
}

.brand_deta .tit {
    text-align: center;
    margin-bottom: 20px;
}

.brand_deta .tit h4 {
    font-size: 18px;
    color: #333;
}

.brand_deta .text {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.brand_deta .pic {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
    margin-left: -50px;
}

.brand_deta .pic img {
    max-width: 100%;
    margin-left: 50px;
    margin-bottom: 12px;
}

.about_void {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 30px;
}

.about_void ul {
    overflow: hidden;
    margin-left: -45px;
}

.about_void ul li {
    width: 33.33333%;
    float: left;
    margin-bottom: 30px;
}

.about_void ul li .void_list {
    margin-left: 45px;
    background: #fff;
}

.about_void ul li .void_list .pic {
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.about_void ul li .void_list .pic img {
    max-width: 100%;
}

.about_void ul li .void_list .pic .look {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -51px;
    display: none;
}

.about_void ul li .void_list .pic p {
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.about_void ul li .void_list .text {
    height: 40px;
    padding: 0 10px;
}

.about_void ul li .void_list .text p {
    line-height: 40px;
    font-size: 12px;
    color: #666;
}

.about_void ul li .void_list .text .time {
    width: 50%;
    float: left;
}

.about_void ul li .void_list .text .look_num {
    text-align: right;
}

.about_void ul li .void_list .text .look_num img {
    vertical-align: middle;
}

.about_void ul li .void_list .text .look_num p {
    display: inline-block;
}

.about_void ul li .void_list:hover .pic .look {
    display: inline-block;
}

.void_deta {}

.void_deta .tit {}

.void_deta .tit h4 {
    text-align: center;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.void_deta .tit p {
    text-align: center;
    margin: 8px 0;
    font-size: 12px;
    color: #888;
}

.void_deta .tit p span {
    margin-right: 12px;
}

.void_deta .tit p span img {
    vertical-align: middle;
}

.void_deta .text {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    height: 585px;
    margin-top: 30px;
}

.void_deta .back_butt {
    margin: 50px 0;
}

.back_butt {
    text-align: center;
}

.back_butt a {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    background-color: #4D80B5;
    display: inline-block;
    font-size: 14px;
}

.back_butt a:hover {
    opacity: 0.5;
}

.about_structure {
    max-width: 1090px;
    margin: 0 auto;
    margin-top: 60px;
}

.about_structure .structure_slick {
    margin-left: -20px;
    position: relative;
}

.about_structure .switch {
    width: 25%;
}

.about_structure .switch img {
    width: 100%;
}

.about_structure .switch .structure_pic {
    margin-left: 20px;
    position: relative;
}

.about_structure .switch .structure_pic em {
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about_structure .slick-prev,
.about_structure .slick-next {
    width: 40px;
    height: 76px;
    line-height: 999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -38px;
    outline: none;
    border: none;
}

.about_structure .slick-prev {
    background: url(../images/about_ll.png);
    left: -30px;
}

.about_structure .slick-next {
    background: url(../images/about_rr.png);
    right: -50px;
}

.about_structure .slick-dots {
    overflow: hidden;
    text-align: center;
    margin-left: 25px;
    margin-top: 25px;
}

.about_structure .slick-dots li {
    height: 14px;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
}

.about_structure .slick-dots li button {
    padding: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    line-height: 999px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    opacity: 0.6;
}

.about_structure .slick-dots li.slick-active button {
    background-color: #4D80B5;
    opacity: 0.8;
}

.about_structure .slick-dots {
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

.about_structure .slick-dots li {
    height: 14px;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
}

.about_structure .slick-dots li button {
    padding: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    line-height: 999px;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

.about_structure .slick-dots li.slick-active button {
    background-color: #b3b3b3;
}

.structure_img {
    text-align: center;
    margin-top: 70px;
}

.structure_img img {
    max-width: 100%;
}


/* 新闻中心 */

.news_list {
    padding: 40px 0px;
}

.news_list li {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
}

.news_list li a {
    display: block;
    overflow: hidden;
}

.news_list .pic {
    width: 18.5%;
    float: left;
}

.news_list .pic img {
    max-width: 100%;
    border-radius: 5px;
}

.news_list .text {
    width: 80%;
    float: right;
    padding-top: 5px;
}

.news_list .text h5 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list .text p {
    font-size: 14px;
    color: #8f8f8f;
    margin-top: 8px;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .more {
    margin-top: 15px;
}

.news_list .more .time {
    font-size: 14px;
    color: #b2b2b2;
}

.news_list .more em {
    display: inline-block;
    width: 65px;
    height: 22px;
    background: url(../images/more1.png);
    margin-top: 15px;
    float: right;
}

.news_list li:hover .more em {
    background: url(../images/more2.png);
}

.news_list li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.news_list li:last-child {
    margin-bottom: 0;
}

.worker_list {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}

.worker_list ul {
    margin-left: -40px;
    padding: 10px;
}

.worker_list li {
    width: 33.3333%;
    float: left;
}

.worker_list li .worker_li {
    margin-left: 40px;
    margin-bottom: 40px;
}

.worker_list li .worker_li a {
    display: block;
    padding: 10px;
}

.worker_list li .worker_li .pic {
    position: relative;
    padding: 0;
}

.worker_list li .worker_li .pic img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.worker_list li .worker_li .pic em {
    position: absolute;
    height: 35px;
    line-height: 35px;
    display: block;
    left: 0px;
    bottom: 0px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    color: #fff;
    padding: 0px 5%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.worker_list li .worker_li .time {
    background-color: #fff;
    margin-top: -5px;
}

.worker_list li .worker_li .time span {
    line-height: 50px;
    padding: 0 5%;
    font-size: 16px;
    color: #666;
}

.worker_list li .worker_li .time em {
    display: inline-block;
    width: 65px;
    height: 22px;
    background: url(../images/more1.png);
    float: right;
    margin-right: 5%;
    margin-top: 13px;
}

.worker_list li .worker_li:hover a:hover {
    background: #fff;
}

.worker_list li .worker_li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.worker_list li .worker_li:hover .time em {
    background: url(../images/more2.png);
}

.worker_deta {
    padding-top: 60px;
}

.worker_deta .tit {}

.worker_deta .tit p {
    text-align: center;
    font-size: 18px;
    color: #666;
}

.worker_deta .tit span {
    font-size: 14px;
    color: #b2b2b2;
    display: block;
    text-align: center;
}

.worker_deta_slick {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 80px;
}

.worker_deta_slick img {
    max-width: 100%;
}

.worker_deta_slick .deta_slick {
    position: relative;
}

.worker_deta_slick .deta_slick .slick-prev,
.worker_deta_slick .deta_slick .slick-next {
    position: absolute;
    width: 40px;
    height: 76px;
    line-height: 999px;
    overflow: hidden;
    top: 50%;
    margin-top: -38px;
    outline: none;
    border: none;
    cursor: pointer;
}

.worker_deta_slick .deta_slick .slick-prev:hover,
.worker_deta_slick .deta_slick .slick-next:hover {
    opacity: 0.6;
}

.worker_deta_slick .deta_slick .slick-prev {
    background: url(../images/about_ll.png);
    left: -50px;
}

.worker_deta_slick .deta_slick .slick-next {
    background: url(../images/about_rr.png);
    right: -37px;
}

.worker_deta_slick .deta_slick .slick-dots {
    overflow: hidden;
    text-align: center;
    margin-top: 25px;
    margin-left: -18px;
}

.worker_deta_slick .deta_slick .slick-dots li {
    height: 14px;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
}

.worker_deta_slick .deta_slick .slick-dots li button {
    padding: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    line-height: 999px;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

.worker_deta_slick .deta_slick .slick-dots li.slick-active button {
    background-color: #b3b3b3;
}

.worker_deta .butt {
    margin-bottom: 100px;
}

.worker_deta .butt a {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #ebebeb;
    font-size: 14px;
    color: #666;
}

.worker_deta .butt a:hover {
    opacity: 0.8;
}


/* 产品展示 */

.cloth_deta {}

.cloth_deta ul {
    overflow: hidden;
    margin-left: -15px;
    margin-top: 25px;
    padding-right: 10px;
}

.cloth_deta ul li {
    width: 25%;
    float: left;
    margin-bottom: 8px;
    margin-top: 8px;
}

.cloth_deta ul li .cloth_box {
    margin-left: 15px;
}

.cloth_deta ul li .cloth_box .cloth_li {
    background-color: #fff;
    padding: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
}

.cloth_deta ul li .cloth_box .cloth_li .pic {
    height: 223px;
    overflow: hidden;
}

.cloth_deta ul li .cloth_box .cloth_li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.cloth_deta ul li .cloth_box .cloth_li img {
    width: 100%;
}

.cloth_deta ul li .cloth_box .cloth_li .text {
    margin-top: 3px;
    padding: 0 4%;
    padding-bottom: 5px;
}

.cloth_deta ul li .cloth_box .cloth_li .text h4 {
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cloth_deta ul li .cloth_box .cloth_li .text p {
    font-size: 14px;
    color: #666;
    margin-top: 3px;
    height: 42px;
    overflow: hidden;
}

.cloth_deta ul li .cloth_box .cloth_li .text em {
    display: inline-block;
    width: 65px;
    height: 22px;
    background: url(../images/more1.png);
    float: right;
    margin-top: -20px;
    overflow: hidden;
}

.cloth_deta ul li .cloth_box:hover .cloth_li .text em {
    background: url(../images/more2.png);
}

.cloth_deta #page {
    margin-top: 80px;
    margin-bottom: 60px;
}

.product_cloth_pro {
    overflow: hidden;
    padding-top: 40px;
}

.product_cloth_pro .cloth_pro_l {
    width: 50%;
    float: left;
}

.product_cloth_pro .cloth_pro_l .mod_detail_preview {
    width: 550px;
}

.product_cloth_pro .cloth_pro_l .mm_product_slick {
    width: 100%;
    display: none;
}

.product_cloth_pro .cloth_pro_l .mm_product_slick img {
    max-width: 100%;
}

.product_cloth_pro .cloth_pro_l .mm_product_slick .slick-dots {
    overflow: hidden;
    text-align: center;
    margin-left: 0px;
    margin-top: 15px;
}

.product_cloth_pro .cloth_pro_l .mm_product_slick .slick-dots li {
    height: 14px;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
}

.product_cloth_pro .cloth_pro_l .mm_product_slick .slick-dots li button {
    padding: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    line-height: 999px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #666;
    cursor: pointer;
    opacity: 0.6;
}

.product_cloth_pro .cloth_pro_l .mm_product_slick .slick-dots li.slick-active button {
    background-color: #4D80B5;
    opacity: 0.8;
}

.product_cloth_pro .cloth_pro_r {
    width: 50%;
    float: right;
}

.product_cloth_pro .cloth_pro_r h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.product_cloth_pro .cloth_pro_r h5 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.product_cloth_pro .cloth_pro_r p {
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    margin-top: 3px;
}

.product_cloth_pro .back_butt {
    margin-top: 40px;
}

.product_cloth_pro .back_butt a {
    width: 180px;
}


/* 基地 */

.base_factory {}

.base_factory .tit {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.base_factory .tit h4 {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.base_factory .text {
    margin-top: 20px;
}

.base_factory .text p {
    margin-top: 15px;
    line-height: 30px;
}

.base_factory .base_factory_slick .deta_slick {
    margin-left: -20px;
}

.base_factory .base_factory_slick .switch .switch_deta {
    position: relative;
    margin-left: 20px;
}

.base_factory .base_factory_slick .switch em {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 0 2%;
    width: 96%;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.base_factory .base_factory_slick .deta_slick .slick-prev {
    left: -33px;
}

.base_factory .base_factory_slick .deta_slick .slick-next {
    right: -50px;
}

.base_factory .base_factory_slick .deta_slick .slick-dots {
    margin-left: 12px;
}


/* 联系我们 */

.contact_us {
    padding-top: 40px;
}

.contact_us .mode {
    overflow: hidden;
}

.contact_us .mode .tit {
    border-bottom: 1px solid #f0f0f0;
    padding: 13px 0;
    margin-bottom: 25px;
}

.contact_us .mode .tit h4 {
    font-size: 20px;
    color: #333;
}

.contact_us .mode .mode_l {
    width: 40%;
    float: left;
}

.contact_us .mode .mode_l p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.contact_us .mode .mode_l p span {
    font-weight: bold;
}

.contact_us .mode .mode_r {
    float: left;
}

.contact_us .mode .mode_r p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.contact_us .map {
    margin-top: 50px;
}

.telent {
    padding-top: 40px;
}

.telent .telent_deta {
    margin-bottom: 40px;
}

.telent .telent_deta .tit {
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.telent .telent_deta .tit h4 {
    font-size: 20px;
    color: #0d6fb8;
    margin-bottom: 20px;
}

.telent .telent_deta .tit p {
    line-height: 30px;
}

.telent .telent_deta .tit p em {
    display: inline-block;
    width: 240px;
    font-size: 14px;
    color: #333;
}

.telent .telent_deta .text {}

.telent .telent_deta .text h5 {
    font-size: 14px;
    color: #333;
    margin-top: 35px;
    margin-bottom: 6px;
}

.telent .telent_deta .text p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.contact_issued {
    padding-top: 20px;
}

.contact_issued .issued_deta {
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 20px;
}

.contact_issued .issued_deta h4 {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.contact_issued .issued_deta p {
    overflow: hidden;
    margin-top: 5px;
}

.contact_issued .issued_deta p span {
    width: 90%;
    float: left;
    display: inline-block;
    font-size: 12px;
    color: #5c5c5c;
}

.contact_issued .issued_deta p em {
    font-size: 12px;
    color: #bbb;
    text-align: right;
    width: 10%;
    display: inline-block;
}

.contact_issued .issued_deta:hover h4 {
    color: #0d6fb8;
}


/* 图片放大 */

#big_img {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

#big_img .big_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(opacity=50);
}

#big_img .pic {
    padding: 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    width: 500px;
}

#big_img .pic img {
    width: 100%;
}

#big_img .pic em {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

#big_img .pic .close {}

#big_img .pic .close a {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url(../images/ggbb1.png);
}

#big_img .pic .left {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

#big_img .pic .left a {
    width: 36px;
    height: 36px;
    background: url(../images/big_ll.png);
    display: inline-block;
    position: absolute;
    left: 8%;
    top: 50%;
    margin-top: -18px;
    display: none;
}

#big_img .pic .left:hover a {
    display: inline-block;
}

#big_img .pic .right {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

#big_img .pic .right a {
    width: 36px;
    height: 36px;
    background: url(../images/big_rr.png);
    display: inline-block;
    position: absolute;
    right: 8%;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    display: none;
}

#big_img .pic .right:hover a {
    display: inline-block;
}

.content_ico {
    text-align: center;
    margin-bottom: 20px;
}