/*内页banner图样式*/
.sub-banner {
    min-width: 1400px;
}

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

/*当前位置*/
.position {
    width: 1200px;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
}

.position .position-link {
    float: left;
    min-width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 32px 0 24px;
}

.position .position-link a:hover,
.position .position-link a:last-child {
    color: #094;
}

.position ul {
    float: right;
    min-width: 200px;
}

.position ul li {
    float: left;
    padding-left: 30px;
    height: 75px;
    display: block;
}

.position ul .cur a {
    color: #094;
    border-bottom: 3px solid #094;
}

.position ul li a {
    display: block;
    height: 72px;
    line-height: 69px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #fff;
}

.position .blank {
    float: right;
    width: 300px;
    height: 30px;
    padding: 32px 0 24px;
}

.position .blank a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #3a3a3a;
    text-align: center;
    border-radius: 32px;
    background: #fff;
    cursor: pointer;
}

/*品牌标题*/
.brand-title {
    position: relative;
    height: 92px;
    text-align: center;
    margin: 100px 0 120px;
}

.brand-title .bt1 {
    font-size: 50px;
    color: #000;
    display: inline-block;
    padding: 0 10px;
    line-height: 55px;
}

.brand-title .bt2 {
    text-transform: uppercase;
    font-size: 80px;
    padding: 0 10px;
    color: #c9c9c9;
    display: inline-block;
    line-height: 80px;
    height: 80px;
    font-family: Arial;
    font-weight: bold;
}

.brand-title .bt3 {
    text-transform: uppercase;
    font-size: 40px;
    padding: 0 10px;
    color: #c9c9c9;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-family: Arial;
}

/*品牌-品牌介绍*/
.introduce {
    padding-bottom: 50px;
}

.about-box {
    padding: 50px 0 0 0;
}

.about-box li {
    float: left;
    width: 275px;
    padding-left: 50px;
    box-sizing: border-box;
}

.about-box li:nth-of-type(3n) {
    padding-left: 90px;
}

.about-box li span {
    display: block;
    font-size: 25px;
    color: #252525;
}

.about-box li b {
    display: inline-block;
    font-size: 80px;
    color: #252525;
    padding: 60px 0 0 0;
    font-family: Family, Tahoma, Geneva, sans-serif;
    font-weight: 700;
}

.about-box li em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #3a3a3a;
}

.about-txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
    padding-top: 50px;
}

/*品牌-视频播放*/
.brand-video {
    height: 1035px;
    padding-top: 10px;
    background: url(../images/about-VBg.jpg) no-repeat top center;
}

.brand-video-inner {
    width: 1200px;
    margin: 0 auto;
}

.brand-video-inner .brand-video-play {
    width: 1000px;
    margin: 50px auto;
}

.brand-video-inner .brand-video-play video {
    width: 1000px;
}

/* 品牌-品牌故事 */
.brand {
    position: relative;
    padding: 0 10px;
    height: 100%;
}

.brand:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 100%;
    background: #e1e1e1;
    left: 50%;
    z-index: -1;
    color: #094;
}

.brand li {
    height: 325px;
    padding-bottom: 95px;
    font-size: 14px;
    position: relative;
}

.brand h5 {
    font-size: 28px;
    text-align: center;
    font-family: Arial;
    margin-bottom: 40px;
}

.brand h5 span {
    display: inline-block;
    width: 156px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 21px;
}

.brand img {
    display: block;
    width: 400px;
    height: 230px;
    border: 1px solid #eee;
    padding: 4px;
    box-shadow: 0 0 6px #ddd;
}

.brand li .font {
    width: 400px;
}

.brand li .font p {
    width: 400px;
    height: 230px;
    display: table-cell;
    vertical-align: middle;
}

.brand li:before {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    background: #094;
    left: 50%;
    margin-left: -3px;
    top: 200px;
    transition: all 0.3s;
    border-radius: 50%;
}

