@charset "utf-8";
/* CSS Document */
/*重置样式*/
body,img,input,ul,li,h1,h2,h3,h4,h5,h6,p{
	font-family:微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	margin:0;
	padding:0;
	display:block;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
}
@font-face {
	font-family:HarmonyOS Sans SC;
	src:url(../fonts/HarmonyOSSansSC);
	/* IE9+  HTML节点的lang="en" 记得去掉，不然会谷歌浏览器会自动翻译导致字体不正确 */
}	
a{
	color: #666666;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none
}
a:hover{
	text-decoration:none;
	}

.color{
	color: #0f67b0;
	background-color: #0f67b0
}
.width1480{
	width: 1480px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top168{
	margin-top: 168px;
}
.top125{
	margin-top: 125px;
}
.header{
	height: 168px;
	background-color: #f5f6f7;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
    box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 11;
}
.header2{
	height: 125px;
	background-color: #f5f6f7;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
    box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 15%);
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	z-index: 11;
}
.header_top{
	display: flex;
	justify-content: space-between;
}
.header_topnav{
	display: flex;
	justify-content: center;
	height: 40px;
}
.header_topnav li{
}
.header_topnav li a{
	color: #666666;
	font-size: 14px;
	margin-right: 30px;
	line-height: 40px;
}
.header_topnav li a:hover{
	color: #fd5e37;
}
.header_toplab{
	display: flex;
	justify-content: center;
}
.header_Gart{
	position: relative;
	margin-right: 40px;
}
.header_Gart i{
	display: block;
	width: 20px;
	height: 18px;
	background-image: url(../img/icon_Cart.png);
	margin-top: 11px;
}
.header_Gart span{
	display: block;
	position: absolute;
	right: -8px;
	top: 4px;
	color: white;
	background-color: #fd5e37;
	line-height: 16px;
	border-radius: 8px;
	padding: 0 4px;
	font-size: 12px;
}
.header_timg{
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.header_timg img{
	display: block;
	width: 28px;
	height: 28px;
	margin-left: 6px;
	margin-top: 6px;
	border-radius: 50%;
	background-image: url(../img/login_img.png);
	background-size: 28px 28px;
}
.header_timg i{
	position: absolute;
	right: 0px;
	top: 4px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fd5e37;
}
.header_timg_ul{
	transform:scaleY(0);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
	position: absolute;
	top: 40px;
	right: 0;
	background-color: white;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 10%);
	box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 10%);
}
.header_timg_ulcur{
	transform:scaleY(1);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
}
.header_timg_ul li{
	width: 100px;
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
	padding-left: 15px;
	line-height: 40px;
	position: relative;
	border-top: 1px solid rgba(0,0,0,.05);
	display: flex;
	justify-content:flex-start;
	position: relative;
}
.header_timg_ul li:first-child{
	border-top: none;
}
.header_timg_ul li:hover{
	background-color:rgba(0,0,0,.05);
}
.header_timg_ul>li>a{
	color: #666666;
}
.header_timg_ul>li>span{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-top: 10px;
	background-color: #fd5e37;
}

