@charset "utf-8";
@font-face {
  font-family: "SFCompactDisplayRegular";
  src: url(../fonts/SFCompactDisplayRegular.ttf) format("truetype"),url(../fonts/SFCompactDisplayRegular.woff) format("woff"),url(../fonts/SFCompactDisplayRegular.woff2) format("woff2");
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/icon/iconfont.eot');
  src: url('../fonts/icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/icon/iconfont.woff2') format('woff2'),
      url('../fonts/icon/iconfont.woff') format('woff'),
      url('../fonts/icon/iconfont.ttf') format('truetype'),
      url('../fonts/icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body, html, p, h1, h2, h3, h4, h5, h6, ul, li {
  padding: 0;
  margin: 0;
}
ul, li {
  list-style: none;
}
body, html {
  /* font-family: "SFCompactDisplayRegular", Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 500;
}
a, a:hover {
  text-decoration: none;
  border: none;
}
p {
  line-height: 23px;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}
em, i {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.aligncenter {
  text-align: center;
}
.img {
  overflow: hidden;
}
.img img {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.img:hover img {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
}
.banner img{width: 100%;}
/* hearder */
.hetader{
	position: relative;
}
.header_head{
	/* position: absolute; */
	z-index: 99;
	width: 100%;
	/* color: #FFFFFF; */
	line-height: 80px;
  background: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
}
.logo{
	margin: 17px 60px 0 0;
}
.logo img{
	/* height: 49px; */
	width: 172px;
}
.right-info{
	margin-top: 37px;
}
.nav-item {
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-left:12px;
	border-radius: 18px;
	position: relative;
}
.nav-item a{
	display: block;
	padding: 0 10px;
}
.nav-item>a{color: #333;}
#cd-search {
    float: left;
    margin-left: 15px;
}
#cd-search form {
    width: 200px;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border: 1px solid #333;
    color: #333;
}
#cd-search .input-search-w {
    width: calc(100% - 40px);
    height: 100%;
    border: none;
    float: left;
    padding-left: 10px;
    background-color: transparent;
}
#cd-search .search-btn-w {
    border: none;
    width: 14px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: transparent;
}
#cd-search .iconfont {
    color: #333;
    margin-right: 8px;
    float: right;
}

