<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿@charset "utf-8";
html, body {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    background: #fff;
    text-align: left;
    -webkit-text-size-adjust: none;
}

a {
    color: #666666;
    text-decoration: none;
    outline: 0px none;
    star: expression(this.onFocus=this.blur());
}

/*a:hover, a:active {*/
/*    color: #c40000;*/
/*}*/

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

ul, li {
    list-style: none;
    border: 0 none;
    padding: 0px;
    margin: 0;
}

form {
    margin: 0px;
}

img {
    border: 0px none;
    text-align-last: center;
    vertical-align: middle;
    _azimuth: expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" &amp;&amp; this.src.toLowerCase().indexOf('.png')&gt;-1?(this.runtimeStyle.backgroundImage = "none"../images/8b8b492a785d467baa0a5ce651234110.gifthis.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "',sizingMethod='image')",this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg:this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "',sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

center {
    text-align: left;
    color: #999;
    height: 50px;
}

#clear, .clear {
    clear: both;
    float: none !important;
    background: none;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#noData, .noData {
    color: #ccc;
    font-size: 14px;
    text-align: left;
    padding: 50px 0px;
}

.fl-left, .fl {
    float: left;
}

.fl-right, .fr {
    float: right;
}

input, textarea, input:focus, textarea:focus, button {
    outline: none;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
.arial{
    font-family: Arial, "Microsoft YaHei UI";
}
body {
    min-width: 1280px !important;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
.low{
    top: 0!important;
}
#head {
    width: 100%;
    height: 90px;
    background: #fff;
    transition: all .35s;
    position: fixed;
    top: -90px;
    left: 0;
    z-index:999;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    overflow: hidden;
}

#head.active {
    transform: translateX(-220px);
}

#head .wrap {
    position: relative;
    max-width: 1440px;
    width: 95%;
    margin: 0 auto;

}
#head .head-top{

}
#head .head-top .tel{
    font-size: 16px;
    color: #666666;
    text-align: right;
    margin-bottom: 5px;
}
#head .head-top .tel img{
    padding-right: 9px;
}
#head .head-top .right_tel&gt;p{
    text-align: right;
    font-size: 14px;
    color: #666666;
}
#head .logo {
    position: relative;
    overflow: hidden;
    padding:15px 0 20px;
    transition: all .35s;
}
#head .logo &gt; a {
    display: block;
}
#head .logo &gt; a &gt; img {
    width: 100%;
    height: auto;
    max-width: 323px;
}
#head .menu {
    transition: all .35s;
    text-align: center;
    background: #fff;
}
#head .menu &gt; .wap {
    display: none;
}
#head .menu &gt; ul {
    margin: 0 auto;
}
#head .menu &gt; ul &gt; li {
    display: block;
    text-align: center;
    line-height: 90px;
    position: relative;
}
#head .menu &gt; ul &gt; li:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #0d6fba;
    transition: all .35s;
    z-index:10;
}
#head .menu &gt; ul &gt; li.on:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0d6fba;
    transition: all .35s;
    z-index:10;
}
#head .menu &gt; ul &gt; li:hover:after{
    height: 3px;
    width: 100%;
}
#head .menu &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding:0 38px;
    line-height: 90px;
    transition: all .35s;
}
#head .menu &gt; ul &gt; li &gt; a &gt; span {
    position: relative;
    z-index: 100;
}
#head .menu &gt; ul &gt; li &gt; a:after {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #f2f2f2;
    content: '';
    transition: all .35s;
}
#head .menu &gt; ul &gt; li &gt; div {
    display: none;
    position: fixed;
    z-index: 96;
    left: 0;
    top: 109px;
    width: 100%;
    height: auto;
    text-align: left;
    background: rgba(0, 0, 0, .8);
}
#head .menu &gt; ul &gt; li &gt; div &gt; .box {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}
#head .menu &gt; ul &gt; li &gt; div .con {
    width: 70%;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .tit {
    padding: 20px 0;
    font-size: 28px;
    font-weight: normal;
    color: #c40000;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .txt {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    line-height: 24px;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .more {
    padding: 10px 0;
    text-align: left;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .more &gt; a {
    display: inline-block;
    color: #c40000;
    font-size: 14px;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .nav {
    padding: 20px 0;
    text-align: left;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .nav &gt; a {
    position: relative;
    display: inline-block;
    padding: 2px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 5px;
    margin-right: 30px;
    transition: all .35s;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .nav &gt; a:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #c40000;
    content: '';
    transition: all .35s;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .nav &gt; a:hover {
    color: #c40000;
}
#head .menu &gt; ul &gt; li &gt; div .con &gt; .nav &gt; a:hover:after {
    width: 100%;
}
#head .menu &gt; ul &gt; li &gt; div .img {
    display: none;
    width: 24%;
    padding: 20px 0;
    text-align: right;
}
#head .menu &gt; ul &gt; li &gt; div .img &gt; img {
    width: 100%;
    height: auto;
}
#head .menu &gt; ul &gt; li.A &gt; a, #head .menu &gt; ul &gt; li.on &gt; a {
    color: #333;
}
#head .menu &gt; ul &gt; li.A &gt; a:after, #head .menu &gt; ul &gt; li.on &gt; a:after {
    height: 100%;
    opacity: 1;
}
#head .menu &gt; ul &gt; li.A &gt; a:before, #head .menu &gt; ul &gt; li.on &gt; a:before {
    height: 3px;
    opacity: 1;
}
#head .mall {
    width: 120px;
    line-height: 110px;
    text-align: center;
    transition: all .35s;
    margin-right: 16px;
}

#head .mall img {
    height: 24px;
    margin-top: -3px;
    margin-right: 3px;
}

#head .mall span {
    font-size: 16px;
    display: inline-block;
}

#head .language {
    width: 48px;
    line-height: 110px;
    text-align: center;
    transition: all .35s;
    margin-right: 16px;
}

#head .language &gt; a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #c40000;
    font-size: 16px;
    border: 1px solid #c40000;
    border-radius: 100%;
    transition: all .2s;
    background: #c40000;
    color: #fff;
}

#head .language &gt; a:hover {
    background: #c40000;
    color: #fff;
}

#head .language &gt; a.wap {
    display: none;
}

#head .search {
    width: 48px;
    line-height: 105px;
    text-align: center;
    transition: all .35s;
}

#head .search &gt; a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #c40000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 100%;
    transition: all .2s;
    text-align: center;
    background: #ccc;
}

#head .search &gt; a &gt; img {
    height: 24px;
    margin-top: -3px;
}

#head .search &gt; .wap {
    display: none;
}

#head .search &gt; form {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    padding: 0 20px;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 50px;
}

#head .search &gt; form input[type="text"] {
    outline: medium;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 70%;
    padding: 0 5%;
    border: none;
    font-size: 14px;
    background: none;
    color: #666;
    box-sizing: border-box;
    overflow: hidden;
}

#head .search &gt; form input::-webkit-input-placeholder {
    color: #ccc;
}

#head .search &gt; form button {
    float: right;
    width: 20%;
    height: 50px;
    border: none;
    outline: none;
    opacity: 1;
    background: url(../images/icon-go-red.png) no-repeat center center;
    background-size: auto 30px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

#search-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#search-wrapper &gt; .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

#search-wrapper .box {
    width: 50%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#search-wrapper .box input {
    background: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 0px none;
    border-radius: 8px;
}

#search-wrapper .box button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    background: url('../images/icon-go-red.png') no-repeat center/24px;
    border: 0px none;
    cursor: pointer;
}

#search-wrapper .close {
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
}

#headwap {
    background: #c40000;
    color: #fff;
    position: fixed;
    right: -300px;
    top: 0px;
    width: 220px;
    height: 100%;
    z-index: 9999;
    transition: all 0.35s;
    transform-origin: left center;
    transform: perspective(800px) rotateY(90deg);
}

#headwap.active {
    right: 0px;
    transform: rotateY(0deg);
}

#headwap &gt; .menu {
    padding: 20% 0 10px 0;
}

#headwap &gt; .menu &gt; ul {
    display: block;
}

#headwap &gt; .menu &gt; ul &gt; li {
    display: block;
}

#headwap &gt; .menu &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 8px 20px;
    transition: all .35s;
}

#headwap &gt; .menu &gt; ul &gt; li.A &gt; a {
    background: rgba(0, 0, 0, .2);
}

#headwap &gt; .menu &gt; ul &gt; li &gt; div {
    display: none;
    padding: 0 20px;
}

#headwap &gt; .menu &gt; ul &gt; li &gt; div &gt; a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#headwap &gt; .language {
    padding: 10px 20px;
    text-align: left;
}

#headwap &gt; .language &gt; a {
    display: inline-block;
    padding: 2px 20px;
    background: rgba(255, 255, 255, .2);
    border-radius: 5px;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
}

#headwap &gt; .language &gt; a img {
    height: 34px;
    width: auto;
    margin-right: 4px;
    opacity: .8;
}

#headwap &gt; .search {
    padding: 20px;
    transition: all .35s;
}

#headwap &gt; .search &gt; form {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    height: 30px;
    border-radius: 30px;
}

#headwap &gt; .search &gt; form input[type="text"] {
    outline: medium;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 80%;
    padding-left: 16px;
    border: none;
    font-size: 14px;
    background: none;
    color: #c40000;
    box-sizing: border-box;
    overflow: hidden;
}

#headwap &gt; .search &gt; form input::-webkit-input-placeholder {
    color: #c40000;
}

#headwap &gt; .search &gt; form button {
    float: right;
    width: 20%;
    height: 30px;
    border: none;
    opacity: 1;
    background: url(../images/icon-go-red.png) no-repeat center center;
    background-size: auto 20px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

#headwap &gt; .mall {
    margin-top: 10px;
    padding-left: 20px;
}

#headwap &gt; .mall a &gt; img {
    height: 22px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}

#headwap &gt; .mall a &gt; span {
    font-size: 15px;
    color: #fff;
}

#banner {
    background: #fff;
    height: auto;
    overflow: hidden;
    padding-top: 99px;
    transition: all .35s;
}

#banner.active {
    transform: translateX(-220px);
}

#banner .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#banner .swiper-slide img {
    width: 100%;
    height: auto;
}

#banner .swiper-container-horizontal &gt; .swiper-pagination-bullets, #banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px !important;
}

#banner .swiper-pagination-bullet {
    width: 40px !important;
    height: 4px !important;
    border-radius: 0 !important;
    transition: all .35s;
}

#banner .swiper-pagination-bullet-active {
    width: 80px !important;
    opacity: 1;
    background: #c40000;
}

#banner .inside-container {
    position: relative;
    margin: 0 auto;
}

#banner .inside-container &gt; .wrap {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 40%;
    width: 80%;
    margin-left: -40%;
}

#banner .inside-container .txt {
    text-align: left;
}

#banner .inside-container .txt &gt; h3 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #333;
}

#banner .inside-container .txt &gt; span {
    display: block;
    padding: 10px 0;
    font-size: 22px;
    font-family: Arial;
    color: rgba(0, 0, 0, .5);
}

#banner .inside-container img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#banner .mob {
    display: none;
}

#main2 {
    margin: 0 auto;
    transition: all .35s;
}

#main2.active {
    transform: translateX(-220px);
}

#main2 .title {
    position: relative;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 30px;
    color: #333;
}

/*#main2 .title:after {*/
/*    position: absolute;*/
/*    z-index: 12;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    margin-left: -20px;*/
/*    width: 40px;*/
/*    height: 1px;*/
/*    background: #c40000;*/
/*    content: '';*/
/*}*/

#main2 .more &gt; a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out 0s;
}

#main2 .more span {
    transform: translateX(-66px);
    display: inline-block;
    transition: all .3s ease-out 0s;
    font-size: 16px;
    color: #fff;
}

#main2 .more a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -6px;
}

#main2 .more a:hover {
    width: 120px;
    text-align: right;
    padding-right: 10px;
}

#main2 .more a:hover span {
    transform: translateX(-50%);
}

#main2 .more a:hover img {
    left: 85%;
}

#main2 &gt; .search {
    background: #f7f8f9;
    margin: 0 auto;
    padding: 20px 0;
}

#main2 &gt; .search &gt; form {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    width: 80%;
    max-width: 800px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 45px;
}

#main2 &gt; .search &gt; form input[type="text"] {
    outline: medium;
    float: left;
    height: 45px;
    line-height: 45px;
    width: 70%;
    padding: 0 5%;
    border: none;
    font-size: 14px;
    background: none;
    color: #666;
    box-sizing: border-box;
    overflow: hidden;
}

#main2 &gt; .search &gt; form input::-webkit-input-placeholder {
    color: #ccc;
}

#main2 &gt; .search &gt; form button {
    float: right;
    width: 20%;
    height: 41px;
    margin: 1px 1px 0 0;
    border: none;
    opacity: 1;
    background: #c40000 url(../images/icon-go-white.png) no-repeat center center;
    background-size: auto 25px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .35s;
}

#main2 &gt; .search &gt; form button:hover {
    background-color: #333;
}
#main2 .abou{
    margin-top: 0px;
    position: relative;
    z-index:50;
}
#main2 .abou .content .aboutleft{
    width: 57.7778%;
    float: left;
    height: 505px;
    background: url("../images/about1.jpg") center no-repeat;
}
#main2 .abou .content .aboutleft .box{
    padding:47px 0 58px 50px;
}
#main2 .abou .content{
    position: relative;
}
#main2 .abou .content .about2{
    width: 49.375%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
