/*
Theme Name: DouPHP 默认模板
Theme URI: http://demo.douphp.com/
Description: DouPHP 默认模板
Version: 1.0
Author: DouCo Co.,Ltd. Co.,Ltd.
Author URI: https://www.douphp.com/
*/
/* 初始化
----------------------------------------------- */
body {
    font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
    color: #555;
    background-color: #FFF !important;
}

body,
button,
input,
textarea {
    font-size: 14px;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #333333;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

p,
ul,
ol,
dl,
dt,
dd,
form,
blockquote {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input,
select {
    font-family: Microsoft Yahei;
    vertical-align: middle;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

img {
    vertical-align: middle;
    border: 0;
}

label {
    cursor: pointer;
}

/* 主体框架
----------------------------------------------- */
#wrapper .mb {
    margin-bottom: 50px;
}

/* 头部导航
----------------------------------------------- */
/* -- top -- */
#header .top {
    background-color: #EEEEEE;
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
}

#header .top .container {
    zoom: 1;
}

/* top-nav */
#header .top .top-nav {
    float: left;
    position: relative;
    z-index: 10000;
}

#header .top .top-nav li {
    float: left;
    text-align: center;
}

#header .top .top-nav li.lang-select {
    min-width: 80px;
}

#header .top .top-nav li a {
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #333;
}

#header .top .top-nav li.hover {
    position: relative;
    background: #F5F5F5;
}

#header .top .top-nav ul {
    display: none;
    background: #F5F5F5;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}

#header .top .top-nav ul li {
    float: none;
    font-size: 13px;
}

#header .top .top-nav ul li a:hover {
    background-color: #DDD;
}

/* search */
#header .top .search {
    float: right;
    _width: 205px;
}

#header .top .search .search-box {
    border: 1px solid #545454;
    background-color: #545454;
    height: 28px;
    padding-left: 10px;
    box-sizing: content-box;
}

#header .top .search .search-box .keyword {
    background-color: #545454;
    color: #CCCCCC;
}

#header .top .search .search-box .keyword:-webkit-autofill {
    -webkit-text-fill-color: #CCCCCC !important;
}

#header .top .search .search-box .btnSearch {
    background-color: #545454;
}

/* -- navbar -- */
#header .navbar {
    z-index: 1000;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(38 107 193 / 8%);
}

#header .navbar.fix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#header .navbar .logo {
    display: block;
    height: 90px;
}

#header .navbar .logo img {
    height: 100%;
}

#header .navbar .navbar-brand {
    max-width: 70%;
    overflow: hidden;
}

#header .navbar .menu {
    background-color: transparent;
}

#header .navbar .navbar-action .fa {
    font-size: 30px;
    padding: 0 8px;
    color: #777;
}

/* -- main-nav -- */
.main-nav{
    justify-content: flex-end;
}
#header .main-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 100%;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.main-nav li {
    height: 82px;
    width: 110px;
}

.main-nav li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav .active a {
    background-color: #4093b1;
    color: #fff;
}

/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
.slide-show .swiper-slide a {
    display: block;
    background-color: #DDDDDD;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.slide-show .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.slide-show .swiper-pagination-bullet-active {
    background-color: #19B4EA;
}

.slide-show .swiper-button-prev {
    left: 50px;
}

.slide-show .swiper-button-next {
    right: 50px;
}

.slide-show .swiper-button-prev,
.slide-show .swiper-button-next {
    display: none;
    color: #FFF;
}

.slide-show:hover .swiper-button-prev,
.slide-show:hover .swiper-button-next {
    display: block;
}

/* -- index-box -- */
#index .index-box {
    padding: 40px 0;
    zoom: 1;
    overflow: hidden;
}

#index .index-box.bg {
    background-color: #F5F5F5;
}

#index .index-box h3 {
    text-align: center;
    margin-bottom: 30px;
}

#index .index-box h3 b {
    color: #333;
    font-size: 30px;
}

#index .index-box h3 em {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    color: #999;
}

#index .index-box .more {
    text-align: center;
}

#index .index-box .more a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #DDD;
    color: #19B4EA;
}

#index .index-box .more a:hover {
    border: 1px solid #19B4EA;
    background-color: #19B4EA;
    color: #FFF;
}

/* -- about -- */
#index .about .img img {
    width: 100%;
}

#index .about h2 {
    color: #333;
    font-size: 30px;
}

#index .about .desc {
    color: #666666;
    margin: 20px 0 20px 0;
    line-height: 200%;
}

#index .about .more {
    text-align: left;
}

/* -- recProduct -- */
#index .product-list {
    margin-bottom: 25px;
}

#index .product-list .row {
    margin-left: -9px;
    margin-right: -9px;
}

#index .product-list .col-md-3,
#index .product-list .col-6 {
    padding-left: 9px;
    padding-right: 9px;
}

#index .product-list .item {
    margin-bottom: 15px;
    text-align: center;
}

#index .product-list .item .img {
    border: 1px solid #EEE;
}

#index .product-list .item .img img {
    width: 100%;
}

#index .product-list .item .name {
    margin-top: 12px;
    font-size: 16px;
}

#index .product-list .item .price {
    margin-top: 5px;
}

/* -- article-list -- */
#index .article-list {
    margin-bottom: 20px;
}

#index .article-list .img {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

#index .article-list .img img {
    width: 100%;
}

#index .article-list .img em {
    display: block;
    background-color: #EEE;
    line-height: 278px;
    color: #999;
}

#index .article-list .item {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #dbd4cd;
    height: 100px;
}

#index .article-list .item dt {
    float: left;
    width: 80px;
    font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
    text-align: center;
}

#index .article-list .item dt em {
    display: block;
    background-color: #4093b1;
    font-size: 36px;
    padding-bottom: 3px;
    color: #fff;
}

#index .article-list .item dt b {
    display: block;
    background-color: #4093b1;
    font-size: 15px;
    color: #fff;
}

#index .article-list .item dd {
    margin-left: 100px;
    font-size: 14px;
}

#index .article-list .item dd a {
    color: #000;
    font-size: 16px;
}

#index .article-list .item dd p {
    color: #9A9A9A;
    line-height: 180%;
}

#index .article-list .item1 {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;

}

#index .article-list .item1 dt {
    float: left;
    width: 80px;
    font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
    text-align: center;
}

#index .article-list .item1 dt em {
    display: block;
    background-color: #4093b1;
    font-size: 36px;
    padding-bottom: 3px;
    color: #fff;
}

#index .article-list .item1 dt b {
    display: block;
    background-color: #4093b1;
    font-size: 15px;
    color: #fff;
}

#index .article-list .item1 dd {
    margin-left: 100px;
    font-size: 14px;
}

#index .article-list .item1 dd a {
    color: #000;
    font-size: 16px;
}

#index .article-list .item1 dd p {
    color: #9A9A9A;
    line-height: 180%;
}

/* -- link -- */
#index .link {
    padding: 10px 0;
}

#index .link strong {
    color: #7A7F81;
    font-weight: bold;
}

#index .link a {
    color: #555;
}

/* page
----------------------------------------------- */
#page {
    padding: 20px 0;
    min-height: 400px;
}

#page h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

#page .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}

#page .content {
    color: #666666;
    line-height: 200%;
    padding-top: 10px;
}

#page .content img {
    max-width: 100%;
}

/* product_category
----------------------------------------------- */
#product-category .product-list {
    margin-top: 20px;
    margin-bottom: 25px;
}

#product-category .product-list .item {
    margin-bottom: 15px;
    text-align: center;
}

#product-category .product-list .item .img {
    border: 1px solid #EEE;
}

#product-category .product-list .item .img img {
    width: 100%;
}

#product-category .product-list .item .name {
    margin-top: 12px;
    font-size: 16px;
}

#product-category .product-list .item .price {
    margin-top: 5px;
}

/* product
----------------------------------------------- */
#product {
    padding: 15px 0;
}

#product .product-img {
    float: left;
    width: 300px;
}

#product .product-img img {
    width: 100%;
}

#product .product-img .swiper-button-prev {
    left: 0;
}

#product .product-img .swiper-button-next {
    right: 0;
}

#product .product-img .swiper-button-prev,
#product .product-img .swiper-button-next {
    color: #333;
}

#product .product-img .swiper-button-prev:after,
#product .product-img .swiper-button-next:after {
    font-size: 25px !important;
}

#product .product-img .gallery-thumbs {
    padding: 10px 0;
}

#product .product-img .gallery-thumbs .swiper-slide {
    width: 25%;
    border: 2px solid transparent;
}

#product .product-img .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #43B5EC;
}

#product .product-info {
    margin-left: 320px;
    padding-top: 10px;
    line-height: 200%;
}

#product .product-info h1 {
    font-size: 18px;
}

#product .product-info ul {
    padding-top: 10px;
    margin-bottom: 50px;
}

#product .product-info .product-price {
    margin-bottom: 5px;
}

#product .product-info .product-price .price {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

#product .product-info .btn-ask a {
    display: inline-block;
    padding: 5px 25px;
    background-color: #19B4EA;
    color: #FFF;
}

#product .product-info .btn-ask a .fa {
    margin-right: 5px;
}

/* -- model-list -- */
#product .product-info .model-list {
    zoom: 1;
    overflow: hidden;
}

#product .product-info .model-list a {
    display: inline-block;
    border: 1px solid #DDD;
    margin-right: 5px;
    margin-bottom: 5px;
}

#product .product-info .model-list a.cur {
    border: 1px solid #e3393c;
}

#product .product-info .model-list a img {
    width: 40px;
    width: 40px;
}

#product .product-info .model-list a i {
    margin: 0 8px;
}

/* -- buy-box -- */
#product .product-info .buy-box {
    margin-bottom: 40px;
}

#product .product-info .buy-box .attribute {
    margin-bottom: 25px;
}

#product .product-info .buy-box .attribute dl {
    margin-bottom: 5px;
}

#product .product-info .buy-box .attribute dt {
    font-weight: normal;
}

#product .product-info .buy-box .add-to-cart {
    background: #19B4EA url(images/btn_addtocart.png) no-repeat 20px 50%;
    color: #FFFFFF;
    padding: 8px 25px 8px 50px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

#product .product-info .buy-box .add-to-cart:hover {
    background-color: #44C4EE;
}

/* -- attribute-list -- */
#product .product-info .attribute-list {
    margin-bottom: 15px;
}

#product .product-info .attribute-list .radio-box input[type="radio"] {
    display: none;
}

#product .product-info .attribute-list .radio-box span {
    display: inline-block;
    border: 1px solid #EEE;
    cursor: pointer;
}

#product .product-info .attribute-list .radio-box input[type="radio"]:checked+span {
    color: #ff5000;
    border: 1px solid #ff5000;
}

#product .product-info .attribute-list .radio-box span i {
    display: inline-block;
    background-color: #DDD;
    margin: 3px;
}

#product .product-info .attribute-list .radio-box span i img {
    width: 30px;
    height: 30px;
}

#product .product-info .attribute-list .radio-box span em {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    vertical-align: middle;
}

/* -- product-content -- */
#product .product-content {
    padding: 15px 0;
}

#product .product-content h3 {
    padding: 30px 0 10px 0;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #CBD1D3;
}

#product .product-content ul {
    padding: 15px 0;
    color: #666;
    line-height: 200%;
}

#product .product-content img {
    max-width: 100%;
}

/* article_category
----------------------------------------------- */
#article-list dl {
    border-bottom: 1px dotted #D1D1D1;
    padding: 20px 0;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

#article-list dl.last {
    border-bottom: 0;
}

#article-list dt {
    width: 620px;
    margin-bottom: 10px;
    font-size: 14px;
}

#article-list dd {
    color: #999999;
    line-height: 180%;
    zoom: 1;
    overflow: hidden;
}

#article-list dd p.img {
    width: 80px;
    float: left;
}

#article-list dd p.img img {
    width: 100%;
}

#article-list dd p.desc {
    margin-right: 80px;
}

#article-list dd.have-img p.desc {
    margin-left: 90px;
}

#article-list .num-date {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
}

#article-list .num-date em {
    display: block;
    background-color: #0072C6;
    color: #FFF;
    box-sizing: content-box;
    padding: 2px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#article-list .num-date p {
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

/* article
----------------------------------------------- */
#article {
    padding: 15px 0;
    min-height: 400px;
}

#article h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

#article .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}

#article .content {
    color: #666666;
    line-height: 180%;
}

#article .content img {
    max-width: 100%;
}

/* search
----------------------------------------------- */
#search-list dl {
    border-bottom: 1px dotted #D1D1D1;
    padding: 20px 0;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

#search-list dl.last {
    border-bottom: 0;
}

