﻿/*通用类*/
*{
	margin:0;
	padding:0;		
}
body{		
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	text-align:justify;	
	color:#111;
	overflow-x:hidden;
	position:relative;
	background:#f6f6f6;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#111;
	text-decoration:none !important;	
	outline:none !important;
}
a:hover{
	color:#ff0000;	
}
ul{
	list-style-type:none;	
	margin:0;
}
dl{
	margin:0;
	padding:0;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}

i { font-style: normal; display: block }

span { display: block }

.clear, .blank { clear: both; width: 100%; overflow: hidden; }

.blank { height: 20px }

.fl { float: left }

.fr { float: right }

.htitle { text-align: center; font-weight: 700; font-size: 36px; margin: 30px auto }

.box, article { width: 1170px; margin: auto; overflow: hidden }

.whitebg { background: #fff; border: 1px solid #eee; }

.plr20 { padding: 0 20px }

/*header*/

header { margin: 0; width: 100%; z-index: 9; transition: all 0.4s; background: #fff }

.logo-section { padding: 32px 0 25px 0px; }

.logo { overflow: hidden }

.logo img { height: 50px; float: left; margin-right: 10px }

.logo-title { font-size: 28px; color: #1487f4; }

.logo-text { margin-top: 5px; color: #888; }

/*search*/

.search { float: right; margin-top: 16px; border-radius: 0 5px 5px 0; width: 400px; background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%); }

.search p { margin-bottom: 10px; }

.search input.input_submit { border: 0; background: url(../images/search.png) no-repeat left 10px center; color: #fff; outline: none; line-height: 36px; font-size: 15px; width: 100px; cursor: pointer; letter-spacing: 5px; text-indent: 1em; }

.search input.input_text { border: 0; line-height: 36px; height: 36px; outline: none; width: 300px; background: #f3f3f3; float: left; text-indent: 1em; }

/*topnav*/

/*.topnav { width: 100%; background: #db1214; }*/
.topnav { width: 100%;      box-shadow: 1px 6px 5px #0000001c; }

.topnav h2 { color: #fff; position: fixed; top: 0; padding-left: 10px; font-weight: normal; height: 40px; line-height: 40px; display: none; }

.topnav:before { display: table; content: " "; }

.topnav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

nav { text-align: center; line-height: 50px; width: 100%; }

nav #starlist { margin: auto; width: 1170px; }

#starlist li { position: relative; display: inline; float: left; font-size: 15px; margin-right: 10px; }

#starlist li a { display: inline; float: left; padding: 0 20px; color: #333; border-radius: 4px 4px 0 0;}

#starlist li a:hover { background: #fff;   background-image: linear-gradient(19deg, red, yellow); }

#selected { position: relative }

#starlist ul.sub { padding: 5px 0; position: absolute; left: 0; top: 50px;background-image: linear-gradient(19deg, red, yellow);  ; z-index: 9; display: none; }

#starlist ul.sub li { height: 34px; line-height: 34px; margin-left: 0; width: 100%; font-size: 14px; }

#starlist ul.sub li a { padding: 0; display: block; width: 100%; }

#starlist ul.sub li a:hover {background-image: linear-gradient(19deg, red, yellow); }

#starlist li:hover ul.sub { display: block }

a#selected {background-color: red;
	background-image: linear-gradient(19deg, red, yellow);
color: #ffffff}

/*#starlist ul.sub:before { content: ""; height: 15px; width: 15px; background: red; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); border-left: 0; border-bottom: 0; position: absolute; top: -8px; left: 42%; }*/

#mnavh { display: none; width: 70px; height: 40px; background: #1487f4; text-align: center; }

.navicon { display: block; position: relative; width: 30px; height: 3px; background-color: #fff; margin-top: 20px; float: left; margin-left: 20px; }

.navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 3px; position: absolute; background: #fffefe; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }

.navicon:before { margin-top: -10px; }

.navicon:after { margin-top: 10px; }

.open .navicon { background: none }

.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 3px; position: absolute; background: #fff; }

.menu:after { content: ""; position: absolute; right: 5px; top: 24px; width: 0; height: 0; border-width: 4px 4px 0; border-style: solid; border-color: #fff transparent transparent; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

.menu:hover:after { transform: rotate(180deg) }

.is-fixed { position: fixed; top: 0; box-shadow: 0px 3px 10px 1px rgba(144, 161, 180, 0.4); z-index: 99; }

/*banner*/
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.ck_device{
	position:absolute;
	top:-300px;
}

/*所有设备公用 CSS*/
.wrapin{
	width:1160px;
	margin-left:auto;
	margin-right:auto;	
}

/*total*/


.header-mb{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.header-mb .logo{
	float:left;
	margin-left:3%;
	line-height: 50px;
	font-size:16px;
}
.header-mb .logo img{
	display:block;
	height:50px;
	width:auto;
}
.header-mb-zw{
	height:51px;
	clear:both;
}
.nav-mb{
	position:fixed;
	right:0;
	top:0;
	z-index:100;	
	width:100%;
	height:100%;	
	padding-top:50px;
	display:none;
}
.nav-mbshow{
	display:block;
	background:url("../images/bg_22.png");	
}
.menu-btn{
	width:40px;
	height:30px;
	border:1px solid #ddd;
	border-radius:5px;	
	position:fixed;
	right:3%;
	top:10px;
	background:#fff url("../images/menu.png") no-repeat center center;
	z-index:110;
}
.menu-btnshow{
	background-image:url("../images/menu_close.png");	
}
.nav-mb dl{
	width:90%;
	margin:0 auto;	
	font-size:14px;
}
.nav-mb a{
	display:block;	
}
.nav-mb dt{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;	
	
}
.nav-mb .par2{
	background:url("../images/add_btn.png") no-repeat right center;
}
.nav-mb .down dt{
	
}
.nav-mb .down .par2{
	background-image:url("../images/close_btn.png");
}
.nav-mb dd{
	line-height:30px;	
	display:none;
}
.nav-mb .down dd{
	display:block;	
}
.nav-mb dd a{
	color:#666;	
	padding:0 10px;
}
.mh_search{
	margin:10px auto 0 auto;
	border:1px solid #ccc;
	height: 40px;
	width: 90%;
	border-radius:5px;
	overflow: hidden;
}
.mh_search .text{
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left:20px;
	border:0;
	background:none;
	width: 80%;
}
.mh_search .sub{
	float: right;
	width: 20%;
	height: 40px;
	background:#ff3636;
	color:#fff;
}

/*total*/

/*hm首页*/

.banner{
	width:100%;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;
	background: #fff;
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	/*height:293px;*/
}
.banner .swiper-slide a{
	display:block;
	width:100%;	
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:28px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}

.header{
	padding-top:50px;
	border-bottom:1px solid #ff0000;
	position: relative;
	z-index: 100;
}
.header .logo{
	float: left;
	font-size:36px;
	color:#000;
	height: 42px;
	line-height: 42px;
}
.hh_search{
	float: left;
	width: 370px;
	height: 40px;
	border:1px solid #eee;
	border-radius:5px;
	margin:0 0 35px 105px;
	background:#fff;
	position: relative;
	overflow: hidden;
}
.hh_search .text{
	float: left;
	height: 40px;
	padding-left:14px;
	width: 280px;
	border:0;
	background:none;
	line-height: 40px;
	font-size:15px;
}
.hh_search .sub{
	float: right;
	height: 40px;
	width: 70px;
	background:#ff3636;
	color:#fff;
	font-size:15px;
}
.hh_lans{
	line-height: 42px;
	float: right;
	font-size:15px;
}
.hh_lans a{
	float: left;
	margin-left:35px;
}

.nav_in{
	height: 58px;
	line-height: 58px;
	width: 145px;
	float: left;
	position: relative;
	z-index: 100;
	text-align: center;
}
.nav_in .par{
	display: block;
	height: 58px;
	font-size:18px;
}
.nav_in:hover i,.now_hover i{
	display: block;
	width: 64px;
	height: 5px;
	background:#f00;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left:-32px;
}
.nav_in ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 58px;
	background:#fff;
	z-index: 100;	
	display: none;
}
.nav_in:hover ul{
	display: block;
}
.nav_in li{
	height: 40px;
	line-height: 40px;
	font-size:15px;
}
.nav_in li a{
	display: block;
	position: relative;
	height: 40px;
}
.nav_in li a:hover{
	color:#fff;
	background:#ff0000;
}

/*hm 首页*/

/*所有设备公用 CSS*/

/* PC大屏幕 big star*/
@media screen and (min-width: 993px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.wrapin{
	width:1160px;	
}

.main{
	width: 1160px;
	margin:0 auto;
}

.h_news{
	width: 360px;
	margin:40px 40px 0 0;
	float: left;
}
.h_news .head{
	height: 42px;
	line-height: 42px;
	padding:0 10px;
	color:#fff;
	clear: both;
	margin-bottom:12px;
}
.h_news .head span{
	float: left;
	font-size:18px;
}
.h_news .head i{
	float: left;
	display: block;
	height: 18px;
	border-left:1px solid #fff;
	margin:12px 8px 0 8px;
}
.h_news .head em{
	float: left;
	font-size:16px;
	text-transform: uppercase;
}
.h_news .head a{
	float: right;
	color:#fff;
	font-size:16px;
}
.h_news li{
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left:88px;
}
.h_news li i{
	display: block;
	width: 5px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-7px;	
}
.h_news li span{
	position: absolute;
	left: 20px;
	top: 0;
}
.h_news li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.h_news1 .head{
	background:#ff8036;
	background-image: linear-gradient(19deg, #00fff8, #00bcfe);
}
.h_news1 li i{
	background:#6fcf51;
}

.h_news2 .head{
	background:#81c0f5;
	background-image: linear-gradient(19deg, #0099a0,#00e1b1);
}
.h_news2 li i{
	background:#81c0f5;
}

.h_news3{
	margin-right:0;
}
.h_news3 .head{
	background:#d2af81;
	background-image: linear-gradient(19deg, red, #ffb63d);

}
.h_news3 .link{
	line-height: 28px;
	padding-left:20px;
	position: relative;
}
.h_news3 .link i{
	display: block;
	width: 10px;
	height: 10px;
	background:#b281d2;
	border-radius:100%;
	position: absolute;
	left: 0;
	top: 8px;
}

.h_title{
	padding:10px 0;
	height: 60px;
	line-height: 60px;
	clear: both;
}
.h_title img{
	float: left;
	display: block;
	height: 60px;
}
.h_title span{
	float: left;
	font-size:18px;
	padding:0 10px;
	font-weight: bold;
}
.h_title i{
	float: left;
	font-style: normal;
	margin-right:10px;
}
.h_title em{
	float: left;
	text-transform: uppercase;
}

.h_fw{
	width: 360px;
	float: left;
	margin-right:40px;
}
.h_fw .title{
	height: 50px;
	line-height: 50px;
	font-size:18px;
	font-weight: bold;
}
.h_fw .photo{
	display: block;
	width: 360px;
	height: 220px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.h_fw .photo img{
	display: block;
	width: 360px;
	height: 220px;
}
.h_fwend{
	margin-right:0;
}
.h_fw .wp{
	height: 220px;
	background:#f0f0f0;
}
.fw_slider{
	width: 100%;
	height: 220px;
	position: relative;
}
.fw_slider .swiper-slide{
	width: 100%;
	height: 220px;
}
.fw_slider .wp{
	padding:0 22px;
	justify-content: space-between;
	flex-wrap:wrap;
	display:flex;
}
.fw_slider .wp a{
	display: block;
	width: 48px;
	height: 48px;
	margin:32px 26px 0 26px;
}
.fw_slider .wp img{
	display: block;
	width: 48px;
	height: 48px;
}
.fw_slider .zw{
	width: 48px;
	height: 0;
}
.fw_slider .cbtn{
	width: 36px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 20;
	cursor: pointer;
}
.fw_slider .pre{
	left: 0;
	background:url("../images/fw_pre.png") no-repeat center center;
}
.fw_slider .next{
	right: 0;
	background:url("../images/fw_next.png") no-repeat center center;
}

.h_fw{
	width: 360px;
	float: left;
	margin-right:40px;
}
.h_fw .title{
	height: 50px;
	line-height: 50px;
	font-size:18px;
	font-weight: bold;
}
.h_fw .photo{
	display: block;
	width: 360px;
	height: 220px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.h_fw .photo img{
	display: block;
	width: 360px;
	height: 220px;
}
.h_fwend{
	margin-right:0;
}
.h_fw .wp{
	height: 220px;
	background:#f0f0f0;
}
.fw_slider{
	width: 100%;
	height: 220px;
	position: relative;
}
.fw_slider .swiper-slide{
	width: 100%;
	height: 220px;
}
.fw_slider .wp{
	padding:0 22px;
	justify-content: space-between;
	flex-wrap:wrap;
	display:flex;
}
.fw_slider .wp a{
	display: block;
	width: 48px;
	height: 48px;
	margin:32px 26px 0 26px;
}
.fw_slider .wp img{
	display: block;
	width: 48px;
	height: 48px;
}
.fw_slider .zw{
	width: 48px;
	height: 0;
}
.fw_slider .cbtn{
	width: 36px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 20;
	cursor: pointer;
}
.fw_slider .pre{
	left: 0;
	background:url("../images/fw_pre.png") no-repeat center center;
}
.fw_slider .next{
	right: 0;
	background:url("../images/fw_next.png") no-repeat center center;
}

.h_bm{
	clear: both;
}
.h_bm .title{
	height: 50px;
	line-height: 50px;
	font-size:18px;
	font-weight: bold;
}
.h_bm .links{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_bm .links a{
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
}
.h_bm .links img{
	display: block;
	width: 100px;
	height: 100px;
}
.h_bm .links .name{
	height: 48px;
	line-height: 48px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color:#fff;
	text-align: center;
}
.h_bm .links .zw{
	width: 100px;
	height: 0;
	display: none;
}

.fp_fls{
	width: 563px;
	height: 182px;
}
.fp_fls .photo{
	display: block;
	width: 253px;
	height: 182px;
	float: left;
	position: relative;
	overflow: hidden;
}
.fp_fls .photo img{
	display: block;
	width: 253px;
	height: 182px;
}
.fp_fls .name{
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:rgba(0,0,0,0.5);
	text-align: center;
	color:#fff;
	font-size:16px;
}
.fp_fls .intro{
	width: 284px;
	float: right;
}
.fp_fls .nm{
	line-height: 35px;
	font-size:18px;
	font-weight: bold;
	height: 90px;
}
.fp_fls li{
	height: 30px;
	line-height: 30px;
}
.fp_fls li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_fx .title{
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size:18px;
}
.h_fx .wp{
	display:flex;
	justify-content: space-between;
}
.fx_item{
	width: 240px;
	height: 146px;
	background:#f0f0f0;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	padding:12px 0 0 25px;
}
.fx_item .c1{
	float: left;
	font-size:15px;
	line-height: 30px;
}
.fx_item .c2{
	float: right;
	font-size:15px;
	line-height: 30px;
	color:#10ab11;
	padding-right:25px;
}
.fx_item .c3{
	clear: both;
	height: 38px;
	line-height: 38px;
	font-size:20px;
	color:#ff3400;
}
.fx_item dl{
	float: left;
	width: 50%;
}
.fx_item dt{
	height: 24px;
	line-height: 24px;
	font-size:13px;
}
.fx_item dd{
	height: 28px;
	line-height: 28px;
}

.h_ds{
	display:flex;
	justify-content: space-between;
	text-align: center;
}
.ds_item{
	width: 31.5%;
}
.ds_item img{
	display: block;
	width: 100%;
	height:auto;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.ds_item .name{
	line-height: 3;
	font-size:16px;
}

.h_cp{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.cp_item{
	display: block;
	width: 260px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	margin:15px 0;
}
.cp_item img{
	display: block;
	width: 100%;
	height:auto;
}
.cp_item .tj{
	height: 50px;
	line-height: 50px;
	float: left;
	padding-left:20px;
}
.cp_item .stars{
	float: left;
	line-height: 50px;
	color:#10ab11;
	padding-left:15px;
	font-size:20px;
}
.cp_item .xq{
	float: right;
	padding-right:15px;
	line-height: 50px;
}
.h_cp .zw{
	width: 260px;
	height: 0;
}

.zp_item{
	height: 57px;
	line-height: 57px;
	border-bottom:1px solid #dfdfdf;
	clear: both;
}
.zp_item span{
	float: left;
	margin-right:2em;
}
.zp_item .go{
	float: right;
	display: block;
	width: 90px;
	height: 26px;
	line-height: 26px;
	border-radius:3px;
	background:#6fcf51;
	text-align: center;
	color:#fff;
	position: relative;
	top: 15px;
}
.zp_slider{
	height: 174px;
}

.footer{
	background:#333;
	margin-top:26px;
	text-align: center;
	color:#fff;
	padding:60px 0 0 0;
}
.footer .t1{
	height: 50px;
	line-height: 50px;
	font-size:40px;
}
.footer .t2{
	height: 98px;
	line-height: 98px;
	font-size:18px;
}
.footer .t2 span{
	display: inline-block;
	padding:0 2em;
}
.footer ul{
	padding:18px 0;
	border-top:1px dotted #2a613a;
	line-height: 28px;
	color:#999;
}

/* PC大屏幕 big end*/
}