#main2 .abou .content .aboutleft .indextit{
    padding-bottom: 17px;
    background: url("../images/line1.png") left bottom no-repeat;
}
#main2 .abou .content .aboutleft .indextit h1{
    font-size: 40px;
    color:#fff;

}
#main2 .abou .content .aboutleft .indextit .en{
    color: #cddbec;
    font-size: 28px;
    margin-top: -3px;
}
#main2 .abou .content .aboutleft .company{
    font-size: 24px;
    color:#fff;
    margin-top: 41px;
    margin-bottom: 16px;
}
#main2 .abou .content .aboutleft .info{
    color: #cddbec;
    font-size: 14px;
    width: 76%;
    line-height: 25px;
}
#main2 .abou .content .aboutleft .aboutmore{
    display: block;
    width: 152px;
    height: 44px;
    line-height: 44px;
    color:#fff;
    border: 1px solid #fff;
    font-size: 14px;
    margin-top: 34px;
    transition: all .35s;
}
#main2 .abou .content .aboutleft .aboutmore .word{
    display: block;
    text-indent: 34px;
    position: relative;
}
#main2 .abou .content .aboutleft .aboutmore .word:after{
    position: absolute;
    left: 96px;
    top: 19px;
    content: '';
    width: 19px;
    height: 5px;
    background: url("../images/jiantou.png") center no-repeat;
    transition: all .35s;
}
#main2 .abou .content .aboutleft .aboutmore:hover{
    width: 165px;
}
#main2 .abou .content .aboutleft .aboutmore:hover .word:after{
    left: 109px;
}
#main2 .advantage{
    margin-top: 64px;
    margin-bottom: 87px;
}
#main2 .advantage .cont .adv_left{
    width: 20.69444%;
}
#main2 .advantage .cont .adv_left .words{
    margin-top: 42px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
}
#main2 .advantage .cont .adv_right{
    width: 67.5%;
}
#main2 .advantage .cont .adv_right .part{
    width: 20%;
    text-align: center;
    float: left;
    cursor: pointer;

}
#main2 .advantage .cont{
    border-bottom: 1px solid #e6e6e6;
}
#main2 .advantage .cont .adv_right .lastpart{

}
#main2 .advantage .cont .adv_right .part h2{
    color: #333333;
    margin-bottom: 14px;
}
#main2 .advantage .cont .adv_right .part .en{
    font-size: 14px;
    color: #cccccc;
    margin-top: 13px;
}
#main2 .advantage .cont .adv_right .part .shu{
    width: 1px;
    height: 10px;
    background: #ccc;
    margin: 0px auto ;
}
#main2 .advantage .cont .adv_right .part .icon{
    padding-top: 77px;
    padding-bottom: 73px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
}
#main2 .advantage .cont .adv_right .part .icon:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 214px;
    background: url("../images/red.jpg") center no-repeat;
    bottom:-100%;
    left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    z-index:10;
}
#main2 .advantage .cont .adv_right .part:hover .icon:after{
    bottom: 0;
}
#main2 .advantage .cont .adv_right .part:hover .en{
    color: #0d6fba;
}
#main2 .advantage .cont .adv_right .part .icon .iconfont{
    font-size: 63px;
    color: #4a4645;
    z-index:20;
    position: relative;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#main2 .advantage .cont .adv_right .part:hover .iconfont{
    color:#fff;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
.indexTit{
    padding-bottom: 17px;
    width: 297px;
    background: url("../images/line2.png") left bottom no-repeat;
}
.indexTit h1{
    font-size: 40px;
    color:#333;
}
.indexTit .en{
    color: #999;
    font-size: 28px;
    margin-top: -3px;
}
.indexmore{
    display: block;
    width: 152px;
    height: 44px;
    line-height: 44px;
    color: #0d6fba;
    border: 1px solid #0d6fba;
    font-size: 14px;
    margin-top: 34px;
    transition: all .35s;
    position: relative;
}
.indexmore:before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #0d6fba;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.indexmore:hover:before{
    width: 100%;
}
.indexmore .word{
    display: block;
    text-indent: 34px;
    position: relative;
}
.indexmore .word:after{
    position: absolute;
    left: 96px;
    top: 19px;
    content: '';
    width: 19px;
    height: 5px;
    background: url("../images/jiantou2.png") center no-repeat;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}
.indexmore:hover .word:after{
    background: url("../images/jiantou.png") center no-repeat;
}
.indexmore:hover .word,.indexmore a:hover{
    color:#fff!important;
}
.indexmore:hover .word:after{

}


#main2 .indexPro{
    padding:64px 0 100px;
    background: #f2f2f2;
}
#main2 .indexPro .cont{
    margin-top: 68px;
    position: relative;
    width: 101.0118055556%;
}
#main2 .indexPro .cont ul{

}
#main2 .indexPro .cont ul li{
    margin-right: 1.16678%;
    margin-bottom: 17px;
    width: 23.816%;
}
#main2 .indexPro .cont ul li a{
    display: block;
    width: 100%;
    max-width: 347px;
    position: relative;
}
#main2 .indexPro .cont ul li a .pro{
    width: 100%;
    max-width: 347px;
}
#main2 .indexPro .cont ul li a .name{
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    bottom: 0;
    left: 0;
    background: url("../images/proh2.png") repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
#main2 .indexPro .cont ul li a:hover .name{
    height: 100%;
}
#main2 .indexPro .cont ul li a .name .word{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 80%;
    margin: 0 10%;
    font-size: 16px;
}
#main2 .indexPro .cont ul li a .name .iconfont{
    display: none;
    font-size: 70px;
    margin-top: 100px;

}
#main2 .indexPro .cont ul li a:hover .name .iconfont{
    display: block;
}
#main2 .indexPro .cont ul li a .name .more{
    font-size: 14px;
    text-align: center;
    display: none;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    margin: -10px auto 0;
    background: #0d6fba;
    border: 1px solid #0d6fba;
}
#main2 .indexPro .cont ul li a:hover .name .more{
    display: block;
}
#main2 .indexPro .cont ul li a:hover .word{
    margin-top: 70px;
    font-size: 18px;
}
#main2 .indexnews{
    padding-top: 63px;
}
#main2 .indexnews .cont{
    margin-top: 68px;
    margin-bottom: 105px;
}
#main2 .indexnews .cont .news_left{
    width: 59.0277778%;
}
#main2 .indexnews .cont .news_left ul li{
    margin-bottom: 52px;
}
#main2 .indexnews .cont .news_left ul li  .time{
    background: #f2f2f2;
    width: 12.23529%;
    height: 86px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}


#main2 .indexnews .cont .news_left ul li  .time .day{
    display: block;
    font-size: 36px;
    color: #333333;
    margin-top: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#main2 .indexnews .cont .news_left ul li  .time .ym{
    font-size: 14px;
    color: #999999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#main2 .indexnews .cont .news_left ul li a:hover .time{
    background: #0d6fba;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}
#main2 .indexnews .cont .news_left ul li a:hover .time .day,
#main2 .indexnews .cont .news_left ul li a:hover .time .ym
{
    color: #ffffff;
}
#main2 .indexnews .cont .news_left ul li a:hover .text .more{
    width: 85px;
}
#main2 .indexnews .cont .news_left ul li  .text{
    width: 85.76470588%;
}
#main2 .indexnews .cont .news_left ul li{
    width: 100%;
}
#main2 .indexnews .cont .news_right{
    width: 32.5%;
}
#main2 .indexnews .cont .news_right .img_size {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

#main2 .indexnews .cont .news_right .img_size img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
}

#main2 .indexnews .cont .news_right .img_size a:hover img {
    -moz-transform: scale(1.1);
    -o-moz-transform: scale(1.1);
    -o-moz-transform: scale(1.1);
    -webkit-moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#main2 .indexnews .cont .news_right .text_box{
    width: 100%;
    margin: 0 auto;
}
#main2 .indexnews .cont .news_right .text_box h5{
    margin-top: 7px;
    margin-bottom: -1px;
}
#main2 .indexnews .cont .news_right .text_box .time{
    font-size: 14px;
    color: #333333;
    margin-top: 19px;
}
#main2 .indexnews .cont .news_right .text_box p{
    font-size: 14px;
    color: #999999;
}
#main2 .indexnews .cont .news_right h5 a {
    font-size: 18px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2em;
}

#main2 .indexnews .cont .news_right h5 a:hover {
    color: #c40000;
}

#main2 .indexnews .cont .news_left .text .tit{
    font-size: 18px;
    color: #333333;
    margin-bottom: 9px;
}
#main2 .indexnews .cont .news_left .text .des{
    font-size: 14px;
    color: #999999;
}
#main2 .indexnews .cont .news_left .text .more{
    font-size: 14px;
    color: #0d6fba;
    margin-top: 17px;
    width: 81px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    background: url("../images/jiantou3.png") right center no-repeat;
}


#main2 .catalog {
    width: 100%;
    margin: 0 auto;
    padding: 31px 0 89px;
    /*background: url("../images/catalog-bg.jpg") no-repeat;*/
    background-position: left bottom;
    background-size: cover;
}

#main2 .catalog &gt; .title {
    font-size: 26px;
    color: #666;
}
#main2 .catalog &gt; .title .small{
    font-size: 16px;
    margin-top: 11px;
}
#main2 .catalog &gt; .title &gt; span {
    color: #c40000;
}

#main2 .catalog &gt; .note {
    width: 25%;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

#main2 .catalog &gt; .container {
    width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    /*padding: 25px 0;*/
}

#main2 .catalog &gt; .container .tagtit {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

#main2 .catalog &gt; .container .tagtit a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #999999;
    transition: all .35s;
}

#main2 .catalog &gt; .container .tagtit a:hover {
    color: #c40000;
}

#main2 .catalog &gt; .container .tagtit i {
    font-style: normal;
    font-size: 18px;
    color: #999999;
    margin: 0 10px;
}

#main2 .catalog .procate {
    display: inline-block;
    margin-right: 19px;
}

#main2 .catalog &gt; .container .tagtit .A:after {
    position: absolute;
    z-index: 2;
    left: -5px;
    top: -5px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(26, 118, 184, .8) !important;
    content: '';
    transition: all .35s;
}

#main2 .catalog &gt; .container .tagtit .A {
    color: #fff;
    background: #1a76b8 url("../images/slash-white22.png") repeat;
    display: inline-block;
    width: 180px;
    height: 44px;
    line-height: 44px;
}

#main2 .catalog &gt; .container .tagtit .A span {
    font-family: Arial, "Microsoft YaHei UI";
    font-size: 14px;
}

#main2 .catalog &gt; .container .tagtit .A:hover {
    color: #fff;
}

#main2 .catalog &gt; .container .tagcon {
    position: relative;
    width: 100%;
    padding: 20px 0 0;
    text-align: left;
}

#main2 .catalog &gt; .container .box-container {
    width: 980px;
    overflow: hidden;
}

#main2 .catalog &gt; .container .box-container .swiper-slide {
    text-align: center;

}

#main2 .catalog &gt; .container .box-container a {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
}

/*#main2 .catalog &gt; .container .box-container a:after {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: #eee url("../images/icon-plus.png") no-repeat;*/
/*    background-position: 50% 50%;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    content: '';*/
/*    transition: all .35s;*/
/*}*/

#main2 .catalog &gt; .container .box-container a &gt; .img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index:5;
    overflow: hidden;
}
#main2 .catalog &gt; .container .box-container a &gt; .img:after{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    z-index:10;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all .35s;
    transform: translate(-50%, -50%);
    background: url("../images/imageEffetc_magnifier.png") center center no-repeat;
}
#main2 .catalog &gt; .container .box-container a:hover &gt; .img:after{
    opacity: 1;
}
#main2 .catalog &gt; .container .box-container a:hover &gt; .img&gt;img{
    -webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)
}
#main2 .catalog &gt; .container .box-container a:hover .name{
    background: #a30404;
}
#main2 .catalog &gt; .container .box-container a &gt; .img &gt; img {
    width: 100%;
    height: auto;
    transition: all .35s;
}

#main2 .catalog &gt; .container .box-container a &gt; .name {
    width: 100%;
    margin: 0 auto 31px;
    font-size: 16px;
    color: #fff;
    background: #c40000;
    height: 50px;
    line-height: 50px;
    transition: all .35s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*#main2 .catalog &gt; .container .box-container a:hover:after {*/
/*    background-color: #c40000;*/
/*}*/

/*#main2 .catalog &gt; .container .box-container a:hover .name {*/
/*    color: #c40000;*/
/*}*/

#main2 .catalog &gt; .container .button-prev {
    position: absolute;
    z-index: 2;
    left: -101px;
    top: 270px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-top: -20px;
    background: #e4e4e4 url("../images/arrow-prev.png") no-repeat;
    background-size: 20px auto;
    background-position: 50% 50%;
    cursor: pointer;
    transition: all .35s;
}

#main2 .catalog &gt; .container .button-next {
    position: absolute;
    z-index: 2;
    right: -101px;
    top: 270px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-top: -20px;
    background: #e4e4e4 url("../images/arrow-next.png") no-repeat;
    background-size: 20px auto;
    background-position: 50% 50%;
    cursor: pointer;
    transition: all .35s;
}

#main2 .catalog &gt; .container .button-prev:hover {
    left: -103px;
    background-color: rgba(196, 0, 0, .9);
}

#main2 .catalog &gt; .container .button-next:hover {
    right: -103px;
    background-color: rgba(196, 0, 0, .9);
}

#main2 .catalog &gt; .container .swiper-button-disabled {
    opacity: .7 !important;
}

#main2 .satis .tit{
    text-align: center;
    margin-bottom: 32px;
}
#main2 .satis .tit .en{
    font-size: 26px;
    color: rgb(94, 94, 94);
}
#main2 .satis .tit .cn{
    font-size: 26px;
    color: rgb(94, 94, 94);
}
#main2 .satis .content{
    width: 100%;
    height: 880px;
    background: url("../images/satisbg.jpg") center center no-repeat;
    background-size: 100% 100%;
}
#main2 .satis .content .top{
    font-size: 24px;
    color:#fff;
    text-align: center;
    margin: 86px auto 0;
    width: 246px;
}
#main2 .satis .content .top .word{
    display: block;
    float: left;
}
#main2 .satis .content .top .num{
    width: 45px;
    float: left;
    height: 60px;
    display: block;
    margin-left: 15px;
    margin-right: 14px;
    margin-top: -13px;
    background: url("../images/four.png") center no-repeat;
}
#main2 .satis .content .line{
    width: 1067px;
    margin: 18px auto 0;
    font-size: 13px;
    color:#fff;
    text-align: center;
    position: relative;
}
#main2 .satis .content .line:before{
    content: '';
    position: absolute;
    width: 463px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 7px;
}
#main2 .satis .content .line:after{
    content: '';
    position: absolute;
    width: 463px;
    height: 1px;
    background: #fff;
    right: 0;
    top: 7px;
}
#main2 .satis .content .container{
    position: relative;
    height: 880px;
}
#main2 .satis .content .box .icon{
    text-align: center;
    cursor: pointer;
    width: 236px;
}
#main2 .satis .content .box .icon1{
    position: absolute;
    left:119px;
    top: 245px;
}
#main2 .satis .content .box .icon3{
    position: absolute;
    left:119px;
    top: 571px;
}
#main2 .satis .content .box .icon2{
    position: absolute;
    right:119px;
    top: 245px;
}
#main2 .satis .content .box .icon4{
    position: absolute;
    right:119px;
    top: 571px;
}
#main2 .satis .content .box .iconimg{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .35s;
}
#main2 .satis .content .box .iconimg .iconfont{
    line-height: 130px;
    font-size: 69px;
    color:#fff;
    transition: all .35s;
}
#main2 .satis .content .icon1:hover .iconimg
,#main2 .satis .content .icon2:hover .iconimg
,#main2 .satis .content .icon3:hover .iconimg
,#main2 .satis .content .icon4:hover .iconimg
{
    background: #fff;
}
#main2 .satis .content .icon1:hover .iconfont
,#main2 .satis .content .icon2:hover .iconfont
,#main2 .satis .content .icon3:hover .iconfont
,#main2 .satis .content .icon4:hover .iconfont
{
    color:#b52200;
}

