@charset "utf-8";
html,
body {
    height: 100%;
}


/* CSS Document */

.o_h {
    overflow: hidden;
}

.hone_width {
    width: 1200px;
    margin: 0 auto;
}

.mod_width {
    width: 1200px;
    margin: 0 auto;
}

.mod_100 {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
}

@font-face {
    font-family: 'FranklinGothicLT-BookCmpr';
    src: url('../fonts/FranklinGothicLT-BookCmpr.eot');
    src: url('../fonts/FranklinGothicLT-BookCmpr.woff2') format('woff2'), url('../fonts/FranklinGothicLT-BookCmpr.woff') format('woff'), url('../fonts/FranklinGothicLT-BookCmpr.ttf') format('truetype'), url('../fonts/FranklinGothicLT-BookCmpr.svg#FranklinGothicLT-BookCmpr') format('svg'), url('../fonts/FranklinGothicLT-BookCmpr.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Condensed-Black';
    src: url('../fonts/Helvetica-Condensed-Black.eot');
    src: url('../fonts/Helvetica-Condensed-Black.woff2') format('woff2'), url('../fonts/Helvetica-Condensed-Black.woff') format('woff'), url('../fonts/Helvetica-Condensed-Black.ttf') format('truetype'), url('../fonts/Helvetica-Condensed-Black.svg#Helvetica-Condensed-Black') format('svg'), url('../fonts/Helvetica-Condensed-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes STAR-MOVE {
    from {
        background-position: 0% 0%
    }
    to {
        background-position: 1200% 0%
    }
}

@keyframes STAR-MOVE {
    from {
        background-position: 0% 0%
    }
    to {
        background-position: 1200% 0%
    }
}


/*section*/

.section {
    overflow: hidden;
}

.section .bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section .bg img {
    height: 100%;
    display: block;
    width: 100%;
}

.section .bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: url('../bg/dayun.png') repeat-x 35% 50%;
    -webkit-animation: STAR-MOVE 100s linear infinite;
    -moz-animation: STAR-MOVE 100s linear infinite;
    -ms-animation: STAR-MOVE 100s linear infinite;
    animation: STAR-MOVE 100s linear infinite;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    bottom: 40%;
    opacity: 1;
}

#fp-nav.right {
    right: 4%;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav li,
.fp-slidesNav li {
    display: block;
    height: 11px;
    padding: 9px 0;
    position: relative;
}

.fullPage-slidesNav li {
    display: inline-block;
}

#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #c8a06c;
}

#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #b6b6b6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.mainside {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.logo {
    position: absolute;
    top: 4%;
    left: 48px;
    z-index: 10;
}

.nav {
    position: absolute;
    top: 4%;
    right: 68px;
    z-index: 500;
}

.nav a {
    float: left;
    padding-right: 12px;
    border-right: 1px solid #d4d3d2;
    margin-right: 24px;
    height: 170px;
    width: 30px;
    position: relative;
}

.nav a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav a img.c1 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.nav a img.c2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.nav a:hover img.c1,
.nav a.hover img.c1 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.nav a:hover img.c2,
.nav a.hover img.c2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.banner01 {
    width: 100%;
    position: absolute;
    top: 7.8%;
    left: 0;
    height: 81.6%;
    z-index: 20;
}

.banner01 .banner0101 {
    display: block;
    position: relative;
    z-index: 10;
    height: 100%;
    margin: 0 auto;
}

.banner01 img {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.banner01 .s-img1 {
    top: -50%;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 10;
    height: 100%;
    width: 100%;
    left: 0;
}

.active .banner01 .s-img1 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    top: 0;
}

.banner01 .s-img2 {
    position: absolute;
    bottom: -50%;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 10;
    height: 100%;
    left: 0;
}

.active .banner01 .s-img2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    bottom: 0;
}

.banner01 .s-img3 {
    position: static;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 10;
    height: 100%
}

.active .banner01 .s-img3 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.s-img5 {
    position: absolute;
    top: 7.8%;
    right: -50%;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 10;
    height: 81.6%;
}

.active .s-img5 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    right: 0;
}

.banner01 .s-img4 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.active .banner01 .s-img4 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.banner02 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 79.2%;
    z-index: 20;
}

.banner02 .banner0202 {
    display: block;
    position: relative;
    z-index: 10;
    height: 100%;
    margin: 0 auto;
}

.section2 .mainside a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}


/*.banner02 .banner0202 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.17%;
    height: 26.51%;
    z-index: 30;
}*/

.banner02 img {
    position: absolute;
    z-index: 10;
    height: 100%;
}

.banner02 .ba02_01 {
    left: -50%;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 10;
    height: 100%;
}

.active .banner02 .ba02_01 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    left: 0;
}

.banner03 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 79.2%;
    z-index: 20;
}

.banner03 .banner0303 {
    display: block;
    position: relative;
    z-index: 10;
    height: 100%;
    margin: 0 auto;
}

.section3 .mainside a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}


/*.banner03 .banner0303 a {
    position: absolute;
    top: 0;
    right: 27.96%;
    width: 5.17%;
    height: 26.51%;
    z-index: 30;
}*/

.banner03 img {
    position: absolute;
    z-index: 10;
    height: 100%;
}

.banner03 .ba03_01 {
    right: -50%;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 10;
    height: 100%;
}

.active .banner03 .ba03_01 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    right: 0;
}

.banner04 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 79.2%;
    z-index: 20;
}

.banner04 .banner0404 {
    display: block;
    position: relative;
    z-index: 10;
    height: 100%;
    margin: 0 auto;
}

.section4 .mainside a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}


/*.banner04 .banner0404 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.17%;
    height: 26.51%;
    z-index: 30;
}*/

.banner04 img {
    position: absolute;
    z-index: 10;
    height: 100%;
}

.banner04 .ba04_01 {
    left: -50%;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 10;
    height: 100%;
}

.active .banner04 .ba04_01 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    left: 0;
}

.inabout {
    margin: 0 auto;
    width: 1180px;
    overflow: hidden;
    margin: 0 auto;
    padding: 6% 0;
}

.inabout h2 {
    float: left;
    width: 80px;
}

.inaboutmid {
    float: left;
    width: 514px;
}

.inaboutright {
    float: right;
    width: 516px;
}

.inaboutmid_title {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 8px;
}

.inaboutmid_title p {
    font-family: "宋体";
    font-size: 12px;
    color: #898989;
    line-height: 15px;
    margin-bottom: 14px;
    text-align: justify;
}

.inaboutmid_main {
    overflow: hidden;
    margin-top: 22px;
}

.inaboutmid_main p {
    float: left;
    font-family: "宋体";
    font-size: 12px;
    color: #898989;
    line-height: 15px;
    width: 240px;
    text-align: justify;
    margin-right: 34px;
}

.inaboutright_main p {
    font-family: "宋体";
    font-size: 12px;
    color: #adadad;
    line-height: 15px;
    margin-top: 18px;
}

