.nav_xl{
	display: none;
	padding: 12px 18px;
    background: #fff;
    position: absolute;
    box-shadow: 0px 0px 30px #ccc;
    z-index: 999;
    transition: 0.3s all;
}
.nav_xl dd{
	height: 46px;
	line-height: 46px;
	padding: 0 12px;
	z-index: 99;
}
.nav_xl dd a{
    transition: 0.3s all;
	color: #333;
}
.nav_xl dd:hover a{
	margin-left: 15px;
	color: #0077FF;
}
.xdt{
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 999;
}
.xdt_k{
	height: 141px;
}
.top{
	height: 40px;
	background: #333;
	line-height: 40px;
	color: #b0b0b0;
	font-size: 12px;
}
.top_l{
	float: left;
}
.top_l span{
	margin-right: 30px;
}
.top_nav{
	float: right;
}
.top_nav li{
	float: left;
}
.top_nav li a{
	color: #b0b0b0;
}
.top_nav li span{
	margin: 0 12px;
	color: #424242;
}
.top_nav li a:hover{
	color: #fff;
}
.top_nav li.shop{
	width: 100px;
	padding-left: 20px;
	text-align: center;
	background: #424242 url(../img/shop1.png) no-repeat 18px center;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	margin-left: 40px;
}
.top_nav li.shop:hover{
	background: #fff url(../img/shop2.png) no-repeat 18px center;
	color: #c7161e;
}
.shop_list{
	position: absolute;
	width: 320px;
	min-height: 90px;
	top: 40px;
	right: 0;
	box-shadow: 0px 5px 5px #ccc;
	display: none;
	background: #fff;
}
.shop_list p{
	text-align: center;
	line-height: 90px;
	color: #555555;
}
.top_nav li.shop:hover .shop_list{
	display: block;
}
.nav{
	height: 101px;
	/*background: url(../img/nav_bg.png) repeat-x;*/
	box-shadow: 0px 0px 10px #ccc;
}
.logo{
	float: left;
	width: 183px;
	height: 100px;
}
.logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.nav_menu{
	float: left;
	line-height: 101px;
	margin-left: 65px;
}
.nav_menu li{
	position: relative;
	margin-right: 45px;
	font-size: 16px;
	float: left;
}
.nav_menu li a{
	color: #333;
	transition: 0.3s all;
}
.nav_menu li .border{
	height: 3px;
	width: 0%;
	background: #1875ef;
	position: absolute;
	bottom: 22px;
	transition: 0.3s all;
}
.nav_menu li ul{
	padding:12px 18px;
	background: #fff;
	position: absolute;
	box-shadow: 0px 0px 30px #ccc;
	top: 88px;
	left: 50%;
	margin-left: -122px;
	display: none;
	z-index: 999;
}
.nav_menu li ul li{
	height: 46px;
	line-height: 46px;
	padding: 0 12px;
	width: 140px;
}