#main2 .satis .content .box .icon-mid{
    position: absolute;
    left: 435px;
    top: 355px;
}

#main2 .satis .content .icon .t18{
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    margin-top: 24px;
    margin-bottom: 6px;
}
#main2 .satis .content .icon .text{
    font-size: 14px;
    color:#fff;
    line-height: 25px;
}
#main2 .applica .tit{

    border-bottom: none;
}
#main2 .applicat .tit .cn{
    font-size: 26px;
    color: #666;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 13px;
}
#main2 .applicat .tit .small{
    font-size: 13px;
    color: rgb(169, 169, 169);
    text-align: center;
    position: relative;
    width: 1067px;
    margin: 0 auto;
}
#main2 .applicat .tit .small:before{
    content: '';
    position: absolute;
    width: 463px;
    height: 1px;
    background: #dedede;
    left: 0;
    top: 7px;
}
#main2 .applicat .tit .small:after{
    content: '';
    position: absolute;
    width: 463px;
    height: 1px;
    background: #dedede;
    right: 0;
    top: 7px;
}
#main2 .applicat .content .app_left{
    margin-top: 132px;
    margin-left: 40px;
}
#main2 .applicat .content .app_left .floor{
    padding-bottom: 61px;
}
#main2 .applicat .content .app_left .floor .number{
    width: 58px;
    height: 58px;
    background: #c40000;
    border-radius: 50%;
    font-size: 26px;
    color:#fff;
    text-align: center;
    line-height: 58px;
    position: relative;
    z-index:10;
}
#main2 .applicat .content .app_left .floor .number:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 58px;
    top: -58px;
    left:29px;
    background: url("../images/line.png") center no-repeat;
}
#main2 .applicat .content .app_left .floor .word{
    font-size: 20px;
    color: #4d4d4d;
    text-align: left;
    margin-top: 7px;
    margin-left: 50px;
}
#main2 .applicat .content .app_left .floor .word .en{
    font-size: 16px;
    color: #666666;
}
#main2 .applicat .content .app_right{
    width: 746px;
    position: relative;
    top: 137px;
}
#main2 .applicat .content .app_right .img1{
    position: absolute;
    top: 0;
    left: 0;
}
#main2 .applicat .content .app_right .img2{
    position: absolute;
    top: 62px;
    left: 164px;
}
#main2 .applicat .content .app_right .img3{
    position: absolute;
    top: 0px;
    left: 352px;
}
#main2 .applicat .content .app_right .img4{
    position: absolute;
    top: 62px;
    left: 514px;
}

#main2 &gt; .product {
    position: relative;
    margin: 0 auto;
}

#main2 &gt; .product &gt; .container {
    position: relative;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
}

#main2 &gt; .product &gt; .container .swiper-container {
    margin: 0 auto;
}

#main2 &gt; .product &gt; .container .swiper-slide {
    padding: 20px 0;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a {
    position: relative;
    display: block;
    padding: 10px 20px;
    transition: all .35s;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a &gt; .img {
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: all .35s;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a &gt; .img &gt; img {
    width: 100%;
    height: auto;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a &gt; .tit {
    position: relative;
    width: 80%;
    margin: 20px auto;
    border-radius: 0 30px 0 0;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    transition: all .35s;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a &gt; .tit:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #c40000;
    border-radius: 0 30px 0 0;
    content: '';
    transition: all .35s;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a &gt; .tit &gt; span {
    position: relative;
    z-index: 9;
    transition: all .35s;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a:hover .tit &gt; span {
    color: #fff;
}

#main2 &gt; .product &gt; .container .button-next {
    position: absolute;
    z-index: 12;
    left: -5%;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .2;
    background: url("../images/icon-arrow-left-circle-black.png") no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    transition: all .35s;
}

#main2 &gt; .product &gt; .container .button-prev {
    position: absolute;
    z-index: 12;
    right: -5%;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .2;
    background: url("../images/icon-arrow-right-circle-black.png") no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    transition: all .35s;
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a:hover .img {
    transform: scale(1.1) translateY(-10px);
}

#main2 &gt; .product &gt; .container .swiper-slide &gt; a:hover .tit:after {
    opacity: 1;
    left: 10px;
}


#main2 &gt; .solution {
    margin: 0 auto;
    padding: 20px 0;
    background: #f7f8f9;
}

#main2 &gt; .solution &gt; .container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 0;
}

#main2 &gt; .solution &gt; .container &gt; ul {
    margin: 0 auto;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li {
    width: 32%;
    margin-right: 2%;
    float: left;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li:nth-child(3n) {
    margin-right: 0 !important;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 2% 0;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .con {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    margin-top: -70px;
    width: 80%;
    height: 140px;
    text-align: center;
    transition: all .35s;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .con &gt; .icon {
    margin: 0 auto;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .con &gt; .icon &gt; img {
    height: 100px;
    width: auto;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .con &gt; .tit {
    padding: 16px 0;
    font-size: 18px;
    color: #fff;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .img {
    position: relative;
    overflow: hidden;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .img:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #c40000;
    content: '';
    transition: all .35s;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .img:before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: #000;
    content: '';
    transition: all .35s;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li .img &gt; img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li &gt; a:hover .con {
    transform: translateY(-10px);
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li &gt; a:hover .img:after {
    opacity: .8;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li &gt; a:hover .img:before {
    opacity: 0;
}

#main2 &gt; .solution &gt; .container &gt; ul &gt; li &gt; a:hover .img &gt; img {
    transform: scale(1.1);
}



#main2 &gt; .brand {
    width: 100%;
    height: 530px;
    background: url("../images/brand-bg.jpg") no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
}

#main2 &gt; .brand &gt; .container {
    position: relative;
    width: 1440px;
    text-align: left;
    margin: 0 auto;
}

#main2 &gt; .brand &gt; .container &gt; .year {
    padding-top: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

#main2 &gt; .brand &gt; .container &gt; .txt {
    padding: 40px 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#main2 &gt; .brand &gt; .container &gt; .logo {
    padding: 50px 0;
    text-align: left;
}

#main2 &gt; .brand &gt; .container &gt; .logo &gt; img {
    max-width: 100%;
    height: auto;
}

#main2 &gt; .brand .more {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 24%;
}

#path {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -50px;
    background: rgba(255,255,255,.9);
}

#path &gt; .wrap {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
}

#path a {
    display: inline-block;
    color: #999;
    transition: all .35s;
}

#path a:hover {
    color: #0d6fba;
}

#path a.A {
    color: #0d6fba !important;
    font-weight: bold;
}

#path.active {
    transform: translateX(-200px);
}

#path .section{
   position: absolute;
    right: 0px;
    bottom: 0;
}

#path .section a{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 0 5px;
    text-align: center;
    color: #999;
}
#path .section a.on,#path .section a:hover{
    background: #0d6fba;
    color: #ffffff;
}
#navpart {
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 30%;
    width: 100px;
    background: #666;
}

#navpart &gt; .gotop {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 80px;
}

#navpart &gt; .gotop &gt; a {
    display: block;
    height: 100%;
    background: #e33b50 url("../images/icon-gotop-navpart.png") no-repeat;
    background-position: 50% 50%;
    background-size: auto 40px;
}

#navpart &gt; .kefu {
    margin: 0 auto;
    position: relative;
    z-index: 55;
    width: 100%;
    height: 80px;
}

#navpart &gt; .kefu &gt; .btn {
    position: relative;
    z-index: 55;
    display: block;
    height: 80px;
    text-align: center;
    cursor: pointer;
    background: #c40000 url("../images/icon-kefu.png") no-repeat;
    background-position: 50% 50%;
    background-size: 34px auto;
    transition: all .35s;
}

#navpart &gt; .kefu &gt; .container {
    position: absolute;
    display: none;
    z-index: 4;
    right: 100px;
    top: 0;
    height: 310px;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0 7px 5px rgba(0, 0, 0, .1);
}

#navpart &gt; .kefu &gt; .container &gt; .qrcode {
    display: block;
    width: 280px;
    background: #fef9f9;
    padding: 20px 0;
    text-align: center;
}

#navpart &gt; .kefu &gt; .container &gt; .qrcode .qr {
    display: inline-block;
    width: 110px;
    padding: 0 6px;
    border-left: 1px solid #e6e6e6;
}

#navpart &gt; .kefu &gt; .container &gt; .qrcode .qr:first-child {
    border: 0 !important;
}

#navpart &gt; .kefu &gt; .container &gt; .qrcode .qr &gt; img {
    width: 100%;
    height: auto;
}

#navpart &gt; .kefu &gt; .container &gt; .qrcode p {
    font-size: 12px;
    padding-top: 5px;
    color: #93959c;
}

#navpart &gt; .kefu &gt; .container &gt; .service {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dotted #eee;
}

#navpart &gt; .kefu &gt; .container &gt; .service &gt; .tit {
    font-size: 14px;
    color: #333;
}

#navpart &gt; .kefu &gt; .container &gt; .service &gt; .tit &gt; img {
    margin-right: 10px;
}

#navpart &gt; .kefu &gt; .container &gt; .service &gt; .con {
    padding: 6px 0 10px 0;
    color: #c40000;
    font-size: 20px;
    font-weight: bold;
}

#navpart &gt; .kefu &gt; .container &gt; .order {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

#navpart &gt; .kefu &gt; .container &gt; .order &gt; a {
    display: inline-block;
    color: #01AAED;
    font-size: 14px;
    transition: all .35s;
}

#navpart &gt; .kefu &gt; .container &gt; .order img {
    height: 36px;
    width: auto;
    margin-right: 10px;
}

#navpart &gt; .kefu &gt; .container &gt; .order &gt; a:hover {
    transform: scale(1.1)
}

#navpart &gt; .btn {
    display: none;
}

#navpart &gt; .nav {
    position: relative;
    z-index: 88;
    margin: 0 auto;
}

#navpart &gt; .nav &gt; .close {
    display: none;
}

#navpart &gt; .nav &gt; .container {
    padding: 6px 0;
}

#navpart &gt; .nav &gt; .container &gt; a {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .35s;
}

#navpart &gt; .nav &gt; .container &gt; a:hover {
    background: rgba(255, 255, 255, .1);
}

#navpart &gt; .nav &gt; .container &gt; a.A {
    background: rgba(255, 255, 255, .2);
}

#navpart &gt; .nav &gt; .container &gt; a.A:after {
    display: none;
    position: absolute;
    z-index: 8;
    left: -10px;
    top: 50%;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, .4);
    content: '';
}

#title {
    margin: 0 auto;
    transition: all .35s;
}

#title &gt; .wrap {
    width: 90%;
    max-width: 1360px;
    padding: 20px 0;
    text-align: left;
    font-size: 24px;
    font-family: '微软雅黑';
    font-weight: bold;
    color: #333;
    margin: 0 auto;
}

#title.active {
    transform: translateX(-220px);
}

#inside {
    margin: 0 auto;
    transition: all .35s;
}

#inside.active {
    transform: translateX(-220px);
}

#about {
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

#about &gt; .img {
    width: 50%;
    text-align: left;
}

#about &gt; .img &gt; img {
    width: 100%;
    height: auto;
}

#about &gt; .container {
    width: 35%;
    padding: 2% 10% 2% 5%;
    text-align: left;
}

#about &gt; .container &gt; .slogan {
    display: none;
    position: relative;
    margin: 20px 0;
    font-family: "Arial Black";
    font-size: 60px;
    text-transform: uppercase;
    color: #f9f9f9;
}

#about &gt; .container &gt; .slogan &gt; span {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #222;
}

#about &gt; .container &gt; .text {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

#about &gt; .container &gt; .text &gt; p {
    margin-bottom: 20px;
}

#about &gt; .container &gt; .stress {
    display: none;
    padding: 30px 0;
    text-align: left;
}

#about &gt; .container &gt; .stress &gt; .item {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-right: 30px;
    color: #c40000;
    text-align: center;
}

#about &gt; .container &gt; .stress &gt; .item &gt; .num {
    position: relative;
    z-index: 9;
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    transition: all .35s;
}

#about &gt; .container &gt; .stress &gt; .item &gt; .num &gt; span {
    display: inline-block;
    font-size: 45px;
    letter-spacing: -2px;
}

#about &gt; .container &gt; .stress &gt; .item &gt; .txt {
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: bold;
    transition: all .35s;
}

#about &gt; .container &gt; .stress &gt; .item &gt; .br {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #f7f7f7;
    box-sizing: border-box;
    animation: fadeInUp .3s;
    animation-timing-function: ease-in;
    transition: all .35s;
}

#about &gt; .container &gt; .stress &gt; .item:nth-child(1) &gt; .br {
    animation-duration: .3s;
}

#about &gt; .container &gt; .stress &gt; .item:nth-child(2) &gt; .br {
    animation-duration: .8s;
}

#about &gt; .container &gt; .stress &gt; .item:nth-child(3) &gt; .br {
    animation-duration: 1s;
}

#about &gt; .container &gt; .stress &gt; .item:hover {
    color: #c40000;
}

#about &gt; .container &gt; .stress &gt; .item:hover .br:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    padding: 0;
    z-index: 10;
    border: 5px dashed #c40000;
    content: '';
    box-sizing: content-box;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

#about &gt; .container &gt; .stress &gt; .item:hover .br {
    box-shadow: 0 0 0 0 transparent;
    background: #fff;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    transition: box-shadow .2s;
}

#about &gt; .container &gt; .stress &gt; .item:hover .num {
    transform: scale(0.9);
}

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

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

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

#brand {
    width: 90%;
    max-width: 1440px;
    text-align: center;
    padding: 20px 0 100px 0;
    margin: 0 auto;
}

#brand &gt; .title {
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-family: 微软雅黑;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
}

#brand &gt; .title &gt; span {
    letter-spacing: -4px;
}

#brand &gt; .container {
    position: relative;
    border: 1px solid #eee;
    padding: 80px 60px;
}

#brand &gt; .container &gt; .text {
    width: 50%;
    text-align: left;
}

#brand &gt; .container &gt; .text &gt; h2 {
    display: block;
    padding: 20px 0;
}

#brand &gt; .container &gt; .text &gt; p {
    display: block;
    padding: 6px 0;
    color: #555;
    font-size: 15px;
}

