/*
 *	Created by scp-173 on 16/7/1
 *	Copyright (c) 2016 shuwon.com All rights reserved
*/
@charset "utf-8"; * {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #FFFFFF;
    color: #3e3e3e;
    overflow-x: hidden;
}

body, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
    outline: none;
}

body, button, input, select, textarea {
    font: 14px LatoLight, 'å¾®è½¯é›…é»‘', "Microsoft YaHei", tahoma, Srial, helvetica, sans-serif;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

img {
    border: 0px;
    display: block;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

tr {
    cursor: pointer;
}

input {
    border: 0;
}

textarea {
    resize: none;
    padding: 0;
}

::selection {
    background: #e4d393;
    color: #fff;
}

::-moz-selection {
    background: #e4d393;
}

.clear {
    clear: both;
}

.scroll_cs {
    position: fixed;
    top: 0;
    color: #000;
    font-size: 36px;
    z-index: 999;
    left: 0;
}

.Hover_off {
    cursor: url(../images/hover.ico), crosshair;
}

.scrollbar {
    padding-right: 5px;
    overflow: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.scrollbar::-webkit-scrollbar-button {
    background-color: #ababa7;
}

.scrollbar::-webkit-scrollbar-track {
    background: #ababa7;
}

.scrollbar::-webkit-scrollbar-track-piece {
    background: url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #85000a;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-corner {
    background: #82AFFF;
}

.scrollbar::-webkit-scrollbar-resizer {
    background: #FF0BEE;
}

.content1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: auto;
    z-index: 2;
}

/*****************************/
/*IEtips*/
.IEtips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/ieBG.png);
    display: none;
}

.IEtips_Box {
    width: 1000px;
    background: #FAFAFA;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -500px;
}

.IEtips .Browser {
    margin-top: 35px;
}

.IEtips .IEtips_title {
    font-size: 36px;
    width: 80%;
    margin: 0 auto;
    padding-top: 35px;
}

.IEtips .Browser ul {
    overflow: hidden;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.IEtips .Browser ul li {
    margin: 0 40px;
    text-align: center;
    width: 120px;
    float: left;
}

.IEtips .Browser ul li img {
    width: 100px;
    margin: 0 auto;
}

.IEtips .Browser ul li a, .IEtips .Browser ul li span {
    display: inline-block;
    margin-top: 25px;
    color: #2570e1;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.IEtips .Browser ul li a:hover {
    color: #800886;
}

.IEtips .brn_off {
    background: url(../images/brn_off.png);
    height: 32px;
    width: 32px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

/***mobile*********/
#navToggle {
    position: fixed;
    z-index: 101;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: none;
}

#navToggle span {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 2px;
    left: 0;
    border: 0px solid #702627;
    background-color: #702627;
    -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}

#navToggle span:nth-of-type(2) {
    top: 15px;
}

#navToggle span:nth-of-type(3) {
    top: auto;
    bottom: 0;
    -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
    transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}

#navToggle.expanded:hover {
    border-color: #fff;
}

#navToggle.expanded {
    border-color: #aaa;
}

#navToggle.expanded:hover span {
    transform: scale(0.9);
}

#navToggle.expanded span:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
    transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(45deg);
    -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

#navToggle.expanded span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

#navToggle.expanded span:nth-of-type(3) {
    bottom: 14px;
    transform: rotate(-45deg);
    transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

#mobileNav.expanded {
    display: block;
    top: 0;
}

#mobileNav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: cubic-bezier(0.92, 0.1, 0.25, 1) .8s;
    -webkit-transition: cubic-bezier(0.92, 0.1, 0.25, 1) .8s;
}

#mobileNav.cur {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

#mobileNav ul {
    margin-top: 44px;
    background: #702627;
}

#mobileNav ul li {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #5b1819;
    border-top: 1px solid #8a2021;
}

#mobileNav ul li a {
    display: block;
    height: 100%;
    color: #fff;
}

.wensong {
}

.BIGBOX {
    overflow: hidden;
    background: url(../images/ty-bg.jpg);
}

/*header-L*/
.header-L {
    background: url(../images/header-L.jpg);
    position: fixed;
    left: 0;
    height: 100%;
    width: 15%;
}

/*content-R*/
.content-R {
    width: 85%;
    float: right;
}

/*in-banner*/
.in-banner {
    width: 100%;
    position: relative;
}

.in-banner img {
    width: 100%;
}

.in-banner.m img {
    width: auto;
}

/*pageTit*/
.pageTit {
    text-align: center;
    margin-top: 70px;
    position: relative;
}

.pageTit span.en,.pageTit span.cn {
    display: block;
}

.pageTit .cn {
    color: #702627;
    font-size: 30px;
}

.pageTit .en {
    color: #000;
    opacity: .35;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}

.pageTit .en:after {
    width: 54px;
    left: 50%;
    margin-left: -27px;
    height: 1px;
    position: absolute;
    content: '';
    bottom: -15px;
    background: #702627;
}

/*in-nav*/
.in-nav {
    height: 35px;
    background: #702627;
    border-top: 1px solid #aa7961;
}

.in-nav>ul {
    text-align: center;
}

.in-nav>ul>li {
    display: inline-block;
    line-height: 35px;
    position: relative;
    /*width: 227px;*/
	width: 185px;
    position: relative;
}

.in-nav>ul>li a {
    display: block;
    height: 100%;
    color: #b7b1a1;
    position: relative;
    z-index: 5;
}

.in-nav>ul>li.active a {
    color: #f3ebd2;
}

.in-nav>ul>li:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #702627;
    border-right: 7px solid transparent;
    position: absolute;
    top: 0;
    content: '';
    left: 50%;
    margin-left: -7px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.in-nav>ul>li:hover:after, .in-nav>ul>li.active:after {
    top: 34px;
}

.in-nav>ul>li>ol {
    position: absolute;
    width: 330px;
    left: 50%;
    margin-left: -165px;
    top: 0;
    display: none;
    height: 95px;
}

.in-nav>ul>li.zongzi>ol {
    margin-left: -110px;
}

.in-nav>ul>li>ol>li {
    width: 110px;
    float: left;
    background: #b89b79;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-top: 65px;
}

.in-nav>ul>li>ol>li a {
    color: #fff;
}

.in-nav>ul>li>ol>li:after {
    width: 70px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -35px;
    position: absolute;
    content: '';
    background: url(../images/in-nav.png) no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.in-nav>ul>li>ol>li.active:after, .in-nav>ul>li>ol>li:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.in-nav>ul>li:hover>ol {
    display: block;
}

/**/
.Shop {
    position: fixed;
    right: 120px;
    top: 32px;
    z-index: 15;
}

.Shop ul {
    height: 47px;
}

.Shop ul li {
    float: left;
    height: 47px;
    width: 47px;
    margin: 0 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 50%;
}

.Shop ul li img {
    width: 100%;
    display: block;
	height: 100%;
}

.Shop ul li a {
    display: block;
    width: 100%;
	height: 100%;
}

.Shop ul li:hover {
    box-shadow: 2px 2px 2px 2px rgba(29, 28, 28, 0.2);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

/**/
.banner {
    overflow: hidden;
    position: relative;
}

.banner .swiper-pagination-bnnaer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    display: none;
}

.banner .swiper-pagination-bnnaer span {
    height: 43px;
    width: 43px;
    border-bottom: 50%;
    background: #d1a463;
    text-align: center;
    line-height: 43px;
    position: relative;
}

.banner ul li {
}

.banner ul li img {
    transition: all 13s;
    -webkit-transition: all 13s;
    width: 100%;
}

.banner ul li:nth-child(2n) img {
    transform: scale(1.20);
    -webkit-transform: scale(1.20)
}

.banner ul li:nth-child(2n+1) img {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.banner ul li.swiper-slide-active img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.banner ul {
    position: relative;
    z-index: 5;
}

.banner-pin {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 66px;
    z-index: 16;
}

.banner-pin ul {
    text-align: center;
}

.banner-pin ul li {
    height: 43px;
    width: 43px;
    border-bottom: 50%;
    text-align: center;
    line-height: 43px;
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}

.banner-pin ul li span {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.banner-pin ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #d1a463;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    content: '';
    transition: all .3s;
    -webkit-transition: all .3s;
}

.banner-pin ul li:before {
    position: absolute;
    width: 70px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -35px;
    background: url(../images/banner-pin.png) no-repeat;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.banner-pin ul li.active:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.banner-pin ul li.active:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-pin:after {
    height: 1px;
    width: 100%;
    background: #d1a463;
    position: absolute;
    content: '';
    opacity: .5;
    filter: alpha(opacity=50);
    top: 50%;
}

#video_Play {
    position: absolute;
    top: 0%;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: 15;
}

/*index-body*/
.index-body {
}

.index-body .index-tit {
    text-align: center;
    margin: auto;
    padding-top: 90px;
    position: relative;
}

.index-body .index-tit .tit-l {
    font-size: 34px;
    color: #6f2524
}

.index-body .index-tit .tit-r {
    font-size: 34px
}

.index-boxs .boxs.odd {
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.index-boxs .boxs {
    width: 100%;
    padding-bottom: 50px;
}

.index-boxs .box1 {
    width: 100%;
    padding: 0px;
    height: auto;
    position: relative;
}

.index-boxs .box1:after {
    display: block;
    content: "";
    clear: both;
}

.index-boxs .box1 .index-tit {
    padding: 0;
    margin: 60px auto;
}

.index-boxs .box1 .tit-r {
    color: #555;
}

.index-boxs .box1 .box1-c {
    float: left;
    height: 100%;
}

.index-boxs .box1 .box1-l {
    width: 55%;
    padding: 0 50px 100px;
    position: relative;
    height: 100%;
}

.index-boxs .box1 .box1-l .firm-list {
    width: 100%;
    border-bottom: 1px solid #702627;
    margin-bottom: 20px;
}

.index-boxs .box1 .box1-l .firm-list:after {
    display: block;
    content: "";
    clear: both;
}

.index-boxs .box1 .box1-l .firm-list li {
    float: left;
    width: 25%;
    /*margin-right: 5%;*/
    text-align: center;
    font-size: 16px;
    color: #757575;
    line-height: 34px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

/*.index-boxs .box1 .box1-l .firm-list li.lastChild, .index-boxs .box1 .box1-l .firm-list li:last-child {
    margin-right: 0;
}*/

.index-boxs .box1 .box1-l .firm-list li.active {
    color: #702627;
    border-bottom-color: #702627;
}

#firm-main .f-list {
    position: relative;
}

#firm-main .f-list .swiper-slide {
    overflow: hidden;
}

#firm-main .firm-tit span:first-child {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: -45px;
}

#firm-main .firm-tit span:first-child img {
    position: relative;
    width: 100%;
}

