@charset "utf-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.trans {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.trans2 {
    -webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
    transition: all .4s cubic-bezier(1, 0, 0, 1)
}

@-webkit-keyframes down_arrow {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes down_arrow {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.anim-down-arrow {
    -webkit-animation: down_arrow 1.5s infinite;
    animation: down_arrow 1.5s infinite
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    body {
        font-size: 12px
    }
}

::-moz-selection {
    color: #fff;
    background: #8ac650
}

::selection {
    color: #fff;
    background: #8ac650
}

footer,
header,
section {
    position: relative
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0
}

.no-touch a.link:hover {
    color: #8ac650
}

ol,
ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

li {
    position: relative
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.zh-CN .en {
    display: none
}

.en-US .cn {
    display: none
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.centerbox {
    display: table
}

.centerbox .centerbox-cont {
    display: table-cell;
    vertical-align: middle
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: novecento_normal, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    margin: 0
}

.h1.cn,
.h2.cn,
.h3.cn,
.h4.cn,
.h5.cn,
.h6.cn,
h1.cn,
h2.cn,
h3.cn,
h4.cn,
h5.cn,
h6.cn {
    line-height: 1.4
}

.h1.serif,
.h2.serif,
.h3.serif,
.h4.serif,
.h5.serif,
.h6.serif,
h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif {
    font-family: Georgia, "Times New Roman", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    color: #000
}

.h1,
h1 {
    text-transform: uppercase
}

.h1,
h1 {
    font-size: 64px
}

.h2,
h2 {
    font-size: 48px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 26px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 14px
}

@media (max-width:979px) {

    .h1,
    h1 {
        font-size: 48px
    }

    .h2,
    h2 {
        font-size: 36px
    }

    .h3,
    h3 {
        font-size: 28px
    }

    .h4,
    h4 {
        font-size: 18px
    }

    .h5,
    h5 {
        font-size: 17px
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 26px
    }

    .h3,
    h3 {
        font-size: 22px
    }

    .h4,
    h4 {
        font-size: 18px
    }

    .h5,
    h5 {
        font-size: 14px
    }

    .h6,
    h6 {
        font-size: 12px
    }
}

.big {
    font-size: 120%
}

.small,
small {
    font-size: 80%
}

.fs0 {
    font-size: 0
}

span {
    display: inline-block
}

.bold {
    font-family: novecento_bold, "CenturyGothic", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-weight: 400
}

.light {
    font-family: novecento_light, "CenturyGothic", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-weight: 300
}

.lhxs {
    line-height: 1
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.lowercase {
    text-transform: lowercase
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    cursor: default
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p,
a span,
button h1,
button h2,
button h3,
button h4,
button h5,
button h6,
button p,
button span {
    cursor: pointer
}

.oneline-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul.list-text {
    text-align: left;
    list-style: disc
}

ul.list-text li {
    margin-left: 18px
}

.c-white,
.c-white h1,
.c-white h2,
.c-white h3,
.c-white h4,
.c-white h5,
.c-white h6,
.c-white p,
.c-white span {
    color: #fff
}

.c-gray {
    color: #999
}

.c-dark {
    color: #333
}

.c-brand {
    color: #8ac650
}

.bgc-white {
    background-color: #fff
}

.bgc-body {
    background-color: #f0f0f0
}

.bgc-brand {
    background-color: #8ac650
}

.bgc-black {
    background-color: #000
}

.dark_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity=20)
}

.p-rel {
    position: relative
}

.p-abs {
    position: absolute
}

.p-fix {
    position: fixed
}

.top {
    top: 0
}

.btm {
    bottom: 0
}

.lt {
    left: 0
}

.rt {
    right: 0
}

.inlineblock {
    display: inline-block
}

ul.inline-list li {
    position: relative;
    display: inline-block
}

.ofhide {
    overflow: hidden
}

.zindex-top {
    z-index: 10
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.centerh {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.centerv {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.full {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fullw {
    width: 100%;
    height: auto
}

.fullh {
    height: 100%
}

.img-res {
    display: block;
    max-width: 100%;
    height: auto
}

.halfw {
    width: 50%
}

@media (max-width:767px) and (orientation:portrait) {
    .phone-v-full {
        width: 100%;
        height: 100%
    }

    .phone-v-fullw {
        width: 100%
    }

    .phone-v-fullw.container,
    .phone-v-fullw.wrap {
        padding-left: 0;
        padding-right: 0
    }

    .phone-v-fullh {
        height: 100%
    }
}

.wrap {
    padding: 40px
}

@media (max-width:979px) {
    .wrap {
        padding: 30px
    }
}

@media (max-width:767px) {
    .wrap {
        padding: 20px
    }
}

@media (min-width:1600px) {
    .wrap {
        padding: 80px
    }
}

.wrap-s {
    padding: 20px
}

@media (max-width:767px) {
    .wrap-s {
        padding: 15px
    }
}

.headFirst {
    border-bottom: none;
}

.headFixed {
    height: 100px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.headFixed .mtH-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.headFixed .mt-logo img {
    height: 100px;
}

.headFixed .nav_z {
    top: 51px;
    background: none;
}

.headFixed #navul li {
    border-right: 0 none;
}

.headFixed .mt-info {
    display: none;
}

.mtH-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.mt-logo {
    width: 173px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
}

.mt-logo img {
    height: 150px;
}

.mt-topbar {
    position: absolute;
    right: 0;
    top: 2px;
    width: 405px;
    height: 35px;
    background: #16a1dc;
}

.mt-topbar span {
    display: block;
    float: left;
}

.mt-topbar .tb15 a {
    background: url(../images/mt-topbar-img05.png) no-repeat scroll 0 0;
    height: 24px;
    width: 24px;
    display: block;
    margin: 5px 0 0 13px;
}

.mt-topbar .tb10 a {
    background: url(../images/mt-topbar-img00.png) no-repeat scroll 0 0;
    height: 24px;
    width: 24px;
    display: block;
    margin: 5px 0 0 6px;
}

.mt-topbar .tb11 a {
    background: url(../images/mt-topbar-img01.png) no-repeat scroll 0 0;
    height: 24px;
    width: 24px;
    display: block;
    margin: 5px 0 0 6px;
}

.mt-topbar .tb12 {
    background: url(../images/mt-topbar-img02.png) no-repeat scroll 0 0;
    height: 24px;
    width: 24px;
    display: block;
    margin: 5px 0 0 6px;
    position: relative;
    cursor: pointer;
}

.mt-topbar .tb12 .tb12_wb {
    display: none;
}

.mt-topbar .tb12:hover .tb12_wb {
    display: block;
    width: 120px;
    height: 127px;
    position: absolute;
    top: 30px;
    left: -50px;
    z-index: 1000;
}

.mt-topbar .tb16 a {
    height: 24px;
    width: 40px;
    display: block;
    margin: 5px 0 0 13px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    color: #fff;
}

.mt-topbar .tb13 {
    line-height: 26px;
    margin: 5px 0 0 10px;
    display: block;
}

.mt-topbar .tb13 a {
    background: url(../images/mt-topbar-img03.png) no-repeat scroll 0 0;
    height: 24px;
    display: inline-block;
    padding-left: 26px;
    color: #fff;
}

.mt-topbar .top_search {
    margin: 5px 0 0 12px;
    height: 24px;
    border-left: 1px solid #ccc;
    padding-left: 8px;
    cursor: pointer;
}

.mt-topbar .tb14 a {
    line-height: 24px;
    display: block;
    margin: 5px 0 0 8px;
    color: #fff;
}

.mt-topbar .search_box {
    background: #fff;
    width: 350px;
    padding: 2px 5px;
    height: 30px;
    top: 35px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

.mt-topbar .search_box .search_input {
    height: 24px;
    border: 1px solid #ccc;
    width: 280px;
    line-height: 24px;
    padding: 0 10px;
    float: left;
    color: #666;
}

.mt-topbar .search_box a {
    float: left;
    display: block;
    width: 58px;
    height: 24px;
    line-height: 24px;
    background: #16a1dc;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.mt-info {
    position: absolute;
    left: 280px;
    top: 20px;
}

.mt-info .p1 {
    font-size: 26px;
    color: #333;
    line-height: 30px;
}

.mt-info .p2 {
    font-size: 20px;
    color: #666;
    font-weight: 300;
}

.nav_z {
    height: 50px;
    z-index: 999;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    left: 280px;
    top: 100px;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}

#navul li {
    float: left;
    width: 131px;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #eee;
}

#navul li a:link,
#navul li a:visited {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
}

#navul li .cur {
    border-bottom: 4px solid #16a1dc;
    color: #16a1dc;
    height: 50px;
}

#navul li ul {
    display: none;
    position: absolute;
    z-index: 999;
}

#navul li ul li {
    display: block;
    width: 131px;
    float: none;
    height: 38px;
    position: relative;
    line-height: 38px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 1px;
}

#navul li.navmoon {
    background: #16a1dc;
    width: 131px;
    height: 50px;
    line-height: 50px;
}

#navul li.navmoon a {
    color: #fff;
}

#navul li.navhome a:hover {
    color: #fff;
}

#navul li.navmoon ul {
    display: block;
}

