/**/

		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_6ci5h8e0xvoq1tt9.eot');
  src: url('//at.alicdn.com/t/font_249974_6ci5h8e0xvoq1tt9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_6ci5h8e0xvoq1tt9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_6ci5h8e0xvoq1tt9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_6ci5h8e0xvoq1tt9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;	
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
#laymod_38279 {
	padding:60px 0 0 0;
}
#laymod_38279 nav {
	z-index: 1500;
	border-bottom-color:#f2f2f2;
	background:#fff;
}
#laymod_38279 .dropdown-menu-media .dropdown-menu-header {
	background:none;
	border-bottom-color:#f2f2f2;
}
#laymod_38279 .navbar-logo img {
	max-width:279px;
}
#laymod_38279 .btn-success {
	background:rgba(242,48,48,1);
	border-color:rgba(242,48,48,1);
}
#laymod_38279 .dropdown-menu {
	border-color:#f2f2f2;
	background:#fff;
}
#laymod_38279 .dropdown-menu>li {
	border-bottom-color:#f2f2f2;
}
#laymod_38279 .nav>li>a,
#laymod_38279 .dropdown-menu>li>a,
#laymod_38279 .met-nav-right-shop .dropdown>a>i {
		color:#848484 !important;
}
#laymod_38279 .nav>li>a.active,
#laymod_38279 .dropdown-menu>li>a:hover {
		color:#333!important;
}
#laymod_38279 .nav>li>a:after {
	border-bottom-color:#a8a8a8;
}
#laymod_38279 .list-group-item {
	background:none;
}
#laymod_38279 .dropdown-menu-header h5,
#laymod_38279 .list-group-item a,
#laymod_38279 .list-group-item {
		color:#37474f !important;
}
#laymod_38279 .label,
#laymod_38279 .badge-danger {
	color:#fff;
}
#laymod_38279 .badge-danger,
#laymod_38279 .label-danger,
#laymod_38279 .btn-danger {
	background-color:rgba(242,48,48,1);
}
#laymod_38279 #nav_cart.bounce {
	animation: bounce 2s ease both infinite;
	-moz-animation: bounce 2s ease both infinite;
	-webkit-animation: bounce 2s ease both infinite;
	-o-animation: bounce 2s ease both infinite;
}
#laymod_38279 .btn-danger {
	border-color:rgba(242,48,48,1);
}
#laymod_38279 .red-600 {
	color:rgba(242,48,48,1) !important;
}
#laymod_38279 .met-nav-right-shop .dropdown-menu li i {
		color:#9e9e9e !important;
}
#laymod_38279 .met-nav-right-shop.nav>li,
#laymod_38279 .dropdown-menu-media>.dropdown-menu-footer {
	background:#f5f5f5;
}
#laymod_38279 .dropdown-menu-media .list-group-item .media {
	border-top-color:#f2f2f2;
}
/*登录和注册*/
#laymod_38279 .login_style {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2000;
}
#laymod_38279 .login_style.login_show {
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:vertical;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	flex-direction:column;/*row*/
	-webkit-flex-direction:column;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;/*nowrap*/
	-webkit-box-lines:multiple;/*single*/
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:center;
	justify-content:center;/*主轴上对齐（横轴）*/
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:center;/*交叉轴对齐（垂直）*/
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
#laymod_38279 .login_style .login_bg {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	width:100%;
	height:100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 1;
}
#laymod_38279 .login_style .login_account {
	width:300px;
	height:auto;
	position:relative;
	margin:0;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-khtml-border-radius: 3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding:30px 15px 15px 15px;
	z-index: 2;
}
#laymod_38279 .login_style .login_close {
	position:absolute;
	right:2%;
	top:2%;
	color:#000;
	transition:all 0.4s ease-out 0s;
	-moz-transition:all 0.4s ease-out 0s;
	-webkit-transition:all 0.4s ease-out 0s;
	-o-transition:all 0.4s ease-out 0s;
	font-size:16px;
	line-height:1;
}
#laymod_38279 .login_style .login_close:before {
	content:"\e635";
}
#laymod_38279 .login_style .login_close:hover {
	color:rgba(242,48,48,1);
	transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
#laymod_38279 .login_style label {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 1rem 0;
	overflow:hidden;
}
#laymod_38279 .login_style label i {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	text-align:center;
	color:#000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
	background:#eee;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38279 .login_style label.login_1 i:before {
	content:"\e6c6";
}
#laymod_38279 .login_style label.login_2 i:before {
	content:"\e6da";
}
#laymod_38279 .login_style label.login_3 i:before {
	content:"\e6c8";
}
#laymod_38279 .login_style.win_reg label.login_3 i:before {
	content:"\e6da";
}
#laymod_38279 .login_style label.login_4 i:before {
	content:"\e6bb";
}
#laymod_38279 .login_style label.move_bg i {
	background:rgba(242,48,48,1);
	color:#fff;
}
#laymod_38279 .login_style input {
	display:block;
	border:1px solid #eee;
	height:40px;
	line-height:40px;
	text-indent:4.5rem;
	color:#000;
	font-size:14px;
	width:100%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38279 .login_style .move_bg input {
	border-color:rgba(242,48,48,1);
}
#laymod_38279 .login_style input.input-randCode {
	width:70%;
	float:left;
}
#laymod_38279 .login_style #verifyPic {
	float:right;
	margin:4% 0 0 0;
}
#laymod_38279 .login_style input.submit {
	text-indent:0;
	background:#eee;
}
#laymod_38279 .login_style .move_bg input.submit {
	background:rgba(242,48,48,1);
	color:#fff;
}
#laymod_38279 .topcarttotal em {
	font-style:normal;
	padding:0 5px;
}
/*直接控制小于768px屏幕时css*/
@media (max-width:768px) {
	#laymod_38279 .navbar-logo img {
		max-width:240px;
		max-height:60px;
	}
	#laymod_38279 nav.nav-mod-fixed .navbar-collapse {
		max-height:inherit;
		overflow-y:hidden;
	}
}
/*动画*/
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0); }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -2px, 0); } }
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_uvxqfvjeqgk6s9k9.eot');
  src: url('//at.alicdn.com/t/font_249974_uvxqfvjeqgk6s9k9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_uvxqfvjeqgk6s9k9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_uvxqfvjeqgk6s9k9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_uvxqfvjeqgk6s9k9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*模版整体控制*/
#laymod_38280 #jh_banner_1 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38280 #jh_banner_1 .bodyCont_width>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38280 #jh_banner_1 .bodyCont_width>.bg_img {
	z-index:2;
}
#laymod_38280 #jh_banner_1 .bodyCont_width {
	position:relative;
}
#laymod_38280 #jh_banner_1 .bodyContContent {
	position:relative;
	z-index: 3;
	min-height:100px;
}
/*banner切换*/
#laymod_38280 #jh_banner_1 .carousel-inner .item a,
#laymod_38280 #jh_banner_1 .carousel-inner .item img {
	display:block;
}
#laymod_38280 #jh_banner_1 .prev_next.left:before {
	content:"\e626";
}
#laymod_38280 #jh_banner_1 .prev_next.right:before {
	content:"\e627";
}
#laymod_38280 #jh_banner_1 .prev_next.left,
#laymod_38280 #jh_banner_1 .prev_next.right{
	font-size:18px;
	line-height: 50px;
    width: 50px;
    height: 50px;
    display: block;
    text-align:center;
    top: 50%;
    margin-top: -25px;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    background:rgba(0,0,0,1);
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    color:#fff;
    z-index: 10;
    position:absolute;
}
#laymod_38280 #jh_banner_1 .prev_next.right {
	right:0;
}
#laymod_38280 #jh_banner_1 .prev_next:visited {
	text-decoration:none;
}
#laymod_38280 #jh_banner_1 .prev_next.left:hover,
#laymod_38280 #jh_banner_1 .prev_next.right:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);	
    text-decoration:none;
}
/*3个切换点*/
#laymod_38280 #jh_banner_1 .carousel-indicators {
    z-index: 1;
}
#laymod_38280 #jh_banner_1 .carousel-indicators li {
	border:1px solid rgba(242,48,48,1);
	margin:0 2px;
	_margin:0 1px;
}
#laymod_38280 #jh_banner_1 .carousel-indicators .active {
	background:rgba(242,48,48,1);
}
@media (min-width:992px) {
#laymod_38280 #jh_banner_1 .carousel-inner .item a {
position:relative;
left:-960px;
margin-left:50%;
}
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, .img-responsive, 
.thumbnail a>img, .thumbnail>img {
max-width:none !important;
}
}
@media (max-width:991px) {
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.eot');
  src: url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38289 #jh_nav_12 {
	position:relative;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38289 #jh_nav_12>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38289 #jh_nav_12>.bg_img {
	z-index:2;
}
#laymod_38289 .bodyCont_width {
	position:relative;
	z-index:4;
}
#laymod_38289 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
/*导航栏*/
#laymod_38289 .nav_menu ul {
	margin-bottom:0;
	border:1px solid #eee;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-khtml-border-radius: 3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#laymod_38289 .nav_menu li {
	padding:0;
}
#laymod_38289 .nav_menu li a {
	font-size:14px;
	line-height:2.5;
		color:#333;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	display:block;
	width:100%;
	text-align:center;
	border-right:1px solid #eee;
}
#laymod_38289 .nav_menu li.nav_menu4 a {
	border-right:0 none;
}
#laymod_38289 .nav_menu li.nav_menu1 a span.xybicon:before {
	content:"\e6b1";
}
#laymod_38289 .nav_menu li a:hover {
	color:rgba(242,48,48,1);
}
/*搜索*/
#laymod_38289 .nav_search_list {
	margin:8px -15px;
	_margin:8px -7px;
	width:auto;
	padding:0;
	position:relative;
	overflow:hidden;
	border:1px solid #eee;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-khtml-border-radius: 3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#laymod_38289 .nav_search_list .search_text {
	width: 80%;
    padding: 0;
    border: none;
    outline: none;
    float: left;
    height: 35px;
    line-height:35px;
    margin:0;
    font-size: 14px;
    text-indent:5px;
    color: #000;
    border:0 none;
    background:none;
    transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38289 .nav_search_list .search_text:focus {
	font-size:16px;
}
#laymod_38289 .nav_search_list>.search_btn {
	float: right;
    padding: 0;
    width: 20%;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
		color: #ccc;
    transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38289 .nav_search_list .search_btn:before {
	content:"\e690";
}
#laymod_38289 .nav_search_list>.search_btn:hover {
	color:rgba(242,48,48,1);
}
/*登录和注册*/
#laymod_38289 .login_style {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2000;
}
#laymod_38289 .login_style.login_show {
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:vertical;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	flex-direction:column;/*row*/
	-webkit-flex-direction:column;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;/*nowrap*/
	-webkit-box-lines:multiple;/*single*/
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:center;
	justify-content:center;/*主轴上对齐（横轴）*/
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:center;/*交叉轴对齐（垂直）*/
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
#laymod_38289 .login_style .login_bg {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	width:100%;
	height:100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 1;
}
#laymod_38289 .login_style .login_account {
	width:300px;
	height:auto;
	position:relative;
	margin:0;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-khtml-border-radius: 3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding:30px 15px 15px 15px;
	z-index: 2;
}
#laymod_38289 .login_style .login_close {
	position:absolute;
	right:2%;
	top:2%;
	color:#000;
	transition:all 0.4s ease-out 0s;
	-moz-transition:all 0.4s ease-out 0s;
	-webkit-transition:all 0.4s ease-out 0s;
	-o-transition:all 0.4s ease-out 0s;
	font-size:16px;
	line-height:1;
}
#laymod_38289 .login_style .login_close:before {
	content:"\e635";
}
#laymod_38289 .login_style .login_close:hover {
	color:rgba(242,48,48,1);
	transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
