* {
    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%;
    height: 104px;
    line-height: 104px;
	background:#fff;
	z-index:999;
}

.heads {
    max-width: 1716px;
    float: right;
    height: 104px;
    line-height: 104px;
    width: 100%;
}

.logo {
    float: left;
    width: 16.5%;
}

.logo img {
    width: 100%;
}

.nav {
    float: left;
    width: 59.2%;
    margin-left: 3.3%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    margin-right: 6.5%;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    font-size: 17px;
    color: #201d1d;
    display: inline-block;
    width: 86px;
}

.detailnav {
    position: absolute;
    top: 96px;
    width: 180%;
    left: -40px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
    z-index: 99999;
}

.nav ul li .detailnav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    text-align: center;
}

.nav ul li.child {
    background: url(../images/navdown.png) right center no-repeat;
}

.nav ul li:hover .detailnav {
    display: block;
}
.nav ul li .detailnav li a{
    display: block;
    width: 100%;
    font-size: 15px;
}

.contact {
    width: 21%;
    float: left;
}

.contact .weixin {
    line-height: 30px;
    text-align: center;
    float: left;
    width: 40%;
    margin-top: 25px;
    font-size: 14px;
    color: #101111;
}

.tel {
    width: 60%;
    float: left;
    background: #113865;
    height: 104px;
    line-height: 35px;
    padding-left: 35px;
    padding-top: 15px;
}

.tel div:first-child {
    font-size: 14px;
    color: #fff;
}

.tel div:nth-child(2) {
    font-size: 19px;
    color: #f7f7f7;
}

.menuBox {
    position: fixed;
    width: 62%;
    top: 0;
    left: -62%;
    height: 100%;
    z-index: 999999999;
    background: #113865;
    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: #113865;
    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%;
}

.banner img {
    width: 100%;
}

.search {
    width: 100%;
    overflow: hidden;
    height: 68px;
    line-height: 68px;
    background: #f7f7f7;
}

.searchs {
    max-width: 1512px;
    margin: auto;
}

.left_search {
    float: left;
}

.left_search span {
    font-size: 16px;
    color: #666666;
    float: left;
}

.left_search a {
    font-size: 15px;
    color: #3e3c3c;
    margin-left: 15px;
}

.right_search {
    float: right;
    line-height: 22px;
    margin-top: 25px;
}

