/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: "Arial", "Microsoft YaHei", "PingFang SC", "Helvetica", "sans-serif";
    min-width: 1300px;
    background: #fff;
    font-size: 14px;
    color: #666;
    overflow-x: hidden;
}

input,
button,
textarea,
option {
    font-family: "PingFang SC", Helvetica, "Microsoft YaHei", Arial, "sans-serif";
    font-size: 14px;
}

img {
    border: none;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
blockquote,
fieldset,
div,
strong,
label,
em {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
}

input {
    -webkit-appearance: none;
    text-transform: none;
    outline: none;
}

textarea {
    -webkit-appearance: none;
    text-transform: none;
    outline: none;
}

.clearfix {
    zoom: 1;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

/*头部样式*/
#header {
    width: 100%;
    background: url(../image/top_line.png) no-repeat right 58px;
    height: 153px;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

#header .logo {
    max-width: 360px;
}

.head_r {
    width: calc(100% - 428px);
}

.head_r_t {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.head_r_t span {
    display: block;
    float: left;
    font-size: 15px;
    color: #666;
}

.top_tel {
    font-size: 17px;
    color: #666;
    background: url(../image/top_tel.png) no-repeat left top;
    float: right;
    min-height: 47px;
    padding-left: 45px;
}

/*顶部导航栏*/
.nav {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.nav_item {
    width: 14.2%;
    float: left;
    text-align: center;
    position: relative;
}

.nav_item a {
    display: block;
    line-height: 60px;
    color: #555;
    position: relative;
    z-index: 99;
    font-size: 17px;
}

.nav_item::before,
.nav_item.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 3px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    background-color: #1e5eb7;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.nav_item:hover::before,
.nav_item.active::before {
    width: 65px;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.nav_item:hover a,
.nav_item.active a {
    color: #1e5eb7;
}

/*----宽屏*banner----*/
#banner_big {
    width: 100%;
    height: 600px;
    background: none;
    clear: both;
    position: relative;
    z-index: 99;
}

#banner_big .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#banner_big .swiper-container1 .swiper-slide {
    background-size: 1920px 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*分页器*/
#banner_big .swiper-container-horizontal>.swiper-pagination-bullets,
.apple-banner .swiper-pagination-custom,
.apple-banner .swiper-pagination-fraction {
    top: auto;
    bottom: 30px;
}

#banner_big .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 0 6px;
    cursor: pointer;
    border-radius: 0;
    opacity: .5;
    border-radius: 50%;
}

#banner_big .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

#banner_big .swiper-container1 .swiper-button-prev,
.swiper-container1 .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
    top: 50% !important;
    margin: -24px 0 0 !important;
}

#banner_big .swiper-container1 .swiper-button-prev {
    background: url(../image/prev.png) center center no-repeat;
    background-size: 48px 48px;
    left: 30px;
}

#banner_big .swiper-container1 .swiper-button-next {
    background: url(../image/next.png) center center no-repeat;
    background-size: 48px 48px;
    right: 30px;
}

#banner_big .swiper-container1 .swiper-button-next:after,
#banner_big .swiper-rtl .swiper-button-prev:after {
    display: none;
}

#banner_big .swiper-container1 .swiper-button-prev:after,
#banner_big .swiper-rtl .swiper-button-next:after {
    display: none;
}

/*----宽屏*结束----*/


/*首页关于我们 开始*/
.h_about_box {
    width: 100%;
    overflow: hidden;
    background: url(../image/about_bg.jpg) no-repeat bottom center;
}

