* {
    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;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 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(51, 51, 51, 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(255, 255, 255, 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: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.banner img {
    width: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination-bullet {
    width: 43px;
    height: 13px;
    border-radius: 6px;
    background: #ff0000;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 110px;
    background: rgba(0, 0, 0, 0.4);
}

.heads {
    max-width: 1600px;
    margin: auto;
}

.logo {
    float: left;
    height: 110px;
    line-height: 110px;
}

.tel {
    float: right;
    height: 110px;
    line-height: 110px;
    font-size: 14px;
    color: #fff;
}

.tel b {
    font-size: 21px;
}

.tel img {
    margin-right: 10px;
    margin-top: -3px;
}

.nav {
    float: right;
    margin-right: 25px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    height: 110px;
    line-height: 110px;
    float: left;
    font-size: 0;
}

.nav ul li a {
    font-size: 18px;
    color: #fff;
    padding: 0 23px;
    border-right: 1px solid #fff;
}

.nav ul li:last-child a {
    border-right: none;
}

.nav ul li:hover a {
    font-weight: bold;
    color: #da5e32;
}

.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_02.jpg) center no-repeat;
    background-size: cover;
    padding-top: 65px;
    height: 1010px;
}

.products {
    max-width: 1400px;
    margin: 90px auto 0;
}

.title {
    text-align: center;
    height: 62px;
    line-height: 62px;
    background: url(../images/titlebg.png) center no-repeat;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.pro {
    float: left;
    width: 32%;
    background: url(../images/probg.png) center no-repeat;
    margin-right: 2%;
    height: 714px;
    background-size: cover;
    text-align: center;
    padding: 125px 35px 0;
}

.pro:last-child {
    margin-right: 0;
}

.pro_title {
    font-size: 42px;
    color: #ed802a;
    font-weight: bold;
}

.pro_pic {
    height: 330px;
    line-height: 330px;
}

.pro_pic img {
    max-width: 100%;
}

.pro_more {
    width: 100%;
    border-radius: 30px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    font-size: 21px;
    color: #000;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_03.jpg) center no-repeat;
    background-size: cover;
    height: 964px;
    padding-top: 70px;
}

.abouts {
    max-width: 1400px;
    margin: 85px auto 0;
}

.right_ab {
    float: right;
    font-size: 0;
    width: 56%;
}

.right_ab video {
    width: 100%;
}

.left_ab {
    float: left;
    font-size: 16px;
    color: #000;
    text-indent: 2em;
    line-height: 2;
    width: 42%;
    text-align: justify;
}

.base {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_04.jpg) center no-repeat;
    background-size: cover;
    height: 754px;
    padding-top: 35px;
}

.bases {
    max-width: 1400px;
    margin: 50px auto 0;
}

.bases a {
    display: block;
    float: left;
    width: 49.5%;
    margin-right: 1%;
}

.bases a:last-child {
    margin-right: 0;
}

.bases a img {
    width: 100%;
}

.mid img {
    width: 100%;
}

.information {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_06.jpg) center no-repeat;
    background-size: cover;
    height: 1384px;
    padding-top: 50px;
}

.know {
    width: 100%;
    overflow: hidden;
}

.knows {
    max-width: 1400px;
    margin: 50px auto 0;
}

.knowpic img {
    width: 100%;
}

.knownum {
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    font-size: 44px;
    color: #e70012;
    font-weight: bold;
    margin: -40px auto 0;
    position: relative;
    box-shadow: 0 0 10px #ddd;
}

.knowcon {
    width: 100%;
    background: #fff;
    height: 310px;
    margin-top: -40px;
    padding: 45px 15px 0;
    font-size: 18px;
    color: #646464;
    line-height: 2;
}

.knowarrow {
    text-align: center;
    margin-top: 30px;
}

.knowarrow .swiper-button-prev {
    position: static;
    display: inline-block;
    margin: 0 14px;
    width: 61px;
    height: 61px;
    background: url(../images/know_prev.jpg);
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

.knowarrow .swiper-button-next {
    position: static;
    display: inline-block;
    margin: 0 14px;
    width: 61px;
    height: 61px;
    background: url(../images/know_next.jpg);
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.news {
    max-width: 1400px;
    margin: 45px auto 0;
}

.left_new {
    float: left;
    width: 48.3%;
}

.left_new img {
    width: 100%;
}

.right_new {
    float: right;
    width: 50.3%;
}

.rnewtitle {
    font-size: 18px;
    color: #000;
}

.rnewcon {
    font-size: 14px;
    color: #606060;
    line-height: 2;
    margin-top: 15px;
}

.rnew {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #d2d2d2;
}

.rnew:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.jpg) center no-repeat;
    height: 656px;
}

.foots {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    height: 588px;
    padding-top: 85px;
}

.left_foot {
    float: left;
    width: 33.75%;
}

.ftitle {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

.fcon p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.mid_foot {
    float: left;
    width: 27.5%;
}

.fnav {
    width: 100%;
    overflow: hidden;
}

.fnavs {
    width: 50%;
    float: left;
}

.flist a {
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
}

.saoma {
    margin-top: 15px;
}

.saoma img {
    width: 176px;
}

.right_foot {
    float: right;
    width: 38.75%;
}

.right_foot form div {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

.right_foot form div input {
    width: 49.5%;
    margin-right: 1%;
    height: 40px;
    background: #fff;
    padding-left: 10px;
    outline: none;
    border: none;
    float: left;
}

.right_foot form div input:nth-child(2n) {
    margin-right: 0;
}

.right_foot form textarea {
    width: 100%;
    height: 85px;
    background: #fff;
    padding-left: 10px;
    outline: none;
    border: none;
    padding-top: 8px;
}

.right_foot form input[type=submit] {
    width: 100%;
    height: 42px;
    background: #e27a00;
    outline: none;
    border: 1px solid #fff;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}

.copy {
    width: 100%;
    line-height: 67px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.copy a {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}

.inbanner img {
    width: 100%;
}

.incontainer {
    width: 100%;
    overflow: hidden;
    background: url(../images/inbg1.jpg) center no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.intitle {
    font-size: 39px;
    color: #da5e32;
    font-weight: bold;
    text-align: center;
}

.join {
    max-width: 1400px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.join img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.inbase {
    max-width: 1400px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.inbase video {
    width: 100%;
}

.knowledge {
    max-width: 1400px;
    margin: 40px auto 0;
}

.inknowitem {
    float: left;
    margin-bottom: 30px;
    width: 19.4%;
    margin-right: 0.75%;
}

.inknowitem:nth-child(5n) {
    margin-right: 0;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: url(../images/probg.jpg) center no-repeat;
}

.inproducts {
    max-width: 1400px;
    margin: auto;
}

.inprolist {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.inprolist:last-child {
    margin-bottom: 0;
}

.inprolist_fl {
    height: 755px;
    float: left;
    background: url(../images/left_pro.png) center no-repeat;
    width: 37.2%;
    background-size: cover;
    border-radius: 15px;
    padding: 70px 30px 0;
	display:none;
}

.inprolist_fl_maintitle {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.inprolist_fl_title {
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.inprolist_fl_titles {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.inprolist_fl_con {
    font-size: 24px;
    color: #fff;
    line-height: 2;
    margin-top: 30px;
}

.inprolist_fr {
    float: right;
    width: 100%;

}

.inprolist_fr_maintitle {
    font-size: 39px;
    color: #da5e32;
    font-weight: bold;
}

.inprolist_fr_title {
    text-transform: uppercase;
    font-size: 24px;
    color: #7b7b7b;
}

.inproswiper a {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
}

.swiper-container.inproswiper {
    margin-top: 25px;
}

.inpro_pic {
    padding: 30px 20px;
}

.inpro_pic img {
    width: 100%;
}

.inpro_container {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #da5e32;
    padding: 20px 10px;
}

.inpro_title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.inpro_con {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}

.inpro_cons {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.inpro_bot {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
}

.inpro_price {
    float: left;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.inpro_more {
    float: right;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}

.inpro_arrow {
    margin-top: 55px;
}

.inpro_arrow .swiper-button-prev {
    position: static;
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-right: 15px;
    margin-top: 0;
    background: url(../images/product_03.jpg) center no-repeat;
}

.inpro_arrow .swiper-button-next {
    position: static;
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-top: 0;
    background: url(../images/product_05.jpg) center no-repeat;
}

.proshow {
    width: 100%;
    overflow: hidden;
    background: url(../images/proshow.jpg) center no-repeat;
}

.proshows {
    max-width: 1400px;
    margin: 40px auto;
    overflow: hidden;
}

.proshow_container img {
    width: 100%;
}

.proshow_title {
    font-size: 39px;
    font-weight: bold;
    color: #da5e32;
}

.proshow_intro {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 10px 0 0 10px;
    background: #da5e32;
}

.proshow_fl {
    float: left;
    background: #fff;
    width: 46%;
}

.proshow_fl img {
    width: 100%;
}

.proshow_fr {
    float: right;
    width: 54%;
    padding: 40px;
}

.proshow_fr_maintitle {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.proshow_fr_title {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 5px;
}

.proshow_fr_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_fr_bot_fl {
    float: left;
}

.proshow_fr_bot_fl_title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.proshow_fr_bot_fl_con {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.proshow_fr_bot_fr {
    float: right;
    margin-top: 90px;
}

.proshow_fr_bot_fr_title {
    font-size: 19px;
    color: #fff;
}

.proshow_fr_bot_fr_titles {
    font-weight: bold;
    font-size: 44px;
    color: #fff;
}

.proshow_fr_param {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_fr_params {
    float: left;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 100%;
    border: 1px dashed #fff;
    font-size: 29px;
    color: #fff;
    padding-top: 20px;
    margin-right: 50px;
}

.proshow_fr_params b {
    font-size: 34px;
}

.g-gywm {
    height: 530px;
    max-width: 1400px;
    margin: 40px auto 0;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #e27a00;
    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: 1400px;
    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: #e27a00;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1400px;
    margin: auto;
}

.innewlists {
    width: 32%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
	float:left;
	margin-right:2%;
}

.innewlists:nth-child(3n){
	margin-right:0;
}

.innewpic {
    float: left;
    width: 24.5%;
	display:none;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 100%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1400px;
    margin: 30px auto 40px;
}