#firm-main .firm-tit span:last-child {
    display: inline-block;
    font-size: 30px;
    line-height: 120px;
    color: #702627;
    margin-left: 20px;
}

#firm-main .firm-stit {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin: 10px 0;
}

#firm-main .firm-txt {
    font-size: 13px;
    color: #666;
    line-height: 26px;
    margin-bottom: 50px;
}

.index-boxs .box1 .swiper-button-next-firm {
    width: 19px;
    height: 34px;
    background: url(../images/page_btn.png) no-repeat top right;
    top: auto;
    position: absolute;
    bottom: 60px;
    left: 150px;
    cursor: pointer;
    z-index: 100;
}

.index-boxs .box1 .swiper-button-prev-firm {
    width: 19px;
    height: 34px;
    background: url(../images/page_btn.png) no-repeat bottom left;
    top: auto;
    position: absolute;
    bottom: 60px;
    left: 50px;
    cursor: pointer;
    z-index: 100;
}

.index-boxs .box1 .swiper-button-next-firm.swiper-button-disabled {
    background: url(../images/page_btn.png) no-repeat top left;
}

.index-boxs .box1 .swiper-button-prev-firm.swiper-button-disabled {
    background: url(../images/page_btn.png) no-repeat bottom right;
}

.index-boxs .box1 .box1-l .pageTit .en:after {
    display: none;
}

.swiper-pagination-firm {
    display: none;
}

.index-boxs .box1 .box1-r {
    width: 45%;
}

.index-boxs .box1 .box1-r img {
    width: 100%;
}

.index-boxs .box2 {
    background: url(../images/jt_bg.jpg) no-repeat center center;
    background-size: cover;
}

.index-boxs .box2.bg0 {
    background-image: url(../images/jt_bg.jpg);
}

.index-boxs .box2.bg1 {
    background-image: url(../images/jt_bg1.jpg);
}

.index-boxs .box2.bg2 {
    background-image: url(../images/jt_bg2.jpg);
}

.index-boxs .box2.bg3 {
    background-image: url(../images/jt_bg3.jpg);
}

.index-boxs .box2 .index-content {
    width: 80%;
    max-width: 1000px;
    margin: 90px auto 0;
}

.index-boxs .box2 .index-content ul {
    width: 100%;
}

.index-boxs .box2 .index-content ul::after {
    display: block;
    content: "";
    clear: both;
}

.index-boxs .box2 .index-content ul li {
    float: left;
    height: auto;
    width: 12%;
    margin-left: 4%;
    border: 1px solid #c2a5a3;
    position: relative;
    cursor: pointer;
    transition: width 500ms, margin-left 500ms, border-color 500ms;
    -webkit-transition: width 500ms, margin-left 500ms, border-color 500ms;
    -moz-transition: width 500ms, margin-left 500ms, border-color 500ms;
}

.index-boxs .box2 .index-content .content-t {
    width: 70px;
    height: 70px;
    border: 1px solid #C2A5A3;
    border-radius: 50%;
    background: #f8f7f4;
    position: absolute;
    top: -35px;
    left: 25px;
    transition : background-color 500ms ;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
}

.index-boxs .box2 .index-content .content-t img {
    transition: all .5s;
    -webkit-transition: all .5s;
    position: absolute;
}

.index-boxs .box2 .index-content .content-t img:first-child, .index-boxs .box2 .index-content .content-t img.firstChild {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 16px;
    margin-top: 15px;
}

.index-boxs .box2 .index-content .content-t img:last-child, .index-boxs .box2 .index-content .content-t img.lastChild {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 16px;
    margin-top: 15px;
}

.index-boxs .box2 .index-content .content-box {
    width: 100%;
    height: 409px;
    overflow: hidden;
}

.index-boxs .box2 .index-content .content-main {
    width: 440px;
    height: 100%;
    background-color: rgba(255,255,255,.5)
}

.index-boxs .box2 .index-content .content-main .content-l {
    width: 120px;
    height: 100%;
    float: left;
    padding-top: 15%;
    text-align: center;
}

.index-boxs .box2 .index-content .content-main .content-l img {
    display: inline-block;
}

.index-boxs .box2 .index-content .content-main .content-r {
    float: left;
    width: 60%;
    height: 100%;
    padding: 35px 10px 35px 0;
}

.index-boxs .box2 .index-content .content-main .content-r h4 {
    font-size: 16px;
}

.index-boxs .box2 .index-content .content-main .content-r p {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    padding: 12px 0;
}

.index-boxs .box2 .index-content .content-main .content-r img {
    width: 100%;
}

.index-boxs .box2 .index-content ul li.active {
    width: 44%;
    margin-left: 8%;
    border-color: #986351;
}

.index-boxs .box2 .index-content ul li.active .content-main {
    background-color: rgba(255,255,255,1)
}

.index-boxs .box2 .index-content ul li.active .content-t, .index-boxs .box2 .index-content ul li:hover .content-t {
    background: #986351;
}

.index-boxs .box2 .index-content ul li.active .content-t img:first-child, .index-boxs .box2 .index-content ul li:hover .content-t img:first-child {
    opacity: 0;
    filter: alpha(opacity=0);
}

.index-boxs .box2 .index-content ul li.active .content-t img:last-child, .index-boxs .box2 .index-content ul li:hover .content-t img:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index-boxs .box2 .index-content ul li.active::before {
    content: "";
    background: url(../images/yb.png) no-repeat;
    background-size: 100% 100%;
    width: 159px;
    height: 119px;
    position: absolute;
    bottom: -13px;
    left: -65px;
}

.index-boxs .box2 .index-content ul li.active::after {
    content: "";
    background: url(../images/xian.png) no-repeat;
    background-size: 100% 100%;
    width: 169px;
    height: 39px;
    position: absolute;
    top: 12px;
    left: -68px;
}

.index-boxs .box3 .index-tit p {
    width: 52%;
    margin: 30px auto;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.index-boxs .box3 .index-content {
    width: 1200px;
    margin: auto;
}

.index-boxs .box3 .index-content .sort-list {
    width: 600px;
    margin: 20px auto;
    padding: 4px 0;
    border: 1px solid #5a191a;
    background: #702627;
}

.index-boxs .box3 .index-content .sort-list::after {
    content: "";
    display: block;
    clear: both;
}

.index-boxs .box3 .index-content .sort-list li {
    float: left;
    width: 25%;
    color: #b7b1a1;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    border-right: 1px solid #5A191A;
    cursor: pointer;
}

.index-boxs .box3 .index-content .sort-list li:last-child {
    border-right-width: 0;
}

.index-boxs .box3 .index-content .sort-list li.active {
    color: #702627;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.index-boxs .box3 .index-content .sort-list li.active span {
    position: relative;
    z-index: 5;
}

.index-boxs .box3 .index-content .sort-list li.active:before {
    content: "";
    position: absolute;
    width: 102%;
    height: 37px;
    background: url(../images/active_p.png) no-repeat;
    top: -6px;
    left: -1%;
    background-size: 100% 117%;
}

.index-boxs .box3 .index-content .sort-list li.active:after {
    content: "";
    border-top: 12px solid #b8a57b;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
}

.index-boxs .box3 .index-content .sort-item {
    padding-top: 25px ;
    margin: 25px 50px 0;
    text-align: center;
    height: 360px;
}

.index-boxs .box3 .index-content .sort-item .swiper-slide {
    height: auto;
    position: relative;
}

.index-boxs .box3 .index-content .sort-item .swiper-slide .box-img {
    width: 356px;
    height: 250px;
    display: inline-block;
    transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
    margin-left: 1px;
}

.index-boxs .box3 .index-content .sort-item .swiper-slide img {
    height: 100%;
    width: auto;
}

.index-boxs .box3 .index-content .sort-item .swiper-slide p {
    font-size: 18px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index-boxs .box3 .index-content .sort-item .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/next-c.png);
    top: 50%;
    margin-top: -50px;
    background-color: #702627;
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index-boxs .box3 .index-content .sort-item .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/prev-c.png);
    top: 50%;
    margin-top: -50px;
    background-color: #702627;
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index-boxs .box3 .index-content .sort-item .swiper-button-next:hover {
    background-color: #d1a463;
}

