body {
  color: #333;
  font-size: 14px;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  overflow-x: hidden;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
}
ol,
ul,
li {
  list-style: none;
}

input {
  border: 0;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  overflow-y: scroll;
}
p {
  word-wrap: break-word;
}
a {
  blr: expression(this.onFocus=this.blur());
}
a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.picfocus {
  overflow: hidden;
}
.picfocus img {
  width: 100%;
  -webkit-transition: 0.36s ease;
  -moz-transition: 0.36s ease;
  -o-transition: 0.36s ease;
  -ms-transition: 0.36s ease;
}
a:hover .picfocus img,
.picfocus:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
* {
  outline: none;
}
div {
  border: none;
}
.btn {
  margin: 30px 0 0;
}
.btn a {
  width: 150px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 14px;
  padding: 0 0 0 16px;
  text-align: left;
  box-sizing: border-box;
  display: block;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn a:hover {
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.pic {
  overflow: hidden;
}
.pic img,
a.pic img {
  transition: 0.3s all;
  max-width: 100%;
}
a:hover .pic img,
a:hover.pic img {
  transform: scale(1.1, 1.1);
}
img {
  vertical-align: top;
}
.more {
  text-align: center;
  float: left;
  width: 100%;
}
.more a {
  position: relative;
  display: inline-block;
  color: #83cac7;
  padding: 0 26px;
  height: 36px;
  line-height: 32px;
  border-radius: 36px;
  border: 2px solid #83cac7;
  box-sizing: border-box;
}
.more a:hover {
  color: #fff;
  background: #eeb829;
  border-color: #eeb829;
}
img {
  max-width: 100%;
}

/*reset bootsrtap*/
.container {
  padding: 0 10px;
}
.row {
  margin: 0 -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1300px;
    padding: 0;
  }
}

dt {
  font-weight: normal;
}
.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*tit*/
.common_tit {
  text-align: center;
}
.common_tit h2.tit {
  font-size: 40px;
  padding: 0 75px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.175;
  color: #161616;
  border-left: 3px solid #f2432a;
  border-right: 3px solid #f2432a;
}
.common_tit .tit_en {
  font-size: 22px;
  color: #9ea7ad;
  letter-spacing: 1px;
  font-family: arial;
  font-weight: lighter;
  line-height: 1;
}
.common_tit .tit_desc {
  color: #999;
  font-size: 16px;
  line-height: 32px;
}
.common_tit2 h2.tit,
.common_tit2 h3.tit {
  font-size: 38px;
  line-height: 1.6;
  font-weight: bold;
}
.common_tit2 h2.tit:after,
.common_tit2 h3.tit:after {
  content: "";
  width: 83px;
  height: 6px;
  display: block;
  background: #02648f;
}
.common_tit2 .tit_desc {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 15px;
}

.common_tit3 {
  text-align: center;
}
.common_tit3 h2.tit,
.common_tit3 h3.tit {
  font-size: 34px;
  color: #000;
  padding: 30px 0;
  margin: 0 0 10px;
}
.common_tit3 .tit_en {
  font-size: 20px;
  color: #a7aaa9;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: arial;
  font-weight: lighter;
  line-height: 1;
}
.common_tit3 h2.tit:before,
.common_tit3 h3.tit:before,
.common_tit3 h2.tit:after,
.common_tit3 h3.tit:after {
  content: "";
  width: 4px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: #f2432a;
}
.common_tit3 h2.tit:before,
.common_tit3 h3.tit:before {
  margin-right: 10rem;
}
.common_tit3 h2.tit:after,
.common_tit3 h3.tit:after {
  margin-left: 10rem;
}

@media (max-width: 1199px) {
  .common_tit h2.tit {
    font-size: 28px;
    line-height: 42px;
    padding: 0 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .common_tit h2.tit {
    font-size: 24px;
    line-height: 36px;
    padding: 0 40px;
    margin-bottom: 10px;
  }
  .common_tit .tit_desc {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .common_tit .tit_en {
    font-size: 14px;
  }
  .common_tit h2.tit {
    font-size: 20px;
    line-height: 30px;
  }
  .common_tit2 h2.tit,
  .common_tit2 h3.tit {
    font-size: 20px;
  }
  .common_tit2 .tit_desc {
    font-size: 16px;
  }

  .common_tit3 h2.tit,
  .common_tit3 h3.tit {
    font-size: 20px;
    padding: 0;
  }

  .common_tit2 h2.tit:after,
  .common_tit2 h3.tit:after {
    height: 3px;
  }

  .common_tit3 .tit_en {
    font-size: 14px;
  }
}

/*swiper*/
.swiper_box {
  position: relative;
}
.swiper_box .swiper-button-next {
  right: -76px;
}
.swiper_box .swiper-button-prev {
  left: -76px;
}
.swiper_box .swiper-button-next,
.swiper_box .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: -28px;
  background-size: 19px 34px;
  background-color: #83cac7;
}
.swiper_box .swiper-button-next.swiper-button-disabled,
.swiper_box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #959595;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper_box .swiper-pagination-box {
  width: 100%;
  padding: 10px 0;
  height: 30px;
}
.swiper_box .swiper-pagination {
  display: none;
  width: 100%;
  height: 10px;
}
.swiper_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  vertical-align: top;
  background: none;
  opacity: 1;
  border: 1px solid #acacac;
  box-sizing: border-box;
  margin: 0 2px;
}
.swiper_box .swiper-pagination-bullet-active {
  background: #83cac7;
  border-color: #83cac7;
}

