* {
    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;
}

.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);
}

.banner img {
    width: 100%;
}

.banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.banner .swiper-pagination-bullet {
    width: 39px;
    height: 14px;
    background: #0a5ca0;
    border-radius: 7px;
    margin: 0 5px !important;
}

.banner .swiper-pagination-bullet-active {
    background: #00a638;
}

.head {
    width: 100%;
    height: 140px;
    background: #fff;
}

.heads {
    max-width: 1500px;
    margin: auto;
}

.logo {
    float: left;
    height: 140px;
    line-height: 140px;
    width: 19%;
}

.logo img {
    width: 100%;
}

.right_head {
    float: right;
}

.rhead {
    float: left;
    margin-left: 20px;
    position: relative;
    margin-top: 55px;
}

.rhead_icon {
    width: 30px;
    height: 30px;
    border: 1px solid #00a638;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}

.rhead_icon.active {
    border: 1px solid #0a5ca0;
    background: #0a5ca0;
}

.rhead_icon.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: url(../images/tip.png) center no-repeat;
}

.wxcode {
    position: absolute;
    top: 35px;
    width: 58px;
    left: -14px;
    display: none;
}

.wxcode img {
    width: 100%;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 140px;
    line-height: 140px;
    padding: 0 20px;
}

.nav ul li a {
    display: block;
    font-size: 20px;
    color: #000;
}

.about {
    width: 100%;
    overflow: hidden;
}

.abouts {
    max-width: 1500px;
    margin: auto;
}

.right_ab {
    float: right;
    width: 78%;
}

.abpic img {
    width: 100%;
}

.abcon {
    font-size: 18px;
    color: #fff;
    line-height: 2.5;
    margin-top: 20px;
}

.abmore {
    margin-top: 15px;
}

