@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'Conv_ROBOTO';
  src: url('../fonts/ROBOTO-BOLD.eot');
  src: local('☺'), url('../fonts/ROBOTO-BOLD.woff') format('woff'), url('../fonts/ROBOTO-BOLD.ttf') format('truetype'), url('../fonts/ROBOTO-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_ROBOTO_REGULAR';
  src: url('../fonts/ROBOTO-REGULAR.eot');
  src: local('☺'), url('../fonts/ROBOTO-REGULAR.woff') format('woff'), url('../fonts/ROBOTO-REGULAR.ttf') format('truetype'), url('../fonts/ROBOTO-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
td,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-size: 14px;
  border: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

ul,
li,
dl,
dt,
dd {
  list-style: none outside none;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

/*table td{word-wrap:break-word;word-break:break-all;}*/

/* 
 *  Core Owl Carousel CSS File
 *  v1.24
 */

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls>img {
  height: 300px !important;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}


@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1509335831962');
  src: url('//at.alicdn.com/t/c/font_4340624_2h2bzetjphi.woff2?t=1700582165562') format('woff2');
  /* IE9*/
  src: url('iconfont.eot?t=1509335831962#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
    url('iconfont.ttf?t=1509335831962') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg?t=1509335831962#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-duihuaqipao5:before {
  content: "\e602";
}

.icon-tel:before {
  content: "\e63b";
}

.icon-xiazai:before {
  content: "\e6b7";
}

.icon-youtube:before {
  content: "\e815";
}

.icon-xiazai1:before {
  content: "\e637";
}

.icon-twitter:before {
  content: "\e600";
}

.icon-jishu:before {
  content: "\e64f";
}

.icon-linkin:before {
  content: "\e632";
}

.icon-dizhi:before {
  content: "\e66f";
}

.icon-youshi:before {
  content: "\e65a";
}

.icon-xiazai2:before {
  content: "\e645";
}

.icon-fuwu:before {
  content: "\e60b";
}

.icon-skype:before {
  content: "\eaa0";
}

.icon-shijian:before {
  content: "\e6da";
}

.icon-shuju:before {
  content: "\e9f9";
}

.icon-icon119:before {
  content: "\e674";
}

.icon-iconfontgoogleeps:before {
  content: "\e635";
}

.icon-caidan:before {
  content: "\e643";
}

.icon-chanpinxinxi:before {
  content: "\e675";
}

.icon-email:before {
  content: "\e665";
}

.icon-chanpin1:before {
  content: "\e60d";
}

.icon-fangdajing:before {
  content: "\e601";
}

.icon-chakanxiangqing:before {
  content: "\e673";
}

.icon-email1:before {
  content: "\e6bc";
}

.icon-kefu:before {
  content: "\e636";
}

.icon-ic_2:before {
  content: "\e60e";
}

.icon-fangdajing-:before {
  content: "\e60f";
}

.icon-facebook:before {
  content: "\e875";
}

.icon-baojiahuigou:before {
  content: "\e708";
}

.icon-fasong:before {
  content: "\e612";
}

.icon-zhuye:before {
  content: "\e738";
}

.icon-whatsapp:before {
  content: "\e8ea";
}

.warper {
  max-width: 1200px;
  margin: 0 auto;
}

.backToTop {
  width: 50px;
  height: 50px;
  background: #BD0750 url(../images/icon_top.png) no-repeat center;
  cursor: pointer;
  position: fixed;
  right: 5%;
  text-indent: 9999px;
  bottom: 50px;
  color: #fff;
  border-radius: 6px;
  transition: all .3s;
  z-index: 999;
}

.backToTop:hover {
  opacity: .9;
}

header {
  max-width: 1420px;
  margin: 0 auto;
}

#nav {
  position: fixed;
  text-align: center;
  z-index: 199;
  top: 0;
  right: 0;
  width: 100%;
}

.language {
  margin-left: 10px;
  position: relative;
  float: right;
  margin-top: 42px;
}

.position .language {
  margin-top: 32px;
}

.language i {
  color: #da251b;
  padding: 0;
}

.language .languageCon {
  display: none;
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 1000;
  background: url(../images/to-inquiry.png) center 34px no-repeat;
  padding-top: 41px;
}

.position .language .languageCon {
  padding-top: 33px;
}

.language ul {
  background-color: #fff;
  width: 120px;
  padding: 0 20px;
  -moz-box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.35);
  -webkit-box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.35);
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.35);
}

.language ul li {
  padding: 10px 0;
  text-align: left;
}

.language li+li {
  border-top: 1px solid #e4e4e4;
}

.language li p,
.language li a {
  line-height: 24px;
}

#nav:after {
  content: '';
  display: block;
  clear: both;
}

#nav .warper {
  position: relative;
}

.logo {
  float: left;
  /* margin: 20px 0 0; */
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
}

.position .logo {
  /* margin-top: ; */
  /* position: absolute; */
  /* top: auto;
  bottom: auto; */
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
}

.position .logo img {
  width: 120px;
}

.language>a>img {
  border-radius: 15px;
}

.close-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 88;
}

.nav-open {
  transform: translateX(0);
}

.close-open {
  opacity: 0.5;
  visibility: visible;
}

.body-hidden {
  overflow: hidden !important;
}

#nav .nav-button {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
}

#nav .nav-button i {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.position {
  position: fixed;
  left: 0;
  right: 0;
  /* background: linear-gradient(to right, #f10093, #dd016f); */
  background-color: #A2134C;
  color: #FFFFFF;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 6px 0 #600;
  height: 80px;
}

.position#nav .nav-button {
  top: 10px;
}

#nav .nav-button {
  display: none;
}

.search-button {
  display: inline-block;
  float: right;
  position: absolute;
  right: 40px;
  top: 0;
  margin-top: 40px;
  padding-left: 16px;
}

.position .search-button {
  margin-top: 30px;
}

.search-button i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.searchform {
  position: absolute;
  top: 50px;
  right: 0;
  width: 280px;
  display: none;
  background: #fff;
  color: #333;
  padding: 10px;
  z-index: 999;
}

.searchform input {
  height: 30px;
  line-height: 30px;
  border: 0;
  float: left;
  border: 1px solid #ddd;
  outline: none;
}

.searchform input[type=text] {
  border-radius: 3px 0 0 3px;
  width: 200px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
}

.searchform input[type=submit] {
  width: 60px;
  background-color: #A2134C;
  color: #fff;
}

nav {
  float: right;
  margin-right: 50px;
}

nav li {
  float: left;
  position: relative;
}

nav li>a {
  padding: 35px 10px 22px;
  margin: 0 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  text-align: center;
  transition: 0.5s;
  color: #fff;
}

.mt-200 {
  margin-top: 55px;
}

.position nav li>a {
  padding-top: 34px;
  padding-bottom: 22px;
  /* color: #333; */
  color: #bbb;
}

nav li.on>a {
  /* color: #1951b0; */
  color: #fff;
  font-weight: bold;
}

nav dl {
  position: absolute;
  display: block;
  /* background: #25486f; */
  background-color: #fff;
  width: 230px;
  top: 76px;
  display: none;
  left: 10px;
  z-index: 999;
}

.position nav dl {
  top: 70px;
}

nav dl dd {
  display: block;
}

nav dl a {
  /* color: #fff; */
  color: #333333;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  border-bottom: 1px solid #27507d;
  font-size: 13px;
}

nav dl a:hover {
  /* background: #fff; */
  background-color: #A5164F;
  /* color: #1951b0; */
  color: #fff;
}

nav li:hover dl {
  display: block;
}

nav li:hover>a {
  /* color: #1951b0; */
  color: #fff;
  font-weight: bold;
}

nav li.on:hover>a {
  /* color: #1951b0; */
  color: #fff;
}

.nav-bar-stay {
  position: relative;
  z-index: 9;
  margin: 15px auto 30px;
}

.nav-bar-stay.sticky {
  position: fixed;
  top: 90px;
  width: 900px;
  margin: 0 auto;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 3px 15px #ccc;
}

@media screen and (max-width:750px) {
  .nav-bar-stay {
    display: none;
  }
}

.nav-bar-box {
  border: 1px solid #DFDFDF;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding: 20px 15px;
}

.nav-bar-box ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.nav-bar-box ul li {
  flex: 1;
  border-bottom: 1px dashed #DFDFDF;
}

.nav-bar-box ul li.nav-item {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.nav-bar-box .nav-item_title a {
  font-weight: bold;
  font-size: 16px;
  transition: .5s;
}

.nav-bar-box .nav-item.active .nav-item_title a {
  color: #BA0000;
  transition: .5s;
}


.nav-bar-box .nav-item_round {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #B2B2B2;
  transition: .5s;
}

.nav-bar-box .nav-item.active .nav-item_round {
  background-color: #C20000;
}

.nav-bar-box ul li.nav-item:hover .nav-item_title a {
  color: #BA0000;
}

.nav-bar-box ul li.nav-item:hover .nav-item_round {
  background-color: #C20000;
}



footer {
  position: relative;
  /* background: #cc016f; */
  background-color: #A2134C;
  color: #fff;
  clear: both;
  z-index: 10;
}

footer .footer {
  display: flex;
  padding: 50px 0 50px 0;
  clear: both;
  justify-content: space-between;
  align-items: center;
}

footer h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  font-family: Conv_ROBOTO;
  margin-bottom: 20px;
}

footer .item {
  float: left;
  overflow: hidden;
  width: 30%;
}

footer .item1 {
  width: 19%;
  margin-right: 4%;
}

footer .item2 {
  margin-right: 5%;
}

footer .item3 {
  width: 35%;
}

footer .item4 {
  width: 31%;
  margin-right: 5%;
}

footer .item1 li {
  line-height: 35px;
  border-bottom: 1px solid #ccc;
}

footer .item2 dd {
  width: 47%;
  margin-bottom: 10px;
  margin-right: 3%;
  float: left;
  position: relative;
}

