

* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: Arial;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}



input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}

.pcnone{
    display: none;
  }
.webnone{
    display: block;
  }
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*å…¼å®¹ IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.flex{
  display: flex;
  flex-flow: row wrap;
}

/*tå›¾ç‰‡æ ·å¼*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*æ–‡å­—è¶…å‡ºéšè—*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1200px;
  margin: 0px auto;
}


/*--------------------------------------------------------------
# å¤´éƒ¨Header
--------------------------------------------------------------*/


/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #033ea5;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #033ea5;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.head_top{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #222;
  color: #fff;
  font-size: 15px;
}

.head_top .wal{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.head_top ul{
  align-items: center;
}
.head_top ul li{
  line-height: 40px;
  margin-left: 20px;
}
.head_top ul li i{
  padding-right: 5px;
}
.head_top ul li a{
  display: inline-block;
  width: 35px;
  height: 22px;
  line-height: 22px;
  background: #cc1c19;
  text-align: center;
  color: #fff;
}
.head_top ul li a.en{
  background: #1B5D9A;
  margin-left: 10px;
}
.main-menu-wrapper-logo {
  position: relative;
}

.main-header-logo a .logo{
  height: 80px;
  padding: 10px 0;
}

.main-header {
  width: 100%;
  display: block;
  height: 100px;
 
}

.main-header.stricky-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
    background: #fff;
}

.mobile-nav-toggler{
  display: none;
}
.main-header .main-header-content{
  position: relative;
}
.main-header .main-header-content .wal{
  justify-content: space-between;
}

.main-header .main-header-content .main-header-right{
  display: flex;
  flex-flow: row wrap;
}


.main-header-right .main-menu-wrapper{
  width: 100%;
}

.main-header-right .main-menu-wrapper .main-menu-list{
  
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 100px;
  line-height: 100px;
}
.main-header-content .main-menu-list > li {
  
  text-align: center;
  position: relative;
}
.main-header-content .main-menu-list > li > a{
  font-size: 18px;
  font-weight: bold;
  padding: 0 33px;
  display: block;
}
.main-header-content .main-menu-list > li > .yiji{
  display: none;
  position: absolute;
  z-index: 99;
  width: 150%; 
}
.main-header-content .main-menu-list > li > .yiji > li{
  width: 100%;
  background: #f4f4f4;
  position: relative;
}
.main-header-content .main-menu-list > li > .yiji > li:hover {
  background: #033EA5;
}
.main-header-content .main-menu-list > li > .yiji > li:hover .li_item > a {
  color: #fff;
}
.main-header-content .main-menu-list > li > .yiji > li .li_item{
  height: 40px;
  line-height: 40px;
  text-indent: 1em;
}