.abmore a {
    display: block;
    width: 165px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.left_ab {
    float: left;
    width: 20%;
    text-align: center;
}

.sj_top {
    font-size: 36px;
    color: #fff;
}

.sj_top b {
    font-size: 80px;
}

.sj_bot {
    font-size: 36px;
    color: #fff;
}

.sj {
    width: 100%;
    margin: 70px 0;
}

.product {
    width: 100%;
    overflow: hidden;
}

.products {
    max-width: 1500px;
    margin: 30px auto 0;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.titleline {
    margin: 10px auto;
    width: 42px;
    height: 6px;
    background: #000;
    border-radius: 5px;
}

.titles {
    font-size: 20px;
    color: #6d6d6d;
}

.left_pro {
    float: left;
    width: 12.5%;
}

.lpro {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    height: 185px;
    margin: 20px 0;
    cursor: pointer;
    padding-top: 40px;
    position: relative;
}

.lpro_pic img {
    height: 56px;
}

.lpro_name {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}

.lpro.active {
    background-image: linear-gradient(to right, #1d9652, #025bb3);
}

.lpro.active .lpro_pic,
.lpro.active .lpro_name {
    filter: invert(1) hue-rotate(270deg);
}

.lpro.active::before {
    content: "";
    width: 30px;
    height: 100%;
    background: url(../images/ptip.png) center no-repeat;
    right: -27px;
    top: 0;
    position: absolute;
}

.right_pro {
    float: right;
    width: 84.3%;
    margin-top: 20px;
}

.proitem {
    float: left;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 33%;
    margin-right: 0.5%;
}

.proitem:nth-child(3n) {
    margin-right: 0;
}

.pro_pic {
    float: left;
    width: 46%;
    border-radius: 15px 0 0 15px;
	padding:20px;
}

.pro_pic img {
    width: 100%;
    border-radius: 15px 0 0 15px;
}

.pro_container {
    float: right;
    width: 52%;
}

.proname {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
}

.prointro {
    font-size: 15px;
    color: #999;
    line-height: 2;
    margin-top: 5px;
}

.promore {
    margin-top: 15px;
    text-align: center;
    border-radius: 30px;
    background-image: linear-gradient(to right, #1d9652, #025bb3);
    width: 124px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
}

.application .maintitle,
.application .titles {
    color: #fff;
}

.application .titleline {
    background: #fff;
}

.application {
    width: 100%;
    overflow: hidden;
}

.applications {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.app {
    float: left;
    position: relative;
    transition: all 0.6s;
    width: 11.6%;
    height: 765px;
}

.app.active {
    width: 42%;
}

.app a {
    display: block;
    width: 100%;
    height: 100%;
}

.appname {
    position: absolute;
    right: 0;
    width: 180px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 30px 0 0 30px;
    height: 45px;
    line-height: 45px;
    top: 50%;
    background-image: linear-gradient(to right, #1d9652, #025bb3);
    opacity: 0;
    transition: all 0.6s;
}

.app.active .appname {
    opacity: 1;
}

.advantage {
    width: 100%;
}

.advantages {
    max-width: 1500px;
    margin: 30px auto 0;
}

.left_adv {
    float: left;
    width: 45.3%;
    margin-top: 40px;
}

.advtitle {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    text-transform: uppercase;
}

.advtitles {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: -65px;
}

.advcon {
    text-indent: 2em;
    font-size: 24px;
    color: #fff;
    line-height: 2.5;
    margin-top: 25px;
}

.advarrow {
    margin-top: 25px;
}

.advarrow .swiper-button-prev {
    position: static;
    display: inline-block;
    margin-top: 0;
    width: 61px;
    height: 61px;
    background: url(../images/image_16.jpg) center no-repeat;
}

.advarrow .swiper-button-next {
    position: static;
    display: inline-block;
    margin-top: 0;
    width: 61px;
    height: 61px;
    background: url(../images/image_18.jpg) center no-repeat;
    margin-left: 50px;
}

.right_adv {
    float: right;
    width: 50.4%;
    position: relative;
}

.right_adv img {
    width: 100%;
    position: relative;
}

.right_adv::before {
    content: "";
    width: 265px;
    height: 228px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    left: -35px;
}

.honor {
    width: 100%;
    overflow: hidden;
}

.honors {
    max-width: 1500px;
    margin: 25px auto 0;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    margin: auto;
}

#certify .swiper-slide {
    width: 489px;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.new {
    width: 100%;
    overflow: hidden;
}

.news {
    max-width: 1500px;
    margin: 25px auto 0;
}

.newitem {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.newitem:nth-child(3n) {
    margin-right: 0;
}

.newpic img {
    width: 100%;
}

.newcontainer {
    width: 100%;
    background: #fff;
    padding: 20px 10px;
}

.newtitle {
    font-size: 20px;
    color: #000;
}

.newcon {
    font-size: 14px;
    color: #646464;
    line-height: 2.2;
    margin-top: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
}

.newbot {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.newdate {
    float: left;
    text-align: center;
}

.newyear {
    font-size: 30px;
    color: #646464;
    font-weight: bold;
}

.newtime {
    font-size: 19px;
    color: #646464;
}

.newmore {
    float: right;
    margin-top: 15px;
    background-image: linear-gradient(to right, #1d9652, #025bb3);
    width: 125px;
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.foot {
    width: 100%;
    overflow: hidden;
}

.foots {
    max-width: 1500px;
    margin: auto;
}

.left_foot {
    width: 59.3%;
    float: left;
}

.fnav {
    float: left;
    margin-right: 22%;
}

.ftitle {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
}

.flist a {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.lfoot {
    width: 100%;
    overflow: hidden;
}

.ftel {
    width: 100%;
    margin-top: 60px;
}

.ftel_pic {
    float: left;
    margin-top: 20px;
}

.ftel_intro {
    float: left;
    margin-left: 25px;
}

.ftel_title {
    font-size: 22px;
    color: #fff;
}

.ftel_num {
    font-size: 43px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.fcontact {
    float: left;
}

.fcon p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.sm {
    text-align: center;
}

.sm img {
    width: 192px;
}

.sm p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.saoma {
    float: right;
}

.copy {
    width: 100%;
    border-top: 1px solid #fff;
    line-height: 120px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.copy a {
    font-size: 18px;
    color: #fff;
    margin-left: 8px;
}

.infoot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.jpg) center no-repeat;
}

.infoot .copy {
    position: static;
}

.infoot .foot {
    padding-top: 60px;
    padding-bottom: 40px;
}

.inbanner img {
    width: 100%;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.inproducts {
    max-width: 1500px;
    margin: 45px auto 0;
}

.inpronav {
    font-size: 0;
    text-align: center;
}

.inpronavs {
    display: inline-block;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    height: 185px;
    width: 185px;
    padding-top: 40px;
    position: relative;
    margin: 0 58px;
    z-index: 9;
}

.inpronav_pic img {
    height: 56px;
}

.inpronav_name {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}

.inpronavs.active {
    background-image: linear-gradient(to right, #1d9652, #025bb3);
}

.inpronavs.active .inpronav_pic,
.inpronavs.active .inpronav_name {
    filter: invert(1) hue-rotate(270deg);
}

.inpronavs.active::before {
    content: "";
    width: 100%;
    height: 30px;
    background: url(../images/ptip.png) center no-repeat;
    bottom: -27px;
    left: 0;
    position: absolute;
    transform: rotate(90deg);
    z-index: 8;
}

.inpro {
    width: 100%;
    padding-top: 10px;
}

.inpros {
    width: 32%;
    margin-right: 2%;
    margin-top: 35px;
    background: #fff;
    float: left;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
}

.inpros:nth-child(3n) {
    margin-right: 0;
}

.bread {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #8cb3ca;
    line-height: 103px;
    height: 104px;
}

.breads {
    max-width: 1500px;
    margin: auto;
}

.breads a,
.breads span {
    font-size: 20px;
    color: #6d6d6d;
}

.proshow {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.proshows {
    max-width: 1500px;
    margin: 60px auto 0;
}

.proshow_top {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
	padding-bottom:30px;
}

.proshow_top_fl {
    float: left;
    width: 40%;
	text-align:center
}

.proshow_top_fl img {
	max-width:100%;
    width: 50%;

}

.proshow_top_fr {
    width: 50%;
    float: left;
}

.proshow_top_fr_title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-top: 60px;
}

.proshow_top_fr_con {
    font-size: 26px;
    color: #000;
    line-height: 2.3;
    margin-top: 15px;
}

.proshow_top_fr_more {
    margin-top: 25px;
}

.proshow_top_fr_more a {
    display: block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
    text-align: center;
    font-size: 29px;
    color: #fff;
    background-image: linear-gradient(to right, #1d9652, #025bb3);
}

.proshow_topic {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    background: #f6f6f6;
    padding-left: 15px;
    height: 49px;
    line-height: 49px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.proshow_intro {
    font-size: 20px;
    color: #535353;
    line-height: 2.2;
    margin-top: 12px;
}

.incontact {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.intitle {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.incontact_top {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    height: 682px;
    background: url(../images/contact_02.jpg) center no-repeat;
    padding-top: 95px;
}

.incontact_tops {
    max-width: 1090px;
    margin: auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    height: 470px;
}

.incontact_top_container {
    width: 100%;
    height: 430px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 40px 0;
}

.incontact_top_container p {
    float: left;
    width: 50%;
    font-size: 30px;
    color: #000;
    margin-bottom: 25px;
}

.incontact_bot {
    max-width: 1500px;
    margin: 40px auto 0;
}

.incontact_bot_fr {
    float: right;
    width: 60%;
}

.incontact_bot_fl {
    float: left;
    width: 38.6%;
}

.incontact_bot_title {
    font-size: 36px;
    color: #000;
}

.incontact_bot_fl input[type=text] {
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    height: 85px;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 23px;
    outline: none;
}

.incontact_bot_fl textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    height: 205px;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 23px;
    outline: none;
    padding-top: 20px;
}

.incontact_bot_fl input[type=submit] {
    width: 100%;
    background: #002176;
    border: 1px solid #d2d2d2;
    height: 85px;
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    outline: none;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.inabouts {
    max-width: 1500px;
    margin: 35px auto 0;
    overflow: hidden;
}

.inab {
    width: 100%;
    overflow: hidden;
}

.inleft_ab {
    float: left;
    width: 47.5%;
    font-size: 17px;
    color: #000;
    text-indent: 2em;
    line-height: 2.4;
}

.inright_ab {
    float: right;
    width: 49.5%;
}

.inright_ab img {
    width: 100%;
}

.inshuju {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.insj {
    width: calc(100% / 3);
    float: left;
    text-align: center;
}

.insj_top {
    font-size: 46px;
    color: #0a5ca0;
    font-weight: bold;
}

.insj_bot {
    font-size: 30px;
    color: #000;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 110px;
    background: url(../images/abcasebg.jpg) bottom center no-repeat;
}

.incases {
    max-width: 1500px;
    margin: auto;
}

.incas {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-top: 30px;
}

.incas:nth-child(4n) {
    margin-right: 0;
}

.incas img {
    width: 100%;
    border: 4px solid #fff;
}

.inhonor {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.inhonors {
    max-width: 1500px;
    margin: 35px auto 0;
}

.inhonors img {
    float: left;
    width: 18.8%;
    margin-right: 1.5%;
    margin-bottom: 35px;
}

.inhonors img:nth-child(5n) {
    margin-right: 0;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1500px;
    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: 1500px;
    margin: 30px auto 40px;
}