@charset 'utf-8';

body {
   /* min-width: 1200px; */
   color: #666;
   background: #f4f4f4;
   font: 400 13px/150% Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

body,
dl,
dt,
dd,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
   margin: 0;
   padding: 0
}

html,
body {
   height: 100%
}

ul,
ol,
li {
   list-style: none
}

table {
   border-collapse: collapse;
   border-spacing: 0
}

.clear {
   clear: both
}

.fLeft {
   float: left
}

.fRight {
   float: right
}

.wrap {
   width: 1100px;
   margin: 0 auto;
   position: relative
}

.wrapleft {
   width: 100%;
   /* float: left */
}

/*body->header*/
.header {
   width: 100%;
   height: 36px;
   background: #C7A472;
   /*outline: 1px dashed green;*/
   /*outline-offset:1px;*/
}

.header .top {
   position: relative;
   height: 36px;
   line-height: 36px;
}

.header .top_share {
   line-height: 36px;
   margin-right: 17px;
   float: left
}

.header .top_share a {
   width: 34px;
   height: 36px;
   display: block;
   background: url(../images/inc_share.png) no-repeat;
   float: left
}

.header .top_share a:hover {
   background-color: #202020;
}

.header .top_share .share_f {
   background-position: 12px 10px;
}

.header .top_share .share_t {
   background-position: -22px 10px;
}

.header .top_share .share_i {
   background-position: -62px 10px;
}

.header .top_share .share_y {
   width: 46px;
   background-position: -103px 10px;
}

.header .top_phone {
   color: #ffffff;
   line-height: 36px;
   margin-right: 330px;
   float: left
}

.header .top_menu {
   float: left;
}

.header .top_menu ul li {
   padding: 0 11px;
   line-height: 36px;
   float: left
}

.header .top_menu li a {
   color: #FFF;
   display: block;
   text-decoration: none
}

.header .top_menu li a:hover {
   color: #000000;
   text-decoration: none
}

.header .top_search {
   height: 36px;
   position: absolute;
   right: 0;
   top: 0
}

.header .top_search input {
   border: none;
   color: #909090;
   padding-left: 8px;
   width: 345px;
   height: 36px;
   line-height: 36px;
   font-size: 14px;
   background-color: #f4f4f4;
   display: none;
   float: left
}

.header .top_search a {
   width: 34px;
   height: 36px;
   display: block;
   background: url(../images/inc_inc.png) no-repeat 8px 10px;
   background-color: #c88525;
   float: right
}

.header .top_search a:hover {
   background-color: #c88525;
}

.header .top_search:hover input {
   display: block
}

/*navgation list*/
.navgations {
   width: 100%;
   height: 137px;
   background: #FFF;
}

/* Navgation */
.menu {
   width: 1100px;
   height: 137px;
   position: relative;
   font-size: 16px;
   margin: 0 auto;
   z-index: 1000
}

.menu ul li a,
.menu ul li a:visited {
   display: block;
   text-decoration: none;
   color: #333;
   height: 137px;
   line-height: 137px;
   overflow: hidden;
   text-align: center;
   padding-right: 58px;
}

.menu ul {
   width: 1200px;
   padding: 0;
   margin: 0;
   list-style-type: none;
   text-align: center;
}

.menu ul li {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}

.menu ul li ul {
   display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
   color: #c7a472;
}

.menu ul li:hover ul {
   width: 153px;
   display: block;
   position: absolute;
   top: 137px;
   left: -73px;
   padding-top: 17px;
   padding-bottom: 13px;
   margin-top: 1px;
   background: #FFF;
   text-align: left
}

.menu ul li:hover ul li a.hide {
   background: #303030;
   color: #fff;
}

.menu ul li:hover ul li:hover a.hide {
   background: none;
   color: #c7a472;
}

.menu ul li:hover ul li ul {
   display: none;
}

.menu ul li:hover ul li a {
   width: 138px;
   height: 28px;
   color: #666;
   line-height: 28px;
   padding-right: 15px;
   text-align: right;
   font-size: 13px;
   display: block;
}

.menu ul li:hover ul li a:hover {
   background: #FFF;
   color: #c7a472;
}

.menu ul li:hover ul li:hover ul {
   display: block;
   position: absolute;
   left: 144px;
   top: 0;
}

.menu ul li:hover ul li:hover ul.left {
   left: -105px;
}

.menu .logo {
   width: 230px;
   height: 137px;
   padding-right: 56px;
   display: inline-block;
   vertical-align: middle;
}

/*body->banner*/
.banner {
   position: relative;
   overflow: hidden;
   width: 100%;
   /* height: 700px; */
   /*outline: 1px dashed green;*/
   /*outline-offset: 1px;*/
}

/*首页*/
.home_procate {
   width: 100%;
   height: 606px;
   padding-top: 80px;
   text-align: center;
   background: #fff;
}

.home_title {
   text-align: center;
}

.home_title h2 {
   width: 100%;
   text-align: center;
   font-size: 30px;
   font-weight: bold;
   color: #c7a472;
   float: left
}

.home_title .line_black {
   width: 100%;
   margin-top: 19px;
   margin-bottom: 17px;
   float: left
}

.home_title .line_black span {
   display: block;
   width: 87px;
   display: inline-table;
   border-top: 1px solid #000;
}

.home_title .home_title_text {
   width: 100%;
   line-height: 24px;
   font-size: 14px;
   color: #333;
   /* float: left */
}

.home_procate .home_procate_list {
   height: 350px;
   margin-top: 50px;
}

.home_procate .home_procate_list ul {
   width: 1135px;
   text-align: center;
}

.home_procate .home_procate_list ul li {
   width: 250px;
   height: 350px;
   overflow: hidden;
   position: relative;
   margin-right: 33px;
   display: inline-block;
   vertical-align: top;
}

.home_procate .home_procate_list ul li img {}

.home_procate .home_procate_list ul li span {
   width: 100%;
   display: block;
   color: #C7A472;
   font-size: 24px;
   position: absolute;
   bottom: 30px;
   text-align: center;
}

.home_procate .home_procate_list ul li .home_procate_item {
   width: 218px;
   height: 310px;
   padding-top: 40px;
   padding-left: 32px;
   background-color: rgba(0, 0, 0, 0.7) !important;
   font-size: 16px;
   position: absolute;
   left: 0;
   bottom: -350px;
   text-align: left
}

.home_procate .home_procate_list ul li .home_procate_item a {
   line-height: 32px;
   display: block
}

.home_procate .home_procate_list ul li:hover span {
   display: none;
}

/*Home--advantages*/
.advantages {
   width: 100%;
   height: 701px;
}

.ad_content {
   width: 425px;
   position: absolute;
   z-index: 0;
   left: 0;
   top: 80px;
}

.ad_content h4 {
   display: block;
   font-size: 30px;
   font-weight: bold;
   color: #c7a472;
   width: 100%;
}

.ad_content span {
   display: block;
   width: 87px;
   display: inline-table;
   border-top: 1px solid #C7A472;
   margin-top: 33px;
   margin-bottom: 21px;
}

.ad_content ul {
   width: 370px;
}

.ad_content ul li {
   width: 100%;
   line-height: 24px;
   margin-bottom: 24px;
   color: #C7A472;
   font-size: 14px;
}

.ad_content a {
   display: block;
   width: 157px;
   height: 37px;
   line-height: 37px;
   color: #C7A472;
   border: 1px solid #C7A472;
   background: none;
   font-size: 12px;
   text-align: center;
   text-decoration: none
}

.ad_content a:hover {
   color: #000;
   border: 1px solid #000;
   background: #C7A472;
   text-decoration: none
}

.ad_piclist {
   width: 781px;
   height: 390px;
   margin-top: 238px;
   z-index: 1000;
   float: right;
}

.ad_piclist .ad_pics {
   width: 187px;
   height: 187px;
   position: relative;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
   overflow: hidden;
}

