@charset "utf-8";
/* CSS Document @woniu*/

@media screen and (max-width: 768px) {
.pl02 {
padding-left: .4rem;
}
.pall02 {
padding-left: .4rem;
padding-right: .4rem;
}
}
@media screen and (min-width: 1200px) {
 .layui-container{ width:1200px;}
}
.headtop {
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	overflow: hidden;
}

.layui-col-space30 {margin: -0.325rem}
.layui-col-space30>* {padding: 0.325rem}
.layui-input-inline{
  width: 96%;
  margin: 0 0 .3rem 0;
}

.fl{ float:left;}
.fr{ float:right;}
.wtop-nsnav-bg{
  width: 100%;
  height:120px; 
}

.logo{ float:left;}
.h_tel {
    float: right;
    height: 75px;
    text-align: left;
    display: block;
	margin-top:5px;
}
.h_tel img {
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}
.h_tel div {
    padding: 10px 0px;
}
.h_tel span {
    color: #000;
}
.h_tel p {
    font-size: 34px;
    color: #21517e;
    font-weight: bold;
    line-height: 30px;
}
.menu {
	height: 65px;
	line-height: 65px;
	background: #1e50af;
}
.menu li {
	width: 12.5%;
	float: left;
	position: relative;
}
.menu li:after {
    content: '';
    position: absolute;
	right:0;
	top:16px;
    width: 1px;
    height: 32px;
	background: #0b71d0;
}
.menu li:hover {
	background: #eb8e09;
}
.menu .on {
	background: #eb8e09;
}
.menu li a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
}


.wapmenu {
	height: 80px;
	background: #1e50af;
	border-bottom: 1px solid #ddd;
}
.wapmenu li {
	width: 25%;
	line-height: 40px;
	height: 40px;
	position: relative;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: normal;
	float: left;
	text-align: center;
	overflow: hidden;
}
.wapmenu li:nth-child(4n) {
	border-right: none;
}
.wapmenu li a {
	display: block;
	line-height: 40px;
	font-size: 15px;
	height: 40px;
	color: #FFFFFF;
}