footer .item2 dd a {
  position: absolute;
  left: 0;
  padding: 0 10px;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

footer .item2 dd img {
  display: block;
  width: 100%;
}

footer .item2 dd a b {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  color: #fff;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  word-break: break-all;
  text-align: center
}

footer .item2 dd:hover a {
  opacity: 1;
}

footer .item3 li {
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  line-height: 35px;
  margin-bottom: 10px;
}

footer .item3 li:first-child {
  line-height: 24px;
}

footer .item3 i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  line-height: 40px;
}

footer .item3 i.icon-email1 {
  font-size: 22px;
}

footer input {
  height: 40px;
  line-height: 40px;
}

footer input,
footer textarea {
  width: 100%;
  /***background: #25486f;***/
  padding: 0 10px;
  resize: none;
  margin-bottom: 10px;
  color: #333;
}

.footer-alert {
  position: fixed;
  width: 300px;
  bottom: 90px;
  right: 70px;
}

footer textarea {
  padding: 5px 10px;
}

footer .submit {
  width: 150px;
  border: none;
  border: 1px solid #fff;
  font-weight: 600;
  line-height: 35px;
  background: none;
  color: #fff;
  transition: all .3s
}

footer .submit:hover {
  background: #fff;
  color: #A2134C;
}

footer a {
  color: #fff;
  transition: 0.3s;
}

footer a:hover {
  color: #ccc;
}

footer .copyright {
  background: #A2134C;
  padding: 15px;
  clear: both;
  text-align: center;
  color: #D5D5D5
}

.media {
  float: left;
  margin-top: 15px;
  /* margin-left: 15px; */
}

.media a {
  color: #fff;
  padding: 2px;
  font-size: 18px;
  margin: 0 2px;
}

.media a.icon-twitter {
  background: #1ab2e8;
}

.media a.icon-linkin {
  background: #218ac6;
}

.media a.icon-iconfontgoogleeps {
  background: #e65947;
}

.media a.icon-youtube {
  background: #cb2d2e;
}

.media a.icon-facebook {
  background: #567bca;
}

.media a:hover {
  opacity: .7
}

#banner img {
  width: 100%;
  display: block;
}

#banner_home {
  position: relative;
  margin-top: 80px;
  max-height: 680px;
  overflow: hidden;
}

#banner_home img {
  width: 100%;
  max-height: 680px;
}

#banner_home .owl-theme .owl-controls {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

#banner_home .owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 12px;
  margin: 0 2px;
  height: 12px;
  /* background: #fff; */
  /* background-color: ; */
  border: 1px solid #fff;
  opacity: .5;
  border-radius: 50%;
}

#banner_home .owl-theme .owl-controls .owl-page.active span {
  /* background: #1951b0; */
  background-color: #fff;
  opacity: 1
}

.cl {
  clear: both;
}

.graybg {
  background: #f4f4f4
}

.why-choose-wrap {
  padding: 60px 0 70px;
}

.why-choose-one {

  font-weight: 400;
  letter-spacing: 14px;
  line-height: 1.2em;
  color: #bd0750;
}

.why-choose-two {
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
  font-family: Impact;
  font-size: 52px;
  color: #333;
  font-weight: 400;
  padding-top: 30px;
}

/* 三张图片文字 */

.why-choose-box {
  position: relative;
  width: 350px;
  height: 464px;
}

/* 第一个盒子 */

.why-choose-box-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(246, 246, 246, 1);
  text-align: center;
  transition: 0.6s ease;
  cursor: pointer;
  z-index: 9;
}

.why-choose-box .brand {
  position: absolute;
  width: 90px;
  height: 53px;
  line-height: 34px;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  background: url('../images/why-icon.png') no-repeat center top;
  background-size: contain;
  color: #fff;
}

.why-choose-box .brand img {
  display: block;
  width: 100%;
}

.why-choose-box-main .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 100%;
  font-size: 80px;
  font-weight: lighter;
  color: #366FB7;
  background-color: #fff;
  transition: 0.6s ease;
}

.why-choose-box-main .artical-title {
  padding-top: 20px;
  color: #212120;
  font-size: 21px;
  font-weight: bold;
  transition: 0.6s ease;
}

.why-choose-box-main .artical-des {
  padding: 18px 30px 0;
  color: #5C5C5C;
  font-size: 14px;
  transition: 0.6s ease;
}

.why-choose-box-main .artical-btn {
  position: absolute;
  bottom: 7%;
  left: 50;
  transform: translate(-50%);
  display: inline-block;
  padding: 15px 32px;
  color: #000000;
  background-color: #fff;
  border-radius: 30px;
  font-weight: 550;
  overflow: hidden;
}

.why-choose-box-main .artical-btn:hover {
  background-color: #95254C;
  color: #fff;
  z-index: 999;
}

.btn-16 {
  border: none;
  color: #000;
}

.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}

.btn-16:hover {
  color: #000;
}

.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

/* 第二个盒子 */

.why-choose-box-sub {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  background: url(../images/A1.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}

.why-choose-box-sub.two {
  background: url(../images/A2.jpg) no-repeat center center;
}

.why-choose-box-sub.three {
  background: url(../images/A3.jpg) no-repeat center center;
}

.why-choose-box-sub::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 206, 215, 1);
  transition: background-color 0.3s ease;
}

/* 鼠标悬浮 */

.why-choose-box:hover .why-choose-box-main {
  color: #FBFDFC;
  background-color: rgba(234, 206, 215, .8);
}

.why-choose-box:hover .logo-box {
  color: #EACED7;
}

.why-choose-box:hover .artical-title {
  color: #FDFDFC;
}

.why-choose-box:hover .artical-des {
  color: #FDFDFC;
}

.why-choose-box:hover .why-choose-box-sub {
  left: 0;
  top: 0;
}

.why-choose-box:hover .why-choose-box-sub::before {
  background-color: rgba(234, 206, 215, 0);
}


.picture-resize-wrap {
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0px;
}

.picture-resize-wrap:hover {
  top: 15px;
}

/*版块标题*/
.home_boxtit {
  width: 430px;
  margin: 80px auto 40px auto;
  text-align: center;
  position: relative;
  margin-top: 60px;
}

.home_boxtit strong {
  display: block;
  position: absolute;
  /* font-family: Conv_ROBOTO; */
  font-size: 40px;
  color: #fff;
  top: -30px;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  text-align: center;
}

.home_boxtit span {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
}

.home_boxtit span b {
  height: 2px;
  background: #fff;
  display: block;
  overflow: hidden;
  float: left;
  width: 120px;
}

.home_boxtit span b.r {
  float: right
}

.home_boxtit b.con {
  border: 2px solid #fff;
  border-top: 0;
  display: block;
  padding: 30px 0 15px 0;
  color: #fff;
  font-weight: 100;
}

/*首页*/
.home_sol {
  margin: 20px 0;
}

.home_sol ul {
  float: left;
  width: 100%;
}

.home_sol li {
  float: left;
  width: 24%;
  margin: 10px 0.5%;
}

.home_sol li a {
  background: #25486f;
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
}

.home_sol li a:hover {
  background: #1951b0;
}

.in_pro h1 {
  font-size: 36px;
  color: #444;
  padding: 40px 0 10px 0;
  /* font-family: Conv_ROBOTO; */
  text-align: center;
}

hr {
  border: 0;
  width: 100px;
  height: 0;
  border-top: 2px solid #1951b0;
  margin: 0 auto;
  padding: 0;
}

.in_pro_list {
  line-height: 30px;
  color: #666;
  text-align: center;
  margin: 25px 0 10px;
}