.ad_piclist .ad_pics>.ad_picture {
   max-width: 100%;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.ad_piclist .ad_picbg {
   width: 133px;
   height: 133px;
   opacity: 0;
   position: absolute;
   top: 27px;
   left: 27px;
   text-align: center;
   background-color: #000;
   color: #FFF;
   line-height: 18px;
   font-size: 12px;
   display: none;
}

.ad_piclist .ad_picbg img {}

.ad_piclist .ad_picbg span {
   width: 95px;
   display: inline-table;
   top: 23px;
   right: 0px;
   position: relative;
   text-transform: uppercase;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.ad_piclist .ad_pic1 {
   margin-left: 200px;
   float: left
}

.ad_piclist .ad_pic2 {
   margin-left: 10px;
   float: left
}

.ad_piclist .ad_pic3 {
   margin-left: 10px;
   float: left
}

.ad_piclist .ad_pic4 {
   margin-left: 102px;
   margin-top: -87px;
   float: left
}

.ad_piclist .ad_pic5 {
   margin-left: 10px;
   margin-top: -87px;
   float: left
}

.ad_piclist .ad_pic6 {
   margin-left: 10px;
   margin-top: -87px;
   float: left
}

.ad_piclist .ad_pic7 {
   margin-left: 2px;
   margin-top: -87px;
   float: left
}

.ad_piclist .ad_pic8 {
   margin-left: 10px;
   margin-top: -87px;
   float: left
}

.ad_piclist .ad_pic9 {
   margin-left: 10px;
   margin-top: -87px;
   float: left
}

.ad_piclist .ad_pics:hover .ad_picbg {
   display: block
}

.ad_piclist a {
   color: #FFF;
   text-decoration: none
}

.ad_piclist a:hover {
   text-decoration: underline
}

/*首页视频*/
.home_video {
   width: 100%;
   height: 680px;
   padding-top: 80px;
   background: #fff;
}

.home_video_list {
   margin-top: 50px;
}

.home_video_list ul {
   width: 1180px;
}

.home_video_list li {
   width: 510px;
   margin-right: 80px;
   float: left
}

.home_video_list .home_video_pic {
   position: relative
}

.home_video_list .home_video_pic .play {
   position: absolute;
   top: 120px;
   left: 226px;
   display: none
}

.home_video_list .home_video_text {
   margin-top: 27px;
}

.home_video_list .home_video_text h4 {
   display: block;
   height: 30px;
   font-size: 16px;
   font-weight: bold;
   color: #333;
}

.home_video_list .home_video_text h4 a {
   color: #333;
   text-decoration: none
}

.home_video_list .home_video_text h4 a:hover {
   text-decoration: underline
}

.home_video_list .home_video_text span {
   display: block;
   line-height: 24px;
   color: #666;
}

.home_video_list li:hover .home_video_pic .play {
   display: block
}

/*首页--新闻*/
.home_news {
   width: 100%;
   height: 620px;
   padding-top: 80px;
   background: #f4f4f4;
}

.home_newslist {
   height: 370px;
   margin-top: 50px;
}

.home_news_l {
   width: 490px;
   margin-right: 46px;
   position: relative;
   float: left
}

.home_news_l .home_news_l_time {
   width: 150px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background: #FFF;
   color: #c7a472;
   font-size: 16px;
   position: absolute;
   right: 0;
   top: 10px;
}

.home_news_l img {
   float: left
}

.home_news_l h4 {
   width: 100%;
   height: 30px;
   display: block;
   margin-top: 22px;
   margin-bottom: 10px;
   text-align: left;
   color: #333;
   border-bottom: 1px solid #cacaca;
   font-size: 16px;
   font-weight: bold;
   float: left
}

.home_news h4 a {
   color: #333;
   text-decoration: none
}

.home_news h4 a:hover {
   text-decoration: underline
}

.home_news_l .home_news_l_text {
   width: 100%;
   line-height: 24px;
   float: left
}

.home_news_r {
   width: 564px;
   height: 160px;
   position: relative;
   margin-bottom: 50px;
   float: left
}

.home_news_r .home_news_r_time {
   width: 150px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background: #FFF;
   color: #c7a472;
   font-size: 16px;
   position: absolute;
   left: 74px;
   top: 10px;
}

.home_news_r img {
   margin-right: 20px;
   float: left
}

.home_news_r .home_news_r_text {
   width: 320px;
   line-height: 24px;
   float: left
}

.home_news_r .home_news_r_text h4 {
   width: 100%;
   height: 30px;
   display: block;
   margin-bottom: 10px;
   text-align: left;
   color: #333;
   border-bottom: 1px solid #cacaca;
   font-size: 16px;
   font-weight: bold;
   float: left;
   overflow: hidden;
}

/*首页帮助*/
.home_help {
   height: 290px;
   padding-top: 80px;
   background: #FFF;
}

.home_help_alink {
   width: 100%;
   margin-top: 40px;
   text-align: center;
   float: left
}

.home_help_alink a {
   width: 150px;
   height: 40px;
   display: inline-block;
   line-height: 40px;
   border-bottom: 2px solid #a98c61;
   font-size: 15px;
   color: #FFF;
   font-weight: bold;
   text-transform: uppercase;
   background: #c7a472;
   text-decoration: none;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.home_help_alink a:hover {
   background: #212121;
   border-bottom: 2px solid #000;
   text-decoration: none
}

/*首页底部产品列表和联系我们*/
.home_contact {
   width: 100%;
   height: 380px;
   background: #c7a472;
   padding-top: 60px;
   border-bottom: 1px solid #353535;
}

.bottom_contactus {
   width: 470px;
   float: left
}

.bottom_contactus h4 {
   height: 38px;
   font-size: 22px;
   text-transform: uppercase;
   font-weight: normal;
   color: #222222;
   display: block;
   margin-bottom: 5px;
}

.bottom_contactus p {
   font-size: 13px;
   color: #222222;
   line-height: 24px;
}

.home_procatelist {
   width: 520px;
   margin-left: 110px;
   float: left
}

.home_procatelist>ul {
   width: 610px;
}

.home_procatelist li {
   width: 160px;
   position: relative;
   text-transform: uppercase;
   margin-right: 65px;
   float: left
}

.home_procatelist li a {
   color: #222222;
   text-decoration: none;
   font-size: 16px;
}

.home_procatelist li a:hover {
   color: #222222;
   text-decoration: underline
}

.home_procatelist li ul {
   position: absolute;
   margin-top: 20px;
}

.home_procatelist li ul li {
   line-height: 30px;
   text-transform: none;
   padding: 0;
   margin: 0;
   float: left;
   width: 124px;
   height: 30px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.home_procatelist li ul li a {
   padding: 0;
   color: #222222;
   text-decoration: none;
   font-size: 13px
}

.home_procatelist li ul li a:hover {
   color: #222222;
   text-decoration: underline
}

.home_procatelist li:first-child {
   margin-right: 0;
}

/*首页message*/
.bottom_message {
   width: 103%;
   margin-top: 20px;
   float: left
}

.bottom_message input {
   width: 206px;
   height: 36px;
   line-height: 36px;
   padding-left: 10px;
   margin-right: 24px;
   margin-bottom: 14px;
   border: 1px solid #353535;
   background: #c7a472;
   font-size: 14px;
   color: #222222;
   float: left
}

.bottom_message textarea {
   width: 444px;
   height: 98px;
   border: 1px solid #353535;
   padding-left: 10px;
   padding-top: 10px;
   background: #c7a472;
   font-size: 14px;
   color: #222222;
   margin-bottom: 14px;
   float: left
}

.bottom_message button {
   width: 50px;
   height: 20px;
   font-size: 14px;
   display: block;
   border: none;
   /* background: url(../images/inc_inc.png) no-repeat 0px -70px; */
   cursor: pointer;
   float: left;
   color: #ffffff;
   background-color: #c88525;

}

.bottom_message button:hover {
   text-decoration: underline;
   /* background: url(../images/inc_inc.png) no-repeat 0px -93px; */
}

/**********----内页----************/
.in_banner .in_banner_pic {
   width: 1920px;
   height: 400px;
   position: absolute;
   left: 50%;
   margin-left: -800px;
}

.in_banner {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 400px;
}

.in_banner .flex-direction-nav {
   display: none
}

.in_banner .flex-control-nav {
   bottom: 24px;
   margin-left: 163px;
}

.in_body {}

/*内页左侧*/
.in_left {
   width: 250px;
   min-height: 550px;
   margin-right: 30px;
   margin-top: -400px;
   background: #FFF;
   padding-bottom: 30px;
   float: left
}

.left_video {
   width: 100%;
   float: left;
   display: none
}

.left_video h4 {
   width: 233px;
   height: 50px;
   line-height: 50px;
   padding-left: 17px;
   margin-bottom: 17px;
   background: #ededed;
   color: #333;
   font-size: 20px;
   float: left
}

.left_video .left_video {
   width: 216px;
   margin-left: 17px;
   margin-bottom: 17px;
   position: relative;
   float: left
}

.left_video .left_video span {
   display: block;
   line-height: 22px;
   margin-top: 4px;
   color: #333;
   float: left
}

.left_video .left_video i {
   height: 44px;
   width: 44px;
   position: absolute;
   top: 42px;
   left: 86px;
   background: url(../images/inc_inc.png) no-repeat 0px -137px;
}

.left_video a {
   color: #333;
   text-decoration: none
}

.left_video a:hover {
   color: #c7a472;
   text-decoration: underline
}

.left_faq {
   width: 100%;
   float: left
}

.left_faq h4 {
   width: 233px;
   height: 50px;
   line-height: 50px;
   padding-left: 17px;
   margin-bottom: 17px;
   background: #ededed;
   color: #333;
   font-size: 20px;
   float: left
}

.left_faq img {
   margin-left: 17px;
   margin-bottom: 10px;
   float: left
}

.left_faq ul li {
   width: 216px;
   margin-left: 17px;
   font-size: 12px;
   line-height: 22px;
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px dashed #e6e6e6;
   float: left
}

/*内页右侧*/
.in_right {
   width: 820px;
   float: left
}

/*当前位置*/
.localhost {
   width: 100%;
   height: 30px;
   line-height: 30px;
   margin-top: 25px;
   border-bottom: 2px solid #000;
   margin-bottom: 26px;
   float: left
}

.localhost h4 {
   font-size: 16px;
   font-weight: bold;
   color: #333;
   float: left
}

.localhost .localhost_list {
   text-align: left;
   color: #a4a4a4;
   float: right
}

.localhost .localhost_list a {
   color: #a4a4a4;
   text-decoration: none
}

.localhost .localhost_list a:hover {
   text-decoration: underline
}

.in_content {
   width: 100%;
   padding-bottom: 50px;
   float: left
}

.in_content_text {
   width: 100%;
   line-height: 27px;
   font-size: 14px;
   color: #666666;
   float: left
}

/*产品内页*/
.pro_list {
   width: 848px;
}

.pro_list li {
   width: 185px;
   margin-right: 27px;
   margin-bottom: 27px;
   float: left;
}

.pro_list li img {
   margin-bottom: 10px;
   float: left;
}

.pro_list li span {
   width: 100%;
   height: 20px;
   line-height: 20px;
   display: block;
   font-size: 14px;
   float: left;
}

/*产品详细页*/
.pro_detail_top {
   width: 100%;
   padding-bottom: 32px;
   margin-bottom: 18px;
   border-bottom: 1px solid #d7d7d7;
   float: left
}

.pro_detail_top .prodetail_piclist {
   width: 340px;
   margin-right: 38px;
   float: left
}

.pro_detail_top .prodetail_note {
   width: 425px;
   float: left
}

.pro_detail_top .prodetail_note h4 {
   display: block;
   margin-bottom: 22px;
   color: #333;
   font-size: 18px
}

.pro_detail_top .prodetail_note .prodetail_note_text {
   line-height: 22px;
   font-size: 14px;
   color: #666;
}

.pro_detail_top .prodetail_note .prodetail_button {
   margin-top: 26px;
   font-size: 14px;
}

.pro_detail_top .prodetail_note .prodetail_button .inquire {
   width: 103px;
   height: 35px;
   line-height: 35px;
   display: block;
   padding-left: 57px;
   background: url(../images/inc_inc.png) no-repeat 30px -189px #c7a472;
   text-decoration: none;
   color: #FFF;
   margin-right: 20px;
   float: left
}

.pro_detail_top .prodetail_note .prodetail_button .inquire:hover {
   background: url(../images/inc_inc.png) no-repeat 30px -189px #000;
}

.pro_detail_top .prodetail_note .prodetail_button .addcart {
   width: 103px;
   height: 35px;
   line-height: 35px;
   display: block;
   padding-left: 57px;
   background: url(../images/inc_inc.png) no-repeat 30px -230px #000;
   text-decoration: none;
   color: #FFF;
   margin-right: 20px;
   float: left
}

.pro_detail_top .prodetail_note .prodetail_button .addcart:hover {
   background: url(../images/inc_inc.png) no-repeat 30px -230px #c7a472;
}

.prodetail_text {}

.prodetail_text h4 {
   color: #333;
   font-size: 18px;
   font-weight: normal;
   margin-bottom: 5px;
}

.prodetail_text .prodetail_text_note {
   color: #666;
   font-size: 13px;
   margin-bottom: 24px;
   display: block
}

.prodetail_form {
   width: 410px;
   font-size: 12px
}

.prodetail_form input {
   width: 387px;
   height: 32px;
   line-height: 32px;
   border: 1px solid #e5e5e5;
   background: #FFF;
   margin-bottom: 21px;
   color: #9f9f9f;
   padding-left: 18px;
   float: left
}

.prodetail_form input.pro_inquire {
   color: #333;
}

.prodetail_form textarea {
   width: 387px;
   height: 108px;
   line-height: 22px;
   border: 1px solid #e5e5e5;
   background: #FFF;
   margin-bottom: 21px;
   color: #9f9f9f;
   padding-left: 18px;
   float: left
}

.prodetail_form button {
   width: 160px;
   height: 34px;
   line-height: 34px;
   background: #000;
   margin-bottom: 21px;
   color: #FFF;
   text-align: center;
   border: none;
   float: left
}

.prodetail_form button:hover {
   background: #333
}

/*Inquiry basket*/
.inquiry_body {
   width: 100%;
   height: 200px;
   margin-bottom: 28px;
   background: #000;
}

.inquiry_body .inquiry_b_content {
   width: 1100px;
   margin: 0 auto;
   padding-top: 40px
}

.inquiry_body .inquiry_b_content div {
   width: 278px;
   height: 120px;
   line-height: 120px;
   margin-right: -72px;
   text-align: right;
   padding-right: 137px;
   color: #FFF;
   font-size: 24px;
   float: left
}

.inquiry_body .inquiry_b_content .inquiry_basket {
   background: url(../images/inquire_g.png) no-repeat 0px 0px;
}

.inquiry_body .inquiry_b_content .inquiry_fill {
   background: url(../images/inquire_g.png) no-repeat 0px -120px;
}

.inquiry_body .inquiry_b_content .inquiry_result {
   background: url(../images/inquire_g.png) no-repeat 0px -240px;
}

.inquiry_body .inquiry_b_content .current_basker {
   background: url(../images/inquire_y.png) no-repeat 0px 0px;
}

.inquiry_body .inquiry_b_content .current_fill {
   background: url(../images/inquire_y.png) no-repeat 0px -120px;
}

.inquiry_body .inquiry_b_content .current_result {
   background: url(../images/inquire_y.png) no-repeat 0px -240px;
}

.basker {}

.basker input[type=checkbox] {
   visibility: hidden;
}

.basker label {
   width: 18px;
   height: 18px;
   top: 17px;
   left: 0;
   border: 1px solid #919191;
   background: #FFF;
   cursor: pointer;
   position: absolute;
}

.basker label:after {
   opacity: 0.2;
   content: '';
   position: absolute;
   width: 9px;
   height: 5px;
   background: transparent;
   top: 3px;
   left: 4px;
   border: 3px solid #333;
   border-top: none;
   border-right: none;

   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.basker label:hover::after {
   opacity: 0.5;
}

.basker input[type=checkbox]:checked+label:after {
   opacity: 1;
}

.basker_top {
   width: 1066px;
   height: 54px;
   line-height: 54px;
   padding: 0 17px;
   background: #ededed;
   margin-bottom: 30px;
   color: #333;
   font-size: 14px;
   float: left
}

.basker_top .choose_all {
   width: 150px;
   position: relative;
   padding-left: 12px;
   float: left;
}

.basker_top .choose_product {
   width: 325px;
   float: left
}

.basker_top .choose_description {
   width: 535px;
   float: left
}

.basker_top .choose_Action {
   width: 42px;
   float: left
}

.basker_item {
   width: 100%;
   float: left
}

.basker_item li {
   width: 1066px;
   padding: 0 17px;
   height: 118px;
   padding-bottom: 28px;
   margin-bottom: 28px;
   border-bottom: 1px dashed #d2d2d2;
   float: left
}

.basker_item .basker_item_one {
   width: 150px;
   position: relative;
   margin-top: 35px;
   padding-left: 12px;
   float: left;
}

.basker_item .basker_item_product {
   width: 325px;
   float: left
}

.basker_item .basker_item_product img {
   margin-right: 22px;
   float: left
}

.basker_item .basker_item_product span {
   font-size: 14px;
   color: #333;
   float: left
}

.basker_item .basker_item_description {
   width: 535px;
   color: #666;
   line-height: 21px;
   margin-top: -4px;
   font-size: 13px;
   float: left
}

.basker_item .basker_item_Action {
   width: 42px;
   padding-top: 52px;
   float: left
}

.basker_item .basker_item_Action a {
   height: 18px;
   width: 18px;
   background: url(../images/inc_inc.png) no-repeat 0px -283px;
   display: block;
   float: left
}

.basker_item .basker_item_Action a:hover {
   background: url(../images/inc_inc.png) no-repeat 0px -314px;
}

.inquire_now {
   width: 100%;
   margin-top: 28px;
   text-align: right;
   float: left
}

.inquire_now button {
   width: 170px;
   height: 37px;
   line-height: 34px;
   color: #FFF;
   text-decoration: none;
   text-align: center;
   background: #000;
   text-transform: uppercase;
   display: block;
   margin-bottom: 75px;
   float: right
}

.inquire_now button:hover {
   background: #c7a472;
}

/*fill——form*/
.fill_form {
   width: 600px;
   margin: 0 auto;
}

.fill_form_content {
   margin-top: 10px;
   margin-bottom: 50px;
   float: left
}

.fill_form_content li {
   width: 100%;
   margin-bottom: 21px;
   float: left
}

.fill_form_content li span {
   width: 85px;
   line-height: 34px;
   color: #666;
   font-size: 12px;
   text-align: right;
   margin-right: 18px;
   float: left
}

.fill_form_content li input {
   width: 405px;
   height: 32px;
   line-height: 32px;
   border: 1px solid #e5e5e5;
   float: left
}

.fill_form_content li textarea {
   width: 401px;
   height: 108px;
   border: 1px solid #e5e5e5;
   float: left
}

.fill_form_content li button {
   width: 160px;
   height: 34px;
   margin-left: 94px;
   text-align: center;
   font-size: 14px;
   border: none;
   color: #FFF;
   background: #000;
}

.fill_form_content li button:hover {
   background: #333
}

/*result*/
.pro_result {
   width: 677px;
   min-height: 215px;
   margin-right: 80px;
   margin-top: 32px;
   margin-bottom: 70px;
   padding-left: 93px;
   background: url(../images/pro_result.png) no-repeat left top;
   float: right
}

.pro_result .pro_result_title {
   width: 430px;
   margin-bottom: 15px;
   padding-bottom: 12px;
   border-bottom: 1px dashed #d2d2d2;
   float: left
}

.pro_result .pro_result_title h4 {
   color: #4cc57a;
   line-height: 30px;
   font-size: 20px;
}

.pro_result .pro_result_title span {
   display: block;
   color: #666;
   font-size: 14px
}

.pro_result .pro_result_text {
   line-height: 24px;
   color: #666;
   float: left
}

.pro_result .pro_result_text b {
   color: #333;
   font-weight: normal
}

.pro_result .pro_result_contact {
   margin-top: 100px;
   float: right
}

.pro_result .pro_result_contact a {
   width: 186px;
   height: 33px;
   line-height: 33px;
   border: 1px solid #bebebe;
   text-align: center;
   color: #666;
   background: #ededed;
   display: block;
   text-decoration: none
}

.pro_result .pro_result_contact a:hover {
   text-decoration: underline
}

/*视频*/
.video_list {
   width: 860px;
}

.video_list li {
   width: 392px;
   margin-right: 37px;
   margin-bottom: 28px;
   position: relative;
   float: left
}

.video_list li a {
   color: #333;
   text-decoration: none
}

.video_list li a:hover {
   color: #c7a472;
   text-decoration: underline
}

.video_list .play {
   position: absolute;
   top: 90px;
   left: 174px;
   display: none
}

.video_list h4 {
   display: block;
   font-size: 14px;
   color: #333;
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 16px;
}

.video_list span {
   line-height: 24px;
   color: #666;
}

.video_list li:hover .play {
   display: block
}

/*工厂*/
.factory_list {
   width: 860px;
}

.factory_list li {
   width: 250px;
   margin-right: 36px;
   margin-bottom: 28px;
   position: relative;
   float: left
}

.factory_list h4 {
   display: block;
   font-size: 14px;
   color: #333;
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 14px;
}

/*下载*/
.down_list {
   width: 870px;
}

.down_list li {
   width: 240px;
   margin-right: 50px;
   margin-bottom: 40px;
   float: left
}

.down_list li img {
   margin-bottom: 5px;
}

.down_list li h4 {
   font-size: 14px;
   color: #333;
   line-height: 24px;
}

.down_list li .down_text {
   display: block;
   font-size: 13px;
   color: #666;
   line-height: 24px;
   margin-bottom: 5px
}

.down_list li .down_load {
   display: block;
   margin-top: 10px;
   font-size: 14px
}

.down_list li .down_load a {
   display: block;
   width: 90px;
   height: 32px;
   line-height: 32px;
   background: url(../images/inc_inc.png) no-repeat 28px -491px #000;
   color: #FFF;
   padding-left: 52px;
   text-decoration: none;
}

.down_list li .down_load a:hover {
   background: url(../images/inc_inc.png) no-repeat 28px -491px #c7a472;
   text-decoration: none
}

/*技术支持*/
.tech_list {
   width: 100%;
   float: left
}

.tech_ullist {
   margin-top: 50px;
   line-height: 24px
}

.tech_ullist li {
   margin-bottom: 25px;
}

.tech_ullist h4 {
   width: 100%;
   display: block;
   margin-bottom: 5px;
   color: #333;
   float: left
}

.tech_ullist span {
   display: block;
   color: #666;
}

.tech_ullist span b {
   display: block;
   color: #333;
}

/*证书*/
.quality_list {
   width: 855px;
   margin-top: 30px;
}

.quality_list li {
   width: 200px;
   height: 253px;
   margin-right: 30px;
   float: left
}

.quality_list li img {
   border: 1px solid #cbcbcb;
}

/*团队*/
.team_pic {
   width: 100%;
   margin-bottom: 33px;
   float: left
}

.team_list {
   width: 100%;
   margin-bottom: 33px;
   float: left
}

.team_list li {
   width: 100%;
   padding-bottom: 16px;
   margin-bottom: 16px;
   border-bottom: 1px dashed #d2d2d2;
   float: left
}

.team_list li img {
   margin-right: 20px;
   float: left
}

.team_list li .team_list_text {
   display: block;
   width: 655px;
   padding-top: 8px;
   float: left
}

.team_list li .team_list_text b {
   display: block;
   color: #333;
   font-size: 14px;
   font-weight: bold;
   line-height: 20px
}

.team_list li .team_list_text span {
   color: #c7a472;
   font-size: 14px;
   font-weight: bold
}

.team_list li .team_list_text p {
   color: #666;
   line-height: 20px;
   font-size: 13px
}

/*联系我们*/
/*联系我们banner*/
.in_contact_banner {
   width: 100%;
   height: 300px;
   margin-bottom: 30px;
}

/*contact_form*/
.contact_form {
   width: 446px;
   margin-top: 36px;
   float: left;
}

.contact_form h4 {
   width: 100%;
   color: #333;
   font-size: 18px;
   margin-bottom: 20px;
   float: left
}

.contact_form_content {
   margin-top: 10px;
   float: left
}

.contact_form_content li {
   width: 100%;
   margin-bottom: 18px;
   float: left
}

.contact_form_content li input {
   width: 430px;
   height: 32px;
   line-height: 32px;
   border: 1px solid #e5e5e5;
   padding-left: 12px;
   float: left
}

.contact_form_content li textarea {
   width: 428px;
   height: 100px;
   padding-top: 8px;
   padding-top: 8pxborder:1px solid #e5e5e5;
   padding-left: 12px;
   float: left
}

.contact_form_content li button {
   width: 160px;
   height: 34px;
   text-align: center;
   font-size: 14px;
   border: none;
   color: #FFF;
   background: #000;
}

.contact_form_content li button:hover {
   background: #333
}

.contact_content {
   width: 530px;
   margin-top: 36px;
   margin-left: 120px;
   color: #666666;
   font-size: 13px;
   line-height: 30px;
   float: left
}

.contact_content h4 {
   color: #333;
   font-size: 18px;
   font-weight: bold;
   display: block
}

.contact_map {
   width: 1098px;
   border: 1px solid #dedede;
   height: 395px;
   margin-top: 15px;
   margin-bottom: 50px;
   float: left
}

/****Blog****/
.blog_banner {
   width: 100%;
   height: 415px;
   background: #000;
   padding: 25px 0px;
   position: relative;
   overflow: hidden
}

.wrap_blog {
   width: 1920px;
   position: absolute;
   left: 50%;
   margin-left: -960px;
}

.wrap_blog ul {
   width: 1935px;
   height: 430px;
}

.wrap_blog ul li {
   margin-bottom: 15px;
   margin-right: 15px;
   overflow: hidden;
   position: relative;
   float: left
}

.wrap_blog ul li span {
   position: absolute;
   padding: 0px 18px;
   line-height: 22px;
   color: #FFF;
   font-size: 16px;
   bottom: 14px;
   left: 0;
   z-index: 1000
}

.wrap_blog ul .blog_banner_right {
   width: 699px;
   margin-right: 0
}

.wrap_blog ul .blog_banner_right div {
   height: 200px;
   overflow: hidden;
   margin-bottom: 15px;
   margin-right: 15px;
   position: relative;
   float: left
}

.wrap_blog ul .blog_banner_right div img {
   position: relative;
   z-index: 1
}

.wrap_blog ul .blog_banner_right div span {
   position: absolute;
   padding: 0px 18px;
   line-height: 22px;
   color: #FFF;
   font-size: 16px;
   bottom: 14px;
   left: 0;
   z-index: 10
}

.wrap_blog ul li img {
   position: relative;
   z-index: 1;
   float: left
}

.wrap_blog ul li img:hover {
   -webkit-transition: all .8s linear;
   -moz-transition: all .8s linear;
   transition: all .8s linear;

   -webkit-transform: scale(1.12);
   -moz-transform: scale(1.12);
   transform: scale(1.12);

   opacity: .9;
   filter: alpha(opacity=90);
}

.wrap_blog ul li a {
   color: #FFF;
   font-weight: bold;
   text-decoration: none
}

.wrap_blog ul li a:hover {
   color: #FFF;
   font-weight: normal;
   text-decoration: none
}

/*Blog Left*/
.inblog_left {
   width: 250px;
   min-height: 550px;
   margin-right: 30px;
   background: #FFF;
   padding-bottom: 50px;
   float: left
}

.inblog_right {
   width: 820px;
   padding-top: 50px;
   float: left
}

.lable_list {
   width: 233px;
   margin-top: 48px;
   margin-left: 17px;
   float: left
}

.lable_list h4 {
   display: block;
   width: 100%;
   margin-bottom: 12px;
   font-weight: normal;
   font-size: 16px;
   color: #333;
}

.lable_list ul {
   width: 255px;
}

.lable_list ul li {
   line-height: 22px;
   margin-right: 4px;
   margin-bottom: 4px;
   float: left
}

.lable_list ul li a {
   padding: 0 10px;
   display: block;
   background: #ededed;
   color: #666666;
   text-decoration: none
}

.lable_list ul li a:hover {
   background: #000;
   color: #FFF;
   text-decoration: none
}

/*left_posts*/
.blogleft_list {
   width: 216px;
   margin-left: 17px;
   float: left
}

.blogleft_list li {
   width: 100%;
   line-height: 50px;
   border-bottom: 1px solid #ddd;
   font-size: 14px;
   float: left
}

.blogleft_list li a {
   color: #333;
   display: block;
   text-decoration: none
}

.blogleft_list li a:hover {
   color: #c7a472;
   text-decoration: none
}

.left_posts {
   width: 216px;
   margin-left: 17px;
   margin-top: 48px;
   float: left
}

.left_posts h4 {
   height: 30px;
   line-height: 30px;
   font-weight: normal;
   color: #333;
   font-size: 16px;
   float: left
}

.left_posts img {
   margin-left: 17px;
   margin-bottom: 10px;
   float: left
}

.left_posts ul li {
   width: 216px;
   font-size: 12px;
   line-height: 22px;
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px dashed #e6e6e6;
   float: left
}

/*Blog pic_list*/
.blog_pic_list {
   width: 100%;
   float: left
}

.blog_pic_list ul {
   width: 858px;
   position: relative;
}

.blog_pic_list li {
   width: 250px;
   margin-right: 36px;
   margin-bottom: 27px;
   position: absolute;
   left: 0px;
   top: 0px;
}

.blog_pic_list li .blog_list_img {
   width: 100%;
   margin-bottom: 15px;
   float: left
}

.blog_pic_list li .blog_list_img img {
   float: left
}

.blog_pic_list li .blog_list_title {
   width: 100%;
   padding: 10px 0;
   margin-bottom: 10px;
   font-weight: bold;
   text-align: center;
   border-top: 1px solid #cbcbcb;
   border-bottom: 1px solid #cbcbcb;
   float: left
}

.blog_pic_list li .blog_list_title a {
   color: #333;
   text-decoration: none
}

.blog_pic_list li .blog_list_title a:hover {
   color: #555;
   text-decoration: none
}

.blog_pic_list li .blog_list_title .b_l_title {
   width: 100%;
   display: block;
   color: #000;
   font-size: 14px;
   margin-bottom: 5px;
   line-height: 20px;
}

.blog_pic_list li .blog_list_title .b_l_title:hover {
   color: #000;
}

.blog_pic_list li .blog_list_title .b_l_link {
   display: block;
   color: #666;
   font-size: 12px
}

.blog_pic_list li .blog_list_title .b_l_link i {
   font-style: normal;
}

.blog_pic_list li .blog_list_title .b_l_link .b_time {
   padding-left: 16px;
   background: url(../images/inc_inc.png) no-repeat 0px -361px;
   margin-right: 25px;
   color: #999;
}

.blog_pic_list li .blog_list_title .b_l_link i {}

.blog_pic_list li .blog_list_title .b_l_link i a {
   padding-left: 16px;
   background: url(../images/inc_inc.png) no-repeat 0px -394px;
   color: #999;
   text-decoration: none
}

.blog_pic_list li .blog_list_title .b_l_link i a:hover {
   text-decoration: none
}

.blog_pic_list li .blog_list_text {
   width: 100%;
   line-height: 21px;
   color: #666;
   font-size: 13px;
   float: left
}

.blog_pic_list li .blog_list_link {
   width: 100%;
   margin-top: 24px;
   display: block;
   float: left
}

.blog_pic_list li .blog_list_link a {
   color: #333;
   text-decoration: none;
   font-weight: bold;
   padding-right: 20px !important;
   background: url(../images/inc_inc.png) no-repeat 136px -425px !important;
}

.blog_pic_list li .blog_list_link a:hover {
   color: #555;
   background: url(../images/inc_inc.png) no-repeat 136px -457px !important;
   text-decoration: none
}

/*Blog - 内容*/
.blog_cotent_title {
   width: 100%;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 12px;
   line-height: 30px;
   border-top: 1px solid #cbcbcb;
   border-bottom: 1px solid #cbcbcb;
   margin-bottom: 24px;
   float: left
}

.blog_cotent_title h4 {
   font-size: 18px;
   color: #333;
   display: block;
}

.blog_cotent_title .b_l_link {
   display: block;
   color: #666;
   font-size: 12px
}

.blog_cotent_title .b_l_link i {
   font-style: normal;
}

.blog_cotent_title .b_l_link .b_time {
   padding-left: 16px;
   background: url(../images/inc_inc.png) no-repeat 0px -360px;
   margin-right: 25px;
   color: #666;
}

.blog_cotent_title .b_l_link i {}

.blog_cotent_title .b_l_link i a {
   padding-left: 16px;
   background: url(../images/inc_inc.png) no-repeat 0px -393px;
   color: #666;
   text-decoration: none
}

.blog_cotent_title .b_l_link i a:hover {
   text-decoration: none
}

.blog_content_text {
   line-height: 24px;
   color: #666;
   font-size: 13px;
}

.blog_next_pre {
   width: 100%;
   height: 38px;
   line-height: 38px;
   margin-top: 40px;
   border-top: 1px solid #cbcbcb;
   border-bottom: 1px solid #cbcbcb;
   padding: 15px 0;
   font-size: 14px;
   float: left
}

.blog_next_pre .blog_pre {
   background: url(../images/blog_pre.png) no-repeat 0px 13px;
   padding-left: 21px;
   float: left
}

.blog_next_pre .blog_pre:hover {
   background: url(../images/blog_preg.png) no-repeat 0px 13px;
}

.blog_next_pre .blog_next {
   background-image: url(../images/blog_next.png);
   background-repeat: no-repeat;
   background-position: right 14px;
   padding-right: 21px;
   float: right
}

.blog_next_pre .blog_next:hover {
   background-image: url(../images/blog_nextg.png);
   background-repeat: no-repeat;
   background-position: right 14px;
   padding-right: 21px;
   float: right
}

.blog_next_pre a {
   color: #333;
   font-weight: bold;
   text-decoration: none
}

.blog_next_pre a:hover {
   color: #555;
   text-decoration: none
}

/*------表格统一样式-----*/
table {
   border-collapse: collapse;
   /* 边框合并属性  */
}

th {
   border: 1px solid #dfdfdf;
}

td {
   border: 1px solid #dfdfdf;
}

/*页脚*/
.footer {
   width: 100%;
   background: #c7a472;
   height: 40px;
   padding-top: 20px;
   color: #222222;
   font-size: 14px;
}

.footer a {
   color: #222222;
   text-decoration: none
}

.footer a:hover {
   color: #FFF;
   text-decoration: underline
}

.footer .footer_text {
   /* float: left */
   text-align: center;
}

/* .footer .footer_text span{display:block} */
.footer ul {
   float: right
}

.footer ul li {
   margin-left: 42px;
   float: left
}

/*分页*/
#pages {
   width: 100%;
   margin-top: 50px;
}

div.green-black {
   padding: 3px;
   margin: 3px;
   line-height: 40px;
   font-size: 14px;
   text-align: center;
}

div.green-black a {
   border: #e0e0e0 1px solid;
   height: 34px;
   line-height: 34px;
   display: inline-block;
   padding: 0px 13px;
   background: url(../images/image1.gif) #FFF;
   color: #454545;
   margin-right: 6px;
   text-decoration: none
}

div.green-black a:hover {
   border: #c7a472 1px solid;
   background: url(../images/image2.gif) #c7a472;
   text-decoration: none;
   color: #fff
}

div.green-black a:active {
   border: #18477d 1px solid;
   background: url(../images/image2.gif) #c7a472;
   text-decoration: none;
   color: #fff
}

div.green-black span.current {
   border: #c7a472 1px solid;
   height: 34px;
   line-height: 34px;
   display: inline-block;
   padding: 0px 13px;
   font-weight: bold;
   background: url(../images/image2.gif) #c7a472;
   color: #fff;
   margin-right: 6px
}

div.green-black span.disabled {
   border: #005ca1 1px solid;
   padding: 8px 13px;
   color: #ccc;
   background: #f6fdff;
   margin-right: 6px
}

/* 链接 */
.aGray,
.aGray a:link,
.aGray a:visited {
   color: #666;
   text-decoration: none
}

.aGray a:hover,
.aGray a:active {
   color: #c7a472;
   text-decoration: none
}

.aWhite,
.aWhite a:link,
.aWhite a:visited {
   color: #FFF;
   text-decoration: none
}

.aWhite a:hover,
.aWhite a:active {
   color: #c7a472;
   text-decoration: none
}

.aGray333,
.aGray333 a:link,
.aGray333 a:visited {
   color: #333;
   text-decoration: none
}

.aGray333 a:hover,
.aGray333 a:active {
   color: #c7a472;
   text-decoration: underline
}

/*登录框*/
.login_top {
   width: 100%;
   height: 330px;
   padding-top: 65px;
   background: #FFF;
   color: #333;
   position: fixed;
   top: 0;
   z-index: 10000;
   display: block;
}

.login_top input {
   border: none;
}

.login_top .close {
   padding-right: 21px;
   color: #666;
   text-decoration: none;
   position: absolute;
   right: 0;
   top: -50px;
   background: url(../images/inc_inc.png) no-repeat 38px -36px;
}

.login_top .close:hover {
   color: #666;
}

.login_top .login_account {
   width: 500px;
   margin-right: 100px;
   float: left
}

.login_top .login_account {
   width: 500px;
   float: left
}

.login_top .login_note {
   display: block;
   width: 100%;
   height: 30px;
   font-size: 16px;
   font-weight: bold;
   border-bottom: 1px solid #d9d9d9;
   margin-bottom: 33px;
   float: left
}

.login_top .login_account .login_input {
   width: 100%;
   height: 35px;
   margin-bottom: 20px;
   float: left
}

.login_top .login_account .login_input span {
   width: 110px;
   display: block;
   line-height: 35px;
   text-align: right;
   float: left
}

.login_top .login_account .login_input input {
   width: 362px;
   line-height: 33px;
   border: 1px solid #d9d9d9;
   margin-left: 26px;
   float: left
}

.login_top .login_account .login_checkbox {
   width: 364px;
   line-height: 22px;
   padding-left: 136px;
   margin-bottom: 30px;
   float: left
}

.login_top .login_account .login_checkbox input {
   width: 22px;
   height: 22px;
   margin-right: 10px;
   background: none;
   border: 1px solid #d9d9d9;
   float: left
}

.login_top .login_account .login_checkbox a {
   color: #8a8a8a;
   text-decoration: underline;
   float: right;
}

.login_top .login_account .login_checkbox a:hover {
   color: #000;
   text-decoration: none
}

.login_top .login_account .bt_submit {
   width: 150px;
   height: 35px;
   display: block;
   text-align: center;
   background: #000;
   cursor: pointer;
   border: none;
   color: #FFF;
   margin-left: 136px;
   float: left
}

.login_top .login_account .bt_submit:hover {
   background: #333;
}

.login_top .login_newaccount {
   width: 500px;
   float: left
}

.login_top .login_newaccount .login_newac_note {
   width: 100%;
   margin-bottom: 25px;
   text-align: left;
   float: left
}

.login_top .login_newaccount .bt_submit {
   width: 136px;
   height: 35px;
   display: block;
   text-align: center;
   background: #000;
   cursor: pointer;
   border: none;
   color: #FFF;
   float: left
}

.login_top .login_newaccount .bt_submit:hover {
   background: #333;
}

/*在线客服*/
.online {
   width: 50px;
   position: fixed;
   top: 300px;
   right: 20px;
}

.online a {
   width: 50px;
   height: 50px;
   display: block;
   background-color: rgba(199, 164, 114, 0.8) !important;
   margin-bottom: 2px;
   float: left
}

.online a img {
   width: 100%;
}

.online a:hover {
   background-color: rgba(0, 0, 0, 0.8) !important;
}

.online .online_phone_num {
   width: 150px;
   position: absolute;
   right: 50px;
   opacity: 0;
   display: block;
   top: 0px;
   padding-right: 2px;
   overflow: hidden
}

.online .online_phone_num span {
   width: 146px;
   line-height: 46px;
   background: #FFF;
   display: block;
   text-align: center;
   border: 2px solid #d2b68e;
   color: #C7A472;
   font-size: 14px;
   font-weight: bold
}

.online .online_erweima {
   width: 0px;
   position: absolute;
   right: 50px;
   opacity: 0;
   display: block;
   top: 104px;
   overflow: hidden
}

.online .online_erweima img {
   border: 2px solid #d2b68e;
}

.online .erweima:hover .online_erweima {
   display: block
}

.home-brand {
   padding: 50px 0;
   background-color: #fff;
}

.home-brand .brand ul {
   display: flex;
   justify-content: center;
   margin: 0 -30px;
}

.home-brand .brand ul li {
   padding: 0 30px;
}

.home-brand .brand img {
   height: 150px;
}

@media (max-width: 991px) {
   .home-brand .brand img {
      height: 80px;
   }
}

.left_faq .fz18 span {
   display: none;
}

/* 移动端样式 */
@media (max-width: 1199.9px) {
   .menu ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
   }

   .menu .logo {
      width: auto;
      height: auto;
   }

   .menu ul {}

   .menu .logo a {
      display: block;
   }

   .menu .logo a img {
      width: 140px;
      height: auto;
   }

   .menu ul li a,
   .menu ul li a:visited {
      height: auto;
   }

   .menu ul li {
      display: none;
   }

   .header .top_menu {
      display: none;
   }

   .menu {
      width: 92%;
      margin: auto;
      height: auto;
   }

   .navgations {
      height: auto;
   }

   .header .top_phone {
      margin-right: 0;
   }

   .wrap {
      width: 92%;
      margin: auto;
   }

   .top_phone {
      display: none;
   }
}

/* venPho */
/* phone */
/*  */
#venPho {
   display: none;
   margin-bottom: 2px;
}

#venPho .venPhoSack {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   width: 26px;
   height: 100%;
   margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
   content: "";
   display: block;
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   height: 2px;
   transform: translateY(-50%);
   background: #c7a472;
   transition: all .5s;
}

#venPho .venPhoSack::before {
   margin-top: -7px;
}

