@charset "utf-8";

/* CSS Document */

@charset "utf-8";
body {
	margin: 0px;
	font-size: 12px;
	color: #3d2f1b;
	font-family: "微软雅黑"
}
* {
	padding: 0px;
	margin: 0px;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	list-style: none;
}
input, select {
	font: 100% Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
}
button {
	overflow: visible
}
img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
	border: 0
}
a:hover {
	color: #bd2a26;
	text-decoration: none;
}
input, select, button {
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
li {
	list-style: none;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
.header {
	position: fixed;
	z-index: 99;
	background: #fff;
	border-bottom: #eee 1px solid;
	width: 100%;
	left: 0;
	top: 0
}
.jianju {
	height: 100px;
	overflow: hidden;
	display: none;
}
.jianju2 {
	height: 100px;
	overflow: hidden;
}
.you {
	display: flex;
	align-items: center;
}
.top1 {
	width: 96%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	display: flex;
	align-items: center;
}
.logo img {
	height: 60px;
	width: auto;
}
.lange {
	background: #fff;
	border: #eee 1px solid;
	margin: 0 15px;
	padding: 0 5px;
	border-radius: 25px;
	display: flex;
	color: #666;
	line-height: 35px;
}
.lange a {
	display: block;
	padding: 0px 8px;
	color: #666;
	font-size: 14px
}
.lange a:hover {
	display: block;
	text-decoration: underline
}
.header .s_ch {
	width: 60px;
	border-left: #ccc 1px solid;
	text-align: center;
	color: #888;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .s_ch i {
	font-size: 20px;
}
.search {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 99;
	display: none;
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.2), inset 0px -10px 8px -10px rgba(0,0,0,0);
}
.search .container {
	position: relative;
	width: 94%;
	margin: 0 auto;
	max-width: 700px;
	padding: 30px 0;
}
.search .sc_gb {
	position: absolute;
	top: 50px;
	cursor: pointer;
	right: -50px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.search .sc_gb:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.search .sc_gb i {
	font-size: 26px;
	line-height: 50px;
	color: #bbb;
}
.search .sc_nr {
	width: 100%;
	margin: 20px auto;
	border: 2px solid #be2a26;
	border-radius: 100px
}
.search input {
	width: calc(100% - 90px);
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	float: left;
	padding-left: 15px;
	background: none;
	border: none;
	outline: none;
}
 .search input::placeholder {
color:#bbb;
}
.search button {
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #999;
	float: right;
	outline: none;
	background: none;
	border: none;
}
.search button i {
	font-size: 20px;
}
 @media only screen and (max-width:992px) {
.search {
	top: 50px;
}
.search .container {
	padding: 10px 0;
	padding-right: 60px;
	box-sizing: border-box
}
.search .sc_gb {
	right: 0;
	top: 30px
}
.jianju2 {
	height: 50px;
	overflow: hidden;
}
}
.header .an {
	position: absolute;
	right: 0;
	top: 0px;
	height: 100%;
	width: 50px;
	display: none;
	float: right;
	background: #bd2a26;
}
.header .an span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .an span.a1 {
	top: 14px;
	left: 10px;
}
.header .an span.a2 {
	top: 22px;
	left: 10px;
}
.header .an span.a3 {
	top: 30px;
	left: 10px;
}
.header .an.n span.a2 {
	display: none;
}
.header .an.n span.a1 {
	top: 22px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
	top: 22px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header .nav {
	width: 100%;
	margin: 0 auto;
}
.header .nav ul {
	display: flex;
	align-items: center;
	justify-content: center
}
.header .nav ul>li {
	height: 100px;
	width: auto;
	margin: 0 30px;
	font-size: 16px;
	line-height: 100px;
	float: left;
	text-align: center;
	position: relative;
}
.header .nav i {
	font-size: 14px;
	line-height: 100px;
	text-align: right;
	position: absolute;
	height: 100px;
	right: 10px;
	top: 0px;
	display: none;
}
.header .nav ul li a.o_lm {
	line-height: 100px;
	color: #222;
	margin: 0;
	display: block;
	position: relative
}
.header .nav ul li a.o_lm:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	opacity: 0;
	height: 2px;
	background: #bd2a26;
	transition: all 0.6s
}
.header .nav ul li:hover a.o_lm:after {
	content: "";
	width: 100%;
	opacity: 1;
	transition: all 0.6s
}
.header .nav ul li:hover a.o_lm {
	color: #bd2a26
}
.header .nav ul li.hover a {
	color: #bd2a26
}
.header .nav ul li.hover a.o_lm:after {
	content: "";
	width: 100%;
	opacity: 1;
	transition: all 0.6s
}
.header .nav ul ul {
	display: block
}
.header .nav .e_j {
	position: absolute;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	min-width: 140px;
	background: rgba(51,51,51,0.8);
	top: 100px;
	padding: 10px 0;
	display: none;
	z-index: 9999999999999;
	height: auto;
}
.header .nav ul li:hover .e_j {
	display: block;
}
.header .nav .e_j ul li {
	display: block;
	width: 100%;
	line-height: 40px;
	font-weight: normal;
	height: auto;
	text-transform: none;
	white-space: nowrap;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative
}
.header .nav .e_j ul li a {
	display: block;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	padding: 0;
}
.header .nav .e_j ul li a:hover {
	color: #fff;
	background: #bd2a26
}
 @media only screen and (max-width:1400px) {
.header .nav ul>li {
	margin: 0 20px;
	font-size: 16px;
}
}
 @media only screen and (max-width:1270px) {
.header .nav ul>li {
	font-size: 14px;
	margin: 0 15px;
}
.logo img {
	height: 40px;
	width: auto;
}
}
 @media only screen and (max-width:992px) {
.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	left: 0;
	z-index: 999;
}
.header .an {
	display: block;
}
.header .nav {
	width: 100%;
	height: 0;
	padding: 0;
	position: fixed;
	background-color: #fff;
	top: 50px;
	right: 0;
	margin: 0;
	overflow: auto;
	z-index: 9;
	border-top: #eee 0px solid;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.header .nav.on {
	height: 100%;
	padding: 2% 0%;
}
.header .nav ul {
	display: block
}
.header .nav ul li a.o_lm {
	padding: 0 0;
	display: block;
}
.header .nav i {
	display: block;
	color: #666;
	top: 0;
	right: 20px;
	line-height: 50px;
	height: 50px
}
.header .nav ul li {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header .nav ul li:hover i {
	color: #666
}
.header .nav ul li i {
	color: #666
}
.header .nav ul li.hover a.o_lm:after {
	content: none;
}
.header .nav ul li:hover a.o_lm:after {
	content: none;
}
.header .nav ul li a.o_lm {
	line-height: 50px;
}
.header .nav ul li:hover a.o_lm {
	background: none;
}
.header .nav .y_j {
	border-bottom: 1px solid #f1f1f1;
}
.header .nav .e_j {
	padding: 10px 0px;
	border-bottom: 0px solid #666;
	box-shadow: none;
	overflow: hidden;
	border-top: 0;
	background: none;
	position: inherit;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transform: none;
}
.header .nav .e_j ul li a {
	color: #666;
	padding: 0;
	font-size: 14px
}
.header .nav ul li:hover .e_j {
	display: none;
}
.header .nav .e_j.n {
	display: block !important;
}
.header .nav .e_j ul li {
	padding: 0
}
.logo {
	margin: 10px 0;
}
.logo img {
	height: 30px;
	width: auto
}
.tel {
	display: none;
}
.jianju {
	height: 50px;
	display: block;
	overflow: hidden
}
.lange {
	border: 0;
	margin: 0;
	margin-right: 60px;
}
.lange a {
	font-size: 14px
}
.header .s_ch {
	width: 40px;
}
.header .s_ch i {
	font-size: 14px;
}
}
.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.banner .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	opacity: 1
}
.banner .swiper-pagination-bullet-active {
	position: relative;
	border-radius: 0;
	overflow: hidden
}
.banner .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 4px;
	animation-name: example;
	animation-duration: 2s;
	background: #bd2a26;
}
 @keyframes example {
 from {
width:0
}
to {
	width: 100%;
}
}
.banner .swiper-button-next {
	width: 50px;
	height: 80px;
	background: none;
	right: 15px;
	text-align: center
}
.banner .swiper-button-next:after {
	font-family: 'iconfont';
	content: "\e613";
	color: #fff;
	position: relative;
	z-index: 2;
	line-height: 80px;
	text-align: center;
	font-size: 30px
}
.banner .swiper-button-prev {
	width: 50px;
	height: 80px;
	background: none;
	left: 15px;
	text-align: center
}
.banner .swiper-button-prev:after {
	font-family: 'iconfont';
	content: "\e615";
	color: #fff;
	position: relative;
	z-index: 2;
	line-height: 80px;
	text-align: center;
	font-size: 30px
}
.banner .w_z {
	width: 90%;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	text-align: center
}
.banner .kuan h2 {
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	text-align: center
}
.banner .kuan p {
	display: block;
	margin: 25px 0;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: lighter;
	text-align: center
}
.banner .kuan span a {
	display: block;
	width: 150px;
	margin: 0 auto;
	margin-top: 25px;
	line-height: 40px;
	text-align: center;
	background-image: linear-gradient(50deg, #e53728, #bc2a26);
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	transition: all 0.6s;
}
.banner .kuan span a:hover {
	background: #fff;
	color: #bc2a26;
	transition: all 0.6s;
}
 @media only screen and (max-width:1600px) {
.banner .kuan h2 {
	font-size: 30px;
}
.banner .kuan p {
	margin: 15px 0;
	font-size: 20px;
	line-height: 30px;
}
.banner .kuan span a {
	width: 150px;
	margin-top: 25px;
	line-height: 40px;
	font-size: 14px;
}
}
 @media only screen and (max-width:1400px) {
.banner {
	width: 100%;
	height: auto;
}
.banner .swiper-slide {
	width: 100%;
	height: auto;
}
.banner .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	opacity: 0.8
}
}
 @media only screen and (max-width:1270px) {
.banner .kuan h2 {
	font-size: 23px;
}
.banner .kuan p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 25px;
}
.banner .kuan span a {
	width: 120px;
	margin-top: 15px;
	line-height: 30px;
	font-size: 14px;
}
}
 @media only screen and (max-width:992px) {
.banner .kuan h2 {
	font-size: 18px;
}
.banner .kuan p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.banner .kuan span a {
	width: 100px;
	margin-top: 10px;
	line-height: 23px;
	font-size: 12px;
}
}
 @media only screen and (max-width:600px) {
.banner {
	height: 220px;
}
.banner .swiper-slide {
	height: 220px;
}
.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8
}
}
.bt1 {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.bt1 h3 {
	font-size: 45px;
	color: #222;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	font-weight: bold
}
.bt1 em {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 3px;
	background: #d12e2b
}
.sy1 {
	background: #f7f7f7;
	padding: 50px 0;
}
#lib_Tab1 {
	width: 96%;
	margin: 0px auto;
	max-width: 1600px;
	padding: 0px;
}
.lib_Menubox {
	position: relative;
	margin-top: 15px;
	height: 100px;
}
.lib_Menubox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	width: 100%;
	text-align: center;
}
.lib_Menubox li {
	float: left;
	display: inline-block;
	cursor: pointer;
	width: 16.66%;
	color: #666;
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 16px;
	position: relative;
}
.lib_Menubox li.hover {
	padding: 0px;
	width: 16.66%;
	color: #bd2a26;
	padding-top: 30px;
	padding-bottom: 15px;
	position: relative;
}
.lib_Contentbox {
	clear: both;
	margin-top: 0px;
	border-top: none;
	height: auto;
	background: #fff;
}
.lib_Menubox li em {
	display: block;
	font-size: 12px;
	font-style: normal
}
.lib_Menubox li.hover:after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 25px;
	background: #bd2a26;
	left: 50%;
	transform: translateX(-50%)
}
.lib_Menubox li.hover:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #bd2a26;
	left: 50%;
	transform: translateX(-50%)
}
.ppic {
	width: 55%;
	padding-bottom: 27.5%;
	position: relative;
	overflow: hidden
}
.ppic img {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	left: 0;
	top: 0;
	transition: all 0.6s
}
.ppic a:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s
}
.ppzi {
	width: 45%;
	padding: 20px 50px;
	box-sizing: border-box
}
.cpzs1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative
}
.cpzs1 .ppzi h1 {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 120px;
	color: rgba(102,102,102,0.1)
}
.cpzs1 .ppzi h2 {
	display: block;
	font-size: 18px;
	line-height: 35px;
	color: #666;
	margin: 20px 0;
	font-weight: normal
}
.cpzs1 .ppzi h3 {
	display: block;
	font-size: 35px;
	color: #bd2a26
}
.cpzs1 .ppzi p {
	display: block;
	font-size: 20px;
	color: #ddd;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif
}
.cpzs1 .ppzi em {
	display: block;
	width: 60px;
	height: 2px;
	background: #eee;
	margin-top: 20px
}
.cpzs1 .ppzi span a {
	display: block;
	width: 120px;
	line-height: 40px;
	color: #666;
	margin-top: 40px;
	transition: all 0.6s;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: all 0.6s
}
.cpzs1 .ppzi span a i {
	display: block;
	background: #bd2a26;
	color: #fff;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transform: translateX(5px);
	transition: all 0.6s
}
.cpzs1 .ppzi span a:hover i {
	transform: translateX(15px);
	transition: all 0.6s
}
.cpzs1 .ppzi span a:hover {
	color: #bd2a26
}
 @media only screen and (max-width:1400px) {
.cpzs1 .ppzi h3 {
	font-size: 23px
}
.cpzs1 .ppzi h1 {
	font-size: 80px
}
.cpzs1 .ppzi h2 {
	font-size: 14px;
	line-height: 25px;
	margin: 20px 0;
}
.cpzs1 .ppzi span a i {
	width: 23px;
	line-height: 23px;
}
.bt1 h3 {
	font-size: 35px;
}
}
 @media only screen and (max-width:992px) {
.bt1 {
	margin-bottom: 20px
}
.bt1 h3 {
	font-size: 23px;
}
.sy1 {
	padding: 20px 0;
}
.lib_Menubox {
	position: relative;
	margin-top: 15px;
	height: 140px;
}
.lib_Menubox li {
	width: 33.33%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}
.lib_Menubox li.hover {
	width: 33.33%;
	;
	padding-top: 15px;
	padding-bottom: 15px;
}
.lib_Menubox li.hover:after {
	width: 2px;
	height: 10px;
}
.cpzs1 {
	display: block
}
.ppic {
	width: 100%;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden
}
.ppzi {
	width: 100%;
	padding: 15px;
	box-sizing: border-box
}
.cpzs1 .ppzi h3 {
	font-size: 18px
}
.cpzs1 .ppzi h1 {
	font-size: 40px
}
.cpzs1 .ppzi h2 {
	font-size: 14px;
	line-height: 25px;
	margin: 10px 0;
}
}