.h_about_t {
    height: 300px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_about .h_about_con {
    width: 100%;
    padding: 40px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_about .h_about_con p {
    line-height: 33px;
    font-size: 15px;
    color: #fff;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 140px;
    text-align: center;
}

.h_about .h_about_con .about_more {
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    margin: 25px auto;
}

.h_about .h_about_con .about_more a {
    font-size: 15px;
    color: #1e5eb7;
}

.h_about .h_about_img {
    width: 26%;
    height: 247px;
    float: left;
}

.h_about .h_about_img img {
    max-height: 100%;
    max-width: 100%;
}

.h_about .h_about_xs {
    float: right;
    width: 74%;
    margin-top: 20px;
}

.h_about .h_about_xs ul li {
    width: 33.3333%;
    float: left;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 200px;
    padding: 30px 0;
    position: relative;
    text-align: center;
}

.h_about .h_about_xs ul li:last-child {
    border: 0;
}

.h_about .h_about_xs ul li b {
    font-size: 60px;
    color: #222;
    font-family: impact;
    display: inline-block;
    margin-right: 5px;
}

.h_about .h_about_xs ul li sup {
    background: #1e5eb7;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: 30px;
    font-size: 12px;
}

.h_about .h_about_xs ul li:nth-child(2) sup {
    font-size: 20px;
}

.h_about .h_about_xs ul li p {
    font-weight: bold;
    color: #222;
    font-size: 24px;
    margin: 10px 0;
}

.h_about .h_about_xs ul li span {
    display: block;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

/*首页关于我们 结束*/


/*首页产品展示 开始*/
.h_product_box {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 10px;
}

.h_public_title {
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

.h_public_title b {
    display: block;
    text-transform: uppercase;
    font-size: 48px;
    color: #e8e8e8;
    letter-spacing: -3px;
}

.h_public_title p {
    font-size: 30px;
    color: #292c31;
    font-weight: bold;
    margin-top: -35px;
}

.h_public_title p i {
    font-style: normal;
    color: #1e5eb7;
    font-size: 30px;
    display: inline-block;
}

.h_public_title p i:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #1e5eb7;
    border-radius: 50%;
    margin: 0 10px 5px;
}

.h_public_title img {
    margin-top: 10px;
}

.h_public_title1 b {
    color: #e9e9ea;
}

/*首页目录*/
.menu_box {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.menu_box .hd {
    width: 70%;
    float: left;
    height: 70px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 2%;
}

.menu_box .hd .hd_bt {
    width: 172px;
    background: #028c40;
    height: 70px;
    padding-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.menu_box .hd .hd_bt b {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.menu_box .hd .hd_bt .ico1 {
    display: inline-block;
    float: left;
    margin: 6px 16px 0 20px;
}

.menu_box .hd .hd_bt .ico2 {
    display: inline-block;
    margin: 12px 18px 0 15px;
    float: right;
}

.menu_box .hd ul li {
    float: left;
    margin: 0;
    height: 70px;
    overflow: hidden;
    position: relative;
}

.menu_box .hd ul li a {
    font-size: 15px;
    color: #666;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    display: block;
    float: left;
    position: relative;
}

.menu_box .hd ul li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #1e5eb7;
    left: 50%;
    bottom: -1px;
    transition: all ease 0.3s;
}

.menu_box .hd ul li a:hover::after {
    left: 0;
    width: 100%;
}

.menu_box .hd ul li span {
    display: block;
    float: left;
    line-height: 70px;
    font-size: 16px;
    color: #bbbbbb;
    width: 54px;
    text-align: center;
}

.menu_box .hd ul li:hover a {
    color: #1e5eb7;
}

/*搜索框*/
.h_Search {
    width: 25%;
    height: 40px;
    margin: 20px 0;
    padding: 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h_Search form .sc_ipt {
    width: 80%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.h_Search form .sc_ipt input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
    background-color: #f0f0f0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h_Search form .sc_btn {
    width: 20%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.h_Search form .sc_btn input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #ffa200 url(../image/sousou.png) center center no-repeat;
    background-size: 25px 25px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h_Search:hover form .sc_btn input {}

/*内页搜索框*/
.ny_Search {
    width: 337px;
    height: 40px;
    margin-top: -120px;
    padding: 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.ny_Search form .sc_ipt {
    width: 80%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.ny_Search form .sc_ipt input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0 15px;
    background-color: #fff;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ny_Search form .sc_btn {
    width: 20%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.ny_Search form .sc_btn input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #ffa200 url(../image/sousou.png) center center no-repeat;
    background-size: 25px 25px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ny_Search:hover form .sc_btn input {}

/*底下的产品*/
.h_product_box .h_pro_list {
    min-height: 300px;
    margin-top: 40px;
}

.h_product_box .h_pro_list li {
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 40px;
    transition: all .3s;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

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

.h_product_box .h_pro_list li .pic {
    display: block;
    height: 205px;
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: hidden;
}

.h_product_box .h_pro_list li .pic:after {
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4) url(../image/view.png) 10% center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.h_product_box .h_pro_list li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .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 .pro_wz {
    text-align: center;
    line-height: 30px;
    padding: 20px 0 10px;
}

.h_product_box .h_pro_list li .tlt {
    display: block;
    text-align: center;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 0 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
}

.h_product_box .h_pro_list li .pro_wz p {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_product_box .h_pro_list li .pro_an {
    text-align: center;
    margin: 20px 0;
}

.h_product_box .h_pro_list li .pro_an a {
    display: inline-block;
    margin: 0 5px;
    height: 34px;
    line-height: 34px;
    width: 97px;
}

.h_product_box .h_pro_list li .pro_an a.ljxq {
    background: #1e5eb7;
    color: #fff;
}

.h_product_box .h_pro_list li .pro_an a.wyxj {
    color: #1e5eb7;
    border: 1px solid #1e5eb7;
}

.h_product_box .h_pro_list li:hover .pic:after {
    opacity: 1;
    background: rgba(0, 0, 0, .4) url(../image/view.png) center center no-repeat;
}

.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_hot_pro {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 90px;
    background: #f3f3f3;
    position: relative;
}

.h_hot_pro .hot_pro_list {
    min-height: 300px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h_hot_pro .hot_pro_list li {
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 40px;
    transition: all .3s;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.h_hot_pro .hot_pro_list li .pic {
    display: block;
    height: 205px;
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: hidden;
}

.h_hot_pro .hot_pro_list li .pic:after {
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4) url(../image/view.png) 10% center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

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

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

.h_hot_pro .hot_pro_list li .pro_wz {
    text-align: center;
    line-height: 30px;
    padding: 20px 0 10px;
}

.h_hot_pro .hot_pro_list li .tlt {
    display: block;
    text-align: center;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 0 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
}

.h_hot_pro .hot_pro_list li .pro_wz p {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_hot_pro .hot_pro_list li .pro_an {
    text-align: center;
    margin: 20px 0;
}

.h_hot_pro .hot_pro_list li .pro_an a {
    display: inline-block;
    margin: 0 5px;
    height: 34px;
    line-height: 34px;
    width: 97px;
}

.h_hot_pro .hot_pro_list li .pro_an a.ljxq {
    background: #1e5eb7;
    color: #fff;
}

.h_hot_pro .hot_pro_list li .pro_an a.wyxj {
    color: #1e5eb7;
    border: 1px solid #1e5eb7;
}

.h_hot_pro .hot_pro_list li:hover .pic:after {
    opacity: 1;
    background: rgba(0, 0, 0, .4) url(../image/view.png) center center no-repeat;
}

.h_hot_pro .hot_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_hot_pro .jt {
    height: 112px;
    line-height: 112px;
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
}

.h_hot_pro .swiper-pagination2 {
    display: inline-block;
    position: !important;
    text-align: left;
    margin: 0 auto;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
}

.h_hot_pro .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin: 0 6px;
    background: #1e5eb7;
    opacity: 1;
}

.h_hot_pro .swiper-pagination-bullet-active {
    border: 1px solid #1e5eb7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
}

.h_hot_pro .swiper-button-prev2,
.h_hot_pro .swiper-button-next2 {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
    border-radius: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_hot_pro .swiper-button-prev2:before {
    content: '';
    display: inline-block;
    background: #1e5eb7 url(../image/jt2.png) center center no-repeat;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50px;
    border: 1px solid #1e5eb7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_hot_pro .swiper-button-next2:after {
    content: '';
    display: inline-block;
    background: url(../image/jt3.png) center center no-repeat;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50px;
    border: 1px solid #1e5eb7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: #42897c;
    background: linear-gradient(to right, #42897c, #84b14a) !important;
    opacity: 1;
}

/*首页产品展示 结束*/


/*首页新闻中心 开始*/
.h_news_box {
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    padding: 50px 0 0;
}

.h_news {
    margin-top: 80px;
}

.h_news ul {
    width: 100%;
    min-height: 300px;
    position: relative;
}

.h_news ul li {
    position: relative;
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
    background: #f3f3f3;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px 20px;
}

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

.h_news ul li .news_time {
    position: absolute;
    width: 100px;
    background: #1e5eb7 url(../image/time.png) no-repeat 15px center;
    padding: 8px 0 3px 50px;
    overflow: hidden;
    right: -26px;
    top: -32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h_news ul li .news_time p {
    font-size: 15px;
    color: #fff;
    margin-left: 2px;
}

.h_news ul li .news_time span {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    display: block;
    margin-top: -2px;
}

.h_news ul li .news_con p {
    font-size: 17px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    max-width: 90%;
}

.h_news ul li .news_con p a {
    color: #333;
}

.h_news ul li .news_con span {
    display: block;
    font-size: 14px;
    color: #888d93;
    line-height: 24px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
}

.h_news ul li:hover .news_con p a {
    color: #1e5eb7;
}

/*首页新闻中心 结束*/

/*ly_Links 开始*/
.h_link_box {
    background: url(http://www.jyjialing.com.cn/skins/522868/images/link_icon.png) no-repeat left 33px;
    padding: 35px 0 5px 60px;
    min-height: 70px;
}

.h_link_box .cate-title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 170px;
}

.h_link_box .list {
    width: 100%;
}

.h_link_box .list a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    transition: all .3s;
    line-height: 25px;
    margin: 5px 10px 15px 0;
}

.h_link_box .list a:hover {
    color: #1e5eb7;
}

/*ly_Links 结束*/


/*底部样式 开始*/
.h_foot .pz_down {
    width: 100%;
    background: url(../image/foot_bg.png) no-repeat top center;
    background-size: cover;
    min-height: 300px;
}

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

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

.h_foot .pz_down .footAddr {
    float: left;
    width: 29%;
    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: 10px;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.h_foot .pz_down .footAddr .dAddr1 {
    float: left;
    width: 100%;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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: 38%;
    padding: 0 0 0 120px;
    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;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.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: 12px;
}

.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: 25%;
    margin-top: 45px;
}

.h_foot .pz_down .footUs .ewm2 {
    float: left;
    width: 100%;
    background: url(../image/ewm_kuang.png) no-repeat;
    padding: 8px;
}

.h_foot .pz_down .footUs .ewm2 .img {
    width: 112px;
    height: 109px;
    line-height: 0;
    margin: 0 auto 10px;
    float: left;
    background: url(../image/ewm_kuang.png) no-repeat;
}

.h_foot .pz_down .footUs .ewm2 .info {
    float: left;
    overflow: hidden;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0;
    margin-left: 25px;
    margin-top: 30px;
}

.h_foot .pz_down .foot_cp .w1300 {
    overflow: hidden;
    padding: 13px 0;
}

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

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

.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: #054296;
}

.h_link {
    background: rgba(255, 255, 255, .3);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.link_box {
    min-height: 104px;
    line-height: 60px;
    position: relative;
}

.link_box .link_l {
    display: inline-block;
    width: 148px;
    background: url(../image/link_bg.png) left no-repeat;
    padding: 0 0 0 20px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    align-self: center;
    position: absolute;
    top: 20px;
    right: 0;
}

.link_box .link_r {
    display: inline-block;
    width: 85%;
    border-right: 0;
    padding: 18px 20px 0;
    min-height: 92px;
    _overflow-y: scroll;
}

.link_box .link_r a {
    display: block;
    width: 13.257%;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background: #f7f7f7;
    margin: 4px 1.2% 8px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.link_box .link_r a:nth-child(7n) {
    margin-right: 0;
}

.link_box .link_r a:hover {
    background: #1e5eb7;
    color: #fff;
}

/*底部样式 结束*/


/*nybanner 开始*/
.nyBanner {
    width: 100%;
    height: 385px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.nyBanner img {
    display: block;
    width: 1920px;
    max-width: 1920px;
    height: 385px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    border: 0;
}

/*nybanner 结束*/

/*关于我们 开始*/
.NyMain {
    width: 1300px;
    height: auto;
    min-height: 320px;
    margin: 60px auto;
    padding: 0;
}

.NyMain .NyLeft {
    width: 20%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.cp_type .hd {
    background: url(../image/ml_bt.png) no-repeat;
    padding: 9px 0 0 35px;
    height: 85px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cp_type .hd p {
    height: 40px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.cp_type .hd:before {
    content: '';
    display: inline-block;
    width: 44px;
    height: 43px;
    background: url(http://www.jyjialing.com.cn/skins/522868/images/mulu_tlt.png) center center no-repeat;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

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

.cp_type .bd {
    padding: 15px 0 25px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    min-height: 300px;
}

.cp_type .bd ul li.on {
    /* border: 0; */
}

.cp_type .bd ul li p {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding: 0 10px;
    margin: 0 17px;
}

.cp_type .bd ul li p a {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    color: #333;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(http://www.jyjialing.com.cn/skins/522868/images/mulu3.png) 0px center no-repeat;
    padding: 0 20px 0 0;
}

.cp_type .bd ul li p span {
    display: block;
    width: 22px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 8px;
    background: url(../image/mulu1.png) center center no-repeat;
    background-size: 22px 22px;
}

.cp_type .bd ul li div {
    display: none;
    padding: 10px 0;
    margin: 0 30px;
}

.cp_type .bd ul li.on div {
    display: block;
    padding: 10px 0;
    margin: 0 30px;
}

.cp_type .bd ul li div a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #999;
    font-size: 15px;
    margin: 0 auto 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ddd;
}

.cp_type .bd ul li div a:before {
    content: "";
    display: block;
    width: 8px;
    height: 9px;
    background: url(../image/ico2.png) no-repeat left center;
    float: left;
    margin: 15px 10px 0 0;
}

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

.cp_type .bd ul li.on:before {
    display: inline-block;
    content: "";
    width: 2px;
    height: 60px;
    background: #ffa200;
    float: left;
    margin-left: -1px;
}

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

.cp_type .bd ul li.on p span {
    background: url(../image/mulu2.png) center center no-repeat;
    background-size: 22px 22px;
}

.cp_type .bd ul li div a:hover {
    color: #1e5eb7;
}

.cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    background: #f1f1f1;
    width: 94%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.cp_type .bd ul a.ckqb:hover {
    background: #e30614;
    color: #fff;
}

.cp_type .bd ul .lastflli {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(45deg, #65ae46, #1e91c6);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cp_type .bd ul .lastflli:hover {
    background-image: linear-gradient(45deg, #1e91c6, #1e91c6)
}

.NyMain .NyRight {
    width: 77%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: right;
}

.NyRight .NyRight_Top {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.NyRight_Top p {
    width: 25%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: left;
    background: url(../image/ny_bt.png) no-repeat left center;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.NyRight_Top p font {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 0 5px;
    display: inline-block;
}

.NyRight_Top .lyMbx {
    width: 75%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    float: right;
}

.lyMbx img {
    display: inline-block;
    width: 15px;
    height: 21px;
    vertical-align: middle;
    margin: -4px 6px 0 0;
    padding: 0;
}

.lyMbx a {
    color: #555;
}

.lyMbx a:hover {
    color: #1e5eb7;
}

.lyMbx span {
    color: #999;
}

.ny_honor_list ul {
    min-height: 600px;
}

/*内页关于我们开始*/
.ny_about_con {
    position: relative;
}

.ny_about_con .nyabout_img {
    height: 328px;
    width: 100%;
}

.ny_about_con .nyabout_img img {
    max-height: 100%;
    max-width: 100%;
}

.nyabout_des {
    width: 100%;
    overflow: hidden;
    line-height: 35px;
    color: #555;
    font-size: 15px;
    text-align: justify;
    /* text-indent: 2em; */
    word-break: break-all;
    margin: 20px auto 15px;
    box-sizing: border-box;
}

.nyabout_des p span,
.nyabout_des p em {
    color: #555 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
}

/*荣誉资质 开始*/
.ny_honor {
    margin-top: 60px;
}

.ny_honor .ny_honor_bt {
    text-align: center;
    margin-bottom: 30px;
}

.ny_honor .ny_honor_bt span {
    display: block;
    font-size: 24px;
    color: #f1f1f1;
    text-transform: uppercase;
}

.ny_honor .ny_honor_bt b {
    display: block;
    font-size: 24px;
    color: #333;
}

.ny_honor_scoll {
    width: 90%;
    padding: 15px 5% 25px;
    position: relative;
}

.ny_honor_scoll .item {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    padding: 0 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ny_honor_scoll .swiper-button-prev4,
.ny_honor_scoll .swiper-button-next4 {
    width: 40px !important;
    height: 40px !important;
    margin: -52px 0 0 !important;
    position: absolute;
    top: 50% !important;
    opacity: 1;
    cursor: pointer;
}

.ny_honor_scoll .swiper-button-prev4 {
    background: url(../image/prev.png) center center no-repeat !important;
    left: 0;
}

.ny_honor_scoll .swiper-button-next4 {
    background: url(../image/next.png) center center no-repeat !important;
    right: 0;
}

.ny_honor_scoll .content-slider li .pic {
    display: block;
    width: 100%;
    float: left;
    height: 230px;
    border: 1px solid #DDDDDD;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 3px;
}

.ny_honor_scoll .content-slider li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .25s;
}

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

.ny_honor_scoll .content-slider 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);
}

.ny_honor_scoll .content-slider li .tlt {
    display: block;
    height: 62px;
    clear: both;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 62px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny_honor_scoll .content-slider li:hover .tlt {
    color: #1e5eb7;
}

.ny_honor_scoll .lSPager {
    display: none;
}

/*内页关于我们 结束*/


/*内页新闻中心 开始*/
.ny_newstj ul li {
    width: 100%;
    height: 153px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.ny_newstj ul li .newstj_img {
    width: 211px;
    float: left;
    position: relative;
    height: 148px;
}

.ny_newstj ul li .newstj_img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ny_newstj ul li .newstj_text {
    float: right;
    width: calc(100% - 211px);
    padding: 5px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 148px;
}

.ny_newstj ul li .newstj_text .newstj_tlt {
    height: 40px;
    line-height: 40px;
}

.ny_newstj ul li .newstj_text .newstj_tlt a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    float: left;
}

.ny_newstj ul li .newstj_text .newstj_tlt a:hover {
    color: #1e5eb7;
}

.ny_newstj ul li .newstj_text .newstj_tlt span {
    float: right;
    font-size: 15px;
    color: #c6c6c6;
}

.ny_newstj ul li .newstj_text p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 48px;
    line-height: 26px;
    margin: 5px 0 20px;
}

.newstj_btn {
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1e5eb7;
}

.newstj_btn a {
    color: #fff;
}

.ny_newstj ul li .idxTjNew_time {
    width: 68px;
    height: 56px;
    overflow: hidden;
    padding: 5px 0 0;
    background: rgba(30, 94, 183, .6);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ny_newstj ul li .idxTjNew_time em {
    display: block;
    margin: 5px 0 0;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

.ny_newstj ul li .idxTjNew_time span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 2px;
}

.ny_news ul li {
    width: 48.5%;
    float: left;
    margin: 0 3% 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 3px solid #fbfbfb;
    background: #fbfbfb;
    padding: 20px;
}

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

.ny_news ul li:hover {
    border-bottom: 3px solid #1e5eb7;
    cursor: pointer;
}

.ny_news ul li .news_tlt {
    height: 40px;
    line-height: 40px;
}

.ny_news ul li .news_tlt a {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.ny_news ul li p {
    font-size: 15px;
    color: #999;
    background: url(../image/time2.png) no-repeat left center;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}

.ny_news ul li:hover .news_tlt a {
    color: #1e5eb7;
}

/*内页新闻中心 结束*/



/*内页新闻文章详情 开始*/
.NyNews_Detail {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.NyNews_Detail .NyNewsDetail_Title {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 24px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
}

.NyNews_Detail .NyNewsDetail_Tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    margin: 0 auto 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid none;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}

.NyNewsDetail_Tips img {
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
    margin: -2px 6px 0 0;
    padding: 0;
}

.NyNews_Detail .NyNewsDetail_Con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    text-align: justify;
}

.NyNewsDetail_Con p,
.NyNewsDetail_Con div {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    text-align: justify;
    text-indent: 0;
    margin: 0 auto 15px;
    padding: 0;
}

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

.NyNewsDetail_Con table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.NyPrevNext {
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0;
}

.NyPrevNext ul li {
    width: 48.75%;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 2.5% 0 0;
    padding: 0 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1e5eb7;
}

.NyPrevNext ul li:nth-child(1) {
    background: #1e5eb7 url(../image/jt6.png) no-repeat 10px center;
    padding-left: 50px;
}

.NyPrevNext ul li:nth-child(2) {
    text-align: right;
    margin-right: 0;
    background: #1e5eb7 url(../image/jt7.png) no-repeat 98% center;
    padding-right: 50px;
}

.NyPrevNext ul li img {
    display: inline-block;
    width: 31px;
    height: 9px;
    vertical-align: middle;
    margin: -2px 10px 0;
    padding: 0;
}

.NyPrevNext ul li a {
    color: #fff;
    font-size: 16px;
}

/*内页新闻文章详情 结束*/

/*内页下载 开始*/
.ny_downlist li {
    height: 50px;
    line-height: 50px;
    background: #f4f4f4;
    margin-bottom: 20px;
    padding: 0 2%;
}

.ny_downlist li a {
    display: block;
    width: 70%;
    float: left;
    font-size: 14px;
    color: #333;
    padding-left: 3%;
    background: url(../image/down_icon.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_downlist li span {
    display: block;
    width: 20%;
    float: right;
    font-size: 14px;
    color: #777;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_downlist li span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/dtime.png) center center no-repeat;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.ny_downlist li:hover {
    background: #1e5eb7;
}

.ny_downlist li:hover a {
    color: #fff;
    background: url(../image/down_icon2.png) left center no-repeat;
}

.ny_downlist li:hover span {
    color: #fff;
}

.ny_downlist li:hover span:before {
    background: url(../image/dtime2.png) center center no-repeat;
}

.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: #555;
}

.down_wj a:hover {
    border: 1px solid #1e5eb7;
    background: #1e5eb7;
    color: #fff;
}

/*内页下载 结束*/

/*内页产品展示*/
.ny_pro_list {
    min-height: 300px;
    margin-top: 40px;
}

.ny_pro_list li {
    width: 31.3333%;
    margin-right: 3%;
    margin-bottom: 40px;
    transition: all .3s;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

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

.ny_pro_list li .pic {
    display: block;
    height: 205px;
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: hidden;
}

.ny_pro_list li .pic:after {
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4) url(../image/view.png) 10% center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

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

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

.ny_pro_list li .pro_wz {
    text-align: center;
    line-height: 30px;
    padding: 20px 0 10px;
}

.ny_pro_list li .tlt {
    display: block;
    text-align: center;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 0 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
}

.ny_pro_list li .pro_wz p {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ny_pro_list li .pro_an {
    text-align: center;
    margin: 20px 0;
}

.ny_pro_list li .pro_an a {
    display: inline-block;
    margin: 0 5px;
    height: 34px;
    line-height: 34px;
    width: 97px;
}

.ny_pro_list li .pro_an a.ljxq {
    background: #1e5eb7;
    color: #fff;
}

.ny_pro_list li .pro_an a.wyxj {
    color: #1e5eb7;
    border: 1px solid #1e5eb7;
}

.ny_pro_list li:hover .pic:after {
    opacity: 1;
    background: rgba(0, 0, 0, .4) url(../image/view.png) center center no-repeat;
}

.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);
}

/*内页产品展示 结束*/

/*产品列表页 开始*/
.nyPro_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0.1px;
}

.nyPro_list ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px dashed #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.nyPro_list ul li:hover {}

.nyPro_list ul li .nyProList_img {
    width: 24%;
    height: 165px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nyPro_list ul li:hover .nyProList_img {
    border: 0;
}

.nyPro_list ul li .nyProList_img img.nyPro_img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nyPro_list ul li:hover .nyProList_img a img.nyPro_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.nyPro_list ul li .nyProList_img a i.nyPro_mask {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.4) url(../image/view.png) center center no-repeat;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
}

.nyPro_list ul li:hover .nyProList_img a i.nyPro_mask {
    display: block;
}

.nyPro_list ul li .nyProList_text {
    width: 73%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.nyPro_list ul li .nyProList_text .nyProList_name {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 5px;
    padding: 0;
}

.nyProList_text .nyProList_name a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
}

.nyProList_text .nyProList_name a:hover {
    color: #1e5eb7;
}

.nyPro_list ul li .nyProList_text .nyProList_ms {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.nyProList_text .nyProList_ms p {
    width: 100%;
    height: 57px;
    overflow: hidden;
    line-height: 26px;
    color: #999;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.nyPro_list ul li .nyProList_text .nyProList_tips {
    width: 100%;
    overflow: hidden;
    margin: 15px auto 0;
    padding: 0;
}

.nyProList_text .nyProList_tips dl dd {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #797979;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    float: left;
    max-width: 162px;
}

.nyProList_text .nyProList_tips dl dd img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    padding: 0;
}

.nyProList_text .nyProList_tips dl dd span {
    color: #1e5eb7;
}

.nyPro_list ul li .nyProList_text .nyProList_btn {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.nyProList_text .nyProList_btn a {
    display: block;
    width: 88px;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    color: #aaa;
    font-size: 14px;
    text-align: center;
    margin: 0 20px 0 0;
    padding: 0;
    border: 1px solid #dfdfdf;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nyProList_text .nyProList_btn a:first-child {
    color: #fff;
    background-color: #2c64a1;
    border: 1px solid #2c64a1;
}

.nyProList_text .nyProList_btn a:hover {
    color: #fff;
    background-color: #1e5eb7;
    border: 1px solid #1e5eb7;
}

/*产品列表页 结束*/

/*产品详细页 开始*/
.NyProDetail {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_main {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    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: 360px;
    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: 49%;
    min-height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
}

.pro_detail_text h1 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 22px;
    text-align: justify;
    margin: 0 auto;
    padding: 0 0 10px;
    font-weight: normal;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.pro_detail_text i {
    display: block;
    width: 35px;
    height: 3px;
    background: #1e5eb7;
    margin-top: -2px;
}

.pro_detail_text .jyms {
    width: 100%;
    height: 156px;
    overflow: hidden;
    margin: 10px auto 25px;
    box-sizing: border-box;
}

.pro_detail_text .jyms p {
    width: 100%;
    height: 120px;
    overflow: hidden;
    line-height: 27px;
    color: #666;
    font-size: 14px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.pro_detail_text .jyms p span {
    display: block;
    background: url(../image/ms.png) no-repeat left center;
    padding-left: 25px;
    color: #333;
    margin-bottom: 5px;
}

.pro_detail_text ul {
    width: 100%;
    _margin: 20px auto;
    padding: 0;
    margin: 30px 0 20px 0;
}

.pro_detail_text ul li {
    width: 48.75%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 13px;
    margin: 0 2.5% 2% 0;
    float: left;
    background: #f1f1f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

.pro_detail_text .pro_detail_btn {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 32px auto 0;
    padding: 0;
}

.pro_detail_btn a {
    display: block;
    width: 155px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
    font-weight: bold;
}

.pro_detail_btn a img {
    display: inline-block;
    width: 25px;
    height: 21px;
    vertical-align: middle;
    margin: 0px 10px 0 0;
    padding: 0;
}

.pro_detail_btn a.prodtl_btn1 {
    float: left;
    margin: 0 4% 0 0;
    background-color: #1e5eb7;
}

.pro_detail_btn a.prodtl_btn1:hover {
    background-color: #1453ac;
}

.pro_detail_btn p {
    height: 50px;
    line-height: 50px;
    color: #555;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.pro_detail_btn p img {
    display: block;
    width: 42px;
    height: 42px;
    float: left;
    margin: 5px 8px 5px 0;
    padding: 0;
}

.pro_detail_btn p font {
    color: #191919;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

.prodetail_img {
    width: 47%;
    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: 360px;
    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;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 104% !important;
    top: 0 !important;
    background: #fff;
}

.bigimg {}

.jqZoomPup {
    width: 200px !important;
    height: 200px !important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../image/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;
}

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

.NyProDetail_Title {
    width: 100%;
    height: 52px;
    overflow: hidden;
    line-height: 52px;
    color: #333333;
    font-size: 18px;
    margin: 0 auto 30px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.NyProDetail_Title:before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 38px;
    background: #1e5eb7;
    margin: 7px 20px 0 0;
    float: left;
}

.NyProDetail_Title span {
    display: block;
    height: 2px;
    width: calc(100% - 100px);
    background: #eaeaea;
    float: right;
    margin-top: 20px;
}

.NyProDetail_Con .NyProDetailCon,
.NyProDetailCon p,
.NyProDetailCon div,
.NyProDetailCon span,
.NyProDetailCon video,
.NyProDetailCon table,
.NyProDetailCon tr,
.NyProDetailCon td,
.NyProDetailCon img {
    /*width: auto !important;*/
    max-width: 100% !important;
}
.NyProDetailCon p{
    line-height: 40px;
}
/*产品详情 结束*/


/*在线留言 开始*/
.ly_OrdCon {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 160px 40px 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ly_OrdCon .lyOrdCon_img {
    width: 141px;
    height: 141px;
    overflow: hidden;
    margin: -79px 0 0;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    right: 70px;
    top: 50%;
}

.ly_OrdCon .lyOrdCon_text {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 120px 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyOrdCon_text .NyCon_tit {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    margin: 0 auto 10px;
    padding: 0;
    font-weight: bold;
}

.lyOrdCon_text p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #565656;
    font-size: 15px;
    text-align: justify;
    margin: 0 auto;
    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 25px !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 10px 0 0;
    color: #333;
    font-size: 16px;
    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 h4 font {
    color: #f00;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(http://www.jyjialing.com.cn/skins/522868/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(http://www.jyjialing.com.cn/skins/522868/images/tb_img.png) right center no-repeat !important;
}

.ly_msg ul li .msg_ipt12 {
    width: 88%;
    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: #999;
    font-size: 16px;
    border: 0px solid #eaeaea;
    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 #eaeaea;
    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 {
    border-radius: 0;
    font-size: 16px !important;
    background-color: #f1f1f1 !important;
    border: 0 solid #eaeaea !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
    outline: none !important;
    resize: none !important;
    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 #selPvc {
    border-radius: 0;
    height: 44px !important;
    line-height: 44px !important;
    color: #666 !important;
    font-size: 16px !important;
    background-color: #f1f1f1 !important;
    border: 0px solid #eaeaea !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;
    padding: 0 15px;
}

.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(http://www.jyjialing.com.cn/skins/522868/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(http://www.jyjialing.com.cn/skins/522868/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: 88%;
    overflow: hidden;
    margin: 15px auto 0;
    padding: 0;
    float: left;
}

.ly_msg ul li .msg_btn {
    width: 88% !important;
}

.msg_btn input {
    width: 150px !important;
    height: 44px !important;
    line-height: 44px !important;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center !important;
    margin: 0 20px 0 0;
    padding: 0;
    border-radius: 2px;
    border: none !important;
    background-color: #1e5eb7 !important;
    cursor: pointer !important;
}

.msg_btn input:last-child {
    background-color: #ffa200 !important;
}

.msg_btn input:hover {
    background-color: #1453ac !important;
}

.msg_btn input:last-child:hover {
    background-color: #f29a01 !important;
}

/*在线留言 结束*/

/*内页联系我们 开始*/
.ny_contact .contact_top b {
    display: block;
    font-size: 28px;
    color: #222327;
}

.ny_contact .contact_top span {
    display: block;
    width: 57px;
    height: 5px;
    background: #1e5eb7;
    margin: 23px 0;
}

.ny_contact .contact_top p {
    font-size: 16px;
    color: #666;
}

.ny_contact .contact_list {
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 150px;
    margin: 40px 0;
    padding: 0 20px;
}

.ny_contact .contact_list ul li {
    width: 33.3333%;
    float: left;
    border-right: 1px solid #ddd;
    height: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 45px;
    padding-left: 80px;
}

.ny_contact .contact_list ul li:nth-child(1) {
    background: url(../image/t_icon03.png) no-repeat 40px 45px;
}

.ny_contact .contact_list ul li:nth-child(2) {
    background: url(../image/t_icon02.png) no-repeat 40px 45px;
}

.ny_contact .contact_list ul li:nth-child(3) {
    border: none;
    background: url(../image/t_icon01.png) no-repeat 40px 45px;
}

.ny_contact .contact_list ul li b {
    font-size: 16px;
    color: #222327;
    display: block;
    margin-bottom: 13px;
}

.ny_contact .contact_list ul li p {
    font-size: 16px;
    color: #73757f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 48px;
    line-height: 24px;
    padding-right: 10px;
}

.lyNyContact_map {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #dfdfdf;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lyNyContact_map .lyNyContact_Mapmain {
    width: 100%;
    height: 405px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f8f8f8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#container2 {
    min-width: 600px;
    min-height: 467px;
  }
/*内页联系我们 结束*/

/*相关文章 开始*/

.xgwz {
    margin-top: 35px;
}

.xgwz .xgwz_bt {
    background: url(../image/xgwz_bt.png) no-repeat;
    padding: 9px 0 0 35px;
    height: 85px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.xgwz .xgwz_bt p {
    height: 40px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.xgwz .xgwz_bt span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}

.xgwz .xgwz_list {
    padding: 10px 10px 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 0;
}

.xgwz_list ul li {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../image/ico3.png) no-repeat left 24px;
}

.xgwz_list ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xgwz_list ul li a:hover {
    color: #1e5eb7;
}

/*相关文章 结束*/

/*分页样式 开始*/
#fengye {
    text-align: center;
    margin: 20px auto 0;
    color: #555;
    font-size: 14px;
}

#fengye a {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    color: #555;
    font-size: 14px;
}
#fengye .page-num-current,
#fengye a:hover {
    background: #1e5eb7;
    color: #ffffff;
}

#fengye a.pnnum1 {
    background: #1e5eb7;
    color: #ffffff;
}

#fengye input {
    display: inline-block;
    padding: 0 5px;
    background-color: #1e5eb7;
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none;
}

#fengye .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;
}

/*分页样式 结束*/

/*内页荣誉资质 开始*/
.ny_honor_list ul li {
    margin: 0 3% 2% 0;
    width: 31.3333%;
    float: left;
}

.ny_honor_list ul li:nth-child(3n+3) {
    margin-right: 0;
}

.ny_honor_list ul li .pic {
    display: block;
    width: 100%;
    float: left;
    height: 230px;
    border: 1px solid #DDDDDD;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 3px;
}

.ny_honor_list ul li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .25s;
}

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

.ny_honor_list ul 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);
}

.ny_honor_list ul li .tlt {
    display: block;
    height: 50px;
    text-align: center;
    clear: both;
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny_honor_list ul li:hover .tlt {
    color: #1e5eb7;
}

/*内页荣誉资质 结束*/

/*右侧客服 开始*/
.kfView {
    position: fixed;
    top: 25%;
    right: 2px;
    z-index: 999;
}

.kfView a.qqa {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    margin-bottom: 2px;
}

.kfView a.qqa:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/slidebar_icon.png) top center no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.kfView .tela>a {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    margin-bottom: 2px;
}

.kfView .tela>a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/slidebar_icon.png) center -27px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.kfView .tela .wz {
    position: absolute;
    top: 2px;
    left: -224px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.kfView .tela:hover .wz {
    display: block;
}

.kfView .tela p {
    background: #fff;
    width: 200px;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #1e5eb7;
    line-height: 40px;
    text-align: center;
}

.kfView .tela p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: -6px;
}

.kfView .wxa {
    position: relative;
}

.kfView .wxa>span {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    margin-bottom: 2px;
}

.kfView .wxa>span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/slidebar_icon.png) center -52px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.kfView .wxa .code {
    position: absolute;
    top: -46px;
    left: -139px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.kfView .wxa:hover .code {
    display: block;
}

.kfView .wxa .code p {
    background: #fff;
    width: 115px;
    height: 135px;
}

.kfView .wxa .code p img {
    max-width: 100%;
    max-height: 100%;
}

.kfView .wxa .code p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -10px;
}

.kfView .wxa .code p i {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #333;
    background: #fff;
    padding: 0 5px 10px;
    font-style: normal;
}

.kfView a.totop {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(30, 94, 183, .7);
    margin-bottom: 2px;
    cursor: pointer;
}

.kfView a.totop:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/slidebar_icon.png) center -76px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.kfView .pfpro,
.kfView .pflxwm {
    display: none;
}

/*右侧客服 结束*/