#venPho .venPhoSack::after {
   margin-top: 7px;
}

#venPho .venPhoSack.on::before {
   margin-top: -3px;
   transform: translateY(50%) rotate(46deg);
   background: #c7a472;
}

#venPho .venPhoSack.on::after {
   margin-top: -2px;
   transform: translateY(0%) rotate(-46deg);
   background: #c7a472;
}

#venPho .venPhoSack span {
   height: 2px;
   display: block;
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   transform: translateY(-50%);
   background: #c7a472;
   transition: all .5s;
}

#venPho .venPhoSack.on span {
   opacity: 0 !important;
}

@media (max-width: 1199.9px) {
   #venPho {
      display: block;
   }
}

#venPhoSec {
   /* display: none; */
   position: fixed;
   right: -100%;
   opacity: 0;
   top: 125px;
   width: 100%;
   height: 100vh;
   background: #FFF;
   transition: all 0.8s ease;
   /* animation-name: fadeInUp11t; */
   /* animation-duration: 0.8s; */
   z-index: 9999;
}

@keyframes fadeInUp11t {
   0% {
      opacity: 0;
      /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0)
   }

   to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
   }
}

#venPhoSec ul li .xiaopingsanji {
   display: flex;
   height: 45px;
   align-items: center;
   width: 92%;
   margin: auto;
}

