@charset "utf-8";
/* CSS Document */

img {
	padding: 0;
	margin: 0;
	border: 0;
	height: auto!important;
	max-width: 100%!important;
	max-height: auto!important;
}
.skins {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
 @media (max-width:1500px) {
.skins {
	width: 95%;
}
}
/*首页产品中心*/

/*.index_pro {

	padding-top: 120px;

	padding-bottom: 100px;

	overflow: hidden;

	background: url(../images/cp_bg.png);

}

.addz1 {

	margin-top: 80px;

}

.addz1 .left {

	float: left;

	width: 20%;

	background: #bf3444;

	border-radius: 10px;

}

.addz1 .left ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	width: 100%;

	padding-top: 3.125vw;

	padding-bottom: 3.646vw;

}

.addz1 .left ul li {

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	align-items: center;

	margin-bottom: 1.823vw;

}

.addz1 .left ul li img {

	width: 1.719vw;

	min-width: 25px;

	margin-right: 20px;

}

.addz1 .left ul li span {

	color: #fff;

	font-size: 23px;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.addz1 .left ul a {

	margin-top: 1.823vw;

	width: 8.854vw;

	height: 3.125vw;

	min-width: 130px;

	min-height: 45px;

	border: 2px solid #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	align-items: center;

	justify-content: center;

	color: #fff;

	font-size: 22px;

}

.addz1 .right {

	width: 78%;

	float: right;

}

.iproBox {

	overflow: hidden;

}

.iproBox li {

	width: 33%;

	float: left;

	padding: 5px;

	box-sizing: border-box;

}

.iproBox li a {

	display: block;

	overflow: hidden;

	position: relative;

}

.iproBox li .himg {

	overflow: hidden;

}

.iproBox li .himg img {

	display: block;

	width: 100%

}

.iproBox li h5 {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	line-height: 3;

	font-size: 17px;

	color: #fff;

	text-align: center;

	background: rgb(0 0 0 / 58%);

	font-weight: normal;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	letter-spacing: 1px;

}

.iproBox ul li:hover img {

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

	transition: all 0.8s;

}

 @media only screen and (max-width:768px) {

.iproBox li {

	width: 50%;

}

}

@media only screen and (max-width:499px) {

.iproBox li {

	width: 100%;

}

}*/

/*头部*/

.ititle {
	text-align: center;
	margin: 0 auto;
}
.ititle h3 {
	font-size: 39px;
	color: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	letter-spacing: 1px;
	position: absolute;
	top: 20px;
	width: 100%;
	left: 0;
	font-weight: lighter;
}
.ititle span {
	height: 50px;
	line-height: 50px;
	font-size: 86px;
	letter-spacing: 2px;
	color: #f5f5f5;
	margin-bottom: 10px;
	position: relative;
	font-family: "Arial";
	text-transform: uppercase;
}
.ititle p {
	font-size: 17px;
	/*color: #969696;*/

	color: #d4d4d4;
	margin-top: 20px;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: lighter;
}
.ititles {
	text-align: center;
	margin: 0 auto;
}
.ititles h3 {
	font-size: 39px;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	letter-spacing: 1px;
	position: absolute;
	top: 20px;
	width: 100%;
	left: 0;
	font-weight: lighter;
}
.ititles span {
	height: 50px;
	line-height: 50px;
	font-size: 86px;
	letter-spacing: 2px;
	color: #f5f5f5;
	margin-bottom: 10px;
	position: relative;
	font-family: "Arial";
	text-transform: uppercase;
	opacity: 0.2;
}
.ititles p {
	font-size: 17px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: lighter;
}
 @media only screen and (max-width:458px) {
.ititle h3 {
	font-size: 30px;
}
.ititle span {
	font-size: 66px;
}
.ititle p {
	font-size: 15px;
}
.ititles h3 {
	font-size: 30px;
}
.ititles span {
	font-size: 66px;
}
.ititles p {
	font-size: 15px;
}
}
 @media only screen and (max-width:358px) {
.ititle span {
	font-size: 58px;
}
.ititles span {
	font-size: 58px;
}
}
 @media only screen and (max-width: 312px) {
.ititle span {
	font-size: 50px;
}
.ititles span {
	font-size: 50px;
}
}
/**/
.index-box4 {
    background: url(../images/tp.png) no-repeat;
    padding-top: 160px;
    padding-bottom: 200px;
    overflow: hidden;
}
.index-box4 .wrap-box {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}
.index-box4 .wrap-box .wrap-le{
    float: left;
	width: 45%;
	margin-bottom: 30px;
}
.index-box4 .wrap-box .wrap-ri {
    width: 50.2%;
	float:right;
}
.page-title {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}
.page-title .page-title-box {
    position: relative;
    /*text-align: center;
    padding: 0 min(5vw, 96px) 0 min(5vw, 96px);*/
}
.page-title .name {
    font-size: 48px;
    color: #333333;
    line-height: 1.4;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
    font-weight: bold;
}
.page-title .en {
    font-family: 'Arial';
    font-size: 17px;
    color: #ccc;
    line-height: 1;
    font-weight: lighter;
    margin-top: 20px;
}
 .index-box4 .wrap-box .wrap-ri .text h5 {
    font-family: 'MiSans-Medium';
    font-size: 36px;
    color: #056e42;
    line-height: 1.4;
    margin-bottom: min(2.08333333vw, 40px);
}
.index-box4 .wrap-box .wrap-ri .text p {
    font-size: 16px;
    color: #333333;
    line-height: 1.95em;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    letter-spacing: 1px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-box4 .wrap-box .wrap-ri .text .more {
    margin-top: min(3.125vw, 60px);
}
.index-box4 .wrap-box .wrap-ri .text .more a {
    width: 216px;
    height: 53px;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	background:#056e42;
}
.index-box4 .wrap-box .wrap-ri .text .more a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 10px;
    background: url(../images/more-ico-white.png) no-repeat center;
    background-size: 47px 11px;
    width: 47px;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.index-box5 {
    position: relative;
}
.index-box5::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/index-bg5-white.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 1;
}
.index-box5 .img {
    text-align: center;
}
.index-box5 .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}
.index-box5 .content .text-box {
    background-color: #056e42;
    border-radius: 0 0 50px 0;
    padding: min(3.125vw, 60px) 0 min(3.38541667vw, 65px);
    padding-left: min(3.64583333vw, 70px);
    padding-right: min(3.64583333vw, 70px);
    margin-top: min(-8.85416667vw, -170px);
    display: inline-block;
}
.index-box5 .content .text-box .text {
    font-size: 36px;
    color: #fff;
    line-height: 1.6;
    font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
    font-weight: bold;
}
.index-box5 .content .text-box .more {
    margin-top: min(2.60416667vw, 50px);
}
.index-box5 .content .text-box .more a {
    width: 216px;
    height: 53px;
    border-radius: 8px;
    font-size: 24px;
    color: #313131;
    line-height: 1;
    border: 1px solid #aaaaaa;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    border-color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.index-box5 .content .text-box .more a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 10px;
    background: url(../images/more-ico.png) no-repeat center;
    background-size: 47px 11px;
    width: 47px;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.index-box5 .content .text-box .more a i {
    background: url(../images/more-ico-white.png) no-repeat center;
}
.index-box5 .content .num-box {
    position: absolute;
    left: 54.5%;
    bottom: 0;
    margin-bottom: min(5.46875vw, 105px);
    width: 100%;
}
.index-box5 .content .num-box .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.index-box5 .content .num-box .num .one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 min(4.42708333vw, 85px) 0 min(4.42708333vw, 85px)
}
.content {
    width: 63.7%;
    margin: 0 auto;
}
@media (max-width: 1920px){
.content {
    width: 84.7% !important;
}
}
@media only screen and (max-width:916px) {
.index-box4 {
    padding-top: 40px;
    padding-bottom: 260px;
}
.index-box4 .wrap-box .wrap-le {
    width: 100%;
}
.index-box4 .wrap-box .wrap-ri {
    width: 100%;
}
.page-title .name {
    font-size: 38px;
    text-align: center;
}
.page-title .en {
    text-align: center;
}
.index-box4 .wrap-box .wrap-ri .text .more a {
    margin: 0 auto;
}
.index-box4 .wrap-box .wrap-ri .text h5 {
    display: none;
}
.index-box5 .content .text-box .text {
    font-size: 26px;
}
.index-box5 .content .text-box .more a {
    width: 166px;
}
}
/*首页关于我们*/

