﻿@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	list-style:none;
	font-family:"微软雅黑";
	font-size:14px;
}
body {
	max-width:640px;
	margin:auto;
}
a {
	text-decoration:none;
}
p {
	font-size:16px;
	text-align:center;
	line-height:24px;
	color:#333;
}
.cnt {
	width:94%;
	margin:auto;
}
img {
	max-width:100%;
margin:0 auto;
}
.clr {
	clear:both;
}

/***************************************首页轮播图开始************************/
.abn {
	width:100%;
	overflow:hidden;
	position:relative;
}
.abn_box {
	width:100%;
}
#abn_img {
	width:100%;
	position:relative;
}
#abn_img li {
	width:100%;
	float:left;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#abn_img a {
	width:100%;
	margin:0 auto;
	display:block;
}
#abn_lit {
	position:absolute;
	z-index:100;
	bottom:30px;
	left:50%;
	margin-left:-25px;
}
#abn_lit li {
	width:8px;
	height:8px;
	margin-right:10px;
	background:#5d8bc1;
	display:block;
	float:left;
	display:inline-block;
	cursor:pointer;
}
#abn_lit .action {
	background:#fff;
	width: 52px;
	transition:all linear 0.1s;
	-o-transition:all linear 0.1s;
	-webkit-transition:all linear 0.1s;
	-moz-transition:all linear 0.1s;
}
/********************************核心功能**********************************/


.main_one {
	background:#fcfcfc;
	overflow:hidden;
	padding-bottom: 30px;
}
.main_two {
	padding: 20px 0;
	background:#fcfcfc;
}
.main_two p {
	padding:15px 0;text-align: left;
text-indent: 2em;
}
.tit_all {
	text-align:center;
	width:80%;
	margin: 30px auto 20px;
	font-size:24px;
	color:#535353;
	font-weight:bold;
}
.tit_all span {
	color:#0075da;
	font-size: 24px;
}
.main_fan_both {
	width:94%;
	margin:0 auto;
}
.main_fan_le {
	width:100%;
	box-sizing:border-box;
	float:left;
	background: #fff;
}
.main_fan_ri {
	width:305px;
	height:404px;
	border:1px solid #fff;
	margin-left:10px;
	float:left;
	background:#fff;
	padding-top:66px;
	box-sizing:border-box;
	transition:all linear 0.1s;
	-o-transition:all linear 0.1s;
	-webkit-transition:all linear 0.1s;
	-moz-transition:all linear 0.1s;
}
.main_fan_ri.hover {
	border:1px solid #185aa6;
}
.main_fan_ri span.span-01, .main_fan_ri span.span-02 {
	display:block;
	text-align:center;
	color:#555555;
	line-height:32px;
}
.main_fan_ri span.span-01 {
	font-size:18px;
	font-weight:100;
}
.main_fan_ri span.span-01 b {
	font-style:normal;
	color:#ff9a39;
	font-weight:100;
}
.main_fan_ri span.span-02 {
	font-size:14px;
}
.main_fan_le ul {
	width:24.3%;
	float:left;
	border-left: 1px solid #0075db;
	border-top: 1px solid #0075db;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.main_fan_le ul li {
	width:100%;
	height:50px;
	border-bottom: 1px dotted #5e9ae3;
	transition:all linear 0.1s;
	-o-transition:all linear 0.1s;
	-webkit-transition:all linear 0.1s;
	-moz-transition:all linear 0.1s;
}
.main_fan_le ul li span {
	width:100%;
	overflow:hidden;
	text-align:center;
	background:#0075da;
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	transition:all linear 0.1s;
	-o-transition:all linear 0.1s;
	-webkit-transition:all linear 0.1s;
	-moz-transition:all linear 0.1s;
}
.main_fan_le ul li.hover span {
	background:#fff;
	color:#0075da;
}
.main_fan_le ul li.hover {
	border-right:none;
	background:#fff;
	position:relative;
	z-index:2;
}