/****动画下css****/
.baoz {
    z-index: 10000;
    width: 100%;
    margin-top: -70px;
	position:absolute;
}
.bzblue {
    background: #fff;
    border-radius: 35px;
    padding: 28px 0px;
    box-shadow: 0px 5px 15px -5px #333;
	overflow:hidden;
}
.bzlist{ height:145px; color: #333; align-items: center !important; justify-content: center !important; display: flex !important;}
.baozn {
    line-height: 69px;
    font-size: 72px;
	font-weight:bold;
}
.baozw {
    line-height: 47px;
    font-size: 36px;
	margin-left: 10px;
    font-weight: bold;
}
.baoze {
    line-height: 22px;
    font-size: 12px;
    margin-left: 10px;
    font-weight: bold;
}
.bzline {
    width: 1px;
    height: 111px;
    background: rgba(51,51,51,1);
    margin-left: 50px;
}
.baozng {
    line-height: 37px;
    font-size: 24px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}
.baozng span {
    line-height: 57px;
    font-size: 48px;
    margin-right: 8px;
}
.baozrd {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.tit1_cp {
	width: 100%;
	height: auto;
	text-align: center;
}
.tit1_cp h2 {
	margin-bottom: 12px;
    font: normal 45px "AvantGarde Bk BT";
    color: #666;
    text-align: center;
}

.tit1_cp p {
	width: 300px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #1048a0;
}
.tit1_cp p em {
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 16px;
    background: #ccc;
}
.tit1_cp p span {
    float: left;
    margin-left: 40px;
}


.cpzs_nav {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}
.cpzs_nav a {
    width: 10.9%;
    text-align: center;
    display: inline-block;
    color: #333;
    font-weight: bold;
    margin: 5px;
    border-radius: 23px;
    padding: 10px 5px;
    box-shadow: 0px 0px 12px -8px #333;
}
.cpzs_nav a:hover {
	background: #1e50af;
	color: #fff;
}

.cpzs_article {
	float:left;
    width: 18%;
    border-radius: 25px;
    box-shadow: 0px 0px 18px -10px #333;
    margin: 15px 1%;
}
.cpzs_article a {
    display: block;
    background-color: #fff;
    padding: 10px;
    border-radius: 25px;
	overflow:hidden;
}
.cpzs_article a:hover {
	background: #1e50af;
	color: #fff;
}
.cpzs_article img {
    width: 100%;
    border-radius: 25px;
}
.cpzs_article .cpzs_text {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 5px 0px;
    overflow: hidden;
	text-align:center;
}

/*****关于我们****/
.htf{ height:180px; background:url(../images/ixbannerbg.jpg) no-repeat;}
.htf1{ height:180px; background:url(../images/ixbannerbg1.png) no-repeat;}
.slip_tit{ padding:10px;}
.slip_tit .tit1 {
    padding-top: 50px;
    font: bold 32px "microsoft yahei";
    color: #64c5ff;
}
.slip_tit .tit2 {
    margin-top: 14px;
    font-size: 24px;
    color: #fff;
}
.about{ height: 416px; background: #f6f6f6;}
.contW{ background:#fff;}
.about .title {
    margin-left: 50px;
    padding-top: 50px;
}
.about .title .entit {
    font: normal 45px "AvantGarde Bk BT";
    color: #666;
}
.about .title .tit {
    font: bold 30px "microsoft yahei";
    color: #1048a0;
}
.about-con .cont {
    width: 484px;
    margin-top: 30px;
    margin-left: 50px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
.about-con .view_detail {
    display: block;
    width: 150px;
    height: 38px;
	float:left;
	margin-left:50px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #1048a0;
}



@media screen and (max-width: 850px) {
.g_cp{ margin-top:20px !important;}
.cpzs_nav a {
    width: 43.3%;
}
.cpzs_article {
    width: 47.8%;
}
}

 @media screen and (min-width: 1200px) {
.layui-container {
	width: 1260px;
	margin: 0 auto;
}
}
.layui-containerts {
	width: 80%;
	margin: 0 auto;
}



/****首页优势**/
.cpys {
    height: auto;
    background: url(../images/bg_sub2.png) no-repeat center center;
    background-size: cover;
    padding-bottom: .42rem;
    overflow: hidden;
}
.cpys_content{ width:1440px; margin:0 auto; overflow:hidden;}
.cpys_content .cpys_title {
	text-align: center;
}
.cpys_content .cpys_title .en {
	margin-top: 20px;
	color: rgba(255,255,255,0.24);
	font-family: "Arial Black";
	text-align: center;
	font-size: 72px;
}
.cpys_content .cpys_title span {
	color: #fff;
	vertical-align: middle;
	margin: 0 15px;
}
.cpys_content .cpys_title .cn {
	font-size: 36px;
}
.cpys_content .cpys_title p {
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
}
.cpys_content .cpys_title .line {
	display: inline-block;
	width: 467px;
	height: 1px;
	background: #fff;
}
.cpys_content .cpys_left {
	float: left;
	width: 43%;
}
.cpys_content .cpys_right {
	float: right;
	text-align: right;
	width: 43%;
}
.cpys_content dl.ys1 {
	background: url(../images/ico1.png) no-repeat left center;
	padding-left: 120px;
}
.cpys_content dl.ys2 {
	background: url(../images/ico2.png) no-repeat left center;
	padding-left: 120px;
}
.cpys_content dl.ys3 {
	background: url(../images/ico3.png) no-repeat left center;
	padding-left: 120px;
}
.cpys_content dl.ys4 {
	background: url(../images/ico4.png) no-repeat right center;
	padding-right: 120px;
}
.cpys_content dl.ys5 {
	background: url(../images/ico5.png) no-repeat right center;
	padding-right: 120px;
}
.cpys_content dl.ys6 {
	background: url(../images/ico6.png) no-repeat right center;
	padding-right: 120px;
}
.cpys_content dt {
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px #fff solid;
	margin-bottom: 10px;
}
.cpys_content dt span {
	font-size: 24px;
	display: block;
}
.cpys_content dd {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	display: block;
	margin-bottom:20px;
}

@media screen and (max-width:768px) {
.wtop-nsnav-bg {
	height: auto;
}
.logo img {
	width: 100%;
}

.tit1_cp h2 {
	font-size: 30px;
}

.layui-containerts {
	width: 100%;
	margin: 0 auto;
}
.about{ height:auto; overflow:hidden;}
.contW{ margin-top:10px;}
.about .title{ padding:10px; margin-left:10px;}
.about-con .cont{ width:100%; margin:0;}
.about-con .view_detail{ margin-left:0;}
.cpys{ margin-top:30px;}
.cpys_content{ width:100%;}
.cpys_content .cpys_title .en{ font-size:40px;}
.cpys_content .cpys_title .line {
    width: 30px;
}
.cpys_content .cpys_title .cn{ font-size:24px;}
.cpys_content .cpys_title p {
    font-size: 14px;
}
.cpys_content .cpys_left,.cpys_content .cpys_right{
    float: left;
    width: 100%;
	margin-bottom:20px;
	overflow:hidden;
}
.cpys_content dt span,.cpys_content dt,.cpys_content dd{ font-size:15px !important;}
.cpys_content dt{ line-height:30px;}
.cpys_content dl {
    height: 120px;
    margin-top: 0.5rem;
}
}
/****工程案例****/
.case{ background:#f6f6f6; padding-bottom:30px; overflow:hidden;}

.proCase {
	position: relative;
	margin-top: 30px;
}
.proCase .list {
	width: 106%;
}
.proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 400px;
	height: 480px;
	margin-right: 30px;
	border: 1px solid #ddd;
	background: #fff;
	transition: all ease 600ms;
}
.proCase .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 80px;
}
.proCase .list li a img {
	display: block;
	width: 340px;
	height: 250px;
}
.proCase .list li .title {
	margin-top: 20px;
}
.proCase .list li .tit {
	font-size: 20px;
	color: #333;
	height:35px;
	line-height:35px;
	overflow:hidden;
}
.proCase .list li .cont {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}
.proCase .list li .view_detail {
	display: block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 30px;
	text-align: center;
	background: #1048a0;
	color: #fff;
}
.proCase .list li:hover {
	border: 1px solid #1048a0;
	background: #1048a0;
	transition: all ease 600ms;
}
.proCase .list li:hover .tit {
	color: #fff;
}
.proCase .list li:hover .cont {
	color: #c1d4f1;
}
.proCase .list li:hover .view_detail {
	background: #fff;
	color: #1048a0;
}
.proCase .hd {
	position: absolute;
	width: 100%;
}
.proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	left: -80px;
	transition: all ease 600ms;
}
.proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
	transition: all ease 600ms;
}
.proCase .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms;
}
.proCase .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms;
}