.main-header-content .main-menu-list > li.on,.main-header-content .main-menu-list > li:hover {
  background: #efefef;
}
.main-header-content .main-menu-list > li.on > a,.main-header-content .main-menu-list > li:hover > a{
  color: #033EA5;
}
.main-header-content .main-menu-list > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #333;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .main-header-content .main-menu-list > li:hover >a:after ,
 .main-header-content .main-menu-list > li.on >a:after{
    width: 100%;
}
.main-header-content .main-menu-list > li > .yiji .erji{
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  width: 335px;
  background: #f9f9f9;
  font-size: 15px;
}
.main-header-content .main-menu-list > li > .yiji li,.main-header-content .main-menu-list > li > .yiji .erji li{
  border-bottom: 1px solid #dfdfdf;
}
.main-header-content .main-menu-list > li > .yiji .erji li a{
  padding: 10px 0;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.main-header-content .main-menu-list > li > .yiji .erji li:hover {
  background: #033EA5;
}
.main-header-content .main-menu-list > li > .yiji .erji li:hover > a{
  color: #fff;
}
.main-header-right .main-menu-wrapper .main-menu-list > li:hover .yiji{
 display: block;
}

.main-header-content .main-menu-list > li > .yiji li:hover .erji{
  display: block;
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 200ms ease-in, opacity 200ms linear, visibility 200ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .wal {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #033ea5;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



.mobile-nav-content .main-menu-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
  box-sizing: border-box;
}

.mobile-nav-content .main-menu-list .yiji,.mobile-nav-content .main-menu-list .erji {
  position: static;
  display: none;
  background: rgba(255,255,255,0.1);
}
.mobile-nav-content .main-menu-list .yiji > li{
  border:none;
  margin: 0;
  width: 100%;
}
.mobile-nav-content .main-menu-list .yiji > li .li_item{
  justify-content: space-between;
}
.mobile-nav-content .main-menu-list .yiji > li .li_item em{
  width: 35px;
  height: 35px;
  background: url(../images/navjt.png) no-repeat center;
}
.mobile-nav-content .main-menu-list .yiji > li a{
  height: auto;
  line-height: 35px;
  padding:0 10px;
  width: calc(100% - 35px);
}
.mobile-nav-content .main-menu-list .erji > li a{
  width: 100%;
  text-indent: 0.5em;
}
.mobile-nav-content .main-menu-list li a.expanded {
/*  color: rgba(255, 255, 255, .7);*/
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #033ea5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #033ea5;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-wal {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-wal .main-logo,
.mobile-nav-wal .topbar-buttons,
.mobile-nav-wal .main-menu-language,
.mobile-nav-wal .main-menu-login {
  display: none;
}



/*é¦–é¡µbannerå›¾ start*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}


#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #033ea5;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #033ea5;
  width: 40px;
  transition-delay: 0s;
} */

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #333;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #666;
  font-size: 26px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}


/*é¦–é¡µbannerå›¾ end*/
.main_title{
  margin-bottom: 20px;
  text-align: center;
}

.main_title b{
  font-size: 36px;
  color: #033EA5;
  line-height: 36px;
}

.main_title p{
  font-size: 15px;
  color: #aaa;
  line-height: 40px;
}

/* ç®€ä»‹ */
.about { padding: 60px 0;background: url(../images/combg.jpg) no-repeat center bottom;}
.about-txt {text-align: center;}
.about-txt b{ font-size: 36px; color: #033EA5;}
.about-txt p{ line-height: 32px; color: #666; font-size: 17px; margin:10px 0;}
.index_more { margin:30px auto; text-align: center; height: 40px; overflow: hidden;}
.index_more a{display: inline-block; width: 44px;height: 30px;background: #033EA5;color: #fff;text-align: center;border-radius: 20px;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}
.index_more a i{display: block;height: 30px;line-height: 30px;}
.index_more a span{display:none;height: 30px;line-height: 30px;}
.index_more a:hover i,.index_more a:hover{display: inline-block;height: 30px;line-height: 30px;}
.index_more a:hover span{display:inline-block;height: 30px;line-height: 30px;}
.index_more a:hover{width: 130px;color: #fff !important;}
.index_more a:hover i{position: absolute;right:12px;top:0;}

.img_cont { 
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.img_cont > img{
  width: 860px;
  height: 350px;
}
.img_cont .adv_box{
  width:340px;
  height: 350px;
  box-sizing: border-box;
  padding: 11px 50px;
  background: #033EA5;
}

.img_cont .adv_box ul li{
  color: #fff;
  margin: 20px 0;
}

.img_cont .adv_box ul li img{
  width: 45px;
  height: 45px;
}


/*äº§å"*/
/*product start*/
.product{
  padding-bottom: 60px;
}

.product-box {
  background: url(../images/cpgb.jpg) center no-repeat; 
  background-size: cover; 
  padding: 60px 0; 
  background-attachment: fixed; 
}
.product-box .wal { 
  display: flex; 
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.product-box .pro-fl .main_title b{
  color: #fff;
}

.product-box .pro-fl p { 
  line-height: 28px; 
  margin-top: 20px; 
  color:rgba(255, 255, 255, 0.4); 
}
.product-box .pro-fl { width: 100%;}
.product-box .pro-fr { width: 100%; color: #fff;}
.product-box .pro-fr ul { padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start;  }
.product-box .pro-fr ul li { width:calc(33.33% - 22px); margin: 10px; border: 1px solid rgba(255, 255, 255, 0.4); }
.product-box .pro-fr ul li a { color: #fff; padding: 10px ; display: flex; transition: all 0.3s; font-size: 16px; flex-flow: row wrap;justify-content: center}
.product-box .pro-fr ul li .img{
  width: 160px;
  height: 160px;
 background-size: 160px 160px;
}
.product-box .pro-fr ul li p{
  line-height: 67px;
  font-size: 20px; width:100%; text-align:center;
}
.product-box .pro-fr ul li a:hover { background: rgba(255, 255, 255, 0.2);}

.sbzr_box { 
  display: flex; 
  flex-flow: row wrap;
  justify-content: space-between; 
  margin-top: 50px;}

.sbzr_fr { width: 100%;}
.sbzr_fr ul{ display: flex; flex-flow:row wrap;width: 100%}
.sbzr_fr ul li { 
  width:calc(25% - 2px); 
  background: #fff; 
  border: 1px solid #f1f1f1; 
  margin-top: -1px; 
  margin-left: -1px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column; 
  cursor: pointer; 
  transition: all.3s;
}
.sbzr_fr ul li .img{
  overflow: hidden;
  width:260px;
  margin-top: 20px;
}
.sbzr_fr ul li .img img{
  transition:.5s ease-in;
  width: 100%;
}
.sbzr_fr ul li:hover img { 
  transform:scale(1.1,1.1);
}
.sbzr_fr ul li:hover {
  background: #033EA5;
}
.sbzr_fr ul li p{
  width: 250px;
  height: 35px; 
  line-height: 20px; 
  padding: 0 5px;
  text-align: center;
  margin-top: 10px;
}

.sbzr_fr ul li:hover p{
  color: #fff;
}

/*other start*/
.other-box{
   background: url(../images/advbg.jpg) no-repeat center;
}
.other{
  padding: 60px 0 0;
  
}
.other .other_top{
  justify-content: space-between; overflow:hidden;
}
.other .ot_item{
  width: 585px;
  height: 270px;
  background: url(../images/ryimg.jpg) no-repeat center;
  background-size: auto 270px;
  position: relative;
  transition: all 0.5s ease-in;
}

.other .ot_txt{
  padding: 30px;
  position: absolute;
  bottom: 0;
  transition: all 0.2s ease-in;
}
.other .ot_txt b{
  font-size: 26px;
}
.other .ot_txt p{
  line-height: 300%;
  color: #555;
}
.other .ot_txt span{
  display: none;
  width: 110px;
  height: 30px;
  background: #333333;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 20px;
}
.other .ot_item:hover .ot_txt{
  bottom: 10px;
}
.other .ot_item:hover .ot_txt span{
  display: block;
}
.other a:nth-child(2) .ot_item{
  background: url(../images/fwimg.jpg) no-repeat center;
  background-size: auto 270px;
}



/*åº•éƒ¨å¹¿å'Š*/
.adv_bot{
  width: 100%;
  height: 300px;
 
}

.adv_bot .wal{
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}

.adv_bot .wal .txt b{
  font-size: 35px;
  color: #033EA5;
  padding-bottom: 30px;
  display: block;
}

.adv_bot .wal .txt p{
  color: #666;
  font-size: 16px;
}

.adv_bot .more:hover {
  background: #033EA5;
  color: #fff;
  padding: 0 50px 0 30px;
}

.adv_bot .more{
  display: inline-block;
  font-style:normal;
  
  padding-right: 30px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #033EA5;
  color: #033EA5;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in;

}



.adv_bot .more:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #033EA5;
  transform: rotate(35deg);
  position: absolute;
  right: 3px;
  top: 34px;

}
/*ç½®é¡¶*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background:url(../images/jtup.png) no-repeat center #999;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}



.back-to-top:hover {
  color: #fff;
  background:url(../images/jtup.png) no-repeat center #142942;
  transition: background 0.2s ease-in-out;
}

/*footer start*/
.footer {
  padding:50px 0;
  background: url(../images/footbg.jpg) no-repeat center;
  border-top: 6px solid #033EA5;
  color: rgba(255,255,255,0.8);
}
.footer .wal{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.footer .foot_item.foot1 .foot_tit{
  margin-bottom: 20px;
}
.footer .foot_item p{
  margin-top: 5px;
}
.footer .foot_item.foot2{
  width: 300px;
  padding-top: 20px;
}

.footer .foot_item .foot_tit{
  font-size: 22px;
  color: #fff;
}
.footer .foot_item .foot_tit b{
  display: block;
}
.footer .foot_item .foot_tit em{
  display: block;
  width: 30px;
  height: 4px;
  background: #033EA5;
  margin: 7px 0;
}

.footer .foot_item ul{
  margin-top: 20px;
}

.footer .foot_item ul li a{
  display: block;
  color: rgba(255,255,255,0.8);
  margin-top: 5px;
  line-height: 20px;
}

.footer .foot_item ul li:hover a{
  color:#033EA5;
}

.foot_bot{
  background: #020C1E;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
}

.foot_bot .wal{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 20px;
}

.foot_bot a{
  color: rgba(255,255,255,0.8);
}