.brand li:hover:before {
    background: #094;
    outline: 1px solid #094;
    outline-offset: 3px;
    -moz-outline-radius: 100%;
    outline-radius: 100%;
}

.brand li:hover h5 span {
    background-color: #094;
    color: #fff;
}

.brand li:nth-child(2n) .font {
    text-align: left;
}

.history .more {
    padding: 20px;
}

.history .more a {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
}

/* 品牌-工程案例 */
.popular {
    height: 545px;
    overflow: hidden;
    position: relative;
}

.popular img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.popular .font {
    width: 260px;
    height: 430px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -600px;
    color: #000;
    padding: 0 50px;
    background-color: rgba(255, 255, 255, 1);
}

.popular .font h4 {
    margin-top: 80px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.popular .font h4 span {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial;
    color: #b9b9ba;
    border-bottom: 2px solid #094;
}

.popular .font p {
    height: 100px;
    overflow: hidden;
    text-indent: 2em;
}

.popular .font .more {
    color: #fff;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #094;
    font-size: 12px;
    transition: all 0.3s;
    background: #094;
    margin: 30px auto 0 auto;
}

.popular .font .more:hover {
    background: none;
    color: #161616;
}

/*品牌-荣誉证书*/
.about-honor-box {}

.about-honor-box ul {}

.about-honor-box ul li {
    float: left;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 10px;
}

.about-honor-box ul li:nth-of-type(4n) {
    margin-right: 0;
}

.about-honor-box ul li .pic {
    width: 280px;
}

.about-honor-box ul li .pic img {
    width: 280px;
}

.about-honor-box ul li p {
    text-align: center;
    padding: 10px 0;
}

.about-honor .more {
    padding: 20px;
}

.about-honor .more a {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
}



/*分页样式*/
.page {
    padding: 25px 0 35px;
    text-align: center;
    overflow: hidden;
}

.page ul li {
    display: inline-block;
    height: 30px;
}

.page ul li a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #333;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.page a:hover {
    text-decoration: none;
}

.thisclass {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    margin-left: 2px;
    background: #094;
    color: #fff;
    border: 1px solid #094;
}

.page ul li.thisclass a {
    border: none;
    background: none;
    padding: 0;
    color: #fff;
}


/*新闻列表*/
.news-list {
    width: 1200px;
    margin: 0 auto;
}

.news-list li {
    float: left;
    width: 380px;
    height: 464px;
    padding: 5px;
    margin: 10px;
    box-sizing: border-box;
    border: 1px solid #e4e2e2;
}