@media (max-width: 1199px) {
  .swiper-btn-box {
    display: none;
  }
  .swiper_box .swiper-pagination {
    display: block;
  }
}

.table-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/*header*/
/* .header .navbar-header {width: 100%;padding: 36px 0;}
.header .navbar-brand{padding: 0; height: auto;}
.header .logo-brand{float: left; margin: 0 0 0 22px;}
.header .navbar{padding: 0; margin-bottom: 12px;  min-height:34px;}

.navbar-toggle {border-color: #ddd; margin-right: 0;}
.navbar-toggle .icon-bar { background-color: #888;}
.header .dropdown-menu{width: 100%; padding: 10px 0; background: #fff; border: none; box-shadow: none; border-radius: 0; margin-top: 0!important;}
.header .dropdown-menu li{float: left;width: 100%;}
.header .nav_ul .dropdown-menu li a{font-size: 16px; line-height: 2.4;}
.dropdown-menu>li>a{line-height: 44px; padding: 0; min-width: 100px; text-align: center;}
.dropdown-menu>li:hover{background: #00aacd;}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
		background: #00aacd!important;
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover{background:none; color: #fff;}
@media (min-width: 768px){
	.header .nav{display: flex; width: 100%;}
	.header .nav>li{flex: 1;}
	.header .nav>li>a{width: 116px; display: block; margin: 0 auto; border-radius: 34px; font-size: 16px; line-height: 1; padding: 9px 15px; text-align: center;}
	.header .nav>li>a:hover,
	.header .nav>li.active>a{background: #83cac7; color: #fff;}
} */

.tel-box {
  float: right;
  margin: 7px 0 0 23px;
  font-size: 26px;
  font-weight: bold;
  color: #83cac7;
  line-height: 34px;
  font-family: arial;
  padding-left: 37px;
  background: url(../images/icon_tel.png) no-repeat left 6px;
}
.sear-box {
  float: right;
  width: 223px;
  margin: 7px 0 0 23px;
}
.sear-box .btn {
  width: 34px;
  height: 34px;
  margin: 0 0 0 10px;
  background: url(../images/icon_sear.png) no-repeat center center;
  border: none;
  text-indent: -1000em;
}