.in_pro_list a {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.in_pro p {
  line-height: 28px;
  color: #666;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.in_pro ul {
  float: left;
}

.in_pro {
  padding-bottom: 40px;
}

.in_pro li {
  width: 25%;
  margin: 10px 0;
  float: left;
}

.in_pro li img {
  width: 100%;
}

.in_pro_block {
  width: 100%;
  float: left;
}

.in_pro_block li {
  width: 24%;
  height: auto;
  float: left;
  margin: 15px 0.5%;
  text-align: center;
}

.in_pro_block li img {
  width: 100%;
}

.in_pro_block li h3 {
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  display: block;
  font-size: 16px;
}

.p_right .in_pro_block li {
  width: 32.3%
}

.p_right img {
  width: 100%;
}

.p-more {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 100%;
  transition: 0.5s;
}

.p-more a {
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  margin-top: 40%;
  text-align: center;
  font-size: 14px;
}

.p-more a span {
  width: 43px;
  height: 43px;
  background: #fff;
  display: block;
  border-radius: 25px;
  margin: 5px auto 0;
}

.p-more a span img {
  width: 43px;
}

.footer-brand {
  display: inline-block;
  width: 26px;
  margin-left: -44px;
  margin-right: 21px;
}

.link {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.link:hover .p-more {
  top: 0px;
  background: rgba(189, 7, 80, 0.7);
}

.link:hover p {
  top: 30%;
}

.link:hover p:after {
  display: block;
}

.more2 a {
  width: 200px;
  background: #25486f;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 25px;
}

.more2 a:hover {
  background: #1951b0;
}



h2 {
  font-size: 36px;
  color: #444;
  padding: 40px 0 10px 0;
  /* font-family: Conv_ROBOTO; */
  text-align: center;
}

.home_project {
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 50px;
}

.home_project ul {
  overflow: hidden;
  padding-left: 1%;
  margin-top: 30px;
}

.home_project ul li {
  float: left;
  width: 96%;
  background: #fff;
  margin-top: 10px;
  transition: all .3s
}

.home_project ul li:last-child {
  margin-right: 0;
}

.home_project ul li b {
  display: block;
  margin: 8px 0 10px 0;
}

.home_project ul li b,
.home_project ul li p {
  padding: 0 12px;
  font-size: 14px;
}

.home_project ul li p {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.home_project ul li .more {
  margin: 12px;
  color: #25486f;
  font-weight: 600;
  display: block;
}

.home_project ul li .more i {
  font-weight: 100;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.home_project ul li .pic {
  display: block;
  overflow: hidden;
  opacity: .9;
  transition: all .3s
}

.home_project ul li .pic img {
  display: block;
  width: 100%;
}

.home_project ul li a:hover b {
  color: #1951b0
}

.home_project ul li a:hover .pic {
  opacity: 1;
}

.home_project ul li:hover {
  margin-top: 0px;
}

.new-product {
  max-width: 1200px;
  margin: 50px auto 20px;
  display: flex;
  justify-content: center;
  align-items: middle;
}

.new-product .item {
  width: 260px;
  height: 250px;
  text-align: center;
}

.new-product .item p {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.new-product img {
  display: inline-block;
  width: 100%;
  height: 180px;
  border-radius: 6px;
}

.owl-pagination {
  width: 200px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.owl-buttons {
  display: none;
}


.about {
  width: 100%;
  background: url(../images/contact_bg.jpg) bottom center no-repeat fixed;
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
  margin-top: 50px;
}

.pic-list-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(255, 27, 0);
  background: linear-gradient(0deg, rgba(255, 27, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
}

.btn-5:hover {
  color: #f0094a;
  background: transparent;
  box-shadow: none;
}

.btn-5:before,
.btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #f0094a;
  box-shadow:
    -1px -1px 5px 0px #fff,
    7px 7px 20px 0px #0003,
    4px 4px 5px 0px #0002;
  transition: 400ms ease all;
}

.btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.sitewidget-hd {
  display: block;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.sitewidget-hd>h2 {
  /* font-family: Roboto; */
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}

.pic-list-wrap .cs-box {
  padding: 20px 15px;
  background: url('../images/cs1.png') no-repeat left center;
  background-color: rgba(189, 7, 80, 0.85);
  margin-right: 1px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 47px;
  padding-right: 20px;
  padding-bottom: 47px;
  padding-left: 140px;
  color: #fff;
  /* font-family: Roboto; */
  height: 152px;
}

.cs-box .inner-box h4 {
  cursor: pointer;
}

.curstorm-bg-main {
  width: 100%;
  padding: 20px 12px;
  /* background-image: linear-gradient(to right, #AB2A5E, #A2134C); */
  background-color: #A2134C;
}

.curstorm-bg-main .bg-main-box {
  max-width: 1200px;
  margin: 0 auto;
}


.curstorm-bg-main .bg-main-box .cs-box {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  background: url('../images/1.jpeg') no-repeat left center;
  background-size: 100%;
  border-radius: 17px;
  overflow: hidden;
  transition: .3s;
}

.curstorm-bg-main .bg-main-box .cs-box.two {
  background-image: url('../images/2.jpg');
}

.curstorm-bg-main .bg-main-box .cs-box.three {
  background-image: url('../images/3.jpeg');
}

.curstorm-bg-main .bg-main-box .cs-box.four {
  background-image: url('../images/4.jpeg');
}

.curstorm-bg-main .bg-main-box .cs-box.five {
  background-image: url('../images/5.jpeg');
}

.curstorm-bg-main .bg-main-box .cs-box.six {
  background-image: url('../images/6.jpeg');
}

.curstorm-bg-main .bg-main-box .cs-box .inner-box {
  position: absolute;
  padding: 40px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  /* font-family: Roboto; */
  transition: 0.5s;
}

.curstorm-bg-main .bg-main-box .cs-box:hover {
  background-position: center;
  background-size: 102%, 102%;
}

.curstorm-bg-main .bg-main-box .cs-box:hover .inner-box {
  background-color: rgba(0, 0, 0, .3);

}

.who-we-are {
  max-width: 1200px;
  margin: 30px auto 50px;
}

.we-are-box {
  position: relative;
  width: 100%;
}

.view-more-box {
  position: absolute;
  width: 300px;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.view-more-main {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 40px;
  font-family: Roboto;
  color: #E7EAF3;
  font-size: 16px;
  padding-top: 8px;
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif;
}

.view-more-sub {
  position: absolute;
  left: -7px;
  top: -7px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  font-size: 16px;
  z-index: -1;
}

.view-more-main div:first-child {
  font-size: 18px;
    font-weight: bold;
}


.view-more-main button {
  background-color: #92284C;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  color: rgba(255, 255, 255, .9);
  border: none;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
    transition: .4s;
  }
  
  .view-more-main button:hover {
    background-color: #BD0750;
    color: #fff;
}

.we-are-box img {
  width: 100%;
  height: auto;
}

.video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: pink;
  background-color: #fff;
  font-size: 20px;
}

.ripple-container {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ripple-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  background-color: rgba(162, 19, 76, .8);
  color: white;
  cursor: pointer;
  font-size: 26px;
  z-index: 2;
}

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  /* 初始宽度为0 */
  height: 0;
  /* 初始高度为0 */
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 19, 76, 1), rgba(255, 255, 255, 0));
  /* 从粉色到白色的径向渐变，并降低透明度 */
  transform: translate(-50%, -50%);
  /* 将元素移动到中心 */
  opacity: 1;
  /* 初始时完全不透明 */
  animation: ripple 1.5s infinite ease-in-out;
  /* 应用波纹动画 */
  z-index: 1;
  /* 确保波纹在按钮之下 */
  border: 1px solid #fff;
}

@keyframes ripple {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }

  /* 动画开始时与按钮大小相同，部分透明 */
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }

  /* 动画结束时放大到可见范围，完全透明 */
}

/* .curstorm-bg-main .bg-main-box .cs-box:hover .inner-box {
  opacity: 1;
} */

/* @media screen and (min-width:755px) {
  .curstorm-bg-main .bg-main-box .cs-box .inner-box {
    position: absolute;
    padding: 40px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: 0.5s;
  }

  .curstorm-bg-main .bg-main-box .cs-box:hover .inner-box {
    opacity: 1;
  }
} */

/* 自定义按钮 */
.custom-btn {
  position: absolute;
  width: 130px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1); */
  outline: none;
}

.custom-btn.b20 {
  position: absolute;
  bottom: 20%;
}

/* 7 */
.btn-7 {
  /* background: linear-gradient(0deg, rgba(221, 178, 155, 1) 0%, rgba(234, 206, 215, 1) 100%); */
  background-color: rgba(255, 255, 255, .5);
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(162, 19, 76, 1);
  /* box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3); */
  transition: all 0.3s ease;
}

.btn-7:before {
  height: 0%;
  width: 2px;
}

.btn-7:after {
  width: 0%;
  height: 2px;
}

.btn-7:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(162, 19, 76, .5);
}

.btn-7:hover:before {
  height: 100%;
}

.btn-7:hover:after {
  width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(162, 19, 76, 1);
  /* box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3); */
  transition: all 0.3s ease;
}

.btn-7 span:before {
  width: 2px;
  height: 0%;
}

.btn-7 span:after {
  height: 2px;
  width: 0%;
}

.btn-7 span:hover:before {
  height: 100%;
}

.btn-7 span:hover:after {
  width: 100%;
}

@media screen and (max-width:755px) {
  .curstorm-bg-main .bg-main-box .cs-box .inner-box {
    position: absolute;
    padding: 40px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: 0.5s;
  }

}

.curstorm-bg-main .bg-main-box .cs-box .inner-box h4 {
  font-size: 19px;
  color: #fff;
}

.curstorm-bg-main .bg-main-box .cs-box .inner-box .btn {
  position: absolute;
  bottom: 20%;
  text-align: center;
  color: #fff;
  background-color: #AA285C;
}


.pic-list-wrap .cs-box a {
  display: block;
  color: #fff;
  margin-top: 15px;
  /* font-family: Roboto; */
}


.about_title {
  text-align: left;
  padding: 10px 0;
}

.about_l {
  width: 50%;
  background: #fff;
  padding: 20px 60px 20px 40px;
}

.about_l p {
  color: #999999;
  line-height: 28px;
  padding-top: 6px;
}

.about .more_01 {
  width: 80px;
  height: 28px;
  line-height: 28px;
  border-radius: 15px;
  background: #5491e7;
  text-align: center;
  margin-top: 30px;
}

.about .more_01 a {
  font-size: 14px;
  color: #fff;
}

.about_r {
  width: 50%;
  overflow: hidden;
}

.about_r img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.about_r:hover img {
  transform: scale(1.04);
  transition: all 0.5s ease 0s;
}

.about .more {
  float: left;
  margin-top: 23px;
}

.about .more a {
  font-weight: bold;
  color: #25486f;
}

.about .more a:hover {
  font-weight: bold;
  color: #1951b0;
}

/* 产品展示 */

.products {
  margin: 75px auto;
  max-width: 1820px;
}

.products .media-object {
  width: 220px;
  height: 220px;
}

.products-box .media {
  border: 1px solid #DCDCDC;
  padding: 15px;
  margin-bottom: 40px;
}

.products-box .media-body {
  position: relative;
}

.control-btn {
  position: absolute;
  bottom: 29px;
  right: 10px;
  width: 200px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #bd0750;
}

.sitewidget-graphic {
  background-color: #fff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  box-shadow: 0 7px 13px -5px rgba(31, 119, 215, 0.22)
}

.sitewidget-hd {
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: center;
  color: #333;
}

.sitewidget-bd {
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  /* font-family: Roboto; */
}

.sitewidget-ft {
  /* font-family: Impact; */
  font-size: 53px;
  color: #333;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  margin-top: 20px;
}

/* 关于我们 */

.latest-news .sitewidget-bd {
  letter-spacing: 14px;
  line-height: 1.7em;
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.latest-news .sitewidget-ft {
  /* font-family: Impact; */
  font-size: 53px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
  margin-top: 20px;
}

.latest-news-card .card-title img {
  display: block;
  width: 100%;
  height: 350px;
}

.latest-news .info-box {
  max-width: 1180px;
  margin: 50px auto;
}

.latest-news-card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  border-radius: 3px;
  border: 0 solid #818a91;
  transition: all .25s;
  overflow: hidden;
}

.latest-news-card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.latest-news-card .card-body {
  padding: 15px;
}

.latest-news-card .card-body h4 {
  color: #BD0750;
}

