* {
    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;
}

.banner img {
    width: 100%;
}

.head {
    width: 100%;
    overflow: hidden;
    height: 114px;
}

.heads {
    max-width: 1400px;
    margin: auto;
}

.logo {
    float: left;
    height: 114px;
    line-height: 114px;
}

.lanaguage {
    float: right;
    height: 114px;
    line-height: 114px;
    font-size: 0;
}

.lanaguage a {
    font-size: 20px;
    color: #000;
    padding: 0 5px;
    border-right: 1px solid #000;
}

.lanaguage a:last-child {
    padding-right: 0;
    border-right: none;
}

.nav {
    float: right;
    margin-right: 30px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 114px;
    line-height: 114px;
    margin: 0 30px;
}

.nav ul li a {
    display: block;
    font-size: 20px;
    color: #000;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
}

.abouts {
    max-width: 1400px;
    margin: 40px auto 0;
}

.title {
    text-align: center;
    font-size: 36px;
    color: #000;
}

.left_ab {
    float: left;
    text-indent: 2em;
    font-size: 20px;
    color: #4f4f4f;
    line-height: 3;
    width: 49.65%;
}

.right_ab {
    float: right;
    width: 48.5%;
}

.right_ab img {
    width: 100%;
}

.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/probg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 105px;
}

.products {
    max-width: 1400px;
    margin: auto;
}

.left_pro {
    float: left;
    width: 40%;
}

.left_pro img {
    width: 100%;
}

.right_pro {
    float: right;
    width: 47.5%;
}

.protitle {
    font-size: 25px;
    color: #000;
    margin-top: 40px;
}

.prointro {
    font-size: 20px;
    color: #000;
    line-height: 3;
    margin-top: 10px;
}

.promore {
    margin-top: 15px;
}

.promore a {
    display: block;
    width: 152px;
    height: 56px;
    line-height: 56px;
    border-radius: 30px;
    background: #ed2344;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 40px;
}

.news {
    max-width: 1400px;
    margin: 15px auto 0;
}

.newitem {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.newitem:nth-child(3n) {
    margin-right: 0;
}

.newpic img {
    width: 100%;
    border: 4px solid #d2d2d2;
}

.newtitle {
    font-size: 22px;
    color: #000;
    margin-top: 15px;
}

.newcon {
    font-size: 16px;
    color: #585858;
    line-height: 2;
    margin-top: 10px;
    height: 120px;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
}

.foot {
    width: 100%;
    overflow: hidden;
    height: 85px;
    line-height: 85px;
    background: #ed2344;
}

.foots {
    max-width: 1400px;
    margin: auto;
}

.left_foot {
    float: left;
    font-size: 16px;
    color: #fff;
}

.left_foot a {
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
}

.right_foot {
    float: right;
    font-size: 29px;
    color: #fff;
}

.right_foot a {
    margin-right: 10px;
}

.right_foot a:last-child {
    margin-right: 0;
}

.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;
}

.mobile-inner-header-icon {
    color: #333;
    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(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;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.inbanner img {
    width: 100%;
}

.application {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.applications {
    max-width: 1400px;
    margin: 20px auto 0;
}

.titles {
    text-align: center;
    font-size: 20px;
    color: #4f4f4f;
    margin-top: 5px;
}

.app_nav {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.app_navs {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.app_navs:nth-child(3n) {
    margin-right: 0;
}

.app_pic img {
    width: 100%;
}

.app_name {
    line-height: 75px;
    background: #eeeeee;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.app_navs.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -30px;
    left: 0;
    background: url(../images/app_before.png) center no-repeat;
}

.app_navs.active .app_name {
    background: #ed2344;
    color: #fff;
}

.app_lists {
    width: 100%;
    overflow: hidden;
    background: #eeeeee;
    margin-bottom: 20px;
}

.app_list_pic {
    width: 50%;
    float: left;
}

.app_list_pic img {
    width: 100%;
}

.app_list_intro {
    width: 50%;
    float: left;
    padding-left: 10%;
    padding-top: 30px;
}

.app_list_title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.app_list_con {
    font-size: 18px;
    color: #000;
    line-height: 2;
    margin-top: 5px;
}

.app_lists:nth-child(2n) .app_list_pic {
    float: right;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1400px;
    margin: auto;
}

.innewlists {
    width: 100%;
    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;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.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;
}

.g-gywm {
    max-width: 1400px;
    margin: 30px auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #ed2344;
    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%;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.inproducts {
    max-width: 1400px;
    margin: 30px auto 0;
}

.inpro {
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
}

.inpro:nth-child(3n) {
    margin-right: 0;
}

.inpro img {
    width: 100%;
}

.inpro p {
    font-size: 18px;
    color: #000;
    line-height: 60px;
    text-align: center;
    background: #eeeeee;
    margin-top: 15px;
}

.inproshow_top {
    width: 100%;
    overflow: hidden;
}

.inproshow_tops {
    max-width: 1400px;
    margin: 40px auto;
    overflow: hidden;
}

.inproshow_top_fl {
    float: left;
    width: 46%;
}

.inproshow_top_fl img {
    width: 100%;
}

.inproshow_top_fr {
    float: right;
    width: 48.5%;
}

.inproshow_top_fr_title {
    position: relative;
    padding-bottom: 13px;
    font-size: 30px;
    color: #181818;
}

.inproshow_top_fr_title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #ed2344;
}

.inproshow_top_fr_con {
    font-size: 18px;
    color: #181818;
    line-height: 2;
    margin-top: 30px;
}