.ico {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/****首页新闻资讯***/
.ulWrap .list {
	width: 100%;
	height: 360px;
}
.ulWrap .list li {
	display: block;
	float: left;
	width: 590px;
	height: 148px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin: 30px 15px 0 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.ulWrap .list li a {
	display: block;
	height: 150px;
}
.ulWrap .list li .time {
	width: 66px;
	margin-top: 40px;
	margin-left: 30px;
}
.ulWrap .list li .time .day {
	font: normal 60px "arial";
	color: #999;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.ulWrap .list li .time .year {
	margin-top: 8px;
	font: normal 16px "arial";
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.ulWrap .list li .title {
	display: block;
	width: 420px;
	margin-top: 40px;
	margin-left: 14px;
}
.ulWrap .list li .title .tit {
	font-size: 20px;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.ulWrap .list li .title .cont {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.ulWrap .list li:hover {
	background: #1048a0;
	border: 1px solid #1048a0;
}
.ulWrap .list li:hover .time .day {
	color: #c1d4f1;
}
.ulWrap .list li:hover .time .year {
	color: #c1d4f1;
}
.ulWrap .list li:hover .title .tit {
	color: #fff;
}
.ulWrap .list li:hover .title .cont {
	color: #c1d4f1;
}
.inews .hd {
	position: absolute;
	width: 100%;
	top: 100%;
}
.inews .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	left: -80px;
	transition: all ease 600ms;
}
.inews .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
	transition: all ease 600ms;
}
.inews .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms;
}
.inews .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms;
}
.news .more {
    margin-top: 40px;
}
.news .more .line {
    display: block;
    width: 500px;
    height: 1px;
    margin-top: 24px;
    background: #ccc;
}
.news .more .look_more {
    display: block;
    width: 198px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}
.news .more .look_more:hover {
	background: #1048a0;
	color: #fff;
	transition: all .5s;
	border: 1px solid #1048a0;
}

/****手机站首页新闻***/
.winews {
margin-top:.1rem;
}
.winews .list li {
	display: block;
	width: 96%;
	margin: 0 2%;
    border-top:.02rem solid #ddd;
	line-height: 50px;
	overflow: hidden;
}
.winews .list li:first-child {
	border-top: none;
}
.winews .list li .tit {
	float: left;
	width: 74%;
    font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.winews .list li .time {
	float: right;
	width: 25%;
    font-size: 16px;
	color: #999;
}
.winews .look_more {
	background: #f6f6f6;
	display: block;
    width: 96%;
    height: 50px;
    margin: 0 2%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: .01rem solid #ddd;
}


/*footer*/
.c-footer {
	background: #1e1e1e;
}
.c-footer a {
	color: #ffffff;
}
.c-footer .mt {
	overflow: hidden;
	padding: 30px 0 10px 0;
}
.foot-top {
	padding: 30px 0;
}
.footl {
	width: 25%;
	float: left;
	display: inline;
}
.footc {
	width: 30%;
	float: left;
	display: inline;
}
.footk {
	width: calc(40% - 150px);
	float: left;
}
.footr {
	float: left;
	width: 150px;
}
.footl h3, .footc h3, .footk h3, .footr h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 29px;
	width: 25px;
	white-space: nowrap;
	padding-bottom: 14px;
	border-bottom: 1px solid #242f35;
}
.footl h3 span, .footc h3 span, .footk h3 span, .footr h3 span {
	font-size: 12px;
	display: block;
	color: #fff;
	opacity: 0.2;
	font-weight: lighter;
	line-height: 100%;
}
.footl p a {
	display: block;
	width: 50%;
	color: rgba(255,255,255,0.8);
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.footl p a:hover {
	text-decoration: underline;
	color: #bc1717;
}
.footc p {
	color: #fff;
	background-position: left center;
	line-height: 40px;
	font-size: 16px;
}
.footc p span {
	margin-left: 18px;
}
.footr em i {
	display: block;
	float: left;
	width: 150px;
}
.footr em i:last-child {
	float: right;
}
.footr em i img {
	width: 140px;
	height: 140px;
	border: 3px #fff solid
}
.footr em i span {
	display: block;
	font-size: 16px;
	color: #F4F4F4;
	line-height: 20px;
	padding-left: 32px;
	margin-top: 16px;
}
.footk p a {
	display: block;
	width: 50%;
	color: rgba(255,255,255,0.8);
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.footk p a:hover {
	text-decoration: underline;
	color: #bc1717;
}
.c-footer .mc {
	border-top: 1px solid #666666;
	padding: 13px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	margin-top: 20px;
}
.c-footer .mc span {
	float: left;
}
.c-footer .mc dl {
	float: left;
}
.c-footer .mc dt {
	float: left;
	padding: 0 10px;
}
.c-footer .mc dd {
	float: left;
}
.c-footer .mc dd a {
	color: #fff;
}
.c-footer .mc dd a:hover {
	color: #ffdb60;
}
.c-copy {
	padding: 11px 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: #1e1e1e;
	border-top: 1px solid #333333;
}
.c-copy a {
	color: #ffffff;
}
@media screen and (max-width:1280px) {
.footl {
	width: 25%;
}
.footc {
	width: 35%;
}
}
@media screen and (max-width:1024px) {
.footl {
	display: none;
}
.footc {
	width: calc(100% - 150px);
}
.footk {
	display: none;
}
.c-footer .mc {
	display: none;
}
.ys01 {
	width: 18%;
	height: auto;
	text-align: left;
	text-indent: 10px;
}
.ys01s {
	width: 80%;
	float: right;
	overflow: hidden;
	margin-left: 0;
}
}
@media screen and (max-width:767px) {
.footr {
	display: none;
}
.footc {
	width: 50%;
	padding-left: 20px;
}
.footk {
	width: calc(50% - 20px);
}
.c-copy .fl, .c-copy .fr {
	float: none;
}
.c-copy font {
	display: block
}
.tempWrap{ width:100% !important;}
.proCase .list li{ width:45%; margin-right:10px; height:auto;}
.proCase .list li a{ padding:5px;}
.proCase .list li a img{ width:100%; height:auto;}
}
@media screen and (max-width:640px) {
.footc {
	width: 100%;
	padding-left: 9px;
}
.footk {
	display: none;
}
.c-copy {
	padding-bottom: 75px;
}
.c-copy .my {
	display: none
}
}
.fxdb {
	display: none
}

.ny-page {
    border-top: 1px solid #ddd;
    line-height: 36px;
    padding: 10px 0 0;
    font-size: 14px;
    overflow: hidden;
}

/***About**/
.position_now {
	font-size: 14px;
	background: #F5F5F5;
}
.position_now .fl {
	color: #707070;
	line-height: 60px;
}
.position_now .fl img {
	height: 20px;
	margin-top: -4px;
	display: inline-block;
	margin-right: 8px;
}
.position_now a {
	display: inline-block;
	color: #707070;
}
.position_now .fr {
	font-family: impact;
	color: #e10101;
	font-size: 0;
}
.position_now .fr img {
	height: 26px;
	float: left;
	margin: 18px 10px 0 0;
}
.position_now .fr strong {
	font-weight: 100;
	font-size: 22px;
	display: block;
	float: left;
	line-height: 60px;
}
.nyabout {
	padding: 10px;
	line-height: 27px;
	font-size: 16px;
}
.nyabout img {
	max-width: 100%;
}
.sub_bk {
	text-align: center;
}
.sub_bk a {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 48px;
	margin-right: 2%;
	width: 23.5%;
	box-sizing: border-box;
	margin-bottom: 15px;
	height: 40px;
	overflow: hidden
}
.sub_bk .on {
	background: #bc1717;
	color: #fff;
}
.sub_bk a:hover, .sub_bk a.active {
	background: #bc1717;
	color: #fff;
}
.sub_bk a:nth-child(4n) {
	margin-right: 0;
}
.sub_bk span {
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	line-height: 4rem;
}
.sub_bk .show {
	height: auto;
	background: #eee;
}
@media screen and (max-width:640px) {
.sub_bk a {
	width: 49%;
	margin-right: 2%
}
.sub_bk a:nth-child(2n) {
	margin-right: 0;
}
}
@media screen and (max-width:380px) {
.sub_bk a {
	line-height: 42px;
	font-size: 14px;
	border-radius: 42px;
	margin-bottom: 8px;
	height: 42px;
	overflow: hidden
}
}
.yunu-contact {
	background-color: #F7F7F7;
	padding: 25px;
}
.yunu-contact h4 {
	margin: 0;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.yunu-contact dl {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.yunu-contact dt {
	float: left;
}
.yunu-contact dd {
	margin-left: 55px;
	font-size: 16px;
	padding-top: 16px;
}
.yunu-contact dd span {
	padding-left: 50px;
}
@media only screen and (max-width:480px) {
.yunu-contact dd span {
	padding-left: 10px;
}
}
@media only screen and (max-width:400px) {
.yunu-contact h4 {
	font-size: 20px;
}
.yunu-contact dl:nth-child(3) dd span {
	display: block;
}
}
/***New**/
.news-box {
	padding: 20px 10px;
	overflow: hidden;
}
.news-box:nth-child(2n) {
	background: #f5f5f5;
}
.news-box a {
	display: block;
}
.txtW {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}
.txtH {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
}
.news-box h3 {
	font-size: 20px;
	position: relative;
	font-weight: normal;
}
.news-box h3 span {
	float: right;
	font-size: 16px;
}
.news-box p {
	font-size: 16px;
	color: #656565;
	margin-top: 20px
}
.news-box a:hover h3 {
	color: #f62828;
}
.news_img {
	width: 100%;
	overflow: hidden;
}
.news_img img {
	width: 90%;
}
@media (max-width:1024px) {
.news-box h3 {
	font-size: 20px;
}
}
@media (max-width:640px) {
.news-box h3 {
	font-size: 20px;
}
.news-box p {
	font-size: 14px;
	margin-top: 0px;
}
.news-box {
	padding: 10px 0;
	overflow: hidden;
}
}
@media (max-width:480px) {
.news-box h3 {
	font-size: 16px;
}
.news-box p {
	font-size: 14px;
	margin-top: 0px;
}
.news-box {
	padding: 10px 0;
	overflow: hidden;
}
}
.nynews {
	overflow: hidden;
}
.news-tit {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.tool {
	color: #999;
	padding: 24px 0;
	text-align: center;
}
.tool span {
	display: inline-block;
	margin: 0 6px;
	font-size: 14px;
}
.newcontents {
	line-height: 30px;
	font-size: 16px;
	padding: 0 10px;
	overflow: hidden;
}
.newcontents img {
	max-width: 100%;
}

@media screen and (max-width: 480px){ 
.news-tit {
 font-size: 24px;
}
}


.c-flink {
	height: 60px;
	background: #f62828;
	line-height: 60px;
}
.c-flink strong {
	font-size: 18px;
	margin-right: 28px;
	color: #fff;
}
.c-flink a {
	font-size: 14px;
	color: #fff;
	padding: 0 10px 0 0;
}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.show-xs{ display:none;}
@media screen and (max-width: 640px) {
.footer-fix {
	display: block;
}
}
@media screen and (max-width:992px) {
.hide-xs {
	display: none;
}
.show-xs{ display:block}
}
.xgcp_title {
	padding: 10px;
	background-color: #fafafa;
	margin: 15px 0;
	overflow: hidden;
	width: 100%;
	float: left;
}
.xgcp_title h3 {
	color: #1e50af;
	border-left: 2px solid #1e50af;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
}
.xwzx {
	width: 100%;
	overflow: hidden;
}
.xwzx ul {
	list-style-type: none;
	margin-bottom: 10px;
}
.xgxw {
	border-bottom: 1px dotted #ccc;
	height: 25px;
	line-height: 25px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 10px;
}
.xwzx ul li span {
	float: right;
}
.xgxw {
	width: 100%;
	overflow: hidden;
}
.pro {
	margin-top: 18px;
	overflow: hidden;
}
.xgcp {
	width: 100%;
	overflow: hidden;
}
.xgcp img {
	width: 100%;
}
.xgcp p {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
}
.pro li a p {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}
.pro {
	margin-top: 18px;
}
.pro li {
	text-align: center;
	list-style: none;
	margin-bottom: 15px
}
.pro li a {
	display: block;
}
.pro li a span {
	display: block;
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden
}
.pro li a span img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.pro li a span img:hover {
	transform: scale(1.2);
}
.pro li a p {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.pro li a:hover p {
	color: #000;
}
@media screen and (max-width:767px) {
.pro li {
	overflow: hidden;
	width: 49%;
	float: left;
	margin-right: 2%
}
.pro li:nth-child(2n) {
	margin-right: 0
}
}
@media screen and (min-width:768px) {
.pro li {
	overflow: hidden;
	width: 32%;
	float: left;
	margin-right: 2%;
	border-bottom: 2px solid #eaeaea;
}
.pro li:nth-child(3n) {
	margin-right: 0
}
.pro li a p {
	height: 32px;
	line-height: 32px;
}
}
@media screen and (min-width:992px) {
.pro li a p {
	height: 36px;
	line-height: 36px;
}
}
@media screen and (min-width:1200px) {
.pro li a p {
	height: 50px;
	line-height: 50px;
	font-size: 16px
}
}

.nytwo {
    border-bottom: 1px solid #cfcfcf;
}
.nycplist{
	width:16.4%;
	float:left;
	line-height: 45px;
	height:45px;
	overflow:hidden;
    font-size: 18px;
	text-align:center;
    border-bottom: 0;
    border-right: 1px solid #cfcfcf;
}
.nytwo .on {
    background: #194174;
}
.nytwo .on a{ color:#fff;}
.nycplist:first-child {
    border-left: 1px solid #cfcfcf;
}
.nycplist:nth-child(6n+1) {
    border-left: 1px solid #cfcfcf;
}
.nybac{ background:#eaeaea;}
.nyaaa{ padding:30px; background:#fff;}

.prod_con{ width:100%; overflow:hidden;}
.prod_con h2{ font-size:24px; color:#194174; line-height:42px; text-align:center; border-bottom: 1px solid #eaeaea;}
.prod_con h3{ text-align:center; margin-top:15px;}
.prod_con h3 img{ max-width:100%;}
.view-table{ width:100%; overflow:hidden; line-height:27px; font-size:16px; margin-top:15px;}
.view-table img{ max-width:100%;}
.view-table table{ border: 1px solid #eee; width:99%; float:left; word-wrap: break-word; word-break: break-all;}
.view-table table td{ width: 20%; border: 1px solid #eee; font-size: 14px; background: #fff; padding: 5px 10px;}

@media screen and (max-width:768px) {
.nyaaa{ padding:5px !important;}
.nycplist{ width:33%;}
.nycplist:nth-child(3n+1) {
    border-left: 1px solid #cfcfcf;
}
}

