/* CSS Document */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: MicrosoftYaHei, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
}

img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}

img {
  display: block;
  transition: 0.5s;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}

.clear {
  clear: both;
}

.maln {
  margin-left: auto !important
}

input,
textarea,
select {
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

::selection {
  color: #fff;
  background: #015aaa;
}

* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fons0 {
  font-size: 0px;
  font-size: 0rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #f8f8f8;
  opacity: 1
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #f8f8f8;
  opacity: 1
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #f8f8f8;
  opacity: 1
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #f8f8f8;
  opacity: 1
}





.sou::-webkit-input-placeholder {
  /* WebKit browsers */
  
  color: #333;
  opacity: 1
}

.sou:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333;
  opacity: 1
}

.sou::-moz-placeholder {
  /* Mozilla Firefox 19+ */
 
  color: #333;
  opacity: 1
}

.sou:-ms-input-placeholder {
  /* Internet Explorer 10+ */
 
  color: #333;
  opacity: 1
}














.Allsafe {
  width: calc(100% - 120px);
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width:768px) {
  .Allsafe {
    width: calc(100% - 50px);
  }
}

.Allsafe2 {
  width: calc(100% - 120px);
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width:768px) {
  .Allsafe2 {
    width: calc(100% - 50px);
  }
}

.Allsafe3 {
  width: calc(100% - 120px);
  max-width: 1450px;
  margin: auto;
}

@media screen and (max-width:768px) {
  .Allsafe3 {
    width: calc(100% - 50px);
  }
}

.Allsafe4 {
  width: calc(100% - 120px);
  max-width: 1337px;
  margin: auto;
}

@media screen and (max-width:768px) {
  .Allsafe4 {
    width: calc(100% - 50px);
  }
}

.zong {
  width: calc(100% - 120px);
  max-width: 1200px;
  margin: auto;
}

.zong1 {
  width: calc(100% - 120px);
  max-width: 1200px;
  margin: auto;
}


@media screen and (max-width:768px) {

  .zong {
    width: calc(100% - 50px);
    max-width: 1200px;
    margin: auto;
  }

  .zong1 {
    width: calc(100% - 50px);
    max-width: 1400px;
    margin: auto;
  }
}

a:hover img {
  transform: scale(1.1, 1.1)
}

img {
  max-width: 100%;
}

@media screen and (max-width:999px) {
  a:hover img {
    transform: scale(1, 1)
  }
}

a:hover {
  color: #015aaa;
}

.mp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666666;
}

.mp p,
.mp a {
  color: #666666;
  display: block;
}

.mp a:hover {
  color: #194a5b;
}

@media screen and (max-width:1359px) {
  .mp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }
}

@media screen and (max-width:767px) {
  .mp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px !important;
  }
}

.img1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.img1 img {
  width: 100%;
  position: relative;
  z-index: 1
}

.img1:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  transition: 1s;
  z-index: 2
}

.img1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  transition: 1s;
  z-index: 2
}

.img1:hover:before {
  width: 100%;
  opacity: 0
}

.img1:hover:after {
  height: 100%;
  opacity: 0
}

@keyframes m1tu {
  0% {
    opacity: 0;
    left: 0px;
  }

  50% {
    opacity: 1;
    left: 50%;
  }

  100% {
    opacity: 0;
    left: 100%
  }
}

.img2 {
  display: block;
  width: 300px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.img2 img {
  width: 100%;
}

.img2:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  transition: 0.5s;
  background: #fff;
  width: 40px;
  filter: blur(30px);
  opacity: 0;
  z-index: 3
}

.img2:hover:after {
  -webkit-animation-name: m1tu;
  animation-name: m1tu;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.niu1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.niu1 span {
  position: relative;
  z-index: 2;
}

.niu1:before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 50px solid #194a5b;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.niu1:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 50px solid #194a5b;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.niu1:hover:before {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}

.niu1:hover:after {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}

.niu2 {
  overflow: hidden;
  position: relative;
}

.niu2 span {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #194a5b;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.niu3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.4s linear, color 0.3s linear;
  -o-transition: background 0.4s linear, color 0.3s linear;
  -moz-transition: background 0.4s linear, color 0.3s linear;
  transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: '';
  background: #194a5b;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
  color: #fff;
}

.niu3:hover:after {
  height: 500%;
  opacity: 1;
}


/*  head  */

.head {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
  position: fixed;
}

.headback {
  background-color: #015aaa;
}

.heb {}

.heb .zong1 {
  position: relative;
}

.head .zong1 {
  position: relative;
  z-index: 99;
  padding-top: 1px;
}

.logo {
  display: block;
  float: left;
  width: 217px;
  margin-top: 18px;
  margin-bottom: 26px;
}

.logon {
  display: inline-block;
  vertical-align: middle;
}

.logon img {
  display: block;
  margin: auto;
  width: 100%;
}
.logo img:hover{
  transform: scale(1,1);
}

.her {
  float: right;
}

.yv a:hover {
  text-decoration: underline;
}

.daoz {
  float: right;
  margin-top: 29px;
  margin-bottom: 13px;
  padding-right: 186px;
  position: relative;
}

.daohang>li {
  float: left;
  position: relative;
  z-index: 999;
  padding-right: 33px;
  padding-left: 33px;
  padding-bottom: 2px;
  padding-top: 11px;
}

.daohang>li>a {
  display: inline-block;
  vertical-align: middle;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;

}

.daohang>li>a:hover {
  color: #015aaa;
}
.daohang > li:hover
>a{
  color: #015aaa;
}
.daohang>li.dangqiandao>a {color: #015aaa !important;}

/* .daohang>li:nth-child(6) {
  padding-right: 0px;
}
.daohang>li:first-child {
  padding-left: 0px;
} */

.dangqiandao>a {
  color: #fff;
  transition: 0s;
}
.daohang > li:hover,.daohang > li.dangqiandao{
  background: #fff;
}

.yijiw {
  background: #fff;
  position: absolute;
  width: 220px;
  top: 100%;
  left: 0;
  display: none;
}

.yiji {
  background-color: #fafafa;
  padding-bottom: 8px;
}

.yiji li {
  position: relative;
  transition: 0.5s;
}

.yiji li a {
  display: block;
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;

   padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.yiji li:hover {
  color: #015aaa;
}
.yiji li:hover
>a{
  color: #015aaa;
}


.erji {
  position: absolute;
  width:220px;
  top: -9999px;
  left: 220px;
  background-color: #ffffff;
}

.sanji {
  position: absolute;
  width: 202px;
  background-color: #ffffff;
  top: -9999px;
  left: 202px;
}

.yiji li a:hover {
  color: #015aaa;
}
.yiji li a{
  position: relative;
}
.yiji li a i{
  font-size: 8px;
  color: #015aaa;
}
.yiji li a i{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.erji li a{
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666;
}
.daohang>li:hover .yijiw {
  display: block;
}

.yiji>li:hover .erji {
  display: block;
}

.yiji>li:hover .erji {
  top: 0;
}

.erji>li:hover .sanji {
  top: 0px;
}


.matn {
  margin-top: auto !important;
}

.xiala {
  width: 630px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 11px 1px 4px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0px;
  top: 100%;
  padding: 20px 65px;
  border-bottom: 6px solid #323f85;
  flex-flow: wrap;
  justify-content: space-between;
  display: none;
}

.xlyiji {
  width: 50%;
  padding-right: 10px;
}

.xlyiji>a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}

.xlerji {
  margin-top: 21px;
}

.daohang>li:hover .xiala {
  display: flex;
}
@media screen and (max-width:1219px) {
	
	.yijiw{
 
  width: 180px;


}
	.yiji li a {
 
  font-size: 14px;
  line-height:20px;
}
.erji {

  width: 180px;

  left: 180px;

}
	
}
@media screen and (max-width:999px) {
	
	.yiji li a {
 
  font-size: 12px;
  line-height:20px;

}
	
}
.sousuo {
  width: 30px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.sousuo form {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 35px;
  border-radius: 4px;
}

.sou {
  width: 100%;
  height: 40px;
  float: left;
  line-height: 40px;
  float: left;
  padding-left: 10px;
  padding-right: 60px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background-color: rgba(238, 238, 238, 0.1);
}

.suo {
  width: 50px;
  height: 40px;
  cursor: pointer;
  background: none;
  text-align: center;
  position: relative;
  border-radius: 18px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.sousuo form i {
  display: block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.7rem;
  z-index: 2;
}

.daohang2,
sousuo2,
.xnav {
  display: none
}

.nav {
  position: fixed;
  width: 35px;
  height: 26px;
  background: #fff;
  right: 2.5%;
  top: 42px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 999999999
}

.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991
}

.nav .nav1 {
  margin-top: -1px;
}

.nav .nav2 {
  margin-top: -8px;
}

.nav .nav3 {
  margin-top: 6px;
}

.nav:hover .nav1 {
  width: 25px;
}

.navh .nav1 {
  transform: rotate(45deg)
}

.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}

.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}

.navh:hover .nav2 {
  margin-top: -8px;
  margin-left: 7px;
}

.navh:hover .nav3 {
  margin-top: 5px;
  margin-left: -12px;
}

.smdaohang {
  position: fixed;
  width: 300px;
  height: 0px;
  overflow: auto;
  top: 0px;
  right: 0px;
  background: #015aaa;

  background: 	rgba(1,90,170,0.5);
  z-index: 9999999;
  transition: 0.8s;
  text-align: center;
}

.smdaohangh {
  right: 0px;
  top: 0px;
  height: 100%;
}

.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}

ul.topnav li {
  text-align: left;
  position: relative;
}

ul.topnav li a {
  padding: 5px;
  padding-left: 0px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  padding-right: 50px;
}

ul.topnav ul {
  display: none;
}

ul.topnav ul li {
  clear: both;
}

ul.topnav ul li a {
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
}

ul.topnav ul li a:hover {}

ul.topnav ul ul li a {
  padding-left: 40px;
}

ul.topnav ul ul ul li a {
  padding-left: 60px;
}

ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.8s;
}

ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center
}

ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.8s;
}

ul.topnav span.yizi {
  transform: rotate(90deg)
}

.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
  border-radius: 13px;
}

.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  border-radius: 10px;
}

.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}

.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 3px;
}