.latest-news-card .card-body p {
  color: #77779C;
  height: 50px;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.latest-news-card .card-body a {
  font-size: 18px;
  color: #BD0750;
  letter-spacing: 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
}

.latest-news-card .card-footer {
  padding: 15px 30px;
  margin-top: auto;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
}

.read-more-btn {
  position: relative;
  margin: 0 auto 30px;
  width: 300px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  background-color: rgba(162, 19, 76, 0);
  border: 2px solid rgba(162, 19, 76, 1);
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.read-more-btn>a {
  color: #222;
}

.read-more-btn:hover {
  background-color: rgba(162, 19, 76, 1);
}

.read-more-btn:hover a {
  color: #fff;
}


.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: pink;
  background-image: linear-gradient(315deg, #A2134C 0%, #916ED6 74%);
  transition: all 0.3s ease;
}

.btn-9:hover {
  background: transparent;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}

.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.other-say {
  margin-top: 90px;
  /* font-family: Impact; */
  font-size: 53px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
}

.mask-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
}

.mask-wrap video {
  display: block;
  width: 100%;
  height: 100vh;
}


.home_news {
  background: #0c0b0b;
}

.home_news .home_boxtit strong {
  color: #333;
}

.home_news .home_boxtit span b {
  width: 100px;
  background: #1951b0;
}

.home_news .home_boxtit b.con {
  border: 2px solid #1951b0;
  border-top: 0;
  color: #666;
  padding-bottom: 30px;
}

.home_news_lis .item a.pic {
  width: 50%;
  float: left;
  position: relative;
}

.home_news_lis .item a.pic img {
  display: block;
  width: 100%;
}

.home_news_lis .item a.con {
  width: 50%;
  float: right;
  padding: 15px 4%;
}

.home_news_lis .item a.con b.tit {
  font-size: 16px;
  max-height: 40px;
  display: inline-block;
}

.home_news_lis .item a.con b.line {
  width: 85px;
  height: 2px;
  background: #25486f;
  display: block;
  margin: 6px 0 12px 0;
}

.home_news_lis .item a.con p {
  color: #666;
  line-height: 26px;
  height: 104px;
  margin-bottom: 10px;
  overflow: hidden;
}

.home_news_lis .item a.con .more {
  color: #25486f;
  font-weight: 600;
}

.home_news_lis .item a.con .more i {
  font-size: 20px;
  font-weight: 100;
  vertical-align: middle;
}

.home_news_lis .item .box {
  overflow: hidden;
  background: #fff;
  transition: all .3s;
}

.home_news_lis .item .box:last-child a.pic {
  float: right
}

.home_news_lis .item .box:last-child a.con {
  float: left
}

.home_news_lis .item .box:hover {
  background: #1951b0;
}

.home_news_lis .item .box:hover .con p,
.home_news_lis .item .box:hover .con b.tit,
.home_news_lis .item .box:hover .con .more {
  color: #fff;
}

.home_news_lis .item .box:hover .con b.line {
  background: #fff;
}

.home_news_lis .item .box:hover .pic b {
  border: 5px solid #1951b0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home_news_lis .owl-pagination {
  display: none;
}

.home_news_lis .item a.pic span.jiantou {
  display: block;
  width: 20px;
  height: 36px;
  position: absolute;
  top: 30px;
  right: 0;
  background: url(../images/leftmo.png) no-repeat;
}

.home_news_lis .item .box:hover a.pic span.jiantou {
  display: block;
  width: 20px;
  height: 36px;
  position: absolute;
  top: 30px;
  right: 0;
  background: url(../images/lefton.png) no-repeat;
}

.home_news_lis .item .box:last-child a.pic span.jiantou {
  background: url(../images/rightmo.png) no-repeat;
  right: auto;
  left: -1px;
}

.home_news_lis .item .box:last-child:hover a.pic span.jiantou {
  background: url(../images/righton.png) no-repeat;
  left: -1px;
}

.home_news .owl-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home_news .owl-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  margin-left: -45px;
}

.home_news .owl-theme .owl-controls .owl-buttons div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #b0b0b0;
  opacity: 1;
  text-indent: 99999px;
  padding: 0;
}

.home_news .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: #b0b0b0 url(../images/left.png) no-repeat center;
  background-size: 55%;
}

.home_news .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: #b0b0b0 url(../images/right.png) no-repeat center;
  background-size: 55%;
}

.home_news .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background: #1951b0 url(../images/left.png) no-repeat center;
  background-size: 55%;
}

.home_news .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: #1951b0 url(../images/right.png) no-repeat center;
  background-size: 55%;
}

.item {
  width: 50%;
  float: left;
}


/*位置*/
.subbanner img {
  width: 100%;
  display: block;
}

.positionline {
  background: #f4f4f4;
}

.positionline .warper {
  position: relative;
  padding: 10px 0 10px 30px;
  color: #999
}

.positionline .warper a {
  color: #666;
  margin: 0 5px;
}

.positionline .warper a:hover {
  color: #1951b0
}

.positionline .warper b {
  color: #1951b0;
  margin: 0 5px;
}

.positionline .warper span.ic {
  position: absolute;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  display: block;
  color: #666;
}

.positionline .warper span.ic i {
  font-size: 16px;
}

.w_p_main {
  background: #fff;
  overflow: hidden;
}

.sub_menu {
  margin: 30px 2%;
  overflow: hidden;
}

.sub_menu a {
  display: inline-block;
  width: 180px;
  border: 2px solid #25486f;
  color: #666;
  text-align: center;
  height: 45px;
  margin: 5px 10px 5px 0;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
}

.sub_menu a.on,
.sub_menu a:hover {
  background: #25486f;
  color: #fff;
  border: 2px solid #25486f;
}

/*以下是列表页*/
.project_lis,
.video_lis,
.gallery,
.mediadoc_lis {
  overflow: hidden;
}

.tag_lis {
  padding-top: 50px;
}

.project_lis .item {
  width: 47%;
  margin-left: 2%;
  float: left;
  margin-bottom: 25px;
}

.project_lis .item a.pic {
  float: left;
}

.project_lis .item .box:last-child a.pic {
  float: left;
}

.project_lis .item .box:last-child a.pic span.jiantou {
  background: url(../images/leftmo.png) no-repeat;
  left: auto;
  right: 0;
}

.project_lis .item .box:last-child:hover a.pic span.jiantou {
  background: url(../images/lefton.png) no-repeat;
  left: auto;
  right: 0;
}

.tag_lis .item {
  width: 49%;
}

.tag_lis .item:nth-child(odd) {
  margin-left: 0;
}

.video_lis li {
  width: 22.5%;
  margin-left: 2%;
  background: #f4f4f4;
  overflow: hidden;
  float: left;
  margin-bottom: 15px;
}

.video_lis li span.pic {
  display: block;
  margin-bottom: 10px;
}

.video_lis li span.pic img {
  width: 100%;
  display: block;
}

.video_lis li b {
  margin: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.video_lis li p {
  margin: 10px;
  color: #666;
  display: block;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.mediadoc_lis {
  padding-left: 1%;
}

.mediadoc_lis li {
  float: left;
  width: 23.5%;
  overflow: hidden;
  margin-left: 1%;
  color: #666;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
}

.mediadoc_lis li span.pic {
  display: block;
  width: 35%;
  float: left;
}

.mediadoc_lis li span.pic img {
  display: block;
  width: 100%;
}

.mediadoc_lis li span.con {
  display: block;
  width: 60%;
  float: right;
}

.mediadoc_lis li span.con b {
  display: block;
  font-weight: 100;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 15px;
}

.mediadoc_lis li span.con a {
  font-weight: 600;
  color: #666;
}

.mediadoc_lis li span.con a i {
  font-weight: 100;
  color: #1951b0;
  margin-right: 5px;
}

.mediadoc_lis li:hover {
  background: #1951b0;
  border: 1px solid #1951b0;
  color: #fff;
}

.mediadoc_lis li:hover span.con a,
.mediadoc_lis li:hover span.con a i,
.mediadoc_lis li:hover span.con b {
  color: #fff;
}

/*media portfolio*/

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1101;
  display: none;
}

#fancybox-content {}

#fancybox-img {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  display: block;
}

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-title {
  position: inherit;
  bottom: -10px;
  padding: 0 10px;
  left: 0;
  color: #333;
  width: 100%;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

#fancybox-title-over {
  padding: 10px;
  width: 100%;
  background: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.gallery {
  padding-left: 1%;
}

.gallery a {
  float: left;
  width: 23.5%;
  overflow: hidden;
  display: block;
  margin-left: 1%;
  margin-bottom: 30px;
  position: relative;
}

.gallery a img {
  display: block;
  width: 100%;
}

.gallery a div.con {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s
}

.gallery a span.con {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  word-break: break-all;
  text-align: center
}

.gallery a span.con i {
  display: block;
  font-size: 26px;
  margin-top: 15px;
}

.gallery a:hover div.con {
  opacity: 1
}

.news_lis {
  padding-top: 15px;
}

.news_lis li {
  display: block;
  margin: 35px 0;
  overflow: hidden;
}

.news_lis li a.pic {
  display: block;
  width: 25%;
  float: left;
  margin-left: 1%;
  margin-top: 1%;
}

.news_lis li a.pic img {
  display: block;
  width: 100%;
}

.news_lis li a.con {
  display: block;
  width: 72%;
  padding: 20px 1% 20px 1%;
  height: 100%;
  float: right
}

.news_lis li .borderline {
  border: 1px solid #e3e3e3;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news_lis li .time {
  padding: 0 3px;
  background: #ccc;
  color: #fff;
  margin: 10px 0;
  display: inline-block;
}

.news_lis li .time em {
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  font-style: normal;
  display: block;
}

.news_lis li h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}

.news_lis li a.con b {
  font-weight: 100;
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: block;
  margin: 10px 0;
}

.news_lis li a.con .more {
  color: #1951b0;
  font-weight: 600;
}

.news_lis li a.con .more i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.news_lis li:hover {
  box-shadow: 0 1px 10px 0 #ccc;
}

.news_lis li:hover .time {
  background: #1951b0;
  color: #fff;
}

