/*

head

-----------------------------------------------------------------*/
#head {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100px;
    background: #fff;
    transition: all .35s;
}

#menu {
    display: none;
}

#headsmall {
    display: none;
}

#head .logo {
    position: absolute;
    background: #EF1A2A;
    top: 0;
    left: 90px;
    width: 145px;
    height: 140px;
    text-align: center;
    border-radius: 0px 0px 30px 0px;
    transition: all .8s;
}

#head .logo img {
    display: block;
    margin: 0px auto 10px auto;
    width: 110px;
    height: auto;
    transition: all .35s;
}

#head .logo a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
}

#head .menu {
    position: absolute;
    right: 180px;
    height: 100px;
    line-height: 120px;
    transition: all .05s;
}

#head .menu>li {
    float: left;
    position: relative;
    text-align: center;
}

#head .menu>li:after {
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    font-size: 0;
    background: #EF1A2A;
    content: '';
    display: block;
    transition: all .18s;
}

#head .menu>li.A:after {
    top: 20px;
}

#head .menu>li>a {
    display: block;
    font-size: 16px;
    color: #333;
    height: 100px;
    padding: 0px 25px;
    transition: line-height .35s, height .35s, color .25s;
}

#head .menu>li.A>a {
    color: #EF1A2A !important;
}

#head .menu>li>div {
    min-width: 160px;
    background: #EF1A2A;
    border-radius: 0px 0px 15px 0px;
    position: absolute;
    left: 0;
    top: 100px;
    display: none;
    overflow: hidden;
    transition: top .35s;
}

#head .menu>li>div.multigang {
    width: 1080px;
    height: 350px;
    background: #eee;
    margin-left: -500px;
    text-align: left;
}

#head .menu>li>div.multigang .wrap {
    width: 960px;
    margin: 55px auto 0px auto;
    transition: all .35s;
}

#head .menu>li>div.multigang .c1 {
    width: 540px;
    float: left;
}

#head .menu>li>div.multigang .c2 {
    width: 210px;
    float: left;
}

#head .menu>li>div.multigang .pcls {
    padding: 10px 0px 20px 0px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
}

#head .menu>li>div.multigang .pcls>img {
    float: left;
    height: 50px;
    width: auto;
    margin-right: 20px;
}

#head .menu>li>div.multigang .pcls>.text {
    float: left;
    height: 50px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
}

#head .menu>li>div.multigang .pcls>.text strong {
    display: block;
    padding: 5px 0px;
    font-size: 20px;
    color: #EF1A2A;
    font-weight: normal;
}

#head .menu>li>div.multigang .plist {
    margin: 0px auto;
    line-height: 20px;
}

#head .menu>li>div.multigang .plist>li {
    display: block;
    float: left;
    width: 16.66%;
}

#head .menu>li>div.multigang .plist>li a {
    display: block;
    padding: 2px 5px;
    font-size: 13px;
    transition: all .35s;
}

#head .menu>li>div.multigang .plist>li a.model {
    background: #EF1A2A;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 5px;
}

#head .menu>li>div.multigang .c2 .plist>li {
    width: 50%;
}

#head .menu>li>div.multigang .c2 .plist>li a.model {
    background: #666 !important;
    color: #666;
}

#head .menu>li>div.multigang .c3 .plist>li {
    width: 20%;
}

#head .menu>li>div.multigang .c3 .plist>li a.model {
    background: #999 !important;
    color: #999;
}

#head .menu>li>div.multigang .plist>li:hover .model {
    background: #e34558;
}

#head .menu>li>div>a {
    display: block;
    height: 45px;
    line-height: 44px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8);
    padding: 0 20px 0 40px;
    font-size: 13px;
    transition: all .35s;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

#head .menu>li>div>a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/arrow.png?6) no-repeat center center;
    left: 25px;
    top: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .5s;
}

#head .menu>li>div>a:last-child {
    border-bottom: 0px none;
}

#head .menu>li>div>a:hover {
    background: #666;
    color: rgba(255, 255, 255, 1);
}