/*footer*/
.footer {
  background: #fff;
  color: #fff;
  overflow: hidden;
}
.footer a {
  color: #fff;
}
.footer .ft-top {
  background: #3f4041;
  overflow: hidden;
  margin-bottom: 10px;
}
.ft-top dl {
  float: left;
  display: inline-block;
  padding: 55px 70px 0 0;
}
.ft-top dt {
  font-size: 22px;
  margin-bottom: 24px;
}
.ft-top dd {
  padding-left: 36px;
  font-size: 16px;
  line-height: 2;
  background: url(../images/footer-nav-jiantou.png) no-repeat 4px 12px;
}
.ft-top .hzhb {
  width: 400px;
  float: right;
}
.ft-top .hzhb dd {
  background: none;
  padding: 0;
}
.ft-top .hzhb dd a {
  font-size: 13px;
  float: left;
  line-height: 42px;
  padding: 0 18px;
  background: #fff;
  color: #333;
  margin: 2px;
}
.ft-top .statement {
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  margin: 35px 0 22px;
}
.footer .copy {
  background: #00aacd;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
}
.footer .copy span {
  margin: 0 0 0 40px;
}

@media (max-width: 767px) {
  .ft-top .hzhb {
    float: left;
  }
  .footer .copy {
    font-size: 12px;
    line-height: 1.8;
    padding: 5px 15px;
  }
  .footer .copy span {
    width: 100%;
    display: block;
    margin: 0;
  }
}

/*foot_mesg*/
.foot_mesg {
  background: #00aacd;
  padding: 28px 0;
  overflow: hidden;
}
.foot_mesg .tit {
  float: left;
  width: 40%;
  line-height: 32px;
  padding: 0 0 0 85px;
  color: #fff;
  background: url(../images/icon_foot_mesg.png) no-repeat 5px 8px;
}
.foot_mesg .tit .p1 {
  font-size: 22px;
}
.foot_mesg .tit .p2 {
  font-size: 18px;
}
.foot_mesg .form {
  float: right;
  width: 42%;
  padding: 8px 0;
}
.foot_mesg .inpt {
  background: #fff;
  width: 70%;
  float: left;
  border: none;
  line-height: 24px;
  padding: 10px;
}
.foot_mesg .tijiao {
  float: left;
  width: 30%;
  background: #0383ab;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .foot_mesg {
    display: none;
  }
}

/*head*/
.header {
  position: relative;
  z-index: 100;
}
.head_top {
  background: #ececec;
  padding: 28px 0;
}
.head_top .logo {
  float: left;
  display: inline-block;
}
.head_top .info {
  float: left;
  height: 40px;
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
  border-left: 1px solid #767676;
  line-height: 1;
}
.head_top .info .p1 {
  font-size: 20px;
  color: #585656;
}
.head_top .info .p2 {
  font-size: 16px;
  color: #999797;
  margin-top: 4px;
}
.head_top .tel {
  float: right;
  display: inline-block;
}
.head_top .tel em {
  float: left;
  font-size: 18px;
  line-height: 20px;
  color: #5d5d5e;
  vertical-align: top;
}
.head_top .tel span {
  float: left;
  margin: 0 0 0 8px;
  font-size: 42px;
  color: #0094be;
  font-family: impact;
  vertical-align: top;
  line-height: 1;
}
/* .header .nav{background: #00aacd;box-shadow: 0 -3px 10px rgba(27,27,27,0.5);}
.header .nav_ul{float: left; display: inline-block;}
.header .nav_ul li{float: left; }
.header .nav_ul li a{padding: 0 13px; line-height: 66px; font-size: 22px; display: block;    -webkit-transition: 0.36s ease;
    -moz-transition: 0.36s ease;
    -o-transition: 0.36s ease;
    -ms-transition: 0.36s ease;}
.header .nav_ul li a:hover{color: #fff;} */