#search-list dt {
    margin-bottom: 10px;
    font-size: 16px;
}

#search-list dt b {
    color: #CC0000;
    font-weight: bold;
}

#search-list dd {
    color: #999999;
    line-height: 180%;
    zoom: 1;
    overflow: hidden;
    padding-right: 90px;
}

#search-list dd p.img {
    width: 80px;
    float: left;
}

#search-list dd p.img img {
    width: 100%;
}

#search-list dd p.desc b {
    color: #CC0000;
}

#search-list dd.have-img p.desc {
    margin-left: 90px;
    margin-right: 80px;
}

#search-list .date {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
}

#search-list .date em {
    display: block;
    color: #555;
    text-align: center;
    font-size: 36px;
}

#search-list .date p {
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

/* 全局样式
----------------------------------------------- */
/* -- ur-here -- */
.ur-here {
    padding: 25px 0 10px 0;
    line-height: 20px;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
}

.ur-here a {
    color: #999999;
}

.ur-here b {
    margin: 0 8px;
}

/* -- tree -- */
.tree-box {
    margin-bottom: 15px;
    position: relative;
    top: -50px;
}

.tree-box h3 {
    padding: 25px 0 10px 0;
    line-height: 20px;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
}

.tree-box li {
    padding: 8px 8px;
}

.tree-box li a {
    color: #000;
    font-size: 14px;
}

.tree-box li.cur {
    background-color: #19B4EA;
}

.tree-box li.cur a {
    color: #FFF;
}

.tree-box .search {
    display: block;
    margin: 20px 0;
}

.tree-box .search .keyword {
    width: 85px;
}

/* -- visualize-box -- */
.visualize-box p:hover,
.visualize-box h4:hover,
.visualize-box h3:hover,
.visualize-box h2:hover,
.visualize-box dt:hover,
.visualize-box dd:hover,
.visualize-box em:hover,
.visualize-box span:hover {
    background-color: rgba(243, 156, 18, .1);
}

/* -- screen -- */
.screen {
    padding-top: 20px;
    border-bottom: 1px dotted #DDD;
}

.screen dl {
    margin-bottom: 10px;
}

.screen dl dt {
    display: inline-block;
    font-weight: bold;
}

.screen dl dd {
    display: inline-block;
}

.screen dl dd a {
    display: inline-block;
    background-color: #DDD;
    color: #555;
    padding: 2px 10px;
    margin-right: 8px;
}

.screen dl dd a.cur {
    background-color: #19B4EA;
    color: #FFF;
}

/* -- search-box -- */
.search-box {
    border: 1px solid #DDDDDD;
    background-color: #FFF;
    height: 28px;
    padding-left: 10px;
    position: relative;
}

.search-box .keyword {
    color: #CCCCCC;
}

.search-box .btnSearch {
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/icon_search.png) no-repeat 50% 50%;
    width: 28px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

/* -- scale -- */
.scale {
    overflow: hidden;
}

.scale img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.scale:hover img {
    transform: scale(1.1);
}

/* -- common -- */
.cue {
    color: red;
    font-size: 14px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.captcha {
    text-transform: uppercase;
}

.price {
    color: #CC0000;
}

.price-line {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

.none {
    display: none;
}

.pointer {
    cursor: pointer;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* -- form -- */
.btn {
    display: inline-block;
    background-color: #0072C6;
    color: #EEE;
    padding: 6px 25px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    border: 0;
}

.btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #007AD5;
}

.btn-gray {
    display: inline-block;
    background-color: #CCC;
    border: 0;
    color: #333;
    padding: 6px 15px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    -webkit-appearance: none;
}

.btn-payment {
    display: inline-block;
    background-color: #ff4246;
    color: #FFF;
    padding: 7px 28px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
}

.btn-captcha {
    display: inline-block;
    background-color: #19B4EA;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0;
    color: #FFF;
    padding: 7px 22px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 13px;
}

.btn-captcha[disabled],
.btn-captcha:disabled,
.btn-captcha.disabled {
    color: #FFF;
    background-color: #b2b2b2;
    opacity: 1;
}

/* -- color -- */
.cRed {
    color: #F40;
}

.cOra {
    color: #f30;
}

.cGre {
    color: #0c6;
}

.cBlu {
    color: #69c;
}

.cGra {
    color: #999;
}

/* -- input -- */
.text-input {
    height: 34px;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    color: #666;
    -webkit-appearance: none;
}

.text-input[disabled],
.text-input:disabled,
.text-input.disabled {
    color: #999;
}

.text-area {
    padding: 4px;
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    line-height: 20px;
    -webkit-appearance: none;
}

.text-area-auto {
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    padding: 0;
    font-size: 12x;
    line-height: 20px;
    resize: none;
    min-height: 40px;
    -webkit-appearance: none;
}

/*- input-file -*/
.input-file {
    width: 80px;
}

.input-file .input-file-show {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #555;
    background-color: #F5F5F5;
}

.input-file .input-file-show img {
    width: 100%;
    height: 80px;
}

.input-file .input-file-btn {
    width: 100%;
    background-color: #EEE;
    color: #999;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
}

/*- table-basic -*/
.table-basic {
    color: #666666;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    border-collapse: collapse;
}

.table-basic select {
    color: #8F8F8F;
}

.table-basic td,
.table-basic th {
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.table-basic th {
    background-color: #EEE;
}

.table-basic .child {
    background-color: #FFFFFF;
}

.table-basic td label {
    margin-right: 15px;
}

.table-basic td i {
    color: #F00;
    margin-left: 5px;
    font-weight: bold;
}

/*- form-basic -*/
.form-basic dl {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.form-basic dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

.form-basic dl dt i {
    color: #F00;
    margin-left: 5px;
    font-weight: bold;
}

.form-basic dl dd label {
    margin-right: 15px;
    line-height: 34px;
}

/*- table-div -*/
.table-div {
    zoom: 1;
    overflow: hidden;
}

.table-div dl {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.table-div dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

.table-div dl dt i {
    color: #F00;
    margin-left: 5px;
    font-weight: bold;
}

.table-div dl dd label {
    margin-right: 15px;
    line-height: 34px;
}

/* -- lift -- */
.lift {
    margin-top: 60px;
    color: #999;
    font-size: 14px;
}

.lift a {
    color: #999;
}

.lift span {
    margin-right: 15px;
}

/* -- pager -- */
.pager {
    
    padding-top: 20px;
    color: #666;
    font-size: 14px;
}

.pager a {
    color: #666;
    text-decoration: underline;
}

/* -- pager class two -- */
.pager ul {
    display: inline-block;
    *display: inline;
    border-left: 1px solid #dddddd;
    padding: 0;
}

.pager ul li {
    display: block;
    float: left;
}

.pager ul li a,
.pager ul li em {
    display: block;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    border-radius: 0;
}

.pager ul li a:hover {
    background-color: #f5f5f5;
}

.pager ul li.active a {
    background-color: #f5f5f5;
    color: #000;
    cursor: default;
}

.pager ul li em.total {
    margin-left: 10px;
    border-left-width: 1px;
    color: #999;
}

/* footer
----------------------------------------------- */
#footer {
    background-color: #4093b1;
    padding-top: 30px;
    background-image: url(images/foot.png)
}

#footer .foot-nav .nav-parent {
    margin-bottom: 10px;
}

#footer .foot-nav .nav-parent a {
    font-size: 14px;
    display: block;
    color: #FFF;
}

#footer .foot-nav .nav-child a {
    display: block;
    color: #999;
    margin-bottom: 5px;
}

/* -- contact -- */
#footer .weixin {
    text-align: center;
    margin-bottom: 15px;
}

#footer .weixin img {
    width: 120px;
    height: 120px;
}

#footer .weixin p {
    margin-top: 4px;
    color: #999;
}

/* -- contact -- */
#footer .contact {
    text-align: center;
}

#footer .contact .tel {
    color: #19B4EA;
    font-size: 20px;
    margin-bottom: 10px;
}

#footer .contact .online-qq {
    margin-bottom: 10px;
}

#footer .contact .online-qq a {
    display: inline-block;
    color: #19B4EA;
    padding: 5px 20px;
    border: 1px solid #19B4EA;
}

#footer .contact .online-qq a i {
    margin-right: 5px;
}

#footer .contact .email {
    color: #999;
}

#footer .copy-right {}

#footer .net-safe-record {
    margin-left: 10px;
}

#footer .net-safe-record img {
    vertical-align: bottom;
}

.index-product {
    padding: 30px 0;
}

.index-product .title {
    display: flex;
    justify-content: space-between;
}

.index-product .title .left {
    display: flex;
    align-items: center;
}

.index-product .title .zname {
    font-size: 24px;
    color: #4093b1;
    font-weight: bold;
}

.index-product .title .yname {
    font-size: 22px;
    color: #4093b1;
    opacity: .2;
    margin-left: 30px;
}

.index-product .title .right {
    display: flex;
    align-items: center;
}

.index-product .title .right .item {
    padding: 5px 30px;
    background-color: #eee;
    border-radius: 20px;
    color: #adacac;
    cursor: pointer;
    margin-left: 10px;
}

.index-product .title .right .item:hover {
    background-color: #4093b1;
    color: #fff;
}

.index-product .main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}

.index-product .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid #999;
}

.index-product .item img {
    width: 100%;
    height: 250px;
}

.index-product .item .name {
    margin-top: 15px;
}

.index-box .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-box .title .zname {
    font-size: 24px;
    color: #4093b1;
    font-weight: bold;
}

.index-box .title .yname {
    font-size: 36px;
    color: #4093b1;
    opacity: .2;
}

.index-box .main {
    display: flex;
    height: 390px;
    margin-top: 30px;
    background-color: rgb(240, 247, 251);
}

.index-box .main .left {
    flex: 5;
    background: url('images/img_about.jpg') no-repeat 100% 100%;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.index-box .main .left .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 242px;
    margin-right: 70px;
    margin-top: 40px;
}
.index-box .main .left .content .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 66px;
    margin-bottom: 2px;
    background-color: #4093b1;
    opacity: .8;
    flex-direction: column;
    color: rgb(255, 255, 255);
}
.index-box .main .left .content .item .num {
    
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-weight: bold;
}
.index-box .main .left .zhezhai {
    /* left: 447px; */
    right: -50px;
    position: absolute;
    z-index: 155;
    width: 160px;
    height: 391px;
    transform: rotate(0deg);
    transform-origin: 0px 0px;
    background-color: rgb(240, 247, 251);
    clip-path: polygon(70% -4%, 69% 100%, 11% 100%);

}