#head .menu>li>div>a:hover:after {
    left: 10px;
    filter: alpha(opacity=60);
    opacity: .6;
}

#head .menu>li>div>a:last-child:hover {
    border-bottom: 0px none;
}

#head .language {
    position: absolute;
    line-height: 120px;
    right: 90px;
    top: 0;
    transition: all .35s;
    font-size: 14px;
}

#head .language a {
    display: inline-block;
    background: #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
}

#head .language a:hover {
    color: #EF1A2A;
}

#head .language .A {
    background: #EF1A2A;
    color: #fff !important;
}

#head.small {
    height: 80px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}

#head.small .logo {
    background: none;
    min-width: 200px;
    line-height: 80px;
    font-size: 14px !important;
}

#head.small .logo img {
    display: inline-block;
    margin: 0px 10px 0px auto;
    width: 120px;
}

#head.small .logo a {
    display: inline-block;
    font-size: 16px;
    padding-top: 0px;
    color: #EF1A2A;
}

#head.small .menu {
    height: 80px;
    line-height: 80px;
}

#head.small .menu>li.A:after {
    top: 0px;
}

#head.small .menu>li>a {
    height: 80px;
}

#head.small .menu>li>div {
    top: 80px;
}

#head.small .language {
    line-height: 80px;
}



/* end*/
/*

banner

-----------------------------------------------------------------*/

#banner {
    position: relative;
    background: #eee;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
    transition: all .35s;
}

#banner .borderimg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
    z-index: 1000;
}

#banner .borderimg img {
    width: 100%;
    height: auto;
    display: block;
}

#banner.small {
    padding-top: 80px;
}

#banner .swiper-container {
    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-slide img.small {
    display: none;
}

#banner .mc-box {
    position: absolute;
    z-index: 999;
    width: 700px;
    height: 380px;
    margin-top: 50px;
    text-align: left;
}

#banner .ml240 {
    margin-left: 240px;
}

#banner .ml50 {
    margin-left: -240px;
}

#banner .mc-box .t-name {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
    color: #009b4c;
    opacity: .8;
}

#banner .mc-box .t-ad {
    display: block;
    padding: 5px 0px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009b4c;
}

#banner .mc-box .t-view {
    padding: 20px 0px;
}

#banner .mc-box .t-view a {
    display: inline-block;
    padding: 13px 25px;
    background: rgba(255, 255, 255, .5);
    border: 2px solid rgba(255, 255, 255, .3);
    color: #009b4c;
    font-size: 14px;
    font-style: italic;
    transform: skew(-10deg);
    transition: all .35s;
}

#banner .mc-box .t-view a:hover {
    border: 2px solid #009b4c;
    background: none;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

#banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 1;
    transition: all .2s;
}

#banner .swiper-pagination-bullet:hover {
    opacity: .5;
}

#banner .swiper-pagination-bullet-active {
    background: #4db23f;
    opacity: 1 !important;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    transition: all .2s;
}

#banner .swiper-button-prev,
#banner .swiper-container-rtl .swiper-button-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAx0lEQVRoge3aMQrCQBRF0Y+4DxuX4VKzB7fgCrKBVDa2dilzLaKFiYIzIP85vlMGAu9CijBJhBCgYzYCh+w9VYCeZ33J/dtvDSsBDBGxX1w+Z2ypBgysDdm7ijhChSNUOEKFI1Q4QsWbiKKXwFTADri+iOiyt33sHjE6IpsjVDhChSOUsD6ykYnYZA9I0cyjFeEYXY5R5RhVLcZcmoiJaOQE5cExqhyjyjGqHKPKMar+IeaYvasKcFqE/M4XriXmH88mKn48uwHHhY37FtUzgAAAAABJRU5ErkJggg==');
}

