@charset "utf-8";

/*主导航菜单 2017.11.13*/

.MenuList_f1,
.MenuList_f1>ul {
	height: 100%;
	line-height: 100px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 17%;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.MenuList_f1>ul>li {
	position: relative;
	margin-left: 4%;
	display: inline-block;
	height: 100%;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
}

.MenuList_f1>ul>li:first-child,
.MenuList_f1>ul>li ul li:first-child {
	margin-left: 0;
}

.MenuList_f1>ul>li a {
	display: block;
}

.MenuList_f1>ul>li>:first-child {
	font-weight: normal;
	display: block;
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #222;
}

.MenuList_f1>ul>li:hover>:first-child,
.MenuList_f1>ul>li>:first-child.on {
	color: #e62129;
}

.MenuList_f1>ul>li>:nth-child(2) {
	transition: 0.3s ease 0s;
	opacity: 0;
	overflow: hidden;
	line-height: 3;
	height: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.96);
	left: 50%;
	z-index: 2;
	position: absolute;
	width: 100%;
	width: 150px;
	margin-left: -75px;
}

.MenuList_f1>ul>li:hover>:nth-child(2) {
	display: block;
	opacity: 1;
	height: auto;
}

.MenuList_f1>ul>li ul li {
	max-width: none;
	float: none;
	width: auto;
	padding: 0px;
}

.MenuList_f1>ul>li ul li a {
	text-transform: capitalize;
	width: 100%;
	overflow: hidden;
	display: block;
	color: #555;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.MenuList_f1>ul>li ul li a:hover {
	background: #f1f1f1;
	color: #e62129;
}

.MenuList_f1>ul>li>:first-child:after {
	transition: 0.3s ease 0s;
	content: '';
	z-index: -1;
	bottom: 0;
	left: 50%;
	background: #e62129;
	height: 3px;
	width: 0;
	position: absolute;
}

.MenuList_f1>ul>li:hover>:first-child:after,
.MenuList_f1>ul>li>:first-child.on:after {
	left: 0;
	width: 100%;
}


/*汉堡菜单PC*/


/*.test .menu-icon span:after { transform: rotateZ(-45deg); }
.test .menu-icon span:before { transform: rotateZ(45deg); }
.test .menu-icon span { background: transparent !important; }
.test .menu-icon span:before, .test .menu-icon span:after { bottom: 0 !important; top: 0 !important; }
.menu-icon span, .menu-icon span:before, .menu-icon span:after { transition: 0.3s ease 0s; display: inline-block; height: 3px; background: #fff; content: ''; width: 40px; }
.menu-icon span:before, .menu-icon span:after { position: absolute; left: 0; }
.menu-icon span:before { top: -12px; }
.menu-icon span:after { bottom: -12px; }
.menu-icon span { position: relative; margin: 0 auto; }
.menu-i { transition: 0.5s ease 0.5s; opacity: 0; top: 0; right: -100px; overflow: hidden; width: 100px; line-height: 100px; margin-left: 0; text-align: center; position: fixed; z-index: 1; }
.menu-icon { cursor: pointer; background: #e62129; }
.menu-i1 { transition: 0.3s ease 0.8s; opacity: 1; right: 0; }*/


/*---导航end------------------------------------------------------------------------------------------------------------------------*/


/*公用 class*/

.BannerShow_b1 img {
	width: 100%;
}

.page-box {
	margin: 5.3% auto;
	font-size: 16px;
	line-height: 1.8;
	width: 100%;
	color: #666;
	max-width: 1200px;
}

.public-a {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 180px;
	color: #e02028;
	font-size: 14px;
	height: 65px;
	line-height: 65px;
	border: 1px solid #e02028;
	text-align: center;
}

.public-a:hover i:before {
	transform: rotateZ(20deg);
}

.public-a:hover i {
	margin-left: 30px;
	/* transform: rotateX(180deg);*/
}

.public-a i {
	transition: 0.3s ease 0s;
	width: 14px;
	height: 1px;
	background: #e02028;
	margin-left: 50px;
}

.public-a i:before
/*,.public-a i:after*/

{
	transition: 0.3s ease 0s;
	content: '';
	display: block;
	height: 1px;
	width: 9px;
	background: #e02028;
	transform-origin: right;
	margin-left: auto;
}

.public-a i:before {
	transform: rotateZ(30deg);
}