#venPhoSec .menu-list li {
   border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
   width: 100%;
}

#venPhoSec ul li i {
   /* color: #fff; */
   color: #222;
   padding-left: 15px;
   cursor: pointer;
}

#venPhoSec ul li i svg {
   width: 14px;
   height: 14px;
}

#venPhoSec ul li i img {
   width: 20px;
}

.menu-head {
   height: 46px;
   line-height: 46px;
   /* padding: 0 38px; */
   /* margin: auto; */
   /* border-bottom: 1px solid #33333330; */
   display: flex;
   justify-content: space-between;
}

.menu-head a {
   color: #222;
   /* font-family: 'DM Sans'; */
   font-size: var(--zj-ft1-1h);
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   text-transform: uppercase;

   width: 100%;
   margin: auto;
   display: block;
   transition: all 0.3s ease;
}

.menu-head a:hover {
   color: #c7a472;
}

.xiantiao>a {
   color: #c7a472;
}

.menu_body {
   line-height: 38px;
   display: none;
   /* border-bottom: 1px solid #33333330; */
   margin-bottom: 10px;
   width: 92%;
   margin: auto;
}

.menu_body a {
   display: block;
   /* height: 38px; */
   line-height: 32px;
   padding-left: 10px;
   /* color: #fff; */
   color: #222;
   /* font-family: 'DM Sans'; */
   font-size: var(--zj-ft1-1h);
   font-style: normal;
   font-weight: normal;
   line-height: calc(var(--zj-ft1-1h) * 1.6);
   text-transform: uppercase;
   transition: all 0.5s ease;
}

