

/* ========== normalize.css ========== */
/* ========================================
   产品选项卡样式（桌面端）
   ======================================== */
/* 强制移除选项卡所有蓝色边框 */
.nav-tabs,
.nav-tabs > li,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #eee !important;
    border-top-color: #eee !important;
    border-right-color: #eee !important;
    border-left-color: #eee !important;
}

.nav-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee !important;
    padding: 0;
    margin: 20px 0 30px 0;
    list-style: none;
}

.nav-tabs > li {
    float: none;
    width: auto;
    min-width: 120px;
    flex: 1 1 auto;
    margin-bottom: 0;
    margin-right: 0;
    list-style: none;
    position: relative;
}

.nav-tabs > li > a {
    display: block;
    padding: 12px 25px;
    margin-right: 0;
    margin-bottom: -2px;
    line-height: 1.4;
    height: auto;
    text-align: center;
    border: 1px solid #eee !important;
    border-bottom: none !important;
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.nav-tabs > li > a:hover {
    background-color: #00366a !important;
    color: #fff !important;
    border: 1px solid #00366a !important;
    border-bottom: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #00366a !important;
    color: #fff !important; font-weight: 600;
    margin-bottom: 0;
    z-index: 2;
    border: 1px solid #00366a !important;
    border-bottom: none !important;
}

/* 选项卡内容容器 */
.tab-content {
    width: 100%;
    margin-top: 30px;
}

/* 强制移除产品区域所有蓝色背景 */
.s19_pro,
.s19_pro_1,
.s19_pro_b,
.s19_pro_t,
.xxk_x,
.xxk_1,
.tab-content,
.tab-pane,
.tab-pane.active,
.tab-pane.active.in,
.s234_pro_gw_l {
    background-color: #fff !important;
}

/* 选项卡默认状态边框 - 浅灰色 */
.nav-tabs > li > a {
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-pane.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-pane.active.in {
    opacity: 1;
}




/* ========== common.css ========== */

/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线*/
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #00366a;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}


/*公共样式*/
.fl{
	float: left;
}
.fr{
	float: right;
}

 .fr .icomoon{
 	font-family: 'icomoon';
 	font-size: 16px;
 	line-height: 26px;
 }
 .car{
 	font-family: 'icomoon';
 	color: #da5555;
 }
 .arrow{
 	font-family: 'icomoon';
 	margin-left: 5px;
 }
/*版心--页面中间部分*/
.w{
	/* width: 80%; */
	/* margin: 0 auto; */
}
.style-red{
	color:#c81623;
}
.spacer{
	width: 1px;
	height: 12px;
	background-color: #666;
	margin: 9px 12px 0;
}
/*顶部快捷导航*/
.shortcut{
	height: 31px;
	background-color: #f1f1f1;
	line-height: 31px;

}
.shortcut li{
	float: left;
}
.header {
	position: relative;
	height: 105px;

}

.search{
	position: absolute;
	top: 25px;
	left: 348px;
}

.btn{
	float: left;
	/* width: 82px; */
	/* height: 36px; */
	border:0;
	background-color: #b1191a;
	font-size: 16px;
	color: #fff;
}
.hotwords{
	position: absolute;
	top: 65px;
	left: 348px;
}
.hotwords a{
	
	margin: 0 10px;
}
.shopcar{
	position: absolute;
	top: 25px;
	right: 64px;
	width: 138px;
	height: 34px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
	line-height: 34px;
	text-align: center;
}
.count{
	position: absolute;
	top: -5px;
	left: 100px;
	background-color: #e60012;
	height: 14px;
    line-height: 14px;
    padding:0 3px;
    border-radius: 7px 7px 7px 0;
}
.nav{
	height: 45px;
	border-bottom: 2px solid #b1191a;
}

.dropdown{
	width: 209px;
	height:45px;

}
.dropdown .dt{
	width: 100%;
	background-color:#b1191a;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}
.dropdown .dd{
	height: 465px;
	background-color: #c81623;
	margin-top: 2px;
}
.menu_item{
	height: 31px;
	line-height: 31px;
	margin-left: 1px;
	padding: 0px 10px;
	transition: all 0.5s;
}
.menu_item:hover{
	background-color: #fff;
	padding-left: 20px;
}
.menu_item:hover a{
	color: #c81623;
}
.menu_item a {
	font-size: 14px;
	color: #fff;
}
.menu_item i{
	float: right;
	font-family: 'icomoon';
	font-size: 18px;
	color: #fff;
}
.navitems {
	margin-left: 10px;
}
.navitems li{
	float: left;
}
.navitems li a{
	display: block;
	height: 45px;
	padding: 0 25px;
	line-height: 45px;
	font-size: 16px;
}
.footer{
	height: 100px;
	background-color: #f5f5f5;
	margin-top: 30px;
	
	padding-top: 30px;
}
.mod_service{
	height: 79px;
	border-bottom:1px solid #ccc;
}
.mod_service li{
	float: left;
	width: 240px;
	height: 79px;
}
.mod-service-icon{
	float: left;
	width: 50px;
	height: 50px;
	background:url(../images/icons.png) no-repeat;
	margin-left: 35px;
}
.mod_service_zheng{
	background-position:-253px -3px;
}
.mod_service_tit{
	float: left;
	margin-left:5px; 
}
.mod_service_tit h5{
	margin: 5px 0;
}
.mod_service_kuai{
	background-position: -255px -54px;
}
.mod_service_bao{
	background-position: -257px -105px;
}

.mod_help{
	height: 187px;
	border-bottom: 1px solid #ccc;
}
.mod_help_item{
	float: left;
	width: 150px;
	padding: 20px 0 0 50px;
}
.mod_help_item dt{
	height: 25px;
	font-size: 16px;
}
.mod_help_item dd{
	height: 22px;
}
.mod_help_app dt,.mod_help_app p{
	padding-left: 15px;
}
.mod_help_app img{
	margin: 7px 0;
} 
.mod_copyright{
	text-align: center;
}
.mod_copyright_links{
	margin: 20px 0 15px 0;
}
/* ---------- 左侧菜单高亮样式 ---------- */
.pro_ny_l .cd-accordion-menu li.active > a,
.pro_ny_l .cd-accordion-menu a.active {
    color: #ff6600 !important;
    font-weight: bold;
    background: #f5f5f5;
    border-radius: 4px;
}

.pro_ny_l .zicategory li.active > a,
.pro_ny_l .zicategory a.active {
    color: #ff6600 !important;
    font-weight: bold;
    background: #f0f0f0;
}

.pro_ny_l .cd-accordion-menu a:hover,
.pro_ny_l .zicategory a:hover {
    color: #ff9900;
    background: #eaeaea;
    text-decoration: none;
}

.pro_ny_l .cd-accordion-menu a,
.pro_ny_l .zicategory a {
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
    padding: 5px 10px;
}

/* ========== index.css ========== */


/* CSS Document */
*html { background-image:url(about:blank); background-attachment:fixed; } /* 修正IE6振动bug */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, tbody, p, th, td, em { -webkit-text-size-adjust:none; margin:0; padding:0; border:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); font-size:14px; font-family:Arial; }
body {font-size: 14px;margin: 0px;padding: 0px;color: #666;background-color: #fff;}
ul { margin: 0px; padding: 0px; }
a:active, a:focus { outline:none; }
a {color: #000;text-decoration: none;}
a:hover { color:#00366a; }
li { list-style-type: none; }
dl, dd, dt, img { margin: 0px; padding: 0px; border:0px; }
.m_db
{
	 display:none;
}

.dd {
   display:none;
}
.wm_top
{
	width:100%;
	float:left;
	background: #fff;
	height: 58px;
	border-bottom: 1px solid #eeeeee;
}
.wm_top_1
{
	width: 1200px;
	margin:auto;
}
.wm_top_c
{
	width: 100%;
	float: left;
}
.wm_top_c1
{width: 27%;float: left;border-right: 1px solid #eee;height: 58px;border-left: 1px solid #eee;line-height: 58px;}
.wm_top_c1 img
{
float: left;
margin-top: 20px;
margin-left: 20px;	
margin-right: 20px;
}
.wm_top_c1 p
{
	
}
.wm_top_c2
{
	width: 15%;
	float: left;
	border-right: 1px solid #eee;
	height: 58px;
	/* border-left: 1px solid #eee; */
	line-height: 58px;
}
.wm_top_c2 img
{
	float: left;
margin-top: 20px;
margin-left: 20px;	
margin-right: 20px;
}
.wm_top_c2 p
{
	
}
.wm_top_c3
{ 
    /* width: 20%; */
	float: left;
	height: 70px;
	border-left: 1px solid #eee;
	line-height: 70px;
	margin-left: 5%;
}
.wm_top_c3 li {
    float: right;
    list-style: none;
    /* padding: 20px 0; */
    font: 300 12px 'Open Sans',sans-serif;
    text-transform: uppercase;
    line-height: 40px;
}
.wm_top_c3 li a {
    display: block;
    /* width: 100%; */
    padding: 0 23px;
    border-right: 1px solid #d9dddf;
    color: #fff;
}
.wm_top_c4
{
	width: 17%;
	border-right: 1px solid #d9dddf;
	height: 40px;
	border-left: 1px solid #d9dddf;
	line-height: 40px;
	float: right;
	color: #7f7f7f;
	position: relative;
}

.wm_top_c4 p
{
	
float: left;
	
margin-left: 20px;
	
margin-right: 20px;
	
color: #fff;
}
.wm_top_c4 select
{
	
border: none;
	
line-height: 58px;
	
color: #fff;
	
outline: none;
	
background: none;
}
.wm_top_c4 option
{
	
height: 35px;
	
line-height: 35px;
	
display: inline-block;
	
color: #333;
}
/*logo*/
.wm_logo
{
	width: 100%;
	float: left;
	/* background: #fff; */
	height: 60px;
	position: absolute;
	margin-top: 142px;
	z-index: 9999;
}
.wm_logo_1
{
	width: 1200px;
	margin: auto;
	height: 60px;
	background: #fff;
	/* border-radius: 0px 0px 30px 30px; */
	/* overflow: hidden; */
}
.wm_logo_c
{
	
width: 100%;
	
float: left;
}
.wm_logo_c1
{
	
float: left;
	
margin-top: 18px;
}


.wm_logo_c2>ul>li:hover,.wm_logo_c2>ul>li.current-menu-item
{
	background:#00366a;
}
.wm_logo_c2>ul>li:hover a,.wm_logo_c2>ul>li.current-menu-item>a
{
	color:#fff;
}
.wm_logo_c2>ul>li li:hover
{
	background:#00366a;
}
.wm_logo_c2>ul>li li:hover a
{
	color:#fff;
}
.wm_logo_c3
{
	
float: right;
	
/* width: 15%; */
	
height: 105px;
}
.gwc
{
	float:left;
	margin-top: 45px;
	margin-right: 30px;
	border-right: 1px solid #000;
	padding-right: 30px;
}
.fdj
{

float: left;
}
.fdj p
{
	height: 105px;
}
.fdj img
{
	margin-right: 0px;
	margin-top: 45px;
}
.fdj_t
{

margin-top: 10px;

margin-right: 20px;

height: 45px;
}
.fdj:hover .fdj_b
{
	display:block;
}
.fdj_b
{

position: absolute;

margin-left: -230px;

/* margin-top: 22px; */

width: 280px;

height: 94px;

background: #fff;

border-top: 2px solid #00366a;

display: none;

z-index: 999999;
}
.index_search{width: 440px;height: 40px;float: right;background: #fff;margin-top: 30px;border: 1px solid #e0e0e0;margin-right: 0px;margin-left: 150px;}
.index_search .search_input{float: left;width: 390px;margin-left: 12px;border: 0;outline: 0;background: no-repeat;line-height: 40px;color: #999;height: 40px;}
.index_search .search_btn{width: 15px;height: 15px;background: url(../images/fdj.png) no-repeat;cursor: pointer;border: 0;outline: 0;margin-top: 13px;/* border-left: 1px solid #ccc; */}
.ys
{
	background: #00366a;
}
.ys a
{
	color:#fff !important;
}



.s48_bottom
{
	width:100%;
	float:left;
	background:url(../images/bg3.jpg) no-repeat center;
	height:460px;
}
.s48_bottom_1
{
	width: 1200px;
	margin:auto;
}
.s48_bottom_l
{
	
float: left;
	
width: 16%;
}
.s48_bottom_l img
{
	
}
.s48_bottom_l p
{
	
color: #fff;
	
line-height: 24px;
	
margin-bottom: 20px;
	
padding-left: 25px;
	
position: relative;
	
margin-top: 15px;
}
.s48_bottom_c
{
	
float: left;
	
margin-top: 50px;
	
margin-left: 110px;
}
.s48_bottom_c p
{
	
color: #fff;
	
margin-bottom: 20px;
}
.s48_bottom_c p a
{
	color: #fff;
}
.s48_bottom_c p a:hover
{
	color: #00366a;
}
.s48_bottom_r
{
	margin-top: 50px;
	float: right;
	position: relative;
}
.s48_bottom_r h1
{
	color: #fff;

font-size: 24px;

margin-bottom: 15px;
}

.s48_bottom_l p img
{
	
position: absolute;
	
margin-top: 5px;
	
float: left;
	
left: 0;
}
.s48_bottom_c h1
{

color: #fff;

font-size: 24px;

margin-bottom: 15px;
}
.s48_bottom_r input {
    width: 66%;
    display: block;
    background: #212221;
    border: none;
    height: 55px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 27.5px !important;
    padding-right: 75px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font: normal 15px/55px "Barlow", sans-serif;
}
.s48_bottom_r button
{
	    border: none;
	    height: 47px;
	    border-radius: 23.5px !important;
	    width: 70px;
	    padding: 0px;
	    text-align: center;
	    outline: none !important;
	    box-shadow: none !important;
	    transition: all 300ms linear 0s;
	    position: absolute;
	    right: 0;
	    top: 46px;
	    z-index: 999999999;
}
.s48_bottom_r img
{
	
margin-top: 15px;
	
margin-right: 10px;
}

.icp
{
	width:100%;
	float:left;
	background:#f2f2f2;
}
.icp_1
{
	width: 1200px;
	max-width:1200px;
	margin:auto;
}
.icp_l
{
	float:left;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.icp_r
{
	float:right;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}

.ydct
{
	float:right;
	position: relative;
}
.ydct:hover .ydct_1
{
	display:block;
}
.ydct_1
{
	display:none;
	position: absolute;
	margin-top: -180px;
}
.ydct_1 p
{
	color:#fff;
	font-size:14px;
	text-align:center;
	height:30px;
	line-height:30px;
	background: #999;
}

@media ( min-width: 980px ) and (max-width: 1440px){
.wm_top_1 {
    width:90%;
    margin: auto;
}
.wm_logo_1 {
    width:90%;
    margin: auto;
}	

.s48_bottom_1 {
    width:90%;
    margin: auto;
}
}
@media screen and (max-width: 64rem){
.wm_top
{
	display:none;
}
.wm_logo
{
	display:none;
}

.m_db
{
	 display: block;
}

.dd {
    display: block;
}
.product_1 h1 {
    color: #000;
    font-size: 35px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
}


.m_db
{
	/* display:block !important; */
	width: 100%;
	float: left;
	background: #1f1f1f;
	padding-top:  5%;
	padding-bottom: 5%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 14%;
}
.dd
{
	/* display:block !important; */
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0px;
	z-index: 999999999999999999999;
	background: #f1f1f1;
}
.bottom {
}

.xxk_1 {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}


.bottom_1_2
{
	
width: 19.6%;
	
float: left;
	
text-align: center;
	
background: #f2f2f2;
	
padding-top: 3%;
	
padding-bottom: 3%;
	
border-right:  1px solid #fff;
}
.bottom_1_2 i
{
	font-size: 24px;
}
.bottom_1_2 p
{
	
font-size: 14px;
}
.bottom_1_3 i
{
	font-size: 24px;
	color:#fff;
}
.bottom_1_3 p
{
	color:#fff;
	font-size: 16px;
}
.bottom_1_3
{
	
width: 40%;

	
float:right;
	
text-align: center;

background: #00366a;
	
padding-top:3%;
	
padding-bottom:3%;
}
.m_db
{
	/* display:block !important; */
	width: 100%;
	float: left;
	background: #1f1f1f;
	padding-top:  5%;
	padding-bottom: 5%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 14%;
}
.dd
{
	/* display:block !important; */
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0px;    
	z-index: 999999999999999999999;
	background: #f1f1f1;
}
.loginimg .login_c {
    max-height: 1200px;
    margin: 0 auto;
    /* width: 95% !important; */
}
.option{
  /*用div的样式代替select的样式*/
    margin: 100px;
   width: 140px;
    height: 40px;
    /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
 /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
  }
  .option select{
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
    height: 40px;
    line-height: 40px;
  /*隐藏select的下拉图标*/
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 20px;
  }
  /*使用伪类给select添加自己想用的图标*/
  .option:after{
      content: "";
      width: 14px;
      height: 8px;
      background: url(../images/arrow-down.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
      right: 20px;
      top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}

/*s20 新闻*/

@media screen and (max-width: 64rem){

}


.s226_top
{
	width:100%;
	float:left;
	height: 40px;
	border-bottom: 1px solid #eee;
	background: #00366a;
}
.s226_top_1
{
	width:1200px;
	margin:auto;
}
.s226_top1
{
	
float: left;
	
margin-top: 20px;
	
margin-right: 25px;
}
.s226_top1 p
{
	
float: left;
}
.s226_top1 img
{
	
float: left;
	
margin-right: 15px;
}
.s226_logo
{
	width:100%;
	float:left;
	background: #fff;
	height:100px;
	position: relative;
	border-bottom: 1px solid #d9dddf;
}
.s226_logo_1
{
	width:1200px;
	margin:auto;
	position: relative;
}
.s226_logo_l
{
	
float: left;
	
margin-top: 15px;
}
.s226_logo_l img
{
	
}
.s226_logo_r
{
	
position: absolute;
	
right: 0;
	
top: -70px;
}
.s226_logo_r1
{
	
position: absolute;
	
margin-top: 35px;
	
margin-left: 50px;
}
.s226_logo_r1 img
{
	
margin-right: 8px;
}
.s19_pro
{
	width:100%;
	float:left;
	margin-top: 30px;
}
.s19_pro_1
{
	width:1200px;
	margin:auto;
	text-align: center;
}
.s19_pro_1 h1
{
	font-weight:100;
	font-size: 40px;
	font-family: "Broadway BT";
	color: rgb(0, 0, 0);
}
.s19_pro_1 p
{
	
color: #000;
	
line-height: 24px;
	
margin-bottom: 30px;
}
.s19_pro_t
{
	text-align:center;
}
.s19_pro_t p
{
	
font-size: 50px;
	
color: #000;
	
margin-top: 30px;
	
margin-bottom: 30px;
}
.s226_hf
{
	width:100%;
	float:left;
	background:url(../images/s226_hf.jpg) center no-repeat;
	height:353px;
	margin-top: 30px;
	/* margin-bottom: 30px; */
}
.s226_i
{
	width:100%;
	float:left;
}
.s226_i_c
{
	width:1200px;
	margin:auto;
}
.s226_t
{
	width:1200px;
	float:left;	
}
.s226_t li
{
	float:left;
	width: 280px;
	height: 165px;
	box-shadow: 0 0 3px 1px #f8ecff;
	padding: 45px;
	margin-right: 40px;
	margin-bottom: 30px;
	position: relative;
}
.s226_t li:nth-child(3) {
    float: right;
    margin-right: 0;
}
.s226_t li:nth-child(6) {
    float: right;
    margin-right: 0;
}
.s226_t li img
{
	
position: absolute;
top: 0;
}
.s226_t li h1
{font-size: 24px;color: #000;font-weight: 100;margin-top: 50px;}
.s226_t li p
{
	
line-height: 20px;
	
margin-top: 10px;
}
.s226_t li span
{
	
}
@media screen and (max-width: 64rem){
.s226_top {
    display: none;
}
.s226_logo
{
    display: none;	
}
.s19_pro_1 {
    width: 100% !important;
    margin: auto;
}
.s19_pro_t p {
    font-size: 20px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.s226_i_c {
    width: 95%;
    margin: auto;
}
.s226_t {
    width: 100%;





    float: left;
}
.tab-pane li {
    width: 100% !important;
}
.s226_t li {
    float: left;
    width: 78%;
    height: 165px;
    box-shadow: 0 0 3px 1px #f8ecff;
    padding: 45px;
    margin-right: 40px;
    margin-bottom: 30px;
    position: relative;
}
.s147_sp {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    margin-top: 30px;
}
}

/*网站地图*/
.wzdt
{
	width:100%;
	float:left;
}
.a_class
{
	width:1200px;
	margin:auto;
}
.site_map{}
.site_map .location{color: #666666;background-image: url(../images/block_title_ico-3.gif);background-repeat: no-repeat;background-position: 0px 3px;padding-left: 17px;line-height: 18px;}
.site_map .location a{color: #666666;}
.site_map .map_sort{line-height: 24px;height: 24px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ff6600;}
.site_map .map_sort ul li{float: right;width: 100px;line-height: 24px;height: 24px;text-align: center;padding-left: 12px;}
.site_map .map_sort ul li a.Current{color: #FFFFFF;}
.site_map .map_sort ul li a{display: block;height: 24px;width: 100px;background-color: #E8E8E8;}
.site_map .map_sort ul li a:hover, .site_map .map_sort ul a.Current{color: #FFFFFF;text-decoration: none;background-color: #ff6600;}
.site_map .a_class{}
.site_map .a_class .series1{border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #e7e7e7;margin-top: 15px;padding-right: 15px;padding-bottom: 5px;padding-left: 15px;width: 100%;float: left;}
.site_map .a_class .series1 a{font-size: 18px;color: #ff6600;font-weight: bold;}
.site_map .a_class .series2{border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #e7e7e7;border-bottom-color: #e7e7e7;border-left-color: #e7e7e7;padding-top: 10px;padding-right: 15px;padding-bottom: 10px;padding-left: 15px;float: left;width: 100%;}
.site_map .a_class .series2 span{line-height: 24px;white-space: nowrap;display: block;height: auto;float: left;padding-right: 20px;font-size: 14px;margin-top: 5px;}
.site_map .a_class .series2 .series3{display: block;clear: both;float: left;width: 100%;height: auto;border: 1px solid #e7e7e7;}
.site_map .a_class .series2 .series3 span{padding-right: 10px;padding-left: 20px;background-image: url(../images/n_ico2.gif);background-repeat: no-repeat;background-position: 15px center;margin: 0px;font-weight: normal;}
.site_map .a_class .series2 .series3 span a{font-size: 12px;color: #666666;}
/*网站地图*/

/*
 * SmarTicker
 * http://powerup.ir/projects/smarticker
 * Copyright (c) 2013 Meghdad Hadidi
 */
.smarticker{
	width: 100%;
	margin: 0 auto;
	direction: ltr;
}

.box{
	min-height:30px;
	overflow: auto;
}

.border{
	border:1px solid #ccc;
}

.rounded{

}

.shadow{

}

.size1{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}

.smarticker .sec1, .smarticker .sec1-2, .smarticker .sec2, .smarticker .sec3, .smarticker .sec4, .smarticker .sec5, .smarticker .sec6, .smarticker .sec7{
	float: left;
}

.smarticker .sec1{
	width: 10%;
}

.smarticker .sec1-2{
	width: 15%;
}

.smarticker .sec2{
	width: 20%;
}

.smarticker .sec3{
	width: 33.333%;
}

.smarticker .sec4{
	width: 25%;
}

.smarticker .sec5{
	width: 50%;
}

.smarticker .sec6{
	width: 60%;
}

.smarticker .sec7{
	width: 70%;
}

.smarticker ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.smarticker .smarticker-cats, .smarticker-cats .catlist, .smarticker .smarticker-category, .smarticker .smarticker-news{
	height: 100%;
	overflow: hidden;
}

.smarticker .smarticker-cats, .smarticker .smarticker-category{
	text-align: center;
}


.smarticker li{
	height: 20px;
	line-height: 40px;
	font-size: 14px;
}

.smarticker a{
	text-decoration: none;
}

.smarticker .smarticker-news{
	text-align: left;
	position: relative;
}

.smarticker .smarticker-news ul{
	margin-left: 15px;
	display: none;
	line-height: 40px;
}

.smarticker .smarticker-news ul li{
	position: absolute;
	display: none;
	height: 100%;
	top: 0px;
	margin-left: 10px;
}

.smarticker-category a{
	font-size: 14px;
}

.cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	float: right;
}

.flasher{
	width:10px;
	height:100%;
	line-height:28px;


	margin-left:5px;
	float:left;
}

.smart-controller{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 3;
}




/* ---------- Theme 1 ----------- */

.theme1{
	
}

.theme1 .smarticker-news a{
	color: #666;
	font-family: Calibri, Tahoma;
	font-size: 12px;
}

.theme1 .smarticker-cats{
	position: relative;
	background: #999;
}

.theme1 .smarticker-cats .left{
	position: absolute;
	left: 0px;
	background: url('../images/left-flc-w.png') no-repeat right center;
	width: 20%;
	height: 100%;
}

.theme1 .smarticker-cats .right{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	background: url('../images/right-flc-w.png') no-repeat right center;
	width: 20%;
	height: 100%;
}

.no-category .smarticker-cats .left{
	display: none;
}

.theme1 .smarticker-cats a{
	color: #fff;
	text-decoration: none;
	font-family: Calibri, Tahoma;
	font-weight: bold;
	font-size: 14px;
}

.theme1 .smarticker-category a{
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-family: Calibri, Tahoma;
}

.theme1 .flasher{
	color:#666;
}

.smarticker-cats li{
	background-color:#c3c3c3;
}


/* ------------- Theme 2 ------------ */
.theme2{
	background: #333;
}

.theme2 .smarticker-news a{
	color: #fff;
	font-family: Calibri, Tahoma;
	font-size: 12px;
}

.theme2 .smarticker-cats{
	position: relative;
	background: #999;
}

.theme2 .smarticker-cats .left{
	position: absolute;
	left: 0px;
	background: url('../images/left-flc-b.png') no-repeat right center;
	width: 20%;
	height: 100%;
}

.theme2 .smarticker-cats .right{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	background: url('../images/right-flc-b.png') no-repeat right center;
	width: 20%;
	height: 100%;
}

.no-category .smarticker-cats .left{
	display: none;
}

.theme2 .smarticker-cats ul a{
	color: #fff;
	text-decoration: none;
	font-family: Calibri, Tahoma;
	font-weight: bold;
	font-size: 14px;
}

.theme2 .smarticker-category a{
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	font-family: Calibri, Tahoma;
}

.theme2 .flasher{
	color:#fff;
}

.theme2 .tickertitle{
	background-color:#4575d4;
}

/* ------------- Theme 3 ------------ */
.theme3{
	background: #333;
}

.theme3 .smarticker-news a{
	color: #fff;
	font-family: Calibri, Tahoma;
	font-size: 12px;
}

.theme3 .smarticker-cats{
	position: relative;
	
}

.theme3 .smarticker-cats .left, .theme3 .smarticker-cats .right{
	display: none;
}

.theme3 .smarticker-cats a{
	color: #fff;
	text-decoration: none;
	font-family: Calibri, Tahoma;
	font-weight: bold;
	font-size: 14px;
}

.theme3 .smarticker-category a{
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	font-family: Calibri, Tahoma;
}

.theme3 .flasher{
	color:#fff;
}

.theme3 .tickertitle{
	background-color:#cd0074;
}

/* ------------- Theme 4 ------------ */
.theme4{
	
}

.theme4 .smarticker-news a{
	color: #fff;
	font-family: Calibri, Tahoma;
	font-size: 14px;
}

.theme4 .smarticker-cats{
	position: relative;
	background: #999;
}

.theme4 .smarticker-cats .left, .theme4 .smarticker-cats .right{
	display: none;
}

.theme4 .smarticker-cats a{
	color: #fff;
	text-decoration: none;
	font-family: Calibri, Tahoma;
	font-weight: bold;
	font-size: 14px;
}

.theme4 .smarticker-category a{
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-family: Calibri, Tahoma;
}

.theme4 .flasher{
	color:#666;
}

.theme4 .tickertitle{
	background-color: #ae001d;
	line-height: 50px;
	font-size: 16px;
	display: none;
}
.s9_top_r_t2
{
	
float: left;
	
/* margin-left: 55px; */
}

.container {
    width: 500px;
    margin: 0 auto;
}
.container img {
    position: absolute;
    margin-top: 14px;
    z-index: 9999;
    margin-left: 0px;
}
/* ----------- Text Controller ------------ */

.lhj {
	font-family: "宋体";
	font-size: 60px;
	height: 100px;
	width: 350px;
	line-height: 100px;
	text-align: center;
	float:left;
}

.sssd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	text-align: center;
}
.bgColor{
 	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#22000000', EndColorStr='#33FFFFFF'); 
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%, #FFFFFF 100%); 
}
.bgColor1{
 	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#22FFFFFF', EndColorStr='#33000000'); 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4) 100%, #FFFFFF 100%); 
}
#inpT
{
	height: 35px !important;
	line-height: 35px;
	width:120px !important;
}
#inpl
{
	height: 35px !important;
    line-height: 35px !important;
	width:35px !important;
}
#inpr
{
	height: 35px !important;
    line-height: 35px !important;
	width:35px !important;
}
.sdddq
{
		height: 35px !important;
    line-height: 35px !important;
    	width:40px !important;
}
.s234_gwc_wz_b p
{
	margin-left:15px;
	margin-top:15px;
	float: left;
}
.s234_gwc_wz_b
{
	float:left;
	width:200px;
}
.s234_gwc_wz_b img
{
	float: right;
	margin-top: 15px;
}
#inputsT
{
	height: 35px !important;
	line-height: 35px;
	width:120px !important;
}
#inp1T
{
	height: 35px !important;
	line-height: 35px;
	width:120px !important;
}
#inp2T
{
	height: 35px !important;
	line-height: 35px;
	width:120px !important;
}
#inp3T
{
	height: 35px !important;
	line-height: 35px;
	width:120px !important;
}
#inp4T
{
	height: 35px !important;
	line-height: 35px;
	width:120px !important;
}
/*w122*/
.w122_fl
{
	width:100%;
	float:left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.w122_fl_c
{
	width:1200px;
	margin:auto;
	text-align: center;
}
.w122_fl_1
{
	
/* float: left; */
	
text-align: center;
	
display: inline-block;
	
margin: auto;
	
margin-left: 20px;
	
margin-right: 20px;
}
.w122_fl_1 img
{
		
width: 160px;
		
height: 160px;
		
overflow: hidden;
		
border-radius: 50%;
}
.w122_fl_1 p
{
	
font-size: 18px;
	
color: #000;
	
margin-top: 10px;
}
.s234_pro_gw
{
	width:100%;
	float:left;
	padding-bottom: 30px;
	/* margin-bottom: 30px; */
}
.s234_pro_gw_1
{
	width:1200px;
	margin:auto;
}
.s234_pro_gw_l
{
	
width: 1200px;
	
float: left;
}
.s234_pro_gw_l li
{
	width: 291px;
	height: 355px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	float: left;
	margin-right: 7px;
	position: relative;
	background: #fff;
}
.s234_pro_b_r_img {
    text-align: center;
    width: 100%;
    line-height: 270px;
    height: 270px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.s234_pro_b_r_img img {
    vertical-align: middle;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    height: 270px;
}
.s234_pro_b_r_img span {
    position: absolute;
    bottom: -20px;
    right: 20px;
}
.s234_pro_b_r_wz {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    width: 80%;
    height: 50px;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 5px;
}
.s234_pro_b_r_wz p {
    float: left;
    color: #000;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
.s234_pro_b_r_wz span {
    float: right;
    color: #ff0000;
    font-size: 16px;
}
.s234_pro_b_r_wz1
{
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    width: 80%;
    line-height: 40px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.s234_pro_b_r_wz1 span
{
	
color: #ff0000;
	
font-size: 20px;
}
.s234_pro_b_r_wz1 img
{
	
float: right;
}
.w112_hf
{
	width:100%;
	float:left;
}
.w112_hf_1
{
	width:1200px;
	margin:auto;
}
.w112_hf_l
{
	
width: 600px;
	
height: 530px;
	
overflow: hidden;
	
float: left;
}
.w112_hf_l img
{
	
vertical-align: middle;
	
width: 100%;
	
object-fit: scale-down;
	
height: 530px;
}
.w112_hf_r
{
	
float: right;
	
width: 590px;
}
.w112_hf_r_t
{
	
height: 265px;
	
overflow: hidden;
	
float: left;
	
width: 590px;
}
.w112_hf_r_t img
{
	
width: 290px;
	
height: 260px;
	
overflow: hidden;
	
object-fit: scale-down;
	
float: left;
}
.w112_hf_r_b
{
	
width: 590px;
	
height: 260px;
	
overflow: hidden;
	
margin-top: 5px;
	
float: left;
}
.w112_hf_r_b img
{

vertical-align: middle;

width: 100%;

object-fit: scale-down;

height: 260px;
}
.w112_cf
{
	width:100%;
	float:left;
	background:url(../images/0_w331_20230721171837.jpg) no-repeat center;
	height: 700px;
	margin-top: 30px;
}
{
	width:100%;
	float:left;
	/* margin-top: 25px; */
	/* background: url(../images/s39_bg.png) center; */
	/* height: 600px; */
	position: inherit;
	z-index: 9999999;
}
.s20_news_1
{
	width: 1200px;
	margin:auto;
}

.s20_news_b
{
	width:100%;
	float:left;
	margin-bottom: 30px;
	/* margin-top: 25px; */
}
.s20_news_b li
{
	
float: left;
	
width: 390px;
	
margin-right: 15px;
}
.s20_news_b li:nth-child(3) {
    float: right;
    margin-right: 0;
}
.s20_news_b li .s20_news_b_img
{
	
height: 200px;
	
text-align: center;
	
border: 1px solid #eee;
}
.s20_news_b li .s20_news_b_img img
{
	
width: 100%;
	
height: 200px;
	
line-height: 290px;
	
object-fit: scale-down;
}
.s20_news_b li .s20_news_b_wz
{
	
width: 100%;
	
float: left;
	
margin-top: 25px;
}
.s20_news_b li .s20_news_b_wz em
{
	
float: left;
	
width: 100%;
}
.s20_news_b li .s20_news_b_wz span
{
	
background: #ffd9db;
	
padding: 10px;
	
color: #ff7178;
	
margin-right: 15px;
}
.s20_news_b li .s20_news_b_wz h1
{
  font-size: 18px;
  font-family: "Arial";
  color: rgb(0, 70, 226);
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 100;
  height: 24px;
  overflow: hidden;
}
.s20_news_b li .s20_news_b_wz h1 a:hover
{
  color: #01742f;
}
.s20_news_b li .s20_news_b_wz p
{
  font-size: 14px;
  font-family: "Arial";
  color: rgb(110, 110, 110);
  line-height: 24px;
  width: 100%;
  float: left;
  height: 95px;
  overflow: hidden;
}
/*s20 新闻*/
.s174_pro
{
	width:100%;
	float:left;
}
.s174_pro_1
{
	width:1200px;
	margin:auto;
	text-align: center;
}
.s174_pro_t
{
	text-align:center;
	width:100%;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
}
.w331_about
{
	width:100%;
	float:left;
	margin-top: 50px;
}
.w331_about_1
{
	width:1200px;
	margin:auto;
}
.w331_about_l
{
	
width: 477px;
	
float: left;
}
.w331_about_l h1
{
	
font-size: 45px;
	
color: #00366a;
	
font-weight: 100;
	
margin-bottom: 15px;
}
.w331_about_l p
{
	
line-height: 24px;
	
color: #000;
}
.w331_about_l span
{
	
width: 200px;
	
height: 50px;
	
line-height: 50px;
	
background: #00366a;
	
display: inline-block;
	
border-radius: 30px;
	
color: #fff;
	
margin-top: 20px;
	
text-align: center;
	
font-size: 16px;
}
.w331_about_r
{
	
float: right;
}
.w331_about_r img
{
	
}
.w112_cf_1
{
	width:1200px;
	margin:auto;
}
.w112_cf_r h1
{
	
font-size: 45px;
	
color: #00366a;
	
font-weight: 100;
	
margin-bottom: 15px;
}
.w112_cf_r p
{
	
line-height: 24px;
	
color: #000;
}
.w112_cf_r span
{
	
width: 200px;
	
height: 50px;
	
line-height: 50px;
	
background: #00366a;
	
display: inline-block;
	
border-radius: 30px;
	
color: #fff;
	
margin-top: 20px;
	
text-align: center;
	
font-size: 16px;
}
.w112_cf_r
{
	
width: 530px;
	
float:right;
	
margin-top:120px;
}
.s174_pro_1 h1 {
    font-weight: 100;
    font-size: 40px;
    font-family: "Broadway BT";
    color: rgb(0, 0, 0);
}
.s174_pro_1 p {
    color: #000;
    line-height: 24px;
    margin-bottom: 30px;
}
.w331_hf
{
	width:100%;
	float:left;
	background:url(../images/w331_bg.jpg) no-repeat center;
	height:352px;
}
.w331_hf_1
{
	width:100%;
	float:left;
	position: inherit;
	margin-top: -150px;
}
.w331_hf_c
{
	width:1200px;
	margin:auto;
}
.w331_hf_c li {
    width: 291px;
    height: 476px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
    position: relative;
    background: #fff;
}
.w331_hf_wz {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    /* width: 84%; */
    height: 190px;
    line-height: 22px;
    /* margin-top: 10px; */
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 5px;
    background: #f8f8f8;
}
.w331_hf_wz h1
{
	
font-size: 24px;
	
font-weight: 100;
	
color: #000;
	
margin-top: 20px;
	
margin-bottom: 10px;
	
text-align: left;
}
.w331_hf_wz p {
    float: left;
    color: #999;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 20px;
}
.w331_hf_wz p a
{
	   color: #666;
}
.w331_hf_wz span a
{
	color: #fff;
}
.w331_hf_wz span {
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
    display: inline-block;
    background: #00366a;
    color: #fff;
    text-align: center;
    /* margin-top: 10px; */
}
@media screen and (max-width: 64rem){
.a_class {
    width: 95%!IMPORTANT;
    margin: auto;
}
.site_map .a_class .series1 {
    width: 90%;

}
.site_map .a_class .series2 {
    width: 90%;
}

.s48_bottom {

    display: none;
}
.icp {
    display: none;
}
.w122_fl_c {
    width: 95%;
    margin: auto;
    text-align: center;
}

.w112_hf_1 {
    width: 95%;
    margin: auto;
}
.w112_hf_l {
    width: 100%;
    height: 530px;
    overflow: hidden;
    float: left;
    border: 1px solid #eee;
}
.w112_hf_r {
    float: right;
    width: 100%;
}
.w112_hf_r_t {
    overflow: hidden;
    float: left;
    width:100%;
    height: auto;
    border: 1px solid #eee;
}
.w112_hf_r_t img {
    width: 50%;
    height: 260px;
    overflow: hidden;
    object-fit: scale-down;
    float: left;
}
.w112_hf_r_b {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-top: 5px;
    float: left;
    border: 1px solid #eee;
}
.w112_hf_1 img
{
	width:100%;
}
.s174_pro_1 {
    width:95%;
    margin: auto;
}
.s20_news_1 {
    width:95%;
    margin: auto;
}
.s174_pro_t img
{
	width:100%;
}
.s20_news_b li {
    float: left;
    width: 100%;
    margin-right: 15px;
}
.w122_fl_1 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.w122_fl_1 {
    /* float: left; */
    text-align: center;
    display: inline-block;
    margin: auto;
    margin-left:10px;
    margin-right: 10px;
    width: 15%;
    height:15%;
}
.s234_pro_b_r_wz1 {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    width:80%;
    line-height: 40px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.w331_about_1 {
    width: 95%;
    margin: auto;
}
.w331_about_l {
    width: 100%;
    float: left;
}
.w331_about_r img {
    width: 100%;
}
.w112_cf_1 {
    width: 95%;
    margin: auto;
}
.w112_cf_r {
    width: 100%;
    float: right;
    margin-top: 120px;
}
.w331_hf_c {
    width: 95%;
    margin: auto;
}
.w331_hf_c li {
    width: 100%;
    height: 476px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
    position: relative;
    background: #fff;
}
}
@media ( min-width: 768px ) and (max-width: 979px){
.s20_news_b li {
    float: left;
    width: 100%;
    margin-right: 15px;
}
.s234_pro_b_r_wz1 {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    width: 92%;
    line-height: 40px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.w122_fl_1 {
    /* float: left; */
    text-align: center;
    display: inline-block;
    margin: auto;
    margin-left: 20px;
    margin-right: 20px;
    width: 19%;
    height: 19%;
}
}
.s234_r
{
	margin-top: 45px;
	float:right;
	position: relative;
}
.s234_r p
{
	
position: absolute;	
right: 0;	
width: 20px;	
height: 20px;	
background: #ff0000;	
border-radius: 50%;

line-height: 20px;	
text-align: center;	
color: #fff;	
top: -15px;
}

.s234_r p
{
	
position: absolute;	
right: 0;	
width: 20px;	
height: 20px;	
background: #ff0000;	
border-radius: 50%;

line-height: 20px;	
text-align: center;	
color: #fff;	
top: -15px;
}

.wm_logo_c2>ul>li
{
	float: left;
	line-height: 60px;
	position: relative;
}
.wm_logo_c2>ul>li>a
{
	
padding-left: 35px;
	
padding-right: 35px;
	
color: #000;
	
font-size: 15px;
}
.wm_logo_c2 li:hover .sub-menu
{display:block;}
.topnav li .sub-menu
{
    position: absolute;
    z-index: 999;
    width: 200px;
    float: left;
    background: #fff;
    text-align: center;
    top: 60px;
    left: -15px;
    display: none;
}
.topnav li .sub-menu li
{
	height: 60px;
    overflow: hidden;
	
	}
.topnav li .sub-menu li a
{
    padding-left: 0px !important;
    padding-right: 0px !important;
	color:#444
}
.topnav li.menu-item-has-children {
    background:url(../images/xl.png) no-repeat right;
}


.language
{
	    color: white;
	}
.language ul
{}
.language li
{
    width: 33.3333%;
    float: left;
}
.language-flag-en b
{
	text-align: center;
	width: 25px;
	height: 25px;
	/* border-bottom: 1px solid #eee; */
	/* overflow: hidden; */
	float: left;
}
.language-flag-en img
{width:25px;float: left;margin-top: 11px;border: 1px solid #eee;height: 15px;}
.language-flag-en span
{display: inline-block;width: 60%;float: left;margin-left: 10px;font-size: 13px;height: 40px;overflow: hidden;}

.language ul
{
    position: absolute;
    top: 40px;
    background: #fff;
    border: 1px solid #eee;
    z-index: 999999999;
    width: 450px;
    padding: 10px 10px;
    left: -216px;
    height: 500px;
    overflow: overlay;
    display: none;
}
.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #000;
	overflow: hidden;
}
.language:hover ul
{
	display:block;
}

.w188_bot
{
	width:100%;
	float:left;
	background: linear-gradient(to left,#414141 40%,#2a2a2a 20%);
	padding-bottom: 50px;
	padding-top: 50px;
}
.w188_bot_c
{
	width:1200px;
	margin:auto;
}
.w188_bot1
{
    float: left;
    width: 27%;
    margin-right: 2%;
}
.w188_bot1 em
{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.w188_bot1 span
{
    color: #ffffff7d;
    font-size: 16px;
    font-weight: 600;
}
.w188_bot1 p
{
    color: #fff;
    margin-bottom: 30px;
}
.w188_bot2
{
    float: left;
    width: 30%;
    margin-left: 5%;
}
.w188_bot2 em
{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.w188_bot2 img
{
    width: 25px;
    margin-right: 15px;
    margin-top: 20px;
}
.w188_bot2 p
{
    color: #fff;
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 16px;
}
.w188_bot2 p a
{
    color: #fff;
}
.w188_bot3
{
    float: right;
    width: 30%;
}
.w188_bot3 img
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.w188_bot3 p
{
    color: #fff;
    float: left;
    line-height: 40px;
    font-size: 16px;
    margin-right: 49px;
}
.w188_bot3 p a
{
    color: #fff;	
}
.w188_bot3 span
{
    float: left;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 30px;
}
.w188_bot3 span a
{
    float: left;
    color: #fff;
    margin-right: 15px;
}
.aside{width:60px;position: fixed;right:10px;top: 50%;transform: translate(0,-50%);padding-top: .05rem;z-index: 123;}
.as-item{display: block;width: 100%;height:60px;cursor: pointer;background-color: #00366a;border-radius:4px;margin-bottom:5px;position: relative;transition: all .3s;}
.as-icon{width: 100%;height: 100%;object-fit: contain;}
.as-code{width: 120px;position: absolute;right:65px;top: 50%;margin-top:-5px;background-color: #fff;border-radius:4px;padding:2px;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all .3s;box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);}
.as-img{width: 100%;}
.as-item:hover{background-color: #ac6c2f;}
.as-item:hover .as-code{visibility: visible;opacity: 1;}

.as-item span{ width:180px; height:60px; float:left; text-align:center; display:block; margin-left:-180px; opacity:0; background:#ac6c2f; color:#fff; line-height:60px; font-size:18px; }
.as-item:hover span{ opacity:1;}
/* BUTTON
========================================== */
.button {
  position: fixed;
  bottom: -30px;
  right: -75px;
  /* width: 150px; */
  height: 150px;
  z-index: 9999;
}
.button button {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: inherit;
  background-color: #00366a;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  width: 170px;
  overflow: hidden;
  outline: 0;
  opacity: 1;
  font-weight: 100;
  height: 47px;
  text-align: center;
  border: none;
}
.button button:hover {
  cursor: pointer;
  background-color: #8e6ac1;
  color: #ffffff;
}
.button button span {
  opacity: 1;
}
.button.clicked button {
  visibility: hidden;
  oacity: 0;
}

/* POP-UP
========================================== */
.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;

  overflow-y: auto;

  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .pop-up {
    width: calc(100% - 40px);
    height: auto;
    max-width: 900px;
  }
}
.pop-up .content {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  text-align: center;
  position: relative;
  min-height: 100vh;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .pop-up .content {
    min-height: inherit;
  }
}
.pop-up .content .container {
  padding: 100px 20px 140px;
}
@media (min-width: 568px) {
  .pop-up .content .container {
    padding: 50px 20px 80px;
  }
}
@media (min-width: 768px) {
  .pop-up .content .container {
    padding: 70px 0px 90px;
    max-width: 450px;
    margin: 0 auto;
  }
}
.pop-up .content .close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  color: #3e4146;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pop-up .content .close:hover {
  cursor: pointer;
  color: #f66867;
}
.pop-up .content .dots .dot {
  position: absolute;
  border-radius: 100%;
  z-index: 11;
}
.pop-up .content .dots .dot:nth-of-type(1) {
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  background-color: #689bf6;
  -webkit-animation: float 6s ease-in-out infinite;
  -moz-animation: float 6s ease-in-out infinite;
  -o-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}
@media (min-width: 768px) {
  .pop-up .content .dots .dot:nth-of-type(1) {
    top: -190px;
    right: -190px;
    width: 380px;
    height: 380px;
  }
}
.pop-up .content .dots .dot:nth-of-type(2) {
  bottom: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  background-color: #f66867;
  -webkit-animation: float 8s ease-in-out infinite;
  -moz-animation: float 8s ease-in-out infinite;
  -o-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}
.pop-up .content .dots .dot:nth-of-type(3) {
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background-color: #ffd84c;
  -webkit-animation: float 4s ease-in-out infinite;
  -moz-animation: float 4s ease-in-out infinite;
  -o-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.pop-up .content .title h1 {
  text-align: center;
  color: #f66867;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
}
.pop-up .content img {
  width: 100%;
  max-width: 220px;
  display: inline-block;
  margin: 30px 0 40px 0;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .pop-up .content img {
    max-width: 300px;
  }
}
.pop-up .content .subscribe h1 {
  font-size: 1.5rem;
  color: #3e4146;
  line-height: 130%;
  letter-spacing: 0.07rem;
  margin-bottom: 30px;
}
.pop-up .content .subscribe h1 span {
  color: #f66867;
}
.pop-up .content .subscribe form {
  overflow: hidden;
}
.pop-up .content .subscribe form input {
  width: 100%;
  float: left;
  padding: 15px 20px;
  text-align: center;
  font-family: inherit;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  outline: 0;
}
.pop-up .content .subscribe form input[type=email] {
  margin-bottom: 15px;
  border: 1px solid #bec1c5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type=email] {
    margin-bottom: 0px;
    width: 75%;
    border-right-width: 0px;
  }
}
.pop-up .content .subscribe form input[type=email]:focus {
  border-color: #3e4146;
}
.pop-up .content .subscribe form input[type=button] {
  background-color: #8e6ac1;
  color: #ffffff;
  border: 1px solid #8e6ac1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type=button] {
    width: 25%;
  }
}
.pop-up .content .subscribe form input[type=button]:hover {
  cursor: pointer;
  background-color: #7349af;
  border-color: #7349af;
}
.pop-up.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.pop-up.open img {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.pro_ly
{
	width:100%;
	float:left;
	background:#f0f8fa;
	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.pro_ly_1
{
	width:1200px;
	margin:auto;
}
.pro_ly_l
{
    width: 600px;
    float: left;
}
.pro_ly_l h1
{
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}
.pro_ly_l p
{
    margin-bottom: 20px;
}
.pro_ly_r
{
    float: right;
    width: 600px;
}
.pro_ly_r input
{
	margin-bottom: 10px;
	outline-style: none;
	border: 1px solid #768597;
	border-radius: 4px;
	padding: 6px 25px 6px 6px;
	width: 396px;
	height: 48px;
	font-size: 14px;
	font-family: "Microsoft soft";
	background-color: #f0f8fa;
	float: right;
}
.pro_ly_r textarea
{
	margin-top: 10px;
	outline-style: none;
	border: 1px solid #768597;
	border-radius: 4px;
	padding: 6px 25px 6px 6px;
	width: 396px;
	height: 48px;
	font-size: 14px;
	font-family: "Microsoft soft";
	background-color: #f0f8fa;
	float: right;
}
.pro_ly_r span
{
	width: 182px;
	height: 50px;
	background: #00366a;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 50px;
	margin-top: 15px;
	float: right;
}

@media screen and (max-width: 64rem){

.w188_bot1 {
    float: left;
    width: 100%;
    margin-right:0%;
}
.w188_bot2 {
    float: left;
    width: 100%;
    margin-left: 0%;
}
.w188_bot3 {
    float: right;
    width: 100%;
    margin-top: 10%;
}
.w188_bot {
    width: 100%;
    float: left;
    background: #414141;
    padding-bottom: 50px;
    padding-top: 50px;
}
.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0;
}
.change-language .change-language-cont {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 92%;
    background: #FFF;
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 99999999999;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh;
}

.pro_ly_r input {
    margin-bottom: 10px;
    outline-style: none;
    border: 1px solid #768597;
    border-radius: 4px;
    padding: 6px 25px 6px 6px;
    width:94%;
    height: 48px;
    font-size: 14px;
    font-family: "Microsoft soft";
    background-color: #f0f8fa;
    float: right;
}
.pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
    background-color: #ffffff;
    width: 97%;
    height: 600px;
}
.pop-up .content {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    text-align: center;
    position: relative;
    min-height: auto;
    padding-bottom: 30px;
}
.pro_ly_r textarea
{
	margin-top: 10px;
	outline-style: none;
	border: 1px solid #768597;
	border-radius: 4px;
	padding: 6px 25px 6px 6px;
	width:94%;
	height: 48px;
	font-size: 14px;
	font-family: "Microsoft soft";
	background-color: #f0f8fa;
	float: right;
}
.pop-up .content .dots .dot {
    position: absolute;
    border-radius: 100%;
    z-index: -1;
}
.pro_ly_r {
    float: right;
    width: 100%;
}
.w188_bot_c {
    width: 95%;
    margin: auto;
}
.container {
    width:92%;
    margin: 0 auto;
}
.m_db {
    margin-bottom: 0;
}
}


/*网站地图*/
.wzdt
{
	width:100%;
	float:left;
}
.a_class
{
	width:1200px;
	margin:auto;
}
.site_map{}
.site_map .location{color: #666666;background-image: url(../images/block_title_ico-3.gif);background-repeat: no-repeat;background-position: 0px 3px;padding-left: 17px;line-height: 18px;}
.site_map .location a{color: #666666;}
.site_map .map_sort{line-height: 24px;height: 24px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ff6600;}
.site_map .map_sort ul li{float: right;width: 100px;line-height: 24px;height: 24px;text-align: center;padding-left: 12px;}
.site_map .map_sort ul li a.Current{color: #FFFFFF;}
.site_map .map_sort ul li a{display: block;height: 24px;width: 100px;background-color: #E8E8E8;}
.site_map .map_sort ul li a:hover, .site_map .map_sort ul a.Current{color: #FFFFFF;text-decoration: none;background-color: #ff6600;}
.site_map .a_class{}
.site_map .a_class .series1{border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #e7e7e7;margin-top: 15px;padding-right: 15px;padding-bottom: 5px;padding-left: 15px;width: 100%;float: left;}
.site_map .a_class .series1 a{font-size: 18px;color: #ff6600;font-weight: bold;}
.site_map .a_class .series2{border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #e7e7e7;border-bottom-color: #e7e7e7;border-left-color: #e7e7e7;padding-top: 10px;padding-right: 15px;padding-bottom: 10px;padding-left: 15px;float: left;width: 100%;}
.site_map .a_class .series2 span{line-height: 24px;white-space: nowrap;display: block;height: auto;float: left;padding-right: 20px;font-size: 14px;margin-top: 5px;}
.site_map .a_class .series2 .series3{display: block;clear: both;float: left;width: 100%;height: auto;border: 1px solid #e7e7e7;}
.site_map .a_class .series2 .series3 span{padding-right: 10px;padding-left: 20px;background-image: url(../images/n_ico2.gif);background-repeat: no-repeat;background-position: 15px center;margin: 0px;font-weight: normal;}
.site_map .a_class .series2 .series3 span a{font-size: 12px;color: #666666;}
/*网站地图*/	

/* ========== detail.css ========== */

.de_container {
}
.product_de
{
	width:100%;
	float:left;
}
.crumb_wrap {
	height: 60px;
	line-height: 60px;
}
.crumb_wrap a{
	margin-right: 10px;
}
.preview_wrap{
	width: 400px;
	height: 590px;
}
.preview_img{height: 342px;float: left;text-align: center;overflow: hidden;position: relative;width: 100%;border: 1px solid #eee;}

.preview_img img{
    object-fit: scale-down;
    line-height: 342px;
    height: 342px;
    width: 100%;
    overflow: hidden;	
}



.preview_list{
	position: relative;
	height: 60px;
	margin-top: 60px;
}
.list_item{
	width: 320px;
	height: 60px;
	margin: 0 auto;
}
.arrow_prev,.arrow_next{
	position: absolute;
	top: 15px;
	width: 22px;
	height: 32px;
	background-color: purple;
}
.arrow_prev{
    left: 0;
    background:url(../images/arrow-prev.png) no-repeat;
}
.arrow_next{
    right: 0;
    background:url(../images/arrow-next.png) no-repeat;
}
.list_item li{
	float: left;
	width:56px;
	height:56px;
	border:2px solid transparent;
	margin: 0 2px;
	overflow: hidden;
}
.list_item li img
{
	width:100%;
}
.list_item li.current{
	border-color: #c81623;
}


.itemInfo_wrap{
	width: 718px;
}
.sku_name{
     height: 30px;
     font-size: 16px;
     font-weight: 700;
}
.news{
	height: 32px;
	color: #e12228;
}
.summary dl{
	overflow: hidden;
}
.summary dt,.summary dd{
	float: left;
}
.summary dt{
     width:60px;
     padding-left: 10px;
     line-height: 36px;
}
.summary_price,.summary_promotion{
	position: relative;
	padding: 10px 0;
	background-color: pink;
}
.price{
        font-size: 24px;
        color: #e12228;
}
.summary_price a{
	color: #c81623;
}
.mark{
	position: absolute;
	top: 20px;
	right: 10px;
}
.summary_promotion {
	padding-top: 0;
}
.summary_promotion dd{
        width: 450px;
        line-height: 36px;
}
.summary_promotion em{
	display: inline-block;
	width: 40px;
	height: 22px;
	line-height: 22px;
	background-color: #c81623;
	text-align:center;
        color: #fff;
}
.summary_support dd{
	line-height: 36px;

}

.choose_color a{
	display: inline-block;
        width: 80px;
        height: 41px;
        background-color: #f7f7f7;
        border: 1px solid #ededed;
        text-align: center;
        line-height: 41px;
}
.summary a.current{
	border-color: #c81623;
}
.choose_version{
	margin: 10px 0;
}
.choose_version a,
.choose_type a{
	display: inline-block;
	height: 32px;
	padding: 0 12px;
	background-color: #f7f7f7;
        border: 1px solid #ededed;
        text-align: center;
        line-height: 32px;
}
.choose_btns{
	margin-top: 20px;
}
.choose_amount{
	position: relative;
	float: left;
	width: 50px;
	height: 46px;
}
.choose_amount input{
	width: 33px;
	height: 44px;
	border: 1px solid #ccc;
}
.choose_amount .add,
.choose_amount .reduce{
    position: absolute;
    right: 0;
    width: 15px;
    height: 22px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    text-align: center;
}
.choose_amount .add{
	top: 0;

}
.choose_amount .reduce{
	bottom: 0;
	cursor: not-allowed;
}
.addcar{
	float: left;
	width: 142px;
	height: 46px;
	background-color:#c81623;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	font-weight: 700;	
}



/*ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ§Ã‚Â»Ã¢â‚¬Â ÃƒÂ¨Ã…Â Ã¢â‚¬Å¡ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€product_detail*/
.product_detail{
	overflow: hidden;
}
.aside{
	/* width: 208px; */
	/* border: 1px solid #ccc; */
}
.tab_list li{
	float: left;
	height: 33px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	text-align: center;
	line-height: 33px;
}
.tab_list .current:hover{
	background-color: #fff;
	border-bottom:0; 
	color: red;
}
.first_tab{
	width: 104px;
}
.second_tab{
	width: 103px;
	border-left: 1px solid #ccc;
}

.tab_con .one li{
	width: 102px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 2px;
	border-bottom:  1px dashed #ccc;
}
.tab_con .two {
	border-bottom: 1px solid #ccc;
}
.tab_con .two h5{
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.aside_price{
	font-weight: 700;
	padding: 10px 10px;
}
.as_addcar{
	display: block;
	width: 88px;
	height: 26px;
	line-height: 26px;
	text-align: center;
    margin: 10px auto;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}

.detail{
	width: 978px;
	margin-bottom: 50px;

}
.detail_tab_list{
	height: 39px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
.detail_tab_list li{ 
	float: left;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    cursor: pointer;
}
.detail_tab_list .current{
    background-color: #c81623;
    color: #fff;
} 
.detail_tab_con{
	margin-top: 10px;
}
.detail_tab_con li{
	margin:2px;
}
.more{
	float: right;
	font-weight: 700;
}


.mian{
	width: 100%;
	margin: 0 auto;
}
.mian .m-l{
	width: 19%;
	height: 100%;
	float: left;
	border: 1px solid #ccc;
	/* background-color: rgb(23, 128, 136); */
}
.mian .m-r{
	width: 100%;
	height: 100%;
	float: right;
	overflow: hidden;
	margin-bottom: 50px;
}
.demo_img img{object-fit: scale-down;line-height: 230px;height: 230px;width: 100%;overflow: hidden;}
.demo_img
{
	    height: 230px;
	    float: left;
	    text-align: center;
	    overflow: hidden;
	    position: relative;
	    width: 100%;
}



#tab{
	position: relative;
	width: 100%;
	/* height: 400px; */
	margin:0px auto;
}
.list_nav{
	float: left;
	width: 150px !important;
	height: 50px;
	background-color: #eee;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	overflow: hidden;
}

.list {
	display: block !important;
	width: 100%;
	height: 50px;
	background-color: #eee;
}
.active{
	color: white;
	background-color: #00366a;
}
.tab_nav{
	display: none;
	/* position: absolute; */
	/* top:50px; */
	width: 100%;
	/* height: 350px; */
}
.on{
	display: block;
}
.mian li
{
    border: none;
    /* margin: 0; */
    width: 100%;
}





#tabs{
	position: relative;
	width: 100%;
	float: left;
}
.list_navs{
	float: left;
	width: 100px;
	height: 50px;
	background-color: #eee;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.lists {
	display: block !important;
	width: 100%;
	height: 50px;
	background-color: #eee;
}
.lists li{
	width: 114px;
}
.active{
	color: white;
	background-color: #00366a;
}
.actives{
	color: #b1191a;
	font-weight: 700;
	background-color: white;
}
.tab_navs{
	display: none;
	/* position: absolute; */
	top:50px;
	width: 100%;
	/* height: 350px; */
}
.on{
	display: block;
	margin-top: 20px;
}
.demo {
	text-align: center;
	padding: 15px 25px;
	border-bottom: 1px solid #ccc;
}
.demo:last-child{
	border: none;
}
.demo strong{
	display: block;
	margin: 8px 0px;
	text-align: left;
}
.demo P{
	text-align: left;
}
.demo button{
	width: 120px;
	text-align: center;
	height: 32px;
	border: 1px solid #ccc;
	outline: none;
}
.info{
	padding: 15px;
}
.info img{
	width: 700px;
	margin: 0 auto;
}
.item li{
	margin: 4px 0px;
}
.item p{
	margin: 5px 0px;	
}

.Shead{
	width: 100%;
	height: 36px;
	background: #e9e9e9;
	min-width: 1200px;
	
	
}
.Shead01{
	width: 1200px;
	height: 36px;
	margin: auto;
	
}
.Shead02>a>p{
	font-size: 12px;
	color: #cd2426;
	line-height: 36px;
	float: left;
}
.Shead03>a>p{
	font-size: 12px;
	color: #747474;
	line-height: 36px;
	float: left;
	margin-left: 30px;
}
.Shead03>a>p:hover{
	color: #cd2426;
}
.Shead04{
	width: 266px;
	height: 36px;
	float: right;
}
.Shead05>a>p{
	font-size: 12px;
	color: #747474;
	line-height: 36px;
	float: left;
}
.Shead05>a>p:hover{
	color: #cd2426;
}
.Shead06>a>img{
	float: left;
	margin-left: 26px;
	margin-top: 10px;
}
.Shead06>a>p{
	font-size: 12px;
	color: #747474;
	float: left;
	line-height: 36px;
	margin-left: 3px;
}
.Shead06>a>p:hover{
	color: #cd2426;
}
.Shead07>a>p{
	font-size: 12px;
	color: #747474;
	line-height: 36px;
	float: left;
	margin-left: 26px;
}
.Shead07>a>p:hover{
	color: #cd2426;
}
/*************Ã¦ÂÅ“Ã§Â´Â¢************************************/
.Snavigation{
	width: 1200px;
    height: 116px;
	margin: auto;
	position: relative;
}
.Snavigation>a>img{
	margin-left: 40px;
	margin-top: 28px;
	float: left;
	
}
.Sousuo1102{
	width: 342px;
	height: 38px;
	border:2px solid #cd2426;
	float: left;
	margin-top: 32px;
	margin-left: 224px;
}
.Sosuo1103{
	width: 95px;
	height: 42px;
	background: #cd2426;
	float: left;
	font-size: 16px;
	color: #fff;
	margin-top: 32px;
	border: none;
	cursor:pointer;
}
.Snavigation02>p{
	position: absolute;
	font-size: 12px;
	color: #838282;
	margin-top: 80px;
	margin-left: 378px;
}
.Snavigation03>a>p{
	font-size: 12px;
	color: #838282;
	position: absolute;
	margin-top: 80px;
	margin-left: 438px;
}
.Snavigation03>a>p:hover{
	color: #cd2426;
}
.Snavigation04>a>p{
	font-size: 12px;
	color: #838282;
	position: absolute;
	margin-top: 80px;
	margin-left: 494px;
}
.Snavigation04>a>p:hover{
	color: #cd2426;
}
.Snavigation05>a>p{
	font-size: 12px;
	color: #838282;
	position: absolute;
	margin-top: 80px;
	margin-left: 550px;
}
.Snavigation05>a>p:hover{
	color: #cd2426;
}
.Snavigation06>a>p{
	font-size: 12px;
	color: #838282;
	position: absolute;
	margin-top: 80px;
	margin-left: 607px;
}
.Snavigation06>a>p:hover{
	color: #cd2426;
}
.Snavigation07>a>p{
	font-size: 12px;
	color: #838282;
	position: absolute;
	margin-top: 80px;
	margin-left: 666px;
}
.Snavigation07>a>p:hover{
	color: #cd2426;
}
/***********************Ã¥Â¯Â¼Ã¨Ë†Âª******************************/
.Search{
	width: 100%;
	height: 40px;
	background: #cd2426;
	min-width: 1200px;
}
.Search01{
	width: 1200px;
	height: 40px;
	margin: auto;
	position: relative;
}
.Search02{
	width: 170px;
	height: 40px;
	background: #363636;	
}
.Search02>img{
	margin-top: 12px;
	margin-left: 26px;
	float: left;
}
.Search02>p{
	font-size: 14px;
	color: #f0f0f0;
	float: left;
	margin-top: 8px;
	margin-left: 16px;
}
.Search03>a>p{
	position: absolute;
	top:0;
	font-size: 14px;
	color: #f8e2e2;
	line-height: 40px;
	margin-left: 220px;
}
.Search03>a>p:hover{
	font-size: 16px;
	color: #f8e2e2;
}
.Search04>a>p{
	position: absolute;
	top:0;
	font-size: 14px;
	color: #f8e2e2;
	line-height: 40px;
	margin-left: 300px;
}
.Search04>a>p:hover{
	font-size: 16px;
	color: #f8e2e2;
	
}
.Search05>a>p{
	position: absolute;
	top:0;
	font-size: 14px;
	color: #f8e2e2;
	line-height: 40px;
	margin-left: 408px;
}
.Search05>a>p:hover{
	font-size: 16px;
	color: #f8e2e2;
	
}
.Search06>a>p{
	position: absolute;
	top:0;
	font-size: 14px;
	color: #f8e2e2;
	line-height: 40px;
	margin-left: 500px;
}
.Search06>a>p:hover{
	font-size: 16px;
	color: #f8e2e2;
	
}
.Search07>a>p{
	position: absolute;
	top:0;
	font-size: 14px;
	color: #f8e2e2;
	line-height: 40px;
	margin-left: 578px;
}
.Search07>a>p:hover{
	font-size: 16px;
	color: #f8e2e2;
	
}
.Search08>a>p{
	position: absolute;
	top:0;
	font-size: 14px;
	color: #f8e2e2;
	line-height: 40px;
	margin-left: 656px;
}
.Search08>a>p:hover{
	font-size: 16px;
	color: #f8e2e2;
	
}
.Search09>a>p{
	position: absolute;
	top:0;
	font-size: 14px;
	color: #f8e2e2;
	line-height: 40px;
	margin-left: 748px;
}
.Search09>a>p:hover{
	font-size: 16px;
	color: #f8e2e2;
	
}
.Search011{
	width: 100%;
	height: 420px;
	position: relative;
	min-width: 1200px;
}
.Search010{
	position: absolute;
	width: 170px;
	height: 420px;
	background: #cd2426;
	top:0;
	left: 0;
	z-index:30;
	margin-left: 75px;
}
.Search012>a>p{
	position: absolute;
	font-size: 16px;
	color: #fcf0f1;
	margin-left: 24px;
	margin-top: 20px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.Search013>a>p{
	position: absolute;
	font-size: 16px;
	color: #fcf0f1;
	margin-left: 24px;
	margin-top: 70px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.Search014>a>p{
	position: absolute;
	font-size: 16px;
	color: #fcf0f1;
	margin-left: 24px;
	margin-top: 126px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.Search015>a>p{
	position: absolute;
	font-size: 16px;
	color: #fcf0f1;
	margin-left: 24px;
	margin-top: 182px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.Search016>a>p{
	position: absolute;
	font-size: 16px;
	color: #fcf0f1;
	margin-left: 24px;
	margin-top: 238px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.Search017>a>p{
	position: absolute;
	font-size: 16px;
	color: #fcf0f1;
	margin-left: 24px;
	margin-top: 294px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.Search018>a>p{
	position: absolute;
	font-size: 16px;
	color: #fcf0f1;
	margin-left: 24px;
	margin-top: 350px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
/************************Ã¥â€ â€¦Ã¥Â®Â¹**********************************/
.Sccontent{
	width: 100%;
	height: 483px;
	background: url(../images/s08.png) center no-repeat;
	min-width: 1200px;
	position: relative;
	
	
}
.Sccontent01>p{
	font-family: "Ã©Â»â€˜Ã¤Â½â€œ";
	font-size: 24px;
	position: absolute;
	color: #333333;
	margin-left: 72px;
	margin-top: 64px;
}
.Sccontent02>p{
	position: absolute;
	font-size: 14px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #414141;
	margin-left: 176px;
	margin-top: 68px;
}
.Sccontent03>a>img{
	position: absolute;
	margin-left: 104px;
	margin-top: 128px;
}

.Sccontent04>a>img{
	position: absolute;
	margin-left: 468px;
	margin-top: 128px;
}
.Sccontent05>a>img{
	position: absolute;
	margin-left: 832px;
	margin-top: 128px;
}
.Sccontent06>a>img{
	position: absolute;
	margin-left: 832px;
	margin-top: 294px;
}
.Sccontent07>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333333;
	margin-left: 1200px;
	margin-top: 70px;
}
.Sccontent07>a>p:hover{
	color: #cd2426;
}
.Scontent{
	width: 100%;
	height: 734px;
	background: url(../images/s13.png) center no-repeat;
	min-width: 1200px;
	position: relative;
}
.Scontent01>p{
	font-family: "Ã©Â»â€˜Ã¤Â½â€œ";
	font-size: 24px;
	color: #333;
	position: absolute;
	margin-top: 64px;
	margin-left: 72px;
}
.Scontent02>p{
	position: absolute;
	font-size: 14px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #414141;
	margin-left: 176px;
	margin-top: 68px;
}
.Scontent04>a>p:hover{
	color: #cd2426;
}
.Scontent03>a>p{
	position: absolute;
	font-size: 16px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #333;
	margin-top: 122px;
	margin-left: 300px;
}
.Scontent03>a>p:hover{
	color: #cd2426;
}
.Scontent04>a>p{
	position: absolute;
	font-size: 16px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #333;
	margin-top: 122px;
	margin-left: 434px;
}
.Scontent05>a>p{
	position: absolute;
	font-size: 16px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #cd2426;
	margin-top: 122px;
	margin-left: 566px;
}
.Scontent06>a>p{
	position: absolute;
	font-size: 16px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #333;
	margin-top: 122px;
	margin-left: 848px;
}
.Scontent06>a>p:hover{
	color: #cd2426;
}
.Scontent07>a>p{
	position: absolute;
	font-size: 16px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #333;
	margin-top: 122px;
	margin-left:1004px;
}
.Scontent07>a>p:hover{
	color: #cd2426;
}
.Scontent08>a>img{
	position: absolute;
	margin-top: 380px;
	margin-left: 114px;
}
.Scontent09>a>img{
	position: absolute;
	margin-top: 380px;
	margin-left: 396px;
}
.Scontent10>a>img{
	position: absolute;
	margin-top: 380px;
	margin-left: 696px;
}
.Scontent11>a>img{
	position: absolute;
	margin-top: 380px;
	margin-left: 986px;
}
.Scontent12>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #3b3b3b;
	position: absolute;
	margin-top: 646px;
	margin-left: 174px;
}
.Scontent13>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #3b3b3b;
	position: absolute;
	margin-top: 646px;
	margin-left: 450px;
}
.Scontent14>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #3b3b3b;
	position: absolute;
	margin-top: 646px;
	margin-left: 756px;
}
.Scontent15>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #3b3b3b;
	position: absolute;
	margin-top: 646px;
	margin-left:1040px;
}
.SContent001{
	width: 100%;
	height: 543px;
	background: url(../images/s20.png) center no-repeat;
	min-width: 1200px;
	position: relative;
}
.SContent002>p{
	font-family: "Ã©Â»â€˜Ã¤Â½â€œ";
	font-size: 24px;
	color: #333;
	position: absolute;
	margin-top: 34px;
	margin-left: 72px;
	z-index: 30;
}
.SContent003>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
	position: absolute;
	margin-top: 38px;
	margin-left: 190px;
}
.SContent004>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333333;
	position: absolute;
	margin-top: 38px;
	margin-left:280px;
	z-index: 31;
}
.SContent004>a>p:hover{
	color: #cd2426;
}
.SContent005>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333333;
	position: absolute;
	margin-top: 38px;
	margin-left:370px;
	z-index: 32;
}
.SContent005>a>p:hover{
	color: #cd2426;
}
.SContent006>a>img{
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
}
.SContent007>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #2d2c2c;
	margin-left: 186px;
	margin-top: 390px;
}
.SContent008>a>img{
	position:absolute;
	margin-left: 388px;
	margin-top: 60px;
}
.SContent009>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #2d2c2c;
	margin-left: 440px;
	margin-top: 246px;
}
.SContent0010>a>img{
	position:absolute;
	margin-left: 640px;
	margin-top: 80px;
}
.SContent0011>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #2d2c2c;
	margin-left: 654px;
	margin-top: 246px;
}
.SContent0012>a>img{
	position:absolute;
	margin-left: 856px;
	margin-top: 60px;
}
.SContent0013>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #2d2c2c;
	margin-left: 898px;
	margin-top: 246px;
}
.SContent0014>a>img{
	position:absolute;
	margin-left: 408px;
	margin-top: 290px;
}
.SContent0015>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #2d2c2c;
	margin-left: 455px;
	margin-top: 460px;
}
.SContent0016>a>img{
	position:absolute;
	margin-left: 620px;
	margin-top: 276px;
}
.SContent0017>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #2d2c2c;
	margin-left: 686px;
	margin-top: 460px;
}
.SContent0018>a>img{
	position:absolute;
	margin-left: 880px;
	margin-top: 296px;
}
.SContent0019>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #2d2c2c;
	margin-left: 926px;
	margin-top: 460px;
}
.SContent0020>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #fff;
	position: absolute;
	margin-left: 1110px;
	margin-top: 120px;
}
.SContent0021>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #fff;
	position: absolute;
	margin-left: 1190px;
	margin-top: 120px;
}
.SContent0022>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #fff;
	position: absolute;
	margin-left: 1110px;
	margin-top: 160px;
}
.SContent0023>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #fff;
	position: absolute;
	margin-left: 1190px;
	margin-top: 160px;
}

.SContent0025>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #fff;
	position: absolute;
	margin-left: 1110px;
	margin-top: 200px;
}
.SContent0026>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #fff;
	position: absolute;
	margin-left: 1190px;
	margin-top: 200px;
}
.Shome{
	width: 100%;
	height: 501px;
	background: url(../images/s21.png) center no-repeat;
	min-width: 1200px;
	position: relative;
}
.Shome02>p{
	position: absolute;
	font-family: "Ã©Â»â€˜Ã¤Â½â€œ";
	font-size: 24px;
	color:#333;
	margin-left: 72px;
	margin-top: 60px;
	min-width: 1200px;
}
.Shome03>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-top: 64px;
	margin-left: 136px;
}
.Shome04>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	margin-top: 66px;
	margin-left: 900px;
	min-width: 1200px;
}
.Shome05{
	width: 184px;
	height: 34px;
	position: absolute;
	margin-left: 190px;
	margin-top: 426px;
}
.Shome06{
	width: 100%;
	height: 357px;
	background: url(../images/s22.png) center no-repeat;
	min-width: 1200px;
	position: relative;
	
}
.Shome08>a>img{
	position: absolute;
	margin-left: 84px;
	margin-top: 30px;
}
.Shome09>a>img{
	position: absolute;
	margin-left: 394px;
	margin-top: 30px;
}
.Shome10>a>img{
	position: absolute;
	margin-left: 696px;
	margin-top: 30px;
}
.Shome11>a>img{
	position: absolute;
	margin-left: 1020px;
	margin-top: 36px;
}
.Shome12>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:310px;
	margin-left: 160px;
}
.Shome13>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:310px;
	margin-left: 450px;
}
.Shome14>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:310px;
	margin-left: 740px;
}
.Shome15>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:310px;
	margin-left: 1070px;
}
.Sclothing{
	width: 100%;
	height: 897px;
	background: url(../images/s23.png) center no-repeat;
	min-width: 1200px;
	position: relative;
}
.Sclothing02>p{
	position: absolute;
	font-family: "Ã©Â»â€˜Ã¤Â½â€œ";
	font-size: 24px;
	color:#333;
	margin-left: 72px;
	margin-top: 86px;
}
.Sclothing03>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-top: 90px;
	margin-left: 196px;
}
.Sclothing04>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-left: 1200px;
	margin-top: 90px;
}
.Sclothing04>a>p:hover{
	color: #cd2426;
}
.Sclothing05>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-left: 1100px;
	margin-top: 90px;
}
.Sclothing05>a>p:hover{
	color: #cd2426;
}
.Sclothing06>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-left: 1058px;
	margin-top: 90px;
}
.Sclothing06>a>p:hover{
	color: #cd2426;
}
.Sclothing07>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-left: 1026px;
	margin-top: 90px;
}
.Sclothing07>a>p:hover{
	color: #cd2426;
}
.Sclothing08>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-left: 982px;
	margin-top: 90px;
}
.Sclothing08>a>p:hover{
	color: #cd2426;
}
.Sclothing09>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	position: absolute;
	margin-left: 950px;
	margin-top: 90px;
}
.Sclothing09>a>p:hover{
	color: #cd2426;
}
.Sclothing10>a>img{
	position: absolute;
	margin-left: 80px;
	margin-top: 550px;
}
.Sclothing11>a>img{
	position: absolute;
	margin-left: 400px;
	margin-top: 550px;
}
.Sclothing12>a>img{
	position: absolute;
	margin-left: 710px;
	margin-top: 550px;
}
.Sclothing13>a>img{
	position: absolute;
	margin-left: 1020px;
	margin-top: 550px;
}
.Sclothing14>a>p{
	position: absolute;

	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:840px;
	margin-left: 150px;
}
.Sclothing15>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:840px;
	margin-left: 430px;
}
.Sclothing16>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:840px;
	margin-left: 730px;
}
.Sclothing17>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #2d2c2c;
	margin-top:840px;
	margin-left: 1064px;
}
.Sclothing018{
	position: absolute;
	width: 100px;
	height: 30px;
	margin-left: 94px;
	margin-top: 410px;
}

.Svalidate{
	width: 1200px;
	height: 584px;
	margin: auto;
	overflow: hidden;
	position: relative;
	
}

.Svalidate02>p{
	font-family: "Ã©Â»â€˜Ã¤Â½â€œ"," Ã¥Â®â€¹Ã¤Â½â€œ"," Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 24px;
	color: #333;
	margin-top: 94px;
	float: left;
}
.Svalidate03>p{
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #333;
	margin-top: 100px;
	float: left;
	margin-left: 20px;
}
.Svalidate04{
	width: 690px;
	height: 380px;
	background: url(../images/s24.png) center no-repeat;
	margin-top: 144px;
	margin-left: 40px;
	float: left;
	position: absolute;
}

.Svalidate05{
	width: 390px;
	height: 185px;
	background: url(../images/s25.png) center no-repeat;
	float: left;
	position: absolute;
	margin-left:750px;
	margin-top: 144px;
	
}
.Svalidate06{
	width: 390px;
	height: 185px;
	background: url(../images/s26.png) center no-repeat;
	float: left;
	position: absolute;
	margin-left:750px;
	margin-top:338px;
	
}
/****************************Ã¥Âºâ€¢Ã©Æ’Â¨***********************************************/
.Sbottom{
	width: 100%;
	height: 399px;
	background: url(../images/s27.png) center no-repeat;
	min-width: 1200px;
	position: relative;
}
.Sbottom02>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	margin-top: 60px;
	margin-left: 210px;
}
.Sbottom03>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	margin-top: 110px;
	margin-left: 166px;
}
.Sbottom04>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin-top: 140px;
	margin-left: 210px;
}
.Sbottom05>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin-top: 192px;
	margin-left: 164px;
}
.Sbottom06>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin-top: 192px;
	margin-left: 276px;
}
.Sbottom07>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	margin-top: 60px;
	margin-left: 630px;
}
.Sbottom08>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	margin-top: 110px;
	margin-left: 520px;
	line-height: 30px;
}
.Sbottom09>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	margin-top: 60px;
	margin-left: 1030px;
}
.Sbottom10>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	margin-top: 210px;
	margin-left:1060px;
}
.Sbottom11>a>p{
	position: absolute;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #d9d9d9;
	margin-left: 470px;
	margin-top: 290px;
	line-height: 24px;
}
/******************Ã¥â€¢â€ Ã¥â€œÂÃ¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ************************************/
.Xnavigation{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cd2426;
	min-width: 1200px;
}
.Xnavigation02>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #c22629;
	line-height: 40px;
	margin-left: 360px;
	float: left;
}
.Xnavigation03>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #1c1b19;
	line-height: 40px;
	margin-left: 60px;
	float: left;
}
.Xnavigation03>a>p:hover{
	color: #C22629;
}
.Xnavigation04>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #1c1b19;
	line-height: 40px;
	margin-left: 60px;
	float: left;
}
.Xnavigation04>a>p:hover{
	color: #C22629;
}
.Xnavigation05>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #1c1b19;
	line-height: 40px;
	margin-left: 60px;
	float: left;
}
.Xnavigation05>a>p:hover{
	color: #C22629;
}
.Xnavigation06>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #1c1b19;
	line-height: 40px;
	margin-left: 60px;
	float: left;
}
.Xnavigation06>a>p:hover{
	color: #C22629;
}
.Xnavigation07>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #1c1b19;
	line-height: 40px;
	margin-left: 60px;
	float: left;
}
.Xnavigation07>a>p:hover{
	color: #C22629;
}
.Xnavigation08>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #1c1b19;
	line-height: 40px;
	margin-left: 60px;
	float: left;
}
.Xnavigation08>a>p:hover{
	color: #C22629;
}
.Xcontent{
	width: 100%;
	/* height: 596px; */
	/* min-width: 1200px; */
}
.Xcontent01{
	/* width: 80%; */
	/* height: 596px; */
	/* margin: auto; */
	overflow: hidden;
}
.Xcontent02>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #595959;
	margin-top: 30px;
	float: left;
}
.Xcontent02>a>p:hover{
	color: #cd2426;
}
.Xcontent03>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #595959;
	margin-top: 32px;
	float: left;
	margin-left: 2px;
	cursor: pointer;
}
.Xcontent04>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #595959;
	margin-top: 33px;
	float: left;
	margin-left: 2px;
	cursor: pointer;
}
.Xcontent05{
	width: 1198px;
	height: 484px;
	border: 1px solid #a4a4a4;
	margin-top: 70px;
}
.Xcontent06{
	width: 400px;
	height: 400px;
	/* margin-top: 26px; */
	/* margin-left: 40px; */
	float: left;
	border: 1px solid #eee;
	overflow: hidden;
}
.Xcontent06 img
{

object-fit: scale-down;

line-height: 430px;

height: 430px;

width: 100%;

overflow: hidden;
}
.Xcontent08{
	float: left;
	width: 78px;
	height: 430px;
	/* margin-top: 26px; */
	margin-left: 20px;
}
.Xcontent07{
	width: 76px;
	height: 76px;
	border: 1px solid #e8e8e8;
}
.Xcontent07>img{
	width: 100%;
	height: 100%;
}
.Xcontent09{
	width: 76px;
	height: 76px;
	margin-top: 5px;
	border: 1px solid #e8e8e8;
}
.Xcontent09>img{
	width: 100%;
	height: 100%;
}
.Xcontent10{
	width: 76px;
	height: 76px;
	margin-top: 5px;
	border: 1px solid #e8e8e8;
}
.Xcontent10>img{
	width: 100%;
	height: 100%;
}
.Xcontent11{
	width: 76px;
	height: 76px;
	margin-top: 5px;
	border: 1px solid #e8e8e8;
}
.Xcontent11>img{
	width: 100%;
	height: 100%;
}
.Xcontent12{
	width: 76px;
	height: 76px;
	border: 1px solid #e8e8e8;
	margin-top: 5px;
}
.Xcontent12>img{
	width: 100%;
	height: 100%;
}
.Xcontent13{
	width: 43%;
	height: 430px;
	float: right;
}
.Xcontent14
{
    width: 100%;
    float: left;
}
.Xcontent16 img
{
    margin-top: 10px;
    margin-right: 10px;
}
.Xcontent15
{}
.Xcontent14>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 24px;
	color: #333;margin-top: 26px;
	float: left;
}
.Xcontent15>img{
	float: left;
	margin-top: 32px;
	margin-left: 10px;
}
.Xcontent16>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #9f9f9f;
	margin-top: 65px;
}
.Xcontent17{
	/* width: 502px; */
	background: #f5f3ef;
	margin-top: 20px;
	overflow: hidden;
	height: 203px;
}
.Xcontent18{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #666a6e;
	/* margin-top: 20px; */
	/* margin-left: 16px; */
	float: left;
	line-height: 30px;
	padding: 15px;
}
.Xcontent19{
	font-family:"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	float: left;
	color: #d7282d;
	margin-left: 26px;
	margin-top: 4px;
}
.Xcontent19>span{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 28px;
	color: #cd2426;
	
}
.Xcontent20{
	height: 20px;
	width: 502px;
	margin-top: 50px;
}
.Xcontent21{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #666a6e;
	margin-left: 16px;
	line-height: 20px;
	float: left;
}
.Xcontent20>img{
	float: left;
	margin-top: 1px;
	margin-left: 28px;
}
.Xcontent22{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	line-height: 20px;
	color: #cd2426;
	margin-left: 10px;
	float: left;
}
.Xcontent23{
	height: 20px;
	width: 502px;
	margin-top: 11px;
}
.Xcontent24{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #666a6e;
	margin-left: 16px;
	line-height: 20px;
	float: left;
}
.Xcontent25{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #6e7372;
	margin-left: 28px;
	float: left;
	line-height: 20px;
}

