@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%;
}
}
/*头部*/
.line_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
}
.line_title span {
	font-size: 42px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: bold;
}
.line_title p {
	/*font-size: 24px;
	color: #2f2f2f;
	margin-top: 12px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	font-size: 20px;
	color: #7d7d7d;
	margin-top: 12px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: lighter;
}
/**/
.line_tit {
	text-align: center;
}
.line_tit strong {
	display: block;
	color: #1b3884;
	font-size: 42px;
	background: url(../images/tit.png) center no-repeat;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.line_tit strong b {
	color: #333;
	background: url(../images/tit.png) center no-repeat;
}
.line_tit p {
	font-size: 20px;
	color: #7d7d7d;
	margin-top: 12px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: lighter;
}
@media only screen and (max-width:620px) {
.line_tit strong {
	font-size: 32px;
}
}
@media only screen and (max-width:338px) {
.line_tit strong {
	font-size: 20px;
}
.line_tit p {
	font-size: 15px;
}
}
/*首页关于我们*/
.home_about {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	/*background: url(../images/adv_bg.jpg) no-repeat bottom center;*/
	background: url(../images/adv_bg.jpg);
}
.abg-hui1 {
	width: 50%;
	float: left;
	display: block;
	visibility: visible;
	position: relative;
}
.abg-hui1 .img {
	overflow: hidden;
	position: relative;
}
.abg-hui1 .img img {
	display: block;
	width: 100%;
	transition: 1s;
	-webkit-transition: 1s;
}
.abg-hui1 .abox-np {
	position: absolute;
	left: 8%;
	top: 10%;
	width: 80%;
}
.abox-np .dn1 {
	font-weight: bold;
	color: #222;
	line-height: 2;
	font-size: 14px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.abox-np h2{
	font-weight: bold;
	color: #1b3884;
	line-height: 2;
	font-size: 29px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.abox-np .dn2 {
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.2;
	/*font-weight: bold;*/
	font-family: Arial;
	/*font-size: 48px;*/
	font-size: 36px;
}
.abox-np .wz {
	width: 95%;
	text-align: justify;
	height: 190px;
	margin: 4% 0px 8%;
	font-size: 16px;
	overflow: hidden;
	line-height: 38px;
}
.com-btn1 a {
	padding: 10px 26px;
	font-family: "Arial";
	font-size: 16px;
	background: #1b3884;
	border: 1px solid #1b3884;
	color: #FFF;
}
.com-btn1 a:hover {
	color: #fff;
	border: 1px solid #000;
	background: #000;
	transition: all 0.4s;
}
.abg-hui2 {
	width: 50%;
	float: right;
	display: block;
}
.abg-hui2 .img-box {
	display: block;
	width: 100%;
}
.abg-hui2 .img-box img {
	vertical-align: middle;
	width: 100%;
	display: block;
	box-shadow: 0px 4px 6px -2px rgba(0,0,0,.05), 0px 10px 15px -3px rgba(0,0,0,.1);
}
@media only screen and (max-width:1441px) {
.abg-hui1 .abox-np {
	width: 88%;
	left: 2%;
}
.abox-np .wz {
	width: 100%;
}
}
@media only screen and (max-width:1260px) {
.abg-hui1 .abox-np {
	top: 0;
}
.abox-np .wz {
	height: 110px;
	line-height: 28px;
}
}
@media only screen and (max-width:1023px) {
.abg-hui1 {
	width: 100%
}
.abg-hui2 {
	width: 100%
}
.abg-hui1 .img {
	display: none;
}
.abg-hui1 .abox-np {
	position: relative;
	left: auto;
	top: auto;
	width: 90%;
	/*padding: 40px 5% 55px;*/
	padding-bottom: 5%;
}
.abox-np .wz {
	height: auto;
}
.home_about {
	padding-top: 50px;
	padding-bottom: 100px;
}
}
@media only screen and (max-width:450px) {
.abox-np h2 {
    font-size: 23px;
}
}
@media only screen and (max-width:350px) {
.abox-np h2 {
    font-size: 18px;
}
}
@media only screen and (max-width:422px) {
.abox-np .dn2 {
	font-size: 26px;
}
}
/*数字滚动*/
.sz {
	padding: 100px 0;
	overflow: hidden;
	background: #1b3884;
}
.digital {
}
.main {
/*width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 150px;*/
}
.mumping_mun li {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding: 0 20px;
}
.ny_wpline_content {
	border-top: 2px solid #ffffff;
	margin: 16px 0;
	opacity: 0.5;
}
.mumping_mun span {
	display: block;
	text-align: center;
	height: auto;
	padding-top: 20px;
}
.mumping_mun span em {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 100px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
}
.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;
}
.mumping_mun p {
	font-size: 15px;
	color: #fff;
}
@media only screen and (max-width:1004px) {
.mumping_mun span em {
	font-size: 90px;
}
}
@media only screen and (max-width:790px) {
.mumping_mun span em {
	font-size: 60px;
}
.mumping_mun p {
	font-size: 13px;
}
}
@media only screen and (max-width:580px) {
.digital {
	padding-top: 10px;
}
.mumping_mun li {
	width: 50%;
}
}
@media only screen and (max-width:380px) {
.mumping_mun li {
	width: 100%;
}
}
/*首页产品中心*/
.home_product {
	padding: 100px 0;
	overflow: hidden;
}
.hpro_boxcon{
	margin-top:60px;
}
.hpro_menu {
	padding: 30px 10px 30px 50px;
	overflow: hidden;
	border: 1px solid #08584b;
	background: #1b3884;
	position: relative;
}
.hpro_menu ul li {
	width: 20%;
	float: left;
}
.hpro_menu ul li a {
	display: block;
	font-size: 17px;
	line-height: 50px;
	position: relative;
	padding-left: 18px;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 1px;
}
.hpro_menu ul li em {
	display: block;
    width: 16px;
    height: 16px;
    padding: 2px;
    border: 1px solid #fff;
    float: left;
    margin-right: 10px;
    margin-top:15px;
    transition: .4s;
}
.hpro_menu ul li em i {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .4s;
}
.hpro_menu ul li b {
	padding-right: 10px;
}
/*.hpro_menu ul li a:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	left: 0;
	border: solid 2px #d8d8d8;
	top: 20px;
}
.hpro_menu:after {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: solid 1px rgba(255, 255 , 255, 0.4);
	left: 9px;
	top: 9px;
	z-index: 0;
}*/
.h_prolist {
	margin-top: 60px;
}
.h_prolist ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(100% / 3 - 40px /3);
	position: relative;
	overflow: hidden
}
.h_prolist ul li .pic {
	width: 100%;
	overflow: hidden
}
.h_prolist ul li .pic img {
	width: 100%;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.h_prolist ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scal(1.1);
}
.h_prolist ul li:nth-child(3n) {
	margin-right: 0
}
.h_prolist ul li span {
	display: block;
	background: rgba(255,255,255,0);
	width: 200%;
	height: 200%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	z-index: 2;
	transition: all 0.3s;
}
.h_prolist ul li .cont {
	width: 200px;
	height: 64px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	background: rgba(0,0,0,0.3);
	transition: all 0.3s;
	font-size: 22px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h_prolist ul li .cont .title {
	transition: all 0.3s;
	background: url(../images/g_06.png) right center no-repeat;
	background-size: 0
}
.h_prolist ul li:hover .cont .title {
	background: url(../images/g_06.png) right center no-repeat;
	padding-right: 40px
}
.h_prolist ul li:hover .cont {
	background: #1b3884;
	border: 1px solid #1b3884
}
.h_prolist ul li:hover span {
	background: rgba(255,255,255,0.5);
	transform: translate(-50%, -50%) scale(1);
}
.h_prolist ul li:nth-child(n+4) {
	margin-bottom: 0
}
@media only screen and (max-width:1056px) {
.hpro_menu ul li {
    width: 25%;
}
}
@media only screen and (max-width:798px) {
.hpro_menu ul li {
    width: 33.3%;
}
.hpro_menu {
    padding: 10px 10px 10px 10px;
}
}
@media only screen and (max-width:358px) {
.hpro_menu ul li a {
    font-size: 15px;
}
}
@media only screen and (max-width:584px) {
.hpro_menu ul li {
    width: 50%;
}
}
@media only screen and (max-width:600px) {
.h_prolist ul li {
	width: 100%;
	float: none;
}
}
/*首页案例展示*/
.home_case {
	padding-bottom: 100px;
	overflow: hidden;
	background: url(../images/index_bg1.png);
}
.home_case .h_title {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.hc_boxlist {
	margin-top: 60px;
}
.hc_boxlist li {
	width: 33.33%;
	float: left;
	padding: 15px 4px;
	box-sizing: border-box;
}
.hc_boxlist li .himg {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hc_boxlist li .himg img {
	display: block;
	transition: all 0.3s linear;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.hc_boxlist li .himg .img_icon {
	display: none;
}
.hc_boxlist li .himg a {
	display: block;
}
.hc_boxlist li .himg a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.hc_boxlist li .himg a:hover .img_icon {
	display: block;
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 2;
}
.hc_boxlist li .himg a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	/*background: rgba(227, 29, 26, 0.8);*/
	background: rgba(27, 56, 132, 0.8);
	transition: all 0.3s;
	z-index: 1;
}
.hc_boxlist li .himg:hover a:before {
	height: 100%;
}
.hc_boxlist li .wz_txt {
	height: 90px;
	background: #f8f8f8;
}
.hc_boxlist li .wz_txt p {
	font-size: 30px;
	color: #000000;
	line-height: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 12px;
	font-weight: bold;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.hc_boxlist li .wz_txt span {
	display: block;
	font-size: 13px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hc_boxlist li .wz_txt a:hover p {
	color: #1b3884;
}
@media only screen and (max-width:600px) {
.hc_boxlist li {
	width: 100%;
	float: none;
}
}
/*首页优势*/
.home_ys {
	padding-top: 100px;
	background: url(../images/bg.jpg) no-repeat 50% 0;
	background-size: cover;
	padding-bottom: 160px;
	overflow: hidden;
}
.ys_tit {
}
.ys_tit h2 {
	text-align: center;
	font-weight: 600;
	font-size: 42px;
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ys_tit p {
	color: #fff;
	font-size: 20px;
	margin-top: 27px;
	text-align: center;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.in02a {
	box-shadow: 0px 2px 5px 0px #f8f8f8;
	background-color: #fff;
	overflow: hidden;
	margin-top: 80px;
}
.in02a ul li {
	float: left;
	text-align: center;
	position: relative;
	width: 25%;
	padding: 60px 0;
}
.in02a li a {
	display: block;
	height: auto;
	overflow: hidden;
}
.in02b {
	position: relative;
	height: 180px;
}
.in02b strong {
	position: absolute;
	left: 29%;
	top: 0;
	display: block;
	font-size: 180px;
	line-height: 140px;
	background-image: linear-gradient(#f6f6f6, #fcfcfc);
	z-index: 1;
	transition: .4s;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: "Arial";
}
.in02a li:hover strong {
	top: 2rem;
}
.in02b img {
	display: block;
	margin: 0 auto;
	transition: .4s;
	padding-top: 120px;
	z-index: 2;
	position: relative;
}
.in02a li:hover img {
	padding-top: 40px;
}
.in02a li span {
	display: block;
	font-size: 26px;
	line-height: 40px;
	padding: 5px 0;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: bold;
	color: #000;
}
.in02a li p {
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
@media only screen and (max-width:900px) {
.ys_tit h2 {
	font-size: 32px;
}
}
@media only screen and (max-width:676px) {
.ys_tit h2 {
	font-size: 25px;
}
}
@media only screen and (max-width:546px) {
.ys_tit h2 {
	font-size: 20px;
}
.ys_tit p {
	font-size: 15px;
}
}
@media only screen and (max-width:842px) {
.in02a ul li {
	width: 50%;
	padding: 20px 0;
}
.in02b strong {
	left: 32%;
}
}
@media only screen and (max-width:630px) {
.in02b strong {
	left: 27%;
}
}
@media only screen and (max-width:400px) {
.in02a ul li {
	width: 100%;
	padding: 20px 0;
}
.in02b strong {
	left: 32%;
}
}
/*首页新闻中心*/
/*.home_new {
	padding: 90px 0 150px;
	background-color: #f1f3f5;
	overflow: hidden;
}
.xw_list {
	margin-top: 60px;
}
.xw_list ul li {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
	float: left;
}
.xw_list ul li:nth-child(3), .xw_list ul li:nth-child(6), .xw_list ul li:nth-child(9), .xw_list ul li:nth-child(12) {
	margin-right: 0%;
}
.xw_list ul li a {
	display: block;
	padding: 30px;
	background: #f4f4f4;
	border-radius: 24px;
	border-bottom-right-radius: 0;
}
.xw_list ul li .item_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xw_list ul li .date {
	color: #474747;
	font-size: 16px;
	transition: .4s all ease;
	font-family: "Arial";
}
.xw_list ul li .date b {
	font-size: 36px;
	margin-right: 6px;
}
.xw_list ul li .title {
	font-size: 24px;
	color: #474747;
	margin-top: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .4s all ease;
}
.xw_list ul li:hover .date b {
	color: #1b3884;
}
.xw_list ul li:hover .title {
	color: #1b3884;
}*/
.home_new {
	padding: 90px 0 150px;
	overflow: hidden;
}
.news_con {
	margin-top: 80px;
	overflow: hidden;
}
.new_l {
	width: 46%;
	padding-right: 4%;
	float: left;
	background: url(../images/news_line0.gif) repeat-y right;
}
.new_r {
	width: 46%;
	padding-left: 4%;
	float: left;
}
.xw_y {
	padding: 10px 0 0;
	overflow: hidden;
}
.xw_y dl {
	width: 100%;
	overflow: hidden;
}
.xw_y dt {
	width: 250px;
	height: 168px;
	float: left;
	overflow: hidden;
	padding: 17px 0 0 0;
}
.xw_y dt img {
	display: block
}
.xw_y dd {
	overflow: hidden;
	margin-left: 290px;
	padding-top: 10px;
}
.xw_y dd h5 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
}
.xw_y dd h5 a {
	font-size: 16px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xw_y .news_desc {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 66px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.xw_y dd span {
	display: block;
	width: 92px;
	padding: 13px 0 0;
}
.xw_y dd span a {
	display: block;
	font-size: 13px;
	color: #333;
	width: 90px;
	height: 25px;
	text-align: center;
	line-height: 23px;
	border: #666 1px solid;
	overflow: hidden;
}
.xw_y dd span a:hover {
	background: #1b3884;
	color: #fff;
	border: #1b3884 1px solid;
}
.xw_e dl {
	width: 100%;
	height: auto;
	border-bottom: #dcdcdc 1px dashed;
	padding: 15px 0;
}
.xw_e dt {
	width: 80px;
	float: left;
	font-size: 15px;
	color: #545454;
	text-align: center;
	background: #f5f5f5;
	line-height: 34px;
	font-family: "Arial";
}
.xw_e dt i {
	display: block;
	font-size: 30px;
	line-height: 45px;
	color: #7d7d7d;
	background: #eaeaea;
	font-weight: bold;
}
.xw_e dd {
	margin-left: 100px;
	overflow: hidden;/* width:395px; */
}
.xw_e dd h5 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
}
.xw_e dd h5 a {
	font-size: 16px;
	color: #010101;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xw_e dd h5 a:hover {
	color: #1b3884;
}
.xw_e .news_desc {
	font-size: 14px;
	font-weight: 300;
	color: #9a9a9a;
	line-height: 22px;
	height: 44px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new_l .xw_e {
	margin-top: 28px;
}
 @media only screen and (max-width:1024px) {
.xw_y dt {
	width: 180px;
}
.xw_y dd {
	margin-left: 200px;
}
}
@media only screen and (max-width:768px) {
.new_l {
	width: 100%;
	padding-right: 0;
	float: none;
	background: none;
}
.new_r {
	width: 100%;
	padding-left: 0;
	float: none;
}
}
@media only screen and (max-width:600px) {
.xw_y dt {
	width: 100%;
	float: left;
}
.xw_y dd {
	width: 100%;
	float: right;
	margin-left: 0;
}
}
/*单页大图*/
/*.nybanner {
	width: 100%;
	display: block;
	padding-top: 120px;
	overflow: hidden;
	height: 400px;
}
.nybanner img {
	width: 100%;
	display: block
}
@media only screen and (max-width:1283px) {
.nybanner {
	padding-top: 60px;
}
}*/
.nyban {
	width: 100%;
	height: 400px;
	display: block;
	overflow: hidden;
}
.nyban {
	display: block;
	padding-top: 120px;
	overflow: hidden;
}
.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;
}
/* 面包屑 */
/*.breav-nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.location {
	background: url(../images/home.png) left center no-repeat;
	padding-left: 38px;
	float: left;
	overflow: hidden;
	color: #5a5a5a;
	font-size: 15px;
	overflow: hidden;
	font-size: 14px;
}
.location a {
	color: #000;
	overflow: hidden;
	font-size: 14px;
}*/
.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 only screen and (max-width:998px) {
.nyban {
	padding-top: 20px;
	height: 300px;
}
}
/*详情页*/
.show_ny {
	overflow: hidden;
	background: #fff;
	padding: 100px 0;
}
.conBoxli {
/*padding: 50px;*/
}
.nrcompany {
	margin: 0 auto;
}
.nrcompany h1 {
	text-align: center;
	line-height: 45px;
	font-size: 29px;
	font-weight: normal;
	/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	color: #000;
	font-family: "Arial";
}
.met-editor {
	line-height: 60px;
	text-align: center;
	font-size: 17px;
	color: #656565;
	font-family: "Arial";
}
.nrxqzy {
	font-size: 15px;
	padding: 20px 0;
	line-height: 2.0;
	text-align: justify;
	border-top: #eeeeee solid 1px;
	border-bottom: #eeeeee solid 1px;
}
.btn {
	margin-top: 60px;
	margin-bottom: 50px;
	overflow: hidden;
}
.btn a {
	float: left;
	white-space: nowrap;
	padding: 0 24px;
	color: #333;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 36px;
	height: 38px;
	border-radius: 38px;
	display: flex;
	align-items: center;
	background-position: right bottom;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.btn a i {
	display: block;
	position: relative;
	width: 17px;
	height: 15px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-right: 12px;
}
.btn a i:after {
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	background: #333;
}
.btn a:hover {
	color: #fff;
	background: linear-gradient(to left, transparent 50%, #1b3884 50%);
	background-size: 200% 100%;
	background-position: left bottom;
}
.btn a:hover i {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.btn a:hover i:after {
	background: #fff;
}
/*分页样式*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: "Arial";
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	border: solid 1px #e7e7e7;
	border-radius: 6px;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #1b3884;
}
.left_box .title {
	font-size: 28px;
	color: #fff;
	line-height: 1.0;
	font-weight: normal;
	padding-top: 32px;
}
/*reLink*/
.reLink {
	padding-top: 40px;
	overflow: hidden;
	font-size: 14px;
	border-top: 1px solid #EEE;
	color: #666;
}
.prevLink, .nextLink {
	padding-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	font-family: "Arial";
}
.reLink a {
	color: #666;
	text-decoration: none;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.reLink a:hover {
	color: #1b3884;
}
@media (max-width:913px) {
.show_left {
	width: 100%;
}
.show_right {
	width: 100%;
}
}
/*单页关于我们*/
.page {
	overflow: hidden;
	padding: 115px 0 20px;
}
.page_ab {
	overflow: hidden;
	padding: 115px 0 60px;
	background: url(../images/ab_bj.png)no-repeat right bottom;
	background-size: auto 80%;
	display: flex;
	flex-direction: column;
	background-attachment: fixed;
}
.pabout_box {
	overflow: hidden;
}
.page_titles {
	float: left;
	width: 100%;
	position: relative;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	font-family: "Arial";
}
.page_title {
	float: left;
	width: 100%;
	position: relative;
	color: #1b3884;
	font-size: 40px;
	font-weight: bold;
	line-height: 2;
	padding-bottom: 52px;
	text-align: center;
}
.pabout_box p {
	font-size: 16px;
	line-height: 4;
	color: #000;
	/*margin: 35px 0 20px;*/
	text-align: justify;
}
.ab02 {
	background: url(../images/wh.jpg);
	background-size: cover;
	padding: 80px 0 150px;
	overflow: hidden;
}
.ab02 .ihd .titles {
	font-size: 18px;
	margin: 0 auto;
	line-height: 3;
	font-family: "Arial";
	font-weight: bold;
	color: #1b3884;
	text-align: center;
}
.ab02 .ihd .title {
	font-size: 40px;
	width: fit-content;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 1;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: bold;
}
.ab02 .ibd {
	margin-top: 100px
}
.ab02 .ibd .item {
	width: 49%;
	height: 250px;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #f8f8f8;
	float: left;
	margin-right: 19px;
	margin-bottom: 19px
}
.ab02 .ibd .item:nth-child(2n) {
	margin-right: 0
}
.ab02 .ibd .item .pic {
	width: 30%;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab02 .ibd .item .pic img {
	height: 96px;
	transition: all 0.5s
}
.ab02 .ibd .item:hover .pic img {
	transform: rotate(360deg)
}
.ab02 .ibd .item:hover {
	background: url(g_23.jpg) center center no-repeat;
	background-size: cover
}
.ab02 .ibd .item .cont {
	width: 60%;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}
.ab02 .ibd .item .cont .title {
	font-size: 26px;
	/*color: #515151;*/
	color: #1b3884;
	font-weight: bold;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ab02 .ibd .item .cont .intro {
	font-size: 18px;
	color: #515151;
	line-height: 2;
	margin-top: 15px
}
@media (max-width: 1008px) {
.ab02 .ibd .item {
	width: 100%;
	height: 200px;
}
}
@media (max-width: 486px) {
.ab02 .ibd .item {
	height: 260px;
}
.ab02 .ibd .item .cont .intro {
	font-size: 16px;
}
}
@media (max-width: 358px) {
.ab02 .ibd .item .pic {
	display: none;
}
.ab02 .ibd .item .cont {
	width: 90%;
	padding: 20px;
}
.ab02 .ibd .item .cont .intro {
	font-size: 13px;
}
.ab02 .ibd .item {
	height: 230px;
}
}
/**/
.ny-containBox {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}
/*单页左侧分类*/
/***************/
.side_left {
	width: 255px;
	float: left;
	overflow: hidden;
}
.side_right {
	margin-left: 300px;
	overflow: hidden;
}
/*二、三级导航*/
.submuen {
	margin-bottom: 15px;
	overflow: hidden;
}
.submuen_title {
	text-align: center;
	height: 80px;
	background: #1b3884;/*border-top-right-radius: 20px;
	border-top-left-radius: 20px;*/
}
.submuen_title h3 {
	font-size: 28px;
	color: #fff;
	line-height: 80px;
	font-weight: normal;
}
.submuen_nav {
	background: #f5f5f5;
	margin-top: 3px;
	margin-bottom: 1px;
}
.submuen_nav ul li {
	line-height: 30px;
	border-bottom: 2px solid #FFF;
	font-size: 16px;
	padding: 15px 0;
}
.submuen_nav ul li a {
	display: block;
	color: #222;
	padding-left: 46px;
	padding-right: 18px;
	/*background: url(../images/lnav_p.png) no-repeat 26px center;*/
}
.submuen_nav ul li a.cur, .submuen_nav ul li a:hover {
	color: #1b3884;/*background: url(../images/lnav_ph.png) no-repeat 26px center;*/
}
.submuen_nav ul li .level_nav {
	border-top: 2px solid #FFF;
}
.submuen_nav ul li .level_nav a {
	line-height: 45px;
	height: 45px;
	padding-left: 50px;
	font-size: 14px;
	color: #686868;
	background: url(../images/ico02.png) no-repeat 32px 20px;
}
.submuen_nav ul li .level_nav a:hover, .submuen_nav ul li .level_nav a.curre {
	background: #2f7d70 url(../images/ico02_h.png) no-repeat 32px 20px;
	color: #ffffff;
}
.submuen .tel1 {
	color: #fff;
	height: 85px;
	background: #2f7d70;
	border-bottom-left-radius: 50px;
	padding-top: 20px;
}
.submuen .tel1 .telb {
	background: url(../images/tel_tip.png) no-repeat 15px;
	padding-left: 68px;
}
.submuen .tel1 span {
	font-size: 16px;
	line-height: 1.4;
	padding-top: 9px;
	display: block;
}
.submuen .tel1 p {
	font-size: 25px;
	line-height: 1;
	color: #ffd126;
	font-family: 'impact';
}
.xypg-left-box {
	margin-bottom: 20px;
	overflow: hidden;
}
.xypg-left-title {
	background: #1b3884;
	padding: 10px 20px;
	position: relative;
}
.xypg-left-title h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
}
.xypg-left-title span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	opacity: .6;
	margin-left: 10px;
	text-transform: capitalize;
	font-family: "Arial";
}
.xypg-left-title i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 67px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
}
.xypg-left-con {
	border: 1px dashed #f1f1f1;
	border-top: none;
	overflow: hidden;
}
.hot-keys {
	padding: 20px 7px 8px 7px;
}
.hot-keys li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.hot-keys li a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #5a5a5a;
	line-height: 2.857;
	border: 1px dashed #f1f1f1;
}
.list_news {
	background: #FFF;
	overflow: hidden;
	margin-top: 20px;
}
.pnew_tit {
	background: #1b3884;
	padding: 10px 20px;
	position: relative;
}
.pnew_tit h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
}
.pnew_tit span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	opacity: .6;
	margin-left: 10px;
	text-transform: capitalize;
	font-family: "Arial";
}
.pnew_tit i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 67px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
}
.pnew_tits {
	position: relative;
	/* border-radius: 6px;*/
	overflow: hidden;
	background: #1b3884;
	padding: 18px 38px;/*box-shadow: 0 12px 30px rgba(80, 80, 80, .1);*/
}
.pnew_tits i {
	position: absolute;
	line-height: 1;
	transition: all .6s ease 0s;
	color: rgba(212, 212, 212, .41);
	font-family: "Source Han Sans CN", SimHei, å¾®è½¯é›…é»‘;
	font-weight: bold;
	bottom: -18px;
	font-size: 128px;
	right: 0px;
	float: right;
}
.pnew_tits span {
	font-size: 24px;
	color: #fff;
}
.pnew_tits p {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-family: "Arial";
	opacity: 0.68;
}
.list_news .GetTop {
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	font-size: 18px;
	background: #eb3d01;
	font-weight: normal;
}
.list_news ul {
	margin-top: 23px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 hsla(0,0%,59.2%,.1);
	border: 1px dashed #f1f1f1;
	padding: 30px 22px 30px 18px;
	box-sizing: border-box;
}
.list_news ul li {
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_news ul li a {
	font-size: 15px;
	color: #5a5a5a;
}
.list_news ul li a span {
	font-size: 14px;
	color: #999;
	font-family: "Arial";
}
.list_news ul li i {
	float: left;
	font-size: 14px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #eb3d01;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 8px;
	border-radius: 3px;
	font-family: Arial;
}
.list_news ul li a:hover {
	color: #1b3884;
}
.list_news ul li:nth-child(1) i {
	background: #0189e1;
}
.list_news ul li:nth-child(2) i {
	background: #0189e1;
}
.list_news ul li:nth-child(3) i {
	background: #0189e1;
}
.page-wrap-contact {
	padding: 20px 0;
}
.page-wrap-contact h4 {
	padding-left: 14px;
	font-size: 16px;
	color: #000000;
	line-height: 3;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.page-wrap-contact p {
	position: relative;
	margin-bottom: 0;
	padding: 0 14px;
	color: #2f2f2f;
	line-height: 30px;
	font-family: "Arial";
}
@media only screen and (max-width:768px) {
.side_left {
	width: 100%;
	float: none;
	overflow: hidden;
}
.side_right {
	width: 100%;
	margin-left: 0;
	overflow: hidden;
}
}
/*单页服务中心*/
.pfwzx {
	margin-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;
}
.pfwzx_box {
}
.pfwzx_box p {
}
/*单页案例展示*/
.pcase {
	margin-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;
}
.imglist {
}
.imglist li {
	width: 33.33%;
	float: left;
	padding: 15px 4px;
	box-sizing: border-box;
}
.imglist li .himg {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.imglist li .himg img {
	display: block;
	transition: all 0.3s linear;
}
.imglist li .himg .img_icon {
	display: none;
}
.imglist li .himg a {
	display: block;
}
.imglist li .himg a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.imglist li .himg a:hover .img_icon {
	display: block;
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 2;
}
.imglist li .himg a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background: rgba(227, 29, 26, 0.8);
	transition: all 0.3s;
	z-index: 1;
}
.imglist li .himg:hover a:before {
	height: 100%;
}
.imglist li .wz_txt {
	height: 50px;
}
.imglist li .wz_txt p {
	font-size: 16px;
	color: #000000;
	margin-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.imglist li .wz_txt span {
	display: block;
	font-size: 13px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.imglist li .wz_txt a:hover p {
	color: #e31d1a;
}
 @media only screen and (max-width:600px) {
.imglist li {
	width: 100%;
	float: none;
}
}
/*单页新闻中心*/
.news {
	padding-top: 120px;
	padding-bottom: 200px;
	overflow: hidden;
}
.newlist li {
	height: 180px;
	overflow: hidden;
}
.newlist li .time {
	float: left;
	display: block;
	width: 105px;
	height: 85px;
	text-align: center;
	background: #eee;
	color: #999;
	font-family: "Arial";
}
.newlist li .time em {
	height: 35px;
	background: #f5f5f5;
	display: block;
	line-height: 35px;
	font-size: 14px;
}
.newlist li .time span {
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 30px;
}
.newlist li .linn {
	margin-left: 128px;
}
.newlist li .name {
	color: #222222;
	height: 35px;
	border-bottom: #e0e0e0 solid 1px;
	overflow: hidden;
	font-size: 18px;
}
.newlist li .name em {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.newlist li .content {
	line-height: 24px;
	overflow: hidden;
	padding-top: 10px;
	height: 50px;
	margin-bottom: 10px;
	color: #999;
	font-size: 15px;
}
.newlist li .btnmore {
	width: 52px;
	color: #666;
	font-size: 12px;
	background: url(../images/ico2.png) right center no-repeat;
}
.newlist li:hover .time {
	background: #1b3884;
	color: #fff;
}
.newlist li:hover .time em {
	background: #1b3884;
}
.newlist li:hover .name {
	color: #1b3884;
	font-weight: bold;
}
.newlist li:hover .btnmore {
	color: #1b3884;
}
/*单页产品中心*/
.picture {
	margin-top: 60px;
	margin-bottom: 80px;
	overflow: hidden;
}
.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%;
}
.ImgList li .img-cover span {
	display: block;
	width: 100%;
	background: #fff 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: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #666;
	/*background: #eee;*/
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ImgList li a:hover {
	background-color: #1b3884;
	box-shadow: 0px 4px 16px rgba(29, 79, 145, 0.3);
}
.ImgList li a:hover .text {
	color: #fff;
}
.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%;
}
}
/*单页联系我们*/
.p_contact {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	overflow: hidden;
}
.ny-title {
	text-align: center;
	margin-bottom: 60px;
}
.ny-title h3 {
	font-size: 36px;
	line-height: 1.0;
	font-weight: bold;
	color: #0065b2;
}
.ny-title p {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 12px;
	color: #888888;
	font-family: "Arial";
}
.conlianxi .contentBox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.conlianxi .contentBox h3 {
	color: #333333;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 50px;
}
.conlianxi .contentBox li {
	float: left;
	width: 32%;
	height: 246px;
	/*border: 1px solid #f1f1f1;*/
	text-align: center;
	margin-left: 0.5%;
	margin-right: 0.5%;
	color: #666;
	margin-bottom: 20px;
	/*padding: 20px 20px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fafafa;
	border-radius: 12px;
	box-shadow: 0px 4px 6px -2px rgba(0,0,0,.05), 0px 10px 15px -3px rgba(0,0,0,.1);
}
.conlianxi .contentBox li i {
	display: block;
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #1d427a;
}
.conlianxi .contentBox li span {
	display: block;
	font-size: 22px;
	color: #222;
	padding-bottom: 15px;
	padding-top: 3px;
	font-style: normal;
	font-weight: bold;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.conlianxi li em {
	display: block;
	height: 100px;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	font-family: "Arial";
}
@media only screen and (max-width:1052px) {
.conlianxi .contentBox li {
	width: 48.6%;
}
.conlianxi .contentBox li:nth-child(3) {
	width: 98%;
}
}
@media only screen and (max-width:534px) {
.conlianxi .contentBox li {
	width: 98%;
	float: none;
}
}
/*单页推荐内容*/
/*1*/
.xwtj {
	padding-bottom: 30px;
	overflow: hidden;
}
.relate-title {
	font-size: 30px;
	line-height: 2.857;
	margin-bottom: 15px;
}
.relate-title span {
	display: inline-block;
	padding: 0 14px;
	color: #1b3884;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
}
.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;
	border: 1px solid #ddd;
	margin-bottom: 16px;
}
.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: #1b3884;
	vertical-align: middle;
	font-family: "Arial";
}
.txtlistbox .item .time b {
	color: #1b3884;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.txtlistbox .item h3 {
	font-size: 18px;
	vertical-align: top;
	color: #333;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.txtlistbox .item p {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #666;
	letter-spacing: 1px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	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: 768px) {
.textlist .item {
	width: 47.5%;
}
.txtlistbox li {
	width: 100%;
}
}
.pnew {
	margin-bottom: 200px;
}
.pnew ul li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-top: 10px;
	float: left;
	width: 48%;
	padding-right: 2%;
}
.pnew_content {
}
.pnew_content p1 {
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.pnew_content p1 em {
	font-family: "Arial";
	font-size: 15px;
	color: #969696;
	font-weight: normal;
	float: right;
	margin-right: 23px;
}
.pnew_content p {
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #919898;
	font-weight: lighter;
}
.pnew_content span {
	display: block;
	line-height: 14px;
	font-size: 15px;
	color: #969696;
	margin-top: 20px;
	font-family: "Arial";
}
.pnew_content span em {
	padding-right: 10px;
}
 @media (max-width: 851px) {
.pnew ul li {
	width: 99%;
}
}
 @media (max-width: 444px) {
.pnew_content p1 {
	font-size: 16px;
}
}
 @media (max-width: 408px) {
.pnew_content p1 {
	font-size: 14px;
}
.pnew_content p1 em {
	font-size: 13px;
	margin-right: 0px;
}
}
/*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: #0065b2;
	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;
	/*border-radius: 25px;*/
	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.img-list-md ul li a:hover .hmimg {
	border: 1px solid #1b3884;
}
.img-list-md ul li a:hover span {
	background: #1b3884;
	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;
}
}