#brand &gt; .container &gt; .text &gt; p &gt; img {
    height: 15px;
    width: auto;
}

#brand &gt; .container &gt; .logo {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    text-align: center;
    background: rgba(208, 2, 28, .06);
}

#brand &gt; .container &gt; .logo:after {
    position: absolute;
    z-index: 8;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 1);
    content: '';
}

#brand &gt; .container &gt; .logo &gt; img {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    height: 200px;
    width: auto;
}

#organization {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

#organization &gt; .container {
    text-align: center;
}

#organization &gt; .container img {
    max-width: 100%;
    height: auto;
}

#culture {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

#culture &gt; .mission {
    text-align: left;
    padding-bottom: 30px;
}

#culture &gt; .mission &gt; .tit {
    width: 12%;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

#culture &gt; .mission &gt; .con {
    width: 45%;
    padding-left: 8%;
}

#culture &gt; .mission &gt; .con &gt; p {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #444;
}

#culture &gt; .mission &gt; .con &gt; p:first-child {
    padding-top: 0 !important;
}

#culture &gt; .mission &gt; .con &gt; p &gt; strong {
    font-weight: normal;
    font-size: 24px;
}

#culture &gt; .mission &gt; .img {
    width: 30%;
}

#culture &gt; .mission &gt; .img &gt; img {
    width: 100%;
    height: auto;
}

#culture &gt; .idea {
    padding: 20px 0;
}

#culture &gt; .idea &gt; .tit {
    padding: 20px 0;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

#culture &gt; .idea &gt; .con {
    text-align: left;
    margin: 0 auto;
}

#culture &gt; .idea &gt; .con &gt; .item {
    display: block;
    float: left;
    width: 33.33%;
    padding-bottom: 8%;
    text-align: left;
}

#culture &gt; .idea &gt; .con &gt; .item .icon {
    padding: 10px 0;
}

#culture &gt; .idea &gt; .con &gt; .item .tit {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

#culture &gt; .idea &gt; .con &gt; .item .txt {
    display: block;
    padding: 10px 30% 10px 0;
    font-size: 18px;
    color: #444;
}

#honor {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#honor &gt; .item {
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

#honor &gt; .item:first-child {
    padding-top: 0 !important;
}

#honor &gt; .item:last-child {
    border-bottom: 0 !important;
}

#honor &gt; .item &gt; .title {
    padding-bottom: 20px;
    text-align: center;
    font-size: 30px;
    color: #333;
}

#honor &gt; .item &gt; .container {
    margin: 0 auto;
    max-width: 1380px;
}

#honor &gt; .item &gt; .container .list {
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}

#honor &gt; .item &gt; .container .list &gt; ul {
    display: block;
    margin: 0 auto;
    padding: 0;
}

#honor &gt; .item &gt; .container .list &gt; ul &gt; li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

#honor &gt; .item &gt; .container .list &gt; ul &gt; li:nth-child(4n) {
    margin-right: 0 !important;
}

#honor &gt; .item &gt; .container .list &gt; ul &gt; li .img {
    width: 100%;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(6, 0, 1, 0.23);
    padding: 6px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    line-height: 230px;
}

#honor &gt; .item &gt; .container .list &gt; ul &gt; li .img &gt; img {
    width: auto;
    height: 100%;
}

#honor &gt; .item &gt; .container .list &gt; ul &gt; li .tit {
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0 70px 0;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .35s;
}

#honor &gt; .item &gt; .container .list &gt; ul &gt; li &gt; a:hover .tit {
    color: #c40000;
}

#history {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

#history &gt; .title {
    width: 20%;
}

#history &gt; .title &gt; .load {
    text-align: center;
    margin: 0 auto;
}

#history &gt; .title &gt; .load i {
    width: 12px;
    margin: 0 3px;
    height: 12px;
    border-raiuds: 50%;
    display: inline-block;
    background: #cccccc;
    border-radius: 50%;
    animation: move2 1.2s linear forwards infinite;
}

#history &gt; .title &gt; .load i:nth-child(2) {
    animation: move2 1.2s 0.2s linear forwards infinite;
}

#history &gt; .title &gt; .load i:nth-child(3) {
    animation: move2 1.2s 0.4s linear forwards infinite;
}

#history &gt; .title &gt; .load i:nth-child(4) {
    animation: move2 1.2s 0.6s linear forwards infinite;
}

#history &gt; .title &gt; .load i:nth-child(5) {
    animation: move2 1.2s 1s linear forwards infinite;
}

#history &gt; .title &gt; .year {
    font-size: 50px;
    line-height: 50px;
    display: block;
    padding: 40px 0;
    color: #c40000;
    text-align: center;
    margin: 0 auto;
}

#history &gt; .title &gt; .year span {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
}

#history &gt; .title &gt; .box {
    text-align: center;
}

#history &gt; .title &gt; .box &gt; .icon {
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: #c40000;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#history &gt; .title &gt; .box &gt; .cn {
    padding-top: 20px;
    font-size: 14px;
    color: #ccc;
}

#history &gt; .container {
    position: relative;
    width: 75%;
    margin-bottom: 50px;
    text-align: left;
}

#history &gt; .container .line {
    position: absolute;
    left: 240px;
    width: 6px;
    height: 100%;
    background: #ccc;
    border-radius: 6px;
}

#history &gt; .container ul {
    padding: 40px 0;
}

#history &gt; .container ul &gt; li {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0;
}

#history &gt; .container ul &gt; li &gt; .tit {
    position: absolute;
    left: 0;
    top: 30px;
    width: 250px;
    line-height: 36px;
    text-align: right;
    transition: all .5s;
}

#history &gt; .container ul &gt; li &gt; .tit &gt; .txt {
    color: #c40000;
    font-size: 24px;
    padding-right: 50px;
    transition: all .35s;
}

#history &gt; .container ul &gt; li &gt; .tit &gt; .year {
    color: #666;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial;
    padding-right: 50px;
}

#history &gt; .container ul &gt; li &gt; .tit &gt; .spot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #ccc;
    transition: all 0.5s;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

#history &gt; .container ul &gt; li &gt; .tit &gt; .spot i {
    width: 6px;
    height: 6px;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
    background: #fff;
    border-radius: 50%;
    display: block;
}

#history &gt; .container ul &gt; li &gt; .con {
    width: 100%;
    box-sizing: border-box;
    color: #666;
    padding-left: 290px;
    transition: all 0.5s;
}

#history &gt; .container ul &gt; li &gt; .con p {
    font-size: 16px;
    line-height: 36px;
}

#history &gt; .container ul &gt; li:hover .tit {
    color: #c40000;
}

#history &gt; .container ul &gt; li:hover .tit &gt; .spot {
    transform: scale(3);
    background: #fff;
    border: 1px solid #e9e8e8;
}

#history &gt; .container ul &gt; li:hover .tit &gt; .spot i {
    background: #c40000;
}

#history &gt; .container ul &gt; li:hover .con {
    color: #c40000;
}

#history &gt; .container ul &gt; li:hover .tit &gt; .txt {
    transform: scale(1.1);
}

#news {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#news &gt; .list {
    margin: 0 auto;
    overflow: hidden;
}

#news &gt; .list &gt; ul {
    margin: 0 auto;
}

#news &gt; .list &gt; ul &gt; li {
    display: block;
    margin: 0 auto;
    transition: all .35s;
}

#news &gt; .list &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    transition: all .35s;
}

#news &gt; .list &gt; ul &gt; li &gt; a:after {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    content: '';
    transition: all .35s;
}

#news &gt; .list &gt; ul &gt; li:last-child a:after {
    opacity: 0;
}

#news &gt; .list &gt; ul &gt; li &gt; a .img {
    width: 30%;
    text-align: left;
    overflow: hidden;
}

#news &gt; .list &gt; ul &gt; li &gt; a .img &gt; img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

#news &gt; .list &gt; ul &gt; li &gt; a .con {
    width: 50%;
    text-align: left;
    padding: 0 5%;
}

#news &gt; .list &gt; ul &gt; li &gt; a .con &gt; .tit {
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .35s;
}

#news &gt; .list &gt; ul &gt; li &gt; a .con &gt; .txt {
    margin: 20px 0;
    height: 75px;
    line-height: 26px;
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#news &gt; .list &gt; ul &gt; li &gt; a .con &gt; .more {
    text-align: left;
}

#news &gt; .list &gt; ul &gt; li &gt; a .con &gt; .more &gt; span {
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    color: #c40000;
    border: 1px solid #c40000;
    border-radius: 30px;
    transition: all .35s;
}

#news &gt; .list &gt; ul &gt; li &gt; a .time {
    width: 10%;
    color: #c40000;
    text-align: right;
}

#news &gt; .list &gt; ul &gt; li &gt; a .time &gt; .dm {
    font-size: 32px;
}

#news &gt; .list &gt; ul &gt; li &gt; a .time &gt; .yy {
    font-size: 18px;
}

#news &gt; .list &gt; ul &gt; li:hover {
    background: #eee;
}

#news &gt; .list &gt; ul &gt; li:hover a:after {
    background: none;
}

#news &gt; .list &gt; ul &gt; li:hover .con &gt; .more &gt; span {
    margin-left: 6px;
    color: #fff;
    background: #c40000;
}

#news &gt; .list &gt; ul &gt; li &gt; a .img:hover img {
    transform: scale(1.1);
}

#news &gt; .loadmore {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    border-top: 1px solid #eee;
    text-align: center;
}

#news &gt; .loadmore &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#news &gt; .loadmore &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#news &gt; .view {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

#news &gt; .view &gt; .title {
    font-size: 32px;
    font-weight: normal;
    padding: 20px;
    text-align: center;
}

#news &gt; .view &gt; .time {
    text-align: right;
    font-size: 16px;
    color: #999;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #eee;
}

#news &gt; .view &gt; .content {
    margin: 0 auto;
    width: 80%;
    max-width: 1440px;
    padding: 50px 0;
}

#news &gt; .view &gt; .content {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

#news &gt; .view &gt; .content &gt; p {
    margin-bottom: 20px;
}

#news &gt; .view &gt; .content img {
    max-width: 100%;
    height: auto;
}

#news &gt; .view &gt; .content table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0px auto;
    width: 99.6%;
}

#news &gt; .view &gt; .content table td {
    color: #666;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#news &gt; .view &gt; .content .tableWap {
    overflow: hidden;
    overflow-x: auto;
}

#news &gt; .view &gt; .share {
    text-align: center;
    margin: 0 auto;
    padding: 50px;
}

#news &gt; .view &gt; .share .bshare-custom a {
    padding: 0px;
    margin: 0 12px !important;
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all .35s;
}

#news &gt; .view &gt; .share .bshare-custom .bshare-sinaminiblog {
    background: url("../images/icon-weibo.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

#news &gt; .view &gt; .share .bshare-custom .bshare-weixin {
    background: url("../images/icon-wechat.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

#news &gt; .view &gt; .share .bshare-more {
    background: url("../images/icon-share.png") no-repeat;
    padding: 0 !important;
    margin: 0 !important;
    background-size: 100% auto;
    background-position: center center;
}

#news &gt; .view &gt; .share .bshare-custom a:hover {
    opacity: 1;
    transform: translateY(-3px);
}

#news &gt; .view &gt; .pageurl {
    margin: 0 auto;
    padding: 50px;
    font-size: 14px;
}

#news &gt; .view &gt; .pageurl &gt; .prev, #news &gt; .view &gt; .pageurl &gt; .next {
    width: 40%;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news &gt; .view &gt; .pageurl strong {
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

#jobs {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

#jobs &gt; .nav {
    margin: 0 auto;
    padding-bottom: 20px;
}

#jobs &gt; .nav &gt; ul {
    margin: 0 auto;
}

#jobs &gt; .nav &gt; ul &gt; li {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 16px;
    background: #eee;
}

#jobs &gt; .nav &gt; ul &gt; li &gt; a {
    display: block;
    color: #666;
    padding: 20px 0;
    transition: all .35s;
}

#jobs &gt; .nav &gt; ul &gt; li.A {
    background: #c40000;
}

#jobs &gt; .nav &gt; ul &gt; li.A &gt; a {
    color: #ffffff !important;
}

#jobs &gt; .nav &gt; ul &gt; li &gt; a:hover {
    color: #c40000;
}

#jobs &gt; .list {
    margin: 0 auto;
    border: 1px solid #e8e8e8;
}

#jobs &gt; .list &gt; .list_tr {
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

#jobs &gt; .list &gt; .list_tr &gt; li {
    position: relative;
    float: left;
    width: 15%;
    padding: 20px 0;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

#jobs &gt; .list &gt; .list_tr &gt; li:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 40%;
    opacity: .4;
    background: #fff;
    content: '';
}

#jobs &gt; .list &gt; .list_tr &gt; li:first-child:after, #jobs &gt; .list &gt; .list_tr &gt; li:last-of-type:after {
    opacity: 0;
}

#jobs &gt; .list &gt; .list_tr &gt; li.td1 {
    width: 20%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

#jobs &gt; .list &gt; .list_tr &gt; li.td7 {
    width: 5%;
}