.Xcontent27{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #605f5f;
	margin-top: 34px;
	margin-left: 16px;
	float: left;
}
.Xcontent28{
	border: 1px solid #e8e8e8;
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 16px;
	margin-left: 30px;
}
.Xcontent28>img{
 width: 100%;
	height: 100%;

	
}
.Xcontent29>img{
	width: 100%;
	height: 100%;
	
}
.Xcontent29{
	float: left;
	margin-top: 16px;
   margin-left: 20px;	
	border: 1px solid #e8e8e8;
	width: 50px;
	height: 50px;
}
.Xcontent30{
	width: 554px;
	height: 100px;
	overflow: hidden;
}
.Xcontent31{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #605f5f;
	line-height: 100px;
	margin-left: 16px;
	float: left;
}
.Xcontent32{
	float: left;
	margin-top: 34px;
	margin-left: 30px;
}
	
.input{
	height: 30px;
	width: 60px;
	margin-top: 34px;
	border: 1px solid #dddddd;
	line-height: 30px;
	text-align: center;
	float: left;
}
.Xcontent33>img{
	float: left;
	margin-top: 34px;
}
.Xagain{
	width: 1198px;
	height: 334px;
	margin: auto;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
}
.Xagain01{
	width: 1198px;
	height: 42px;
	background: #f5f5f5;
}
.Xagain01>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	line-height: 42px;
	margin-left: 20px;
}
.Xcontent34{
	margin-left: 16px;
	float: left;
	
}
.Xcontent35{
	float: left;
	margin-left: 20px;
}
.Xagain02>a>img{
	margin-top: 120px;
	margin-left: 20px;
	float: left;
}
.Xagain03>a>img{
	float: left;
	margin-left: 20px;
}
.Xagain04>a>img{
	float: left;
	margin-left: 20px;
}
.Xagain05>a>img{
	float: left;
	margin-left: 20px;
}
.Xagain06>a>img{
	float: left;
	margin-left: 20px;
}
.Xagain07>a>img{
	float: right;
	margin-right: 20px;
	margin-top: 120px;
}