.public-a:before {
	background: #e02028;
}

.public-a:hover {
	color: #fff;
}

.public-a:hover i,
.public-a:hover i:before {
	background: #fff;
}

.s2 li a:hover img {
	transform: scale(1.2);
}


/*--公用 class end-----------------------------------------*/


/*menu-box*/

.menu-box {
	height: 100px;
	text-align: center;
}


/*--menu-box end-----------------*/


/*logo*/

.menu-box>div {
	height: 100%;
	position: relative;
}

.logo {
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.logo a {
	height: 75%;
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	height: 100%;
}


/*--logo end------------------------------------------*/


/*language*/

.language_box {
	width: 100px;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.language_box a {
	transform: translate(-100px, 0);
	text-indent: 25px;
	font-size: 14px;
	display: inline-block;
	color: #fefefe;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	line-height: 100px;
	background: #e62129;
	text-align: left;
	vertical-align: top;
}

.language_box:hover a {
	transform: translate(0, 0);
}

.language_box:hover:after {
	animation: sanjiao 0.3s ease 0s;
}

.language_box a.on {
	/* background: #e62129; color: #fff; */
}

.language_box a:first-child {
	/* margin-left: 0;*/
}

.language_box.sanjiao-B:after {
	position: absolute;
	left: 65px;
	top: 50%;
	margin-left: 0;
	border-color: #fff transparent transparent transparent;
	border-width: 5px 5px 0;
	margin-top: -2.5px;
}

@keyframes sanjiao {
	50% {
		opacity: 0;
		transform: translateX(8px);
	}
}


/*--language end----------*/


/*banner 点*/

.BannerShow_b1 .swiper-pagination-bullet {
	width: 45px;
	background: #fff;
	height: 3px;
	vertical-align: bottom;
	opacity: 0.3;
	border-radius: 0;
}

.BannerShow_b1 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}

.BannerShow_b1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7.5px;
}

.BannerShow_b1 .swiper-pagination-bullet-active {
	opacity: 1;
}


/*ResTitle_a1*/

.ResTitle_a1 br {
	display: none;
}

.ResTitle_a1 span,
.ResTitle_a1 em {
	display: block;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
}

.ResTitle_a1 em {
	color: #e0d0b5;
}

.ResTitle_a1 span {
	color: #333;
}

.ResTitle_a1 span:before,
.ResTitle_a1 span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 2px;
	background: #e0d0b5;
}

.ResTitle_a1 span:before {
	margin-right: 20px;
}

.ResTitle_a1 span:after {
	margin-left: 20px;
}


/*s1*/

.s1 {
	padding: 75px 0;
	background: url(../images/bg1.jpg) no-repeat left top;
	background-size: 100% 100%;
}

.s1 .R {
	margin-left: 6.5%;
	width: 38.75%;
	margin-top: 3%;
}

.s1 .L {
	width: 49.2%;
}

.s1 .RT h1 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
}

.s1 .RT p {
	font-size: 16px;
	color: #666;
	text-transform: capitalize;
}

.s1 .RB p {
	-webkit-line-clamp: 5;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	max-height: 115px;
}

.s1 .RB:before {
	margin: 12% 0 8%;
	display: block;
	content: '';
	background: #e62129;
	width: 20px;
	height: 4px;
}

.s1-text {
	margin-top: 4%;
	position: relative;
	z-index: 1;
	padding: 3.5% 0;
}

.s1-text:before {
	content: '';
	width: 66.6666666%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	z-index: -1;
}

.s1 .public-a {
	right: 0;
	bottom: 0;
	position: absolute;
	background: #e02028;
	color: #fff;
}

.s1 .public-a i:before,
.s1 .public-a i
/*,.s1 .public-a i:after*/

{
	background: #fff;
}


/*.public-a i:after{margin-top:-1px;}*/


/*s2*/

.s2-imgbox {
	overflow: hidden;
}

.s2 {
	padding: 3.5% 0;
	background: #F2F2F2;
}

.s2 ul {
	margin: 3% 10px;
	width: auto;
}

.s2 li {
	overflow: hidden;
	max-height: 400px;
	height: 20.7vw;
	margin-bottom: 0.5%;
	position: relative;
	width: 33%;
	float: left;
	box-sizing: content-box;
	margin-left: 0.5%;
}
.s2 li:last-child{
	display: none;
}
.s2 li:nth-child(7){
	display: none;
}
.s2-imgText h4 {
	font-size: 30px;
	font-weight: normal;
}

