  @charset "utf-8";
/*-----------------title_box---------------------*/
.title_box {
    width: 100%;
    height: 90px;
    overflow: hidden;
    /*position: relative;*/
    background: #fff;
}

.title_box_mar {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.title_box_mar .logo_box {
    width: auto;
    height: 88px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    float: left;
}

.title_box_mar .logo_box_img1 {
    width: auto;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.gs_name_box {
    max-width: 800px;
    float: left;
    overflow: hidden;
}

.gs_name_box > img {
    margin-top: 26px;
}

.phone_box {
    float: right;
    width: 350px;
    height: 90px;
    padding-top: 25px;
    overflow: hidden;
}

.phone_box .phone_box_img {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 2px;
}

.phone_box .phone_box_img .iconfont {
    font-size: 38px;
    color: #167ADE;
}

.phone_box .phone_box_text {
    float: left;
}

.phone_box .phone_box_text > div {
    font-size: 15px;
    color: #333333;
    line-height: 1;
    margin: 0;
}

.phone_box .phone_box_text > a {
    font-size: 28px;
    color: #FF4A4A;
    line-height: 1;
}

.en_box {
    float: right;
    margin-top: 32px;
    width: 84px;
    height: 26px;
    line-height: 24px;
}

.en_box_a {
    display: block;
    width: 84px;
    height: 26px;
    font-size: 15px;
    overflow: hidden;
    color: #167ADE;
    border: 1px solid #167ADE;
    text-align: center;
    border-radius: 16px;
}

.en_box_a:hover {
    background: #167ADE;
    color: #fff;

}

/*-----------------nav_box---------------------*/
.nav_box {
    width: 100%;
    height: 44px;
    background: #167ADE;
}

.nav_box_mar {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.nav_box_item {
    width: 1200px;
    height: 44px;
    /*padding-top: 11px;*/
    position: relative;
}

.nav_box_item li.active {
    background: #075DB3;
}

.title_item_list {
    float: left;
    margin-right: 56px;
    width: 165px;
    height: auto;
    position: relative;
}

.title_item_list:hover .title_down {
    display: block;
}
.title_item_list:last-child{
    margin-right: 0;
}
.title_list_a {
    display: block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.title_list_a:hover {
    background: #075DB3;
    color: #fff;
}

.title_down {
    display: none;
    width: 176px;
    height: auto;
    position: absolute;
    left: -14px;
    top: 44px;
    z-index: 100;
    box-shadow: 0 2px 6px 3px rgba(204, 230, 255, .6);
}

.title_down > li {
    width: 100%;
    height: 50px;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #E6E6E6;
}

.title_down .title_down_a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.title_down .title_down_a:hover {
    background: #CCE6FF;
}

/*-----------------banner---------------------*/
.banner_content_item {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.banner_content_item > a {
    position: absolute;
    top: 50%;
    z-index: 30;
    transform: translateY(-50%);
    display: block;
    width: 46px;
    height: 70px;
    padding-top: 22.5px;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
    text-align: center;
}

.banner_content_item > a.arrow-left {
    left: 60px;
}

.banner_content_item > a.arrow-right {
    right: 60px;
}

.banner_content_item > a .iconfont {
    font-size: 24px;
    color: #FFFFFF;
}

.swiper-container,.swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-box {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
}

.banner-box > ul {
    width: 400%;
    height: 100%;
}

.banner-item {
    width: 100vw;
    height: 100%;
}

.banner-item > a {
    display: block;
    width: 100vw;
    height: 100%;
    background: url("/img/banner1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-slide > a {
    display: block;
    width: 100vw;
    height: 100%;

    background-size: cover;
    background-position: center;
}
.slide-news{
    background: url("/img/banner-326.jpg") no-repeat;
}
.slide1{
    background: url("/img/banner-1.jpg") no-repeat;
}
.slide2{
    background: url("/img/banner-2-2.jpg") no-repeat;
}
.slide3{
    background: url("/img/banner-3.jpg") no-repeat;
}


.box_skitter .prev_button {
    position: absolute;
    top: 44%;
    left: 10px;
    z-index: 152;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.box_skitter .next_button {
    position: absolute;
    top: 44%;
    right: 10px;
    z-index: 152;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.box_skitter .info_slide_dots {
    position: absolute;
    bottom: -40px;
    z-index: 151;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.box_skitter .info_slide_dots .image_number {
    background: #333;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    overflow: hidden
}

.box_skitter .preview_slide ul {
    height: 100px !important;
    overflow: hidden !important;
    margin: 0 !important;
    list-style: none !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0
}

.box_skitter .preview_slide ul li {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important
}

.box_skitter .preview_slide ul li img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 150px !important;
    width: auto !important
}

.skitter-clean .info_slide_dots {
    bottom: 50px;
    /*background: rgba(255, 255, 255, 0.8);*/
    /*box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0*/
}

.skitter-clean .info_slide_dots .image_number {
    width: 14px;
    height: 14px;
    background: #ccc
}

.skitter-clean .info_slide_dots .image_number:hover {
    background: #888
}

.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover {
    background: #666
}

.skitter-clean .prev_button,
.skitter-clean .next_button,
.skitter-clean .play_pause_button,
.skitter-clean .focus_button {
    display: block;
    background: url('/img/sprite-clean.png') no-repeat;
}

.skitter-clean .prev_button {
    background-position: 0px 0px;
    width: 47px;
    height: 46px;
}

.skitter-clean .next_button {
    background-position: 0px -46px;
    width: 47px;
    height: 46px;
}

/*-----------------banner---------------------*/
.shops_item_box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 188px;
    /*margin: -98px auto 0;*/
    background-color: transparent;
    /*margin-top: -98px;*/
}

.shops_item_box ul {
    width: 1200px;
    height: 186px;
    margin: -98px auto 0;
    /*position: relative;*/
    overflow: hidden;
    /*margin-top: 20px;*/
}

.shops_li {
    float: left;
    width: 297px;
    height: 138px;
    margin-right: 4px;
    margin-top: 20px;
    padding-top: 16px;
    background: #167ADE;
    text-align: center;
    overflow: hidden;
}

.shops_li:last-child {
    margin-right: 0;
}

.shops_icon {
    font-size: 60px;
    color: #FFFFFF;
}

.shops_title {
    font-size: 18px;
    color: #FFFFFF;
}

.shops_arrow {
    margin-top: 2px;
    padding: 10px 0;
}

.shops_go {
    color: #509BE6;
    font-size: 20px;
}

.shops_des {
    font-size: 16px;
    color: #333333;
}

.shops_li:hover {
    margin-top: 0;
    height: 186px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 4px rgba(22, 122, 222, 0.1);
}

.shops_li:hover .shops_icon {
    color: #167ADE;
}

.shops_li:hover .shops_title {
    color: #1678DA;
}

.shops_li .shops_item_box_a {
    display: block;
    width: 297px;
    height: 186px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}

/*--------------shop_box----------------*/

.shop_box {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    position: relative;
    overflow: hidden;
}

.title-box {
    margin-top: 60px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    color: #333333;
}

.title-h {
    font-size: 28px;
}

.title-gap {
    width: 104px;
    height: 1px;
    margin: 12px auto;
    background: #333333;
    position: relative;
}

.title-gap > span {
    position: absolute;
    left: 37px;
    top: -1px;
    display: block;
    width: 30px;
    height: 3px;
    background: #333333;
}

.shop_box ul {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.products-li {
    float: left;
    width: 49%;
    height: 303px;
    margin-right: 2%;
    margin-bottom: 15px;
    border: 3px solid #f5f5f5;
}

.products-li:hover {
    border: 3px solid #167ade;
}
.products-li:hover .product-img{
    background: #167ade;
}

.products-li:nth-child(2n) {
    margin-right: 0;
}

.shopid_show_con {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.shopid_show_con:hover {
    border: 1px solid #167ade;
}

.shopid_show_con:hover .product-detail {
    background: #167ade;
    color: #fff;
    border: 1px solid #167ade;
}

.product-img {
    float: left;
    width: 180px;
    height: 100%;
    background: #BDDFFF;
}

.shopid_show_a_bt {
    position: relative;
    float: left;
    width: 400px;
    height: 100%;
    padding: 25px 17px;
}

.product-name {
    font-size: 24px;
    color: #167ade;
}

.product-title {
    font-size: 16px;
}

.product-desc {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
    line-height: 2;
}

.product-detail {
    position: absolute;
    left: 17px;
    bottom: 25px;
    display: block;
    width: 117px;
    height: 35px;
    /*margin-top: 18px;*/
    border: 1px solid #a0a0a0;
    border-radius: 2px;
    line-height: 33px;
    color: #a0a0a0;
    font-size: 14px;
    text-align: center;
}

.shop_box_a {
    display: block;
    width: 100%;
    height: 502px;
    margin-bottom: 10px;
    margin-top: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border: 4px solid #f5f5f5;
}

.shop_box_a_img {
    width: 100%;
    height: 409px;
    text-align: center;
    background: #E6E6E6;
}

.shop_box_a_img1 {
    width: 100%;
    height: 100%;
}

.shop_box_a_h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 99px;
    padding: 10px 20px;
    font-size: 14px;
    background: #FFFFFF;
    overflow: hidden;

}

.shop_box_a_title {
    font-size: 32px;
    color: #167ADE;
}

.shop_box_a_name {
    font-size: 16px;
}

.shop_box_a_h4 > .iconfont {
    position: absolute;
    right: 12px;
    top: 4px;
    color: #CCCCCC;
    font-size: 50px;
}

.shop_desc {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 20px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(22, 122, 222, 0.8);
}

.shop_box_a:hover {
    margin-top: 10px;
    margin-bottom: 0px;
    height: 522px;
    border: 4px solid #167ADE;
}

.shop_box_a:hover .shop_box_a_img {
    height: 413px;
}

.shop_box_a:hover .shop_box_a_h4 {
    height: 103px;
    background: #167ADE;
    color: #fff;
}

.shop_box_a:hover .shop_box_a_title, .shop_box_a:hover .shop_box_a_name, .shop_box_a:hover .shop_box_a_h4 > i {
    color: #FFFFFF;
}

.shop_box_a:hover .shop_desc {
    opacity: 1;
    bottom: 103px;
}

.more-box {
    display: block;
    width: 122px;
    height: 40px;
    margin: 40px auto;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #555555;
    border: 1px solid #555555;
    border-radius: 2px;
}

.more-box:hover {
    color: #fff;
    border: 1px solid #167ade;
    background: #167ade;
}

/* -----------------about-box-------------------------*/
.about_box {
    width: 100%;
    height: 566px;
    background: url("/img/about-bj.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.about_con {
    width: 1200px;
    margin: 0 auto;
}

.about_con .title-box {
    text-align: left;
    color: #FFFFFF;
}

.about_con .title-gap {
    margin: 12px 0;
    background: #FFFFFF;
}

.about_con .title-gap > span {
    background: #FFFFFF;
}

.about_item {
    /*overflow: hidden;*/
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_p {
    float: left;
    width: 610px;
    padding-right: 20px;

}

.about_p > p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 2;
}

.about_p .more-box {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 40px 0;
}

.about_img {
    float: left;
    margin-top: -56px;
    width: 590px;
    height: 380px;
    border: 4px solid #FFFFFF;
}
.about_img img{
    width: 100%;
    height: 100%;
}
.swiper-container1{
    position: relative;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    padding-left: 20px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: transparent;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}

/*--------------------------news_box---------------*/
.news_box {
    width: 100%;
    padding: 60px 0 40px;
    background: #FFFFFF;
}

.news_con {
    width: 1200px;
    margin: 0 auto;
}

.news_box .title-box {
    margin-top: 0px;
}

.news_box .more-box {
    margin-bottom: 0;
}

.news-item {
    margin-top: 45px;
}

.news-item-left {
    float: left;
    width: 540px;
    margin-right: 30px;
}

.news-item-left > img {
    width: 100%;
    height: 360px;
}

.news-item-detail {
    position: relative;
    width: 100%;
    padding: 10px 20px;
}

.news-item-title {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: normal;
}

.news-item-p {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item-time {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #999999;
    font-size: 14px;
}

.news-item-rig {
    float: left;
    width: 630px;
}

.news-item-lis {
    padding: 35px 30px;
}

.news-item-lis:hover {
    background: #167ade;
}

.news-item-lis:hover .news-item-num {
    color: #fff;
    border-right: 1px solid #fff;
}

.news-item-lis:hover .news-item-title, .news-item-lis:hover .news-item-time {
    color: #fff;
}

.news-item-lis:hover .news-item-p {
    color: #a7c4ef;
}

.news-item-num {
    float: left;
    margin-right: 30px;
    width: 90px;
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    color: #333;
    border-right: 1px solid #333;
}

.news-list-detail {
    position: relative;
    float: left;
    width: 440px;
    height: 80px;
}

.news-list-detail .news-item-title {
    width: 350px;
}

.news-list-detail .news-item-time {
    top: 2px;
    right: 0;
}

.news-item-go {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.news-item-go .iconfont {
    font-size: 24px;
    color: #FFFFFF;
}

/*------------------footer_box---------------------*/

.footer_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1c344b;
}
.footer-ul{
    width: 1200px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    border-bottom: 1px solid #2F4559;
}
.footer-ul>li{
    float: left;
    margin-right: 60px;
}
.footer-ul a{
    font-size: 14px;
    color: rgba(255,255,255,.5);
}
.footer-ul a:hover{
    color: #FFFFFF;
}
.footer_box_mar {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    color: #FFFFFF;
}

.footer_box_er {
    float: left;
    width: 150px;
    margin-right: 150px;
    text-align: center;
}

.footer_box_er img {
    width: 150px;
    height: 150px;
}

.footer_gongsi_info {
    width: 450px;
    text-align: left;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    float: left;
}

.footer_gongsi_info_h4 {
    vertical-align: middle;
    margin-top:28px;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 16px;
}

.footer_gongsi_info > div {
    font-size: 14px;
    line-height: 43px;
}

.footer_gongsi_info .iconfont {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 4px;
}

.footer_gongsi_info .icon_tel {
    font-size: 22px;
    margin-right: 2px;
    margin-left: -2px;
}

.footer_box_bott_p {
    width: 1200px;
    height: 30px;
    margin: 30px auto 10px;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #8DA1C2;
}
.footer_box_bott_p a{
    color: #8DA1C2;
}

/*-----------------悬浮框---------------*/
.fixed-box {
    position: fixed;
    right: 40px;
    top: 50%;
    z-index: 21;
}

.fixed-box-mobile {
    display: none;
}

.fixed-tel {
    margin-bottom: 24px;
}

.fixed-tel-num {
    float: left;
    width: 255px;
    height: 78px;
    padding-left: 25px;
    background: #ebf5ff;
    font-size: 22px;
    color: #167ADE;
    line-height: 78px;
    border-radius: 78px;
}

.fixed-tel-num a {
    color: #FF4B4B;
}

.fixed-tel-icon {
    float: left;
    margin-left: -78px;
    padding-top: 8px;
    width: 78px;
    height: 78px;
    background: #167ADE;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}

.fixed-tel-icon .iconfont {
    color: #ffffff;
    font-size: 30px;
}

.fixde-wx-img {
    float: right;
    margin-right: 96px;
    width: 96px;
    height: 96px;
}

.fixde-wx-img > img {
    width: 100%;
    height: 100%;
}

.fixed-wx-icon {
    float: right;
    margin-top: 8px;
}

.toTop-box {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 80px;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    background: #167ade;
    border-radius: 2px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    z-index: 6;
    cursor: pointer;
}

.toTop-box .iconfont {
    font-size: 30px;
}

.toTop-box > div {
    margin-top: -6px;
}

/*-----------------------页面公共样式，左右侧内容-------------------*/

.shopid_column_box {
    width: 1200px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.shopid_column_box_left {
    float: left;
    width: 180px;
    height: auto;
    margin-right: 30px;

    overflow: hidden;

}

.gongsi_box {
    width: 100%;
    text-align: center;
}

.gongsi_box > img {
    display: block;
    width: 101px;
    height: auto;
    margin: 0 auto;
}
.connect-title {
    width: 100%;
    height: 56px;
    padding-top: 5px;
    background: #167ade;
}

.connect-title > h3 {
    color: #FFFFFF;
    font-size: 20px;
}
.connect-title > div {
    color: #a7c4ef;
    font-size: 15px;
}

.gongsi_box ul {
    width: 100%;
    border: 1px solid #E6E6E6;
}

.connect-lis {
    width: 100%;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    color: #666;
}
.connect-lis:hover{
    color: #167ade;
}
.connect-lis:hover a{
    color: #167ade;
}
.connect-lis:hover .connect-lis-icon{
    border: 1px solid #167ade;
}
.connect-lis:hover .connect-lis-icon .iconfont{
    color: #167ade;
}
.connect-lis .connect-lis-icon .iconfont{
     font-size: 18px;
}
.connect-lis:nth-child(2) .connect-lis-icon .iconfont{
    font-size: 21px;
}
.connect-lis-icon{
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #666666;
    border-radius: 50%;
    margin: 14px auto 10px;
}
.connect-lis-icon .iconfont{
    color: #666666;
}
.connect-lis h6{
    font-size: 15px;
}
.connect-lis p{
    margin: 8px 0 13px;
    font-size: 14px;
}
.connect-lis-gap{
    width: 124px;
    height: 1px;
    background: #e0e0e0;
    margin: 0 auto;
}
.shopid_column_info {
    float: right;
    width: 990px;
    /*min-height: 700px;*/
}

/*-----------------------页面公共样式，左右侧内容end-------------------*/

.about-title {
    width: 100%;
    margin-bottom: 32px;
    font-size: 20px;
}

.about-title > h4 {
    color: #333333;
    font-weight: normal;
}

.about-title > h5 {
    margin: 0;
    color: #999999;
    font-weight: normal;
}

.shopid_column_info_text {
    width: 600px;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
}

.shopid_column_info_text_h3 {
    width: 550px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.shopid_column_info_text_div {
    width: 550px;
    min-height: 260px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.shopid_column_info_text_div .shopid_column_info_text_div_h4 {
    width: 550px;
    height: 40px;
    line-height: 40px;

}

.shopid_column_info_text_hh {
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #1FB7B8;
    margin-top: 20px;
    color: #fff;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.shopid_column_info_text_hh:hover {
    background: #1FefB8;
    color: #fff;
}

/*-------------------公司产物界面-------------------*/
.subnav_box {
    width: 100%;
    height: 280px;
    background-image: url("/img/s-product.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-con {
    width: 100%;
    padding: 45px 0;
    background-color: #FFFFFF;
}

.shopid_column_count {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
}

.shopid_column_count_list {
    float: left;
    width: 181px;
    height: 32px;
    margin-right: 20px;
    background: #F2F2F2;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
}
.shopid_column_count_list:last-child{
    margin-right: 0;
}

.shopid_column_count_list_a.active {
    color: #fff;
    background: #167ade;
}

.shopid_column_count_list_a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333333;
}
.shopid_column_count li.active{
    background: #167ade;
    border: 1px solid #167ade;
}
.shopid_column_count li.active a{
    color: #fff;
}
.shopid_column_count_list_a:hover {
    color: #fff;
    background: #167ade;
}

.products-ul {
    width: 100%;
}

.pro-item {
    float: left;
    width: 326px;
    /*height: 421px;*/
    margin-right: 6px;
    margin-bottom: 12px;
    border: 4px solid #ffffff;
}

.pro-item:nth-child(3n) {
    margin-right: 0;
}

.pro-item:hover {
    border: 4px solid #167ade;
}

.pro-item:hover .pro-item-box {
    background: #167ade;
}

.pro-item:hover .product-name, .pro-item:hover .product-title, .pro-item:hover .pro-item-detail .iconfont {
    color: #FFFFFF;
}

.pro-item-img {
    display: block;
    width: 100%;
    /*height: 336px;*/
    background: #BDDFFF;
}

.pro-item-box {
    position: relative;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    padding: 15px;
}

.pro-item-detail {
    position: absolute;
    right: 15px;
    top: 18px;
}

.pro-item-detail .iconfont {
    font-size: 38px;
    color: #cccccc;
}

/*-------------------公司产物界面end-------------------*/

/*--------------------对于我们界面--------------*/
.subnav_about_box {
    background-image: url("/img/s-about.png");
}

.about_box_info {
    overflow: hidden;
    margin-bottom: 40px;
}

.about_box_info > img {
    float: left;
    width: 420px;
    height: 280px;
    margin-right: 30px;
}

.about_box_info > p {
    float: left;
    width: 540px;
    font-size: 15px;
    color: #333333;
    line-height: 2.0;
}

.about_rongyu_box {
    width: 100%;
    height: 396px;
    overflow: hidden;
}

.about_rongyu {
    width: 500%;
    /*height: 380px;*/
    overflow: hidden;
}

.about_rongyu_con, .about_rongyu_con1 {
    float: left;
    /*height: 380px;*/
    overflow: hidden;

}

.about_box_rongyu_img {
    float: left;
    width: 237px;
    margin-right: 70px;
    text-align: center;
}

.about_box_rongyu_img > img {
    width: 100%;
    height: 325px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.about_box_rongyu_img > img.active {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.about_box_rongyu_img_bt {
    margin-top: 20px;
    height: 46px;
    font-size: 16px;
    color: #167ADE;
}

/*--------------------对于我们界面end--------------*/

/*----------------------联系我们页面start-------------*/
.subnav_connect_box{
    background-image: url("/img/s-connect.png");
}
.connect-con {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #F5F5F5;
}

.connect-con-erweima {
    float: left;
    width: 330px;
    padding: 40px 0 0 18px;
}

.connect-con-erweima > h3 {
    font-size: 20px;
    color: #197CDE;
}

.connect-con-erweima > p {
    margin-top: 6px;
    font-size: 16px;
    color: #333333;
}

.connect-con-erweima > img {
    display: block;
    margin: 30px auto 12px;
    width: 166px;
    height: 166px;
}

.connect-con-erweima > div {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #167ade;
}

.connect-con-map {
    float: left;
    width: 660px;
    height: 100%;
}

.connect-li {
    float: left;
    width: 240px;
    height: 238px;
    margin-right: 10px;
    padding-top: 46px;
    text-align: center;
    border: 1px solid #E6E6E6;
}

.connect-li:last-child {
    margin-right: 0;
}

.connect-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border: 3px solid #167ADE;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.connect-icon > .iconfont {
    font-size: 30px;
    color: #167ADE;
}

.connect-ways {
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
}

.connect-num {
    font-size: 18px;
    color: #333;
}

/*----------------------联系我们页面end-------------*/

/*---------------新闻动态页面----------------*/
.subnav_news_box {
    background-image: url("/img/s-news.png");
}

.dongtai_box {
    width: 990px;
    height: auto;
}

.dongtai_box ul li {
    width: 100%;
    height: 244px;
    padding: 36px 40px;
    background: #fff;
}

.dongtai_box ul li:hover {
    background: #167ADE;
}

.dongtai_box ul li:hover .dongtai_box_time, .dongtai_box ul li:hover .dongtai_box_bt {
    color: #FFFFFF;
}

.dongtai_box ul li:hover .dongtai_box_text {
    color: #A7C4EF;
}

.dongtai_box_a {
    display: block;
    width: 100%;
    height: 100%;
}

.dongtai_box_img {
    width: 286px;
    height: 170px;
    position: relative;
    overflow: hidden;
    float: left;
}

.dongtai_box_img1 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.dongtai_box ul li:hover .dongtai_box_img1 {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.dongtai_box_con {
    position: relative;
    float: left;
    width: 596px;
    height: 100%;
    margin-left: 25px;
}

.dongtai_box_bt {
    width: 475px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.dongtai_box_text {
    font-size: 15px;
    color: #999;
    line-height: 2.0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dongtai_box_xq {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.dongtai_box_xq .iconfont {
    color: #FFFFFF;
    font-size: 20px;
}

.dongtai_box_time {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 18px;
    color: #333333;
}

.dongtai_box .page_box {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.dongtai_box .page_box > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    overflow: hidden;
    position: relative;
    margin: 0 3px;
}

.dongtai_box .page_box > a:hover {
    background: #1FB7B8;
    color: #fff;
}

.dongtai_box .page_box a.active {
    background: #1FB7B8;
    color: #fff;
}
.news-title{
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
/*---------------新闻动态页面end----------------*/

/*-----------------dongtai_box---------------------*/

.about_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.about_box .about_box_h2 {
    width: 100%;
    height: 80px;
    line-height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #1FB7B8;
}

.about_box .about_box_info {
    width: 100%;
    height: auto;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-align: justify;
    text-align-last: left;
}

.about_box .about_box_rongyu {
    margin-top: 50px;
}

.about_box .about_box_rongyu_img {
    width: 343px;
    height: 380px;
    text-align: center;
    position: relative;
    float: left;
    margin: 20px 0;
}

.about_box .about_box_rongyu_img img {
    width: 240px;
    height: 320px;
    position: relative;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.about_box .about_box_rongyu_img img:hover {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.callid_box_item {
    width: 100%;
    height: auto;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    background: #F8F8F8;
    padding: 20px 40px;
    float: left;
}

.callid_box_item a {
    color: #666;
    font-size: 14px;
}

.callid_box_erweima {
    width: 430px;
    height: 340px;
    color: #666;
    text-align: center;
    font-size: 14px;
    background: #F8F8F8;
    padding-top: 80px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.callid_box_erweima img {
    width: 150px;
    height: auto;
}

.dongtaiid_box_bt {
    width: 990px;
    height: 60px;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.dongtaiid_box_line {
    width: 990px;
    height: 30px;
    position: relative;
    color: #999;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dongtaiid_box_text {
    width: 1000px;
    height: auto;
    position: relative;
    color: #333;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 20px auto;

}
.dongtaiid_box_text>p{
    width: 100%;

    padding-right: 2px;
}
.dongtaiid_box_text_img {
    width: 1000px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
}

.dongtaiid_box_text_img img {
    max-width: 960px;
    max-height: 1200px;
    position: relative;
    overflow: hidden;
    margin: 10px auto;

}
.dongtaiid_box_text_img>p{
    color: #888;
    margin-top: -10px;
    font-size: 14px;
}
.news-link{
    text-decoration: underline;
    color: #167ADE;
}
.fanye_box {
    width: 1000px;
    height: 150px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    position: relative;
    overflow: hidden;

}

#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}

#rocket-to-top .level-2 {
    background: url("/img/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}

#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}

/*download by www.sucaijiayuan.com*/
#rocket-to-top {
    background: url("/img/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 80%;
    width: 149px;
    z-index: 11;
}