.nav_menu li:hover a{
	color: #1875f0;
}
.nav_menu li:hover .border{
	width: 100%;
}
.nav_menu li:hover ul{
	display: block;
}
.nav_menu li:hover ul li a{
	color: #333;
	transition: all 0.3;
}
.nav_menu li:hover ul li:hover a{
	margin-left: 15px;
	color: #1875f0;
}
.search{
	width: 293px;
	height: 48px;
	float: right;
	border: 1px solid #e0e0e0;
	margin-top: 24px;
	overflow: hidden;
}
.search .sc_input{
	float: left;
	width: 225px;
	height: 100%;
	padding:0 10px;
}
.search .sc_input input{
	display: block;
	width: 100%;
	height: 100%;
}
.search .sc_btn{
	float: right;
	width: 47px;
	height: 100%;
	border-left: 1px solid #e0e0e0;
	background: url(../img/fdj.png) no-repeat center center;
	cursor: pointer;
}
.search .sc_btn:hover{
	background: url(../img/fdj2.png) no-repeat center center;
}
.mbx{
	padding: 16px 0;
}
.mbx a{
	color: #757575;
}
.mbx span{
	padding: 0 10px;
}
.banner{
	height: 350px;
	position: relative;
	margin-bottom: 20px;
}
.banner .tu li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.banner .tu li img{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .shu{
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
	height: 10px;
}
.banner .shu li{
	display: inline-block;
	width: 40px;
	height: 4px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.3;
	filter:alpha(opacity=30);
	cursor: pointer;
}
.banner .shu li.ac{
	opacity: 0.75;
	filter:alpha(opacity=75);
}
.news{
	margin: 20px 0;
}
.gsdt{
	width: 718px;
	height: 357px;
	float: left;
	background: #fff;
	padding: 0 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	overflow: hidden;
}
.tzgg{
	width: 415px;
	height: 357px;
	float: right;
	background: #fff;
	padding: 0 20px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.n_tite{
	overflow: hidden;
}
.n_tite h2{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-left: 32px;
	height: 25px;
	line-height: 25px;
}
.n_tite a{
	display: block;
	float: right;
	width: 20px;
	height: 13px;
	background: url(../img/gd.png) no-repeat;
	margin-top: 5px;
}
.gsdt .n_tite h2{
	background: url(../img/gsdt.png) center left no-repeat;
}
.tzgg .n_tite h2{
	background: url(../img/tzgg.png) center left no-repeat;
}
.toutiao{
	height: 158px;
	overflow: hidden;
	margin-top: 22px;
	padding-bottom: 17px;
	border-bottom: 1px dashed #d9d9d9;
}
.toutiao .img{
	float: left;
	width: 270px;
	height: 158px;
}
.toutiao .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.toutiao .text{
	width: 435px;
	height: 158px;
	float: right;
}
.toutiao .text h2{
	font-size: 18px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.toutiao .text h2 a{
	color: #333;
}
.toutiao .text .time{
	font-size: 12px;
	color: #aab2bd;
	line-height: 12px;
	height: 12px;
	margin-top: 12px;
	margin-bottom: 14px;
	display: block;
}
.toutiao .text p{
	line-height: 24px;
	color: #706f6f;	
}
.gsdt ul{
	overflow: hidden;
	margin-top: 24px;
}
.gsdt ul li{
	float: left;
	height: 14px;
	width: 339px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 14px;
	margin-bottom: 18px;
	background: url(../img/list.png) no-repeat left center;
}
.gsdt ul li img{
	width: 18px;
	height: 12px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.gsdt ul li p{
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    width: 250px;
}
.gsdt ul li p a{
    color: #434a54;
}
.gsdt ul li span{
	float: right;
	color: #aab2bd;
}
.gsdt ul li:hover p a{
	color: #0c6ae6;
}
.tzgg ul{
	margin-top: 24px;
}
.tzgg ul li{
	position: relative;
	border: 1px dashed #dcdcdc;
	background: #f6f6f6;
	height: 45px;
	margin-bottom: 6px;
	transition: all 0.3s; 
}
.tzgg ul li:hover{
	background: #fff;
}
.tzgg ul li i{
	position: absolute;
	width: 32px;
	height: 20px;
	background: url(../img/zx.png) no-repeat;
	color: #fff;
	font-size: 12px;
	text-align: center;
	left: -12px;
	top: -12px;
}
.tzgg ul li a{
	display: block;
	padding: 0 10px;
}
.tzgg ul li a p{
	color: #585858;
	padding-top: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.tzgg ul li a span{
	color: #d2d2d2;
	font-size: 12px;
}
.hydt{
	margin: 35px 0;
}
.hydt .n_tite h2{
	background: url(../img/hydt.png) center left no-repeat;
}

.hydt .pic img {
	display: block;
	width: 100%;
	height: 172px;
}


.hydt .prev,
.hydt .next {
	width: 30px;
	height: 48px;
	position: absolute;
	top: 116px;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.3s;
}
.picScroll-left:hover .prev,
.picScroll-left:hover .next{
	opacity: 1;
	filter:alpha(opacity=100);
}
.hydt .prev {
	background: url(../img/y_l2.png);
	left: 0px;
}
.hydt .prev:hover {
	background: url(../img/y_l.png);
}
.hydt .next {
	background: url(../img/y_r2.png);
	right: -7px;
}
.hydt .next:hover {
	background: url(../img/y_r.png);
}



.hydt .picScroll-left {
	margin-top: 28px;
	position: relative;
}
.hydt .picScroll-left .bd ul li {
	margin-right: 16px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 296px;
	height: 302px;
	background: #fff;
	transition: all 0.3s;
}

.hydt .picScroll-left .bd ul li:hover{
	box-shadow: 0px 0px 30px #ccc;
}

.hydt .picScroll-left .bd ul li .pic {
	position: relative; width:296px; height:172px;
}

.hydt .picScroll-left .bd ul li .pic i{
	width: 36px;
	height: 24px;
	position: absolute;
	background: url(../img/y_bf.png) no-repeat;
	left: 14px;
	bottom: 14px;
}
.hydt .picScroll-left .bd ul li h2{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding: 20px 12px;
}
.hydt .picScroll-left .bd ul li h2 a{
	color: #333;
}
.hydt .picScroll-left .bd ul li .laiyuan{
	overflow: hidden;
	border-top:1px solid #f5f5f5;
	line-height: 46px;
	padding: 0 12px;
	color: #b0b0b0;
}
.hydt .picScroll-left .bd ul li .jianyao{
	width: 100%;
	height: 100%;
	background: #4187e5;
	overflow: hidden;
}
.hydt .picScroll-left .bd ul li .jianyao p{
	padding: 40px 14px;
	color: #fff;
	line-height: 24px;
}
.footer{
	background: #fff;
	height: 300px;
	margin-top: 30px;
}
.f_nav1{
	padding: 28px 0;
	overflow: hidden;
	border-bottom: 1px solid #b0b0b0;
}
.f_nav1 li{
	float: left;
	cursor: pointer;
	height: 25px;
	margin: 0 42px;
	color: #666;
}
.f_nav1 li img{
	vertical-align: middle;
	margin-right: 20px;
}
.f_nr{
	margin-top: 44px;
	overflow: hidden;
	height: 135px;
}
.f_nav2{
	height: 100%;
	border-right: 1px solid #e0e0e0;
	float: left;
	overflow: hidden;
}
.f_nav2 .demo{
	margin-right: 90px;
	float: left;
}
.f_nav2 .demo h2{
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #333;
	margin-bottom: 18px;
}
.f_nav2 .demo li{
	font-size: 12px;
	line-height: 28px;
}
.f_nav2 .demo li a{
	color: #757575;
}
.f_nav2 .demo li a:hover{
	color: #333;
}
.f_lxfs{
	float: right;
	width: 448px;
}
.f_lxfs ul{
	overflow: hidden;
	margin-bottom: 12px;
}
.f_lxfs ul li{
	float: left;
}
.f_lxfs ul li.img{
	width: 89px;
	height: 89px;
	margin-left: 50px;
}
.f_lxfs ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.f_lxfs ul li.lxfs{
	width: 140px;
	text-align: center;
	margin-right: 30px;
}
.f_lxfs ul li.lxfs h2{
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	color: #c7161e;
}
.f_lxfs ul li.lxfs span{
	display: inline-block;
	height: 12px;
	line-height: 12px;
	color: #757575;
	margin-top: 12px;
	margin-bottom: 18px;
	font-size: 12px;
}
.f_lxfs ul li.lxfs .btn{
	display: block;
	width: 118px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #c7161e;
	color: #c7161e;
	margin: 0 auto;
}
.f_lxfs p{
	font-size: 12px;
	line-height: 16px;
	color: #757575;
}
.bott{
	background: #06060b;
	color: #999;
	text-align: center;
	line-height: 50px;
	height: 50px;
}
.x_nav{
	position: fixed;
	width: 40px;
	bottom: 50px;
	z-index: 9999;
}
.x_nav li{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	background: #1875f0;
	transition: 0.3s all;
	border-radius: 5px;
}
.x_nav li:hover{
	background: #176dde;
}
.x_nav li img{
	display: block;
}

.xw_nr{
	background: #fff;
	padding: 0 30px;
}
.xw_nr_tit h2{
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	font-weight: bold;
	color: #222;
	padding-top: 45px;
	padding-bottom: 35px;
}
.xw_nr_tit_time{
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 14px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e8e8e8;
}
.xw_fanye{
	height: 80px;
	line-height: 80px;
	margin-top: 10px;
	margin-bottom: 70px;
}
.xw_fanye a{
	color: #666;
}
.xw_fanye a:hover{
	text-decoration:underline;
}
.list{
	margin-bottom: 60px;
}
.list_l{
	float: left;
}
.list .list_l li{
	width: 890px;
	height: 120px;
	padding: 15px;
	background: #fff;
	margin-bottom: 12px;
	transition: all 0.3s;
}
.list .list_l li:hover{
	box-shadow: 0px 0px 30px #ccc;
}
.l_img{
	float: left;
	margin-right: 18px;
	width: 205px;
	height: 120px;
}
.l_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.l_txt{
	height: 120px;
	overflow: hidden;
}
.l_txt h2{
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    padding-top: 6px;
    padding-bottom: 18px;
}
.l_txt h2 a{
	color: #333;
}
.l_txt p{
	color: #757575;
	height: 48px;
	line-height: 24px;
	margin-bottom: 10px;
}
.l_caozuo{
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	color: #999;
}
.l_caozuo span{
	color: #757575;
}
.l_caozuo span i{
	padding: 0 10px;
}
.l_fx{
	float: right;
	overflow: hidden;
}
.l_fx span{
	float: left;
	margin-left: 14px;
	width: 18px;
	height: 18px;
}
.l_fx .fxd{
	margin-right: 6px;
	margin-left: 0;
	width: auto;
}
.l_fx .wx_fx{
	cursor: pointer;
	background: url(../img/wx_ioc.png) no-repeat center center;
}
.l_fx .wx_fx:hover{
	background: url(../img/wx_ioc2.png) no-repeat center center;
}
.l_fx .wb_fx{
	cursor: pointer;
	background: url(../img/wb_ioc.png) no-repeat center center;
}
.l_fx .wb_fx:hover{
	background: url(../img/wb_ioc2.png) no-repeat center center;
}
.l_fx .kj_fx{
	cursor: pointer;
	background: url(../img/kj_ioc.png) no-repeat center center;
}
.l_fx .kj_fx:hover{
	background: url(../img/kj_ioc2.png) no-repeat center center;
}
.l_fx .in_fx{
	cursor: pointer;
	background: url(../img/in_ioc.png) no-repeat center center;
}
.l_fx .in_fx:hover{
	background: url(../img/in_ioc2.png) no-repeat center center;
}
.pag{
	overflow: hidden;
	margin-top: 36px;
}
.pag a{
	display: inline-block;
	min-width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	font-size: 12px;
	padding: 15px;
	background: #d6d6d6;
	color: #696969;
	margin-right: 5px;
	transition: all 0.3s;
}
.pag a:hover,.pag .on{
	color: #fff;
	background: #1875f0;
}
.pag a.lue{
	background: none;
	color: #696969;
}
.list_r{
	float: right;
	width: 280px;
}
.list_r .tzgg{
	width: auto;
	height: auto;
	float: none;
}
.list_r .tzgg ul li{
	height: auto;
}
.list_r .tzgg ul li a p{
	white-space:normal
}
.list_r .ggw{
	width: 280px;
	height: 169px;
	margin: 15px 0;
}
.list_r .ggw img{
	display: block;
	width: 100%;
	height: 100%;
}
.list_r .tgcp{
	height: 320px;
	background: #fff;
	position: relative;
	text-align: center;
}
.list_r .tgcp .youhui{
	position: absolute;
	width: 64px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background: #c7161e;
	top: 0;
	left: 50%;
	margin-left: -32px;
}
.list_r .tgcp img{
	width: 100%;
	height: 200px;
	display: block;
}
.list_r .tgcp .text{
	padding: 0 28px;
}
.list_r .tgcp .text h2{
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.list_r .tgcp .text h2 a{
	color: #333;
}
.list_r .tgcp .text p{
	line-height: 18px;
}
.list_r .tgcp .text p a{
	color: #b0b0b0;
}


/*资源中心*/
.zyzx_banner{
	height: 352px;
	background: url(../img/zxzx_banner.jpg) no-repeat center;
}
.zyzx_nav{
	overflow: hidden;
	margin-top: -42px;
}
.zyzx_nav li{
	width: 20%;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 16px;
	background: #0089f1;
	float: left;
	transition: all 0.3s;
}
.zyzx_nav li:nth-child(odd){
	background: #0181e2;
}
.zyzx_nav li:hover{
	background: #0091ff;
}
.zyzx_nav li a{
	display: block;
	color: #fff;
}
.zyzx_left{
	float: left;
	width: 836px;
}
.jigouxz{
	margin: 20px 0;
	background: #fff;
	line-height: 58px;
	height: 58px;
	padding: 0 20px;
	overflow: hidden;
}
.jigouxz h2{
	float: left;
	font-size: 16px;
	color: #333;
}
.jigouxz ul{
	text-align: center;
}
.jigouxz ul li{
	display: inline-block;
	padding: 0 20px;
	color: #999;
	cursor: pointer;
}
.jigouxz ul li.on{
	color: #333;
}
.jigouxz a{
	float: right;
	color: #1875f0;
}
.zyzx_list{
	margin: 20px 0;
}
.zyzx_list li{
	background: #fff;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.zyzx_list li:hover{
	box-shadow: 0px 0px 20px #dadada;
	transform: translateY(-2px);
}
.zyzx_list li:nth-last-child{
	margin: 0;
}
.zyzx_list li .xlpp{
	padding: 20px;
	overflow: hidden;
	border-bottom:2px solid #f4f4f4;
}

.zyzx_list li .xlpp .cp_logo{
	float: left;
	box-shadow: 0px 0px 20px #dadada;
	margin-right: 20px;
	width: 112px;
	height: 112px;
	display: block;
}
.zyzx_list li .xlpp .cp_data h2{
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.zyzx_list li .xlpp h2 a{
	color: #333;
}
.zyzx_list li .xlpp h2 a:hover{
	 text-decoration:underline;
}
.zyzx_list li .xlpp .cp_data{
	float: left;
	width: 660px;
}
.zyzx_list li .xlpp .cp_data p{
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background: url(../img/gsdz.png) no-repeat left center;
	color: #666;
	margin: 14px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.zyzx_list li .xlpp .cp_data img{
	width: 38px;
	height: 38px;
	border: 1px solid #e0e0e0;
	margin-right: 5px;
}
.zyzx_list li .jcbq{
	padding: 10px 20px;
}
.zyzx_list li .jcbq span{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding:0 12px;
	background: #30cbe3;
	color: #fff;
	border-radius: 15px;
	margin-right: 8px;
	cursor: pointer;
	transition: all 0.3s;
}
.zyzx_list li .jcbq span:hover{
	background: #31e0fb;
}
.pxzx{
	width: 855px;
}
.pxzx li{
	width: 265px;
	height: 343px;
	background: #fff;
	overflow: hidden;
	transition: all 0.5s;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pxzx li:hover{
	transform:translateY(-5px);
	box-shadow: 0px 0px 30px #ccc;
}
.pxzx li img{
	display: block;
	width: 265px;
	height: 198px;
}
.pxzx li h2{
	padding: 20px 20px;
	padding-top: 24px;
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.pxzx li h2 a{
	color: #333333;
}
.pxzx_dz{
	overflow: hidden;
	padding: 18px 20px;	
}
.pxzx_dz p{
	font-size: 14px;
	color: #1875f0;
	float: left;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../img/gsdz.png) no-repeat left center;
}
.pxzx_dz span{
	float: right;
	line-height: 14px;
	color: #333;
}
.zyzx_right{
	float: right;
	width: 360px;
}
.zyzx_rzsq{
	height: 58px;
	margin: 20px 0;
	border-radius: 5px;
	background: #f35d14;
	text-align: center;
	line-height: 58px;
	color: #fff;
	overflow: hidden;
}
.zyzx_rzsq li{
	float: left;
	width: 44.3%;
	cursor: pointer;
	padding-left: 20px;
	transition: all 0.5s;
}
.zyzx_rzsq li:first-child{
	border-right: 1px solid #fff;
	background: url(../img/qyrz.png) no-repeat 40px center;
}
.zyzx_rzsq li:last-child{
	background: url(../img/zjrz.png) no-repeat 40px center;
}
.zyzx_rzsq li:hover{
	background-color: #de5613;
}
.zyzx_bzcx{
	background: #fff;
}
.zyzx_right .n_tite{
	padding: 14px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.zyzx_right .n_tite h2{
	padding: 0;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.zyzx_sc{
	padding: 36px 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.zyzx_sc p{
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0;
	color: #585858;
}
.zyzx_sc input{
	display: block;
	width: 298px;
	height: 40px;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
	padding: 0 10px;
}
.zyzx_sc input:focus{
	background: none;
}
.zyzx_sc .zyzx_btn{
	background: url(../img/zyzx_sc.png) no-repeat 110px center;
	background-color:#f35d14;
	text-align: center;
	color: #fff;
	height: 42px;
	line-height: 42px;
	margin-top: 20px;
	cursor: pointer;
	transition: all 0.5s;
}
.zyzx_sc .zyzx_btn:hover{
	background-color: #de5613;
}
.zyzx_zlk{
	background: #fff;
	padding: 16px 20px;
	margin-bottom: 20px;
}
.zyzx_zlk li{
	padding: 12px 10px;
	border: 1px dotted #e8e8e8;
	margin-bottom: 10px;
	color: #585858;
	height: 18px;
	line-height: 18px;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.zyzx_zlk li:nth-last-child{
	margin: 0;
}
.zyzx_zlk li b{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-right: 15px;
	color: #333;
	cursor: pointer;
}
.zyzx_zlk li:nth-child(1) b{
	color: #f35d14;
}
.zyzx_zlk li:nth-child(2) b{
	color: #fe7c3d;
}
.zyzx_zlk li:nth-child(3) b{
	color: #f5b04e;
}
.zyzx_zlk li .zyzx_xzwj{
	position: absolute;
	width: 100%;
	height: 0%;
	background: #f35d14;
	color: #fff;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 44px;
	transition: all 0.3s;
	z-index: -1;
}
.zyzx_zlk li:hover{
	border: 1px dashed #f35d14;
}
.zyzx_zlk li:hover .zyzx_xzwj{
	height: 100%;
	z-index: 1;
}
.zyzx_zj{
	padding: 16px 20px;
	padding-bottom: 48px;
	background: #fff;
}
.zyzx_zj li{
	height: 54px;
	overflow: hidden;
	margin-bottom: 20px;
}
.zyzx_zj li:last-child{
	margin-bottom: 0;
}
.zyzx_zj li img{
	float: left;
	width: 54px;
	height: 54px;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.zyzx_zj li .zj_data{
	float: left;
	width: 180px;
	color: #666;
}
.zyzx_zj li .zj_data h2{
	font-size: 18px;
	margin-bottom: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.zyzx_zj li .zj_data h2 a{
	color: #333;
}
.zyzx_zj li .zj_data h2 a:hover{
	text-decoration:underline;
}
.zyzx_zj li .zj_data p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.zyzx_zj li .zj_btn{
	float: right;
	width: 56px;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
	transition: all 0.3s;
	cursor: pointer;
}
.zyzx_zj li:hover .zj_btn{
	background: #f35d14;
	color: #fff;
}


.shaixuan{
	background: #fff;
	padding: 20px;
	border-bottom: 1px solid #f4f4f4;
	margin-top: 20px;
}
.shaixuan span{
	color: #333;
	float: left;
}
.shaixuan .xznr{
	float: left;
	width: 1115px;
}
.shaixuan a{
	display: inline-block;
	color: #666;
	padding: 6px 16px;
	border: 1px solid #fff;
	line-height: 14px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.shaixuan a.on{
	border: 1px solid #1874ef;
	color: #1874ef;
}
.shaixuan .xuanxiang{
	margin-bottom: 16px;
}
.shaixuan .xuanxiang:last-child{
	margin: 0;
}
.leibie{
	padding: 0 20px;
	background: #fff;
	line-height: 44px;
}
.leibie span{
	color: #333;
}
.leibie a{
	color: #666;
	margin-left: 48px;
}
.leibie a.on{
	color: #1875f0;
	font-weight: bold;
}

.zyzx_list .haoping{
	float: right;
}
.zyzx_list .haoping span{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/xxh.png) no-repeat center center;
}


.zyzx_list .haoping span.on{
	background: url(../img/xx.png) no-repeat center center;
}
.qyzj_list .zyzx_list{
	margin: 10px 0;
}
.qyzj_list .zyzx_list li{
	margin-bottom: 10px;
}
.qyzj_list .zyzx_list li .jcbq span{
	background: #9fb0b3;
}
.qyzj_list .zyzx_list li .jcbq span:hover{
	background: #8e9da0;
}

.zhuanjia_jg{
	margin-top: 20px;
	width: 1255px;
}
.zhuanjia_jg li{
	width: 220px;
	background: #fff;
	float: left;
	margin-right: 31px;
	margin-bottom: 24px;
	transition: all 0.3s;
}
.zhuanjia_jg li:hover{
	box-shadow: 0px 0px 30px #ccc;
	transform: translateY(-5px);	
}
.zhuanjia_jg li img{
	display: block;
	width: 100%;
	height: 150px;
}
.zhuanjia_jg li .zhuanjia_name{
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}
.zhuanjia_jg li .zhuanjia_name h2{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.zhuanjia_jg li .zhuanjia_name h2 span{
	font-size: 14px;
	color: #1875f0;
	font-weight: normal;
	margin-left: 10px;
}
.zhuanjia_jg li .zhuanjia_name p{
	height: 36px;
	overflow: hidden;
	line-height: 18px;
	color: #666;
}
.zhuanjia_jg li .zhuanjia_dizhi{
	padding: 13px 20px;
	overflow: hidden;
}
.zhuanjia_jg li .zhuanjia_dizhi p{
	float: left;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background: url(../img/gsdz.png) no-repeat left center;
	color: #666;
	margin-top: 5px;
}
.zhuanjia_jg li .zhuanjia_dizhi a{
	float: right;
	width: 48px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #bbb;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3;
}
.zhuanjia_jg li:hover .zhuanjia_dizhi a{
	background: #f35d14;
	border: 1px solid #f35d14;
	color: #fff;
}

.bzcx{
	background: #fff;
	padding: 0 128px;
	padding-top: 45px;
	
}
.bzcx_shaixuan li{
	overflow: hidden;
	line-height: 36px;
	margin-bottom: 24px;
}
.bzcx_shaixuan li p{
	float: left;
	text-align: right;
	width: 60px;
	font-weight: bold;
	color: #333;
}
.bzcx_shaixuan li .tiaojian{
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.bzcx_shaixuan li .tiaojian span{
	float: left;
	padding: 0 16px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e0e0e0;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3;
}
.bzcx_shaixuan li .tiaojian span:hover{
	border: 1px solid #1875f0;
}
.bzcx_shaixuan li .tiaojian span.on{
	border: 1px solid #1875f0;
	background: #1875f0;
	color: #fff;
}
.bzcx_shaixuan li .tiaojian input{
	height: 34px;
	width: 640px;
	padding:0 15px;
	border: 1px solid #e0e0e0;
}
.bzcx_jg{
	width: 996px;
	padding-left: 88px;
}
.bzcx_jg .lscx{
	background: #f7f8fa;
	line-height: 24px;
	color: #1875f0;
	padding:10px 20px;
	min-height: 74px;
	margin-bottom: 20px;
	position: relative;
}
.bzcx_jg .lscx b{
	color: #727375;
}
.bzcx_jg .bzcx_list{
	position: relative;
	width: 1015px;
	padding-bottom: 55px;
}
.bzcx_jg .bzcx_list>li{
	width: 320px;
	height: 54px;
	border: 1px solid #e0e0e0;
	float: left;
	color: #585858;
	margin-right: 18px;
	margin-bottom: 15px;
	cursor: pointer;
	background: url(../img/xl.png) no-repeat 294px 10px;
	transition: 0.3s;
}
.bzcx_jg .bzcx_list>li:hover,.bzcx_jg .bzcx_list>li.on{
	background:#1875f0 url(../img/xl_xz.png) no-repeat 294px 10px;
	color: #fff;
}
.bzcx_jg .bzcx_list li p{
	padding-left: 14px;
	padding-right: 48px;
}
.bzcx_jg .bzcx_list li .bzcx_xjxz{
	position: absolute;
	width: 960px;
	background: #fff;
	margin-top: 48px;
	margin-top: 25px\9;
	left: 0;
	padding: 18px;
	overflow: hidden;
	display: none;
	box-shadow: 0px 0px 15px #ccc;
}
@media screen and(-ms-high-contrast:hover),(-ms-high-contrast:none) {
.bzcx_jg .bzcx_list li .bzcx_xjxz{
	margin-top: 25px;
	}
}
.bzcx_jg .bzcx_list li .bzcx_xjxz li{
	border: none;
	width: 240px;
	height: 26px;
	line-height: 26px;
	padding:0 20px;
	float: left;
	margin-right: 40px;
	margin-bottom: 15px;
	color: #585858;
	transition: all 0.3s;
}
.bzcx_jg .bzcx_list li.on .bzcx_xjxz{
	display: block;
}
.bzcx_jg .bzcx_list li .bzcx_xjxz li:hover{
	color: #1875f0;
}
.bzcx_jg .bzcx_list li .bzcx_xjxz li.ac{
	background: #1875f0;
	color: #fff;
	border-radius: 15px;
}
.bzcx_btn_box{
	padding-bottom: 70px;
	background: #fff;
	margin-bottom: 80px;
}
.bzcx_btn_box .bzcx_btn{
	padding-top: 45px;
	border-top: 1px dotted #e5e5e5;
	margin: 0 30px;
	text-align: center;
}
.bzcx_btn_box .bzcx_btn a{
	display: inline-block;
	width: 148px;
	padding-left: 30px;
	height: 52px;
	background: #f55d14 url(../img/fdj_bs.png) no-repeat 50px center ;
	color: #fff;
	line-height: 52px;
	transition: all 0.3s;
	border-radius: 10px;
}
.bzcx_btn_box .bzcx_btn a:hover{
	background: #cc4e12 url(../img/fdj_bs.png) no-repeat 50px center;
}

.bzcx_ssjg{
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	background: #fff;
	padding-left: 20px;
	margin-bottom: 10px;
}
.bzcx_ssjg b{
	color: #e24500;
	font-weight: bold;
}

.bzcx_cxjg{
	background: #fff;
	line-height: 50px;
	text-align: left;
}
.bzcx_cxjg table {
	border-collapse:collapse;
	width: 100%;
}
.bzcx_cxjg tr th{
	background: #6796d5;
	color: #fff;
	font-size: 16px;
}
.bzcx_cxjg td{
	font-weight: bold;
	color: #585858;
	border-bottom: 1px dashed #e0e0e0;
}
.bzcx_cxjg th,.bzcx_cxjg td{
	padding:0 20px;
}
.bzcx_cxjg td.qingse{
	color: #1875f0;
}
.bzcx_cxjg td.hui333{
	color: #333;
}
.bzcx_cxjg td.hui666{
	color: #666;
}
.bzcx_cxjg tr{
	transition: all 0.3s;
}
.bzcx_cxjg tr:hover{
	background: #f7f8fa;
}

.bzcx_cx_jg{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 55px;
}
.bzcx_cx_jg .nr{
	width: 1130px;
	border: 1px solid #c1d5f0;
	margin:auto;
	border-bottom: none;
}
.bzcx_cx_jg .nr .wendang{
	height: 190px;
	background: #e4ebf4;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
}
.bzcx_cx_jg .nr .wendang h2{
	font-size: 18px;
	font-weight: bold;
	color: #f35d14;
	margin-top: 26px;
	margin-bottom: 28px;
}
.bzcx_cx_jg .nr .wendang p{
	line-height: 30px;
	color: #0563de;
}
.bzcx_cx_jg .nr .wendang p b{
	color: #f35d14;
	font-weight: bold;
}
.bzcx_cx_jg .nr .wendang a{
	position: absolute;
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #1875f0;
	color: #fff;
	border-radius: 5px;
	top: 16px;
	right: 16px;
	transition: all 0.3s;
}
.bzcx_cx_jg .nr .wendang a:hover{
	background: #166de0;
}
.bzcx_cx_jg .nr table {
	border-collapse:collapse;
	width: 100%;
	text-align: left;
	line-height: 50px;
	color: #555;
}
.bzcx_cx_jg .nr table tr{
	border-bottom: 1px solid #c1d5f0;
}
.bzcx_cx_jg .nr table th,.bzcx_cx_jg .nr table td{
	height: 50px;
}
.bzcx_cx_jg_th{
	padding-left: 30px;
	width: 165px;
}
.minh{
	height: 260px;
	vertical-align: top;
}

.fjxz_banner{
	height: 235px;
	background: url(../img/fjxz_banner.png) no-repeat center center;
}
.fjxz_sc{
	overflow: hidden;
	background: #fff;
	padding:24px 20px;
	margin-top: 12px;
	margin-bottom: 10px;
}
.fjxz_sc .fjxz_input{
	width: 720px;
	height: 44px;
	position: relative;
	float: left;
}
.fjxz_sc .fjxz_input input{
	display: block;
	height: 100%;
	padding:0 12px;
	width: 568px;
	border: 1px solid #e0e0e0;
	border-radius:  5px 0 0 5px;
}
.fjxz_sc .fjxz_input a{
	position: absolute;
	width: 106px;
	height: 46px;
	padding-left: 20px;
	background: #1875f0 url(../img/fdj_bs.png) no-repeat 30px center;
	line-height: 46px;
	text-align: center;
	color: #fff;
	right: 0px;
	top: 0px;
	transition: all 0.3s;
	border-radius: 0 5px 5px 0;
}
.fjxz_sc .fjxz_input a:hover{
	background: #166cdd url(../img/fdj_bs.png) no-repeat 30px center;
}
.fjxz_sc p{
	float: right;
	line-height: 44px;
	color: #585858;
}
.fjxz_sc p b{
	font-weight: bold;
	color: #f13738;
}
.fjxz_list{
	padding:20px;
	background: #fff;
}
.fjxz_list li{
	height: 48px;
	line-height: 48px;
	border: 1px dashed #e0e0e0;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
	padding-right: 22px;
	padding-left: 45px;
	margin-bottom: 10px;
}
.fjxz_list li:last-child{
	margin-bottom: 0;
}
.fjxz_list li:hover{
	background-color: #f8f8f8;
}
.fjxz_list li p{
	float: left;
}
.fjxz_list li p a{
	color: #585858;
}
.fjxz_list li b{
	float: right;
	display: inline-block;
	width: 62px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #e83428;
	color: #fff;
	margin-top: 15px;
	margin-right: 110px;
	border-radius: 10px;
	display: none;
}
.fjxz_list li:hover b{
	display: block;
}
.fjxz_list li span{
	float: right;
	color: #999;
}
.fjxz_list li.mp3{
	background: url(../img/mp3.png) no-repeat 22px center;
}
.fjxz_list li.mp3:hover{
	background:#f8f8f8 url(../img/mp3.png) no-repeat 22px center;
}
.fjxz_list li.doc{
	background: url(../img/doc.png) no-repeat 22px center;
}
.fjxz_list li.doc:hover{
	background:#f8f8f8 url(../img/doc.png) no-repeat 22px center;
}
.fjxz_list li.ppt{
	background: url(../img/ppt.png) no-repeat 22px center;
}
.fjxz_list li.ppt:hover{
	background:#f8f8f8 url(../img/ppt.png) no-repeat 22px center;
}
.m_pag{
	text-align: center;
	margin-bottom: 60px;
}
.m_pag-25{
	margin-top: -25px;
}


/*首页*/
.index_banner{
	margin: 0;
	height: 400px;
}
.index_banner .tu{
	height: 400px;
}
.index_banner .tu li a{
	display: block;
	height: 100%;
}
.zhuce_data{
	padding: 0 30px;
	text-align: center;
	background: #fff;
	height: 120px;
}
.zhuce_data li{
	float: left;
	width: 25%;
	position: relative;
}
.zhuce_data li h2{
	font-size: 36px;
	color: #333;
	height: 36px;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 12px;
}
.zhuce_data li span{
	position: absolute;
	width: 22px;
	height: 58px;
	background: url(../img/xie.png) no-repeat;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.zhuce_data li p{
	color: #ababab;
}
.zhuce_data li p img{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 8px;
}
.zhuce_data li .boton{
	width: 170px;
	padding: 0;
	height: 50px;
	line-height: 50px;
	margin: 35px auto;
	text-align: center;
}
.index_tit{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	height: 32px;
}
.index_tit h2{
	float: left;
	font-size: 24px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #333;
	
}
.index_tit h2 span{
	float: left;
}
.index_tit h2 a{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/index_tit.png) no-repeat;
	float: left;
	margin: 5px 10px;
}
.index_tit h2 i{
	font-size: 14px;
	color: #a5a5a5;
	float: left;
}
.index_tit .tit_btn{
	float: right;
	display: block;
	width: 102px;
	height: 32px;
	line-height: 32px;
	background: #1875f0;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s;
}
.index_tit .tit_btn:hover{
	background: #176dde;
}
.index_nows{
	width: 606px;
	float: left;
}
.index_xqdt{
	width: 608px;
	float: right;
}
.index_nows .nr,.index_xqdt .nr{
	background: #fff;
	padding: 25px 30px;
	height: 440px;
	overflow: hidden;
}
.index_nows .nr .nows_nav{
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.index_nows .nr .nows_nav li{
	float: left;
	overflow: hidden;
	line-height: 34px;
	position: relative;
	padding-bottom: 13px;
}
.index_nows .nr .nows_nav li a{
	float: left;
	height: 34px;
	width: 90px;
	text-align: center;
	color: #323232;
	border-radius: 5px;
	font-size: 16px;
	transition: all 0.3s;
}
.index_nows .nr .nows_nav li:hover a{
	color: #3586f2;
	text-decoration: none;
}
.index_nows .nr .nows_nav li.on a{
	background: #3586f2;
	color: #fff;
}
.index_nows .nr .nows_nav li.on i{
	position: absolute;
	width: 13px;
	height: 5px;
	background: url(../img/nows_jt.png) no-repeat;
	bottom: 8px;
	left: 38px;
}
.index_nows .nr .nows_nav li span{
	float: left;
	padding: 0 5px;
	color: #e0e0e0;
}
.index_nows .nr h2{
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.index_nows .nr h2 a{
	color: #333;
}
.index_nows .nr a:hover{
	text-decoration:underline;
}
.index_nows .index_toutiao{
	height: 158px;
	margin-top: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}
.index_nows .index_toutiao img{
	display: block;
	width: 270px;
	height: 158px;
	float: left;
}
.index_nows .index_toutiao .index_toutiao_data{
	width:265px;
	float: right;
	height: 158px;
}
.index_nows .index_toutiao .index_toutiao_data span{
	color: #aab2bd;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	display: block;
}
.index_nows .index_toutiao .index_toutiao_data p{
	line-height: 24px;
	margin-top: 27px;
}
.index_nows .index_toutiao .index_toutiao_data p a{
	color: #706f6f;
}
.index_nows .min_nows{
	overflow: hidden;
	width: 556px;
}
.min_nows li{
	float: left;
	width: 129px;
	margin-right: 10px;
}
.min_nows li img{
	display: block;
	width: 129px;
	height: 75px;
}
.min_nows li h3{
	line-height: 22px;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 8px;
}
.min_nows li h3 a{
	color: #434a54;
}
.min_nows li span{
	display: block;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	color: #aab2bd;
}


.xq_nav{
	overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.xq_nav h2{
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #323232;
	padding-left: 6px;
	border-left: 3px solid #3f5dcf;
	margin-top: 5px;
}
.xq_nav ul{
	overflow: hidden;
	float: right;
}
.xq_nav ul li{
	float: left;
	margin-left: 16px;
	line-height: 14px;
	padding-bottom: 11px;
	border-bottom:2px solid #fff;
}
.xq_nav ul li a{
	color: #434a54;
}
.xq_nav ul li.on{
	border-bottom:2px solid #3f5dcf;
}
.xq_nav ul li:hover a{
	color: #5b99e4;
}
.xq_tab{
	width: 100%;
	border-collapse:collapse;
}
.xq_tab tr{
	line-height: 40px;
	color: #706f6f;
}
.xq_tab tr td{
	border-top: 1px solid #e0e0e0;
}
.xq_tab tr td span{
	padding:0 14px;
}
.xq_tab tr td a{
	color: #1875f0;
}
.mt25{
	margin-top: 25px;
}
.ycfw{
	background: #fff;
	overflow: hidden;
	height: 300px;
}
.ycfw li{
	float: left;
	width: 189px;
	padding: 0 7px;
	text-align: center;
	overflow: hidden;
	border-right: 1px dotted #dbdbdb;
	margin: 35px 0;
	height: 230px;
	position: relative;
}
.ycfw li:last-child{
	border: none;
}
.ycfw li h2{
	font-size: 18px;
	color: #212121;
	height: 18px;
	line-height: 18px;
}
.ycfw li div{
	width: 60px;
	height: 70px;
	margin: auto;
	margin-top: 22px;
	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;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	transition: all 0.3s;
}
.ycfw li div img{
	width: 30px;
	height: 30px;
}
.ycfw li div.aqd{
	background: url(../img/aqd.png) no-repeat center center;
}
.ycfw li div.dcjr{
	background: url(../img/dcjr.png) no-repeat center center;
}
.ycfw li div.hjykkx{
	background: url(../img/hjykkx.png) no-repeat center center;
}
.ycfw li div.hxfx{
	background: url(../img/hxfx.png) no-repeat center center;
}
.ycfw li div.hbjn{
	background: url(../img/hbjn.png) no-repeat center center;
}
.ycfw li div.spjc{
	background: url(../img/spjc.png) no-repeat center center;
}
.ycfw li:hover div{
	transform: translateY(-5px) ;
}
.ycfw li p{
	margin-top: 20px;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.ycfw li a{
	position: absolute;
	width: 98px;
	height: 28px;
	border: 1px solid #5d9ef4;
	text-align: center;
	line-height: 28px;
	color: #0071d0;
	bottom: 0;
	left: 50%;
	margin-left: -49px;
	transition: all 0.3s;
}
.ycfw li a:hover{
	background:#5d9ef4;
	color: #fff;
}

.zygx{
	background: #fff;
	padding: 33px 30px;
	height: 260px;
	overflow: hidden;
}
.zygx_box{
	float: left;
	width: 715px;
	border-right: 1px dashed #dcdcdc;
}
.zygx_h{
	height: 130px;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}
.zygx_l{
	border-right: 1px dashed #dcdcdc;
	float: left;
	width: 357px;
	height: 100%;
}
.sbzs{
	background: url(../img/zushoushebei.png) no-repeat bottom right;
}
.jcfw{
	background: url(../img/jcfw.png) no-repeat bottom right;
}
.zzjg{
	background: url(../img/zzjg.png) no-repeat bottom right;
}
.jjfa{
	background: url(../img/jjfa.png) no-repeat bottom right;
}
.zygx_box h2{
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	color: #0071d0;
	font-weight: 100;
	margin-bottom: 14px;
}
.zygx_box p{
	height: 14px;
	line-height: 14px;
	color: #999;
}
.zygx_box h3{
	margin-top: 30px;
	font-size: 14px;
	color: #999;
}
.zygx_box h3 b{
	color: #1875f0;
	font-size: 28px;
	font-weight: bold;
	margin-right: 12px;
	text-shadow: 0 8px 6px #d7e9f8;
}
.border_none{
	border: none;
}
.zygx_pl30{
	padding-left: 30px;
	width: 327px;
}
.zygx_pt15{
	padding-top: 15px;
	height: 115px;
}
.xqfwjj{
	float: left;
	width: 400px;
	height: 100%;
	padding-left: 20px;
	padding-right: 30px;
	background: url(../img/qzxq.png) right bottom no-repeat;
}
.xqfwjj h2{
	font-size: 18px;
	color: #0071d0;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	margin-bottom: 25px;
}
.xqnr{
	overflow: hidden;
}
.xqnr li{
	float: left;
	position: relative;
	width: 175px;
	height: 94px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.xqnr li h2{
	color: #333;
	margin-bottom: 12px;
}
.xqnr li p{
	color: #999;
}
.xqnr li h3{
	position: absolute;
	bottom: 0;
	margin-top: 30px;
	font-size: 14px;
	color: #999;
}
.xqnr li h3 b{
	color: #1875f0;
	font-size: 28px;
	font-weight: bold;
	margin-right: 12px;
	text-shadow: 0 8px 6px #d7e9f8;
}

.sbzs_nr{
	height: 300px;
}
.zsfl{
	float: left;
	overflow: hidden;
	width: 724px;
}
.zsfl li{
	float: left;
	background: #fff;
	height: 93px;
	overflow: hidden;
	padding: 28px 15px;
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 150px;
}
.zsfl li .img{
	width: 60px;
	height: 60px;
	border: 1px solid #b0b0b0;
	border-radius: 25px;
	transition: all 0.3s;
	margin: auto;
	position: relative;
}
.zsfl li:hover .img{
	border: 1px solid #1875f0;
}
.zsfl li .img img{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	
}
.zsfl li h2{
	font-size: 14px;
	margin-top: 9px;
}
.zsfl li h2 a{
	color: #333;
}
.ljxj{
	width: 493px;
	height: 300px;
	float: left;
}
.ljxj li{
	width: 235px;
	height: 300px;
	position: relative;
	float: left;
	background: #fff;
	text-align: center;
	transition: all 0.3s;
	margin-left: 11px; 
}
.ljxj li:hover{
	box-shadow: 0px 0px 30px #ccc;	
}
.ljxj li i{
	position: absolute;
	width: 64px;
	height: 20px;
	line-height: 20px;
	background: #c7161e;
	color: #fff;
	left: 50%;
	margin-left: -32px;
	font-size: 12px;
}
.ljxj li img{
	display: block;
	width: 235px;
	height: 200px;
}
.ljxj li .ljxj_text{
	height: 65px;
	padding: 0 20px;
}
.ljxj li .ljxj_text h2{
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0;
}
.ljxj li .ljxj_text h2 a{
	color: #333;
}
.ljxj li .ljxj_text p{
	font-size: 12px;
	color: #b0b0b0;
	line-height: 16px;
}
.ljxj li span{
	position: absolute;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	left: 0;
	bottom: 0;
	background: #1875f0;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.3s; 
}
.ljxj li span a{
	display: block;
	color: #fff;
}
.ljxj li:hover span{
	opacity: 1;
	filter:alpha(opacity=100);
}
.ljxj li span:hover{
	background: #176ee1;
}

.zmzj_box{
	width: 1244px;
}
.zmzj{
	height: 340px;
}
.zmzj li{
	width: 296px;
	height: 340px;
	background: #fff;
	float: left;
	margin-right: 11px;
	position: relative;
	text-align: center;
	transition: all 0.3s;
}
.zmzj li:hover{
	box-shadow: 0px 0px 30px #ccc;	
	transform: translateY(-5px);
}
.zmzj li img{
	display: block;
	width: 302px;
	height: 200px;
}
.zmzj li .text{
	padding: 0 25px;
}
.zmzj li h2{
	color: 333;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-top: 25px;
	margin-bottom: 18px;
}
.zmzj li p{
	color: #b0b0b0;
	line-height: 18px;
}
.zmzj li span{
	position: absolute;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	left: 0;
	bottom: 0;
	background: #1875f0;
	color: #fff;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.3s;
}
.zmzj li:hover span{
	opacity: 1;
	filter:alpha(opacity=100);
}
.zmzj li span:hover{
	background: #176ee1;
}
.zcqy_box{
	width: 1230px;
}
.zcqy_nr li{
	background: #fff;
	border: 1px dashed #e0e0e0;
	width: 232px;
	height: 73px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	transition: all 0.3s;
}
.zcqy_nr li:hover{
	box-shadow: 0px 0px 30px #ccc;	
	margin-top: -5px;
}
.zcqy_nr li img{
	float: left;
	margin-left: 10px;
	width: 73px;
	height: 73px;
	display: block;
}
.zcqy_nr li p{
	padding: 22px 10px;
	width: 129px;
	float: left;
	text-align: center;
	color: #666;
	line-height: 16px;
}

.dd_cx{
	background: #fff;
}
.dd_cx h2{
	color: #333;
	height: 49px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
}
.cx_nr{
	padding: 20px 30px;
	padding-bottom: 24px;
}
.cx_nr p{
	font-weight: bold;
	color: #333;
}
.danhao{
	overflow: hidden;
	margin-bottom: 10px;
}
.danhao li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	width: 33.33%;
}
.danhao li p,.danhao li input{
	float: left;
}
.danhao li input{
	height: 28px;
	width: 264px;
	padding: 0 8px;
	border: 1px solid #e8e8e8;
	color: #989898;
}

.cx_tiaojian{
	overflow: hidden;
}
.cx_tiaojian li{
	float: left;
	min-width: 33.33%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.cx_tiaojian li p,.cx_tiaojian li b,.cx_tiaojian li .wanyuan,.cx_tiaojian li i{
	float: left;
	overflow: hidden;
}
.cx_tiaojian li .wanyuan{
	height: 28px;
	border: 1px solid #e8e8e8;
	padding: 0 8px;
	color: #999;
}
.cx_tiaojian li .wanyuan input{
	width: 80px;
	height: 100%;
	display: block;
	float: left;
	color: #989898;
}
.cx_tiaojian li .wanyuan span{
	float: left;
}
.cx_tiaojian li b{
	margin: 0 12px;
}
.cx_tiaojian li i{
	width: 88px;
	height: 28px;
	line-height: 26px;
	color: #585858;
	border: 1px solid #e8e8e8;
	text-align: center;
	margin-right: 28px;
	cursor: pointer;
}
.cx_tiaojian li i:hover{
	border: 1px solid #f35d14;
}
.cx_tiaojian li i.on{
	background: url(../img/tj_xz.png) no-repeat;
	border: 1px solid #f35d14;
}
.cx_btn{
	width: 140px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin: auto;
	margin-top: 20px;
	color: #fff;
	background: #1874ef;
	display: block;
	border-radius: 5px;
}
.cx_btn:hover{
	background: #1564ce;
}

.dd_nav{
	height: 40px;
	background: #1874ef;
	line-height: 40px;
	margin: 25px 0;
	color: #fff;
	text-align: center;
}
.dd_nav li{
	float: left;
	cursor: pointer;
}
.dd_nav li.zjdd{
	width: 165px;
	padding-left: 20px;
	text-align: left;
	position: relative;
	background: url(../img/sjx.png) no-repeat 170px center;
	transition: all 0.3s;
}
.dd_nav li.zjdd ul{
	padding:12px 18px;
	background: #fff;
	position: absolute;
	box-shadow: 0px 0px 30px #ccc;
	top: 40px;
	left: 0;
	z-index: 99;
	display: none;
}
.dd_nav li.zjdd:hover{
	background: #1668d5 url(../img/sjx.png) no-repeat 170px center;
}
.dd_nav li.zjdd:hover ul{
	display: block;
}
.dd_nav li.zjdd ul li{
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	width: 120px;
	color: #333;
	transition: all 0.3s;
}
.dd_nav li.zjdd ul li:hover{
	margin-left: 5px;
	transform: translateX(15px);
	color: #1874ef;
}
.dd_nav li.ddxq{
	width: 200px;
	padding-left:5px;
	text-align: left;
}
.dd_nav li.jcjg{
	width: 272px;
}
.dd_nav li.jyje{
	width:130px;
}
.dd_nav li.ddlx{
	width: 120px;
}
.dd_nav li.fkzt{
	width: 150px;
}
.dd_nav li.ddcz{
	width: 140px;
}


.dd_anli{
	border: 1px solid #e8e8e8;
	margin: 10px 0;
	transition: 0.3s all;
}
.dd_anli:hover{
	box-shadow: 0px 0px 20px #dadada;
}
.dd_tit{
	padding:0 20px;
	background: #f9f9f9;
	overflow: hidden;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #e8e8e8;
}
.dd_tit li{
	float: left;
	color: #585858;
}
.dd_tit li.zjdd{
	width: 165px;
	color: #999;
}
.dd_tit li.del{
	float: right;
	width: 16px;
	height: 19px;
	background: url(../img/del.png) no-repeat;
	margin-top: 7px;
}
.dd_nr{
	background: #fff;
	overflow: hidden;
	padding: 0 20px;
}
.dd_nr h2{
	font-size: 14px;
	line-height: 20px;
	color: #585858;
}
.dd_nr .dd_img{
	width: 103px;
	position: relative;
	padding: 10px 0;
	height: 72px;
}
.dd_nr .dd_img img{
	position: absolute;
	width: 82px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin-left: -41px;
	margin-top: -35px;
	box-shadow: 0px 0px 5px #ccc;
}
.dd_nr .dd_sm{
	width: 270px;
	padding: 10px 0;
	height: 72px;
	border-right: 1px solid #e8e8e8;
}
.dd_nr .dd_sm h2{
	width: 183px;
	margin-left: 7px;
	float: left;
}
.dd_nr .dd_sm h2 a{
	color: #585858;
}
.dd_nr .dd_sm span{
	float: right;
	color: #999;
	margin-right: 18px;
}
.dd_nr .jcjg{
	padding: 10px 15px;
	height: 72px;
	border-right: 1px solid #e8e8e8;
	width: 240px;
	text-align: center;
}
.dd_nr .jyje{
	width: 100px;
	border-right: 1px solid #e8e8e8;
	text-align: center;
	height: 72px;
	padding: 10px 15px;
}
.dd_nr .jyje h2{
	margin-bottom: 6px;
}
.dd_nr .jyje p{
	color: #999;
	padding-top: 6px;
	border-top: 1px solid #dadada;
}
.dd_nr .ddlx{
	border-right: 1px solid #e8e8e8;
	text-align: center;
	height: 72px;
	padding: 10px 15px;
	width: 90px;
}
.ddlx_color{
	color: #1875f0;
}

.dd_nr .fkzt{
	width: 120px;
	border-right: 1px solid #e8e8e8;
	text-align: center;
	height: 72px;
	padding: 10px 15px;
}
.fkzt_o{
	color: #f35d14;
}
.fkzt_y{
	color: #999;
}
.dd_nr .ddcz{
	text-align: center;
	height: 72px;
	padding: 10px 0px;
	width: 136px;
}
.dd_nr .ddcz p{
	color: #999;
	cursor: pointer;
}
.dd_nr .ddcz a{
	width: 90px;
	height: 28px;
	line-height: 26px;
	display: inline-block;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-top: 5px;
	transition: 0.3s all;
	color: #666;
}
.dd_nr .ddcz a:hover{
	background: #e0e0e0;
}
.dd_nr .ddcz a.btn_queren{
	background: #1875f0;
	border: 1px solid #1875f0;
	color: #fff;
}
.dd_nr .ddcz a.btn_queren:hover{
	background: #1563cb;
	border: 1px solid #1563cb;
}
.dd_nr .ddcz a.btn_zhifu{
	background: #f35d14;
	border: 1px solid #f35d14;
	color: #fff;
}
.dd_nr .ddcz a.btn_zhifu:hover{
	background: #c64f16;
	border: 1px solid #c64f16;
}


.xx_xz{
	background: #fff;
	padding: 20px 0;
	margin-bottom: 15px;
}
.xxxz_tit{
	overflow: hidden;
	padding: 0 20px;
	line-height: 14px;
	height: 14px;
	margin-bottom: 18px;
}
.xxxz_tit p{
	float: left;
	font-weight: bold;
	color: #333;
}
.xxxz_tit a{
	float: right;
	color: #1875f0;
}
.xz_demo{
	padding: 1px 0;
}
.xz_list_tit{
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	margin: 8px 0;
	padding: 0 20px;
}
.xz_list_tit p{
	float: left;
	color: #999;
}
.xz_list_tit a{
	float: right;
	padding-right: 18px;
	color: #999;
	background: url(../img/down.png) no-repeat center right;
}

.xx_moren{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin: auto;
	margin-bottom: 10px;
	width: 1186px;
}
.xx_moren .xx_name{
	padding: 0 27px;
	line-height: 26px;
	height: 26px;
	float: left;
	border: 2px solid #f35d14;
	background:#fff url(../img/xz.png) bottom right no-repeat;
	color: #585858;
	margin-right: 18px;
}
.xx_moren p{
	float: left;
	margin-right: 18px;
	font-size: 12px;
	color: #666;
}
.xx_moren a{
	float: right;
	color: #1875f0;
	padding-right: 18px;
	display: none;
}
.xz_demo.down{
	background: #f9f9f9;
} 
.down .xz_list_tit a{
	background: url(../img/up.png) no-repeat center right;
}
.xz_demo.down .xx_moren{
	cursor: pointer;
}
.xz_demo.down div.xx_moren{
	background: #fff7f2;
}
li.xx_moren .xx_name{
	border: 1px solid #e8e8e8;
	background:#fff;
	transition: 0.3s all;
}
li.xx_moren:hover .xx_name{
	border: 2px solid #f35d14;
}
.down .xx_moren:hover a{
	display: block;
}
.xz_demo ul{
	display: none;
}
.xz_demo.down ul{
	display: block;
}

.yfw_dd_tit{
	overflow: hidden;
	padding: 20px;
	padding-bottom: 25px;
	height: 14px;
	line-height: 14px;
	background: #fff;
}
.yfw_dd_tit p{
	float: left;
	color: #333;
	font-weight: bold;
}
.yfw_dd_tit a{
	float: right;
	color: #1875f0;
}
.ypxx{
	background: #fff;
	padding:0 20px;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.ypxx table{
	width: 100%;
	border-collapse:collapse;
	line-height: 32px;
	border: 1px solid #e8e8e8;
	color: #585858;
}
.ypxx table tr{
	border-bottom: 1px solid #e8e8e8;
}
.ypxx table tr th,.ypxx table tr td{
	padding: 0 15px;
}
.ypxx table tr th{
	background: #f3f8fe;
	font-weight: bold;
}
.ypxx table a{
	color: #1875f0;
	padding: 0 8px;
}
.wts{
	padding:0 20px;
	padding-bottom: 25px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}
.wts .wenjianming{
	width: 578px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e8e8e8;
	float: left;
	padding: 0 10px;
	color: #999;
	margin-right: 5px;
}
.wts a{
	display: block;
	width: 115px;
	height: 100%;
	text-align: center;
	background: #1875f0;
	color: #fff;
	float: left;
	transition: 0.3s;
}
.wts a:hover{
	background: #1464ce;
}
.jcyq{
	padding: 0 20px;
	padding-bottom: 15px;
	background: #fff;
	margin-bottom: 15px;
}
.jcyq li{
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}
.jcyq li p{
	float: left;
	width: 118px;
	text-align: right;
	font-weight: bold;
	color: #333;
}
.jcyq li span{
	float: left;
	width: 88px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #e8e8e8;
	color: #585858;
	margin-left: 25px;
	transition: 0.3s all;
	cursor: pointer;
}
.jcyq li span:hover{
	border: 2px solid #f35d14;
}
.jcyq li span.on{
	background: url(../img/xz.png) no-repeat right bottom;
	border: 2px solid #f35d14;
}
.jcyq li .shijianxz{
	float: left;
	width: 180px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e8e8e8;
	color: #999;
	padding: 0 12px;
	margin-left: 25px;
	background: url(../img/rili.png) no-repeat 180px center;
	cursor: pointer;
}
.spxx{
	padding: 0 20px;
	background: #fff;
	padding-bottom: 15px;
}
.spxx .cpmc{
	width: 1136px;
	height: 118px;
	line-height: 118px;
	background: #f9f9f9;
	padding:0 22px;
}
.spxx .cpmc table{
	width: 100%;
	height: 118px;
	line-height: 118px;
	border-collapse:collapse;
}
.spxx .cpmc table img{
	width: 120px;
	height: 100px;
	vertical-align: middle;
}
.cp5858{
	color: #585858;
}
.cpjg_red{
	color: #e33333;
	font-weight: bold;
}
.cpjg_green{
	color: #56b54c;
	font-weight: bold;
}
.cp333{
	color: #333;
}
.canshubiao table tr th,.canshubiao table tr td{
	padding: 0 15px;
	border: 1px solid #e8e8e8;
	text-align: center;
}
.canshubiao table div{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/weixuan.png) no-repeat center center;
	margin-top: 10px;
	cursor: pointer;
}
.canshubiao table div.on{
	background: url(../img/xuanzhong.png) no-repeat center center;
}
.zongjia{
	padding: 20px;
	height: 66px;
	background: #fff;
	margin-bottom: 15px;
	text-align: right;
}
.zongjia h2{
	font-weight: bold;
	font-size: 18px;
	color: #e33333;
}
.zongjia h2 b{
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.zongjia p{
	color: #999;
	margin-top: 10px;
}
.tijiao_btn{
	text-align: right;
	height: 42px;
	line-height: 42px;
}
.boton{
	display: inline-block;
	padding: 0 50px;
	height: 100%;
	border-radius: 5px;
	margin-left: 5px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}
.btn_blue{
	background: #1875f0;
}
.btn_blue:hover{
	background: #1769d6;
}
.btn_ore{
	background: #f35d14;
}
.btn_ore:hover{
	background: #d65212;
}
.btn_hui{
	background: #bfc5ce;
}
.btn_hui:hover{
	background: #9ca2aa;
}

.sc_qr .mrzd{
	float: left;
	line-height: 20px;
	width: 60px;
	text-align: center;
	color: #fff;
	background: #999999;
	margin-top: 5px;
	font-size: 12px;
}
.sc_qr .xx_moren{
	background: #fff7f2;
}
.sc_qr .xx_moren a{
	display: block;
}
.sc_qr ul .xx_moren{
	background: #fff;
	cursor: pointer;
	transition: 0.3s all;
}
.sc_qr ul .xx_moren a{
	float: left;
	display: none;
}
.sc_qr ul .xx_moren:hover{
	background: #fff7f2;
}
.sc_qr ul .xx_moren:hover a{
	display: block;
}
.spqd{
	margin-bottom: 15px;
	background: #fff;
}
.spqd .spxx{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.spqd .list_jiage{
	color: #585858;
	line-height: 30px;
	text-align: right;
	padding: 0 20px;
	padding-bottom: 15px;
}


.quanxuan{
	padding:0 20px;
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.quanxuan table{
	width: 100%;
	border-collapse:collapse;
	color: #333;
	font-weight: bold;
}
.quanxuan table input{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.checkbox{
	width: 170px;
}
.gwc_spxx{
	width: 340px;
	text-align: left;
}
.gwc_spxx_cp{
	width: 474px;
	text-align: left;
}
.gwc_dj{
	width: 210px;
}
.gwc_sl{
	width: 150px;
}
.gwc_xj{
	width: 135px;
	text-align: right;
}
.gwc_cz{
	width: 90px;
}
.gwc_checkbox{
	width: 40px;
}
.gwc_img{
	width: 130px;
}
.mokuanquanxuan{
	margin: 15px 0;
}
.quanxuan_tit{
	background: #fff;
	padding:0 20px;
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
	color: #333;
}
.quanxuan_tit input{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.mokuanquanxuan li{
	padding:0 20px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}
.mokuanquanxuan li table{
	width: 100%;
	border-collapse:collapse;
}
.mokuanquanxuan li table td{
	height: 120px;
	color: #585858;
}
.mokuanquanxuan li table td input{
	vertical-align: middle;
}
.mokuanquanxuan li table td img{
	width: 120px;
	height: 90px;
	vertical-align: middle;
}
.nuber{
	width: 98px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dadada;
	overflow: hidden;
	text-align: center;
	margin: auto;
}
.nuber .kuang{
	width: 30%;
	height: 100%;
	float: left;
	font-size: 16px;
	cursor: pointer;
	color: #666;
	transition: 0.3s;
}
.nuber .kuang:hover{
	background: #1875f0;
	color: #fff;
}
.nuber .kuang:hover{
	background: #125fc5;
}
.nuber input{
	width: 37%;
	height: 100%;
	float: left;
	border: 1px solid #dadada;
	border-bottom: none;
	border-top: none;
	text-align: center;
	color: #333;
}
.mokuanquanxuan li table td .boton{
	width: 85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0;
	display: block;
	margin-left: 8px;
	margin-top: 5px;
	font-size: 14px;
}
.gwc_cz a{
	margin-left: 10px;
}
.mokuanquanxuan li table td h2{
	color: #e33333;
	font-weight: bold;
	font-size: 14px;
}
.mokuanquanxuan li:last-child{
	border: none;
}

.zongji{
	padding: 0 20px;
	height: 96px;
	height: 96px;
	line-height: 96px;
	background: #fff;
	margin: 15px 0;
	color: #333;
}
.zongji input{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.zongji h2{
	font-size: 14px;
	color: #333;
}
.zongji h2 b{
	font-weight: bold;
	color: #e33333;
}
.zongji .boton{
	width: 120px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 40px;
}


.cpxq_data{
	height: 315px;
	padding: 20px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}
.cpxq_data .fl img{
	width: 420px;
	height: 315px;
	display: block;
}
.cpxq_data .cp_ri{
	width: 746px;
	height: 315px;
	float: right;
	position: relative;
}
.cpxq_data .cp_ri h2{
	color: #333;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.cpxq_data .cp_ri .zhanshi_jg{
	overflow: hidden;
	padding-right: 40px;
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
}
.cpxq_data .cp_ri .zhanshi_jg h3{
	float: left;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}
.cpxq_data .cp_ri .zhanshi_jg h3 b{
	width: 88px;
    display: inline-block;
    text-align: right;
}
.cpxq_data .cp_ri .zhanshi_jg h3 span{
	font-size: 16px;
	color: #e33333;
}
.cpxq_data .cp_ri .zhanshi_jg .youhuijia{
	float: right;
	color: #999;
}
.cpxq_data .cp_ri .zhanshi_jg .youhuijia span{
	margin-left: 20px;
}
.cpxq_data .cp_ri .canshu{
	color: #666;
	line-height: 28px;
	margin-bottom: 5px;
}
.cpxq_data .cp_ri .canshu li{
	overflow: hidden;
}
.cpxq_data .cp_ri li b{
	width: 88px;
	display: inline-block;
	text-align: right;
}
.cpxq_data .cp_ri .cpys{
	padding:0 12px;
	height: 40px;
	line-height: 40px;
	background: #c5dcfb;
	color: #585858;
}
.cp_gwc{
	overflow: hidden;
	height: 46px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.cp_gwc p{
	float: left;
	margin-left: 45px;
	color: #585858;
	margin-top: 13px;
}
.cp_gwc .nuber{
	float: left;
	margin: 0 10px;
	margin-top: 10px;
}
.cp_gwc .btn_gwc{
	display: inline-block;
	width: 136px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border: #f35d14 1px solid;
	margin-left: 10px;
	transition: 0.3s all;
}
.cp_gwc .btn_gwc.ljgm{
	background:#f35d14;
	color: #fff;
}
.cp_gwc .btn_gwc.jrgwc{
	background: #feeee7;
	color: #f35d14;
}
.cp_gwc .btn_gwc:hover{
	background: #bd4910;
	border: 1px solid #bd4910;
	color: #fff;
}
.cp_gwc .sp_sc{
	float: right;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	color: #999;
	background: url(../img/wsc.png) no-repeat left center;
	margin-top: 13px;
	cursor: pointer;
}
.cp_gwc .sp_sc.on{
	background: url(../img/ysc.png) no-repeat left center;
	color: #1875f0;
}

.nav_xq{
	overflow: hidden;
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #1875f0;
	background: #fff;
	margin-bottom: 15px;
}
.nav_xq li{
	float: left;
	width: 130px;
	height: 49px;
	text-align: center;
	font-size: 16px;
	transition: 0.3s all;
}
.nav_xq li a{
	color: #333;
	transition: 0.3s all;
}
.nav_xq li:hover a{
	color: #1875f0;
}
.nav_xq li.on{
	background: #1875f0;
}
.nav_xq li.on a{
	color: #fff;
}

.fwxm_xq{
	background: #fff;
	padding: 25px 30px;
	margin-bottom: 15px;
}
.fwxm_xq h2{
	height: 35px;
	line-height: 35px;
	background:#f9f9f9 url(../img/xq_ioc.png) no-repeat left center;
	padding-left: 25px;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}
.fwxm_xq .ypxx{
	padding: 0;
	margin-bottom: 40px;
}
.fwxm_xq .chanpincanshu{
	line-height: 30px;
	color: #585858;
	padding: 0 26px;
	margin-top: -8px;
	margin-bottom: 40px;
}
.pinglun{
	background: #fff;
}
.pinglun h2{
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}
.dafen_pl{
	background: #f9f9f9;
	padding: 20px 85px;
	overflow: hidden;
}
.dafen_pl .pfmyd{
	float: left;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	background: #f35d14;
	color: #fff;
	text-align: center;
	margin-right: 105px;
}
.dafen_pl .pfmyd h3{
	font-size: 40px;
}
.dafen_pl .pfmyd h3 b{
	font-size: 16px;
}
.dafen_pl .pf_bl{
	width: 640px;
	height: 106px;
	float: left;
}

.dafen_pl .pf_bl li{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #585858;
	padding-left: 35px;
	margin-bottom: 20px;
}

.dafen_pl .pf_bl li p{
	float: left;
}
.dafen_pl .pf_bl li .bar_box{
	float: left;
	position: relative;
	width: 500px;
	height: 6px;
	box-shadow: 0px 0px 5px #ccc;
	background: #fff;
	margin: 8px 15px;
}
.dafen_pl .pf_bl li .bar_box i{
	position: absolute;
	height: 6px;
	left: 0;
	top: 0;
}
.dafen_pl .pf_bl li span{
	float: left;
	font-weight: bold;
}
.dafen_pl .pf_bl li.haoping{
	background: url(../img/hp.png) no-repeat center left;
}
.dafen_pl .pf_bl li.haoping .bar_box i{
	background: #94dc36;
}
.dafen_pl .pf_bl li.zhongping{
	background: url(../img/zp.png) no-repeat center left;
}
.dafen_pl .pf_bl li.zhongping .bar_box i{
	background: #f3c114;
}
.dafen_pl .pf_bl li.chaping{
	background: url(../img/chap.png) no-repeat center left;
}
.dafen_pl .pf_bl li.chaping .bar_box i{
	background: #f31914;
}

.pl_ly{
	padding: 30px;
	padding-bottom: 0;
}
.pl_ly .pl_nav{
	overflow: hidden;
	text-align: center;
}
.pl_ly .pl_nav li{
	float: left;
	width: 110px;
	margin-right: 20px;
	padding-bottom: 10px;
	color: #585858;
	cursor: pointer;
}
.pl_ly .pl_nav li:hover{
	color: #1875f0;
}
.pl_ly .pl_nav li.on{
	color: #1875f0;
	border-bottom: #1875f0 2px solid;
}
.pl_ly .ly_nr li{
	padding-top: 15px;
	padding-bottom: 12px;
	border-top: 1px solid #f4f4f4;
	overflow: hidden;
}
.pl_ly .ly_nr li .pl_name{
	width: 170px;
	float: left;
}
.pl_ly .ly_nr li .pl_name img{
	width: 38px;
	height: 38px;
	box-shadow: 0px 0px 10px #ccc;
	float: left;
	margin-left: 5px;
}
.pl_ly .ly_nr li .pl_name p{
	width: 120px;
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
.pl_ly .ly_nr li .pl_nr{
	width: 975px;
	float: right;
}
.pl_ly .ly_nr li .pf_stars{
	overflow: hidden;
	height: 18px;
}
.pl_ly .ly_nr li .pf_stars span{
	float: left;
	margin-right: 5px;
	background: url(../img/pl_star2.png) no-repeat center;
	width: 18px;
	height: 18px;
}
.pl_ly .ly_nr li .pf_stars span.on{
	background: url(../img/pl_star.png) no-repeat center;
}
.pl_ly .ly_nr li .pl_nr p{
	margin: 18px 0;
	font-size: 14px;
	line-height: 24px;
	color: #585858;
}
.pl_ly .ly_nr li .pl_nr h3{
	font-size: 14px;
	color: #999;
}
.xq_pag{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	border-top: 1px solid #f4f4f4;
}
.xq_pag .pag{
	margin: 0;
}



.nav_two{
	background: #fff;
	padding-top: 10px;
	font-size: 16px;
	position: relative;
}
.nav_two .border-b_blue{
	border-bottom: 2px solid #0077ff;
}
.nav_two .nav_one{
	background: #fff;
	display: none;
}
.nav_two .nav_one ul{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.nav_two .nav_one ul li{
	margin:5px 0;
	height: auto;
	line-height: normal;
}
.nav_two .nav_one ul li span{
	color: #dadada;
	padding: 0 5px;
}
.nav_two .nav_one ul li.on a,.nav_two .nav_one ul li:hover a{
	color: #0077ff;
}
.nav_two .nav_two_box{
	float: left;
	width: 1168px;
}
.nav_two .nav_two_box ul{
	display: none;
}
.nav_two ul li{
	float: left;
	margin-right: 55px;
	color: #333;
	height: 43px;
	line-height: 43px;
	cursor: pointer;
}
 
.nav_two ul li:last-child{
	margin-right: 0;
}
.nav_two ul li img{
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -2px;
}
.nav_two ul li:hover,.nav_two ul li.on{
	color: #0077ff;
}


.nav_two .qita{
	background: url(../img/qita_ioc.png) no-repeat left center;	
	margin-top: 10px;	
	padding-left: 26px;
	float: right;
	cursor: pointer;
}
.nav_two .qita:hover,.nav_two .qita.on{
	background: url(../img/qita_ioc2.png) no-repeat left center;	
	color: #0077FF;
}

.nav_three{
	background: #fff;
}
.nav_json{
	border-bottom: 1px solid #e8e8e8;
}
.nav_json .erji_nav{
	padding: 10px 0;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}
.nav_json .erji_nav .erji_tit{
	position: relative;
	padding-right: 15px;
	float: left;
	font-size: 16px;
	color: #bbb;
}
.nav_json .erji_nav ul{
	width: 1135px;
	float: left;
}
.nav_json .erji_nav li{
	position: relative;
	padding-right: 14px;
	float: left;
	line-height: 30px;
	height: 35px;
	font-size: 16px;
	color: #bbb;
	margin-left: 20px;
	margin-right:20px;
	cursor: pointer;
}
.nav_json .erji_nav li i{
	position: absolute;
	width: 12px;
	height: 7px;
	background: url(../img/xsj.png) no-repeat;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.nav_json .erji_nav li a{
	color: #444;
}
.nav_json .erji_nav li:hover a,.nav_json .erji_nav li.on a{
	color: #0077FF;
}
.nav_json .erji_nav li.on a{
	color: #0077FF;
	font-weight: bold;
}
.nav_json .erji_nav li.on i{
	background: url(../img/ssj.png) no-repeat;
}
.nav_json .erji_nav .gd{
	width: 44px;
	height: 22px;
	position: absolute;
	top: 13px;
	right: 20px;
	line-height: 22px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	padding:0 6px;
	background: #ecf2f9 url(../img/nav_gd.png) no-repeat 40px center;
	color: #999;
	cursor: pointer;
}
.nav_box{
	/*box-shadow: 0px 0px 15px #dadada;*/
	display: none;
	background: #ecf2f9;
	border-bottom:3px solid #dadada;
}
.nav_box table{
	border-collapse:collapse;
	width: 100%;	
}
.nav_box table tr{
	border-bottom:1px dashed #fff;
}
.nav_box .nav_box_left{
	width: 154px;
	color: #0077ff;
	line-height: 20px;
	text-align: center;
	border-right:#fff solid 0;
}
.nav_box .nav_box_left a{
	color: #333; font-size:14px;padding:0 15px; display:block; color:#333;
}
.nav_box  .nav_box_right{
	padding: 10px; line-height: 14px; color:#aaa;
}
.nav_box .nav_box_right a{
	display: inline-block;
	padding: 5px;
	margin:2px 5px;
	color:#585858;
}
.nav_box .nav_box_right a:hover{
	color: #0077ff;
}
.nav_box .nav_box_right a.on{
	color: #0077ff; font-weight:bold;
}
.sxjl table{
	border-collapse:collapse;
	width: 100%;	
}
.sxjl table .sxjl_th{
	width: 5.05em;
	font-weight: normal;
	color: #bbb;
	padding: 20px 0;
}
.sxjl table .sxjl_td{
	padding: 20px 0;
}
.sxjl table .sxjl_td a{
	display: inline-block;
	padding-left: 5px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding-right: 27px;
	background: #f9f9f9 url(../img/sxtj_x.png) no-repeat right center;
	color: #666;
	border: 1px solid #e8e8e8;
	margin: 5px;
	transition: all 0.3s;
}
.sxjl table .sxjl_td a b{
	color: #0077ff;
}
.sxjl table .sxjl_td a:hover{
	background: #fff url(../img/sxtj_x_hovr.png) no-repeat right center;
	border: 1px solid #f35d14;
}

.shaixuan_nav{
	overflow: hidden;
	height: 40px;
	border: 1px solid #e8e8e8;
	line-height: 40px;
	color: #666;
	background: #fff;
	margin: 20px 0;
}
.shaixuan_nav .sx_moren{
	height: 40px;
	width: 118px;
	float: left;
	text-align: center;
	border-right: 1px solid #e8e8e8;
	background: #0077ff;
	color: #fff;
	cursor: pointer;
}
.shaixuan_nav .sx_moren i{
	display: inline-block;
	width: 6px;
	height: 13px;
	background: url(../img/moren1.png) no-repeat center;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}
.shaixuan_nav .sx_moren.on{
	background: #fff;
	color: #666;
}
.shaixuan_nav .sx_moren.on i{
	background: url(../img/moren2.png) no-repeat center;
}
.shaixuan_nav .sx_tiaojian{
	float: left;
	overflow: hidden;
}
.shaixuan_nav .sx_tiaojian li{
	height: 40px;
	width: 118px;
	border-right: 1px solid #e8e8e8;
	float: left;
	text-align: center;
	cursor: pointer;
}
.shaixuan_nav .sx_tiaojian li i{
	display: inline-block;
	background: url(../img/paixu.png) no-repeat center;
	width: 7px;
	height: 10px;
	margin-left: 10px;
}
.shaixuan_nav .sx_tiaojian li.xia{
	background: #0077ff;
	color: #fff;
}
.shaixuan_nav .sx_tiaojian li.xia i{
	background: url(../img/paixu_xia.png) no-repeat center;
}
.shaixuan_nav .sx_tiaojian li.xia.shang i{
	background: url(../img/paixu_shang.png) no-repeat center;
}

.shaixuan_nav .jiagefanwei_box{
	width: 302px;
	padding: 0 10px;
	border-right: 1px solid #e8e8e8;
	float: left;
}

.shaixuan_nav .jiagefanwei div{
	display: inline-block;
	width: 104px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e8e8e8;
}
.shaixuan_nav .jiagefanwei div input{
	width: 90px;
	height: 25px;
	display: block;
	float: right;
}
.shaixuan_nav .jiagefanwei span{
	color: #999;
	margin: 0 5px;
}
.shaixuan_nav .jiagefanwei a{
	width: 50px;
	height: 26px;
	background: #f9f9f9;
	color: #666;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border: 1px solid #e8e8e8;
	margin-left: 5px;
}
.shaixuan_nav p{
	margin-right: 17px;
	float: right;
}
.shaixuan_nav p b{
	font-weight: bold;
	color: #0077ff;
}
.sousuo_list{
	width: 1240px;
}
.sousuo_list li{
	width: 296px;
	height: 336px;
	overflow: hidden;
	background: #fff;
	transition: 0.3s all;
	position: relative;
	float: left;
	margin-bottom: 15px;
	margin-right: 14px;
}
.sousuo_list li p{
	position: absolute;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	background: #f35d14;
	transition: 0.3s all;
	left: 50%;
	margin-left: -40px;
	bottom: -90px;
	border-radius: 50%;
	cursor: pointer;
}
.sousuo_list li img{
	display: block;
	width: 296px;
	height: 222px;
}
.sousuo_list li .text{
	padding: 20px;
	padding-bottom: 30px;
	padding-top: 18px;
	transition: 0.3s all;
}
.sousuo_list li .text h2{
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.sousuo_list li .text h3{
	font-size: 14px;
	color:#333;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    margin-bottom: 8px;
}
.sousuo_list li .text h4{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    font-size: 14px;
	color:#999;
	line-height: 14px;
	height: 14px;
}
.sousuo_list li .text .sousuo_jg{
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	margin-top: 15px;
}
.sousuo_list li .text .sousuo_jg h3{
	float: left;
	font-size: 14px;
	color: #e33333;
}
.sousuo_list li .text .sousuo_jg del{
	float: right;
	color: #999;
}
.sousuo_list li .text .sousuo_jg span{
	float: right;
	color: #1875f0;
}
.sousuo_list li:hover{
	box-shadow: 0px 0px 20px #dadada;
}
.sousuo_list li:hover .text{
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.sousuo_list li:hover p{
	bottom: 22px;
}
.sousuo_list li:hover p:hover{
	background: #cf5013;
}
.cgjrgwc{
	width: 170px;
	height: 42px;
	line-height: 42px;
	background: #f35d14;
	color: #fff;
	box-shadow: 0px 0px 20px #ccc;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -85px;
	text-align: center;
	display: none;
}
.cgjrgwc img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.jl{
	width: 1280px;
	margin-bottom: 35px;
}
.jl li{
	float: left;
	width: 70px;
	line-height: 16px;
	text-align: center;
	margin-right: 58px;
	transition: 0.3s;
}
.jl li img{
	display: block;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 15px;
	height: 27px;
}
.jl li a{
	color: #555;
}
.jl li:hover{
	transform: translateY(-10px);
}
.jl li:hover a{
	color: #0077ff;
}

.shoadou{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.15;
	filter:alpha(opacity=15);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.alert{
	width: 500px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999999;
    box-shadow: 0px 0px 20px #ccc;
    display: none;
}
.alert_dzgl{
	width: 730px;
}
.alert_tit{
	overflow: hidden;
	height: 53px;
	line-height: 54px;
	padding:0 15px;
	border-bottom: 1px solid #e8e8e8;
}
.alert_tit h2{
	font-size: 18px;
	color: #333;
	float: left;
}
.alert_tit span{
	float: right;
	width: 18px;
	height: 18px;
	background: url(../img/alert_x.png) no-repeat center;
	margin-top: 18px;
	cursor: pointer;
}
.alert_box{
	padding: 10px 20px;
}

.alert_box table{
	width: 100%;
    border-collapse: collapse;
    line-height: 40px;
	color: #666666;
	font-size: 14px;
}
.alert_box table th{
	text-align: right;
	font-weight: normal;
}
.alert_box input{
    border: 1px solid #e8e8e8;
    padding: 0 5px;
    width: 370px;
    height: 30px;
	color: #666666;
	display: block;
	margin-left: 10px;
}
.alert_box select{
	border: 1px solid #e8e8e8;
    margin:0 5px;
	display: block;
    width: 383px;
    height: 30px;
	margin-left: 10px;
    padding: 0 5px;
	color: #666666;
}
.alert_btn{
	padding: 25px 20px;
	text-align: center;
}
.alert_btn .boton{
	padding: 5px 20px;
	font-size: 16px;
	border-radius: 0;
}

.alert_box li{
	line-height: 33px;
	overflow: hidden;
	margin-bottom: 15px;
}
.alert_box li h3{
	float: left;
	width: 70px;
	font-size: 14px;
	text-align: right;
	color: #666;
}
.alert_box li .srk{
    border: 1px solid #e8e8e8;
    float: left;
    overflow: hidden;
    width: 236px;
    color: #999;
}
.alert_box li .srk input{
	border: none;
	display: inline-block;
	margin: 0;
	padding:0 5px;
	width: 210px;
}
.alert_box li .btn{
	float: left;
	width: 62px;
	height: 35px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
}
.alert_btn_pt0{
	padding-top: 0;
}
.alert_btn .btn{
	margin: auto;
	width: 144px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	display: block;
}
/*云服务首页*/
.y_banner{
	margin: 0;
	height: 420px;
}
.y_banner .tu{
	height: 420px;
}
.y_banner .tu li a{
	display: block;
	height: 100%;
}

.y_index_tit{
	font-size: 30px;
	line-height: 120px;
	height: 120px;
	text-align: center;
	color: #333;
}
.fw_nr{
	width: 1330px;
	margin-bottom: 80px;
}
.fw_nr li{
	text-align: center;
	width: 340px;
	height: 410px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin-right: 103px;
}
.fw_nr li img{
	width: 145px;
	height: 118px;
	margin-top: 70px;
	margin-bottom: 30px;
}
.fw_nr li h2{
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #1875f0;
	margin-bottom: 20px;
}
.fw_nr li p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.clxm{
	overflow: hidden;
}
.clxm li{
	width: 10%;
	height: 490px;
	float: left;
	position: relative;
	color: #fff;
	cursor: pointer;
}
.clxm li .clxm_shadou{
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}
.clxm li:hover .clxm_shadou{
	background: #1875f0;
}
.clxm li .clxm_nr{
	position: relative;
	z-index: 9;
	width: 90%;
	margin: auto;
	text-align: center;
	margin-top: 160px;
	font-size: 22px;
	transition: 0.3s all;
}
.clxm li:hover .clxm_nr{
	transform: translateY(-20px);
}
.clxm li .clxm_nr .img{
	width: 70px;
	height: 70px;
	margin: auto;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
}
.clxm li .clxm_nr p{
	line-height: 30px;
	margin-top: 25px;
}
.clxm li .clxm_nr .img img{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
}
.clxm li.clxm1{
	background: url(../img/clxm1.png) no-repeat center;
}
.clxm li.clxm2{
	background: url(../img/clxm2.png) no-repeat center;
}
.clxm li.clxm3{
	background: url(../img/clxm3.png) no-repeat center;
}
.clxm li.clxm4{
	background: url(../img/clxm4.png) no-repeat center;
}
.clxm li.clxm5{
	background: url(../img/clxm5.png) no-repeat center;
}
.clxm li.clxm6{
	background: url(../img/clxm6.png) no-repeat center;
}
.clxm li.clxm7{
	background: url(../img/clxm7.png) no-repeat center;
}
.clxm li.clxm8{
	background: url(../img/clxm8.png) no-repeat center;
}
.clxm li.clxm9{
	background: url(../img/clxm9.png) no-repeat center;
}
.clxm li.clxm10{
	background: url(../img/clxm10.png) no-repeat center;
}

.qwby{
	overflow: hidden;
	height: 428px;
	margin-bottom: 80px;
}
.qwby .text{
	float: left;
	width: 610px;
}
.qwby .text h2{
	font-size: 32px;
	height: 32px;
	line-height: 32px;
	color: #333;
	text-align: center;
}
.qwby .text h3{
	margin-left: 80px;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	color: #1875f0;
	margin-top: 90px;
}
.qwby .text p{
	margin-left: 80px;
	color: 666;
	line-height: 26px;
	margin-top: 25px;
}
.qwby .img{
	float: right;
	width: 444px;
	height: 428px;
}
.qwby .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.quanwei{
	width: 1296px;
	margin-bottom: 50px;
}
.quanwei li{
	width: 234px;
	text-align: center;
	float: left;
	margin-right: 90px;
}
.quanwei li .img{
	width: 160px;
	height: 160px;
	margin: auto;
	position: relative;
	border-radius: 50%;
	background: #1875f0;
}
.quanwei li .img img{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.quanwei li h2{
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	color: #1875f0;
	margin-top: 60px;
}
.quanwei li p{
	color: #666;
	line-height: 22px;
	margin-top: 20px;
}


.nav_banner{
	overflow: hidden;
	background: #fff;
}
.sc_banner{
	width: 992px;
	height: 460px;
	float: right;
}
.left_nav{
	float: left;
	width: 234px;
	height: 420px;
	background: #171850;
	position: relative;
	cursor: pointer;
	padding: 20px 0;
}
.left_nav li{
	height: 42px;
	line-height: 42px;
	color: #fff;
	padding-left: 30px;
	background: url(../img/left_nav_ioc.png) no-repeat 214px center;
	transition: 0.3s all;
}
.left_nav li:hover{
	background: #f45d14 url(../img/left_nav_ioc.png) no-repeat 214px center;
}
.left_nav .left_nav_nr{
	position: absolute;
	width: 920px;
	height: 460px;
	background: #fff;
	top: 0;
	left: 234px;
	z-index: 99;
	overflow: hidden;
	z-index: -9;
}

.left_nav .left_nav_nr_box{
	padding:30px 20px;
}
.left_nav_row{
	overflow: hidden;
	color: #333;
	padding:5px 0;
}
.left_nav_row p{
	width: 140px;
	text-align: right;
	float: left;
	line-height: 14px;
	font-weight:600;
}
.left_nav_row dl{
	width: 730px;
	padding-left:10px;
	float: left;
	overflow: hidden;
	line-height: normal;
}
.left_nav_row dl dd{
	float: left;
	margin-bottom: 10px;
	border-left:1px #dadada solid;
	padding:0 10px;
	line-height:14px;
}
.left_nav_row dl dd a{
	color: #333;
}
.left_nav_row dl dd a:hover{
	color: #0077FF;
}
.left_nav li:hover .left_nav_nr{
	z-index: 99;
}

.jcyq_list{
	overflow: hidden;
	margin-bottom: 35px;
	height: 170px;
}
.jcyp_cp{
	float: left;
	width: 234px;
	height: 170px;
	text-align: center;
	background: #686363;	
}
.jcyp_cp img{
	margin-top: 40px;
	width: 65px;
	height: 53px;
}
.jcyp_cp p{
	color: #fff;
	margin-top: 15px;
	font-weight: 100;
}

.jcyq_list li{
	float: left;
	width: 316px;
	height: 170px;
	margin-left: 14px;
}
.jcyq_list li img{
	display: block;
	width: 100%;
	height: 100%;
}
.lou_tit{
	line-height: 24px;
	overflow: hidden;
	margin-top: 28px;
	margin-bottom: 20px;
}
.lou_tit h2{
	font-size: 24px;
	float: left;
	color: #333;
}
.lou_tit ul{
	float: right;
	overflow: hidden;
}
.lou_tit ul li{
	float: left;
	font-size: 16px;
	padding-bottom: 8px;
	margin-left: 38px;
}
.lou_tit ul li.on{
	border-bottom: 2px solid #1874ef;
}
.lou_tit ul li a{
	color: #424242;
}
.lou_tit ul li.on a{
	color: #1874ef;
}
.lou_nr .lou_left2,.lou_nr .lou_left1{
	float: left;
	overflow: hidden;
}
.lou_nr .lou_left1 li{
	width: 234px;
	height: 612px;
}
.lou_nr .lou_left2 li{
	width: 234px;
	height: 300px;
	margin-bottom: 10px;
}
.lou_nr .lou_left2 li img,.lou_nr .lou_left1 li img{
	display: block;
	width: 100%;
	height: 100%;
}
.lou_nr .lou_right{
	margin-left: 250px;
}
.lou_nr .lou_right.ml0{
	margin-left: 0;
}
.lou_nr .lou_right ul{
	width: 1010px;
}
.lou_nr .lou_right.ml0 ul{
	width: 1240px;
}
.lou_nr .lou_right ul li{
	width: 234px;
	height: 300px;
	margin-bottom: 10px;
	background: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 14px;
	transition: all 0.3s;
}
.lou_nr .lou_right ul li i{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	height: 20px;
	width: 64px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background: #c7161e;
}
.lou_nr .lou_right ul li .img{
	height: 160px;
	margin-bottom: 20px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.lou_nr .lou_right ul li .img img{
	height: 160px;
}
.lou_nr .lou_right ul li .text{
	padding:0 20px;
	transition: 0.3s all;
}
.lou_nr .lou_right ul li .text h2{
	font-size: 14px;
	color: #333;
	height: 14px;
	line-height: 14px;
}
.lou_nr .lou_right ul li .text h3{
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	overflow: hidden;
	margin-top: 8px;
	color: #b0b0b0;
}
.lou_nr .lou_right ul li .sousuo_jg{
	margin-top: 15px;
}
.lou_nr .lou_right ul li .sousuo_jg span{
	font-weight: bold;
	color: #c7161e;
	margin-right: 5px;
}
.lou_nr .lou_right ul li .sousuo_jg del{
	color: #b0b0b0;
}
.lou_nr .lou_right ul li p{
	position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background: #f35d14;
    transition: 0.3s all;
    left: 50%;
    margin-left: -40px;
    bottom: -90px;
    border-radius: 50%;
    cursor: pointer;
}
.lou_nr .lou_right ul li:hover{
    box-shadow: 0px 0px 30px #ccc;
}
.lou_nr .lou_right ul li:hover p{
	bottom: 18px;
}
.lou_nr .lou_right ul li:hover p:hover{
	background: #cf5013;
}
.lou_nr .lou_right ul li:hover .text{
	opacity: 0.3;
    filter: alpha(opacity=30);
}
.lou_nr .lou_right ul li.x_ggw{
	background: none;
	overflow: visible;
}
.lou_nr .lou_right ul li.x_ggw .xgg1{
	background: #fff;
	margin-bottom: 14px;
	transition: all 0.3s;
}
.lou_nr .lou_right ul li.x_ggw .xgg1:hover{
	box-shadow: 0px 0px 30px #ccc;
}
.lou_nr .lou_right ul li.x_ggw .txt{
	float: left;
	width: 115px;
	height: 143px;
}
.lou_nr .lou_right ul li.x_ggw .txt h2.tit{
	font-size: 14px;
	padding: 0 15px;
	color: #333;
	margin-top: 45px\9;
}
.lou_nr .lou_right ul li.x_ggw .txt h2{
	color: #333;
	margin-top: 45px\9;
}
.lou_nr .lou_right ul li.x_ggw .txt h3{
	color: #c7161e;
	font-size: 14px;
}
.lou_nr .lou_right ul li.x_ggw .txt h3 b{
	font-weight: bold;
}
.lou_nr .lou_right ul li.x_ggw .fl_img{
	float: right;
	width: 119px;
	height: 143px;
}
.lou_nr .lou_right ul li.x_ggw .fl_img img{
	display: inline-block;
	width: auto;
	height: auto;
}
.lou_nr .lou_right ul li.x_ggw img{
	display: block;
	width: 119px;
	height: 143px;
}
.lou_nr .lou_right ul li.x_ggw:hover{
	box-shadow: none;
	transform: none;
}
.jszc_nav{
	background: #fff;
	padding: 50px 40px;
	width: 155px;
	float: left;
	min-height: 350px;
}
.jszc_nav dt{
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #333;
	margin-bottom: 36px;
}
.jszc_nav dd{
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	margin-bottom: 20px;
}
.jszc_nav dd a{
	color: #757575;
}
.jszc_nav dd.on a,.jszc_nav dd:hover a{
	color: #1875f0;
}
.jszc_nr{
	float: right;
	padding: 50px;
	width: 876px;
	background: #fff;
}
.jszc_nr .tit{
	font-size: 30px;
	color: #222;
	line-height: 30px;
	height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.jszc_nr .jszc_box{
	margin-top: 20px;
}


/*登录*/
.posr{
	position: relative;
}
.login_bg{
	height: 520px;
	background: url(../img/login_bg.png) no-repeat center;
	overflow: hidden;
}

.login{
	padding: 30px;
	width: 372px;
	background: #fff;
	float: right;
	margin-top: 60px;
}
.login .tit{
	height: 36px;
	border-bottom: 1px solid #e0e0e0;
}
.login .tit h2{
	float: left;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	color: #333;
	border-bottom: 2px solid #1875f0;
	padding-bottom: 15px;
}
.pass_input{
	overflow: hidden;
	margin-top: 28px;
}
.pass_input .pass_sr{
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
.pass_input .pass_sr .img{
	width: 48px;
	height: 48px;
	float: left;
	border-right: 1px solid #e0e0e0;
}
.pass_input .pass_sr .img img{
	display: block;
}
.pass_input .pass_sr .pass_srk{
	float: left;
	width: 300px;
	height: 48px;
	padding: 0 10px;
}
.pass_input .pass_sr .pass_srk input{
	display: block;
	width: 100%;
	height: 100%;
	color: #757575;
}
.jizhu_pass{
	overflow: hidden;
	margin-bottom: 20px;
}
.jizhu_pass label{
	float: left;
	color: #666;
	font-size: 14px;
	cursor: pointer;
}
.jizhu_pass label input{
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
.jizhu_pass a{
	float: right;
	color: #999;
}
.pass_btn a{
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	color: #1875f0;
}
.pass_btn a.btn_blue{
	color: #fff;
}
.login_footer{
	color: #555;
	padding: 44px 0;
	height: 40px;
	line-height: 20px;
	text-align: center;
}


.grzc{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 130px;
}
.grzc .tit{
	height: 89px;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
.grzc .tit h2{
	display: inline-block;
	margin:0 42px;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	padding-top: 34px;
	padding-bottom: 30px;
	color: #999;
	cursor: pointer;
}
.grzc .tit h2.on{
	color: #111;
    border-bottom: 2px solid #1875f0;
}
.zc_nr{
	padding-top: 40px;
	width: 522px;
	margin: auto;
	overflow: hidden;
}
.zc_nr input{
	display: block;
	width: 100%;
	height: 100%;
}
.zc_nr .zcb_box{
	margin-bottom: 5px;
}
.zc_nr .zcb_box .zcb{
	border: 1px solid #e0e0e0;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	transition: 0.3s all;
}
.zc_nr .zcb_box .zcb:hover{
	border: 1px solid #1875f0;
}
.zc_nr .zcb_box .zcb .zcb_name{
	float: left;
	width: 140px;
	text-align: center;
	font-size: 16px;
	color: #333;	
}
.zc_nr .zcb_box .zcb .zcb_name b{
	color: #ff0000;
	vertical-align: middle;
	display: inline-block;
}
.zc_nr .zcb_box .zcb .zcb_input{
	width: 380px;
	float: left;
	height: 54px;
	overflow: hidden;
}
.zc_nr .zcb_box .zcb .zcb_input a{
	display: inline-block;
	float: left;
	width: 58px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #e7e7e7;
	color: #444;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 10px;
}
.zc_nr .zcb_box .zcb .zcb_input a.on{
	background: #1875f0;
	color: #fff;
}
.zc_nr .zcb_box .zcb .zcb_input2{
	width: 260px;
}
.zc_nr .zcb_box .zcb .yzm{
	width: 120px;
	height: 54px;
	background: #e7e7e7;
	color:#444;
	text-align: center;
	line-height: 54px;
	float: right;
	transition: all 0.3s;
}
.zc_nr .zcb_box .zcb .yzm:hover{
	background: #dcdcdc;
}
.zc_nr .zcb_box .zcb .zcb_input input{
	font-size: 16px;
	color: #999;
}
.zc_nr .zcb_box p{
	font-size: 12px;
	margin-top: 4px;
	padding: 0 5px;
	color: #999;
	opacity: 0;
	filter:alpha(opacity=0);
}
.zc_nr .zcb_box p img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.zc_nr .zcb_box.tishi p{
	opacity: 10;
	filter:alpha(opacity=100);
}
.zc_nr .zcb_box.cuowutishi .zcb{
	border: 1px solid #ff0000;	
}
.zc_nr .zcb_box.cuowutishi p{
	opacity: 10;
	filter:alpha(opacity=100);
	color: #ff0000;
}
.zc_nr .xieyi{
	color: #333;
}
.zc_nr .xieyi a{
	color: #1875f0;
}
.zc_nr .xieyi input{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
	background: #999;
	margin-right: 10px;
}
.zc_nr .zc_btn{
	display: block;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 125px;
	font-size: 16px;
	border-radius: 5px;
}


/*供需大厅*/
.gxdt_banner{
	height: 250px;
}
.gxdt_tit{
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	margin-top: 40px;
	margin-bottom: 22px;
}
.gxdt_tit h2{
	float: left;
	font-size: 24px;
	color: #666;
}
.gxdt_tit h2 span{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.gxdt_tit h2 span b{
	color: #1875f0;
	font-weight: 600;
}
.gxdt_tit .btn{
	float: right;
	width: 116px;
	height: 38px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 16px;
}
.gxdt_tit .sc_gxdt{
	float: right;
	height: 36px;
	width: 342px;
	border: 1px solid #1875f0;
	overflow: hidden;
}
.gxdt_tit .sc_gxdt input{
	width: 253px;
	padding: 0 7px;
	height: 100%;
	display: block;
	float: left;
}
.gxdt_tit .sc_gxdt .sc_btn{
	width: 74px;
	text-align: center;
	height: 100%;
	display: block;
	float: right;
	color: #fff;
	line-height: 36px;
}
.zzfw{
	background: #fff;
}
.zzfw table{
	border-collapse:collapse;
	width: 100%;
	text-align: center;	
}
.zzfw table td{
	border: 1px solid #f5f5f5;
	padding:30px 0;
}
.zzfw table td img{
	width: 45px;
	height: 45px;
	margin-bottom: 15px;
}
.zzfw table td p{
	color: #666;
}
.xqdt{
	background: #fff;
	overflow: hidden;
}
.xqdt table{
	border-collapse:collapse;
	width: 100%;
}
.xqdt table tr{
	border-bottom: 1px solid #dadada;
	transition: 0.3s all;
}
.xqdt table tr:hover{
	background: #f4f8fe;
}
.xqdt table td,.xqdt table th{
	padding: 0 35px;
	height: 54px;
}
.xqdt table th{
	background: #1875f0;
	color: #fff;
}
.gxdt_bt{
	font-size: 16px;
	font-weight: bold;
}
.gxdt_bt a{
	color: #444;
}
.gxdt_cgl{
	color: #f35d14;
}
.gxdt_cg{
	color: #999;
}
.gxdt_cg span{
	color: #1875f0;
}
.xqdt .gxdt_gd{
	width: 144px;
	height: 28px;
	display: block;
	margin: auto;
	margin-top: 37px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 28px;
	background: #e8e8e8;
	border-radius: 20px;
	color: #999;
	transition: all 0.3s;
}
.xqdt .gxdt_gd:hover{
	background: #ccc;
}

.gxdt_xq{
	background: #fff;
	min-height: 700px;
	padding: 20px 30px;
}
.gxdt_xq .baojia{
	height: 46px;
	padding: 16px 20px;
	background: #f5f5f5;
	line-height: 46px;
	overflow: hidden;
}
.gxdt_xq .baojia h2{
	float: left;
	font-size: 20px;
	color: #333;
}
.gxdt_xq .baojia .boton{
	float: right;
}
.gxdt_xq .canshu{
	margin-top: 44px;
}
.gxdt_xq .canshu li{
	margin-bottom: 34px;
	color: #555;
}
.gxdt_xq .canshu li b{
	font-weight: bold;
}
.gxdt_xq .canshu li span{
	color: #f35d14;
}
.logo_box{
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	background: #fff;
}
.logo_box .zyzx_logo{
	float: left;
	height: 80px;
}
.logo_box .zizhi{
	float: right;
	color: #999;
	font-size: 18px;
	overflow: hidden;
}
.logo_box .zizhi span{
	float: left;
}
.logo_box .zizhi img{
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 15px;
}
.zyzx_xq_banner{
	height: 350px;
}
.zyzx_xq_banner .tu{
	height: 350px;
}
.zyzx_xq_nav{
	background: #0165e1;
	width: 100%;
	height: 60px;
	line-height: 60px;
	top: 0;
	z-index: 99999;
}
.zyzx_xq_nav_k{
	height: 60px;
	display: none;
}
.zyzx_xq_nav li{
	float: left;
	width: 204px;
	height: 60px;
	text-align: center;
	transition: 0.3s all;
}
.zyzx_xq_nav li:hover,.zyzx_xq_nav li.current{
	background: #297de5;
}
.zyzx_xq_nav li a{
	display: inline-block;
	width: 203px;
	height: 16px;
	line-height: 16px;
	margin: 22px 0;
	border-left: 1px solid #6da7ee;
	color: #fff;
}
.zyzx_xq_nav li:last-child a{
	border-right: 1px solid #6da7ee;
}
.zyzx_xq_nav li a img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 13px;
}
.zyzx_gywm{
	background: #fff;
	overflow: hidden;
}
.zyzx_xq_tit{
	font-size: 28px;
	height: 28px;
	line-height: 28px;
	color: #222;
	margin-top: 54px;
	margin-bottom: 49px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.zyzx_xq_tit a{
	position: absolute;
	height: 18px;
	padding-right: 28px;
	line-height: 18px;
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	background: url(../img/qyxq_gd.png) no-repeat center right;
	right: 0px;
}
.zyzx_gywm .gywm_js{
	margin-bottom: 90px;
	font-size: 16px;
	line-height: 24px;
	text-indent: 2em;
	color: #585858;
}
.zyzx_gywm .zyzx_xm{
	overflow: hidden;
	margin-bottom: 80px;
}
.zyzx_gywm .zyzx_xm li{
	float: left;
	width: 210px;
	text-align: center;
	margin: 0 99px;
}
.zyzx_gywm .zyzx_xm li img{
	width: 110px;
	height: 110px;
}
.zyzx_gywm .zyzx_xm li h2{
	font-size: 18px;
	color: #222;
	line-height: 18px;
	height: 18px;
	margin-top: 28px;
	margin-bottom: 15px;
}
.zyzx_gywm .zyzx_xm li p{
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #888;
}
.xmfw{
	overflow: hidden;
	text-align: center;
	margin-bottom: 55px;
}
.xmfw .xmfl_nav{
	font-size: 16px;
	color: #666;
	margin-bottom: 45px;
}
.xmfw .xmfl_nav a{
	color: #666;
}
.xmfw .xmfl_nav a.on,.xmfw .xmfl_nav a:hover{
	color: #1875f0;
}


.qyxq_sbzs{
	height: 565px;
	overflow: hidden;
	background: url(../img/sbzs_bg.png) no-repeat center center;
}
.qyxq_sbzs .zyzx_xq_tit{
	color: #fff;
}
.qyxq_sbzs .zyzx_xq_tit a{
	color: #fff;
	background: url(../img/qyxq_gd2.png) no-repeat center right;
}
.qyxq_jcnl{
	margin-bottom: 84px;
}
.qyxq_jcnl .jcnl_nr{
	background: #fff;
	font-size: 16px;
}
.qyxq_jcnl .jcnl_nr table{
	border-collapse:collapse;
	width: 100%;	
}
.qyxq_jcnl .jcnl_nr table th,.qyxq_jcnl .jcnl_nr table td{
	padding: 10px 30px;
	border-bottom: 1px solid #f4f4f4;
	height: 30px;
	color: #333;	
}
.qyxq_jcnl .jcnl_nr table th{
	border: none;
	color: #fff;
	font-weight: normal;
	background: #1875f0;
}

.qyxq_xwdt{
	background: #fff;
	overflow: hidden;
	height: 430px;
}
.qyxq_xwdt ul{
	margin-top: 65px;
}
.qyxq_xwdt li{
	width: 540px;
	float: left;
	
}
.qyxq_xwdt li:last-child{
	float: right;
}
.qyxq_xwdt li h2{
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	position: relative;
}
.qyxq_xwdt li h2 a{
	color: #333;
}
.qyxq_xwdt li h2 i{
	position: absolute;
	width: 65px;
	height: 46px;
	background: url(../img/xows_bg.png) no-repeat center center;
	left: -58px;
	top: -20px;
	color: #1875f0;
	font-size: 36px;
}
.qyxq_xwdt li span{
	display: block;
	width: 110px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #d8d8d8;
	color: #333;
	margin-top: 20px;
	margin-bottom: 30px;
}
.qyxq_xwdt li p{
	line-height: 26px;
	height: 104px;
}
.qyxq_xwdt li p a{
	color: #585858;
}
.qyxq_xwdt .zyzx_xq_tit a{
	color: #999;
	background: url(../img/qyxq_gd3.png) no-repeat center right;
}

.qyxq_lxwm{
	margin-bottom: 80px;
}
.qyxq_lxwm .lxwm_box{
	position: relative;
	height: 440px;
}
.qyxq_lxwm .lxwm_box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 385px;
}
.qyxq_lxwm .lxwm_box .lxwm_nr{
	width: 660px;
	height: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 40px 60px;
	line-height: 24px;
	color: #585858;
	z-index: 9;
}
.qyxq_lxwm .lxwm_box .lxwm_nr ul{
	margin-bottom: 20px;
}
.qyxq_lxwm .lxwm_box .lxwm_nr span{
	color: #f35d14;
}
.maodian2{
	position: relative;  
    top: -40px; 
    display: block;  
    height: 0;  
    overflow: hidden;
}



/*个人中心*/
.grzx_index{
	overflow: hidden;
}
.grzx_left{
	float: left;
	background: #fff;
	padding: 50px 40px;
	width: 155px;
	height: 340px;
}
.grzx_left h2{
	font-size: 16px;
	color: #333;
	height: 16px;
	line-height: 16px;
	margin-bottom: 26px;
}
.grzx_left li{
	line-height: 34px;
}
.grzx_left li a{
	color: #757575;
}
.grzx_left li:hover a,.grzx_left li.on a{
	color: #1875f0;
}
.grzx_right{
	float: right;
	width: 976px;
	background: #fff;
}
.grzx_index_box{
	padding: 50px;
}
.use{
	overflow: hidden;
	height: 160px;
	padding-bottom: 39px;
	border-bottom: 1px solid #e8e8e8;
}
.use .use_logo{
	width: 500px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.use .use_logo img{
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 20px;
	border:1px solid #e5e5e5;
	border-radius: 50%;
}
.use .use_logo .use_data{
	float: left;
	
}
.use .use_logo .use_data h2{
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #333;
	margin-top: 47px;
	margin-bottom: 10px;
}
.use .use_logo .use_data span{
	color: #999;
	line-height: 14px;
	height: 14px;
	margin-bottom: 15px;
	display: block;
}
.use .use_logo .use_data a{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #ccd5e1;
	text-align: center;
	transition: 0.3s all;
}
.use .use_logo .use_data a:hover{
	background: #afb7c2;
}
.use .aqxs{
	padding-top: 45px;
}
.use .aqxs p{
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #555;
	margin-bottom: 20px;
}
.use .aqxs p b{
	color: #78c64e;
}

.grzx_ore{
	background: #ff5901;
}
.grzx_gree{
	background: #78c64e;
}
.grzx_blue{
	background: #0c97f2;
}
.grzx_tuyellow{
	background: #ffa500;
}
.grzx_yellow{
	background: #f7e230;
}
.grzx_zise{
	background: #eb52b7;
}
.grgl_dd{
	width:876px;
	margin-top: 50px;
	overflow: hidden;
}
.grgl_dd li{
	float: left;
	width: 438px;
	height: 100px;
	margin-bottom: 60px;
	overflow: hidden;
}
.grgl_dd li .img{
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 50%;
	margin-right: 24px;
	float: left;
}
.grgl_dd li .img img{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.grgl_dd li .text{
	padding-top: 26px;
	float: left;
}
.grgl_dd li .text h2{
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-bottom: 5px;
}
.grgl_dd li .text h2 b{
	color: #ff0000;
}
.grgl_dd li .text a,.grgl_dd li .text span{
	color: #666;
}

.grzx_right_box{
	padding: 50px;
}
.grzx_tit{
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	color: #222;
}
.grzx_zlxq{
	margin-top: 65px;
	padding: 0 95px;
}
.grzx_zlxq table{
	border-collapse:collapse;
	width: 100%;	
	font-size: 16px;
}
.grzx_zlxq table th{
	text-align: left;
	width: 12%;
	min-width: 12%;
	color: #333;
	height: 64px;
}
.grzx_zlxq table td{
	color: #888888;
}
.grzx_zlxq table td .img{
	width: 114px;
	height: 114px;
	border:4px solid #ececec;
	position: relative;
}
.grzx_zlxq table td .img img{
	width: 114px;
	height: 114px;
	display: block;
}
.grzx_zlxq table td .img p{
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	left: 0;
	bottom: 0;
	position: absolute;
	font-size: 14px;
}
.grzx_zlxq table td input{
	width: 355px;
	height: 38px;
	padding: 0 5px;
	color: #333;
	border: 1px solid #e8e8e8;
}
.grzx_zlxq table td span{
	margin-right: 20px;
}
.grzx_zlxq table td i{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	width: 60px;
	text-align: center;
	background: #e7e7e7;
	color: #444;
	border-radius: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.grzx_zlxq table td i.on{
	background: #1875f0;
	color: #fff;
}
.grzx_zlxq .btn{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	margin-top: 60px;
}
.grzx_zlxq .btn a{
	color: #999;
}
.grzx_zlxq .btn .boton{
	padding:0 64px;
	margin-right: 30px;
	color: #fff;
}

.grzx_wdfp{
	margin-top:0px;
	color: #333;
}
.grzx_wdfp .wxts{
	padding: 15px 35px;
	background: #fffdee;
	color: #ff6600;
	font-size: 12px;
	line-height: 20px;
}
.grzx_wdfp .wxts h2{
	font-size: 14px;
}

.grzx_wdfp .dd_nav li.ddxq{
	width: 70%;
	text-align: center;
	padding-left: 0;
}
.grzx_wdfp .dd_nav li.ddlx,.grzx_wdfp .dd_nav li.fkzt,.grzx_wdfp .dd_nav li.ddcz{
	width: 10%;
	text-align: center;
}
.grzx_wdfp .dd_nr{
	padding: 0;
}
.grzx_wdfp .dd_nr .dd_sm{
	width: 58%;
}
.grzx_wdfp .dd_nr .dd_sm h2{
	width: 440px;
}
.grzx_wdfp .dd_nr .ddlx,.grzx_wdfp .dd_nr .fkzt{
	width: 10%;
	padding: 10px 0px;
	text-align: center;
}
.grzx_wdfp .dd_nr .ddcz{
	width: 86px;
	padding: 10px 0px;
}
.grzx_wdfp .dd_nr .ddcz a,.grzx_wdfp .dd_nr .ddcz p{
	width: 80%;
	margin: auto;
	display: inline-block;
}
.grzx_wdfp .dd_anli:hover{
	box-shadow:none
}
.grzx_wdfp table{
	border-collapse:collapse;
	width: 100%;
	font-size: 14px;
	
}
.grzx_wdfp table th{
	background: #f5f5f5;
}
.grzx_wdfp table td{
	border: 1px solid #f5f5f5;
	color: #666;
}
.grzx_wdfp .fpxx1 table th,.grzx_wdfp .fpxx1 table td{
	padding: 0 20px;
	height: 34px;
	text-align: left;
}
.grzx_wdfp .fpxx2{
	margin-top: 60px;
}
.grzx_wdfp .fpxx2 table th,.grzx_wdfp .fpxx2 table td{
	height: 34px;
	padding:0 10px;
}
.grzx_wdfp table a{
	color: #005ea7;
}


.grxc_dzgl{
	padding: 40px 50px;
}
.xzdz{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.xzdz .btn{
	float: left;
	width: 126px;
	text-align: center;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.xzdz p{
	margin-left: 12px;
	color: #999;
	float: left;
}
.yh_data{
	padding: 15px 20px;
	height: 190px;
	border: 1px solid #dadada;
	margin-top: 10px;
	position: relative;
	transition: 0.3s all;
}
.yh_data:hover{
	border: 1px solid #1875f0;
}
.yh_data .tit{
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}
.yh_data .tit h2{
	float: left;
	font-size: 18px;
	color: #333;
}
.yh_data .tit p{
	float: left;
	width: 74px;
	height: 22px;
	background: #f35d14;
	color: #fff;
	text-align: center;
	margin-left: 12px;
	display: none;
}
.yh_data .tit a{
	float: right;
	width: 18px;
	height: 22px;
	background: url(../img/del.png) no-repeat center;
}
.yh_data ul{
	line-height: 24px;
}
.yh_data ul b{
	color: #999;
}
.yh_data ul span{
	color: #585858;
}
.yh_data .botiom{
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.yh_data .botiom a{
	margin-left: 20px;
	color: #1875f0;
}
.jszc_list li{
	overflow: hidden;
	padding-left: 10px;
	background: url(../img/list_ioc.png) no-repeat center left;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #b0b0b0;
}
.jszc_list li a{
	float: left;
	color: #585858;
	width: 90%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.jszc_list li span{
	float: right;
	color: #999;
}
.jszc_list li:hover{
	background: url(../img/list_ioc2.png) no-repeat center left;
}
.jszc_list li:hover a{
	color: #1875f0;
}


.danhao_zt{
	background: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 1px;
	padding: 0 20px;
	color:#999;
}
.danhao_zt h2{
	font-size: 16px;
	margin-right: 40px;
	color: #585858;
	display:inline-block;
	font-weight:bold;
}
.danhao_zt p{
	font-size: 16px;
	color: #999;
}

.grzx_fbxq{
	background: #fff;
	
}
.fbxq_nr .fbxq_nr_row{
	margin-top: 20px;
	margin-bottom: 15px;
}
.fbxq_nr h2{
	color: #222;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}
.fbxq_nr h2 i{
	margin-left: 5px;
}
.fbxq_nr input[type="text"]{
	width: 470px;
	height: 34px;
	padding: 0 15px;
	color: #747474;
	border: 1px solid #e5e5e5;
}
.fbxq_nr .select{
	margin-top: 10px;
}
.fbxq_nr .select select{
	width: 161px;
	height: 34px;
	padding:0 5px;
	color: #747474;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 10px;
}
.fbxq_nr .select a{
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	background: #eee;
	position: relative;
}
.fbxq_nr .select a img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
.fbxq_nr  .xqxz ul{
	overflow: hidden;
}
.fbxq_nr  .xqxz li{
	float: left;
    height: 36px;
    line-height: 36px;
    width: 80px;
    text-align: center;
    background: #e7e7e7;
    color: #444;
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
	
}
.fbxq_nr  .xqxz li.on{
	background: #1875f0;
    color: #fff;
}
.fbxq_nr  textarea{
	resize:none;
	border: 1px solid #e5e5e5;
	width: 480px;
	height: 180px;
	padding: 5px 10px;
}
.fbxq_nr .wts{
	margin: 0;
	padding: 0;
}
.fbxq_nr .wts .wenjianming{
	width: 480px;
}
.fbxq_nr label {
	color: #747474;
}
.fbxq_nr label a{
	color: #0077FF;
}
.fbxq_nr label input{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.xqfb_btn{
	text-align: center;
	color: #999;
	margin-top: 50px;
	line-height: 36px;
}
.xqfb_btn a{
	display: inline-block;
	width: 110px;
	height: 36px;
	background: #1875f0;
	color: #fff;
	transition:0.3s all;
}
.xqfb_btn a:hover{
	background: #1464ce;
}
.xqfb_btn span{
	margin-left: 20px;
}

/*云服务首页修改*/
.yfw_top{
	width: 100%;
	height: 60px;
	background: #222;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 99;
}
.yfw_top2{
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #1875f0;
	display: none;
}
.yfw_top2 ul{
	overflow: hidden;
}
.yfw_top2 ul li{
	float: left;
	width: 10%;
	text-align: center;
	font-size: 16px;
}
.yfw_top2 ul li a{
	color: #fff;
	display: inline-block;
	padding: 5px 8px;
	border-radius: 5px;
	margin: 15px 0;
	transition: 0.3s all;
}
.yfw_top2 ul li a:hover,.yfw_top2 ul li.on a{
	color: #1875f0;
	background: #fff;
}
.yfw_top2 ul li: a hover{
	
}

.yfw_logo{
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
.yfw_nav{
	margin-left: 30px;
	overflow: hidden;
	float: left;
}
.yfw_nav li{
	float: left;
	margin-right: 45px;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.yfw_nav li a{
	color: #fff;
}
.yfw_nav li i{
	width: 26px;
	height: 16px;
	position: absolute;
	background: url(../img/hot.png) no-repeat center center;
	right: -14px;
	top: 8px;
}
.yfw_nav li b{
	position: absolute;
	top: 48px;
	left: 0;
	width: 0;
	height: 2px;
	background: #1875f0;
	transition: 0.3s all;
}
.yfw_nav li:hover b{
	width: 100%;	
}
.yfw_sc{
	margin: 13px 0;
	float: left;
	font-size: 12px;
	overflow: hidden;
	width: 200px;
	
}
.yfw_sc input{
	width: 144px;
	padding: 0 10px;
	height: 34px;
	margin-right: 1px;
	background: #7a7a7a;
	color: #cfcfcf;
	float: left;
}
.yfw_sc a{
	width: 34px;
	height: 34px;
	float: right;
	background:#7a7a7a url(../img/yfw_sc.png) no-repeat center center;
}
.yfw_gwc{
	height: 38px;
	line-height: 38px;
	margin-top: 13px;
	margin-right: 10px;
	float: right;
	overflow: hidden;
}
.yfw_gwc ul{
	overflow: hidden;
	float: left;
}
.yfw_gwc ul li{
	float: left;
}
.yfw_gwc ul li a{
	color: #fff;
}
.yfw_gwc ul li span{
	color: #424242;
	padding: 0 5px;
}
.yfw_gwc .gwc{
	line-height: 38px;	
	float: right;
	padding-left: 35px;
	padding-right: 15px;
	color: #fff;
	background: #1875f0 url(../img/yfw_gwc.png) no-repeat 10px center;
	margin-left: 20px;
	cursor: pointer;
	transition: 0.3s all;
}
.yfw_gwc .gwc:hover{
	background: #1569d7 url(../img/yfw_gwc.png) no-repeat 10px center;
}
.gdjcfw{
	background: #fff;
	overflow: hidden;
	padding-bottom: 40px;
}
.gdjcfw ul{
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}
.gdjcfw ul li{
	width: 10%;
	float: left;	
}
.gdjcfw ul li p{
	margin-top: 5px;
	color: #666666;
}
.gdjcfw ul li:hover p,.gdjcfw ul li.on p{
	color: #1875f0;
	transition: 0.3s all;
}

.lou_nr .lou_right.ycfw_lou ul li .text h2{
	height: 40px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.lou_nr2 ul{
	width: 1244px;
}
.lou_nr2 ul li{
	float: left;
	background: #fff;
	height: 312px;
	width: 296px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.lou_nr2 ul li:hover{
	transition: 0.3s all;
	box-shadow: 0px 0px 30px #ccc;	
}
.lou_nr2 ul li .img{
	width: 296px;
	height: 221px;
	text-align: center;
	line-height: 221px;
	overflow: hidden;
	
}
.lou_nr2 ul li h2{
	font-size: 14px;
	padding: 0 20px;
	margin: 20px 0;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.lou_nr2 ul li h2 a{
	color: #333;
}
.lou_nr2 ul li .jiage{
	padding: 0 20px;
	overflow: hidden;
}
.lou_nr2 ul li .jiage h3{
	color: #E33333;
	font-size: 14px;
	float: left;
}
.lou_nr2 ul li .jiage img{
	float: right;
}
.lou_hd{
	height: 20px;
}


.yfw_nav_one{
	background: #fff;
    box-shadow: 0px 0px 30px #dadada;
    position: relative;
}
.yfw_nav_one ul{
	margin:0 10px;
	position: relative;
}
.yfw_nav_one ul.w{
	margin: auto;
}
.yfw_nav_one li{
	float: left;
	line-height: 60px;
	height: 60px;
}
.yfw_nav_one li img{
	width: 18px;
	height: 18px;
	float: left;
	margin: 21px 0;
	margin-right: 10px;
}
.yfw_nav_one li p{
	float: left;
	color: #333;
	transition: 0.3s all;
}
.yfw_nav_one li span{
	margin: 0 14px;
	color: #d5d7da;
	font-size: 16px;
}

.yfw_nav_one li:hover{
	background: url(../img/yfw_sj.png) no-repeat center bottom;
}
.yfw_nav_one li:hover p{
	color: #f35d14;
}

.yfw_nav_two{
	padding: 2px 0;
	line-height: 46px;
	background: #57a5fe;
	position: absolute;
	color: #fff;
	z-index: -9;
	box-shadow: 0px 5px 10px #ccc;
	margin:0 -10px;
	left: 0;
	opacity: 0;
	transition: 0.3s all;
}
.yfw_nav_one li:hover .yfw_nav_two{
	opacity: 1;
	z-index: 9;
}
.yfw_nav_two dl{
	margin:0 10px;
	overflow: hidden;
}
.yfw_nav_two dl.w{
	    margin: auto;
}
.yfw_nav_two dl dd{
	float: left;
}
.yfw_nav_two dl dd span{
	color: #dadcdf;
}
.yfw_nav_two a{
	color: #ebf4ff;
}
.yfw_nav_two a:hover{
	color: #fff;
}


.yfw_fl{
	background: #fff;
	border: 1px solid #ecf2f9;
	border-top: none;
	padding:20px 15px;
	margin-top: 10px;
	padding-top: 0px;
	box-sizing: border-box;
}
.yfw_fl .yfw_fl_list{
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.yfw_fl .yfw_fl_list .tit{
	float: left;
	line-height: 30px;
	color: #999;
}
.yfw_fl .yfw_fl_list ul{
	width: 1060px;
}
.yfw_fl .yfw_fl_list li{
	float: left;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	margin: 2px 0;
	margin-left: 30px;
	transition: 0.3 all;
}
.yfw_fl .yfw_fl_list li a{
	color: #333;
	transition: 0.3 all;
}
.yfw_fl .yfw_fl_list li:hover a{
	color: #0077ff;
}
.yfw_fl .yfw_fl_list li i{
	width: 10px;
	height: 6px;
	background: url(../img/fl_list.png) no-repeat center;
	display: inline-block;
	margin-left: 5px;
}
.yfw_fl .yfw_fl_list .zcd{
	position: absolute;
	width: 1160px;
	background: #fff;
	left: -20px;
	padding:0 30px;
	box-shadow: 0px 0px 30px #ccc;
	opacity: 0;
	z-index: -9;
	transition: 0.3s all;
}
.yfw_fl .yfw_fl_list .zcd dl{
	overflow: hidden;
}
.yfw_fl .yfw_fl_list .zcd dl dd{
	float: left;
	width: 14.2%;
	color: #333;
	border-bottom: 1px dashed #d1d1d1;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
}
.yfw_fl .yfw_fl_list .zcd dl dd:hover{
	color: #1875f0;
}
.yfw_fl .yfw_fl_list .zcd dl dd.on{
	color: #f35d14;
}
.yfw_fl .yfw_fl_list li:hover .zcd{
	opacity: 1;
	z-index: 9;
} 
.yfw_fl .yfw_fl_list li.on{
	background: #0077ff;
}
.yfw_fl .yfw_fl_list li.on a{
	color: #fff;
}
.yfw_fl .yfw_fl_list li.on i{
	background: url(../img/fl_list2.png) no-repeat center;
}
.yfw_fl .yfw_fl_list .gd{
	height: 24px;
	line-height: 24px;
	float: right;
	padding-left: 10px;
	padding-right: 26px;
	background: #fd702c url(../img/yfw_down.png) no-repeat 45px center;
	color: #fff;
}
.yfw_fl .yfw_fl_list .gd.on{
	background: #f35d14 url(../img/yfw_up.png) no-repeat 45px center;
}
.yfw_fl .gjc{
	padding-top: 10px;
}
.yfw_fl .gjc ul{
	overflow: hidden;
}
.yfw_fl .gjc ul li{
	float: left;
	overflow: hidden;
	padding:0px 10px;
	line-height: 34px;
	height: 34px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #1875f0;
	background: #f8fbff;
	transition: 0.3s all;
}
.yfw_fl .gjc ul li a{
	color: #999;
	float: left;
}
.yfw_fl .gjc ul li i{
	float: left;
	width: 12px;
	height: 12px;
	background: url(../img/close.png) no-repeat center center;
	margin-top: 11px;
	margin-left: 15px;
	cursor: pointer;
}
.yfw_fl .gjc ul li:hover{
	border: 1px solid #f35d14;
	background: #fff;
}

/*企业信息*/
.qyxq_lxwm .lxwm_box .lxwm_nr h2{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.qyxq_lxfs{
	color: #333;
}

.qyjs_banner{
	height: 240px;
	background: url(../img/qyjs_bg.png) no-repeat center center;
	overflow: hidden;
}
.qyjs_banner .qyjs_logo_bg{
	width: 668px;
	height: 130px;
	margin: 55px;
	background: url(../img/qyjs_logo_bg.png) no-repeat center center;
	position: relative;
}
.qyjs_banner .qyjs_logo_bg .logo_nr{
	width: 580px;
	height: 66px;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -33px;
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.qyjs_banner .qyjs_logo_bg .logo_nr img{
	vertical-align: middle;
	margin-right: 10px;
}
.qyjs_gsjs{
	height: 325px;
	overflow: hidden;
	background: #fff;
}
.qyjs_gsjs h2{
	font-size: 28px;
	height: 28px;
	line-height: 28px;
	margin: 60px auto;
	color: #222;
	text-align: center;
}
.qyjs_gsjs p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}
.xqlb_bg{
	height: 680px;
	background: url(../img/xqlb_bg.png) no-repeat center center;
	overflow: hidden;
}
.xqlb_bg h2,.xqlb_bg h3{
	text-align: center;
	color: #fff;
}
.xqlb_bg h2{
	font-size: 28px;
	height: 28px;
	line-height: 28px;
	margin-top: 60px;
	margin-bottom: 40px;
}
.xqlb_bg h3{
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 65px;
}
.xqlb_bg li{
	position: relative;
    float: left;
    width: 202px;
    height: 352px;
    margin-top: 36px;
    margin-right: -1px;
    background-color: #3089ff;
    border: 1px solid #d9d9d9;
    padding: 0 70px;
    box-sizing: border-box;
    transition: 0.3s all;
}
.xqlb_bg li h5{
    margin-top:180px;
    margin-left: -70px;
    width: 202px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
.xqlb_bg li h5:before{
	content: '';
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    bottom: 0;
    margin-left: -15px;
    background-color: #fff;
}
.xqlb_bg li.on{
	width: 785px;
    height: 418px;
    margin-top: 3px;
    background: url(../img/bktx_bg.png) 0 0 no-repeat #fff;
    border-color: #182257;
    z-index: 9;
}
.xqlb_bg li.on h5{
	margin-top: 50px;
	margin-left: 0px;
    width: 32px;
    border-bottom: 2px solid #3089ff;
    color: #2d2d2d;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}
.xqlb_bg .t1 h6{
	display: none;
}
.xqlb_bg .t1 p{
	display: none;
}
.xqlb_bg .t1.on h6{
	display: block;
	font-weight: bold;
	color: #222;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.xqlb_bg .t1.on p{
	display: block;
	line-height: 30px;
	color: #333333;
}
.xqlb_bg li .hydt{
	display: none;
}
.xqlb_bg li.on .hydt{
	overflow: hidden;
	display: block;
}
.xqlb_bg .hydt .picScroll-left{
	margin: 0;
}
.xqlb_bg .hydt .picScroll-left .bd ul li{
	padding: 0;
	margin: 0;
	margin-right: 10px;
	width: 152px;
	height: 215px;
	border: none;
}
.xqlb_bg .hydt .picScroll-left .bd ul li .pic{
	width: 152px;
	height: 215px;
}
.xqlb_bg .hydt .picScroll-left .bd ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