.index-boxs .box3 .index-content .sort-item .swiper-button-prev:hover {
    background-color: #d1a463;
}

.index-boxs .box3 .index-content .sort-item .swiper-slide .box-img {
    border-radius: 50%;
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

.index-boxs .box3 .index-content .sort-item .swiper-slide .box-img img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index-boxs .box3 .index-content .sort-item .swiper-slide .box-img a:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #702627;
    opacity: 0;
    filter: alpha(opacity=0)
}

.index-boxs .box3 .index-content .sort-item .swiper-slide .box-img a:hover:after {
    opacity: .2;
    filter: alpha(opacity=20)
}

.index-boxs .box3 .index-content .sort-item .swiper-slide-active .box-img a:after {
    opacity: .2;
    filter: alpha(opacity=20)
}

.index-boxs .box3 .index-content .sort-item .swiper-slide-active .box-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index-boxs .box3 .index-content .sort-item .swiper-slide-active img {
}

.index-boxs .box3 .index-content .sort-item .swiper-slide-active p {
    position: absolute;
    top: 130px;
    width: 100% ;
    font-size: 30px;
    color: #fff;
    z-index: 11;
    text-align: center;
}

.index-boxs .box4 .index-content {
    width: 1300px;
    margin: 30px auto 0;
}

.index-boxs .box4 .index-content .new-list{
    width: 300px;
    margin: 30px auto;
    padding: 4px 0;
    border: 1px solid #5a191a;
    background: #702627;
}

.index-boxs .box4 .index-content .new-list:after {
    content: "";
    display: block;
    clear: both;
}

.index-boxs .box4 .index-content .new-list div {
    float: left;
    width: 50%;
    color: #b7b1a1;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    border-right: 1px solid #5A191A;
    cursor: pointer;
    display: block;
}

.index-boxs .box4 .index-content .new-list div:last-child {
    border-right-width: 0;
}

.index-boxs .box4 .index-content .new-list div.active {
    color: #702627;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.index-boxs .box4 .index-content .new-list div.active span {
    position: relative;
    z-index: 5;
}

.index-boxs .box4 .index-content .new-list div.active:before {
    content: "";
    position: absolute;
    width: 102%;
    height: 37px;
    background: url(../images/active_p.png) no-repeat;
    top: -6px;
    left: -1%;
    background-size: 100% 117%;
}

.index-boxs .box4 .index-content .new-list div.active:after {
    content: "";
    border-top: 12px solid #b8a57b;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
}

.index-boxs .box4 .index-content .new-list-main.active {
    display: block;
}

.index-boxs .box4 .index-content .new-list-main {
    width: 96%;
    height: auto;
    margin: 40px auto 20px;
    display: none;
    overflow: hidden;
    position: relative;
}

.index-boxs .box4 .index-content .new-list-main::after {
    display: block;
    content: "";
    clear: both;
}

.index-boxs .box4 .index-content .new-list-main .news-l {
    width: 50%;
    float: left;
    position: absolute;
    height: 100%;
}

.index-boxs .box4 .index-content .new-list-main .news-l img {
    width: 100%;
    height: 100%;
}

.index-boxs .box4 .index-content .new-list-main .news-r {
    width: 50%;
    float: right;
    padding-left: 40px;
    color: #666;
    font-size: 14px;
    min-height: 450px;
}

.index-boxs .box4 .index-content .new-list-main .news-r a {
    color: #666
}

.index-boxs .box4 .index-content .new-list-main .news-r ul li {
    padding-top: 10px;
}

.index-boxs .box4 .index-content .new-list-main .news-r ul li .T {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.index-boxs .box4 .index-content .new-list-main .news-r ul li .T:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    left: -15px;
    top: 50%;
    margin-top: -2px;
    background: #702627;
}

.index-boxs .box4 .index-content .new-list-main .news-r ul li .D {
    float: right;
    color: #b2b2b2;
}

.index-boxs .box4 .index-content .new-list-main .news-r ul li .text {
    line-height: 24px;
    opacity: .7;
    padding: 5px 0 10px;
    border-bottom: 1px solid #ccc;
}

.index-boxs .box4 .index-content .new-list-main .news-r .more {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    padding-left: 35px;
    line-height: 40px;
    background: #702627;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.index-boxs .box4 .index-content .new-list-main .news-r .more span {
    margin-right: 10px;
}

.index-boxs .box4 .index-content .new-list-main .news-r .more:hover span {
    animation: r .8s ease-out infinite;
}

@-webkit-keyframes r {
    from {
        margin-right: 10px;
    }

    to {
        margin-right: 15px;
    }
}

@keyframes r {
    from {
        margin-right: 10px;
    }

    to {
        margin-right: 15px;
    }
}

/*logo*/
.header-L .logo {
    margin: 10% auto 0;
    text-align: center;
}

.header-L .logo h1 {
    display: inline-block;
}

.header-L .logo a {
}

.header-L .logo img {
    margin: 0 auto;
    width: 100%;
}

.header-L .logo2 {
    margin: 10% auto 0;
}

.header-L .logo2 h1 {
    text-align: center;
}

.header-L .logo2 a {
    display: inline-block;
    position: relative;
    padding: 8px 8%;
    margin-bottom:-13px;
}

.header-L .logo2 img {
    margin: 0 auto;
    width: 100%;
}

.header-L .nav {
    margin-top: 8%;
    text-align: center;
}

.header-L .nav ul {
    border-bottom: 1px solid #946340;
    display: inline-block;
    padding: 0 8%;
}

.header-L .nav li {
    width: 95px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto 13px;
    position: relative;
    display: block;
}

.header-L .nav li:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: #85000a;
    z-index: 5;
}

.header-L .nav li:before {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    height: 100%;
    width: 0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: #85000a;
    z-index: 5;
}

.header-L .nav li:hover:after, .header-L .nav li:hover:before {
    width: 50%;
}

