@charset "utf-8";
/* CSS Document */
/* * {
	padding: 0;
	margin: 0;
} */

ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: Microsoft YaHei, sans-serif;
	min-width: 1200px;
	width: expression_r(document.body.clientWidth <     1200 ?     "1200px" :   "auto");
}

input,textarea {
	font-family: Microsoft YaHei, sans-serif;
}

.clear {
	clear: both;
}

select {
	background-color: transparent;
	border-color: transparent;
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background:;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right:;
	outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

.box {
	width: 100%;
	padding: 0;
	margin: 0;
}

.banner {
	width: 100%;
	height: 500px;
	margin-bottom: 1px;
	position: relative;
}

.cont_01 {
	width: 1100px;
	margin: auto;
}

.top_li_l {
	float: left;
	height: 50px;
	line-height: 50px;
}

.top_li_l a {
	height: 50px;
	line-height: 50px;
}

.logo_img {
	height: 30px;
	margin-right: 18px;
	margin-top: 10px;
}

.top_li_r {
	float: right;
	height: 50px;
	line-height: 50px;
}

.top_li_r a {
	color: #fff;
}

.top_li_r li {
	float: right;
	color: #fff;
	font-size: 15px;
	margin-left: 40px;
}

.top_li_r span {
	padding: 2px 20px;
	background: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
}

.head_reg a span {
	color: #1E90F3;
	background: #fff;
}

.li_a:hover {
	border-bottom: 2px solid #fff;
}

.on {
	border-bottom: 0px solid #fff;
}

.banner_cont {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 50%;
	margin-left: -550px;
}

.x_menu {
	width: 100%;
	/* height: 100%; */
	background: rgba(226, 61, 14, .9);
	display: block;
	z-index: 88889;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.x_menu_li {
	width: 92%;
	padding: 2% 4%;
	line-height: 100px;
	font-size: 5vw;
}

.top_li_r .menu_button {
	position: fixed;
	top: 36px;
	right: 4%;
	display: block;
	background: none;
	border: 0;
	outline: none;
}

.icon-bar {
	width: 50px;
	height: 2px;
	display: none;
	margin-bottom: 20px;
	background: #fff;
}

.main_image {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.main_image ul {
	width: 9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 888;
}

.main_image li {
	float: left;
	width: 100%;
	height: 500px;
}

.main_image li span {
	
}

.main_image li a {
	
}

.main_image li img {
	
}

div.flicking_con {
	width: 20%;
	margin: 0 auto;
	height: 6px;
	z-index: 9999;
	margin-top:470px;
	position:absolute;
	left:40%;
	opacity:0.6;
	filter:alpha(opacity=50); /* 针对 IE8 以及更早的版本 */
}

div.flicking_con a {
	float: left;
	width: 20%;
	height: 6px;
	margin: 0;
	padding: 0;
	background: #fff;
	display: block;
	text-indent: -1000px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	z-index: 9999;
}

div.flicking_con a.on {
	background: #fc454f;
	height:6px;
	padding:0px;
}

#btn_prev,#btn_next {
	z-index: 11;
	position: absolute;
	display: block;
	width: 0px !important;
	height: 0px !important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev {
	
}

#btn_next {
	
}

.news{
	background:#fff;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#333;
	text-align:center;
}
.b_li {
	width: 1100px;
	margin: 0px auto;
}

.b_li li {
	width: 16.666%;
	float: left;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.c_li {
	width: 1100px;
	margin: 0px auto;
}

.c_li li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.cj_div {
	width: 120px;
	height: 120px;
	border-radius: 100px;
	background: #000;
	margin: 0 auto;
}

.cj_div img {
	width: 60px;
	height: 60px;
	margin: 30px;
}

.cj_txt {
	text-align: center;
	margin-top: 10px;
}

.card {
	height: 400px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.zl {
	background: #f3f3f3;
}
.zl_ul ul{
	height:300px;
	background: #f3f3f3;
}
.cj{
	height:460px;
}


.kq {
	border-radius: 10px;
	border: 1px solid #efefef;
	box-shadow: 0 0 8px #eee;
	width: 80%;
	height: 250px;
	margin-left: 10%;
	padding-bottom: 10px;
	background: #fff;
}

.kq img {
	width: 40%;
	margin: 30px 30%;
}

.kq_title {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.kq_cont {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

.cj li {
	margin-bottom: 30px;
}

.xhb li {
	width: 20%;
}

.xhb li img {
	width: 160px;
	height: 90px;
}

.b_li li:nth-child(4) {
	border-right: 0;
}

.bot_reg {
	background: #1E90F3;
	height: 120px;
	width: 100%;
	line-height: 120px;
	text-align: center;
	font-size: 21px;
	font-family: "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
}

.newbut {
	width: 120px;
	height: 30px;
	border-radius: 2px;
	background: #fff;
	color: #1E90F3;
	font-size: 16px;
	font-family: "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
	border: 0px;
	margin-left: 30px;
}

.wf {
	background: #30343F;
	height: 500px;
	width: 100%;
	padding-top: 2px;
	color: #fff;
}

.wf_title {
	text-align: center;
	margin-top: 50px;
	font-size: 28px;
	font-family: "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
}

/****    TAB     ***/
#wfmain {
	width: 1000px;
	margin: 50px auto;
}

#wftab {
	overflow: hidden;
	border-bottom: 3px solid #888;
}

#wftab li {
	float: left;
	color: #fff;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	width: 11%;
	text-align: center;
	margin-bottom: 20px;
}

#wftab li.showed {
	background: #1E90F3;
	border-radius: 2px;
}

#wfcontents {
	border-top-width: 0;
}

#wfcontents ul {
	line-height: 150px;
	display: none;
	margin: 0 30px;
	padding: 10px 0;
}