#laymod_38289 .login_style label {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 1rem 0;
	overflow:hidden;
}
#laymod_38289 .login_style label i {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	text-align:center;
	color:#000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
	background:#eee;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38289 .login_style label.login_1 i:before {
	content:"\e6c6";
}
#laymod_38289 .login_style label.login_2 i:before {
	content:"\e6da";
}
#laymod_38289 .login_style label.login_3 i:before {
	content:"\e6c8";
}
#laymod_38289 .login_style.win_reg label.login_3 i:before {
	content:"\e6da";
}
#laymod_38289 .login_style label.login_4 i:before {
	content:"\e6bb";
}
#laymod_38289 .login_style label.move_bg i {
	background:rgba(242,48,48,1);
	color:#fff;
}
#laymod_38289 .login_style input {
	display:block;
	border:1px solid #eee;
	height:40px;
	line-height:40px;
	text-indent:4.5rem;
	color:#000;
	font-size:14px;
	width:100%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38289 .login_style .move_bg input {
	border-color:rgba(242,48,48,1);
}
#laymod_38289 .login_style input.input-randCode {
	width:70%;
	float:left;
}
#laymod_38289 .login_style #verifyPic {
	float:right;
	margin:4% 0 0 0;
}
#laymod_38289 .login_style input.submit {
	text-indent:0;
	background:#eee;
}
#laymod_38289 .login_style .move_bg input.submit {
	background:rgba(242,48,48,1);
	color:#fff;
}
#laymod_38289 .mk_hide {
	display:none;
	position:relative;
	z-index: 10;
	text-align:center;
}
.design-html #laymod_38289 .mk_hide {
	display:block;
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_38289 #jh_nav_12 {
		z-index: 1499;
	}
	#laymod_38289 #jh_nav_12.active_bg {
		z-index: 2000;
	}
	#laymod_38289 .nav_menu ul {
		border:0 none;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
		-moz-border-radius: 0px;
		-khtml-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-border-radius-bottomleft:0px;
		-moz-border-radius-bottomright:0px;
		-khtml-border-radius: 0px;
		-webkit-border-bottom-left-radius:0px;
		-webkit-border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	#laymod_38289 .nav_search_list {
		margin:8px -10px;
		_margin:8px -5px;
	}
	/*浮动菜单*/
	#laymod_38289 .nav_menu ul.mobile_style {
		position:fixed;
		width:100%;
		background:#fff;
		bottom:0;
		left:0;
		margin:0;
	}
	#laymod_38289 .nav_menu ul.mobile_style li a {
		line-height:40px;
	}
	/*关联控制*/
	#g_web #jh_contact_3 .side_bar {
		bottom:40px;
	}
	#g_web {
		padding-bottom:43px;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.eot');
  src: url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_we2dr8t4z64aq0k9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38290 #jh_procate_7 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38290 #jh_procate_7>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38290 #jh_procate_7>.bg_img {
	z-index:2;
}
#laymod_38290 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_38290 .bodyContTitle {
	margin:0;
	position:relative;
	z-index: 3;
	overflow:hidden;
}
#laymod_38290 .bodyContTitle span {
	display:block;
	width:100%;
	text-align:center;
}
#laymod_38290 .bodyContTitle span.fl {
	font-size:24px;
	line-height:1;
	margin:0 0 12px 0;
	font-weight:bold;
	color:#333;
}
#laymod_38290 .bodyContTitle span.fl2 {
	font-size:12px;
	line-height:1;
	margin:0;
	font-weight:normal;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_38290 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_38290 .procate_list ul {
	margin-bottom:0;
}
#laymod_38290 .procate_list li {
		width:12.5%;
}
#laymod_38290 .procate_list a {
	width:100%;
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:vertical;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	flex-direction:column;/*row*/
	-webkit-flex-direction:column;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;/*nowrap*/
	-webkit-box-lines:multiple;/*single*/
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:center;
	justify-content:center;/*主轴上对齐（横轴）*/
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:center;/*交叉轴对齐（垂直）*/
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
#laymod_38290 .cate_text {
	color:#333;
	font-size:14px;
	line-height:2.5;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38290 a:hover .cate_text {
	color:rgba(242,48,48,1);
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot');
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;	
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38291 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38291 #jh_product_16>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38291 #jh_product_16>.bg_img {
	z-index:2;
}
#laymod_38291 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_38291 .bodyContTitle {
	position:relative;
	z-index: 3;
	overflow:hidden;
	text-align:left;
}
#laymod_38291 .bodyContTitle.container_wrap {
	padding:0 15px;
}
#laymod_38291 .bodyContTitle .left_title {
	float:left;
}
#laymod_38291 .bodyContTitle span.fl {
	font-size:24px;
	line-height:1;
	margin:0 12px 0 0;
	font-weight:bold;
	color:#000;
	display:block;
}
#laymod_38291 .bodyContTitle span.fl2 {
	font-size:12px;
	line-height:2;
	margin:0;
	font-weight:normal;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
	display:block;
}
#laymod_38291 .bodyContTitle .right_more {
	float:right;
	position:relative;
	overflow:hidden;
	margin:20px 0 0 0;
}
#laymod_38291 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_38291 .container_wrap {
	margin:0 5%;
	_margin:0 2.5%;
}
#laymod_38291 .pro_list {
	width:100%;
	position:relative;
	overflow:hidden;
	padding:16px 0;
}
#laymod_38291 .pro_list .swiper-wrapper {
	position:relative;
	margin:0 auto;
}
#laymod_38291 .pro_list .swiper-slide {
	margin:0;
	width:25%;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transform:translateY(100%);
	-ms-transform:translateY(100%); 	/* IE 9 */
	-moz-transform:translateY(100%); 	/* Firefox */
	-webkit-transform:translateY(100%); /* Safari ?â€™? Chrome */
	-o-transform:translateY(100%); 	/* Opera */
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#laymod_38291 .jh_flash .pro_list .swiper-slide {
	transform:translateY(0%);
	-ms-transform:translateY(0%); 	/* IE 9 */
	-moz-transform:translateY(0%); 	/* Firefox */
	-webkit-transform:translateY(0%); /* Safari ?â€™? Chrome */
	-o-transform:translateY(0%); 	/* Opera */
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38291 .pro_list .swiper-slide a {
	background:#fff;
	display:block;
	width:100%;
	padding:0 0 33px 0;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	position:relative;
	overflow:hidden;
}
#laymod_38291 .pro_list .swiper-slide a:hover {
	text-decoration:none;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
