* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 16px;
}

img {
	border: none;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
#headpiece {
	width: 100%;
	height: 31px;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	top: 0px;
	background: rgba(255,255,255,0.8);
	z-index: 999999;
}
.head{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.top-box {
	width: 671px;
	height: 31px;
	float: right;
}

.top-son1 {
	float: left;
	height: auto;
	line-height: 31px;
	margin-right: 15px;
}
.top-son1 img{
	
	margin-right:5px;
}
.top-son-a {
	width: 110px;
	float: left;
	height: auto;
	line-height: 31px;
	margin-right: 15px;
	display: block;
}

.son1-wz {
	width: auto;
	float: right;
	color: #E63B3B;
	font-size: .9em;
}

.top-son2 {
	width: 162px;
	float: left;
	padding: 4px 0;
	margin-right: 15px;
}

.son2-text {
	float: left;
	width: 135px;
	height: 20px;
	border: 1px solid #CCCCCC;
	text-indent: 5px;
	color: #666;
	font-size: 13px;
}

.son2-button {
	border: 1px solid #CCCCCC;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url('../img/soso.png');
	background-size: 100%;
	cursor: pointer;
}

.top-son3 {
	width: auto;
	height: 20px;
	padding: 5px 0;
}

.submit-z {
	width: 35px;
	height: 20px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 0.9em;
	cursor: pointer;
	background: #E7E7E7;
	color: #000000;
}

.submit-z:hover {
	background: #FBB031;
	color: #fff;
}


/*nav*/

#nav {
	width: 100%;
	height: 63px;
	position: fixed;
	display: block;
	background:rgba(255,255,255,0.7);
	z-index: 999999;
	top: 32px;
	
}

.nav1 {
	width: 1200px;
	height: 63px;
	margin: 0 auto;
	
}

.logo {
	width: 142px;
	height: 62px;
	float: left;
	
	
}
.logo img{
	width: 100%;
	height: 100%;
}

.nav-wz-box {
	width: 700px;
	height: 63px;
	float: right;
	
	
}
.nav-wz-box li{
	float: left;
}
.nav-wz {
	width: 115px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 63px;
	color: #4b4b4b;
	font-size: 16px;
	display: block;
	text-decoration: none;
}

.nav-wz1 {
	width: 115px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 63px;
	color: #626262;
	font-size: 16px;
	display: block;
	text-decoration: none;
}

.nav-wz:hover {
	background: #eee;
}

.nav-wz1:hover {
	background: #eee;
}


/*banner*/

#banner-box {
	width: 100%;
	height: 840px;
	margin: 0px auto;
	position: relative;
}

.banner-img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.banner-left {
	width: 50px;
	height: 94px;
	position: absolute;
	left: 10px;
	top: 400px;
	background-image: url(../img/right.png);
}

.banner-right {
	width: 50px;
	height: 94px;
	position: absolute;
	right: 10px;
	top: 400px;
	background-image: url(../img/left.png);
}

.banner-an {
	height: 12px;
	position: absolute;
	top: 755px;
	width: auto;
	right: 46%;
}

.banner-an-son {
	width: 12px;
	height: 12px;
	margin-right: 8px;
	cursor: pointer;
	background: #dddddd;
	border-radius: 12px;
	float: left;
}

.banner-an-son:hover {
	background: #0E873D;
}


/*图1*/