.header-L .nav li a {
    display: block;
    width: 100%;
    color: #1e0000;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 18px;
    position: relative;
    z-index: 15;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.header-L .nav li.active {
    background: #85000a;
}

.header-L .nav li.active a, .header-L .nav li:hover a {
    color: #fff;
}

.header-L .goods {
    width: 98px;
    margin: 8% auto 0;
}

.header-L .goods img {
    width: 100%;
    margin: 0 auto;
}

.header-L .goods.active img {
    animation: rotate 2s cubic-bezier(.65, .05, .36, 1) infinite;
    -webkit-animation: rotate 2s cubic-bezier(.65, .05, .36, 1) infinite;
}

.header-L .goods.active img:hover {
    animation: 0s;
}

.header-L .goods a {
    display: block;
    width: 100%;
}

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

.header-L .phoneNumber {
    max-width: 184px;
    margin: 8% auto 0;
}

.header-L .phoneNumber img {
    width: 100%;
    margin: 0 auto;
}

.header-L .share {
    margin: 9% auto 0;
}

.header-L .share ul {
    text-align: center;
}

.header-L .share ul li {
    display: inline-block;
    margin: 0 2%;
    cursor: pointer;
}

.header-L .share ul li:hover img {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.header-L .share ul li img {
}

/*pageFY*/
.pageFY {
    width: auto;
    height: 35px;
    margin: 60px auto 0;
}

.pageFY>a {
    display: block;
    float: left;
    width: 19px;
    height: 34px;
    background: url(../images/page_btn.png);
    margin: 0 6px;
    cursor: pointer;
}

.pageFY>a.L-page {
    background-position: 0 -34px;
}

.pageFY>a.R-page {
    background-position: -19px 0;
}

.pageFY ul {
    float: left;
    margin-top: 6px;
}

.pageFY ul li {
    float: left;
    height: 24px;
    width: 24px;
    background: #888888;
    text-align: center;
    line-height: 24px;
    margin: 0 6px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.pageFY ul li.active {
    background: #6f2524;
}

.pageFY ul li a {
    display: block;
    height: 100%;
    color: #fff;
}

/*news-body*/
.news-body {
    position: relative;
}

.news-box {
    max-width: 1365px;
    margin: 40px auto 0;
    padding-bottom: 56px;
}

.news-box .news-box-ul {
    overflow: hidden;
}

.news-box .news-box-ul li {
    height: 407px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.news-box .news-box-ul li .buding {
    position: relative;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-box .news-box-ul li .box {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 100%;
    color: #fff;
    z-index: 15;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.news-box .news-box-ul li .timer {
    color: #b2b2b2;
    font-size: 37px;
}

.news-box .news-box-ul li .timer span {
    color: #b2b2b2;
    font-size: 16px;
    border-left: 1px solid #b2b2b2;
    padding-left: 5px;
}

.news-box .news-box-ul li .title {
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    position: relative;
    height: 50px;
    overflow: hidden;
}

.news-box .news-box-ul li .title:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #702627;
    left: 0;
    bottom: -10px;
}

.news-box .news-box-ul li .pic-img {
    overflow: hidden;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    background: #000;
}

.news-box .news-box-ul li .pic-img img {
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80)
}

.news-box .news-box-ul li .summary {
    margin-top: 30px;
    line-height: 28px;
    color: #666666;
}

.news-box .news-box-ul li.img:hover {
    top: 40%;
}

.news-box .news-box-ul li.img .pic-img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.news-box .news-box-ul li.img .box {
    top: 60%;
}

.news-box .news-box-ul li.img .summary {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s;
    -webkit-transition: all .6s;
}

.news-box .news-box-ul li.elseimg .box {
    top: 20%;
}

.news-box .news-box-ul li .mores-btn {
    width: 55px;
    height: 55px;
    margin: 15px auto 0;
    background: url(../images/mores-btn.png) no-repeat;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news-box .news-box-ul li .mores-btn a {
    display: block;
    height: 100%;
}

.news-box .news-box-ul li:hover .pic-img {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.news-box .news-box-ul li:hover .box {
    top: 20%;
}

.news-box .news-box-ul li:hover .summary {
    opacity: 1;
    filter: alpha(opacity=100);
}

.news-box .news-box-ul li:hover .timer, .news-box .news-box-ul li:hover .timer span, .news-box .news-box-ul li:hover .title, .news-box .news-box-ul li:hover .summary {
    color: #fff;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.news-box .news-box-ul li:hover .title:after {
    background: #fff;
}

.news-box .news-box-ul li .mores-btn:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*product-body*/
.product-body {
}

.product-box {
    max-width: 1365px;
    margin: 40px auto 0;
    padding-bottom: 56px;
}

.product-box .product-box-ul {
    overflow: hidden;
    padding-top: 24px;
}

.product-box .product-box-ul li {
    margin-bottom: 28px;
    cursor: pointer;
}

.product-box .product-box-ul li .buding {
    border: 1px solid #424242;
    background: #fff;
    transition: all .8s;
    -webkit-transition: all .8s;
    position: relative;
}

.product-box .product-box-ul li .title {
    height: 58px;
    width: 100%;
    padding: 0 5% 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.product-box .product-box-ul li .pic-img {
    height: auto;
}

.product-box .product-box-ul li .pic-img img {
    width: 100%;
    height: 100%;
}

.product-box .product-box-ul li .names {
    color: #702627;
    font-size: 18px;
    float: left;
    line-height: 58px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.product-box .product-box-ul li .clas {
    font-size: 12px;
    color: #424242;
    float: right;
    line-height: 58px;
    opacity: .5;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.product-box .product-box-ul li .text {
    display: none;
}

.product-box .product-box-ul li:hover .title {
    background: #702627;
}

.product-box .product-box-ul li:hover .names {
    color: #fff;
}

.product-box .product-box-ul li:hover .clas {
    color: #fff;
}

.product-box .product-box-ul li:hover .buding {
    -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
}

.show-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.show-product .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80)
}

.box-product {
    width: 100%;
    position: absolute;
    height: 500px;
    top: 50%;
    margin: -300px 0 0;
    background: #fff;
    z-index: 5;
    padding: 25px;
}

.box-product .content {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.box-product .left {
    float: left;
    width: 50%;
}

.box-product .img {
    width: 100%;
}

.box-product .img img {
    
	/*等宽缩小不变形*/
           max-width: 100%;
           /*二选一*/
           /*等高缩小不变形*/
           /*height: 100%;*/
		   height:auto;
	/*width: 100%;
    max-height: 298px;*/
}

.box-product .summary {
    float: right;
    width: 46%;
}

.box-product .summary .names {
    font-size: 28px;
    color: #85000a;
    line-height: 56px;
    border-bottom: 1px solid #aeaeae;
}

.box-product .summary .names .title {
}

.box-product .summary .Price {
}

.box-product .summary .Price .title {
    color: #666666;
    font-size: 14px;
}

.box-product .summary .Price .num {
    font-size: 30px;
    color: #85000a;
}

.box-product .summary .weight {
    margin: 10px auto;
}

.box-product .summary .weight .title {
    color: #666666;
    font-size: 14px;
}

.box-product .summary .weight .num {
    font-size: 14px;
    color: #333333;
}

.box-product .summary .siez {
}

.box-product .summary .siez .title {
    color: #666666;
    font-size: 14px;
}

.box-product .summary .siez .num {
    font-size: 14px;
    color: #333333;
}

.box-product .summary .infor {
    margin-top: 10px;
}

.box-product .summary .infor .title {
    color: #8a1019;
    font-size: 14px;
}

.box-product .summary .infor .text {
    color: #333333;
    font-size: 14px;
    padding-left: 20px;
    line-height: 28px;
    height: 252px;
}

.box-product .btn-off {
    height: 55px;
    width: 55px;
    background: #85000a;
    position: absolute;
    top: -25px;
    right: 0;
    cursor: pointer;
}

.box-product .btn-off:after {
    background: url(../images/btn-off.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    content: '';
    height: 27px;
    width: 27px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.box-product .btn-off:hover:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.box-product .ShopLink {
    margin-top: 25px;
}

.box-product .ShopLink ul {
    height: 47px;
}

.box-product .ShopLink ul li {
    float: left;
    width: 47px;
    height: 47px;
    margin-right: 20px;
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.box-product .ShopLink ul li img {
    width: 100%;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
}

.box-product .ShopLink ul li:hover {
    box-shadow: 2px 2px 2px 2px rgba(29, 28, 28, 0.2);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

/*video-body*/
.video-body {
}

.video-box {
    max-width: 1365px;
    margin: 40px auto 0;
    padding-bottom: 56px;
}

.video-box .video-box-ul {
    overflow: hidden;
}

.video-box .video-box-ul li {
    width: 1000px;
    margin: 0 auto 28px;
    background: #fff;
}

.video-box .video-box-ul li .buding {
    border: 1px solid #dadada;
    width: 100%;
    padding: 0 25px 25px
}

.video-box .video-box-ul li .buding a {
}

.video-box .video-box-ul li .buding .t {
    text-align: center;
    line-height: 100px;
    color: #101010;
    font-size: 20px;
}

.video-box .video-box-ul li .buding .img {
    position: relative;
    overflow: hidden;
}

.video-box .video-box-ul li .buding .img img {
    width: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.video-box .video-box-ul li .buding .vico {
}

.video-box .video-box-ul li .vico {
    background: url(../images/icon-vico.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -42px 0 0 -42px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    transition: 400ms;
    -webkit-transition: 400ms;
    -ms-transition: 400ms
}

.video-box .video-box-ul li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
    filter: alpha(opacity=80);
}

.video-box .video-box-ul li:hover .vico {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vwrap-video {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed
}

.vwrap-video .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    overflow: hidden
}

.vwrap-video .videobox {
    z-index: 990;
    width: 800px;
    height: 450px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -400px
}

.vwrap-video .close {
    display: block;
    width: 36px;
    height: 36px;
    background: #702627;
    -webkit-transition: 400ms;
    transition: 400ms;
    position: absolute;
    top: -36px;
    right: 0;
    z-index: 15;
    opacity: 1
}

.vwrap-video .close i {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/closebtn.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms
}

.vwrap-video .close i:hover {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vwrap-video #videobox_media {
    height: auto;
    overflow: hidden;
    background: #000
}

.vwrap-video #videobox_media video {
    width: 100%;
    height: auto;
    /*! display:inline;*/
    position: absolute;
    left: 0;
    top: 0;
}

/*industry-body*/
.industry-body {
}

.industry-box {
    max-width: 1365px;
    margin: 40px auto 0;
    padding-bottom: 56px;
}

.industry-box .industry-box-ul {
    overflow: hidden;
}

.industry-box .industry-box-ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
}

.industry-box .industry-box-ul li .img {
    width: 35%;
}

.industry-box .industry-box-ul li .img img {
    width: 100%;
}

.industry-box .industry-box-ul li .summary {
    width: 65%;
    padding: 25px 35px;
    background: #fff;
    position: absolute;
    top: 0;
    height: 100%;
}

.industry-box .industry-box-ul li .summary .title {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}

.industry-box .industry-box-ul li .summary span {
    display: block;
}

.industry-box .industry-box-ul li .summary .title .cn {
    font-size: 28px;
    color: #7b3c3d;
}

.industry-box .industry-box-ul li .summary .title .en {
    font-size: 12px;
    color: #717171;
    text-transform: uppercase;
}

.industry-box .industry-box-ul li .summary .brief {
    font-size: 14px;
    line-height: 28px;
    margin-top: 11px;
    opacity: .8;
    filter: alpha(opacity=80)
}

.industry-box .industry-box-ul li .min-img-box {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 35px;
    padding: 0 35px;
    left: 0;
}

.industry-box .industry-box-ul li .min-img-box .img-pic {
    width: 30%;
    margin: 0 1.5%;
    float: left;
}

.industry-box .industry-box-ul li .min-img-box .img-pic img {
    width: 100%;
}

.industry-box .industry-box-ul li .min-img-box .img-pic span {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.industry-box .industry-box-ul li.left .img {
    float: left;
}

.industry-box .industry-box-ul li.left .summary {
    position: absolute;
    right: 0;
}

.industry-box .industry-box-ul li.right .img {
    float: right;
}

.industry-box .industry-box-ul li.right .summary {
    position: absolute;
    left: 0;
}

/*contactUs-body*/
.contactUs-body {
}

.contactUs-box {
    max-width: 1050px;
    margin: 40px auto 0;
    padding-bottom: 156px;
}

#map {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.mapTab {
    position: absolute;
    z-index: 15;
    width: 100%;
    bottom: 15px;
}

.mapTab ul {
    text-align: center;
}

.mapTab ul li {
    width: 80px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #000;
}

.mapTab ul li.active {
    background: #85000A;
}

.in-banner .tips {
    position: absolute;
    z-index: 10;
    width: 320px;
    height: 255px;
    background: #efeedd;
    border: 6px solid #85000a;
    padding: 25px;
    right: 22%;
    top: 13%;
}

.in-banner .tips:hover {
    opacity: 0.6;
}

.in-banner .tips ul li {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 25px;
    left: 25px;
}

.in-banner .tips ul li.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.in-banner .tips .title {
    margin-bottom: 40px;
}

.in-banner .tips .title span {
    display: block;
}

.in-banner .tips .title span.cn {
    color: #85000a;
    font-size: 26px;
}

.in-banner .tips .title span.en {
    font-size: 26px;
    text-transform: uppercase;
}

.in-banner .tips .title .message {
    color: #1f1f1f;
    line-height: 24px;
}

.contactUs-box .contactUs-box-ul {
    text-align: center;
    border-top: 1px dotted #cbcbcb;
    border-bottom: 1px dotted #cbcbcb;
    padding: 40px 0;
    overflow: hidden;
}

.contactUs-box .contactUs-box-ul li {
    display: inline-block;
    text-align: left;
    width: 25%;
    float: left;
    padding-right: 20px;
}
.contactUs-box .contactUs-box-ul li:last-child{padding-right: 0;}

.contactUs-box .contactUs-box-ul li .title {
    font-size: 16px;
    color: #494949;
    line-height: 32px;
    margin-bottom: 15px;
}

.contactUs-box .contactUs-box-ul li p {
    font-size: 14px;
    color: #494949;
    line-height: 28px;
}

.contactUs-box .contactUs-box-ul li p.kong {
    opacity: 0;
}

.dch{text-align: center; color: #000;margin-top: 40px; font-size: 24px;}
.dch span{font-size: 30px;color: #e0170b;}

/*online-body*/
.online-body{
}

.online-body-box {
    max-width: 974px;
    margin: 40px auto 120px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 15px 55px 55px;
}

.online-body-box .form-box {
    overflow: hidden;
}

.online-body-box .form-box .input {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 15px;
}

.online-body-box .form-box .input .input-box {
    width: 96%;
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 4px;
}

.online-body-box .form-box .input input {
    height: 38px;
    width: 92%;
    text-indent: 1em;
    border-radius: 4px;
}

.online-body-box .form-box .input span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 34px;
}

.online-body-box .form-box .input.line {
    float: left;
    width: 100%;
    position: relative;
}

.online-body-box .form-box .input.line .input-box {
    width: 98%;
}

.online-body-box .form-box .input.select-box {
    width: 80%;
}

.online-body-box .form-box .input.select-box select {
    width: 30%;
    height: 38px;
    background: #fff;
    border: 1px solid #e8e8e8;
    line-height: 38px;
}

.online-body-box .form-box .input.select-box select.cur {
    border: 1px solid #ec3838;
}

.online-body-box .form-box .input.line input {
    width: 96%;
}

.online-body-box .form-box .input.select-option select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0px solid #fff;
}

.online-body-box .form-box .input.Verification {
    width: 20%;
}

.online-body-box .form-box .input.Verification input {
    width: 80%;
}

.online-body-box .form-box .input.code {
    width: 20%;
}

.online-body-box .form-box .input.code span {
    opacity: 0;
    filter: alpha(opacity=0)
}

.online-body-box .form-box .input.code input {
}

.online-body-box .form-box .btn_Prompt {
    height: 20px;
    width: 20px;
    float: right;
    display: block;
    bottom: 9px;
    position: absolute;
    right: 7px;
}

.online-body-box .form-box .btn_Prompt.error {
    background: url(../images/btn_error.png) no-repeat;
}

.online-body-box .form-box .btn_Prompt.empty {
    background: url(../images/btn_empty.png) no-repeat;
}

.online-body-box .form-box .btn_Prompt.Correct {
    background: url(../images/btn_Correct.png) no-repeat;
}

.online-body-box .form-box .input-box.cur {
    border: 1px solid #ec3838;
}

.online-body-box .form-box .tipe-text {
    perspective-origin: bottom;
    bottom: -26px;
    font-size: 12px !important;
    color: #ec3838 !important;
    position: absolute;
    line-height: 24px !important;
}

.online-body-box .form-box .tj {
}

.online-body-box .form-box .tj span {
    color: #999999;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 46px;
    line-height: 48px;
}

.online-body-box .form-box .tj input {
    width: 158px;
    height: 40px;
    background: #702627;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0 auto;
}

.online-body-box .form-box #hide {
    display: none;
}

/*about-body*/
.about-body {
}

.about-boxs .boxs {
    padding: 1px 0 50px;
}

.about-boxs .boxs.even {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

.about-boxs .boxs .box-content {
    margin: 50px auto 0;
}

.about-boxs .boxs .box-content .text {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.about-boxs .box1 .box-content {
    max-width: 1000px;
}

.about-boxs .box1 .box-content .text {
    margin-top: 30px;
}

.about-boxs .box1 .box-content img {
    box-shadow: 0 5px 15px #ddd;
    width: 100%;
}

.about-boxs .box2 .box-content {
    max-width: 1200px;
    position: relative;
}

.about-boxs .box2 .box-content video {
    width: 49%;
    display: block;
}

.about-boxs .box2 .box-content .text {
    width: 49%;
    height: 98%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1% 4% 0 0;
}

.about-boxs .box3 .box-content {
    max-width: 1200px;
}

.about-boxs .box3 .box-content .text {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
    color: #333;
}

.about-boxs .box3 .box-content ul::after {
    content: "";
    display: list-item;
    clear: both;
}

.about-boxs .box3 .box-content ul li {
    float: left;
    width: 18%;
    margin-right: 2.5%;
    position: relative;
    box-shadow: 0px 0px 5px 1px #ccc;
}

.about-boxs .box3 .box-content ul li.lastChild,.about-boxs .box3 .box-content ul li:last-child {
    margin-right: 0;
}

.about-boxs .box3 .box-content ul li:after {
    content: "";
    width: 96%;
    height: 98%;
    position: absolute;
    top: 1%;
    left: 2%;
    border: 2px solid #fff;
    -webkit-transition: border-color 1s linear;
    transition: border-color 1s linear;
}

.about-boxs .box3 .box-content ul li:hover:after {
    border-color: #9D9D9d;
}

.about-boxs .box3 .box-content ul li img.b {
    width: 100%;
}

.about-boxs .box3 .box-content ul li img.t {
    width: 20%;
    position: absolute;
    top: 11%;
    right: 5%;
}

.about-boxs .box4 .box-content {
    max-width: 1200px;
    position: relative;
    z-index: 10;
}

.about-boxs .box4 .box-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 35px;
    left: 2%;
    width: 96%;
    height: 1px;
    background: url(../images/line.png) no-repeat;
    background-size: 100% 100%;
}

#swiper-container1, #swiper-container2 {
    width: 66%;
    margin: auto;
}

#swiper-container1 .years-list {
    margin: 20px auto;
    color: #fff;
}

#swiper-container1 .years-list .swiper-slide {
    width: auto;
    padding: 5px 30px;
    font-size: 16px;
    background: #a0a0a0;
    cursor: pointer;
    text-align: center;
}

#swiper-container1 .years-list .swiper-slide.swiper-slide-active {
    font-size: 30px;
    background: #85000a;
    position: relative;
    top: -7px;
    text-align: center;
}

#swiper-container1 .years-list .swiper-slide.swiper-slide-active::after {
    display: block;
    content: "";
    border-top: 10px solid #85000A;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

#swiper-container2 {
    width: 66%;
    margin: 40px auto;
}

#swiper-container2 .list-year-detail .swiper-slide {
    padding: 0 10%;
}

#swiper-container2 .list-year-detail .swiper-slide img {
    float: left;
    width: 50%;
}

#swiper-container2 .list-year-detail .swiper-slide div {
    float: left;
    width: 50%;
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
}

#swiper-container2 .list-year-detail .swiper-slide div h3 {
    font-size: 40px;
    line-height: 50px;
    color: #85000A;
    font-weight: bold;
    border-bottom: 1px solid #979797;
    display: inline-block;
    margin-bottom: 20px;
}

#swiper-container2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../images/btn-prev.png) no-repeat;
}

#swiper-container2 .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(../images/btn-next.png) no-repeat;
}

