.banner {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  color: #909090;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  line-height: 14px;
}

.nav a {
  color: #909090;
  display: inline-block;
}

.nav .home {
  background: url(../image/navbg.png) no-repeat left center;
  width: 20px;
  height: 14px;
  float: left;
}

.nav .hbox {
  padding-top: 1px;
  float: left;
  text-transform: uppercase;
}

.containers {
  padding-top: 10px;
  min-height: 467px;
}

.right_cont {
  float: right;
  width: 770px;
}

h2 {
  padding: 10px 0 14px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 24px;
  color: #666;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
}

h2 span {
  font-weight: bold;
}

.about {
  padding-bottom: 80px;
}

.about .topbox .text {
  float: left;
  width: 490px;
}

.about .topbox img {
  float: right;
}

.about h3 {
  color: #202020;
  font: normal 14px 'Microsoft YaHei';
  margin-bottom: 15px;
}

.about p {
  line-height: 22px;
  margin-bottom: 15px;
}

.about li {
  color: #555;
  line-height: 22px;
  background: url(../image/libg.png) no-repeat left center;
  padding-left: 20px;
  margin-bottom: 12px;
}

.clients {
  padding-bottom: 80px;
}

.clients p {
  line-height: 22px;
  color: #555;
  margin-bottom: 15px;
}

.clients .imgboxone,
.clients .imgboxtwo {
  height: 0;
  overflow: hidden;
}

.clients .backtop {
  display: none;
}

.clients .click,
.clients .backtop {
  text-align: center;
  padding-top: 50px;
}

.clients .click a,
.clients .backtop a {
  width: 188px;
  height: 35px;
  display: inline-block;
  background: #f0f0f0;
  color: #202020;
  line-height: 35px;
}

.history {
  padding-bottom: 80px;
}

.history .container {
  position: relative;
}

.history .presswraper {
  width: 770px;
  height: 320px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
}

.history .press {
  position: absolute;
  width: 10070px;
}

.history .list {
  float: left;
  padding-left: 220px;
  width: 550px;
  padding-top: 40px;
  position: relative;
  margin-right: 5px;
}

.history .list .text {
  width: 395px;
  height: 188px;
  background: #f7f7f7;
  padding: 80px 0 0 155px;
}

.history .list img {
  position: absolute;
  left: 0;
  top: 0;
}

.history .list .text h3 {
  font-size: 30px;
  color: #202020;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 18px;
  text-align: center;
}

.history .list .text p {
  line-height: 18px;
  color: #555;
  margin-left: 40px;
  margin-bottom: 5px;
}

/*历史轮播*/

.history .history-body {
  width: 765px;
}

.history .year-list {
  width: 100%;
}

.history .year-list ul {
  width: 100%;
  height: 72px;
  background: url("../image/bg.png")no-repeat -4px 28px;
}

.history .year-list ul li {
  width: 54px;
  height: 100%;
  position: relative;
  float: left;
  background: url("../image/span-bg.png")no-repeat center 65%;
}

.history .year-list ul li a {
  width: 100%;
  margin: 0 auto;
  height: 35px;
  display: block;
  background: url("../image/year-bg.png")no-repeat center -65px;
}

.history .year-list ul li.active a,
.history .year-list ul li:hover a {
  background: url("../image/year-bg.png")no-repeat center 0;
}

.history .year-list ul li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  color: #5d5d5d;
}

.history .year-list ul li:last-of-type {
  margin-right: 0;
}

.history .history-body .event-list {
  width: 720px;
  margin: 0 auto;
  padding-top: 30px;
}

.bx-wrapper {
  margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: -5px;
  /*background: #fff;*/
}

.bx-controls-direction a {
  width: 25px;
  height: 43px;
  background: url("../image/arrow.png")no-repeat center;
}

.bx-controls-direction a.bx-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bx-controls-direction a.bx-prev {
  left: -40px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background: url("../image/arrow.png")no-repeat center;
}

.history .bxslider>div {
  width: 100%;
  height: 285px;
  padding: 15px 15px 0;
  box-sizing: border-box;
}

.history .bxslider>div .text {
  width: 257px;
  padding-left: 30px;
  box-sizing: border-box;
}

.history .bxslider>div .text.float_l {
  padding-left: 0;
  box-sizing: border-box;
}