/****    TAB END   ***/
.wf_xtitle {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.wf_xinst {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	height: 60px;
}

.wf_xico {
	margin-top: 50px;
	display: block;
	height: 80px;
	display: block;
}

.wf_xico_func {
	width: 100px;
	float: left;
	margin-right: 30px;
}

.wf_xico_func img {
	margin-left: 30px;
}

.wf_xico_name {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 13px;
}

.al li .al_box {
	width: 158px;
	height: 158px;
	border: 1px solid #eee;
	border-radius: 10px;
}

.al_box_img {
	border-radius: 10px;
}

.al li .al_box span {
	border: 1px solid #eee;
}

.al_box img {
	width: 98px;
	border-radius: 10px;
	margin: 30px;
}

.al_title {
	font-size: 18px;
	color: #000;
	height: 32px;
	line-height: 30px;
	font-weight: bold;
}

.al_type {
	font-size: 16px;
	color: #000;
	height: 28px;
	line-height: 28px;
}

.al_instru {
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

.al_detail {
	font-size: 12px;
	margin-top: 20px;
}

.al_detail a {
	color: #1C91F1;
}

.wd {
	background: #f5f5f5;
	background: url(../images/index/sjaq_bg.png);;
	height: 600px;
	width: 100%;
	padding-top: 2px;
	color: #fff;
	text-align: center;
}

.wd_title {
	text-align: center;
	margin-top: 50px;
	font-size: 28px;
	font-family: "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
	color: #212121;
}

.wd_reg {
	width: 120px;
	height: 32px;
	border-radius: 2px;
	background: #1E90F3;
	color: #fff;
	font-size: 16px;
	font-family: "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
	border: 0px;
	margin: 20px auto;
}

.wd_content {
	display: block;
	height: 80px;
	width: 900px;
	margin: 40px auto;
}

.wd_content_func {
	width: 25%;
	float: left;
}

.wd_content_num {
	color: #1E90F3;
	font-size: 42px;
}

.wd_content_name {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #212121;
	fotn-size: 18px;
}

.wd_banner {
	height: 100px;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	background: #fff;
}

.wd_banner_left {
	width: 680px;
	float: left;
}

.wd_banner_title {
	margin: 20px 0 0 30px;
	font-size: 20px;
	color: #212121;
}

.wd_banner_content {
	margin: 12px 0 0 30px;
	font-size: 13px;
	color: #212121;
}

.wd_banner_ico {
	border: 0px;
	float: right;
	width: 60px;
	height: 60px;
	margin: 20px;
	display: block;
}

.wsc {
	width: 900px;
	margin: 0px auto;
}

.wsc_left {
	width: 50%;
	display: block;
	float: left;
}

.wsc_right {
	width: 50%;
	display: block;
	float: left;
}

.wsc_title {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin-top: 40px;
}

.wsc_content {
	font-size: 13px;
	color: #666;
	margin-top: 6px;
}

.wsc_right img {
	width: 400px;
	margin-left: 50px;
}

.wsc_left img {
	width: 400px;
}

.wsc_right div {
	padding-left: 100px;
}

.banner_new {
	width: 100%;
	height: 60px;
	background: url(../images/bbg.png);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 60px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	whitewhite-space: nowrap;
}

.new {
	padding: 6px;
	background: #ce0c02;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 16px;
	font-size: 16px;
	font-weight: bold;
}

.banner_new a {
	color: #fff;
	font-size: 18px;
}

.banner_new a:hover {
	text-decoration: underline;
}

.banner_f {
	font-size: 42px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}

.banner_g {
	margin-top: 5px;
	font-size: 24px;
	color: #ddd;
}

.banner_h {
	font-size: 16px;
	color: #ddd;
	margin-top: 10px;
	text-align: left;
}

.banner_an {
	margin-top: 180px;
	width: 200px;
	height: 50px;
	/* background: #3f4042; */
	background: none;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border: 1px #fff solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	/* box-shadow: 0 6px 30px 0 rgba(30, 29, 25, .6); */
}

.banner_an:hover {
	background: #fff;
	color: #1E90F3;
}

.main_title {
	text-align: center;
	font-size: 28px;
	font-family: "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
	color: #333;
}

.sec_title {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 14px;
	font-family: "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
	color: #666;
	margin-bottom: 50px;
}

.w01_li li {
	width: 33.333%;
	float: left;
	text-align: center;
	margin-bottom: 130px;
}

.w01_li li img {
	display: block;
	margin: auto;
	margin-bottom: 36px;
}

.w01_li li h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 24px;
}

.w01_li li p {
	font-size: 14px;
	color: #000;
}

.w02_li li {
	width: 33.333%;
	padding-bottom: 33.333%;
	float: left;
	position: relative;
	overflow: hidden;
}

.w02_li li span {
	width: 90%;
	height: 50%;
	padding-top: 50%;
	display: block;
	font-size: 26px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 5%;
	text-align: center;
	z-index: 2;
}

.w02_li li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.w02_li li a {
	display: block;
	width: 100%;
	height: 100%;
}

.w02_li li:hover img {
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
	transition: all .2s ease-in .1s;
	-webkit-transition: all .2s ease-in .1s;
	-moz-transition: all .2s ease-in .1s;
	-ms-transition: all .2s ease-in .1s;
	-o-transition: all .2s ease-in .1s;
}

.redbg {
	width: 100%;
	background: #bf0c05 url(../images/bbg2.jpg) center bottom no-repeat;
	position: relative;
}

.w_bg {
	width: 100%;
	height: 326px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.w03_li li {
	width: 231.5px;
	padding: 60px 0 30px 0;
	float: left;
	text-align: center;
	margin-bottom: 156px;
	background: #fff;
	margin-right: 18px;
}

.w03_li li:nth-child(4) {
	margin-right: 0;
}

.w03_li li img {
	margin-bottom: 46px;
}

.w03_li li h4 {
	font-size: 20px;
	color: #515151;
	margin-bottom: 14px;
}

.w03_li li p {
	font-size: 13px;
	color: #515151;
}

.bottom {
	width: 100%;
	background: #343434;
	padding-bottom: 30px;
}

.bottom_l {
	float: left;
	padding-top: 20px;
	padding-left: 160px;
	color: #fff;
}

.bottom_l h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
}

.bottom_l p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 16px;
	font-weight: normal;
}

