/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none; border: none; background: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
img{
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
	/* -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; */
}
body{
    overflow-x: hidden;
}
.clear::after{
    content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.database .about_top{
    border-bottom: none;
}
.database .about_top .crumbs span{
    color: #2172e0;
}
.database .content{
    padding-bottom: 120px;
}
.database .content .box{
    display: flex;
}
.database .content .left{
    flex-shrink: 0;
    width: 320px;
    border-top-right-radius: 24px;
    overflow: hidden;
}
.database .content .left .h4{
    height: 58px;
    background-color: #2172e0;
    color: #fff;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-weight: normal;
}
.database .content .left .h4::after{
    content: "";
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    background-image: url(../img/tb44.png);
    background-size: 100% 100%;
}
.database .content .left .dl{
    background-color: #fafafa;
}
.database .content .left .dl dd{
    padding: 0 20px;
    border-bottom: 1px dashed #d6d6d6;
}
.database .content .left .dl .a1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    font-size: 20px;
    color: #333;
    transition: all 0.5s;
}
.database .content .left .dl .a1::after{
    content: "◥";
    transform: rotate(45deg);
    font-size: 18px;
    transition: all 0.5s;
}
.database .content .left .dl ul{
    display: none;
}
.database .content .left .dl li{
    border-bottom: 1px solid #dbdcde;
}
.database .content .left .dl li:last-of-type{
    border-bottom: none;
}
.database .content .left .dl .a2{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 34px;
    color: #666;
    font-size: 16px;
    transition: all 0.5s;
}
.database .content .left .dl .a2::before{
    content: "›";
    font-size: 26px;
    margin-top: -4px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    transition: all 0.5s;
}
.database .content .left .dl p{
    padding-left: 18px;
    padding-bottom: 8px;
    display: none;
}
.database .content .left .dl p a{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 2;
    transition: all 0.5s;
}

.database .content .left .dl .active1{
    color: #2172e0;
}
.database .content .left .dl .active1::after{
    transform: rotate(135deg);
}
.database .content .left .dl .active2{
    color: #2172e0;
}
.database .content .left .dl .active2::before{
    transform: rotate(90deg);
    margin-top: 0;
}