.s2-imgText p {
	font-size: 16px;
	margin-top: 4%;
}

.s2-imgText {
	transition: 0.3s ease 0s;
	position: absolute;
	color: #E02028;
	text-transform: uppercase;
	left: 8%;
	bottom: 10%;
}

.s2 li a:hover .s2-img>.s2-imgText {
	opacity: 0;
	transition: 0.3s ease 0s;
}

.s2-img>.s2-imgText {
	transition: 0.3s ease 0.4s;
}

.s2-hover .s2-imgText {
	position: static;
}

.s2-hover {
	transition: 0.3s ease 0.4s;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(224, 32, 40, 0.2);
	top: 0;
	left: 0;
}

.s2 li a:hover .s2-hover {
	opacity: 1;
	transition: 0.3s ease 0s;
}

.s2 li a:hover .s2-hover:before,
.s2 li a:hover .s2-hover:after {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	transition: width 0.3s ease 0.1s, height 0.3s ease 0.4s;
}

.s2 li a:hover .s2-hover>div {
	opacity: 1;
	transition: 0.3s ease 0.3s;
}

.s2-hover:before,
.s2-hover:after {
	box-sizing: border-box;
	position: absolute;
	width: 0;
	content: '';
	height: 0;
	margin: 20px;
	transition: width 0.3s ease 0.3s, height 0.3s ease 0s;
}

.s2-hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	left: 0;
	top: 0;
}

.s2-hover:after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	right: 0;
	bottom: 0;
}

.s2-hover .s2-imgText p {
	margin-top: 2%;
}

.s2-ico span:before {
	content: '';
	display: block;
	width: 7px;
	height: 1px;
	background: #000;
	transform: rotateZ(30deg);
	margin-left: auto;
	transform-origin: right;
}

.s2-ico span {
	width: 14px;
	height: 1px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
}

.s2-ico {
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #000;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	margin-top: 9%;
}

.s2-hover>div {
	opacity: 0;
	margin-top: 20%;
	margin-left: 10%;
}

.s2 li a {
	display: block;
	height: 100%;
	width: 100%;
}
.s2 li:nth-child(3n+1) {
	margin-left: 0;
}



/*s3*/

.s3 {
	background: url(../images/bg2.jpg) no-repeat top left;
	background-size: 100% 100%;
	padding: 3% 0 4%;
}

#NewsList_a1 .newnr p {
	transition: 0.3s ease 0s;
	margin: 6% 0 9%;
	display: -webkit-box;
	font-size: 12px;
	color: #999;
	line-height: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 43px;
}

#NewsList_a1 .newnr b {
	transition: 0.3s ease 0s;
	display: block;
	font-size: 18px;
	color: #010101;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#NewsList_a1 i {
	display: block;
	transition: 0.3s ease 0s;
	font-size: 12px;
	color: #999;
}

#NewsList_a1 .data b,
#NewsList_a2 .data b {
	font-size: 18px;
	display: block;
}

#NewsList_a1 .data,
#NewsList_a2 .data {
	margin: 0 6% 23% 8%;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	border: 2px solid #333;
	color: #666;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 13px;
}

#NewsList_a1 li {
	height: 435px;
	margin-left: 1.4%;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	box-shadow: 6px 6px 6px #ccc;
}

#NewsList_a1 li:first-child {
	margin-left: 0;
}

#NewsList_a1 {
	margin: 3.5% 0 5%;
}

#NewsList_a1 a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 70px 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
}

#NewsList_a1 a:hover {
	padding-top: 0;
	
	padding-bottom: 30px;
}

#NewsList_a1 a:hover .newnr b,
#NewsList_a1 a:hover .newnr p,
#NewsList_a1 a:hover i {
	
}

#NewsList_a1 .newnr {
	transition: 0.3s ease 0s;
	bottom: 70px;
	position: absolute;
	margin: 0 6% 0 8%;
	width: 86%;
}

#NewsList_a1 img {
	max-height: 100%;
	transition: 0.5s linear 0s;
	width: 100%;
}

#NewsList_a1 a:hover .data {
	transition: 0.3s ease 0s;
	margin-bottom: 0;
	height: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	width: 0;
}

#NewsList_a1 a:hover .newimg {
	transition: 0.3s ease 0.2s;
	opacity: 1;
}