.index_abt {
	position: relative;
	background-size: auto 69%;
	background-position: 65% center;
	overflow: hidden;
}
.iabt-left {
	padding-left: 11%;
	padding-top: 113px;
	padding-right: 29%;
	padding-bottom: 96px;
	/*background: #f9f9f9 url(../images/tp.png) no-repeat;*/
	background: #056e42 url(../images/tp.png) no-repeat;
}
.iabt-left .iabt-left-all .iabt-left-txt h3 {
	font-size: 36px;
	color: #333333;
	font-weight: 600;
	line-height: 54px;
	max-width: 69%;
}
.iabt-left .iabt-left-all .iabt-left-txt h4 {
	font-size: 20px;
	font-family: "Arial";
	/*color: #ccc;*/
	color:#fff;
	font-weight: normal;
	margin-bottom: 30px;
}
.iabt-left .iabt-left-all .iabt-left-txt .tt {
	margin-bottom: 1rem;
}
.iabt-left .iabt-left-all .iabt-left-txt .tt span {
	font-size: 26px;
	color: #bebebe;
	font-family: "Arial";
}
.iabt-left .iabt-left-all .iabt-left-txt .tt h3 {
	display: block;
	font-size: 40px;
	/*font-weight: 400; 

    font-family: 宋体;*/

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	/*color: #000;*/
	color:#fff;
}
.iabt-left .iabt-left-all .iabt-left-txt .tt h2 {
	font-size: 30px;
}
.iabt-left .iabt-left-all .iabt-left-txt .tt .ic-1 {
	background-image: url(../images/itit_1.png);
}
.iabt-left .iabt-left-all .iabt-left-txt .tt .ic {
	width: 42px;
	height: 42px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	margin-right: 6px;
	position: relative;
	top: -2px;
}
.iabt-left .iabt-left-all .iabt-left-txt .tt h3 b {
	font-size: 52px;
	font-family: "Arial";
	line-height: 2;
}
.iabt-left .iabt-left-all .iabt-left-txt .tt h2 {
	font-size: 16px;
	/*color: #999;*/
	color:#fff;
	/* font-family: "Times New Roman"; */

    /* text-transform: uppercase; */

    /* font-family: "Source Han Sans CN", "SimHei", "微软雅黑"; */

	font-family: "Arial";
	font-weight: 100;
	margin-top: 20px;
}
.iabt-left .iabt-left-all .iabt-left-txt p {
	font-size: 16px;
	/*color: #999;*/
	color:#fff;
	font-weight: 400;
	line-height: 2;
	margin-top: 37px;
	max-width: 69%;/*letter-spacing: 1px;*/
}
.more2 {
	/*background-color: #464443;*/
	background-color:#fff;
	/*border-radius: 20px 0 20px 0;*/

	overflow: hidden;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-top: 100px;
}
.more2 span {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.more2 .icon {
	position: relative;
	border-radius: 50%;
	margin-right: 12px;
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
}
.more2 .icon::before {
	background: #fff;
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	border-radius: 50%;
}
.more2 em {
	/*color: #fff;*/
	color:#056e42;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.more2:hover {
	background-color: #333;
}
.iabt-right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 43%;
	overflow: hidden;
}
.iabt-right .video {
	display: none;
}
.iabt-right video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.cover-img {
	width: 100%;
	height: 100%;
	background: url(../images/iabt-right.png) no-repeat;
	position: relative;
	cursor: pointer;
	background-size: cover;
}
.cover-img::after {
	/*background: #0189e1;*/

	opacity: 0.59;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
}
.cover-img .play-icon {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;
	animation: myrotate 1s linear infinite;
	z-index: 15;
}
 @keyframes myrotate {
 0% {
 -webkit-transform:rotate(0deg);
}
 25% {
 -webkit-transform:rotate(90deg);
}
 50% {
 -webkit-transform:rotate(180deg);
}
 75% {
 -webkit-transform:rotate(270deg);
}
 100% {
 -webkit-transform:rotate(360deg);
}
}
 @media only screen and (max-width:1800px) {
.iabt-left {
	padding-left: 10%;
}
}
 @media only screen and (max-width:1705px) {
.iabt-left {
	padding-left: 8%;
}
}
 @media only screen and (max-width:1623px) {
.iabt-left {
	padding-left: 6%;
}
}
 @media only screen and (max-width:1575px) {
.iabt-left {
	padding-left: 4%;
}
}
 @media only screen and (max-width:1504px) {
.iabt-left {
	padding-left: 2%;
}
.iabt-left .iabt-left-all .iabt-left-txt p {
	max-width: 75%;
}
}
 @media only screen and (max-width:1356px) {
.iabt-left {
	padding-left: 3%;
}
.iabt-left .iabt-left-all .iabt-left-txt p {
	max-width: 72%;
}
}
 @media only screen and (max-width:1300px) {
.iabt-right {
	display: none;
}
.iabt-left .iabt-left-all .iabt-left-txt p {
	max-width: 100%;
}
.iabt-left {
	padding-right: 2%;
}
}
 @media only screen and (max-width:900px) {
.iabt-left .iabt-left-all .iabt-left-txt .tt h3 {
	font-size: 30px;
}
.iabt-left .iabt-left-all .iabt-left-txt h3 {
	max-width: 100%;
}
}
 @media only screen and (max-width:338px) {
.iabt-left .iabt-left-all .iabt-left-txt .tt h3 {
	font-size: 23px;
}
}
/*首页产品优势*/