#navul li.navmoon ul a {
    display: block;
    width: 131px;
    height: 38px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

#navul li.navmoon ul a:hover {
    color: #16a1dc;
    background: #FFF;
}

.mt-menu {
    position: absolute;
    height: 50px;
    left: 240px;
    top: 70px;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}

.mt-menu ul li {
    float: left;
    line-height: 50px;
    width: 131px;
    text-align: center;
    border-right: 1px solid #eee;
}

.mt-menu ul li a {
    display: inline-block;
    width: 131px;
}

.mt-menu .cur {
    border-bottom: 4px solid #16a1dc;
    color: #16a1dc;
    height: 47px;
}

.navM {
    display: none;
}

.navL {
    display: none;
}

.in-banner {
    background: url(../images/banner00.jpg) no-repeat scroll top center / cover;
    height: 710px;
    width: 100%;
}

.in-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.in-title,
.in-title-w {
    text-align: center;
    margin: 60px auto;
}

.in-title .en,
.in-title-w .en {
    font-size: 36px;
    color: #666;
    line-height: 40px;
}

.in-title .ch,
.in-title-w .ch {
    font-size: 48px;
    color: #333;
    font-weight: 300;
    line-height: 70px;
}

.in-title-w .en {
    color: #ccc;
}

.in-title-w .ch {
    color: #fff;
}

.in-title .tx {
    margin-top: 10px;
}

.in-title-w .tx {
    color: #fff;
    margin-top: 10px;
}

.in-inner {
    width: 1200px;
    margin: 0 auto;
}

.in-a-list {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}

.in-a-list li {
    width: 380px;
    margin: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.in-a-list li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.in-a-list li img {
    width: 100%;
}

.in-a-list li .title {
    height: 90px;
    position: relative;
    margin: 50px 0 20px;
}

.in-a-list li .title .t1 {
    font-size: 90px;
    color: #f6f6f6;
    text-transform: uppercase;
    height: 90px;
    line-height: 90px;
    font-weight: 600;
}

.in-a-list li .title .t2 {
    font-size: 20px;
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0;
}

.in-a-list li .text {
    font-size: 16px;
    padding: 0 20px;
    text-align: left;
}

.in-major-top {
    background: url(../images/in-major-bg.jpg) no-repeat scroll top center / cover;
    height: 800px;
    overflow: hidden;
}

.imt-pic {
    float: left;
    width: 430px;
}

.imt-pic img {
    width: 100%;
}

.imt-txt {
    float: right;
    width: 650px;
}

.imt-tit {
    margin-top: 40px;
}

.imt-tit .ch {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
}

.imt-tit .en {
    font-size: 20px;
}

.imt-c1 {
    font-size: 16px;
    margin: 50px 0;
    text-indent: 2em;
}

.imt-c2 {
    font-size: 16px;
    color: #666;
}

.imt-btn {
    margin-top: 50px;
}

.imt-btn a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #16a1dc;
}

.in-major-bot {
    height: 260px;
    width: 100%;
    background: #16a1dc;
}

.imb-list li {
    width: 30%;
    float: left;
    background: url(../images/imb-png.png) no-repeat scroll left bottom;
    padding: 40px 0;
}

.imb-p1 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    vertical-align: text-bottom;
    line-height: 1.1;
}

.imb-p1 span {
    font-size: 32px;
    font-weight: 400;
    padding-left: 10px;
}

.imb-p2 {
    font-size: 20px;
    color: #fff;
}

.imb-p3 {
    font-size: 24px;
    color: #57c5f3;
    font-weight: 300;
}

.imb-40 {
    width: 40% !important;
}

.in-culture-box {
    background: #212121;
    position: relative;
    height: 670px;
}

.in-culture-box .inc-pic {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    background-image: url(../images/in-culture-bg.jpg);
    background-size: 100% 100% / cover;
    height: 100%;
}

.a3-menu-box {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
    background: #212121 url(../images/cultureBg.png) no-repeat scroll 75% bottom;
    height: 670px;
    position: relative;
}

.a3-menu-box .a3tabs-content {
    width: 100%;
    height: 670px;
    position: absolute;
    left: 0;
    top: 0;
}

.a3-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 180px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 201;
}

.a3-menu ul {
    list-style: none;
    width: 1200px;
    margin: 0 auto;
    z-index: 20;
    position: relative;
}

.a3-menu li {
    width: 200px;
    height: 180px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    overflow: hidden;
    float: left;
}

.a3-menu li span {
    display: block;
    text-align: center;
}

.a3-menu li em {
    font-style: normal;
    color: #828282;
    text-transform: uppercase;
    font-size: 16px;
}

.a3-menu li i {
    width: 42px;
    height: 42px;
    margin: 30px auto 0;
    padding-bottom: 20px;
    display: inline-block;
}

.a3-tabs01 {
    background: url(../images/a3-tabsIcon01.png) no-repeat scroll left center;
}

.a3-tabs02 {
    background: url(../images/a3-tabsIcon02.png) no-repeat scroll left center;
}

.a3-tabs03 {
    background: url(../images/a3-tabsIcon03.png) no-repeat scroll left center;
}

.a3-tabs04 {
    background: url(../images/a3-tabsIcon04.png) no-repeat scroll left center;
}

.a3-tabs05 {
    background: url(../images/a3-tabsIcon05.png) no-repeat scroll left center;
}

.a3-tabs06 {
    background: url(../images/a3-tabsIcon06.png) no-repeat scroll left center;
}

.a3-line {
    height: 2px;
    width: 1200px;
    margin: 0 auto;
    background: url(../images/a2-tabsBg2.jpg) repeat-x scroll 0 0;
}

.current3 span {
    color: #16a1dc;
    display: block;
}

.a3-tabs-box {
    height: 670px;
}

.a3-tabs-box .a3-left {
    width: 50%;
    float: left;
    background-size: 100% 100% / cover;
    height: 670px;
}

.a3-tabs-box .a3-left img {
    width: 100%;
    height: 100%;
}

.a3-tabs-box .a3-right {
    float: left;
    width: 50%;
}

.a3-tabs-box .pic {
    width: 165px;
    margin: 100px auto 0;
}

.a3-tabs-box .pic img {
    display: block;
    width: 100%;
}

.a3-tabs-box .txt {
    text-align: center;
}

.a3-tabs-box .txt .p1 {
    font-size: 30px;
    margin: 20px 0 10px;
    color: #fff;
}

.a3-tabs-box .txt .p2 {
    font-size: 15px;
    margin: 20px 0 10px;
    color: #ccc;
}

.a1-menu ul {
    text-align: center;
    font-size: 0;
}

.a1-menu li {
    width: 33.33%;
    float: left;
}