.main_fan_le .bd {
	transition:all linear 0.1s;
	-o-transition:all linear 0.1s;
	-webkit-transition:all linear 0.1s;
	-moz-transition:all linear 0.1s;
	width:75%;
	height: 358px;
	float:left;
	position:relative;
	border:1px solid #0075db;
	padding-top:2%;
	box-sizing:border-box;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: none;
}
.bd-box {
	position:absolute;
	left:5%;
	width: 95%;
}
.bd-span {
	width:100%;
	height:320px;
	margin:0 auto;
}
.bd-box h1 {
	text-align:center;
	font-size:18px;
	margin-bottom: 2%;
}
.bd-span span {
	display:block;
	border:1px solid #ececec;
	width: 30%;
	text-align: center;
	margin:1%;
	padding: 3% 0;
	float:left;
	line-height:20px;
	color:#555555;
}
#bd-span span {padding:4% 0;}
.bd-span span img {
	margin: auto;
	margin-bottom: auto;
	width: 30%;
	display: block;
	margin-bottom: 2%;
}
#chexiaoul li, #chexiaoul li span {
	height:60px!important;
	line-height:60px;
}
.main_fan_ri input {
	display:block;
	width:240px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background:#f2f0f1;
	color:#797878;
	border:none;
	margin:13px auto 0;
	box-sizing:border-box;
	padding-left:15px;
}
.main_fan_ri a {
	display:block;
	width:240px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background:#ff9a39;
	color:#fff;
	text-align:center;
	margin:0 auto;
	margin-top:13px;
}
.main_fan_ri p {
	display:block;
	text-align:center;
	font-size:14px;
	text-align:center;
	color:#555555;
	margin-bottom:20px;
}
.main_fan_ri span.spn-03 {
	display:block;
	text-align:right;
	font-size:12px;
	color:#b2b2b2;
	width:240px;
	margin:0 auto;
}
.duibi {
	width:94%;
	height:706px;
	margin:0 auto;
	background:url(../images_rj/111.jpg) no-repeat center center;
	padding-top:55px;
	box-sizing:border-box;
}
.duibi .list span {
	width:50%;
	text-align:center;
	display:inline-block;
	font-size:22px;
	color:#555555;
}
.duibi .list span.hover {
	color:#185aa6;
}
.list_02 {
	margin-top:65px;
}
.lis_box_le, .lis_box_ri {
	width:42%;
	float:left;
}
.lis_box_ri .list-01 {
	position:relative;
}
.lis_box_ri .main_circle {
	width:107px;
	height:107px;
	border-radius:100px;
	background:#185aa6;
	position:absolute;
	top:0px;
	left:-72px;
	text-align:center;
	box-sizing:border-box;
	padding-top:20px;
	font-size:20px;
	color:#fff;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	border: 10px solid #fff;
}
.lis_box_le .list-01 {
	height:105px;
	margin-bottom:33px;
	text-align:right;
	padding-right:30px;
	box-sizing:border-box;
	padding-left:10px;
	padding-top:5px;
	background: #f8f8f8;
}
.lis_box_le .list-01 span {
	font-size:18px;
	line-height:30px;
}
.lis_box_le .list-01 p {
	font-size:14px;
	color:#777777;
}
.lis_box_ri {
	margin-left:48px;
	display:inline-block;
}
.lis_box_ri .list-01 {
	height:105px;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	margin-bottom:33px;
	border:1px solid #e7e7e7;
	border-left:none;
	padding-left:44px;
	box-sizing:border-box;
	padding-right:10px;
	padding-top:15px;
	background: #185aa6;
	color: #fff;
}
.lis_box_ri .list-01 span {
	font-size:18px;
	line-height:30px;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
}
.lis_box_ri .list-01 p {
	font-size:14px;
	color:#fff;
}
.lis_box_ri .list-01.hover {
	border:1px solid #185aa6;
	border-left:none;
}
.lis_box_ri .list-01.hover span {
	color:#ff9a39;
	font-weight:bold
}
.lis_box_ri .list-01.hover p {
	color:#185aa6
}
.lis_box_ri .list-01.hover .main_circle {
	background:#ff9a39;
	color:#fff;
}
.main_line_01 {
	height:70px;
	width:1000px;
	margin:0 auto;
	background:url(../images_rj/moreline_03.jpg) no-repeat center center;
}
.main_2_list {
	width:94%;
	margin:0 auto;
}
.main_2_list ul li {
	width:48%;
	height: 270px;
	float:left;
	margin:1%;
	border:1px solid #dfdfdf;
	border-radius:20px;
	display:inline-block;
	box-sizing:border-box;
	transition:all linear 0.1s;
	-o-transition:all linear 0.1s;
	-webkit-transition:all linear 0.1s;
	-moz-transition:all linear 0.1s;
}
.main_2_list ul li .lispan {
	color:#fff;
	display:block;
	text-align:center;
	padding:20px 0;
	box-sizing:border-box;
	font-size:18px;
	background: #185aa6;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.main_2_list ul li .lispan_list {
	color:#555555;
	width:100%;
	margin:0 auto;
	border-bottom:1px dashed #CCC;
	display:block;
	text-align:center;
	line-height:48px;
}
.main_2_list ul li span:last-child {
	border-bottom:none;
}
.main_blue {
	width:100%;
	background:#185aa6;
	padding:20px 0;
}
.main_bl {
	width:1000px;
	margin:0 auto;
}
.main_bl img {
	float:left;
	display:inline-block;
	margin:0 20px;
}
.blue_span {
	width:440px;
	float:left;
	margin-left:20px;
	display:inline-block;
}
.blue_span>span {
	color:#fff;
	display:block;
	line-height:50px;
}
.blue_span>span b {
	color:#ff9a39;
	font-size:22px;
}
.slideTxtBox {
	width:100%;
	margin:0 auto;padding-bottom: 3%;
}
.slideTxtBox .hd {
	width:94%;
	margin:0 auto;
	line-height:30px;
	box-sizing:border-box;
	position:relative;
	background: rgba(255, 255, 255, 0.3);
	display: grid;
}

	
		.slideTxtBox .hd ul li {
	float:left;
	color:#777777;
	cursor:pointer;
	height:60px;
	line-height:28px;
	width:33%;
	text-align:center;
	background:url(../images_rj/171222_07.jpg) center right no-repeat;
}
.slideTxtBox .hd1 ul li {
	height:30px;
	color:#fff;
	width: 16.66%;
	margin:0;
}
.slideTxtBox .hd ul li.on {
	height:60px;
	background:#fff;
	color:#ff9a39;
	line-height:24px;
	font-size:14px;
	background:#fff;
	box-sizing:border-box;
}
.slideTxtBox .hd ul li.on {
	height:60px;
	background:#4ac200;
	color:#fff;
	line-height:30px;
	font-size:14px;
	box-sizing:border-box;
}
.slideTxtBox .hd1 ul li.on {
	height:30px;
}
.slideTxtBox .bd ul {
	zoom:1;
	width: 100%;
float: left;
padding-bottom: 5%;
}
.slideTxtBox .bd li {
	float:left;
	width:33.33%;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
}
.slideTxtBox .bd li.hover {
	border:1px solid #185aa6;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
}
.slideTxtBox .bd li img {
	display:block;
	margin:0 auto;
	height:100px;
}
.slideTxtBox .bd li .date {
	float:right;
	color:#999;
}
.main_nan {
	width:400px;
	height:40px;
	margin:0 auto;
	border:1px solid #555555;
	border-radius:10px;
	position:relative;
}
.main_nantit {
	font-size:40px;
	color:#535353;
	font-weight:bold;
	text-align:center;
	width:340px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-170px;
	top:-30px;
}
.main_nantit span {
	color:#ff9a39;
}
.main_nan p {
	display:block;
	width:170px;
	background:#fff;
	font-size:16px;
	position:absolute;
	left:50%;
	margin-left:-85px;
	bottom:-10px;
	text-align:center;
	color:#ff9a39;
}
.main_l {
	width:94%;
	margin:30px auto 13px;
}
.main_l ul li {
	width:31.33%;
	background:#fff;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	float:left;
	display:inline-block;
	position:relative;
	padding:40px;
	box-sizing:border-box;
	margin: 1%;
	position:relative;
	border: 1px solid #dfdfdf;
}
.main_l ul li img {
	position:absolute;
	top:0;
	left:0;
}
.main_l ul li span {
	display:block;
	text-align:center;
	color:#777777;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	font-size: 14px;
	line-height: 20px;
	height: 50px;
}
.main_l ul li p {
	color:#777777;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
}
.main_l ul li b {
	position:absolute;
	top:3px;
	display:block;
	width:25px;
	height:25px;
	border-radius:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
}
.main_l ul li.hover {
	background:#185aa6;
}
.main_l ul li.hover span {
	color:#fff;
}
.main_l ul li.hover p {
	color:#fff;
}
.main_l ul li.hover b {
	background:#ff9a39;
}
.main_l .le_01 {
	left:2px;
}
.ma_line {
	width:1000px;
	height:36px;
	margin:0 auto;
	background:url(../images_rj/moreline_06.jpg) no-repeat center center;
}
.main_2 {
	width:1000px;
	margin:13px auto 30px;
}
.main_2 ul li {
	width:325px;
	background:#fff;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	float:left;
	display:inline-block;
	margin-right:10px;
	position:relative;
	padding:40px;
	box-sizing:border-box;
}
.main_2 ul li span {
	display:block;
	text-align:center;
	color:#777777;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	font-size:18px;
	line-height:40px;
}
.main_2 ul li p {
	color:#777777;
	transition:all linear 0.3s;
	-o-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
}
.main_2 ul li b {
	position:absolute;
	top:-13px;
	display:block;
	width:25px;
	height:25px;
	border-radius:25px;
	line-height:25px;
	text-align:center;
	background:#555555;
	color:#fff;
}
.main_2 ul li.hover {
	background:#185aa6;
}
.main_2 ul li.hover span {
	color:#fff;
}
.main_2 ul li.hover p {
	color:#fff;
}
.main_2 ul li.hover b {
	background:#ff9a39;
}
.main_2 .le_01 {
	right:76px;
}
.main_2 .le_02 {
	right:61px;
}
.main_2 .le_03 {
	right:52px;
}