.database .content .right{
    flex: 1;
    margin-left: 50px;
}
.database .content .right .form{
    font-size: 0;
    margin-bottom: 28px;
}
.database .content .right .form input{
    vertical-align: top;
    width: calc(100% - 55px);
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #ccc;
    padding: 0 20px;
    font-size: 16px;
}
.database .content .right .form button{
    vertical-align: top;
    width: 55px;
    height: 45px;
    background-color: #2172e0;
    background-image: url(../img/tb47.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.database .content .right .div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.database .content .right .div h5{
    font-size: 16px;
    color: #666;
}
.database .content .right .div dl{
    width: 158px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #d9d9d9;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.database .content .right .div dt{
    font-size: 16px;
    color: #888;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.database .content .right .div dt::after{
    content: "";
    flex-shrink: 0;
    width: 15px;
    height: 9px;
    background-image: url(../img/tabs_icon2.png);
    background-size: 100% 100%;
}
.database .content .right .div dd{
    position: absolute;
    left: 0;
    top: 46px;
    display: none;
    background: #fff;
    width: 100%;
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}
.database .content .right .div dd a{
    line-height: 38px;
    font-size: 14px;
    color: #888;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 20px;
    transition: all 0.5s;
}

.database .content .right .ul{
    border-top: 1px solid #e0e0e0;
}
.database .content .right .ul li{
    padding: 13px 150px 13px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.database .content .right .ul li input{
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.database .content .right .ul li a{
    flex: 1;
    min-width: 0;
    margin-left: 18px;
    display: flex;
    align-items: center;
}
.database .content .right .ul li i{
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    position: relative;
}
.database .content .right .ul li i img{
    width: 100%;
    height: 100%;
}
.database .content .right .ul li .video_i::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    background-image: url(../img/tb15.png);
    background-size: 100% 100%;
}
.database .content .right .ul li h5{
    flex-shrink: 0;
    width: calc(100% - 40px);
}
.database .content .right .ul li h5 p{
    font-size: 16px;
    white-space: nowrap;
	text-overflow: ellipsis;
    text-transform: initial;
	overflow: hidden;
}
.database .content .right .ul li h5 span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}
.database .content .right .ul li h6{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: flex;
    align-items: center;
}
.database .content .right .ul li h6 a{
    font-size: 14px;
    color: #666;
    margin-left: 24px;
    line-height: 20px;
    transition: all 0.5s;
}
.database .content .right .ul li h6 a img{
    width: 20px;
    margin-right: 5px;
}

.database .content .page{
    padding: 0 122px;
    position: relative;
    background: #f3f3f3;
    margin-top: 32px;
}
.database .content .page .pagination{
    text-align: center;
    font-size: 0;
}
.database .content .page .pagination a{
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    margin: 14px 8px;
    border-radius: 3px;
    color: #999999;
    line-height: 28px;
    font-size: 18px;
    transition: all 0.5s;
    vertical-align: middle;
}
.database .content .page .pagination a.next,
.database .content .page .pagination a.prev{
    width: 80px;
}
.database .content .page .pagination a.active{
    background: #2172e0;
    color: #fff;
}



.data_info{

}
.data_info .about_top{
    border-bottom: none;
}
.data_info .about_top .crumbs span {
    color: #2172e0;
}
.data_info .content{
    padding-bottom: 120px;
}
.data_info .content .box{
    
}
.data_info .content .title{
    margin-bottom: 24px;
}
.data_info .content .title h5{
    font-size: 30px;
    line-height: 44px;
}
.data_info .content .title h5 img{
    height: 30px;
    margin-top: 6px;
}
.data_info .content .title span{
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 14px;
}
.data_info .content .div{
    background-color: #fff;
}
.data_info .content .div p{
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.data_info .content .div p:last-of-type{
    margin-bottom: 0;
}
.data_info .content .div p img{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 18px 0px rgba(53, 53, 53, 0.26);
    /* margin: 30px auto; */
}
.data_info .content .div p video{
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 18px 0px rgba(53, 53, 53, 0.26);
}

.data_info .content .fixed_div{
    position: fixed;
    z-index: 111;
    width: 100%;
    height: calc(100% - 66px);
    top: 0;
    left: 0;
    overflow-y: auto;
}

.data_info .content .gn_div{
    position: relative;
    z-index: 120;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 66px;
}
.data_info .content .gn_dl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    background-color: #fafafa;
    width: 1400px;
}
.data_info .content .navFix{
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.data_info .content .fixed_dl{
    width: 100%;
}
.data_info .content .gn_div .dd1{
    flex-shrink: 0;
    width: 196px;
    height: 100%;
    text-align: center;
    font-size: 0;
}
.data_info .content .gn_div .dd1>div{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 44px;
    height: 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all 0.5s;
}
.data_info .content .gn_div .dd1 .qp_div{
    margin-right: 6px;
    background-image: url(../img/tb13.png);
}
.data_info .content .gn_div .dd1 .fx_div{
    background-image: url(../img/tb14.png);
}
.data_info .content .gn_div .dd1 .bdshare{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 9px;
    display: none;
}
.data_info .content .gn_div .dd1 .bdshare::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 19px;
    height: 9px;
    background-image: url(../img/tb62.png);
    background-size: 100% 100%;
}
.data_info .content .gn_div .dd1 .bdsharebuttonbox{
    font-size: 0;
    white-space: nowrap;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.data_info .content .gn_div .dd1 .wx_a{
    background-image: url(../img/tb61.png);
    background-size: 100% 100%;
    background-position: center;
}
.data_info .content .gn_div .dd1 .wb_a{
    background-image: url(../img/tb60.png);
    background-size: 100% 100%;
    background-position: center;
}
.data_info .content .gn_div .dd1 .bdsharebuttonbox a{
    position: relative;
    z-index: 3;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    padding: 0;
    width: 28px;
    height: 28px;
    background-color: #b3b3b3;
    border-radius: 50%;
    transition: all 0.5s;
}

.data_info .content .gn_div .dd2{
    font-size: 18px;
}
.data_info .content .gn_div .dd2 input{
    width: 40px;
    height: 20px;
    background-color: #fff;
    text-align: center;
}
.data_info .content .gn_div .dd2 span{
    
}
.data_info .content .gn_div .dd3{
    flex-shrink: 0;
    width: 196px;
    height: 100%;
}
.data_info .content .gn_div .dd3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-color: #2172e0;
    color: #fff;
}
.data_info .content .gn_div .dd3 a img{
    flex-shrink: 0;
    width: 20px;
    margin-right: 10px;
}



.img_box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.img_box .pinch-zoom-container{
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
}
.img_box i{
	position: absolute;
    z-index: 9;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-color: #2172e0;
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}
.img_box img{
	width: 100%;
	outline: none;
}



.index{

}
.index .banner{
    width: 100%;
    height: 40vw;
}
.index .banner .swiper-slide{
    background-size: cover;
    background-position: center;
}
.index .banner .swiper-slide video{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index .banner .swiper-slide dl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.index .banner .swiper-slide dl dt{
    
}
.index .banner .swiper-slide dl dt strong{
    display: block;
    font-size: 46px;
}
.index .banner .swiper-slide dl dt small{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
.index .banner .swiper-slide dl dd{
    font-size: 24px;
    line-height: 1.5;
    margin-top: 26px;
}
.index .banner .swiper-button-prev{
    width: 46px;
    height: 46px;
    margin-top: -23px;
    left: 4%;
    background-image: url(../img/tb48.png);
    background-size: 100% 100%;
}
.index .banner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -23px;
    right: 4%;
    background-image: url(../img/tb49.png);
    background-size: 100% 100%;
}
.index .banner .swiper-pagination{
    bottom: 20px;
    font-size: 28px;
    color: #fff;
}
.index .banner .swiper-pagination span{
    width: 30px;
    height: 4px;
    border-radius: 0;
}
.index .banner .swiper-pagination .swiper-pagination-bullet-active{
    
}





.title_h5{
    text-align: center;
    margin-bottom: 50px;
}
.title_h5 strong{
    display: block;
    font-size: 34px;
    font-weight: normal;
}
.title_h5 p{
    width: 80%;
    font-size: 16px;
    color: #999;
    margin: 18px auto 0;
    line-height: 1.6;
}
.index .more_a{
    display: block;
    width: 134px;
    height: 36px;
    background-color: #2172e0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.index .box1{
    margin-top: 80px;
}
.index .box1 .thumbs_div{
    position: relative;
    width: 1200px;
    height: 68px;
    margin: 0 auto 40px;
    box-sizing: border-box;
    padding: 0 40px;
}
.index .box1 .thumbs_div .swiper-button-prev{
    width: 18px;
    height: 32px;
    margin-top: -16px;
    left: 0;
    background-size: 100% 100%;
}
.index .box1 .thumbs_div .swiper-button-next{
    width: 18px;
    height: 32px;
    margin-top: -16px;
    right: 0;
    background-size: 100% 100%;
}
.index .box1 .gallery-thumbs{
    width: 100%;
    padding-bottom: 40px;
}
.index .box1 .gallery-thumbs .swiper-slide{
    cursor: pointer;
}
.index .box1 .gallery-thumbs .swiper-slide::after{
    content: "";
    position: absolute;
    margin-left: -15px;
    left: 50%;
    bottom: -40px;
    width: 30px;
    height: 22px;
    background-image: url(../img/tb53.png);
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}
.index .box1 .gallery-thumbs .swiper-slide em{
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0 auto;
}
.index .box1 .gallery-thumbs .swiper-slide em img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.index .box1 .gallery-thumbs .swiper-slide em img:nth-of-type(1){
    opacity: 1;
}
.index .box1 .gallery-thumbs .swiper-slide em img:nth-of-type(2){
    opacity: 0;
}
.index .box1 .gallery-thumbs .swiper-slide span{
    margin-top: 15px;
    display: block;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}
.index .box1 .gallery-thumbs .swiper-slide-thumb-active span{
    color: #2172e0;
}
.index .box1 .gallery-thumbs .swiper-slide-thumb-active::after{
    opacity: 1;
}
.index .box1 .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(1){
    opacity: 0;
}
.index .box1 .gallery-thumbs .swiper-slide-thumb-active em img:nth-of-type(2){
    opacity: 1;
}

.index .box1 .gallery-top{
    height: 38vw;
}
.index .box1 .gallery-top .swiper-slide{
    background-size: cover;
    background-position: center;
}
.index .box1 .gallery-top .swiper-slide .w1400{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.index .box1 .gallery-top .swiper-slide h6{
    width: 50%;
    font-size: 36px;
} 
.index .box1 .gallery-top .swiper-slide p{
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    margin: 32px 0 42px;
} 
.index .box1 .gallery-top .swiper-slide .more_a{
    
} 

.index .pd{
    padding: 80px 0;
}

.index .box2{
    background-image: url(../img/tp3.jpg);
    background-size: cover;
    background-position: center;
}
.index .box2 .ul{
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.index .box2 .ul li{
    flex-shrink: 0;
    width: 33.33%;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    overflow: hidden;
}
.index .box2 .ul li:nth-of-type(3n){
    border-right: none;
}
.index .box2 .ul li:nth-of-type(1),
.index .box2 .ul li:nth-of-type(2),
.index .box2 .ul li:nth-of-type(3){
    border-top: none;
}
.index .box2 .ul li a{
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 24px;
    position: relative;
}
.index .box2 .ul li em{
    display: block;
    width: 100%;
    padding-bottom: 54%;
    background-size: cover;
    background-position: center;
}
.index .box2 .ul li h6{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    transition: all 0.5s;
}
.index .box2 .ul li dl{
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 73, 173, 0.86);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 32px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}
.index .box2 .ul li dl dt{
    font-size: 26px;
    margin-bottom: 26px;
}
.index .box2 .ul li dl dt::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #6caaff;
    margin-top: 26px;
}
.index .box2 .ul li dl dd{
    font-size: 16px;
    line-height: 1.8;
}

.index .box3{
    background-image: url(../img/tp10.jpg);
    background-size: cover;
    background-position: center;
    height: 21vw;
    position: relative;
}
.index .box3 .w1400{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.index .box3 .w1400 h6{
    font-size: 34px;
}
.index .box3 .w1400 h5{
    font-size: 40px;
    font-weight: bold;
    margin: 14px 0;
}
.index .box3 .w1400 p{
    font-size: 24px;
}
.index .box3 .w1400 .more_a{
    margin-top: 54px;
}

.index .box4{
    background-color: #f7f7f7;
}
.index .box4 .type{
    text-align: right;
    font-size: 0;
    margin-bottom: 20px;
}
.index .box4 .type span{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    margin-left: 30px;
    cursor: pointer;
    transition: all 0.5s;
}
.index .box4 .type span.active{
    color: #2172e0;
}

.index .box4 .list{
    height: 490px;
    position: relative;
    display: none;
}
.index .box4 .list:nth-of-type(1){
    display: block;
}
.index .box4 .list .swiper-button{
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-size: 10px;
    transition: all 0.5s;
}
.index .box4 .list .swiper-button-prev{
    background-image: url(../img/tb51.png);
    left: 26px;
}
.index .box4 .list .swiper-button-next{
    right: auto;
    left: 80px;
    background-image: url(../img/tb52.png);
}
.index .box4 .list .swiper-container{
    width: 47%;
    height: 100%;
    margin: 0;
}
.index .box4 .list .swiper-slide{
    color: #fff;
}
.index .box4 .list .swiper-slide i{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.index .box4 .list .swiper-slide div{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 26px;
    background-color: rgba(0,0,0,0.7);
}
.index .box4 .list .swiper-slide div h6{
    font-size: 24px;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    margin-bottom: 12px;
}
.index .box4 .list .swiper-slide div p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    height: 50px;
    overflow: hidden;
}
.index .box4 .list .swiper-slide div span{
    display: block;
    text-align: right;
    font-size: 20px;
}

.index .box4 .list .div{
    position: absolute;
    width: calc(53% - 20px);
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
}
.index .box4 .list .div a{
    display: block;
    width: 100%;
    height: 33.33%;
    border-bottom: 1px solid #e3e5e9;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.index .box4 .list .div a::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    right: 0;
    top: 0;
    background-color: #2172e0;
    opacity: 0;
    transition: all 0.5s;
}
.index .box4 .list .div a:last-of-type{
    border-bottom: none;
}
.index .box4 .list .div a h6{
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}
.index .box4 .list .div a p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}
.index .box4 .list .div a span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #666;
}
.index .box4 .list .div a span::before{
    content: "";
    flex-shrink: 0;
    width: 33px;
    height: 21px;
    background-image: url(../img/tb54.png);
    background-size: 100% 100%;
    transition: all 0.5s;
}



.tabs_m .tabs_con ul li a{
    font-size: 16px !important;
    line-height: 44px !important;
}
.about_top, .join_top, .contact_top{
    overflow: initial !important;
}
.link_div{
    padding: 40px 0;
    font-size: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}
.link_div a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #999;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.md_i{
    display: block;
    transform: translateY(-40px);
}

.solution{
    overflow-x: hidden;
}
.solution .tab_swiper{
    float: right;
    width: 50%;
    margin-top: 20px;
    height: 68px;
}
.solution .tab_swiper .swiper-slide{
    width: auto;
    font-size: 18px;
    height: 68px;
    line-height: 68px;
    color: #999;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.solution .pd{
    padding: 80px 0;
}
.solution .about_top .crumbs span{
    color: #2172e0;
}
.solution .about_top>.w1400 .tabs a.active{
    border-color: #2172e0;
}
.solution .box1{
    background-color: #f7f7f7;
    position: relative;
    height: 460px;
}
.solution .box1 .w1400{
    height: 100%;
    display: flex;
    align-items: center;
}
.solution .box1 .w1400 dt{
    width: 45%;
    max-height: 80%;
    overflow: hidden;
}
.solution .box1 .w1400 dt h6{
    font-size: 26px;
    line-height: 1.6;
    text-transform: none;
}
.solution .box1 .w1400 dt p{
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 32px;
}
.solution .box1 .w1400 dd{
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.solution .box2{
    
}
.solution .box2 .ul{
    margin-top: -34px;
}
.solution .box2 .ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-top: 34px;
    cursor: pointer;
}
.solution .box2 .ul li:nth-of-type(2n){
    margin-right: 0;
}
.solution .box2 .ul li img{
    width: 48px;
}
.solution .box2 .ul li h6{
    font-size: 22px;
    margin: 25px 0 20px;
}
.solution .box2 .ul li span{
    font-size: 16px;
    color: #666;
    display: block;
    width: 90%;
    margin: 0 auto;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.solution .box2 .ul li div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background-color: #2172e0;
    color: #fff;
    box-sizing: border-box;
    padding: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: left;
    background-image: url(../img/tb16.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: right 40px bottom 40px;
    opacity: 0;
    transition: all 0.5s;
}

.solution .box2s .ul li{
    width: 32%;
}
.solution .box2s .ul li:nth-of-type(2n){
    margin-right: 2%;
}
.solution .box2s .ul li:nth-of-type(3n){
    margin-right: 0;
}



.solution .box3{
    background-color: #fafbfd;
}
.solution .box3 .ul{
    margin-top: -24px;
}
.solution .box3 .ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    height: 224px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 24px;
    box-sizing: border-box;
    padding: 0 32px;
    cursor: pointer;
    transition: all 0.5s;
}
.solution .box3 .ul li:nth-of-type(2n){
    margin-right: 0;
}
.solution .box3 .ul li em{
    flex-shrink: 0;
    width: 116px;
    height: 116px;
    background-color: #e5eaf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.solution .box3 .ul li em img{
    width: 65px;
}
.solution .box3 .ul li dl{
    flex: 1;
    margin-left: 32px;
}
.solution .box3 .ul li dl dt{
    font-size: 26px;
    margin-bottom: 24px;
    transition: all 0.5s;
}
.solution .box3 .ul li dl dd{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    transition: all 0.5s;
}

.solution .box4{
    background-image: url(../img/tb55.png);
}
.solution .box4 .ul{
    margin-top: -24px;
}
.solution .box4 .ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 24px;
    text-align: center;
    background-color: #fff;
    height: 314px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 24px;
    cursor: pointer;
    transition: all 0.5s;
}
.solution .box4 .ul li:nth-of-type(4n){
    margin-right: 0;
}
.solution .box4 .ul li img{
    width: 44px;
}
.solution .box4 .ul li i{
    display: block;
    width: 110px;
    height: 3px;
    background-color: #ccc;
    margin: 24px auto;
    transition: all 0.5s;
}
.solution .box4 .ul li h6{
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.solution .box4 .ul li p{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    height: 50px;
}

.solution .box5{
    
}
.solution .box5 .div{
    
}
.solution .box5 .div a{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 100px 0 32px;
    height: 96px;
    border: 1px solid #e0e0e0;
    margin-bottom: 36px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.solution .box5 .div a:last-of-type{
    margin-bottom: 0;
}
.solution .box5 .div a img{
    flex-shrink: 0;
    width: 40px;
}
.solution .box5 .div a h6{
    font-size: 20px;
    flex: 1;
    min-width: 0;
    margin: 0 20px 0 32px;
}
.solution .box5 .div a p{
    display: none;
}
.solution .box5 .div a span{
    position: absolute;
    right: 32px;
    top: 24px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: rgba(33, 114, 224, 0.16);
    background-image: url(../img/tb37.png);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}

.solution .box6{
    background-color: #fafafa;
}
.solution .box6 .div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.solution .box6 .div em{
    flex-shrink: 0;
    width: 48%;
}
.solution .box6 .div em img{
    width: 100%;
}
.solution .box6 .div .gdl_div{
    flex-shrink: 0;
    width: 48%;
    max-height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 14px;
}
.solution .box6 .div .gdl_div p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.solution .box6 .div .gdl_div h4{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
    position: relative;
}
.solution .box6 .div .gdl_div h4:first-of-type{
    margin-top: 0;
}
.solution .box6 .div .gdl_div h4::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #2172e0;
    top: 7px;
    left: -14px;
}
.solution .box6 .div .gdl_div h4 span{
    color: #2172e0 !important;
}
.solution .box6 .div ul{
    flex-shrink: 0;
    width: 48%;
}
.solution .box6 .div ul li{
    margin-bottom: 34px;
    padding-left: 14px;
    position: relative;
}
.solution .box6 .div ul li::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #2172e0;
    top: 7px;
    left: 0;
}
.solution .box6 .div ul li:last-of-type{
    margin-bottom: 0;
}
.solution .box6 .div ul li h6{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.solution .box6 .div ul li h6 span{
    color: #2172e0;
}
.solution .box6 .div ul li p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.solution .box7{

}
.solution .box7 .div{
    display: flex;
    justify-content: space-between;
}
.solution .box7 .div em{
    flex-shrink: 0;
    width: 49%;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}
.solution .box7 .div em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    display: none;
}
.solution .box7 .div em i:nth-of-type(1){
    display: block;
}
.solution .box7 .div ul{
    flex-shrink: 0;
    width: 49%;
    padding: 30px 0;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 0px 18px 0px rgba(53, 53, 53, 0.07);
}
.solution .box7 .div ul li{
    padding: 20px 32px;
    transition: all 0.5s;
}
.solution .box7 .div ul li h6{
    font-size: 20px;
    margin-bottom: 10px;
    text-align: justify;
    transition: all 0.5s;
}
.solution .box7 .div ul li p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: justify;
    transition: all 0.5s;
}