.index-box .main .right {
    flex: 6
}
.index-box .main .right .name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 40px 20px;
    padding-bottom: 20px;
}
.index-box .main .right .cont1 {
    color: #888;
    padding: 0 20px;
    font-size: 16px;
}
.index-box .main .right .cont2 {
    color: #888;
    padding: 0 20px;
    font-size: 16px;
    padding: 20px;
}
.index-box .main .right .bottom {
    display: flex;
    padding: 5px 20px;
}
.index-box .main .right .bottom .item {
    display: flex;
    width: 128px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4093b1;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.index-full {
    background-color: rgb(241, 241, 241);
}
.index-full .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 50px 0;
}
.index-full .container .item{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    align-content: inherit;
    height: 380px;
    cursor: pointer;
}
.index-full .container .item .img{
    width: 319px;
    height: 225px;
}
.index-full .container .item .name{
    color: #000;
    font-size: 20px;
    text-align: center;
}
.index-full .container .item .content{
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.index-full .container .item .gd{
    color: #4093b1;
    font-size: 16px;
    text-align: center;
}
.index-swiper{
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}
.index-swiper .swiper-wrapper{
    
}
.index-swiper .swiper-wrapper .swiper-slide{
    width: 250px;
}
.index-swiper .swiper-wrapper .mname{
   display: flex;
   align-items: center;
   justify-content: center;
}
.tree-box .header{
    /* width: 236px; */
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #4093b1;
    color: #fff;
}
.tree-box .header .yname{
    font-size: 24px;
}
.tree-box .header .zname{
    font-size: 16px;
}
.tree-box ul li {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tree-box ul  {
    margin-top: 2px;
}
.tree-box ul .cur {
    background-color: #4093b1;
}
.tree-box ul li:hover  {
    background-color: #4093b1;
   
}
.tree-box ul li:hover a {
    color: #fff ;
   
}
.tree-box ul li a {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.tree-box .bottom{
    margin-top: 10px;
}
.tree-box .bottom .shang{
   width: 100%;
   height: 160px;
   background: url('images/img_about.jpg') no-repeat 100% 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.tree-box .bottom .shang .name{
    width: 150px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
}
.tree-box .bottom .shang .name:hover{
    background-color: #4093b1;
    border-color: #4093b1;
}
.tree-box .bottom .rexian{
    width: 236px;
    height: 90px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    background-color: #4093b1;
    flex-direction: column;
    padding: 0 20px;
}
.tree-box .bottom .rexian .name{
    font-size: 16px;
}




.mb .col-md-10{
    flex: 1;
}
.mb .col-md-2{
    flex: none;
    max-width: none;
    width: 236px;
    padding: 0 !important;
    margin-right: 15px;
}












/* css1 */

/*
Theme Name: 我的子主题
Template: twentytwentyone
*/

/* 案例/产品列表页样式 */
.portfolio-filters, .product-filters {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-item {
    padding: 8px 15px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.filter-item.active, .filter-item:hover {
    background: #007cba;
    color: white;
}

.portfolio-grid, .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.portfolio-item, .product-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}

.portfolio-item:hover, .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.portfolio-thumbnail img, .product-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.portfolio-info, .product-info {
    padding: 20px;
}

.portfolio-title, .product-title {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.portfolio-categories, .product-categories {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.portfolio-excerpt, .product-excerpt {
    color: #555;
    margin-bottom: 20px;
}

.portfolio-more, .product-more {
    display: inline-block;
    color: #007cba;
    text-decoration: none;
    font-weight: bold;
}

/* 详情页样式 */
.entry-header {
    margin: 30px 0;
}

.entry-thumbnail {
    margin: 30px 0;
    text-align: center;
}

.entry-thumbnail img {
    max-width: 100%;
    height: auto;
}

.entry-content {
    line-height: 1.8;
    margin-bottom: 40px;
}

.related-portfolio, .related-product {
    margin: 50px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .portfolio-grid, .product-grid {
        grid-template-columns: 1fr;
    }
}

/**common**/
* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
    font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

table,
td,
tr,
th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
    .w1200 {
        width: 95%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .w1200 {
        width: 95%;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .w1200 {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .w1200 {
        width: 95%;
    }
}

/*========== New 首页样式 begin ==========*/

/*头部及logo区域*/
.h_top {
    font-size: 0;
    padding: 0 0;
}

.h_top .logo {}

.h_top .logo a {
    display: block;
}

.h_top .logo img {
    height: 60px;
    margin: 18px 0;
}

.h_top .tel {
    padding: 7px 0 7px 43px;
    background: url(../images/top_tel.png) no-repeat left center;
    margin: 25px 0;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 50px;
    margin-right: 100px;
}

.h_top .tel span {
    font-size: 14px;
    color: #777;
    display: block;
    line-height: 100%;
}

.h_top .tel p {
    font-size: 26px;
    color: rgb(0, 65, 154);
    line-height: 100%;
    margin-top: 7px;
    font-weight: bold;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_top .tel {
        margin: 16px 0;
        display: none;
    }

    .h_top .logo {
        text-align: left;
        width: 62%;
    }
}

@media screen and (max-width: 767px) {
    .h_headtop .ppc {
        display: none;
    }

    .h_top .logo img {
        height: 45px;
        margin: 10px 0;
    }

    .h_top .tel {
        display: none;
    }
}

/*导航*/
.ly_nav {
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #dedede;
}

.nav {
    width: 100%;
}

.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 60px;
    width: 100%;
    background-color: rgb(0, 91, 172);
    z-index: 9999;
    transform: translateX(-50%);
    padding: 0;
   
}
.submenu li{
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submenu li a{
    color: #fff;
}
.submenu li:hover:not(.wu){
    background-color: #98B14C;
    border-top: 1px solid #fff;
}

.nav_item {
    float: left;
    position: relative;
    margin: 0;
    width: 14%;
}

.nav_item>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.nav_item>a {
    display: block;
    width: 60%;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.nav_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 21px;
    background: #d9d9d8;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.nav_item:hover>a {
    color: rgb(0, 65, 154);
}
.nav_item:hover .submenu{
    display: block;
}

.nav_item:hover>a:after {
    background-color: rgb(0, 65, 154);
}

.nav_item.on>a {
    color: rgb(0, 65, 154);
}

.nav_item.on>a:after {
    background-color: rgb(0, 65, 154);
}

.menu_open {
    display: none;
}

.nav_item_open {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(34px);
    transform: translateY(34px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    border-top: 4px solid #01557a;
    margin-top: 0;
}

.nav_item:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.subopen {
    display: none;
}

.nav_item2 {
    width: 100%;
    line-height: 48px;
}

.nav_item2 a {
    display: block;
    padding: 0 4%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.nav_item2:hover a {
    background-color: rgb(0, 65, 154);
    color: #fff;
    text-decoration: none;
}

.hcover {
    display: none;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .nav_item>a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .nav_item>a {
        font-size: 14px;
        width: 86%;
    }

    .nav_item:first-child>a:before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .ly_nav {
        position: static;
        width: auto;
        z-index: 9999999;
        background-color: #fff;
        border-top: 0;
    }

    .menu_open {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        padding: 5px 0;
        border: 1px solid #eaeaea;
        position: fixed;
        top: 13px;
        right: 2%;
        box-sizing: border-box;
        z-index: 999999;
        cursor: pointer;
    }

    .menu_open i {
        height: 2px;
        width: 50%;
        background-color: rgb(0, 65, 154);
        display: block;
        margin: 5px auto;
    }

    .menu_open:active {
        background-color: rgba(236, 97, 30, 0.8);
        border: 1px solid #ffb282;
    }

    .menu_open:active i {
        background-color: #fff;

    }


    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 9999999;
        overflow: hidden;
        background-color: rgb(0, 65, 154);
    }

    .hcover {
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 9999999;
    }

    .nav_ul {
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 10px;
        text-align: left;
    }

    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
        height: 50px;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav_item>a {
        width: 100%;
        display: block;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nav_item.on>a {
        color: #fff;
        background: rgb(0, 65, 154);
    }

    .nav_item>a:active {
        background-color: rgb(0, 65, 154);
        color: #fff;
    }

    .nav_item:hover>a {
        color: #fff;
    }

    .nav_item>a:after {
        display: none;
    }

    .nav_item i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .nav_item i:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        margin-bottom: -4px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 0;
        border-left: 0;
        position: absolute;
        bottom: 50%;
        right: 22px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav_item_open {
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: rgb(0, 65, 154);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
        border-top: none;
    }

    .subopen {
        display: block;
    }

    .subopen a {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        background: rgba(0, 0, 0, 0.1);
        text-indent: 30px;
        position: relative;
    }

    .subopen a:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        bottom: 50%;
        left: 22px;
        margin-bottom: -4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 0;
        border-bottom: 0;
    }

    .nav_item2 {
        position: relative;
    }

    .nav_item2 a {
        width: 100%;
        display: block;
        line-height: 30px;
        height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
        margin: 0;
        padding: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #fff;
        font-size: 14px;
    }

    .nav_item2:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav_item>a:hover,
    .nav_item>a.navon {
        background: none;
    }

    .nav_item:first-child>a:before {
        display: none;
    }

    .nav_item:before {
        display: none;
    }
}

/* banner 开始 */
.swiper-container1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*分页器*/
.swiper-container1 .swiper-pagination {
    width: 100%;
    height: 12px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 20px !important;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(0, 65, 154);
}

/*首页产品搜索*/
.h_search {
    background: #fff;
    height: 70px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

.h_search .w1200>.fl {
    width: 70%;
    position: relative;
}

.h_search .w1200>.fl .bd {
    line-height: 70px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.h_search .w1200>.fl .bd span {
    color: #333;
}

.h_search .fr {
    width: 22%;
}

.h_search .fr .search {
    background: #ffffff;
    overflow: hidden;
    margin: 15px 0;
    width: 100%;
}

.h_search .fr .search .input {
    width: 83%;
    height: 40px;
    padding: 0 5%;
    font-size: 14px;
    border: 1px solid #dedede;
    border-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: -10px;
    outline: none;
}

.h_search .fr .search .submit {
    width: 20%;
    height: 40px;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
    border: none;
    outline: none;
    border: 1px solid #dedede;
    border-left: 0;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_search .w1200>.fl .bd {
        font-size: 14px;
    }

    .h_search .w1200>.fl {
        width: 56%;
    }

    .h_search .fr {
        width: 40%;
    }

    .h_search .fr .search .input {
        width: 82%;
    }
}

@media screen and (max-width: 767px) {
    .h_search .w1200>.fl {
        display: none;
    }

    .h_search .fr {
        width: 100%;
        float: none;
    }

    .h_search {
        height: auto;
        padding: 15px 0;
        box-shadow: 0 14px 14px rgba(0, 0, 0, 0.1);
    }

    .h_search .fr .search {
        margin: 0 0;
    }

    .h_search .fr .search .input {
        width: 81%;
    }
}

/*首页产品展示*/
.h_product_box {
    padding-top: 40px;
    padding-bottom: 26px;
}

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

.h_public_title p {
    font-size: 26px;
    color: #c4c4c4;
    text-transform: uppercase;
}

.h_public_title span {
    display: block;
    font-size: 26px;
    color: rgb(0, 65, 154);
    margin-top: 6px;
    font-weight: bold;
}

.h_public_title span em {
    display: block;
    width: 43%;
    float: left;
    border-top: 1px solid #dcdcdc;
    position: relative;
    margin-top: 18px;
}

.h_public_title span em:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/tlt_icon1.png) center center no-repeat;
    position: absolute;
    top: -8px;
    right: 0;
}

.h_public_title span em.r:after {
    left: 0;
}

.h_public_title span i {
    display: block;
    width: 12%;
    float: left;
    padding: 0 1%;
    font-weight: bold;
}

.h_public_title2 p {
    color: #fff;
}

.h_public_title2 span {
    color: #fff;
}

.h_public_title2 span em {
    border-top: 1px solid #e4e4e4;
}

.h_public_title2 span em:after {
    background: url(../images/tlt_icon2.png) center center no-repeat;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_product_box {
        padding-top: 26px;
        padding-bottom: 15px;
    }

    .h_public_title span em {
        width: 40%;
    }

    .h_public_title span i {
        width: 18%;
    }
}

@media screen and (max-width: 767px) {
    .h_product_box {
        padding-top: 26px;
        padding-bottom: 15px;
    }

    .h_public_title {
        margin-bottom: 10px;
    }

    .h_public_title p {
        font-size: 18px;
    }

    .h_public_title span {
        font-size: 22px;
        margin-top: 0;
    }

    .h_public_title span em {
        width: 34%;
    }

    .h_public_title span i {
        width: 30%;
    }
}

/*产品分类*/
.cp_type {
    margin-bottom: 30px;
}

.cp_type .hd {
    background: rgb(0, 65, 154);
    padding: 16px 0 21px 20px;
    position: relative;
}

.cp_type .hd p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.cp_type .hd:before {
    content: "";
    display: block;
    width: 59px;
    height: 45px;
    background: url(../images/mulu_tlt.png) center center no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-60%);
}

.cp_type .hd span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
}

.cp_type .bd {
    border: 1px solid #dedede;
    border-top: 0;
    padding: 10px 3%;
}

.cp_type .bd ul li {
    margin-bottom: 1px;
    margin-bottom: 10px;
}

.cp_type .bd ul li p {
    background: #f4f4f4;
    height: 45px;
    line-height: 45px;
}

.cp_type .bd ul li p a {
    font-size: 16px;
    color: #333;
    display: block;
    width: 74%;
    padding: 0 0 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.cp_type .bd ul li p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(../images/mulu1.png) center center no-repeat;
    cursor: pointer;
    float: left;
}

.cp_type .bd ul li div {
    background: #fff;
    display: none;
}

.cp_type .bd ul li div a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-size: 15px;
    border-top: 1px solid #e7e5e5;
    padding: 0 10% 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon2.png) 6% center no-repeat;
}

.cp_type .bd ul li div a:first-child {
    border-top: 0;
}

.cp_type .bd ul li p:hover,
.cp_type .bd ul li.on p {
    background: rgb(0, 65, 154);
}

.cp_type .bd ul li p:hover a,
.cp_type .bd ul li.on p a {
    color: #fff;
}

.cp_type .bd ul li p:hover span {
    background: url(../images/mulu2.png) center center no-repeat;
}

.cp_type .bd ul li.on p span {
    background: url(../images/mulu3.png) center center no-repeat;
}

.cp_type .bd ul li div a:hover {
    color: rgb(0, 65, 154);
    background: url(../images/icon3.png) 6% center no-repeat;
}

.cp_type .bd a.pro_ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    background: rgb(0, 65, 154);
    width: 100%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.cp_type .bd a.pro_ckqb:hover {
    background: rgb(0, 65, 154);
    color: #fff;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 769px) {
    .cp_type .hd:before {
        display: none;
    }

    .cp_type .hd {
        background: rgb(0, 65, 154) url(../images/down.png) 94% center no-repeat;
        padding: 18px 3%;
        text-align: left;
        overflow: hidden;
    }

    .cp_type .hd.on {
        background: rgb(0, 65, 154) url(../images/up.png) 94% center no-repeat;
    }

    .cp_type .hd p {
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
    }

    .cp_type .hd span {
        display: inline-block;
        color: rgba(255, 255, 255, 1);
        font-style: italic;
        font-size: 13px;
    }

    .cp_type .bd ul li p a {
        font-size: 15px;
    }

    .cp_type .bd ul li div a {
        font-size: 14px;
    }

    .cp_type .bd ul li p {
        height: 48px;
        line-height: 48px;
    }

    .cp_type .bd ul li div a {
        height: 44px;
        line-height: 44px;
    }

    .cp_type .bd ul li p span {
        background-size: 16px;
    }

    .cp_type .bd ul li.on p span {
        background-size: 16px;
    }

    .cp_type .bd ul li p:hover span {
        background-size: 16px;
    }

    .cp_type .hd p:before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .cp_type .hd:before {
        display: none;
    }

    .cp_type .hd {
        background: rgb(0, 65, 154) url(../images/down.png) 94% center no-repeat;
        padding: 18px 3%;
        text-align: left;
        overflow: hidden;
    }

    .cp_type .hd.on {
        background: rgb(0, 65, 154) url(../images/up.png) 94% center no-repeat;
    }

    .cp_type .hd p {
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .cp_type .hd span {
        display: inline-block;
        color: rgba(255, 255, 255, 1);
        font-style: italic;
        font-size: 12px;
    }

    .cp_type .bd {
        display: none;
    }

    .cp_type .bd ul li p a {
        font-size: 15px;
    }

    .cp_type .bd ul li div a {
        font-size: 14px;
    }

    .cp_type .bd ul li p {
        height: 48px;
        line-height: 48px;
    }

    .cp_type .bd ul li div a {
        height: 44px;
        line-height: 44px;
    }

    .cp_type .bd ul li p span {
        background-size: 20px;
    }

    .cp_type .bd ul li.on p span {
        background-size: 20px;
    }

    .cp_type .bd ul li p:hover span {
        background-size: 20px;
    }
}

/*右侧产品展示*/
.h_product_box .h_pro_list {
    padding-top: 15px;
    min-height: 310px;
}

.h_product_box .h_pro_list li {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 25px;
    transition: all 0.3s;
    float: left;
}

.h_product_box .h_pro_list li:nth-child(4n) {
    margin-right: 0;
}

.h_product_box .h_pro_list li .pic {
    display: block;
    height: 240px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    text-align: center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}

.h_product_box .h_pro_list li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.h_product_box .h_pro_list li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.h_product_box .h_pro_list li .wz {
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 10px 3% 12px;
}

.h_product_box .h_pro_list li .wz .tlt {
    display: block;
    text-align: left;
    height: 44px;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    padding: 2px 4% 0 2%;
    width: 59%;
    float: left;
}

.h_product_box .h_pro_list li .wz .more {
    display: block;
    width: 35%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    background: rgb(0, 65, 154);
    margin-top: 4px;
}

.h_product_box .h_pro_list li:hover .wz .tlt {
    color: rgb(0, 65, 154);
}

.h_product_box .h_pro_list li:hover .wz .more {
    background: rgb(0, 65, 154);
}

.h_product_box .h_pro_list li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.h_more {
    display: block;
    width: 152px;
    height: 45px;
    background: rgb(0, 65, 154);
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 20px auto 0;
    border-radius: 40px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.h_more:hover {
    background: #ec6223;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .h_product_box {
        padding-top: 26px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_product_box .h_pro_list {
        min-height: 140px;
    }

    .h_product_box .h_pro_list li .pic {
        height: 135px;
    }

    .h_product_box .h_pro_list li {
        margin-bottom: 18px;
    }

    .h_product_box .h_pro_list li .wz .more {
        font-size: 12px;
        width: 100%;
    }

    .h_product_box .h_pro_list li .wz .tlt {
        padding: 2px 2% 0;
        width: 96%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .h_product_box .h_pro_list {
        min-height: 140px;
    }

    .h_product_box .h_pro_list li {
        width: 48.5%;
    }

    .h_product_box .h_pro_list li:nth-child(2n) {
        margin-right: 0;
    }

    .h_product_box .h_pro_list li .pic {
        height: 135px;
    }

    .h_product_box .h_pro_list li {
        margin-bottom: 18px;
    }

    .h_product_box .h_pro_list li .wz {
        padding: 10px 3% 16px;
    }

    .h_product_box .h_pro_list li .wz .more {
        font-size: 12px;
        width: 100%;
    }

    .h_product_box .h_pro_list li .wz .tlt {
        padding: 2px 2% 0;
        width: 96%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }

    .h_more {
        height: 40px;
        line-height: 40px;
        margin: 14px auto 0;
    }
}

/*首页新闻中心*/
.h_news {
    padding: 15px 0 50px;
}

.h_news ul {
    min-height: 450px;
}

.h_news ul li {
    float: left;
    width: 48.5%;
    padding: 15px 0%;
    margin-right: 3%;
}

.h_news ul li:nth-child(2n) {
    margin-right: 0;
}

.h_news ul li .newslist_wrap {
    display: block;
    float: left;
    width: 96%;
    padding: 15px 2%;
    position: relative;
    background: #f4f4f4;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.h_news ul li .data {
    float: left;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 92px;
    text-align: center;
    padding: 15px 11px 0 0;
    color: #a2a2a2;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial;
}

.h_news ul li .data time {
    display: block;
    color: #c8c8c8;
    font-size: 35px;
    line-height: 36px;
    margin: 5px 0;
}

.h_news ul li .info {
    min-height: 90px;
    padding-left: 108px;
}

.h_news ul li .tit {
    display: block;
    float: left;
    width: 90%;
    color: #333333;
    font-size: 17px;
    line-height: 28px;
    margin: 5px 0 8px 0;
    padding-right: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_news ul li .p1 {
    float: left;
    width: 100%;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    height: 46px;
    overflow: hidden;
}

.h_news ul li:hover .newslist_wrap {
    background: rgb(0, 65, 154);
}

.h_news ul li:hover .tit {
    color: #fff;
}

.h_news ul li:hover .tit {
    background: url(../images/main48.png) right center no-repeat;
}

.h_news ul li:hover .p1 {
    color: #fff;
}

.h_news ul li:hover .data {
    color: #fff;
}

.h_news ul li:hover .data time {
    color: #fff;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_news {
        padding: 15px 0 40px;
    }

    .h_news ul {
        min-height: 120px;
    }

    .h_news ul li {
        padding: 10px 0%;
    }

    .h_news ul li .newslist_wrap {
        width: 92%;
        padding: 12px 4%;
    }

    .h_news ul li .tit {
        font-size: 16px;
    }

    .h_news ul li .data {
        width: 68px;
    }

    .h_news ul li .info {
        padding-left: 88px;
    }
}

@media screen and (max-width: 767px) {
    .h_news {
        padding: 15px 0 35px;
    }

    .h_news ul {
        min-height: 120px;
    }

    .h_news ul li {
        padding: 5px 0%;
        width: 100%;
        margin-right: 0;
    }

    .h_news ul li .newslist_wrap {
        width: 92%;
        padding: 12px 4%;
    }

    .h_news ul li .tit {
        font-size: 16px;
        margin: 5px 0 4px 0;
    }

    .h_news ul li .data {
        width: 68px;
    }

    .h_news ul li .info {
        padding-left: 88px;
    }

    .h_news ul li .data time {
        font-size: 26px;
    }
}

/*首页关于我们*/
.h_about_box {
    background: #3d3f4c url(../images/about_bg.jpg) top center no-repeat;
    padding: 40px 0 46px;
}

.h_about_box .conn {
    padding-top: 15px;
}

.h_about_box .conn .pic {
    display: block;
    width: 30%;
    height: 336px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.h_about_box .conn .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.h_about_box .conn .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.h_about_box .conn .wz {
    width: 65%;
    float: right;
}

.h_about_box .conn .wz .tlt {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_about_box .conn .wz .desc {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin: 20px 0;
    height: 175px;
    overflow: hidden;
}

.h_about_box .conn .wz .more {
    display: block;
    width: 152px;
    height: 45px;
    border: 1px solid #fff;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 35px 0 0;
    border-radius: 40px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.h_about_box .conn .wz .more:hover {
    background: #eb601d;
    border: 1px solid #eb601d;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .h_about_box {
        padding: 24px 0 40px;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_about_box {
        padding: 24px 0 35px;
    }

    .h_about_box .conn .pic {
        height: 280px;
    }
}

@media screen and (max-width: 767px) {
    .h_about_box {
        padding: 26px 0 34px;
    }

    .h_about_box .conn .pic {
        display: none;
    }

    .h_about_box .conn .wz {
        width: 100%;
    }

    .h_about_box .conn .wz .tlt {
        font-size: 18px;
        text-align: center;
    }

    .h_about_box .conn .wz .desc {
        font-size: 14px;
        text-align: center;
    }

    .h_about_box .conn .wz .more {
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }
}

/*首页公司相册和荣誉资质*/
.h_honor_box {
    padding: 40px 0 46px;
}

.h_honor_box .hd {
    text-align: center;
}

.h_honor_box .hd span {
    display: inline-block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #555;
    border-radius: 40px;
    margin: 0 12px;
    cursor: pointer;
    background: #f1f1f1;
}

.h_honor_box .hd span:hover {
    background: #eb601d;
    color: #fff;
}

.h_honor_box .hd span.on {
    background: #eb601d;
    color: #fff;
}

.h_honor_box .bd ul {
    display: none;
    padding-top: 30px;
    overflow: hidden;
    min-height: 210px;
}

.h_honor_box .bd ul li {
    margin-right: 3%;
    width: 22.75%;
    float: left;
}

.h_honor_box .bd ul li:nth-child(4n) {
    margin-right: 0;
}

.h_honor_box .bd ul li div {
    border: 1px solid #dbdbdb;
    padding: 4px;
}

.h_honor_box .bd ul li a.pic {
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
}

.h_honor_box .bd ul li a.pic img {
    max-width: 96%;
    max-height: 96%;
    vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.h_honor_box .bd ul li a.pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.h_honor_box .bd ul.on {
    display: block;
}

.h_honor_box .bd ul li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.h_honor_box .bd ul li:hover div {
    border: 1px solid #eb601d;
}

.h_honor_box .bd ul li .tlt {
    display: none;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_honor_box .bd ul {
        min-height: 140px;
    }

    .h_honor_box .bd ul li a.pic {
        height: 135px;
    }

    .h_honor_box {
        padding: 38px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .h_honor_box {
        padding: 32px 0 20px;
    }

    .h_honor_box .hd span {
        margin: 0 5px;
    }

    .h_honor_box .bd ul {
        min-height: 140px;
    }

    .h_honor_box .bd ul li {
        width: 48.5%;
        margin-bottom: 14px;
    }

    .h_honor_box .bd ul li:nth-child(2n) {
        margin-right: 0;
    }

    .h_honor_box .bd ul li a.pic {
        height: 135px;
    }
}

/* 友情链接 */
.h_link_box {
    margin-top: 4px;
    background: #f2f2f2;
}

.h_link_box .w1200 {
    margin: 0 auto;
}

.h_link_box .cate-title {
    font-size: 16px;
    color: #000000;
    float: left;
    width: 9%;
    background: url(../images/link_icon.png) no-repeat 8% 27px;
    color: #222;
    padding: 30px 0 24px 3%;
}

.h_link_box .list {
    padding: 30px 0 24px;
    float: right;
    width: 88%;
}

.h_link_box .list li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 26px;
    margin-bottom: 10px;
}

.h_link_box .list a {
    display: block;
    font-size: 14px;
    color: #666666;
    transition: all 0.3s;
}

.h_link_box .list a:hover {
    color: #c2020a;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .h_link_box .cate-title {
        width: 8%;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_link_box .cate-title {
        width: 12%;
        padding: 22px 0 22px 5%;
        background: url(../images/link_icon.png) no-repeat 8% 20px;
    }

    .h_link_box .list {
        width: 83%;
        padding: 22px 0 22px;
    }
}

@media screen and (max-width: 767px) {
    .h_link_box {
        margin-top: 0;
    }

    .h_link_box .cate-title {
        width: 92%;
        background: url(../images/link_icon.png) no-repeat 0% 14px;
        padding: 17px 0 13px 8%;
    }

    .h_link_box .list {
        padding: 0px 0 24px;
        width: 100%;
    }
}

/*底部样式*/
.h_foot .pz_down {
    width: 100%;
    background-color: #1d2122;
}

.h_foot .pz_down .footT {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.h_foot .pz_down .footTit {
    float: left;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.h_foot .pz_down .footAddr {
    float: left;
    width: 400px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.h_foot .pz_down .footAddr .dAddr {
    float: left;
    width: 100%;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_foot .pz_down .footAddr .ico {
    float: left;
    width: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.h_foot .pz_down .footNav {
    float: left;
    width: 316px;
    padding: 0 0 0 100px;
    min-height: 185px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 20px;
}

.h_foot .pz_down .footNav .dNav {
    float: left;
    width: 100%;
    margin-top: 0;
}

.h_foot .pz_down .footNav .dNav li {
    float: left;
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.h_foot .pz_down .footNav .dNav li a {
    float: left;
    width: 100%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_foot .pz_down .footNav .dNav li a:hover {
    color: #ffffff;
}

.h_foot .pz_down .footUs {
    float: right;
    width: 285px;
}

.h_foot .pz_down .footUs .ewm1 {
    float: left;
    width: 100%;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 15px 0;
    display: none;
}

.h_foot .pz_down .footUs .ewm2 {
    float: left;
    width: 100%;
}

.h_foot .pz_down .footUs .ewm2 .img {
    width: 108px;
    height: 108px;
    line-height: 0;
    border: 1px solid #ededed;
    margin: 0 auto 10px;
}

.h_foot .pz_down .footUs .ewm2 .info {
    width: 100%;
    overflow: hidden;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    padding: 0;
}

.h_foot .pz_down .foot_cp .w1200 {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

.h_foot .pz_down .Copyright {
    line-height: 24px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.h_foot .pz_down .Copyright a {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}

.h_foot .pz_down .Copyright a:hover {
    color: #fff;
}

.h_foot .pz_down .footMap {
    float: right;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 22px;
}

.h_foot .pz_down .footMap a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
}

.h_foot .pz_down .footMap a:hover {
    color: #c2020a;
}

.h_foot .pz_down .foot_cp {
    clear: both;
    width: 100%;
    background: #171a1a;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .h_foot .pz_down .footAddr {
        width: 30%;
    }

    .h_foot .pz_down .footNav {
        width: 30%;
        padding: 0 0 0 5%;
    }

    .h_foot .pz_down .footNav .dNav li {
        width: 43%;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .h_foot .pz_down .footNav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .h_foot .pz_down .footAddr {
        width: 100%;
    }

    .h_foot .pz_down .footNav {
        width: 100%;
        padding: 0;
        border: 0;
        margin-left: 0;
        display: none;
    }

    .h_foot .pz_down .footTit {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .h_foot .pz_down .footUs {
        width: 100%;
        text-align: left;
    }

    .h_foot .pz_down .footUs .footTit {
        text-align: center !important;
    }

    .h_foot .pz_down .footUs .ewm2 .img {
        margin: 0 auto 10px;
    }

    .h_foot .pz_down .footUs .ewm2 .info {
        text-align: center;
    }

    .h_foot .pz_down .Copyright {
        font-size: 12px;
        ling-height: 18px;
    }

    .h_foot .pz_down .foot_cp .w1200 {
        padding: 10px 0;
    }

    .h_foot .pz_down .footT {
        padding: 22px 0;
    }
}

/*侧边漂浮*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 30%;
    z-index: 999;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan {
    display: none;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 15px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: rgb(0, 65, 154);
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: rgb(0, 65, 154);
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .client-2 {
        top: 75%;
    }

    .client-2 .my-kefu-left {
        display: none;
    }

    .client-2 {
        right: 10px;
    }

    .client-2 li {
        height: 45px;
        margin-bottom: 10px;
        left: 0 !important;
    }

    .client-2 li.my-kefu-liuyan {
        display: none;
    }

    .client-2 li.my-kefu-weixin {
        display: none;
    }

    .client-2 .my-kefu-tel-main {
        width: 45px;
        height: 45px;
        padding: 0;
        border-radius: 50%;
        background-image: linear-gradient(to top right, rgb(0, 65, 154), #ef3232);
        opacity: 0.9;
    }

    .client-2 .my-kefu-tel-right {
        font-size: 0;
        border-left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        float: none;
        display: block;
        background: url(../images/suspension-bgxin.png) center center no-repeat;
    }

    .client-2 .my-kefu-main {
        width: 45px;
        height: 45px;
        padding: 0;
        background-image: linear-gradient(to top right, #eb5b19, yellow);
        border-radius: 50%;
    }

    .client-2 .my-kefu-right {
        font-size: 0;
        border-left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        float: none;
        display: block;
        background: url(../images/suspension-bgxin1.png) center center no-repeat;
    }

    .client-2 .my-kefu-ftop {
        display: block !important;
        left: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .client-2 {
        top: 75%;
    }

    .client-2 .my-kefu-left {
        display: none;
    }

    .client-2 {
        right: 10px;
    }

    .client-2 li {
        height: 45px;
        margin-bottom: 10px;
        left: 0 !important;
    }

    .client-2 li.my-kefu-liuyan {
        display: none;
    }

    .client-2 li.my-kefu-weixin {
        display: none;
    }

    .client-2 .my-kefu-tel-main {
        width: 45px;
        height: 45px;
        padding: 0;
        border-radius: 50%;
        background-image: linear-gradient(to top right, rgb(0, 65, 154), #ef3232);
        opacity: 0.9;
    }

    .client-2 .my-kefu-tel-right {
        font-size: 0;
        border-left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        float: none;
        display: block;
        background: url(../images/suspension-bgxin.png) center center no-repeat;
    }

    .client-2 .my-kefu-main {
        width: 45px;
        height: 45px;
        padding: 0;
        background-image: linear-gradient(to top right, #eb5b19, yellow);
        border-radius: 50%;
    }

    .client-2 .my-kefu-right {
        font-size: 0;
        border-left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        float: none;
        display: block;
        background: url(../images/suspension-bgxin1.png) center center no-repeat;
    }

    .client-2 .my-kefu-ftop {
        display: block !important;
        left: auto !important;
    }
}

/*========== New 首页样式 end ==========*/

/*========== 内页样式 begin========== */
/**nybanner**/
.ny_banner {
    width: 100%;
    position: relative;
    background: url(../images/ny_banner.jpg) center center no-repeat;
    overflow: hidden;
}

.ny_banner .slideshow {
    height: 245px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1199px) and (min-width: 1001px) {
    .ny_banner .slideshow {
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .ny_banner .slideshow {
        height: 160px;
    }
}

@media screen and (max-width: 760px) {
    .ny_banner .slideshow {
        height: 130px;
    }
}

@media screen and (max-width: 480px) {
    .ny_banner .slideshow {
        height: 105px;
    }
}

/*========== 内页样式 end========== */

/*内页面包屑导航*/
.ny_bread_nav {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin: 30px 0;
}

.ny_bread_nav .box_right_title {
    color: #555;
    line-height: 38px;
    font-size: 20px;
}

.ny_bread_nav .box_right_title>span {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
}

.ny_bread_nav .bt_text_y {
    font-size: 14px;
    line-height: 31px;
    float: right;
    min-height: 30px;
    margin-top: -36px;
    max-width: 81%;
    background: url(../images/home.png) left center no-repeat;
    padding-left: 20px;
}

.ny_bread_nav .bt_text_y span {
    float: right;
    color: #666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.ny_bread_nav .bt_text_y span a {
    color: #666;
}

.ny_bread_nav .bt_text_y span a:hover {
    color: rgb(0, 65, 154);
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .ny_bread_nav .bt_text_y {
        max-width: 64%;
    }
}

@media screen and (max-width: 767px) {
    .ny_bread_nav {
        margin: 24px 0 15px;
        padding-bottom: 14px;
    }

    .ny_bread_nav .bt_text_y {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-top: 0;
    }
}

/*内页关于我们*/
/*1、公司简介*/
.ny_about_gsjj {
    margin-bottom: 35px;
}

.ny_about_tlt {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    padding-bottom: 24px;
}

.ny_about_tlt:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: rgb(0, 65, 154);
    margin-left: -33px;
    width: 66px;
    height: 2px;
}

.ny_about_gsjj .aboutC1 {
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    margin: 30px 0;
    padding: 0 0;
    min-height: 300px;
}

.ny_about_gsjj .aboutC1 p {
    font-size: 16px;
    line-height: 36px;
}

.ny_about_gsjj .about1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.ny_about_gsjj .aboutC2 {
    float: left;
    width: 90%;
    margin: 29px 0 0 0;
    padding: 40px 5%;
}

.ny_about_gsjj .aboutC2 .cont {
    float: right;
    width: 50%;
    background: rgb(0, 65, 154);
    background: rgba(244, 94, 43, 0.8);
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding: 40px;
}

.ny_about_gsjj .aboutC2 .cont .p1 {
    float: left;
    width: 100%;
    margin: 36px 0 62px 0;
    color: #fff;
    font-size: 18px;
}

.ny_about_gsjj .aboutC2 .cont .p0 {
    float: left;
    width: 100%;
    line-height: 0;
}

.ny_about_tjcp {
    padding-top: 30px;
}

/*2、推荐产品*/

/*3、企业文化*/
.ny_about_qywh {
    padding: 20px 0 20px;
}

.ny_about_qywh ul.conn {
    padding-top: 40px;
}

.ny_about_qywh ul.conn li {
    background: #f1f1f1;
    border-radius: 10px;
    float: left;
    margin-right: 2%;
    width: 23.5%;
    padding: 40px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ny_about_qywh ul.conn li:nth-child(4n) {
    margin-right: 0;
}

.ny_about_qywh ul.conn li .icon {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    overflow: hidden;
    background: rgb(0, 65, 154);
    margin: 0 auto 22px;
}

.ny_about_qywh ul.conn li.a1 .icon {
    background: rgb(0, 65, 154) url(../images/aboutus_qywh_icon1_1.png) center center no-repeat;
}

.ny_about_qywh ul.conn li.a2 .icon {
    background: rgb(0, 65, 154) url(../images/aboutus_qywh_icon2_1.png) center center no-repeat;
}

.ny_about_qywh ul.conn li.a3 .icon {
    background: rgb(0, 65, 154) url(../images/aboutus_qywh_icon3_1.png) center center no-repeat;
}

.ny_about_qywh ul.conn li.a4 .icon {
    background: rgb(0, 65, 154) url(../images/aboutus_qywh_icon4_1.png) center center no-repeat;
}

.ny_about_qywh ul.conn li.a1:hover .icon {
    background: #fff url(../images/aboutus_qywh_icon1_2.png) center center no-repeat;
}

.ny_about_qywh ul.conn li.a2:hover .icon {
    background: #fff url(../images/aboutus_qywh_icon2_2.png) center center no-repeat;
}

.ny_about_qywh ul.conn li.a3:hover .icon {
    background: #fff url(../images/aboutus_qywh_icon3_2.png) center center no-repeat;
}

.ny_about_qywh ul.conn li.a4:hover .icon {
    background: #fff url(../images/aboutus_qywh_icon4_2.png) center center no-repeat;
}

.ny_about_qywh ul.conn li p {
    font-size: 18px;
    color: #555;
    text-align: center;
    padding: 0 4%;
}

.ny_about_qywh ul.conn li em {
    display: block;
    width: 40px;
    height: 1px;
    background: #dedede;
    margin: 15px auto;
}

.ny_about_qywh ul.conn li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #555;
    padding: 0 4%;
    height: 39px;
    overflow: hidden;
}

.ny_about_qywh ul.conn li:hover {
    background: rgb(0, 65, 154);
}

.ny_about_qywh ul.conn li:hover p {
    color: #fff;
}

.ny_about_qywh ul.conn li:hover em {
    background: #fff;
}

.ny_about_qywh ul.conn li:hover span {
    color: #fff;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .ny_about_gsjj .aboutC2 .cont {
        width: 80%;
    }

    .ny_about_gsjj .aboutC2 .cont .p1 {
        font-size: 16px;
    }

    .ny_about_tlt {
        font-size: 24px;
    }

    .ny_about_qywh {
        padding: 0px 0 6px;
    }
}

@media screen and (max-width: 767px) {
    .ny_about_gsjj {
        margin-bottom: 20px;
    }

    .ny_about_gsjj .aboutC2 {
        background-size: contain !important;
        padding: 0 0;
        margin: 15px 0 0 0;
        width: 100%;
    }

    .ny_about_gsjj .aboutC2 .cont {
        width: 94%;
        padding: 15px 3%;
    }

    .ny_about_gsjj .aboutC2 .cont .p1 {
        font-size: 16px;
    }

    .ny_about_gsjj .aboutC2 .cont .p0 {
        display: none;
    }

    .ny_about_gsjj .aboutC1 p {
        font-size: 15px;
        line-height: 30px;
    }

    .ny_about_tlt {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .ny_about_qywh {
        padding: 0px 0 6px;
    }

    .ny_about_qywh ul.conn li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 22px 0;
    }

    .ny_about_tjcp {
        padding-top: 0px;
    }
}

/*简介页面推荐产品滚动*/
.lyTest {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.swiper-container4 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-container4 .swiper-slide {}

.swiper-container4 .swiper-slide .pic {
    display: block;
    height: 240px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    text-align: center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}

.swiper-container4 .swiper-slide .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.swiper-container4 .swiper-slide .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.swiper-container4 .swiper-slide .wz {
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 10px 3% 12px;
}

.swiper-container4 .swiper-slide .wz .tlt {
    display: block;
    text-align: left;
    height: 44px;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    padding: 2px 4% 0 2%;
    width: 59%;
    float: left;
}

.swiper-container4 .swiper-slide .wz .more {
    display: block;
    width: 35%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    background: rgb(0, 65, 154);
    margin-top: 4px;
}

.swiper-container4 .swiper-slide:hover .wz .tlt {
    color: rgb(0, 65, 154);
}

.swiper-container4 .swiper-slide:hover .wz .more {
    background: rgb(0, 65, 154);
}

.swiper-container4 .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*分页器*/
.lyTest .swiper-button-prev4,
.lyTest .swiper-button-next4 {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: 50% !important;
    margin: -34px 0 0 !important;
    cursor: pointer;
}

.lyTest .swiper-button-prev4 {
    background: url(../images/jiantou_l.png) center center no-repeat;
    left: -60px;
}

.lyTest .swiper-button-next4 {
    background: url(../images/jiantou_r.png) center center no-repeat;
    right: -60px;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .lyTest {
        width: 90%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .lyTest {
        width: 90%;
    }

    .swiper-container4 .swiper-slide .pic {
        height: 200px;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {

    .lyTest .swiper-button-prev4,
    .lyTest .swiper-button-next4 {
        display: none;
    }

    .swiper-container4 .swiper-slide .pic {
        height: 135px;
    }

    ..swiper-container4 .swiper-slide .wz .more {
        font-size: 12px;
        width: 100%;
    }

    .swiper-container4 .swiper-slide .wz .tlt {
        padding: 2px 2% 0;
        width: 96%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    .lyTest .swiper-button-prev4,
    .lyTest .swiper-button-next4 {
        display: none;
    }

    .swiper-container4 .swiper-slide .pic {
        height: 135px;
    }

    .swiper-container4 .swiper-slide .wz {
        padding: 10px 3% 16px;
    }

    .swiper-container4 .swiper-slide .wz .more {
        font-size: 12px;
        width: 100%;
    }

    .swiper-container4 .swiper-slide .wz .tlt {
        padding: 2px 2% 0;
        width: 96%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
}

.ny_content_bd {
    padding-top: 15px;
}

/*内页新闻中心*/
.ny_newslist {
    margin-bottom: 40px;
    min-height: 400px;
}

.ny_newslist li {
    padding: 15px 20px;
    background: #f8f8f8;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.ny_newslist li .tlt_wrap {
    overflow: hidden;
}

.ny_newslist li .tlt_wrap .tlt {
    float: left;
    width: 75%;
    display: block;
    font-size: 17px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_newslist li .tlt_wrap span {
    display: block;
    float: right;
    width: 20%;
    text-align: right;
    font-size: 15px;
    color: #999;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.ny_newslist li .tlt_wrap span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/time.png) center center no-repeat;
    margin-right: 5px;
    margin-top: -4px;
    vertical-align: middle;
}

.ny_newslist li .desc {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}

.ny_newslist li:hover {
    box-shadow: 0 0 18px #dedede;
}

.ny_newslist li:hover .tlt_wrap .tlt {
    color: rgb(0, 65, 154);
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .ny_newslist li .tlt_wrap .tlt {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ny_newslist li {
        padding: 10px 10px;
        margin-bottom: 16px;
    }

    .ny_newslist li .tlt_wrap .tlt {
        font-size: 15px;
        width: 67%;
    }

    .ny_newslist li .tlt_wrap span {
        width: 33%;
        font-size: 14px;
    }

    .ny_newslist li .desc {
        font-size: 14px;
    }

    .ny_content_bd {
        min-height: inherit;
    }
}

/*内页-新闻详情&文章详情*/
.ny_newsdetail {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 60px;
    padding: 0;
}

.ny_newsdetail .ny_newsdetail_title {
    width: 100%;
    overflow: hidden;
    line-height: 32px;
    color: #32353a;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0;
}

.ny_newsdetail .ny_newsdetail_tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    color: #aaa;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 10px;
    background-color: #f5f5f5;
}

.ny_newsdetail .ny_newsdetail_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
    color: #565656;
    font-size: 15px;
    text-align: justify;
    min-height: 500px;
}

.ny_newsdetail_con p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #565656;
    font-size: 15px;
    text-align: justify;
    _text-indent: 2em;
    margin: 0 auto;
    padding: 0;
}

.ny_newsdetail_con p span,
.ny_newsdetail_con span,
.ny_newsdetail_con p em,
.ny_newsdetail_con em {
    color: #565656 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    font-size: 15px !important;
}

.ny_newsdetail_con table tr td p {
    text-indent: 0 !important;
}

.ny_newsdetail_con img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
    text-indent: 0 !important;
}

.ny_PrevNext {
    width: 100%;
    overflow: hidden;
    margin: 30px auto 30px;
    padding: 0;
}

.ny_PrevNext ul li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    padding: 10px 20px;
    background-color: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #565656;
}

.ny_PrevNext ul li:last-child {
    margin: 0 auto;
}

.ny_PrevNext ul li a {
    width: 100%;
    overflow: hidden;
    color: #565656;
    font-size: 14px;
    margin: 0 auto;
}

.ny_PrevNext ul li:hover a {
    color: #fff;
}

.ny_PrevNext ul li:hover {
    background-color: rgb(0, 65, 154);
    color: #fff;
}

.xq_himg {
    display: block;
    width: 100%;
    height: 400px;
    text-align: center;
    margin-bottom: 40px;
}

.xq_himg img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}

.xq_himg .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .ny_newsdetail {
        width: 90%;
    }
}

@media screen and (max-width: 1079px) and (min-width: 1024px) {
    .ny_newsdetail {
        width: 96%;
        margin: 0 auto 50px;
    }

    .ny_newsdetail .ny_newsdetail_title,
    .ny_newsdetail .ny_newsdetail_tips {
        margin: 0 auto 25px;
    }

    .ny_PrevNext {
        margin: 25px auto 30px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .ny_newsdetail {
        width: 96%;
        margin: 0 auto 40px;
    }

    .ny_newsdetail .ny_newsdetail_title,
    .ny_newsdetail .ny_newsdetail_tips {
        margin: 0 auto 20px;
    }

    .ny_PrevNext {
        margin: 20px auto 30px;
    }
}

@media (max-width: 767px) {
    .ny_newsdetail {
        width: 94%;
        margin: 0 auto 40px;
    }

    .ny_newsdetail .ny_newsdetail_title,
    .ny_newsdetail .ny_newsdetail_tips {
        margin: 0 auto 20px;
        -webkit-box-sizing: border-box;
    }

    .ny_PrevNext {
        margin: 20px auto 30px;
    }

    .ny_newsdetail .ny_newsdetail_con {
        max-height: 9999999999999999px;
        min-height: inherit;
    }

    .ny_newsdetail_con div {
        max-height: 9999999999999999px;
        line-height: 30px;
        color: #565656;
        font-size: 15px;
        text-align: justify;
    }

    .xq_himg {
        height: 300px;
    }
}

/*内页产品中心*/
.ny_content_bd .ny_left {
    width: 23%;
    float: left;
}

.ny_content_bd .ny_right {
    width: 75%;
    float: right;
}

.ny_right .ny_pro_list {
    min-height: 400px;
}

.ny_right .ny_pro_list li {
    width: 31.333333%;
    margin-right: 3%;
    margin-bottom: 25px;
    transition: all 0.3s;
    float: left;
}

.ny_right .ny_pro_list li:nth-child(3n) {
    margin-right: 0;
}

.ny_right .ny_pro_list li .pic {
    display: block;
    height: 240px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    text-align: center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}

.ny_right .ny_pro_list li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.ny_right .ny_pro_list li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.ny_right .ny_pro_list li .wz {
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 10px 3% 12px;
}

.ny_right .ny_pro_list li .wz .tlt {
    display: block;
    text-align: left;
    height: 44px;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    padding: 2px 4% 0 2%;
    width: 59%;
    float: left;
}

.ny_right .ny_pro_list li .wz .more {
    display: block;
    width: 35%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    background: rgb(0, 65, 154);
    margin-top: 4px;
}

.ny_right .ny_pro_list li:hover .wz .tlt {
    color: rgb(0, 65, 154);
}

.ny_right .ny_pro_list li:hover .wz .more {
    background: rgb(0, 65, 154);
}

.ny_right .ny_pro_list li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 769px) {
    .ny_content_bd .ny_left {
        width: 26%;
    }

    .ny_content_bd .ny_right {
        width: 71%;
    }

    .ny_right .ny_pro_list li .pic {
        height: 135px;
    }

    .ny_right .ny_pro_list li {
        margin-bottom: 18px;
    }

    .ny_right .ny_pro_list li .wz .more {
        font-size: 12px;
        width: 100%;
    }

    .ny_right .ny_pro_list li .wz .tlt {
        padding: 2px 2% 0;
        width: 96%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .ny_content_bd .ny_left {
        width: 100%;
    }

    .ny_content_bd .ny_right {
        width: 100%;
    }

    .ny_right .ny_pro_list li {
        width: 48.5%;
    }

    .ny_right .ny_pro_list li:nth-child(2n) {
        margin-right: 0;
    }

    .ny_right .ny_pro_list li:nth-child(3n) {
        margin-right: 3%;
    }

    .ny_right .ny_pro_list li:nth-child(6n) {
        margin-right: 0;
    }

    .ny_right .ny_pro_list li .pic {
        height: 135px;
    }

    .ny_right .ny_pro_list li {
        margin-bottom: 18px;
    }

    .ny_right .ny_pro_list li .wz {
        padding: 10px 3% 16px;
    }

    .ny_right .ny_pro_list li .wz .more {
        font-size: 12px;
        width: 100%;
    }

    .ny_right .ny_pro_list li .wz .tlt {
        padding: 2px 2% 0;
        width: 96%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
}

/*内页产品列表页右侧产品列表*/
.ny_right .ny_prolist_list li {
    transition: all 0.3s;
    margin-bottom: 30px;
}

.ny_right .ny_prolist_list li .pro_wrap {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.ny_right .ny_prolist_list li .pro_wrap:hover {
    border: 1px solid rgb(0, 65, 154);
}

.ny_right .ny_prolist_list li .pro_wrap .pro_img {
    display: block;
    width: 22%;
    height: 160px;
    overflow: hidden;
    margin: 0 3% 0 0;
    float: left;
    text-align: center;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_img img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.ny_right .ny_prolist_list li:hover .pro_img img {
    -webkit-transform: scale(1.05) rotate(0deg) translateY(0);
    -ms-transform: scale(1.05) rotate(0deg) translateY(0);
    transform: scale(1.05) rotate(0deg) translateY(0);
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text {
    width: 60%;
    overflow: hidden;
    float: left;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text a.tlt {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #222;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_right .ny_prolist_list li .pro_wrap:hover .pro_text a.tlt {
    color: rgb(0, 65, 154);
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text p {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text .others {
    color: #828282;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text .others i {
    font-style: normal;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text .others span {
    display: block;
    float: left;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px 0 32px;
    background: #f1f1f1;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs1 {
    background: #f1f1f1 url(../images/cs1.png) no-repeat 10px center;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs2 {
    background: #f1f1f1 url(../images/cs2.png) no-repeat 10px center;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs3 {
    background: #f1f1f1 url(../images/cs3.png) no-repeat 10px center;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_ck {
    display: block;
    width: 14%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: rgb(0, 65, 154);
    margin: 55px 0;
    float: right;
}

.ny_right .ny_prolist_list li .pro_wrap .pro_ck img {
    display: inline-block;
    width: 25px;
    height: 7px;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    margin: 0px 0 0 8px;
}

@media screen and (max-width: 1220px) and (min-width: 1080px) {
    .ny_right .ny_prolist_list li .pro_wrap .pro_text {
        width: 75%;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_ck {
        display: none;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text .others span {
        max-width: 150px;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .ny_right .ny_prolist_list li .pro_wrap .pro_text {
        width: 75%;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_ck {
        display: none;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text .others span {
        max-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .ny_right .ny_prolist_list li .pro_wrap .pro_img {
        width: 30%;
        height: 130px;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text {
        width: 67%;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_ck {
        display: none;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text a.tlt {
        font-size: 15px;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text p {
        margin-top: 0;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text .others {
        margin-top: 8px;
        height: auto;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text .others span {
        padding: 0 2%;
        margin-bottom: 6px;
    }

    .ny_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs1,
    .ny_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs2,
    .ny_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs3 {
        background: #f1f1f1;
    }
}

/*内页-在线留言 开始*/
.ly_NyOrder {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 60px;
    padding: 0;
}

.ly_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ly_msg h3 {
    display: none !important;
}

.ly_msg ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ly_msg ul li {
    width: 100%;
    overflow: hidden;
    line-height: 44px;
    margin: 0 auto 30px !important;
    padding: 0;
    color: #999;
    font-size: 14px;
}

.ly_msg ul li:last-child {
    margin: 0 auto !important;
}

.ly_msg ul li h4 {
    width: 12% !important;
    height: 44px !important;
    overflow: hidden;
    line-height: 44px !important;
    margin: 0;
    padding: 0 12px 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;
}

.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;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_tara {
    width: 88% !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_ipt2 {
    height: 44px !important;
    background: url(../images/tb_img.png) right center no-repeat !important;
}

.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;
}

.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;
}

.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;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input {
    height: 44px !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input,
.msg_tara textarea {
    font-size: 14px !important;
    background-color: #f8f8f8 !important;
    border: none !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
    outline: none !important;
    resize: none !important;
}

.ly_msg ul li .msg_ipt1 #selPvc {
    height: 44px !important;
    line-height: 44px !important;
    color: #666 !important;
    font-size: 14px !important;
    background-color: #f8f8f8 !important;
    border: none !important;
    padding: 0 15px !important;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ly_msg ul li .msg_ipt2,
.msg_ipt2 input {
    width: 160px !important;
}

.ly_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

.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;
}

.ly_msg ul li a.yzm_img {
    width: 120px !important;
    height: 44px !important;
    background: url(../images/tb_img.png) right center no-repeat !important;
}

.ly_msg ul li a.yzm_img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.ly_msg ul li .msg_btn {
    width: 83%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.ly_msg ul li .msg_btn {
    width: 88% !important;
}

.msg_btn input {
    display: block;
    width: 100px;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 0 15px 0 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}

.msg_btn input {
    width: 160px !important;
    height: 44px !important;
    line-height: 44px !important;
    color: #fff !important;
    font-size: 15px !important;
    text-align: center !important;
    border: none !important;
    background-color: rgb(0, 65, 154) !important;
    cursor: pointer !important;
}

.msg_btn input:last-child {
    background-color: #bbb !important;
}

.msg_btn input:hover {
    background-color: #f74305 !important;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .ly_NyOrder {
        width: 90%;
    }
}

@media screen and (max-width: 1079px) and (min-width: 1024px) {
    .ly_NyOrder {
        width: 96%;
        margin: 0 auto 50px;
    }

    .ly_msg ul li {
        margin: 0 auto 25px !important;
    }

    .ly_msg ul li .msg_ipt2,
    .msg_ipt2 input {
        width: 140px !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .ly_NyOrder {
        width: 96%;
        margin: 0 auto 40px;
    }

    .ly_msg ul li {
        margin: 0 auto 20px !important;
    }

    .ly_msg ul li h4 {
        width: 12% !important;
    }

    .ly_msg ul li .msg_ipt12,
    .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara,
    .ly_msg ul li .msg_btn {
        width: 88% !important;
    }
}

@media (max-width: 767px) {
    .ly_NyOrder {
        width: 94%;
        margin: 0 auto 40px;
    }

    .ly_msg ul li {
        margin: 0 auto 20px !important;
    }

    .ly_msg ul li h4 {
        width: 100% !important;
        height: 36px !important;
        line-height: 36px !important;
        text-align: left !important;
        font-size: 16px;
        background: url(../images/tb_img.png) top right no-repeat;
    }

    .ly_msg ul li:last-child h4 {
        display: none;
    }

    .ly_msg ul li .msg_ipt12,
    .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara,
    .ly_msg ul li .msg_btn {
        width: 100% !important;
        background: none;
        padding: 0;
    }

    .msg_btn input {
        width: 48% !important;
        margin: 0 4% 0 0 !important;
    }

    .msg_btn input:last-child {
        margin: 0 !important;
    }
}

/*分页样式 开始*/
.ny_pager_fy {
    text-align: center;
    margin: 30px auto 50px;
    color: #555;
    font-size: 14px;
}

.ny_pager_fy a {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    font-size: 14px;
}

.ny_pager_fy a:hover {
    background: rgb(0, 65, 154);
    color: #ffffff;
}

.ny_pager_fy a.pnnum1 {
    background: rgb(0, 65, 154);
    color: #ffffff;
}

.ny_pager_fy input {
    display: inline-block;
    padding: 0 5px;
    background-color: rgb(0, 65, 154);
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none;
}

.ny_pager_fy .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 screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 1024px) {
    .ny_pager_fy {
        margin: 25px auto 30px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .ny_pager_fy {
        margin: 20px auto 30px;
        font-size: 0;
    }

    .ny_pager_fy input,
    .ny_pager_fy .p_input {
        display: none;
    }

    .ny_pager_fy a {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .ny_pager_fy {
        margin: 20px auto 30px;
        font-size: 0;
    }

    .ny_pager_fy input,
    .ny_pager_fy .p_input {
        display: none;
    }

    .ny_pager_fy a {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }
}

/*内页产品详情*/
.ny_right .lyNyProDetail_ConTit {
    margin: 0 auto 30px;
    border-bottom: 2px solid rgb(0, 65, 154);
}

.lyNyProDetail_ConTit p {
    width: 80px;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 0 -1px;
    padding: 0 19px;
    background: rgb(0, 65, 154);
}

.ny_right .lyNyProDetail_ConText {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    color: #555;
    font-size: 14px;
    margin: 0 auto 30px;
    padding: 0;
}

.lyNyProDetail_ConText img,
.lyNyProDetail_ConText table,
.lyNyProDetail_ConText tr,
.lyNyProDetail_ConText td,
.lyNyProDetail_ConText p,
.lyNyProDetail_ConText span,
.lyNyProDetail_ConText div,
.lyNyProDetail_ConText video,
.lyNyProDetail_ConText embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    line-height: 28px;
    color: #555;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
    color: #565656 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    font-size: 15px !important;
}

.lyNyProDetail_ConText table tr td p {
    text-indent: 0 !important;
}

.lyNyProDetail_ConText img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: 0 !important;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .ly_NyProDetail {
        width: 90%;
    }
}

@media screen and (max-width: 1079px) and (min-width: 1024px) {
    .ly_NyProDetail {
        width: 96%;
        margin: 0 auto 50px;
    }

    .lyNyProDetail_con .lyNyProDetail_left,
    .lyNyProDetail_con .ny_right {
        width: 100%;
    }

    .ny_right .lyNyProDetail_ConTit {
        margin: 0 auto 25px;
        padding: 0;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .ly_NyProDetail {
        width: 96%;
        margin: 0 auto 40px;
    }

    .lyNyProDetail_con .lyNyProDetail_left,
    .lyNyProDetail_con .ny_right {
        width: 100%;
    }

    .ny_right .lyNyProDetail_ConTit {
        margin: 0 auto 20px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .ly_NyProDetail {
        width: 94%;
        margin: 0 auto 40px;
    }

    .lyNyProDetail_con .lyNyProDetail_left,
    .lyNyProDetail_con .ny_right {
        width: 100%;
    }

    .ny_right .lyNyProDetail_ConTit {
        margin: 0 auto 20px;
        padding: 0;
    }

    .ny_right .lyNyProDetail_ConText {
        max-height: 99999999999999999999999px;
    }

    .lyNyProDetail_ConText div {
        max-height: 99999999999999999999999px;
    }
}

/*内页产品详情上面图片切换*/
.pro_detail_main {
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_main .pro_detail_img {
    width: 480px;
    height: 480px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #eaeaea;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_img .pro_detail_img_main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.pro_detail_img_main img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pro_detail_main .pro_detail_text {
    width: 53%;
    min-height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 80px;
    float: right;
    position: relative;
}

.pro_detail_text>span {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #32353a;
    font-size: 30px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms {
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.pro_detail_text .jyms dd {
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 25px;
    color: #888;
    font-size: 14px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms dd span {
    color: #333;
    font-weight: bold;
}

.pro_detail_text .jyms dd h1 {
    display: inline;
}

.pro_detail_text ul {
    width: 100%;
    margin: 20px auto;
    padding: 0;
}

.pro_detail_text ul li {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #888;
    font-size: 15px;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto 10px;
    padding: 0;
    float: left;
}

.pro_detail_text ul li img {
    display: block;
    width: 4px;
    height: 6px;
    overflow: hidden;
    margin: 11px 8px 11px 0;
    padding: 0;
    float: left;
}

.pro_detail_text ul li span {
    color: #333;
}

.pro_detail_text .pro_detail_btn {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro_detail_btn a {
    display: block;
    width: 48%;
    height: 54px;
    overflow: hidden;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}

.pro_detail_btn a.prodtl_btn1 {
    float: left;
    margin: 0 4% 0 0;
    background-color: #adadad;
}

.pro_detail_btn a.prodtl_btn2 {
    float: left;
    background-color: rgb(0, 65, 154);
}

.pro_detail_btn a.prodtl_btn1:hover {
    background-color: #525252;
}

.pro_detail_btn a.prodtl_btn2:hover {
    background-color: rgb(0, 65, 154);
}

/**产品详情页产品图片切换**/
.prodetail_img {
    width: 44%;
    height: 456px;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 100%;
    height: 70px;
    padding-top: 10px;
    overflow: hidden;
}

#spec-left {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-right {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-list {
    width: 440px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

#spec-list ul {}

#spec-list ul li {
    float: left;
    display: inline;
    padding: 0;
    width: 18.4%;
    height: 70px;
    margin: 0 2% 0 0;
}

#spec-list ul li:last-child {
    margin: 0;
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #dfdfdf;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#spec-list ul li:hover p {
    border: 1px solid #1f71c2;
}

#spec-list ul li img {
    display: block;
    max-width: 94%;
    max-height: 94%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*jqzoom*/
.jqzoom {
    position: relative;
    width: 100%;
    height: 375px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jqzoom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(../images/loading.gif) #fff no-repeat center center;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 104% !important;
    top: 0 !important;
}

.bigimg {}

.jqZoomPup {
    width: 200px !important;
    height: 200px !important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/mask.png) 0 0 repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list {
    position: relative;
    width: 100%;
    margin: 0;
}

#spec-list div {
    width: 100% !important;
    height: 70px !important;
    margin: 0;
}

#ceshi {
    display: block;
    margin: auto !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.prodetail_img a.videoIco {
    left: 20px !important;
    bottom: 20px !important;
    z-index: 99 !important;
}

.Warning {
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .pro_detail_main {
        width: 100%;
        padding: 0;
    }

    .prodetail_img {
        width: 45%;
        position: inherit;
        float: left;
    }

    #preview,
    #spec-n5,
    #spec-list,
    .jqzoom {
        width: 100%;
    }

    .pro_detail_main .pro_detail_text {
        width: 52%;
    }

    .pro_detail_text .pro_detail_btn {
        width: 100%;
    }

    .zoomdiv {
        left: 104% !important;
    }
}

@media screen and (max-width: 1079px) and (min-width: 1024px) {}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .pro_detail_main {
        width: 100%;
        margin: 24px auto;
    }

    .prodetail_img {
        width: 100%;
        height: auto;
    }

    #preview {
        width: 100%;
    }

    .jqzoom {
        width: 100%;
        height: 285px;
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        padding-top: 28px;
        height: auto;
        min-height: 260px;
        padding-bottom: 60px;
    }

    .pro_detail_text>span {
        font-size: 22px;
        line-height: 32px;
    }

    .pro_detail_text .jyms {
        margin: 10px auto;
        padding: 12px 20px;
        height: auto;
    }

    .pro_detail_text ul {
        overflow: hidden;
        margin: 10px auto;
    }

    .pro_detail_text ul li {
        font-size: 14px;
        margin: 6px auto;
    }

    .pro_detail_text .pro_detail_btn {
        height: 48px;
    }

    .pro_detail_btn a {
        height: 48px;
        line-height: 48px;
        width: 48%;
        font-size: 16px;
    }

    .pro_detail_btn a.prodtl_btn1 {
        margin: 0 4% 0 0;
    }

    #spec-n5 {
        width: 100%;
    }

    #spec-list {
        width: 100%;
    }

    .zoomdiv,
    .jqZoomPup {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .pro_detail_main {
        width: 100%;
        margin: 24px auto;
    }

    .prodetail_img {
        width: 100%;
        height: auto;
    }

    #preview {
        width: 100%;
    }

    .jqzoom {
        width: 100%;
        height: 285px;
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        padding-top: 24px;
        height: auto;
        min-height: 260px;
        padding-bottom: 60px;
    }

    .pro_detail_text>span {
        font-size: 22px;
        line-height: 32px;
    }

    .pro_detail_text .jyms {
        margin: 10px auto;
        padding: 12px 20px;
        height: auto;
    }

    .pro_detail_text ul {
        overflow: hidden;
        margin: 10px auto;
    }

    .pro_detail_text ul li {
        font-size: 14px;
        margin: 6px auto;
    }

    .pro_detail_text .pro_detail_btn {
        height: 48px;
    }

    .pro_detail_btn a {
        height: 48px;
        line-height: 48px;
        width: 48%;
        font-size: 16px;
    }

    .pro_detail_btn a.prodtl_btn1 {
        margin: 0 4% 0 0;
    }

    #spec-n5 {
        width: 100%;
    }

    #spec-list {
        width: 100%;
    }

    .zoomdiv,
    .jqZoomPup {
        display: none !important;
    }
}

/*内页左侧相关文章*/
.lyNy_Xgwz {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 0;
}

.lyNy_Xgwz .Xgwz_tit {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    background-color: rgb(0, 65, 154);
    position: relative;
}

.lyNy_Xgwz .Xgwz_tit::before {
    content: "";
    display: block;
    width: 49px;
    height: 46px;
    background: url(../images/xgwz_tit.png) center center no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.Xgwz_tit p {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
}

.Xgwz_tit span {
    display: block;
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}

.lyNy_Xgwz .Xgwz_list {
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 12px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNy_Xgwz .Xgwz_list ul li {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 15px;
    background: #f4f4f4;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.lyNy_Xgwz .Xgwz_list ul li:last-child {
    border: 0;
    margin: 20px auto 20px;
}

.lyNy_Xgwz .Xgwz_list ul li em {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(../images/icon2.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 14px;
}

.lyNy_Xgwz .Xgwz_list ul li:hover em {
    background: url(../images/icon3.png) center center no-repeat;
}

.lyNy_Xgwz .Xgwz_list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #32353a;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.lyNy_Xgwz .Xgwz_list ul li span {
    display: block;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

.lyNy_Xgwz .Xgwz_list ul li span i {
    display: inline-block;
    margin: -3px 8px 0 0;
    width: 12px;
    height: 12px;
    background: url(../images/time1.png) center center no-repeat;
}

.lyNy_Xgwz .Xgwz_list ul li:hover {
    background-color: rgb(0, 65, 154);
}

.lyNy_Xgwz .Xgwz_list ul li:hover a {
    color: #fff;
}

.lyNy_Xgwz .Xgwz_list ul li:hover span {
    color: #fff;
}

.lyNy_Xgwz .Xgwz_list ul li:hover span i {
    background: url(../images/time2.png) center center no-repeat;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 1024px) {
    .lyNy_Xgwz {
        margin: 0 auto 25px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .lyNy_Xgwz {
        margin: 20px auto;
    }

    .lyNy_Xgwz .Xgwz_tit {
        padding: 12px 10px;
    }

    .lyNy_Xgwz .Xgwz_tit::before {
        display: none;
    }

    .Xgwz_tit p {
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        height: 26px;
        line-height: 24px;
        padding: 0 2%;
    }

    .Xgwz_tit span {
        display: inline-block;
        color: rgba(255, 255, 255, 1);
        font-style: italic;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .lyNy_Xgwz {
        margin: 20px auto;
    }

    .lyNy_Xgwz .Xgwz_tit {
        padding: 12px 10px;
    }

    .lyNy_Xgwz .Xgwz_tit::before {
        display: none;
    }

    .Xgwz_tit p {
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        padding: 0 2%;
    }

    .Xgwz_tit span {
        display: inline-block;
        color: rgba(255, 255, 255, 1);
        font-style: italic;
        font-size: 12px;
    }
}

/*内页荣誉资质列表*/
.ny_honor_list {
    min-height: 400px;
}

.ny_honor_list li {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 25px;
    transition: all 0.3s;
    float: left;
}

.ny_honor_list li:nth-child(4n) {
    margin-right: 0;
}

.ny_honor_list li .pic {
    display: block;
    height: 240px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}

.ny_honor_list li .pic:after {
    content: "";
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 94, 43, 0.8) url(../images/pro_hover.png) 10% center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.ny_honor_list li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.ny_honor_list li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.ny_honor_list li .tlt {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #b8b8b8;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0 5%;
}

.ny_honor_list li:hover .tlt {
    color: #fff;
    background: rgb(0, 65, 154);
}

.ny_honor_list li:hover .pic {
    border: 1px solid rgb(244, 94, 43, 0.8);
    border-bottom: 0;
}

.ny_honor_list li:hover .pic:after {
    opacity: 1;
    background: rgba(244, 94, 43, 0.8) url(../images/pro_hover.png) center center no-repeat;
}

.ny_honor_list li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {
    .ny_honor_list li .pic {
        height: 186px;
    }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .ny_honor_list li .pic {
        height: 140px;
    }

    .ny_honor_list li .tlt {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .ny_honor_list li {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    .ny_honor_list li {
        width: 48.5%;
    }

    .ny_honor_list li:nth-child(2n) {
        margin-right: 0;
    }

    .ny_honor_list li:nth-child(3n) {
        margin-right: 3%;
    }

    .ny_honor_list li:nth-child(6n) {
        margin-right: 0;
    }

    .ny_honor_list li .pic {
        height: 160px;
    }

    .ny_honor_list li .tlt {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

/*内页联系我们*/
.ly_contact {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 50px;
    padding: 0;
}

.ly_contact .lxfs {
    width: 100%;
    overflow: hidden;
    margin: 70px auto 70px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.lxfs ul li {
    width: 25.333333%;
    overflow: hidden;
    margin: 0;
    padding: 0 4% 20px;
    float: left;
    position: relative;
}

.lxfs ul li:nth-child(2n):before {
    content: "";
    width: 1px;
    background: #dededd;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lxfs ul li:nth-child(2n):after {
    content: "";
    width: 1px;
    background: #dededd;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.lx_icon {
    width: 128px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
}

.lx_icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.lx_icon .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.lxfs ul li span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 25px;
    padding: 0;
}

.lxfs ul li p {
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    color: #555;
    font-size: 18px;
    font-family: "Arial";
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.lxfs ul li:nth-child(1) p {
    font-size: 20px;
}

.lxfs ul li:nth-child(2) p {
    font-size: 20px;
}

.lx_ewm {
    width: 100%;
    height: 440px;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
    background: url(../images/bg_weixin.jpg) center center no-repeat;
    background-size: cover;
}

.lx_ewm span {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin: 80px auto 0;
    padding: 0;
}

.lx_ewm p {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.lx_ewm img {
    display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
}

.lx_dz {
    width: 97%;
    overflow: hidden;
    margin: 50px auto 0;
    padding: 1%;
    border: 1px solid #d9d9d9;
}

.lx_dz .dz_map {
    width: 100%;
    overflow: hidden;
    height: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) and (min-width: 1080px) {}

@media screen and (max-width: 1079px) and (min-width: 769px) {
    .ly_contact .lxfs {
        margin: 40px auto 0px;
    }

    .lx_ewm span {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .ly_contact .lxfs {
        margin: 40px auto 0px;
    }

    .lx_ewm span {
        font-size: 24px;
        margin: 40px auto 0;
    }

    .lxfs ul li {
        width: 100%;
        border: 1px solid #dedede;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        margin-bottom: 20px;
    }

    .lxfs ul li:nth-child(2n):before {
        display: none;
    }

    .lxfs ul li:nth-child(2n):after {
        display: none;
    }

    .lx_ewm {
        margin: 20px auto;
        height: 360px;
    }
}

.down_wj {
    padding-bottom: 20px;
    text-align: center;
}

.down_wj a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #999;
    margin: 0 auto;
    color: #565656;
}

.down_wj a:hover {
    border: 1px solid rgb(0, 65, 154);
    background: rgb(0, 65, 154);
    color: #fff;
}

.ab_img img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.ab_img p {
    text-wrap: inherit !important;
}

.ab_img p span {
    text-wrap: inherit !important;
}

.sanji .active {
    color: rgb(0, 65, 154) !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体;
}

.text-secondary {
    text-align: center;
    padding: 20px 0;
}
.container{
    margin: 0 auto;
}
/* footer */
.footer-section {
  padding: 83px 0;
}

.footer-main {
  background: url(/wp-content/uploads/2025/09/foot-bg.jpg) no-repeat center;
}

footer .footer-main .footer-top {
  /* background-color: #2c2e36; */
}

footer .footer-main .footer-top .row > div:first-child .footer-item dl {
  float: left;
  width: 20%;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dt::after,
footer
  .footer-main
  .footer-top
  .row
  > div:first-child
  .footer-item
  dl
  dt::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dt,
footer .footer-main .footer-top .row > div:nth-child(2) dl dt a,
footer .footer-main .footer-top .row > div:first-child .footer-item dl dt a {
  font-size: 16px;
  color: #fff;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dd,
footer .footer-main .footer-top .row > div:first-child .footer-item dl dd {
  line-height: 30px;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dd,
footer .footer-main .footer-top .row > div:nth-child(2) dl dd a,
footer .footer-main .footer-top .row > div:first-child .footer-item dl dd a {
  font-size: 15px;
  color: #fff;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dd a strong {
  font-size: 20px;
  color: #fff;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share {
  width: 25%;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-contact {
  width: 75%;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd:last-child {
  margin-top: 15px;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd
  .share {
  float: left;
  margin-right: 5px;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd
  .share:last-child {
  margin-right: 0;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd
  .share
  .share-ico {
  width: 24px;
  height: 23px;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-contact
  dl
  dd
  .footer-ico {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-main .footer-bottom {
  /* background-color: #25272d; */
  color: #fff;
  padding: 15px 0;
}

footer .footer-main .footer-bottom a {
  color: #fff;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat {
  position: relative;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat:hover
  .vx {
  display: block;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx {
  position: absolute;
  top: -185px;
  width: 180px;
  height: 172px;
  text-align: center;
  box-shadow: 0 2px 10px #aaa;
  background-color: #fff;
  z-index: 999;
  left: -75px;
  display: none;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx
  h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx
  .help
  p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx
  .vx-img
  img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  display: block;
}

@media (max-width: 1199px) {
  .footer-section {
    padding: 50px 0;
  }

  footer
    .footer-main
    .footer-top
    .row
    > div:nth-child(2)
    .footer-right
    .footer-share {
    display: none;
  }

  footer
    .footer-main
    .footer-top
    .row
    > div:nth-child(2)
    .footer-right
    .footer-contact {
    width: 100%;
  }
}

@media (max-width: 768px) {
  footer .footer-main .footer-top > .container > .row > div:nth-child(1) {
    display: none;
  }

  .footer-section {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  footer .footer-main .footer-bottom .footer-bd {
    float: none !important;
  }

  footer .footer-main .footer-bottom .bei,
  footer .footer-main .footer-bottom .support,
  footer .footer-main .footer-bottom .copy {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
  }
}

.footer1 {
  height: 28px;
  width: 100%;
  margin-top: 17px;
}

.menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.9;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}

.menu-footer.on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.menu-footer {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgb(0, 65, 154);
  font-size: 0;
}

.menu-footer a {
  position: relative;
  float: left;
  width: 33.33%;
  width: calc(100% / 3);
  color: #fff;
  font-size: 14px;
}

.menu-footer a:hover {
  color: #fff;
}

.menu-footer a ~ a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  border-left: 1px solid #86c9aa;
  opacity: 0.5;
}

.modal {
  margin-top: 150px;
}
