* {
    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 {
    overflow: hidden;
    clear: both;
}


/* 手机导航 */

.mobile-inner-header {
    background-color: rgba(0, 0, 0, 0.6);
    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(0, 0, 0, 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: 75%;
}

.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, 0, 0, 0.8);
    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: #fff;
    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);
}


/* 网页头部 */

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
}

.logo {
    float: left;
    width: 13.53%;
    height: 100%;
    line-height: 100px;
}

.header_right {
    float: right;
    width: 83%;
    height: 100px;
    line-height: 100px;
}


/* 导航 */

.nav {
    width: 66%;
    overflow: hidden;
    float: right;
}

.nav ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    width: calc(100%/7);
    text-align: center;
    font-size: 18px;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.nav ul li a {
    color: #fff;
    display: inline-block;
}


/* banner */

.banner {
    z-index: -1;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner_01 img {
    width: 100%;
}

.banner_01 .swiper-pagination-bullet {
    background: #fff;
    width: 40px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
}

.banner_01 .swiper-pagination-bullet-active {
    width: 40px;
    height: 5px;
    border-radius: 0;
    background-color: #fff;
}


/* 关于我们 */

.about {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 30px;
    padding-top: 55px;
    margin-top: -60px;
    padding-bottom: 40px;
}

.title {
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.title_ch {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
}

.title_eng {
    color: #070707;
    font-weight: 200;
    font-size: 18.75px;
    text-transform: uppercase;
    margin-top: 10px;
}

.about_main {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    margin-top: 30px;
}

.about_left {
    width: 48%;
    overflow: hidden;
    font-size: 18px;
    color: #070707;
    padding-left: 20px;
    float: left;
    line-height: 3;
}

.about_right {
    float: right;
    width: 48%;
    overflow: hidden;
}

.about_right img {
    width: 100%;
}

.about_data {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.about_data_01 {
    width: 25%;
    color: #000;
    float: left;
    float: left;
}

.about_data_01 p:first-child {
    font-size: 21.75px;
    text-align: center;
}

.about_data_01 span {
    font-size: 44.99px;
    font-weight: 700;
}

.about_data_01 p:last-child {
    font-size: 17.25px;
    text-align: center;
}


/* 产品中心 */

.product {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.product_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.product_nav {
    width: 18.23%;
    overflow: hidden;
    float: left;
}

.product_nav a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #252525;
    font-size: 15px;
    color: #fff;
    margin-bottom: 32.2px;
}

.product_nav a.activer {
    background: #0067c1;
    color: #fff;
}

.product_right {
    width: 78.82%;
    overflow: hidden;
    float: right;
}

.product_right_01 {
    width: 100%;
    overflow: hidden;
    display: none;
}

.product_switch_01 {
    width: 100%;
    overflow: hidden;
}

.product_switch_01 .product_pic {
    width: 100%;
    overflow: hidden;
}

.product_pic img {
    width: 100%;
}

.product_word {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    color: #fff;
    background: #252525;
    font-size: 15px;
    position: relative;
}

.product_word::after {
    content: "";
    width: 34px;
    height: 16px;
    background: url(../images/product_02.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
}


/* 荣誉资质 */

.honor {
    width: 100%;
    overflow: hidden;
    background: url(../images/honor_bg.jpg) center top no-repeat;
    padding-top: 65px;
}

.honor_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    position: relative;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    margin: auto;
}

#certify .swiper-slide {
    width: 24%;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

#certify .swiper-slide p {
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    display: none;
}

#certify .swiper-slide-active p {
    display: block;
}

.honor_button {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.honor_button a {
    display: inline-block;
    width: 140px;
    height: 45px;
    background: #000;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
}


/* 企业优势 */

.adv {
    width: 100%;
    /* overflow: hidden; */
    margin: auto;
    margin-top: 40px;
}

.adv_main {
    width: 100%;
    /* overflow: hidden; */
    margin-top: 40px;
    position: relative;
    background: url(../images/adv_bg.jpg) center right no-repeat;
}

.adv_01 {
    width: 100%;
    overflow: hidden;
}

.adv_left {
    width: 50%;
    /* overflow: hidden; */
    float: left;
}

.adv_left img {
    width: 100%;
}

.adv_right {
    width: 50%;
    /* overflow: hidden; */
    float: right;
    margin-top: 60px;
    padding-right: 6%;
    padding-left: 2%;
}

.adv_name {
    font-size: 27px;
    color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
}

.adv_content {
    padding: 20px 0;
    line-height: 2.8;
    font-size: 18px;
    color: #585858;
    margin-top: 30px;
}

.adv_button {
    width: 50%;
    /* overflow: hidden; */
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: 9999;
    font-size: 0;
}

.adv_button .adv_button_left {
    position: static;
    width: 81px;
    height: 71px;
    display: inline-block;
    background: url(../images/adv_left.png) center no-repeat;
}

.adv_button .adv_button_right {
    position: static;
    width: 81px;
    height: 71px;
    display: inline-block;
    background: url(../images/adv_right.png) center no-repeat;
}


/* 应用行业 */

.application {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.application_main {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.application_main_01 {
    width: 20%;
    overflow: hidden;
    position: relative;
    float: left;
}

.application_pic {
    width: 100%;
    overflow: hidden;
}

.application_pic img {
    width: 100%;
    height: 673px;
}

.application_bg {
    width: 100%;
    height: 100%;
    background: rgba(148, 144, 154, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
}

.application_word {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 5px solid #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: -50px;
    top: 40%;
    text-align: center;
    line-height: 200px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transition: all 0.6s;
}

.application_main_01:hover .application_bg {
    opacity: 0;
}

.application_main_01:hover .application_word {
    opacity: 1;
}


/* 合作伙伴 */

.partner {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.client_main {
    max-width: 1280px;
    margin: 40px auto 50px;
}

.flex_wrap {
    flex-wrap: wrap;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.client_item {
    width: 25%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
    text-align: center;
}

.items_center {
    align-items: center;
}

.justify_center {
    justify-content: center;
}

.client_item img {
    width: 75%;
}

.client_item:nth-of-type(1) {
    background-image: url("../images/cl1.png");
}

.client_item:nth-of-type(2) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(3) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(4) {
    background-image: url("../images/cl3.png");
}

.client_item:nth-of-type(5) {
    background-image: url("../images/cl4.png");
}

.client_item:nth-of-type(6) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(7) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(8) {
    background-image: url("../images/cl6.png");
}

.client_item:nth-of-type(9) {
    background-image: url("../images/cl7.png");
}

.client_item:nth-of-type(10) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(11) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(12) {
    background-image: url("../images/cl9.png");
}


/* 新闻资讯 */

.news {
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 80px;
}

.news_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.news_main_01 {
    width: 24.4%;
    overflow: hidden;
    float: left;
    height: 590px;
    background: #fff;
    margin-right: 0.8%;
}

.news_main_01:last-child {
    margin-right: 0;
}

.news_pic {
    width: 100%;
    overflow: hidden;
}

.news_pic img {
    width: 100%;
}

.news_content {
    width: 100%;
    padding: 20px;
}

.news_ctitle {
    font-size: 15px;
    color: #000000;
}

.news_word {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 2.4;
    margin-top: 15px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}

.news_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.news_date {
    float: left;
    font-size: 14px;
    color: #858585;
}

.news_more {
    float: right;
    font-size: 14px;
    color: #858585;
    text-transform: uppercase;
}


/* 页脚 */

.foot {
    width: 100%;
    overflow: hidden;
    background: #000000;
}

.foot_nav {
    width: 100%;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #4d4d4d;
}

.foot_nav_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    font-size: 0;
}

.foot_nav_main a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    width: calc(100% / 6);
    text-align: center;
}

.foot_nav_main a::after {
    content: "|";
    margin-left: 50%;
}

.foot_nav_main a:last-child:after {
    content: "";
}

.foot_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    padding-top: 85px;
    padding-bottom: 40px;
}

.foot_logo {
    width: 18.5%;
    overflow: hidden;
    float: left;
    padding-top: 120px;
}

.foot_logo img {
    width: 100%;
}

.foot_line {
    width: 1px;
    height: 400px;
    background: #333333;
    float: left;
    margin-left: 3%;
}

.foot_title {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.foot_content {
    font-size: 0px;
    color: #fff;
    line-height: 4;
    margin-top: 20px;
}

.foot_content p {
    font-size: 12px;
}

.foot_content a {
    display: inline-block;
    width: 50%;
    color: #fff;
    font-size: 12px;
}

.foot_pro {
    width: 25.9%;
    float: left;
    margin-left: 3%;
}

.foot_ma {
    width: 8.23%;
    overflow: hidden;
    float: left;
    margin-left: 5%;
}

.foot_mapic {
    width: 100%;
    overflow: hidden;
}

.foot_mapic img {
    width: 100%;
}

.foot_word {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    line-height: 2.2;
}

.foot_contact {
    float: right;
}

.copy {
    width: 100%;
    height: 81px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background: #000;
    border-top: 1px solid #333333;
}

.copy a {
    color: #fff;
    margin-left: 10px;
}


/* 内页导航 */

.innav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #00517e;
}

.innav_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
}

.innav_main a {
    color: #000000;
    font-size: 16px;
}


/* 应用行业 */

.industry {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.indestry_01 {
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    float: left;
    margin-bottom: 40px;
}

.indestry_01:nth-child(3n) {
    margin-right: 0;
}

.indestry_pic {
    width: 100%;
    overflow: hidden;
}

.indestry_pic img {
    width: 100%;
}

.industry_title {
    font-size: 26px;
    color: #000000;
    margin: 20px 0;
	text-align:center;
}

.industry_content {
    font-size: 22px;
    color: #000000;
    line-height: 2.2;
    margin-top: 20px;
}


/* 内页标题 */

.intitle {
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.intitle_ch {
    font-size: 27px;
    font-weight: 700;
    color: #484848;
}

.intitle_ch span {
    color: #006fb4;
}

.intitle_eng {
    color: #070707;
    font-weight: 200;
    font-size: 18.75px;
    text-transform: uppercase;
    margin-top: 10px;
}


/* 产品展示内页 */

.inproduct {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.inpro_fl {
    float: left;
    width: 17%;
}

.inpro_fl_top {
    text-align: center;
    position: relative;
    line-height: 70px;
    background: #1e69ac;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.inpro_fl_top span {
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.inpro_fl_top::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: #fff;
    top: 24px;
    left: 25px;
}

.inpro_fl_list {
    margin-top: 9px;
}

.inpro_fl_list a {
    display: block;
    margin-bottom: 3px;
    line-height: 43px;
   /* border: 1px solid #efefef;*/

    font-size: 14px;
    color: #fff;
    padding-left: 40px;
    background: url(../images/product_06.png) left 22px center no-repeat #2d8fe6;
}
.inpro_fl_list_xiala a{
	color:#000 !important;
}

.inpro_fl_contact {
    width: 100%;
    height: 153px;
    background: url(../images/inproduct_01.jpg) center no-repeat;
    border: 1px solid #efefef;
    padding: 4px;
}

.inpro_fkc_main {
    float: right;
    margin-right: 30px;
    margin-top: 50px;
}

.inpro_tel_ch {
    font-size: 14px;
    color: #000;
}

.inpro_fl_contact p {
    font-family: "Arial";
    font-size: 22px;
    color: #1e69ac;
    font-weight: bold;
}

.inpro_fr {
    float: right;
    width: 81%;
}

.inpro_content {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.inpro_content_01 {
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}

.inpro_content_01:nth-child(3n) {
    margin-right: 0;
}

.inpro_pic {
    max-width:440px;
	max-height:328px;
    overflow: hidden;
}

.inpro_pic img {
    width: 100%;
	height:100%;
}

.inpro_word {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color: #000000;
}


/* 产品详情 */

.proshow {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.proshow_right {
    float: right;
    width: 81%;
}

.proshow_top {
    width: 100%;
    height: 53px;
    background: url(../images/proshow_top.png) center left no-repeat;
    color: #151515;
    font-size: 22px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 53px;
}

.proshow_top span {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.proshow_main {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_pic {
    width: 100%;
    overflow: hidden;
}

.proshow_pic img {
    width: 100%;
}

.proshow_content {
    float: left;
    margin-left: 5%;
    font-size: 24px;
    line-height: 2;
}

.proshow_content_tel {
    font-size: 19px;
    color: #000000;
    margin-top: 20px;
}

.proshow_content_tel span {
    font-size: 36px;
    color: #1e69ac;
    font-weight: 700;
}

.product_detail {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.product_dt_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 25.5px;
    color: #000000;
    font-weight: 700;
    background: #eeeeee;
}

.product_dt_pic {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
	text-align:center;
}

.product_dt_pic img {
    max-width: 100%;
}


/* 合作伙伴 */

.inpartner {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.inpartner_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.inpartner_pic {
    width: 23.5%;
    overflow: hidden;
    margin-right: 2%;
    float: left;
    box-shadow: 0 0 15px #f2f2f2;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.inpartner_pic:nth-child(4n) {
    margin-right: 0;
}

.inpartner_pic img {
    width: 90%;
}


/* 应用行业 */

.industry {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.industry_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
}

.industry_main_01 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.industry_pic {
    width: 100%;
    overflow: hidden;
}

.industry_pic img {
    width: 100%;
}

.industry_word {
    width: 200px;
    height: 200px;
    line-height: 200px;
    border-radius: 100%;
    border: 5px solid #fff;
    background: #4287b7;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}

.industry_main_01:nth-child(2n+1) .industry_word {
    position: absolute;
    right: -30px;
    top: 40%;
    text-align: left;
    padding-left: 20px;
}

.industry_main_01:nth-child(2n) .industry_word {
    position: absolute;
    left: -30px;
    top: 40%;
    text-align: right;
    padding-right: 20px;
}


/* 新闻资讯内页 */

.info {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.info_title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.info_main {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.info_main_01 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px #eee solid;
}

.info_left {
    float: left;
    width: 25.8%;
}

.info_left img {
    width: 100%;
}

.info_right {
    float: right;
    width: 74%;
    padding-left: 20px;
}

.info_right_top {
    font-size: 18px;
    line-height: 50px;
    width: 99%;
    border-bottom: 1px #eee solid;
}

.info_right_date {
    font-size: 15px;
    line-height: 40px;
    color: #7f7f7f;
}

.info_right_main {
    line-height: 30px;
    font-size: 16px;
    color: #7f7f7f;
}

.info_right_button {
    margin-top: 20px;
    background-color: #00418b;
    width: 93px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.info_right_button a {
    color: #fff;
}


/* 新闻详情 */

.news_d_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_d_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: 16px;
    line-height: 2.2;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 100%;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1600px;
    margin: 20px auto 40px;
}


/* 联系我们 */

.p12-aboutinfo-1 {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    z-index: 9999;
}

.p12-aboutinfo-1 .tit {
    height: 80px;
    background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 10px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 5px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 50%;
    float: left;
    color: #fff;
    height: 420px;
    overflow: hidden;
    background: #0f6dc2;
    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: 50%;
}

#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: 1600px;
    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(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../image/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: #0f6ec2;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}


/* 发展历程 */

.dev {
    width: 100%;
    height: 713px;
    background: url(../images/dev_bg.jpg) center no-repeat;
    padding-top: 60px;
    margin-top: 40px;
}

.dev_main {
    max-width: 1700px;
    margin: auto;
    margin-top: 40px;
    background: url(../images/dev_line.png) center top 40px no-repeat;
}

.dev_mains {
    max-width: 1700px;
    /* overflow: hidden; */
    margin: auto;
    padding: 0 5%;
    position: relative;
    padding-bottom: 65px;
}

.dev_01 {
    width: 100%;
    /* overflow: hidden; */
    padding-top: 20px;
}

.dev_01 .swiper-slide {
    position: static !important;
}

.dev_line {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #b5b5b5;
    border-radius: 100%;
    margin: auto;
    /* margin-top: 40px; */
}

.dev_year {
    font-size: 27px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.dev_01 .swiper-slide.act .dev_line {
    width: 60px;
    height: 60px;
    background: #002f56;
    border: 3px solid #fff;
    margin-top: -10px;
}

.dev_01 .swiper-slide.act .dev_year {
    margin-top: 10px;
}

.dev_intr_01 {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.dev_intr {
    max-width: 90%;
    overflow: hidden;
    margin: auto;
}

.dev_pic {
    width: 48%;
    overflow: hidden;
    float: left;
}

.dev_pic img {
    width: 100%;
    overflow: hidden;
}

.dev_word {
    width: 48%;
    float: right;
    font-size: 16px;
    color: #ffffff;
    line-height: 2.6;
    margin-top: 60px;
}

.dev_button_left {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 21px;
    height: 36px;
    background: url(../images/dev_left.png) center no-repeat;
}

.dev_button_right {
    position: absolute;
    right: 40px;
    top: 50%;
    width: 21px;
    height: 36px;
    background: url(../images/dev_right.png) center no-repeat;
}


/* 荣誉资质内页 */

.inhonor {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.inhonnor_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #000000;
    font-size: 27px;
    font-weight: 700;
}

.inhonor_main {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.inhonor_01 {
    width: 100%;
    overflow: hidden;
}

.inhonor_01 img {
    width: 100%;
}


/* 企业文化 */

.culture {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.culture_01 {
    width: 24%;
    height: 705px;
    float: left;
    position: relative;
    transition: all 0.6s;
}

.culture_biao {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    bottom: 60px;
    left: 40%;
    transition: all 0.6s;
}

.culture_content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding-top: 30%;
    padding-left: 15%;
    opacity: 0;
    transition: all 0.6s;
}

.culture_title {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
}

.culture_word {
    width: 100%;
    margin-top: 10px;
    font-size: 17.25px;
}

.culture_01.active {
    width: 52%;
}

.culture_01.active .culture_content {
    opacity: 1;
}

.culture_01.active .culture_biao {
    opacity: 0;
}


/* 企业环境 */

.environment {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 40px;
}

.environments {
    max-width: 1700px;
    margin: auto;
}

.eve_pic {
    float: left;
    margin-top: 30px;
    width: 24.5%;
    margin-right: calc(2% / 3);
}

.eve_pic img {
    width: 100%;
}

.eve_pic:nth-child(4n) {
    margin-right: 0;
}

.environments img:nth-child(4n) {
    margin-right: 0;
}

.eve_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}