@font-face {
	font-family: 'MiSans';
	src: url(../fonts/misans-regular.woff)
}

@font-face {
	font-family: 'MiSanss';
	src: url(../fonts/MiSans-Demibold.ttf)
}

@font-face {
	font-family: 'MiSansss';
	src: url(../fonts/misans-semibold.woff)
}

@font-face {
	font-family: 'MiSansm';
	src: url(../fonts/MiSans-Medium.woff)
}

html,
body {
	position: relative;
	font-family: 'MiSans';
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.yanse{
    display: flex;
    margin-top: 40px;
}
.yanse .yy{
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}
.yanse .yy:last-child{
    margin-right: 0;
}
.yanse .yy img{
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
}
.yanse .yy span{
    font-size: 11px;
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #333333;
}
.container:before,
.container:after {
	display: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,
dl,
dt,
dd,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

* {
	font-style: normal;
}

button,
input {
	border: 0;
	outline: none;
}

.splash-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	transition: opacity 0.5s ease;
}


.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	animation: zoomOut 2.8s ease-in-out forwards;
	transform-origin: center;
	position: relative;
	width: 100%;
    height: 100%;
}
/*.logo .l{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 20%;*/
/*}*/
/*.logo .r{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 20%;*/
/*}*/
[aos=fade-down-right] {
    -webkit-transform: translate(-10000px, -10000px);
    -ms-transform: translate(-10000px,-10000px);
    transform: translate(-10000px, -10000px);
}
.logo .l:nth-child(1){
    margin-right: 10px;
    height: 50px;
}
.logo img {
	height: 53px;
}

#navToggle img {
	width: 24px;
	height: 24px;
}

/* 放大动画 */
@keyframes zoomOut {
	0% {
		transform: scale(1);
		opacity: 0;
		border-radius: 50%;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
		border-radius: 20px;
	}

	70% {
		transform: scale(1);
		opacity: 1;
		border-radius: 20px;
	}

	100% {
		transform: scale(15);
		opacity: 0;
		display: none;
	}
}

/* 主内容区域 */
 .sycon {
	opacity: 0;
	overflow: hidden;
	position: relative;
	animation: fadeIn 1s ease-in-out 2.8s forwards;
} 

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.m_nav,
#navToggle {
	display: none;
}

.lbt img {
	width: 100%;
	height: 100vh;
    object-fit: cover;
}

.head {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	height: 70px;
	border-bottom: 1px solid #00559C;
	z-index: 99;
}
.sy1{
    text-align: center;
    margin: 148px 0;
    margin-bottom: 187px;
}
.sy1 h1{
    font-family: 'MiSansss';
    font-size: 43px;
    color: #00559C;
    line-height: 52px;
    margin-bottom: 40px;
}
.sy1 p{
    font-size: 22px;
    color: #808080;
    line-height: 42px;
    font-family: 'MiSansm';
    max-width: 955px;
    margin: auto;
}
.lbt .xx{
    position: absolute;
    right: 200px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    background: url(../img/xxx.svg) no-repeat;
    z-index: 10;
    cursor: pointer;
}
.head.tm{
    background: initial;
}
.head.active {
	background: #fff;
}
.head .container {
	display: flex;
	height: 100%;
	align-items: center;
}

.head .lg img {
	width: 184px;
	height: 25px;
}

.head .navbar_nav {
	display: flex;
	align-items: center;
	height: 100%;
	flex: 1;
    justify-content: center;
}

.head .con {
	margin-left: auto;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
    flex: 1;
}

.head .navbar_nav>li {
	margin-right: 75px;
	height: 100%;
}

.head .navbar_nav>li:last-child {
	margin-right: 0;
}

.head .navbar_nav>li>a {
	font-size: 15px;
	color: #999999;
	display: flex;
	align-items: center;
	height: 100%;
	transition: .5s;
}

.head .navbar_nav>li.active>a,.head .navbar_nav>li:hover>a{
	color: #00559C;
}
#header-search input {
	border-radius: 20px;
	border: 1px solid #00559C;
	height: 24px;
	line-height: 24px;
	width: 127px;
	background: initial;
	padding: 0 20px;
	color: #00559C;
}

#header-search {
	display: flex;
}

#header-search button {
	background: initial;
	padding: 0;
	margin-left: 10px;
	margin-right: 40px;
}

#header-search button img {
	width: 24px;
	height: 18px;
}

.head .yw {
	width: 60px;
	border-radius: 20px;
	color: #fff;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00559C;
	flex-shrink: 0;
	position: relative;
}

.head .yw>a {
	color: #fff;
}

.head .yw img {
	width: 10px;
	margin-top: 2px;
	margin-left: 9px;
	height: 6px;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .5;
	background: #000;
	top: 0;
	z-index: 99;
	display: none;
}

.mess {
	position: fixed;
	right: -100%;
	width: 50%;
	height: 100%;
	background: #fff;
	transition: .5s;
	overflow: hidden;
	z-index: 99;
	top: 0;
	padding: 85px 40px 0 40px;
}

.mess .contact .m {
	margin-top: 0;
}

.mess.on {
	right: 0;
}

.mess img {
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 76px;
}

.m_nav {
	overflow: hidden;
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 60%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .5s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(170%);
}