.head2 {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.menu {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 1px;
  color: #555555;
}


@media screen and (max-width:1559px) {


  /* .xiala {
    width: 600px;
    padding: 20px;
  } */

  .xlyiji {
    width: 50%;
    padding-right: 10px;
  }

  .xlyiji>a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .xlerji {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:1395px) {


  .daohang>li>a {
    font-size: 16px;
    font-size: 1.6rem;
  }


  .xlyiji {
    width: 50%;
    padding-right: 10px;
  }

  .xlyiji>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .xlerji {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .sou2 {
    font-size: 18px;
  }
}
@media screen and (max-width:1303px){
  .daohang > li {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media screen and (max-width:1219px) {
  .logo {
    width: 180px;
  }

  .daohang>li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .daoz{
    padding-right: 80px;
  }
  .sousuo{
    right: 0;
  }
}
@media screen and (max-width:1111px){
  .logo {
    width: 160px;
  }
  .daohang>li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .daoz{
    padding-right: 30px;
  }
  .daohang > li > a{
    font-size: 14px;
  }
}

@media screen and (min-width:1000px) {

  .carousel,
  .nav {
    display: none
  }
}

@media screen and (max-width:999px) {
  .sousuo {
    right: 9px;
  }

  .daoz {
    margin-top: 0px;
  }

  .xnav {
    display: block
  }

  .head>.zong1 {
    z-index: 2;
  }

  .head .zong1:after {
    content: "";
    clear: both;
    display: block;
  }

  .logo {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 180px;
  }


  .daohang,
  .hexin {
    display: none
  }


  .logo {
    width: 160px;
  }

  .nav {
    top: 37px;
  }
}

@media screen and (max-width:768px) {
  .clear3 {
    display: none
  }

  .logo {
    width: 150px;
  }

  .sousuo {
    right: 39px;
  }
}

@media screen and (max-width:538px) {
  .logo {
    width: 120px;
  }

  .sousuo {
    width: 170px;
  }
}

/* sousuo */
.sousuo {
  height: 30px;
  z-index: 9999;
  border-radius: 50%;
  position: absolute;
  right: 14.2%;
  top: 42px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.sousuo form {
  width: 236px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: 0%;
  top: 100%;
  background: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  color: #015aaa;
  transition: 0.8s;
  z-index: 99999
}

.sou {
  width: 180px;
  height: 38px;
  line-height: 38px;
  border-radius: 18px;
  padding-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
}

.suo {
  width: 40px;
  height: 40px;
  float: right;
  background: none;
  position: relative;
  z-index: 9999999;
  border-radius: 18px;
  cursor: pointer;
}

.sou2,
.sou1 {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 21px !important;
  cursor: pointer;
  color: #015aaa;
  z-index: 99990
}

.sou2 {
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 21px !important;
}

.sousuof form {
  height: 37px;
  border: 1px solid #015aaa;
}
@media screen and (max-width:1220px){
  .sousuo {
    right: 0;
  }
}
@media screen and (max-width:999px){
  .head{
    position: absolute;
    background: 	rgba(1,90,170,0.7);
  }
  .sousuo form{
    right: 0%;
    top: 100%;
  }
  .sousuo {
    height: 30px;
    line-height: 30px;
    bottom: auto;
    top: 50px;
    margin: auto;
    position: absolute;
    right: 40px;
  }

  .sou2 {
    width: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 20px !important
  }

}


/* banner */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-slide {
  position: relative;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 2%;
  text-align: center;
  right: -28%;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  cursor: pointer;
  background: url(../image/huidian.png) no-repeat center center;
  font-size: 0px;
  margin-left: 4.5px;
  margin-right: 4.5px;
  border: none;
  outline: none;
  width: 11px;
  height: 11px;
}

.slick-dots li.slick-active button {
  background: url(../image/baidian.png) no-repeat center center;
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  border: 0px;
  font-size: 0px;
  cursor: pointer;
  display: none !important;
}




@media screen and (max-width:999px) {

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/* Main1 */
.Main1 {
  padding-top: 76px;
  position: relative;
}

.Main1::before {
  position: absolute;
  content: "";
  background: url('../image/m1-back1.png') no-repeat;
  width: 1333px;
  height: 801px;
  background-size: contain;
  left: 0;
  top: -14%;
}

.M1-border {
  position: relative;
}

.M1-yuansu {
  position: absolute;
  top: -69%;
  left: 0;
  z-index: 10;
  display: flex;
}

.M1-element {
  position: relative;
  max-width: 231px;
  margin-right: 76px;
}

.M1-element:nth-child(2) {
  margin-top: 50px;
}

.M1-element::before {
  position: absolute;
  background: url('../image/m1-ele.png') no-repeat;
  width: 231px;
  height: 295px;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.M1-esafe {
  width: 83%;
  margin: 0 auto;
}

.M1-etop {
  padding-top: 46px;
}

.M1-edate {
  padding-top: 39px;
}

.M1-edate p {
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #015aaa;
  line-height: 25px;
}

.M1-edate p span {
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #015aaa;
  display: inline-block;
}

.M1-einfo {
  padding-top: 28px;
}

.M1-einfo p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #666666;
}

.M1-title {
  display: block;
  font-size: 50px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.2;
  text-align: center;
}

.M1-title2 {
  font-size: 44px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  display: block;
  padding-top: 30px;
}

.M1-scroll .row {
  padding-bottom: 85px;
}

.M1-scroll .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.M1-scroll .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.M1-scroll .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.M1-scroll .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;
}

.M1-scroll .owl-carousel .owl-item {
  float: left;
  padding: 5px;
}

.M1-scroll .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.M1-scroll .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);
}

.M1-scroll .owl-theme .owl-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
}

.M1-scroll .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.M1-scroll .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  margin-right: 9px;
  background-color: #bcbcbc;
  opacity: 0.61;
  font-size: 0px;
  background: url('../image/huidian.png');
}

.M1-scroll .owl-theme .owl-controls .owl-page.active span,
.M1-scroll .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: url('../image/hongdian.png');
  opacity: 1;
}

.M1-scroll .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.M1-scroll .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.M1-scroll .owl-theme .owl-prev {
  left: 0px;
}

.M1-scroll .owl-theme .owl-next {
  right: 0px;
}

.M1-scroll .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.M1-scroll {
  padding-top: 40px;
}


.olde-border {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}



.olde-bleft {
  width: 49.2%;
  margin-top: 17px;
  position: relative;
}

.olde-bleft:hover .mask {
  opacity: 1;
}

.olde-blpicbor {
  max-width: 588px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.olde-blpicbor img:hover {
  transform: scale(1, 1);
}

.olde-bright {
  width: 49.4%;
}

.olde-brbbor {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.olde-brblock {
  width: 48.2%;
  margin-right: 2%;
  margin-top: 17px;
  border-radius: 10px;
  position: relative;
}

.olde-brbpic {
  display: block;
  max-width: 282px;
  overflow: hidden;
}
.olde-brbpic img{ max-width:100%;
width:100%;}
/* mask */
.mask {
  opacity: 0;
  border-radius: 10px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  background-color: rgba(1, 90, 170, 0.7);
}

.olde-brblock:hover .mask {
  opacity: 1;
}

.maskin {
  position: relative;
  width: 100%;
}

.minfont {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.minf-title {
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.minf-title:hover {
  color: #fff;
  text-decoration: underline;
}

.minf-info {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.minf-info:hover {
  color: #fff;
  text-decoration: underline;
}

.minf-btn {
  width: 100px;
  height: 26px;
  background-color: #da2f32;
  border-radius: 13px;
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 10px;
  margin: 0 auto;
  margin-top: 22px;
}

.minf-btn:hover {
  color: #fff;
  text-decoration: underline;
}

.minf-btn img {
  display: inline-block;
}

.olde-brblock img:hover {
  transform: scale(1, 1);
}

.olde-brblock:nth-child(2n) {
  margin-right: 0%;
}
.minf2-info{
  color: #333;
  padding-top: 8px;
}
.minf2-info:hover{
  color: #333;
}
.minf2-title{
  color: #333;
}
.minf2-title:hover{
  color: #333;
}
.M1-scfont{
  padding-top: 10px;
  display: none;
}

@media screen and (max-width:1333px) {
  .Main1 {
    padding-top: 44px;
  }

  .M1-title2 {
    font-size: 36px;
  }

  .M1-title {
    font-size: 36px;
  }

  .minf-title {
    font-size: 16px;
  }

  .minf-info {
    font-size: 14px;
  }

  .minf-btn {
    font-size: 12px;
  }

  .M1-yuansu {
    display: none;
  }
}

@media screen and (max-width:999px) {
  .minf-title{
    font-size: 14px;
  }
  .minf-info{
    font-size: 12px;
  }
  .mask {
    display: none;
  }
  .M1-scfont{
    display: block;
  }

  .M1-title {
    font-size: 30px;
  }

  .M1-title2 {
    font-size: 30px;
    padding-top: 18px;
  }

  .M1-scroll {
    padding-top: 14px;
  }

  .Main1 {
    padding-top: 10px;
  }

}

@media screen and (max-width:768px) {
  .olde-bleft {
    width: 100%;
  }

  .olde-bright {
    width: 100%;
  }

  .olde-blpicbor {
    margin: 0 auto;
  }

  .olde-brbpic {
    margin: 0 auto;
  }

  .M1-title {
    font-size: 24px;
  }

  .M1-title2 {
    font-size: 24px;
    padding-top: 5px;
  }

  .M1-scroll .row {
    padding-bottom: 72px;
  }

  .M1-scroll .owl-theme .owl-controls {
    bottom: -5%;
  }
}

@media screen and (max-width:538px) {
  .M1-title {
    font-size: 20px;
  }

  .M1-title2 {
    font-size: 20px;
    padding-top: 0px;
  }

  .M1-scroll {
    padding-top: 0px;
  }
}

/* Main2 */
.Main2 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.Main2::before {
  position: absolute;
  content: "";
  background: url('../image/m2-pic3.png') no-repeat;
  width: 744px;
  height: 428px;
  right: 0;
  top: 12%;
  background-size: contain;
  z-index: -1;
}

.M2-title {
  display: block;
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.M2-block {
  display: flex;
  justify-content: space-between;
  padding-top: 88px;
  flex-flow: wrap;
}

.M2-bleft {
  width: 52%;
}

.M2-blpicbor {
  padding-left: 23px;
}

.M2-bright {
  width: 46%;
}

.M2-brtitle {
  font-size: 28px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
}

.M2-brinfo {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  padding-top: 61px;
  text-indent: 2em;
}

.M2-brbtn {
  display: block;
  width: 131px;
  height: 34px;
  background-color: #da2f32;
  border-radius: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-top: 52px;
}

.M2-brbtn:hover {
  text-decoration: underline;
  color: #fff;
}

.M2-brbtn img {
  display: inline-block;
}

@media screen and (max-width:1429px) {
  .M2-blpicbor {
    padding-left: 0px;
  }

  .M2-title {
    font-size: 28px;
  }

  .M2-brtitle {
    font-size: 24px;
  }

  .Main2::before {
    position: absolute;
    content: "";
    background: url('../image/m2-pic3.png') no-repeat;
    width: 500px;
    right: 0;
    top: 12%;
    background-size: contain;
    z-index: -1;
  }
}

@media screen and (max-width:999px) {
  .M2-block {
    padding-top: 52px;
  }

  .M2-bleft {
    display: none;
  }

  .M2-bright {
    width: 100%;
  }

  .Main2 {
    padding-top: 0px;
  }

  .M2-brinfo {
    padding-top: 30px;
  }

  .M2-brbtn {
    margin-top: 36px;
  }

  .M2-title {
    font-size: 22px;
  }

  .M2-brtitle {
    font-size: 20px;
  }

  .M2-brbtn {
    font-size: 14px;
  }

  .M2-brinfo {
    font-size: 14px;
  }
}

@media screen and (max-width:538px) {
  .M2-block {
    padding-top: 30px;
  }

  .M2-title {
    font-size: 20px;
  }

  .M2-brtitle {
    font-size: 18px;
  }
}

/* Main3 */
/* Main3 */
.Main3 {
  background: url("../image/m3-back.png") no-repeat;
  position: relative;
  z-index: -2;
}

.M3-border {
  padding-top: 60px;
}

.M3-title {
  color: #ffffff;
  opacity: 0.2;
  text-align: left;
}


.M3-title2 {
  color: #ffffff;
  text-align: left;
}

.M3-titlebor {
  position: relative;
}

.M3-tfont {
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translate(-50%, -50%);

}

.M3-scroll {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 3px 49px 0px rgba(24, 24, 24, 0.21);
  border-radius: 20px;
  margin-top: -8px;
  position: relative;
}

.M3-scrsafe {
  width: 88%;
  padding-top: 23px;
  margin: 0 auto;
  padding-bottom: 86px;
}

/* jiantou qiehuan */
.img-scroll {
  position: relative;
  margin-top: 19px;
  padding-left: 20px;
  padding-right: 20px;
}

.img-scroll .prev,
.img-scroll .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  top: 13%;
  color: #333333;
  font-size: 28px;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 9
}

.img-scroll .prev {
  left: -20px;
  cursor: pointer;
}

.img-scroll .next {
  right: -20px;
  cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
  color: #015aaa;
}

.img-list {
  position: relative;
  overflow: hidden;
}

.img-list ul {
  width: 10000%;
  padding-top: 6px;
}

.img-list li {
  float: left;
  width: 0.23%;
  margin-right: 0.02666%;
  position: relative;
  border-radius: 37px;
  background-color: #ffffff;
}

.img-list li:first-child p {
  background-color: #da2f32;
}

.img-list li:first-child p span {
  color: #fff;
}

.img-list li p {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 3px 9px 0px rgba(24, 24, 24, 0.15);
  border-radius: 37px;
  margin-bottom: 10px;
}

.img-list li span {
  display: inline-block;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.img-list li p img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}

.img-list2 {
  position: relative;
  overflow: hidden;
  margin-top: 67px;
}

.img-list2 ul {
  width: 10000%;
}

.img-list2 li {
  float: left;
  width: 1%;
  margin-right: 0%;
  position: relative;
}

.imgl2-blockbor {
  display: flex;
  flex-flow: wrap;
}

.imgl2-block {
  position: relative;
  width: 12%;
  margin-right: 0.5714%;
  margin-top: 20px;
}

.imgl2-block::before {
  background: url('../image/yuan.png');
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -5.2%;
}

.imgl2-bpicbor {
  position: relative;
  max-width: 129px;
  margin: 0 auto;
}

.imgl2-block:nth-child(8n) {
  margin-right: 0%;
}

.imgl2-block .imgl2-bfont {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-scroll3 {
  position: relative;
  margin-top: 35px;
}

.img-scroll3 .prev,
.img-scroll3 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  bottom: -21%;
  font-size: 26px;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 88
}

.img-scroll3 .prev {
  left: 50%;
  margin-left: -36px;
  cursor: pointer;
}

.img-scroll3 .next {
  right: 50%;
  margin-right: -36px;
  cursor: pointer;
}

.img-scroll3 .prev:hover,
.img-scroll3 .next:hover {
  color: #0064fb;
}

.img-list3 {
  position: relative;
  overflow: hidden;
  padding-top: 17px;
  padding-bottom:20px;
}

.img-list3 ul {
  width: 10000%;
}

.img-list3 li {
  float: left;
  width: 0.16%;
  margin-right: 0.008%;
  border-left: none;
  position: relative;
}

.img-list3 li img {
  width: 100%;
}

.imgl3-font {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

@media screen and (max-width:1333px) {
  .imgl2-block .imgl2-bfont {
    font-size: 16px;
  }

  .imgl3-font {
    font-size: 16px;
  }

  .imgl2-block {
    width: 24%;
    margin-right: 1.333%;
  }

  .imgl2-block:nth-child(8n) {
    margin-right: 1.333%;
  }

  .imgl2-block:nth-child(4n) {
    margin-right: 0px;
  }

  .img-list3 li {
    width: 0.19%;
    margin-right: 0.0125%;
  }

  .img-scroll .prev,
  .img-scroll .next {
    top: 9%;
  }
}

@media screen and (max-width:1222px) {
  .img-list li span {
    font-size: 20px;
  }

  .img-list2 {
    margin-top: 32px;
  }
.img-list3 {
	padding-bottom:30px

}
.M3-scrsafe
{padding-top: 23px;

padding-bottom:30px;}
}

@media screen and (max-width:999px) {
  .M3-border {
    padding-bottom: 50px;
  }

  .img-list li {
    width: 0.49%;
    margin-right: 0.02%;
  }

  .img-scroll .prev,
  .img-scroll .next {
    top: 10%;
  }

  .img-list3 li {
    width: 0.24%;
    margin-right: 0.013333%;
  }

  .img-scroll3 .prev,
  .img-scroll3 .next {
    font-size: 20px;
  }

  .img-scroll .prev,
  .img-scroll .next {
    font-size: 20px;
  }

  .imgl3-font {
    font-size: 14px;
  }

  .imgl2-block .imgl2-bfont {
    font-size: 14px;
  }

  .imgl2-block .imgl2-bfont {
    width: 50%;
  }

  .M3-titlebor p img {
    display: none;
  }

  .M3-tfont {
    position: static;
    transform: translate(0, 0);
  }

  .M3-title {
    color: #fff;
    text-align: center;
  }

  .M3-title2 {
    color: #333;
    text-align: center;
  }

  .M3-titlebor {
    position: static;
  }

  .Main3 {
    background-color: #015aaa;
  }

  .M3-scroll {
    margin-top: 21px;
  }

}

@media screen and (max-width:638px) {
  .img-list li {
    width: 1%;
  }

  .img-list li span {
    font-size: 18px;
  }

  .imgl2-block {
    width: 33%;
    margin-right: 0.5%;
  }

  .imgl2-block:nth-child(4n) {
    margin-right: 0.5%;
  }

  .imgl2-block:nth-child(3n) {
    margin-right: 0%;
  }
}

@media screen and (max-width:538px) {

  .img-list3 li {
    width: 0.49%;
    margin-right: 0.02%;
  }

  .imgl2-block {
    width: 49%;
    margin-right: 2%;
  }

  .imgl2-block:nth-child(3n) {
    margin-right: 2%;
  }

  .imgl2-block:nth-child(2n) {
    margin-right: 0%;
  }

  .img-scroll .prev,
  .img-scroll .next {
    top: 6%;
  }

  .img-list2 {
    margin-top: 6px;
  }

  .img-scroll3 {
    margin-top: 10px;
  }

  .img-scroll3 .prev,
  .img-scroll3 .next {
    bottom: -30%;
  }

  .imgl3-font {
    line-height: 22px;
  }

  .M3-scrsafe {
    width: 92%;
  }

}

@media screen and (max-width:380px) {
  .imgl2-block .imgl2-bfont {
    width: 71%;
  }

  .img-scroll3 .prev,
  .img-scroll3 .next {
    bottom: -50%;
  }
}

/* Main4 */
.Main4 {
  /* background: #f0f5fa; */
  background: url("../image/m4-back.png") no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: -280px;
  z-index: -4;
}

.M4-safe {
  padding-top: 378px;
  padding-bottom: 111px;
}

.iml4-block {
  position: relative;
  max-width: 373px;
  margin: 0 auto;
}

.iml4-block::before {
  position: absolute;
  content: "";
  background: url('../image/m4-back1.png');
  width: 373px;
  height: 509px;
  top: 0;
  left: 0;
  z-index: -1;
}

.iml4-binfor {
  width: 84%;
  margin: 0 atuo;
  margin: auto;
  padding-top: 55px;
  padding-bottom: 36px;
}

.iml4-date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  position: relative;
  padding-left: 15px;
}

.iml4-date::before {
  position: absolute;
  background: url('../image/data-decration.png') no-repeat;
  width: 75px;
  height: 75px;
  content: "";
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.iml4-picbor {
  max-width: 317px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
}

.iml4-btitle {
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  padding-top: 7px;
  white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;
}

.iml4-btitle2 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 8px;
  text-indent: 2rem;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.iml4-btn {
  width: 131px;
  height: 34px;
  background-color: #da2f32;
  border-radius: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.iml4-btn img {
  display: inline;
}

.img-scroll4 {
  position: relative;
  margin-top: 35px;
}

.img-scroll4 .prev,
.img-scroll4 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 88;
  font-size: 26px;
  bottom: -13.2%;
}

.img-scroll4 .prev {
  left: 50%;
  margin-left: -36px;
  cursor: pointer;
}

.img-scroll4 .next {
  left: 50%;
  margin-right: -36px;
  cursor: pointer;
}

.img-scroll4 .prev:hover,
.img-scroll4 .next:hover {
  color: #0064fb;
}

.img-list4 {
  position: relative;
  overflow: hidden;
}

.img-list4 ul {
  width: 10000%;
}

.img-list4 li {
  float: left;
  width: 0.3233%;
  margin-right: 0.015%;
  border-left: none;
  position: relative;
}

@media screen and (max-width:1333px) {
  .iml4-btitle {
    font-size: 16px;
  }

  .iml4-btn {
    font-size: 14px;
  }
}

@media screen and (max-width:1263px) {
  .img-list4 li {
    float: left;
    width: 0.49%;
    margin-right: 0.02%;
    border-left: none;
    position: relative;
  }

  @media screen and (max-width:999px) {

    .img-scroll4 .prev,
    .img-scroll4 .next {
      font-size: 20px;
    }
  }
}

@media screen and (max-width:890px) {
  .iml4-block::before {
    display: none;
  }

  .iml4-block {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 20px;
  }

  .img-scroll4 .prev,
  .img-scroll4 .next {
    bottom: -17%;
  }
}

@media screen and (max-width:768px) {
  .M4-safe {
    padding-top: 337px;
    padding-bottom: 136px;
  }
}

@media screen and (max-width:538px) {
  .img-list4 li {
    width: 1%;
  }

  .iml4-binfor {
    padding-top: 26px;
    padding-bottom: 30px;
  }
}

/* Main5 */
.Main5 {
  position: relative;
}

.Main5::before {
  position: absolute;
  background: url('../image/m4-back3.png') no-repeat;
  width: 547px;
  height: 410px;
  background-size: contain;
  left: 0;
  top: -4%;
  content: "";
  z-index: -2;

}

.M5-border {
  padding-bottom: 100px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.M5-bleft {
  width: 60%;
}

.ims5-block {
  display: flex;
  flex-direction: column;
}

.M5-bright {
  width: 39%;
}

.M5-title {
  font-size: 50px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.2;
}

.M5-titlebor {
  position: relative;
  right: -17%;
  top: 10%;
}

.M5-tfont {
  position: absolute;
  top: 53%;
  left: -10%;
}

.M5-title2 {
  padding-left: 59%;
}

.img-scroll5 {
  position: relative;
  margin-top: 35px;
}

.img-scroll5 .prev,
.img-scroll5 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 88;
  font-size: 26px;
  bottom: -21%;
}

.img-scroll5 .prev {
  left: 0px;
  cursor: pointer;
}

.img-scroll5 .next {
  left: 0px;
  cursor: pointer;
  margin-left: 36px;
}

.img-scroll5 .prev:hover,
.img-scroll5 .next:hover {
  color: #0064fb;
}

.img-list5 {
  position: relative;
  overflow: hidden;
}

.img-list5 ul {
  width: 10000%;
}

.img-list5 li {
  float: left;
  width: 0.23%;
  margin-right: 0.026%;
  border-left-style: solid;
  border-left-width: 1px;
  border-left: none;
  position: relative;
}

.ms5-bpicbor {
  padding-top: 32px;
}

@media screen and (max-width:1333px) {
  .M5-titlebor p img {
    display: none;
  }

  .M5-title {
    font-size: 30px;
    color: #333;
  }

  .M5-title2 {
    color: #da3134;
    padding-left: 0px;
  }

  .M5-bright {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .M5-tfont {
    position: static;
  }

  .M5-titlebor {
    right: 0;
  }
}

@media screen and (max-width:999px) {

  .img-scroll5 .prev,
  .img-scroll5 .next {
    font-size: 20px;
  }
}

@media screen and (max-width:768px) {
  .Main5::before {
    display: none;
  }

  .M5-border {
    flex-direction: column-reverse;
  }

  .M5-bleft {
    width: 100%;
  }

  .M5-bright {
    width: 100%;
  }
}

@media screen and (max-width:538px) {

  .img-scroll5 .prev,
  .img-scroll5 .next {
    bottom: -34%;
  }
}

/* ********************************company 1******************** */
/* mianbao */
.mianbao {
  line-height: 25px;
  padding-top: 12px;
}

.mianbao a {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}

.comian {
  color: #015aaa !important;
}

/* company M1 */
.cMain1 {
  position: relative;
}

.cMain1::before {
  position: absolute;
  background: url('../image/pm1-icon.png');
  width: 520px;
  height: 317px;
  top: 7.2%;
  left: 0;
  content: "";
  background-size: contain;
}

.cM1-border {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cM1-border {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.cM1-bleft {
  width: 16%;
}

.cM1-bltitle {
  font-size: 34px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #015aaa;
  display: block;
  padding-top: 81%;
}

.cM1-bright {
  width: 80.6%;
}

.cM1-brtitle {
  font-size: 28px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
}

.cM1-brfont {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  text-indent: 2em;
  padding-top: 39px;
}

.cM1-brpicbor {
  max-width: 470px;
  display: block;
  overflow: hidden;
}

.cM1-brpicbor img{
  width: 100%;  
}
.cM1-brscr {
  padding-top: 29px;
  position: relative;
}

.cM1-brscr .row {
  padding-bottom: 38px;
}

.cM1-brscr.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.cM1-brscr .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.cM1-brscr .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cM1-brscr .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;
}

.cM1-brscr .owl-carousel .owl-item {
  float: left;
  padding: 5px;
}

.cM1-brscr .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.cM1-brscr .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);
}

.cM1-brscr .owl-theme .owl-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
}

.cM1-brscr .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.cM1-brscr .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  background: url('../image/huidian.png') no-repeat;
  margin-right: 9px;
  font-size: 0px;
}

.cM1-brscr .owl-theme .owl-controls .owl-page.active span,
.main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: url('../image/hongdian.png') no-repeat;
  opacity: 1;
}

.cM1-brscr .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.cM1-brscr .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.cM1-brscr .owl-theme .owl-prev {
  left: 0px;
}

.cM1-brscr .owl-theme .owl-next {
  right: 0px;
}

.cM1-brscr .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.cM1-brand {
  padding-top: 4px;
}

.cM1-bblock {
  padding-top: 28px;
}

.cM1-bblock p {
  width: 231px;
  height: 54px;
  border-radius: 10px;
  border: solid 1px #015aaa;
  font-size: 20px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 53px;
  letter-spacing: 0px;
  color: #015aaa;
  padding-left: 26px;
  position: relative;
}

.cM1-bblock p::before {
  position: absolute;
  content: "";
  background: url('../image/yumao.png') no-repeat;
  width: 42px;
  height: 29px;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.cM1-bblock span {
  display: block;
  padding-top: 29px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
}

@media screen and (max-width:1333px) {
  .cMain1::before {
    display: none;
  }

  .cM1-bleft {
    width: 100%;
  }

  .cM1-bltitle {
    padding-top: 20px;
  }

  .cM1-bright {
    width: 100%;
    padding-top: 30px;
  }

  .cM1-border {
    padding-top: 20px;
  }

  .cM1-brtitle {
    font-size: 24px;
  }
}

@media screen and (max-width:999px) {
  .cM1-bltitle {
    font-size: 22px;
    padding-top: 16px;
  }

  .cM1-brtitle {
    font-size: 20px;
  }

  .cM1-brfont {
    padding-top: 27px;
    font-size: 14px;
  }

  .cM1-bblock p {
    font-size: 16px;
  }

  .cM1-bblock span {
    font-size: 14px;
    padding-top: 20px;
  }
}

@media screen and (max-width:768px) {
  .cM1-bltitle {
    font-size: 20px;
    padding-top: 10px;
  }

  .cM1-bright {
    padding-top: 20px;
  }

  .cM1-brfont {
    padding-top: 21px;
  }
}

/* company1 M2 */
.cMain2 {
  background: url('../image/pm2-back.png') no-repeat;
  background-size: cover;
}

.cM2-border {
  padding-top: 80px;
  padding-bottom: 145px;
}

.cM2-btitle {
  padding-top: 0%;
  font-size: 38px;
}

.cM2-binfobor {
  padding-top: 66px;
}

.cM2-binfo {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  text-indent: 2rem;
}

@media screen and (max-width:1333px) {
  .cM2-btitle {
    font-size: 28px;
  }

  .cM2-binfobor {
    padding-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .cM2-btitle {
    font-size: 24px;
  }

  .cM2-binfobor {
    padding-top: 25px;
  }

  .cM2-binfo {
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .cM2-border {
    padding-top: 41px;
    padding-bottom: 50px;
  }

  .cMain2 {
    background-color: #f0f5fa;
  }
}

@media screen and (max-width:538px) {
  .cM2-btitle {
    font-size: 20px;
  }

  .cM2-binfobor {
    padding-top: 12px;
  }

  .cM2-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* compnay 3 */
.cMain3 {
  position: relative;
}

.cMain3::before {
  position: absolute;
  content: "";
  background: url('../image/pm1-icon.png') no-repeat;
  width: 520px;
  height: 317px;
  left: 0;
  top: 10%;
}

.cM3-border {
  padding-top: 100px;
  padding-bottom: 39px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.cM3-bleft {
  width: 16%;
}

.cM3-bltitle {
  padding-top: 36%;
}

.cM3-bright {
  width: 82%;
}

.cM3-brblock {
  display: flex;
  flex-flow: wrap;
}

.cM3-brpic {
  width: 19%;
  margin-right: 1.25%;
  margin-top: 26px;
}

.cM3-brpic:nth-child(5n) {
  margin-right: 0%;
}

@media screen and (max-width:1333px) {
  .cM3-border {
    padding-top: 65px;
    padding-bottom: 54px;
  }

  .cMain3::before {
    display: none;
  }
}

@media screen and (max-width:999px) {
  .cM3-bleft {
    width: 100%;
  }

  .cM3-bright {
    width: 100%;
  }

  .cM5-bltitle {
    padding-top: 0%;
  }

  .cM3-border {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .cM3-bltitle {
    padding-top: 0px;
  }
}

@media screen and (max-width:768px) {
  .cM3-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width:538px) {
  .cM3-brpic {
    width: 24%;
    margin-right: 1.33%;
  }

  .cM3-brpic:nth-child(5n) {
    margin-right: 1.33%;
  }

  .cM3-brpic:nth-child(4n) {
    margin-right: 0%;
  }

  .cM3-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* compnay Main4 */
.cMain4 {
  padding-bottom: 100px;
}

.xf-abmian3 {
  padding-top: 111px;
}

.cM5title {
  padding-top: 0%;
  text-align: end;
  position: relative;
}

.cM5title::before {
  position: absolute;
  content: "";
  background: url('../image/bigyumao.png') no-repeat;
  width: 149px;
  height: 61px;
  top: -20%;
  right: 1%;
  /* transform: translateY(-50%); */
}


.xf-ab3pz {
  text-align: center;
  margin-top: 4px;
}

.img-scrolla {
  position: relative;
  margin-top: 98px;
}

.img-scrolla .prev,
.img-scrolla .next {
  position: absolute;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 35%;
  font-size: 20px;
  color: #666666;
  font-weight: bold;
  transition: 0.5s;
  z-index: 999;
  font-size: 26px;
}

.img-scrolla .prev {
  left: 0px;
  cursor: pointer;
}

.img-scrolla .next {
  right: 0px;
  cursor: pointer;
}

.img-scrolla .prev:hover,
.img-scrolla .next:hover {
  color: #0064fb;
}

.img-lista {
  position: relative;
  overflow: hidden;
  margin-left: 4px;
  margin-right: 4px;
}

.img-lista ul {
  width: 10000%;
}

.img-lista li {
  float: left;
  width: 0.166%;
  position: relative;
}

.img-lista li:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #d9d9d9;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: -1
}

.main03-year::before {
  content: '';
  width: 1px;
  height: 140px;
  background: #d9d9d9;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: -1;
}

.main03-pic-border {
  margin-top: 86px;
}

.M3-PicBorder2 {
  width: 100%;
  max-width: 170px;
  margin: auto;
  display: block;
}

.IndexM3-info {
  padding-left: 11px;
}

.main3-picborder2 {
  overflow: hidden;
  display: block;
}

.main03-year {
  margin: 0 auto;
}

.M3-PicBorder2 {
  overflow: hidden;
  display: block;
}

.M3-PicBorder2 img {
  max-width: 100%;
  /* margin-top: 86px; */
}

.M3-PicBorder2 img:hover {
  transform: scale(1.1);
}

.IndexM3-info {
  display: block;
  padding-top: 3px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;

  text-align: center;
}

.IndexM3-info strong {
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}


.xf-ab3a {
  color: #fff;
  width: 99px;
  height: 99px;
  background-color: #015aaa;
  border-radius: 50%;
  font-weight: bold;
  font-size: 30px;
  line-height: 97px;
  text-align: center;
  padding-bottom: 32px;
}

.img-lista li:nth-child(2n) .xf-ab3a {
  background-color: #da2f32;
}

.xf-ab3a2 {
  color: #fff;
  width: 80px;
  height: 80px;
  background-color: #f6c40c;
  border-radius: 40px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 80px;
  text-align: center;
  padding-bottom: 32px;
}

.xf-ab3p {
  margin-top: 7px;
}

.xf-ab3p p {
  color: #333333;
}

@media screen and (max-width:1599px) {
  .xf-abmian3 {
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .img-lista li {
    width: 0.25%;
    padding: 0 15px;
  }

  .xf-ab3a {
    font-size: 20px;
    font-size: 2rem;
    background-size: 20px;
    padding-bottom: 28px;
  }
}

@media screen and (max-width:1359px) {
  .IndexM3-info strong {
    font-size: 16px;
  }

  .xf-abmian3 {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .img-scrolla {
    margin-top: 30px;
  }

  .img-lista li {
    width: 0.333%;
    padding: 0 15px;
  }

  .cMain4 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width:999px) {
  .IndexM3-info {
    font-size: 14px;
  }

  .cMain4 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:767px) {
  .main03-pic-border .IndexM3-info {
    font-size: 14px;
  }

  .img-lista li {
    width: 0.5%;
    padding: 0 10px;
  }
}

@media screen and (max-width:399px) {
  .img-lista li {
    width: 1%;
    padding: 0 10px;
  }
}

/* company Main5 */
.cMain5 {
  background: url('../image/pm5-back.png') no-repeat;
  background-size: cover;
  z-index: -2;
  position: relative;
}

.cMain5::before {
  position: absolute;
  content: "";
  background: url('../image/pm5-icon1.png') no-repeat;
  width: 515px;
  height: 317px;
  background-size: contain;
  content: "";
  left: 0;
  top: 29.7%;
  transform: translateY(-50%);
  z-index: -1;
}

.cM5-border {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-top: 145px;
  padding-bottom: 192px;
}

.cM5-bleft {
  width: 19%;
}

.cM5-bltitle {
  font-size: 34px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  position: relative;
  padding-top: 52%;
}

.cM5-brtop {
  max-width: 209px;
  margin: 0 auto;
}

.cM5-brtpic {
  max-width: 209px;
}
.cM5-brtpic img{ border-radius:50%;}
.cM5-brtname {
  font-size: 24px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding-top: 21px;
}

.cM5-brtjob {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding-top: 11px;
}

.cM5-brbottom {
  display: flex;
  flex-flow: wrap;
  padding-top: 74px;
  justify-content: center;

}

.cM5-brbbpic {
  max-width: 158px;
  margin: 0 auto;
}
.cM5-brbbpic img{ border-radius:50%;}
.cM5-brbblock {
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom:20px;
}

.cM5-brbblock:nth-child(4n) {
  margin-right: 0%;
}

.cM5-bright {
  width: 80%;
}

@media screen and (max-width:1333px) {
  .cMain5::before {
    display: none;
  }

  .cM5-brtname {
    font-size: 22px;
  }

  .cM5-brtjob {
    font-size: 18px;
  }

  .cM5-brtname {
    font-size: 22px;
  }

  .cM5-brtjob {
    font-size: 18px;
  }

  .cM5-bleft {
    width: 100%;
  }

  .cM5-bright {
    width: 100%;
    padding-top: 40px;
  }

  .cM5-bltitle {
    padding-top: 0px;
    text-align: center;
  }

  .cM5-brbottom {
    display: flex;
    flex-flow: wrap;
    padding-top: 30px;
  }
}
@media screen and (max-width:1219px) {
      .cM5-brbottom {justify-content: flex-start; }
      
    
}
@media screen and (max-width:999px) {
    
 
  .cM5-brtname {
    font-size: 20px;
  }

  .cM5-brtjob {
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .cM5-brtname {
    font-size: 18px;
  }

  .cM5-brbblock {
    width: 49%;
    margin-right: 2%;
  }

  .cM5-brbblock:nth-child(4n) {
    margin-right: 2%;
  }

  .cM5-brbblock:nth-child(2n) {
    margin-right: 0%;
  }

  .cM5-brbblock {
    margin-top: 20px;
  }

  .cM5-border {
    padding-top: 100px;
    padding-bottom: 145px;
  }
  
  .cM5-bltitle{font-size: 20px; font-size:2rem;}
}

/* company Main6 */
.cMain6 {
  padding-top: 102px;
  padding-bottom: 30px;
}

.cM6-bblock {
  display: flex;
  justify-content: space-between;
  padding-top: 61px;
  flex-flow: wrap;
}

.cM6-bleft {
  width: 49%;
  padding-top: 25px;
}

.cM6-blpic {
  max-width: 580px;
  margin: 0 auto;
}

.cM6-bright {
  width: 49%;
}

.cM6-brintitle {
  background-color: #efefef;
  cursor: pointer;
  padding-left: 10px;
}

.cM6-brintitle img {
  display: inline-block;
  vertical-align: middle;
}

.cM6-brintitle span {
  font-size: 18px;
  font-weight: bolder;
  display: inline-block;
  vertical-align: middle;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 10px;
  user-select: none;
}

.cM6-brinfo {
  padding-top: 14px;
  display: none;
}

.cM6-brin1 {
  display: flex;
  justify-content: space-between;
}

.cM6-l {
  width: 20%;
}

.cM6-l p {
  font-size: 16px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 40px;
}

.cM6-r {
  width: 88%;
}

.cM6-r p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 28px;
}

.ab5n {
  padding-bottom: 10px;
}

.ab5n:after {
  content: "";
  clear: both;
  display: block;
}

.ab5lie {
  margin-top: 15px;
}

.wen {
  padding: 7px 9px;
  background: #f0f0f0;
  padding-right: 30px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 8px;
}

.wen i {
  font-size: 13px;
  color: #015aaa;
}

.wen span {
  transition: 0.5s;
}


.wen:hover,
.ab5lieh .wen {
  background: #cf1e21;
  color: #fff;
}

.wen:hover,
.ab5lieh .wen i {
  color: #fff;
}

.wen:hover span,
.ab5lieh .wen span {
  color: #fff;
  font-size: 18px;
}

.ab5lieh .wen:after,
.wen:hover:after {
  transform: rotate(0deg);
  background: #fff;
}


.da {
  display: none;
  padding-bottom: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  position: relative;
}

.da span {
  position: absolute;
  left: 17px;
  top: 24px;
}

.ab5lieh .da {
  display: block;
}

@media screen and (max-width: 999px) {

  .ab5lie {
    margin-top: 15px;
  }

  .wen {
    padding: 10px;
    padding-right: 30px;
  }

  .da {
    padding: 10px;
    padding-bottom: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .da span {
    left: 10px;
    top: 10px;
  }

  .cMain6 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .svbiao {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0px;
  }

  .wen {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .da {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }

  .cM6-bleft {
    width: 100%;
  }

  .cM6-bright {
    width: 100%;
  }

  .cM6-bblock {
    padding-top: 26px;
  }

  .cM6-l p {
    padding-left: 0px;
  }

}

/* company Main7 */
.cMain7 {
  position: relative;
}

.cMain7::before {
  position: absolute;
  background: url('../image/company-back.png') no-repeat;
  width: 329px;
  height: 408px;
  content: "";
  right: 0;
  top: 0;
}

.CM7-border {
  padding-top: 16px;
  padding-bottom: 64px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}


.AbM5-rchange .item a img {
  border-radius: 0px;
}

.AbM5 #outer2 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.AbM5 #tab2 {
  zoom: 1;
  font-size: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 26%;
  padding-bottom: 90px;
  padding-top: 170px;
}

.AbM5 #tab2 li {
  cursor: pointer;
  position: relative;
  padding-top: 14px;
  line-height: 60px;
  z-index: 1;
}

.AbM5 #tab2 li span {
  width: 231px;
  height: 54px;
  border-radius: 10px;
  border: solid 1px #015aaa;
  font-size: 20px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 53px;
  letter-spacing: 0px;
  color: #015aaa;
  padding-left: 26px;
  position: relative;
  display: block;
  cursor: pointer;
}

.AbM5 #tab2 li.current2 span,
#tab2 li.current2 i {
  background-color: #015aaa;
  color: #fff;
}

.AbM5 #tab2 li span::before {
  position: absolute;
  content: "";
  background: url('../image/yumao.png') no-repeat;
  width: 42px;
  height: 29px;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.AbM5 #tab2 li.current2 span::before {
  background: url('../image/com-yumao2.png') no-repeat;
}

.AbM5 #content2 {
  display: block;
  width: 76.8%;

}

.AbM5 #content2 .tabul2 {
  display: none;
  vertical-align: middle;
  font-size: 16px;
}

.AbM5-right .item a {
  max-width: 849px;
  display: block;
  margin-left: 109px;
}

.AbM5-right .item a img:hover {
  transform: scale(1, 1);
}

@media screen and (max-width:1333px) {
  .AbM5-border {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .AbM5 #tab2 {
    width: 30%;
  }

  .AbM5 #content2 {
    width: 67%;
    display: flex;
    align-items: center;
  }

  .ABoutusMain5 #tab2 li span {
    width: 240px;
    height: 45px;
    font-size: 16px;
    line-height: 43px;
    padding-left: 0%;
    text-align: center;
  }

  .AbM5-right .item a {
    margin-left: 0px;
  }

  .AbM5 #tab2 li span {
    font-size: 18px;
  }


}

@media screen and (max-width:1111px) {
  .AbM5 #tab2 {
    padding-bottom: 39px;
    padding-top: 11px;
  }
}

@media screen and (max-width:999px) {
  .cMain7::before {
    display: none;
  }

  .AbM5 #tab2 li span {
    font-size: 16px;
  }

  .AbM5 #outer2 {
    flex-direction: column-reverse;
  }

  .AbM5 #tab2 {
    width: 100%;
    margin-top: 30px;
  }

  .AbM5 #content2 {
    width: 100%;
  }

  .AbM5-rchange .item a {
    max-width: 668px;
    margin: 0 auto;
    display: block;
  }

  .AbM5-border {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column-reverse;
  }

  .AbM5-ltitle {
    font-size: 32px;
    margin-top: 0px;
  }

  .AbM5-linfo {
    font-size: 14px;
    margin-top: 19px;
  }

  .AbM5 #content2 {
    width: 100%;
    margin-top: 40px;
  }

  .AbM5 #tab2 li span {
    width: 100%;
  }

  .CM7-border {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:768px) {
  .CM7-border {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .AbM5-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .AbM5-ltitle {
    font-size: 28px;
  }

  .AbM5-rchange .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
}

@media screen and (max-width:538px) {
  .CM7-border {
    padding-top: 0px;
  }

  .AbM5-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .AbM5-ltitle {
    font-size: 24px;
  }

  .p1M7-info2 {
    padding-bottom: 20px;
  }

  .AbM5 #tab2 li span {
    font-size: 14px;
  }

  .AbM5 #tab2 {
    padding-bottom: 17px;
  }

  .ABoutusMain5 #tab2 {
    overflow: visible;
  }

  .AbM5 #tab2 {
    margin-top: 0px;
  }

  .ABoutusMain5 #content2 {
    margin-top: 0px;
  }
}