.foot_diy {
	width:100%;
	background:url(../images_rj/1.jpg) no-repeat center center;
	overflow:hidden;margin-bottom: 10%;
}
.foot_diy .fot_wid {
	width:100%;
	margin:0 auto;
}
.foot_diy .fot_le {
	width: 84%;
	margin: 0 3%;
	background: #185aa6;
	overflow: hidden;
	float: left;
	padding: 20px 5%;
}
.fot_le img {
	display:block;
	margin:auto;
}
.foot_diy .fot_le .logo3 {
	display:block;
	margin:70px auto 40px;
}
.foot_diy .lin {
	width: 50%;
	float:left;
	border-top:1px dashed #4371b0;
	background: #185aa6;
}
.foot_diy .fo_span {
	font-size:22px;
	color:#4371b0;
	padding:0px 0 0 2%;
	display:block;
	width: 100%;
	float: left;
}
.foot_diy .cont {
	font-size:14px;
	color:#fff;
	padding:0 0 0 2%;
	display:block;
}
.foot_diy .cont b {
	font-size:14px;
}
.foot_diy .tel2 {
	padding-left:2%;
	width: 80%;
}
.foot_diy p {
	font-size:14px;
	padding-left:2%;
	color:#fff;
	line-height:24px;
}
.fot_ri {
	float: left;
	margin:0 3%;
	box-sizing:border-box;
	float:left;
}
.fot_ri .bai {
	float: left;
	width: 48%;
}
.fot_ri .bai span {
	font-size:14px;
	color:#555555;
}
.fot_ri .bai b {
	font-size:30px;
	font-weight:100;
}
.fot_ri p {
	display:block;
}
.vx-img {
	border:1px dashed #CCC;
	padding:30px 0;
	margin-top:15px;
}
.vx_01 {
	width:250px;
	box-sizing:border-box;
	float:left;
	display:inline-block;
	text-align:center;
}
.vx_01 span {
	display:block;
}

