﻿* {
    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(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: 90%;
}

.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: 999999;
}

.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);
}




.top {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, #3072b3, #349ac9);
    height: 34px;
    line-height: 34px;
    color: #fff;
}

.tops {
    max-width: 1600px;
    margin: auto;
}

.top_left {
    float: left;
    font-size: 12px;
    color: #fff;
}

.top_right {
    float: right;
    font-size: 0;
    font-size: 12px;
}

.top_right p {
    display: inline-block;
    margin-right: 20px;
}

.top_right a {
    display: inline;
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
}

.top_right a:last-child {
    border-left: 1px solid #fff;
    padding-left: 6px;
}




.header {
    max-width: 1600px;
    height: 135px;
    margin: auto;
}

.logo {
    width: 26.25%;
    overflow: hidden;
    line-height: 135px;
    float: left;
}

.logo img {
    width: 100%;
}

.header_right {
    width: 68.75%;
    overflow: hidden;
    float: right;
}

.nav {
    float: right;
    width: 79.54%;
    height: 135px;
    float: left;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    width: calc(100%/7);
    text-align: center;
    font-size: 13.5px;
    height: 135px;
    line-height: 135px;
    position: relative;
}

.nav ul li a {
    color: #000;
    display: block;
}

.xiala {
    width: 100%;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 999;
    display: none;
}

.xiala ul {
    margin-bottom: 0;
}

.nav ul li:hover .xiala {
    display: block;
}

.nav .xiala li {
    height: 48px;
    line-height: 48px;
    font-size: 13.5px;
    background-color: #84276e;
    width: 100%;
}

.header_tel {
    width: 20%;
    overflow: hidden;
    float: right;
}

.header_pic {
    width: 18.2%;
    float: left;
    line-height: 135px;
}

.header_pic img {
    width: 100%;
}

.header_word {
    width: 81.2%;
    overflow: hidden;
    float: right;
    padding-top: 50px;
}

.headr_ch {
    font-size: 12px;
    color: #000000;
}

.header_num {
    font-size: 18px;
    color: #007acd;
    font-weight: 700;
}




.nav .xiala li a {
    color: #fff;
}

.nav .xiala li:hover a {
    color: #000;
}




.banner {
    z-index: -1;
}

.banner_01 img {
    width: 100%;
}

.banner_button_left {
    position: absolute;
    top: auto;
    top: 50%;
    left: 80px;
}

.banner_button_right {
    position: absolute;
    top: auto;
    top: 50%;
    right: 80px;
}




.about {
    width: 100%;
    height: 980px;
    background: url(../image/about_bg.png) center no-repeat;
}

.about_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0 0 15px #b7b6b4;
    background: #fff;
    padding: 70px 30px 110px 30px;
    z-index: 9999;
    position: relative;
    top: -170px;
}

.about_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.about_eng {
    font-size: 27px;
    color: #0586ab;
    font-weight: 700;
}

.about_ch {
    font-size: 18px;
    color: #7c7c7c;
    margin-top: 10px;
}

.about_content {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.about_left {
    width: 47%;
    overflow: hidden;
    float: left;
}

.about_word {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    line-height: 2.4;
	
}

.about_button {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    text-align: right;
}

.about_button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    width: 165px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(to bottom, #3072b3, #349ac9);
}

.about_right {
    width: 50%;
    overflow: hidden;
    float: right;
}

.about_right img {
    width: 100%;
}

.about_data {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.about_data_main {
    width: 100%;
    overflow: hidden;
}

.about_data_01 {
    width: 10%;
    float: left;
    padding-left: 40px;
    border-left: 1px solid #8cc8ee;
    margin-right: 20%;
}

.about_data_01:last-child {
    margin-right: 0;
}

.counter {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}

.about_data_01 p:first-child {
    font-size: 12px;
    color: #000;
}

.about_data_01 p:last-child {
    font-size: 12px;
    color: #000;
}




.title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.maintitle {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
}

.maintitle span {
    color: #0586ab;
}

.tiltes {
    font-size: 13.5px;
    color: #616161;
    margin: 10px 0;
}

.titleline {
    width: 54px;
    height: 5px;
    background: #000;
    margin: auto;
    margin-top: 10px;
}




.product {
    width: 100%;
    overflow: hidden;
    background: #eeeeee;
    padding: 60px 0;
}

.product_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 60px;
    position: relative;
}

.product_01 {
    width: 100%;
    overflow: hidden;
}

.product_01 .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.product_pic {
    width: 100%;
    overflow: hidden;
}

.product_pic img {
    width: 100%;
}

.product_word {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    border-top: 1px solid #e0e0e0;
}

.product_01 .swiper-slide:hover .product_word {
    background: #0586ab;
    color: #fff;
}

.product_button {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.product_button_left {
    position: static;
    display: inline-block;
    margin-top: 0;
    width: 36px;
    height: 58px;
    background: url(../image/product_left.png);
    background-size: cover;
}

.product_button_right {
    position: static;
    display: inline-block;
    margin-top: 0;
    width: 36px;
    height: 58px;
    background: url(../image/product_right.png);
    background-size: cover;
}




.adv {
    width: 100%;
    height: 768px;
    background: url(../image/adv_bg.jpg) center no-repeat;
    padding-top: 105px;
}

.adv_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
}

.adv_left {
    width: 32%;
    float: left;
    text-align: right;
    color: #fff;
    margin-left: 12%;
}

.adv_title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 85px;
}

