@charset "utf-8";
.h2title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.h2title:after {
  content: "";
  background: url(../images/title_after.png) center no-repeat;
  display: block;
  width: 138px;
  height: 18px;
  margin: 10px auto;
}
a.more {
  font-size: 12px;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
}
.p-morehover {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #e7b220), color-stop(50%, #000000));
  background: -webkit-linear-gradient(right, #e7b220 50%, #000000 50%);
  background: -o-linear-gradient(right, #e7b220 50%, #000000 50%);
  background: linear-gradient(to left, #e7b220 50%, #000000 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.applymore {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #004da0), color-stop(50%, #000000));
  background: -webkit-linear-gradient(right, #004da0 50%, #000000 50%);
  background: -o-linear-gradient(right, #004da0 50%, #000000 50%);
  background: linear-gradient(to left, #004da0 50%, #000000 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
@media (min-width: 768px) {
  .applymore:hover,
  .applymore:focus,
  .p-morehover:hover,
  .p-morehover:focus,
  .news-morehover:hover,
  .news-morehover:focus {
    background-position: left bottom;
  }
}
/*banner*/
.banner {
  position: relative;
}
.banner:after {
  content: "";
  width:calc(100% - 337px);
  height: 1px;
  background-color: #004da0;
  position: absolute;
  right: 0;
}
.owl-banner .owl-controls {
  margin-top: 0;
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 300px;
  z-index: 1;
}
.owl-banner .owl-controls .owl-page span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #004da0;
}
.owl-banner .owl-controls .owl-page.active span,
.owl-banner .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #e7b220;
}
@media  (min-width: 768px){
  .banner{
    min-width: 1200px;
  }
}
@media  (max-width: 767px){
  .owl-banner .owl-controls{
    left: 100px;
  }
  .banner:after {
    width: calc(100% - 137px);
  }
}
/*产品*/
.product {
  padding: 100px 0;
}
.product .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product .content figure {
  width: 48%;
}
.product .content figure figcaption{
  overflow: hidden;
}
.product .content figure figcaption img {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.product .content figure .pro-info {
  padding-left: 60px;
  position: relative;
}
.product .content figure .pro-info .pro-en a {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product .content figure .pro-info .pro-cn a {
  color: #2c7fe7;
}
.product .content figure .pro-info:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #999;
  position: absolute;
  left: 28px;
  top: -64px;
}
@media  (min-width: 768px){
  .product .content figure:hover figcaption img{
    -webkit-transform: translate(-10px,-10px) scale(1.1);
    -ms-transform: translate(-10px,-10px) scale(1.1);
    transform: translate(-10px,-10px) scale(1.1);
  }
}
@media (max-width: 767px) {
  .product {
    padding: 50px 0;
  }
  .product .content {
    margin: 50px auto 0;
  }
  .product .content figure {
    margin-bottom: 30px;
  }
  .product .content figure .pro-info:before{
    display: none;
  }
  .product .content figure .pro-info {
    padding-left: 0;
    text-align: center;
  }
  .product .content figure .pro-info .pro-en a{
    letter-spacing: 0;
  }
}
/*小banner*/
.sban {
  margin: auto;
  position: relative;
  height: 285px;
  overflow: hidden;
}
.sban .sban-text {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sban {
    width: 100%;
  }
  .sban .sban-text {
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes about-img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-webkit-keyframes about-img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/*关于我们*/
.about {
  padding: 150px 0;
}
.about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .content .content-l,
.about .content .content-r {
  width: 47%;
}
.about .content .conimg {
  width: 549px;
  height: 415px;
  overflow: hidden;
}
.about .content .conimg img {
  /*  animation: about-img 10s linear ;*/
  /* Safari 与 Chrome: */
  /*  -webkit-animation: about-img 10s linear ;*/
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
.about .content .content-r {
  padding: 20px 0;
  width: 50%;
}
.about .content .content-r h3 {
  font-size: 22px;
  color: #333;
}
.about .content .content-r h3 span {
  color: #2c7fe7;
  text-transform: uppercase;
}
.about .content .content-r .stitle {
  color: #000;
  margin-top: 10px;
}
.about .content .content-r .stitle:before {
  content: "";
  background-color: #e7b220;
  width: 4px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.about .content .content-r .title {
  margin-top: 50px;
  color: #666;
  line-height: 33px;
}
.about .content .content-r .cont-icon {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.about .content .content-r .cont-icon figure {
 /* width: 25%;*/
  position: relative;
  padding: 0 15px;
}
.about .content .content-r .cont-icon figure figcaption {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .content .content-r .cont-icon figure img {
  cursor: pointer;
}
.about .content .content-r .cont-icon figure:first-child img{
  margin-top: -4px;
}
.about .content .content-r .cont-icon figure p {
  color: #555;
  font-size: 12px;
}
.about .content .content-r .cont-icon figure:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 37%;
}
.about .content .content-r .cont-icon figure:last-child:after {
  display: none;
}
@media (min-width: 768px){
  .about .content .conimg img:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@media (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
  .about .content .conimg {
    width: 100%;
    height: 230px;
    overflow: hidden;
  }
  .about .content .content-l,
  .about .content .content-r {
    width: 100%;
  }
  .about .content .content-r .cont-icon figure{
    padding: 0 2%;
  }
  .about .content .content-r .cont-icon figure:first-child{
    padding-left: 0;
  }
  .about .content .content-r .cont-icon figure:last-child{
    padding-right: 0;
  }
  .about .content .content-r .title {
    margin-top: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .about .content .content-r .cont-icon figure img {
    max-height: 30px;
  }
  .about .content .content-r .cont-icon figure p {
    font-size: 12px;
  }
  .about .content .content-r .cont-icon figure:first-child img{

  }
  .about .content .content-r .cont-icon figure:nth-child(2) img{
    width: 25px;
  }
  .about .content .content-r .cont-icon figure:nth-child(3) img{}
  .about .content .content-r .cont-icon figure:last-child img{
    width: 40px;
  }
  .about .content .content-r .cont-icon figure figcaption{
    height: 50px;
  }
}
/*应用领域*/
.apply {
  background: url("../images/apply_bg.jpg") no-repeat center;
  padding: 70px 0;
  background-size: cover;
}
.apply .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}
.apply figure {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4%;
  background-color: #e1eaf4;
  padding: 15px;
}
.apply figure figcaption {
  width: 30%;
  overflow: hidden;
}
.apply figure figcaption img{
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.apply figure .apply-info {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.apply figure .apply-info h5 {
  margin-bottom: 10px;
}
.apply figure .apply-info h5 a {
  font-size: 16px;
  color: #010101;
}
.apply figure .apply-info p {
  color: #515151;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media  (min-width: 768px){
  .apply figure{
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #e1eaf4), color-stop(50%, #bdd9f7));
    background: -webkit-linear-gradient(right, #e1eaf4 50%, #bdd9f7 50%);
    background: -o-linear-gradient(right, #e1eaf4 50%, #bdd9f7 50%);
    background: linear-gradient(to left, #e1eaf4 50%, #bdd9f7 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
  }
  .apply figure:hover, .apply figure:focus{
    background-position: left bottom;
  }
  .apply figure:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .apply {
    padding: 50px 0;
  }
  .apply .content {
    margin: 50px auto;
  }
  .apply figure {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .apply figure figcaption,
  .apply figure .apply-info {
    width: 100%;
  }
  .apply figure figcaption img {
    display: block;
    margin: auto;
  }
  .apply figure .apply-info h5 {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
  }
  #owl-apply .owl-controls {
    margin-bottom: 10px;
  }
  #owl-apply .owl-controls .owl-page span {
    filter: alpha(opacity=100);
    opacity: 1;
    background: #004da0;
  }
  .apply figure .apply-info p {
    line-height: 24px;
  }
  #owl-apply .owl-controls .owl-page.active span,
  #owl-apply .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
    background: #e7b220;
  }
  #owl-apply{
    margin-top: 50px;
  }
}
/*新闻*/
.news {
  padding: 60px 0;
}
.news .content {
  margin: 55px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .content .contenter {
  width: 48%;
  padding: 15px;
  border: 1px solid #e8e8e8;
}
.news .content .contenter h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
}
.news .content .contenter h3 span {
  padding: 0 3px;
}
.news .content .contenter .news-con .news-info {
  border-bottom: 1px dashed #ccc;
  padding: 15px;
}
.news .content .contenter .news-con .news-info h4 a {
  font-size: 16px;
  color: #555;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .content .contenter .news-con .news-info .date {
  color: #2c7fe7;
  margin: 15px 0;
}
.news .content .contenter .news-con .news-info .date:before {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #e7b220;
  vertical-align: sub;
  display: inline-block;
  margin-right: 10px;
}
.news .content .contenter .news-con .news-info .text {
  color: #888;
  line-height: 24px;
  overflow: hidden;
  height: 50px;
  overflow: hidden;
}
.news .content .contenter .news-con .news-info:nth-child(even) {
  border-bottom: 0;
}
.news .content .cont-l h3 {
  background-color: #2c7fe7;
}
.news .content .cont-r h3 {
  background-color: #1051a2;
}
@media (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
  .news .content {
    margin: 50px auto;
  }
  .news .content .contenter {
    width: 100%;
  }
  .news .content .contenter h3 {
    font-size: 16px;
  }
  .news .content .contenter h3 span img {
    height: 30px;
  }
  .news .content .contenter .news-con .news-info h4 a {
    font-size: 14px;
  }
  .news .content .contenter .news-con .news-info .text,
  .news .content .contenter .news-con .news-info .date {
    font-size: 12px;
  }
}
/*合作伙伴*/
.partner {
  background-color: #f6f6f6;
  padding: 50px 0;
  position: relative;
}
.partner:before {
  content: "";
  width: calc(100% - 342px);
  height: 1px;
  background-color: #004da0;
  position: absolute;
  left: 0;
  top: 0;
}

.partner .partner-text {
  position: absolute;
  top: -18px;
  font-size: 24px;
  color: #004da0;
  right: 200px;
  z-index: 1;
}
.partner .partner-text:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #004da0;
  border-radius: 100%;
  margin-right: 15px;
}
#owl-partner .owl-controls {
  margin-top: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
}
#owl-partner .owl-controls .owl-buttons div {
  background: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
}
#owl-partner .owl-controls .owl-buttons .owl-prev {
  left: -50px;
}
#owl-partner .owl-controls .owl-buttons .owl-next {
  right: -50px;
}
@media (max-width: 767px) {
  .partner {
    padding: 50px 0;
  }
  .partner .partner-text {
    right: 15px;
  }
  #owl-partner .owl-controls {
    top: 6px;
  }
  #owl-partner .owl-controls .owl-buttons .owl-prev {
    left: -15px;
  }
  #owl-partner .owl-controls .owl-buttons .owl-next {
    right: -15px;
  }
  #owl-partner .owl-controls .owl-buttons div img {
    height: 15px;
  }
  .partner:before {
    width: calc(100% - 159px);
  }
}

@media  (min-width: 1441px ) and (max-width: 1920px){
  .partner .partner-text {
    right: 360px;
  }
  .partner:before {
    width: calc(100% - 500px);
  }
}

@media  (max-width: 1279px){
  #owl-partner .owl-controls .owl-buttons .owl-prev {
    left: -20px;
  }
  #owl-partner .owl-controls .owl-buttons .owl-next {
    right: -20px;
  }
}