/**********************************************/
.bg1 {
	background:url(../images_rj/bg.jpg) repeat-y top center;
	width: 100%;
	float: left;
}
.bg1 .tit_all {
	color:#fff;
}
.bg1 .tit_all span {
	color:#4ac200;
}
/*******************************************/
.shengfen li {
	border:none!important;
	color:#fff;
	font-size:18px;
	width:50%!important;
	float:left;
	line-height:30px;
}
.shengfen a {
	background:#58a22e;
	color:#fff;
	border-radius:15px;
	padding:5px 0;
	float:left;

	font-size:18px;
	width: 48%;
margin: 1%;
    margin-top: 1%;
text-align: center;
margin-top: 4%;
}
.line {
	border-bottom:1px dotted #ccc;
	float:left;
	width:100%;
	margin-bottom: 15px;
padding-bottom: 15px;
}
/**************************************************/
.mainbottom {
	float:left;width: 100%;
}
/*选项卡*/
.navs {
	background:#0075db;
	float: left;
	width: 100%;
	text-align:center;
}
.navs li {
	width:33.33%;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	line-height:40px;
	position:relative;
	float:left;
}
0.navs li:hover {
 background:#FFF;
 color:#a00;
}
.content {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
	padding: 2.5%;
	margin-bottom:20px;
	width:94%;
}
.tab1 {
	display:none;
}
/*.tab div,.tab1 div{float: left;
width: 99%;
border-bottom: 1px dotted #ccc;}
.tab1 div a,.tab div a{font-size:16px;line-height:30px;color:#555;width:70%;overflow: hidden;
float:left;
text-overflow: ellipsis;

white-space: nowrap;}
.tab1 div span,.tab div span{width:30%;line-height:33px;float:right;text-align: center;}*/
/*.tab li, .tab1 li {
	width:162px;
	height:149px;
	border:1px solid #ccc;
	margin-left:5px;
}
.tab li img, .tab1 li img {
	width:100px;
	height:123px;
	margin-left:33px;
	margin-right:33px;
}
.tab li a {
	margin-left:2px;
}*/
.select {
	background:#4ac200;
}
.contentp1, .contentp2, .contentp3 {
	width:100%;
	color:#333;
	font-size:14px;
}
.contentp1 p, .contentp2 p, .contentp3 p{text-align:left;text-indent: 2em;}
.contentp1 h1, .contentp2 h1, .contentp3 h1 {
	color:#4ac200;
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
.contentp1 a, .contentp2 a, .contentp3 a {
	display:block;
	margin:15px auto;
	background:#4ac200;
	color:#fff;
	width:100px;
	text-align:center;
	font-size:18px;
	border-radius:15px;
	padding:5px;
}
/****************************************/
.main_chexiao {
	background:#0075db;
	color:#fff;
	float:lef;
	padding:15px 0;
}
.main_chexiao .tit_all {
	color:#fff;
}
/*******************特色功能*********************/
#tese li {
	background:#fff;
	padding:3% 0;
	height:140px;
	margin:0.4%;
	width:49%;
}
#tese li span {
	background: #f1f1f1;