.news-list li .photos {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.news-list li .photos img {
    width: 368px;
    height: 244px;
    transition: all 500ms ease 0s;
}

.news-list li:hover {
    box-shadow: 0 2px 5px #e2dede;
}

.news-list li:hover img {
    transform: scale(1.1);

}

.news-list li .txt {
    padding: 5px 10px;
    color: #666;
}

.news-list li .txt h3 {
    font-size: 18px;
    color: #000;
    max-height: 50px;
    overflow: hidden;

}

.news-list li .txt span {
    display: block;
    padding: 6px 0;

}

.news-list li .txt p {}

/*新闻详情页*/
.news-Box {
    width: 1140px;
    min-height: 800px;
    background: #fff;
    padding: 75px 30px 0;
    margin: 0 auto;
}

.news-title {
    text-align: center;
    padding-bottom: 52px;
    border-bottom: 1px solid #e5e5e5;
}

.news-title h1 {
    display: block;
    line-height: 40px;
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-title span {
    padding: 0 20px;
}

.news-content {
    padding: 50px 0;
    width: 1056px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 15px;
    color: #777;
    overflow: hidden;
}

.news-content img {
    max-width: 100% !important;
    height: auto !important;
}

.updown {
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
}

.updown span {
    display: inline-block;
    width: 45%;
}

.updown span a {
    padding-left: 10px;
}

.updown span a:hover {
    color: #ee0718;
}

/*联系我们*/
.contact-txt {}

.contact-txt h1 {
    text-align: center;
    font-size: 28px;
    color: #094;
    font-weight: bold;
    margin-top: 50px;
}

.contact-txt h3 {
    text-align: center;
    font-size: 20px;
    color: #3a3a3a;
    margin-top: 20px;
    font-weight: normal;
}

.contact-txt .contact-box {
    margin: 50px 0 0 0;
    text-align: center;
}

.contact-txt .contact-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.contact-txt .contact-box li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-left: dashed 1px #d4d4d4;
}

.contact-txt .contact-box li:last-child {
    border-right: dashed 1px #d4d4d4;
}

.contact-txt .contact-box li i {
    display: block;
    font-size: 18px;
    color: #000;
    font-style: normal;
    margin-bottom: 20px;
}

.contact-txt .contact-box li span {
    display: block;
    font-size: 16px;
}

.contact .map {}

.contact .map .contact-map {
    margin-top: 60px;
    width: 100%;
    height: 400px;
}

/*工程案例列表*/
.case-box {}

.case-list {
    padding-top: 50px;
}

.case-list li {
    float: left;
    width: 370px;
    margin: 0 45px 45px 0;
}

.case-list li:hover {
    box-shadow: 0 0 2px #ccc;
}

.case-list li:nth-of-type(3n) {
    margin-right: 0;
}

.case-list li .pic {
    width: 370px;
    height: 246px;
    overflow: hidden;
}

.case-list li .pic img {
    width: 370px;
    height: 246px;
    transition: all 0.5s;

}

.case-list li:hover .pic img {
    transform: scale(1.28);
}

.case-list li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f6f6f6;
}

/*荣誉证书列表*/
.honor-box {}

.honor-list {
    padding-top: 50px;
}

.honor-list li {
    float: left;
    width: 266px;
    margin: 0 45px 45px 0;
}

.honor-list li:hover {
    box-shadow: 0 0 2px #ccc;
}

.honor-list li:nth-of-type(4n) {
    margin-right: 0;
}

.honor-list li .pic {
    width: 266px;
    height: 200px;
    overflow: hidden;
}

.honor-list li .pic img {
    width: 266px;
    height: 200px;
    transition: all 0.5s;
}

.honor-list li:hover .pic img {
    transform: scale(1.08);
}

.honor-list li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f6f6f6;
}

/*栏目内容*/
.content-box {
    width: 1056px;
    min-height: 850px;
    padding: 50px 0;
    line-height: 30px;
    font-size: 15px;
    color: #777;
    overflow: hidden;
}

.content-box>p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.8;
    padding: 5px 0;
    text-indent: 2em;
}

.content-box img {
    max-width: 100% !important;
    height: auto !important;
}

/*经销商下载*/
.download-list {}

.download-list li {
    float: left;
    width: 282px;
    margin-right: 24px;
    padding-bottom: 40px;
}

.download-list li:nth-of-type(4n) {
    margin-right: 0;
}

.download-list li .pic {
    width: 282px;
    height: 282px;
    overflow: hidden;
}

.download-list li .pic img {
    width: 100%;
}

.download-list li p {
    padding: 20px 0;
    background: #f6f6f6;
    text-indent: 2em;
}

.download-list li:hover p {
    color: #094;
}

/*经销商下载详情页*/
.download-content {
    padding: 30px;
    background: #fff;
}

.download-content .pic {
    float: left;
    width: 500px;
    height: 500px;
}

.download-content .txt {
    float: right;
    width: 580px;
    height: 500px;
}

.download-content .txt .time {
    padding-top: 20px;
}

.download-content .txt .time span {
    padding-right: 15px;
}

.download-content .txt .pass {
    padding-top: 20px;
    color: #000;
}

.download-content .txt .pass .password {
    font-size: 18px;
    color: red;
}

.download-content .txt .downlink {
    height: 50px;
    margin: 50px 0;
}

