* {
  	margin: 0;
  	padding: 0;
  }
  
  li {
  	list-style: none;
  }
  
  a{
  	color: #000;
	text-decoration:none
  }
  
  html, body {
  	position: relative;
  	height: 100%;
  }
  
  img {
  	display: block;
  }
  
  body {
  	background: #fff;
  	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	color: #000;
  	margin: 0;
  	padding: 0;
  }
div,header,footer{
	box-sizing: border-box;
}
/*# sourceMappingURL=base.css.map */
/* @media only screen and (max-width : 750px) {
    .pc{
    	display: none;
    }
}
@media only screen and (min-width: 750px) {
    .phone{
	   display: none;
    }
} */
@media only screen and (min-width: 1440px) {
    .pc header,.footerpc{
	   left: 50%;
	   margin-left: -720px;
    }
}
header{
	position: relative;
}
.pc header{
	width: 1440px;
	height: 70px;
	padding: 0 100px;
	z-index:10;
	position: absolute;
	top: 0;
}

.pc header .logo{
	float: left;
	width: 206px;
	margin-top: 4px;
}
.pc header .logo img{
	width: 206px;
	height: 66px;
}

.pc header ul{
	float: right;
	height: 70px;
	display: flex;
}

.pc header ul li {
	line-height: 70px;
	letter-spacing: 2px;
	width: 110px;
	text-align: center;
	font-size: 20px;
	margin-left: 40px;
}
.pc header ul li:first-child{
	margin-left: 0px;
}
.pc header ul .active{
	color: #FFFFFF;
	background: #ED6E03;
	box-shadow: 0px 1px 4px 0px rgba(171, 127, 57, 0.62);
	border-radius: 0 0 10px 10px;
	font-size: 24px;
}
.pc header ul .active a{
	color: #FFFFFF;
}
footer{
	min-width: 1440px;
	height: 293px;
	position: relative;
	background: #ED6E03;
}
footer .border{
	width: 100%;
	height: 2px;
	background: #06192C;
	opacity: 0.21;
	position: absolute;
	top: 239px;
}
footer .footerpc{
	width: 1440px;
	height: 239px;
	padding: 58px 240px 0;
	position: absolute;
	display: flex;
	color: #FFFFFF;
}
footer .footerpc .left{
	width: 710px;
	margin-right: 146px;
}
footer .footerpc .left ul{
	width: 710px;
	display: flex;
}
footer .footerpc .left ul li{
	height: 16px;
	line-height: 16px;
	border-right: 2px solid #fff;
	padding: 0 26px;
	font-size: 16px;
	
}
footer .footerpc .left ul li a{
	color: #fff;
}
footer .footerpc .left ul li:first-child{
	padding-left: 0;
}
footer .footerpc .left ul li:last-child{
	border: none;
	padding-right: 0;
}
footer .footerpc .left .title1{
	height: 55px;
}
footer .footerpc .left .tel{
	margin-top: 12px;
	font-size: 14px;
}
footer .footerpc .right{
	width: 106px;
}
footer .footerpc .right .img{
	background: #fff;
	width: 106px;
	height: 106px;
	margin-bottom: 5px;
}
footer .footerpc .right .img img{
	width: 106px;
	height: 106px;
}
footer .footerpc .right .text{
	text-align: center;
	font-size: 14px;
}
.title{
	font-size: 36px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 130px;
}
.title .border{
	width: 80px;
	height: 3px;
	background: #eee;
}
.title .text{
	margin: 0 20px;
	letter-spacing: 3px;
}
.title .text span{
	color: #ED6E03; 
}
.content{ 
	min-width: 1440px;
}