/* company 2 */
.c2Main1 {
  position: relative;
}

.c2Main1::before {
  position: absolute;
  background: url('../image/c2-back.png') no-repeat;
  width: 1015px;
  height: 766px;
  background-size: contain;
  top: 2%;
  left: 0;
  content: "";
  z-index: -1;
}

.c2Main1::after {
  position: absolute;
  content: "";
  background: url('../image/company2-back.png') no-repeat;
  width: 682px;
  height: 515px;
  bottom: 16%;
  right: 0;
  background-size: contain;
  z-index: -1;

}


.c2M1-oubor {
  padding-bottom: 76px;
}

.c2M1-border {
  padding-top: 8px;
  padding-bottom: 55px;
}

.c2M1-block {
  margin-top: 30px;
  background-color: #ffffff;
  box-shadow: 2px 3px 9px 0px rgba(24, 24, 24, 0.15);
  border-radius: 10px;
  padding-top: 26px;
  padding-bottom: 37px;
  cursor: pointer;
  margin-top: 50px;
  transition: 0.5s;
}

.c2M1-block:hover {
  background-color: #015aaa;

}

.c2M1-bsafe {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.c2M1-left {
  width: 48%;
  padding-top: 5px;
}

.c2M1-lpic {
  max-width: 556px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.c2M1-right {
  width: 47.6%;
}

.c2M1-rtitle {
  font-size: 24px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
}

.c2M1-block:hover .c2M1-rtitle {
  color: #fff;
}

.c2M1-rdate {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 43px;
  position: relative;
  padding-left: 10px;
}

.c2M1-block:hover .c2M1-rdate {
  color: #fff;
}

.c2M1-rdate::before {
  background: url('../image/c2.png') no-repeat;
  position: absolute;
  width: 75px;
  height: 55px;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  z-index: 999;
}


.c2M1-block :hover .c2M1-rdate::before {
  background: url('../image/c22.png') no-repeat;
}

.c2M1-rinfo {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-indent: 2rem;
}

.c2M1-block:hover .c2M1-rinfo {
  color: #fff;
}

.c2M1-rbtn {
  display: block;
  width: 131px;
  height: 34px;
  border: 1xp solid #da2f32;
  background-color: #da2f32;
  border-radius: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-top: 118px;
}

.c2M1-rbtn img {
  display: inline-block;
  vertical-align: middle;
}

.c2M1-block:nth-child(2n) .c2M1-bsafe {
  flex-direction: row-reverse;
}

@media screen and (max-width:1333px) {
  .c2M1-rtitle {
    font-size: 22px;
  }

  .c2M1-rbtn {
    margin-top: 70px;
  }

  .c2M1-rinfo {
    padding-top: 36px;
  }
}

@media screen and (max-width:999px) {
  .c2Main1::after {
    display: none;
  }

  .c2Main1::before {
    display: none;
  }

  .c2M1-block {
    margin-top: 30px;
  }

  .c2M1-left {
    width: 100%;
  }

  .c2M1-right {
    width: 100%;
    margin-top: 30px;
  }

  .c2M1-rdate {
    margin-top: 25px;
    font-size: 14px;
  }

  .c2M1-rinfo {
    padding-top: 15px;
  }

  .c2M1-rbtn {
    margin-top: 24px;
    font-size: 14px;
  }

}

@media screen and (max-width:768px) {
  .c2M1-rtitle {
    font-size: 20px;
  }

  .c2M1-rdate {
    margin-top: 16px;
  }
}

@media screen and (max-width:538px) {
  .c2M1-rtitle {
    font-size: 18px;
  }

  .c2M1-oubor {
    padding-bottom: 45px;
  }

  .c2M1-border {

    padding-bottom: 40px;
  }
}

/* company 3 */
.nemain2 {
  padding-top: 45px;
  padding-bottom: 55px;
}

.c3Main1::before {
  position: absolute;
  background: url('../image/c2-back.png') no-repeat;
  background-size: auto;
  width: 1015px;
  height: 766px;
  background-size: contain;
  top: 72%;
  left: 0;
  content: "";
  z-index: -1;
}

.c3Main1::after {
  position: absolute;
  content: "";
  background: url('../image/company2-back.png') no-repeat;
  background-size: auto;
  width: 682px;
  height: 515px;
  right: 0;
  top: 166%;
  background-size: contain;
  z-index: -1;
}

.nemain2 h1 {
  font-size: 24px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.ne2t {
  display: flex;
  margin-top: 21px;
}

.ne2riqi {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
}

.share1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  align-items: center;
}

.ne2t .news2share {
  margin-left: 15px;
  display: flex;
}

.nexiang {
  border-top: 1px solid #e6e6e6;
  color: #333333;
  margin-top: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e6e6e6;
}

.nexiang p,

.nexiang em {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.nexiang strong{color: #333333;}

.nexiang p {
  text-indent: 2em;
}


.nexiang img {
  display: inline-block;
  max-width: 100%;
}

.fanpian {
  /* background: #fff; */
  padding: 0px 26px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
}

.fanpian p {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 40px;
  position: relative;
  cursor: pointer;
  margin-top: 24px;
}

/*.fanpian p:hover i {
  color: #015aaa;
}*/

.fanpian p:hover a {
  color: #015aaa;
}

.fanpian i {
  display: block;
  text-align: center;
  text-align: center;
  position: absolute;
  top: 0px;
  color: #333;
  font-size: 28px;
}

.fanpian p a {
  color: #666666;
}

.fanpian p:nth-child(1) i {
  left: 0px;
}

.fanpian p:nth-child(2) i {
  left: 0px;
}

@media screen and (max-width:1359px) {

  .nemain2 {
    padding-bottom: 50px;
  }

  .nemain2 h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
  }

  .ne2t {
    margin-top: 12px;
  }

  .ne2riqi {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .fanpian {
    padding: 10px;
    line-height: 32px;
    margin-top: 30px;
  }

  .fanpian p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 40px;
  }

  .nexiang p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:999px) {
  .c3Main1::before {
    display: none;
  }

  .fanpian i {
    font-size: 22px;
  }

  .nemain2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .nemain2 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .nexiang p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ne2riqi {
    font-size: 1.4rem;
    font-size: 14px;
  }

  .fanpian {
    padding: 10px;
    line-height: 32px;
    margin-top: 2px;
  }

  .fanpian i {
    font-size: 22px;
  }

  .fanpian p {
    padding: 0 30px;
    margin-top: 4px;
  }
}

@media screen and (max-width:768px) {
  .nemain2 {
    padding-bottom: 40px;
  }

  .nemain2 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 26px;
  }

  .fanpian i {
    font-size: 20px;
  }

  .fanpian p {
    width: 100%;
    padding-right: 0px !important;
    margin: 3px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .fanpian p:nth-child(2) i {
    right: auto;
    left: 0px;
  }

  .nexiang p {
    font-size: 14px;
    line-height: 30px;
    font-size: 1.4rem;
  }

  .ne2t {
    flex-direction: column;
    align-items: center;
  }

  .ne2t .news2share {
    margin-top: 5px;
  }
}

@media screen and (max-width:538px) {
  .nemain2 h1 {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
  }
}

/******************* company3 Main2 */
.c3M2-border {
  padding-bottom: 119px;
}

.c3M2-title {
  font-size: 30px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
}

.c3M2-year {
  position: relative;
  cursor: pointer;
  user-select: none;
  z-index: 10;
}

.c3M2-year p {
  margin-right: 40px;
  font-size: 24px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
}

.c3M2-years {
  position: absolute;
  top: 100%;
  right: -10px;
  display: none;
}

.c3M2-years a {
  display: block;
  margin-right: 24px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  padding: 10px;
  background-color: #fff;
}

.c3M2-years a:hover {
  color: #015aaa;
}



.im6-font {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  text-align: center;
  padding-top: 18px;
}

.img-scroll6 {
  position: relative;
  padding-top: 33px;
}

.img-scroll6 .prev,
.img-scroll6 .next {
  position: absolute;
  text-align: center;
  display: block;
  text-align: center;
  top: 0%;
  font-size: 28px;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 88;
}

.img-scroll6 .prev {
  right: 0px;
  margin-right: 34px;
  cursor: pointer;
}

.img-scroll6 .next {
  right: 0px;
  cursor: pointer;
}

.img-scroll6 .prev:hover,
.img-scroll6 .next:hover {
  color: #015aaa;
}

.img-list6 {
  position: relative;
  overflow: hidden;
}

.img-list6 ul {
  width: 10000%;
}

.img-list6 li {
  float: left;
  width: 0.24%;
  margin-right: 0.013333%;
  border-left: none;
  position: relative;
}

@media screen and (max-width:1333px) {
  .c3M2-title {
    font-size: 24px;
  }

  .img-scroll6 .prev,
  .img-scroll6 .next {
    font-size: 24px;
  }

  .c3M2-border {
    padding-bottom: 70px;
  }
}

@media screen and (max-width:999px) {
  .c3M2-title {
    font-size: 22px;
  }

  .im6-font {
    font-size: 14px;
  }

  .img-list6 li {
    width: 0.30%;
    margin-right: 0.05%;
  }

  .c3M2-year p {
    font-size: 20px;
  }

  .c3M2-years a {
    font-size: 20px;
  }

}

@media screen and (max-width:768px) {
  .c3M2-title {
    font-size: 18px;
  }

  .img-scroll6 .prev,
  .img-scroll6 .next {
    font-size: 20px;
  }

  .c3M2-border {
    padding-bottom: 36px;
  }

  .c3M2-year p {
    font-size: 18px;
  }

  .c3M2-years a {
    font-size: 18px;
  }
}

@media screen and (max-width:538px) {
  .img-list6 li {
    width: 0.49%;
    margin-right: 0.02%;
  }
}

@media screen and (max-width:400px) {
  .img-list6 li {
    width: 1%;
    margin-right: 0%;
  }
  .img-list6 li a{
    display: block;
    max-width: 282px;
    margin: 0 auto;
  }
}

/* **********company4***************** */
.c4M1-border {
  padding-top: 58px;
  padding-bottom: 118px;
}

.c4M1-top {
  background-color: #f8f8f8;
}

.c4M1-tsafe {
  padding-top: 23px;
  padding-bottom: 41px;
  width: 90.8%;
  margin: 0 auto;
}

.c4M1-ttitle {
  font-size: 26px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
}

.c4M1-tinto {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 21px;
}

.c4M1-tblockbor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-top: 26px;
}

.c4M1-tblock {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;

}

.c4M1-tblock i {
  color: #015aaa;
  font-size: 24px;
  padding-right: 10px;
}

.c4M1-tblock a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
  padding-left: 16px;
}

.c4M1-tblock a:hover {
  color: #015aaa;
}

.c4M1-tblock span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
  padding-left: 16px;
}

