
/*需要初始化*/
.disabled {
  opacity: 0.4;
  pointer-events: none;
}
/*我自己的代码*/
.banner_box{
  width: 100%;
  height: auto;
  position: relative;
}
.banner_box img{
  width: 100%;
  height: auto;
}
.banner_positu{
  position: absolute;
  left: 50%;
  top:50%;
  margin:-78px 0 0 -264px;
}
.banner_positu img{
  display: block;
}
.news_center{
  width: 1200px;
  margin:auto;
  overflow: hidden;
}
.news_dynatic{
  width: 100%;
  height: 80px;
  border-bottom: solid 1px #eee;
}
.dytic_miunduin{
  width: 1200px;
  height: 80px;
  margin:auto;
}
.leftyansgh{
  height: 80px;
  line-height: 80px;
  float: left;
}

.leftyansgh i{
  line-height: 80px;
  font-size: 14px;
  float: left;
  color: #c298ab;
}
.snajiao{
  margin-left: 20px;
}
.leftyansgh p{
  line-height: 80px;
  font-size: 14px;
  float: left;
  color: #666;
  margin-left:8px;
}
.news_left{
  float: left;
  padding: 10px 0 40px 0;
}

.news_nav{
  width: 100%;
  height: 70px;
}
.news_nav li{
  height: 100%;
  color:#666;
  float: left;
  margin-right: 30px;
  cursor: pointer;/*代表文字有小手*/
}
.news_nav li:last-child{margin-right: 0;}
.news_nav li a{
  display: block;
  font-size: 14px;
  padding:15px 0;
   /*用css写鼠标悬停导航出现下划线效果*/
   position: relative;
   transition: color .3s ease;
}
/*用css写鼠标悬停导航出现下划线效果*/
.news_nav a::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 4px;
  background: #DA9dda;
  -webkit-transform: scaleX(var(--scale));
          transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
          transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}
/*用css写鼠标悬停导航出现下划线效果*/
.news_nav a:hover {
  color: #3a46a8;
}
/*用css写鼠标悬停导航出现下划线效果*/
.news_nav a:hover::after {
  --scale: 1;
}
.news_nav .xinjia{
  font-size: 14px;
  padding:15px 0;
}
.news_nav .active{
  color: #3a46a8;
  border-bottom:solid 4px #da9dda;
}
.navchange{
  width: 550px;
  height: 150px;
}
.change_box{
  width: 500px;
  height: 150px;
  overflow: hidden;
}
.change_left{
  width: 126px;
  height:150px;
  float: left;
  background: #4f5ebe;
}
.hero{
  width: 126px;
  height: 90px;
}
.hero img{
  display: block;
  width: 126px;
}
.newdate{
  width: 106px;
  height: 58px;
  padding: 10px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  background-color: #4f5ebe;
}
.newdate span{
  display: block;
}
.change_right{
  width: 354px;
  height: 150px;
  float: left;
  margin-left: 20px;
}
.righttitle{
  width:100%;
}
.righttitle a{
  display: block;
  color: #3a46a8;
  font-size: 18px;
  font-weight: 400;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;/*代表显示一行*/
}
.praghong{
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0 10px;
  border-bottom: 2px solid #eaeaea;
}
.praghong p{
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;/*代表显示2行*/
  -webkit-box-orient: vertical;
  color: #777;
  font-size: 14px;
}
.twonews{
  width: 354px;
}
.twonews a{
  font-weight: 400;
  color: #777;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  line-height: 25px;
}
.news_main{
  float: right;
}
.maintu{
  height: 85px;
  padding-top: 20px;
  text-align:right;
}
.maintu a{
  display: inline-block;
  width: 135px;
  height: 28px;
}
.maintu .main1{
  background-position: 0 -37px;
  margin-right: 30px;
}
.maintu .main2{
  width: 96px;
  background-position: -164px -37px;
}
.secondary{
  text-align:right;
}
.secondary a{
  float: left;
  display: block;
  margin-left: 15px;
}

