@font-face {
  font-family: 'pf';
  src: url('../fonts/pf/PingFang Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'pf';
  src: url('../fonts/pf/PingFang Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: 200;
}
@font-face {
  font-family: 'pf';
  src: url('../fonts/pf/PingFang Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: 500;
}
@font-face {
  font-family: 'pf';
  src: url('../fonts/pf/PingFang Heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: 700;
}
@font-face {
  font-family: 'al';
  src: url('../fonts/al/AlibabaPuHuiTi-2-95-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'al';
  src: url('../fonts/al/AlibabaPuHuiTi-2-105-Heavy_0.ttf') format('truetype');
  font-weight: 600;
  font-style: 600;
}
@font-face {
  font-family: 'al';
  src: url('../fonts/al/AlibabaPuHuiTi-2-75-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: 500;
}
@font-face {
  font-family: 'hy';
  src: url('../fonts/hy.ttf') format('truetype');
}
ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
	
}
a:hover{
	text-decoration: none;
}
html{
	font-size:16px;
}
body{
	font-family: 'pf';
	font-weight: bold;
	
}



.product{ padding:60px 0;position: relative;    overflow: hidden;}
.title{ text-align:center;margin-bottom: 30px;}
.title h3{ font-size:36px; color:#000; line-height:50px;font-weight: bold; margin-bottom:20px;letter-spacing: 4px;}
.title h4{font-size:50px; color:#000;opacity: 0.1;margin-top: -40px;letter-spacing: 2px;}
.title p{ font-size:16px; color:#666;}
.title .titline{ width:60px; height:4px; background:#0062d2; margin:10px auto;}
.prolist{ display:flex;display: -webkit-flex;justify-content: center;margin:30px 0;}
.prolist li{ border:1px solid #cccccc; height:40px; line-height:40px; text-align:center; padding:0 4px; font-size:16px;color:#333;overflow:hidden; }
.prolist .proline{ background:#cccccc; width:15px; height:1px;margin: 19px 5px;}
.prolist .proline:last-child{ display:none;}
.prolist li.on{ background:#0062d2; color:#fff;}
.content .contentlist{ display:none;}
/*.content ul{ display:none;}*/
.content ul li{ width:32.33%; height:440px; box-shadow: -1px -1px 6px 6px #eee;-moz-box-shadow: -1px -1px 6px 6px #eee;  float:left; margin-right:1.5%; margin-bottom:25px; position:relative;}
.content ul li dl{ text-align:center;}
.content ul li img{ width:380px; height:380px;    padding-top: 0px;}
.content ul li dd{ background:#0062d2; width:95%; margin:10px auto 0; text-align:center; line-height:50px;}
.content ul li dd a{ color:#fff; font-size:16px;}
.content ul li:nth-child(3){ margin-right:0;}
.content ul li:nth-child(6){ margin-right:0;}
.content ul li figure{ display:none; padding:6%; background:rgb(204, 204, 204,0.5); width:100%; position:absolute; top:0; left:0; width:100%; height:100%; margin:0;}
.inback{ background:rgb(0, 98, 210,0.8); height:100%; width:100%;}
.content ul li:hover figure{ display:block;}
.content ul li:hover dd{ display:none;}
.content ul li figure .inback a{  color:#fff;   }
.content ul li figure .inback a pre{
    font-size: 12px;
    font-family: Impact;
    color:#fff;
}
.content ul li figure .intore{padding-top:30px;border-bottom:1px solid #fff;line-height:50px;font-size:20px; text-align:center;width:90%; margin:0 auto; }
.content ul li figure a{ color:#fff;}
.content ul li figure .indes{ font-size:16px; line-height:28px; width:90%; margin:20px auto;}
.content ul li figure .more{ position:absolute; left: 50%;
    bottom: 30px;
    transform: translateX(-50%);}
.content ul li figure .more img{ width:88px; height:42px;}
@media(max-width:980px){
    .content ul li{
        width:100%;
    }
    .prolist{
        flex-wrap: wrap;
    }
    .prolist li {
        margin: 10px 0;
        font-size: 12px;
    }
    .prolist .proline {
        margin: 29px 3px;
    }
    .content ul li dd a{
        font-size: 12px;
    }
}






.container{
	max-width: 1300px;
}
.htop{
	background: #2c52cf;
	padding:2px 0;
}
.htop .htflex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.htop .htflex .fl{
	font-size: 1rem;
	color: #fff;
	display: flex;
}
.htop .htflex .fl .flr{
	display: flex;
}
.htop .htflex .fl .flr>div{
	margin-left: 1.2rem;
}
.htop .htflex .fr{
	display: flex;
}
.htop .htflex .fr .fsearch{
	position: relative;
}
.htop .htflex .fr .fsearch input{
	border:1px solid #6c86dd;
	background: none;
	padding:6px 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1rem;
	height: 41px;
}
.htop .htflex .fr .fsearch button{
	position: absolute;
	right: 0;
	border: none;
	background: none;
	top:15%;

}
.htop .htflex .fr .flan{
	position: relative;
	margin-left: 0.8rem;
}
.htop .htflex .fr .flan .slan{
	display: flex;
	padding:5px 10px;
	justify-content: space-between;
	border:1px solid #6c86dd;
	font-size: 1rem;
	height: 41px;
	color: #fff;
	align-items: center;
}
.htop .htflex .fr .flan .slan .snl img{
	margin-right: 0.5rem;
}
.htop .htflex .fr .flan .slan .snr{
	margin-left: 1rem;
}
.htop .htflex .fr .flan .slan .snr img{
	transform: rotate(180deg);
}
.htop .htflex .fr .flan ul{
	position: absolute;
	top:41px;
	width: 100%;
	background: #fff;
	padding:0 10px 10px;
	z-index: 9;
	display: none;
}
.htop .htflex .fr .flan ul li{
	margin-top: 10px;
}
.htop .htflex .fr .flan ul li a{
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #000000;
}
.htop .htflex .fr .flan ul li a img{
	margin-right: 0.5rem;
}
.htop .htflex .fr .flan.active .slan{
	background: #fff;
	border-color:#fff;
	color: #000;
}
.htop .htflex .fr .flan.active .slan .snr img{
	transform: rotate(0deg);
	filter: brightness(0);
}
.navbar{
	padding:0rem;
}
.navbar-collapse{
	flex-grow: unset;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 1.15rem;
	color: #333333;
	padding:  2rem 1rem;
}
.navbar-light .navbar-nav .nav-item{
	margin-right: 1vw;
}
.navbar-light .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #cd0000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #cd0000;
}
.dropdown-menu{
    margin:0;
    border:none;
    border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #2c52cf;
    color: #fff;
}
.dropdown-item{
    padding: .8rem 1.5rem;
}
.banner{
	overflow: hidden;
}

.idtitle{
	text-align: center;
}
.idtitle h1{
	color: #010101;
	font-family: 'hy';
	font-size: 2.8rem;
}
.idtitle p{
	color: #8d8d8d;
	font-size: 1.1rem;
	margin-top: 2rem;
}
.idtitle .line{
	background: #e3eaff;
	position: relative;
	height: 2px;
	width: 24rem;
	margin:1.5rem auto;
}
.idtitle .line:after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:0;
	content: '';
	width: 6rem;
	height: 2px;
	background: #2c52cf;
}
.id1{
	padding:3.5rem 0 5rem;
}
.id1 .id1p{
	position: relative;
}
.id1 .id1p .swiper{
	overflow: hidden;
	padding:6.5rem 0 2.5rem;
	margin-top: 4rem;
}
.id1 .id1p .swiper .swiper-slide{
	background: #e2f1ff;
	height: auto;
	padding-bottom: 90px;
	transition: .6s;
}
.id1 .id1p .swiper .swiper-slide .img{
	margin-top: -6.5rem;
	text-align: center;
	height: 260px;
	display: grid;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.id1 .id1p .swiper .swiper-slide .img img{
    transition: .6s;
}
.id1 .id1p .swiper .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.id1 .id1p .swiper .swiper-slide .ulist{
	text-align: center;
}
.id1 .id1p .swiper .swiper-slide .ulist h4{
	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	margin-top: 1.6rem;
}
.id1 .id1p .swiper .swiper-slide .ulist .line{
	background: #2c52cf;
	width: 50px;
	height: 3px;
	margin:1rem auto;
}
.id1 .id1p .swiper .swiper-slide .ulist ul li{
	margin-top: 0.8rem;
}
.id1 .id1p .swiper .swiper-slide .ulist ul li a{
	color: #484848;
	font-size: 1.1rem;
	transition: .6s;
}
.id1 .id1p .swiper .swiper-slide .rt{
	position: absolute;
	right: 0;
	bottom:0;
	width:60px;
	height: 60px;
	display: grid;
	align-items: center;
	justify-content: center;
	align-content: center;
	background: #5d6c83;
	transition: .6s;
}
.id1 .id1p .swiper .swiper-slide:hover {
	background: #374151;
}
.id1 .id1p .swiper .swiper-slide:hover h4{
	color: #fff;
}
.id1 .id1p .swiper .swiper-slide:hover .line{
	background: #fff;
}
.id1 .id1p .swiper .swiper-slide:hover .rt{
	background: #2c52cf;
}
.id1 .id1p .swiper .swiper-slide:hover .ulist ul li a{
	color: #fff;
}
.id1 .id1p .swiper .swiper-slide .ulist ul li:hover a{
	color: #00c6ff;
}
.id1 .id1p .swiper-button-prev{
	left: -65px;
	filter: brightness(0);
	zoom: 57%;
}
.id1 .id1p .swiper-button-next{
	right: -65px;
	filter: brightness(0);
	zoom: 57%;
}

.id2 .img{
	position: relative;
}
.id2 .img .d2con{
	position: absolute;
	height: 100%;
	width: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	top: 0;
	left: 0;
	text-align: center;
}
.id2 .img .d2con h4{
	font-size: 2.1rem;
	font-family: 'al';
	font-weight: 600;
	color: #ffffff;
}
.id2 .img .d2con p{
	font-family: 'al';
	font-weight: 500;
	font-size: 1.15rem;
	color: #fff;
	margin-top: 1rem;
}
.id2 .img .d2con a{
	display: block;
	width: 200px;
	color: #ffffff;
	font-size: 1rem;
	font-family: 'al';
	font-weight: 500;
	display: flex;
	align-items: center;
	background: #00c6ff;
	justify-content: space-between;
	padding:10px 1.5rem;
	margin:2.5rem auto 0;
	border-radius: 25px;
}

.id3{
	padding:6rem 0;
}
.idcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.5rem;
	align-items: center;
}
.idcon .conl{
	width: 47%;
	overflow: hidden;
}
.idcon .conr{
	width: 50%;
}
.idcon .conr h4{
	font-size: 2rem;
	font-weight: bold;
}
.idcon .conr .bline{
	width: 100%;
	background: #e3eaff;
	height: 2px;
	position: relative;
	margin:2rem 0;
}
.idcon .conl img{
    transition: .6s;
}
.idcon .conl:hover img{
    transform: scale(1.1);
}
.idcon .conr .bline:after{
	width: 4rem;
	content: '';
	position: absolute;
	height: 100%;
	background: #2c52cf;
}
.idcon .conr .ncon{
	font-size: 1rem;
	color: #4a4949;
	font-weight: 500;
	line-height: 1.8;
}
.idcon .conr .more{
	background: #5d6c83;
	color: #ffffff;
	font-size: 1.1rem;
	padding:0.8rem 2.5rem;
	font-weight: 200;
	border-radius: 30px;
	margin-top: 1rem;
	display: inline-block;
}
.idcon .conr .more:hover{
    background: #2c52cf;
}
.id3list{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.id3list .item{
	text-align: center;
}
.id3list .item .t1{
	font-size: 3.4rem;
	color: #2c52cf;
	font-family: 'al';
	font-weight: 600;
}
.id3list .item .t2{
	font-size: 1.2rem;
	color: #000000;
	margin-top: 0.7rem;
	font-weight: 200;
}
.id3nav{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #e3eaff;
	margin-top: 4rem;
	align-items: center;
}
.id3nav .nl{
	display: flex;
}
.id3nav .nl a{
	padding:15px;
	display: block;
	color: #000000;
	font-size: 1.4rem;
	position: relative;
}
.id3nav .nl a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom:-2px;
	width: 0;
	height: 2px;
	background: #2c52cf;
	transition: .6s;
}
.id3nav .nl a.active:before{
	width: 100%;
}
.id3nav .nr a{
	color: #2c52cf;
	font-size: 1.2rem;
}
.id3photo .n{
	display: none;
}
.id3photo .n:first-child{
	display: block;
}
.id3photo .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.id3photo .list .item{
	width: 32.33%;
	margin-right: 1.5%;
	overflow: hidden;
}
.id3photo .list .item img{
    transition: .6s;
}
.id3photo .list .item:hover img{
    transform: scale(1.1);
}
.id3photo .list .item:nth-child(3n){
	margin-right: 0;
}
table tr td{
    border:1px solid  #ccc;
}
.id4{
	padding:4rem 0 3rem;
	background: #f5f5f5;
}
.id4 .id4list{
	display: flex;
	flex-wrap: wrap;
}
.id4 .id4list .item{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 3rem;
	text-align: center;
}
.id4 .id4list .item:last-child{
	margin-right: 0;
}
.id4 .id4list .item .n{
	background: #fff;
	border:2px solid rgba(255, 255, 255, 1.0);
	padding:2rem 1.5rem;
	border-radius: 10px;
	box-shadow: 0px 0px 11px 2px #f0f0f0;
	transition: .6s;
}
.id4 .id4list .item:hover .n{
	box-shadow: none;
	border-color: #2c52cf;
}
.id4 .id4list .item h3{
	font-size: 1.4rem;
	color: #000000;
	font-weight: bold;
	margin-top: 2rem;
	transition: .6s;
}
.id4 .id4list .item .line{
	margin:1rem auto;
	width: 90px;
	height: 5px;
	background: #a1a1a1;
	transition: .6s;
}
.id4 .id4list .item .ncon{
	font-size: 1rem;
	color: #000000;
	transition: .6s;
}
.id4 .id4list .item:hover h3{
	color: #2c52cf;
}
.id4 .id4list .item:hover .line{
	background: #2c52cf;
}
.id4 .id4list .item:hover .ncon{
	color: #2c52cf;
}

.id5{
	padding:4rem 0;
}
.casee{
    overflow: hidden;
}
.id5list{
	/*display: flex;*/
	/*flex-wrap: wrap;*/
}
.id5list .item{
	/*width: 32.33%;*/
	/*margin-right: 1.5%;*/
	margin-top: 2rem;
}
.id5list .item a{
	border:1px solid #eaeaea;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 2rem;
	transition: .6s;
}
.id5list .item a .img{
    overflow: hidden;
}
.id5list .item img{
    transition: .6s;
}
.id5list .item:hover img{
    transform: scale(1.1);
}
.id5list .item a .ncon{
	padding:2rem 1.5rem;
}
.id5list .item a .ncon h4{
	font-size: 1.4rem;
	color: #384461;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
	transition: .6s;
}
.id5list .item a .ncon p{
	margin-top: 1rem;
	font-size: 1rem;
	color: #384461;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}
.id5list .item a span{
	margin:1rem auto 0;
	color: #ffffff;
	font-size: 1.2rem;
	background: #5d6c83;
	border-radius: 4px;
	display: block;
	width: 160px;
	text-align: center;
	padding:0.5rem 0;
	transition: .6s;
}
.id5list .item a:hover{
	box-shadow: 0px 0px 11px 2px #f0f0f0;
}
.id5list .item a:hover .ncon h4{
	color: #2c52cf;
}
.id5list .item a:hover  span{
	background: #2c52cf;
}
.id5list .item:last-child{
	margin-right: 0;
}
.id6{
	padding:2rem 0 4rem;
}
.id6list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id6list .item{
	margin-top: 2rem;
	width: 13.5%;
	text-align: center;
	overflow: hidden;
}
.id6list .item img{
    transition: .6s;
}
.id6list .item:hover img{
    transform: scale(1.1);
}

.id7{
	padding:4rem 0;
	background: #f5f5f5;
}
.id7list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.id7list .item{
	width: 49%;
	margin-right: 2%;
	background: #fff;
	margin-top: 1.5rem;
	transition: .6s;
}
.id7list .item:nth-child(2n){
	margin-right: 0!important;
}
.id7list .item a{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding:1.2rem;
}
.id7list .item a .tl{
	width: 85%;
}
.id7list .item a .tl .date{
	font-size: 0.9rem;
	color: #000000;
}
.id7list .item a .tl h4{
	font-size: 1rem;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:1rem 0 0.8rem;
	font-weight: bold;
}
.id7list .item a .tl p{
	color: #767676;
	font-size: 0.9rem;
	display: -webkit-box;
  	-webkit-line-clamp: 3; /* 显示的行数 */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
}
.id7list .item a .tr .th{
	font-size: 1.8rem;
	font-family: cursive;
	font-weight: bold;
	height: 2.5rem;
	width: 2.5rem;
	border: 2px solid #767676;
	display: grid;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #767676;
	border-radius: 4px;
	transition: .6s;
}
.id7list .item:hover{
	box-shadow: 0px 0px 11px 2px #e5e5e5;
}
.id7list .item:hover a .tl h4{
	color: #2c52cf;
}
.id7list .item:hover a .tr .th{
	background: #2c52cf;
	border-color:#2c52cf;
	color: #fff;
}
.vmore{
	display: block;
	width: 130px;
	margin:4rem auto 0;
	text-align: center;
	border:1px solid #2c52cf;
	color: #2c52cf;
	font-size: 1rem;
	padding:0.5rem 0;
	transition: .6s;
}
.vmore:hover{
    background: #2c52cf;
    color: #fff;
}
.id8{
	padding:4rem 0;
}
.id8c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id8c .id8cl{
	width: 40%;
}
.id8c  h4{
	font-size: 2.1rem;
	color: #000000;
	font-weight: bold;
}
.id8c .id8cl .t1{
	font-size: 1rem;
	margin:1rem 0;
	font-weight: 500;
}
.id8c .id8cl .t2{
	font-size: 1rem;
	font-weight: 500;
}
.ndlist{
	display: flex;
	margin-top: 2rem;
}
.ndlist .item{
	text-align: center;
	margin-right: 3rem;
	position: relative;
	width: 5rem;
}
.ndlist .item:last-child{
	margin-right: 0;
}
.ndlist .item .img{
	margin-bottom: 1rem;
}
.ndlist .item .t{
	position: relative;
	font-size: 0.8rem;
	color: #476882;
	line-height: 1;
}
.ndlist .item .t:after{
	position: absolute;
	right: -1.5rem;
	content: '';
	height: 100%;
	width: 1px;
	background: #335775;
}
.ndlist .item:last-child .t:after{
	display: none;
}
.ndlist .item .ewm{
	position: absolute;
	left: 0;
	bottom: -70px;
	display: none;
}
.ndlist .item .ewm .wimg{
	width: 90px;
}
.id8c .id8cr{
	width: 58%;
}
.id8c .id8cr form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id8c .id8cr form ul li{
	width: 49%;
	margin-bottom: 1rem;
}
.id8c .id8cr form ul li input{
	width: 100%;
	padding:0.5rem 3%;
	border:1px solid #ced4da;
	border-radius: 0;
}
.id8c .id8cr form ul li:last-child{
	width: 100%;
}
.id8c .id8cr form ul li textarea{
	width: 100%;
	padding:0.5rem 3%;
	border:1px solid #ced4da;
	border-radius: 0;
	resize: none;
	height: 120px;
}
.id8c .id8cr .sd{
	background: #2c52cf;
	border:none;
	padding:0.8rem 1rem;
	color: #fff;
}

.sull form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sull form ul li{
	width: 49%;
	margin-bottom: 1rem;
}
.sull form ul li input{
	width: 100%;
	padding:0.5rem 3%;
	border:1px solid #ced4da;
	border-radius: 0;
}
.sull form ul li:last-child{
	width: 100%;
}
.sull form ul li textarea{
	width: 100%;
	padding:0.5rem 3%;
	border:1px solid #ced4da;
	border-radius: 0;
	resize: none;
	height: 120px;
}
.sull .sd{
	background: #2c52cf;
	border:none;
	padding:0.8rem 1rem;
	color: #fff;
	width: 100%;
	text-align: center;
}

footer .tfoot{
	background: #002d52;
	padding:2rem 0 1rem;
}
footer .tfoot ul{
	display: flex;
	justify-content: space-between;
}

footer .tfoot ul li:first-child{
	margin-left: 0;
}
footer .tfoot ul li h4{
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}
footer .tfoot ul li dl{
	margin:0px;
    padding:0px;
    height:200px;
    text-align: center;
    -moz-column-gap: 12px;
    -moz-column-count: 1;
    -webkit-column-gap: 12px;
    -webkit-column-count: 1;
    column-gap: 12px;
    column-count: 1;
}
footer .tfoot ul li dl dd{
    height: 35px;
    line-height: 35px;
    text-align: left;
    white-space: nowrap;
    background: url(../images/bar.png) no-repeat 0px 15px ;
    padding-left: 20px;
    position: relative;
}
footer .tfoot ul li dl dd:after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	height: 2px;
	background: #fff;
	width: 0;
	transition: .6s;
}
footer .tfoot ul li dl dd:hover:after{
	width: 100%;
}
footer .tfoot ul li dl dd:nth-child(n+5){
	margin-left: 1rem;
}
footer .tfoot ul li dl dd a{
	color: #ffffff;
	font-size: 1rem;
}
footer .tfoot .adcon{
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
}
.bfoot{
	background: #001a2f;
	padding:0.5rem 0;
}
.bfoot .copyright{
	text-align: center;
	color: #53728b;
	font-size: 0.9rem;
	font-weight: 500;
}
.fsmessage{
    position: fixed;
    bottom: 10%;
    right:2%;
    z-index: 9999;
}

.ssfed form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ssfed form ul li{
	width: 49%;
	margin-bottom: 1rem;
}
.ssfed form ul li input{
	width: 100%;
	padding:0.5rem 3%;
	border:1px solid #ced4da;
	border-radius: 0;
}
.ssfed form ul li:last-child{
	width: 100%;
}
.ssfed form ul li textarea{
	width: 100%;
	padding:0.5rem 3%;
	border:1px solid #ced4da;
	border-radius: 0;
	resize: none;
	height: 120px;
}
.ssfed .sd{
	background: #2c52cf;
	border:none;
	padding:0.8rem 1rem;
	color: #fff;
	width:100%;
}
.mbfoot{
    display: none;
}

.hidden-xs{
    display: block;
}
.hidden-lg{
    display: none;
}
@media(max-width:780px){
    .hidden-xs{
        display: none;
    }
    .hidden-lg{
        display: block;
    }
	html{
		font-size: 12px!important;
		padding-bottom: 66px;
	}
	.htop .htflex .fl{
	    font-size: 0.8rem;
	}
	.htop .htflex .fl .flr>div:first-child{
	    display: none;
	}
	.idtitle h1{
		font-size: 2rem;
	}
	.htop{
	    padding:6px 0;
	}
	.navbar{
	    padding:0 15px;
	}
	.htop .htflex{
		flex-wrap: wrap;
	}
	.htop .htflex .fl{
		flex-wrap: wrap;
	}
	.htop .htflex .fl .flr{
		margin-top: 0rem;
	}
	.htop .htflex .fr{
		justify-content: space-between;
		margin-top: 0.5rem;
		width:100%;
	}
	.htop .htflex .fr .fsearch{
	    width:48%;
	}
	.htop .htflex .fr .fsearch input{
	    height: 30px;
	    color: #fff;
	    width: 100%;
	}
	.htop .htflex .fr .flan{
	    width:48%;
	    margin-left: 0;
	}
	.htop .htflex .fr .fsearch input::-webkit-input-placeholder {
  color: #fff;
}
 
.htop .htflex .fr .fsearch input:-moz-placeholder {
  color: #fff;
}
 
.htop .htflex .fr .fsearch input::-moz-placeholder {
  color: #fff;
}
 
.htop .htflex .fr .fsearch input:-ms-input-placeholder {
  color: #fff;
}
    .htop .htflex .fr .flan .slan{
        height: 30px;
    }
	.htop .htflex .fr .fsearch button img{
	    height: 15px;
	}
	.htop .htflex .fr .flan .slan .snl img{
	    height: 15px;
	}
	.id1 .id1p .swiper-button-prev{
		left: 0px;
	}
	.id1 .id1p .swiper-button-next{
		right: 0;
	}
	.id1 .id1p .swiper .swiper-slide{
		padding-bottom: 6rem;
	}
	.id2 .img>img{
		height: 220px;
	}
	.idcon .conl{
		width: 100%;
	}
	.idcon .conr{
		width: 100%;
		margin-top: 2rem;
	}

	.id3list{
		flex-wrap: wrap;
	}
	.id3list .item{
		width: 49%;
	}
	.id3list .item .t1{
		font-size: 2.4rem;
	}
	.id3nav .nl a{
		padding:8px;
		font-size: 1rem;
	}
	.id3nav .nr a{
		font-size: 1rem;
	}
	.id4 .id4list .item{
		width: 100%;
		margin-right: 0;
	}
	.id5list .item{
		width: 100%;
		margin-right: 0;
	}
	.id6list{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.id6list .item{
		width: 49%;
	}
	.id8c .id8cl{
		width: 100%;
	}
	.id8c .id8cr{
		width: 100%;
		margin-top: 2rem;
	}
	footer .tfoot ul{
		flex-wrap: wrap;
	}
	footer .tfoot ul li{
		width: 49%;
	}
	footer .tfoot ul li dl{
		height: 150px;
	}
	footer .tfoot ul li dl dd{
		height: 25px;
		line-height: 25px;
		background: url(../images/bar.png) no-repeat 0px 10px;
		padding-left: 15px;
	}
	footer .tfoot ul li:nth-child(3){
		width: 100%;
	}
	.navbar-light .navbar-brand img{
		width: 10rem;
	}
	.mbfoot{
	    position: fixed;
	    bottom: 0px;
	    width: 100%;
	    left: 0;
	    display: block;
	    z-index: 9999;
	}
	.mbfoot .ft{
	    background: #fff;
	    padding:10px 15px;
	    text-align: center;
	    display: none;
	}
	.mbfoot .ft h4{
	    font-size: 1rem;
	    margin-top:0.4rem;
	}
	.mbfoot .fb{
	    display: flex;
	    padding:8px 15px;
	    justify-content: space-between;
	    background: #464646;
	}
	.mbfoot .fb .item{
	    text-align: center;
	}
	.mbfoot .fb .item .ico{
	    text-align: center;
	}
	.mbfoot .fb .item .ico img{
	    height: 30px;
	}
	.mbfoot .fb .item .ico .c2{
	    display: none;
	}
	.mbfoot .fb .item .wz{
	    color: #fff;
        font-size: 0.9rem;
        margin-top: 0.4rem;
	}
	.mbfoot .fb .item.active .ico .c2{
	    display: inline;
	}
	.mbfoot .fb .item.active .ico .c1{
	    display: none;
	}
	.pconc{
	    overflow-x: auto;
	}
}