.breadcrumb {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}

.about02 {
  display: block;
  width: 100%;
}

.about03 {
  display: block;
  margin: 30px auto;
    width: 100%;
    max-width: 1180px;
}

.txt-des-wrap .txt-box ul {
  padding-top: 15px;
}

.txt-des-wrap li {
  line-height: 30px;
  font-size: 16px;
  list-style-type: square;
  margin-bottom: 10%;
}


.home_ser {
  width: 100%;
}

.home_ser ul {
  float: left;
  display: inline;
  width: 100%;
  margin: 20px 0;
}

.home_ser li {
  width: 20%;
  float: left;
  display: inline;
  text-align: center;
  margin: 10px 0;
}

.home_ser li h5 {
  font-size: 16px;
  padding: 0 20px;
  line-height: 24px;
  color: #555;
  margin-top: 10px;
}

.p_left {
  width: 24%;
  float: left;
  background: #f4f4f4;
  margin-top: 40px;
  /* padding-bottom: 50px; */
}

.p_right {
  float: right;
  width: 74%;
  margin-top: 40px;
}

.p_right .title {
  font-size: 28px;
  font-weight: 600;
  padding: 10px 0px;
  /* font-family: Conv_ROBOTO; */
}

.ms {
  line-height: 28px;
  color: #666;
}

/*分页 结束*/
.pagination {
  display: block;
  margin: 0 0 40px 0;
  padding-top: 40px;
  text-align: center;
  width: 100%;
}

.pagination a,
.pagination span {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 2px 0 0;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  border-radius: 1px;
  border: 2px solid transparent;
}

.pagination a.current,
.pagination span.current {
  color: #ffffff;
  background-color: #0d345f;
}

.pagination a {
  font-weight: bold;
  color: #666;
  border-color: #ddd;
}

.pagination a:hover {
  color: #ffffff;
  border-color: #0d345f;
  background-color: #0d345f;
}

/*分页 结束*/

.prol_tit {
  font-size: 28px;
  font-weight: 600;
  padding: 8px 20px;
  /* font-family: Conv_ROBOTO; */
  background: #A2134C;
  color: #fff;
}

.prol_tit a {
  display: none;
}

.prol_menu {
  background: #f4f4f4;
  /* margin-bottom: 40px; */
}

.prol_menu a b {
  border-bottom: 1px solid #dedede;
  display: block;
  font-size: 14px;
  /* font-family: Conv_ROBOTO; */
  padding: 12px 10px 12px 20px;
  color: #333333;
  background: #f4f4f4 url("../images/icon_jt.png") no-repeat 96% 15px;
}

.prol_menu li:hover a b,
.prol_menu li.on a b {
  background: rgba(189, 7, 80, .4) url("../images/icon_jt.png") no-repeat 96% -28px;
  color: #fff;
}

.prol_menu a:hover {
  color: #1951b0
}

.p_left h3 {
  font-size: 28px;
  margin-top: 40px;
  font-weight: 600;
  padding: 8px 20px;
  /* font-family: Conv_ROBOTO; */
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.s_sol li {
  line-height: 24px;
  padding-left: 30px;
  padding-right: 8px;
  background: url("../images/abg_1.png") no-repeat 20px 10px;
  margin-bottom: 10px;
}

.s_sol li a {
  color: #333;
}

.s_sol li a:hover {
  color: #1951b0;
}

.pro_lis {
  padding: 40px 2% 0 2%;
}

.pro_lis li {
  margin: 0;
  margin-bottom: 25px;
}

.pro_lis li a.pic {
  width: 42%;
}

.pro_lis li a.con {
  width: 58%;
  padding: 20px
}

.pro_lis li a.con b {
  height: 90px;
}

.pro_lis li a.con .more {
  border: 1px solid #1951b0;
  padding: 7px 20px;
  display: inline-block;
}

.pro_lis li:hover {
  background: #1951b0;
  box-shadow: 0 1px 10px 0 #aaa
}

.pro_lis li:hover a.con,
.pro_lis li:hover a.con b,
.pro_lis li:hover a.con .more {
  color: #fff;
}

.pro_lis li:hover a.con .more {
  border: 1px solid #fff;
}

.honor_lis {
  padding-left: 1%;
  padding-bottom: 40px;
  overflow: hidden;
}

.honor_lis li {
  float: left;
  width: 23.5%;
  margin-left: 1%;
  margin-bottom: 30px;
  font-weight: 600;
  color: #666;
}

.honor_lis li img {
  display: block;
  width: 100%;
  border: 10px solid #f4f4f4;
  margin-bottom: 8px;
}

.honor_lis li b {
  padding: 0 10px;
}

.honor_lis li:hover img {
  border-color: #e9e9e9
}

.historybg {
  background: url(../images/historybg.jpg) no-repeat;
  background-size: cover
}

.historybg .w_p_main {
  background: none;
}

.historybg .w_p_main .sub_menu a {
  color: #fff;
}

.historytit {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

.historytree {
  overflow: hidden;
  position: relative;
}

.historytree div.line {
  width: 2px;
  background: #1951b0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 12px;
}

.yearline {
  color: #fff;
  position: relative;
}

.yearline:nth-child(even) {
  text-align: right;
}

.yearline .year {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
  transition: all .3s
}

.yearline .dian {
  width: 16px;
  height: 16px;
  position: absolute;
  background: #1951b0;
  border-radius: 50%;
  left: 50%;
  margin-left: -7px;
  top: 12px;
}

.yearline .historyconline {
  margin-right: 52%;
  margin-left: 5%;
  transition: all .3s
}

.yearline .historyconline .historycon {
  padding: 15px;
  border-radius: 5px;
  transition: all .3s
}


.yearline .historyconline:hover .historycon {
  background: #1951b0;
}

.yearline .historyconline:hover .year {
  color: #1951b0
}

.yearline:nth-child(odd) .historyconline {
  margin-left: 52%;
  margin-right: 5%;
}

.yearline:nth-child(odd) .year {
  margin-left: 10px;
}

.cookies-mask-out {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, .1);
  height: 100vh;
  width: 100%;
  z-index: 999999999999;
}

.eu-cookie-compliance-buttons {
  text-align: right;
}

.cookies-mask {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  background: #fff;
  max-height: 90vh;
  max-width: 820px;
  border-radius: 0.5rem;
  border-radius: 15px;
  box-shadow: 0 0 96px 16px rgba(0, 0, 0, .15);
  padding: 25px 48px 28px 32px;
}

.cookies-mask h2 {
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

.cookies-mask p {
  padding: 20px 0 30px;
}

.cookies-mask button {
  -webkit-transform: none;
  transform: none;
  margin: 0;
  padding: 26px;
  margin-right: 18px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: .03em;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #BD0750;
  color: #fff;
  border: 1px solid #BD0750;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cookies-mask button:hover {
  border-color: #A2134C;
  background-color: #A2134C !important;
  cursor: pointer;
}

.fontcon {
  padding: 20px 2%;
  color: #666;
  padding-bottom: 70px;
}

.fontcon h1 {
  text-align: center;
  color: #333;
  font-size: 22px;
  margin: 25px 0 15px 0;
  font-weight: 600;
}

.fontcon p {
  margin-bottom: 15px;
  line-height: 30px;
}

.fontcon img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}

.fontcon .imgr img {
  float: right
}

.fontcon .imgr {
  overflow: hidden;
}

.fontcon .imgr p {
  float: left;
  margin-top: 20px;
}

.tags {
  margin: 40px 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
}

.tags a {
  font-weight: 100;
  color: #666;
  margin: 5px 20px;
  font-size: 14px;
}

.otherpage {
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  padding-bottom: 15px;
}

.otherpage div {
  margin: 5px 0
}

.otherpage a {
  font-weight: 100;
  color: #666;
}

.otherpage a:hover,
.tags a:hover {
  color: #1951b0
}

.fontcon .time {
  text-align: center;
  margin-bottom: 30px;
}

.fontcon .time h6 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -1px;
}

.contactcon {
  overflow: hidden;
  margin: 0 2%;
}

.contacttit {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 70px;
}

.contactform {
  float: left;
  width: 60%;
  margin-top: 30px;
}

.contactform input[type=text] {
  width: 48%;
  margin: 0 1%;
  margin-bottom: 10px;
  height: 40px;
  float: left;
  border: 1px solid #cecece;
  padding: 0 15px;
}

.contactform textarea {
  width: 85%;
  margin: 0;
  display: block;
  resize: none;
  height: 120px;
  float: left;
  border: 1px solid #cecece;
  padding: 8px 15px;
}

.contactform .submitspan {
  background: #1951b0;
  transition: all .3s;
  display: block;
  width: 13%;
  height: 120px;
  float: right;
  margin-right: 1%;
  position: relative;
}

.contactform .submitspan input {
  display: block;
  width: 100%;
  opacity: 0;
  background: #1951b0;
  height: 100%;
}

.contactform .submitspan i {
  position: absolute;
  line-height: 120px;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 40px;
  text-align: center;
  width: 100%;
}

.contactform .submitspan:hover {
  opacity: .8
}

.submit-result-mask {
  display: none;
  position: fixed;
  width: 40%;
  top: 50%;
  left: 50%;
  border-radius: 7px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .8);
  z-index: 999;
}

.submit-result-mask .title {
  text-align: center;
  line-height: 40px;
  background-color: #A2134C;
  color: #fff;
  font-size: 16px;
}

.submit-result-mask .mask-content {
  text-align: center;
  line-height: 73px;
}

.submit-result-mask .mask-content h5 {
  font-size: 16px;
}

.submit-result-mask .mask-content p {
  font-size: 14px;
}

.map {
  margin: 0 2%;
  margin-bottom: 70px;
}

.map div {
  border: 6px solid #eee;
}

.map img {
  width: 100%;
  display: block;
}

.edit-box {
  overflow: hidden;
  width: 37%;
  float: right;
  margin-top: 60px;
}

.edit-box div {
  padding: 10px 0;
  line-height: 25px;
  color: #666;
  overflow: hidden;
  position: relative;
}