.m_nav.open {
	transform: translateX(67%);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 15px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;

	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li span {
	display: flex;
	align-items: center;
}

.m_nav .ul li span .img {
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.m_nav.open .ul li span .img.on img {
	transform: skew(180deg);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	/*height: 50px;*/
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	line-height: initial;
	height: initial;
	padding: 12px 15px;
	box-sizing: border-box;
	font-size: 12px;
	color: #9E9E9E;
	font-family: Roboto;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}
.procat{
    background: #F0F0F0;
    padding-bottom: 94px;
    padding-top: 100px;
    margin-bottom: 146px;
}
.procat .container a {
	display: block;
	overflow: hidden;
	position: relative;
	transition: .5s;
	flex: 1;
}

.procat .container a:last-child{
    margin-left: 50px;
}
.procat h1{
    font-family: 'MiSansss';
    font-size: 46px;
    color: #00559C;
    line-height: 50px;
    margin-bottom: 48px;
    text-align: center;
}
.procat .container a .img{
    height: 550px;
    overflow: hidden;
    border-radius: 30px;
}
.procat .container a img {
	border-radius: 30px;
	transition: .5s;
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.procat .container a .img:hover img {
	transform: scale(1.05);
}

.procat .container a p {
    font-family: MiSansm;
    font-size: 28px;
    color: #00559C;
    width: 100%;
    margin-top: 30px;
    line-height: 28px;
    text-align: center;
}

.procat .container .l {
	min-width: 0;
	width: 100%;
	margin-right: 0;
	display: flex;
}

.procat .container .r {
	min-width: 0;
	flex: 1;
}

.procat .container .r a:last-child {
	margin-top: 20px;
}
.prolist{
    margin-bottom: 100px;
}
.prolist h1{
    font-family: 'MiSansss';
    font-size: 43px;
    color: #00559C;
    line-height: 50px;
    margin-bottom: 48px;
}
.prolist .l{
    display: flex;
    flex-wrap: wrap;
}
.prolist .l a{
    padding: 63px 40px 53px 55px;
    width: calc(25% - 19px);
    margin-right: 25px;
    background: #f2f2f2;
    border-radius: 30px;
    margin-bottom: 50px;
}
.prolist .l a:nth-child(4n){
    margin-right: 0;
}
.prolist .l a .img{
    height: 260px;
}
.prolist .l a .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.prolist .l a p{
    font-family: MiSansss;
    font-weight: 600;
    font-size: 28px;
    color: #00559C;
    margin-top: 34px;
    line-height: 23px;
    margin-bottom: 15px;
}
.prolist .l a em{
    display: flex;
    width: 116px;
    height: 32px;
    border-radius: 30px;
    font-size: 12px;
    align-items: center;
    color: #fff;
    justify-content: center;
    background: linear-gradient(90deg, #005192, #3E257F);
}
.prolist .l a em img{
    width: 19px;
    margin-right: 15px;
}
.prolist .l a span{
    font-family: MiSansm;
    display: block;
    font-size: 22px;
    color: #00559C;
    margin-bottom: 28px;
}
.xinwen {
	margin-bottom: 148px;
}

.xinwen h1 {
    font-family: 'MiSansss';
	font-size: 43px;
    color: #00559C;
    line-height: 50px;
	margin-bottom: 45px;
}

.xinwen .list {
	display: flex;
}

.xinwen .list .box {
	margin-right: 55px;
	width: calc(33.333% - 36px);
	position: relative;
}

.xinwen .list .box:last-child {
	margin-right: 0;
}
.xinwen .list .box .img{
    overflow: hidden;
    display: block;
    height: 300px;
    border-radius: 30px;
}
.xinwen .list .box .img img {
	max-width: 100%;
	height: 100%;
	display: block;
	width: 100%;
	transition: .5s;
	object-fit: cover;
	border-radius: 30px;
}

.xinwen .list p {
	text-align: center;
	line-height: 22px;
    font-family: MiSansm;
    font-size: 22px;
    margin-top: 20px;
    color: #00559C;
}

/*.xinwen .list .more {*/
/*	position: absolute;*/
/*	width: 150px;*/
/*	height: calc(100% - 42px);*/
/*	right: -150px;*/
/*	background: rgba(0, 0, 0, .8);*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	flex-direction: column;*/
/*	top: 0;*/
/*	transition: .5s;*/
/*	border-radius: 0 30px 30px 0;*/
/*	color: #fff;*/
/*	font-size: 18px;*/
/*}*/

.xinwen .list .box .more.on{
	right: 0;
}

.xinwen .list .more img {
	width: 24px;
	height: 16px;
	margin-top: 12px;
}
.syys{
    margin-bottom: 140px;
}
.syys h1 {
    font-family: 'MiSansss';
	font-size: 43px;
    color: #00559C;
    line-height: 50px;
	margin-bottom: 150px;
}
.syys h1 span{
    display: block;
    margin-top: 15px;
    font-family: MiSansm;
    font-size: 22px;
    color: #808080;
    line-height: 22px;
}
.syys .list{
    padding: 0 9%;
    display: flex;
    justify-content: space-between;
}
.syys .list .box{
    text-align: center;
}
.syys .list .box img{
    max-height: 232px;
    max-width: 100%;
}
.syys .list .box p{
    font-family: MiSanss;
    font-size: 28px;
    color: #00559C;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 48px;
}
.syys .list .box .nr{
    font-family: MiSansm;
    font-family: MiSans;
    font-weight: 500;
    font-size: 22px;
    color: #808080;
    line-height: 30px;
    max-width: 310px;
    margin: auto;
}
.sy2{
    background: linear-gradient(90deg, #005192, #3E257F);
    padding: 100px 0;
}
.sy2 h1{
    font-family: MiSanss;
    font-size: 43px;
    color: #FFFFFF;
    line-height: 44px;
    margin-bottom: 10px;
}
.sy2 em{
    font-family: MiSansm;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 24px;
    display: block;
    margin-bottom: 48px;
}
.sy2 p{
    font-family: MiSansss;
    font-size: 28px;
    line-height: 29px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.sy2 p b{
    font-size: 28px;
    color: #FFFFFF;
    white-space: nowrap;
}
.sy2 p i{
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100%;
    background: #fff;
}
.sy2 span{
    font-family: MiSansm;
    font-size: 22px;
    color: #FFFFFF;
}
.sy2 .container{
    position: relative;
}
.sy2 .container>img{
    position: absolute;
    right: 0;
    bottom: -100px;
    height: 62px;
}
.sy2 a{
    display: flex;
    font-family: MiSansm;
    font-size: 18px;
    color: #00559C;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 31px;
    background: #fff;
    border-radius: 30px;
}
.sy2 a img{
    width: 19px;
    margin-right: 8px;
}
.foot {
	margin: 145px 0;
}
.foot.on .container{
    background: linear-gradient(90deg, #3E257F, #005192);
    border-radius: 30px;
    padding: 75px;
}
.foot.on .container .b1 p,.foot.on .container h1 a,.foot.on .container>div>a{
    color: #fff;
}
.foot.on .container>.b2>a{
    color: #fff;
    opacity: .7;
}
.foot.on .container h1{
    color: #fff;
}
.foot img.on,.foot .link.on,.foot .top.on{
    display: none!important;
}
.foot.on img.on,.foot.on .link.on,.foot.on .top.on{
    display: flex!important;
}
.foot.on img.ons,.foot.on .link.ons,.foot.on .top.ons{
    display: none!important;
}
.foot .container {
	display: flex;
	flex-wrap: wrap;
}

.foot .container>div {
	flex-shrink: 0;
}

.foot .container .b1 p {
	margin-top: 137px;
	font-size: 12px;
    color: #00559C;
}

.foot .container .b1 img {
	width: 277px;
}

.foot .container .b1 {
    margin-right: 11.6%;
}
.foot.on .container .b1 {
    margin-right: 7.6%;
}
.foot.on .container .b2 {
    margin-right: 8.1%;
}
.foot .container .b3 {
	margin-right: 13.1%;
}

.foot .container h1 {
	font-size: 21px;
	color: #00559C;
	height: 21px;
	line-height: 21px;
}
.foot .container h1 a{
	color: #00559C;
}
.foot .container>div>a {
	display: block;
	font-size: 21px;
	color: #00559C;
	margin-top: 27px;
	height: 21px;
	line-height: 21px;
}
.foot .top{
    text-align: right;
    cursor: pointer;
}
.foot .top img{
    width: 50px;
}
.foot .container>.b2>a {
	font-size: 18px;
    color: #00559C;
	margin-top: 30px;
	height: 18px;
	line-height: 18px;
}
.foot .container .b3 a:nth-child(2){
    margin-top: 23px;
}
.foot .container>.b4 a:nth-child(1){
    margin-top: 0;
}
.foot .container .b2 {
	margin-right: 13.1%;
}

.foot .container .b5 {
	margin-left: auto;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot .container .link {
	display: flex;
}

.foot .container .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	margin-right: 20px;
}

.foot .container .link a:last-child {
	margin-right: 0;
}

.pro {
	margin-top: 145px;
}

.pro .container>h1 {
	font-size: 43px;
    color: #00559C;
	font-family: 'MiSansss';
	height: 36px;
	line-height: 36px;
	margin-bottom: 62px;
	text-align: center;
}

.pro .container .cat {
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
}

.pro .container .cat a {
	font-size: 16px;
	color: #A8A8A8;
	transition: .5s;
	position: relative;
	margin-right: 50px;
}

.pro .container .cat a:last-child {
	margin-right: 0;
}

.pro .container .cat a::after {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	bottom: 0;
	transition: .5s;
	width: 0;
	background: #00559C;
}

.pro .container .cat a.on,
.pro .container .cat a:hover {
	color: #000;
}

.pro .container .cat a.on::after,
.pro .container .cat a:hover::after {
	width: 100%;
}

.pro .container .list {
	display: flex;
	flex-wrap: wrap;
}

.pro .container .list a {
	display: flex;
	background: #f0f0f0;
	border-radius: 30px;
	padding: 50px;
	justify-content: center;
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 30px;
}

.pro .container .list a:nth-child(2n) {
	margin-right: 0;
}

.pro .container .list a .img {
	margin-right: 50px;
	height: 328px;
}

.pro .container .list a .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.pro .container .list a em {
	display: flex;
	width: 116px;
	height: 32px;
	align-items: center;
	 background: linear-gradient(90deg, #005192, #3E257F);
	justify-content: center;
	border-radius: 30px;
	
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
}

.pro .container .list a .cs {
	margin-top: 24px;
	font-family: MiSansm;
    font-size: 17px;
    color: #00559C;
    line-height: 27px;
    max-width: 347px;
    min-height: 94px;
}

.pro .container .list a h1 {
	font-size: 32px;
	line-height: 27px;
	color: #00559C;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'MiSansss';
}
.pro .container .list a h2{
    margin-top: 20px;
    line-height: 23px;
    font-family: 'MiSansss';
    font-size: 22px;
    color: #00559C;
}
.pro .container .list a em img {
	width: 19px;
	height: 13px;
	margin-right: 15px;
}

.dede_pages {
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
	margin-top: 30px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #3E257F;
	cursor: default;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	display: flex;
	transition: .5s;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: initial;
	text-decoration: none;
	color: #1C0D1A;
	background-color: #fff;
	font-size: 12px;
	border: 0;
	border-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #3E257F;
}

.page-input-box,
.page-nav-last,
.page-nav-first {
	display: none !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 0;
}

.xwlist {
	display: flex;
	flex-wrap: wrap;
}

.xwlist a {
	border-radius: 30px;
	margin-right: 30px;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.xwlist a:nth-child(2n) {
	margin-right: 0;
}

.xwlist a .img {
	height: 350px;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
}

.xwlist a .img img {
	transition: .5s;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.xwlist a:hover img {
	transform: scale(1.05);
}

.xwlist a .con {
	padding: 33px 33px 13px 33px;
	background: linear-gradient(90deg, #3E257F, #005192);
	border-radius: 0 0 30px 30px;
}

.xwlist a p {
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 19px;
	line-height: 36px;
}

.xwlist a span {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
}

.ban {
	margin-top: 120px;
	margin-bottom: 56px;
}

.ban img {
	width: 100%;
	border-radius: 30px;
}

.contact {
	max-width: 1200px;
	margin: auto;
}
.contact .cc{
	display: flex;
}
.contact h1 {
	font-family: 'MiSansss';
	font-size: 33px;
    color: #00559C;
}

.contact .y {
	width: 52px;
	height: 52px;
	margin-right: 24px;
	flex-shrink: 0;
}

.contact .l {
	margin-right: 13.334%;
}

.contact .m {
	width: 100%;
	margin-top: 130px;
	margin-bottom: 130px;
}

.contact .box {
	display: flex;
	margin-bottom: 50px;
}

.contact .box:nth-child(2) {
	margin-top: 43px;
}

.contact .box:last-child {
	margin-bottom: 0;
}

.contact .y img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contact .map img {
	margin-top: 24px;
	max-width: 800px;
	width: 100%;
}

.contact .box p {
	font-size: 16px;
	color: #000000;
	font-family: 'MiSanss';
}

.contact .m h2 {
	font-size: 32px;
	color: #00559C;
	margin-bottom: 40px;
	font-family: 'MiSansss';
}

.contact .m h2 span {
	display: block;
	margin-top: 18px;
	font-size: 16px;
    color: #333333;
    line-height: 25px;
}

.contact .m .f span {
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.contact .m .f {
	margin-bottom: 30px;
}

.contact .m .f:last-child {
	margin-bottom: 0;
}

.contact .m .f input {
	height: 30px;
	line-height: 30px;
	display: block;
	width: 100%;
	transition: 400ms;
	border-bottom: 1px solid #000;
}
.contact .m .f input:focus{
	border-color: #3E257F;
}
.inquirySubmit {
	display: flex;
	width: 150px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size: 16px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #001592, #3E257F);
}

.about {
	max-width: 1400px;
	margin: auto;
	margin-top: 100px;
}

.ab {
	height: 1700px;
	padding: 0 112px;
	margin-top: 118px;
}

.ab h1 {
	font-size: 43px;
	color: #00559C;
	padding-top: 60px;
	text-align: center;
	font-family: 'MiSansss';
	margin-bottom: 49px;
}

.ab .nr {
	max-width: 1468px;
	font-family: MiSansLatin;
	font-weight: 400;
	font-size: 19px;
	color: #4B4E4F;
	line-height: 37px;
	margin: auto;
	margin-bottom: 60px;
}

.ab .jj {
	display: flex;
	max-width: 1468px;
	margin: auto;
}

.ab .jj .bb {
	text-align: center;
	width: 20%;
	position: relative;
}

.ab .jj .bb::after {
	content: '';
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 168px;
	background: #fff;
	width: 1px;
}

.ab .jj .bb:last-child::after {
	display: none;
}

.ab .jj .bb img {
	display: block;
	margin: auto;
	margin-bottom: 36px;
	height: 70px;
}

.ab .jj .bb p {
	font-family: 'MavenPro';
	font-weight: 500;
	font-size: 65px;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	margin-bottom: 29px;
	display: flex;
	justify-content: center;
}

.ab .jj .bb p em {
	display: block;
	margin-top: -30px;
}

.ab .jj .bb span {
	display: block;
	font-family: MiSansLatin;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 21px;
}

.about .wh {
	margin-top: 72px;
	display: flex;
	border-radius: 30px;
	height: 280px;
	background: #3E257F;
}

.about .wh img {
	width: 739px;
	object-fit: cover;
	height: 100%;
	border-radius: 30px 0 0 30px;
}

.about .wh .con {
	display: flex;
	flex-direction: column;
	padding: 0 98px;
	justify-content: center;
	background: linear-gradient(90deg, #3E257F, #001592);
	border-radius: 0 30px 30px 0;
}

.about .wh p {
	font-size: 40px;
	font-family: 'MiSanss';
	color: #FFFFFF;
	margin-bottom: 12px;
}

.about .wh .xj {
	font-size: 38px;
	color: #FFFFFF;
	line-height: 54px;
	font-family: 'misans-normal';
}

.proshow {
	margin-top: 100px;
	margin-bottom: 120px;
}

.proshow .i1 {
	display: flex;
	padding-left: 90px;
	margin-bottom: 90px;
}

.proshow .i2 .bt {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.proshow .i2 .bt span {
	margin-right: 5%;
	color: #A8A8A8;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.proshow .i2 .bt span:last-child {
	margin-right: 0;
}

.proshow .i2 .bt span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #00559C;
	width: 0;
	transition: .5s;
}

.proshow .i2 .bt span:hover,
.proshow .i2 .bt span.on {
	color: #000;
}

.proshow .i2 .bt span:hover::after,
.proshow .i2 .bt span.on::after {
	width: 100%;
}

.proshow .i1 .l {
	margin-right: 7.785%;
	width: 43.893%;
	margin-top: 50px;
	flex-shrink: 0;
}

.proshow .i1 .bm {
	display: flex;
	align-items: center;
	height: 500px;
	justify-content: center;
	margin-bottom: 50px;
	width: 100%;
}

.proshow .i1 .bm img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.proshow .i1 .sm {
	display: flex;
}

.proshow .i1 .sm .img {
    cursor: pointer;
	display: flex;
	width: 25%;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	border-radius: 30px;
	margin-right: 9px;
	padding: 20px;
	aspect-ratio: 1 / 1;
}

.proshow .i1 .sm .img:last-child {
	margin-right: 0;
}

.proshow .i1 .sm .img img {
	height: 100%;
	object-fit: contain;
	width: 100%;
	mix-blend-mode: multiply;
}

.proshow .i1 .r>h1 {
	font-family: 'MiSansss';
	font-size: 32px;
	color: #00559C;
	line-height: 27px;
	margin-bottom: 20px;
}

.proshow .i1 .r h2 {
	font-family: 'MiSansss';
	font-size: 22px;
	color: #00559C;
	line-height: 22px;
	margin-bottom: 30px;
	font-weight: normal;
}

.proshow .i1 .r .sc h1 {
    font-family: 'MiSanss';
	font-size: 17px;
    color: #00559C;
	margin-top: 40px;
	margin-bottom: 15px;
}
.proshow .i1 .r .ms{
    max-width: 675px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 29px;
}
.proshow .i1 .r .sc .nr p {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	display: flex;
    align-items: center;
}
.proshow .i1 .r .sc .nr p span{
    display: flex;
	align-items: center;
	width: 28%;
}
.proshow .i1 .r .sc .nr p i{
    display: block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    flex-shrink: 0;
    background: #333;
}
.proshow .i1 .an {
	display: flex;
	width: 192px;
	height: 47px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #00559C;
	border-radius: 30px;
	border: 1px solid #00559C;
	margin-bottom: 24px;
	margin-top: 35px;
	cursor: pointer;
}
.proshow .i1 .an img{
    margin-right: 10px;
    width: 19px;
    height: 13px;
}
.proshow .i1 .pdf {
	display: flex;
	width: 200px;
	height: 46px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 30px;
	background: linear-gradient(90deg, #001592, #3E257F);
}

.proshow .i2 .con .nr {
	display: none;
}

.proshow .i2 .con .nr img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.proshow .i2 .con .nr:nth-child(1) {
	display: block;
}

.newscon {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	max-width: 1468px;
	padding-top: 130px;
	padding-bottom: 120px;
}

.fw-n {
	font-size: 30px;
	color: #3E257F;
	margin: 1rem 0;
}

.grey {
	font-size: 14px;
	color: #A8A8A8;
}

.newscon img {
	max-width: 100%;
}

.pages {
	display: flex;
	flex-wrap: wrap;
}

.pages li {
	width: 50%;
	text-align: center;
}

.languages {
	display: none;
	position: absolute;
	background-color: #f4f4f4;
	padding: 1rem;
	top: 100%;
	right: 0;
	z-index: 500;
	width: 100%;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
}

@media (min-width: 768px) {
    .xinwen .list .box:hover .img img{
        transform: scale(1.05);
    }
	.container {
		width: 1720px;
		margin: auto;
		padding: 0;
	}
	.foot{
	    padding: 0;
	}
}

@media (max-width: 1910px) {
	.container {
		width: auto;
		margin: auto;
		padding: 0 80px;
	}
	.foot.on{
	    padding: 0 80px;
	}
}
@media (max-width: 1800px){
    .foot.on .container{
        padding: 50px;
    }
}
@media (max-width: 1700px) {
	.about .wh img {
		width: 50%;
		height: 350px;
	}

	.about .wh .con {
		padding: 50px;
	}

	.about .wh {
		height: auto;
	}

	.about,.contact {
		padding-left: 80px;
		padding-right: 80px;
	}

	#header-search {
		margin-left: 55px;
	}

	.foot .container .b1,
	.foot .container .b2,
	.foot .container .b3 {
		margin-right: 5%;
	}

	.newscon {
		padding-left: 80px;
		padding-right: 80px;
	}

	.ab {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (max-width: 1500px) {
    .foot .container .b1 img{
        width: 250px;
    }
    .foot .container .b1, .foot .container .b2, .foot .container .b3 {
        margin-right: 2%;
    }
    .foot .container>div>a{
        font-size: 20px;
    }
	.ab {
		height: auto;
		padding-bottom: 700px;
	}
	.head .navbar_nav>li {
		margin-right: 55px;
	}

	#header-search {
		margin-left: 55px;
	}

	#header-search button {
		margin-right: 20px;
	}

	#header-search input {
		width: 150px;
	}
}

@media (max-width: 1350px) {
    .pro .container .list a{
        padding: 30px;
    }
	.foot .container .b1,
	.foot .container .b2,
	.foot .container .b3 {
		margin-right: 2.5%;
	}

	.foot {
		height: auto;
	}

	.xinwen .list p {
		font-size: 24px;
	}
}

@media (max-width: 1250px) {    
    .prolist .l a{
        padding: 30px;
    }
    .syys .list .box {
    margin-right: 100px;
   }
   .syys .list .box img{
       aspect-ratio: 1 / 1;
   }
	.contact .l {
	    margin-right: 5.334%;
	}
	.contact .y{
		margin-right: 50px;
	}
	.ab .jj .bb{
		width: 33.333%;
		margin-bottom: 40px;
	}
	.ab{
		padding-bottom: 300px;
	}
	.ab .jj{
		flex-wrap: wrap;
	}
	.about .wh {
		display: block;
		background: linear-gradient(90deg, #3E257F, #001592);
	}

	.about .wh img {
		width: 100%;
		height: auto;
	}

	.about .wh .con {
		border-radius: 0 0 30px 30px;
	}

	.pro .container .list a {
		display: block;
	}

	.pro .container .list a .img {
		margin-right: 0;
		margin-bottom: 20px;
		aspect-ratio: 1 / 1;
		height: auto;
	}

	.pro .container .list a em {
		margin-top: 20px;
	}

	.foot .container .b5 {
		margin-left: 0;
		margin-top: 20px;
	}

	.head .navbar_nav>li {
		margin-right: 15px;
	}

	.foot .container .b1,
	.foot .container .b2,
	.foot .container .b3,
	.foot .container .b4,
	.foot .container .b5 {
		margin: 5%;
	}

	.foot.on .container {
		padding: 50px;
	}
    .foot .top{
        margin-bottom: 30px;
    }
    .foot .container .b5 {
        margin-left: auto !important;
    }
	#header-search {
		margin-left: 25px;
	}

	.head .lg img {
		width: 175px;
	}

	.xinwen .list .box {
		margin-right: 20px;
		width: calc(33.333% - 13px);
	}

	.xinwen .list p {
		line-height: 30px;
	}
	.procat .container a p{
	    font-size: 24px;
	}
	.prolist .l a .img{
	    height: 200px;
	}
}

@media (max-width: 992px) {
    .yanse{
        margin-top: 20px;
    }
    .proshow .i1 .r .sc .nr p span{
        width: auto;
    }
    .proshow .i1 .bm{
        height: auto;
        margin-bottom: 30px;
    }
    .pro .container .cat{
        flex-wrap: wrap;
        justify-content: initial;
    }
    .proshow .i1 .r .ms{
        max-width: 100%;
    }
    .head .con{
        flex: initial;
    }
        .syys .list .box {
        margin-right: 30px;
    }
    .xinwen .list p{
        font-size: 18px;
    }
    .prolist .l a{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .prolist .l a:nth-child(4n) {
        margin-right: 15px;
    }
    .prolist .l a:nth-child(2n) {
        margin-right: 0;
    }
    .procat .container a .img{
        height: 350px;
    }
    .lbt img{
        height: inherit;
    }
    .lbt .xx{
        right: 5%;
    bottom: 5%;
    }
	.mess .contact{
		padding: 0;
	}
	.contact .l{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.contact .cc{
		display: block;
	}
	.ab .jj .bb {
	    width: 50%;
	}
	.about .wh p {
		margin-bottom: 0;
		font-size: 32px;
	}

	.about .wh .con {
		padding: 30px;
	}

	.about .wh .xj {
		font-size: 24px;
	}

	.proshow .i1 {
		padding-left: 0;
		display: block;
	}

	.proshow .i1 .l {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.proshow .i1 .bigimg {
		margin-bottom: 40px;
		height: auto;
	}

	.xwlist a p {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.xwlist a .con {
		padding: 15px 20px;
	}

	.procat .container .r {
		display: flex;
	}

	.procat .container .r a:last-child {
		margin-left: 20px;
		margin-top: 0;
	}

	.procat .container {
		display: block;
	}

	.procat .container .l {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.head .navbar_nav,
	.head form {
		display: none !important;
	}

	.head .yw {
		margin-right: 15px;
	}

	#header-search {
		margin-top: 30px;
	}

	#header-search input {
		width: 70%;
	}

	.m_nav,
	#navToggle {
		display: block;
	}

	.head .container {
		justify-content: space-between;
	}
	.ab h1{
		font-size: 32px;
	}
}

@media (max-width: 768px) {
    .procat{
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .xinwen{
        margin-bottom: 50px;
    }
    .prolist{
        margin-bottom: 0;
    }
    .syys h1{
        margin-bottom: 30px;
        font-size: 32px;
    }
    .syys .list .box p{
        margin-top: 30px;
    }
    .syys .list{
        flex-wrap: wrap;
    }
    .syys .list .box{
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .procat .container a:last-child{
        margin-left: 15px;
    }
    .sy1 h1{
        margin-bottom: 25px;
    }
    .sy1 p ,.syys h1 span,.sy2 em{
    line-height: 24px;
    font-size: 24px;
    }
    .sy1{
        margin: 30px 0;
    }
    .sy1 h1,.procat h1,.prolist h1,.sy2 h1{
        font-size: 32px;
        line-height: inherit;
    }
    .ban img{
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }
	.mess{
		width: 100%;
		padding: 40px 20px;
	}
	.mess img{
		width: 30px;
		height: 30px;
		margin-bottom: 20px;
	}
	.contact .m h2{
		margin-bottom: 20px;
	}
	.contact .m .f span{
		margin-bottom: 0;
	}
	.contact .m .f{
		margin-bottom: 20px;
	}
	.ab h1 {
	    padding-top: 0;
	    font-size: 24px;
		margin-bottom: 20px;
	}
	.ab{
		padding: 15px;
		padding-bottom: 100px;
		margin-top: 80px;
	}
	.about .wh img{
	    border-radius: 10px 0 0 10px;
	}
	.ab .jj .bb img{
		height: 35px;
	}
	.ab .jj .bb p{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.ab .jj .bb p em{
		margin-top: 0;
	}
	.ab .jj .bb span{
		font-size: 16px;
	}
    .ab .jj .bb img{
		margin-bottom: 10px;
	}
	.ab .nr{
		font-size: 14px;
		margin-bottom: 50px;
	}
    .ab .jj .bb::after{
		display: none;
	}
	.about{
		margin-bottom: 60px;
		margin-top: 90px;
	}
	.about .wh .con {
	    border-radius: 0 0 10px 10px;
		padding: 15px;
	}

	.about .wh {
		margin-top: 30px;
	}

	.about .wh p {
		font-size: 24px;
	}

	.about .wh .xj {
		font-size: 18px;
		line-height: inherit;
	}

	.pro .container .list a {
		padding: 20px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.pro .container .list a h1 {
		font-size: 24px;
	}

	.foot .container .b4 h1 {
		display: none;
	}

	.foot .container .b4 a:nth-child(2) {
		margin-top: 0;
	}

	.newscon,
	.about,.contact {
		padding-left: 15px;
		padding-right: 15px;
	}
    .ban{
		margin-top: 80px;
		margin-bottom: 30px;
	}
	.contact .y{
		width: 32px;
		height: 32px;
	}
	.contact h1,.contact .m h2{
		font-size: 24px;
	}
	.sy2 p b{
	    font-size: 20px;
	}
	.sy2 span{
	    font-size: 18px;
	}
	.inquirySubmit{
		font-size: 14px;
		width: 100px;
		height: 40px;
	}
	.layui-form-item{
		margin-top: 30px!important;
	}
	.contact .box{
		margin-bottom: 20px;
	}
	.contact .box:nth-child(2) {
	    margin-top: 20px;
	}
	.pro {
		margin-top: 95px;
	}
	.contact .m{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.contact .y{
		margin-right: 20px;
	}

	.pro .container>h1 {
		margin-bottom: 30px;
		font-size: 32px;
	}

	.xwlist a {
		margin-right: 15px;
		width: calc(50% - 7.5px);
	}

	.xwlist a .img {
		height: 250px;
	}

	.xwlist a p {
		font-size: 18px;
		line-height: 24px;
	}

    .foot.on {
         padding: 0 15px; 
    }

   .foot.on .container {
        padding: 30px 15px; 
    }
	.foot .container .b1 img {
		width: 200px;
	}

	.foot .container>.b2>a {
		margin-top: 15px;
	}

	.foot .container>div>a {
		font-size: 16px;
		margin-top: 15px;
	}

	.foot .container h1 {
		font-size: 20px;
	}

	.foot .container .b1 {
		width: 100%;
	}

	.foot .container .b1 p {
		display: none;
	}

	.xinwen .list {
		display: block;
	}

	.xinwen .list .box {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.xinwen .list .more {
		display: none;
	}

	.xinwen .list p {
		font-size: 18px;
	}


	.container {
		padding: 0 15px;
	}

	.head .container,
	.head {
		height: 60px;
		justify-content: space-between;
	}

	.procat .container a p {
		font-size: 18px;
	}

	.procat .container {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.xinwen h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.fw-n {
		font-size: 24px;
	}

	.proshow {
		margin-bottom: 60px;
	}

	.newscon {
		padding-bottom: 60px;
	}
	.lbt .xx{
	    display: none;
	}
	.lbt{
	    margin-top: 60px;
	}
	.foot{
	    margin-top: 50px;
	}
	.sy2{
	    padding: 30px 0;
	}
	.sy2 em{
	    margin-bottom: 24px;
	}
	.foot .container .b5{
	    margin-left: 5%!important;
	}
}

@media (max-width: 500px) {
    .yanse .yy img{
        width: 50px;
    }
    .sy2 p b{
	    font-size: 16px;
	}
	.sy2 span{
	    font-size: 14px;
	}
    .foot .top img{
        width: 30px;
    }
    .syys .list .box img{
        height: 100px;
    }
    .procat{
        padding: 15px 0;
    }
    .procat h1{
        margin-bottom: 24px;
    }
    .xinwen .list p{
        left: 15px;
        bottom: 15px;
    }
    .xinwen{
        margin-bottom: 50px;
    }
    .sy1 h1, .procat h1, .prolist h1,.syys h1, .sy2 h1 {
    font-size: 24px;
    line-height: inherit;
    }
    .prolist .l a p{
        margin-top: 15px;
        font-size: 20px;
    }
    .procat .container a {
        height: 300px;
    }
    .procat .container .l{
        display: block;
    }
    .procat .container a:last-child{
        margin-left: 0;
        margin-top:15px;
    }
    .procat .container a p{
        height: auto;
        padding: 10px;
    }
    .sy1 h1,.prolist {
        margin-bottom: 0;
    }
    .prolist .l a span{
        font-size: 14px;
    }
    .sy1 p{
       font-size: 16px; 
    }
    .prolist h1{
        margin-bottom: 24px;
    }
    .prolist .l a{
        padding: 30px 15px;
    }
	.xinwen .list .box,.foot .container,.procat .container a img,.procat .container a,.xwlist a,.pro .container .list a,.pro .container .list a em{
		border-radius: 10px!important;
	}
	.xinwen .list .box .img img,.xwlist a .img{
		border-radius: 10px 10px 0 0;
	}
	.xinwen .list p{
		border-radius: 0 0 10px;
	}
	.xwlist a .con{
		border-radius: 0 0 10px 10px;
	}
	.contact .box p,.contact .m .f span,.contact .m h2 span,.foot .container>.b2>a,.foot .container>div>a,.proshow .i1 .r .sc .nr p{
		font-size: 14px;
	}
	.about .wh p ,.sy1 p, .syys h1 span,.syys .list .box .nr,.sy2 em{
	    font-size: 16px;
	}
	.syys h1 span{
	    margin-top: 0;
	}
	.about .wh .xj {
	    font-size: 14px;
	}
	.foot .container h1{
		font-size: 18px;
	}
	.syys .list .box p{
	    margin-bottom: 0;
	    margin-top: 15px;
	}
	.syys{
	    margin-bottom: 0;
	}
	.proshow .i1 {
		margin-bottom: 30px;
	}

	.proshow .i1 .bigimg,.proshow .i2 .bt {
		margin-bottom: 20px;
	}

	.proshow .i1 .sm .img {
		margin-right: 10px;
		border-radius: 10px;
		padding: 8px;
	}

	.proshow {
		margin-top: 35px;
	}

	.dede_pages {
		margin-bottom: 30px;
	}

	.pro .container .list a {
		width: 100%;
		margin-right: 0;
	}

	.pro .container .list a h1 {
		font-size: 20px;
	}

	.pro .container .list a .cs {
		margin-top: 10px;
	}

	.pro .container .list a em {
		width: 40%;
		font-size: 14px;
	}

	.pro .container .list a p,.proshow .i2 .bt span,.proshow .i1 .an,.proshow .i1 .pdf {
		font-size: 14px;
	}
	.proshow .i1 .r h1{
		font-size: 24px;
	}
    .proshow .i1 .an{
		height: 40px;
		width: 160px;
		margin-top: 30px;
	}
	.proshow .i1 .pdf{
		width: 160px;
		height: 40px;
	}
	.newscon {
		padding-top: 80px;
	}
    .pro .container .list a em img {
        width: 14px;
        object-fit: contain;
		margin-right: 15px;
    }
	.xwlist a {
		width: 100%;
		margin-right: 0;
	}

	.xwlist a p {
		font-size: 14px;
		margin-bottom: 0;
	}

	.foot {
		margin-bottom: 15px;
	}

	.xwlist a span {
		font-size: 12px;
	}
    .pro .container .cat a{
		font-size: 14px;
		margin-right: 20px;
	}
	.foot .container .b1 img {
		width: 170px;
	}
    .fw-n {
        font-size: 20px;
    }
	.foot .container .link a {
		width: 30px;
		height: 30px;
	}

	.xinwen h1,.syys .list .box p{
		font-size: 20px;
	}
    .pro .container>h1 {
    	font-size: 20px;
		margin-bottom: 10px;
    }
	.pro .container .cat{
		margin-bottom: 20px;
	}
	.xinwen .list p,
	.procat .container a p {
		font-size: 14px;
		line-height: initial;
	}
    .head .lg img {
        width: 140px;
    }
	.procat .container .r {
		display: block;
	}

	.procat .container .r a:last-child {
		margin-top: 10px;
		margin-left: 0;
	}

	.procat .container .l {
		margin-bottom: 10px;
	}
}