.c4M1-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-top: 32px;
}

.c4M1-bblock {
  width: 49%;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(22, 22, 22, 0.22);
  margin-bottom: 20px;
}

.c4M1-bbsafe {
  width: 81%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 23px;
}

.c4M1-bbtitle {
  font-size: 26px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
}

.c4M1-bbinfo {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 18px;
}

.c4M1-bbcobor {
  padding-top: 4px;

}

.c4M1-bbcontact {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 18px;
  display: flex;
  align-items: center;
}

.c4M1-bbcontact a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
  padding-left: 16px;
}

.c4M1-bbcontact a:hover {
  color: #015aaa;
}

.c4M1-bbcontact span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
  padding-left: 16px;
}

.c4M1-bbcontact i {
  font-size: 28px;
  color: #015aaa;
  padding-right: 16px;
}

@media screen and (max-width:1333px) {
  .c4M1-ttitle {
    font-size: 22px;
  }

  .c4M1-tinto {
    font-size: 18px;
  }

  .c4M1-bbcontact i {
    font-size: 20px;
  }

  .c4M1-tblock i {
    font-size: 20px;
  }

}

@media screen and (max-width:999px) {
  .c4M1-ttitle {
    font-size: 20px;
  }

  .c4M1-tblock {
    font-size: 14px;
  }

  .c4M1-tinto {
    font-size: 16px;
  }

  .c4M1-border {
    padding-top: 39px;
    padding-bottom: 19px;
  }

  .c4M1-bblock {
    width: 100%;
    margin-top: 20px;
  }

  .c4M1-bottom {
    padding-top: 11px;
  }

  .c4M1-bbcontact {
    padding-top: 6px;
	font-size:14px;
  }

  .c4M1-tblock {
    width: 100%;
  }

  .c4M1-tsafe {
    padding-bottom: 26px;
  }

  .c4M1-bottom {
    padding-top: 0px;
  }
}
@media screen and (max-width:538px) {
.c4M1-bbcontact { display:block;

justify-content: space-between;
flex-flow: wrap;
flex-direction: column;
}
.c4M1-bbcontact span,.c4M1-bbcontact a,.c4M1-tblock a,.c4M1-tblock span {

  padding-left: 0px;
}
.c4M1-bbsafe{ width:95%}
.c4M1-bbcontact i{ padding-right:5px;}
}

