/* 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;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Anton";
	src:url('../font/Anton-Regular.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: 5.625rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.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: #fff;
}

.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: 5.625rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}

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

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 73.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	line-height: 5.625rem;
	transition: all .3s;
}

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

.headdvright ul li a span {
	font-family: "Poppins_Light";
	font-size: 16px;
	color: #ffffff;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}

.headdvright ul li:hover a::after {
	 background-color: #fff; 
}
.headdvright ul li.active a::after {
	 background-color: #fff; 
}
.slideUp .headdvright ul li:hover a::after {
	 background-color: #0058a7; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #0058a7; 
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #155bae
}
.slideUp .headdvright ul li.active a span{
	color: #155bae
}
.slideUp .headdvright ul li:hover a::after {
	 background-color: #155bae; 
}
.slideUp .headdvright ul li.active a::after {
	 background-color: #155bae; 
}
.ss img{
	display: block;
	width: auto;
}
.ss iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.slideUp .ss iconpark-icon{
	    color: #155bae;
}
.banners img{
	display: block;
	width: 100%;
}
.dh{
	background-color: #0068c1;
	border-radius: 50px;
	padding: 7px 20px;
}
.dh a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh iconpark-icon{
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	margin-right: 10px;
}
.dh span{
	color: #fff;
	font-size: 14px;
}
.ss{
	font-size: 20px;
	color: #fff;
}
.inabout{
	width: 100%;
	padding: 110px 0px;
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
}
.inaboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inaboutleft{
	width: 44%;
}
.inaboutright  {
	width: 54%;
}
.inaboutright img{
	display: block;
	max-width: 100%;
}
.inaboutleft h1{
	color: #0068c1;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inaboutleft h2{
	color: #333333;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 3.125rem;
}
.inaboutleft p{
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}
.inaboutleft a{
	display: flex;
	padding: 0 25px;
	width: 150px;
	margin-top: 6.25rem;
	background-color: #0068c1;
	height: 45px;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
}
.inaboutleft a span{
	color: #ffffff;
	font-size: 14px;
}
.inaboutleft a iconpark-icon{
	font-size: 20px;
	color: #ffffff;
}

.adva{
	width: 100%;
	height: 56.25rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.advadvbt h2{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.advadvbt h1{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.875rem;
}
.advadvbt p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	margin: 0 auto;
}
.advadv{
	width: 93.75rem;
	position: relative;
	z-index: 5;
}
.advasz{
	margin-top: 8.125rem;
}
.advasz ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.advasz ul li h1{
	color: #333333;
	font-size: 45px;
	display: flex;
	font-family: "Anton";
	justify-content: flex-start;
	align-items: flex-start;
}
.advasz ul li h1 span{
	color: #fff;
}
.advasz ul li h1 sup{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
	margin-top: 35px;
}
.advasz ul li p{
	width: 80%;
	color: #fff;
	font-size: 16px;
}
.advadv .gd{
	margin:0 auto ;
	display: flex;
    padding: 0 25px;
    width: 150px;
    margin-top: 6.25rem;
    height: 45px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
	border:1px solid #fff;
	transition: all 1s;
}
.advadv .gd span{
	color: #ffffff;
	font-size: 14px;
}
.advadv .gd iconpark-icon{
	font-size: 20px;
	color: #ffffff;
}
.advadv .gd:hover{
	background-color: #0068c1;
	border:1px solid #0068c1;
}
.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, 95, 193, 0.65);
}
.row1{
	transform: translate(15%, 0px);
}
.row2{
	transform: translate(-15%, 0px);
}
.row3{
	transform: translate(15%, 0px);
}
.zltx{
	justify-content: space-between;
	align-items: center;
	display: flex;
	width: 93.75rem;
	margin: 8.125rem auto;
}
.zltxleft{
	width: 46.0625rem;
	position: relative;
}
.zltxleft img{
	display: block;
	width: 100%;
}
.zltxleft div{
	width: 30.3125rem;
	height: 120px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 3.75rem;
	background-color: #fff;
	padding-left: 1.25rem;
	padding-right: 2.8125rem;
	box-shadow: 0 0 10px #e5e5e5;
	border-radius: 10px;
}
.zltxleft div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #0e48bf;
	color: #fff;
	font-size: 22px;
}
.zltxleft div h1{
	width: 25rem;
	margin-left: 1.25rem;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.zltxright{
	width: 38.75rem;
}
.zltxright h1{
	color: #0068c1;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.zltxright .bt{
	background: url(../images/btbg_03.jpg) left no-repeat;
	background-size: contain;
	margin-bottom: 2.8125rem;
}
.zltxright .bt h2{
	color: #333333;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 1.25rem;
}
.zltxright .bt i{
	display: block;
	width: 40px;
	height: 2px;
	border-bottom: 2px solid #0068c1;
}
.zltxright  p {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 35px;
	margin-bottom: 4.6875rem;
}
.zltxright ul{
	display: flex;
	justify-content: space-between;
}
.zltxright ul li{
	width: 12.5rem;
}
.zltxright ul li div{
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
}
.zltxright ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.zltxright ul li:hover div img{
	transform: scale(1.05);
}
.zltxright ul li h3{
	color: #4c4c4c;
	text-align: center;
	font-size: 14px;
	margin-top: 0.9375rem;
}
.lxkf{
	padding-top: 5rem;
	padding-bottom: 3.75rem;
	background: url(../images/lxkf_06.jpg) top center no-repeat;
	background-size: cover;
}
.lxkfdv{
	width: 93.75rem;
	margin: 0 auto;
}
.lxkfdv h1{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}
.lxkfdv p{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 1.875rem;
}
.lxkfdv section{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxkfdv section a {
	display: block;
	width: 180px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0% 1.25rem;
	transition: all 1s;
}
.lxkfdv section a iconpark-icon{
	color: #fff;
	font-size: 22px;
	margin-right: 15px;
	transition: all 1s;
}
.lxkfdv section a  span{
	color:#fff;
	font-size: 14px;
	transition: all 1s;
}
.lxkfdv section a:hover{
	background-color: #fff;
}
.lxkfdv section a:hover iconpark-icon{
	color: #0058a7;
}
.lxkfdv section a:hover span{
	color: #0058a7;
}
.xw{
	padding-top: 5.3125rem;
	padding-bottom: 6.875rem;
	background-color: #f4f8fd;
}
.xwdv{
	width: 93.75rem;
	margin: 0% auto;
}
.cpzsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpzsbtleft h1{
	color: #0068c1;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.cpzsbtleft h2{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}

.cpzsbtright a{
    display: flex;
    padding: 0 25px;
    width: 150px;
    background-color: #0068c1;
    height: 45px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}
.cpzsbtright a span{
	color: #ffffff;
	font-size: 14px;
}
.cpzsbtright a iconpark-icon {
    font-size: 20px;
    color: #ffffff;
}
.xwzxlist ul{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.xwzxlist ul li{
	background-color: #fff;
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}
.xwzxlist ul li section{
	padding: 40px;
	width: calc(100% - 80px);
}
.xwzxlist ul li div{
	width: 100%;
	overflow: hidden;
}
.xwzxlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xwzxlist ul li:hover img{
	transform: scale(1.05);
}
.xwzxlist ul li section h1{
	color: #333333;
	font-size: 22px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-bottom: 10px;
	transition: all 1s;
}
.xwzxlist ul li section p{
	line-height: 30px;
	color: #666666;
	font-size: 15px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	margin-bottom: 25px;
	transition: all 1s;
}
.xwzxlist ul li section h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0068c1;
	font-size: 14px;
	transition: all 1s;
}
.xwzxlist ul li section h2 iconpark-icon{
	color: #0068c1;
	font-size: 20px;
	margin-left: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
}
.xwzxlist ul li:hover{
	background-color: #0068c1;
}
.xwzxlist ul li:hover section h1{
	color: #fff;
}
.xwzxlist ul li:hover section p{
	color: #fff;
}
.xwzxlist ul li:hover section h2{
	color: #fff;
}
.xwzxlist ul li:hover section h2 iconpark-icon{
	color: #fff;
}
.hz {
    width: 93.75rem;
    margin: 6.125rem auto;
}
.sdlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin-top: 4.0625rem;
}
.sdlist ul li{
	width: 18.625rem;
	height: 12.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s;
}
.sdlist ul li:hover{
	transform: scale(1.05);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 10px #c2c2c2;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.sdlist ul li div{
	width: 98%;
    overflow: hidden;
    margin: 0 auto;
}
.sdlist ul li div img{
	display: block;
	width: 100%;
}
.sdlist ul li p{
	text-align: center;
	color: #666666;
	font-size: 12px;
}
.sdlist ul li:last-child{
	background-image: linear-gradient(to right, #024499 , #01a7ec);
}
.sdlist ul li:last-child h1{
	color: rgba(255, 255, 255, 0.6);
	font-size: 80px;
	font-family: "Anton";
	
}
.sdlist ul li:last-child H2{
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    transition: all 1s;
}
.sdlist ul li:last-child H2 iconpark-icon {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 1s;
	width: 3.875rem;
}
.xuq{
	padding: 50px 0px;
	background: url(../images/loua_02.jpg) center no-repeat;
	background-size: cover;
}
.xuqdv{
	width: 93.75rem;
	margin: 0 auto;
}
.xuqdv h1{
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 2.1875rem;
}
.xuqdv form{
	display: flex;
	justify-content: space-between;
}
.xuqdv form input{
	width: calc(24% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #b2b2b2;
}
.xuqdv form input:nth-child(3){
	width: 30%;
}
.xuqdv form button{
	width: 15%;
	outline: none;
	border: none;
	background-color: #0068c1;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
}
.xuqdv  p{
	margin-top: 15px;
	color: #808080;
	font-size: 14px;
}
.foot{
	width: 100%;
	padding-top: 5.625rem;
	background-color: #262626;
	padding-bottom: 4.375rem;overflow: hidden;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 18.75rem;
}
.footdvleft h1{
	color: #fff;
	font-size: 18px;
	margin-bottom: 1.5625rem;
}
.footdvleft p{
	margin-bottom: 15px;
	color: #cccccc;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footdvleft p img{
	width: 30px;
	margin-right: 8px;
}
.footdvright{
	display: flex;
	justify-content: space-between;
	width: 66.25rem;
}
.footdvright dt a{
	color: #fff;
	font-size: 18px;
}
.footdvright dd a:hover{
	color: #0068c1;
}
.footdvright dt{
	margin-bottom: 1.875rem;
}
.footdvright dd a{
	color: #cccccc;
	font-size: 14px;
	transition: all .5s;
}
.footdvright dd{
	margin-bottom: 1.25rem;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 1.875rem;
}
.footdvleft ul li{
	margin-right: 15px;
}
.footdvleft ul li img{
	width: 90px;
	display: block;
}
.footdvleft ul li h2{
	text-align: center;
	color: #fff;
	line-height: 35px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #404040;
	height: 65px;
	background-color: #262626;
}
.wdldv{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.wdldv p{
	color: #cccccc;
	font-size: 14px;
}
.wdldv p a{
	color: #cccccc;
	font-size: 14px;
}
.cpzx{
	background-color: #f5f5f5;
	padding-top: 4.6875rem;
	padding-bottom: 6.25rem;
}
.cpzxdv{
	width: 93.75rem;
	margin: 0 auto;
}
.cpzxdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cpzxdv ul li{
	width: calc(23% - 50px);
	padding: 25px;
	background-color: #fff;
	margin: 1%;
	border-radius: 10px;
}
.cpzxdv ul li div{
	overflow: hidden;
	width: 100%;
}
.cpzxdv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpzxdv ul li:hover div img{
	transform: scale(1.05);
}
.cpzxdv ul li h1{
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	margin: 15px auto;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cpzxdv ul li span{
	width: 140px;
	height: 35px;
	border: 1px solid #e6e6e6;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	border-radius: 50px;
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}
.cpzxdv ul li:hover span{
	background-color: #0068c1;
	color: #fff;
	border: 1px solid #0068c1;
}

.chanpinimg{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgleft{
	width: 40.625rem;
}
.chanpinimgright{
	width: 43.75rem;
}
.chanpinimgright h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 1.25rem;
}
.chanpinimgright p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.chanpinimgright  ul{
	margin-top: 2.1875rem;
}
.chanpinimgright  ul li{
	display: flex;
	justify-content: flex-start;
	color: #333333;
	font-size: 16px;
	margin-bottom: 0.9375rem;
}
.afv1{
	padding-top: 0px;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}
.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 7.25rem;
	border: 2px solid #fff;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #0167bb;
	background-color: #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 31.875rem;
	height: 31.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.cennuodv{
	margin-top: 5.3125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cennuodv  a{
	display: block;
	width: 12.5rem;
	height: 50px;
	background-color: #0167bb;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	margin-right: 2.5rem;
}
.cennuodv div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
}
.cennuodv div iconpark-icon {
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border:1px solid #0058a7;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #0058a7;
	margin-right: 10px;
}
.cennuodv div section span{
	color: #333333;
	font-size: 14px;
}
.cennuodv div section h1{
	color: #0167bb;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
}
.shpdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
	margin-bottom: 6.25rem;
}
.shpdvleft{
	width: 17.5rem;
}
.shpdvleft h1{
	line-height: 60px;
	color: #333333;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}
.shpdvleft ul li{
	margin-bottom: 0.625rem;
	background-color: #fff;
	padding: 0 10px;
}
.shpdvleft ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shpdvleft ul li a div{
	width: 6.875rem;
	overflow: hidden;
}
.shpdvleft ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.shpdvleft ul li:hover a div img{
	transform: scale(1.05);
}
.shpdvleft ul li a h2{
	margin-right: 1.25rem;
	color: #4c4c4c;
	transition: all 1s;
	font-size: 16px;
}
.shpdvleft ul li:hover a h2{
	color:#0167bb;
}
.shpdvright{
	width: 72.5rem;
}
.shpdvright #thumbs{
	background-color: #fff;
}
.shpdvright #thumbs .swiper-slide h1{
	height: 60px;
	text-indent: 2em;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
	position: relative;
}
.shpdvright #thumbs .swiper-slide h1::after{
	content: "";
	position: absolute;
	left: 18px;
	top: 21px;
	width: 4px;
	height: 20px;
	display: block;
	background-color: #0068c1;
}
.shpdvright #thumbs .swiper-slide-thumb-active h1{
	font-weight: bold;
	color: #333333;
	font-size: 17px;
}
.shpdvright #gallery{
	margin-top: 0.9375rem;
}
.cpxq img{
	max-width: 100%;
}
.cpxq {
	background-color: #fff;
	padding: 1.875rem;
}
.sz{
	width: 100%;
	background: url(../images/szbg_02.jpg) center no-repeat;
	background-size: cover;
}
.szdv{
	display: block;
	width: 93.75rem;
	padding-top: 3.75rem;
	padding-bottom: 4.375rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.szdv ul li h1 span{
	color: #333333;
	font-size: 45px;
	font-family: "Anton";
	color: #fff;
}
.szdv ul li h1 sup{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: -9px;
	font-weight: bold;
	margin-left: 10px;
}
.szdv ul li p{
	color: #fff;
	font-size: 14px;
	width: 80%;
}
.qyzs{
	background-color: #f5f5f5;
	padding-top: 5rem;
	padding-bottom: 7.1875rem;
}
.qyzsbt h1{
	color: #0068c1;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.qyzsbt h2{
	color: #333333;
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 3.125rem;
	text-align: center;
}
.madv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.madvleft{
	width: 49.6%;
	position: relative;
}
.madvleft img{
	display: block;
	width: 100%;
}
.madvleft h1{
	bottom: 0;
    left: 0;
    position: absolute;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}
.madvright{
	width: 49.6%;
}
.madvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.madvright ul li{
	width: 49%;
	position: relative;
	overflow: hidden;
}
.madvright ul li:first-child,.madvright ul li:nth-child(2){
	margin-bottom: 12px;
}
.madvright ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvright ul li:hover img{
	transform: scale(1.05);
}
.madvright ul li h1{
	bottom: 0;
	left: 0;
	position: absolute;
	height: 45px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.5);
}

.hezuohb{
	width: 93.75rem;
	margin: 5.9375rem auto;
}
.hezuohb .sdlist ul li:last-child{
	background-image: linear-gradient(to right, #fff, #fff);
}
.lxwm{
	padding-top: 95px;
	padding-bottom: 125px;
	background-color: #f5f5f5;
	margin: 0 auto;
}
.lxwmbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.lxwmbt i{
	display: block;
	width: 30px;
	height: 4px;
	background-color: #1064b3;
	margin: 0 auto;
}
.lxwmbt p{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
.lxwmlist{
	margin-top: 40px;
}
.lxwmlist ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(24% - 70px);
	background-color: #ffffff;
	padding: 35px;
	padding-top: 45px;
	padding-bottom: 50px;
	transition: all .5s;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	color: #4d4d4d;
	font-size: 42px;
	transition: all .5s;
	margin-bottom: 30px;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	transition: all .5s;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 14px;
	margin-top: 15px;
	transition: all .5s;
}
.lxwmlist ul li:hover{
	background-color: #0068c1;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.liy{
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/bg_02.jpg) center no-repeat;
}
.liy form{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 35px;
}
.liy form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liy form div input{
	width: 47%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	height: 48px;
	color: #666666;
	font-size: 14px;
	color: #666666;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}
.liy form div input::placeholder{
	color: #fff;
}
.liy form textarea::placeholder{
	color: #fff;
}
.liy form textarea{
	width: 98%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	color: #666666;
	font-size: 14px;
	border: none;
	height: 120px;
	border-radius: 5px;
	outline: none;
	font-family: "微软雅黑";
	background-color: rgba(255, 255, 255, 0.3);
}
.liy form button{
	width: 180px;
	height: 45px;
	background-color: #fff;
	line-height: 45px;
	text-align: center;
	border: none;
	color: #4c4c4c;
	font-size: 14px;
	border-radius: 5px;
	transition: all 1s;
}
.liy form button:hover{
	background-color: #0068c1;
	color: #fff;
}
	
.liy .lxwmbt h1{
	color: #fff;
}
.liy .lxwmbt i{
	background-color: #fff;
}
.liy .lxwmbt p{
	color: #fff;
}
.wuliulist{
	width: 96.75rem;
	margin: 0 auto;
}
.wuliulist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wuliulist ul li{
	width: 23%;
	overflow: hidden;
	margin: 1%;
	border-radius: 10px;
}
.wuliulist ul li div{
	overflow: hidden;
}
.wuliulist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.wuliulist ul li:hover img{
	transform: scale(1.05);
}
.wuliulist ul li h1{
	height: 5rem;
	text-align: center;
	color: #404040;
	font-size: 14px;
	background-color: #fff;
	line-height: 5rem;
	transition: all 1s;
}
.wuliulist ul li:hover h1{
	background-color: #0068c1;
	color: #fff;
}
.zllist{
	width: 96.75rem;
	margin: 0 auto;
}
.zllist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.zllist ul li{
	width: 23%;
    overflow: hidden;
    margin: 1%;
}
.zllist ul li div{
	overflow: hidden;
}
.zllist ul li div img {
    display: block;
    width: 100%;
    transition: all 1s;
}
.zllist ul li:hover div img {
	transform: scale(1.05);
}
.zllist ul li h1{
	 margin-top: 2.1875rem;
	 color: #333333;
	 font-size: 16px;
	 text-align: center;
}
.xwzxlist{
	width: 93.75rem;
	margin: 0 auto;
}
.newsdvlist{
	width: 93.75rem;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	border-radius: 10px;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #0068c1;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.newsdvlist ul li iconpark-icon{
	border: 1px solid #1a479c;
	color: #1a479c;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;border-radius: 50px;
	font-size: 22px;
	
}
.rczplist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.8125rem;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f0f0f0;
	align-items: center;
	margin-bottom: 10px;
}
.rczplist dl dt i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;·1
    border-right: 7px solid transparent;
    border-top: 10px solid #f0f1f2;
}
.rczplist dl dd i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #0058a7;
    margin-top: 0px;
}
.rczplist dl dd.active i{
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}
.rczplist dl dt h1 {
	width: 150px;
	color: #0068c1;
	font-size: 17px;
	font-weight: bold !important;
}

.rczplist dl dt h2 {
	width: 230px;
	color: #0068c1;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h3 {
	width: 335px;
	color: #0068c1;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h4 {
	width: 450px;
	color: #0068c1;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h5 {
	width: 160px;
	color: #0068c1;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dd {
	background-color: #fff;
	margin-bottom: 10px;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	height: 60px;
	
	align-items: center;
}

.rczplist dl dd .rczpxx h1 {
	width: 150px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h2 {
	width: 230px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h3 {
	width: 335px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h4 {
	width: 450px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd .rczpxx h5 {
	width: 160px;
	color: #4c4c4c;
	font-size: 14px;
}

.rczplist dl dd:hover .rczpxx  {
	background-color: #0058a7;
}
.rczplist dl dd.active .rczpxx {
    background-color: #0058a7;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}
.rctext {
	padding: 0px 55px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;overflow: hidden;
	transition: all 1s;
	
}

.rctextleft {
	width: 50%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 46%;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
	height: 200px;
	align-items: center;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}

.rctextright a {
	display: block;
	width: 220px;
	height: 45px;
	background-color: #155bae;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}
.yggh{
	margin: 7.5rem auto;
	margin-bottom: 0;
}
.rydv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 105rem;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	margin-top: 5.625rem;
}
.rylsit{
	width: 93.75rem;
}
.rctextright a{
	display: block;
	font-size: 14px;
	background-color: #0068c1;
	width: 220px;
	height: 45px;
	border-radius: 5px;
}
.rylsit .swiper-wrapper{
	align-items: center;
}
.rylsit .swiper-slide div {
	overflow: hidden;
	width: 100%;
}
.rylsit .swiper-slide div img{
	display: block;
	margin: 0 auto;
	width: 100%;
	transition: all 1s;
}
.rylsit .swiper-slide h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 1.25rem;
}
.rylsit .swiper-slide:hover div img{
	transform: scale(1.05);
}
.rylsit .swiper-slide-active img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.rydv a{
	display: block;
	width: 55px;
	height: 55px;
	background-color: #e8eef2;
	color: #333;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
}
.rydv a:hover{
	color: #fff;
	background-color: #0058a7;
}
.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: 95%;
	margin: 0 auto;
}
.ssdv form{
	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{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
	    margin-top: -5%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 54px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.bannersasg  .swiper-slide section h4{
	font-size: 20px;
	color: #ffffff;
	font-family: "Poppins";
	text-align: center;
}

.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.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;

}
.mfoot{
		height: 45px;
		display: none;
	}
	.mfootdv{
		display: none;
	}
@keyframes beat {
    0% {
       bottom: 25px;
    }
    100% {
   		bottom: 35px;
	}
}
.xuq{
	display: none;
}
.shownav{
	display: block;
	box-shadow: 0px 0px 15px #bebebe8a;
	height: 75px;
	background-color: #fff;
	position: relative;z-index: 2;
}
.shownav ul{
	width: 105rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shownav ul li a{
	width: 20rem;
	display: block;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	transition: all 1s;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.shownav ul li a::after{
	content: "";
}
.shownav ul li a:hover{
	background-color: #0068c1;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #0068c1;
	color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.inaboutdv,.headdv,.zltx,.xwdv,.hz,.footdv,.cpzxdv,.szdv,.madv,.hezuohb,.lxwmlist ul,.liy form,.wuliulist,.newsdvlist,.rczplist{
		width: 95%;
	}
	.headdv,.heads{
		height: 7.625rem;
	}
	.headdvright{
		width: 76.75rem;
	}
	.headdvright ul{
		width: 63.875rem;
	}
	.inaboutright{
		width: 50%;
	}
	.inaboutright img{
		display: block;
		width: 100%;
	}
	.adva {
		height: 61.25rem;
	}
	.zltxleft{
		width: 46%;
	}
	.zltxright{
		width: 50%;
	}
	.zltxright ul li{
		width: 31%;
	}
	.xwdv{
		width: 95;
	}
	.sdlist ul li{
		width: calc(20% - 2px);
	}
	.xuqdv{
		width: 95%;
	}
	.footdvleft{
		width: 25%;
	}
	.xwzxlist{
		width: 100%;
	}
	.sdlist ul li:last-child h1{
		font-size: 5rem;
	}
	.chanpinimg{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(7.25rem - 4px );
	}
	.chanpinimgright{
		width: 60%;
	}
	.shpdv{
		width: 95%;
	}
	.shpdvleft{
		width: 25%;
	}
	.shpdvleft ul li a div{
		width: 33%;
	}
	.shpdvright{
		width: 72%;
	}
	.cpzx .xwzxlist{
		width: 95%;
	}
	.rydv{
		width: 98%;
	}
	.rylsit{
		width: 88%;
	}
	.zllist,.advadv{
		width: 95%;
	}
	.advasz{
		margin-top: 3.125rem;
	}
	.advasz ul li p{
		font-size: 14px;
	}
	.zltxleft div{
		    width: 45.3125rem
	}
	.zltxleft div h1{
		width: 40rem;
		font-size: 15px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.inaboutdv,.headdv,.zltx,.xwdv,.hz,.footdv,.cpzxdv,.szdv,.madv,.hezuohb,.lxwmlist ul,.liy form,.wuliulist,.newsdvlist,.rczplist{
		width: 95%;
	}
	.headdv,.heads{
		height: 7.625rem;
	}
	.headdvright{
		width: 91.75rem;
	}
	.headdvright ul{
		width: 72.875rem;
	}
	.inaboutright{
		width: 50%;
	}
	.inaboutright img{
		display: block;
		width: 100%;
	}
	.adva {
		height: 80.25rem;
	}
	.zltxleft{
		width: 46%;
	}
	.zltxright{
		width: 50%;
	}
	.zltxright ul li{
		width: 31%;
	}
	.xwdv{
		width: 95%;
	}
	.sdlist ul li{
		width: calc(20% - 2px);
	}
	.xuqdv{
		width: 95%;
	}
	.footdvleft{
		width: 25%;
	}
	.xwzxlist{
		width: 100%;
	}
	.sdlist ul li:last-child h1{
		font-size: 5rem;
	}
	.chanpinimg{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(7.25rem - 4px );
	}
	.chanpinimgright{
		width: 60%;
	}
	.shpdv{
		width: 95%;
	}
	.shpdvleft{
		width: 25%;
	}
	.shpdvleft ul li a div{
		width: 33%;
	}
	.shpdvright{
		width: 72%;
	}
	.cpzx .xwzxlist{
		width: 95%;
	}
	.rydv{
		width: 98%;
	}
	.rylsit{
		width: 88%;
	}
	.zllist{
		width: 95%;
	}
	.zltxright .bt h2{
		font-size: 31px;
	}
	.zltxleft div h1{
		font-size: 14px;
	}
	.sdlist ul li p{
		font-size: 14px;
	}
	.footdvright{
		width: 75.25rem;
	}
	.zllist,.advadv{
		width: 95%;
	}
	.advasz{
		margin-top: 3.125rem;
	}
	.advasz ul li p{
		font-size: 14px;
	}
	.zltxleft div{
		    width: 45.3125rem
	}
	.zltxleft div h1{
		width: 40rem;
		font-size: 15px;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads{
		display: none;
	}
	.inabout{
		display: block;
		padding: 30px 0;
	}
	.inaboutdv,.headdv,.zltx,.xwdv,.hz,.footdv,.cpzxdv,.szdv,.madv,.hezuohb,.lxwmlist ul,.liy form,.wuliulist,.newsdvlist,.rczplist{
		width: 95%;
	}
	.inaboutdv{
		display: block;
	}
	.inaboutleft{
		width: 100%;
	}
	.inaboutleft h1{
		text-align: center;
		font-size: 18px;
	}
	.inaboutleft h2{
		text-align: center;
		font-size: 20px;
	}
	.inaboutleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.inaboutleft a{
		width: 100px;
		height: 40px;
	}
	.inaboutright{
		margin-top: 15px;
		width: 100%;
	}
	.inaboutright img{
		display: block;
		width: 100%;
	}
	.inaboutleft a,.advadv .gd{
		width: 90px;
		height: 35px;
	}
	.advadv .gd span,.inaboutleft a span{
		font-size:12px;
	}
	.advadv{
		width: 95%;
	}
	.adva{
		height:700px;
	}
	.advadvbt h1{
		font-size: 20px;
	}
	.advadvbt p{
		width: 100%;
		font-size: 12px;
		line-height: 25px;
	}
	.advasz ul {
		flex-wrap: wrap;
	}
	.advasz ul li{
		width: 50%;
		margin-top: 10px;
	}
	.advasz ul li h1{
		font-size: 28px;
	}
	.advasz ul li p{
		font-size: 12px;
		width: 95%;
	}
	.advasz ul li h1 sup{
		font-size: 14px;
		font-weight: normal;
	}
	.advasz{
		margin-top: 10px;
	}
	.advadv .gd{
		width: 90px;
		height: 35px;
		margin-top: 20px;
	}
	.advadvbt h2{
		font-size: 18px;
	}
	.advadvbt h1{
		font-size: 14px;
	}
	.zltx{
		display: block;
	}
	.zltxleft{
		width: 100%;
	}
	.zltxleft div{
		padding: 0 2.5%;
		width: 90%;
		height:100px;
	}
	.zltxleft div h1{
		width: 75%;
		margin-left: 18px;
		font-size: 12px;
		line-height: 20px;
	}
	.zltxright{
		width: 100%;
		margin-top: 10px;
	}
	.zltxright h1{
		text-align: center;
		font-size: 18px;
	}
	.inaboutleft h2{
		font-size: 14px;
	}
	.zltxright .bt h2{
		font-size: 14px;
		text-align: center;
	}
	.zltxright .bt i{
		margin: 0 auto;
	}
	.zltxright .bt{
		text-align: center;
		background: url(../images/btbg_03.jpg) center no-repeat;
		background-size: contain;
	}
	.zltxright ul li h3{
		font-size: 12px;
	}
	.lxkfdv section a iconpark-icon{
		margin-right: 10px;
		font-size: 20px;
	}
	.lxkfdv section a span{
		font-size: 12px;
	}
	.lxkfdv p{
		margin: 10px auto;
        font-size: 14px;
	}
	.zltxright p{
		line-height: 28px;
		font-size: 12px;
	}
	.lxkfdv h1{
		font-size: 16px;
	}
	.lxkfdv{
		width: 95%;
	}
	.zltxright ul li{
		width: 31%;
	}
	.lxkf{
		padding-top: 8rem;
		padding-bottom: 6.75rem;
	}
	.lxkfdv p{
		margin: 15px auto;
		font-size: 14px;
	}
	.lxkfdv section a{
		height: 38px;
		width: 140px;
	}
	.cpzsbt{
		display: block;
	}
	.cpzsbtleft h1{
		text-align: center;
		font-size: 18px;
	}
	.cpzsbtleft h2{
		text-align: center;
		font-size: 14px;
	}
	.cpzsbtright{
		margin-top: 15px;
	}
	.cpzsbtright a{
		margin: 0 auto;
		width: 100px;
		height: 40px;
	}
	.xwzxlist{
		width: 100%;
	}
	.xwzxlist ul{
		display: block;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.xwzxlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.xwzxlist ul li section{
		padding: 5%;
		width: 90%;
	}
	.xwzxlist ul li section h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.xwzxlist ul li section p{
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.sdlist ul li{
		width: calc(50% - 1px);
		padding: 10px 0px;
		height: auto;
	}
	.sdlist ul li p{
		font-size: 13px;
	}
	.sdlist ul li:last-child h1{
		font-size: 36px;
		text-align: center;
	}
	.xuq{
		padding: 30px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.foot,.wdl{
		display: none;
	}
	.xuqdv h1{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.xuqdv p{
		font-size: 12px;
	}
	.xuqdv form{
		flex-wrap: wrap;
	}
	.xuqdv form input{
		width: calc(100% - 30px);
		padding: 0px 15px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.xuqdv form input:nth-child(3){
		width: calc(100% - 30px);
		padding: 0px 15px;
		margin-bottom: 10px;
	}
	.xuqdv form button{
		width: 32%;
	}
	.chanpinimg{
		width: 95%;
		display: block;
	}
	.maoyileft{
		flex-direction: column-reverse;
	}
	.chanpinimgleft {
		width: 100%;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		margin-top: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright{
		width: 100%;
	}
	.chanpinimgright h1{
		font-size: 17px;
		font-weight: bold;
	}
	.chanpinimgright p{
		font-size: 14px;
		line-height: 27px;
	}
	.cennuodv div iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.cennuodv div section h1{
		font-size: 17px;
	}
	.cennuodv a{
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.shpdv{
		flex-direction: column-reverse;
		width: 95%;
	}
	.shpdvright{
		width: 100%;
	}
	.shpdvright #thumbs .swiper-slide h1{
		height: 50px;
		line-height: 50px;
	}
	.shpdvright #thumbs .swiper-slide h1::after{
		top: 16px;
	}
	.cpxq{
		padding: 5%;
	}
	.shpdvleft{
		width: 100%;
	}
	.shpdvleft h1{
		font-size: 18px;
	}
	.shpdvleft ul li a div {
		width: 40%;
	}
	.shpdvleft ul li{
		margin-bottom: 10px;
	}
	.shpdvleft ul li a h2{
		width: 55%;
	}
	.cpzxdv ul li{
		width: 42%;
		padding: 3%;
	}
	.qyzsbt h1{
		font-size: 18px;
	}
	.qyzsbt h2{
		font-size: 14px;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 50%;
		margin: 10px 0;
	}
	.szdv ul li h1 span{
		font-size: 36px;
	}
	.szdv ul li h1 sup{
		font-size: 14px;
		font-weight: normal;
		margin-top: -20px;
	}
	.szdv ul li p{
		font-size: 12px;
		width: 97%;
	}
	.madv{
		margin-top: 15px;
		display: block;
	}
	.madvleft{
		width: 100%;
		margin-bottom: 10px;
	}
	.madvright{
		width: 100%;
	}
	.wuliulist ul li{
		width: 48%;
	}
	.wuliulist ul li h1{
		line-height: 35px;
		height: 35px;
		font-size: 14px;
	}
	.zllist{
		width: 95%;
	}
	.zllist ul li{
		width: 48%;
	}
	.zllist ul li h1{
		line-height: 35px;
		height: 35px;
		font-size: 14px;
	}
	.lxwm{
		padding: 30px 0;
	}
	.lxwmbt h1{
		font-size: 18px;
	}
	.lxwmbt p{
		font-size: 12px;
		margin: 0 auto;
		 margin-top: 15px;
	}
	.lxwmlist{
		margin-top: 25px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		width: auto;
		height: auto;
		font-size: 32px;
		margin-bottom: 15px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
		margin-top: 10px;
	}
	.liy{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.liy form button{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.liy form div input{
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.cpzx .xwzxlist{
		display: none;
	}
	.newsdvlist{
		width: 95%;
		margin: 0 auto;
	}
	.newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext h1{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 20px;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.newtj{
		margin-bottom: 20px;
	}
	.rczplist{
		width: 95%;
		margin: 0 auto;
	}
	.rczplist dl dt{
		padding: 0 2.5%;
	}
	.rczplist dl dt h4,.rczplist dl dd .rczpxx h4{
		display: none;
	}
	.rczplist dl dd .rczpxx{
		padding: 0 2.5%;
	}
	.rczplist dl dd .rczpxx h2,.rczplist dl dt h2{
		display: none;
	}
	.rczplist dl dd .rczpxx h3,.rczplist dl dt h3{
		display: none;
	}
	.rczplist dl dd .rczpxx h5,.rczplist dl dd .rczpxx h1{
		font-size: 14px;
	}
	.rczplist dl dd i{
		margin-top: 5px;
	}
	.rctext{
		display: block;
		width: 94%;
	}
	.rctextleft{
		width: 100%;
	}
	.rczplist dl dd .rczpxx{
		height: 40px;
	}
	.ryzizhidv{
		width: 95%;
	}
	.rydv{
		width: 95%;
	}
	.rydv a{
		display: none;
	}
	.rylsit{
		width: 100%;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 22px;
	}
	.bannersasg .swiper-slide .ghej{
		display: none;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
	}
	.bannersasg .swiper-slide div section{
		margin-top: 0;
	}
	.nrbanner .btext h2{
		font-size: 24px;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.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: #2255a4;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #144187;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h4{
		width: 95%;
	}
	.xwzxlist ul li section h1{
		font-size: 14px;
	}
	.xwzxlist ul li section p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.madvright ul li h1,.madvleft h1{
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}
	.cpzxdv ul li span{
		width: 120px;
		font-size: 12px;
	}
	.cpzxdv ul li h1{
		font-size: 14px;
	}
	.pagination li a{
		padding: 6px 10px;
	}
	.pagination li{
		font-size: 12px;
	}
	.article .post h1{
		font-size: 18px;
	}
	.rczplist dl dt h1,.rczplist dl dt h5{
		font-size: 14px;
	}
	.rczplist dl dd .rczpxx h5, .rczplist dl dd .rczpxx h1{
		font-size: 12px;
	}
	.rctextleft h1{
		font-size: 15px;
	}
	.rctextleft div{
		font-size: 12px;
		line-height: 25px;
	}
	.rczplist dl dd .rctext{
		height: 0 !important;
	}
	.rczplist dl dd.active .rctext{
		height: auto !important;
	}
	.rctextright{
		width: 95%;
		margin: 0 auto;
		border: none;
		justify-content: flex-start;
	}
	.rctextright p{
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.rctextright a{
		width: 100px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
		margin-top: 15px;
	}
	.rylsit .swiper-slide h1{
		font-size: 12px;
	}
	.rczplist dl dt{
		line-height: 45px;
	}
	.lxwmbt p{
		width: 95%;
	}
	.liy form div input,.liy form textarea,.liy form button{
		font-size: 12px;
	}
	.lxwmlist ul li h1{
		font-size: 15px;
	}
	.lxwmlist ul li p{
		font-size: 12px;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		width: 100%;
		line-height: 45px;
	}
	.shownav{
		height: 45px;
	}
}