@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
}
a {
	color: #2A2A2A;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #D82043;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
::-moz-selection {
 color: #FFF;
 background: #D82043;
}
::selection {
	color: #FFF;
	background: #D82043;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table tr, table td {
	max-width: 100%;
	border: solid 1px #EEE;
}
.clear {
	zoom: 1;
	clear: both;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.container {
	width: 1380px;
	margin: 0 auto;
	position: relative;
}
html::-webkit-scrollbar {
 display: none;
}
body {
	color: #2A2A2A;
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
	background: #FFFFFF;
}
.pagetop {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	background: url(../images/pagetop.jpg) no-repeat center top;
}
.pagetop .fr {
	color: #FFF;
	font-size: 15px;
	padding: 0 0 0 30px;
	background: url(../images/icon-tel.png) no-repeat left center;
	background-size: 24px 24px;
}
.header {
	width: 100%;
	height: 70px;
	background: #FFF;
}
.header .logo {
	float: left;
}
.header .logo a {
	display: block;
	width: 212px;
	height: 48px;
	margin: 12px 0 0;
	background-size: 212px 48px;
}
.header .mnav {
	width: auto;
	height: 70px;
	float: right;
}
.header .mnav .nav {
	width: auto;
	height: 70px;
}
.header .mnav .nav ul {
	margin: 0;
	padding: 0;
	display: table;
}
.header .mnav .nav li {
	float: left;
	display: inline-block;
}
.header .mnav .nav li.relative {
	position: relative;
}
.header .mnav .nav li a {
	width: 140px;
	height: 70px;
	line-height: 70px;
	display: block;
	color: #373737;
	font-size: 15px;
	text-align: center;
}
.header .mnav .nav li .category-box {
	display: none;
}
.header .mnav .nav li .menu-box {
	display: none;
}
.header .mnav .nav li a:hover {
	color: #D82043;
	font-size: 15px;
	font-weight: bold;
}
.header .mnav .nav li:hover .category-box {
	display: block;
	width: 1220px;
	height: auto;
	padding: 30px;
	background: #FFF;
	border-top: 1px solid #EDEDED;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1258);
	position: absolute;
	top: 70px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 999999;
}
.header .mnav .nav li:hover .category-box::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(5, 84, 143, 0);
 background: #999;
}
.header .mnav .nav li:hover .category-box::-webkit-scrollbar {
 width: 5px;
 background: #999;
}
.header .mnav .nav li:hover .category-box::-webkit-scrollbar-thumb {
 background: #FF6E02;
 border: none;
}
.header .mnav .nav li:hover .category-box dl {
	width: 220px;
	float: left;
	margin: 0 30px 0px 0;
}
.header .mnav .nav li:hover .category-box dl:nth-child(5n) {
	float: right;
	margin: 0 0 0 0;
}
.header .mnav .nav li:hover .category-box h2 a {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.header .mnav .nav li:hover .category-box dt a {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.header .mnav .nav li:hover .category-box dd a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
}
.header .mnav .nav li:hover .list {
	width: 240px;
	float: left;
	margin: 0 15px 30px 0;
}
.header .mnav .nav li:hover .menu-box {
	display: block;
	width: 160px;
	height: auto;
	background: #FFF;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1258);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	position: absolute;
	top: 70px;
	left: -10px;
	z-index: 99999999;
}
.header .mnav .nav li:hover .menu-box dl {
	margin: 0;
	padding: 0;
}
.header .mnav .nav li:hover .menu-box dd a {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
}
.header .mnav .nav li:hover .menu-box dd a:hover {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: rgba(216, 32, 67, 1);
}
.header .mnav .nav li:hover .menu-box dd:last-child a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.header .mnav .nav .hover {
	font-size: 15px;
	color: #D82043;
	font-weight: bold;
}
.header .mnav .nav .hover a {
	color: #373737;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.isfixed {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.115);
	position: fixed;
	top: 0px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 999;
}
.fullSlide {
	width: 100%;
	height: 500px;
	background: #F5F5F5;
	position: relative;
	overflow: hidden;
}
.fullSlide .bd {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100%!important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 500px;
	overflow: hidden;
	background-size: cover !important;
}
.fullSlide .hd {
	width: auto;
	height: 65px;
	line-height: 65px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
	z-index: 1;
}
.fullSlide .hd ul {
	padding: 0 0 0 0;
	text-align: center;
}
.fullSlide .hd ul li {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 999px;
	cursor: pointer;
	border-radius: 25px;
	margin: 0 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.55);
	zoom: 1;
}
.fullSlide .hd ul .on {
	background: rgba(216, 32, 67, 1);
}
.fullSlide .prev {
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 5%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #000 url(../images/slider-arrow.png) no-repeat -118px -137px;
	cursor: pointer;
	display: none;
}
.fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 5%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #000 url(../images/slider-arrow.png) no-repeat -58px -137px;
	cursor: pointer;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 5%;
	display: none;
}
.bttit {
	width: 100%;
	margin: auto;
	padding-top: 73px;
	text-align: center;
}
.bttit span {
	color: #D82043;
	font-size: 32px;
	padding: 0px 20px;
	font-weight: bold;
}
.bttit p {
	color: #585858;
	font-size: 16px;
	line-height: 55px;
}
.hproduct {
	width: 1380px;
	margin: 50px auto 0 auto;
}
.hproduct .tabmenu ul {
	width: 1280px;
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
}
.hproduct .tabmenu li {
	display: inline-block;
	margin: 0 15px;
}
.hproduct .tabmenu li a {
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	color: #373737;
	font-size: 15px;
	border: 1px solid #373737;
	border-radius: 25px;
}
.hproduct .tabmenu li.hover a {
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	color: #FFF;
	font-size: 15px;
	border-radius: 25px;
	background: #D82043;
	border: 1px solid #D82043;
}
.hproduct .tabmain {
	width: 1380px;
	margin: 0 auto;
}
.hproduct .tabmain dl {
	width: 320px;
	float: left;
	margin: 32px 32px 0 0;
}
.hproduct .tabmain dl:nth-child(4n) {
	float: right;
	margin: 32px 0 0 0;
}
.hproduct .tabmain dt {
	width: 300px;
	height: 300px;
	margin-bottom: 15px;
}
.hproduct .tabmain dt img {
	width: 300px;
	height: 300px;
	border-radius: 5px;
}
.hproduct .tabmain dd {
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.hproduct .tabmain p {
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	background: rgba(0,0,0,0.55);
}
.hproduct .tabmain p:hover {
	background: rgba(216,32,67,0.85);
}
.habout {
	width: 100%;
	height: 439px;
	color: #FFF;
	margin: 30px 0 0;
	padding: 50px 0 0;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat top center;
}
.habout .fl {
	width: 600px;
}
.habout .fl img {
	width: 575px;
	height: 370px;
	border: 12px solid rgba(216,32,67,1);
}
.habout .fr {
	width: 730px;
	height: 439px;
	position: relative;
}
.habout .fr h2 {
	font-size: 25px;
	letter-spacing: 1px;
}
.habout .fr h2 span {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 10px 0 0;
}
.habout .fr p {
	margin-top: 20px;
	line-height: 28px;
	font-size: 15px;
	text-align: justify;
	margin-bottom: 15px;
}
.habout .more {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 45px;
}
.habout .more ul {
	margin: 0;
	padding: 0;
	display: table;
}
.habout .more li {
	display: inline-block;
}
.habout .more li a {
	display: block;
	width: 142px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	background: #FFF;
	text-align: center;
	margin: 0 15px 0 0;
}
.habout .more a:hover {
	color: #FFF;
	background: #D82043;
}
.habout .more a.hover {
	color: #FFF;
	background: #D82043;
}
#hyoushi {
	width: 100%;
	margin: 30px 0;
	padding: 50px 0;
	background: #EEE;
}
#hyoushi .title {
	width: 42%;
	color: #FFF;
	margin: 0 auto;
	position: relative;
}
#hyoushi .title h2 {
	font-size: 29px;
}
#hyoushi .title em {
	color: #DD0021;
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
}
#hyoushi .title span {
	color: #868686;
	margin: 0 15px;
}
#hyoushi .title p {
	width: 94%;
	color: #FFF;
	font-size: 15px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
}
#hyoushi .title p:after {
	content: '';
	width: 15px;
	height: 2px;
	background: #969696;
	position: absolute;
	top: 25px;
	left: 0;
}
#hyoushi .title p:before {
	content: '';
	width: 15px;
	height: 2px;
	background: #969696;
	position: absolute;
	top: 25px;
	right: 0;
}
#hyoushi .tabmenu {
	width: 1380px;
	margin: 0 auto;
}
#hyoushi .tabmenu ul {
	margin: 0;
	padding: 0;
}
#hyoushi .tabmenu li a {
	float: left;
	width: 280px;
	height: 62px;
	padding: 32px 20px;
	background: #E6F7FD;
}
#hyoushi .tabmenu li a dt {
	width: 54px;
	height: 54px;
	float: left;
	padding: 5px;
	border-radius: 54px;
	background: #FFFFFF;
}
#hyoushi .tabmenu li a dt img {
	width: 54px;
	height: 54px;
}
#hyoushi .tabmenu li a dd {
	float: right;
	width: 205px;
	height: 62px;
}
#hyoushi .tabmenu li a h2 {
	color: #373737;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
}
#hyoushi .tabmenu li a p {
	color: #868686;
	font-size: 15px;
	line-height: 32px;
}
#hyoushi .tabmenu .hover a {
	float: left;
	width: 280px;
	height: 62px;
	padding: 32px 20px;
	background: #D82043;
}
#hyoushi .tabmenu .hover a dt {
	width: 54px;
	height: 54px;
	float: left;
	padding: 5px;
}
#hyoushi .tabmenu .hover a dt img {
	width: 54px;
	height: 54px;
}
#hyoushi .tabmenu .hover a dd {
	float: right;
	width: 205px;
	height: 62px;
}
#hyoushi .tabmenu .hover a h2 {
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
}
#hyoushi .tabmenu .hover a p {
	color: #FFF;
	font-size: 15px;
	line-height: 32px;
}
#hyoushi .main {
	width: 1200px;
	padding: 40px;
	background: #FFF;
	position: relative;
}
#hyoushi .main dl {
	width: 620px;
	height: 385px;
	float: right;
	position: relative;
}
#hyoushi .main dl dt {
	color: #585858;
	font-size: 19px;
	font-weight: bold;
}
#hyoushi .main dl dd {
	width: 520px;
	height: 48px;
	margin-top: 18px;
	margin-bottom: 50px;
}
#hyoushi .main dl dd p {
	color: #585858;
	font-size: 15px;
	text-align: justify;
}
#hyoushi .main .plist {
	float: left;
	width: 190px;
	margin: 0 25px 0px 0;
}
#hyoushi .main .plist:nth-child(3) {
	float: right;
	margin: 0 0 0 0;
}
#hyoushi .main .plist .pic {
	width: 190px;
	height: 125px;
	overflow: hidden;
}
#hyoushi .main .plist .pic img {
	width: 190px;
	height: 125px;
	object-fit: scale-down;
}
#hyoushi .main .plist .txt {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	background: #D9D9D9;
}
#hyoushi .main .plist:hover .pic img {
	transform: scale(1.1);
}
#hyoushi .main .btn {
	position: absolute;
	left: 0px;
	bottom: 10px;
}
#hyoushi .main .btn a {
	display: inline-block;
	width: 142px;
	height: 39px;
	line-height: 39px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	margin: 0 28px 0 0;
	background: #4A4A4A;
}
#hyoushi .main .btn a:nth-child(1) {
	display: inline-block;
	width: 142px;
	height: 39px;
	line-height: 39px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	margin: 0 28px 0 0;
	background: #D82043;
}
#hyoushi .main .showpic {
	width: 540px;
	height: 385px;
	float: left;
	overflow: hidden;
	position: relative;
}
#hyoushi .main .showpic img {
	width: 540px;
	height: 385px;
	object-fit: cover;
}
#hyoushi .main .showpic:hover img {
	transform: scale(1.1);
}
#happly {
	width: 100%;
	padding: 30px 0 50px 0;
	background: url(../images/prodbg.jpg) no-repeat;
	background-size: cover;
}
#happly .main {
	width: 100%;
	margin-top: 35px;
}
#happly .main dl {
	width: 670px;
	height: 200px;
	float: left;
	position: relative;
	margin: 0 30px 30px 0;
	background: #F9F9F9;
}
#happly .main dl:nth-child(2n) {
	float: right;
	margin: 0 0 30px 0;
}
#happly .main dl dt {
	width: 245px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin: 0 30px 0 0;
	background: #F9F9F9;
}
#happly .main dl dt img {
	width: 245px;
	height: 200px;
	object-fit: cover;
}
#happly .main dl dd {
	display: block;
	height: 200px;
	padding: 0 30px 0 0;
}
#happly .main dl h2 {
	color: #313131;
	font-size: 17px;
	margin-top: 30px;
}
#happly .main dl p {
	color: #565656;
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}
#happly .main dl .more {
	width: 96px;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: #0E131F;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#happly .main dl:hover {
	background: #F5F5F5;
}
#happly .main dl:hover .more {
	background: #D82043;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.1s ease 0.2s;
	transition: all 0.1s ease 0.2s;
}
#hnews {
	width: 100%;
}
#hnews .tabmenu ul {
	width: 1280px;
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
}
#hnews .tabmenu li {
	display: inline-block;
	margin: 0 15px;
}
#hnews .tabmenu li a {
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	color: #373737;
	font-size: 15px;
	border: 1px solid #373737;
	border-radius: 25px;
}
#hnews .tabmenu li.hover a {
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
	color: #FFF;
	font-size: 15px;
	border-radius: 25px;
	background: #D82043;
	border: 1px solid #D82043;
}
#hnews .tabmain {
	width: 100%;
	margin-top: 35px;
}
#hnews .tabmain dl {
	width: 440px;
	float: left;
	cursor: pointer;
	margin: 0 30px 30px 0;
}
#hnews .tabmain dl:nth-child(3n) {
	float: right;
	margin: 0 0px 30px 0;
}
#hnews .tabmain dl dt {
	width: 440px;
	height: 195px;
	overflow: hidden;
}
#hnews .tabmain dl dt img {
	width: 440px;
	height: 195px;
	object-fit: cover;
}
#hnews .tabmain dl dd {
	width: 406px;
	height: 95px;
	padding: 15px;
	border-style: solid;
	border-color: #F5F5F5;
	border-width: 0px 3px 3px 1px;
}
#hnews .tabmain dl dd .date {
	width: 95px;
	height: 95px;
	float: left;
	background: #F5F5F5;
}
#hnews .tabmain dl dd .date .day {
	width: 80%;
	color: #585858;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 auto 5px auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
