.w {
  width: 1200px;
  margin: 0 auto;
}
header {
  height: 180px;
  padding-top: 30px;
  box-sizing: border-box;
}
header .logo {
  float: left;
}
header .logo img {
  height: 115px;
}
header .header-r {
  float: right;
}
header .header-r img {
  width: 39px;
  margin-top: 35px;
  margin-right: 10px;
}
header .header-r div {
  float: right;
  margin-top: 30px;
}
header .header-r div span {
  display: block;
}
header .header-r div span:nth-child(2) {
  font-family: Arial;
  font-size: 21px;
  color: #32629b;
  font-weight: 700;
}
.nav {
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, .9);
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .7);
  position: relative;
  z-index: 9000;
}
.nav .navlist ul {
  display: flex;
}
.nav .navlist ul li {
  width: 160px;
  margin-right: 20px;
}
.nav .navlist ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.nav .navlist ul li a:hover {
  color:#32629b;
}
.nav .navlist ul .act {
  background: #000;
}
/**
.nav .navlist ul li:hover {
  background: #000;
  transition: all 0.3s;
}
**/
.banner {
  width: 100% ;
  height: 680px;
}
.banner .b1 {
  height: 680px;
  width: 100%;
  background: url("/style/imgs/index-banner1.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-left: 5%;
  padding-top: 240px;
  box-sizing: border-box;
}
.banner .b1 h1{
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 55px;
  letter-spacing: 10px;
  padding: 0 0 5px 10px;
  margin-bottom: 40px;
}
.banner .b1 span{
  background: #000;
}
.banner .b1 p{
  color: #fff;
  letter-spacing: 5px;
  padding-left: 10px;
  font-size: 36px;
}

.banner .b2 {
  height: 680px;
  width: 100%;
  background: url("/style/imgs/index-banner2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-left: 15%;
  padding-top:280px;
  box-sizing: border-box;
}
.banner .b2 h1 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 30px;
}
.banner .b2 p {
  font-size: 30px;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 3px 5px 5px 5px;
  margin-left: 80px;
  letter-spacing: 3px;
  font-family: "黑体";
}
.banner .b3 {
  height: 680px;
  width: 100%;
  background: url("/style/imgs/index-banner3.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-left: 13%;
  padding-top: 190px;
  box-sizing: border-box;
}
.banner .b3 h1 {
  font-weight: 400;
  font-size: 55px;
  letter-spacing: 1px;
  color: #fff;
}
.banner .b3 .line {
  width: 300px;
  height: 2px;
  background: #ff0000;
  margin-top: 50px;
  margin-bottom: 30px;
}
.banner .b3 p {
  font-size: 28px;
  color: #fff;
  letter-spacing: 3px;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #ccc;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #000;
  border: 1px solid #fff;
}
.index-tit {
  margin-top: 70px;
  margin-bottom: 40px;
}
.index-tit h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}
.index-tit p {
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  color: #36404B;
}
.protype {
  margin-bottom: 70px;
}
.protype .protype-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.protype .protype-b ul li {
  width: 300px;
  height: 220px;
  padding: 0 10px;
  box-sizing: border-box;
}
.protype .protype-b ul li .pro-img {
  width: 100%;
  height: 155px;

  box-sizing: border-box;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
.protype .protype-b ul li .pro-img:hover{

	border: 1px solid #32629b;
}
.protype .protype-b ul li .pro-img img {
  width: 100%;
  height: 100%;
}
.protype .protype-b ul li p {
  text-align: center;
  margin-top: 17px;
}
.protype .protype-b ul li:hover .pro-img {

}
.hotpro {
  height: 800px;
  background: url("/style/imgs/tmp1528440319_1704940_s.png") 0 0 repeat-x;
  padding-top: 19px;
  box-sizing: border-box;
}
.hotpro .hotpro-b {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.hotpro .hotpro-b .hotpro-item {
  width: 380px;
  height: 488px;
}
.hotpro .hotpro-b .hotpro-item .item-bg {
  width: 380px;
  height: 315px;
}
.hotpro .hotpro-b .hotpro-item img {
  width: 100%;
  height: 100%;
}
.hotpro .hotpro-b .hotpro-item .item-txt {
  background: #36404b;
  height: 173px;
  text-align: center;
  padding-top: 35px;
  box-sizing: border-box;
}
.hotpro .hotpro-b .hotpro-item .item-txt h3 {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.hotpro .hotpro-b .hotpro-item .item-txt h4 {
  color: #E2E2E2;
  margin-bottom: 14px;
}
.hotpro .hotpro-b .hotpro-item .item-txt p {
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
}
.hotpro .hotpro-b .hotpro-item .item-txt a {
  width: 155px;
  height: 45px;
 
  background-color: #32629b;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
  line-height: 45px;
  text-align: center;
  
  box-sizing: border-box;
}
.good {
  background: url("/style/imgs/tmp1528441642_1704940_s.jpg") 0 0 no-repeat;
}
.good ul {
  display: flex;
  justify-content: space-between;
}
.good ul li {
  width: 25%;
  height: 300px;
  padding-top: 75px;
  box-sizing: border-box;
}
.good ul li h4 {
  font-size: 18px;
  color: #FFFFFF;
  margin: 14px 0;
}
.good ul li p {
  font-size: 14px;
  color: #E2E2E2;
  line-height: 1.8;
  padding-right: 80px;
  box-sizing: border-box;
}
.jiejue {
  margin-bottom: 50px;
}
.jiejue .jiejue-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jiejue .jiejue-b .jiejlist {
  width: 220px;
  height: 200px;
  background: url("/style/imgs/fa/01.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 20px;
}
.jiejue .jiejue-b .jiejlist p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.jiejue .jiejue-b .b2 {
  background: url("/style/imgs/fa/02.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b3 {
  background: url("/style/imgs/fa/03.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b4 {
  background: url("/style/imgs/fa/04.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b5 {
  background: url("/style/imgs/fa/05.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b6 {
  background: url("/style/imgs/fa/06.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b7 {
  background: url("/style/imgs/fa/07.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b8 {
  background: url("/style/imgs/fa/08.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b9 {
  background: url("/style/imgs/fa/09.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .b10 {
  background: url("/style/imgs/fa/10.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.jiejue .jiejue-b .jiejlist:hover p {
  opacity: 0.8;
}
.news {
  height: 777px;
  background: url("/style/imgs/tmp1528443562_1704940_s.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-top: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.news .news-l {
  width: 750px;
  float: left;
}
.news .news-l .newstab {
  height: 60px;
}
.news .news-l .newstab span {
  display: inline-block;
  width: 120px;
  text-align: center;
  line-height: 45px;
  height: 45px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.news .news-l .newstab a {
  float: right;
  color: #fff;
  padding-top: 14px;
  transition: all 0.2s;
}
.news .news-l .newstab a:hover {
  color: #000;
}
.news .news-l .newstab .act {
  background: #000;
}
.news .news-l .newsbox {
  width: 750px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.news .news-l .newsbox ul {
  width: 750px;
  height: 560px;
  padding-top: 20px;
  padding-left: 30px;
  box-sizing: border-box;
  background: #fff;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.news .news-l .newsbox li {
  position: relative;
  height: 160px;
  margin-bottom: 20px;
}
.news .news-l .newsbox img {
  position: absolute;
  width: 240px;
  height: 160px;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
}
.news .news-l .newsbox h4 {
  margin-left: 260px;
  font-size: 14px;
  font-weight: 400;
  padding-top: 30px;
  margin-bottom: 20px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-l .newsbox p {
  margin-left: 260px;
  font-size: 12px;
  color: #888;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .news-l .newsbox ul:nth-child(2) {
  top: 560px;
}
.news .news-l .newsbox li:hover h4 {
  color: #000;
}
.news .news-r {
  width: 420px;
  float: right;
}
.news .news-r .zczs-t {
  height: 60px;
}
.news .news-r .zczs-t span {
  font-size: 20px;
  font-weight: 700;
  padding-top: 12px;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
}
.news .news-r .zczs-t a {
  float: right;
  color: #fff;
  padding-top: 17px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.news .news-r .zczs-t a:hover {
  color: #000;
}
.news .news-r img {
  width: 420px;
  height: 300px;
}
.news .news-r .topnews h4 {
  margin: 14px 0;
  color: #fff;
}
.news .news-r .topnews h4 a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s;
}
.news .news-r .topnews h4 a:hover {
  color: #000;
}
.news .news-r .topnews p {
  font-size: 12px;
  color: #CCCCCC;
  line-height: 1.9;
}
.news .news-r .newslist {
  width: 420px;
  height: 150px;
  overflow: hidden;
  margin-top: 45px;
}
.news .news-r .newslist ul li {
  height: 42px;
  margin-bottom: 10px;
  background: url("/style/imgs/tmp1528444911_1704940_s.png") 5px 13px no-repeat;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}
.news .news-r .newslist ul li a {
  color: #ccc;
  font-size: 14px;
  display: inline-block;
  width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-r .newslist ul li a:hover {
  color: #000;
}
.news .news-r .newslist ul li span {
  float: right;
  color: #ccc;
  font-size: 14px;
  display: inline-block;
  width: 25%;
  text-align: right;
}
footer {
  background: #36404b;
}
footer .footer-t {
  height: 260px;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #727272;
  box-sizing: border-box;
}
footer .footer-t .ft-l {
  width: 350px;
  float: left;
  padding-top: 40px;
  box-sizing: border-box;
  margin-right: 90px;
}
footer .footer-t .ft-l img {
  margin-bottom: 10px;
}
footer .footer-t .ft-l p {
  font-size: 14px;
  color: #ccc;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  box-sizing: border-box;
}
footer .footer-t .ft-l .phone {
  background: url("/style/imgs/phonebot.png") 5px 12px no-repeat;
}
footer .footer-t .ft-l .email {
  background: url("/style/imgs/emailbot.png") 5px 12px no-repeat;
}
footer .footer-t .ft-l .add {
  background: url("/style/imgs/addbot.png") 5px 12px no-repeat;
}
footer .footer-t .ft-m {
  width: 150px;
  float: left;
  padding-top: 50px;
  box-sizing: border-box;
}
footer .footer-t .ft-m img {
  width: 108px;
  height: 108px;
  display: block;
  margin: 0 auto;
}
footer .footer-t .ft-m p {
  text-align: center;
  color: #ccc;
  margin-top: 10px;
}
footer .footer-t .ft-r {
  float: right;
  padding-top: 50px;
  box-sizing: border-box;
}
footer .footer-t .ft-r dl {
  float: left;
  margin-left: 60px;
}
footer .footer-t .ft-r dl dt {
  color: #fff;
}
footer .footer-t .ft-r dl dd {
  margin-top: 10px;
}
footer .footer-t .ft-r dl dd a {
  color: #ccc;
  font-size: 14px;
  transition: all 0.2s;
}
footer .footer-t .ft-r dl dd a:hover {
  color: #000;
}
footer .footer-b {
  height: 44px;
  line-height: 44px;
}
footer .footer-b p {
  font-size: 14px;
  color: #888;
  text-align: center;
}
footer .footer-b p a{
  color: #888;
}
.aboutbanner img {
  width: 100%;
}
.aboutbanner .b1{
	height: 280px;
	width: 100%;
	background: url("/style/imgs/about-banner.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
	padding-left: 15%;
	padding-top: 110px;
	box-sizing: border-box;
}

.aboutbanner .b1 h1 {
  font-weight:normal;
  font-size: 30px;
  letter-spacing: 2px;
  color:#fff;
}

.aboutbanner .b1 p {
  font-size: 20px;
  color:#fff;
}



.aboutus {
  margin-bottom: 80px;
  margin-top: 50px;
}
.aboutus .aboutus-l {
  float: left;
  width: 500px;
  height: 520px;
}
.aboutus .aboutus-l img {
  width: 100%;
  height: 100%;
}
.aboutus .aboutus-r {
  float: right;
  width: 660px;
  padding-top: 30px;
  box-sizing: border-box;
}
.aboutus .aboutus-r h2 {
  /**color: #000;**/
  font-size: 40px;
  margin-bottom: 10px;
}
.aboutus .aboutus-r h4 {
  font-size: 20px;
  color: #36404B;
  margin-bottom: 30px;
  font-weight: 400;
}
.aboutus .aboutus-r p {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}
.team {
  margin-bottom: 100px;
}
.team ul {
  display: flex;
  justify-content: space-between;
}
.team ul li {
  width: 30%;
  height: 280px;
  border: 2px solid #cacaca;
  padding-top: 44px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.team ul li img {
  width: 124px;
  height: 96px;
  display: block;
  margin: 0 auto;
}
.team ul li h3 {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 14px;
  text-align: center;
}
.team ul li p {
  text-align: center;
  font-size: 14px;
  color: #888;
}
.team ul li:hover {
  border-color: #000;
}
.qywh {
  height: 635px;
  background: url("/style/imgs/about-bottom.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
.qywh .qywh-tit {
  margin-bottom: 50px;
}
.qywh .qywh-tit h2,
.qywh .qywh-tit p {
  color: #fff;
}
.qywh .qywh-b ul {
  width: 1105px;
  margin: 0 auto;
}
.qywh .qywh-b ul li {
  float: left;
  border: 1px solid #fff;
  width: 200px;
  height: 85px;
  margin: 0 84px;
  margin-bottom: 20px;
  padding: 16px 20px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.qywh .qywh-b ul li h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 7px;
}
.qywh .qywh-b ul li p {
  color: #fff;
  font-size: 14px;
}
.qywh .qywh-b ul li:hover {
  background: #000;
  border-color: #000;
}
.conway {
  margin-top: 50px;
  margin-bottom: 80px;
}
.conway p {
  font-size: 14px;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 40px;
}
.conway ul {
  display: flex;
  justify-content: space-between;
}
.conway ul li {
  border: 2px solid #cacaca;
  width: 30%;
  height: 210px;
  padding-top: 36px;
  box-sizing: border-box;
}
.conway ul li img {
  width: 66px;
  height: 58px;
  display: block;
  margin: 0 auto;
}
.conway ul li h3 {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 30px 0 11px 0;
}
.conway ul li p {
  text-align: center;
  font-size: 14px;
  color: #888;
}
.message {
  margin-bottom: 80px;
}
.message .message-l {
  float: left;
}
.message .message-r {
  width: 500px;
  float: right;
}
.message .message-r h2 {
  color: #333333;
  margin-bottom: 30px;
  font-size: 40px;
}
.message .message-r form input {
  width: 500px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.message .message-r form textarea {
  width: 500px;
  height: 142px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  resize: none;
  font-family: "微软雅黑";
  padding-left: 5px;
  padding-top: 5px;
}
.message .message-r form a {
  display: block;
  width: 500px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  background: #000;
  border-radius: 5px;
}
.conbanner img {
  width: 100%;
}
.cpzxbanner img {
  width: 100%;
}
.loca {
  height: 35px;
  line-height: 35px;
  margin: 40px auto;
}
.loca span {
  color: #000;
  margin: 0 10px;
}
.prolist {
  margin-bottom: 90px;
}
.prolist .prolist-l {
  float: left;
  width: 255px;
}
.prolist .prolist-l .prolist-l-t a {
  display: block;
  width: 255px;
  height: 62px;
  line-height: 62px;
  background: #000;
  color: #fff;
  font-size: 24px;
  padding-left: 20px;
  box-sizing: border-box;
}
.prolist .prolist-l ul {
  background: #36404b;
  padding: 20px 0;
  margin-top: 20px;
}
.prolist .prolist-l ul li {
  height: 45px;
  line-height: 45px;
  transition: all 0.3s;
  box-sizing: border-box;
}
.prolist .prolist-l ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}
.prolist .prolist-l ul li span {
  display: inline-block;
  transition: all 0.3s;
  margin-left: 30px;
}
.prolist .prolist-l ul li:hover {
  background: #000;
}
.prolist .prolist-l ul li:hover a {
  background: url("/style/imgs/prolist-bgi.png") 0 center no-repeat;
}
.prolist .prolist-l ul li:hover a span {
  margin-left: 42px;
}
.prolist .prolist-l ul .active {
  background: #000;
}
.prolist .prolist-l ul .active a {
  background: url("/style/imgs/prolist-bgi.png") 0 center no-repeat;
}

.prolist .prolist-l ul .active a span {
  margin-left: 42px;
}
.prolist .prolist-r {
  width: 905px;
  float: right;
}
.prolist .prolist-r .prolist-r-t {
  height: 40px;
  line-height: 40px;
  background: url("/style/imgs/prolist-r-t.png") left center no-repeat;
  margin-bottom: 30px;
}
.prolist .prolist-r .prolist-r-t a {
  display: inline-block;
  font-size: 24px;
  padding-left: 20px;
}
.prolist .prolist-r ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.prolist .prolist-r ul li {
  width: 22%;
  height: 300px;
  margin-right: 3%;
}
.prolist .prolist-r ul li .prolist-img {
  width: 200px;
  height: 200px;
  border: 1px solid #000;
  transition: all 0.3s;
}
.prolist .prolist-r ul li .prolist-img img {
  width: 100%;
  height: 100%;
}
.prolist .prolist-r ul li p {
  text-align: center;
  margin-top: 20px;
}
.prolist .prolist-r ul li:hover .prolist-img {
  border-color: #000;
}
.prolist .prolist-r ul li:nth-child(4n) {
  margin-right: 0;
}
.prolist .prolist-r .page-num {
  text-align: center;
  margin: 20px auto;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 50px;
}
.prolist .prolist-r .page-num .pagesub {
  pointer-events: none;
}
.prolist .prolist-r .page-num .a1 {
  font-size: 14px;
  padding: 2px 4px;
}
.prolist .prolist-r .page-num a,
.prolist .prolist-r .page-num span {
  margin: 0 6px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  padding: 1px;
  transition: all 0.4s ease;
}
.prolist .prolist-r .page-num a {
  text-decoration: none;
  border: 1px solid #ccc;
}
.prolist .prolist-r .page-num span {
  color: #fff;
  background: #000;
  border-color: #000;
}
.prolist .prolist-r .page-num * {
  line-height: 26px;
}
.prolist .prolist-r .page-num a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  text-decoration: none;
}
.prolist .prolist-r .page-num a:first-child:hover {
  background-color: #fff;
  color: #000;
}
.prolist .newslist-r {
  width: 905px;
  float: right;
}
.prolist .newslist-r .newslist-r-t {
  height: 40px;
  line-height: 40px;
  background: url("/style/imgs/prolist-r-t.png") left center no-repeat;
  margin-bottom: 30px;
}
.prolist .newslist-r .newslist-r-t a {
  display: inline-block;
  font-size: 24px;
  padding-left: 20px;
}
.prolist .newslist-r ul {
  margin-bottom: 50px;
}
.prolist .newslist-r ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #ccc;
  padding-left: 10px;
}
.prolist .newslist-r ul li a {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prolist .newslist-r ul li a:hover {
  color: #000;
}
.prolist .newslist-r ul li span {
  display: inline-block;
  width: 24%;
  text-align: right;
  color: #ccc;
  float: right;
}
.prolist .newslist-r .page-num {
  text-align: center;
  margin: 20px auto;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 50px;
}
.prolist .newslist-r .page-num .pagesub {
  pointer-events: none;
}
.prolist .newslist-r .page-num .a1 {
  font-size: 14px;
  padding: 2px 4px;
}
.prolist .newslist-r .page-num a,
.prolist .newslist-r .page-num span {
  margin: 0 6px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  padding: 1px;
  transition: all 0.4s ease;
}
.prolist .newslist-r .page-num a {
  text-decoration: none;
  border: 1px solid #ccc;
}
.prolist .newslist-r .page-num span {
  color: #fff;
  background: #000;
  border-color: #000;
}
.prolist .newslist-r .page-num * {
  line-height: 26px;
}
.prolist .newslist-r .page-num a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  text-decoration: none;
}
.prolist .newslist-r .page-num a:first-child:hover {
  background-color: #fff;
  color: #000;
}
.textcon {
  margin-bottom: 50px;
}
.textcon h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.textcon > span {
  display: block;
  text-align: right;
  color: #999;
}
.textcon .tit-line {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #999;
}
.textcon p {
  padding: 0 30px;
  box-sizing: border-box;
  text-indent: 2em;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.textcon img {
  display: block;
  margin: 30px auto;
  max-width: 80%;
}
.textcon .pageprev {
  margin-top: 50px;
  margin-bottom: 10px;
}
.textcon .pageprev span {
  color: #555;
  font-size: 16px;
}
.textcon .pageprev a {
  font-size: 16px;
  transition: all 0.3s;
  font-family: "黑体";
}
.textcon .pageprev a:hover {
  color: #000;
}
.textcon .pagenext span {
  font-size: 16px;
  color: #555;
}
.textcon .pagenext a {
  font-size: 16px;
  font-family: "黑体";
}
.textcon .pagenext a:hover {
  color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .w {
    width: 100%;
  }
  header {
    height: 60px;
    position: relative;
    padding-top: 10px;
  }
  header .logo {
    float: left;
    margin-left: 10px;
  }
  header .logo img {
    width: auto;
    height: 42px;
  }
  header .header-r {
    display: none;
  }
  header .mob-menu {
    display: block !important;
    float: right;
    margin-right: 10px;
  }
  header .mob-menu img {
    width: 40px;
  }
  header ul {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 10px 40px;
    z-index: 20;
    background: #fff;
    box-sizing: border-box;
  }
  header ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #000;
  }
  header ul li a {
    letter-spacing: 2px;
  }
  .nav {
    display: none;
  }
  .banner {
    width: 100% ;
    height: 200px;
  }
  .banner .swiper-slide {
    width: 100%;
    height: 200px;
  }
  .banner .b1 {
    height: 200px;
    padding-left: 0;
    padding-top: 40px;
  }
  .banner .b1 h1 {
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .banner .b1 div {
    display: block;
    width: 290px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .banner .b1 p {
    font-size: 14px;
    text-align: center;
  }
  .banner .b2 {
    height: 200px;
    padding-left: 0;
    padding-top:60px;
  }
  .banner .b2 h1 {
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .b2 p {
    font-size: 12px;
    padding: 5px 0;
    margin-left: 0px;
    letter-spacing: 0px;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .banner .b3 {
    height: 200px;
    padding-left: 0;
    padding-top: 65px;
  }
  .banner .b3 h1 {
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
  }
  .banner .b3 .line {
    width: 80px;
    height: 2px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .banner .b3 p {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-tit {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .index-tit h2 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .index-tit p {
    font-size: 14px;
  }
  .protype {
    margin-bottom: 30px;
  }
  .protype .protype-b ul {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .protype .protype-b ul li {
    width: 48%;
    height: 160px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .protype .protype-b ul li .pro-img {
    width: 100%;
    height: auto;
  }
  .protype .protype-b ul li p {
    margin-top: 14px;
    font-size: 13px;
  }
  .hotpro {
    height: auto;
    background: #e0e4e8;
    padding-top: 4px;
  }
  .hotpro .hotpro-b {
    margin-top: 20px;
    display: block;
  }
  .hotpro .hotpro-b .hotpro-item {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .hotpro .hotpro-b .hotpro-item .item-bg {
    width: 100%;
    height: 240px;
  }
  .hotpro .hotpro-b .hotpro-item .item-txt {
    height: 130px;
    padding-top: 25px;
  }
  .hotpro .hotpro-b .hotpro-item .item-txt h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .hotpro .hotpro-b .hotpro-item .item-txt h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .hotpro .hotpro-b .hotpro-item .item-txt p {
    font-size: 12px;
  }
  .hotpro .hotpro-b .hotpro-item .item-txt a {
    width: 130px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 30px;
    padding-left: 27px;
    font-size: 13px;
  }
  .good {
    background: #353d48;
    margin-top: 30px;
  }
  .good ul {
    padding: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .good ul li {
    width: 46%;
    height: 200px;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .good ul li img {
    display: block;
    margin: 0 auto;
  }
  .good ul li h4 {
    font-size: 16px;
    color: #FFFFFF;
    margin: 10px 0;
    text-align: center;
  }
  .good ul li p {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    padding-right: 0px;
  }
  .jiejue {
    margin-bottom: 40px;
  }
  .jiejue .jiejue-b {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .jiejue .jiejue-b .jiejlist {
    width: 48%;
    height: 150px;
    
    background-size: 100% 100%;
    margin-bottom: 10px;
  }
  .jiejue .jiejue-b .jiejlist p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    opacity: 0.8;
  }
  .news {
    height: auto;
    background: url("/style/imgs/tmp1528443562_1704940_s.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 0 10px;
    padding-top: 30px;
  }
  .news .news-l {
    width: 100%;
    float: none;
  }
  .news .news-l .newstab {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .news .news-l .newstab span {
    width: 80px;
    line-height: 35px;
    height: 35px;
    font-size: 18px;
    letter-spacing: 0px;
  }
  .news .news-l .newstab a {
    padding-top: 7px;
  }
  .news .news-l .newstab .act {
    background: #000;
  }
  .news .news-l .newsbox {
    width: 100%;
    height: 390px;
  }
  .news .news-l .newsbox ul {
    height: 390px;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news .news-l .newsbox li {
    position: relative;
    height: 100px;
    margin-bottom: 20px;
  }
  .news .news-l .newsbox img {
    position: absolute;
    width: 100px;
    height: 80px;
    top: 14px;
    left: 0;
  }
  .news .news-l .newsbox h4 {
    margin-left: 110px;
    padding-top: 14px;
    margin-bottom: 10px;
  }
  .news .news-l .newsbox p {
    margin-left: 110px;
    font-size: 12px;
    line-height: 1.4;
  }
  .news .news-l .newsbox ul:nth-child(2) {
    top: 560px;
  }
  .news .news-r {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .news .news-r .zczs-t {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .news .news-r .zczs-t span {
    font-size: 18px;
    padding-top: 14px;
  }
  .news .news-r img {
    width: 100%;
    height: 240px;
  }
  .news .news-r .topnews h4 {
    margin: 14px 0;
  }
  .news .news-r .topnews h4 a {
    font-size: 14px;
  }
  .news .news-r .newslist {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .news-r .newslist ul li a {
    font-size: 12px;
  }
  .news .news-r .newslist ul li span {
    font-size: 12px;
  }
  footer {
    padding: 0 10px;
    box-sizing: border-box;
  }
  footer .footer-t {
    height: auto;
  }
  footer .footer-t .ft-l {
    width: 100%;
    float: none;
    padding-top: 40px;
    margin-right: 0px;
  }
  footer .footer-t .ft-m {
    width: 100%;
    float: none;
    padding-top: 20px;
    box-sizing: border-box;
  }
  footer .footer-t .ft-m img {
    width: 108px;
    height: 108px;
    display: block;
    margin: 0 auto;
  }
  footer .footer-t .ft-m p {
    text-align: center;
    color: #ccc;
    margin-top: 10px;
  }
  footer .footer-t .ft-r {
    width: 100%;
    float: none;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer-t .ft-r dl {
    width: 48%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-t .ft-r dl dd {
    margin-top: 2px;
  }
  footer .footer-t .ft-r dl dd a {
    font-size: 12px;
  }
  footer .footer-t .clearfix:before,
  footer .footer-t .clearfix:after {
    content: none;
    display: table;
  }
  footer .footer-b {
    height: 44px;
    line-height: 44px;
    padding-bottom: 50px;
  }
  footer .footer-b p {
    font-size: 12px;
  }
  .aboutbanner .abbanner-c {
    display: none;
  }
  .aboutbanner .abbanner-m {
    display: block !important;
    height: 160px;
  }
  
	.aboutbanner .b1{
		display: block !important;
		height: 160px;
		width: 100%;
		background: url("/style/imgs/about-banner2.jpg") 0 0 no-repeat;
		background-size: 100% 100%;
		padding-left: 15%;
		padding-top: 50px;
		box-sizing: border-box;
	}

	.prolist .prolist-l ul .active {
	  background-color:#ddd;
	}
	.prolist .prolist-l ul .active a {
	  background:none;
	}

	.prolist .prolist-l ul .active a span {
	  margin-left: 0px;
	}
  
  .aboutus {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .aboutus .aboutus-l {
    display: none;
  }
  .aboutus .aboutus-r {
    float: none;
    width: 100%;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .aboutus .aboutus-r h2 {
    font-size: 22px;
    margin-bottom: 6px;
    text-align: center;
  }
  .aboutus .aboutus-r h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  .aboutus .aboutus-r p {
    font-size: 13px;
    line-height: 1.4;
  }
  .team {
    margin-bottom: 50px;
  }
  .team ul {
    display: block;
  }
  .team ul li {
    width: 84%;
    height: 200px;
    margin: 0 auto;
    padding-top: 18px;
    margin-bottom: 20px;
  }
  .team ul li h3 {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 7px;
  }
  .team ul li p {
    font-size: 12px;
  }
  .qywh {
    height: auto;
    padding: 10px;
  }
  .qywh .qywh-tit {
    margin-bottom: 30px;
  }
  .qywh .qywh-b ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qywh .qywh-b ul li {
    float: none;
    border: 1px solid #fff;
    width: 48%;
    height: 80px;
    margin: 0;
    margin-bottom: 20px;
    padding: 6px 8px;
  }
  .qywh .qywh-b ul li h4 {
    font-size: 16px;
  }
  .qywh .qywh-b ul li p {
    font-size: 12px;
  }
  .qywh .qywh-b .clearfix:before,
  .qywh .qywh-b .clearfix:after {
    content: none;
    display: table;
  }
  .conbanner .conban-c {
    display: none;
  }
  .conbanner .conban-m {
    display: block !important;
    height: 160px;
  }
  .conway {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .conway p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .conway ul {
    display: block;
  }
  .conway ul li {
    width: 85%;
    height: 160px;
    margin: 0 auto;
    padding-top: 16px;
    margin-bottom: 20px;
  }
  .conway ul li h3 {
    font-size: 16px;
    margin: 15px 0 8px 0;
  }
  .conway ul li p {
    font-size: 13px;
  }
  .message {
    margin-bottom: 40px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .message .message-l {
    display: none;
  }
  .message .message-r {
    width: 100%;
    float: none;
  }
  .message .message-r h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }
  .message .message-r form {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .message .message-r form input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .message .message-r form textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }
  .message .message-r form a {
    display: block;
    width: 50%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .cpzxbanner .cpzxban-c {
    display: none;
  }
  .cpzxbanner .cpzxban-m {
    display: block !important;
    height: 160px;
  }
  .loca {
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .loca span {
    margin: 0 5px;
  }
  .prolist {
    margin-bottom: 40px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .prolist .prolist-l {
    float: none;
    width: 100%;
  }
  .prolist .prolist-l .prolist-l-t {
    display: none;
  }
  .prolist .prolist-l ul {
    background: none;
    padding: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .prolist .prolist-l ul li {
    width: 30%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .prolist .prolist-l ul li a {
    font-size: 12px;
    color: #000;
    border: 1px solid #ddd;
  }
  .prolist .prolist-l ul li span {
    margin-left: 0px;
  }
  .prolist .prolist-l ul li:hover {
    background: #000;
  }
  .prolist .prolist-l ul li:hover a {
    background: none;
  }
  .prolist .prolist-l ul li:hover a span {
    margin-left: 0px;
    color: #fff;
  }
  .prolist .prolist-r {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 30px;
  }
  .prolist .prolist-r .prolist-r-t {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .prolist .prolist-r .prolist-r-t a {
    font-size: 18px;
    padding-left: 15px;
  }
  .prolist .prolist-r ul li {
    width: 47%;
    height: 200px;
    margin-right: 4%;
  }
  .prolist .prolist-r ul li .prolist-img {
    width: 100%;
    height: 140px;
  }
  .prolist .prolist-r ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .prolist .prolist-r ul li:nth-child(2n) {
    margin-right: 0;
  }
  .prolist .prolist-r .page-num {
    margin: 10px auto;
    height: 30px;
    margin-bottom: 50px;
  }
  .prolist .prolist-r .page-num .pagesub {
    pointer-events: none;
  }
  .prolist .prolist-r .page-num .a1 {
    font-size: 12px;
  }
  .prolist .prolist-r .page-num a,
  .prolist .prolist-r .page-num span {
    margin: 0 2px;
    min-width: 25px;
    margin-bottom: 10px;
  }
  .prolist .prolist-r .page-num span {
    color: #fff;
  }
  .prolist .prolist-r .page-num * {
    line-height: 26px;
  }
  .prolist .newslist-r {
    width: 100%;
    float: none;
  }
  .prolist .newslist-r .newslist-r-t {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .prolist .newslist-r .newslist-r-t a {
    font-size: 18px;
    padding-left: 15px;
  }
  .prolist .newslist-r ul {
    margin-bottom: 30px;
  }
  .prolist .newslist-r ul li {
    height: 30px;
    line-height: 30px;
  }
  .prolist .newslist-r ul li a {
    width: 74%;
    font-size: 14px;
  }
  .prolist .newslist-r ul li span {
    display: inline-block;
    width: 23%;
    text-align: right;
    color: #ccc;
    float: right;
    font-size: 12px;
  }
  .prolist .newslist-r .page-num {
    text-align: center;
    margin: 20px auto;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 50px;
  }
  .prolist .newslist-r .page-num .pagesub {
    pointer-events: none;
  }
  .prolist .newslist-r .page-num .a1 {
    font-size: 14px;
    padding: 2px 4px;
  }
  .prolist .newslist-r .page-num a,
  .prolist .newslist-r .page-num span {
    margin: 0 6px;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    padding: 1px;
    transition: all 0.4s ease;
    margin-bottom: 10px;
  }
  .prolist .newslist-r .page-num * {
    line-height: 26px;
  }
  .textcon {
    margin-bottom: 30px;
  }
  .textcon h2 {
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
  .textcon > span {
    font-size: 12px;
    padding-right: 10px;
    margin-bottom: 14px;
  }
  .textcon .tit-line {
    display: none;
  }
  .textcon p {
    padding: 0 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .textcon .pageprev {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .textcon .pageprev span {
    font-size: 15px;
  }
  .textcon .pageprev a {
    font-size: 15px;
  }
  .textcon .pagenext span {
    font-size: 15px;
  }
  .textcon .pagenext a {
    font-size: 15px;
  }
}
