/*input::-webkit-input-placeholder {color: #fede9e !important; }
input::-moz-placeholder {color: #fede9e !important; }
input::-moz-placeholder {color: #fede9e !important;}
input::-ms-input-placeholder {color: #fede9e !important;}*/

.sousuo input[type=text] {
	transition: all .5s cubic-bezier(.35, .75, .55, 1);
	-webkit-transition: all .5s cubic-bezier(.35, .75, .55, 1);
	-moz-transition: all .5s cubic-bezier(.35, .75, .55, 1);
}

.nav {
	transition: all .8s cubic-bezier(.35, .75, .55, 1);
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1);
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1);
}

.mobile {
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 3px;
	box-sizing: border-box;
	padding-top: 2px;
	transition: 0.4s ease-in-out;
	display: none
}

.mobile i {
	display: block;
	margin: 0 auto;
	width: 28px;
	height: 3px;
	background: white;
	margin-top: 6px;
	border-radius: 5px;
}

.mobile i:nth-child(1) {
	transition: 0.4s ease-in-out 0.3s;
}

.mobile i:nth-child(2) {
	transition: 0.4s ease-in-out;
}

.mobile i:nth-child(3) {
	transition: 0.4s ease-in-out 0.3s;
}

.mobile.active i:nth-child(1) {
	transform: rotate(45deg) translateY(6px) translateX(5px);
}

.mobile.active i:nth-child(2) {
	transform: translateX(40px);
	opacity: 0;
}

.mobile.active i:nth-child(3) {
	transform: rotate(-45deg) translateY(-8px) translateX(5px);
}

.divBox {
	width: 1200px;
	margin: 0 auto;
}

.zong {
	font-size: 0;
	position: relative;
}

.left, .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

/*首页导航*/

header {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 0 75px;
	box-sizing: border-box;
	z-index: 333;
	padding-top: 25px;
}

.index_head1 ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 14px;
	border-right: 1px solid white;
}

.index_head1 ul {
	font-size: 0;
	text-align: right;
}

.index_head1 ul li a {
	padding: 0 15px;
	font-size: 14px;
	color: white;
}

.index_head1 ul li:last-child {
	border: none;
}

.index_head2 {
	text-align: center;
}

.index_head2:after {
	content: '';
	display: block;
	clear: both;
}

.logo {
	float: left;
}

.index_head2_nav {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	transition: 0.3s ease-in-out;
	/* transform: translateY(-100px)  scale(0); */
	/* opacity: 0; */
}

.index_head2_nav li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	position: relative;
	text-align: left;
}

.index_head2_nav li a {
	font-size: 16px;
	color: white;
}

.index_head2_nav li>a {
	padding-bottom: 10px;
	border-bottom: 1px solid transparent;
	transition: 0.3s ease-in-out;
}

.index_head2_nav li:hover>a, .index_head2_nav li.active>a {
	border-bottom: 1px solid white;
}

.index_head2_nav>li {
	padding-bottom: 25px;
	margin-top: 22px;
}

.index_head2_nav li dl {
	position: absolute;
	left: -30px;
	background: white;
	top: 40px;
	min-width: 230px;
	box-sizing: border-box;
	padding: 10px 10px;
	display: none;
}

.index_head2_nav li dl a {
	color: #444;
	font-size: 14px;
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #eee;
}

.index_head2_nav li dl a i {
	font-size: 12px;
	margin-right: 10px;
}

.index_head2_nav li dl dd:hover a {
	color: #000;
}

.index_head2_nav li dl:after {
	content: '';
	display: block;
	width: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50px;
	top: -12px;
}

.index_head2_nav li:hover dl {
	display: block;
}

.lang {
	display: inline-block;
	float: right;
	position: relative;
	margin-top: 25px;
	margin-right: 30px;
}

