﻿.posi {
	background-color: #f2f5f8;
}

/* 新闻资讯 */
body.cfff {
	background-color: #FFFFFF;
}

.news-mn {
	padding-bottom: 120px;
}
.wp.wp1170 {
	max-width: 1170px;
	margin: 0 auto;
}
.m-newsd {
	padding-top: 42px;
	/* padding-bottom: 148px; */
}
.m-newsd .tit {
	font-size: 24px;
	color: #000000;
	font-weight: 400;
	text-align: center;
	margin-bottom: 44px;
}
.m-newsd .date {
	overflow: hidden;
	font-size: 18px;
	color: #666666;
	margin-bottom: 38px;
}
.m-newsd .date span {
	float: left;
	margin-right: 22px;
}
.m-newsd .date .read{
	float: right;
}
.m-newsd .txt {
	padding-bottom: 82px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 46px;
}
.m-newsd p {
	font-size: 18px;
	line-height: 1.8;
	color: #666666;
	margin-bottom: 15px;
}
.m-newsd p:last-of-type {
	margin-bottom: 0;
}
.m-newsd .txt img {
	max-width: 100%;
}

.m-newsd .files {
	padding-bottom: 40px;
	
	margin-bottom: 40px;
}
.m-newsd .files .fileTab {
	border: 1px solid #e8e8e8;
	padding: 0 0.4rem;
}
.m-newsd .files .fileTab a{
	display: block;
	
}
.m-newsd .files .fileTab .fileTit{
	width: 100%;
    	height: 1rem;
    	display: flex;
    	justify-content: space-between;	
	
}
.m-newsd .files .fileTab .fileTit p{
	font-size: .18rem;
        color: #333;
        line-height: 1rem;
}
.m-newsd .files .fileTab .fileImng{
	width: 0.47rem;
        height: 0.47rem;
        position: relative;
        top: 0.27rem;
}
.m-newsd .btns {
	position: relative;
}
.m-newsd .btns .ppl {
	margin-bottom: 20px;
}
.m-newsd .btns a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	
}
.m-newsd .btns div:nth-last-child(2) {
	margin-bottom: 0;
}
.m-newsd .btns a:hover {
	color: #004693;
	cursor: pointer;
}
.m-newsd .btn {
	width: 134px;
	height: 70px;
	text-align: center;
	background: url(../images/news-d/pic-newsd-bj.png) no-repeat center;
	background-size: 133px 69px;
	position: absolute;
	top: -6px;
	right: 0;
	transition: .5s;
}
.m-newsd .btns .btn a {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
}
.m-newsd .btns .btn i {
	padding: 10px;
	background: url(../images/news-d/pic-news-r.png) no-repeat center;
	transition: .5s;
}
.m-newsd .btns .btn:hover i {
	position: relative;
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	transition: .5s;
}
@keyframes example {
	  0% {
		  right: 0px;
	  }
	  50% {
		  right: 4px;
	  }
	  100% {
		  right: 0px;
	  }
}

/* 人才计划 */
.m-people {
	/* padding-bottom: 100px; */
}
.ul-list-p {
	margin-bottom: 52px;
}
.ul-list-p li {
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 30px;
}
.ul-list-p li:last-of-type {
	margin-bottom: 0px;
}
.ul-list-p .con {
    padding: 26px 50px 26px 50px;
}
.ul-list-p .txt {
	width: 90%;
	cursor: pointer;
}