.menu_body a:last-child {
   margin-bottom: 10px;
}

.menu_body h2 {
   padding-left: 53px;
   font-size: 16px;
   color: #333;
   font-weight: bold;
   line-height: 28px;
}

.menu_body a:hover {
   color: #c7a472;
}

@media (max-width: 499px) {
   #venPhoSec {
      top: 82px;
   }

   #venPhoSec ul li .xiaopingsanji {
      height: 42px;
   }
}

/* 开封2 */
@media (max-width: 1199.9px) {
   .flex-direction-nav li a.prev {
      left: 20px !important;
   }

   .flex-direction-nav li a.next {
      right: 20px !important;
      background-size: cover !important;
      background-position: -46px 0 !important;
   }

   .flex-direction-nav li a {
      width: 22px !important;
      height: 49px !important;
      background-size: cover !important;
   }

   .flexslider .slides img {
      width: 100% !important;
      height: 400px !important;
      object-fit: cover;
      object-position: center;
   }

   .online {
      display: none;
   }
}

.flexslider .slides img {
   width: 100% !important;
}

/* footer-five */
#footer-five {
   box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
   background: #c7a472;
   display: none;
   position: fixed;
   z-index: 12;
   bottom: 0;
   width: 100%;
}

#footer-five .wechat-pic {
   position: absolute;
   bottom: 60px;
   display: none;
}

