@font-face {
  font-family: 'iconfont';
  /* project id 971715 */
  src: url('//at.alicdn.com/t/font_971715_uojw1htdpb.eot');
  src: url('//at.alicdn.com/t/font_971715_uojw1htdpb.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_971715_uojw1htdpb.woff2') format('woff2'), url('//at.alicdn.com/t/font_971715_uojw1htdpb.woff') format('woff'), url('//at.alicdn.com/t/font_971715_uojw1htdpb.ttf') format('truetype'), url('//at.alicdn.com/t/font_971715_uojw1htdpb.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, select, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

body, html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input, textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.cont {
  width: 1300px;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: fixed;
  height: 120px;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.header .h-logo {
  float: left;
  margin-top: 34px;
  background: url(../img/logo.png);
  width: 185px;
  height: 44px;
}

.header .h-head {
  float: left;
  margin-top: 50px;
  margin-left: 70px;
}

.header .h-head .nav .nLi {
  display: inline-block;
  margin-right: 71px;
  padding-bottom: 32px;
  position: relative;
}

.header .h-head .nav .nLi h3 {
  font-size: 16px;
}

.header .h-head .nav .nLi h3 a {
  color: #ffffff;
}

.header .h-head .nav .nLi .sub {
  display: none;
  position: absolute;
  top: 70px;
  left: -21px;
}

.header .h-head .nav .nLi .sub li {
  width: 108px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 14px;

  background: #e26330;
  margin-bottom: 3px;
}

.header .h-head .nav .nLi .sub li a {
  color: #fff;
}

.header .h-head .nav .nLi::before {
  content: " ";
  width: 0%;
  height: 4px;
  background: #e26330;
  position: absolute;
  bottom: -16px;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}

.header .h-head .nav .nLi:hover::before {
  width: 100%;
  transition: all .5s ease;
}

.header .h-head .nav .on::before {
  width: 100%;
  transition: all .5s ease;
}

.header .h-phone {
  float: right;
  margin-top: 41px;
}

.header .h-phone span {
  display: inline-block;
  color: #e26330;
  font-size: 21px;
  margin-right: 6px;
}

.header .h-phone p {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.back {
  background: #fff;
}

.back .h-logo {
  float: left;
  margin-top: 36px;
  background: url(../img/logo2.png);
  width: 185px;
  height: 44px;
}

.back .h-head .nav .nLi h3 a {
  color: #333;
}

.back .h-phone p {
  color: #333;
}

/* .banner {
  position: relative;
  width: 100%;
  height: 615px;
  overflow: hidden;
  min-width: 1200px;
}

.banner .bd {
  width: 100%;
  height: 100%;
}

.banner .bd ul li {
  position: relative;
  height: 1000px;
}

.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner .hd {
  position: absolute;
  bottom: 4%;
  left: 48%;
}

.banner .hd ul li {
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.banner .hd ul .on {
  border-radius: 50%;
  background-color: #207ed8;
  width: 12px;
  height: 12px;
  border-color: #207ed8;
} */

.s-title {
  text-align: center;
}

.s-title h4 {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}

.s-title .link {
  background-color: #e26330;
  width: 74px;
  height: 1px;
  margin: 0 auto;
  margin-top: 50px;
}

.one {
  padding-top: 90px;
}

.one .u-bd {
  margin-top: 55px;
}

.one .u-bd ul li {
  width: 408px;
  height: 246px;
  float: left;
  padding: 0 40px;
  margin-right: 38px;
  padding-top: 50px;
  transition: all .5s ease;
}

.one .u-bd ul li h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #333333;
  margin-bottom: 30px;
}

.one .u-bd ul li h4 img {
  margin-right: 22px;
  vertical-align: middle;
  display: inline-block;
}

.one .u-bd ul li h4 span {
  vertical-align: middle;
  display: inline-block;
}

.one .u-bd ul li p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.714;
  margin-bottom: 28px;
}

.one .u-bd ul li a {
  float: right;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
}

.one .u-bd ul li:nth-child(3n) {
  margin-right: 0px;
}

.one .u-bd ul li:hover {
  transition: all .5s ease;
  background-color: #ffffff;
  box-shadow: 2.331px 1.888px 10px 0px rgba(0, 0, 0, 0.21);
}

.one .u-bd ul li:hover a {
  color: #e26330;
}

.two {
  background: url(../img/1_03.jpg) no-repeat center;
  height: 753px;
  margin-top: 70px;
  padding-top: 85px;
}

.two .bd-box {
  background-color: #ffffff;
  width: 1300px;
  height: 590px;
  padding: 0 40px;
}

.two .bd-box .zs {
  float: left;
  width: 410px;
  margin-top: 60px;
  position: relative;
}

.two .bd-box .zs .bd ul li {
  width: 327px;
  height: 463px;
}

.two .bd-box .zs .bd ul li img {
  width: 100%;
  height: 100%;
}

.two .bd-box .zs .hd {
  position: absolute;
  right: 42px;
  bottom: 0px;
}

.two .bd-box .zs .hd a {
  background-color: #e26330;
  width: 43px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 22px;
}

.two .bd-box .zs .hd .prev {
  background: #192146;
}

.two .bd-box .text {
  width: 780px;
  float: right;
}

.two .bd-box .text h4 {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  margin-top: 70px;
}

.two .bd-box .text .link {
  background-color: #e26330;
  width: 74px;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.two .bd-box .text p {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  line-height: 2.571;
}

.two .bd-box .text a {
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: solid;
  width: 132px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  color: #666666;
  float: right;
  margin-top: 75px;
}

.three {
  background: #f2f2f2;
  padding-top: 90px;
}

.three .u-bd .slideTxtBox .hd {
  background-color: #ffffff;
  width: 1300px;
  height: 91px;
  line-height: 85px;
  margin-top: 50px;
  padding: 0 50px;
}

.three .u-bd .slideTxtBox .hd ul li {
  display: inline-block;
  margin-right: 60px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
}

.three .u-bd .slideTxtBox .hd ul .on {
  font-weight: bold;
  border-bottom: 6px solid #e26330;
}

.three .u-bd .slideTxtBox .hd ul a {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  float: right;
}

.three .u-bd .slideTxtBox .bd ul .title {
  height: 108px;
  line-height: 108px;
  padding: 0 47px;
}

.three .u-bd .slideTxtBox .bd ul .title p {
  display: inline-block;
  margin-right: 58px;
}

.three .u-bd .slideTxtBox .bd ul .title p a {
  font-size: 16px;
  color: #333333;
}

.three .u-bd .slideTxtBox .bd ul .title P:hover a {
  color: #e26330;
}

.three .u-bd .slideTxtBox .bd ul li {
  width: 303px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 30px;
}

.three .u-bd .slideTxtBox .bd ul li .img-box {
  height: 346px;
  width: 100%;
  overflow: hidden;
}

.three .u-bd .slideTxtBox .bd ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.three .u-bd .slideTxtBox .bd ul li .text {
  margin-top: 3px;
  background-color: #ffffff;
  width: 303px;
  height: 110px;
  text-align: center;
  overflow: hidden;
}

.three .u-bd .slideTxtBox .bd ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #000000;
  padding-top: 45px;
  transition: all .5s ease;
}

.three .u-bd .slideTxtBox .bd ul li .text h3 {
  display: none;
  transition: all .5s ease;
}

.three .u-bd .slideTxtBox .bd ul li:hover .img-box img {
  transform: scale(1.1);
  transition: all .5s ease;
}

.three .u-bd .slideTxtBox .bd ul li:hover .text {
  padding: 0 15px;
  background: #2e3557;
}

.three .u-bd .slideTxtBox .bd ul li:hover .text p {
  padding-top: 20px;
  transition: all .5s ease;
  color: #FFF;
  padding-bottom: 15px;
  border-bottom: 1px solid #3c4672;
}

.three .u-bd .slideTxtBox .bd ul li:hover .text h3 {
  display: block;
  margin-top: 15px;
  color: #e26330;
  transition: all .5s ease;
}

.three .u-bd .slideTxtBox .bd ul li:nth-child(5) {
  margin-right: 0px;
}

.three .u-bd .slideTxtBox .bd ul li:nth-child(9) {
  margin-right: 0px;
}

.four {
  padding-top: 90px;
  padding-bottom: 75px;
}

.four .cont .u-bd {
  margin-top: 60px;
}

.four .cont .u-bd ul li {
  width: 412px;
  display: inline-block;
  margin-right: 27px;
  margin-bottom: 30px;
}

.four .cont .u-bd ul li .img-box {
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.four .cont .u-bd ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.four .cont .u-bd ul li .text {
  text-align: center;
  height: 114px;
  border-bottom: 1px solid #dcdcdc;
}

.four .cont .u-bd ul li .text h4 {
  padding-top: 25px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 18px;
  transition: all .5s ease;
}

.four .cont .u-bd ul li .text p {
  color: #9c9c9c;
  font-size: 14px;
  padding-bottom: 25px;
  height: 45px;
}

.four .cont .u-bd ul li .text .link {
  height: 1px;
  width: 0px;
  transition: all .5s ease;
  background: #e26330;
}

.four .cont .u-bd ul li:nth-child(3n) {
  margin-right: 0px;
}

.four .cont .u-bd ul li:hover .img-box img {
  transform: scale(1.1);
  transition: all .5s ease;
}

.four .cont .u-bd ul li:hover .text {
  border-bottom: 0px solid #e26330;
}

.four .cont .u-bd ul li:hover .text h4 {
  color: #e26330;
  transition: all .5s ease;
}

.four .cont .u-bd ul li:hover .text .link {
  width: 100%;
  transition: all .5s ease;
}

.five {
  background: #f2f2f2;
  padding: 75px 0;
}

.five .u-bd {
  margin-top: 55px;
}

.five .u-bd .left {
  float: left;
  width: 650px;
}

.five .u-bd .left ul li {
  margin-bottom: 25px;
}

.five .u-bd .left ul li .time {
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  width: 107px;
  height: 103px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.five .u-bd .left ul li .time h4 {
  font-size: 36px;
  font-family: "Microsoft YaHei";
  color: #333333;
  padding-top: 13px;
  margin-bottom: 10px;
}

.five .u-bd .left ul li .time p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
}

.five .u-bd .left ul li .text {
  width: 520px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.five .u-bd .left ul li .text h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
  margin-bottom: 15px;
}

.five .u-bd .left ul li .text p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #8f8f8f;
  text-transform: uppercase;
  line-height: 1.714;
}

.five .u-bd .left ul li:hover .time {
  background: #e26330;
  border-color: #e26330;
}

.five .u-bd .left ul li:hover .time h4 {
  color: #FFFFFF;
}

.five .u-bd .left ul li:hover .time p {
  color: #FFFFFF;
}

.five .u-bd .five-right {
  float: right;
  width: 630px;
  position: relative;
}

.five .u-bd .five-right .bd ul li {
  width: 100%;
  height: 391px;
}

.five .u-bd .five-right .bd ul li img {
  width: 100%;
  height: 100%;
}

.five .u-bd .five-right .hd {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.five .u-bd .five-right .hd ul li {
  border-radius: 50%;
  background-color: #ffffff;
  width: 13px;
  height: 12px;
  margin: 0 8px;
  display: inline-block;
}

.five .u-bd .five-right .hd ul .on {
  background: #e26330;
}


.header1 {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.header1 .h-logo {
  float: left;
  margin-top: 34px;
  background: url(../img/logo2.png);
  width: 185px;
  height: 44px;
}

.header1 .h-head {
  float: left;
  margin-top: 50px;
  margin-left: 70px;
}

.header1 .h-head .nav .nLi {
  display: inline-block;
  margin-right: 71px;
  padding-bottom: 32px;
  position: relative;
}

.header1 .h-head .nav .nLi h3 {
  font-size: 16px;
}

.header1 .h-head .nav .nLi h3 a {
  color: #000;
}

.header1 .h-head .nav .nLi .sub {
  display: none;
  position: absolute;
  top: 70px;
  left: -21px;
  z-index: 99;
}

.header1 .h-head .nav .nLi .sub li {
  width: 108px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
 
  background: #e26330;
  margin-bottom: 3px;
}

.header1 .h-head .nav .nLi .sub li a {
  color: #fff;
}

/* .header1 .h-head .nav .on {
  border-bottom: 4px solid #e26330;
} */

.header1 .h-phone {
  float: right;
  margin-top: 41px;
}

.header1 .h-phone span {
  display: inline-block;
  color: #e26330;
  font-size: 21px;
  margin-right: 6px;
}

.header1 .h-phone p {
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.banner1 {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  min-width: 1300px;
}

.banner1 .bd {
  width: 100%;
  height: 100%;
}

.banner1 .bd ul li {
  position: relative;
  height: 480px;
}

.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-box {
  padding-top: 50px;
  padding-bottom: 70px;
}

.page-box .prod .hd {
  background-color: #ffffff;
  width: 1300px;
  height: 91px;
  line-height: 85px;
  padding: 0 50px;
}

.page-box .prod .hd ul li {
  display: inline-block;
  margin-right: 60px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
  vertical-align: top;
}

.page-box .prod .hd ul li:hover {
  font-weight: bold;
  border-bottom: 6px solid #e26330;
}

.page-box .prod .hd ul .on {
  font-weight: bold;
  border-bottom: 6px solid #e26330;
}

.page-box .prod .bd .title {
  height: 108px;
  line-height: 108px;
  padding: 0 47px;
}

.page-box .prod .bd .title p {
  display: inline-block;
  margin-right: 58px;
}

.page-box .prod .bd .title .on a {
  color: #e26330;
}

.page-box .prod .bd .title p a {
  font-size: 16px;
  color: #333333;
}

.page-box .prod .bd .title P:hover a {
  color: #e26330;
}

.page-box .prod .bd ul li {
  width: 303px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 30px;
}

.page-box .prod .bd ul li .img-box {
  height: 346px;
  width: 100%;
  overflow: hidden;
}

.page-box .prod .bd ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.page-box .prod .bd ul li .text {
  margin-top: 3px;
  background-color: #ffffff;
  width: 303px;
  height: 110px;
  text-align: center;
  overflow: hidden;
}

.page-box .prod .bd ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #000000;
  padding-top: 45px;
  transition: all .5s ease;
}

.page-box .prod .bd ul li .text h3 {
  display: none;
  transition: all .5s ease;
}

.page-box .prod .bd ul li:hover .img-box img {
  transform: scale(1.1);
  transition: all .5s ease;
}

.page-box .prod .bd ul li:hover .text {
  padding: 0 15px;
  background: #2e3557;
}

.page-box .prod .bd ul li:hover .text p {
  padding-top: 20px;
  transition: all .5s ease;
  color: #FFF;
  padding-bottom: 15px;
  border-bottom: 1px solid #3c4672;
}

.page-box .prod .bd ul li:hover .text h3 {
  display: block;
  margin-top: 15px;
  color: #e26330;
  transition: all .5s ease;
}

.page-box .prod .bd ul li:nth-child(4) {
  margin-right: 0px;
}

.page-box .prod .bd ul li:nth-child(8) {
  margin-right: 0px;
}

.page-box .news {
	background: #FFFFFF;
	padding: 0 40px;
	padding-top: 55px;
}

.page-box .news .u-title {
	text-align: center;
}

.page-box .news .u-title h4 {
	font-size: 36px;
	font-family: "Microsoft YaHei";
	color: #000000;
	font-weight: bold;
}

.page-box .news .u-bd {
	margin-top: 50px;
}

.page-box .news .u-bd ul li {
	width: 48.6%;
	float: left;
	margin-right: 34px;
}
.page-box .news .u-bd ul li:nth-child(2n){
	margin-right: 0px;
}
.page-box .news .u-bd ul li .img-box {
	width: 100%;
	height: 279px;
	overflow: hidden;
	position: relative;
}

.page-box .news .u-bd ul li .img-box img {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}

.page-box .news .u-bd ul li .img-box .make {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.58);
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 279px;
	top: -279px;
	transition: all .5s ease;
}

.page-box .news .u-bd ul li .img-box .make img {
	width: 34px;
	height: 34px;
}

.page-box .news .u-bd ul li .text {
	height: 185px;
}

.page-box .news .u-bd ul li .text h4 {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #333333;
	font-weight: bold;
	padding: 30px 0 17px 0;
}

.page-box .news .u-bd ul li .text .link {
	width: 0%;
	height: 1px;
	background: #e6784c;
	transition: all .5s ease;
}

.page-box .news .u-bd ul li .text p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #8a8a8a;
	text-transform: uppercase;
	line-height: 2.012;
	margin-bottom: 60px;
	transition: all .5s ease;
}

.page-box .news .u-bd ul li:hover .img-box img {
	transform: scale(1.1);
	transition: all .5s ease;
}

.page-box .news .u-bd ul li:hover .img-box .make {
	transition: all .5s ease;
	top: 0px;
}

.page-box .news .u-bd ul li:hover .text h4 {
	color: #e26330;
}

.page-box .news .u-bd ul li:hover .text .link {
	width: 100%;
	transition: all .5s ease;
}
.page-box .news .u-bd ul li .text p{
	margin-top: 20px;
}
.page-box .news .u-bd ul li:hover .text p {
	transition: all .5s ease;
	margin-top: 20px;
}

.page-box .news .paging {
	padding-bottom: 40px;
}
.page-box .page {
  background: #FFFFFF;
  padding: 55px 40px;
 
}

.page-box .page .u-title {
  text-align: center;
}

.page-box .page .u-title h4 {
  font-size: 36px;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: bold;
}

.page-box .page .u-bd {
  padding: 30px 0;
}

.page-box .paging {
  margin-top: 30px;
}

.page-box .paging ul {
  text-align: center;
}

.page-box .paging ul li {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}

.page-box .paging ul .on {
  background-color: #e26330;
}

.page-box .paging ul .on a {
  color: #FFFFFF;
}

.page-box .paging ul li:hover {
  background-color: #e26330;
}

.page-box .paging ul li:hover a {
  color: #FFFFFF;
}

.page-box .paging ul li:last-child {
  width: auto;
  margin-left: 25px;
}

.page-box .paging ul li:first-child {
  width: auto;
  margin-right: 25px;
}

.paper .form {
  width: 100%;
  padding: 55px 0;
}

.form_tit {
  width: 100%;
  text-align: center;
}

.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}

.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}