.download-content .txt h1 {
    font-size: 30px;
    color: #000;
    margin: 10px 0 40px 0;
}

.download-content .txt h3 {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.download-content .txt .downlink li a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #094;
}

/*产品系列*/
.section {
    background: url(../images/series-01.jpg) no-repeat bottom center;
    text-align: center;
}

#a {
    background: url(../images/series-00.jpg) no-repeat bottom center;
}

.section:nth-of-type(1) {
    background: url(../images/series-01.jpg) no-repeat bottom center;
}

.section:nth-of-type(2) {
    background: url(../images/series-02.jpg) no-repeat bottom center;
}

.section:nth-of-type(3) {
    background: url(../images/series-03.jpg) no-repeat bottom center;
}

.section:nth-of-type(4) {
    background: url(../images/series-04.jpg) no-repeat bottom center;
}

.section:nth-of-type(5) {
    background: url(../images/series-05.jpg) no-repeat bottom center;
}

.section:nth-of-type(6) {
    background: url(../images/series-06.jpg) no-repeat bottom center;
}

.section:nth-of-type(7) {
    background: url(../images/series-07.jpg) no-repeat bottom center;
}

.section:nth-of-type(8) {
    background: url(../images/series-08.jpg) no-repeat bottom center;
}

.section:nth-of-type(9) {
    background: url(../images/series-09.jpg) no-repeat bottom center;
}

.section:nth-of-type(10) {
    background: url(../images/series-10.jpg) no-repeat bottom center;
}

.section:nth-of-type(11) {
    background: url(../images/series-11.jpg) no-repeat bottom center;
}

.section {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
}

.section h3 {
    max-width: 1000px;
    height: 80px;
    margin: 0 auto;
    padding: 60px 5%;
    font-size: 80px;
    color: #094;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
}

.section p {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    color: #3a3a3a;
    padding: 20px 5%;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
}

.section p span {
    color: #094;
}

.section a {
    display: block;
    width: 180px;
    height: 50px;
    margin: 50px auto;
    line-height: 50px;
    text-align: center;
    color: #3a3a3a;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s;
}

.section a:hover {
    color: #fff;
    background: #094;

}

/*产品列表参数*/
.product-class {}

.product-class .pro-class {
    overflow: hidden;
}

.product-class .pro-class ul {
    min-width: 200px;
}

.product-class .pro-class ul li {
    float: left;
    padding-left: 10px;
    height: 75px;
    display: block;
}

.product-class .pro-class ul .cur a {
    color: #094;
    border-bottom: 3px solid #094;
}

.product-class .pro-class ul li a {
    display: block;
    height: 72px;
    line-height: 69px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #fff;
}

.class-list {
    background: #fff;
    margin: 30px auto;
    border-bottom: 1px dashed #eee;
    background: #f6f6f6;
}

.class-list .title {
    height: 35px;
    line-height: 35px;
    margin: 10px 0 10px 0;
    overflow: hidden;
    width: 100px;
    float: left;
    background: url(../images/class-line.jpg) no-repeat right center;
}

.class-list .title span {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.class-list .concent {
    float: left;
    width: 1100px;
    padding: 10px 0;
    *border-bottom: 1px dashed #e0e0e0;
    position: relative;
}

.class-list .concent ul {
    float: left;
    width: 1038px;
    padding-left: 42px;
    position: relative;
}

.class-list .concent ul li,
.class-list .concent ul span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    margin: 10px 10px 0 0;
}

.class-list .concent ul li a,
.class-list .concent ul span a {
    display: block;
    font-size: 14px;
    color: #888;
    padding: 0 9px;
    position: relative;
}

.class-list .concent ul li .cur,
.class-list .concent ul li a:hover,
.class-list .concent ul span.cur a {
    color: #fff;
    background: #094;
}

