/*初始化*/
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    min-width: 1300px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    font-size: 14px;
    color: #393939;
    border: none;
}

img {
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

i {
    font-style: normal;
}

a {
    color: #232323;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #b41e00;
}

/*通用*/
.comwrap {
    position: relative;
    margin: 0 auto;
    width: 94%;
    max-width: 1600px;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.d-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.cl-baf {
    *zoom: 1;
}

.cl-baf:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.clear {
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.txtoe {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.trs2s {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.trs1s {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.trs06s {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.trs03s {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trsnone {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.imgha img {
    max-width: 100%;
    vertical-align: top;
}

.ffpf,
body,
input,
textarea {
    font-family: '苹方', 'PingFang SC', 'PingFang', 'microsoft yahei', 'helvetica', arial, sans-serif;
}

.ffyh {
    font-family: 'microsoft yahei', 'helvetica', arial, sans-serif;
}

/*头部*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 2.875% 0;
    width: 100%;
}

.header .logo .img {
    display: block;
    height: 64px;
}

.header .logo .black {
    display: none;
}

.index .header .logo .img {
    display: none;
}

.index .header .logo .black {
    display: block;
}

.header .btn {
    display: none;
}

.header .lan {
    font-size: 0;
}

.header .lan .link {
    font-size: 18px;
    line-height: 64px;
    color: #fff;
}

.header .lan .link:hover {
    color: #b41e00;
}

.header .lan .line {
    margin: 0 15px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.nav {
    margin-right: 3.75%;
    padding: 2px 0;
}

.nav .list {
    font-size: 0;
}

.nav .list .col {
    position: relative;
    margin-right: 60px;
}

.nav .col .link {
    display: block;
    position: relative;
    z-index: 9;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(6, 0, 1, 0.5);
}

.nav .col .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(6, 0, 1, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav .cur .line,
.nav .col:hover .line {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav .col .son {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 8;
    margin-left: -50%;
    width: 200%;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav .col:hover .son {
    top: 100%;
    visibility: visible;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.nav .col .row {
    margin: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.nav .col .slink {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #1e1e1e;
}

.nav .col .slink:hover {
    color: #b41e00;
}

.header .lan {
    display: none;
}

.nav {
    margin-right: 0;
}

.nav .list .col-lan {
    position: relative;
    margin-right: 0;
    cursor: pointer;
}

.nav .col-lan .this {
    font-size: 0;
}

.nav .col-lan .this .llink {
    font-size: 18px;
    color: #fff;
}

.nav .col-lan .this .icon {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 4px 3px 0;
}

.nav .col-lan .other {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 2;
    margin-left: -85%;
    padding-top: 10px;
    width: 250%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.nav .col-lan .other .llink {
    display: block;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
}

.nav .col-lan .other .llink:hover {
    color: #b41e00;
}

.nav .col-lan:hover .this .llink {
    color: #b41e00;
}

.nav .col-lan:hover .this .icon {
    border-color: #b41e00 transparent;
    transform: rotateX(180deg);
}

.nav .col-lan:hover .other {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/*底部*/
.footer {
    position: relative;
    padding-top: 8.85%;
    color: #fff;
    background-color: #3f4041;
    overflow: hidden;
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-bottom: 8.85%;
    width: 100%;
    height: 0;
    background-color: #fff;
}

.footer .logo {
    position: absolute;
    bottom: 16%;
    left: 3%;
    z-index: 1;
}

.footer .info {
    position: relative;
    z-index: 8;
    margin-top: -8.85%;
    padding: 5.46875% 0 2.40166%;
    background-color: #555657;
}

.footer .info .con {
    position: relative;
    z-index: 3;
    margin: 0 7.8125%;
    max-width: 750px;
}

.footer .info .txt {
    font-size: 46px;
}

.footer .info .txt-2 {
    margin-top: 3.4375%;
    font-size: 16px;
    line-height: 45px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.footer .info .line {
    display: block;
    margin-top: 1.625%;
    width: 40px;
    height: 1px;
    background-color: #fff;
}

.footer .info .email {
    margin-top: 1%;
    font-size: 22px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.footer .info .list {
    margin-top: 8.75%;
    max-width: 580px;
    font-size: 0;
}

.footer .info .col {
    margin-right: 12.07%;
    padding-top: 20px;
    width: 37.93%;
    border-top: 1px solid #fff;
    vertical-align: top;
}

.footer .info .ctit {
    font-size: 18px;
}

.footer .info .ctxt {
    margin-top: 6px;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer .info .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.footer .copyright {
    position: relative;
    z-index: 9;
    padding: 3% 0;
    background-color: #3f4041;
}

.footer .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: #3f4041;
}

.footer .copyright .con {
    margin-left: 7.8125%;
    font-size: 12px;
    line-height: 20px;
    color: #868686;
}

.footer .copyright .con a {
    color: #868686;
}

.footer .copyright .con a:hover {
    color: #b41e00;
}

.footer .bdsharebuttonbox a {
    margin: 0 0 0 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon-sharef.png) 0 0 no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.footer .bdsharebuttonbox .bds_sqq {
    background-position: -26px 0;
}

.footer .bdsharebuttonbox .bds_tsina {
    background-position: -52px 0;
}

.footer .bdsharebuttonbox a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* 右侧工具条 */
.floatright {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    margin-top: -100.5px;
    width: 39px;
}

.floatright .box {
    position: relative;
    margin-top: 15px;
    height: 37px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
}

.floatright .box:hover {
    background-color: #b41e00;
}

.floatright .fr-qq {
    margin-top: 0;
}

.floatright .box .icon {
    display: block;
    position: relative;
    top: 9px;
    margin: 0 auto;
    width: 23px;
    height: 19px;
    background: url(../img/icon-fr.png) 0 0 no-repeat;
}

.floatright .box .icon-call {
    background-position: -29px 0;
}

.floatright .box .icon-code {
    background-position: -58px 0;
}

.floatright .box .icon-top {
    background-position: -87px 0;
}

.floatright .box .link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.floatright .box .con {
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: 98;
    margin-right: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.floatright .fr-call .con {
    width: 150px;
    font-size: 16px;
    text-align: center;
}

.floatright .box .img {
    max-width: 105px;
}

.floatright .box .txt {
    margin-top: 10px;
    font-size: 14px;
    color: #383838;
    text-align: center;
}

.floatright .box:hover .icon-qq {
    background-position: 0 -25px;
}

.floatright .box:hover .icon-call {
    background-position: -29px -25px;
}

.floatright .box:hover .icon-code {
    background-position: -58px -25px;
}

.floatright .box:hover .icon-top {
    background-position: -87px -25px;
}

.floatright .box:hover .con {
    margin-right: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/*移动端工具条*/
.mFoot-nav {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    margin: 0 auto;
    width: 100%;
    background-color: #333;
}

.mFoot-nav .col {
    float: left;
    display: block;
    width: 25%;
    height: 50px;
    font-size: 12px;
    color: #eee;
    text-align: center;
    border-right: 1px solid #404040;
    box-sizing: border-box;
}

.mFoot-nav .col-1:hover,
.mFoot-nav .col-3:hover,
.mFoot-nav .col:hover.on {
    background-color: #b41e00;
}

.mFoot-nav .col .icon {
    display: block;
    margin: 8px auto 6px;
    width: 17px;
    height: 14px;
    background: url(../img/icon-mtool.png) 0 0 no-repeat;
}

.mFoot-nav .col .icon-2 {
    background-position: -23px 0;
}

.mFoot-nav .col .icon-3 {
    background-position: -46px 0;
}

.mFoot-nav .col .icon-4 {
    background-position: -69px 0;
}

/* 地图 */
.mMap-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    visibility: hidden;
}

.mMap-show {
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.mMap-box p {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #b41e00;
}

.mMap-box p i {
    position: absolute;
    left: 2%;
    line-height: 50px;
}

/*内容*/
.banner {
    position: relative;
    background-color: #767676;
    overflow: hidden;
}

.banner .img {
    display: block;
    width: 100%;
}

.banner .txt {
    display: none;
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-shadow: 0.5px 0.5px 1px rgba(4, 0, 0, 0.5);
}

.container {
    margin-top: -65px;
    padding: 65px 0 4.94%;
    overflow: hidden;
}

.sidebar {
    margin-top: 60px;
    width: 23.125%;
}

.sidebar .ttit {
    margin-left: 29.729%;
    font-size: 42px;
    color: #131313;
}

.sidebar .menu {
    margin-top: 10px;
}

.sidebar .menu .link {
    display: block;
    position: relative;
    padding-left: 29.729%;
    font-size: 22px;
    line-height: 50px;
    color: #d8d8d8;
}

.sidebar .menu .link:hover,
.sidebar .menu .cur .link,
.sidebar .menu .hover .link {
    color: #131313;
}

.sidebar .menu .line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 0;
    height: 2px;
    background-color: #b41e00;
}

/*.sidebar .menu .link:hover .line, */
.sidebar .menu .cur .line {
    width: 24.324%;
}

.sidebar .menu .son {
    display: none;
}

.sidebar .menu .slink {
    display: block;
    position: relative;
    padding-left: 29.729%;
    font-size: 18px;
    line-height: 40px;
    color: #131313;
}

.sidebar .menu .slink .line {
    display: none;
}

.sidebar .menu .slink:hover,
.sidebar .menu .son .scur {
    color: #b41e00;
}

.sidebar .btn {
    display: none;
}

.content {
    position: relative;
    z-index: 7;
    margin-top: -65px;
    padding-left: 2.8125%;
    width: 73.4375%;
    background-color: #fff;
}

.content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.position {
    position: relative;
    padding: 26px 0 7px 25px;
    font-size: 16px;
    color: #6e6e6e;
}

.position .icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 27px;
    height: 14px;
    background: url(../img/icon-home.png) 0 0 no-repeat;
    background-size: auto 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.position a {
    color: #6e6e6e;
}

.position a:hover {
    color: #b41e00;
}

.content-box {
    margin-top: 73px;
}

.pagelist {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

.pagelist a,
.pagelist b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 5px;
    padding: 0 5px;
    min-width: 20px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    background-color: #f5f5f5;
}

.pagelist a:hover {
    color: #b41e00;
}

.pagelist b,
.pagelist .this,
.pagelist .this:hover {
    font-weight: normal;
    color: #fff;
    background-color: #b41e00;
}

.pagelist a[title="Total record"],
.pagelist a.all {
    width: auto;
}

.pagelist a b {
    display: inline;
    margin: 0 2px;
    padding: 0;
    color: #666;
    background: none;
}

.pagelist a[title="Total record"]:hover,
.pagelist a[title="Total"]:hover,
.pagelist a[title="record"]:hover,
.pagelist a.all:hover {
    color: #666;
}

/*弹出灯箱*/
.commask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.swiperpf {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.swiperpf-db {
    display: block;
}

.swiperpf-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.swiperpf .swiper-container {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 80%;
}

.swiperpf .swiper-slide {
    position: relative;
}

.swiperpf .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.swiperpf .swiper-lazy-preloader {
    z-index: 1000;
}

.swiperpf .tit {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.swiperpf .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: #b41e00;
}

.swiperpf .close .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    width: 27px;
    height: 27px;
    background: url(../img/icon_close.png) 0 0 no-repeat;
}

.swiperpf .close:hover .icon {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.swiperpf .btn {
    position: absolute;
    top: 50%;
    z-index: 1001;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: rgba(180, 30, 0, 0.6);
    background-color: #b41e00\9;
}

.swiperpf .btn .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -7px;
    width: 14px;
    height: 24px;
}

.swiperpf .btn:hover {
    background-color: rgba(180, 30, 0, 0.8);
}

.swiperpf .prev {
    left: 5%;
}

.swiperpf .prev .icon {
    background: url(../img/icon_btn_l_w.png) 0 0 no-repeat;
}

.swiperpf .prev:hover .icon {
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -o-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
}

.swiperpf .next {
    right: 5%;
}

.swiperpf .next .icon {
    background: url(../img/icon_btn_r_w.png) 0 0 no-repeat;
}

.swiperpf .next:hover .icon {
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -o-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
}

/*简介*/
.container-about {
    padding-bottom: 0;
}

.about {
    max-width: 1085px;
}

.about-js {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
}

.about-fl {
    margin-bottom: 40px;
    padding-top: 6px;
    overflow: hidden;
}

.about-fl .list {
    margin: 0 -2.8571%;
    font-size: 0;
}

.about-fl .list .col {
    position: relative;
    margin: 0 0 30px 2.7027%;
    width: 29.7297%;
    vertical-align: top;
}

.about-fl .col .imgwr {
    position: relative;
    padding-bottom: 61.5835%;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.about-fl .col .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.about-fl .col .conwr {
    margin-top: 24px;
}

.about-fl .col .tit {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.about-fl .col .con {
    margin-top: 6px;
    min-height: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
}

.about-fl .col .btnwr {
    margin-top: 10px;
}

.about-fl .col .btn {
    font-size: 14px;
    color: #b41e00;
    opacity: 0;
    filter: alpha(opacity=0);
}

.about-fl .col .line {
    display: block;
    margin-top: 4px;
    width: 0;
    height: 2px;
    background-color: #b41e00;
}

.about-fl .col .link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.about-fl .col:hover .imgwr {
    -webkit-transform: translate3d(0, -6px, 0);
    -moz-transform: translate3d(0, -6px, 0);
    -ms-transform: translate3d(0, -6px, 0);
    -o-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}

.about-fl .col:hover .btn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.about-fl .col:hover .line {
    width: 100%;
}

.about-sj {
    margin-bottom: 65px;
    font-size: 0;
}

.about-sj .imgwr {
    margin-bottom: 10px;
    width: 72.35%;
    vertical-align: bottom;
}

.about-sj .imgwr .img {
    display: block;
    width: 100%;
}

.about-sj .conwr {
    position: relative;
    z-index: 3;
    margin-left: -14.28%;
    width: 41.93%;
    vertical-align: bottom;
}

.about-sj .conwr .incon {
    position: relative;
    z-index: 3;
    padding: 6.59% 8.35%;
    color: #fff;
}

.about-sj .conwr .tit {
    font-weight: bold;
    font-size: 20px;
}

.about-sj .conwr .con {
    margin-top: 16px;
    min-height: 90px;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.about-sj .conwr .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #b41e00;
}

.about-sjtp {
    position: relative;
    margin-bottom: 105px;
}

.about-shij {
    position: relative;
    padding-bottom: 6.45%;
}

.about-shij .conwr {
    position: relative;
    z-index: 2;
    width: 100%;
}

.about-shij .conwr .tit {
    max-width: 655px;
    font-weight: bold;
    font-size: 32px;
    color: #b41e00;
}

.about-shij .conwr .con {
    max-width: 655px;
    font-size: 16px;
    line-height: 50px;
    color: #6e6e6e;
}

.about-shij .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 37.41%;
}

.about-shij .bg .img {
    display: block;
    width: 100%;
}

.about-ban {
    position: relative;
    z-index: 7;
    margin-bottom: -8.85%;
    overflow: hidden;
}

.about-ban .img {
    display: block;
    width: 100%;
}

.course {
    margin-top: -40px;
}

.course .row {
    margin-top: 40px;
    padding-left: 34px;
}

.course .row .title {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #000;
}

.course .row .icon {
    position: absolute;
    left: -34px;
    top: 10px;
    width: 14px;
    height: 14px;
    background-color: #b41e00;
}

.course .row .con {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
}

.course .row .con strong,
.course .row .con b {
    color: #000;
}

/*图集*/
.image {
    max-width: 1090px;
    overflow: hidden;
}

.imglist .list {
    margin: -32px -2.7522% 0;
    font-size: 0;
}

.imglist .list .col {
    margin: 40px 0 0 2.6086%;
    width: 46.0869%;
    vertical-align: top;
    cursor: pointer;
}

.imglist .col .imgwr {
    position: relative;
    padding-bottom: 64.15%;
    height: 0;
    overflow: hidden;
}

.imglist .col .img {
    display: block;
    width: 100%;
}

.imglist .col .conwr {
    position: relative;
    padding: 18px 0 19px;
}

.imglist .col .tit {
    font-size: 22px;
    color: #131313;
}

.imglist .col .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #b41e00;
}

.imglist .col:hover .imgwr {
    -webkit-transform: translate3d(0, -6px, 0);
    -moz-transform: translate3d(0, -6px, 0);
    -ms-transform: translate3d(0, -6px, 0);
    -o-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}

.imglist .col:hover .line {
    width: 100%;
}

.imglist .col .imgwr-vm {
    border: 1px solid #eee;
}

.imglist .col .img-vm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: 90%;
    max-height: 90%;
}

.imglist-c3 .list .col {
    width: 29.855%;
}

.imglist-c3 .col .conwr {
    position: relative;
    padding: 14px 0 15px;
}

.imglist-c3 .col .tit {
    font-size: 18px;
    color: #131313;
}

.image-con .swiper-container {
    width: 65%;
}

.image-con .swiper-container .imgwr {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
}

.image-con .swiper-container .img {
    display: block;
    width: 100%;
}

.image-con .swiper-container .img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.image-con .swiper-container .btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.image-con .swiper-container .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.image-con .swiper-container .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: -12px auto 0;
    width: 14px;
    height: 24px;
    background: url(../img/icon_btn_l_w.png) 0 0 no-repeat;
}

.image-con .swiper-container .prev {
    left: 0;
}

.image-con .swiper-container .next {
    right: 0;
}

.image-con .swiper-container .next .icon {
    background-image: url(../img/icon_btn_r_w.png);
}

.image-con .swiper-container .btn:hover:before {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.image-con .conbox {
    width: 30%;
}

.image-con .conbox .info .row {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.image-con .conbox .info .tit,
.image-con .conbox .page .tit {
    font-weight: bold;
    font-size: 14px;
    color: #b41e00;
}

.image-con .conbox .info .txt,
.image-con .conbox .page a {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.image-con .conbox .page {
    margin-top: 35px;
    padding-top: 22px;
    border-top: 4px solid #b41e00;
}

.image-more {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.image-more .ttit {
    font-size: 22px;
    color: #b41e00;
}

.image-more .list {
    margin-top: -15px;
}

.image-more .list .col {
    width: 29.855%;
}

.image-more .list .col-4 {
    display: none;
}

.image-more .col .conwr {
    position: relative;
    padding: 14px 0 15px;
}

.image-more .col .tit {
    font-size: 18px;
    color: #131313;
}

/*产品*/
.prolist .col .imgwr {
    border: 1px solid #f0f0f0;
}

.prolist .col .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    max-width: 80%;
    max-height: 80%;
}

.prolist .col .conwr {
    position: relative;
}

.prolist .col .conwr-hp .tit {
    margin-right: 120px;
}

.prolist .col .conwr .stit {
    margin-top: 4px;
    font-size: 16px;
}

.prolist .col .conwr .txt {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.prolist .col .conwr .txt-2 {
    color: #b41e00;
}

.procon-top .imgbox {
    width: 51%;
    text-align: center;
}

.procon-top .imgbox .img {
    max-width: 90%;
    max-height: 600px;
    vertical-align: top;
}

.procon-top .conbox {
    margin-top: 6.8%;
    width: 39%;
}

.procon-top .conbox .title {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 32px;
    color: #131313;
}

.procon-top .conbox .title-s {
    margin: -6px 0 15px;
    font-weight: bold;
    font-size: 18px;
    color: #131313;
}

.procon-top .conbox .txt {
    margin-bottom: 20px;
    font-size: 18px;
}

.procon-top .conbox .txt-2 {
    color: #b41e00;
}

.procon-top .conbox .tit {
    font-weight: bold;
    font-size: 28px;
    color: #b41e00;
}

.procon-top .conbox .con {
    margin-top: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #040404;
}

.procon-main {
    margin-top: 30px;
    font-size: 0;
    overflow: hidden;
}

.procon-main .col {
    position: relative;
    margin: 40px 8.9% 0 0;
    padding-top: 40px;
    width: 41.1%;
    max-width: 375px;
    vertical-align: top;
}

.procon-main .col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2000px;
    height: 1px;
    background-color: #ddd;
}

.procon-main .col .img {
    height: 30px;
}

.procon-main .col .tit {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #b41e00;
}

.procon-main .col .con {
    margin-top: 10px;
    font-size: 13px;
    line-height: 26px;
}

.procon-main .col .con li {
    position: relative;
    margin: 10px 0;
    padding-left: 20px;
    line-height: 16px;
    color: #555656;
}

.procon-main .col .con li:before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #e30613;
}

.procon2-top {
    font-size: 0;
}

.procon2-top .imgbox {
    width: 47%;
    text-align: center;
}

.procon2-top .conbox {
    margin: 0 0 0 6%;
    width: 47%;
}

.procon2-main .col {
    margin-right: 0;
    width: auto;
    max-width: auto;
}

.prolist .col .img-90 {
    max-width: 90%;
    max-height: 90%;
}

.prolist .col .img-100 {
    max-width: 100%;
    max-height: 100%;
}

.procon-top .imgbox .img-90 {
    max-width: 90%;
}

.procon-top .imgbox .img-100 {
    max-width: 100%;
}

//.prolist-t54 .col .img, .prolist-t56 .col .img, .prolist-t60 .col .img { max-width: 100%; max-height: 100%; }
//.product-t54 .procon-top .imgbox .img, .product-t56 .procon-top .imgbox .img, .product-t60 .procon-top .imgbox .img { max-width: 100%; }

/*新闻*/
.article {
    max-width: 1085px;
}

.arttop {
    padding: 0.1px 0;
    border: 1px solid #e1e3e9;
}

.arttop .inwrap {
    position: relative;
    margin: 16px 16px 16px 30px;
}

.arttop .listwr {
    float: none;
    margin: 0 390px -16px 0;
}

.arttop .row-t .tit {
    position: relative;
}

.arttop .row-t .ttxt {
    display: block;
    position: relative;
    z-index: 2;
    padding-right: 90px;
    font-size: 22px;
    color: #000;
}

.arttop .row-t .tit:hover .ttxt {
    color: #b41e00;
}

.arttop .row-t .txt {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 44px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #cc0e18;
}

.arttop .row-t .desc {
    margin-top: 10px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.arttop .row-t .btn {
    display: block;
    margin-top: 15px;
    width: 98px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #0067db;
    border: 1px solid #0067db;
}

.arttop .row-t .btn:hover {
    color: #fff;
    background-color: #0067db;
}

.arttop .listwr .list {
    margin-top: 30px;
}

.arttop .listwr .row {
    position: relative;
    line-height: 72px;
    border-top: 1px solid #e1e3e9;
}

.arttop .row .tit {
    margin-right: 100px;
    font-size: 18px;
    color: #6c6c6c;
}

.arttop .row .time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #6c6c6c;
}

.arttop .row:hover .tit {
    color: #b41e00;
}

.arttop .imgwr {
    position: absolute;
    top: 0;
    right: 0;
    width: 325px;
    height: 100%;
    overflow: hidden;
}

.arttop .imgwr .img {
    display: block;
    width: 100%;
}

.arttop .imgwr .link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.arttop .imgwr:hover .img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.artlist {
    margin-top: 20px;
}

.artlist .row {
    position: relative;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
}

.artlist .row .tit {
    font-weight: bold;
    font-size: 18px;
    color: #141414;
}

.artlist .row .desc {
    margin-top: 10px;
    max-height: 64px;
    font-size: 16px;
    line-height: 32px;
    color: #5e5e5e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.artlist .row .info {
    margin-top: 24px;
    font-size: 0;
    line-height: 16px;
}

.artlist .row .icon {
    margin-right: 16px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-news.png) 0 0 no-repeat;
}

.artlist .row .txt {
    font-size: 12px;
    color: #7e7e7e;
}

.artlist .row:hover .img {
    -webkit-transform: translate3d(6px, 0, 0) scale(1.06);
    -moz-transform: translate3d(6px, 0, 0) scale(1.06);
    -ms-transform: translate3d(6px, 0, 0) scale(1.06);
    -o-transform: translate3d(6px, 0, 0) scale(1.06);
    transform: translate3d(6px, 0, 0) scale(1.06);
}

.artlist .row:hover .tit {
    color: #b41e00;
}

.artcon .title {
    font-weight: bold;
    font-size: 22px;
    color: #363636;
    text-align: center;
}

.artcon .info {
    margin-top: 15px;
    font-size: 0;
    color: #939393;
    text-align: center;
}

.artcon .info .txt {
    margin: 0 10px 0 5px;
    font-size: 13px;
}

.artcon .body {
    margin-top: 30px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 2;
    border-top: 1px solid #eee;
}

.artcon .body p {
    margin: 10px 0;
}

.artcon .tools {
    margin-top: 40px;
    padding-top: 26px;
    border-top: 1px solid #eee;
}

.artcon .tools .back {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.artcon .tools .btn {
    position: relative;
    margin: 0 10px;
    width: 14px;
    height: 26px;
    font-size: 0;
    background: url(../img/btn-newsc.png) 0 0 no-repeat;
}

.artcon .tools .btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.artcon .tools .prev:hover {
    background-position: -20px 0;
}

.artcon .tools .next {
    background-position: -20px -32px;
}

.artcon .tools .next:hover {
    background-position: 0 -32px;
}

/*联系*/
.contact .conwr {
    width: 44.7%;
}

.contact .conwr .title {
    font-weight: bold;
    font-size: 34px;
    color: #000;
}

.contact .conwr .con {
    margin-top: 30px;
    font-size: 20px;
    line-height: 50px;
    color: #5e5e5e;
}

.contact .ewmwr {
    margin: -14px 0 0 8.5%;
    width: 46.8%;
    max-width: 300px;
}

.contact .ewmwr .img {
    display: block;
    width: 100%;
}

.contact .ewmwr .txt {
    font-size: 16px;
    text-align: center;
    color: #5e5e5e;
}

.feedback {
    margin-top: 40px;
    max-width: 900px;
}

.feedback .list {
    font-size: 0;
}

.feedback .list .row {
    position: relative;
    margin-top: 20px;
}

.feedback .list .row-2 {
    width: 49.44%;
    vertical-align: top;
}

.feedback .list .row-b {
    width: 49.44%;
}

.feedback .list .marl {
    margin-left: 1.12%;
}

.feedback .row .txt {
    font-size: 14px;
    color: #555;
}

.feedback .row .star {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-left: 4px;
    font-style: normal;
    line-height: 14px;
    border-bottom: 1px dotted #555;
}

.feedback .row .inbox {
    position: relative;
    margin-top: 8px;
}

.feedback .row .intxt {
    display: block;
    padding: 0 3%;
    width: 94%;
    height: 31px;
    line-height: 31px;
    border: 1px solid #000;
}

.feedback .row .intxt-3 {
    padding: 6px 1.5%;
    width: 97%;
    max-width: 97%;
    min-width: 97%;
    height: 72px;
    line-height: 24px;
}

.feedback .row .img {
    display: none;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -10px;
}

.feedback .row .btnwr {
    padding: 0 3%;
    height: 45px;
    line-height: 45px;
    background-color: #e30613;
}

.feedback .row .btnwr .txt {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.feedback .row .btnwr .icon {
    margin-top: 16px;
    width: 9px;
    height: 13px;
    background: url(../img/arrow-inp.png) 0 0 no-repeat;
}

.feedback .row .btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: none;
    cursor: pointer;
}

.feedback .row-b:hover .btnwr {
    background-color: #b41e00;
}

.map img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.map .wrap {
    position: relative;
    padding-bottom: 50%;
    max-width: 900px;
}

.map .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 640px) {
    body {
        min-width: 0;
    }

    .header {
        padding: 10px 0;
        height: auto;
        line-height: normal;
    }

    .header .tools {
        display: none;
    }

    .header .logo {
        padding: 0;
    }

    .header .logo .img {
        height: 70px;
    }

    .header .btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
        margin: 6px 3% 0 0;
        cursor: pointer;
    }

    .header .btn .line {
        display: block;
        position: relative;
        margin: 0 0 6px 4px;
        width: 18px;
        height: 2px;
        background-color: #fff;
    }

    .header .btn .line:before {
        content: '';
        position: absolute;
        top: 0;
        left: -4px;
        width: 2px;
        height: 2px;
        background-color: #fff;
    }

    .header .btn.on {
        -webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        -moz-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        -ms-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        -o-transform: rotateZ(180deg) translate3d(0, 5px, 0);
        transform: rotateZ(180deg) translate3d(0, 5px, 0);
    }

    .header .btn.on .line {
        background-color: #333;
    }

    .header .btn.on .line-t {
        -webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        -moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        -ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        -o-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
        transform: translate3d(0, 8px, 0) rotateZ(-45deg);
    }

    .header .btn.on .line-m {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .header .btn.on .line-b {
        -webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        -moz-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        -ms-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        -o-transform: translate3d(0, -8px, 0) rotateZ(45deg);
        transform: translate3d(0, -8px, 0) rotateZ(45deg);
    }

    .header .lan {
        position: fixed;
        z-index: 11;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

    .header.nav-on .lan {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .header .lan .link {
        font-size: 14px;
        line-height: 18px;
        color: #333;
    }

    .header .lan .line {
        margin: 0 14px;
        height: 14px;
        background-color: #333;
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .nav .list {
        position: absolute;
        top: 50%;
        right: 0;
        padding: 40px 0;
        width: 100%;
        max-height: calc(100% - 80px);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .nav .list:before {
        content: '';
        display: block;
        margin: 0 auto 20px;
        width: 108px;
        height: 50px;
        background: url(../img/logo-black.png) 0 0 no-repeat;
        background-size: 100% auto;
    }

    .nav .list .col {
        display: block;
        margin: 0 5%;
    }

    .nav .col .link {
        display: block;
        padding: 0 20px;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        color: #222;
        text-shadow: none;
    }

    .nav .col .line {
        display: none;
    }

    .nav .cur .link,
    .nav .cur .link:hover {
        color: #b41e00;
    }

    .nav .col .son {
        display: none;
        position: static;
        margin: 0;
        padding: 0;
        width: auto;
        background: none;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        box-shadow: none;
    }

    .nav .col .row {
        border-top: none;
    }

    .nav .col .slink {
        padding: 0 30px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
    }

    .nav-hide {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .nav-hide .list {
        top: 40%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .nav .col-lan .this {
        display: none;
    }

    .nav .col-lan .this .llink {
        display: block;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        color: #222;
    }

    .nav .col-lan .this .icon {
        display: none;
    }

    .nav .col-lan .other {
        position: static;
        margin-left: 0;
        padding-top: 0;
        width: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .nav .col-lan .other .llink {
        display: block;
        padding: 0;
        line-height: 50px;
        color: #222;
        box-shadow: none;
    }

    .nav .col-lan .other .llink:hover {
        color: #b41e00;
    }

    .footer .info .txt {
        font-size: 14px;
    }

    .footer .info .txt-2 {
        font-size: 12px;
        line-height: 18px;
    }

    .footer .info .line {
        margin-top: 10px;
    }

    .footer .info .email {
        margin-top: 10px;
        font-size: 20px;
    }

    .footer .info .list {
        margin-top: 0;
    }

    .footer .info .col {
        margin: 15px 0 0;
        padding-top: 10px;
        width: auto;
    }

    .footer .info .ctit {
        font-size: 16px;
    }

    .footer .info .ctxt {
        margin-top: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .footer .info .bg {
        visibility: hidden;
    }

    .footer .copyright .con {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .footer .info .bg,
    .footer .bdsharebuttonbox,
    .floatright {
        display: none;
    }

    //.mFoot-nav { display: block; }

    .banner .img {
        margin-left: -25%;
        width: 150%;
    }

    .banner .txt {
        font-size: 18px;
    }

    .container {
        margin-top: 0;
        padding: 0 0 30px;
    }

    .sidebar {
        float: none;
        position: relative;
        margin: 0 -3.5%;
        width: auto;
        background-color: #555;
    }

    .sidebar .ttit {
        margin-left: 0;
        padding: 14px 3%;
        font-size: 16px;
        color: #fff;
    }

    .sidebar .menu {
        display: none;
        margin-top: 0;
        margin: 0 3%;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .sidebar .menu .link {
        padding-left: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .sidebar .menu .link:hover,
    .sidebar .menu .cur .link,
    .sidebar .menu .hover .link {
        color: #fff;
    }

    .sidebar .menu .cur .link {
        padding-left: 15px;
        color: #fff;
    }

    .sidebar .menu .cur .line {
        width: 10px;
    }

    .sidebar .menu .son {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sidebar .menu .slink {
        padding-left: 15px;
        font-size: 14px;
        line-height: 26px;
        color: #eee;
    }

    .sidebar .btn {
        display: block;
        position: absolute;
        top: 19px;
        right: 3%;
        width: 9px;
        height: 13px;
        background: url(../img/arrow-inp.png) 0 0 no-repeat;
    }

    .sidebar.on .btn {
        -webkit-transform: rotateZ(90deg);
        -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -o-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    .content {
        float: none;
        margin-top: 0;
        padding-left: 0;
        width: auto;
    }

    .position {
        padding: 10px 0 10px 20px;
        font-size: 12px;
        border-bottom: 1px solid #eee;
    }

    .position .icon {
        top: 13px;
        width: 27px;
        height: 11px;
    }

    .content-box {
        margin-top: 25px;
    }

    .pagelist {
        margin-top: 20px;
    }

    .pagelist a,
    .pagelist b {
        margin: 5px 3px 0;
        min-width: 14px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .swiperpf .swiper-container {
        top: 5%;
        width: 94%;
        height: 90%;
    }

    .swiperpf .tit {
        top: 0;
        bottom: auto;
        font-size: 14px;
    }

    .swiperpf .close {
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
    }

    .swiperpf .btn {
        width: 30px;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .swiperpf .prev {
        left: 3%;
    }

    .swiperpf .next {
        right: 3%;
    }

    .about-js {
        margin-bottom: 0;
    }

    .about-fl .list {
        margin: 0;
    }

    .about-fl .list .col {
        display: block;
        margin: 20px 0 0;
        width: auto;
    }

    .about-fl .col .conwr {
        margin-top: 10px;
    }

    .about-fl .col .con {
        margin-top: 0;
        min-height: auto;
    }

    .about-fl .col .btnwr {
        margin-top: 5px;
    }

    .about-fl .col .btn {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .about-fl .col .line {
        width: 100%;
    }

    .about-sj,
    .about-sjtp {
        margin-bottom: 30px;
    }

    .about-sj .imgwr,
    .about-sj .conwr {
        display: block;
        width: auto;
    }

    .about-sj .conwr {
        margin: -20% auto 0;
        width: 90%;
    }

    .about-sj .conwr .incon {
        padding: 15px;
        text-align: center;
    }

    .about-sj .conwr .tit,
    .about-shij .conwr .tit {
        font-size: 16px;
    }

    .about-sj .conwr .con,
    .about-shij .conwr .con {
        margin-top: 10px;
        min-height: auto;
        font-size: 14px;
        line-height: 24px;
    }

    .about-shij {
        padding-bottom: 20px;
    }

    .about-ban {
        margin-top: -30px;
    }

    .course {
        margin-top: 5px;
    }

    .course .row {
        margin-top: 25px;
        padding-left: 20px;
    }

    .course .row .title {
        font-size: 18px;
        line-height: 28px;
    }

    .course .row .icon {
        top: 7px;
        left: -20px;
        width: 10px;
        height: 10px;
    }

    .course .row .con {
        margin-top: 15px;
        font-size: 15px;
        line-height: 24px;
    }

    .imglist .list {
        margin: -20px 0 0;
    }

    .imglist .list .col {
        margin: 20px 0 0;
        width: 48%;
    }

    .imglist .list .col:nth-child(2n) {
        margin-left: 4%;
    }

    .imglist .col .conwr {
        padding: 10px 0;
    }

    .imglist .col .tit {
        font-size: 14px;
    }

    .image-con .swiper-container,
    .image-con .conbox {
        float: none;
        width: auto;
    }

    .image-con .conbox {
        margin-top: 20px;
    }

    .image-con .conbox .info .row {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .image-con .conbox .page {
        margin-top: 20px;
        padding-top: 15px;
    }

    .image-more {
        margin-top: 30px;
        padding-top: 15px;
    }

    .image-more .ttit {
        font-size: 18px;
    }

    .image-more .list {
        margin-top: 0;
    }

    .image-more .list .col-4 {
        display: inline-block;
    }

    .prolist .col .conwr-hp .tit {
        margin-right: 0;
    }

    .prolist .col .conwr .stit {
        margin-top: 0;
        font-size: 12px;
    }

    .prolist .col .conwr .txt {
        position: relative;
        top: 0;
        margin-top: 4px;
        font-size: 12px;
        line-height: normal;
    }

    .procon-top .imgbox,
    .procon-top .conbox {
        float: none;
        width: auto;
    }

    .procon-top .imgbox .img {
        max-height: none;
    }

    .procon-top .conbox .title {
        margin: 25px 0 15px;
        font-size: 20px;
        text-align: center;
    }

    .procon-top .conbox .title-s {
        margin: -15px 0 15px;
        font-size: 14px;
        text-align: center;
    }

    .procon-top .conbox .tit {
        font-size: 16px;
    }

    .procon-top .conbox .txt {
        font-size: 16px;
    }

    .procon-top .conbox .con {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .procon-main {
        margin-top: 10px;
    }

    .procon-main .col {
        margin: 20px 0 0;
        padding-top: 15px;
        width: 100%;
        max-width: none;
    }

    .procon2-top .imgbox,
    .procon2-top .conbox {
        display: block;
        margin: 0;
    }

    .arttop .inwrap {
        margin: 15px 15px 5px;
    }

    .arttop .listwr {
        margin: 0;
    }

    .arttop .row-t .ttxt {
        padding-left: 40px;
        padding-right: 0;
        font-size: 16px;
    }

    .arttop .row-t .txt {
        left: 0;
        width: 30px;
        font-size: 12px;
        line-height: 22px;
    }

    .arttop .row-t .btn {
        font-size: 12px;
    }

    .arttop .listwr .list {
        margin-top: 20px;
    }

    .arttop .listwr .row {
        line-height: 40px;
    }

    .arttop .row .tit {
        margin-right: 82px;
        font-size: 14px;
    }

    .arttop .row .time {
        font-size: 12px;
    }

    .arttop .imgwr {
        display: none;
    }

    .artlist {
        margin-top: 10px;
    }

    .artlist .row {
        padding: 20px 0;
    }

    .artlist .row .tit {
        font-size: 15px;
    }

    .artlist .row .desc {
        margin-top: 6px;
        max-height: 40px;
        font-size: 13px;
        line-height: 20px;
    }

    .artlist .row .info {
        margin-top: 10px;
    }

    .artlist .row .icon {
        margin-right: 6px;
    }

    .artcon .title {
        font-size: 18px;
    }

    .artcon .info {
        margin-top: 12px;
    }

    .artcon .info .txt {
        margin: 0 5px;
        font-size: 12px;
    }

    .artcon .body {
        margin-top: 20px;
        padding-top: 12px;
        font-size: 15px;
        line-height: 1.9;
    }

    .artcon .tools {
        margin-top: 25px;
        padding-top: 15px;
    }

    .contact .conwr,
    .contact .ewmwr {
        float: none;
        width: auto;
    }

    .contact .conwr .title {
        font-size: 20px;
        text-align: center;
    }

    .contact .conwr .con {
        margin-top: 15px;
        font-size: 15px;
        line-height: 25px;
    }

    .contact .ewmwr {
        margin: 20px auto 0;
        width: 50%;
    }

    .contact .ewmwr .txt {
        font-size: 14px;
    }

    .feedback {
        margin-top: 20px;
    }

    .feedback .list .row {
        margin-top: 10px;
    }

    .feedback .row .inbox {
        margin-top: 4px;
    }

    .feedback .row .intxt {
        width: 100%;
        box-sizing: border-box;
    }

    .feedback .row .intxt-3 {
        padding: 6px 3%;
        width: 200%;
        min-width: 200%;
        max-width: 200%;
        height: 84px;
    }

    .feedback .row .btnwr {
        height: 35px;
        line-height: 35px;
    }

    .feedback .row .btnwr .icon {
        margin-top: 11px;
    }

    .map .wrap {
        padding-bottom: 100%;
    }
}

/*动画*/
.yt,
.yb,
.xl,
.xr,
.anime-t {
    opacity: 0;
}

.anime-r .yt,
.anime-r.yt {
    -webkit-animation: yt 1s forwards;
    -moz-animation: yt 1s forwards;
    -o-animation: yt 1s forwards;
    animation: yt 1s forwards;
}

.anime-r .yb,
.anime-r.yb {
    -webkit-animation: yb 1s forwards;
    -moz-animation: yb 1s forwards;
    -o-animation: yb 1s forwards;
    animation: yb 1s forwards;
}

.anime-r .xl,
.anime-r.xl {
    -webkit-animation: xl 1s forwards;
    -moz-animation: xl 1s forwards;
    -o-animation: xl 1s forwards;
    animation: xl 1s forwards;
}

.anime-r .xr,
.anime-r.xr {
    -webkit-animation: xr 1s forwards;
    -moz-animation: xr 1s forwards;
    -o-animation: xr 1s forwards;
    animation: xr 1s forwards;
}

.anime-r .yt:nth-child(1),
.anime-r .yb:nth-child(1),
.anime-r .xl:nth-child(1),
.anime-r .xr:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.anime-r .yt:nth-child(2),
.anime-r .yb:nth-child(2),
.anime-r .xl:nth-child(2),
.anime-r .xr:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.anime-r .yt:nth-child(3),
.anime-r .yb:nth-child(3),
.anime-r .xl:nth-child(3),
.anime-r .xr:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.anime-r .yt:nth-child(4),
.anime-r .yb:nth-child(4),
.anime-r .xl:nth-child(4),
.anime-r .xr:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.anime-r .yt:nth-child(5),
.anime-r .yb:nth-child(5),
.anime-r .xl:nth-child(5),
.anime-r .xr:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.anime-r .yt:nth-child(6),
.anime-r .yb:nth-child(6),
.anime-r .xl:nth-child(6),
.anime-r .xr:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.anime-r .yt:nth-child(7),
.anime-r .yb:nth-child(7),
.anime-r .xl:nth-child(7),
.anime-r .xr:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.anime-r .yt:nth-child(8),
.anime-r .yb:nth-child(8),
.anime-r .xl:nth-child(8),
.anime-r .xr:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.anime-r .yt:nth-child(9),
.anime-r .yb:nth-child(9),
.anime-r .xl:nth-child(9),
.anime-r .xr:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

/*.anime-r .yt:nth-child(10), .anime-r .yb:nth-child(10), .anime-r .xl:nth-child(10), .anime-r .xr:nth-child(10) {
  -webkit-animation-delay: 1.0s; -moz-animation-delay: 1.0s; -o-animation-delay: 1.0s; animation-delay: 1.0s;
}
.anime-r .yt:nth-child(11), .anime-r .yb:nth-child(11), .anime-r .xl:nth-child(11), .anime-r .xr:nth-child(11) {
  -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; -o-animation-delay: 1.1s; animation-delay: 1.1s;
}
.anime-r .yt:nth-child(12), .anime-r .yb:nth-child(12), .anime-r .xl:nth-child(12), .anime-r .xr:nth-child(12) {
  -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s;
}*/
@keyframes yt {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        -o-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes yt {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes yt {
    0% {
        -moz-transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes yt {
    0% {
        -o-transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes yb {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        -o-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes yb {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes yb {
    0% {
        -moz-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes yb {
    0% {
        -o-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes xl {
    0% {
        -webkit-transform: translate3d(-30px, 0, 0);
        -ms-transform: translate3d(-30px, 0, 0);
        -o-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes xl {
    0% {
        -webkit-transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes xl {
    0% {
        -moz-transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes xl {
    0% {
        -o-transform: translate3d(-30px, 0, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes xr {
    0% {
        -webkit-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes xr {
    0% {
        -webkit-transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes xr {
    0% {
        -moz-transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes xr {
    0% {
        -o-transform: translate3d(30px, 0, 0);
        opacity: 0;
    }

    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}