﻿@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
address,caption,cite,code,dfn,em,th,var,i,b{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;border: none;background: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;outline: none;}
input,button{overflow: visible;vertical-align:middle;outline:none}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur())}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none}
input[type="submit"],input[type="button"]{ cursor:pointer;}
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor: pointer; color:#777}
a:hover{text-decoration:none}
span,a{display: inline-block;}
body,th,td,button,input,select,textarea{ font-family: Arial,"微软雅黑";font-size:13px;color:#777;}
select::-ms-expand{display: none;}
.layout{ width:1200px; margin:0 auto; clear:both}
.fl{ float:left}
.fr{ float:right}
.tc{text-align: center;}
.tr{text-align: right;}
.tl{text-align: left;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.clearfix{*zoom:1;}
#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../images/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}
/*初始化*/
body{min-width: 1200px;}

.m-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block{display: block !important;}

.transform-img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
}

/*头部 header*/
header.header{
    max-width: 1266px;
    margin: 0 auto;
    padding: 17px 0 16px;
    min-width: 1200px;
}

.header .head-p{
    font-size: 20px;
    color: #333333;
    margin: 43px 15px 0 0;
}

.header .head-p1{
    font-size: 32px;
    color: #ff9000;
    margin-top: 12px;
}

.header .head-p1 .head-i{
    font-size: 26px;
    color: #ff9000;
}

/*导航 nav*/
nav.nav{
    width: 100%;
    background: #333333;
    position: relative;
}

.nav .nav-list{
    width: 1095px;
    margin: 0 auto;
}

.nav-list>li{
    float: left;
    margin-right: 19px;
}
.nav-list>li:last-child{
    margin-right: 0;
}

.nav-list>li>a{
    font-size: 16px;
    color: #ffffff;
    width: 120px;
    line-height: 60px;
}

.nav-list>li.nav_on>a{
    background: #ff342f;
}

.nav-list>li:hover>a{
    background: #ff342f;
}

.nav .nav-item{
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333333;
    opacity: .9;
    padding: 28px 0 0 50px;
    box-sizing: border-box;
    display: none;
    z-index: 10;
}

.nav .nav-item .nav-table{
    width: 100%;
}

.nav-table td{
    padding-bottom: 40px;
    vertical-align: top;
    text-align: center;
}

.nav-item .nav_text{
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-bottom: 12px;
    cursor: pointer;
}

.nav-item .nav_text .i{
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
    -webkit-transition: transform .1s ease;
    -moz-transition: transform .1s ease;
    -ms-transition: transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    display: inline-block;
}

.nav-item .item-list>li>a{
    font-size: 14px;
    color: rgba(255,255,255,.8);
    margin-top: 5px;
}

.nav-item .item-list>li>a:hover,.nav-item .nav-table .nav_text:hover{
    color: rgba(255,255,255,1);
}

.item-list{
    display: none;
}

/*首页 home*/
.home-banner{
    min-width: 1200px;
    font-size: 0;
}

.home-banner button.slick-arrow{
    width: 31px;
    height: 41px;
    overflow: hidden;
    color: transparent;
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    background-size: cover;
}

.home-banner button.slick-prev{
    background: url("../images/partner_l.png") no-repeat;
    left: 40px;
}

.home-banner button.slick-next{
    background: url("../images/partner_r.png") no-repeat;
    right: 40px;
}

.home-banner ul.slick-dots{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.home-banner ul.slick-dots li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    margin: 0 10px;
}

.home-banner ul.slick-dots li.slick-active{
    background: #e71326;
}
.home-product{
    width: 100%;
    background-image: url("../images/home_pro_bg.png");
    background-repeat: no-repeat;
    background-size: 1580px auto;
    background-position: center center;
    padding: 80px 0 35px;
}

.home-product .h-pro-content{
    margin-top: 80px;
}

.h-pro-content dl .h-pro-screen{
    width: 154px;
    line-height: 46px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    background: #eeeeee;
    margin-bottom: 10px;
}

.h-pro-content dl .screen_on{
    color: #ffffff;
    background: #ff342f;
}

.h-pro-content .h-pro-r{
    width: 994px;
}

.h-pro-content .h-pro-search{
    width: 394px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 0;
}

.h-pro-content .h-pro-search .search{
    font-size: 18px;
    color: #333333;
    width: 320px;
    line-height: 38px;
    float: left;
}

.h-pro-content .h-pro-search .sousuo-i{
    font-size: 18px;
    color: #cccccc;
    cursor: pointer;
    line-height: 38px;
    float: right;
}

.h-pro-content .h-pro-more{
    font-size: 18px;
    color: #f33b4c;
    line-height: 40px;
}

.h-pro-content .h-pro-list{
    margin-top: 15px;
    display: none;
}

.h-pro-content .h-pro-list>li{
    float: left;
    width: 230px;
    margin: 0 24.5px 25px 0;
}

.h-pro-content .h-pro-list>li:nth-child(4n){
    margin-right: 0;
}

.h-pro-content .h-pro-img{
    width: 228px;
    height: 258px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.h-pro-content .h-pro-p{
    font-size: 14px;
    color: #333333;
    line-height: 48px;
    margin-top: 7px;
}

.h-pro-content .h-pro-list>li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.h-pro-content .h-pro-list>li:hover .h-pro-img{
    border: 1px solid #ff342f;
}

.h-pro-content .h-pro-list>li:hover .h-pro-p{
    color: #ffffff;
    background: #ff342f;
}

.home-strength{
    width: 100%;
    background-image: url("../images/home_strength_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 108px;
}

.home-title{
    font-size: 24px;
    color: #333333;
    margin-top: 34px;
}

.home-strength .strength-list{
    margin-top: 85px;
}

.strength-list>li{
    float: left;
    width: 300px;
    background: #f7f6f9;
    border-bottom: 10px solid #f75551;
}

.strength-list .strength-desc{
    padding: 20px 40px 24px;
}

.strength-desc .str-icon{
    width: 70px;
    margin: 0 auto;
}

.strength-desc .str-h4{
    font-size: 25px;
    color: #ea543b;
    font-weight: bold;
    margin-top: 18px;
}

.strength-desc .str-p{
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    margin-top: 30px;
    height: 65px;
}

.strength-list .str-img{
    height: 216px;
}

.strength-list .str_on{
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.31);
    background: #f75551;
    padding-bottom: 28px;
    margin-bottom: -28px;
    margin-top: -37px;
}

.strength-list .str_on .str-img{
    height: 253px;
}

.strength-list .str_on .str-h4,
.strength-list .str_on .str-p{
    color: #ffffff;
}

.home-specialty{
    padding: 80px 0;
}

.home-specialty .specialty-list{
    margin-top: 40px;
}

.specialty-list>li{
    width: 380px;
    float: left;
    margin: 30px 30px 0 0;
    overflow: hidden;
}

.specialty-list>li:nth-child(3n){
    margin-right: 0;
}

.specialty-list>li:hover img{
    -webkit-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -o-transform: scale(1.14);
    transform: scale(1.14);
}

.home-insistence{
    width: 100%;
    background-image: url("../images/home_insistence_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.home-insistence .insis-lit{
    margin-top: 45px;
}

.insis-lit>li{
    float: left;
    width: 265px;
    margin: 35px 17.5px 0 17.5px;
}

.insis-lit .insis-img{
    width: 253px;
    height: 253px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    overflow: hidden;
}

.insis-lit .insis-desc{
    padding: 15px 34px 15px;
    margin-top: 28px;
}

.insis-desc .insis-h4{
    font-size: 24px;
    color: #333333;
}

.insis-desc .insis-p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    height: 40px;
    margin-top: 12px;
}

.insis-lit>li:hover .insis-desc{
    background: #f75551;
}

.insis-lit>li:hover .insis-img{
    border: 6px solid #f75551;
    box-shadow: 0px 3px 21px 0px
    rgba(0, 0, 0, 0.32);
}

.insis-lit>li:hover .insis-h4,
.insis-lit>li:hover .insis-p{
    color: #ffffff;
}

.insis-lit>li:hover img{
    -webkit-transform: scale(1.17);
    -moz-transform: scale(1.17);
    -ms-transform: scale(1.17);
    -o-transform: scale(1.17);
    transform: scale(1.17);
}

.home-partner{
    width: 100%;
    background-image: url("../images/home_partner_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    overflow-x: hidden;
}

.partner-box img{
    display: inline;
    max-width: 100%;
    max-height: 100%;
}

.home-partner .partner-box{
    margin-top: 60px;
}

.partner-box .partner-list>li{
    float: left;
    margin: 20px 8.5px 0 8.5px;
    display: table;
    width: 222px;
    height: 128px;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.partner-box .partner-list>li:nth-child(5n){
    margin-right: 0;
}

.partner-box .part-img{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.partner-box button.slick-arrow{
    width: 31px;
    height: 41px;
    overflow: hidden;
    color: transparent;
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.partner-box button.slick-prev{
    background: url("../images/partner_l.png") no-repeat;
    background-size: cover;
    left: -73px;
}

.partner-box button.slick-next{
    background: url("../images/partner_r.png") no-repeat;
    background-size: cover;
    right: -73px;
}

.partner-box ul.slick-dots{
    position: absolute;
    bottom: -52px;
    width: 100%;
    text-align: center;
}

.partner-box ul.slick-dots li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    margin: 0 6px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.partner-box ul.slick-dots li.slick-active{
    background: transparent;
}

.home-intro{
    width: 100%;
    background-image: url("../images/home_intro_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 80px 0;
}

.home-intro .intro-desc{
    margin-top: 33px;
}

.intro-desc .intro-img{
    width: 278px;
    height: 194px;
    margin: 0 35px 27px 0;
}

.intro-desc .intro-p1{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.home-intro .intro-tab-box{
    padding-top: 28px;
    /*background-image: url("../images/home_intro_bg1.png");*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.intro-tab-box .intro-tab-head{
    position: relative;
    font-size: 0;
    margin-left: 262px;
}

.intro-tab-box .intro-tab-head:before{
    content: '';
    width: 120px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: -140px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intro-tab-box .intro-tab-head:after{
    content: '';
    width: 120px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 420px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intro-tab-box .head_tab{
    font-size: 16px;
    color: #333333;
    width: 188px;
    border: solid 1px #e5e5e5;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
}

.intro-tab-box .intro-tab-item{
    margin-top: 38px;
    font-size: 0;
}

.intro-tab-item .intro-tab-img{
    width: 294px;
    height: 205px;
    margin-right: 20px;
    overflow: hidden;
}

.intro-tab-item .bot_tab{
    font-size: 14px;
    color: #333333;
    width: 134px;
    border: solid 1px #e5e5e5;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 18px;
    margin-right: 20px;
    text-align: center;
}

.intro-tab-item .intro-tab-bottom{
    margin: 30px 0 0 316px;
}

.intro-tab-box .intro_on{
    color: #ffffff;
    background: #faa604;
    border: solid 1px #faa604;
}

.intro-tab-item .intro-tab-img:hover img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.bottom_item,.head_item{
    display: none;
}

.home-share{
    width: 100%;
    background: #f8f8f8;
    padding: 80px 0 45px;
}

.home-share .share-list{
    margin-top: 70px;
    /* -webkit-column-count: 3; */
/*     -moz-column-count: 3; */
    /* column-count: 3; */
    /* -webkit-column-gap: 15px; */
/*     -moz-column-gap: 15px; */
    /* column-gap: 15px; */
}

.share-list>li{
    width: 390px;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
}

.share-list>li:nth-child(3n){
    margin-right: 0;
}

.share-list>li:hover img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/*底部 footer*/
.footer-content{
    padding: 58px 0;
    background: #2c2b2a;
}

.footer-content .footer-link{
    float: left;
    margin-right: 60px;
}

.footer-content .footer-h5{
    font-size: 18px;
    color: #ffffff;
    height: 44px;
    position: relative;
}

.footer-content .footer-h5:after{
    content: '';
    width: 21px;
    border-top: 1px solid rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    bottom: 12px;
}

.footer-content .link-list>li{
    margin-top: 12px;
}

.footer-content .link-list>li>a{
    font-size: 16px;
    color: #ababab;
}

.footer-content .link-list>li>a:hover{
    color: #ffffff;
}

.footer-content .f-tcode{
    width: 126px;
    display: inline-block;
}

.footer-content .footer-p1{
    font-size: 14px;
    color: #999999;
    margin: 6px 0 15px;
}

.footer-content .footer-p2{
    font-size: 16px;
    color: #999999;
    line-height: 35px;
}

.footer-bottom{
    background: #242322;
}

.footer-bottom .footer-h6{
    font-size: 14px;
    color: #999999;
    line-height: 45px;
}

/*产品列表 pro-list*/
.main-nav{
    padding: 17px 0;
    margin-top: -50px;
    background: rgba(255,255,255,.78);
    position: relative;
}

.main-nav .main-head{
    font-size: 12px;
    color: #444444;
}

.main-nav .main-head>i{
    font-size: 15px;
    color: #ed2836;
    margin-right: 5px;
}

.main-nav .main-head>a{
    font-size: 12px;
    color: #444444;
}

.main-nav .main-head>a.main-a{
    font-size: 12px;
    color: #ed2836;
}

.main-nav .main-head>a:hover{
    text-decoration: underline;
}

.left{
    width: 240px;
    position: relative;
}

.main-title{
    background: url("../images/main_title_bg.jpg") no-repeat;
    background-size: cover;
    font-size: 0;
    padding: 42px 0 48px 30px;
    margin-top: -98px;
}

.main-title>span{
    width: 35px;
    border-top: 2px solid #ffffff;
}

.main-title .main-h1{
    font-size: 18px;
    color: #ffffff;
    margin-top: 40px;
    font-weight: bold;
}

.main-title .main-h2{
    font-size: 18px;
    color: rgba(255,255,255,.8);
    margin-top: 11px;
}

.left-list>dt{
    position: relative;
}

.left-list>dt>a{
    font-size: 14px;
    color: #444444;
    display: block;
    padding: 0 30px;
    line-height: 60px;
    background: #f5f5f5;
    margin-bottom: 1px;
}

.left-list>dt>a .go{
    font-size: 14px;
    color: #999999;
}

.left-list .left-item{
    position: absolute;
    width: 210px;
    left: 241px;
    top: 0;
    background: #585451;
    z-index: 10;
    display: none;
}

.left-item>li{
    padding: 0 24px;
}

.left-item>li>a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 59px;
    border-bottom: 1px dashed #797674;
    white-space: nowrap;
}

.left-list>dt:hover>a,
.left-list .left-on>a{
    background: #585451;
    color: #ffffff;
}

.left-list>dt:hover>a .go,
.left-list .left-on>a .go{
    color: #ffffff;
}

.content{
    width: 900px;
    padding: 25px 0 100px;
}

.pro-title{
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.pro-title:after{
    content: '';
    width: 80px;
    border-top: 3px solid #ff342f;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.pro-list{
    margin-top: 6px;
}

.pro-list>li{
    float: left;
    width: 280px;
    margin: 25px 30px 0 0;
}

.pro-list>li:nth-child(3n){
    margin-right: 0;
}

.pro-list>li .pro-img{
    width: 278px;
    border: solid 1px #eeeeee;
    overflow: hidden;
}

.pro-list>li .pro-p{
    font-size: 14px;
    color: #333333;
    line-height: 48px;
    margin-top: 7px;
}

.pro-list>li:hover img{
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}

.pro-list>li:hover .pro-img{
    border: 1px solid #ff342f;
}

.pro-list>li:hover .pro-p{
    color: #ffffff;
    background: #ff342f;
}

.page{
    font-size: 0;
    margin-top: 60px;
}

.page>span{
    font-size: 16px;
    color: #555555;
    width: 38px;
    height: 38px;
    border: 1px solid #b5b5b5;
    line-height: 38px;
    cursor: pointer;
    margin: 0 5px;
    vertical-align: top;
}

.page>span>i{
    font-size: 15px;
    color: #b5b5b5;
}

.page>span:hover{
    border: 1px solid #ff342f;
}

.page .page_on{
    background: #ff342f;
    border: 1px solid #ff342f;
    color: #ffffff;
}

/*产品详情 pro-detail*/
.pro-h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.pro-view{
    margin-top: 35px;
}

.pro-view .view-big{
    width: 450px;
    height: 450px;
    border: solid 1px #e5e5e5;
    margin: 0 auto;
}

.pro-view .view-img-box{
    display: table;
    width: 450px;
}

.pro-view .view-img{
    width: 100%;
    height: 450px;
    display: table-cell;
    vertical-align: middle;
}

.pro-view .view-img>img{
    max-width: 100%;
    max-height: 100%;
    display: inline;
}

.view-big i.slick-arrow{
    position: absolute;
    font-size: 45px;
    color: #999999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.view-big i.prev{
    left: -228px;
}

.view-big i.next{
    right: -228px;
}

.view-big i.slick-arrow:hover{
    color: #ff342f;
}

.pro-view .view-small{
    margin-top: 30px;
}

.pro-view .view-img-box1{
    display: table;
    width: 140px;
    margin: 0 auto;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
}

.pro-view .view-img-box1 .view-img{
    height: 140px;
}

.view-small .slick-center .view-img-box1{
    border: solid 2px #ff342f;
}

.pro-intro{
    margin-top: 80px;
}

.pro-h3{
    background: #dcdcdc;
}

.pro-h3 span{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    width: 138px;
    line-height: 42px;
    padding-left: 30px;
    background: url("../images/pro_detail_bg1.png") no-repeat;
    background-size: cover;
}

.pro-intro .pro-h4{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro-intro .pro-p1{
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
}

.pro-intro .pro-p1>a{
    text-decoration: underline;
    color: #333333;
}

.pro-intro .pro-p2{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.pro-msg{
    margin-top: 35px;
}

.pro-msg .pro-msg-form{
    width: 650px;
    margin-top: 6px;
}

.pro-msg-form tr{
    height: 70px;
}

.pro-msg-form tr td:nth-child(odd){
    font-size: 16px;
    color: #333333;
    width: 98px;
    padding-right: 20px;
    text-align: right;
}

.pro-msg-form .select{
    width: 100%;
    font-size: 14px;
    color: #999999;
    border: solid 1px #e5e5e5;
    height: 40px;
    box-sizing: border-box;
    padding: 0 45px 0 20px;
}

.pro-msg-form .form-i{
    font-size: 16px;
    color: #888888;
    position: absolute;
    right: 16px;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.pro-msg-form .select-box{
    position: relative;
    float: left;
    width: 164px;
    margin-right: 20px;
}

.pro-msg-form .select-box:nth-child(3){
    margin-right: 0;
}

.pro-msg-form .input{
    font-size: 14px;
    color: #333333;
    border: solid 1px #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 40px;
}

.pro-msg-form .text{
    font-size: 14px;
    color: #333333;
    border: solid 1px #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 90px;
    margin-top: 15px;
}

.btn{
    font-size: 18px;
    color: #ffffff;
    width: 165px;
    line-height: 46px;
    background: #ff342f;
    cursor: pointer;
    margin-top: 45px;
}

/*订购须知 order-info*/
.order-title{
    margin-top: 20px;
}

.order-title .order-h2{
    font-size: 25px;
    color: #333333;
}

.order-title .order-p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 25px;
}

.order-list{
    margin-top: 50px;
    padding-left: 10px;
}

.order-list>li{
    position: relative;
    border-left: 1px solid #eeeeee;
    padding-bottom: 50px;
}

.order-list>li:before{
    content: '';
    width: 20px;
    height: 20px;
    background: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: -20px;
}

.order-list>li .order-step{
    font-size: 16px;
    color: #ffffff;
    padding: 0 28px;
    line-height: 38px;
    background: #585451;
    border-radius: 0 20px 20px 0;
    margin: 30px 0 20px;
}

.order-list>li:nth-child(even) .order-step{
    background: #ff342f;
}

.order-list .order-desc-box{
    display: table;
    height: 242px;
    width: 520px;
}

.order-desc-box .order-desc{
    display: table-cell;
    vertical-align: middle;
    padding-left: 47px;
}

.order-desc-box .order-p1{
    font-size: 16px;
    color: #444444;
    line-height: 28px;
}

/*报价查询 price-content*/
.price-content{
    width: 903px;
    margin: 30px 0 100px;
    background-color: #f5f5f5;
    padding: 28px 0 62px 30px;
    background-image: url("../images/price_bg.png");
    background-repeat: no-repeat;
    background-position: right 24px bottom 98px;
}

.price-content .price-h3{
    font-size: 18px;
    color: #444444;
    margin-bottom: 30px;
}

.price-form{
    margin-top: 18px;
}

.price-content .price-p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}

.price-content .select1{
    position: relative;
    width: 348px;
}

.price-content .price-form select,
.price-content .price-form input{
    font-size: 14px;
    color: #999999;
    height: 40px;
    width: 100%;
    padding: 0 45px 0 20px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.price-content .price-form .price-i{
    font-size: 16px;
    color: #888888;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    pointer-events: none;
}

.price-content .select2{
    position: relative;
    width: 164px;
    float: left;
    margin-right: 20px;
}

.price-content .select1 input{
    color: #333333;
    padding: 0 20px;
}

.price-content .text1{
    width: 532px;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    box-sizing: border-box;
}

.price-content .text1>textarea{
    width: 100%;
    height: 80px;
    font-size: 14px;
    color: #333333;
}

.price-content .price-btn>button{
    margin-top: 60px;
}

/*公司简介 about-content*/
.about-content{
    margin-top: 20px;
    /*background-image: url("../images/about_bg.png");*/
    background-repeat: no-repeat;
    background-position: right top 50px;
    padding-right: 310px;
}

.about-content .about-h1{
    font-size: 55px;
    color: rgba(0,0,0,.1);
}

.about-content .about-h3{
    font-size: 22px;
    color: #444444;
    margin-top: 5px;
}

.about-content .about-p{
    font-size: 14px;
    color: #444444;
    margin: 32px 0 35px;
    line-height: 26px;
}

/*社会责任 duty*/
.duty-h3{
    font-size: 22px;
    color: #444444;
}

.duty-h4{
    font-size: 16px;
    color: rgba(0,0,0,.1);
    margin-top: 4px;
    font-weight: bold;
}

.duty-h5{
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    margin-top: 33px;
}

.duty-p{
    font-size: 14px;
    color: #444444;
}

.duty-img{
    float: left;
    margin: 24px 21px 0 0;
}

.duty-img:nth-child(3n){
    margin-right: 0;
}

/*特别鸣谢 thank-list*/
.thank-list{
    margin-top: 18px;
}

.thank-list>li{
    float: left;
    display: table;
    margin: 20px 20px 0 0;
    border: 1px solid #eeeeee;
    width: 162px;
}

.thank-list>li:nth-child(5n){
    margin-right: 0;
}

.thank-list .thank-img{
    display: table-cell;
    vertical-align: middle;
    height: 88px;
    width: 100%;
}

.thank-list .thank-img>img{
    max-width: 100%;
    max-height: 100%;
}

/*contact 联系我们*/
.contact{
    margin-bottom: 50px;
}

.contact .contact-title{
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 42px;
}

.contact .contact-title>em{
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff342f;
    margin-bottom: -2px;
    display: inline-block;
}

.contact .contact-h4{
    font-size: 22px;
    color: #444444;
    margin-bottom: 30px;
}

.contact .contact-h4>em{
    font-size: 18px;
    color: #888888;
}

.contact .contact-desc{
    width: 445px;
}

.contact-desc .contact-p{
    font-size: 0;
    line-height: 1;
    margin-top: 13px;
}

.contact-desc .contact-p>span{
    font-size: 16px;
    color: #333333;
    max-width: 400px;
    vertical-align: top;
    line-height: 28px;
}

.contact-desc .contact-p>i{
    font-size: 16px;
    color: #99a3af;
    margin-right: 20px;
    line-height: 28px;
}

/*布种介绍 species-list*/
.species-list>li{
    float: left;
    margin: 20px 20px 0 0;
    width: 440px;
}

.species-list>li:nth-child(even){
    margin-right: 0;
}

.species-list .specie-img{
    width: 100%;
    overflow: hidden;
}

.species-list>li:hover .specie-img>img{
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}

.species-list .specie-desc{
    background: #f8f8f8;
    padding: 16px 20px 10px;
}

.specie-desc .specie-h5{
    font-size: 19px;
    color: #333333;
    text-align: center;
}

.specie-desc .specie-p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
    height: 140px;
}

/*印绣花工艺 craft*/
.craft-list>li{
    float: left;
    margin: 20px 22.5px 0 0;
    width: 285px;
}

.craft-list>li:nth-child(3n){
    margin-right: 0;
}

.craft-list .craft-img-box{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.craft-list>li:hover img{
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}

.craft-img-box .craft-h5{
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.craft-list .craft-desc{
    padding: 16px 14px 10px;
    background: #f8f8f8;
}

.craft-desc .craft-p1{
    font-size: 14px;
    color: #ed2924;
    line-height: 23px;
    max-height: 46px;
    font-weight: bold;
}

.craft-desc .craft-p2{
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    height: 46px;
}

/*新闻中心 new-list*/
.new-list{
    margin: 0 auto 80px;
}

.new-list>li{
    float: left;
    width: 286px;
    margin: 30px 21px 0 0;
}

.new-list>li:nth-child(3n){
    margin-right: 0;
}

.new-list .new-img{
    width: 100%;
    overflow: hidden;
}

.new-list .new-desc{
    line-height: 50px;
    padding: 0 10px;
}

.new-list .new-p{
    font-size: 14px;
    color: #333333;
    max-width: 210px;
}

.new-list .new-i{
    font-size: 18px;
    color: #ffffff;
    margin-right: 25px;
    -webkit-transition: margin-right .3s ease;
    -moz-transition: margin-right .3s linear;
    -ms-transition: margin-right .3s linear;
    -o-transition: margin-right .3s linear;
    transition: margin-right .3s linear;
}

.new-list>li:hover .new-img>img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.new-list>li:hover .new-desc{
    background: #ff342f;
}

.new-list>li:hover .new-desc .new-p{
    color: #ffffff;
}

.new-list>li:hover .new-desc .new-i{
    margin-right: 0;
}

/*新闻中心-详情 new-detail*/
.new-title-box{
    margin-top: 25px;
}

.new-title-box .new-h3{
    font-size: 20px;
    color: #333333;
}

.new-title-box .new-h5{
    font-size: 14px;
    color: #303030;
    margin-top: 10px;
    opacity: .6;
}

.new-detail{
    margin: 18px 0 38px;
    border-bottom: 1px dashed #dcdcdc;
    border-top: 1px dashed #dcdcdc;
    padding: 35px 0 15px;
}

.new-detail .new-p1{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}

.new-link{
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.new-link:hover{
    text-decoration: underline;
}

.new-share{
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
}

.new-icon{
    font-size: 32px;
    vertical-align: middle;
    margin-left: 5px;
}

.new-i_1{
    color: #43c624;
}
.new-i_2{
    color: #fcbb21;
}
.new-i_3{
    color: #1f91ff;
}
.new-i_4{
    color: #ff4a4b;
}

