.about-boxs .box5 .box-content {
    max-width: 1200px;
    width: 80%;
    margin: 70px auto;
}

#swiper-container3 .ry-list .swiper-slide {
    width: 250px;
    height: auto;
}

#swiper-container3 .ry-list .swiper-slide .img-box {
    position: relative;
}

#swiper-container3 .ry-list .swiper-slide img {
    width: 100%;
}

#swiper-container3 .ry-list .swiper-slide .text {
    display: none;
    text-align: center;
    margin-top: 20px;
}

#swiper-container3 .ry-list .swiper-slide.flip-current .text {
    display: block;
}

#swiper-container3 .flipto-prev {
    width: 33px;
    height: 66px;
    background: url(../images/prev.png) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: 50em;
    top: 50%;
    margin-top: -33px;
    position: absolute;
    left: 0;
}

#swiper-container3 .flipto-next {
    width: 33px;
    height: 66px;
    background: url(../images/next.png) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: 50em;
    top: 50%;
    margin-top: -33px;
    position: absolute;
    right: 0;
}

/*newsDel*/
.model_news_detail {
    max-width: 1000px;
    width: 96%;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}

.model_news_detail .back {
    width: 100%;
    height: 50px;
    position: relative;
}

.model_news_detail .back a {
    display: block;
    width: 150px;
    height: 40px;
    background: #FFFFFF;
    color: #702627;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0px;
    border: 1px solid #702627;
}