#NewsList_a1 .newimg {
	left: 0;
	opacity: 0;
	height: 260px;
	position: absolute;
	top: 0;
	width: 100%;
}

#NewsList_a1 a:hover .newnr p {
	margin-top: 4.5%;
	margin-bottom: 6%;
}

#NewsList_a1 a:hover .newnr {
	bottom: 30px;
}


/*s4*/


/*.m-L p { font-size: 18px; margin-top: 13px; color: #333; }
.m-L span:last-child { font-size: 12px; color: #999; text-transform: capitalize; }
.m-L span:first-child { font-size: 12px; color: #e62129; }
.m-L { float: left; width: 295px; height: 95px; padding-left: 25px; padding-top: 25px; }
.m-R { height: 120px; float: left; width: 140px; }
.m-R img { width: 100%; height: 100%; display: block !important; }
.BMap_pop.map-test>div:nth-child(9){ top: 32px !important; left: 110px !important; overflow: visible !important; width: 460px !important; display: block !important; height: 120px !important; background: #fff; }
.BMap_pop img { display: none; }
.map-box { height: 120px; position: relative; width:460px; }
.map-box:before { position: absolute; content: ''; border-style: solid; border-color: #fff transparent transparent #fff; border-width: 7px; bottom: -14px; }*/

.s4 .w-1200 {
	position: relative;
	z-index: 1;
}

.s4 .s4-T {
	padding: 45px;
	color: #fff;
	width: 400px;
	background: url(../images/bg3.jpg);
	position: absolute;
	top: 0;
	left: 0;
	height: 580px;
	box-sizing: border-box;
}

.ResTitle_a2 {
	margin-bottom: 55px;
	font-style: italic;
}

.ResTitle_a2 em,
.ResTitle_a2 span {
	display: block;
}

.ResTitle_a2 span {
	font-size: 24px;
}

.ResTitle_a2 em {
	font-style: italic;
	font-size: 36px;
}

.s4-T>p {
	margin-bottom: 50px;
	font-size: 48px;
	font-style: italic;
}

.s4 li {
	margin-bottom: 15px;
	font-size: 16px;
}

.s4 li p {
	vertical-align: text-top;
	line-height: 19px;
}

.s4 li p,
.s4 li img,
.s4 li span {
	display: inline-block;
}

.s4 li img,
.s4 li span {
	vertical-align: middle;
}

.s4 li img {
	width: 14px;
	margin-right: 10px;
}

.s4 li p:last-child {
	width: calc(100% - 77px);
}

.ResTitle_a2 br {
	display: none;
}

.ResTitle_a2:after {
	content: '';
	width: 40px;
	height: 4px;
	background: #fff;
	display: block;
	margin-top: 40px;
}

.ewm-L {
	width: 120px;
}

.ewm-R img {
	width: 22px;
	margin-bottom: 5px;
}

.ewm-R {
	font-size: 12px;
	line-height: 1.5;
	margin-left: 15px;
}

.ewm {
	top: 70px;
	right: 49px;
	position: absolute;
	text-align: left;
	margin-top: 0;
}