/*移动端样式*/
.mobile{
	padding-top: 1rem;
}
.mobile .swiperphone img{
	width: 7.5rem;
	height: 4.75rem;
}
.mobile .header{
	position: fixed;
	top: 0;
	width: 7.5rem;
	height: 1rem;
	z-index: 9999999;
	background: #FFFFFF;
}
.mobile .header .logo{
	float: left;
}
.mobile .header .logo img{
	width: 2rem;
	margin: .2rem;
}
.mobile .header .icon{
	float: right;
	width: 1.2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile .header .icon img{
	width: .7rem;
}
.mobile .header .icon .close{
	width: .5rem;
}
.mobile .header .pop{
	position: absolute;
	right: 0;
	top: 1rem;
	z-index: 999;
	width: 3rem;
	height: 6rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.29);
	display: none;
}
.mobile .header .pop a{
	display: block;
	width: 3rem;
	height: 1rem;
	font-size: .32rem;
	border-bottom: 1px solid #ccc;
	text-align: center;
	line-height: 1rem;
	color: #666;
}
.mobile .header .pop .span:last-child a{
	border: none;
}
.mobile .mtitle{
	font-size: .3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .6rem;
}
.mobile .mtitle .border{
	width: .8rem;
	height: .03rem;
	background: #eee;
}
.mobile .mtitle .text{
	margin: 0 .15rem;
	letter-spacing: .03rem;
}
.mobile .mtitle .text span{
	color: #ED6E03; 
}
.mobile .footer{
	background: #F2F2F2;
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mobile .footer p{
	font-size: .23rem;
	margin-top: .05rem;
}


.wzdd{
	    text-align: center;
	    overflow: hidden;
    padding: 15px 0;
	}
	
	
	.pglist {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}.pglist a {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}.pglist .active a{
    display: inline-block;
    color: #fff;
    background: #0056a8;
    border-color: #0056a8;
}.pglist span{
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}

.content .contact .details .but input {
    display: block;
    width: 146px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFFFFF;
    outline: none;
    border: none;
    background: #F57C3B;
    border-radius: 9px;
}

.mobile .details .con .but input{
	    display: block;
    width: 146px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFFFFF;
    outline: none;
    border: none;
    background: #F57C3B;
    border-radius: 9px;
	}
	
	

/* 宽度 */
.news117 .news117_in {
    text-align: center;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
}
/* 颜色 */
.news117 .text117 li a:hover {
    color: #0170e2;
}
.news117 .text117 li .time117 {
    float: left;
    width: 80px;
    height: 80px;
    background: #0170e2;
    color: #FFF;
    line-height: 25px;
    padding: 12px 12px;
    position: absolute;
    left: -35px;
    top: 16px;
    text-align: center;
    -moz-box-shadow: 0px 0px 20px #0170e2;
    -webkit-box-shadow: 0px 0px 20px #0170e2;
    box-shadow: 0px 0px 20px #0170e2;
}
.news117 .more117 {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: #c5c5c5 solid 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 30px;
}
.news117 .more117:hover {
    color: #0170e2;
    border: #0170e2 solid 1px;
}
/* 颜色 end*/
.news117 .text117 li p {
    margin-left: 45px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}
.news117 .text117 li {
    float: left;
    margin-left: 36px;
    text-align: left;
    margin-bottom: 24px;
    height: 90px;
    width: 46%;
    position: relative;
    padding: 10px 0;
}
.news117 .text117 {
    height: 388px;
}
.news117 .text117 li:nth-child(2n) {
    float: right;
    margin-left: 0;
}
.news117 .text117 li .info117 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    text-indent: 65px;
    padding-top: 5px;
    font-weight: bold;
}
.news117 .text117 li .time117 .day117 {
    font-size: 28px;
    font-weight: bold;
}
.news117 .text117 li .time117 .month117 {
    float: left;
    width: 56px;
    font-size: 14px;
}
.news117 .text117 li .time117 .year {
    float: left;
    font-size: 18px;
    width: 48px;
}
@media (max-width:1199px) {
.news117 .news117_in {
    width: 96%;
    padding: 20px 0;
}
.news117 .text117 li {
    width: 45%;
}
}
@media (max-width:991px) {
.news117 .text117 li {
    width: 43%;
}
}
@media (max-width:767px) {
.news117 .text117 {
    height: auto;
}
.news117 .text117 li {
    width: 88%;
    margin-left: 12%;
    margin-bottom: 0;
    height: 90px;
}
.news117 .text117 li .info117 {
    font-size: 22px;
}
.news117 .text117 li p {
    line-height: 20px;
    height: 42px;
    font-size: 20px;
}
.news117 .text117 li .time117 {
    height: 72px;
    -moz-box-shadow: 0px 0px 10px #0170e2;
    -webkit-box-shadow: 0px 0px 10px #0170e2;
    box-shadow: 0px 0px 10px #0170e2;
}
.news117 .text117 li .time117 .day117 {
    font-size: 24px;
}
.news117 .text117 li .time117 .month117 {
    margin-top: -6px;
}
}

