.skins {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.hskinw {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
@media only screen and (max-width:1500px) {
.hskinw {
	width: 98%;
}
}
/*头部*/
.title span {
	display: block;
	font-size: 40px;
	color: #333333;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 400;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.title p {
	height: 50px;
	font-size: 23px;
	color: #939393;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	font-weight: lighter;
}
.title span em {
	color: #a54c00;
}
.cus_tit {
	text-align: center;
	position: relative;
}
.cus_tit b {
	display: block;
	font-size: 40px;
	color: #10110f;
}
.cus_tit p {
	font-size: 22px;
	color: #666666;
	margin-top: 19px;
	font-weight: lighter;
}
.cus_tit b span {
	color:#a54c00;
}
 @media only screen and (max-width:545px) {
.title span {
	font-size: 30px;
}
}
@media only screen and (max-width:388px) {
.title span {
	font-size: 25px;
}
}
/*首页产品中心*/
.home_pro {
	padding-top: 100px;
	padding-bottom: 130px;
	overflow: hidden;
	background: url(../images/hpro_bg.png);
}
.pr_boxs {
	margin: 0 auto;
}
.contentbt {
	margin: auto;
	background: #f8f8f8;
	border-left: 8px #a54c00 solid;
	height: 100px;
	margin-top: 30px;
}
.pc_left {
	width: 93%;
	height: 100px;
	overflow: hidden;
	margin: auto;
	float: left;
}
.pcl_list {
	width: 100%;
	height: 100px;
	position: relative;
	margin: auto;
}
.pcl_list ul li {
	float: left;
	width: 14%;
	text-align: center;
}
.pcl_list ul li a {
	line-height: 100px;
	color: #333;
	font-size: 16px;
}
.pcl_list ul li a:hover {
	color: #a54c00;
}
.pcl_mo a {
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	margin-top: 35px;
	float: left;
	display: block;
	background: #a54c00;
	color: #fff;
	border-radius: 50%;
	margin-left: 20px;
	transition: all 0.3s
}
.pcl_mo a:hover {
	transition: all 0.3s;
	transform: rotate(360deg)
}
.hpro_list {
	margin-top: 60px;
}
.hpro_list ul li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	background: #fff;
}
.hpro_list ul li:nth-child(4) {
	margin-right: 0;
}
.hpro_list ul li:nth-child(8) {
	margin-right: 0;
}
.hpro_list ul li a {
	padding: 10px;
	display: block;
}
.hpro_list ul li img {
	display: block;
	width: 100%;/*padding-top: 55px;
	padding-bottom: 40px;*/
}
.hpro_list ul li span {
	display: block;
	text-align: center;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	color: #000;
	font-size: 16px;
}
@media only screen and (max-width:834px) {
.hpro_list ul li {
	width: 49%;
}
.hpro_list ul li:nth-child(2) {
	margin-right: 0%;
}
.hpro_list ul li:nth-child(4) {
	margin-right: 0%;
}
.hpro_list ul li:nth-child(6) {
	margin-right: 0%;
}
.hpro_list ul li:nth-child(8) {
	margin-right: 0%;
}
}
@media only screen and (max-width:807px) {
.pcl_mo {
	display: none;
}
.pc_left {
	width: 100%;
	height: 200px;
}
.contentbt {
	height: 200px;
}
.pcl_list ul li {
	width: 25%;
}
}
@media only screen and (max-width:471px) {
.pc_left {
	height: 300px;
}
.contentbt {
	height: 300px;
}
.pcl_list ul li {
	width: 33%;
}
}
@media only screen and (max-width:345px) {
.pc_left {
	height: 400px;
}
.contentbt {
	height: 400px;
}
.pcl_list ul li {
	width: 50%;
}
.hpro_list ul li {
	width: 100%;
}
}
/*首页关于我们*/
.home_about {
	padding: 6% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8f8f8;
}
.home_about .ab1 {
	width: 7.86458333333333%;
}
.home_about .ab1 p img {
	width: 100%;
}
.home_about .ab2 {
	width: 72.76041666666667%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_about .ab2 .ab2-img {
	width: 34%;
}
.home_about .ab2 .ab2-img img {
	width: 100%;
}
.home_about .ab2 .ab2-wen {
	width: 56.83607730851825%;
}
.home_about .ab2 .ab2-wen .ab2t1 {
/*display: flex;
	justify-content: space-between;
	align-items: center;*/
}
.home_about .ab2 .ab2-wen .ab2t1 .a11 span {
	width: 54px;
	height: 3px;
	background: #a54c00;
	display: block;
}
.home_about .ab2 .ab2-wen .ab2t1 .a11 b {
	display: block;
	color: #000000;
	font-size: 36px;
	font-weight: normal;
	padding-top: 26px;
}
.home_about .ab2 .ab2-wen .ab2t1 .a22 {
	color: #f7f7f7;
	font-size: 178px;
	text-transform: uppercase;
	font-family: "Impact";
	line-height: 1;
}
.home_about .ab2 .ab2-wen .ab2t1 .a33 {
	color: #a54c00;
	font-size: 28px;
	line-height: 3;
	margin-left: -18px;
}
.home_about .ab2 .ab2-wen .aw {
	padding-right: 8%;
}
.home_about .ab2 .ab2-wen .aw p {
	color: #7c7c7c;
	font-size: 15px;
	line-height: 30px;
}
.home_about .ab2 .ab2-wen .amore {
	width: 145px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #a54c00;
	margin-top: 70px;
}
.home_about .ab2 .ab2-wen .amore a {
	font-size: 14px;
	color: #ffffff;
}
.home_about .ab2 .ab2-wen .amore a img {
	max-width: 100%;
	margin-right: 12px;
}
.home_about .ab3 {
	width: 14.79166666666667%;
}
.home_about .ab3 p img {
	width: 100%;
}
@media(max-width:1366px) {
.home_about .ab2 .ab2-wen .ab2t1 .a22 {
	font-size: 100px;
}
}
@media(max-width:1200px) {
.home_about .ab2 .ab2-wen .ab2t1 .a22 {
	font-size: 80px;
}
.home_about .ab2 .ab2-wen .ab2t1 .a11 b {
	font-size: 33px;
}
}
@media(max-width:1024px) {
.home_about .ab2 .ab2-wen .ab2t1 .a11 b {
	font-size: 26px;
	padding-top: 4px;
}
.home_about .ab2 .ab2-wen .ab2t1 .a22 {
	font-size: 50px;
}
.home_about .ab2 .ab2-wen .amore {
	margin-top: 30px;
}
}
@media only screen and (max-width:903px) {
.home_about .ab2 .ab2-wen .ab2t1 .a33 {
	font-size: 23px;
}
}
@media (max-width: 854px) {
.home_about {
	padding: 0 15px;
	padding-top: 30px;
	padding-bottom: 60px;
}
.home_about .ab1 {
	width: 100%;
	display: none;
}
.home_about .ab2 {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home_about .ab2 .ab2-img {
	width: 100%;
	display: none;
}
.home_about .ab2 .ab2-wen {
	width: 100%;
}
.home_about .ab2 .ab2-wen .ab2t1 {
	display: block;
}
.about-bg .ab2 .ab2-wen .ab2t1 .a11 b {
	font-size: 20px;
	padding-top: 10px;
}
.home_about .ab2 .ab2-wen .ab2t1 .a22 {
	font-size: 40px;
}
.home_about .ab2 .ab2-wen .aw {
	padding-right: 0;
}
.home_about .ab2 .ab2-wen .amore {
	margin-top: 10px;
}
.home_about .ab3 {
	width: 100%;
	display: none;
}
}
/*首页新闻*/
.home_new {
	padding-top: 130px;
	padding-bottom: 160px;
	overflow: hidden;
}
.hnewBox {
	margin-top: 50px;
	overflow: hidden;
}
.hnewBox .item_xw {
	width: 33.33%;
	float: left;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
}
.newTitle {
	overflow: hidden;
	position: relative;
}
.newTitle img {
	display: block;
	width: 100%;
}
.newTitle .newItemZz {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}
.newTitle p {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 40%;
	text-align: center;
	line-height: 38px;
}
.newTitle p a {
	color: #FFF;
	font-size: 28px;
}
.item_xw dl {
	overflow: hidden;
	margin-top: 20px
}
.item_xw dl dt {
	float: left;
	width: 70%;
	height: 110px;
	/*border-right: 1px solid #e3e3e3;*/
	word-break: break-word;
	box-sizing: content-box;
	padding: 0 2%;
}
.item_xw dl dt h3 {
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.item_xw dl dt h3 a {
	color: #333;
	font-weight: normal;
}
.item_xw dl dt p {
	font-size: 13px;
	display: block;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #b1b1b1;
}
.item_xw dl dd {
	float: left;
	width: 18%;
	/*padding: 5% 0% 0 6%;*/
	box-sizing: content-box;
	text-align: center;
	background: #a54c00;
	margin-left: 4px;
	padding: 3%;
	margin-top: 13px;
}
.item_xw dl dd span {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	font-family: "Arial";
	color: #fff;
}
.item_xw dl dd p {
	font-size: 15px;
	display: block;
	line-height: 22px;
	margin-top: 8px;
	font-family: "Arial";
	color: #fff;
}
.item_xw ul {
	padding: 10px 0;
	overflow: hidden;
	height: auto;
}
.item_xw ul li {
	padding-left: 22px;
	background: url(../images/tim.png) left center no-repeat;
	height: 40px;
	line-height: 40px;
}
.item_xw ul span {
	float: left;
	font-size: 15px;
	width: calc(100% - 80px);
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item_xw ul i {
	width: 80px;
	display: block;
	font-size: 15px;
	color: #9e9e9e;
	float: right;
	font-family: "Arial";
}
@media only screen and (max-width:782px) {
.hnewBox .item_xw {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
}
/*首页产品优势*/
.ad-bg {
	background: url(../images/adv_bg.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding-top: 4%;
	padding-bottom: 30%;
	background-attachment: fixed;
}
.ad-bg .ad1 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	margin-bottom: 80px;
}
@media (max-width: 600px) {
.ad-bg .ad1 {
	font-size: 30px;
}
}
.ys-con {
	box-shadow: 0 0 10px #b6b6b6;
}
.ys-con .ys-list {
/*display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.ys-con .ys-list li {
	text-align: center;
	padding: 5% 3%;
	background: #fff;
	width: 18%;
	float: left;
	height: 280px;
}
.ys-con .ys-list li .img1 {
	width: 92px;
	height: 92px;
	border: 1px solid #a54c00;
	background: #a54c00;
	border-radius: 50%;
	margin: 0 auto;
}
.ys-con .ys-list li .img1 img {
	max-width: 100%;
}
.ys-con .ys-list li .y1 {
	color: #252837;
	font-size: 18px;
	padding-top: 15%;
}
.ys-con .ys-list li .y2 {
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	padding-top: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.ys-con .ys-list li + li {
	border-left: 1px solid #f0f0f0;
}
.ys-con .ys-list li:hover {
	background: #dfbd8e;
	background: url(../images/ys_bbg.jpg) no-repeat bottom center;
	background-size: 100% 100%;
}
.ys-con .ys-list li:hover .img1 {
	background: transparent;
	border-color: #fff;
}
.ys-con .ys-list li:hover .y1, .ys-con .ys-list li:hover .y2 {
	color: #fff;
}
@media only screen and (max-width:1529px) {
.ad-bg {
	padding-bottom: 40%;
}
}
@media only screen and (max-width:1110px) {
.ad-bg {
	padding-bottom: 88%;
}
.ys-con .ys-list li {
	width: 43.8%;
	margin-bottom: 20px;
	height: 260px;
}
}
@media only screen and (max-width:890px) {
.ad-bg {
	padding-bottom: 93%;
}
}
@media only screen and (max-width:827px) {
.ad-bg {
	padding-bottom: 110%;
	padding-top: 7%;
}
}
@media only screen and (max-width:700px) {
.ad-bg {
	padding-bottom: 160%;
}
.ys-con .ys-list li {
	height: 330px;
}
}
@media only screen and (max-width:524px) {
.ad-bg {
	padding-bottom: 290%;
}
.ys-con .ys-list li {
	height: 260px;
	width: 93%;
}
.ys-con .ys-list li .y1 {
	padding-top: 9%;
}
}
@media only screen and (max-width:467px) {
.ad-bg {
	padding-bottom: 320%;
}
}
@media only screen and (max-width:419px) {
.ad-bg {
	padding-bottom: 340%;
}
}
@media only screen and (max-width:386px) {
.ad-bg {
	padding-bottom: 360%;
}
}
@media only screen and (max-width:362px) {
.ad-bg {
	padding-bottom: 400%;
}
}
/*数字++++++++++*/
.digital {
	margin-bottom: 120px;
}
.main {
	/*margin: 0 auto;*/
	max-width: 1200px;
	width: 100%;
}
.mumping_mun {
	position: relative;
	z-index: 99;
	margin-top: -54px;
	display: inline-block;
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.28);
	padding: 50px 0;
}
.mumping_mun li {
	width: 25%;
	display: inline-block;
	border-right: 1px dashed #e5e5e5;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.mumping_mun li:nth-child(4) {
	border-right: none;
}
.mumping_mun span {
	display: block;
	text-align: center;
	height: auto;
	line-height: 1.4;
}
.mumping_mun span em {
	font-size: 50px;
	font-family: Arial;
	color: #a54c00;
	letter-spacing: 0px;
}
.mumping_mun span i {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	vertical-align: bottom;
	margin: 0 0 0px 6px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.mumping_mun p {
	font-size: 17px;
	color: #333;
	line-height: 2;
	font-weight: lighter;
}
@media only screen and (max-width:558px) {
.mumping_mun li {
	width: 50%;
	height: auto;
}
}
/*首页企业优势*/
.col-index-about {
	padding: 95px 0 130px;
}
.col-index-about h3 {
}
.col-index-about .content {
	overflow: hidden;
	margin-top: 60px;
}
.col-index-about ul.row {
	/*margin: 0 -3%;*/
	position: relative;
	margin-top: 75px;
}
.col-index-about ul:before {
	content: '';
	width: 80%;
	border-top: 1px dashed rgba(0,0,0,0.4);
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
}
.col-index-about ul li {
	padding-right: 3%;
	color: #fff;
	position: relative;
	z-index: 2;
	width: 22.7%;
	float: left;
}
.col-index-about ul li:nth-child(4) {
	padding-right: 0%;
}
.col-index-about ul li:after {
	content: '';
	width: 29px;
	height: 23px;
	background: url(../images/right.png) center center no-repeat;
	position: absolute;
	right: -14px;
	top: 49px;
}
.col-index-about ul li:last-child:after {
	display: none;
}
.col-index-about ul li a {
	color: #fff;
}
.col-index-about ul li .pic {
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	transition: 0.5s;
}
.col-index-about ul li .pic:after {
	padding-bottom: 100%;
}
.pic:after {
	content: "";
	display: block;
}
.col-index-about ul li h4 {
	margin: 40px 0 15px;
	font-size: 23px;
	text-align: center;
	font-weight: 100;
	color: #000;
}
.col-index-about ul li p {
	opacity: 0.7;
	height: 130px;
	text-align: center;
	font-size: 15px;
	color: #000;
}
.col-index-about ul li.li1 .pic {
	background: url(../images/icon-ab1-1.png) #a54c00 center center no-repeat;
	background-size: cover;
}
.col-index-about ul li.li2 .pic {
	background: url(../images/icon-ab2-1.png) #a54c00 center center no-repeat;
	background-size: cover;
}
.col-index-about ul li.li3 .pic {
	background: url(../images/icon-ab3-1.png) #a54c00 center center no-repeat;
	background-size: cover;
}
.col-index-about ul li.li4 .pic {
	background: url(../images/icon-ab4-1.png) #a54c00 center center no-repeat;
	background-size: cover;
}
@media only screen and (max-width:821px) {
.col-index-about ul:before {
    border-top: none;
}
.col-index-about ul li:after {
    background: none;
}
.col-index-about ul li:nth-child(2) {
    padding-right: 0%;
}
.col-index-about ul li {
    width: 47%;
}
}
@media only screen and (max-width:650px) {
.cus_tit b {
    font-size: 34px;
}
}
@media only screen and (max-width:533px) {
.cus_tit b {
    font-size: 30px;
}
}
@media only screen and (max-width:524px) {
.col-index-about ul li {
    width: 100%;
}
}
@media only screen and (max-width:476px) {
.cus_tit b {
    font-size:26px;
	line-height: 1.4;
}
}
@media only screen and (max-width:344px) {
.cus_tit p {
    font-size: 19px;
}
}
/*单页新闻中心*/
.news {
	padding-top: 80px;
	padding-bottom: 60px;
}
/**/
.side_left {
	width: 24%;
	float: left;
	overflow: hidden;
}
.side_right {
	width: 71%;
	float: right;
}
.submuen {
}
.submuen_title {
	text-align: center;
	color: #fff;
	line-height: 100px;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(to bottom, #f5f5f5, #a54c00) !important;
}
.submuen_title h3 {
	font-size: 30px;
	font-weight: normal;
}
.serv2 {
	background-color: #f8f8f8;
	padding: 10px 20px 20px;
}
.serv2 ul li {
	/*padding: 10px;*/
	margin: 0;
}
.serv2 li .t {
}
.serv2 li .t a {
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ededed;
	font-size: 18px;
	position: relative;
	padding-left: 15px;
	color: #333;
}
.serv2 li .t a:hover {
	color: #a54c00;
}
.serv2 li .txt p:hover a {
	color: #a54c00;
}
.serv2 .txt p a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(../images/aao_10.jpg) left center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
@media only screen and (max-width:767px) {
.side_left {
	width: 100%;
	float: none;
	overflow: hidden;
}
.side_right {
	width: 100%;
	margin-left: 0;
	overflow: hidden;
	margin-top: 50px;
}
}
.left-title {
	background: #a54c00;
	padding: 20px 20px;
	position: relative;
}
.left-title h3 {
	font-size: 27px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	text-align: center;
}
.left-title span {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	opacity: .6;
	margin-left: 10px;
	text-transform: capitalize;
	font-family: "Arial";
}
.left-title i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 87px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
}
.news-list-md {
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 25px;
	background-color: #f8f8f8;
	border-top: none;
}
.news-list-md ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
.news-list-md ul li {
	float: left;
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding-left: 15px;
}
.news-list-md ul li a {
	float: left;
	color: #555555;
	font-size: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.news-list-md ul li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}
.news-list-md ul li a:hover {
	color: #a54c00;
}
.news-list-md ul li span {
	float: right;
	color: #a6a6a6;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
}
.news-list-m {
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 25px;
	border: 1px solid #d2d2d2;
	border-top: none;
}
.p_newlist li {
	overflow: hidden;
	margin-bottom: 50px;
}
.p_newlist li .time {
	float: left;
	display: block;
	width: 95px;
	height: 100px;
	text-align: center;
	background: #eee;
	color: #999;
}
.p_newlist li .time em {
	height: 45px;
	background: #f5f5f5;
	display: block;
	line-height: 45px;
	font-size: 17px;
	font-family: "Arial";
}
.p_newlist li .time span {
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 30px;
	font-size: 17px;
	font-family: "Arial";
}
.p_newlist li .linn {
	margin-left: 128px;
}
.p_newlist li .name {
	color: #000;
	height: 35px;
	border-bottom: #e0e0e0 solid 1px;
	overflow: hidden;
	font-size: 22px;
	font-weight: lighter;
}
.p_newlist li .name em {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.p_newlist li .content {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	color: #666;
	margin: 10px 0 30px;
	font-weight: 100;
}
.p_newlist li:hover .time {
	background: #a54c00;
	color: #fff;
}
.p_newlist li:hover .time em {
	background: none;
}
.p_newlist li:hover .name {
	color: #a54c00;
	font-weight: 300;
	border-bottom: #a54c00 solid 1px;
}
/*单页关于我们*/
.hc_list {
	position: relative;
}
.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;
}
.hc_list li i img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.hc_list li:hover i img {
	transform: scale(1.1);
}
.hc_list li a {
	display: block;
	/*border: 1px solid #e4e4e4;*/
	overflow: hidden;
}
.hc_list li span {
	font-size: 18px;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hc_list li:hover a {
	border: 1px solid #a54c00;
}
.hc_list li:hover span {
	background: #d5ad58;
	color: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
@media only screen and (max-width:500px) {
.hc_list ul li {
	width: 100%;
}
}
.nyabouttext1 {
	width: 100%;
	padding: 70px 0;
	box-sizing: border-box;
	background: url(../images/aboutimg01.jpg) center bottom no-repeat;
}
.nyabouttext1title {
	text-align: center;
}
.nyabouttext1title h3 {
	padding: 0 0 30px;
}
.nyabouttext1title p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
.nyabouttext2 {
	width: 100%;
	height: 500px;
	background: url(../images/aboutimg02.jpg) center top no-repeat;
}
.nyabouttext2con {
	float: right;
	width: 30%;
	padding: 3.6%;
	background: rgba(165,76,0,0.8);
}
.nyabouttext2con h3 {
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}
.nyabouttext2con p {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	margin: 10px 0 20px;
}
.nyabouttext2con a {
	display: block;
	width: 180px;
	height: 45px;
	color: #fff;
	font-size: 16px;
	line-height: 41px;
	border: 2px #fff solid;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../images/aboutimg06.png) 150px center no-repeat;
	position: relative;
}
.nyabouttext2con a span {
	position: relative;
	z-index: 9
}
.nyabouttext2con a:after {
	content: " ";
	width: 0;
	height: 41px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.5s ease;
}
.nyabouttext2con a:hover:after {
	width: 176px;
	background: rgba(0,0,0,0.2);
}
.nyabouttext3 {
	padding-top: 50px;
	padding-bottom: 100px;
}
.nyabouttext3con h3 {
	font-size: 40px;
	text-align: center;
	/*font-weight: 300;*/
	line-height: 3;
}
.nyabouttext3con h3 em {
	color: #a54c00;
}
.nyabouttext3con p {
	font-size: 17px;
	line-height: 3;
	text-align: center;
}
.zz_list {
	margin-top: 60px;
	overflow: hidden;
}
.zz_list ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	background: #fff;
}
.zz_list ul li:nth-child(3) {
	margin-right: 0;
}
.zz_list ul li a {
	padding: 10px;
	display: block;
}
.zz_list ul li img {
	display: block;
	width: 100%;
}
.zz_list ul li span {
	display: block;
	text-align: center;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	color: #000;
	font-size: 16px;
}
@media only screen and (max-width:827px) {
.zz_list ul li {
	width: 49%;
	margin-bottom: 2%;
}
.zz_list ul li:nth-child(2) {
	margin-right: 0%;
}
}
@media only screen and (max-width:581px) {
.zz_list ul li {
	width: 99%;
}
.zz_list ul li:nth-child(2) {
	margin-right: 0%;
}
}
@media only screen and (max-width:760px) {
.nyabouttext2con {
	width: 40%;
}
}
@media only screen and (max-width:660px) {
.nyabouttext2con {
	width: 52%;
	padding-bottom: 10%;
}
}
@media only screen and (max-width:431px) {
.nyabouttext2con {
	width: 60%;
}
}
@media only screen and (max-width:377px) {
.nyabouttext2con {
	width: 93%;
}
.nyabouttext2 {
	height: 360px;
}
}
/*分页*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 60px;
}
.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;
	font-size: 16px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #a54c00
}
/*详情*/
.show {
	padding-top: 50px;
	overflow: hidden;
}
.nrcompanys {
	margin: 0 auto;
	background: #FFF;
}
.nrcompanys h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.met-editors {
	border-bottom: #eee dashed 1px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.nrxqzy {
	font-size: 16px;
	padding: 50px 0;
	margin-bottom: 30px;
	line-height: 2.0;
	border-bottom: 1px dashed #e6e6e6;
	text-align: justify;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
@media only screen and(max-width:1024px) {
.nrcompany {
 width: 95%;
 padding: 50px;
}
}
@media only screen and(max-width:499px) {
.nrcompany {
 padding: 30px;
}
}
/*单页推荐内容*/
/*1*/
.xwtj {
	padding-bottom: 30px;
	padding-top: 60px;
	overflow: hidden;
}
.relate-title {
	border: 1px solid #eeeeee;
	font-size: 20px;
	line-height: 2.857;
	margin-bottom: 15px;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.relate-title span {
	display: inline-block;
	color: #a54c00;
	padding: 0 14px;
	border-right: 1px solid #eeeeee;
	font-weight: 100;
}
.xw_til h3 {
	font-size: 25px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}
.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: #3965cd;
	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 #a54c00;
}
.img-list-md ul li a:hover span {
	background: #a54c00;
	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;
}
}
.reLink {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
}
.reLink a {
	color: #333;
	text-decoration: none;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
	font-size: 17px;
}
.reLink a:hover {
	color: #a54c00;
}
/*单页产品中心*/
.p_pro {
	padding-top: 80px;
	padding-bottom: 120px;
	overflow: hidden;
}
.imglist ul li {
	width: 33.33%;
	float: left;
	display: block;
	margin-bottom: 30px;
}
.imglist li a {
	display: block;
	padding: 0 5px;
}
.imglist li .hpimg {
	border: 1px solid #ececec;
	overflow: hidden
}
.imglist li .hpimg img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.imglist li .hptxt {
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	background: #f5f5f5;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.imglist li .hptxt h5 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.imglist li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s;
}
.imglist li:hover .hptxt {
	background: #a54c00;
	transition: all 0.8s;
}
.imglist li:hover .hptxt h5 {
	color: #FFF;
}
 @media only screen and (max-width:600px) {
.imglist ul li {
	width: 100%;
}
}
/*单页联系我们*/
.contactus {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
.ptit h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: bold;
}
.contactList {
}
.contactList ul {
	padding-top: 50px;
}
.contactList ul li {
	float: left;
	width: 31.9%;
	height: 250px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	transition: 0.6s;
}
.contactList ul li+li {
	margin-left: 25px;
}
.contactList ul li:hover {
	transition: 0.6s;
	transform: scale(1.1);
	box-shadow: -7px 2px 20px rgba(6, 33, 58, 0.4);
}
.contactList ul li:hover em {
	transform: scale(1);
}
.contactList ul li:hover i {
	transform: scale(1);
}
.contactList ul li:hover span {
	transform: scale(1);
}
.contactList ul li em {
	height: 70px;
	margin-top: 56px;
	display: block;
}
.contactList ul li em img {
	display: block;
	margin: 0 auto;
}
.contactList ul li i {
	display: block;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	color: #004098;
}
.contactList ul li span {
	display: block;
	font-size: 16px;
	padding: 30px 20px;
	font-family: "Arial";
	color: #666;
}
.contactList ul li span a {
	font-size: 18px;
}
.contact_map {
	overflow: hidden;
	width: 100%;
	padding-top: 80px;
}
.contact_map .MapInfo {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px dashed #ccc;
	padding: 8px;
}
.contact_map .MapInfo img {
	max-width: none;
}
@media only screen and (max-width:1229px) {
.contactList ul li {
	width: 31.7%;
}
}
@media only screen and (max-width:1079px) {
.contactList ul li {
	width: 31.5%;
}
}
@media only screen and (max-width:968px) {
.contactList ul li {
	width: 31.3%;
}
}
@media only screen and (max-width:863px) {
.contactList ul li {
	width: 31%;
}
}
@media only screen and (max-width:776px) {
.contactList ul li {
	width: 100%;
	margin-bottom:30px;
}
.contactList ul li+li {
    margin-left: 0px;
}
}
@media only screen and (max-width:419px){
.ptit h2 {
    font-size: 33px;
}
}
/*单页大图*/
.nybanner {
	position: relative;
	overflow: hidden;
}
.nybanner.pic {
	-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.nybanner.pic:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}
.nybanner img {
	width: 100%;
	display: block;
}
/*面包屑*/
.breav-nav {
	width: 100%;
	height: 82px;
	line-height: 82px;
	overflow: hidden;
	background-color: #f4f5f8;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.location {
	max-width: 700px;
	background: url(../images/home.png) left center no-repeat;
	padding-left: 38px;
	float: left;
	overflow: hidden;
	color: #8b8989;
	font-size: 16px;
}
.location a {
	color: #8b8989;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.skinw {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1650px) {
.skinw {
	width: 1430px;
}
}
@media (min-width: 1450px) {
.skinw {
	width: 1230px;
}
}
/*内页栏目导航*/
.sub_muen {
	width: 100%;
	height: 80px;
	position: absolute;
	margin-top: -80px;
	left: 0;
}
.sub_muen li {
	float: left;
	height: 80px;
	line-height: 80px;
	/*margin-right: 5px;*/
	width: 25%;
}
.sub_muen ul {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}
.sub_muen li:after {
	content: '';
	display: block;
	transform: translateY(-50%);
	background: url(../images/cp01.png) no-repeat 50%;
	width: 24px;
	height: 11px;
	opacity: 0;
	margin: 0 auto;
}
.sub_muen li.cur:after {
	opacity: 1;
}
.sub_muen li a {
	font-size: 18px;
	color: #000;
	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;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sub_muen li a:hover, .sub_muen li.cur a {
	color: #fff;
	background: linear-gradient(to bottom, #29abe2, #2e3192) !important;
}
.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: linear-gradient(to bottom, #29abe2, #2e3192) !important;
	border: none;
	color: #FFF;
}
@media (max-width: 1024px) {
.sub_muen {
	display: none;
}
.m_sub_muen {
	display: block
}
}
}
/*单页新闻中心*/
/*right*/
.newList {
	height: 130px;
	margin-bottom: 20px;
}
.nav2 {
	border-bottom: 1px solid #eee;
	line-height: 70px;
	overflow: hidden;
}
.nav2 .left {
	/*display: flex;*/
	border-left: 1px solid #eee;
}
.nav2 .left .nav-list {
/*display: flex;*/
}
.nav2 .left .nav-list .nav-item {
	width: 16%;
	height: 70px;
	float: left;
	line-height: 70px;
	border-right: 1px solid #eee;
	position: relative;
}
.nav2 .left .nav-list .nav-item a {
	display: block;
	width: 230px;
	height: 64px;
	line-height: 64px;
	padding-left: 20px;
	font-size: 18px;
	color: #666;
	position: relative;
}
.nav2 .left .nav-list .nav-item a i {
	display: block;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%) rotateZ(0);
	transition: .2s;
}
.search {
	height: 56px;
	border: 1px solid #ddd;
	display: flex;
	border-radius: 16px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.search input[type=text] {
	display: block;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding-left: 20px;
	flex-grow: 1;
}
.search input[type=text]::placeholder {
 font-size: 16px;
 color: #999;
}
.search input[type=submit] {
	display: block;
	box-sizing: border-box;
	border: none;
	outline: none;
	width: 90px;
	height: 100%;
	background: linear-gradient(to bottom, #29abe2, #2e3192) !important;
	color: #fff;
}
.search i {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translate(50%, -50%);
	font-size: 24px;
	color: #fff;
}
.newDetailLink {
	padding: 0 30px;
	display: flex;
	flex-wrap: nowrap;
	padding: 0 20px;
	align-items: center;
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}
.newList:hover .newDetailLink:before {
	width: 100%;
	left: 0px;
}
.newDetailLink:before {
	content: "";
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: all 0.5s;
	background: linear-gradient(to top, #2e3192, #29abe2) !important;
	z-index: -1;
}
.newDate {
	color: #333;
	padding-right: 30px;
	border-right: 1px solid #fff;
	transition: all 0.5s;
	height: 100%;
	display: grid;
	align-content: center;
}
.newDate em {
	font-size: 55px;
	height: 64px;
	line-height: 64px;
	font-family: "Arial";
	display: block;
	text-align: center;
}
.newDate span {
	font-size: 16px;
	width: 64px;
	font-family: "Arial";
	display: block;
	text-align: center;
}
.contentts {
	overflow: hidden;
	padding-left: 30px;
	transition: all .5s ease;
}
/*.content {
	overflow: hidden;
	padding-left: 30px;
	transition: all .5s ease;
}
*/.newTitle {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	transition: all .5s ease;
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 15px;
}
.newMs {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	color: #666;
	font-size: 14px;
	transition: all 0.3s;
}
.newList:hover .newTitle, .newList:hover .newMs, .newList:hover .newDate {
	color: #fff;
}
.newsItem {
	padding: 30px 0 2px 0;
	/*border-bottom: 1px solid #ececec;*/
	position: relative;
	overflow: hidden;
}
.leftTitle span {
	display: block;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	font-family: "Arial";
}
.leftTitle h3 {
	font-size: 28px;
	height: 68px;
	line-height: 68px;
	color: #686868;
	font-weight: normal;
}
.leftTitle p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	height: 70px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.leftTitle input[type=button] {
	width: 160px;
	height: 50px;
	margin-top: 35px;
	border: none;
	outline: none;
	background: linear-gradient(to bottom, #29abe2, #2e3192) !important;
	color: #fff;
	font-size: 16px;
	margin-bottom: 50px;
}
.leftTitle input[type=button] {
	transition: .5s ease-in-out;
}
.leftTitle:hover h3 {
	background-image: linear-gradient(to bottom, #29abe2, #2e3192);
	-webkit-background-clip: text;
	color: transparent;
}
.leftTitle input[type=button]:hover {
	transition: .5s ease-in-out;
	transform: translateY(-10px);
}
@media only screen and (max-width:1350px) {
.nav2 .left .nav-list .nav-item {
	width: 20%;
}
}
@media only screen and (max-width:1077px) {
.nav2 .left .nav-list .nav-item {
	width: 23%;
}
}
@media only screen and (max-width:930px) {
.nav2 .left .nav-list .nav-item {
	width: 26%;
}
}
@media only screen and (max-width:819px) {
.nav2 .left .nav-list .nav-item {
	width: 30%;
}
}
@media only screen and (max-width:711px) {
.nav2 .left .nav-list .nav-item {
	width: 49%;
}
.nav2 .left .nav-list .nav-item:nth-child(2) {
	border-right: none;
}
}
@media only screen and (max-width:432px) {
.nav2 .left .nav-list .nav-item {
	width: 100%;
	border-right: none;
}
}