.language-btn {
    float: left;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #333;
    line-height: 36px;
    text-align: center;
    margin-left: 18px;
}
.language-btn a{
	display: block;
	width: 100%;
	height: 100%;
  color: #333;
}
.language-btn.active,.language-btn:hover{
	border-color: #00A0D9;
}
.language-btn.active a,.language-btn:hover a{
	color: #00A0D9;
}
.text-input::-webkit-input-placeholder {
  color: #999;
}
.text-input::-moz-placeholder {
  color: #999;
}
.text-input:-moz-placeholder {
  color: #999;
}
.text-input:-ms-input-placeholder {
  color: #999;
}
.w-header {
  line-height: 95px;
}
.nav {
  position: relative;
  z-index: 99;
}
@media screen and (min-width:993px) {
  .nav_item.active > a, .nav_item:hover > a {
    color: #1159a3;
    border-bottom: 3px solid #1159a3;
  }
}
.nav_item_open, .nav_item2_open {
  width: 250px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 10;
  opacity: 0;
  padding: 0 15px;
  line-height: 55px;
  visibility: hidden;
  -webkit-transform: translateY(34px);
  transform: translateY(34px);
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.nav_item_open::before, .nav_item2_open::before {
  content: '';
  display: none;
  height: 18px;
  width: 18px;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.nav_item2_open {
  top: 0;
  left: 225px;
}
.nav-item:hover .nav_item_open, .nav_item2:hover .nav_item2_open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.menu_open, .hcover, .subopen, .subopenopen {
  display: none;
}
.nav_item2, .nav_item3 {
  display: block;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.nav_item2 a, .nav_item3 a {
  color: #333; 
  display: block;
  padding: 0 5px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav_item2:hover, .nav_item3:hover {
  border-color: #1159a3;
}

/*-- footer --*/
.footer {
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
  background-color: #333;
}
.footer p {
  line-height: 20px;
}
.footer-left.floatleft{
  text-align: center;
}
.contact_btn{font-size: 12px;}
/* .footer a {
  color: #999;
}
.footer a:hover {
  color: #1159a3;
} */
.footer-left {
  width: 23%;
}
.footer-left .fselect{
    margin-top: 30px;
    width: 75%;
    background-color: #F7F7F7;
    height: 38px;
    border-radius: 19px;
    padding: 0px 6%;
    display: inline-block;
}
.footer-left .fselect select{
	width: 100%;
	background-color: #F7F7F7;
	border: none;
	height: 38px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer .fselect option:first-child{
	color: #999999;
}
.contact_btn p span{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.flogo {
  margin-bottom: 15px;
}
.copyright, .share-way {
  margin-top: 15px;
}
.share-way span {
  margin-right: 15px;
}
.share-way span:last-child {
  margin-right: 0;
}
.share-way i {
  font-size: 20px;
  vertical-align: middle;
}
.footer-menu {
  width: 76%;
}
.footer-menu h4 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.footer-menu-ul.EN{
  display: flex;
  justify-content: space-between;
}
.footer-menu-ul.EN > li {
  width: auto;
}
.footer-menu-ul.EN > li:last-child {
  width: 300px;
}
.footer-menu-ul > li {
  float: left;
  width: 15%;
  margin-right: 2%;
}
.footer-menu-ul > li:last-child{
	margin-right: 0;
}
.footer-menu-ul h3 {
	/* color: #333; */
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-menu-ul ul li {
  line-height: 24px;
  font-size: 12px;
}
.footer-bar{
	background-color: #00A0D9;
	font-size: 14px;
	color: #fff;
	padding: 25px 0;
}
.footer-bar .fb-left {
}
.footer-bar .fb-right{
	color: #8BE1FF;
}
/* 返回顶部 */
.actGotop {
  display: none;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 100px;
  position: fixed;
  z-index: 9999;
  line-height: 40px;
  text-align: center;
  background-color: #1159a3;
}
.actGotop i {
  color: #fff;
  font-size: 24px;
}
.actGotop:hover {
  background-color: #1180f3;
}
/* pagination */
.paginations {
  clear: both;
  text-align: center;
  font-size: 12px;
  cursor: default;
  margin: 35px 0 10px;
}
.paginations a {
  padding: 7px 15px;
  background-color: #eaeaea;
  color: #323232;
  display: inline-block;
  _zoom: 1;
  *display: inline;
  font-size: 12px;
}
.paginations span {
  padding: 7px 15px;
  display: inline-block;
  background-color: #0066b3;
  color: #fff;
}
.nav_item:hover .nav_item_open, .nav_item2:hover .nav_item2_open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
@media only screen and (max-width: 1200px) {
	.logo img{
		width: 135px;
	}
	.nav-item{
		font-size: 15px;
		margin-left: 4px;
	}
	#cd-search form{
		width: 140px;
	}
	.language-btn{
		height: 30px;
		width: 30px;
		line-height: 30px;
		margin-left: 10px;
	}
}
@media  screen and (min-width: 999px){
	.nav-item.active>a,.nav-item:hover>a{
		border-bottom: 2px solid #333;
	}
} 
@media only screen and (max-width: 999px) {
  .menu_open {display: block; width: 24px; height: 20px; position: absolute; right: 15px; margin-top: 18px;}
  .menu_open i { height: 2px; width: 100%; background: #00A0D9; display: block; margin-bottom: 7px; }
  .right-cont { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 1000; overflow: hidden; background: #333; color: rgba(255, 255, 255, .6); margin: 0; float: none;}
  #cd-search{display: none;}
  .language {position: absolute;right: 54px;top: 14px;}
  .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .6); position: fixed; right: -100%; top: 0; z-index: 101; }
  .nav-list { width: 50%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px;}
  .nav-item { float: none; margin: 0; width: 100%;line-height: normal; }
  .nav-item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .15); }
  .nav-item > a, .nav_item2 a{ display: block; margin: 0; font-size: 14px;font-weight: normal; color: inherit; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-right: 40px; }
  .nav-item i { position: absolute; z-index: 2; top: 0; right: 0; width: 40px; height: 100%; }
  .nav-item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .15); position: absolute; top: 0; left: 0; }
  .nav-item i:after { content: ''; display: block; width: 7px; height: 7px; margin-bottom: -5px; border: 2px solid rgba(255, 255, 255, .3); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 18px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .nav_item_open, .nav_item2_open {width: 50%; height: 100%; margin: 0;padding: 0; box-shadow: none; background: #333; border-radius: 0; opacity: 0; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -100%; top: 0; }
  .subopen, .subopenopen { display: block; }
  .subopen a, .subopenopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255, 255, 255, .3); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
  .subopen a:before, .subopenopen a:before { opacity: 1; content: ''; display: block; width: 7px; height: 7px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 2px solid rgba(255, 255, 255, .3); border-right: 0; border-bottom: 0; }
  .nav_item2, .nav_item3 { position: relative;border-bottom: 1px solid rgba(0, 0, 0, .15); }
  .nav_item2:after, .nav_item3:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .15); padding-left: 20px; }
  .nav_item > a, .nav_item2>a,.nav_item3>a{
    text-align: left;
    line-height: 1.8;
    padding: 10px;
  }
  .nav_item2_open {
    width: 100%;
  }
  .nav_item2:hover > a, .nav_item3:hover > a,
  .nav_item2 a, .nav_item3:hover > a {
    background-color: transparent;
  }
  .w-header {
    line-height: normal;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .cd-main-header {
    display: inline-block;
  }
  .cd-search {
    position: absolute;
    width: 100%;
    top: 0;
    left: -220px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-search input::-webkit-input-placeholder {
    color: #333;
  }
  .cd-search input::-moz-placeholder {
    color: #333;
  }
  .cd-search input:-moz-placeholder {
    color: #333;
  }
  .cd-search input:-ms-input-placeholder {
    color: #333;
  }
  .cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  #cd-search form {
    width: 215px;
  }
}
@media only screen and (max-width: 640px) {
  .header_head{justify-content: flex-start;}
}