.right_search form {
    width: 346px;
    height: 22px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 18px;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.right_search form input[type=text] {
    height: 22px;
    background: none;
    border: none;
    outline: 0;
    float: left;
}

.right_search form input[type=submit] {
    width: 21px;
    height: 21px;
    background: url(../images/image_05.jpg) center no-repeat;
    border: none;
    outline: 0;
    float: right;
}

.about {
    width: 100%;
    overflow: hidden;
}

.abouts {
    max-width: 1512px;
    margin: auto;
}

.left_ab {
    float: left;
    width: 54.1%;
    margin-top: 50px;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 40.3%;
    float: right;
    margin-right: 2.9%;
    margin-top: 115px;
}

.eabtitle {
    font-size: 51px;
    font-weight: bold;
    color: #464646;
}

.eabtitle span {
    color: #2474bb;
}

.cabtitle {
    font-size: 41px;
    color: #464646;
}

.abcon {
    font-size: 14px;
    color: #464646;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 30px;
}

.shujus {
    width: 50%;
    float: left;
    margin-top: 65px;
    padding-left: 20px;
}

.sjpic {
    width: 40%;
    float: left;
    margin-top: 20px;
    padding-left: 20px;
}

.num {
    font-size: 16px;
    color: #655d5d;
    width: 60%;
    float: left;
}

.num span {
    font-size: 56px;
    color: #161212;
    font-weight: bold;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 105px;
    background: url(../images/probg_02.jpg) center no-repeat;
    padding-top: 70px;
    padding-bottom: 50px;
}

.products {
    max-width: 1512px;
    margin: auto;
    overflow: hidden;
}

.ptitle {
    width: 100%;
    text-align: center;
}

.pmaintitle {
    font-size: 37px;
    color: #fff;
    font-weight: bold;
}

.ptitles {
    font-size: 22px;
    color: #fff;
}

.homeproducts {
    float: left;
    margin-top: 70px;
    overflow: hidden;
}

.homeproduct {
    display: flex;
    flex-wrap: wrap;
}

.homeproduct a {
    display: block;
    width: 430px;
    height: 596px;
    text-align: center;
    margin-left: 32px;
    margin-bottom: 40px;
    overflow: hidden;
}

.homeproduct a>img {
    width: 430px;
    height: 596px;
    overflow: hidden;
}

.homeproduct a div {
    width: 430px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    color: #464646;
    font-size: 16.5px;
    background: #fff;
}

.homeproduct a div span {
    height: 60px;
    line-height: 60px;
}

.homeproduct a:hover img {
    transform: scale(1.05);
    transition: all 0.6s;
}

.video {
    width: 100%;
    margin-top: 95px;
}

.video video {
    width: 100%;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.news {
    max-width: 1512px;
    margin: auto;
}

.ntitle {
    width: 100%;
    text-align: center;
}

.nmaintitle {
    font-size: 40px;
    color: #113865;
    font-weight: bold;
}

.ntitleline {
    width: 29px;
    border-top: 2px solid #113865;
    margin: 10px auto;
}

.ntitles {
    font-size: 24px;
    color: #babbbe;
}

.swiper-container.newswiper {
    width: 35.3%;
    float: left;
    margin-top: 40px;
}

.nintro {
    height: 76px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 19px;
    color: #f9f9f9;
    padding-left: 25px;
    padding-top: 20px;
}

.swiper-container.newswiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 40px;
    height: 2px;
    background: #fff;
}

.swiper-container.newswiper .swiper-pagination-bullet-active {
    background: #113865;
}

.swiper-container.newswiper .swiper-pagination {
    bottom: 30px;
    right: 10px;
    text-align: right;
    padding-right: 10px;
}

.right_new {
    float: right;
    width: 63.4%;
    margin-top: 40px;
}

.ndate {
    width: 106px;
    height: 112px;
    border: 1px solid #d3cccc;
    text-align: center;
    float: left;
}

.ndate div:first-child {
    font-size: 44px;
    color: #241d1d;
    margin-top: 10px;
}

.ndate div:nth-child(2) {
    font-size: 17px;
    color: #241d1d;
}

.newcon {
    width: 65.625%;
    float: left;
    margin-left: 20px;
}

.newcon div:first-child {
    font-size: 16px;
    color: #0a0909;
}

.newcon div:nth-child(2) {
    font-size: 14px;
    color: #716d6d;
    line-height: 25px;
    margin-top: 15px;
}

.newpic {
    width: 16.1%;
    float: right;
}

.newpic img {
    width: 100%;
}

.rns {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d6d5d5;
    margin-bottom: 29px;
}

.right_new .rns:last-child {
    margin-bottom: 0;
}

.rns:hover .ndate {
    border: none;
    background: #113865;
}

.rns:hover .ndate div:first-child,
.rns:hover .ndate div:nth-child(2) {
    color: #fff;
}

.newmore {
    text-align: center;
    margin-top: 60px;
}

.newmore a {
    display: inline-block;
    width: 198px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 30px;
    background: #113865;
    color: #fff;
    font-size: 17px;
}

.ys_bg {
    background: url(../images/shili.png) no-repeat center 0;
    height: 1039px;
    padding: 82px 0 0;
    overflow: hidden;
    margin-top: 80px;
}

.yous {
    height: 750px;
}

.yous .cp_tit {
    color: #fff;
    background: url(../images/ys_tline.png) no-repeat center 60px;
}

.yous .cp_tit span {
    color: #fff;
}

.ys_t {
    height: 143px;
    width: 672px;
    background: #fff;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 580px;
    left: 264px;
    z-index: 10;
}

.ys_t ul li {
    font-size: 20px;
    color: #333;
    float: left;
    width: 168px;
    height: 143px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

.ys_t ul li:before {
    content: "";
    width: 1px;
    height: 37px;
    background: #efefef;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.ys_t ul li p {
    width: 46px;
    height: 46px;
    position: relative;
    margin: 0 auto;
}

.ys_t ul li b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    margin: 0 auto;
}

.ys_t ul li em {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.1s ease 0.2s;
    transition: all 0.1s ease 0.2s;
    margin: 0 auto;
}

.ys_t ul li b img,
.ys_t ul li em img {
    display: block;
    width: 46px;
    height: 46px;
}

.ys_t ul li span {
    display: block;
    padding: 10px 0 0;
    line-height: 22px;
}

.ys_t ul li i {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.4);
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.ys_t ul li.on {
    background: #113865;
    color: #fff;
    font-weight: bold;
    z-index: 5;
}

.ys_t ul li.on i {
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
}

.ys_t ul li.on b {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
}

.ys_t ul li.on em {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ys_t ul li:first-child:before {
    background: none;
}

.yous dl {
    position: relative;
    height: 617px;
    background: #fff;
    margin-top: 48px;
    margin-bottom: 0;
}

.yous dl dt {
    width: 960px;
    height: 617px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
}

.yous dl dt img {
    width: 960px;
    height: 617px;
}

.yous dl dd {
    width: 500px;
    float: left;
    padding: 135px 0 0 55px;
}

.yous dl dd h5 {
    height: 90px;
    border-bottom: #d6d6d6 2px solid;
    width: 500px;
    display: inline-block;
    font-size: 30px;
    color: #333;
}

.yous dl dd em {
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    line-height: 0;
    margin: 6px 15px 0 0;
}

.yous dl dd em img {
    width: 46px;
    height: 46px;
}

.yous dl dd span {
    display: block;
    float: left;
    line-height: 32px;
}

.yous dl dd i {
    display: block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.yous dl dd b {
    width: 60px;
    height: 50px;
    display: block;
    float: right;
    line-height: 0;
}

.yous dl dd b img {
    width: 60px;
    height: 50px;
}

.yous dl dd p {
    font-size: 14px;
    color: #333;
    padding: 20px 0 0;
    line-height: 30px;
}

.pr {
    position: relative;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.ban01 {
    padding: 55px 0 0;
}

.ban01_l {
    width: 900px;
}

.ban01_l b {
    background: url(../images/ban_k.png) no-repeat;
    display: block;
    width: 196px;
    height: 57px;
    line-height: 56px;
    overflow: hidden;
    font-size: 20px;
    color: #113865;
    text-align: center;
    float: left;
    margin-top: 25px;
}

.ban01_lm {
    padding: 0 0 0 40px;
    width: 660px;
    float: left;
}

.ban01_lm p {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
}

.ban01_lm ul li {
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 36px;
    background: url(../images/ban_ico.png) no-repeat 0 13px;
    padding: 0 20px 0 20px;
}

.ban01_tel {
    width: 220px;
}

.ban01_tel span {
    display: block;
    text-align: center;
    height: 75px;
}

.ban01_tel b {
    display: block;
    font-size: 23px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.ban01_tel em {
    width: 22px;
    height: 22px;
    display: block;
    line-height: 0;
    margin: 0 auto;
}

.ban01_tel em img {
    width: 22px;
    height: 22px;
}

.ban01_tel a {
    font-size: 14px;
    color: #333;
    display: block;
    width: 110px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
}

.ban01_tel a {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.ban01_tel a:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cp_tit span {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 3px 0 0;
}

.cp_tit {
    font-size: 40px;
    color: #333;
    text-align: center;
    height: 85px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/cp_tline.png) no-repeat center 60px;
    font-weight: bold;
}

.yous dl dd em: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);
    }
}

.guide {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.guides {
    max-width: 1512px;
    margin: auto;
}

.gds {
    width: 32.1%;
    float: left;
    margin-right: 1.8%;
    position: relative;
}

.guides .gds:last-child {
    margin-right: 0;
}

.gds .gd_pic img {
    width: 100%;
}

.oneborder {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: rgba(56, 113, 193, 0.3);
    padding-top: 7px;
}

.twoborder {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background: rgba(56, 113, 193, 1);
    margin-left: 7px;
    text-align: center;
}

.gd_tip {
    position: absolute;
    left: 40%;
    top: 30%;
    text-align: center;
}

.gd_n {
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
}

.guides .gds:first-child .twoborder {
    padding-top: 28px;
}

.guides .gds:nth-child(2) .twoborder {
    padding-top: 20px;
}

.guides .gds:nth-child(3) .twoborder {
    padding-top: 20px;
}

.de_detail {
    width: 100%;
    height: 100%;
    background: rgba(56, 113, 193, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    display: none;
}

.de_detail_border {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 35px;
}

.de_detail_border div:first-child {
    font-size: 26px;
    color: #fff;
    margin-top: 30px;
}

.de_detail_border div:nth-child(2) {
    font-size: 14px;
    color: #fff;
    text-indent: 1em;
    line-height: 25px;
    margin-top: 40px;
}

.de_detail_border div:nth-child(3) a {
    display: inline-block;
    height: 37px;
    width: 156px;
    line-height: 33px;
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 15px;
    color: #fff;
    margin-top: 35px;
}

.de_detail_border div:nth-child(3) a span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: #ecebeb;
    float: left;
    border-radius: 100%;
    margin-top: 2px;
    margin-left: 2px;
    font-size: 20px;
    color: #113865;
}

.foot {
    width: 100%;
    margin-top: 100px;
    background: #222629;
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foots {
    max-width: 1512px;
    margin: auto;
    overflow: hidden;
    padding: 0 15px;
}

.backtop {
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: #e8572c;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    display: block;
    margin: auto;
    margin-top: -60px;
}

.left_ft {
    float: left;
}

.left_ft div:first-child {
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}

.left_ft div:nth-child(2) {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.right_ft {
    float: right;
}

.saoma {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.saoma p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.ftop {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blist {
    overflow: hidden;
    margin-top: 35px;
}

.contactstitle {
    font-size: 22.5px;
    color: #fff;
    margin-bottom: 25px;
}

.contacts ul li {
    font-size: 14px;
    color: #cfcccc;
    margin-bottom: 10px;
}

.contacts {
    float: left;
    margin-right: 13.8%;
}

.pros {
    width: 32.4%;
    float: left;
    margin-right: 10.5%;
}

.pros ul li {
    float: left;
    width: 50%;
}

.protitle,
.abltitle {
    font-size: 17px;
    color: #f5f5f5;
}

.proline,
.abltitleline {
    width: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
}

.pros ul li,
.ablist ul li {
    margin-top: 10px;
}

.pros ul li a,
.ablist ul li a {
    font-size: 14px;
    color: #cbc9c9;
}

.ablist {
    float: left;
    margin-right: 13.5%;
}

.ablist.newlist {
    margin-right: 0;
}

.copy {
    width: 100%;
    overflow: hidden;
    background: #222629;
    height: 70px;
    line-height: 70px;
}

.copys {
    max-width: 1512px;
    margin: auto;
    padding: 0 15px;
}

.left_copy {
    float: left;
    font-size: 14px;
    color: #b0abab;
}

.left_copy a {
    font-size: 14px;
    color: #b0abab;
    margin-right: 15px;
}

.right_copy {
    float: right;
}

.right_copy select {
    width: 245px;
    height: 35px;
    outline: 0;
    padding-left: 10px;
    background: #404447;
    font-size: 14px;
    color: #b0abab;
    border: none;
}

.g-yous {
    display: none;
}

.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: #113865;
    color: #fff;
}

.listnavRight a:hover {
    background: #113865;
    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 {
    height: 530px;
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #113865;
    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: #113865;
    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: #113865;
    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: #113865;
    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 #113865;
}

.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: #113865;
    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: #113865;
    border: 1px solid #113865;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #113865;
    border: 1px solid #113865;
}

.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: #113865;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
    color: #113865;
}

.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 5px 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: 32.5%;
    background: #fff;
    margin: 0 0.8% 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;
    display: none;
}

.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: #113865;
}

.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: #113865;
    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;
}


.weixin{
    position: relative;
}

.weigong{
    position: absolute;
    z-index: 99999;
    display: none; 
    width: 112px;
    height: 112px;
    background: #113865;
    line-height: 112px;
}
.listproleft {
    width: 22%;
    overflow: hidden;
    float: left;
}

.listproleft a {
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    border: #ccc 1px solid;
    display: block;
    color: #333;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}

.listproleft a:hover {
    background: #113865;
    color: #fff;
}
.media{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    text-align: center;
    margin-top: 0 !important;
    padding-top: 3%;
}

.media video{
    width: 80%;
}

.video img{
    width: 100%;
}

.media span{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 3%;
    cursor: pointer;
}