* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear{
    clear: both;
    overflow: hidden;
}

.head {
    width: 100%;
    
}

.heads {
    max-width: 1546px;
    margin: auto;
}

.logo {
    padding: 25px 0;
    float: left;
    width: 21.4%;
}

.logo img{
    width: 100%;
}

.nav {
    width: 55.6%;
    float: left;
    margin-left: 4.8%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    line-height: 128px;
    padding: 0 2.9%;
    cursor: pointer;
    position: relative;
}

.nav ul li a {
    font-size: 17px;
    color: #464646;
}
.nav ul li:hover a{
    color: #e13844;
}
.detailnav{
    width: 120%;
    position: absolute;
    left: -10%;
    top: 128px;
    z-index: 99999;
    background: #fff;
    display: none;
}
.nav ul li:hover .detailnav{
    display: block;
}
.detailnav li{
    width: 100%;
    float: none;
    text-align: center;
    height: 40px;
    line-height: 40px !important;
    border-bottom: 1px solid #ccc;
}
.nav ul li .detailnav li a{
    font-size: 15px;
}
.nav ul li:hover .detailnav li a{
    color: #464646;
}
.nav ul li .detailnav li:hover a{
    color: #e13844;
}

.contact {
    float: left;
    line-height: 128px;
}

.contact span {
    font-size: 17px;
    color: #c62a2e;
}

.contact img {
    margin-top: -8px;
    cursor: pointer;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 128px;
    display: none;
    z-index: 10;
    background: #e13945;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box form .text::-moz-placeholder {
    color: #fff;
}

.search-box form .text:-ms-input-placeholder {
    color: #fff;
}

.menuBox {
    position: fixed;
    width: 62%;
    top: 0;
    left: -62%;
    height: 100%;
    z-index: 999999999;
    background: #e03944;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menuBox.active {
    left: 0;
}

.menuAll {
    position: relative;
    height: 100%;
    top: 0;
    padding-top: 43px;
}

.menuTitle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 32px;
    border-bottom: solid 1px #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.menuTitle i.fa {
    font-size: 20px;
    line-height: 32px;
    float: left;
    margin-right: 15px;
}