color: #555;
font-size: 17px;
font-weight: bold;
width: 90%;
border-radius: 15px;
margin: auto;
padding: 5px;
}
#tese li p {
	padding:5%!important;
}
/***************难题******************/
#nanti {
	background:url(/chexiao/images/3.jpg) repeat-y top;
}
#nanti li {
	background:#f2edeb;
	width:49%;
	margin:0.4%;
	height:97px;
	font-size:20px;padding: 4%;
}
/***************************底部信息*******************************/
#bot {
    border-top: #525252 thin solid;
    background: #111123;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    max-width: 640px;
    width: 100%;
    }
#bot .fot {
    position: relative;
    width: 100%;
    float: left;
    border-top: #525252 thin solid;
    background: #111123;
    
}
#bot ul {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: #525252 thin solid;
    background: #111123;
}
#bot li {
    float: left;
    width: 35%;
}
#bot img {
    display: block;
}
/************************文章列表页************/
 .li_t{border-bottom: 1px dotted #ccc;height: 30px; line-height:30px;}
 .li_t a{width: 70%;overflow: hidden;float: left;text-overflow: ellipsis;white-space: nowrap;}
.li_t span{width:30%;line-height:33px;text-align:center;}

/*选项卡结束*/
@media (min-width:420px) {
#wxyx_list li {
height: 290px;
}
.shouji_list li p {
height: 266px;
}
}
 @media (min-width:560px) {
#wxyx_list li {
height: 233px;
}
.shouji_list li p {
height: 150px;
}
}
 @media screen (min-width:320px) and (max-width:368px) {
#wxyx_list2 ul li p {
height: 170px;
}
.shouji_list li p {
height: 266px;
}
.bd-span span img {
width:60%;
}
.bd-span span{padding:3% 0;}
}
@media screen and (max-width: 359px) and (min-width: 320px) {
.shouji_list li p {
height: 260px;
}
#brand_list li {
height:230px;
}
#brand_list22 li {
height:230px;
}
#brand_list2 li {
height:387px;
}
#tese li {
height:160px;
}
#nanti li {
height:100px;
}
.bd-span span img {
width:50%;
}
.bd-span span{padding:7% 0;}
#bd-span span{padding:9% 0;}
}
@media screen and (max-width: 459px) and (min-width: 360px) {
.shouji_list li p {
height: 210px;
}
#brand_list li {
height:200px;
}
#brand_list22 li {
height:200px;
}
#brand_list2 li {
height:352px;
}
#tese li {
height:150px;
}
#nanti li {
height:90px;
}
.bd-span span img {
width:50%;
}
.bd-span span{padding:5% 0;}
#bd-span span{padding:6% 0;}
}
 @media screen and (max-width: 580px) and (min-width: 529px) {
#brand_list2 li {
height:280px;
}
.bd-span span img {
width:50%;
}
.bd-span span{padding:3% 0;}
}
@media screen and (max-width: 530px) and (min-width: 460px) {
.shouji_list li p {
height: 160px;
}
#brand_list2 li {
height:280px;
}
.bd-span span img {
width:50%;
}
.bd-span span{padding:4% 0;}
#bd-span span{padding:5% 0!important;}
}