.guanyu{ /*background:#f5fef9 url(/images/bg1.jpg) center right no-repeat;*/ background-size:auto 100%; overflow:hidden; padding:60px 0;}
.guanyu .container{ display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}
.sy_gypic{  width:45%; margin-right:1%; overflow:hidden}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}
.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}
.sy_gyzi em {
    width: 50px;
    height: 5px;
    background-color: #039846;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
}
.sy_gyzi{ width:50%; margin-right:2%}
.sy_gyzi h1{ display:block; color:#000; font-size:32px; font-weight:bold}
.sy_gyzi h2{ display:block; color:#333; font-size:20px}
.sy_gyzi p{ display:block;text-align: left; margin:10px auto; font-size:15px; line-height:40px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden}
.sy_gyzi span a{ display:block; background:#039846; width:160px; color:#fff; line-height:45px; border-radius:30px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ transition:all 0.6s}
@media only screen and (max-width:1200px){
.guanyu{  padding:20px 0;}
.sy_gyzi h1{ display:block; color:#039846; font-size:18px}
.sy_gyzi h2{ font-size:20px;display: inline-block;
    font-size: 0.36rem;
    font-weight: bold;
    color: #203A57; }
.sy_gyzi p{ display:block; margin:10px auto 20px; font-size:14px; line-height:25px; }
.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}

}

@media only screen and (max-width:992px){
.guanyu{ background:#f4f4f8 }
.guanyu .container{ display:block}
.sy_gypic{  width:100%;  overflow:hidden}
.sy_gyzi{ width:100%; margin-top:20px}

}


/*.guanyu {  background:#f9f9f9; padding:100px 0; 
	text-align: center;
	position: relative
}
.guanyu:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; background-image: linear-gradient(90deg, transparent ,#26445e); 
}
.gy1 {
	display: flex;
	justify-content: flex-end;
	width: 94%;
	margin: 0 auto;
	max-width: 1600px;
	overflow: hidden
}*/


.sy_gyzi{ width:48%; text-align:center; position:relative; z-index:22 }

.sy_gyzi h2{
    display: inline-block;
    font-size: 2.36rem;
    font-weight: bold;
    color: #222;}
.sy_gyzi h3{
display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #d12e2b;
    margin-left: 0.5rem;}
.sy_gyzi h2 em{ display:block; font-style:normal; font-size:18px; font-weight:normal; text-transform:uppercase;letter-spacing: 0px;}

.sy_gyzi span a{ display:block;  background:#bd2a26; margin:0 auto; width:160px; color:#fff; line-height:35px; border-radius:5px; text-align:center; font-size:14px; transition:all 0.6s; margin-top:30px}
.sy_gyzi span a:hover{ transform:translateY(-10px); transition:all 0.6s}

/*.sy_gyzi {
	width: 50%;
	text-align: left;
	position: relative;
	z-index: 22
}
.sy_gyzi h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 5px;
	text-align: center
}
.sy_gyzi h2 em {
	display: block;
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.sy_gyzi p {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-indent: 2em;
}
.sy_gyzi span a {
	display: block;
	background: #bd2a26;
	margin: 0 auto;
	width: 160px;
	color: #fff;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	transition: all 0.6s;
	margin-top: 30px
}
.sy_gyzi span a:hover {
	transform: translateY(-10px);
	transition: all 0.6s
}
.gy2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
	margin-bottom: 100px;
}
.gy2 ul {
	display: flex;
	justify-content: space-between;
}
.gy2 ul li {
	background: #d12e2b;
	border-top: #d12e2b 3px solid;
	padding: 30px 40px;
	box-sizing: border-box;
	width: 30%;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
}
.gy2 ul li:hover {
	transform: translateY(-20px);
	transition: all 0.6s
}
.gy2 ul li i img {
	width: 90px;
	height: auto;
	border: #fff 2px solid;
	border-radius: 50%
}
.gy2 ul li .td {
	width: calc(100% - 120px);
	text-align: left
}
.gy2 ul li .td h3 {
	display: block;
	font-size: 23px;
	color: #fff;
	margin-bottom: 10px;
}
.gy2 ul li .td p {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #fff
}*/
 @media only screen and (max-width:1600px) {
.sy_gyzi p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 35px;
}
.sy_gyzi span a {
	display: block;
	background: #bd2a26;
	width: 160px;
	color: #fff;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	transition: all 0.6s;
	margin-top: 20px
}
.sy_gyzi span a:hover {
	transform: translateY(-10px);
	transition: all 0.6s
}
}
 @media only screen and (max-width:1400px) {
.sy_gyzi p {
	font-size: 16px;
	line-height: 30px;
}
.gy2 ul li i img {
	width: 80px;
	height: auto
}
.gy2 ul li {
	padding: 30px;
}
.gy2 ul li .td {
	width: calc(100% - 100px);
}
.gy2 ul li .td h3 {
	font-size: 20px;
}
.gy2 ul li .td p {
	font-size: 14px;
	line-height: 25px;
}
}
 @media only screen and (max-width:1270px) {
.sy_gyzi p {
	font-size: 14px;
	line-height: 25px;
}
.gy2 ul li i img {
	width: 60px;
	height: auto
}
.gy2 ul li {
	padding: 15px;
}
.gy2 ul li .td {
	width: calc(100% - 70px);
}
.gy2 ul li .td h3 {
	font-size: 18px;
}
.gy2 ul li .td p {
	font-size: 12px;
	line-height: 23px;
}
}
 @media only screen and (max-width:992px){
	
.guanyu{ padding:30px 10px;}	
.gy1{ display:block}
.gy2{ margin-bottom:30px; }
	
.sy_gypic{ width:100%;   }
.sy_gyzi{ width:100%; text-align:left; margin-top:15px}
.sy_gyzi p{     display: block;
    margin: 10px auto 10px;
    font-size: 14px;
    line-height: 25px;}	
.sy_gyzi span a{  width:120px;  line-height:25px;  font-size:12px;  margin-top:10px}

.sy_gyzi h2{ font-size:20px;display: inline-block;
    font-size: 1.36rem;
    font-weight: bold;
    color: #222; }
.sy_gyzi h2 em{  font-size:14px; }
.sy_gyzi h3{
display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: #d12e2b;
    margin-left: 0.5rem;}


.gy2 ul{ display:block;}
.gy2 ul li{  width:100%; margin-bottom:15px}
.gy2 ul li i img{ width:40px; height:auto}
.gy2 ul li .td{ width:calc(100% - 50px);}

.gy2 ul li .td h3{  font-size:14px;  margin:0px auto }
.gy2 ul li .td p{  font-size:12px; line-height:20px;}


		
}
.sy3 {
	background: #f7f7f7 url(../images/bg1.jpg) center no-repeat;
	background-size: 100% auto;
	padding: 50px 0;
}
.xwxw {
	width: 94%;
	margin: 0 auto;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
}
.xwxw .xw1 {
	width: 49%;
	background: #fff
}
.xwxw .xw1 i {
	display: block;
	width: 100%;
	padding-bottom: 40%;
	position: relative;
	overflow: hidden
}
.xwxw .xw1 i img {
	position: absolute;
	width: 100%;
	object-fit: cover;
	transition: all 0.6s
}
.xwxw .xw1 i a:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s
}
.xwxw .xw1 .syxwzi {
	margin: 30px;
	overflow: hidden
}
.xwxw .xw1 .syxwzi h3 {
	font-size: 20px;
	line-height: 30px;
	display: block;
	font-weight: normal;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xwxw .xw1 .syxwzi h3 a:hover {
	color: #d12e2b
}
.xwxw .xw1 .syxwzi span.time {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #bbb
}
.xwxw .xw1 .syxwzi span.more1 {
	float: right;
}
.xwxw .xw1 .syxwzi span.more1 a {
	display: flex;
	align-items: center;
	color: #777;
	font-size: 14px
}
.xwxw .xw1 .syxwzi span.more1 a:hover {
	color: #d12e2b
}
.xwxw .xw1 .syxwzi span.more1 a:hover em {
	background: #d12e2b;
	color: #fff;
	border: #d12e2b 1px solid;
}
.xwxw .xw1 .syxwzi span.more1 em {
	display: block;
	width: 23px;
	line-height: 23px;
	text-align: center;
	border: #777 1px solid;
	border-radius: 30px;
	margin-left: 5px;
}
.xwxw .xw1 .syxwzi p {
	display: block;
	margin: 15px 0;
	font-size: 14px;
	line-height: 25px;
	color: #777;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.xwxw .xw2 {
	width: 49%
}
.xwxw .xw2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xwxw .xw2 ul li {
	background: #fff;
	padding: 30px;
	box-sizing: border-box
}
.xwxw .xw2 ul li:nth-child(2) {
	width: 49%;
	margin-top: 20px
}
.xwxw .xw2 ul li:nth-child(3) {
	width: 49%;
	margin-top: 20px
}
.xwxw .xw2 ul li h3 {
	font-size: 20px;
	line-height: 30px;
	display: block;
	font-weight: normal;
	color: #222;
}
.xwxw .xw2 ul li h3 a:hover {
	color: #d12e2b
}
.xwxw .xw2 ul li span.time {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #bbb
}
.xwxw .xw2 ul li span.more1 {
	float: right;
}
.xwxw .xw2 ul li span.more1 a {
	display: flex;
	align-items: center;
	color: #777;
	font-size: 14px
}
.xwxw .xw2 ul li span.more1 a:hover {
	color: #d12e2b
}
.xwxw .xw2 ul li span.more1 a:hover em {
	background: #d12e2b;
	color: #fff;
	border: #d12e2b 1px solid;
}
.xwxw .xw2 ul li span.more1 em {
	display: block;
	width: 23px;
	line-height: 23px;
	text-align: center;
	border: #777 1px solid;
	border-radius: 30px;
	margin-left: 5px;
}
.xwxw .xw2 ul li p {
	display: block;
	margin: 15px 0;
	font-size: 14px;
	line-height: 25px;
	color: #777;
	height: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}
 @media only screen and (max-width:1500px) {
.xwxw .xw2 ul li p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
}
 @media only screen and (max-width:1270px) {
.xwxw .xw1 .syxwzi h3 {
	font-size: 16px;
	line-height: 30px;
}
.xwxw .xw1 .syxwzi span.time {
	font-size: 12px;
	line-height: 23px;
}
.xwxw .xw1 .syxwzi p {
	margin: 15px 0;
	font-size: 12px;
	line-height: 23px;
	height: 46px;
}
.xwxw .xw2 ul li h3 {
	font-size: 16px;
	line-height: 25px;
}
.xwxw .xw2 ul li span.time {
	float: left;
	display: block;
	font-size: 12px;
	line-height: 23px;
	color: #bbb
}
.xwxw .xw2 ul li span.more1 a {
	font-size: 12px
}
.xwxw .xw2 ul li span.more1 em {
	display: block;
	width: 23px;
	line-height: 23px;
	text-align: center;
	border: #777 1px solid;
	border-radius: 30px;
	margin-left: 5px;
}
.xwxw .xw2 ul li p {
	display: block;
	margin: 15px 0;
	font-size: 12px;
	line-height: 23px;
	color: #777;
	height: 46px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
}
 @media only screen and (max-width:992px) {
.xwxw {
	display: block
}
.xwxw .xw1 {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px
}
.xwxw .xw1 .syxwzi {
	margin: 10px;
	overflow: hidden
}
.xwxw .xw1 .syxwzi p {
	margin: 5px 0;
}
.xwxw .xw2 {
	width: 100%
}
.xwxw .xw2 ul li {
	padding: 10px;
	box-sizing: border-box
}
.xwxw .xw2 ul li p {
	margin: 5px 0;
}
}
.sy2 {
	padding: 50px 0
}
.why {
	width: 96%;
	margin: 0 auto;
	max-width: 1600px;
}
.why ul {
	display: flex;
	justify-content: space-between;
}
.why ul li {
	width: 31%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	background: #d12e2b;
	padding: 20px;
	box-sizing: border-box
}
.why ul li i {
	display: block;
	width: 80px;
	height: 80px;
	padding: 5px;
	box-sizing: border-box;
	border: #fff 2px solid;
	border-radius: 100px;
}
.why ul li i img {
	width: 100%;
	height: auto;
}
.why ul li div {
	width: calc(100% - 110px)
}
.why ul li h3 {
	display: block;
	margin: 10px 0;
	font-size: 20px;
	color: #fff
}
.why ul li p {
	font-size: 14px;
	line-height: 25px
}
 @media only screen and (max-width:992px) {
.sy2 {
	padding: 20px 0
}
.why ul {
	display: block
}
.why ul li i {
	width: 60px;
	height: 60px;
	border: #fff 1px solid
}
.why ul li div {
	width: calc(100% - 80px)
}
.why ul li {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}
.why ul li h3 {
	font-size: 16px;
	margin: 5px 0;
}
.why ul li p {
	font-size: 12px;
	line-height: 23px
}
}
.sy4 {
	width: 94%;
	margin: 50px auto;
	max-width: 1600px
}
.yingyong ul {
	display: -webkit-flex;/*很多浏览器用到的内核*/
	display: -ms-flexbox;/*ie*/
	display: -webkit-box;/*苹果*/
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	display: flex;
	flex-direction: row;
	overflow: hidden
}
.yingyong ul li {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 400px;
	width: 25%; /* 让过渡表现良好。（从/到"width:auto"的过渡

                      至少在 Gecko 和 Webkit 上是有 bug 的。

                      更多信息参见 http://bugzil.la/731886 ） */
	-webkit-transition: width 0.7s ease-out;
	-ms-transition: width 0.7s ease-out;
	transition: width 0.7s ease-out;
	overflow: hidden;
	position: relative;
	letter-spacing: 5px;
	margin: 0 10px
}
.yingyong ul li:hover {
	width: 50%;
	writing-mode: horizontal-tb;
	letter-spacing: 0px
}
.yingyong ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s
}
.yingyong ul li .yyzi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-image: linear-gradient(180deg, transparent, #000);
	z-index: 99
}
.yingyong ul li .yyzi h3 {
	display: block;
	font-size: 25px;
	color: #fff
}
.yingyong ul li .yyzi p {
	display: none
}
.yingyong ul li:hover {
	background: #d12e2b;
}
.yingyong ul li:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.2;
	transition: all 0.6s
}
.yingyong ul li:hover .yyzi {
	background: none;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	text-align: center
}
.yingyong ul li:hover .yyzi h3:after {
	content: "";
	display: block;
	width: 2px;
	background: #fff;
	height: 30px;
	margin: 20px auto;
}
.yingyong ul li:hover .yyzi p {
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #fff
}
 @media only screen and (max-width:1400px) {
.yingyong ul li {
	height: 350px;
}
.yingyong ul li .yyzi h3 {
	font-size: 20px;
}
.yingyong ul li:hover .yyzi p {
	font-size: 14px;
	line-height: 23px;
}
.yingyong ul li:nth-child(1) {
	margin-bottom: 20px
}
}
 @media only screen and (max-width:992px) {
.yingyong ul {
	flex-wrap: wrap;
	justify-content: space-between;
}
.yingyong ul li {
	height: 160px;
	writing-mode: horizontal-tb;
	margin: 0;
	width: 49%;
	flex: none
}
.yingyong ul li .yyzi {
	padding: 15px
}
.yingyong ul li .yyzi h3 {
	font-size: 16px;
}
.yingyong ul li:hover .yyzi p {
	font-size: 14px;
	line-height: 23px;
}
.yingyong ul li:nth-child(1) {
	margin-bottom: 20px
}
.sy4 {
	margin: 20px auto;
}
.yingyong ul li:hover .yyzi h3:after {
	display: none;
}
.yingyong ul li:hover .yyzi p {
	display: none;
}
}
.footer {
	background-image: linear-gradient(50deg, #e5e6ea, #b3b4b9);
}
.foot1 {
	width: 94%;
	margin: 0 auto;
	max-width: 1600px;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dlink a {
	color: #222;
	font-size: 14px;
	padding-right: 20px
}
.dlink a:hover {
	color: #d12e2b;
	opacity: 1
}
.dbanquan {
	font-size: 14px;
	color: #222;
	margin-top: 15px;
	line-height: 25px
}
.dwx {
	width: 100px;
	margin: 0 30px
}
.dwx img {
	width: 100%;
	height: auto
}
.dwx p {
	display: block;
	font-size: 14px;
	color: #222;
	text-align: center;
}
.dlx p i {
	color: #d12e2b;
	padding-right: 5px
}
.dlx p {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #222;
}
.dlx p img {
	height: 15px;
	width: auto;
	padding-right: 5px;
	vertical-align: middle;
	opacity: 1
}
.dlogo img {
	width: 160px;
	height: auto
}
.foot2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1600px;
	padding-bottom: 30px;
	border-top: #bbb 1px solid;
	padding-top: 20px;
	font-size: 14px;
}
.foot2 a {
	padding-right: 20px
}
 @media only screen and (max-width:1270px) {
.foot1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.dlogo {
	display: none;
}
.dwx {
	width: 100px;
	margin: 15px 0
}
}
 @media only screen and (max-width:992px) {
.foot1 {
	padding: 15px 0
}
.foot2 {
	font-size: 12px;
	line-height: 23px;
	padding: 15px 0;
}
.dlink a {
	font-size: 12px;
}
.dwx p {
	font-size: 12px;
}
.dlx p {
	font-size: 12px;
}
.dbanquan {
	font-size: 12px;
	line-height: 23px
}
}
.nbanner {
	width: 100%;
	height: auto;
	position: relative;
	background: #000;
	font-size: 0;
	overflow: hidden;
}
.nbanner img {
	width: 100%;
	height: auto;
	opacity: 0.8
}
.nbanner .wzmc {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.nbanner .wzmc h3 {
	display: block;
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	font-weight: normal;
	padding-bottom: 10px
}
.nbanner .wzmc em {
	width: 60px;
	display: block;
	margin: 5px auto;
	height: 2px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	position: relative
}
.nbanner .wzmc span {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.nbanner .weizhi {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 9;
	text-align: right;
	font-size: 14px;
	color: #fff;
	bottom: 15px;
	height: auto
}
.nbanner .weizhi p {
	display: block;
	width: 96%;
	max-width: 1400px;
	margin: 0 auto
}
.nbanner .weizhi p a {
	color: #fff
}
 @media only screen and (max-width:1200px) {
.nbanner {
	width: 100%;
	height: 300px;
}
.nbanner img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.nbanner .wzmc h3 {
	font-size: 20px;
	padding-bottom: 0
}
.nbanner .wzmc span {
	font-size: 14px;
}
}
 @media only screen and (max-width:992px) {
.nbanner {
	width: 100%;
	height: 160px;
}
}
.hui {
	background: #f7f7f7;
	padding: 60px 0;
}
.jianjie {
	width: 94%;
	max-width: 1400px;
	margin: 50px auto;
	overflow: hidden
}
.nnbt {
	text-align: center;
	font-size: 30px;
	color: #2f2f2f;
	line-height: 45px;
	margin-bottom: 30px;
	font-weight: bold
}
.nnbt em {
	display: block;
	width: 40px;
	height: 3px;
	margin: 0 auto;
	background: #bd2a26;
}
.js1 {
	float: left;
	width: 45%;
	margin-top: 10px
}
.js1 img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.js2 {
	float: right;
	width: 50%;
	font-size: 20px;
	color: #414141;
	line-height: 40px
}
.js2 p {
	display: block;
	margin-bottom: 10px;
	position: relative;
	text-indent: 2em
}
 @media only screen and (max-width:1400px) {
.js2 {
	font-size: 16px;
	line-height: 35px
}
}
 @media only screen and (max-width:992px) {
.hui {
	padding: 30px 0;
}
.jianjie {
	margin: 20px auto;
}
.nnbt {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 15px
}
.js1 {
	float: none;
	width: 100%;
}
.js2 {
	float: none;
	width: 100%;
	font-size: 12px;
	color: #414141;
	line-height: 23px;
	padding-top: 15px;
}
}
.nmain {
	width: 94%;
	margin: 40px auto;
	max-width: 1400px;
}
.dhfl {
	float: left;
	width: 300px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(195,195,195,0.25);
	padding: 30px;
	padding-top: 0;
	box-sizing: border-box
}
.dhfl.on {
	position: fixed;
	top: 100px
}
.dhfl h3 {
	display: block;
	color: #222;
	line-height: 80px;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	border-bottom: #ddd 1px solid;
}
.dhfl ul li {
	margin-top: 5px;
	color: #666;
	font-size: 14px;
	position: relative;
	text-align: center
}
.dhfl ul li a {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	position: relative;
	font-size: 16px;
	transition: all 0.6s
}
.dhfl ul li a:hover {
	color: #b90b0c;
	transition: all 0.6s
}
.dhfl ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	opacity: 0;
	background: #b90b0c;
	transition: all 0.6s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0
}
.dhfl ul li a:hover:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #b90b0c;
	transition: all 0.6s;
	opacity: 1
}
.dhfl ul li.on a:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #b90b0c;
	transition: all 0.6s;
	opacity: 1
}
.dhfl ul li.on a {
	color: #b90b0c;
	transition: all 0.6s
}
.dhfl ul li.on:before {
	opacity: 1;
	transform: translateX(15px);
	transition: all 0.6s
}
.ndh {
	width: 94%;
	margin: 0 auto;
	max-width: 1400px;
	margin-top: 40px
}
.ndh ul {
	display: flex;
	justify-content: space-between;
}
.ndh ul li {
	width: 50%;
	text-align: center;
	margin: 10px
}
.ndh ul li a {
	display: block;
	background: #f7f7f7;
	color: #333;
	font-size: 16px;
	padding: 20px 0
}
.ndh ul li a:hover {
	background: #bd2a26;
	color: #fff
}
.ndh ul li.on a {
	background: #bd2a26;
	color: #fff
}
.ncplb {
	float: right;
	width: calc(100% - 350px)
}
.ncplb ul {
	position: relative;
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}
.ncplb ul li {
	float: left;
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 40px;
	box-sizing: border-box
}
.ncplb ul li i {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;/* border:#eee 1px solid;*/
	box-sizing: border-box
}
.ncplb ul li i img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 80%;
	width: auto;
	transition: all 0.6s
}
.ncplb ul li:hover i img {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
	transition: all 0.6s
}
.ncplb ul li:hover i {
	box-shadow: 0px 0px 15px rgba(195,195,195,0.75);
}
.ncplb ul li p {
	display: block;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	margin-top: 10px
}
 @media only screen and (max-width:1400px) {
.dhfl {
	float: left;
	width: 240px;
	padding: 15px;
	padding-top: 0
}
.dhfl ul li a {
	font-size: 14px;
}
.ncplb {
	float: right;
	width: calc(100% - 280px)
}
.ncplb ul {
	margin: 0 -10px;
}
.ncplb ul li {
	padding: 0 10px;
	margin-bottom: 20px
}
}
 @media only screen and (max-width:992px) {
.dhfl {
	float: none;
	width: 100%;
	margin-bottom: 20px
}
.ncplb {
	float: none;
	width: 100%
}
.dhfl.on {
	position: static;
	top: 0;
}
.ncplb ul {
	margin: 0 -5px;
}
.ncplb ul li {
	padding: 0 5px;
	width: 50%;
	margin-bottom: 20px
}
.ncplb ul li p {
	font-size: 12px;
	line-height: 23px;
}
.dhfl ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.dhfl ul li {
	margin: 10px 20px
}
.dhfl ul li a {
	line-height: 25px;
	font-size: 14px;
}
.dhfl h3 {
	line-height: 40px;
	font-size: 20px;
}
.nmain {
	margin: 20px auto;
}
.ndh {
	margin-top: 20px
}
.ndh ul li {
	margin: 2px
}
.ndh ul li a {
	font-size: 12px;
	padding: 10px 0
}
}
.hui2 {
	background: #f7f7f7;
	overflow: hidden
}
.cpxq1 {
	width: 96%;
	margin: 0 auto;
	max-width: 1400px;
	background: #fff;
	margin-top: 50px;
	padding: 30px;
	box-sizing: border-box
}
.cpxq2 {
	width: 96%;
	margin: 40px auto;
	max-width: 1400px;
}
.wrapper {
	position: relative;
	width: 550px;
	height: 450px;
	float: left;
	position: relative
}
.gotop {
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}
.gobottom {
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
}
.wrapper .smallBox {
	height: 450px;
	width: 80px;
	float: left;
}
.wrapper .smallBox li {
	width: 80px;
	height: 80px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	position: relative;
	overflow: hidden
}
.wrapper .smallBox li img {
	cursor: pointer;
	display: block;
	width: auto;
	height: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.wrapper .smallBox li.hover {
	border: 1px solid #bd2a26;
}
.wrapper #Box {
	height: 450px;
	width: 450px;
	position: relative;
	/*	border:1px solid #ccc;*/

	float: right;
	cursor: crosshair;
}
.wrapper #bigBox {
	height: 450px !important;
	width: 450px !important;
	position: absolute;
	top: 0px;
	left: 550px;
	overflow: hidden;
	display: none;
	border: 1px solid gray;
	background: #fff
}
.wrapper #bigBox img {
	max-width: inherit;
}
#Box img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}
#Box #lay {
	background: #fff;
	border: 1px solid gray;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	display: none;
	filter: alpha(opacity=50);
}
.box_wrapper {
	height: 270px;
	overflow: hidden;
	position: relative
}
.box_wrapper ul {
	margin: 0;
	position: relative;
	transition: all 0.8s ease-in-out;
}
.smallBox i {
	display: block;
	width: 100%;
	background: #eee
}
.cpxx {
	width: calc(100% - 600px);
	float: right
}
.cpxx h3 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	display: block;
	line-height: 30px;
	margin: 30px 0
}
.cpxx p {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #666
}
.cpxx span a {
	display: block;
	font-size: 16px;
	color: #bd2a26;
	margin-top: 30px
}
.cpxx span a i {
	padding-left: 10px;
	font-size: 20px
}
.bai {
	background: #fff;
}
#container {
	margin: 0 auto;
	width: 100%;
}
#container .section {
	background: #ffffff;
	margin-top: 20px;
	padding: 0px;
	padding-bottom: 20px;
}
.section-wrapper {
	margin-top: -160px;
	padding-top: 160px;
}
.maodian.on {
	position: fixed;
	top: 100px;
	width: 94%;
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%)
}
.maodian.on #nav {
	width: calc(100% - 440px);
	border-bottom: #eee 1px solid;
	box-sizing: border-box
}
#nav {
	background: #fff;
	list-style: none;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
	box-sizing: border-box;
}
#nav li {
	display: inline-block;
	margin-bottom: 0;
}
#nav a {
	display: block;
	padding: 0;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	position: relative
}
#nav a:hover {
	background: none;
	color: #bd2a26;
}
#nav .current a {
	background: #fff;
	color: #bd2a26;
	font-weight: bold;
	position: relative
}
#nav .current a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #bd2a26;
	left: 0;
	bottom: 0
}
.xqbt {
	border-bottom: #f4f4f4 1px solid;
	padding: 15px 20px;
	box-sizing: border-box
}
.xqbt h3 {
	display: block;
	color: #333333;
	font-size: 20px;
	border-left: #bd2a26 6px solid;
	padding-left: 10px;
}
.wzjs {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin: 30px;
}
.wzjs img {
	max-width: 100%;
	height: auto
}
.contain {
	width: 96%;
	margin: 90px auto;
	max-width: 1400px;
	overflow: hidden;
	position: relative;
}
.nlf {
	float: left;
	width: calc(100% - 420px)
}
.nrt {
	float: right;
	width: 380px
}
.canshu {
	font-size: 14px;
	line-height: 25px;
	color: #222;
	padding: 30px;
	box-sizing: border-box
}
.canshu td {
	background: #f9f9f9;
	padding: 10px;
	border: #fff 2px solid;
	box-sizing: border-box;
	font-weight: bold
}
.canshu td:nth-child(2n) {
	background: #e9ebe1;
	font-weight: normal;
}
.xqbt2 {
	text-align: center;
	padding: 35px 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.xqbt2 em {
	display: inline-block;
}
.tscp {
	width: 96%;
	margin: 0 auto;
	overflow: hidden
}
.tscp ul li {
	border: #f0f0f0 1px solid;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	box-sizing: border-box
}
.tscp ul li i {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden
}
.tscp ul li img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%
}
.tscp ul li p {
	display: block;
	color: #222;
	font-size: 14px;
	text-align: center;
	transition: all 0.6s
}
.tscp ul li:hover {
	border: #bd2a26 1px solid;
}
 @media only screen and (max-width:1270px) {
.cpxx h3 {
	font-size: 20px;
	margin: 20px 0
}
.cpxx p {
	font-size: 14px;
	line-height: 25px;
}
.nlf {
	float: left;
	width: calc(100% - 320px)
}
.nrt {
	float: right;
	width: 300px
}
.maodian.on #nav {
	width: calc(100% - 320px);
}
}
 @media only screen and (max-width:992px) {
.cpxq1 {
	margin-top: 20px;
	padding: 15px;
	box-sizing: border-box
}
.wrapper {
	float: none;
	width: 100%
}
.wrapper #Box {
	width: calc(100% - 100px);
}
.cpxx {
	width: 100%;
	float: none;
	margin-top: 15px
}
.nlf {
	float: none;
	width: 100%;
}
.nrt {
	float: none;
	width: 100%;
	margin-top: 20px
}
.maodian.on #nav {
	width: 100%;
}
.maodian.on {
	top: 50px;
	width: 100%
}
#nav {
	padding: 0 15px
}
.wzjs {
	margin: 15px;
	font-size: 12px;
	line-height: 23px
}
.canshu {
	font-size: 12px;
	line-height: 20px;
	padding: 15px;
	box-sizing: border-box;
}
.tscp ul {
	overflow: hidden;
	padding-bottom: 20px
}
.tscp ul li {
	float: left;
	width: 48%;
	margin: 1%;
	max-width: inherit;
	padding-bottom: 5px
}
.tscp ul li p {
	font-size: 12px;
	padding: 0 10px;
}
.xqbt2 {
	padding: 20px 0
}
}
 @media only screen and (max-width:600px) {
.wrapper .smallBox {
	height: 60px;
	width: 100%;
	float: none;
	margin-top: 10px
}
.wrapper {
	height: 300px;
}
.wrapper #Box {
	height: 230px;
	width: 100%;
	float: none;
	cursor: crosshair;
}
.wrapper .smallBox li {
	display: inline-block;
	width: 60px;
	height: 60px
}
.cpxx h3 {
	font-size: 18px;
	margin: 10px 0
}
.cpxx p {
	font-size: 12px;
	line-height: 23px;
}
.cpxx span a {
	display: block;
	font-size: 14px;
	margin-top: 20px
}
}
.hyyy ul {
	position: relative;
	margin: 0 -20px;
	overflow: hidden
}
.hyyy ul li {
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	float: left;
}
.hyyy ul li .yypic {
	display: block;
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
	background: #d12e2b
}
.hyyy ul li .yypic:after {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	box-sizing: border-box;
	border: #fff 1px solid;
	opacity: 0;
	top: 10px;
	left: 10px;
}
.hyyy ul li:hover .yypic:after {
	opacity: 1
}
.hyyy ul li .yypic img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.hyyy ul li:hover .yypic img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s
}
.hyyy ul li .yypic p {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.8));
	font-size: 16px;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	transition: all 0.6s
}
.hyyy ul li:hover .yypic img {
	opacity: 0.2
}
.hyyy ul li:hover .yypic p {
	font-size: 18px;
	position: absolute;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background: none;
	transition: all 0.6s
}
 @media only screen and (max-width:1400px) {
.hyyy ul {
	margin: 0 -10px;
}
.hyyy ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}
}
 @media only screen and (max-width:992px) {
.hyyy ul li {
	width: 50%
}
.hyyy ul li:hover .yypic img {
	opacity: 1
}
.hyyy ul li:hover .yypic p {
	transform: none;
	bottom: 0;
	font-size: 12px
}
.hyyy ul li .yypic p {
	font-size: 12px
}
.hyyy ul li:hover .yypic:after {
	opacity: 0
}
.hyyy ul {
	margin: 0 -5px;
}
.hyyy ul li {
	padding: 0 5px;
	margin-bottom: 10px;
}
}
.nxw2 ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	transition: all 0.6s;
	border: #eee 1px solid;
	box-sizing: border-box
}
.nxw2 ul li:hover {
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	transition: all 0.6s
}
.nxwpic {
	width: 30%;
	padding-bottom: 20%;
	position: relative;
	overflow: hidden;
}
.nxwpic img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s
}
.nxwpic a:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s
}
.nxwzi {
	width: 70%;
	padding-left: 25px;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden
}
.nxwzi h1 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px
}
.nxwzi h3 a {
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: normal
}
.nxwzi p {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin: 25px 0;
	color: #666;
	max-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.nxwzi span {
	display: block;
	text-align: center
}
.nxwzi span a {
	display: block;
	color: #fff;
	font-size: 12px;
	background: #bd2a26;
	width: 120px;
	line-height: 35px;
	border-radius: 50px;
}
.nxwzi span a:hover {
	background: #ee3b36;
	color: #fff;
}
.nxwzi span a i {
	display: inline-block;
	padding-left: 5px;
	transition: all 0.6s
}
.nxwzi span a:hover i {
	padding-left: 15px;
	transition: all 0.6s
}
 @media only screen and (max-width:1200px) {
.nxwzi h1 {
	margin-bottom: 10px
}
.nxwzi h3 a {
	font-size: 18px;
}
.nxwzi p {
	margin: 15px 0
}
}
 @media only screen and (max-width:992px) {
.nxw2 ul li {
	padding: 10px;
	margin-bottom: 15px;
	padding-right: 0
}
.nxwpic {
	width: 40%;
	padding-bottom: 25%;
}
.nxwzi {
	width: 60%;
	padding: 10px
}
.nxwzi p {
	display: none;
}
.nxwzi h3 a {
	font-size: 14px;
}
.nxwzi span a {
	line-height: 25px;
	margin-top: 10px;
	width: 100px;
	font-size: 12px
}
}
.DownloadCon {
}
.DownloadCon ul li {
	padding: 20px;
	background: #fff;
	padding-right: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	border: #eee 1px solid;
}
.DownloadCon ul li span {
	color: #333;
	font-size: 15px;
	display: block;
	float: left;
	border-left: 1px #ddd solid;
}
.DownloadCon ul li span:first-child {
	border-left: none;
}
.DownloadCon ul li span.span01 {
	width: calc(100% - 295px);
	box-sizing: border-box
}
.DownloadCon ul li span.span02 {
	width: 135px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
.DownloadCon ul li span.span03 {
	width: 160px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.DownloadCon ul li span a {
	display: block;
	color: #666
}
.DownloadCon ul li:hover {
	background-color: #bd2a26;
}
.DownloadCon ul li:hover span {
	border-left: 1px #fff solid;
	color: #fff;
}
.DownloadCon ul li:hover span:first-child {
	border-left: none;
}
.DownloadCon ul li:hover span a {
	color: #fff;
}
 @media only screen and (max-width:992px) {
.DownloadCon ul li {
	padding: 10px;
	padding-right: 0;
}
.DownloadCon ul li span.span01 {
	width: calc(100% - 110px);
	box-sizing: border-box
}
.DownloadCon ul li span.span02 {
	width: 80px;
	text-align: center;
	color: #999;
	font-size: 12px;
	display: none;
}
.DownloadCon ul li span.span03 {
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.DownloadCon ul li span {
	color: #333;
	font-size: 12px;
}
}
.lx1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lx01 {
	width: 50%;
	padding: 50px;
	box-sizing: border-box
}
.lx01 h3 {
	display: block;
	font-size: 25px;
	color: #333
}
.lx01 em {
	display: block;
	width: 60px;
	height: 2px;
	background: #e60012;
	margin-top: 10px;
	margin-bottom: 20px
}
.lx01 p {
	display: block;
	font-size: 16px;
	line-height: 35px;
	color: #666
}
.lx02 {
	width: 50%;
}
#map {
	height: 450px
}
.BMap_bubble_title {
	color: #bd2a26;
	font-weight: bold;
	font-size: 14px;
}
.BMapLabel {
	opacity: 0
}
.mainCon {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
	padding: 50px 100px;
	box-sizing: border-box;
	margin-top: 50px
}
.mainCon h3 {
	display: block;
	color: #14161C;
	font-size: 25px;
	margin-bottom: 25px;
	text-align: center
}
.mainCon .box {
	width: 96%;
	margin: 0 auto;
	overflow: hidden
}
.mainCon .box p {
	display: block;
	height: 42px;
	float: left;
	text-align: left;
	color: #969696;
	font-size: 16px;
	margin-right: 10px;
	overflow: hidden
}
.mainCon .box input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 60px;
	font-size: 16px;
	color: #999999;
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	box-sizing: border-box;
	border: #ccc 1px solid;
}
.mainCon .box ul li {
	position: relative;
	height: 48px;
	margin-bottom: 20px;
	overflow: hidden
}
.mainCon .box .input1 {
	background: url(../images/linkUsLy_icon01.png)#fff no-repeat 20px center;
	background-size: 20px auto
}
.mainCon .box .input2 {
	background: url(../images/linkUsLy_icon04.png)#fff no-repeat 20px center;
	background-size: 20px auto
}
.mainCon .box .input3 {
	background: url(../images/linkUsLy_icon05.png)#fff no-repeat 20px center;
	background-size: 20px auto
}
.mainCon .box .input4 {
	background: url(../images/linkUsLy_icon02.png)#fff no-repeat 20px center;
	background-size: 20px auto
}
.mainCon .box .liuyan {
	background: url(../images/linkUsLy_icon03.png)#fff no-repeat 20px 20px;
	background-size: 20px auto;
	border: 0;
	width: 100%;
	height: 152px;
	margin-bottom: 15px;
	outline: none;
	padding-left: 60px;
	padding-top: 20px;
	font-size: 14px;
	font-family: "微软雅黑";
	box-sizing: border-box;
	border: #ccc 1px solid;
}
.mainCon .box .tj {
	display: block;
	height: 45px;
	text-align: center;
	width: 100%;
	max-width: 140px;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	background: #bd2a26;
	text-decoration: none;
	margin: 0 auto;
	border: none;
}
 @media only screen and (max-width:992px) {
.lx1 {
	display: block
}
.lx01 {
	width: 100%;
	padding: 20px;
}
.lx01 h3 {
	display: block;
	font-size: 20px;
}
.lx01 p {
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #666
}
.lx02 {
	width: 100%;
}
#map {
	height: 200px
}
.mainCon {
	padding: 15px;
	margin-top: 20px
}
.mainCon .box .input1 {
	background: url(../images/linkUsLy_icon01.png)#fff no-repeat 12px center;
	background-size: 12px auto
}
.mainCon .box .input2 {
	background: url(../images/linkUsLy_icon04.png)#fff no-repeat 12px center;
	background-size: 12px auto
}
.mainCon .box .input3 {
	background: url(../images/linkUsLy_icon05.png)#fff no-repeat 12px center;
	background-size: 12px auto
}
.mainCon .box .input4 {
	background: url(../images/linkUsLy_icon02.png)#fff no-repeat 12px center;
	background-size: 12px auto
}
.mainCon .box .liuyan {
	background: url(../images/linkUsLy_icon03.png)#fff no-repeat 12px 12px;
	background-size: 12px auto;
	padding-left: 30px;
	padding-top: 8px
}
.mainCon .box input {
	padding: 0 30px 0 30px;
}
}
/*my*/

.ncontent {
	line-height: 180%;
	font-size: 16px;
}
.ncontent img {
	max-width: 100%;
}
.ncontent .bt3 {
	text-align: center;
	font-size: 18px;
	min-height: 30px;
	line-height: 180%;
	;
}
.ncontent .shijian1 {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.m_content {
	margin-top: 15px;
	line-height: 180%;
	font-size: 15px;
}
.m_content img {
	max-width: 100%;
	height: auto !important;
}
.shijian1 span {
	display: none;
}
 @media only screen and (max-width:760px) {
.ncontent .bt3 {
	font-size: 16px;
}
.m_content {
	font-size: 14px;
}
}
.xiaocms-page {
	margin-top: 30px;
	text-align: center;
}
.xiaocms-page a {
	display: inline-block;
	margin: 2px;
	min-width: 36px;
	height: 36px;
	border: 1px solid #e7e7e7;
	padding: 0 10px;
	line-height: 34px;
	text-align: center;
	color: #555;
	display: inline-block;
}
.xiaocms-page a:hover {
	background-color: #d81519;
	border: 1px solid #d81519;
	color: #fff;
}
.xiaocms-page span {
	display: inline-block;
	margin: 2px;
	min-width: 36px;
	height: 36px;
	border: 1px solid #d81519;
	color: #fff;
	padding: 0 10px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	background-color: #d81519;
}
 @media only screen and (max-width:640px) {
.xiaocms-page {
	margin-top: 10px;
}
.xiaocms-page ul li a, .xiaocms-page ul li span {
	min-width: 32px;
	height: 32px;
	padding: 0 10px;
	line-height: 30px;
}
}
.ncontenet img {
	max-width: 100%;
	height: auto;
}