.tu-box {
	width: 100%;
	height: 733px;
	background-image: url(../img/tu1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

h1 {
	width: 100%;
	height: auto;
	font-size: 3em;
	text-align: center;
	color: #FAAB25;
	font-weight: initial;
}

h2 {
	width: 100%;
	height: auto;
	font-size: 24px;
	text-align: center;
	color: #686868;
	padding: 25px 0 0;
	font-weight: initial;
	letter-spacing:1px
}

.tu-son {
	width: 1080px;
	height: 215px;
	margin: 6% auto;
}

.tu-son-box {
	width: 156px;
	height: 196px;
	margin-right: 73px;
	float: left;
	text-decoration: none;
}


@keyframes title-son{
	0%{
		transform:rotate(0deg);
	}
	25%{
		transform:rotate(90deg);
	}
	50%{
		transform:rotate(180deg);
	}
	75%{
		transform:rotate(270deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.tu-son-img {
	width: 156px;
	height: 156px;
	background-image: url(../img/tuoyuan.png);
}
.tu-son-img:hover{
	transform-origin: center center;
	animation:title-son linear 2s;
	-webkit-animation:title-son linear 2s;
	-moz-animation:title-son linear 2s;
	-o-animation:title-son linear 2s;
}
.tu-son-wz {
	width: auto;
	text-align: center;
	height: 20px;
	font-size: 20px;
	line-height: 80px;
	color: #666666;
}

.gengduo {
	    width: 136px;
    	height: 40px;
    	border: 1px solid #F7AB2E;
    	line-height: 40px;
    	text-align: center;
    	margin: 0 auto ;
    	font-size: 20px;
	    color: #F7AB2E;
	    opacity: 0.8;
	    cursor: pointer;
	    font-weight: bold;
}

.gengduo:hover {
	background: #F7AB2E;
	color: #FFFFFF;
	border: none;
}

.liaojie {
	width: 1105px;
	height: 301px;
	margin: 55px auto 110px;
}
.liaojie img{
	width: 100%;
	height: 100%;
}

/*图2*/

.tu2-box {
	width: 100%;
	height: 840px;
	min-height: 510px;
	height: auto!important;
	background-image: url(../img/tu2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}

.tu2-son-box {
	width: 1105px;
	height: 415px;
	margin: 70px auto 0;
}

.son-box-son {
	width: 265px;
	height: 415px;
	background-image: url(../img/yjbg.png);
	background-size: 100% 100%;
	float: left;
	margin-right: 15px;
}

.son-box-son:hover {
	cursor: pointer;
	transform: translate(0px, -15px);
}

.son-top {
	width: 187px;
	height: 187px;
	margin: auto;
	margin-top: 25px;
	border-radius: 50%;
}

.son-bottom {
	text-align: center;
	height: auto;
	margin-bottom: 0px;
}

h3 {
	width: auto;
	text-align: center;
	height: 20px;
	font-size: 20px;
	color: #666666;
	margin-top: 15px;
	font-weight: inherit;
}
.tll{
	width: 300px;
	height: 31px;
	margin: 0 auto;
}
p {
	width: 200px;
	height: auto;
	margin: 20px auto;
	color: #999999;
	font-size: 16px;
	text-align: left;
}


/*图3*/

.tu3-box {
	width: 100%;
	height: 524px;
	min-height: 510px;
	height: auto!important;
	background-image: url(../img/tu3.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.tu3-box1 {
	width: 1200px;
	height: 370px;
	display: block;
	margin: 0 auto;
	padding-top: 6%;
	position: relative;
	margin-bottom: 260px;
}

.shu {
	width: 2px;
	height: 100%;
	
	background: #EFEFEF;
	margin-right: 70px;
	margin: 0 auto;
}

.tu3-left {
	width: 575px;
	height: 370px;
	float: left;
	background: #fff;
	
}

.tu3-right {
	width: 378px;
	height: 236px;
	background: #fff;
	position: absolute;
	right: 120px;
	top: 125px;
}

.right-bottom {
	width: 198px;
	height: 40px;
	padding: 12px 80px 0;
	text-align: center;
	line-height: 40px;
	font-size: 23px;
}

.right-son {
	width: 348px;
	height: 206px;
	margin: 15px;
	background: #EEEEEE;
}

.right-top-shu {
	width: 1px;
	height: 30px;
	margin: 5px 15px;
	background: #ccc;
	float: left;
}

.right-top-wz {
	width: 55px;
	height: 30px;
	color: #E3173A;
	text-align: center;
	line-height: 36px;
	font-size: 25px;
	float: left;
	display: block;
}

h5 {
	padding: 15px 113px 0px;
	font-size: 15px;
	font-weight: inherit;
	width: auto;
	height: auto;
	color: #6D6D6D;
}

.right-top-wz1 {
	width: 55px;
	height: 30px;
	color: #E3173A;
	text-align: center;
	line-height: 36px;
	font-size: 25px;
	float: left;
	text-decoration: none;
	display: block;
}

.right-top-wz1:hover {
	color: #FCB54D;
}

.right-top {
	width: 141px;
	height: 40px;
	padding: 30px 103px 0px;
}

.left-1 {
	width: 500px;
	height: 36px;
	margin: 15px auto 0;
	border-bottom: 1px solid #ccc;
}

.left1-wz {
	width: 66px;
	height: 36px;
	overflow: hidden;
	float: left;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	border: none;
	color: #ccc;
}

.wz1 {
	color: #0D8540;
	border: 1px solid #ccc;
	border-bottom: 0;
	height: 36px;
	background: white;
}

.left-line {
	border-bottom: 1px solid #DCDCDC;
	width: 364px;
	float: left;
	height: 36px;
}

.left1-wz:hover {
	cursor: pointer;
}

.left-2 {
	width: 500px;
	height: 80px;
	border-bottom: 1px solid #ccc;
	margin: auto;
}

.left-2-box {
	width: 500;
	height: auto;
	margin: auto;
}

h4 {
	float: left;
	margin: 15px 0;
	font-weight: bold;
	font-size: 15px;
	color: #ccc;
	width: 100%;
}

.left-2-wz {
	color: #000;
	float: left;
	text-decoration: none;
}

.left-2-wz:hover {
	text-decoration: underline;
}

.cha {
	width: 500px;
	height: auto;
	text-align: right;
	font-size: 15px;
	color: #9D9D9F;
	text-decoration: none;
	display: block;
	margin: 15px auto;
}

.cha:hover {
	color: #FCB54D;
	text-decoration: underline;
}


/*底部*/

.bottom {
	width: 100%;
	height: 200px;
	background: #EEEEEE;
	position: absolute;
	padding-top: 50px;
	bottom: 42px;
}

.bottom-son {
	width: 1200px;
	height: 125px;
	margin: 0 auto;
	
}

.bottom-left {
	width: 560px;
	height: 125px;
	float: left;
}

.bottom-left-son {
	width: 90px;
    height: 100px;
    float: left;
    margin: 0 25px;
}

.left-wz {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #D2D2D2;
	text-align: center;
	line-height: 30px;
}

.left-wz1 {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #636363;
	text-align: center;
	padding: 10px 0 5px;
	font-weight: inherit;
}

.left-wz1:hover {
	text-decoration: underline;
}

.bottom-right {
	width: 104px;
	height: 118px;
	
	margin-right: 25px;
}

.bottom-right-wz {
	font-size: 13px;
	text-align: center;
}

.bottom-right1 {
	width: 63px;
	height: 41px;
	margin: 0 auto;

}

.bottom-right-wz1 {
	font-size: 0.8px;
	text-align: center;
}
.bottom-right-b{
	float: right;
	width:104px;
	margin-right: 50px;
}
.youqing_lj{
	height: 35px;
	margin-top: 48px;
	
}
.youqing_lj ul{
	width: 550px;
	margin: 0 auto;
	height: 100%;
}
.youqing_lj ul li{
	color: #6B6868;
	font-size: 14px;
	float: left;
	
}
.youqing_lj ul li a{
	text-decoration:none;
	color: #6B6868;
	font-size: 14px;
	padding: 0 8px;
}
.youqing_lj ul li a:hover{
	text-decoration: underline;
}
/*尾部*/

.weibu {
	width: 100%;
	height: 42px;
	background: #303030;
	text-align: center;
	color: #fff;
	line-height: 42px;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
}
.weibu a{
	color:#0000EE;
	line-height: 40px;
	text-decoration: none;
}

/*返回顶部*/

.fanhui {
	width: 41px;
	height: 160px;
	position: fixed;
	top: 50%;
	right: 35px;
	z-index: 9999;
}

.fanhui-yy {
	width: 10px;
	height: 10px;
	background: url(images/kdian.png);
	margin: 20px auto 5px;
	background-size: 100% 100%;
}

.fanhui-y1,
.fanhui-y2,
.fanhui-y3 {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #7B7B7B;
	margin: 20px auto 5px;
	position: relative;
}

.fanhui-y-wz {
	width: 100px;
	font-size: 14px;
	float: left;
	position: absolute;
	top: -7px;
	right: -15px;
	color: #0D8540;
	display: block;
}

.dll1,
.dll2,
.dll3 {
	display: none;
}

.er-dao{
	width: 100%;
	height: 60px;
	background: rgba(246,246,248,0.8);
	top: 63px;
	position: absolute;
	z-index: 99999;
	left: 0px;
	padding-left: 50%;
}
.er-dao li{
	float: left;
	line-height: 64px;
	text-align: center;
	margin-right: 4%;
}
.er-dao li a{
	font-size: 16px;
	text-decoration: none;
	color: #626262;
}
.er-dao li a:hover{
	color: #faba60;
}


@media only screen and (max-width:1366px){
		.tu-son{
			    width: 1080px;
			    height: 215px;
			    margin: 25px auto;
		}
		.liaojie {
		    width: 905px;
		    height: 265px;
		    margin: 6px auto 5px;
		}
		.tu2-son-box {
		    width: 1028px;
		    height: 370px;
		    margin: 10px auto 0;
	}
	.son-box-son {
    width: 245px;
    height: 370px;
    background-image: url(../img/yjbg.png);
    background-size: 100% 100%;
    float: left;
    margin-right: 15px;
	}
	.tll {
    width: 300px;
    height: 31px;
    margin: 145px auto 0;
	}
	.bottom-right-b{
		margin-right: 65px;
	}
	h2{
	    padding: 15px 0px 6px;
	}
	.tu3-box1{
		    height: 295px;
	}
	.youqing_lj{
		margin-top: 20px;
	}
	.bottom{
		height: 175px;
		padding-top: 15px;
	}
	.left-2{
		height: 65px;
	}
	h4{
		margin: 5px 0;
	}
	.tu3-left {
   	height: 295px;
   margin-top: 20px;
	}
	.shu{
		margin: 23px auto;
	}
	.left-wz{
		margin-top: 20px;
	}
}