.solution .box8{
    background-color: #fafafa;
}
.solution .box8 .swiper-container{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    height: 468px;
}
.solution .box8 .swiper-slide{
    display: flex;
}
.solution .box8 .swiper-slide div{
    flex-shrink: 0;
    width: 53%;
    box-sizing: border-box;
    padding: 5%;
}
.solution .box8 .swiper-slide div h6{
    font-size: 30px;
    margin-bottom: 34px;
}
.solution .box8 .swiper-slide div p{
    font-size: 16px;
    color: 666;
    line-height: 1.6;
    color: #666;
}
.solution .box8 .swiper-slide em{
    flex-shrink: 0;
    width: 47%;
    height: 100%;
    background-size: cover;
}
.solution .box8 .swiper-button{
    width: 37px;
    height: 37px;
    top: auto;
    bottom: 8%;
    background-size: 100% 100%;
}
.solution .box8 .swiper-button-prev{
    background-image: url(../img/tb38.png);
    left: 5%;
}
.solution .box8 .swiper-button-next{
    right: auto;
    left: calc(5% + 50px);
    background-image: url(../img/tb39.png);
}
.solution .box8 .swiper-pagination{
    width: auto;
    left: auto;
    right: 50%;
    bottom: 8%;
}
.solution .box8 .swiper-pagination span{
    width: 34px;
    height: 3px;
    background-color: #eaeaed;
    opacity: 1;
    border-radius: 0;
}
.solution .box8 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #2172e0;
}