#laymod_38291 .pro_list .swiper-slide a>.pro_bg_color {
	display:block;
	position:absolute;
	width:100%;
	height:1px;
	top:0;
	left:0;
	background:rgba(242,48,48,1);
	z-index: 10;
}
#laymod_38291 .pro_list .swiper-slide a>.pro_tip {
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	top:-30px;
	left:0;
	color:#fff;
	z-index: 11;
	text-align:center;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
}
#laymod_38291 .pro_list .swiper-slide a:hover>.pro_tip {
	top:0;
}
#laymod_38291 .pro_list .swiper-slide a>.pro_tip>span {
	padding:0 28px;
	line-height:2.25;
	font-size:12px;
	background:rgba(242,48,48,1);
	display:inline-block;
}
#laymod_38291 .pro_list .pro_pic {
	display:block;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align:center;
	z-index: 2;
	margin:0 0 10px 0;
}
#laymod_38291 .pro_list .pro_pic img {
	display:block;
	width:100%;
	position:relative;
	z-index: 1;
}
#laymod_38291 .pro_list i.pic_border {
	display:block;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #dfdfdf;
}
#laymod_38291 .pro_list i.pic_bg2 {
	display:block;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}
#laymod_38291 .pro_list span.pro_name,
#laymod_38291 .pro_list span.pro_type {
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:1.525;
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:100%;
	color:#000;
	z-index: 3;
	padding:0;
	position:relative;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38291 .pro_list span.pro_type {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	font-size:14px;
}
#laymod_38291 .pro_list span.pro_price {
	display:block;
	width:100%;
	text-align:center;
	font-size:1.4rem;
	line-height:2;
	height:2.8rem;
	overflow:hidden;
		color:#999;
	z-index: 5;
	padding:0 3%;
	position:relative;
}
#laymod_38291 .pro_list span.price1 {
	color:#f00;
}
#laymod_38291 .pro_list span.price2 {
	text-decoration:line-through;
}
#laymod_38291 .pro_list span.pro_buy {
	display:block;
	font-size:1.4rem;
	line-height:2;
	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-border-radius-bottomleft:14px;
	-moz-border-radius-bottomright:14px;
	-khtml-border-radius: 14px;
	-webkit-border-bottom-left-radius:14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin:0 auto;
	padding:0 5px;
	background:rgba(242,48,48,1);
	color:#fff;
	text-align:center;
	width:50%;
	height:28px;
	overflow:hidden;
}
#laymod_38291 .pro_list .pro_edit {
	display:block;
	width:100%;
	height:5px;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 1;
}
#laymod_38291 .pro_list li:hover .pro_pic img {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
#laymod_38291 .pro_list .pro_search_noting {
	padding:1%;
	font-size:14px;
	color:rgba(242,48,48,1);
	line-height:3;
	display:none;
}
#laymod_38291 .right_more>.xybicon {
	background:none;
	font-size:14px;
	color:#000;
	border:1px solid #000;
	width:35px;
	height:24px;
	line-height:24px;
	text-align:center;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	position:relative;
	top:auto;
	left:auto;
	right:auto;
}
#laymod_38291 .right_more>.xybicon.swiper-button-disabled {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}
#laymod_38291 .swiper-button-prev:before {
	content:"\e626";
}
#laymod_38291 .swiper-button-next:before {
	content:"\e627";
}
#laymod_38291 .swiper-button-prev {
	float:left;
	margin:0 2px 0 0;
	_margin:0 1px 0 0;
}
#laymod_38291 .swiper-button-next {
	float:right;
	margin:0 0 0 2px;
	_margin:0 0 0 1px;
}
#laymod_38291 .xybicon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_38291 .pro_list .swiper-wrapper {
		display:block;
	}
	#laymod_38291 .pro_list .swiper-slide {
		width:50%;
		margin:0 0 15px 0;
	}
	#laymod_38291 .pro_list .swiper-slide a {
		padding:0 0 15px 0;
	}
	#laymod_38291 .pro_list span.pro_buy {
		font-size:1.2rem;
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		-moz-border-radius-bottomleft:12px;
		-moz-border-radius-bottomright:12px;
		-khtml-border-radius: 12px;
		-webkit-border-bottom-left-radius:12px;
		-webkit-border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		height:24px;
		overflow:hidden;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot');
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;	
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38292 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38292 #jh_product_16>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38292 #jh_product_16>.bg_img {
	z-index:2;
}
#laymod_38292 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_38292 .bodyContTitle {
	position:relative;
	z-index: 3;
	overflow:hidden;
	text-align:left;
}
#laymod_38292 .bodyContTitle.container_wrap {
	padding:0 15px;
}
#laymod_38292 .bodyContTitle .left_title {
	float:left;
}
#laymod_38292 .bodyContTitle span.fl {
	font-size:24px;
	line-height:1;
	margin:0 12px 0 0;
	font-weight:bold;
	color:#000;
	display:block;
}
#laymod_38292 .bodyContTitle span.fl2 {
	font-size:12px;
	line-height:2;
	margin:0;
	font-weight:normal;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
	display:block;
}
#laymod_38292 .bodyContTitle .right_more {
	float:right;
	position:relative;
	overflow:hidden;
	margin:20px 0 0 0;
}
#laymod_38292 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_38292 .container_wrap {
	margin:0 5%;
	_margin:0 2.5%;
}
#laymod_38292 .pro_list {
	width:100%;
	position:relative;
	overflow:hidden;
	padding:16px 0;
}
#laymod_38292 .pro_list .swiper-wrapper {
	position:relative;
	margin:0 auto;
}
#laymod_38292 .pro_list .swiper-slide {
	margin:0;
	width:25%;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transform:translateY(100%);
	-ms-transform:translateY(100%); 	/* IE 9 */
	-moz-transform:translateY(100%); 	/* Firefox */
	-webkit-transform:translateY(100%); /* Safari ?â€™? Chrome */
	-o-transform:translateY(100%); 	/* Opera */
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#laymod_38292 .jh_flash .pro_list .swiper-slide {
	transform:translateY(0%);
	-ms-transform:translateY(0%); 	/* IE 9 */
	-moz-transform:translateY(0%); 	/* Firefox */
	-webkit-transform:translateY(0%); /* Safari ?â€™? Chrome */
	-o-transform:translateY(0%); 	/* Opera */
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38292 .pro_list .swiper-slide a {
	background:#fff;
	display:block;
	width:100%;
	padding:0 0 33px 0;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	position:relative;
	overflow:hidden;
}
#laymod_38292 .pro_list .swiper-slide a:hover {
	text-decoration:none;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
