@import url('iconfont/iconfont.css');

/*页面通用样式*/

html, body {
    padding: 0;
    font-size: 14px;
    font-family:'Helvetica Neue','Helvetica' ,'PingFang SC', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei UI', '黑体', '宋体', 'arial', 'sans-serif';
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    color: #222;
    background: #fff;
}

a {
    border: none;
    outline: none;
    color: #222;
    text-decoration: none;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

a:hover {
    color: #00a783;
}

img {
    border: none;
    outline: none;
}

h1, h2, h3, h4, ul, li, dl, ol, p, table, td, dd {
    padding: 0;
    margin: 0;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1720 {
    max-width: 1720px;
    margin: 0 auto;
}

.w1400 {
    max-width: 1250px;
    margin: 0 auto;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.center {
    margin: 0 auto;
}

.iln {
    display: inline;
}

.ibk {
    display: inline-block;
}

.bk {
    display: block;
}

.p_rel, .p-rel {
    position: relative;
}

.p_abs, .p-abs {
    position: absolute;
}

.none {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.cut {
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.bg-white {
    background: #fff;
}

.padding24 {
    padding: 24px;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.mg0 {
    margin: 0 !important;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgr0 {
    margin-right: 0 !important;
}

.x-red {
    color: #f00;
}

.one-t {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simsun {
    font-family: 'simsun', '宋体';
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.grey {
    -webkit-filter: grayscale(100%) contrast(0.9);
    -moz-filter: grayscale(100%) contrast(0.9);
    -ms-filter: grayscale(100%) contrast(0.9);
    -o-filter: grayscale(100%) contrast(0.9);
    filter: grayscale(100%) contrast(0.9);
    filter: gray;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

input.layui-upload-file {
    display: none;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate-reverse {
    0% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}



/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/* Float */

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* Shrink */

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


/* Glow */

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}


/* Shadow */

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}


/* Float Shadow */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

@font-face {
    font-family: "DINAlternate";
    src: url('font/DIN-Alternate-Bold.eot');
    src: url('font/DIN-Alternate-Bold.eot?t=1608382346229#iefix') format('embedded-opentype'), url('font/DIN-Alternate-Bold.woff2') format('woff2'), url('font/DIN-Alternate-Bold.woff') format('woff'), url('font/DIN-Alternate-Bold.ttf') format('truetype'), url('font/DIN-Alternate-Bold.svg') format('svg');
}

@font-face {
    font-family: "DINCondensed";
    src: url('font/DIN-Condensed-Bold.eot');
    src: url('font/DIN-Condensed-Bold.eot?t=1608382346229#iefix') format('embedded-opentype'), url('font/DIN-Condensed-Bold.woff2') format('woff2'), url('font/DIN-Condensed-Bold.woff') format('woff'), url('font/DIN-Condensed-Bold.ttf') format('truetype'), url('font/DIN-Condensed-Bold.svg') format('svg');
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("font/Montserrat-Regular.woff2") format("woff2"), url("font/Montserrat-Regular.woff") format("woff"), url("font/Montserrat-Regular.ttf") format("truetype"), url("font/Montserrat-Regular.eot") format("embedded-opentype"), url("font/Montserrat-Regular.svg") format("svg");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("font/Montserrat-Medium.woff2") format("woff2"), url("font/Montserrat-Medium.woff") format("woff"), url("font/Montserrat-Medium.ttf") format("truetype"), url("font/Montserrat-Medium.eot") format("embedded-opentype"), url("font/Montserrat-Medium.svg") format("svg");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("font/Montserrat-Light.woff2") format("woff2"), url("font/Montserrat-Light.woff") format("woff"), url("font/Montserrat-Light.ttf") format("truetype"), url("font/Montserrat-Light.eot") format("embedded-opentype"), url("font/Montserrat-Light.svg") format("svg");
}

header.header {
    padding: 25px 60px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    /*overflow: hidden;*/
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
header.header:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    z-index: 0;
    position:absolute;
    left:0;
    top:0;
    opacity: 0;
    background: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
header.header a.logo {
    display: block;
    width: 200px;
	height:38px;
    overflow: hidden;
    margin-top: -2px;
    position:relative;
    z-index: 1;
}

header.header a.logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

header.header a.logo img.normal, header.header.fixed a.logo img.white {
    display: none;
}

header.header a.toggleMenu {
    display: none;
    position:relative;
    z-index: 1;
}

nav.nav {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
nav.nav > a:hover,nav.nav > span a:hover{font-weight:bold;}
nav.nav > a, nav.nav > span, nav.nav > span a {
    display: block;
    color: inherit;
	font-family:"Microsoft YaHei";
    position: relative;
    float: left;
    margin-left: 67px;
    height: 30px;
    line-height: 30px;
}

nav.nav > span a {
    margin-left: 0;
    float: none;
}

nav.nav > span label {
    display: none;
    position: absolute;
    top: 100%;
}

nav.nav > span label a {
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav.nav > span:hover label {
    display: block;
    width: calc(100% + 20px);
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
    left: -10px;
}

nav.nav a.search span {
    display: none;
}

nav.nav a.search i.iconfont {
    font-size: 26px;
}

nav.nav a.on, nav.nav a:hover {
    color: #00a783 !important;
}

nav.nav a.on:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #00a783;
    position: absolute;
    left: 0;
    top: -25px;
}
header.header.fixed{
    padding-top: 26px;
    padding-bottom: 26px;
}
header.header.fixed:before {
    background: #fff;
    opacity: 1;
}

header.header.fixed a.logo img.normal {
    display: block;
}

header.header.fixed nav.nav a {
    color: #222;
}

header.header.fixed nav.nav > span label {
    background: #fff;
}

h3.pro-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

h3.pro-title a {
    color: inherit;
}

h3.pro-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #00a783;
    margin-top: 18px;
}

h3.pro-title.tc:after {
    margin-left: auto;
    margin-right: auto;
}

h3.pro-title.white {
    color: #fff;
}

h3.pro-title.white:after {
    background: #fff;
}

.pro-more {
    font-family: 'DINAlternate';
    display: block;
    width: 170px;
    height: 55px;
    line-height: 55px;
    background: #00a783;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 36px;
    border-radius: 0 12px 0 12px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.pro-more:hover {
    color: #fff;
}

.pro-more.white {
    background: #fff;
    color: #222;
}
.pro-more.white:hover{
    background: #00a783;
    color: #fff;
}

.pro-more.tc {
    margin-left: auto;
    margin-right: auto;
}

footer.footer {
    padding: 50px 0;
    color: #fff;
    overflow: hidden;
    background: #353535 url('../images/bg_footer.jpg') no-repeat center bottom / cover;
}

footer.footer div.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

footer.footer div.top {
    padding: 45px 50px 50px 50px;
    color: #fff;
    border-bottom: 1px solid #28363b;
}

footer.footer div.top a {
    color: inherit;
}

footer.footer nav.footer-nav {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    float: left;
}

footer.footer nav.footer-nav a {
    padding-right: 28px;
    margin-right: 28px;
    position: relative;
}

footer.footer nav.footer-nav a:after {
    content: '';
    display: block;
    width: 2px;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    right: -1px;
    top: 6px;
    height: 14px;
}

footer.footer nav.footer-nav a:last-child:after {
    display: none;
}

footer.footer div.contact {
    float: right;
}

footer.footer div.contact div.item {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

footer.footer div.contact a {
    display: table;
    font-size: 32px;
    font-family: 'DINCondensed';
}

footer.footer div.contact a > span {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

footer.footer div.contact i.iconfont {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    float: left;
}

footer.footer div.contact a.tel {
    margin-right: 30px;
}

footer.footer div.contact a.tel i.iconfont {
    margin-right: 15px;
}

footer.footer div.contact a span.qrcode {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    width: 240px;
    height: 280px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: -140px 0 0 -120px;
    z-index: 99;
}

footer.footer div.contact a span.qrcode img {
    display: block;
    margin: 10px;
    width: 220px;
    height: 220px;
}

footer.footer div.contact a span.qrcode b {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    font-weight: normal;
}

footer.footer div.bottom {
    padding: 50px 0 15px;
    color: rgba(255, 255, 255, 0.25);
    opacity: ;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

footer.footer div.bottom a {
    color: inherit;
}

footer.footer div.bottom a:hover {
    color: #fff;
}

body > div.pop-masker {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 98;
}

a.gotop {
    width: 62px;
    height: 71px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAABHCAMAAABoMgR/AAAAA3NCSVQICAjb4U/gAAAAclBMVEX///8AAACQkJBtbW1mZmYrKysiIiISEhIJCQkAAACAgIB6enrMzMy+vr7b29vJycnHx8e+vr7j4+Po6Ojb29vt7e3l5eXj4+Px8fHt7e3r6+v19fX5+fn39/f19fXx8fH7+/v////7+/v////7+/v///+IWMzSAAAAJnRSTlMAESIiIiIiIiIiMzNERFVVVVVmd3eIiIiZmZmqu7u7u8zd3e7u/7Nfs/0AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABT0lEQVRYhe3Y3XaCMAwAYGCbs3NDZatTB4q4vP8r2hYUhFryczzemBulxy9NwYuEKLpjxErFfGy08bwENeYmuGCXQIKpCeKBppzAg/EF3MC4BAE8nsB3aPwtGMWhAlD4VgI09iUYP3TPx+yt+wUwcJuAiZsEAm39HflkB78CvgWABZvPjYb/GZN/HC2HYsri7wXUsWLxFZzji8GXFw3VK5m/VC2HHZnvoRs/VF5d8Q2VT9+6QS4eF0/eDX1+WEplOcBBJ2bRLZSaxP/qz+NnwwEG3lu8tlurb7NflprvpeVaJTkcCNz8OqkvUsebZSwHWNuLxNJm95LNXWTs4k3kAx3iWe/W+SLArx8cnau0aP82BI6PJ38cF/Y20s5K3NeJu0ppTyvuqNEJQvOAaJoYL0A0DIlGMfwcKJoifQWIhmDOBC6a3yPh2wOXQPLuAhEnTRqGSj68oukAAAAASUVORK5CYII=') no-repeat center;
    background-size: cover;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 51;
    cursor: pointer;
    display: none;
}

section.sub-banner {
    height: 700px;
    background: #353535 no-repeat center / cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}

section.sub-banner div.wrapper {
    height: 100%;
    width: 100%;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.sub-banner div.wrapper h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    text-transform: uppercase;
}

section.sub-banner div.wrapper h3 label, section.sub-banner div.wrapper h3 small, section.sub-banner div.wrapper h3 span {
    display: block;
	font-family:"Microsoft YaHei";
	font-weight: bold;
}
section.sub-banner div.wrapper h3 label{ font-weight:normal;font-size: 35px;}
section.sub-banner div.wrapper h3 small {
    font-family: 'Montserrat-Medium';
}

section.sub-channel {
    height: 100px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 10px #e9e9e9;
    box-shadow: 0 10px 10px #e9e9e9;
    background: #fff;
}

section.sub-channel div.sub-nav h3 {
    font-weight: normal;
    font-size: 18px;
    float: left;
    padding: 0 58px 0 52px;
    position: relative;
}

section.sub-channel div.sub-nav h3:before {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

section.sub-channel div.sub-nav h3:first-child {
    padding-left: 0;
}

section.sub-channel div.sub-nav h3:first-child:before {
    display: none;
}

section.sub-channel div.sub-nav h3:hover a, section.sub-channel div.sub-nav h3.on a {
    color: #00a783;
    font-weight: bold;
}

section.sub-channel div.sub-nav p {
    font-size: 16px;
}

section.sub-channel a.home {
    color: #000;
    opacity: 0.4;
    font-size: 16px;
}

section.sub-channel a.home:hover {
    color: #00a783;
    opacity: 1;
}

section.sub-channel span.line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #00a783;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

section.container {
    margin: 90px auto;
}

section.container div.container-body p {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 32px;
}

section.container div.container-body * {
    max-width: 100% !important;
}

div.pages {
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
    line-height: 60px;
}

div.pages > span, div.pages > ul {
    display: inline-block;
    margin: 0px 2px;
    overflow: hidden;
}

div.pages > ul li {
    float: left;
}

div.pages > ul li.pagenumact, div.pages a {
    display: inline-block;
    font-size: 26px;
    color: #000;
    margin: 0px 2px;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
    text-align: center;
}

div.pages > span a {
    width: 58px;
    height: 58px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'simsun', '宋体';
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 12px 0 12px;
    padding: 0;
    margin-left: 40px;
}

div.pages span.page-prev {
    margin-right: 40px;
    margin-left: 0;
}

div.pages span.page-next a, div.pages span.page-prev a:hover {
    color: #fff;
    background: #00a783;
    border-color: #00a783;
}

div.pages > ul li.pagenumact, div.pages a:hover, div.pages a.on {
    color: #00a783;
}

@media screen and (max-width:1720px) {}

@media screen and (max-width:1600px) {
    footer.footer div.wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1500px){
	section.sub-banner{height:558px;}
    section.sub-banner div.wrapper h3{
        padding: 0 60px;
    }
    .w1400 {
        max-width: 1200px;
    }
}

@media screen and (max-width:1400px) {
	
    .w1400 {
        max-width: 1200px;
    }
    section.sub-banner div.wrapper h3{
        padding: 0 45px;
    }
    section.sub-banner div.wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*section.sub-channel div.wrapper, section.container div.container-body {
        margin-left: 15px;
        margin-right: 15px;
    }*/
}

@media screen and (max-width:1279px) {
	section.sub-banner{height:500px;}
    header.header {
        padding-right: 30px;
        padding-left: 30px;
    }
    nav.nav a,nav.nav > span {
        margin-left: 30px;
    }
    nav.nav a.on:before {
        
    }
}

@media screen and (max-width:1199px) {

	footer.footer div.top{padding: 25px 30px 30px 30px;}
	footer.footer{padding:30px 0;}
    .w1400{
        margin-left: 15px;
        margin-right: 15px;
    }
    h3.pro-title {
        font-size: 30px;
        line-height: 30px;
    }
    .pro-more {
        width: 120px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    footer.footer nav.footer-nav a {
        margin-right: 18px;
        padding-right: 18px;
    }
    section.sub-banner {
        height: 450px;
    }
    section.sub-channel div.sub-nav h3 {
        padding: 0 30px;
    }
    div.pages {
        line-height: 40px;
    }
    div.pages > ul li.pagenumact, div.pages a {
        font-size: 20px;
    }
    div.pages span.page-prev a,
    div.pages span.page-next a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-left: 20px;
        border-radius: 0 6px 0 6px;
        margin-right: 20px;
    }
    div.pages span.page-prev{
        margin:0;
    }
}

@media screen and (max-width:991px) {
    header.header {
        padding: 15px 30px;
        overflow: initial;
    }
    header.header.on {
        background: #fff;
    }
    header.header.on a.logo img.white {
        display: none;
    }
    header.header.on a.logo img.normal {
        display: block;
    }
    nav.nav {
        display: none;
        position: absolute;
        background: #fff;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 15px 0;
        border-radius: 0 0 10px 10px;
        border-top: 1px solid #e2e2e2;
    }
    nav.nav > a, nav.nav > span, nav.nav > span a {
        float: none;
        margin: 0;
        text-align: center;
        line-height: 42px;
        height: auto;
        margin-bottom: 10px;
    }
    nav.nav > span label {
        display: block;
        position: static;
        margin-top: -6px;
    }
    nav.nav a.on:before {
        position: static;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-right: 10px;
        vertical-align: middle;
    }
    nav.nav a.search span {
        display: inline-block;
    }
    nav.nav a.search i.iconfont {
        font-size: 24px;
        vertical-align: bottom;
    }
    header.header a.toggleMenu {
        display: block;
        width: 32px;
        height: 32px;
        float: right;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 5px;
        position: relative;
    }
    header.header a.toggleMenu span {
        display: block;
        height: 2px;
        width: 26px;
        margin: 0 auto 8px;
        background: #fff;
    }
    header.header.fixed a.toggleMenu span {
        background: #353535;
    }
    header.header.on a.toggleMenu span {
        background: #353535;
        position: absolute;
        display: none;
        top: 15px;
        left: 5px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    header.header.on a.toggleMenu span:first-child {
        display: block;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header.header.on a.toggleMenu span:last-child {
        display: block;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header.header.on nav.nav {
        display: block;
        padding: 5% 0 10% 0;
        border-radius: 0 0 12px 12px;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    }
    nav.nav > span label a {
        margin: 2px 0 !important;
        font-weight: normal;
        font-size: 12px;
    }
    header.header.on nav.nav a {
        color: #222;
        line-height: 38px;
        font-weight: bold;
    }
    header.header.on nav.nav a.search {
        position: absolute;
        top: -49px;
        right: 65px;
    }
    .pro-more {
        margin-top: 30px;
    }
    footer.footer {
        padding: 10px 0;
    }
    footer.footer div.top {
        padding: 20px 0;
    }
    footer.footer nav.footer-nav {
        height: auto;
        float: none;
        font-size: 15px;
        text-align: center;
    }
    footer.footer nav.footer-nav a {
        margin-right: 18px;
        padding-right: 18px;
        float: none;
        display: inline-block;
    }
    footer.footer div.contact {
        float: none;
        margin-top: 30px;
        text-align: center;
    }
    footer.footer div.contact div.item {
        display: inline-block;
        float: none;
    }
    footer.footer div.contact a {
        font-size: 30px;
    }
    footer.footer div.bottom {
        padding-top: 20px;
        line-height: 22px;
        font-size: 12px;
    }
    section.sub-banner {
        height: 360px;
    }
    section.sub-banner div.wrapper {
        margin: 0 auto;
    }
    section.sub-banner div.wrapper h3 {
        font-size: 32px;
        text-align: center;
    }
    section.sub-channel div.sub-nav h3 {
        padding: 0 10px;
    }
    a.gotop {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media screen and (max-width: 767px) {
	section.sub-channel div.sub-nav h3{ padding:15px 10px; font-size:15px;}
    h3.pro-title {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }
    h3.pro-title:after{
        margin-left: auto;
        margin-right: auto;
    }
    .pro-more {
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        margin-top: 20px;
    }
    footer.footer div.contact a > span {
        line-height: 39px;
    }
    section.sub-banner {
        height: 280px;
    }
    section.sub-banner div.wrapper h3 {
        font-size: 24px;
    }
    section.sub-channel {
        height: auto;
        line-height: 60px;
    }
    section.sub-channel a.home, section.sub-channel span.line {
        display: none;
    }
    section.sub-channel div.wrapper {
       overflow-x: auto;
       overflow-y: hidden;
    }
    section.sub-channel div.sub-nav {
        float: none;
        white-space: nowrap;
    }
    section.sub-channel div.sub-nav h3{
        float: none;
        display:inline-block;
    }
    section.container {
        margin: 60px auto;
    }
    a.gotop {
        right: 0;
        bottom: 10px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media screen and (max-width:479px) {
	nav.nav > span label{position: static;
    margin-top: -6px;
    display: none !important;}
	header.header.on nav.nav{padding: 10% 0 15% 0;}
	header.header.fixed{padding-top:10px; padding-bottom:10px;}
    header.header {
        padding: 10px 20px;
    }
    header.header a.logo {
		height:28px;
		margin-top:2px;
    }
    header.header a.toggleMenu span {
        width: 24px;
        margin-bottom: 6px;
    }
    nav.nav {
        font-size: 16px;
    }
    nav.nav a {
        line-height: 32px;
        margin-bottom: 5px;
    }
    header.header.on nav.nav a.search {
        position: absolute;
        top: -44px;
        right: 65px;
    }
    h3.pro-title:after {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .pro-more {
        width: 140px;
        height: 38px;
        line-height: 38px;
        font-size: 15px;
        margin-top: 15px;
        border-radius: 0 6px 0 6px;
    }
    footer.footer div.contact a.tel {
        margin-right: 15px;
    }
    footer.footer div.contact a.tel i.iconfont {
        margin-right: 8px;
        vertical-align: middle;
    }
    section.sub-banner {
        height: 240px;
    }
    section.sub-channel {
        line-height: 32px;
        padding: 0 0;
    }
    section.container {
        margin: 45px auto;
    }
    section.container div.container-body p {
        font-size: 16px;
        line-height: 28px;
    }
    div.pages {
        margin-top: 20px;
    }
}