@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: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;
}
/*以下是自定义样式*/
.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: 186px;
	background: -webkit-linear-gradient(180deg, #002A6F 0%, rgba(0,42,111,0) 100%);
	background: -o-linear-gradient(180deg, #002A6F 0%, rgba(0,42,111,0) 100%);
	background: linear-gradient(180deg, #002A6F 0%, rgba(0,42,111,0) 100%);
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
	padding: 0px 15px;
}
.logo{
	margin-top: 20px;
	display: inline-block;
	max-width: 370px;
}
.logo img{
	width: 100%;
}
.header-right{
	float: right;
}
.top-right{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.6;
	margin-top: 20px;
	display: block;
	text-align: right;
	overflow: hidden;
}
.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;
}
.top-right a:first-child{
	margin-top: 7px
}
.chinese{
	padding-left: 27px;
	background: url("CNicon.png") no-repeat left;
}
.search img{
	margin-bottom: -3px;
}
.right{
	float: right;
	padding-top: 40px;
}
.navigation{
	float: right;
	padding: 15px 0px;
		
}
.navigation>li{
	float: left;
	padding: 0px 20px;
}
.navigation a{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	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: block;
	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(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(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:1199px){
	.logo{
		max-width: 260px
	}
}
@media(max-width:991px){
	.navigation{
		display: none;
	}
	.logo{
		width: calc(100% - 60px);
		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;
	}
}
.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: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(footer-bg.png) no-repeat center;
	background-size: cover;
	padding: 55px 0px 70px;
	margin-top: 40px;
}
.footer p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.footer p a{
	color: #FFFFFF;
}
.footer a:hover{
	opacity: 0.6;
}