.Xagain09>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	float: left;
	margin-top: -40px;
	margin-left: 100px;
}
.Xagain09>a>p>span{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
	line-height: 40px;
}
.Xagain10>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	float: left;
	margin-top: -40px;
	margin-left: 140px;
}
.Xagain10>a>p>span{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
	line-height: 40px;
}
.Xdetails{
	width: 1200px;
	height: 2800px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	
}
.Xdetails01{
	width: 780px;
	height: 2800px;
	float: left;

}
.Xdetails02{
	width: 168px;
	height: 38px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	float: left;
	
}
.Xdetails03{
	width: 170px;
	height: 2px;
	background: #d7282d;
	position: absolute;
	top: 0;
}
.Xdetails04{
	width: 168px;
	height: 38px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	float: left;
	border-left: none;
}
.Xdetails05{
	width: 440px;
	height: 38px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	float: left;
	border-left: none;
}
.Xdetails001{
	width: 780px;
	height: 40px;
	background: #00f;
	
}
.Xdetails02>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	text-align: center;
	
}
.Xdetails04>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	text-align: center;
}
.Xdetails04>p>span{
	color: #cd2426;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
}
.Xdetails002{
	width: 780px;
	height: 2760px;
	
}
.Xdetails008{
	width: 310px;
	height: 2200px;
	float: right;
}
.Xdetails009{
	width: 308px;
	height: 38px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
}
.Xdetails009>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #333;
	line-height: 38px;
	text-align: center;
}
.Xdetails010{
	height: 862px;
	width: 308px;
	border: 1px solid #e1e1e1;
	border-top: none;
	
}
.Xdetails011>img{
	margin-left: 24px;
	margin-top: 26px;
}
.Xdetails012>img{
	margin-left: 24px;
	margin-top: 26px;
}
.Xdetails013>img{
	margin-left: 24px;
	margin-top: 26px;
}
.Xdetails014>img{
	margin-left: 24px;
	margin-top: 26px;
}
.Xdetails015>img{
	margin-left: 24px;
	margin-top: 26px;
}
.Xdetails016{
	width: 308px;
	height: 38px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	margin-top: 60px;
}
.Xdetails016>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #333;
	line-height: 38px;
	text-align: center;
}
.Xdetails017{
	height: 1116px;
	width: 308px;
	border: 1px solid #e1e1e1;
	border-top: none;
	
}
.Xdetails018>a>img{
	margin-left: 36px;
	margin-top: 40px;
}
.Xdetails019>a>img{
	margin-left: 30px;
	margin-top: 30px;
}
.Xdetails020>a>img{
	margin-left: 36px;
	margin-top: 60px;
}
.Xdetails021>a>img{
	margin-left: 36px;
	margin-top: 40px;
}
/***************Ã¨Â´Â­Ã§â€°Â©Ã¨Â½Â¦*******************************/
.Gcontent01{
	height: 70px;
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.Gcontent01>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #626262;
	line-height: 70px;

}
.Gcontent02{
	width: 1198px;
	height: 45px;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	margin: auto;
}
.Gcontent03{
	width: 16px;
	height: 16px;
	border: 1px solid #dddddd;
	background: #fff;
	margin-left: 50px;
	margin-top: 14px;
	float: left;

}
.Gcontent04>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #515757;
	float: left;
	margin-left: 10px;
	line-height: 45px;

}
.Gcontent05>p{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #515757;
	margin-left: 150px;
	line-height: 45px;
}
.Gcontent06{
	width: 1200px;
	height: 614px;
	margin: auto;
	overflow: hidden;
}
.Gcontent07{
	width: 1198px;
	height: 136px;
	border: 1px solid #dddddd;
	margin-top: 22px;
}