#jobs &gt; .list &gt; .list_td &gt; li {
    display: block;
    transition: all .35s;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey {
    position: relative;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey:after {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    width: 98%;
    height: 1px;
    margin-left: -49%;
    border-bottom: 1px dotted #ddd;
    content: '';
}

#jobs &gt; .list &gt; .list_td &gt; li:last-child .akey:after {
    border-bottom: 0 !important;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey &gt; div {
    float: left;
    width: 15%;
    padding: 15px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey &gt; div.td1 {
    width: 20%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey &gt; div.td7 {
    position: relative;
    opacity: .2;
    width: 5%;
    height: 20px;
    background: url("../images/icon-arrow-down-circle-black.png") no-repeat;
    background-size: 24px auto;
    background-position: 50% 50%;
    transition: all .35s;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey &gt; div &gt; a {
    display: inline-block;
    background: url("../images/icon-delivery.png") no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 25px;
    color: #c40000;
    transition: all .35s;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey &gt; div &gt; a:hover {
    text-decoration: underline;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .akey:hover {
    background: #fef9fa;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det {
    position: relative;
    display: none;
    width: 100%;
    padding: 20px 0;
    float: none;
    margin: 0 auto;
    text-align: left;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det:after {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    width: 98%;
    height: 1px;
    margin-left: -49%;
    border-bottom: 1px dotted #ddd;
    content: '';
}

#jobs &gt; .list &gt; .list_td &gt; li:last-child .det:after {
    border-bottom: 0 !important;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .con {
    text-align: left;
    padding: 0 20px 10px 20px;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .mob {
    display: none;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .con &gt; div {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .tag {
    padding: 0 20px;
    text-align: left;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .tag &gt; .tit {
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .tag &gt; .txt {
    font-size: 14px;
    color: #666;
    line-height: 21px;
    padding: 10px 0;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .url {
    text-align: left;
    padding: 20px;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .url &gt; a {
    display: inline-block;
    background: #c40000;
    padding: 8px 40px;
    color: #fff;
    font-size: 16px;
    transition: all .35s;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .url &gt; a:hover {
    background: #e31832;
}

#jobs &gt; .list &gt; .list_td &gt; li &gt; .det .url &gt; .tip {
    display: inline-block;
    color: #bbb;
    font-size: 14px;
    padding-left: 20px;
}

#jobs &gt; .list &gt; .list_td &gt; li.A &gt; .akey &gt; div.td7 {
    transform: rotate(180deg);
}

#jobs &gt; .loadmore {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

#jobs &gt; .loadmore &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#jobs &gt; .loadmore &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#delivery {
    position: fixed;
    z-index: 1001;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

#delivery &gt; .close {
    position: absolute;
    z-index: 99;
    right: 50%;
    top: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    text-align: center;
    background: #ff9900;
    overflow: hidden;
}

#delivery &gt; .close &gt; img {
    width: 42px;
    height: auto;
    transition: all .35s;
}

#delivery &gt; .close:hover img {
    transform: rotate(180deg);
}

#delivery &gt; .container {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #c40000;
}

#delivery &gt; .container &gt; .tit {
    padding: 50px 0;
    font-size: 32px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

#delivery &gt; .container &gt; .tit &gt; img {
    height: 56px;
    width: auto;
    margin-right: 10px;
}

#delivery &gt; .container &gt; .form {
    width: 80%;
    margin: 0 auto;
}

#delivery .layui-form-label {
    color: #fff;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    width: 76px;
}

#delivery .layui-input-block {
    color: #fff;
}

#delivery .layui-input, #delivery .layui-select, #delivery .layui-textarea {
    border-radius: 0;
    border: 0;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
}

#delivery .layui-form-radio &gt; i {
    color: rgba(255, 255, 255, .5);
}

#delivery .layui-form-radio &gt; i:hover, #delivery .layui-form-radioed &gt; i {
    color: rgba(255, 255, 255, 1);
}

#delivery input::-webkit-input-placeholder, #delivery textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

#delivery .layui-btn {
    padding: 0 30px;
    background-color: #333;
    font-size: 16px;
    border-radius: 0px;
}

#delivery .layui-btn-primary {
    border: 0px;
    background-color: #999;
    color: #fff;
}

#hr {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

#hr &gt; .container {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    text-align: left;
}

#hr &gt; .container &gt; .item {
    width: 60%;
    padding-bottom: 4%;
    text-align: left;
}

#hr &gt; .container &gt; .item &gt; .tit {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

#hr &gt; .container &gt; .item &gt; .txt {
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
    color: #444;
}

#hr &gt; .img {
    position: absolute;
    z-index: 8;
    right: 0;
    top: 0;
    width: 36%;
    text-align: right;
}

#hr &gt; .img &gt; img {
    width: 100%;
    height: auto;
}

#care {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 0;
}

#care &gt; .list {
    margin: 0 auto;
}

#care &gt; .list &gt; ul {
    margin: 0 auto;
}

#care &gt; .list &gt; ul &gt; li {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: left;
}

#care &gt; .list &gt; ul &gt; li:nth-of-type(3n) {
    margin-right: 0 !important;
}

#care &gt; .list &gt; ul &gt; li &gt; a &gt; .img {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#care &gt; .list &gt; ul &gt; li &gt; a &gt; .img &gt; img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

#care &gt; .list &gt; ul &gt; li &gt; a &gt; .tit {
    padding: 15px 10px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .35s;
}

#care &gt; .list &gt; ul &gt; li &gt; a:hover .img &gt; img {
    transform: scale(1.1);
}

#care &gt; .list &gt; ul &gt; li &gt; a:hover .tit {
    background: #c40000;
    color: #fff;
    padding: 15px 20px;
}

#care &gt; .loadmore {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

#care &gt; .loadmore &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#care &gt; .loadmore &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#product &gt; .view &gt; .title {
    text-align: center;
    color: #a92614;
    font-size: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#product &gt; .view .focus {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 60px 0;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0 auto 50px auto;
}

#product &gt; .view .focus .gallery {
    margin: 0 auto;
    width: 500px;
    height: auto;
}

#product &gt; .view .focus .gallery img {
    width: 100%;
    height: auto;
}

#product &gt; .view .focus .gallery-thumbs img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

#product &gt; .view .focus .gallery-thumbs .swiper-slide {
    height: 99%;
    border: 1px solid #eee;
}

#product &gt; .view .focus .gallery-thumbs .swiper-slide-active {
    border: 1px solid #c40000;
}

#product &gt; .view .focus .option {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 35px;
    text-align: left;
}

#product &gt; .view .focus .option img {
    width: 100%;
    height: auto;
    transition: all .35s;
}

#product &gt; .view .focus .option img:hover {
    transform: scale(1.4);
    padding-top: 40px;
}

#product &gt; .view .drawing {
    margin: 0 auto;
    text-align: left;
}

#product &gt; .view .drawing &gt; .title {
    padding: 0;
    color: #a92614;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

#product &gt; .view .drawing &gt; .title &gt; img {
    background: #a92614;
    height: 50px;
    width: auto;
    margin-right: 10px;
}

#product &gt; .view .drawing &gt; .con {
    padding: 20px 0 50px 0;
    text-align: left;
}

#product &gt; .view .specification {
    margin: 0 auto;
    text-align: left;
}

#product &gt; .view .specification &gt; .title {
    padding: 0;
    color: #a92614;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

#product &gt; .view .specification &gt; .title &gt; img {
    background: #a92614;
    height: 50px;
    width: auto;
    margin-right: 10px;
}

#product &gt; .view .specification &gt; .con {
    padding: 20px 0 50px 0;
    text-align: left;
    color: #666;
}

#product &gt; .view .specification &gt; .con table {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    width: 100%;
    margin: 10px auto;
}

#product &gt; .view .specification &gt; .con table tr:first-child {
    background: #666;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #a92614;
}

#product &gt; .view .specification &gt; .con table tr:first-child &gt; td {
    position: relative;
    color: #fff;
}

#product &gt; .view .specification &gt; .con table tr:first-child &gt; td:after {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    content: '';
}

#product &gt; .view .specification &gt; .con table td {
    padding: 15px 5px;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#product &gt; .view .description {
    margin: 0 auto;
    text-align: left;
}

#product &gt; .view .description &gt; .title {
    padding: 0;
    color: #0d6fba;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

#product &gt; .view .description &gt; .title &gt; img {
    background: #0d6fba;
    height: 50px;
    width: auto;
    margin-right: 10px;
}

#product &gt; .view .description &gt; .con {
    padding: 20px 0 50px 0;
    text-align: left;
}

#product &gt; .view .description &gt; .con .tagtit {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

#product &gt; .view .description &gt; .con .tagcon {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding-bottom: 50px;
}
#product &gt; .view  .gotop{
    display: block;
    margin: 80px 0 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #0d6fba;
    text-align: center;
    color: #ffffff;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
}
#product &gt; .view .proviewimg{
    display: block;
    margin: 30px 0;
}
#ifocus_pic {
    display: inline;
    position: relative;
    float: left;
    width: 540px;
    height: 540px;
    overflow: hidden;
}

#ifocus_piclist li {
    width: 540px;
    height: 540px;
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

#ifocus_piclist img {
    max-width: 540px;
    max-height: 540px;
}

#product &gt; .view .description &gt; .con .tagcon table {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    width: 100%;
    margin: 10px auto;
}

#product &gt; .view .description &gt; .con .tagcon table tr:first-child {
    background: #666;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #a92614;
}

#product &gt; .view .description &gt; .con .tagcon table tr:first-child &gt; td {
    position: relative;
    color: #fff;
}

#product &gt; .view .description &gt; .con .tagcon table tr:first-child &gt; td:after {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    content: '';
}

#product &gt; .view .description &gt; .con .tagcon table td {
    padding: 15px 5px;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#product &gt; .view .pageurl {
    padding: 50px 0;
    text-align: right;
}

#product &gt; .view .pageurl &gt; a {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 20px;
    transition: all .35s;
}

#product &gt; .view .pageurl &gt; a.back {
    background: #a92614 !important;
    border: 1px solid #a92614;
    color: #fff !important;
}

#product &gt; .view .pageurl &gt; a.no {
    color: #ddd !important;
}

#product {
    margin: 0 auto;
}

#product &gt; .isnew {
    width: 90%;
    max-width: 1360px;
    margin: 30px auto;
}

#product &gt; .isnew &gt; .item {
    width: 49%;
    float: left;
    margin-bottom: 2%;
}

#product &gt; .isnew &gt; .item:nth-child(2n) {
    float: right;
}

#product &gt; .isnew &gt; .item &gt; a {
    position: relative;
    display: block;
}

#product &gt; .isnew &gt; .item img {
    width: 100%;
    height: auto;
}

#product &gt; .isnew &gt; .item &gt; a:after {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -40px;
    width: 100px;
    height: 100px;
    opacity: 0;
    content: '';
    background: url("../images/icon-play.png") no-repeat;
    background-size: 100% auto;
    transition: all .35s;
}

#product &gt; .isnew &gt; .item &gt; a:before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: .1;
    content: '';
    transition: all .35s;
}

#product &gt; .isnew &gt; .item &gt; a:hover:before {
    opacity: .8;
}

#product &gt; .isnew &gt; .item &gt; a:hover:after {
    opacity: 1;
    margin-top: -50px;
}

#product &gt; .catalog {
    width: 90%;
    max-width: 1360px;
    clear: both;
    margin: 0 auto;
}

#product &gt; .catalog &gt; .item {
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
}

#product &gt; .catalog &gt; .item:nth-child(3n) {
    margin-right: 0 !important;
}

#product &gt; .catalog &gt; .item .tit {
    padding: 15px;
    text-align: left;
    border: 1px solid #eee;
    border-bottom: 0 !important;
}

#product &gt; .catalog &gt; .item .tit &gt; a {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    transition: all .35s;
}

#product &gt; .catalog &gt; .item .tit &gt; a &gt; span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 10px;
    background: #c40000;
    color: #fff;
    transition: all .35s;
}

#product &gt; .catalog &gt; .item .img {
    text-align: left;
    margin: 0 auto;
    padding: 0 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #ddd;
}

#product &gt; .catalog &gt; .item .img img {
    width: 100%;
    height: auto;
}

#product &gt; .catalog &gt; .item .con {
    position: relative;
    width: 100%;
    height: 168px;
}

#product &gt; .catalog &gt; .item .con &gt; .list {
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0 !important;
    text-align: left;
    height: 135px;
    overflow: hidden;
}

#product &gt; .catalog &gt; .item .con &gt; .list &gt; a {
    position: relative;
    display: block;
    padding: 4px 0;
    font-size: 16px;
    color: #555;
    transition: all .35s;
}

#product &gt; .catalog &gt; .item .con &gt; .list &gt; a:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 7px;
    width: 2px;
    height: 0;
    background: #c40000;
    content: '';
    transition: all .35s;
}

#product &gt; .catalog &gt; .item .con &gt; .list &gt; a:hover {
    color: #c40000;
    padding-left: 12px;
}

#product &gt; .catalog &gt; .item .con &gt; .list &gt; a:hover:after {
    height: 50%;
}

#product &gt; .catalog &gt; .item:hover .tit &gt; a {
    color: #c40000;
}

#product &gt; .solution {
    width: 90%;
    max-width: 1360px;
    margin: 30px auto;
    overflow: hidden;
}

#product &gt; .solution .swiper-container a {
    position: relative;
    display: block;
    background: #c40000;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all .35s;
}

#product &gt; .solution .swiper-container a &gt; span {
    display: block;
    margin: 10px auto;
}

#product &gt; .solution .swiper-container a &gt; span &gt; img {
    height: 50px;
    width: auto;
}

#product &gt; .solution .swiper-container a:hover {
    background: #b10016;
}

#product &gt; .solution .tips {
    text-align: right;
    padding: 20px 0;
    color: #ccc;
    font-size: 14px;
}

#product &gt; .solution .tips &gt; img {
    opacity: .2;
    height: 28px;
    width: auto;
}

#product &gt; .product {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

#product &gt; .product &gt; .container {
    margin: 0 auto;
    padding: 20px 0;
}

#product &gt; .product &gt; .container &gt; .path {
    width: 60%;
    text-align: left;
    color: #c40000;
    font-size: 20px;
}

#product &gt; .product &gt; .container &gt; .path &gt; img {
    height: 36px;
    width: auto;
    margin-right: 5px;
}

#product &gt; .product &gt; .container &gt; .path &gt; a {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
    color: #c40000;
    transition: all .35s;
}

#product &gt; .product &gt; .container &gt; .path &gt; a:hover {
    opacity: .5;
}

#product &gt; .product &gt; .container &gt; .back {
    width: 20%;
    text-align: right;
}

#product &gt; .product &gt; .container &gt; .back &gt; a {
    background: #c40000;
    border: 1px solid #c40000;
    border-radius: 50px;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
    transition: all .35s;
}

#product &gt; .product &gt; .container &gt; .back &gt; a:hover {
    background: none;
    color: #c40000;
}

#product &gt; .product &gt; .list {
    margin: 0 auto;
}

#product &gt; .product &gt; .list &gt; ul {
    margin: 0 auto;
}

#product &gt; .product &gt; .list &gt; ul &gt; li {
    position: relative;
    display: block;
    float: left;
    width: 21.2%;
    overflow: hidden;
    padding: 1%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #eee;
    transition: all .35s;
}

#product &gt; .product &gt; .list &gt; ul &gt; li:nth-of-type(4n) {
    margin-right: 0 !important;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a {
    display: block;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a .img {
    text-align: center;
    transition: all .35s;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a .img &gt; img {
    width: 100%;
    height: auto;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a .tit {
    padding: 0 50px;
    text-align: left;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a .more {
    padding: 10px 50px 20px 50px;
    color: #c40000;
    font-size: 14px;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a .more &gt; img {
    display: inline-block;
    margin-left: 6px;
    height: 18px;
    width: auto;
    transition: all .35s;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a:hover .more &gt; img {
    padding-left: 4px;
}

#product &gt; .product &gt; .list &gt; ul &gt; li &gt; a:hover .img {
    transform: translateY(-6px)
}

#product &gt; .product &gt; .list &gt; ul &gt; li:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

#product &gt; .product &gt; .loadmore {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

#product &gt; .product &gt; .loadmore &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#product &gt; .product &gt; .loadmore &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#product &gt; .view {
    margin: 0 auto;
    position: relative;
}

#product &gt; .view .title {
    position: relative;
    z-index: 3;
    text-align: left;
    font-size: 26px;
    color: #333;
    padding-top: 10px;
}

#product &gt; .view &gt; .wrap {
    margin: 0 auto;
    overflow: hidden;
}

#product &gt; .view .focus {
    position: relative;
    width: 100%;
    text-align: center;
}

#product &gt; .view .focus img {
    width: 100%;
    height: auto;
}

