@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"微软雅黑","宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
	min-width:1260px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}
body,html{
	font-size: 100px;
}
/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#header{
	width: 100%;
	min-width: 1260px;
}
.header_up{
	height: 35px;
	background-color: #f2f2f2;
	padding: 0 1.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_up_left{
	font-size: 16px;
	color: #333333;
}
.header_up_right{
	width: auto;
	display: flex;
	align-items: center;
}
.header_up_right_1{
	height: 18px;
	display: flex;
	padding-right: 10px;
	border-right: #bfbfbf 1px solid;
}
.header_up_right_1 a{
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
}
.header_up_right_2{
	padding-left: 20px;
}
.sou{
	width: 176px;
	height: 25px;
	background-color: #d3d3d3;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding:0 12px;
	justify-content: space-between;
}
.sou input{
	width: 156px;
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	color: #777777;
}
.sou img{
	margin-right: 12px;
}
.header_down{
	padding: 0 1.3rem;
	height: 74px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.logo{
	width: 243px;
}
.nav{
	width: auto;
}
.nav ul{
	display: flex;
	align-items: center;
	height: 74px;
}
.nav ul li{
	padding: 0 25px;
	height: 74px;
	height: 18px;
	display: flex;
	border-right: #bfbfbf 1px solid;
	/*position: relative;*/
}
.nav ul li:nth-last-child(1){
	padding-right: 0;
	border-right: none;
}
.nav ul li a{
	height: 74px;
	font-size: 20px;
	color: #333333;
}
.nav_line{
	width: 70px;
	height: 1px;
	background-color:  #ff7f00;
	position: absolute;
	z-index: 99;
	bottom:0;
	/*left:50%;*/
	/*margin-left: -35px;*/
	display: none;
}
.nav ul li:hover .nav_line{
	display: block;
}
.nav ul li:hover a{
	color: #ff7f00;
}
#foot{
	background-color: #f2f2f2;
	border-top: #1075b4 4px solid;
}
.foot_up{
	padding-top: 66px;
	height: 300px;
	border-bottom: #cecece 1px solid;
}
.foot_up1{
	width: 14rem;
	margin: 0 auto;
	min-width: 1260px;
	display: flex;
}
.foot_up_1{
	width: 3rem;
	padding-right: 0.4rem;
}
.foot_up_1_logo{
	height: 107px;
}
.foot_up_1_logo img{
	width: 2.95rem;
}
.foot_up_1_erweima{
	display: flex;
	justify-content: space-between;
}
.foot_up_1_erweima img{
	width: 1.26rem;
} 
.foot_up_2{
	width: 6.4rem;	
	/*padding-top: 30px;*/
}
.foot_up_2 ul{
	display: flex;
	justify-content: space-around;
}
.foot_up_2 ul li{
	width: auto;	
}
.foot_up_2_01{
	padding-bottom: 15px;
}
.foot_up_2_01 a{
	font-size: 20px;
	color: #333333;
}
.foot_up_2_02{
	line-height: 34px;
	display: flex;
	flex-direction: column;
}

.foot_up_2_02 a{
	font-size: 18px;
	color: #666666;
}
.foot_up_3{
	width: 3.4rem;
	padding-left: 0.3rem;
	padding-top: 0.2rem;
}
.foot_up_3_01{
	padding-bottom: 20px;
	font-size: 20px;
	color: #000000;
}
.foot_up_3_01 h2{
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}
.foot_up_3_02{
	width: 100%;
}
.foot_up_3_02 ul li{
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #666666;
	white-space: nowrap;
}
.foot_up_3_02 ul li img{
	margin-right: 0.1rem;
}
.foot_up_3_02 ul li b{
	font-size: 26px;
	color: #ff7e00;
}
.foot_down{
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #777777;
}
.foot_down a{
	color: #777777;
}
.nav_erji{
	width: 100%;
	position: absolute;
	z-index: 999999;
	top:74px;
	left:0;
	right:0;
	background-color: #ffffff;
	/* box-shadow: 0 -6px 10px #ededed inset; */
	background-image: url(/skins/demo/an_style/images/nav_erji_bj.png);
	background-position: center -86px;
	background-repeat: no-repeat;
	/*padding: 40px 0;*/
	display: none;
}
.nav_erji_on{
	display: block;
}
.nav_erji1{
	/*padding: 0 1.3rem;*/
	padding-right: 1.3rem;
	padding-left: 1.3rem;
	padding-top: 40px;
	padding-bottom: 40px;
}
.nav_erji_fangan ul{
	display: flex;
	height: 1.8rem;
	border-bottom: #ededed 1px solid;
	align-items: center;
}
.nav_erji_fangan ul li{
	width: 33.33%;
	height: 1.8rem;
	border-right: #ededed 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_erji_fangan ul li:nth-child(3n+3){
	border-right: none;
}
.nav_erji_fangan_img{
	width: 1.71rem;
	height: 1.11rem;
	margin-right: 0.16rem;
}
.nav_erji_fangan_img img{
	width: 100%;
}
.nav_erji_fangan_tt{
	width: 2.1rem;
	font-size: 14px;
	color: #777777;
	line-height: 0.22rem;
}
.nav_erji_fangan_tt h2{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 0.1rem;
}