.navbar-my {
  background: #00aacd;
  box-shadow: 0 -3px 10px rgba(27, 27, 27, 0.5);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-my .navbar-collapse {
  padding: 0;
}
.navbar-my .navbar-nav > li > a {
  font-size: 22px;
  color: #333;
  padding: 23px 13px;
}
.navbar-my .navbar-nav > li:hover,
.navbar-my .navbar-nav > li > a:hover {
  background: none !important;
}
.navbar-my .navbar-nav > .open > a,
.navbar-my .navbar-nav > .open > a:focus,
.navbar-my .navbar-nav > .open > a:hover {
  color: #fff;
  background: none;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
}
.dropdown-menu > li {
  border-bottom: 1px solid #929190;
}
.dropdown-menu > li:last-child {
  border: none;
}
.dropdown-menu > li > a {
  font-size: 22px;
  padding: 15px 50px 15px 26px;
  color: #626262;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #0097ad;
  border: none;
  color: #fff;
}

.dropdown-submenu .dropdown-menu {
  margin: 0;
}
.dropdown-submenu .dropdown-menu > li {
  border-color: #fff;
}
.dropdown-submenu .dropdown-menu > li > a {
  padding: 15px 26px;
}
.dropdown-submenu .dropdown-menu > li > a:hover {
  background: #0097ad;
  color: #fff;
}
.navbar-my .navbar-nav > li > a:hover,
.dropdown-menu > li > a:hover {
  background: #0097ad;
  color: #fff;
}
.dropdown-menu > li:hover {
  border-color: #fff;
}
@media (min-width: 768px) {
  .dropdown-submenu > a:after {
    margin-top: 11px;
  }
}

/*search*/
.search-box {
  float: right;
  position: relative;
  z-index: 1;
  width: 274px;
  height: 40px;
  margin: 13px 0;
}
.mod_select {
  position: absolute;
  right: 40px;
  top: 0;
  width: 70px;
}
.mod_select .select_box {
  position: relative;
  width: 70px;
  height: 40px;
}
.mod_select .select_box .select_txt {
  display: inline-block;
  width: 70px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.mod_select .select_box .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background: url(../images/search_ico.png) center no-repeat;
}
.mod_select .select_box .option {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 70px;
  background-color: #fff;
}
.mod_select .select_box .option li {
  font-size: 14px;
  padding: 0 0 0 5px;
  line-height: 2;
  cursor: pointer;
}
.search-box .import {
  width: 235px;
  height: 40px;
  padding: 0 75px 0 20px;
  border: none;
  outline: none;
}
.search-box .btn-search {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-indent: -1000em;
  color: #fff;
  background: #00aacd url(../images/icon_search.png) no-repeat center center;
  border: 0;
}

.header .nav-on {
  display: none;
  position: absolute;
  top: 0;
  width: 50px;
  height: 30px;
  margin-top: 10px;
  left: initial;
  right: 0;
  box-sizing: border-box;
}
.header .nav-on i {
  display: block;
  width: 28px;
  height: 5px;
  background: #00aacd;
  margin: 0 auto 5px;
}
.menu_shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  /* .container{width: 1200px;} */
  .navbar-my .navbar-nav > li > a,
  .dropdown-menu > li > a {
    font-size: 18px;
  }
  .dropdown-submenu > a:after {
    margin-top: 8px;
  }
  .ft-top dl {
    padding: 55px 50px 0 0;
  }
  .ft-top .hzhb {
    padding: 55px 0 0 0;
  }
}
@media (min-width: 768px) {
  .header .nav {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .head_top {
    position: absolute;
    z-index: 100;
    height: 50px;
    padding: 12px 10px;
  }
  .head_top .logo img {
    width: auto;
    height: 25px;
  }
  .navbar-my {
    background: #ececec;
  }
  .navbar-my .navbar-collapse {
    padding: 0 15px;
  }
  .navbar-my .navbar-nav > li > a,
  .dropdown-menu > li > a {
    font-size: 16px;
  }
  .navbar-my .navbar-nav > li > a {
    padding: 15px;
  }
  .navbar-my .navbar-nav > .open > a,
  .navbar-my .navbar-nav > .open > a:focus,
  .navbar-my .navbar-nav > .open > a:hover {
    color: #0097ad;
  }
  .dropdown-menu > li {
    border: none;
  }
  .navbar-my .navbar-nav > li > a:hover,
  .dropdown-menu > li > a:hover {
    color: #333;
  }
  .navbar-my .navbar-nav > .open > .dropdown-menu > li > a,
  .navbar-my .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-my .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #666;
  }
  .navbar-nav
    > .dropdown
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > a {
    color: #999;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 15px 15px 25px;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background: none;
  }
  .dropdown-submenu > a:after {
    margin-right: 20px;
  }
  .dropdown-submenu .dropdown-menu > li {
    border-bottom: none;
  }

  .navbar-default .navbar-toggle {
    border-color: #00aacd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #00aacd;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: none;
  }
}