.solution .box9{

}
.solution .box9 .ul{
    margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
}
.solution .box9 .ul li{
    flex-shrink: 0;
    width: 48.5%;
    margin-right: 3%;
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}
.solution .box9 .ul li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #2172e0;
    opacity: 0;
    transition: all 0.5s;
}
.solution .box9 .ul li:nth-of-type(2n){
    margin-right: 0;
}
.solution .box9 .ul li em{
    flex-shrink: 0;
    display: block;
    width: 100%;
    padding-bottom: 58%;
    overflow: hidden;
    position: relative;
}
.solution .box9 .ul li em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}
.solution .box9 .ul li div{
    flex: 1;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 28px 44px 22px;
}
.solution .box9 .ul li div h6{
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.solution .box9 .ul li div h6 img{
    width: 26px;
    margin-right: 10px;
}
.solution .box9 .ul li div p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.solution .box9s .ul li{
    width: 32%;
    margin-right: 2%;
}
.solution .box9s .ul li:nth-of-type(2n){
    margin-right: 2%;
}
.solution .box9s .ul li:nth-of-type(3n){
    margin-right: 0;
}

.solution .box10{
    background-color: #fafafa;
}
.solution .box10 .ul{
    margin-top: -40px;
}
.solution .box10 .ul li{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    padding-bottom: 30%;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.solution .box10 .ul li:nth-of-type(2n){
    margin-right: 0;
}
.solution .box10 .ul li i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}
.solution .box10 .ul li dl{
    position: absolute;
    top: calc(100% - 120px);
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    box-sizing: border-box;
    padding: 0 50px;
    color: #fff;
    transition: all 0.5s;
}
.solution .box10 .ul li dl::before{
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-image: url(../img/tb58.png);
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.solution .box10 .ul li dl dt{
    font-size: 20px;
    margin-bottom: 18px;
}
.solution .box10 .ul li dl dd{
    font-size: 16px;
    color: #ccc;
    line-height: 1.8;
    max-height: 65%;
    text-align: justify;
    overflow: hidden;
}

.solution .box10s .ul li{
    width: 32%;
    margin-right: 2%;
}
.solution .box10s .ul li:nth-of-type(2n){
    margin-right: 2%;
}
.solution .box10s .ul li:nth-of-type(3n){
    margin-right: 0;
}

.solution .box11{

}
.solution .box11 .div{
    box-shadow: 0px 0px 21px 0px rgba(27, 27, 27, 0.14);
    position: relative;
    height: 450px;
}
.solution .box11 .div em{
    position: relative;
    display: block;
    width: 46%;
    height: 100%;
}
.solution .box11 .div em i{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none;
}
.solution .box11 .div em i:nth-of-type(1){
    display: block;
}
.solution .box11 .div .list_div{
    position: absolute;
    top: 10px;
    right: 0;
    width: 54%;
    height: calc(100% - 20px);
    overflow: hidden;
}
.solution .box11 .div ul{
    padding: 0 38px 0 42px;
}
.solution .box11 .div ul li{
    padding: 20px 0 12px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
.solution .box11 .div ul li h6{
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 12px;
    transition: all 0.5s;
}
.solution .box11 .div ul li p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.solution .box11 .mCSB_container{
    margin-right: 4px;
}
.solution .box11 .mCustomScrollBox>.mCSB_scrollTools{
    width: 4px;
}
.solution .box11 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #2172e0;
}
.solution .box11 .mCSB_scrollTools .mCSB_draggerRail{
    opacity: 0;
}

.solution .box12{
    color: #fff;
    background-image: url(../img/tp29.jpg);
    background-size: cover;
    background-position: center;
}
.solution .box12 .i{
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
}
.solution .box12 .i::after{
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #6b7080;
    top: -6px;
    left: 50%;
    margin-left: -50vw;
}
.solution .box12 .gallery-thumbs{
    
}
.solution .box12 .gallery-thumbs .swiper-slide{
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.4;
    cursor: pointer;
}
.solution .box12 .gallery-thumbs .swiper-slide::after{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.5s;
}
.solution .box12 .gallery-thumbs .swiper-slide-thumb-active::after{
    width: 100%;
    border-radius: 0;
    height: 3px;
    bottom: 4px;
}
.solution .box12 .gallery-top{
    margin-top: 50px;
}
.solution .box12 .swiper-button{
    width: 37px;
    height: 37px;
    top: auto;
    bottom: 0;
    background-size: 100% 100%;
}
.solution .box12 .swiper-button-prev{
    background-image: url(../img/tb38.png);
    left: 0;
}
.solution .box12 .swiper-button-next{
    right: auto;
    left: 50px;
    background-image: url(../img/tb39.png);
}
.solution .box12 .gallery-top .swiper-slide{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution .box12 .gallery-top .swiper-slide div{
    flex-shrink: 0;
    width: 48%;
}
.solution .box12 .gallery-top .swiper-slide div h6{
    font-size: 26px;
    margin-bottom: 26px;
}
.solution .box12 .gallery-top .swiper-slide div h6::after{
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    background-color: #2172e0;
    margin-top: 22px;
}
.solution .box12 .gallery-top .swiper-slide div p{
    font-size: 16px;
    color: #e5e5e5;
    line-height: 1.8;
}
.solution .box12 .gallery-top .swiper-slide i{
    flex-shrink: 0;
    width: 48%;
    padding-bottom: 27%;
    background-size: cover;
    background-position: center;
}
.solution .box12 .more_a{
    display: block;
    width: 146px;
    height: 36px;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    color: #b3b3b3;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    margin: 40px auto 0;
    transition: all 0.5s;
}

.solution .box13{

}
.solution .box13 .swiper-container{
    padding: calc(8% + 30px) 0;
    margin-top: -30px;
}
.solution .box13 .swiper-button{
    width: 37px;
    height: 37px;
    margin-top: -19px;
    background-size: 100% 100%;
}
.solution .box13 .swiper-button-prev{
    left: 8%;
    background-image: url(../img/tb38.png);
}
.solution .box13 .swiper-button-next{
    right: 8%;
    background-image: url(../img/tb39.png);
}
.solution .box13 .swiper-slide{
    
}
.solution .box13 .swiper-slide i{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(27, 27, 27, 0.25);
    transition: all 0.5s;
}
.solution .box13 .swiper-slide img{
    width: 100%;
}
.solution .box13 .swiper-slide-active{
    z-index: 3;
}
.solution .box13 .swiper-slide-active i{
    transform: scale(2);
}

.solution .box14{
    background-image: url(../img/tp32.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}
.solution .box14 .swiper_div{
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 46px 0px rgba(53, 53, 53, 0.28);
}
.solution .box14 .gallery-thumbs{
    flex-shrink: 0;
    width: 22%;
    margin: 0;
    margin-right: 12px;
    box-sizing: border-box;
    padding: 20px 0;
}
.solution .box14 .gallery-thumbs .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}
.solution .box14 .gallery-thumbs .swiper-slide-thumb-active{
    background-color: #2172e0;
    color: #fff;
}
.solution .box14 .gallery-top{
    flex: 1;
    margin: 0;
    background-color: #f7fbff;
}
.solution .box14 .gallery-top .swiper-slide{
    
}
.solution .box14 .gallery-top .swiper-slide i{
    display: block;
    width: 100%;
    padding-bottom: 38%;
    background-size: cover;
    background-position: center;
}
.solution .box14 .gallery-top .swiper-slide div{
    padding: 44px 54px 38px;
}
.solution .box14 .gallery-top .swiper-slide div h6{
    font-size: 30px;
    margin-bottom: 20px;
}
.solution .box14 .gallery-top .swiper-slide div p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.solution .box15{
    background-color: #fafafa;
}
.solution .box15 .swiper_div{
    position: relative;
}
.solution .box15 .swiper_div .swiper-button{
    width: 37px;
    height: 37px;
    margin-top: -19px;
    background-size: 100% 100%;
}
.solution .box15 .swiper_div .swiper-button-prev{
    left: -60px;
    background-image: url(../img/tb38.png);
}
.solution .box15 .swiper_div .swiper-button-next{
    right: -60px;
    background-image: url(../img/tb39.png);
}
.solution .box15 .swiper-container{
    padding: 20px;
    margin: -20px 0 0 -20px;
    width: 100%;
}
.solution .box15 .swiper-slide{
    box-sizing: border-box;
    padding-bottom: 15%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    transition: all 0.5s;
}

.solution .box16{

}
.solution .box16 .ul{
    display: flex;
    flex-wrap: wrap;
}
.solution .box16 .ul li{
    flex-shrink: 0;
    width: 23.5%;
    margin-right: 2%;
    cursor: pointer;
    box-shadow: 0px 0px 18px 0px rgba(27, 27, 27, 0.16);
}
.solution .box16 .ul li:nth-of-type(4n){
    margin-right: 0;
}
.solution .box16 .ul li em{
    display: block;
    width: 100%;
    padding-bottom: 68%;
    overflow: hidden;
    position: relative;
}
.solution .box16 .ul li em::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    background-image: url(../img/tb15.png);
    background-size: 100% 100%;
}
.solution .box16 .ul li em i{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}
.solution .box16 .ul li div{
    padding: 18px 16px 14px;
}
.solution .box16 .ul li div h6{
    font-size: 20px;
    margin-bottom: 12px;
    transition: all 0.5s;
}
.solution .box16 .ul li div p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.solution .box17{
    position: relative;
    background-color: #f7f8fa;
}
.solution .box17 .w1400{
    height: 530px;
    display: flex;
    align-items: center;
}
.solution .box17 em{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}
.solution .box17 .w1400 em::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    background-image: url(../img/tb15.png);
    background-size: 100% 100%;
}
.solution .box17 .w1400 em i{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.solution .box17 .w1400 div{
    flex-shrink: 0;
    width: 50%;
    margin-left: 50%;
    box-sizing: border-box;
    padding-left: 6%;
}
.solution .box17 .w1400 div h6{
    font-size: 40px;
    margin-bottom: 28px;
}
.solution .box17 .w1400 div h6::after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #2172e0;
    margin-top: 18px;
}
.solution .box17 .w1400 div p{
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}
.solution .box17 .w1400 div a{
    display: block;
    width: 134px;
    height: 38px;
    background-color: #2172e0;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin-top: 60px;
}

.solution .box18{

}
.solution .box18 .div{
    
}
.solution .box18 .div h6{
    font-size: 28px;
    color: #2172e0;
    text-align: center;
    margin-bottom: 30px;
}
.solution .box18 .div p{
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 24px;
}
.solution .box18 .div p img{
    max-width: 100%;
    height: auto !important;
}
.solution .box18 .div p:last-of-type{
    margin-bottom: 0;
}



.foot_box{

}
.foot_box .box1{
    padding: 50px 0;
    background-color: #0d0e11;
}
.foot_box .box1 .w1400{
    display: flex;
    justify-content: space-between;
}
.foot_box .ul{
    display: flex;
    flex: 1;
    position: relative;
}
.foot_box .ul .li1{
    position: absolute;
    top: 0;
    right: 10%;
    margin-right: 0;
}
.foot_box .ul li{
    white-space: nowrap;
    margin-right: 60px;
}
.foot_box .ul li:last-of-type{
    margin-right: 0;
}
.foot_box .ul li a{
    display: block;
    color: #e0e0e0;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.foot_box .ul li a:first-of-type{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.foot_box .ul li a:last-of-type{
    margin-bottom: 0;
}
.foot_box .ul li strong{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    width: 120px;
    margin: 0 auto 20px;
}
.foot_box .ul li .img_a{
    text-align: center;
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
}
.foot_box .ul li .img_a img{
    width: 120px;
}
.foot_box .ul li .img_a span{
    display: block;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 18px;
}
.foot_box .dl{

}
.foot_box .dl dt{ 
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.foot_box .dl dd{ 
    font-size: 0;
}
.foot_box .dl dd img{ 
    width: 96px;
    margin-top: 10px;
    margin-right: 10px;
}
.foot_box .dl dd img:nth-of-type(2n){
    margin-right: 0;
}

.foot_box .box2{
    background-color: #1b1d23;
    padding: 18px 0;
}
.foot_box .box2 .w1400{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #e0e0e0;
}
.foot_box .box2 .w1400 dt{
    line-height: 20px;
}
.foot_box .box2 .w1400 dt a{
    color: #e0e0e0;
    margin-left: 36px;
    transition: all 0.5s;
}
.foot_box .box2 .w1400 dt a img{
    width: 18px;
    margin-right: 4px;
}
.foot_box .box2 .w1400 dd{
    display: flex;
    align-items: center;
}
.foot_box .box2 .w1400 dd a{
    font-size: 14px;
    color: #e0e0e0;
    padding: 0 10px;
    border-right: 1px solid #bababa;
    transition: all 0.5s;
}

.foot_box .box2 .w1400 dd div{
    display: flex;
    align-items: center;
}
.foot_box .box2 .w1400 dd div span{
    font-size: 14px;
    color: #e0e0e0;
    padding: 0 0 0 10px;
}
.foot_box .box2 .w1400 dd div p{
    display: flex;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.foot_box .box2 .w1400 dd div .a{
    flex-shrink: 0;
    width: 98px;
    height: 27px;
    background-color: #393c47;
    line-height: 27px;
    text-align: center;
    border-radius: 2px;
    padding: 0;
    border-right: none;
    margin-left: 10px;
    transition: all 0.5s;
}
.foot_box .box2 .w1400 dd div .a img{
    width: 19px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}
.foot_box .box2 .w1400 dd div .a1{
    margin-left: 0;
}



.head_box{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 10%;
    background-color: #0d3c7b;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head_box .logo_a{
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    width: 163px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.head_box .en_a{
    font-size: 18px;
    color: #fff;
    margin: 0 26px;
    position: relative;
}
.head_box .en_a::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -26px;
}
.head_box .search_span{
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/tb59.png);
    background-size: 100% 100%;
}
.head_box .nav_ul{
    font-size: 0;
}
.head_box .nav_ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
.head_box .nav_ul li .a1{
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    padding: 0 8px;
    position: relative;
    transition: all 0.5s;
}
.head_box .nav_ul li .a1::before{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #207fff;
    opacity: 0;
    transition: all 0.5s;
}
.head_box .nav_ul li.active .a1{
    color: #207fff;
}
.head_box .nav_ul li.active .a1::before{
    width: 100%;
    opacity: 1;
}
.head_box .nav_ul li .a1 i{
    float: right;
    font-size: 18px;
    display: none;
    transition: all 0.5s;
}
.head_box .nav_ul li.active_li .a1 i{
    transform: rotate(135deg);
}
.head_box .nav_ul li .menu_div{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #0b2f5f;
    display: none;
}
.head_box .nav_ul li .menu_div p{
    display: flex;
    justify-content: center;
    height: 85px;
    line-height: 85px;
}
.head_box .nav_ul li .menu_div p a{
    font-size: 18px;
    color: #fff;
    margin: 0 45px;
    transition: all 0.5s;
}

.head_box .nav_ul li .menu_div .w1400{
    display: flex;
    color: #fff;
    height: 260px;
    padding: 54px 0;
}
.head_box .nav_ul li .menu_div .h5{
   flex-shrink: 0;
   width: 24%;
   margin-right: 4%;
}
.head_box .nav_ul li .menu_div .h5 strong{
    display: block;
    font-size: 34px;
    margin-bottom: 20px;
}
.head_box .nav_ul li .menu_div .h5 span{
    display: block;
    font-size: 16px;
    line-height: 1.8;
}
.head_box .nav_ul li .menu_div .div{
    flex-shrink: 0;
    width: 72%;
}
.head_box .nav_ul li .menu_div .h6{
    display: flex;
    border-bottom: 1px solid #556e8f;
    margin-bottom: 30px;
}
.head_box .nav_ul li .menu_div .h6 a{
    font-size: 18px;
    margin-right: 44px;
    padding-bottom: 22px;
    border-bottom: 2px solid #0b2f5f;
    color: #fff;
    transition: all 0.5s;
}
.head_box .nav_ul li .menu_div .h6 a.show{
    color: #207fff;
    border-color: #207fff;
}
.head_box .nav_ul li .menu_div .h6 a:last-of-type{
    margin-right: 0;
}
.head_box .nav_ul li .menu_div .nr_dl{
    
} 
.head_box .nav_ul li .menu_div .nr_dl{
    
} 
.head_box .nav_ul li .menu_div .nr_dl dd{
    display: none;
    overflow: hidden;
} 
.head_box .nav_ul li .menu_div .nr_dl dd:first-of-type{
    display: block;
    font-size: 0;
}
.head_box .nav_ul li .menu_div .nr_dl dd a{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    font-size: 16px;
    color: #e5e5e5;
    margin-top: 26px;
    transition: all 0.5s;
} 
.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(1),
.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(2),
.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(3){
    margin-top: 0;
}
.head_box .nav_ul li .menu_div .nr_dl dd a:nth-of-type(3n){
    margin-right: 0;
}

.head_box .mCSB_container{
    margin-right: 4px;
}
.head_box .mCustomScrollBox>.mCSB_scrollTools{
    width: 4px;
}
.head_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #217fff;
}
.head_box .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #839fc4;
    width: 4px;
}