/* **************************product 1 ****************/
.prmain {
  padding-top: 30px;
  padding-bottom: 78px;
  position: relative;
}
.pMain1{
  position: relative;
}
.pMain1::before{
  position: absolute;
  content: "";
  background: url('../image/product-before.png') no-repeat;
  width: 312px;
  height: 381px;
  top: 10%;
  left: 0;
}
.pMain1::after{
  position: absolute;
  content: "";
  background: url('../image/product-after.png') no-repeat;
  width: 312px;
  height: 566px;
  bottom: 0%;
  right: 0;
}
.prmain:after {
  content: "";
  clear: both;
  display: block;
}

.prl {
  width: 27.6%;
  float: left;
  padding-top: 29px;
}

.prr {
  width: 67.8%;
  float: right;
}

.j-nextshow {
  position: relative;
}

.proslide_menubtn {
  width: 19px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.proslide_menubtn span {
  display: none;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
  background-color: #FFFFFF;
}

.prbiao {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  border: 1px solid #da2f32;
  line-height: 50px;
  position: relative;
  padding: 6px 24px;
  color: #ffffff;
  background-color: #da2f32;
  border-radius: 10px;
}

a.prbiao:hover {
  color: #da2f32;
  background: #fff;
}

.pryiji {
  padding-top: 2px;
}

.pryiji>li>a {
  display: block;
  background-color: #f2f2f2;
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding: 10px 24px;
  padding-right: 35px;
  position: relative;
  margin-top: 16px;
}

.pryiji>li>a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #666666;
  right: 21px;
  top: 50%;
  margin-top: -1px;
}

.pryiji>li>a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #666666;
  right: 21px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(90deg);
  transition: 0.5s;
}

.prerji {
  padding: 7px 0;
  padding-left: 33px; display:none
}

.prerji li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  padding: 5px 0;
  color: #666666;
}

.prerji li a i {
  font-size: 11px;
  color: #cbcbcb;
  padding-right: 3px;
}

.prerji>li>a {
  position: relative;
}

.prsanji {
  padding-left: 30px;
}

.pryiji>li:hover>a {
  color: #fff;
  background-color: #015aaa;
}

.prerji .dangprer a i {
  color: #015aaa;
}

.pryiji>li:hover>a:after {
  transform: rotate(0deg) !important;
  background: #fff !important;
}


.prerji li:hover>a {
  color: #015aaa;
}

.prerji li:hover>a:before {
  background: #fff;
}

.dangpryi>a {
  color: #fff !important;
  background-color: #015aaa !important;
}

.dangprer>a {
  color: #015aaa !important;
}

.dangprer>a img {
  background: url('../image/bluedot.png') no-repeat;
}

.dangprer>a:before {
  background: #fff !important;
}

.dangpryi>a:after {
  transform: rotate(0deg) !important;
  background: #fff !important;
}

.prtag {
  margin-top: 57px;
}

.prlbn {
  display: flex;
  flex-flow: wrap;
  padding-top: 19px;
}

.prlbn a {
  display: inline-block;
  vertical-align: top;
  padding-right: 43px;
  padding-left: 10px;
}

.prlc {
  margin-top: 55px;
}

.prlcn {}

.prlclie {
  margin-top: 13px;
}

.prlctu {
  display: block;
  overflow: hidden;
}