#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAvklEQVRoge3aMQrCQBCF4cWLeAZ7j5o7eAVPkAuksrG1S+mfQkSM2WJEnLfL+7pAAvNDijDZUgKAIzDzMESelQKMvBuzZ3raBe+/rK4PwPSrYf4KmPjkmHSOUeUYVY5R5RhVvcWsPzKbjhk2Ym7APnu2sErM7JhsjlHlGFWOUVWJCa2aousgq+ni1XKECkeocISKniOurUW0v0lxhApHqHCECkeocISKXiJOzUeUsvkH6pw901d4HTy7I3bwbAFEQY4GwbRw2gAAAABJRU5ErkJggg==');
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
    opacity: .6;
}

#banner>.bg,
#b-sub>.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 2;
    display: none;
}



/* end*/
/*

main

-----------------------------------------------------------------*/

#main {
    width: 100%;
    margin: 0px auto;
}

#main .catalog {
    display: none;
}

#main .navigation {
    display: none;
}

#main .title {
    margin: 0px auto;
    text-align: center;
}

#main .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    font-family: Arial;
    font-weight: normal;
    padding: 5px 0px;
}

#main .title h2:after {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -25px;
    width: 50px;
    height: 50px;
    margin-left: -20px;
    background: url("../images/icon-dec-red.png") no-repeat;
    background-position: top center;
    overflow: hidden;
    content: '';
    transition: all .35s;
}

#main .title h3 {
    display: block;
    font-size: 24px;
    font-weight: normal;
}

#main .advantage {
    width: 100%;
    margin: 0px auto;
    padding: 70px 0px;
    background: #fff;
}

#main .advantage .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 70px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px !important;
}

#main .advantage .wrap li {
    display: block;
    width: 25%;
    padding: 25px 0px;
    text-align: center;
    background: url("../images/advantage-bar.png") repeat-y;
    background-position: top right;
}

#main .advantage .wrap li:last-of-type {
    background: none !important;
}

#main .advantage .wrap li .icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0px auto;
}

#main .advantage .wrap li .icon img {
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */

    font-size: 14px !important;
}

#main .advantage .wrap li .icon .fd {
    position: absolute;
    left: 0;
    top: 0;
    
}

#main .advantage .wrap li .text {
    width: 55%;
    margin: 0px auto;
}

#main .advantage .wrap li .text h3 {
    display: block;
    padding: 25px 0px;
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

#main .advantage .wrap li .text span {
    color: #999;
    line-height: 21px;
    font-size: 12px;
}

#main .advantage .wrap li:hover .fd {
    transform: scale(1.2);
    opacity: 0;
}


#main .product {
    width: 100%;
    margin: 0px auto;
    padding: 70px 0px;
    background: #fff url("../images/product-bg.jpg") no-repeat;
    background-position: left top;
}

#main .product .title {
    color: #fff;
}

#main .product .title h2:after {
    background: url("../images/icon-dec.png") no-repeat;
}

#main .product .box-wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 70px 0px;
}

#main .product .box-wrap .button-next {
    position: absolute;
    z-index: 999;
    right: -60px;
    top: 45%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url("../images/icon-page-next.png") no-repeat;
    background-position: 0px 0px;
    background-size: 40px 80px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 100%;
    text-align: center;
    transition: all .35s;
}

#main .product .box-wrap .button-prev {
    position: absolute;
    z-index: 999;
    left: -60px;
    top: 45%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url("../images/icon-page-prev.png") no-repeat;
    background-position: 0px 0px;
    background-size: 40px 80px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 100%;
    text-align: center;
    transition: all .35s;
}

#main .product .box-wrap .button-prev:hover {
    left: -70px;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .8);
}

#main .product .box-wrap .button-next:hover {
    right: -70px;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .8);
}

#main .product .box-wrap .swiper-container {
    width: 100%;
    margin: 0px auto;
}

#main .product .box-wrap .swiper-slide {
    float: left;
    width: 24%;
    height: 380px;
}

#main .product .box-wrap a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url("../images/product-img-bg.jpg") no-repeat top center;
    overflow: hidden;
    transition: all .5s;
}

#main .product .box-wrap a:last-of-type {
    margin: 0px !important;
}

#main .product .box-wrap a .img {
    position: relative;
    width: 100%;
    height: 310px;
    line-height: 310px;
    text-align: center;
}