#product &gt; .view .focus .swiper-container {
    margin: 0 auto;
    text-align: center
}

#product &gt; .view .focus .swiper-pagination {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

#product &gt; .view .focus .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

#product &gt; .view .focus .swiper-pagination .swiper-pagination-bullet-active {
    background: #c40000;
    opacity: 1;
}

#product &gt; .view .focus .button-prev {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 0;
    margin-top: -30px;
    cursor: pointer;
    opacity: .3;
    width: 50px;
    height: 50px;
    background: url("../images/icon-arrow-left-circle-black.png") no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    transition: all .35s;
}

#product &gt; .view .focus .button-next {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 0;
    margin-top: -30px;
    cursor: pointer;
    opacity: .3;
    width: 50px;
    height: 50px;
    background: url("../images/icon-arrow-right-circle-black.png") no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    transition: all .35s;
}

#product &gt; .view .focus .button-prev:hover, #product &gt; .view .focus .button-next:hover {
    opacity: .6;
}

#product &gt; .view .container {
    width: 50%;
    padding: 150px 20px 0 20px;
    text-align: left;
}

#product &gt; .view .container &gt; .con &gt; .tit {
    font-size: 20px;
    color: #c40000;
}

#product &gt; .view .container &gt; .con &gt; .txt {
    padding: 20px 0;
    width: 80%;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

#product &gt; .view .container &gt; .con &gt; .txt &gt; p {
    margin-bottom: 20px;
}

#product #ifocus_btn ul {
    text-align: center;
}

#product #ifocus_btn ul li {
    display: inline-block;
    float: none;
}

#product #ifocus_btn ul li.on {
    border: 2px solid #0d6fba;
}

#product &gt; .view &gt; .tag_nav {
    position: relative;
    z-index: 999;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
}

#product &gt; .view &gt; .tag_nav &gt; ul {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
}

#product &gt; .view &gt; .tag_nav &gt; ul &gt; li {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

#product &gt; .view &gt; .tag_nav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 10px 20px 20px 20px;
    color: #666;
}

#product &gt; .view &gt; .tag_nav &gt; ul &gt; li.A &gt; a {
    color: #c40000;
    font-weight: bold;
}

#product &gt; .view &gt; .tag_nav &gt; ul &gt; li.A:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #c40000;
    content: '';
}

#product &gt; .view &gt; .tag_nav_ac {
    top: 100px;
    background: rgba(208, 2, 28, .8);
    padding-top: 0 !important;
    border-bottom: 0 !important;
}

#product &gt; .view &gt; .tag_nav_ac &gt; ul &gt; li &gt; a {
    padding: 30px 20px 20px 20px;
    color: #fff;
    font-size: 16px;
}

#product &gt; .view &gt; .tag_nav_ac &gt; ul &gt; li.A &gt; a {
    color: #fff;
}

#product &gt; .view &gt; .tag_nav_ac &gt; ul &gt; li.A:after {
    position: absolute;
    z-index: 9;
    background: none;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid rgba(255, 255, 255, 1);
    content: '';
}

#product &gt; .view &gt; .tag_video {
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

#product &gt; .view &gt; .tag_video &gt; iframe {
    margin: 0 auto;
}

#product &gt; .view &gt; .tag_con {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 50px;
}

#product &gt; .view &gt; .tag_con &gt; .item {
    margin-bottom: 40px;
}

#product &gt; .view &gt; .tag_con .tit {
    position: relative;
    padding: 10px 10px 10px 30px;
    font-size: 20px;
    color: #c40000;
    text-align: left;
}

#product &gt; .view &gt; .tag_con .tit:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../images/icon-arrow-right-red.png") no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    content: '';
}

#product &gt; .view &gt; .tag_con .con {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 24px;
    color: #444;
}

#product &gt; .view &gt; .tag_con .con &gt; p {
    margin-bottom: 10px;
}

#product &gt; .view &gt; .tag_con .con img {
    max-width: 100%;
}

#product &gt; .view &gt; .tag_con .con table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0px auto;
    width: 99.6%;
}

#product &gt; .view &gt; .tag_con .con table td {
    color: #666;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#product &gt; .view &gt; .tag_con .con .tableWap {
    overflow: hidden;
    overflow-x: auto;
}

#product &gt; .view &gt; .tag_con .list {
    padding: 10px 30px;
    text-align: left;
}

#product &gt; .view &gt; .tag_con .list &gt; a {
    display: block;
    float: left;
    width: 33.3%;
    padding: 5px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .35s;
}

#product &gt; .view &gt; .tag_con .list &gt; a:hover {
    text-decoration: underline;
}

#product &gt; .view &gt; .tag_con .list &gt; a img {
    height: 40px;
    width: auto;
    margin-right: 5px;
}

#product &gt; .view &gt; .pageurl {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    border-top: 1px solid #eee;
    text-align: center;
}

#product &gt; .view &gt; .pageurl &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#product &gt; .view &gt; .pageurl &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#search {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 50px 0;
}

#search &gt; .container {
    margin: 0 auto;
    padding-bottom: 30px;
}

#search &gt; .container &gt; .path {
    width: 60%;
    text-align: left;
    color: #c40000;
    font-size: 20px;
}

#search &gt; .container &gt; .path &gt; img {
    height: 36px;
    width: auto;
    margin-right: 5px;
}

#search &gt; .container &gt; .path &gt; a {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
    color: #c40000;
    transition: all .35s;
}

#search &gt; .container &gt; .path &gt; a:hover {
    opacity: .5;
}

#search &gt; .container &gt; .back {
    width: 20%;
    text-align: right;
}

#search &gt; .container &gt; .back &gt; a {
    background: #c40000;
    border: 1px solid #c40000;
    border-radius: 50px;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
    transition: all .35s;
}

#search &gt; .container &gt; .back &gt; a:hover {
    background: none;
    color: #c40000;
}

#search &gt; .list {
    margin: 0 auto;
}

#search &gt; .list &gt; ul {
    margin: 0 auto;
}

#search &gt; .list &gt; ul &gt; li {
    position: relative;
    display: block;
    float: left;
    width: 21.2%;
    overflow: hidden;
    padding: 1%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #eee;
    transition: all .35s;
}

#search &gt; .list &gt; ul &gt; li:nth-of-type(4n) {
    margin-right: 0 !important;
}

#search &gt; .list &gt; ul &gt; li &gt; a {
    display: block;
}

#search &gt; .list &gt; ul &gt; li &gt; a .img {
    text-align: center;
    transition: all .35s;
}

#search &gt; .list &gt; ul &gt; li &gt; a .img &gt; img {
    width: 100%;
    height: auto;
}

#search &gt; .list &gt; ul &gt; li &gt; a .tit {
    padding: 0 50px;
    text-align: left;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#search &gt; .list &gt; ul &gt; li &gt; a .more {
    padding: 10px 50px 20px 50px;
    color: #c40000;
    font-size: 14px;
}

#search &gt; .list &gt; ul &gt; li &gt; a .more &gt; img {
    display: inline-block;
    margin-left: 6px;
    height: 18px;
    width: auto;
    transition: all .35s;
}

#search &gt; .list &gt; ul &gt; li &gt; a:hover .more &gt; img {
    padding-left: 4px;
}

#search &gt; .list &gt; ul &gt; li &gt; a:hover .img {
    transform: translateY(-6px)
}

#search &gt; .list &gt; ul &gt; li:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

#search &gt; .loadmore {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

#search &gt; .loadmore &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#search &gt; .loadmore &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#solution {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#solution &gt; .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#solution &gt; .container &gt; .item {
    position: absolute;
    z-index: 96;
}

#solution &gt; .container &gt; .item &gt; a {
    display: block;
    position: relative;
}

#solution &gt; .container &gt; .item &gt; a .con {
    position: relative;
    display: inline-block;
    background: #c40000;
    padding: 10px 25px;
    border-radius: 5px;
    animation: fadeInUp .5s;
    animation-timing-function: ease-in;
    transition: all .35s;
}

#solution &gt; .container &gt; .item &gt; a .con:after {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #c40000;
    content: '';
    transition: all .35s;
}

#solution &gt; .container &gt; .item &gt; a .con &gt; .icon {
    display: none;
}

#solution &gt; .container &gt; .item &gt; a .con &gt; .tit {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#solution &gt; .container &gt; .item &gt; a .spot {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: -25px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background: #c40000;
    border-radius: 10px;
    animation: scaled-rect 1s infinite;
    animation-timing-function: ease-in-out;
}

#solution &gt; .container &gt; .item &gt; a .spot:before {
    content: "";
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    box-shadow: 0 0 6px 1px #ce1b2e;
    transform: scale(0);
    opacity: 1;
    will-change: transform, opacity;
}

#solution &gt; .container &gt; .item &gt; a:hover .con {
    background: #444;
}

#solution &gt; .container &gt; .item &gt; a:hover .con:after {
    border-top: 6px solid #444;
}

#solution &gt; .container &gt; .item &gt; a:hover .spot:before {
    animation: out-circle 1s infinite;
    animation-timing-function: ease-in;
}

#solution &gt; .container &gt; .city {
    text-align: left;
    margin: 0 auto;
}

#solution &gt; .container &gt; .city &gt; img {
    width: 100%;
    height: auto;
}

#solution &gt; .container &gt; .loc1 {
    left: 8%;
    top: 13%;
}

#solution &gt; .container &gt; .loc2 {
    left: 53%;
    top: 20%;
}

#solution &gt; .container &gt; .loc2 &gt; a .con {
    animation-duration: .8s;
}

#solution &gt; .container &gt; .loc3 {
    left: 30%;
    top: 40%;
}

#solution &gt; .container &gt; .loc3 &gt; a .con {
    animation-duration: 1s;
}

#solution &gt; .container &gt; .loc4 {
    left: 24%;
    top: 65%;
}

#solution &gt; .container &gt; .loc4 &gt; a .con {
    animation-duration: 1.2s;
}

#solution &gt; .container &gt; .loc5 {
    left: 46%;
    bottom: 28%;
}

#solution &gt; .container &gt; .loc5 &gt; a .con {
    animation-duration: 1.5s;
}

#solution &gt; .container &gt; .loc6 {
    left: 42%;
    top: 33%;
}

#solution &gt; .container &gt; .loc6 &gt; a .con {
    animation-duration: .6s;
}

#solution &gt; .container &gt; .loc7 {
    left: 15%;
    top: 56%;
}

#solution &gt; .container &gt; .loc7 &gt; a .con {
    animation-duration: .7s;
}

#solution &gt; .container &gt; .loc8 {
    left: 38%;
    top: 78%;
}

#solution &gt; .container &gt; .loc8 &gt; a .con {
    animation-duration: 1s;
}

#solution &gt; .container &gt; .loc9 {
    left: 66%;
    bottom: 56%;
}

#solution &gt; .container &gt; .loc9 &gt; a .con {
    animation-duration: 1.2s;
}

#solution &gt; .container &gt; .loc10 {
    left: 45%;
    bottom: 50%;
}

#solution &gt; .container &gt; .loc10 &gt; a .con {
    animation-duration: 1.1s;
}

#solution &gt; .view {
    position: relative;
    width: 90%;
    max-width: 1360px;
    padding-top: 50px;
    margin: 0 auto;
}

#solution &gt; .view &gt; .nav {
    position: relative;
    z-index: 99;
    top: 0;
    padding-top: 50px;
    width: 160px;
    text-align: right;
}

#solution &gt; .view &gt; .nav &gt; ul {
    display: block;
    margin: 0 auto;
}

#solution &gt; .view &gt; .nav &gt; ul &gt; li {
    display: block;
    font-size: 16px;
}

#solution &gt; .view &gt; .nav &gt; ul &gt; li a {
    display: block;
    padding: 10px;
}

#solution &gt; .view &gt; .nav &gt; ul &gt; li.A {
    background: #c40000;
}

#solution &gt; .view &gt; .nav &gt; ul &gt; li.A a {
    color: #fff;
}

#solution &gt; .view &gt; .container {
    width: 84.8%;
    text-align: left;
    border-left: 1px solid #eee;
}

#solution &gt; .view &gt; .container .title {
    font-size: 30px;
    color: #c40000;
}

#solution &gt; .view &gt; .container .content {
    margin: 0 auto;
    padding: 50px 0;
}

#solution &gt; .view &gt; .container &gt; .plan {
    padding-left: 5%;
}

#solution &gt; .view &gt; .container &gt; .plan .tag {
    margin-bottom: 30px;
}

#solution &gt; .view &gt; .container &gt; .plan .tag &gt; .tit {
    position: relative;
    font-size: 18px;
    color: #444;
    background: #f9f9f9;
    padding: 15px 30px;
}

#solution &gt; .view &gt; .container &gt; .plan .tag &gt; .tit:after {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #c40000;
    border-right: 25px solid transparent;
    content: '';
}

#solution &gt; .view &gt; .container &gt; .plan .tag &gt; .con {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#solution &gt; .view &gt; .container &gt; .plan .tag &gt; .con img {
    max-width: 100%;
    height: auto;
}

#solution &gt; .view &gt; .container &gt; .related {
    padding: 5% 0 0 5%;
    border-top: 1px solid #eee;
}

#solution &gt; .view &gt; .container &gt; .related .swiper-slide {
    border-right: 1px dashed #eee;
}

#solution &gt; .view &gt; .container &gt; .related .swiper-pagination {
    position: relative !important;
    padding: 20px 0;
}

#solution &gt; .view &gt; .container &gt; .related .swiper-container-horizontal &gt; .swiper-pagination-bullets, #solution &gt; .view &gt; .container &gt; .related .swiper-pagination-custom, #solution &gt; .view &gt; .container &gt; .related .swiper-pagination-fraction {
    bottom: 0px !important;
}

#solution &gt; .view &gt; .container &gt; .related .swiper-pagination-bullet-active {
    background: #c40000 !important;
}

#solution &gt; .view &gt; .container &gt; .related .img {
    padding: 50px;
    text-align: center;
}

#solution &gt; .view &gt; .container &gt; .related .img &gt; img {
    width: 100%;
    height: auto;
}