#footer-five .endfive-menu {
   display: flex;
   justify-content: space-between;
   height: 100%;
   width: 100%;
   overflow: hidden;
}

#footer-five .endfive-menu li {
   border-right: 1px solid #f6f6f67a;
   color: #FFF;
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

#footer-five .endfive-menu li:nth-child(7) {
   border-right: none;
}

#footer-five .endfive-menu #backtotop {
   border-right: none;
}

#footer-five .endfive-menu li i {
   font-size: 20px;
   color: #fff;
}

#footer-five .endfive-menu li i svg {
   font-size: 20px;
   color: #fff;
   width: 20px;
   height: 20px;
}

#footer-five .endfive-menu li a {
   font-size: 13px;
   color: #fff;
   font-family: 'Inter';
   font-weight: normal;
}

#footer-five .endfive-menu li a span {
   display: block;
   text-align: center;
}

@media (max-width: 1199.9px) {
   #footer-five {
      display: block;
   }
}

@media (max-width: 499px) {
   #footer-five .endfive-menu li {
      padding: 4px 0;
   }

   #footer-five .endfive-menu li i {
      font-size: 16px;
   }

   #footer-five .endfive-menu li i svg {
      width: 16px;
      height: 16px;
   }
}

a {
   text-decoration: none;
   /* cursor: pointer !important; */
}