#laymod_38292 .pro_list .swiper-slide a>.pro_bg_color {
	display:block;
	position:absolute;
	width:100%;
	height:1px;
	top:0;
	left:0;
	background:rgba(242,48,48,1);
	z-index: 10;
}
#laymod_38292 .pro_list .swiper-slide a>.pro_tip {
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	top:-30px;
	left:0;
	color:#fff;
	z-index: 11;
	text-align:center;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
}
#laymod_38292 .pro_list .swiper-slide a:hover>.pro_tip {
	top:0;
}
#laymod_38292 .pro_list .swiper-slide a>.pro_tip>span {
	padding:0 28px;
	line-height:2.25;
	font-size:12px;
	background:rgba(242,48,48,1);
	display:inline-block;
}
#laymod_38292 .pro_list .pro_pic {
	display:block;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align:center;
	z-index: 2;
	margin:0 0 10px 0;
}
#laymod_38292 .pro_list .pro_pic img {
	display:block;
	width:100%;
	position:relative;
	z-index: 1;
}
#laymod_38292 .pro_list i.pic_border {
	display:block;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #dfdfdf;
}
#laymod_38292 .pro_list i.pic_bg2 {
	display:block;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}
#laymod_38292 .pro_list span.pro_name,
#laymod_38292 .pro_list span.pro_type {
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:1.525;
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:100%;
	color:#000;
	z-index: 3;
	padding:0;
	position:relative;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38292 .pro_list span.pro_type {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	font-size:14px;
}
#laymod_38292 .pro_list span.pro_price {
	display:block;
	width:100%;
	text-align:center;
	font-size:1.4rem;
	line-height:2;
	height:2.8rem;
	overflow:hidden;
		color:#999;
	z-index: 5;
	padding:0 3%;
	position:relative;
}
#laymod_38292 .pro_list span.price1 {
	color:#f00;
}
#laymod_38292 .pro_list span.price2 {
	text-decoration:line-through;
}
#laymod_38292 .pro_list span.pro_buy {
	display:block;
	font-size:1.4rem;
	line-height:2;
	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-border-radius-bottomleft:14px;
	-moz-border-radius-bottomright:14px;
	-khtml-border-radius: 14px;
	-webkit-border-bottom-left-radius:14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin:0 auto;
	padding:0 5px;
	background:rgba(242,48,48,1);
	color:#fff;
	text-align:center;
	width:50%;
	height:28px;
	overflow:hidden;
}
#laymod_38292 .pro_list .pro_edit {
	display:block;
	width:100%;
	height:5px;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 1;
}
#laymod_38292 .pro_list li:hover .pro_pic img {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
#laymod_38292 .pro_list .pro_search_noting {
	padding:1%;
	font-size:14px;
	color:rgba(242,48,48,1);
	line-height:3;
	display:none;
}
#laymod_38292 .right_more>.xybicon {
	background:none;
	font-size:14px;
	color:#000;
	border:1px solid #000;
	width:35px;
	height:24px;
	line-height:24px;
	text-align:center;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	position:relative;
	top:auto;
	left:auto;
	right:auto;
}
#laymod_38292 .right_more>.xybicon.swiper-button-disabled {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}
#laymod_38292 .swiper-button-prev:before {
	content:"\e626";
}
#laymod_38292 .swiper-button-next:before {
	content:"\e627";
}
#laymod_38292 .swiper-button-prev {
	float:left;
	margin:0 2px 0 0;
	_margin:0 1px 0 0;
}
#laymod_38292 .swiper-button-next {
	float:right;
	margin:0 0 0 2px;
	_margin:0 0 0 1px;
}
#laymod_38292 .xybicon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_38292 .pro_list .swiper-wrapper {
		display:block;
	}
	#laymod_38292 .pro_list .swiper-slide {
		width:50%;
		margin:0 0 15px 0;
	}
	#laymod_38292 .pro_list .swiper-slide a {
		padding:0 0 15px 0;
	}
	#laymod_38292 .pro_list span.pro_buy {
		font-size:1.2rem;
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		-moz-border-radius-bottomleft:12px;
		-moz-border-radius-bottomright:12px;
		-khtml-border-radius: 12px;
		-webkit-border-bottom-left-radius:12px;
		-webkit-border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		height:24px;
		overflow:hidden;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot');
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;	
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38293 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38293 #jh_product_16>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38293 #jh_product_16>.bg_img {
	z-index:2;
}
#laymod_38293 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_38293 .bodyContTitle {
	position:relative;
	z-index: 3;
	overflow:hidden;
	text-align:left;
}
#laymod_38293 .bodyContTitle.container_wrap {
	padding:0 15px;
}
#laymod_38293 .bodyContTitle .left_title {
	float:left;
}
#laymod_38293 .bodyContTitle span.fl {
	font-size:24px;
	line-height:1;
	margin:0 12px 0 0;
	font-weight:bold;
	color:#000;
	display:block;
}
#laymod_38293 .bodyContTitle span.fl2 {
	font-size:12px;
	line-height:2;
	margin:0;
	font-weight:normal;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
	display:block;
}
#laymod_38293 .bodyContTitle .right_more {
	float:right;
	position:relative;
	overflow:hidden;
	margin:20px 0 0 0;
}
#laymod_38293 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_38293 .container_wrap {
	margin:0 5%;
	_margin:0 2.5%;
}
#laymod_38293 .pro_list {
	width:100%;
	position:relative;
	overflow:hidden;
	padding:16px 0;
}
#laymod_38293 .pro_list .swiper-wrapper {
	position:relative;
	margin:0 auto;
}
#laymod_38293 .pro_list .swiper-slide {
	margin:0;
	width:25%;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transform:translateY(100%);
	-ms-transform:translateY(100%); 	/* IE 9 */
	-moz-transform:translateY(100%); 	/* Firefox */
	-webkit-transform:translateY(100%); /* Safari ?â€™? Chrome */
	-o-transform:translateY(100%); 	/* Opera */
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#laymod_38293 .jh_flash .pro_list .swiper-slide {
	transform:translateY(0%);
	-ms-transform:translateY(0%); 	/* IE 9 */
	-moz-transform:translateY(0%); 	/* Firefox */
	-webkit-transform:translateY(0%); /* Safari ?â€™? Chrome */
	-o-transform:translateY(0%); 	/* Opera */
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38293 .pro_list .swiper-slide a {
	background:#fff;
	display:block;
	width:100%;
	padding:0 0 33px 0;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	position:relative;
	overflow:hidden;
}
#laymod_38293 .pro_list .swiper-slide a:hover {
	text-decoration:none;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