.header_box{
	height: 128px;
	background-color: white;
}
.header_box2{
	height: 85px;
	background-color: white;
}
.header_div{
	display: flex;
	justify-content: space-between;
}
.header_left{
	
}
.header_logo{
	display: flex;
	justify-content:flex-start;
	margin-top: 20px;
}
.header_logo i{
	display: block;
	width: 1px;
	height: 20px;
	margin: 10px 10px 0 10px;
	background-color: #fd5e37;
}
.header_logo span{
	font-size: 14px;
	font-weight: bold;
}
.header_kct{
	width: 288px;
	height: 48px;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-image: url(../img/kc_img.png);
}
.header_kct i{
	width: 28px;
	height: 28px;
	margin-top: 10px;
	margin-right: 6px;
	background: url(../img/icon-big-list.png) center no-repeat;
}
.header_cant{
	
}
.search{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 440px;
	margin: 20px auto 0;
}
.search_tog{
	width: 80px;
	line-height: 42px;
	border: 1px solid #fd5e37;
	border-radius: 4px 0 0 4px;
	border-right: none;
	position: relative;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
}
.search_tog span{
	font-size: 14px;
	color: #333333;
}
.search_tog i{
	width: 10px;
	height: 5px;
	margin-top: 18px;
	margin-left: 4px;
	display: block;
	background-image: url(../img/icon_v.png);
}
.search_tog ul{
	transform:scaleY(0);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
	position: absolute;
	left: 0;
	top: 42px;
	width: 80px;
	border-radius: 4px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 10%);
	box-shadow: 0 0 10px 0 rgb(15, 103, 176 , 10%);
}
.search_tog .cur{
	transform:scaleY(1);
	transition: transform .3s,opacity .3s,filter .3s;
	transform-origin: 0 0;
}
.search_tog ul li{
	color: #333333;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.search_tog ul li:first-child{
	border-top: none;
}
.search_tog ul li:hover{
	color: #333333;
	background-color: rgba(0,0,0,0.05);
}
.search_box{
	width: 280px;
	line-height: 42px;
	border: 1px solid #fd5e37;
	position: relative;
}
.search_box input{
	width: 280px;
	height: 42px;
	border: none;
	color: #666666;
	padding-left: 35px;
	box-sizing: border-box;
	outline: none;
}
.search_box i{
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	margin: 12px 0 0 10px;
	background-image: url(../img/icon_search.png);
}
.search_btn{
	width: 80px;
	height: 44px;
	font-size: 16px;
	color: white;
	border-radius: 0 4px 4px 0;
	background-color: #fd5e37;
	border: none;
	cursor: pointer;
	outline: none;
}
.header_nav{
	display: flex;
	justify-content: center;
	line-height: 48px;
	margin-top: 18px;
}
.header_nav li{
	font-size: 16px;
	color: #333333;
}
.header_nav li a{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 0 25px;
	cursor: pointer;
}
.header_nav li a:hover{
	color: #fd5e37;
}


.header_qr img{
	width: 80px;
	height: 80px;
	margin-top: 15px;
}
.header_qr span{
	display: block;
	font-size: 14px;
	text-align: center;
}


/*产品轮播*/
.banner{
	width: 100%;
	height: 420px;
	position: relative;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}
