﻿.conts {
  width: 1200px;
  margin: 0 auto;
}

.head_box {
  height: 50px;
  background: url(../images/top_bar_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
}
.head_box .conts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 50px;
}

.head_box .conts {
  position: relative;
}

.search_box {
  display: none;
  padding: 8px;
  background: #10599b;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
}

.search_box form {
  display: flex;
  align-items: center;
}

.search_box > input {
  float: left;
}

.search_text {
  width: 235px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 16px;
  background: #fff;
}
.search_btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  background-size: 18px;
  cursor: pointer;
  background-color: #32b2ff;
}
.search_box2 {
  /* padding: 8px; */
  width: 1220px;
  margin: 0 auto;
  margin-top: 56px;
  /* height: 48px; */
  box-sizing: border-box;
  border: 1px solid #ddd;
  z-index: 10;
}
.search_text2 {
  width: 1148px;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  padding-left: 16px;
  background: #fff;
}
.search_btn2 {
  width: 72px;
  height: 46px;
  background: url(../images/search_icon.png) no-repeat center;
  background-size: 16px 16px;
  position: absolute;
  cursor: pointer;
  background-color: #32b2ff;
  right: 0;
}
.text_top {
  display: flex;
  align-items: center;
}

.text_top a img {
  width: 18px;
  vertical-align: -4px;
}

.text_top a,
.text_top span {
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.text_top span {
  vertical-align: 2px;
}
.seach_img {
  vertical-align: middle;
}

.text_top a {
  font-weight: bold;
  opacity: 0.7;
  color: #fff;
}

.text_top a.active {
  opacity: 1;
}

.text_top a:hover {
  opacity: 1;
  color: #32b2ff;
}

.nav_box {
  height: 110px;
  color: #333;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_box .logo_img {
  width: 200px;
}

.nav_ul {
  height: 110px;
  line-height: 50px;
}

.nav_box > ul > li {
  float: left;
  text-align: center;
  position: relative;
  height: 100%;
  margin-right: 50px;
}

.nav_box > ul > li:last-child{
  margin: 0;
}

.nav_box > ul > li.on a {
  color: #32b2ff;
}

.nav_box li.hover a {
  position: relative;
}

.nav_box > ul > li a {
  display: inline-block;
  font-size: 16px;
  line-height: 110px;
}

.nav_box > ul > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #32b2ff;
  
  width: 0;
  height: 3px;
  transition: all .3s;
}

.nav_box > ul > li:hover > a:after{
  width: 100%;
}


.nav_box > ul > li:hover .nav_down {
  display: block;
  height: 120px;
}

.nav_down {
  width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  position: absolute;
  left: 0;
  z-index: 99;
  top: 110px;
  font-weight: normal;
  transition: all .4s;
  height: 0;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);
}

.nav_box > ul > li .nav_down a {
  color: #333;
  display: block;
  text-indent: 24px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  position: relative;
}
.nav_box > ul > li .nav_down a span{
  display: block;
  height: 100%;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nav_box > ul > li .nav_down > ul > li {
  text-align: left;
}
.nav_box > ul > li .nav_down > ul > li:last-child a {
  border-bottom: none;
}
.nav_box > ul > li .nav_down a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 0;
  background: #32b2ff;
  transition: all .4s;
}
.nav_box > ul > li .nav_down a:hover {
  color: #fff;
}

.nav_box > ul > li .nav_down a:hover:after{
  width: 100%;
}
/*.nav_down .nav_sj {
	width: 146px;
	height: 21px;
	background: url(../images/nav_sj.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	
	top: -21px;
	;
}
*/

/*尾部*/

.foot {
  background: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 504px;
  background-position-y: bottom;
  width: 100%;
  height: 521px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.foot_top {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot_top_left {
  display: flex;
}
.foot_top_left_about {
  margin-right: 107px;
}
.foot_top_left_relative {
  margin-right: 65px;
}
.foot_top_left_about li a,
.foot_top_left_relative li a,
.foot_top_left_other li a {
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  line-height: 1.8;
}
.foot_top_left_about li a:hover,
.foot_top_left_relative li a:hover,
.foot_top_left_other li a:hover {
  opacity: 1;
}
.foot_top_right img {
  width: 152px;
  height: 169px;
}
.foot_title {
  color: #fff !important;
  font-size: 20px !important;
  opacity: 1 !important;
  line-height: 3 !important;
}
.foot_bottom {
  background: rgb(0, 0, 0);
  text-align: center;
  height: 80px;
  color: #fff;
  font-size: 14px;
  line-height: 80px;
  opacity: 0.2;
}
/* .foot_top {
	height: 441px;
}
.foot_ul {
  padding-top: 30px;
	height:40px;
}
.foot_ul li {
	text-align: center;
	float: left;
	margin-left:55px;
} */
.foota {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}
.foota span {
  width: 140px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 25px;
  margin-left: 30px;
}
.foot_ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 40px;

  /*width: 90%;*/
  /*display: inline-block;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  /*word-break: break-all*/
}

.foot_ul02 {
  margin: 60px auto 0;
  background: #01699f;
}

.foot_ul02 li {
  float: left;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
}

/*.foot_ul02 li:first-child{margin-left: 0;}*/

.foot_ul02 li a {
  font-size: 16px;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  width: 90%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.foot_ul02 li:hover a {
  background: #fff;
  color: #01699f;
}

.f_logo {
  background: #01699f;
  width: 100%;
  padding: 45px 0 0;
}

.copy {
  text-align: center;
  color: #fff;
  padding-bottom: 85px;
}

.ft {
  margin-left: 15px;
}

.copy img {
  vertical-align: -4px;
}
.copy > span > span {
  padding-right: 10px;
}
.b_imgs_r {
  width: 12%;
  float: right;
}

.b_imgs_r li {
  margin-left: 10%;
  position: relative;
}
.wb,
.wx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wb:hover div,
.wx:hover div {
  display: block;
  position: absolute;
}
.wb .img,
.wx .img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
}
.wb .down_img {
  position: absolute;
  left: 0;
  top: -107px;
  display: none;
}
.wx .down_img {
  position: absolute;
  right: 0;
  left: -75px;
  top: -107px;
  display: none;
}

/*回到顶部*/
#wrapper {
  margin: 0 auto;
  width: 480px;
}

#toTop {
  text-decoration: none;
  position: fixed;
  bottom: 200px;
  right: 0;
  width: 140px;
  line-height: 60px;
  border: none;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #028BD4;
  display: none;
}

#toTop img {
  width: 12px;
  margin-right: 12px;
  transform: rotate(90deg);
}
.video-wrapper{
	overflow: hidden;
	background-color: #EEF7FC;
	position: relative;
}
#myvideo {
	width: 100%;
}
.index_wrapper{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.placeholder{
	height: 189px;
	background-color: #EEF7FC;
}
.some-margin{
	margin-top: -141px;
}

p.sorry{
  min-height: 200px;
}