.bottom_l h2 {
	font-size: 25px;
	color: #fff;
}

.bottom_r {
	float: right;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 30px;
	padding-right: 160px;
	margin-bottom: 60px;
}

.bottom_r img {
	height: 46px;
	vertical-align: middle;
	margin-right: 12px;
}

.bottom_r p {
	font-size: 14px;
	color: #a8a8a8;
	font-weight: normal;
	line-height: 36px;
	padding-top: 34px;
}

.bottom_m {
	width: 100%;
	text-align: center;
}

.bottom_m h4 {
	font-size: 13px;
	color: #fff;
	margin-bottom: 16px;
	font-weight: normal;
}

.bottom_m h4 a {
	color: #fff;
}

.bottom_m p {
	font-size: 13px;
	color: #9f9f9f;
	margin-bottom: 8px;
	font-weight: normal;
}

.icp a:link {
	color: #9f9f9f;
}

.icp a:visited {
	color: #9f9f9f;
}

.icp a:hover {
	color: #9f9f9f;
}

.icp a:active {
	color: #9f9f9f;
}

.l_cont {
	width: 980px;
	height: 363px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -140px;
	margin-left: -490px;
}

.l_cont2 {
	width: 980px;
	height: 445.5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -490px;
}

.l_cont3 {
	width: 980px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -130px;
	margin-left: -490px;
}

