﻿@charset "utf-8";
 
 
.linkbox{
  width: 1360px;
  margin: 0 auto;
  height: auto;
  /* min-height: 760px; */
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 600px;
}
.linktitle{
  width: 1360px;
  line-height: 70px;
  text-align: left;
  color: #fff;
  font-size: 36px; 
  font-weight: 300;
  margin: 0 auto;  
  font-family: "Courier New";  
  text-shadow: 1px 1px 2px #000;
}
.linktitle_line{
  width: 1360px;
  margin: 0 auto; 
  height: 1px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.linktitles{
  width: 100%;
  line-height: 70px;
  text-align: right;
  color: #fff;
  font-size: 38px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0 auto;  
  font-family: "Courier New"; 
}
.linktitle_lines{
  width: 260px;
  margin: 0 0 0 auto;
  height: 2px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
}
.linkways{
  text-align: left;
  margin-top: 10px;
  position: relative;  
  box-sizing: border-box;
  height: auto;
  width: 530px;
    float: right;
}
.linkways .xzczx{
  font-size: 15px;
  color: #fff;
  line-height: 32px;
  height: auto;
  margin-bottom: 40px;
  position: relative;
  margin-top: 70px;
}
.linkways .xzczx p{ 
  margin-bottom: 10px; 
}
.xzczx_other{
  position: absolute;
  left: 600px;
  top: 0; 
}
.linkways .xzczxx{
  height: 53px;
  border-top: 1px #c7c7c7 dashed;
  width: 980px;
  line-height: 26px;
  padding-top: 8px;
}
.aboutbox .about_txt{
  padding: 5px;
  box-sizing: border-box;
  width: 1360px;
  height: auto;
  font-size: 18px;
  line-height: 36px; 
  margin: 0 auto;
}
/* .about_txt{
  box-shadow: 0px 0px 4px #fff;
  border-radius: 6px;
  min-width: 1080px;
  width: 90%;
  max-width: 1280px;
  height: 550px;
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 5px;
  background-color: rgba(253, 253, 253, 0.2);
} */
#map{
  box-shadow: 0px 0px 4px #666;
  border-radius: 6px;
  width: 750px;
  float: left;
  height:580px;
  font-size:12px;
  margin:  0 auto;
  margin-bottom: 5px;
  background-color: #fdfdfd;
}
/* .aboutbox{
  background: url(../images/bg_about.jpg) top center no-repeat; 
}
.custombox{
  background: url(../images/bg_custom.jpg) top center no-repeat; 
}
.productbox{
  background: url(../images/bg_product.jpg) top center no-repeat; 
} */
.aboutbox #map{
  padding: 40px 50px;
  box-sizing: border-box;
  width: 1180px;
  height: auto;
}
.productbox .linktitle{
  line-height: 250px;
  height: 250px;
}
.about-con1{     width: 845px;
  margin: 10px 0px 10px 0;
  float: left;
  color: #333;}
.about-con1 p{  color:#fff; word-break:break-word; margin-bottom:20px;   font-family: "Courier New", Courier, monospace;}
.about-img1{ float:left; margin:5px 0 0 0; }
.about-img1 img{     
  width: 480px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 20px #570d79;     margin-top: 12px;
}
.about-img2{  float:left; margin:25px 0 0px 0;}
.about-img2 img{ display: block;width: 440px;} 
.about-con2{ width: 610px;  font-size: 14px; line-height: 26px; color: #333;}
.about-con2 p{ font-size: 14px; line-height: 24px;color:#fff; word-break:break-all; margin-bottom:20px;}
.about-con3{ margin: 0px 0px 20px 0; text-align: left; }
.about-con3 p{  color:#fff; word-break:break-word; margin-bottom:20px;   font-family: "Courier New", Courier, monospace;}

.custombox #map{
  padding: 40px 10px;
  box-sizing: border-box; 
  height: auto;
  min-width: 1220px;
} 
div.wrapper {
  position: relative;
  width: 100%
}

div.wrapper.demo1 {
  margin: 0 auto 0
}

div.wrapper:not(.demo1) {
  margin: 80px auto 0
}

div.wrapper>h3 {
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border-radius: 1.4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222
}

div.wrapper>ul.container {
  position: relative;
  height: 25rem;
  margin: 0 auto;
  transform: translate3d(0,0,0)
}

div.wrapper ul.container>li.cards_list {
  border-radius: .3125rem;
  background-color: #f4f4f4;
  overflow: hidden
}

ul.container>li.cards_list>div.img>img {
  display: block;
  width: 30rem;
}

ul.container>li.cards_list>div.main_con {
  padding: 0 1rem;
  box-sizing: border-box;
  height: 40px;
  display: none;
}

ul.container>li.cards_list>div.main_con h4.name {
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #424242;
  padding-bottom: 1rem;
}

ul.container>li.cards_list>div.main_con p.content {
  padding-top: 1rem;
  height: 4.5rem;
  font-size: .9rem;
  color: #777;
  text-align: justify;
  line-height: 1.5rem
}

ul.container>li.cards_list>div.main_con p.label {
  font-size: .9rem;
  color: #555;
  padding-top: 1rem;
  padding-bottom: 2rem
}

div.wrapper.horizontal>ul.container {
  width: 100%
}

div.wrapper.vertical>ul.container {
  width: 40rem
}

div.wrapper.horizontal ul.container>li.cards_list {
  width: 30rem
}

div.wrapper.vertical ul.container>li.cards_list {
  display: flex
}

i.btn-direct {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  cursor: pointer;
  z-index: 100;
  transition: opacity ease 300ms
}

div.wrapper:hover i.btn-direct {
  opacity: .6
}

i.btn-direct:hover {
  opacity: .9!important
}

i.btn-direct.btn-left {
  left: 3rem
}

i.btn-direct.btn-right {
  right: 3rem
}

i.btn-direct>span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: .125rem solid #fff;
  border-left: .125rem solid #fff
}

div.wrapper.horizontal i.btn-direct>span.shift-left {
  transform: translate(-30%,-50%) rotate(-45deg)
}

div.wrapper.horizontal i.btn-direct>span.shift-right {
  transform: translate(-70%,-50%) rotate(135deg)
}

div.wrapper.vertical i.btn-direct>span.shift-left {
  transform: translate(-50%,-30%) rotate(45deg)
}

div.wrapper.vertical i.btn-direct>span.shift-right {
  transform: translate(-50%,-70%) rotate(-135deg)
}


.heading {
  text-align: center;
}
.heading h1 {
  background: -webkit-linear-gradient(#fff, #8f70ba);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
  margin: 0 0 5px 0;
  font-weight: 900;
  font-size: 4rem;
  color: #fff;
}
.heading h4 {
  color: #8f70ba;
  text-align: center;
  margin: 0 0 35px 0;
  font-weight: 400;
  font-size: 24px;
}
 
.container {
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 800px;
  box-shadow: 0 5px 8px #0000007a;
}
.productbox_title{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 15px;
}
.productbox_title span{
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 13.66%;
  display: block;
  float: left;
  margin: 0 1.5%;
  background: #004fa2;
  color: #fff;
  letter-spacing: 3px; 
  position: relative;
  padding-left: 3px;
  box-sizing: border-box;
  transition:0.5s;
  border-radius: 6px;
}
.productbox_title span.e-span{
  font-size: 14px;
  letter-spacing: 0px;
  height: 60px;
  line-height: 20px;
  padding-top: 10px;
}
.productbox_title span.hover,
.productbox_title span:hover{
  background: #665963;
  transition:0.5s;
}
.productbox_title span.e-span::before,
.productbox_title span.e-span::before{ 
  top: 50px;
  transition:0.5s;
}
.productbox_title span.e-span.hover::before,
.productbox_title span.e-span:hover::before{ 
  top: 60px; 
}
.productbox_title span::before,
.productbox_title span::before{
  content: " ";
  margin-left: -10px; 
  width: 0; 
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color:#004fa2 transparent transparent transparent;
  position: absolute;
  left:50%;
  top: 30px;
  transition:0.5s;
}
.productbox_title span.hover::before,
.productbox_title span:hover::before{ 
  top: 45px;
  border-color:#665963 transparent transparent transparent;
  transition:0.5s;
}
.productbox_content{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productbox_content ul{
  width: 100%;
  height: auto; 
}
.productbox_content ul li{
  width: 18%;
  margin: 20px 1%;
  height: auto;
  float: left;
  overflow: hidden;
}
.productbox_content ul li p{
  width: 100%; 
  height: auto; 
  overflow: hidden;
}
.productbox_content ul li p a{
  width: 100%; 
  display: block;
  height: auto; 
  margin: 0;
  cursor: pointer; 
  box-sizing: border-box;
}
.productbox_content ul li p a.a_img{
  border: 2px solid #f5f0f0;
  transition:0.5s;
}
.productbox_content ul li p a.a_text{
  line-height: 36px;
  background: #f5f0f0;
  transition:0.5s;
}
.productbox_content ul li p img{
  width: 100%;  
  height: auto;  
  display: block;
}
.productbox_content ul li:hover a.a_img{
  border: 2px solid #004fa2;
  transition:0.5s;
}
.productbox_content ul li:hover a.a_text{
  background: #004fa2;
  color: #fff;
  transition:0.5s;
}

.yxj_mlleft{ 
  background: #fff;
  width: 260px;
  position: absolute;
  z-index: 5;
  margin: 15px;
  margin-top: 20px;
  box-shadow: 0px 0px 8px #aaa;
  border-radius: 3px;
  overflow: hidden;
}
.yxj_mlright{
    padding-left: 300px;
    width: 100%;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
}
.productbox_main{ margin-top: 20px;}
.yxj_ml{font-size:18px; height:48px; line-height:48px; color:#666;} 
.yxj_ml h4{ width: 134px; height: 48px; background: #1e7bb3; line-height: 48px; color: #fff !important; text-align: center; display: block; padding-left: 0;  }
.yxj_main1{background:#fff;  height: auto; overflow: hidden;box-shadow: 0px 0px 8px #aaa;border-radius: 3px;}
.yxj_main1 h2{font-size:14px; line-height:28px; margin:10px 20px; color:#666;} 
.yxj_ml span{width: 134px; height: 48px; background: #1e7bb3; line-height: 48px; color: #fff !important; text-align: center; display: block; padding-left: 0; margin-left: 20px; font-weight: 600;}
.yxj_main1 .detail_content{
  border-top: 1px solid #eaeff0;
  margin: 0 20px;
  padding: 30px 10px;
  padding-bottom: 60px;
  min-height: 360px;
  box-sizing: border-box;
}  

.detail_title { width: 100%; height: auto; margin-top: 20px}
.detail_title a{ 
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  display: block;
  text-indent: 2em;
  text-align: left;
  font-size: 15px;
  background: #eee;
  border-bottom: 1px solid #fff;
  position: relative;
}
.detail_title a::after{
  content: "▶";
  position: absolute;
  right: 20px;
}
.detail_title a.hover,.detail_title a:hover{
  background: #1e7bb3;
  color: #fff;
}
.detail_left{ float: left; overflow: hidden; height: auto; width: 48%; }
.detail_left img{ width: 95%; height: auto; border: 0px; box-shadow: 0px 0px 2px #aaa; margin: 2px; }
.detail_right{  float: right; overflow: hidden; height: auto; width: 49%; }
.detail_right .detail_name{ 
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #1e7bb3;
    font-size: 18px;
    text-align: left;
    padding: 0 1em;
    margin-top: 2px;
    letter-spacing: 2px;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 20px; 
}
.detail_info{
  width: 100%;
  height: auto;
}
.detail_info dl{
  height: 36px;
  line-height: 36px;
  border-bottom: 1px #004fa2 solid;
  font-size: 15px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  overflow: hidden;
  margin-bottom: 10px;
}
.detail_info dl dt{
  width: 120px;
  float: left;
  text-align: left;
  text-indent: 1em;
  font-size: 14px;
  color: #777;
}
.detail_info dl dd{
  width: 200px;
  float: left;
  font-size: 14px;
  text-align: left;
}



.news_box ul{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news_box ul li{
  width: 100%;
  padding: 20px;
  height: auto;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.news_l{
  position: absolute;
  width: 1150px;
  height: auto; 
}
.newTitle{
  font-size: 20px;
    color: #333;
    /* font-weight: 600; */
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newTxt{
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;

}
.news_r{
  position: relative;
  width: 140px;
  height: 70px;
  padding-left: 1180px;
}
.newTime{
  line-height: 40px;
  text-align: center;
  color: #666;
  font-size: 24px;
}
.newMore{
 text-align: center;
}
.newMore b{
  /* display: none; */
  display: block;
  line-height: 30px;
  font-size: 28px;
  color: #999;
 }
 .newMore a{
  display: none;
  /* display: block; */
  color: #fff;
  background: #420d68;
  width: 60px;
  border-radius: 5px;
  height: 26px;
  line-height: 25px;
  margin: auto;
  font-size: 12px;
}
.news_box ul li:hover {cursor: pointer;}
.news_box ul li:hover .newMore a{display: block;transition: all 1s; }
.news_box ul li:hover .newMore b{display: none;transition: all 1s; }



.digo_bg{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  display: none;
}

.digo_box{
  width: 980px;
  height: auto;
  min-height: 50vh;
  background: #fff;
  margin: 0 auto;
  margin-top: 50vh;
  transform: translateY(-50%);
  border-radius: 20px;
  box-shadow: 0px 0px 10px #fff;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.digo_close{
  position: absolute;
  right: 16px;
  top: 15px;
  font-size: 45px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.digo_title{
  line-height: 40px;
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 15px;
}
.digo_time{

}
.digo_txt{
  text-align: left;
  text-indent: 2em;
  line-height: 32px;
  font-size: 15px;
  margin-top: 20px;
} 


.pro_box {
  width: 1360px;
  margin: 0 auto;
  overflow: hidden; 
}
.pro_box ul li{ 
    width: 300px;
    overflow: hidden;
    float: left;
    margin: 20px;
    height: 350px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #000;
}
.pro_box ul li a{
  display: block;
  height: 300px; 
  position: relative;
  width: 100%;
}
.pro_box ul li a .pro_p1 img{
  width: 300px;
  height: 300px;
}
.pro_box ul li a .pro_p2{
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  line-height: 50px;
  background: rgba(36, 32, 21, 0.6);
  color: #FFF;
  font-size: 15px;
  box-shadow: 0px 0px 1px #000;
  text-shadow: 1px 1px 1px #000;
}
.pro_box ul li a:hover .pro_p2{
  bottom: -50px;
  transition: all 1s;
}

.linktitle_right1 a{
  position: absolute;
  top: 0px;
  right: 10px;
  color: #fff;
  line-height: 100px;
}

.xzczx p img{
  height: 80px;
  width: 80px;
  transition: all 1s;
  vertical-align: top;  padding-left: 10px;
}
/* .xzczx p img:hover{
  height: 100px;
  width: 100px;
  transition: all 1s;
} */