@charset "utf-8";
html,body {
	font-family: "微软雅黑", Open Sans;
	color: #444444;
 margin: 0;
 padding: 0;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #e62129;
	text-decoration: none;
}

.text-center{text-align:center;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	transition: 0.5s;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #e62129;
	color: #fff;
	transition: all 0.4s;
	font-style: normal;
}

.back-to-top:hover {
	bottom: 19px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 40px;
}

#header.header-scrolled,
#header.header-inner-pages {
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 12px 0;
}

#header.header-scrolled .logo a,
#header.header-inner-pages .logo a {
	color: #493c3e;
}

.fixed-top{    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;}
.align-items-center{ align-items: center!important;}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.container{width: 1170px;margin: 0 auto;overflow: hidden;}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.d-lg-block {
    display: block!important;
}
/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu>.mod>ul>li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 25px;
}

.nav-menu>.mod a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 15px;
	padding: 0 4px;
	letter-spacing: 0.4px;
	font-family: "微软雅黑";
	text-decoration: none;
}

.nav-menu>.mod>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #e62129;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu .mod a:hover:before,
.nav-menu .mod li:hover>a:before,
.nav-menu .mod .active>a:before {
	visibility: visible;
	transform: scaleX(1);
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #493c3e;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .first>a,
.nav-menu .drop-down ul li:hover>a {
	color: #e62129;
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}
.nav-menu .mod ul li{float:left;}

.header-scrolled .nav-menu>.mod>ul>li>a,
.header-inner-pages .nav-menu>.mod>ul>li>a {
	color: #493c3e;
}

/* @media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}

	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}

	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d";
	}
} */
/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #e43c5c;
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #493c3e;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #e43c5c;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {

	height: 100vh;
	background: url("../images/banner-bg.jpg") top center;
	background-size: cover;
	position: relative;
}
#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	/* width: 100%; */
}
#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}
#hero h3 {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 26px;
	padding: 10px 30px;
	margin-bottom: 30px;
	border-radius: 50px;
}
#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
}
#hero h2 {
	color: #eee;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 22px;
}
#hero .btn-get-started {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid #fff;
	color: #fff;
}
#hero .btn-get-started:hover {
	background: #e62129;
	border: 2px solid #e62129;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding: 30px 0;}
.section-wrapper{height:340px;/* width: 1170px; */}
.section-bg {background-color: white;}
.section-title {text-align: center;padding-bottom: 30px;}
.section-title h2 {
	letter-spacing: 1px;
	font-weight: 700;
	padding: 8px 20px;
	line-height: 1;
	margin: 0;
	color: #e62129;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
}
.section-title h3 {margin: 15px 0 0 0;font-size: 32px;font-weight: 700;}
.section-title h3 span {	color: #e43c5c;}
.section-title p {margin: 15px auto 0 auto;}
.section-item {width: 262px;margin: 0 15px;float: left;}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {font-weight: 600;font-size: 26px;}
.about .content ul {list-style: none;padding: 0;}
.about .content ul li {padding-left: 28px;position: relative;}
.about .content ul li+li {margin-top: 10px;}
.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #e43c5c;
	line-height: 1;
}
.about .content p:last-child {margin-bottom: 0;}
.about .content .btn-learn-more {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: #e43c5c;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #e43c5c;
}
.about .content .btn-learn-more:hover {background: #e43c5c;color: #fff;text-decoration: none;}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
	padding-bottom: 30px;
	width: 1170px;
	overflow: hidden;
	margin: 0 auto;
}
.services .icon-box {
	padding: 60px 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	text-align: center;
}
.services .icon-box::before {
	content: '';
	position: absolute;
	background: #fdeff2;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.4s;
	z-index: -1;
}
.services .icon-box:hover::before {
	background: #e62129;
	top: 0;
	border-radius: 0px;
}
.services .icon {
	margin-bottom: 15px;
}
.services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #e62129;
	font-style: normal;
	transition: all 0.3s ease-in-out;
}
.services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.services .title a {
	color: #111;
}
.services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}
.services .icon-box:hover .title a,
.services .icon-box:hover .description {
	color: #fff;
}
.services .icon-box:hover .icon i {
	color: #fff;
}
/*--------------------------------------------------------------
# Cta and incInvestment
--------------------------------------------------------------*/
.cta {
	background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../images/cta-bg.jpg") center center;
	background-size: cover;
	padding: 60px 0;
	background-attachment: fixed;
}
.cta1{background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../images/cta-bg1.jpg") center center;
     background-size: cover;
	 padding: 60px 0;
	 background-attachment: fixed;
	 }