.edit-box div h6 {
  color: #08a83b;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  overflow: hidden;
  line-height: 50px;
  display: block;
  font-size: 32px;
}

.edit-box div.item3 h6 {
  margin-top: -22px;
}

.edit-box a {
  color: #666;
}

.edit-box a:hover {
  color: #1951b0;
}

.con_block h1 {
  font-size: 24px;
  /* font-family: Conv_ROBOTO; */
  margin-bottom: 10px;
}

.con_block p {
  line-height: 36px;
}


/**/
.proinfo {
  padding-bottom: 100px;
}

.pro_detail {
  overflow: hidden;
  margin: 0px 0;
}

.pro_detail .picbox {
  width: 54%;
  float: left;
}

.pro_detail .rightcon {
  float: right;
  width: 43%;
}

.pro_detail .picbox .pic {
  width: 100%;
  display: none;
}

.pro_detail .picbox div {
  width: 100%;
  margin-top: 10px;
}

.pro_detail .picbox div img {
  display: block;
  margin-bottom: 8px;
  width: 23.5%;
  float: left;
  margin-left: 2%;
  cursor: pointer;
}

.pro_detail .picbox div img:first-child {
  margin-left: 0;
}

.pro_detail .rightcon {
  color: #666;
  line-height: 26px;
}

.pro_detail .rightcon h1 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}

.s_mail,
.s_tel,
.s_qq,
.s_skype,
.s_whatsapp {
  font-size: 15px;
  color: #333;
  margin: 10px 25px 0px 0;
  line-height: 24px;
  float: left;
}

.s_mail a {
  color: #C1064D;
}

.s_mail a:hover {
  color: #C1064D;
  text-decoration: underline;
}

.s_mail i {
  color: #C1064D;
  font-size: 16px;
}

.s_skype i {
  color: #C1064D;
  font-size: 18px;
}

.s_tel i {
  color: #666;
}

.pro_detail .rightcon .linkdiv {
  margin-top: 25px;
  display: block;
}

.pro_detail .rightcon .linkdiv a {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  width: 165px;
  padding: 6px 0;
  font-size: 16px;
  color: #fff;
  border: 2px solid #C1064D;
}