.head_box .m_h6{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(../img/an1.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    display: none;
}
.head_box .ac_h6{
    background-image: url(../img/an2.png);
}



.video_box{
	position: fixed;
    z-index: 111;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.video_box div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
}
.video_box div i{
	position: absolute;
    z-index: 3;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #2172e0;
	font-size: 0.3rem;
	text-align: center;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}
.video_box div video{
	width: 100%;
	outline: none;
}


#boxb{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}






@media (min-width: 1024px){
    .foot_box .box2 .w1400 dd div .a:hover{
        background-color: #207fff;
    }
    .foot_box .box2 .w1400 dd div:hover p{
        width: 216px;
        margin-left: 10px;
    }
    .solution .tab_swiper .swiper-slide:hover{
        border-bottom: 2px solid #207fff;
        color: #333;
    }
    .data_info .content .gn_div .dd1 .qp_div:hover{
        background-color: #207fff;
        background-image: url(../img/tb13h.png);
    }
    .data_info .content .gn_div .dd1 .fx_div:hover{
        background-color: #207fff;
        background-image: url(../img/tb14h.png);
    }
    .foot_box .ul li .img_a:hover{
        opacity: 1;
    }
    .head_box .nav_ul li .menu_div .h6 a:hover{
        color: #207fff;
        border-color: #207fff;
    }
    .head_box .nav_ul li .menu_div .nr_dl dd a:hover{
        color: #4996ff;
    }
    .head_box .nav_ul li .menu_div p a:hover{
        color: #207fff;
    }
    .head_box .nav_ul li:hover .a1{
        color: #207fff;
    }
    .head_box .nav_ul li:hover .a1::before{
        width: 100%;
        opacity: 1;
    }
    .foot_box .box2 .w1400 dt a:hover{
        color: #fff;
    }
    .foot_box .box2 .w1400 dd a:hover{
        color: #fff;
    }
    .foot_box .ul li a:hover{
        color: #fff;
    }
    .solution .box16 .ul li:hover div h6{
        color: #2172e0;
    }
    .solution .box16 .ul li:hover em i{
        transform: scale(1.1);
    }
    .solution .box15 .swiper-slide:hover{
        border-color: #fff;
        box-shadow: 0px 0px 18px 0px rgba(27, 27, 27, 0.16);
    }
    .solution .box12 .more_a:hover{
        border-color: #fff;
        color: #fff;
    }
    .solution .box11 .div ul li:hover h6{
        color: #2172e0;
    }
    .solution .box10 .ul li:hover dl{
        top: 0;
        padding: 50px 50px 0;
    }
    .solution .box10 .ul li:hover i{
        transform: scale(1.1);
    }
    .solution .box9 .ul li:hover::after{
        width: 100%;
        opacity: 1;
    }
    .solution .box9 .ul li:hover em i{
        transform: scale(1.1);
    }
    .solution .box9 .ul li:hover{
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }
    .solution .box7 .div ul li:hover h6{
        color: #fff;
    }
    .solution .box7 .div ul li:hover p{
        color: #fff;
    }
    .solution .box7 .div ul li:hover{
        background-color: #2172e0;
    }
    .solution .box5 .div a:hover span{
        background-color: rgba(33, 114, 224, 1);
    }
    .solution .box5 .div a:hover{
        border-color: #fff;
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }
    .solution .box4 .ul li:hover h6{
        color: #2172e0;
    }
    .solution .box4 .ul li:hover i{
        background-color: #2172e0;
    }
    .solution .box4 .ul li:hover{
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }
    .solution .box3 .ul li:hover{
        background-color: #2172e0;
        box-shadow: 0px 0px 27px 0px rgba(53, 53, 53, 0.26);
    }
    .solution .box3 .ul li:hover em{
        background-color: #fff;
    }
    .solution .box3 .ul li:hover dl dt{
        color: #fff;
    }
    .solution .box3 .ul li:hover dl dd{
        color: #fff;
    }
    .solution .box2 .ul li:hover div{
        top: 0;
        opacity: 1;
    }
    .solution .about_top>.w1400 .tabs a:hover{
        border-color: #2172e0;
    }
    .index .box4 .list .div a:hover{
        background-color: #f3f8ff;
    }
    .index .box4 .list .div a:hover span::before{
        margin-left: 20px;
    }
    .index .box4 .list .div a:hover::after{
        height: 100%;
        opacity: 1;
    }
    .index .box4 .list .swiper-button:hover{
        background-color: #2172e0;
        border-color: #2172e0;
    }
    .index .box4 .type span:hover{
        color: #2172e0;
    }
    .index .box2 .ul li:hover dl{
        opacity: 1;
        top: 0;
    }
    .index .box2 .ul li:hover h6{
        opacity: 0;
    }
    .index .box1 .gallery-thumbs .swiper-slide:hover::after{
        opacity: 1;
    }
    .index .box1 .gallery-thumbs .swiper-slide:hover span{
        color: #2172e0;
    }
    .index .box1 .gallery-thumbs .swiper-slide:hover em img:nth-of-type(1){
        opacity: 0;
    }
    .index .box1 .gallery-thumbs .swiper-slide:hover em img:nth-of-type(2){
        opacity: 1;
    }
    .link_div a:hover{
        border-bottom: 2px solid #207fff;
        color: #333;
    }
    .data_info .content .gn_div .dd1 .bdsharebuttonbox a:hover{
        background-color: #2172e0;
    }
    .database .content .page .pagination a:hover{
        background: #2172e0;
        color: #fff;
    }
    .database .content .right .ul li h6 a:hover{
        color: #2172e0;
    }
    .database .content .right .div dd a:hover{
        color: #2172e0;
    }
    .database .content .left .dl .a1:hover{
        color: #2172e0;
    }
    .database .content .left .dl .a2:hover{
        color: #2172e0;
    }
    .database .content .left .dl p a:hover{
        color: #2172e0;
    }
}

@media (max-width: 1700px){
    .head_box{
        padding: 0 5%;
    }
    .head_box .logo_a{
        left: 5%;
    }
}

@media (max-width: 1500px){
    .head_box{
        padding: 0 3%;
    }
    .head_box .logo_a{
        left: 3%;
    }
    .head_box .nav_ul li{
        margin: 0 14px;
    }
    .solution .box15 .swiper_div .swiper-button-prev{
        left: 20px;
    }
    .solution .box15 .swiper_div .swiper-button-next{
        right: 20px;
    }
}

@media (max-width: 1420px){
    .head_box{
        padding: 0 2%;
    }
    .head_box .logo_a{
        left: 2%;
    }
    .head_box .nav_ul li{
        margin: 0 10px;
    }
    .head_box .nav_ul li .a1{
        font-size: 16px;
    }
    .head_box .logo_a{
        width: 140px;
    }
    .head_box .nav_ul li .menu_div p a{
        font-size: 16px;
    }
    .head_box .nav_ul li .menu_div .h6 a{
        font-size: 16px;
    }
    .foot_box .box2 .w1400{
        display: block;
    }
    .foot_box .box2 .w1400 dd a:first-of-type{
        padding-left: 0;
    }
    .foot_box .ul li a:first-of-type{
        font-size: 16px;
    }
    .foot_box .dl dt{
        font-size: 18px;
    }
    .foot_box .box2 .w1400 dt{
        margin-bottom: 10px;
    }
    .database .content .left .h4{
        font-size: 22px;
    }
    .database .content .left{
        width: 280px;
    }
}

@media (max-width: 1200px){
    .main{
        padding-top: 60px;
    }
    .head_box{
        height: 60px;
        padding: 0 70px 0 0;
    }
    .head_box .logo_a{
        width: 100px;
        left: 3%;
    }
    .head_box .nav_ul{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    }
    .head_box .nav_ul li{
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    .head_box .nav_ul li .a1{
        height: 44px;
        line-height: 44px;
        color: #333;
        padding: 0;
    }
    .head_box .nav_ul li .a1 i{
        display: block;
    }
    .head_box .nav_ul li .menu_div .h5{
        display: none;
    }
    .head_box .nav_ul li .menu_div .w1400{
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
        color: #666;
        box-sizing: border-box;
    }
    .head_box .nav_ul li .menu_div .div{
        width: 100%;
        max-height: 80vw;
        overflow-y: auto;
    }
    .head_box .nav_ul li .menu_div .h6{
        display: none;
    }
    .head_box .nav_ul li .menu_div .nr_dl dd{
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .head_box .nav_ul li .menu_div .nr_dl dd:last-of-type{
        margin-bottom: 0;
    }
    .head_box .nav_ul li .menu_div .nr_dl dd a{
        color: #666;
        width: 100%;
        margin: 0;
        line-height: 30px;
    }




    .head_box .nav_ul li .menu_div{
        display: none;
        position: static;
        width: 100%;
        background-color: #f7f7f7;
    }
    .head_box .nav_ul li .menu_div p{
        display: block;
        height: auto;
        line-height: 1;
        padding: 10px 20px;
    }
    .head_box .nav_ul li .menu_div p a{
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin: 0;
        color: #666;
    }



    .head_box .m_h6{
        display: block;
    }
    .foot_box .ul{
        display: block;
        margin-bottom: 30px;
    }
    .foot_box .ul li{
        margin-right: 0;
        margin-bottom: 24px;
        text-align: center;
    }
    .foot_box .ul li:nth-of-type(1){
        display: none;
    }
    .foot_box .ul li a{
        display: inline-block;
        margin: 0 10px;
    }
    .foot_box .ul li a:first-of-type{
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .foot_box .box1{
        padding: 40px 0;
    }
    .foot_box .dl dd{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .foot_box .dl dt{
        text-align: center;
    }
    .foot_box .dl dd img{
        width: 33%;
        margin-right: 6%;
        margin-top: 20px;
    }
    .foot_box .box2 .w1400 dt{
        text-align: center;
        margin-bottom: 0;
    }
    .foot_box .box2 .w1400 dt a{
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }
    .foot_box .dl dd img:nth-of-type(2n){
        margin-right: 0;
    }
    .foot_box .box1 .w1400{
        display: block;
    }
    .foot_box .box2 .w1400 dd{
        display: none;
    }


    .database .content{
        padding: 40px 0;
    }
    .database .content .box{
        display: block;
    }
    .database .content .left{
        width: 100%;
    }
    .database .content .right{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .database .content .right .ul li{
        padding-bottom: 50px;
        padding-right: 0;
    }
    .database .content .right .ul li h6{
        top: auto;
        margin-top: 0;
        bottom: 0.2rem;
    }
    .database .content .page .pagination a{
        margin: 8px 2px;
        font-size: 14px;
    }
    .database .content .page{
        padding: 0;
    }
    
    .data_info .content{
        padding: 40px 0;
    }
    .data_info .content .title h5{
        font-size: 24px;
    }
    .data_info .content .gn_div .dd1 .qp_div{
        display: none;
    }
    .data_info .content .gn_div .dd2{
        display: none;
    }
    .data_info .content .gn_div .dd1{
        width: auto;
        display: none;
    }
    .data_info .content .gn_div .dd3{
        width: 100%;
    }
    .data_info .content .gn_dl{
        width: 100%;
        height: 50px;
    }
    .data_info .content .div p img{
        /* width: 92%;
        margin: 15px auto; */
    }
    

    .index .banner{
        width: 100%;
        height: 60vw;
    }
    .index .banner .swiper-slide video{
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .index .banner .video-slide{
        display: none;
    }
    .index .banner .swiper-slide dl dt strong{
        font-size: 36px;
        line-height: 1.4;
    }
    .index .banner .swiper-slide dl dd{
        font-size: 20px;
    }
    .index .banner .swiper-button-prev{
        display: none;
    }
    .index .banner .swiper-button-next{
        display: none;
    }
    .title_h5 strong{
        font-size: 22px;
    }
    .title_h5 P{
        width: 100%;
        font-size: 14px;
    }
    .index .box1{
        margin-top: 50px;
    }
    .index .pd{
        padding: 50px 0;
    }
    .title_h5{
        margin-bottom: 40px;
    }
    .index .box1 .gallery-top{
        height: 60vw;
    }
    .index .box1 .gallery-top .swiper-slide h6{
        font-size: 20px;
        width: 100%;
    }
    .index .more_a{
        width: 134px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .index .box1 .gallery-top .swiper-slide p{
        width: 100%;
        margin: 20px 0;
        font-size: 14px;
    }
    .index .box2 .ul li{
        width: 50%;
    }
    .index .box2 .ul li:nth-of-type(3){
        border-top: 1px solid #e0e0e0;
    }
    .index .box2 .ul li:nth-of-type(3n){
        border-right: 1px solid #e0e0e0;
    }
    .index .box2 .ul li:nth-of-type(2n){
        border-right: none;
    }
    .index .box2 .ul li a{
        padding: 10px;
    }
    .index .box2 .ul li dl{
        display: none;
    }
    .index .box2 .ul li h6{
        font-size: 14px;
        line-height: 1.4;
    }
    .index .box1 .thumbs_div{
        width: 96%;
        display: none;
    }
    .index .box1 .gallery-thumbs .swiper-slide span{
        font-size: 16px;
        line-height: 1.5;
    }
    
    .index .box3{
        height: 70vw;
    }
    .index .box3 .w1400 h6{
        font-size: 22px;
    }
    .index .box3 .w1400 h5{
        font-size: 28px;
    }
    .index .box3 .w1400 p{
        font-size: 16px;
    }
    .index .box3 .w1400 .more_a{
        margin-top: 20px;
    }
    
    .index .box4 .type{
        text-align: center;
        margin-top: -14px;
    }
    .index .box4 .type span{
        width: 25%;
        margin-left: 0;
        margin-top: 14px;
    }
    .index .box4 .list{
        height: auto;
    }
    .index .box4 .list .swiper-container{
        width: 100%;
        height: 84vw;
    }
    .index .box4 .list .div{
        position: static;
        width: 100%;
        margin-left: 0;
    }
    .index .box4 .list .swiper-slide div h6{
        font-size: 20px;
    }
    .index .box4 .list .swiper-slide div p{
        font-size: 14px;
        height: 44px;
    }
    .index .box4 .list .div a h6{
        font-size: 20px;
    }
    .index .box4 .list .div a p{
        font-size: 14px;
        height: 44px;
    }
    .index .box4 .list .div a span::before{
        width: 24px;
        height: 16px;
    }
    .index .box4 .list .div a span{
        font-size: 14px;
    }

    .solution .tab_swiper{
        display: none;
    }

    .solution .pd{
        padding: 50px 0;
    }
    .solution .box1{
        height: auto;
        padding: 50px 0;
    }
    .solution .box1 .w1400{
        flex-direction: column-reverse;
    }
    .solution .box1 .w1400 dd{
        position: static;
        width: 100%;
        height: 50vw;
    }
    .solution .box1 .w1400 dt{
        width: 100%;
        margin-top: 20px;
    }
    .solution .box1 .w1400 dt h6{
        font-size: 22px;
    }
    .solution .box1 .w1400 dt p{
        margin-top: 14px;
    }

    .solution .box2 .ul{
        margin-top: -20px;
    }
    .solution .box2 .ul li h6{
        font-size: 18px;
    }
    .solution .box2 .ul li div{
        display: none;
    }
    .solution .box2 .ul li img{
        width: 42px;
    }
    .solution .box2 .ul li{
        padding: 0 10px;
        margin-top: 20px;
    }
    .solution .box2 .ul li span{
        line-height: 1.4;
    }
    .solution .box2s .ul li{
        width: 49%;
    }
    .solution .box2s .ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .solution .box2s .ul li:nth-of-type(2n){
        margin-right: 0;
    }

    .solution .box3 .ul{
        margin-top: 0;
    }
    .solution .box3 .ul li{
        float: none;
        width: 100%;
        display: block;
        padding: 30px 20px;
        height: auto;
        text-align: center;
        margin-top: 20px;
    }
    .solution .box3 .ul li em{
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
    .solution .box3 .ul li dl{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .solution .box3 .ul li dl dt{
        font-size: 24px;
    }

    .solution .box4 .ul{
        margin-top: 0;
    }
    .solution .box4 .ul li{
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
        height: 280px;
    }

    .solution .box5 .div a{
        flex-wrap: wrap;
        padding: 20px 80px 20px 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .solution .box5 .div a span{
        right: 20px;
    }
    .solution .box5 .div a h6{
        flex: 1;
        min-width: 0;
        margin: 0 20px;
    }
    .solution .box5 .div a p{
        flex: none;
        width: 100%;
        line-height: 1.4;
        margin-top: 20px;
    }

    .solution .box6 .div{
        display: block;
    }
    .solution .box6 .div em{
        width: 100%;
        display: block;
    }
    .solution .box6 .div .gdl_div{
        width: 100%;
        margin-top: 30px;
    }
    .solution .box6 .div .gdl_div h4{
        font-size: 18px;
    }

    .solution .box7 .div{
        display: block;
    }
    .solution .box7 .div em{
        display: block;
        width: 100%;
        height: 50vw;
        border-radius: 0;
    }
    .solution .box7 .div ul{
        width: 100%;
        border-radius: 0;
        padding: 10px 0 0;
    }
    .solution .box7 .div ul li{
        padding: 20px;
        border-bottom: 1px solid #eee;
    }
    .solution .box7 .div ul li:last-of-type{
        border-bottom: none;
    }

    .solution .box8 .swiper-container{
        height: auto;
        padding-bottom: 30px;
    }
    .solution .box8 .swiper-slide{
        flex-direction: column-reverse;
    }
    .solution .box8 .swiper-slide div{
        width: 100%;
        padding: 30px 20px;
    }
    .solution .box8 .swiper-slide em{
        display: block;
        width: 100%;
        height: 60vw;
    }
    .solution .box8 .swiper-slide div h6{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .solution .box8 .swiper-button-next{
        display: none;
    }
    .solution .box8 .swiper-button-prev{
        display: none;
    }
    .solution .box8 .swiper-pagination{
        right: 0;
        bottom: 0.2rem;
        width: 100%;
    }

    .solution .box9 .ul{
        margin-top: -20px;
    }
    .solution .box9 .ul li{
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }
    .solution .box9 .ul li div{
        padding: 30px 20px 24px;
    }

    .solution .box10 .ul{
        margin-top: -20px;
    }
    .solution .box10 .ul li{
        width: 100%;
        margin-top: 20px;
        padding-bottom: 70%;
    }
    .solution .box10 .ul li dl{
        top: 0;
        padding: 30px 20px;
    }
    .solution .box10 .ul li dl dd{
        max-height: 70%;
        overflow-y: auto;
        font-size: 14px;
    }
    .solution .box11 .div ul li h6{
        font-size: 18px;
    }
    .solution .box11 .div ul li p{
        font-size: 14px;
    }

    .solution .box11 .div{
        height: auto;
    }
    .solution .box11 .div em{
        width: 100%;
        height: 50vw;
    }
    .solution .box11 .div .list_div{
        position: static;
        width: 100%;
        height: auto;
    }
    .solution .box11 .div ul{
        padding: 10px 20px;
    }

    .solution .box12 .gallery-top .swiper-slide{
        flex-direction: column-reverse;
    }
    .solution .box12 .gallery-top .swiper-slide div{
        width: 100%;
        margin-top: 30px;
    }
    .solution .box12 .gallery-top .swiper-slide i{
        width: 100%;
        padding-bottom: 50%;
    }
    .solution .box12 .gallery-top .swiper-slide div h6{
        font-size: 24px;
    }

    .solution .box13 .swiper-container{
        padding: 0;
        margin-top: 0;
    }
    .solution .box13 .swiper-slide-active i{
        transform: none;
    }
    .solution .box13 .swiper-slide i{
        box-shadow: none;
    }

    .solution .box14 .swiper_div{
        display: block;
    }
    .solution .box14 .gallery-thumbs{
        display: none;
    }
    .solution .box14 .gallery-top .swiper-wrapper{
        display: block;
    }
    .solution .box14 .gallery-top .swiper-slide i{
        padding-bottom: 42%;
    }
    .solution .box14 .gallery-top .swiper-slide div{
        padding: 30px 20px;
    }
    .solution .box14 .gallery-top .swiper-slide div h6{
        font-size: 24px;
    }

    .solution .box15 .swiper-container{
        padding: 0;
        margin: 0;
    }

    .solution .box16 .ul{
        display: block;
    }
    .solution .box16 .ul li{
        width: 100%;
        margin-top: 20px;
    }

    .solution .box17 .w1400{
        display: block;
        height: auto;
    }
    .solution .box17 em{
        display: block;
        position: relative;
        width: 100%;
        height: 50vw;
    }
    .solution .box17 .w1400 em::after{
        width: 54px;
        height: 54px;
        margin: -27px 0 0 -27px;
    }
    .solution .box17 .w1400 div{
        width: 100%;
        margin-left: 0;
        padding: 0;
        padding: 30px 0 50px;
    }
    .solution .box17 .w1400 div h6{
        font-size: 24px;
    }
    .solution .box17 .w1400 div a{
        margin: 30px auto 0;
    }

    .solution .box18 .div h6{
        font-size: 24px;
    }
    .solution .box18 .div p{
        font-size: 16px;
    }

    .solution .box9 .ul li div h6{
        font-size: 18px;
    }
    .solution .box12 .gallery-thumbs .swiper-slide{
        font-size: 16px;
    }

    .solution .box12 .gallery-top .swiper-slide div p{
        font-size: 14px;
    }
    .solution .box6 .div .gdl_div{
        max-height: none;
    }
    .solution .box6 .div .gdl_div p{
        font-size: 14px;
    }
    .solution .box9 .ul li div p{
        font-size: 14px;
    }

    .link_div{
        display: none;
    }

    .video_box div{
        width: 100%;
    }

   

    
}


































































