html {
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1.5;
	font-size: 0;
}
ol,
ul,
li {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif, "Microsoft YaHei", 微软雅黑, 'PingFang SC';
	font-size: 16px;
	color: #222222;
}
.w1360 {
	width: 1360px;
	margin: 0 auto;
}
.header,
.top1 {
	display: none;
}
.head {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 110px;
	border-bottom: solid 1px #ffffff45;
	background-color: #00000027;
	transition: height 0.3s ease-out;
}
.head_b {
	height: 60px;
}
.head_box {
	padding: 0 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head_box .logo {
	height: 60px;
	transition: height 0.3s ease-out;
}
.head_b .logo {
	height: 40px;
}
.head_box .daohang {
	display: flex;
}
.head_box .daohang li {
	margin: 0 10px;
}
.head_box .daohang a {
	padding: 8px 5px;
	color: #fff;
	position: relative;
}
.head_box .daohang a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 0;
	height: 2px;
	background-color: #fff;
	transform: translateX(-50%);
	transform-origin: center;
	transition: width 0.5s ease;
}
.head_box .daohang a:hover::after,
.head_box .daohang .active a::after {
	width: 100%;
	transform: translateX(-50%);
}
.head_box .right {
	display: flex;
}
.head_box .sousuok form {
	display: flex;
	align-items: center;
	position: relative;
}
.head_box .sousuok input,
.head_box .sousuok input:focus {
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 0 50px 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	width: 260px;
	color: #fff;
}
.head_box .sousuok input::-webkit-input-placeholder {
	color: #fff;
}
.head_box .sousuok input:focus {
	border: 1px solid #ffffff;
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.head_box .sousuok button {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 10px;
	cursor: pointer;
}
.head_box .sousuok button img {
	height: 25px;
}
.head_box .yuyan {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	transition: ease-in-out .5s;
	border: 1px solid transparent;
	margin-left: 10px;
	position: relative;
}
.head_box .yuyan a.mo {
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.head_box .yuyan img {
	margin-right: 5px;
	height: 22px;
}
.head_box .yuyan span {
	margin-left: 3px;
	transition: transform 0.5s ease;
}
.head_box .yuyan:hover span {
	transform: rotate(180deg);
}
.head_box .yuyan .xin {
	width: 100%;
	height: 0;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 100%;
	box-shadow: 0 0 4px 0 #ccc;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
	transition: height 0.5s ease;
}
.head_box .yuyan .xin a {
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
	line-height: 40px;
	display: block;
	color: #000;
}
.head_box .yuyan:hover .xin {
	display: block;
	height: 40px;
}
.banner {
	width: 100%;
	padding-top: 47%;
	position: relative;
}
.banner .swiper-container {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-slide .item {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
.banner .swiper-container .swiper-pagination {
	bottom: 5%;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	background: transparent;
	opacity: 1;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #fff;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(/skin/images/jiantou.png) !important;
	left: 3% !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(/skin/images/jiantou.png) !important;
	right: 3% !important;
	transform: rotate(180deg);
}
.banner .swiper-container .swiper-slide .item1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.banner .swiper-container .swiper-slide .item1 .text {
	display: flex;
	align-items: flex-end;
	padding-top: 8%;
}
.banner .item1 .text img {
	width: 15.5vw;
}
.banner .item1 .text p {
	margin-left: 30px;
	margin-bottom: 10px;
	color: #171c60;
	font-size: 1.25vw;
	width: 30vw;
}
.banner .swiper-container .swiper-slide .item2 .text {
	position: relative;
	padding-top: 8%;
	padding-left: 8%;
}
.banner .item2 .text img {
	width: 17.5vw;
}
.banner .item2 .text p {
	margin-bottom: 0.5vw;
	width: 25vw;
	margin-top: 1vw;
	color: #fff;
	font-size: 1.25vw;
}
.banner .item2 .text a {
	padding: 0.5vw;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 1.5vw;
	display: block;
	width: 10vw;
	text-align: center;
	font-size: 0.8vw;
}
.banner .item2 .text a:hover {
	background-color: #fff;
	color: #171c60;
}
.banner .swiper-container .swiper-slide .item3 .text {
	position: absolute;
	right: 11%;
	top: 30%;
}
.banner .item3 .text img {
	width: 26vw;
}
.banner .item3 .text p {
	margin-bottom: 0.5vw;
	width: 35vw;
	margin-top: 1vw;
	color: #fff;
	font-size: 1.25vw;
}
.sycp {
	padding: 80px 0;
}
.sycp_box {
	background: url(/skin/images/sycpbj.png) no-repeat scroll center center;
	background-size: cover;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sycp_box .left {
	width: 500px;
}
.sycp_box .title {
	font-size: 16px;
	color: #c00;
	font-weight: 700;
}
.sycp_box .futitle {
	font-size: 38px;
	line-height: 1.5;
	color: #222;
	font-weight: 800;
	margin: 15px 0;
}
.sycp_box .left a {
	height: 46px;
	line-height: 46px;
	color: #171c60;
	border: #171c60 solid 2px;
	display: block;
	margin-top: 30px;
	font-size: 14px;
	width: 150px;
	text-align: center;
}
.sycp_box .left a:hover {
	background-color: #171c60;
	color: #fff;
}
.sycp_box .right {
	width: 50%;
	margin-top: -3%;
}
.sycp .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.sycp .list li {
	width: 325px;
	padding: 10px 10px 30px 10px;
	margin-top: 20px;
	text-align: center;
}
.sycp .list li:hover {
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.sycp .list li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.sycp .list li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.sycp .list li p {
	margin: 15px 0 20px 0;
}
.sycp .list li a.more {
	padding: 6px 25px;
	border: #171c60 solid 1px;
	color: #171c60;
	border-radius: 30px;
}
.sycp .list li:hover a.more {
	background-color: #171c60;
	color: #fff;
}
.syys {
	padding: 80px 0;
	background: url(/skin/images/youshi.png) no-repeat fixed center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.syys .title {
	color: #cc0000;
	letter-spacing: 1px;
	font-weight: 700;
}
.syys .why {
	font-size: 38px;
	font-weight: 800;
}
.syys .dizhi {
	margin: 15px 0 50px 0;
}
.syys .list {
	display: flex;
	background-color: #00000050;
	justify-content: space-between;
	padding: 55px 0;
}
.syys .list li {
	width: 33.33%;
	border-right: 1px solid #ffffff50;
}
.syys .list li:last-child {
	border-right: none;
}
.syys .list li p {
	font-size: 48px;
}
.syys .list li span {
	color: #cccc;
}
.sygy {
	padding: 80px 0;
}
.sygy_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sygy .left {
	width: 45%;
}
.sygy .right {
	width: 52%;
}
.sygy .title {
	color: #cc0000;
	letter-spacing: 1px;
	font-weight: 700;
}
.sygy .guanyu {
	font-size: 38px;
	font-weight: 800;
	margin: 20px 0;
}
.sygy a {
	height: 46px;
	line-height: 46px;
	padding: 0 66px;
	border: 2px solid #171c60;
	display: inline-block;
	margin-top: 30px;
	color: #171c60;
	transition: all 0.5s ease;
}
.sygy a:hover {
	background-color: #171c60;
	color: #fff;
}
.syxw {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.syxw .biaoti {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.syxw .biaoti p {
	font-size: 38px;
	font-weight: 800;
	width: 50%;
}
.syxw .biaoti a {
	display: flex;
	align-items: center;
}
.syxw .biaoti a img {
	width: 15px;
	margin-left: 3px;
}
.syxw .biaoti:hover a {
	color: #171c60;
}
.syxw .biaoti:hover a img {
	margin-left: 6px;
}
.syxw .list {
	display: flex;
	justify-content: space-between;
}
.syxw .list li {
	width: 33.33%;
	border-right: 1px solid #ddd;
	padding: 30px 20px;
	transition: all 0.5s ease;
}
.syxw .list li:hover {
	box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);
}
.syxw .list li:last-child {
	border-right: none;
}
.syxw .list li .shijian {
	color: #171c60;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.syxw .list li .shijian img {
	width: 20px;
	margin-right: 3px;
}
.syxw .list li .title {
	color: #000;
	margin: 20px 0;
	font-weight: bold;
}
.syxw .list li .gengduo {
	color: #fff;
	padding: 10px 30px;
	background-color: #171c60;
	border: 1px solid #171c60;
	display: inline-block;
	border-radius: 40px;
	margin: 30px 0;
	transition: all 0.5s ease;
}
.syxw .list li:hover .gengduo {
	color: #171c60;
	background-color: #f5f5f5;
	border: 1px solid #171c60;
}
.syxw .list li .img {
	position: relative;
	padding-top: 66.67%;
}
.syxw .list li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.syxw .list li .heng {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin-top: 20px;
}
.syxw .list li:hover .heng {
	background-color: #171c60;
}
.foot {
	background-color: #1f1f21;
	padding: 80px 0;
}
.foot .top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #666;
}
.foot .top li {
	width: 20%;
	display: flex;
	align-items: center;
}
.foot .top li.logo {
	width: 12%;
}
.foot .top li p {
	color: #fff;
	line-height: 1.25;
}
.foot .top li .tubiao {
	width: 40px;
	margin-right: 20px;
}
.foot .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.foot .bottom li {
	width: 21%;
}
.foot .bottom .biaoti {
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.foot .bottom li p {
	color: #ccc;
	font-size: 15px;
}
.foot .bottom li p span {
	color: #aaa;
	display: block;
	margin-bottom: 15px;
}
.foot .bottom li form {
	margin-bottom: 10px;
}
.foot .bottom li .input {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-radius: 6px 6px 6px 6px;
	color: #d2d2d2;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.foot .bottom li .input input {
	background: unset;
	border: unset;
	padding: 15px;
	font-size: 15px;
	color: #d2d2d2;
	height: 50px;
	line-height: 50px;
}
.foot .bottom li .input input:focus {
	outline: none !important;
	background: unset;
	border: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.foot .bottom li button {
	background-color: unset;
	border: unset;
	height: 50px;
	padding: 15px;
	cursor: pointer;
}
.foot .banquan {
	color: #ccc;
	text-align: center;
	margin-top: 50px;
	font-size: 15px;
}
.xbanner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.xbanner .text {
	width: 80%;
}
.xbanner .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.xbanner .text p {
	font-size: 24px;
	margin-bottom: 10px;
}
.chanpin {
	padding: 80px 0;
}
.chanpin .biaoti {
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
}
.chanpin .list {
	display: flex;
	flex-wrap: wrap;
}
.chanpin .list li {
	width: 440px;
	border: 1px solid #aaa;
	padding: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.chanpin .list li:nth-child(3n) {
	margin-right: 0;
}
.chanpin .list li .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.chanpin .list li .img .img1,.chanpin .list li .img .img2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 1s ease;
}
.chanpin .list li .img .img2,
.chanpin .list li:hover .img .img1 {
	opacity: 0;
	visibility: hidden;
}
.chanpin .list li:hover .img .img2 {
	opacity: 1;
	visibility: visible;
}
.chanpin .list li .img .videotb {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 20px;
	width: 60px;
}
.chanpin .list li .title {
	font-size: 15px;
	margin: 5px 0 10px 0;
	text-align: center;
}
.page {
	display: flex;
}
.page a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	border: 1px solid #666;
	color: #666;
	margin-right: 5px;
}
.page .page-num-current {
	border: 1px solid #171c60;
	background-color: #171c60;
	color: #fff;
}
.chanpin_tu {
	display: flex;
	justify-content: space-between;
}
.chanpin_tuz {
	width: 45%;
	position: relative;
}
.chanpin_tuz .swiper {
	margin: auto;
	overflow: hidden;
	position: relative;
}
.chanpin_tuz .swiper-slide {
	position: relative;
	overflow: hidden;
}
.chanpin_tuz .swiper-slide img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.chanpin_tuz .main-swiper .swiper-slide:hover img {
	transform: scale(1.8);
}
.chanpin_tuz .swiper-slide img.magnify {
	transform-origin: center center;
}
.chanpin_tuz .swiper-thumbnail {
	margin-top: 10px;
}
.chanpin_tuz .swiper-thumbnail .swiper-slide {
	opacity: 0.6;
	cursor: pointer;
}
.chanpin_tuz .swiper-thumbnail .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #ee531b;
}
.chanpin_tuz .bofang {
	position: absolute;
	left: 20px;
	bottom: 120px;
	z-index: 88;
	cursor: pointer;
	opacity: 0.6;
}
.chanpin_tuz .bofang:hover {
	opacity: 1;
}
.chanpin_tuz .shipin {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
.chanpin_tuz .shipin video {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.chanpin_tuz .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: red;
	color: white;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 14px;
	z-index: 100;
}
.chanpin_tuy {
	width: 53%;
}
.chanpin_tuy .wzbt {
	font-size: 28px;
}
.chanpin_tuy .zixun {
	margin-top: 30px;
	border: 1px solid #ddd;
	padding: 30px 20px;
}
.chanpin_tuy .zixunt {
	font-size: 28px;
	color: #171c60;
	margin-bottom: 10px;
}
.chanpin_tuy .zixun form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chanpin_tuy .zixun input,
.chanpin_tuy .zixun textarea {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2%;
	padding: 10px;
	font-size: 16px;
	color: #333;
}
.chanpin_tuy .zixun input:focus,
.chanpin_tuy .zixun textarea:focus {
	border-bottom: 1px solid #333;
	outline: none !important;
	background: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.chanpin_tuy .zixun button {
	background-color: #171c60;
	color: #fff;
	border: unset;
	width: 30%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	font-size: 16px;
	border-radius: 20px;
}
.chanpin_xia {
	margin-top: 30px;
	border: 1px solid #ddd;
	padding: 30px 20px;
}
.chanpin_xiat {
	font-weight: bold;
	font-size: 18px;
}
.chanpin_sx {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.chanpin_sx p {
	background-color: #ddd;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.chanpin_sx p:hover {
	color: #171c60;
}
.chanpin_sx p a {
	line-height: 30px;
}
.xiangguan {
	position: relative;
}
.xiangguan .xgtit {
	font-size: 38px;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 10px;
}
.xiangguan .new-swiper {
	width: 92%;
}
.xiangguan .button-prev,
.xiangguan .button-next {
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 40px;
	opacity: 0.2;
	z-index: 999;
}
.xiangguan .button-prev:hover,
.xiangguan .button-next:hover {
	opacity: 0.6;
}
.xiangguan .button-prev {
	left: 0;
}
.xiangguan .button-next {
	right: 0;
}
.xiangguan .swiper-slide {
	border: 1px solid #aaa;
	padding: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.xiangguan .swiper-slide .img {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.xiangguan .swiper-slide .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.xiangguan .swiper-slide .title {
	font-size: 15px;
	margin: 5px 0 10px 0;
	text-align: center;
}
.guanyu1 {
	display: flex;
	background-color: #f5f5f5;
	align-items: center;
}
.guanyu1 .left {
	width: 50%;
	position: relative;
	padding: 80px 0;
}
.swiper-container {
	width: 100%;
}
.guanyu1 .indicator {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	font-size: 16px;
	background-color: #171c60;
	position: absolute;
	right: 0;
	width: 30%;
	height: 20%;
	bottom: 0;
	z-index: 99;
}
.guanyu1 .current-slide,
.guanyu1 .total-slides {
	color: #fff;
	width: 3em;
	text-align: center;
}
.guanyu1 .indicator-bar {
	width: 100px;
	height: 2px;
	background: #ffffff50;
	margin: 0 10px;
	position: relative;
}
.guanyu1 .indicator-bar-fill {
	height: 100%;
	background: #fff;
	width: 0%;
	position: absolute;
	top: 0;
	left: 0;
}
.guanyu1 .right {
	width: calc(50% - 220px);
	padding: 0 100px;
}
.guanyu1 .right .tit {
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 20px;
}
.guanyu1 .right p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-bottom: 8px;
}
.zhengshu {
	padding: 80px 0;
}
.zhengshu .ttt {
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: center;
}
.zhengshu .list {
	display: flex;
	justify-content: space-between;
}
.zhengshu .list li {
	width: 33%;
}
.changfang {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.changfang .ttt{
	text-align: center;
	margin-bottom: 20px;
}
.changfang .ttt p{
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: center;
}
.changfang .list {
	display: flex;
	justify-content: space-between;
}
.changfang .list li {
	width: 32%;
}
.changfang .list li .img {
	width: 100%;
	padding-top: 120%;
	position: relative;
	overflow: hidden;
}
.changfang .list li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s;
}
.changfang .list li:hover .img img {
	transform: scale(1.05);
	opacity: 0.5;
}
.changfang .list li .text {
	width: 100%;
	padding: 30px;
	text-align: center;
	transition: all 0.3s;
	background-color: #f5f5f5;
}
.changfang .list li:hover .text {
	transform: translateY(-70px);
}
.changfang .list li .text .p1 {
	color: #000;
	font-size: 20px;
	letter-spacing: 2px;
}
.changfang .list li .text .p2 {
	background: #1c4561;
	width: 30px;
	margin: 20px auto;
	height: 2px;
}
.changfang .list li .text .p3 {
	font-size: 15px;
	color: #333;
	font-weight: 400;
}
.xinwen {
	padding: 80px 0;
}
.xinwen .biaoti {
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
}
.xinwen .list li {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 20px;
	transition: all .5s;
}
.xinwen .list li a {
	display: flex;
	align-items: center;
}
.xinwen .list li .riqi {
	text-align: center;
	width: 11%;
}
.xinwen .list li .riqi .p1 {
	font-size: 26px;
}
.xinwen .list li .riqi .p2 {
	font-size: 14px;
}
.xinwen .list li .riqi .p3 {
	font-size: 18px;
}
.xinwen .list li .riqi .p3 span {
	font-size: 36px;
}
.xinwen .list li .img {
	width: 30%;
	padding-top: 18%;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	position: relative;
	margin: 0 3%;
}
.xinwen .list li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.8s;
}
.xinwen .list li:hover .img img {
	transform: scale(1.05);
	opacity: 0.5;
}
.xinwen .list li .text {
	width: 50%;
}
.xinwen .list li .text .p1 {
	font-size: 16px;
	font-weight: 700;
}
.xinwen .list li .text .p2 {
	font-size: 14px;
	line-height: 24px;
	margin: 12px 0 25px;
}
.xinwen .list li .text .p3 {
	border: 1px solid #dcdcdc;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 15px;
}
.xinwen .list li:hover {
	background-color: #171c60;
	color: #fff !important;
}
.xinwein {
	padding: 80px 0;
}
.xinwennb {
	border: 1px solid #ddd;
	padding: 40px 30px;
}
.xinwennb .p1 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.xinwennb .p2 {
	text-align: center;
	color: #333;
}
.xinwennb .p3 p {
	margin: 5px 0;
}
.xinwennb_sx {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.xinwennb_sx p {
	background-color: #ddd;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.xinwennb_sx p:hover {
	color: #171c60;
}
.xinwennb_sx p a {
	line-height: 30px;
}
.lianxi1 .lianxi1_box {
	display: flex;
	margin-top: -120px;
	z-index: 666;
	position: relative;
}
.lianxi1 .left {
	background-color: #f5f5f5;
	width: 50%;
	padding: 50px;
}
.lianxi1 .left .p1 {
	font-size: 38px;
	font-weight: 800;
}
.lianxi1 .left .p2 {
	display: flex;
	align-items: center;
}
.lianxi1 .left .p2 .r {
	font-size: 19px;
	font-weight: 700;
}
.lianxi1 .left .p2 .r span {
	font-size: 16px;
	font-weight: 700;
}
.lianxi1 .left .p3 {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.lianxi1 .left .p3 img {
	width: 20px;
	margin-right: 10px;
}
.lianxi1 .right {
	width: 50%;
}
.lianxi1 .right #container {
	width: 100%;
	height: 100%;
}
.lianxi2 {
	padding: 80px 0;
}
.lianxi2 .zixunt {
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
}
.lianxi2 form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lianxi2 form input {
	width: 49%;
	border: 1px solid #ccc;
	margin-bottom: 2%;
	padding: 15px;
	font-size: 16px;
	color: #333;
}
.lianxi2 form textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 2%;
	padding: 10px;
	font-size: 16px;
	color: #333;
}
.lianxi2 form button {
	border: 2px solid #171c60;
	color: #171c60;
	font-size: 15px;
	background-color: unset;
	width: 100%;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	transition: all 0.5s;
}
.lianxi2 form button:hover {
	border: 2px solid #171c60;
	background-color: #171c60;
	color: #fff;
}
.xuanfu{
	position: fixed;
	right: 1%;
	bottom: 25%;
	z-index: 9999999999;
}
.xuanfu li{
	background-color: #00000030;
	padding: 10px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.xuanfu .li1{
	border-top-left-radius: 23px;
	border-top-right-radius: 23px;
}
.xuanfu .li3{
	border-bottom-left-radius: 23px;
	border-bottom-right-radius: 23px;
}
.xuanfu .li1:hover,
.xuanfu .li2:hover{
	background-color: #171c60;
	border-top-left-radius: 0;
}
.xuanfu li img{
	width: 26px;
}
.xuanfu .li3 {
    padding: 5px;
}
.xuanfu .li3 img{
	width: 36px;
}
.xuanfu li p {
    position: absolute;
	display: none;
    right: 100%;
	background-color: #171c60;
	padding: 0 15px;
	height: 46px;
	line-height: 46px;
	border-bottom-left-radius: 23px;
	border-top-left-radius: 23px;
	color: #fff;
}
.xuanfu li:hover p {
    display: block;
}
@media screen and (max-width:1366px) {
	.head {
		display: none;
	}
	.header {
		display: block;
	}
	.w1360 {
		width: 100%;
	}
	/*头部通用*/
	.top1 {
		height: 60px;
		display: block;
	}
	.header {
		width: 100%;
		padding: 10px 0;
		background-color: #00000033;
		box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		z-index: 999;
	}
	.header_box {
		display: flex;
		justify-content: space-between;
		width: 94%;
		margin: 0 auto;
		align-items: center;
	}
	.head-logo {
		height: 35px;
		margin-left: 20%;
	}
	.head-logo a {
		display: block;
		height: 100%;
	}
	.head-logo img {
		height: 100%;
	}
	#top #nav {
		width: 21px;
		height: 18px;
		text-align: center;
		cursor: pointer;
	}
	#top .nav {
		width: 21px;
		height: 18px;
		background: url(../images/icont.png) no-repeat;
		background-size: 21px auto;
	}
	#top .close {
		width: 21px;
		height: 18px;
		background: url(../images/iconx.png) no-repeat;
		background-size: 21px auto;
	}
	/*subNav*/
	.subNav {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 60px;
		z-index: 999;
		background: rgb(0, 0, 0, 0.5);
		display: none;
	}
	.subNavCon {
		height: 100%;
		overflow-x: hidden;
	}
	.subNav li {
		width: 100%;
		display: block;
		line-height: 48px;
		margin: 0 auto;
		position: relative;
		background: #fff;
		border-top: 1px solid #eee;
	}
	.subNav li a {
		display: block;
		color: #000;
		font-size: 16px;
		padding: 0 20px;
	}
	.header .yuyan {
		font-size: 16px;
		color: #fff;
		cursor: pointer;
		height: 40px;
		transition: ease-in-out .5s;
		border: 1px solid transparent;
		margin-left: 10px;
		position: relative;
	}
	.header .yuyan a.mo {
		display: flex;
		align-items: center;
		height: 40px;
		line-height: 40px;
		padding: 0 5px;
		border: 1px solid #fff;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	.header .yuyan span {
		margin-left: 3px;
		transition: transform 0.5s ease;
	}
	.header .yuyan.active span {
		transform: rotate(180deg);
	}
	.header .yuyan .xin {
		width: 100%;
		height: 0;
		background-color: #fff;
		text-align: center;
		position: absolute;
		top: 100%;
		box-shadow: 0 0 4px 0 #ccc;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		overflow: hidden;
		transition: height 0.5s ease;
	}
	.header .yuyan .xin a {
		text-align: center;
		font-size: 16px;
		padding: 0 10px;
		line-height: 40px;
		display: block;
		color: #000;
	}
	.header .yuyan.active .xin {
		display: block;
		height: 40px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 13px !important;
		height: 22px !important;
		background-size: 13px 22px !important;
	}
	.banner {
		padding-top: 80%;
	}
	.banner .item1 .text img {
		width: 35vw;
	}
	.banner .item1 .text p {
		font-size: 2.2vw;
		width: 35vw;
	}
	.banner .swiper-container .swiper-slide .item3 .text {
		top: 25%;
	}
	.banner .swiper-container .swiper-slide .item2 .text {
		padding-top: 7%;
		padding-left: 11%;
	}
	.banner .item2 .text img {
		width: 32vw;
	}
	.banner .item2 .text p {
		margin-bottom: 1vw;
		width: 48vw;
		margin-top: 1.5vw;
		font-size: 3vw;
	}
	.banner .item2 .text a {
		padding: 0.5vw 1vw;
		margin-top: 1.5vw;
		width: 17vw;
		font-size: 2vw;
	}
	.banner .swiper-container .swiper-slide .item3 {
		background-position-x: right;
	}
	.banner .swiper-container .swiper-slide .item3 .text {
		right: 18%;
	}
	.banner .item3 .text img {
		width: 55vw;
	}
	.banner .item3 .text p {
		width: 52vw;
		font-size: 2.5vw;
	}
	.sycp {
		padding: 40px 0;
		background: #f5f5f5;
	}
	.sycp_box .left {
		width: 100%;
	}
	.sycp_box {
		display: block;
		background: #f5f5f5;
		padding: 0 20px;
	}
	.sycp_box .right {
		width: 100%;
		margin-top: 5%;
	}
	.sycp .list {
		padding: 0 20px;
	}
	.sycp .list li {
		width: 49%;
		background-color: #fff;
		margin-top: 2%;
	}
	.sycp .list li p {
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 3.5em;
	}
	.syys_box {
		padding: 0 20px;
	}
	.syys {
		padding: 40px 0;
	}
	.syys .list {
		flex-direction: column;
		align-items: center;
		background-color: unset;
		padding: 0;
	}

	.syys .list li {
		width: 100%;
		border: unset;
		margin-bottom: 20px;
		background-color: #00000050;
		padding: 40px 0;
	}
	.sygy {
		padding: 40px 0;
	}
	.sygy_box {
		padding: 0 20px;
		display: block;
	}
	.sygy .left {
		width: 100%;
	}
	.sygy .right {
		width: 100%;
		margin-top: 20px;
	}
	.syxw {
		padding: 40px 0;
	}
	.syxw_box {
		padding: 0 20px;
	}
	.syxw .list {
		display: block;
	}
	.syxw .list li {
		width: 100%;
		border-right: unset;
		border-bottom: 1px solid #ddd;
		padding: 30px 0;
		transition: all 0.5s ease;
	}
	.foot {
		padding: 40px 0;
	}
	.foot .top {
		display: block;
		border-top: 1px solid #666;
		padding: 20px;
	}
	.foot .top li {
		width: 100%;
		margin: 30px 0;
	}
	.foot .top li.logo {
		width: 35%;
	}
	.foot .bottom {
		display: block;
		padding: 0 20px;
	}
	.foot .bottom li {
		width: 100%;
		margin: 30px 0;
	}
	.xbanner img {
		width: 200%;
		max-width: 200%;
		margin-left: -50%;
	}
	.chanpin {
		padding: 40px 20px;
	}
	.chanpin .list li {
		width: 48.5%;
		margin-bottom: 3% !important;
		margin-right: 2% !important;
	}
	.chanpin .list li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.page {
		margin-top: 20px;
	}
	.chanpin_tu {
		display: block;
	}
	.chanpin_tuz {
		width: 100%;
	}
	.chanpin_tuy {
		width: 100%;
		margin-top: 40px;
	}
	.chanpin_sx {
		display: block;
	}
	.chanpin_sx p {
		width: 100%;
		margin: 10px 0;
	}
	.xiangguan .swiper-slide .title {
		display: inline-block;
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.guanyu1 {
		flex-direction: column-reverse;
		padding: 40px 20px;
	}
	.guanyu1 .right {
		width: 100%;
		padding: 0;
	}
	.guanyu1 .left {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.zhengshu {
		padding: 40px 20px;
	}
	.zhengshu .list {
		flex-wrap: wrap;
	}
	.zhengshu .list li {
		width: 48%;
		margin-bottom: 1%;
	}
	.changfang {
		padding: 40px 20px 20px 20px;
	}
	.changfang .list {
		display: block;
	}
	.changfang .list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.xinwen {
		padding: 40px 20px;
	}
	.xinwen .list li a {
		flex-direction: column;
	}
	.xinwen .list li .riqi {
		width: 100%;
	}
	.xinwen .list li .img {
		width: 100%;
		padding-top: 60%;
		margin: 3% 0 8% 0;
	}
	.xinwen .list li .text {
		width: 100%;
	}
	.xinwein {
		padding: 40px 20px;
	}
	.xinwennb_sx {
		display: block;
	}
	.xinwennb_sx p {
		width: 100%;
		margin: 10px 0;
	}
	.lianxi1 .lianxi1_box {
		display: block;
		padding: 0 20px;
		margin-top: -100px;
	}
	.lianxi1 .left {
		width: 100%;
		padding: 20px;
	}
	.lianxi1 .right {
		width: 100%;
		height: 300px;
	}
	.lianxi2 {
		padding: 40px 20px;
	}
	.lianxi2 form input {
		width: 100%;
	}
}