.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.banner_fun{
	width: 288px;
	height: 530px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -740px;
	background-color: white;
	z-index: 10;
}
.banner_li{
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
}
.banner_li h1{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}
.banner_li_lab{
	overflow: hidden;
}
.banner_li_lab *{
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	float: left;
	margin-top: 10px;
}
.banner_li_lab a:hover{
	color: #fd5e37;
}
.banner_li_lab span{
	padding: 0 10px;
	color: #999999;
}
.banner_more{
	display: block;
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 16px;
}
.banner_data{
	position: absolute;
	right: 50%;
	top: 20px;
	width: 240px;
	padding-bottom: 20px;
	margin-right: -740px;
	background-color: white;
	border-radius: 6px;
	z-index: 10;
}
.banner_tx{
	width: 80px;
	height: 80px;
	margin: 20px auto 0;
	border-radius: 50%;
	background-image: url(../img/login_img.png);
}
.banner_name{
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}
.banner_btn{
	display: block;
	width: 160px;
	height: 32px;
	font-size: 14px;
	text-align: center;
	color: white;
	margin: 15px auto 0;
	background-color: #fd5e37;
	border-radius: 16px;
	border: none;
	outline: none;
	cursor: pointer;
}
.banner_btn:hover{
	opacity: .9;
}
.banner_dsf{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}
.banner_dsf_icon{
	width: 160px;
	display: flex;
	justify-content: space-between;
	margin: 10px auto 0;
	cursor: pointer;
}
.banner_dsf_icon img{
	display: block;
	width: 38px;
	height: 38px;
}
.banner_dsf_icon:hover{
	opacity: .9;
}
.banner_h3{
	display: flex;
	justify-content: center;
	width: 200px;
	margin: 15px auto 0;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,0.1);
	color: #fd5e37;
	font-size: 16px;
	line-height: 22px;
}
.banner_h3 i{
	width: 21px;
	height: 21px;
	background-image: url(../img/icon_gift.png);
	margin-right: 6px;
}
.banner_p{
	width: 160px;
	margin: 6px auto 0;
	color: #666666;
	font-size: 14px;
}
.banner_p span{
	color: #fd5e37;
}
.in_mod{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.in_mod_bannera{
	width: 640px;
	height: 88px;
	overflow: hidden;
	display: block;
}
.in_mod_modk{
	width: 245px;
	height: 88px;
	margin-left: 20px;
	overflow: hidden;
}
.in_mod_moda{
	background-image: url(../img/mok_img2.png);
}
.in_mod_modb{
	background-image: url(../img/mok_img1.png);
}
.in_mod_modk h1{
	color: white;
	font-weight: bold;
	font-size:18px;
	margin-top: 15px;
	margin-left: 20px;
}
.in_mod_modk i{
	display: block;
	width: 30px;
	height: 2px;
	margin: 7px 0 7px 20px;
	background-color: white;
}
.in_mod_modk p{
	color: white;
	font-size:14px;
	margin-left: 20px;
	padding-right: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_mian{
	margin-top: 40px;
	background-color: white;
}
.in_mian2{
	margin-top: 40px;
}
.in_tit{
	height: 28px;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin-bottom: -15px;
}
.in_tit_h1{
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
.in_tit_ul{
	float: left;
	display: flex;
	justify-content: center;
	margin-left: 20px;
	margin-top: 3px;
}
.in_tit_ul li{
	line-height: 14px;
	padding: 0 15px;
	position: relative;
	cursor: pointer;
}
.in_tit_ul li a{
	color: #666666;
	font-size: 14px;
}
.in_tit_ul .cur a{
	color: #fd5e37;
	font-weight: bold;
	font-size: 14px;
}
.in_tit_ul li i{
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 20px;
	height: 3px;
	margin-left: -10px;
	border-radius: 1.5px;
	background-color: #fd5e37;
	display: none;
}
.in_tit_ul .cur i{
	display: block;
}
.in_tit_more {
	float: right;
	font-size: 12px;
	color: #666666;
}
.in_hot{
	overflow: hidden;
	display: flex;
	margin: 25px 20px 0 20px;
	justify-content: space-between;
}
.in_hot2{
	overflow: hidden;
	margin: 25px 20px 0 20px;
}
.in_hot3{
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 30px;
	background-color: white;
}
.in_list{
	width: 272px;
	overflow: hidden;
	cursor: pointer;
}
.in_ulli{
	width: 860px;
	float: right;
	overflow: hidden;
}
.in_list2{
	float: left;
	width: 260px;
	margin-left: 20px;
	margin-top: 30px;
	overflow: hidden;
	background-color: white;
	cursor: pointer;
}
.in_list3{
	float: left;
	width: 272px;
	margin-left: 20px;
	margin-top: 30px;
	cursor: pointer;
}
.in_list_img{
	display: block;
	width: 100%;
	height: 170px;
	margin: 0 auto 0;
	transition: .4s;
}
.in_list_img2{
	display: block;
	width: 100%;
	height: 160px;
	margin: 0 auto 0;
	transition: .4s;
}
.in_limg_img{
	display: block;
	width: 230px;
	height: 150px;
	margin: 20px auto 20px;
	transition: .4s;
}
.in_list_h1{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 0;
	line-height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_list_h1:hover{
	color: #fd5e37;
}
.in_list_lab{
	padding: 20px 15px 0;
	display: flex;
	justify-content: flex-start;
}
.in_list_lab span{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.in_list_lab i{
	color: #CCCCCC;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
}
.in_list_lab label{
	display: block;
	color: white;
	padding: 0 6px;
	background-color:#43b53e;
	font-size: 12px;
	line-height: 24px;
	margin-left: 4px;
}
.in_list_name{
	padding: 20px 15px 0;
	display: flex;
	justify-content: flex-start;	
}
.in_list_nalab{
	margin-right: 10px;
	display: flex;
	justify-content: center;
}
.in_list_nalab img{
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.in_list_nalab span{
	color: #333333;
	font-size: 12px;
	margin-left: 6px;
	line-height: 28px;
}
.in_list_but{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 20px 15px;
	border-top: 1px solid #e5e5e5;
	line-height: 16px;
}
.in_list_but2{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 10px 15px 0;
	border-top: 1px solid #e5e5e5;
	line-height: 16px;
}
.in_list_but span,.in_list_but2 span{
	color: #999999;
	font-size: 12px;
}
.in_list_but label,.in_list_but2 label{
	color: #fd5e37;
	font-size: 16px;
	font-weight: bold;
}
.in_column{
	display: flex;
	justify-content: space-between;
}
.in_column_l{
	width: 1180px;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: white;
}
.in_limg{
	float: left;
	width: 300px;
	height: 440px;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 30px;
}
.in_limg_icon{
	display: block;
	width: 230px;
	height: 22px;
	margin: 20px auto 20px;
	background: url(../img/in_limg_icon.png) center no-repeat;
}
.in_limg1{
	background-image: -moz-linear-gradient( 90deg, rgb(211,255,218) 0%, rgb(18,155,150) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(211,255,218) 0%, rgb(18,155,150) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(211,255,218) 0%, rgb(18,155,150) 100%);
}
.in_limg2{
	background-image: -moz-linear-gradient( 90deg, rgb(211,240,255) 0%, rgb(109,112,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(211,240,255) 0%, rgb(109,112,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(211,240,255) 0%, rgb(109,112,255) 100%);
}
.in_limg3{
	background-image: -moz-linear-gradient( 90deg, rgb(255,233,211) 0%, rgb(247,84,84) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,233,211) 0%, rgb(247,84,84) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,233,211) 0%, rgb(247,84,84) 100%);
}
.in_limg4{
	background-image: -moz-linear-gradient( 90deg, rgb(240,211,255) 0%, rgb(130,109,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(240,211,255) 0%, rgb(130,109,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(240,211,255) 0%, rgb(130,109,255) 100%);
}
.in_limg5{
	background-image: -moz-linear-gradient( 90deg, rgb(220,211,255) 0%, rgb(229,90,162) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(220,211,255) 0%, rgb(229,90,162) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(220,211,255) 0%, rgb(229,90,162) 100%);
}






.in_limg_h1 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.in_limg_lab{
	width: 230px;
	display: flex;
	margin: 15px auto 0;
	justify-content: space-between;
}
.in_limg_lab span{
	width: 100px;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	background-color: rgba(0,0,0,.1);
}


.in_column_r{
	width: 280px;
	background-color: white;
}
.in_column_ra{
	width: 280px;
	padding-top: 30px;
}
.in_column_raul{
	display: flex;
	justify-content: space-between;
	padding: 0px 20px;
}
.in_column_raul li{
	width: 80px;
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.in_column_raul li a{
	color: #666666;
}
.in_column_raul li img{
	width: 50px;
	height: 50px;
	margin: 0 auto 4px;
}
.in_column_rb{
	padding-top: 25px;
	width: 280px;
}
.in_column_rgift{
	width: 70px;
	height: 60px;
	display: block;
	margin: 0 auto 0;
}
.in_column_rh1{
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	text-align: center;
	margin-top: 10px;
}
.in_column_rp{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.in_column_rp span{
	color: #fd5e37;
}
.in_column_rqr{
	display: block;
	width: 100px;
	height: 100px;
	margin: 15px auto 0;
}
.in_column_rspan{
	display: block;
	color: #999999;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}


/* .in_column_rbtit{
	width: 240px;
	height: 34px;
	line-height: 34px;
	background-color: #f5f6f7;
	border-radius: 17px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.in_column_rbtit li{
	width: 79px;
	font-size: 14px;
	margin-top: 2px;
	line-height: 30px;
	text-align: center;
	background-color: #f5f6f7;
	border-radius: 15px;
	cursor: pointer;
}
.in_column_rbtit .cur{
	color: white;
	background-color: #fd5e37;
}
.in_column_rbul{
	padding-bottom: 20px;
}
.in_column_rbli{
	margin-top: 23px;
	padding: 0 20px;
	overflow: hidden;
	cursor: pointer;
}
.in_column_rbli i{
	float: left;
	color: white;
	width: 18px;
	height: 18px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	font-style: normal;
	background-color: #999999;
}
.in_column_rbli1 i{
	background-color: #ff5948;
}
.in_column_rbli2 i{
	background-color: #fd8c30;
}
.in_column_rbli3 i{
	background-color: #fcbf49;
}
.in_column_rbli span{
	float: left;
	width: 210px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_column_rbli span:hover{
	color: #ff5948;
} */

.sc_list{
	padding-top: 20px;
}
.sc_mbx{
	display: flex;
	justify-content: flex-start;
}
.sc_mbx *{
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	margin-right: 6px;
}
.sc_mbx i{
	width: 15px;
	height: 18px;
	background-image: url(../img/icon_mbx.png);
}
.sc_mbx a:hover{
	color: #ff5948;
}
.sc_flul{
	margin-top: 20px;
	padding:15px 20px;
	background-color: white;
}
.sc_flli{
	overflow: hidden;
	margin: 5px 0;
}
.sc_flspan{
	float: left;
	width: 80px;
	text-align: right;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}
.sc_fldiv{
	float: left;
	width: 1350px;
}
.sc_flli a{
	float: left;
	color: #666666;
	font-size: 14px;
	padding: 0 15px;
	line-height: 28px;
	margin: 2px 0;
}
.sc_flli a:hover,.sc_flli .cur{
	color: #ff5948;
	font-weight: bold;
	background-color: rgba(253,94,55,0.1);
}
.sc_flpx{
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 10px;
}
.sc_flpx li{
	float: left;
	color: #666666;
	line-height: 42px;
	font-size: 14px;
	margin: 0 20px 0 10px;
	position: relative;
	cursor: pointer;
}
.sc_flpx li i{
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 20px;
	height: 3px;
	background-color: #ff5948;
	margin-left: -10px;
	display: none;
}
.sc_flpx .cur{
	color: #ff5948;
	font-weight: bold;
}
.sc_flpx .cur i{
	display: block;
}

.jo_mian{
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 20px;
	background-color: white;
}
.play {
	float: left;
	width: 600px;
	height: 530px;
	font: 12px Arial;
	margin: 0 auto
}

.big_pic {
	width: 600px;
	height: 400px;
	background: white;
	position: relative;
}

.big_pic li {
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/loading.gif) no-repeat center center;
}
.big_pic li img{
	width: 100%;
	height: 100%;
}
.mark_left {
	width: 200px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	background: red;
	filter: alpha(opacity:0);
	opacity: 0;
	z-index: 3000;
}

.mark_right {
	width: 200px;
	height: 400px;
	position: absolute;
	left: 200px;
	top: 0;
	background: green;
	filter: alpha(opacity:0);
	opacity: 0;
	z-index: 3000;
}

.big_pic .prev {
	width: 25px;
	height: 42px;
	background: url(../img/btn.png) no-repeat -26px 0;
	position: absolute;
	bottom: -80px;
	left: 10px;
	z-index: 10;
	cursor: pointer;
}

.big_pic .next {
	width: 25px;
	height: 42px;
	background: url(../img/btn.png) no-repeat 0 0px;
	position: absolute;
	bottom: -80px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
}

.big_pic .text {
	position: absolute;
	left: 10px;
	top: 302px;
	z-index: 3000;
	color: #ccc;
}

.big_pic .length {
	position: absolute;
	right: 10px;
	bottom: 4px;
	z-index: 3000;
	color: #ccc;
}

.big_pic .bg {
	width: 400px;
	height: 25px;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	z-index: 2999;
	bottom: 0;
	left: 0;
}

.small_pic {
	width: 510px;
	height: 100px;
	position: relative;
	top: 10px;
	left: 45px;
	overflow: hidden;
}

.small_pic ul {
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

.small_pic li {
	width: 160px;
	height: 100px;
	float: left;
	padding-right: 10px;
	background: url(../img/loading.gif) no-repeat center center;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.small_pic img {
	width: 100%;
	height: 100%;
}


.jo_txt{
	width: 850px;
	float: right;
}
.jo_h1{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-top:18px;
}
.jo_tul{
	padding: 20px;
	position: relative;
	background-color:#f2f8ff;
	margin-top: 20px;
}
.jo_tlogo{
	height: 50px;
}
.jo_tli{
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}
.jo_tli span{
	display: inline-block;
	width: 80px;
	font-size: 14px;
	color: #666666;
}
.jo_tli .pm{
	width: auto;
	font-weight: bold;
	font-size: 22px;
	color: #ed3b0b;
}
.jo_rs{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 80px;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	border-left: 1px solid #e5e5e5;
}
.jo_rs .txt{
	display: block;
	text-align: center;
}
.jo_rs .rs{
	display: block;
	text-align: center;
	color: #ed3b0b;
	margin-top: 4px;
}
.jo_tbul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
}
.jo_tbul i{
	display: block;
	width: 1px;
	height: 40px;
	margin-top: 5px;
	background-color: #e5e5e5;
}
.jo_tbli{
	width: 100px;
}

.jo_tbli h1{
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.jo_tbli span{
	display: block;
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin-top: 6px;
}
.jo_tbtn{
	display: flex;
	justify-content: flex-start;
	margin-top: 28px;
}
.jo_tbtn a{
	width: 170px;
	line-height: 58px;
	text-align: center;
	color: white;
	font-size: 18px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-right: 20px;
	cursor: pointer;
}
.jo_tbtn a:hover{
	opacity: 0.8;
}
.jo_tbtn .btna{
	background-color: #ed3b0b;  
}
.jo_tbtn .btnb{
	background-color: #f66d1c;  
}
.jo_tbtn .btnc{
	background-color: #0076FE;  
}

.jo_lecturer{
	display: inline-block;
	overflow: hidden;
	margin-top: 20px;
}
.jo_lecturer_li{
	float:left;
	margin-right: 20px;
}
.jo_lecturer_li img{
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	float: left;
}
.jo_lecturer_li span{
	display: block;
	float: left;
	color: #333333;
	font-size: 14px;
	margin-left: 10px;
	line-height: 38px;
}
.jo_bot{
	overflow: hidden;
	margin-top: 20px;
}
.jo_bot_span{
	float: left;
	font-size: 14px;
	color: #666666;
}
.jo_banner{
	display: block;
	width: 850px;
	height: 70px;
	margin-top: 10px;
	overflow: hidden;
}
.jo_banner img{
	width: 100%;
	height: 100%;
}

.jo_content{
	padding: 20px 0;
	background-color: #F4F4F4; 
	display: flex;
	justify-content: space-between;
}
.jo_content_l{
	float: left;
	width: 1160px;
}
.jo_contul{
	height: 47px;
	border-bottom: 1px solid #e5e5e5;
	background-color: white;
}
.jo_contli{
	float: left;
	width: 110px;
	line-height: 48px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
}
.jo_contli_cur{
	color: #ed3b0b;
	line-height: 48px;
	border-top: 2px solid #ed3b0b;
	border-left: 0px solid #e5e5e5;
	background-color: white;
}
.jo_contbox{
	padding: 20px 50px;
	background-color: white;
}
.jo_contbox h1{
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.jo_contbox img{
	width: 560px;
	margin: 20px auto 0;
}
.jo_contbox p{
	color: #666666;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
	text-indent: 2em;
}
.jo_contbox2{
	margin-top: 20px;
	padding: 20px;
	background-color: white;
}
.jo_contbox2 h2{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	border-left: 3px solid #ed3b0b;
}

.jo_content_r{
	float: right;
	width: 300px;
}
.jo_cont_rbox{
	width: 300px;
	padding-bottom: 15px;
	background-color: white;
	margin-bottom: 20px;
}
.jo_cont_rtit{
	height: 48px;
	padding: 12px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}
.jo_cont_rbox h2{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	border-left: 3px solid #ed3b0b;
}



.news_mian{
	margin: 188px auto 20px;
	display: flex;
	justify-content: space-between;
}
.news_left{
	width: 1110px;
}
.news_left_div{
	background-color: white;
}
.news_banner{
	width: 1110px;
	height: 280px;
}
.news_ban_h1{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	color: white;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	line-height: 48px;
	background: linear-gradient(0deg,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%);
}

.news_rigth{
	width: 350px;
}
.news_r_div{
	width: 100%;
	padding-bottom: 20px;
	background-color: white;
}
.news_r_hot{
	width: 100%;
	height: 280px;
	overflow: hidden;
	background-color: white;
}
.news_r_tit{
	overflow: hidden;
}
.news_r_h1{
	float: left;
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 15px 0 0 20px;
}
.news_r_h1 i{
	display: block;
	width: 4px;
	height: 16px;
	background-color: #ed3b0b;
	margin-top: 3px;
	margin-right: 6px;
}
.news_r_span{
	float: right;
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	color: #666666;
	margin: 15px 20px 0 0px;
}
.news_r_span i{
	display: block;
	width: 13px;
	height: 14px;
	margin-top: 3px;
	margin-left: 4px;
	background: url(../img/zcjt-icom2.png) 0px 0px;
}
.news_hot_li{
	overflow: hidden;
	padding: 10px 20px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.news_hot_li:last-child{
	border-bottom:none;
}
.news_hot_li p{
	float: left;
	width: 250px;
	color: #333333;
	font-size: 14px;
}
.news_hot_li p:hover{
	color:#ed3b0b;
}
.news_hot_li span{
	float: right;
	color: #999999;
	font-size: 12px;
}
.news_list{
	margin-top: 20px;
	background-color: white;
}
.news_list_tit{
	overflow: hidden;
	padding: 0 20px;
	border-bottom: 1px solid #ed3b0b;
}
.news_list_tit li{
	float: left;
	color: #666666;
	line-height: 48px;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
}
.news_list_tit .cur,.news_list_tit li:hover{
	color: #ed3b0b;
	font-weight: bold;
}
.news_list_mian{
	padding:0 20px 20px;
}
.news_list_li{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	cursor: pointer;
}
.news_list_li:first-child{
	padding-top: 20px;
	margin-top: 0px;
	border-top: none;
}
.news_list_img{
	float: left;
	width: 80px;
	height: 80px;
}
.news_list_txt{
	float: left;
	width: 980px;
	margin-left: 10px;
}
.news_list_h1{
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}
.news_list_h1:hover{
	color: #ed3b0b;
}
.news_list_p{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list_lab{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.news_list_lab .ly{
	float: left;
}
.news_list_lab .time,.news_list_lab .pl,.news_list_lab .ll{
	float: right;
	margin-left: 20px;
	display: flex;
	justify-content: center;
}
.news_list_lab .pl i{
	width: 13px;
	height: 10px;
	margin-top: 4px;
	background: url(../img/zcjt-icom2.png) 0px -42px;
}
.news_list_lab .ll i{
	width: 13px;
	height: 10px;
	margin-top: 3px;
	background: url(../img/zcjt-icom2.png) 0px -23px;
}
.news_list_more{
	color: #ed3b0b;
	font-size: 16px;
	line-height: 48px;
	margin-top: 10px;
	text-align: center;
	background-color: white;
	cursor: pointer;
}
.news_list_more:hover{
	opacity: .8;
}
.news_r_ph{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: white;
}
.news_r_pht{
	float: right;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	font-size: 12px;
	margin-right: 14px;
}
.news_r_pht li{
	margin: 0 6px;
	cursor: pointer;
	color: #666666;
}
.news_r_pht .cur{
	font-weight: bold;
	color: #ed3b0b;
}
.news_r_pht i{
	display: block;
	width: 1px;
	height: 12px;
	background-color: #999999;
	margin: 2px 4px 0;
	cursor: pointer;
}
.news_r_phli{
	padding: 0 20px;
	margin-top: 20px;
	overflow: hidden;
	cursor: pointer;
}
.news_phli_img{
	float: left;
	position: relative;
	width: 68px;
	height: 68px;
	overflow: hidden;
}
.news_phli_img img{
	width: 100%;
	height: 100%;
	display: block;
}
.news_phli_img span{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #999999;
}
.news_phli_img1 span{
	background-color: #ec3d00;
}
.news_phli_img2 span{
	background-color: #ec8500;
}
.news_phli_img3 span{
	background-color: #0076fe;
}
.news_r_phtxt{
	float: left;
	width: 230px;
	margin-left: 10px;
}
.news_r_phtxt .txt{
	color: #333333;
	font-size: 14px;
}
.news_r_phtxt .txt:hover{
	color: #ed3b0b;
}
.news_r_phlab{
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
	font-size: 12px;
	color: #999999;
}
.news_crumbs{
	color: #333333;
	font-size: 14px;
	line-height: 48px;
	padding-left: 40px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #e5e5e5;
}
.news_crumbs *{
	color: #333333;
	margin-right: 6px;
}
.news_crumbs a{
	color: #ed3b0b;
	cursor: pointer;
}
.news_txtH1{
	display: flex;
	justify-content: space-between;
}
.news_txtH1 h1{
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 40px;
}
.news_txtH1 span{
	color: #999;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 40px;
}
.news_txt{
	color: #666666;
	padding: 20px 40px;
	font-size: 14px;
	line-height: 28px;
	text-indent: 2em;
}
.news_txt img{
	display: block;
	width: 100%;
	margin: 10px 0;
}
.news_txt p span{
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
.news_txt .ly{
	color: #999999;
	display: block;
	font-size: 12px;
	margin-top: 20px;
	text-align: right;
}





.banner_tk{
	width: 100%;
	height: 560px;
	position: relative;
	background: url(../img/banner_tk.png) center;
}
.banner_ts{
	width: 100%;
	height: 300px;
	position: relative;
	background: url(../img/banner_ts.png) center;
}
.tkbnr_h1{
	font-size: 48px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding-top: 60px;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.tkbnr_p{
	font-size: 20px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding-top: 10px;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.tkbnr_ul{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.tkbnr_li{
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	width: 310px;
	height: 280px;
	margin: 0 50px;
	text-align: center;
}
.tkbnr_li i{
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #ed3b0b;
	margin: 10px auto 0;
}
.tkbnr_li h1{
	color: #262626;
	font-size: 30px;
	font-weight: 500;
	padding-top: 40px;
}
.tkbnr_li p{
	color: #666;
	width: 260px;
	line-height: 28px;
	margin: 15px auto 0;
	font-size: 16px;
}
.tkbnr_li a{
	display: block;
	width: 220px;
	height: 48px;
	color: white;
	margin: 25px auto 0;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	border-radius: 24px;
	background-color: #fd5e37;
	transition: .4s;
}
.tkbnr_li a:hover{
	opacity: .8;
}
.tk_tl{
	display: flex;
	padding: 20px 0;
	justify-content: center;
	background-color: white;
}
.tk_tltxt{
	margin-right:200px;
}
.tk_tltxt h1{
	color: #262626;
	font-size: 32px;
	margin-top: 30px;
}
.tk_tltxt p{
	color: #666666;
	font-size: 18px;
	margin-top: 10px;
	line-height: 34px;
}
.tk_list_h1{
	color: #262626;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding-top: 20px;
}
.tk_list_i{
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #ed3b0b;
	margin: 6px auto 0;
}
.ts_tit{
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.in_tsh1{
	display: flex;
	justify-content: flex-start;
}
.in_tsh1 i{
	display: block;
	width: 20px;
	height: 17px;
	margin-top: 4px;
	margin-right: 5px;
	background:url(../img/icon_ts.png);
}
.ts_ul{
	overflow: hidden;
}
.ts_list{
	float: left;
	width: 270px;
	margin-top: 30px;
	margin-left: 20px;
	overflow: hidden;
}
.ts_list_img{
	float: left;
	width: 100px;
	height: 150px;
	border: 2px solid #f5f6f7;
	box-sizing: border-box;
}
.ts_list_txt{
	float: left;
	width: 150px;
	margin-left: 10px;
}
.ts_list_txt h1{
	color: #262626;
	font-weight: 500;
	font-size: 16px;
}
.ts_list_txt p{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
}
.ts_rul{
	margin-top: 20px;
}
.ts_rlist{
	display: block;
	font-size: 14px;
	border-top: 1px #e5e5e5 dashed;
	padding: 10px 20px;
	cursor: pointer;
}
.ts_rlist:hover{
	color: #fd5e37;
}
.ts_rlist:first-child{
	border-top: none;
}
  







































/*底部板块*/
.footer{
	background-color: #444444;
	padding-top: 40px;
	margin-top: 40px;
}
.footer_mian{
	overflow: hidden;
	padding-bottom: 30px;
}
.footer_qr{
	float: left;
	width: 120px;
	overflow: hidden;
	margin-right: 20px;
}
.footer_qr img{
	display: block;
	width: 120px;
	height: 120px;
}
.footer_qr p{
	color: white;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
.footer_txt{
	float: left;
	width: 370px;
	color: #e5e5e5;
}
.footer_txt h1{
	font-size: 26px;
	font-weight: 500;
}
.footer_txt p{
	font-size: 12px;
	line-height: 30px;
	margin-top: 10px;
}
.footer_logo{
	float: right;
	width: 300px;
	margin-top: 20px;
	opacity: 0.7;
}
.footer_p{
	color: #e5e5e5;
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
	border-top: 1px solid #666666;
}
.footer_p img{
	width: 16px;
	display: inline-block;
	margin-right: 4px;
}
.footer_tel{
	float: right;
	padding-left: 70px;
	border-left: 1px solid #666666;
}
.footer_tel h1{
	color: white;
	font-weight: 600;
	font-size: 24px;
}
.footer_tel p{
	color: white;
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}
.footer_tel a{
	display: block;
	width: 180px;
	height: 38px;
	color: #444444;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	border-radius: 19px;
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
	background-color: white;
	box-sizing: border-box;
	cursor: pointer;
}
.footer_tel>a>i{
	position: absolute;
	left: 44px;
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/zcjy-icom.png) -50px -40px no-repeat;
}