.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}

.paper .layui-form {
  width: 830px;
  margin: 50px auto 0;
}

.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}

.layui-form table {
  width: 100%;
}

.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}

.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}

.layui-form .new input {
  width: 674px;
}

.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}

.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}

.form ul {
  width: 100%;
  text-align: center;
}

.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}

.form ul li input {
  width: 100%;
  height: 100%;
}

/* all */

::-webkit-input-placeholder {
  color: #dedede;
}

::-moz-placeholder {
  color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
  color: #dedede;
}

/* ie */

input:-moz-placeholder {
  color: #dedede;
}

/* individual: webkit */

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

/* individual: mozilla */

.form td input::-moz-placeholder {
  color: #dedede;
}

.form td input::-moz-placeholder {
  color: #dedede;
}

.form td input::-moz-placeholder {
  color: #dedede;
}

.banner1 .text {
  position: absolute;
  bottom: 0px;
  background-color: rgb(226, 99, 48);
  width: 346px;
  height: 118px;
  padding:  20px 23px 0px 35px;
  
}

.banner1 .text h4 {
  font-size: 36px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.banner1 .text h3 {
  font-size: 36px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.161);
  font-weight: bold;
padding-left: 103px;

}
.header1 .h-head .nav .nLi::before {
  content: " ";
  width: 0%;
  height: 4px;
  background: #e26330;
  position: absolute;
  bottom: -16px;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
.header1 .h-head .nav .nLi:hover::before {
  width: 100%;
  transition: all .5s ease;
}
.page-box .page .u-bd img{
  max-width: 100%;
}
.page-box .page-cont{
  background: #ffffff;  
  padding: 50px 40px 0 40px;
}

.page-box .page-cont .top1 .img-box{
  width: 50%;
  float: left;
  text-align: center;
}
.page-box .page-cont .top1 .img-box img{
  max-width: 460px;
  max-height: 400px;
  object-fit: contain;
}
.page-box .page-cont .top1 .text{
  width: 50%;
  float: right;
}
.page-box .page-cont .top1 .text h4{
  font-size: 30px;
  color: #333;
}
.page-box .page-cont .top1 .text h5{
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 76px;
  overflow: hidden;
}
.page-box .page-cont .top1 .text .table{
 
  margin-top: 20px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 0;
  margin-top: 50px;
 
}
.page-box .page-cont .top1 .text .link{
  margin-top: 50px;
}
.page-box .page-cont .top1 .text .link ul li{
  display: inline-block;
  display: block;
  float: left;
  width: 45%;
  line-height: 55px;
  text-align: center;
  background: #3c85bb;
  color: #fff;
  font-size: 16px;
}
.page-box .page-cont .top1 .text .link ul li a{
  color: #fff;
}
.page-box .page-cont .top1 .text .link ul li:nth-child(1){
  float: left;
}
.page-box .page-cont .top1 .text .link ul li:nth-child(2){
  float: right;
  background: red;
}
.page-box .page-cont .top1 .text .table p{
  font-size: 16px;
  line-height: 32px;
}
.page-box .page-cont .top2{
  margin-top: 50px;
padding-top: 20px; 
  border-top:1px solid #bfbfbf; 
}
.page-box .page-cont .top2 img{
  width: 100%;
}
.page-box .page ul li{
  width: 393px;

  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.page-box .page ul li:nth-child(3n){
  margin-right: 0px;
}
.page-box .page ul li .img-box{
  width: 100%;
  height: 294px;
}
.page-box .page ul li .img-box img{
  width: 100%;
  height: 100%;
}
.page-box .page ul li p{
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}