#laymod_38293 .pro_list .swiper-slide a>.pro_bg_color {
	display:block;
	position:absolute;
	width:100%;
	height:1px;
	top:0;
	left:0;
	background:rgba(242,48,48,1);
	z-index: 10;
}
#laymod_38293 .pro_list .swiper-slide a>.pro_tip {
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	top:-30px;
	left:0;
	color:#fff;
	z-index: 11;
	text-align:center;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
}
#laymod_38293 .pro_list .swiper-slide a:hover>.pro_tip {
	top:0;
}
#laymod_38293 .pro_list .swiper-slide a>.pro_tip>span {
	padding:0 28px;
	line-height:2.25;
	font-size:12px;
	background:rgba(242,48,48,1);
	display:inline-block;
}
#laymod_38293 .pro_list .pro_pic {
	display:block;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align:center;
	z-index: 2;
	margin:0 0 10px 0;
}
#laymod_38293 .pro_list .pro_pic img {
	display:block;
	width:100%;
	position:relative;
	z-index: 1;
}
#laymod_38293 .pro_list i.pic_border {
	display:block;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #dfdfdf;
}
#laymod_38293 .pro_list i.pic_bg2 {
	display:block;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}
#laymod_38293 .pro_list span.pro_name,
#laymod_38293 .pro_list span.pro_type {
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:1.525;
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:100%;
	color:#000;
	z-index: 3;
	padding:0;
	position:relative;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38293 .pro_list span.pro_type {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	font-size:14px;
}
#laymod_38293 .pro_list span.pro_price {
	display:block;
	width:100%;
	text-align:center;
	font-size:1.4rem;
	line-height:2;
	height:2.8rem;
	overflow:hidden;
		color:#999;
	z-index: 5;
	padding:0 3%;
	position:relative;
}
#laymod_38293 .pro_list span.price1 {
	color:#f00;
}
#laymod_38293 .pro_list span.price2 {
	text-decoration:line-through;
}
#laymod_38293 .pro_list span.pro_buy {
	display:block;
	font-size:1.4rem;
	line-height:2;
	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-border-radius-bottomleft:14px;
	-moz-border-radius-bottomright:14px;
	-khtml-border-radius: 14px;
	-webkit-border-bottom-left-radius:14px;
	-webkit-border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin:0 auto;
	padding:0 5px;
	background:rgba(242,48,48,1);
	color:#fff;
	text-align:center;
	width:50%;
	height:28px;
	overflow:hidden;
}
#laymod_38293 .pro_list .pro_edit {
	display:block;
	width:100%;
	height:5px;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 1;
}
#laymod_38293 .pro_list li:hover .pro_pic img {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
#laymod_38293 .pro_list .pro_search_noting {
	padding:1%;
	font-size:14px;
	color:rgba(242,48,48,1);
	line-height:3;
	display:none;
}
#laymod_38293 .right_more>.xybicon {
	background:none;
	font-size:14px;
	color:#000;
	border:1px solid #000;
	width:35px;
	height:24px;
	line-height:24px;
	text-align:center;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-ms-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	position:relative;
	top:auto;
	left:auto;
	right:auto;
}
#laymod_38293 .right_more>.xybicon.swiper-button-disabled {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}
#laymod_38293 .swiper-button-prev:before {
	content:"\e626";
}
#laymod_38293 .swiper-button-next:before {
	content:"\e627";
}
#laymod_38293 .swiper-button-prev {
	float:left;
	margin:0 2px 0 0;
	_margin:0 1px 0 0;
}
#laymod_38293 .swiper-button-next {
	float:right;
	margin:0 0 0 2px;
	_margin:0 0 0 1px;
}
#laymod_38293 .xybicon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_38293 .pro_list .swiper-wrapper {
		display:block;
	}
	#laymod_38293 .pro_list .swiper-slide {
		width:50%;
		margin:0 0 15px 0;
	}
	#laymod_38293 .pro_list .swiper-slide a {
		padding:0 0 15px 0;
	}
	#laymod_38293 .pro_list span.pro_buy {
		font-size:1.2rem;
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		-moz-border-radius-bottomleft:12px;
		-moz-border-radius-bottomright:12px;
		-khtml-border-radius: 12px;
		-webkit-border-bottom-left-radius:12px;
		-webkit-border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		height:24px;
		overflow:hidden;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_33skudp2scfh6w29.eot');
  src: url('//at.alicdn.com/t/font_249974_33skudp2scfh6w29.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_33skudp2scfh6w29.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_33skudp2scfh6w29.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_33skudp2scfh6w29.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Conv_FuturaBT-Book';
    src: url('//cdn.jihuinet.com/wechat/upload/FuturaBT-Book.eot');
    src: local('☺'), url('//cdn.jihuinet.com/wechat/upload/FuturaBT-Book.woff') format('woff'), url('//cdn.jihuinet.com/wechat/upload/FuturaBT-Book.ttf') format('truetype'), url('//cdn.jihuinet.com/wechat/upload/FuturaBT-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Candara';
    src: url('//cdn.jihuinet.com/wechat/upload/Candara.eot');
    src: local('☺'), url('//cdn.jihuinet.com/wechat/upload/Candara.woff') format('woff'), url('//cdn.jihuinet.com/wechat/upload/Candara.ttf') format('truetype'), url('//cdn.jihuinet.com/wechat/upload/Candara.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
img {
border:0 none;	
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38245 #jh_news_3 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38245 #jh_news_3>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38245 #jh_news_3>.bg_img {
	z-index:2;
}
#laymod_38245 #jh_news_3 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_38245 #jh_news_3 .bodyContTitle {
	margin:0;
	position:relative;
	z-index: 3;
}
#laymod_38245 #jh_news_3 .bodyContTitle span {
	display:block;
	width:100%;
	text-align:center;
}
#laymod_38245 #jh_news_3 .bodyContTitle span.fl {
	font-size:24px;
	line-height:1;
	margin:0 0 12px 0;
	font-weight:bold;
	color:#333;
}
#laymod_38245 #jh_news_3 .bodyContTitle span.fl2 {
	font-size:12px;
	line-height:1;
	margin:0;
	font-weight:normal;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_38245 #jh_news_3 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_38245 #jh_news_3 .jh_news {
	padding:13px 20px 58px 20px;
	background:#fff;
}
#laymod_38245 #jh_news_3 .jh_news_title .news_title_1 {
	text-align:left;
	position:relative;
	font-size:18px;
	line-height:2;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
	color:#000;
}
#laymod_38245 #jh_news_3 .jh_news_title .news_title_1 i {
	font-style:normal;
}
#laymod_38245 #jh_news_3 .jh_news_title .news_title_1 span {
	display:block;
	width:3%;
	height:2px;
	background:#000;
	position:absolute;
	bottom:0;
	left:0;
}
#laymod_38245 #jh_news_3 .jh_news_title .news_title_2 {
	text-align:center;
	font-size:20px;
		color:#2c2c2c;
	line-height:4;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38245 #jh_news_3 .news_list {
	position:relative;
}
#laymod_38245 #jh_news_3 .news_list .swiper-wrapper {
	position:relative;
}
#laymod_38245 #jh_news_3 .news_list .swiper-slide_li {
	width:25%;
}
#laymod_38245 #jh_news_3 .news_list .swiper-slide_li a {
	display:block;
	width:100%;
	padding:0;
		color:#999797;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	position:relative;
}
#laymod_38245 #jh_news_3 .news_list .swiper-slide_li a span {
	display:block;
}
#laymod_38245 #jh_news_3 .news_list .xyb_img {
	max-height:300px;
	overflow:hidden;
}
#laymod_38245 #jh_news_3 .news_list .xyb_img img {
	display:block;
	width:100%;
}
#laymod_38245 #jh_news_3 .news_list .xyb_cont {
	padding:16px;
	text-align:justify;
	font-size:14px;
	line-height:1.7;
	border-right:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
}
#laymod_38245 #jh_news_3 .news_list .title {
	font-size:16px;
	color:#000;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:100%;
	white-space: nowrap;
}
#laymod_38245 #jh_news_3 .news_list .cont {
	min-height:72px;
	max-height:72px;
	overflow:hidden;
}
#laymod_38245 #jh_news_3 .news_list .time {
	font-size:14px;
	height:55px;
	line-height:55px;
	overflow:hidden;
	border:1px solid #d5d5d5;
	position:relative;
}
#laymod_38245 #jh_news_3 .news_list .time i:before {
	content:"\e6c2";
	padding:0 19px;
}
#laymod_38245 #jh_news_3 .news_list .time em {
	padding:0 19px;
	border-left:1px solid #d5d5d5;
	color:#000;
	font-size:16px;
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38245 #jh_news_3 .news_list .time em:after {
	content:"\e690";
}
#laymod_38245 #jh_news_3 .news_list .swiper-slide_li a:hover {
	background:rgba(242,48,48,1);
}
#laymod_38245 #jh_news_3 .news_list .swiper-slide_li a:hover,
#laymod_38245 #jh_news_3 .news_list a:hover .time em,
#laymod_38245 #jh_news_3 .news_list a:hover .title {
	color:#fff;
}
#laymod_38245 #jh_news_3 .swiper-container3>.swiper-pagination {
	text-align:center;
	bottom:-25px;
}
#laymod_38245 #jh_news_3 .swiper-container3>.swiper-pagination>span {
	background:rgba(169, 33, 33, 1);
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}
#laymod_38245 #jh_news_3 .swiper-container3>.swiper-pagination>span.swiper-pagination-bullet-active,
#laymod_38245 #jh_news_3 .swiper-container3>.swiper-pagination>span:hover {
	background:rgba(242,48,48,1);
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_38245 #jh_news_3 .jh_news {
		background:none;
	}
	#laymod_38245 #jh_news_3 .news_list .swiper-slide_li {
		width:100%;
	}
	#laymod_38245 #jh_news_3 .news_list .swiper-slide_li a {
		background:#fff;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot');
  src: url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_fv61qye0ugcik9.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Conv_ebrimabd';
	src: url('//cdn.jihuinet.com/wechat/upload/ebrimabd.eot');
	src: local('☺'), url('//cdn.jihuinet.com/wechat/upload/ebrimabd.woff') format('woff'), url('//cdn.jihuinet.com/wechat/upload/ebrimabd.ttf') format('truetype'), url('//cdn.jihuinet.com/wechat/upload/ebrimabd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
img {
border:0 none;	
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38246 #jh_contact_4 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38246 #jh_contact_4>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_38246 #jh_contact_4>.bg_img {
	z-index:2;
}
#laymod_38246 #jh_contact_4 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_38246 #jh_contact_4 .bodyContTitle {
	margin:0;
	position:relative;
	z-index: 3;
}
#laymod_38246 #jh_contact_4 .bodyContTitle span {
	display:block;
	width:100%;
	text-align:center;
}
#laymod_38246 #jh_contact_4 .bodyContTitle span.fl {
	font-size:24px;
	line-height:1;
	margin:0 0 12px 0;
	font-weight:bold;
	color:#fff;
}
#laymod_38246 #jh_contact_4 .bodyContTitle span.fl2 {
	font-size:12px;
	line-height:1;
	margin:0;
	font-weight:normal;
	color:#fff;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_38246 #jh_contact_4 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_38246 #jh_contact_4 .jh_contact {
	height:100%;
	position:relative;
	/*display*/
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
	-webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -moz-box-orient:horizontal;
    -moz-box-direction:normal;
    flex-direction:row;
    -webkit-flex-direction:row;
    /*flex-wrap*/
	-webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:space-around;
	justify-content:space-around;/*主轴上对齐*/
	-moz-box-pack:justify;
	-webkit--moz-box-pack:justify;
	box-pack:justify;
	/*align-items*/
	align-items:center;/*交叉轴对齐*/
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
#laymod_38246 #jh_contact_4 .pro_left {
	height:100%;
	position:relative;
	/*display*/
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
    /*flex-wrap*/
	-webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:center;
	justify-content:center;/*主轴上对齐*/
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:flex-start;/*交叉轴对齐*/
	-webkit-align-items:flex-start;
	box-align:flex-start;
	-moz-box-align:flex-start;
	-webkit-box-align:flex-start;
}
#laymod_38246 #jh_contact_4 .contact_title {
	color:#fff;
	line-height:1.2;
	font-size:14px;
	margin:0 0 48px 0;
	width:100%;
}
#laymod_38246 #jh_contact_4 .contact_title span {
	display:block;
}
#laymod_38246 #jh_contact_4 .contact_title span.contact_title1 {
	font-size:48px;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38246 #jh_contact_4 .contact_title span.contact_title2 {
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter:alpha(opacity=55);
}
#laymod_38246 #jh_contact_4 .contact_cont {
	width:100%;
}
#laymod_38246 #jh_contact_4 .contact_cont h3 {
	font-size:18px;
	color:#fff0c3;
	margin:0 0 15px 0;
}
#laymod_38246 #jh_contact_4 .contact_cont p {
	color:#fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	font-size:14px;
	line-height:1.7;
	clear:both;
	overflow:hidden;
}
#laymod_38246 #jh_contact_4 .contact_cont p.f_add span {
	float:left;
	display:inline-block;
}
#laymod_38246 #jh_contact_4 .contact_cont p.f_add span.fo_add {
	width:85%;
}
#laymod_38246 #jh_contact_4 .contact_cont p.share {
	padding:0;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38246 #jh_contact_4 .contact_cont p.share a {
	background-color:transparent !important;
	transform: scale(0.8, 0.8);
	webkit-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38246 #jh_contact_4 .contact_cont p.share a:hover {
	background-color:transparent !important;
}
#laymod_38246 #jh_contact_4 .contact_cont p.share a .at-icon {
	fill:#fff !important;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38246 #jh_contact_4 .contact_cont p.share a:hover .at-icon {
	fill:rgba(242,48,48,1)  !important;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38246 #jh_contact_4 .pro_right{
	position:relative;
	transform:translateX(107px);
	-ms-transform:translateX(107px); 	/* IE 9 */
	-moz-transform:translateX(107px); 	/* Firefox */
	-webkit-transform:translateX(107px); /* Safari ?â€™? Chrome */
	-o-transform:translateX(107px); 	/* Opera */
}
#laymod_38246 #jh_contact_4 .message_form_bg {
	background:#101218;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