.inv_left{float: left;width: 375px;margin: 15px 0;}
.inv_left .inv_left1 img{float: left;margin-right: 50px;}
.inv_left .inv_left2 img{ float: right;}
.inv_left  p{background:#e62129;color:#fff;height: 110px;line-height: 110px;padding: 0px 51px;margin: 15px 0;}
.inv_right{float:right;position:relative;margin: 30px 0;}
.inv_right p{ position:absolute; text-align:center; color:#fff; bottom:6px; width:100%;}
.cta h3 {color: #fff;font-size: 28px;font-weight: 700;}
.cta p {color: #fff;}
.cta .cta-btn {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}
.cta .cta-btn:hover {
	background: #e62129;
	border: 2px solid #e62129;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-container{overflow:hidden;}
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	margin: 0 3px 10px 3px;
	transition: all ease-in-out 0.3s;
	background: #ede9e9;
	border-radius: 50px;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #fff;
	background: #e62129;
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio .portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
	max-width: 350px;
	padding: 0 20px;
	float: left;
	position: relative;
}
.portfolio .portfolio-item img {
	position: relative;
	top: 0;
	width: 370px;
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 20px;
	right: 15px;
	bottom: 10px;
	width: 330px;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: #e62129;
	padding: 15px 20px;
}
.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.portfolio .portfolio-item .portfolio-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 50px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: white;
	transition: ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #f7c2cc;
}
.portfolio .portfolio-item .portfolio-info .details-link {
	right: 15px;
}
.portfolio .portfolio-item:hover img {
	top: -30px;
}
.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 0;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-info {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: -70px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}
/*--------------------------------------------------------------
  News Details
--------------------------------------------------------------*/
.news_detail{width: 540px;box-shadow: -4px 5px 15px #f1e9e9;float: left;}
.news_detail  dl dt{padding: 10px 15px;}
.news_detail  dl dd{color: #999;padding: 11px 15px;font-size: 14px;margin-left: 0;display: list-item;}
.news_detail dl dd span{padding-bottom: 6px;}
.news_item{width: 628px;float: left;}
.news_item ul{margin-top:0;}
.news_item ul li{box-shadow: -4px 5px 15px #f1e9e9;height:120px;list-style: none;margin-bottom: 29px;transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);}
.news_item ul li span{float:left;font-size:30px;font-weight:lighter; border-right: 1px solid #e0e0e0;margin: 40px 15px  40px;}
.news_item ul li:hover{ background:#e62129;color:#fff; box-shadow: -1px 2px 16px #e6212978;}
.news_item ul li:hover span ,.news_item ul li:hover div p,.news_item ul li:hover div{color:#fff;}
.news_item ul li div{float:left;padding: 35px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 470px;}
.news_item ul li div p{font-size:14px;color:#999;overflow: hidden;text-overflow:ellipsis;padding: 5px 0;margin: 0;}

/*--------------------------------------------------------------
# Contact 
--------------------------------------------------------------*/
.contact .info {
	width: 390px;
	background: #fff;
	float: left;
}
.contact .info i {
	font-size: 20px;
	color: #e43c5c;
	float: left;
	width: 44px;
	height: 44px;
	background: #fdeff2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: initial;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #493c3e;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 14px;
	color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #e62129;
	color: #fff;
}

.form-row{overflow:hidden;}
.contact .php-email-form {
	overflow: hidden;
	width: 780px;
	padding-top: 30px;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
	float: left;
}

.contact .php-email-form .validate {
	display: none;
	color: #e62129;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #e43c5c;
}

.contact .php-email-form input {
	height: 44px;
	float: left;
	padding-left: 12px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: #e43c5c;
	border: 0;
	padding: 15px 45px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
	font-family: "微软雅黑", Open Sans;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #d01d3f;
}
 .form-control {
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: "微软雅黑", Open Sans;
} 

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #444444;
	font-size: 14px;
	background: #f6f4f4;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .copyright{text-align:center;padding: 1.5rem 0;}
#footer .footer-top {
	padding: 30px   0;
	background: #fff;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
	width: 292px;
	float: left;
}

#footer .footer-top .footer-contact h4 {
	font-size: 22px;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-contact p {
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
	color: #777777;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
	width: 292px;
	float: left;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #777777;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #e43c5c;
}


/*二级页面样式开始*/
.content-b-l p a{ color: #fff;}
/* about */
.weizhi{border-bottom: 1px solid #eee;padding: 10px;line-height: 20px;/* float: left; */}
.weizhi span.iconfont{padding: 20px;background: url(../images/weizhi.png) no-repeat center center;margin-right: 10px;font-size: initial;}
#fenye {width: 100%;text-align: center;margin-bottom: 20px;}
#info {text-align: center;border-bottom: 1px dashed #7D7E7E;line-height: 28px;color: #6a5958;font-weight: normal;margin-bottom: 10px;}
.content{border: 1px solid #eee;margin: 30px auto !important;/* overflow: hidden; */}
.content-b-l {width: 280px;float: left;padding-top: 10px;}
.content-b-l ul li{line-height: 25px;border-bottom: 1px solid #eee;padding: 10px 20px;}
.content-b-l .about_nav p ,.content-b-l .about_contact p{padding: 8px 0;border-bottom: 1px solid #f7f7f7;text-align: center;font-size: 18px;background: #e62129;color: #fff;}
.content-b-l .about_nav ,.content-b-l .about_contact{border-bottom: 1px solid #eee;margin-bottom: 50px;padding: 0 15px 15px;line-height: 25px;font-size: 14px;}
.content-b-r {width: 885px;float: right;line-height: 25px;padding: 10px 0px 25px;/* min-height: 860px; */border-left: 1px solid #eee;}
.content-b-r p{padding: 10px 20px;text-align: justify;line-height: 32px;}
.content-b-r  #Pages p{padding: 10px 20px;text-align: center;line-height: 32px;}
.content-b-r  #Pages{text-align: center;}

/*news*/
.content-b-r ul li{ border-bottom: 1px solid #eee; padding: 8px 20px;}
.content-b-r ul li span {font: 14px/32px Microsoft YaHei,SimHei,SimSun; float: right; color: #666;}
/*分页*/
.fenye {line-height: 24px;text-align: center;margin: 20px 0;}
.page_list {overflow: hidden;padding: 6px 15px;}
.page_list a.on {background-color: #e62129;color:#fff;}
.page_list a {background-color: #e8e8e8;padding: 15px 15px;color: #999;}
.page_list a.num {background-color: #e8e8e8;}
.page_list a:hover {background-color: #e43c5c;padding: 15px 15px;color: #fff;}

/*product*/
.content-b-r dl{float: left;text-align: center;padding: 20px 14px 10px;/* padding-bottom: 10px; */width: 263px;margin: 0;}
.content-b-r dl  img{border: 1px solid #eee;width: 275px;}
.content-b-r dl dt{font-size: 16px;line-height: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-align: center;margin-bottom: 10px;}
.content-b-r dl dd{font-size: 12px;color: #666;}
.content-b-r .main3_more{overflow: hidden;height: 50px;padding: 15px; float: left;}
.m_pleft h3{background: #e62129;color:#fff;line-height: 30px;text-align: center;padding: 5px 0;}
/*newslist*/
.content-b-r .tc{text-align: center;font-size: 18px;border-bottom: 1px solid #EBEBEB;padding-bottom: 10px;margin-bottom: 10px;}
.content-b-r .right_md_laiy{padding: 10px 0;color: #bbb;font-size: 12px;text-align: center;}


.infoTtl h2{text-align:center;}

#certificateDetail_body .detail { padding-left:30px;}
#contact_body .detail { padding-left:30px;}