.lang a {
	display: block;
	height: 27px;
	width: 105px;
	text-align: center;
	line-height: 27px;
	box-sizing: border-box;
	border: 1px solid rgba(250, 250, 250, .5);
	color: white;
	font-size: 14px;
}

.lang a i {
	display: inline-block;
	transform: rotate(90deg);
	font-size: 12px;
	margin-left: 8px;
	margin-bottom: 4px;
	vertical-align: middle;
}

.lang_span {
	opacity: 0;
	transition: 0.3s ease-in-out;
	display: block;
	position: absolute;
	top: 28px;
}

.lang:hover .lang_span {
	opacity: 1;
}

.index_head2_nav.active {
	transform: translateY(0px) scale(1);
	opacity: 1;
}

/*首页导航*/

.index_footer {
	background: #373737;
	padding-top: 45px;
	font-size: 0;
}
.index_footer>.divBox{
	width: 75%
}
.index_footer1 span {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 230px
}
.index_footer1 span img{
	width: 70%
}
.index_footer2_left span{
	width: 100px
}
dl .index_footer2_left{
	padding-left: 20px
}
.index_footer1 dl {
	display: inline-block;
	vertical-align: top;
}

.index_footer1 dl a {
	color: rgba(250, 250, 250, .5);
	font-size: 14px;
	color: rgba(250, 250, 250, .4);
}
.index_footer2{
	text-align: center
}
.index_footer1 dl dt {
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(250, 250, 250, .2);
	margin-bottom: 15px;
	padding-right: 20px;
	text-align: center;
	position: relative;
}

.index_footer1 dl dt a {
	font-size: 16px;
	color: white;
	position: relative;
}

.index_footer1 dl dt:after {
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	background: #0ab1c2;
	position: absolute;
	bottom: 0;
	transition: 0.3s ease-in-out;
}

.index_footer1 dl dt:hover a:after {
	width: 100%;
}

.index_footer1 dl dd a {
	/* padding-right: 47px; */
	display: block;
	line-height: 25px;
	text-align: center;
	padding-right: 20px
}

.index_footer1 dl dd a:hover {
	color: white;
}

.index_footer2_left span {
	display: inline-block;
	vertical-align: middle;
}

.index_footer2_left aside {
	display: inline-block;
	vertical-align: middle;

}

.index_footer2_left aside h1 {
	font-size: 16px;
	color: rgba(250, 250, 250, .8);
	margin-bottom: 3px;
}

.index_footer2_left aside p {
	font-size: 12px;
	line-height: 18px;
	color: rgba(250, 250, 250, .5);
}

.index_footer2_left {
	display: inline-block;
	vertical-align: top;
	/* margin-top: 45px; */
	margin-bottom: 15px
}

.index_footer3 {
	font-size: 0;
	margin-top: 35px;
}

.index_f1 {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 90px;
}

.index_f1 p {
	font-size: 14px;
	color: rgba(250, 250, 250, .5);
}

.index_f1 form {
	font-size: 0;
	margin-top: 10px;
	display: inline-block;
	margin-right: 90px;
	text-align: left
}

.index_f1 form input {
	width: 370px;
	height: 45px;
	border: none;
	box-sizing: border-box;
	padding-left: 25px;
}

.index_f1 form span {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #006081;
	color: white;
	cursor: pointer;
}

.index_f2 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 50px;
}

.index_f2 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -3px;
}

.fenxiang {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 12px;
}

.fenxiang .bdshare-button-style0-16 a, .fenxiang .bdshare-button-style0-16 .bds_more {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 23px;
}

.fenxiang .bdshare-button-style0-16 a:nth-child(1) {
	background: url(../images/f_11.jpg) no-repeat center center;
}

.fenxiang .bdshare-button-style0-16 a:nth-child(2) {
	background: url(../images/f_03.jpg) no-repeat center center;
}

.fenxiang .bdshare-button-style0-16 a:nth-child(3) {
	background: url(../images/f_15.jpg) no-repeat center center;
}