.history .bxslider>div .text p {
  width: 100%;
}

.history .bxslider>div .text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
  padding-top: 28px;
}

.history .bxslider>div .text p span {
  display: inline-block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #dbdbdb;
  text-align: center;
}

.history .bxslider>div .text p span:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
  padding-top: 10px;
  border-bottom: none;
  padding-left: 10px;
}

.history .bxslider>div .text p span i {
  font-size: 18px;
  letter-spacing: 2px;
}

.history .bxslider>div .img-box {
  width: 430px;
  height: 100%;
  position: relative;
}

.history .bxslider>div .img-box:after {
  z-index: -1;
  position: absolute;
  top: -15px;
  left: -14px;
  width: 410px;
  height: 250px;
  background: #f0f2f9;
  display: block;
  content: '';
}

.history .bxslider>div .img-box img {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  padding-bottom: 80px;
}

.news .first_new img {
  float: left;
  width: 400px;
  height: 205px;
}

.news .first_new .text {
  background: #f7f7f7;
  width: 335px;
  float: left;
  padding: 18px 15px 0 20px;
  height: 187px;
}

.news .first_new .text .title {
  font: bold 14px 'Arial';
  color: #555;
  display: block;
  margin-bottom: 8px;
}

.news .first_new .text .title:hover {
  color: #173c87;
}

.news .first_new .text em {
  color: #a7a7a7;
  display: block;
  margin-bottom: 12px;
}

.news .first_new .text p {
  line-height: 22px;
  color: #555;
  margin-bottom: 12px;
}

.news .first_new .text .more {
  color: #fff;
  padding-left: 25px;
  width: 75px;
  display: block;
  float: right;
  line-height: 32px;
  background: #173c87 url(../image/morebg.png) no-repeat 80px center;
}

.news li {
  line-height: 35px;
}

.news li a {
  padding-left: 20px;
  background: url(../image/libg1.png) no-repeat left center;
  width: 655px;
  display: block;
  float: left;
  color: #555;
}