.l_logo {
	width: 104px;
	height: 104px;
	background: #fff;
	-moz-border-radius: 53px;
	-webkit-border-radius: 52px;
	border-radius: 52px;
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: -52px;
	z-index: 4;
}

.l_logo img {
	display: block;
	width: 60px;
	margin: auto;
	padding-top: 20px;
}

.login_k {
	width: 350px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: auto;
	position: relative;
}

.login_k2 {
	width: 350px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: auto;
	position: relative;
	padding-top: 60px;
}

.login_k2 h3 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: normal;
}

.l_t_logo {
	width: 100%;
}

.l_t_logo img {
	height: 32px;
}

.main {
	width: 100%;
	margin: auto;
	padding-top: 10px;
}

.tab {
	overflow: hidden;
	margin: auto;
	position: relative;
	width: 100%;
	height: 42px;
	background: #fff;
	cursor: pointer;
	z-index: 3;
}

.tab li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	z-index: 5;
}

.tab li.on {
	border-bottom: 2px solid #ce0c02;
	color: #ce0c02
}

.con {
	width: 100%;
	background: #fff;
	z-index: 2;
	padding: 16px 0;
	height: 260px;
	overflow: hidden;
}

.l_li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}

.l_li .k1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: none;
	font-size: 12px;
}

.l_li .k2 {
	width: 70%;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: none;
	font-size: 12px;
	float: left;
}

.l_li span {
	width: 26%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	float: right;
	text-align: right;
	color: #d90c00;
}

.l_li span img {
	width: 78px;
	margin-top: 10px;
}

.an1 {
	width: 100%;
	height: 38px;
	background: #ce0c02;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-top: 10px;
	cursor: pointer;
	margin-bottom: 14px;
}

.r_f {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.r_f a {
	text-decoration: underline;
	color: #3399ff;
}

.l_ewm {
	width: 126px;
	height: 126px;
	display: block;
	padding-top: 24px;
	margin: auto;
	margin-bottom: 24px;
}

.l_li2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
	font-size: 14px;
}

.l_li2 .k3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: none;
	font-size: 12px;
	float: left;
}

.l_li2 .k4 {
	width: 198px;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: none;
	font-size: 12px;
	float: left;
}

.l_li2 .k5 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: none;
	font-size: 12px;
	float: left;
}

.yzm2 {
	float: right;
	width: 90px;
	height: 30px;
	display: block;
	background: #3d86ff;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	whitewhite-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.l_b {
	text-align: center;
	color: #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	padding-top: 16px;
}

.an2 {
	width: 100%;
	height: 38px;
	background: #ce0c02;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 14px;
	cursor: pointer;
	margin-bottom: 16px;
}

.l_f {
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
	font-weight: normal;
}

.an3 {
	width: 100%;
	display: block;
	margin: auto;
	height: 38px;
	background: #ce0c02;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 40px;
	cursor: pointer;
}

.bu_t {
	text-align: center;
	font-size: 30px;
	color: #272727;
	margin-bottom: 70px;
	font-weight: normal;
}

.bu_li {
	padding-top: 70px;
}

.bu_li li {
	width: 33.3333%;
	float: left;
}

