/* CSS reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

input,
button {
	border: none;
	font-family: '微软雅黑';
}

button {
	background-color: transparent;
	cursor: pointer;
}

input:focus {
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
}

input,
button:focus {
	outline: none;
}

input,
textarea,
select {
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
}


/* 定位  浮动*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: block;
}

/* 可修复IE6中双倍边距bug */
.fr {
	float: right;
	display: block;
}

.cb {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.clearfix::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.zoom {
	zoom: 1;
}

.none {
	display: none;
}

/*
@功能：全局css定义
*/
body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/*去除input的默认样式  number的箭头*/
/*在chrome下：*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #eee;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #eee;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #eee;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #eee;
	font-size: 14px;
}

/*Firefox下：*/
input[type="number"] {
	-moz-appearance: textfield;
}

.row::after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.container::after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.imgBox img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 头部 */
.header {
	width: 100%;
	height: 195px;
	background: url(../img/header_bg.jpg) center no-repeat;
}

.header-logo {
	width: 1200px;
	margin: 0 auto;
	height: 130px;
}

.header-logo .fl>* {
	display: block;
}

.header-logo .fl {
	padding-top: 13px;
}

.header-logo .fl img {
	display: block;
	height: 66px;
	margin-right: 20px;
}

.header-logo .fl span {
	text-indent: 70px;
	color: white;
	font-size: 18px;
	margin-top: 5px;
}

.header-logo .fr {
	padding-top: 29px;
	position: relative;
}
.header-logo .fr .English {
	font-size: 20px;
    color: white;
    margin-right: 20px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    z-index: 999999999;
}
.header-logo .fr .English::before{
			content: "";
            width: 18px;
            height: 18px;
            position: absolute;
            background: url(../img/dp.png) no-repeat;
            /* // background: red; */
            background-size: cover;
            margin-left: -27px;
            margin-top: 2px;

}
.header-logo .fr>p {
	display: block;
	font-size: 20px;
	color: white;
	float: right;
	margin-bottom: 18px;
	line-height: 1;
}

.header-logo .search {
	float: right;
	width: 295px;
	height: 49px;
	border-radius: 24px;
	border: solid 1px #ffffff;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 70px;
}

.header-logo .search input {
	width: 100%;
	height: 47px;
	background-color: transparent;
	border-radius: 24px;
	text-indent: 10px;
	color: white;
	font-size: 18px;
}

.header-logo .search .search-btn {
	display: block;
	width: 49px;
	height: 49px;
	background: url(../img/search_icon.png) center no-repeat;
	position: absolute;
	right: -1px;
	top: -1px;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	padding-top: 13px;
}

.nav ul {
	display: flex;
}

.nav ul li.nav-item {
	flex: 1;
	text-align: center;
	line-height: 35px;
	position: relative;
	padding-bottom: 10px;
}

.nav ul li a {
	color: white;
	display: inline-block;
}

/* .nav ul li:first-child{width: 35px;height: 35px;margin-left: 23px;margin-right: 10px;}
.nav ul li:first-child a{display: block;width: 35px;height: 35px;background: url(../img/logo_icon_w.png) center no-repeat;} */
.nav ul li.nav-item>a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 5px;
	background: url(../img/sanjiao_icon_w.png) center no-repeat;
	position: relative;
	left: 9px;
	top: -2px;
	transform: rotate(90deg);
	transition: all 0.4s;
}

.nav ul li dl {
	display: none;
	position: absolute;
	min-width: 110px;
	left: 50%;
	top: 45px;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 1);
	z-index: 15;
	padding: 10px 0;
}

.nav ul li dl dd {
	display: block;
}

.nav ul li dl dd a {
	color: #333333;
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 0;
}

.nav ul li.nav-item:hover>a::after {
	transform: rotate(0deg);
}

.nav ul li dl dd:hover {
	background-color: rgba(0, 0, 0, 0.3)
}

.footer {
	width: 100%;
	height: 325px;
	border-top: 8px #f1c5c5 solid;
	background: url(../img/footer_BG.jpg) center no-repeat;
}

.footer .container {
	padding-top: 62px;
}

.footer .container .fl {
	width: 354px;
}

.footer .fl * {
	font-size: 18px;
	color: white;
	line-height: 1;
	margin-top: 32px;
}

.footer .center {
	float: left;
	width: 530px;
	height: 217px;
	text-align: center;
	box-sizing: border-box;
	border-left: solid 2px white;
	border-right: solid 2px white;
}

.footer .center a {
	display: inline-block;
	margin-top: 18px;
	width: 322px;
}

.footer .center a img {
	display: block;
	width: 100%;
}

.footer .container .fr {
	max-width: 254px;
	width: auto;
}

.footer .container .fr dd {
	width: 67px;
	position: relative;
	float: left;
	margin-left: 55px;
	margin-bottom: 27px;
}

.footer .container .fr dd .icon {
	width: 100%;
}

.footer .container .fr dd .icon .imgBox {
	display: block;
	width: 100%;
	height: 67px;
}

.footer .container .fr dd .icon span {
	display: block;
	text-align: center;
	color: white;
	margin-top: 9px;
	line-height: 1;
}

.footer .container .fr dd .ewm {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -108px;
	transform: translateY(20px);
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}

.footer .container .fr dd .ewm img {
	display: block;
	width: 90px;
	height: 90px;
	margin: 5px;
}

.footer .container .fr dd .ewm::after {
	content: "";
	width: 0;
	height: 0;
	border-top: solid 10px white;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}

.footer .container .fr dd:hover .ewm {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: auto;
}

@keyframes bigbigbig {
	0% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(0.95);
	}
}

@keyframes wateranimate {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes smallsmall {
	0% {
		transform: scale(0.5);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.5);
	}
}

.fangwen {
	display: inline-block;
	font-size: 20px;
	color: white;
	margin-right: 20px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	padding-bottom: 10px;
	z-index: 999999999;

}

#fangwen {
	width: 180px;
	display: none;
	background-color: #ffffff;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 10px 0;
}

#fangwen li {
	color: #333333;
	font-size: 16px;
	line-height: 1.2;
	padding: 6px 10px;
	text-align: center;
}

#fangwen li:hover {
	background-color: rgba(0, 0, 0, 0.3);
}