.home_ys {
	padding-bottom:120px;
	/*padding-top: 50px;*/

	/*background: url(../images/ys_bgg.jpg) top center no-repeat fixed;*/

	overflow: hidden;
}
.home_db {
	margin-top: 90px;
}
.home_db ul li {
	width: 20%;
	float: left;
	text-align: center;
}
.home_db ul li h3 {
	font-size: 23px;
	line-height: 24px;
	color: #da251c;
	padding: 18px 0 12px;
}
.home_db ul li p {
	font-size: 23px;
	line-height: 20px;
	color: #056e42;
	padding: 8px 0 12px;
	font-weight: bold;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.home_db ul li span {
	font-size: 17px;
	line-height: 20px;
	color: #000;
	padding: 8px 0 12px;
	/*font-weight: lighter;*/

	font-family: "Arial";
	opacity: 0.8;
}
.home_db ul li img {
	transition: all .5s;
}
 @media only screen and (max-width:1028px) {
.home_db ul li {
	width: 33.3%;
	margin-bottom: 30px;
}
}
 @media only screen and (max-width:720px) {
.home_db ul li {
	width: 50%;
}
}
 @media only screen and (max-width:414px) {
.home_db ul li {
	width: 100%;
}
}
/*首页企业优势*/

.cust_c {
	width: 100%;
	/*margin-top:100px;

	margin-bottom:100px;*/

	overflow: hidden;
}
.cust_c ul {
	width: 100%;
	height: 808px;
}
.cust_c li {
	width: 15.24%;
	float: left;
	position: relative;
	cursor: pointer;
	height: 808px;
	box-sizing: border-box;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.cust_c li:last-child {
	border: 0;
}
.cust_c li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.65);*/
	bottom: 0;
	left: 0;
}
.cust_c li .shu2 h3 {
	position: relative;
	text-align: center;
}
.cust_c li .shu2 h3 b {
	display: block;
	font-size: 36px;
	line-height: 48px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.cust_c li .shu2 h3 em {
	display: block;
	margin-top: 360px;
	font-size: 16px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.cust_c li .shu2 h3:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 212px;
	background: rgba(255, 255 , 255 , 1);
	left: 50%;
	top: 165px;
}
.cust_c li .shu2 {
	width: 100%;
	height: 68%;
	left: 0;
	position: absolute;
	top: 24%;
	color: #fff;
}
.cust_c li .bock {
	display: none;
	width: 90%;
	position: absolute;
	bottom: 130px;
	left: 5%;
	height: 115px;
	white-space: nowrap;
}
.cust_c li .bock .cust_wz h4 b {
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	padding: 22px 0 20px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.cust_c li .bock .cust_wz h4 em {
	display: block;
	font-size: 16px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
}
.cust_c li .bock .cust_wz p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.cust_c li.cur {
	width: 54.28%;
}
.cust_c li.cur:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	/*background: rgba(5, 110, 66, 0.45);*/
}
.cust_c li.cur .bock {
	display: block;
}
.cust_c li.cur .shu2 {
	display: none;
}
 @media only screen and (max-width:1300px) {
.cust_c li .shu2 h3 b {
	font-size: 30px;
}
}
 @media only screen and (max-width:1074px) {
.cust_c li .shu2 h3 b {
	font-size: 25px;
}
.cust_c li .bock .cust_wz h4 em {
	font-size: 13px;
	font-weight: normal;
}
.cust_c li .shu2 h3 em {
	font-size: 13px;
	font-weight: normal;
}
}
 @media only screen and (max-width:840px) {
.cust_c {
	display: none;
}
}
/*首页产品中心*/

.index_pro {
	padding-top: 120px;
	/*padding-bottom: 80px;*/
	padding-bottom:160px;
	overflow: hidden;
	background: url(../images/pro_bg.png);
}
.addz1 {
	margin-top: 80px;
}
.hprolist {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
/*.hprolist .item-md-1 {

	width: 50%;

	padding: 0 5px;

}

.hprolist .item-md-2 {

	width: 24.5%;

}*/

.hprolist .item-md-1 {
	/*width: 50%;*/

	width: 54.6%;
	padding: 0 5px;
}
.hprolist .item-md-2 {
	/*width: 24.5%;*/

	width: 26.8%;
	padding: 0 5px;
}
.hprolist .item-md-3 {
	width: 17.5%;
}
.hprolist .column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hprolist .p_item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.hprolist .p_item .himg {
	width: 100%;
}
.hprolist .p_item .himg img {
	display: block;
	width: 100%;
}
.hprolist .p_item .pro_list_text {
	/*position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 17px;
	z-index: 1;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	position: absolute;
    left: 0;
    bottom: 0%;
    /* transform: translateY(-50%); */
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 17px;
    z-index: 1;
    letter-spacing: 1px;
    font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
    background: #056e42;
}
.hprolist .p_item .img-shadows {
	opacity: 0.4;
	/*background: #222222;*/

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hprolist .p_item:hover .himg img {
	transition: transform .5s ease-out;
	transform: scale(1.2);
}
.hprolist .p_item:hover .img-shadows {
	display: none;
}
 @media only screen and (max-width:1500px) {
.hprolist .item-md-2 {
	width: 26.6%;
}
.hprolist .item-md-3 {
	width: 17.4%;
}
}
 @media only screen and (max-width:1200px) {
.hprolist .item-md-2 {
	width: 26.3%;
}
.hprolist .item-md-3 {
	width: 17.1%;
}
}
 @media only screen and (max-width:1000px) {
.hprolist .item-md-2 {
	width: 26.1%;
}
.hprolist .item-md-3 {
	width: 16.8%;
}
}
 @media only screen and (max-width:1024px) {
.hprolist .p_item .pro_list_text {
	font-size: 16px;
}
}
 @media only screen and (max-width:800px) {
.hprolist .item-md-1 {
	width: 100%;
}
.hprolist .item-md-2 {
	width: 100%;
	padding: 0px;
}
.hprolist .item-md-3 {
	width: 100%;
}
.hprolist .p_item .img-shadows {
	display: none;
}
.hprolist .p_item .pro_list_text {
	top: 0;
	transform: none;
	background: rgb(34, 34, 34, 0.6);
	padding: 10px 20px;
}
}
/*首页案例展示*/
.home_proxl {
	padding-top: 10px;
	display: block;
	overflow: hidden;
}
.proxl_con {
	width: 100%;
	height: 700px;
	overflow: hidden;
	margin-top: 100px;
}
.proxl_con ul {
	width: 100%;
	height: 700px;
}
.proxl_con li {
	width: 20%;
	float: left;
	position: relative;
	cursor: pointer;
	height: 700px;
	box-sizing: border-box;
	border-left: 5px solid #fff;/*z-index: 50;*/
}
.proxl_con li:first-child {
	border: 0;
}
.proxl_con li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.25);
	bottom: 0;
	left: 0;
}
.proxl_con li .shu2 {
	width: 80%;
	height: 230px;
	position: absolute;
	left: 10%;
	top: 35%;
}
.proxl_con li .shu2 h3 {
	text-align: center;
}
.proxl_con li .shu2 h3 span {
	display: block;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 8px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.proxl_con li .shu2 h3 i {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Arial";
}
.proxl_con li .shu2 em img {
	display: block;
	width: 51px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.proxl_con li .bock {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	height: 200px;
	transition: all 0.6s;
}
.proxl_con li .bock h3 {
	float: left;
	width: auto;
	height: 200px;
	font-weight: normal;
	background: #056e42;
	padding: 28px 38px;
	box-sizing: border-box;
}
.proxl_con li .bock h3 b {
	display: block;
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 8px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.proxl_con li .bock h3 i {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	font-weight: 300;
	font-family: "Arial";
}
.proxl_con li .bock h3 a {
	display: block;
	width: 122px;
	height: 36px;
	border-radius: 20px;
	text-align: center;
	transition: all .2s;
	border: 1px solid #fff;
	margin-top: 20px;
	color: #FFF;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.proxl_con li.sible {
	width: 60%;
	box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.15);
	transition: 600ms ease-in-out;
}
.proxl_con li.sible:before {
	width: 0;
	height: 0;
}
.proxl_con li.sible .bock {
	display: block;
}
.proxl_con li.sible .shu2 {
	display: none;
}
 @media only screen and (max-width:1024px) {
.proxl_con li {
	width: 25%
}
.proxl_con li.sible {
	width: 50%;
}
}
 @media only screen and (max-width:768px) {
}
 @media only screen and (max-width:800px) {
.proxl_con {
	height: 1200px;
}
.proxl_con li {
	width: 100%;
	height: 400px;
	border: 0;
}
.proxl_con li.sible {
	width: 100%;
}
.proxl_con li .shu2 {
	top: 25%;
}
}
/*首页新闻中心*/
.Index_news {
	padding-top: 100px;
	padding-bottom: 120px;
	overflow: hidden;/*background:#f9f9f9;*/
}
.inew_list {
	margin-top: 80px;
}
.inew_list ul li {
	width: 47%;
	float: left;
	transition: all .5s linear;
	margin-right: 6%;
	margin-bottom: 20px;
}
.inew_list ul li:hover {
	transform: translateY(-10px);
}
.inew_list ul li:nth-child(2) {
	margin-right: 0%;
}
.inew_list ul li:nth-child(4) {
	margin-right: 0%;
}
.inew_list ul li:nth-child(6) {
	margin-right: 0%;
}
.new_le {
	width: 30%;
	float: left;
}
.new_ri {
	float: right;
	width: 65%;
}
.new_ri p {
}
.new_ri h2 {
	overflow: hidden;
	font-size: 20px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	line-height: 4;
}
.new_ri h2 a {
	color: #000;
}
.new_ri h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	line-height: 1.8;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	letter-spacing: 1px;
	font-weight: normal;
}
.time {
	border-bottom: 1px solid #056e42;
	overflow: hidden;
	padding-bottom: 12px;
}
.ti_le {
	float: left;
}
.ti_le p {
	font-family: "Arial";
	font-size: 23px;
}
.ti_ri {
	float: right;
}
.ti_ri span {
	font-family: "Arial";
	font-size: 17px;
}
.nmore {
	width: 50px;
	height: 40px;
	/*border: 1px solid #cbcbcb;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #333;
	transition: all 0.3s;
	margin-top: 30px;
	float: right;
	background: #056e42;
}
.nmore span {
	line-height: 20px;
	height: 20px;
	font-family: "Arial";
	font-size: 17px;
}
.nmore i {
	display: block;
	width: 22px;
	height: 9px;
	background-image: url(../images/jt.png);
	background-size: auto 100%;
	/*background-position: 22px 0;*/
	margin-top: -4px;
	transition: all 0.3s;
	background-position: -10px 0;
}
.nmore:hover {
	background-color: #056e42;
	border-color: #056e42;
	color: #fff;
}
.nmore:hover i {
	background-position: 71px 0;
}
 @media only screen and (max-width:1400px) {
.nmore {
	margin-top: 10px;
}
.new_ri h2 {
	line-height: 2.6;
}
}
 @media only screen and (max-width:1150px) {
.new_le {
	width: 35%;
}
.new_ri {
	width: 60%;
}
}
 @media only screen and (max-width:1026px) {
.new_le {
	width: 40%;
}
.new_ri {
	width: 55%;
}
}
 @media(max-width: 894px) {
.new_le {
	width: 45%;
}
.new_ri {
	width: 50%;
}
}
 @media(max-width: 788px) {
.inew_list ul li {
	width: 100%;
	margin-bottom: 50px;
}
.new_le {
	width: 0%;
}
.new_ri {
	width: 100%;
}
.nmore {
	float: left;
}
}
/*首页荣誉资质*/
.home_ryzz {
	/*padding-bottom: 100px;
	padding-top: 100px;
	background: url(../images/honor_bg.jpg) top center no-repeat fixed;*/
	width: 100%;
    position: relative;
    padding-bottom: 60px;
    padding-top: 120px;
	display: block;
    content: "";
    height: 500px;
    background: url(../images/honor0_bg.jpg) top center no-repeat fixed;
	margin-bottom: 460px;
}
/*.hproBox:before {
    display: block;
    content: "";
    height: 500px;
    background: url(../images/honor_bg.jpg) top center no-repeat fixed;
}*/
.hproBox {
	/*position: relative;*/
	position: relative;
	background: #fff;
	padding-top: 36px;
	padding-bottom: 100px;
	margin-top: 100px;
}
.proitems {
	overflow: hidden;
	margin-top: 50px;
}
.proitems li {
	width: 33.3%;
	display: block;
	float: left;
}
.proitems li a {
	display: block;
	background: #fff;/*border: 2px solid #f5f5f5;*/
}
.proitems li .text {
	padding: 40px 40px 0;
	box-sizing: border-box;
}
.proitems li .text .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s linear;
}
.proitems li .text .sort {
	color: #adadad;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .1s linear;
	font-family: "Arial";
}
.proitems li .himg {
	margin: 40px;
	height: auto;
	padding-top: 56%;
	overflow: hidden;
	background-size: cover!important;
}
.proitems li a:hover .himg img {
	transform: scale(1.1);
	transition: all .2s linear;
}
.proitems li a:hover .text .title {
	color: #1d4f91;
}
.proitems li a:hover .text .sort {
	color: #666
}
.pro_prev {
	left: -34px;
	top: 420px;
	width: 60px;
	height: 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #cbcbcb url(../images/prev.png) center no-repeat;
	border-radius: 50%;
	position: absolute;
	box-shadow: 16px 16px 16px rgb(0 0 0 / 10%);
}
.pro_next {
	position: absolute;
	right: -34px;
	top: 420px;
	width: 60px;
	height: 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #cbcbcb url(../images/next.png) center no-repeat;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	border-radius: 50%;
}
.pro_prev:hover {
	background: #bf3444 url(../images/prev.png) center no-repeat;
}
.pro_next:hover {
	background: #bf3444 url(../images/next.png) center no-repeat;
}
.hpro_jt {
	width: 138px;
	height: 60px;
	margin: 90px auto 0 auto;
}
.hpro_prev {
	width: 60px;
	height: 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #cbcbcb url(../images/prev.png) center no-repeat;
	border-radius: 50%;
	float:left;
	box-shadow: 16px 16px 16px rgb(0 0 0 / 10%);
}
.hpro_next {
	width: 60px;
	height: 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #cbcbcb url(../images/next.png) center no-repeat;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	border-radius: 50%;
	float:right;
}
/*.hpro_prev i, .hpro_next i {
	font-size: 20px;
	margin-left: 18px;
	line-height: 56px;
	color: #cc2727;
}
.hpro_prev:hover i {
	color: #ffffff;
	transition: all ease 600ms;
}
.hpro_next:hover i {
	color: #ffffff;
	transition: all ease 600ms;
}*/
.hpro_prev:hover {
	background: #056e42 url(../images/prev.png) center no-repeat;
}
.hpro_next:hover {
	background: #056e42 url(../images/next.png) center no-repeat;
}

@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:768px) {
.proitems li {
	width: 50%;
}
}
@media only screen and (max-width:499px) {
.proitems li {
	width: 100%;
}
}
/*数字++++++++++*/