.prlca {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.prlcriqi {
  display: block;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 5px;
}

.prrt {}

.prrtbiao {
  font-size: 24px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.huidi {
  margin-top: 14px;
}

.prrtn {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.prrtn p,
.prrtn em,
.prrtn strong {
  color: #666666;
}

.prrtn p {
  text-indent: 2em;
}

.przhan {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.przhanh {
  height: auto !important;
}

.fuc {
  display: block;
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.zhankai {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 0px;
  color: #e7000f;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}

.fuch {
  display: none !important;
}

.prr input {
  cursor: pointer;
}

.prn {
  font-size: 0px;
  padding-bottom: 52px;
}

.prlie {
  width: 31.6%;
  margin-left: 2.6%;
  display: inline-block;
  vertical-align: top;
  margin-top: 43px;
}

.prlie:nth-child(3n-2) {
  margin-left: 0px;
}

.prtu {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: solid 1px #eeeeee;
}

.prtu img {
  width: 100%;
  max-width: 378px;
  max-height: 278px;
  transition: 0.5s;
}

.pra {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.prlie p a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  height: 44px;
  color: #999999;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
}

.prmor {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.prmor input {
  display: inline-block;
  vertical-align: middle;
}

.prmor a {
  display: inline-block;
  vertical-align: middle;
  width: 121px;
  height: 36px;
  line-height: 34px;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: solid 1px #bfbfbf;
  padding: 0 5px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 10px;
}

.prlie:hover a {
  color: #194a5b;
}

.prlie:hover .prfu {
  opacity: 1;
}

.prlie:hover img {
  transform: scale(1.1, 1.1)
}

.prlie:hover .prtmora1 span {
  color: #fff;
}

.prlie:hover .prtmora1:before {
  width: 100%;
}

.prlie:hover .prmor a {
  background-color: #da2f32;
  color: #fff;
  border: 1px solid #da2f32;
}

.fenye {
  padding-top: 59px;
  text-align: center;
}

.fenyen {
  display: inline-block;
  *float: left;
  font-size: 0px;
}

.fenyen a {
  display: inline-block;
  *float: left;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 31px;
  margin-right: 4px;
  margin-left: 3px;
  color: #999999;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #9d9d9d;
  border-radius: 50%;
}

.fenyen a:hover {
  color: #fff;
  background: #194a5b;
  border-color: #194a5b;
}

.fenyen .sx {}

.dangqianfen,
.fenyen .active {
  border: 1px solid #194a5b !important;
  color: #fff !important;
  background: #194a5b !important;
}

.fuxuan {
  margin-left: 2px;
  display: inline-block;
  *float: right;
  margin-bottom: 10px;
}

.fuxuan input {
  width: 185px;
  height: 36px;
  border: 1px solid #194a5b;
  background: #194a5b;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 18px;
}

.fuxuan input:hover {
  background: #fff;
  border: 1px solid #194a5b;
  color: #194a5b;
}

.prlt2 {
  display: none
}


@media screen and (max-width:1359px) {
  .prbiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    padding: 10px;
  }

  .pryiji>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 7px 10px;
    padding-right: 22px;
    position: relative;
    margin-top: 9px;
  }

  .prerji li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px;
    padding-left: 14px;
    color: #666666;
  }


  .prlc {
    margin-top: 30px;
  }

  .prlca,
  .prlcriqi {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prlbn a {
    margin-top: 5px;
  }

  .prrtbiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
  }


  .prlie {
    margin-top: 20px;
    width: 32%;
    margin-left: 2%;
  }

  .pra {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
  }

  .prmor {
    margin-top: 10px;
  }

  .prmor a {}

  .prmor a {
    width: 120px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
  }
}

@media screen and (max-width:999px) {
  .pMain1::before{
    display: none;
  }
  .pMain1::after{
    display: none;
  }
  .prmain {
    padding-top: 30px;
    padding-bottom: 38px;
  }

  .prl {
    width: 30%;
  }

  .prr {
    width: 68%;
  }

  .prbiao {
    font-size: 20px;
    font-size: 2rem;
  }

  .prsou {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
  }

  .pryiji>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 24px;
  }

  .prerji li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prerji li a:before {
    width: 5px;
    height: 5px;
    top: 17px;
  }

  .prlbn li {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0;
  }


  .prlie {
    width: 32.333%;
    margin-left: 1.5%;
  }

  .pra {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .prlie p a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 6px;
  }

  .prmor {
    margin-top: 10px;
  }

  .prmor a {
    width: 90px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .prfu {
    display: none
  }

  .fenye {
    padding-top: 27px;
  }

  .fenyen a {
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
    font-size: 1.2rem !important;
  }

  .fenyen a i {
    font-size: 12px;
  }

  .fuxuan input {
    width: 120px;
    height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:767px) {
  .prmain {
    padding-top: 20px;
    padding-bottom: 38px;
  }

  .prl {
    width: 100%;
    margin-top: 20px;
  }

  .prr {
    width: 100%;
  }

  /*.proslide_menubtn ,.proslide_menubtn span{ display:block;}
	.pryiji{display: none}*/
  .pra {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .prlie p a,
  .prrtn {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .prlt2 {
    display: block;
    margin-bottom: 20px;
  }

  .prlt1 {
    display: none;
  }

  .prbiao {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  a.prbiao:hover {
    color: #fff;
    background: #194a5b;
  }

  .pryiji {
    max-width: none;
  }

  .pryiji>li {
    position: relative;
  }

  .pryiji>li>i {
    display: block;
    width: 30px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
  }

  .pryiji>li>i:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #194a5b;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1px;
  }

  .pryiji>li>i:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #194a5b;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: 0.5s;
  }

  /*.prerji{ display:none}*/
  .pryiji>li>.dangi:after {
    transform: rotate(0deg) !important;
  }

  .pryiji>li>a {
    padding: 5px 10px;
    line-height: 25px;
    padding-right: 34px;
    position: relative;
  }


  .prtag {
    margin-top: 20px;
  }

  .prlcn {
    font-size: 0px;
  }

  .prlcn a,
  .prlcriqi {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .prlclie {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 3px;
  }
}

@media screen and (max-width:579px) {
  .prlie {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1%;
    margin-top: 20px;
  }

  .prrt {
    padding: 5px;
    min-height: 104px;
  }

  .prttu {
    width: 140px;
  }

  .prtzi {
    margin-left: 150px;
  }

  .prta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0px;
  }

  .prtp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 44px;
    margin-top: 0px;
  }

  .prtmor {
    margin-top: 5px;
  }

  .prtmora1 {
    min-width: 60px;
    margin-left: 2px;
  }

  .prtmora2 {
    margin-right: 0px;
  }

  .prlcn {
    padding-top: 10px;
  }
}

/* *******************product2************************** */
.prmain2 {
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(https://www.duoningbio.com/themes/simplebootx/duoning/images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  * width: 100px;
  * height: 49px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5; */
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

.prob-pic {
  width: 46%;
}

.prob-pic .prob-pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.prob-pic .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.prob-pic .prob-pic-big-img img {
  transition: 0s;
}

.prob-pic .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

.prob-pic .zoomWrapperImage img {
  max-width: 1920px;
}

.prob-pic .prob-pic-big-img:hover img {
  transform: scale(1)
}

.prob-pic .prob-pic-small {
  position: relative;
  margin-top: 27px;
  overflow: hidden;
}

.prob-pic .prob-pic-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #666666;
  font-size: 27px;
  font-weight: bolder;
  z-index: 9999
}

.prob-pic .prob-pic-btn.prev {
  left: -5px;
}

.prob-pic .prob-pic-btn.next {
  right: -5px;
}

.prob-pic .prob-pic-btn:hover {
  color: #015aaa;
}

.prob-pic .prob-pic-list {
  overflow: hidden;
  margin-left: 37px;
  margin-right: 37px;
}

.prob-pic .prob-pic-list ul {
  width: 1000%;
  overflow: hidden;
}

.prob-pic .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.35%;
  width: 3.1%;
  overflow: hidden;
}

.prob-pic .prob-pic-item .item-pic {
  display: block;
  overflow: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #eeeeee;
}

.prob-pic .prob-pic-item .item-pic img {
  display: block;
  width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.prob-pic .prob-pic-item .item-pic:hover {}

.prob-pic .prob-pic-item .item-pic.active {}

.jianjie {
  width: 50.4%;
  padding-bottom: 120px;
  position: relative;
  padding-top: 11px;
}

.jianjie h1 {
  font-size: 28px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}

.jiann {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 31px;
  color: #666666;
  padding-top: 65px;
  text-indent: 2rem;
}

.jiann p,
.jiann em {
  color: #666666;
}

.jiann img {
  max-width: 100%;
  display: inline;
}

.jiann>p>strong {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  font-weight: normal;
}

.inno {
  font-size: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.inno:after {
  content: "";
  clear: both;
  display: block;
}

.inno>a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 5px;
  margin-left: 35px;
  min-width: 166px;
  height: 42px;
  background-color: #e9e9e9;
  border-radius: 10px;
}

.inno>a:nth-child(1) {
  margin-left: 0px;
}

.inno>a:hover {
  background: #015aaa;
  color: #fff;
}

.share {
  display: inline-block;
  vertical-align: middle;
  padding-left: 63px;
}

.share1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #999999;
}

.share2 {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1359px) {
  .prob-pic .prob-pic-btn {
    font-size: 22px;
  }

  .inno {
    margin-top: 10px;
  }

  .inno>a {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 6px;
    text-transform: none;
    margin-left: 10px;
  }

  .jianjie h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
  }

  .jianbiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-top: 8px;
  }

  .jiann {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-top: 15px;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 999px) {
  .prob-pic .prob-pic-btn {
    font-size: 20px;
  }

  .share {
    padding-left: 10px;
  }

  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .prmain2 {
    padding-top: 16px;
    padding-bottom: 10px;
    display: block;
  }

  .prob-pic .prob-pic-list {
    margin-left: 40px;
    margin-right: 40px;
  }

  .prob-pic {
    float: none;
    margin: auto;
    margin-top: 0px;
    width: 100%;
    max-width: 500px;
  }

  .jianjie {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    padding: 0px;
  }

  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .jiann>p>strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .jianbiao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 8px;
  }

  .jiann {
    min-height: 0px
  }

  .inno {
    margin-top: 10px;
    position: relative;
  }

  .inno>a {
    min-width: 106px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .jiann {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 12px;
    color: #333;
  }

  .prob-pic .prob-pic-btn {
    font-size: 18px;
  }
}

@media screen and (max-width:550px) {
  .prob-pic .prob-pic-list ul li {
    margin-right: .15%;
    width: 3.233%;
  }
}

@media screen and (max-width:400px) {
  .share {
    display: block;
    padding-left: 0px;
  }
}

.prmain3 {
  padding-top: 60px;
}
.p2M5out{
  background: url('../image/p2m2-back.png') no-repeat;
}

.pr3biao {
  font-size: 26px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 35px;
  padding-left: 26px;
  position: relative;
}

.pr3biao::before {
  position: absolute;
  width: 3px;
  height: 38px;
  background-color: #015aaa;
  border-radius: 1px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.chanxiang {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-top: 29px;
}

.chanxiang p,
.chanxiang em,
.chanxiang strong {
  color: #666666; font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.chanxiang em {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.chanxiang p em,.jiann p em{ font-style:normal}
.chanxiang p em:before,.jiann p em:before{ content:'*'; color: #666666;  padding-right: 10px;
display: inline-block;
vertical-align: middle;

}
.chanxiang a {
  color: #194a5b;
}

.chanxiang img {
  display: block;
  max-width: 100%;
}

.chanxiang strong {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
}

.hengpai {
  display: flex;
}

.hengpai p {
  padding-right: 83px;
}

.pr3tu {
  display: flex;
  justify-content: center;
  padding-top: 45px;
}


.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
}

.table table tr {}

.table table tr td {
  padding: 3px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  color: #666;
}

.table table tr td strong {
  color: #333333;
  font-weight: normal;
}

.chanxiang .table table tr:nth-child(2n-1) td {
  background: #f3f3f3;
}

.chanxiang .table table tr td {
  padding: 5px 10px;
}

.prsu {
  padding-top: 20px;
}

.prsu p {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px;
}

.prsu p:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #194a5b;
  left: 0px;
  top: 12px;
  transform: rotate(45deg)
}

.prtag2 {
  padding: 10px 0 67px;
  margin-top: 20px;
}

.prtagn {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-top: 12px;
}

.prtagn a {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  margin-top: 10px;
}

.prtagn a:hover {
  color: #015aaa;
}

.p2im6-font {
  padding-top: 28px;
}


@media screen and (max-width:1359px) {
  .prtag2 {
    margin-top: 15px;
  }

  .pr3biao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-bottom: 10px;
    margin-top: 30px;
  }

  .chanxiang {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 26px;
  }

  .prtagn {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prtagn a {
    margin-right: 20px;
    margin-top: 0px;
  }
}

@media screen and (max-width:999px) {
  .prmain3 {
    padding-top: 10px;
  }

  .pr3biao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 6px;
    margin-top: 20px;
  }

  .chanxiang {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .table table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prsu,
  .prtagn {
    padding-top: 10px;
  }

  .prtag2 {
    padding: 10px 0 30px;
    margin-top: 30px;
  }

  .prsu p {
    margin-right: 20px;
  }
}

@media screen and (max-width:767px) {
  .pr3tu {
    margin-top: 15px;
    padding-top: 20px;
  }

  .pr3biao {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    padding-bottom: 6px;
    margin-top: 20px;
  }

  .prtagn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .prtagn a {
    margin-right: 20px;
    margin-top: 0px;
  }

  .table table tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .prsu p:before {
    top: 8px;
  }
}

.prmain4 {
  padding-top: 10px;
  margin-top: 40px;
  padding-bottom: 18px;
}

.pr4n {
  width: 100%;
  margin-top: 34px;
  display: flex;
  flex-flow: wrap;
}

.pr4n p {
  width: 50%;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: inline-block;
}


.pr4n p em{ font-style:normal}
.pr4n p em:before{ content:'*'; color: #666666;  padding-right: 10px;
display: inline-block;
vertical-align: middle;

}
.homain {
  padding-top: 88px;
  padding-bottom: 105px;
}


.hobiao:hover {
  color: #194a5b;
}

.hotu {
  display: block;
  border: solid 1px #194a5b;
  overflow: hidden;
}

.hotu img {
  width: 100%;
}

.hoa {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  text-align: center;
  margin-top: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.hoa:hover {
  color: #194a5b;
}

@media screen and (max-width:1359px) {
  .pr4n {
    margin-top: 15px;
  }

  .pr4n p {
    width: 100%;
    font-size: 14px;
  }

  .prmain4 {
    margin-top: 18px;
  }

  .homain {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hobiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-right: 80px;
  }

  .hoa {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}


@media screen and (max-width:767px) {
  .prmain4 {
    margin-top: 4px;
  }

  .hobiao {
    font-size: 20px;
    font-size: 2rem;
  }

  .hoa {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 5px;
  }

}

@media screen and (max-width:499px) {
  .homain {
    padding-top: 20px;
  }
}
/* prmain6 */
.p2Main6{
  position: relative;
}
.p2Main6::before{
  position: absolute;
  background: url('../image/p2-before.png') no-repeat;
  width: 229px;
  height: 566px;
  content: "";
  top: -50%;
  right:0;
}
@media screen and (max-width:999px){
  .p2Main6::before{
    display: none;
  }
}

/*************** product2 Main7************  */
.p2M7-border {
  padding-bottom: 100px;
}

.p2M1-bbtn img {
  display: inline-block;
}

.p2M7-blockbor {
  padding-top: 5px;
}

.p2M7-block {
  padding-top: 18px;
  padding-bottom: 15px;
  background-color: #eaeaea;
  border-radius: 4px;
  margin-top: 30px;
  transition: 0.5s;
}

.p2M7-block:hover .p2M1-binfo {
  color: #fff;
}

.p2M7-block:hover {
  background-color: #015aaa;
}

.p2M7safe {
  display: flex;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 9px;

}

.p2M1-binfo {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.p2M1-bbtn {
  width: 92px;
  height: 29px;
  background-color: #da2f32;
  border-radius: 15px;
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
.in3page{
  padding-top: 34px;
}

@media screen and (max-width:1333px) {
  .p2M7-border {
    padding-bottom: 70px;
  }
}

@media screen and (max-width:999px) {
  .p2M1-binfo {
    font-size: 14px;
  }

  .p2M1-bbtn {
    font-size: 14px;
  }

  .p2M7-border {
    padding-bottom: 10px;
  }

  .p2M7-block {
    margin-top: 16px;
  }
}

@media screen and (max-width:768px) {
  .p2M7-border {
    padding-bottom: 40px;
  }

}

@media screen and (max-width:538px) {
  .p2M7safe {
    padding-left: 13px;
  }
}

/* ************product3 Main1*********************** */
.p3Main1{
  position: relative;
}
.p3Main1::before{
  background: url('../image/p3-before.png') no-repeat;
  width: 312px;
  height: 381px;
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
}
.p3M1-border {
  padding-top: 57px;
  padding-bottom: 84px;
}
.p3M1-btitle{
  font-size: 30px;
  text-align: center;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
  padding-top: 10px;
}
.p3M1-binfo {
  padding-top: 30px;
}

.p3M1-border p strong {
  font-size: 22px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #015aaa;
  padding-top: 20px;
  display: block;
}

.p3M1-border p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 21px;
  text-indent: 2rem;
}

.p3M1-border p em {
  display: block;
  font-style: normal;
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 4px;
}

@media screen and (max-width:1333px) {
  .p3M1-btitle{
    font-size: 24px;
  }
  .p3M1-border {
    padding-top: 0px;
  }

  .p3M1-border p strong {
    font-size: 20px;

  }

  .p3M1-border p em {
    font-size: 16px;
  }

  .p3M1-border p {
    padding-top: 17px;
  }

  .p3M1-border {
    padding-bottom: 48px;
  }

  .p3M1-border p {
    font-size: 14px;
  }
}

@media screen and (max-width:999px) {
  .p3M1-btitle{
    font-size: 22px;
  }
  .p3Main1::before{
    display: none;
  }
  .p3Main1::after{
    display: none;
  }
  .p3M1-border p strong {
    font-size: 18px;
  }

  .p3M1-border p {
    padding-top: 13px;
  }

  .p3M2-border {
    padding-bottom: 59px;
  }
}
@media screen and (max-width:538px){
  .p3M1-btitle{
    font-size: 20px;
  }
}

/* **********product3 Main2********* */
.p3M2-border {
  padding-bottom: 79px;
}
.p3Main2{
  position: relative;
}
.p3Main2::after{
  background: url('../image/p3-after.png') no-repeat;
  width: 229px;
  height: 566px;
  position: absolute;
  content: "";
  bottom: 0%;
  right: 0;
}
@media screen and (max-width:999px){
  .p3Main2::after{
    display: none;
  }
}

/* *************application Main1******************* */

.ap1M1-border {
  padding-top: 5px;
  padding-bottom: 100px;
}

.ap1M1-blockbor {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  padding-bottom: 38px;
}

.ap1M1-block {
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 54px;
  
}

.ap1M1-block:nth-child(3n) {
  margin-right: 0%;
}

.ap1M1-bpic {
  max-width: 375px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.ap1M1-btitle {
  font-size: 20px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  padding-top: 19px;
}

.ap1M1-binfo {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  text-indent: 2rem;
  padding-top: 4px;
  text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; overflow:hidden
}

.ap1M1-bbtn {
  display: block;
  width: 131px;
  height: 34px;
  background-color: #da2f32;
  border-radius: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 18px;
  text-align: center;
}

.ap1M1-bbtn img {
  display: inline-block;
}

@media screen and (max-width:1333px) {
  .ap1M1-btitle {
    font-size: 18px;
  }

  .ap1M1-bbtn {
    font-size: 14px;
  }

  .ap1M1-border {
    padding-top: 5px;
    padding-bottom: 52px;
  }
}

@media screen and (max-width:999px) {
  .ap1M1-btitle {
    font-size: 18px;
  }

  .ap1M1-bbtn {
    font-size: 14px;
  }

  .ap1M1-block {
    width: 49%;
    margin-right: 2%;
    margin-top: 40px;
  }

  .ap1M1-block:nth-child(3n) {
    margin-right: 2%;
  }

  .ap1M1-block:nth-child(2n) {
    margin-right: 0%;
  }

  .ap1M1-bpic {
    margin: 0 auto;
  }

  .ap1M1-btitle {
    text-align: center;
  }

  .ap1M1-binfo {
    text-align: center;
  }

  .ap1M1-bbtn {
    margin: 0 auto;
  }

  .ap1M1-bbtn {
    margin-top: 10px;
  }

  .ap1M1-border {
    padding-top: 5px;
    padding-bottom: 1px;
  }
}

@media screen and (max-width:768px) {
  .ap1M1-btitle {
    font-size: 16px;
  }

  .ap1M1-border {
    padding-top: 5px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width:538px) {
  .ap1M1-block {
    width: 100%;
    margin-right: 0%;
  }

  .ap1M1-block:nth-child(3n) {
    margin-right: 0%;
  }

  .ap1M1-block:nth-child(2n) {
    margin-right: 0%;
  }

  .ap1M1-border {
    padding-top: 5px;
    padding-bottom: 61px;
  }
}

/* ************application2********************** */
.ap21 h1 {
  font-size: 24px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.apxiang {
  border-top: 1px solid rgba(0, 0, 0, 0);
  color: #333333;
  margin-top: 2px;
  padding-bottom: 19px;
}

.apxiang img {
  padding-bottom: 13px;
}

.apM2-border {
  padding-bottom: 91px;
}

.apfanpian {
  padding-left: 0px;
}

@media screen and (max-width:999px) {
  .apM2-border {
    padding-bottom: 0px;
  }

  .ap21 h1 {
    font-size: 20px;
  }
}

@media screen and (max-width:768px) {
  .apM2-border {
    padding-bottom: 40px;
  }
}

/******************download Main1******************************** */
.dM1-border {
  padding-top: 13px;
  padding-bottom: 100px;
}

.dM1-bblockbor {
  padding-top: 57px;
}

.dM1title {
  display: block;
  font-size: 26px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 73px;
  letter-spacing: 0px;
  color: #333333;
  width: 363px;
  height: 73px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 2px 3px 9px 0px rgba(24, 24, 24, 0.15);
  border-radius: 37px;
}

.dM1title:hover {
  background: #015aaa;
  color: #fff;
}


.dM1-block {
  margin-top: 21px;
}

.dM1-blockbor {
  padding-top: 23px;
}

@media screen and (max-width:1333px) {
  .dM1title {
    font-size: 20px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #333333;
    width: 342px;
    height: 58px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 2px 3px 9px 0px rgba(24, 24, 24, 0.15);
    border-radius: 37px;
  }

  .dM1-blockbor {
    padding-top: 10px;
  }

  .dM1-bblockbor {
    padding-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .dM1-border {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:768px) {
  .dM1-border {
    padding-bottom: 50px;
  }

  .dM1title {
    font-size: 20px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #333333;
    width: 311px;
    height: 44px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 2px 3px 9px 0px rgba(24, 24, 24, 0.15);
    border-radius: 37px;
  }

  .dM1-bblockbor {
    padding-top: 20px;
  }
}

@media screen and (max-width:538px) {
  .dM1title {
    font-size: 20px;
    line-height: 44px;
    width: 220px;
    height: 44px;
  }
}

/* *************invest Main1************************** */
.in1M1-border {
  padding-top: 63px;
  padding-bottom: 111px;
}

.in1M1-title {
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top:20px
}

.in1M1-blockbor {
  display: flex;
  flex-flow: wrap;
}

.invest1M1-bsafe {
  width: 85%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 115px;
}

.in1M1-block {
  width: 29.8%;
  margin-right: 5.3%;
  background-color: #ffffff;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 32px;
}

.in1M1-block:nth-child(3n) {
  margin-right: 0px;
}

.in1M1-bpost {
  font-size: 26px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.in1M1-bpost img {
  display: inline-block;
  padding-right: 3px;
}

.in1M1-bname {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 20px;
}

.in1M1-bname span {
  font-size: 20px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.in1M1-bbottom {
  padding-top: 36px;
}

.in1M2-blockbor {
  padding-top: 17px;
}

.in1M2-border {
  padding-bottom: 0px;
}

.in1M2-title {
  text-align: start;
}


@media screen and (max-width:1333px) {
  .in1M1-title {
    font-size: 26px;
  }

  .in1M1-bpost {
    font-size: 22px;
  }

  .in1M1-bname span {
    font-size: 18px;
  }

  .in1M1-bname {
    font-size: 14px;
  }

  .in1M1-border {
    padding-top: 63px;
    padding-bottom: 80px;
  }

}

@media screen and (max-width:999px) {
  .in1M2-border {
    padding-bottom: 0px;
  }

  .in1M1-bpost {
    font-size: 20px;
  }

  .in1M1-bbottom {
    padding-top: 14px;
  }

  .in1M1-title {
    font-size: 22px;
  }

  .in1M1-bname span {
    font-size: 16px;
  }
}

@media screen and (max-width:768px) {
  .in1M1-bpost {
    font-size: 18px;
  }

  .in1M2-border {
    padding-bottom: 0px;
  }

  .in1M1-border {
    padding-top: 52px;
    padding-bottom: 53px;
  }

  .invest1M1-bsafe {
    width: 85%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .in1M1-title {
    font-size: 20px;
  }

  .in1M1-block {
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width:538px) {
  .in1M1-border {
    padding-top: 34px;
    padding-bottom: 47px;
  }

  .in1M1-block {
    margin-top: 19px;
  }
}

/* invest1 Main2 */
.in1M2-scroll .row {
  padding-bottom: 38px;
}

.in1M2-scroll .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  padding-bottom: 69px;
}

.in1M2-scroll .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.in1M2-scroll .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.in1M2-scroll .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;
}

.in1M2-scroll.owl-carousel .owl-item {
  float: left;
  padding: 5px;
}

.in1M2-scroll .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.in1M2-scroll .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);
}

.in1M2-scroll .owl-theme .owl-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.in1M2-scroll .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.in1M2-scroll .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 39px;
	height: 5px;
	background-color: #cccccc;
	border-radius: 3px;
  margin-right: 9px;
  font-size: 0px;
}

.in1M2-scroll .owl-theme .owl-controls .owl-page.active span,
.main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 68px;
	height: 5px;
	background-color: #da2f32;
	border-radius: 3px;
}

.in1M2-scroll .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.in1M2-scroll .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.in1M2-scroll .owl-theme .owl-prev {
  left: 0px;
}

.in1M2-scroll .owl-theme .owl-next {
  right: 0px;
}

.in1M2-scroll .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}
@media screen and (max-width:538px){
  .in1M2-scroll .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    margin-right: 9px;
    font-size: 0px;
  }
  
  .in1M2-scroll .owl-theme .owl-controls .owl-page.active span,
  .main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #da2f32;
  }
  
}


/* **********invest2********************** */
.in2M1-top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.in2M2-border {
  padding-top: 63px;
}

.in2M2-blockbor {
  padding-top: 3px;
  padding-bottom: 98px;
}

.in2M1-top form {
  border-bottom: 1px solid rgba(58, 47, 89, 0.07);
}

.in2M1-top form span {
  font-size: 24px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  padding-bottom: 10px;
  display: inline-block;
}

.in2M1-top em {
  width: 0;
  border: 10px solid #015aaa;
  border-right-color: rgb(1, 90, 170);
  border-bottom-color: rgb(1, 90, 170);
  border-left-color: rgb(1, 90, 170);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 0px;
  top: 10px;
}

@media screen and (max-width:1333px) {
  .in1M1-title {
    font-size: 26px;
  }

  .in2M2-border {
    padding-top: 40px;
  }
  .in2M2-blockbor{
    padding-bottom: 70px;
  }
}

@media screen and (max-width:999px) {
  .in1M1-title {
    font-size: 24px;
  }
  .in2M2-blockbor{
    padding-bottom: 0px;
  }
}

@media screen and (max-width:768px) {
  .in1M1-title {
    font-size: 22px;
  }
  .in2M2-blockbor{
    padding-bottom: 50px;
  }
}

@media screen and (max-width:538px) {
  .in1M1-title {
    font-size: 20px;
  }

  .in2M2-border {
    padding-top: 30px;
  }
  .in2M2-blockbor{
    padding-bottom: 40px;
  }
}

/********************* invest4 ***********************/
.in4Main1 {
  padding-bottom: 67px;
}

.in4M1-border {
  padding-top: 60px;
  padding-bottom: 36px;
}

@media screen and (max-width:999px) {
  .in4M1-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in4Main1 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:768px) {
  .in4Main1 {
    padding-bottom: 40px;
  }
}

/* **************invest5 Main1*************************** */
.in5M1-border {
  padding-top: 63px;
}

.in5M1-title {
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.in5M1-blockbor {
  padding-top: 7px;
}

.in5M1-block {
  padding-bottom: 22px;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 28px;
}

.in5M1-date {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.in5M1-info {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.in5M1-info a {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 30px;
}

.in5M1-info a:hover {
  color: #015aaa;
}

.in5M1-inbtn {
  position: absolute;
  right: 0;
  top: 64%;
  transform: translateY(-50%);
}

.in5M1-inbpic {
  display: flex;
  justify-content: center;
  padding-bottom: 4px;
}

.in5M1-inbtn a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

@media screen and (max-width:1333px) {
  .in5M1-title {
    font-size: 26px;
  }

  .in5M1-border {
    padding-top: 40px;
  }

  .in5M1-date {
    font-size: 16px;
  }

  .in5M1-info a {
    font-size: 16px;
  }
}

@media screen and (max-width:999px) {
  .in5M1-title {
    font-size: 24px;
  }

  .in5M2-border {
    padding-bottom: 0px;
  }

  .in5M1-info a {
    font-size: 14px;
  }

  .in5M1-date {
    font-size: 14px;
  }

  .in5M1-inbtn {
    top: 50%;
  }
}

@media screen and (max-width:768px) {
  .in5M1-title {
    font-size: 22px;
  }
}

@media screen and (max-width:538px) {
  .in5M1-title {
    font-size: 20px;
  }

  .in5M1-block {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 15px;
  }

  .in5M1-blockbor {
    padding-top: 7px;
  }

  .in5M1-border {
    padding-top: 25px;
  }

  .in5M1-block {
    padding-bottom: 8px;
  }

  .in2M1-top form span {
    font-size: 20px;
  }

}

/* *************invest3 Main2*********************** */
.in5M2-blockbor {
  padding-top: 20px;
}

.in5M2-border {
  padding-top: 45px;
  padding-bottom: 95px;
}

.in5M2-change {}

.in5M2-change p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 10px;
}

.in5M2-cdate {
  display: flex;
  flex-flow: wrap;
  padding-top: 33px;
}

.in5M2-cdate a {
  display: block;
  background-color: #0e5798;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 24%;
  margin-right: 1.3333%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.in5M2-cdate .cda-choose::before{
  width: 80%;
}

.in5M2-cdate a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 6px;
  background-color: #da2f32;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.in5M2-cdate a:hover::before {
  width: 80%;
}

.in5M2-cdate a:nth-child(4n) {
  margin-right: 0%;
}

@media screen and (max-width:1333px) {
  .in5M2-cdate a {
    font-size: 20px;
  }
}

@media screen and (max-width:999px) {
  .in5M2-cdate a {
    font-size: 18px;
  }

  .in5M2-change p {
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .in5M2-border {
    padding-bottom: 30px;
  }

  .in5M2-cdate a {
    width: 49%;
    margin-right: 2%;
    margin-top: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .in5M2-cdate a:nth-child(2n) {
    margin-right: 0px;
  }

  .in5M2-cdate {
    padding-top: 13px;
  }

  .in5M1-block {
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 13px;
  }
}

@media screen and (max-width:538px) {
  .in5M2-border {
    padding-top: 28px;
  }
}

/* ***********************invest6 ****************/
.in6M1-border {
  padding-top: 56px;
}

.in6M1-blockbor {
  padding-top: 8px;
}

.in6M1-border .row {
  padding-bottom: 0px;
}
.in6M2{ margin-top:38px;}
.in6M1-border .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  padding-bottom: 28px;
}

.in6M1-border .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.in6M1-border .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.in6M1-border .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;
}

.in6M1-border .owl-carousel .owl-item {
  float: left;
  padding: 5px;
}

.in6M1-border .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.in6M1-border .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);
}

.in6M1-border .owl-theme .owl-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.in6M1-border .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.in6M1-border .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 39px;
  height: 5px;
  background-color: #cccccc;
  border-radius: 3px;
  margin-right: 9px;
  font-size: 0px;
}

.in6M1-border .owl-theme .owl-controls .owl-page.active span,
.in6M1-border .owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 68px;
  height: 5px;
  background-color: #da2f32;
  border-radius: 3px;
}

.in6M1-border .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.in6M1-border .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.in6M1-border .owl-theme .owl-prev {
  left: 0px;
}

.in6M1-border .owl-theme .owl-next {
  right: 0px;
}

.in6M1-border .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

@media screen and (max-width:538px) {
	.in6M2{ margin-top:20px;}
  .in6M1-border .owl-carousel {
    padding-bottom: 62px;
  }

  .in6M1-border .owl-theme .owl-controls .owl-page.active span,
  .in6M1-border .owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 10px;
    height: 10px;
    background-color: #da2f32;
    border-radius: 50%;
  }

  .in6M1-border .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 0px;
  }
}


/* *****************invest6 Main3************************** */

.in6M3-border {
  padding-top: 100px;
  padding-bottom: 116px;
}

.in6Main3 {
  background: url("../image/invest6.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-top:20px;
  margin-bottom:20px;
  
}

.in6Main3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../image/invest6.png") no-repeat center;
  background-size: cover;
  z-index: -1
}

.in6M3-btitle {
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-align: center;
}

.in6M3-binfo {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 62%;
  margin: auto;
  padding-top: 38px;
}

.in6M3-bbtn {
  display: block;
  width: 131px;
  height: 34px;
  background-color: #da2f32;
  border-radius: 17px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.in6M3-bbtn img {
  display: inline-block;
}

.in6M3-bbtn img:hover {
  transform: scale(1, 1);
}

@media screen and (max-width:1333px) {
  .in6M3-btitle {
    font-size: 26px;
  }
}

@media screen and (max-width:999px) {
  .in6M3-border {
    padding-top: 65px;
    padding-bottom: 66px;
  }

  .in6M3-btitle {
    font-size: 24px;
  }

  .in6M3-binfo {
    width: 90%;
  }

  .in6M3-bbtn {
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .in6M3-border {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in6M3-btitle {
    font-size: 22px;
  }
}

@media screen and (max-width:538px) {
  .in6M3-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .in6M3-btitle {
    font-size: 20px;
  }

  .in6M3-bbtn {
    margin-top: 29px;
  }
}

/* ******************invest6 Main4****************************** */
.in6M4-border .row {
  padding-bottom: 38px;
}

.in6M4-border .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.in6M4-border .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.in6M4-border .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.in6M4-border .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;
}

.in6M4-border .owl-carousel .owl-item {
  float: left;
  padding: 5px;
}

.in6M4-border .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.in6M4-border .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);
}

.in6M4-border .owl-theme .owl-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.in6M4-border .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.in6M4-border .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 39px;
  height: 5px;
  background-color: #cccccc;
  border-radius: 3px;
  margin-right: 9px;
  font-size: 0px;
}

.in6M4-border .owl-theme .owl-controls .owl-page.active span,
.main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 68px;
  height: 5px;
  background-color: #da2f32;
  border-radius: 3px;
}

.in6M4-border .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.in6M4-border .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.in6M4-border .owl-theme .owl-prev {
  left: 0px;
}

.in6M4-border .owl-theme .owl-next {
  right: 0px;
}

.in6M4-border .owl-theme .owl-buttons div:hover {
  background: #da2f32;
  color: #fff;
}

.in6M4-inborder {
  padding-bottom: 30px;
}

.in6M4-border {
  padding-top: 62px;
}

.in6Main4 {
  padding-bottom: 45px;
}

.inM4-title {
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

@media screen and (max-width:1333px) {
  .inM4-title {
    font-size: 26px;
  }
}

@media screen and (max-width:999px) {
  .inM4-title {
    font-size: 22px;
  }
}

@media screen and (max-width:768px) {
  .in6Main4 {
    padding-bottom: 0px;
  }

  .inM4-title {
    font-size: 20px;
  }

  .in6M4-border {
    padding-top: 37px;
  }
}

@media screen and (max-width:538px) {
  .in6M1-border {
    padding-top: 26px;
  }
  .in6M4-border .owl-carousel {
    padding-bottom: 24px;
  }

  .in6M4-border .owl-theme .owl-controls .owl-page.active span,
  .in6M4-border .owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 10px;
    height:10px;
    background-color: #da2f32;
    border-radius: 50%;
  }

  .in6M4-border .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    margin-right: 6px;
    font-size: 0px;
  }

  .in6M4-border {
    padding-top: 37px;
  }
}