.adv_mtitle {
    font-size: 15px;
}

.adv_content {
    font-size: 12px;
    line-height: 2;
    margin-top: 30px;
}

.adv_main_01 {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
}

.adv_main_01:first-child {
    margin-top: 0;
}




.customer {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.customer_main {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.customer_01 {
    width: 100%;
    overflow: hidden;
}

.customer_01 .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.customer_01 a {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    text-align: center;
    padding: 25px 0;
}

.customer_01 a img {
    max-width: 100%;
}




.new {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 60px 0;
}

.news {
    max-width: 1600px;
    margin: 55px auto 0;
}

.ne {
    float: left;
    width: 24.4%;
    margin-right: 0.8%;
}

.ne:last-child {
    margin-right: 0;
}

.ne_top {
    width: 100%;
    height: 171px;
    padding: 35px 20px 0;
    font-size: 16.7px;
    color: #fff;
}

.ne:nth-child(2n+1) .ne_top {
    background: #999999;
}

.ne:nth-child(2n) .ne_top {
    background: #0586ab;
}

.ne_word {
    border-radius: 100%;
    text-align: center;
    width: 145px;
    height: 145px;
    background: rgba(255, 255, 255, 0.25);
    font-size: 67px;
    font-weight: bold;
    margin: -72px auto 0;
    padding-top: 9px;
    z-index: 9999;
    position: relative;
}

.ne_words {
    background: #fff;
    line-height: 127px;
    height: 127px;
    width: 127px;
    margin: auto;
    border-radius: 100%;
}

.ne:nth-child(2n+1) .ne_word {
    color: #0586ab;
}

.ne:nth-child(2n) .ne_word {
    color: #0586ab;
}

.ne_bot {
    width: 100%;
    background: #f4f5f9;
    height: 335px;
    text-align: center;
    padding: 80px 40px 0;
    margin-top: -72px;
}

.ne_con {
    font-size: 15px;
    color: #797979;
    font-weight: 300;
    line-height: 2;
}

.ne:nth-child(2n) .ne_bot .ne_more a {
    display: block;
    margin: 35px auto 0;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #0586ab;
    font-size: 16px;
    color: #fff;
}

.ne:nth-child(2n+1) .ne_bot .ne_more a {
    display: block;
    margin: 35px auto 0;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #999999;
    font-size: 16px;
    color: #fff;
}




.contact {
    width: 100%;
    overflow: hidden;
    background: url(../image/image_23.jpg) center no-repeat;
    height: 838px;
    padding-top: 80px;
}

.contacts {
    max-width: 1600px;
    margin: auto;
}

.left_contact {
    float: left;
    background: #fff;
    height: 690px;
    padding: 65px;
    border-radius: 5px;
    width: 41.9%;
}

.lcontact_title {
    font-size: 29px;
    color: #0072c1;
}

.lcontact_con p {
    font-size: 19.4px;
    color: #797979;
    margin-top: 25px;
}

.lcontact_con p a {
    font-size: 19.4px;
    color: #797979;
}

.lcontact {
    margin-bottom: 60px;
}

.lcontact:last-child {
    margin-bottom: 0;
}

.right_contact {
    float: right;
    background: #fff;
    height: 690px;
    border-radius: 5px;
    width: 56.1%;
    padding: 95px 15% 0 7%;
}

.right_contact input[type=text] {
    width: 100%;
    height: 75px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    background: none;
    outline: none;
    font-size: 24px;
}

.right_contact textarea {
    width: 100%;
    height: 170px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    background: none;
    outline: none;
    font-size: 24px;
    padding-top: 25px;
}

.right_contact input[type=submit] {
    width: 190px;
    height: 54px;
    border: none;
    border-radius: 5px;
    background: #0072c1;
    outline: none;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    box-shadow: 0 0 10px #cecece;
}




.foot {
    width: 100%;
    overflow: hidden;
    background: #001620;
    padding: 40px;
}

.foot_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    color: #fff;
}

.foot_main_01 {
    width: 7.8125%;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 0.71%;
    line-height: 2.8;
}

.foot_main_01:first-child{
	width:15%;
}
.foot_main_01:first-child .foot_title{
	width:50%;
}
.foot_main_01:first-child .foot_content a{
	width:50%;
	float:left;}
	
.foot_main_01:nth-child(7){
	width:15%;
}
.foot_main_01:nth-child(7) .foot_title{
	width:50%;
}
.foot_main_01:nth-child(7) .foot_content a{
	width:50%;
	float:left;}
.foot_main_01:last-child {
    margin-right: 0;
}

.foot_title {
    font-size: 13.5px;
    font-weight: 700;
}

.foot_content {
    width: 100%;
    overflow: hidden;
}

.foot_content a {
    display: block;
    color: #fff;
    font-size: 12px;
}

.copy {
    width: 100%;
    overflow: hidden;
    background: #001620;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    font-size: 13.5px;
    border-top: 1px solid #808b90;
}

.copy a {
    color: #fff;
    margin-left: 20px;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}




.innav {
    width: 100%;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #dcdcdc;
}

.innav_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
}