#main .product .box-wrap a .img img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

#main .product .box-wrap a .img:after {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -25px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #ececec url("../images/icon-plus-red.png") no-repeat;
    background-position: center center;
    border-radius: 100%;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    content: '';
    transition: all .35s;
}

#main .product .box-wrap a .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ececec;
    height: 70px;
    margin: 0px auto;
    transition: all .35s;
}

#main .product .box-wrap a .name h3 {
    position: relative;
    z-index: 999;
    height: 70px;
    line-height: 70px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    transition: all .35s;
    text-align: center;
}

#main .product .box-wrap a .name h4 {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    transition: all .35s;
}

#main .product .box-wrap a:hover .name {
    background: #EF1A2A;
}

#main .product .box-wrap a:hover .name h3 {
    color: #fff;
    line-height: 50px;
}

#main .product .box-wrap a:hover .name h4 {
    bottom: 15px;
}

#main .product .box-wrap a:hover .img:after {
    background: #EF1A2A url("../images/icon-plus.png") no-repeat;
    background-position: center center;
}

#main .product .box-wrap a:hover {
    transform: translate(0, -10px);
}
#main .producttj_wrap{
    position: relative;
    width: 100%;
}
#main .producttjwrap{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    padding-bottom:100px;
    padding-top: 50px;
}
#main .producttj {
    width:20%;
    padding: 20px 0;
}
#main .producttj:nth-child(3n) {
    margin-right: 0;
}
#main .producttj>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    transition: all .35s;
}

#main .producttj>a>.img {
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: all .35s;
}

#main .producttj>a>.img>img {
    width: 100%;
    height: auto;
}

#main .producttj>a>.tit {
    position: relative;
    width: 98%;
    margin: 20px auto;
    border-radius: 0 30px 0 0;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
    transition: all .35s;
}

#main .producttj>a>.tit:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #EF1A2A;
    content: '';
    transition: all .35s;
}

#main .producttj>a>.tit>span {
    position: relative;
    z-index: 9;
    transition: all .35s;
}

#main .producttj>a:hover .tit>span {
    color: #fff;
}

#main .producttj>a:hover .img {
    transform: scale(1.1) translateY(-10px);
}

#main .producttj>a:hover .tit:after {
    opacity: 1;
    left: 0;
}

#main .news {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 70px 0px;
    background: #fff;
}

#main .news .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 70px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#main .news .img {
    width: 580px;
    text-align: left;
    font-size: 14px !important;

}

#main .news .img a {
    font-size: 14px !important;
}

#main .news .container {
    width: 580px;
    text-align: left;
}

#main .news .container a {
    display: block;
    padding: 26px 0px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}

#main .news .container a:hover {
    color: #EF1A2A;
}

#main .news .container a img {
    width: auto;
    height: 23px;
    margin: 0px 5px;
}

#main .news .container a span {
    float: right;
    color: #EF1A2A;
    font-size: 13px;
}




/* end*/

/*

foot

-----------------------------------------------------------------*/
#foot {
    width: 100%;
    margin: 0px auto;
    background: #e5e6e9;
    font-size: 14px !important;
}

#foot .contact {
    width: 100%;
    margin: 0px auto;
    background: #EF1A2A url("../images/contact-bg.jpg") no-repeat;
    background-size: 100% 100%;
}

#foot .contact .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 70px 0px;
}

#foot .contact .wrap div {
    display: inline-block;
    width: 32%;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

#foot .contact .wrap div img {
    margin: 0px 10px;
}

#foot .contact .wrap div:last-of-type {
    border: 0px !important;
}

#foot .wrap {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    padding: 65px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#foot .navigation {
    width: 580px;
    overflow: hidden;
}

#foot .navigation a {
    font-size: 16px;
    float: left;
    text-align: center;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #c8c8c8;
}

#foot .share {
    width: 200px;
    padding-left: 50px;
    text-align: left;
}

#foot .share h3 {
    display: block;
    padding: 5px 0px 10px 0px;
    color: #EF1A2A;
    font-size: 16px;
    font-weight: normal;
}

