* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
	display:inline-block;width:48px;height:48px;text-align:center;font-family:'Arial';background-color:#00a6ff;line-height: 48px;  margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:48px;height:48px;color:#000000; text-align:center;font-family:'Arial';background-color:#f6f6f6;line-height: 48px; margin: 10px; border:1px solid #e1e1e1;}

.pages-turn a.on, .pages-turn a:hover{color:#fff;background-color:#00a6ff;line-height: 48px;}
a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	max-width: 100%;
	width: 100%;
}
.header{
    position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 999;
	transition: all 0.6s;
   
}
.header .content .c{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header .content .c img{
    display: block;
    width: 160px;
}
.header .content{
	padding: 25px 2.6% 36px 4.8%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .content .l{
	display: flex;
	align-items: flex-end;
	cursor: pointer;
}
.header .content .l .icon-cebianlan{
	font-size: 30px;
	color: rgba(78, 78, 78, 1);
}
.header .content .l .icon-guanbi{
	font-size: 30px;
	color: rgba(78, 78, 78, 1);
	transform: scale(1.4);
}
.header .content .l .text{
	font-size: 22px;
	font-family: Microsoft YaHei;
	/*font-weight: bold;*/
	color: #000000;
	text-transform: uppercase;
	line-height: 1;
	margin-left: 20px;
	
}
.header .content .r{
	
}
.header .content .r .input{
	width: 250px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid rgba(175, 175, 175, 0.32);
	padding: 0 20px 0 25px;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .content .r input{
	height: 100%;
	width: 100%;
	flex: 1;
	outline: none;
	border: none;
	font-size: 12px;
	font-family: Myriad Pro;
	font-weight: 400;
	color: rgba(106, 105, 105, 0.6);
}
.header .content .r .icon-sousuo{
	color: rgba(160, 160, 160, 1);
	font-size: 24px;
	cursor: pointer;
}
.header .content .header-search .icon-sousuo {
	font-size: 24px;
	color: #333;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}
.footer{
	padding: 80px 0 37px;
	background-color: rgba(245, 246, 250, 1);
	/*border-top: 2px solid rgba(0, 166, 255, 1);*/
}
.footer .footer-t{
	display: flex;
	justify-content: space-between;
}
.footer .footer-t .l{
	display: flex;
}
.footer .footer-t .l ul{
	display: flex;
	margin-left: 75px;
	padding-top: 12px;
}
.footer .footer-t .l ul li{
	margin-left: 80px;
}
.footer .footer-t .l ul li .li-title{
	font-size: 22px;
	font-family: Altinn;
	font-weight: normal;
	color: rgba(49, 49, 49, 1);
	line-height: 1;
	margin-bottom: 15px;
}
.footer .footer-t .l ul li .li-text a{
	font-size: 14px;
	font-family: Humanist777BT;
	font-weight: normal;
	color: rgba(101, 101, 101, 1);
	line-height: 20px;
	display: flex;
	align-items: center;
}
.footer .footer-t .l ul li .li-text a:hover{
    color: rgba(48, 144, 243, 1);
}
.footer .footer-t .l ul li .li-text .iconfont{
	margin-right: 5px;
}
.footer .footer-t .r{
	padding-top: 7px;
}
.footer .footer-t .r .r-title{
	font-size: 17px;
	font-family: Myriad Pro;
	font-weight: 400;
	color: rgba(49, 49, 49, 1);
	line-height: 1;
	text-transform: uppercase;
}
.footer .footer-t .r ul{
	margin-top: 30px;
	display: flex;
}
.footer .footer-t .r ul li:not(:last-child){
	margin-right: 2px;
}
.footer .footer-t .r ul li a img:last-child,
.footer .footer-t .r ul li a:hover img:first-child{
    display: none;
}
.footer .footer-t .r ul li a:hover img:last-child,
.footer .footer-t .r ul li a img:first-child{
    display: block;
}
.footer .footer-b{
	margin-top: 22px;
	border-top: 2px solid rgba(101, 101, 101, 0.5);
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}
.footer .footer-b .l .address{
	font-size: 15px;
	font-family: Altinn;
	font-weight: normal;
	color: rgba(12, 12, 12, 1);
	line-height: 1;
}
.footer .footer-b .l .copyright{
	font-size: 15px;
	font-family: Humanist777BT;
	font-weight: normal;
	color: rgba(101, 101, 101, 1);
	line-height: 35px;
	margin-top: 22px;
}
.footer .footer-b .l .img{
	margin-top: 5px;
}
.footer .footer-b .l .img img{
	display: block;
	max-width: 100%;
}
.footer .footer-b .r{
	display: flex;
}
.footer .footer-b .r .r-text{
	padding-top: 5px;
	font-size: 17px;
	font-family: Altinn;
	font-weight: normal;
	color: rgba(72, 72, 72, 1);
	line-height: 1;
	text-align: right;
}
.footer .footer-b .r .input{
	width: 239px;
	height: 49px;
	border: 1px solid rgba(122, 122, 122, 1);
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
	padding: 0 5px 0 24px;
	align-items: center;
}
.footer .footer-b .r .input input::-moz-placeholder{
	color: rgba(101, 101, 101, 1);
}
.footer .footer-b .r .input input::-webkit-input-placeholder{
	color: rgba(101, 101, 101, 1);
}
.footer .footer-b .r .input input::-ms-input-placeholder{
	color: rgba(101, 101, 101, 1);
}
.footer .footer-b .r .input input{
	/*flex: 1;*/
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 15px;
	font-family: Myriad Pro;
	font-weight: 400;
	color: rgba(101, 101, 101, 1);
}
.footer .footer-b .r .input img{
	width: 50px;
	cursor: pointer;
}
.footer .footer-b .r .r-l{
	margin-right: 16px;
}
.backTop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #3090F3;
    z-index: 99;
    cursor: pointer;
}
.backTop .iconfont{
    color: #fff;
    font-size: 22px;
}
.backTop1{
    position: fixed;
    right: 20px;
    bottom: 152px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #3090F3;
    z-index: 99;
    cursor: pointer;
}
.backTop1 .iconfont{
    color: #fff;
    font-size: 22px;
}
.backTop2{
    position: fixed;
    right: 20px;
    bottom: 204px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #3090F3;
    z-index: 99;
    cursor: pointer;
}
.backTop2 .iconfont{
    color: #fff;
    font-size: 22px;
}
.alert-nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 780px;
    max-height: 100%;
    padding-top: 159px;
    /*max-height: calc(100% - 159px);*/
    background: rgba(255,255,255,0.9);
    z-index: 998;
}
.alert-nav .content1400{
    padding: 30px 0 0;
}
.alert-nav .t-n ul{
    display: flex;
    justify-content: center;
}
.alert-nav .t-n li:not(:last-child){
    margin-right: 130px;
}
.alert-nav .t-n li a{
    font-size: 20px;
    font-family: Microsoft Sans Serif;
    font-weight: bold;
    color: #020202;
    line-height: 1;
    display: flex;
    align-items: center;
}
.alert-nav .t-n li a .iconfont{
    margin-left: 5px;
    display: block;
}
.alert-nav .t-n li.active a .iconfont{
    transform: rotate(90deg);
}
.alert-nav .b-n{
    margin-top: 52px;
}
.alert-nav .b-n .lists {
    display: none;
}
.alert-nav .b-n .lists.active{
    display: block;
}
.alert-nav .b-n .lists:nth-child(2) ul{
    position: relative;
    left: 540px;
    justify-content: flex-start;
}
.alert-nav .b-n .lists:nth-child(3) ul{
    position: relative;
    right: -150px;
}
.alert-nav .b-n .lists:last-child ul{
     display: flex;
    justify-content: space-around;
    float: right;
    position: relative;
    right: 173px;
}
.alert-nav .b-n .lists ul{
    display: flex;
    justify-content: space-around;
}
.alert-nav .b-n .lists ul .li-title{
    margin-bottom: 16px;
}
.alert-nav .b-n .lists ul .li-title a{
    font-size: 20px;
    color: rgba(2, 2, 2, 1);
}
.alert-nav .b-n .lists ul .li-text a{
    font-size: 14px;
    line-height: 2;
    color: rgba(70, 70, 70, 1);
}
.alert-nav .b-n .lists ul .li-text a:hover,
.alert-nav .b-n .lists ul .li-title a:hover{
    color: rgba(51, 159, 250, 1);
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.76);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.modal .modal-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	/* width: 627px; */
	/* height: 428px; */
	max-width: 80%;
	max-height: 80%;
	background: rgba(0, 0, 0, 0.59);
	border: 6px solid rgba(0, 143, 219, 1);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
}
.modal .modal-content .pic{
	max-height: 300px;
	overflow: hidden;
}
.modal .modal-content .pic img{
	max-width: 100%;
}
.modal .modal-content .text{
	color: #FFFFFF;
	padding: 1rem 0;
	font-weight: 300;
	text-align: left;
	/* font-size: 19px;
	font-family: Humanist777BT;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-top: 33px; */
}
.modal .modal-content h5{
	margin-top: 1rem;
	text-align: center;
}
.modal .modal-content .btn{
	display: flex;
	justify-content: center;
	margin-top: 28px;
}
.modal .modal-content .btn .btn1{
	width: 221px;
	height: 48px;
	background: #DB0021;
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: FZZZHONGJW;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.modal .modal-content .btn .btn2{
	background-color: rgba(0, 143, 219, 1);
}
.modal .modal-content .text1{
	font-size: 19px;
	font-family: Humanist777BT;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 32px;
}
.modal .modal-content .text2{
	font-size: 16px;
	font-family: NewsGothicBT;
	font-weight: bold;
	color: #ADADAD;
	line-height: 25px;
	margin-top: 16px;
}
.pagination ul{
	display: flex;
	justify-content: center;
}
.pagination ul li{
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(246, 246, 246, 1);
	font-size: 16px;
	color: #333;
	margin: 0 5px;
	cursor: pointer;
	
}
.pagination ul li:first-child,
.pagination ul li:last-child{
	width: 62px;
}
.pagination ul li:first-child,
.pagination ul li:last-child{
	color: rgba(0, 166, 255, 1);
}
.pagination ul li .iconfont{
	font-size: 12px;
}
.pagination ul li:hover,
.pagination ul li.active{
	background-color: rgba(0, 166, 255, 1);
	color: #fff;
}
.pagination ul li a{
	color: #333;
	display: block;
}
.pagination ul li.active a,
.pagination ul li:hover a{
	color: #fff;
}
.commom-bread a{
	font-size: 16px;
	font-family: Swiss721BT;
	font-weight: normal;
	color: #666666;
	line-height: 1;
}
.commom-bread .icon-you11{
	color: rgba(102, 102, 102, 1);
	padding-left: 15px;
}
.common-nav{
	border-bottom: 1px solid rgba(210, 210, 210, 1);
}
.common-nav .swiper .swiper-slide{
	width: auto;
}
.common-nav .swiper .swiper-slide a{
	font-size: 18px;
	font-family: Swiss721BT;
	font-weight: 800;
	color: #333333;
	line-height: 113px;
	display: block;
	padding: 0 30px;
}
.common-nav .swiper .swiper-slide.active a,
.common-nav .swiper .swiper-slide:hover a{
	background-color: rgba(0, 166, 255, 1);
	color: #fff;
}
.banner1 .img img{
	display: block;
	width: 100%;
}
 .banner1 .img img.img-m{
    display: none;
}
.banner1  .img img.img-pc{
    display: block;
}
.column-box {
	position: fixed;
	top: 159px;
	left: 0;
	width: 100%;
	height: calc(100vh - 159px);
	display: none;
	z-index: 100;
	background: rgba(255,255,255,0.9);
}

.column-box .close,
.m-column-box .close{
	font-size: 14px;
	width: 40px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top: 34px;
	right: 34px;
	color: #fff;
	z-index: 300;
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/close_btn.svg");
}
.m-column-box .close{
	font-size: 20px;
	right: 20px;
	top: 20px;
	height: auto;
	width: auto;
}
.m-column-box .close .iconfont{
	font-size: 24px;
}
.column-box .close .iconfont {
	font-size: 24px;
}

.column-box .box-c {
	display: flex;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.column-box .box-c .l {
	/*background: rgba(38, 38, 38, 0.1);*/
	width: 100%;
	max-width: 350px;
	border-right: 1px solid rgba(0,0,0,0.1);
	height: 100%;
}

.column-box .box-c .l h2 {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 30px;
	width: 100%;
	padding: 0 36px;
	margin-bottom: 23px;
	position: relative;
}

.column-box .box-c .l .con {
	width: 100%;
	overflow: auto;
	height: calc(100%  - 40px);
}

.column-box .box-c .l .con::-webkit-scrollbar {
	width: 1px;
}

.column-box .box-c .l .con::-webkit-scrollbar-track {
	background-color: rgba(211, 180, 125, 0);
	border-radius: 2em;
}

.column-box .box-c .l .con::-webkit-scrollbar-thumb {
	background: rgba(0, 72, 13, 0);
	border-radius: 2em;
}

.column-box .box-c .l .con dl {
	padding-top: 5px;
}

.column-box .box-c .l .con dl dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 36px;
	transition: all 0.36s;
}

.column-box .box-c .l .con dl dt:hover,
.column-box .box-c .l .con dl dd .sub-nav:hover {
	background: rgba(38, 38, 38, 0.1);
}

.column-box .box-c .l .con dl dt .icon-you11 {
	font-size: 12px;
	color: #fff;
}

.column-box .box-c .l .con dl dt a {
	font-size: 20px;
	color: #333;
	line-height: 28px;
	display: block;
	height: 100%;
	line-height: 52px;
	height: 52px;
	transition: all 0.36s;
}

.column-box .box-c .l .con dl dd {
	position: relative;
	padding-bottom: 5px;
}

.column-box .box-c .l .con dl dd:after {
	content: "";
	display: block;
	width: calc(100% - 36px * 2);
	height: 1px;
	background: rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	left: 36px;
}

.column-box .box-c .l .con dl dd .sub-nav {
	color: #333;
	line-height: 28px;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	padding: 0 36px 0 56px;
	transition: all 0.36s;
	font-size: 18px;
}
.column-box .box-c .l .con dl dd .sub-nav .sub-ul{
	display: none;
}
.column-box .box-c .l .con dl dd .sub-nav a{
	color: #333;
	font-size: 16px;
}

.column-box .box-c .l .con dl dd .sub-nav .a-link{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
.column-box .box-c .l .con dl dd .sub-nav .a-link a{
    font-size: 18px;
}
.column-box .box-c .r{
	padding:  70px 36px;
	flex: 1;
}
.column-box .box-c .r .r-list{
	display: none;
}
.column-box .box-c .r .r-list.active{
	display: block;
}
.column-box .box-c .r .r-list ul{
	display: flex;
	flex-wrap: wrap;
}
.column-box .box-c .r .r-list li{
	margin-right: 25px;
	line-height: 2;
}
.column-box .box-c .r .r-list li a{
	font-size: 16px;
	color: #333;
}
.banner1{

}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
	.img img{
	    width: 100%;
	}
	.footer .footer-t .l ul{
		margin-left: 40px;
	}
	.footer .footer-t .l ul li{
		margin-left: 50px;
	}
}
@media (max-width:1400px) {
	
}
@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.m_right {
		display: block;
	}

	.m_right .m_right_buttom {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	.m_right .m_right_buttom .iconfont {
		font-size: 22px;
		color: #fff;
		font-weight: bold;
	}

	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: rgba(8, 8, 8, 1);
		z-index: 999;
		transform: translateX(100%);
		transition: all 0.6s;
		border-top: 1px solid #212121;
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid #212121;
		text-align: center;
		padding: 8px 0;
	}
	.m_right .m_aside li.hasNav>a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 18px;
		color: #fff;
	}
	.m_right .m_aside li .sub-nav{
			display: none;
			padding-left: 20px;
	}
	/* :hover .sub-nav{
		display: block;
	} */
	.m_right .m_aside li .sub-nav a{
		color: #fff;
		font-size: 16px;
		line-height: 2;
	}
	.m_aside li .zh {
		font-size: 18px;
		line-height: 28px;
		color: #fff;
	}

	.m_aside li .en {
		font-size: 16px;
		color: #999999;
	}

	.m_searchbox_li .iconfont {
		font-size: 24px;
		color: #999;
		cursor: pointer;
	}

	.m_searchbox {
		display: none;
		margin: 0 auto;
		justify-content: center;
		margin-top: 10px;
		align-items: flex-start;
	}

	.m_searchbox.active {
		display: flex;
	}

	.m_searchbox input {
		width: 70%;
		height: 32px;
		border: 1px solid #D0D0D0;
		border-right: none;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.m_searchbox .btn {
		background-color: #F0F0F0;
		width: 37px;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}
	.footer .footer-t{
		flex-wrap: wrap;
	}
	.footer .footer-t .r,
	.footer .footer-t .l{
		width: 100%;
	}
	.footer .footer-t .l{
		justify-content: space-between;
	}
	.footer .footer-t .r{
		margin-top: 30px;
	}
	.footer .footer-t .r ul{
		margin-top: 25px;
	}
}
@media (max-width:1024px) {
	.column-box .box-c .l .con dl dt{
		padding: 0 20px;
	}
	.column-box .box-c .l .con dl dt a{
		font-size: 18px;
	}
	.column-box .box-c .l .con dl dd .sub-nav{
		padding: 0 20px 0 30px;
	}
	.column-box .box-c .l{
		width: 270px;
	}
	.header .content .c img{
		height: 60px;
	}
	.column-box{
		top: 125px;
		height: calc(100vh - 125px);
	}
	.footer .footer-t .l ul{
		margin-left: 25px;
	}
	.footer .footer-t .l ul li{
		margin-left: 30px;
	}
	.footer .footer-t .l .logo img{
		width: 160px;
	}
	.common-nav .swiper .swiper-slide a{
		line-height: 60px;
		font-size: 16px;
		padding: 0 20px;
	}
	
}
@media(max-width: 768px){
     .banner1 .img img.img-m{
    display: block;
    }
    .banner1 .img img.img-pc{
        display: none;
    }
	.column-box .box-c .r{
		display: none;
	}
	.column-box .box-c .l{
		width: 100%;
		max-width: 100%;
	}
	.column-box .box-c .l .con dl dd .sub-nav{
		display: block;
		height: auto;
	}
	.column-box .box-c .l .con dl dt:hover, .column-box .box-c .l .con dl dd .sub-nav:hover{
		background-color: transparent;
	}
	.column-box .box-c .l .con dl dd .sub-nav .a-link{
		padding: 10px 0;
	}
	.header .content .l .icon-cebianlan{
		font-size: 20px;
	}
	.header .content .l .icon-guanbi{
	    font-size: 20px;
	}
	.header .content .l .icon-close{
		font-size: 20px;
	}
	.header .content .l .text{
		font-size: 16px;
		margin-left: 8px;
	}
	.header .content{
		padding: 20px 20px;
	}
	.header .content .c img{
	    width: 100%;
		height: 45px;
		/*margin-left: 10px;*/
	}
	.header .content .r .input{
		height: 40px;
		width: 180px;
		padding: 0 10px;
	}
	.header .content .r .icon-sousuo{
		font-size: 20px;
	}
	.footer .footer-t .l{
		flex-wrap: wrap;
	}
	.footer .footer-t .l ul{
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
		justify-content: space-between;
	}
	.footer .footer-t .l .logo{
		width: 0px;
		height: 0px;
		overflow: hidden;
	}
	.footer .footer-t .l .logo img{
		display: block;
		margin: 0 auto;
	}
	.footer{
		padding: 37px 0 ;
	}
	.footer .footer-b{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .footer-t .l ul li{
		margin-left: 0;
	}
	.footer .footer-b .r{
		margin-top: 20px;
	}
	  .column-box{
        top: 89px;
        height: calc(100vh - 89px);
    }
    .footer .footer-b .r .r-l{
        flex: 1;
    }
    .footer .footer-b .r .input{
        width: 100%;
    }
}
@media(max-width:500px){
    .footer .footer-b .l .img img{
        width: 40% !important;
        margin: auto;
    }
    .column-box{
        top: 79px;
        height: calc(100vh - 79px);
    }
	.header .content .r .input{
		width: 100px;
	}
	.header .content{
		padding: 15px 10px;
	}
	.header .content .l .text{
		font-size: 14px;
		margin-left: 3px;
	}
	.footer .footer-t .l ul{
		display: block;
	}
	.footer .footer-t .l ul li{
		text-align: center;
		margin-bottom: 25px;
	}
	.footer .footer-t .l ul li .li-text a{
		justify-content: center;
	}
	.footer .footer-t .r ul li{
		width: 13%;
	}
	.footer .footer-t .r ul li img{
		display: block;
		width: 100%;
	}
	.footer .footer-t .r ul{
		justify-content: space-between;
	}
	.footer .footer-b .l .copyright{
		line-height: 26px;
	}

}