/* CSS Document */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, ul, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
  font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", sans-serif;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
	line-height: 1.4;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
iframe, img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
input {
	-webkit-appearance: none;
}
a {
	text-decoration: none;
	color: #666;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
a:hover {
	color: #1b2935;
}
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/*滚动条*/
::-webkit-scrollbar {
width:6px;
height:12px
}
::-webkit-scrollbar-button:vertical {
display:none;
}
::-webkit-scrollbar-track:vertical {
background-color:black
}
::-webkit-scrollbar-track-piece {
background:#FFF
}
::-webkit-scrollbar-thumb:vertical {
background-color:#334da2;
border-radius:5px
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#334da2
}
::-webkit-scrollbar-corner:vertical {
background-color:#334da2
}
::-webkit-scrollbar-resizer:vertical {
background-color:#334da2
}

/*banner视频代码*/
.main_txt {
    opacity: 1;
    display: flex;
    flex-flow: column;
    position: absolute;
    left: 6.5%;
    bottom: 110px;
    z-index: 101;
    color: #fff;
    width: 45%;
  }
.main_txt p {
    white-space: pre-line;
    font-size: 45px;
    line-height: 1.3;
    font-weight: 600;
  }
.main_txt .txt {
    margin-top: 35%;
    font-size: 17px;
  
    color: rgba(255, 255, 255, 1);
    white-space: pre-line;
    line-height: 1.8;
  }
.controls {
    display: flex;
    align-items: center;
    margin-top: 50px
  }
.controls a {
    width: 150px;
    height: 60px;
    margin-right: 25px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    background:transparent;
    border-radius: 30px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    text-align: center;
    transition: all .2s;
  }
.controls a:hover {
    border: 1px solid rgba(255, 255, 255, .3);
    background: #26176c
  }
.controls span {
    display: flex;
    align-items: center
  }
.controls span svg {
    cursor: pointer
  }
.controls span + span:before {
    content: "";
    width: 1px;
    height: 14px;
    margin: 0 15px;
    background: rgba(255, 255, 255, .2)
}
/*top*/
.cen01{
    position:absolute;
    top: 15px;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
    z-index: 100;
    flex-direction: row;
}


.video{height: 100vh; width: 100%; position: relative; top: 0; left: 0; object-fit: fill; background-size: cover;}
.video .bg{height: 100vh; width: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5);}
.video video{object-fit: fill;}
.cen01{display: flex; flex-wrap: wrap; z-index: 100;}
.cen01 .logo img{height: 85px;}
.cen01 #nav{width: 40%; margin-left: 10%;}
.cen01 #nav .homeul{display: flex; flex-wrap: wrap; width: 100%;}
.cen01 #nav .homeul .nLi{width: 20%; text-align: center; line-height: 70px; }
.cen01 #nav .homeul .nLi a{display: block; font-size: 17px; font-weight: 600; color: #fff; transition: all .2s; text-align: center;}
.cen01 #nav .homeul .nLi a:hover{color:#a4bcff;}
.cen01 #nav .homeul .nLi .sub {background-color: rgba(255,255,255);  padding: 15px 0px;display: none; border-top:5px solid #a4bcff; position:absolute; margin-left:10px;}
.cen01 #nav .homeul .nLi .sub li{line-height: 32px;}
.cen01 #nav .homeul .nLi .sub li a{font-weight: normal; color: #333; font-size: 15px; display:block; padding:0 30px;}
.cen01 #nav .homeul .nLi .sub li a:hover{background-color: #362488; color:#fff;}

.cen01 .hhyc{line-height: 70px; text-align:right; width: 28%; color: #fff; font-weight: bold; font-size: 18px; font-weight: 600;}
.cen01 .hhyc a{color: #fff;}
.cen01 .hhyc a.lxa{font-size: 14px; margin-left: 20px;}

#message{

}
#message h3{
    font-size: 34px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
}
#message ul{
    display: flex;
    flex-wrap: wrap;
}
#message ul li{
    width: 49%;
    margin-bottom: 22px;
}
#message ul li:nth-child(2n){
    margin-left: 2%;    
}
#message ul li:nth-child(5){
    width: 100%;
}
#message ul li input{
    width: 100%;
    line-height: 60px;
    height: 60px;
    display: block;
    font-size: 16px;
    color: #999999;
    background:#f5f6fa;
    padding:0;
    border:none;
    outline: none;
    padding:0 24px;
}
#message ul li textarea{
    width: 100%;
    line-height: 60px;
    height: 240px;
    display: block;
    font-size: 16px;
    color: #999999;
    background:#f5f6fa;
    padding:0;
    border:none;
    outline: none;
    padding:0 24px;
    font-family: "Alibaba PuHuiTi 2.0";
}
.mess_tn input{
    background:#362488;
    line-height: 60px;
    font-size: 26px;
    color: #fff;
    display: block;
    width: 100%;
    border:none;
    outline: none;
    cursor: pointer;
}