#laymod_38246 #jh_contact_4 .message_form {
	position:relative;
	z-index:2;
	padding:70px 130px;
}
#laymod_38246 #jh_contact_4 .message_form input,
#laymod_38246 #jh_contact_4 .message_form textarea {
	background:none;
	display:block;
	border-bottom:1px solid #fff;
	font-size:1.2rem;
	color:#fff;
	line-height:3.5rem;
	height:3.5rem;
	margin:0 0 1rem 0;
	padding-top:0;
	padding-bottom:0;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	position:relative;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
}
#laymod_38246 #jh_contact_4 ::-webkit-input-placeholder {
  color:#fff;
}
#laymod_38246 #jh_contact_4 :-moz-placeholder {/* Firefox 18- */
  color:#fff;
}
#laymod_38246 #jh_contact_4 ::-moz-placeholder{/* Firefox 19+ */
 color:#fff;
}
#laymod_38246 #jh_contact_4 :-ms-input-placeholder {
  color:#fff;
}
#laymod_38246 #jh_contact_4 .message_form input.pro_bg,
#laymod_38246 #jh_contact_4 .message_form textarea.pro_bg {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38246 #jh_contact_4 .message_form textarea {
	height:7.2rem;
	line-height:2;
	resize:none;
}
#laymod_38246 #jh_contact_4 .message_form .liuyan {
	display:block;
	-moz-border-radius: 24px;
	-khtml-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-moz-border-radius-bottomleft:24px;
	-moz-border-radius-bottomright:24px;
	-khtml-border-radius: 24px;
	-webkit-border-bottom-left-radius:24px;
	-webkit-border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	background:rgba(242,48,48,1);
	color:#fff;
	font-size:1.4rem;
	line-height:3rem;
	text-align:center;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	clear:both;
	float:none;
	margin:0 auto;
}
#laymod_38246 #jh_contact_4 .message_form .liuyan:hover {
	text-decoration:none;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38246 #jh_contact_4 .message_form #verifyPic {
	height:3.5rem;
	margin-left:15px;
	margin-bottom:4rem;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-khtml-border-radius: 2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_38246 #jh_contact_4 .contact_title span.contact_title1 {
		font-size:35px;
	}
	#laymod_38246 #jh_contact_4 .contact_title span.contact_title2 {
		font-size:12px;
	}
	#laymod_38246 #jh_contact_4 .pro_right {
		transform:translateX(0);
		-ms-transform:translateX(0); 	/* IE 9 */
		-moz-transform:translateX(0); 	/* Firefox */
		-webkit-transform:translateX(0); /* Safari ?â€™? Chrome */
		-o-transform:translateX(0); 	/* Opera */
		margin-top:25px;
	}
	#laymod_38246 #jh_contact_4 .message_form {
		padding:30px 0;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_5bb1icypxme.eot');
  src: url('//at.alicdn.com/t/font_249974_5bb1icypxme.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_5bb1icypxme.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_5bb1icypxme.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_5bb1icypxme.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;	
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_38256 #jh_contact_3 {
	position:relative;
	z-index: 1900;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_38256 .mk_hide {
    display: none;
    position: relative;
    z-index: 10;
    text-align: center;
}
.design-html #laymod_38256 .mk_hide {
    display: block;
}
#laymod_38256 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*模版主体部分*/
#laymod_38256 .side_bar {
	width:40px;
	position:fixed;
	right:0;
	bottom:40px;
	z-index: 999;
}
#laymod_38256 .side_bar>ul>li {
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0;
	position:relative;
}
#laymod_38256 .side_bar>ul>li>a {
	display:block;
	width:100%;
	font-size:20px;
	color:#666;
	background:#fff;
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border:1px solid #ccc;
}
#laymod_38256 .side_bar>ul>li>a:hover {
	color:#fff;
	background:rgba(242,48,48,1);
	border-color:rgba(242,48,48,1);
}
#laymod_38256 .side_bar>ul>li.side_talk>a:before {
	content:"\e6c4";
}
#laymod_38256 .side_bar>ul>li.side_cart>a:before {
	content:"\e79c";
}
#laymod_38256 .side_bar>ul>li.side_sina>a:before {
	content:"\e6d8";
}
#laymod_38256 .side_bar>ul>li.side_alibaba>a:before {
	content:"\e779";
}
#laymod_38256 .side_bar>ul>li.side_weixin>a:before {
	content:"\e6a8";
}
#laymod_38256 .side_bar>ul>li.side_ewm>a:before {
	content:"\e62a";
}
#laymod_38256 .side_bar>ul>li.side_close>a:before {
	content:"\e635";
}
#laymod_38256 .side_bar>ul>li.back_top>a:before {
	content:"\e694";
}
#laymod_38256 .side_bar>ul>li.side_share>a:before {
	content:"\e72e";
}
#laymod_38256 .side_bar>ul>li.back_top {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#laymod_38256 .side_bar>ul.scroll_back_top>li.back_top {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38256 .side_cart a {
	position:relative;
}
#laymod_38256 .side_cart .cart_num {
	display:block;
	width:30px;
	height:30px;
	padding:2px;
	text-align:center;
	line-height:28px;
	position:absolute;
	margin:-15px 0 0 0;
	top:50%;
	right:80%;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-khtml-border-radius: 15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color:#fff;
	font-size:12px;
	background:rgba(242,48,48,1);
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei" !important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
#laymod_38256 .side_cart a:hover .cart_num {
	right:85%;
}
#laymod_38256 .share_ewm,
#laymod_38256 .share_weixin {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index: 2001;
}
#laymod_38256 .share_ewm .share_ewm_bg,
#laymod_38256 .share_weixin .share_ewm_bg {
	position:absolute;
	top:0;
	left:0;
	z-index: 0;
	background:#000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
}
#laymod_38256 .share_ewm_img {
	width:220px;
	background:#fff;
	overflow:hidden;
	padding:10px 10px 0 10px;
	position:absolute;
	z-index: 1;
	left:50%;
	top:50%;
	margin:-135px 0 0 -120px;
}
#laymod_38256 .share_ewm_img img {
	display:block;
	width:100%;
}
#laymod_38256 .share_ewm_img p {
	text-align:center;
	font-size:14px;
	line-height:2.8;
	color:#000;
}
#laymod_38256 .side_show>a {
	transform:translateX(100%);
	-ms-transform:translateX(100%); 	/* IE 9 */
	-moz-transform:translateX(100%); 	/* Firefox */
	-webkit-transform:translateX(100%); /* Safari ?’? Chrome */
	-o-transform:translateX(100%); 	/* Opera */
}
#laymod_38256 .side_window {
	width:200px;
	position:absolute;
	right:-240px;
	bottom:2px;
	background:#fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	transition:all 0.4s ease 0.3s;
	-moz-transition:all 0.4s ease 0.3s;
	-webkit-transition:all 0.4s ease 0.3s;
	-o-transition:all 0.4s ease 0.3s;
}
#laymod_38256 .side_show .side_window {
	right:0;
}
#laymod_38256 .side_window .side_title {
	padding:20px;
	font-size:14px;
	color:#fff;
	line-height:1;
		background:#333;
	text-align:left;
}
#laymod_38256 .side_window .side_title a {
	float:right;
	color:#fff;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    font-size:18px;
}
#laymod_38256 .side_window .side_title a:before {
	content:'\e635';
}
#laymod_38256 .side_window .side_title a:hover {
	transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
