@charset "utf-8";
/*Reset*/
* {
    padding: 0;
    margin: 0
}

html, div, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, img, form, embed, label {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-weight: normal;*/
    list-style-type: none;
}

img {
    border: none;
}

ul, ul li {
    list-style: none;
}

em, i, s {
    font-style: normal;
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

select, input {
    vertical-align: middle;
    font-size: 12px;
}

.hidden {
    display: none
}

i {
    font-style: normal
}

html, body {
    -webkit-text-size-adjust: none;
}

table {
    border-collapse: collapse;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.pos {
    position: relative;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.b0 {
    border: 0 !important;
}

.w80 {
    padding-left: 20%
}

.p350 {
    padding-left: 340px;
}

.ml400 {
    margin-left: 400px;
}

.fsz29 {
    font-size: 29px;
}

/*字体*/

.bold {
    /*font-family: 'SourceHanSerifSCBold', serif;*/
    font-family: source-han-serif-sc, serif;
    font-weight: bold !important;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSerifSCBold';
    /*src: url('../font/SourceHanSerifSC-Bold.ttf') format('truetype'); !* Safari, Android, iOS *!*/
}

@font-face {
    font-family: 'SourceHanSerifSCRegular';
   /* src: url('../font/SourceHanSerifSC-Regular.ttf') format('truetype'); !* Safari, Android, iOS *!*/
}

/*字体大小*/
.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

.fb {
    font-weight: bold;
}

.ad1200_90 {
    width: 1200px;
    height: 90px;
    margin: 10px auto;
}

/*颜色*/
.hei {
    color: #000;
}

.red {
    color: #ff0000;
}

.bwhite {
    background: #fff;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

/*链接*/
a {
    color: #101010;
    text-decoration: none;
    hide-focus: expression( this.hideFocus=true );
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -mz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #F60;
}

a:active {
    color: #F60;
}

.aw a {
    color: #fff;
}

/* pc index*/

body {
    font-family: "微软雅黑", serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #101010;
    line-height: 20px;
    background-color: #f4f4f4;
}

.head {
    width: 100%;
    height: 100px;
    /*background: url(../images/black_bg.png);*/

    background-color: rgba(0, 0, 0, 0.9);

    position: fixed;
    top: 0;
    z-index: 99999;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .head {
        background-color: #000000;
        filter: Alpha(opacity=90);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}

.head .haeder {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.head .haeder .logo {
    width: 66px;
    height: 66px;
    padding: 17px 0;
    float: left
}

.head .haeder .r {
    width: 300px;
    height: 100px;
    float: right;
    color: #fff;
}

.head .haeder .r .ad {
    width: 260px;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    float: left;
    letter-spacing: 1px;
}

.ad-title {
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    text-align: left;
    margin-top: 30px;
}

.ad-tel {
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    text-align: left;
}

.head .haeder .r .mune {
    width: 40px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
    vertical-align: middle;
    float: left;
}

.head .haeder .r .nav {
    width: 175px;
    min-height: 440px;
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
    top: 0;

    border: 0px solid #fff;
    padding: 20px 10px;
    text-align: right;
    color: #fff;
    line-height: 35px;
    clear: both;
    /*display: none;*/
    float: right;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .head .haeder .r .nav {
        background-color: #000000;
        filter: Alpha(opacity=90);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}



.head .haeder .r .nav a {
    color: #fff;
}

.head .haeder .r .nav a:hover {
    color: #c88b5c;
}

.head .haeder .r .nav .on {
    border-bottom: 1px solid #c88b5c;
    border-top: 1px solid #c88b5c;
}

.head .haeder .r .nav .on a {
    color: #c88b5c;
}

.head .haeder .r .nav .on ul {
    border-top: 1px solid #c88b5c;
}

.head .haeder .r .nav .on ul a {
    color: #fff;
    font-size: 12px;
}

/* banner */
.banner {
    height: 1080px;
}

.banner .Left, .banner .Right {
    position: absolute;
    width: 65px;
    height: 129px;
    background: url(../images/cir_white2.gif) no-repeat #0a0a0a;
    right: 50%;
    bottom: 0px;
}

.banner .Left {
    margin-right: 191px;
    background-position: 0px 0
}

.banner .Right {
    margin-right: 126px;
    background-position: -64px 0;
    background-color: #0a0a0a;
}

.bann_ext {
    position: relative;
}

.frontCover {
    position: absolute;
    top: -142px;
    padding: 0 0 16px;
}

.frontCover li {
    float: left;
    width: 170px;
    padding: 0px;
    background: #000;
    color: #fff;
    overflow: hidden;
    margin-right: 0px;
    cursor: pointer;
}

.frontCover p {
    text-align: center;
    height: 14px;
    line-height: 18px;
    overflow: hidden;
}

.frontCover .img {
    position: relative;
    height: 127px;
    overflow: hidden;
}

.frontCover img {
    position: absolute;
    width: 170px;
    height: 127px;
}

.frontCover .open {
    background: #222;
}

.wrap {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/*****banner****/
.banner {
    width: 100%;
    height: 1080px;
    position: relative;
}

.banner .box {
    width: 100%;
    height: 1080px;
}

.banner .box li {
    width: 100%;
    height: 1080px;
}

.banner .ban_nav {
    position: absolute;
    bottom: 250px;
    left: 0;
    width: 30%;
    text-align: right;
    z-index: 4;
    border-bottom: 2px solid #c88b5c;
    padding-bottom: 10px;
}

.banner .ban_nav a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: right;
    margin-right: 0px;
    cursor: pointer;
    text-decoration: none;
    font-size: 90px;
    -webkit-text-size-adjust: none;
    background: url(../images/ico_xg.png) no-repeat 140px center;
}

.banner .slpic {
    width: 344px;
    height: 129px;

    display: block;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0px;
}

.banner .slpic .ul_box {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a;
    float: left;
    overflow: hidden;
}

.banner .slpic .box {
    display: block;
    width: 170px;

    height: 127px;
    float: left;
}

.banner .slpic .cr {
    border: 1px solid #666;
}

/*幻灯片(组件)*/
.slide {
    position: relative;
    width: 100%;
}

.ban_c {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ban_c img {
    width: 100%;
    height: 100%;
}

.ban_t {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px 0;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000, endcolorstr=#88000000);
    z-index: 3;
}

.ban_nav {
    position: absolute;
    bottom: 250px;
    left: 0;
    width: 30%;
    text-align: right;
    z-index: 4;
    border-bottom: 2px solid #c88b5c;
    padding-bottom: 10px;
}

.ban_nav a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: right;
    margin-right: 0px;
    cursor: pointer;
    text-decoration: none;
    font-size: 90px;
    -webkit-text-size-adjust: none;
    background: url(../images/ico_xg.png) no-repeat 140px center;
}

.ban_nav .ban_prev {
    display: none;
}

.ban_nav .on {
    color: #fff;
}

.ban_nav .on span {
    font-size: 30px;
    color: #c88b5c;
}

.Left, .Right {
    cursor: pointer;
}

.i_about {
    width: 100%;
    height: 477px;
    background: url(../images/i_about_bg.jpg) no-repeat center center;
    color: #fff;
    clear: both;
}

.i_about .i_about_n {
    width: 1200px;
    margin: 0 auto;
}

.i_about .i_about_n h1 {
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.i_about .i_about_n h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.i_about .i_about_n .l {
    width: 630px;
    height: 300px;
    float: left;
    font-size: 17px;
    color: #c88b5c
}

.i_about .i_about_n .l .Since {
    clear: both;
    height: 45px;
    padding-top: 60px;
}

.i_about .i_about_n .l .year {
    clear: both;
    font-size: 73px;
    height: 60px;
}

.i_about .i_about_n .r {
    width: 570px;
    height: 300px;
    float: left;
}

.i_about .i_about_n .r .des {
    margin-top: 35px;
    line-height: 25px;
    height: 170px;
    letter-spacing: 1px;
    overflow: hidden;
}

.i_about .i_about_n .r .more {
    padding-top: 20px;
}

.i_about .i_about_n .r .more a {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
}

.i_business {
    width: 100%;
    height: 730px;
    background: #191919;
    color: #fff;
    clear: both;
}

.i_business .i_business_n {
    width: 1200px;
    margin: 0 auto;
}

.i_business .i_business_n h1 {
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.i_business .i_business_n h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.i_business .b_ul .box {
    width: 385px;
    height: auto;
    float: left;
    padding-top: 45px;
}

.i_business .b_ul .box .tit {
    height: 77px;
    border-bottom: 1px solid #666;
}

.i_business .b_ul .box .tit .num {
    width: 40px;
    height: 77px;
    line-height: 77px;
    font-size: 40px;
    color: #c88b5c;
    float: left;
}

.i_business .b_ul .box .tit .con {
    width: 345px;
    height: 54px;
    float: left;
    padding-top: 23px;
    font-size: 15px;
}

.i_business .b_ul .box .tit .con p {
    font-size: 12px;
    color: #666666;
}

.i_business .b_ul .box .des {
    height: 125px;
    line-height: 25px;
    color: #666;
    margin-top: 15px;
    overflow: hidden;
}

.i_business .b_ul .pr_22 {
    padding-right: 22px;
}

.i_cji {
    width: 100%;
    height: 294px;
    background: url(../images/ico_num.jpg) no-repeat center center;
    color: #fff;
    clear: both;
}

.i_cji .i_cji_c {
    width: 1100px;
    margin: 0 auto;
}

.i_cji .i_cji_c li {
    width: 33.3%;
    height: 83px;
    float: left;
    text-align: center;
    margin-top: 99px;
    font-size: 18px;
    line-height: 30px;
}

.i_cji .i_cji_c li p {
    color: #c88b5c;
    font-size: 20px;
}

.i_cji .i_cji_c li p span {
    font-size: 55px;
}

.i_Partner {
    width: 100%;
    height: 680px;
    background: #191919;
    color: #fff;
    clear: both;
}

.i_Partner .i_Partner_c {
    width: 1200px;
    margin: 0 auto;
}

.i_Partner .i_Partner_c h1 {
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.i_Partner .i_Partner_c h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.i_Partner .Partner_ul {
    width: 1205px;
    margin: 50px auto;
}

.i_Partner .Partner_ul ul li {
    padding: 0 0 5px 5px;
    float: left;
    width: 195px;
    height: 125px;
}

.i_Partner .Partner_ul ul li img {
    border: 1px solid #333;
}

.i_Partner .Partner_ul {
    position: relative;
}

.i_Partner .pa_nav .Left, .pa_nav .Right {
    display: block;
    position: absolute;
    width: 65px;
    height: 127px;
    background: url(../images/cir_5e.gif) no-repeat #191919;
    right: 50%;
    top: 290px;
}

.i_Partner .pa_nav .Left {
    margin-right: -1px;
    background-position: 0px 0
}

.i_Partner .pa_nav .Right {
    margin-right: -65px;
    background-position: -67px 0;
    background-color: #191919;
}

.i_Review {
    width: 100%;
    height: 830px;
    background: #191919;
    color: #fff;
    clear: both;
    background: url(../images/Review_bg.jpg) no-repeat center center;
}

.i_Review .i_Review_c {
    width: 1200px;
    margin: 0 auto;
}

.i_Review .i_Review_c h1 {
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.i_Review .i_Review_c h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.i_Review .Review_ul {
    width: 914px;
    height: 480px;
    margin: 0 auto;
    padding-top: 60px;
}

.i_Review .Review_ul .box {
    width: 417px;
    margin: 20px;
    float: left;
    color: #666;
}

.i_Review .Review_ul .box .tit {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #666;
    padding-top: 15px;
}

.i_Review .Review_ul .box .des {
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    padding-top: 15px;
    letter-spacing: 1px;
}



.i_Review .Review_ul .box:hover img {
    filter: none;
}

.i_Review .Review_ul .box:hover {
    color: #FFFFFF;
}

.i_Review .Review_ul {
    position: relative;
}

.re_nav .Left, .re_nav .Right {
    display: block;
    position: absolute;
    width: 65px;
    height: 127px;
    background: url(../images/cir_ccc.gif) no-repeat;
    right: 50%;
    top: 160px;
}

.re_nav .Left {
    margin-right: 490px;
    background-position: 0px 0
}

.re_nav .Right {
    margin-right: -565px;
    background-position: -64px 0;
}

.i_Review .more {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #2a2928;
    text-align: center;
    padding-top: 40px;
}

.i_Review .more a {
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #2a2928;
}

/*----关于我们-概述----*/
.about_bg {
    width: 100%;
    height: 990px;
    background: url(../images/about_bg.jpg) no-repeat center center;
}

.about_bg .about {
    width: 1200px;
    margin: 0 auto;
    padding-top: 170px;
    position: relative;
}

.about_bg .about h1 {
    width: 490px;
    height: 100px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.about_bg .about h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
    font-weight: bold;
}

.about_bg .about .a_img {
    width: 497px;
    height: 726px;
    position: absolute;
    right: 0;
    top: 170px;
}

.about_bg .about .text {
    padding-top: 120px;
    width: 520px;
    color: #666;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
}

.about_bg .about .text .year {
    padding-bottom: 40px;
}

.about_bg .about .text ul li {
    height: 30px;
    line-height: 30px;
}

.about_bg .about .text ul li i {
    color: #c88b5c;
    padding-right: 5px;
}

/*-----创新技术-----*/
.about_mian {
    width: 100%;
    height: auto;
    background: #191919;
    padding-top: 100px;
}

.about_mian .Innovative {
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
}

.about_mian .Innovative h1 {
    /*padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;*/
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.about_mian .Innovative h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.about_mian .Innovative .img {
    width: 1200px;
    height: 795px;
    padding: 20px 0;
}

.about_mian .ad02 {
    width: 100%;
    height: 364px;
}

.innovative6 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
}

.about_mian .innovative6 .left {
    width: 300px;
    float: left;
}

.about_mian .innovative6 .left h2 {
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
}

.about_mian .innovative6 .left h2 p {
    height: 40px;
    color: #c88b5c;
    font-size: 17.9px;
}

.about_mian .innovative6 .left .num {
    height: 250px;
    line-height: 250px;
    font-size: 204px;
    color: #c88b5c;
}

.about_mian .innovative6 .left .des {
    color: #666;
    font-size: 20px;
}

.about_mian .innovative6 .right {
    width: 900px;
    float: left;
    padding: 140px 0 0 0px;
}
.about_mian .innovative6 .right .box{
    width: 350px;
    height: 145px;
    padding: 0px 0 0px 100px;
    float: left;
}

.about_mian .innovative6 .right  .box .l{
    width: 60px;
    height: auto;
    float: left;
}
.about_mian .innovative6 .right  .box .l img{
    width: 50px;
}
.about_mian .innovative6 .right  .box .r{
    width: 290px;
    height: auto;
    float: left;
    color: #ccc;
}
.about_mian .innovative6 .right  .r .tit{
    font-size: 18px;
    padding-bottom: 10px;
}
.about_mian .innovative6 .right  .r .des{
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
    background: url("../images/ico_line3.png") no-repeat left bottom;
}

    /*-----定制流程-----*/
.about_make {
    width: 100%;
    height: 705px;
    background: url(../images/dz_bg.jpg) no-repeat center top;
    padding-top: 100px;
}

.about_make .make {
    width: 1280px;
    height: auto;
    margin: 0 auto;
}

.about_make .make h1 {
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    /*padding-top: 67px;*/
    /*padding-bottom: 30px;*/
    /*border-bottom: 1px solid #c88b5c;*/
    /*font-size: 30px;*/
    /*color: #fff;*/

    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    margin: auto;
}

.about_make .make h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.about_make .make .make_c {
    width: 1240px;
    height: 480px;
    padding-left: 40px;
    padding-top: 90px;
    clear: both;
}

.about_make .make .make_c .box {
    width: 248px;
    height: 360px;
    float: left;
    color: #666;
}

.about_make .make .make_c .box .box_c {
    width: 178px;
    height: 285px;
    padding: 55px 15px 0 15px;
    background: #191919;
}

.about_make .make .make_c .box .box_c .img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.about_make .make .make_c .box .box_c .tit {
    height: 85px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.about_make .make .make_c .box .box_c .tit p {
    height: 60px;
    font-size: 15px;
}

.about_make .make .make_c .box:hover {
    background: url(../images/box_bg01.png) no-repeat;
    overflow: hidden;
}

.about_make .make .make_c .box:hover .box_c .tit {
    border-top: 1px solid #c88b5c;
    color: #fff;
}

.about_make .make .make_c .box .box_c .des {
    font-size: 13.3px;
}

.about_make .make .make_c .box:hover .box_c .tit p {
    color: #c88b5c;
}

.about_make .make .make_c .box .box_c .bg1 {
    background: url(../images/ico_dz01.png) no-repeat;
}

.about_make .make .make_c .box .box_c .bg2 {
    background: url(../images/ico_dz03.png) no-repeat;
}

.about_make .make .make_c .box .box_c .bg3 {
    background: url(../images/ico_dz05.png) no-repeat;
}

.about_make .make .make_c .box .box_c .bg4 {
    background: url(../images/ico_dz07.png) no-repeat;
}

.about_make .make .make_c .box .box_c .bg5 {
    background: url(../images/ico_dz09.png) no-repeat;
}

.about_make .make .make_c .box:hover .box_c .bg1 {
    background: url(../images/ico_dz02.png) no-repeat;
}

.about_make .make .make_c .box:hover .box_c .bg2 {
    background: url(../images/ico_dz04.png) no-repeat;
}

.about_make .make .make_c .box:hover .box_c .bg3 {
    background: url(../images/ico_dz06.png) no-repeat;
}

.about_make .make .make_c .box:hover .box_c .bg4 {
    background: url(../images/ico_dz08.png) no-repeat;
}

.about_make .make .make_c .box:hover .box_c .bg5 {
    background: url(../images/ico_dz10.png) no-repeat;
}

/*----主营业务-----*/
.about_Scope {
    width: 100%;
    height: 1080px;
    background: url(../images/yw_bg.jpg) no-repeat center top;
    padding-top: 100px;
}

.about_Scope .Scope {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.about_Scope .Scope h1 {
    /*width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;*/
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.about_Scope .Scope h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.about_Scope .Scope .scope_box {
    padding-top: 65px;
    padding-left: 100px;
}

.about_Scope .Scope .scope_c {
    width: 500px;
    height: 745px;
    background: #191919;
    padding: 20px 155px 20px 245px;
    color: #666;
}

.about_Scope .Scope .scope_c .box {
    border-bottom: 1px solid #666;
    position: relative;
    padding-bottom: 10px;
}

.about_Scope .Scope .scope_c .tit {
    height: 77px;
}

.about_Scope .Scope .scope_c .tit .num {
    width: 56px;
    height: 77px;
    line-height: 77px;
    font-size: 40px;
    color: #c88b5c;
    float: left;
}

.about_Scope .Scope .scope_c .tit .con {
    width: auto;
    height: 54px;
    float: left;
    color: #fff;
    padding-top: 23px;
    font-size: 20px;
}

.about_Scope .Scope .scope_c .tit .con p {
    font-size: 12px;
    color: #666666;
}

.about_Scope .Scope .scope_c .des {
    height: 115px;
    line-height: 25px;
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

.about_Scope .Scope .scope_c .y01 img, .about_Scope .Scope .scope_c .y03 img {
    position: absolute;
    left: -345px;
    top: -50px;
}

.about_Scope .Scope .scope_c .y01 img {
    width: 294px;
    height: 375px;
    -moz-box-shadow:6px 5px 5px #000; -webkit-box-shadow:6px 5px 5px #000; box-shadow:6px 5px 5px #000;
}

.about_Scope .Scope .scope_c .y02 img {
    width: 294px;
    height: 375px;
    -moz-box-shadow:6px 5px 5px #000; -webkit-box-shadow:6px 5px 5px #000; box-shadow:6px 5px 5px #000;
}

.about_Scope .Scope .scope_c .y03 img {
    width: 294px;
    height: 375px;
    -moz-box-shadow:6px 5px 5px #000; -webkit-box-shadow:6px 5px 5px #000; box-shadow:6px 5px 5px #000;

}

.about_Scope .Scope .scope_c .y02 img {
    position: absolute;
    right: -395px;
    top: -80px;
}

.about_Scope .Scope .scope_c .more {
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #666;
}

.about_Scope .Scope .scope_c .more a {
    color: #666;
}

.about_Scope .Scope .scope_c .y02 .tit {
    padding-left: 260px;
}

.about_Scope .Scope .scope_c .y02 .des {
    text-align: left;
    letter-spacing: 1px;
}

.about_Scope .Scope .scope_c .y02 .more {
    margin-left: 400px;
}

/*----合作伙伴-----*/
.about_Partner {
    width: 100%;
    height: 705px;
    background: url(../images/p_bg.jpg) no-repeat center top;
    padding-top: 100px;
}

.about_Partner .Partner {
    width: 1205px;
    height: auto;
    margin: 0 auto;
}

.about_Partner .Partner h1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.about_Partner .Partner h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.about_Partner .Partner .h_nav {
    width: 194px;
    height: 37px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.about_Partner .Partner .h_nav li {
    width: 90px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    float: left;
    margin-left: 5px;
    line-height: 30px;
}

.about_Partner .Partner .h_nav li a {
    color: #666;
    font-size: 13px;
    display: block;
    font-family: "微软雅黑", serif;
    font-weight: normal;
}


.about_Partner .Partner .h_nav .on {
    border: 1px solid #fff;
}

.about_Partner .Partner .h_nav .on a {
    color: #fff;
}

.about_Partner .Partner_ul {
    width: 1205px;
    margin: 50px auto;
}

.about_Partner .Partner_ul ul li {
    padding: 0 0 5px 5px;
    float: left;
    width: 195px;
    height: 125px;
}

.about_Partner .Partner_ul ul li img {
    border: 1px solid #333;
}

.about_Partner .Partner_ul {
    position: relative;
}

.about_Partner .pa_nav .Left, .about_Partner .pa_nav .Right {
    display: block;
    position: absolute;
    width: 65px;
    height: 127px;
    background: url(../images/cir_5e.gif) no-repeat;
    right: 50%;
    top: 370px;
}

.about_Partner .pa_nav .Left {
    margin-right: 0px;
    background-position: 1px 0
}

.about_Partner .pa_nav .Right {
    margin-right: -65px;
    background-position: -64px 0;
}

/*----合作伙伴-----*/
.about_Advantage {
    width: 100%;
    height: 875px;
    background: url(../images/ys_bg.jpg) no-repeat center top;
    padding-top: 170px;
}

.about_Advantage .Advantage {
    width: 1205px;
    height: auto;
    margin: 0 auto;
}

.about_Advantage .Advantage h1 {
    /*width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;*/
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
}

.about_Advantage .Advantage h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.about_Advantage .Advantage .adv_c {
    width: 850px;
    height: 800px;
}

.about_Advantage .Advantage .adv_c .left {
    width: 130px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.about_Advantage .Advantage .adv_c .left p {
    padding-top: 100px;
    height: 120px;
    font-size: 174.77px;
    clear: both;
    display: block;
    color: #c88b5c;
}

.about_Advantage .Advantage .adv_c .right {
    width: 719px;
    float: left;
    margin-top: 60px;
    color: #666;
    border-left: 1px solid #666;
}

.about_Advantage .Advantage .adv_c .right .box {
    width: 100%;
    height: 75px;
    padding-top: 10px;
}

.about_Advantage .Advantage .adv_c .right .box .l {
    width: 240px;
    height: 85px;
    float: left;
    font-size: 18px;
}

.about_Advantage .Advantage .adv_c .right .box .l span {
    padding-left: 30px;
    padding-right: 5px;
    font-size: 22px;
    font-family: 'SourceHanSerifSCBold', serif;
}

.about_Advantage .Advantage .adv_c .right .box .r {
    width: 479px;
    height: auto;
    float: left;
    letter-spacing: 1px;
}

.about_Advantage .Advantage .adv_c .right .box:hover {
    color: #fff;
    border-bottom: 1px solid #666;
}

.about_Advantage .Advantage .adv_c .right .box:hover .l {
    background: url(../images/ico_line.png) no-repeat left 10px;
}

/*----客户评价-----*/
.about_Review {
    width: 100%;
    height: auto;
    background: url(../images/p_bg.jpg) center top;
    padding-top: 100px;
    background-attachment: fixed
}

.about_Review .Review {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.about_Review .Review h1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.about_Review .Review h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.about_Review .Review .h_nav {
    width: 194px;
    height: 37px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.about_Review .Review .h_nav li {
    width: 90px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    float: left;
    margin-left: 5px;
}

.about_Review .Review .h_nav li a {
    color: #666;
    font-size: 13px;
    display: block;
    line-height: 30px;
    font-family: "微软雅黑", serif;
    font-weight: normal;
}

.about_Review .Review .h_nav .on {
    border: 1px solid #fff;
}

.about_Review .Review .h_nav .on a {
    color: #fff;
}

.about_Review .Review_ul {
    width: 100%;
    margin: 50px auto 0px auto;
    color: #666;
    background-color: #191919;
    padding-bottom: 35px;
}

.about_Review .Review_ul .box {
    clear: both;

    overflow: auto;
    padding-top: 35px;
    background-color: #191919;
}

.about_Review .Review_ul .box.on {
    background-color: transparent;
}

.about_Review .Review_ul .box .company {
    width: 300px;
    height: 150px;
    float: left;
}

.about_Review .Review_ul .box .company .num {
    width: 90px;
    height: 150px;
    padding-left: 40px;
    float: left;
    font-size: 40px;
    background: url(../images/ico_line2.png) no-repeat left 18px;
    color: #666;
}

.about_Review .Review_ul .box .company .com {
    width: 100px;
    height: 150px;
    float: left;
    font-size: 16px;
}

.about_Review .Review_ul .box .company .com p {
    font-size: 12px;
}

.about_Review .Review_ul .box .text {
    width: 900px;
    height: 150px;
    min-height: 150px;
    height: auto !important;
    float: left;
    border-top: 1px solid #666;
    padding-top: 15px;
}

.about_Review .Review_ul .box .text .des {
    width: 490px;
    height: auto;
    float: left;
    padding-right: 115px;
    line-height: 22px;
}

.about_Review .Review_ul .box {
}

.about_Review .Review_ul .box .text .des > div {
    height: 132px;
    overflow: hidden;
}

.about_Review .Review_ul .box .company .num {
    color: #666;
    padding-top: 6px;
}

.about_Review .Review_ul .box .text .img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

.about_Review .Review_ul .on .num {
    width: 80px !important;
    padding-left: 50px !important;
    background: url(../images/ico_line3.png) no-repeat left 18px !important;
    color: #c88b5c !important;
}

.about_Review .Review_ul .on .text .img img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);

    filter: gray;
}

.about_Review .Review_ul .on .text .des > div {
    height: auto !important;
}

.about_Review .Review_ul .on .com {
    color: #fff;
}

.about_Review .Review_ul .box .text .more {
    width: 90px;
    height: 26px;
    border: 1px solid #666;
    text-align: center;
    margin-top: 24px;
    line-height: 26px;
}

/*----团队-----*/
.about_team {
    width: 100%;
    min-height: 980px;
    background: url(../images/team_top.jpg) no-repeat center top #191919;
    padding-top: 345px;
}

.about_team .team {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.about_team .team h1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.about_team .team h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.about_team .team .team_ul{
    padding-bottom: 40px;
}

.about_team .team .team_ul .box {
    width: 100%;
    height: auto;
    color: #666;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #666;
}

.about_team .team .team_ul .box .img {
    width: 300px;
    height: auto;
    float: left;
}

.about_team .team .team_ul .box .r {
    width: 900px;
    height: auto;
    float: left;
}

.about_team .team .team_ul .box .r .name_des {
    width: 650px;
    height: auto;
    float: left;
}

.about_team .team .team_ul .box .r .name_des .name {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    height: 70px;
    background: url(../images/ico_line3.png) no-repeat left bottom;
}

.about_team .team .team_ul .box .r .name_des .name p {
    font-size: 13px;
}

.about_team .team .team_ul .box .r .name_des .des {
    padding-top: 12px;
    line-height: 25px;
    font-size: 14px;
    height: 125px;
    overflow: hidden;
    letter-spacing: 1px;
}

.about_team .team .team_ul .box .r .ico {
    padding: 130px 0 0 170px;
    float: left;
    width: 33px;
    height: 33px;
}

.about_team .team .team_ul .box .r .ico p {
    width: 33px;
    height: 33px;
    background: url(../images/ico_Jr.png) no-repeat;
}

.about_team .team .team_ul .on .r .name_des .des {
    padding-top: 15px;
    line-height: 25px;
    font-size: 14px;
    height: auto;
    overflow: auto !important;
    color: #fff;
}

.about_team .team .team_ul .on .r .ico p {
    width: 33px;
    height: 33px;
    background: url(../images/ico_Jd.png) no-repeat;
}

.about_team .team .team_ul .box .img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

.about_team .team .team_ul .on .img img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);

    filter: gray;
}

/*----案例-----*/
.case_main {
    width: 100%;
    height: 500px;
    min-height: 500px;
    height: auto !important;
    background: url(../images/case_topbg.jpg) no-repeat center top #191919;
    padding-top: 100px;
}

.case_main .caes {
    width: 1205px;
    height: auto;
    margin: 0 auto;
}

.case_main .caes h1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.case_main .caes h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.case_main .caes .h_nav {
    width: 390px;
    height: 37px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.case_main .caes .h_nav li {
    width: 90px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    float: left;
    margin-left: 5px;
    line-height: 28px;
}

.case_main .caes .h_nav li a {
    color: #666;
    font-size: 13px;
    display: block;
    font-family: "微软雅黑", serif;
    font-weight: normal;
}

.case_main .caes .h_nav .on {
    border: 1px solid #fff;
}

.case_main .caes .h_nav .on a {
    color: #fff;
}

/* 案例瀑布流 */

/****/
#gallery-wrapper {
    position: relative;
    max-width: 1225px;
    width: 1225px;
    margin:50px auto 0 auto;

}
img.thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.white-panel {
    position: absolute;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.white-panel h1 {
    font-size: 1em;
}

.related > a {
    vertical-align: top;
    width: calc(100% - 20px);
    max-width: 340px;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;

}
.related a {
    display: inline-block;
    text-align: left;
    margin: 20px auto;
    padding: 10px 20px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
    opacity: 1;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
    border-radius: 4px;
}
.related a:hover img,
.related a:active img {
    opacity: 1;
}
.related a h3 {
    font-weight: 300;
    margin-top: 0.15em;
    color: #fff;
}
/* icomoon */
.icon-htmleaf-home-outline:before {
    content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
    content: "\e5001";
}

@media screen and (max-width: 50em) {
    .htmleaf-header {
        padding: 3em 10% 4em;
    }
    .htmleaf-header h1 {
        font-size:2em;
    }
}


@media screen and (max-width: 40em) {
    .htmleaf-header h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size:1.2em;
    }
}
.white-panel img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

.white-panel .tit {
    width: 100%;
    height:80px;
    color: #fff;
}

.white-panel .tit .l {
    width: 241px;
    float: left;
    text-align: left;
    line-height: 40px;
}

.white-panel .l p {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding:0;
    margin:0;
    background: url(../images/ico_line3.png) no-repeat left bottom;
}

.white-panel .l span {
    display: none;
}

.white-panel .r {
    width: 120px;
    float: left;
    height: 80px;
    color: #c88b5c;
    line-height: 80px;
    font-size: 72px;
    display: none;
    font-weight: bold;
    text-align:center
}

.white-panel:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);

    filter: gray;
}

.white-panel:hover .tit .l p {
    background: url(../images/ico_line4.png) no-repeat left bottom !important;
}

.white-panel:hover .tit .l span {
    display: block !important;
}

.white-panel:hover .tit .r {
    display: block !important;
}

.casen_main {
    width: 100%;
    height: 1370px;
    min-height: 1370px;
    height: auto !important;
    background: url(../images/case_bg.jpg) no-repeat center top #191919;
    padding-top: 100px;
}

.casen_main .caesn {
    width: 1205px;
    height: auto;
    margin: 0 auto;
}

.casen_main .caesn h1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.casen_main .caesn h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.casen_main .caesn .h_nav {
    width: 291px;
    height: 37px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.casen_main .caesn .h_nav li {
    width: 90px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    float: left;
    margin-left: 5px;
    line-height: 30px;
}

.casen_main .caesn .h_nav li a {
    color: #666;
    font-size: 13px;
    display: block;
}

.casen_main .caesn .h_nav .on {
    border: 1px solid #fff;
    display: block;
}

.casen_main .caesn .h_nav .on a {
    color: #fff;
    display: block;
}

.casen_main .caesn .title {
    color: #666;
    font-size: 13px;
    width: 100%;
    height: 120px;
    padding-top: 30px;
}

.casen_main .caesn .title > div {
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    clear: both;
}

.casen_main .caesn .title span {
    padding: 20px 20px 20px 0;
    display: block;
    float: left;
    background: url(../images/ico_line2.png) no-repeat left 48px;
}

.casen_main .caesn .title span em {
    font-size: 12px;
    padding-bottom: 20px;
}

.casen_main .caesn .text {
    padding-top: 30px;
}

.casen_main .caesn .text h4 {
    height: 30px;
    font-size: 15px;
    color: #c88b5c;
}

.casen_main .caesn .text .c {
    color: #666;
    line-height: 22px;
    padding-bottom: 50px;
    letter-spacing: 1px;
}

/* index_pic */
#index_pic {
    background: url(images/loadsmall.gif) no-repeat center;
    overflow: hidden;
    width: 1200px;
    position: relative;
    height: 620px;
    overflow: hidden;
    margin: 40px auto 0 auto;
}

#index_pic ul {
    z-index: 999;
    left: 3px;
    bottom: 0px;
    position: absolute;
    text-align: left
}

#index_pic ul li {
    display: block;
    font-weight: 900;
    font-size: 12px;
    float: left;
    width: 140px;
    color: #aaa;
    position: relative;
    height: 90px;
}

#index_pic li div {
    margin-top: 5px;
    display: none;
    padding-left: 10px;
    margin-left: 70px
}

#index_pic li img {
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    filter: alpha(opacity=60);
    left: 10px;
    float: left;
    border-left: #fff 1px solid;
    width: 120px;
    cursor: pointer;
    margin-right: 4px;
    border-bottom: #fff 1px solid;
    position: absolute;
    top: 5px;
    height: 62px;
    moz-opacity: 0.6
}

#back {
    width: 1200px;
    height: 620px;
    overflow: hidden;
}

#back .gray {
    filter: Gray();
}

.linetop {
    position: absolute;
    width: 100%;
    height: 98px;
    border-top: 1px solid #888;
    left: 0;
    bottom: 0;
    filter: alpha(opacity:50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

/* 周边配套 */
.Accessories_main {
    margin-top: 400px;
    width: 100%;
    height: 800px;
    min-height: 800px;
    padding-bottom: 50px;
    height: auto !important;
    overflow: auto;
    background: #191919;
}

.Accessories_main .Accessories {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    color: #666;
}

.Accessories_main .Accessories a {
    color: #666;
}

.Accessories_main .Accessories .left {
    width: 300px;
    height: auto;
    float: left;
}

.Accessories_main .Accessories h1 {
    width: 100%;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.Accessories_main .Accessories h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

/*---边栏菜单---*/
.sort-detail ul {
    list-style-type: none;
    width: 300px;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #666;
    /*background: url(../images/ico_Jr1.png) no-repeat 270px 17px;*/
    background-size: 20px;
    font-size: 16px;
}
.sort-detail ul i{ display: none;}
.active-category i{
    display: inline-block !important;
    float: right;
}
.sort-detail ul.open {
    height: auto;
    border: 0px solid #666;
    margin-top: -1px;
}

.sort-detail ul.open span {
    color: #fff;
    background: url(../images/ico_Jd1.png) no-repeat 270px 17px #333;
    background-size: 20px;
}

.sort-detail ul.open span a {
    color: #fff;
}

.sort-detail ul span {
    height: 54px;
    line-height: 54px;
    display: block;
    padding-left: 40px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    font-size: 16px;
}

.sort-detail ul span a {
    color: #356fc2;
}

.sort-detail ul li {
    border-bottom: 1px solid #666;
}

.sort-detail li a {
    color: #fff !important;
    display: block;
    text-decoration: none;
    padding-left: 40px;
    font-size: 16px;
    letter-spacing: 1px;
}

.sort-detail li a:hover {
    color: #c88b5c !important;
    letter-spacing: 1px;
}

.sort-detail li .gln {
    color: #c88b5c !important;
    letter-spacing: 1px;
}

.Accessories_main .Accessories .right {
    width: 810px;
    padding-top: 170px;
    padding-left: 90px;
    height: auto;
    float: left;
}

.Accessories_main .Accessories .right .box {
    width: 260px;
    padding-left: 10px;
    height: 390px;
    float: left;
}

.Accessories_main .Accessories .right .box img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

.Accessories_main .Accessories .right .box:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);

    filter: gray;
}

.Accessories_main .Accessories .right .box .tit {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-top: 10px;
}

.Accessories_main .Accessories .right .box .tit p {
    font-size: 16px;
    border-bottom: 1px solid #666;
}
.Accessories_main .Accessories .right .box:hover .tit{
    color: #666;
}
.Accessories_main .Accessories .right .box:hover .tit p {
    color: #fff;
    border-bottom: 1px solid #c88b5c;
}
    /* zoom-section */
.zoom-section {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
}

* html .zoom-section {
    display: inline;
    clear: both;
}

.zoom-desc {
    float: left;
    margin-right: 110px;
    width: 400px;
    margin-bottom: 40px;
}

.zoom-small-image {
    border: 0px solid #CCC;
    float: left;
    margin-bottom: 50px;
    width: 690px;
}
.zoom-small-image img{
    width: 100% !important;
}

.zoom-tiny-image {
    border: 0px solid #CCC;
    margin: 0px;
}

.zoom-desc .cloud-zoom-gallery:hover {
    border: 1px solid #fff;
}

.zoom-desc .cloud-zoom-gallery{
	width:125px;
	height:60px;
	overflow:hidden;
	margin:0 6px 6px 0;
	display:block;
	float:left;
	border: 1px solid #191919;
	}
.zoom-desc .zbpj_li{ overflow:auto;}
.zoom-desc .title {
    font-size: 32px;
    width: 390px;
    height: 70px;
    line-height: 70px;
    color: #4d4d4d;
}

.zoom-desc .NEW {
    background-image: url(pro_new.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.zoom-desc .HOT {
    background-image: url(pro_hot.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.zoom-desc .pro_content {
    width: 100%;
    padding-top: 50px;
}

.zoom-desc .pro_content h4 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #777;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.zoom-desc .pdf {
    padding-left: 39px;
    width: 360px;
    height: 45px;
    line-height: 45px;
    margin-top: 50px;
    border-top: 2px solid #777;
    background-image: url(pdf.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.zoom-desc .pdf span {
    float: right;
    width: 97px;
    height: 45px;
    *margin-top: -45px;
}

.zoom-section .zoom-desc h1 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 45px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.zoom-section .zoom-desc h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.zoom-section .zoom-desc .tit {
    height: 70px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 30px;
    color: #fff;
}

.zoom-section .zoom-desc .tit p {
    font-size: 16px;
    background: url(../images/ico_line2.png) no-repeat left bottom;
}

.zoom-section .zoom-desc .text {
    color: #666;
    line-height: 25px;
}

.zoom-section .zoom-desc .text h3 {
    color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
   /* padding-top: 20px;
    margin-bottom: 10px;*/
    border-bottom: 1px solid #666;
    font-weight: normal;
}

/*---------*/
.class_main {
    width: 100%;
    height: 1080px;
    min-height: 1080px;
    height: auto !important;
    background: url(../images/k_bg.jpg) no-repeat center top #191919;
    padding-top: 100px;
}

.class_main .class {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.class_main .class h1 {
    width: 420px;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.class_main .class h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.class_main .class .text {
    width: 420px;
    color: #666;
    line-height: 25px;
}

.class_main .class .text .des {
    padding: 40px 0;
    margin-bottom: 40px;
}

.class_main .class .text ul li {
    width: 390px;
    height: 45px;
    padding-right: 30px;
    background: url(../images/ico_Jr1.png) no-repeat right center;
    line-height: 45px;
    border-bottom: 1px solid #333;
}

.class_main .class .text ul li:hover {
    background: #333 !important;
}

.class_main .class .text ul li a {
    color: #666;
    display: block;
    padding-left: 5px;
}

.class_main .class .pagelist {
    width: 420px;
    text-align: left;
    color: #666;
    clear: both;
    margin-top: 30px;
}

.class_main .class .pagelist a {
    color: #666;
}

.class_main .class .pagelist span {
    padding: 10px 5px;
}

.class_main .class .pagelist .s1 {
    font-size: 24px;
}

.class_main .class .pagelist .s2 {
    font-size: 40px;
    color: #fff;
    font-family: 'SourceHanSerifSCBold', serif;
}

.class_main .class .pagelist .s3 {
    color: #fff;
    font-family: 'SourceHanSerifSCBold', serif;
}

.classn_main {
    width: 100%;
    height: 1080px;
    min-height: 1080px;
    height: auto !important;
    /*background: url(../images/k_bg2.jpg) no-repeat center top #191919;*/
    padding-top: 100px;
}

.classn_main .classn {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.classn_main .classn h1 {
    width: 420px;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.classn_main .classn h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.classn_main .classn .text {
    width: 420px;
    color: #666;
    line-height: 25px;
}

.classn_main .classn .text .q {
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 40px 0;
}

.classn_main .classn .text .q p {
    font-size: 14px;
    color: #c88b5c;
}

.classn_main .classn .text .q {
    width: 100%;
    line-height: 25px;
    letter-spacing: 1px;
}

.classn_main .classn .text .a {
    min-height: 435px;
    border-bottom: 1px solid #666;
    padding-bottom: 50px;
}

.classn_main .classn .text .ac {
    font-size: 14px;
    color: #c88b5c;
}

.classn_main .classn .text .back {
    width: 90px;
    height: 26px;
    border: 1px solid #c88b5c;
    text-align: center;
    margin-top: 20px;
}

.classn_main .classn .text .back a {
    color: #fff;
}

.classn_main .classn .text .next p {
    color: #fff;
    padding-top: 20px;
}

.classn_main .classn .text .next p span {
    color: #c88b5c;
    padding-left: 5px;
    font-size: 18px;
}

.classn_main .classn .text .next a {
    color: #666;
}

/*------news--------*/
.news_main {
    margin-top: 400px;
    width: 100%;
    height: 800px;
    min-height: 800px;
    padding-bottom: 50px;
    height: auto !important;
    overflow: auto;
    background: #191919;
}

.news_main .news {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    color: #666;
}

.news_main .news .box .text a {
    color: #666;
    letter-spacing: 1px;
}

.news_main .news .box .text a:hover {
    color: #FFFFFF;
}

.news_main .news .left {
    width: 300px;
    height: auto;
    float: left;
}

.news_main .news h1 {
    width: 100%;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.news_main .news h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.news_main .news .left {
    width: 100px;
    height: 400px;
    min-height: 400px;
    height: auto !important;
    float: left;
    margin-top: 50px;
}

.news_main .news .left ul li {
    height: 68px;
    font-size: 18px;
    font-family: 'SourceHanSerifSCBold', serif;
}

.news_main .news .right {
    width: 1050px;
    padding-left: 49px;
    height: 400px;
    min-height: 400px;
    height: auto !important;
    float: left;
    margin-top: 50px;
    border-left: 1px solid #666;
}

.news_main .news .left ul .on a {
    color: #c88b5c;
}

.news_main .news .left ul .on {
    background: url(../images/ico_line.png) no-repeat right 10px;
}

.news_main .news .right .box {
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}

.news_main .news .right .box img {
    float: left;
}

.news_main .news .right .box .text {
    width: 755px;
    height: 150px;
    float: left;
    padding-left: 50px;
}

.news_main .news .right .box .text .tit {
    width: 100%;
    height: 40px
}

.news_main .news .right .box .text .des {
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.news_main .news .right .box img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

.news_main .news .right .box:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);

    filter: gray;
}

.news_main .news .right .box:hover .text a {
    color: #fff;
}

.news_main .news .left1 {
    width: 300px;
    height: 400px;
    min-height: 400px;
    height: auto !important;
    float: left;
    margin-top: 50px;
}

.news_main .news .left1 .tit {
    font-size: 18px;
    color: #fff;
    padding-bottom: 40px;
    line-height: 30px;
}

.news_main .news .left1 .time {
    color: #c88b5c;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}

.news_main .news .left1 .tag {
    height: 40px;
    line-height: 40px;
}

.news_main .news .right1 {
    width: 800px;
    padding-left: 100px;
    height: 400px;
    min-height: 400px;
    height: auto !important;
    float: left;
    margin-top: 50px;
    line-height: 25px;
    font-size: 13px;
}

.news_main .news .right1 .text {
    border-bottom: 1px solid #666;
    height: 400px;
    min-height: 400px;
    height: auto !important;
    padding-bottom: 45px;
    margin-bottom: 10px;
}

.news_main .news .right1 .pagelist .l {
    width: 350px;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.news_main .news .right1 .pagelist .l a {
    color: #666;
}

.news_main .news .right1 .pagelist .r {
    width: 450px;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.news_main .news .right1 .pagelist .r a {
    padding: 5px 20px 6px 20px;
    border: 1px solid #666666;
    color: #666;
}

/*----联系我们---------*/
.contact_main {
    margin-top: 339px;
    width: 100%;
    height: 800px;
    min-height: 800px;
    padding-bottom: 50px;
    height: auto !important;
    overflow: auto;
    background: #191919;
}

.contact_main .contact {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    color: #666;
}

.contact_main .contact h1 {
    width: 100%;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.contact_main .contact h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.contact_main .contact .h_nav {
    width: 291px;
    height: 37px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.contact_main .contact .h_nav li {
    width: 90px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    float: left;
    margin-left: 5px;
    line-height: 30px;
}

.contact_main .contact .h_nav li a {
    color: #666;
    font-size: 13px;
    display: block;
    font-family: "微软雅黑", serif;
    font-weight: normal;
}

.contact_main .contact .h_nav .on {
    border: 1px solid #fff;
}

.contact_main .contact .h_nav .on a {
    color: #fff;
    display: block;
}

s {
    background: #191919;
    border: 1px solid #666;
    padding: 10px;
    color: #666;
}

.contact_main .contact .feedback {
    width: 100%;
    padding-top: 30px;
    clear: both;
    height: 520px;
}

.contact_main .sm {
    width: 100%;
    border-top: 1px solid #666;
    color: #666;
}

.contact_main .sm .sm_n {
    width: 900px;
    padding-left: 300px;
    margin: 0 auto;
    line-height: 30px;
}

.contact_main .sm .sm_n span {
    color: #c88b5c;
}

.contact_main .contact .feedback .l {
    width: 300px;
    height: 400px;
    min-height: 400px;
    height: auto !important;
    float: left;
}

.contact_main .contact .feedback .l p {
    color: #fff;
    font-size: 18px;
}

.contact_main .contact .feedback .r {
    width: 600px;
    height: 400px;
    min-height: 400px;
    height: auto !important;
    float: left;
}

.contact_main .contact .feedback .r .li {
    clear: both;
    padding: 20px 0;
    font-size: 15px;
}

.contact_main .contact .feedback .r .li .name {
    width: 288px;
    float: left;
}

.contact_main .contact .feedback .r .li .phone {
    width: 288px;
    float: left;
    padding-left: 24px;
}

.contact_main .contact .feedback .r .li .input {
    width: 100%;
    border: 0;
    height: 40px;
    line-height: 40px;
    color: #666;
    background: url(../images/ico_line3.png) repeat-x left bottom #191919;
    font-size: 15px;
    font-family: '微软雅黑';
    outline: none;
}

.contact_main .contact .feedback .r .li select {
    color: #666;
    background: #191919;
    width: 136px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #666;
    font-size: 15px;
    font-family: '微软雅黑';
}

.contact_main .contact .feedback .r .li .province {
    width: 138px;
    float: left;
}

.contact_main .contact .feedback .r .li .city {
    width: 138px;
    float: left;
    padding-left: 12px;
}

.contact_main .contact .feedback .r .li .need {
    width: 288px;
    border-bottom: 1px solid #666;
    height: 40px;
    line-height: 40px;
    color: #666;
    margin-bottom: 10px;
}

.contact_main .contact .feedback .r .li .category span {
    padding-right: 15px;
}

.contact_main .contact .feedback .r .li .category input {
    margin-right: 5px;
}

/*********************按钮*********************/
input[type='radio'] {
    -webkit-appearance: none; /*清除复选框默认样式*/
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-appearance: none;
    border: 1px solid #666;
    /*border-radius: 2px;*/

    outline: none;
    color: #666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    vertical-align: middle;
}

input[type="radio"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
}

input[type="radio"]:checked::before {
    content: "\2713";
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

input[type='checkbox'] {
    -webkit-appearance: none; /*清除复选框默认样式*/
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-appearance: none;
    border: 1px solid #666;
    border-radius: 2px;
    outline: none;
    color: #666;

    vertical-align: middle;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #e50232;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

/*********************按钮*********************/

.contact_main .contact .feedback .r .li .text_tit {
    padding-bottom: 10px;
}

.contact_main .contact .feedback .r .li .text textarea {
    width: 598px;
    height: 115px;
    background: #191919;
    border: 1px solid #666;
    color: #FFF;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
}

.contact_main .contact .feedback .r .lisub span {
    display: block;
    width: 132px;
    height: 50px;
    background: #c88b5c;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.contact_main .contact .contact_us {
    padding-top: 110px;
    min-height: 350px;
    clear: both;
    border-bottom: 1px solid #c88b5c;
}

.contact_main .contact .contact_us .box {
    width: 220px;
    float: left;
    height: 280px;
    padding-right: 80px;
    line-height: 25px;
}

.contact_main .contact .contact_us .box .city {
    font-size: 20px;
    color: #c88b5c;
    padding-bottom: 20px;
}

.contact_main .contact .contact_us .box .city p {
    color: #fff;
    font-size: 13px;
}

.contact_main .contact .contact_us .box .add {
    height: 50px;
    padding-bottom: 20px;
}

.contact_main .contact .bottom .fr {
    padding-left: 20px;
    padding-top: 30px;
}

.contact_main .contact .bottom .fr p {
    color: #c88b5c;
    font-family: 'SourceHanSerifSCBold', serif;
    font-size: 15px;
}

.contact_main .contact .join_us .screen {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 20px 0;
}

.contact_main .contact .join_us .screen li {
    width: 99px;
    border-right: 1px solid #666;
    height: 25px;
    float: left;
    text-align: center;
    font-size: 20px;
}

.contact_main .contact .join_us .screen li a {
    color: #666;
}

.contact_main .contact .join_us .screen .on a {
    color: #c88b5c;
}

.contact_main .contact .join_us .join_box .box {
    border-bottom: 1px solid #333333;
}

.contact_main .contact .join_us .join_box .box .line {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.contact_main .contact .join_us .join_box .box .line .tit {
    width: 600px;
    padding-left: 10px;
    height: 54px;
    float: left;
}

.contact_main .contact .join_us .join_box .box .line .department {
    width: 180px;
    height: 54px;
    float: left;
}

.contact_main .contact .join_us .join_box .box .line .city {
    width: 180px;
    height: 54px;
    float: left;
}

.contact_main .contact .join_us .join_box .box .line .date {
    width: 220px;
    height: 54px;
    float: left;
    background: url(../images/ico_jiond1.png) no-repeat right center;
}

.contact_main .contact .join_us .join_box .on .line .date {
    background: url(../images/ico_jiond.png) no-repeat right center !important;
}

.contact_main .contact .join_us .join_box .on .line {
    background: #333333;
    color: #fff;
}

.contact_main .contact .join_us .join_box .box .text {
    padding-top: 20px;
    line-height: 25px;
}

.contact_main .contact .join_us .join_box .box .text .con {
    padding: 20px 0 10px 0;
    color: #c88b5c;
}

/****新潮荟*****/
.hui_main {
    padding-top: 100px;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background: url(../images/hui_bg.jpg) no-repeat center top #191919;
}

.hui_main .hui {
    width: 1200px;
    height: 790px;
    margin: 0 auto;
    color: #666;
}

.hui_main .hui .hui_l {
    width: 710px;
    height: 320px;
    float: left;
    color: #fff;
}

.hui_main .hui .hui_l h1 {
    width: 400px;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.hui_main .hui .hui_l h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.hui_main .hui .hui_r {
    width: 490px;
    height: 320px;
    padding-top: 140px;
    box-sizing: border-box;
    float: left;
    color: #fff;
}

.hui_main .hui .hui_r h2 p {
    height: 140px;
    line-height: 60px;
    color: #fff;
    font-size: 47px;
    background: url(../images/ico_line.png) no-repeat left bottom;
    margin-bottom: 20px;
}

.hui_main .hui .hui_center {
    width: 1200px;
    height: 440px;
    background: url(../images/hui_top_bg.png) no-repeat center 30px;
    clear: both;
    padding-top: 30px;
}

.hui_main .hui .hui_center .box {
    width: 540px;
    padding-left: 600px;
    padding-top: 20px;
    color: #fff;
    line-height: 25px;
}

.hui_main .hui .hui_center .box .des {
    letter-spacing: 1px
}

.hui_main .hui .hui_center .box .ad {
    padding: 20px 0;
    font-size: 19px;
}

.hui_main .hui .hui_center .box .h4 {
    color: #c88b5c;
    font-size: 19px;
    padding-top: 75px;
}

.hui_main .hui .hui_center .box h4 p {
    font-size: 15px;
}

.hui_main .hui_p2 {
    width: 100%;
    height: 190px;
    background: url(../images/ico_line_hui.png) no-repeat center center;
}

.hui_main .hui_p2 .box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.hui_main .hui_p2 .box li {
    height: 190px;
    float: left;
}

.hui_main .hui_p2 .box li > div {
    color: #c88b5c;
    height: 86px;
    font-size: 54px;
    padding-top: 30px;
}

.hui_main .hui_p2 .box li > div sup {
    font-size: 23px;
}

.hui_main .hui_p2 .box li p {
    color: #666;
}

.hui_main .hui_p2 .box li p span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px
}

.hui_main .hui_p2 .box .connoisseur {
    width: 398px;
    padding-left: 5px;
}

.hui_main .hui_p2 .box .collector {
    width: 303px;
}

.hui_main .hui_p2 .box .fashionistas {
    width: 403px;
}

.Application {
    width: 100%;
    min-height: 1080px;
    height: auto !important;
    background: url(../images/appl.jpg) no-repeat center top #191919;
}

.Application .Application_con {
    width: 475px;
    padding-right: 725px;
    margin: 0 auto;
}

.Application .Application_con h1 {
    width: 475px;
    padding-top: 67px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c88b5c;
    font-size: 30px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.Application .Application_con h1 p {
    height: 50px;
    color: #c88b5c;
    font-size: 40px;
}

.Application .Application_con .des {
    color: #fff;
    letter-spacing: 1px
}

.Application .Application_con input {
    font-family: '微软雅黑';
}

.Application .Application_con .contract input {
    width: 453px;
    border: 1px solid #4d4d4d;
    background: #191919;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    margin: 30px 0;
    color: #4d4d4d;
    outline: none;
}

.Application .Application_con .app_contact .des {
    padding-top: 30px;
    border-bottom: 1px solid #4d4d4d;
    line-height: 30px;
    letter-spacing: 1px
}

.Application .Application_con .app_contact .li {
    clear: both;
    padding: 20px 0;
    font-size: 15px;
    color: #4d4d4d;
}

.Application .Application_con .app_contact .li .input1 {
    width: 225px;
    float: left;
}

.Application .Application_con .app_contact .li .input2 {
    width: 225px;
    float: left;
    padding-left: 25px;
}

.input {
    width: 100%;
    border: 0;
    height: 40px;
    line-height: 40px;
    color: #666;
    background: url(../images/ico_line3.png) repeat-x left bottom #191919;
    font-size: 15px;
    font-family: 'SourceHanSerifSCRegular';
    outline: none;
}

.Application .Application_con .app_contact .li label input {
    padding-left: 10px;
}

.Application .Application_con .app_contact .li textarea {
    width: 95%;
    height: 115px;
    background: #191919;
    border: 1px solid #666;
    color: #666;
    outline: none;
    padding: 10px;
}

.Application .Application_con .app_contact .li .text_tit {
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    padding: 10px 0;
    letter-spacing: 1px;
}

.Application .Application_con .app_contact .li2 {
    clear: both;
    padding: 10px 0;
    font-size: 15px;
    color: #666;
}

.Application .Application_con .app_contact .sub {
    padding-top: 30px;
}

.Application .Application_con .app_contact .sub span {
    margin-right: 30px;
    padding: 10px 50px;
    border: 1px solid #666;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.foot {
    width: 100%;
    min-height: 350px;
    height: 350px;
    height: auto !important;
    border-top: 1px solid #c88b5c;
    background: #191919;
}

.foot_c {
    width: 1200px;
    min-height: 350px;
    height: 350px;
    height: auto !important;
    margin: 0 auto;
}

.foot_c .left {
    width: 400px;
    float: left;
}

.foot_c .left .logo {
    margin-top: 20px;
}

.foot_c .left .tel {
    padding-top: 187px;
    color: #666;
}

.foot_c .left .tel p {
    font-size: 15px;
    color: #c88b5c;
}

.foot_c .right {
    width: 800px;
    float: left;
}

.foot_c .right ul {
    width: 100px;
    padding-top: 30px;
    float: left;
}

.foot_c .right ul h4 {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.foot_c .right ul h4 a {
    color: #c88b5c;
}

.foot_c .right ul li {
    height: 27px;
    line-height: 27px;

}

.foot_c .right ul li a {
    color: #666;
}

.foot_c .right .copy {
    width: 100%;
    height: 30px;
    clear: both;
    color: #666;
    font-size: 11.5px;
    padding-top: 135px;

}

.foot_c .right .copy .l {
    width: 390px;
    height: 30px;
    float: left;
    line-height: 32px;
}

.foot_c .right .copy .m {
    width: 25%;
    height: 30px;
    float: left;
    position: relative;
}

.foot_c .right .copy .m .span1 {
    display: block;
    width: 70px;
    height: 28px;
    border: 1px solid #666;
    float: left;
    text-align: left;
    line-height: 27px;
    border-right: none;
    padding-left: 10px;
}

.foot_c .right .copy .m .span2 {
    display: block;
    width: 40px;
    height: 28px;
    border: 1px solid #666;
    float: left;
    text-align: center;
    line-height: 27px;
    border-left: none;
}

.foot_c .right .copy .m .span3 {
    display: block;
    width: 60px;
    height: 28px;
    float: left;
    text-align: center;
    line-height: 30px;
}

.foot_c .right .copy .m ul {
    position: absolute;
    width: 120px;
    bottom: 30px;
    border: 1px solid #666;
    left: 60px;
    text-align: left;
    border-bottom: none;
}

.foot_c .right .copy .m .m-ul{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.foot_c .right ul .m-ul-li{
    height: 22px;
    line-height: 22px;
}

.m-ul-li-span{
    display: block;
    width: 100px;
    text-align: left;
    margin: auto;
}

.foot_c .right .copy .r {
    width: 100px;
    height: 30px;
    float: left;
    text-align: right;
    position: relative;
    margin-left: 110px;
}

.foot_c .right .copy .r img {
    border: 1px solid #333;
    margin-right: 2px;
    float: left;
}

.foot_c .right .copy .r .view {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 35px;
    right: 35px;
}

.fd {
    width: 42px;
    height: 120px;
    position: fixed;
    right: 30px;
    bottom: 10%;
    /*border: 1px solid #666;*/
}

.fd ul li {
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    /*border-top: 0;*/
}

#to-wap{
    border-bottom: 0;
    border-top: 0;
}

.fd .feed {
    width: 290px;
    padding: 0 20px;
    height: 190px;
    position: absolute;
    right: 41px;
    top: 0px;
    background-color: rgba(25, 25, 25, 0.9);
    border: 1px solid #666;
    color: #fff;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .fd .feed {
        background-color: #191919;
        filter: Alpha(opacity=90);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}

.fd .feed h3 {
    font-size: 14px;
    line-height: 40px;
    height: 25px;
}

.fd .feed .li {
    display: block;
    height: 30px;
    margin-top: 10px;
    font-size: 15px;
}

.fd .feed .li .name {
    width: 135px;
    float: left;
}

.fd .feed .li .phone {
    width: 135px;
    float: left;
    padding-left: 20px;
}

.fd .feed .li .input {
    width: 100%;
    border: 0;
    height: 30px;
    line-height: 30px;
    color: #666;
    background: url(../images/ico_line3.png) repeat-x left bottom;
    /*background: url(../images/ico_line3.png) repeat-x left bottom #191919;*/
    font-size: 14px;
    font-family: '微软雅黑';
    outline:none;
}

.fd .feed .li select {
    color: #666;
    background: transparent;
    width: 136px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #666;
    font-size: 14px;
    font-family: '微软雅黑';
}

.fd .feed .li .province {
    width: 135px;
    float: left;
}

.fd .feed .li .city {
    width: 135px;
    float: left;
    padding-left: 20px;
}

.fd .feed .li .need {
    width: 288px;
    border-bottom: 1px solid #666;
    height: 40px;
    line-height: 40px;
    color: #666;
    margin-bottom: 10px;
}

.fd .feed .li .category {
    /*padding-bottom:10px;*/
}

.fd .feed .li .category span {
    margin-right: 15px;
    font-size: 13px;
}

.fd .feed .lisub .submit-btn {
    /*margin-top: 10px;
    padding: 5px 22px;
    background: #c88b5c;
    color: #101010;*/
}

.fd .feed .icon-guanbi1 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.fd .feed2 {
    width: 100%;
    height: 100%;
	text-align:center;
	box-sizing:border-box;
    position:fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);

}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .fd .feed2 {
        background-color: #000000;
        filter: Alpha(opacity=90);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}


.fd .feed2 img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}





.fd .feed2 .icon-guanbi1 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
}