#hnews .tabmain dl dd .date .time {
	color: #585858;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
}
#hnews .tabmain dl:hover dd {
	width: 406px;
	height: 95px;
	padding: 15px;
	border-style: solid;
	border-color: #D82043;
	border-width: 0px 3px 3px 1px;
}
#hnews .tabmain dl:hover dd .date {
	background: #D82043;
}
#hnews .tabmain dl:hover dd .date .day {
	color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
#hnews .tabmain dl:hover dd .date .time {
	color: #FFF;
}
#hnews .tabmain dl dd .info {
	width: 290px;
	height: 95px;
	float: right;
	text-align: justify;
}
#hnews .tabmain dl dd .info h2 {
	width: 290px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	overflow: hidden;
}
#hnews .tabmain dl dd .info p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.hpartner {
	width: 100%;
	margin-bottom: 75px;
}
.hpartner .tabmain {
	width: 1380px;
	height: 250px;
	margin-top: 35px;
}
.hpartner .tabmain ul {
	width: 1380px;
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
}
.hpartner .tabmain ul li {
	display: inline-block;
	width: 153px;
	height: 80px;
	cursor: pointer;
	margin: 0 49px 49px 0;
	border: 1px solid #EDEDED;
}
.hpartner .tabmain ul li:nth-child(7n) {
	float: right;
	margin: 0 0 49px 0;
}
.hpartner .tabmain ul li img {
	width: 153px;
	height: 80px;
}
.hpartner .tabmain ul li:hover {
	width: 153px;
	height: 80px;
	background: #FFF;
	border: 1px solid #D82043;
}
.footer {
	width: 100%;
	color: #FFF;
	padding-bottom: 48px;
	background: #2E3033;
	border-top: 10px solid #D82043;
}
.footer .links {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #1a1d21;
}
.footer .links span {
	color: #fff;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #939393;
	padding-right: 10px;
}
.footer .links a:hover {
	color: #FFF;
}
.footer .bottom {
	border-top: 1px solid #464A50;
}
.footer .bNav {
	width: 558px;
	height: 220px;
	margin-top: 48px;
	border-right: 1px solid #1A1D21;
}
.footer .di_logo img {
	width: 111px;
	height: 111px;
	background-size: 100%;
}
.footer .bNav dl {
	display: inline-block;
	float: left;
	width: 139px;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}
