* {
    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 {
    height: 107px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.navicon {
    width: 5.4%;
    height: 107px;
    background: #0066ae;
    float: left;
    padding-top: 39px;
    cursor: pointer;
}

.navicon span {
    display: block;
    width: 40%;
    height: 3px;
    background: #fff;
    margin: 0 auto 8px;
}

.logo {
    float: left;
    width: 8.8%;
    line-height: 107px;
    background: #fff;
    text-align: center;
}

.logo img {
    width: 80%;
    margin-top: -5px;
}

.cname {
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

.cnames {
    color: #fff;
    font-family: "宋体";
    font-size: 25px;
    font-weight: bold;
}

.nav {
    float: left;
    margin-left: 10%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    line-height: 107px;
    padding: 0 20px;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    top: 107px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: rgba(255, 255, 255, 0.4);
}

.nav ul li .detailnav li {
    padding: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.nav ul li .detailnav li a {
    font-size: 14px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.search {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    background: #757575;
    margin-top: 35px;
    cursor: pointer;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 107px;
    display: none;
    z-index: 9999;
    background: #1766b1;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/search.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #fff;
}

.search-box form .text:-moz-placeholder {
    color: #fff;
}

.search-box form .text::-moz-placeholder {
    color: #fff;
}

.search-box form .text:-ms-input-placeholder {
    color: #fff;
}

.wechat {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    background: #757575;
    margin-top: 35px;
    cursor: pointer;
    margin-left: 10px;
}

.language {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    background: #757575;
    margin-top: 35px;
    cursor: pointer;
    margin-left: 10px;
}

.language a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.about {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6 url(../images/abbg.jpg) bottom center no-repeat;
    padding-bottom: 110px;
}

.abouts {
    max-width: 1200px;
    margin: 35px auto 0;
    background: #fff;
    overflow: hidden;
}

.abtitle {
    text-align: center;
    background: url(../images/yin_line02.png) bottom 15px center no-repeat;
}

.abmiantitle {
    font-size: 42px;
    color: #0b0b0b;
    font-weight: bold;
    padding-top: 45px;
}

.abtitles {
    font-size: 18px;
    color: #130e0e;
    margin-top: 5px;
}

.ab_top {
    width: 100%;
    overflow: hidden;
}

.left_ab {
    width: 52.3%;
    float: left;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 39.7%;
    float: right;
    margin-right: 4.1%;
}

.rabtitle {
    font-weight: bold;
    color: #082647;
    font-size: 50px;
    margin-top: 50px;
}

.rabtitles {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}

.rabcon {
    font-size: 14px;
    color: #352e2e;
    line-height: 2;
    margin-top: 10px;
}

.rabnav {
    margin-top: 30px;
}

.rabnav a {
    display: block;
    width: 21%;
    text-align: center;
    float: left;
}

.rabnav_pic {
    height: 41px;
    border-right: 1px solid #bfbfbf;
}

.rabnav a:last-child .rabnav_pic {
    border-right: none;
}

.rabnav_name {
    color: #666;
    font-size: 14px;
}

.shuju {
    width: 25%;
    float: left;
    text-align: center;
}

.sj_top .counter {
    font-size: 55.6px;
    color: #0066ae;
    font-weight: bold;
    font-family: "Arial";
}

.sj_top .sjco {
    font-size: 32px;
    color: #161b1f;
    font-weight: bold;
}

.sj_bot {
    font-size: 18px;
    color: #17191a;
}

.ab_bot {
    overflow: hidden;
    padding: 20px 0 30px;
}

.case {
    width: 100%;
    overflow: hidden;
}

.cases {
    width: 100%;
    position: relative;
}

.case_pic,
.case_pic img {
    width: 100%;
}

.cases a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background: #0066ae;
    background: -webkit-linear-gradient(rgba(0, 102, 174, 0), rgba(0, 102, 174, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /*FireFox*/
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opear */
    background: -ms-linear-gradient(rgba(0, 102, 174, 0), rgba(0, 102, 174, 1));
    /*IE10及IE10+*/
    transition: all 0.8s;
}

.cases:hover a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 102, 174, 0.6);
}

.case_top span:first-child {
    height: 227px;
    width: 3px;
    background: #fff;
    position: absolute;
    left: 40px;
    bottom: 268px;
}

.case_top span:nth-child(2) {
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    left: 60px;
    bottom: 275px;
    position: absolute;
    letter-spacing: 2rem;
}

.ca_name {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 55px;
    bottom: 190px;
}

.caintro {
    width: 79%;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 100px;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

.products {
    max-width: 1600px;
    margin: auto;
    position: relative;
    padding-bottom: 115px;
}

.ptitle {
    font-size: 51px;
    font-weight: bold;
    color: #0a0a0a;
}

.ptitles {
    font-size: 24px;
    color: #0a0a0a;
}

.pline {
    width: 55px;
    height: 3px;
    background: #f2741f;
    margin-top: 10px;
}

.pro_top {
    overflow: hidden;
}

.pro_top_left {
    float: left;
}

.pro_top_right {
    float: right;
    margin-top: 40px;
}

.pro_top_right span {
    font-size: 16px;
    color: #0a0a0a;
    font-weight: bold;
}

.pro_top_right img {
    margin-left: 10px;
    margin-top: -5px;
}

.swiper-container.proswiper {
    margin-top: 55px;
    padding: 5px;
}

.proswiper img {
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: #e4e4e4 0px 0px 10px;
    -moz-box-shadow: #e4e4e4 0px 0px 10px;
    box-shadow: #e4e4e4 0px 0px 10px;
}

.promore {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    text-align: center;
    background: #0066ae;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: auto;
    position: relative;
    top: -25px;
}

.proname {
    text-align: center;
    font-size: 18px;
    color: #0a0a0a;
}

.products .swiper-button-prev {
    width: 12px;
    height: 16px;
    background: url(../images/main8_fl.png) center no-repeat;
    top: auto;
    bottom: 60px;
    left: 43%;
    z-index: 999;
}

.products .swiper-button-next {
    width: 12px;
    height: 16px;
    background: url(../images/main8_fr.png) center no-repeat;
    top: auto;
    bottom: 60px;
    right: 43%;
    z-index: 999;
}

.products .swiper-pagination {
    bottom: 55px;
    width: 100%;
    text-align: center;
}

.products .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    margin: 0 15px;
    font-size: 18px;
    color: #202020;
    font-family: "Arial";
}

.products .swiper-pagination-bullet-active {
    color: #c21469;
}

.equip {
    width: 100%;
    overflow: hidden;
    background: #0072bc;
    position: relative;
}

.left_equip {
    float: left;
    width: 17%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.right_equip {
    width: 83%;
    float: right;
    background: #fff;
}

.right_equip_top_pic img {
    width: 100%;
}

.right_equip_tops {
    position: relative;
    display: none;
}

.right_equip_top_name {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 33.3%;
    font-size: 53px;
    color: #fff;
}

.right_equip_top_con {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 49%;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.right_equip_top_cons {
    width: 48%;
    margin: auto;
}

.right_equip_top_more {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 69.5%;
}

.right_equip_top_more a {
    display: inline-block;
    width: 228px;
    height: 49px;
    line-height: 49px;
    border-radius: 30px;
    background: #0072bc;
    font-size: 14px;
    color: #fff;
}

.right_equip_bot {
    margin: 10px 17px 0;
}

.equipswiper_pic img {
    width: 100%;
}

.equipswiper .swiper-slide {
    cursor: pointer;
}

.equipswiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 102, 174, 0.6);
}

.equipswiper_name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 44%;
}

.left_qu_title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-top: 100px;
    margin-right: 35%;
    float: right;
}

.left_qu_titles {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    color: #fff;
    margin-top: 100px;
    float: right;
    margin-right: 4%;
}

.left_qu_line {
    width: 1px;
    height: 87px;
    background: #9dc9e5;
    position: absolute;
    bottom: 285px;
    right: 45.5%;
}

.left_qu_num {
    color: #9dc9e5;
    font-size: 165px;
    font-weight: bold;
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%;
    left: 0;
}

.advantage {
    width: 100%;
    overflow: hidden;
    background: url(../images/advbg.jpg) top center no-repeat;
    padding-top: 40px;
}

.advantages {
    max-width: 1200px;
    margin: 70px auto 68px;
    position: relative;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 51px;
    color: #0a0a0a;
    font-weight: bold;
}

.titles {
    font-size: 24px;
    color: #0a0a0a;
}

.titleline {
    width: 52px;
    height: 3px;
    background: #ff9900;
    margin: 15px auto 0;
}

.mid_pic {
    width:35%;
	margin:auto;
	position:relative;
}

.mid_pic img {
    width: 100%;
	position:relative;
	z-index:9;
}
.mid_pic::before,
.mid_pic::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.mid_pic::before {
    width: 475px;
    height: 475px;
    background-color: rgba(71, 126, 192, 1);
    animation: middleZoom 2s infinite linear;
    -webkit-animation: middleZoom 2s infinite linear;
	z-index:1;
}

@-webkit-keyframes middleZoom {
    0% {
        width: 475px;
        height: 475px;
    }
    50% {
        width: 426px;
        height: 426px;
    }
    100% {
        width: 475px;
        height: 475px;
    }
}

.mid_pic::after {
    width:528px;
    height:528px;
    background-color: rgba(215, 231, 251, 1);
    animation: outerZoom 2s infinite linear;
    -webkit-animation: outerZoom 2s infinite linear;
	z-index:0;
}

@-webkit-keyframes outerZoom {
    0% {
        width: 528px;
        height: 528px;
    }
    50% {
        width: 475px;
        height: 475px;
    }
    100% {
        width: 528px;
        height: 528px;
    }
}

.advs {
    position: absolute;
    text-align: center;
}

.adv_title {
    font-size: 20px;
    color: #414040;
    font-weight: bold;
    margin: 10px auto;
}

.adv_con {
    font-size: 14px;
    color: #414040;
    line-height: 2;
}

.advs1 {
    top: 70px;
    left: 55px;
}

.advs2 {
    top: 280px;
    left: 55px;
}

.advs3 {
    top: 70px;
    right: 60px;
}

.advs4 {
    top: 280px;
    right: 60px;
}

.industry {
    width: 100%;
    overflow: hidden;
    margin-top: 110px;
}

.industrys {
    max-width: 1200px;
    margin: auto;
}

.indust_navs {
    float: left;
    text-align: center;
}

.indust_navs_pic {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #1b66b1;
    text-align: center;
    line-height: 70px;
}

.indust_nav_icon {
    float: left;
    margin: 30px 60px 0;
}

.indust_nav {
    margin: 30px 25px 0;
    overflow: hidden;
}

.abline {
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    position: relative;
    top: 71px;
    z-index: -1;
}

.indust_navs p {
    font-size: 16px;
    color: #0f1112;
    margin-top: 20px;
}

.indust_con {
    margin-top: 40px;
    padding: 5px;
}

.indust_cons {
    width: 100%;
    -webkit-box-shadow: #eaeaea 0px 0px 10px;
    -moz-box-shadow: #eaeaea 0px 0px 10px;
    box-shadow: #eaeaea 0px 0px 10px;
    padding: 30px 70px 30px 30px;
    overflow: hidden;
    display: none;
}

.indust_con_pic {
    width: 47.5%;
    float: left;
}

.indust_con_pic img {
    width: 100%;
}

.indust_con_intro {
    width: 45.4%;
    float: right;
    margin-top: 30px;
}

.indust_con_title {
    font-size: 17px;
    color: #3a3633;
    text-transform: uppercase;
}

.indust_con_title span {
    font-size: 24px;
    color: #3a3633;
    font-weight: bold;
    margin-right: 5px;
}

.indust_con_line {
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    margin-top: 10px;
}

.indust_con_intros {
    font-size: 16px;
    color: #191716;
    line-height: 2;
    margin-top: 10px;
}

.indust_con_more {
    margin-top: 20px;
}

.indust_con_more a {
    display: block;
    width: 140px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    margin-right: 11px;
    float: left;
}

.indust_con_more a:first-child {
    background: #1b66b1;
}

.indust_con_more a:nth-child(2) {
    background: #ea8624;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    background: url(../images/newbg.png) top center no-repeat;
    padding-top: 90px;
    padding-bottom: 100px;
}

.news {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 40px;
}

.left_new {
    width: 55.8%;
    float: left;
}

.right_new {
    width: 42.2%;
    float: right;
}

.newtitle {
    color: #414141;
    font-size: 24px;
}

.lnew {
    margin-top: 40px;
}

.lnews {
    margin-bottom: 10px;
}

.lnew_top {
    width: 100%;
    height: 82px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.lnews.active .lnew_top_icon {
    background: #045898;
}

.lnew_top_icon {
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    text-align: center;
    line-height: 80px;
    float: left;
}

.lnew_top_title {
    float: left;
    line-height: 80px;
    font-size: 19px;
    color: #0f0b0b;
    font-weight: bold;
    margin-left: 35px;
}

.lnew_top_date {
    float: right;
    color: #767676;
    font-size: 16px;
    line-height: 80px;
    margin-right: 35px;
}

.lnew_bot {
    width: 100%;
    border: 1px solid #efefef;
    border-top: none;
    padding: 20px 50px 30px 40px;
    font-size: 15px;
    color: #7e7e7e;
    line-height: 1.5;
    display: none;
}

.rnew_pic img {
    width: 100%;
}

.rnew_pic {
    margin-top: 40px;
}

.rnew_con {
    width: 100%;
    padding: 25px;
    border: 1px solid #efeeee;
    border-top: none;
}

.rnew_title {
    font-size: 19px;
    color: #0f0b0b;
    font-weight: bold;
}

.rnew_date {
    margin-top: 15px;
}

.rnew_date img {
    margin-right: 5px;
    margin-top: -3px;
}

.rnew_date span {
    color: #8f8f8f;
}

.rnew_cons {
    font-size: 15px;
    color: #0f0b0b;
    margin-top: 20px;
    line-height: 1.5;
}

.cooperation {
    width: 100%;
    overflow: hidden;
    background: url(../images/cobg.png) bottom -100px center no-repeat;
    padding-top: 40px;
    padding-bottom: 55px;
}

.cooperations {
    max-width: 1200px;
    margin: 40px auto 0;
}

.coswiper img {
    width: 100%;
    border: 1px solid #e8e8eb;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #252525;
}

.fnav {
    width: 100%;
    line-height: 117px;
    border-bottom: 1px solid #444444;
    overflow: hidden;
}

.fnavs {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.fnavs a {
    display: block;
    width: 12.5%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    float: left;
}

.foots {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 45px 0;
}

.ftitle {
    font-size: 16px;
    color: #fff;
}

.flist_pic,
.flist_con {
    float: left;
}

.flist_cons {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}

.flist {
    float: left;
    margin-right: 70px;
}

.flist:nth-child(3) {
    margin-right: 0;
}

.flink {
    float: right;
}

.flink a {
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    background: #303138;
    float: left;
    margin-right: 20px;
    margin-top: 40px;
}

.copy {
    width: 100%;
    background: #1a1a1a;
    overflow: hidden;
    line-height: 83px;
}

.copys {
    max-width: 1200px;
    margin: auto;
}

.left_copy {
    float: left;
}

.left_copy a {
    font-size: 14px;
    color: #fff;
}

.right_copy {
    float: right;
    font-size: 0;
}

.right_copy a {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 5px;
}

.right_copy a:last-child {
    border-right: none;
}

.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: #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(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 100%;
    margin-top: -5px;
}

.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);
}

.cnav {
    width: 20%;
    position: fixed;
    top: 0;
    left: -20%;
    height: 100%;
    background: #0569ad;
    z-index: 9999;
    padding-top: 40px;
    transition: all 0.8s;
}

.cnav ul {
    margin-bottom: 0;
}

.cnav ul li {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.cnav ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.cnavclose {
    position: absolute;
    right: 15px;
    top: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 42px;
    opacity: 1;
    font-weight: 300;
    cursor: pointer;
}
.m {
    width: 1200px;
    margin: 40px auto;
    display: block;
    overflow: hidden;
}
.hd_Scroll{ position:relative;float: left;width: 26%;}
.hd_Scroll .sPrev,.n_lianxi .hd_Scroll .sNext{ position:absolute; top:47px;}
.hd_Scroll .sPrev{ left:-50px;}
.hd_Scroll .sNext{ right:-50px;}
.bd{border:1px solid #d9d9d9;float: right;width: 72%;}
.bd .txt{ height:166px; padding:40px 20px;}
.bd .txt h5{ font-weight: 600;
    color: #323339;
    font-size: 18px;
    line-height: 90px;
    float: left;
    width: 50%;
    border-right: 1px solid #e7e7e7;
    margin-right: 47px;
    text-align: center;}
.bd .txt .mid{ font-size:14px; color:#757576; line-height:24px; margin-top:8px;}
.bd .txt .n_ewm{ float:left; margin-left:40px; float:right;}
.bd .txt .n_ewm img{ width:98px; height:98px;}
.bd .txt .n_ewm span{ width:13px; display:inline-block; float:left; font-size:12px; color:#a4a4a4; margin-top:22px; margin-right:12px;}
.hd_box{}
.hd_box ul li{ width:100%; height:114px; text-align:center; color:#323339; font-size:15px; font-weight:100; background:#ebedf1; box-sizing:border-box; cursor:pointer;line-height: 110px;margin-bottom: 5px;}
.hd_box ul li span{ font-size:12px; color:#adaeb1; font-family:arial; text-transform:uppercase; font-weight:100; display:block; padding-top:9px;display: none;}
.hd_box ul li:hover,.n_lianxi .hd_box ul li.active{ color:#fff; background:#015498; font-weight:600;}
.hd_box ul li:hover span,.n_lianxi .hd_box ul li.active span{ color:#fff;}
.hd_box ul li.on{ color:#fff; background:#005497;font-weight:600;}
.hd_box ul li.on span{ color:#fff;}
.aboutA {
    padding: 25px 0px;
}
.w1280 {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.aboutA_L h1 {
    font-size: 30px;
    color: #000000;
    position: relative;
    padding-bottom: 22px;
	text-align:center;
}
.aboutA_L em {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    display: block;
	font-style: normal;
}
.aboutA p {
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.aboutA_L h1:after {
    content: '';
    width: 65px;
    height: 5px;
    background: #9b9b9b;
    position: absolute;
    bottom: 0px;
    left: 47%;
}
.banner .swiper-button-prev{
	width:55px;
	height:55px;
	background:url(../images/banner_left.png) center no-repeat;
}
.banner .swiper-button-next{
	width:55px;
	height:55px;
	background:url(../images/banner_right.png) center no-repeat;
}