.fenxiang .bdshare-button-style0-16 a:nth-child(4) {
	background: url(../images/f_13.jpg) no-repeat center center;
}

.index_footerss {
	padding: 10px 0;
	border-top: 1px solid rgba(250, 250, 250, .2);
	margin-top: 35px;
}

.index_footerss span {
	font-size: 12px;
	color: rgba(250, 250, 250, .5);
}

.sousuo {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.sousuo1 {
	display: inline-block;
	color: white;
	text-align: center;
	line-height: 1;
}

.sousuo1 span {
	display: block;
	margin: 0 auto;
}

.sousuo {
	position: relative;
}

.sousuo1 {
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 0px;
	cursor: pointer;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
}

.sousuo form {
	position: absolute;
	line-height: 1;
	background: white;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
	width: 200px;
	box-sizing: border-box;
	padding: 5px;
	right: 0;
	top: 120px;
	opacity: 0;
	transition: 0.3s ease-in-out .2s;
	z-index: -1;
	transform: scaleY(0);
}

.sousuo1 i {
	font-size: 25px;
	display: inline-block;
	margin-bottom: 2px;
}

.sousuo form input {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid lightgray;
}

.sousuo form font {
	position: absolute;
	display: inline-block;
	right: 15px;
	font-size: 20px;
	top: 10px;
	cursor: pointer;
}

.sousuo:hover form {
	top: 80px;
	opacity: 1;
	transform: scaleY(1);
}

.ej_header {
	padding: 0;
}

.ej_header {
	padding-top: 15px;
}

.ej_header2 {
	background: #0b0b0c;
	line-height: 75px;
	box-sizing: border-box;
	padding: 0 25px;
	position: relative;
}

.ej_header1 {
	margin-bottom: 7px;
	text-align: right;
}

.ej_header1 ul {
	display: inline-block;
	vertical-align: top;
}

.ej_header1 ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 14px;
	border-right: 1px solid white;
}

.ej_header1 ul {
	font-size: 0;
	text-align: right;
}

.ej_header1 ul li a {
	padding: 0 15px;
	font-size: 14px;
	color: white;
}

.ej_en {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: white;
	margin-top: -2px;
	margin-left: 10px;
}

.ej_header2_nav {
	display: inline-block;
	vertical-align: top;
	margin-left: 70px;
	font-size: 0;
}

.ej_header2_nav li {
	display: inline-block;
	vertical-align: top;
}

.ej_header2_nav li a {
	font-size: 16px;
	color: white;
}

.ej_header2_nav li>a {
	padding: 0 15px;
	display: block;
}

.ej_header2_nav>li:hover>a, .ej_header2_nav>li.active>a {
	background: #ffffff;
	color: #333;
}

.ej_header2_nav_div {
	position: absolute;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	width: 100%;
	left: 0;
	padding: 20px 95px 65px;
	box-sizing: border-box;
}

.ej_header2_nav_div form {
	text-align: center;
	font-size: 0;
	position: relative;
	line-height: 1;
}

.ej_header2_nav_div form:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	top: 49%;
}

.ej_header2_nav_div form input[type=text] {
	display: inline-block;
	vertical-align: top;
	width: 370px;
	height: 45px;
	border: 1px solid lightgray;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}

.ej_header2_nav_div form input[type=submit] {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: url(../images/sousuo.png) no-repeat center center #006081;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.ej_header2_nav .ej_header2_nav_div_list a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.ej_header2_nav .ej_header2_nav_div_list dd a:hover {
	color: #333;
}

.ej_header2_nav .ej_header2_nav_div_list dt a {
	font-size: 18px;
	color: #006081;
}

.ej_header2_nav .ej_header2_nav_div_list dt a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 18px;
	background: #006081;
	margin-right: 10px;
	margin-top: -3px;
}

.ej_header2_nav .ej_header2_nav_div_list dt {
	margin-bottom: 15px;
}