.ul-list-p .tit {
	font-size: 24px;
	color: #333;
	margin-bottom: 12px;
}
.ul-list-p .desc {
	font-size: 18px;
	color: #888;
	transition: .5s;
}
.ul-list-p li.on .desc {
	display: none;
}
.ul-list-p .con .btn {
	position: absolute;
	top: 40px;
	right: 50px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FFFFFF;
	color: #c1c7d3;
	border-radius: 50%;
	border: 1px solid #c1c7d3;
	cursor: pointer;
	z-index: 99;
	transition: .5s;
}
.ul-list-p .con .btn:hover {
	background-color: #004693;
	transition: .5s;
}
.ul-list-p .con .btn:hover i {
	background-color: #FFFFFF;
	transition: .5s;
}
.ul-list-p .btn .pot {
	width: 100%;
	height: 100%;
	position: relative;
}
.ul-list-p li.on .btn {
	background-color: #004693;
	transition: .5s;
}
.ul-list-p .btn .pot .linea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 14px;
	height: 2px;
	background-color:#c1c7d3;
	transition: .5s;
}
.ul-list-p li.on .pot .linea {
	background-color:#FFFFFF;
	transition: .5s;
}
.ul-list-p .lineb {
	position: absolute;
	height: 14px;
	width: 2px;
	background-color:#c1c7d3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .5s;
}
.ul-list-p li.on .lineb {
	opacity: 0;
	transition: .5s;
}
.ul-list-p .detail {
	overflow: hidden;
	display: none;
}
.ul-list-p .p_info {
	font-size: 18px;
	color: #666;
	margin-bottom: 26px;
}
.ul-list-p .p_info span{
	color: #eef1f9;
	margin: 0 6px;
}
.ul-list-p .describle {
	padding-top: 26px;
	border-top: 1px solid #ebeff8;
	margin-bottom: 20px;
	font-size: 16px;
    color: #666;
}
.ul-list-p .require {
	padding-bottom: 24px;
	border-bottom: 1px solid #ebeff8;
	margin-bottom: 26px;
}
.ul-list-p .tita{
	font-size: 18px;
	margin-bottom: 7px;
	color: #333;
}
.ul-list-p p{
	font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.ul-list-p .ppost {
	font-size: 16px;
	color: #000000;
	padding-left: 30px;
	background: url(../images/people/pic-people-@.png) no-repeat left;
}
.ul-list-p .ppost i {
	font-style: normal;
	color: #004693;
	border-bottom: 2px solid #779cc5;
}
.g-pages {
	text-align: center;
}
.g-pages ul {
	display: inline-block;
	overflow: hidden;
}
.g-pages li {
	float: left;
	margin-right: 10px;
	transition: .5s;
}
.g-pages .only {
	width: 30px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.g-pages a {
	display: block;
	width: 54px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	background: url(../images/people/pic-p-bg2.png) no-repeat center;
	transition: .5s;
	background-size: 54px 51px;
}
.g-pages .on a {
	color: #FFFFFF;
	background-size: 54px 51px!important;
	background: url(../images/people/pic-p-bg.png) no-repeat center;
}
.g-pages li:hover a {
	display: block;
	background-size: 54px 51px!important;
	color: #FFFFFF;
	background: url(../images/people/pic-p-bg.png) no-repeat center;
}
/* 联系我们 */ 
.contact-mn {
	/* padding-bottom: 150px; */
}
.m-contact {
	background: url(../images/contact/pic-contact-bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 30px 0  40px 30px;
	box-sizing: border-box;
}
.m-contact .contact-l {
	/* position: absolute; */
	left: 106px;
	bottom: 64px;
	width: 400px;
	margin-bottom: 2.5vw;
}
.m-contact .contact-l:last-of-type{
	margin-bottom: 0;
}
.m-contact .contact-r {
	float: right;
	width: 686px;
	/* padding: 30px 30px 40px 0; */
	padding:0 30px 40px 0;
}
.m-contact .contact-l .tit {
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}
.m-contact .contact-l .name {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.m-contact .contact-l p {
	color: #444;
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.m-contact .contact-l p:nth-last-child(1) {
	background: url(../images/contact/ico-contact-c.png) no-repeat left;
}
.m-contact .contact-l p:nth-last-child(2) {
	background: url(../images/contact/ico-contact-b.png) no-repeat left;
}
.m-contact .contact-l p:nth-last-child(3) {
	background: url(../images/contact/ico-contact-a.png) no-repeat left;
}
.m-contact .contact-l p:last-of-type {
	margin-bottom: 0px;
}
.m-contact .contact-r form {
	overflow: hidden;
}
.m-contact .contact-r .info-l {
	float: left;
	margin-bottom: 23px;
}
.m-contact .contact-r .info-r {
	float: right;
	padding-top: 101px;
	margin-bottom: 24px;
}
.m-contact .contact-r .info {
	padding: 80px 60px 74px 70px;
	background-color: #FFFFFF;
}
.m-contact .contact-r .info-l .name {
	width: 300px;
	margin-bottom: 28px;
}
.m-contact .contact-r .info-l .last {
    margin-bottom: 0px;
}
.m-contact .contact-r .info-r .name {
	width: 226px;
	margin-bottom: 28px;
}
.m-contact .contact-r .info p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}
.m-contact .contact-r .name.on p {
	background: url(../images/contact/ico-contact-red.png) no-repeat right;
}
input::-webkit-input-placeholder {
        color: #ccc;
      }
      input::-moz-input-placeholder {
        color: #ccc;
      }
      input::-ms-input-placeholder {
        color: #ccc;
      }
.m-contact .contact-r .info-l input {
	width: 280px;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 20px;
	background-color: #f2f5f8;
}
.m-contact .contact-r .info-r input  {
	width: 205px;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 20px;
	background-color: #f2f5f8;
}
.m-contact .contact-r .info-r .ver {
	margin-bottom: 0;
}
.m-contact .contact-r .info-r div{
	overflow: hidden;
}
.m-contact .contact-r .info-r .ver input {
	float: left;
	width: 70px;
	height: 40px;
	border: none;
	outline: none;
	background-color: #f2f5f8;
}
.m-contact .contact-r .info-r .ver a {
	float: right;
	display: block;
	width: 128px;
	height: 40px;
	background: url(../images/contact/pic-contact-a.png) no-repeat center;
	background-size: 127px 41px;
}
.m-contact .contact-r .info .txt {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.m-contact .contact-r .info .txt textarea{
	width: 100%;
	height: 84px;
	border: none;
	outline: none;
	resize: none;
	padding: 20px;
	background-color: #f2f5f8;
}
.m-contact .contact-r .submit {
	float: left;
	width: 134px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	padding-left: 4px;
	text-align: center;
	transition: .5s;
	background: url(../images/contact/pic-contact-buttom.png) no-repeat center;
	background-size: 133px 69px;
}
.m-contact .contact-r .submit:hover {
	font-size: 20px;
	font-weight: 700;
	transition: .5s;
}
.m-contact .contact-r .info-r .ver img{width: auto;}
@media only screen and (min-width: 950px) and (max-width: 1600px) {
/* 新闻资讯 */
.wp.wp1170 {
	max-width: 73.12vw;
	margin: 0 auto;
}
.news-mn {
	padding-bottom: 7.5vw;
}
.m-newsd {
	padding-top: 2.333vw;
	/* padding-bottom: 8.222vw; */
}
.m-newsd .tit {
	font-size: 1.5vw;
	color: #000000;
	font-weight: 400;
	text-align: center;
	margin-bottom: 2.75vw;
}
.m-newsd .date {
	overflow: hidden;
	font-size: 1.125vw;
	color: #666666;
	margin-bottom: 2.375vw;
}
.m-newsd .date span {
	float: left;
	margin-right: 1.375vw;
}
.m-newsd .date .read{
	float: right;
}
.m-newsd .txt {
	padding-bottom: 5.125vw;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 2.875vw;
}
.m-newsd p {
	font-size: 1.125vw;
	line-height: 1.8;
	color: #666666;
	margin-bottom: 0.937vw;
}
.m-newsd p:last-of-type {
	margin-bottom: 0;
}
.m-newsd .txt img {
	max-width: 100%;
}
.m-newsd .btns {
	position: relative;
}
.m-newsd .btns .ppl {
	margin-bottom: 1.25vw;
}
.m-newsd .btns a {
	display: inline-block;
	font-size: 1vw;
	color: #000;
	
}
.m-newsd .btns div:nth-last-child(2) {
	margin-bottom: 0;
}
.m-newsd .btns a:hover {
	color: #004693;
	cursor: pointer;
}
.m-newsd .btn {
	width: 8.375vw;
	height: 4.375vw;
	text-align: center;
	background: url(../images/news-d/pic-newsd-bj.png) no-repeat center;
	background-size: 8.312vw 4.312vw;
	position: absolute;
	top: -0.375vw;
	right: 0;
	transition: .5s;
}
.m-newsd .btns .btn a {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	line-height: 4.375vw;
}
.m-newsd .btns .btn i {
	padding: 0.625vw;
	background: url(../images/news-d/pic-news-r.png) no-repeat center;
	transition: .5s;
}
.m-newsd .btns .btn:hover i {
	position: relative;
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	transition: .5s;
}
@keyframes example {
	  0% {
		  right: 1px;
	  }
	  50% {
		  right: 0.25vw;
	  }
	  100% {
		  right: 1px;
	  }
}
}

@media only screen and (min-width: 950px) and (max-width: 1800px) {
/* 人才计划 */
.m-people {
	/* padding-bottom: 5.555vw; */
}
.ul-list-p {
	margin-bottom: 2.888vw;
}
.ul-list-p li {
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 1.666vw;
}
.ul-list-p li:last-of-type {
	margin-bottom: 1px;
}
.ul-list-p .con {
    padding: 1.444vw 2.777vw 1.444vw 2.777vw;
}
.ul-list-p .txt {
	width: 90%;
}
.ul-list-p .tit {
	font-size: 1vw;
	color: #000;
	margin-bottom: 0.666vw;
}
.ul-list-p .desc {
	font-size: 0.777vw;
	color: #999;
	transition: .5s;
}
.ul-list-p li.on .desc {
	display: none;
}
.ul-list-p .con .btn {
	position: absolute;
	top: 2.222vw;
	right: 2.777vw;
	width: 1.666vw;
	height: 1.666vw;
	line-height: 1.666vw;
	text-align: center;
	background-color: #FFFFFF;
	color: #c1c7d3;
	border-radius: 50%;
	border: 1px solid #c1c7d3;
	cursor: pointer;
	z-index: 99;
	transition: .5s;
}
.ul-list-p .con .btn:hover {
	background-color: #004693;
	transition: .5s;
}
.ul-list-p .con .btn:hover i{
	background-color: #FFFFFF;
	transition: .5s;
}
.ul-list-p .btn .pot {
	width: 100%;
	height: 100%;
	position: relative;
}
.ul-list-p li.on .btn {
	background-color: #004693;
	transition: .5s;
}
.ul-list-p .btn .pot .linea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 0.777vw;
	height: 0.111vw;
	background-color:#c1c7d3;
	transition: .5s;
}
.ul-list-p li.on .pot .linea {
	background-color:#FFFFFF;
	transition: .5s;
}
.ul-list-p .lineb {
	position: absolute;
	height: 0.777vw;
	width: 0.111vw;
	background-color:#c1c7d3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .5s;
}
.ul-list-p li.on .lineb {
	opacity: 0;
	transition: .5s;
}
.ul-list-p .detail {
	overflow: hidden;
	display: none;
}
.ul-list-p .p_info {
	font-size: 0.777vw;
	color: #666;
	margin-bottom: 1.444vw;
}
.ul-list-p .p_info span{
	color: #eef1f9;
	margin: 0 0.333vw;
}
.ul-list-p .describle {
	padding-top: 1.444vw;
	border-top: 1px solid #ebeff8;
	margin-bottom: 1.111vw;
}
.ul-list-p .require {
	padding-bottom: 1.333vw;
	border-bottom: 1px solid #ebeff8;
	margin-bottom: 1.444vw;
}
.ul-list-p .tita{
	font-size: 0.888vw;
	margin-bottom: 0.388vw;
	color: #000000;
}
.ul-list-p p{
	font-size: 0.777vw;
	color: #999;
	line-height: 1.8;
}
.ul-list-p .ppost {
	font-size: 0.888vw;
	color: #000000;
	padding-left: 1.666vw;
	background: url(../images/people/pic-people-@.png) no-repeat left;
}
.ul-list-p .ppost i {
	font-style: normal;
	color: #004693;
	border-bottom: 0.111vw solid #779cc5;
}
.g-pages {
	text-align: center;
}
.g-pages ul {
	display: inline-block;
	overflow: hidden;
}
.g-pages li {
	float: left;
	margin-right: 0.555vw;
	transition: .5s;
}
.g-pages .only {
	width: 1.666vw;
	height: 3vw;
	line-height: 3vw;
	font-size: 1vw;
	text-align: center;
	color: #000000;
}
.g-pages a {
	display: block;
	width: 3vw;
	height: 2.833vw;
	line-height: 2.833vw;
	text-align: center;
	font-size: 1vw;
	color: #000000;
	background: url(../images/people/pic-p-bg2.png) no-repeat center;
	transition: .5s;
	background-size: 3vw 2.833vw;
}
.g-pages .on a {
	color: #FFFFFF;
	background-size: 3vw 2.833vw!important;
	background: url(../images/people/pic-p-bg.png) no-repeat center;
}
.g-pages li:hover a {
	display: block;
	background-size: 3vw 2.833vw!important;
	color: #FFFFFF;
	background: url(../images/people/pic-p-bg.png) no-repeat center;
}

/* 联系我们 */
.contact-mn {
	/* padding-bottom: 8.333vw; */
}
.m-contact {
	background: url(../images/contact/pic-contact-bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 1.666vw 0 2.222vw 1.666vw;
}
.m-contact .contact-l {
	/* position: absolute; */
	left: 5.888vw;
	bottom: 3.555vw;
	width: 22.22vw;
}
.m-contact .contact-r {
	float: right;
	width: 38.11vw;
	/* padding: 1.666vw 1.666vw 2.222vw 0; */
	padding: 0 1.666vw 2.222vw 0;
}
.m-contact .contact-l .tit {
	color: #000000;
	font-size: 1.666vw;
	font-weight: 700;
	line-height: 1.3;
}
.m-contact .contact-l .name {
	color: #000000;
	font-size: 1.333vw;
	font-weight: 700;
	margin-bottom: 1.666vw;
}
.m-contact .contact-l p {
	color: #444;
	font-size: 0.888vw;
	margin-bottom: 1.111vw;
	padding-left: 1.111vw;
}
.m-contact .contact-l p:nth-last-child(1) {
	background: url(../images/contact/ico-contact-c.png) no-repeat left;
	background-size: 0.722vw 0.833vw;
}
.m-contact .contact-l p:nth-last-child(2) {
	background: url(../images/contact/ico-contact-b.png) no-repeat left;
	background-size: 0.722vw 0.833vw;
}
.m-contact .contact-l p:nth-last-child(3) {
	background: url(../images/contact/ico-contact-a.png) no-repeat left;
	background-size: 0.722vw 0.833vw;
}
.m-contact .contact-l p:last-of-type {
	margin-bottom: 1px;
}
.m-contact .contact-r form {
	overflow: hidden;
}
.m-contact .contact-r .info-l {
	float: left;
	margin-bottom: 1.277vw;
}
.m-contact .contact-r .info-r {
	float: right;
	padding-top: 5.611vw;
	margin-bottom: 1.333vw;
}
.m-contact .contact-r .info {
	padding: 4.444vw 3.333vw 4.111vw 3.888vw;
	background-color: #FFFFFF;
}
.m-contact .contact-r .info-l .name {
	width: 16.66vw;
	margin-bottom: 1.555vw;
}
.m-contact .contact-r .info-l .last {
    margin-bottom: 1px;
}
.m-contact .contact-r .info-r .name {
	width: 12.55vw;
	margin-bottom: 1.555vw;
}
.m-contact .contact-r .info p {
	font-size: 0.888vw;
	color: #000000;
	margin-bottom: 0.555vw;
}
.m-contact .contact-r .name.on p {
	background: url(../images/contact/ico-contact-red.png) no-repeat right;
}
input::-webkit-input-placeholder {
        color: #ccc;
		font-size: 0.777vw;
      }
      input::-moz-input-placeholder {
        font-size: 0.777vw;
      }
      input::-ms-input-placeholder {
        font-size: 0.777vw;
      }
.m-contact .contact-r .info-l input {
	width: 15.55vw;
	height: 2.222vw;
	border: none;
	outline: none;
	padding-left: 1.111vw;
	background-color: #f2f5f8;
}
.m-contact .contact-r .info-r input  {
	width: 11.38vw;
	height: 2.222vw;
	border: none;
	outline: none;
	padding-left: 1.111vw;
	background-color: #f2f5f8;
}
.m-contact .contact-r .info-r .ver {
	margin-bottom: 0;
}
.m-contact .contact-r .info-r div{
	overflow: hidden;
}
.m-contact .contact-r .info-r .ver input {
	float: left;
	width: 3.888vw;
	height: 2.222vw;
	border: none;
	outline: none;
	background-color: #f2f5f8;
}
.m-contact .contact-r .info-r .ver a {
	float: right;
	display: block;
	width: 7.111vw;
	height: 2.222vw;
	background: url(../images/contact/pic-contact-a.png) no-repeat center;
	background-size: 7.055vw 2.277vw;
}
.m-contact .contact-r .info .txt {
	float: left;
	width: 100%;
	margin-bottom: 2.777vw;
}
.m-contact .contact-r .info .txt textarea{
	width: 100%;
	height: 4.666vw;
	border: none;
	outline: none;
	resize: none;
	padding: 1.111vw;
	background-color: #f2f5f8;
}
.m-contact .contact-r .submit {
	float: left;
	width: 7.444vw;
	height: 3.888vw;
	line-height: 3.888vw;
	font-size: 1vw;
	color: #FFFFFF;
	display: block;
	padding-left: 0.222vw;
	text-align: center;
	transition: .5s;
	background: url(../images/contact/pic-contact-buttom.png) no-repeat center;
	background-size: 7.388vw 3.833vw;
}
.m-contact .contact-r .submit:hover {
	font-size: 1.111vw;
	font-weight: 700;
	transition: .5s;
}
}

@media only screen and (max-width: 950px){
	/* 新闻资讯 */
	.m-newsd .tit {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
.m-newsd .files .fileTab{
padding:0 15px;
}
.m-newsd .files .fileTab .fileTit p{
 font-size: 16px;
}
	.m-newsd .date {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.m-newsd .date span {
	    margin-right: unset;
	}
	.m-newsd .date span:first-of-type {
	    margin-right: 6px;
	}
	.m-newsd p {
	    font-size: 18px;
	    line-height: 1.8;
	    margin-bottom: 10px;
	}
	.m-newsd {
		padding-top: unset;
	    padding-bottom: 20px;
	}
	.news-mn {
		padding-bottom: unset;
	}
	.m-newsd .txt {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.m-newsd .btns .ppl {
	    margin-bottom: 10px;
	}
	.m-newsd .btn {
	    display: none;
	}
	.m-newsd .btns a {
	    font-size: 18px;
	}
	/* 人才计划 */
	.m-people {
	    padding: 0px 0 20px 0;
	}
	.ul-list-p .con {
	    padding: 20px 20px;
	}
	.ul-list-p li {
	    margin-bottom: 10px;
	}
	.ul-list-p .tit {
	    font-size: 20px;
	    margin-bottom: 6px;
	}
	.ul-list-p .p_info {
	    font-size: 14px;
	    margin-bottom: 12px;
	}
	.ul-list-p .describle {
	    padding-top: 14px;
	    margin-bottom: 10px;
		font-size: 14px;
	}
	.ul-list-p .tita {
	    font-size: 18px;
	    margin-bottom: 4px;
	}
	.ul-list-p .require {
	    padding-bottom: 14px;
	    margin-bottom: 20px;
	}
	.ul-list-p .ppost {
	    font-size: 18px;
	    padding-left: 20px;
	}
	.ul-list-p .con .btn {
	    position: absolute;
	    top: 20px;
	    right: 10px;
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	}
	.ul-list-p .btn .pot .linea {
	    width: 10px;
	    height: 2px;
	}
	.ul-list-p .btn .pot .lineb {
	    width: 2px;
	    height: 10px;
	}
	.ul-list-p {
	    margin-bottom: 20px;
	}
	.g-pages a {
	    display: block;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 18px;
	    background-size: 30px auto;
	}
	.g-pages .on a {
	    background-size: 30px auto!important;
	}
	.g-pages .only {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 18px;
	}
	.g-pages li {
	    margin-right: 6px;
	}
	/* 联系我们 */
	.contact-mn .wp {
		padding: unset;
	}
	.m-contact {
	    padding: 30px 20px;
	}
	.m-contact .contact-r {
	    float: unset;
	    width: 100%;
		padding: unset;
		margin-bottom: 20px;
	}
	.m-contact .contact-r .info-l .name {
	    width: 100%;
	    margin-bottom: 16px;
	}
	.m-contact .contact-r .info-l input {
	    width: 100%;
	    height: 40px;
	    padding-left: 10px;
		box-sizing: border-box;
	}
	.m-contact .contact-r .info {
	    padding: 20px;
	}
	.m-contact .contact-r .info p {
	    margin-bottom: 4px;
	}
	.m-contact .contact-r .info-l {
	    float: unset;
	    margin-bottom: 10px;
	}
	.m-contact .contact-r .info-r {
	    float: unset;
	    padding-top: 0;
	    margin-bottom: 10px;
	}
	.m-contact .contact-r .info-r .name {
		width: 100%;
	    margin-bottom: 10px;
	}
	.m-contact .contact-r .info-r input {
	    width: 100%;
	    height: 40px;
		padding-left: 10px;
		box-sizing: border-box;
		
	}
	.m-contact .contact-l {
	    position: unset;
	    width: 100%;
		margin-bottom: 40px;
    margin-top: 40px;
	}
	input::-webkit-input-placeholder {
	        color: #ccc;
			font-size: 16px;
	      }
	      input::-moz-input-placeholder {
	        font-size: 16px;
	      }
	      input::-ms-input-placeholder {
	        font-size: 16px;
	      }
	.m-contact .contact-r .info .txt {
	    float: unset;
	    margin-bottom: 20px;
	}

	.m-contact .contact-r .info .txt textarea {
		width: 100%;
	    height: 90px;
	    padding: 10px;
		box-sizing: border-box;
	}
	.m-contact .contact-r .submit {
	    float: unset;
	    width: 70px;
		height: 38px;
		line-height: 38px;
	    font-size: 16px;
	    padding-left: unset;
	    text-align: center;
	    background-size: 70px auto;
		margin: 0 auto;
	}
	.m-contact .contact-l .tit {
	    color: #000000;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 1.3;
	}
	.m-contact .contact-l .name {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.m-contact .contact-l p {
	    font-size: 16px;
	    margin-bottom: 10px;
	    padding-left: 20px;
	}
	.contact-mn {
	    padding: 0px 0;
	}
	.m-contact .contact-r .info-r .ver a {
		float: left;
		display: block;
		width: 80px;
		height: 40px;
		padding-left: 20px;
		background: url(../images/contact/pic-contact-a.png) no-repeat center;
		background-size: 80px 40px;
}
}