.bu_li li img {
	display: block;
	margin: auto;
	margin-bottom: 40px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.bu_li li h4 {
	font-size: 26px;
	color: #272727;
	text-align: center;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	whitewhite-space: nowrap;
}

.bu_li li p {
	font-size: 21px;
	color: #8e8e8e;
	line-height: 34px;
	text-align: center;
	font-weight: normal;
	height: 70px;
	overflow: hidden;
}

.bu_li li:hover h4 {
	color: #ce0c02;
}

.u_li {
	padding: 0 3%;
}

.u_li li {
	width: 29.3333%;
	float: left;
	margin-right: 6%;
	-moz-box-shadow: 0px 1px 16px #e9e9e9;
	-webkit-box-shadow: 0px 1px 16px #e9e9e9;
	box-shadow: 0px 1px 16px #e9e9e9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 60px;
}

.u_li li:nth-child(3n) {
	margin-right: 0;
}

.u_li li img {
	display: block;
	margin: auto;
	margin-bottom: 50px;
}

.u_li li h4 {
	font-size: 28px;
	color: #272727;
	text-align: center;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	whitewhite-space: nowrap;
}

.u_img {
	position: relative;
	width: 100%;
	height: 288px;
	overflow: hidden;
}

.u_img img {
	width: 100%;
	height: 288px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.u_li li:hover img {
	transform: scale(1.4);
	-ms-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
}

.u_img h5 {
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 210px;
	text-align: center;
	padding-top: 120px;
	z-index: 3;
	background: url(../images/ubg.png);
}

.u_img h5 span {
	font-size: 14px;
	color: #fff;
	display: block;
	margin: auto;
	padding-top: 14px;
	font-weight: normal;
	letter-spacing: 8px;
}

.u_li li h4 {
	width: 100%;
	height: 90px;
	line-height: 90px;
}

.u_li li h4 span {
	padding: 8px 20px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #ce0c02;
}

.u_li li h4 span:hover {
	background: #ed170c;
}

.banner2_f {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
}

.banner2_f span {
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding-top: 10px;
	letter-spacing: 4px;
}

.main2 {
	width: 100%;
	margin: auto;
	-moz-box-shadow: 0px 1px 16px #e9e9e9;
	-webkit-box-shadow: 0px 1px 16px #e9e9e9;
	box-shadow: 0px 1px 16px #e9e9e9;
	margin-bottom: 120px;
}

.tab2 {
	overflow: hidden;
	margin: auto;
	position: relative;
	width: 100%;
	height: 90px;
	background: #f0f2f5;
	cursor: pointer;
	z-index: 3;
	position: absolute;
	left: 0;
	top: -50px;
}

.tab2 li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 33.333333333%;
	text-align: center;
	line-height: 90px;
	font-size: 20px;
	z-index: 5;
	color: #4a4949;
}

.tab2 li.on {
	color: #ce0c02;
	background: #fff;
	height:90px;
}

.con2 {
	width: 100%;
	background: #fff;
	z-index: 2;
	overflow: hidden;
	padding-top: 80px;
}

.lx_cont {
	width: 640px;
	padding: 0 0 70px 0;
	margin: auto;
}

.lx_cont h2 {
	font-size: 22px;
	color: #ce0c02;
	margin-bottom: 32px;
	padding-top: 50px
}

.lx_cont h2 span {
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 10px;
}

.lx_cont p {
	font-size: 15px;
	color: #4a4949;
	line-height: 28px;
	margin-bottom: 24px;
}

.lx_cont h4 {
	width: 50%;
	float: left;
	font-size: 16px;
	color: #4a4949;
	line-height: 30px;
}

.lx_cont h4 span {
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 10px;
}

.lx_cont h3 {
	width: 50%;
	float: left;
	font-size: 22px;
	color: #4a4949;
	line-height: 30px;
	font-weight: normal;
}

.lx_cont h3 span {
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 10px;
}

.lx_ewm_k {
	padding-top: 80px;
}

.lx_ewm_k img {
	width: 99px;
	height: 99px;
	float: left;
}

.ewm02 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	float: left;
	margin-left: 24px;
	padding-top: 20px;
}

.ewm02 span {
	font-size: 20px;
	color: #4a4949;
	font-weight: normal;
	display: block;
	padding-top: 20px;
}

.jr_cont {
	width: 640px;
	padding: 0 0 70px 0;
	margin: auto;
}

.jr_cont h2 {
	font-size: 26px;
	color: #4a4849;
	margin-bottom: 20px;
	padding-top: 50px
}

.jr_cont p {
	font-size: 15px;
	color: #4a4949;
	line-height: 30px;
	margin-bottom: 22px;
}

.gy_cont {
	width: 82%;
	padding: 50px 0 0 0;
	margin: auto;
}

