body{
	color: #333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}

a:hover {
	color: #2D64F4;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 1400px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 3;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
}
.flex_item {
    flex: 1;
}
.header .flex {
	align-items: center;
}
.flex-item {
	flex: 1;
}

video {
	vertical-align: middle;
	background: #000;
	width: 100%;
}

/**/
.m_menu {
	background: #f6f7fb;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	padding-top: 56px;
	line-height: 36px;
	display: none;
}

.m_menu ul a {
	display: block;
}

.m_menu .nav>li {
	border-bottom: 1px solid #eee;
}

.m_menu .nav>li>a {
	padding: 8px 20px;
	position: relative;
}

.m_menu .nav>li i {
	/* display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 0 1px 1px 0;
	border-color: #333;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px; */
}

.m_menu .nav>li>a.on>i,
.m_menu .nav>li h3.on>i {
	border-width: 1px 0 0 1px;
}

.m_menu .drop {
	background: #fff;
	display: none;
}

.m_menu .drop a {
	display: block;
	padding-left: 30px;
}

.m_menu .drop h3 {
	padding-left: 30px;
	position: relative;
	background: #f5f5f5;
}

.m_menu .drop .drop a {
	padding-left: 50px;
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
    background: -moz-linear-gradient(left, #5DB0E4 0%, #296597 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#5DB0E4), color-stop(100%,#296597));
    background: -webkit-linear-gradient(left, #5DB0E4 0%,#296597 100%);
    background: -o-linear-gradient(left, #5DB0E4 0%,#296597 100%);
    background: -ms-linear-gradient(left, #5DB0E4 0%,#296597 100%);
    background: linear-gradient(to right #5DB0E4 0%,#296597 100%);


}
/* #translate2{
    position: fixed;
    top: 20px;
    right: 100px;
    z-index: 9999;
} */

.header .logo {
	/* display: block;
	width: 188px;
	height: 54px;
	background: url(../images/top_logo.png) center no-repeat;
	background-size: 100% 100%; */
}

.header .nav {
	display: flex;
	align-items: center;

}

.header .nav>li {
	position: relative;

}

.header .nav>li>a {
	display: block;
	padding: 0 25px;
	line-height: 90px;
	color: #fff;
	font-size: 18px;
	position: relative;
}


.header .nav>li.on>a,
.header .nav>li:hover>a {
	color: #0E6CA9;
}

/* .header .nav>li>a::after,
.header .nav>li>a::after {
	content: '';
	display: block;
	height: 3px;
	width: 0;
	background: #0E6CA9;
	position: absolute;
	bottom: 0;
	transition: all 0.3s;
	left: 50%;
	transform: translate(-50%, 0);
} */

/* .header .nav>li.on>a::after,
.header .nav>li:hover>a::after {
	width: 80%;
} */
.header .nav>li.on,
.header .nav>li:not(#translate2):hover {
	background-color: #fff;
}
.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
i{
	font-style: normal;
	font-size: inherit;
}
i.c-ying{display: none;}
#menu_mobile{display:none;}

#translate2{
    width: 100px;
    height: 20px;
    line-height: 20px;
	margin-left: 20px;
	position: relative;
}
#translate2 select{
    width: 100px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
	margin-left: 53px;
}
#translate2::after{
	content: '中/EN';
	position: absolute;
    left: 0;
    top: 2px;
	color: #fff;
}
#translate1{
    /* width: 100px;
    height: 20px;
    line-height: 20px;
	margin-left: 20px; */
	padding: 8px 20px;
    position: relative;
}
#translate1::after{
	content: '中/EN';
	position: absolute;
    left: 20px;
    top: 10px;
}
#translate1 select{
    width: 100px;
    height: 24px;
    line-height: 24px;
	margin-left: 53px;
    border-radius: 3px;
	/* padding: 8px 20px; */
}
.title-box{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.title {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	padding: 0 10px 40px;
}

.title h2,.title h2 span{
	/* font-weight: bold; */
	font-size: 32px;
	color: #01290E;
}
.title h2 span{
	position: relative;
	display: inline-block;
	background-color: #fff;
    z-index: 9;
}

.title>p {
	color: #2E2E2E;
	font-size: 22px;
	margin-top: 5px;
	background-color: #fff;
}
/* ----------------- */
.footer{
	width: 100%;
    color: #fff;
    background-color: #1E81C1;
}
.footer a{
    color: #fff;
}
.footer-top{
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	padding: 35px 0 28px;
}
.footer-top>.flex{
	justify-content: space-between;
}
.footer-top>.flex ul{
	margin-top: 10px;
}
.footer-top>.flex li{
	display: inline-block;
	text-align: center;
	margin: 0 24px;
}
.footer-top>.flex li a:hover{
	text-decoration: underline;
}
.footer-top>.flex:nth-child(2){
	margin-right: 24px;
	padding-top: 24px;
}
.footer-cont{
	
}
.footer-btm{
    background-color: #074A76;
	text-align: center;
	line-height: 38px;
	padding: 8px 0 16px;
}

/* ------------ */
.float-right{
	position: fixed;
	right: 7px;
	bottom: 184px;
	z-index: 99;
	-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
.float-right li{
	width: 48px;
	height: 48px;
	background-color: #1E81C1;
	position: relative;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	margin-bottom: 9px;
	transition: .2s;
}
.float-right li:hover{
	background-color: #3aa0e4;
}
.float-right li.totop{
	background-color: #074A76;
}
.float-right li div{
	border-radius: 4px;
	position: absolute;
	right: 60px;
	background-color: #fff;
	padding: 8px 22px 8px 14px;
    box-shadow: rgba(0,0,0,.3) 0 0 5px 0;
	/* -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); */
    /* visibility: visible; */
	display: none;
	transition: .2s;
	z-index: 99;
}
.float-right li::after{
	content: "";
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: -1;
}
.float-right li div p{
	line-height: 28px;
	white-space: nowrap;
}
.float-right li div::after{
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    /* border-right: 10px solid transparent; */
    border-bottom: 10px solid white;
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, .3) 0 0 5px 0; */
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: -5px;
    z-index: 9;
	margin-top: -5px;
}
.float-right li:nth-child(1) div{
	top: -22px;
}
.float-right li:nth-child(1) div p:nth-child(1){
	margin-bottom: 12px;
}
.float-right li:nth-child(2) div{
	top: -2px;
}
.float-right li:nth-child(3) div{
	padding: 0 14px;
	top: -48px;
	text-align: center;
}
.float-right li:nth-child(3) div img{
	max-width: 100px;
	width: 100px;
	padding: 12px 0 0;
}


@media screen and (min-width:1366px) and (max-width:1550px) {}

@media screen and (min-width:1201px) and (max-width:1365px) {}

@media screen and (min-width:980px) and (max-width:1200px) {
	.header .nav>li>a{
		font-size: 15px;
		padding: 0 10px;
	}
}

@media screen and (min-width:769px) and (max-width:979px) {
	.header .nav>li>a{
		font-size: 14px;
		padding: 0 10px;
	}
}

@media (max-width:768px) {
    #menu_mobile{display:block;}
	.header {
		padding: 10px 0;
	}

	.rightside {
		display: none;
	}

	.header .search {
		display: none;
	}

	.header .logo {
		width: 138px;
		/* height: 35px; */
	}
	.header .logo img{
		width: 138px;
	}
	/* .header.on .logo,.header:hover .logo {
		background: url(../images/logo_info.png) center no-repeat;
		background-size: 138px 35px;
	} */
	.header .nav {
		display: none;
	}

	.m_nav {
		position: absolute;
		right: 15px;
		/* top: 18px; */
		width: 25px;
		z-index: 99;
	}

	.m_nav i {
		display: block;
		height: 2px;
		background: #fff;
		margin-bottom: 6px;
	}

	.cross i:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		-ms-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.cross i:nth-of-type(2) {
		opacity: 0;
	}

	.cross i:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		-ms-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	.company,
	.title p,
	.company .b .bd dt {
		font-size: 14px;
	}

	.title h2 {
		font-size: 20px;
	}
	.title {
		padding-bottom: 15px;
	}

	.title {
		padding-bottom: 20px;
	}
	
	
	.flex-item {
		flex: auto;
	}
	.footer-top{padding: 5px 0 15px;}
	.footer-top ul{
		width: 100%;
		display: flex;
	}
	.footer-top>.flex li{
		flex: 1;
		margin: 0;
	}
	.footer-top>.flex:nth-child(1) div{
		display: none;
	}
	.footer-top>.flex:nth-child(2){
		display: none;
	}
	.footer-btm{
		line-height: 25px;
		font-size: 14px;
	}

	.float-right{
		display: none;
	}
}