#foot .share .bshare-custom a {
    display: inline-block;
    padding: 0px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #EF1A2A;
    border-radius: 100%;
    transition: all .35s;
}

#foot .bshare-custom .twitter {
    background: url("../images/twitter44.png") no-repeat;
    background-size: 18px auto;
    background-position: center center;
}
#foot .bshare-custom .bshare-sinaminiblog {
    background: url("../images/icon-weibo.png") no-repeat;
    background-size: 18px auto;
    background-position: center center;
}

#foot .bshare-custom .bshare-qqim {
    background: url("../images/icon-qq.png") no-repeat;
    background-size: 18px auto;
    background-position: center center;
}

#foot .bshare-custom .bshare-weixin {
    background: url("../images/icon-wechat.png") no-repeat;
    background-size: 18px auto;
    background-position: center center;
}

#foot .bshare-more {
    display: none !important;
}

#foot .qrcode {
    position: absolute;
    right: 0;
    top: 35px;
    text-align: right;
}

#foot .qrcode p {
    display: inline-block;
    text-align: center;
    color: #888;
    font-size: 12px;
}

#foot .qrcode img {
    display: block;
    width: 120px;
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 2px;
}

#foot .copyright {
    width: 100%;
    margin: 0px auto;
    border-top: 1px solid #c8c8c8;
    padding: 20px 0px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

#foot .copyright a {
    display: inline-block;
    margin-left: 15px;
    color: #888;
}

#foot .copyright a:hover {
    color: #EF1A2A;
}


/* end*/
@media screen and (max-width: 1200px) {
    #head .menu>li>a {
        padding: 0 15px;
    }
}

