
html {
  font-size: 100px;
}
a:link,
a:active,
a:visited {
  color: #fff;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 87px;
  z-index: 9999999999999999999999999;
}
header .top-header {
  width: 100%;
  height: 87px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .top-header .nav-container {
  max-width: 1500px;
  height: 87px;
  margin: 0 auto;
}
header .top-header .nav-container .logo {
  display: block;
  width: 150px;
  height: 56px;
  margin-top: 15px;
  background-image: url(../images/logo-w.png);
  background-repeat: no-repeat;
  background-size: 150px 56px;
}
header .top-header .nav-container .menu-list {
  width: 700px;
}
header .top-header .nav-container .menu-list > li {
  padding: 0 10px;
  text-align: center;
  width: 160px;
}
header .top-header .nav-container .menu-list > li > a {
  display: inline-block;
  line-height: 80px;
  font-size: 14px;
  transition: none;
  height: 87px;
  line-height: 87px;
}
header .top-header .nav-container .menu-list > li > .line {
  height: 3px;
  margin: 0 -10px;
  background-color: rgba(37, 74, 115, 0);
}
header .top-header .nav-container .menu-list > li > ul {
  margin: 0 -10px;
  padding: 0 10px;
  padding-top: 30px;
  height: 100%;
  margin-top: 5px;
}
header .top-header .nav-container .menu-list > li > ul > li a {
  font-size: 12px;
  line-height: 36px;
  color: #666;
  transition: none;
}

header .top-header .nav-container .right {
  position: relative;
}
header .top-header .nav-container .right .top {
  height: 87px;
}
header .top-header .nav-container .right .top .searchbox {
  position: relative;
  margin-right: 15px;
}
header .top-header .nav-container .right .top .searchbox .searchinput {
  height: 36px;
  width: 136px;
  padding-right: 40px;
  padding-left: 14px;
  border: 1px solid rgba(229, 229, 229, 0);
  border-radius: 5px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0);
  color: #E5E5E5;
  transition: border 0.2s;
}
header .top-header .nav-container .right .top .searchbox .searchinput:focus {
  border: 1px solid #e5e5e5;
}
header .top-header .nav-container .right .top .searchbox .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
  background-image: url(../images/search_icon_white.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
header .top-header .nav-container .right .top .searchbox:hover .searchinput {
  border: 1px solid #e5e5e5;
}
header .top-header .nav-container .right .top .language {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  height: auto;
}
header .top-header .nav-container .right .top .language span {
  height: 36px;
  width: 49px;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
header .top-header .nav-container .right .top .language span.active {
  background-color: #F18D00;
}
header .top-header .nav-container .right > .img {
  position: absolute;
  right: 5px;
  top: 140px;
  width: 130px;
}
header .top-header .nav-container .right > .img img {
  width: 100%;
}
header.bg-white {
  background-color: rgba(0,0,0,0.5 )!important;
}
header.bg-white .top-header .nav-container .logo {
  background-image: url(../images/logo-w.png);
}
header.bg-white .top-header .nav-container .menu-list > li > a {
  color: #fff;
}
header.bg-white .top-header .nav-container .menu-list > li > .line {
  background-color: #fff;
}
header.bg-white .top-header .nav-container .menu-list > li > ul > li a {
  color: #666;
}
header.bg-white .top-header .nav-container .right .top .searchinput {
  color: #333;
}
header.bg-white .top-header .nav-container .right .top .searchbox .search-btn {
  background-image: url(../images/search_icon_gray.png);
}
header.bg-white .top-header .nav-container .right .top .language span {
  background-color: #CCCCCC;
}
header.bg-white .top-header .nav-container .right .top .language span.active {
  background-color: #F18D00;
}
header.active {
  height: 174px;
  background:rgba(0,0,0,0.5);
}
header.active ul li a {
	color: #fff;
}
header.active .top-header {
  border-bottom: 1px solid #EEEEEE;
}
header.active .top-header .nav-container {
  
}
header.active .top-header .nav-container .logo {
  background-image: url(../images/logo-w.png);
}
header.active .top-header .nav-container .menu-list > li > a {
  color: #fff;
}
header.active .top-header .nav-container .menu-list > li > .line {
  background-color: #fff;
}
header.active .top-header .nav-container .menu-list > li > ul > li a {
  color: #fff;
}
header.active .top-header .nav-container .menu-list > li .line {
  background-color: rgba(37, 74, 115, 0);
}
header.active .top-header .nav-container .menu-list > li.active > a,
header.active .top-header .nav-container .menu-list > li:hover > a {
  font-weight: bold;
  color: #fff;
}
header.active .top-header .nav-container .menu-list > li.active .line,
header.active .top-header .nav-container .menu-list > li:hover .line {
  background-color: #003f98;
}
header.active .top-header .nav-container .menu-list > li.active > ul,
header.active .top-header .nav-container .menu-list > li:hover > ul {
  background-color: #none;
}
header.active .top-header .nav-container .menu-list > li.active > ul li a,
header.active .top-header .nav-container .menu-list > li:hover > ul li a {
  color: #fff;
}
header.active .top-header .nav-container .menu-list li ul {
	
	padding: 0;
	padding-top: 20px;
}
header.active .top-header .nav-container .menu-list li ul li {
	
	padding: 0 10px;
}
header.active .top-header .nav-container .menu-list li ul li:hover {
	background: #0076a6;
	display: block;
}
header.active .top-header .nav-container .right .top .searchbox .searchinput:focus {
  border: 1px solid #c8c8c8;
}
header.active .top-header .nav-container .right .top .searchbox .search-btn {
  background-image: url(../images/search_icon_gray.png);
}
header.active .top-header .nav-container .right .top .language span {
  background-color: #CCCCCC;
}
header.active .top-header .nav-container .right .top .language span.active {
  background-color: #F18D00;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .banner-main {
  position: absolute;
  top: 40%;
  right: 200px;
}
.banner .banner-main .main-title {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  line-height: 80px;
}
.banner .banner-main .main-title-en {
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}
footer {
  padding-top: 49px;
  background-color: #04182D;
}
footer > div .menu-list {
  display: flex;
  justify-content: space-between;
  width: 824px;
  padding-right: 68px;
}
footer > div .menu-list li {
  display: flex;
  flex-direction: column;
}
footer > div .menu-list li a {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.3);
}
footer > div .menu-list li h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
footer > div .right {
  position: relative;
  top: -10px;
  height: 140px;
  padding-left: 57px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
footer > div .right h2 {
  padding-left: 30px;
  font-size: 28px;
  margin-top: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #F18D00;
  background-image: url(../images/phone_icon.png);
  background-repeat: no-repeat;
  background-position: center left;
}
footer > div .right h4 {
  margin-left: 10px;
  padding-left: 40px;
  font-size: 14px;
  color: rgba(240, 240, 240, 0.3);
  background-image: url(../images/email_icon.png);
  background-repeat: no-repeat;
  background-position: center left;
}
footer > p {
  margin-top: 42px;
  font-size: 14px;
  line-height: 58px;
  text-align: center;
  color: #7070704b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hide {
  display: none;
}
.show {
  display: block;
}
#page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 106px;
  margin-bottom: 94px;
}
#page .page-btn {
  width: 80px;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 10px;
}
#page .page-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  line-height: 45px;
  text-align: center;
}
#page .page-btn:hover {
  background: #f18d00;
}
#page .page-btn:hover a {
  color: #fff;
}
#page .page-list {
  width: 45px;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 10px;
}
#page .page-list a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 45px;
  color: #999999;
  text-align: center;
}
#page .page-list:hover {
  background: #f18d00;
}
#page .page-list:hover a {
  color: #fff;
}
#page .page-list-active {
  background: #f18d00;
}
#page .page-list-active a {
  color: #fff;
}
.con .inner-menu {text-align: center;border-bottom: 1px solid #aaa;padding: 15px 0;}

.con .inner-menu a {display: inline-block;height: 35px;line-height: 35px;padding: 0 15px;margin: 10px 15px;color: #333;border: 1px solid #0076a6;border-radius: 5px;}
.con .inner-menu a:hover {background:#0076a6;color: #fff;}
.con .inner-menu a.active {background:#0076a6;color: #fff;}
header.active {}
header.active .container {}
header.active .container .nav-container {}
header.active .container .nav-container ul {height: 87px;}
header.active .container .nav-container ul li {position: relative;}
header.active .container .nav-container ul li ul {position: absolute;width:500%;left: 30px;top: 87px;display: none;height: 87px;padding-top: 0 !important;margin-top: 0;}
header.active .container .nav-container ul li:hover ul {display: block;}
header.active .container .nav-container ul li ul li {float: left;height: 87px;line-height: 87px;}
header.active .container .nav-container ul li ul li a {display: block;height: 87px;line-height: 87px;}
.search_result dl dd a {display: block;min-height: 204px;}
header .container .nav-container ul li.line>a {border-bottom: 3px solid #fff;}