@charset "utf-8";
/* CSS Document */
/*******************************font-face*******************************/
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/sourcehansanscn-regular.woff2") format("woff2"),
    url("../fonts/sourcehansanscn-regular.woff") format("woff"),
    url("../fonts/sourcehansanscn-regular.ttf") format("truetype"),
    url("../fonts/sourcehansanscn-regular.eot") format("embedded-opentype"),
    url("../fonts/sourcehansanscn-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Swiss721BT-Thin';
    src: url('../fonts/swiss721bt-thin.eot');
    src: url('../fonts/swiss721bt-thin.woff') format('woff'), url('../fonts/swiss721bt-thin.ttf') format('truetype'), url('../fonts/swiss721bt-thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, button, p, blockquote, pre, hr, th, td, em {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 '微软雅黑', 'Microsoft YaHei', Arial, sans-serif;
    color: #6a6a6a;
    -webkit-text-size-adjust: none;
    background: #fff;
}
h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}
fieldset, img {
    border: 0
}
address, caption, cite, code, em, i, strong, th, var {
    font-style: normal
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
label {
    cursor: default
}
input, textarea {
    outline: none
}
a {
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
}
a:link {
    text-decoration: none;
}
.clear {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.layout {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1220px) {
    .layout {
        width: 94%;
    }
}
.left {
    float: left;
}
.right {
    float: right;
}
.hide {
    display: none;
}
.box {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
body {
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
/*reset*/
/*header*/
header {
    position: relative;
    height: 80px;
    background: #fff;
    display: block;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    background: #fff;
    height: 80px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
}
.header.on {
    top: -150px;
}
.header.fixed-nav {
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.03);
}
.header .box {
    max-width: 1720px;
    position: relative;
}
.header .nav {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.header .nav li.navli {
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0;
    position: relative;
}
.header .nav li.navli.on a, .header .nav li.navli:hover a {
    color: #000;
}
.header .nav ul {
    padding-top: 30px;
    display: inline-block;
    margin: 0 auto;
}
.header .nav .en1 {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 5px;
}
.header .nav li.navli a {
    font-size: 14px;
    color: #37322f;
    display: block;
    padding: 0 19px 29px 19px;
    font-family: '思源黑体 CN', Source Han Sans CN, "SourceHanSansCN-Regular", Arial, PingFang SC Medium, '微软雅黑', Microsoft Yahei, Arial, Hiragino Sans GB, STHeiti, '华文细黑', sans-serif;
}
.header .nav a.on, .header .nav a:hover {
    color: #000;
}
.header .header-input {
    float: right; /* display: none; */
    position: relative;
    margin-top: 25px;
    position: absolute;
    top: 0;
    right: 45px;
}
.header-input .text {
    overflow: hidden;
    width: 0px;
    line-height: 40px;
    border-radius: 30px;
    padding: 0px;
    box-sizing: border-box;
    border: 0px;
    transition: width .6s linear;
    -webkit-transition: width .6s linear;
    background: #f5f5f5;
    color: #333333;
    margin-right: 10px;
}
.header-input .text.on {
    width: 600px;
    padding: 0 50px 0 30px;
}
.icon {
    background-image: url('../images/icon.png');
    width: 20px;
    height: 25px;
    background-position: 0 0;
    display: inline-block;
    background-repeat: no-repeat;
}
.icon-sub, .icon-sub1, .icon-close {
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer;
}
.icon-close {
    left: -35px;
    display: none;
    background-position: -25px -25px;
}
.icon-sub1 {
    background-position: 0px 0px;
    display: none;
}
.logo {
    width: 235px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
}
.header .menu {
    display: none;
    margin-top: 30px;
}
.header .menu > div {
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background-color: #8a8a8a;
    margin: 10px 0;
}
.header .lan {
    padding-top: 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.header .lan a {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #909090;
    margin-left: 7px;
    font-size: 12px;
    text-transform: uppercase;
}
.header .lan a:hover {
    color: #000;
}
/*end header*/
.nav li .dropdown {
    width: 200px !important;
    height: auto !important;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    display: none;
    top: 40px;
    background-color: #ffffff;
    padding-bottom: 12px;
    padding-top: 12px;
}
.header .nav li.navli .dropdown a {
    color: #37322f !important;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 20px !important;
    text-decoration: none;
    position: relative;
    text-align: left;
}
.header .nav li.navli .dropdown a:hover {
    color: #000 !important;
}
@media screen and (max-width: 1500px) {
    .header .nav ul {
        margin-left: 100px;
    }

    .header .nav li.navli a {
        font-size: 14px;
        padding: 0 15px 29px 15px;
    }
}
@media screen and (max-width: 1370px) {
    .header .nav li.navli a {
        padding: 0 10px 29px 10px;
    }
}
@media screen and (max-width: 1220px) {
    header {
        height: 60px;
    }

    .header .nav ul {
        margin-left: 0;
    }

    .nav li .dropdown {
        display: none !important;
    }

    .header .lan {
        padding-top: 25px;
        margin-right: 10px;
        right: 30px;
    }

    .header .nav {
        display: none;
    }

    .header .menu {
        display: block;
        float: right;
        margin-top: 15px;
    }

    .search.pros .pro-lists li {
        width: 30%;
    }

    .header .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10% 5% 0 5%;
        height: 100vh;
        background-color: #595757;
        overflow: auto;
    }

    .header .nav ul {
        display: block !important;
        float: none;
        margin-right: 0px;
        border-top: 1px solid #f5dfc2;
        border-bottom: 1px solid #f5dfc2;
        padding-top: 0;
        margin-top: 30px;
    }

    .header .nav li.navli {
        display: block;
        float: none;
        margin: 0;
        text-align: left;
        line-height: 50px;
        border-top: 1px solid #717171;
        padding: 0 10px;
    }

    .header .nav li.navli:first-child {
        border-top: 0px;
    }

    .header .nav li.navli a {
        color: #ffffff;
        display: block;
        padding: 5px 15px;
    }

    .header .nav .en1 {
        display: inline-block;
        font-size: 18px;
        margin-left: 5px;
    }

    .header .nav .en {
        display: inline-block;
        font-size: 16px;
    }

    .header .header-input {
        float: none;
        position: relative;
        right: 0;
    }

    .header-input .text {
        width: 100%;
        padding: 0 5%;
        line-height: 50px;
        height: 50px;
    }

    .header-input .text.on {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .icon-sub, .icon-sub1, .icon-close {
        right: 1%;
        display: none;
        background-position: 0px 0px;
        top: 30%;
    }

    .search-input {
        text-align: center;
    }

    .icon-sub1 {
        display: block;
    }

    #close {
        position: fixed;
        top: 3%;
        right: 5%;
        z-index: 100;
        width: 30px;
        height: 30px;
        z-index: 9;
    }

    #close:after, #close:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        display: block;
        background-color: #ffffff;
        top: 10px;
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
        margin-top: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    #close.on:after {
        margin-top: 0px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    #close.on:before {
        margin-top: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .header {
        height: 60px;
    }

    .logo {
        width: 200px;
    }

    .header .nav {
        z-index: 9;
    }
}
@media screen and (max-width: 800px) {
    .header .nav li.navli {
        line-height: 40px;
    }

    .header .lan a, .header .lan i {
        display: none;
    }

    .header .lan a.on {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    header {
        height: 60px;
    }

    .header {
        height: 60px;
    }

    .header .menu {
        margin-top: 15px;
    }

    .header .lan {
        padding-top: 12px;
    }

    .header .menu > div {
        margin: 5px 0;
        width: 25px;
    }
}
@media screen and (max-width: 450px) {
    .search.pros .pro-lists li {
        width: 100%;
        margin: 10px 0;
    }

    .logo {
        width: 150px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1310px) {
    .header .box, .banner .box, .second .box, .blogo, .third .box, .fourth .box, .fiveth .box, .footer .box, .bottom-banner .box, .top-banner .navs1 {
        zoom: 1;
    }
}
/*banner1*/
.banner1 {
    position: relative;
}
#indexbanner1 {
    overflow: hidden;
}
.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 2.3rem;
    text-align: center;
    z-index: 99;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1.5px 1.5px 5px 0 #666;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #f5dfc2 !important;
    position: relative;
}
.slick-dots .slick-active:before {
    content: ' ';
    display: block;
    width: 23px;
    height: 23px; /*border: 2px solid #f5dfc2;*/
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    z-index: 1;
}
/*mobile banner*/
.TouchSlide {
    display: none
}
@media screen and (max-width: 1024px) {
    #indexbanner1 {
        display: none;
    }

    /*m_Banner*/
    .TouchSlide {
        width: 100%;
        position: relative;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        display: block;
    }

    .TouchSlide .bd {
        position: relative;
        z-index: 0;
        text-align: center;
        width: 100%;
    }

    .TouchSlide .bd li {
        width: 100%;
        margin-bottom: 1em;
    }

    .TouchSlide .bd li img {
        width: 100%;
    }

    .TouchSlide .bd li a {
        display: block;
    }

    .TouchSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 3.125vw;
        text-align: center;
    }

    .TouchSlide .hd ul li {
        border: 1px solid #fff;
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 5px;
        height: 5px;
        margin: 0 0.5em;
        overflow: hidden;
        line-height: 999px;
        border-radius: 50%;
    }

    .TouchSlide .hd ul li.on {
        background: #fff;
    }
}
/****************footer start******************/
.foot {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
}
.foot .foot-inner {
    position: relative;
    padding: 80px 0 0px 0;
    font-family: '思源黑体 CN', Source Han Sans CN, "SourceHanSansCN-Regular", PingFang SC Medium, '微软雅黑', Microsoft Yahei, Arial, Hiragino Sans GB, STHeiti, '华文细黑', sans-serif;
}
.foot .foot-logo {
    text-align: center;
    width: 100%;
    padding-bottom: 100px;
}
.foot .foot-nav {
    text-align: center;
    float: left;
    width: 60%;
    margin: 0 auto;
}
.foot .foot-nav > a {
    display: block;
    margin-bottom: 20px;
    opacity: 0.9;
}
.foot .foot-nav ul {
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 0.9;
}
.foot .foot-nav ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 40px;
}
.foot .foot-nav ul a {
    font-size: 14px;
    color: #a0a0a0;
    text-align: center;
    line-height: 30px;
}
.foot .foot-nav ul a:hover {
    color: #000;
}
.foot .foot-right {
    float: right;
    width: 10%;
    text-align: right;
    font-size: 13px;
    color: #fff;
}
.foot .foot-right .bottom-logo {
    display: block;
    margin-bottom: 30px;
    height: 70px;
}
.foot .foot-right .ph {
    font-size: 20px;
}
.foot .bq {
    text-align: left;
    color: #a0a0a0;
    font-size: 12px;
    float: left;
    width: 30%;
    line-height: 30px;
}
.foot .bq a {
    color: #a0a0a0;
}
.foot .bq a:hover {
    color: #fff
}
.foot .share {
    margin: 0 auto;
    text-align: left;
    float: right;
    position: relative;
}
.foot .share ul {
    margin: 0 auto;
    height: 30px;
    width: 100%;
}
.foot .share ul li {
    width: 30px;
    height: 30px;
    display: inline-block;
    *display: inline;
    padding: 0;
}
.foot .share ul li a {
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-top: 0em;
    transition: all 1s;
    margin-right: 8px;
    filter: alpha(opacity:50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5
}
.foot .share ul li a.fa-qq {
    background-position: right center;
    background-image: url(../images/bottom-qq.png);
}
.foot .share ul li a.fa-wx {
    background-position: right center;
    background-image: url(../images/bottom-wx.png);
}
.foot .share ul li a:hover {
    filter: alpha(opacity:100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}
.foot .foot-bottom {
    border-top: 1px solid #f5f5f5;
    padding: 16.5px 0;
}
.foot .share ul li .li-weixin img {
    display: none;
    width: 100px;
    height: 100px;
    margin-left: -35px;
    margin-top: -130px;
    position: absolute;
    z-index: 1;
}
.foot .share ul li:hover .li-weixin img {
    display: block;   width: 100px !important;
    height: 100px;
}
@media screen and (max-width: 1600px) {
    .foot .foot-nav ul li {
        margin-right: 20px;
    }

    .foot .foot-nav ul a {
        font-size: 12px;
    }
}
@media screen and (max-width: 1200px) {
    .foot .foot-nav {
        display: none;
    }

    .foot .foot-right {
        width: 20%;
    }

    .foot .bq {
        width: 80%;
    }
}
@media screen and (max-width: 750px) {
    .foot .foot-logo img {
        max-width: 180px;
    }

    .foot .foot-inner {
        padding: 60px 0 0px 0;
    }

    .foot .foot-logo {
        padding-bottom: 70px;
    }
}
/*titleBox*/
.titleNr {
    padding: 0;
}
.titleBig .t1 {
    color: #464646;
    font-size: 54px;
    line-height: 70px;
    margin: 0 auto;
    display: block;
    font-style: normal;
}
.titleBig .t2 {
    color: #464646;
    font-size: 16px;
    line-height: normal;
    margin: 0 auto;
    display: block;
    font-style: normal;
}
.titlewz {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    display: block;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 30px;
}
.titleline {
    background: #221e1f;
    height: 4px;
    width: 44px;
    margin: 0 auto;
    margin-top: 25px;
}
@media screen and (max-width: 1000px) {
    .titleBig .t1 {
        font-size: 40px;
        line-height: normal;
        margin-top: 30px;
    }

    .titleBig .t2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 750px) {
    .titleBig .t1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
/*btn-view*/
.btn-viewB {
    overflow: hidden;
}
.btn-view {
    display: inline-block;
    width: 159px;
    height: 49px;
}
.btn-view .cube {
    overflow: visible;
    position: relative;
}
.btn-view .flippety, .btn-view .flop {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.btn-view .flippety, .btn-view .flop {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #909090;
    border-radius: 5px;
    background: url(../images/more.png) 90% center no-repeat #fff;
    text-indent: 18px;
    width: 150px;
    height: 40px;
    line-height: 40px;
}
.btn-view .flippety {
    z-index: 1;
}
.btn-view .flop {
    top: 5px;
    left: 5px;
}
.btn-view .cube:hover .flop {
    top: 0;
    left: 0;
}
.btn-view .cube .flop {
    -webkit-transition: all .5s cubic-bezier(.445, .145, .355, 1);
    -moz-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -o-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -ms-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    transition: all .6s cubic-bezier(.445, .145, .355, 1)
}
/*indexPro*/
.indexProBox {
    padding-bottom: 130px;
    padding-top: 130px;
    background: #fff;
}
.indexPro {
    position: relative;
    z-index: 1;
    height: 560px;
}
.indexPro .box {
    position: relative;
    z-index: 1;
}
.indexPro .proBox {
    float: left;
    width: 690px;
    overflow: hidden;
}
.indexPro .titleBox {
    width: 510px;
    height: 560px;
    overflow: hidden;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}
.indexPro .titleBox .titleNr {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px 0 95px;
}
.indexPro.indexPro1 .bg1 {
    background: url(../images/index-pro-k.png) center center no-repeat;
    width: 562px;
    height: 430px;
    position: absolute;
    top: 65px;
    right: 115px;
    z-index: 2;
}
.indexPro.indexPro1 .bg2 {
    background: url(../images/index-pro-bg.jpg) center center no-repeat;
    width: 430px;
    height: 430px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.indexPro.indexPro2 .proBox {
    float: right;
    overflow: hidden;
}
.indexPro.indexPro2 .bg1 {
    background: url(../images/index-pro2-k.png) center center no-repeat;
    width: 562px;
    height: 430px;
    position: absolute;
    top: 65px;
    left: 115px;
    z-index: 1;
}
.indexPro.indexPro2 .bg2 {
    background: url(../images/index-pro2-ss.png) center center no-repeat;
    width: 157px;
    height: 167px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
}
.indexPro.indexPro2 .titleBox .titleNr {
    padding: 0 95px 0 40px;
}
@media screen and (max-width: 1200px) {
    .indexPro .proBox {
        width: 60%;
        overflow: hidden;
    }

    .indexPro .titleBox {
        width: 40%;
    }

    .indexPro .titleBox .titleNr {
        padding: 0 30px 0 50px;
    }
}
@media screen and (max-width: 1000px) {
    .indexProBox {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .indexPro {
        height: auto;
    }

    .indexPro .proBox {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .indexPro .titleBox {
        width: 100%;
        height: auto;
    }

    .indexPro .titleBox .titleNr {
        padding: 0 30px;
    }

    .indexPro.indexPro1 .bg2 {
        top: auto;
        bottom: 0;
        z-index: 0;
    }

    .indexPro.indexPro2 .titleBox .titleNr {
        padding: 0 30px 0 30px;
    }

    .indexPro.indexPro2 .bg2 {
        top: auto;
        bottom: 0;
    }

    .indexPro .proBox img {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .indexPro .titleBox .titleNr {
        padding: 0;
    }

    .indexPro.indexPro1 .bg1 {
        right: auto;
        left: 65px;
        display: none;
    }

    .indexPro.indexPro2 .titleBox .titleNr {
        padding: 0;
    }

    .indexPro.indexPro2 .bg1 {
        left: auto;
        right: 65px;
        display: none;
    }
}
.indexPro-tit {
    padding: 80px 0;
    font-size: 0;
}
.indexPro-tit span {
    display: inline-block;
    zoom: 1;
    width: 33.33333%;
    padding: 0;
    line-height: 30px;
}
.indexPro-tit span.t1 {
    text-align: left;
}
.indexPro-tit span.t2 {
    text-align: center;
}
.indexPro-tit span.t3 {
    text-align: right;
}
.indexPro-tit a {
    font-size: 16px;
    color: #d0d1d3;
    line-height: 30px;
    display: inline-block;
}
.indexPro-tit a:hover {
    color: #d1a078;
}
@media screen and (max-width: 100px) {
    .indexPro-tit {
        padding: 50px 0;
        font-size: 0;
    }
}
@media screen and (max-width: 750px) {
    .indexPro-tit {
        padding: 30px 0;
        font-size: 0;
    }

    .indexPro-tit a {
        font-size: 12px;
    }
}
/*.index-title*/
.index-title {
    margin-bottom: 35px;
    position: relative;
    display: block;
    position: relative;
    height: 30px;
}
.index-title a {
    color: #464646;
    font-size: 20px;
    padding-left: 27px;
    padding-right: 20px;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    font-style: normal;
    background: url(../images/index-tit-icon.png) left center no-repeat #fff;
    position: relative;
    z-index: 1;
}
.index-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    top: 50%;
    right: 0;
}
@media screen and (max-width: 750px) {
    .index-title {
        margin-bottom: 15px;
    }

    .index-title a {
        font-size: 18px;
    }
}
/*index-pro*/
.index-pro {
    padding-bottom: 30px;
    padding-top: 80px;
}
.index-pro .proList {
    margin: 0;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
    height: auto;
    color: #a0a0a0;
    font-size: 0;
    line-height: normal;
}
.index-pro .proList li {
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    width: 33.333333%;
    margin-bottom: 30px;
    vertical-align: top;
}
.index-pro .proList li a {
    display: block;
    background: #fff;
    margin: 0 15px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
}
.index-pro .proList li .ImgBox {
    width: 380px;
    height: 480px;
    overflow: hidden;
    background: #fff;
}
.index-pro .proList li .ImgBox img {
    max-width: 380px;
    max-height: 480px;
}
.index-pro .proList li .ImgBox img {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.index-pro .proList li:hover .ImgBox img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.index-pro .proList li .listTitle {
    overflow: hidden;
    display: block;
    padding: 0 8px;
    line-height: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding-bottom: 27px;
    padding-top: 26px;
    text-align: center;
}
.index-pro .proList li .listTitle .t {
    display: block;
    font-size: 16px;
    color: #464646;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.index-pro .proList li .listTitle .date {
    display: block;
    font-size: 12px;
    color: #909090;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.index-pro .proList li a:hover {
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, .1);
}
/*mark*/
.index-pro .proList li a mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(245, 223, 194, .3);
    background: #f5dfc2 \9;
    filter: alpha(opacity=30);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}
.index-pro .proList li a mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}
.index-pro .proList li a mark b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5dfc2;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}
.index-pro .proList li a mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #f5dfc2;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}
.index-pro .proList li a mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #f5dfc2;
    border-right: 3px solid #f5dfc2;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.index-pro .proList li a mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #f5dfc2;
    border-bottom: 3px solid #f5dfc2;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.index-pro .proList li a:hover mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}
.index-pro .proList li a:hover mark:before {
    height: 100%;
    transition: 330ms 200ms;
}
.index-pro .proList li a:hover mark:after {
    width: 100%;
    transition: 330ms 200ms;
}
.index-pro .proList li a:hover mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.index-pro .proList li a:hover mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
@media screen and (max-width: 1200px) {
    .index-pro .proList {
        width: 102%;
    }

    .index-pro .proList li {
        width: 31.33%;
    }

    .index-pro .proList li .ImgBox {
        width: 100%;
        height: auto;
        display: block;
    }

    .index-pro .proList li .ImgBox img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .proIconBox .proIconList li {
        width: 33.33333%;
    }
}
@media screen and (max-width: 750px) {
    .index-pro {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .index-pro .proList {
        margin: 0;
    }

    .index-pro .proList li {
        width: 100%;
        margin-bottom: 30px;
    }

    .index-pro .proList li a {
        margin: 0;
    }

    .index-pro .proList li a mark {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    .index-pro .proList {
        width: 100%;
    }

    .index-pro .proList li {
        width: 100%;
        margin-right: 0;
    }

    .index-pro .proList li .listTitle {
        padding: 10px;
    }

    .index-pro .proList li .listTitle {
        padding-top: 60px;
    }
}
/*prev + next*/
.prolunboCon {
    position: relative;
    text-align: center;
}
.prolunboIcon .prev,
.prolunboIcon .next {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin: 0 8px;
    display: inline-block;
    text-decoration: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.prolunboIcon .prev {
    background: url(../images/index-prev.png) left center no-repeat;
}
.prolunboIcon .next {
    background: url(../images/index-next.png) right center no-repeat;
}
.hd2 {
    display: none;
}
@media screen and (max-width: 1200px) {
    .prolunboIcon {
        text-align: center;
        margin-top: 30px;
    }

    .prolunboIcon .prev {
        position: static;
        margin: 0 10px;
    }

    .prolunboIcon .next {
        position: static;
        margin: 0 10px;
    }
}
/*index-title2*/
.index-title2 {
    max-width: 520px;
    color: #909090;
    font-size: 14px;
    line-height: 28px;
    padding-top: 140px;
}
.index-title2 .t1 {
    color: #464646;
    font-size: 38px;
    display: inline-block;
    width: auto;
    font-style: normal;
    line-height: normal;
    padding-bottom: 12px;
}
@media screen and (max-width: 750px) {
    .index-title2 {
        padding-top: 50px;
    }

    .index-title2 .t1 {
        font-size: 22px;
        padding-bottom: 12px;
    }
}
/*.cultureList*/
.index-culture {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.index-culture .box {
    position: relative;
    height: 720px;
}
.cultureList {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.cultureList ul {
    width: 630px;
    height: 335px;
    overflow: hidden;
}
.cultureList ul li {
    float: left;
    position: relative;
    cursor: pointer;
}
.cultureList ul li a {
    display: inline-block;
}
.cultureList ul li .proBox {
    background: #fff;
}
.cultureList ul li .proBox .ImgBox {
    width: 630px;
    height: 335px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0;
}
.cultureList ul li .proBox .ImgBox img {
    max-width: 630px;
    max-height: 335px;
}
.cultureList ul li .proBox .nrInfo {
    position: absolute;
    left: 0;
    bottom: 0;
}
.cultureList ul li .proBox .nr {
    width: 380px;
    height: 335px;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
}
.cultureList ul li .proBox .nrBox {
    display: block;
    vertical-align: middle;
    padding: 0 30px 0 30px;
    text-align: center;
}
.cultureList ul li .proBox .nrBox .number {
    font-size: 40px;
    color: #909090;
    line-height: normal;
    margin-bottom: 25px;
}
.cultureList ul li .proBox .nrBox .tit {
    font-size: 20px;
    color: #464646;
    line-height: normal;
    margin-bottom: 13px;
}
.cultureList ul li .proBox .nrBox .wz {
    font-size: 14px;
    color: #909090;
    line-height: 28px;
}
.cultureList ul li:hover .proBox .nr {
    background: rgba(247, 247, 247, 0.75);
}
@media screen and (max-width: 992px) {
    .cultureList ul li .proBox .ImgBox {
        width: 100%;
        height: auto;
        display: block;
    }

    .cultureList ul li .proBox .ImgBox img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        display: block;
    }

    .cultureList ul li .proBox .ImgBox a {
        display: block;
    }

    .cultureList ul li:hover .proBox .nr {
        background: #f7f7f7;
    }
}
@media screen and (max-width: 750px) {
    .index-culture {
        background-size: 200%;
    }

    .cultureList {
        overflow: hidden;
    }

    .index-culture .box {
        height: 600px;
        overflow: hidden;
    }

    .cultureList ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .cultureList ul li .proBox .nrInfo {
        position: static;
        left: 0;
        bottom: 0;
    }

    .cultureList ul li .proBox .nr {
        width: 100%;
        height: auto;
        display: block;
    }

    .cultureList ul li .proBox .nrBox {
        padding: 30px;
    }

    .cultureList ul li .proBox .nrBox .number {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cultureList ul li .proBox .nrBox .tit {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .cultureList ul li .proBox .nrBox .wz {
        font-size: 12px;
        line-height: 24px;
    }
}
/*prev + next*/
.cultureCon {
    position: relative;
}
.cultureIcon {
    position: absolute;
    width: 250px;
    height: 62px;
    right: -125px;
    bottom: 0;
    z-index: 3;
}
.cultureIcon .prev,
.cultureIcon .next {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: inline-block;
    text-decoration: none;
    width: 125px;
    height: 62px;
}
.cultureIcon .prev {
    background: url(../images/index-left.png) center center no-repeat #f0f0f0;
}
.cultureIcon .next {
    background: url(../images/index-right.png) center center no-repeat #d8d8d8;
}
@media screen and (max-width: 750px) {
    .cultureIcon {
        display: none;
    }
}
.page {
    background: #fff;
}
.page img {
    max-width: 100%;
}
.pageContent {
    padding-top: 35px;
    font-size: 14px;
    color: #909090;
    line-height: 30px;
    position: relative;
}
.line {
    background: #ececec;
    height: 1px;
    width: 100%;
}
/*pageNav*/
.pageNav {
    border-bottom: 1px solid #eeeeee;
    padding-top: 10px;
}
.pageNav ul {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.pageNav ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 23px 0 29px;
    margin-bottom: 10px;
}
.pageNav ul li a {
    display: block;
    transition: all ease-in-out .3s;
    font-size: 14px;
    color: #a0a0a0;
}
.pageNav ul li a:hover, .pageNav ul li a.on {
    color: #464646;
}
.pageNav ul li:before {
    content: "";
    background: url(../images/line.png) no-repeat right 50%;
    position: absolute;
    left: 0;
    width: 7px;
    height: 100%;
}
.pageNav ul li:nth-child(1):before {
    display: none;
}
.bigTit {
    display: none;
}
@media screen and (max-width: 750px) {
    .pageNav {
        padding-top: 0;
    }

    .PageNav li a {
        padding: 0 15px;
    }

    .pageNav {
        margin-bottom: 0;
    }

    .bigTit {
        color: #333;
        font-size: 16px;
        line-height: 40px;
        padding-left: 15px;
        display: block;
        background: url(../images/drop.png) no-repeat 95% 50%;
        background-size: 15px;
    }

    #dropnav {
        display: none;
        background: #f6f6f6;
    }

    .pageNav ul li {
        display: block;
        padding: 0 15px;
        text-align: left;
        margin-bottom: 0;
    }

    .pageNav ul li:before {
        width: 0;
    }

    .pageNav ul li a {
        padding: 10px 0;
    }
}
/*page start*/
.pageBox-left {
    float: right;
    width: 50%;
    position: relative;
    height: 660px;
    z-index: 1;
}
.pageBox-left .pageBox-img {
    position: absolute;
    top: 0;
    height: 660px;
    width: 570px;
    right: 0;
}
.pageBox-right {
    width: 50%;
    height: 660px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.pageBox-right .pageBox-rightBOX {
    padding: 30px 60px;
}
.pageBox-right .t1 {
    font-size: 26px;
    color: #464646;
    padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .pageBox-left {
        float: none;
        width: 100%;
        position: relative;
        height: auto;
    }

    .pageBox-left .pageBox-img {
        position: static;
        top: 0;
        height: auto;
        width: 100%;
        right: 0;
    }

    .pageBox-left .pageBox-img img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .pageBox-left .pageBox-nr {
        position: absolute;
        top: 145px;
        height: auto;
        width: 100%;
        left: 10%;
        width: 70%;
    }

    .pageBox-right {
        float: none;
        width: 100%;
        height: auto;
    }

    .pageBox-right .pageBox-rightBOX {
        padding: 30px 0;
    }

    .pageBox-right .t1 {
        font-size: 18px;
        padding-bottom: 20px;
    }
}
.pageBox-left2 {
    float: right;
    width: 55%;
    position: relative;
    height: 800px;
    z-index: 1;
}
.pageBox-left2 .pageBox-img {
    position: absolute;
    top: 50%;
    height: 290px;
    margin-top: -290px;
    width: 990px;
    left: 0;
}
.pageBox-right2 {
    float: left;
    width: 45%;
    position: relative;
    z-index: 1;
}
.pageBox-right2 .pageBox-rightBOX {
    padding: 0 90px 0 0;
}
.pageBox-right2 .t1 {
    font-size: 26px;
    color: #464646;
    padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .pageBox-left2 {
        float: none;
        width: 100%;
        position: relative;
        height: auto;
    }

    .pageBox-left2 .pageBox-img {
        position: static;
        top: auto;
        height: auto;
        margin-top: 0;
        width: 100%;
    }

    .pageBox-left2 .pageBox-img img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .pageBox-right2 {
        float: none;
        width: 100%;
    }

    .pageBox-right2 .pageBox-rightBOX {
        padding: 30px 0;
    }

    .pageBox-right2 .t1 {
        font-size: 18px;
        padding-bottom: 20px;
    }
}
.pageBox-left3 {
    float: left;
    width: 55%;
    position: relative;
    height: 600px;
}
.pageBox-left3 .pageBox-img {
    position: absolute;
    top: 0;
    height: 600px;
    width: 990px;
    right: 0;
}
.pageBox-right3 { /*float:right; */
    width: 45%;
    height: 600px;
    display: table-cell;
    vertical-align: middle;
}
.pageBox-right3 .pageBox-rightBOX {
    padding: 30px 0 30px 100px;
}
.pageBox-right3 .t1 {
    font-size: 26px;
    color: #464646;
    padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .pageBox-left3 {
        float: none;
        width: 100%;
        position: relative;
        height: auto
    }

    .pageBox-left3 .pageBox-img {
        position: static;
        top: auto;
        height: auto;
        margin-top: 0;
        width: 100%;
    }

    .pageBox-left3 .pageBox-img img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .pageBox-right3 {
        float: none;
        width: 100%;
        height: auto;
        display: block;
    }

    .pageBox-right3 .pageBox-rightBOX {
        padding: 30px 0;
    }

    .pageBox-right3 .t1 {
        font-size: 18px;
        padding-bottom: 20px;
    }
}
.culture-List {
    position: relative;
    height: auto;
}
.culture-List:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    top: 0;
    right: 50%;
}
.culture-List:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    top: 0;
    left: 50%;
}
.culture-List .cultureBox {
    list-style: none;
    overflow: hidden;
    margin: auto;
    padding: 0;
    display: block;
    float: left;
    font-size: 14px;
    width: 50%;
    height: auto;
    position: relative;
    position: relative;
    cursor: pointer;
    padding-top: 50px;
    padding-bottom: 50px;
}
.culture-List .cultureBox .tit {
    height: auto;
    line-height: 40px;
    z-index: 2;
    font-weight: normal;
    padding: 10px 55px 10px 45px;
}
.culture-List .cultureBox .tit .t1 {
    font-size: 40px;
    color: #464646;
    display: inline-block;
    vertical-align: middle;
}
.culture-List .cultureBox .tit .t2 {
    font-size: 18px;
    color: #909090;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.culture-List .cultureBox .wz {
    font-size: 14px;
    color: #909090;
    line-height: 24px;
    padding: 10px 55px 10px 45px;
    min-height: 48px;
}
@media screen and (max-width: 1000px) {
    .culture-List .cultureBox {
        width: 100%;
    }

    .culture-List:after,
    .culture-List:before {
        display: none;
        width: 0;
    }

    .culture-List .cultureBox {
        border-bottom: 1px solid #ebebeb;
    }
}
.pageTable {
    position: relative;
    z-index: 1;
}
.pageTable img {
    display: block;
}
.pagebg {
    position: relative;
}
.pagebg:after {
    content: "";
    position: absolute;
    width: 1920px;
    height: 637px;
    background: #f6f6f6;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    display: block;
}
@media screen and (max-width: 1000px) {
    .pagebg:after {
        width: 0;
    }
}
.pageBox {
    position: relative;
}
.pagebg2 {
    position: absolute;
    width: 430px;
    height: 430px;
    background: #f6f6f6;
    top: -200px;
    left: -350px;
    display: block;
    background: url(../images/index-pro-bg.jpg) no-repeat left 50%;
    z-index: 0;
}
.pageBox-left4 {
    float: right;
    width: 65%;
    position: relative;
    height: 415px;
    background: #f9f9f9;
}
.pageBox-left4 .pageBox-img {
    position: absolute;
    top: 0;
    height: 415px;
    width: 760px;
    right: 0;
}
.pageBox-right4 {
    width: 35%;
    height: 415px;
    display: table-cell;
    vertical-align: middle;
    background: #f9f9f9;
}
.pageBox-right4 .pageBox-right4BOX {
    padding: 30px 60px;
    text-align: center;
}
.pageBox-right4 .t1 {
    font-size: 32px;
    color: #464646;
    padding-bottom: 20px;
    line-height: 34px;
    text-align: center;
}
.pageBox-right4 .t2 {
    font-size: 26px;
    color: #464646;
    text-transform: uppercase;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .pageBox-left4 {
        float: none;
        width: 100%;
        position: relative;
        height: auto;
    }

    .pageBox-left4 .pageBox-img {
        position: static;
        top: 0;
        height: auto;
        width: 100%;
        right: 0;
    }

    .pageBox-left4 .pageBox-img img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .pageBox-left4 .pageBox-nr {
        position: absolute;
        top: 145px;
        height: auto;
        width: 100%;
        left: 10%;
        width: 70%;
    }

    .pageBox-right4 {
        float: none;
        width: 100%;
        height: auto;
        display: block;
    }

    .pageBox-right4 .pageBox-right4BOX {
        padding: 30px 0;
    }

    .pageBox-right4 .t1 {
        font-size: 18px;
        padding-bottom: 20px;
    }
}
/*videoList*/
.videoList ul {
    margin: 0 -15px
}
.videoList li {
    list-style: none;
    overflow: hidden;
    margin: auto;
    padding: 0;
    display: block;
    float: left;
    font-size: 14px;
    width: 50%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}
.videoList li a {
    display: block;
    margin: 0 15px;
}
.videoList li .ImgBox {
    display: block;
    width: 585px;
    height: 390px;
    overflow: hidden;
    position: relative;
}
.videoList li .ImgBox img {
    overflow: hidden;
    max-width: 585px;
    max-height: 390px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.videoList li a:hover .ImgBox img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.videoList li .ImgBox:after {
    content: "";
    overflow: hidden;
    height: 104px;
    width: 104px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    margin-bottom: -52px;
    margin-right: -52px;
    border-radius: 50%;
    background: url(../images/video-ss.png) center center no-repeat;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.videoList li .tit {
    height: auto;
    color: #464646;
    line-height: 40px;
    z-index: 2;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 10px;
    text-align: center;
}
.videoList li .tit .cn {
    font-size: 16px;
    line-height: 30px;
    color: #464646;
    display: block;
}
.videoList li :hover .tit .cn {
    color: #e20e13;
}
@media screen and (max-width: 1200px) {
    .videoList li .ImgBox {
        width: 100%;
        height: auto;
    }

    .videoList li .ImgBox img {
        max-width: 100%;
        max-height: 100%;
    }

    .videoList li .ImgBox:after {
        height: 80px;
        width: 80px;
        background-size: 80px;
        margin-bottom: -40px;
        margin-right: -40px;
    }
}
@media screen and (max-width: 640px) {
    .videoList ul {
        margin: 0 0
    }

    .videoList li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .videoList li a {
        margin: 0;
    }

    .videoList li .ImgBox img {
        width: 100%;
    }

    .videoList li .ImgBox:after {
        height: 40px;
        width: 40px;
        background-size: 40px;
        margin-bottom: -20px;
        margin-right: -20px;
    }
}
.pagetit {
    font-size: 16px;
    color: #464646;
    line-height: 42px;
    overflow: hidden;
    background: #f9f9f9;
    padding-left: 18px;
    margin-bottom: 24px;
}
/*.shopList*/
.shopList {
    font-size: 0;
    margin: 0 -10px;
    margin-bottom: 30px;
}
.shopList li {
    width: 50%;
    height: auto;
    margin: 0 auto;
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-bottom: 10px;
}
.shopList li a {
    color: #3b4048;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    display: block;
    margin: 0 10px;
    background: #f4f4f4;
    padding: 10px;
}
.shopList li .img {
    float: left;
    width: 270px;
}
.shopList li .ImgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.shopList li .ImgBox img {
    width: 100%;
    height: auto;
    display: block;
}
.shopList li .ImgBox img, .lmList li {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}
.shopList li:hover .img img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.shopList li .nr {
    float: left;
    width: 300px;
}
.shopList li .nrBox {
    padding: 0 0 0 30px;
}
.shopList li .nr .title {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    max-heihgt: 60px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 10px;
}
.shopList li .nr .jj {
    font-size: 14px;
    color: #757575;
    line-height: 30px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .shopList li .img {
        width: 25%;
    }

    .shopList li .nr {
        width: 75%;
    }
}
@media screen and (max-width: 1024px) {
    .shopList {
        margin: 0 0;
    }

    .shopList li {
        width: 100%;
    }

    .shopList li a {
        margin: 0 0;
    }

    .shopList li .img {
        width: 40%;
    }

    .shopList li .nr {
        width: 60%;
    }

    .shopList li .nrBox {
        padding: 0 15px 0 30px;
    }

    .shopList li .nr .title {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .shopList li .nr .title {
        font-size: 14px;
        line-height: 22px;
    }
}
/*page-tab*/
.page-tab {
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
}
.page-tab ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.page-tab ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 38px;
}
.page-tab ul li a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #5e5e5e;
    padding: 0 9px;
    min-width: 20px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f8f8f8;
    background: #fff;
}
.page-tab ul li a:hover {
    background: #f5dfc2;
    color: #fff;
}
.page-tab ul li.next-page, .page-tab ul li.prev-page {
    margin: 0 24px;
}
.page-tab ul li.next-page a, .page-tab ul li.prev-page a {
    padding: 0 28px;
}
/*proList2*/
.proList2 {
    margin: 0;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
    height: auto;
    color: #a0a0a0;
    font-size: 0;
    line-height: normal;
}
.proList2 li {
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    width: 33.333333%;
    /*margin-bottom: 10px;*/
    margin-bottom: 2rem;
    vertical-align: top; text-align: center;
}
.proList2 li a {
    display: block;
    background: #fff;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}
.proList2 li .ImgBox {
    width: 380px;
    height: 480px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}
.proList2 li .ImgBox img {
    max-width: 380px;
    max-height: 480px;
}
.proList2 li .ImgBox img {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter:gray();
}
.proList2 li:hover .ImgBox img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:gray();
}
.proList2 li .listTitle {
    overflow: hidden;
    display: block;
    padding: 0 8px;
    line-height: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding-bottom: 0px;
    padding-top: 15px;
    text-align: center;
}
.proList2 li .listTitle .t {
    display: inline-block;
    font-size: 16px;
    color: #464646;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 23px;
    position: relative;
}
.proList2 li .listTitle .t:before {
    content: "";
    height: 30px;
    width: 23px;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../images/pro-ss0.png) no-repeat left 50%;
}
.proList2 li .listTitle .t:after {
    content: "";
    height: 30px;
    width: 23px;
    right: 0;
    top: 0;
    position: absolute;
    background: url(../images/pro-ss0.png) no-repeat right 50%;
}
.proList2 li a:hover {
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 1200px) {
    .proList2 li .ImgBox {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .proList2 li .ImgBox img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media screen and (max-width: 750px) {
    .proList2 {
        margin: 0;
    }

    .proList2 li {
        width: 100%;
    }

    .proList2 li a {
        margin: 0;
    }
}
@media screen and (max-width: 350px) {
    .proList2 {
        width: 100%;
    }

    .proList2 li {
        width: 100%;
        margin-right: 0;
    }

    .proList2 li .listTitle {
        padding: 10px;
    }
}
/*proList3*/
.proList3 {
    margin: 0;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
    height: auto;
    color: #a0a0a0;
    font-size: 0;
    line-height: normal;
}
.proList3 li {
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    width: 33.333333%;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: center;
}
.proList3 li a {
    display: block;
    background: #fff;
    margin: 0 15px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;background: #f6f6f6;
}
.proList3 li .ImgBox {
    width: 380px;
    height: 480px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;background: #f6f6f6;
}
.proList3 li .ImgBox img {
    max-width: 380px;
    max-height: 480px;
}
.proList3 li .ImgBox img {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.proList3 li:hover .ImgBox img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.proList3 li .listTitle {
    overflow: hidden;
    display: block;
    padding: 0 8px;
    line-height: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding-bottom: 27px;
    padding-top: 26px;
    text-align: center;
}
.proList3 li .listTitle .t {
    display: block;
    font-size: 16px;
    color: #464646;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.proList3 li .listTitle .date {
    display: block;
    font-size: 12px;
    color: #909090;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.proList3 li a:hover {
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, .1);
}
/*mark*/
.proList3 li a mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(245, 223, 194, .3);
    background: #f5dfc2 \9;
    filter: alpha(opacity=30);
    z-index: 20;
    opacity: 0;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}
.proList3 li a mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}
.proList3 li a mark b:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5dfc2;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}
.proList3 li a mark b:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #f5dfc2;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}
.proList3 li a mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #f5dfc2;
    border-right: 3px solid #f5dfc2;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.proList3 li a mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #f5dfc2;
    border-bottom: 3px solid #f5dfc2;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}
.proList3 li a:hover mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}
.proList3 li a:hover mark:before {
    height: 100%;
    transition: 330ms 200ms;
}
.proList3 li a:hover mark:after {
    width: 100%;
    transition: 330ms 200ms;
}
.proList3 li a:hover mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.proList3 li a:hover mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
@media screen and (max-width: 1200px) {
    .proList3 li .ImgBox {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .proList3 li .ImgBox img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media screen and (max-width: 750px) {
    .proList3 {
        margin: 0;
    }

    .proList3 li {
        width: 100%;
    }

    .proList3 li a {
        margin: 0;
    }

    .proList3 li a mark {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    .proList3 {
        width: 100%;
    }

    .proList3 li {
        width: 100%;
        margin-right: 0;
    }

    .proList3 li .listTitle {
        padding: 10px;
    }

    .proList3 li .listTitle {
        padding-top: 60px;
    }
}
/*contact*/
.contactTable {
    max-width: 685px;
    margin: 0 auto;
}
.contactTable1 {
    width: 285px;
    float: left;
    color: #a0a0a0;
}
.contactTable2 {
    width: 400px;
    float: left;
    color: #a0a0a0;
    position: relative;
    line-height: 34px;
    font-size: 13px;
    line-height: 34px;
    color: #757575;
}
.contactTable .contact-icon {
    position: relative;
    top: 5px;
}
.contactTable .title3 {
    font-size: 18px;
    color: #757575;
    line-height: 32px;
    padding-bottom: 5px;
}
.contactTable .en {
    font-size: 22px;
    color: #757575;
    text-transform: uppercase;
    margin-left: 15px;
    font-family: "Minion Pro", '微软雅黑', 'Microsoft YaHei', Arial, sans-serif;
    padding-bottom: 5px;
}
@media screen and (max-width: 750px) {
    .contactTable1 {
        width: 100%;
        float: none;
    }

    .contactTable2 {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-top: 30px;
    }

    .contactTable .title3 {
        font-size: 16px;
    }

    .contactTable .en {
        font-size: 18px;
    }
}
.pageMap img {
    width: 100%;
}
/*******产品详情页******/
.page .view {
    margin-top: 30px;
    padding-bottom: 54px;
}
.page .view .Main {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    position: relative;
}
/*多图展示*/
.page .view .Main .ImgBox2 {
    width: 700px;
    height: 600px;
    float: right;
    margin: 0 auto;
    text-align: center;
}
.page .view .Main .ImgBox2 img {
    max-width: 475px;
    max-height: 600px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.page .view .Main .ImgBox1 {
    width: 1200px;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 285px;
    overflow: hidden;
    position: relative;
}
.page .view .Main .tempWrap {
    margin: 0 80px;
}
#showArea {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 80px;
}
#showArea a {
    display: block;
    width: 225px;
    height: auto;
    margin: 0 12.5px;
    float: left;
}
#showArea img {
    cursor: pointer;
    display: block;
    width: 100%;
    height: auto;
    max-width: 225px;
    max-height: 285px;
}
#main_img {
    cursor: pointer;
}
#gotop {
    cursor: pointer;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: 0;
}
#gobottom {
    cursor: pointer;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 0;
}
.page .view .Main .Main_right {
    width: 500px;
    float: right;
}
.page .view .Main .Main_right .rightInfo {
    width: 370px;
    height: 600px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.page .view .Main .Main_right .title {
    font-size: 24px;
    line-height: normal;
    overflow: hidden;
    color: #464646;
    margin-bottom: 30px;
}
.page .view .Main .Main_right .jj {
    font-size: 14px;
    line-height: 28px;
    color: #757575;
    margin-bottom: 12px;
    display: block;
    text-align: left;
}
/*rightBtn*/
.page .rightBtn {
    padding-top: 35px;
    border-top: 1px solid #ededed;
}
.page .rightBtn a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 226px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    background: #595757;
}
.page .rightBtn a:hover {
}
/*share*/
.page .view .Main .Main_right .share {
    width: 100%;
    border-top: 1px solid #ededed;
    padding: 20px 0;
    vertical-align: middle;
}
.page .view .Main .Main_right .share .label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.page .view .Main .Main_right .share .ShareBtn {
    display: inline-block;
}
.hd5 {
    display: none;
}
@media screen and (max-width: 1200px) {
    .page .view .Main {
        width: 100%;
    }

    .page .view .Main .Main_right {
        width: 50%;
    }

    .page .view .Main .ImgBox2 {
        width: 50%;
        height: 600px;
    }

    .page .view .Main .ImgBox2 img {
        max-width: 100%;
        max-height: 100%;
    }

    .page .view .Main .ImgBox1 {
        width: 1000px;
        height: 285px;
        overflow: hidden;
        position: relative;
    }
}
@media screen and (max-width: 1190px) {
    .page .view .Main .ImgBox2 {
        width: 40%;
        height: 600px;
        padding: 0 5%;
    }
}
@media screen and (max-width: 750px) {
    .page .view .Main .ImgBox2 {
        display: none;
    }

    .page .view .Main .Main_right {
        width: 100%;
        float: none;
    }

    .page .view .Main .Main_right .rightInfo {
        width: 100%;
        height: auto;
        display: block;
    }

    .page .view .Main .Main_right .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .page .view .Main .ImgBox1 {
        width: 100%;
        height: auto;
    }

    .page .view .Main .tempWrap {
        margin: 0 0;
    }

    #showArea {
        width: 100%;
        height: auto;
        margin: 0 0;
    }

    #showArea a {
        width: 100%;
        height: auto;
        margin: 0;
    }

    #showArea img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    #gotop,
    #gobottom {
        display: none;
    }

    .hd5 {
        display: block;
    }

    .hd5 ul {
        text-align: left;
    }

    .hd5 ul li {
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 5px;
        height: 5px;
        margin: 0 3px;
        overflow: hidden;
        line-height: 999px;
        border-radius: 8px;
        background: #a4a4a4;
    }

    .hd5 ul li.on {
        background: #80523c;
    }
}
.pro-tit {
    font-size: 24px;
    color: #464646;
    margin-bottom: 60px;
    line-height: normal;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .pro-tit {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
.pageBox-left6 {
    width: 660px;
    height: 800px;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}
.pageBox-left6 .pageBox-img {
    position: absolute;
    top: 0;
    height: 800px;
    width: 540px;
    right: 0;
}
.pageBox-right6 {
    width: 660px;
    height: 800px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.pageBox-right6 .pageBox-rightBOX {
    padding: 30px 60px;
}
.pageBox-right6 .t1 {
    font-size: 26px;
    color: #464646;
    padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .pageBox-left6 {
        width: 100%;
        height: auto;
        display: block;
    }

    .pageBox-left6 .pageBox-img {
        position: static;
        top: 0;
        height: auto;
        width: 100%;
        right: 0;
    }

    .pageBox-right6 {
        width: 100%;
        height: auto;
        display: block;
    }

    .pageBox-right6 .pageBox-rightBOX {
        padding: 30px 0;
    }
}
.pageBox-wz {
    width: 270px;
    height: 440px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.pageBox-wz2 {
    width: 930px;
    height: 440px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .pageBox-wz {
        width: 30%;
        height: 440px;
    }

    .pageBox-wz2 {
        width: 70%;
        height: 440px;
    }
}
@media screen and (max-width: 750px) {
    .pageBox-wz {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 30px;
    }

    .pageBox-wz2 {
        width: 100%;
        height: auto;
        display: block;
    }
}
/*page-back*/
.page-back {
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}
.page-back a {
    display: inline-block;
    font-size: 14px;
    color: #545454;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
    text-align: center;
}
.page-back a:hover {
    border-color: #f5dfc2;
    color: #fff;
    background: #f5dfc2;
}
/*join*/
.pageline {
    background: #ececec;
    height: 1px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 65px;
}
.pageTit2 {
    font-size: 12px;
    color: #757575;
    line-height: normal;
    text-align: center;
    margin-bottom: 50px;
}
.pageTit2 .t {
    font-size: 20px;
    color: #464646;
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .pageTit2 .t {
        font-size: 16px;
    }

    .pageline {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.shichangBox {
    zoom: 1;
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 30px;
    color: #757575;
    padding-top: 30px;
}
.shichangBox .t1 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
}
.shichangBox1 {
    width: 320px;
}
.shichangBox2 {
    width: 240px;
}
.shichangBox3 {
    width: 640px;
}
@media screen and (max-width: 1200px) {
    .shichangBox1 {
        width: 30%;
    }

    .shichangBox2 {
        width: 20px;
    }

    .shichangBox3 {
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    .shichangBox1,
    .shichangBox2,
    .shichangBox3 {
        width: 100%;
        zoom: 0;
        display: block;
    }
}
.pingpaiBox-wz {
    width: 450px;
    height: 490px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.pingpaiBox-wz .pingpaiBox-wznr {
    padding-right: 75px;
    font-size: 14px;
    color: #757575;
    line-height: 26px;
}
.pingpaiBox-wz .t1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333333;
}
.pingpaiBox-wz2 {
    width: 750px;
    height: 490px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .pingpaiBox-wz {
        width: 37.5%;
        height: 490px;
    }

    .pingpaiBox-wz .pingpaiBox-wznr {
        padding-right: 3%;
    }

    .pingpaiBox-wz2 {
        width: 62.5%;
        height: 490px;
    }
}
@media screen and (max-width: 750px) {
    .pingpaiBox-wz {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 30px;
    }

    .pingpaiBox-wz .pingpaiBox-wznr {
        padding-right: 0;
    }

    .pingpaiBox-wz2 {
        width: 100%;
        height: auto;
        display: block;
    }
}
/*formTable3Box*/
.formTable3Box {
    background: #f6f6f6;
    padding: 70px 130px 60px 130px;
    margin-top: 50px;
}
.formTable3 .t {
    font-size: 14px;
    color: #464646;
    line-height: 30px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}
.formTable3 {
    font-size: 14px;
    color: #464646;
    line-height: 30px;
    text-align: left;
    padding: 0;
    text-align: center;
    margin: 0 -15px;
}
.formTable3 table {
    width: 100%;
}
.formTable3 label {
    display: block;
}
.formTable3 label.l1 {
    float: left;
    width: 50%;
    position: relative;
}
.formTable3 label.l2 {
    float: left;
    width: 100%;
}
.formTable3 label .l1Box {
    margin: 0 20px;
}
.formTable3 .text {
    display: block;
    width: 94%;
    padding: 5px 3% 5px 3%;
    height: 34px;
    margin-bottom: 14px;
    outline: none;
    font-size: 14px;
    color: #a0a0a0;
    font-family: Arial, "微软雅黑", Sans-Serif;
    border: none;
    border-radius: 6px;
    background: #fff;
    text-align: left;
    border-collapse: collapse;
}
.formTable3 .text2 {
    display: block;
    width: 97%;
    padding: 10px 1.5% 10px 1.5%;
    height: 70px;
    margin-bottom: 14px;
    outline: none;
    font-size: 14px;
    color: #a0a0a0;
    font-family: Arial, "微软雅黑", Sans-Serif;
    border: none;
    border-radius: 6px;
    background: #fff;
    text-align: left;
    border-collapse: collapse;
}
.formTable3 .getcode {
    display: block;
    float: left;
    width: 44%;
    padding: 5px 3% 5px 3%;
    height: 34px;
    margin-bottom: 0;
    outline: none;
    font-size: 14px;
    color: #a0a0a0;
    font-family: Arial, "微软雅黑", Sans-Serif;
    border: none;
    border: none;
    border-radius: 6px;
    background: #fff;
    text-align: left;
    border-collapse: collapse;
}
.formTable3 label .l1Box .getcode {
    width: 94%;
}
.formTable3 .kk {
    font-size: 14px;
    color: #a0a0a0;
    line-height: normal;
    margin-left: 15px;
}
.formTable3 .inputbtn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    outline: none;
    font-size: 14px;
    font-family: Arial, "微软雅黑", Sans-Serif;
    border: none;
    background-color: #d8d8d8;
    color: #464646;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 40px;
    margin-top: 70px;
    text-align: center;
    width: 107px;
}
.formTable3 .inputbtn.tj {
    background: #595757;
    color: #fff;
}
.formTable3 .tj:hover {
    background: #595757;
}
.formTable3 .text, .formTable3 .getcode {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formTable3 label.l3 {
    width: 570px;
    float: none;
    margin: 0 auto;
}
.formTable3 label {
    position: relative;
}
.formTable3 label .red {
    position: absolute;
    top: 35px;
    right: 0;
}
.formTable3 label .red {
    color: #e60012;
}
.formTable3 label.l1.l4 .red {
    position: static;
    top: 0px;
    right: 0;
}
.formTable3 label.l1.l4 .l1Box {
    margin: 0 0;
}
@media screen and (max-width: 1200px) {
    .formTable3Box {
        padding: 25px 0 30px 0;
    }

    .formTable3 {
        margin: 0;
    }

    .formTable3 .t {
        padding: 0 3%;
    }
}
@media screen and (max-width: 750px) {
    .formTable3Box {
        padding: 30px 3%;
        border-RADIUS: 10PX;
    }

    .formTable3 label .l1Box {
        margin: 0 15px 0 0;
    }

    .formTable3 label.l1 {
        float: none;
        width: 100%;
        margin: 0;
    }

    .formTable3 label.l2 {
        float: none;
        width: 100%;
        margin: 0;
        padding-left: 0;
    }

    .formTable3 .kk {
        display: inline-block;
        clear: both;
    }

    .formTable3 .text {
        width: 94%;
        padding: 4px 3% 4px 3%;
    }

    .formTable3 .getcode {
        width: 94%;
        padding: 4px 3% 4px 3%;
        margin-bottom: 10px;
        float: none;
    }

    .formTable3 label.l3 {
        width: 100%;
    }

    .formTable3 .inputbtn {
        margin-top: 30px;
    }

    .formTable3 label.l1.l4 .t {
        display: none;
    }
}
/*goTop*/
.goTop {
    z-index: 10;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 20%;
    background: url(../images/top.png) no-repeat 0 0 #fff;
    background-size: 100%;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    border: 0;
    outline: none;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .1);
}
.goTop:hover {
    background: url(../images/top1.png) no-repeat 0 0 #fff;
}
@media screen and (max-width: 768px) {
    .goTop {
        bottom: 130px;
        right: 3%;
        border-radius: 5px;
    }
}
@media screen and (max-width: 640px) {
    .goTop {
        bottom: 20vw;
    }
}
/*分页样式*/
.page_list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.page_list a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #dbdbdb 1px solid;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
    text-decoration: none
}
.page_list a:hover, .page a:focus {
    font-family: Arial;
    font-size: 13px;
    border: #000 1px solid;
    padding: 4px 9px;
    color: #fff;
    background-color: #31363c;
}
.page_list .current {
    font-family: Arial;
    border: #000 1px solid;
    font-size: 13px;
    padding: 5px 9px;
    color: #fff;
    margin: 2px;
    background-color: #31363c
}
.page_list > .on {
    font-family: Arial;
    border: #000 1px solid;
    font-size: 13px;
    padding: 5px 9px;
    color: #fff;
    margin: 2px;
    background-color: #31363c
}
.page_info{ display: none;}