.innav_main a {
    font-size: 12px;
    color: #000000;
}




.inabout {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
	padding:0 30px;
}

.inabout_dev {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.inabout_dev img {
    width: 100%;
}




.center {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}

.center_left {
    float: left;
    width: 23.125%;
    border: 1px solid #d7d7d7;
    padding-bottom: 60px;
}

.center_left_top {
    width: 100%;
    border: 5px solid #d7d7d7;
    text-align: center;
    height: 115px;
    background-color: #005aa9;
    color: #fff;
    padding-top: 30px;
}

.center_ch {
    font-size: 24px;
    font-weight: 700;
}

.center_eng {
    font-size: 16px;
}

.center_left_nav {
    margin-top: 20px;
    background: #fff;
}

.center_left_nav ul {
    margin-bottom: 0;
}

.center_left_name {
    
    color: #000;
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.center_left_name a {
    color: #000;
}

.center_left_name::after {
    content: "";
    width: 14px;
    height: 25px;
    background: url(../image/center_left_01.png) center left no-repeat;
    position: absolute;
    right: 20px;
    top: 25px;
}

.center_left_name.activer {
    background: #005aa9;
    color: #fff;
}

.center_left_name.activer a{
	color:#fff;}

.center_left_name.activer::after {
    content: "";
    width: 25px;
    height: 14px;
    background: #005aa9 url(../image/center_left_01_copy.png) center left no-repeat;
    position: absolute;
    right: 20px;
    top: 30px;
}

.center_left_name.activer::before {
    content: "";
    width: 5px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
}

.center_left_nav .center_xiaola li {
    background: #fff;
    padding-left: 50px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d7d7d7;
}

.center_left_nav .center_xiaola li a {
    color: #000;
}

.center_xiaola {
    display: none;
}

.center_left_contact {
    width: 100%;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 40px;
}

.cneter_contact_top {
    color: #292929;
    font-size: 29.53px;
    font-weight: 700;
}

.center_contact_main {
    width: 100%;
    color: #292929;
    font-size: 19.53px;
    line-height: 2.2;
    border-bottom: 1px solid #dcdcde;
}

.coontact_tel {
    width: 100%;
    overflow: hidden;
}

.contact_tel_left {
    float: left;
}

.contact_tel_word {
    float: left;
    margin-left: 10px;
}

.contact_tel_num {
    color: #0341a8;
}

.contact_mail {
    width: 100%;
    overflow: hidden;
}

.contact_button {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.contact_button a {
    font-size: 19.53px;
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: #404040;
    color: #fff;
    text-align: center;
}

.center_main {
    width: 75%;
    overflow: hidden;
    float: right;
}

.center_main_01 {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}

.center_main_01:nth-child(3n) {
    margin-right: 0;
}

.center_mian_pic {
    width: 100%;
    overflow: hidden;
}

.center_mian_pic img {
    width: 100%;
}

.center_main_word {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #000000;
    border-top: 1px solid #e7e7e7;
}




.proshow {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.proshow_main {
    width: 75%;
    overflow: hidden;
    float: right;
}

.proshow_top {
    width: 100%;
    overflow: hidden;
}

.proshow_top_left {
    float: left;
    width: 52.5%;
    overflow: hidden;
}

.proshow_top_left img {
    width: 100%;
}

.proshow_top_right {
    width: 45%;
    float: right;
}

.proshow_top_title {
    font-size: 21px;
    color: #000000;
    font-weight: 700;
}

.proshow_top_adv {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_ta_word {
    font-size: 13.5px;
    color: #000000;
}

.proshow_ta_yuan {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.proshow_tay_01 {
    width: 93px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #1455a5;
    font-size: 15px;
    color: #000000;
    margin-right: 50px;
    float: left;
}

.proshow_tay_01:last-child {
    margin-right: 0;
}

.proshow_top_click {
    margin-top: 30px;
    font-size: 12px;
    color: #000000;
}

.proshow_top_contact {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_tc_left {
    width: 35.46%;
    float: left;
}

.proshow_tc_left img {
    width: 100%;
}

.proshow_tc_right {
    float: left;
    margin-left: 10%;
}

.proshow_tcr_ch {
    font-size: 15px;
    color: #000000;
}

.proshow_tcr_num {
    font-size: 27px;
    color: #f85d00;
    font-weight: 700;
    margin-top: 20px;
}

.proshow_tcr_button {
    width: 80%;
    height: 40px;
    margin-top: 40px;
}

.proshow_tcr_button a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f85d00;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
}

.proshow_rec {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_rec_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #000000;
    font-size: 12px;
    background: #f3f3f3;
}

.proshow_rec_main {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_rm_01 {
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #c3c3c3;
    float: left;
}

.proshow_rm_01:nth-child(3n) {
    margin-right: 0;
}

.proshow_rm_pic {
    width: 100%;
    overflow: hidden;
}

.proshow_rm_pic img {
    width: 100%;
}

.proshow_rm_word {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    font-size: 12.47px;
    color: #000000;
    border-top: 1px solid #c3c3c3;
}




.equipment {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}

.equipment_left {
    float: left;
    width: 23.125%;
    border: 1px solid #d7d7d7;
    padding-bottom: 60px;
}

.equipment_left_top {
    width: 100%;
    border: 5px solid #d7d7d7;
    text-align: center;
    height: 115px;
    background-color: #005aa9;
    color: #fff;
    padding-top: 30px;
}

.equipment_ch {
    font-size: 24px;
    font-weight: 700;
}

.equipment_eng {
    font-size: 16px;
}

.equipment_left_nav {
    margin-top: 20px;
    background: #fff;
}

.equipment_left_nav ul {
    margin-bottom: 0;
}

.equipment_left_name {
    
    color: #000;
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.equipment_left_name a {
    color: #fff;
}

.equipment_left_name::after {
    content: "";
    width: 14px;
    height: 25px;
    background: url(../image/center_left_01.png) center left no-repeat;
    position: absolute;
    right: 20px;
    top: 25px;
}

.equipment_left_name.activer {
    background: #005aa9;
    color: #fff;
}

.equipment_left_name.activer::after {
    content: "";
    width: 25px;
    height: 14px;
    background: #005aa9 url(../image/center_left_01_copy.png) center left no-repeat;
    position: absolute;
    right: 20px;
    top: 30px;
}

.equipment_left_name.activer::before {
    content: "";
    width: 5px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
}

.equipment_left_nav .equipment_xiaola li {
    background: #fff;
    padding-left: 50px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d7d7d7;
}

.equipment_left_nav .equipment_xiaola li a {
    color: #000;
}

.equipment_xiaola {
    display: none;
}

.equipment_left_contact {
    width: 100%;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 40px;
}

.cneter_contact_top {
    color: #292929;
    font-size: 29.53px;
    font-weight: 700;
}

.equipment_contact_main {
    width: 100%;
    color: #292929;
    font-size: 19.53px;
    line-height: 2.2;
    border-bottom: 1px solid #dcdcde;
}

.coontact_tel {
    width: 100%;
    overflow: hidden;
}

.contact_tel_left {
    float: left;
}

.contact_tel_word {
    float: left;
    margin-left: 10px;
}

.contact_tel_num {
    color: #0341a8;
}

.contact_mail {
    width: 100%;
    overflow: hidden;
}

.contact_button {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.contact_button a {
    font-size: 19.53px;
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: #404040;
    color: #fff;
    text-align: center;
}

.equipment_main {
    width: 75%;
    overflow: hidden;
    float: right;
}

.equipment_main_01 {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}

.equipment_main_01:nth-child(3n) {
    margin-right: 0;
}

.equipment_mian_pic {
    width: 100%;
    overflow: hidden;
}

.equipment_mian_pic img {
    width: 100%;
}

.equipment_main_word {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    color: #000000;
    border-top: 1px solid #e7e7e7;
}




.newsInfo {
    width: 100%;
    overflow: hidden;
}

.newsInfo_title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin: 20px 0;
}

.newsInfo_main {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.newsInfo_main_01 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px #eee solid;
}

.newsInfo_left {
    float: left;
    width: 25.8%;
}

.newsInfo_left img {
    width: 100%;
}

.newsInfo_right {
    float: right;
    width: 74%;
    padding-left: 20px;
}

.newsInfo_right_top {
    font-size: 18px;
    line-height: 50px;
    width: 99%;
    border-bottom: 1px #eee solid;
}

.newsInfo_right_date {
    font-size: 15px;
    line-height: 40px;
    color: #7f7f7f;
}

.newsInfo_right_main {
    line-height: 30px;
    font-size: 16px;
    color: #7f7f7f;
}

.newsInfo_right_button {
    margin-top: 20px;
    background-color: #0586ab;
    width: 93px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.newsInfo_right_button a {
    color: #fff;
}




.news_d_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.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;
    padding: 0 0 10px 0;
    line-height: 2.2;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1600px;
    margin: 20px auto 40px;
}




.p12-aboutinfo-1 {
    max-width: 1700px;
    margin: auto;
    overflow: hidden;
    z-index: 9999;
}

.p12-aboutinfo-1 .tit {
    height: 80px;
    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: #0072c1;
    padding: 15px 50px 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 40px;
    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: #0072c1;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}


#toolbar {
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 15%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 80px;
    height: 80px;
    right: 0;
    position: relative;
    border-radius: 5px;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 5px;
}

#toolbar li .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    background-color: #0072c1;
    vertical-align: middle;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
    border-radius: 5px;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 80px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    padding-left: 0px;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .7s;
}

#toolbar li p {
    margin-bottom: 0;
}

#toolbar li img {
    max-width: 100%;
}

#toolbar li:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    @include arrow(right, 5px, $themecolor);
}

#toolbar li .icon {
    background-position: -57px -180px;
}

#toolbar li:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#toolbar .backtop {
    cursor: pointer;
    background-color: #0072c1;
}

.iconfont {
    color: #fff;
}

#toolbar li:hover a {
    width: 200px;
    background-color: #0072c1;
}

#toolbar li:hover .iconfont {
    background-color: #0072c1 !important;
}

.hotline {
    background: url(../image/toolbar1.png) center no-repeat;
    background-position-y: 10px;
}

.mail{
    background: url(../image/toolbar3.png) center no-repeat;
    background-position-y: 10px;
}

.icon-msnui-qr-code {
    background: url(../image/toolbar2.png) center no-repeat;
    background-position-y: 10px;
}

.icon-msnui-qr-code1 {
    background: url(../image/toolbar3.png) center no-repeat;
    background-position-y: 10px;
}

.icon-arrowup {
    background: url(../image/toolbar4.png) center no-repeat;
    background-color: #0072c1 !important;
}

#toolbar li:first-child:hover .hotline {
    background: url(../image/toolbar1.png) center no-repeat;
}

#toolbar li:nth-child(3):hover .mail {
    background: url(../image/toolbar3.png) center no-repeat;
}
