@charset "utf-8";
/* CSS Document */
/*重置样式*/
body,img,input,ul,li,h1,h2,h3,h4,h5,h6,p{
	font-family:"思源黑体CN","微软雅黑",Helvetica, Arial;
	margin:0;
	padding:0;
	display:block;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
    }
body{
}
a{
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none
	}
a:hover{
	text-decoration:none;
	}

.color{
	color: #0f67b0;
	background-color: #0f67b0
}

.zcjy1200{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.width1260{
	width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.top80{
	margin-top: 80px;
}
.header{
	height: 80px;
	background-color: #ffffff;
	-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: 2;
}
.header_content{
	height: 80px;
}
.header_logo{
	display: block;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -600px;
	width: 170px;
	height: 32px;
	cursor: pointer;
}
.header_right{
	position: absolute;
	float: right;
	right: 50%;
	margin-right: -600px;
}
.header_logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.header_nav{
	float: right;
	height: 80px;
	line-height:80px;
}
.header_li{
	float: left;
	position: relative;
}
.header_a{
	display: block;
	padding: 0 25px;
	font-size: 16px;
	color: #666;
	line-height: 80px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	position: relative;
}
.header_a_cur,.header_a:hover{
	color: #0076fe;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_a i{
	display: block;
	width: 8px;
	height: 5px;
	position: absolute;
	top: 37px;
	right: 14px;
	background: url(../img/right_icon.png) no-repeat -200px 0px;
	
}
.top_login{
	float: right;
	margin-left: 20px;
	margin-top: 22px;
	width: 80px;
	height: 36px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #cccccc;
	border-radius: 18px;
	background-color: white;
	box-sizing: border-box;
	cursor: pointer;
}
.top_login:hover{
	color: #0076FE;
	border: 1px solid #0076FE;
}
.top_register{
	float: right;
	margin-left: 20px;
	margin-top: 22px;
	width: 100px;
	height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	background-color: #0076FE;
	cursor: pointer;
}
.top_register:hover{
	opacity: 0.8;
}

.banner_content{
	width: 100%;
}


/*产品轮播*/
.banner_box{
	width: 100%;
	height: 420px;
	position: relative;
}

.product_box{ 
	width: 100%;
	height:420px; 
	position:relative; 
	overflow:hidden;
	box-shadow: 0 0 6px 0 rgb(15, 103, 176 , 10%);
}
.product_ul{ 
	height:300px; 
}
.product_ul li{
	float:left;
	height:420px; 
}
.product_btn{ 
	display:none;
}
.product_btn:hover{ 
	cursor:pointer;
}
.product_btn a{ 
	position:absolute; 
	top:50%; 
	width:30px; 
	height:60px; 
	margin-top:-30px; 
	display:block;
}
.product_btn_prev{
	left:20px;
	background-image: url(../img/left_icon.png);
}
.product_btn_next{ 
	right:20px;
	background-image: url(../img/right_icon.png);
}
.product_nemu_round{ 
	position:absolute; 
	bottom:10px; 
	left:50%; 
	margin-left:-45px;
}
.product_nemu_round a{ 
	display:block; 
	width:20px; 
	height:2px; 
	border-radius:2px; 
	background-color:rgba(255,255,255,0.5); 
	float:left; 
	margin:0 5px;
	cursor: pointer;
}
.product_nemu_round .on{ 
	background-color:#FFFFFF;
}
.product_bak{
	display: block;
	width: 100%;
	height:100%; 
}
.hs_miana{
	width: 100%;
	padding-bottom: 60px;
}
.hs_mianb{
	width: 100%;
	padding-bottom: 60px;
	background-color: #f0f0f5;
}
.hs_mianc{
	width: 100%;
	padding-bottom: 60px;
	background: url(../img/bg3.png) no-repeat;
}
.hs_miand{
	width: 100%;
	padding-bottom: 60px;
	background: url(../img/bg4.png) no-repeat;
}
.hs_tit{
	padding-top: 60px;
	color: white;
	text-align: center;
}
.hs_tit h1{
	color: #333333;
	font-size: 30px;
	font-weight: 400;
}
.hs_tit span{
	display: block;
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}
.hs_tit2{
	padding-top: 60px;
	color: white;
	text-align: center;
}
.hs_tit2 h1{
	font-size: 30px;
	font-weight: 300;
}
.hs_tit2 span{
	display: block;
	font-size: 16px;
	font-weight: 200;
	margin-top: 10px;
}
.hs_toggle{
	width: 1000px;
	height: 59px;
	padding: 0 100px;
	margin: 20px auto 0;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	justify-content:center;
}
.hs_toggle li{
	width: 80px;
	margin: 0 30px;
	height: 58px;
	line-height: 58px;
	color: #666666;
	cursor: pointer;
}
.hs_toggle .cur,
.hs_toggle li:hover{
	color: #0076FE;
	border-bottom: 3px solid #0076FE;
}
.toggle_mian{
	width: 1200px;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: white;
}
.toggle_ul{
	width: 6000px;
}
.toggle_li{
	float: left;
	width: 1200px;
	overflow: hidden;
	box-sizing: border-box;
}
.toggle_li img{
	float: left;
	width: 1200px;
}
.cp_box{
	margin-top: 40px;
	display: flex;
	justify-content:space-between;
}
.cp_list{
	width: 370px;
	height: 100px;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.cp_list:hover{
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.cp_icon{
	float: left;
	width: 63px;
	height: 68px;
	display: block;
	margin:16px 10px 0 20px;
}
.cp_txt{
	float: left;
	width: 260px;
}
.cp_txt h2{
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
}
.cp_txt p{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.cp_more{
	background: url(../img/img2.png) center no-repeat;
	cursor: auto;
}
.cp_more h2{
	color:white;
	font-size: 18px;
	margin: 15px 0 0 180px;
}
.cp_more a{
	display: block;
	width: 110px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #0076FE;
	margin: 10px 0 0 180px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 6px 0px rgba(66, 58, 231, 0.2);
	cursor: pointer;
	-webkit-transition: all .3s;
	    transition: all .3s;
}
.cp_more a:hover{
	color: #FFFFFF;
	background: linear-gradient(90deg,#0076FE 0,#4c8cff 100%);
	-webkit-transition: all .3s;
	    transition: all .3s;
}
.cp_p{
	width: 550px;
	color: #999999;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 30px;
}
.yd_btn{
	cursor: pointer;
	display: block;
	width: 200px;
	height: 52px;
	color: #0076FE;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
	border: 1px solid #0076FE;
	border-radius: 26px;
	box-sizing: border-box;
	margin: 40px auto 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.yd_btn:hover{
	color: #FFFFFF;
	background: linear-gradient(90deg,#0076FE 0,#4c8cff 100%);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sj_img{
	display: block;
	margin: 40px auto 0;
}
.sj_box{
	margin-top: 40px;
	display: flex;
	justify-content:space-between;
}
.sj_list{
	width: 580px;
	height: 90px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.sj_list h2{
	float: left;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 28px;
	width: 28px;
	height: 28px;
	color: white;
	border-radius: 14px;
	margin: 20px 0 0 20px;
	background-color: #0076FE;
}
.sj_list p{
	float: left;
	width: 500px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	margin: 20px 0 0 20px;
}
.form{
	padding: 40px 0 40px;
	width: 800px;
	margin: 30px auto 0;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.form_li{
	width: 600px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
.form_input{
	width: 280px;
}
.form_input2{
	width: 600px;
}
.form_input span,.form_input2 span{
	display: block;
	color: white;
	font-size: 14px;
}
.form_input input,.form_input2 input{
	width: 100%;
	height: 36px;
	color: #666666;
	padding: 0 10px;
	border: none;
	outline: none;
	margin-top: 6px;
	line-height: 36px;
	border-radius: 4px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
}
.textarea{
	width: 100%;
	height: 100px;
	position: relative;
}
.textarea textarea{
	width: 100%;
	height: 100px;
	color: #666666;
	padding: 10px;
	border: none;
	outline: none;
	margin-top: 6px;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	background-color: rgba(255,255,255,0.7);
	resize: none;
}
.textarea span{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #666666;
	font-size: 14px;
}
.form_btn{
	display: block;
	width: 600px;
	height: 48px;
	line-height: 48px;
	color: white;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	background-color: #f94351;
	margin: 30px auto 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
}
.form_btn:hover{
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	background-color: #fb5b67;
}

.bbjl_uly{
	position: fixed;
	left: 0;
	top: 80px;
	width: 200px;
	height:calc(100% - 80px);
	overflow: auto;
	padding: 15px 0;
	box-sizing: border-box;
	background-color:white;
}
.bbjl_liy{
	color: #666666;
	font-size: 14px;
}
.bbjl_liy h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	padding-left: 20px;
}
.bbjl_liy span{
	display: block;
	line-height: 36px;
	padding-left: 40px;
	cursor: pointer;
}
.bbjl_liy span:hover,.bbjl_liy .cur{
	font-weight: 600;
	color: #0076FE;
	background-color: #f6f8fc;
}
.bbjl_mian{
	width: calc(100% - 201px);
	background-color: white;
	margin: 80px 0 20px 201px;
	padding-bottom: 20px;
}
.bbjl_h2{
	color: #333333;
	font-size: 20px;
	line-height: 58px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding-left: 60px;
}
.bbjl_ulr{
	border-left: 2px solid #CCCCCC;
	margin-left: 120px;
}
.bbjl_lir{
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: -60px;
}
.bbjl_lir span{
	float: left;
	line-height: 14px;
	font-size: 14px;
	width: 50px;
	margin-top: 10px;
}
.bbjl_lir .o{
	float: left;
	width: 14px;
	height: 14px;
	border: 2px solid #0076FE;
	background-color: white;
	border-radius: 50%;
	margin-top: 10px;
}
.bbjl_lir_p{
	float: left;
	color: #666666;
	position: relative;
	width: 820px;
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 30px;
	margin-left: 30px;
	border-radius: 10px;
}
.bbjl_lir_p i{
	width: 15px;
	height: 19px;
	position: absolute;
	left: -15px;
	top: 10px;
	background-image: url(../img/icon_v2.png);
}

.footer{
	padding: 30px 0;
	background-color: #464646;
	}
.footer p{
	text-align: center;
	color: #CCCCCC;
	font-size: 14px;
}
.top1_nav{
	height: 38px;
	background-color:#f4f4f4;
}
.top1_ul{
	float: left;
	overflow: hidden;
}
.top1_li{
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 38px;
	margin-right: 20px;
	cursor: pointer;
}
.top1_litel,.top1_li:hover{
	color: #ed3b0b;
}
.top1_login{
	float: right;
}
.top1_login a{
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 38px;
	margin-left: 20px;
	cursor: pointer;
}
.top1_login a:hover,.top1_login .a1{
	color: #ed3b0b;
}
.top2_box{
	display: flex;
	justify-content: space-between;
}
.top2_logo{
	margin-top: 35px;
}
.top2_searchbox{
	margin-top: 30px;
}
.top2_searchbox{
	width: 400px;
}
.top2_search{
	overflow: hidden;
}
.top2_search input{
	float: left;
	height: 38px;
	width: 320px;
	background-color: #fff;
	border: #0076FE 2px solid;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #666666;
	font-size: 14px;
	padding-left: 10px;
	outline: none;
}
.top2_search button{
	float: left;
	height: 38px;
	width: 80px;
	background-color: #0076FE;
	border: none;
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 10px;
	outline: none;
}
.top2_search_txt{
	font-size: 14px;
	color: #666666;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top2_search_txt *{
	margin-right: 6px;
}
.top2_search_txt span{
	margin: 0;
}
.top2_qr{
	margin-top: 20px;
}
.top2_qr img{
	width: 60px;
	height: 60px;
}
.top2_qr span{
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.top3_nav{
	height: 58px;
	margin-top: 20px;
	background-color: #0076FE;
}
.top3_nav ul{
	overflow: hidden;
	color: white;
	font-size: 16px;
	line-height: 58px;
}
.top3_nav ul li{
	float: left;
	padding: 0 40px;
	cursor: pointer;
}
.top3_nav ul .cur,.top3_nav ul li:hover{
	background-color: rgba(0,0,0,0.1);
}
.crumbs{
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	margin-top: 10px;
}
.crumbs a{
	cursor: pointer;
}
.crumbs .cur,.crumbs a:hover{
	color: #ED3B0B;
}
.jo_mian{
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 10px;
}
.play {
	float: left;
	width: 600px;
	height: 530px;
	background: #333;
	font: 12px Arial;
	margin: 0 auto
}

.big_pic {
	width: 600px;
	height: 400px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background: #222;
	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: 60px;
	height: 60px;
	background: url(../img/btn.gif) no-repeat;
	position: absolute;
	top: 170px;
	left: 10px;
	z-index: 3001;
	cursor: pointer;
	filter: alpha(opacity: 0);
	opacity: 0;
}

.big_pic .next {
	width: 60px;
	height: 60px;
	background: url(../img/btn.gif) no-repeat 0 -60px;
	position: absolute;
	top: 170px;
	right: 10px;
	z-index: 3001;
	cursor: pointer;
	filter: alpha(opacity: 0);
	opacity: 0;
}

.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: 580px;
	height: 110px;
	position: relative;
	top: 10px;
	left: 14px;
	overflow: hidden;
}

.small_pic ul {
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
}

.small_pic li {
	width: 184px;
	height: 110px;
	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: 570px;
	float: right;
}
.jo_h1{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
}
.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: space-between;
	margin-top: 30px;
}
.jo_tbtn a{
	width: 170px;
	line-height: 58px;
	text-align: center;
	color: white;
	font-size: 18px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 2px;
	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_tbtn .btna i{
	display: block;
	width: 30px;
	height: 26px;
	margin-top: 17px;
	margin-right: 6px;
	background: url(../img/joinln_icon.png) 0px 1px;
}
.jo_tbtn .btnb i{
	display: block;
	width: 30px;
	height: 26px;
	margin-top: 17px;
	margin-right: 6px;
	background: url(../img/joinln_icon.png) -72px 0px; 
}
.jo_tbtn .btnc i{
	display: block;
	width: 30px;
	height: 26px;
	margin-top: 17px;
	margin-right: 6px;
	background: url(../img/joinln_icon.png) -36px -1px;
}
.jo_content{
	padding: 20px 0;
	background-color: #F4F4F4; 
	display: flex;
	justify-content: space-between;
}
.jo_content_l{
	float: left;
	width: 880px;
}
.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;
}
.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%;
	object-fit: cover;
}

.swiper{
	width: 100%;
	height: 140px;
	margin: 20px auto 0;
}
.jo_contly{
	overflow: hidden;
}
.jo_contly_box{
	float: left;
	width: 420px;
}
.jo_contly_li{
	overflow: hidden;
	margin-top: 15px;
}
.jo_contly_span{
	float: left;
	color: #666666;
	font-size: 16px;
	line-height: 48px;
	margin-right: 10px;
}
.jo_contly_span span{
	color: #ed3b0b;
	margin-right: 6px;
}
.jo_contly_input1{
	float: left;
	width: 180px;
	line-height: 48px;
	font-size: 16px;
	color: #666666;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	box-sizing: border-box;\
	border-radius: 2px;
	margin-right: 20px;
	outline: none;
}
.jo_contly_input2{
	float: left;
	width: 340px;
	line-height: 48px;
	font-size: 16px;
	color: #666666;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	box-sizing: border-box;\
	border-radius: 2px;
	margin-right: 20px;
	outline: none;
}
.jo_contly_input3{
	float: left;
	width: 340px;
	height: 140px;
	color: #666666;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	resize: none;
	font-family: "思源黑体CN","微软雅黑",Helvetica, Arial;
}
.jo_radio{
	float: left;
	display: flex;
	justify-content: center;
	color: #666666;
	font-size: 16px;
	line-height: 48px;
	margin-right: 20px;
}
.jo_radio i{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 14px;
	margin-right: 6px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
}
.jo_radio_cur i{
	background-image: url(../img/radio.png);
}
.jo_contly_btn{
	width: 140px;
	line-height: 48px;
	text-align: center;
	color: white;
	font-size: 16px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 2px;
	background-color: #0076FE;
	margin: 15px 0 0 55px;
}

.jo_contly_txt{
	float: right;
	width: 420px;
	border: 1px solid #0076FE;
	box-sizing: border-box;
	border-radius: 4px 4px 0 0;
}
.jo_contly_txt h2{
	background-color: #0076FE;
	color: white;
	border: none;
	line-height: 42px;
}
.jo_contly_txt span{
	display: block;
	color: #666666;
	border-top:1px #0076FE dashed;
	margin: 0 20px;
	line-height: 42px;
}
.jo_contly_txt span:first-child {
	border-top:none;
}
.jo_cont_lab{
	overflow: hidden;
}
.jo_cont_lab span{
	float: left;
	color: #666666;
	font-size: 14px;
	padding: 0 15px;
	line-height: 32px;
	border-radius: 16px;
	margin: 10px 15px 0 0;
	border: 1px solid #cccccc
}
.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;
}
.jo_cont_r1li{
	margin-top: 15px;
	overflow: hidden;
	line-height: 26px;
	
}
.jo_cont_r1li .lab1{
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: white;
	border-radius: 2px;
	margin-left: 20px;
	background-color: #ed3b0b;
}
.jo_cont_r1li .lab2{
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: white;
	border-radius: 2px;
	margin-left: 20px;
	background-color: #ef8100;
}
.jo_cont_r1li .lab3{
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: white;
	border-radius: 2px;
	margin-left: 20px;
	background-color: #edba0b;
}
.jo_cont_r1li .lab4{
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: white;
	border-radius: 2px;
	margin-left: 20px;
	background-color: #999999;
}
.jo_cont_r1li .txt{
	float: left;
	color: #333333;
	font-size: 16px;
	margin-left: 10px;
	width: 126px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jo_cont_r1li .mj{
	float: right;
	color: #ed3b0b;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
.jo_r1li_img{
	float: left;
	width: 100px;
	height: 65px;
	margin-left: 20px;
}
.jo_r1li_tx{
	float: left;
	margin-left: 10px;
	width: 160px;
}
.jo_r1li_tx h2{
	width: 160px;
	border: none;
	color: #666666;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jo_r1li_tx span{
	display: block;
	width: 160px;
	color: #ed3b0b;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}