#laymod_38256 .side_window .side_cont {
	clear:both;
	padding:0 0 10px 0;
}
#laymod_38256 .side_window li {
	padding:9px 20px;
	font-size:12px;
	line-height:1;
		color:#888;
	text-align:center;
}
#laymod_38256 .side_window li.side_bg1 {
	background:#f8f8f8;
}
#laymod_38256 .side_window li.side_bg1 a,
#laymod_38256 .side_window li.side_bg2 a {
	position:relative;
	display:inline-block;
	width:100%;
}
#laymod_38256 .side_window li.side_bg1 a span,
#laymod_38256 .side_window li.side_bg2 a span {
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
}
#laymod_38256 .side_window li.side_bg1 a span:before {
	content:"\e6aa";
	color:rgba(242,48,48,1);
}
#laymod_38256 .side_window li.side_bg2 a span:before {
	content:"\e69c";
	color:rgba(242,48,48,1);
}
#laymod_38256 .side_window li.side_bg1 a i,
#laymod_38256 .side_window li.side_bg2 a i {
		color:#888;
	font-style:normal;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
}
#laymod_38256 .side_window li.side_bg1 a:hover i,
#laymod_38256 .side_window li.side_bg2 a:hover i {
	color:rgba(242,48,48,1);
}
#laymod_38256 .side_window li.side_bg3 {
	text-align:left;
}
#laymod_38256 .side_window li.side_bg3 span {
	padding:0 10px 0 0;
}
#laymod_38256 .side_window li.side_bg3 a {
		color:#888;
}
#laymod_38256 .side_window li.side_bg3 a:hover {
	color:rgba(242,48,48,1);
}
/*弹窗登入和注册*/
#laymod_38256 #jh_contact_3.active_bg {
	z-index: 1901;
}
#laymod_38256 .login_reg_style {
	position:fixed;
	z-index: -1;
	width:0;
	height:0;
	top:50%;
	left:50%;
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:vertical;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	flex-direction:column;/*row*/
	-webkit-flex-direction:column;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;/*nowrap*/
	-webkit-box-lines:multiple;/*single*/
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:center;
	justify-content:center;/*主轴上对齐（横轴）*/
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:center;/*交叉轴对齐（垂直）*/
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	overflow:hidden;
}
#laymod_38256 .login_reg_style.active_bg {
	z-index: 1900;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=10);
	width:100%;
	height:100%;
	left:0;
	top:0;
}
#laymod_38256 .login_reg_style>.login_reg_bg {
	position:absolute;
	z-index: -1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
}
#laymod_38256 .login_reg_style.active_bg>.login_reg_bg {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: 0;
}
#laymod_38256 .login_reg_style.active_bg.move_bg>.login_reg_bg {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	z-index: -1;
}
#laymod_38256 .login_reg_wrap {
	background:#fff;
	max-width:550px;
	width:100%;
	max-height:520px;
	height:100%;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-khtml-border-radius: 3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding:2% 95px;
	position:relative;
	z-index: 2;
	perspective: 2000;
    -webkit-perspective: 2000;
    transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#laymod_38256 .active_bg .login_reg_wrap {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_38256 .active_bg.move_bg .login_reg_wrap {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#laymod_38256 .login_reg_wrap .win_close {
	color:#999;
	font-size:28px;
	line-height:1;
	position:absolute;
	right:10px;
	top:10px;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
	z-index:10;
}
#laymod_38256 .login_reg_wrap .win_close:before {
	content:"\e635";
}
#laymod_38256 .login_reg_wrap .win_close:hover {
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    color:rgba(242,48,48,1);
}
#laymod_38256 .login_reg_in {
	position:relative;
}
#laymod_38256 .win_from {
	width:100%;
    transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 2s cubic-bezier(.075,.82,.165,1) 0s;
}
#laymod_38256 .nav_login_win{
	position:relative;
	z-index: 2;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    top:auto;
    left:auto;
}
#laymod_38256 .nav_login_win.move_bg {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    z-index: 1;
    position:absolute;
    top:0;
    left:0;
}
#laymod_38256 .nav_reg_win {
	position:absolute;
	z-index: 1;
	left:0;
	top:0;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