.contact_list{
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
    background:#f5f6fa;
    padding:30px 2% 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_list li:nth-child(4) .p1{
    font-weight: normal;
    font-size: 20px;
    margin-top:15px;

}
.contact_list li:nth-child(4){
    margin-right: 0;
}
.contact_list li .img{

}
.contact_list li .p1{
    font-size: 24px;
    color: #1a1a1a;
    line-height: 1.6;
    margin:10px 0 15px;
}
.contact_list li .p2{
    font-size: 16px;
    color: #666;
}
#message ul li:last-child{display:flex; flex-wrap:wrap; width:100%; margin-left:0;}
#message ul li:last-child input{display:inline-block; width:60%;float:left;}
#message ul li:last-child img{float:left; width:auto !important; height:22px !important;}

.contact2{padding:100px 0 50px;}

.contact2 .cont {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.contact2 .cont .img{
    width: 50%;
}
.contact2 .cont .img img{width:100%;}
.c_messsge{
    width: 43.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.main .fwtita{background-color:#362488;padding:10px 16px;color:#fff;border-radius:15px;width:25%;box-sizing:border-box;}
.searchwrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 8;
}
.searchwrap .covbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
}
.searchwrap .seaboxbg {
    position: relative;
    background: url(../images/mainbg.jpg) no-repeat center top;
    height: 450px;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
    transition: transform .4s cubic-bezier(.45, 0, .14, 1.03);
    z-index: 8;
}
.searchwrap .seabox {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.searchwrap.on .seaboxbg .cls {
    transform: translateX(-50%) translateY(50%);
}
.searchwrap .seaboxbg .cls {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #333;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    box-shadow: 0 0 var(--gap-large) rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchwrap .seaboxbg .cls img {
    display: block;
    width: 24px;
}
.searchwrap.on {visibility: visible;}
.searchwrap.on .covbg {opacity: 1;}
.searchwrap.on .seaboxbg {transform: translateY(0);}
.searchwrap.on .cls {transform: translateX(-50%) translateY(50%);}
.searchwrap.on .key{width: 78%; height: 50px; line-height: 50px; font-size: 18px; text-indent: 20px;}
.searchwrap.on .btn{width: 20%; height: 50px; line-height: 50px; font-size: 18px;}
.searchwrap .seabox .hd{font-size: 40px; text-align: center;}



.containercc{border-radius: 30px; border:1px solid #ddd; margin:0 auto; width:60%; padding:50px 80px; box-sizing:border-box; background:#fff;}
.containerbb{padding-bottom:10px; border-bottom:1px dashed #ddd; margin:0 auto 25px; width:100%;}
.containerbb p{font-size:35px; font-weight:bold; margin-bottom:18px;}
.containerbb .ccaaa{font-size:24px; margin:10px 0;}
.containerbb .rw{display:flex; width:60%; font-size:20px; letter-spacing:1px;}
.containerbb .rw span{ color: #362488; flex-grow:1; display:inline-block; text-align:left; text-indent:10%;}


.containeraa{display:grid; width:100%; margin-top:30px;}
.mainaa{display:grid;grid-gap:10px;  grid-template-columns:repeat(3,1fr); justify-items:center; grid-auto-rows:50px; line-height:50px; background:#fff; margin:2px;}
.aside-l{background-color:#ecfbff; width:100%; text-align: center; display:inline-block; border:1px solid #eee;}
.aside-r{background-color:#ecfbff; width:100%; text-align: center; display:inline-block; border:1px solid #eee;}
.content{background-color:#fff; width:100%; text-align: left; padding:20px; box-sizing:border-box; display:inline-block; border:1px solid #eee;}

.cen02{padding:100px 90px; background-color: #fff; width: 100%; box-sizing: border-box; display: flex; flex-wrap:wrap;}
.cen02 .cen02left{width: 50%; padding-right: 10%; box-sizing: border-box;}
.cen02 .cen02left .cen02tit{font-size: 30px; font-weight: 900; margin-bottom: 10px; color: #333;}
.cen02 .cen02left .cen02tita{line-height: 1.6; font-size: 15px; color: #333; text-align: left; width: 80%;}

.cen02 .cen02right{width: 50%; padding-right: 10%; box-sizing: border-box;}
.cen02 .cen02right .cen02rtit{font-size: 20px; font-weight: 700; margin-bottom: 20px;}
.cen02 .cen02right .cen02rtita{letter-spacing: 0.4px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.6;}
.cen02 .cen02right .cen02ula{display: flex; flex-wrap: wrap;}
.cen02 .cen02right .cen02ula li{width: 46%; margin: 0 2%; }
.cen02 .cen02right .cen02ula li a{padding: 10px 30px; border: #000 1px solid; text-align: center; font-weight: 600; border-radius: 40px; display: block;}
.cen02 .cen02right .cen02ula li a.cron{
padding: 10px 30px;
background: #091233;
color: #fff;
text-align: center;
font-weight: 600;
border-radius: 40px;}


.homebox04 {
  position: relative;

background: #f2f2f2;
}
.homebox04 .hd {
text-align: center;
margin-bottom: 40px;
margin-top: 70px;
margin-left: 50px;
}
.homebox04 .hd .nam {
font-size: 32px;
line-height: 120%;
text-transform: uppercase;
color: rgb(22, 29, 39);
font-weight: 800;
margin-top: 10px;
text-align: left;
}
.homebox04 .hd .txt {
font-size: var(--fsize-txt);
color: var(--color-9)
}

.homebox04  .hb04bg {
position: relative
}
.homebox04  .hb04bg .swiper-slide {
height: 820px
}
@media (max-width: 800px) {
.homebox04  .hb04bg .swiper-slide {
height: 80vw
}
}
.homebox04  .hb04bg .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover
}
.homebox04  .hb04bg:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.2);
z-index: 2
}
.homebox04  .hb04ma {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999999;
}
.homebox04  .hb04ma .swiper-button-prev {
z-index: 3;
left: 0;
padding: 15px;
background: rgba(0,0,0,0.5)
}
.homebox04 .hb04ma .swiper-button-prev:hover {
background: var(--color-main)
}
.homebox04  .hb04ma .swiper-button-next {
z-index: 3;
right: 0;
padding: 15px;
background: rgba(0,0,0,0.5)
}
.homebox04  .hb04ma .swiper-button-next:hover {
background: var(--color-main)
}
.homebox04  .hb04ma .swiper-slide a.box {
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding:70px 40px;
width: 100%;
height: 100%;
box-sizing: border-box;
text-decoration: none;
border-right: 1px solid rgba(246,242,243,0.4)
}
.homebox04  .hb04ma .swiper-slide a.box .con {
/*transform: translateY(-420px)
position:relative;
top:-480px;*/
transform: translateY(0px)
}
.homebox04  .hb04ma .swiper-slide a.box .con .nam {
color:#fff;
text-align: left;
font-size: 1.8rem;
margin-bottom: 20px;
font-weight: 700;
}


.homebox04  .hb04ma .swiper-slide a.box .con .adtxt {
color:#ccc;
text-align: left;
margin-bottom: 50px;
opacity: 0;

transition: transform .25s;
-webkit-transform: translateY(60%);
transform: translateY(60%);
}

.homebox04  .hb04ma .swiper-slide:hover   a.box .con .adtxt {
opacity: 1;

-webkit-transform: translateY(0px);
transform: translateY(0px);
font-size: 15px;
}


.hhmobile{display: none;}


.homebox04  .hb04ma .swiper-slide a.box .con .namen {
color: #fff;
text-align: left;
font-size: 18px;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 40px;
}







@media (max-width: 800px) {
.homebox04  .hb04ma .swiper-slide a.box .con .nam {
font-size: var(--fsize-large);
margin-bottom: 6vw
}
}
.homebox04  .hb04ma .swiper-slide a.box  .btn {
display: flex;
justify-content: flex-start;
align-items: center;
opacity: 0.5;
position: relative;
top: 630px;
}

.homebox04  .hb04ma .swiper-slide:hover  a.box  .btn {
opacity: 1;
top:630px;
}

.homebox04  .hb04ma .swiper-slide a.box  .btn span {
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
color: #bf1522;
border-radius:50px;
border: 2px solid #bf1522;
font-size: 13px;
font-weight:900;
box-sizing: border-box;
padding-bottom: 0px;
}
.homebox04  .hb04ma .swiper-slide:hover  a.box {
background: rgba(0,0,0,0.5)
}
.homebox04  .hb04ma .swiper-slide:hover a.box .con {
/*transform: translateY(-340px);
-webkit-transition: all .3s;
transition: all .3s;*/
top: -400px;
}

.cen04{
  position: relative;
  padding: 100px 0 100px 60px;
  background: #f2f2f2;}
.homeppp{width: 99%; margin: 0 auto;}
.homeppp .cen04tit{font-weight:500; font-size: 15px; color: #3b3738; text-align: center;}
.homeppp p{
  padding-top: 5px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  color: #222; text-align: center;}
.homeplist{display: flex; flex-wrap: wrap; text-align: center; width: 70%; margin: 0 auto;}
.homeplist li{width: 14.2%;}
.homeplist li a{height: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-right: 30px; font-size: 15px; color: #3b3738;}

.mySwiperaaa{margin-top: 50px;}
.mySwiperaaa .swiper-slide{background: #fff; border: #fff 10px solid; box-shadow: 4px 4px 7px rgba(0, 0, 0, .1);}
.mySwiperaaa .swiper-slide .proimg{ padding: 20px; text-align: center;} 

.mySwiperaaa .swiper-slide .box {
  font-size: 16px;
  background: #FFF;
  transition: all .3s;
  padding: 20px 20px;
  display: block;
}
.mySwiperaaa .swiper-slide .box .procategory {
  white-space: pre-line;
  line-height: 1.6;
  margin-bottom: 10px;
}
.mySwiperaaa .swiper-slide .box div {
  /*white-space: pre-line;*/
  line-height: 1.6;
  /*    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;*/
}
.mySwiperaaa .swiper-slide .box span {
  display: flex;
  position: absolute;
  color: var(--primary);
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all .6s cubic-bezier(0.165, 0.840, 0.440, 1)
}
.mySwiperaaa .swiper-slide .box span svg {
  width: 20px;
  height: 20px;
  margin: auto
}
.mySwiperaaa .swiper-slide .box .procategorys {
  font-size: 14px;
  border: #666 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-table;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.mySwiperaaa .swiper-slide .box .proname {
  font-size: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  font-weight: lighter;
  letter-spacing:0;
}

.mySwiperaaa .swiper-slide .box .model{
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px; 
  color: #000; 
  font-weight: 400;}

.mySwiperaaa .swiper-slide .box .feature {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.mySwiperaaa .swiper-slide .featureblock .featurebox {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
    color: #777;
}
.mySwiperaaa .swiper-slide .probutton {
  color: #37394a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border-radius: 40px;
  border-radius: 40px;
  border: #37394a 1px solid;
}

.cen05{width: 100%; display: flex; flex-wrap: wrap; height: 820px;}
.cen05 .cen05left{background: url(../images/rd.jpg) no-repeat left top; align-items: flex-end; background-size: cover; width: 70%; box-sizing: border-box; position: relative;}
.cen05 .cen05left .txt {
  padding: 0 0 80px 80px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.cen05 .cen05left .txt span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.cen05 .cen05left .txt p {
  margin: 5px 0 20px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.cen05 .cen05left .txt div {
  white-space: pre-line;
  line-height: 0.8;
  letter-spacing: 0.4px;
  margin-top: 40px;
  color: rgba(255, 255, 255, .8);
}

.cen05 .cen05right{
  background: url(../images/tebg.jpg) no-repeat right top; width: 30%; background-size: cover; box-sizing: border-box; position: relative;
  padding: 80px; box-sizing: border-box;
}
.cen05 .cen05right .tit{
  margin-top: 35%;
}
.cen05 .cen05right .tit p{
  vertical-align: sub;
  margin-right: 16px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  word-wrap: break-word;
  white-space: pre-line;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cen05 .cen05right .mySwiperbbb{
  margin-top:10%;
}
.cen05 .cen05right .mySwiperbbb .swiper-slide{
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}

.cen05 .cen05right .button {
  margin-top:15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  width: 210px;
  font-weight: 600;
  color: #fff;
  margin-left: 2px;
  border-radius: 40px;
  border:1px solid rgba(255,255,255,0.2)
}
.cen05 .cen05right .button svg{
  fill: #fff;
  padding-top: 6px;
}

.cen06{
    position: relative;
    background: #f0f0f0 url(../images/networkbg.jpg) repeat center center;
    background-size: cover;
    padding: 100px 90px;
    height: 897px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.cen06 .homesales{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cen06 .homesales .newssubtitle{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.cen06 .homesales .newssubtitlea{
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
.cen06 .homesales .newssub {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 100px;
}
.cen06 .homesales .homesaleul{
  display: flex;
  flex-wrap: wrap;
}
.cen06 .homesales .homesaleul li{
  line-height: 1.5;
  color: #fff;
  width: 46%;
  margin: 0 8% 8% 0;
}
.cen06 .homesales .homesaleul li:nth-child(2n){
  margin-right: 0;
}
.cen06 .homesales .homesaleul li .digit {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.cen06 .homesales .homesaleul li .digit .plus {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.cen07{
  position: relative;
    background: #f0f0f0 url(../images/newsbg.jpg) repeat center center;
    background-size: cover;
    padding: 100px 90px;
    height: 890px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.cen07 .homenews{
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.cen07 .homenews .homenewsleft{
  width: 40%;
}
.cen07 .homenews .homenewsleft .homenewstit {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cen07 .homenews .homenewsleft .homenewstita {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
.cen07 .homenews .homenewsleft .homenewstitb  {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  max-width: 500px;
}
.cen07 .homenews .homenewsleft  .homenewsbtn {
  padding: 15px 30px;
  background: #091233;
  width: 190px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
}
.cen07 .homenews .homenewsleft  .homenewsbtn svg {
fill: #fff;
}

.cen07 .homenews .homenewsright{
  width: 54%;
}
.cen07 .homenews .homenewsright .homenewsulaa{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cen07 .homenews .homenewsright .homenewsulaa li{
  width:48%; 
  margin: 1%;
  backdrop-filter: blur(9px);
  border: rgba(255, 255, 255, 0.3) 1px solid;
  border-radius: 40px;
  padding: 40px 54px;
  box-sizing: border-box;
}

.cen07 .homenews .homenewsright .homenewsulaa li .newsheadline svg {
  margin-right: 7px;
  fill: #fff;
}

.cen07 .homenews .homenewsright .homenewsulaa li .newsheadline {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #fff;
}
.cen07 .homenews .homenewsright .homenewsulaa li .newstitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}
.cen07 .homenews .homenewsright .homenewsulaa li .newscontent {
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff;
}
.cen07 .homenews .homenewsright .homenewsulaa li .newsdate {
  display: flex;
}
.cen07 .homenews .homenewsright .homenewsulaa li .newsdate .newsmore {
  line-height: 1.5;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.cen07 .homenews .homenewsright .homenewsulaa li .newsdate .newsmore svg {
  fill: #bf1522;
  margin-left: 10px;
}

.cen08{
  background:url(../images/supportbg.jpg) #f0f0f0 no-repeat center center;
  background-size: cover;
  padding: 100px 90px 120px 90px;
}
.cen08 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.cen08 .subtit {
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.cen08 .button {
  padding: 15px 24px;
  background: #091233;
  width: 275px;
  color: #fff;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
  border-radius: 40px;
}
.cen08 .button svg {
  fill: #fff;
}
.cen08 .homejj{
  width: 100%;
  margin: 100px auto 0px;
  display: flex;
  flex-wrap: wrap;
}
.cen08 .homejj li{
  width: 25%;
  border-right: #d8d8d8 1px solid;
  padding: 0px 30px;
}
.cen08 .homejj li .boximg{
  margin-bottom: 20px;
}
.cen08 .homejj li .boximg img {
  height: 45px;
}
.cen08 .homejj li .homejjtit svg {
  fill: #bf1522;
  width: 18px;
  height: 18px;
}
.cen08 .homejj li .homejjtit{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  line-height: 1.8;
  color: #3b3738;
}
.cen08 .homejj li .content {
  text-align: left;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

.cen09{
  position: relative;
  background: #fff url(../images/contactbg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
.cen09 .homelx {
  width: 50%;
  padding: 120px 90px;
}
.cen09 .homelx .title {
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cen09 .homelx .description {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 100%;
  opacity: 0.7;
}
.cen09 .homelx .tel {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}
.cen09 .homelx .tel p {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}
.cen09 .homelx .homelxula{display: flex; flex-wrap:wrap;}
.cen09 .homelx .homelxula li{
  width: 48%;
  margin:2% 1%;
  font-weight: 500;
  font-size: 16px;
  color: #fff;}

.cen09 .homely {
    width: 50%;
    padding: 120px 90px;
}
.cen09 .homely .title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cen09 .homely .description {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.7;
}
.cen09 .homely .labelfield {
  display: flex;
  justify-content: space-between;
}
.cen09 .homely .labelfield input {
  width: 30%;
  display: block;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 0px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  color: #fff;
}
.cen09 .homely .labelfield input::placeholder {
  color: #fff;
  /* ... */
}
.cen09 .homely .mess {
  margin-bottom: 20px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}
.cen09 .homely .textfield__input {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  min-height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  background: 0;
  border: 0;
  transition: color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
  resize: none;
  outline: 0;
  border-radius: 0;
}
.cen09 .homely .textfield__input::placeholder {
  color: #fff;
  /* ... */
}
.cen09 .homely .prompt {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
.cen09 .homely .button {
  display: table;
  padding: 15px 50px;
  font-weight: 700;
  color: #fff;
  background: #091233;
  border-radius: 40px;
}

.footer{
  font-size: 15px;
  color: rgba(255, 255, 255, .5);
  line-height: 2;
  background: #091233;
}
.footer .wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 90px;
}

.footer .info {
  line-height: 2.2;
  color: rgba(255, 255, 255,.8);
}

.footer .info p{
  color: rgba(255, 255, 255);
  font-size: 16px;
}
.footer .info a{
  color: rgba(255, 255, 255, .8);
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.footer .ft_nav {
  padding: 0 90px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  background: #091233;
}


.cen01 .top_menu{display: none;}
@media (max-width: 1440px) {
  .cen01 .hhyc{width: 24%;}
  .main_txt{width: 50%;}
  .cen02 .cen02right{padding-right: 0;}
  .homeplist{width: 90%;}
  .cen05 .cen05left{width: 50%;}
  .cen05 .cen05right{width: 50%;}
  .cen05 .cen05left .txt{padding: 0; bottom: 60px;}
  .cen07 .homenews .homenewsright{width: 50%; margin-left: 10%;}
}

@media (max-width: 1000px) {
  .cen01{justify-content: space-between;}
  .cen01 .logo img{height: 50px;}
  .cen01 #nav{display: none;}
  .cen01 #nav .homeul{display: none;}
  .cen01 .hhyc{display: none;}
  .cen01 .top_menu{display: block; float: right; text-align: right;}

  /* 全局侧滑菜单 */
.mm-menu { width: 50%; }
.mm-navbar { height: 50px; line-height: 30px; }
.mm-panel .mm-navbar { display: block; }
.mm-menu > .mm-panel > .mm-navbar + .mm-listview { margin-top: 1px; border-top: 1px solid #3a3b4b; }
.mm-menu > .mm-panel:before { height: 50px; font-size: 1.125rem; }
.mm-listview { line-height: 26px; }
.mm-listview > li:not(.mm-divider):after { left: 0; }
.mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 10px; text-align: center; }

html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a { text-transform: uppercase; color: #888; }
.mm-menu.mm-theme-dark .mm-navbar { border-color: #14151b; }

.mm-menu.mm-theme-dark { background: #22232d; color: #cfcfcf; }
.mm-listview > li:not(.mm-divider):after { height: 1px; background: #14151b; }
.mm-menu .mm-listview > li:after { border-color: #3a3b4b; }
.mm-menu.mm-theme-dark .mm-listview > li:after { border-color: #3a3b4b; }

.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom { border: 0; }

.main_txt{width: 80%;}
.main_txt p{font-size: 30px;}
.main_txt .txt{margin-top: 10%; font-size: 16px;}
.video video{object-fit:cover;}

.cen02{padding:50px 30px;}
.cen02 .cen02left{width: 100%; padding-right: 0;}
.cen02 .cen02right{width: 100%; padding-right: 0; margin-top: 30px;}
.cen02 .cen02right .cen02ula li a{padding: 10px; font-size: 14px;}
.cen02 .cen02right .cen02ula li a.cron{padding: 10px;}

.homebox04 .hb04ma .swiper-slide a.box{padding: 20px;}
.homebox04 .hb04ma .swiper-slide a.box .con .namen{font-size: 14px;}
.homebox04 .hb04ma .swiper-slide a.box .con .adtxt{display: none;}

.homebox04{display: none;}

.hhmobile{display: block;}
.hhmobile .hhimg01{width:100%; background:url(../images/hb04bg01a.jpg); background-position: center center; background-size: cover; position: relative; padding: 25px; box-sizing: border-box; height: 250px; margin: 10px 0;}
.hhmobile .hhimg01 a.box{position: absolute;}
.hhmobile .hhimg01 a.box .con{width: 60%;}
.hhmobile .hhimg01 a.box .con .nam{font-weight: bold; color: #fff;}
.hhmobile .hhimg01 a.box .con .namen{font-size: 20px; color: #fff;}
.hhmobile .hhimg01 a.box .con .adtxt{font-size:14px; color: #fff;
overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  line-clamp:3;
  -webkit-box-orient:vertical;
}



.hhmobile .hhimg02{width:100%; background:url(../images/hb04bg02a.jpg); background-position: center center; background-size: cover; position: relative; padding: 25px; box-sizing: border-box; height: 250px; margin: 10px 0;}
.hhmobile .hhimg02 a.box{position: absolute;}
.hhmobile .hhimg02 a.box .con{width: 60%;}
.hhmobile .hhimg02 a.box .con .nam{font-weight: bold; color: #fff;}
.hhmobile .hhimg02 a.box .con .namen{font-size: 20px; color: #fff;}
.hhmobile .hhimg02 a.box .con .adtxt{font-size:14px; color: #fff;
  overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;}


.hhmobile .hhimg03{width:100%; background:url(../images/hb04bg03a.jpg); background-position: center center; background-size: cover; position: relative; padding: 25px; box-sizing: border-box; height: 250px; margin: 10px 0;}
.hhmobile .hhimg03 a.box{position: absolute;}
.hhmobile .hhimg03 a.box .con{width: 60%;}
.hhmobile .hhimg03 a.box .con .nam{font-weight: bold; color: #fff;}
.hhmobile .hhimg03 a.box .con .namen{font-size: 20px; color: #fff;}
.hhmobile .hhimg03 a.box .con .adtxt{font-size:14px; color: #fff;
  overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;}


.hhmobile .hhimg04{width:100%; background:url(../images/hb04bg04a.jpg); background-position: center center; background-size: cover; position: relative; padding: 25px; box-sizing: border-box; height: 250px; margin: 10px 0;}
.hhmobile .hhimg04 a.box{position: absolute;}
.hhmobile .hhimg04 a.box .con{width: 60%;}
.hhmobile .hhimg04 a.box .con .nam{font-weight: bold; color: #fff;}
.hhmobile .hhimg04 a.box .con .namen{font-size: 20px; color: #fff;}
.hhmobile .hhimg04 a.box .con .adtxt{font-size:14px; color: #fff;
  overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;}


.cen04{width: 100%; padding:60px 25px;}
.homeppp p{font-size: 25px;}
.homeplist{margin-top: 30px;}
.homeplist li{width: 100%;}
.homeplist li a {
  height: 30px;
  line-height: 30px; margin-right:0;}
  .cen02 .cen02left .cen02tita{width: 100%;}
.cen05{display: none;}
.cen06{padding: 30px;}
.cen06 .homesales{width: 70%;}
.cen06 .homesales .newssubtitlea{font-size: 28px;}
.cen06 .homesales .newssub{overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;}
.cen07{background-size: cover; padding: 35px; height: 500px;}
.cen07 .homenews .homenewsleft{width: 100%;}
.cen07 .homenews .homenewsleft .homenewstita{font-size: 30px;}
.cen07 .homenews .homenewsright{display: none;}
.cen08{padding: 50px 25px;}
.cen08 .title{font-size: 28px;}
.cen08 .homejj{margin-top: 30px;}
.cen08 .homejj li{width: 100%; padding-right: 0; padding: 20px 0; border-right: 0px none; border-bottom: #d8d8d8 1px solid;;}

.cen09 .homelx{width: 100%; padding: 50px;}
.cen09 .homely{width: 100%; padding: 50px;}
.footer .wrapper{display: none;}
.footer .ft_nav{padding: 50px 10px;}
.footer .ft_nav .ftright{display: none;}
}

/*内页样式*/
.nybanner{background: url(../images/nybanner.jpg) no-repeat center top; height: 400px;}
.nybannera{background: url(../images/nybannera.jpg) no-repeat center top; height: 400px;}
.nybannerb{background: url(../images/nybannerb.jpg) no-repeat center top; height: 400px;}
.nybannerc{background: url(../images/nybannerc.jpg) no-repeat center top; height: 400px;}
.nybannerd{background: url(../images/nybannerd.jpg) no-repeat center top; height: 400px;}
.nybannere{background: url(../images/nybannere.jpg) no-repeat center top; height: 400px;}
.nybannerf{background: url(../images/nybannerf.jpg) no-repeat center top; height: 400px;}

.m {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.location2{ background:#fafafa;}
.location{ line-height:80px; font-size:16px; float:left;}
.location a{ margin:0 5px;}
.location img{ vertical-align:middle;}
.nav_m{ float:right;}
.nav_m li{ float:left;}
.nav_m li a{ display:block; line-height:80px; padding:0 20px; font-size:16px; border-bottom:2px solid #fafafa;}
.nav_m li a:hover,.nav_m li a.on{ color:#362488; border-bottom:2px solid #362488;}

.main {padding: 50px 0;}
.ab1 img{ width:50%; float:left;}
.ab1>div{ padding:0px 40px;}
.ab1>div p{margin: 15px 0; font-size: 18px;}
.about .pp1{ font-size:34px; font-weight:bold; color:#333; margin: 0;}
.about .pp1 span{ color:#362488;}
.about .ppc{ text-align:center;}
.about .pp2{ text-transform:uppercase; color:#999; margin:10px 0 30px; font-size:18px;}
.about .p3{ line-height:1.6; text-indent:2em;}
.about .ul1{ margin:50px 0;}
.about .ul1 li{ float:left; width:calc(100% / 4); text-align:center; position:relative;}
.about .ul1 li .sp1{ font-size:64px; font-weight:bold; color:#362488;}
.about .ul1 li .sp2{ font-size:24px; font-weight:bold; color:#362488;}
.about .ul1 li .sp3{ display:block; font-size:18px; color:#333;}
.about .ul1 li:before{ content:""; position:absolute; top:50%; left:0; width:50px; height:2px; background:#333;}
.about .ul1 li:after{ content:""; position:absolute; top:50%; right:0; width:50px; height:2px; background:#333;}

.company_image{ margin:20px 0 !important; text-align:center;}
.company_image .swiper-wrapper{ transition-timing-function:linear !important; }
.company_image .swiper-slide span{ display:block; padding:10px 0; font-size:16px;}
.ab_honor img{ border:2px solid #ccc;}

.ccimga{margin-top: 40px;}
.ccimga img{display:block; overflow:hidden; transition:0.5s; width:100%;}
.ccimga img:hover{transform:scale(1.02);}
.honorula{width: 100%; display: flex; flex-wrap: wrap;}
.honorula li{width: 19%; margin: 1% 0.5%;}
.honorula li img{width: 100%; display: block; padding: 2px; border: 1px solid #ddd; overflow:hidden; transition:0.5s;}
.honorula li img:hover{transform:scale(1.02);}


.honorulab{width: 100%; display: flex; flex-wrap: wrap;}
.honorulab li{width: 32%; margin: 1% 0.6%;}
.honorulab li img{width: 100%; display: block; padding: 2px; border: 1px solid #ddd;}

.nyhonorbbb{width: 100%; display: flex; flex-wrap: wrap;}
.nyhonorbbb li{width: 15.6%; margin: 1% 0.5%;}
.nyhonorbbb li img{width: 100%; display: block; padding: 2px; border: 1px solid #ddd;}

.wordlist{width:100%; margin-top:50px;}
.wordlist .maps{width:65%; float:right; margin-left:5%;}
.wordlist .wlist{width:30%; float:left;}
.wordlist .wlist .overview{height:500px; overflow-y:auto;}

.side { width: 20%; float: left;}
.sidenav { background:linear-gradient(135deg, #362488, #01afe1); border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.sidenav .hd { line-height: 50px; height: 50px; color: #fff; font-size: 18px; padding: 0 20px 0 50px; background-size: auto 20px; }
.sidenav .hd strong { font-weight: normal; }
.sidenav .bd { padding: 10px; background: #fff; margin: 0 6px 6px; border-radius: 0 0 6px 6px; }
.sidenav .snul .snli { margin-bottom: 2px; line-height: 40px; }
.sidenav .snul .snli .sna { padding: 0 20px; color: #666; font-size: 16px; display: block; border-radius: 4px; -webkit-transition: all .2s; transition: all .2s; background: #f1f1f1 url(../images/ck.gif) no-repeat -16px center; background-size: 16px 14px; }
.sidenav .snul .snli .sna:hover, .sidenav .snul .snli.on .sna { background-color: #2256a8; color: #fff; opacity: .9; filter: alpha(opacity=90); background-position: 18px center; box-shadow:0 5px 10px #eee; padding-left: 40px; }

.bbsub { padding: 10px 0 10px 40px; display: none; }
.snli.on .bbsub { display: block; }
.bbsub .bbsli { line-height: 36px; }
.bbsub .bbsli .bbsa {}
.bbsub .bbsli.on .bbsa { color: #f30; }

.sidebox { background: #dedede; overflow: hidden; margin-bottom: 20px; border-radius: 10px; }
.sidebox .hd { line-height: 40px; height: 40px; text-align: center; font-size: 18px; color: #333; }
.sidebox .bd { margin: 0 6px 6px; padding: 20px; background: #fff; border-radius: 0 0 6px 6px; position: relative; }
.sbcon { line-height:1.6;}

.sanbaoinwrap {
    margin-top: -280px;
  z-index:10000;
}
.sanbaoinwrap .sbhead {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    padding: 60px 100px;
    background: linear-gradient(90deg, #f5f6f7 0%, #fafbfc 100%);
    border-radius: 20px;
    box-sizing: border-box;
  position:relative;
}
.sanbaoinwrap .sbhead h2 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 35px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e8eb;
    font-weight: normal;
}

.sanbaoinwrap .sbhead h2 strong{font-size:25px; display:block; margin-bottom:15px; color: #362488;}

.sanbaoinwrap .sbhead h2:last-child{
    margin-bottom: 0px;
  
}


.main_r{ width:77%; float:right;}
.main_r .hd { background:url(../images/LoacalBg.jpg); padding: 20px; margin-bottom: 20px; }
.main_r .hd .name { position: relative; float: left; color: #2256a8; font-size: 22px; font-weight: bold; }
.main_r .hd .now { float: right; font-size: 15px; color: #999; line-height:2;}
.main_r .hd .now a { color: #999; }
.main_r .hd .now .split { margin: 0 4px; font-family: simsun; }

.pro_ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; transition:0.2s; border: 1px solid #ddd;}
.pro_ul li:nth-child(3n){ margin-right:0;}
.pro_ul li img{margin: 15px 0;}
.pro_ul li:hover{ box-shadow:0 0 10px #aaa;}
.pro_ul li .ind_p_i{ display:block;}
.pro_ul li .ind_p_d{ background:#fafafa; text-align:center; padding:20px 10px;}
.pro_ul li .ind_p_d .p1{ font-size:18px; color:#333; font-weight:bold;}
.pro_ul li .ind_p_d .p2{ color:#777; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin:20px auto;}
.pro_ul li .ind_p_d a{ display:inline-block; border:#ccc 1px solid; padding:5px 10px;}
.pro_ul li .ind_p_d a:hover{ background:#06aff1; color:#fff;}
.pro_ul li .probutton {
  color: #37394a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin: 10px 20px 10px;
  border-radius: 40px;
  border-radius: 40px;
  border: #37394a 1px solid;
}

.pro_dd{ margin-top:20px;}
.pro_dd .pi .pro_img{ float:left; width:45%; padding:10px; border:1px solid #ccc; overflow:hidden;}
.pro_dd .pi .pro_d{ float:right; width:50%; font-size:16px; line-height:1.6; padding-top:20px;}
.pro_dd .pi .pro_d .prot{ font-size:22px; font-weight:bold; color:#3867b0;}
.pro_dd .pi .pro_d .prop{ margin:20px 0;}
.pro_dd .pi .pro_d p span{ font-weight:bold; width:5em; display:inline-block; text-align-last: justify;}
.pro_dd .pi .pro_d .pro_con{ padding-top:20px; margin-top:50px; border-top:1px solid #adadad;}
.pro_dd .pi .pro_d .pro_con img{ float:left; margin-right:10px; margin-top:10px;}
.pro_dd .pi .pro_d .pro_con p{ float:left; line-height:1.5; font-size:18px; padding: 8px 0;}
.pro_dd .pi .pro_d .pro_con a{ float:right; color:#fff; background:#3867b0; padding:5px 10px; margin-top:15px;}
.pro_dd .pi .pro_img2{ position:relative; margin-bottom:10px;}
.pro_dd .pi .pro_img2 .swiper-button-next,.pi .pro_img2 .swiper-button-prev{ color:#fff; outline:none;}
.pro_dd .pi .pro_img2 img{ width:100%; height:275px; object-fit: cover;}

.pro_dd .pi .pro_img3 img{ cursor:pointer;}
.pro_dd .pi .pro_img3 .swiper-slide-thumb-active img{ border:2px solid #3867b0; width:100%; height:85px; object-fit: cover;}
.pro_main{ position:relative; margin-top:30px;}
.pro_main img{width:100%;}
.pro_main .pro1{ background: #f1f1f1; height: 50px; line-height: 50px; padding: 0 20px; border-radius: 10px; margin-bottom: 10px; color: #3867b0; font-size: 20px; font-weight: bold; position:relative;}
.pro_main .pro1:before { content: ''; display: block; width: 4px; height: 20px; background: #3867b0; position: absolute; left: 0; top: 15px; }
.pro_main .proth{ text-indent:2em; line-height:1.6; margin:10px 0; font-size:16px;}
.pro_main .product_img{ text-align:center;}

.news li{ width:48.5%; float:left; margin-right:3%; padding:50px; background:#f7f7f7; margin-bottom:3%; transition:0.5s;}
.news li:nth-child(2n){ margin-right:0;}
.news li .p3{ font-size:18px; margin-bottom:20px;}
.news li .p4{ max-width: 90%; margin-bottom:40px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; height:50px; line-height:1.6;}
.news li .p5 a{ display:inline-block; padding:0 20px; line-height: 40px; border: #ccc 1px solid; color: #666; background: #FFF; border-radius: 5px;}
.news li .p5 a:hover{ color:#fff; background:#3867b0;}
.news li .p5 img{ float:right; width: 6%;}
.news li:hover{transform:scale(1.02);}

.newsccc{padding: 50px; border-radius: 8px; box-shadow: 0px 0px 5px #ccc; box-sizing: border-box; border: 1px solid #ddd; width: 1400px; margin: 50px auto;}
.newsccc .newscctit{font-size: 30px; text-align: center; padding-bottom: 20px; border-bottom: 1px solid #ddd; margin-bottom: 30px;}
.newsccc .newscctita{font-size:18px; line-height:180%;}
.newsccc .newscctita img{display:block; width:60%; margin:10px auto;}


.newswrapaa{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.newswrap {
  width: 48%;
  margin: 0px auto;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #eee;
  margin:0 1% 1%;
  transition:0.5s;
}
.newswrap:hover{transform:scale(1.02);}
.newswrap .title {
  margin-top: 30px;
  font-size: 40px;
  font-family: "Noto Sans SC", serif;
  font-weight: 300;
  color: #333;
}
.newswrap .info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.newswrap .content p {
  margin-bottom: 20px;
}

.contact .ind_p7{ padding:0; background:none;}
.contact .ip7m{ display:block;}
.contact .ip7m .ind_map,.contact .ip7m .ip7m_r{ width:100%; float:none;}

.ind_p7{ padding:70px 0; background:#f1f8fc;}
.ind_p7 .ul1{ text-align:center; margin:20px 0 50px;}
.ind_p7 .ul1 li{ display:inline-block;}
.ind_p7 .ul1 li a{ display:block; padding:10px 20px; border:#CCC 1px solid;}
.ind_p7 .ul1 li a:hover{ background:#01afe1; color:#fff;}

.ip7m{ display:flex;}
.ip7m .ind_map{ width:50%; float:left;}
.ip7m_r{ width:50%;  float:left; padding:70px 60px; background: #fafafa url(../images/lines.png) no-repeat bottom right;}
.ip7m_r .p1{ margin-bottom:20px;}
.ip7m_r .p2_l{ width:50%; float:left;}
.ip7m_r .p2_1{ margin-bottom:5px;}
.ip7m_r .p2_2{ font-size:24px; font-weight:bold; margin-bottom:5px; font-family:Verdana, Geneva, sans-serif;}
.ip7m_r .p2_3{ margin-bottom:20px;}
.ip7m_r .p2_r{ width:50%; float:left; line-height:1.8; margin-top: 6px;}
.ip7m_r form{ margin-top:30px;}
.ip7m_r form input{ width:32%; margin-right:2%; border:#CCC 1px solid; height:40px; line-height:40px; border-radius:3px; padding-left:20px; box-sizing:border-box; background:none; float:left;}
.ip7m_r form input:nth-child(3){ margin-right:0;}
.ip7m_r form textarea{ width: 100%; border: #CCC 1px solid; height: 80px; line-height: 40px; border-radius: 3px; padding-left: 20px; background: none; margin:20px 0;}
.ip7m_r form div input{ background:#01afe1; color:#FFF; padding:10px 20px; border-radius:3px; float:left; height:auto; width:auto; line-height:inherit; cursor:pointer;}
.ip7m_r form div .fr{ max-width:60%;}

.contact .ip7m .ip7m_r img{width:20%;}
.ip7m_r form div input{margin-top:20px;}
.ip7m_r form div .fr{margin-top:20px;}

.ab1 h2{
    font-size: 46px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 42px;
}
.ab1 h2 span{
    color: #362488;
    font-weight: bold;
}


@media (max-width: 1400px){
  .about .ul1 li .sp1{font-size:40px;}
  .newsccc{width:90%; padding:30px;}
  .main .fwtita{width:40%;}
 
}


@media (max-width: 1000px){
  .side{width:100%; float:none;}
  .main_r{width:100%; float:none;}
  .nybanner{height:300px; background-size: cover;}
  .nybannera{height:300px; background-size: cover;}
  .nybannerb{height:300px; background-size: cover;}
  .nybannerc{height:300px; background-size: cover;}
  .nybannerd{height:300px; background-size: cover;}
  .nybannerf{height:300px; background-size: cover;}
  .nybannere{height:300px; background-size: cover;}
  .location{float:none;}
  .nav_m{float:none;}
  .nav_m li{width:33.3%; text-align:center;}
  .location{line-height:50px;}
  .nav_m li a{line-height:50px;}
  .m{width:95%; max-width:95%;}
  .ab1>div{padding:0 20px;}
  .about .ul1 li{float:none; width:100%;}
  .honorula li{width:49%;}
  .honorulab li{margin: 1% 0.5%;}
  .wordlist .wlist{width:100%; float:none;}
  .wordlist .maps{width:100%; float:none; margin-left:0;}
  .pro_ul li{width:48%; margin:1%;}
  .pro_ul li .probutton{width:100%; margin:10px auto;}
  .pro_dd .pi .pro_img{width:100%; float:none;}
  .pro_dd .pi .pro_d{width:100%; float:none;}
  .pro_dd .pi .pro_d .pro_con a{display:none;}
  .pro_img3{display:none;}
  .main{padding:30px 0;}
  .news li{width:100%; float:none; margin:2% 0; padding:35px;}
  .news li .p4{width:100%; max-width:100%; margin-bottom:25px;}
  .newsccc .newscctita img{width:100%;}
  .newsccc .newscctit{font-size:26px;}
  .main .fwtita{width:100%;}
  .newswrap{width:100%; margin:1% 0;}
  .newswrap .title{margin-top:0; font-size:30px;}
  .ip7m_r{padding:35px;}
  .ip7m_r form div .fr{display:none;}
 .contact .ip7m .ip7m_r img{width:50%;}
  .ip7m_r .p2_l{width:100%; float:none;}
  .ip7m_r .p2_r{width:100%; float:none;}
  .sanbaoinwrap{margin-top:0px;}
  .sanbaoinwrap .sbhead {width:100%; padding:30px 20px;}
  
  .ab1 h2{font-size:25px;}
  .contact_list li{width:100%; margin-right:0; margin-bottom:2%;}
  .contact2 .cont .img{width:100%;}
  .c_messsge{width:100%;}
  .contact2 .cont{display:block;}
  
  .containerbb p{font-size:30px;}
  .containercc{width:100%; padding:28px;}
  .containerbb .rw{width:100%;}
}