.innews {
    margin: 0 auto;
    overflow: hidden;
    width: 1180px;
}

.innews h2 {
    float: left;
    width: 80px;
}

.innewsmid {
    float: left;
    width: 514px;
}

.innewsright {
    float: right;
    width: 516px;
}

.innewsmid_main {
    overflow: hidden;
}

.innewsright_main a {
    font-family: "宋体";
    font-size: 12px;
    color: #898989;
    line-height: 15px;
    float: left;
    width: 190px;
    padding-left: 16px;
    position: relative;
    margin-right: 110px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-right: 100px;
    margin-bottom: 35px;
}

.innewsright_main a i {
    font-family: "Arial";
    font-size: 12px;
    color: #898989;
    line-height: 15px;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.innewsright_main a ins {
    position: absolute;
    top: 3px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #9d9d9d;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-bottom: 35px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.innewsright_main a:hover,
.innewsright_main a:hover i {
    color: #000;
}

.innewsright_main a:hover ins {
    background: #000;
}

.foot {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 80px;
}

.l_foot {
    float: left;
}

.f_nav {
    z-index: 10;
    overflow: hidden;
}

.f_nav a {
    float: left;
    padding-right: 12px;
    border-right: 1px solid #d4d3d2;
    margin-right: 24px;
    height: 170px;
    position: relative;
    width: 30px;
}

.f_nav a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.f_nav a img.c1 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.f_nav a img.c2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.f_nav a:hover img.c1,
.f_nav a.on img.c1 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.f_nav a:hover img.c2,
.f_nav a.on img.c2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.l_foot .zx {
    text-align: center;
    width: 234px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #000;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: 100px 0 0;
}

.m_foot {
    float: left;
    margin-left: 250px;
}

.m_foot span {
    display: block;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #62615e;
    line-height: 36px;
}

.r_foot {
    float: right;
    width: 144px;
}

.r_foot .hd {
    float: right;
    width: 144px;
    margin-top: 29px;
}

.r_foot .hd li {
    float: left;
    margin: 0 11px;
}

.r_foot .hd .c1 {
    width: 50px;
    height: 39px;
    background: url(../bg/yy.png) no-repeat 0 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.r_foot .hd .c1.on {
    background: url(../bg/yy.png) no-repeat 0 -39px;
}

.r_foot .hd .c2 {
    width: 48px;
    height: 39px;
    background: url(../bg/yy.png) no-repeat -76px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.r_foot .hd .c2.on {
    background: url(../bg/yy.png) no-repeat -76px -39px;
}

.r_foot .mcc {
    margin-top: 27px;
    overflow: hidden;
}

.r_foot .mcc {
    float: left;
}

.r_foot .mcc .c1 {
    margin: 0 40px 0 14px;
}

.copyright {
    background: #000;
    width: 100%;
    height: 100px;
}

.blogo {
    float: left;
    margin-left: 50px;
    margin-top: 15px;
}

.copyright span {
    line-height: 100px;
    float: right;
    margin-right: 85px;
    color: #8e8e8e;
    font-family: "Arial";
    text-transform: uppercase;
    font-size: 10px;
}

.foot .xin {
    width: 69px;
    height: 69px;
    position: absolute;
    background: url(../bg/yuan.png) no-repeat 0 0;
    top: 99px;
    left: 442px;
}


/*产品*/

.quyi {
    margin: 0 auto;
    height: 607px;
    /*padding-top:250px;*/
}

.quyi ul {
    text-align: center;
}

.quyi li {
    width: 220px;
    height: 195px;
    display: inline-block;
    margin: 0 45px;
    position: relative;
}

.quyi li a ins {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.quyi li a div {
    position: absolute;
    top: -1000px;
    left: 0;
    z-index: 100;
}

.quyi li.hover a ins {
    opacity: 0;
}

.quyi li.hover a div {
    top: 0;
}

.quyi li a div span {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 10;
    width: 87px;
    height: 87px;
}

.quyi li a div tt {
    display: block;
    position: absolute;
    top: 41px;
    left: -50px;
    height: 567px;
    overflow: hidden;
    width: 219px;
}

.quyi li a div samp.c2 {
    display: block;
    position: absolute;
    top: 350px;
    left: -200px;
    width: 409px;
}

.quyi li a div samp.c3 {
    display: block;
    position: absolute;
    top: 350px;
    left: -120px;
    width: 310px;
}

.quyi li a div samp.c1 {
    display: block;
    position: absolute;
    top: 350px;
    left: -60px;
    width: 318px;
}

.quyi li a div samp.c4 {
    display: block;
    position: absolute;
    top: 300px;
    left: -150px;
    width: 362px;
}

.mcopyright {
    color: #8e8e8e;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 1%;
}

.mcopyright a {
    color: #8e8e8e;
    font-size: 10px;
}


/*产品列表*/

.title {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 30;
}

.title a {
    text-align: center;
    font-size: 24px;
    color: #7f7f7f;
    margin: 0 57px;
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    height: 33px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.title a i {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 43px;
    width: 35px;
    height: 0px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-size: 100% auto;
}

.title a ins {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #a3a3a3;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: -20px;
    left: 50%;
    margin-left: -5px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.title a:hover,
.title a.on {
    color: #000;
}

.title a:hover i,
.title a.on i {
    height: 60px;
}

.title a:hover ins,
.title a.on ins {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.title a i.c1 {
    background-image: url(../bg/x1.png);
}

.title a i.c2 {
    background-image: url(../bg/x2.png);
}

.title a i.c3 {
    background-image: url(../bg/x3.png);
}

.title a i.c4 {
    background-image: url(../bg/x4.png);
}

.title a i.c5 {
    background-image: url(../bg/x5.png);
}

.title a i.c6 {
    background-image: url(../bg/x6.png);
}

.product {
    width: 1180px;
    position: relative;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -590px;
}

.product .bd {
    width: 1178px;
    overflow: hidden;
    margin: 0 auto;
}

.product .bd li {
    float: left;
    width: 260px;
    margin-right: 46px;
    height: 314px;
}

.product .bd li a {
    display: block;
    width: 260px;
    height: 314px;
}

.product .bd li a dl {
    position: relative;
    display: block;
    width: 260px;
    height: 314px;
}

.product .bd li a dl dt {
    width: 256px;
    height: 290px;
    border: 2px solid #cecece;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.product .bd li a dl dt img {
    top: 4px;
    left: 4px;
    width: 248px;
    height: 253px;
    position: absolute;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 12
}

.product .bd li a dl dt em {
    top: 4px;
    left: 4px;
    width: 248px;
    height: 253px;
    position: absolute;
    background: #cb461a;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 11
}

.product .bd li a dl dt ins {
    top: -100px;
    left: 114px;
    width: 35px;
    height: 35px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: url(../bg/fdj.png) no-repeat 0 0;
    z-index: 13
}

.product .bd li a dl dd {
    position: absolute;
    z-index: 11;
    width: 226px;
    height: 38px;
    border: 2px solid #cecece;
    bottom: 0;
    left: 17px;
    background: #fbf9fa;
}

.product .bd li a dl dd {
    position: absolute;
    z-index: 11;
    width: 220px;
    height: 32px;
    border: 2px solid #cecece;
    bottom: 0;
    left: 17px;
    background: #fbf9fa;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product .bd li a dl dd span {
    display: block;
    line-height: 32px;
    text-align: center;
    color: #cb461a;
    font-size: 18px;
    background: #ebebeb;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.product .bd li a:hover dl dt img {
    filter: alpha(opacity=8);
    -moz-opacity: 0.08;
    opacity: 0.08;
}

.product .bd li a:hover dl dt em {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.product .bd li a:hover dl dt ins {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    top: 116px;
}

.product .bd li a:hover dl dd span {
    background: #cb461a;
    color: #fff;
}

.product .prev {
    width: 118px;
    height: 10px;
    background: url(../bg/jj.png) no-repeat -118px 0;
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.product .next {
    width: 118px;
    height: 10px;
    background: url(../bg/jj.png) no-repeat -236px 0;
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.product .prev:hover {
    background: url(../bg/jj.png) no-repeat 0 0;
}

.product .next:hover {
    background: url(../bg/jj.png) no-repeat -354px 0;
}

.search {
    width: 500px;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -250px;
    overflow: hidden;
    height: 32px;
    border: 2px solid #cecece;
    background: #fbf9fa;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.search input{
    float: left;
    width: 468px;
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 32px;
    text-indent: 10px;
    color: #7f7f7f;
}

.search a{
    float: right;
    width: 32px;
    height: 32px;
    background: url(../bg/fdj.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.video {
    width: 1180px;
    position: relative;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -590px;
}

.video .bd {
    width: 1180px;
    overflow: hidden;
    margin: 0 auto;
}

.video .bd li {
    float: left;
    width: 380px;
    margin-right: 20px;
    height: 270px;
}

.video .bd li a {
    display: block;
    width: 380px;
    height: 270px;
}

.video .bd li a dl {
    position: relative;
    display: block;
    width: 380px;
    height: 270px;
}

.video .bd li a dl dt {
    width: 380px;
    height: 228px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.video .bd li a dl dt img {
    display: block;
    width: 380px;
    height: 228px;
    z-index: 12
}

.video .bd li a dl dt ins {
    top: -100px;
    left: 166px;
    width: 47px;
    height: 47px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: url(../bg/bf.png) no-repeat 0 0;
    z-index: 13
}

.video .bd li a dl dd {
    z-index: 11;
    width: 378px;
    height: 40px;
    border: 1px solid #cacaca;
    display: block;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.video .bd li a dl dd span {
    float: left;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-left: 13px;
    width: 220px;
}

.video .bd li a dl dd small {
    float: right;
    line-height: 40px;
    color: #000;
    font-family: "Verdana";
    font-size: 12px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-right: 16px;
}

.video .bd li a dl dd i {
    float: right;
    width: 11px;
    height: 11px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-right: 16px;
    background: url(../bg/xbf.png) no-repeat 0 0;
    margin-top: 15px;
    margin-right: 7px;
}

.video .bd li a:hover dl dt ins {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    top: 98px;
}

.video .bd li a:hover dl dd {
    background: #cb461a;
    border: 1px solid #cb461a;
}

.video .bd li a:hover dl dd span {
    color: #fff;
}

.video .bd li a:hover dl dd i {
    background: url(../bg/xbf.png) no-repeat 0 -11px;
}

.video .bd li a:hover dl dd small {
    color: #fff;
}

.video .prev {
    width: 118px;
    height: 10px;
    background: url(../bg/jj.png) no-repeat -118px 0;
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    left: 0;
    bottom: -70px;
}

.video .next {
    width: 118px;
    height: 10px;
    background: url(../bg/jj.png) no-repeat -236px 0;
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 0;
    bottom: -70px;
}

.video .prev:hover {
    background: url(../bg/jj.png) no-repeat 0 0;
}

.video .next:hover {
    background: url(../bg/jj.png) no-repeat -354px 0;
}


/*案例*/

.anli {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.anli {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    height: 560px;
}

.anli li.z1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 524px;
    height: 322px;
    z-index: 100;
}

.anli li.z2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 491px;
    height: 322px;
}

.anli li.z3 {
    position: absolute;
    bottom: 0;
    left: 295px;
    width: 592px;
    height: 238px;
}

.anli li a {
    display: block;
    width: 100%;
    position: relative;
}

.anli li a em {
    display: block;
    width: 100%;
}

.anli li a em img {
    display: block;
    width: 100%;
}

.anli li a span {
    display: block;
    width: 36px;
    height: 100px;
    position: absolute;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.anli li a span .c1 {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.anli li a span .c2 {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.anli li.z1 a span {
    position: absolute;
    left: 395px;
    top: 70px;
}

.anli li.z2 a span {
    position: absolute;
    left: 420px;
    top: 20px;
}

.anli li.z3 a span {
    position: absolute;
    left: 250px;
    top: -100px;
}

.anli li a ins {
    position: absolute;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.anli li a ins img {
    display: block;
    width: 100%;
}

.anli li.z1 a ins {
    right: 0;
    width: 940px;
    bottom: -322px;
}

.anli li.z2 a ins {
    right: -200px;
    width: 1102px;
    bottom: -100px;
}

.anli li.z3 a ins {
    right: -550px;
    width: 1409px;
    bottom: -170px;
}

.anli li a:hover ins {
    filter: alpha(opacity=00);
    -moz-opacity: 0;
    opacity: 0;
}

.anli li a:hover span {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.anli li a:hover span .c1 {
    display: none;
}

.anli li a:hover span .c2 {
    display: block;
}


/*案例列表*/

.anlilist {
    top: 25%;
    width: 100%;
    position: relative;
}

.anlilist .swiper-slide {}

.anlilist a {
    display: block;
    width: 100%;
}

.anlilist a dl {
    display: block;
    width: 100%;
    position: relative;
}

.anlilist a dl dt {
    display: block;
    width: 100%;
}

.anlilist a dl dt img {
    display: block;
    width: 100%;
}

.anlilist a dl dt ins {
    display: none;
    border: 10px solid #cb461a;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.anlilist a dl dd {
    position: absolute;
    background: #cb461a;
    top: 0;
    z-index: 20;
    height: 100%;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 0;
}

.anlilist a dl dd em {
    display: block;
    height: 100%;
}

.anlilist a:hover dl dd {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.anlilist a dl dd h3 {
    padding: 9% 0 3%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    width: 86%;
}

.anlilist a dl dd h3 big {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.anlilist a dl dd h3 i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../bg/yyy.png) no-repeat 0 0;
    margin-left: 10px;
    vertical-align: -3px;
}

.anlilist a dl dd span {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-left: 7%;
    margin-top: 4%
}

.anlilist a dl dd span i.c1 {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: url(../bg/l.png) no-repeat 0 0;
    margin-right: 7px;
}

.anlilist a dl dd span i.c2 {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: url(../bg/r.png) no-repeat 0 0;
    vertical-align: -4px;
    margin-left: 7px;
}

.anlilist a dl dd small {
    font-size: 12px;
    color: #fff;
    display: block;
    font-family: "Arial";
    padding-left: 7%;
    margin-top: 1px;
}

.anlilist a dl dd font {
    display: block;
    font-size: 14px;
    border: 1px solid #fff;
    text-align: center;
    width: 178px;
    line-height: 34px;
    height: 34px;
    margin-top: 16%;
    margin-left: 7%;
}

.anlilist .swiper-scrollbar {
    bottom: -10%;
    height: 3px;
}

.anlilist .swiper-scrollbar-drag {
    background: rgba(203, 70, 26, 1);
}

.swiper-scrollbar-drag::before {
    content: "";
    height: 43px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}


/*地图*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}


/*案例详情*/

.anlidetail {
    position: absolute;
    position: relative;
    background: #fff;
    padding: 60px 50px;
    left: 50%;
    margin-left: -590px;
    width: 1080px;
    top: 25%;
    overflow: hidden;
}

.l_anlidetail {
    float: left;
    width: 450px;
    height: 350px;
    overflow: hidden;
}

.l_anlidetail .swiper-pagination-bullet {
    background: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.l_anlidetail .swiper-pagination-bullet-active {
    background: #cb461a;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.r_anlidetail {
    width: 550px;
    float: right;
    height: 350px;
    position: relative;
}

.r_anlidetail em {
    display: block;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.r_anlidetail em h3 {
    color: #040000;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

.r_anlidetail em small {
    color: #939393;
    font-size: 10px;
    line-height: 21px;
    display: block;
    font-family: "Verdana";
}

.r_anlidetail em big {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    width: 92px;
}

.r_anlidetail em big span {
    float: left;
    margin-left: 3px;
    width: 43px;
    height: 43px;
}

.r_anlidetail em big span a {
    display: block;
    width: 43px;
    height: 43px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-image: url(../bg/lrlr.png);
    background-repeat: no-repeat;
}

.r_anlidetail p {
    color: #686868;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
}

.r_anlidetail a.bbk {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82px;
    height: 17px;
    background: url(../bg/bbk.png) no-repeat 0 0;
}


/*电子地图*/

.map {
    width: 1100px;
    position: relative;
    background: #fff;
    height: 302px;
    padding: 68px 40px;
    top: 35%;
    position: absolute;
    left: 50%;
    margin-left: -590px;
}

.map dl {
    overflow: hidden;
    display: block;
}

.map dl dt {
    float: left;
    width: 513px;
    height: 302px;
}

.map dl dd {
    float: right;
    width: 530px;
}

.map dl dd h3 {
    color: #272727;
    font-size: 16px;
    padding-left: 35px;
    background: url(../bg/che.png) no-repeat 0 0;
    border-bottom: 1px dotted #d0d0d0;
}

.map dl dd h3 {
    color: #272727;
    font-size: 16px;
    padding-left: 35px;
    background: url(../bg/che.png) no-repeat 0 0;
    line-height: 23px;
    padding-bottom: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}

.map dl dd p {
    color: #686868;
    font-size: 14px;
    line-height: 26px;
}

.map dl dd i {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 26px;
    display: block;
    font-family: "宋体";
}


/*工艺*/

.craft {
    margin: 0 auto 0;
    width: 1180px;
    position: absolute;
    left: 50%;
    margin-left: -590px;
    top: 30%;
}

.crafttop {
    margin: 0 auto 0;
    width: 1180px;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #535353;
}

.l_craft {
    float: left;
    width: 530px;
    height: 230px;
    margin-top: 50px;
    margin-left: 100px;
}

.l_craft p {
    width: 17px;
    float: right;
    text-align: center;
    line-height: 24px;
    font-family: "宋体";
    padding: 0 4px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
}

.r_craft {
    float: left;
    width: 190px;
    height: 190px;
    border: 30px solid rgba(203, 70, 26, .7);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: 160px;
}

.r_craft small {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    color: #535353;
    font-family: "Georgia";
    padding-top: 70px;
}

.r_craft big {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #535353;
}

.craftbot {
    margin-top: 3%;
    display: block;
    position: relative;
}

.craftbot .bd {
    width: 1178px;
    overflow: hidden;
    margin: 0 auto;
}

.craftbot .bd li {
    float: left;
    width: 240px;
    margin-right: 18px;
    height: 157px;
}

.craftbot .bd li a {
    display: block;
    width: 240px;
    height: 157px;
}

.craftbot .prev {
    width: 23px;
    height: 47px;
    background: url(../bg/ll.png) no-repeat 0 0;
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    left: 0;
    top: 55px;
}

.craftbot .next {
    width: 23px;
    height: 47px;
    background: url(../bg/rr.png) no-repeat 0 0;
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 0;
    top: 55px;
}

.craftbot .prev:hover {
    background: url(../bg/ll.png) no-repeat 0 -47px;
}

.craftbot .next:hover {
    background: url(../bg/rr.png) no-repeat 0 -47px;
}


/*弹框*/

.tc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    display: none;
}

.tk {
    position: fixed;
    width: 926px;
    height: 445px;
    left: 50%;
    margin-left: -463px;
    top: 50%;
    margin-top: -100px;
    z-index: 2000;
    background: url(../bg/tcc.png) no-repeat 0 0;
    background-size: 100% auto;
}

.tk .tcimg {
    display: block;
    width: 673px;
    height: 435px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.tk .tcimg p {
    width: 673px;
    height: 435px;
    line-height: 435px;
    text-align: center;
}

.tk .tcimg p:before {
    content: ".";
    /* 具体的值与垂直居中无关，尽可能的节省字符 */
    margin-left: -5px;
    font-size: 10px;
    /* 修复居中的小BUG */
    visibility: hidden;
    /*设置成隐藏元素*/
}

.tk .tcimg p img {
    *margin-top: expression((435 - this.height)/2);
    /* CSS表达式用来兼容IE6/IE7 */
    vertical-align: middle;
    max-width: 673px;
    max-height: 435px;
}

.tk span {
    position: absolute;
    font-size: 24px;
    color: #040000;
    width: 42px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    top: 20px;
    left: 37px;
    line-height: 30px;
    font-weight: bold;
}

.tc .gb {
    width: 60px;
    height: 54px;
    top: -54px;
    right: 0;
    z-index: 2000;
    background: url(../bg/close.png) no-repeat 0 0;
    position: absolute;
}

.tk1 {
    position: fixed;
    width: 1040px;
    height: 620px;
    left: 50%;
    margin-left: -520px;
    top: 50%;
    margin-top: -310px;
    z-index: 2000;
}


/*弹框结束*/


/* featured-area */

#featured-area {
    height: 337px;
    width: 950px;
    margin: 150px auto 0 auto;
}

.featured-area .roundabout-holder {
    list-style: none;
    width: 820px;
    height: 300px;
    margin: 0px auto;
}

.featured-area .roundabout-moveable-item {
    z-index: 19;
    opacity: 1 !important;
    position: relative;
    width: 120px;
    height: 478px;
}

.featured-area .roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    margin: 0;
}

.featured-area .roundabout-moveable-item small {
    position: absolute;
    font-size: 120%;
    color: #040000;
    width: 20%;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    top: 6%;
    left: 16%;
    line-height: 120%;
    font-weight: bold;
}

.featured-area .roundabout-holder span {
    display: none;
}

.featured-area .roundabout-in-focus:hover span {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    color: #3366cc;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topLeft: 5px;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
}

.featured-area .roundabout li {
    margin: 0
}


/*公司实景*/

.company {
    margin: 5% auto 0;
    width: 100%;
    position: relative;
}

.company a {
    display: block;
    width: 100%;
    position: relative;
}

.company a img {
    display: block;
    width: 100%;
}

.company a em {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(203, 70, 26, 0.84);
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.company a em span {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 18%;
}

.company a em i {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../bg/fdj.png) no-repeat 0 0;
    margin: 3% auto;
}

.company a:hover em {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.company .swiper-scrollbar {
    bottom: -10%;
    height: 3px;
}

.company .swiper-scrollbar-drag {
    background: rgba(203, 70, 26, 1);
}

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

.company .l_mb {
    height: 100%;
    float: left;
    background: #dcdcdc;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    z-index: 30;
    position: relative;
}

.company .r_mb {
    height: 100%;
    float: right;
    background: #dcdcdc;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    z-index: 30;
    position: relative;
}


/*企业文化*/

.culture {
    margin: 0 auto;
    width: 62%;
    max-width: 1180px;
    min-width: 1000px;
    height: 50%;
    border-bottom: 15px solid #fff;
    border-top: 15px solid #fff;
    background: #fff;
}

.culture dl {
    display: block;
    height: 100%;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    overflow: hidden;
}

.culture dl dt {
    float: left;
    width: 26.5%;
    height: 100%;
}

.culture dl dt img {
    display: block;
    width: 100%;
}

.culture dl dd {
    margin: 0 0 0 31%;
    height: 100%;
}

.culture dl dd h3 {
    color: #000;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 16px;
    margin-bottom: 10px;
    width: 750px;
}

.culture dl dd h3 span {
    color: #a9a9a9;
    font-size: 18px;
    margin-left: 10px;
    width: 750px;
}

.culture dl dd p {
    text-indent: 2em;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.culture .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    background: #b4b4b4;
}

.culture .mCSB_scrollTools .mCSB_draggerRail {
    width: 9px;
    background: #e9e9e9;
}


/* 公司荣誉 */

#about {
    height: 320px;
    width: 480px;
    margin: 150px auto 0 auto;
}

.about .roundabout-holder {
    list-style: none;
    width: 480px;
    height: 320px;
    margin: 0px auto;
}

.about .roundabout-moveable-item {
    z-index: 19;
}

.about .roundabout-holder span {
    display: none;
}

.about .roundabout li {
    margin: 0
}

.about li {
    width: 25px;
    height: 300px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.about li.roundabout-in-focus {
    width: 96px;
    height: 312px;
}

.about li .c1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
}

.about li .c2 {
    display: none;
    position: absolute;
    top: -10%;
    left: -150%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 400%;
}

.about li.roundabout-in-focus .c1 {
    display: none;
}

.about li.roundabout-in-focus .c2 {
    display: block;
}

.scroll {
    margin: 10px auto 0;
    width: 142px;
    height: 142px;
}

.scroll img {
    width: 100%;
    animation: mainzx1 20s infinite linear;
    -webkit-animation: mainzx1 20s infinite linear;
    -moz-animation: mainzx1 20s infinite linear;
    -o-animation: mainzx1 20s infinite linear;
}

.contact {
    position: absolute;
    position: relative;
    background: #fff;
    padding: 73px 80px 110px;
    left: 50%;
    margin-left: -590px;
    width: 1020px;
    top: 25%;
}

.contactmain {
    overflow: hidden;
    margin-top: 10px;
}

.l_contact {
    float: left;
    width: 316px;
}

.l_contact h3 {
    overflow: hidden;
}

.l_contact h3 a {
    float: left;
}

.l_contact span {
    display: block;
    font-size: 15px;
    color: #000;
}

.l_contact span i {
    font-size: 16px;
    color: #000
}

.l_contact span big {
    color: #cb461a;
    font-family: "Helvetica-Condensed-Black";
    font-size: 39px;
}

.m_contact {
    margin-left: 44px;
    width: 178px;
    float: left;
}

.m_contact span {
    font-size: 14px;
    color: #cb461a;
    display: block;
    text-align: center;
    margin-top: 3px;
}

.m_contact span i {
    font-size: 14px;
    color: #000;
}

.r_contact {
    float: left;
    width: 444px;
    margin-left: 38px;
}

.r_contact h3 {
    color: #000;
    font-size: 23px;
    font-weight: normal;
    border-bottom: 1px dotted #c7c7c7;
    line-height: 23px;
    padding-bottom: 29px;
}

.r_contact em {
    display: block;
    overflow: hidden;
    margin-top: 11px;
}

.r_contact span {
    float: left;
    color: #444;
    font-size: 16px;
    line-height: 36px;
}

.r_contact span.c1 {
    width: 200px;
}

.r_contact span.c2 {
    width: 244px;
}


/*品牌解读*/

.brandDetail {
    position: absolute;
    right: 3.28%;
    bottom: 16%;
    z-index: 10;
    width: 500px;
    height: 380px;
}

.aboutus {
    margin: 0 auto;
    width: 62%;
    max-width: 1180px;
    min-width: 1000px;
    height: 60%;
    position: relative;
    clear: both;
}

.abmain .mCustomScrollBox {
    height: 95%;
}

.abmainBox {
    width: 200%;
    float: right;
}

.abma {
    float: right;
    width: 270px;
    height: 380px;
    margin: 0;
    margin-right: -20px;
}

.abma .abmain {
    display: none;
}

.abma .abmain.hover {
    display: block;
}

.abmain .mCSB_container {
    width: 120% !important;
    height: 360px;
}

.abimg {
    float: right;
    margin-top: -50px;
}

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

.abmain span img {
    display: block;
    width: 100%;
}

.abmain p {
    float: right;
    width: 18px;
    margin: 0 6px;
    text-align: center;
    font: 18px/18px "宋体";
    word-wrap: break-word;
    word-break: break-all;
}

.abmain .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
}

.abmain .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #cb461a;
}

.menu {
    float: left;
    height: 380px;
}

.menu li {
    margin-bottom: 13px;
}

.menu li a {
    display: block;
    width: 63px;
    height: 65px;
}

.flip-container a:hover .back,
.flip-container a.hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    z-index: 2;
}

.flip-container a:hover .front,
.flip-container a.hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    z-index: 1
}

.flip-container,
.front,
.back {
    width: 63px;
    height: 65px;
}

.flipper {
    transition: transform 0.6s ease-out;
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    /*使其子类变换后得以保留 3d转换后的位置*/
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    position: relative;
}

.front,
.back {
    backface-visibility: hidden;
    transition: 0.6s ease-out;
    -webkit-transition: .6s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.front img,
.back img {
    width: 63px;
    height: 65px;
    overflow: hidden;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.back {
    z-index: 1;
    transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.xxx img {
    display: none;
    width: auto;
    height: 100%;
    margin: 0;
}

.xxx img.hover {
    display: block;
}

.xxx {
    position: absolute;
    left: 12.5%;
    top: 0;
    height: 100%;
    z-index: 10;
    /* position: absolute;
    left: 180px;
    top: 0;
    width: 446px;*/
}


/*.xxx.c2 {
    position: absolute;
    left: 160px;
    top: 0;
    width: 547px;
}*/


/*在线留言*/

.online {
    width: 1016px;
    position: absolute;
    background: #fff;
    padding: 74px 40px 64px;
    top: 35%;
    left: 50%;
    margin-left: -548px;
}

.online h2 {
    text-align: center;
    margin-bottom: 30px;
}

.onlinemain {
    overflow: hidden;
}

.l_online {
    float: left;
    width: 500px;
}

.l_online input {
    display: block;
    width: 478px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #bababa;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    margin-bottom: 19px;
    outline: none;
}

.r_online {
    float: right;
    width: 500px;
}

.r_online textarea {
    display: block;
    width: 458px;
    height: 150px;
    line-height: 36px;
    padding: 0 20px;
    color: #bababa;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    margin-bottom: 19px;
    resize: none;
}

.online p {
    text-align: center;
    margin-top: 17px;
}

.online p a {
    display: inline-block;
    width: 243px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin: 0 8px;
    background: #f4f2f3;
    color: #8a8787;
    font-size: 16px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.online p a:hover {
    background: #cb461a;
    color: #fff;
}


/*资讯*/

.news {
    position: absolute;
    width: 1180px;
    overflow: hidden;
    top: 35%;
    left: 50%;
    margin-left: -590px;
}

.l_news {
    float: left;
    width: 672px;
}

.newslist a {
    display: block;
    line-height: 52px;
    border-bottom: 1px dotted #c2c2c2;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.newslist a i {
    float: left;
    width: 5px;
    height: 5px;
    background: #909090;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-right: 12px;
    margin-top: 26px;
}

.newslist a span {
    float: right;
    font-family: "Verdana";
    font-size: 14px;
    color: #5d5d5d;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 52px;
}

.newslist a:hover span,
.newslist a:hover {
    color: #cb461a;
}

.pages {
    overflow: hidden;
    margin-top: 35px;
}

.pages a {
    float: left;
    width: 24px;
    height: 24px;
    border: 1px solid #a3a3a3;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    font-family: "Verdana";
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-right: 8px;
}

.pages a.prev {
    width: 78px;
    background-image: url(../bg/pp.png);
    background-position: 0 0;
}

.pages a.next {
    width: 78px;
    background-image: url(../bg/nn.png);
    background-position: 0 0;
}

.pages a.current {
    float: left;
    width: 24px;
    height: 24px;
    border: 1px solid #cb461a;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    font-family: "Verdana";
    background-color: #cb461a;
    font-weight: normal;
    margin-right: 8px;
}

.pages a:hover {
    border: 1px solid #cb461a;
    color: #fff;
    background-color: #cb461a;
}

.pages a.prev:hover {
    background-position: 0 -24px;
}

.pages a.next:hover {
    background-position: 0 -24px;
}

.r_news {
    float: right;
    width: 414px;
    padding: 10px 0;
    background: #fff;
}

.r_newsmain {
    display: none;
    width: 414px;
}

.r_newsmain.on {
    display: block;
}

.r_news img {
    display: block;
    margin: 0 auto
}

.r_news h3 {
    display: block;
    color: #010000;
    font-size: 16px;
    border-bottom: 1px solid #bababa;
    line-height: 46px;
    height: 46px;
    font-weight: normal;
    width: 390px;
    margin: 0 auto;
}

.r_news h3 a {
    float: right;
    color: #cb461a;
    line-height: 46px;
    font-family: "Verdana";
    padding-left: 26px;
    background: url(../bg/yj.png) no-repeat left center;
}

.r_news p {
    color: #717171;
    font-size: 14px;
    line-height: 22px;
    margin-top: 13px;
    padding: 0 12px;
    text-align: justify;
}

.r_news a.seemore {
    width: 414px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    background: #cb461a;
    margin-top: 15px;
}


/*资讯详情*/

.newsdetail {
    background: #fff;
    padding: 40px 50px;
    width: 1080px;
    overflow: hidden;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -590px;
}

.l_newsdetail {
    width: 450px;
    float: left;
    height: 442px;
}

.l_newsdetail img {
    display: block;
    width: 100%;
    margin-bottom: 23px;
}

.r_newsdetail {
    width: 555px;
    float: right;
    height: 442px;
}

.r_newsdetail em {
    display: block;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.r_newsdetail em h3 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

.r_newsdetail em span.tkkk {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.r_newsdetail em span.tkkk i {
    float: left;
    color: #484848;
    font-family: "Verdana";
    font-size: 14px;
    margin-right: 28px;
}

.r_newsdetail em span.tkkk i.c1 {
    padding-left: 23px;
    background: url(../bg/j1.png) no-repeat left 4px;
}

.r_newsdetail em span.tkkk i.c2 {
    padding-left: 20px;
    background: url(../bg/j2.png) no-repeat left 4px;
}

.r_newsdetail em big {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    width: 92px;
}

.r_newsdetail em big span {
    float: left;
    margin-left: 3px;
    width: 43px;
    height: 43px;
}

.r_newsdetail em big span a {
    display: block;
    width: 43px;
    height: 43px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-image: url(../bg/lrlr.png);
    background-repeat: no-repeat;
}

.r_newsdetail p {
    color: #686868;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
}

.r_newsdetail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    background: #b4b4b4;
}

.r_newsdetail .mCSB_scrollTools .mCSB_draggerRail {
    width: 9px;
    background: #e9e9e9;
}

ul[data-liffect="zoomIn"] li {
    opacity: 0;
    position: relative;
    -webkit-animation: zoomIn 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: zoomIn 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: zoomIn 600ms ease both;
    -o-animation-play-state: paused;
    animation: zoomIn 600ms ease both;
    animation-play-state: paused;
}

ul[data-liffect="zoomIn"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

dl[data-liffect="zoomIn"] {
    opacity: 0;
    position: relative;
    -webkit-animation: zoomIn 600ms ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: zoomIn 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation: zoomIn 600ms ease both;
    -o-animation-play-state: paused;
    animation: zoomIn 600ms ease both;
    animation-play-state: paused;
}

dl[data-liffect="zoomIn"].play {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}


/* 转圈  */

@-webkit-keyframes mainzx1 {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes mainzx1 {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes mainzx1 {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes mainzx1 {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}


/**************/

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* 1680px */


/* 小尺寸 1680px */


/**********************/

@media screen and (max-width:1680px) {
    .logo {
        position: absolute;
        top: 3%;
        left: 38px;
        z-index: 10;
    }
    .logo img {
        display: block;
        width: 100px;
    }
    .nav {
        position: absolute;
        top: 3%;
        right: 20px;
    }
    .nav a {
        float: left;
        padding-right: 12px;
        border-right: 1px solid #d4d3d2;
        margin-right: 24px;
        height: 150px;
        width: 24px;
    }
    .nav a img {
        display: block;
        width: 24px;
    }
    .quyi {
        margin: 0 auto;
        height: 485px;
    }
    .quyi li {
        width: 176px;
    }
    .quyi li a ins img {
        display: block;
        width: 80%;
    }
    .quyi li a div span img {
        display: block;
        width: 80%;
    }
    .quyi li a div tt {
        top: 25px;
    }
    .quyi li a div tt img {
        display: block;
        width: 80%;
    }
    .quyi li a div samp.c2 img {
        display: block;
        position: absolute;
        top: -80px;
        left: 60px;
        width: 80%;
    }
    .quyi li a div samp.c3 img {
        display: block;
        position: absolute;
        top: -80px;
        left: 35px;
        width: 80%;
    }
    .quyi li a div samp.c1 img {
        display: block;
        position: absolute;
        top: -80px;
        left: 25px;
        width: 80%;
    }
    .quyi li a div samp.c4 img {
        display: block;
        position: absolute;
        top: -100px;
        left: 30px;
        width: 80%;
    }
    .anlilist a dl dd h3 big {
        font-size: 36px;
        color: #fff;
        font-weight: normal;
    }
    /*.culture{ margin:1% auto 0}*/
}


/**********************/


/* 小尺寸 1600 */


/**********************/

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


/**********************/


/* 小尺寸 1440px */


/**********************/

@media screen and (max-width:1440px) {
    /*产品*/
    .quyi {
        margin: 0 auto;
        height: 424px;
    }
    .quyi li {
        width: 136px;
    }
    .quyi li a ins img {
        display: block;
        width: 70%;
    }
    .quyi li a div span img {
        display: block;
        width: 70%;
    }
    .quyi li a div tt {
        top: 25px;
    }
    .quyi li a div tt img {
        display: block;
        width: 70%;
    }
    .quyi li a div samp.c2 img {
        display: block;
        position: absolute;
        top: -100px;
        left: 80px;
        width: 70%;
    }
    .quyi li a div samp.c3 img {
        display: block;
        position: absolute;
        top: -100px;
        left: 50px;
        width: 70%;
    }
    .quyi li a div samp.c1 img {
        display: block;
        position: absolute;
        top: -100px;
        left: 40px;
        width: 70%;
    }
    .quyi li a div samp.c4 img {
        display: block;
        position: absolute;
        top: -130px;
        left: 50px;
        width: 70%;
    }
    .anlilist a dl dd h3 {
        padding: 7% 0 3%;
    }
    .anlilist a dl dd h3 big {
        font-size: 30px;
        color: #fff;
        font-weight: normal;
    }
    .anlilist a dl dd span {
        font-size: 16px;
    }
}

@media screen and (max-width:1366px) {
    .nav a {
        height: 120px;
    }
    .quyi {
        margin: 0 auto;
        height: 400px;
        /*padding-top:150px;*/
    }
    .quyi li {
        width: 117px;
    }
    .quyi li a ins img {
        display: block;
        width: 60%;
    }
    .quyi li a div span img {
        display: block;
        width: 60%;
    }
    .quyi li a div tt {
        top: 20px;
    }
    .quyi li a div tt img {
        display: block;
        width: 60%;
    }
    .quyi li a div samp.c2 img {
        display: block;
        position: absolute;
        top: -130px;
        left: 100px;
        width: 60%;
    }
    .quyi li a div samp.c3 img {
        display: block;
        position: absolute;
        top: -130px;
        left: 70px;
        width: 60%;
    }
    .quyi li a div samp.c1 img {
        display: block;
        position: absolute;
        top: -140px;
        left: 50px;
        width: 60%;
    }
    .quyi li a div samp.c4 img {
        display: block;
        position: absolute;
        top: -160px;
        left: 70px;
        width: 60%;
    }
    .anli {
        width: 944px;
        margin: 0 auto;
        position: relative;
        height: 448px;
    }
    .anli li.z1 {
        top: 0;
        left: 0;
        width: 419px;
        height: 257px;
    }
    .anli li.z2 {
        top: 0;
        right: 0;
        width: 392px;
        height: 257px;
    }
    .anli li.z3 {
        left: 236px;
        width: 473px;
        height: 190px;
    }
    .anli li a span {
        width: 28px;
    }
    .anli li.z1 a span {
        left: 316px;
        top: 56px;
    }
    .anli li.z2 a span {
        left: 336px;
        top: 16px;
    }
    .anli li.z3 a span {
        left: 200px;
        top: -80px;
    }
    .anli li.z1 a ins {
        right: 0;
        width: 752px;
        bottom: -257px;
    }
    .anli li.z2 a ins {
        right: -160px;
        width: 880px;
        bottom: -80px;
    }
    .anli li.z3 a ins {
        right: -440px;
        width: 1128px;
        bottom: -136px;
    }
    .anlidetail {
        width: 1020px;
        position: relative;
        background: #fff;
        padding: 20px 60px;
        top: 20%;
    }
    .map {
        width: 1100px;
        background: #fff;
        height: 302px;
        padding: 30px 40px;
    }
    .title a {
        font-size: 19px;
        margin: 0 45px;
        margin-bottom: 56px;
        height: 26px;
    }
    .title a i {
        margin-left: -14px;
        top: 34px;
        width: 28px;
        height: 0px;
    }
    .title a:hover i,
    .title a.on i {
        height: 48px;
    }
    .crafttop {
        margin: -20px auto 0;
        width: 1180px;
        position: relative;
        padding-bottom: 10px;
        overflow: hidden;
        border-bottom: 1px dotted #535353;
    }
    .l_craft {
        float: left;
        width: 530px;
        margin-top: 50px;
        margin-left: 100px;
    }
    .l_craft p {
        line-height: 17px;
        font-size: 14px;
    }
    .r_craft {
        float: left;
        width: 152px;
        height: 152px;
        border: 24px solid rgba(203, 70, 26, .7);
        border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        -webkit-border-radius: 100%;
        margin-left: 160px;
    }
    .r_craft small {
        font-size: 10px;
        padding-top: 50px;
    }
    .r_craft big {
        font-size: 28px;
    }
    .craftbot {
        margin-top: 1%;
    }
    #featured-area {
        height: 337px;
        width: 950px;
        margin: 20px auto 0 auto;
    }
    .featured-area .roundabout-moveable-item {
        width: 96px;
        height: 382px;
    }
    /*.tk {
        width: 740px;
        height: 352px;
        margin-left: -370px;
        margin-top: -70px;
    }
	.tk .tcimg {
    display: block;
    width: 673px;
	height:435px;
	position:absolute;
	right:5px;
	top:5px;
}


    /*.culture {
        margin: 1% auto 0;
        width: 700px;
    }
    .culture dl dt {
        width: 200px;
    }
    .culture dl dd {
        width: 480px;
        margin-left: 20px;
        height: 308px;
    }
    .culture dl dd h3 {
        font-size: 20px;
        width: 480px;
    }
    .culture dl dd h3 span {
        font-size: 16px;
        width: 480px;
    }
    .culture dl dd p {
        font-size: 12px;
        line-height: 24px;
    }*/
    #about {
        height: 256px;
        width: 384px;
        margin: 150px auto 0 auto;
    }
    .about .roundabout-holder {
        list-style: none;
        width: 384px;
        height: 256px;
        margin: 0px auto;
    }
    .about li {
        width: 20px;
        height: 240px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .scroll {
        margin: 0px auto 0;
        width: 112px;
        height: 112px;
    }
    .contact {
        width: 1020px;
        position: relative;
        background: #fff;
        padding: 20px 80px 50px;
    }
    /*.aboutus {
        margin: 0 auto 0;
        width: 944px;
        position: relative;
    }
    .abmain {
        float: right;
        width: 256px;
        padding-right: 108px;
        position: relative;
        margin-right: 20px;
        margin-top: 0
    }
    .abimg {
        position: absolute;
        width: 220px;
        right: -40px;
        top: -80px;
    }*/
    /*.abmain .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        bottom: 10px;
    }
    .abmain .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #cb461a;
    }*/
    /*    .menu {
        margin-top: 0
    }*/
    /*    .abmain p {
        width: 30px;
        float: right;
        text-align: center;
        line-height: 18px;
        font-family: "宋体";
        word-wrap: break-word;
        word-break: break-all;
        font-size: 16px;
        word-break: break-all;
    }*/
    /*    .xxx.c1 {
        position: absolute;
        left: 100px;
        top: 0;
        width: 312px;
    }*/
    /*    .xxx.c2 {
        position: absolute;
        left: 60px;
        top: 0;
        width: 382px;
    }*/
    .online {
        width: 816px;
        position: absolute;
        background: #fff;
        padding: 25px 40px 20px;
        top: 35%;
        left: 50%;
        margin-left: -448px;
    }
    .l_online {
        width: 400px;
    }
    .r_online {
        width: 400px;
    }
    .l_online input {
        width: 378px;
    }
    .r_online textarea {
        width: 358px;
    }
    .online p {
        text-align: center;
        margin-top: 17px;
    }
    .news {
        width: 980px;
        overflow: hidden;
        margin-left: -490px;
    }
    .l_news {
        float: left;
        width: 572px;
    }
    .newslist a {
        display: block;
        line-height: 40px;
        border-bottom: 1px dotted #c2c2c2;
        color: #000;
        font-size: 14px;
        overflow: hidden;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .newslist a i {
        margin-right: 12px;
        margin-top: 17px;
    }
    .newslist a span {
        line-height: 40px;
    }
    .newslist a:hover span,
    .newslist a:hover {
        color: #cb461a;
    }
    .pages {
        margin-top: 20px;
    }
    .r_news {
        float: right;
        width: 364px;
        padding: 10px 0;
        background: #fff;
    }
    .r_newsmain {
        display: none;
        width: 364px;
    }
    .r_news img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .r_news h3 {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 328px;
    }
    .r_news h3 a {
        line-height: 30px;
    }
    .r_news p {
        color: #717171;
        font-size: 13px;
        line-height: 20px;
        margin-top: 6px;
        padding: 0 16px;
    }
    .r_news a.seemore {
        width: 364px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-top: 8px;
    }
    .newsdetail {
        background: #fff;
        padding: 20px 20px;
        width: 700px;
        overflow: hidden;
        margin-left: -370px;
    }
    .l_newsdetail {
        width: 300px;
        float: left;
        height: 302px;
    }
    .l_newsdetail img {
        display: block;
        width: 100%;
        margin-bottom: 23px;
    }
    .r_newsdetail {
        width: 370px;
        float: right;
        height: 302px;
    }
    .r_newsdetail em {
        display: block;
        position: relative;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 20px;
        margin-bottom: 16px;
    }
    .r_newsdetail em big {
        bottom: 10px;
        top: auto;
    }
    .r_newsdetail em h3 {
        color: #000;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
    }
    .r_newsdetail em span {
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }
    .r_newsdetail em span i {
        float: left;
        color: #484848;
        font-family: "Verdana";
        font-size: 14px;
        margin-right: 28px;
    }
    .r_newsdetail p {
        font-size: 12px;
        line-height: 24px;
    }
    .inabout {
        padding: 2% 0;
    }
    .brandDetail {
        bottom: 10%;
    }
}

@media screen and (max-width:1280px) {
    .anlilist a dl dd h3 {
        padding: 5% 0 3%;
    }
    .anlilist a dl dd h3 big {
        font-size: 24px;
        color: #fff;
        font-weight: normal;
    }
    .anlilist a dl dd font {
        width: 150px;
    }
    .anlilist a dl dd small {
        font-size: 11px;
    }
}


/**********************/


/*.aboutCtnBox{position: relative;top: 20%;z-index: 30px;width:61.5%;max-width: 1180px;height:70%;overflow: hidden;}
.aboutCtnBox.thought{width: 100%;}*/

.title {
    position: relative;
    top: 22%;
}

.culture {
    position: relative;
    top: 25%;
}

.quyi {
    position: relative;
    top: 22%;
}

#featured-area {
    margin-top: 0;
    position: relative;
    top: 35%;
}

.company {
    margin-top: 0;
    top: 25%;
}

.aboutus {
    margin-top: 0;
    top: 25%;
}


/* 20161129 edit */

@media screen and (max-height:850px) {
    .nav a {
        height: 60px;
    }
}

@media screen and (max-height:770px) {
    .title {
        top: 18%;
    }
    .culture,
    #featured-area,
    .aboutus {
        top: 25%;
    }
}

.layui-layer-title {
    display: none;
}

.layui-layer-setwin {
    display: none;
}


/* 20161129 edit end */