#laymod_38256 .nav_reg_win.move_bg {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	z-index: 2;
	transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    position:relative;
    top:auto;
    left:auto;
}
#laymod_38256 .win_from .win_from_title {
	font-size:24px;
	line-height:50px;
	margin:0 0 20px 0;
	text-align:center;
	color:rgba(242,48,48,1);
}
#laymod_38256 .win_from label {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 20px 0;
	overflow:hidden;
	border:1px solid #ccc;
}
#laymod_38256 .win_from label i {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:20px;
	text-align:center;
	color:#999;
	font-weight:normal;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}
#laymod_38256 .win_from label.login_1 i:before {
	content:"\e759";
}
#laymod_38256 .win_from label.login_2 i:before {
	content:"\e75b";
}
#laymod_38256 .win_from label.login_3 i:before {
	content:"\e76c";
}
#laymod_38256 .win_from input {
	display:block;
	height:45px;
	line-height:45px;
	text-indent:50px;
	color:#000;
	font-size:12px;
	width:100%;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	font-weight:normal;
}
#laymod_38256 .win_from.nav_reg_win input {
	text-indent:15px;
}
#laymod_38256 .win_from input.input-randCode {
	width:70%;
	float:left;
}
#laymod_38256 .win_from #verifyPic {
	float:right;
	margin: 3% 1% 0 0;
	height: 28px;
}
#laymod_38256 .win_from .from_btn1,
#laymod_38256 .win_from .from_btn2 {
	border:0 none;
}
#laymod_38256 .win_from .from_btn1 input.submit {
	background:rgba(242,48,48,1);
	color:#fff;
	height:40px;
	line-height:40px;
	text-indent:0;
}
#laymod_38256 .win_from .from_btn2 input.submit {
	text-indent:0;
	border:1px solid rgba(242,48,48,1);
	color:rgba(242,48,48,1);
	height:40px;
	line-height:40px;
	background:none;
}
#laymod_38256 ::-webkit-input-placeholder {
  color:#999;
}
#laymod_38256 :-moz-placeholder {/* Firefox 18- */
  color:#999;
}
#laymod_38256 ::-moz-placeholder{/* Firefox 19+ */
 color:#999;
}
#laymod_38256 :-ms-input-placeholder {
  color:#999;
}
/*第三方登录*/
#laymod_38256 .quick-login_title {
	display:inline-block;
	line-height:30px;
	color:#999;
	font-size:13px;
	vertical-align: top;
}
#laymod_38256 #wxLoginBtn,
#laymod_38256 #qqLoginBtn {
	font-size:30px;
	line-height:30px;
	color:#999;
	transition:all 0.5s ease-out 0s;
	-moz-transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	-o-transition:all 0.5s ease-out 0s;
}
#laymod_38256 #wxLoginBtn:before {
	content:"\e74a";
}
#laymod_38256 #qqLoginBtn:before {
	content:"\e786";
}
#laymod_38256 #wxLoginBtn:hover,
#laymod_38256 #qqLoginBtn:hover {
	color:rgba(242,48,48,1);
}
/*分享按钮*/
#laymod_38256 .side_out {
	width: auto;
    position: absolute;
    right: -200px;
    bottom: 2px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    height:100%;
    padding:0 0 0 45px;
}
#laymod_38256 .side_show .side_out {
	right:0;
}
#laymod_38256 .side_out a.arrow {
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:20px;
	color:#666;
	background:#fff;
	transition: all 0.4s ease 0.3s;
    -moz-transition: all 0.4s ease 0.3s;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
}
#laymod_38256 .side_out a.arrow:before {
	content:"\e753";
}
#laymod_38256 .side_out a.arrow:hover {
	background:rgba(242,48,48,1);
	color:#fff;
}
#laymod_38256 .side_out .side_in {
	height:100%;
	position:relative;
	z-index: 1;
}
#laymod_38256 .side_out #atstbx4 {
	height:100%;
}
#laymod_38256 .side_out .at-share-btn-elements {
	text-align:right;
	/*display*/
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/*flex-direction*/
	-webkit-box-orient:horizontal;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:horizontal;
	-moz-box-direction:normal;
	flex-direction:row;/*row*/
	-webkit-flex-direction:row;
	-webkit-box-flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:nowrap;/*nowrap*/
	-webkit-box-lines:single;/*single*/
	-moz-flex-wrap:nowrap;
	flex-wrap:nowrap;
	/*justify-content*/
	-webkit-box-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;/*主轴上对齐（横轴）*/
	-webkit-box-pack:end;
	-moz-box-pack:end;
	box-pack:end;
	/*align-items*/
	align-items:center;/*交叉轴对齐（垂直）*/
	-webkit-align-items:center;
	-webkit-box-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	height:100%;
}
#laymod_38256 .side_out .at-share-btn-elements>a {
	margin:0 2px;
	_margin:0 1px;
	padding:0;
}
#laymod_38256 .side_out .at-share-btn-elements>a.at-svc-tencentweibo {
	display:none;
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_38256 .side_bar {
		bottom:5px;
	}
	#laymod_38256 .side_bar>ul>li {
		position:static;
	}
	#laymod_38256 .side_bar>ul>li.side_share {
		position:relative;
	}
	#laymod_38256 .side_window {
		z-index: 10;
	}
	#laymod_38256 .side_bar>ul>li.mobile_effect {
		transition: all 0.5s ease-out 0s;
	    -moz-transition: all 0.5s ease-out 0s;
	    -webkit-transition: all 0.5s ease-out 0s;
	    -o-transition: all 0.5s ease-out 0s;
	}
	#laymod_38256 .side_bar.active_bg2>ul>li.mobile_effect {
		transform:translateX(100%);
		-ms-transform:translateX(100%); 	/* IE 9 */
		-moz-transform:translateX(100%); 	/* Firefox */
		-webkit-transform:translateX(100%); /* Safari ?’? Chrome */
		-o-transform:translateX(100%); 	/* Opera */
	}
	#laymod_38256 .side_bar>ul>li.side_close>a:before {
		transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -webkit-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    display:inline-block;
	}
	#laymod_38256 .side_bar.active_bg>ul>li.side_close>a:before {
		transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	}
	#laymod_38256 .side_bar.active_bg>ul>li.mobile_effect2 {
		transform:translateY(1000%);
		-ms-transform:translateY(1000%); 	/* IE 9 */
		-moz-transform:translateY(1000%); 	/* Firefox */
		-webkit-transform:translateY(1000%); /* Safari ?’? Chrome */
		-o-transform:translateY(1000%); 
	}
	#laymod_38256 .login_reg_wrap {
		padding:2% 15px;
	}
}