.shyan{
  width: 200px;
  height: 400px;
  background: #fff;
}
.banerbox{
  height: 190px;
  background-position: 50%;/*表示图片在正中间显示，把背景图片放大到适合元素容器的尺寸，图片比例不变，但是要注意，超出容器的部分可能会裁掉。*/
  background-size: cover;
}
.news_content{
  width: 1200px;
  height: auto;
  margin:auto;
  padding-top: 80px;
  overflow: hidden;
}
.content_left{
  width: 365px;
  height: 1160px;
  background-color: rgb(241, 244, 251);
  float: left;
}
.content_left img{
  display: block;
}
.content_right{
  width: 765px;
  height: auto;
  float: right;
}
.countn_title{
  width: 100%;
  height: 60px;
  font-size: 30px;
  color: #3A46A8;
}
.wendang{
  width: 100%;
  height: auto;
}
.wendang p{
  width: 100%;
  line-height: 30px;
  font-size: 14px;
}
.zhntu{
  width: 100%;
  padding: 15px 0;
}
.count_list{
  width: 100%;
  height: auto;
}
.listtop{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.listyop_left{
  width: 440px;
  height: auto;
  float: left;
}
.listyop_left h1{
  width: 100%;
  height: 50px;
  color: #b5e5b7;
  font-size: 36px;
}
.listyop_left h2{
  width: 100%;
  line-height: 30px;
  font-weight: 400;
  color: #3a46a8;
  font-size: 18px;
}
.listyop_left p{
  width: 100%;
  height: 80px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.listright{
  width: 305px;
  height: 218px;
  float: right;
}
.listright img{
  display: block;
  width: 305px;
  height: 218px;
}
.acticle_list{
  width: 100%;
  height: auto;
}
.acticle_list li{
  width: 100%;
  height: 90px;
  padding: 25px 0;
  overflow: hidden;
  border-bottom: solid 1px #eee;
}
.acticle_left{
  width: 90px;
  height: 90px;
  background: #3a46a8;
  float: left;
}
.acticle_left span{
  font-size: 30px;
  color: #b993ab;
  text-align: center;
  line-height: 45px;
  display: block;
}
.acticle_right{
  width: 650px;
  float: right;
}
.acticle_right h2{
  width: 100%;
  font-size: 18px;
  color: #3a46a8;
}
.acticle_right .date{
  font-size: 13px;
  color: #75696d;
  line-height: 30px;
}
.acticle_right .desc{
  font-size: 13px;
  color: #75696d;
  line-height: 20px;
}
/*页码样式*/
.page {
  margin: 20px 0;
  text-align: center;
}

.page-content {
  display: inline-block;
  text-align: center;
}

.page-content-list,
.page-item {
  display:flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-item a {
  width: 100%;
  height: 100%;
  color: #666f7a;
  display: block;
}

.page-item {
  vertical-align: middle;
  min-width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  font-family: Monospaced Number;
  text-decoration: none;
  color: #666f7a;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-item:hover {
  border-color: #3a46a8;
  color: #3a46a8;
}

.page-item.page-item-disabled {
  cursor: not-allowed;
  color: #ccc;
  border: 1px solid #ccc;
}

.page-item.page-item-more {
  border: none;
  cursor: default;
  color: #ccc;
  background-color: transparent;
}

.page-item.page-item-current {
  cursor: default;
  border-color: #3a46a8;
  color: #3a46a8;
}
/*页码样式结束*/

.actilce_conten{
  width: 1200px;
  height: auto;
  margin:auto;
}
.titlebog{
  width: 100%;
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
  font-weight: bold;
}
.timebox{
  text-align: center;
  font-size: 12px;
  color: #ccc;
  margin-bottom: 15px;
}
.iteam_countent{
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}
.iteam_countent p{
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}
.newheader{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header_rights .colory{
  color: #fff;
}
.header_rights .black{
  color: #333;
}
.baibanck{
  background: #fff;
}
/**技术优势**/
.banner_jishu{
  height: 840px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.banner_jishu .bigtu{
  position: absolute;
  top:0;
  bottom: 0;
  object-fit: cover;
}
.banner_number{
  position: relative;
  padding-top: 270px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.banner_number h2{
  font-size: 48px;
  width: 100%;
  font-weight: 400;
}
.banner_number p{
  font-size: 48px;
  width: 100%;
  font-weight: 400;
}
.banner_pagination{
  z-index: 1;
  position: absolute;
  bottom: 165px;
  left: 0;
  width: 100%;
  min-width: 1200px;
  text-align: center;
}
.banner_content{
  display:inline-block;
}
.banner_content li .activborder{
  border: 3px solid #fff;
}
.banner_content li{
  margin: 0 6px;
  width: 230px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  height:auto;
  float: left;
  position: relative;
}
.banner_content li a{
  display: block;
  width: 224px;
  border: 3px solid #c298ab;
}
.banner_content li a img{
  display: block;
  width: 100%;
}
.banner_content .huimeng{
  position: absolute;
  top:3px;
  left: 3px;
  width: 98%;
  height: 95%;
  background-color: #000;
  opacity:0.5;
}
.banner_content .mask{
  opacity: 0;
}

.banner_content li a h3{
  position: absolute;
  width: 224px;
  bottom: 10px;
  left: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.advantage{
  margin:auto;
  width: 1400px;
  height: auto;
  display: grid;
  background-color: #fff;
}
.advantage_container{
  width: 1200px;
  height: auto;
  background-color: #fff;
  margin-top:-150px;
  padding: 70px 100px 300px 100px;
  z-index: 2000;
}
.advantage_container img{
  width: 100%;
}
/*产品与服务*/
.procet_sevice{
  width: 100%;
  height: auto;
  background: #f1f4fb;
  position: relative;
  padding-bottom: 220px;
}
.service_top{
  width: 1200px;
  height: auto;
  margin:auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.servic_right li{
  margin-left: 50px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
}
.servic_right li .tabs-bar-icon{
  display: inline-block;
  width: 56px;
  height: 50px;
  background-image: url(../images/ddd.png);
  background-position-y: 0;
}


/*以下是鼠标经过时的效果，用css写的*/
.servic_right{
  padding-top: 20px;
}
.smalltop{
  width: 55px;
  height: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.wenzibox{
  margin-top:20px;
}
.smalltop span{
  width: 55px;
  height: 50px;
  display: inline-block;
  background-image: url("../images/chanpin_icon.png"); 
  position: absolute;
  left: 0;
  top:0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;/*两个图片，第一个在上面，第二个在下面，使用这个css，使得背面隐藏，也就是第二个图片隐藏*/
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;/*过渡动画的时间*/
  
}
.smalltop .front{
  background-position-y:50px;
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.smalltop .back{
  background-position-y:0;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

.smalltop:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.smalltop:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.newdqian{
  color: #3a46a8;
}
/*产品服务下的*/
.huxinbg{
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.business_wrap{
  width: 1200px;
  height: auto;
  margin-left: -600px;
  overflow: hidden;
  position: absolute;
  top:220px;
  left: 50%;
  display: flex;
}
.wrap_left{
  width: 494px;
  height: 370px;
  z-index: 200;
}
.wrap_left image{
  width: 100%;
  display: block;
}
#focus {
  width:706px; 
  height:370px;
  position:relative;
}
.wrap_right{
  width: 706px;
  height: 370px;
  position: relative;
}
.weap_content{
  padding: 100px 50px 0 105px;
  height:380px;
  position:absolute;
}
.weap_content li{
  float:left; 
  width:706px; 
  height:370px;
   overflow:hidden; 
   position:relative;
}
.newpage,.dierci{
  display: block;
}
.weap_content li h1{
  color: #3a46a8;
  font-size: 24px;
  margin: 0;
  line-height: 25px;
  font-weight: 400;
}
.weap_content li h2{
  color: #616161;
  font-size: 24px;
  margin: 5px 0 0;
  line-height: 25px;
  font-weight: 300;
}
.weap_content li p{
  width: 530px;
  overflow: hidden;
  margin: 10px 0 0;
  line-height: 21px;
  color: #787777;
  font-size: 14px;
}
.twobtn{
  width: 140px;
  height: 70px;
  position: absolute;
  left: -70px;
  top:50%;
  display: flex;
}
.preNext{
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  position:absolute; 
  top:150px;
}

.bannthree{
  width: 1200px;
  height: auto;
  display: flex;
  margin:180px auto 0 auto;

}
.bannthree .leftuone{
  width: 308px;
  height: 180px;
}
.bannthree image{
  width:100%;
  display: block;
}
.leftutwo{
  width: 484px;
  height: 180px;
  margin-left: 10px;
}
.leftuthree{
  width: 389px;
  height: 180px;
  margin-left: 10px;
}
/*默认不能点击*/
.preNext.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
#focus .pre{
  left:-70px;
  z-index: 999;
}
#focus .next{
  left:0; 
}
/*底部股东构成*/
.links {
  position: relative;
  height: 210px;
  background-image: url(../images/bg-link.jpg);
  background-position: top;
}

.links-content {
  display: -webkit-box;/*弹性布局*/
  display: -ms-flexbox;/*弹性布局*/
  display: flex;
  -webkit-box-pack: justify;/* -webkit适应浏览器 justify 伸缩项目平局分布*/
  -ms-flex-pack: justify;/* -webkit适应浏览器 justify 伸缩项目平局分布*/
  justify-content: space-between;
  padding: 100px 20px 0;
}
.links-content-item {
  display: block;
  width: 185px;
  height: 60px;
  background-image: url(../images/link.png);
}
.links-content-item:hover {
  background-position-y: 60px;
}