.menuBody {
    height: 100%;
    overflow: auto;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody li.ua {
    padding: 0;
    border-bottom: solid 1px #fff;
}

.menuBody li a.ua_a {
    line-height: 38px;
}

.menuBody li a {
    color: #fff;
    line-height: 36px;
    padding: 0 15px;
    font-size: 12px;
}

.menuBody li a .fa {
    float: right;
    line-height: 36px;
    font-size: 18px;
    margin-right: 15px;
}

.menuBody ul.ul2_0 {
    background: #e03944;
    display: none;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody ul.ul2_0 li {
    border-top: solid 1px #fff;
    padding-left: 20px;
}

.header_phone {
    overflow: auto;
    background: #fff;
    width: 100%;
}

.bfont {
    position: absolute;
    z-index: 99999;
    text-align: center;
    width: 100%;
    top: 38%;
}

.bfont p:first-child {
    font-size: 76px;
    color: #fff;
    font-weight: bold;
}

.bfont p:nth-child(2) {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.banner img {
    width: 100%;
}


.about {
    width: 100%;
    overflow: hidden;
    margin-top: 54px;
    padding-bottom: 40px;
    background: url(../images/abbg.png) bottom right no-repeat;
}

.abouts {
    max-width: 1546px;
    margin: auto;
}

.left_ab {
    margin-top: 30px;
    width: 48.2%;
    float: left;
}

.left_ab video{
    width: 100%;
}

.right_ab {
    width: 48.2%;
    float: right;
}

.abtip,
.abtitle {
    padding-left: 15px;
}

.abtitle {
    font-size: 30px;
    font-weight: bold;
    color: #191919;
    margin-top: 25px;
}

.abcontent {
    font-size: 14px;
    color: #464646;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 20px;
}

.abmore a {
    display: block;
    width: 175px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    border-radius: 30px;
    background: #307fd9;
    font-size: 16px;
    color: #fff;
}

.abmore {
    padding-left: 15px;
    margin-top: 10px;
}

.jingying {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background: url(../images/jybg.png) center no-repeat;
    padding-top: 50px;
    padding-bottom: 70px;
}

.jytitle {
    width: 100%;
    text-align: center;
}

.jymaintitle {
    font-size: 40px;
    font-weight: bold;
    color: #221e1e;
}

.jytitles {
    font-size: 22px;
    color: #1c1c1c;
    margin-top: 5px;
}

.jynav {
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.jynav span {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.jynav span div {
    margin-bottom: 25px;
}

.jynav span:hover img {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;

transform: translate3d(0, 0, 0);

backface-visibility: hidden;

perspective: 1000px;
}

@keyframes shake {

10%, 90% {

transform: translate3d(-1px, 0, 0);

}

20%, 80% {

transform: translate3d(2px, 0, 0);

}

30%, 50%, 70% {

transform: translate3d(-4px, 0, 0);

}

40%, 60% {

transform: translate3d(4px, 0, 0);

}

}

.jy {
    width: 100%;
    overflow: hidden;
}

.jy .jys {
    float: left;
    width: 24%;
    margin-right: 1.3333%;
    margin-top: 40px;
    overflow: hidden;
}

.jy .jys:nth-child(4n) {
    margin-right: 0;
}

.jy .jys img {
    width: 100%;
}

.jy .jys:hover img {
    transform: scale(1.1);
    transition: all 1.5s;
}

.fuwu {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    background: url(../images/fwbg.png) center 120px no-repeat;
    padding-bottom: 115px;
}

.fuwus {
    max-width: 1546px;
    margin: auto;
}

.fwtitile {
    width: 100%;
    text-align: center;
}

.fwmaintitle {
    font-size: 40px;
    font-weight: bold;
    color: #221e1e;
}

.fwtitles {
    font-size: 22px;
    color: #1c1c1c;
    margin-top: 5px;
}

.fw_d {
    text-align: center;
    margin-top: 80px;
}

.fw_d em {
    font-style: normal;
}

.fw_d p {
    line-height: 30px;
    font-size: 20px;
    color: #303030;
    margin-bottom: 8px;
}

.fw_d p span {
    display: inline-block;
    width: 60px;
    height: 30px;
    background: #ef5c64;
    color: #fff;
    margin: 0 15px;
}

.fw {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 75px;
}

.fw .fws {
    width: 14%;
    float: left;
    background: #fff;
    text-align: center;
    padding: 36px 0;
    border: 1px solid #f0eeee;
    border-radius: 5px;
    margin-right: 3.1%;
}

.fw .fws:last-child {
    margin-right: 0;
}

.fw_num {
    font-size: 88px;
    font-weight: bold;
    color: #e13844;
}

.fw_con {
    width: 170px;
    height: 170px;
    margin: auto;
    border-radius: 100%;
    background: #f8f8f8;
    font-size: 38px;
    color: #191616;
    padding: 0 15px;
    padding-top: 60px;
    margin-top: -60px;
}

.fw .fws:nth-child(3) .fw_con {
    padding-top: 40px;
}

.fw_more {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e13844;
    margin: auto;
    transform: rotate(45deg);
}

.fw_more a {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    display: inline-block;
    height: 40px;
    line-height: 35px;
    transform: rotate(-45deg);
}

.advantage {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ad {
    width: 100%;
    overflow: hidden;
    height: 175px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
}

.ads {
    max-width: 1546px;
    margin: auto;
}

.advs {
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
    height: 175px;
}

.ad_pic {
    margin-top: 19px;
    height: 95px;
    line-height: 95px;
}

.ad_con {
    font-size: 23px;
    color: #121111;
}

.advs.active .ad_con {
    color: #fff;
}

.advs.active {
    border-right: none;
    background: #e13844;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.cases {
    max-width: 1546px;
    margin: auto;
    position: relative;
}

.casetitle {
    text-align: center;
}

.casemiantitle {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
}

.casetitles {
    font-size: 20px;
    color: #393939;
    margin-top: 10px;
}

.casetitleline {
    width: 46px;
    margin: auto;
    border-top: 1px solid #345e4c;
    margin-top: 23px;
    margin-bottom: 50px;
}

.swiper-container.caseswiper {
    width: 84.7%;
    margin: auto;
}

.swiper-container.caseswiper img {
    width: 100%;
}

.cases .swiper-button-prev {
    width: 65px;
    height: 65px;
    background: url(../images/case_03.jpg) center no-repeat;
    left: 0;
    top: 60%;
}

.cases .swiper-button-next {
    width: 65px;
    height: 65px;
    background: url(../images/case_05.jpg) center no-repeat;
    right: 0;
    top: 60%;
}

.cas_name {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #4e4e4e;
    line-height: 55px;
    border-bottom: 1px solid #d4d4d4;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
    background: #f1f1f1;
    padding-top: 70px;
    padding-bottom: 75px;
}

.news {
    max-width: 1546px;
    margin: auto;
    position: relative;
}

.newtitle {
    width: 100%;
    text-align: center;
}

.newmaintitle {
    font-size: 36px;
    color: #161616;
    font-weight: bold;
}

.newtitles {
    font-size: 20px;
    color: #393939;
    margin-top: 20px;
}

.swiper-container.newswiper {
    margin-top: 40px;
    width: 84.7%;
    margin: auto;
}

.newshow {
    background: #fff;
    overflow: hidden;
    padding: 25px 40px;
    margin-top: 40px;
}

.newpic {
    width: 21.9%;
    float: left;
}

.newpic img {
    width: 100%;
}

.newcon {
    width: 70%;
    float: right;
}

.newt {
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
}

.newcontent {
    font-size: 14px;
    color: #464646;
    line-height: 30px;
}

.news .new-button-prev {
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(../images/prevnew.png) center no-repeat;
    left: 0;
    top: 60%;
    outline: 0;
}

.news .new-button-next {
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(../images/nextnew.png) center no-repeat;
    right: 0;
    top: 60%;
    outline: 0;
}

.hezuo {
    width: 100%;
    overflow: hidden;
}

.hezuos {
    max-width: 1546px;
    margin: auto;
    margin-top: 60px;
}

.hztitle {
    width: 100%;
    text-align: center;
}

.hzmaintitle {
    font-size: 36px;
    color: #161616;
    font-weight: bold;
}

.hztitles {
    font-size: 20px;
    color: #393939;
    margin-top: 10px;
}

.swiper-container.honorswiper {
    margin-top: 40px;
    text-align: center;
}

.swiper-container.honorswiper img{
    width: 100%;
}

.swiper-container.honorswiper .swiper-slide {
    border: 1px solid #d3d3d3;
    height: 155px;
    line-height: 155px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #404040;
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 120px;
}

.foots {
    max-width: 1060px;
    margin: auto;
}

.fctitle {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px;
}

.fcontact p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

.left_foot {
    width: 49.5%;
    float: left;
}

.fcontact {
    float: left;
}

.saoma {
    float: right;
    margin-top: 70px;
}

.right_foot {
    float: right;
}

.right_foot input[type=text] {
    background: none;
    border: none;
    outline: 0;
    height: 60px;
    color: #fff;
}

.right_foot textarea {
    background: none;
    border: none;
    outline: 0;
    height: 40px;
    color: #fff;
}

.right_foot textarea {
    width: 100%;
}

.right_foot form input[type=text]::-webkit-input-placeholder,
.right_foot textarea::-webkit-input-placeholder {
    color: #fff;
}

.right_foot form input[type=text]:-moz-placeholder,
.right_foot textarea:-moz-placeholder {
    color: #fff;
}

.right_foot form input[type=text]::-moz-placeholder,
.right_foot textarea::-moz-placeholder {
    color: #fff;
}

.right_foot form input[type=text]:-ms-input-placeholder,
.right_foot textarea:-ms-input-placeholder {
    color: #fff;
}

.right_foot form input[type=submit] {
    width: 185px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #bf0109;
    border-radius: 6px;
    border: none;
    outline: 0;
    margin-top: 15px;
}

.copy {
    width: 100%;
    text-align: center;
    height: 92px;
    line-height: 92px;
    background: url(../images/copybg.png) center no-repeat;
}

.copy,
.copy a {
    font-size: 14px;
    color: #f1f1f1;
}

.copy a {
    margin: 0 9px;
}

.alllistsearch {
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div {
    max-width: 1220px;
    margin: auto;
    ;
    overflow: hidden;
    padding: 0 10px;
}

.alllistsearchLeft {
    float: left;
    font-size: 16px;
    color: #464646;
}

.alllistsearchLeft img {
    margin-right: 7px;
}

.alllistsearchLeft i {
    font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
    color: #464646;
}

.listnavRight {
    float: right;
}

.listnavRight a {
    display: block;
    float: left;
    font-size: 16px;
    color: #464646;
    padding: 0 3rem;
    transition: 0.3s linear;
}

.listnavRight a.on {
    background: #e13844;
    color: #fff;
}

.listnavRight a:hover {
    background: #e13844;
    color: #fff;
    transition: 0.3s linear;
}

.p12-aboutinfo-1 {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../images/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.g-gywm {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #e13844;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1210px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #e13844;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.ab_1_1 {
    max-width: 1200px;
    margin: 70px auto;
    overflow: hidden;
}

.ab_1_2 {
    width: 38%;
    float: left;
    overflow: hidden;
}

.ab_1_2 img {
    width: 100%;
    height: auto;
}

.ab_1_3 {
    width: 56%;
    float: right;
}

.ab_1_3 h1 {
    font-size: 40px;
    color: #e13844;
    margin-top: 138px;
}

.ab_1_3 h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 22px;
}

.ab_1_3 p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 100px;
}

.ab_2_1 {
    max-width: 1200px;
    margin: 66px auto;
    background-color: #FFF;
    font-size: 0;
}

.ab_2 {
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
}

.ab_2_1 ul {
    list-style-type: none;
    display: block;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.ab_2_1 ul li {
    display: block;
    float: left;
    width: 50%;
    height: 335px;
}

.ab_2_1 ul li h1 {
    font-size: 40px;
    color: #e13844;
    padding-top: 24px;
    padding-left: 46px;
}

.ab_2_1 ul li h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 27px;
    margin-left: 46px;
    border-left: 3px solid #e13844;
}

.ab_2_1 ul li p {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
    width: 100%;
    height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
    padding-left: 12px;
    margin-top: 73px;
}

.brand-three .brand-three-t {
    padding: 30px 0;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 28px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative;
    list-style: none;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #e13844;
    margin-left: -50px;
}

.brand-three .brand-three-t p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.brand-honor .brand-honor-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-honorswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
    margin: 20px auto;
    color: #666;
}

.brand-honor .brand-honor-box .brand-honor-item img {
    width: 100%;
}

.news-next,
.news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.news-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.news-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.brand-jin .brand-jin-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-jinswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-jin .brand-jin-box .brand-jin-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-jin .brand-jin-box .brand-jin-item li {
    margin: 20px auto;
    color: #666;
}

.brand-jin .brand-jin-box .brand-jin-item img {
    width: 100%;
}

.jinnews-next,
.jinnews-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.jinnews-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.jinnews-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.listpro {
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #666565;
}

.listpronav {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 45px;
}

.listpronav li {
    width: 90px;
    height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 9px;
}

.listpronav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.listpronav li:hover {
    background: #e13844;
    border: 1px solid #e13844;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #e13844;
    border: 1px solid #e13844;
}

.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.listpros a .listprosimg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.listpros a .listprosimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpros a .listprosimg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.listpros a .listprosimg div span {
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.listpros a p {
    font-size: 18px;
    color: #444;
    line-height: 44px;
    margin: 0;
}

.listpros a:nth-child(3n) {
    margin-right: 0;
}

.listpros a:hover .listprosimg img {
    transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
    opacity: 1;
}

.listnew {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}

.listnew a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.listnew a img {
    float: left;
    width: 20%;
}

.listnew .listnewright {
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}

.listnew .listnewright .listnewrighttop {
    overflow: hidden;
    line-height: 34px;
}

.listnew .listnewright .listnewrighttop span {
    font-size: 24px;
    transition: all 0.3s;
    color: #333;
}

.listnew .listnewright .listnewrighttop div {
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}

.listnew .listnewright .listnewrighttop div i {}

.listnew .listnewright .listnewrighttop div label {
    margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.listnew .listnewright>span {
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #e13844;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
    color: #e13844;
}

.listnew .listnewright>span:hover {
    background: #000;
}

.listWrapper {
    padding: 40px 0 60px 0;
    overflow: hidden;
    background: #f4f4f4;
}

.grWidth {
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
}

.pTitle {
    font-size: 30px;
    font-weight: normal;
    color: #0f6dc2;
    margin: 0;
    margin-bottom: 20px;
}

.proIndex {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex ul {
    width: 100%;
    overflow: hidden;
}

.proIndex li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex li .font p {
    text-align: left;
}

.proIndex li:nth-child(1) {
    width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
    width: 100%;
}

.proIndex li:nth-child(1) .font {
    padding: 10px 35px 10px 35px;
    font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
    font-size: 18px;
    height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
    color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
    color: #0f6dc2;
}

.proIndex li:nth-child(1) .box {
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
    display: inline-block;
    width: 90px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
    background: #0f6dc2;
}

.proIndex li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
    color: #0f6dc2;
}

.pTitle a {
    float: right;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.proIndex1 {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex1 ul {
    width: 100%;
    overflow: hidden;
}

.proIndex1 li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex1 li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex1 li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex1 li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex1 li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex1 li .font p {
    text-align: left;
}

.proIndex1 li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
    color: #0f6dc2;
}

.productshow_top {
    overflow: hidden;
}

.product-show-pic {
    width: 52%;
}

.product-show-pic img {
    max-width: none;
}

.jqzoom>img {
    width: 100%;
    height: auto;
}

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 310px;
    background: #fff;
    border: 1px solid #CCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


/* 图片小图样式 */

.spec-preview {
    width: 78%;
    float: left;
}

.spec-scroll {
    width: 18%;
    overflow: hidden;
    float: right;
    margin-top: 3px;
}

.spec-scroll a.prev {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/gotop.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

.spec-scroll a.prev:hover {
    background: url(../img/gotop2.gif) no-repeat center top;
}

.spec-scroll a.next {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/gobottom.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}

.spec-scroll a.next:hover {
    background: url(../img/gobottom2.gif) no-repeat center top;
}

.spec-scroll .items {
    width: 100%;
    height: 445px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    position: absolute;
    width: 100%;
}

.spec-scroll .items ul li {
    width: 100%;
    height: 115px;
    text-align: center;
}

.spec-scroll .items ul li img {
    width: 100%;
    height: 90px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,
.spec-scroll .items ul .on img {
    border: 1px solid #0f6dc2;
}


/* 产品右侧简介样式 */

.proShwo_right {
    width: 45%;
    overflow: hidden;
    font-size: 14px;
}

.proShwo_right .title {
    font-size: 30px;
    color: #0f6dc2;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
}

.proShwo_right .font strong {
    font-size: 18px;
    color: #333;
}

.proShwo_right .phone {
    background: url('../img/picon2.jpg') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #e13844;
}

.proShwo_right .phone span {
    font-size: 22px;
    font-family: Arial;
}

.proShwo_right .btn {
    padding: 0;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #e13844;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}

.proShwo_right .btn2 {
    background: #0f6dc2;
}

.proShwo_right .btn:hover {
    opacity: .8;
}

.gr-tab-list {
    overflow: hidden;
    margin-top: 40px;
}

.gr-tab-list .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.gr-tab-list .hd li.on {
    background: #0f6dc2;
    color: #fff;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #0f6dc2;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.houjia {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.houjia .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.houjia .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}

.houjia .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.houjia .houjiaswiper {
    width: 100%;
    overflow: hidden;
}

.houjia .houjiaswiper a {
    display: block;
}

.houjia .houjiaswiper a img {
    width: 100%;
}

.houjia .houjiaswiper a span {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.houjia .houjianext {}

.houjia .houjiaprev {}

.houjiamore {
    max-width: 130px;
    margin: auto;
    height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 36px;
    margin-top: 4rem;
    border-radius: 33px;
}

.houjiamore a {
    display: block;
}

.fr {
    float: right;
    display: inline;
}

.fl {
    float: left;
    display: inline;
}

.sWrapper .sMain {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    max-width: 1200px;
    margin-bottom: 20px;
}