﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
   font-family: sans-serif,"microsoft yahei";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 100px;
    display: none;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(img/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(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(img/search.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.banner img {
    width: 100%;
}

.head {
    width: 100%;
    height: 100px;
    line-height: 100px;
	z-index:999;
	background:#fff;
}

.heads {
    max-width: 1320px;
    margin: auto;
}

.logo {
    float: left;
    width: 23%;
}

.logo img {
    width: 100%;
}

.tel {
    width: 6.5%;
    float: right;
    background: #093078;
    text-align: center;
    cursor: pointer;
}

.search {
    float: right;
    width: 7.2%;
    text-align: center;
    cursor: pointer;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    margin-left: 45px;
	position:relative;
	height:100px;
}

.nav ul li:first-child {
    margin-left: 0;
}

.nav ul li a {
    font-size: 16px;
    color: #000;
}
.nav ul li .detailnav {
    position: absolute;
    top: 100px;
    left: -80%;
    width: 260%;
    background: #fff;
    z-index: 999;
    display: none;
}

.nav ul li .detailnav li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
	margin:0;
}

.nav ul li .detailnav li a {
    font-size: 14px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.swiper-button-prev {
    width: 49px;
    height: 49px;
    background: url(img/left.png) center no-repeat;
}

.swiper-button-next {
    width: 49px;
    height: 49px;
    background: url(img/right.png) center no-repeat;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.products {
    max-width: 1320px;
    margin: auto;
}

.title {
    width: 100%;
    text-align: center;
}

.maintitle {
    font-size: 36px;
    color: #2d2d2d;
    font-weight: bold;
}

.maintitle span {
    color: #093078;
}

.titles {
    font-size: 16px;
    color: #2d2d2d;
}

.titleline {
    margin: 10px 0;
}

.pronav {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.pronav a {
    display: block;
    padding:0px 2%;
    float: left;
    margin-right: 1%;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    background: #f2f2f9;
    font-size: 16px;
    color: #464646;
}

.pronav a:last-child {
    margin-right: 0;
}

.pronav a:hover,
.pronav a.active {
    background: #093078;
    color: #fff;
}

.protype {
    margin-top: 55px;
}

.protypes_top {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: #ebebeb 0px 0px 10px;
    -moz-box-shadow: #ebebeb 0px 0px 10px;
    box-shadow: #ebebeb 0px 0px 10px;
    background: #f5f5fb;
}

.protypes_top_left {
    width: 66%;
    float: left;
    background: #fff;
    padding: 5px;
}

.protypes_top_left img {
    width: 100%;
}

.protypes_top_right {
    width: 34%;
    float: right;
    padding: 50px;
}

.protypes_top_right_title {
    font-size: 30px;
    color: #1e1e1e;
}

.protypes_top_right_line {
    width: 55px;
    height: 3px;
    background: #093078;
    margin-top: 15px;
}

.protypes_top_right_con {
    font-size: 15px;
    color: #6c6c6c;
    line-height: 30px;
    margin-top: 25px;
}

.protypes_top_right_more a {
    display: block;
    width: 40px;
    height: 40px;
    background: #093078;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.protypes_top_right_more {
    margin-top: 45px;
}

.swiper-container.proswiper {
    margin-top: 40px;
}

.pro_pic {
    width: 100%;
    border: 1px solid #ececec;
}

.pro_pic img {
    width: 100%;
}

.pro_name {
    width: 100%;
    background: #004286;
    line-height: 67px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 6px;
}

.solution {
    width: 100%;
    overflow: hidden;
    background: url(img/sobg.png) top center no-repeat;
    height: 882px;
    margin-top: 105px;
    padding-top: 60px;
}

.solutions {
    max-width: 1320px;
    margin: auto;
    position: relative;
    height: 822px;
}

.mid_pic {
    position: absolute;
    left: 37%;
    top: 205px;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate img {
    transition: 0.5s;
    animation: rotate 10s linear infinite;
    /*??????????????????????????????????????????rotate*/
}

.rotate {
    position: absolute;
    left: 32.5%;
    top: 145px;
}

.so_pic {
    width: 56px;
    height: 52px;
    background: #093078;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    float: left;
}

.so_title {
    font-size: 24px;
    color: #464646;
    font-weight: bold;
}

.so_cons {
    font-size: 16px;
    color: #717171;
}

.so_con {
    float: left;
    margin-left: 15px;
}

.so1 {
    position: absolute;
    left: 50px;
    top: 190px;
}

.so2 {
    position: absolute;
    left: 50px;
    top: 345px;
}

.so3 {
    position: absolute;
    left: 50px;
    top: 495px;
}

.so4 {
    position: absolute;
    left: 950px;
    top: 190px;
}

.so5 {
    position: absolute;
    left: 950px;
    top: 345px;
}

.so6 {
    position: absolute;
    left: 950px;
    top: 495px;
}

.so_bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.so_bots {
    width: 842px;
    height: 160px;
    background: rgba(9, 48, 120, 0.4);
    border-radius: 80px;
    margin: auto;
    padding-top: 9px;
}

.sobs {
    width: 823px;
    background: rgba(9, 48, 120, 1);
    height: 142px;
    border-radius: 71px;
    margin: auto;
    text-align: center;
}

.sobs_maintitle {
    font-size: 24px;
    color: #f1f1f1;
    padding-top: 18px;
}

.sobs_title {
    font-size: 12px;
    color: #f1f1f1;
    font-family: "Myriad Pro";
}

.sobs_titles {
    font-size: 30px;
    color: #f1f1f1;
    margin-top: 5px;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}

.cases {
    max-width: 1320px;
    margin: auto;
    position: relative;
}

.caseswiper img {
    width: 100%;
}

.ca_name {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 43px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 18px;
    color: #000;
}

.swiper-container.caseswiper {
    margin-top: 60px;
}

.swiper-container.khswiper {
    margin-top: 75px;
}

.khswiper img {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.cases .swiper-button-prev {
    left: -70px;
    top: 54%;
}

.cases .swiper-button-next {
    right: -70px;
    top: 54%;
}

.kh_more a {
    display: block;
    width: 240px;
    height: 60px;
    border: 1px solid #dfdfdf;
    border-radius: 30px;
    padding-left: 40px;
    margin: 55px auto 0;
}

.kh_more a span:first-child {
    line-height: 58px;
    font-size: 16px;
    color: #093078;
}

.kh_more a span:nth-child(2) {
    display: inline-block;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background: #093078;
    text-align: center;
    line-height: 49px;
    margin-left: 10px;
}

.about {
    width: 100%;
    overflow: hidden;
    height: 706px;
    background: url(img/abbg.png) center no-repeat;
    margin-top: 90px;
}

.abouts {
    max-width: 1320px;
    margin: auto;
}

.abtitle {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
}

.abcon {
    text-indent: 2em;
    font-size: 15px;
    color: #fff;
    padding: 0 25px;
    text-align: center;
    line-height: 2;
    margin-top: 60px;
}

.sj_top .counter {
    font-family: "Arial";
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.sj_top {
    font-size: 14px;
    color: #fff;
    position: relative;
}

.sj_top::before {
    content: "+";
    font-family: "Arial";
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
}

.sj {
    width: 25%;
    float: left;
    padding-left: 100px;
}

.sj:nth-child(1) .sj_top::before {
    left: 75px;
}

.sj:nth-child(2) .sj_top::before {
    left: 55px;
}

.sj:nth-child(3) .sj_top::before {
    left: 80px;
}

.sj:nth-child(4) .sj_top::before {
    left: 135px;
}

.sj_line {
    width: 105px;
    height: 3px;
    background: #fff;
}

.sj_bot {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.sj:nth-child(1) .sj_bot,
.sj:nth-child(2) .sj_bot,
.sj:nth-child(3) .sj_bot {
    padding-left: 25px;
}

.sj:nth-child(1) .sj_top {
    padding-left: 20px;
}

.shuju {
    width: 100%;
    margin-top: 35px;
    overflow: hidden;
}

.abmore a {
    display: block;
    width: 186px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    margin: 50px auto 0;
    padding-left: 45px;
}

.abmore a span:first-child {
    line-height: 58px;
    font-size: 16px;
    color: #093078;
}

.abmore a span:nth-child(2) {
    display: inline-block;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background: #093078;
    text-align: center;
    line-height: 49px;
    margin-left: 10px;
}

.advantage {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
}

.advantages {
    max-width: 1320px;
    margin: auto;
}

.left_adv {
    width: 25%;
    float: left;
}

.ladv_title {
    font-size: 30px;
    color: #093078;
    font-family: "Myriad Pro";
    text-transform: uppercase;
    margin-top: 75px;
}

.ladv_titles {
    font-size: 30px;
    color: #1e1e1e;
}

.ladv_con {
    font-size: 16px;
    color: #464646;
    margin-top: 20px;
    line-height: 1.5;
}

.ladv_more a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    background: #093078;
}

.ladv_more {
    margin-top: 40px;
}

.right_adv {
    width: 71%;
    float: right;
}

.radv {
    float: left;
    width: 32.6%;
    margin-right: 1.1%;
    position: relative;
    overflow: hidden;
}

.radv:last-child {
    margin-right: 0;
}

.radv_pic img {
    width: 100%;
}

.radv_title {
    font-size: 22px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    transition: all 1s;
}

.radv_more {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -50px;
    transition: all 1s;
}

.radv:hover .radv_title {
    bottom: 60%;
}

.radv:hover .radv_more {
    bottom: 50%;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    margin-top: 135px;
    padding-top: 60px;
    padding-bottom: 100px;
}

.news {
    max-width: 1320px;
    margin: auto;
}

.new_top_title {
    text-transform: uppercase;
    color: #093078;
    font-size: 24px;
    font-family: "Myriad Pro";
}

.new_top_titles {
    font-size: 30px;
    color: #1e1e1e;
}

.new_top_left {
    float: left;
}

.new_top {
    width: 100%;
    overflow: hidden;
}

.new_top_titles span {
    display: inline-block;
    width: 46px;
    height: 3px;
    background: #093078;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.new_top_right {
    float: right;
    margin-top: 45px;
}

.new_top_right a {
    display: block;
    width: 123px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    float: left;
    margin-right: 9px;
}

.new_top_right a:last-child {
    margin-right: 0;
}

.new_top_right a:hover {
    background: #093078;
    color: #fff;
}

.new_bot {
    width: 100%;
    margin-top: 30px;
}

.new_bots {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.new_bots:last-child {
    margin-right: 0;
}

.new_day {
    font-size: 36px;
    color: #b4b4b4;
    font-weight: 300;
    padding-top: 65px;
}

.new_year {
    font-size: 14px;
    color: #b4b4b4;
    padding-bottom: 25px;
}

.new_date {
    width: 100%;
    padding-left: 30px;
    border-bottom: 1px solid #093078;
}

.new_title {
    font-size: 20px;
    color: #464646;
    margin-top: 30px;
}

.new_con {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 2;
    margin-top: 10px;
}

.new_more {
    width: 100%;
    height: 129px;
    background: #093078;
    margin-top: 35px;
    display: none;
}

.new_more a {
    display: block;
}

.new_more .new_day {
    padding-top: 35px;
    padding-left: 35px;
    color: #fff;
}

.new_more .new_year {
    padding-left: 35px;
    color: #fff;
    padding-bottom: 0;
}

.new_more_left {
    float: left;
}

.new_more_right {
    float: left;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 32px;
    margin-left: 50px;
    margin-top: 50px;
}

.new_bots:hover .new_date .new_day,
.new_bots:hover .new_date .new_year {
    display: none;
}

.new_bots:hover .new_more {
    display: block;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(img/fbg.png) top center no-repeat;
    padding-top: 65px;
	background-size: cover;
}

.foots {
    max-width: 1320px;
    margin: auto;
    overflow: hidden;
}

.fnav {
    float: left;
    margin-right: 70px;
}

.ftitle {
    font-size: 20px;
    color: #f6f6f6;
    margin-bottom: 20px;
}

.fnav ul {
    margin-bottom: 0;
}

.fnav ul li a {
    font-size: 14px;
    color: #a1a1a1;
}

.fnav ul li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #a1a1a1;
}

.saoma {
    float: left;
    background: #fff;
    text-align: center;
    padding: 5px;
    margin-top: 170px;
    margin-left: -180px;
}

.feedback {
    width: 23%;
    float: right;
}

.feedback .ftitle {
    margin-bottom: 5px;
}

.ftitles {
    font-size: 14px;
    color: #a1a1a1;
}

.feedback form div:nth-child(1) input,
.feedback form div:nth-child(2) input,
.feedback form div:nth-child(3) textarea {
    width: 100%;
}

.feedback form div:nth-child(1) input,
.feedback form div:nth-child(2) input {
    height: 32px;
    background: none;
    border: 1px solid #363636;
    padding-left: 10px;
    margin-top: 15px;
    outline: none;
	color:#fff;
}

.feedback form div:nth-child(3) textarea {
    height: 78px;
    background: none;
    border: 1px solid #363636;
    padding-left: 10px;
    margin-top: 15px;
    outline: none;
}

.feedback form div:nth-child(4) {
    width: 100%;
    height: 31px;
    border: 1px solid #363636;
    margin-top: 15px;
}

.feedback form div:nth-child(4) input {
    height: 29px;
    background: none;
    border: none;
    border-right: 1px solid #363636;
    padding-left: 10px;
    outline: none;
    float: left;
    width: 60%;
}

.feedback form div:nth-child(4) img {
    width: 40%;
    float: left;
}

.feedback form div:nth-child(5) input {
    width: 129px;
    height: 31px;
    background: #093078;
    color: #f6f6f6;
    margin-top: 15px;
    border: none;
    outline: none;
}

.copy {
    width: 100%;
    line-height: 78px;
    text-align: center;
    border-top: 1px solid #363636;
    margin-top: 60px;
}

.copy a {
    font-size: 14px;
    color: #a1a1a1;
}

.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: 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(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);
}

.home_a {
    background: url(img/6.png)center 0 no-repeat;
    width: 100%;
    height: 1438px;
    overflow: hidden;
}

.home_aTop {
    text-align: center;
    overflow: hidden;
    margin-top: 10rem;
    margin-bottom: 6rem;
}

.home_aTop span {
    display: block;
    font-size: 95px;
    color: #e4e4e4;
    font-family: "Arial Bold";
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
}

.home_aTop div {
    font-size: 30px;
    color: #141414;
    font-weight: 700;
    line-height: 100%;
    margin-top: -59px;
}

.home_aTop img {
    display: block;
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.home_aTop p {
    margin: 0;
    color: #464646;
}

.home_aswiper {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.home_aswipercontainer {
    max-width: 1200px;
}

.home_aswipercontainer a {
    display: block;
    width: 100%;
    border: 1px solid #DBDBDB;
    overflow: hidden;
    background: #fff;
}

.home_aswipercontainer a .home_aswiper_a {
    border-bottom: 1px solid #DBDBDB;
    height: 62px;
    line-height: 62px;
    padding: 0 2rem;
}

.home_aswipercontainer a .home_aswiper_a img {
    float: left;
    margin-top: 1rem;
}

.home_aswipercontainer a .home_aswiper_a span {
    font-size: 18px;
    color: #464646;
    font-weight: 700;
    float: right;
}

.home_aswipercontainer a>img {
    width: 100%;
}

.home_aswipercontainer a>p {
    color: #c82c30;
    margin: 0;
    height: 69px;
    border-top: 1px solid #DBDBDB;
    line-height: 69px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: url(img/4_03.jpg)center 0 no-repeat;
    background-position: center;
}

.home_a>a {
    width: 429px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #093078;
    display: block;
    margin: auto;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin-top: 6rem;
}

.home_btop {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 4rem;
    overflow: hidden;
}

.home_btop div {
    font-size: 42px;
    color: #343434;
}

.home_btop div label {}

.home_btop p {
    margin: 0;
    font-size: 22px;
    color: #464646;
}

.home_b {
    background: url(img/5_02.jpg)center 0 no-repeat;
    width: 100%;
    height: 601px;
    overflow: hidden;
}

.home_b>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_bright {
    float: right;
    width: 50%;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8rem;
}

.home_bright a {
    display: block;
    width: 59%;
    color: #fff;
    padding-left: 6rem;
    margin-bottom: 4rem;
}

.home_bright a div {
    height: 60px;
    line-height: 54px;
}

.home_bright a div img {}

.home_bright a label {
    font-size: 18px;
    margin-bottom: 7px;
}

.home_bright a span {
    display: block;
    width: 46px;
    height: 3px;
    background: #fff;
    margin-bottom: 1rem;
}

.home_bright p {
    margin: 0;
    line-height: 28px;
}

.home_bright a:nth-child(2n) {
    width: 41%;
    padding: 0;
}

.home_c {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 9rem;
}

.home_c h5 {
    text-align: center;
    font-size: 36px;
    height: 38px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5rem;
    margin-top: 8rem;
}

.home_c ul {
    overflow: hidden;
}

.home_c ul li {
    cursor: pointer;
    float: left;
    position: relative;
    width: 14.2%;
}

.home_c ul li i {
    font-style: normal;
    display: block;
    width: 54px;
    height: 50px;
    margin: 0 auto 23px;
    transition: all 0.5s ease-in-out;
}

.home_c ul li .dz1 {
    background: url(img/lc1.png) no-repeat center;
}

.home_c ul li .dz2 {
    background: url(img/lc2.png) no-repeat center;
}

.home_c ul li .dz3 {
    background: url(img/lc3.png) no-repeat center;
}

.home_c ul li .dz4 {
    background: url(img/lc4.png) no-repeat center;
}

.home_c ul li .dz5 {
    background: url(img/lc5.png) no-repeat center;
}

.home_c ul li .dz6 {
    background: url(img/lc6.png) no-repeat center;
}

.home_c ul li .dz7 {
    background: url(img/lc7.png) no-repeat center;
}

.home_c ul li em {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
    margin-bottom: 9px;
}

.home_c ul li p {
    font-size: 10px;
    line-height: 10px;
    color: #AAAAAA;
    text-transform: uppercase;
    text-align: center;
}

.home_c ul li:before {
    width: 1px;
    height: 66px;
    background: #d2d2d2;
    content: "";
    position: absolute;
    top: 22px;
    right: -1px;
}

.home_c ul li.last:before {
    display: none;
}

.home_c ul li:hover .dz1 {
    background: url(img/lc1_h.png) no-repeat center;
}

.home_c ul li:hover .dz2 {
    background: url(img/lc2_h.png) no-repeat center;
}

.home_c ul li:hover .dz3 {
    background: url(img/lc3_h.png) no-repeat center;
}

.home_c ul li:hover .dz4 {
    background: url(img/lc4_h.png) no-repeat center;
}

.home_c ul li:hover .dz5 {
    background: url(img/lc5_h.png) no-repeat center;
}

.home_c ul li:hover .dz6 {
    background: url(img/lc6_h.png) no-repeat center;
}

.home_c ul li:hover .dz7 {
    background: url(img/lc7_h.png) no-repeat center;
}

.home_c ul li:hover em {
    color: #093078;
}

.home_c ul li:hover p {
    color: #093078;
}

.home_c ul li:hover i {
    transform: rotate(360deg);
}

.home_d {
    width: 100%;
    background: #014262;
    overflow: hidden;
    color: #fff;
}

.home_d>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_dleft {
    float: left;
    padding: 6rem 0;
}

.home_dleft label {
    font-size: 30px;
    border-bottom: 1px solid #005F8E;
    padding-bottom: 0.8rem;
    margin: 0;
}

.home_dleft div {
    border-bottom: 1px solid #005F8E;
    overflow: hidden;
}

.home_dleft div p {
    margin: 0;
    float: left;
    line-height: 24px;
    padding: 1rem 0;
}

.home_dleft div span {
    float: right;
    font-size: 18px;
    font-weight: 700;
    background: url(img/12.png)center 13px no-repeat;
    display: block;
    height: 73px;
    padding-top: 3.8rem;
    border-left: 1px solid #005F8E;
    width: 174px;
    text-align: center;
}

.home_dright {
    position: relative;
    float: right;
    width: 54%;
    overflow: hidden;
    margin-top: 3rem;
}

.home_drightswiper {
    max-width: 500px;
}

.home_drightswiper a img {
    border: 2px solid #0077B2;
    width: 100%;
}

.home_dright .home_drightswipernext {
    width: 26px;
    height: 50px;
    background: url(img/14.png)center 0 no-repeat;
    background-size: 26px 50px;
}

.home_dright .home_drightswiperprev {
    width: 26px;
    height: 50px;
    background: url(img/15.png)center 0 no-repeat;
    background-size: 26px 50px;
}

.home_eswiper {
    width: 99%;
}

.home_eswiper a {
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    color: #464646;
    transition: all 0.3s;
}

.home_eswiper a div {
    position: relative;
    width: 100%;
}

.home_eswiper a div>img {
    width: 100%;
}

.home_eswiper a div p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.home_eswiper a div p img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.home_eswiper a span {
    display: block;
    padding: 1rem 0;
}

.home_eswiper a:hover {
    background: #00b0ff;
    color: #fff;
}

.home_eswiper a:hover p {
    opacity: 1;
}

.home_ftop {
    text-align: center;
    font-size: 34px;
    color: #555555;
    font-weight: 700;
    border-top: 1px solid #ccc;
    margin-top: 8rem;
    padding: 4rem 0;
}

.home_fswiper {
    max-width: 1200px;
}

.home_fswiper img {
    width: 100%;
    border: 1px solid #ccc;
}

.home_g {
    width: 100%;
    height: 674px;
    background: url(img/7_02.jpg)center 0 no-repeat;
    overflow: hidden;
    margin-top: 7rem;
}

.home_g>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 10rem;
}

.home_g>div>img {
    float: left;
    width: 50%;
}

.home_gright {
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 0 5rem;
    padding-top: 5rem;
}

.home_gright span {
    font-size: 34px;
    color: #014262;
}

.home_gright div {
    font-size: 24px;
    color: #014262;
}

.home_gright>img {}

.home_gright p {
    color: #464646;
    line-height: 27px;
    margin: 0;
    margin-top: 1rem;
}

.home_gright a {
    width: 143px;
    height: 40px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-family: Arial Regular;
    color: #3f3f3f;
    margin-top: 3rem;
}

.home_gright a img {
    margin-right: 9px;
}

.home_h {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_htop {
    width: 100%;
    overflow: hidden;
}

.home_htop a {
    display: block;
    overflow: hidden;
    background: #eeeeee;
}

.home_htop a>img {
    width: 40%;
    float: left;
}

.home_htop .home_htopright {
    float: right;
    width: 60%;
    overflow: hidden;
    padding: 0 3rem;
    padding-top: 4rem;
}

.home_htop .home_htopright label {
    color: #181818;
    margin-bottom: 11px;
    cursor: pointer;
}

.home_htop .home_htopright p {
    color: #464646;
    line-height: 26px;
    margin: 0 0 15px;
}

.home_htop .home_htopright div {
    color: #464646;
}

.home_htop .home_htopright div img {
    float: right;
}

.home_htop a label:hover {
    color: #093078;
}

.home_hs {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8rem;
}

.home_hs a {
    display: block;
    float: left;
    width: 48%;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.home_hs a:nth-child(1) {
    border-bottom: 1px solid #ccc;
}

.home_hs a:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.home_hs a:nth-child(2n) {
    float: right;
}

.home_hs a label {
    margin: 0;
    color: #464646;
}

.home_hs a div {
    color: #818181;
    line-height: 25px;
    margin: 0.5rem 0;
}

.home_hs a span {
    color: #787878;
}

.home_hs a label:hover {
    color: #093078;
    cursor: pointer;
}

.bottom {
    width: 100%;
    background: #014262;
    overflow: hidden;
}

.bottomTop {
    height: 89px;
    line-height: 89px;
    overflow: hidden;
    border-bottom: 1px solid #00283B;
}

.bottomTop div {
    max-width: 1200px;
    display: flex;
    margin: auto;
}

.bottomTop div a {
    color: #fff;
    flex: 1;
    font-size: 16px;
    text-align: center;
}

.bottomcenter {
    width: 100%;
    border-top: 1px solid #00608F;
    overflow: hidden;
}

.bottomcenter>div {
    max-width: 1200px;
    margin: 2rem auto;
    overflow: hidden;
}

.bottomleft {
    height: 207px;
    width: 46%;
    line-height: 207px;
    text-align: center;
    border-right: 1px solid #00608F;
    float: left;
}

.bottomleft img {
    line-height: 207px;
}

.bottomright {
    color: #fff;
    height: 207px;
    width: 54%;
    float: right;
    border-left: 1px solid #00283B;
    line-height: 29px;
    padding-left: 5rem;
}

.allbottom {
    width: 100%;
    color: #fff;
    height: 69px;
    background: #002d45;
    line-height: 69px;
}

.allbottom div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.allbottom div span {
    float: left;
}

.allbottom div span a {
    color: #fff;
}

.allbottom div>a {
    float: right;
    color: #fff;
}


/**/

.listbanner {
    width: 100%;
}

.listbanner img {
    width: 100%;
}

.blk-main {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.blk {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
    border-left: 10px solid #093078;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 span {
    font-family: '??????';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 a {
    color: #666;
}

.blk-xs {
    width: 20%;
}

.fdh-01-tit {
    background: #093078;
    height: 80px;
}

.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-top: 0px;
    margin: 0;
}

.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(img/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
    margin-top: 0px;
}

.fdh-01-nav-one h3 a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}

.fdh-01-nav dl {
    padding: 2px 0 4px;
    margin: 0;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(img/p14-icon2.png) no-repeat right center #093078;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
    color: #fff;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
    border-color: #093078;
}

.cbgg-01 {
    background: #093078;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
    margin: 0;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}

.blk-sm {
    width: 78%;
}

.fr {
    float: right;
}

.b {
    clear: both;
}

.cplb-3n-ts-03-tit {
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 0;
}

.cplb-3n-ts-03-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #093078;
}

.cplb-3n-ts-03-list {
    overflow: hidden;
}

.cplb-3n-ts-03-list dl {
    width: 32.1%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1.2%;
    cursor: pointer;
}

.cplb-3n-ts-03-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.cplb-3n-ts-03-list dd {
    padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
    height: 45px;
    font-weight: normal;
    font-size: 16px;
    color: #154c64;
    line-height: 45px;
    overflow: hidden;
    margin: 0;
}

.cplb-3n-ts-03-list h4 a {
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplb-3n-ts-03-list dl a {
    color: #727272;
}

.cplb-3n-ts-03-list-desc {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
}

.cplb-3n-ts-03-list dl:hover {
    border-color: #093078;
}

.cplb-3n-ts-03-list dl:hover a {
    color: #093078;
}


/**/

.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}

.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.p14-infolist-1-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.p14-infolist-1-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover {
    border: 1px solid #093078;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #093078;
    border-color: #093078;
}


/**/

.swipershowleft {
    float: left;
    width: 40%;
    border: 1px solid #ccc;
}

.swipershowleft .swipershowleftnext {
    background: url(img/p15-icon3.png)center 0 no-repeat;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
}

.swipershowleft .swipershowleftprev {
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
    background: url(img/p15-icon2.png)center 0 no-repeat;
}

.cpcc-ts-01-right {
    width: 46%;
    float: right;
    margin-right: 6%;
}

.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpcc-ts-01-right-con {
    line-height: 24px;
    overflow: hidden;
    color: #666; font-size: 16px;
}

.cpcc-ts-01-right-con strong {
    font-size: 16px;
}

.cpcc-ts-01-right-con p {}

.pc-cx-tel-1 {
    width: 100%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    overflow: hidden;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #093078;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(img/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pc-cx-tel-1-t2 p {
    line-height: 24px;
    margin: 0;
}

.cpxq-01-nav {
    font-size: 18px;
    height: 56px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.cpxq-01-nav span {
    float: left;
    height: 57px;
    line-height: 56px;
    padding: 0 30px;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
    background:#ebebeb;
    color: #333;
	margin-right:10px;
}

.cpxq-01-nav span.active{
    background: url(img/p14-icon10.png) no-repeat center bottom #093078;
    color: #fff;
}

.cpxqpro {
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 3rem;
}

.cpxqpros{display:none;}
.cpxqpros video{width:100%;}
.listshows{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    text-align: center;
}
.listshows:nth-child(4n){
    margin-right: 0;
}
.listshows img{
    width: 100%;
    border: 1px solid #ddd;
}
.listshows p{
    font-size: 15px;
    color: #333;
}
.listshows:hover p{
    color: #0a6cc7;
}
.blk-md {
    width: 100%;
    overflow: hidden;
}

.tl-fdh-02 li {
    width: 14.2857%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #a8a8a8;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(img/p16-icon6.png) no-repeat bottom center #093078;
    border-color: #093078;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
    overflow: hidden;
}

.tit {
    height: 160px;
    background: url(img/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.kfay {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 0px;
}

.kfay dt {
    width: 188px;
    float: left;
}

.kfay dd {
    width: 930px;
    float: right;
}

.kfay dd h4 {
    height: 59px;
    padding-top: 20px;
    font: 22px "Microsoft YaHei";
    color: #000;
    background: url(img/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
    margin: 0;
}

.kfay dd p {
    font: 14px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
    margin: 15px 0;
}

.g-gywm {
    height: 530px;
    overflow: hidden;
    width: 100%;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    
    overflow: hidden;
    background: #093078;
    padding: 60px 0 0 40px;
}.wm-l2 {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #093078;
    padding: 60px 0 0 40px;
}
#gsjsz{width:48%;background:#fff;color:#000;font-size: 18px;
line-height:36px; padding-top: 0px;padding-bottom:30px ;}
.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#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;
}


/**/

.p4-order-form-1 {
    overflow: hidden;
}

.p4-order-form-1 .p4-titlel-1 {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #093078;
    margin: 0;
}

.p4-order-form-1-con {
    border: 1px solid #bbb;
    padding: 40px 15%;
    overflow: hidden;
}

.p4-order-form-1-con li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.p4-order-form-1-con label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.p4-order-form-1-con li b {
    color: #f00;
}

.p4-order-form-1-con li span {
    font-weight: bold;
    color: #666;
}

.p4-order-form-1-con li .row-hd {
    color: #666;
}

.p4-order-form-1-con .inputs,
.p4-order-form-1-con li select {
    width: 73%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /* float: left; */
}

.p4-order-form-1-t1 textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

#code_gg {
    width: 80px;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
}

.code_gg_li img {
    vertical-align: middle;
    width: 100px;
    height: 32px;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    line-height: 30px;
    outline: none;
    background: #093078;
}

.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}

.listabout {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}

.cpxqpro ul li {
    width: 24%;
    float: left;
    background: #ddd;
    text-align: center;
    height: 270px;
    margin-right: 1.0013%;
    margin-bottom: 10px;
}

.cpxqpro ul li img {
    width: 90%;
    padding-top: 15px;
}

.fl {
    float: left;
}/******????????????*******/
.ny_news_page{
	margin:10px auto 60px;
	clear:both;
	padding-top:10px;
	width:1200px;}
.ny_news_page a,.ny_news_page span{
	display:block;
	float:left;
	line-height:40px;
	text-align:center;
	font-size:12px;
	width:70px;
	height:40px;
	color:#333;
	background-color:#f8f8f8;
	margin-right:10px}
.ny_news_page a:hover,.ny_news_page span{
	background-color:#965b02;
	color:#fff;}
.ny_news_page a.page_aa{
	background-color:#00b366;
	color:#fff;}
/**************************/
.ny_news_pageaaa{
	margin-top:80px;
	margin-bottom:50px;}

/******************************/
.swipershowleft img{
	width:100%;
}
.prolist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.prolists{
	max-width:1320px;
	margin:30px auto 0;
}
.prol{
	width:19%;
	float:left;
	margin-right:1%;
	margin-bottom:15px;
}
.prol:nth-child(6n){
	margin-right:0;
}
.prolists .pro_name{
	line-height:40px;
	font-size:15px;
}
.banner_0001 img{
	width:100%;
}
.cover{
	width: 100%;
    text-align: center;
    left: 0;
    top: 35%;
    position: absolute;
    z-index: 9999;
}
.myPhone{
position: absolute;
    top: 90px;
    width: 294px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 8%;
    line-height: initial;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #093078;
    color: #fff;
    padding: 2em 3em;
    text-align: center;
    box-sizing: border-box;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: 20%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #093078;
    vertical-align: middle;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 200px;
    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: #093078;
}

.iconfont {
    color: #fff;
}

#toolbar li:hover a {
    width: 200px;
    background-color: #093078;
}

#toolbar li:hover .iconfont {
    background-color: #093078 !important;
}

.icon-qq {
    background: url(img/QQ1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-iconfontphone {
    background: url(../images/tel1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-msnui-qr-code {
    background: url(img/erwei1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-wenjianxiazaiicon {
    background: url(../images/liuyan1.png) center no-repeat;
    background-position-y: 5px;
}

.icon-arrowup {
    background: url(../images/backtop.png) center no-repeat;
    background-color: #093078 !important;
}

#toolbar li:first-child:hover .icon-qq {
    background: url(img/QQ1.png) center no-repeat;
}

#toolbar li:nth-child(2):hover .icon-qq {
    background: url(img/QQ1.png) center no-repeat;
}

.prod-par-des table{
	border-collapse: collapse;
	font-size: 18px;
	text-align: center;
}

.prod-par-des .title td{
	vertical-align: middle !important;
    table-layout: fixed;
    padding: 8px 1%;
     border: initial;
     color: #FFFFFF;
}

.prod-par-des table td{
	vertical-align: middle !important;
    table-layout: fixed;
    height: 54px;
    border: 1px solid #eee;
    color: #666666;
    font-size: 18px;
}
#zd{ width:32.2%;}