@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
    font: 14px/1.5 'Microsoft Yahei', '微软雅黑', Arial, Tahoma, Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
    margin: auto;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td{
	border: 1px solid #000000;
    vertical-align: middle;
	padding: 10px;
}
td p{
	margin: 0px!important;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
a:active{
	text-decoration: none!important;
	background: none!important;
	color: inherit!important;
}
a:visited{
	background: none!important;
	text-decoration: none!important;
}
/*以下是自定义样式*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 20px;
	padding-right: 20px;
}
.row{
	margin-right: -20px;
    margin-left: -20px;
}
.font-white{
	color: #fff!important;
}
.blue{
	color: #00679C!important;
}
.container-top{
	padding: 0 25px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
@media(max-width:1460px){
	.container-top{
		padding: 0 15px;
		max-width: 1920px;
	}
}
@media(max-width:991px){
	.header-top{
		padding-right: 65px;
		overflow: hidden;
	}
	.navbar .top-search{
		display: block;
		background: none;
	}
}
.container-fluid{
	max-width: 1920px;
}
.header{
	height: 159px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
	padding: 0px 15px;
}
.logo{
	margin-top: 20px;
	display: inline-block;
	max-width: 754px;
	width: calc(100% - 870px);
}
.logo img{
	width: 100%;
}
.header-right{
	float: right;
	/* width: 970px; */
}
.top-right{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.6;
	margin-top: 40px;
	display: block;
	text-align: right;
	overflow: hidden;
	float: right;
}

.top-right a{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	margin-left: 16px;
}
.top-right span{
	display: block;
	float: right;
	width: 1px;
	height: 33px;
	background: #fff;
	margin-left: 16px;
}
.chinese{
	padding-left: 27px;
	background: url("CNicon.png") no-repeat left;
}
.chinese-btn{
	display: inline-block;
    margin-top: 40px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 60%);
    border-radius: 50%;
    color: rgb(255 255 255 / 60%);
    cursor: pointer;
	transition: all 0.3s;
}
.chinese-btn:hover{
	color: #fff;
	border: 1px solid #fff;
}
.chinese-btn:visited{
	color: rgb(255 255 255 / 60%);
}
.chinese-btn.smale{display: none;}
.search img{
	margin-bottom: -3px;
}
.right{
	float: right;
	padding-top: 40px;
}
.navigation{
	float: left;
	padding: 15px 0px;
	margin-top: 30px
}
.navigation>li{
	float: left;
	padding: 0px 15px;
}
.navigation a{
	font-family: Microsoft YaHei;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}
.navigation a:hover{
	color: #E8BD0F;
	font-weight: bold;
}
.dropdown-m{
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 15px;
	display: none;
	z-index: 99;
	margin-left: -30px;
}
.dropdown-m li{
	padding: 15px 15px
}
.menu-trigger{
	position: fixed;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	padding: 15px;
	border-radius: 4px 0px 0px 4px;
	z-index: 99;
}
.top-search {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  z-index: 999;
  display: none;
	margin: 0px -15px;
}
.top-search .search-cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  color: #fff;
	background: none;
}
.top-search .s-inp:focus-visible{
	outline: none;
}
.s-inp::-webkit-input-placeholder {
  color: #fff;
}
.top-search .s-btn {
  background: url(en-btn_search.png) no-repeat center center;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  right: 0;
  top: 13px;
	
}
/*手机菜单样式*/
.nav-box{
	padding: 40px 40px 20px 20px;
	position: relative;
}
nav span{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	
}
.dropdown-toggle{
	padding-right: 40px;
	background: url(en-toggle-mb.png) right no-repeat;
	background-size: 20px;
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
	background: none;
    background-clip: padding-box;
	border: none;
    border-top: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: normal;
    text-align: right;
}
header .header-btn .menu-trigger {
  cursor: pointer;
}
header .navbar {
  margin-bottom: 0;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
	width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all ease 1s;
  border: none;
	z-index: 99;
}
header .navbar .nav-box {
  padding: 40px 40px 20px 20px;
  position: relative;
}
header .navbar .nav-box .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
header .navbar .nav > li {
  float: none;
  padding: 0 15px;
	text-align: right;
}
header .navbar .nav > li.dropdown > a {
  transition: all ease 0.25s;
}
header .navbar .nav > li.dropdown .dropdown-menu {
  width: 100%;
  background: #000;
  border-radius: 0;
}
header .navbar .nav > li.dropdown .dropdown-menu li > a {
  padding: 15px;
  font-size: 18px;
  color: #fff;
}
header .navbar .nav > li.dropdown .dropdown-menu li > a:hover,
header .navbar .nav > li.dropdown .dropdown-menu li > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #1264b8;
}
header .navbar .nav > li.dropdown > a:hover {
}
header .navbar .nav > li > a {
    padding: 0;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}
/*header2样式*/
.scroll{
	background: #ffffff;
	position: fixed;
	height: 150px;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 9px 1px rgba(210, 225, 255, 0.5);
}
.logo2{
	margin-top: 20px;
	display: none;
}
.logo2 img{
	width: 100%;
}
@media(max-width:1460px){
	.logo{
		width: calc(100% - 820px);
	}
	.navigation>li{
		padding: 0px 10px;
	}
	.header-right{
		/* width: 670px; */
	}
}
@media(max-width:1199px){
	.logo{
		max-width: 370px
	}
}
@media(max-width:991px){
	.navigation{
		display: none;
	}
	.logo{
		width: calc(100% - 100px);
		max-width: 370px;
	}
	.logo2{
		width: 100%;
		max-width: 600px;
	}
	.top-right{
		float: none;
		margin-top: 10px;
		display: block;
	}
	.header{
		height: auto;
		padding-bottom: 20px;
	}
	.top-right{
		display: none;
	}
	.m-english{
		display: block;
		position: absolute;
		top: 17px;
	}
	.chinese-btn.smale{
		display: block;
		margin-top: 0;
		margin-right: 10px;
	}
	.chinese-btn.large{
	    display: none;
	}
}
.en2{
	float: right;
	margin-top: 15px;
	display: none;
}
.search2{
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	display: none;
	cursor: pointer; 
}
.head2nd{
	position: static;
	height: auto;
	background: url("header-bg.png") no-repeat center;
	background-size: cover;
}




/*container样式*/
@media(min-width:1660px){
	.container{
		width: 1630px;
	}
}
@media(max-width:1660px)and (min-width:1460px){
	.container{
		width: 1430px;
	}
}

.footer2{
	background: url("footer.png") no-repeat top;
	padding-bottom: 40px;
	margin-top: 40px;
	height: 260px;
}
.footer2 .footer-m{
	margin-left: 50px;
}
@media(max-width:1430px){
	.footer2{
		background: #374AC3;
		height: auto;
		padding-bottom: 40px;
	}
	.footer2 .footer-m{
		margin-left: 0px;
	}
}
.sitema{
	width: 30px;
    margin-bottom: -10px;
}


.footer{
	background: url(en-footer-bg.png) no-repeat center;
	background-size: cover;
	padding: 80px 0px 170px;
	margin-top: 40px;
}
.footer p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.footer p a{
	color: #FFFFFF;
}
.footer a:hover{
	opacity: 0.6;
}