﻿/* Content Animation */

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?l6pqde');
    src: url('fonts/icomoon.eot?l6pqde#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?l6pqde') format('truetype'), url('fonts/icomoon.woff?l6pqde') format('woff'), url('fonts/icomoon.svg?l6pqde#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BasicSansAlt-Light';
    src: url('thefont/BasicSansAlt-Light.ttf?l6pqde') format('truetype'), url('thefont/basicsansalt-light-webfont.woff?l6pqde') format('woff');
    font-weight: normal;
    font-style: normal;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.main {
    position: relative;
    z-index: 4;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.detail-img img {
    max-width: 100%;
    display: block;
}


/*head*/

body {
    padding-top: 50px;
    min-width: 320px;
    padding-bottom: 45px;
}

.head {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
    height: 50px;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9
}

.head h1 {
    float: left;
    width: 60%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    z-index: -999;
}

.head h1 a {
    display: block;
    height: 50px;
    position: relative;
}

.head h1 a:before {
	font-family: 'icomoon';
	color: #299fdb;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);

}

.head h1 img {
    display: block;
    width: 100%;
    position: relative;
    top: -70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navs {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.navs span {
    top: 32px;
}

.navs span:first-child {
    content: "";
    top: 16px;
    left: 0;
}

.navs span:last-child {
    content: "";
    top: 24px;
    left: 0;
}

.navs span,
.navs span:first-child,
.navs span:last-child {
    left: 10px;
    position: absolute;
    background: #c6c6c6;
    -webkit-transition: all 0.5s ease;
    width: 27px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.navs.g_close span {
    opacity: 0;
}

.navs.g_close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 26px;
    opacity: 1;
}

.navs.g_close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    opacity: 1;
}

.nav-box {
    position: absolute;
    top: 50px;
    padding: 0 15px;
    width: 100%;
    left: 0;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav li {
    float: none;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.nav li:last-child {
    border: none
}

.nav li>a {
    color: #333;
    height: 45px;
    line-height: 45px;
    display: block;
}

.secondnav {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.nav li em {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-bottom: none;
    border-left: none;
    right: 5px;
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
}

.nav li em.cur {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.secondnav {
    padding-bottom: 10px;
}

.secondnav a {
    display: block;
    line-height: 40px;
    padding-left: 15px;
}


/*foot*/

.foot {
    background: #333;
    padding-top: 20px;
    position: relative;
    z-index: 1
}

.foot-copy {
    font-size: 12px;
    color: #8c8c8c;
    background: #000;
    text-align: center;
    padding: 13px 0;
    position: relative;
}

.foot-copy p a {
    color: #8c8c8c
}

.sub-foot dt a {
    color: #fff;
}

.sub-foot dt {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    position: relative;
    z-index: 3;
    background: #333
}

.sub-foot dd a {
    font-size: 13px;
    color: #c6c6c6;
    line-height: 35px;
    display: block;
}

.sub-foot dt:after {
    content: '+';
    float: right;
    font-weight: normal;
    margin-right: 8px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    font-size: 16px;
}

.sub-foot dl {
    overflow: hidden;
    border-bottom: 1px solid #4f4f4f;
    position: relative
}

.sub-foot dl.cur dt:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub-foot dd {
    position: absolute;
    top: 50%;
    visibility: hidden;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    z-index: -1;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    padding-bottom: 10px;
}

.foot-link:last-child dl {
    border: none;
}

.sub-foot dl.cur dd {
    position: static;
    visibility: visible;
    z-index: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.foot-copy span {
    display: block;
}

.foot-contact {
    font-size: 13px;
    line-height: 20px;
    color: #c6c6c6;
    padding-bottom: 15px;
}

.foot-contact p {
    padding-left: 26px;
    background-repeat: no-repeat;
    margin-top: 10px;
    position: relative
}

.foot-contact p:before {
    position: absolute;
    top: 0;
    font-family: 'icomoon' !important;
    left: 0;
    color: #299fdb;
}

.foot-contact p:nth-of-type(1):before {
    content: "\e91b"
}

.foot-contact p:nth-of-type(2):before {
    content: "\e91c";
}

.foot-contact p:nth-of-type(3):before {
    content: "\e91d";
}

.foot-contact a {
    color: #c6c6c6;
    position: relative
}

.foot-contact>a {
    display: block;
    height: 33px;
}

.foot-contact>a:before {
    content: "\e913";
    font-family: 'icomoon';
    color: #fff;
    font-size: 33px;
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
}


/*index*/

.banner-slide {
    position: relative;
}

.index-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-slide li {
    float: left;
}

.index-banner li img {
    width: 100%;
    display: block;
    /*min-width:600px;*/
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flex-control-nav {
    position: absolute;
    width: 100%;
    height: 2px;
    text-align: center;
    bottom: 10px;
    left: 0;
    z-index: 5;
}

.flex-control-nav li {
    display: inline-block;
    height: 2px;
    margin: 0 2px;
    float: none;
}

.flex-control-nav li a {
    display: block;
    text-indent: -99999px;
    background: #c6c6c6;
    width: 30px;
    height: 2px;
    cursor: pointer;
    position: relative;
}

.flex-control-nav li a.flex-active {
    background: #138fd4;
}

.index-title {
    text-align: center;
    padding-top: 20px;
}

.index-title img {
    display: block;
    margin: 0 auto;
    height: 41px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.index-title h3 {
    font-family: 'BasicSansAlt-Light';
    font-size: 27px;
    color: #5c5c5c;
    line-height: 49px;
    padding-bottom: 6px;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.index-title h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #299fdb;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-title h2 {
    font-size: 18px;
    color: #333;
    padding-top: 13px;
}

.index-service,
.index-product,
.index-brand,
.index-partner {
    padding-bottom: 40px;
}

.index-subser {
    text-align: center;
    padding-top: 30px;
}

.index-subser li {
    display: inline-block;
    border: 2px solid #333;
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.index-subser li a {
    display: block;
    font-size: 18px;
    color: #5c5c5c;
    padding-left: 22.4%;
    padding-top: 23px;
    padding-bottom: 26px;
    text-align: left
}

.index-subser li a span {
    display: block;
}

.index-subser li a em {
    font-size: 22px;
    display: block;
    padding-bottom: 15px;
}

.index-subser li:before {
    font-family: 'icomoon' !important;
    left: 5%;
    display: block;
    top: 24px;
    position: absolute;
    font-size: 23px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #5c5c5c;
    text-align: center;
    line-height: 40px;
    color: #fff;
    box-sizing: border-box
}

.index-subser li:nth-of-type(1):before {
    content: "\e909"
   
}

.index-subser li:nth-of-type(2):before {
    content: "\e90a"
}

.index-subser li:nth-of-type(3):before {
    content: "\e90b";
    line-height: 42px;
    text-align: left;
    padding-left: 8px;
}

.index-subser li:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #299fdb;
    left: 22.4%;
    bottom: 19px;
}

.index-subser li:hover:after {
    background: #fff;
}

.index-subser li:hover {
    background-color: #299fdb;
    border-color: #299fdb;
}

.index-subser li:hover a {
    color: #fff;
}

.index-subser li:hover:before {
    background: #fff;
    color: #299fdb
}

.index-service {
    padding-bottom: 40px;
}

.index-product {
    background: #fafafa;
}

.index-pronav {
    text-align: center;
    padding-top: 30px;
}

.index-pronav a {
    display: inline-block;
    font-size: 12px;
    color: #5c5c5c;
    margin: 0 6px;
    padding-top: 29px;
    margin-top: 10px;
    width: 70px;
    position: relative
}

.index-pronav a:after {
    font-family: 'icomoon' !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    top: 0;
    position: absolute;
    font-size: 25px;
    color: #d1d1d1
}

.index-pronav a:nth-of-type(1):after {

}

.index-pronav a:nth-of-type(2):after {

}

.index-pronav a:nth-of-type(3):after {

}

.index-pronav a:nth-of-type(4):after {

}

.index-pronav a:nth-of-type(5):after {

}

.index-pronav a:nth-of-type(6):after {

}

.index-pronav a:nth-of-type(7):after {

}

.index-pronav a:hover,
.index-pronav a.cur,
.index-pronav a:hover:after,
.index-pronav a.cur:after {
    color: #299fdb;
}

.prolist {
    padding-top: 25px;
    padding-bottom: 30px;
}

.prolist li {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.prolist li a {
    display: block;
    color: #fefefe;
    text-align: center;
    z-index: 1
}

.prolist li a>img {
    display: block;
    width: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.promask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(41, 159, 219, .8);
    left: 0;
    top: 0;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    -moz-o-transform: translateY(0) translateX(0) scale(0.25);
    -o-transform: translateY(0) translateX(0) scale(0.25);
    -ms-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}

.prolist li a em {
    font-size: 18px;
}

.prolist li a span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prolist li a i {
    display: block;
    font-size: 14px;
}

.prolist li b {
    position: absolute;
    display: block;
    font-weight: normal;
    background-image: url(../images/icon08.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
    padding-left: 20px;
    right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 3;
    top: 0;
    color: #fff;
    opacity: 0;
    cursor: pointer
}

.more {
    font-size: 14px;
    color: #5c5c5c;
    display: block;
    width: 180px;
    height: 32px;
    border: 1px solid #299fdb;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
}

.prolist li:nth-of-type(5) {
    clear: left;
}

.index-brand .index-pronav a:nth-of-type(2):after {
    content: "\e904"
}

.index-brand .index-pronav a:nth-of-type(3):after {
    content: "\e905"
}

.index-brand .index-pronav a:nth-of-type(4):after {
    content: "\e906"
}

.index-brand .index-pronav a:nth-of-type(5):after {
    content: "\e907"
}

.index-brand .index-pronav a:nth-of-type(6):after {
    content: "\e908"
}

.index-partner {
    background: #fafafa;
}

.index-partner .commonweb {
    position: relative
}

.swiper-container {
    width: 100%;
    margin: 4px auto 0;
    height: auto;
    position: relative;
    overflow: hidden;
}

.index-partner li {
    margin-top: 10px !important;
    float: left;
    padding: 0 5px;
}

.index-partner li a {
    border: 1px solid #bfbfbf;
    display: block;
}

.index-partner li img {
    display: block;
    width: 100%;
}

.index-partner li a img:nth-of-type(2) {
    display: none;
}

.index-partner li:hover a {
    border-color: #299fdb;
}

.index-partner li:hover a img:nth-of-type(2) {
    display: block;
}

.index-partner li:hover a img:nth-of-type(1) {
    display: none;
}

.next,
.prev {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 20px;
    height: 78px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: 24px;
}

.next {
    background-image: url(../images/indexright.png);
    right: 10px;
}

.prev {
    background-image: url(../images/indexleft.png);
    left: 10px;
}

.next:hover {
    background-image: url(../images/indexrighth.png);
}

.prev:hover {
    background-image: url(../images/indexlefth.png);
}

.index-about {
    background: url(../images/bg01.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 14px;
    color: #e9e9e9;
    line-height: 25px;
    padding-bottom: 45px;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.index-about h2 {
    font-size: 18px;
    color: #fdfdfd;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
    padding-top: 160px;
}

.index-about h2:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 2px;
    bottom: 0;
    background: #fff;
}

.index-about .more {
    color: #e9e9e9;
    margin: 30px auto 0
}

.about h3 {
    font-family: 'BasicSansAlt-Light';
    font-size: 42px;
    color: #fff;
    line-height: 43px;
    text-shadow: 0 4px 2px rgba(0, 0, 0, .2);
}

.about h4 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 4px 2px rgba(0, 0, 0, .2);
    margin: 5px 0 20px;
}

.index-new .index-pronav a:nth-of-type(1):after {
    content: "\e900"
}

.index-new .index-pronav a:nth-of-type(2):after {
    content: "\e901"
}

.index-new .index-pronav a:nth-of-type(3):after {
    content: "\e903"
}

.index-new .index-pronav a:nth-of-type(4):after {
    content: "\e902"
}

.new {
    width: 100%;
    overflow: hidden;
}

.newlist {
    margin: 0 -1.2%;
}

.newlist li {
    float: left;
    padding: 0 1.2%;
    position: relative;
    margin-bottom: 10px;
}

.newlist li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.newlist li a img {
    display: block;
    width: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.newlist li span {
    display: block;
    overflow: hidden;
}

.sub-new {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 20px;
    padding: 12px;
}

.sub-new h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    margin-bottom: 3px;
}

.sub-new span {
    float: right
}

.newlist li:hover h2 {
    color: #299fdb
}

.new {
    padding-top: 30px;
    padding-bottom: 40px;
}

.new ul {
    padding-bottom: 30px;
}

.sub-about img {
    width: 100%;
}


/*产品设计*/

.insidebanner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.insidebanner img {
    display: block;
    width: 100%;
}

.productbox {
    padding-bottom: 30px;
}

.prodetial,
.newdetail {
    margin-top: 25px;
}

.pro-title h2 {
    font-size: 18px;
    color: #333;
}

.pro-title {
    font-size: 14px;
    color: #9b9b9b;
    background: #fff;
    padding: 20px 15px 10px;
}

.pro-title a {
    color: #9b9b9b;
}

.imglist img {
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.detail-img .more {
    margin: 30px auto 0;
}

.detailmore {
    padding-top: 20px;
}

.detailmore h2 {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #c6c6c6;
    line-height: 45px;
}

.detailmore .prolist {
    padding-bottom: 25px;
}

.bannertxt {
    position: absolute;
    font-size: 19px;
    color: #EEEEEE;
    line-height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.one {
    left: 20%;
    margin-top: -25px;
}

.one h2 {
    font-family: 'BasicSansAlt-Light';
}

.bannertxt h2 {
    font-size: 24px;
    color: #299fdb;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .2);
}

.bannertxt p {
    text-indent: 11%;
    letter-spacing: 2px;
}

.two {
    margin-top: -25px;
    text-indent: 20px;
}

.two h2 {
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 42px;
}


/*新闻*/

.newbox {
    padding-bottom: 30px;
}

.newbox li {
    margin-top: 30px;
}

.newbox .sub-new {
    position: static;
    background: #f6f6f6;
}

.newbox h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    height: 48px;
    line-height: 24px;
}

.newbox li:hover h2 {
    text-decoration: underline
}

.newdetail {
    background: #fff;
    padding: 0 15px 50px;
}

.newdetailbox {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 24px;
}

.newdetailbox img {
    display: block;
    width: 100%;
}

.newdetailbox2 img {

	text-align:center

}

.pro-title span {
    display: inline-block;
    margin-right: 30px;
}

.new-op {
    padding: 40px 0
}

.new-op a {
    font-size: 14px;
    color: #9b9b9b;
    display: block;
}

.new-op a em {
    color: #9b9b9b;
}

.new-op a:hover {
    color: #299fdb
}

.new-op a:nth-of-type(2) {
    margin: 20px 0 10px;
}


/*关于我们*/

.about {
    padding-top: 125px;
    padding-bottom: 52px;
}

.about img {
    width: 145px;
    display: block;
    margin: 0 auto 20px;
}

.aboutbox {
    padding-bottom: 80px;
    line-height: 25px;
}

.sub-about h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 3px;
}

.sub-about {
    font-size: 14px;
    color: #5c5c5c;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    padding-top: 40px;
}

.sub-about h3 {
    font-size: 16px;
}


/*联系我们*/

.contact {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

.contactul {
    border-bottom: 1px solid #c6c6c6;
    padding-top: 20px;
    padding-bottom: 35px;
}

.contactul h2 {
    font-size: 18px;
    color: #333;
    padding: 10px 0;
}

.contactul li {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    margin-top: 20px;
}

.contactul li em {
    display: block;
    border: 1px solid #299fdb;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px
}

.contactul li em:before {
    color: #299fdb;
    position: absolute;
    top: 50%;
    font-family: 'icomoon' !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    display: block;
}

.contactul li:nth-of-type(1) em:before {
    content: "\e91f"
}

.contactul li:nth-of-type(2) em:before {
    content: "\e91e"
}

.contactul li:nth-of-type(3) em:before {
    content: "\e920"
}

.contactul li img {
    display: block;
    margin: 0 auto 10px;
}

.contactul li span {
    font-size: 16px;
}

.contacttxt {
    text-align: center;
    font-size: 16px;
    color: #5c5c5c;
    padding-top: 50px;
}

.contacttxt h2 {
    font-size: 18px;
    color: #333;
    padding-bottom: 13px;
}

.contactmes {
    padding-bottom: 50px;
}

.contactmes .txtinput {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
    border: 1px solid #333;
    padding: 8px 15px;
}

.contactmes ul {
    padding-top: 10px;
}

.contactmes li {
    margin-top: 20px;
}

.contactmes textarea {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #5c5c5c;
    border: 1px solid #333;
    width: 100%;
    height: 200px;
}

.contactmes .mesbt {
    background: #299fdb;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer
}

.float {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 50px;
}

.float a {
    display: block;
    background-repeat: no-repeat;
    background-position: 8px center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-color: rgba(51, 51, 51, .5);
    margin: 1px 0;
    cursor: pointer;
    font-size: 14px;
    color: #fffefe;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    float: right;
    overflow: hidden;
    background-size: 25px auto;
    position: relative;
}

.float a:before {
    position: absolute;
    top: 50%;
    font-family: 'icomoon' !important;
    left: 9px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 29px;
}

.float a:nth-of-type(1):before {
    content: "\e91a"
}

.float a:nth-of-type(2):before {
    content: "\e918";
}

.float a:nth-of-type(3):before {
    content: "\e919";
}

.newdetail .pro-title {
    padding-left: 0;
    padding-right: 0
}


/*网站地图*/

.mapdl {
    position: relative;
    padding-bottom: 30px;
}

.mapdl dt {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #299fdb;
    width: 90px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.mapdl dd {
    border-bottom: 1px solid #c6c6c6;
}

.mapdl dd a {
    font-size: 14px;
    color: #5c5c5c;
    margin-right: 30px;
    float: left;
    line-height: 35px;
}

.mapdl dd a:hover {
    color: #299fdb
}

.webmap .index-title {
    padding-bottom: 30px;
}

.webmap {
    padding-bottom: 50px;
}


/*20170323*/

.zan {
    float: right;
    min-width: 30px;
    margin-top: 5px;
    cursor: pointer;
    color: #9b9b9b;
    padding-top: 23px;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    text-align: center;
}

.zan:after,
.zan:before {
    position: absolute;
    top: 0;
    font-family: 'icomoon' !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.zan:before {
    content: "\e922";
    font-size: 25px;
    background: #f4f4f4;
    color: #dcdcdc;
    display: block;
}

.zan:after {
    content: "\e923";
    color: #6b6b6b;
    font-size: 25px;
}

.zan.cur,
.zan.cur:after {
    color: #299fdb;
}

.phonefloat {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    z-index: 8;
}

.phonefloat a {
    display: block;
    width: 33.33%;
    float: left;
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #fff;
    background: #299fdb;
    height: 50px;
    padding-top: 26px;
}

.phonefloat a:before {
    font-family: 'icomoon' !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 21px;
    display: block;
    top: 4px;
    position: absolute;
}

.phone01:before {
    content: "\e915";
}

.mess01:before {
    content: "\e916";
}

.mapp:before {
    content: "\e914";
}

.lian img {
    display: block;
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 375px) {
    .prolist li {
        width: 100%;
    }
	.head h1 img {
    top: 50%;
}
.newdetailbox2 img {

    max-width: 100%;
    display: block;

}
}

@media (max-width: 410px) {
    .prolist li {
        width: 100%;
    }
	.head h1 img {
    top: 50%;
}
.newdetailbox2 img {

    max-width: 100%;
    display: block;

}
}

@media (min-width: 425px) {
    .one {
        left: 30%;
    }
	.head h1 img {
    top: 50%;
}

}

@media (min-width: 480px) {
    .head h1 {
        width: auto;
    }
	.head h1 img {
    top: 50%;
}
}


/*ipad竖版区域*/

@media (min-width: 768px) {
    .foot-copy span {
        margin-right: 54px;
        display: inline-block
    }
    .index-subser li {
        width: 31%;
        margin: 0 1%;
    }
    .index-subser li {
        background-position: 3% 24px
    }
    .index-pronav a {
        margin: 0 20px;
    }
    .prolist li:nth-of-type(5) {
        clear: none;
    }
    .mapdl {
        padding-left: 120px;
        padding-bottom: 30px;
        margin-bottom: 0
    }
    .mapdl dt {
        position: absolute;
        left: 0;
        top: 0;
    }
    .one {
        font-size: 40px;
        line-height: 45px;
        left: 40%;
    }
    .bannertxt h2 {
        font-size: 34px;
    }
    .two {
        margin-top: -45px;
    }
    .two h2 {
        font-size: 40px;
    }
}


/*ipad横版区域*/

@media (min-width: 991px) {
    body {
        padding: 0
    }
    .head {
        position: relative;
        padding-top: 48px;
        height: 100px;
    }
    .head h1 a {
        height: 33px;
        width: 451px;
    }
    .head h1 img {
        height: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
		 top: -30%;
    }
    .head h1 a:before {
        font-size: 33px
    }
    .nav-box {
        position: static;
        width: auto;
        background: none;
        overflow: inherit
    }
    .nav li {
        float: left;
        height: 52px;
        margin-right: 50px;
        border: none
    }
    .nav li:last-child {
        margin-right: 0
    }
    .nav li>a {
        display: block;
        font-size: 14px;
        color: #333;
        padding-bottom: 6px;
        line-height: 25px;
        position: relative;
        height: 52px;
    }
    .nav li>a:after {
        content: "";
        position: absolute;
        top: 31px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 1px;
        width: 0;
        display: block;
        transition: all .3s linear;
    }
    .nav li:hover>a:after,
    .nav li>a.cur:after {
        width: 100%;
        background: #299fdb;
    }
    .nav li:hover>a,
    .nav li>a.cur {
        color: #299fdb;
    }
    .mask {
        position: absolute;
        width: 100%;
        background: rgba(255, 255, 255, .8);
        left: 0;
        top: 100px;
        height: 50px;
        display: none;
        z-index: 97
    }
    .secondnav {
        position: absolute;
        top: 52px;
        z-index: 99;
        left: 50%;
        white-space: nowrap;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-bottom: 0;
    }
    .secondnav a {
        display: inline-block;
        font-size: 14px;
        color: #5c5c5c;
        line-height: 50px;
        margin: 0 17px;
    }
    .secondnav a:nth-of-type(1) {
        display: none;
    }
    .nav li:last-child .secondnav {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: auto;
        right: -14px;
    }
    .flex-control-nav {
        bottom: 22px;
    }
    .foot {
        padding-top: 64px;
    }
    .foot-link {
        float: left;
        margin-right: 50px;
    }
    .foot-link dl {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        float: left;
        border: none
    }
    .sub-foot {
        padding-bottom: 36px;
    }
    .the-footlink {
        float: left;
    }
    .the-footlink .foot-link:last-child {
        margin-right: 0
    }
    .sub-foot dt {
        font-size: 18px;
        margin-bottom: 10px;
        border-bottom: none;
        line-height: 24px;
    }
    .sub-foot dd a {
        font-size: 14px;
        line-height: 30px;
    }
    .sub-foot .foot-link:nth-of-type(1) dd a:nth-of-type(1),
    .sub-foot .foot-link:nth-of-type(2) dd a:nth-of-type(1),
    .sub-foot .foot-link:nth-of-type(3) dd a:nth-of-type(1) {
        display: none;
    }
    .sub-foot dd a:hover {
        color: #299fdb;
    }
    .sub-foot dt:after {
        display: none;
    }
    .sub-foot dd {
        visibility: visible;
        z-index: 1;
        top: 0;
        position: static;
        padding-bottom: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .foot-contact {
        float: left;
        padding: 0 4% 0 3%;
        font-size: 14px;
        line-height: 24px;
    }
    .foot-contact p {
        max-width: 291px;
        margin-top: 19px;
    }
    .flex-control-nav li a {
        width: 46px;
    }
    .index-title h2 {
        font-size: 16px;
        padding-top: 7px;
    }
    .index-title img {
        height: auto
    }
    .index-subser {
        padding-top: 15px;
    }
    .index-subser li a {
        font-size: 20px;
        padding-left: 22.4%;
    }
    .index-subser li a em {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .index-service {
        padding-bottom: 90px;
    }
    .index-service,
    .index-product,
    .index-brand,
    .index-partner {
        padding-bottom: 80px;
    }
    .index-pronav {
        padding-top: 17px;
    }
    .prolist {
        padding-bottom: 65px;
    }
    .prolist li:hover .promask {
        -webkit-transform: translateY(0) translateX(0) scale(1);
        -ms-transform: translateY(0) translateX(0) scale(1);
        -o-transform: translateY(0) translateX(0) scale(1);
        transform: translateY(0) translateX(0) scale(1);
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
        opacity: 1;
    }
    .prolist li:hover b {
        opacity: 1
    }
    .more {
        font-size: 16px;
    }
    .more:hover {
        color: #299fdb;
    }
    .index-pronav a {
        font-size: 14px;
    }
    .prolist li:hover a>img,
    .newlist li:hover a img {
        opacity: 0.7;
        transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -o-transform: scale(1.12);
        -m-transform: scale(1.12);
        transform: scale(1.12);
    }
    .index-about {
        font-size: 16px;
        line-height: 36px;
    }
    .index-about h2 {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        padding-top: 115px;
    }
    .index-about .more {
        margin: 50px auto 0
    }
    .new {
        padding-bottom: 80px;
    }
    .new ul {
        padding-bottom: 65px;
    }
    .productbox .prolist {
        padding-bottom: 55px;
    }
    .more {
        height: 42px;
        line-height: 42px;
    }
    .detail-img .more {
        margin: 65px auto 0
    }
    .pro-title h2 {
        font-size: 24px;
        padding-bottom: 3px;
    }
    .pro-title {
        padding: 48px 30px 15px;
        line-height: 32px;
    }
    .service {
        padding-top: 72px;
    }
    .newbox {
        padding-bottom: 55px;
    }
    .newdetail {
        padding: 0 30px 50px;
    }
    .pro-title span {
        margin-right: 43px;
    }
    .new-op {
        padding: 55px 0 45px
    }
    .new-op a:nth-of-type(2) {
        margin: 40px 0 10px;
    }
    .about {
        padding-top: 163px;
    }
    .about img {
        width: auto
    }
    .aboutbox {
        padding: 0 30px 80px;
    }
    .contact {
        padding-left: 50px;
        padding-right: 50px;
    }
    .float a {
        background-position: 9px center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding-left: 50px;
        font-size: 16px;
        background-size: 30px auto;
    }
    .float a:hover {
        background-color: #299fdb;
        width: 130px;
    }
    .mapdl {
        padding-left: 150px;
    }
    .mapdl dt {
        font-size: 18px;
        width: 110px;
        height: 42px;
        line-height: 42px;
    }
    .mapdl dd a {
        font-size: 16px;
        margin-right: 45px;
        line-height: 40px;
    }
    .webmap .index-title {
        padding-bottom: 110px;
    }
    .webmap {
        padding-bottom: 100px;
    }
    .secondnav a:hover,
    .sub-foot dt a:hover {
        color: #299fdb
    }
    .zan {
        padding-top: 30px;
    }
    .zan:after {
        font-size: 30px;
    }
    .zan:before {
        font-size: 30px;
    }
    .index-title h3 {
        font-size: 30px;
        padding-bottom: 8px;
    }
    .one {
        font-size: 40px;
        left: 50%;
    }
    .bannertxt h2 {
        font-size: 34px;
    }
}

@media (min-width:1024px) {
    .next,
    .prev {
        width: 30px;
        margin-top: 45px;
    }
}

@media (min-width: 1200px) {
    .foot-contact {
        padding: 0 8.2%;
    }
    .index-subser li {
        width: 24.16%;
        margin: 0 20px;
        background-position: 16px 24px;
        float: none;
    }
    .index-title {
       
    }
    .swiper-container {
        width: 938px;
    }
    .index-partner li {
        margin-top: 30px !important;
        padding: 0 10px;
    }
    .next,
    .prev {
        width: 40px;
        margin-top: 90px;
    }
    .next {
        right: 43px;
    }
    .prev {
        left: 43px;
    }
    .newlist li {
        margin-bottom: 0;
    }
    .sub-new {
        line-height: 22px;
    }
    .sub-new h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .productbox {
        padding-bottom: 60px;
    }
    .prodetial,
    .newdetail {
        margin-top: 60px;
    }
    .prodetial {
        padding-bottom: 35px;
    }
    .newdetail {
        padding: 8px 100px 175px;
    }
    .aboutbox {
        padding: 21px 100px 120px;
        line-height: 30px;
    }
    .sub-about h2 {
        font-size: 20px;
    }
    .sub-about h3 {
        font-size: 18px;
    }
    .contact {
        padding-left: 150px;
        padding-right: 150px;
    }
    .contactul {
        border-bottom: 1px solid #c6c6c6;
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .contactul h2 {
        font-size: 20px;
        padding: 18px 0;
    }
    .contactul li {
        font-size: 16px;
        padding: 0 25px;
        margin-top: 0;
    }
    .contactul li img {
        margin: 0 auto 40px;
    }
    .contactul li span {
        font-size: 18px;
    }
    .contactmes {
        padding-bottom: 117px;
    }
    .contactmes .txtinput {
        font-size: 18px;
        padding: 10px 15px;
    }
    .contactmes li {
        margin-top: 25px;
    }
    .contactmes textarea {
        padding: 10px 15px;
        height: 300px;
    }
    .contactmes .mesbt {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        margin-top: 25px;
    }
    .contacttxt {
        font-size: 16px;
        padding-top: 98px;
    }
    .contacttxt h2 {
        font-size: 18px;
    }
}


/*响应PC区域*/

@media (min-width: 1400px) {}