.Gcontent08{
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #dddddd;
	margin-left: 50px;
	margin-top: 60px;
	float: left;
}
.Gcontent09>img{
	float: left;
	margin-top: 28px;
	margin-left: 20px;
}
.Gcontent010{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	margin-top: 42px;
	margin-left: 40px;
	line-height: 24px;
}
.Gcontent010>span{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #9f9f9f;

}
.Gcontent011{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	margin-left: 80px;
	float: left;
	margin-top: 60px;
}
.Gcontent012>img{
	float: left;
	margin-left: 106px;
	margin-top: 56px;
}
.Gcontent0012>img{
	float: left;
	margin-left: 106px;
	margin-top: 56px;
}
.Gcontent00012>img{
	float: left;
	margin-left: 106px;
	margin-top: 56px;
}
.Gcontent000012>img{
	float: left;
	margin-left: 106px;
	margin-top: 56px;
}
.input01{
	width: 60px;
	height: 23px;

	border: 1px solid #dddddd;
	margin-top: 56px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	text-align: center;
	line-height: 23px;
	float: left;
}
.input02{
	width: 60px;
	height: 23px;
	border: 1px solid #dddddd;
	margin-top: 56px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	text-align: center;
	line-height: 23px;
	float: left;
}
.input03{
	width: 60px;
	height: 23px;
	border: 1px solid #dddddd;
	margin-top: 56px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	text-align: center;
	line-height: 23px;
	float: left;
}
.input04{
	width: 60px;
	height: 23px;
	border: 1px solid #dddddd;
	margin-top: 56px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	text-align: center;
	line-height: 23px;
	float: left;
}
.Gcontent013>img{
	float: left;
	margin-top: 56px;
}

.Gcontent0013>img{
	float: left;
	margin-top: 56px;
}
.Gcontent00013>img{
	float: left;
	margin-top: 56px;
}
.Gcontent000013>img{
	float: left;
	margin-top: 56px;
}
.Gcontent014>p{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
	margin-left: 87px;
	margin-top: 58px;
}
.Gcontent015>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	margin-left: 144px;
	float: left;
	margin-top: 58px;
}
.Gcontent016>a{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #b6b6b6;
	margin-top: 56px;
	margin-left: 106px;
}
.Gcontent0016>a{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #b6b6b6;
	margin-top: 56px;
	margin-left: 106px;
}
.Gcontent00016>a{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #b6b6b6;
	margin-top: 56px;
	margin-left: 106px;
}
.Gcontent000016>a{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #b6b6b6;
	margin-top: 56px;
	margin-left: 106px;
}
.Gcontent007{
	width: 1198px;
	height: 136px;
	border: 1px solid #dddddd;
	border-top: none;
}
.Gcontent0007{
	width: 1198px;
	height: 136px;
	border: 1px solid #dddddd;
	border-top: none;
}
.Gcontent00007{
	width: 1198px;
	height: 136px;
	border: 1px solid #dddddd;
	border-top: none;
}
.Gcontent000007{
	width: 1198px;
	height: 136px;
	border: 1px solid #dddddd;
	border-top: none;
}
.Gcontent017{
	width: 1198px;
	height: 60px;
	background: #f5f5f5;
	margin: auto;
	border: 1px solid #dddddd;
}
.Gcontent018{
	width: 16px;
	height: 16px;
	border: 1px solid #dddddd;
	background: #fff;
	margin-left: 50px;
	margin-top: 22px;
	float: left;

}
.Gcontent019{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	margin-top: 22px;
	margin-left: 20px;
}
.Gcontent020{
	width: 135px;
	height: 60px;
	float: right;
	background: #cd2426;
}
.Gcontent020>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.Gcontent021>p{
	float: right;
	margin-top: 12px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #515757;
	margin-right: 20px;
}
.Gcontent022{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #cd2426;
}
.Gcontent023{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #9f9f9f;
}
.Gcontent024{
	width: 1198px;
	height: 332px;
	border: 1px solid #e1e1e1;
	margin: auto;
	margin-top: 30px;
}
.Gcontent025{
	width: 1198px;
	height: 43px;
	background: #f5f5f5;
}
.Gcontent025>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	line-height: 43px;
	margin-left: 20px;
}
.Gcontent026>a>img{
	margin-top: 120px;
	margin-left: 20px;
	float: left;
}
.Gcontent027>img{
	float: left;
	margin-left: 40px;
}
.Gcontent028>img{
	float: left;
	margin-left: 50px;
}
.Gcontent029>img{
	float: left;
	margin-left: 50px;
}
.Gcontent030>a>img{
	float: right;
	margin-top: 120px;
	margin-right: 20px;
}
.Gcontent031>p>a{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	float: left;
	margin-top: -50px;
	margin-left: 130px;
}
.Gcontent032{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
}
.Gcontent033>p>a{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	float: left;
	margin-top: -50px;
	margin-left: 350px;
}
.Gcontent034{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
}
.Gcontent035>p>a{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	float: left;
	margin-top: -50px;
	margin-left: 640px;
}
.Gcontent036{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
}
.Gcontent037>p>a{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #686868;
	float: left;
	margin-top: -50px;
	margin-left: 915px;
}
.Gcontent038{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
}
.GChaoda{
	width: 1200px;
	margin: auto;
	height: 430px;
}
/*********************Ã§â„¢Â»Ã¥Â½â€¢Ã©Â¡Âµ*********************************/
.Dconter{
	width: 100%;
	height: 524px;
	min-width: 1200px;
	
}
.Dconter01{
	width: 100%;
	height: 476px;
	background:url(../images/f11.png) center no-repeat;
	margin-top: 38px;
	overflow: hidden;
	min-width: 1200px;
}
.Dconter02{
	width: 383px;
	height: 432px;
	background: #fff;
	margin-top: 22px;
	margin-left: 820px;
	overflow: hidden;
}
.Dconter03{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #041423;
	margin-top: 24px;
	margin-left: 40px;
}
.Dconter04{
	background: url(../images/f12.png) 0 no-repeat;
	width: 248px;
	height: 36px;
	border: 1px solid #e8e8e8;
	margin-left: 42px;
	margin-top: 20px;
	padding-left: 50px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #cccccc;
	
}
.Dconter05{
	background: url(../images/f13.png) 0 no-repeat;
	width: 248px;
	height: 36px;
	border: 1px solid #e8e8e8;
	margin-left: 42px;
	margin-top: 18px;
	padding-left: 50px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #cccccc;
	
}
.Dconter06{
	width: 300px;
	height: 47px;
	background: #cd2426;
	margin-left: 42px;
	margin-top: 40px;
}
.Dconter07>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 47px;
}
.Dconter09>p{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #9f9f9f;
	margin-left: 42px;
	margin-top: 20px;
}
.Dconter10>p{
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #9f9f9f;
}
/**************Ã¨Â®Â¢Ã¥Ââ€¢Ã©Â¡Âµ******************************************/
.DIconter{
	width: 1198px;
	height: 360px;
	border: 1px solid #e1e1e1;
	margin: auto;
	margin-top: 40px;
}
.DIconter01{
	width: 1198px;
	height: 40px;
	background: #f5f5f5;
	border-bottom: 1px solid #e1e1e1;
}
.DIconter01>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #9e9e9e;
	line-height: 40px;
	margin-left: 32px;
}
.DIconter02{
	width: 1198px;
	height: 50px;
	margin-top: 50px;
}
.DIconter03{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: 393939;
	line-height: 50px;
	margin-left: 56px;
	float: left;
}
.DIconter04{
	float: left;
	width: 150px;
	height: 28px;
	margin-top: 10px;
	margin-left: 26px;
	border: 1px solid #dddddd;
}
.DIconter05{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: 393939;
	line-height: 50px;
	margin-left: 120px;
	float: left;
}
.DIconter06{
	width: 1198px;
	height: 50px;
	margin-top: 10px;
}
.DIconter07{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: 393939;
	line-height: 50px;
	margin-left: 56px;
	float: left;
	
}
.DIconter08{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #393939;
	float: left;
	width: 150px;
	height: 28px;
	margin-top: 10px;
	margin-left: 16px;
	background: url(../images/f15.png) 132px no-repeat;
	cursor:pointer;
	border: 1px solid #dddddd;
	
}
.DIconter09{
	float: left;
	width: 150px;
	height: 28px;
	margin-top: 10px;
	margin-left: 28px;
	background: url(../images/f15.png) 132px no-repeat;
	cursor:pointer;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #393939;
	border: 1px solid #dddddd;
}
.DIconter10{
	width: 1198px;
	height: 96px;
	margin-top: 20px;
}
.DIconter11{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: 393939;
	line-height: 50px;
	margin-left: 56px;
	float: left;
}
.DIconter12{
	width: 510px;
	height: 90px;
	border: 1px solid #ddd;
	margin-left: 16px;
	float: left;
}
.DIconter13{
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 30px;
}
.DIconter14{
	float: left;
	font-family:"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #393939;
	margin-left: 10px;
}
.DIconter15{
	width: 144px;
	height: 42px;
	background: #b4a078;
	float: left;
	margin-top: 49px;
	margin-left: -76px;
}
.DIconter15>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜ Light";
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	text-align: center;
}
.DIconter16{
	width: 1198px;
	height: 694px;
	background: #f5f5f5;
    margin: auto;
	border: 1px solid #e1e1e1;
	margin-top: 48px;
}
.DIconter17{
	width: 1198px;
	height: 42px;
	border-bottom: 1px solid #e1e1e1;
}
.DIconter19>p{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #9e9e9e;
	line-height: 42px;
	margin-left: 32px;
}
.DIconter20>p{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #9e9e9e;
	line-height: 42px;
	margin-left: 332px;
}
.DIconter21>p{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #9e9e9e;
	line-height: 42px;
	margin-left: 150px;
}
.DIconter22{
	width: 1198px;
	height: 120px;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}
.DIconter30{
	width: 1198px;
	height: 120px;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}
.DIconter23>img{
	float: left;
}
.DIconter24{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-top: 42px;
}
.DIconter24>span{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #bdbdbd;
	line-height: 24px;
}
.DIconter25{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-left: 130px;
	float: left;
	margin-top: 42px;
}
.DIconter26{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-left: 142px;
	float: left;
	margin-top: 42px;
}
.DIconter27{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-left: 152px;
	float: left;
	margin-top: 42px;
}
.DIconter28{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-left: 130px;
	float: left;
	margin-top: 42px;
}
.DIconter29{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 20px;
	color: #b6b6b6;
	margin-left: 100px;
	float: left;
	margin-top: 42px;
	cursor:pointer;
	
}
.DIconter31{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 20px;
	color: #b6b6b6;
	margin-left: 100px;
	float: left;
	margin-top: 42px;
	cursor:pointer;
}
.DIconter32{
	width: 1198px;
	height: 80px;
	border-bottom: 1px solid #e1e1e1;
}
.DIconter33>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #9e9e9e;
	margin-left: 32px;
	margin-top: 20px;
}
.DIconter34{
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 30px;
	margin-top: 15px;
}
.DIconter35>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-top: 14px;
	margin-left: 16px;
	float: left;
}
.DIconter36{
	width: 278px;

	height: 140px;
	float: left;
}
.DIconter37>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #9e9e9e;
	margin-top: 34px;
	margin-left: 34px;
}
.DIconter38>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #cd2426;
	margin-top: 12px;
	margin-left: 34px;
}
.DIconter39{
	width: 184px;
	height: 35px;
	background: #fff;
	border: 1px solid #dddddd;
	margin-left: 34px;
	margin-top: 14px;
	float: left;
}
.DIconter40{
	width: 58px;
	height: 37px;
	background: #fff;
	border: 1px solid #dddddd;
	float: left;
	border-left: none;
	margin-top: 14px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #4e4c4c;
	line-height: 35px;
	text-align: center;

}
.DIconter41{
	width: 130px;
	height: 140px;
	float: right;
	margin-right: 130px;
}
.DIconter42>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-top: 34px;
}
.DIconter43>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-top: 20px;
	margin-left: 14px;
}
.DIconter44>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
	margin-top: 20px;
	margin-left: 14px;
}
.DIconter45{
	width: 1198px;
	height: 14px;
	background: url(../images/f19.png) center no-repeat;
	margin-top: 156px;
}
.DIconter46{
	width: 1198px;
	height: 138px;
	
}
.DIconter47{
	width: 164px;
	height: 138px;
	margin-left: 34px;
	overflow: hidden;
	float: left;
}
.DIconter48{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #9e9e9e;
	margin-top: 12px;
}
.DIconter49{
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 15px;
}
.DIconter50{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #545454;
	margin-top: 14px;
	margin-left: 10px;
}
.DIconter51{
	width: 200px;
	height: 138px;
	float: right;
	margin-right: 130px;
}
.DIconter52>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #393939;
}
.DIconter52>p>span{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 24px;
	color: #cd2426;
	margin-left: 22px;
}
.DIconter53{
	width: 144px;
	height: 42px;
	background: #b4a078;
	margin-top: 40px;
	margin-left: 52px;
}
.DIconter53>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	text-align: center;
}
.DIconter54{
	width: 1200px;
	height: 164px;
	background: #fff;
	margin: auto;
}
.DIconter55{
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 15px;
	margin-left: 900px;
}
.DIconter56{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #1853fe;
	margin-top: 13px;
	margin-left: 20px;
}
/************Ã¤Â¸ÂªÃ¤ÂºÂºÃ¨Âµâ€žÃ¦â€“â„¢*******************************/
.Lconter{
	width: 1200px;
	height: 650px;
	margin: auto;
	overflow: hidden;
}
.Lconter01>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 20px;
}
.Lconter01>a>p:hover{
	color: #cd2426;
}
.Lconter01>a>p>span{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #8f8f8f;
}
.Lconter02{
	width: 178px;
	height: 458px;
	border: 1px solid #e8e8e8;
	margin-top: 30px;
	float: left;
	
}
.Lconter03>img{
	margin-left: 36px;
	margin-top: 30px;
}
.Lconter04>a>p{
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 20px;
	margin-left: 77px;
}
.Lconter04>a>p:hover{
	color: #cd2426;
}
.Lconter05>a>p{
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #cd2426;
	margin-top: 12px;
	margin-left: 65px;
}
.Lconter07{
	width: 94px;
	height: 28px;
	border: 1px solid #c0c0c0;
	background: #e8e8e8;
	margin-left: 40px;
	margin-top: 12px;
}
.Lconter07>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	line-height: 28px;
	text-align: center;
}
.Lconter07>a>p:hover{
	color: #cd2426;
}
.Lconter08>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #cd2426;
	margin-top: 25px;
	margin-left: 60px;
}
.Lconter008>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 25px;
	margin-left: 60px;
}
.Lconter008>a>p:hover{
	color: #cd2426;
}
	
.Lconter09>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 20px;
	margin-left: 60px;

}
.Lconter009>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #cd2426;
	margin-top: 20px;
	margin-left: 60px;
}
.Lconter09>a>p:hover{
	color: #cd2426;
}
.Lconter10>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 20px;
	margin-left: 66px;
}
.Lconter10>a>p:hover{
	color: #cd2426;
}
.Lconter11{
	width: 1000px;
	height: 458px;
	float: left;
	border: 1px solid #e8e8e8;
	margin-top: 30px;
	margin-left: 18px;
}
.Lconter12>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	margin-top: 48px;
	margin-left: 70px;
}
.Lconter13>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	margin-top: 36px;
	margin-left: 70px;
}
.Lconter14{
	width: 998px;
	height: 32px;
	margin-top: 30px;
}
.Lconter15{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	line-height: 32px;
	margin-left: 70px;
	float: left;
}
.Lconter16{
	width: 150px;
	height: 30px;
	border: 1px solid #e8e8e8;
	margin-left: 64px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	line-height: 30px;
}
.Lconter17{
	width: 998px;
	height: 22px;
	margin-top: 30px;
	
}
.Lconter18{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	margin-left: 70px;
	float: left;
}
.Lconter19{
	float: left;
	margin-top: 4px;
	margin-left: 64px;
	
}
.Lconter20{
	float: left;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	margin-left: 8px;
	
}
.Lconter21{
	float: left;
	margin-top: 4px;
	margin-left: 26px;

}
.Lconter22{
	width: 998px;
	height: 20px;
	margin-top: 30px;
}
.Lconter23{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px ;
	color: #3b3b3b;
	margin-left: 70px;
	float: left;
}
.Lconter24{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px ;
	color: #6aa2db;
	margin-left: 38px;
	float: left;
}
.Lconter25{
	height: 38px;
	width: 998px;
	margin-top: 30px;
}
.Lconter26{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	margin-left: 70px;
	line-height: 38px;
	float: left;
}
.Lconter27{
	width: 120px;
	height: 31px;
	float: left;
	margin-top: 2px;
	margin-left: 38px;
}
.Lconter28{
	width: 163px;
	height: 41px;
	background: #e8e8e8;
	margin-top: 42px;
	margin-left: 210px;
}
.Lconter28:hover{
	background: #cd2426;
}
.Lconter29{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 16px;
	color: #575757;
	text-align: center;
	line-height: 41px;
}
.Lconter29:hover{
	color: #fff;
}
.Jconter{
	width: 998px;
	height: 178px;
	border: 1px solid #e8e8e8;
	float: left;
	margin-left: 18px;
	margin-top: 30px;
}
.Jconter0{
	width: 998px;
	height: 178px;
	border: 1px solid #e8e8e8;
	float: left;
	margin-left: 18px;
	margin-top: 10px;
}
.Jconter01{
	width: 998px;
	height: 43px;
	border-bottom: 1px solid #e8e8e8;
	background: #f5f5f5;
	
}
.Jconter02{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	line-height: 43px;
	margin-left: 24px;
	float: left;
}
.Jconter03{
		font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	line-height: 43px;
		float: left;
	margin-left: 84px;
}
.Jconter04>img{
	float: left;
}
.Jconter05{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	margin-top: 60px;
	float: left;
}
.Jconter05:hover{
	color: #cd2426;
}
.Jconter06{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #3b3b3b;
	float: left;
	margin-top: 60px;
	margin-left: 144px;
}
.Jconter07{
	float: left;
	width: 70px;
	height: 134px;
	margin-left: 100px;
}
.Jconter08{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 20px;
}

