body , html{ background-color: white; color:$2c2c2c;font-size:14px; font-family: "微软雅黑","SimSun","Arial Narrow";}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none; color: #292929; } 
a:hover { text-decoration:none; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }
video {outline: none;}
*{
	box-sizing: border-box;
}
.flex-row{
	display: flex;
	flex-flow: row nowrap;
}
.flex-column{
	display: flex;
	flex-flow: column nowrap;
}
.iconfont.icon-white{
	color: white;
	font-size: 20px;
}
.iconfont.icon-blank{
	color: black;
	font-size: 20px;
}
.line1{
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.line2{
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line3{
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/* header{
	position: absolute;
	z-index: 20;
	margin-top: 35px;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}
header nav{
	width: 1260px;
	justify-content: space-between;
}
header nav a{
	font-size: 16px;
	color: white;
	font-weight: normal;
}
header nav .lang{
	width: 140px;
	justify-content: space-between;
	cursor: pointer;
}
header nav .lang span:last-of-type{
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}
header nav .lang dl{
	color: white;
	font-size: 16px;
}
header nav .lang dl dd{
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	position: absolute;
	flex-flow: column nowrap;
	width: 110px;
}
header nav .lang dl dd:last-of-type{
	top: 65px;
}
header nav .lang:hover dd{
	display: flex;
}
header nav .lang:hover span:last-of-type{
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
header nav .lang dl dd:hover{
	background-color: #072966;
	transition: all .5s;
} */

/* .img2{
	display: none;
	
}
.lh-heade-box{
	position: absolute;
	z-index: 10;
	padding: 40px 50px 20px;
	box-sizing: border-box;
	width: 100%;
	transition: all 0.5s;
}
.lh-header{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	transition: all 0.5s;
}
.lh-header .lh-header-r {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 20px;
	transition: all 0.5s;
}
.lh-header .lh-header-r form input{
	display: none;
	transition: all 0.5s;
}
.lh-header .lh-header-r form.on input{
	display: block;
	transition: all 0.5s;
	height: 40px;
	padding-left: 10px;
	position: absolute;
	top: 50px;
	right: 40px;
	box-sizing: border-box;
}
.lh-header .lh-header-r form a{
	color: white;
	transition: all 0.5s;
	position: relative;
	z-index: 30;
}
.lh-header .lh-header-r form a.on{
	color: #2d466a;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav{
	display: flex;
	flex-flow: row nowrap;
	width: 1080px;
	justify-content: space-between;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav li > a {
	color: white;
	font-size: 16px;
	font-weight: normal;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav li > a:hover{
	color: #2d466a;
	text-decoration:underline;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav li dl{
	display: none;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav li dl dd{
	margin: 20px 0;
	transition: all 0.5s;
}

.lh-heade-box .lh-header .lh-header-r .lh-search{
	margin-left: 20px;
	transition: all 0.5s;
}

.lh-heade-box.on{
	border-bottom: 3px solid #2D466A;
	background: rgb(255,255,255,0.8);
	transition: all 0.5s;
}
.lh-heade-box.on .img2{
	display: block;
	transition: all 0.5s;
}
.lh-heade-box.on .img1{
	display: none;
	transition: all 0.5s;
}
.lh-heade-box.on .lh-header .lh-header-r .lh-nav li > a {
	color: #2d466a;
	transition: all 0.5s;
}
.lh-heade-box.on .lh-header .lh-header-r .lh-nav li dl{
	display: block;
	transition: all 0.5s;
}
.lh-heade-box.on dl dd a{
	color: #6b6b6b;
	font-size: 14px;
	transition: all 0.5s;
}
.lh-heade-box.on dl dd a:hover{
	color: #2d466a;
	text-decoration:underline;
	transition: all 0.5s;
}


.lh-heade-box.on .lh-header .lh-header-r .lh-search a{
	color: #2d466a;
	transition: all 0.5s;
}
.lh-heade-box.on .lh-header .lh-header-r .lh-search a:hover{
	color: #2d466a;
	text-decoration:underline;
	transition: all 0.5s;
}

.lh-heade-box .lh-header .lh-header-r .lang{
	width: 140px;
	justify-content: space-between;
	cursor: pointer;
	margin-left: 15px;
}
.lh-heade-box .lh-header .lh-header-r .lang span:last-of-type{
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	width: 20px;
	height: 20px;
}
.lh-heade-box .lh-header .lh-header-r .lang dl{
	color: white;
	font-size: 16px;
}
.lh-heade-box .lh-header .lh-header-r .lang dl dd{
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	position: absolute;
	flex-flow: column nowrap;
	width: 110px;
}
.lh-heade-box .lh-header .lh-header-r .lang dl dd:last-of-type{
	top: 105px;
}
.lh-heade-box .lh-header .lh-header-r .lang:hover dd{
	display: flex;
}
.lh-heade-box .lh-header .lh-header-r .lang:hover span:last-of-type{
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
.lh-heade-box .lh-header .lh-header-r .lang dl dd:hover{
	background-color: #072966;
	transition: all .5s;
} */

.lh-heade-box{
	position: absolute;
	z-index: 10;
	padding: 40px 50px 20px;
	box-sizing: border-box;
	width: 100%;
	transition: all 0.5s;
}
.lh-header{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	transition: all 0.5s;
}
.lh-header .lh-header-r {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 20px;
	transition: all 0.5s;
}
.lh-header .lh-header-r form input{
	display: none;
	transition: all 0.5s;
}
.lh-header .lh-header-r form.on input{
	display: block;
	transition: all 0.5s;
	height: 40px;
	padding-left: 10px;
	position: absolute;
	top: 50px;
	right: 40px;
	box-sizing: border-box;
}
.lh-header .lh-header-r form a{
	color: white;
	transition: all 0.5s;
	position: relative;
	z-index: 30;
}
.lh-header .lh-header-r form a.on{
	color: #2d466a;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav{
	display: flex;
	flex-flow: row nowrap;
	width: 1080px;
	justify-content: space-between;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav > li{
	/* width: 100%; */
	height: 50px;
}
.lh-header .lh-header-r .lh-nav > li > a {
	color: white;
	font-size: 16px;
	font-weight: normal;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav > li > a:hover{
	color: #2d466a;
	text-decoration:underline;
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont{
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	padding: 40px 260px;
	border-bottom: 3px solid #2D466A;
	display: none;
	flex-flow: row nowrap;
	justify-content: space-between;
	background: rgba(255,255,255,0.9);
	transition: all 0.5s;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .left{
	display: flex;
	flex-flow: row nowrap;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .left .center{
	width: 380px;
	margin-left: 30px;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .left .center h2{
	font-size: 20px;
	font-weight: normal;
	color: #072966;
	margin-top: 10px;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .left .center h3{
	font-size: 16px;
	font-weight: normal;
	color: #072966;
	margin-top: 10px;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .left .center p{
	margin-top: 30px
	color: #b8b8b8;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .right{
	width: 360px;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .right ul{
	width: 100%;
	/* display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px; */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .right ul li:not(:nth-of-type(2n)){
	margin-right: 20px;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .right ul li{
	width: 45%;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .right ul li a{
	color: #545454;
	font-size: 14px;
	font-weight: normal;
}
.lh-header .lh-header-r .lh-nav > li .nav-cont .right ul li a:hover{
	color: #2d466a;
	font-weight: bold;
	transition: all .5s;
}
.lh-header .lh-header-r .lh-nav > li:hover .nav-cont{
	display: flex;
	transition: all 1s;
}

.lh-heade-box .lh-header .lh-header-r .lh-search{
	margin-left: 20px;
	transition: all 0.5s;
}
.lh-heade-box .lh-header .lh-header-r .lang{
	width: 140px;
	justify-content: space-between;
	cursor: pointer;
	margin-left: 15px;
}
.lh-heade-box .lh-header .lh-header-r .lang span:last-of-type{
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	width: 20px;
	height: 20px;
}
.lh-heade-box .lh-header .lh-header-r .lang dl{
	color: white;
	font-size: 16px;
}
.lh-heade-box .lh-header .lh-header-r .lang dl dd{
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	position: absolute;
	flex-flow: column nowrap;
	width: 110px;
}
.lh-heade-box .lh-header .lh-header-r .lang dl dd:last-of-type{
	top: 105px;
}
.lh-heade-box .lh-header .lh-header-r .lang:hover dd{
	display: flex;
}
.lh-heade-box .lh-header .lh-header-r .lang:hover span:last-of-type{
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
.lh-heade-box .lh-header .lh-header-r .lang dl dd:hover{
	background-color: #072966;
	transition: all .5s;
}


/*内页头部*/
.header{
	width: 100%;
	padding: 0 50px;
	height: 108px;
	background-color: white;
	align-items: center;
	justify-content: space-between;
}
.header .header-cont{
	align-items: center;
}
.header nav{
	width: 1080px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.header nav > ul{
	width: 100%;
	justify-content: space-between;
}
.header nav > ul > li > a{
	font-size: 16px;
	font-weight: normal;
}
.header nav > ul > li > ul{
	display: none;
	position: absolute;
	top: 108px;
}
.header nav > ul > li > ul > li{
	flex-flow: row wrap;
	width: 200px;
	justify-content: flex-start;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
	padding-bottom: 15px;
}
.header nav > ul > li > ul > li > a  {
	color: white;
	padding: 15px 15px 0;
}
.header nav > ul > li{
	display: flex;
	width: 100%;
	height: 108px;
	justify-content: center;
	align-items: center;
}
.header nav > ul > li:hover ul{
	display: block;
}
.header nav > ul > li:hover ul li{
	display: grid;
	grid-template-columns: repeat(auto-fill, 100px);
}

.header .lang{
	width: 140px;
	justify-content: space-between;
	cursor: pointer;
	margin-left: 20px;
}
.header .lang span:last-of-type{
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	width: 20px;
	height: 20px;
}
.header .lang dl{
	font-size: 16px;
}
.header .lang dl dd{
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	position: absolute;
	flex-flow: column nowrap;
	width: 110px;
	background-color: white;
	box-shadow: 2px 2px 10px #ccc;
}
.header .lang dl dd:last-of-type{
	top: 95px;
}
.header .lang:hover dd{
	display: flex;
}
.header .lang:hover span:last-of-type{
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
.header .lang dl dd:hover{
	background-color: #072966;
	color: white;
	transition: all .5s;
}
.header .header-cont form{
	margin-left: 30px;
}
.header .header-cont form input{
	display: none;
	height: 30px;
	outline: unset;
	padding-left: 10px;
}
.header .header-cont form input{
	display: none;
}
.header .header-cont form.on{
	display: flex;
	transition: all .5s;
}
.header .header-cont form.on input{
	display: block;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 10;
	transition: all .5s;
}
.header .header-cont form a{
	position: relative;
	z-index: 11;
}
.header .header-cont form a i{
	font-size: 20px;
}
/* .header nav > span,header nav > span{
	cursor: pointer;
} */
.banner .swiper-container {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	height: 800px;
}
.banner .swiper-pagination-fraction,.banner .swiper-pagination-custom,.banner .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 40px;
	left: 0;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	opacity: 1;
	border-radius: 100%;
	border: unset;
	background: white;
}
.banner .swiper-pagination-bullet-active {
	color:#1070ad;
	background: #1070ad;
}
.banner .swiper-slide a img{
	width: 100%;
	position: absolute;
}
.banner .swiper-slide h2{
	position: relative;
	text-align: center;
	top: 300px;
	color: white;
	font-size: 60px;
	letter-spacing: 77px;
}
.banner .swiper-slide p{
	position: relative;
	text-align: center;
	top: 350px;
	color: white;
	font-size: 36px;
	letter-spacing: 23px;
}
.banner > .swiper-container > img{
	z-index: 20;
}
.shares{
	padding: 0 260px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 100%;
	top: 710px;
	z-index: 20;
}
.shares .cont{
	padding: 40px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}
.shares .cont .left h2,.shares .cont .left h3{
	color: white;
	font-size: 24px;
	font-weight: bold;
}
.shares .cont .left h3{
	margin-top: 10px;
}
.shares .cont .center p{
	font-size: 16px;
	font-weight: normal;
	color: white;
}
.shares .cont .center p:last-of-type{
	margin-top: 10px;
}
.shares .cont .right{
	align-items: flex-end;
}
.shares .cont .right p:first-of-type span{
	font-size: 36px;
	font-weight: bold;
	color: white;
}
.shares .cont .right p:last-of-type span{
	font-size: 24px;
	font-weight: normal;
	color: white;
}
.about{
	background-size: 100%;
	padding: 170px 260px 100px;
	justify-content: space-between;
	align-items: center;
}
.about .left {
	width: 50%;
}
.about .left h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.about .left p{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	opacity: .5;
	line-height: 28px;
}
.about .left > a{
	margin-top: 60px;
	width: 200px;
	height: 35px;
	justify-content: space-between;
	align-items: center;
	background-color: #072966;
	padding: 5px 10px;s
}
.about .left > a span{
	color: white;
	font-size: 12px;
	font-weight: normal;
}
.about .right{
	width: 45%;
	justify-content: space-between;
}
.about .right .item h3{
	color: #072966;
	font-size: 48px;
	font-weight: bold;
}
.about .right .item p{
	font-size: 14px;
	font-weight: normal;
}
.sector{
	padding: 0 260px;
	align-items: center;
}
.sector .left .tabhead a{
	font-size: 36px;
	color: white;
	opacity: .5;
	font-weight: normal;
	transition: all .5s;
	margin-right: 30px;
}
.sector .left .tabhead a.on{
	opacity: 1;
	transition: all .5s;
}
.sector .left .tabtext{
	margin-top: 35px;
}
.sector .left .tabtext p{
	display: none;
	width: 50%;
	transition: all .5s;
	font-size: 16px;
	color: white;
	line-height: 32px;
	font-weight: normal;
}
.sector .left .tabtext p.on{
	display: block;
	transition: all .5s;
}
.sector .left .tabtext a{
	display: none;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: white;
	font-size: 12px;
	font-weight: normal;
	margin-top: 80px;
	padding: 10px 10px;
	box-sizing: border-box;
	border: 1px solid white;
	width: 200px;
}
.sector .left .tabtext a.on{
	display: flex;
}
.sector .right .items{
	display: none;
	transition: all .5s; 
}
.sector .right .items.on{
	display: flex;
}
.sector .right .items{
	background: rgba(0,0,0,.5);
}
.sector .right .items .item{
	width: 560px;
	height: 233px;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px 0 50px;
	cursor: pointer;
	transition: all .5s;
}
.sector .right .items .item div h3{
	color: white;
	font-size: 24px;
	font-weight: normal;
	transition: all .5s;
}
.sector .right .items .item div p{
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	transition: all .5s;
}
.sector .right .items .item span{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	color: #072966;
	font-size: 30px;
	font-weight: bolder;
	background-color: white;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	transition: all .5s;
}
.sector .right .items .item:hover{
	background-color: white;
	transition: all .5s;
}
.sector .right .items .item:hover div h3,.sector .right .items .item:hover div p{
	color: #072966;
	transition: all .5s;
}
.sector .right .items .item:hover span{
	color: white;
	background-color: #072966;
	transition: all .5s;
}
.news{
	padding: 50px 260px 70px;
}
.news .top{
	justify-content: space-between;
	align-items: center;
}
.news .top .left h3{
	font-size: 24px;
	font-weight: bold;
}
.news .top .left p{
	width: 50%;
	margin-top: 30px;
	opacity: .5;
}
.news .top .left > a{
	margin-top: 60px;
	width: 200px;
	height: 35px;
	justify-content: space-between;
	align-items: center;
	background-color: #072966;
	color: white;
	padding: 5px 10px;
}
.news .top .right a {
	font-size: 18px;
	font-weight: bold;
}
.news .top .right a.on,.news .top .right a:hover{
	color: #072966;
	transition: all .5s;
}
.news .top .right span{
	margin: 0 10px;
}
.news .bottom {
	margin-top: 50px;
}
.news .bottom .contexts{
	display: none;
}
.news .bottom .contexts.on{
	display: block;
}
.news .bottom .swiper-container{
	width: 100%;
	height: 450px;
}
.news .bottom .swiper-container .swiper-slide a span.text{
	align-items: center;
	margin-top: 35px;
}
.news .bottom .swiper-container .swiper-slide a span.text span:last-of-type{
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
.news .bottom .swiper-container .swiper-slide a span.text span:first-of-type{
	display: block;
	height: 2px;
	width: 30px;
	background-color: #072966;
}
.news .bottom .swiper-container .swiper-slide a img{
	width: 100%;
	height: 250px;
}
.news .bottom .swiper-container .swiper-slide a em{
	margin-top: 40px;
	margin-left: 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.news .bottom .swiper-container .swiper-slide:hover{
	transition: all .5s;
	transform: scale(1.02);
}
.news .bottom .swiper-pagination-fraction,.banner .swiper-pagination-custom,.banner .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 40px;
	left: 0;
	width: 100%;
}
.news .bottom .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	opacity: 1;
	border-radius: 100%;
	border: unset;
	background: #d9d9d9;
}
.news .bottom .swiper-pagination-bullet-active {
	color:#072966;
	background: #072966;
}
.news .bottom .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 10px;
	left: 0;
	width: 100%;
}
footer{
	padding: 40px 260px;
	background-color: #353535;
}
footer .top{
	justify-content: space-between;
	align-items: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #535353;
}
footer .top .contant span{
	align-items: center;
	justify-content: center;
	color: #9a9a9a;
}
footer .top .contant > span:last-of-type{
	margin-left: 50px;
}
footer .top .qrcode span{
	margin-left: 20px;
	justify-content: center;
	align-items: center;
}
footer .top .qrcode span p{
	margin-top: 20px;
	color: white;
	opacity: .2;
}
footer .bottom .footnav{
	margin-top: 30px;
}
footer .bottom .footnav a,footer .bottom .footnav span{
	color: white;
	opacity: .2;
}
footer .bottom .footnav span{
	margin: 0 10px;
}
footer .bottom p{
	font-size: 14px;
	margin-top: 20px;
	justify-content: space-between;
	/* color: rgba(255,255,255,0.2);
	opacity: .2; */
}
footer .bottom p a{
	/* color: rgba(255,255,255,0.2); */
	font-size: 14px;
}

/* .header nav a{
	font-size: 16px;
	color: black;
	font-weight: normal;
}
.header nav .lang{
	width: 140px;
	justify-content: space-between;
	cursor: pointer;
}
.header nav .lang span:last-of-type{
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}
.header nav .lang dl{
	color: black;
	font-size: 16px;
}
.header nav .lang dl dd{
	padding: 5px;
	cursor: pointer;
	display: none;
	position: absolute;
	flex-flow: column nowrap;
	width: 110px;
}
.header nav .lang dl dd:last-of-type{
	top: 65px;
}
.header nav .lang:hover dd{
	display: flex;
}
.header nav .lang:hover span:last-of-type{
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
.header nav .lang dl dd:hover{
	background-color: #072966;
	color: white;
	transition: all .5s;
}
.header nav .lang dl dd:last-of-type{
	margin-top: 30px;
} */
.twobanner{
	width: 100%;
	height: 400px;
	padding: 0 260px;
	justify-content: space-between;
	align-items: center;
}
.twobanner .left,.twobanner .right{
	margin-top: 100px;
}
.twobanner .left h2,.twobanner .left p,.twobanner .right p,.twobanner .right p a{
	color: white;
}
.twobanner .left h2{
	font-size: 36px;
	font-weight: bold;
}
.twobanner .left p{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 20px;
	margin-top: 20px;
}
.nav{
	padding: 0 260px;
	background-color: #072966;
}
.nav a{
	padding: 25px 45px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	transition: all .5s;
}
.nav a.on{
	background-color: white;
	color: #072966;
	transition: all .5s;
}
.nav a:hover{
	background-color: white;
	color: #072966;
	transition: all .5s;
}
.content{
	padding: 100px 260px;
}
.content{
	background-color: white;
}
.content .top {
	justify-content: space-between;
}
.content .top h3{
	font-size: 30px;
	font-weight: bold;
}
.content .top a{
	width: 200px;
	height: 35px;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	background-color: #072966;
}
.content .top a span{
	color: white;
}
.content .items{
	margin-top: 50px;
	/* display: grid;
	grid-template-columns: repeat(auto-fill, 49%);
	gap: 20px; */
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.content .items .item{
	width: 677px;
	height: 400px;
}
.company .swiper-container {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	height: 400px;
}
.company .swiper-slide a img{
	width: 100%;
	position: absolute;
}
.company .swiper-slide h2{
	position: relative;
	top: 290px;
	left: 30px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.company .swiper-slide p{
	position: relative;
	width: 90%;
	top: 300px;
	left: 30px;
	color: white;
	font-size: 14px;
	font-weight: normal;
	opacity: .7;
}
.company > .swiper-container > img{
	width: 100%;
	z-index: 20;
}
.company .swiper-button-prev, .company .swiper-container-rtl .swiper-button-next{
	background-image: url(../img/newl.png);
	left: 0px;
	right: auto;
}
.company .swiper-button-next, .company .swiper-container-rtl .swiper-button-prev{
	background-image: url(../img/newr.png);
	right: 0px;
	left: auto;
}
.company .swiper-button-prev,.company  .swiper-button-next{
	top: 30%;
	width: 70px;
	height: 140px;
	background-size: 70px 140px;
}
.company .item section:first-of-type{
	justify-content: space-between;
}
.company .item section:first-of-type img{
	max-width: 230px;
	max-height: 130px;
}
.company .item section:first-of-type .text {
	margin-left: 20px;
}
.company .item section:first-of-type .text a:last-of-type{
	display: block;
	width: 500px;
}
.company .item section:first-of-type .text h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.company .item section:first-of-type .text p{
	display: block;
	font-size: 14px;
	font-weight: normal;
	opacity: .5;
	line-height: 28px;
	margin-top: 20px;
	width: 100%;
}
.company .item section:last-of-type a{
	font-size: 16px;
	font-weight: normal;
	margin-top: 28px;
}
.company .item section:last-of-type a img{
	position: relative;
	top: -3px;
}
.ident{
	background-color: #f7f7f7;
}
.ident .items{
	margin-top: 50px;
	/* display: grid;
	grid-template-columns: repeat(auto-fill, 48%);
	gap: 40px; */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.ident .items a{
	display: block;
	width: 48%;
	height: 120px;
	margin-bottom: 40px;
}
.ident .items a img{
	max-width: 275px;
}
.ident .items a span.text span.h3{
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.ident .items a span.text span.h3 time{
	font-size: 14px;
	opacity: .5;
}
.ident .items a span.text span.p{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
}
.videonews .items{
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(auto-fill, 30%);
	gap: 40px;
	justify-content: space-between;
}
.videonews .items a img{
	max-width: 445px;
	width: 100%;
}
.videonews .items a span.text span.h3{
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
.videonews .items a span.text span.p{
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
}
.madio {
	padding: 0 260px 100px;
}
.madio .items{
	margin-top: 50px;
	/* display: grid;
	grid-template-columns: repeat(auto-fill, 48%);
	gap: 40px; */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.madio .items a{
	display: flex;
	width: 49%;
	height: 80px;
	margin-bottom: 40px;
}
.madio .items a time .day{
	width: 70px;
	height: 45px;
	justify-content: center;
	align-items: center;
	background-color: #f4f6f6;
	color: #4c4c4c;
	font-size: 24px;
	font-weight: normal;
}
.madio .items a time .md{
	width: 70px;
	height: 30px;
	justify-content: center;
	align-items: center;
	background-color: #072966;
	color: white;
	font-size: 12px;
}
.madio .items a span.text{
	margin-left: 20px;
	width: 80%;
}
.madio .items a span.text span.h3{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.madio .items a span.text span.p{
	margin-top: 5px;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	width: 100%;
}

.container{
	padding: 50px 260px 100px;
	background-color: #f6f6f6;
}

.piclist{
	/* display: grid;
	grid-template-columns: repeat(auto-fill, 31.85%);
	gap: 30px; */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.piclist .item{
	padding: 20px;
	background-color: white;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 31.4%;
	margin-bottom: 30px;
}
.piclist .item:not(:nth-of-type(3n)){
	margin-right: 30px;
}
.piclist .item a img{
	width: 400px;
	height: 225px;
	object-fit: cover;
}
.piclist .item a:last-of-type{
	margin-top: 10px;
	display: block;
	width: 90%;
}


/*图片4-3*/
.picturelist{
	/* display: grid;
	grid-template-columns: repeat(auto-fill, 30%);
	gap: 60px; */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.picturelist .item{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 29.6%;
	background-color: white;
	padding: 20px;
	margin-bottom: 60px;
}
.picturelist .item:not(:nth-of-type(3n)){
	margin-right: 60px;
}
.picturelist .item a img{
	width: 100%;
}
.picturelist .item a:last-of-type{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
} 
.picturelist .item p{
	font-size: 16px;
	opacity: .7;
	margin-top: 5px;
}

/*图文列表*/
.twlist .item{
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 30px;
	background-color: white;
	cursor: pointer;
}
.twlist .item > a > img{
	width: 620px;
	height: 350px;
	object-fit: cover;
}
.twlist .item .list{
	margin-left: 40px;
	display: flex;
	flex-flow: column nowrap;
}
.twlist .item .list .time{
	display: flex;
	flex-flow: column nowrap;
	width: 110px;
	height: 80px;
	background-color: #2c2c2c;
	justify-content: center;
	align-items: center;
}
.twlist .item .list .time span:first-of-type{
	color: white;
	font-size: 30px;
	font-weight: normal;
}
.twlist .item .list .time span:last-of-type{
	color: white;
	font-size: 14px;
	font-weight: normal;
}
.twlist .item .list a:first-of-type{
	margin-top: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #2c2c2c;
	display: inline-block;
}
.twlist .item .list p{
	width: 700px;
	margin-top: 45px;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #2c2c2c;
}
.twlist .item .list a:last-of-type{
	margin-top: 35px;
	color: #2C2C2C;
	font-size: 14px;
	font-weight: normal;
	opacity: 0.5;
}

.twlist .item:hover .list .time{
	background-color: #072966;
	transition: all 0.5s;
}
.twlist .item:hover .list a:first-of-type{
	color: #072966;
	transition: all 0.5s;
}

/*详情页*/
.detail{
	background-color: #f6f6f6; 
	padding: 50px 260px;
}
.detail a{
	z-index: 9;
}
.detail .text{
	padding: 75px 100px;
	background-color: white;
}
.detail .text h2{
	font-size: 36px;
	font-weight: bold;
	color: #072966;
	text-align: center;
}
.detail .text .cont{
	margin-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.detail .text .cont .left p ,.detail .text .cont .right p{
	color: #072966;
	font-size: 14px;
	font-weight: normal;
}
.detail .text .cont .right{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.detail .text hr{
	margin-top: 35px;
}
.detail .text .context{
	margin-top: 45px;
	text-align: justify;
}
.detail .text .context p{
	color: #072966;
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
}
.detail .text .updown{
	display: flex;
	flex-flow: column nowrap;
	margin-top: 50px;
}
.detail .text .updown a{
	font-size: 16px;
	font-weight: normal;
	color: #072966;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.detail .text .updown a:hover{
	font-weight: bold;
	color: #2d466a;
}

/*信息列表*/
.xxlist{
	display: flex;
	flex-flow: column nowrap;
}
.xxlist a{
	background-color: white;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.xxlist a > span:first-of-type{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 140px;
}
.xxlist a > span > span:first-of-type{
	font-size: 40px;
	font-weight: normal;
	color: #2C2C2C;
	display: inline-block;
}
.xxlist a > span > span:last-of-type{
	font-size: 16px;
	font-weight: normal;
	color: #2C2C2C;
	display: inline-block;
}
.xxlist a > i{
	display: block;
	width: 1px;
	height: 70px;
	background-color: #2C2C2C;
	opacity: 0.1;
}
.xxlist a > .text{
	margin-left: 30px;
}
.xxlist a > .text h2{
	font-size: 18px;
	font-weight: bold;
	color: #2c2c2c;
}
.xxlist a > .text p{
	width: 1200px;
	font-size: 14px;
	font-weight: normal;
	color: #2C2C2C;
	opacity: 0.5;
	line-height: 25px;
	margin-top: 15px;
}
.xxlist a:hover .time{
	background-color: #072966;
	transition: all 0.5s;
}
.xxlist a:hover .time > span{
	color: white;
}
.xxlist a:hover .text > h2{
	color: #072966;
}

/*单页*/

.onepage-pad{
	padding: 50px 260px 100px;
	background: #f6f6f6;
}
.onepage-pad .onepage {
	padding: 50px;
	background: white;
}
.onepage-pad .onepage p {
	font-size: 16px;
	line-height: 40px;
}
.onepage-pad .onepage img{
	padding: 20px;
	box-sizing: border-box;
	/*max-width: 100%;*/
}

/*分页*/
.margin-top-60, .padding-top-90{
	padding: 0 260px 80px;
	box-sizing: border-box;
	background: #f6f6f6;
}
.margin-top-60 ul, .padding-top-90 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.margin-top-60 ul li, .padding-top-90 ul li{
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.margin-top-60 ul li.active a, .padding-top-90 ul li.active a{
	color: white;
	background-color: #072966;
}
.margin-top-60 ul li a, .padding-top-90 ul li a{
	color: #2C2C2C;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: 1px solid #072966;
}

.padding-top-90 ul li a .layui-icon-prev:before{
	content: "«";
}
.padding-top-90 ul li a .layui-icon-next:before{
	content: "»";
}
/* 搜索 */
.search-input{
	padding: 0 260px;
	margin-bottom: 30px;
}
.search-input .fadeInUp form{
	width: 100%;
	height: 50px;
	background: #072966;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.search-input .fadeInUp form input{
	border: none;
	background: none;
	width: 80%;
	height: 30px;
	padding-left: 5px;
	color: white;
	outline: none;
	border-radius: 3px;
	margin-left: 10px;
}
.search-input .fadeInUp form input::-webkit-input-placeholder{
	color:#C4E6F5;
}
.search-input .fadeInUp form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#C4E6F5;
}
.search-input .fadeInUp form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#C4E6F5;
}
.search-input .fadeInUp form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#C4E6F5;
}

.search-input .fadeInUp form button{
	border: none;
	background: none;
	color: white;
	font-size: 24px;
	cursor: pointer;
	outline: none;
	margin-right: 20px;
}
.search-detail > .alert-danger{
	background: #3150A2;
	padding: 10px;
	border-radius: 3px;
}
.search-detail > .alert-danger > h4{
	font-size: 20px;
	color: white;
}
.search-detail > .alert-danger > h4 > .text-danger{
	color: red;
	font-weight: bold;
}
.search-detail > .alert-danger > p{
	padding-top: 10px;
	color: white;
	font-size: 14px;
}
.search-detail > .alert-danger > p > strong{
	font-weight: bold;
}
.search-detail > p{
	font-size: 14px;
	padding-bottom: 30px;
}
.search-detail > p > .text-info{
	color: #3150A2;
	font-weight: bold;
}
/*留言*/
#liuyan{
	padding:10px;
	margin: 50px 0 150px;
}
.layui-col-space20>*{
	padding: 15px;
}
.layui-input, .layui-select, .layui-textarea{
	height: 50px;
}
#liuyan .layui-container .layui-row .column .text1{
	margin: 20px 0;
}
#liuyan .layui-container .layui-row .column .text1 a{
	font-size: 20px;
	font-weight: bold;
}
.layui-textarea{
	min-height: 200px;
}
#map2{
	width: 1400px;
	height: 500px;
	margin: 60px auto 10px;
}
/*联系我们*/
.contact1{
	width: 1400px;
	height: 360px;
	margin: 0 auto;
	background-color: white;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.contact1 .items{
	width: 950px;
	height: 170px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	background-color: white;
	position: relative;
	top: -90px;
	box-shadow: #C0C4CC 2px 2px 10px;
	padding: 0 50px;
}
.contact1 .items > span{
	width: 1px;
	height: 50px;
	background-color: #e5e5e5;
}
.contact1 .items .item{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.contact1 .items .item span{
	font-size: 60px;
	color: #2d466a;
}
.contact1 .items .item p{
	color: #4c4c4c;
	font-size: 14px;
	font-weight: normal;
}
.contact1 h3{
	font-size: 30px;
	color: #2c2c2c;
	font-weight: normal;
}
.contact1 > p{
	width: 1400px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #6b6b6b;
	text-align: center;
	line-height: 30px;
	opacity: 0.5;
}


/*集团业务*/
.main{
	padding: 100px 260px;
}
.main .tabcon .item.on{
	display: flex;
}
.main .tabcon .item{
	display: none;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
.main .tabcon .item .text{
	width: 34%;
	height: 450px;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding-left: 60px;
}
.main .tabcon .item .text h2{
	font-size: 30px;
	font-weight: bold;
}
.main .tabcon .item .text ul li a{
	font-size: 14px;
	font-weight: normal;
}
.main .tabcon .item .text ul{
	margin-top: 30px;
}
.main .tabcon .item .text h2 , .main .tabcon .item .text ul li{
	line-height: 30px;
}
.main .tabcon .item .text h2 , .main .tabcon .item .text ul li a{
	color: white;
}
.main .tabhed{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #f2f2f2;
}
.main .tabhed a{
	display: flex;
	flex-flow: row nowrap;
	width: 221px;
	height: 60px;
	align-items: center;
	justify-content: center;
}
.main .tabhed a.on,.main .tabhed a:hover{
	background-color: #072966;
	color: white;
	transition: all .5s;
}

/*关于我们*/

.jtgk .cont{
	margin-top: 50px;
	
}
.jtgk .cont video{
	width: 680px;
	height: 380px;
}
.jtgk .cont .right{
	margin-left: 40px;
}
.jtgk .cont .right .top{
	width: 520px;
	justify-content: space-between;
	margin-top: 60px;
}
.jtgk .cont .right .top span {
	align-items: center;
}
.jtgk .cont .right .top span span:first-of-type{
	color: #072966;
	font-size: 44px;
	font-weight: bold;
}
.jtgk .cont .right .top span span:last-of-type{
	color: #2c2c2c;
	font-size: 14px;
	font-weight: normal;
}
.jtgk .cont .right .bottom{
	margin-top: 60px;
}
.jtgk .cont .right .bottom h3{
	color: #072966;
	font-size: 18px;
	font-weight: bold;
}
.jtgk .cont .right .bottom p{
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	width: 663px;
}
.context{
	padding: 80px 260px;
}
.context .items{
	justify-content: space-between;
	align-items: center;
}
.context .items a{
	width: 680px;
	height: 150px;
	justify-content: center;
	align-items: center;
	border: 2px solid white;
}
.context .items a h3{
	font-size: 30px;
	font-weight: bold;
	color: white;
}
.context .items a:hover{
	background-color: white;
	transition: all .5s;
}
.context .items a:hover h3{
	color: #072966;
	transition: all .5s;
}
.dszzc .cont{
	margin-top: 50px;
	align-items: center;
}
.dszzc .cont h3{
	font-size: 18px;
	font-weight: bold;
	color: #072966;
}
.dszzc .cont p{
	margin-top: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 1400px;
}
.dszzc .cont img{
	align-self: baseline;
	margin: 0 auto;
}
.gltd .items{
	margin-top: 50px;
	/* display: grid;
	grid-template-columns: repeat(auto-fill, 18%);
	gap: 20px; */
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.gltd .items a{
	width: 250px;
	height: 420px;
	align-items: center;
}
.gltd .items a img{
	width: 100%;
}
.gltd .items a h3{
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.gltd .items a p{
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	opacity: .5;
}

@media all and (max-width: 1700px) {
	header{
		padding: 0 140px;
	}
	.lh-header .lh-header-r .lh-nav > li .nav-cont{
		padding: 40px 140px;
	}
	.banner .swiper-container{
	    height: 675px;
	}
	.banner .swiper-slide p{
		top: 350px;
	}
	.emiss{
		top: 400px;
		padding: 0 140px;
	}
	.company .item section:first-of-type .text h3,.company .item section:first-of-type .text p{
		margin-top: unset;
	}
	.content .items .item{
		width: 640px;
	}
	.company .item section:first-of-type .text a:last-of-type{
		width: 400px;
	}
	.shares{
		top: 600px;
	}
	.icon{
		top: 600px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 150px;
	}
	.sector{
		padding: 0 140px;
	}
	.about,.product{
		padding: 150px 140px 100px;
	}
	.about .items{
		grid-template-columns: repeat(auto-fill, 31.5%);
		gap: 35px;
	}
	.product .text{
		padding: 80px 50px;
	}
	.overall{
		padding: 75px 140px 130px;
	}
	.overall .bottom{
		margin-top: 90px;
	}
	.news{
		padding: 100px 140px;
	}
	.xxlist a > .text p{
		width: 1100px;
	}
	footer{
		padding: 10px 140px;
	}
	#map2{
		width: 1300px;
	}
	.contact1 > p{
		width: 1300px;
	}
	footer .left p:first-of-type, footer .left p:nth-of-type(2), footer .left p:nth-of-type(4){
		margin-top: 15px;
	}
	footer .right .qrcode img{
		width: 150px;
		height: 150px;
	}
	footer .right .qrcode p{
		font-size: 12px;
	}
	.twobanner{
		padding: 0 140px;
	}
	.content{
		padding: 100px 140px;
	}
	.context{
		padding: 80px 140px;
	}
	.context .items a{
		width: 640px;
	}
	.nav{
		padding: 0 140px;
	}
	main{
		padding: 100px 140px;
	}
	.onepage-pad{
		padding: 50px 140px 100px;
	}
	.container{
		padding: 50px 140px 100px;
	}
	.search-input{
		padding: 0px 110px;
	}
	.main{
		padding: 60px 140px;
	}
}
@media all and (max-width: 1400px) {
	header{
		padding: 0 60px;
	}
	.banner .swiper-container{
	    height: 575px;
	}
	.banner .swiper-slide p{
		top: 200px;
	}
	.emiss{
		top: 300px;
		padding: 0 60px;
	}
	.emiss .item h3{
		font-size: 30px;
	}
	.icon{
		top: 500px;
	}
	.about,.product{
		padding: 90px 60px 100px;
	}
	.about .items{
		grid-template-columns: repeat(auto-fill, 31.2%);
	}
	.product .text{
		padding: 80px 30px;
	}
	.product .items{
		grid-template-columns: repeat(auto-fill, 31.4%);
	}
	.overall{
		padding: 75px 60px 80px;
	}
	.overall .bottom{
		margin-top: 60px;
	}
	.news{
		padding: 0 60px;
	}
	footer{
		padding: 10px 60px;
	}
	footer .left p:first-of-type, footer .left p:nth-of-type(2), footer .left p:nth-of-type(4){
		margin-top: 10px;
	}
	footer .left img{
		width: 150px
	}
	footer .right a{
		padding: 10px 20px;
	}
	footer .right .qrcode{
		margin-top: 10px;
	}
	footer .right .qrcode img{
		width: 150px;
		height: 150px;
	}
	footer .right .qrcode p{
		font-size: 12px;
	}
}
@media all and (max-width: 767px) {
	
}
