/* 网站通用样式 Begin */
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
td,
th {
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, Verdana, Arial, Helvetica, sans-serif;
}

body {
	min-width: 1500px;
}

.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.remove-border {
	border-bottom-width: 0px !important;
}

/* 网站通用样式 End */

/* 首页顶部样式 Begin */
.pagetop {
	min-height: 35px !important;
	background: linear-gradient(to right, #00399D, #005FE9) !important;
}

.pagetop-container {
	width: 1500px;
}

.pagetop-container span {
	color: white;
	line-height: 35px;
}

.pagetop-container span:first-child {
	float: left;
}

.pagetop-container span:nth-child(2) {
	float: right;
}

/* 首页顶部样式 End */

/* 首页导航样式 Begin */
.navigation {
	height: 140px;
	width: 1500px;
}

.navigation-logo {
	float: left;
	margin-top: 31px;
}

.navigation-menu {
	float: right;
	display: block;
	margin-top: 48.25px;
}

.navigation-menu ul {
	list-style: none;
}

.navigation-menu ul li {
	display: inline;
	float: left;
	margin-left: 40px;
	line-height: 40px;
	width: 80px;
	text-align: center;
}

.navigation-menu ul li a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

.navigation-menu ul li a:hover {
	font-size: 18px;
	font-weight: bold;
}

.navigation-menu ul li a:hover::after {
	content: '';
	width: 60%;
	height: 0px;
	display: block;
	margin: 0 auto;
	border-bottom: 3px solid #005FEA;
}

.menu-active {
	font-size: 18px !important;
	font-weight: bold;
}

.menu-active::after {
	content: '';
	width: 60%;
	height: 0px;
	display: block;
	margin: 0 auto;
	border-bottom: 3px solid #005FEA;
}

/* 首页导航样式 End */
/* 首页BANNER样式 Begion */
.index-banner {}

/* 首页BANNER样式 End */
/* 首页搜索样式 Begion */
.index-search {
	height: 70px;
	background-color: #F8F8F8;
}

.index-search-container {
	width: 1500px;
}

.index-search-container div:first-child {
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 70px;
}

.index-search-container div:nth-child(2) {
	float: right;
	display: block;
}

.index-search-container div a {
	font-size: 14px;
	color: #666666;
	margin: 0px 10px;
	text-decoration: none;
}

.index-search-container div a:hover {
	font-size: 14px;
	font-weight: bold;
}

.index-search-container .input-group {
	margin-top: 18px;
}

.index-search-container .form-control {
	border-radius: 20px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.index-search-container .input-group-addon {
	border-radius: 20px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	background-color: #85CF75 !important;
	padding: 0px !important;
}

/* 首页搜索样式 End */
/* 首页产品样式 Begin */
.index-product {
	width: 1500px;
}

.index-product-top {
	margin: 50px 0px;
	text-align: center;
}

.index-product-bottom {
	margin: 0 auto;
	width: 218px;
	height: 60px;
}

.index-product-bottom a {
	width: 218px;
	height: 60px;
}

.index-product-bottom a span {
	display: block;
	width: 218px;
	height: 60px;

	background: url(../image/index_pro_btn.png);
}

.index-product-bottom a span:hover {
	background: url(../image/index_pro_hover.png);
}

.index-product-middle {}

.index-product-info-first {
	float: left;
	width: 470px;
	height: 190px;
	background-image: url(../image/index_pro_bg.png);
	margin-bottom: 45px;
}

.index-product-info {
	float: left;
	width: 470px;
	height: 190px;
	background-image: url(../image/index_pro_bg.png);
	margin-left: 45px;
	margin-bottom: 45px;
}

.index-product-info-left {
	float: left;
	width: 235px;
	height: 190px;
}

.index-product-info-left img {
	width: 235px;
	height: 190px;
	object-fit: scale-down;
}

.index-product-info-right {
	float: left;
	width: 235px;
	height: 190px;
}

.index-product-info-right-one {
	margin-top: 26px;
}

.index-product-info-right-one span:first-child {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}

.index-product-info-right-one span:nth-child(2) {
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-right: 30px;
	line-height: 22px;
}

.index-product-info-right-two {
	padding-top: 12px;
}

.index-product-info-right-two div:first-child {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.index-product-info-right-two div:nth-child(2) {
	font-size: 14px;
	padding-right: 22px;
	color: #666666;
}

.index-product-info-right-three {
	margin-top: 12px;
	width: 100px;
}

.index-product-info-right-three a {
	width: 100px;
	height: 30px;
}

.index-product-info-right-three a span {
	display: block;
	width: 100px;
	height: 30px;
	background: url(../image/index_pro_btn01.png);
}

.index-product-info-right-three a span:hover {
	background: url(../image/index_pro_btn_hover.png);
}

/* 首页产品样式 End */
/* 首页关于我们样式 Begin */
.index-aboutus {
	min-height: 618px;
	background-image: url(../image/index_abt.jpg);
	-moz-background-size: 100%;
	background-size: 100%;
	margin-top: 50px;
}

.index-aboutus-container {
	width: 1500px;
	padding: 131.5px 0px;
}

.index-aboutus-left {
	float: left;
}

.index-aboutus-right {
	float: left;
	width: 980px;
	margin-left: 50px;
}

.index-aboutus-right-one {
	margin: 38px 0px;
}

.index-aboutus-right-one p {
	font-size: 17px;
	color: #CCDDF7;
	text-indent: 2em;
	/*em是相对单位，2em即现在一个字大小的两倍*/
}

.index-aboutus-right-two {
	width: 160px;
}

.index-aboutus-right-two a {
	width: 160px;
	height: 44px;
}

.index-aboutus-right-two a span {
	display: block;
	width: 160px;
	height: 44px;
	background: url(../image/index_abt_btn.png);
}

.index-aboutus-right-two a span:hover {
	background: url(../image/index_abt_btn_hover.png);
}

/* 首页关于我们样式 End */
/* 首页公司动态和联系我们样式 Begin */
.index-info {
	width: 1500px;
	margin-top: 50px;
}

.index-info-left {
	float: left;
	width: 735px;
	margin-right: 30px;
}

.index-info-left-one {
	height: 54px;
	border-bottom: 2px solid #D2DCEE;
}

.index-info-left-two {
	height: 150px;
	margin: 20px 0px;
}

.index-info-left-two-left {
	float: left;
	width: 230px;
	height: 150px;
}

.index-info-left-two-left img {
	width: 230px;
	height: 150px;
	object-fit: scale-down;
}

.index-info-left-two-right {
	float: left;
	width: 495px;
	margin-left: 10px;
	padding: 0px 0px 0px 16px;
}

.index-info-left-two-right div:first-child {
	float: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.index-info-left-two-right div:nth-child(2) {
	float: left;
	margin: 18px 0px;
	font-size: 15px;
	color: #666666;
	text-indent: 2em;
	/*em是相对单位，2em即现在一个字大小的两倍*/
}

.index-info-left-two-right div:nth-child(3) {
	float: left;
}

.index-info-left-two-right div:nth-child(3) a {
	font-size: 16px;
	color: #84CE74;
}

.index-info-left-three {
	height: 120px;
}

.index-info-left-three ul {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	border-bottom: 1px solid #EBF1FD;
}

.index-info-left-three ul li {
	line-height: 40px;
	clear: both;
	border-bottom: 1px solid #EBF1FD;
}

.index-info-left-three ul li a {
	float: left;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

.index-info-left-three ul li a:hover {
	color: #1A6FEC;
}

.index-info-left-three ul li span {
	float: right;
}

.index-info-right {
	float: left;
	width: 735px;
}

.index-info-right-one {
	height: 54px;
	border-bottom: 2px solid #D2DCEE;
}

.index-info-right-two {
	height: 290px;
	margin-top: 20px;
	background: url(../image/index_con_bg.png);
}

.index-info-right-two p {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.index-info-right-two p span {
	font-weight: bold;
}

.index-info-right-two p:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 46px;
}

/* 首页公司动态和联系我们样式 End */
/* 首页页脚样式 Begin */
.pagefooter {
	height: 178px;
	padding-top: 22.5px;
	background-color: #F8F8F8;
}

.pagefooter-container {
	width: 1500px;
}

.pagefooter-container-one {
	height: 100px;
}

.pagefooter-container-one-left {
	float: left;
	width: 530px;
	margin-top: 16px;
	border-right: 1px solid #D2DCEE;
}

.pagefooter-container-one-middle {
	float: left;
	width: 770px;
	height: 100px;
	line-height: 100px;
	padding-left: 40px;
}

.pagefooter-container-one-middle p {
	float: left;
	margin-left: 42px;
}

.pagefooter-container-one-middle p a {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.pagefooter-container-one-right {
	float: left;
	width: 200px;
	height: 100px;
	text-align: center;
}

.pagefooter-container-one-right img {
	width: 100px;
	height: 100px;
}

.pagefooter-container-two {
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

/* 首页页脚样式 End */
/* 二级页面BANNER样式 Begin */
.second-banner {
	width: 100%;
	height: 300px;
}

.second-banner img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.current-location {
	width: 1500px;
	margin-top: 20px;
	color: #656565;
	font-size: 16px;
	vertical-align: middle;
	line-height: 23px;
}

.current-location img {
	margin-bottom: 3px;
}

.current-location span {
	color: #333333;
}

/* 二级页面BANNER样式 End */
/* 关于我们样式 Begin */
.aboutus-info {
	width: 1500px;
}

.aboutus-info-top {
	margin: 50px 0px;
	text-align: center;
}

.aboutus-info-bottom {
	color: #656565;
	font-size: 17px;
	text-indent: 2em;
	/*em是相对单位，2em即现在一个字大小的两倍*/
}

.aboutus-info-bottom div p {
	line-height: 32px;
}

.aboutus-info-bottom img {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 454px;
	height: 339px;
}

/* 关于我们样式 End */
/* 产品中心样式 Begin */
.product-info {
	width: 1500px;
	margin-top: 20px;
}

.product-info-left {
	float: left;
	width: 260px;
	min-height: 608px;
}

.product-info-left-top {
	height: auto;
	margin-bottom: 20px;
}

.product-info-left-bottom {
	height: 170px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: url(../image/con_left_bg.png);
}

.product-info-left-bottom div {
	color: #F4F9FF;
	font-size: 14px;
}

.product-info-left-bottom .linkman {
	padding: 58px 0px 0px 50px;
	height: 80px;
}

.product-info-left-bottom .linkphone {
	padding: 8px 0px 0px 48px;
	height: 30px;
}

.product-info-left-bottom .linkaddr {
	padding: 6px 0px 0px 48px;
	height: 30px;
}

.product-info-right {
	float: left;
	width: 1220px;
}

.product-info-right-top {
	width: 100%;
	height: auto;
}

.product-info-right-top .proinfo {
	float: left;
	margin: 0px 0px 15px 15px;
	width: 290px;
	height: 234px;
	border: 1px solid #E9E8ED;
	color: #333333;
	font-size: 16px;
}

.product-info-right-top .proinfo:hover {
	border: 1px solid #005FEA;
	text-decoration: underline;
}

.proinfo div:first-child {
	width: 290px;
	height: 194px;
}

.proinfo div:first-child img {
	width: 288px;
	height: 194px;
	object-fit: fill;
}

.proinfo div:nth-child(2) {
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product-info-right-bottom {
	width: 100%;
	height: 32px;
	padding-left: 15px;
}

.product-detail-info-right {
	float: left;
	width: 1220px;
	margin-left: 20px;
}

.product-detail-info-right-one {
	height: 366px;
	margin-bottom: 20px;
}

.product-detail-one-left {
	float: left;
	height: 366px;
	width: 556px;
}

.product-detail-one-left img {
	height: 366px;
	width: 556px;
}

.product-detail-one-right {
	float: left;
	height: 366px;
	width: 644px;
	margin-left: 20px;
}

.product-detail-one-right-top {
	height: 210px;
	border-bottom: 1px solid #F8F8F8;
}

.product-detail-one-right-top p {
	color: #333333;
	height: 30px;
	line-height: 30px;
}

.product-detail-one-right-top p strong {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

.product-detail-one-right-top p span {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	width: 290px;
}

.product-detail-one-right-top p span label {
	font-weight: normal;
	color: #666666;
}

.product-detail-one-right-top p span:first-child {
	margin-right: 20px;
}

.product-detail-one-right-bottom {
	height: 146px;
	padding-top: 20px;
}

.product-detail-one-right-bottom p {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.product-detail-one-right-bottom p strong {
	font-size: 18px;
	font-weight: bold;
}

.product-detail-info-right-two {
	margin-bottom: 20px;
}

.product-detail-two-right-top {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.product-detail-two-right-bottom table {
	border: 1px solid #FFFFFF;
	font-size: 16px;
}

.product-detail-two-right-bottom table tr {
	border: 1px solid #FFFFFF;
}

.product-detail-two-right-bottom table tr th {
	border: 1px solid #FFFFFF;
	width: 190px;
	height: 50px;
	background-color: #F2F2F2;
	text-align: right;
	padding-right: 30px;
	color: #666666;
	font-weight: normal;
}

.product-detail-two-right-bottom table tr td {
	border: 1px solid #FFFFFF;
	width: 414px;
	height: 50px;
	background-color: #F8F8F8;
	text-align: left;
	padding-left: 30px;
}

.product-detail-info-right-three {
	margin-bottom: 20px;
}

.product-detail-three-right-top {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.product-detail-info-right-four {
	margin-bottom: 20px;
}

.product-detail-four-right-top {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.product-detail-four-right-bottom {
	font-size: 16px;
	color: #666666;
}

.product-detail-info-right-five {}

.product-detail-five-right-top {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.product-detail-five-right-bottom {
	font-size: 16px;
	color: #666666;
}

/* 产品中心样式 End */
/* 折叠菜单样式 Begin */
.accordion {
	width: 260px;
	background: #D9E5FD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #D9E5FD;
	list-style-type: none;
	list-style: none;
}

.accordion .link {
	height: 60px;
	line-height: 34px;
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #E9EDF1;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 14px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #000;
	background-image: url(../image/pro_list_hover.png);
}

.accordion li.open i {
	color: #F58129;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {
	display: block;
}

.submenu {
	display: none;
	background: #F2F5FD;
	font-size: 14px;
}

.submenu li {
	list-style-type: none;
	list-style: none;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #656565;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration: none;
}

.submenu a:hover {
	background: #F2EBE9;
	color: #F5812B;
	font-weight: bold;
	text-decoration: none;
}

.submenu .active {
	background: #F2EBE9;
	color: #F5812B;
	font-weight: bold;
}

/* 折叠菜单样式 End */
/* 资质认证样式 Begin */
.certification-info-right {
	float: left;
	width: 1220px;
	margin-left: 20px;
}

.certification-info-right-top {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.certification-info-right-bottom div {
	float: left;
	width: 586px;
	height: 889px;
	background-color: #FCFDFF;
	border: 1px dashed #BCD1EA;
	padding: 20px;
}

.certification-info-right-bottom div p {
	font-size: 16px;
	color: #333333;
	height: 30px;
}

.certification-info-right-bottom div p img {
	width: 546px;
	height: 730px;
}

.certification-info-right-bottom div p span:nth-child(2) {
	margin-left: 220px;
}

.certification-info-right-bottom div:nth-child(2) {
	margin-left: 20px;
}

/* 资质认证样式 End */
/* 联系我们样式 Begin */
.linkus-info {
	width: 1500px;
	margin-top: 20px;
}

.linkus-info-top {}

.linkus-info-top-left {
	float: left;
	width: 730px;
}

.linkus-info-top-left img {
	width: 730px;
	height: 480px;
}

.linkus-info-top-right {
	float: left;
	width: 750px;
	height: 480px;
	margin-left: 20px;
	background: url(../image/index_con_bg.png) no-repeat right top;
}

.linkus-info-top-right p {
	font-size: 18px;
	height: 62px;
	line-height: 62px;
	color: #333333;
	vertical-align: middle;
}

.linkus-info-top-right p img {
	vertical-align: middle;
}

.linkus-info-top-right p strong {
	font-size: 28px;
	font-weight: bold;
}

.linkus-info-bottom {
	padding-top: 20px;
}

.linkus-info-bottom-one {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.linkus-info-bottom-two {
	height: 385px;
	background-color: #E7EFFE;
}

.linkus-info-bottom-two-content {
	height: 385px;
	background: url(../image/liuyanban_bg.jpg) no-repeat;
	background-position: right bottom;
	padding: 30px;
}

.linkus-info-bottom-two-content .form-inline {
	width: 500px;
	text-align: center;
}

.linkus-info-bottom-two-content .form-inline .form-control {
	width: 350px;
}

.linkus-info-bottom-two-content table tr {
	height: 100px;
}

.linkus-info-bottom-two-content .form-inline .textarea-1 {
	text-align: left;
	padding-left: 28px;
}

.linkus-info-bottom-two-content .form-inline .textarea-label {
	vertical-align: top;
}

.linkus-info-bottom-two-content .form-inline .textarea-text {
	width: 1310px;
	resize: none;
}

.linkus-info-bottom-two-content .button-1 {
	text-align: left !important;
	padding-left: 102px;
}

/* 联系我们样式 End */
/* 搜索结果样式 Begin */
.search-info {
	width: 1500px;
	margin-top: 20px;
}

.search-info-top {
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
}

.search-info-bottom {
	margin-top: 20px;
}

.search-info-bottom a {
	float: left;
	margin: 0px 0px 15px 15px;
	width: 490px;
	height: 372px;
	border: 1px solid #E9E8ED;
	color: #333333;
	font-size: 18px;
}

.search-info-bottom a:nth-child(3n+1) {
	margin-left: 0px;
}

.search-info-bottom a:hover {
	color: #333333;
	border: 1px solid #005FEA;
	text-decoration: underline;
}

.searchinfo div:first-child {
	width: 490px;
	height: 312px;
}

.searchinfo div:first-child img {
	width: 488px;
	height: 312px;
	object-fit: fill;
}

.searchinfo div:nth-child(2) {
	height: 60px;
	text-align: center;
	line-height: 60px;
}

/* 搜索结果样式 End */
/* 公司动态样式 Begin */
.company-info {
	width: 1500px;
	margin-top: 20px;
}

.company-info-left {
	float: left;
	width: 260px;
	min-height: 614px;
	background-color: #E7EFFE;
	border: 1px solid rgba(234, 234, 234, 1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.company-info-left-top {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 20px;
}

.company-info-left-bottom {
	height: auto;
}

.company-info-right {
	float: left;
	width: 1220px;
	margin-left: 20px;
}

.company-info-right-top {
	width: 100%;
	height: auto;
}

.company-info-right-bottom {
	width: 100%;
	height: 32px;
}

.company-info-left-bottom a {
	display: block;
	margin: 18px 0px 0px 11px;
}

.company-info-left-bottom a:first-child {
	margin-top: 0px;
}

.company-info-left-bottom .hot-product {
	width: 238px;
	height: 94px;
	background-color: #FFFFFF;
	padding: 10px;
}

.company-info-left-bottom .hot-product div {
	float: left;
}

.company-info-left-bottom .hot-product div:first-child {
	width: 112px;
	height: 75px;
}

.company-info-left-bottom .hot-product div:first-child img {
	width: 112px;
	height: 75px;
}

.company-info-left-bottom .hot-product div:nth-child(2) {
	width: 96px;
	height: 75px;
	font-size: 15px;
	color: #333333;
	margin-left: 10px;
}

.company-info-left-bottom .hot-product div:nth-child(2) div:nth-child(1) {
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 40px;
}

.company-info-left-bottom .hot-product div:nth-child(2) div:nth-child(2) {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 96px;
	height: 25px;
	color: #F6832C;
}

.company-info-right-top .news-line {
	height: 62px;
	line-height: 62px;
	border-bottom: 1px dashed #D0DEFB;
	clear: both;
}

.company-info-right-top .news-line span:first-child {
	float: left;
}

.company-info-right-top .news-line span:first-child a {
	color: #333333;
	font-size: 16px;
}

.company-info-right-top .news-line span:first-child a:hover {
	color: #00399E;
}

.company-info-right-top .news-line span:nth-child(2) {
	float: right;
}

/* 公司动态样式 End */
.toast {
	position: fixed;
	z-index: 2000;
	left: 50%;
	top: 60%;
	transition: all .5s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	background: rgba(17, 17, 17, 0.7);
	height: 45px;
	line-height: 45px;
	padding: 0 15px;

}
/* 新闻详情样式 Begin */
.newsdetail-info {
	width: 1500px;
}

.newsdetail-info-top {
	margin: 30px 0px 10px 0px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.newsdetail-info-middle {
	margin-bottom: 30px;
	padding-left: 50px;
	text-align: center;
	font-size: 18px;
	color:#333333;
}

.newsdetail-info-bottom {
	color: #656565;
	font-size: 17px;
	text-indent: 2em;
	/*em是相对单位，2em即现在一个字大小的两倍*/
}

/* 新闻详情样式 End */