body {
  font-family: 'MicrosoftYaHei';
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #747473;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #747473;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #333;
}
h3 {
  font-size: 1.2rem;
}
p {
  margin: 0;
}

.product_detail .img{
    width: auto;
    height: auto;
}
.banner {
  height: 556px;
}
.banner .num li.num_hover {
  background-color: #104085;
}
.banner .num {
  right: 50%;
  margin-right: -150px;
}
.banner .num li {
  width: 90px;
  height: 10px;
  background: #104085;
  border-radius: 0;
}
.banner .num li.num_hover {
  background: #38b3ff;
}
.container {
  max-width: 1200px;
  padding: 0;
}
.row {
  margin: 0;
}
.col-3 {
  padding: 0;
}
header {
  text-transform: uppercase;
}
header .header-wel-wrap {
  background: #eee;
  padding: 8px 0;
}
header .header-wel-wrap .header-wel .one {
  font-size: 14px;
  color: #747473;
}
header .header-wel-wrap .header-wel .two p {
  font-size: 14px;
  color: #747473;
}
header .header-wel-wrap .header-wel .two p:nth-child(1)::before {
  content: url(../images/eleven/header_w1.png);
  position: relative;
  top: 2px;
  left: -5px;
}
header .header-wel-wrap .header-wel .two p:nth-child(2)::before {
  content: url(../images/eleven/header_w2.png);
  position: relative;
  top: 2px;
  left: -5px;
}
header .header-top {
  padding: 15px 0;
  align-items: center;
}
header .header-top .logo-info .media-body h5 {
  color: #747473;
  font-size: 14px;
  font-weight: bold;
}
header .header-top .logo-info .media-body p {
  font-size: 26px;
  color: #ff7a01;
  font-weight: bold;
}
header .header-navbar {
  background: #104085;
}
header .header-navbar .nav {
  background: #104085;
  justify-content: space-evenly;
  align-items: center;
}
header .header-navbar .nav li {
  position: relative;
  padding: 17px 30px;
  width: 160px;
}
header .header-navbar .nav li a {
  color: #fff;
  font-size: 16px;
}
header .header-navbar .nav li:hover {
  /*background-image: linear-gradient(0deg, #008ee6 0%, #ffffff 100%);*/
  background-image: linear-gradient(0deg, #028fe7 20%, #8dcdf3 100%);
}
section {
  margin: 0px 0;
}
section .title {
  text-align: center;
  width: 920px;
  margin: 0 auto;
  background: url(../images/eleven/title_bg.png) no-repeat;
    margin-top: 70px;  
}
section .title h3 {
  font-size: 36px;
  color: #104085;
  font-weight: bold;
  position: relative;
  top: -20px;
}
section .title h3 + p {
  position: relative;
  top: -15px;
}
section .title p {
  font-size: 16px;
  color: #747473;
}
section .title p span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: #104085;
}
section .title p span::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #104085;
  position: absolute;
  right: 10px;
  top: 50%;
}
section .content {
  margin-top: 60px;
}
div.hot-words .hot-words-wrapper {
  padding: 10px 0;
  background-color: #eeeeee;
  box-shadow: 0px 1px 2px 0px rgba(81, 81, 81, 0.18);
}
div.hot-words .hot-words-wrapper .hotSearch {
  font-size: 16px;
  color: #104085;
}
div.hot-words .hot-words-wrapper .hotSearch a {
  position: relative;
  font-size: 14px;
  color: #747473;
  padding-right: 30px;
}
div.hot-words .hot-words-wrapper .hotSearch a:not(:last-child):after {
  content: "";
  background: #d2d2d2;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
}
div.hot-words .hot-words-wrapper .search-left div.text {
  position: relative;
}
div.hot-words .hot-words-wrapper .search-left div.text:after {
  content: url(../images/eleven/search.png);
  position: absolute;
  z-index: 999;
  right: 27px;
  top: 9px;
}
div.hot-words .hot-words-wrapper .search-left input {
  outline: none;
}
div.hot-words .hot-words-wrapper .search-left input#s_btn {
  background-position: center;
  min-width: 21px;
  min-height: 21px;
  padding: 8px 30px;
  line-height: 20px;
  border: 1px solid #38b3ff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  left: -5px;
  border-left: none;
  /*background-image: linear-gradient(0deg, #008ee6 0%, #ffffff 100%);*/
  background-image: linear-gradient(0deg, #028fe7 20%, #8dcdf3 100%);
  cursor: pointer;
}
div.hot-words .hot-words-wrapper .search-left input#keyword {
  border-right: none;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
  border: 1px solid #38b3ff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 80px;
}
section.two {
  background: url(../images/eleven/two_bg.jpg) no-repeat;
  margin-bottom: 0;
}
section.two .content .reason {
  position: relative;
  padding-bottom: 100px;
}
section.two .content .reason p.first-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 90px;
  height: 90px;
  font-size: 48px;
  color: #fefeff;
  background: #38b3ff;
  border-radius: 100px;
  z-index: 999;
  top: -10px;
}
section.two .content .reason .reason-title {
  padding-left: 150px;
}
section.two .content .reason .reason-title .one h3 {
  font-size: 36px;
  color: #104085;
  font-weight: bold;
}
section.two .content .reason .reason-title .one p {
  font-size: 16px;
  color: #747473;
}
section.two .content .reason .reason-title .reason-link {
  color: #fff;
  background: #ff7a01;
  font-size: 16px;
  padding: 13px 48px;
  border-radius: 22px;
}
section.two .content .reason .reason-content {
  box-shadow: 0px 1px 16px 0px rgba(81, 81, 81, 0.26);
  background: #fff;
  padding: 50px 60px;
  border-top: 1px solid #38b3ff;
}
section.two .content .reason .reason-content .one {
  justify-content: space-between;
}
section.two .content .reason .reason-content .two {
  margin-top: 40px;
  text-indent: 40px;
  font-size: 20px;
  color: #747473;
}
section.two .content .reason:not(:last-child):after {
  content: "";
  width: 4px;
  height: 100px;
  background: #38b3ff;
  position: absolute;
  left: 60px;
}
input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #fff;
}
div.contact-form {
  position: relative;
  align-items: center;
  min-height: 320px;
  background: url(../images/eleven/form_bg.png) no-repeat;
}
div.contact-form .contact-title {
  padding-left: 320px;
}
div.contact-form .contact-title h4 {
  font-size: 28px;
  color: #fff;
}
div.contact-form .contact-title h4 small {
  color: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
}
div.contact-form .contact-title p {
  font-size: 16px;
  color: #fff;
}
div.contact-form .contact-form-wrap {
  padding-left: 320px;
}
div.contact-form .contact-form-wrap .message1 .form-content-wrap {
  margin-top: 30px;
}
div.contact-form .contact-form-wrap .message1 .first input {
  border: 1px solid #fff;
  background: transparent;
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
div.contact-form .contact-form-wrap .message1 a#change_code {
  color: #fff;
}
div.contact-form .contact-form-wrap .message1 #code {
  padding: 0;
}
div.contact-form .contact-form-wrap .message1 #checkcode {
  height: 42px;
}
div.contact-form .contact-form-wrap .message1 input.msgbtn {
  margin-left: 10px;
  background: #ff7a01;
  padding: 8px 25px;
  color: #fff;
  border: none;
  cursor: pointer;
}
section.company-case {
  padding: 100px 0;
  margin-top: 0;
  background: url(../images/eleven/case_news_bg.jpg) no-repeat;
}
section.company-case .content .single-case-wrapper .single-case {
  position: relative;
  max-width: 360px;
}
section.company-case .content .single-case-wrapper .single-case .cate-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: rgba(56, 179, 255, 0.5);
}
section.company-case .content .single-case-wrapper > p {
  padding-top: 15px;
  font-size: 16px;
  color: #38b3ff;
  font-weight: bold;
}
section.company-case .honour-part {
  margin-top: 125px;
}
section.company-case .honour-part .single-honour p {
  padding-top: 25px;
  font-size: 16px;
}
section.company-case .honour-part .single-honour p a {
  color: #104085;
  font-weight: bold;
}
section.news-center .hd ul {
  justify-content: space-evenly;
}
section.news-center .hd ul li {
  width: 290px;
  text-align: center;
  cursor: pointer;
  background: #104085;
}
section.news-center .hd ul li p {
  padding: 14px 0;
  font-size: 16px;
  color: #fff;
}
section.news-center .hd ul li.on p {
  background: #38b3ff;
}
section.news-center .bd {
  margin-top: 39px;
}
section.news-center .slideTxtBox1 .swiper-container {
  padding: 20px 0;
}
section.news-center .slideTxtBox1 .wcertify {
  position: relative;
  width: 965px;
  margin: 0 auto;
}
section.news-center .slideTxtBox1 .wcertify .swiper-slide {
  width: 545px;
  background: #fff;
  position: relative;
}
section.news-center .slideTxtBox1 .wcertify .swiper-slide.swiper-slide-active div {
  padding: 2px;
  box-shadow: 0px 1px 16px 0px rgba(81, 81, 81, 0.75);
}
section.news-center .slideTxtBox1 .wcertify .swiper-slide.swiper-slide-active p,
section.news-center .slideTxtBox1 .wcertify .swiper-slide.swiper-slide-active h3 {
  display: block;
}
section.news-center .slideTxtBox1 .wcertify .swiper-slide img {
  display: block;
  width: 100%;
}
section.news-center .slideTxtBox1 .wcertify .swiper-slide p {
  text-align: center;
  color: #636363;
  font-size: 16px;
  margin: 0;
  display: none;
}
section.news-center .slideTxtBox1 .wcertify .swiper-slide h3 {
  display: block;
  width: 100%;
  padding-top: 30px;
  display: none;
}
section.news-center .slideTxtBox1 .wcertify .swiper-slide.swiper-slide-active h3 {
  display: block;
  width: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #525252;
}
section.news-center .slideTxtBox1 .wcertify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
section.news-center .slideTxtBox1 .wcertify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
section.news-center .slideTxtBox1 .wcertify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
section.news-center .slideTxtBox1 .wcertify .swiper-button-prev {
  left: -150px;
  width: 55px;
  height: 85px;
  background: url(../images/eleven/arrow_l.jpg) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  top: 203px;
  outline: none;
}
section.news-center .slideTxtBox1 .wcertify .swiper-button-next {
  right: -150px;
  top: 203px;
  width: 55px;
  height: 85px;
  background: url(../images/eleven/arrow_r.jpg) no-repeat;
  background-size: 100%;
  outline: none;
}
.friend_link {
  padding-top: 10px;
  color: #bbb;
  font-size: 14px;
}
.friend_link .links-wrap {
  align-items: flex-end;
}
.friend_link .links-wrap p {
  padding-right: 20px;
}
.friend_link .links-wrap a {
  font-size: 13px;
  color: #bbb;
}
.friend_link .links-wrap a:not(:last-child)::after {
  content: "/";
  padding: 0 15px;
}
footer {
  background: #104085;
}
footer .footer-nav {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
footer .footer-nav p:nth-child(1) {
  font-size: 16px;
  width: 770px;
  color: #728fb7;
  display: flex;
  justify-content: space-between;
}
footer .footer-nav p:nth-child(1) a {
  color: #fff;
}
footer .footer-nav p:nth-child(2) {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
footer .borders {
  border-top: 1px solid #587aaa;
  margin-bottom: 45px;
}
footer .footer-content {
  padding-bottom: 30px;
}
footer .footer-content .one {
  width: 620px;
}
footer .footer-content .one div p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
}
footer .footer-content .one div ul li {
  padding-bottom: 6px;
  font-size: 16px;
  color: #fff;
}
footer .footer-content .one div ul li a {
  font-size: 16px;
  color: #fff;
}
footer .footer-content .two {
  text-align: center;
      padding-left: 457px;
}
footer .footer-content .two p {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
footer .footer-bottom {
  background: #0b3675;
  padding: 14px 0;
  font-size: 14px;
  color: #fff;
}
footer .footer-bottom a,
footer .footer-bottom p,
footer .footer-bottom span {
  font-size: 14px;
  color: #fff;
}
footer .footer-bottom .copyright > p > span {
  padding-right: 50px;
}
.slideTxtBox .hd {
  align-items: center;
  border-bottom: 1px solid #104085;
}
.slideTxtBox .hd ul {
  justify-content: space-evenly;
  position: relative;
  margin: 0 auto;
     
}
.slideTxtBox .hd ul li {
  width: 300px;
  padding: 30px 0;
  background: #104085;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.slideTxtBox .hd ul li.on {
  /*background-image: linear-gradient(0deg, #008ee6 0%, #ffffff 100%);*/
  background-image: linear-gradient(0deg, #028fe7 20%, #8dcdf3 100%);
}
.slideTxtBox .hd ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 66px;
  background: #7299d1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -33px;
}
.slideTxtBox .hd a {
  font-size: 15px;
  color: #929292;
}
.slideTxtBox .product-info-wrap {
  background: #f8f8f8;
}
.slideTxtBox .bd {
  padding-top: 60px;
}
.slideTxtBox .bd .single-product-list-wrap .one {
  margin-bottom: 40px;
}
.slideTxtBox .bd .single-product-list-wrap .one .col img {
  border: solid 1px #b5b5b5;
}
.slideTxtBox .bd .single-product-list-wrap .one h4 {
  font-size: 22px;
  font-weight: bold;
  color: #104085;
  padding-top: 25px;
}
.slideTxtBox .bd .single-product-list-wrap .one p.property {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-top: 15px;
}
.slideTxtBox .bd .single-product-list-wrap .one p {
  color: #747473;
  font-size: 16px;
  line-height: 24px;
}
.slideTxtBox .bd .single-product-list-wrap .one .contact-link-wrap {
  padding-top: 58px;
}
.slideTxtBox .bd .single-product-list-wrap .one .contact-link-wrap a {
  font-size: 16px;
  padding: 13px 50px;
  border-radius: 22px;
}
.slideTxtBox .bd .single-product-list-wrap .one .contact-link-wrap a:nth-child(1) {
  color: #fff;
  background: #38b3ff;
  margin-right: 50px;
}
.slideTxtBox .bd .single-product-list-wrap .one .contact-link-wrap a:nth-child(2) {
  color: #38b3ff;
  background: #fff;
  border: 1px solid #38b3ff;
}
.slideTxtBox .bd .single-product-list-wrap .two .single-other-product {
  max-width: 360px;
  text-align: center;
}
.slideTxtBox .bd .single-product-list-wrap .two .single-other-product p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 30px 0 20px;
}
.slideTxtBox .bd .single-product-list-wrap .two .single-other-product p a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.slideTxtBox .bd .single-product-list-wrap .two .single-other-product:hover img {
  box-shadow: 0px 1px 16px 0px rgba(81, 81, 81, 0.26);
  transition: all 0.5s ease;
}
.slideTxtBox .bd .single-product-list-wrap .two .single-other-product:hover p a {
  color: #38b3ff;
}
.slideTxtBox .bd .single-product-list-wrap .two > p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-bottom: 30px;
}
.slideTxtBox .bd .single-product-list-wrap .two > p::after {
  content: url(../images/eleven/newsli.jpg);
  position: relative;
  top: 3px;
  left: 12px;
}
.left .box h3,
.sitemp {
  background: #104085;
}
.float-kf li:nth-child(2),
.float-kf li:nth-child(3) {
  display: none;
}
.float-kf li:nth-child(1) {
  background: #ff7a01;
}
.float-kf li:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_list .col-3 {
  padding: 4px;
}
.product_list .col-3 h3 {
  padding-top: 10px;
}
.product_list .col-3 > a {
  border: 1px solid #ddd;
  display: block;
}