.model_news_detail .back a:hover {
    background: #702627;
    color: #FFFFFF;
}

.model_news_detail .title {
    width: 90%;
    height: auto;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 5% 15px 5%;
    margin: 0 auto;
}

.model_news_detail .summary {
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #666666;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.model_news_detail .summary span {
    font-size: 14px;
    font-family: Georgia, Times, serif;
    color: #ff0000;
    font-weight: bold;
}

.model_news_detail .detailContent {
    width: 100%;
    min-height: 300px;
    margin: 25px 0px;
    line-height: 28px;
    text-indent: 28px;
    color: #3E3E3E;
}

.model_news_detail .detailContent img {
    text-indent: 0px;
    text-indent: 0px;
    max-width: 100%;
    margin: 15px auto;
    display: block;
}

.model_news_detail .newShare {
    width: 100%;
    height: 25px;
    position: relative;
    margin: 15px 0px 35px 0px;
}

.model_news_detail .newShare strong {
    float: right;
    margin-right: 10px;
}

.model_news_detail .detailPage {
    width: 100%;
    height: auto;
}

.model_news_detail .detailPage div a {
    font-weight: normal;
    color: #1F1F1F;
}

.model_news_detail .detailPage div {
    width: 100%;
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    height: auto;
    padding: 5px 0px;
    font-weight: bold;
}

.model_news_detail .detailPage div a:hover {
    color: #702627;
}

/*footer*/
.footer {
    height: 154px;
    background: #575757;
    overflow: hidden;
}

.footer .infor {
    height: 107px;
    max-width: 1365px;
    margin: 7px auto 0 !important;
}

.footer .infor .logo {
}

.footer .infor .logo a {
    float: left;
}

.footer .infor .logo img {
    margin-top: 25px;
}

.footer .infor .logo img.ewm {
    margin-top: 5px;
    padding-left: 50px;
    opacity: 0.8;
}

.footer .infor .information {
    margin-top: 49px;
}

.footer .infor .information span {
    display: inline-block;
    font-size: 14px;
    color: #e9e4d5;
    position: relative;
    float: right;
    margin-left: 68px;
    line-height: 26px;
}

.footer .infor .information span:after {
    background: url(../images/icon-minPic.png) no-repeat;
}

.footer .infor .information span.cur1:after {
    height: 26px;
    width: 26px;
    position: absolute;
    content: '';
    left: -30px;
    background-position: 0 0;
}

.footer .infor .information span.cur2:after {
    height: 26px;
    width: 26px;
    position: absolute;
    content: '';
    left: -30px;
    background-position: -26px 0;
}

.footer .infor .information span.cur3:after {
    height: 26px;
    width: 26px;
    position: absolute;
    content: '';
    left: -30px;
    background-position: -52px 0;
}

.footer .copyright {
    height: 40px;
    background: #0e1417;
}

.footer .max-w {
    max-width: 1365px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .copyright span {
    display: block;
    line-height: 40px;
    color: #6d6d6d;
}

.footer .copyright span.copy-names {
    text-align: left;
}

.footer .copyright span.bah {
    text-align: center;
}

.footer .copyright span.jz {
    text-align: right;
}

.footer .copyright span.jz a {
    color: #6d6d6d;
}

.footer .copyright span.jz a:hover {
    color: #fff;
}

/*ç½®é¡¶*/
.zhiding {
    background: url(../images/zhiding.png);
    height: 32px;
    width: 32px;
    position: fixed;
    right: 15px;
    bottom: 35px;
    z-index: 25;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.zhiding.cur {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*pc*/
@media screen and (max-width: 1600px) {
    .index-boxs .box4 .index-content {
        width:1100px;
    }
}

@media screen and (max-width: 1450px) {
    .footer .max-w {
        max-width: 1000px;
    }

    .footer .infor .information span {
    }

    .pageFY {
        max-width: 1000px;
    }

    .header-L .logo img {
        width: 69%;
    }

    .header-L .nav li {
        height: 26px;
        line-height: 26px;
    }

    .header-L .nav li a {
        font-size: 14px;
    }

    .header-L .goods img {
        width: 69%;
    }

    .header-L .phoneNumber img {
        width: 69%;
    }

    .box-product {
        top: 60%;
    }

    #firm-main .f-list .firm-tit {
        overflow: hidden;
    }

    #firm-main .firm-tit span:first-child,#firm-main .firm-tit span.firstChild {
        float: left;
        display: block;
        width: 80px;
        height: 80px;
    }

    #firm-main .firm-tit span:last-child, #firm-main .firm-tit span.lastChild {
        float: left;
        display: block;
        font-size: 22px;
        line-height: 80px;
    }

    #firm-main .firm-txt {
        font-size: 12px;
    }

    .index-body .index-tit .tit-l,.index-body .index-tit .tit-r {
        font-size: 30px;
    }

    .Shop {
        right: 2%;
    }

    .index-boxs .box1 .index-tit {

    }

    #firm-main .firm-stit {
        font-size: 16px;
        line-height: 30px;
    }

    .index-boxs .box1 .box1-l .firm-list {
        margin-bottom: 10px;
    }

    #firm-main .firm-tit span {
    }

    .index-boxs .box1 .box1-l {
        
    }

    .index-boxs .box1 .box1-l .firm-list li {
        font-size: 14px;
    }

    .index-boxs .pageTit span.en {
        font-size: 22px;
    }

    .index-boxs .box1 .years-list .swiper-slide img {
        width: 100%;
    }

    .index-boxs .box3 .index-content {
        width: 100%;
    }

    .index-boxs .box4 .index-content {
        width: 100%;
    }

    .news-box .news-box-ul li {
        height: 340px;
    }

    .news-box .news-box-ul li.elseimg .box,.news-box .news-box-ul li:hover .box {
        top: 3%;
    }

    .about-boxs .box2 .box-content {
        width: 96%;
        margin: 50px auto 0;
    }

    .about-boxs .box3 .box-content ul {
        width: 90%;
        margin: 0 auto;
    }

    .in-banner .tips {
        right: 15%;
        top: 14%;
        height: 190px;
    }

    .contactUs-box {
        padding-bottom: 106px;
    }

    .footer .infor .information {
        margin-top: 15px;
    }
}

