* {
    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;
}

.fixnav li a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 7px;
}

.fixnav li.active a {
    border: 1px solid rgba(255, 255, 255, 1);
}

.fixnav li a span {
    display: block;
    background: #fff;
    border-radius: 100%;
    width: 17px;
    height: 17px;
}

.fixnav {
    position: fixed;
    right: 100px;
    top: 40%;
    z-index: 99999999999999;
}

.fixnav li {
    margin-bottom: 20px;
}

.copy {
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background: #d2d2d2;
    font-size: 18px;
    color: #363636;
}

.copys {
    max-width: 1610px;
    margin: auto;
}

.copy_left {
    float: left;
}

.copy_right {
    float: right;
}

.copy_right a {
    font-size: 18px;
    color: #363636;
    margin-left: 40px;
}

.head {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 20px;
    width: 100%;
}

.heads {
    margin: auto;
    max-width: 1405px;
}

.logo {
    float: left;
    line-height: 83px;
}

.tel {
    float: right;
    line-height: 83px;
    cursor: pointer;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .swiper-button-prev {
    width: 11px;
    height: 33px;
    background: url(../images/prev-banner.png) center no-repeat;
    left: 40px;
}

.banner .swiper-button-next {
    width: 11px;
    height: 33px;
    background: url(../images/next-banner.png) center no-repeat;
    right: 40px;
}

.tels {
    background: #fff;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 83px;
    padding: 15px 0;
    left: -70px;
    display: none;
}

.tels p {
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.tels::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    top: -7px;
    left: 48%;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 83px;
    line-height: 83px;
    position: relative;
    padding: 0 25px;
}

.nav ul li a {
    font-family: "Adobe 黑体 Std";
    font-size: 20px;
    color: #fff;
}

.nav ul li:hover {
    background: url(../images/navbg.png) center no-repeat;
}

.nav ul li .detailnav {
    position: absolute;
    top: 83px;
    left: -35%;
    width: 170%;
    z-index: 999;
    display: none;
}

.nav ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.nav ul li .detailnav li a {
    font-size: 16px;
    color: #333;
}

.nav ul li:hover .detailnav {
    display: block;
}

.about {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.left_ab {
    float: left;
    width: 31.6%;
}

.left_ab img {
    width: 100%;
}

.ablink {
    float: left;
    margin-left: 10%;
    width: 11%;
}

.ablink a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #ae3d3e;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
}

.ablink_pic {
    display: inline-block;
    line-height: 50px;
    width: 29px;
}

.ablink_pic img {
    margin-top: -5px;
}

.ablin_name {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    margin-left: 8px;
}

.right_ab {
    float: right;
    width: 40%;
    margin-top: 40px;
}

.abtitle {
    font-size: 40px;
    color: #f80c0c;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-align: right;
}

.abtitles {
    color: #fff;
    font-size: 30px;
    text-align: right;
}

.abcon {
    font-size: 13px;
    color: #fff;
    line-height: 26px;
    margin-top: 20px;
    width: 65%;
    margin-left: 35%;
}

.abmore {
    text-align: right;
    margin-top: 45px;
	background:url(../images/line.png) right 180px center no-repeat;
}

.abmore a {
    display: inline-block;
    text-align: center;
    width: 125px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}

.product {
    max-width: 1595px;
    margin: auto;
    overflow: hidden;
}

.left_pro {
    float: left;
    width: 28.5%;
}

.lprotitle {
    font-size: 40px;
    color: #f80c0c;
}

.lprotitles {
    font-size: 28px;
    color: #fff;
    margin: 30px 0;
}

.lprocon {
    font-size: 22px;
    color: #fff;
}

.lpromore {
    margin-top: 60px;
	background:url(../images/line.png) left 180px center no-repeat;
}

.lpromore a {
    display: block;
    width: 123px;
    height: 39px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.right_pro {
    float: right;
    width: 68%;
}

.rpro_nav {
    overflow: hidden;
}

.rpro_nav a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    width: 19%;
    margin-right: 1.25%;
    font-size: 15px;
    color: #2c2c2c;
}

.rpro_nav a:last-child {
    margin-right: 0;
}

.rpro_nav a:hover {
    color: #fff;
    background: #cd3536;
}

.rpro {
    margin-top: 60px;
}

.rpros {
    overflow: hidden;
    display: none;
}

.pro {
    margin-bottom: 35px;
    width: 19%;
    margin-right: 1.25%;
    border: 1px solid #fff;
    float: left;
    padding: 20px;
}

.pro:nth-child(5n) {
    margin-right: 0;
}

.pro img {
    width: 100%;
}

.contact {
    max-width: 1470px;
    margin: auto;
    overflow: hidden;
}

.left_contact {
    float: left;
    width: 33%;
}

.lcontact_title {
    font-size: 40px;
    color: #f80c0c;
}

.lcontact_titles {
    font-size: 28px;
    color: #fff;
    margin: 20px 0;
}

.lcontact_con {
    font-size: 22px;
    color: #fff;
}

.lcons {
    overflow: hidden;
    margin-top: 25px;
    line-height: 25px;
}

.lcon_pic {
    float: left;
    width: 23px;
    text-align: center;
}

.lcon_intro {
    float: left;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
}

.lcontact_more {
    margin-top: 40px;
	background:url(../images/line.png) left 180px center no-repeat;
}

.lcontact_more a {
    display: block;
    width: 123px;
    height: 39px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.right_contact {
    float: right;
    width: 55%;
}

.new {
    margin: auto;
    max-width: 1560px;
    overflow: hidden;
}

.right_new {
    float: right;
    width: 30%;
    text-align: right;
}

.rnewtitle {
    font-size: 40px;
    color: #f80c0c;
    margin-top: 50px;
}

.rnewtitles {
    font-size: 28px;
    color: #fff;
    margin: 30px 0;
}

.rnewcon {
    font-size: 22px;
    color: #fff;
}

.rnewmore {
    margin-top: 40px;
	background:url(../images/line.png) right 180px center no-repeat;
}

.rnewmore a {
    display: inline-block;
    width: 123px;
    height: 39px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.left_new {
    float: left;
    width: 67%;
    background: url(../images/newbg.png) right 55px top no-repeat;
    height: 622px;
    overflow: hidden;
    padding-top: 20px;
}

.news {
    width: 100%;
    background: url(../images/newtip.png) right 12px center no-repeat;
}

.newcontainer {
    background: #fff;
    width: 90%;
    padding: 10px 20px;
    overflow: hidden;
}

.lnewpic {
    float: left;
    width: 16.5%;
}

.lnewpic img {
    width: 100%;
}

.lnewintro {
    float: left;
    width: 74%;
    margin-left: 20px;
}

.lnewtitle {
    font-size: 20px;
    color: #1e1e1e;
}

.lnewcon {
    font-size: 15px;
    color: #1e1e1e;
    line-height: 28px;
    margin-top: 10px;
}

.newswiper.swiper-container {
    height: 622px;
}
.mobile-inner-header {
    background-color: rgba(0, 77, 164, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(0, 77, 164, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}