@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
}
/****************nav_div**************/
.nav_div {
	position: fixed;
	top: 46px;
	transition: top 0.5s;
	left: 0px;
	width: 100%;
	height: 80px;
 //background-color: #fff;
	box-shadow: 0 2px 2px #ccc;
	z-index: 99;
}
.nav_outBoxul_logo {
	float: left;
	width: 400px;
}
.nav_outBoxul_logo_a {
	float: left;
	display: block;
	width: 90px;
	height: 68px;
	margin-top: 6px;
}
.nav_outBoxul_logo_h2 {
	font-family: 微软雅黑;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: 100;
	float: left;
	margin-top: 13px;
}
.nav_outBoxul_logo_p {
	font-family: 微软雅黑;
	font-size: 13px;
	color: rgb(136, 136, 136);
	float: left;
	margin-top: 6px;
}
.nav_outBoxul {
	width: 1200px;
	margin: 0px auto;
}
.nav_outBoxul_li {
	float: left;
	margin-right: 22px;
	line-height: 80px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.nav_outBoxul_li_a {
	color: #333;
}
.nav_inBoxul_li a{
	color:#555;}
.nav_outBoxul_li_first {
	margin-left: 30px;
}
.nav_bd {
	height: 0px;
	transition: height 0.5s;
}
.nav_div:hover .nav_bd {
	height: 300px;
}
.nav_inBoxul {
	width: 1200px;
	margin: 0px auto;
}
.nav_inBoxul_li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.nav_inBd_ul {
	width: 1200px;
	margin: 0px auto;
	padding: 20px;
}
.nav_inHd {
	background: #f9f9f9;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.nav_outBoxul_li a{
	color:#333;}
.nav_outBoxul>.on a{
	color: #F00;
}
.nav_inBoxul>.on a{
	color: #005caa;
}
.nav_inBd_ul_li {
	width: 180px;
	margin: 0px 10px;
	float: left;
}
.nav_inBd_ul_li_img {
	width: 100%;
}
.nav_inBd_ul_li_a {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
}
.nav_inBox {
}
.nav_outBox_hd {
	background: #fff;
}
.nav_inBd {
	background: #fff;
}
/*************ab_header***************/

.ab_header {
	height: 46px;
	line-height: 46px;
	background: rgb(31, 45, 48);
}
.ab_header_width {
	width: 1200px;
	margin: 0px auto;
}
.ab_header_pleft {
	float: left;
	color: rgb(204, 204, 204);
}
.ab_header_pright {
	float: right;
	color: #fff;
	font-size: 16px
}
/**************ab_banner**************************/
.ab_banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.focusBox {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.focusBox .pic {
	position: relative;
	z-index: 0;
}
.focusBox .pic img {
	width: 100%;
	height: 600px;
	display: block;
}
.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.focusBox .hd li {
	margin: 0 5px;
	background: url(../images/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	_background: url(../images/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on {
	background-position: 0 0;
}
.focusBox .prev,  .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover,  .focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
.ab_banner_title {
	position: absolute;
	width: 1200px;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	z-index: 9;
}
.ab_banner_title_width {
	width: 1200px;
	margin: 0px auto;
}
.ab_banner_title_p1 {
	text-align: center;
	height: 84px;
	line-height: 84px;
	width: 724px;
	display: block;
	border-style: solid;
	background-color: rgba(255,255,255,0.9);
	font-family: "微软雅黑";
	font-size: 46px;
	color: rgb(225, 102, 0);
	line-height: 181%;
}
.ab_banner_title_p2 {
	margin-top: 20px;
	height: 47px;
	width: 551px;
	display: block;
	border-style: solid;
	background-color: rgba(255, 255, 255,0.8);
	text-align: center;
	color: rgb(255, 0, 0);
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 180%;
}
.ab_banner_title_p3 {
	margin-top: 100px;
}
.ab_banner_title_p3 a {
	background-color: rgba(255, 153, 0,1);
	width: 140px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.ab_banner_title_p3_a1 {
}
.ab_banner_title_p3_a2 {
}
/*************ab_main1************/
.ab_main1 {
	padding: 20px 0px;
}
.ab_main_title {
	text-align: center;
	overflow: hidden;
	padding: 30px 0px;
}
.ab_main_title_h2 {
	font-size: 26px;
	font-weight: 100;
	color: rgb(0, 0, 0);
}
.ab_main_title_i {
	border-top: 2px solid #ff9900;
	height: 0;
	display: block;
	width: 80px;
	margin: 0px auto;
	margin-top: 16px;
}
.ab_main_title_p {
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin-top: 16px;
}
.ab_main1_width {
	width: 1200px;
	margin: 0px auto;
	margin-top: 30px;
}
.ab_main1_left {
	overflow: hidden;
	float: left;
	position: relative;
}
.ab_main1_left_img {
	width: 100%;
}
.ab_main1_left_a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	background: #fff;
	text-align: center;
	color: rgba(255,87,0,1);
	width: 150px;
	height: 38px;
	line-height: 38px;
}
.ab_main1_left_a:hover {
	background: rgba(255,87,0,1);
	color: #fff;
}
.ab_main1_right {
	float: right;
	width: 870px;
}
.ab_main1_right_up {
}
.ab_main1_right_ul {
	width: 890px;
}
.ab_main1_right_ul_li {
	position: relative;
	width: 278px;
	height: 197px;
	float: left;
	margin-right: 16px;
}
.ab_main1_right_ul_img {
}
.ab_main1_right_ul_li:hover .ab_main1_right_ul_h3 {
	visibility: visible;
}
.ab_main1_right_ul_h3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 26px;
	color: #fff;
	background: rgba(0,0,0,0.3);
	height: 100%;
	line-height: 197px;
	text-align: center;
	visibility: hidden;
}
.ab_main1_right_ul_h3 a {
	color: #fff;
	letter-spacing: 3px;
	font-weight: 100;
}
.ab_main1_right_down {
	margin-top: 16px;
}
/*********ab_main2******************/
.ab_main2 {
	background: url(../images/ab_bgx.png) no-repeat top center;
	height: 527px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ab_main2_width {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.ab_main2_left {
	float: left;
	width: 400px;
}
.ab_main2_right {
	float: right;
	width: 760px;
}
.ab_main2_right_h3 {
	margin-top: 50px;
	font-size: 28px;
	font-weight: 100;
}
.ab_main2_right_p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-top: 30px;
}
.ab_main2_right_p2 {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-top: 20px;
}
.ab_main2_right_p3 {
}
.ab_main2_right_p3_a {
	width: 140px;
	background: rgb(255, 153, 0);
	text-align: center;
	display: block;
	float: left;
	margin-top: 50px;
	margin-right: 20px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}
.ab_main2_right_p3_a:hover {
	background: rgba(255,87,0,1);
}
.ab_main2_left_h3 {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50px;
}
.ab_main2_left_p1 {
	font-size: 17px;
	color: rgb(255, 255, 0);
	position: absolute;
	top: 160px;
}
.ab_main2_left_p2 {
	font-size: 17px;
	color: rgb(255, 255, 0);
	position: absolute;
	top: 120px;
}
.ab_main2_left_p3 {
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	width: 250px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 400px;
}
/**********ab_main3************/
.ab_main3 {
	background: url(../images/index_pj_bgx.png) no-repeat top right;
	background-color: rgb(255, 255, 255);
}
.ab_main3_width {
	width: 1200px;
	margin: 0px auto;
	padding: 10px 0px 30px 0px;
}
.ab_main3_ul {
	width: 1250px;
}
.ab_main3_ul_li {
	width: 375px;
	height: 229px;
	border: 1px solid rgba(221,221,221,1);
	float: left;
	margin-right: 38px;
	margin-top: 38px;
}
.ab_main3_ul_li_img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	margin-top: 40px;
}
.ab_main3_ul_li_h2 {
	font-weight: 100;
	font-size: 18px;
	text-align: center;
	color: #333;
	margin-top: 25px;
}
.ab_main3_ul_li_p {
	width: 300px;
	margin: 0px auto;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #666;
	margin-top: 12px;
}
.ab_main3_ul_li:hover {
	border: 1px solid rgb(255,153,0);
}
/*************ab_main4**************/
.ab_main4 {
	padding-top: 10px;
}
.ab_main4_width {
	width: 1200px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 40px;
}
.ab_main4_left {
	float: left;
}
.ab_main4_left_h3 {
	height: 72px;
	background-color: rgb(80, 96, 99);
	width: 414px;
	color: #fff;
	text-align: center;
	line-height: 72px;
	font-size: 26px;
	font-weight: 100;
}
.ab_main4_left_div1 {
	background: url(../images/ics_01.png) no-repeat top left;
	width: 414px;
	height: 132px;
	margin-top: 5px;
	position: relative;
}
.ab_main4_left_div1 a {
	line-height: 132px;
}
.ab_main4_left_div2 {
	background: url(../images/ics_02.png) no-repeat top left;
	width: 414px;
	height: 286px;
	margin-top: 5px;
	position: relative;
}
.ab_main4_left_div2 a {
	line-height: 286px;
}
.ab_main4_cenner_div1 a, .ab_main4_cenner_div2 a, .ab_main4_left_div1 a, .ab_main4_left_div2 a, .ab_main4_right_div a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: rgba(0,0,0,0.5);
}
.ab_main4_left_div1:hover a, .ab_main4_left_div2:hover a, .ab_main4_cenner_div1:hover a, .ab_main4_cenner_div2:hover a, .ab_main4_right_div:hover a {
	visibility: visible;
}
.ab_main4_cenner {
	float: left;
	width: 361px;
	margin-left: 5px;
}
.ab_main4_cenner_div1 {
	width: 361px;
	height: 334px;
	background: url(../images/ics_03.png) no-repeat top left;
	position: relative;
}
.ab_main4_cenner_div1 a {
	line-height: 334px;
}
.ab_main4_cenner_div2 {
	width: 361px;
	height: 162px;
	margin-top: 5px;
	background: url(../images/ics_04.png) no-repeat top left;
	position: relative;
}
.ab_main4_cenner_div2 a {
	line-height: 162px;
}
.ab_main4_right {
	float: right;
	width: 414px;
}
.ab_main4_right_div {
	position: relative;
	width: 414px;
	height: 432px;
	background: url(../images/ics_05.png) no-repeat top left;
}
.ab_main4_right_div a {
	line-height: 432px;
}
.ab_main4_right_a {
	display: block;
	width: 414px;
	height: 63px;
	line-height: 63px;
	background: #333;
	color: #fff;
	line-height: 63px;
	text-align: center;
	margin-top: 5px;
	font-size: 22px;
	background: rgba(80,96,99,1);
}
/**************ab_main5***********************/
.ab_main5 {
	background: url(../images/in_sole.jpg) no-repeat top center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ab_main5_width {
	width: 1200px;
	height: 175px;
	margin: 0px auto;
	position: relative;
}
.ab_main5_p1 {
	color: rgb(255, 255, 255);
	font-size: 26px;
	letter-spacing: 1px;
	position: absolute;
	top: 38px;
	left: 280px;
}
.ab_main5_p2 {
	color: rgb(217, 217, 217);
	font-size: 13px;
	line-height: 20px;
	width: 550px;
	position: absolute;
	top: 88px;
	left: 280px;
}
.ab_main5_a {
	position: absolute;
	top: 100px;
	right: 30px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #333;
	text-align: center;
}
.ab_main5_a:hover {
	background: #202e31;
	color: #fff;
}
/**********ab_main6***************/
.ab_main6 {
	background-color: #fff;
	background: url(../images/index_pj_bgx.png) top right no-repeat;
	padding-top: 10px;
}
.ab_main6_width {
	width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
}
.ab_main6_ul {
	width: 1250px;
}
.ab_main6_ul_li {
	width: 260px;
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;
	border: 1px solid #ccc;
}
.ab_main6_ul_li_img {
	width: 260px;
	height: 260px;
}
.ab_main6_ul_li_p {
	width: 260px;
	height: 40px;
	border-top: 1px solid #ccc;
	text-align: center;
	line-height: 40px;
}
.ab_main6_ul_li_pa {
	font-size: 16px;
	color: #333;
}
.ab_main6_ul_li_pa:hover {
	color: #0064D4;
}
/************ab_main7***************/
.ab_main7 {
	background: rgb(249, 249, 249);
}
.ab_main_width {
	width: 1200px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.ab_main7_left {
	float: left;
	width: 500px;
	overflow: hidden;
}
.ab_main7_left_img {
	width: 500px;
	height: 320px;
}
.ab_main7_left_a {
	font-size: 17px;
	color: #333;
	line-height: 30px;
	margin-top: 5px;
	display: block;
}
.ab_main7_left_a:hover {
	color: #0064D4;
}
.ab_main7_left_sj {
	font-size: 13px;
	color: #999;
	line-height: 20px;
}
.ab_main7_left_jj {
	color: #666;
	line-height: 20px;
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
}
.ab_main_right {
	float: right;
	width: 670px;
}
.ab_main_right_ul {
}
.ab_main_right_ul_li {
	border-bottom: 1px dashed #ccc;
	padding: 22px 0px;
}
.ab_main_right_ul_li_left {
	float: left;
	width: 60px;
	height: 62px;
	background: #e1aa70;
	margin-left: 30px;
	text-align: center;
}
.ab_main_right_ul_li_left_p1 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top: 8px;
}
.ab_main_right_ul_li_left_p2 {
	font-size: 13px;
	color: #fff;
	margin-top: 2px;
}
.ab_main_right_ul_li_right {
	float: right;
	width: 550px;
}
.ab_main_right_ul_li_right_a {
	font-size: 19px;
	line-height: 25px;
	color: #333;
}
.ab_main_right_ul_li_right_a:hover {
	color: #0064D4;
}
.ab_main_right_ul_li_right_p {
	font-size: 12px;
	line-height: 15px;
	height: 30px;
	overflow: hidden;
	color: #999;
	margin-top: 5px;
}
/*********ab_main8*************/
.ab_main8 {
	padding: 40px 0px;
}
.ab_main8_width {
	width: 1200px;
	margin: 0px auto;
}
.picScroll {
	position: relative;
	width: 1200px;
	padding: 10px 0 10px 0px;
	background: #fff;
	overflow: hidden;
}
.picScroll .prev,  .picScroll .next {
	display: block;
	position: absolute;
	top: 100px;
	left: 5px;
	width: 23px;
	height: 23px;
	border-radius: 15px;
	background: url(../images/btns.png) no-repeat;
}
.picScroll .next {
	left: auto;
	right: 5px;
	background-position: -25px 0;
}
.picScroll .prev:hover {
	background-position: 0 -30px;
}
.picScroll .next:hover {
	background-position: -25px -30px;
}
.picScroll ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll ul li {
	width: 220px;
	float: left;
	overflow: hidden;
	padding: 0 10px;
}
.picScroll ul li img {
	width: 220px;
	height: 220px;
	display: block;
}
/**********ab_footer**********************/
.ab_footer {
	background: rgb(31, 45, 48);
}
.ab_footer_width {
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.ab_footer_div1 {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ccc;
}
.ab_footer_div1_left {
	float: left;
}
.ab_footer_div1_left img {
	float: left;
	width: 37px;
	height: 37px;
	margin-top: 13px;
}
.ab_footer_div1_left h3 {
	float: left;
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
	font-weight: 100;
}
.ab_footer_div1_right {
	float: right;
}
.ab_footer_div1_right p {
	float: right;
	font-size: 15px;
	color: rgb(255, 153, 0);
}
.ab_footer_div2 {
	overflow: hidden;
}
.ab_footer_div2_left {
	border-right: 1px solid #ccc;
	float: left;
	width: 800px;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}
.ab_footer_div2_left_ul {
	margin-top: 10px;
}
.ab_footer_div2_left_ul_li {
	float: left;
}
.ab_footer_div2_left_ul_li a {
	color: #ccc;
	margin-right: 20px;
	border-right: 1px solid #999;
	padding-right: 20px;
}
.ab_footer_div2_left_ul_li a:hover {
	color: #0064D4;
}
.ab_footer_div2_left_p {
	margin-top: 20px;
	font-size: 14px;
	color: rgb(122, 122, 122);
}
.ab_footer_div2_left_p1 {
	margin-top: 10px;
	font-size: 14px;
	color: rgb(122, 122, 122);
}
.ab_footer_div2_right {
	float: right;
	width: 380px;
}
.ab_footer_div2_right_img {
	float: left;
	width: 110px;
	height: 110px;
	margin-top: 23px;
	margin-left: 25px;
}
.ab_footer_div2_right_p {
	float: right;
	color: #fff;
	margin-top: 55px;
	margin-right: 40px;
}