/* **************investMain7************************ */
.in7M1-border {
  padding-top: 59px;
  padding-bottom: 111px;
}

.in7M1-block {
  background-color: #f8f8f8;
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.in7M1-bleft {
  width: 50%;
}

.in7M1-blsafe {
  width: 57%;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 71px;
}

.in7M1-btitle {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}

.in7M1-btitle span {
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.in7M1-bpost {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 10px;
}

.in7M1-bcon {
  padding-top: 32px;
}

.in7M1-bcon i {
  color: #015aaa;
  font-size: 34px;
}

.in7M1-bfont {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 2px;
}

.in7M1-bfont a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
}

.in7M1-bfont span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
}

.in7M1-bfont a:hover {
  color: #015aaa;
}

.in7M1-bconbor {
  padding-top: 0px;
}

.in7M1-bright {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.in7M1-bright p {
  max-width: 600px;
}

@media screen and (max-width:1333px) {
  .in7M1-btitle span {
    font-size: 26px;
  }

  .in7M1-btitle {
    font-size: 18px;
  }

  .in7M1-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width:999px) {
  .in7M1-btitle span {
    font-size: 24px;
  }

  .in7M1-btitle {
    font-size: 16px;
  }

  .in7M1-blsafe {
    width: 57%;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .in7M1-bcon i {
    color: #015aaa;
    font-size: 28px;
  }

  .in7M1-bpost {
    font-size: 18px;
  }

  .in7M1-border {
    padding-bottom: 0px;
  }

}

@media screen and (max-width:768px) {
  .in7M1-btitle span {
    font-size: 22px;
  }

  .in7M1-bleft {
    width: 100%;
  }

  .in7M1-bright {
    width: 100%;
  }

  .in7M1-blsafe {
    width: 80%;
  }

  .in7M1-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .in7M1-bcon {
    padding-top: 14px;
  }

  .in7M1-bpost {
    font-size: 16px;
  }

  .in7M1-bcon i {
    font-size: 20px;
  }

  .in7M1-border {
    padding-top: 38px;
    padding-bottom: 56px;
  }
}

@media screen and (max-width:538px) {
  .in7M1-btitle span {
    font-size: 20px;
  }

  .in7M1-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .in7M1-blsafe {
    padding-top: 8px;
    padding-bottom: 14px;
  }
}






/*********************  foot ********************** */
.foot input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #e6e6e6;
}

.foot {
  position: relative;
}

.foot::before {}

.fotop {
  position: relative;
  padding-top: 164px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(243, 243, 243, 0.3);
}

.fotop::before {
  position: absolute;
  content: "";
  background: url('../image/bigzhangyu.png');
  width: 125px;
  height: 102px;
  right: 8.4%;
  bottom: 34%;
}

.foot {
  background: url("../image/footer-back.png") no-repeat center;
  background-size: cover;
  position: relative;
}


.foot .zong {
  padding-top: 60px;
  padding-bottom: 2px;
}

.fo1 {
  width: 219px;
  float: left;
}

.fo2 {
  width: 340px;
  float: left;
  padding-left: 27px;
}

.fo3 {
  width: 406px;
  float: right;
  padding-right: 7px;
}

.fo4 {
  width: 196px;
  float: left;
}

.shejiao2 {
  margin-top: 5px;
}

.shejiao2:after {
  content: "";
  clear: both;
  display: block;
}

.shejiao2 a {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 33px;
  margin-right: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
  background-color: rgba(48, 64, 82, 0.5);
}

.ful {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  color: #363636;
  margin-top: 23px;
}

.ful li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #dedede;
  position: relative;
}

.ful li i {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #363636;
  font-size: 18px;
}

.ful li a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #dedede;
}

.ful>a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #dedede;
}

.fobiao {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;

}


.fo3 form {
  padding-top: 19px;
}

.fo3 .xing {
  background: url(../image/whitestar.png) no-repeat left 17px;
}

.fo3 .int1 {
  padding-left: 11px;
  position: relative;
  margin-top: 13px;
}

.fo3 .int1.fl {
  width: 47%;
}

.fo3 .int1.fr {
  width: 47%;
}

.fo3 .int4 {
  padding-left: 11px;
  position: relative;
  margin-top: 12px;
}

.fo3 .int1 input {
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  background: none;
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.fo3 .int4 textarea {
  width: 100%;
  height: 68px;
  padding-top: 4px;
  line-height: 26px;
  background: none;
  border: solid 1px #bfbfbf;
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 10px;
}
.fo3 .int4 input {
 width: 100%;
  height: 38px;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  background: none;
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.fo3 .int2 {
  padding-left: 11px;
  position: relative;
  margin-top: 11px;
  float: left;

}

.fo3 .int2 input {
  width: 138px;
  line-height: 38px;
  background: none;
  border: solid 1px #bfbfbf;
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 10px;
}

.fo3 .fyanzheng {
  width: 117px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-top: 11px;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 10px;
}

.fo3 .int3 {
  width: 100%;
  height: 40px;
  background-color: #da3134;
  border-radius: 10px;
  float: right;
  padding: 0 5px;
  margin-top: 11px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #da3134;
}

.fo3 .int3:hover {
  background: #fff;
  color: #da3134;
}

.foxia {
  display: flex;
}

.fo3 .int6 {
  width: 100%;
  display: flex;
  padding-left: 127px;
  position: relative;
}

.fo3 .int6 .fyanzheng {
  position: absolute;
  width: 117px;
  left: 0;
}

.fota {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #999999;
}

.fota span,
.fota a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #dedede;
  display: inline-block;
}
.fota a { margin-right:20px}
.youlian {
  margin-top: 0px;
}

.foot2 {
  padding-bottom: 11px;
  margin-top: 10px;
}

.foot2 .zong1 {
  border-top: 1px solid rgba(208, 208, 208, 0.25);
  padding-top: 8px;
  text-align: left;
}

.fop {
  /* font-family: MicrosoftYaHei; */
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #dedede;
}

.fop a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #dedede;
}

.foot a:hover {
  color: #4cc6e0;
}

.foot2 a:hover {
  color: #4cc6e0;
}

.shejiao2 a:hover {
  background-color: #da2f32;
  color: #fff;
}

.clear2 {
  display: none
}


@media screen and (max-width:1359px) {
  .fo1 {
    width: 18%;
    float: left;
  }

  .fo2 {
    width: 22%;
    float: left;
    margin-left: 0%;
    padding-left: 0px;
  }

  .fo4 {
    width: 17%;
    float: left;
  }

  .fo3 {
    width: 32%;
    float: right;
  }


  .shejiao2 a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 33px;
    margin-right: 8px;
  }

  .fobiao {
    font-size: 20px !important;
    font-size: 2rem !important;
  }

  .fo3 .int3 {
    min-width: 100px;
  }
}

@media screen and (max-width:999px) {
  .fo1 {
    width: 29%;
  }

  .fo4 {
    width: 18%;
  }

  .fo2 {
    width: 45%;
    float: right;
    margin-left: 0px;
  }

  .fo3 {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
  }

  .shejiao2 {
    margin-left: 5%;
    float: left;
  }

  .clear2 {
    display: block;
    clear: both;
  }

  .fo3 .int2 {
    width: 40%;
  }

  .fo3 .int2 input {
    width: 100%;
  }

  .fo3 .fyanzheng {
    margin-left: 10px;
  }

  .fo3 .int3 {
    float: left;
    margin-left: 10px;
  }

  .fop {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 12px 0;
  }

  .ful {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: #bbbbbb;
    margin-top: 14px;
  }
}