/* -------------------------------------------------------------- */
@media (max-width: 1199.9px) {
   .home_procate {
      height: auto;
   }

   .home_procate .home_procate_list {
      height: auto;
   }

   .home_procate .home_procate_list ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
   }

   .home_procate .home_procate_list ul li {
      height: auto;
      margin-right: 0;
   }

   .home_procate {
      padding-bottom: 80px;
   }

   .home_procate .home_procate_list ul li {
      width: 24%;
   }

   .home_procate .home_procate_list ul li img {
      width: 100%;
      height: auto;
   }

   .home_video_list ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
   }

   .home_video_list li {
      float: none;
      margin-right: 0;
      width: 48%;
   }

   .home_video_list li img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
   }

   .home_video_list .home_video_pic .play {
      width: 20px;
      height: 20px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
   }

   .home_news {
      height: auto;
   }

   .home_newslist {
      height: auto;
   }

   .home_news_l {
      width: 100%;
      margin-bottom: 20px;
   }

   .home_news_l img {
      float: none;
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
   }

   .home_news_r {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
   }

   .home_news_r .home_news_r_text {
      width: 100%;
      height: auto;
   }

   .home_news_r img {
      float: none;
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      margin-bottom: 20px;
   }

   .home_news_r .home_news_r_time {
      left: auto;
      right: 0;
   }

   .home_help {
      display: none;
   }

   .home_news_l {
      float: none;
   }

   .home_news_r .home_news_r_text {
      float: none;
   }

   /* * {
      float: none !important;
   } */

   .home_procate .home_procate_list ul li {
      display: block;
      vertical-align: top;
   }

   .home_news * {
      float: none !important;
   }
}