.s4 .pc-720 {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.s4 .pc-720 img {
	left: 50%;
	margin-left: -960px;
	height: 100%;
	z-index: -1;
	position: absolute;
}


/*footer*/

.footer-box a:hover {
	color: #e62129;
}

.footer-box {
	color: #fff;
	background: #444;
}

.footer-box .T {
	padding: 135px 0 60px;
}

.footer-box .B {
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	background: #353535;
}

.footer-box .B img {
	display: inline-block;
	vertical-align: middle;
}

.footer-box .TL {
	width: 27%;
}

.footer-box .TR {
	text-align: right;
	width: 66%;
	margin-left: 6%;
	position: relative;
}

.MenuItems>li:first-child {
	margin-left: 0;
}

.MenuItems>li {
	text-align: left;
	margin-left: 6%;
	vertical-align: top;
	display: inline-block;
}

.MenuItems>li>a {
	font-size: 16px;
}

.MenuItems>li>a:after {
	content: '';
	width: 15px;
	height: 2px;
	background: #e62129;
	display: block;
	margin-top: 15px;
}

.MenuItems>li>div {
	font-size: 14px;
	color: #ccc;
	line-height: 2.2;
	margin-top: 20px;
}

.footer-box .B span {
	margin: 0 3px;
}


/*public-page*/

.banner {
	position: relative;
}

.nav {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	position: absolute;
	bottom: 0;
}

.NavList_a1 {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.NavList_a1 li {
	width: auto;
	float: left;
}

.nav .w-1200 {
	position: relative;
}

#posT {
	font-size: 14px;
	background: url(../images/ico5.png) no-repeat left 3px;
	color: #ddd;
	top: 50%;
	right: 0;
	position: absolute;
	padding-left: 20px;
	margin-top: -9.5px;
}

.NavList_a1 a {
	z-index: 1;
	font-size: 14px;
	display: block;
	padding: 20px 25px;
	position: relative;
}

.NavList_a1 a:before {
	transition: 0.3s ease 0s;
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #e02028;
	height: 0;
}

.NavList_a1 a.on:before {
	height: 100%;
}

.NavList_a1 a.on:after {
	height: 0;
	margin-top: 0;
}

.NavList_a1 a:after {
	position: absolute;
	height: 15px;
	width: 1px;
	background: #999;
	top: 50%;
	margin-top: -7.5px;
	right: 0;
	content: '';
	transition: 0.3s ease 0s;
}

.ResTitle_a3 br {
	display: none;
}

.ResTitle_a3 span {
	font-size: 30px;
	color: #333;
}

.ResTitle_a3 em {
	font-size: 16px;
	color: #999;
	text-transform: capitalize;
}

.ResTitle_a3 em:before {
	content: '';
	height: 28px;
	width: 1px;
	background: #333;
	display: inline-block;
	vertical-align: sub;
	margin: 0 20px;
}

.ResTitle_a3 {
	margin-bottom: 55px;
	line-height: normal;
	position: relative;
	padding-left: 25px;
}

.ResTitle_a3:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #e8010b;
	top: 0;
	left: 0;
}

.ResTitle_a3:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid #e8010b;
	top: 2px;
	left: 2px;
}


/*rid-41*/

.rid-41 img,
.rid-39 img {
	margin-top: 30px;
	width: 100%;
}


/*newlist*/

#NewsList_a2 li {
	margin-bottom: 3.5%;
	height: 230px;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#NewsList_a2 li a {
	width: 100%;
	display: block;
	height: 100%;
}

#NewsList_a2 .newimg {
	width: 28%;
	overflow: hidden;
	float: left;
	height: 100%;
}

#NewsList_a2 img {
	transition: 0.5s linear 0s;
	width: 100%;
	height: 100%;
}

#NewsList_a2 .newnr b {
	transition: 0.3s ease 0s;
	display: block;
	font-size: 24px;
	color: #010101;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#NewsList_a2 .newnr p {
	margin: 25px 0;
	display: -webkit-box;
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 69px;
}

#NewsList_a2 .data {
	transition: 0.3s ease 0s;
	vertical-align: top;
	margin: 0 30px 0 60px;
	display: inline-block;
}

#NewsList_a2 .newnr {
	width: calc(72% - 180px);
	display: inline-block;
	vertical-align: top;
}

#NewsList_a2 i {
	font-size: 12px;
	color: #e02028;
}

#NewsList_a2 li a:hover .newnr b {
	color: #e02028;
}

#NewsList_a2 li a:hover img {
	transform: scale(1.1);
}

#NewsList_a2 li a:hover .data {
	background: #e02028;
	border-color: #e02028;
	color: #fff;
}


/*合作伙伴*/

.PhotoList_h1 li:nth-child(4n+1) {
	margin-left: 0;
}

.PhotoList_h1 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.PhotoList_h1 li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	width: 0;
	height: 100%;
}

.PhotoList_h1 li:hover img {
	transform: scale(1.1);
}

.PhotoList_h1 img {
	display: inline-block;
	vertical-align: middle;
	transition: 0.5s linear 0s;
	max-width: 90%;
	max-height: 80%;
}

.PhotoList_h1 p {
	display: none;
}

.PhotoList_h1 li {
	text-align: center;
	overflow: hidden;
	margin-bottom: 2.6%;
	margin-left: 2.6%;
	float: left;
	box-sizing: border-box;
	width: 23%;
	height: 130px;
	border: 1px solid #f3f3f3;
	transition: 0.3s ease 0s;
}

.PhotoList_h1 li:hover {
	border-color: #e02028;
}


