/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none !important;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.ttf');
}

@font-face {
	font-family: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_0.ttf');
}

@font-face {
	font-family: "Poppins_Bold";
	src: url('../font/Poppins-Bold_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.ttf');
}

body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #ffffff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 100rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

.headdvright {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 92%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 90px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}

.headdvright ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}

.headdvright ul li:hover::after {
	background-color: #fff;
}

.headdvright ul li.active::after {
	background-color: #fff;
}

.slideUp .headdvright ul li a span {
	color: #333;
}

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color:#003064;
}

.slideUp .headdvright ul li:hover a span {
	color: #003064;
}

.slideUp .headdvright ul li.active a span {
	color: #003064;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #003064;
}

.slideUp .headdvright ul li.active::after {
	background-color: #003064;
}

.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}

.yyan {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yyan span {
	color: #fff;
	font-size: 16px;
}

.banners img {
	display: block;
	width: 100%;
}
.sycp{
	padding: 5.625rem 0px;
	padding-bottom: 6.25rem;
	background: url(../images/cp_02.jpg) center no-repeat;
	background-size: cover;
}
.sycpbt{
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 3.125rem;
}
.sycpbt h1{
	color: #333333;
	font-size: 42px;
	text-align: center;
	font-family: "Poppins_SemiBold";
	margin-bottom: 10px;
}
.sycpbt p{
	text-align: center;
	color: #666666;
	font-size: 16px;
}

.sycplist{
	width: 100rem;
	margin: 0 auto;
}
.sycplist ul{
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	flex-wrap: wrap;
}
.sycplist ul li{
	width: calc(20% - 1px);
	padding: 35px 0px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.sycplist ul li:nth-child(5),.sycplist ul li:nth-child(10){
	border-right: none;
}
.sycplist ul li:nth-child(6),.sycplist ul li:nth-child(7),.sycplist ul li:nth-child(8),.sycplist ul li:nth-child(9),.sycplist ul li:nth-child(10){
	border-bottom: none;
}
.sycplist ul li i{
	color: #003064;
	font-size: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	transition: all 1s;
}
.sycplist ul li h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	transition: all 1s;
	text-transform: uppercase;
}
.sycplist ul li:hover{
	background: url(../images/yuwu_03.jpg) center no-repeat;
	background-size: cover;
}
.sycplist ul li:hover i{
	color: #fff;
}
.sycplist ul li:hover h1{
	color: #fff;
}
.syabt{
	padding: 5.625rem 0;
	background-color: #f1f6fa;
}
.syabtdv{
	width: 100rem;
	margin: 0 auto;
}
.syabttit{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.syabttitleft{
	width: 40%;
}
.syabttitleft h1{
	color: #333333;
	font-size: 42px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}
.syabttitleft div{
	display: flex;
	justify-content: flex-start;
}
.syabttitright{
	width: 50%;
}
.syabttitright {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.syabttitleft div {
	display: flex;
	justify-content: flex-start;
	margin-top: 3.125rem;
}
.syabttitleft div a:first-child{
	width: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 40px;
	height: 50px;
	background-color: #003064;
	margin-right: 30px;
}
.syabttitleft div a:first-child span{
	color: #fff;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.syabttitleft div a:first-child iconpark-icon{
	font-size: 18px;
	color: #fff;
}
.syabttitleft div a {
	width: 175px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syabttitleft div a:last-child iconpark-icon{
	color: #494949;
	font-size: 25px;
}
.syabttitleft div a:last-child span{
	color: #4d4d4d;
	font-size: 14px;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.syabtimg img{
	display: block;
	width: 100%;
}

.adva{
	width: 100%;
	height: 850px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.advadvbt h1{
	color: #ffffff;
	font-size: 42px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.advadvbt p{
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
	margin: 0 auto;
	width: 80%;
}
.advadv{
	width: 1500px;
	position: relative;
	z-index: 5;
}
.advadv .gd{
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	border: 1px solid #d6d6d6;
	margin-top: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 50px;
	font-family: "Poppins";
}
.advalist{
	width: 130%;
	position: absolute;
	height: 130%;
	transform: rotate(5deg);
}
.advalist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 31.83%;
	margin: 1% 0;
}
.advalist ul li{
	width: 24%;
	margin: 0.5%;
	height: 100%;
}
.advalist ul li img{
	width: 100%;
	height: 100%;
}
.advalist div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.advadv ul{
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
	margin-top: 4rem;
}
.advadv ul li img{
	width: auto;
	display: block;
	margin: 0 auto;
}
.advadv ul li h3{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.advadv ul li h3 span{
	color: #fff;
	font-size: 72px;
	font-family: "Poppins_Medium";
}
.advadv ul li h3 i{
	font-size: 48px;
	font-family: "Tungsten";
	margin-top: 5px;
	margin-left: 5px;
}
.advadv ul li h4{
	color: #ffffff;
	font-size: 18px;
	margin-top: -30px;
}
.advadv a{
	display: block;
	width: 200px;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 5rem;
}
.clode{
	padding: 6.25rem 0px;
	background-color: #f1f6fa;
}
.clodebt{
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 3.125rem;
}
.clodebt h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	margin-bottom: 5px;
}
.clodebt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
}
.clodelist{
	width: 100rem;
	margin: 0 auto;
}
.clodelist ul{
	display: flex;
	justify-content: space-between;
}
.clodelist ul li{
	width: calc(24% - 40px);
	padding: 20px;
	background-color: #fff;
}
.clodelist ul li div{
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.clodelist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.clodelist ul li:hover div img{
	transform: scale(1.05);
}
.clodelist ul li section h1{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	white-space:nowrap;
	margin-bottom: 10px;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.clodelist ul li section p{
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	height: 60px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 14px;
	-webkit-line-clamp:2;
}
.clodelist ul li section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.clodelist ul li section h2 span{
	color: #003064;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.clodelist ul li section h2 iconpark-icon{
	font-size: 20px;
	color: #003064;
}
.noticias{
	padding: 6.25rem 0;
	background-color: #fdfdfd;
}
.noticiasbt{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.125rem;
}
.noticiasbtleft h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	margin-bottom: 5px;
}
.noticiasbtleft p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.noticiasbtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 110px;
	padding: 0 25px;
	background-color: #003064;
	height: 50px;
}
.noticiasbtright a span{
	color: #ffffff;
	font-family: "Poppins_Light";
	font-size: 14px;
}
.noticiasbtright a iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.innewlist{
	width: 100rem;
	margin: 0 auto;
}


.innewlist {
	margin-top: 3.75rem;
}

.innewlist {
	display: flex;
	justify-content: space-between;
}

.innewlistleft {
	width: 33%;
	box-shadow: 0px 0px 20px #dddbdb;
	overflow: hidden;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.innewlistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewlistleft section {
	padding: 30px;
	background-color: #ffffff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #003064;
	font-size: 14px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 18px;
}

.innewlistleft section h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistleft section p {
	color: #808080;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}

.innewlistleft:hover section h2 {
	color: #150e52;
}

.innewlistcenter {
	width: calc(32% - 70px);
	background: url(../images/news_05.jpg) center no-repeat;
	padding: 5rem 35px;
	background-size: cover;
	overflow: hidden;
}

.innewlistcenter h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistcenter h1 span {
	color: #ffffff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.innews{
	margin: 7.5rem auto;
}
.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 2.5rem;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewlistcenter p {
	color: #fff;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: block;
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-top: 6.25rem;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	transition: all 1s;
	text-transform: uppercase;
}

.innewlistcenter:hover h4 {
	border-color: #fff;
	background-color: #fff;
	color: #1f67bf;
}

.innewlistright {
	width: 30rem;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;    
}

.innewlistright ul li a .inwleft {
	width: 11.25rem;
	overflow: hidden;
	
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 15.625rem;
	padding: 0 1.25rem;
}

.innewlistright ul li a section h2 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.innewlistright ul li section iconpark-icon{
	color: #003064;
	font-size: 24px;
	margin-top: 10px;
}
.innewlistright ul li:hover img {
	transform: scale(1.05);
}

.innewlistright ul li:hover h1 {
	color: #150e52;
}

.innewlistright ul i {
	display: block;
	height: 2px;
	border-bottom: 1px solid #e6e6e6;
}

.any{
	padding: 80px 0;
	background: url(../images/sg_02.jpg) center no-repeat;
	background-size: cover;
}
.anydv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color:transparent;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #333;
	background-color: #fff;
	font-size: 14px;
} 
.anydv form input::placeholder{
	color: #b3b3b3;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #333333;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
}
.foot{
	padding-top: 5.625rem;
}
.foot {
	padding-top: 5rem;
	background-color: #1f1f1f;
	background-size: cover;
}

.footdv {
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}

.footdvleft {
	width: 335px;
}

.footdvleft img {
	display: block;
	margin-bottom: 20px;
}

.footdvleft p {
	line-height: 35px;
	font-size: 14px;
	color: #fff;
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}

.footdvleft ul li {
	margin-right: 15px;
}

.footdvleft ul li a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.footdvleft ul li a img {
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright {
	width: 74%;
	display: flex;
	justify-content: space-between;
}

.footdvright dl dd a {
	color: #ffffff;
	font-size: 14px;
}

.footdvright dl dt a {
	color: #ffffff;
	font-size: 18px;
}

.footdvright dl dt {
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}

.footdvright dl section {
	display: flex;
	justify-content: space-between;
}

.footdvright dl:nth-child(2) {
	width: 50%;
}

.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.footdvright dl:nth-child(2) section section {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footdvright dl:nth-child(2) section>h1 {
	margin-top: 20px;
}

.footdvright dl:nth-child(2) section h1 i {
	color: #ffffff;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}

.footdvright dl:nth-child(2) section h1 {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.ewm {
	display: flex;
	justify-content: space-between;
}

.ewm img {
	display: block;
	width: 100%;
}

.ewm h1 {
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.footdv {
	display: flex;
	justify-content: space-between;
}

.footdvright dl dt a {
	text-transform: uppercase;

}

.footdvright dl dd a {
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}

.footdvright dl:nth-child(2) section h1:last-child {
	line-height: 30px;
}

.ewm h1 {
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}

.footdvright dl dd a:hover {
	transform: translateX(10px);
}

.wdl {
	border-top: 1px solid #494949;
	height: 80px;
}

.wdldv {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;

}

.wdldv p {
	color: #d6d6d6;
	font-size: 14px;
}

.wdldv p a {
	color: #d6d6d6;
	font-size: 14px;
}
.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	position: relative;
	padding: 0 20px;
	transition: all 1s;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}

.shownav ul li:hover{
	background-color: #003064;
	color: #fff;
}
.shownav ul li:hover a{
	color: #fff;
}
.shownav ul li.active {
	background-color: #003064;
	color: #fff;
}
.shownav ul li.active a{
	color: #fff;
}
.wqs{
	padding: 4.375rem 0rem;
	background-color: #fafafa;
}
.wqsdv{
	width: 100rem;
	margin: 0 auto;
}
.wqsdv{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wqsdv .innewlistleft{
	width: 31.33%;
	margin: 1%;
}
.wqsdv .innewlistleft section{
	transition: all 1s;
}
.wqsdv .innewlistleft:hover section{
	background-color: #003064;
}
.wqsdv .innewlistleft:hover section h1 span,.wqsdv .innewlistleft:hover section h1 i,.wqsdv .innewlistleft:hover section h2,.wqsdv .innewlistleft:hover section p{
	color: #fff;
}
.lxwm{
	padding: 6.25rem 0px;
	background-color: #fff;
	width: 100rem;
	margin: 0 auto;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(24% - 40px);
	padding: 0 20px;
	padding-top: 3.125rem;
	padding-bottom: 1.875rem;
	background-color: #f5f5f5;
	transition: all 1s;
}
.lxwmlist ul li span{
	display: block;
	color: #003064;
	    font-size: 42px;
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li i{
	display: block;
	height: 20px;
	margin-top: 20px;
	width: 45px;
	border-top: 1px solid #013064;
	margin: 0 auto;
	transition: all 1s;
	    margin-top: 18px;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li p{
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background-color: #013064;
}
.lxwmlist ul li:hover span,.lxwmlist ul li:hover p,.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover i{
	border-top: 1px solid #fff;
}

.ly {
	padding: 5.625rem 0px;
	background: url(../images/mesi_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ly form {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.ly form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ly form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.ly form div input::placeholder,
.ly form textarea::placeholder {
	color: #808080;
	font-size: 14px;
}

.ly form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	background-color: transparent;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.ly form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	border-color: #013064;
	background-color: #013064;
}
.cplist{
	width: 100rem;
	margin: 0 auto;
}
.cplist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cplist ul li{
	width: 23%;
	margin: 1%;
	box-shadow: 0px 0px 10px #dcdcdc;
}
.cplist ul li div{
	overflow: hidden;
	width: 100%;
}
.cplist ul li div img{
	display: block;
	transition: all 1s;width: 100%;
}
.cplist ul li:hover div img{
	transform: scale(1.05);
}
.cplist ul li section{
	background-color: #fff;
	padding: 15px 20px;
	transition: all 1s;
}
.cplist ul li section h1{
	border-bottom: 1px solid #e8e8e8;
	line-height: 40px;
	height: 40px;
	white-space:nowrap;
	color: #333333;
	overflow:hidden;
	font-size: 20px;
	text-overflow:ellipsis;
	transition: all 1s;
}
.cplist ul li section h2{
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cplist ul li section h2 span{
	color: #003064;
	font-size: 14px;
	transition: all 1s;
}
.cplist ul li section h2 iconpark-icon{
	color: #003064;
	font-size: 20px;
	transition: all 1s;
}
.cplist ul li:hover section{
	background-color: #003064;
}
.cplist ul li:hover section h1,.cplist ul li:hover section h2 span,.cplist ul li:hover section h2 iconpark-icon{
	color: #FFF;
}
.cplist ul li:hover section h1{
	border-bottom: 1px solid #2e547e;
}
.cpxiangq{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpxiangqleft{
	width: 38%;
}
.cpxiangqleft img{
	display: block;
	width: 100%;
}
.cpxiangqright{
	width: 50%;
}
.cpxiangqright h1{
	color: #333333;
	font-size: 60px;
	font-family: "Anton SC";
}
.cpxiangqright h2{
	color:#003064;
	font-size: 16px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.cpxiangqright ul li{
	margin-bottom: 10px;
}
.cpxiangqright ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.cpxiangqright ul li i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #003064;
	margin-right: 7px;
	margin-top: 12px;
}
.cpxiangqright ul li span{
	width: 90%;
	color: #606060;
	line-height: 30px;
	font-size: 14px;
}
.cpxiangqright section{
	display: flex;
	justify-content: flex-start;
	margin-top: 3.75rem;
}
.cpxiangqright section a{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #003064;
	color: #003064;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-right: 15px;
	transition: all 1s;
}
.cpxiangqright section a:hover{
	background-color: #003064;
	border: 1px solid #003064;
	color: #fff;
}
.saqg{
	width: 100rem;
	margin: 0 auto;
	margin-top: 4.375rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.relac{
	width: 30%;
}
.relac h1{
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-color: #003064;
	text-transform: uppercase;
}
.relac ul{
	padding: 0 20px;
	background-color: #fff;
}
.relac ul li{
	border-bottom: 1px solid #edeff0;
	padding: 20px 0;
}
.relac ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.relac ul li a div{
	width: 25%;
	overflow: hidden;
	margin-right: 5%;
}
.relac ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.relac ul li:hover a div img{
	transform: scale(1.05);
}
.relac ul li a section{
	width: 70%;
}
.relac ul li a section h2{
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
}
.relac ul li a section p{
	color: #003064;
	font-size: 14px;
	line-height: 30px;
}
.xiqngs{
	width: 67%;
}
.xiqngstext{
	padding: 35px 50px;
	background-color: #fff;
}
.xiqngstextbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.xiqngstextbt i{
	display: block;
	width: 4px;
	height: 20px;
	background-color: #003064;
	margin-right: 7px;
	margin-top: -3px;
}
.xiqngstextbt span{
	color: #333333;
	font-size: 22px;
	font-family: "Poppins_Medium";
}
.xiqngstextdv img{
	max-width: 100%;
}
.fy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
}
.fy a{
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}
.fy a:hover{
	color: #003064;
}
.abt{
	width: 100rem;
	margin: 0 auto;
	padding: 6.25rem 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abtleft {
	width: 48%;
}
.abtleft h1{
	color: #333333;
	font-size: 42px;
	font-family: "Poppins_SemiBold";
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
}
.abtleft i{
	display: block;
	width: 120px;
	height: 2px;
	border-bottom: 1px solid #003064;
	margin-top: -3px;
	margin-bottom: 25px;
}
.abtleft p{
	color: #666666;
	line-height: 35px;
	font-size: 16px;
}
.abtright {
	width: 49%;
}
.abtright img{
	display: block;
	width: 100%;
}

.sz{
	padding: 50px 0px;
	background: url(../images/ewqw_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.sz ul{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sz ul li h1{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.sz ul li h1 span{
	color: #ffffff;
	font-size: 60px;
	font-family: "Poppins_SemiBold";
	margin-right: 5px;
}
.sz ul li h1 i{
	color: #ffffff;
	font-size: 24px;
	margin-top: 40px;
}
.sz ul li p{
	color: #ffffff;
	margin-top: -15px;
	font-size: 16px;
}
.ventaja{
	margin: 5.625rem 0px;
}
.ventajalist{
	width: 100rem;
	margin:  0 auto;
}
.ventajalist ul{
	display: flex;
	justify-content: space-between;
}
.ventajalist ul li{
	width: 16.25%;
	overflow: hidden;
	position: relative;
	transition: all 1s;
}
.ventajalist ul li img{
	display: block;
}
.ventajalist ul li.active{
	width: 47.5%;
}
.ventajalist ul li section{
	position: absolute;
	left: 0;
	bottom: 5rem;
	padding: 0 40px;
}
.ventajalist ul li section i{
	color: #fff;
	font-size: 42px;
	margin-bottom: 5rem;
}
.ventajalist ul li section p{
	display: none;
	color: #fefefe;
	font-size: 16px;
	line-height: 35px;
}
.ventajalist ul li section h1{
	color: #fefefe;
	font-size: 22px;
	font-family: "Poppins_Medium";
	margin-bottom: 15px;
}
.ventajalist ul li section h2{
	color: #fefefe;
	font-size: 20px;
	font-family: "Poppins_Medium";
}
.ventajalist ul li.active section p{
	display: block;
}
.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}

.ssdv {
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}

.ssdv form {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ssdv form input {
	height: 35px;
	line-height: 35px;
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}

.ssdv form button {
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	width: 100%;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 52px;
	color: #ffffff;
	text-align: center;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}
.wqs .clodelist ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.wqs .clodelist ul li{
	width: calc(22% - 40px);
	margin: 1%;
}


.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 100rem;
}
.bannersasg  .swiper-slide section h1{
	color: #ffffff;
	font-size: 54px;
	font-family: "Poppins_SemiBold";
	width: 58%;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 21px;
	margin-top: 15px;
	line-height: 60px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
   	background-color: #003064;
    background-size: cover;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	
}
.bannersasg  .swiper-slide section a span{
	color: #fff;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
   	animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}


.youce {
	position: fixed;
	top: 32%;
	right: 10px;
	z-index: 9999;
}

.youce ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
}

.youce ul li {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	width: 50px;
	border-radius: 10px;

}

.youce ul li h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background-color: rgba(1, 12, 33, 0.6);
	float: right;
	border-radius: 10px;
	position: relative;
	transition: all .5s;
}

.youce ul li h1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;

}

.youce ul li h1 i {
	font-size: 20px;
	color: #fff;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:last-child {
	position: absolute;
	top: 0%;
	opacity: 1;
	left: 0%;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:last-child {
	position: absolute;
	top: 0;
	opacity: 1;
	left: 0;
}

.youce ul li:hover h1 a:first-child {
	opacity: 1;
}

.youce ul li:hover h1 a:last-child {
	opacity: 1;
}

.youce ul li div {
	position: absolute;
	width: 140px;
	top: 0;
	left: 0px;
	padding: 0 20px;
	height: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	opacity: 0;
	transition: all .5s;
	font-size: 14px;
	color: #fff;
}

.youce ul li div a {
	color: #fff;
}

.youce ul li:hover {
	width: 210px;
	border-radius: 10px;
	background-color: #0c4890;
}

.youce ul li:nth-child(3):hover {
	width: 190px;
}

.youce ul li:hover div {
	opacity: 1;
}

.youce ul li:hover h1 {
	background-color: #0c4890;
}

.youce ul li:last-child {
	height: 150px;
}
.youce ul li:nth-child(2):hover{
	width: 240px;
}

.youce ul li:last-child div {
	height: auto;
	display: block;
}

.youce ul li:last-child div {
	margin-top: 15px;
	text-align: center;
}

.youce ul li:last-child div img{
	display: block;
	width: 120px;
}

.youce ul li:last-child div h2 {
	text-align: center;
	margin-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}
	.headdvright {
	    width: 84%;
	}
	.headdvright ul li a span{
		font-size: 16px;
	}
	.sycpbt{
		width: 95%;
	}
	.sycpbt{
		width: 95%;
	}
	.sycplist{
		width: 95%;
	}
	.sycplist ul li h1{
		font-size: 18px;
	}
	.syabtdv{
		width: 95%;
	}
	.advadvbt p{
		width: 95%;
	}
	.clodebt{
		width: 95%;
	}
	.clodelist{
		width: 95%;
	}
	.noticiasbt{
		width: 95%;
	}
	.innewlist{
		width: 95%;
	}
	.innewlistright ul li section iconpark-icon{
		display: none;
	}
	.innewlistright {
	    width: 31.3%;
	}
	.innewlistright ul li a .inwleft{
		width: 35%;
	}
	.innewlistright ul li a section {
	    width: 60%;
	    padding: 0 1.25rem;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input {
	    width: 16%;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft {
	    width: 22%;
	}
	.wdldv{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.ly form{
		width: 95%;
	}
	.shownav ul{
		width: 100%;
	}
	.wqsdv{
		width: 97%;
	}
	.shownav ul li{
		padding: 0 13px;
	}
	.cplist{
		width: 97%;
	}
	.cpxiangq{
		width: 95%;
	}
	.cpxiangqleft {
	    width: 46%;
	}
	.saqg{
		width: 95%;
	}
	.abt{
		width: 95%;
	}
	.sz ul{
		width: 95%;
	}
	.ventajalist{
		width: 95%;
	}
	.ventajalist ul li section h2{
		font-size: 18px;
	}
	.ventajalist ul li section{
		padding: 0 20px;
	}
	.sgahhrj section{
		width: 95%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}
	.headdvright {
	    width: 84%;
	}
	.headdvright ul li a span{
		font-size: 14px;
	}
	.sycpbt{
		width: 95%;
	}
	.sycpbt{
		width: 95%;
	}
	.sycplist{
		width: 95%;
	}
	.sycplist ul li h1{
		font-size: 14px;
	}
	.sycplist ul li{
		padding: 25px 0px;
	}
	.syabtdv{
		width: 95%;
	}
	.advadvbt p{
		width: 95%;
	}
	.clodebt{
		width: 95%;
	}
	.clodelist{
		width: 95%;
	}
	.noticiasbt{
		width: 95%;
	}
	.innewlist{
		width: 95%;
	}
	.innewlistright ul li section iconpark-icon{
		display: none;
	}
	.innewlistright {
	    width: 31.3%;
	}
	.innewlistright ul li a .inwleft{
		width: 35%;
	}
	.innewlistright ul li a section {
	    width: 60%;
	    padding: 0 1.25rem;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input {
	    width: 16%;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft {
	    width: 22%;
	}
	.wdldv{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.ly form{
		width: 95%;
	}
	.shownav ul{
		width: 100%;
	}
	.wqsdv{
		width: 97%;
	}
	.shownav ul li {
		padding: 0px 5px;
	}
	.cplist{
		width: 97%;
	}
	.cpxiangq{
		width: 95%;
	}
	.cpxiangqleft {
	    width: 46%;
	}
	.saqg{
		width: 95%;
	}
	.abt{
		width: 95%;
	}
	.sz ul{
		width: 95%;
	}
	.ventajalist{
		width: 95%;
	}
	.ventajalist ul li section h2{
		font-size: 18px;
	}
	.ventajalist ul li section{
		padding: 0 20px;
	}
	.syabttitleft h1{
		font-size: 36px;
	}
	.syabttitleft {
	    width: 48%;
	}
	.advadv ul {
	    display: flex;
	    justify-content: space-between;
	    width: 80%;
	    margin: 0 auto;
	    margin-top: 4rem;
	}
	.innewlistleft section h1 i{
		font-size: 10px;
	}
	.innewlistleft section h1 span {
	    color: #003064;
	    font-size: 13px;
	}
	.innewlistleft section h2{
		font-size: 18px;
	}
	.cplist ul li section h1{
		font-size: 18px;
	}
	.cpxiangqright h1{
		font-size: 42px;
	}
	.relac ul li a section h2{
		font-size: 16px;
		white-space:nowrap;
		line-height: 30px;
		overflow:hidden;
		height: 30px;
		text-overflow:ellipsis;
	}
	.sgahhrj section{
		width: 95%;
	}
}

@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}

	.htmleaf-containers {
		display: block;
		height: 50px;
	}
	
	.sycpbt{
		width: 95%;
	}
	
	.sycpbt h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.sycpbt p{
		font-size: 14px;
	}
	.sycplist{
		width: 95%;
	}
	.sycplist ul li{
		width: calc(50% - 1px);
	}
	.sycplist ul li:nth-child(2n){
		border-right: none;
	}
	.sycplist ul li:nth-child(5), .sycplist ul li:nth-child(10){
		border-right: 1px solid #e6e6e6;
	}
	.sycplist ul li:nth-child(6), .sycplist ul li:nth-child(7), .sycplist ul li:nth-child(8), .sycplist ul li:nth-child(9), .sycplist ul li:nth-child(10){
		border-bottom: 1px solid #e6e6e6;
	}
	.sycplist ul li:nth-child(9), .sycplist ul li:nth-child(10) {
		border-bottom: none;
	}
	.sycplist ul li{
		padding: 15px 0px;
	}
	.sycplist ul li i{
		font-size: 36px;
	}
	.sycplist ul li h1{
		font-size: 14px;
	}
	.syabtdv{
		width: 95%;
		display: block;
	}
	.syabttit{
		display: block;
	}
	.syabttitleft h1{
		font-size: 20px;
		text-align: center;
	}
	.syabttitleft{
		width: 100%;
	}
	.syabttitleft div a:first-child{
		padding: 0px 20px;
		height: 40px;
	}
	.syabttitright{
		width: 100%;
		margin-top: 15px;
	}
	.syabttitright {
	    color: #666666;
	    font-size: 14px;
	    line-height: 30px;
	}
	.syabttit{
		margin-bottom: 15px;
	}
	.advadvbt h1{
		font-size: 20px;
	}
	.advadvbt p{
		font-size: 14px;
		line-height: 30px;
		width: 100%;
	}
	.advadv{
		width: 95%;
	}
	.advadv ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.advadv ul li{
		width: 48%;
	}
	.advadv ul li h3 span{
		font-size: 32px;
	}
	.advadv ul li h3 i{
		font-size: 38px;
	}
	.advadv ul li h4 {
	    color: #ffffff;
	    font-size: 14px;
	    margin-top: -15px;
		text-align: center;
	}
	.advadv a{
		width: 170px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.adva{
		height: 700px;
	}
	.clodebt{
		width: 95%;
	}
	.clodebt h1{
		font-size: 20px;
	}
	.clodebt p{
		line-height: 30px;
		font-size: 14px;
	}
	.clodelist{
		width: 95%;
	}
	.clodelist ul{
		flex-wrap: wrap;
	}
	.clodelist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.clodelist ul li div{
		margin-bottom: 15px;
	}
	.clodelist ul li section h1{
		font-size: 16px;
		line-height: 20px;
		height: 20px;
		white-space: nowrap;
		margin-bottom: 5px;
	}
	.noticiasbt{
		width: 95%;
		display: block;
	}
	.noticiasbtleft{
		display: block;
		justify-content: space-between;
	}
	.noticiasbtleft h1{
		text-align: center;
		font-size: 20px;
	}
	.noticiasbtleft p{
		font-size: 13px;
		line-height: 30px;
		text-align: center;
	}
	.noticiasbtright a{
		padding: 0 15px;
		width: 110px;
		height: 40px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.noticiasbtright a span{
		font-size: 12px;
	}
	.innewlist{
		width: 95%;
	}
	.innewlistleft,.innewlistcenter{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.innewlistright ul li a .inwleft{
		width: 30%;
	}
	.innewlistright ul li a section{
		width: 65%;
	}
	.innewlistright ul li section iconpark-icon{
		display: none;
	}
	.innewlistright ul li a section p{
		font-size: 12px;
	}
	.innewlistright ul li a section h2{
		font-size: 16px;
	}
	.clodelist ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.clodelist ul li section h2 span{
		font-size: 12px;
	}
	.advadvbt p{
		font-size: 13px;
		line-height: 30px;
	}
	.advadv ul li h4{
		font-size: 13px;
	}
	.any{
		padding: 30px 0;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input{
		width: 95%;
		padding: 0 2.5%;
		margin-bottom: 10px;
		border-radius: 5px;
		height: 40px;
	}
	.anydv form input:nth-child(3){
		width: 95%;
		padding: 0 2.5%;
	}
	.anydv form button{
		width: 130px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		padding: 0 2.5%;
	}
	.foot{
		display: none;
	}
	.lxwm{
		width: 95%;
	}
	.ly form{
		width: 95%;
	}
	.ly form div input{
		width: 94%;
		height: 40px;
		line-height: 40px;
		padding: 0 3%;
		margin-bottom: 10px;
	}
	.ly form textarea{
		width: 94%;
		padding: 3%;
	}
	.ly form button{
		margin-top: 15px;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li h1{
		font-size: 16px;
	}
	.shownav ul{
		width: 100%;
	}
	.abt{
		width: 95%;
		display: block;
	}
	.abtleft{
		width: 100%;
	}
	.abtleft h1{
		font-size: 20px;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.abtleft i{
		margin-bottom: 10px;
	}
	.abtleft p {
	    color: #666666;
	    line-height: 30px;
	    font-size: 14px;
	}
	.abtright{
		width: 100%;
		margin-top: 15px;
	}
	.sz{
		padding: 20px 0px;
	}
	.sz ul{
		width: 95%;display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 48%;
		margin: 1%;
	}
	.sz ul li h1 span{
		font-size: 32px;
	}
	.sz ul li h1 i {
	    color: #ffffff;
	    font-size: 15px;
	    margin-top: 20px;
	}
	.sz ul li p {
	    color: #ffffff;
	    margin-top: -5px;
	    font-size: 12px;
		text-align: center;
	}
	.ventajalist{
		width: 95%;
	}
	.ventajalist ul{
		display: block;
	}
	.ventajalist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.ventajalist ul li img{
		width: 100%;
	}
	.ventajalist ul li.active{
		width: 100%;
	}
	.ventajalist ul li section p{
		display: block;
	}
	.ventajalist ul li section{
		padding:  0 5%;
	}
	.ventajalist ul li section h1{
		font-size: 18px;
		margin-bottom: 0;
	}
	.ventajalist ul li section h2{
		font-size: 15px;
	}
	.ventajalist ul li section p {
	    color: #fefefe;
	    font-size: 12px;
	    line-height: 25px;
	}
	.ventajalist ul li section i {
	    color: #fff;
	    font-size: 27px;
	    margin-bottom: 2rem;
	}
	.shownav ul li a{
		line-height: 45px;
	}
	.shownav{
		height: auto;
		display: none;
	}
	.wqsdv{
		width: 95%;
	}
	.wqsdv .innewlistleft{
		display: block;
		width: 98%;
	}
	.wqsdv .innewlistleft section{
		padding: 5%;
	}
	.innewlistleft section h1 span{
		font-size: 12px;
	}
	.innewlistleft section h1 i{
		font-size: 12px;
	}
	.innewlistleft section h2{
		font-size: 16px;
	}
	.innewlistleft section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.cplist{
		width: 95%;
	}
	.cplist ul li{
		width: 48%;
	}
	.cplist ul li section{
		padding:0  5%;
	}
	.cplist ul li section h1{
		font-size: 16px;
	}
	.cplist ul li section h2 span{
		font-size: 12px;
	}
	.cplist ul li section h2 iconpark-icon {
	    color: #003064;
	    font-size: 16px;
	    transition: all 1s;
	}
	.cpxiangq{
		width: 95%;
		display: block;
	}
	.cpxiangqleft{
		width: 100%;
	}
	.cpxiangqright{
		width: 100%;
		margin-top: 10px;
	}
	.cpxiangqright h1{
		font-size: 26px;
	}
	.cpxiangqright h2{
		font-size: 	14px;
	}
	.cpxiangqright h2{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.cpxiangqright ul li span {
	    width: 90%;
	    color: #606060;
	    line-height: 30px;
	    font-size: 14px;
	    display: block;
	    word-break: break-word;
	}
	.cpxiangqright section a{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.saqg{
		width: 95%;
		flex-direction: column-reverse;
	}
	.xiqngs{
		width: 100%;
	}
	.xiqngstext{
		padding: 5%;
	}
	.xiqngstextbt span{
		font-size: 18px;
	}
	.xiqngstextdv img{
		max-width: 100%;
	}
	.fy{
		display: block;
		margin-top: 15px;
	}
	.fy p{
		margin: 10px 0;
	}
	.fy p a{
		font-size: 14px;
	}
	.relac{
		width: 100%;
	}
	.relac h1{
		line-height: 40px;
		font-size: 16px;
	}
	.relac ul li{
		padding: 10px 0px;
	}
	.wqs .clodelist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.x9,.x3{
		width: 100%;

	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#3a4573;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #2a3359;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.bannersasg .swiper-slide section h1 {
	    color: #fefefe;
	    font-size: 22px;
	     text-align: center;
	    font-weight: bold;
	}
	.bannersasg .swiper-slide section p {
	    color: #ffffff;
	    font-size: 14px;
	    margin-top: 10px;
	    line-height: 25px;
	    text-align: center;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section h1{
		width: 100%;
		font-size: 20px;
		
	}
	.lxwmlist ul li span{
		    font-size: 28px;
	}
}