.ej_header2_nav .ej_header2_nav_div_list dd {
	box-sizing: border-box;
	padding-left: 13px;
}

.ej_header2_nav_div_list {
	font-size: 0;
	position: relative;
}

.ej_header2_nav_div_list:after {
	content: '';
	display: block;
	width: 2px;
	height: 85%;
	background: lightgray;
	position: absolute;
	left: 33%;
	top: 40px;
}

.ej_header2_nav_div_list:before {
	content: '';
	display: block;
	width: 2px;
	height: 85%;
	background: lightgray;
	position: absolute;
	left: 66%;
	top: 40px;
}

.ej_header2_nav_div_list dl {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 40px;
}

.ej_header2_nav_div {
	display: none;
}

.ej_header2_nav>li:hover .ej_header2_nav_div {
	display: block;
}

.ej_footer {
	background: #293647;
}

.ej_footer .index_footer1 {
	background: white;
	transform: translateY(-45px);
	box-sizing: border-box;
	padding: 80px 0;
	border-top: 3px solid #8a264f;
	text-align: center;
	font-size: 0;
}
.ej_footer .index_footer1 dl:last-child{
	margin-left: 20px;
}
.ej_footer .index_footer1 dl dt a {
	color: #333;
}

.ej_footer .index_footer1 dl dd a {
	color: gray;
	text-align: center;

}

.ej_footer .index_footer1 dl {
	text-align: left;
}

.ej_footer .index_footer1 dl dt {
	border-bottom-color: rgba(0, 0, 0, .3);
	position: relative;
}

.ej_footer .index_footer1 dl dt:after {
	background: #006081;
}
.index_footer1 dl:hover dt:after{
	width: 100%
}
.ej_footer .index_footer1 dl dd a:hover {
	color: #333;
}
.ej_footer .index_footer1 dl:hover dt:after{
	width: 100%
}
.ej_footer .index_footer2_left aside h1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.ej_footer .index_footer2_left aside p {
	color: #333;
	line-height: 25px;
}

.ej_footer .index_footer2_left aside p img {
	margin-right: 10px;
}

.ej_footer .index_footer2_left aside {
	margin-left: 0;
}

.ej_footer .index_footer2_left {
	margin-top: 0;
	vertical-align: middle;
}

.ej_footer .index_f1 {
	margin-right: 0;
	margin-left: 0px;
	vertical-align: middle;
	/* float: right; */
}

.ej_footer .index_f1 p {
	font-size: 18px;
	font-weight: bold;
	color: #e1dfdf;
}

.ej_footer .index_f2 {
	/* margin-top: 15px; */
	margin-bottom: 0;
	vertical-align: middle
}

.ej_footer .fenxiang {
	margin-bottom: 0;
	vertical-align: top;
	float: right;
}

.ej_footer .bdshare-button-style0-16:after {
	display: none;
}

.ej_footer .fenxiang .bdshare-button-style0-16 a:nth-child(1) {
	background: url(../images/ziji_06.jpg) no-repeat center center;
}

.ej_footer .fenxiang .bdshare-button-style0-16 a:nth-child(2) {
	background: url(../images/ziji_03.jpg) no-repeat center center;
}

.ej_footer .fenxiang .bdshare-button-style0-16 a:nth-child(3) {
	background: url(../images/ziji_10.jpg) no-repeat center center;
}

.ej_footer .fenxiang .bdshare-button-style0-16 a:nth-child(4) {
	background: url(../images/ziji_08.jpg) no-repeat center center;
}

.ej_footer .index_footerss {
	padding: 0;
	border: none;
}

.ej_footer .index_footerss .divBox {
	padding: 15px 0;
	border-top: 1px solid rgba(250, 250, 250, .2);
}

.index_footer2_leftssss {
	/* margin-left: 100px; */
}

footer {
	box-shadow: 5px 0 98px rgba(1, 1, 1, .26)
}

.i_header{
	display: none
}
.index_footer{
	display: none
}