.Jconter09{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 10px;
	margin-left: 6px;
}
.Jconter09:hover{
	color: #cd2426;
}
.Jconter10>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #cd2426;
	float: left;
	margin-top: 54px;
	margin-left: 60px;
}
.Jconter11{

	width: 109px;
	height: 134px;
	float: left;
	margin-left: 46px;
}
.Jconter12{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #838383;
	margin-top: 30px;
	text-align: center;
}
.Jconter112{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #838383;
	margin-top: 30px;
	text-align: center;
}
.Jconter13{
	width: 94px;
	height: 30px;
	background: #cd2426;
	margin-top: 20px;
	margin-left: 6px;
}
.Jconter13>a>p{
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#tab img
{
	float:left;
}
.item
{
	width:100%;
	float:left;
}
.tjcp
{
    width: 250px;
    float: left;
    margin-top: 30px;
}
.tjcp_t
{}
.tjcp_t p
{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #00366a;
    color: #fff;
}
.tjcp_b
{}
.tjcp_b li
{margin-bottom: 30px;float: left;}
.tjcp_bm
{
    height: 180px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 99%;
    border: 1px solid #eee;
}
.tjcp_bm img
{
    object-fit: scale-down;
    line-height: 180px;
    height: 180px;
    width: 100%;
    overflow: hidden;
}
.tjcp_b li p
{float: left;width: 100%;background: #000;color: #fff;text-align: center;height: 45px;line-height: 45px;}
.tjcp_b li:hover p {
    background: #00366a;
}
.w188_bq
{
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.w188_bq_t
{
    height: 50px;
    line-height: 50px;
    background: #00366a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
}
.w188_bq_t p
{}
.w188_bq_b
{}
.w188_bq_b p
{
    float: left;
    background: #000;
    color: #fff;
    padding: 13px;
    margin-top: 10px;
    margin-right: 5px;
}
.w188_bq_b p:hover {
    background: #00366a;
}
.w188_bq_b p a
{
    color: #fff;
}
.plane-body #form-group-6 {
    float: none;
    display: flex;
}
#form-group-6 {
    width: 90%;
    float: left;
}
#form-group-11 {
    width: 40%;
    float: left;
}
#form-group-12 {
    width: 40%;
    float: left;
}
#form-group-14 {
    width: 90%;
    float: left;
}
.form-group {
    margin-bottom: 10px;
}
#form-group-4 {
    width: 48%;
    float: right;
}
#form-group-6 input {
background-color: #eeeeee;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
}
#form-group-11 input {
background-color: #eeeeee;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
}
#form-group-12 input {
background-color: #eeeeee;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
}
#form-group-14 textarea {
background-color: #eeeeee;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
}
.w188_bq_b
{}
.w188_bq_b em
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
#form-group-4 input {
    width: 182px;
    height: 50px;
    background: #00366a;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-top: 15px;
    float: right;
}
@media screen and (max-width: 64rem){
.w {
    width:95%;
    margin: 0 auto;
}
.Xcontent {
    width: 100%;
    /* height: 596px; */
    min-width: auto;
}
.Xcontent06 {
    width: 75%;
    height: 430px;
    /* margin-top: 26px; */
    /* margin-left: 40px; */
    float: left;
}
.Xcontent06 img
{
object-fit: scale-down;
    line-height: 430px;
    height:430px;
    width: 100%;
    overflow: hidden;
}
.Xcontent08 {
    float: right;
    width: 78px;
    height: 430px;
    /* margin-top: 26px; */
    margin-left: 0px;
}
.Xcontent13 {
    width: 100%;
    height: auto;
    float: left;
}
.mian {
    width: 95%;
    margin: 0 auto;
}
.mian .m-l {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #ccc;
    /* background-color: rgb(23, 128, 136); */
}
.mian .m-r {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.list_nav {

width: 19% !important;
}
.tjcp {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.tjcp_b li {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
}
.ann
{
float: left;
    background: #00366a;
    color: #fff;
    padding: 13px;
    margin-top: 10px;
    margin-right: 5px;
}
.ann a
{
    color: #fff;	
}
.ann a:hover
{
    color: #fff;	
}


/* ========== shop.css ========== */

.head{
	    height: 100px;
}
.head .headbox .logo{
	height:100px;
	max-width:36%;
}
@media only screen and (max-width: 25.875em){
	.head{height:73px;}
}
@media only screen and (max-width: 64em) {
	.head .headbox .logo{
		width:24%;
	}
	.head .headbox .phone{
		display: block
	}
	.head .headbox{
		height:100px;
	}

}
@media only screen and (max-width: 48em) {
	.head .headbox .logo{
		width:34%;
	}
	.head .headbox{
		height:100px;
	}
}
.loginimg{
	width:100%;
	height:600px;
	background: url(../images/banner1.jpg) center no-repeat;
	background-size:auto;
	float: left;
}
@media only screen and (max-width: 41.6875em) {
	.loginimg{
		background: #F8F2E6;
	}
	
}
.loginimg .login_c{
	/* max-height: 1200px; */
	margin:0 auto;
	width: 1200px;
}
@media only screen and (max-width: 25.875em) {
	.loginimg .login_c{
		width:90%;
	}
}
@media only screen and (max-width: 64em) {
   .head .headbox .logo{width: auto;max-width:70%;}
   .head .headbox .logo a img {
    height: 100%;width:auto;
}
}
@media only screen and (max-width: 41.6875em) {
	.loginimg .login_c{overflow: visible;}
}
.bottom_box{
	margin-top:0;
}
.loginimg .login_bg{
	width: 33%;
	background: #fff;
	float:right;
	margin-top: 5%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	position: relative;
	padding-bottom:1%;
}
@media only screen and (max-width: 64em) {
	.loginimg .login_bg{width:44%;margin-top: 8%;padding-bottom: 3%}
}
@media only screen and (max-width: 48em) {
	.loginimg .login_bg{margin-top:10%;width:52%;}
}
@media only screen and (max-width: 41.6875em) {
	.loginimg .login_bg
	{
		margin:10% auto;
		float:none;
		overflow: visible;
	}
}
@media only screen and (max-width: 25.875em) {
	.loginimg .login_bg{
		width:100%;
    margin: 15% auto;
	}
}
.loginimg .login_bg .bt{
	padding:0 8%;
	height:3rem;
	width:84%;
	font-size:18px;
	color: #d1bb58;
	line-height: 3rem;
	margin-top: 5%;
}
@media only screen and (max-width: 41.6875em) {
	.loginimg .login_bg .bt{
		margin-top: 0;
		line-height: 5rem;
		height:5rem;
	}
}
.loginimg .login_bg .bttxt,.loginimg .login_bg .bttxt2{
	width:83.5%;
	margin:2% 8% ;
	height:42px;
	border:1px solid #eee;
	background: #f9f9f9;
	float:left;
}
.loginimg .login_bg .bttxt3{
    width: 45%;
	margin:4% 6% 2% 8%;
	height:42px;
	border:1px solid #eee;
	background: #f9f9f9;
	float:left;
}
.loginimg .login_bg .bttxt+.bttxt{
	margin-top: 3%;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('http://jscssimage.jz60.com/w331/en/css/3/iconfont.eot?t=1537344383824') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/92f45246b16e4ffd9800acc3c1b250b0.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.icon-suo:before { content: "\e672";color:#ccc; }
.loginimg .login_bg .bttxt .bttxt1,.loginimg .login_bg .bttxt3 .bttxt1{
	float:left;
	height:42px;
	line-height: 42px;
	margin:0 4%;
}
.fsyzm{
	display: block;
    width: 32.5%;
	height:42px;
	text-align: center;
	color:#fff;
	font-size:16px;
	float:left;
	line-height: 42px;
	margin-top: 4%;
	background: #b4895c;
	transition: 0.5s;border:1px solid #b4895c;
}
.fsyzm:hover{
	border:1px solid #b4895c;
	color:#b4895c;
	background: #fff;
	transition: 0.5s;
}
.tx_box{
	width:100%;
	height:100px;
	position: absolute;
	top:-40px;
}
.tx_box .tx_b{
	width:80px;
	height:80px;
	border-radius: 100px;
	border:2px solid #b4895c;
	margin:0 auto;
	background: #fff;
	cursor:pointer;
}
.tx_box .tx_b .txs{
	width:100%;
	overflow: hidden;
	text-align: center;
	margin-top: 14px;
}
.loginflw{
	width:100%;
	position: fixed;
	z-index: 5000;
	background: url(../images/flw.png);
}
.loginflw .loginbox{
	width:40%;
	overflow: hidden;
	background: #fff;
	margin:0 auto;
	border-radius: 5px;
	position: relative;
	top:0px;
	padding-bottom:20px;
}
@media only screen and (max-width: 64em) {
	.loginflw .loginbox{width:55%;}
}
@media only screen and (max-width: 48em) {
	.loginflw .loginbox{
		    width: 72%;
	}
}
@media only screen and (max-width: 25.875em) {
	.loginflw .loginbox{
		width:100%;
		position: fixed;
		z-index: 1000;
		top:0px !important;
		height:1080px;
		background: #fff;
		overflow: auto;
	}	
}
.loginflw .loginbox .oks{
	display: block;
	height:40px;
	width:30%;
	background: #b4895c;
	margin:0 auto;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size:16px;
}
.loginflw .loginbox .yulan{
	width:100%;
	overflow: hidden;
	text-align: center;
	padding:30px 0 0 0;
}
@media only screen and (max-width: 25.875em) {
	.loginflw .loginbox .yulan{padding:0;}
}
.loginflw .loginbox .tk{
	width: 78%;
	height:443px;
	margin:0 auto;
	overflow:auto;
}
@media only screen and (max-width: 41.6875em) {
	.loginflw .loginbox .tk{
		width:45% !important;
	}
}
@media only screen and (max-width: 25.875em) {
	.loginflw .loginbox .tk{height:250px;}
}
.loginflw .loginbox .tk ul .liss{
	margin:2%;
	height:200px;
	float:left;
	border:2px solid #ccc;
	cursor:pointer;
}
@media only screen and (max-width: 25.875em) {
	.loginflw .loginbox .tk ul .liss{height:auto;}
}
.loginflw .loginbox .tk ul .lissdq{
	border-color:#b4895c;
}
.loginflw .loginbox .yulan .yulan_box{
	margin:0 auto;
	width:100px;
	height:100px;
	border-radius: 100px;
	border:2px solid #b4895c;
	overflow: hidden;

}
.loginflw .loginbox .tktxt{
	text-align: center;
	line-height: 36px;
	font-size:16px;
	color:#333;
}
.loginflw .loginbox .icons{
	padding:2%;
	float:right;
	cursor:pointer;
}
.loginflw .loginbox .icons:hover .icon-cha:before{
	color:#b4895c;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('http://jscssimage.jz60.com/w331/en/css/3/iconfont.eot?t=1537412401517') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/b77558135d664d02a7c537d34bc21112.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.icon-cha:before { content: "\e628";color:#999; }
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/bcd4d3d830d047aaa1450f281ae5737f.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont23 {
  font-family:"iconfont" !important;
  font-size:24px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jiahao:before { content: "\e607"; color:#c5c5c5;}
.tx_box .tx_b p{
	font-size:14px;
	color:#c5c5c5;
	text-align: center;
}

.loginimg .login_bg .bttxt .input,.loginimg .login_bg .bttxt .input2,.loginimg .login_bg .bttxt .input3{
	height:42px;
	width: 70%;
	border:none;
	background: none;
	font-size:16px;
	line-height: 42px;
	color:#999;
	outline: none;
	margin: 0;
}
.loginimg .login_bg .bttxt .input2{
	width:45%;
}
.loginimg .login_bg .bttxt .input3{
	width:30%;
}
.loginimg .login_bg .bttxt3 .input,.loginimg .login_bg .bttxt3 .input2,.loginimg .login_bg .bttxt3 .input3{
	height:42px;
	width:84%;
	border:none;
	background: none;
	font-size:16px;
	line-height: 42px;
	color:#999;
	outline: none;

}
.loginimg .login_bg .bttxt3 .input2{
	width: 70%;
}
.loginimg .login_bg .bttxt3 .input3{
	width:30%;
}
.loginimg .login_bg .bttxt .yzm{
	float:right;
	width: 100px;
	height: 42px;
	background: #fff;
}
.loginimg .login_bg .sub{
	width:84%;
	margin:4% 8% 0 8%;
	height:42px;
	background: #ff6600;
	color:#fff;
	font-size:16px;
	border:none;
	cursor:pointer;
	transition: 0.5s;
}
.loginimg .login_bg .sub:hover{
	background: #fff;
	color: #8500d1;
	border: 1px solid #00366a;
	transition: 0.5s;
}
.loginimg .login_bg .bttxt .yzm img
{
	height: 42px;
}
.loginimg .login_bg .suba{
	display: block;
	width:84%;
	margin: 3% 8% 0 8%;
	height:42px;
	border:1px solid #eee;
	line-height: 42px;
	font-size:16px;
	color:#555;
	text-align: center;
	transition: 0.5s;
}
.loginimg .login_bg .suba:hover{
	background: #e0e0e0;
	transition: 0.5s;
}
.loginimg .login_bg .wang{
	height:30px;
	margin:4% 8%;
}
.loginimg .login_bg .wang .mima{
	float:left;
	font-size:14px;
	color:#555;
	line-height: 22px;
	margin-left:2%;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/753483ae7bd94fd4be7f315797776624.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont21{
	  font-family:"iconfont" !important;
  font-size:22px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before { content: "\e90e";}
.usercolor:before{color:#ccc;}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/eeb16900eddd480aa4a159e05e991441.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.icon-yanzhengma:before { content: "\e636";color:#ccc; }
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/6ce485aacbb844488770bca9fe0b4e50.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont22{
	 font-family:"iconfont" !important;
  font-size:20px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wenhao:before {content: "\e67f";color: #d1bb58;float:left;}
#pass2{
	display: none;
}
@media only screen and (max-width: 41.6875em) {
	.head .headbox .logo{
		width:40%;
	}
	.head .headbox .phone{
		width: 45%;
		height:100px;
	}
	.head .headbox .phone img{
		width:100%;
	}
}
@media only screen and (max-width: 25.875em) {
	.head .headbox .phone{display: none;}
}

.grzx_head{
	width:100%;
	height:100px;
	background: #fff;
	float: left;
	border-bottom: 1px dashed #eee;
}
@media only screen and (max-width: 25.875em) {
	.grzx_head{
		    height: 85px;
	}
}
.grzx_head .grzx_c{
	width: 1200px;
	margin:0 auto;
	max-width: 1200px;
	overflow: hidden;
}
.grzx_head .grzx_c .touxiang{
	float:left;
	height:70px;
	width:70px;
	border-radius: 100px;
	overflow: hidden;
	margin:15px 0;
}


@media only screen and (max-width: 25.875em) {
	.grzx_head .grzx_c .touxiang{
		height:55px;



		width:55px;		
	}
    .head .headbox .logo a img { height:73px; }
    .head .headbox { height:73px; }
    .head .headbox .logo {  height:73px; }
    .head .headbox .logo {
    width: 72%;
}
}
.grzx_head .grzx_c .name_b{
	width:16%;
	height:100px;
	float:left;
}
@media only screen and (max-width: 48em) {
	.grzx_head .grzx_c .name_b{
		width: 28%;
	}
}
@media only screen and (max-width: 25.875em) {
	.grzx_head .grzx_c .name_b{
	    width: 40%;
	}
}
.grzx_head .grzx_c .p1{
	font-size:20px;
	color:#b4895c;
	margin: 11% 0 0 8%;
	float:left;
	width:92%;
	overflow: hidden;
	white-space: nowrap;text-overflow: ellipsis;
}
@media only screen and (max-width: 25.875em) {
	.grzx_head .grzx_c .p1{
		font-size: 18px;
		margin: 16% 0 0 8%;
	}
}
.grzx_head .grzx_c .p2{
	font-size:14px;
	margin:2% 0 0 8%;
	float:left;
	width:92%;
}
.grzx_head .grzx_c .p2 .tui{
	font-size:14px;
	color:#999;
	float:left;
	line-height: 24px;
}
.grzx_head .grzx_c .p2 .sv{
	float:left;
}
.grzx_head .grzx_c .lo2{
    float:left;
    width:38%;
}
@media only screen and (max-width: 64em) {
    .grzx_head .grzx_c .lo2{
        float:right;
        width:60%;
    }
}
.grzx_head .grzx_c .lo2 .sosoukfont{
    width:100%;
    float:left;
    overflow: hidden;
    height:30px;
}
@media only screen and (max-width: 48em) {
    .grzx_head .grzx_c .lo2 .sosoukfont{
        display: none;
    }
    .grzx_head .grzx_c .sosuok{
        margin-top: 10%;
    }
}
@media only screen and (max-width: 25.875em) {
    .grzx_head .grzx_c .lo2{
        display: none;
    }
}
.grzx_head .grzx_c .sosuok{
     width:100%; border:2px solid #b4895c;box-sizing:border-box;
    height:43px;
    background: #fff;
    float:left;
    margin-top:26px;
    padding-left:10px;
    overflow: hidden;
}



@media only screen and (max-width: 41.6875em) {
    .grzx_head .grzx_c .logo{
        height:73px;
    }
}

@media only screen and (max-width: 41.6875em) {
        .grzx_head .grzx_c .logo{
            width: 35%;
    }
    .grzx_head .grzx_c .logo img{vertical-align: middle;
max-height: 100%;
max-width: 100%;}
}
@media only screen and (max-width: 25.875em) {
    .grzx_head .grzx_c .logo{
        width: 52%;
    }
    .grzx_head .grzx_c .logo img{vertical-align: middle;
max-height: 100%;
max-width: 100%;}
}
.grzx_head .grzx_c .sosuok .so0{float:left;height:43px;line-height: 43px;width:10%;text-align: center}
.grzx_head .grzx_c .sosuok .so1{
    width:70%;
    border:none;
    background: none;
    height:43px;
    float:left;
    line-height: 43px;
    font-size:14px;
    color:#999;
}
@media only screen and (max-width: 41.6875em) {
    .grzx_head .grzx_c .sosuok .so1{
        width: 65%;
    }
}
/*.grzx_head .grzx_c .sosuok .so2{width:19.9%;height:43px;background: #b4895c;float:left;line-height: 43px;overflow: hidden;}*/

.grzx_head .grzx_c .sosuok .so2 {
    transition: all 300ms;
    width: 19.9%;
    height: 39px;
    background: #b4895c;
    float: right;
    line-height: 39px;
    overflow: hidden;
}


@media only screen and (max-width: 41.6875em) {
    .grzx_head .grzx_c .sosuok .so2{
        width: 25%;
    }
}
.grzx_head .grzx_c .sosuok .so2 .in{
    color:#Fff;
    font-size:15px;
    float:left;
    border:none;
    background: none;
    cursor:pointer;
    padding:0 7%;
}
.grzx_head .grzx_c .lo2{
    float:left;
    width:38%;
}
@media only screen and (max-width: 64em) {
    .grzx_head .grzx_c .lo2{
        float:right;
        width:60%;
    }
}
@media only screen and (max-width:41.6875em) {
	.grzx_head .grzx_c .lo2{width: 58%;}
}
.grzx_head .grzx_c .lo2 .sosoukfont{
    width:100%;
    float:left;
    overflow: hidden;
    height:30px;
}
@media only screen and (max-width: 48em) {
    .grzx_head .grzx_c .lo2 .sosoukfont{
        display: none;
    }
    .grzx_head .grzx_c .sosuok{
        margin-top: 10%;
    }
}
@media only screen and (max-width: 25.875em) {

    .grzx_head .grzx_c .lo2{
        display: none;
    }
}
@media only screen and (max-width: 41.6875em) {
    .grzx_head .grzx_c .sosuok{
        margin-top: 5%;
    }
}
.grzx_head .grzx_c .lo2 .sosoukfont .resou{
    float:left;
    font-size:12px;
    color:#555;
    line-height: 30px;
}
.grzx_head .grzx_c .lo2 .sosoukfont .f1{
    float:left;
    font-size:12px;
    color:#999;
    margin:0 0 0 2rem;
    line-height: 30px;
}
.grzx_head .grzx_c .lo2 .sosoukfont .f1:hover{
    color:#b4895c;
}
.grzx_head .grzx_c .phone{
    width:30%;
    float:right;
    overflow: hidden;
}
@media only screen and (max-width: 64em) {
    .grzx_head .grzx_c .phone{
        display: none;
    }
}
.grzx_head .grzx_c .phone img{float:right;}
.grzx{
	width:80%;
	margin: auto;
	max-width:1200px;
	/* overflow: hidden; */
	/* min-height: 500px; */
}
@media only screen and (max-width: 25.875em) {
	.grzx{width:90%;}
}
.grzx .grzx_left{
	width:20%;
	float:left;
}
@media only screen and (max-width: 64em) {
	.grzx .grzx_left{display: none}
}
.grzx .grzx_left .grzx_1{
	width:100%;
	overflow: hidden;
	background: #fff;
}
.grzx .grzx_left .grzx_1 ul li{
	width: 100%;
	line-height: 45px;
	height:45px;
	/* padding-left:15%; */
	transition: 0.5s;
	border-bottom: 1px dashed #eee;
}
.grzx .grzx_left .grzx_1 ul li:hover{
	background: #f9f9f9;
	transition: 0.5s;
}
.grzx .grzx_left .grzx_1 ul li i{
	float:left;
}
.grzx .grzx_left .grzx_1 ul li .gowu{
	height:45px;
	float:left;
	font-size: 14px;
	line-height: 45px;
	margin:0 4%;
	color:#555;
	padding-left: 20px;
}
.grzx .grzx_left .grzx_1 ul li .gowup{
	width:16px;
	height:16px;
	background: #00366a;
	float:left;
	border-radius: 30px;
	text-align: center;
	line-height: 16px;
	font-size:12px;
	color:#fff;
	margin-top: 15px;
}
.grzx .grzx_left .grzx_1 ul li .grzx_1a{
	display: block;
	overflow: hidden;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/8ad4cf8c08134f57abd5945457c88f54.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}


.icon-dingdan:before {content: "\e6db";color: #d1bb58;font-size:22px;margin:0 3%;}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/fc6b2b7489904d00bd1ad627b18df57f.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}


.icon-xiugai:before {content: "\e696";color: #d1bb58;font-size:19px;margin:0 10%;}
.icon_xiuss:before{color: #d1bb58;font-size:22px;}
.icon_ewnss:before{color: #d1bb58;font-size:22px;}
.grzx .grzx_left .grzx_2{
	width:100%;
	margin-top: 15px;
	overflow: hidden;
	background: #fff;
}
.grzx .grzx_left .grzx_2 .ptxt{
	text-align: center;
	line-height: 36px;
	font-size:14px;
	color:#555;
}
.grzx .grzx_left .grzx_2 .ptxt2{
	text-align: center;
	overflow: hidden;
	line-height: 36px;
	font-size:14px;
	color:#333;
}
.grzx .grzx_left .grzx_2 .pbox{
	width:90%;
	margin:0 5%;
	height:200px;
	background: #f9f9f9;
	overflow: hidden;
}
.grzx .grzx_left .grzx_2 .pbox a{
	height:200px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.grzx .grzx_left .grzx_2 .pbox img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	transition: 0.5s;
}
.grzx .grzx_left .grzx_2 .pbox:hover img{
	transition: 0.5s;
	transform: scale(1.1,1.1);
}
.grzx .grzx_right{
	float:right;
	width: 75.5%;
	background: #fff;
	/* min-height: 748px; */
	margin-bottom: 20px;
}
@media only screen and (max-width: 64em) {
	.grzx .grzx_right{width: 90% !important;min-height:400px;padding: 20px;}
}
.grzx .grzx_right .grzx_bt{
	height: 70px;
	border-bottom: 1px solid #eee;
}
.grzx .grzx_right .grzx_bt ul .lisa{
	float:left;
	line-height: 70px;
	height: 70px;
	font-size:15px;
}
.grzx .grzx_right .grzx_bt ul .lisa a{
	display: block;
	height: 50px;
	float:left;
	/* margin:0 20px; */
	font-size:16px;
	color:#555;
}
.grzx .grzx_right .grzx_bt ul .lisadq a{
	display: block;
	height: 69px;
	float:left;
	font-size:16px;
	color:#555;
	border-bottom:1px solid #b4895c;
	margin-right: 40px;
}
.grzx .grzx_right .grzx_bbox{
	width:100%;
	overflow: hidden;
	min-height: 500px;
}
.grzx .grzx_right .grzx_bbox ul li{
	width:100%;
	min-height:120px;
	overflow: hidden;
	border-bottom:1px solid #eee;
	padding: 20px 0;
}
.grzx .grzx_right .grzx_bbox ul li .cpimg{
	height:120px;
	width:14%;
	float:left;
	margin:0 1%;
}
@media only screen and (max-width: 41.6875em) {
	.grzx .grzx_right .grzx_bbox ul li .cpimg{
		width: 40%;
	}
}
.grzx .grzx_right .grzx_bbox ul li .cpimg a{
	height:120px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.grzx .grzx_right .grzx_bbox ul li .cpimg img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	border-radius: 50%;
	border: 1px solid #eee;
}
.grzx .grzx_right .grzx_bbox ul li .cpp{
	width: 25%;
	float:left;
	font-size:14px;
	color:#555;
	line-height: 24px;
	margin-top: 5%;
	vertical-align: middle;
	text-align: center;
}
@media only screen and (max-width: 41.6875em) {
	.grzx .grzx_right .grzx_bbox ul li .cpp{
		width:100%;
	}
}
@media only screen and (max-width: 25.875em) {
	.grzx .grzx_right .grzx_bbox ul li .cpp{
		width: 45%;
		margin:0 6%;
	}
}
.grzx .grzx_right .grzx_bbox ul li .cpp2{
	width:13%;
	overflow: hidden;
	float:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
	color:#555;
	line-height: 110px;
	margin:0 2%;
	text-align: center;
}
@media only screen and (max-width: 48em) {
	.grzx .grzx_right .grzx_bbox ul li .cpp2{
		margin: 0 1%;
	}
}
@media only screen and (max-width: 41.6875em) {
	.grzx .grzx_right .grzx_bbox ul li .cpp2{
		margin:0 5%;
		width: 27%;
	}
}
.grzx .grzx_right .grzx_bbox ul li .cpp3{
	float:right;
	margin-right:5%;
	/* line-height: 110px; */
}
@media only screen and (max-width: 41.6875em) {
	.grzx .grzx_right .grzx_bbox ul li .cpp3{
		margin-right:10%;
	}
}
.grzx .grzx_right .grzx_bbox ul li .cpp3 .ztr{
	float:left;
	margin-top: 25%;
}
.grzx .grzx_right .grzx_bbox ul li .cpp3 .ztr2{
	float:left;
	margin-top: 24%;
}
.grzx .grzx_right .grzx_bbox ul li .cpp3 .ztr2 .cps{
	float:left;
	color:#b4895c;
	font-weight:bold;
}
.grzx .grzx_right .grzx_bbox ul li .cps{
	line-height: 30px;
	font-size:16px;
	color:#6BA31A;
	text-decoration: underline;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/25fb455fe4dc407c9845fa1da04bd9c0.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont24{
	font-family:"iconfont" !important;
    font-size:20px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 25.875em) {
    .iconfont24{display: none}
    .grzx .grzx_right .grzx_bbox ul li .cpp3 .ztr{
    	margin-top: 35%;
    }
}
.icon-shizhong:before { content: "\e7eb";color:#6BA31A; }


.grzx .grzx_mleft{
	width:100%;
	overflow: hidden;
	background: #fff;
	margin-bottom:15px;
	display: none;
}
.grzx .grzx_mleft .lim{
	width:100%;
	height:45px;
	line-height: 45px;
	font-size:16px;
	border-bottom:1px solid #eee;
}
.grzx .grzx_mleft .lim i{
	float:left;
	margin:0 0 0 2%;
}
@media only screen and (max-width: 64em) {
	.grzx .grzx_mleft{
		display:block;
	}	
}
.grzx .grzx_mleft .lim .go{
	display: block;
	height:45px;
	line-height: 45px;
	margin-left:1%;
	float:left;
	width: 80%;
	padding-left: 40px;
}
.grzx .grzx_mleft .lim .pv{
	float:right;
	margin-right:2%;
	height:45px;
	line-height: 45px;
	
	color:#999;
	width:2%;
	text-align: center;

}
@media only screen and (max-width: 25.875em) {
	.xiala,.xiala3{
		height:1080px !important;
	}
}
.ddzta{
	float:right;
	line-height: 70px;
	height: 70px;
	font-size:15px;
	color:#999;
	/* margin-right:16px; */
}
.ddzta:hover{
	text-decoration: underline;
}
.ddzt_xq{
	width:380px;
	height:380px;
	border:1px solid #eee;
	margin:2%;
	float:left;
}
@media only screen and (max-width: 64em) {
	.ddzt_xq{
		float:none;
		margin:2% auto;
	}
}
.ddzt_xq .ddztbox{
	width:380px;
	height:380px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}
@media only screen and (max-width: 25.875em) {
	.ddzt_xq{
		width:350px;
		height:350px;		
	}
	.ddzt_xq .ddztbox{
		width:350px;
		height:350px;
	}
}
.ddzt_xq img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}
.ddzt_xq2{
	float:left;
	width:50%;
	margin-top:2%;
	height:380px;
	overflow: auto;
}
@media only screen and (max-width: 64em) {
	.ddzt_xq2{
		float:none;
		overflow: hidden;
		margin:2% auto;
		height:auto;
		width:90%;
	}
}
.ddzt_xq2 .pp1{
	font-size:16px;
	color:#696969;
	line-height: 45px;
	border-bottom:1px dashed #eee;
	overflow: hidden;
	margin-bottom:2%;
	float:left;
	width:100%;

}
.ddzt_xq2 .pp2{
	width:100%;
	line-height: 36px;
	font-size:14px;
	color:#999;
	float:left;
}
.ddzt_xq2 .pp2 font{
	color:#555;
}
.ddzt_xq2 .pp2 .fh{
	color:#F85A19;
	font-weight:bold;
}
.ddzt_xq2 .pp3{
	width:80%;
	line-height: 36px;
	font-size:14px;
	color:#999;
	float:left;
}
@media only screen and (max-width: 25.875em) {
	.ddzt_xq2 .pp3{
		    width: 75%;
	}
}
.ddzt_xq2 .pp3 font{
	color:#555;
}
.ddzt_xq2 .ppa{
	display: block;
	float:left;
	line-height: 30px;
	font-size:14px;
	color:#696969;
}
.ddzt_xq2 .ppa:hover{
	color:#b4895c;
}
.ddzt_xq2 .qrsh{
	display: block;
	width:25%;
	height:45px;
	color:#fff;
	font-size:15px;
	text-align: center;
	background: #b4895c;
	float:left;
	margin-top: 4%;
	line-height: 45px;
	border-radius: 5px;
	border:1px solid #b4895c;
	transition: 0.5s;
}
@media only screen and (max-width: 25.875em) {
	.ddzt_xq2 .qrsh{
		width:99%;
	}
}
.ddzt_xq2 .qrsh:hover{
	transition: 0.5s;
	background: #fff;
	color:#b4895c;
}
.ddzt_xq2 .zxkf{
	display: block;
	width:25%;
	height:45px;
	color:#b4895c;
	font-size:15px;
	text-align: center;
	background: #FFF;
	float:left;
	margin-top: 4%;
	line-height: 45px;
	border-radius: 5px;
	border:1px solid #b4895c;	
	margin-left:5%;
	transition: 0.5s;
}
@media only screen and (max-width: 25.875em) {
	.ddzt_xq2 .zxkf{
		margin-left:0;
		width:99%;
	}
}
.ddzt_xq2 .zxkf:hover{
	transition: 0.5s;
	background: #b4895c;
	color:#FFF;	
}
.ddzt_pj{
	float:left;
	width:96%;
	margin:0 2%;
}
@media only screen and (max-width: 64em) {
	.ddzt_pj{
		width:90%;
		margin:2% auto;
		float:none;
	}
}
.ddzt_pj .pj1{
	float:left;
	line-height: 36px;
	font-size:16px;
	margin-left:1%;
}
.ddzt_pj .star{
    width: 61%;
    height:30px;
    float:left;
    overflow: hidden;
    margin-top: 0.4%;
}
@media only screen and (max-width: 64em) {
    .ddzt_pj .p1{display: none}
    .ddzt_pj .star{width: 50%;margin-left: 1%;}
}
@media only screen and (max-width: 48em) {
    .ddzt_pj .p1{display: block}
    .ddzt_pj .star{width: 39%;
    margin-left: 1%;}
}
.ddzt_pj .str1{
    height:30px;
    line-height: 30px;
    float:left;
    margin:0 0.5%;
    cursor:pointer;
}
.ddzt_pj .str_bg:before{color:#ccc;}

.ddzt_pj .area{

	width:97.8%;
	padding-left:2%;
	padding-top:1%;
	border:1px solid #eee;
	height:150px;
	font-size:14px;
	color:#999;
}
.ddzt_pj .yzms{
	font-size:14px;
	float:left;
	line-height: 36px;
	color:#999;
	margin-top: 1%;
}
.ddzt_pj .bo{
	height:36px;
	border:1px solid #eee;
	width:10%;
	margin-top: 1%;
}
.ddzt_pj .sub{
	height:36px;
	width:20%;
	float:right;
	background: #F95E1E;
	text-align: center;
	color:#fff;
	font-size:14px;
	text-align: center;
	line-height: 36px;
	border:none;
	margin-top: 1%;
	cursor:pointer;
}
@media only screen and (max-width: 25.875em) {
	.ddzt_pj .sub{
		width:35%;
	}
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦*/
.grzx_gwc{
	width:100%;
	overflow: hidden;
}
.grzx_gwc ul li{
	width: 100%;
	overflow: hidden;
	line-height: 120px;
	cursor:pointer;
	border-bottom:1px solid #eee;
	padding: 20px 0px;
}
.grzx_gwc ul li .cpa1{
	padding:30px 0;
	height:60px;
	float:left;
	width:30%;
	color:#555;
	font-size:14px;
	line-height: 60px;
	margin:0 1%;
}
@media only screen and (max-width: 48em) {
	.grzx_gwc ul li .cpa1{
		width:60%;
	}
}
.grzx_gwc ul li .cpa2{
	margin:0 1%;
	float:left;
	line-height: 120px;
	height:120px;
	font-size:14px;
	color:#555;
	width:12%;
	text-align: center;
}
@media only screen and (max-width: 25.875em) {
	.grzx_gwc ul li .cpa1{
		width: 53%;
	}	
}
@media only screen and (max-width: 25.875em) {
	.grzx_gwc ul li .cpa2{
		    width: 32%;
	}
}
.grzx_gwc ul li .cpa3{
	height: 120px;
	margin:0 1%;
	float:left;
}
.grzx_gwc ul li .cpa3 .cpa3box{
    width: 121px;
	height:40px;
	border:1px solid #eee;
	border-radius: 5px;
	background: #fff;
	margin:30% 0;
}
.grzx_gwc ul li .cpa3 .cpa3box .jian{

	font-size:24px;
	height:40px;
	line-height: 38px;
	color:#999;
	float:left;
	width:40px;
	text-align: center;
	cursor:pointer;
	transition: 0.5s;
}
.grzx_gwc ul li .cpa3 .cpa3box .jian:hover{
	color:#555;
	transition: 0.5s;
}
.grzx_gwc ul li .cpa3 .cpa3box .su{
	font-size:18px;
	height:40px;
	line-height: 38px;
	color:#555;
	float:left;
	width:40px;
	text-align: center;
	cursor:pointer;
}
.grzx_gwc ul li .cpa3 .cpa3box .jia{
	font-size:18px;
	height:40px;
	line-height: 40px;
	color:#999;
	float:left;
	width:40px;
	text-align: center;
	cursor:pointer;
	transition: 0.5s;
}
.grzx_gwc ul li .cpa3 .cpa3box .jia:hover{
	color:#555;
	transition: 0.5s;	
}
.grzx_gwc ul li .cpalj{
	float:right;
	margin:0 2%;
}
.grzx_gwc ul li .gwc_img{
    width: 23%;
    height:120px;
    float:left;
    margin-left: 20px;
    margin-right: 15px;
}
.grzx_gwc ul li .gwc_img .as{
	height:120px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.grzx_gwc ul li .gwc_img .as img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	border: 1px solid #eee;
	border-radius: 50%;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/6529a42df7b0401f9cff800ce1cf754a.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont26 {
  font-family:"iconfont" !important;
  font-size:26px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lajitong:before { content: "\e609";color:#999;float:right; }
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/a96d54065a634b8b9df70dd5158ea347.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont25 {
  font-family:"iconfont" !important;
  font-size:26px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhengque:before {content: "\e62c";color:#ccc;/* margin:0 2%; */float:left;}
.gwc_xz:before{color: #00366a;}
.heji{
	/* width:100%; */
	/* overflow: hidden; */
}
.heji .ddd{
	width:100%;
}
.heji .ddd .ddhj{
	float:left;
	height:55px;
	line-height: 55px;
	font-size:14px;
	color:#999;
	margin-top: 1%;
	/* margin-left:4%; */
}
.heji .ddd .ddhj2{
	float:left;
	height:66px;
	line-height: 66px;
	font-size:24px;
	margin-right:4%;
	color:#333;
}
.heji .ddd .fukuan{
	float:right;
	display: block;
	padding:1.2% 5%;
	background: #d1bb58;
	font-size:16px;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	/* margin-right:2%; */
	margin-top:2%;
	border: 1px solid #d1bb58;
	transition: 0.5s;
}
@media only screen and (max-width: 25.875em) {
	.heji .ddd .fukuan{
		    margin-top: 5%;
	}
}
.heji .ddd .fukuan:hover{
	background: #fff;
	transition: 0.5s;
	color:#b4895c;
}
.grzk_pass{
	width:40%;
	overflow: hidden;
}
@media only screen and (max-width: 41.6875em) {
	.grzk_pass{
		width:97%;
	}
}
.grzk_pass .inpu1{
	width:90%;

	overflow: hidden;
	height:40px;
	border:1px solid #eee;
	font-size:14px;
	line-height: 40px;
	color:#999;
	padding-left:2%;
	margin:5% 0 0 5%;
	float:left;
}
.grzk_pass .inpu2{
	width:50%;
	overflow: hidden;
	height:40px;
	float:left;
	border:1px solid #eee;
	color:#999;
	padding-left:2%;
	margin:5% 0 0 5%;
	font-size:14px;
}
.grzk_pass .inpua{
	display: block;
	width:34%;
	height:38px;
	float:left;
	border:1px solid #b4895c;
	margin:5% 0 0 5%;
	text-align: center;
	line-height: 38px;
	font-size:14px;
	color:#b4895c;
}
.grzk_pass .oks{
	width:92%;
	height:40px;
	color:#fff;
	font-size:16px;
	text-align:center;
	background: #b4895c;
	border:1px solid #b4895c;
	margin:5% 0 0 5%;
	line-height: 40px;
	cursor:pointer;
}
.grzx_zlws{
	width:96%;
	margin:2%;
	overflow: hidden;
}
.grzx_zlws .zlws1{
	float:left;
	margin:0 2%;
	width:96%;
}
.grzx_zlws .zlws1 .tou{
	width:100px;
	height:100px;
	float:left;
	border-radius: 100px;
	border:2px solid #b4895c;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 41.6875em) {
	.grzx_zlws .zlws1 .tou{
		float:none;
		margin:2% auto;
	}
}
.grzx_zlws .zlws1 .tou img{
	position: absolute;
	z-index: 5;
}
.grzx_zlws .zlws1 .tou .flw{
	width:100%;
	height:100px;
	background: url(../images/flw.png);
	position: absolute;
	z-index:100;
}
.grzx_zlws .zlws1 .tou .flw .flws{
	width:100%;
	overflow: hidden;
	text-align: center;
	padding:20% 0 5% 0;
}
.grzx_zlws .zlws1 .tou .flw .flwa{
	font-size:15px;
	color:#fff;
	text-align: center;
	display: block;
	line-height: 100px;
}


.iconfont27 {
  font-family:"iconfont" !important;
  font-size:30px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grzx_zlws .zlws1 .in2{
	float:left;
	width:80%;
	margin-left:3%;
}
@media only screen and (max-width: 48em) {
	.grzx_zlws .zlws1 .in2{width:78%;}

}
@media only screen and (max-width: 41.6875em) {
	.grzx_zlws .zlws1 .in2{
		width:100%;
		margin-left:0;
	}
}
.grzx_zlws .zlws1 .inin1{
	width:40%;
	height:40px;
	border:1px solid #eee;
	float:left;
	padding-left:2%;
	font-size:15px;
	color:#999;
	margin-right:3%;
	margin-bottom:3%;
}
@media only screen and (max-width: 48em) {
	.grzx_zlws .zlws1 .inin1{width:44%;}
}
@media only screen and (max-width: 25.875em) {
	.grzx_zlws .zlws1 .inin1{
		width: 98%;
	}
}
.grzx_zlws .zlws1 .in2 .inintxt{
	height:40px;
	float:left;
	width:40%;
	line-height: 40px;
    margin-bottom: 3.2%;
}
.grzx_zlws .zlws1 .in2 .inintxt .nb{
	line-height: 40px;
	font-size:16px;
	color:#999;
	margin-left: 6%;
	float:left;
}
.grzx_zlws .zlws1 .in2 .inintxt .nbn{
	color:#333;
	font-size:15px;
	float:left;
	line-height: 40px;
	margin:0 4% 0 2%;
}
.grzx_zlws .zlws1 .in2 .inintxt .rad{
	float:left;
	margin-top: 5.5%;
}
@media only screen and (max-width: 48em) {
	.grzx_zlws .zlws1 .in2 .inintxt .rad{
		margin-top: 9%;
	}
}
.queren{
	width:20%;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	color:#fff;
	border:none;
	background: #b4895c;
    margin-left: 16%;
    border-radius: 5px;
}
@media only screen and (max-width: 48em) {
	.queren{width:22%;    margin-left: 22%;}
}
@media only screen and (max-width: 41.6875em) {
	.queren{width:100%;margin-left:0;}
}
.shouhuo{
	width:96%;
	margin:0 2% 2% 2%;
	overflow: hidden;
}
.shouhuo .shbox,.shouhuo .shboxdq{
	width:45%;
	height:100px;
	border:2px solid #eee;

	float:left;
	margin-top: 2%;
}
@media only screen and (max-width: 48em) {
	.shouhuo .shbox,.shouhuo .shboxdq{width:99%;}
}
.shouhuo .shboxdq{
	border-color:#F85A19;
}
.shouhuo .shbox+.shbox{
	margin-left:2%;
}
@media only screen and (max-width: 48em) {
	.shouhuo .shbox+.shbox{margin-left:0;}
}
.shouhuo .shbox .dz1{
	font-size:14px;
	color:#696969;
	margin:10px;
	float:left;
    width: 58%;
    height: 50px;
}
.shouhuo .shbox .dzb,.shouhuo .shbox .dzbdq{
	display: block;
	width:25%;
	height:40px;
	float:right;
	background: #eee;
	border-radius: 0px 0px 0px 50px;
	color:#696969;
	padding-left:6%;
	line-height: 40px;
	font-size:14px;
	cursor:pointer;
	margin-bottom: 30px;
}
.shouhuo .shbox .dzbdq{background: #F55B1B;color:#fff;}
.shouhuo .shbox .xiu{
	font-size:14px;

	color:#999;
	float:left;
	margin:0 2.5%;
}
.shouhuo .shbox .xiu:hover{
	text-decoration: underline;
}
.shouhuo .dzadd{
	width:45%;
	height:100px;
	border:2px solid #eee;
	float:left;	
	margin-top: 2%;
	cursor:pointer;
}
@media only screen and (max-width: 48em) {
	.shouhuo .dzadd{
		width: 99%;
	}
}
.shouhuo .dzadd .fh{
	float:left;
	font-size:60px;
	color:#ccc;
	line-height: 96px;
	margin-left:27%;
}
@media only screen and (max-width: 48em) {
	.shouhuo .dzadd .fh{
		margin-left: 33%;
	}
}
.shouhuo .dzadd .fh2{
	font-size:16px;
	color:#696969;
	line-height: 100px;
	margin-left:2%;
	float:left;
}
.adddizhi{
	width:100%;
	overflow: hidden;
	background: url(../images/flw.png);
	position: fixed;
	z-index: 5000;
}
.adddizhi .box{
	width:40%;
	height:250px;
	background: #fff;
	margin:0 auto;
	border-radius: 5px;
	margin-top: 0;
}
@media only screen and (max-width: 25.875em) {
	.adddizhi .box{width:90%;}
}
.adddizhi .box .dztxt{
	width:88%;
	height:100px;
	margin:2% 5% 5% 5%;
	line-height: 36px;
	font-size:15px;
	color:#999;
	padding-left:2%;
}
.adddizhi .box .tj{
	width:30%;
	height:36px;
	border:none;
	background: #F75A15;
	color:#Fff;
	font-size:16px;
	text-align: center;
	margin-left:5%;
	border-radius: 5px;
	cursor:pointer;
}
.adddizhi .box .chacha{
	float:right;
	margin-right:2%;
	margin-top: 2%;
	cursor:pointer;
}
.adddizhi .box .addfont{
	float:left;
	margin-left:5%;
	font-size:16px;
	line-height: 45px;
}
.cart
{
	width:100%;
	float:left;
	/* margin-top: 30px; */
	margin-bottom: 30px;
	border-top: 1px solid #eeeeee;
	padding-top: 30px;
}
.grzx .grzx_left .grzx_1 ul li img
{
	
margin-top: 10px;
	
position: absolute;
}
.grzx .grzx_mleft .lim img
{
		
margin-top: 10px;
		
position: absolute;
		
margin-left: 15px;
}
.jies
{
	
width: 120px;
	
height: 40px;
	
line-height: 40px;
	
background: #00366a;
	
text-align: center;
	
border-radius: 5px;
	
color: #fff;
	
float: right;
	
margin-top: 20px;
}

.cart_js1
{
	width: 84%;
	float:left;
	/* min-height:150px; */
	border:1px solid #eee;
	padding: 30px;
	margin-bottom: 30px;
}

.input_box .input_box_txt {
    width: 89%;
    height: 18px;
    padding: 11px 16px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    border: 1px #c4cdd5 solid;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: all 150ms;
    -webkit-transition: all 150ms;
}
.input_box {
    width: 543px;
}
.input_box_label{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    width: 100%;
    float: left;
}


.input_box1 input
{
	
margin-bottom: 15px;
}
/*.button button
{
	
margin: 0;
	
background: #00366a;
	
border: none;
	
width: 120px;
	
height: 35px;
	
color: #fff;
}*/


.zhuti
{
	
width: 35%;
	
float: left;
	
background: #eeeeee59;
	
height: 15px;
	
line-height: 15px;
	
padding: 50px;
	
margin-right: 20px;
}
.cart_js1 li
{


}
.zhuti1 input
{
	
margin-top: 0px;
	
position: absolute;
}
.zhuti1 img
{
	
float: left;
	
margin-left: 35px;
	
position: absolute;
	
margin-top: -20px;
}

@media screen and (max-width: 64rem){
.zhuti {
    width: 70%;
    float: left;
    background: #eeeeee59;
    height: 15px;
    line-height: 15px;
    padding: 50px;
    margin-right: 20px;
}
}
.grzx_right_js
{
	    float: left !important;
    border: 1px solid #eee;
    width: 84% !important;
    padding: 30px;
}
.y_59yzm img
{
	margin-top: 20px;
}
.y_59yzm 
{
	float:left;
}

/* ========== ny.css ========== */

.pro_ny {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.pro_ny_1 {
    width: 1200px;
    margin: auto;
}

.jscl_ny_pro_t {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
}
.pro_ny_l {
    float: left;
    width: 250px;
}
.pro_ny_l h1,
.pro_ny_l h2 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #00366a;
    color: #fff;
}
.pro_ny_l h2 {
    margin: 0;
}
/* 产品详情页左侧标题样式 */
.pro_ny_l .cat_title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #00366a;
    color: #fff;
    margin: 0;
}
/* 产品分类页面的 H1 描述样式 - 看起来像普通段落 */
.category-description {
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0 0 30px 0 !important;
    padding: 18px 24px !important;
    line-height: 1.6 !important;
    color: #334155 !important;
    background: #f8fafc !important;
    border-left: 4px solid #2563eb !important;
    border-radius: 8px !important;
}
.cd-accordion-menu {
  width: 100%;
  /* max-width: 600px; */
  background: #414141;
  /* margin: 4em auto; */
  /* box-shadow: 0 4px 40px #70ac76; */
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 10px;
  background: #000;
  color: #ffffff;
  font-size: 16px;
}
.cd-accordion-menu a{border-bottom:1px solid #666}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #2a2a2a;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(../fonts/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../fonts/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  /* padding-left: 82px; */
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 10px;
    font-size: 16px;
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    /* padding-left: 106px; */
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 70px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.about_ny_r {
    float: right;
    width: 920px;
}

.about_ny_r p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.tjcp
{
    width: 250px;
    float: left;
    margin-top: 30px;
}
.tjcp_t
{}
.tjcp_t p
{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #00366a;
    color: #fff;
}
.tjcp_b
{}
.tjcp_b li
{margin-bottom: 30px;float: left;}
.tjcp_bm
{
    height: 180px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 99%;
    border: 1px solid #eee;
}
.tjcp_bm img
{
    object-fit: scale-down;
    line-height: 180px;
    height: 180px;
    width: 100%;
    overflow: hidden;
}
.tjcp_b li p
{float: left;width: 100%;background: #000;color: #fff;text-align: center;height: 45px;line-height: 45px;}
.tjcp_b li:hover p {
    background: #00366a;
}
.lj
{}
.lj_t
{
    border-top: 2px solid #00366a;
    padding-top: 15px;
    margin-bottom: 15px;
}
.lj_t p
{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.lj_b
{}
.lj_b p
{
    font-size: 14px;
    margin-bottom: 20px;
}
.pro_ny_r1 {
    float: right;
    width: 920px;
}
.lj_b
{}
.lj_b1
{}
.lj_b1 li
{
    margin-bottom: 15px;
}
.lj_bt
{
    height: 35px;
    line-height: 35px;
    background: #00000029;
}
.lj_bt a
{}
.lj_bb
{
    margin-top: 10px;
}
.lj_bb a
{}
.lj_bb1
{
    margin-top: 10px;
}
.lj_bb1 p
{
    background: #000;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0px;
}
.lj_bb1 p a
{
    color: #fff;
}
.pro_ny_r {
    float: right;
    width: 920px;
}

/* 产品列表网格布局 - 修复错位问题 */
.pro_ny_r .thumbs ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 20px;
    width: 100%;
}

.pro_ny_r .thumbs ul li {
    float: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.pro_ny_r .thumbs ul li:nth-of-type(3),
.pro_ny_r .thumbs ul li:nth-of-type(6),
.pro_ny_r .thumbs ul li:nth-of-type(9) {
    float: none;
    margin-right: 0;
}
.news_ny_r li
{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 30px;
}
.news_ny_r
{
    float: right;
    width: 920px;	
}
.jscl_ny_news li
{
    width: 100%;
    float: left;
    border-bottom: 1px dashed #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.jscl_ny_news_wz
{
    width: 60%;
    float: left;
}
.xpro
{
	float:right;
}
.xpro1
{
	float: left !important;
}
.jscl_ny_news_wz h1
{
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
}
.jscl_ny_news_wz p
{
    line-height: 24px;
    margin-bottom: 15px;
}
.jscl_ny_news_wz span {
    width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ff0000;
}
.jscl_ny_news_wz span a
{
	color: #fff;
}
.jscl_ny_news_img
{
    height: 210px;
    float:right;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 340px;
    border: 1px solid #eee;
}
.jscl_ny_news_img img
{
    object-fit: scale-down;
    line-height: 210px;
    height: 210px;
    width: 100%;
    overflow: hidden;
}
.xwbt
{
    text-align: center;
    border-bottom: 1px solid #0000001f;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.xwbt h1
{color: #000;margin-bottom: 10px;text-transform: uppercase;font-weight: 600;}
.xwbt img
{
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
.xwsx
{
	width:100%;
	float:left;
	border-top: 1px solid #0000001f;
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.xwsx_l
{
    width: 50%;
    float: left;
    font-weight: 600;
}
.xwsx_r
{
    width: 50%;
    float: right;
    text-align: right;
    font-weight: 600;
}
/* 修改产品列表项布局 - 关键修改部分 */
.pro_ny_r li
{
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* 修改产品图片容器 */
.pro_ny_rimg
{
	height: 290px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.pro_ny_rimg img
{
	object-fit: scale-down;
	line-height: 290px;
	height: 290px;
	width: 100%;
	overflow: hidden;
}
/* 修改产品标题容器 - 从绝对定位改为相对定位，并移动到图片下方 */
.pro_ny_rwz
{
	position: relative; /* 改为相对定位 */
	width: 100%;
	float: left; /* 改为浮动布局 */
	height: auto; /* 自动高度 */
	min-height: 60px; /* 最小高度 */
	background: #00366a; /* 保持原背景色 */
	line-height: 1.4; /* 调整行高 */
	text-align: center;
	color: #fff;
	padding: 10px 5px; /* 添加内边距 */
	box-sizing: border-box; /* 包含内边距 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden; /* 防止文本溢出 */
}
/* 标题文本样式 - 限制2行显示 */
.pro_ny_rwz em {
    display: block;
    width: 100%;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    max-height: 2.8em; /* 2行高度 (1.4 * 2) */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制2行 */
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin: 0;
    padding: 0;
}
/* 确保链接正常显示 */
.pro_ny_r li a {
    display: block;
    text-decoration: none;
    color: inherit;
}
#window{
	/* margin:30px auto 30px; */
	border-radius:6px;
	background:#fff;
	width: 925px;
	/* height:620px; */
	/* overflow:hidden; */
	position:relative;
	float: right;
}
#header{
	background:#e3e5e9;
	height:33px;
	padding-left:18px;
}
#header .circle{
	background:#9fa2a8;
	border-radius:50%;
	float:left;
	width:12px;
	height:12px;
	margin-right:6px;
	margin-top:11px;
}

.thumbs{/* padding:10px 50px 30px 70px; */}
.thumbs p, .thumbs p.floating-thumb{
  background: #e3e5e9;
  width: 155px;
  height: 60px;
  margin: 30px 30px 0 0;
  border-radius: 4px;
  float: left;
  padding-top: 121px;
}

.floating-thumb{
	background: #e3e5e9;
	width: 155px;
	height: 60px;
	border-radius: 4px;
	float: left;
	padding-top: 121px;
	position:absolute;
	top: 156px;
	left: 70px;
	display: none;
}
.floating-thumb.animate{
	width:303px;
	height:80px;
	margin-top:20px;
	padding-top: 326px;	
	top: 146px;
    left: 186px;
	-webkit-transition: all 400ms cubic-bezier(0,.93,.33,.99);
	   -moz-transition: all 400ms cubic-bezier(0,.93,.33,.99);
	    -ms-transition: all 400ms cubic-bezier(0,.93,.33,.99);
	     -o-transition: all 400ms cubic-bezier(0,.93,.33,.99);
		    transition: all 400mscubic-bezier(0,.93,.33,.99);
}
.thumbs p span, p.floating-thumb span{
	display:block;
	height:10px;
	margin:10px 20px;
	background:#d2d4d9;
	border-radius:2px;
}
.thumbs p span.short, p.floating-thumb span.short{width:50px;}
.thumbs p:hover{
	background:#dfe0e5;
	cursor:pointer;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
	    -ms-transition: all 100ms ease-out;
	     -o-transition: all 100ms ease-out;
		    transition: all 100ms ease-out;
	
}
#headline{/* padding:39px 50px 0px 70px; */}
#headline p{

}
#headline p.short{width:220px;}

#grid-selector{
	width: 100%;
	float: right;
	margin-bottom: 20px;
}

#viewCarousel{
	background:#e3e5e9;
	width:20px;
	height:20px;
	float:right;
	border-radius:1px;
}
#viewCarousel:hover{
	cursor:pointer;
}

#viewCarousel:hover, #viewGrid:hover p{
	cursor:pointer;
	background:#cacdd1;
}
#viewCarousel.active, #viewGrid.active p{
	color:#5298fc;
}
#viewGrid{
	width:22px;
	height:20px;
	float:right;
	margin-top:-1px;
	margin-right:5px;
}

#viewGrid p{
	background: #e3e5e9;
	  width: 9px;
	  height: 9px;
	  float: right;
	  border-radius: 1px;
	  margin: 1px;
}
#viewGrid.active p, #viewCarousel.active{
	background:#9fa2a8;
}

#carousel{

}
#carousel .innerCarousel{

width: 920px !important;

float: right;
}
.innerCarousel
{}
.innerCarousel li
{
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.xtjia
{}
.xtjia {
    width: 60%;
    float:right;
}
.xtjia h1
{
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
}
.xtjia p
{
    line-height: 24px;
    margin-bottom: 15px;
}
.xtjia span {
    width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ff0000;
}
.xtjia span a
{
	color: #fff;
}
.xtjia_img {
    height: 210px;
    float:left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 340px;
    border: 1px solid #eee;
}
.xtjia_img img {
    object-fit: scale-down;
    line-height: 210px;
    height: 210px;
    width: 100%;
    overflow: hidden;
}
#carousel .innerCarousel div{
	/* width:	337px; */
	/* height:448px; */
	/* text-align:center; */
	/* float:left; */
}
#carousel .innerCarousel div p{
  /* background: #e3e5e9; */
  /* width: 220px; */
  /* height: 73px; */
  /* margin: 30px auto 0 auto; */
  /* border-radius: 4px; */
  /* padding-top: 300px; */
  /* margin-top: 38px; */
  /* -webkit-transition: all 300ms cubic-bezier(0,.93,.33,.99); */
  -moz-transition: all 300ms cubic-bezier(0,.93,.33,.99);
  -ms-transition: all 300ms cubic-bezier(0,.93,.33,.99);
  -o-transition: all 300ms cubic-bezier(0,.93,.33,.99);
  /* transition: all 300ms cubic-bezier(0,.93,.33,.99); */
}
#carousel .innerCarousel div p:hover{cursor:pointer;}
#carousel .innerCarousel div p.current:hover{cursor:normal;}

#carousel .innerCarousel div p.current{
	width:303px;
	height:80px;
	margin-top:20px;
	padding-top: 326px;	
	-webkit-transition: all 300ms cubic-bezier(0,.93,.33,.99);
	   -moz-transition: all 300ms cubic-bezier(0,.93,.33,.99);
	    -ms-transition: all 300ms cubic-bezier(0,.93,.33,.99);
	     -o-transition: all 300ms cubic-bezier(0,.93,.33,.99);
		    transition: all 300ms cubic-bezier(0,.93,.33,.99);
}
#carousel .innerCarousel span,
p.floating-thumb.animate span{
	/* height:10px; */
	/* display:block; */
	/* margin:10px 30px; */
	/* height:12px; */
	/* background:#d2d4d9; */
	/* border-radius:3px; */
}
#carousel .innerCarousel span.short,
p.floating-thumb.animate span.short{width:170px;}
.title{
	position:absolute; 
	top:152px;
	left:0;
	width:100%;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
	   -moz-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
	    -ms-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
	     -o-transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
		    transition: all 400ms cubic-bezier(0,.93,.33,.99) 120ms;
}

.pro_lb
{
    width: 100%;
    float: left;
    border-top: 2px solid #00366a;
    padding-top: 20px;
}
.pro_lb h1
{
    color: #000;
    margin-bottom: 10px;
}
.pro_lb p
{
    line-height: 30px;
    font-size: 14px;
    color: #000;
}
.bf
{
    position: absolute;
    left: 40%;
    top: 40%;
}
.bf img
{}
@media screen and (max-width: 64rem){
#window {
    /* margin: 30px auto 30px; */
    border-radius: 6px;
    background: #fff;
    width:100%;
    /* height: 620px; */
    /* overflow: hidden; */
    position: relative;
}
#grid-selector {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    margin-top: 30px;
}
#carousel .innerCarousel {
    width: 100% !important;
    float: left;
}
.xtjia_img {
    height: 210px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}
.xtjia {
    width: 100%;
    float: left;
    margin-top: 20px;
}
}
.fyc{width: 820px;float: left;/* background: #fff; */margin-top: 0px;}
   
.fy{width: 100%;margin-bottom: 1%;margin-top: 1%;float: left;/* padding-left: 20px; */}
.fy a{max-width: INITIAL;min-width:2%;height: 10%;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;padding: 0 1%;transition: 0.5s;display: block;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;}

.fy a:hover{transition: 0.5s;border: 1px solid #db0918;background: #db0918;color: #fff;}
.fy .cpb{width: 2%;height: 10%;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;padding: 0 1%;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;border: 1px solid #FD9700;background: #FD9700;color: #fff;}
@media only screen and (max-width: 48em) {
    .fy a{padding:0 3%;max-width: initial;}
    .fy .cpb{padding:0 3%;}

}
@media only screen and (max-width: 40em) {
    .fy a{padding: 0 2%;width: auto;}
    .fy .cpb{    padding: 0 3.4%;}
}
.fy .btnGo{width: 10%;height: 10%;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;transition: 0.5s;display: block;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;background: #fff;cursor:pointer;}
.fy .inputbox{width: 5% !important;height: 2.5rem;border: 1px solid #eee;border-radius: 0.5rem;float: left;margin: 0 0.5%;text-align: center;transition: 0.5s;display: block;font-size: 1.4rem;font-size: 1.1rem\9;line-height: 2.5rem;font-size: 14px;text-decoration: none;color: #696969;transition: 0.5s;background: #fff;}
#fy2{display: none}
@media only screen and (max-width: 40em) {
    .fy .inputbox{display: none}
    .fy .btnGo{display: none}
}
@media screen and (max-width: 64rem){
.pro_ny_1 {
    width:95%;
    margin: auto;
}
.about_ny_r {
    float: right;
    width: 100%;
}
.pro_ny_l {
    float: left;
    width: 100%;
}
.tjcp {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pro_ny_r {
    float: right;
    width: 100%;
}
.news_ny_r {
    float: left;
    width: 100%;
}
.jscl_ny_news_wz {
    width: 100%;
    float: left;
}
.jscl_ny_news_img {
    height: 210px;
    float: right;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}
.fyc {
    width: 100%;
    float: left;
    /* background: #fff; */
    margin-top: 0px;
}
.pro_ny_r li {
    float: left;
    position: relative;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #eee;
}
.pro_ny_r1 {
    float: left;
    width: 100%;
}
}

/* ========== homepage-custom.css ========== */

/* 本地样式文件 - 用于首页特定样式 */

/* 公司实力展示区域 */
.company-strength-section {
    padding: 60px 0;
    background: #f9fafb;
}

.strength-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.strength-header {
    text-align: center;
    margin-bottom: 50px;
}

.strength-header h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.strength-header p {
    font-size: 16px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.strength-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.strength-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.strength-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.strength-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.strength-icon-circle span {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.strength-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 600;
}

.strength-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 资料下载表单区域 */
.download-form-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.download-form-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.download-form-header {
    text-align: center;
    margin-bottom: 50px;
}

.download-form-header h2 {
    font-size: 36px;
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.download-form-header p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.download-form-container {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.download-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.download-option-item {
    text-align: center;
    padding: 30px 20px;
    background: #f9fafb;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.download-option-item:hover {
    transform: translateY(-3px);
    background: #f3f4f6;
}

.option-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.download-option-item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.download-option-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.download-form {
    background: #f9fafb;
    padding: 30px;
    border-radius: 12px;
}

.download-form .tjform {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.download-form .form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.download-form input[type="text"],
.download-form input[type="email"],
.download-form input[type="tel"],
.download-form select,
.download-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: white;
}

.download-form input:focus,
.download-form select:focus,
.download-form textarea:focus {
    outline: none;
    border-color: #667eea;
}

.download-form select {
    cursor: pointer;
}

.download-form textarea {
    min-height: 100px;
    resize: vertical;
}

.download-form .btn-download {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-form .btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.download-form .btn-download:active {
    transform: translateY(0);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .strength-header h2,
    .download-form-header h2 {
        font-size: 28px;
    }

    .strength-grid,
    .download-options {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .download-form-container {
        padding: 25px;
    }

    .download-form .form-row {
        grid-template-columns: 1fr;
    }

    .strength-item,
    .download-option-item {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .strength-icon-circle {
        width: 70px;
        height: 70px;
    }

    .strength-icon-circle span {
        font-size: 20px;
    }

    .strength-content h3,
    .download-option-item h3 {
        font-size: 18px;
    }
}

/* Footer表单样式优化 */
.footer-form .input-class {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.footer-form .input-class:focus {
    outline: none;
    border-color: #667eea;
}

.footer-form .tjj {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-form .tjj:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Footer弹窗样式 */
.pop-up.open {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 首页主标题样式 */
.page-main-title {
    text-align: center;
    padding: 40px 20px;
}

.page-main-title h1 {
    font-size: 32px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .page-main-title h1 {
        font-size: 24px;
    }
}

/* 确保原有样式不冲突 */
.download-form-section,
.company-strength-section {
    box-sizing: border-box;
}

.download-form *,
.company-strength-section * {
    box-sizing: border-box;
}


/* ========== sjdh.css ========== */

body {
	width: 100%;
	height: 100%;
	font: 12px open sans, sans-serif
}

;

#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	/* top:180px; */
	/* left:50%; */
	/* margin-left:-160px; */
	/* background:#111; */
	z-index: 999999;
}

div.screen {
	width: 100%;
	height: auto;
	/* overflow:hidden; */
	position: absolute;
	top: 0;
	left: 0;
		/*background: url(../images/logo_bg.jpg);*/
	-webkit-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	transition: all 500ms cubic-bezier(0, .995, .99, 1);
}

div.screen.animate {
	/* left:254px; */
	-webkit-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	transition: all 500ms cubic-bezier(0, .995, .99, 1);
	width: 100%;
}

.list {
	margin-top: 36px;
	text-align: left
}

.item {
	height: 115px;
	margin-top: 30px 0;
	padding-left: 115px;
	clear: both
}

.item .img,
.item span {
	background: #214273;
	border-radius: 3px
}

.item .img {
	float: left;
	width: 71px;
	height: 71px;
	margin-left: -93px
}

.item span {
	height: 11px;
	width: 180px;
	margin-bottom: 19px;
	float: left
}

.item span:nth-of-type(3) {
	width: 75px;
	margin-botom: 0
}

div.burger {
	height: auto;
	width: 10%;
	position: absolute;
	top: 0px;
	right: 25px;
	cursor: pointer;
	height: 70px;
	float: right;
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #000;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.x,
div.y,
div.z {
	height: 3px;
	width: 40px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y.squize {
	width: 0;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out
}

div.y {
	top: 30px;
}

div.z {
	top: 63px;
}

div.open div.x,
div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out
}

div.navbar {
	height: auto;
	width: 100%;
	/* margin-left: 20px; */
	/* margin-top: 10px; */
}
div.navbar img
{
	margin-left: 15px;
	width: auto;
	margin-top: 15px;
}

div.menu {
	height: auto;
	width: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	transition: all 500ms cubic-bezier(0, .995, .99, 1);
	background: rgba(0,0,0,0.8);
}

#menu-bg {
	position: absolute;
	left: -10px;
	top: -120px;
	opacity: .3;
	-webkit-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	transition: all 500ms cubic-bezier(0, .995, .99, 1);
}

div.menu.animate #menu-bg {
	left: -23px;
	-webkit-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	transition: all 500ms cubic-bezier(0, .995, .99, 1)
}

div.menu.animate {
	/* margin-left:-110px; */
	opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 500ms cubic-bezier(0, .995, .99, 1);
	transition: all 500ms cubic-bezier(0, .995, .99, 1);
	/* background: #000; */
	width: 100%;
	height: 100%;
	z-index: 999999999;
	/* margin-top: 80px; */
	top: 100px;
}

div.menu ul {
	margin-top: 0px;
	position: relative;
	z-index: 9999;
	/* background: #000; */
	height: 0;
	top: 0;
}

div.menu ul li {
	list-style: none;
	width: 320px;
	margin-top: 20px;
	text-align: left;
	/* padding-left: 100px; */
	font-size: 24px;
}

div.menu ul li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 24px;
}

div.menu.animate ul li {
	margin-left: 80px;
	-webkit-transition: all 800ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 800ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 800ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 800ms cubic-bezier(0, .995, .99, 1);
	transition: all 800ms cubic-bezier(0, .995, .99, 1)
}

div.menu.animate li:nth-of-type(1) {
	transition-delay: 0s
}

div.menu.animate li:nth-of-type(2) {
	transition-delay: .06s
}

div.menu.animate li:nth-of-type(3) {
	transition-delay: .12s
}

div.menu.animate li:nth-of-type(4) {
	transition-delay: .18s
}

div.menu.animate li:nth-of-type(5) {
	transition-delay: .24s
}
.htmleaf-container
{
	/* width:100%; */
	/* float:left; */
}
@media (min-width: 1200px){

.htmleaf-container
{
	display:none;
}

}
@media screen and (max-width: 64rem){

.htmleaf-container
{
	display:block;
	height: 100px;
	background: #fff;
}
.dt_top
{
	display:none;
}
.logo
{
	display:none;
}
.s241_top {

    display: none;
}
.s241_nav {

    display: none;
}
}

.menu ul a
{
	color:#fff;
}


/* ========== banner.css ========== */


/* CSS Document */


.banner {
	width: 100%;
	height:650px;
	overflow: hidden;
	position: relative;
	font-size: 0
}

.b-img {
	height: 500px;
	position: absolute;
	left: 0;
	top: 0
}

.b-img a {
	display: block;
	height:650px;
	float: left
}

.b-list {
	height: 50px;
	padding-top: 600px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

.b-list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #fff;
	float: left;
	margin: 0 5px;
	_margin: 0 3px
}

.b-list .spcss {
	border: 3px solid #ff6600;
}

.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0;
	background: 0 0;
	top: 0
}

.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0;
	background: 0 0;
	top: 0
}

.bar-left em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) 0 0 no-repeat;
	margin: 0 auto;
	margin-top: 270px;
}

.bar-right em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) -50px 0 no-repeat;
	margin: 0 auto;
	margin-top: 270px;
}

.bar-left .emcss {
	background-position: 0 -100px
}

.bar-right .emcss {
	background-position: -50px -100px
}
.white-text {
    color: white !important;
}

/* ========== flickerplate.css ========== */

.flickerplate {
	position:relative;
	width:100%;
	height:500px;
	background-color:#e6e6e6;
	overflow:hidden
}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	display:table
}
.flickerplate ul.flicks>li .flick-inner {
	height:100%;
	padding:10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width:68.75em;
	margin-left:auto;
	margin-right:auto
}
.flickerplate ul.flicks>li .flick-title {
	padding:0px 0px;
	font-size:2.778em;
	line-height:1.995em;
	text-align:center
}
@media only screen and (max-width: 64em) {
	.flickerplate {
	    position:relative;
	    width:100%;
	    height:200px !important;
	    background-color:#e6e6e6;
	    overflow:hidden;
	}
}

/*@media only screen and (max-width: 57.8125em) {
	.flickerplate {
	position:relative;
	width:100%;
	height:200px !important;
	background-color:#e6e6e6;
	overflow:hidden
	}
}*/ 
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
font-size:1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	font-weight:300;
	line-height:2.5em;
	color:rgba(255, 255, 255, 0.8);
	text-align:center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding:12px 18px;
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:90%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor:pointer
}
.flickerplate .arrow-navigation.left {
	left:0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity:1;
	margin:0px 0px 0px 50%;
	background-image:url(../images/arrow-left-light.png);
	background-repeat:no-repeat;
	background-position:left
}
.flickerplate .arrow-navigation.right {
	right:0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 1;
	margin:0px 0px 0px -50%;
	background-image:url(../images/arrow-right-light.png);
	background-repeat:no-repeat;
	background-position:right;
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:100
}
.flickerplate .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px
}
.flickerplate .dot-navigation ul li {
	display:inline-block;
	float:none
}
.flickerplate .dot-navigation .dot {
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out;
	display: none;
}
.flickerplate .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image:url(../images/arrow-left-dark.png)
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url(../images/arrow-right-dark.png)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position:relative;
	left:0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom:0px;
	overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position:auto
}
.flicker-example{
	cursor:pointer;
}
/*.flicker-example a{
	display: table;
	width:100%;
	height:600px;
}*/

@media only screen and ( max-width: 480px) {
    
    .flickerplate { 
        position:relative;
	    width:100%;
	    background-color:#e6e6e6;
	    overflow:hidden;
    }

}
@media only screen and ( max-width: 768px) { 
    .flickerplate { 
        position:relative;
	    width:100%;
	    background-color:#e6e6e6;
	    overflow:hidden;
    }
}

.flicker-example+.flicker-example{ display: none }
@media only screen and (max-width: 768px) {
	    .flicker-example{ display: none }
	    .flicker-example+.flicker-example{display: block}
}
.flickerplate .dot-navigation .dot { display:block; width:34px; height:4px;border-radius:0;   }
.flickerplate .dot-navigation .dot.active {  background:#fff;    }
.flickerplate .dot-navigation { bottom: 25px;   }

@media (max-width: 980px ){
   .flickerplate { z-index:0;}
}

/* ========== cloud-zoom.css ========== */

/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:500px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}

/* A blank image */
.cloudzoom-blank {
   /*background-image:url(../images/blank.png);*/ 
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(../images/ajax-loader.gif);
    width:32px;
    height:32px;
}

/* ========== ionicons.min.css ========== */

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot");src:url("../fonts/ionicons.eot") format("embedded-opentype"),url("../fonts/ionicons.ttf") format("truetype"),url("../fonts/ionicons.woff") format("woff"),url("../fonts/ionicons.svg") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}


/* ========== pagination-title.css ========== */

/* 分页样式 */
.fyc .fy {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 20px;
}

.fyc .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.fyc .page-item {
    margin: 0;
}

.fyc .page-link {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0 5px;
}

.fyc .page-link:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.fyc .page-item.active .page-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.fyc .page-item.disabled .page-link {
    background: #f9f9f9;
    color: #aaa;
    cursor: not-allowed;
}

.fyc .page-item.disabled .page-link:hover {
    transform: none;
    box-shadow: none;
    background: #f9f9f9;
}

.fyc .pagination-numbers {
    display: flex;
    gap: 8px;
}

.fyc .page-numbers.current {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .fyc .pagination {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        justify-content: center;
    }
    
    .fyc .page-link {
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    
    .fyc .pagination-numbers {
        gap: 4px;
    }
}

/* 当前页高亮 */
.fyc .current {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}

/* 椭圆点样式 */
.fyc .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    color: #999;
    font-weight: bold;
}

/* 新增：标题行数限制样式 */
.pro_ny_rwz p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* 设置合适的行高 */
    max-height: 3em; /* 2行 * 1.5行高 = 3em */
    margin: 0; /* 重置外边距，与第一行保持一致 */
    padding: 0; /* 重置内边距 */
    background: transparent; /* 确保背景透明 */
    color: inherit; /* 继承父级颜色，保持原有颜色 */
}

/* 确保链接中的标题保持原有颜色 */
.pro_ny_rwz a {
    color: inherit; /* 继承父级颜色 */
    text-decoration: none; /* 移除下划线 */
}

.pro_ny_rwz a:hover {
    color: inherit; /* 悬停时也保持原有颜色 */
}

/* 移动端标题调整 */
@media (max-width: 768px) {
    .pro_ny_rwz p {
        font-size: inherit; /* 继承父级字体大小 */
        line-height: 1.4;
        max-height: 2.8em; /* 2行 * 1.4行高 */
    }
}

/* ========== related-posts.css ========== */

/* Related Posts Styles */
.related-posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
}

.related-post-item {
    width: calc(33.333% - 20px);
    margin: 10px;
    text-align: center;
}

.related-post-thumbnail {
    aspect-ratio: 1/1;
    overflow: hidden;
    margin-bottom: 10px;
}

.related-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-title {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .related-post-item {
        width: calc(50% - 20px);
    }
    .related-post-title {
        height: 20px;
    }
}

/* ========== product-detail.css ========== */

/* 媒体查询样式 */
@media screen and (max-width: 64rem) {
    #CheckCode1 {
        width: 62% !important;
    }
}

/* ========== style.css ========== */

@charset "utf-8";
.fleft {float: left;}
.fright {float: right;}
.clearfix:after {clear: both;content: ".";display: block;height: 0;font-size: 0;visibility: hidden;}
.clearfix {*zoom:1;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.ovh{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.logoimg{max-width:100%;max-height:100%;}
#wpmobans{display:none;}
#tab img{float:none!important}
.s174_pro{margin-top:20px}

/*侧边栏三级菜单*/
.zicategory{padding:5px 5px 5px 10px;display:none}
.zicategory li{padding:5px 0;height:40px;line-height:40px}
.sidenav>li{position:relative}
.jia{position:absolute;display:block;width: 30px;height: 30px;text-align:center;line-height:30px;border-radius:50%;border:1px solid #ddd;right:20px;box-sizing: border-box;background: #fff;top:15px;cursor:pointer;}
.ph1{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ddd;}
.ftnav li{display:inline-block;padding:10px}
.ftnav a{color:#fff}
.cd-accordion-menu li a:hover{color:#fff}
.language a.gt_switcher-popup>span{color:#fff!important}
.wm_logo_c2>ul>li>a{width:100%;height:100%;display:block}
.s174_pro_1 h1{padding:10px 0 20px}
/*
<script>
$(".jia").click(function () {
if($(this).nextAll("ul").length > 0){
$(this).nextAll("ul").stop().slideToggle();
}
})
</script>
*/


/*二唯码弹窗*/
#share_wechat2{display: none;position: fixed;left: 0%;top: 0%;z-index: 99;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
.showwx2 {position: fixed;border-radius: 3px;left: 50%;top: 50%;z-index: 100;width: 260px;margin-left: -140px;margin-top: -200px;background: #fff;padding: 20px 25px 15px 25px;text-align: center;}
.wxclose2 {width: 100%;font-size: 14px;color: #333;cursor: pointer;margin-bottom: 10px;float: right;text-align: right;}
.showwx2 img {width: 220px;}
.swz22 {text-align: center;font-size: 16px;}



/*底部小图标
.ftico{width:30px;height:30px;display:block;margin:0px auto;}
.ico-home{background:url(basic/images/ftico/home.png) no-repeat;background-size:100% 100%;}
.ico-lianxi{background:url(basic/images/ftico/lianxi.png) no-repeat;background-size:100% 100%;}
.ico-wx{background:url(basic/images/ftico/wx.png) no-repeat;background-size:100% 100%;}
.ico-qq{background:url(basic/images/ftico/qq.png) no-repeat;background-size:100% 100%;}
.ico-liuyan{background:url(basic/images/ftico/liuyan.png) no-repeat;background-size:100% 100%;}
.ico-tel{background:url(basic/images/ftico/tel.png) no-repeat;background-size:100% 100%;}
.ico-top{background:url(basic/images/ftico/top.png) no-repeat;background-size:100% 100%;}

<i class="ftico ico-home"></i>
<i class="ftico ico-lianxi"></i>
<i class="ftico ico-wx"></i>
<i class="ftico ico-qq"></i>
<i class="ftico ico-liuyan"></i>
<i class="ftico ico-tel"></i>
<i class="ftico ico-top"></i>
*/


/*中英文切换按钮
.languagediv,.languagediv ul li{display:inline-block;margin-left:10px}
.languagediv ul li a{padding-left:20px;background-position: 0px;background-position:0 50%;}
*/


.product_list88 li:nth-child(2n+3){clear:left}



/*次导航
方法一：
<?php wp_nav_menu( array( 'theme_location' =>'topmenu','container' => '','menu_class' => 'topnav','menu_id' => 'topmeau','depth' => 2, ) ); ?>
<?php if (check_wap()): ?>
<script>
$('.topnav>li.menu-item-has-children').append('<span class="xlsjx"></span>'); 
$(".topnav li .xlsjx").click(function () {
$(this).siblings("ul").slideToggle();
});
</script>
<?php endif ;?>


<style>
.topnav li{position:relative;}
.topnav .sub-menu>li,.topnav .sub-menu>li a{display:block;width:100%;text-align:center;box-sizing:border-box;margin:0;padding:0;}
.topnav .sub-menu li{line-height:36px;position:relative;}

@media screen and (min-width: 768px) {
.topnav li .sub-menu{position:absolute;left:-10%;right:0;top:100%;z-index:99999999999;background:#fff;width: 120%;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.topnav li .sub-menu{filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.topnav li:hover>.sub-menu,.topnav .sub-menu:hover{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.topnav .sub-menu .sub-menu{position:absolute;top:0;left:100%;}
}
@media screen and (max-width: 768px) {
	.xlsjx{display:block;width:30px;height:30px;background:url(basic/images/down.png) no-repeat 50% 50%;position:absolute;z-index:9;right:5px;top:10px;background-size:70% 70%;}
	.topnav li .sub-menu{display:none;opacity: 1;position:relative;left:0;right:0;top:0;z-index:1;padding-left:10px;box-sizing:border-box;}
}
</style>

方法二：
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/admin/js/jquery.SuperSlide.2.1.3.js"></script>

<?php wp_nav_menu( array( 'theme_location' =>'topmenu','container' => '','menu_class' => 'topnav','menu_id' => 'topmeau','depth' => 2, ) ); ?>

<script id="jsID" type="text/javascript">
			
			jQuery("#topmeau").slide({ 
				type:"menu",// 效果类型，针对菜单而引入的参数（默认slide）
				titCell:"li.menu-item-has-children", //鼠标触发对象
				targetCell:".sub-menu", //titCell里面包含的要显示/消失的对象
				effect:"slideDown", //targetCell下拉效果
				delayTime:300 , //效果时间
				triggerTime:0, //鼠标延迟触发时间（默认150）
				returnDefault:true //鼠标移走后返回默认状态，例如默认频道是“预告片”，鼠标移走后会返回“预告片”（默认false）
			});
		</script>
		
.topnav>li{float:left;font-size: 15px;color: #282828;margin-left: 28px;position:relative;}
.topnav>li:hover,.topnav>li.current-menu-item{border-bottom:1px solid #d82019;}
.topnav li.menu-item-has-children .sub-menu{ display:none; left:0; top:80px;  position:absolute; left:-20px;background:#fff;  line-height:26px; width: calc(100% + 40px);z-index:999; }
.topnav li.menu-item-has-children .sub-menu li{ zoom:1;  }
.topnav li.menu-item-has-children .sub-menu li a{ display:block; padding:10px; color:#666;border-bottom:1px solid #eee;text-align:center;}
.topnav li.menu-item-has-children .sub-menu li:hover a{ background:#0b50a2;color:#fff; }


*/

/*文章页*/
.kmain{margin-bottom:50px}
.kmain,.kmain p{line-height:2.3em;}
.kmain .aligncenter{margin:10px auto;}
.kmain img {display:block;	max-width:100%;	height:auto;margin:10px auto;}
.kmain video{display:block;	max-width:100%;	height:auto;}
.kmain iframe{width:100%;height:480px}

.kmain code{padding:1px 4px;border-radius:2px;background-color:#eee;font-family:'courier new';color:#777;margin:0 4px}
.kmain table{border:solid 1px #ddd;max-width: 100%;box-sizing:border-box;margin-bottom: 16px;border-collapse:collapse;}
.kmain table th{background-color:#f9f9f9;text-align:center}
.kmain table td,.kmain table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}

.kmain .alignleft{float:left;text-align:left;margin-right:10px}
.kmain .aligncenter{text-align:center}
.kmain .alignright{float:right;text-align:right;margin-left:10px}

.kmain pre{margin:15px auto;font:12px/20px 'courier new';border:1px solid #d6d6d6;border-left-width:4px;background:#fbfbfb;padding:10px 15px}
.kmain blockquote{margin:15px auto;border:1px solid #d6d6d6;border-top-width:3px;padding:15px 20px 10px;background-color:#fdfdfd;}
.kmain blockquote p{margin:0;padding:0;text-indent:24px;margin-bottom:10px;}

@media screen and (max-width: 768px) {
	.kmain {overflow-x:auto !important;}
	.kmain table{width:100% !important;}
	.kmain table img{max-width:100% !important;}
	.pro_ny_l{margin-bottom:20px}
		/* .nav-tabs > li{width:33.333333333333%} 已被新的移动端样式覆盖 */
	div.navbar img{max-width:70%}
	.kmain iframe{width:100%;height:280px}

}

/* 分页*/
.pagination{height:40px;width:100%;text-align:center;margin-top: 20px;text-align:center;}
.pagination .current, .pagination a{display:inline-block;height:30px;line-height:30px;padding:0px 8px;border:1px solid #c0c8ce;border-radius: 3px;margin-right:10px;font-size:14px;text-decoration:none;}
.pagination a:hover,.pagination .current{color:#6e7275;background:#FFF;}
.pagination a{background:#c0c8ce;color:#FFF;}

/* 图片容器 */
.img-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 响应式图片 */
.img-responsive {
    width: 80%;
    height: auto;
    border: 0;
    display: block;
}

/* 针对高分辨率屏幕优化 */
@media (min-width: 768px) {
    .img-responsive {
        max-width: 100%;
    }
}

/* 针对移动端优化 */
@media (max-width: 767px) {
    .img-container {
        padding: 0 10px; /* 添加边距 */
    }
}

/* ========================================
   首页主标题H1样式
   完全合规 - 自然展示，不隐藏
   ======================================== */

/* ====== 全局修复：防止手机端左右晃动 ====== */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* 移动端全局修复 */
@media (max-width: 768px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    
    /* 主容器 */
    #main,
    #pl_Main,
    .y3bg {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    /* 修复固定宽度容器 */
    .wm_top_1,
    .s226_logo_1,
    .s19_pro_1,
    .s19_pro_b,
    .xxk_x,
    .xxk_1,
    .s234_pro_gw_l,
    .w112_cf_1,
    .strength-wrapper,
    .download-form-wrapper,
    .s174_pro_1,
    .s20_news_1,
    .w188_bq,
    .s226_i_c,
    .s226_t,
    .s226_hf {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    /* 首页特殊区块 */
    .s226_t li {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        padding: 20px !important;
        height: auto !important;
    }
    
    .s226_t li img {
        position: static !important;
    }
    
    .s226_t li h1 {
        margin-top: 10px !important;
        font-size: 18px !important;
    }
    
    /* 产品选项卡样式修复 */
    .nav-tabs {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        border-bottom: 1px solid #ddd !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .nav-tabs > li {
        float: none !important;
        width: auto !important;
        min-width: 80px !important;
        flex: 1 1 auto !important;
        margin-bottom: 0 !important;
    }
    
    .nav-tabs > li > a {
        display: block !important;
        padding: 10px 15px !important;
        margin-right: 0 !important;
        line-height: 1.4 !important;
        height: auto !important;
        text-align: center !important;
        border: 1px solid #eee !important;
        border-bottom: none !important;
        background: #f8f8f8 !important;
        color: #333 !important;
        font-size: 13px !important;
    }

    .nav-tabs > li > a:hover {
        background-color: #00366a !important;
        color: #fff !important;
        border: 1px solid #00366a !important;
        border-bottom: none !important;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #00366a !important;
        color: #fff !important; font-weight: 600;
        border: 1px solid #00366a !important;
        border-bottom: none !important;
    }
    
    /* 修复搜索框 */
    .index_search {
        width: 100% !important;
        max-width: 300px;
    }
    
    .index_search .search_input {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/* H1主标题容器 */
.page-main-title {
    text-align: center;
    padding: 40px 20px 30px;
    background: #fff;
}

/* H1主标题 */
.page-main-title h1 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .page-main-title {
        padding: 30px 10px 25px;
    }
    
    .page-main-title h1 {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .page-main-title {
        padding: 25px 8px 20px;
    }
    
    .page-main-title h1 {
        font-size: 20px;
        line-height: 1.3;
    }
}


/* ========================================
   查看更多按钮样式
   ======================================== */

.view-more-btn {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 20px 0 10px;
    display: block;
    float: none;
}

.view-more-btn a {
    display: inline-block;
    padding: 12px 35px;
    background: #2980b9;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-more-btn a:hover {
    background: #1a5276;
    transform: translateY(-2px);
}

/* ========================================
   资料下载表单区块样式
   ======================================== */

.download-form-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}

.download-form-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.download-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.download-form-header h2 {
    font-size: 32px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.download-form-header p {
    font-size: 16px;
    color: #666;
}

.download-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* 下载选项卡片 */
.download-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.download-option-item {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.download-option-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.option-icon {
    font-size: 36px;
    flex-shrink: 0;
}

.download-option-item h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.download-option-item p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

/* 表单样式 */
.download-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.download-request-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.download-request-form input,
.download-request-form select,
.download-request-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.download-request-form input:focus,
.download-request-form select:focus,
.download-request-form textarea:focus {
    border-color: #3498db;
    outline: none;
}

.download-request-form textarea {
    height: 80px;
    resize: vertical;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.btn-download {
    padding: 14px 40px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

/* 响应式适配 */
@media (max-width: 992px) {
    .download-form-container {
        grid-template-columns: 1fr;
    }
    
    .download-options {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .download-option-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .download-form-section {
        padding: 40px 0;
    }
    
    .download-form-header h2 {
        font-size: 24px;
    }
    
    .download-request-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .download-option-item {
        flex: 1 1 100%;
    }
}


/* ========================================
   产品列表移动端响应式 - 一列布局
   ======================================== */

/* 平板和手机端 - 产品一列 */
@media (max-width: 768px) {
    .s19_pro_1 {
        width: 100%;
        padding: 0 10px;
    }

    .s234_pro_gw_l {
        width: 100% !important;
        float: left !important;
        padding: 0 5px !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
    
    .s234_pro_gw_l li {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        float: left !important;
        box-sizing: border-box !important;
        border: 1px solid #eee !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
        border-radius: 8px !important;
    }
    
    .s234_pro_b_r_img {
        width: 100% !important;
        height: 500px !important;
        line-height: 500px !important;
        border-bottom: 1px solid #eee !important;
        padding: 0 !important;  /* 去掉padding，图片贴边 */
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .s234_pro_b_r_img img {
        width: 100% !important;  /* 图片宽度100%，完全填满 */
        height: 100% !important;
        object-fit: contain !important;  /* 使用contain，图片完整显示，不被裁剪 */
        object-position: center center !important;  /* 图片居中显示 */
        vertical-align: middle !important;
    }
    
    .s234_pro_b_r_wz {
        padding: 15px 20px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 80px;
        box-sizing: border-box !important;
    }

    .s234_pro_b_r_wz p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        height: auto !important;
        line-height: 1.4 !important;
    }
}

/* 小屏幕手机 */
@media (max-width: 480px) {
    .s19_pro_1 {
        padding: 0 1px;
    }

    .s234_pro_gw_l {
        padding: 0 !important;
    }

    .s234_pro_b_r_img {
        height: 450px !important;
        line-height: 450px !important;
        padding: 0 !important;  /* 去掉padding，图片贴边 */
    }

    .s234_pro_b_r_img img {
        width: 100% !important;  /* 图片宽度100%，完全填满 */
        height: 100% !important;
        object-fit: contain !important;  /* 使用contain，图片完整显示，不被裁剪 */
        object-position: center center !important;  /* 图片居中显示 */
    }

    .s234_pro_b_r_wz {
        padding: 12px 15px !important;
    }

    .s234_pro_b_r_wz p {
        font-size: 15px !important;
    }
}

/* 首页产品区块容器适配 */
@media (max-width: 768px) {
    .s19_pro {
        width: 100%;
    }
    
    .s19_pro_1 {
        width: 100%;
        padding: 0 2px;
    }
    
    .s19_pro_b {
        width: 100%;
    }
}


/* ========================================
   产品Tab面板清除浮动
   ======================================== */

.tab-pane.active {
    overflow: hidden;
}

.tab-pane.active::after {
    content: "";
    display: table;
    clear: both;
}

.tab-pane.active ul {
    overflow: hidden;
}

.tab-pane.active ul::after {
    content: "";
    display: table;
    clear: both;
}


/* ========================================
   额外的移动端宽度修复
   ======================================== */

@media (max-width: 768px) {
    /* Logo区域 */
    .s226_logo_l {
        width: auto !important;
        float: none !important;
    }
    
    .s226_logo_l img {
        max-width: 200px;
        height: auto;
    }
    
    /* 搜索框修复 */
    .index_search {
        width: 100% !important;
        max-width: 280px !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        float: none !important;
    }
    
    .index_search .search_input {
        width: calc(100% - 40px) !important;
        margin-left: 10px !important;
    }
    
    /* 顶部栏 */
    .s226_top,
    .s226_top_1 {
        width: 100% !important;
        padding: 0 10px !important;
    }
    
    .wm_top_c3,
    .wm_top_c4 {
        float: none !important;
        display: inline-block;
        width: auto !important;
    }
    
    /* 产品区块标题 */
    .s19_pro_1 h1,
    .s19_pro_1 h2,
    .s174_pro_1 h1,
    .s174_pro_1 h2 {
        font-size: 22px !important;
        padding: 20px 0 10px !important;
    }
    
    .s19_pro_1 p,
    .s174_pro_1 p {
        padding: 0 0 20px !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
    
    /* 公司实力区块 */
    .company-strength-section {
        padding: 30px 10px !important;
    }
    
    .strength-header h2 {
        font-size: 24px !important;
    }
    
    .strength-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .strength-item {
        padding: 15px !important;
    }
    
    .strength-icon-circle {
        width: 70px !important;
        height: 70px !important;
    }
    
    /* Cases区块 */
    .s234_pro_gw_l li {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    /* 更小屏幕的修复 */
    .s226_logo_l img {
        max-width: 150px;
    }
    
    .index_search {
        max-width: 200px !important;
    }
    
    .s19_pro_1 h1,
    .s19_pro_1 h2 {
        font-size: 18px !important;
    }
}


/* ========================================
   产品详情页响应式修复
   ======================================== */

@media (max-width: 768px) {
    /* 产品详情页容器 */
    .pro_ny,
    .pro_ny_1 {
        width: 100% !important;
        padding: 0 5px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .pro_ny_l {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }
    
    .pro_ny_r1 {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }
    
    .de_container,
    .Xcontent {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .product_de {
        margin-bottom: 15px !important;
    }
    
    /* 产品图片区域 */
    .preview_wrap,
    .preview_img {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
        height: auto !important;
        box-sizing: border-box !important;
    }
    
    .preview_wrap {
        height: auto !important;
        min-height: auto !important;
    }
    
    .preview_img {
        height: auto !important;
        line-height: normal !important;
        padding: 0 !important;
        margin-bottom: 5px !important;
    }
    
    .preview_img img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain !important;
    }
    
    .preview_list {
        margin-top: 5px !important;
        height: auto !important;
        min-height: 60px !important;
    }
    
    .list_item {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    
    .list_item li {
        width: 60px !important;
        height: 60px !important;
    }
    
    /* 产品信息区域 */
    .itemInfo_wrap,
    .Xcontent {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .Xcontent ul,
    .Xcontent01 {
        width: 100% !important;
        box-sizing: border-box !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    /* 主图容器 - 关键修复：覆盖所有固定高度 */
    .Xcontent06 {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        margin-bottom: 0 !important;
        float: none !important;
        border: none !important;
        line-height: normal !important;
        overflow: hidden !important;
    }
    
    /* 主图 - 关键修复：取消固定高度和行高 */
    .Xcontent06 img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        line-height: normal !important;
        object-fit: contain !important;
        display: block !important;
        float: none !important;
        overflow: hidden !important;
    }
    
    /* 缩略图列表容器 - 关键修复：取消固定高度 */
    .Xcontent08 {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        min-height: 60px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: flex-start !important;
        padding: 5px 0 !important;
        margin: 0 !important;
        margin-top: 5px !important;
        box-sizing: border-box !important;
        float: none !important;
        overflow: visible !important;
    }
    
    /* 缩略图项 */
    .Xcontent07,
    .Xcontent09,
    .Xcontent10,
    .Xcontent11,
    .Xcontent12 {
        width: 70px !important;
        height: 70px !important;
        margin: 3px !important;
        flex-shrink: 0 !important;
        float: none !important;
        margin-top: 3px !important;
    }
    
    .Xcontent07 img,
    .Xcontent09 img,
    .Xcontent10 img,
    .Xcontent11 img,
    .Xcontent12 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .Xcontent13 {
        width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box !important;
        margin-top: 10px !important;
    }
    
    .Xcontent14 p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    
    .Xcontent16 {
        text-align: center !important;
        margin-bottom: 5px !important;
    }
    
    .Xcontent16 a {
        margin: 0 5px !important;
    }
    
    .Xcontent16 img {
        width: 25px !important;
        height: auto !important;
    }
    
    .Xcontent17 {
        padding: 0 10px !important;
    }
    
    .Xcontent18 {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    /* 功能特性区域 */
    .mian,
    .m-r {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .kmain {
        padding: 10px !important;
        box-sizing: border-box !important;
    }
    
    /* 相关产品 - 一列布局 */
    .related-posts-container {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    .related-post-item {
        width: 100% !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        border-bottom: 1px solid #eee !important;
    }
    
    .related-post-item:last-child {
        border-bottom: none !important;
    }
    
    .related-post-thumbnail {
        width: 100% !important;
        height: 200px !important;
        overflow: hidden !important;
    }
    
    .related-post-thumbnail img {
        width: 100% !important;
        height: 200px !important;
        object-fit: contain !important;
    }
    
    .related-post-title {
        font-size: 13px !important;
        height: auto !important;
        min-height: 40px !important;
        line-height: 1.4 !important;
        padding: 10px 0 !important;
        text-align: center !important;
    }
    
    /* 表单区域 */
    .w188_bq {
        width: 100% !important;
        padding: 0 5px !important;
        box-sizing: border-box !important;
    }
    
    .w188_bq_t p {
        font-size: 16px !important;
    }
    
    .tjform .form-group {
        width: 100% !important;
        padding: 5px 0 !important;
    }
    
    .tjform input,
    .tjform textarea,
    .tjform select {
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .preview_img {
        padding: 0 !important;
        margin-bottom: 3px !important;
    }
    
    .preview_list {
        margin-top: 3px !important;
    }
    
    .list_item li {
        width: 50px !important;
        height: 50px !important;
    }
    
    .Xcontent06 {
        padding: 0 !important;
        margin-bottom: 3px !important;
    }
    
    .Xcontent07 {
        width: 50px !important;
        height: 50px !important;
    }
    
    .related-post-thumbnail {
        height: 160px !important;
    }
    
    .related-post-thumbnail img {
        height: 160px !important;
    }
    
    .related-post-title {
        font-size: 12px !important;
    }
}

/* ========================================
   分类页响应式修复
   ======================================== */

@media (max-width: 768px) {
    .category-pro,
    .category-pro-1 {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }
    
    .pro_list li {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        float: none !important;
    }
}


/* ========================================
   页脚响应式修复
   ======================================== */

@media (max-width: 768px) {
    .w188_bot_c {
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
    
    .w188_bot1,
    .w188_bot2,
    .w188_bot3 {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
        text-align: center;
    }
    
    .w188_bot1 em,
    .w188_bot2 em {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .w188_bot2 img {
        margin: 10px 8px !important;
    }
    
    .w188_bot3 {
        text-align: center;
    }
    
    .w188_bot3 p {
        font-size: 12px !important;
        line-height: 24px !important;
        margin-right: 0 !important;
    }
}


/* ========================================
   首页板块标题统一样式
   ======================================== */

/* 所有板块H2标题统一样式 */
.page-main-title h1,
.w112_cf_r h2,
.strength-header h2,
.download-form-header h2,
.s19_pro_1 h2,
.s174_pro_1 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Our Strength 特殊处理 - 白色文字 */
.w112_cf_r h2 {
    color: #fff;
}

/* 移动端统一标题大小 */
@media (max-width: 768px) {
    .page-main-title h1,
    .w112_cf_r h2,
    .strength-header h2,
    .download-form-header h2,
    .s19_pro_1 h2,
    .s174_pro_1 h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .page-main-title h1,
    .w112_cf_r h2,
    .strength-header h2,
    .download-form-header h2,
    .s19_pro_1 h2,
    .s174_pro_1 h2 {
        font-size: 20px;
    }
}


/* ========================================
   News 卡片样式优化
   ======================================== */

/* 新闻卡片容器 */
.s20_news_b ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* 单个卡片 */
.s20_news_b li {
    float: none !important;
    width: calc(33.333% - 14px) !important;
    margin-right: 0 !important;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.s20_news_b li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 图片区域 */
.s20_news_b li .s20_news_b_img {
    height: 200px !important;
    border: none !important;
    overflow: hidden;
}

.s20_news_b li .s20_news_b_img img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease;
    line-height: normal !important;
}

.s20_news_b li:hover .s20_news_b_img img {
    transform: scale(1.05);
}

/* 文字区域 */
.s20_news_b li .s20_news_b_wz {
    float: none !important;
    margin-top: 0 !important;
    padding: 20px;
}

/* 发布时间 */
.s20_news_b li .s20_news_b_wz em {
    float: none !important;
    width: auto !important;
    display: flex;
    align-items: center;
    font-style: normal;
    margin-bottom: 12px;
}

.s20_news_b li .s20_news_b_wz span {
    background: #e8f4fd !important;
    padding: 4px 10px !important;
    color: #2196f3 !important;
    margin-right: 8px !important;
    border-radius: 4px;
    font-size: 13px;
}

/* 标题 - 修复：h3和h1都应用相同样式 */
.s20_news_b li .s20_news_b_wz h3,
.s20_news_b li .s20_news_b_wz h1 {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.5 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s20_news_b li .s20_news_b_wz h3 a,
.s20_news_b li .s20_news_b_wz h1 a {
    color: #333 !important;
    text-decoration: none;
    transition: color 0.2s;
}

.s20_news_b li .s20_news_b_wz h3 a:hover,
.s20_news_b li .s20_news_b_wz h1 a:hover {
    color: #2196f3 !important;
}

/* 摘要文字 */
.s20_news_b li .s20_news_b_wz p {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px;
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

/* 移动端适配 */
@media (max-width: 992px) {
    .s20_news_b ul {
        flex-wrap: wrap;
    }
    
    .s20_news_b li {
        width: calc(50% - 10px) !important;
    }
}

@media (max-width: 768px) {
    .s20_news_b ul {
        flex-direction: column;
        gap: 15px;
    }
    
    .s20_news_b li {
        width: 100% !important;
    }
    
    .s20_news_b li .s20_news_b_img {
        height: 180px !important;
    }
    
    .s20_news_b li .s20_news_b_img img {
        height: 180px !important;
    }
    
    .s20_news_b li .s20_news_b_wz {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .s20_news_b li .s20_news_b_img {
        height: 150px !important;
    }
    
    .s20_news_b li .s20_news_b_img img {
        height: 150px !important;
    }
    
    .s20_news_b li .s20_news_b_wz h3,
    .s20_news_b li .s20_news_b_wz h1 {
        font-size: 15px !important;
    }
}


/* ========================================
   Our Strength 板块样式优化
   只给背景图加遮罩
   ======================================== */

/* 背景容器 */
.w112_cf {
    position: relative;
    z-index: 1;
}

/* 内部容器加遮罩 */
.w112_cf_1 {
    position: relative;
    z-index: 2;
}

/* 遮罩层 - 只在 w112_cf_1 内部 */
.w112_cf_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

/* 文字区域 */
.w112_cf_r {
    position: relative;
    z-index: 3;
}

/* 标题白色 */
.w112_cf_r h2 {
    color: #fff !important;
}

/* 详细内容白色 */
.w112_cf_r p {
    color: #fff !important;
}

/* 链接白色 */
.w112_cf_r a {
    color: #fff !important;
}

            <!-- 公司实力背景图部分 -->
                .w112_cf_r a {
                    color: white;
                }
                
                /* 公司实力图标区域 */
                .company-strength-section {
                    padding: 70px 0;
                    background: #fff;
                    margin: 40px 0;
                }
                
                .strength-wrapper {
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 0 15px;
                }
                
                .strength-header {
                    text-align: center;
                    margin-bottom: 60px;
                }
                
                .strength-header h2 {
                    font-size: 36px;
                    color: #333;
                    font-weight: 700;
                    margin-bottom: 15px;
                }
                
                .strength-header p {
                    font-size: 18px;
                    color: #666;
                    max-width: 700px;
                    margin: 0 auto;
                }
                
                /* 实力网格 - 一排四个 */
                .strength-grid {
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    gap: 30px;
                    align-items: start;
                }
                
                /* 每个实力项目 */
                .strength-item {
                    text-align: center;
                    padding: 0 10px;
                }
                
                /* 图标圆圈 - 蓝色背景，白色文字 */
                .strength-icon-circle {
                    width: 100px;
                    height: 100px;
                    background: linear-gradient(135deg, #3498db, #2980b9);
                    border-radius: 50%;
                    margin: 0 auto 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.2);
                }
                
                /* 图标内文字样式 */
                .strength-icon-circle span {
                    font-size: 28px;
                    font-weight: 700;
                    color: white;
                }
                
                /* 内容区域 */
                .strength-content h3 {
                    font-size: 20px;
                    color: #333;
                    margin-bottom: 15px;
                    font-weight: 600;
                    line-height: 1.3;
                }
                
                .strength-content p {
                    font-size: 14px;
                    color: #666;
                    line-height: 1.6;
                }
                
                /* 移动端公司实力适配 */
                @media (max-width: 992px) {
                    .strength-grid {
                        grid-template-columns: repeat(2, 1fr);
                        gap: 30px 20px;
                    }
                    
                    .strength-header h2 {
                        font-size: 32px;
                    }
                    
                    .strength-header p {
                        font-size: 16px;
                    }
                }
                
                @media (max-width: 576px) {
                    .strength-grid {
                        grid-template-columns: 1fr;
                        gap: 30px;
                    }
                    
                    .company-strength-section {
                        padding: 50px 0;
                    }
                    
                    .strength-header {
                        margin-bottom: 40px;
                    }
                    
                    .strength-header h2 {
                        font-size: 28px;
                    }
                    
                    .strength-header p {
                        font-size: 15px;
                        padding: 0 10px;
                    }
                    
                    .strength-item {
                        padding: 0 5px;
                    }
                    
                    .strength-icon-circle {
                        width: 90px;
                        height: 90px;
                        margin-bottom: 20px;
                    }
                    
                    .strength-icon-circle span {
                        font-size: 24px;
                    }
                }
           