/* ------------------------------------------------------------- */

@media (max-width: 1199.9px) {
   .home_contact>.wrap {
      display: flex;
      justify-content: space-between;
   }

   .bottom_contactus {
      width: 40%;
      float: none;
   }

   .home_procatelist {
      width: 50%;
      margin-left: 0;
      float: none;
   }

   .home_contact {
      width: 100%;
      height: auto;
      padding-bottom: 60px;
   }

   .bottom_message input {
      width: 100%;
      margin-right: 0;
      float: none;
   }

   .bottom_message textarea {
      width: 100%;
      float: none;
   }

   .footer {
      height: 76px;
      padding-top: 16px;
   }


   .bottom_message {
      width: 100%;
   }

   .home_procatelist>ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
   }

   .home_procatelist li {
      width: auto;
      float: auto;
   }
}

@media (max-width: 768px) {
   .home_contact>.wrap {
      flex-direction: column;
   }

   .home_contact * {
      float: none;
   }

   .bottom_contactus {
      width: 100%;
   }

   .home_procatelist {
      display: none;
   }

   .footer {
      height: 95px;
      padding-top: 8px;
   }
}

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */

@media (max-width: 1199.9px) {
   .in_body .wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
   }

   .inblog_left {
      width: 24%;
      flex: 0 0 auto;
      float: none;
      min-height: auto;
      margin-right: 0;
      height: auto !important;
   }

   .in_left_list {
      width: 100% !important;
   }

   .inblog_right {
      width: 74%;
      flex: 0 0 auto;
      float: none;
   }

   .blog_pic_list ul {
      width: 100%;
   }

   .blog_pic_list li {
      width: 33.333%;
      margin-right: 0;
      /* height: 100%; */
      position: relative;
      left: 0px !important;
      top: 0px !important;

   }

   .blog_pic_list ul {
      display: flex;
      flex-wrap: wrap;
   }
}

/* ------------------------------------------------------------- */

@media (max-width: 1199.9px) {
   .in_body .wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
   }

   .inblog_left {
      width: 24%;
      flex: 0 0 auto;
      float: none;
      min-height: auto;
      margin-right: 0;
      height: auto !important;
   }

   .in_left_list {
      width: 100%;
   }

   .inblog_right {
      width: 74%;
      flex: 0 0 auto;
      float: none;
   }

   .blog_pic_list ul {
      width: 100%;
   }

   .blog_pic_list li {
      width: 33.333%;
      margin-right: 0;
      /* height: 100%; */
      position: relative;
      left: 0px !important;
      top: 0px !important;

   }

   .blog_pic_list ul {
      display: flex;
      flex-wrap: wrap;
   }

   .in_left_list {
      width: 100%;
   }
}

@media (max-width: 1092px) {
   .in_body .wrap {
      flex-direction: column;
   }

   .inblog_left {
      width: 100%;
   }

   .left_posts {
      width: 100%;
   }

   .left_posts ul li {
      width: 100%;
   }

   .inblog_left {
      padding-bottom: 0px;
   }

   .left_posts {
      margin-top: 18px;
      margin-left: 0;
      padding: 0 18px;
   }

   .left_posts ul li {
      width: 96%;
   }

   .inblog_right {
      width: 100% !important;
   }

   .blog_pic_list ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
   }

   .blog_pic_list li {
      width: 32.333%;
   }

   .blog_pic_list li .blog_list_img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      float: none;
   }
}

/* --1---------1------------1--------------------1-------------- */
@media (max-width: 1199.9px) {
   .wrap {
      width: 92% !important;
      margin: auto;
   }

   .in_body .wrap {
      display: flex;
      justify-content: space-between;
   }

   .contact_form {
      width: 40%;
      flex: 0 0 auto;
   }

   .contact_content {
      width: calc(60% - 30px);
      margin-left: 0;
      float: none;
   }

   .contact_form_content li input {
      width: 100%;
      float: none;
   }

   .contact_form_content li {
      float: none;

   }

   .contact_form_content {
      float: none;
   }

   .contact_form_content li textarea {
      float: none;
   }

   .contact_form_content li textarea {
      width: 100%;
   }
}

@media (max-width: 1092px) {
   .contact_form {
      width: 98%;
   }

   .contact_content {
      width: 100%;
      margin-bottom: 20px;
   }
}

/* --2---------2------------2--------------------2-------------- */
@media (max-width: 1199.9px) {
   .in_body .wrap {
      display: flex;
      justify-content: space-between;
   }

   .in_left {
      width: 24%;
      margin-right: 0;
      margin-top: -400px;
      float: none;
   }

   .in_right {
      width: 74%;
      float: none;
   }
}

@media (max-width: 1080px) {
   .in_right {
      width: 100%;
   }

   .in_left {
      width: 100%;
      margin-top: 40px !important;
      height: auto !important;
   }

   .in_content_text p img {
      max-width: 100%;
   }

   .left_faq ul li {
      width: 94% !important;
      float: none;
   }

   .left_faq h4 {
      width: 100%;
      float: none;
      width: 98%;
   }

   .er li {
      width: 96% !important;
   }
}

/* --3---------3------------3--------------------3-------------- */
@media (max-width: 1080px) {
   .video_list li {
      width: 42%;
      float: none;
   }

   .video_list li img {
      width: 100%;
      object-fit: cover;
      object-position: center;
   }

   .video_list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
   }

   /*  */
   .factory_list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
   }

   /*  */
   .team_pic {
      width: 100%;
      object-fit: cover;
      object-position: center;
   }

   .team_list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      float: none;
   }

   .blog_content_text img {
      max-width: 100%;
   }
}

/* --4---------4------------4--------------------4-------------- */
.pro_list li span {
   overflow: hidden;
}

@media (max-width: 1199.9px) {
   .pro_list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
   }

   .pro_detail_top {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: column;
   }

   .pro_detail_top .prodetail_piclist {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 20px;
   }

   .left-pro .t2 {
      width: 100% !important;
   }

   .left-pro .t2 a {
      width: 100% !important;
   }

   .left-pro .t2 img {
      width: 100% !important;
      height: auto !important;
   }

   .left-pro .t2 {
      width: 100%;
   }

   .in_left {
      height: auto !important;
   }

   .box {
      width: 100% !important;
   }

   .pro_detail_top .prodetail_note {
      width: 100% !important;
   }

   .prodetail_form input {
      width: 97%;
   }

   .prodetail_form textarea {
      width: 97%;
   }

   .in_left {
      height: auto !important;
   }

   .prodetail_form {
      width: 100%;
   }

   .pro_detail_top .prodetail_piclist {
      margin-bottom: 20px;
   }

   .advantages .wrap {
      display: flex;
      flex-direction: column;
   }

   .ad_content {
      width: 100%;
      position: relative;
      z-index: 0;
      left: 0;
      top: 80px;
   }

   .ad_content ul {
      width: 100%;
   }

   .ad_piclist {
      width: 100%;
      height: 390px;
      margin-top: 120px;
      z-index: 12;
      float: none;
      padding-bottom: 60px;
   }

   .advantages {
      width: 100%;
      height: auto;
   }
}

@media (max-width: 870px) {
   .pro_detail_top .prodetail_piclist {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 20px;
   }

   .left-pro .t2 {
      width: 100%;
      float: none;
   }

   .left-pro .t1 {
      width: 100%;
      float: none;
   }

   .box {
      width: 100%;
   }

   .left-pro .t2 img {
      text-indent: 0;
      width: 100% !important;
      object-fit: cover;
      object-position: center;
      height: auto !important;
   }

   .MagicThumb {
      width: 100% !important;
   }

   #showArea {
      width: 100%;
      height: auto;
   }

   .pro_detail_top .prodetail_note {
      width: 100%;
      float: none;
   }

   .prodetail_form input {
      width: 98%;
   }

   .prodetail_form {
      width: 100%;
   }

   .prodetail_form textarea {
      width: 98%;
   }


}

@media (max-width: 850px) {
   .ad_piclist {
      display: none;
   }

   .ad_content {
      width: 100%;
      position: relative;
      z-index: 0;
      left: 0;
      top: 0;
      padding: 40px 0;
   }
}