.header{
	width: 100%;
	height: 82px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: none;
	transition: all .3s;
	background-color: transparent;
	background-image: url(../images/head-bg.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.header .wmain{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .logo-box {
	width: 200px;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: 99;
}
.header .logo {
	display: block;
	line-height: 0;
	background-size: 100% 100%;
	background-image: url(../images/logo-normal.svg);
}
.header .logo img{
	width: auto;
	height: 42px;
	transition: all .3s;
}

.header.header-pro,.header.fixed{
	height: 72px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}

.header-space{
	width: 100%;
	height: 72px;
	transition: all .3s;
	display: none;
}
.space-pro{
	display: block;
}

.header.header-pro .logo,.header.fixed .logo{
	display: block;
	line-height: 0;
	background-size: 100% 100%;
	background-image: url(../images/logo.svg);
}
.header.header-pro .logo img,.header.fixed .logo img{
	height: 36px;
}



.header .menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 250px;
}

.header .menu li{
	margin: 0 15px;
	position: relative;
	height: 30px;
}

.header .menu li h3{
	display: block;
	width: 100%;
}
.header .menu li a {
	display: block;
	line-height: 30px;
	background: none;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-position: center top;
	padding: 0 13px;
	font-weight: normal;
	transition: color .3s;
}

.header .menu li a:hover, .header .menu li a.curr{
	/*font-weight: bold;*/
	color: #fff;
	transition: color .3s;
}

.header.header-pro .menu li a,.header.fixed .menu li a{
	color: #545454;
	transition: color .3s;
}
.header.fixed .menu li a:hover, .header.fixed .menu li a.curr{
	color: #111;
	transition: color .3s;
}
.header.header-pro .menu li a:hover, .header.header-pro .menu li a.curr{
	color: #111;
	transition: color .3s;
}

.menu .dropdown{
    visibility: hidden; /* 初始状态为隐藏 */
    opacity: 0; /* 初始透明度为 0 */
    transition: visibility 0s, opacity 0.2s ease-in-out; /* 添加过渡效果 */
    
    position: absolute;
    width: 200px;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    padding: 22px 0 0;
    z-index: 999999;
}

/* 当菜单显示时，设置可见性和透明度 */
.menu li.m:hover .dropdown {
    visibility: visible; 
    opacity: 1; 
}
.menu .m1 .dropdown{
    width: 450px;
}
.menu .m2 .dropdown{
    width: 600px;
}
.menu .dropdown-pad{
	background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
	display: flex;
	align-items: stretch;
}

.menu .m1 .dropdown-pad,.menu .m2 .dropdown-pad{
	padding: 20px;
}


.menu .dropdown .drop-ul{
	width:100%;
}

.menu .m1 .dropdown .drop-ul,.menu .m2 .dropdown .drop-ul{
	width:160px;
}

.menu .dropdown .drop-xx{
	width: 1px;
	background-color: #ddd;
	margin: 0 20px;
}

.menu .dropdown .drop-ul-a{
	width: 100%;
	flex: 1;
}
.menu .dropdown li.sub_li{
	margin: 0;
	height: auto;
	padding: 0;
}
.menu .dropdown li.sub_li a{
    color:#333;
	font-size: 14px;
	text-align: left;
	padding: 0 14px;
	line-height: 30px;
	background-color: #fff;
}

.menu .dropdown li.sub_li.sub_on a,.menu .dropdown li.sub_li:hover a{
	background-color: #f0f0f0;
	color: #1564af;
}

.menu .dropdown li.sun_li{
	display: none;
	height: auto;
}
.menu .dropdown li.sun_li.sub_on{
	display: block;
	height: auto;
}

.menu .dropdown li.sun_li a{
	color:#555;
	font-size: 14px;
	text-align: left;
	padding: 2px 20px;
	background-image: url(../svg/roll-right.svg);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 12px;
}
.menu .dropdown li.sun_li a:hover{
	color:#1564af;
	background-image: url(../svg/roll-right-blue.svg);
}

.header .right-button{
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.header .right-button .search{
	padding-right: 13px;
	line-height: 0;
	cursor: pointer;
	border-right: 1px solid #fff;
}
.header.header.header-pro .right-button .search,.header.fixed .right-button .search{
	border-right: 1px solid #222222;
}

.header .right-button .search img{
	height: 24px;
	width: auto;
}

.search-box{
	position: relative;
}
.header .right-button .lang-box{
	display: flex;
	align-items: center;
	margin-left: 13px;
	line-height: 0;
	position: relative;
	cursor: pointer;
}


.header .right-button .lang-box img.lang-icon{
	height: 23px;
	width: auto;
}
.header .right-button .lang-box img.roll-icon{
	height: auto;
	width: 10px;
}

.header img.img-w{
	display: block;
}

.header.header-pro img.img-w,.header.fixed img.img-w{
	display: none;
}

.header img.img-b{
	display: none;
}
.header.header-pro img.img-b,.header.fixed img.img-b{
	display: block;
}




.header .right-button .lang-box span{
	display: block;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	margin: 0 6px;
}

.header.header-pro .right-button .lang-box span, .header.fixed .right-button .lang-box span{
	color: #000000;
}

.lang-box .lang-list{
	display: none;
	min-width: 100px;
	position: absolute;
	z-index: 1000;
	top: -99px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 0;
	color: #666;
	transition: top 0.5s;
}

.lang-box:hover .lang-list{
	top: 20px;
	display: block;
}


.lang-box .lang-list ul{
	min-width: 100px;
	padding: 5px 0;
	border: 1px solid #eee;
	border-radius: 2px;
	background-color: #fff;
	
}

.lang-box .lang-list li{
	position: relative;
	width: calc(100% + 1px);
	padding: 0 15px;
	box-sizing: border-box;
}

.lang-box .lang-list li a{
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
}
.lang-box .lang-list li a:hover{
	color:#1564af;
}


/* 首页banner样式 */

.banner {
	width: 100%;
	height: auto;
	position: relative;
}

.banner .swiper-slide {
	height: auto;
	position: relative;
}

.banner .swiper-slide a{
	display: block;
	line-height: 0;
}


.banner .swiper-slide img {
	width: 100%;
	height: auto;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
    z-index: 99999;
}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
.banner .swiper-button-next::after,.banner .swiper-button-prev::after{
	content: '';
	display: none;
}
.banner .swiper-button-next{
	background: url(../images/banner_arrow.png) no-repeat left top;
	left: 20px;
	right:auto;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	outline: none;
}

.banner .swiper-button-prev {
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	right: 20px;
	left:auto;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	outline: none;
}
.banner .swiper-pagination{
	bottom: 45px !important;
}

.banner .swiper-pagination-bullet{
	width: 100px;
	height: 8px;
	border-radius: 8px;
	margin: 0 8px !important;
	background-color: #ffffff;
	opacity: 1
}
.banner .swiper-pagination-bullet-active{
	background-color: #e60012;
}

.section .title{
	display: block;
	font-size: 40px;
	line-height: 60px;
	color:#000;
	text-align: center;
	font-weight: 700;
}
.section .sub-desc{
	display: block;
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
	color: #545454;
}
.hot-product{
	padding: 100px 0 0;
}

.my-tab{
	margin: 12px 0 0;
}
.my-tab .layui-tab-title{
	border-bottom: 0;
	text-align: center;
	height: 46px;
    user-select: none;
}
.my-tab .layui-tab-title li{
	font-size: 18px;
	color:#545454;
	padding: 0;
	margin: 0 20px 10px;
	line-height: 46px;
    user-select: none;
}

.my-tab .layui-tab-title li.layui-this{
	font-weight:bold;
	color:#000;
}
.my-tab .layui-tab-title li.layui-this::after{
	position: absolute;
	left: 0;
	top: 42px;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #e60012;
	border: 0 !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	pointer-events: none;
}

.my-tab .layui-tab-title .layui-tab-bar{
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 3px;
}

.my-tab .layui-tab-title .layui-tab-bar .layui-icon{
	top:1px;
	display: block;
}

.hot-swiper-box{
	padding: 0 20px;
	position: relative;
	margin-top: 50px;
}

.hotSwiper{
	width: 100%;
	position: relative;
	padding:0 0 80px;
	min-height: 300px;
}

.hotSwiper .swiper-slide {
	background-color: #f3f7ff;
	border-radius: 4px;
}

.hotSwiper .swiper-slide a{
	display: block;
	margin: 20px;
	position: relative;
	overflow: hidden;
}
.hotSwiper .swiper-slide a::before{
	display: block;
	content: ' ';
	position: absolute;
	top:0;
	left:-150%;
	width:20%;
	height:100%;
	background:-webkit-linear-gradient(left, rgba(255,255,255,0)0%, rgba(255,255,255,0.3)30%, rgba(255,255,255,0)100%);
	transform:skewX(-30deg);
}
.hotSwiper .swiper-slide a:hover::before{
	left:150%;
    transition: all 1s ease-in-out;
}



.hotSwiper .swiper-slide .desc{
	height: 32px;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin: 16px 20px 0;
	border-bottom: 1px solid #eaeaea;
	color: #545454;
}

.hotSwiper .swiper-slide .p-title{
	color: #000000;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 20px;
	margin: 12px 20px 0;
}

.hotSwiper .swiper-slide .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.hotSwiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
}

.hotSwiper .swiper-pagination-bullet-active{
	background-color: #0a3c74;
}


.hot-swiper-box .swiper-button-prev, .hot-swiper-box .swiper-button-next{
	width: 80px;
	height: 80px;
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 999;
	pointer-events: auto !important;
}

.hot-swiper-box .swiper-button-prev{
	background-image: url(../images/roll-left.svg);
	left:0;
}
.hot-swiper-box .swiper-button-prev:hover{
	background-image: url(../images/roll-left-active.svg);
}
.hot-swiper-box .swiper-button-next{
	background-image: url(../images/roll-right.svg);
	right:0;
}
.hot-swiper-box .swiper-button-next:hover{
	background-image: url(../images/roll-right-active.svg);
}



.solution{
	padding-top:100px;
}

.solution .line{
	width: 46px;
	height: 6px;
	background-color: #1564af;
	margin: 25px auto 0;
}
.solu-box{
	margin: 45px -1px 0;
	overflow: hidden;
}

.solu-box ul li{
	float: left;
	width: 25%;
	transition:all 0.5s;
	background-size:  auto 100%;
	position: relative;
	border:1px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.solu-box ul li:nth-child(4n){
	border-right:0;
}

.solu-box ul li a.item-text{
	left:0;
	top:0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: transparent;
	transition:all .5s;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
	padding:45px 40px;
}
.solu-box ul li:hover .item-text{
	justify-content: center;
	background-color: #0b3a7c;
	padding:40px 54px;
}

.solu-box .item-text .icon{
	line-height: 0;
	text-align: center;
}
.solu-box .item-text .icon img{
	width: 66px;
	height: auto;
	transition:all 0.5s;
} 
.solu-box .item-text .title{
	margin-top: 8px;
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}

.solu-box .item-text .tip{
	display: none;
	margin-top: 23px;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}
.solu-box ul li:hover .item-text .tip{
	display: block;
}
.solu-box .item-text span.more{
	display: block;
	margin-top: 27px;
	line-height: 0;
}

.solu-box .item-text span.more img{
	width: auto;
	height: 24px;
}


.solu-box ul li .pic{
	width: 100%;
	line-height: 0;
}
.solu-box ul li .pic img{
	width: 100%;
	height: auto;
}

.solu-box ul li .item-text .pic{
	width: 100%;
	line-height: 0;
}



.i-about{
	padding: 100px 0;
	background-image: url(../images/i-about-bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #fff;
}


.number-list{
	margin-top: 60px;
}

.number-list .item-one{
	width:25%;
	float: left;
}
.number-list .item-one .num-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.number-list .item-one .num-box .icon{
	margin-right: 10px;
	line-height: 0;
}
.number-list .item-one .num-box .icon img{
	width: 48px;
	height: auto;
}
.number-list .item-one .num-box .number{
	color: #1564af;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight: 400;
	font-size: 58px;
	line-height: 70px;
}

.number-list .item-one .num-box .unit{
	color: #1564af;
	margin-left: 5px;
	margin-top: 20px;
	font-size: 30px;
	font-family: Rany;
	font-weight: 700;
}

.number-list .item-one .desc{
	width: 100%;
	margin-top: 14px;
	color: #555555;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}


.i-about .about-box{
	margin-top: 50px;
	display: flex;
	align-items: stretch;
}


.i-about .about-img{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.i-about .about-img img{
	width: 100%;
	height: auto;
	transition: transform .4s;
}


.i-about .about-img:hover img{
	transform: scale(1.1,1.1);
}


.i-about .company-box{
	width: 50%;
	float: left;
	box-sizing: border-box;
	/* padding: 50px 78px; */
	padding: 0 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #ffffff;
  	box-shadow: 0px 10px 12.9px #c8d3df33;
}

.i-about .company-box .company-name{
	display: block;
	font-size: 36px;
	line-height: 1.5;
	color:#000;
	text-align: center;
	font-weight: 700;
}



.i-about .company-box .introduce{
	margin-top: 30px;
	color:#000;
}
.i-about .company-box .introduce p{
	font-size: 16px;
	line-height: 28px;
}

.i-about .company-box .read-more{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.i-about .company-box .read-more a.more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 48px;
	background: #0a3c74;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	transition:all 0.3s;
}

.i-about .company-box .read-more a.more img{
	width: auto;
	height: 17px;
	margin-left: 20px;
	transition:all 0.3s;
	margin-bottom:2px;
}

.i-about .company-box .read-more a.more:hover{
	background: #1564af;
}
.i-about .company-box .read-more a.more:hover img{
	margin-left: 10px;
}



.new-pro-section{
	background-image: url(../images/new-pro-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 500px;
}

.new-pro-section .main{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 200px 0;
}

.new-pro-section .new-pro-title{
	font-size: 44px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4;
}
.new-pro-section .import-title{
	font-size: 44px;
	color: #00ccff;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 20px;
}

.new-pro-section a.more{
	display: block;
	width: 165px;
	height: 46px;
	background-color: #1564af;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	border-radius: 46px;
	font-size: 20px;
	margin-top: 80px;
}
.new-pro-section a.more:hover{
	background-color: #00a8ff;
}

.news-section{ padding-bottom: 0; }

.news-section{
	background-color: #ffffff;
	padding:100px 0 20px;
}
.news-section h2.title{
	display: block;
	font-size: 36px;
	text-align: center;
	color: #111111;
	font-weight: bold;
}
.news-section .sub-desc{
	display: block;
	margin-top: 20px;
	font-size: 17px;
	text-align: center;
	color: #666666;
}

.news-section .line{
	display: block;
	width: 46px;
	height: 6px;
	background-color: #1564af;
	margin: 25px auto 0;
}


/*首页新闻中心*/
.thumbnail img {display:block; position:absolute; left:0; top:0; width:100%; height:100%;}

.home-news {padding:45px 0;}
.home-news ul {overflow: hidden; width:104%;}
.home-news li {float:left; width:46%; padding-right:4%; padding-bottom:4%;}
.home-news li a {display: block; overflow: hidden; position:relative;  border-top:2px solid #f7f5fa; padding-top:30px;}
.home-news li .thumbnail {float:left; width:280px; margin-bottom: 0;}
.home-news li .thumbnail img {transition:transform .3s;}
.home-news li figure {padding-bottom:67.924%; position:relative; overflow: hidden;}
.home-news li .info {margin-left:310px; padding:0 10px 25px 0;}
.home-news li h3 {font-size:18px; color:#333; font-weight:normal; line-height: 1.5; max-height: 60px; overflow: hidden; margin-bottom:5px;}
.home-news li .text {font-size:16px; color:#888; line-height: 1.75em; max-height:5.25em; overflow: hidden;}
.home-news li time, .home-news li .more {position:absolute; bottom:0; left:310px; font-size:14px; color:#bbb;}
.home-news li .more {left:auto; right:10px;}
.home-news li a:hover img {transform:scale(1.1,1.1);}
.home-news li a:hover h3, .home-news li a:hover .more {color:#1564af; }


.readMore {text-align: center; font-size: 20px; border-top:1px solid #f1f1f1; padding-top:25px;}
.readMore a {color:#aaa; background:url(../images/icon_13.png) no-repeat right center; padding-right:25px;}
.readMore a:hover {color:#1564af;}


/*内页Banner*/
.sub_banner {width:100%; line-height:0; position: relative;}
.sub_banner img{width:100%; height:auto}
.sub_bar {
	background-color:#fff;
	border-bottom: 1px solid #d9d9d9;
	height:75px;
	transition:all .3s;
}

.sub_bar .w80{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product .w80{
	display: flex;
}
.sub-left{
	width: 280px;
}
.sub-right{
	width: 100%;
	flex: 1;
	margin-left: 80px;
	overflow: hidden;
}


.subMenu{width: 100%; flex:1; transition:all .3s;}
.subMenu span {display:none;}
.subMenu ul{width: 100%; padding: 25px 0; display: flex;align-items: center; justify-content: center;}
.subMenu li { font-size:18px; color:#333; padding:0 40px;border-left: 2px solid #d8d8d8;}
.subMenu li:first-child { border-left: 0;}
.subMenu li a {display:block; line-height:25px; color:#999; position:relative; font-weight: bold; }
.subMenu li a:hover,.subMenu li a.cur {color:#1564af;}
.subMenu li a.cur:after{transition:all .3s; content:''; display:block; width:100%; height:3px; background-color:#e6000f; position:absolute; left:0; bottom:-26px;}

.localtion {line-height: 74px; font-size:15px; color:#888; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.localtion i {font-family: 'Simsun'; font-style: normal; padding:2px 6px;}
.localtion a {color:#888; padding:2px 0;}
.localtion a:hover {color:#295585;}
.localtion span {color:#295585; padding:2px 0;}




.sub_content{padding:0; font-size: 16px; line-height: 1.8;min-height: 400px;}
.sub_content img{max-width: 100%;height: auto;}
.sub_content p{text-indent:0;}

.sub_content .section{padding: 54px 0;}



.section .con-box{
	padding: 20px 0 20px;
}
.section .con-box p{
	text-indent: 2em;
}

.section .com_pic{
	width: 35%;
}
.section .com_text{
	width: 100%;
	flex: 1;
	padding-left: 50px;
	box-sizing: border-box;
	margin-top: 20px;
	line-height: 2;
}



.icon-list{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.icon-list .icon-item{
	width:25%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.icon-list .icon-item .pic{
	width:75px;
	height:75px;
}

.icon-list .icon-item .item-text{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color:#777;
}

.icon-list .icon-item .item-text em.number{
	font-style: normal;
	font-weight: bold;
	margin:0 10px 10px;
	font-size: 38px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #1564af;
}


.sub_content .section.development{
	background: #FFF;
	position: relative;
	padding: 80px 0;
}


.statistics-box{
	padding: 65px 0 !important;
	background-image: url(../images/statistics-bg.png);
	background-size: cover; 
}

.statistics-box .number-list{
	margin: 0;
}
.statistics-box .number-list .item-one .num-box .number{
	color:#fff;
}

.statistics-box .number-list .item-one .desc{
	color:#fff;
}
.statistics-box .number-list .item-one .num-box .unit{
	color:#fff;
}

.development-box{
	padding: 0 20px;
	position: relative;
	margin-top: 60px;
}

.development-box .swiper-container{
	width: 100%;
	position: relative;
	padding:0 0 60px;
	height: 440px;
}

.development-box .swiper-slide {
	padding: 0;
	position: relative;
}
.date-box {
	width: 100%;
}
.date-box .date-title{
	transition: all .5s;
	height: 80px;
	display: flex;
	align-items: center;
	color: #999;
	font-size: 28px;
	line-height: 1.2;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	cursor: pointer;
}
.date-box .date-con{
	padding-top: 20px;
	padding-left: 7px;
	display: none;
	height: 300px;
	overflow-y: height;
	
}
.date-box .date-con .con-item{
	position: relative;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left: 1px solid #dddddd;
	cursor: pointer;
}
.date-box .date-con .con-item .radius{
	position: absolute;
	top:3px;
	left: 0;
	margin-left: -7px;
	width:14px;
	height: 14px;
	background-color: #fff;
	border: 2px solid #002966;
	border-radius: 14px;
}
.date-box .date-con .con-item .con-text{
	font-size: 14px;
	line-height: 1.4;
}

.date-box .date-con .con-item:hover{
	color: #1564af;
	font-weight: bold;
}
.date-box .date-con .con-item:hover .radius{
	border: 2px solid #1564af;
}

.development-box .swiper-slide-active .date-box .date-title{
	color: #1564af;
	font-size: 68px;
}

.development-box .swiper-slide-active .date-con{
	display: block;
}

.development-box .swiper-pagination-bullet-active{
	background-color: #0a3c74;
}


.development-box .swiper-button-prev, .development-box .swiper-button-next{
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}

.development-box .swiper-button-prev{
	background-image: url(../images/roll-left.svg);
	left:0;
}
.development-box .swiper-button-prev:hover{
	background-image: url(../images/roll-left-active.svg);
}
.development-box .swiper-button-next{
	background-image: url(../images/roll-right.svg);
	right:0;
}
.development-box .swiper-button-next:hover{
	background-image: url(../images/roll-right-active.svg);
}



.advantages-box{
	padding: 80px 0 90px !important;
	background-image: url(../images/advantages-bg.png);
	background-size: 100% 100%; 
}

.advantages-box .title, .advantages-box .sub-desc{
	color:#fff;
}

.advantages-box .adv-list{
	padding-top: 40px;
}

.advantages-box .adv-list .item-one{
	width:25%;
	float: left;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

.advantages-box .adv-list .item-one .icon{
	line-height: 0;
}
.advantages-box .adv-list .item-one .icon img{
	width: 120px;
	height: 120px;
	transition: all .5s;
}

.advantages-box .adv-list .item-one:hover .icon img{
	transform: rotate(360deg);
}

.advantages-box .adv-list .item-one .b-title{
	color: #ffffff;
	font-size: 24px;
	line-height: 1.5;
	margin-top: 20px;
}
.advantages-box .adv-list .item-one .desc{
	margin-top: 5px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 20px;
}




.honor{
	padding: 100px 0 !important;
}

.honor-box{
	width: 100%;
	position: relative;
	padding:50px 0 100px;
}

.honor-box .swiper-slide {
	position: relative;
	cursor: pointer;
}
.honor-box .honor-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: scale(0.8);
	transition: all .5s;
}
.honor-box .honor-item .item-pic{
	width: 100%;
	text-align: center;
	line-height: 0;
}
.honor-box .honor-item .item-pic img{
	width: 100%;
	height: auto;
	transition: all .5s;
}
.honor-box .honor-item .item-name{
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 20px;
    display: none;
}
.honor-box .swiper-slide-active .honor-item{
	transform: scale(1);
}

.swiper-foot{
	width: 260px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left:50%;
	transform: translateX(-50%);
	font-size: 24px;
}
.swiper-foot .swiper-pagination{
	bottom: 0;
}
.swiper-foot .swiper-pagination .swiper-pagination-current{
	color: #0a3c74;
}

.swiper-foot .swiper-button-prev, .swiper-foot .swiper-button-next{
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}

.swiper-foot .swiper-button-prev{
	background-image: url(../images/roll-left.svg);
	left:0;
}
.swiper-foot .swiper-button-prev:hover{
	background-image: url(../images/roll-left-active.svg);
}
.swiper-foot .swiper-button-next{
	background-image: url(../images/roll-right.svg);
	right:0;
}
.swiper-foot .swiper-button-next:hover{
	background-image: url(../images/roll-right-active.svg);
}



/* 产品开始 */

.product{
	padding: 0;
}
.pro-cat{
	width: 100%;
	margin-top: -10px;
}
.pro-cat li.item{
	width: 100%;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 40px;
	padding: 10px 0;
}
.pro-cat li.item h3{
	display: block;
	position: relative;
	height: 32px;
	cursor: pointer;
}

.pro-cat li.item h3 a, .pro-cat li.item.no a{
	font-size: 16px;
	color:#000;
	font-weight: 700;
	line-height: 32px;
}
.pro-cat li.item h3:hover a, .pro-cat li.item.no a:hover, .pro-cat li.item.no a.curr{
	color:#0a3c74;
}

.pro-cat li.item h3 .sanjiao{
	position: absolute;
	width: 15px;
	height: 10px;
	right:0;
	top:50%;
	margin-top: -5px;
	background-image: url(../svg/pro-menu-roll.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: rotate(0);
	transition: transform .6s;
}
.pro-cat li.item.sub-hide h3 .sanjiao{
	transform: rotate(180deg);
}

.pro-cat li.item .sub_menu{
	padding: 10px 0 0;
	transition: all .8s;
	display: block;
}

.pro-cat li.item.sub-hide .sub_menu{
	display: none;
}


.pro-cat .sub_menu li{
	width: 100%;
	margin-bottom: 15px;
}

.pro-cat .sub_menu li a{
	display: block;
	padding: 3px 8px;
	line-height: 1.4;
	font-size: 14px;
	color:#444;
	font-weight: 500;
	background-color: transparent;
}

.pro-cat .sub_menu li a:hover,.pro-cat .sub_menu li a.curr{
	color:#0b3e77;
	background-color: #f3f7fb;
	font-weight: 700;
}





.product-box{
	width: 100%;
}

.product.open .w80{
	padding: 0;
	width: 100%;
	max-width: 1772px;
	margin: 0 auto;
}
.product.open .sub-left{
	width: 0;
	overflow: hidden;
}
.product.open .sub-right{
	margin: 0;
}

.product-head{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 25px;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
}
.product-head .pro-title{
	font-size: 18px;
	color:#000;
	font-weight: bold;
}

.product-head .down-button{
	display: flex;
	align-items: center;
}
.product-head .down-button .button-one{
	margin-left: 16px;
	height:36px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	color:#fff;
	font-size: 14px;
	background-color: #1564af;
	border-radius: 3px;
	cursor: pointer;
}
.product-head .down-button .button-one:hover{
	background-color: #0a3c74;
}

.product-head .down-button .button-one img{
	width: 18px;
	height: auto;
	margin-right: 5px;
}
.product-head .down-button .button-one:last-child img{
	width: 16px;
	height: auto;
}

.filter-box{
	width: 100%;
	border: 1px solid #d9d9d9;
	overflow-x: auto;
	white-space: nowrap; /* 确保内容不换行 */
	border-top: 0;
}

.filter-box-head{
	width:1770px;
	min-width: 100%;
	display: flex;
}

.filter-box .filter-item{
	border-left: 1px solid #d9d9d9;
}
.product-box .l0{
	width: 200px;
}
.product-box .l1{
	width: 180px;
}
.product-box .l2{
	width: 190px;
}
.product-box .l3{
	width: 190px;
}
.product-box .l4{
	width: 140px;
}
.product-box .l5{
	width: 200px;
}
.product-box .l6{
	width: 180px;
}
.product-box .l7{
	width: 190px;
}
.product-box .l8{
	width: 300px;
}
.filter-box .filter-item:first-child{
	border-left: none;
}	


.filter-box .filter-item .f-title{
	background-color: #f3f9ff;
	height: 34px;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.filter-box .filter-item .f-title span{
	color: #1564af;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.filter-item .f-con{
	padding: 10px 10px 10px 15px;
}

.filter-item .ul{
	overflow-y: auto;
	height: 150px;
}
.filter-item .ul li{
	margin-bottom: 10px;
}

.filter-item .ul li .fb{
	font-size: 14px;
	font-weight: bold;
}
.filter-item .ul li .sub_item{
	padding: 5px 0 5px 20px;
}
.filter-item .ul li .sub_item li:last-child{
	margin-bottom: 0;
}

.filter-item .ul li .li-item{
	display: flex;
	align-items: center;
	line-height: 1.5;
	color: #333333;
	cursor: pointer;
}
.filter-item.l6 .li-item{
	width: 100%;
}
.filter-item.l6 .tip-img-box{
	position: absolute;
	width: 200px;
	z-index: 999;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #ccc;
	display: none;
	padding: 9px;
}
.tip-img-box .img{
	width: 100%;
	height: 180px;
}


.filter-item .li-item .c-icon{
	width: 12px;
	height: 12px;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	margin-right: 8px;
	position: relative;
	transition: all .6s;
	background-color: #ffffff;
}

.filter-item .li-item .c-icon s{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../svg/selected.svg) center no-repeat;
	background-size: auto;
	background-size: 80%;
	transition: all .6s;
}


.filter-item .ul li .li-item:hover,
.filter-item .ul li .li-item.on{
	color: #1564af;
}


.filter-item .ul li .li-item:hover .c-icon{
	border-color:#1564af;
	background-color: #ffffff;
}
.filter-item .ul li .li-item.on .c-icon{
	border-color:#1564af;
	background-color: #1564af;
}

.filter-item .li-item span{
	width: calc(100% - 20px);
  	font-size: 14px;
	line-height: 1.2;
}

.filter-item .f-con .clear-box, .filter-item .f-con .reset-box{
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
}
.filter-item .f-con .clear-box img, .filter-item .f-con .reset-box img{
	width: 15px;
	height: auto;
  	margin-right: 6px;
}



.filter-item .slide-box{
	height: 150px;
	position: relative;
	display: flex;
	align-items: center;
}

.filter-item .slide-box .layui-slider-vertical{
	margin-left: 20px;
}

.filter-item .slide-box .max-input,.filter-item .slide-box .min-input{
	position: absolute;
	left: 40px;
	top:30px;
	width: 60px;
    overflow: hidden;
    border-radius: 2px;
    border: solid 1px #cbcbcb;
}

.filter-item .slide-box .min-input{
	left: 40px;
	top:auto;
	bottom: 30px;
}
.filter-item .slide-box .s-input{
	width: calc(100% - 6px);
    height: 20px;
    display: flex;
	align-items: center;
    padding-left: 4px;
    font-size: 10px;
    color: #333;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    appearance: none;
    outline: 0;
}


.filter-item  .input-box{
	height: 150px;
	position: relative;
	display: flex;
}
.filter-item  .input-box .name-search{
	width: calc(100% - 6px);
    height: 28px;
    display: flex;
	align-items: center;
    padding-left: 4px;
    font-size: 12px;
    color: #333;
    border-radius: 0;
    appearance: none;
    outline: 0;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
}

.filter-box .total{
	font-size: 14px;
	display: flex;
	align-items: center;
	position: absolute;
	left:10px;
	width:100%;
	bottom:0;
}
.filter-box .total span{
	color:#1564af;
	font-weight: bold;
	margin:0 3px;
}


.table-box{
	width: 100%;
	min-height: 400px;
	height: calc(100vh - 420px);
	border: 1px solid #d9d9d9;
	overflow: auto;
	white-space: nowrap; /* 确保内容不换行 */
	position: relative;
}
.hauto{
	height: auto !important;
}


.table-box-body{
	width:1770px;
	min-width: 100%;
}
.table-box .item-tr{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #d9d9d9;
}
.table-box .item-tr:hover{
	background-color: #f6f6f6;
}

.table-box .item-td{
	border-left: 1px solid #d9d9d9;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.table-box .item-td .item-pad{
	width: 100%;
	white-space: wrap;
	font-size: 14px;
	line-height: 1.2;

}
.table-box .item-tr .item-td:first-child{
	border-left: none;
	font-weight: bold;
	color: #1564af;
	cursor: pointer;
}

.loader {
	position: absolute;
	left:50%;
	top:40%;
	z-index: 99;
	transform: translate(-50%, -50%);
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #1564af; /* Blue */
    border-radius: 50%; /* 圆形 */
    width: 60px; /* 宽度 */
    height: 60px; /* 高度 */
    animation: spin 2s linear infinite; /* 动画效果 */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.none-data{
	position: absolute;
	width:300px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#999;
}
/* 产品页面结束 */







/* 内页 */


.brc-con{
	padding: 50px 0;
	line-height: 1.8;
	font-size: 17px;
}

.brc-con img{
	max-width: 100%;
	height: auto;
}

.brc-con table{
	width: 100% !important;
	margin-bottom: 20px;
	max-width: 100%;
	border-spacing: 2px;
	border-collapse: separate !important;
	background-color: #dddddd;
	
}

.brc-con table td{
	padding: 8px;
	line-height: 1.5;
	background-color: #ffffff;
}
.brc-con table td img{
	width:auto;
	height: auto;
	max-width: 280px;
}
.brc-con p{
	display: block;
	line-height: 1.6;
	min-height: 26px;
}


/*应用频道页开始*/
.applications{
	width: 100%;
}
.section-list .item-one{
	width: 100%;
	position: relative;
	background-color: #000;
}
.section-list .bg{
	width: 100%;
	line-height: 0;
}
.section-list .bg img{
	width: 100%;
	height: auto;
}


.section-list .item-text{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.section-list .item-text .w70{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}


.section-list .title{
	font-size: 18px;
	color:#fff;
	font-weight: bold;
}

.section-list .item-text .icon{
	display: flex;
	align-items: center;
}

.section-list .item-text .icon img{
	width: auto;
	height: 65px;
	order: 1;
}
.section-list .item-text .icon h3{
	color: #ffffff;
	font-weight: 700;
	font-size: 38px;
	margin-top: 5px;
	margin-left: 20px;
	text-transform: uppercase;
	order: 2;
}

.section-list .item-text .icon h3.blue{
	color:#0a3c74;
}

.section-list .item-text .tip{
	color: #ffffff;
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
}

.section-list .item-text .tip.black{
	color: #000;
}

.section-list .item-text .more{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	width: 190px;
	height: 48px;
	background: #0a3c74;
}

.section-list .item-text .more span{
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	margin-right: 25px;
	transition: margin-right .3s;
}

.section-list .item-text .more img{
	width: auto;
	height: 14px;
}
.section-list .item-text a.more:hover{
	background: #1564af;
}
.section-list .item-text a.more:hover span{
	margin-right: 15px;
}


.section-list .item-one:nth-child(2n) .w70,.section-list .item-one.r .w70{
	align-items: flex-end;
}
.section-list .item-one:nth-child(2n) .w70 .tip,.section-list .item-one.r .w70 .tip{
	text-align: right;
}
.section-list .item-one:nth-child(2n) .w70  .icon img,.section-list .item-one.r .w70  .icon img{
	order: 2;
}
.section-list .item-one:nth-child(2n) .w70  .icon h3,.section-list .item-one.r .w70  .icon h3{
	order: 1;
	margin-left: auto;
	margin-right: 20px;
}

/*应用频道页结束*/

/* 应用详情页 */
.app-menu{
	padding: 60px 0 0;
	display: flex;
	align-items: center;
}
/* 应用详情页 */

.app-menu .item-icon{
	display: block;
	margin-right: 45px;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 1.2;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	color:#000;
	transition: all .3s;
}
.app-menu .item-icon:hover{
	border: 1px solid #1564af;
}
.app-menu .item-icon.curr{
	background-color: #1564af;
	border: 1px solid #1564af;
	color:#fff;
}

.app-menu .item-icon img{
	width: auto;
	height: 24px;
	margin-right: 8px;
}

.app-fixed{
	position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 11; /* 确保在其他元素之上 */
	background-color: #fff;
	padding-bottom: 10px;
}


.sub_bar.danye .app-fixed{
	top: 72px;
	padding: 0;
}

.sub_bar.danye .app-fixed ul{
	padding: 15px 0;
	border-bottom: 1px solid #d9d9d9;
}

.sub_bar.danye .app-fixed li a.cur::after{
	transition: all .3s;
	bottom: -16px;
}




.app-detail{
	padding-bottom: 60px;
}
.app-detail p{
	margin-top: 10px;
	font-size: 16px;
}

/*新闻列表*/
#newslist{
	min-height: 400px;
	padding-top: 20px;
}

#newslist li{
	display: flex;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ececec;
}
#newslist li .date{
	width: 80px;
	height: 80px;
	background-color: #fff;
	border: 2px solid #0a3c74;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 10px;
	transition: 0.3 all;
	color:#0a3c74;
}

#newslist li .date .year{
	font-weight: bold;
	font-size: 18px;
}

#newslist li .date span{
	width: 10px;
	height: 2px;
	background-color: #0a3c74;
	margin: 5px 0;
}

#newslist li .date .md{
	font-weight: normal;
	font-size: 12px;
}

#newslist li a{
	display: block;
	flex: 1;
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
}

#newslist li h3{
	font-size: 18px;
	font-weight: bold;
	color:#111;
}
#newslist li p{
	font-size: 16px;
	color:#666;
	line-height: 1.6;
}

#newslist li:hover .date{
	background-color: #e60012;
	border-color: #e60012;
	color:#ffff;
}
#newslist li:hover .date span{
	background-color: #fff;
}

#newslist li:hover h3{
	color: #0a3c74;
}

/*内页分页*/
.pagenavi {font-size:0; text-align:center; line-height:normal; color:#323232;}
.pagenavi a {font-size:18px; color:#323232; display:inline-block; padding:0 18px 15px; margin:2px; border-bottom:2px solid transparent;}
.pagenavi a:hover {color:#1564af;}
.pagenavi a.a_cur {border-color:#1564af; color:#1564af;}
.pagenavi a.a_btn {font-family: 'Simsun'; font-style: normal;}


/* 联系我们 */
.contact-us {
	margin: 50px 0;
	background-color: #f7f9fa;
}

.contact-us .contact-text{
	float: left;
	position: relative;
	width: 50%;
	height: 570px;
	background-color: #0a3c74;
	padding:0 90px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.5;
}

.contact-us .contact-text p,.contact-us .contact-text span{
	color: #fff !important;
}

.contact-form{
	width: 50%;
	float: right;
	box-sizing: border-box;
}

.contact-pad{
	padding: 55px 80px 55px;
}

.contact-pad .input-box{
	margin-top: 15px;
}

.input-c{
	width: 100%;
	color:#333;
	font-size: 16px;
	border: 1px solid #aeaeae;
	height: 48px;
	line-height: 46px;
	padding: 0 10px;
	box-sizing: border-box;
}

.textarea-c{
	width: 100%;
	color:#333;
	font-size: 16px;
	border: 1px solid #aeaeae;
	height: 130px;
	line-height: 30px;
	padding: 10px;
	box-sizing: border-box;
}

.button-c{
	width: 220px;
	height: 44px;
	line-height: 44px;
	background-color: #0a3c74;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.contact-con h1.title{
	display: block;
	line-height: 1.4;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin: 0;
	font-weight: bold;
}
.contact-con h1.title::after{
	width: 46px;
  	height: 6px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 20px 0 0;
	background: #1564af;
	
}
.c-icon-list{
	margin-top: 20px;
}
.c-icon-list li {
    display: flex;
    padding: 15px 0;
    margin: 0;
    align-items: center;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}


.c-icon-list li:hover {
    background-color: #f5f5f5;
}
.c-icon-list li .box-icon{
    width: 60px;
    height: 60px;
    background-color: #666;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-icon-list li:hover .box-icon {
    background-image: linear-gradient(to right,#358a9b,#006fad);
}

.c-icon-list li .box-icon img{
    width: 20px;
	height: 20px;
}


.c-icon-list .box-content{
    width: calc(100% - 80px);
    position: relative;
}
.c-icon-list .box-content h4{
	font-weight: bold;
}
.c-icon-list .box-content p{
	text-indent: 0;
}


/* 服务支持页面 */
.menu-sevice{
	position: relative;
	transform: translateY(-50%);
	z-index: 22;
}
.menu-box{
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 25px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.menu-box li{
	flex: 1;
	width: 20%;
}
.menu-box li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.menu-box li .icon{
	line-height: 0;
	width: 30px;
	height: 30px;
}
.menu-box li .icon img{
	width: 100%;
	height: auto;
}

.menu-box li .name{
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}

.menu-box li.curr .name{
	color:#0a3c74;
}

/* 下载列表页面 */
.down-list{
	padding: 0 10%;
}


.down-list li{
	margin-top: 10px;
}

.down-list li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d9d9d9;
	padding: 16px 0;
}

.down-list li a h3{
	font-weight: normal;
	font-size: 16px;
}

.down-list li a span{
	display: block;
	width: 20px;
	height: 24px;
	background: url(../images/icon-down.svg);
	background-size: 100% 100%;
}

.down-list li a:hover span{
	background-image: url(../images/icon-down-h.svg);
}

/* 样品申请 */
.apply-box{
	padding: 0 0 50px;
}
.apply-title{
	font-size: 36px;
	text-align: center;
	color: #111;
}
.apply-tip{
	text-align: center;
	padding: 10px 10px 30px;
}
.apply-form{
	padding: 0 70px 30px;
}
.apply-form .item-one{
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
}
.apply-form .item-one .label-text{
	color:#222;
	line-height: 36px;
}

.apply-form .item-button{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}


/* 详情页 */
.ctt_tit{display:block;color:#333;font-size:32px;text-align:center;}
.ctt_con{padding:50px 0;color:#555;font-size:16px;line-height: 1.8;}
.ctt_con img{max-width: 100%;}
.ctt_con .date{display:block;color:#888; font-size:14px; padding:10px 0 0;text-align:center;}
.ctt_con .date span{margin:0 10px}
.ctt_con .ctt_det{padding:20px 0;}

.ud{line-height:2;color:#999}
.ud a{line-height:2;color:#555}
.ud a:hover{color:#1564af}
/* 详情页 */

/*全站底部*/
.footer {background-color:#151b26; clear:both;}
.footer .top {overflow:hidden; border-bottom:1px solid #3b3b3b; padding:60px 0 40px;}
.footer .top .left {float:left; overflow: hidden;}
.widget {float:left; padding-right:150px;}
.widget:last-child {padding-right:0;}
.widget h3 {font-size:20px; color:#fff; font-weight:bold; line-height: 1.4; margin-bottom:12px;}
.widget h3  a{color:#fff;}
.widget li {font-size:14px; color:#aeaeae; line-height: 1.5; padding:5px 0;}

.widget li a {color:#aeaeae;}
.widget li a:hover {color:#eee;}

.footer .top .right {float:right; width: 280px;}
.foot-logo {line-height: 0;}
.foot-logo img{width: auto;max-width: 100%; height: 46px; max-height: auto;}
.footer .contact-info{padding-top: 20px; font-size: 14px;	line-height: 1.4;color:#fff;}
.footer .contact-info p{margin-top: 10px;}
.footer .code-list{display: flex; align-items: center;margin-top: 30px;}
.footer .code-list .item-one{line-height: 0;margin-right: 20px;}
.footer .code-list .item-one img{width: 88px; height: auto;}

.copyright {clear:both; padding:20px 0; font-size:14px; display: flex;align-items: center;justify-content: center; color:#6c6c6c; text-transform: uppercase;}
.copyright a {color:#6c6c6c;}
.copyright a:hover{color:#fff;}


.backTop {
	width:48px; 
	height:48px; 
	border-radius:50%; 
	cursor:pointer; 
	position:fixed; 
	bottom:15%; 
	right:1%; 
	z-index: 7; 
	color:#fff;
	display: flex; 
	align-items: center; 
	justify-content: center;
	background-image:url(../svg/backtop.svg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 40%;
	background-color: #ffffff;
	box-shadow: 0px 4px 10px #0a3c741a;
}
.backTop:hover{
	background-color:#0a3c74;
	background-image:url(../svg/backtop-hover.svg);
}