.pro_detail .rightcon .linkdiv a i {
  margin-right: 10px;
  font-size: 22px;
  font-weight: 100;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.pro_detail .rightcon .linkdiv a.online {
  background: #A2134C;
  margin-right: 15px;
}

.pro_detail .rightcon .linkdiv a.message {
  color: #A2134C;
  margin-top: -5px;
}

.pro_detail .rightcon .linkdiv a.online:hover {
  background: #fff;
  color: #A2134C
}

.pro_detail .rightcon .linkdiv a.message:hover {
  background: #A2134C;
  color: #fff;
}

.proinfo_tit {
  margin-bottom: 35px;
  margin: 5% 0.5% 10px;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(to right, #A2134C, #DE95B2);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.proinfo_tit h6 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-weight: 100;
  margin-right: 7px;
  font-size: 24px;
}

.proinfo_con,
.proinfo_product,
.proinfo_form {
  color: #666;
  padding: 0 2px;
  margin: 20px 0.5% 40px 0.5%;
  overflow: hidden;
}

.p_right p:last-child {
  margin-bottom: 50px;
}

.proinfo_con {
  line-height: 26px;
}

.proinfo_con .tabbox {
  overflow-x: auto;
}

.proinfo_con img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.proinfo_con table {
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  line-height: 24px;
}

.proinfo_con table td {
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  ;
  padding: 13px;
}

.proinfo_con table tr:nth-child(odd) td {
  background: #f4f4f4;
}

.proinfo_con table tr:first-child td {
  background: #ccc;
  text-align: center;
  font-weight: 600;
  color: #333;
}

.proinfo_con table tr td:first-child {
  padding: 10px 25px;
  text-align: center;
}

.proinfo_form .tips {
  color: #777;
  font-size: 14px;
  font-weight: 100;
  display: block;
}

.proinfo_form .contac {
  margin: 10px 0 20px 0;
  color: #0d345f
}

.contac a {
  color: #0d345f;
}

.contac a:hover {
  color: #1951b0;
}

.proinfo_form .contac b:last-child {
  margin-left: 70px;
}

.proinfo_form input,
.proinfo_form textarea {
  margin-bottom: 15px;
  line-height: 24px;
  float: left;
  border: 1px solid #bbb;
  resize: none;
  padding: 8px 15px;
}

.proinfo_form input {
  width: 49%;
}

.proinfo_form input:nth-child(even) {
  margin-left: 2%;
}

.proinfo_form textarea {
  width: 100%;
  float: none;
}

.proinfo_form button {
  border: none;
  background: #A2134C;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  clear: both;
  transition: all .3s;
}

.proinfo_form button:hover {
  opacity: .8
}

.proinfo_product .item {
  float: left;
  position: relative;
  width: 24.25%;
  margin-left: 1%;
  overflow: hidden;
}

.proinfo_product .item img {
  display: block;
  width: 100%;
}

.proinfo_product .item:first-child {
  margin-left: 0;
}

.proinfo_product .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  transition: all .3s;
  padding: 10px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.proinfo_product .item:hover span {
  background: rgba(0, 0, 0, .9);
}

.proinfo_nav {
  margin: 10px 0;
  margin-bottom: 30px;
  background: #BD0750;
  color: #fff;
}

.proinfo_nav a {
  padding: 15px 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.proinfo_nav a:hover {
  background: #DE95B2;
  color: #fff;
}

.p_right .home_project_list li {
  width: 31.3%;
  margin: 10px 1%;
  float: left;
  text-align: center;
}

.graybg .home_project_list li {
  width: 31.3%;
  margin: 15px 1%;
  float: left;
}

.graybg .home_project ul li:hover {
  margin-top: 15px;
}

.p_right .home_project_list li a {
  color: #333;
}

.p_right .home_project_list li a:hover {
  color: #BD0750;
}


@media screen and (max-width: 1240px) {
  .warper {
    padding: 0 10px;
  }

  .head .language {
    margin-right: 10px;
  }

  #nav .logo img {
    width: 120px;
    /* margin-top: 10px; */
  }

  nav li>a {
    padding: 44px 3px 32px
  }

  .home_sol li {
    width: 32.3%;
  }

  .home_project_lis .item a.con p {
    line-height: 20px;
    font-size: 12px;
    height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .news_lis li a.con b {
    height: 48px;
    margin: 15px 0;
  }

  .home_equipment .tabcon .r .tit {
    margin: 20px 0;
    font-size: 24px;
  }

  .about_l,
  .about_r,
  .about_r img {
    width: 100%;
  }

  .about_l {
    padding: 20px;
  }

  footer .item1 {
    width: 98%;
    margin: 10px 1%;
  }

  footer .item1 li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 30px;
  }

  footer .item3 {
    width: 98%;
    margin: 10px 1%;
  }

  footer .item4 {
    width: 98%;
    margin: 10px 1%;
  }
}

@media screen and (max-width: 990px) {
  .head .r span {
    display: none;
  }

  /* #nav .logo {
    margin: 7px 0;
  } */

  #nav .logo img {
    margin-top: 2px;
  }

  .home_sol li {
    width: 49%;
    margin-bottom: 0;
  }

  .search-button,
  .language {
    display: none;
  }

  nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    box-shadow: 0 3px 5px #666;
    z-index: 99;
    overflow: auto;
    background: #e5e5e5;
    transform: translateX(-300px);
    transition: 0.3s;
  }

  nav li {
    float: none;
  }

  nav li>a {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }

  .position nav li>a {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }

  nav li dl {
    display: none;
    opacity: 0;
  }

  nav li a:hover {
    background: #1951b0;
    color: #fff;
  }

  nav li dl {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  nav li dd a {
    padding: 8px 20px;
    display: block;
    font-size: 13px;
  }

  #nav .nav-button {
    display: block;
    top: 18px;
  }

  .position#nav .nav-button {
    display: block;
    top: 26px;
  }

  footer h4 {
    margin-bottom: 20px;
  }

  footer .item2 dd {
    width: 40%;
  }

  .in_pro_block li {
    width: 49%;
  }

  .p_right .in_pro_block li {
    width: 49%;
  }

  .home_ser li {
    width: 33.3%;
  }

  .p_right .home_project_list li {
    width: 49%;
    margin: 0px 0.5% 10px;
  }

  .graybg .home_project_list li {
    width: 48%;
    margin: 15px 1%;
  }


  .video_lis li {
    width: 31%;
  }

  .mediadoc_lis li,
  .gallery li {
    width: 32%;
  }

  .news_lis li .time {
    left: 29%;
  }

  .p_left,
  .p_right {
    width: 100%;
    margin: 0;
    float: none;
  }

  .p_left {
    background: #fff;
    padding-bottom: 0;
  }

  .p_left h3 {
    display: none;
  }

  .s_sol {
    display: none;
  }

  .pro_lis {
    padding: 0 1% 20px 1%;
    margin-top: 20px;
  }

  .prol_menu {
    display: none;
  }

  .prol_tit {
    position: relative;
  }

  .prol_tit a {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 20px;
    text-align: right;
    color: #1951b0;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .home_about .l,
  .home_about .r {
    width: 100%;
  }

  .home_about .l {
    margin-bottom: 20px;
  }

  .home_about {
    padding: 50px 0;
  }

  .home_equipment {
    padding-bottom: 40px;
  }

  .home_project_lis .item a.con .more {
    display: none;
  }

  .home_project_lis .item a.con p {
    margin-bottom: 0;
  }

  .contactform,
  .edit-box {
    width: 100%;
    margin-top: 30px;
  }

  .contactform input[type=text] {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .contactform textarea {
    margin-left: 0;
    width: 100%
  }

  .contactform .submitspan {
    margin-right: 0;
  }

  .contacttit {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .contactcon,
  .map {
    margin: 0 1%;
  }

  .map div {
    border-width: 4px;
  }

}


@media screen and (max-width: 900px) {
  .news_lis li a.con b {
    height: 48px;
    margin: 10px 0;
  }

  .pro_detail .picbox,
  .pro_detail .rightcon {
    width: 100%;
  }

  .pro_detail .rightcon h1 {
    margin: 10px 0 10px 0;
  }

  .item {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  footer h4 {
    font-size: 20px;
  }

  footer .item2 {
    display: none;
  }

  footer .item {
    width: 96%;
    float: none;
    margin: 20px auto;
  }

  footer .item:nth-child(odd) {
    padding: 0;
  }

  footer .item3 li {
    margin-bottom: 10px;
  }

  footer .item3 i {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    top: 4px;
  }

  footer .item3 i.icon-dizhi {
    top: 0px;
  }


  .contactform .submitspan i {
    font-size: 30px;
  }

  .main {
    padding-bottom: 0px;
  }



  .mediadoc_lis li,
  .gallery li {
    width: 48%;
  }

  .honor_lis li {
    width: 32%;
  }

  .yearline .dian {
    top: 3px;
  }

  .historytit,
  .yearline .year {
    font-size: 24px;
  }

  .yearline .historyconline {
    margin-right: 54%;
    line-height: 24px;
  }

  .yearline:nth-child(odd) .historyconline {
    margin-left: 54%;
    line-height: 24px;
  }

  .project_lis .item {
    width: 100%;
  }

  .home_project_lis .item a.con b.tit {
    font-size: 14px;
  }

  .news_lis li .time {
    left: 25%;
    padding: 5px;
  }

  .news_lis li .time em {
    font-size: 20px;
  }

  .news_lis li {
    margin: 20px 0;
  }

  .home_news ul li p {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }

  .home_news ul li {
    width: 49%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .home_equipment .tabcon .l,
  .home_equipment .tabcon .r {
    width: 100%;
  }

  .home_equipment .tabcon .r .more {
    display: none;
  }

  .home_boxtit strong {
    font-size: 30px;
    top: -22px;
  }

  .home_about .l .tit {
    font-size: 24px;
  }

  .home_about .l .tit em {
    font-size: 16px;
  }

  .home_about .l .tit b {
    height: 45px;
  }

  .home_project {
    padding-bottom: 40px;
  }

  .home_boxtit {
    margin: 40px auto 20px auto;
  }

  .home_project .owl-carousel {
    margin-top: -44px;
    padding-top: 60px;
  }

  .home_project_lis .item a.con p {
    height: 56px;
  }

  .home_project_lis .item a.con .more {
    display: block;
    margin-top: 20px;
  }

}

.sitewidget-content .sitewidget-hd h2.custorm-title {
  font-size: 24px;
  color: #fff;
}

.sitewidget-content .center-block {
  text-align: center;
}

.sitewidget-content .center-block .pic-box {
  text-align: center;
  /* font-family: Roboto; */
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  line-height: 1.7em;
}

.sitewidget-content .center-block .cicle {
  margin: 0 auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #B62966;
}

.sitewidget-content .center-block .cicle:hvoer {
  background-color: #BD0750;
}

.sitewidget-content .center-block .cicle .font-icon {
  line-height: 100px;
  font-size: 48px;
  color: #fff;
}

.sitewidget-content .center-block .cicle img {
  width: 64%;
}

.sitewidget-content .block-title {
  font-family: Impact;
}

.sitewidget-content .block-mobile {
  /* font-family: Roboto; */
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}

.sitewidget-content .block-title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: center;
  padding-top: 20px;
}

.sitewidget-content .sitewidget-con {
  margin: 40px auto;
}

.map-wrap {
  text-align: center;
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .map-wrap {
    width: 100%;
    background: url(../images//bg.jpg) no-repeat center;
  }
}

@media screen and (max-width: 640px) {
  .map-wrap {
    width: 100%;
    padding: 20px 0;
    background: url(../images//bg.jpg) no-repeat center;
  }
}


@media screen and (max-width: 640px) {
  .foottop {
    padding-right: 165px;
    padding-left: 45px;
    line-height: 24px;
  }

  .foottop i {
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 24px;
  }

  .foottop a {
    padding: 5px 20px;
    top: 15px;
  }

  .home_ser {
    display: none;
  }

  .video_lis li {
    width: 47%;
  }

  .news_lis li h3 {
    font-size: 16px;
  }

  .proinfo_product .item {
    width: 49%;
    margin-left: 0;
    margin-bottom: 10px
  }

  .proinfo_product .item:nth-child(even) {
    margin-left: 2%;
  }

  .proinfo_form input {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .proinfo_form input:nth-child(even) {
    margin-left: 0;
  }

  .proinfo_form .tips {
    font-size: 13px;
  }

  .home_news_lis .item a.con p {
    height: 52px;
  }
}

@media screen and (max-width:480px) {
  footer h4 {
    font-size: 17px;
  }

  .contacttit {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 12px;
  }

  .edit-box div {
    padding: 5px 0;
    padding-left: 40px;
  }

  .edit-box div h6 {
    font-size: 24px;
  }

  .contactform textarea {
    width: 80%;
  }

  .contactform .submitspan {
    width: 20%;
  }

  .in_pro_block li {
    width: 98%;
  }

  .p_right .in_pro_block li {
    width: 98%;
  }

  .home_news_lis .item a.con p {
    display: none
  }

  .p_right .home_project_list li {
    width: 100%;
    margin: 0 0 10px;
  }

  .graybg .home_project_list li {
    width: 100%;
    margin: 15px 0;
  }

  .sub_menu a {
    width: 130px;
    margin: 5px 5px 5px 0;
    line-height: 30px;
    height: 35px;
    font-size: 14px;
  }

  .sub_menu {
    margin: 30px 2% 15px 2%;
  }

  .video_lis li p {
    font-size: 12px;
    height: 37px;
    line-height: 20px;
  }

  .mediadoc_lis li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .gallery li {
    margin-bottom: 10px;
  }

  .honor_lis li {
    width: 48%;
    margin-bottom: 15px;
  }

  .historytit,
  .yearline .year {
    font-size: 17px;
  }

  .yearline .historyconline .historycon {
    padding: 10px;
  }

  .home_project_lis .item a.con {
    padding: 12px 3%;
  }

  .news_lis li .time {
    display: none;
  }

  .news_lis li a.con b {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }

  .news_lis li a.con .more {
    display: none;
  }

  .news_lis li a.con {
    padding: 10px;
  }

  .fontcon h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .fontcon p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .fontcon img {
    margin-bottom: 10px;
  }

  .tags {
    margin: 20px 0;
    font-size: 16px;
  }

  .pro_detail .rightcon h1 {
    font-size: 17px;
  }

  .pro_detail .rightcon .linkdiv a {
    width: 170px;
  }

  .pro_detail .rightcon .linkdiv a.online {
    margin-right: 5px;
    display: inline-block;
  }

  .proinfo_con {
    margin: 10px 2% 25px 2%
  }

  .home_boxtit {
    width: 100%;
  }

  .home_equipment .tabcon .r p {
    display: none
  }

  .home_equipment .tabcon .r .tit {
    font-size: 17px;
  }

  .home_boxtit strong {
    font-size: 20px;
    top: -16px;
  }

  .home_news ul li .more {
    display: none;
  }

  .home_news ul li p {
    margin-bottom: 10px;
  }

  .home_boxtit b.con {
    padding: 20px 10px 15px 10px;
  }

  .home_about .l .alink a i {
    font-size: 20px;
  }

  .home_about .l .alink a {
    margin-right: 10px;
    padding: 0 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .home_about .l .alink {
    margin-bottom: 10px;
  }

  .home_about {
    padding: 30px 0
  }

  .home_project_lis .item a.con .more {
    display: none;
  }

  .home_project_lis .item a.pic {
    width: 40%;
  }

  .home_project_lis .item a.con {
    width: 58%;
  }

  .project_lis .item .box:last-child a.pic span.jiantou {
    background-size: 12px;
    width: 12px;
  }

  .news_lis li a.pic {
    width: 98%;
  }

  .news_lis li a.con {
    width: 98%;
  }

}

/* 展示区 */
.other-say-list {
  max-width: 980px;
  margin: 60px auto;
}

.other-say-list .area-left img {
  width: 100%;
}

.area-right {
  background-color: #bd0750;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 282px;
}

/* products */

.product-area {
  margin: 20px auto;
}

.right-area {
  margin-bottom: 170px;
}

.sub-banner {
  padding-top: 80px;
}

.sub-banner img {
  display: block;
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.card-title {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 2.2em;
  text-align: left;
  padding-left: 20px;
  background-color: #bd0750;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-ul {
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.35);
}

.card-li {
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 3em;
  text-align: left;
  padding-left: 20px;
  border-top: 1px solid #f3f3f3;
  background-color: #fff;
  transition: 0.1s;
}

.card-li:hover {
  background-color: #eee;
}

.card-li:hover a {
  color: #a61c00;
}

.card-li.active {
  background-color: #eee;
  font-weight: bold;
}

.card-li.active a {
  color: #a61c00;
}

.product-area .title {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8em;
  margin-bottom: 15px;
}

.product-area .right-area .prod-list-list {
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}

.prod-list-list .prod-tilte img {
  position: relative;
  top: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.prod-list-list .prod-des {
  font-weight: bold;
  font-size: 14px;
  margin: 8px auto;
  height: 23px;
}

.prod-list-list .prod-des a {
  display: block;
  width: 100%;
  height: 23px;
  white-space: normal;
  overflow: hidden;
  text-overflow:ellipsis;
}

.prod-list-list:hover .prod-tilte img {
  top: -5px;
}

.prod-list-list:hover .prod-des a {
  color: #C00753;
}

.prod-list-list:hover .prod-bottom {
  background-color: rgba(192, 7, 83, .8);
}

.product-area .prod-bottom {
  line-height: 35px;
  text-align: center;
  background-color: #BD0750;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: .3s ease-in-out;
}

.product-area .prod-bottom a {
  color: #fff;
}

.product-area {
  position: relative;
}

.road-sign {
  transition: 0.2s;
  width: 100%;
}

.road-sign.sticky {
  position: fixed;
  top: 90px;
  width: 14%;
  min-width: 200px;
  z-index: 9;
}

.p_left.sticky {
  position: fixed;
  top: 50px;
  max-width: 276px;
  z-index: 10;
}

/* about Us */

.content-area,
.breadcrumb-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.content-area .txt-des-wrap {
  margin: 20px auto 30px;
}

.content-area .txt-des-wrap .title {
  width: 100%;
  margin: 0 auto;
}

.content-area .txt-des-wrap .title h2 {
  font-size: 42px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: center;
}

.content-area .txt-des-wrap {
  letter-spacing: 0;
  line-height: 1.7em;
  font-weight: bold;
}

.graphic-and-textual-information {
  text-align: center;
}

.graphic-and-textual-information img {
  display: block;
  /* max-width: 800px; */
  margin: 0 auto;
  width: 100%;
}

.mid-pic {
  margin-left: -15px;
  margin-right: -15px;
}

.mid-pic img {
  display: block;
  width: 100%;
}

.mid-wrap .block-area {
  position: relative;
  color: #fff;
  padding: 30px 20px 90px;
  margin: 15px auto;
  border-radius: 0 40px;
  background: linear-gradient(to bottom right, #AB2A5E, #A2134C);
}

.mid-wrap .des {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 15px;
}

.block-area .s-bg {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 6%;
}

.mid-wrap .pic-list {
  margin-bottom: 15px;
}

.mid-wrap .pic-list img {
  display: block;
  width: 100%;
  height: auto;
}

/* Service */
.content-area .sub-title {
  /* font-family: Impact; */
  font-size: 24px;
  color: #333;
  font-weight: 0;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #DDDDDD;
}

.txt-des-wrap .more-info {
  font-size: 16px;
  color: #333;
  line-height: 1.8em;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.7em;
  margin-top: 20px;
}

.pic-and-txt {
  margin: 20px auto;
}

.pic-and-txt-box h3 {
  font-size: 24px;
  color: #172119;
  font-weight: 600;
}

.pic-and-txt-box p {
  font-size: 18px;
  color: #172119;
  font-weight: 300;
  margin-top: 15px;
}

.pic-and-txt .align-item-middle {
  display: flex;
  align-items: center;
}

.other-area {
  width: 100%;
  padding: 40px 0;
  background-color: #EEEEEE;
}

.other-area .content {
  max-width: 1440px;
  margin: 20px auto;
}

.other-area .outbox {
  position: relative;
  top: 0;
  width: 100%;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all .2s;
}

.other-area .outbox:hover {
  top: -10px;
}

.other-area .outbox img {
  display: block;
  max-width: 100%;
}

.other-area h5.title {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}

.other-area p {
  font-size: 24;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  letter-spacing: 1px;
}

.content-us-btn {
  width: 140px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #A2134C;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 15px;
}

.relative-box {
  position: relative;
}

/* News */
.nav-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto;
}

.nav-btn {
  line-height: 50px;
  text-align: center;
  width: 100%;
  background-color: #F1F2F7;
  color: #BF0766;
  font-weight: bold;
  cursor: pointer;
}

.nav-btn:hover,
.nav-btn.active {
  background-color: #BD0750;
  color: #fff;
}

.list-wrap {
  width: 100%;
}

.list-wrap .list-hd {
  width: 100%;
  position: relative;
}

.list-wrap .list-hd img {
  display: block;
  width: 100%;
}

.list-bd {
  cursor: pointer;
  padding: 15px 0;
}

.list-wrap {
  margin-bottom: 10px;
}

.list-wrap .mask-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: all .2s;
  cursor: pointer;
}

.list-wrap .mask-b .circle {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  transform: translate(-50px, -100px) rotate(-45deg);
  transition: all .2s;
}

.list-wrap:hover .mask-b {
  background-color: rgba(255, 255, 255, .4);
}

.list-wrap:hover .circle {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  transform: translate(-50px, -100px) rotate(0) scale(.8);
}

.list-title {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date-box {
  margin: 3px auto 2px;
}

.date-box,
.list-dsc {
  color: #9F9999;
  font-weight: bold;
}

.n-t-title {
  font-weight: bold;
}

.sub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px auto;
  /* font-family: Roboto; */
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.sub-title-item {
  font-size: 14px;
  font-weight: bold;
  /* font-family: Roboto; */
}

.right-area .title {
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

.right-area .art-lis {
  margin-top: 15px;
}

.right-area .art-lis img {
  max-width: 100%;
}

.art-lis p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 14px;
  margin: 15px auto;
}

.n-t-p {
  line-height: 1.7em;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.related-products {
  padding: 20px;
}

.related-products .title {
  font-weight: bold;
  color: #333;
  /* font-family: Impact; */
  margin-top: 15px;
  padding-top: 15px;
}

.related-products .list-box {
  text-align: center;
}

.related-products .list-box img {
  max-width: 100%;
}

.related-products .list-box p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

.has-bg {
  width: 100%;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: 100%;
}

.related-products {
  background-color: #fff;
  margin: 20px auto;
}

input::-moz-placeholder {
  color: #877587;
  font-size: 14px;
}

textarea::-moz-placeholder {
  color: #877587;
  font-size: 14px;
}

/* 侧栏 */

.item-static img,
.hover-show img,
.slidbar-item.qr-p img {
  display: inline-block;
  width: 60%;

}

.hover-show img,
.qr-p-style img {
  vertical-align: middle;
}

@media screen and (min-width: 900px) {

  .contact-wrap {
    display: none;
    position: absolute;
    top: -158px;
    right: 65px;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 15px #ccc;
    z-index: 9999;
  }

  .contact-wrap h3 {
    color: #3E25C0;
  }

  .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .contact-wrap .btn {
    display: block;
    width: 95%;
    margin: 0 auto;
    background-color: #4431BA;
    border-radius: 30px;
    padding: 15px;
    color: #fff;
    font-weight: bold;
  }

  .contact-wrap .form-control {
    width: 500px;
    border-radius: 30px;
    border-color: 1px solid #B3BDB5;
    padding: 23px 15px;
    margin: 30px auto;
  }

  .slidbar-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-25%);
    width: 60px;
    z-index: 99;
  }

  .slidbar-item.contanct-us {
    width: 60px;
    height: 130px;
    line-height: 90px;
    background-color: rgba(99, 48, 196, .7);
    cursor: pointer;
  }

  .slidbar-item.contanct-us h4 {
    transform: rotate(-90deg);
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    top: 77px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .slidbar-item.qr-p-style {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    background-color: rgba(84, 160, 83, .7);
  }

  .qr-p-style .fa {
    color: #fff;
  }

  .slidbar-item {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
  }

  .slidbar-wrap .qr-code {
    display: none;
    position: absolute;
    left: -189px;
    top: 83px;
    padding: 10px;
    background-color: #fff;
  }

  .hover-show,
  .qr-p-style {
    text-align: center;
    vertical-align: middle;
  }

  .slidbar-item .qr-code img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .slidbar-item .item-static {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 110, 190, .8);
    color: #fff;
    transition: .2s;
  }

  .slidbar-item:nth-child(1) .item-static {
    background-color: rgba(87, 170, 74, .7);
  }

  .slidbar-item:nth-child(2) .item-static {
    background-color: rgba(230, 36, 28, .7);
  }

  .slidbar-item .hover-show {
    position: absolute;
    left: 60px;
    top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #1F77D7;
    transition: .2s;
  }

  .slidbar-item .item-out-box {
    position: absolute;
    left: 180px;
    top: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 0 0 15px;
    background-color: rgba(31, 119, 215, .7);
    color: #fff;
    vertical-align: middle;
    transition: .2s;
  }

  .slidbar-item:nth-child(1) .item-out-box {
    background-color: rgba(87, 170, 74, .7);
  }

  .slidbar-item:nth-child(2) .item-out-box {
    background-color: rgba(230, 36, 28, .7);
  }

  .slidbar-item .item-out-box.out-big-box {
    position: absolute;
    width: 250px;
    height: 250px;
    /* top: -250px; */
    left: 250px;
  }

  .slidbar-item .item-out-box a {
    font-weight: bold;
    /* font-family: '微软雅黑'; */
    color: #fff;
  }

  .slidbar-item .hover-show i {
    color: #1F77D7;
  }

  .slidbar-item:nth-child(1) .hover-show i {
    color: rgba(87, 170, 74, .7);
  }

  .slidbar-item:nth-child(2) .hover-show i {
    color: rgba(230, 36, 28, .7);
  }

  .slidbar-item:hover .item-static {
    left: 60px;
  }

  .slidbar-item:hover .hover-show {
    left: 0px;
  }

  .slidbar-item:hover .item-out-box {
    left: -180px;
  }
}

@media screen and (max-width:900px) {

  .slidbar-wrap {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 999;
  }

  .slidbar-wrap .slidbar-item {
    flex: 1;
    height: 60px;
    position: relative;
  }

  .slidbar-item .hover-show {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 110, 190, .8);
    color: #fff;
  }

  .slidbar-item:nth-child(2) .hover-show {
    border-left: 1px solid rgba(255, 255, 255, .7);
    border-right: 1px solid rgba(255, 255, 255, .7);
  }

  .slidbar-item .hover-show a {
    color: #fff;
  }

  .slidbar-item .item-static {
    display: none;
    width: 0;
  }

  .slidbar-item .item-out-box {
    display: none;
    width: 0;
  }

  .slidbar-item .hover-show img {
    display: block;
    width: 16%;
    margin: 0 auto;
    vertical-align: middle;
  }

  .qr-code,
  .contact-wrap,
  .slidbar-item.qr-p,
  .slidbar-item.contanct-us {
    display: none;
  }
}



@media screen and (max-width:360px) {

  .home_boxtit span b,
  .home_equipment .home_boxtit span b,
  .home_project .home_boxtit span b {
    width: 60px;
  }
}

@media screen and (max-width:320px) {
  .video_lis li {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }

  .news_lis li a.pic,
  .news_lis li a.con {
    width: 100%;
  }

}