.news li a span {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news li em {
  float: right;
  color: #555;
}

.news li:hover em,
.news li:hover a {
  color: #173c87;
}

.news_detail {
  padding-bottom: 80px;
}

.news_detail .title {
  text-align: center;
}

.news_detail .title h3 {
  font-size: 18px;
  color: #202020;
  font-weight: bold;
  margin-bottom: 13px;
}

.news_detail .title span {
  display: block;
  color: #999999;
  margin-bottom: 20px;
}

.news_detail .textbox {
  line-height: 22px;
  color: #555;
}

.news_detail .textbox img {
  max-width: 100%;
  margin-bottom: 15px;
}

.news_detail .textbox h3 {
  font: normal 18px 'Arial';
  color: #202020;
  margin-bottom: 18px;
}

.news_detail .textbox p {
  margin-bottom: 15px;
}

.news_detail .textbox .libox p {
  background: url(../image/libg1.png) no-repeat left center;
  padding-left: 20px;
}

.news_detail .back a {
  color: #fff;
  width: 70px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  background: #62615f;
  float: right;
}

.news_detail .ne_pr {
  border-top: 1px dotted #9c9c9c;
}

.news_detail .ne_pr p {
  border-bottom: 1px dotted #9c9c9c;
}

.news_detail .ne_pr a {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  color: #909090;
}

.news_detail .ne_pr a:hover {
  color: #173c87;
}

.business {
  padding-bottom: 80px;
}

.business h3 {
  font-weight: bold;
  font-size: 18px;
  color: #202020;
  padding-top: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

.business li {
  width: 166px;
  border-right: 1px solid #eeeeee;
  height: 154px;
  float: left;
  border-bottom: 1px solid #eeeeee;
}

.business li a {
  width: 166px;
  height: 154px;
  display: block;
}

.business li i {
  height: 90px;
  padding-top: 14px;
  width: 100%;
  display: block;
  text-align: center;
}

.business li span {
  display: inline-block;
  width: 90px;
  height: 75px;
  -moz-transition: top ease 0.3s;
  -webkit-transition: top ease 0.3s;
  -o-transition: top ease 0.3s;
  transition: top ease 0.3s;
}

/*.business .lis1 span{ background:url(../images/index/icon.png) no-repeat center; }
.business .lis2 span{ background:url(../images/index/icon2.png) no-repeat center; }
.business .lis3 span{ background:url(../images/index/icon3.png) no-repeat center; }
.business .lis4 span{ background:url(../images/index/icon4.png) no-repeat center; }
.business .lis5 span{ background:url(../images/index/icon5.png) no-repeat center; }
.business .lis6 span{ background:url(../images/index/icon6.png) no-repeat center; }
.business .lis7 span{ background:url(../images/index/icon7.png) no-repeat center; }
.business .lis8 span{ background:url(../images/index/icon8.png) no-repeat center; }
.business .lis9 span{ background:url(../images/index/icon9.png) no-repeat center; }
.business .lis10 span{ background:url(../images/index/icon10.png) no-repeat center; }
.business .lis11 span{ background:url(../images/index/icon11.png) no-repeat center; }
*/

.business li p {
  color: #7f8284;
  font-size: 14px;
  text-align: center;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.business li a:hover p {
  color: #273265;
}

/*.business .lis1 a:hover span{ background:url(../images/business/icon.png) no-repeat center; }
.business .lis2 a:hover span{ background:url(../images/business/icon2.png) no-repeat center; }
.business .lis3 a:hover span{ background:url(../images/business/icon3.png) no-repeat center; }
.business .lis4 a:hover span{ background:url(../images/business/icon4.png) no-repeat center; }
.business .lis5 a:hover span{ background:url(../images/business/icon5.png) no-repeat center; }
.business .lis6 a:hover span{ background:url(../images/business/icon6.png) no-repeat center; }
.business .lis7 a:hover span{ background:url(../images/business/icon7.png) no-repeat center; }
.business .lis8 a:hover span{ background:url(../images/business/icon8.png) no-repeat center; }
.business .lis9 a:hover span{ background:url(../images/business/icon9.png) no-repeat center; }
.business .lis10 a:hover span{ background:url(../images/business/icon10.png) no-repeat center; }
.business .lis11 a:hover span{ background:url(../images/business/icon11.png) no-repeat center; }
*/

.bus_detail {
  padding-bottom: 80px;
}

.bus_detail .text {
  float: left;
  width: 430px;
}

.bus_detail p {
  line-height: 22px;
  color: #555;
  margin-bottom: 15px;
}

.bus_detail h3 {
  font: bold 18px 'Arial';
  color: #202020;
  margin-bottom: 15px;
}

.bus_detail .imgbox {
  float: right;
}

.bus_detail .text .libox p {
  padding-left: 20px;
  background: url(../image/libg.jpg) no-repeat left 8px;
}

.bus_detail .fash_box .imgbox {
  float: left;
  margin-right: 20px;
}

.bus_detail .fash_box .textbox {
  float: left;
}

.bus_detail .fash_box .textbox p {
  padding-left: 20px;
  background: url(../image/libg1.png) no-repeat left 10px;
  margin-bottom: 5px;
}

.bus_detail .fash_box {
  margin-bottom: 10px;
}

.bus_detail .mail {
  margin-top: 40px;
  font-size: 14px;
  color: #555;
  background: #f9f9f9;
  padding: 20px 0 20px 20px;
}

.bus_detail .mail a {
  color: #ffba00;
}

.bus_detail li {
  list-style-type: inherit !important;
  list-style-position: inherit !important;
  list-style-image: inherit !important;
}

.mission {
  padding-bottom: 80px;
}

.mission h3 {
  font: normal 14px 'Microsoft YaHei';
  color: #202020;
  margin-bottom: 15px;
}

.mission p {
  line-height: 22px;
}

.mission ul {
  margin-left: -13px;
  padding-top: 25px;
  border-top: 1px solid #e9e9e9;
}

.mission li {
  float: left;
  margin-left: 13px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 13px;
}

.mission li img {
  cursor: pointer;
}

.mission .move {
  position: absolute;
  left: 0;
  bottom: -48px;
  width: 248px;
  height: 48px;
  background: #f0f0f0;
}

.mission .move p {
  line-height: 48px;
  padding-left: 10px;
  color: #555;
  font-size: 12px;
}

.contact {
  margin-bottom: 80px;
}

.contact .map {
  width: 100%;
  height: 635px;
  background: url(../image/19.jpg) no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: -36px;
}

.map .left-img {
  position: absolute;
  top: 148px;
  left: 134px;
  z-index: 2222;
  width: 72px;
  height: 261px;
}

.map .left-img img {
  height: 221px;
}

.map .right-img {
  position: absolute;
  top: 506px;
  right: 28px;
  z-index: 222;
  width: 31px;
  height: 149px;
}

.map .right-img img {
  height: 79px;
}

.map .bottom-img {
  position: absolute;
  top: 596px;
  right: -69px;
  z-index: 222;
  width: 313px;
  height: 87px;
}

.map .bottom-img img {
  height: 49px;
}

.contact .map .point {
  position: relative;
}

.contact .map .state {
  position: absolute;
}

.contact .map .state a {
  display: block;
  background: url(../image/yellow.png) no-repeat center;
  background-size: 100%;
  width: 11px;
  height: 11px;
}

.contact .map .state a:hover,
.contact .map .state a.cur {
  width: 12px;
  height: 12px;
  background: url(../image/p.png) no-repeat;
  background-size: 100%;
}

.contact .map .state .imgcon {
  position: absolute;
  background: url(../image/bluebg.png) no-repeat;
  width: 317px;
  height: 250px;
  padding: 2px 2px 0 2px;
  top: -257px;
  left: -313px;
  z-index: 9999;
  display: none;
  text-align: center;
}

.contact .map .state .imgcon p {
  line-height: 36px;
  color: #fff;
  margin-left: 6px;
  text-align: left;
}

.contact .map .state .imgcon img {
  width: 317px;
  height: 205px;
}

.contact .map .state span {
  position: absolute;
  display: block;
  color: rgba(17, 113, 179, 1);
}

.contact .map .dalian {
  right: 173px;
  top: 152px;
}

.contact .map .qinhuang {
  right: 194px;
  top: 141px;
}

.contact .map .tianjin {
  right: 198px;
  top: 154px;
}

.contact .map .qingdao {
  right: 170px;
  top: 165px;
}

.contact .map .shanghai {
  right: 164px;
  top: 201px;
      z-index: 10;
}

.contact .map .zhoushan {
  right: 157px;
  top: 210px;
}

.contact .map .ningbo {
  right: 161px;
  top: 221px;
}

.contact .map .guangzhou {
  right: 189px;
  top: 236px;
  z-index: 8;
}

.contact .map .korea {
  right: 135px;
  top: 176px;
}

.contact .map .singapore {
  right: 222px;
  top: 368px;
}

.contact .map .henan {
  right: 710px;
  top: 84px;
}

.contact .map .nantong {
  right: 167px;
  top: 191px;
}

.contact .map .xiamen {
  right: 170px;
  top: 238px;
}

.contact .map .shenzhen {
  right: 180px;
  top: 246px;
}

.contact .map .dalian span {
  right: -25px;
  top: -15px;
}

.contact .map .qinhuang span {
  width: 40px;
  right: 12px;
  top: -8px;
}

.contact .map .tianjin span {
  width: 30px;
  right: 9px;
  top: -3px;
}

.contact .map .qingdao span {
  right: 13px;
  top: 3px;
  width: 24px;
}

.contact .map .shanghai span {
  width: 30px;
  right: 8px;
  top: -3px;
}

.contact .map .zhoushan span {
  right: -26px;
  top: 1px;
}

.contact .map .ningbo span {
  right: 14px;
  top: -3px;
  width: 24px;
}

.contact .map .guangzhou span {
  right: -11px;
  top: -3px;
  width: 50px;
  z-index: -1;
}

.contact .map .korea span {
  right: -29px;
  top: 5px;
}

.contact .map .singapore span {
  right: -40px;
  top: 5px;
}

.contact .map .henan span {
  right: -28px;
  top: 5px;
}

.contact .map .nantong span {
  right: -28px;
  top: -3px;
}

.contact .map .xiamen span {
  right: -29px;
  top: 5px;
}

.contact .map .shenzhen span {
  width: 24px;
  right: 15px;
  top: 1px;
}

.contact .textcont {
  margin-top: -251px;
  margin-bottom: 60px;
  position: relative;
  z-index: 333;
}

.contact .con_box {
  display: none;
}

.contact .con_box h3 {
  font: bold 18px 'Arial';
  color: #202020;
  margin-bottom: 20px;
}

.contact .con_box table {
  width: 100%;
  border-top: 1px solid #e7e7e7;
}

.contact .con_box table td {
  height: 30px;
  color: #999;
  padding-left: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.contact .con_box table .td1 {
  color: #555;
  padding-left: 42px;
  background: #fafafa;
  width: 110px;
}

.contact .con_box table td a {
  text-decoration: underline;
  color: #173c87;
}

.contact .table_box {
  margin-bottom: 20px;
}

.contact .table_box table {
  width: 100%;
}

.contact .table_box th {
  color: #555;
  line-height: 20px;
  padding: 5px 0;
  background: #eaedf1;
  padding-left: 58px;
  text-align: left;
}

.contact .table_box .th1 {
  width: 427px;
  border-right: 1px solid #e7e7e7;
}

.contact .table_box .th2 {
  width: 226px;
}

.contact .table_box td {
  padding: 5px 0;
  line-height: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 58px;
}

.contact .table_box .th5 {
  position: relative;
}

.contact .table_box .th5 a {
  width: 13px;
  height: 13px;
  background: url(../image/more.png) no-repeat center;
  position: absolute;
  left: 20px;
  top: 9px;
}

.contact .table_box .th5 a.cur {
  background: url(../image/more2.png) no-repeat center;
}

.contact .table_box .movebox {
  display: none;
}

.join {
  padding-bottom: 80px;
}

.join .topbox {
  background: url(../image/topbg.png) no-repeat;
  height: 187px;
  border-bottom: 1px solid #202020;
  margin-top: -50px;
}

.join table {
  width: 100%;
}

.join th {
  height: 30px;
  background: #eaedf1;
  color: #555;
  text-align: left;
}

.join td {
  height: 30px;
  color: #999;
  border-bottom: 1px solid #e7e7e7;
}

.join td a {
  width: 82px;
  height: 20px;
  display: block;
  text-align: center;
  background: #f0f0f0;
  color: #999;
  line-height: 20px;
  border-radius: 5px;
}

.join td a:hover {
  background: #173c87;
  color: #fff;
}

.join .td1 {
  padding-left: 28px;
  width: 333px;
  background: #fafafa;
}

.join .td2 {
  width: 192px;
  padding-left: 100px;
}

.join .th1 {
  padding-left: 28px;
}

.join .th2 {
  padding-left: 100px;
}

.join .th3 {
  padding-left: 18px;
}

.join_detail {
  padding-bottom: 80px;
}

.join_detail .topbox {
  background: url(../image/topbg2.png) no-repeat right center;
  height: 187px;
  border-bottom: 1px solid #202020;
  margin-top: -50px;
}

.join_detail .topbox h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #202020;
  padding-top: 55px;
  font-family: 'Microsoft YaHei';
}

.join_detail .topbox p {
  color: #555;
}

.join_detail .topbox .position {
  padding-top: 56px;
}

.join_detail .topbox .position span {
  display: block;
  font-weight: bold;
  line-height: 26px;
}

.join_detail .topbox .position span em {
  font-size: 14px;
  color: #202020;
}

.join_detail .topbox .btn {
  margin-top: 26px;
}

.join_detail .topbox .btn a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 114px;
  height: 30px;
  line-height: 30px;
  background: #62615f;
}

.join_detail .topbox .btn a:first-child {
  background: #173c87;
  margin-right: 12px;
}

.join_detail .textbox p {
  background: url(../image/libg1.png) no-repeat 12px center;
  padding-left: 30px;
  line-height: 22px;
}

.join_detail .textbox p.spec {
  background: url(../image/pbg.png) no-repeat left 16px;
  padding-left: 10px;
  font-size: 14px;
  color: #202020;
  margin-bottom: 15px;
  padding-top: 10px;
}

.join_detail .back {
  text-align: center;
  padding-top: 20px;
}

.join_detail .back a {
  font-size: 14px;
  color: #fff;
  width: 113px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #173c87;
  display: inline-block;
}

.join_detail .back a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.feed {
  padding-bottom: 80px;
}

.feed .chick input {
  display: none;
}

.feed .chick label {
  color: #555;
  padding: 7px 0 4px 24px;
  background: url(../image/chos2.png) no-repeat left center;
  margin-right: 18px;
}

.feed .chick label.cur {
  background: url(../image/chos.png) no-repeat left center;
}

.feed .chick span {
  color: #202020;
  margin-right: 20px;
}

.feed table {
  float: left;
  width: 406px;
}

.feed table td {
  padding-bottom: 10px;
}

.feed table td input {
  border: 1px solid #dcdcdc;
  width: 304px;
  padding: 6px 10px;
  color: #555;
}

.feed table .td1 {
  color: #202020;
  width: 80px;
}

.feed table td textarea {
  height: 148px;
  border: 1px solid #dcdcdc;
  width: 304px;
  padding: 10px;
  resize: none;
}

.feed .rightbox {
  width: 336px;
}

.feed .rightbox p {
  padding-left: 18px;
  background: url(../image/ppbg.png) no-repeat left 5px;
  color: #555;
  line-height: 22px;
  margin-bottom: 8px;
}

.feed .rightbox a {
  margin-left: 18px;
  width: 318px;
  display: block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #555;
  background: #f0f0f0;
  margin-bottom: 20px;
}

.feed .rightbox a:hover {
  background: #173c87;
  color: #fff;
}

.feed .rightbox input {
  width: 100px;
  height: 34px;
  color: #fff;
  background: #173c87;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

/*����*/

.korea h1 {
  padding: 20px 0 8px;
  border-bottom: 1px solid #e9e9e9;
}

.korea .korea1 {
  margin: 28px 0 55px;
}

.korea .korea1>img {
  display: block;
  float: left;
  width: 420px;
  height: 236px;
  object-fit: cover;
cursor: pointer;
}

.korea .korea1>div {
  float: right;
  width: 535px;
  height: 236px;
  position: relative;
}

.korea .korea1>div div {
  position: absolute;
  bottom: 0;
  right: 0;
}

.korea .korea1>div div p {
  color: #555;
  line-height: 23px;
  padding-top: 10px;
}

.korea .korea2 {
  width: 100%;
}

.korea .korea2 li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 45px;
  font-size: 14px;
  color: #555;
}

.korea .korea2 li:nth-last-child(1),
.korea .korea2 li:nth-last-child(2),
.korea .korea2 li:nth-last-child(3) {
  width: 33.3%;
}

.korea .korea2 li a {
  display: block;
  padding: 8px 0 6px;
  color: #555;
}

.korea .korea3 {
  padding-bottom: 35px;
}

.korea .korea3 p {
  color: #555;
  padding-bottom: 10px;
  line-height: 22px;
}

.korea .korea4 {
  padding-bottom: 100px;
}

.korea .korea4>div {
  width: 468px;
  float: left;
}

.korea .korea4>div em {
  display: block;
  color: #202020;
  font-size: 14px;
  font-weight: bold;
}

.korea .korea4>div p {
  color: #555;
  line-height: 22px;
  padding-top: 13px;
}

.korea .korea4>div p span {
  color: #202020;
  font-weight: bold;
}

.korea .korea4>div.bx-wrapper {
  float: right;
  width: 420px;
  height: 236px;
}

.korea .korea4>ul {
  width: 420px;
  height: 236px;
  float: right;
}

.korea .korea4>ul li {
  width: 100%;
  height: 100%;
}

.korea .korea4>ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

/*�ֹ�˾��Ϣ*/

.branch .city {
  margin: 20px 0 46px;
}

.branch .city li {
  cursor: pointer;
  float: left;
  font-size: 14px;
  color: #202020;
  height: 30px;
  line-height: 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.branch .city li span {
  display: block;
  padding: 0 19px;
  line-height: 14px;
  height: 14px;
  margin-top: 8px;
  border-left: 1px solid #e1e1e1;
}

.branch .city li:first-child span {
  border-left: 1px solid #fff;
  ;
}

.branch .city li.active {
  background: #173c87;
  color: #fff;
}

.branch .city li.active span {
  border-left: 1px solid #173c87;
}

/*��Ƹ�б�*/

.join-search {
  margin-bottom: 20px;
}

.join-search .selectbox {
  float: left;
  width: 170px;
  color: #555;
  position: relative;
  margin-left: 10px;
}

.join-search .selectbox:first-child {
  margin-left: 0;
}

.join-search .selectbox a {
  color: #555;
}

.join-search .selectbox .title {
  display: block;
  height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #bbb;
  line-height: 30px;
  background: #f7f7f7 url(../image/arrow1.png) no-repeat 154px center;
  color: #555;
  padding: 0 20px 0 8px;
}

.join-search .selectbox ul {
  display: none;
  background: #fff;
  border: 1px solid #bbb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 999;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  border-top: 0;
  padding: 5px 0;
}

.join-search .selectbox ul a {
  display: block;
  padding: 0 8px;
  line-height: 25px;
}

.join-search .search-box {
  float: right;
  position: relative;
  width: 410px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 50px 0 12px;
  color: #555;
}

.join-search .search-box input {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #555;
  border: 0;
  background: none;
}

.join-search .search-box .submit-btn {
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  height: 30px;
  width: 40px;
  background: #62615f url(../image/search.png) no-repeat center;
}

/*��д��Ϣ����*/

.popbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 99;
  display: none;
}

.popbox .box {
  background: #fff;
  width: 616px;
  height: 320px;
  left: 50%;
  top: 50%;
  margin-left: -308px;
  margin-top: -160px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  overflow: hidden;
}

.popbox .box .title {
  text-align: center;
  color: #fff;
  background: #173c87;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  position: relative;
}

.popbox .box .close {
  cursor: pointer;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  display: block;
  position: absolute;
}

.popbox .box .title .close {
  right: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.popbox .box .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.popbox .box .infobox {
  width: 502px;
  margin: auto;
  padding-top: 38px;
}

.popbox .box .infobox li {
  padding-bottom: 15px;
  width: 100%;
}

.popbox .box .infobox li div {
  float: left;
}

.popbox .box .infobox li:last-child div {
  width: 100%;
}

.popbox .box .infobox li div:nth-child(2) {
  float: right;
}

.popbox .box .infobox li div em {
  display: block;
  float: left;
  line-height: 30px;
  color: #555;
  position: relative;
  margin-right: 10px;
}

.popbox .box .infobox li div em i {
  position: absolute;
  display: block;
  position: absolute;
  left: -8px;
  color: #ff0000;
  top: 0;
}

.popbox .box .infobox li div em .distance1 {
  display: inline-block;
  width: 24px;
}

.popbox .box .infobox li div input,
.popbox .box .infobox li div .input-file {
  display: block;
  float: left;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d6d6d6;
  background: #f7f7f7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.popbox .box .infobox li div input.width200 {
  width: 200px;
}

.popbox .box .infobox li div input.width150 {
  width: 150px;
}

.popbox .box .infobox li div input.width334 {
  width: 334px;
}

.popbox .box .infobox li div .input-file {
  position: relative;
  width: 334px;
}

.popbox .box .infobox li div .input-file input {
  border: 0;
  background: none;
  width: 100%;
}

.popbox .box .infobox li div .input-file input[type='file'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.popbox .box .infobox li div .file-btn {
  display: block;
  float: right;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #173c87;
}

.popbox .box .infobox .submit {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #f7f7f7;
  padding: 20px 0;
}

.popbox .box .infobox .submit a {
  display: block;
  text-align: center;
  color: #fff;
  background: #173c87;
  font-size: 14px;
  width: 135px;
  height: 35px;
  line-height: 35px;
  margin: auto;
}

.popbox.success .box .close {
  top: 16px;
  right: 16px;
}

.popbox.success .box .main-logo {
  display: block;
  margin: auto;
  padding-top: 82px;
}

.popbox.success .box em {
  display: block;
  text-align: center;
  padding: 10px 0 60px;
  color: #202020;
  font-size: 18px;
}

.popbox .box .back-btn {
  display: block;
  margin: auto;
  color: #fff;
  text-align: center;
  background: #173c87;
  width: 135px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.korea1 .mask-video {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,.8);
}

.korea1 .mask-video .video {
    position: relative;
    top: 50%;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    margin-top: calc(0% - 200px)
}

.korea1 .mask-video .video video {
    width: 100% !important;
    height: 100% !important;
}

.korea1 .mask-video .close {
    width: 33px;
    height: 33px;
    background: url(../image/close.png) no-repeat;
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
}


/*2020年4月8*/
.history .year-list ul li{width: 47px}
.contact .map .shanghai{z-index: 6}