/*media*/
@media screen and (max-width: 1200px) {
    #navToggle {
        display: block;
    }

    #mobileNav {
        display: block;
    }
}

/*pad*/
@media screen and (max-width: 1200px) {
    /*.zhiding.cur{display: none;}*/ .Shop {
        display: none;
    }

    .pageFY {
        margin-top: 30px;
    }

    .header-L {
        display: none;
    }

    .content-R {
        width: 100%;
    }

    .pageTit {
        margin-top: 50px;
    }

    .in-nav>ul>li {
        width: 170px
    }

    .in-nav>ul>li:hover>ol {
        display: none;
    }

    .index-body .index-tit {
        padding-top: 50px;
    }

    .index-body .index-tit .tit-l {
        font-size: 32px
    }

    .index-body .index-tit .tit-r {
        font-size: 32px
    }

    #firm-main .firm-tit span:last-child {
        font-size: 26px;
        line-height: 100px;
    }

    #firm-main .firm-tit span:first-child {
        width: 100px;
        height: 100px;
    }

    #firm-main .firm-txt,#firm-main .firm-stit {
        width: 100%;
    }

    #firm-main .firm-tit span:last-child {
        font-size: 30px;
    }

    .index-boxs .box1 .box1-l {
        width: 100%;
    }

    .index-boxs .box1 .box1-r {
        display: none;
    }

    .index-boxs .box2 .index-content {
        width: 90%;
        margin-top: 60px;
    }

    .index-boxs .box2 .index-content .content-t {
        left: 20px
    }


    .index-boxs .box3 .index-content .sort-item .swiper-button-next {
        display: none;
    }

    .index-boxs .box3 .index-content .sort-item .swiper-button-prev {
        display: none;
    }

    .index-boxs .box3 .index-tit p {
        width: 70%;
        margin: 20px auto;
    }

    .index-boxs .box3 .index-content .sort-item .swiper-slide-active p {
        top: 120px;
    }

    .index-boxs .box4 .index-content .new-list-main {
        margin: 20px auto 20px;
    }

    #swiper-container3 .flipto-next,#swiper-container3 .flipto-prev,#swiper-container2 .swiper-button-next,#swiper-container2 .swiper-button-prev {
        display: none;
    }

    .about-boxs .box1 .box-content .text {
        width: 95%;
        margin: 30px auto 0;
    }

    #swiper-container1 .years-list .swiper-slide.swiper-slide-active {
        padding: 5px 0;
    }

    .industry-box .industry-box-ul li .min-img-box {
        bottom: 5px;
    }

    .industry-box .industry-box-ul li {
        margin-bottom: 30px;
    }

    .industry-box .industry-box-ul li .summary {
        padding: 20px 30px;
    }

    .vwrap-video .videobox {
        width: 96%;
        height: auto;
        margin-left: -48%;
    }

    .video-box .video-box-ul li .buding .t {
        line-height: 70px;
    }

    .tips {
        display: none;
    }

    .contactUs-box-ul {
        overflow: hidden;
        width: 100%;
        margin: auto;
    }

    .contactUs-box .contactUs-box-ul li {
        margin-bottom: 0;
    }

    .footer .infor .information {
        margin-top: 15px;
    }
}

/*phone*/
@media screen and (max-width: 768px) {
    .index-boxs .box4 .index-content .new-list-main .news-l {
        width: 100%;
        height: auto;
    }

    .index-boxs .box4 .index-content .new-list-main .news-r {
        width: 100%;
        margin-top: 80%;
        padding-left: 20px;
    }

    .in-nav>ul>li {
        width: 135px
    }

    .in-nav>ul>li:hover>ol {
        display: none;
    }

    .pageTit {
        margin-top: 30px;
    }

    .index-boxs .box2 .index-content {
        width: 96%;
        margin-top: 50px;
        margin-left: 0;
    }

    .index-boxs .box2 .index-content ul li.active::after {
        width: 120px;
        height: 33px;
        left: -50px;
    }

    .index-boxs .box2 .index-content ul li.active::before {
        width: 130px;
        height: 100px;
        bottom: -9px;
        left: -45px;
    }

    .index-boxs .box2 .index-content .content-t {
        left: 8px;
    }

    .index-boxs .box2 .index-content .content-main .content-l {
        width: 90px;
    }

    .index-boxs .box2 .index-content .content-main .content-r {
        width: 220px;
    }

    .index-boxs .box2 .index-content .content-main .content-l {
        padding-top: 20% ;
    }

    .sort-item .swiper-wrapper {
        margin-top: 21px;
    }

    .index-boxs .box3 .index-content .sort-item .swiper-slide .box-img {
        width: 285px ;
        height: 200px;
    }

    .index-boxs .box3 .index-content .sort-item {
        height: 300px;
        margin-top: 0;
    }

    .index-boxs .box3 .index-tit p {
        width: 90%;
    }

    .index-boxs .box3 .index-content .sort-item .swiper-slide-active p {
        font-size: 28px;
        top: 100px;
    }

    .about-boxs .boxs .box-content {
        margin-top: 30px;
    }

    .about-boxs .box1 .box-content .text {
        margin-top: 20px;
    }

    .about-boxs .box3 .box-content .text {
        margin-bottom: 30px;
    }

    #swiper-container1 .years-list .swiper-slide {
        padding: 5px 0;
    }

    #swiper-container1 .years-list .swiper-slide.swiper-slide-active {
        font-size: 26px;
        top: -5px
    }

    #swiper-container2 {
        width: 80%;
        margin: 20px auto 0;
    }

    #swiper-container1 .years-list .swiper-slide.swiper-slide-active::after {
        border-width: 6px;
        bottom: -6px;
        margin-left: -6px;
    }

    #swiper-container2 .list-year-detail .swiper-slide div h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    #swiper-container2 .list-year-detail .swiper-slide div {
        font-size: 13px ;
        line-height: 24px;
    }

    .about-boxs .box5 .box-content {
        margin-bottom: 0;
    }

    #swiper-container3 .ry-list .swiper-slide {
        width: 170px;
    }

    .industry-box .industry-box-ul li .img {
        display: none;
    }

    .industry-box .industry-box-ul li .summary {
        width: 98%;
        margin: auto;
    }

    .industry-box .industry-box-ul li.left .summary,.industry-box .industry-box-ul li.right .summary {
        position: relative;
    }

    .industry-box .industry-box-ul li:after {
        content: "";
        display: block;
        clear: both;
        overflow: visible;
    }

    .industry-box .industry-box-ul li .min-img-box {
        margin: 20px auto;
        position: relative;
    }

    .industry-box .industry-box-ul li {
        overflow: visible;
    }

    .video-box .video-box-ul li {
        max-width: 1000px;
        width: 90%;
    }

    .vwrap-video .videobox {
        width: 96%;
        height: auto;
        margin-left: -48%;
        margin-top: -25%;
    }

    .footer .infor .information {
        margin-top: 15px;
    }

    .index-boxs .box3 .index-content .sort-list li.active:before {
        background-size: 100% 120%;
    }
}