/*产品列表*/
.product-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.product-list li {
    float: left;
    width: 24%;
    height: 400px;
    margin: 10px 10px 0 0;
    padding: 0 0 30px 0;
    zoom: 1;
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0);
    transition: all .3s;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.product-list li:nth-child(1) {
    animation-delay: 0.3s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-child(2) {
    animation-delay: 0.4s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-child(3) {
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-child(4) {
    animation-delay: 0.6s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-child(5) {
    animation-delay: 0.7s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-child(6) {
    animation-delay: 0.8s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-child(7) {
    animation-delay: 0.9s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-child(8) {
    animation-delay: 1s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    visibility: visible;
}

.product-list li:nth-of-type(4n) {
    margin: 10px 0 0 0;
}

.product-list li .pic {
    height: 288px;
    line-height: 288px;
    overflow: hidden;
}

.product-list li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.product-list li .t1 {
    color: #3a3a3a;
    padding: 0 3%;
    transition: all .3s ease-out;
    font-size: 20px;
    margin: 6px 0;
}

.product-list li .t2 {
    color: #666;
    padding: 0 4%;
    transition: all .3s ease-out;
    font-size: 16px;
    font-weight: 300;
}

.product-list li:hover .t1 {
    color: #094;
}

/*产品详情页*/
.product-box {
    background: #ebeae8;
}

.product-box .product-top {
    max-width: 1320px;
    margin: 0 auto;
    padding: 10px 0 80px 0;
}

.product-box .product-top .product-show-box {
    font-size: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 85px;
    padding-right: 11.13%;
    padding-left: 8.484%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
}

.product-show-box .left {
    vertical-align: text-top;
    display: inline-block;
    width: 49%;
    text-align: center;
}

.product-show-box .left .big-pic {
    width: 520px;
    height: 520px;
    line-height: 520px;
    text-align: center;
}

.product-show-box .left .big-pic img {
    max-width: 100%;
    max-height: 100%;
}

.product-show-box .right {
    vertical-align: text-top;
    display: inline-block;
    width: 51%;
    padding-left: 5.5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-show-box .right .tit {}

.product-show-box .right .tit h1 {
    font-size: 26px;
    line-height: 48.01px;
    color: #333;
}

.product-show-box .right .txt-box {
    padding: 18px 0;
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
}

.product-show-box .right .txt-box .li {
    overflow: hidden;
    height: auto;
}

.product-show-box .right .txt-box .li span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    min-width: 105px;
}

.product-show-box .right .txt-box .li p {
    display: inline-block;
    font-size: 14px;
    color: #888;
    line-height: 34px;
}

.product-show-box .right .txt-box .tell {
    margin: 20px 0;
    padding: 10px 0;
    background: #f7f7f7;
}

.product-show-box .right .txt-box .tell span {
    padding: 20px 10px;
    position: relative;
}

.product-show-box .right .txt-box .tell img {
    padding-right: 10px;
}

.product-show-box .right .txt-box .tell a {
    font-size: 14px;
    color: #666;
}

.product-show-box .right .txt-box .tell span .weixin {
    display: none;
    position: absolute;
    top: 64px;
    left: -80px;
    box-shadow: 0 0 2px #ccc;
    background: #fff;

}

.product-show-box .right .txt-box .tell span:hover .weixin {
    display: block;
}

.product-show-box .right .txt-box .tell span .weixin img {
    width: 120px;
}

.VR-content {
    width: 100%;
    height: 650px;
}

.product-content {
    padding-top: 80px;
    padding-bottom: 126px;
    max-width: 1320px;
    margin: 0 auto;
}

.product-content .product-li-title {
    margin-top: 25px;
    width: 100%;
}

.product-content .product-li-title .cn {
    font-size: 24px;
    color: #000;
    display: inline-block;
    vertical-align: text-bottom;
}

.product-content .product-li-title .en {
    padding-left: 3px;
    font-size: 22px;
    color: #094;
    font-family: "Arial";
    display: inline-block;
    vertical-align: text-bottom;
}

.product-content .product-li-details {
    margin-top: 25px;
    width: 100%;
}

.product-content .product-li-details img {
    max-width: 100% !important;
    height: auto !important;
}

/*产品详情页图片小图预览列表*/
.spec-scroll {
    clear: both;
    padding: 30px 0;
    width: 520px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    text-align: center;
    width: 10px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 322px;
    height: 56px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 56px;
}

.spec-scroll .items ul li {
    float: left;
    width: 64px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 50px;
    height: 50px;
}

.spec-scroll .items ul li img:hover {
    border: 1px solid #ccc;
    padding: 1px;
}

/*经销商列表*/
.dealer-list {}

.dealer-list li {
    float: left;
    width: 372px;
    margin-right: 42px;
    margin-bottom: 60px;
}

.dealer-list li:nth-of-type(3n) {
    margin-right: 0;
}

.dealer-list li .pic {
    width: 372px;
    height: 248px;
    overflow: hidden;
}

.dealer-list li .pic img {
    width: 372px;
    height: 248px;
    transition: all 0.5s;
}

.dealer-list li:hover .pic img {
    transform: scale(1.04);
}

.dealer-list li .txt {
    padding: 20px 8%;
    background-color: #fbfbfb;
}

.dealer-list li .txt h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dealer-list li .txt p {
    line-height: 22px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dealer-list li .time {
    padding: 15px 8%;
    background: #efefef;
    overflow: hidden;
}

.dealer-list li .time .fl {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.dealer-list li .time .fl span {
    font-family: Arial;
    color: #aeaeae;
    font-size: 30px;
}

/*实力展示列表*/
.power-box {}

.poewr-list {
    padding-top: 50px;
}

.power-list li {
    float: left;
    width: 370px;
    margin: 0 45px 45px 0;
}

.power-list li:hover {
    box-shadow: 0 0 2px #ccc;
}

.power-list li:nth-of-type(3n) {
    margin-right: 0;
}

.power-list li .pic {
    width: 370px;
    height: 247px;
    overflow: hidden;
}

.power-list li .pic img {
    width: 370px;
    height: 247px;
    transition: all 0.5s;

}

.power-list li:hover .pic img {
    transform: scale(1.08);
}

.power-list li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f6f6f6;
}

/*vr列表*/
.vr-box {}

.vr-list {
    padding-top: 50px;
}

.vr-list li {
    float: left;
    width: 285px;
    margin: 0 7px;
    text-align: center;
    line-height: 50px;
}

.vr-list li .pic {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.vr-list li .pic img {
    width: 100%;
    height: 190px;
    border-radius: 4px;
    transition: all 0.5s;

}

.vr-list li:hover .pic img {
    transform: scale(1.08);
}

.vr-list li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/*vr详情页*/
.vr-show-box {
    padding: 50px;
}

.vr-show-box .left {
    float: left;
    width: 60%;
}

.vr-show-box .right {
    float: right;
    width: 40%;
}

.vr-show-box .right .tit {
    margin-bottom: 30px;
}

.vr-show-box .right .tit h1 {
    font-size: 26px;
    line-height: 48.01px;
    color: #333;
}

.vr-show-box .right .txt-box {
    padding: 18px 0;
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;

}

.vr-show-box .right .txt-box .li {
    overflow: hidden;
    height: auto;
}

.vr-show-box .right .txt-box .li span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    min-width: 52px;
    font-weight: bold;
}

.vr-show-box .right .txt-box .li p {
    display: inline-block;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 34px;
}

.vr-show-box .right .more {
    padding: 20px 5px;
}

.vr-show-box .right .more a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #3a3a3a;
}

/*预约免费设计*/
.appointment-inner {
    width: 1200px;
    margin: 40px auto 60px;
}

.desgin-title {
    text-align: center;
}

.desgin-title h3 {
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.desgin-title p {
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}

.inddesign {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 40px;
}

.inddesign ul {
    margin: 60px auto 20px;
    overflow: hidden;
    width: 1200px;
}

.inddesign ul li {
    float: left;
    text-align: center;
    width: 200px;
}

.inddesign ul li i {
    display: block;
    height: 130px;
    margin: 0 auto 10px;
    transition: -moz-transform 2s ease-out 0s;
    width: 130px;
}

.inddesign ul li.yy1 i {
    background: rgba(0, 0, 0, 0) url("../images/inddeg1.png") repeat scroll 0 0;
}

.inddesign ul li.yy2 i {
    background: rgba(0, 0, 0, 0) url("../images/inddeg2.png") repeat scroll 0 0;
}

.inddesign ul li.yy3 i {
    background: rgba(0, 0, 0, 0) url("../images/inddeg3.png") repeat scroll 0 0;
}

.inddesign ul li.yy4 i {
    background: rgba(0, 0, 0, 0) url("../images/inddeg4.png") repeat scroll 0 0;
}

.inddesign ul li.yy5 i {
    background: rgba(0, 0, 0, 0) url("../images/inddeg5.png") repeat scroll 0 0;
}

.inddesign ul li.yy6 i {
    background: rgba(0, 0, 0, 0) url("../images/inddeg6.png") repeat scroll 0 0;
}

.inddesign ul li span {
    color: #121212;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.inddesign ul li p {
    font-size: 14px;
    color: #666;
}

.diymain {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 30px;
    overflow: hidden;
}

.diymain .tit {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.diymain .tit span {
    padding-left: 10px;
    font-size: 14px;
}

.diymain .con {
    overflow: hidden;
}

.diyipt {
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 11px 10px 11px 10px;
    width: 240px;
    margin-right: 10px;
    float: left;
}

.diymain select,
.msg-list select {
    border: 1px #ddd solid;
    color: #6a6a6a;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 120px;
    padding: 0 5px;
    float: left;
}

.msg-list select {
    height: 36px;
}

.ml90 {
    margin-left: 103px;
}

.diymain #show {
    color: #3399FF;
}

.diymain .btn {
    border: 1px solid #3a3a3a;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 160px;
    background: #3a3a3a;
    margin-left: 20px;
}

/*门店查询列表*/
.storesub {
    padding: 10px 0 30px 0;
}

.storesub li {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    margin: 10px 10px 0 0;
    overflow: hidden;
}

.storesub li a {
    display: block;
    font-size: 14px;
    color: #888;
    padding: 0 12px;
}

.storesub li.cur a {
    color: #fff;
    background: #094;
}

.store {
    padding: 5px 0;
    margin-bottom: 30px;
    background: #f5f3f0;
}

.store-list {
    width: 370px;
    height: 500px;
    overflow: auto;
    padding: 15px;
}

.store-list select {
    border: 1px #ddd solid;
    color: #6a6a6a;
    float: left;
    height: 28px;
    margin-right: 10px;
    width: 120px;
    padding: 0px 3px;
}

.store-list button {
    display: block;
    border: 1px #ddd solid;
    color: #fff;
    float: left;
    height: 28px;
    width: 88px;
    padding: 0px 3px;
    cursor: pointer;
    background: #d01c6f;
}

.store-list ul {}

.store-list li {
    padding: 16px 16px 16px 48px;
    font-size: 14px;
    margin-top: 10px;
    background: #fff;
    box-sizing: border-box;
    background: url(../images/map.png) #fff no-repeat scroll 10px 15px;
    background-size: 20px;
}

.store-list li:hover {
    box-shadow: 0 0 20px 8px rgba(102, 102, 103, .1);
}

.store-list li .name {
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 8px;
    color: #000;
}

.store-list li .address {
    font-size: 14px;
    color: #666;
    min-height: 36px;
    line-height: 18px;
    padding-bottom: 14px;
}

.store-list li .tel {}

/*门店查询*/
.store-map {
    width: 800px;
    height: 540px;
    background: #f5f3f0;
    overflow: hidden;
}

.store-map iframe {
    width: 800px;
    height: 530px;
    border: none;
    overflow: hidden;
}