﻿.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 87px;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.3);
}

.clearfixqq {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}


/*左侧logo*/

.header .left {
	width: 12%;
}
.fl{
	float: left;
}

.header .left a img {
	height: 47px;
	margin-top: 20px;
}

.header .left .img2 {
	display: none;
}


/*右侧*/

.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 87px;
	display: block;
}
.header .navmenu {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 87px;
	display: block;
}
.header .navbar_nav {
	width: 85%;
	float: right;
}

.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
}

.header .navbar_nav li::after {
	content: "";
	width: 0;
	height: 2px;
	background: #f16f20;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li.new-li:after {
	width: 100%;
	border: 1px solid #f16f20;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 10px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}

.header .navbar_nav li:last-child a {
	padding-right: 0;
}

.header .navbar_nav li.new-li a.pc-ng {
	color: #f16f20;
}

.header.on .navbar_nav li a.pc-ng:hover {
	color: #f16f20;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 120%;
	left: -10%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #ffce4a;
}


/*白色背景的头部*/

.header.on {
	background: #fff;
	box-shadow: 5.755px 5.557px 15.75px 5.25px rgba(0, 0, 0, 0.14);
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .navbar_nav li a {
	color: #333;
}

.header.on .navbar_nav li a.pc-ng:hover {
	color: #e68012;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #ffce4a;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #ffce4a;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

.child-down {
	width: 240px;
	height: auto;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 87px;
	padding: 10px 0;
	display: none;
}

.child-down div {
	float: left;
	width: 100%;
	text-align: center;
}

.navbar_nav .child-down div a {
	display: block;
	line-height: 35px;
}

.navbar_nav .child-down div a.actone {
	color: #e68012;
}

.header .navbar_nav li:hover .child-down {
	display: block;
}

.header .child-down.on {
	background: #fff !important;
	box-shadow: 5.755px 5.557px 15.75px 5.25px rgba(0, 0, 0, 0.14);
}

/*手机导航开始*/
#header{width: 100%;overflow: hidden;}
.sp_header{height:50px;overflow:hidden;position:fixed;z-index:10;width:100%;background:rgba(0,0,0,0.7);box-shadow: 5.755px 5.557px 15.75px 5.25px rgba(0, 0, 0, 0.14);}
.sp_logo{padding:8px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:35px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:1500;background:rgba(0,0,0,0.7);width:100%;height:calc(100% - 10px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#fff;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px solid rgba(255,255,255,0.5);margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li.sjj-bht{display:none;border-bottom:none;}
.sjj_nav ul li a{color:#fff;width:80%}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#ea8345}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li a.actoney{color: #ea8345;}
.sjj_nav ul li.sjj_nav_i_se a{color: #ea8345;text-decoration: none;}
.sjj_nav ul li.sjj-bht ul li.sjj_sz:first-child{border-top: none;}
/*----------手机站导航结束----------*/
.slide2 {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 60%;
	margin-top: -126px;
	background: #f78000;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
	display: none;
}

#btn2 {
	display: none;
}

.slide {
	width: 50px;
	height: 100px;
	position: fixed;
	top: 50%;
	margin-top: -126px;
	background: #f78000;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}

.slide ul,
.slide2 ul {
	list-style: none;
}

.slide .icon li,
.slide2 .icon li {
	width: 49px;
	height: 50px;
	background: url(../../images/newimages/icon.png) no-repeat;
}

.slide .icon .up {
	background-position: -330px -120px;
}

.slide .icon li.qq {
	background-position: -385px -73px;
}

.slide .icon li.tel,
.slide2 .icon li.tel {
	background-position: -385px -160px;
}

.slide .icon li.wx {
	background-position: -385px -120px;
}

.slide .icon li.down {
	background-position: -330px -160px;
}

.slide .info {
	top: 50%;
	height: 147px;
	position: absolute;
	right: 100%;
	background: #f78000;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-radius: 4px 0 0 4px;
}

.slide .info.hover {
	width: 145px;
}

.slide .info li {
	width: 145px;
	color: #fff;
	text-align: center;
}

.slide .info li p {
	font-size: 1.2em;
	line-height: 2em;
	padding: 15px;
	text-align: left;
}

.slide .info li.qq p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #00DFB9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00DFB9;
	border-radius: 5px;
}

.slide .info li.qq p a:hover {
	color: #FFFFFF;
	border: none;
	background: #00E0DB;
}

.slide .info li div.img {
	height: 100%;
	background: #DEFFF9;
	margin: 15px;
}

.slide .info li div.img img {
	width: 100%;
	height: 100%;
}


/*控制菜单的按钮*/

.index_cy {
	width: 30px;
	height: 30px;
	background: url(../../images/newimages/index_cy.png);
	position: fixed;
	right: 0;
	top: 33%;
	margin-top: 140px;
	background-position: 62px 0;
	cursor: pointer;
}

/*.index_cy2 {
	width: 30px;
	height: 30px;
	background: url(../../images/newimages/index_cy.png);
	position: fixed;
	right: 0;
	top: 33%;
	margin-top: 140px;
	background-position: 30px 0;
	cursor: pointer;
}
*/

/*自适应 当屏小于1050时隐藏*/

@media screen and (max-width: 1050px) {
	.slide {
		display: none;
	}
	#btn {
		display: none;
	}
	#btn2 {
		display: block;
	}
	.slide2 {
		display: block;
	}
}
/*底部开始*/

.P_contact {
	background: url("../../images/newimages/contactbg.jpg") no-repeat center top;
	height: 710px;
	overflow: hidden;
}

.foot-title {
	width: 85%;
	margin: 35px auto;
}

.foot-title h3,
.foot-title p {
	color: #e2690e;
	letter-spacing: 3px;
}

.P_contact .tips {
	margin: 28px auto;
	font-size: 18px;
	letter-spacing: 2px;
}

.foot-fg {
	width: 57px;
	height: 4px;
	background: #e2690e;
	margin: 0 auto;
}

.P_contact .info {
	width: 48%;
}

.P_contact .info dl {
	margin-bottom: 10%;
}

.P_contact .info dl dt {
	font-size: 22px;
	margin-bottom: 3%;
	font-weight: normal;
}

.P_contact .info dl dd {
	font-size: 18px;
	margin-bottom: 2%;
}

.P_contact .info dl dd i {
	font-size: 26px;
	margin-right: 2%;
}

.P_contact .info ul li {
	float: left;
	width: 23%;
	margin-right: 15%;
}

.P_contact .info ul li.foot_logo {
	width: 130px;
	height: 136px;
}

.P_contact .info ul li.foot_logo img {
	width: 100%;
	height: 100%;
}

.P_contact .formBox {
	width: 52%;
}

.P_contact .formBox ul li {
	width: 46%;
	float: left;
	overflow: hidden;
	margin-bottom: 2%;
	margin-right: 4%;
	height: 40px;
	line-height: 40px;
}

.P_contact .formBox ul li span {
	float: left;
	width: 24%;
}

.P_contact .formBox ul li .input_text {
	float: left;
	width: 76%;
	height: 100%;
	background: #d8d8d8;
	border-radius: 5px;
	border: none;
	padding: 0 10px;
	color: #666;
}

.P_contact .formBox dl {
	overflow: hidden;
	margin-bottom: 10px;
}

.P_contact .formBox dl dt {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 2%;
}

.P_contact .formBox dl dd {
	width: 48%;
	float: left;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 2%;
}

.P_contact .formBox dl dd input[type="checkbox"] {
	float: left;
	margin-right: 2%;
}

.P_contact .formBox dl dd label {
	float: left;
	font-weight: normal;
}

.P_contact .formBox .textarea {
	width: 100%;
	display: block;
	background: #d8d8d8;
	border-radius: 5px;
	border: none;
	padding: 1% 10px;
	color: #666;
}

.P_contact .formBox .submit input {
	display: inline-block;
	background: #f78000;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	border: none;
	width: 40%;
	text-align: center;
	font-size: 18px;
	margin-top: 5%;
}

.P_contact .formBox .xuqiu {
	font-size: 18px;
}

.P_foot {
	background: #2c2c2c;
	padding: 10px 0;
	font-size: 14px;
}

/*右侧悬浮菜单*/
.slide2 {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 60%;
	margin-top: -126px;
	background: #f78000;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
	display: none;
}

#btn2 {
	display: none;
}
.slide {
	width: 50px;
	height: 100px;
	position: fixed;
	top: 50%;
	margin-top: -126px;
	background: #f78000;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}

.slide ul,
.slide2 ul {
	list-style: none;
}

.slide .icon li,
.slide2 .icon li {
	width: 49px;
	height: 50px;
	background: url("../../images/newimages/icon.png") no-repeat;
}

.slide .icon .up {
	background-position: -330px -120px;
}

.slide .icon li.qq {
	background-position: -385px -73px;
}

.slide .icon li.tel,
.slide2 .icon li.tel {
	background-position: -385px -160px;
}

.slide .icon li.wx {
	background-position: -385px -120px;
}

.slide .icon li.down {
	background-position: -330px -160px;
}

.slide .info {
	top: 50%;
	height: 147px;
	position: absolute;
	right: 100%;
	background: #f78000;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-radius: 4px 0 0 4px;
}

.slide .info.hover {
	width: 145px;
}

.slide .info li {
	width: 145px;
	color: #fff;
	text-align: center;
}

.slide .info li p {
	font-size: 1.2em;
	line-height: 2em;
	padding: 15px;
	text-align: left;
}

.slide .info li.qq p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #00DFB9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00DFB9;
	border-radius: 5px;
}

.slide .info li.qq p a:hover {
	color: #FFFFFF;
	border: none;
	background: #00E0DB;
}

.slide .info li div.img {
	height: 100%;
	background: #DEFFF9;
	margin: 15px;
}

.slide .info li div.img img {
	width: 100%;
	height: 100%;
}


/*控制菜单的按钮*/

/*.index_cy {
	width: 30px;
	height: 30px;
	background: url("../../images/newimages/icon.png");
	position: fixed;
	right: 0;
	top: 33%;
	margin-top: 140px;
	background-position: 62px 0;
	cursor: pointer;
}*/

.index_cy2 {
	width: 30px;
	height: 29px;
	background: url("../../images/newimages/icon.png");
	position: fixed;
	right: 0;
	top: 33%;
	margin-top: 140px;
	background-position: 458px 29px;
	cursor: pointer;
}


/*自适应 当屏小于1050时隐藏*/

@media screen and (max-width: 1050px) {
	.slide {
		display: none;
	}
	#btn {
		display: none;
	}
	#btn2 {
		display: block;
		z-index: 9
	}
	.slide2 {
		display: block;
	}
}