#solution &gt; .view &gt; .container &gt; .related .tit {
    padding: 0 50px;
    text-align: left;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#solution &gt; .view &gt; .container &gt; .related .more {
    padding: 10px 50px;
    color: #c40000;
    font-size: 14px;
}

#solution &gt; .view &gt; .container &gt; .related .more &gt; img {
    display: inline-block;
    margin-left: 6px;
    height: 12px;
    width: auto;
    transition: all .35s;
}

#solution &gt; .view &gt; .container &gt; .related a:hover .more &gt; img {
    padding-left: 10px;
}

#solution &gt; .gotop {
    display: none;
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 10%;
}

#solution &gt; .gotop &gt; a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    border-radius: 100%;
    transition: all .35s;
}

#solution &gt; .gotop &gt; a &gt; img {
    height: 35px;
    width: auto;
}

#solution &gt; .gotop &gt; a:hover {
    background: rgba(208, 0, 28, 1);
}

#rd {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

#rd &gt; .item {
    text-align: left;
    padding-bottom: 30px;
}

#rd &gt; .item &gt; .tit {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

#rd &gt; .item &gt; .con {
    padding: 20px 0;
}

#rd &gt; .item &gt; .con .txt {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #444;
}

#rd &gt; .item &gt; .con .txt &gt; p {
    margin-bottom: 20px;
}

#rd &gt; .item &gt; .con .txt img {
    max-width: 100%;
    height: auto;
}

#production {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 50px 0;
}

#production &gt; .list {
    margin: 0 auto;
}

#production &gt; .list &gt; ul {
    margin: 0 auto;
}

#production &gt; .list &gt; ul &gt; li {
    position: relative;
    display: block;
    float: left;
    width: 21.2%;
    overflow: hidden;
    padding: 1%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #eee;
    text-align: center;
}

#production &gt; .list &gt; ul &gt; li:nth-of-type(4n) {
    margin-right: 0 !important;
}

#production &gt; .list &gt; ul &gt; li &gt; a &gt; .img {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#production &gt; .list &gt; ul &gt; li &gt; a &gt; .img &gt; img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

#production &gt; .list &gt; ul &gt; li &gt; a &gt; .tit {
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .35s;
}

#production &gt; .list &gt; ul &gt; li &gt; a:hover .img &gt; img {
    transform: scale(1.1);
}

#production &gt; .loadmore {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

#production &gt; .loadmore &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#production &gt; .loadmore &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#quality {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 50px 0;
}

#quality &gt; .txt {
    display: block;
    font-size: 18px;
    color: #444;
}

#quality &gt; .con {
    margin: 0 auto;
    padding: 50px 0;
}

#quality &gt; .con &gt; .item {
    float: left;
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
    background: #eee;
    transition: all .35s;
}

#quality &gt; .con &gt; .item:nth-child(3n) {
    margin-right: 0 !important;
}

#quality &gt; .con &gt; .item .icon {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

#quality &gt; .con &gt; .item .icon &gt; img {
    width: 90px;
    height: auto;
    transition: all .35s;
}

#quality &gt; .con &gt; .item .img {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#quality &gt; .con &gt; .item .img &gt; img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

#quality &gt; .con &gt; .item .txt {
    min-height: 140px;
    padding: 20px 50px;
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 25px;
}

#quality &gt; .con &gt; .item:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

#quality &gt; .con &gt; .item:hover .icon &gt; img {
    transform: scale(1.3) rotateY(360deg);
}

#aftersale {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 0;
}

#aftersale &gt; .container {
    width: 52%;
}

#aftersale &gt; .container &gt; .tag {
    padding-bottom: 20px;
}

#aftersale &gt; .container &gt; .tag &gt; .tit {
    padding: 10px 0;
}

#aftersale &gt; .container &gt; .tag &gt; .tit &gt; h3 {
    display: inline-block;
    background: #c40000;
    color: #fff;
    padding: 8px 25px;
}

#aftersale &gt; .container &gt; .tag &gt; .txt {
    text-align: left;
    font-size: 16px;
    color: #555;
    line-height: 25px;
}

#aftersale &gt; .container &gt; .tag &gt; .txt &gt; p {
    margin-bottom: 20px;
}

#aftersale &gt; .container &gt; .tag &gt; .txt &gt; p &gt; strong {
    font-size: 20px;
    font-family: Arial;
    color: #c40000;
}

#aftersale &gt; .container &gt; .slogan {
    padding: 40px 0;
    font-size: 20px;
    color: #c40000;
    font-weight: bold;
    font-family: 微软雅黑;
}

#aftersale &gt; .img {
    width: 48%;
    text-align: right;
}

#aftersale &gt; .img &gt; img {
    width: 100%;
    height: auto;
}

#service {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 0;
}

#service &gt; .contact {
    position: relative;
    z-index: 3;
    top: -360px;
    left: -11%;
}

#service &gt; .contact &gt; .subtit {
    font-size: 14px;
    color: #555;
    line-height: 40px;
}

#service &gt; .contact &gt; .tit {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 11px;
}

#service &gt; .contact &gt; .con .txt {
    display: block;
    line-height: 27px;
    font-size: 15px;
    color: #666;
}

#service &gt; .contact &gt; .con .txt &gt; .tips {
    position: relative;
    display: inline-block;
    zoom: 1;
    clear: both;
}

#service &gt; .contact &gt; .con .txt &gt; .tips &gt; .tip_tit {
    display: inline-block;
    float: left;
    color: #999;
    padding: 0 10px;
}

#service &gt; .contact &gt; .con .txt &gt; .tips &gt; .tip_con {
    position: relative;
    display: inline-block;
}

#service &gt; .contact &gt; .con .txt &gt; .tips &gt; .tip_con &gt; i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/icon-tip.png") no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

#service &gt; .contact &gt; .con .txt &gt; .tips &gt; .tip_con &gt; span {
    display: none;
    position: absolute;
    z-index: 4;
    left: 30px;
    top: -30px;
    min-width: 140px;
    width: auto;
    background: #c40000;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

#service &gt; .contact &gt; .con .txt &gt; .tips &gt; .tip_con &gt; span:after {
    position: absolute;
    z-index: 8;
    left: -8px;
    top: 32px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #c40000;
    content: '';
}

#service &gt; .contact &gt; .con .txt &gt; .tips &gt; .tip_con &gt; span &gt; img {
    width: 100%;
    height: auto;
}

#service &gt; .feedback {
    margin-top: -200px;
    margin-bottom: 50px;
    border: 1px solid #eee;
}

#service &gt; .feedback .tagnav {
    margin: 0 auto;
}

#service &gt; .feedback .tagnav &gt; .mob_select {
    display: none;
}

#service &gt; .feedback .tagnav &gt; .nav {
    padding: 0;
    margin: 0 auto;
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a {
    position: relative;
    display: block;
    float: left;
    width: 16.66%;
    color: #fff;
    background: #c40000;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: .3;
    background: #fff;
    content: '';
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a:first-child:after {
    width: 0;
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a &gt; i {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin: 0 auto;
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a &gt; i &gt; img {
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a &gt; span {
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a.A {
    background: #fff;
    color: #c40000;
}

#service &gt; .feedback .tagnav &gt; .nav &gt; a.A &gt; i &gt; img {
    top: -64px;
}

#service &gt; .feedback .tagcon {
    display: none;
    padding: 50px;
}

#service &gt; .feedback .tagcon &gt; .text {
    color: #666;
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 20px;
}

#service &gt; .feedback .tagcon &gt; .text h3 {
    display: block;
    font-weight: bold;
}

#service &gt; .feedback .tagcon &gt; .badging {
    color: #666;
    font-size: 15px;
    line-height: 34px;
    text-align: right;
}

#service &gt; .feedback .tagcon &gt; .title {
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

#service &gt; .feedback .tagcon &gt; .form {
    padding: 0;
    margin: 0 auto;
}

#service &gt; .feedback .tagcon &gt; .form .w50 {
    float: left;
    width: 40%;
    margin-right: 10%;
}

#service &gt; .feedback .tagcon &gt; .form .w50:nth-child(even) {
    float: right;
}

#service &gt; .feedback .tagcon &gt; .form .w100 {
    float: none !important;
    width: 90%;
    margin-right: 10%;
    clear: both;
}

#service &gt; .feedback .tagcon &gt; .form .item {
    position: relative;
    padding: 10px 0 10px 130px;
    box-sizing: border-box;
    text-align: left;
}

#service &gt; .feedback .tagcon &gt; .form .item &gt; .tit {
    display: block;
    margin-left: -130px;
    float: left;
    width: 130px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
}

#service &gt; .feedback .tagcon &gt; .form .item &gt; .tit .ast {
    display: inline-block;
    float: left;
    width: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #c40000;
}

#service &gt; .feedback .tagcon &gt; .form .item &gt; .inputtext {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

#service &gt; .feedback .tagcon &gt; .form .item &gt; .textareatext {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding: 10px;
    line-height: 30px;
    font-size: 15px;
}

#service &gt; .feedback .tagcon &gt; .form .item .select {
    position: relative;
    margin: 0 auto;
}

#service &gt; .feedback .tagcon &gt; .form .item .select &gt; .in {
    position: relative;
    display: block;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #c40000;
    background: #c40000;
    font-size: 15px;
    color: #fff;
}

#service &gt; .feedback .tagcon &gt; .form .item .select &gt; .in:after {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../images/icon-arrow-down-white.png") no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    content: '';
    transition: all .35s;
}

#service &gt; .feedback .tagcon &gt; .form .item .select &gt; .active:after {
    transform: rotate(180deg)
}

#service &gt; .feedback .tagcon &gt; .form .item .select &gt; .con {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 36px;
    padding: 5px 0;
    width: 100%;
    max-height: 170px;
    overflow-y: auto;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
}

#service &gt; .feedback .tagcon &gt; .form .item .select &gt; .con &gt; a {
    display: block;
    padding: 10px;
    color: #666;
    font-size: 14px;
    transition: all .35s;
}

#service &gt; .feedback .tagcon &gt; .form .item .select &gt; .con &gt; a:hover {
    background: #f7f7f7;
}

#service &gt; .feedback .tagcon &gt; .form .code .inputtext {
    width: 50%;
}

#service &gt; .feedback .tagcon &gt; .form .code .chk {
    position: relative;
    top: 6px;
    margin-left: 10px;
}

#service &gt; .feedback .tagcon &gt; .form .btn {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

#service &gt; .feedback .tagcon &gt; .form .btn &gt; input {
    position: relative;
    display: inline-block;
    background: #c40000;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 40px;
    font-size: 14px;
    color: #fff;
    transition: all .35s;
}

#network {
    padding-top: 110px;
}

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

#network .dealer {
    position: absolute;
    z-index: 999;
    top: 200px;
    right: 6%;
    width: 310px;
    height: 70%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

#network .dealer &gt; .title {
    text-align: left;
    background: #c40000;
}

#network .dealer &gt; .search {
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #e8e8e8;
}

#network .dealer &gt; .search &gt; input {
    display: block;
    padding: 4%;
    width: 100%;
    color: #666;
    box-sizing: border-box;
    background: #fff url("../images/icon-go-grey.png") no-repeat;
    background-size: 20px auto;
    background-position: 96% 50%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#network .dealer &gt; .search &gt; input::-webkit-input-placeholder {
    color: #ccc;
}

#network .dealer &gt; .list {
    position: relative;
    left: 0;
    height: 74%;
}

#network .dealer &gt; .list &gt; ul {
    margin: 0 auto;
}

#network .dealer &gt; .list &gt; ul &gt; li {
    position: relative;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    transition: all .35s;
}

#network .dealer &gt; .list &gt; ul &gt; li:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #c40000;
    opacity: 0;
    content: '';
    transition: all .35s;
}

#network .dealer &gt; .list &gt; ul &gt; li &gt; .tit {
    color: #333;
    font-size: 16px;
}

#network .dealer &gt; .list &gt; ul &gt; li &gt; .txt {
    padding: 5px 0;
    text-align: left;
}

#network .dealer &gt; .list &gt; ul &gt; li &gt; .txt &gt; p {
    font-size: 14px;
    color: #666;
}

#network .dealer &gt; .list &gt; ul &gt; li:hover:after {
    width: 100%;
    opacity: 1;
}

#network .dealer &gt; .list &gt; ul &gt; li:hover .tit, #network .dealer &gt; .list &gt; ul &gt; li:hover .txt &gt; p {
    color: #c40000;
}

#network .info {
    border: solid 1px silver;
    padding: 18px 20px;
    background: #FFF;
}

#network div.info-top {
    position: relative;
    background: none repeat scroll 0 0;
}

#network div.info-top div {
    display: inline-block;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 10px 0;
}

#network div.info-top img {
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: 0.35s;
}

#network div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

#network div.info-top-tit {
    position: relative;
    background: none repeat scroll 0 0;
    border-bottom: 2px solid #555;
    text-align: left;
}

#network div.info-top-tit div {
    display: inline-block;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 10px 0;
    text-align: left;
}

#network div.info-top-tit img {
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: 0.35s;
}

#network div.info-top-tit img:hover {
    box-shadow: 0px 0px 5px #000;
}

#network div.info-middle {
    font-size: 13px;
    padding: 10px 0;
    line-height: 20px;
    color: #333;
    text-align: left
}

#network div.info-middle &gt; .info-img {
    width: 20%;
    float: left;
}

#network div.info-middle &gt; .info-img img {
    width: 100%;
    height: auto;
}

#network div.info-middle &gt; .info-text {
    float: right;
    text-align: left;
    width: 75%;
}

#network div.info-middle &gt; .info-text .tel {
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #d82128;
    padding: 0;
    margin: 0;
}

#network div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

#network div.info-bottom img {
    position: relative;
    z-index: 104;
    margin-top: 18px;
}

#agent {
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}

#agent &gt; .step1 &gt; .img {
    width: 40%;
    text-align: left;
}

#agent &gt; .step1 &gt; .img &gt; img {
    width: 100%;
    height: auto;
}

#agent &gt; .step1 &gt; .container {
    width: 45%;
    padding: 2% 10% 2% 5%;
    text-align: left;
}

#agent &gt; .step1 .item {
    margin-bottom: 40px;
}

#agent &gt; .step1 .tit {
    font-size: 22px;
    color: #333;
}

#agent &gt; .step1 .tit &gt; img {
    margin-right: 10px;
    opacity: .6;
    width: 50px;
    height: auto;
}

#agent &gt; .step1 .txt {
    padding: 20px 0;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

#agent &gt; .step1 .txt &gt; p {
    margin-bottom: 20px;
}

