﻿@charset "utf-8"; 
/**初始**/
* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
html {font: normal 14px "Microsoft YaHei";-webkit-text-size-adjust: 100%}
body {padding: 0;margin: 0 auto;font-size: 14px;color: #666;background-color: #fff;font-family: "Microsoft YaHei";
-webkit-text-size-adjust: none;
/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight: rgba(0,0,0,0); 
/*控制内容的可选择性*/
-webkit-user-select: none; 
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
ul, 
li, 
form, 
dl, 
dt, 
dd, 
div, 
ol,
figure,
aside{padding: 0;margin: 0;}
.ul,
 .ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;font-size: 14px;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}  
a:hover {color: #DA2E36;text-decoration: none;}
a:focus {color: #333;outline: none;-moz-outline: none;}
a:active {color: #333;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Microsoft YaHei";
    text-align:justify;
    text-justify:inter-ideograph;
    }
    
.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:""; display:block; height:0; clear:both; } 

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot1{display: block;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.nM{ margin:0;}
.nP{ padding:0;}
/**字体大小**/
.fz_24{ font-size:24px;}
.fz_20{ font-size:20px;}
.fz_18{ font-size:18px;}
.fz_16{ font-size:16px;}
.fz_14{ font-size:14px;}
.fz_12{ font-size:12px;}
/**初始 End**/

.fl{ float:left;}
.fr{ float:right;}
.w22{ width:22%; padding-bottom:4%;}
.w75{ width:75%; padding-bottom:4%;}
@media(max-width:1024px){
.fl,
.fr{ float:none;}
.w22,
.w75{ width:auto; padding-bottom:2%;}
}
/**页面框架 End**/
.auto{ margin:0 auto;}
.auto_1400{ max-width:1400px;}


.auto_1280{ max-width:1280px;}
@media(max-width:1280px){.auto_1280{ padding:0 2%;}}

.auto_1200{ max-width:1200px;}
@media(max-width:1200px){.auto_1200{ padding:0 2%;}}

.auto_1180{ max-width:1180px;}
@media(max-width:1180px){.auto_1180{ padding:0 2%;}}

.auto_1150{ max-width:1150px;}
@media(max-width:1150px){.auto_1150{ padding:0 2%;}}

.auto_1100{ max-width:1100px;}
@media(max-width:1100px){.auto_1100{ padding:0 2%;}}

.auto_1050{ max-width:1050px;}
@media(max-width:1050px){.auto_1050{ padding:0 2%;}}

.auto_1000{ max-width:1000px;}
@media(max-width:1000px){.auto_1000{ padding:0 2%;}}

.auto_985{ max-width:985px;}
@media(max-width:950px){.auto_950{ padding:0 2%;}}

.auto_950{ max-width:950px;}
@media(max-width:950px){.auto_950{ padding:0 2%;}}

.singlepage{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}


/*banner样式*/
.banner{width: 100%;position: relative;text-align: center;padding-top: 77px;}
.banner .pc{width: 100%;height: auto;display: inline-block;}
.banner .sj{ width: 100%;height: auto;display: none; }

.swiper_banner{
    width: 100%;
    overflow: hidden;
}

.swiper_banner .swiper-pagination-bullet{
    display: inline-block;
    width: 63px;
    height: 4px;
    background: #fff;
    border-radius:0;
    opacity: 1;
}
.swiper_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #de0001;}
.swiper_banner .swiper-button-next,
.swiper_banner .swiper-button-prev{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
}
.swiper_banner .swiper-button-next{
    left: auto;
    right: 0;
   
}
.swiper_banner .swiper-button-prev{
    left: 0;
    right: auto;
  
}
@media(max-width: 640px){
.swiper_banner .swiper-pagination-bullet{width: 8px;}
.banner .pc{width: 100%;height: auto;display: none;}
.banner .sj{ width: 100%;height: auto;display:inline-block;}
}


/* 内页banner */
.bannerny{width: 100%;position: relative;text-align: center;padding-top: 77px;}
.bannerny .pc{width: 100%;height: auto;display: inline-block;}
.bannerny .sj{ width: 100%;height: auto;display: none; }

@media(max-width: 640px){
.bannerny .pc{width: 100%;height: auto;display: none;}
.bannerny .sj{ width: 100%;height: auto;display:inline-block;}
}
/* 内页banner */


/* 头部 */
.header1{position: fixed;width: 100%;background: #fff;z-index: 100;}
.header{background: #fff;max-width: 1800px;margin: 0 auto; position: relative; z-index: 99;width: 100%;}
.header .auto{ position: relative;}
.header .logo{  max-width: 160px; width: 20%; float: left; padding: 15px 0;}
.header .logo img{max-height: 46px;}
.header .other > a{ width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 31px; color: #000; font-size: 14px;}
.header .other .searchbtn{ background: url(../images/search.png)#ececec no-repeat center center;}
.header .other .langbtn{ background: url(../images/icon_jd.png)#ececec no-repeat center center;}
.header .other .langbtn:hover{ background: url(../images/icon_jdhover.png)#ececec no-repeat center center;}
.header .other .langbtn1{ background: url(../images/icon_tm.png)#ececec no-repeat center center;}
.header .other .langbtn1:hover{background: url(../images/icon_tmhover.png)#ececec no-repeat center center;}
.header .searchbox {  position: absolute; top: 100%; height: 0; overflow: hidden; -webkit-transition: height 300ms; transition: height 300ms; right: 0; width: 200px;}
.header .searchbox input { padding: 0 50px 0 20px; width: 100%; border: none; background: #fff; height: 35px; line-height: 35px;}
.header .searchbox .btn{ background: url(../images/search_ico.png)#fff no-repeat center center; position: absolute; right: 10px; top: 0; height: 28px; width: 20px;}
.header .searchbox.on{ height: 35px; border: 1px solid #ddd; z-index: 2;}

.header .MenuIcon{ position: absolute; top: 50%; margin-top: -15px; right: 2%; width: 25px; height: 25px; z-index: 99;}
.header .MenuIcon span{ position: absolute; left: 35%; display: block; height: 2px; width: 65%; background-color: #000; border-radius: 2px;transition: transform .4s cubic-bezier(.42, 0, 1, 1) 0s; }
.header .MenuIcon span:before{ content: ""; position: absolute; left: -60%; display: block; height: 2px; width: 35%;background-color: #000; border-radius: 2px;}
.header .MenuIcon span.line1{ top: 0; transform: rotate(0deg);}
.header .MenuIcon span.line2{ top: 50%; margin-top: -1px; opacity: 1;}
.header .MenuIcon span.line3{top: 23px;transform: rotate(0deg);}
.header .MenuIcon.openmobile span{ left: 0; width: 100%; background: #fff;}
.header .MenuIcon.openmobile span.line1{ transform: rotate(-45deg); top: 50%;}
.header .MenuIcon.openmobile span.line2 { opacity: 0; }
.header .MenuIcon.openmobile span.line3{ transform: rotate(45deg); top: 50%;}
.header .MenuIcon.openmobile span:before{ display: none;}
.header .navbar li dl{background-color: rgba(255,255,255,.8);}
.header .navbar li.on
.header .navbar li>a{ line-height: 31px; font-size: 15px; color: #000;}
@media only screen and (max-width:767px ) {
    .header .logo{ width: 35%;}
    .header .other{ position: absolute; top: 20px; right: 60px;}
    .header .other > a{ float: left; margin-left: 15px;}
    .header .other .searchbtn{ display: none;}
    .header .searchbox{ position: relative; display: block; width: 100%; height: auto; margin-top: 5px; top: auto;}
    .header nav{ right: -100%; position: fixed; height: 100%; top:0; width: 200px; background: #b51410; transition: right .5s ease-in-out; padding-top: 60px;}
    .header nav.show{ right: 0;}
    .header .navbar{ padding-top: 15px;}
    .header .navbar li{ border-top: 2px solid #ba1915;}
    .header .navbar li:nth-child(2n-1){ background: #a71410;}
    .header .navbar li a{ padding:5px 15px; color: #fff; display: block;}
    .header .navbar li dl{ display: none; padding: 15px;}
    .header .navbar li dl dd{ padding: 5px 0;}
    .header .navbar li dl dd+dd{ border-top: 1px solid #cacaca;}
}
@media only screen and (min-width:768px ) {
    .header .MenuIcon{ display: none;}
    .header nav{ float: right; width: 88%; display: block;}
    .header .navbar{ float: left;}
    .header .other{ float: right;}
    .header .navbar li{ float: left; padding: 22px 10px; position: relative;}
    /* .header .navbar li+li:before{ content: ''; position: absolute; top: 50% ; left: 0;  margin-top: -2px; width: 1px; height: 5px; border-left: 1px dotted #999;}*/ 
    .header .navbar li.on a.btn,
    .header .navbar li:hover>a.btn{background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent; font-weight: bold; border-bottom:2px solid #da251c; padding-bottom: 27px;}
    .header .navbar li dl{ padding: 0; line-height: 31px; position: absolute; left: 28; top: 100%; width: 100%; height: 0; overflow: hidden;  -webkit-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;
    }
    .header .navbar li:hover dl{ height: 61px;}
    .header .navbar li dl dd{ float: left; padding: 15px 20px 15px 30px;}
    .header .navbar li dl dd a{ color: #000;-webkit-transition: color .3s ease-out;-ms-transition: color .3s ease-out;-moz-transition: color .3s ease-out;transition: color .3s ease-out;}
    .header .navbar li dl dd a:hover{ color: #da251c;}
    .header .other{ width: 170px; text-align: right; padding: 22px 10px 0 0;}
    .header .other > a{ margin-left: 10px;  float: right;}
}
@media only screen and (min-width:1024px ) {
    .header .logo{padding: 15px 10px;}
    .header .navbar li{padding: 29px 28px;}
    .header .other{padding-top: 27px;}
}

/* 头部 */

/* 底部 */

/*.Bottom*/
.Bottom{padding:6% 0 0; width:100%; position: relative; margin-top: 0;}
.Bottom,
.Bottom a{ color:#9F9F9F;}
.Bottom a:hover{ opacity:0.8}
.Bottom .auto{ position: relative;}
.Bottom .subnav{ overflow:hidden; min-height:270px;}
.Bottom .subnav dl dt{ padding:0 0 20px;}
.Bottom .subnav dl dt a{ font-size:16px; color:#000;}
.Bottom .subnav dl dd span{ padding:5px 0; display:block;}
.Bottom .subnav dl.end{ display:block;width: 18%;padding-left: 50px;}
.Bottom .subnav dl.end h1{margin: 0; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 25px;}
.Bottom .subnav dl.end p{margin: 0;}
.Bottom .share{ width:230px;}
.Bottom .ewm{ text-align:right;}
.Bottom .ewm  span{ text-align:center; width:101px; display:inline-block; margin-left:5%;}
.Bottom .ewm b{ display:block; color:#acacac; padding-top:10px;font-weight: 300;}
.Bottom .ewm img{ width:101px; height:101px;}
.Bottom .link{  position:relative; padding:30px 0 20px 0;}
.Bottom .link h6{ font-size:14px; line-height:35px; padding:0px 20px; background:#292828; margin: 0;}
.Bottom .link h6 i{ cursor:pointer; display:block; position:absolute; right:0; width:35px; height:35px; background:url(../images/Bottom-foot_link_icon.png) no-repeat right;}
.Bottom .link ul{ display:none; width:100%; position:absolute; right:0; bottom:55px; background-color:#333232;}
.Bottom .link ul li{ border-bottom:solid 1px #292828;}
.Bottom .link ul li a{ padding-left:20px; display:block; line-height: 30px;}
.Bottom .link ul li a:hover{ background-color:#333232;}
.Bottom .copyright{ overflow:hidden;background: #F1F1F1;padding: 1.2% 0;}
.Bottom .copyright i{ padding:0px 13px;font-style: normal;}
.Bottom .copyright .wanhu{ font-weight:bold;}
.Bottom .jiathis_style_32x32{ text-align:left;}
.Bottom .jiathis_style_32x32 a{ display:inline-block;}
.Bottom .jiathis_style_32x32 .jtico_weixin{  background:url(../images/share_bottom.png) no-repeat left !important;}
.Bottom .jiathis_style_32x32 .jtico_weixin:hover{background:url(../images/share_bottom2.png) no-repeat left !important;}

.Bottom .jiathis_style_32x32 .jtico_tsina{  background:url(../images/share_bottom.png) no-repeat -40px !important;}
.Bottom .jiathis_style_32x32 .jtico_tsina:hover{  background:url(../images/share_bottom2.png) no-repeat -40px !important;}

.Bottom .jiathis_style_32x32 .jiathis_button_jd{width: 38px;height: 36px;  background:url(../images/share_bottom.png) no-repeat -124px !important;}
.Bottom .jiathis_style_32x32 .jiathis_button_jd:hover{width: 38px;height: 36px;  background:url(../images/share_bottom2.png) no-repeat -124px !important;}

.Bottom .jiathis_style_32x32 .jiathis_button_tm{width: 38px;height: 36px;  background:url(../images/share_bottom.png) no-repeat -80px !important;}
.Bottom .jiathis_style_32x32 .jiathis_button_tm:hover{width: 38px;height: 36px;  background:url(../images/share_bottom2.png) no-repeat -80px !important;}
.Bottom .jiathis_style_32x32  .jiathis_txt,
.Bottom .jiathis_style_32x32  .jtico{ padding:2px; float:none!important; box-sizing: content-box;}
@media only screen and (max-width:767px ) {
    .Bottom .subnav dl.end{width: 100%;padding-left: 0px;}
    .Bottom .subnav dl{ border-bottom: 1px solid #222;}
    .Bottom .subnav dl dd{ display: none; padding: 10px; border-top: 2px solid #222;}
    .Bottom .subnav dl dt{ padding: 10px;}
    .Bottom .share{ margin: 3% auto 0;}
    .Bottom .fl,.Bottom .fr{ display: block; width: 100%; text-align: center;}
    .Bottom .fl{ margin: 8px 0;}
}
@media only screen and (max-width:1200px ) {
    .Bottom .share{ right: 2%;}
}
@media only screen and (min-width:768px ) {
    .Bottom .fl{ float: left;}
    .Bottom .fr{ float: right;}
    .Bottom .subnav dl{ width: 9%; padding-right: 10px;float:left;}
    .Bottom .subnav dl.pro{ width:13%;}
    .Bottom .share{position:absolute; right:0; top:0;}
    .Bottom .share .ewm  span{ margin-left: 1%;}
}
@media only screen and (min-width:1024px ) {
    .Bottom .subnav dl{ width: 8%;}
    .Bottom .subnav dl.pro{ width:13%;}
    .Bottom .share{ width: 240px;}
    .Bottom .share .ewm  span{ margin-left: 5%;}
}
/* 底部 */

/* 分页 */
.Page{ text-align:center; padding:3% 0; line-height:31px;}
.Page .Pages a{ display:inline-block; vertical-align:middle;}
.Page .Pages .p_cur,
.Page .Pages .p_count,
.Page .Pages .p_total,
.Page .Pages .p_jump,
.Page .Pages .a_first,
.Page .Pages .a_end{ display:none;}
.Page .Pages .a_prev,
.Page .Pages .a_next{ width:76px; height:31px; background:url(../images/anniu.png) no-repeat left top; overflow:hidden; line-height:110px;}
.Page .Pages .a_next{ background-position: right bottom;}
.Page .Pages .a_prev:hover{ background-position: left bottom;}
.Page .Pages .a_next:hover{ background-position: right top;}
.Page .Pages em{ font-style:normal; display:inline-block; font-size:18px; margin:0 10px;}
.Page .Pages em a{ padding:0 5px;}
.Page .Pages a.a_cur{ color:#b48a56;}
@media(max-width:375px){
.Page .Pages em{ display:none;}
}
/* 分页 */

/* 栏目 */
.Menu002217{}
.Menu002217 h2{font-size: 42px; color: #18222a; text-align: center; line-height: 1; margin:0; font-weight:normal;}
.Menu002217 nav{text-align: center;}
.Menu002217 nav ul li{text-align: center; padding:0 9px; display:inline-block;  *zoom:1; *display:inline;}
.Menu002217 nav ul li a{display: block; min-width:140px; height:40px; line-height:40px; font-size: 16px; color: #728391; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-radius:40px; background:#f3f3f3;}
.Menu002217 nav ul li.on a,.Menu002217 nav ul li a:hover{color: #fff;background:url(../images/menu.png) no-repeat center;}

.menu_title{text-align: center;margin: 3% 0 0;}
.menu_title h1{background: url(../images/titlebg.png)no-repeat right top;display: inline-block;font-size: 30px;color: #8C8C8C;font-weight: 300;padding: 15px 30px 15px 0;margin: 0; }
.menu_title p{margin: 0;font-size: 20px;color: #CACACA;text-transform: uppercase;}
.menu_title p em{font-style: normal;color: #C22246;}


@media(max-width:1199px){
.Menu002217 h2{ font-size:35px;}    
}
@media(max-width:1000px){
.Menu002217 h2{ font-size:30px;}
.Menu002217 nav ul li a{ min-width:90px; font-size:14px; height:35px; line-height:35px; padding:0 3%;}
}
@media(max-width:640px){
.Menu002217 h2{ font-size:20px;}    
.Menu002217 nav ul li{ width:100%; margin:0 0 1px; display:block;}
.Menu002217 nav ul li a{ border-radius:0;}  
}
/* 栏目 */

/* 栏目公共部 */
.maincontent{width: 100%;margin-top: 4%; }
/* 栏目公共部 */

/*首页*/

.Home_title{text-align: center;margin: 3% 0;}
.Home_title h1{background: url(../images/titlebg.png)no-repeat right top;display: inline-block;font-size: 30px;color: #8C8C8C;font-weight: 300;padding: 15px 30px 15px 0;margin: 0; }
.Home_title p{margin: 0;font-size: 20px;color: #CACACA;text-transform: uppercase;}
.Home_title p em{font-style: normal;color: #C22246;}


/* 首页第一部分 */
.HFix1_nav ul li{float: left;text-align: center;padding: 0 5.1%;}
.HFix1_nav ul li p{color: #BDBDBD;}
.HFix1_nav ul li .img1{display: block;height: 35px;margin: 0 auto;}
.HFix1_nav ul li .img2{display: none;height: 35px;margin: 0 auto;}
.HFix1_nav ul li:hover .img1{display: none;}
.HFix1_nav ul li:hover .img2{display: block;}

.HFix1_list{margin-top: 4%; }
.HFix1_list ul li{float: left;width: 50%;}

@media(max-width: 640px){
.HFix1_nav ul li{width: 33.33%;padding: 0;}
}
/* 首页第一部分 */

/* 首页第二部分 */
.HFix2_list .more a{color: #DA2630; font-weight:bold; font-size:0.8em; display:inline-block; line-height:2.85em; transition:all ease 0.5s;}
/* .HFix2_list .more a:hover{ padding-right:2.5em; background-color:#2078da; background-position:120% center; color:#fff; transition:all ease 0.5s;}
 */
.HFix2_list dl{ margin-bottom:3%;background-color:#f6f6f6;}
.HFix2_list dl:last-child{ margin-bottom:0;}
@media(min-width:481px){
.HFix2_list dl{ display:table; width:100%;}
.HFix2_list dl dt,
.HFix2_list dl dd{ display:table-cell; vertical-align:middle; width:50%;}
}
.HFix2_list dt figure{ padding:0 10% 0 5%;text-align:left;}

.HFix2_list dd img{ display:block; width:100%;}
.HFix2_list dt figure *{margin:0;}
.HFix2_list dt figure h1,
.HFix2_list dt figure h2{ font-weight:normal; }
.HFix2_list dt figure h1{ font-size:30px;letter-spacing: 6px; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.HFix2_list dt figure h1 span{ display:block;}
.HFix2_list dt figure h2{ font-size:25px; padding:2% 0; position:relative;text-transform: uppercase;color: #B5B5B5;font-weight: 300;}
.HFix2_list dt figure .btn{background: url(../images/zsjm.png);width: 120px;height: 30px;display: block;color: #fff;text-align: center;line-height: 30px;letter-spacing: 2px;}
.HFix2_list dt figure p{ line-height:24px; height:72px; text-align:left; margin:5% 0 10% 0;color: #ABABAB;}
@media(max-width:768px){
.HFix2_list dt figure p{ margin:3% 0; height:auto; }
}
@media(max-width:480px){
.HFix2_list dl dt{ padding:3% 0;}
}
/* 首页第二部分 */

/* 首页第三部分 */
.HFix3_part3{ padding:3% 1%;}
.HFix3_part3 li{ float:left; width:24%; margin:0 0.5% 2%;}
.HFix3_part3 li a{ display:block; position:relative;}
.HFix3_part3 li h3,
.HFix3_part3 li h5{ margin:0; text-align:left; font-size:18px; font-weight:normal;}
.HFix3_part3 li figure{ padding-bottom:70%;}
.HFix3_part3 li figure:hover{box-shadow: 0 0 15px rgba(186,204,207,.7);transition: all .15s cubic-bezier(.4,0,.2,1);-webkit-transform: scale(1.1);
    transform: scale(1.1);transition: all .5s ease;}

.HFix3_part3 li h3{ border:1px solid #e8e8e8; border-top-width:0px; border-top-color:#f4f4f4; padding:2% 15% 2% 8%; line-height:40px; position:relative;}
.HFix3_part3 li h3:before{ position:absolute; content:''; right:25px; top:30%; width:36px; height:36px; /* border-left:1px solid #e8e8e8; */ background:url(../images/Media-more.png) no-repeat left -38px;}
.HFix3_part3 li h3 span{text-transform: uppercase;color: #999;}
.HFix3_part3 li:hover h3:before{ background:url(../images/Media-more.png) no-repeat left 0px;}
.HFix3_part3 li .hover{ opacity:0; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(171,38,45,0.95); z-index:10; transition:0.3s; color:#fff; }
.HFix3_part3 li a:hover .hover{ opacity:1;}
.HFix3_part3 li aside{ position:absolute; left:10%;width:80%; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);transform:translateY(-50%);}

.HFix3_part3 li .hover img{ border-radius:50%; width:100px; height:100px;}
.HFix3_part3 li .hover h5{ margin-top:10px; line-height:22px; max-height:44px; overflow:hidden;}
.HFix3_part3 li .hover i{ display:block;  height:2px; background:#fff; width:30px; margin:10px auto;} 
.HFix3_part3 li .hover p{ font-size:12px; line-height:20px; margin:0; max-height:60px; overflow:hidden;}
@media(max-width:1366px){
.HFix3_part3 li h3,
.HFix3_part3 li .hover h5{ font-size:16px;}
.HFix3_part3 li h3 span{font-size: 13px;}
}
@media(max-width:1366px) and (min-width:1001px){
.HFix3_part3 li .hover img{ width:70px; height:70px;}
.HFix3_part3 li .hover p{ height:40px;}
}
@media(max-width:1000px){
.HFix3_part3 li{ width:48%; margin-left:1%; margin-right:1%;}
}
@media(max-width:640px) and (min-width:376px){
.HFix3_part3 li .hover img{ width:50px; height:50px;}
.HFix3_part3 li .hover p{ height:40px;}
}
@media(max-width:480px){
.HFix3_part3 li h3,
.HFix3_part3 li .hover h5{ font-size:14px;}
.HFix3_part3 li .hover h5{ line-height:20px; max-height:40px;}
}
@media(max-width:375px){
.HFix3_part3 li{ float:none; width:auto;} 
}
/* 首页第三部分 */
/*首页*/


/* 品牌介绍 */
.About{margin-bottom: 5%; }
.About .more a{color: #DA2630; font-weight:bold; font-size:0.8em; display:inline-block; line-height:2.85em; transition:all ease 0.5s;}
/* .About .more a:hover{ padding-right:2.5em; background-color:#2078da; background-position:120% center; color:#fff; transition:all ease 0.5s;}
 */
.About ul{ margin-bottom:3%;}
.About ul:last-child{ margin-bottom:0;}
@media(min-width:481px){
.About ul{ display:table; width:100%;}
.About ul .ICpic,
.About ul .ICimg{ display:table-cell; vertical-align:middle; width:50%;}
}
.About .ICpic figure{ padding:0 10% 0 5%;text-align:left;}

.About .ICimg img{ display:block; width:100%;height: auto;}
.About .ICpic figure *{margin:0;}
.About .ICpic figure h1,
.About .ICpic figure h2{ font-weight:normal; }
.About .ICpic figure h1{ font-size:29px;letter-spacing: 6px; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.About .ICpic figure h1 span{ display:block;}
.About .ICpic figure h2{ font-size:25px; padding:2% 0; position:relative;text-transform: uppercase;color: #B5B5B5;font-weight: 300;}
.About .ICpic figure .btn{background: url(../images/zsjm.png);width: 120px;height: 30px;display: block;color: #fff;text-align: center;line-height: 30px;letter-spacing: 2px;}
.About .ICpic figure p{ line-height:24px; text-align:left; margin:5% 0;color: #ABABAB;font-size: 12px;}
@media(max-width:768px){
.About .ICpic figure p{ margin:3% 0; }
.About .ICpic figure h1{font-size: 13px;}
.About .ICpic figure h2{font-size: 14px;}
}
@media(max-width:480px){
.About ul .ICpic{ padding:3% 0;}
}
/* 品牌介绍 */

/* 加入我们 */
.Joinp1{overflow:hidden;}
.Joinp1 ul li{background: #F9F9F9;}
.Joinp1 ul li .ICimg{width: 100%;}
.Joinp1 ul li .ICimg img{width: 100%;}
.Joinp1 ul li .ICpic{width: 100%;}
.Joinp1 ul li .ICpic figure{padding:35px 5px 0;}
.Joinp1 ul li .ICpic h1{margin: 0;font-size: 29px;font-weight: 300; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.Joinp1 ul li .ICpic p{font-size: 18px;line-height: 40px;padding: 0 10px 0 0;margin:20px 0 0 0; }

.Joinp2{}
.Joinp2_title{text-align: center;margin: 5% 0 4%;}
.Joinp2_title h1{margin: 0;font-size: 29px;font-weight: 300; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.Joinp2_list ul li{width: 100%;}
.Joinp2_list ul li .ICimg img{width: 100%;}
.Joinp2_list ul li .ICpic{padding:9% 5%;background: #F9F9F9;position: relative;}
.Joinp2_list ul li .ICpic::before{content: '';position: absolute;width: 80px;height: 14px;left: 42%;top: -14px;background: url(../images/before1.png) no-repeat center;}
.Joinp2_list ul li.odd .ICpic::before{bottom: -14px;top: auto; background: url(../images/before2.png) no-repeat center;}
.Joinp2_list ul li .ICpic h1{text-align: center; margin: 0;font-size: 25px;font-weight: 300; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.Joinp2_list ul li .ICpic p{line-height: 25px;}

.Joinp3_title{text-align: center;margin: 5% 0 4%;}
.Joinp3_title h1{margin: 0;font-size: 29px;font-weight: 300; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.Joinp3_list ul li{width: 100%;background: #F1F1F1;margin-bottom: 2%; overflow:hidden;padding:2% 0; }
.Joinp3_list ul li:nth-child(2n){margin-right: 0; }
.Joinp3_list ul li:hover{background: url(../images/zhiweibg.png) no-repeat center;}
.Joinp3_list ul li:hover span{color: #fff;}
.Joinp3_list ul li div span{float: left;padding-left: 50px;font-size: 16px;}
.Joinp3_list ul li:hover span:nth-child(1){background: url(../images/zhiwei1.png) no-repeat left 15px  center;}
.Joinp3_list ul li div span:nth-child(1){background: url(../images/zhiwei2.png) no-repeat left 15px center;}
@media(min-width: 640px){
.Joinp2_list ul li{float: left;width: 33.3%;}
.Joinp1 ul li .ICimg{float: left;width: 47.2%;}
.Joinp1 ul li .ICpic{float: right;width: 49%}
.Joinp1 ul li .ICpic figure{padding-top: 35px; }
}
@media(min-width:960px){
.Joinp3_list ul li{float: left; width: 49%;margin-right: 2%;height: 70px;line-height: 70px;padding:0; }
}

.Joinp4{text-align: center;}
.Joinp4 span{font-size: 16px;width: 100%;height: auto;padding: 2% 0; background: #F1F1F1;display: block;margin: 0 auto; }

@media(min-width: 640px){
.Joinp4 span{width: 40%;height: 70px;line-height: 70px;padding: 0;}   
}
/* 加入我们 */

/* 爱家居 */
.love_title{text-align: center;padding-bottom: 3%;}
.love_title h1{ margin: 0;font-size: 29px;font-weight: 300; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.love_title p{text-transform: uppercase;font-weight: bolder; font-size: 20px;margin: 0;}
.love_title em{padding-right: 5px; font-style: normal;background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}


.lovep1_list{ padding-bottom:2%;overflow: hidden;}
.lovep1_list li{ position:relative; float:left; width:32%; margin-right:2%; margin-bottom:2%;}
.lovep1_list li:nth-child(3n){ margin-right:0;}
.lovep1_list li img{ display:block; width:100%;}
.lovep1_list li dl{ position:absolute; left:0; bottom:0; width:100%; padding:3%; color:#fff; background-color: rgba(233,182,193, 0.6)}
.lovep1_list li h3{text-align: center; font-size:18px; font-weight:normal; margin:0; line-height:30px;}
.lovep1_list li p{overflow:hidden; line-height:20px; height:40px; overflow:hidden; font-size:12px; margin:10px 0;}


.lovep1style li dl{ position:absolute; left:0; bottom:0; width:100%; padding:3%; color:#fff; background-color: rgba(175, 175, 175, 0.6)
}
@media(max-width:768px){
.lovep1_list li h3{ font-size:16px;}
}
@media(max-width:640px){
.lovep1_list li{ width:49%;}
.lovep1_list li:nth-child(3n){ margin-right:2%;}
.lovep1_list li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.lovep1_list li{ width:auto; float:none; margin-right:0 !important;}
.lovep1_list li figure{ height:auto;}
}
@media(max-width:480px) and (min-width:376px){
.lovep1_list li .more{ line-height:33px;}
.lovep1_list li:hover figure{ height:93px;}
}

.lovep3{padding-top: 4%;overflow:hidden;}
.lovep3_list{ padding-bottom:2%;}
.lovep3_list li{ position:relative; float:left; width:48%; margin-right:2%; margin-bottom:2%;}
.lovep3_list li:nth-child(2n){ margin-right:0;}
.lovep3_list li img{ display:block; width:100%;}
.lovep3_list li dl{ position:absolute; left:0; bottom:0; width:100%; padding:3%; color:#fff;background-color: rgba(233,182,193, 0.6);}
.lovep3_list li h3{text-align: center; font-size:18px; font-weight:normal; margin:0; line-height:30px;}
.lovep3_list li p{overflow:hidden; line-height:20px; height:40px; overflow:hidden; font-size:12px; margin:10px 0;}

@media(max-width:768px){
.lovep3_list li h3{ font-size:16px;}
}
@media(max-width:640px){
.lovep3_list li{ width:49%;}
.lovep3_list li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.lovep3_list li{ width:auto; float:none; margin-right:0 !important;}
.lovep3_list li figure{ height:auto;}
}
@media(max-width:480px) and (min-width:376px){
.lovep3_list li .more{ line-height:33px;}
.lovep3_list li:hover figure{ height:93px;}
}

.article_nfo{width: 30%;margin: 0 auto;}
@media(max-width: 640px){
.article_nfo{width: 100%;}
}
/* 爱家居 */

/* 捷阳快讯 */
.Media li{ padding:10px; border:1px solid #ebebeb; margin-bottom:3%;}
.Media li a{ display:block; position:relative; padding-left:30%;padding-right:8%;}
.Media li a::after{ position:absolute; content:''; width:41px; height:36px; background:url(../images/Media-more.png) no-repeat left bottom; right:2%; top:50%; margin-top:-16px;}
.Media li figure{ position:absolute; left:0; top:0; height:100%; width:27%;}
.Media li div{ position:relative; padding-right:5%; padding-bottom:6%;}
.Media li div::before,
.Media li div::after{ position:absolute; content:''; }
.Media li div::before{width:1px; height:70%; top:15%;/*  background-color:#ebebeb; */ right:0;border: 1px dashed #ebebeb;}
.Media li h3{ margin:0; font-size:16px; padding:3% 0 0 0; font-weight:normal; color:#333;}
.Media li p{ margin:3% 0 0 0; color:#969696; line-height:28px;overflow:hidden; font-size:14px;}
.Media li time{ position:absolute; left:0; bottom:10%; color:#ddd;}

.Media li:hover{background: #F9F9F9;}
.Media li:hover a::after{ background-position:left top;}
@media(max-width:640px){
.Media li p{line-height:22px; height:44px; }
.Media li time{ font-size:12px;}
}
@media(max-width:480px){
.Media li div::before,
.Media li a::after{ display:none;}
.Media li div,
.Media li a{padding-right:0;}
.Media li a{ padding-left:40%;}
.Media li figure{ width:37%;}
}
/* 捷阳快讯 */

/* 捷阳影像 */
.Media2_lb{margin-bottom: 4%;overflow:hidden;  }
.Media2_lb .Media2_video{float: left;width: 75%;}
.Media2_video .video_files{position:absolute; left:0; top:0; width:100%; height:84%; z-index:10;}
.Media2_video .video_files video{width:100%; height:100%; background-color:#000;}
.Media2_video .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background-color: #761b1b;cursor: pointer;}
.Media2_video .video_files .close::before,
.Media2_video .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.Media2_video .video_files .close::before{ transform:rotate(45deg);}
.Media2_video .video_files .close::after{ transform:rotate(-45deg);}
.Media2_video figure{ position:relative;}
.Media2_video figure em{ display:block; padding-bottom:49%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.Media2_video figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.3); }
.Media2_video figure a::before,
.Media2_video figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.Media2_video figure a::before{width: 70px;height: 70px;border: 3px solid rgba(255,255,255,0.6);margin-left: -35px;margin-top: -35px;border-radius: 50%;}
.Media2_video figure a::after{width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid rgba(255,255,255,0.6);margin-left: -3px;margin-top: -12px;}


.Media2_lb .Media2_lbtp{float: right;width: 23%;}
.Media2_lb .Media2_lbtp ul li{width: 100%;margin-bottom: 10px; }
.Media2_lb .Media2_lbtp ul li:nth-child(3){margin-bottom: 0; }

@media(max-width: 640px){
.Media2_lb .Media2_video{float: none;width: 100%;}
.Media2_lb .Media2_lbtp{float: none;width: 100%;}
}


.Media2_list2{}
.Media2_list2 li{ float:left; width:23.5%; margin-right:2%; position:relative; margin-bottom:2%;}
.Media2_list2 li:nth-child(4n){ margin-right:0;}
.Media2_list2 li .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Media2_list2 li .video_files video{width:100%; height:100%; background-color:#000;}
.Media2_list2 li .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background-color: #761b1b;cursor: pointer;}
.Media2_list2 li .video_files .close::before,
.Media2_list2 li .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
.Media2_list2 li .video_files .close::before{ transform:rotate(45deg);}
.Media2_list2 li .video_files .close::after{ transform:rotate(-45deg);}
.Media2_list2 li figure{ position:relative;}
.Media2_list2 li figure em{ display:block; padding-bottom:49%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.Media2_list2 li figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.3); }
.Media2_list2 li figure a::before,
.Media2_list2 li figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.Media2_list2 li figure a::before{width: 70px;height: 70px;border: 3px solid rgba(255,255,255,0.6);margin-left: -35px;margin-top: -35px;border-radius: 50%;}
.Media2_list2 li figure a::after{width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid rgba(255,255,255,0.6);margin-left: -3px;margin-top: -12px;}
.Media2_list2 li p{font-size: 14px;color: #999;line-height: 25px;}
.Media2_list2 li h1{font-size: 15px;color: #000;font-weight: 300;}
@media(max-width:768px){
.Media2_list2 li{width:49%; margin-right:2%;}
.Media2_list2 li:nth-child(4n){ margin-right:2%;}
.Media2_list2 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.Media2_list2 li figure a::before{width: 50px;height: 50px;margin-left: -25px;margin-top: -25px;}
.Media2_list2 li figure a::after{border-top-width: 10px;border-bottom-width: 10px;border-left-width: 15px;margin-left: -3px;margin-top: -7px;}
}
@media(max-width:375px){
.Media2_list2 li figure a::before{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.Media2_list2 li{width:100%; float:none; margin-right:0 !important;}
}
/* 捷阳影像 */

/* FAQ问答 */
.wenda ul li{margin-bottom: 4%;border: 1px solid #E4E4E4;}
.wenda ul li:hover{border: 1px solid #BA3161;}
.wenda ul li h3{margin: 0; padding:25px 0;border-bottom: 1px dashed #DDDDDD;  padding-left: 50px; background: url(../images/wenda1.png) 10px 50% no-repeat; color: #444;}
.wenda ul li p{margin: 2% 0 4%; padding-left: 50px; color: #6d6d6d; background: url(../images/wenda2.png) 10px top no-repeat;line-height: 30px; }
/* FAQ问答 */

/* 服务政策 */
.Policyp1 .article p{font-size: 15px;line-height: 22px;color: #999999;}
.Policyp1 .article ul li{float: left;width: 50%;}

@media(max-width: 640px){
.Policyp1 .article{padding: 0 2%;}
.Policyp1 .article ul li{float: none;width: 100%;} 
}
/* 服务政策 */

/* 全国门店 */
.Nationalp1_nav{ border:1px solid #e7e7e7;}
.Nationalp1_nav dl{background: #FAFAFA; border-bottom:1px dashed #e8e7e7; line-height:32px; display:table; width:100%;}
.Nationalp1_nav dl:nth-child(2) dt, 
.Nationalp1_nav dl:nth-child(2) dd{float: left;}
.Nationalp1_nav dl:nth-child(2) dt{background:#FAFAFA url(../images/address.png) no-repeat left 8px center;}
.Nationalp1_nav dl.more{ border-bottom:0;}
.Nationalp1_nav dd{ display:table-cell; vertical-align:middle; padding-top:10px; padding-bottom:10px;}
.Nationalp1_nav dt{width:70px;background:#FAFAFA url(../images/china.png) no-repeat left 5px center;padding:10px 0  10px 38px; }
.Nationalp1_nav dt em{background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-style: normal;font-size: 16px;}
.Nationalp1_nav dd{position:relative;background: #FAFAFA;}
.Nationalp1_nav dd ol{padding-left:20px;overflow:hidden; position:relative;}
.Nationalp1_nav .input{ float:left;}
.Nationalp1_nav .input input{ max-width:100px; vertical-align:middle;}
.Nationalp1_nav .input .text{ border:1px solid #e5e5e5; border-radius:3px; height:32px; line-height:32px; width:25%; text-align:center;}
.Nationalp1_nav .input .btn{ border:none; cursor:pointer; background:#ff8200;height:32px; color:#fff; font-size:12px; border-radius:3px; margin-left:10px; width:30%;}

.Nationalp1_nav ol a{color:#000; margin-right:38.9px; display:inline-block;position: relative;}
.Nationalp1_nav ol a:after{position: absolute;right: -25px;content: '';display: block;width: 1px;height: 11px;background: #DDDDDD;top: 10px;}
.Nationalp1_nav a.on{color: #000;font-weight: bolder;}
.Nationalp1_nav a:hover{ color:#D82A35;}
.Nationalp1_nav ol span,
.Nationalp1_nav ol a.all{ position:absolute;  top:0;text-align:center; width:48px; height:32px;}
.Nationalp1_nav ol a.all{ left:0;margin-right:0;}
.Nationalp1_nav ol span{right:10px;color:#fff; border-radius:3px; padding:0 5px;background:#ff8200; cursor:pointer; display:none;}
.Nationalp1_nav .money ol,
.Nationalp1_nav .more ol{ float:left;}
.Nationalp1_nav figure{ float:left; position:relative; width:90px;}
.Nationalp1_nav figure em{ display:block; cursor:pointer;border:1px solid #e5e5e5; border-radius:3px; padding:8px 0; height:32px;}
.Nationalp1_nav figure em i{ font-style:normal; display:inline-block; width:60px; line-height:15px; text-align:center;border-right:1px solid #e5e5e5; color:#000; float:left;}
.Nationalp1_nav figure em:after{ content:''; display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-10px; width:0; height:0; border:6px solid transparent; border-top-color:#ff8200;}
.Nationalp1_nav figure figcaption{ position:absolute; left:0; top:100%; width:100%;border:1px solid #e5e5e5; background-color:#fff; border-radius:3px; display:none;}
.Nationalp1_nav figure figcaption a{ display:block; text-align:center;}
.Nationalp1_nav figure:hover figcaption{ display:block;}

.Nationalp1_list{overflow:hidden;margin-top:4%;  }
.Nationalp1_list ul li{float: left;width: 48.5%;margin: 0 3% 3% 0;border: 1px solid #E4E4E4;border-radius: 5px; }
.Nationalp1_list ul li:nth-child(2n){margin-right: 0;}
.Nationalp1_list ul li:hover{border-color:#A90E50;}
.Nationalp1_list ul li:hover i{background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.Nationalp1_list ul li:hover em{color: #999 !important;}
.Nationalp1_list ul li .ICpic{padding:3% 100px 3% 3%;}
.Nationalp1_list ul li h1{font-size: 18px;color: #000;font-weight: 300;margin: 0 0 20px;}
.Nationalp1_list ul li h1 i{font-style: normal;}
.Nationalp1_list ul li h1 em{font-style: normal;color: #999;font-size: 14px;padding-left: 20px;}
.Nationalp1_list ul li p{margin:2% 0;font-size: 16px;color: #999;line-height: 25px;}
.Nationalp1_list ul li p span{float: right;}
@media(max-width:1000px){
.Nationalp1_nav .input{ float:none;padding-bottom:10px; padding-left:10px;}
.Nationalp1_nav .money ol,
.Nationalp1_nav .more ol,
.Nationalp1_nav figure{ float:none;}
.Nationalp1_nav figure{ margin-left:10px;}
}
@media(max-width:768px){
.Nationalp1_nav dd{display: block;}
.Nationalp1_list ul li .ICpic{padding: 3%;}
.Nationalp1_list ul li{float: none;width: 98%;margin-right: 0; }
.Nationalp1_list ul li p span{float: none;}
.Nationalp1_nav dd ol{ padding-right:0px;}
.Nationalp1_nav dt{width:80px;}
}
/* 全国门店 */

/* 招商咨询 */
.Investment{overflow:hidden;}
.Investment .form{float: left;width: 58%;}
.Investment .form table{width: 100%;}
.Investment .form tr{width: 100%;}
.Investment .form tr td{ padding-bottom:30px; font-size:14px;display: block;float: left;}
.Investment .form tr td:nth-child(2){margin-right: 0; }

.Investment .form .w1{width: 47%;margin-right: 6%; }
.Investment .form .w1 p{float: left;margin: 0;font-size: 16px;line-height: 38px;padding:0 10px 0 32px; }
.Investment .form .w1 input{border: 1px solid #E6E6E6;width: 75%;height: 38px;}

.Investment .form .w2{width: 100%;}
.Investment .form .w2 p{float: left;margin: 0;font-size: 16px;line-height: 38px;padding-right:10px; }
.Investment .form .w2 textarea{border: 1px solid #E6E6E6;width: 88%;height: 195px;resize : none;}

.Investment .form .w3{padding-left: 11.4%;}
.Investment .form .btn{width: 225px;height: 50px;background: url(../images/zsbg.png);color: #fff;text-align: center;line-height: 50px;font-size: 15px;border: none;}

.Investment .info{float: right;width: 35.3%;height: 404px;}
.Investment .info .ICpic{width: 50%;height: 100%;background: url(../images/jmbg2.png);}
.Investment .info .ICpic .ICpic_info{padding:50% 10%; }
.Investment .info .ICpic h1{color:#fff;}
.Investment .info .ICpic p{color: #fff;}

@media(max-width: 640px){
.Investment .form{width: 100%;float: none;}
.Investment .form .w1{width: 100%;margin-right: 0; }
.Investment .form .w1 input{width: 67%;}
.Investment .info{width: 100%;float: none;}
}
/* 招商咨询 */

/* 招商加盟 */
.Franchise_title{text-align: center;}
.Franchise_title h1{font-size: 30px;margin: 0;font-weight: 300;color: #000;}
.Franchise_title p{font-size: 18px;margin: 0 ;padding:2% 0;color:#9D9D9D; }

.Franchise_list ul li{border-bottom: 1px solid #fff;background: #F1F1F1;overflow:hidden; }
.Franchise_list ul li.odd .ICimg{float: right;}
.Franchise_list ul li .ICimg{float: left;width: 42.5%;}
.Franchise_list ul li .ICpic{float: left;width: 57.5%;padding: 3% 5%;}
.Franchise_list ul li .ICpic h1{padding-bottom: 3%;border-bottom: 1px solid #DFDFDF;  font-size: 25px;font-weight: 300;margin: 0; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;position: relative;}
.Franchise_list ul li .ICpic h1::after{content: '';width: 90px;height: 2px;position: absolute;bottom: 0;left: 0;background: url(../images/hex.png);}
.Franchise_list ul li .ICpic p{font-size: 16px;color: #9D9D9D;line-height: 30px;}

@media(max-width: 640px){
.Franchise_list ul li{margin-bottom: 2%;}
.Franchise_list ul li .ICimg{width: 100%;float: none;}
.Franchise_list ul li .ICpic{width: 100%;float: none;}
}
/* 招商加盟 */

/* 互联网 */
.Network .article p{font-size: 16px;margin: 0;line-height: 35px;text-indent: 20px;}
.Network .article_list1{margin: 4% 0;overflow:hidden; }
.Network .article_list1 ul li{float: left;width: 49.2%;margin-right: 1.5%; }
.Network .article_list1 ul li:nth-child(2){margin-right: 0; }
.Network .article_list1 ul li .ICpic{width: 100%;}
.Network .article_list1 ul li .ICpic img{width: 100%;}
.Network .article_list1 .article_bottom dl dd{float: left;width: 48.4%;margin-right: 3.2%;}
.Network .article_list1 .article_bottom dl dd:nth-child(2){margin-right: 0; }
.Network .article_list1 .article_bottom{text-align: center;margin-top: 6.1%; }
.Network .article_list1 span{text-align: center; display: block;width: 100%;height: 54px;line-height: 54px;font-size: 20px; border-left: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;border-right: 1px solid #EEEEEE; }

.Network .article_list2 ul li{float: left;width: 49%;margin-right: 2%;}
.Network .article_list2 ul li:nth-child(2){margin-right: 0;}
.Network .article_list2 ul li .ICimg{width: 100%;}
.Network .article_list2 ul li .ICimg img{width: 100%;}
.Network .article_list2 ul li span{text-align: center; display: block;width: 100%;height: 54px;line-height: 54px;font-size: 20px; border-left: 1px solid #EEEEEE;border-bottom: 1px solid #EEEEEE;border-right: 1px solid #EEEEEE; }

@media(max-width: 640px){
.Network .article_list1 ul li{float: none;width: 100%;}
.Network .article_list2 ul li{float: none;width: 100%;}
}
/* 互联网 */

/* 产品列表 */
.Product_list hr{display: block;width: 100%;border: none;background: #ddd;height: 1px;}

.Product_nav ul li{float: left;text-align: center;padding: 0 5.1%;}
.Product_nav ul li p{color: #BDBDBD;}
.Product_nav ul li .img1{display: block;height: 35px;margin: 0 auto;}
.Product_nav ul li .img2{display: none;height: 35px;margin: 0 auto;}
.Product_nav ul li:hover .img1{display: none;}
.Product_nav ul li:hover .img2{display: block;}

.product_search{width: 43%;height: 53px;background: url(../images/sousuo.png) no-repeat center;margin: 4% auto 5%; }
.product_search input{width: 80%;height: 53px;font-size: 16px;color: #ccc;border: none;margin-left: 28px;background: none;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;opacity:1;
}

input:-ms-input-placeholder{
    color: #999;opacity:1;
}

input::-webkit-input-placeholder{
    color: #999;opacity:1;
}

.product_search .btn{display: block;width: 15%;float: right;height:53px;}

@media(max-width: 640px){
   .product_search{width: 100%;} 
}
/* 产品列表 */

/* 产品中心 */
.Location{ padding:15px 0 15px 30px;color:#a6a6a7; line-height:24px;background: url(../images/titlebg.png) no-repeat left center;}
.Location a{ color:#a6a6a7;}
.Location a:hover{ color:#df0616;}
.Location span{ display:inline-block; color:#DF402C; padding:0 15px;}

.Product_cilelist ul li{float: left;border: 6px solid #F5F5F5;margin-right: 55.3px;width: 30.6%;margin-bottom: 55.3px; }
.Product_cilelist ul li:nth-child(3n){margin-right: 0; }
.Product_cilelist ul li .ICimg{padding:40px 7px;}
.Product_cilelist ul li .ICimg img{width: 100%;}
.Product_cilelist ul li .ICpic{text-align: center;padding:25px 0; }
.Product_cilelist ul li .ICpic h1{font-size: 16px;font-weight: 300;color: #999;margin: 0;position: relative;padding-bottom: 25px;}
.Product_cilelist ul li .ICpic h1:after{content: '';position: absolute;width: 30px;height: 1px;left: 50%;bottom: 0;background: #ccc;}
.Product_cilelist ul li:hover h1{color: #da251c}
@media(max-width: 640px){
.Product_cilelist ul li{width: 100%;float: none;}
}
/* 产品中心 */

/* 智能晾衣机 */
.header2{position: relative;background: #fff;z-index: 100;}
.Product1_info .section p{margin: 0;}
.Product1_info .section p img{width: 100%;height: 100%;}
.Product1_info .section .img1{display: block;}
.Product1_info .section .img2{display: none;}

@media(max-width: 640px){
.header2 .header{position: relative !important;}
.Product1_info .section .img1{display: none;}
.Product1_info .section .img2{display: block;}
}
/* 智能晾衣机 */

/* 晾衣机详情 */
.Productxqy_article{padding:5% 0 5% 5%;overflow:hidden;  }
.Productxqy_left{float: left;width: 38%;text-align: center;padding-top: 40px;}
.Productxqy_left h1{margin: 0;font-size: 38px;color: #000;font-weight: 300;letter-spacing: 5px;}
.Productxqy_left p{margin: 0;font-size: 28px;color: #000;padding:20px 0; }
.Productxqy_left a{width: 151px;height: 43px;background: url(../images/ptn22.png)no-repeat center;color: #fff;display: block;margin: 0 auto;text-align: center;line-height: 43px;margin-top:40px; }
.Productxqy_right{float: right;width: 48%;}
.Productxqy_right dl{margin: 0;padding: 0;}
.Productxqy_right dl dt{color: #000;font-size: 16px;border-bottom: 1px solid #EEEEEE;padding:0 0 10px; }
.Productxqy_right dl dd{padding:8px 0;border-bottom: 1px solid #EEEEEE;font-size: 16px;overflow:hidden; }
.Productxqy_right dl dd p{float: left;width: 50%;margin: 0;}
.Productxqy_right dl dd p:nth-child(2){width: 50%;}

.Productxqy_part2{overflow:hidden;}
.Productxqy_part2 .Productxqy_part2nav{float: left;margin-top: 30px; }
.Productxqy_part2 .Productxqy_part2nav ul li{margin-bottom: 12px; }
.Productxqy_part2 .Productxqy_part2nav ul li .ICpic{width: 274px;height: 48px;background: url(../images/yuanjiao2.png) no-repeat center;}
.Productxqy_part2 .Productxqy_part2nav ul li .ICpic p{margin: 0;line-height: 48px;text-align: center;color:#999;font-size: 12px}
.Productxqy_part2 .Productxqy_part2nav ul li.selected .ICpic,
.Productxqy_part2 .Productxqy_part2nav ul li:hover .ICpic{background: url(../images/yuanjiao1.png) no-repeat center !important;}
.Productxqy_part2 .Productxqy_part2nav ul li.selected .ICpic p,
.Productxqy_part2 .Productxqy_part2nav ul li:hover .ICpic p{color: #fff !important;}

.Productxqy_part2 .Productxqy_part2list{float: right;width: 60%;}
.Productxqy_part2 .Productxqy_part2list ul li{display: none;}
.Productxqy_part2 .Productxqy_part2list ul li .ICimg{width: 100%;}
.Productxqy_part2 .Productxqy_part2list ul li .ICimg img{width: 100%;}
.Productxqy_part2 .Productxqy_part2list ul li .ICpic{text-align: center;}

.Productxqy_part3 .title{text-align: center;margin: 40px 0;}
.Productxqy_part3 .title h1{margin: 0;font-size: 33px;font-weight: 300;color: #000;}
.Productxqy_part3 .ICimg img{width: 100%;}

.Productxqy_part4 .title{margin: 60px 0 50px;text-align: center;}
.Productxqy_part4 .title h1{font-size: 33px;border-bottom: 2px solid #D4293A;width: 138px; margin: 0 auto;padding-bottom: 8px;font-weight: 300; background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
/*.Productxqy_part4 ul{overflow:hidden;margin: 40px 0;}*/
/*.Productxqy_part4 ul li{float: left;width: 30%;margin-right: 5%; }*/
/*.Productxqy_part4 ul li:nth-child(3){margin-right: 0; }*/
/*.Productxqy_part4 ul li .ICimg{width:100%;}*/
/*.Productxqy_part4 ul li .ICimg img{width: 100%;}*/

@media(max-width: 640px){
.Productxqy_part2 .Productxqy_part2nav{float: none;}
.Productxqy_part2 .Productxqy_part2list{float: none;width: 100%;}
.Productxqy_part4 ul li{width: 100%;float: none;margin-bottom: 20px; }
.Productxqy_left{width: 100%;float: none;}
.Productxqy_right{width: 100%;float: none;} 
}
/* 晾衣机详情 */

/* 品牌大事件 */
/*
 .History 涓篸emo缂栧彿
 */
.History{ padding:55px 0;}
.History ul{ list-style: none;}
.History .history-wrap { position:relative; overflow:hidden; }
.History .history-years { width:159px; position:absolute; left:0; top:0; position:fixed; z-index:220; opacity:0;}
.History .history-years_wrap { width:159px; }
.History .history-years_wrap ul {  width:24px; float:left; position:relative; margin-top:-2px; } 
.History .history-years_wrap li {  width:15px;  height:150px; line-height:42px; text-align:center; background:url(../images/History-dev_br.png) no-repeat right center; background-size:auto 100%; margin-top:-1px; margin-right:5px;}
.History .history-years_wrap li span { position:relative; padding-left:30px; color:#5e5e5e; font-family:Arial; float:left; left:1px; margin-top:-1px; cursor:pointer; font-size: 18px; font-weight: 100; background:url(../images/diandian.png) no-repeat left 8px center;}
.History .history-years_wrap li.active span{width: 150px;height: 44px; color:#fff; font-weight:300;background: url(../images/history.png) no-repeat left 30px center;}
.History .history-years_wrap li.active span:after{content: '';position: absolute; background:url(../images/diandian.png) no-repeat left center;width: 24px;height: 24px; left: 8px;top: 9px;}

.History .history-years_box {  height:580px;overflow:hidden; width:159px; position:relative; margin-bottom:15px;}
.History .history-years_top { display:block; width:16px; height:10px; background:url(../images/History-dev_top.jpg) no-repeat; margin-bottom:15px; position:relative; float:right; right:-2px; display: none;}
.History .history-years_bottom { display:block; width:20px; height:12px; background:url(../images/History-lc_09.png) no-repeat; margin-bottom:15px; position:relative; float:left; right:-4px; top: -13px }
.History .ICpic p{margin: 20px 0;font-size: 20px;letter-spacing: 5px;color: #999;}
.History .ICpic img{width: 100%;}

.History .history-list {  width:920px; float:right;}
.History .history-list .history-list_part > h4 {font-weight: 300;}
.History .history-list ul {  position:relative; margin-bottom:30px;}
.History .history-list li {  width:49.6%; margin-bottom:22px;}
.History .history-list li .year_wrap {  width:95%; border:1px solid #dddddd;}
.History .history-list li.odd .year_wrap {  float:right;}
.History .history-list li .year_wrap img {  width:100%;}
.History .year_box {  padding:20px; position:relative; z-index:20; background:#fff;}
.History .year_box h4 { color:#2b2b2b; margin-bottom:6px;}
.History .year_box p {  color:#616161; font-size:14px; line-height:1.7em;}

.History .news_index_l .public_list_img { margin-bottom:10px; }
@media only screen and (min-width: 1200px){
.History .history-list_year {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(225,51,44, 1)), to(rgba(169,12,92, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;
    font-size: 40px; margin: 0}
   .History .history-years_wrap li.active span {}
}

.History .history-list .year_box h4{display: inline-block;line-height: 40px;text-align: center;position: relative; margin:10px 0 0}
.History .history-list .year_box span{width: 40px;height: 40px;display: inline-block;margin-left: 23px;}
.History .history-list .year_box h4:hover em{opacity: 1;}
.History .history-list .year_box em{opacity: 0;height: 35px;line-height: 35px;display: inline-block;margin-left: 14px;background: #d2d2d2;width: 91px;color: #fff;font-size: 14px;position: absolute;top: 50%;transform: translateY(-50%);transition: all .3s;}
.History .history-list .year_box em:before{content: "";display: block;position: absolute;width: 8px;height: 12px;top: 50%;transform:translateY(-50%);background: url(../images/History-add_icon_10.png);left: -5px;}

.History #swiper-container2 {  display: none;}

@media only screen and (max-width: 1300px){
.History .history-list { width: 726px;}
}
@media only screen and (max-width: 1140px){
.History .history-list_year { font-size: 70px; margin: 15px 0 10px;}
}

@media only screen and (max-width: 1023px){

.History .history-years {  width: 20%;  display: none;}
      .History   #swiper-container2 .swiper-slide { text-align:center; line-height:30px; height:30px; }
      .History   #swiper-container2 .swiper-slide.active-nav { color:#005bac; font-size:18px; }
      .History   .history-list {    padding-left: 0;    width: 100%;    float: none;    padding-left: 0;}
}
/* 品牌大事件 */

/* 右边浮窗 */
.floating_ck{position:fixed;z-index: 100; right:120px;top:12%;background: url(../images/cebian.png) no-repeat center;}
.floating_ck dl dd{position:relative;width:90px;height:59px;text-align:center;cursor:pointer;}
.floating_ck dl dd a{display: block;width: 87%;height: 100%;border-bottom:dashed 1px #ddd;margin: 0 auto;}
.floating_ck dl dd.tianmao{height: 80px;border: none;}
.floating_ck dl dd.tianmao:hover a{background: none;}
.floating_ck dl dd:hover a{background: -webkit-linear-gradient(left, #e4001b , #a80c5a);background: -o-linear-gradient(right, #e4001b , #a80c5a);background: -moz-linear-gradient(right, #e4001b , #a80c5a);background: linear-gradient(to right, #e4001b , #a80c5a);border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_ck dl .phone:hover a{background:url("../images/cebianhoverpic.png") no-repeat;border: none !important}
.floating_ck dd .img1{display: block;margin: 0 auto;}
.floating_ck dd .img2{display: none;margin: 0 auto;}
.floating_ck dd:hover .img1{display: none;margin: 0 auto;}
.floating_ck dd:hover .img2{display: block;margin: 0 auto;}
.floating_ck dd:hover span{color: #fff;}
.floating_ck dd.tianmao span{padding-top: 7px;}
.floating_ck dd.phone{border: none;height: 80px;}
.floating_ck dd.phone a{border: none;}
.floating_ck dd.phone .floating_left a{background: #fff !important;color:#000;border: none;}
.floating_ck dd.tianmao img{padding-top: 28px; }
.floating_ck dd img{padding-top: 10px; }
.floating_ck dd.tianmao span{display:block;padding-top:10px;color: #fff;}
.floating_ck dd span{color:#989C9D;display:block;padding-top:0px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:103px;top:-30px;}
.floating_ewm i{display:block;width:101px;height:103px;margin:auto;opacity: 1;position: relative;}
.floating_ewm i::after{content: '';position: absolute;width: 0;height: 0;border: 10px solid transparent;border-left-color: #fff;right: -28px;top: 50%;transform:translate(-50%,-50%); margin-left: -16px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}

@media(max-width: 640px){
    .floating_ck{display: none;}
}
/* 右边浮窗 */

/* 招商加盟弹窗 */
.guanggao{background: url(../images/jmbg.png) no-repeat center;width: 100%;height: 230px;position: fixed;bottom: 0;z-index: 100;}
.guanggao_nr{position: relative;width: 100%;height: 230px;}
.guanggao_nr .btn{position: absolute;bottom: 36px;right: 153px;width: 98px;height: 84px;display: block;}
.guanggao_nr .MaskClore{position: absolute;right: -180px;top: 80px;cursor: pointer; width: 27px;height: 27px;background: url(../images/colse.png) no-repeat center;}
.guanggao_nr input{width:200px;height: 36px;padding-left: 10px;border: none;}
.guanggao_nr input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc; opacity:1; 
}

.guanggao_nr input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;opacity:1;
}

.guanggao_nr input:-ms-input-placeholder{
    color: #ccc;opacity:1;
}

.guanggao_nr input::-webkit-input-placeholder{
    color: #ccc;opacity:1;
}

.guanggao_nr .text1{position: absolute;bottom: 83px;left: 278px;}
.guanggao_nr .text2{position: absolute;bottom: 83px;left: 486px;}
.guanggao_nr .text3{position: absolute;bottom: 37px;left: 278px;display: block;width: 200px;height: 36px;padding-left: 6px;}
.guanggao_nr .text4{position: absolute;bottom: 37px;left: 486px;display: block;width: 200px;height: 36px;padding-left: 6px;}

@media(max-width: 1300px){
.guanggao{display: none;} 
}
/* 招商加盟弹窗 */

/* 爱家居详情页 */
.love .singlepage{line-height: 25px;}
.love .singlepage p{text-indent: 2em;}

.About .singlepage{line-height: 25px;}
.About .singlepage p{text-indent: 2em;}
/* 爱家居详情页 */
.Productxqy .auto_985{max-width: 100% !important}


.Productxqy_part4 ul li{float: left;border: 6px solid #F5F5F5;width:23%;margin: 0 1% 55.3px 1%}
.Productxqy_part4 ul li .ICimg{padding:40px 7px;}
.Productxqy_part4 ul li .ICimg img{width: 100%;}
.Productxqy_part4 ul li .ICpic{text-align: center;padding:25px 0; }
.Productxqy_part4 ul li .ICpic h1{font-size: 16px;font-weight: 300;color: #999;margin: 0;position: relative;padding-bottom: 25px;}
.Productxqy_part4 ul li .ICpic h1:after{content: '';position: absolute;width: 30px;height: 1px;left: 50%;bottom: 0;background: #ccc;}
.Productxqy_part4 ul li:hover h1{color: #da251c}
@media(max-width: 640px){
    .Productxqy_part4 ul li{width: 100%;float: none;}
}
.HFix3style{overflow: hidden}

.qyryList{}
.qyryList ul li{ margin-bottom: 20px; }
.qyryList ul li a{ display:block; }
.qyryList ul li a .img{ display:block; }
.qyryList ul li a .img img{width: 100%;}
.qyryList ul li a .text{ display:block; width: 100%;  line-height: 35px; text-align: center; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}


@media screen and (min-width:540px ){
    .qyryList ul li{ float: left; width: 49%;margin-right: 2%; }
    .qyryList ul li:nth-child(2n){margin-right: 0;}
}

@media screen and (min-width:768px ){
    .qyryList ul li{ float: left; width: 32%;margin-right: 2%; margin-bottom: 2%; }
    .qyryList ul li:nth-child(2n){margin-right: 2%;}
    .qyryList ul li:nth-child(3n){margin-right: 0;}
}

@media screen and (min-width:1000px ){
    .qyryList ul li{ float: left; width: 23.5%;margin-right: 2%; margin-bottom: 2%; }
    .qyryList ul li:nth-child(2n){margin-right: 2%;}
    .qyryList ul li:nth-child(3n){margin-right: 2%;}
    .qyryList ul li:nth-child(4n){margin-right: 0;}
}



.FZLM_box .auto_1200{margin: 0 auto;}