.sz {
	padding-bottom: 80px;
	overflow: hidden;/*background: #333;*/
}
.digital {
	margin-top: 30px;
}
.main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;/*height: 150px;*/
}
.mumping_mun li {
	width: 24.9%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	text-align: left;
	/*height: 130px;*/

	margin-right: 0.1%;
}
.mumping_mun li:nth-child(4) {
	margin-right: 0%;
}
.mumping_mun span {
	display: block;
	text-align: left;
	height: auto;
	padding-top: 20px;
}
.mumping_mun span em {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 50px;
	color: #fff;
	/*font-weight: bold;

	font-family: "Arial";*/

	font-family: "Impact";
	font-weight: lighter;
}
.mumping_mun span i {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	vertical-align: bottom;
	margin: 0 0 0px 6px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.mumping_mun p {
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: 500;
}
 @media only screen and (max-width:1300px) {
.mumping_mun li {
	width: 33%;
}
}
 @media only screen and (max-width:600px) {
.mumping_mun li {
	width: 49%;
}
}
 @media only screen and (max-width:402px) {
.digital {
	display: none;
}
}
/*首页荣誉资质*/

/*.honor {

	padding-top: 120px;

	padding-bottom: 160px;

	overflow: hidden;

	background: url(../images/honor_bg.png);

	background: #f9f9f9;

}

.skinwk {

	width: 100%;

	max-width: 1400px;

	margin: 0 auto;

}

.ski {

	width: 100%;

	max-width: 1000px;

	margin: 0 auto;

}

.hc_list {

	position: relative;

	margin-top: 90px;

}

.hc_list .hcbox {

	height: auto;

	overflow: hidden;

}

.hc_list li {

	width: 311px;

	margin-right: 18px;

	float: left;

}

.hc_list li i {

	display: block;

	line-height: 0;

	overflow: hidden;

	background: #fff;

	padding: 20px;

}

.hc_list li i img {

	display: block;

	width: 100%;

	transition: all 0.5s;

}

.hc_list li:hover i img {

	transform: scale(1.05, 1.05);

}

.hc_list li a {

	display: block;

	overflow: hidden;

}

.hc_list li span {

	font-size: 16px;

	display: block;

	height: 70px;

	line-height: 70px;

	text-align: center;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	color: #666;

	background: #fff;

}

.hc_prev {

	left: -94px;

	top: 150px;

	width: 60px;

	height: 60px;

	-webkit-transition: 0.5s;

	transition: 0.5s;

	background: url(../images/ipre-v.png) center no-repeat;

	border-radius: 50%;

	position: absolute;

	border: 1px solid #fff;

}

.hc_next {

	position: absolute;

	right: -94px;

	top: 150px;

	width: 60px;

	height: 60px;

	-webkit-transition: 0.5s;

	transition: 0.5s;

	background: url(../images/inex-t.png) center no-repeat;

	border-radius: 50%;

	border: 1px solid #fff;

}

.hc_prev:hover {

	background: #e67015 url(../images/ipre-v.png) center no-repeat;

	border: none;

}

.hc_next:hover {

	background: #e67015 url(../images/inex-t.png) center no-repeat;

	border: none;

}

@media only screen and (max-width:1552px) {

}

@media only screen and (max-width:1500px) {

.hc_list {

	margin-left: 0px;

}

.hc_prev {

	left: 24px;

}

.hc_next {

	right: 22px;

}

}

@media only screen and (max-width:800px) {

.honor {

	padding-bottom: 10px;

	margin-bottom: 0px;

}

}

@media only screen and (max-width:548px) {

.hpro_nav li {

	width: 100%;

	margin-bottom: 30px;

}

}

@media only screen and (max-width:500px) {

.hc_list ul li {

	width: 100%;

}

}*/

/*单页大图+面包屑+内页栏目导航*/

.nyban {
	display: block;
	padding-top: 120px;
	overflow: hidden;
	width: 100%;
	height: 580px;
}
.nybantit {
	margin-top: 100px;
	overflow: hidden
}
.nybantit p {
	font-size: 30px;
	height: 90px;
	line-height: 90px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/tab-ad.jpg) no-repeat left bottom;
	letter-spacing: 2px;
}
.nybantit span {
	font-size: 30px;
	height: 90px;
	line-height: 90px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 2px;
}
.skin {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
 @media (min-width: 1450px) {
.skin {
	width: 1230px;
}
}
 @media (min-width: 1650px) {
.skin {
	width: 1430px;
}
}
/*面包屑*/

.breav-nav {
	width: 100%;
	height: 68px;
	line-height: 68px;
}
.location {
	background: url(../images/home.png) left center no-repeat;
	padding-left: 30px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;/*font-weight: 300;*/
}
.location a {
	color: #fff;
}
 @media (max-width: 1024px) {
.nyban {
	padding-top: 60px
}
}
 @media (max-width: 600px) {
.nyban {
	padding-top: 20px;
	height: 300px;
}
.nybantit span {
	font-size: 14px;
	height: 10px;
	line-height: 10px;
}
}
/*内页栏目导航*/

.sub_muen {
	width: 100%;
	position: absolute;
	margin-top: -250px;
	left: 0;
}
.sub_muen li {
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 5px;
}
.sub_muen li a {
	display: block;
	padding: 0 30px;
	color: #FFFFFF;
	background: #056e42;
	letter-spacing: 1px;
	font-size: 16px;
}
.sub_muen li a:hover, .sub_muen li.cur a {
	color: #fff;
	background: #464443;
}
.m_sub_muen {
	display: none
}
.m_sub_muen {
	text-align: center;
	margin-top: 30px;
}
.m_sub_muen li {
	display: inline-block;
	margin: 0 4px 10px;
}
.m_sub_muen li a {
	display: block;
	padding: 10px 30px;
	border: 1px solid #cfcfcf;
	background: #ffffff;
	color: #333;
	font-size: 15px;
	border-radius: 10px;
}
.m_sub_muen .cur a {
	background: #464443;
	color: #FFF;
}
 @media (max-width: 600px) {
.sub_muen {
	display: none;
}
.m_sub_muen {
	display: block
}
}
/*单页关于我们*/

.page_about {
	padding-top: 100px;
	padding-bottom: 120px;
}
.page_about:before {
	position: absolute;
	left: 3%;
	/* bottom: 0; */

	content: 'nstyles';
	text-transform: uppercase;
	writing-mode: tb;
	color: rgba(203,203,203,0.15);
	font-size: 210px;
	font-weight: bold;
	margin-top: -90px;
	font-family: "Arial";
}
.page_about h3 {
	font-size: 33px;
	margin-bottom: 42px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.pinfos p {
	line-height: 2;
	font-size: 16px;
	letter-spacing: 1px;
}
 @media (max-width: 600px) {
.page_about h3 {
	font-size: 26px;
}
}
 @media (max-width: 338px) {
.page_about h3 {
	font-size: 20px;
}
}
/*单页荣誉资质*/

.ryzz {
	padding-top: 150px;
	padding-bottom: 120px;
	overflow: hidden;
}
.ryzzlist ul li {
	width: 31%;
	float: left;
	display: block;
	margin-bottom: 60px;
	border: 2px solid #eee;
	margin-right: 2%;
}
.ryzzlist ul li:hover {
	top: 0px;
	box-shadow: rgba(0, 0,0, 0.15) 0px 3px 18px 2px;
	cursor: pointer;
}
.ryzzlist li a {
	display: block;/*padding: 0 15px;*/
}
.ryzzlist li .hpimg {
	background: #fff;
	overflow: hidden;
}
.ryzzlist li .hpimg img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.ryzzlist li .hptxt {
	height: 70px;
	line-height: 70px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: none;
	background: #eee;/*padding: 10px 0px 5px;

	border-top: 1px solid #eee;*/
}
.ryzzlist li .hptxt h5 {
	color: #333;
	font-size: 17px;
	font-weight: normal;/* font-family: "Source Han Sans CN", "SimHei", "å¾®è½¯é›…é»‘"; */
}
.ryzzlist li:hover img {
	/*-webkit-transform: scale(1.2);

	transform: scale(1.2);*/

	transition: all 0.8s;
}
.ryzzlist li:hover .hptxt {
	background: #056e42;
	transition: all 0.8s;
}
.ryzzlist li:hover .hptxt h5 {
	color: #FFF;
	border-top: none;
}
 @media only screen and (max-width:1258px) {
.ryzzlist ul li {
	width: 30.8%;
}
}
 @media only screen and (max-width:684px) {
.ryzzlist ul li {
	width: 30%;
}
}
 @media only screen and (max-width:836px) {
.ryzzlist ul li {
	width: 47%;
}
}
 @media only screen and (max-width:600px) {
.ryzzlist ul li {
	width: 100%;
}
}
/*单页产品中心*/

.prolist {
}
.prolist ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
.prolist li {
	width: 25%;
	transition: all .5s ease-out;
	overflow: hidden;
}
.prolist li a {
	display: block;
	padding: 20px;
}
.prolist li .nimg {
	display: block;
	overflow: hidden;
}
.prolist li .nimg img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.prolist ul li .true-text {
	width: 100%;
	text-align: center;
}
.prolist ul li .true-text .tit {
	height: 46px;
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 18px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	color: #000;
}
.prolist ul li .true-text .more {
	width: 80%;
	background-color: #056e42;
	padding: 8px 10px;
	color: #FFF;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.prolist ul li .true-text .more i {
	padding-left: 10px;
}
.prolist ul li:hover {
	background: #056e42;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.prolist ul li:hover .nimg img {
	transform: scale(1.1, 1.1);
}
.prolist ul li:hover .true-text {
	color: #FFF
}
.prolist ul li:hover .true-text .tit {
	color: #FFF
}
.prolist ul li:hover .true-text .more {
	background-color: #FFF;
	color: #056e42;
}
 @media only screen and (max-width:1024px) {
.prolist li {
	width: 33.33%;
}
}
 @media only screen and (max-width:768px) {
.prolist li {
	width: 50%;
}
}
 @media only screen and (max-width:499px) {
.prolist li {
	width: 100%;
}
}
/*单页案例展示*/

.picture {
	padding-top: 90px;
	padding-bottom: 50px;
	overflow: hidden;
}
.caselist ul li {
	width: 31%;
	float: left;
	display: block;
	margin-bottom: 60px;
	margin-left: 2%;
	border-radius: 10px;
}
.caselist ul li:hover {
	top: 0px;
	box-shadow: rgba(0, 0,0, 0.15) 0px 3px 18px 2px;
	cursor: pointer;
}
.caselist li a {
	display: block;/*padding: 0 15px;*/
}
.caselist li .hpimg {
	background: #fff;
	overflow: hidden;
	border-radius: 30px;
}
.caselist li .hpimg img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.caselist li .hptxt {
	height: 70px;
	line-height: 70px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: none;
	background: #eee;
}
.caselist li .hptxt h5 {
	color: #333;
	font-size: 17px;
	font-weight: normal;
}
/*.caselist li:hover img {

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

	transition: all 0.8s;

}*/

.caselist li:hover .hptxt {
	background: #1d4f91;
	transition: all 0.8s;
}
.caselist li:hover .hptxt h5 {
	color: #FFF;
	border-top: none;
}
 @media only screen and (max-width:931px) {
.caselist ul li {
	width: 48%;
}
}
 @media only screen and (max-width:600px) {
.caselist ul li {
	width: 100%;
	margin-left: 0%;
}
}
/*单页联系我们*/

.list_contact {
	padding-top: 100px;
	overflow: hidden;
}
.contact_title {
	text-align: center;
}
.contact_title h2 {
	font-size: 32px;
	line-height: 2;
	color: #ababab;
	font-family: "Arial";
	font-weight: lighter;
}
.contact_title h3 {
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.list_contact .icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	border: solid 2px #dedede;
}
.list_contact .icon img {
	margin-top: 10px;
}
.ditu {
	margin-top: 50px;
}
.contact {
	padding-bottom: 100px;
	padding-top: 100px;
	overflow: hidden;
	margin-bottom: 60px;
}
.ContactInfo ul {
	overflow: hidden;/*box-shadow: -2px 0px 20px 1px rgba(0, 0, 0, 0.12);*/
}
.ContactInfo li {
	float: left;
	width: 49%;
	text-align: center;
	background: #f3f3f3;
	margin-right: 2%;
}
.ContactInfo li:nth-child(2) {
	margin-right: 0px;
}
.ContactInfo li a {
	display: block;
	padding: 42px 10px;
	height: 90px;
}
.ContactInfo li .item {
	display: inline-block;
	margin-top: 15px;
}
.ContactInfo li .item img {
	float: left;
	display: block;
	margin-top: 10px;
}
.ContactInfo li .item div {
	margin-left: 70px;
	text-align: left;
	padding-top: 8px;
}
.ContactInfo li .item div span {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	font-weight: bold;
}
.ContactInfo li .item div p {
	margin-top: 3px;
	color: #333;
	font-size: 17px;
	/*line-height: 16px;*/

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: 'Arial';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.MapBox {
	overflow: hidden;
	margin-bottom: 60px;
}
 @media only screen and (max-width:1031px) {
}
 @media only screen and (max-width:670px) {
.ContactInfo li {
	width: 100%;
	height: auto;
	text-align: left;
}
}
/*分页样式*/

.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: "Arial";
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #056e42;
	border-color: #056e42;
}
.left_box .title {
	font-size: 28px;
	color: #fff;
	line-height: 1.0;
	font-weight: normal;
	padding-top: 32px;
}
/*详情*/

.conBoxli {
	background: #fff;
	padding-bottom: 80px;
	padding-top: 70px;
}
.conBoxli h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.met-editor {
	padding-bottom: 10px;
	text-align: center;
	font-size: 17px;
	color: #000;
	font-family: "Arial";
}
.nrxqzy {
	font-size: 15px;
	padding: 50px 0;
	margin-bottom: 30px;
	line-height: 2.0;
	text-align: justify;
}
.famore {
	display: inline-block;
	width: 120px;
	height: 56px;
	border: 1px solid #e0e0e0;
	position: relative;
	transition: .6s;
	padding: 0 18px;
	line-height: 56px;
	letter-spacing: 1px;
	color: #666;
	font-size: 16px;
	font-family: "Arial";
	padding-left: 30px;
}
.famore .arr {
	background: url(../images/fh.png) no-repeat center;
	width: 26px;
	height: 20px;
	background-size: contain;
	position: absolute;
	/*right: 18px;*/

	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.famore:hover .arr {
	background: url(../images/fh-1.png) no-repeat center;
}
.famore:hover {
	background-color: #056e42;
	color: #fff;/*transform: translateX(4px);*/
}
.share {
	margin-top: 60px;
	margin-bottom: 50px;
}
.skinww {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.nrcompany .share {
	height: auto;
	margin-top: 60px;
	margin-bottom: 50px;
	overflow: hidden;
	/*border-bottom: 1px solid #e6e6e6;*/

	padding-bottom: 60px;
}
.nrcompany .share .more-btn {
	border: 1px solid #e0e0e0;
	color: #666;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 56px;
}
.nrcompany .share .more-btn:hover {
	background-color: #cc2727;
	color: #fff;
	border: 0;
	transition: all .2s linear;
}
.nrcompany .share i {
 font-size: 17px;
	margin-left: 15px;
	transition: margin 300ms;
}
/*@media (max-width:1042px) {

.conBoxli {

	padding-top: 0px;

}

}*/

/*reLink*/

.reLink {
	padding-top: 40px;
	overflow: hidden;
	font-size: 16px;
	border-top: 1px solid #EEE;
}
.prevLink, .nextLink {
	padding-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
.reLink a {
	color: #676767;
	text-decoration: none;
}
.reLink a:hover {
	color: #056e42;/*text-decoration: underline;*/
}
/*单页新闻中心*/

.news {
	padding-top: 90px;
	padding-bottom: 80px;
	overflow: hidden;
}
.newlist dl {
	display: block;
	padding: 30px 7px;
	overflow: hidden;
}
.newlist dl dt {
	float: right;
	display: inline-block;
	text-align: center;
	width: 100px;
	padding: 12px;
	background: #eff3f9;
	margin-top: 20px;
	background: linear-gradient(#b36750, #d39481);
	margin-top: 66px;
}
.newlist dl dt * {
	display: block;
	font-family: 'Century Gothic', Arial;
}
.newlist dl dt span {
	padding-top: 10px;
	font-size: 55px;
	color: #fff;
	line-height: 40px;
}
.newlist dd {
	display: inline-block;
	/*width: calc(96% - 225px);*/

	padding: 10px 30px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-top: 30px;
	width: 82%;
	float: right;
}
.newlist dd a, .newlist dd a * {
	display: block;
}
.newlist dd a h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	line-height: 34px;
	margin-bottom: 5px;
	font-size: 20px;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

	font-weight: 600;
	display: flex;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.newlist dd a h3 em {
	color: #056e42;
}
.newlist dl dd p i {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	line-height: 34px;
	margin-bottom: 5px;
	font-size: 20px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	font-weight: 600;
}
.newlist dd a p {
	font-size: 15px;
	color: #6a6969;
	line-height: 2;
	overflow: hidden;
	padding-top: 20px;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-weight: normal;
	letter-spacing: 1px;
}
.newlist dd a span {
	font-size: 16px;
	color: #6a6969;
	line-height: 2;
	overflow: hidden;
	padding-top: 20px;
	font-family: "Arial";
	display: -webkit-box;
}
.newlist dd i {
	width: 16px;
	height: 16px;
	background: url(../images/clock.png) center center no-repeat;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-top: 10px;
	margin-right: 10px;
}
/*.newlist dl:hover dt *, .newlist dl:hover dd a span, .newlist dl:hover dd a em {

	color: #b49a3d;

}*/

.newlist dl dd a:hover span {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newlist dl .nimg {
	display: inline-block;
	width: 190px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}
.newlist dl .nimg img {
	display: block;
	width: 100%;
}
 @media (max-width:1500px) {
.newlist dd {
	width: 80%;
}
}
 @media (max-width:1422px) {
.newlist dd {
	width: 78%;
}
}
 @media (max-width:1302px) {
.newlist dd {
	width: 76%;
}
}
 @media (max-width:1202px) {
.newlist dd {
	width: 74%;
}
}
 @media (max-width:1106px) {
.newlist dd {
	width: 72%;
}
}
 @media (max-width:1058px) {
.newlist dd {
	width: 70%;
}
}
 @media (max-width:988px) {
.newlist dd {
	width: 67%;
}
}
 @media (max-width:900px) {
.newlist dd {
	width: 73%;
}
}
 @media (max-width:758px) {
.newlist dd {
	width: 70%;
}
}
 @media (max-width:690px) {
.newlist dd {
	width: 67%;
}
}
 @media (max-width:622px) {
.newlist dd {
	width: 64%;
}
}
 @media (max-width:574px) {
.newlist dd {
	width: 100%;
}
.newlist dl .nimg {
	display: none;
}
.newlist dl {
	padding: 0px;
}
}
/*@media (max-width:1299px) {

.newlist dd {

	width: calc(90% - 225px);

}

}

@media only screen and (max-width:940px) {

.newlist dd {

	width: calc(100% - 5px);

}

.newlist dl .nimg {

	display: none;

}

}

@media (max-width:840px) {

.newlist dl {

	padding: 0px 7px;

}

}*/

/*单页新闻中心侧边内容*/

.side_right {
	width: 24%;
	float: right;
	overflow: hidden;
}
.side_left {
	width: 72%;
	float: left;
}
.wztj {
	padding: 20px;
	background: #056e42;
	margin-top: 50px;
	border-radius: 10px;
}
.wztj h3 {
	color: #fff;
	font-size: 28px;
	margin: 10px auto;
	padding: 0 30px;
	border-left: 3px solid #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.wztj ul li:nth-child(1):before {
	content: "01";
}
.wztj ul li:nth-child(3):before {
	content: "02";
}
.wztj ul li:nth-child(4):before {
	content: "03";
}
.wztj ul li:nth-child(5):before {
	content: "03";
}
.wztj ul li:nth-child(6):before {
	content: "05";
}
.wztj ul li:nth-child(7):before {
	content: "06";
}
.wztj ul li {
	margin: 30px 0;
}
.wztj ul li:before {
	margin-right: 10px;
	width: 60px;
	color: #000;
	font-size: 16px;
	background: #fff;
	height: 60px;
	padding: 3px;
	font-family: "Arial";
	border-radius: 3px;
}
.wztj ul li a {
	color: #fff;
	font-size: 16px;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.altj {
	padding: 20px;
	background: #056e42;
	margin-top: 50px;
	border-radius: 10px;
}
.altj h3 {
	color: #fff;
	font-size: 28px;
	margin: 10px auto;
	padding: 0 30px;
	border-left: 3px solid #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	margin-bottom: 30px;
}
.altj li {
	margin-bottom: 20px;
}
.altj li .img-box img {
	display: block;
	width: 100%;
}
.altj li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.altj li .himg {
	overflow: hidden;
}
.altj li h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 3;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background: rgb(0 0 0 / 58%);
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
}
 @media (max-width:1374px) {
.side_right {
	width: 28%;
}
.side_left {
	width: 71%;
}
}
 @media (max-width:1091px) {
.side_right {
	width: 30%;
}
.side_left {
	width: 69%;
}
}

/*@media (max-width:840px) {

.side_left {

	width: 60%;

}

.side_right {

	width: 40%;

}

}*/

@media (max-width:900px) {
.side_left {
	width: 100%;
}
.side_right {
	width: 100%;
}
}

/**/

/*.ny-containBox {

	padding-top: 100px;

	padding-bottom: 120px;

	overflow: hidden;

}

.picture {

	padding-top: 90px;

	padding-bottom: 50px;

	overflow: hidden;

}

.pside_left {

	width: 20%;

	float: left;

	overflow: hidden;

	box-shadow: -2px 0px 20px 1px rgb(0 0 0 / 12%);

}

.pside_right {

	width: 75%;

	float: right;

}

@media (max-width:1374px) {

.pside_left {

	width: 28%;

}

.pside_right {

	width: 71%;

}

}

@media (max-width:1091px) {

.pside_left {

	width: 30%;

}

.pside_right {

	width: 69%;

}

}

@media (max-width:906px) {

.pside_left {

	width: 100%;

}

.pside_right {

	width: 100%;

	margin-top: 30px;

}

}

.paltj {

	padding: 20px;

	border-radius: 10px;

	overflow: hidden;

}

.paltj ul li {

}

.paltj h3 {

	color: #bf3444;

	font-size: 28px;

	margin: 10px auto;

	text-align: center;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

	margin-bottom: 30px;

}

.paltj li .img-box img {

	border-radius: 8px;

}



.pscsb {

	padding-top: 150px;

	padding-bottom: 120px;

	overflow: hidden;

}

.imglist ul li {

	width: 29.4%;

	float: left;

	display: block;

	margin-bottom: 60px;

	margin-right: 1%;

	border: 2px solid #f5f5f5;

	padding: 20px;

}

.imglist ul li:hover {

	top: 0px;

	box-shadow: rgba(0, 0,0, 0.15) 0px 3px 18px 2px;

	cursor: pointer;

}

.imglist li a {

	display: block;

}

.imglist li .hpimg {

	background: #fff;

	overflow: hidden;

}

.imglist li .hpimg img {

	display: block;

	width: 100%;

	margin: 0 auto;

}

.imglist li .hptxt {

	height: 90px;

	line-height: 90px;

	text-align: center;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-top: none;

}

.imglist li .hptxt h5 {

	color: #333;

	font-size: 17px;

	font-weight: normal;

	text-align: left;

}

.imglist li .text {

	box-sizing: border-box;

	margin-bottom: 30px;

}

.imglist li .text .title {

	font-size: 22px;

	font-weight: bold;

	line-height: 30px;

	color: #333;

	margin-top: 10px;

	margin-bottom: 10px;

	display: block;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	transition: all .3s linear;

}

.imglist li .text .sort {

	color: #adadad;

	font-size: 14px;

	line-height: 25px;

	height: 25px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	transition: all .1s linear;

	font-family: "Arial";

}

.imglist li:hover img {

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

	transition: all 0.8s;

}

.imglist li:hover .hptxt {

	background: #022e77;

	transition: all 0.8s;

}

.imglist li:hover .hptxt h5 {

	color: #FFF;

	border-top: none;

}

@media only screen and (max-width:1506px) {

.imglist ul li {

	width: 29%;

}

}

@media only screen and (max-width:1392px) {

.imglist ul li {

	width: 28.5%;

}

}

@media only screen and (max-width:1218px) {

.imglist ul li {

	width: 28%;

}

}

@media only screen and (max-width:1072px) {

.imglist ul li {

	width: 27.5%;

}

}

@media only screen and (max-width:962px) {

.imglist ul li {

	width: 44%;

}

}

@media only screen and (max-width:928px) {

.imglist ul li {

	width: 43%;

}

}

@media only screen and (max-width:774px) {

.imglist ul li {

	width: 42%;

}

.pscsb {

	padding-top: 0px;

}

}

@media only screen and (max-width:662px) {

.imglist ul li {

	width: 93%;

}

}

@media only screen and (max-width:520px) {

.imglist ul li {

	width: 90%;

}

}

@media only screen and (max-width:392px) {

.imglist ul li {

	width: 88%;

}

}

@media only screen and (max-width:326px) {

.imglist ul li {

	width: 85%;

}

}*/

/*IMGLIST*/

/*.ImgList li {

	float: left;

	width: 33.3%;

}

.ImgList li a {

	display: block;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

	margin: 0 10px 40px 10px;

	position: relative;

}

.ImgList li .img-cover {

	overflow: hidden;

	position: relative;

	padding-top: 80%;

	border: 2px solid #eee;

}

.ImgList li .img-cover span {

	display: block;

	width: 100%;

	background: #fffefe no-repeat center / contain;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

}

.ImgList li .text {

	line-height: 60px;

	font-size: 16px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	text-align: center;

	color: #333;

	background: #eee;

}

.ImgList li a:hover {

	background-color: #cd322a;

	box-shadow: 0px 4px 16px rgba(29, 79, 145, 0.3);

}

.ImgList li a:hover .text {

	color: #1d4f91;

}

.ImgList li a:hover .img-cover span {

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

}

@media only screen and (max-width:979px) {

.ImgList li {

	float: left;

	width: 50%;

}

}

@media only screen and (max-width:600px) {

.ImgList li {

	width: 100%;

}

}*/

/*单页推荐内容*/

/*1*/

/*.xwtj {

	padding-bottom: 30px;

	overflow: hidden;

}

.relate-title {

	font-size: 26px;

	line-height: 2.857;

	margin-bottom: 15px;

}

.relate-title span {

	display: inline-block;

	color: #083b71;

}

.xw_til h3 {

	font-size: 25px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	border-bottom: 1px solid #333;

	padding-bottom: 30px;

}

.n-tit {

	margin-bottom: 30px;

}

.n-tit h3 {

	line-height: 35px;

	font-size: 24px;

}

.n-tit s {

	width: 4px;

	height: 22px;

	margin-right: 15px;

	background: #083b71;

	display: inline-block;

	vertical-align: middle;

}

.txtlistbox li {

	width: 48.5%;

	float: left;

	margin-bottom: 16px;

	background: #f0f0f0;

}

.txtlistbox li a {

	display: block;

	padding: 28px;

}

.txtlistbox .item .time {

	display: block;

	width: 90px;

	height: 66px;

	border-right: 1px solid #ddd;

	line-height: 20px;

	margin-right: 30px;

	color: #000;

	vertical-align: middle;

	font-family: "Arial";

	margin-top: 10px;

}

.txtlistbox .item .time b {

	color: #000;

	display: block;

	font-size: 48px;

	line-height: 48px;

}

.txtlistbox .item h3 {

	font-size: 18px;

	vertical-align: top;

	color: #333;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	overflow: hidden;

	-webkit-line-clamp: 1;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

.txtlistbox .item p {

	text-overflow: ellipsis;

	font-size: 14px;

	font-family: Source Han Sans CN;

	font-weight: 400;

	color: #aaa;

	line-height: 1.8;

	word-break: break-all;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	letter-spacing: 1px;

	margin-top: 10px;

}

.txtlistbox li:nth-child(2n) {

	float: right;

}

.txtlistbox .item:hover {

	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

}

@media (max-width: 1070px) {

.txtlistbox .item p {

	-webkit-line-clamp: 2;

}

}

@media (max-width: 962px) {

.textlist .item {

	width: 47.5%;

}

.txtlistbox li {

	width: 100%;

}

}

@media (max-width: 510px) {

.txtlistbox .item p {

	-webkit-box-orient: horizontal;

}

}*/

/*2*/

/*.cptj {

	padding-bottom: 60px;

	overflow: hidden;

}

.cp_til h3 {

	font-size: 25px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	border-bottom: 1px solid #333;

	padding-bottom: 30px;

}

.img-list-md {

	margin: 20px 0px;

	padding: 30px;

	border: 1px dashed #dddddd;

	box-sizing: border-box;

	margin-bottom: 2%;

	background-color: #FFF;

	overflow: hidden;

}

.img-list-md h3 {

	font-size: 18px;

	font-weight: 300;

	margin: 0px;

	width: 160px;

	height: 40px;

	background-color: #083b71;

	text-align: center;

	color: #FFF;

	line-height: 40px;

	font-family: "Source Han Sans CN", SimHei, 微软雅黑;

}

.img-list-md ul {

	margin-top: 10px;

	margin-bottom: 0px;

}

.img-list-md ul li {

	display: block;

	padding: 10px 0;

	width: 24%;

	margin-left: 1.333%;

	float: left;

}

.img-list-md ul li:nth-child(1) {

	margin-left: 0;

}

.img-list-md ul li a {

	display: block;

	position: relative;

}

.img-list-md ul li .hmimg {

	border: 1px solid #ddd;

	padding: 3px;

	overflow: hidden;

}

.img-list-md ul li .hmimg img {

	display: block;

	width: 100%;

}

.img-list-md ul li a span {

	position: absolute;

	bottom: -16px;

	left: 10%;

	color: #000;

	width: 80%;

	height: 40px;

	line-height: 40px;

	background: #fff;

	font-size: 15px;

	text-align: center;

	overflow: hidden;

	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);

}

.img-list-md ul li a:hover .hmimg {

	border: 1px solid #022e77;

}

.img-list-md ul li a:hover span {

	background: #022e77;

	color: #fff;

}

@media only screen and (max-width:903px) {

.img-list-md ul li {

	width: 49%;

	margin-left: 2%;

	margin-bottom: 3%;

}

.img-list-md ul li:nth-child(3) {

	margin-left: 0;

}

}

@media only screen and (max-width:494px) {

.img-list-md ul li {

	width: 99%;

}

.img-list-md ul li:nth-child(2) {

	margin-left: 0;

}

.img-list-md ul li:nth-child(4) {

	margin-left: 0;

}

}*/
