@charset "utf-8";
body {
   font-family:'Helvetica','Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
   font-size:14px;
   width:100%;
   height:100%;
   /* color:#666; */
   color: #232323;
   -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
*{
   margin:0;
   padding:0;
}
li {
   list-style:none;
}
em,span,i{
  display: inline-block;
}
a {
   text-decoration:none;
   color: inherit;
   display: block;
   transition:all 0.3s;
}
.simple-article ul li,
ol li{
    list-style: inside;
}
button{
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
  display: block;
}
input,
select,
textarea {
   border:none;
   outline:none;
   background:none;
   font-family:'微软雅黑';
   padding: 0;
   font-size: 14px;
}
textarea {
   resize:none;
   overflow: hidden;
   -webkit-appearance: none;
}
img {
   border:none;
   vertical-align: top;
}
table {
   border:0;
   border-collapse: collapse;
}
em,
i {
   font-style:normal;
}
.fr {
   float:right;
}
.fl {
   float:left;
}
.clear {
   zoom:1;
}
.clear:after {
   content:"";
   display:block;
   clear:both;
}
.contain{
  width: 1560px;
  margin: 0 auto;
}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}
img{max-width: 100%;height: auto;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
.p_transition {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}
.small_nav_btn {
  position: absolute;
  top: 10px;
  right: 3%;
  height: 30px;
  z-index: 8;
  display: none;
  width: 30px;
  height: 30px;
  background: url(../images/m_menu1.png) no-repeat center;
}
.small_nav_btn.active {
  background: url(../images/m_menu2.png) no-repeat center;
}
.small_nav .wapper .btn i {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  background: url(../images/h_content_dot.png) no-repeat center;
  background-size: 13px;
}
.small_nav .wapper .btn.active>i {
  -webkit-transform: rotate(180deg);
  transform: rorate(180deg);
  border-left: 0;
  border-right: 1px solid #e5e5e5;
}
.small_nav .show a {
  line-height: 50px;
}
.small_nav .show .btn{
  padding-left: 20px;
  position: relative;
}
.small_nav .wapper {
  position: relative;
}
.small_nav {
  position: absolute;
  width: 100%;
  top: 102px;
  left: 0;
  text-align: center;
  background: #387ccd;
  z-index: 7;
  display: none;
  overflow: auto;
}
.small_nav a {
  font-size: 13px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 50px;
  text-align: left;
  text-indent: 15px;
  position: relative;
}
.small_nav .show {
  background: #0067ad;
  display: none;
}
.map img{
    max-width: inherit;
}
/*自适应图片*/
.autoimg{
  position: relative;
  /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
  overflow: hidden;
}
.autoimg:after{
  content: '';
  /*padding-top: 61.76%;*/
}
.autoimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}
.owl-stage{
  transition: 0.75s all !important;
}
input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
   color: #999;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  display: none !important
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: inherit !important;
}
.swiper-pagination{
  z-index: 2 !important;
}
/* 分页1 */
.paging {
  clear: both;
  text-align: center;
  padding: 40px 0 60px;
}
.paging li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.paging li.style {
  height: 48px;
  width: 48px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s;
}
.paging li.style a {
  color: #333;
  display: block;
  border: 1px solid #e1e4f3;
  box-sizing: border-box;
  border-radius: 3px;
}
.paging li.active a,
.paging li.style a:hover {
  background-color: #387ccd;
  color: #fff;
  border-color: #387ccd;
}
.paging li.prev a {
  height: 100%;
  background-position: center center;
  background-size: 45% 45%;
  background-repeat: no-repeat;
}
.paging li.next a {
  height: 100%;
  background-position: center center;
  background-size: 45% 45%;
  background-repeat: no-repeat;
}
.paging li.prev a{
  height: 100%;
  background: url(../images/paging_1.png) no-repeat center;
}
.paging li.prev:hover a{
  background: url(../images/paging_11.png) no-repeat center #2972ec;
}
.paging li.next a{
  height: 100%;
  background: url(../images/paging_2.png) no-repeat center;
}
.paging li.next:hover a{
  background: url(../images/paging_22.png) no-repeat center #2972ec;
}
.bg_white{
  background: #fff;
}
.rela{
  position: relative;
}
.scrollBar::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
background-color:#f8f8f8;
}
.scrollBar::-webkit-scrollbar {/*//滚动条的宽度*/
width:9px;
height:9px;
}
.scrollBar::-webkit-scrollbar-thumb {/*//滚动条的设置*/
background-color:#dddddd;
background-clip:padding-box;
min-height:28px;
}
.scrollBar::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}
.header .logo{
  float: left;
  height: 100px;
  display: flex;
  margin-right: 80px;
  overflow: hidden;
  align-items: center;
  justify-content:center;
}
.header .logo img{
  max-height: 100%;
}
.header .nav{
  /* margin-right: 30px; */
}
.header .nav>.nav-item{
  float: left;
  position: relative;
  padding: 0 35px;
}
.header .nav>.nav-item>a{
  font-size: 16px;
  text-align: center;
  line-height: 100px;
  position: relative;
}
.header .nav>.nav-item>a:before{
  content: "";
  width: 22px;
  height: 2px;
  background: #387ccd;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  margin-left: -11px;
}
.header .nav>.nav-item.active>a,
.header .nav>.nav-item>a:hover{
  color: #333;
  font-weight: bold;
}
.header .nav>.nav-item>a:hover:before,
.header .nav>.nav-item.active>a:before{
  opacity: 1;
  visibility: visible;
}
.header .nav>.nav-item .show{
  position: absolute;
  border-radius: 8px;
  top: 88px;
  z-index: 2;
  opacity: 0;
  transform: translate(0,-20px);
  visibility: hidden;
  transition: 0.15s all;
  width: 200px;
  text-align: center;
  left: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-left: -100px;
  background: rgba(255,255,255,0.8)
}
.header .nav>.nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
}
.header .nav>.nav-item .show .nav-item{
  position: relative;
}
.header .nav>.nav-item .show .nav-item>a{
  line-height: 46px;
  text-align: left;
  position: relative;
  font-size: 16px;
  text-indent: 20px;
  color: #333;
}
.header .nav>.nav-item .show .show .nav-item>a{
  line-height: 40px;
}
.header .nav>.nav-item .show .nav-item:hover>a{
  background: #387ccd;
  color: #fff;
}
.header .nav>.nav-item .show .show>.nav-item:first-child a{
  border-radius: 8px 8px 0 0
}
.header .nav>.nav-item .show .show>.nav-item:last-child a{
  border-radius:  0 0 8px 8px;
}
.header .nav>.nav-item .show .show a{
  background: rgba(255,255,255,0.8);
}
.header .nav>.nav-item .show .show a:hover{
  background: rgba(255,255,255,0.8);
  color: #b41f2a;
}
.header .nav>.nav-item .show .show a:after{
  display: none;
}
.header .nav>.nav-item .show .nav-item:hover>a:after{
  opacity: 1;
}
.header .nav>.nav-item .show .show{
  position: absolute;
  left: 100%;
  padding-left: 10px;
  width: max-content;
  min-width: 140px;
    transform: translate(0,0);
  opacity: 0;
  margin-left: 0;
  visibility: hidden;
  background: none;
  transition: 0.3s all;
  top: 0;
}
.header .nav>.nav-item .show .nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
}
.header .search{
  float: left;
  border: 1px solid #eae9e9;
  border-radius: 40px;
  margin-top: 29px;
  margin-right: 20px;
}
.header .search input{
  width: 194px;
  float: left;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  text-indent: 15px;
}
.header .search button{
  float: right;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  background: #387ccd url(../images/search1.png) no-repeat center;
}
.header .contain{
  position: relative;
}
.header .lang{
  width: 100px;
  float: left;
  position: relative;
}
.header .lang .btn{
  line-height: 100px;
  text-align: center;
  color: #333;
}
.header .lang .btn span{
  padding-right: 20px;
  background: url(../images/lang.png) no-repeat right;
}
.header .lang .btn em{
  padding-left: 28px;
  background: url(../images/lang1.png) no-repeat left;
}
.header .lang .show{
  position: absolute;
  top: 88px;
  z-index: 2;
  display: none;
  background: #fff;
  width: 100%;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
}
.header .lang .show a{
  color: #333;
}
.header .lang .show a:hover{
  color: #b41f2a;
}
.m90{
  margin-bottom: 90px;
}
.m50{
  margin-bottom: 50px;
}
.footer{
  background: #0b0b0b;
}
.footer .top{
  padding: 60px 0;
}
.footer .top .left .share{
  margin-top: 30px;
}
.footer .top .left .share a{
  float: left;
  position: relative;
  margin-right: 12px;
}
.footer .top .left .share a .img{
  position: absolute;
  background: #fff;
  padding: 10px;
  width: 120px;
  max-width: inherit;
  left: 50%;
  margin-left: -65px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
}
.footer .top .left .share a:hover .img{
  opacity: 1;
  visibility: visible;
}
.footer .top .nav{
  float: left;
  margin-left: 100px;
}
.footer .top .nav li{
  float: left;
  color: #fff;
  margin-right: 40px;
}
.footer .top .nav li .p1{
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer .top .nav li .p2,
.footer .top .nav li a{
  color: #ccc;
  line-height: 36px;
}
.footer .top .nav li a:hover{
  color: #fff;
}
/* .footer .top .nav li a:nth-of-type(3n){
  margin-right: 0;
} */
.footer .top .nav li:last-child{
  margin-left: 100px;
}
.footer .top .code{
  width: 226px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: space-evenly;

}
.footer .top .code p{
  margin-top: 10px;
}
.footer .end{
  line-height: 24px;
  padding: 20px 0;
  color: #ccc;
  border-top: 1px solid #404040;
  text-align: center;
}
.footer .end a{
  display: inline-block;
}
.footer .end a:hover{
  color: #fff;
}
.bread{
  padding: 30px 0;
}
.header{
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.bread > div{
  padding-left: 30px;
  background: url(../images/bread.png) no-repeat left 6px;
}
.bread{
  line-height: 30px;
}
.bread .bread-show > li{ display: inline-block; position: relative;}
.bread li ul{
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  background-color: #fff;
  z-index: 999;
  padding: 0 10px;
  box-shadow: 3px 3px 3px 0px #ddd;
}
.bread li ul li{white-space:nowrap;}
.bread li ul li a{
  font-weight: normal !important;
  display: block;
  float: none;
  clear: both;
}
.bread a{
  font-size: 14px;
  float: left;
}
.bread span{
  margin: 0 10px;
  float: left;
  color: #999;
}
.bread li:last-child a{
  font-weight: bold;
}
.fb{
  font-weight: bold;
}
.more_btn:hover,
.bread a:hover{
  color: #387ccd;
}
.more_btn{
  padding-right: 28px;
  display: inline-block;
  background: url(../images/slide_btn3.png) no-repeat right;
}

a h2, a h3{font-size: inherit;  font-weight: inherit;  margin: 0;}