@media screen and (max-width: 767px) {
    .index-boxs .box4 .index-content .new-list {
        width: 90%;
        padding: 0;
    }

    .index-boxs .box4 .index-content .new-list div.active {
        font-size: 16px;
    }
    .index-boxs .box4 .index-content .new-list div.active:before{
    	height: 28px;
        top: -2px;
    }


    .index-boxs .box3 .index-content .sort-list li.active:before {
        height: 28px;
        top: -2px;
    }
	.index-boxs .box3 .index-content .sort-list li.active{
		line-height: 23px;
	}
    .index-boxs .box3 .index-content .sort-list li.active span {
        font-size: 14px;
    }
    

    .index-boxs .pageTit span.en {
        font-size: 16px;
    }

    .Shop {
        display: none;
    }

    .in-banner.m img {
        display: none;
    }

    .pageTit {
        margin-top: 20px;
    }

    .pageTit .cn {
        font-size: 26px;
    }

    .pageTit .en {
        font-size: 20px;
    }

    .footer {
        height: auto;
    }

    .footer .infor {
        height: auto
    }

    .footer .infor .logo a {
        width: 60%;
    }

    .footer .infor .logo h1 img {
        width: 100%;
        max-width: 212px;
        margin-top: 15px;
    }

    .footer .infor .logo img.ewm {
        padding-left: 20px;
        float: right;
        width: 100px;
    }

    .footer .infor .information span {
        float: left;
        margin-left: 40px;
    }

    .footer .max-w:after {
        display: block;
        clear: both;
        content: "";
    }

    .footer .infor .information {
        margin: 15px 0 5px;
        padding-left: 5px;
    }

    .footer .copyright {
        height: auto;
    }

    .footer .copyright span {
        font-size: 12px;
        line-height: 22px;
    }

    .footer .copyright span.copy-names,.footer .copyright span.jz {
        text-align: center;
    }

    .video-box .video-box-ul li {
        width: 96%;
    }

    .video-box .video-box-ul li .buding {
        padding: 0 15px 15px;
    }

    .video-box .video-box-ul li .buding .t {
        line-height: 40px;
        font-size: 16px;
    }

    .vwrap-video .videobox {
        width: 86%;
        margin-left: -43%;
        margin-top: -22%;
    }

    .industry-box .industry-box-ul li .summary .title .cn {
        font-size: 24px
    }

    .industry-box .industry-box-ul li.left .summary, .industry-box .industry-box-ul li.right .summary {
        padding: 20px 15px;
    }

    .industry-box .industry-box-ul li .min-img-box .img-pic {
        width: 100%;
        margin: auto;
    }

    .industry-box .industry-box-ul li .min-img-box .img-pic img {
        width: 94%;
        margin: auto;
    }

    .industry-box .industry-box-ul li .min-img-box {
        padding: 0;
    }

    .in-nav>ul>li {
        width: 75px
    }

    .product-box {
        margin-top: 10px;
    }

    .product-box .product-box-ul li .title {
        height: 40px;
    }

    /*.product-box .product-box-ul li .pic-img{height: 200px;}*/
    .product-box .product-box-ul li .names, .product-box .product-box-ul li .clas {
        line-height: 40px;
    }

    .contactUs-box {
        padding-bottom: 50px;
    }

    .contactUs-box .contactUs-box-ul li .title {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .contactUs-box .contactUs-box-ul {
        padding: 20px 0;
    }

    .about-boxs .boxs {
        padding-bottom: 20px;
    }

    .about-boxs .box1 .box-content .text {
        margin-top: 10px;
        width: 90%;
    }

    .about-boxs .box2 .box-content video {
        width: 100%;
    }

    .about-boxs .box2 .box-content .text {
        width: 90%;
        height: 200px;
        margin: auto;
        position: relative;
        margin-top: 10px;
        padding: 1% 4% 0 0;
    }

    .about-boxs .box3 .box-content .text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .about-boxs .box3 .box-content ul li {
        width: 80%;
        margin-left: 10% ;
        margin-bottom: 10px
    }

    #swiper-container2 .list-year-detail .swiper-slide {
        padding: 0;
    }

    #swiper-container1 {
        width: 80% ;
    }

    #swiper-container2 {
        margin-top: 0;
    }

    #swiper-container2 .list-year-detail .swiper-slide img,#swiper-container2 .list-year-detail .swiper-slide div {
        width: 100%;
        text-align: center;
    }

    #swiper-container3 .ry-list .swiper-slide {
        width: 92px;
    }

    #swiper-container3 .ry-list .swiper-slide .text {
        font-size: 12px;
        width: 210%;
        margin-left: -55%;
        line-height: 20px;
        margin-top: 5px;
    }

    .index-body .index-tit {
        padding-top: 20px;
    }

    .index-body .banner-pin {
        bottom: 5px;
    }

    .index-body .banner-pin ul li:before {
        background-size: 100% 100%;
        width: 56px;
        height: 38px;
        margin: -19px 0 0 -28px;
    }

    .index-body .banner-pin ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
	.index-boxs .box1 .index-tit{margin-bottom:30px;}
    .index-boxs .box1 .box1-l {
        padding: 0 10px 40px;
    }

    .index-body .index-tit .tit-l, .index-body .index-tit .tit-r {
        font-size: 24px;
    }

    #firm-main .firm-tit span:last-child {
        font-size: 18px;
        margin-left: 10px;
        line-height: 80px;
    }

    .index-boxs .box1 .box1-l .firm-list li {
        line-height: 20px;
    }

    .index-boxs .box1 .box1-l .firm-list {
        margin-bottom: 10px;
    }

    .index-boxs .box1 .swiper-button-prev-firm,.index-boxs .box1 .swiper-button-next-firm {
        display: none;
    }

    #firm-main .firm-tit span:first-child {
        width: 80px;
        height: 80px;
    }

    #firm-main .firm-stit {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    #firm-main .firm-txt {
        font-size: 12px;
        line-height: 20px;
        padding: 0 5px;
        margin-bottom: 0 ;
    }

    .index-boxs .box2 {
        padding: 0;
    }

    .index-boxs .box2 .index-content {
        width: 100%;
        margin-top: 40px;
    }

    .index-boxs .box2 .index-content ul li.active {
        width: 85%;
        margin-left: 10%;
        margin-bottom: 40px;
    }

    .index-boxs .box2 .index-content .content-main {
        width: 100%;
        margin-bottom: 50px;
    }

    .index-boxs .box2 .index-content .content-main .content-l {
        width: 25%;
    }

    .index-boxs .box2 .index-content .content-main .content-r {
        width: 75%;
        padding: 15px 2% 10px 0;
    }

    .index-boxs .box2 .index-content .content-main .content-r h4 {
        font-size: 18px;
    }

    .index-boxs .box2 .index-content .content-main .content-r p {
        padding: 5px 0;
    }

    .index-boxs .box2 .index-content ul li.active::after {
        width: 90px;
        height: 30px;
        left: -30px;
    }

    .index-boxs .box2 .index-content ul li.active::before {
        width: 100px;
        height: 75px;
        bottom: -5px;
        left: -20px;
    }

    .index-boxs .box2 .index-content .content-t {
        left: 8px;
        width: 50px ;
        height: 50px;
        top: -25px;
        left: 15px;
    }

    .index-boxs .box2 .index-content .content-t img:last-child ,.index-boxs .box2 .index-content .content-t img.lastChild {
        width: 30px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .index-boxs .box3 .index-content .sort-list {
        width: 90%;
        padding: 0px;
        margin: 10px auto;
    }

    .index-boxs .box3 .index-content .sort-list li {
        font-size: 12px;
    }
	.index-boxs .box4 .index-content .new-list div{
		font-size: 12px;
	}
	.index-boxs .box4 .index-content .new-list div.active{
		font-size: 14px;
	}
    .index-boxs .box3 .index-content .sort-list li.active::after,.index-boxs .box4 .index-content .new-list div.active:after{
        border-width: 8px;
        bottom: -8px;
        margin-left: -8px;
    }

    .index-boxs .box3 .index-content .sort-item {
        padding: 0;
        margin: 0 3%;
        height: auto;
    }

    .index-boxs .box3 .index-content .sort-item .swiper-slide .box-img {
        width: 142px;
        height: 100px;
    }

    .index-boxs .box3 .index-content .sort-item .swiper-slide p {
        font-size: 12px;
    }

    .index-boxs .box3 .index-content .sort-item .swiper-slide-active p {
        font-size: 15px;
        top: 50px
    }

    .index-boxs .box4 .index-content .new-list-main {
        margin: 10px auto;
    }

    .news-box {
        margin: 15px auto 0;
    }

    .model_news_detail .title {
        font-size: 18px;
        line-height: 30px;
    }

    .model_news_detail .back {
        height: 20px;
    }

    .model_news_detail .back a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        top: 20px;
    }

    .online-body-box {
        padding: 15px 30px 55px;
    }

    .online-body-box .form-box .input {
        width: 100%;
    }

    .online-body-box .form-box .input input {
        height: 30px;
    }

    .online-body-box .form-box .input.select-box {
        width: 100%;
    }

    .online-body-box .form-box .input.select-box select {
        line-height: 30px;
    }

    .online-body-box .form-box .input.Verification {
        width: 60%;
    }

    .online-body-box .form-box .input.code {
        width: 40%;
    }

    .online-body-box .form-box .tj span {
        font-size: 14px ;
        margin-top: 26px;
    }

    .box-product {
        padding: 10px;
        top: 65%;
        height: 450px
    }

    .box-product .left {
        width: 100%;
    }

    .box-product .summary {
        width: 100%;
    }

    .box-product .btn-off {
        height: 35px;
        width: 35px;
        top: -10px;
        right: 0;
    }

    .box-product .img img {
        max-height: 200px;
    }

    .box-product .ShopLink {
        position: absolute;
        top: 206px;
        right: 0;
        margin: 0;
    }

    .box-product .ShopLink ul li {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

    .box-product .summary .names {
        font-size: 20px;
        line-height: 45px;
    }

    .box-product .summary .Price .title,.box-product .summary .weight .num,.box-product .summary .weight .title,.box-product .summary .siez .title, .box-product .summary .siez .num, .box-product .summary .infor .title ,.box-product .summary .infor .text {
        font-size: 12px;
    }

    .box-product .summary .Price .num {
        font-size: 24px;
    }

    .box-product .summary .weight {
        margin: 2px 0;
    }

    .box-product .summary .infor {
        margin-top: 5px;
    }

    .box-product .summary .infor .text {
        line-height: 20px;
        height: 100px;
        float: left;
        width: 79%;
        padding-left: 0;
    }

    .box-product .summary .infor .title {
        width: 21%;
        float: left;
    }

    .video-index {
        display: none !important;
    }
}