.a1-menu li em {
    font-style: normal;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.a1-menu li span {
    width: 30px;
    margin-top: 25px;
    opacity: 0;
}

.a1-menu .a1-tabs01,
.a1-menu .a1-tabs02,
.a1-menu .a1-tabs03 {
    width: 116px;
    height: 116px;
    background: url(../images/a1-tabsIcon01.png) no-repeat scroll 100% 100% / cover;
    display: block;
    margin: 0 auto;
}

.a1-menu .a1-tabs02 {
    background: url(../images/a1-tabsIcon02.png);
}

.a1-menu .a1-tabs03 {
    background: url(../images/a1-tabsIcon03.png);
}

.current1 .a1-tabs01 {
    background: url(../images/a1-tabsIcon01H.png);
}

.current1 .a1-tabs02 {
    background: url(../images/a1-tabsIcon02H.png);
}

.current1 .a1-tabs03 {
    background: url(../images/a1-tabsIcon03H.png);
}

.current1 em {
    color: #16a1dc;
}

.current1 span {
    opacity: 1 !important;
}

.a1-tabs-box {
    background: #f5f5f5;
    padding: 40px;
    overflow: hidden;
    margin-bottom: 60px;
}

.a1-tabs-box .p1 {
    font-size: 22px;
}

.a1-tabs-box .p2 {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.a1-tabs-box .pic {}

.a1-tabs-box .pic li {
    float: left;
    width: 360px;
    margin-right: 20px;
}

.a1-tabs-box .pic li:nth-child(3) {
    margin-right: 0;
}

.a1-tabs-box .pic li img {
    display: block;
    width: 100%;
}

.a1-tabs-box .p3 {
    margin-top: 20px;
    height: 55px;
    line-height: 55px;
}

.a1-tabs-box .p3 .p3l {
    float: left;
    width: 220px;
    background: #4cc2ea;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.a1-tabs-box .p3 .p3r {
    float: left;
    width: 900px;
    background: #fff;
    font-size: 16px;
    padding-left: 50px;
}

.a2-menu-box {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    margin-top: 30px;
}

.a2-menu {
    border-bottom: 1px solid #dcdcdc;
}

.a2-menu li {
    float: left;
    line-height: 40px;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
}

.a2-menu li em {
    font-style: normal;
}

.a2-menu li span {
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 26px;
    height: 12px;
    margin-left: -13px;
    display: block;
    background: url(../images/a2-tabsIcon-arr.png) no-repeat;
    opacity: 0;
}

.a2-menu li.current2 {
    background: #4cc2ea;
    color: #fff;
}

.current2 span {
    opacity: 1 !important;
}

.a2tabs-content {
    padding: 25px 20px 20px;
    overflow: hidden;
}

.a2-tabs-box li {
    margin-bottom: 10px;
}

.a2-tabs-box li a {
    display: block;
    line-height: 50px;
    border-left: 5px solid #cdcdcd;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #666;
    text-indent: 15px;
    font-size: 16px;
}

.a2-tabs-box li a:hover {
    border-left: 5px solid #4cc2ea;
    border-top: 2px solid #cdcdcd;
    border-bottom: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    background: #eeeeee;
    color: #333;
}

.product-slider {
    width: 380px;
    margin: 15px 7px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.product-slider:hover .sliderBg {
    display: none;
}

.product-slider:hover .sliderZ {
    display: block;
}

.sliderBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    height: 100%;
}

.sliderBg .txt {
    position: absolute;
    width: 100%;
    top: 200px;
}

.sliderBg .txt .cn {
    font-size: 26px;
    color: #fff;
    margin: 0;
}

.sliderBg .txt .en {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.sliderZ {
    z-index: 10;
    height: 90px;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: none;
}

.sliderZ .txt {
    text-align: left;
    padding: 8px 0 0 30px;
}

.sliderZ .txt .cn {
    font-size: 26px;
    color: #fff;
    margin: 0;
}

.sliderZ .txt .en {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.sliderZ .more {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 18px;
}

.sliderZ .more a {
    color: #fff;
}

.in-honor {
    background: url(../images/in-honorbg.jpg) no-repeat scroll center top / cover;
    height: 760px;
    overflow: hidden;
}

.scroll_horizontal {
    position: relative;
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    padding-top: 30px;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1100px;
    height: 380px;
    margin: 0 auto 0;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 275px;
    padding: 0 10px 20px;
    font-size: 12px;
    overflow: hidden;
}

.scroll_horizontal .list li img {
    display: block;
    width: 255px;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 67px;
    height: 67px;
    background-image: url(../images/arrow02.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
}

.scroll_horizontal .prev {
    left: 5px;
    background-position: 0 0;
}

.scroll_horizontal .next {
    right: 5px;
    background-position: -67px 0;
}

.scroll_horizontal .prev:hover {
    background-position: 0 -67px;
}

.scroll_horizontal .next:hover {
    background-position: -67px -67px;
}

.in-news {
    overflow: hidden;
}

.inn-boxl {
    float: left;
    width: 580px;
}

.inn-boxl .title span,
.inn-boxr .title span {
    float: right;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.inn-boxl .title,
.inn-boxr .title {
    border-bottom: 2px solid #e8e8e8;
    font-size: 22px;
}

.boxl-news-box {
    margin-top: 30px;
}

.boxl-news-box .pic {
    float: left;
    width: 190px;
    padding: 15px;
}

.boxl-news-box .pic img {
    width: 100%;
}

.boxl-news-box .txt {
    border: 1px solid #dcdcdc;
    width: 360px;
    height: 220px;
    float: left;
    padding: 20px;
}

.boxl-news-box .txt .p1 {
    font-size: 18px;
    line-height: 20px;
}

.boxl-news-box .txt .p2 {
    color: #888;
    line-height: 20px;
    margin: 20px 0;
}

.boxl-news-box .txt .btn {
    float: right;
}

.boxl-news-box .txt .btn a {
    color: #16a1dc;
}

.inn-boxr {
    float: right;
    width: 580px;
}

.footer_top1 {
    padding-top: 80px;
    overflow: hidden;
    background: url(../images/footer-top-bg.jpg) no-repeat scroll center top;
    height: 300px;
    overflow: hidden;
}

.footer_top1 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 24px;
}

.footer_top1 .write {
    padding-bottom: 55px;
}

.footer_top1 .write input {
    background-color: #fff;
    color: #6e6e6e;
    font-size: 14px;
    margin-right: 1%;
    padding: 18px 0 18px 1%;
    border: medium none;
    font-style: normal;
}

.footer_top1 .write .submit {
    background-color: #16a1dc;
    border: 2px solid #16a1dc;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 56px;
    line-height: 52px;
    margin-right: 0;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 12%;
    margin-right: 1%;
    font-style: normal;
}

.footer_top1 .write .submit:hover {
    background: #fff none repeat scroll 0 0;
    color: #040404;
}

.footer_top1 .write .s-2 {
    background: #8b8b8b;
    border: 2px solid #8b8b8b;
}

.footer_top1 .write .text1,
.footer_top1 .write .text2 {
    width: 16.5%;
}

.footer_top1 .write .text3 {
    width: 54%;
}

.footer {
    margin-top: 50px;
    background: url(../images/footer-t-bg.jpg) repeat-x scroll left 40px;
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
}

.footer-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 25px;
    left: 50%;
    margin-left: -16.5px;
}

.footer-top {
    padding-bottom: 20px;
    position: relative;
}

.footer-top .title {
    margin-bottom: 15px;
}

.footer-top .title .en {
    color: #666;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-top .title .ch {
    color: #666;
    font-size: 18px;
}

.in-contact {
    float: left;
}

.inc-c1 {
    float: left;
    padding-right: 50px;
}

.inc-c1-info {
    line-height: 20px;
    color: #888;
    margin-bottom: 15px;
}

.inc-c1-tel {
    background: url(../images/footer-tel.png) no-repeat left top;
    padding-left: 47px;
}

.inc-c1-tel .p1 {
    line-height: 1.1;
    color: #888;
}

.inc-c1-tel .p2 {
    color: #16a1dc;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    margin-top: 1px;
}

.inc-c2 {
    float: left;
}

.inc-c2 li {
    float: left;
    width: 160px;
    text-align: center;
}

.inc-c2 li a {
    display: block;
    color: #888;
}

.inc-c2 li span a {
    font-size: 16px;
    color: #666;
}

.in-social {
    float: right;
}

.ins-con li {
    float: left;
    margin-right: 20px;
}

.ins-con li .pic {
    width: 110px;
    height: 110px;
}

.ins-con li .pic img {
    width: 100%;
}

.ins-con li .txt {
    color: #888;
    font-size: 12px;
    text-align: center;
}

.footer-bot {
    border-top: 1px solid #f5f5f5;
}

.copyright {
    padding: 5px 0;
    font-size: 12px;
    color: #888;
}

.daoRight {
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 70px;
    z-index: 999;
}

.daoRight_box {
    background: #565656;
    margin-bottom: 1px;
    cursor: pointer;
}

.daoRight_box a {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
}

.inpone_box {
    width: 232px;
    position: absolute;
    left: 0;
    top: 0;
    background: #565656;
}

.daoRight_box p {
    float: left;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    margin: 0;
}

.erwei {
    width: 130px;
    height: 130px;
    position: absolute;
    left: -140px;
    bottom: -5px;
    padding: 0 0 0 0;
    display: none;
}

.daoRight_box:hover .erwei {
    display: block;
}

.g_page {
    font-family: Arial, "Microsoft YaHei";
    font-size: 14px;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 10px 15px;
}

.g_page ul {
    font-size: 0;
    text-align: center;
}

.g_page li {
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
    line-height: 14px;
}

.g_page li a {
    background: #ececec none repeat scroll 0 0;
    border-radius: 2px;
    color: #444444;
    display: block;
    padding: 10px 15px;
    text-align: center;
}

.g_page li a:hover {
    background: #16a1dc none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.g_page li a.act {
    background: #16a1dc none repeat scroll 0 0;
    color: #ffffff;
}

.g_page .prev a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999;
}

.g_page .prev a:hover {
    color: #16a1dc !important;
    background: none;
}

.g_page .next a {
    background: #ececec;
}

.g_page .next a:hover {
    background: none;
    color: #16a1dc !important;
}

/* 关于 */

.ab-banner {
    background: url(../images/about-banner.jpg) no-repeat scroll center top / cover;
    height: 700px;
}

.ab-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.ab-item-1 {
    height: 829px;
    background: url(../images/ab-t1-bg.jpg) no-repeat scroll center top / cover;
}

.ab-i1-box {
    position: absolute;
    right: 0;
    top: 100px;
    width: 50%;
}

.ab-i1-box .tit {
    color: #fff;
}

.ab-i1-box .tit .en {
    font-size: 24px;
    margin-top: 15px;
}

.ab-i1-box .tit .ch {
    font-size: 36px;
}

.ab-i1-box .tit em {
    height: 5px;
    width: 50px;
    background: #16a1dc;
    margin: 20px 0 30px;
    display: inline-block;
}

.ab-i1-box .con {
    margin-top: 80px;
}

.ab-i1-box .con .c1 {
    font-size: 18px;
    margin-bottom: 5px;
}

.ab-i2-list {
    padding-bottom: 50px;
    border-bottom: 1px dashed #dcdcdc;
    overflow: hidden;
}

.ab-i2-list li {
    width: 290px;
    margin: 0 5px;
    float: left;
    text-align: center;
}

.ab-i2-list li .date {
    margin: 15px 0 10px;
    font-size: 30px;
    line-height: 1;
}

.ab-i2-list li .txt {
    font-size: 16px;
    line-height: 22px;
}

.ab-i2-class1 {
    height: 300px;
    background: #eeeeee;
}

.ab-i2-class2 {
    height: 300px;
    margin: 20px 0;
}

.ab-i2-class3 {
    height: 300px;
    background: #eeeeee;
}

.ab-i2-class1 .left,
.ab-i2-class3 .left {
    float: left;
}

.ab-i2-class1 .midle {
    float: left;
    width: 600px;
    margin: 0 0 0 20px;
}

.ab-i2-class1 .right,
.ab-i2-class2 .right,
.ab-i2-class3 .right {
    float: right;
}

.ab-txt-style {
    border-bottom: 5px solid #16a1dc;
    width: 105px;
    height: 95px;
    overflow: hidden;
    float: left;
}

.ab-txt-style span {
    font-size: 92px;
    letter-spacing: 0;
    line-height: 110px;
    color: #d2d2d2;
    display: block;
    width: 105px;
    height: 95px;
    font-weight: 300;
}

.ab-txt-i2 {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 25px;
}

.ab-txt-i2-box {
    float: left;
    margin: 0 0 0 20px;
    width: 450px;
}

.ab-txt-i2-box .tit {
    font-size: 30px;
}

.ab-txt-i2-box .con {
    font-size: 16px;
}

.ab-i2-class2 .left {
    float: left;
    width: 900px;
}

.ab-i2-class3 .midle {
    float: left;
    width: 450px;
    margin: 0 0 0 20px;
}

.ab-txt-i2-box {
    width: 320px;
}

.ab-txt-pic {
    float: left;
}

.ab-i2-class2 .ab-txt-style {
    margin-left: 20px;
}

.a4-menu ul {
    text-align: center;
    font-size: 0;
    width: 1200px;
    margin: 60px auto;
}

.a4-menu li {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.a4-menu li em {
    font-style: normal;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.a4-menu li span {
    width: 30px;
    margin-top: 25px;
    opacity: 0;
}

.a4-menu .a4-tabs01,
.a4-menu .a4-tabs02,
.a4-menu .a4-tabs03,
.a4-menu .a4-tabs04,
.a4-menu .a4-tabs05,
.a4-menu .a4-tabs06,
.a4-menu .a4-tabs07 {
    width: 129px;
    height: 129px;
    background: url(../images/a4-tabsIcon01.png) no-repeat scroll 100% 100% / cover;
    display: block;
    margin: 0 auto;
}

.a4-menu .a4-tabs02 {
    background: url(../images/a4-tabsIcon02.png);
}

.a4-menu .a4-tabs03 {
    background: url(../images/a4-tabsIcon03.png);
}

.a4-menu .a4-tabs04 {
    background: url(../images/a4-tabsIcon04.png);
}

.a4-menu .a4-tabs05 {
    background: url(../images/a4-tabsIcon05.png);
}

.a4-menu .a4-tabs06 {
    background: url(../images/a4-tabsIcon06.png);
}

.a4-menu .a4-tabs07 {
    background: url(../images/a4-tabsIcon07.png);
}

.current4 .a4-tabs01 {
    background: url(../images/a4-tabsIcon01H.png);
}

.current4 .a4-tabs02 {
    background: url(../images/a4-tabsIcon02H.png);
}

.current4 .a4-tabs03 {
    background: url(../images/a4-tabsIcon03H.png);
}

.current4 .a4-tabs04 {
    background: url(../images/a4-tabsIcon04H.png);
}

.current4 .a4-tabs05 {
    background: url(../images/a4-tabsIcon05H.png);
}

.current4 .a4-tabs06 {
    background: url(../images/a4-tabsIcon06H.png);
}

.current4 .a4-tabs07 {
    background: url(../images/a4-tabsIcon07H.png);
}

.current4 em {
    color: #16a1dc;
}

.current4 span {
    opacity: 1 !important;
}

.a4-tabs-bg {
    width: 100%;
    height: 630px;
    background: #fff;
    margin: 15px 0;
}

.a4-tabs-bg .pic {
    float: left;
    margin: 0 0 0 0;
}

.ab-tabs-pa {
    width: 540px;
    height: 630px;
    background: #eee;
    float: right;
    padding: 80px;
}

.ab-tabs-pa .tit .p1 {
    font-size: 44px;
    font-weight: 300;
}

.ab-tabs-pa .tit .p2 {
    font-size: 30px;
    font-weight: bold;
}

.ab-tabs-pa .tit em {
    background: #333;
    height: 2px;
    width: 100px;
    display: inline-block;
    margin: 20px 0 30px;
}

.ab-tabs-pa .con {
    font-size: 16px;
}

.ab-item-4 {
    overflow: hidden;
}

/* 优势 */

.av-banner {
    background: url(../images/av-bg.jpg) no-repeat scroll center top / cover;
    height: 700px;
}

.av-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.av-nav ul {
    height: 160px;
    padding-top: 40px;
}

.av-nav ul li {
    float: left;
    margin: 0 12px;
}

.av-nav ul li .pic {
    float: left;
}

.av-nav ul li .txt {
    float: left;
    padding: 10px 0 0 10px;
}

.av-nav ul li .txt .p1 {
    font-size: 20px;
}

.av-nav ul li .txt .p2 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
}

.av-item-1 {
    height: 660px;
    background: url(../images/av-t1-bg.jpg) no-repeat scroll center top / cover;
}

.av-item-2 {
    height: 660px;
    background: url(../images/av-t2-bg.jpg) no-repeat scroll center top / cover;
}

.av-item-3 {
    height: 790px;
    background: url(../images/av-t3-bg.jpg) no-repeat scroll center top / cover;
}

.av-item-4 {
    height: 660px;
    background: url(../images/av-t4-bg.jpg) no-repeat scroll center top / cover;
}

.av-item-5 {
    height: 660px;
    background: url(../images/av-t5-bg.jpg) no-repeat scroll center top / cover;
}

.av-boxl {
    position: absolute;
    top: 100px;
    left: 0;
    width: 35%;
}

.av-boxr {
    position: absolute;
    top: 100px;
    right: 0;
    width: 35%;
}

.av-box-txt .tit .en {
    font-size: 24px;
    margin-top: 15px;
}

.av-box-txt .tit .ch {
    font-size: 36px;
}

.av-box-txt .tit em {
    height: 5px;
    width: 50px;
    background: #16a1dc;
    margin: 20px 0 30px;
    display: inline-block;
}

.av-box-txt .con {
    font-size: 14px;
}

.av-box-txt .con span {
    font-weight: bold;
}

.av-box-txt .con .c-tit {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

/* 新闻 */

.news-tab {
    height: 60px;
    width: 100%;
    text-align: center;
    font-size: 0;
    border-bottom: 1px dotted #c9c9c9;
}

.news-tab ul li {
    width: 100px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
}

.news-tab ul li a {
    display: block;
    line-height: 58px;
    font-size: 16px;
    color: #333;
}

.news-tab .cur a,
.news-tab ul li a:hover {
    border-bottom: 2px solid #16a1dc;
}

.news-box {
    margin: 30px 0 50px;
    overflow: hidden;
}

.news-box dl {
    background: #f8f8f8 none repeat scroll 0 0;
    height: 400px;
    line-height: 22px;
    display: block;
    float: left;
    margin: 30px 10px 0;
    width: 380px;
    text-align: left;
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}

.news-box dl:hover {
    background: #eee;
    border-bottom: 2px solid #16a1dc;
}

.news-box dl dd {
    width: 380px;
    height: 240px;
    overflow: hidden;
    margin: 0;
}

.news-box dl dd img {
    transition: all 500ms ease 0s;
    width: 100%;
}

.news-box dl:hover dd img {
    transform: scale(1.1);
}

.news-box dl:hover dt h3 a {
    color: #16a1dc;
}

.news-box dl dt {
    padding: 0 20px;
    margin-top: 3px;
    font-size: 12px;
    color: #888;
}

.news-box h3 {
    margin-bottom: 5px;
}

.news-box dl h3 a {
    color: #333;
    font-size: 16px;
}

.news_page {
    margin: 0 auto;
    width: 1200px;
    padding: 0;
    overflow: hidden;
}

.news_show_box {
    padding: 60px 0;
    overflow: hidden;
}

.news_show_box h1 {
    font-size: 34px;
    text-align: center;
}

.news_show_box .date {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    text-align: center;
    color: #666;
}

.news_show_txt {
    padding: 15px;
    overflow: hidden;
    font-size: 15px;
}

.news_show_txt p {
    margin-bottom: 15px;
    word-break: break-all;
}

.news_show_txt img {
    display: block;
    margin: 0 auto;
    max-width: 750px;
}

@media (max-width:767px) {
    .news_show_txt img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

.news_show_pic {
    text-align: center;
}

/* 产品 */

.product-item {
    margin-top: 50px;
}

.product-item dl {
    width: 290px;
    margin: 0 13px 23px 0;
    float: left;
    background: #f8f8f8;
}

.product-item dl:hover {
    box-shadow: 5px 5px 20px #e1e1e1;
}

.product-item dl .pic img {
    width: 100%;
    transition-duration: 500ms;
}

.product-item dl:hover .pic img {
    transform: scale(1.1);
}

.product-item dl:hover .product-item a {
    color: #dda050;
}

.product-item dl:nth-child(4n) {
    margin-right: 0;
}

.product-item dl dt .pic {
    height: 275px;
    margin: 9px auto;
    width: 275px;
    overflow: hidden;
}

.product-item dl dt .pic img {
    width: 100%;
    display: block;
}

.product-item dl dd {
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
}

.product-item .p1 {
    font-size: 15px;
    color: #333;
    margin-bottom: 7px;
    font-weight: bold;
    height: 60px;
    padding: 0 5px;
}

.product-item .p2 {
    font-size: 18px;
    color: #666;
}

.product-show {
    padding: 40px;
    overflow: hidden;
    background: #f8f8f8;
    margin-top: 60px;
}

.product-show-goods {
    float: left;
    width: 500px;
}

.v_out {
    width: 500px;
    height: 590px;
    margin: 0 auto;
    overflow: hidden;
}

.v_show {
    width: 500px;
    overflow: hidden;
    position: relative;
    height: 500px;
    float: left
}

.v_cont {
    width: 6650px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.v_cont ul {
    float: left;
    text-align: center;
    line-height: 50px;
}

.v_cont ul li {
    width: 500px;
    height: 500px;
    background: #f8f8f8;
    float: left;
    margin-top: 3px;
}

.v_cont ul li img {
    width: 100%;
    overflow: hidden;
}

/*---圆圈---*/

.v_out_p {
    position: relative;
    overflow: visible
}

.circle {
    position: absolute;
    left: 0;
    top: 510px;
}

.circle li {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.circle li img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.circle .circle-cur {
    background: #f00
}

.circle .circle-cur span {
    width: 80px;
    height: 80px;
    border: 3px solid #16a1dc;
    background: none;
}

.circle li span {
    display: block;
    position: absolute;
    z-index: 2;
    background: rgba(139, 222, 254, 0.5);
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
}

.product-show-info {
    float: right;
    width: 580px;
}

.product-show-info h4 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d1d1d1;
}

.product-show-info p {
    line-height: 24px;
    color: #666;
    font-size: 15px;
    margin-bottom: 5px;
}

.product-show-info .btn {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    color: #333;
    margin-top: 30px;
    font-size: 16px;
}

.product-show-info .btn:hover {
    background: #d3a15a;
    color: #fff;
}

.product-showS {
    width: 1200px;
    margin: 30px auto 50px;
    overflow: hidden;
}

.product-showS p {
    margin: 0;
}

.product-showS .lSide {
    float: left;
    width: 260px;
}

.product-showS .lSide .tit {
    background-color: #16a1dc;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 100%;
}

.product-showS .lSide .con {
    overflow: hidden;
    border: 1px solid #16a1dc;
    padding: 30px 15px 15px;
    background: #f8f8f8;
}

.product-showS .lSide .con ul li {
    width: 230px;
    height: auto;
    margin-bottom: 15px;
}

.product-showS .lSide .con ul li .pic {
    width: 230px;
    overflow: hidden;
}

.product-showS .lSide .con ul li .pic img {
    transition: all 500ms ease 0s;
    width: 100%;
}

.product-showS .lSide .con ul li:hover .pic img {
    transform: scale(1.06);
}

.product-showS .lSide .con ul li .txt {
    text-align: center;
    margin: 15px auto 0;
    border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 15px;
}

.product-showS .lSide .con ul li .txt p {
    font-size: 16px;
    font-weight: 600;
}

.product-showS .lSide .con ul li .txt .btn a {
    background-color: #efefef;
    border-radius: 12px;
    color: #878787;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 10px auto 0;
    text-align: center;
    width: 89px;
}

.rgt2 {
    border-bottom: 1px dotted #d1d1d1;
    padding: 20px 28px 5px 0;
}

.rgt2 li {
    background-color: #fff;
    border-radius: 13px;
    color: #666;
    float: left;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 0 17px;
}

.rgt2 li:hover {
    background-color: #dda050;
    color: #fff;
}

.rgt3 {
    border-top: 1px dotted #d1d1d1;
    padding: 0px 28px 10px 0;
    margin-top: 30px;
}

.rgt3 dl {
    margin-bottom: 20px;
}

.rgt3 dl dt {
    color: #666;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    width: 80px;
}

.rgt3 dl dt.lh26 {
    line-height: 26px;
}

.rgt3 dl dd {
    float: left;
    width: 354px;
    color: #666;
}

.lpi-hd .rgt .rgt4 {
    padding-top: 20px;
}

.rgt4 .lbtn1,
.rgt4 .lbtn2 {
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin-right: 8px;
    width: 180px;
    border: 1px solid #16a1dc;
    margin-right: 20px;
    margin-top: 20px;
    padding-left: 60px;
}

.rgt4 .lbtn1 {
    background: #16a1dc url(../images/mt-topbar-img05.png) no-repeat scroll 20px center;
}

.rgt4 .lbtn2 {
    background: #16a1dc url(../images/mt-topbar-img00.png) no-repeat scroll 20px center;
}

.rgt5 {
    padding-top: 20px;
    overflow: hidden;
}

.rgt5 .lbtn1,
.rgt5 .lbtn2 {
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin-right: 8px;
    text-align: center;
    width: 180px;
    border: 1px solid #16a1dc;
}

.rgt5 .lbtn1 {
    background-color: #fff;
    color: #16a1dc;
}

.rgt5 .lbtn2 {
    background-color: #16a1dc;
}

.rPart {
    float: right;
    width: 910px;
}

.product-showS .rPart .tit {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}

.product-showS .rPart .tit ul li {
    float: left;
    height: 45px;
    line-height: 45px;
    margin: 0 30px 0 0;
    cursor: pointer;
}

.product-showS .rPart .tit ul li.hover {
    border-bottom: 3px solid #16a1dc;
}

.product-showS .rPart .con {
    padding: 15px 0;
    overflow: hidden;
    display: none;
}

.product-showS .rPart .con img {
    display: block;
    margin: 0 auto;
}

.bb-tit {
    font-size: 18px;
}

.bb-tit p {
    margin-bottom: 10px;
}

.bb-con dl {
    margin: 15px 0;
    overflow: hidden;
    font-size: 16px;
}

.bb-con dl dt {
    font-size: 18px;
}

/* 直播 */

.company_con {
    margin: 50px auto 0 auto;
    width: 100%;
}

#companyList {
    width: 970px;
    margin: 28px auto;
}

.company_b2b dl {
    float: left;
    width: 280px;
    height: 340px;
    text-align: center;
    margin: 0 10px;
    position: relative;
}

.company_b2b dl dt {
    width: 280px;
    height: 280px;
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 4px;
}

.company_b2b dl dt.ererima_img {
    position: absolute;
    left: 0;
    top: 0;
}

.company_b2b dl dt.ererima_img img {
    width: 120px;
    height: 120px;
    margin-top: 72px;
}

.hid {
    display: none;
}

.company_b2b dl dt.company_img img {
    width: 100%;
}

.company_b2b dl dd {
    font-size: 16px;
    color: #737373;
    margin: 10px 0 0;
}

.company_b2b dl dd.mouse_effi {
    color: #16a1dc;
    text-decoration: underline;
}

/* 联系 */

.cont-title {
    text-align: center;
    margin: 50px 0 100px;
}

.cont-title {
    height: 40px;
}

.cont-title .en {
    color: #16a1dc;
    font-size: 40px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
}

.cont-title .ch {
    color: #222;
    font-size: 36px;
    display: inline-block;
    vertical-align: text-top;
}

.cont-title em {
    background: #16a1dc none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    width: 50px;
}

.map-box {
    border: 1px solid #e2e2e2;
    float: left;
    height: 500px;
    width: 500px;
}

.map-info {
    float: left;
    width: 600px;
    margin-left: 50px;
}

.map-info dt {
    font-size: 24px;
    margin-bottom: 15px;
}

.map-info dd {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.answer-box {
    margin: 1000px;
    margin: 0 auto;
}

.answer-box li {
    position: relative;
    border-bottom: 1px dotted #eee;
    padding: 20px 20px 20px 60px;
}

.answer-box li:hover {
    background: #f5f5f5;
}

.answer-box li .num {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}

.answer-box li .anb-q {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.msg-box {
    border: 1px solid #ace2f8;
    background: #f8f8f8;
    overflow: hidden;
    padding: 15px 25px 35px;
    margin: 40px 0 50px;
}

.msg-list {
    float: left;
    width: 50%;
    margin-top: 20px;
    position: relative;
}

.msg-list label {
    display: block;
    left: 1px;
    line-height: 35px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 90px;
}

.msg-input {
    border: 1px solid #ddd;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    padding: 8px 8px 8px 8px;
    width: 440px;
    color: #666;
    margin-left: 90px;
}

.msg-width {
    width: 1014px;
}

.w100 {
    width: 100%;
}

.msg-textarea {
    border: 1px solid #ddd;
    font-size: 14px;
    height: 90px;
    line-height: 18px;
    padding: 8px 8px 8px 8px;
    width: 1014px;
    color: #666;
    margin-left: 90px;
}

.msg-box .submit button {
    background: #16a1dc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    vertical-align: middle;
    width: 200px;
    margin: 20px 0 0 90px;
}

.mb-show-goods {
    display: none;
}

.swf_box {
    margin: 0 auto 20px;
    text-align: center;
    width: 800px;
    height: 500px;
}

@media screen and (max-width:1199px) {
    html {
        overflow-x: hidden
    }

    .mt-topbar,
    .daoRight,
    .nav_z {
        display: none;
    }

    .mt-info {
        left: 60px;
        top: 0;
    }

    .mt-info .p1 {
        font-size: 16px;
        line-height: 50px;
    }

    .mt-info .p1 span,
    .mt-info .p2 {
        display: none;
    }

    .head {
        height: 50px;
        background: #f8f8f8;
    }

    .mtH-inner {
        width: 100%;
        height: 50px;
    }

    .mt-logo {
        top: 0;
        left: 0;
        height: 50px;
    }

    .mt-logo a {
        display: block;
    }

    .mt-logo a img {
        height: 50px;
    }

    .headFixed {
        height: 50px;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
        z-index: 9999;
    }

    .headFixed .mtH-inner {
        width: 100%;
    }

    .headFixed .mt-logo img {
        height: 50px;
    }

    .navBtn {
        width: 24px;
        height: 18px;
        background: url(../images/navBtn.png) no-repeat center;
        position: absolute;
        right: 15px;
        top: 16px;
        transition: 300ms;
    }

    .navShow {
        -webkit-transform: rotate(-90deg);
    }

    .nav_bar {
        display: none !important;
    }

    .navM {
        display: none;
        width: 100%;
        height: 370px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10003;
        border-bottom: 1px solid #dda050;
    }

    .navMbox {
        width: 100%;
    }

    .navM ul {
        width: 100%;
        padding: 25px 0;
        overflow: hidden;
    }

    .navM li {
        padding: 0 0 0 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .navM li a {
        width: 100%;
        display: inline-block;
        color: #6b6b6b;
        text-transform: uppercase;
        font-size: 20px;
        text-decoration: none;
    }

    .navM li a span {
        font-size: 18px;
    }

    .navM li a i {
        font-size: 13px;
        font-style: normal;
        padding-left: 10px;
    }

    .navM li a:hover {
        color: #dda050;
    }

    .navL {
        position: absolute;
        right: 55px;
        top: 16px;
        display: block;
        font-size: 13px;
    }

    .in-banner {
        height: 500px;
    }

    .in-inner {
        width: 100%;
    }

    .in-a-list {
        width: 94%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .in-major-top {
        height: auto;
    }

    .in-major-top .in-inner {
        width: 94%;
        margin: 0 auto;
    }

    .imt-pic {
        width: 35%;
    }

    .imt-txt {
        width: 60%;
    }

    .imb-list {
        width: 94%;
        margin: 0 auto;
    }

    .a3-menu ul {
        width: 96%;
        margin: 0 2%;
    }

    .a3-menu li {
        width: 16%;
    }

    .in-product {
        width: 94%;
        margin: 0 auto;
    }

    .product-slider {
        width: 32%;
        margin: 10px 0.5%;
        overflow: hidden;
    }

    .a1-tabs-box .pic li {
        width: 32%;
        margin-right: 2%;
    }

    .a1-tabs-box .p3 .p3l {
        width: 24%;
    }

    .a1-tabs-box .p3 .p3r {
        width: 76%;
        padding-left: 5%;
    }

    .scroll_horizontal {
        width: 94%;
    }

    .scroll_horizontal .prev,
    .scroll_horizontal .next {
        z-index: 99;
    }

    .scroll_horizontal .box {
        width: 94%;
    }

    .in-news .in-inner {
        width: 94%;
        margin: 0 auto;
    }

    .inn-boxl,
    .inn-boxr {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .footer-top .in-inner {
        width: 94%;
        margin: 0 auto;
    }

    .copyright {
        text-align: center;
    }

    .ab-banner {
        height: 500px;
    }

    .ab-inner {
        width: 100%;
    }

    .ab-item-1 {
        height: 800px;
    }

    .ab-i1-box {
        right: 20px;
        width: 50%;
    }

    .in-title .en,
    .in-title-w .en {
        font-size: 24px;
    }

    .in-title .ch,
    .in-title-w .ch {
        font-size: 36px;
        line-height: 36px;
    }

    .ab-i2-class1 img {
        display: none;
    }

    .ab-i2-class2 img {
        display: none;
    }

    .ab-i2-class3 img {
        display: none;
    }

    .ab-item-2 .ab-inner {
        width: 94%;
        margin: 0 3%;
    }

    .ab-i2-list li {
        width: 24%;
        margin: 0 0.5%;
    }

    .ab-i2-list li .pic img {
        width: 100%;
    }

    .ab-i2-list li .date {
        font-size: 24px;
    }

    .ab-i2-list li .txt {
        font-size: 14px;
    }

    .a4-menu ul {
        width: 100%;
    }

    .a4-tabs-bg .pic {
        width: 50%;
    }

    .a4-tabs-bg .pic img {
        width: 100%;
    }

    .ab-tabs-pa {
        width: 50%;
        height: auto;
    }

    .a4-menu .a4-tabs01,
    .a4-menu .a4-tabs02,
    .a4-menu .a4-tabs03,
    .a4-menu .a4-tabs04,
    .a4-menu .a4-tabs05,
    .a4-menu .a4-tabs06,
    .a4-menu .a4-tabs07 {
        width: 70px;
        height: 70px;
        background: url(../images/a4-tabsIcon01.png) no-repeat scroll 100% 100% / cover;
    }

    .a4-menu .a4-tabs02 {
        background: url(../images/a4-tabsIcon02.png) no-repeat scroll 100% 100% / cover;
    }

    .a4-menu .a4-tabs03 {
        background: url(../images/a4-tabsIcon03.png) no-repeat scroll 100% 100% / cover;
    }

    .a4-menu .a4-tabs04 {
        background: url(../images/a4-tabsIcon04.png) no-repeat scroll 100% 100% / cover;
    }

    .a4-menu .a4-tabs05 {
        background: url(../images/a4-tabsIcon05.png) no-repeat scroll 100% 100% / cover;
    }

    .a4-menu .a4-tabs06 {
        background: url(../images/a4-tabsIcon06.png) no-repeat scroll 100% 100% / cover;
    }

    .a4-menu .a4-tabs07 {
        background: url(../images/a4-tabsIcon07.png) no-repeat scroll 100% 100% / cover;
    }

    .current4 .a4-tabs01 {
        background: url(../images/a4-tabsIcon01H.png) no-repeat scroll 100% 100% / cover;
    }

    .current4 .a4-tabs02 {
        background: url(../images/a4-tabsIcon02H.png) no-repeat scroll 100% 100% / cover;
    }

    .current4 .a4-tabs03 {
        background: url(../images/a4-tabsIcon03H.png) no-repeat scroll 100% 100% / cover;
    }

    .current4 .a4-tabs04 {
        background: url(../images/a4-tabsIcon04H.png) no-repeat scroll 100% 100% / cover;
    }

    .current4 .a4-tabs05 {
        background: url(../images/a4-tabsIcon05H.png) no-repeat scroll 100% 100% / cover;
    }

    .current4 .a4-tabs06 {
        background: url(../images/a4-tabsIcon06H.png) no-repeat scroll 100% 100% / cover;
    }

    .current4 .a4-tabs07 {
        background: url(../images/a4-tabsIcon07H.png) no-repeat scroll 100% 100% / cover;
    }

    .a4-menu li em {
        font-size: 16px;
        font-weight: 500;
    }

    .av-banner {
        height: 500px;
    }

    .av-nav ul li {
        margin: 0;
        width: 20%;
        padding: 0 1%;
    }

    .av-nav ul li .pic {
        width: 20%;
    }

    .av-nav ul li .pic img {
        width: 100%;
    }

    .av-nav ul li .txt {
        padding-top: 0;
    }

    .av-nav ul li .txt .p2 {
        font-size: 9px;
    }

    .av-nav ul li .txt .p1 {
        font-size: 16px;
    }

    .av-nav ul {
        margin: 0;
        height: auto;
        padding: 30px 0;
        overflow: hidden;
    }

    .av-inner {
        width: 94%;
        margin: 0 3%;
    }

    .av-item-1 {
        background-position: 60%;
    }

    .av-item-2 {
        background-position: 30%;
    }

    .av-item-3 {
        background-position: 70%;
    }

    .av-item-4 {
        background-position: 35%;
    }

    .av-item-5 {
        background-position: 62%;
    }

    .news-tab {
        height: auto;
        border-bottom: 0 none;
        padding: 15px 0;
    }

    .news-tab ul li a {
        line-height: 40px;
        font-size: 14px;
    }

    .news-tab ul li {
        border: 1px solid #f5f5f5;
        margin-top: 10px;
    }

    .product-inner {
        width: 94%;
        margin: 0 auto;
    }

    .product-item {
        margin-top: 30px;
    }

    .product-item dl {
        width: 31.3%;
        margin: 0 1% 10px;
    }

    .product-item dl:hover {
        box-shadow: 5px 5px 20px #e1e1e1;
    }

    .product-item dl .pic img {
        width: 100%;
        transition-duration: 500ms;
    }

    .product-item dl:hover .pic img {
        transform: scale(1.1);
    }

    .product-item dl:hover .product-item a {
        color: #dda050;
    }

    .product-item dl:nth-child(4n) {
        margin-right: 1%;
    }

    .product-item dl:nth-child(3n) {
        margin-right: 0;
    }

    .product-item dl dt .pic {
        height: auto;
        margin: 0;
        width: 100%;
        overflow: hidden;
        padding: 5px;
    }

    .product-item dl dt .pic img {
        width: 100%;
        display: block;
    }

    .product-item dl dd {
        padding: 5px 0;
        text-align: center;
    }

    .product-item .p1 {
        font-size: 14px;
        color: #333;
        margin-bottom: 7px;
        height: 100px;
    }

    .product-item .p2 {
        font-size: 14px;
        color: #666;
    }

    .product-box .in-inner {
        margin: 3% auto;
        width: 94%;
    }

    .product-show {
        padding: 20px;
        overflow: hidden;
        background: #f8f8f8;
        margin-top: 30px;
    }

    .product-show-goods {
        display: none;
    }

    .mb-show-goods {
        width: 40%;
        display: block;
        float: left;
    }

    .mb-show-goods img {
        width: 100%;
    }

    .product-show-info {
        float: right;
        width: 55%;
    }

    .product-show-info h4 {
        font-size: 20px;
        padding: 15px 0;
        border-bottom: 1px dotted #d1d1d1;
    }

    .product-show-info p {
        line-height: 24px;
        color: #666;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .product-show-info .btn {
        display: inline-block;
        width: 160px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        border: 1px solid #d9d9d9;
        color: #333;
        margin-top: 30px;
        font-size: 16px;
    }

    .product-show-info .btn:hover {
        background: #d3a15a;
        color: #fff;
    }

    .product-showS {
        width: 94%;
        margin: 30px auto 50px;
        overflow: hidden;
    }

    .product-showS .lSide {
        display: none;
    }

    .rgt2 {
        border-bottom: 1px dotted #d1d1d1;
        padding: 20px 28px 5px 0;
    }

    .rgt2 li {
        background-color: #fff;
        border-radius: 13px;
        color: #666;
        float: left;
        font-size: 14px;
        height: 27px;
        line-height: 27px;
        margin-bottom: 15px;
        margin-right: 8px;
        padding: 0 17px;
    }

    .rgt2 li:hover {
        background-color: #dda050;
        color: #fff;
    }

    .rPart {
        float: none;
        width: 100%;
    }

    .product-showS .rPart .tit {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        height: 45px;
        line-height: 45px;
        text-align: left;
        width: 100%;
        /*border-bottom: 1px solid #d1d1d1;*/
    }

    .product-showS .rPart .tit ul li {
        float: left;
        height: 45px;
        line-height: 45px;
        margin: 0 15px 0 0;
        cursor: pointer;
    }

    .product-showS .rPart .con {
        padding: 15px 0;
        overflow: hidden;
    }

    .contact-item .in-inner {
        width: 94%;
        margin: 0 auto;
    }

    .map-box {
        width: 45%;
    }

    .map-info {
        width: 50%;
        margin-left: 0;
    }

    .news-box .in-inner {
        width: 96%;
        margin: 0 auto;
    }

    .news-box dl {
        width: 32.3%;
        margin: 10px 0.5% 0;
    }

    .news-box dl h3 a {
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        display: block;
        margin-top: 10px;
    }

    .news-box dl dt.txt {
        line-height: 20px;
        height: 80px;
        overflow: hidden;
    }

    .news_page {
        width: 94%;
        margin: 0 auto;
    }

    .news_show_box h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .cont-title {
        text-align: center;
        margin: 15px 0 50px;
    }    
    .news_show_box {
        padding: 15px 0;
        overflow: hidden;
    }

    .product-item {
        margin-top: 0px;
    }

    .news-tab ul li {
        border: 1px solid #f5f5f5;
        margin: 10px 5%;
        width: 40%;
    }

    .news-box {
        margin: 0;
        overflow: hidden;
    }

    .company_con {
        margin: 0px auto 0 auto;
        width: 100%;
    }

    .company_b2b dl {
        float: left;
        width: 90%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin: 10px 5%;
        position: relative;
    }

    .company_b2b dl dt {
        width: 100%;
        overflow: hidden;
        border: 1px solid #dadada;
        background-color: #fff;
        padding: 4px;
    }

    .in-banner {
        height: 350px;
    }

    .footer {
        margin-top: 0px;
        background: url(../images/footer-t-bg.jpg) repeat-x scroll left 40px;
        position: relative;
        padding: 80px 0 0;
        overflow: hidden;
    }

    .in-title,
    .in-title-w {
        margin: 30px auto;
    }

    .in-a-list li .title {
        height: 90px;
        position: relative;
        margin: 30px 0 20px;
    }

    .in-title .en,
    .in-title-w .en {
        font-size: 24px;
    }

    .in-title .ch,
    .in-title-w .ch {
        font-size: 36px;
        line-height: 50px;
    }

    .imt-tit {
        margin-top: 0;
    }

    .imt-tit .en {
        font-size: 16px;
    }

    .imt-tit .ch {
        font-size: 30px;
        line-height: 36px;
    }

    .imt-c1 {
        margin: 20px auto;
    }

    .imt-btn {
        margin: 25px 0;
    }

    .in-major-bot {
        height: auto;
        overflow: hidden;
    }

    .imb-p1 {
        font-size: 30px;
    }

    .imb-p1 span {
        font-size: 20px;
    }

    .imb-p2 {
        font-size: 14px;
    }

    .imb-p3 {
        font-size: 14px;
    }

    .a3-menu li {
        font-size: 16px;
    }

    .a3-menu li em {
        font-size: 11px;
    }

    .boxl-news-box .pic {
        float: left;
        width: 100%;
        padding: 15px;
    }

    .boxl-news-box {
        margin-top: 15px;
    }

    .product-slider {
        width: 31.5%;
    }

    .sliderZ {
        height: 70px;
    }

    .sliderZ .txt .cn {
        font-size: 15px;
    }

    .sliderZ .txt .en {
        font-size: 11px;
    }

    .sliderZ .more {
        font-size: 12px;
    }

    .in-social {
        float: left;
        position: absolute;
        top: 0;
        right: 0;
    }

    .a1-tabs-box .p3 .p3l {
        width: 18%;
        font-size: 16px;
    }

    .a1-tabs-box .p3 .p3r {
        padding: 0 3%;
        width: 82%;
    }

    .inn-boxl,
    .inn-boxr {
        width: 90%;
    }

    .footer-top .title .en {
        font-size: 18px;
    }

    .footer-top .title .ch {
        font-size: 16px;
    }

    .inc-c1 {
        padding-right: 20px;
    }

    .inc-c2 li {
        float: none;
    }

    .inc-c2 li span a {
        display: block;
    }

    .inc-c2 li a {
        display: none;
    }

    .ab-banner {
        height: 350px;
    }

    .ab-i2-list li .date {
        font-size: 18px;
    }

    .ab-i2-list li .txt {
        font-size: 12px;
    }

    .a4-menu ul {
        margin: 20px 0;
    }

    .a4-menu li em {
        font-size: 12px;
    }

    .a4-menu li {
        margin: 0 5px;
    }

    .a4-menu .a4-tabs01,
    .a4-menu .a4-tabs02,
    .a4-menu .a4-tabs03,
    .a4-menu .a4-tabs04,
    .a4-menu .a4-tabs05,
    .a4-menu .a4-tabs06,
    .a4-menu .a4-tabs07 {
        width: 50px;
        height: 50px;
    }

    .ab-tabs-pa {
        padding: 15px;
    }

    .ab-tabs-pa .tit .p1 {
        font-size: 22px;
    }

    .ab-tabs-pa .tit .p2 {
        font-size: 14px;
    }

    .ab-tabs-pa .tit em {
        width: 30px;
    }

    .ab-tabs-pa .con {
        font-size: 12px;
    }

    .a4-tabs-bg {
        height: auto;
    }

    .av-banner {
        height: 350px;
        display: none;
    }

    .product-show {
        margin-top: 0;
    }

    .av-nav ul li .pic {
        width: 50%;
        float: none;
        margin: 0 auto;
    }

    .av-nav ul li .pic img {
        width: 100%;
    }

    .av-nav ul li .txt {
        padding-top: 10px;
        float: none;
        text-align: center;
        padding-left: 0;
    }

    .av-nav ul li .txt .p2 {
        font-size: 9px;
        display: none;
    }

    .av-nav ul li .txt .p1 {
        font-size: 16px;
    }

    .av-boxl,
    .av-boxr {
        width: 45%;
    }

    .av-box-txt .con .c-tit {
        font-size: 14px;
    }

    .product-item dl {
        width: 48%;
        margin: 0 1% 10px;
    }

    .product-item dl:hover {
        box-shadow: 5px 5px 20px #e1e1e1;
    }

    .product-item dl .pic img {
        width: 100%;
        transition-duration: 500ms;
    }

    .product-item dl:hover .pic img {
        transform: scale(1.1);
    }

    .product-item dl:hover .product-item a {
        color: #dda050;
    }

    .product-item dl:nth-child(4n) {
        margin-right: 1%;
    }

    .product-item dl:nth-child(3n) {
        margin-right: 1%;
    }

    .cont-title .ch {
        font-size: 24px;
    }

    .cont-title .en {
        font-size: 28px;
    }

    .map-box {
        width: 500px;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .map-info {
        width: 100%;
        float: none;
    }

    .news-box dl {
        width: 48%;
        margin: 10px 1% 0;
    }

    .news-box dl h3 a {
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        display: block;
        margin-top: 10px;
    }

    .news-box dl dt.txt {
        line-height: 20px;
        height: 80px;
        overflow: hidden;
    }

    .news_show_box h1 {
        font-size: 24px;
    }

    .swf_box {
        width: 500px;
        height: 300px;
    }
}

@media screen and (max-width: 479px) {
    .in-banner {
        height: 250px;
    }

    .in-title .en,
    .in-title-w .en {
        font-size: 16px;
    }

    .in-title .ch,
    .in-title-w .ch {
        font-size: 24px;
        line-height: 24px;
    }

    .in-a-list li {
        width: 96%;
        margin: 1%;
    }

    .imt-pic {
        display: none;
    }

    .imt-txt {
        width: 100%;
    }

    .imt-tit .en {
        font-size: 14px;
    }

    .imt-tit .ch {
        font-size: 22px;
        line-height: 26px;
    }

    .imb-list li {
        background: none;
        padding-left: 3%;
    }

    .imb-p1 {
        font-size: 22px;
    }

    .imb-p1 span {
        font-size: 16px;
    }

    .imb-p2 {
        font-size: 11px;
    }

    .imb-p3 {
        font-size: 11px;
    }

    .a3-tabs-box {
        height: 500px;
    }

    .a3-tabs-box .txt .p1 {
        font-size: 22px;
    }

    .a3-tabs-box .txt .p2 {
        font-size: 12px;
        margin-top: 10px;
        padding: 0 5%;
    }

    .a3-menu {
        height: 240px;
    }

    .a3-menu ul {
        overflow: hidden;
    }

    .a3-menu li {
        width: 32%;
        height: auto;
    }

    .a3-menu li i {
        margin: 5px 0;
    }

    .product-slider {
        width: 380px;
        margin: 10px auto;
        display: block;
    }

    .boxl-news-box .txt {
        width: 100%;
    }

    .in-title-w .tx {
        padding: 0 5%;
    }

    .inn-boxr {
        margin-top: 20px;
    }

    .inn-boxl .title,
    .inn-boxr .title {
        font-size: 16px;
    }

    .boxl-news-box .txt .p1 {
        font-size: 14px;
    }

    .a2-tabs-box li a {
        font-size: 12px;
    }

    .a3-tabs-box .pic {
        width: 60%;
    }

    .a1-menu li em {
        font-size: 14px;
    }

    .a1-menu .a1-tabs01,
    .a1-menu .a1-tabs02,
    .a1-menu .a1-tabs03 {
        width: 80px;
        height: 80px;
        background: url(../images/a1-tabsIcon01.png) no-repeat scroll 100% 100% / cover;
    }

    .a1-menu .a1-tabs02 {
        background: url(../images/a1-tabsIcon02.png) no-repeat scroll 100% 100% / cover;
    }

    .a1-menu .a1-tabs03 {
        background: url(../images/a1-tabsIcon03.png) no-repeat scroll 100% 100% / cover;
    }

    .current1 .a1-tabs01 {
        background: url(../images/a1-tabsIcon01H.png) no-repeat scroll 100% 100% / cover;
    }

    .current1 .a1-tabs02 {
        background: url(../images/a1-tabsIcon02H.png) no-repeat scroll 100% 100% / cover;
    }

    .current1 .a1-tabs03 {
        background: url(../images/a1-tabsIcon03H.png) no-repeat scroll 100% 100% / cover;
    }

    .a1-tabs-box .p1 {
        font-size: 18px;
    }

    .a1-tabs-box .p2 {
        font-size: 15px;
    }

    .a1-tabs-box .p3 {
        height: 35px;
        line-height: 35px;
    }

    .a1-tabs-box .p3 .p3l {
        font-size: 12px;
    }

    .a1-tabs-box .p3 .p3r {
        font-size: 12px;
    }

    .in-honor {
        height: 600px;
    }

    .scroll_horizontal .box {
        width: 275px;
    }

    .copyright {
        padding: 0 5%;
    }

    .ab-banner {
        height: 180px;
    }

    .ab-item-1 {
        height: 700px;
        background-position: 20%;
    }

    .ab-i1-box {
        position: static;
        width: 94%;
        margin: 0 auto 0;
        padding: 30px 0 0;
    }

    .ab-i1-box .con {
        margin-top: 140px;
    }

    .ab-i2-class2 {
        height: 250px;
    }

    .ab-i2-class1 .midle,
    .ab-i2-class2 .left {
        width: 100%;
        padding: 0 5%;
        margin-left: 0;
    }

    .ab-i2-class3 .midle {
        width: 100%;
        padding: 0 5%;
        margin-left: 0;
        float: left;
    }

    .ab-txt-style {
        width: 20%;
        height: 85px;
    }

    .ab-txt-i2-box {
        width: 80%;
        padding-left: 3%;
        margin-left: 0;
    }

    .ab-txt-style span {
        width: 100%;
        font-size: 60px;
        height: 80px;
    }

    .ab-txt-i2-box .tit {
        font-size: 22px;
        margin-top: 10px;
    }

    .ab-txt-i2-box .con {
        font-size: 12px;
    }

    .ab-i2-class2 .ab-txt-style {
        margin-left: 0;
    }

    .in-title .tx {
        padding: 0 5%;
    }

    .ab-i2-list li {
        width: 48%;
        margin: 0 1% 10px;
    }

    .a4-menu ul {
        width: 80%;
        margin: 20px auto;
    }

    .a4-menu li {
        margin: 0 15px 10px;
    }

    .a4-tabs-bg .pic {
        width: 100%;
    }

    .ab-tabs-pa {
        width: 100%;
    }

    .av-banner {
        height: 180px;
    }

    .av-nav ul li .txt .p1 {
        font-size: 13px;
    }

    .av-boxl,
    .av-boxr {
        width: 80%;
        top: 70px;
        left: 10%;
        padding: 5%;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .mb-show-goods {
        width: 100%;
        display: block;
        float: left;
    }

    .product-show-info {
        float: right;
        width: 100%;
    }

    .map-box {
        width: auto;
    }

    .news-box dl {
        width: 98%;
        margin: 10px 1% 0;
    }

    .news-box dl h3 a {
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        display: block;
        margin-top: 10px;
    }

    .news-box dl dt.txt {
        line-height: 20px;
        height: 80px;
        overflow: hidden;
    }

    .news-box dl dd {
        width: 100%;
    }

    .news_show_box h1 {
        font-size: 18px;
    }

    .swf_box {
        width: 300px;
        height: 200px;
    }
}

.city_list,
.city_name {
    display: none;
}

.pre_next {
    margin-top: 50px;
}

.pre_next ul li {
    width: 50%;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}

@media(max-width:767px) {
    .pre_next {
        margin-top: 30px;
    }

    .pre_next ul li {
        width: 100%;
        float: none;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        overflow: hidden;
    }
}
#kefu_box {
    z-index: 1000;
    position: fixed;
    right: 2px;
    top: 50%;
    left: auto;
    bottom: auto;
    margin: -25px 0 0 0;
}
#kefu_box #ico_img {
    display: block;
    cursor: pointer;
    width: 131px;
    height: 46px;
    border-radius: 5px;
    background: #00AEF3 url(/images/kefu_box.png) no-repeat;
}