.footer .bNav dl dt {
	height: 16px;
	display: block;
	padding-bottom: 32px;
}
.footer .bNav dl dt a {
	display: block;
	font-size: 16px;
	color: #FFF;
	line-height: 16px;
}
.footer .bNav dl dd {
	display: block;
	height: 14px;
	padding-bottom: 16px;
}
.footer .bNav dl dd a {
	display: block;
	font-size: 14px;
	color: #939393;
	line-height: 14px;
}
.footer .bNav dl dd a:hover {
	color: #D82043;
}
.footer .ewm {
	height: 220px;
	text-align: center;
	padding-left: 48px;
	margin-top: 48px;
	border-left: 1px solid #464A50;
}
.footer .ewm dl {
	width: 140px;
	float: right;
	display: block;
	margin-right: 30px;
	margin-top: 10px;
	height: 164px;
}
.footer .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.footer .ewm dl:first-child+dl {
	margin-right: 0px;
}
.footer .ewm dl dt {
	width: 140px;
	height: 140px;
	background: #FFF;
	text-align: center;
}
.footer .ewm dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}
.footer .ewm dl dd {
	font-size: 14px;
	color: #939393;
	line-height: 24px;
	padding-top: 5px;
}
.footer .contact_info {
	width: 525px;
	height: 220px;
	padding-left: 75px;
	border-right: 1px solid #1A1D21;
	border-left: 1px solid #464A50;
	margin-top: 48px;
}
.footer .contact_info p {
	color: #939393;
}
.footer .contact_info p.p1 {
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	padding-top: 10px;
}
.footer .contact_info p.dh {
	font-size: 36px;
	color: #FFF;
	font-family: "Arial";
	line-height: 36px;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 12px;
}
.footer .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}
.footer .contact_info p.tel {
	width: 270px;
	line-height: 24px;
	color: #939393;
	font-size: 14px;
}
.footer .contact_info p.mob {
	width: 450px;
	line-height: 24px;
	color: #939393;
	font-size: 14px;
}
.footer .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #FFF;
}
.footer .contact_info i a {
	display: inline-block;
	color: #FFF;
	padding-right: 12px;
}
.copyright {
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 12px;
	background: #27292B;
}
.copyright p {
	color: #939393;
}
.copyright span {
	margin: 0 6px;
}
.copyright a {
	color: #939393;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.copyright a:hover {
	color: #FFF;
}
.pagebanner {
	width: 100%;
	height: 400px;
	background: #F5F5F5;
}
.leftbar {
	width: 270px;
	float: left;
	margin: 50px 0;
}
.leftbar .ltitle {
	width: 270px;
	height: 70px;
	line-height: 70px;
	color: #FFF;
	background: #D82043 url(../images/i373.png) no-repeat 218px 25px;
}
.leftbar .ltitle h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	padding-left: 20px;
}
.leftbar .lmain {
	width: 270px;
}
.leftbar .lmain dl {
	margin: 0;
	padding: 0;
}
.leftbar .lmain dt a {
	display: block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding-left: 18px;
	background: url(../images/h373.png) no-repeat 90% center #FFF;
	border: 1px solid #D9D9D9;
	border-top: 0 none;
}
.leftbar .lmain dt a:hover {
	border-left: 3px solid #D82043;
	border-right: 1px solid #F5F5F5;
	background: url(../images/l373.png) no-repeat 90% center #FFF;
}
.leftbar .lmain dd a {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	display: block;
	font-size: 15px;
	padding-left: 18px;
	background: url(../images/h373.png) no-repeat 90% center #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0 none;
}
.leftbar .lmain dd a:hover {
	border-left: 3px solid #D82043;
	border-right: 1px solid #E5E5E5;
	background: url(../images/l373.png) no-repeat 90% center #FFF;
}
.leftbar .lmain dd a.hover {
	border-left: 3px solid #D82043;
	border-right: 1px solid #E5E5E5;
	background: url(../images/l373.png) no-repeat 90% center #FFF;
}
.leftbar .ctitle {
	width: 270px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	margin: 20px auto 0;
	border: 1px solid #E5E5E5;
	border-bottom: none;
	box-sizing: border-box;
}
.leftbar .ctitle h2 {
	width: 250px;
	height: 50px;
	line-height: 50px;
	color: #D82043;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
}
.leftbar .cmain {
	width: 270px;
	border: 1px solid #E5E5E5;
	border-top: none;
	box-sizing: border-box;
}
.leftbar .cmain ul {
	margin: 0;
	padding: 10px 10px 0 10px;
}
.leftbar .cmain li {
	width: 120px;
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
}
.leftbar .cmain li:nth-child(2n) {
	width: 120px;
	float: right;
	margin: 0 0 10px 0;
}
.leftbar .cmain li img {
	width: 120px;
	height: 120px;
}
.leftbar .cmain li p {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
.leftbar .cmain li p:hover {
	color: #D82043;
}
.leftbar .cmain h3 {
	line-height: 32px;
	color: #565656;
	font-size: 15px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
.leftbar .cmain p {
	line-height: 24px;
	color: #565656;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
}
.leftbar .cmain .zx {
	display: block;
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	margin: 20px auto 0;
	background: #585858;
}
.leftbar .cmain .zx em {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
	border-right: 1px solid #FFF;
	background: url(../images/i373.png) no-repeat;
	background-position: 3px -39px;
}
.leftbar .cmain .zx:hover {
	background: #D82043;
}
.rightbar {
	width: 1060px;
	float: right;
	margin: 50px 0;
}
.rightbar .rtitle {
	width: 1060px;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #EEE;
}
.rightbar .rtitle h2 {
	font-weight: normal;
}
.rightbar .pos {
	color: #686868;
	font-size: 12px;
	padding: 0 0 0 15px;
	background: url(../images/pos.png) no-repeat left center;
	position: absolute;
	top: 5px;
	right: 0px;
}
.rightbar .rmain {
	width: 1060px;
	padding: 32px 0;
}
.rightbar .rmain dl {
	float: left;
	width: 300px;
	padding: 15px;
	margin: 0 32px 32px 0;
	border: 1px solid #EEE;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.rightbar .rmain dl:nth-child(3n) {
	float: right;
	margin: 0 0px 32px 0;
}
.rightbar .rmain dl dt {
	width: 300px;
	height: 300px;
}
.rightbar .rmain dl dt img {
	width: 300px;
	height: 300px;
	object-fit: scale-down;
}
.rightbar .rmain dl h3 {
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: #202020;
	font-size: 15px;
	font-weight: bold;
}
.rightbar .rmain dl p {
	width: 300px;
	height: 40px;
	line-height: 20px;
	color: #686868;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rightbar .rmain dl .more {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	margin: 15px auto;
	border-radius: 25px;
	border: 1px solid #E5E5E5;
}
.rightbar .rmain dl:hover dt {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.rightbar .rmain dl:hover h3 {
	color: #D82043;
}
.rightbar .rmain dl:hover p {
	color: #181818;
}
.rightbar .rmain dl:hover .more {
	color: #FFF;
	background: #D82043;
}
.rightbar .rmain ul {
	margin: 0;
	padding: 0;
}
.rightbar .rmain li {
	height: 135px;
	padding: 15px;
	cursor: pointer;
	margin: 0 0 32px 0;
	border: 1px solid #EEE;
	border-radius: 10px;
	position: relative;
}
.rightbar .rmain li .pic {
	width: 180px;
	height: 135px;
	float: left;
	margin-right: 20px;
	background: #FFF;
}
.rightbar .rmain li .pic img {
	width: 180px;
	height: 135px;
}
.rightbar .rmain li h3 {
	height: 40px;
	line-height: 40px;
	color: #202020;
	font-size: 15px;
	font-weight: bold;
}
.rightbar .rmain li p {
	width: 68%;
	height: 50px;
	line-height: 25px;
	color: #686868;
	font-size: 14px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rightbar .rmain li .more {
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	margin: 15px 0;
	border-radius: 25px;
	border: 1px solid #E5E5E5;
	position: absolute;
	left: 220px;
	bottom: 0;
}
.rightbar .rmain li .date {
	display: block;
	width: 100px;
	height: 80px;
	padding: 10px 0;
	background: #EEE;
	position: absolute;
	top: 30px;
	right: 20px;
}
.rightbar .rmain li .date em {
	display: block;
	font-size: 29px;
	line-height: 30px;
	color: #868686;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #DDD;
}
.rightbar .rmain li .date span {
	display: block;
	color: #868686;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
}
.rightbar .rmain li:hover dt {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.rightbar .rmain li:hover h3 {
	color: #D82043;
}
.rightbar .rmain li:hover p {
	color: #181818;
}
.rightbar .rmain li:hover .more {
	color: #FFF;
	background: #D82043;
}
.rightbar .rmain li:hover .date em {
	display: block;
	font-size: 29px;
	line-height: 30px;
	color: #D82043;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #DDD;
}
.rightbar .rmain li:hover .date span {
	display: block;
	color: #D82043;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
}
.rightbar .rmain .piclist {
	float: left;
	width: 300px;
	padding: 15px;
	position: relative;
	margin: 0 32px 32px 0;
	border: 1px solid #EEE;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.rightbar .rmain .piclist:nth-child(3n) {
	float: right;
	margin: 0 0px 32px 0;
}
.rightbar .rmain .piclist .mark {
	display: none;
}
.rightbar .rmain .piclist .pic {
	width: 300px;
	height: 300px;
}
.rightbar .rmain .piclist .pic img {
	width: 300px;
	height: 300px;
	object-fit: scale-down;
}
.rightbar .rmain .piclist .txt {
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	background: #F5F5F5;
}
.rightbar .rmain .piclist:hover .mark {
	display: block;
	width: 300px;
	height: 300px;
	background: rgba(0,0,0,0.25) url(../images/look.png) no-repeat center;
	background-size: 64px 64px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 99;
}
.rightbar .rmain .piclist:hover .txt {
	color: #FFF;
	background: #D82043;
}
.rightbar .showmain {
	padding: 32px 0 0;
}
.rightbar .showmain .title {
	color: #2A2A2A;
	font-size: 23px;
	text-align: center;
}
.rightbar .showmain .bar {
	margin-top: 25px;
	text-align: center;
}
.rightbar .showmain .bar ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
}
.rightbar .showmain .bar li {
	display: inline-block;
	color: #585858;
	font-size: 12px;
	margin-right: 15px;
	padding-right: 15px;
}
.rightbar .showmain .desc {
	padding: 25px;
	margin-top: 25px;
	line-height: 25px;
	text-align: justify;
	background: #F9F9F9;
}
.rightbar .showmain .tag {
	padding: 0px 0 20px 0;
}
.rightbar .showmain .tag dl {
	margin: 0;
	padding: 0;
}
.rightbar .showmain .tag dt {
	display: inline-block;
	color: #686868;
	font-size: 14px;
}
.rightbar .showmain .tag dd {
	margin-right: 15px;
	display: inline-block;
}
.rightbar .showmain .tag dd a {
	color: #686868;
	font-size: 14px;
	margin-right: 15px;
}
.rightbar .showmain .tag dd a:hover {
	color: #05548F;
	font-size: 14px;
}
.rightbar .showmain .tag .dd {
	float: right;
	color: #3A3A3A;
	font-size: 14px;
	margin-top: 2px;
}
.rightbar .showmain .msginfo {
	padding: 45px 0 20px 0;
}
.rightbar .showmain .msginfo p {
	font-size: 14px;
	line-height: 28px;
	text-indent: 2em;
	text-align: justify;
}
.rightbar .showmain .pagelist {
	width: 100%;
	padding: 25px 0;
	position: relative;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.rightbar .showmain .pagelist ul {
	margin: 0;
	padding: 0;
}
.rightbar .showmain .pagelist li {
	width: 47%;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 0 0 2%;
	border-radius: 25px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
}
.rightbar .showmain .pagelist li:nth-child(2) {
	float: right;
	padding: 0 0 0 2%;
}
.rightbar .pagemain {
	width: 1060px;
	padding: 32px 0;
}
.rightbar .pagemain h2 {
	margin-bottom: 15px;
}
.rightbar .pagemain p {
	line-height: 25px;
	text-align: justify;
	margin-bottom: 15px;
}
.rightbar .pagemain hr {
	color: #DEDEDE;
	margin: 15px 0;
}
.rightbar .wenhuamain {
	width: 1060px;
	padding: 50px 0 0 0;
}
.rightbar .wenhuamain dl {
	width: 330px;
	height: 145px;
	float: left;
	color: #FFF;
	text-align: center;
	padding: 50px;
	margin: 50px 50px;
	border-radius: 10px;
	background: url(../images/adv11.jpg) no-repeat center;
}
.rightbar .wenhuamain dl:nth-child(1) {
	background: url(../images/adv11.jpg) no-repeat center;
}
.rightbar .wenhuamain dl:nth-child(2) {
	background: url(../images/adv22.jpg) no-repeat center;
}
.rightbar .wenhuamain dl:nth-child(3) {
	background: url(../images/adv33.jpg) no-repeat center;
}
.rightbar .wenhuamain dl:nth-child(4) {
	background: url(../images/adv44.jpg) no-repeat center;
}
.rightbar .wenhuamain dl dt {
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	padding: 10px 0;
	position: relative;
	background: rgba(216,32,67,0.90);
	border-top-left-radius: 15px;
	border-top-right-radius: 45px;
}
.rightbar .wenhuamain dl dt:before {
	content: ' ';
	width: 25px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 150px;
	bottom: 5px;
}
.rightbar .wenhuamain dl dd {
	font-size: 15px;
	height: 50px;
	line-height: 25px;
	padding: 10px 0 25px 0;
	background: rgba(216,32,67,0.90);
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 15px;
}
#pages {
	margin: 0px auto;
}
.cx-time-main {
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.cx-time-box {
	position: relative;
	width: 100%;
	height: auto;
}
.cx-time-main ul li {
	position: relative;
	padding: 10px 0;
	height: auto;
}
.cx-time-main ul li:nth-child(2n) {
	padding-left: 54%;
	text-align: left;
}
.cx-time-main ul li:nth-child(2n+1) {
	padding-right: 54%;
	text-align: right;
}
.cx-main-box::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: -8px 0 0 -8px;
	border-radius: 50%;
	z-index: 2;
	border: 2px solid #D82043;
}
.cx-main-box::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% + 6px);
	width: calc(4% - 6px);
	height: 2px;
	background: #D82043;
}
.cx-time-main ul li:nth-child(2n+1) .cx-main-box::after {
	left: auto;
	right: calc(50% + 6px);
}
.active::before {
	background: #D82043;
	border: 2px solid #D82043;
}
.cx-time-main ul li::before, .cx-time-main ul li::after {
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: calc(50% - 8px);
	left: 50%;
	background: #D82043;
	margin-left: -1px;
	padding: 50px 0;
}
.cx-time-main ul li::after {
	top: auto;
	bottom: 0;
}
.cx-main-box {
	display: inline-block;
	min-width: 40%;
	min-height: 40px;
	background: #D82043;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
}
.cx-time-main ul li em {
	color: #D82043;
	font-style: normal;
	font-weight: bold;
}
.cx-main-box.active em {
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}