@media screen and (max-width: 750px) {
    #main .producttj_wrap{
        display: none;
    }
    #head {
        display: none;
    }

    #headsmall.small {
        height: 40px;
    }

    #headsmall {
        display: block;
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 80px;
        background: #fff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
        transition: all .35s;
    }

    #headsmall.small .menu {
        height: 40px;
        line-height: 40px;
    }

    #headsmall.small .menu img {
        height: 21px;
        width: auto;
    }

    #headsmall .logo {
        position: absolute;
        left: 10px;
        top: 0;
        height: 80px;
        line-height: 80px;
        text-align: left;
        border-radius: 0px 0px 30px 0px;
        transition: all .35s;
    }

    #headsmall .logo a {
        display: block;
        padding: 0px 20px 0px 10px;
        font-size: 20px;
        font-weight: bold;
        color: #EF1A2A;
    }

    #headsmall .logo img {
        height: 60px;
        width: auto;
        margin-right: 5px;
        transition: all .35s;
    }

    #headsmall .menu {
        position: absolute;
        right: 10px;
        top: 0;
        height: 80px;
        line-height: 80px;
        padding: 0px 10px;
        cursor: pointer;
        transition: all .35s;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    #headsmall.small .logo {
        height: 40px;
        line-height: 40px;
    }

    #headsmall.small .logo a {
        font-size: 15px;
    }

    #headsmall.small .logo img {
        height: 30px;
    }


    #headsmall .menu img {
        height: 35px;
        width: auto;
        transition: all .35s;
        font-size: 14px !important;

    }

    #menu {
        display: block;
        position: fixed;
        z-index: 1001;
        right: -100%;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #444;
    }

    #menu .close {
        width: 80%;
        margin: 30px auto 0px auto;
        text-align: right;
        cursor: pointer;
        font-size: 14px !important;
    }

    #menu .close img {
        width: 20px;
        height: auto;
    }

    #menu ul {
        width: 70%;
        margin: 0px auto;
        padding: 10% 0px;
        overflow: hidden;
    }

    #menu ul>li {
        position: relative;
        display: block;
        padding: 15px 0px;
        text-align: left;
        margin: 0px auto;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    #menu ul>li img {
        position: absolute;
        z-index: 9;
        right: 10px;
        top: 18px;
        width: 18px;
        height: auto;
        opacity: .5;
    }

    #menu ul>li>a {
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 0px 5px;
    }

    #menu ul>li.A>a {
        color: #fff !important;
    }

    #menu ul>li>div {
        display: none;
        padding: 10px 0px;
    }

    #menu ul>li>div a {
        display: block;
        padding: 5px;
        font-size: 12px;
        color: #999;
    }

    #menu .language {
        width: 70%;
        margin: 0px auto;
        text-align: left;
        font-size: 14px !important;
    }

    #menu .language h3 {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: normal;
        color: rgba(255, 255, 255, .8);
    }

    #menu .language a {
        display: inline-block;
    }

    #menu .language img {
        height: 30px;
        width: auto;
    }

    #banner.small {
        padding-top: 40px;
    }

    #banner {
        height: auto;
        padding-top: 80px;
    }

    #banner .swiper-slide img {
        display: none;
    }

    #banner .swiper-slide img.small {
        display: block;
        width: 100%;
        height: auto;
    }

    #banner .swiper-button-prev,
    #banner .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        transition: all .2s;
    }

    #banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 16px;
    }

    #banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    #banner .mc-box {
        width: 70%;
        height: 200px;
        margin-top: 60px;
    }

    #banner .ml240,
    #banner .ml50 {
        margin-left: 0px;
    }

    #banner .mc-box .t-name {
        display: none;
    }

    #banner .mc-box .t-ad {
        font-size: 20px;
    }

    #banner .mc-box .t-view {
        padding: 5px 0px;
    }

    #banner .mc-box .t-view a {
        padding: 5px 15px;
        border: 1px solid rgba(255, 255, 255, .3);
        font-size: 12px;
    }

    #main .advantage {
        display: none;
    }

    #main .product {
        display: none;
    }

    #main .news {
        display: none;
    }

    #foot .contact {
        display: none;
    }

    #foot .share {
        display: none;
    }

    #foot .wrap {
        display: none;
    }

    #foot .qrcode {
        display: none;
    }

    #foot .copyright {
        border-top: 0;
    }

    #foot .copyright a.cp {
        display: none;
    }

    #foot .copyright a {
        display: block;
        margin-left: 0;
    }

    #main .catalog {
        display: block;
        margin: 0px auto;
    }

    #main .catalog a {
        position: relative;
        display: block;
        height: 70px;
        margin-bottom: 20px;
        text-align: left;
        overflow: hidden;
        transition: all .35s;
    }

    #main .catalog a:after {
        position: absolute;
        z-index: 99;
        right: 10px;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        opacity: .5;
        background: url("../images/icon-catalog-arrow.png") no-repeat;
        background-position: 50% 50%;
        background-size: 30px auto;
        content: '';
        transition: all .35s;
    }

    #main .catalog img {
        height: 100%;
        width: auto;
        float: left;
        margin-right: 20px;
    }

    #main .catalog .text {
        float: left;
        color: rgba(255, 255, 255, .6);
        font-size: 12px;
    }

    #main .catalog a.c1 {
        background: #c80a23;
    }

    #main .catalog a.c2 {
        background: #e7571b;
    }

    #main .catalog a.c3 {
        background: #94b6e4;
    }

    #main .catalog a.c4 {
        background: #378ccc;
    }

    #main .catalog a.c5 {
        background: #3cc374;
    }

    #main .catalog a strong {
        display: block;
        padding: 15px 0px 5px 0px;
        font-size: 16px;
        color: #fff;
    }

    #main .catalog a:hover:after {
        opacity: .8;
        right: 5px;
    }

    #main .catalog a:hover {
        transform: translateY(-10px);
    }

    #main .navigation {
        width: 100%;
        margin: 40px auto 0px auto;
        border-top: 1px solid #ddd;
        padding: 30px 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #main .navigation a {
        display: inline-block;
        width: 25%;
        text-align: center;
    }

    #main .navigation a img {
        display: block;
        margin: 0px auto 10px auto;
        width: 50%;
        height: auto;
        opacity: .3;
    }

    #main {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }

}