body,
html {
  min-height: 100vh;
  font-family: siyuan !important;
}
textarea{
  font-family: siyuan
}
.more_btn {
  display: inline-block;
  width: 100px;
  height: 32px;
  outline: 1px solid #ddd;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 12px;
  color: #666;
}
.more_btn:hover {
  background-color: #3486da;
  color: #fff;
}
.navigation {
  line-height: 50px;
}
.navigation a{
  color: #555;
  font-size: 14px;
  display: inline-block;
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 14px;
  line-height: 14px;
}
.common {
  overflow: auto;
  overflow-y: hidden;
  padding-top: 60px;
  padding-bottom: 50px;
  min-height: 400px;;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
  position: relative;
  top: 60px
}
.common > div:first-child {
  width: 100%;
  display: none;
}
.common > div:last-child {
  width: 100%;
  position: relative;
}
.common_fixed{
  position: fixed;
  top: 80px
}
.common.onshow {
  top: 0px !important;
  opacity: 1 !important;
}
.common_title {
  font-size: 20px;
  color: #3486da;
  font-weight: 600;
  padding-bottom: 14px;
}
.common_menu .sub_active {
  overflow: visible;
  height: auto;
}
.common_menu .sub_active > a {
  left: 40px;
  color: #3486da;
}
.common_menu .sub_active > a::before {
  width: 30px;
  background-color: #3486da;
  left: -40px;
}
.common_menu > li {
  overflow: hidden;
  height: 40px;
}
.common_menu > li > a {
  position: relative;
  left: 30px;
  display: inline-block;
  line-height: 40px;
  color: #666666;
}
.common_menu > li > a:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  top: 20px;
  left: -30px;
  background-color: #666;
}
.common_menu > li > ul {
  position: relative;
  left: 30px;
}
.common_menu > li > ul li:hover a {
  color: #3486da;
}
.common_menu > li > ul li a {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.products_ul {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
}
.products_ul li {
  float: left;
  width: 290px;
  margin-right: 13.3px;
  z-index: 41;
  margin-top: 14px;
  position: relative;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.products_ul li:hover {
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.products_ul li:hover div:last-child:after {
  width: 100%;
}
.products_ul li:hover div:last-child span {
  color: #fff;
}
.products_ul li:hover div:last-child span:first-child {
  left: 15px;
}
.products_ul li:hover div:last-child span:last-child {
  width: 60px;
}
.products_ul li:nth-of-type(3n) {
  margin-right: 0;
}
.products_ul li > div {
  width: 100%;
}
.products_ul li > div:first-child {
  height: 365px;
  text-align: center;
  background-color: #fff;
}
.products_ul li > div:first-child a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.products_ul li > div:first-child a img {
  top: 50%;
  position: relative;
  max-width: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products_ul li > div:first-child a:after {
  position: absolute;
  left: 15%;
  width: 70%;
  top: 70%;
  content: '';
  border-radius: 50%;
  -webkit-box-shadow: 0px 40px 16px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 40px 16px rgba(0, 0, 0, 0.55);
  height: 8px;
}
.products_ul li > div:last-child {
  height: 60px;
  position: relative;
}
.products_ul li > div:last-child:after {
  width: 0;
  position: absolute;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('../imgs/bg__.png');
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.products_ul li > div:last-child a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 12;
}
.products_ul li > div:last-child a span {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;

}
.products_ul li > div:last-child a span:first-child{
  left:0
}
.products_ul li > div:last-child a span:last-child {
  width: 0px;
  text-align: center;
  font-family: simsun;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.news_list {
  width: 100%;
}
.news_list li {
  width: 100%;
  position: relative;
  overflow: visible;
}
.news_list li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background-color: #3486da;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.news_list li:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.news_list li:hover:before {
  height: 2px;
  top: 1px;
}
.news_list li:hover > div {
  width: 94%;
}
.news_list li > div {
  position: relative;
  height: 120px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #eee;
}
.news_list li > div > div {
  height: 100%;
}
.news_list li > div > div:first-child {
  width: 616px;
  position: relative;
}
.news_list li > div > div:first-child h2 a {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_list li > div > div:first-child p:nth-of-type(1) {
  padding-top: 10px;
  font-size: 14px;
  color: #666666;
}
.news_list li > div > div:first-child p:nth-of-type(2) {
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 0%;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.news_list li > div > div:last-child {
  position: absolute;
  right: 0;
  top: 40px;
  width: 186px;
  height: 120px;
}
.news_list li > div > div:last-child a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news_list li > div > div:last-child a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_list {
  overflow: auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.case_list li {
  width: 288px;
  float: left;
  height: 330px;
  overflow: visible;
  background-color: #F7F7F7;
  margin-right: 21.5px;
}
.case_list li:nth-of-type(3n) {
  margin-right: 0;
}
.case_list li:hover {
  -webkit-box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.case_list li:hover div h2 a {
  color: #3486da;
}
.case_list li > div {
  width: 100%;
}
.case_list li > div:first-child {
  height: 220px;
}
.case_list li > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_list li > div:last-child {
  height: 110px;
  background-color: #fff;
}
.case_list li > div:last-child div {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.case_list li > div:last-child div h2 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 34px;
  color: #666666;
}
.case_list li > div:last-child div p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #999;
}
.case_list li > div:last-child div p span:last-child {
  float: right;
}
.map {
  height: 160px;
  width: 100%;
  background-color: #000;
}
.contact {
  padding-top: 20px;
  position: relative;
}
.contact h2 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: 600
}
.contact p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.contact form {
  position: absolute;
  right: 0;
  top: 20px;
  width: 495px;
}
.contact form ul {
  width: 100%;
  overflow: auto;
}
.contact form ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  height: 24px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.contact form ul li:last-child {
  width: 100%;
  height: 40px;
  padding-bottom: 12px;
}
.contact form ul li:last-child span {
  width: 8.5%;
  position: relative;
  top: -50%;
}
.contact form ul li:nth-of-type(2n) {
  margin-right: 0;
}
.contact form ul li input {
  height: 25px;
  font-size: 14px;
  border: none;
  outline: none;
  width: 80%;
}
.contact form ul li textarea {
  border: none;
  outline: none;
  width: 78%;
  height: 100%;
  position: relative;
  top: 5px;
  font-size: 14px;
}
.contact form ul li span {
  font-size: 14px;
  display: inline-block;
  width: 20%;
  color: #999;
}
.job_list {
  width: 100%;
  border-top: 1px solid #eee;
}
.job_list li {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.job_list li p.job_name {
  float: left;
  display: inline-block;
  width: 307px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.job_list li p.condition {
  float: left;
  font-size: 14px;
  color: #333333;
  position: absolute;
  left: 350px;
  height: 100%;
  top: 0;
  margin-left: 50px;
}
.job_list li p.condition span {
  margin-right: 24px;
  display: inline-block;
  width: 100px;
  color: #999999;
}
.job_list li a {
  float: right;
  font-size: 14px;
  margin-right: 14px;
}
.job_list li:hover a {
  color: #3486da;
}
#canvas {
  display: none;
  background-color: #ffff91;
  right: 260px;
  top: 0px;
  position: absolute;
  z-index: 414;
}
.share {
  font-size: 14px;
  color: #666;
}
.pade_box{
  min-height: 100px;
}

.share img {
  margin-right: 2px;
}
.product_details {
  /* overflow: auto; */
  /* position: relative; */
  height: 535px;;
  padding: 15px;
}
.product_details > div:first-child {
  width: 430px;
  float: left;
}
.product_details > div:first-child > h2 {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}
.product_details > div:first-child .imgBox {
  width: 100%;
  height: 430px;
  outline: 1px solid #eee;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imgBox img{
  max-width: 86%;
}
.product_details > div:first-child .imgBox #square {
  width: 120px;
  height: 120px;
  background-color: rgba(117, 240, 255, 0.5);
  position: absolute;
  z-index: 999;
  cursor: crosshair;
  display: none;
}
.product_details > div:first-child .img_slider {
  width: 100%;
  height: 100px;
  position: relative;
}
.product_details > div:first-child .img_slider .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product_details > div:first-child .img_slider .swiper-pagination span {
  margin-left: 5px ;
  margin-right: 5px;
}
.product_details > div:first-child .img_slider .swiper-container {
  padding: 1px;
  height: 76px;
}
.product_details > div:first-child .img_slider .swiper-slide.img-active {
  outline: 1px solid #3486da;
}
.product_details > div:first-child .img_slider .swiper-slide {
  outline: 1px solid #eee;
  height: 74px;
}
.product_details > div:first-child .img_slider .swiper-slide img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_details > div:last-child {
  width: 720px;
  float: right;
}
.none {
  display: none;
}
.mask {
  width: 100%;
  position: fixed;
  z-index: 45123;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.mask .contact_form {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 398px;
  background-color: #fff;
  border-radius: 10px;
  height: 434px;
}
.mask h3 {
  text-align: center;
  color: #333;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: Medium;
}
.mask .contact_now {
  outline: none;
  border: none;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-left: -85px;
  cursor: pointer;
  bottom: 35px;
}
.mask #close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  font-weight: 500;
}
.mask .form {
  width: 90%;
  margin: 0 auto;
}
.mask .form ul {
  width: 100%;
}
.mask .form ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.mask .form ul li span {
  display: inline-block;
  width: 16%;
  color: #666;
}
.mask .form ul li input {
  width: 82%;
  padding-bottom: 5px;
  padding-top: 5px;
  outline: none;
  border: none;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}
.contact_now {
  display: inline-block;
  width: 170px;
  height: 50px;
  background-color: #3486da;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 50px;
}
.contact_now_2{
  width: 260px;
}
#share{
  display: inline-block;
  width: 160px;
  margin-left: 4px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border:1px solid rgba(191,191,191,1);
}
.product_name {
  padding-bottom: 25px;
  font-size: 20px;
  color: #333;
  font-weight: bold
}
.products_details_info {
  position: relative;
  background-color: #F7F7F7;
  min-height: 375px;
}
.products_details_info img{max-width: 100%;}
.products_details_info h2 {
  font-size: 20px;
  color: #333;
  padding-top: 30px;
  font-weight: 600;
  border-top: 4px solid #3486da;
}
.products_details_info h2,
.products_details_info > p {
  position: relative;
  padding-left: 20px;
}
.products_details_info > p {
  overflow: auto;
  margin-top: 10px;
  line-height: 24px;
}
.products_details_info > p > span:last-child {
  font-size: 14px;
  display: inline-block;
  width: 411px;
  float: left;
  color: #333;
}
.products_details_info > p > span:first-child {
  float: left;
  color: #666666;
  font-size: 14px;
  text-align-last: justify;
  display: inline-block;
  width: 80px;
}
.icon_div {
  height: 80px;
  padding-left: 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.icon_div div {
  float: left;
  text-align: center;
  margin-right: 25px;
}
.icon_div div img {
  width: 40px;
}
.icon_div div p {
  color: #727272;
  line-height: 30px;
  font-size: 14px
}
.products_details_info_2 {
  border-top: 4px solid #3486da;
}
.products_details_info_2 h2 {
  font-size: 20px;
  color: #333;
  padding-top: 30px;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: left
}
.products_details_info_2 img {
  max-width: 100%;
}
.details {
  width: 907px;
  margin: 0 auto;
}
.details .detais_title {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.details .detais_title h2 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  position: relative;
}
.details .detais_title h2 a {
  float: right;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0
}
.details .detais_title p {
  font-size: 12px;
  color: #999;
}
.details .detais_title p span {
  margin-left: 6px;
  margin-right: 6px;
  color: #999;
}
.content {
  min-height: 300px;
  padding-top: 25px;
  padding-bottom: 40px;
  line-height: 24px;
}
.content img {
  max-width: 100%;
}
.others {
  text-align: left;
  padding-bottom: 50px;
}
.others p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.others p a {
  color: #666;
}
.others p:hover {
  color: #3486da;
}
.others p:hover a {
  color: #3486da;
}
.about_title {
  text-align: center;
}
.about_title h2 {
  font-size: 24px;
  color: #333;
  font-weight: 600
}
.about_title p {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
.Profiles p {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 24px;
  padding-top: 24px;
}
.profile_slider {
  position: relative;
  height: 160px;
  width: 100%;
  margin: 0 auto;
  padding-top: 26px;
}
.profile_slider .swiper-slide > div {
  width: 100%;
  height: 100%;
  text-align: left;
}
.profile_slider .swiper-slide > div img {
  width: 223px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hr {
  padding-top: 25px;
}
.hr h2 {
  line-height: 24px;
  color: #333333;
}
.hr p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.hr p span {
  margin-right: 25px;
}
.bullet {
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
}
.bullet .bullet-active {
  color: #333 !important;
}
.bullet .bullet-active::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background: #3486da;
  right: -10px;
  top: 50%;
  margin-top: -1px;
  z-index: 8888;
  -webkit-animation: timeLine 5s linear;
          animation: timeLine 5s linear;
}
.bullet span {
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  font-size: 14px;
  color: #999;
}
.bullet span:last-child:after {
  width: 0;
}
.bullet span:last-child::before {
  display: none;
}
.bullet span::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #3486da;
  opacity: 0.5;
  right: -60px;
  top: 50%;
  margin-top: -1px;
}
.profile_slider:hover .button {
  display: block;
}
.main_slider:hover .button {
  display: block;
}
.button {
  display: inline-block;
  width: 30px;
  height: 44px;
  background-color: #3486da;
  text-align: center;
  line-height: 44px;
  font-size: 800;
  font-size: 18px;
  color: #fff;
  position: absolute;
  font-family: simsun;
  cursor: pointer;
  display: none;
}
.button-prev {
  left: -34px;
  top: 50%;
}
.button-next {
  right: -30px;
  top: 50%;
}
.Main_Products {
  padding-top: 40px;
  padding-bottom: 80px;
}
.main_slider {
  width: 907px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  height: 250px;
}
.main_slider .swiper-pagination {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_slider .swiper-pagination .swiper-pagination-bullet-active:after {
  -webkit-animation: timeLine2 6s linear;
          animation: timeLine2 6s linear;
}
.main_slider .swiper-pagination span {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: rgba(52, 134, 218, 0.5);
  border-radius: 0 !important;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
.main_slider .swiper-pagination span:after {
  position: absolute;
  content: '';
  z-index: 66666666;
  width: 0%;
  height: 2px;
  background: #3486da;
  left: 0;
  top: 0%;
}
.main_slider .swiper-slide-active h3 {
  color: #3486da !important;
}
.main_slider .swiper-slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_slider .swiper-slide img {
  width: 200px;
}
.main_slider .swiper-slide h3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.button-prev2 {
  left: -34px;
  top: 50%;
  margin-top: -22px;
}
.button-next2 {
  right: -30px;
  top: 50%;
  margin-top: -22px;
}
.button.swiper-button-disabled {
  background-color: #ccc;
}
@-webkit-keyframes timeLine {
  0% {
    width: 0;
    right: -10px;
  }
  100% {
    width: 50px;
    right: -60px;
  }
}
@keyframes timeLine {
  0% {
    width: 0;
    right: -10px;
  }
  100% {
    width: 50px;
    right: -60px;
  }
}
@-webkit-keyframes timeLine2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes timeLine2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.culture {
  width: 100%;
  height: 180px;
  margin-top: 25px;
  
}
.culture ul li {
  float: left;
  width: 302px;
  height: 180px;
  overflow: visible;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.culture ul li:hover {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #3486da;
}
.culture ul li div {
  border-left: 1px solid #eee;
  padding-left: 14px;
  position: relative;
  top: 15px;
}
.culture ul li:last-child {
  margin-right: 0;
}
.culture ul li h2 {
  color: #333333;
  line-height: 36px;
  font-weight: 600
}
.culture ul li img {
  margin-bottom: 17px;
  height: 45px;
}
.culture ul li p {
  line-height: 22px;
  color: #666;
  font-size: 14px;
}

.other_pro{
  width: 100%;
  height: 40px;
  padding-top: 25px;
}
.other_pro p{
  font-size: 14px;
}
.other_pro p:first-child{
  float: left;
  line-height: 40px;
}
.other_pro p:last-child{
  float: right;
  line-height: 40px;
}
.pro_content img{
  max-width: 100%;
}
.pro_content{
  text-align: center
}
.pro_details{
  width: 1200px;
  margin: 0 auto;;
}