/* CSS Document */

/***** 鍏ㄥ眬鏍峰紡 Global-Style *****/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	min-width: 1280px;
}

li {
	list-style: none;
}

form,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

/***** 鍏ㄥ眬閾炬帴 Global-Link-Style *****/
a {
	color: #606163;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

/***** 姘村钩灞呬腑 *****/
.cen {
	margin-left: auto;
	margin-right: auto;
}

/***** 娓呴櫎娴姩 *****/
.cen {
	clear: both;
}

.clear {
	clear: both;
}



.trastion {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/***** 鐗规畩瀛椾綋 *****/
@font-face {
	font-family: zt;
	src: url('../font/huawenxingkai.ttf');
}


/*瀵艰埅 start */
.top_nav {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	min-width: 1280px;
}

.nav_main {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 0 auto;
}

.logo {
	display: block;
	width: 17%;
	height: 120px;
}

.logo a{
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo img {
	width: 80%;
}

.nav_content {
	float: left;
	width: 63%;
	height: 120px;
	display: flex;
	justify-content: space-around;
}

.nav_content li {
	width: 80px;
	height: 80px;
	float: left;
	margin-left: 23px;
	margin-top: 20px;
}



.nav_content li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	background-size: 100% 100%;
	transition: .1s;
}

.nav_content li:nth-child(1) a {
	background-image: url(../images/nav_ico01.png);
}

.nav_content li:nth-child(2) a {
	background-image: url(../images/nav_ico04.png);
}

.nav_content li:nth-child(3) a {
	background-image: url(../images/nav_ico03.png);
}

.nav_content li:nth-child(4) a {
	background-image: url(../images/nav_ico05.png);
}

.nav_content li:nth-child(5) a {
	background-image: url(../images/nav_ico06.png);
}

.nav_content li:nth-child(6) a {
	background-image: url(../images/nav_ico07.png);
}

.nav_content li:nth-child(7) a {
	background-image: url(../images/nav_ico08.png);
}

.nav_content li:nth-child(8) a {
	background-image: url(../images/nav_ico02.png);
}

.nav_content li:nth-child(9) a {
	background-image: url(../images/nav_ico09.png);
}

.nav_content li a p {
	font-size: 16px;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -25px;
	left: 0;
	z-index: 1;
	transition: bottom .5s;
	-webkit-transition: bottom .5s;
	-moz-transition: bottom .5s -ms-transition: bottom .5s;
	-o-transition: bottom .5s;
}

.nav_content li a:hover {
	top: -3px;
}


.nav_content li a:hover p {
	color: #f65829;
}

.nav_content li.li_active a {
	top: -3px;
}


.nav_content li.li_active a p {
	color: #f65829;
}

.sercah{
	width: 20%;
	height: 120px;
	float: left;
}

.sercah .h1{
	margin: 5px auto;
	width: 231px;
	height: 51px;
	text-align: center;
	background-image: url(../images/p8.png);
	position: relative;
	left: 0;
	top: 0;
}

.sercah .h1 a{
	color: #eb664b;
}

.sercah .h1 marquee{
	position: absolute;
	width: 80%;
	/* left: 0; */
	right: 0;
	bottom: 3px;
	font-size: 12px;
}

.sercah .h2{
	margin: 0 auto;
	width: 228px;
	position: relative;
	left: 3px;
	top: 0;
}

.sercah .h2 input[type=text]{
	outline: none;
	border: solid 1px #eb664b;
	box-sizing: border-box;
	height: 30px;
	width: 190px;
	font-size: 12px;
	padding-left: 10px;
	color: #eb664b;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.sercah .h2 input[type=button]{
	border: none;
	width: 38px;
	height: 30px;
	background-image: url(../images/p9.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eb664b;
	background-size: 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	position: relative;
	left: 0;
	top: 0;
	outline: none;
}

.sercah .h3{
	display: block;
    /* width: 100%; */
    text-align: center;
    margin: 5px auto;
    width: 220px;
    background: #fff;
}

.sercah .h3 a{
	font-size: 16px;
	display: inline-block;
	width: 70px;
	color: #eb664b;
	position: relative;
}

.sercah .h3 a .box_gp{
	display: none;
	position: absolute;
	width: 160px;
	text-align: center;
	top: 50px;
	left: 0;
	color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 999;
    background: rgba(255,255,255,0.6);
    height: 280px;
}

.sercah .h3 a .box_gp img{
	width: 100%;
}

.sercah .h3 a .box_gp .close_gp{
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	z-index: 9999;
}



.sercah .h3 a:hover{
	text-decoration: underline;
}

.sercah .h3 a:nth-child(2){
	box-sizing: border-box;
	border: 1px solid #eb664b;
	border-top: 0;
	border-bottom: 0;
}


/****** banner ******/
.pd01_banner {
	width: 100%;
	height: 636px;
	background: url(../images/pd01_banner.jpg) no-repeat top center;
	position: relative;
	z-index: -1;
}

.pd03_banner {
	width: 100%;
	height: 636px;
	background: url(../images/pd03_banner.jpg) no-repeat top center;
	position: relative;
	z-index: -1;
}

.pd07_banner {
	width: 100%;
	height: 636px;
	background: url(../images/pd07_banner.jpg) no-repeat top center;
	position: relative;
	z-index: -1;
}

.pd_banner_wz h3 {
	width: 100%;
	height: 100px;
	padding-top: 24px;
	position: absolute;
	bottom: 0px;
	color: #fff;
	font: 34px/45px "寰蒋闆呴粦";
	text-align: center;
	letter-spacing: 10px;
	background: rgba(0, 0, 0, 0.30);
	-moz-opacity: 0.30;
	/* FF 3.5浠ヤ笅 */
	filter: alpha(opacity=30);
	/* IE6鍙婁互涓� */
	/*閽堝IE8*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
}

.pd_banner_wz h3 p {
	color: #d7dacb;
	font: 18px/30px "寰蒋闆呴粦";
	letter-spacing: 1px;
	word-spacing: 5px;
}

.pd_bg {
	width: 100%;
	background: url(../images/pd_d_bg.jpg) no-repeat bottom center;
	background-attachment: fixed;
	padding-top: 273px;
}

.pd_main {
	width: 1200px;
	min-height: 826px;
	background: url(../images/pd_baibg.png) repeat left top;
}


#container {
	width: 1200px;
}

/* 闃叉楂樺害绉颁笉寮� */

.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*footer*/
.footer {
	background-color: #1a1a1a;
	color: #959daa;
	font-size: 14px;
	text-align: center;
}

.footer .foot_main {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.footer .foot_main .foot_l {
	float: left;
	width: 195px;
}

.footer .foot_main .foot_l:nth-child(1) {
	text-align: left;
}

.footer .foot_main .foot_l .foot_box {
	width: 117px;
	margin-left: calc(100% - 117px);
}

.footer .foot_main .foot_m {
	float: left;
	width: 405px;
	height: 100px;
	box-sizing: border-box;
	margin-top: 20px;
}

.footer .foot_main .line {
	border-right: 1px solid #353535 !important;
}

.footer .foot_main .foot_m a {
	font-size: 14px;
	color: #959daa;
	display: inline-block;
	width: 130px;
	height: 30px;
	line-height: 30px;
}

.footer .foot_main .foot_m p {
	height: 30px;
	line-height: 30px;
}

.footer .foot_main .foot_m a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .foot_main .tel {
	text-align: left;
	padding-left: 50px;
}

.footer .foot_main .tel img {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.footer .foot_main .tel span {
	vertical-align: middle;
}


.footer .foot_bottom {
	padding: 5px 0;
	border-top: 1px solid #353535;
}


.footer .foot_bottom .foot_b {
	width: 1200px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
}

.footer .foot_bottom .foot_b span {
	vertical-align: middle;
	float: left;
}


.footer .foot_bottom .foot_b img {
	float: left;
	vertical-align: middle;
	width: 30px;
	height: 42.6px;
	margin: 0 5px;
}

.footer .foot_bottom .foot_b .record {
	margin: 0 30px;
}

.footer .foot_bottom .foot_b .support {
	float: right;
}



/*椤堕儴鎼滅储*/
.le{float: left;}
.ri{float: right;}


/*宸︿晶瀵艰埅鏍�*/
.left_nav {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: auto;
	height: 644px;
	position: fixed;
	left: 50px;
	top: 180px;
	z-index: 999;
}

.left_nav .list {
    margin-top: 0px !important;
}

.left_nav .list h3 {
	position: relative;
	height: 241px;
	background: url(../images/title_z.png) no-repeat center;
	text-align: center;
	line-height: 310px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 5px;
	z-index: 10;
}

.left_nav .list ul {
	position: relative;
	left: 0;
	top: -20px;
}

.left_nav .list ul .left-nav-li {
	height: 68px;
	line-height: 67px;
	background-image: linear-gradient(135deg, #398fe5, #44adf3);
	min-width: 240px;
	margin: 0 auto;
	border-bottom: 1px solid #eeeeee;
}

.left_nav .list ul .on{
	background-image: linear-gradient(135deg, #2270bf, #3796e0);
}

.left_nav .list .left-nav-li:first-child {
	border-radius: 18px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.left_nav .list .left-nav-li:last-child {
	border-radius: 18px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.left_nav .list ul .left-nav-li a {
	display: block;
	height: 100%;
	padding-left: 50px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
}

.left_nav .list ul .left-nav-li a img {
	margin-right: 15px;
	vertical-align: middle;
}

.left_nav .list ul .left-nav-li a span {
	vertical-align: middle;
}