* { box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */-webkit-text-size-adjust: none; outline: none;font-family: Microsoft YaHei,Helvetica, Arial, "sans-serif";scroll-behavior: smooth;scroll-padding-top:88px;/*锚点滑动时，浮动导航不盖住内容，88px为导航的高度*/}
body {
padding:0px; margin: 0px;
}

body {
font: 16px "Arial";
color: #1e1e1e;
line-height: 1.5;
overflow-x: hidden; padding:0px; margin: 0px;
}

a:hover{text-decoration:none}
a{color: #1e1e1e}
ul, li, dt,dd{padding: 0px; margin: 0px; list-style: none}
p{padding: 0px; margin: 0px;}
.fl{float: left;}
.fr{float: right;}
.text-c{text-align: center;}
h1,h2,h3,h4,h5,h6{padding: 0px; margin: 0px;}
/* 通用滚动条代码 */
::-webkit-scrollbar {
	width:7px;
	background-color: #00427b;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #cacaca;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #00427b;
}
.self-ellipsis-1{display:-webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.self-ellipsis-2{display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.main{ max-width:1600px; width:94%; margin:0 auto;}



.space-h1{ overflow:hidden; clear:both; height:10px; width:100%}
.space-h2{ overflow:hidden; clear:both; height:20px; width:100%}
.space-h3{ overflow:hidden; clear:both; height:30px; width:100%}
.space-h4{ overflow:hidden; clear:both; height:40px; width:100%}

@media only screen and (max-width:1000px) {
.space-h2{ overflow:hidden; clear:both; height:10px; width:100%}
.space-h3{ overflow:hidden; clear:both; height:15px; width:100%}
.space-h4{ overflow:hidden; clear:both; height:20px; width:100%}
}


.wrapper-hei{ background:#f0f8fa; width:100%; padding:100px 0px 100px 0px; overflow:hidden; position: relative}
.wrapper-bai{ background:#ffffff; width:100%; padding:100px 0px 100px 0px; overflow:hidden;position: relative}

@media only screen and (max-width:1450px) {
.wrapper-hei{padding:80px 0px 80px 0px;}
.wrapper-bai{padding:80px 0px 80px 0px;}
}
@media only screen and (max-width:1400px) {
.wrapper-hei{padding:60px 0px 60px 0px;}
.wrapper-bai{padding:60px 0px 60px 0px;}
body {font-size: 14px}
}
@media only screen and (max-width:1300px) {
.wrapper-hei{ padding:40px 0px 40px 0px;}
.wrapper-bai{ padding:40px 0px 40px 0px;}
}

@media only screen and (max-width:1100px) {
.wrapper-hei{ padding:30px 0px 30px 0px;}
.wrapper-bai{ padding:30px 0px 30px 0px; }
}


.trust{overflow: hidden;  position: relative; background: #fff; border-radius: 10px 10px 0px 0px;max-width:1600px;width:94%; margin:0 auto; margin-top: -4vw; z-index: 20;  padding: 0px 5px 15px 5px;}



.stat-number_box{display: block;display: flex;justify-content: center;align-items: center;overflow: hidden;}

.stat-box1{width: 25%; padding: 0px 0px;float: left;cursor: pointer;}
.stat-box2{width: 50%; padding: 0px 0px;float: left;cursor: pointer; margin-bottom: 20px;}


.stat-number_box{display: block;text-align: center;overflow: hidden;}
.stat-number_box .unit-text{display: inline-block;font-size: 18px; margin-left: 5px; color: #0061bc;text-align: center;}
.stat-number {font-weight: 600;font-size:30px;color:#0061bc; overflow:hidden; line-height:50px;  font-family: 'AVGBBT';letter-spacing: 1px;}

.stat-title { font-size: 14px; color: #222;}
.stat-description{  font-weight: normal; display:block; line-height: 20px; color: rgba(54, 54, 54, 0.9);font-size: 16px;}
.stat-icon{ text-align: center;}
.stat-icon svg{height: 40px;width: auto; color: #333;}

.stat-icon svg path {  fill: #0061bc;}
.stat-box1:hover .stat-icon svg path {  fill: #01a466;}
.stat-box2:hover .stat-icon svg path {  fill: #01a466;}
@media screen and (max-width: 1200px) {
.stat-number {font-size:34px; line-height:40px; }
.stat-box{ padding: 24px 0px;}
.stat-number_box .unit-text{font-size: 16px;}
}

@media only screen and (max-width:1100px) {
.stat-number_box .unit-text{font-size: 14px;}
.stat-number {font-size:28px;}
.stat-description{font-size: 14px;}

}


@media only screen and (max-width:700px) {
.stat-number {font-size:22px;}
.stat-number_box .unit-text{ margin-left: 2px;}
.stat-icon svg{height: 40px;}
.stat-icon svg{height: 40px;}
.stat-box2{width: 25%; ;}

}

@media only screen and (max-width:500px) {
  .stat-box1{width:50%;}
  .stat-box1{ margin-top: 10px;}
.stat-box2{width: 50%; ;}
}






.main-title{ text-align:center; margin-bottom:40px; position: relative; z-index: 2;}
.main-title h3{ color: #000;font-size:40px;line-height:1.1; font-weight:700;text-transform:uppercase; position:relative; }
.main-title .text-des{font-size: 18px; color: #333; max-width:900px; width:92%; margin:0 auto;line-height:24px; margin-top: 10px;font-weight:300;}


@media only screen and (max-width:1400px) {
.main-title h3{font-size: 2.8vw;}
}

@media only screen and (max-width:1200px) {
.main-title h3{ font-size: 28px;}

.main-title{ text-align:center; margin-bottom:25px}
.main-title .text-des{font-size: 16px;}
}

@media only screen and (max-width:900px) {
.main-title h3{ font-size: 22px;}
.main-title .text-des{font-size: 14px;}
}
@media only screen and (max-width:700px) {
.main-title h3{ font-size: 20px;}

}




.heading-divider {
  display: inline-block;
  position: relative;
  height: 4px;
  background-color: #0061bc;
  width: 90px;
  overflow: hidden;
  border-radius: 50px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}



@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@media only screen and (max-width:1200px) {
	.heading-divider {  width: 80px;}
	@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
}

.self-ellipsis-2 {display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.self-ellipsis-3 {display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


.ser_bg{background:#ffffff url(../images/ser_bg.png) no-repeat left bottom;background-size:contain; position: relative;z-index: 1;}

.public-imgs{ overflow:hidden; position:relative; padding-top:66%;}
.public-imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.public-imgs:hover img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}

.case-imgs{ overflow:hidden; position:relative; padding-top:50%;}
.case-imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.case-imgs:hover img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}

.case_home{overflow: hidden;padding: 0px;margin: 0px;}
.case_home li{overflow: hidden;padding: 0px;margin: 0px;width: 32%;float: left; margin-right: 2%; margin-bottom: 2%;list-style: none; background: #fff; border: 1px solid #eee; position: relative;z-index: 1;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.case_home li:nth-child(3n){margin-right: 0%;}
.case_info_box{overflow: hidden; padding: 20px 50px 20px 20px; position: relative;}
.case_info_title{font-size: 20px; overflow: hidden;color: #111; margin-bottom: 5px;display:-webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size: 500;}
.case_info_desc{ line-height: 1.5;font-size: 14px; color: #666;display:-webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size: 300;}

.case_home li::before{position: absolute; z-index: -1;width: 0; height: 2px; background: #0061bc; content: "";bottom:0;left:0;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.case_home li:hover::before{width: 100%;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.case_home li:hover{	box-shadow:0 0 15px 1px rgba(0,0,0,.2);border-radius: 5px;}
.case_home li:hover .case_info_title{color: #0061bc;}
@media only screen and (max-width:1400px) {
  .case_info_title{font-size: 18px; }
}


@media only screen and (max-width:1200px) {
.case_info_title{font-size: 16px; }
}
@media only screen and (max-width:1100px) {
.case_info_box{overflow: hidden; padding: 15px 50px 15px 15px;}
}

@media only screen and (max-width:750px) {
.case_home li{width: 48.5%; margin-bottom: 20px; margin-right: 3%;}
.case_home li:nth-child(3n){margin-right: 3%;}
.case_home li:nth-child(2n){margin-right: 0%;}
}

@media only screen and (max-width:550px) {
.case_home li{width: 100%; margin-bottom: 20px; margin-right: 0%;}
.case_home li:nth-child(3n){margin-right: 0%;}
.case_home li:nth-child(2n){margin-right: 0%;}
}


.icon_box{ position: absolute;z-index: 1;right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
display: flex;justify-content: center; align-items: center;}


.icon_box span {
	display:inline-block;
	width:18px;
	height:16px;
	margin-left:6px
}
.icon a {
	display:inline-block;
	width:18px;
	height:16px;
	margin-left:6px
}
.icon_box .icon1 {
	background:url(../images/icon_w_pc.png) center center no-repeat
}
.icon_box  .icon2 {
	background:url(../images/icon_wap.png) center center no-repeat
}
.icon_box  .icon3 {
	background:url(../images/icon_pc.png) center center no-repeat
}


.case_box{overflow: hidden;padding: 0px;margin: 0px;}
.case_box li{overflow: hidden;padding: 0px;margin: 0px;width: 32%;float: left; margin-right: 2%; margin-bottom: 2%;list-style: none; background: #fff; border: 1px solid #eee; position: relative;z-index: 1;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.case_box li:nth-child(3n){margin-right: 0%;}
.case_info_box{overflow: hidden; padding: 20px 20px 20px 20px; position: relative;}
.case_info_title{font-size: 20px; overflow: hidden;color: #111; margin-bottom: 5px;display:-webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size: 500;}
.case_info_desc{ line-height: 1.5;font-size: 14px; color: #666;display:-webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size: 300;}

.case_box li::before{position: absolute; z-index: -1;width: 0; height: 2px; background: #0061bc; content: "";bottom:0;left:0;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.case_box li:hover::before{width: 100%;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.case_box li:hover{	box-shadow:0 0 15px 1px rgba(0,0,0,.2);border-radius: 5px;}
.case_box li:hover .case_info_title{color: #0061bc;}
@media only screen and (max-width:1400px) {
  .case_info_title{font-size: 18px; }
}


@media only screen and (max-width:1200px) {
  .case_info_title{font-size: 16px; }
}
@media only screen and (max-width:1100px) {
.case_info_box{overflow: hidden; padding: 15px 15px 15px 15px;}
}

@media only screen and (max-width:750px) {
.case_box li{width: 48.5%; margin-bottom: 20px; margin-right: 3%;}
.case_box li:nth-child(3n){margin-right: 3%;}
.case_box li:nth-child(2n){margin-right: 0%;}
}

@media only screen and (max-width:550px) {
.case_box li{width: 100%; margin-bottom: 20px; margin-right: 0%;}
.case_box li:nth-child(3n){margin-right: 0%;}
.case_box li:nth-child(2n){margin-right: 0%;}
}



.tab2{ padding: 0px;margin:0px; overflow: hidden;}
.tab2 ul{ padding: 0px;max-width: 440px; margin: 0 auto;text-align: center;display: flex;justify-content: space-between;}
.tab-hd2 { margin: 0px; position: relative;height:50px; line-height:50px; margin-bottom:30px; overflow: hidden;width: 100%;text-align: center;}
.tab-hd2 li{  width:100px;cursor:pointer; height: 50px; line-height: 50px; font-size: 18px; color: #333;padding: 0px; background: #f5f5f5;
position: relative;text-align: center;display: inline-block; background: #fff; border-radius: 5px;}

.tab-hd2 li a{color: #333;}
.tab2 .tab-hd2 li .more{ float: right; width: auto}
.tab-hd2 li:last-child{margin-right:0px;}

.tab-hd2 li.active2{color:#fff;height: 50px;line-height:50px; font-size: 18px; border-radius: 5px;
padding: 0px;z-index: 2; position: relative;overflow: hidden; 
background-image: linear-gradient(45deg, #23cbe1 0%, #2cacd1 37%, #2b76b9 65%, #334ea7 100%); }
.tab-hd2 li.active2 a{color: #fff;}

.tab-bd2 .div2{display:none;margin:0;  padding: 0px 0px; overflow: hidden;}
.tab-bd2 .div2.thisclass{ display:block}
@media (max-width: 1300px) {
  .tab-hd2 li{  font-size: 16px;}
  .tab-hd2 li.active2{  font-size: 16px;height: 44px; line-height: 44px;}
  .tab-hd2 li{height: 44px; line-height: 44px;}
  .tab-hd2 { height:44px; line-height:44px;}
}

@media (max-width: 900px) {
  .tab-hd2 li.active2{  font-size: 16px;height: 40px; line-height: 40px;}
  .tab-hd2 li{height: 40px; line-height: 40px;font-size: 16px;}
  .tab-hd2 { height:40px; line-height:40px;margin-bottom:20px; }
}
@media (max-width: 480px) {
.tab-hd2 li{  width:auto; padding: 0px 13px;}
.tab-hd2 li.active2{ padding: 0px 13px;}
}
@media (max-width: 420px) {
.tab-hd2 li{  width:auto; padding: 0px 8px;}
.tab-hd2 li.active2{ padding: 0px 8px;}
}
@media (max-width: 370px) {
.tab-hd2 li{  width:auto; padding: 0px 6px;}
.tab-hd2 li.active2{ padding: 0px 6px;}
}
@media (max-width: 360px) {
  .tab-hd2 li.active2{  font-size: 15px;height: 40px; line-height: 40px;}
  .tab-hd2 li{height: 40px; line-height: 40px;font-size: 15px;}

}


.active2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; 
  width: 100%;
  height: 100%;
  background: linear-gradient(115deg, 
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.3) 45%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.3) 55%,
    transparent 60%,
    transparent 100%);
  background-size: 200% 100%;
  z-index: 1;
  pointer-events: none; 
  transition: left 0.8s ease-out; 
}

.active2::before {
  left: 100%;
  animation: shimmer 2.8s cubic-bezier(0.4, 0.0, 0.2, 1) infinite; /* 循环播放 */
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}


.plan_bg{background:#ffffff url(../images/fabg.jpg) no-repeat center top;background-size:cover; position: relative;z-index: 1;}




        .sec3-tbody {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 30px;
        }
        
        .sec3-tbody-left, .sec3-tbody-right {
            flex: 1;
            min-width: 300px;
        }
        
        .sec3-left-swiper {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .item-pic {
            position: relative;
            width: 100%;
            padding-bottom: 75%;
            overflow: hidden;
            border-radius: 10px;
        }
        
        .item-pic img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .item-pic:hover img {
            transform: scale(1.05);
        }
        
        .swiper-sec3-box {
            display: flex;
            align-items: center;
         justify-content: space-between;
            margin-top: 20px;width: 100%;
            gap: 20px;width: 200px;

        }
        
        .sec3-tbody .sec3-pagination {width: auto;top: none; bottom:none; position: relative;max-width:80px;}

       .sec3-tbody .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #0E3CAB;
            opacity: 0.3;
            transition: opacity 0.3s;margin: 0 3px;
        }
        
        .sec3-tbody .swiper-pagination-bullet-active {
            opacity: 1;
        }
        
        .sec3-tbody .swiper-button {
            width: 40px;
            height: 40px;
            background: #F3F6FF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: bold;
            color: #0E3CAB;
        }
.sec3-button-prev{width: 40px;height: 40px;}
.sec3-button-next{width: 40px;height: 40px;}
.sec3-tbody .swiper-button:hover {  color: white;background-image: linear-gradient(45deg, #23cbe1 0%, #2cacd1 37%, #2b76b9 65%, #334ea7 100%);}
        
.sec3-tbody-list {display: flex;flex-direction: column;gap: 15px;}
     
.sec3-list-item {background: #F3F6FF;border-radius: 8px;overflow: hidden;transition: all 0.3s;}     
.sec3-list-item.active, .sec3-list-item:hover {background-image: linear-gradient(45deg, #23cbe1 0%, #2cacd1 37%, #2b76b9 65%, #334ea7 100%);color: white;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(14, 60, 171, 0.3);}
        
.item-box {display: flex;padding:1.3vw 15px ;}
      
.item-date {min-width: 120px;text-align: center;padding: 10px;font-size: 16px;color: #666;}        
.sec3-list-item.active .item-date,.sec3-list-item:hover .item-date {color: white;}      
.date {display: block;font-size: 28px;font-weight: 700;color: #333;}
        
.sec3-list-item.active .date,.sec3-list-item:hover .date {color: white;}    
.item-body {padding: 0 20px;border-left: 1px solid rgba(255, 255, 255, 0.3);}
        
.item-title {font-size: 18px;font-weight: 700; line-height: 26px;margin-bottom: 8px;height: 52px;overflow: hidden;}
.item-title a {color: inherit;text-decoration: none;}
.item-desc {font-size: 16px;color: #666;line-height: 26px;height: 52px;}
.sec3-list-item.active .item-desc,
.sec3-list-item:hover .item-desc {color: rgba(255, 255, 255, 0.9);}
.item-desc a {color: inherit;text-decoration: none;}
.self-ellipsis-2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
        

@media (max-width: 1300px) {
.item-title {
font-size: 16px;
font-weight: 700; line-height: 26px;
margin-bottom: 8px;height: 26px;overflow: hidden; }
.item-desc {font-size: 14px;line-height: 24px;height: 48px;}
}

@media (max-width: 1200px) {
.item-title {  margin-bottom: 2px;}
.item-box {padding:12px 15px ; }
 }

@media (max-width: 991px) {
 .sec3-tbody { flex-direction: column;}
 .item-box {padding:15px 15px ;}
.sec3-tbody-left, .sec3-tbody-right { width: 100%;  position: relative;}
.item-title {  margin-bottom: 8px;max-height: 52px;height: auto;}
}
        
 @media (max-width: 576px) {
.item-box {flex-direction: column; }          
.item-date { min-width: 100%;text-align: left;padding: 10px 0;}         
.item-body {border-left: none;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 15px 0 0;}

}




.footer_bg{  background:#222832 ;padding: 90px 0px; margin: 0px; overflow: hidden;   position: relative;z-index: 1;}

.footer_bg:before {
  content: "";
  background: url(../images/down_bg.png) no-repeat center left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
background-size:cover;opacity: 0.5;
}


.foot_d_k{ max-width: 1600px; margin: 0 auto; overflow: hidden;width: 92%;display: flex;display: -webkit-flex;justify-content: space-between; position: relative;z-index: 1;}

.fonter_L{ width: 30%;float: left; overflow: hidden; margin: 0px; padding: 0px; margin-right: 5%;}
.fonter_L dl{ overflow: hidden; margin: 0px; padding: 0px; color: #fff;}
.fonter_L dl dt{ overflow: hidden; margin: 0px; padding: 0px;line-height: 190%; margin-bottom: 10px;font-size: 20px;}
.fonter_L dl dd{ overflow: hidden; margin: 0px; padding: 0px; line-height: 26px;font-weight: 300;font-size: 14px; color: rgba(255, 255, 255, 0.7);}
.fonter_L dl dt img{ height: 50px; width: auto; vertical-align: top}

.fonter_M{ width: 40%;float: left; overflow: hidden; margin: 0px; padding: 0px;}
.fonter_R{overflow: hidden; margin: 0px; padding: 0px; }


.fonter_nav{overflow: hidden; margin: 0px; padding: 0px;}
.fonter_nav li{overflow: hidden; margin: 0px; padding: 0px; width:50%;float: left; }
.fonter_nav li dl{overflow: hidden; margin: 0px; }
.fonter_nav li dl dt{overflow: hidden; margin: 0px; font-size: 18px; margin-bottom: 15px;font-weight: bold; color: #fff;}
.fonter_nav li dl dd{overflow: hidden; margin: 0px; font-size: 16px;  color:#b8b8b8; line-height:24px;word-break: break-all; padding: 0px 0px; margin-bottom: 10px;}
.fonter_nav li dl dd a{ color:#b8b8b8}
.fonter_nav li dl dt a{ color:#fff}
.fonter_nav li dl dt a:hover{color:#0259af }
.fonter_nav li dl dd a:hover{color:#0259af }
.fonter_nav li:nth-child(1){width: 60%; margin-right: 4%;}
.fonter_nav li:nth-child(2){width: 36%;}


.copyright_k{background: #222832; padding: 20px 0px;overflow: hidden; border-top: 1px solid rgba(102, 101, 101, 0.3);}
.copyright{overflow: hidden;font-size: 14px;color: #ddd; max-width: 1600px; margin: 0 auto; overflow: hidden;width: 92%; display: flex;display: -webkit-flex;justify-content: space-between;}
.copyright span{color: #ddd; float: right}
.copyright a{color: #ddd;}
.copyright a:hover {text-decoration: underline;}
.copyright p{ margin: 0px; padding: 0px}

.donwn_tel_box{ overflow: hidden;padding: 0px;margin-bottom: 20px;display: flex;justify-content: flex-end;align-items: center;}
.donwn_tel_box dl{overflow: hidden;margin: 0px;padding: 0;}
.donwn_tel_box dl dt{overflow: hidden;margin: 0px;padding: 0;font-size: 18px;color: #fff;  font-family: 'AVGBBT';font-weight: bold;}
.donwn_tel_box dl dd{overflow: hidden;margin: 0px;padding: 0;}
.donwn_tel_box dl dt a{color: #fff; font-family: 'AVGBBT';}
.tel_icon{width: 50px;height: 50px; margin-right: 10px;float: left;}
.d_2wm_box_lx{ margin: 0px;font-size: 14px; display: flex;justify-content:flex-start; margin-top: 20px;}
.d_2wm_box{ margin: 0px;font-size: 14px; display: flex;justify-content: flex-end;}
.d_2wm{ width: 110px; text-align: center; margin-left: 20px;}
.d_2wm img{ width: 100%; height: auto; vertical-align: top; border-radius: 4px}
.d_2wm p{margin: 0px; padding: 0px;line-height: 30px; display: inline-block;font-size: 14px;color: #fff; }
.d_2wm_box_lx .d_2wm p{color: #333}
.d_2wm:first-child{margin-left: 0;}
@media (max-width:1400px) {
  .footer_bg{padding: 70px 0px; }
  .fonter_nav li dl dt{font-size: 16px;}
  .fonter_nav li dl dd{font-size: 14px;}
  .fonter_L{ width: 40%; }
  .fonter_M{ width: 30%;}
}
@media (max-width:1100px) {
  .fonter_L dl dt{font-size: 18px;}
  .d_2wm{ width: 100px;}
    .footer_bg{ padding: 50px 0px; }
}
@media (max-width:950px) {
  .fonter_L dl dt{text-align: center;}
    .footer_bg{padding: 40px 0px; }
.foot_d_k{display: block;}
.fonter_L{ width: 100%; margin-bottom: 20px; }
.fonter_M{ width: 50%;}
.fonter_R{ width: 50%;float: left; }

}



@media (max-width:750px) {
.copyright p{text-align: center; width: 100%}
.copyright span{text-align: center; display: block; float: none; width: 100%}
.copyright{display: block;}

}
@media (max-width:640px) {
.fonter_M{ width: 100%;display:none;}
.fonter_R{ width: 100%;float: none; }
.d_2wm_box{display: flex;justify-content: center;}
.donwn_tel_box{ justify-content: center}
}

@media (max-width:450px) {
.d_2wm_box_lx{justify-content: center;}
}
.footer-widget-title {
  color:#005fb8;
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 15px;
  height: 3px;
  border-radius: 10px;
  background: #2363D5;
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 35px;
  height: 3px;
  border-radius: 10px;
  background:#2363D5;
  bottom: 0;
  left: 20px;
}





.link_txt{ overflow:hidden;padding: 10px 0px ; background: #121720; }
.link_txt ul{ margin:0 auto; overflow:hidden;padding:5px 0px 0px 0px; max-width: 1600px;width: 92%;}
.link_txt ul li{ width:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding:0px 10px 0px 0px; color:#888;display: inline-block}
.link_txt ul li a{ font-size:14px;color: #4f4f5b;}
.link_txt ul li a:hover{color:#fff}
.lm_link_txt{ height:24px;padding:0px 2px; line-height:24px; float:left;color:#646471; font-size:14px;width:120px; font-weight:bold}
.lm_link_txt a{color:#0191c2; }

@media (max-width: 800px) {
.link_txt{ display:none}
.link_txt ul li a{font-size: 12px; line-height:22px;}
}

.brand-imgs{ overflow:hidden; position:relative; padding-top:40%; border-radius: 5px;}
.brand-imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}

.servic_card1{background-image:linear-gradient(125deg, #00a7fb 0%, #0f6fd0 100%); border-radius: 15px;
box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%;}

.servic_card2{background-image:linear-gradient(135deg, #f6d365 0%, #fda085 100%); border-radius: 15px;
box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%; }


.servic_card3{background-image:linear-gradient(145deg, #b224ef 0%, #7579ff 100%); border-radius: 15px; 
box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%;}


.servic_card4{background-image:linear-gradient(120deg, #11998e 0%, #38ef7d 100%); border-radius: 15px;
box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%;}

.servic_card5{background-image:linear-gradient(135deg, #fc4a1a 0%, #f7b733 100%); border-radius: 15px;
box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%;}

.servic_card6{background-image: linear-gradient(125deg, rgb(82, 223, 225) 0%, #1799cd 100%);border-radius: 15px;
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%;}



/*------
.servic_card6::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(125deg, rgb(82, 223, 225) 0%, #1799cd 100%);
    border-radius: inherit;
    pointer-events: none; 
    z-index: 1;
    -webkit-mask-image: radial-gradient(circle at 100% 10%, transparent 10%, transparent 35%, black 60%);
    mask-image: radial-gradient(circle at 100% 10%, transparent 10%, transparent 35%, black 60%);
}
------*/
.servic_card7{border-radius: 15px; position: relative;background-image: linear-gradient(140deg, #0dcbb1 0%, #5625c8 100%);
box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%; }


.servic_card8{border-radius: 15px; position: relative;background-image: linear-gradient(140deg, #628e9a 0%, #5b94e5 100%);
box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.2);width: 100%; }
/*------
.servic_card7::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(140deg, #f5c792 0%, #eba07f 100%);
    border-radius: inherit;
    pointer-events: none;  
    z-index: 1;
    -webkit-mask-image: radial-gradient(circle at 100% 10%, transparent 10%, transparent 35%, black 60%);
    mask-image: radial-gradient(circle at 100% 1%, transparent 10%, transparent 35%, black 60%);
}
------*/


.servic-item{min-height: 300px; padding: 30px 40px;width: 100%; display: flex;justify-content:space-between;align-items: center; position: relative; z-index: 2;}
.servic-item dl{overflow: hidden;padding: 0px; margin: 0px;text-align: left;width: 73%;}
.servic-item dl dt{overflow: hidden;padding: 0px; margin: 0px;font-size: 22px; margin-bottom: 10px;color: #fff;font-weight: bold;}
.servic-item dl dd{overflow: hidden;padding: 0px; margin: 0px;color:rgba(255, 255, 255, 1);font-size: 16px;}
.servic-item .ser_icon{width:20%;}
.servic-item .ser_icon img{width: 100%; height: auto;vertical-align: top;}

@media (max-width: 1300px) {
.servic-item{min-height:280px; padding: 20px 30px;}
.servic-item dl dt{font-size: 20px;}
.servic-item dl dd{font-size: 14px;}
}

@media (max-width: 1200px) {
.servic-item{min-height: 260px; padding: 20px 30px;}
.servic-item dl dt{font-size: 18px;}
.servic-item dl dd{font-size: 14px;}
}

@media (max-width: 750px) {
.servic-item{min-height: 260px; padding: 15px 20px;}
.servic-item dl dt{font-size: 17px; margin-bottom: 5px;}

}

@media (max-width: 400px) {
.servic-item{min-height: 240px; padding: 15px 20px;}


}


.foot_btn_box{ position: fixed; z-index: 9; float:right;  bottom:120px; right: 2%; text-align: center;display: none}
.foot_btn_box a{ display: inline;line-height: 39px;}


.R_btn_tel_k{width: 39px;height: 39px; text-align: center; border-radius: 50%;background: #fff;box-shadow:0 0 15px rgba(55, 55, 55, 0.3);
background: -webkit-linear-gradient(45deg, #ff7200, #fc9038);
background: -o-linear-gradient(45deg, #ff7200, #fc9038); 
background: -moz-linear-gradient(45deg, #ff7200, #fc9038); 
background: linear-gradient(45deg, #ff7200, #fc9038); 
display: flex;align-items: center;justify-content: center;cursor: pointer;
}
.R_btn_tel_k img{ width:60%; height: auto;vertical-align: top;-webkit-animation: swing2 2s infinite;	animation: swing2 2s infinite;}
	
@-webkit-keyframes swing2 {
	10% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	20% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	40% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}


@media only screen and (max-width:1000px) {
.foot_btn_box{ display:block}	
}


.about_feixin_bg{background:url(../images/bg1-01.svg) no-repeat center top;background-size:cover; position: relative;overflow: hidden;}
.slogan_text{padding: 0;margin: 0px;overflow: hidden; padding-top: 130px; padding-bottom: 80px;
display: flex;justify-content: space-between; align-items: center;
}
.slogan_text dl{padding: 0px; margin: 0px;overflow: hidden;color: #fff;width: 55%;}
.slogan_text dl dt{padding: 0px; margin: 0px;font-size: 40px; margin-bottom: 15px;line-height: 1.4; font-weight: bold;}
.slogan_text dl dd{padding: 0px; margin: 0px;line-height: 190%;font-weight: 300;}

.slogan_tu{width: 40%;text-align:center}
.slogan_tu img{width: auto;max-width: 100%; height: auto;vertical-align: top;}

@media only screen and (max-width:1400px) {
.slogan_text dl dt{font-size: 2.6vw;}
.slogan_text{padding: 0;margin: 0px;overflow: hidden; padding-top: 8%; padding-bottom: 6%;}
}

@media only screen and (max-width:1200px) {
.slogan_text{padding: 0;margin: 0px;overflow: hidden; padding-top: 50px; padding-bottom: 50px;}
}
@media only screen and (max-width:750px) {
.slogan_text dl dt{font-size: 24px;}
}

@media only screen and (max-width:700px) {
.slogan_text dl dt{font-size: 20px;}

.slogan_tu{width: 80%; margin: 0 auto;}
.slogan_text{padding-top: 30px; padding-bottom: 30px;}
}
@media only screen and (max-width:550px) {
  
  .slogan_text{padding-top: 40px;}
  .slogan_text{display: block;}
.slogan_text dl{width: 100%; text-align: center;}
.slogan_tu{width: 80%; margin: 0 auto; margin-top: 20px;}

}


.about_box{overflow: hidden;margin: 0px; padding: 0px;display: flex;align-items: center;justify-content: space-between;}
.about_L{overflow: hidden;margin: 0px; padding: 0px;width: 52%;float: left;}
.about_R{overflow: hidden;margin: 0px; padding: 0px;width: 46%;float: right;}

@media only screen and (max-width:1100px) {
.about_L{width: 55%;}
.about_R{width: 45%;}
}
  @media only screen and (max-width:700px) {
    .about_box{display: block;}
.about_L{width: 100%;float: none; margin-bottom: 20px;}
.about_R{width: 100%;float: none;}
} 
.content-txt{line-height:200%; color:#333333; font-size:16px; overflow:hidden;}
.content-txt p{line-height:200%; color:#333333; font-size:16px; overflow:hidden;}
.content-txt img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;}


.content-img{overflow:hidden; width:100%; text-align:center;font-size:16px;}
.content-img img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;}

.content-txt table{ table-layout: fixed;word-break: break-all; }
.content-txt table td{border:1px solid #999;}
.content-txt table{border:1px solid #999;} 

@media (max-width: 1300px) {
.content-txt{line-height:190%;}
.content-txt p{line-height:190%; overflow:hidden;}
.content-img{overflow:hidden; width:100%; text-align:center;}
	
.content-txt{font-size:14px;}
.content-txt p{font-size:14px;}
}


.next_k{ padding:0px;margin-top:15px; border-top:#ddd 1px solid;}
.next_k ul{margin:0px; padding:0px; margin-top:10px}
.next_k ul li{ line-height:28px; margin:0px; padding: 2px 0px; color:#666666; font-size:16px; list-style:none}
.next_k ul li a:hover{ color: #1658a0;}

@media (max-width:1000px) {
.next_k ul li{ line-height:25px; margin:0px; padding:0px; color:#666666; font-size:14px; list-style:none}
.next_k ul li a{font-size:14px}

}


.service-list{overflow: hidden; margin: 0px; padding: 0px;}
.service-list li{overflow: hidden; margin: 0px; padding: 0px; margin-bottom: 30px; border-radius: 15px; background: #fff;}
.ser_card{overflow: hidden; margin: 0px; padding: 0px;display: flex;justify-content: space-between;align-items: center;}
.ser_pic{width: 55%; margin: 0px; padding: 0px; border-radius: 15px; }
.ser_pic img{width: 100%; height: auto;vertical-align: top; border-radius: 15px; }
.ser_info{width:43%; margin: 0px; padding:10px  40px;}
.ser_info dl{ margin: 0px; padding: 0px;}
.ser_info dl dt{margin: 0px; padding: 0px; margin-bottom: 10px;font-size: 36px; color: #111;}
.ser_info dl dd{margin: 0px; padding: 0px; }
.ser_info_sub{margin: 0px; padding:0}
.ser_info_sub p{display: inline-block;padding: 4px 0px 4px 28px; margin: 0px; margin-right: 10px;color: #111;font-size: 18px;line-height: 190%;min-width: 136px;}
.ser_info_sub p{background:url(../images/icon-1.svg) no-repeat left center; background-size: 22px 22px;}
.ser_info_desc{ color: #666; margin-bottom: 15px; line-height: 1.5;}

@media (max-width: 1350px) {
 .ser_info{padding:10px  30px;} 
 .ser_info dl dt{font-size: 30px;}
.ser_info_sub p{color: #111;font-size: 16px;padding: 4px 0px 4px 26px; background-size: 20px 20px;min-width: 130px;}
.ser_info_desc{font-size: 16px;}
}
@media (max-width: 1200px) {
.ser_info{width:44%;}
}
@media (max-width: 1100px) {
  .service-list li{ margin-bottom: 20px;}
 .ser_info dl dt{font-size: 24px;}
.ser_info_sub p{padding: 2px 0px 2px 22px;color: #111;font-size: 16px;background-size: 18px 18px;}
.ser_info_desc{font-size: 14px;}
.ser_info_desc{  margin-bottom: 10px;} 
}
@media (max-width: 900px) {
.ser_info dl dt{font-size: 20px;}
.ser_info_sub p{min-width: 80px;}
}

@media (max-width: 750px) {
.ser_card{display: block;}
.ser_pic{width: 100%;border-radius: 15px 15px 0px 0px;}
.ser_info{width:100%}
.ser_info{padding:20px  20px;}
.ser_pic img{ border-radius: 15px 15px 0px 0px;}
}


.web_solution{ margin: 0px; padding:0px;overflow: hidden;}
.web_solution li{ margin: 0px; padding:0px;overflow: hidden;width: 23.5%; margin-bottom: 2%; margin-right: 2%;float: left; background: #f6f6f6; border-radius: 10px;}
.web_solution li dl{ margin: 0px; padding: 20px 15px; }

.web_solution li dl dd{margin: 0px; padding:0px; color: #666;}

.web_solution li:nth-child(4n){margin-right: 0;}
.web_solution li:hover{box-shadow:0 0 20px 1px rgba(0,0,0,.1); background: #f9f9f9;}

.web_solution li dl dt{overflow: hidden;padding: 0px 0px; margin: 0px;font-size: 18px;color: #111;line-height: 1.5;font-weight: bold;
    font-weight: bold;
    background-image: linear-gradient(to right,#006cd2 0,#006cd2 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: .3s,background-size .8s;
    transition: all .3s,background-size .8s;white-space:nowrap;text-overflow:ellipsis; margin-bottom: 5px; position: relative;}
.web_solution li dl dt:hover{background-size: 100% 1px;color: #006cd2;}

.solution_imgs{ overflow:hidden; position:relative; padding-top:66.66%;}
.solution_imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;
object-fit: cover;}
.solution_imgs:hover img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}


  @media only screen and (max-width:1400px) {
.web_solution li dl dt{font-size: 16px;}
.web_solution li dl dd{font-size: 14px;}
  }

    @media only screen and (max-width:1200px) {
.web_solution li dl{ margin: 0px; padding: 10px 10px; }
    }

    
@media only screen and (max-width:950px) {
.web_solution li{ width: 32%; margin-bottom: 20px;}
.web_solution li:nth-child(4n){margin-right: 2%;}
.web_solution li:nth-child(3n){margin-right: 0;}
}

    
@media only screen and (max-width:600px) {
.web_solution li{ width: 48.5%; margin-bottom: 15px; margin-right: 3%;}
.web_solution li:nth-child(4n){margin-right: 3%;}
.web_solution li:nth-child(3n){margin-right: 3%;}
.web_solution li:nth-child(2n){margin-right: 0;}
}

@media only screen and (max-width:360px) {
.web_solution li{ width:100%; margin-bottom: 15px; margin-right: 0;}
.web_solution li:nth-child(4n){margin-right: 0;}
.web_solution li:nth-child(3n){margin-right: 0;}

}

.solution_tj{ background: #f6f6f6; border-radius: 10px;}
.solution_tj:hover{box-shadow:0 0 20px 1px rgba(0,0,0,.1); background: #f9f9f9;}
.solution_tj dl  a{display: inline;}
.solution_tj dl dt{overflow: hidden;padding: 0px 0px; margin: 0px;font-size: 18px;color: #111;line-height: 1.5;font-weight: bold;
    font-weight: bold;
    background-image: linear-gradient(to right,#006cd2 0,#006cd2 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: .3s,background-size .8s;
    transition: all .3s,background-size .8s;white-space:nowrap;text-overflow:ellipsis; margin-bottom: 5px; position: relative;}
.solution_tj dl dt:hover{background-size: 100% 1px;color: #006cd2;}

.solution_tj dl{ margin: 0px; padding: 20px 15px;font-size: 16px; }

.solution_tj dl dd{margin: 0px; padding:0px; color: #666;}

.solution_imgs1{ overflow:hidden; position:relative; padding-top:66.66%;border-radius: 10px 10px 0px 0px;}
.solution_imgs1 img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;
object-fit: cover;}
.solution_imgs1:hover img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}


  @media only screen and (max-width:1400px) {
.solution_tj dl dt{font-size: 16px;}
.solution_tj dl dd{font-size: 14px;}
  }

 @media only screen and (max-width:1200px) {
.solution_tj dl{ margin: 0px; padding: 10px 10px; }
}


/*----news_03-------*/

        .news_03 {overflow: hidden; position: relative; margin: 0px;padding: 0px;}
        .news_03 li{overflow: hidden; position: relative; margin: 0px;padding: 0px; border-radius: 10px;}
        .news_03 li{width: 32%; margin-right: 2%; margin-bottom: 2%;float:left; background: #f6f6f6}
        
        .news_03 li dl{overflow:hidden; padding: 30px 30px; margin: 0px;}
        .news_03 li dl dt{overflow:hidden; padding: 0px; margin: 0px; font-size: 18px; color: #222; line-height: 26px;text-align: justify; margin-bottom: 5px;font-weight: bold;
            /*display: inline;*/
            background-image: linear-gradient(to right,#006cd2 0,#006cd2 100%);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            -webkit-transition: .3s,background-size .8s;
            transition: all .3s,background-size .8s;}
        .news_03 li dl dd{overflow:hidden; padding: 0px; margin: 0px;font-size: 16px; color: #888; }
        .news_03 li dl dd .news_date{/* overflow:hidden; */padding: 0px;margin: 0px;font-size: 14px;color: #888;line-height: 26px;display: flex;display:-webkit-flex;align-items: center;justify-content: flex-start; width: 100%;}
        .news_03 li dl dd .news_date i{ margin-right: 4px;font-size: 16px;}
        
        .news_03 li:nth-child(1){overflow: hidden; position: relative; margin: 0px;padding: 0px;width: 100%; margin-right:0; margin-bottom: 2%;}
        .news_03 li:nth-child(3n+1){margin-right:0%;}
        .news_03 li:nth-child(n+2) dl dt{ line-height: 30px;}
        .news_03 li:nth-child(n+2) dl dd{ line-height: 30px;white-space:nowrap;text-overflow:ellipsis;}
        
        .img_news{overflow: hidden; position: relative}
        .img_news .tu_img{
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          transition: all 0.5s ease; 
          -webkit-transition: all 0.5s ease;
        }
        .img_news .tu_img img{width:100%;height: auto; vertical-align: top}
        .news_03 li:hover .img_news .tu_img{transform: scale(1.1); -webkit-transform: scale(1.1);}
        
        .news_03 li:nth-child(1) {background: #f6f6f6}
        .news_03 li:nth-child(1) .img_news{ width: 50%;float: left;}
        .news_03 li:nth-child(1) dl{ width: 50%;float: left;}
        .news_03 li:nth-child(1) a{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;}
        .news_03 li:nth-child(1)  dl{overflow:hidden; padding: 30px 5%;}
        .news_03 li:nth-child(1)  dl dt{font-size: 20px; border-bottom: #ddd 1px solid; padding-bottom: 10px;overflow: hidden; margin-bottom: 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
        .news_03 li:nth-child(1)  dl dd{line-height: 30px;max-height: 60px;margin-bottom: 5px;}
        .news_03 li:nth-child(1):hover dt{  color: #006cd2;}
        .news_03 li:hover dt{  color: #006cd2;}
        .news_03 li:hover dd{  color: #555;}
        .news_03 li:hover dt{ background-size: 100% 1px;}
        .news_03 li:hover{box-shadow:0 0 10px 1px rgba(0,0,0,.1);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;background: #f9f9f9;}
        
        @media screen and (max-width:1250px) {
          .news_03 li dl dt{font-size:18px;line-height: 26px;overflow: hidden; margin-bottom: 5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
          .news_03 li:nth-child(1) dl dt{font-size: 20px;overflow: hidden; margin-bottom: 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
          .news_03 li dl dd{font-size: 14px;}
                  .news_03 li dl{ padding: 20px 20px;}
        }
        @media screen and (max-width:1000px) {
          .news_03 li dl dt{font-size:16px;line-height: 26px;}
          .news_03 li:nth-child(1) dl dt{font-size: 18px;}
          .news_03 li dl dd{font-size: 14px;line-height: 26px;line-height: 26px;}
          .news_03 li dl{overflow:hidden; padding: 20px 20px;}
          .news_03 li dl dd .news_date{font-size: 12px;}
          .news_03 li dl dd .news_date i{ margin-right: 4px;font-size: 14px;}
          .news_03 li:nth-child(n+2) dl dt{ line-height: 26px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
          .news_03 li:nth-child(n+2) dl dd{ line-height: 26px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
        }
        
        @media screen and (max-width:749px) {
          .news_03 li:nth-child(1){width:49%; margin-right:2%; margin-bottom:20px;}
          .news_03 li:nth-child(1) dl dd{white-space:nowrap;text-overflow:ellipsis;margin-bottom: 0px;line-height: 26px;}
          .news_03 li:nth-child(1) {background: #fff;}
          .news_03 li:nth-child(1) .img_news{ width: 100%;float: none;}
          .news_03 li:nth-child(1) dl{ width: 100%;float: none;}
          .news_03 li:nth-child(1) a{display: block;}
          .news_03 li:nth-child(1) dl{overflow:hidden; padding: 20px 15px;}
          .news_03 li:nth-child(1) dl dt{font-size:16px;border-bottom: #ddd 0px solid; padding-bottom:0px;overflow: hidden;margin-bottom: 5px;}
          .news_03 li{margin-right:2%;width: 49%; margin-bottom: 20px;}
          .news_03 li:nth-child(3n+1){margin-right:2%;}
          .news_03 li:nth-child(2n){margin-right:0%;}
        
        }
        @media screen and (max-width:600px) {
          .news_03 li:nth-child(1) dl{overflow:hidden; padding: 15px 12px;}
          .news_03 li dl{overflow:hidden; padding: 15px 12px;}
        }
        @media screen and (max-width:450px) {
          .news_03 li{margin-right:0;width: 100%; margin-bottom: 20px;}
          .news_03 li:nth-child(1){width:100%; margin-right:0; margin-bottom:20px;}
          .news_03 li:nth-child(3n+1){margin-right:0;}
          .news_03 li:nth-child(1) dl dt{font-size:16px;line-height: 26px;height: auto;}
          .news_03 li:nth-child(n+2) dl dt{ line-height: 26px; height:auto;}
          .news_03 li:nth-child(n+2) dl dd{ line-height: 24px; max-height:48px;white-space:inherit;text-overflow:inherit;}
        }
        

/*----news_03--//----*/






.navSub{ margin: 0px; padding: 0px; padding: 0px;max-width: 440px; margin: 0 auto;text-align: center;display: flex;justify-content: space-between;}
.navSub a{  width:100px;cursor:pointer; height: 50px; line-height: 50px; font-size: 18px; color: #333; margin: 0px;padding: 0px; background: #f5f5f5;
  position: relative;text-align: center;display: inline-block; background: #f5f5f5; border-radius: 5px;}
.navSub a:hover{color:#fff;position: relative;  background-image: linear-gradient(45deg, #23cbe1 0%, #2cacd1 37%, #2b76b9 65%, #334ea7 100%); }
.navSub .sub_on{color:#fff;}


.navSub .sub_on{color:#fff;height: 50px;line-height:50px; font-size: 18px; border-radius: 5px;
padding: 0px;z-index: 2; position: relative;overflow: hidden; 
background-image: linear-gradient(45deg, #23cbe1 0%, #2cacd1 37%, #2b76b9 65%, #334ea7 100%); }
.navSub .sub_on a{color: #fff;}


@media (max-width: 1300px) {
  .navSub a{  font-size: 16px;}
  .navSub .sub_on{  font-size: 16px;height: 44px; line-height: 44px;}
  .navSub a{height: 44px; line-height: 44px;}
}

@media (max-width: 900px) {
  .navSub .sub_on{  font-size: 16px;height: 40px; line-height: 40px;}
  .navSub a{height: 40px; line-height: 40px;font-size: 16px;}

}
@media (max-width: 480px) {
  .navSub a{  width:auto; padding: 0px 13px;}
  .navSub .sub_on{ padding: 0px 13px;}
}
@media (max-width: 420px) {
  .navSub a{  width:auto; padding: 0px 8px;}
  .navSub .sub_on{ padding: 0px 8px;}
}
@media (max-width: 370px) {
  .navSub a{  width:auto; padding: 0px 6px;}
  .navSub .sub_on{ padding: 0px 6px;}
}
@media (max-width: 360px) {
  .navSub .sub_on{  font-size: 15px;height: 40px; line-height: 40px;}
  .navSub a{height: 40px; line-height: 40px;font-size: 15px;}

}


.sub_on::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; 
  width: 100%;
  height: 100%;
  background: linear-gradient(115deg, 
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.3) 45%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.3) 55%,
    transparent 60%,
    transparent 100%);
  background-size: 200% 100%;
  z-index: 1;
  pointer-events: none; 
  transition: left 0.8s ease-out; 
}

.sub_on::before {
  left: 100%;
  animation: shimmer 2.8s cubic-bezier(0.4, 0.0, 0.2, 1) infinite; /* 循环播放 */
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.case_feixin_bg{background:url(../images/fabg.jpg) no-repeat center top;background-size:cover; position: relative;overflow: hidden;}


.case_show_box{padding: 0;margin: 0px;overflow: hidden; padding-top: 130px; padding-bottom: 130px;
display: flex;justify-content: space-between; align-items: center;}
.case_infto_box{padding: 0;margin: 0px;overflow: hidden;width: 60%; }
.case_infto_box dl{padding: 0px; margin: 0px;overflow: hidden;color: #fff;}
.case_infto_box dl dt{padding: 0px; margin: 0px;font-size: 40px; margin-bottom: 15px;line-height: 1.4; font-weight: bold;}
.case_infto_box dl dd{padding: 0px; margin: 0px;line-height: 190%;font-weight: 300;}

.case_show_box1{padding: 0;margin: 0px;overflow: hidden; padding-top: 130px; padding-bottom: 130px;
display: flex;justify-content: space-between; align-items: center;}
.case_infto_box1{padding: 0;margin: 0px;overflow: hidden;width: 80%; }
.case_infto_box1 dl{padding: 0px; margin: 0px;overflow: hidden;color: #fff;}
.case_infto_box1 dl dt{padding: 0px; margin: 0px;font-size: 40px; margin-bottom: 15px;line-height: 1.4; font-weight: bold;}
.case_infto_box1 dl dd{padding: 0px; margin: 0px;line-height: 190%;font-weight: 300;}



@media only screen and (max-width:1400px) {
.case_infto_box dl dt{font-size: 2.6vw;margin-bottom: 10px;}
.case_show_box{padding: 0;margin: 0px;overflow: hidden; padding-top: 8%; padding-bottom: 8%;}

.case_infto_box1 dl dt{font-size: 2.6vw;margin-bottom: 10px;}
.case_show_box1{padding: 0;margin: 0px;overflow: hidden; padding-top: 8%; padding-bottom: 8%;}
}

@media only screen and (max-width:1200px) {
.case_show_box{padding-top: 80px; padding-bottom: 90px;}
.case_show_box1{padding-top: 80px; padding-bottom: 90px;}
}
@media screen and ( max-width:1005px ){
  .case_show_box{padding-top: 40px; padding-bottom: 90px;}
    .case_show_box1{padding-top: 40px; padding-bottom: 90px;}
}

@media only screen and (max-width:750px) {
.case_infto_box1{padding: 0;margin: 0px;overflow: hidden;width: 10%; }
.case_infto_box dl dt{font-size: 24px; margin-bottom: 5px;}
.case_infto_box dl dd{font-size: 14px;}

.case_infto_box1 dl dt{font-size: 24px; margin-bottom: 5px;}
.case_infto_box1 dl dd{font-size: 14px;}
}

@media only screen and (max-width:700px) {
.case_infto_box dl dt{font-size: 20px;}
.case_show_box{padding-top: 30px; padding-bottom: 80px;}


.case_infto_box1 dl dt{font-size: 20px;}
.case_show_box1{padding-top: 30px; padding-bottom: 80px;}
.case_infto_box1{width:calc(100% - 90px); }
}
@media only screen and (max-width:550px) {
.case_show_box{padding-top: 30px;}
.case_infto_box dl{width: 100%; }

.case_show_box1{padding-top: 30px;}
.case_infto_box1 dl{width: 100%; }

}

.case_item{overflow: hidden;padding: 40px 40px;  max-width:1600px; width:94%; margin:0 auto; margin-top: -50px; background: #fff; border-radius: 15px; position: relative;z-index: 2;box-shadow:0 0 20px 1px rgba(0,0,0,.1)}
.case_link{overflow: hidden; margin: 0px; padding: 0px;width: 100px;text-align: center;}
.v_link{overflow: hidden; padding: 0px; margin-bottom: 10px;display: inline-block;text-align: center;}
.v_link i{font-size: 40px;color: #fff;}
.v_link:hover i{color: #ff7700;}
.v_icon{overflow: hidden;padding: 0px;  margin: 0;text-align:center;}
.v_icon1{margin-left: 6px;}
.v_icon2{margin-left: 6px;}
.v_icon3{ margin-left: 0;}
.v_icon1 i{font-size: 22px;color: #fff;}
.v_icon2 i{font-size: 18px;color: #fff;}
.v_icon3 i{font-size: 18px;color: #fff;}

@media only screen and (max-width:700px) {
.v_link{ margin-bottom: 1px;}
.v_link i{font-size: 32px;color: #fff;line-height: 32px;}
.v_icon{line-height: 20px;}
.v_icon1 i{font-size: 16px;color: #fff;}
.v_icon2 i{font-size: 14px;color: #fff;}
.v_icon3 i{font-size: 14px;color: #fff;} 
.case_link{width: 76px;}

}

.Inside_L{ overflow:hidden; margin:0px; padding:0px; float:left; width:76%; }
.Inside_R{ overflow:hidden; margin:0px; padding:0px; float: right; width:22%;}
.case_xx_R{ background: #005fb8; padding: 30px 40px ; margin: 0px; border-radius: 15px;
background-image: 
  linear-gradient(135deg, #0061b5 0%, #0791cc 35%, #1488ca 70%, #2163ba 100%),
  repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);}
.item_al{overflow: hidden;}
.item_al dl{ overflow:hidden; margin:0px; padding:0px; color: #fff; margin-bottom: 20px; }
.item_al dl dt{ overflow:hidden; margin:0px; padding:0px;font-size: 22px; margin-bottom: 10px;font-weight: 700; }
.item_al dl dd{ overflow:hidden; margin:0px; padding:0px;font-size: 18px;line-height: 1.6; }

@media only screen and (max-width:1300px) {
.item_al dl dt{ font-size: 20px; }
.item_al dl dd{font-size: 16px;}
.case_xx_R{ background: #005fb8; padding: 30px 20px ; }
}

.R_case_pic{overflow: hidden; margin-bottom: 20px; padding:0px;}
.R_case_pic dl{overflow: hidden; margin:0px; padding:0px;text-align: center; background: #fff; border-radius: 5px;}
.R_case_pic dl dt{overflow: hidden; margin:0px; padding:0px;}
.R_case_pic dl dt img{width: 100%; height: auto;vertical-align: top;}
.R_case_pic dl dd{overflow: hidden; margin:0px; padding:0px;color: #111;  padding: 5px 0px;}
/*-----------btn-3---------------*/
._slide {
  width: 171px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-indent: 35px;
  height: 46px;
  margin: auto; margin-top: 10px; cursor: pointer;
}

._slide i {
  position: absolute;
  right: 2px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  color: #0055a4;
  line-height: 32px;
  font-size: 16px;
  top: 5px;
  right: 4px;
  text-align: center;
  transition: ease 1s;
  z-index: 8;
  text-indent: 0; font-size: 18px
}

._slide .tips {
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: ease 1s;
}

._slide .mask {
  position: absolute;
  z-index: 5;
  transition: ease 1s;
  width: 100%;
  height: 100%;
  left: 0;
}

  ._slide:hover i { transform: translateX(-400%) rotate(-1440deg);
 }

  ._slide:hover .tips {width: 20%;}

@media only screen and (max-width:1200px) {
.item_al dl dt{ font-size: 18px; }
.case_item {padding: 30px 30px;}

}

@media only screen and (max-width:1100px) {
.item_al dl dt{ font-size: 18px; }
._slide {width: 141px;  font-size: 16px;}
._slide i {font-size: 14px;}
}
@media only screen and (max-width:1000px) {
.Inside_L{ float:none; width:100%; margin-bottom: 20px;}
.Inside_R{ float:none;width:100%;}
.case_item {padding: 20px 20px;}

.case_xx_R{display: flex;justify-content:flex-start;align-items: centerc;}
.R_case_pic{width: 50%; margin-right: 5%;}
}

@media only screen and (max-width:640px) {
.case_xx_R{display: block;}
.R_case_pic{width: 100%; margin-right: 0;}
}
/*-----------btn3--//--------------*/
.container-main{ overflow:hidden;  margin:0px; padding:30px 4% 20px 4%; background: #fff;}
.boxShow{ padding:0;border:1px solid #dedede; border-radius:6px;margin:0px;overflow:hidden; background: #fff;}
.showTitle{ font-size:1.6vw; line-height:1.4; margin-top:30px;  font-weight:bold;padding:0px 4% 0px 4%; position: relative;}
.showTitle::before{position: absolute;content: ""; width: 6px; height: 100%;left:0;top:0; background: #0150ab;}

.show_info_box{ margin:0px; padding:20px 0px; overflow:hidden; margin-bottom:20px;border-bottom:#ededed 1px solid; width: 100%;}
.show_info_author{ margin:0px; padding:0px; font-size:14px; color:#666666; line-height:40px;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: center;}
.show_info_author i{ font-size:16px; color:#999999; margin-right:2px; font-weight:300;vertical-align: middle;line-height:40px; }
.show_info_author span{ vertical-align:middle;line-height:40px; margin-right: 2px; margin-left: 2px}

@media (max-width: 1300px) {
    .showTitle{ font-size: 24px;}
    }
    @media (max-width: 1200px) {
    .showTitle{ font-size: 20px;}
    .showTitle::before{ width: 4px;}
    }
       
    @media screen and (max-width: 768px) {
 .show_info_box{ margin:0px; padding:15px 0px; overflow:hidden; margin-bottom:20px}
 .showTitle::before{ width: 3px;}
    }        

.news_info_box{ margin:0px; padding:10px 0px 0px 0px; overflow:hidden;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.news_info_author{ margin:0px; padding:0px; font-size:14px; color:#fff; line-height:30px;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: center;}
.news_info_author i{ font-size:16px; color:#fff; margin-right:2px; font-weight:300;vertical-align: middle;}
.news_info_author span{ vertical-align:middle;line-height:30px; margin-right: 2px;}

@media screen and (max-width: 768px) {
.news_info_author i{ font-size:14px;}
.news_info_author span{  margin-right: 2px; }
}
	
.page_k{ text-align:center; padding:0px; font-size:14px;border-top:#CCCCCC 0px solid; margin-top:15px;}
.page_k a{ font-size:14px}
.page_k a:hover{ font-size:14px}


.side_case{overflow: hidden; margin: 0px;overflow: hidden;}
.side_case li{overflow: hidden; margin: 0px;overflow: hidden; margin-bottom: 15px;}



 .sidebar_news{overflow: hidden; margin: 0px; padding: 0px;}

.sidebar_title{margin-bottom: 15px; padding: 0;display: flex;display:-webkit-flex; justify-content: space-between; align-items: center;}
.sidebar_title h3{font-size: 24px;line-height: 30px; color: #222;}


.btn_return{ border-radius: 40px; line-height: 34px; padding: 0px 18px; background:#1861c8;color: #fff;font-size:14px; }
.btn_return i{font-size: 14px; color: #fff;}

.btn_return:hover{ background:#f98901;  color: #fff;}

@media screen and (max-width: 1400px) {
    .sidebar_title h3{font-size: 20px;}
}

@media screen and (max-width: 768px) {
    .sidebar_title h3{font-size: 18px;}
}

.public_imgs{ overflow:hidden; position:relative; padding-top:60%;}
.public_imgs img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;
object-fit: cover;}


 .sidebar_news li{overflow: hidden; margin: 0px; padding: 0px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;}

.side_pic{width: 35%;float:left; margin-right: 20px;}
.sidebar_news li dl{overflow: hidden; margin: 0px; padding: 0px;}
.sidebar_news li dl dt{overflow: hidden; margin: 0px; padding: 0px;font-size: 16px; max-height: 44px; line-height: 22px;color: #111;
   font-weight: bold; margin-bottom: 5px;}
.sidebar_news li dl{font-size: 12px; color: #666;}

.sidebar_news li dl dt:hover a{ color: #c1272d;}


@media only screen and (max-width:1000px) {
  .side_pic{width: 35%;min-width: 120px; margin-right: 12px;}
  .sidebar_news li dl dt{font-size: 14px; }
   .sidebar_news li{width: 49%; margin-right: 2%;float: left;}
      .sidebar_news li:nth-child(2n){margin-right: 0;}

       .sidebar_news li{overflow: hidden; margin: 0px; padding: 0px;
    padding-top: 15px;
    margin-top: 15px;}
}

@media only screen and (max-width:550px) {
  .side_pic{width: 35%;min-width: 110px; margin-right: 12px;}

   .sidebar_news li{width: 100%; margin-right: 0%;float:none;}

}


/* ---新闻列表----- */

.LB_newslist1{ overflow:hidden; margin:0px; padding:0px}
.LB_newslist1 li{ overflow:hidden; margin:0px; padding:2% 4%; margin-bottom:15px; list-style:none; background:#fff}

.LB_newslist1 li dl{ overflow:hidden; margin:0px; position:relative}
.LB_newslist1 li dl dt{ overflow:hidden; margin:0px; font-size:20px; color:#222; white-space:nowrap;text-overflow:ellipsis; line-height:190%}
.LB_newslist1 li dl dt a{ font-size:20px; color:#222;}
.LB_newslist1 li dl dt a:hover{ color:#007be4;}
.LB_newslist1 li dl dd{ overflow:hidden; margin:0px; font-size:14px;}
.LB_newslist1 li dl dd .des_txt{font-size:16px; line-height:26px; overflow:hidden; margin:0px; padding:0px;color:#666666; padding-right:150px;}
.LB_newslist1 li dl dd .time{ font-size:14px; margin-bottom:5px; line-height:190%;color:#666666}
.LB_newslist1 li dl dd .more{ float: right;position: absolute;bottom: 26px;right: 0; z-index:1 }
.LB_newslist1 li dl dd .time i{font-size: 14px; margin-right: 4px;}

.LB_newslist1 li .more a{display: block;color: #313134;border:1px solid #313134;width:115px;text-align:center;line-height:35px;height: 35px;border-radius: 35px;position: relative;}
.LB_newslist1 li .more a i{position: absolute;right: 5px;top: 50%;margin-top: -4px;
  width: 0px;height: 0px;display: block;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 8px solid #313134;
  border-right: 8px solid transparent;
}
.LB_newslist1 li .more a:hover{background: #024fb7;color: #fff;border:1px solid #024fb7;}
.LB_newslist1 li .more a:hover i{border-left: 8px solid #fff;}


.LB_news_tu{ float:left; margin-right:20px; width:30%; overflow:hidden;}
.LB_news_tu a{display: inline}

@media only screen and (max-width:1400px) {
.LB_newslist1 li dl dd .des_txt{font-size:14px; line-height:24px;}	
	
}


@media only screen and (max-width:700px) {
.LB_newslist1 li{ overflow:hidden; padding:3% 4% 4% 4%; }
.LB_newslist1 li dl dt a{ font-size:16px; color:#222;}
.LB_newslist1 li dl dt{ line-height: 28px}
.LB_newslist1 li .more a{display: block;color: #313134;border:1px solid #313134;width:95px;margin:0 auto;text-align:center;line-height:30px;height: 30px;border-radius: 30px;position: relative;}
.LB_newslist1 li dl dd .des_txt{ line-height:20px; overflow:hidden; margin:0px; padding:0px; color:#666666;}
.LB_newslist1 li dl dd .more{ float:left;position: inherit;bottom: 5px;right: 0; z-index:1; margin-top:5px ; font-size:12px; display: none}
.LB_newslist1 li .more a i{position: absolute;right: 1px;top: 50%;margin-top: -3px;
  width: 0px;height: 0px;display: block;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 8px solid #313134;
  border-right: 8px solid transparent;
}
.LB_news_tu{ float:left; margin-right:15px; width:200px; overflow:hidden;}
.LB_newslist1 li dl dd .time{ font-size:12px; margin-bottom:1px;}
}

@media only screen and (max-width:600px) {
.LB_newslist1 li{ padding:10px 10px 10px 10px; }
.LB_news_tu{ float:left; margin-right:15px; width:140px; overflow:hidden;}
}


.tj_title {padding: 0px;overflow:hidden; margin-bottom:30px;display: flex;justify-content: space-between;align-items: center;}
.tj_title .tj_text{ color:#111;font-weight:normal; overflow:hidden;font-size: 1.1vw; 
	padding-left: 15px; position:relative;line-height: 1.3;}
.smwz{ font-size:15px; line-height:30px}
.tj_title .tj_text::after{ content: ""; height: 22px; width: 4px; background: #0150ab;left: 0; z-index: 1; border-radius: 10px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
@media only screen and (max-width:1600px) {
	.tj_title .tj_text { font-size: 1.2vw; }
}
@media only screen and (max-width:1200px) {
	.tj_title .tj_text { font-size: 20px; }
  .tj_title {margin-bottom:20px}
}

.fenlei_title{overflow:hidden;display: flex;justify-content: space-between;align-items: center;
margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.fenlei_title .fl_text{color:#111;font-weight:normal; overflow:hidden;font-size: 1.1vw; 
	padding-left: 22px; position:relative;line-height: 1.3; background:url(../images/dian.svg) no-repeat left center; background-size: 28px 28px;} 

  @media only screen and (max-width:1600px) {
	.fenlei_title .fl_text { font-size: 1.2vw; }
}
@media only screen and (max-width:1200px) {
	.fenlei_title .fl_text { font-size: 20px; }
}

.feixin_contact{margin: 0px; padding: 0px;overflow: hidden;display: flex;justify-content: space-between;}
.feixin_contact_L{width: 45%; margin: 0px; padding: 0px;  border-radius: 15px; border: #ddd 1px solid; padding: 30px;}
.feixin_contact_R{width: 53%; margin: 0px; padding: 0px; border-radius: 15px; border: #ddd 1px solid; padding: 30px;}

.fx_contact_info{margin: 0px; padding: 0px;}
.fx_contact_info li {margin: 0px;margin-bottom: 10px; padding: 10px 0; border-bottom: 1px solid #eee;display: flex;justify-content: flex-start;align-items: center;}
.fx_contact_info li dl{margin: 0px; padding: 0px;}
.fx_contact_info li dl dt{margin: 0px; padding: 0px; color: #111; font-size: 18px;font-weight: bold;line-height: 30px;}
.fx_contact_info li dl dd{margin: 0px; padding: 0px;color: #666; line-height: 1.5;}
.fx_contact_info_pic{width: 50px; margin-right: 20px;float: left;}
.fx_contact_info_pic i{color: #0473ce;font-size: 55px;}

.contact_info_title{overflow: hidden;padding: 0px; margin: 0px;}
.contact_info_title dl{overflow: hidden; padding: 0px; margin: 0px;}
.contact_info_title dl dt{overflow: hidden;font-size: 24px; color:#111; font-weight: bold;}
.contact_info_title dl dd{overflow: hidden; color: #666;}
@media only screen and (max-width:1200px) {
 .feixin_contact_L{padding: 20px 20px;}
.feixin_contact_R{padding: 20px 20px;} 
}

@media only screen and (max-width:750px) {
  .fx_contact_info_pic i{font-size: 40px;}
  .fx_contact_info_pic{width: 40px;}
  .feixin_contact{display: block;}
 .feixin_contact_L{padding: 20px 20px; width: 100%; margin-bottom: 20px;}
.feixin_contact_R{padding: 20px 20px; width: 100%;} 
}

/*------form--------*/
.form_input-flexing{display: flex; gap: 20px;}
.form_df-input {flex-basis: 50%;position: relative;margin-top: 20px;}
.form_df-input input {border: 1px solid #5E5E5E45; padding: 0 20px 0 40px;height: 50px; width: 100%;border-radius:5px;font-size: 16px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_df-input i{position: absolute; z-index: 1; left: 8px;top: 12px;
font-size: 25px; vertical-align: top;  color:#ccc}
.form_texting-fild {margin-top: 20px;position: relative;}
.form_texting-fild textarea { border: 1px solid #5E5E5E45;height: 140px; padding: 10px 20px 10px 20px; width: 100%;border-radius:5px;font-size: 16px;}

.form_df-input input:focus {border-color:#67acab;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_texting-fild textarea:focus {border-color:#67acab;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_df-input input::placeholder {color:#666;}
.form_texting-fild textarea::placeholder {color:#666;}

.form_btn_k {width: 200px;}
.form_btn_k:hover .form_btn { background: #009ea7;color: #fff;}
.form_btn_k:hover .form_btn {color: #fff;}
.form_btn {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    height: 50px;
    border-radius:40px;
    background: #2471c3;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 300;display: flex;align-items: center;justify-content: center;
}
.form_btn i{font-size: 20px; vertical-align: middle; margin-right: 4px; line-height: 50px}

@media only screen and (max-width:800px) {
.form_texting-fild textarea {font-size: 14px;}
.form_df-input input {height: 46px;font-size: 14px}
.form_df-input i{top: 10px; }	
.form_texting-fild textarea {height: 100px; }
.contact_info_desc{font-size: 12px;}
.contact_info_title dl dt{font-size: 20px;}
}

@media only screen and (max-width:640px) {
.form_btn_k {width: 200px;margin: 0 auto;}
.form_df-input {flex-basis: 100%;margin-top: 15px;}
.form_input-flexing{gap:0;display: block;}
.contact_info{text-align: center;font-size: 22px;}
}


.form_btn_k button{border: 0; width: 100%}
.form_btn_k button:focus{border: 0;}

.ly_sm{ margin-top: 10px;font-size: 14px; color: #666;}