/*rid-46*/

.rid-46 {
	line-height: normal;
}

.contat-title {
	margin-bottom: 55px;
	text-transform: uppercase;
}

.contat-title h3 {
	font-size: 36px;
	color: #e02028;
}

.contat-title p {
	font-size: 16px;
	margin-top: 10px;
	color: #999;
}

.rid-46 li {
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.rid-46 dd {
	margin-bottom: 35px;
	font-size: 24px;
	color: #333;
}

.rid-46 dt {
	margin-bottom: 20px;
}

.rid-46 dt img {
	margin-right: 10px;
	display: inline-block;
	width: 15px;
	vertical-align: middle;
}

.rid-46 dt span {
	width: calc(100% - 30px);
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

.rid-46 dl {
	width: 49%;
	margin-right: 2%;
}

.rid-46 dl:last-child {
	margin-right: 0;
}

.c-ewmbox div {
	margin-left: 30px;
}

.c-ewmbox p {
	color: #e02028;
	font-size: 16px;
	line-height: 1.5;
}

.c-ewmbox div img {
	margin-bottom: 15px;
	width: 36px;
}

.c-ewmbox>img {
	width: 160px;
}

.float-L {
	float: left;
}


/*map*/

.map-box {
	margin: 5.3% auto;
}


/*rid36*/

.rid-36 .PhotoList_i1 li:nth-child(3n+1),
.rid-36 .PhotoList_i1 li:nth-child(2n+1) {
	margin-left: 1.6%;
}

.rid-36 .PhotoList_i1 li:nth-child(4n+1),
.rid-36 li:nth-child(4n+1) {
	margin-left: 0;
}

.rid-36 li {
	margin-bottom: 3.5%;
	float: left;
	width: 23.75%;
	margin-left: 1.6%;
}

.rid-36 li a {
	color: #666;
	display: block;
	width: 100%;
	text-align: center;
}

.pro-img {
	background: #f3f4f2;
	box-sizing: border-box;
	height:219px;
	width: 100%;
	border: 2px solid transparent;
	overflow: hidden;
}

.pro-img:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin-left: -5px;
}

.rid-36 img {
	width: auto;
	transition: 0.5s linear 0s;
	vertical-align: middle;
	display: inline-block;
	max-width: 90%;
	
}

.rid-36 h3 {
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
	margin-top: 6%;
}

.rid-36 li a:hover img {
	transform: scale(1.1);
}

.rid-36 li a:hover {
	color: #e02028;
}

.pro-detail {
	position: relative;
}

.pro-detail select {
	right: 0;
	position: absolute;
	top: 0;
	border: 1px solid #eee;
	padding: 10px 30px;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
}

.rid-36 .PhotoList_i1 a {
	height: 330px;
	max-height: none;
}


/*rid43*/

.rid-43 .PhotoList_i1 a:before {
	display: none;
}






.map_box {
    position: relative;
    background: url(../images/bg_map.jpg) center no-repeat;
    display: block;
    height: 280px;
    margin-top: 2%;
}
.map_box .map {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bnt_map.png) center no-repeat;
}
.map_box .map:hover {
    background: url(../images/bnt_map.png) center 52px no-repeat;
}



.pro_down{
	float: right;
}
.pro_down img{
	width: 80%;
}
.pro_r h3{
	background: #E02028;
	color: #fff;
	border-bottom: 1px solid #E02028;
}
.pro_r p{
	font-size: 1em;
}








.lm-list05 {
    margin-top: -20px;
}
.lm-list05 li {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    height: 90px;
}
.lm-list05 .pic {
    width: 160px;
    float: left;
}
.lm-list05 .box-img {
    padding-top: 56%;
    position: relative;
	overflow: hidden;
	text-align: center;
}
.box-img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.lm-list05 .txt {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 100px;
    color: #666;
    position: relative;
}
.lm-list05 .txt h4 {
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
}
.lm-list05 .txt .date {
    color: #999;
    font-size: 13px;
}
.lm-list05 .btn-down {
    position: absolute;
    right: 20px;
    top: 0;
    width: 75px;
    line-height: 45px;
    padding-top: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    color: #999;
    background: url(../images/lm-pic30.png) no-repeat center 5px;
    font-size: 0.8em;
}
.lm-list05 .btn-down:hover {
    color: #E02028;
    background-image: url(../images/lm-pic31.png);
}