#agent &gt; .step1 .txt img {
    max-width: 100%;
    height: auto;
}

#agent &gt; .step1 .url {
    padding: 30px 0;
    text-align: left;
}

#agent &gt; .step1 .url &gt; a {
    position: relative;
    display: inline-block;
    background: #c40000;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 40px;
    font-size: 14px;
    color: #fff;
    transition: all .35s;
}

#agent &gt; .step1 .url &gt; a:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    content: '';
    transition: all .35s;
}

#agent &gt; .step1 .url &gt; a:hover:after {
    width: 100%;
}

#agent &gt; .step2 {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    text-align: left;
}

#agent &gt; .step2 .tit {
    font-size: 22px;
    color: #333;
}

#agent &gt; .step2 .tit &gt; img {
    margin-right: 10px;
    opacity: .6;
    width: 50px;
    height: auto;
}

#agent &gt; .step2 .tag {
    margin: 0 auto;
    padding: 20px 0;
}

#agent &gt; .step2 .tag &gt; .tagtit {
    text-align: left;
}

#agent &gt; .step2 .tag &gt; .tagtit &gt; a {
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 20px 0;
    font-size: 16px;
    background: #fff;
    margin-left: -1px;
    border: 1px solid #eee;
    text-align: center;
    transition: all .35s;
}

#agent &gt; .step2 .tag &gt; .tagtit &gt; a.A {
    background: #d82128;
    color: #fff;
    border: 1px solid #d82128;
}

#agent &gt; .step2 .tag &gt; .tagcon {
    display: none;
    padding: 20px 0;
    text-align: left;
}

#agent &gt; .step2 .tag &gt; .tagcon table {
    width: 100%;
    border: 1px solid #eee;
}

#agent &gt; .step2 .tag &gt; .tagcon th {
    height: 59px;
    background: #fef9fa;
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    text-align: center;
}

#agent &gt; .step2 .tag &gt; .tagcon td {
    padding: 13px 20px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}

#agent &gt; .step2 .tag &gt; .tagcon td.name {
    width: 95px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

#agent &gt; .step2 .url {
    padding-bottom: 60px;
    text-align: right;
}

#agent &gt; .step2 .url &gt; a {
    position: relative;
    display: inline-block;
    background: #c40000;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 80px;
    font-size: 14px;
    color: #fff;
    transition: all .35s;
}

#agent &gt; .step2 .url &gt; a:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    content: '';
    transition: all .35s;
}

#agent &gt; .step2 .url &gt; a:hover:after {
    width: 100%;
}

#agent &gt; .step3 {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    text-align: left;
}

#agent &gt; .step3 .tit {
    font-size: 22px;
    color: #333;
}

#agent &gt; .step3 .tit &gt; img {
    margin-right: 10px;
    opacity: .6;
    width: 50px;
    height: auto;
}

#agent &gt; .step3 .form {
    padding-top: 20px;
    margin: 0 auto;
}

#agent &gt; .step3 .item {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    margin-top: -1px;
}

#agent &gt; .step3 .item &gt; .tit {
    height: 65px;
    line-height: 65px;
    float: left;
    width: 14.8%;
    text-align: center;
    border-right: 1px solid #eee;
    background: #fef9fa;
    font-size: 14px;
}

#agent &gt; .step3 .item &gt; .sel {
    text-align: left;
    width: 83%;
    padding-left: 2%;
    background: #fff;
    float: left;
    height: 65px;
    line-height: 65px;
}

#agent &gt; .step3 .item .layui-form-radio &gt; i, #agent &gt; .step3 .item .layui-form-radio &gt; div {
    color: #999;
}

#agent &gt; .step3 .item .layui-form-radioed div {
    color: #c40000;
}

#agent &gt; .step3 .item .layui-form-radio &gt; i:hover, #agent &gt; .step3 .item .layui-form-radioed &gt; i {
    color: #c40000;
}

#agent &gt; .step3 .item a {
    display: inline-block;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}

#agent &gt; .step3 .item &gt; .inputtext {
    height: 65px;
    line-height: 65px;
    outline: none;
    border: 0 !important;
    font-family: '微软雅黑';
    padding: 0 2%;
    width: 81%;
    float: left;
}

#agent &gt; .step3 .item &gt; .inputtext::-webkit-input-placeholder {
    color: #ccc;
}

#agent &gt; .step3 .item &gt; .inputtext:hover -webkit-input-placeholder {
    display: none;
}

#agent &gt; .step3 .item .A::-webkit-input-placeholder {
    color: #d82128 !important;
}

#agent &gt; .step3 .item img {
    position: absolute;
    left: 24%;
    top: 20px;
}

#agent &gt; .step3 .btn {
    padding: 20px 0 60px 0;
    text-align: right;
}

#agent &gt; .step3 .btn &gt; #reset {
    position: relative;
    display: inline-block;
    background: #999;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 80px;
    font-size: 14px;
    color: #fff;
    transition: all .35s;
}

#agent &gt; .step3 .btn &gt; #button {
    position: relative;
    display: inline-block;
    background: #c40000;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 80px;
    font-size: 14px;
    color: #fff;
    transition: all .35s;
}

#download {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

#download &gt; .sou {
    margin: 0 auto;
    padding-bottom: 20px;
}

#download &gt; .sou &gt; .select {
    width: 49%;
    text-align: left;
}

#download &gt; .sou &gt; .select .layui-input {
    color: #666;
}

#download &gt; .sou &gt; .select .layui-this {
    background: #e3e3e3;
    color: #c40000;
}

#download &gt; .sou &gt; .search {
    width: 49%;
}

#download &gt; .sou &gt; .search &gt; form {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 38px;
}

#download &gt; .sou &gt; .search &gt; form input[type="text"] {
    outline: medium;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 75%;
    padding: 0 5%;
    border: none;
    font-size: 14px;
    background: none;
    color: #666;
    box-sizing: border-box;
    overflow: hidden;
}

#download &gt; .sou &gt; .search &gt; form input::-webkit-input-placeholder {
    color: #ccc;
}

#download &gt; .sou &gt; .search &gt; form button {
    float: right;
    width: 12%;
    height: 38px;
    margin: 1px 1px 0 0;
    border: none;
    opacity: 1;
    background: url(../images/icon-go-red.png) no-repeat center center;
    background-size: auto 25px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .35s;
}

#download &gt; .sou &gt; .search &gt; form button:hover {
    background-color: #eee;
}

#download &gt; .list {
    margin: 0 auto;
}

#download &gt; .list &gt; .item_TR {
    margin: 0 auto;
    background: #c40000;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    overflow: hidden;
}

#download &gt; .list &gt; .item_TR &gt; div {
    position: relative;
    float: left;
    width: 15%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

#download &gt; .list &gt; .item_TR &gt; div:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 40%;
    opacity: .4;
    background: #fff;
    content: '';
}

#download &gt; .list &gt; .item_TR &gt; div:first-child:after {
    opacity: 0;
}

#download &gt; .list &gt; .item_TR &gt; div.td1 {
    width: 40%;
}

#download &gt; .list &gt; ul.item_SON &gt; li {
    display: block;
    border-bottom: 1px solid #eee;
    transition: all .35s;
}

#download &gt; .list &gt; ul.item_SON div {
    float: left;
    width: 15%;
    padding: 15px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}

#download &gt; .list &gt; ul.item_SON div.td1 {
    width: 40%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#download &gt; .list &gt; ul.item_SON div &gt; a {
    display: inline-block;
    background: url("../images/icon-download.png") no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 25px;
    color: #c40000;
    transition: all .35s;
}

#download &gt; .list &gt; ul.item_SON div &gt; a:hover {
    text-decoration: underline;
}

#download &gt; .list &gt; ul.item_SON &gt; li:hover {
    background: #fef9fa;
}

#download &gt; .loadmore {
    width: 90%;
    max-width: 1360px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

#download &gt; .loadmore &gt; a {
    display: inline-block;
    padding: 10px 90px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all .35s;
}

#download &gt; .loadmore &gt; a:hover {
    background: #c40000;
    border: 1px solid #c40000;
    color: #fff;
}

#contact {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

#contact &gt; .contactus {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto 40px auto;
    padding: 30px 0;
    border: 1px solid #eee;
    border-radius: 3px;
}

#contact &gt; .contactus .tit {
    font-size: 14px;
    color: #444;
}

#contact &gt; .contactus .tel {
    padding-bottom: 10px;
    font-size: 24px;
    color: #c40000;
}

#contact &gt; .contactus .tips {
    font-size: 12px;
    color: #ccc;
}

#contact &gt; .contactus .con {
    font-size: 16px;
    color: #666;
}

#contact &gt; .contactus &gt; .hotline {
    width: 36%;
    text-align: center;
}

#contact &gt; .contactus &gt; .hotline &gt; .icon {
    text-align: center;
}

#contact &gt; .contactus &gt; .hotline &gt; .icon &gt; img {
    width: 128px;
    height: auto;
}

#contact &gt; .contactus &gt; .contact {
    width: 28.3%;
    padding: 20px 5%;
    text-align: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#contact &gt; .contactus &gt; .contact &gt; .con &gt; p {
    position: relative;
    display: block;
    padding: 8px 0 8px 38px;
}

#contact &gt; .contactus &gt; .contact &gt; .con &gt; p img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 6px;
    height: 28px;
    width: auto;
}

#contact &gt; .contactus &gt; .voice {
    width: 25%;
    padding-top: 20px;
}

#contact &gt; .contactus &gt; .voice &gt; .tit {
    width: 40%;
    text-align: center;
}

#contact &gt; .contactus &gt; .voice &gt; .con {
    width: 60%;
    color: #e7808d;
    text-align: left;
    font-size: 14px;
}

#contact &gt; .contactus &gt; .voice &gt; .con &gt; p {
    padding: 5px 0;
}

#contact &gt; .feedback {
    border-top: 1px solid #eee;
    margin: 0 auto;
    padding: 50px 0;
}

#contact &gt; .feedback &gt; .title {
    text-align: center;
    margin: 0 auto;
}

#contact &gt; .feedback &gt; .title &gt; .tit {
    font-size: 30px;
}

#contact &gt; .feedback &gt; .title &gt; .tip {
    padding: 20px 0;
    font-size: 16px;
    color: #999;
}

#contact &gt; .feedback &gt; .container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
}

#contact &gt; .feedback &gt; .container .item {
    display: block;
    padding: 12px 0;
}

#contact &gt; .feedback &gt; .container .code {
    position: relative;
}

#contact &gt; .feedback &gt; .container input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    color: #666;
    text-align: left;
}

#contact &gt; .feedback &gt; .container input::-webkit-input-placeholder {
    color: #999;
}

#contact &gt; .feedback &gt; .container textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-appearance: none;
    font-family: "微软雅黑";
    line-height: 20px;
    border: 1px solid #ccc;
    color: #666;
    text-align: left;
}

#contact &gt; .feedback &gt; .container textarea::-webkit-input-placeholder {
    color: #999;
}

#contact &gt; .feedback &gt; .container .w30 {
    width: 30%;
}

#contact &gt; .feedback &gt; .container .w50 {
    width: 48%;
}

#contact &gt; .feedback &gt; .container .w100 {
    width: 100%;
    clear: both
}

#contact &gt; .feedback &gt; .container #checkimg {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 10px;
    margin-top: -13px;
    cursor: pointer;
}

#contact &gt; .feedback &gt; .container .submit {
    float: right;
    display: inline-block;
    box-sizing: border-box;
    width: 46% !important;
    background: #c40000;
    padding: 12px 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    width: 50%;
}

#contact &gt; .feedback &gt; .container .reset {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 46% !important;
    background: #666;
    padding: 12px 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    width: 50%;
}

#contact &gt; .partner {
    margin: 0 auto;
    padding: 50px 0;
    display: none;
}

#contact &gt; .partner &gt; .title {
    text-align: center;
    margin: 0 auto;
}

#contact &gt; .partner &gt; .title &gt; .tit {
    font-size: 30px;
}

#contact &gt; .partner &gt; .container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

#contact &gt; .partner &gt; .container img {
    max-width: 100%;
    height: auto;
}

#quickmenu {
    position: fixed;
    width: 160px;
    right: 0;
    top: 40%;
    _position: absolute;
    text-align: left;
    cursor: pointer;
    z-index: 999;
}

#quickmenu a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    background: #eee;
    font-size: 15px;
    padding-right: 10px;
    width: 150px;
    overflow: hidden;
    cursor: pointer;
    right: -120px;
    font-style: normal;
}

#quickmenu a &gt; em {
    display: block;
    float: left;
    width: 40px;
    background: #c40000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    font-style: normal;
}

#quickmenu a:hover {
    text-decoration: none;
    color: #000000;
}

#quickmenu a:hover em {
    background: #333;
    font-style: normal;
}

.page {
    margin: 0 auto;
    text-align: center;
}

.page &gt; a {
    display: inline-block;
    cursor: pointer;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding: 5px 11px;
    border: 1px solid #4b4b4b;
    box-sizing: border-box;
    transition: all 0.3s;
    margin: 5px;
}

.page &gt; a:hover, .page a.jp-current, .page a.jp-current:hover {
    background: #666;
    color: #fff;
}

.page a.jp-disabled, .page a.jp-disabled:hover {
    display: none;
}

#foot {
    margin: 0 auto;
    padding: 87px 0  0px;
    background: #4d4d4d;
    transition: all .35s;
}
#foot .foot-top{
    padding-bottom: 60px;
    border-bottom: 1px solid #666666;
}
#foot .foot-top .text{
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    margin-top: 33px;
}
#foot .foot-bot{
    font-size: 14px;
    color: #ffffff;
    padding: 30px 0;
}
#foot .foot-bot .link{
    font-size: 14px;
    color: #ffffff;
}
@keyframes scaled-rect {
    0%, to {
        transform: translateZ(0) scale(1.2) rotate(0);
        -moz-transform: translateZ(0) scale(1.2) rotate(.02deg)
    }
    50% {
        transform: translateZ(0) scale(.8) rotate(0);
        -moz-transform: translateZ(0) scale(.8) rotate(.02deg)
    }
}

@keyframes out-circle {
    0% {
        transform: scale(0);
        -moz-transform: scale(0) rotate(.02deg);
        opacity: 1
    }
    70% {
        opacity: 1
    }
    to {
        transform: scale(1);
        -moz-transform: scale(1) rotate(.02deg);
        opacity: 0
    }
}

@keyframes move2 {
    0% {
        opacity: 1;
        transform: translateX(-5px);
    }
    100% {
        opacity: 0;
        transform: translateX(0px);
    }
}

@keyframes pound {
    from {
        transform: none;
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: none;
    }
}</pre></body></html>