.gy_cont h2 {
	font-size: 28px;
	color: #6e6e6e;
	padding-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.gy_cont p {
	font-size: 20px;
	color: #6e6e6e;
	line-height: 32px;
	text-align: center;
}

.gy_cont img {
	height: 206px;
}

.gyli01 {
	width: 100%;
	margin-bottom: 70px;
}

.gyli01_l {
	width: 50%;
	float: left;
	overflow: hidden;
}

.gyli01_r {
	width: 50%;
	float: left;
	overflow: hidden;
}

.cont_top {
	color: #010101;
}

.cont_top .li_a a {
	color: #010101;
}

.cont_top .li_a:hover {
	border-bottom: 2px solid #ce0c02;
}

.cont_top .on {
	border-bottom: 2px solid #ce0c02;
}

.cont_k {
	padding: 70px 0;
}

.cont_k h4 {
	font-size: 28px;
	color: #000;
	margin-bottom: 38px;
	font-weight: normal;
}

.cont_k h5 {
	font-size: 14px;
	color: #4a4949;
	margin-bottom: 24px;
	font-weight: normal;
}

.cont_k p {
	font-size: 15px;
	color: #4a4949;
	line-height: 28px;
	margin-bottom: 32px;
	text-indent: 2em;
}

.cont_k img {
	display: block;
	margin: auto;
	margin-bottom: 32px;
	max-width: 1000px;
}

.news_li {
	margin-bottom: 70px;
	overflow: hidden;
}

.news_li_l {
	width: 200px;
	float: left;
}

.news_li_r {
	width: 950px;
}

.news_li_l h6 {
	font-size: 15px;
	color: #a4a4a4;
	font-weight: normal;
}

.news_li_l h5 {
	font-size: 40px;
	color: #a4a4a4;
}

.news_li_r h1 {
	color: #000;
	margin-bottom: 40px;
	text-align: center;
}

.news_li_r h3 {
	font-size: 16px;
	color: #4a4949;
	margin-bottom: 30px;
	text-align: center;
}

.news_li_r p {
	font-size: 15px;
	color: #4a4949;
	line-height: 26px;
	/* position: relative; */
	/* max-height: 110px; */
	overflow: hidden;
}

.news_li_r p::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 40px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}

.news_li_r:hover h3 {
	color: #ce0c02;
}

.help_k {
	padding: 60px 0 180px 0;
}

.help_l {
	min-width: 180px;
	width: 20%;
	float: left;
}

.help_r {
	width: 70%;
	float: left;
	margin-left: 5%;
}

.help_s {
	width: 550px;;
	height: 40px;
	background: #eeeeee url(../images/ss.png) no-repeat left center;
	background-size: 26px;
	border: 0;
	outline: none;
	margin: 30px auto;
	padding-left: 40px;
	padding-right: 10px;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
}

.help_x {
	-moz-box-shadow: 0px 1px 16px #e9e9e9;
	-webkit-box-shadow: 0px 1px 16px #e9e9e9;
	box-shadow: 0px 1px 16px #e9e9e9;
	padding: 0 14px;
}

.list_dt {
	background: #fff;
	color: #373737;
	font-size: 15px;
	width: 100%;
	padding: 0 40px 0 20px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border-top: 1px solid #d2d2d2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	whitewhite-space: nowrap;
}

.list_dt:first-child {
	border-top: 0;
}

.list_dt:hover {
	background: #fff;
}

#open {
	background: #fff;
}

.list_dt_icon {
	position: absolute;
	right: 0px;
	top: 9px;
	display: block;
	width: 16px;
	height: 34px;
	background: url(../images/open.png) no-repeat center right;
	background-size: 12px;
}

#open .list_dt_icon {
	background: url(../images/off.png) no-repeat center right;
	background-size: 12px;
}

.list_dd {
	display: none;
}

.list_li {
	background: #fff;
	list-style-type: none;
	color: #8d8d8d;
	width: 100%;
	padding-left: 35px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	whitewhite-space: nowrap;
}

.list_li:hover {
	background: #f6f6f6;
}

.help_r h2 {
	font-size: 22px;
	color: #4a4949;
	margin-bottom: 10px;
}

.help_li {
	border-bottom: 1px solid #d2d2d2;
	padding: 18px 0;
}

.help_li h4 {
	font-size: 15px;
	color: #4a4949;
	margin-bottom: 10px;
}

.help_li h5 {
	font-size: 12px;
	color: #8d8d8d;
	font-weight: normal;
}

.help_li h5 span {
	margin-left: 10px;
}

.help_li:hover h4 {
	color: #ce0c02;
}