@media screen and (max-width:768px) {
  .foot {
    background: none;
    background-color: #015aaa;
  }


  .foot .zong {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .fotop {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .foot::before {
    display: none;
  }

  .fobei1 {
    margin-bottom: 8px;
  }

  .fota,
  .fo1,
  .fo3,
  .fologo,
  .ful,
  .fo3 form,
  .fobiao {
    display: none
  }

  .fo2 {
    width: auto;
    float: none;
    margin: auto;
    padding: 0px;
  }

  .shejiao2 {
    text-align: center;
    margin-top: auto;
    padding: 0px;
    width: 100%;
    margin: auto;
  }

  .shejiao2 a {
    margin: 5px;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .fop {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0px;
    margin-top: 10px;
    text-align: center;
  }

  .foot2 {
    margin-top: 10px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width:538px) {
  .fotop a img {
    max-width: 200px;
  }
}

.lianxi {
  position: fixed;
  width: 52px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999
}

.lianxi-bor {
  position: relative;
}

.lianxi-bor::before {
  width: 37px;
  height: 38px;
  position: absolute;
  bottom: 98%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url('../image/zhangyu.png');
  z-index: 10;

}

.lianxi-bor div a {
  display: block;
  width: 52px;
  height: 52px;
  background: #dfdfdf;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 52px;
  font-size: 20px;
  margin-top: 2px;
}

.ke1 {
  color: #f10506;
}

.ke2 {
  color: #00a8ff;
}

.ke3 {
  color: #21e218;
}

.ke4 {
  background: #d83b1b
}

.weixin {
  position: relative;
  cursor: pointer;
}

.weixin img {
  position: absolute;
  width: 149px;
  height: 150px;
  max-width: none;
  top: 0px;
  left: -149px;
  display: none;
}

.weixin:hover img {
  display: block;
}

.weixin2,
.tankuang {
  display: none
}

.tankuang {
  position: absolute;
  bottom: 50px;
  left: 50% !important;
  margin-left: -75px;
}

.tankuang img {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  left: auto;
  margin: auto;
}

.lianxi-bor div a:hover {
  background: #da2f32;
  color: #fff !important;
}

.clear2 {
  display: none
}

.top {
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: #dfdfdf;
  text-align: center;
  margin-top: 2px;
  padding-top: 1px;
  transition: 0.5s;
  border-radius: 5px;
}

.top a {
  display: block;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #fff;
  border-radius: 50% !important;
  line-height: 22px !important;
  color: #fff !important;
  font-size: 14px !important;
  margin: auto;
  margin-top: 13px !important;
  background: none !important
}

.top:hover {
  background: #da2f32;
}

.top:hover a {
  background: none !important;
  border-color: #fff;
  color: #fff !important;
}

.clear2 {
  display: none
}
@media screen and (max-width:1333px){
  .fotop::before {
    display: none;
  }
}

@media screen and (max-width:999px) {
  .youlian {
    display: none
  }

  .top {
    width: 20%;
    height: 45px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: none;
    background: #015aaa;
  }

  .top a {
    margin-top: 8px !important;
  }

  .lianxi {
    width: 100%;
    right: auto;
    top: auto;
    margin: auto;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #fff;
    transform: translateY(0);
  }

  .lianxi-bor::before {
    left: 90%;
  }

  .lianxi-bor>div {
    width: 16.6%;
    float: left;
    height: 45px;
    line-height: 45px;
    margin: auto;
  }

  .lianxi-bor div a {
    margin: auto;
    width: 100%;
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 0px;
    height: 45px;
    line-height: 45px;
    background: #015aaa;
  }

  .weixin2 {
    display: block
  }

  .weixin1 {
    display: none
  }

  .tankuang {
    margin: auto;
    transform: translateX(-50%);
    width: 95%;
    max-width: 150px;
  }

  .tankuang img {
    width: 180%;
    max-width: 150px;
    height: auto;
  }
}





.foxin input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b1b1b1;
  opacity: 1
}

.foxin input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b1b1b1;
  opacity: 1
}

.foxin input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b1b1b1;
  opacity: 1
}

.foxin input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b1b1b1;
  opacity: 1
}

.foxin textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b1b1b1;
  opacity: 1
}

.foxin textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b1b1b1;
  opacity: 1
}

.foxin textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b1b1b1;
  opacity: 1
}

.foxin textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b1b1b1;
  opacity: 1
}


.foxin {
  width: 95%;
  max-width: 200px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
  z-index: 9999
}

.fxbiao {
  line-height: 27px;
  padding: 14px;
  background: #015aaa;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
  cursor: pointer;
}

.fxbiao i {
  position: absolute;
  right: 10px;
  font-family: MicrosoftYaHei;
}

.foxinn {
  padding: 1px 15px;
  padding-bottom: 30px;
  display: none;
}

.fxp {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 12px;
}

.fxp2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #999999;
}

.fx-border {
  padding-top: 5px;
}

.foxin .int1 {
  font-size: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.foxin .int1 label {
  cursor: pointer;
  margin-top: 5px;
}

.foxin .int1 label p {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
}

.foxin .int1 label input {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  height: auto;
}

.foxin .int2 {
  margin-top: 11px;
}

.foxin input {
  width: 100%;
  height: 40px;
  border: solid 1px #f3f3f3;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
}

.foxin textarea {
  width: 100%;
  height: 68px;
  border: solid 1px #f3f3f3;
  padding: 5px;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
}

.foxin .int3 {

  margin-top: 13px;
}

.foxin .yanzheng {
  width: 112px;
  height: 40px;
      cursor: pointer;
    margin-top: 15px;
    display: inline-block;

}

.foxin .int5 {
  width: 100%;
  height: 40px;
  background-color: #da2f32;
  border: 1px solid #da2f32;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  transition: 0.5s;
  padding: 0px;
  margin-top: 0px;
}

.foxin .int5:hover {
  background: #fff;
  color: #da2f32;
}

.foxin .xing input,
.foxin .xing textarea {
  background: #fff url("../image/xing.png") no-repeat 5px 15px;
}

@media screen and (max-width:999px) {
  .fxbiao {
    line-height: 27px;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .foxinn {
    padding: 1px 5px;
    padding-bottom: 15px;
  }

  .foxin {
    width: 95%;
    max-width:200px;
    left: 5px;
    bottom: 55px;
  }

  .foxin .int3 {
    padding-right: 80px;
  }

  .foxin .yanzheng {
    width: 80px;
    height: 40px;
 
  }

  .foxin .int5 {
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .fxp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .foxin .int1 label p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 3px;
  }
}

/************************ page**************** */

.page {
  display: flex;
  justify-content: center;
}

.page-border {
  display: flex;
  flex-flow: wrap;
}

.page-box {
  display: flex;
  flex-flow: wrap;
}

.page a,.page span  {
  display: block;
  width: 41px;
  height: 41px;
  border: solid 1px #9d9d9d;
  line-height: 39px;
  text-align: center;
  margin-left: 10px;
  border-radius: 50%;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #999999;
}

.page a:hover {
  background-color: #015aaa;
  color: white;
  border: 1px solid #015aaa;
}
.page a.no:hover{  color: #999999 !important;  border: solid 1px #9d9d9d !important; background:#fff !important}
.page-box a {
  margin-top: 5px;
}
.pxunpan{
  display: flex;
}
.page-long {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
  margin-left: 21px;
  width: 172px;
  height: 42px;
  background-color: #015aaa;
  border-radius: 20px;
  border: 1px solid #015aaa;
  margin-top: 5px;
}

.page-long:hover {
  color: #015aaa;
  background-color: #fff;
}

.page .page-select {
  background-color: #015aaa;
  color: white;
  border: 1px solid #015aaa;
}

.page-arrow {
  display: flex;
  margin-left: 9px;
  align-items: center;
}

@media screen and (max-width:1333px) {
  .page {
    display: flex;
    justify-content: center;
  }

  .productMBorder {
    margin-bottom: 30px;
  }

  .page .pagepre {
    width: 90px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width:999px) {

  .page a {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }

  .page i {
    font-size: 12px;
  }

  .page-long {
    width: 113px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 5px;
  }

  .page-arrow {
    width: 15px;
  }
}


@media screen and (max-width:471px) {
  .page .pagepre {
    width: 60px;
    height: 26px;
    font-size: 10px;
    line-height: 24px;
  }

  .page a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }


  .page-long {
    width: 89px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
  }

  .page {
    display: flex;
    justify-content: center;
  }
}



@font-face {
  font-family: "iconfont";
  /* Project id 3652771 */
  src: url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tx-fill-liubianxing:before {
  content: "\e64b";
}

.icon-youxiang1:before {
  content: "\e64e";
}

.icon-xingming:before {
  content: "\e61a";
}

.icon-ziyuan:before {
  content: "\e65c";
}

.icon-dianhua2:before {
  content: "\e88b";
}

.icon-24gl-telephone3:before {
  content: "\e953";
}

.icon-24gf-telephone3:before {
  content: "\e96c";
}

.icon-xinlangweibo:before {
  content: "\e604";
}

.icon-qqkongjian1:before {
  content: "\e613";
}

.icon-QQ:before {
  content: "\e882";
}

.icon-qqkongjian:before {
  content: "\e62a";
}

.icon-qq1:before {
  content: "\e64d";
}

.icon-weibo:before {
  content: "\e64c";
}

.icon-home-fill:before {
  content: "\e867";
}

.icon-24gf-printer:before {
  content: "\e9c3";
}

.icon-guanbi:before {
  content: "\e621";
}

.icon-dayinji:before {
  content: "\e726";
}

.icon-language:before {
  content: "\ebdf";
}

.icon-ins:before {
  content: "\e603";
}

.icon-youtube3:before {
  content: "\e63e";
}

.icon-twitter-square-fill:before {
  content: "\ea90";
}

.icon-linkedin1:before {
  content: "\e60a";
}

.icon-Facebook:before {
  content: "\e601";
}

.icon-sousuo2:before {
  content: "\e8b9";
}

.icon-youtube2:before {
  content: "\ea07";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo1:before {
  content: "\e616";
}

.icon-sousuo11:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-youtube1:before {
  content: "\e660";
}

.icon-dianhua1:before {
  content: "\e66f";
}

.icon-instagram2:before {
  content: "\e87f";
}

.icon-linkedin-fill:before {
  content: "\e890";
}

.icon-tuite:before {
  content: "\ee49";
}

.icon-skype2:before {
  content: "\e979";
}

.icon-sousuo:before {
  content: "\e622";
}

.icon-youxiang:before {
  content: "\e623";
}

.icon-dianhua:before {
  content: "\e8ad";
}

.icon-duigou:before {
  content: "\e636";
}
.M3-scrbor {
  background-color: #fff;
  background-color: #ffffff;
  box-shadow: 2px 3px 49px 0px rgba(24, 24, 24, 0.21);
  border-radius: 20px;
}
.M3-scrsafe{
  width: 85%;
  margin: 0 auto;
}
.img-scroll7 {
  position: relative;
  margin-top: 4px;
}

.img-scroll7 .prev,
.img-scroll7 .next {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 38px;
  text-align: center;
  top: 50%;
  font-size: 26px;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 999
}

.img-scroll7 .prev {
  left: -32px;
  cursor: pointer;
}

.img-scroll7 .next {
  right: -32px;
  cursor: pointer;
}

.img-scroll7 .prev:hover,
.img-scroll7 .next:hover {
  color: #0064fb;
}

.img-list7 {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}

.img-list7 ul {
  width: 10000%;
}

.img-list7 li {
  float: left;
  width: 0.23%;
  margin-right: 0.026%;
  border-left: none;
  position: relative;
}
.img-list7 li img{
  display: inline-block;
  vertical-align: middle;
  padding-right: 2px;
}


#outer3 {
  margin-top: 6px;
  position: relative;
}

#tab3 {
  zoom: 1;
  font-size: 0px;
  text-align: center;
  position: relative;
}

#tab3 li {
  transition: 0.5s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 5px 10px;
    padding-bottom: 5px;
  line-height: 60px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 2px 3px 9px 0px rgba(24, 24, 24, 0.15);
  border-radius: 37px;
  padding-bottom: 8px;
}
#tab3 li span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 28px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.5s;
}

#tab3 li.current3,
#tab3 li.current3 i
{
  color: #fff;
  background-color: #da2f32;
}
#tab3 li.current3 span{
  color: #fff;
}
#tab3 li .kangt2{ opacity:0; display:none }
#tab3 li .kangt1{ opacity:1; display:inline-block}
#tab3 li.current3 .kangt2{ opacity:1;display:inline-block}
#tab3 li.current3 .kangt1{ opacity:0;display:none }
#content3 {
  display: block;
  padding-top: 37px;
}

#content3 .tabul3 {
  display: none;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (max-width:1333px){
  #tab3 li span{
    font-size: 24px;
  }
  #tab3 li{
    line-height: 50px;
  }
  #content3{
    padding-top: 9px;
  }
  .img-list7 li img{
    max-width: 40px;
  }
  .img-list7 li{
    width: 0.316%;
  }
  .img-list7{
    padding-right: 8px;
    padding-left: 8px;
  }
  .M3-scrbor{
    margin-top: 20px;
  }
}
@media screen and (max-width:1100px){
}
@media screen and (max-width:999px){
  #tab3 li span{
    font-size: 22px;
  }
}
@media screen and (max-width:768px){
  #tab3 li span{
    font-size: 20px;
  }
  .img-list7 li{
    width: 0.489%;
  }
}
@media screen and (max-width:538px){
  #tab3 li span{
    font-size: 18px;
  }
  .img-list7 li{
    width: 1%;
  }
  .img-scroll7 .next{
    right: -15px;
  }
  .img-scroll7 .prev{
    left: -15px;
  }
}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px; color:#333; margin-top:20px; margin-bottom:20px;}
/*********************** 2023 1 04   新添加的代码********************* */


.main03-year::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #e8e8e8;
  top: 40px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: -1;
}
.cMain4 {
  padding-bottom: 66px;
}
@media screen and (max-width: 1359px){
  .cMain4 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width:538px){
  .cM4-scroll {
    padding-top: 54px;
  }
}
.cM4-scroll{padding-top: 103px;}
.cM4-scroll .item{position: relative;}
.cM4-scroll .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.cM4-scroll .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.cM4-scroll .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.cM4-scroll .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;}
.cM4-scroll .owl-carousel .owl-item{float: left;}
.cM4-scroll .owl-carousel .owl-item:nth-child(2n) 
.xf-ab3a{background-color:  #da2f32;}
.cM4-scroll .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.cM4-scroll .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);}
.cM4-scroll .owl-theme .owl-controls{ width: 100%;position: absolute; top: 118px;}
.cM4-scroll .owl-theme .owl-controls .owl-page{ display: none !important;display: inline-block;zoom: 1;*display: inline;}
.cM4-scroll .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; background: #ffffff; margin-right: 9px; border-radius: 50%; background: #ffffff; font-size: 0px;}
.cM4-scroll .owl-theme .owl-controls .owl-page.active span,.cM4-scroll .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#23aa86; opacity:1;}
.cM4-scroll .owl-theme .owl-buttons{
    display: block;
     width: 100%;
     height: 42px;
    position: relative; 
    margin: auto; 
    background-color: none;
    }
.cM4-scroll .owl-theme .owl-buttons div{ 
    width: 42px; 
    height: 42px; 
    background-color: none;
    position: absolute; 
    line-height: 42px; 
    font-size: 24px; 
    transition: 0.5s;
}
.cM4-scroll .owl-theme .owl-prev{ 
    left: 0%;
   
}
.cM4-scroll .owl-theme .owl-next{ 
    right: 0%;

}
.yvn {
	
	position: relative;
	z-index: 99999;
	top:39px;
	float:right



}
.yvzhonga {
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	background: #ffffff;
	padding: 0 23px;
	cursor: pointer;
	z-index: 999999
}
.yvzhonga span {
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
.yvzhonga i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	font-size: 18px;
}
.yvul {
	width: 100%;
	min-width: 100px;
	position: absolute;
	top: 40px;
	right: 0px;
	background: #da2f32;
	display: none;
}
.yvul a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #fff;
	border: 1px solid #da2f32;
}
.yvul a:hover {
	background: #fff;
	color: #da2f32;
	text-decoration: none;
}
@media screen and (max-width:999px){
.yvzhonga{    line-height: 24px; font-size:12px; font-size:1.2rem; }
.yvn {top:40px;    margin-right: 30px;}
.yvzhonga span{    margin-left:5px;}

}
@media screen and (max-width:640px){
.sousuo{ right:5px}	
.yvzhonga {

	padding: 0 10px;

}
}