/*首页*/
.fullSlide {
  margin-bottom: 52px;
}
.search {
  float: right;
  width: 243px;
  height: 39px;
  border: 2px solid #2b2b2b;
  background: #000000;
}
.search input {
  padding-left: 5px;
  margin-left: 18px;
  width: 186px;
  height: 39px;
  border-style: none;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background: none;
}
.search button {
  width: 23px;
  height: 23px;
  border: none;
  background: url(../images/searchbtn.png);
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
  position: absolute;
}
.hotword {
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.hotword span {
  font-weight: bold;
}
.hotword a {
  color: #666666;
  display: inline-block;
  background: url(../images/xian.jpg) right center no-repeat;
  padding: 0 15px;
}

.service .title {
  text-align: center;
  padding-top: 50px;
}
.service .cont {
  padding-top: 40px;
  height: 209px;
}

.product {
  margin-top: 63px;
  background: #fafafa;
  /* padding-bottom: 51px; */
}
.product .title {
  padding-top: 72px;
  text-align: center;
}
.product .cont {
  padding-top: 20px;
}
/*.picScroll-left{ width:100%;  overflow:hidden; position:relative;    }
		.picScroll-left .hd{ overflow:hidden; margin-top:43px;  height:35px; text-align:center;   }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:inline-block;  width:35px; height:35px;  margin-right:5px; overflow:hidden;
			 cursor:pointer; }
	    .picScroll-left .hd .prev{ background:url(../images/btnr.jpg);}
		.picScroll-left .hd .next{ background:url(../images/btnl.jpg); }
		.picScroll-left .hd ul{ display:inline-block; overflow:hidden; height:35px;  zoom:1; }
		.picScroll-left .hd ul li{  display:inline-block;  width:35px; height:35px; overflow:hidden;  text-indent:-999px; cursor:pointer; background:url(../images/dot1.jpg) center no-repeat; }
		.picScroll-left .hd ul li.on{ background:url(../images/dot2.jpg) center no-repeat;}
		.picScroll-left .bd ul{ width:1044px !important; height:546px; overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 37px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:187px; height:273px; display:block; }
		.picScroll-left .bd ul li .name{ line-height:64px;   }*/
.picScroll-left {
  margin-left: -27px;
}
.picScroll-left ul li {
  margin: 0 17px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left ul li .pic {
  text-align: center;
  width: 220px;
}
.picScroll-left ul li .pic img {
  width: 220px;
  height: 192px;
  display: block;
}
.picScroll-left ul li .name {
  text-align: center;
  line-height: 64px;
  width: 187px;
  font-size: 16px;
  height: 64px;
}
.picScroll-left ul li .name a {
  color: #333;
  text-align: center;
}

.cont-box .title {
  text-align: center;
  color: #111111;
}

.cont-box .title h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 36px;
}
.cont-box .title h3 {
  position: relative;
  margin: 0;
  font-size: 24px;
  display: inline-block;
}
.cont-box .title p {
  font-size: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 auto;
  height: 40px;

  overflow: hidden;
  line-height: 30px;
  margin-top: 4px;
  max-width: 300px;
}
.cont-box .title h3:before {
  content: ' ';
  width: 70%;
  position: absolute;
  border-bottom: 1px solid #000000;
  right: 100%;
  top: 13px;
  margin-right: 14px;
}
.cont-box .title h3:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-bottom: 1px solid #000000;
  left: 100%;
  top: 13px;
  margin-left: 14px;
}
.news {
  width: 458px;
  margin-top: 60px;
}
.news .title {
  height: 36px;
}
.news .cont {
  padding-top: 43px;
}
.news .topbg {
  height: 129px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.news .topbg .leftbg {
  width: 150px;
  float: left;
  height: 100px;
}
.news .topbg .rigbg {
  width: 287px;
  float: right;
  overflow: hidden;
}
.news .topbg .rigbg dl dt {
  font-size: 18px;
}
.news .topbg .rigbg dl dd {
  line-height: 22px;
  color: #999999;
}
.news .topbg .rigbg dl dd span {
  display: block;
  margin: 5px 0;
  color: #d9d9d9;
}
.news .cont ul {
  padding-top: 20px;
}
.news .cont ul li {
  width: 100%;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
.news .cont ul li span {
  color: #c6c6c6;
  margin-right: 15px;
}

.links {
  margin-top: 50px;
  padding-top: 50px;
  background: url(../images/xian2.jpg) left top repeat-x;
}
.links .linkpic {
  padding-bottom: 7px;
  border-bottom: 1px dotted #ccc;
}
.links .linkword {
  line-height: 22px;
  padding: 15px 0;
}
.links .linkword a {
  margin-right: 18px;
}

/*单页*/
.single_con .ny_right .content {
  line-height: 27px;
}

/*新闻列表*/
.news_con .ny_right .content_title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px #ddd;
}
.news_con .ny_right .content_title h3 {
  font-size: 17px;
  color: #4d5260;
}
.news_con .ny_right .content_title .info {
  margin-top: 15px;
  font-size: 12px;
  color: #aaa;
}
.news_con .ny_right .content_title .info span {
  display: inline-block;
  margin: 0 10px;
}
.news_con .ny_right .content {
  line-height: 27px;
}
.first_list {
  height: 125px;
  overflow: hidden;
  margin-bottom: 26px;
}
.first_list img {
  border: solid 1px #c2c2c2;
  float: left;
  width: 190px;
  height: 120px;
}
.first_list .right {
  float: right;
  color: #8c8573;
  line-height: 20px;
  width: 516px;
}
.first_list .right .tit {
  display: block;
  height: 31px;
  color: #000;
  font-size: 14px;
}
.first_list .right .text {
  height: 40px;
  overflow: hidden;
  margin-bottom: 4px;
}
.first_list .right a {
  color: #000;
  display: block;
}
.first_list .right .date {
  display: block;
  height: 20px;
  line-height: 20px;
  background: url(../images/news_list_time.jpg) left center no-repeat;
  padding-left: 20px;
  margin-top: 10px;
}
.other_list {
  margin-bottom: 67px;
}
.other_list li {
  height: 37px;
  line-height: 37px;
  color: #000;
  border-bottom: dotted 1px #dddddd;
}
.other_list a:hover,
.other_list li:hover {
  color: #000;
}
.other_list li span {
  float: right;
}

/*页码放置 begin*/
.page {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.page a {
  width: 0.36rem;
  line-height: 31px;
  text-align: center;
  height: 31px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 0 10px;
  vertical-align: middle;
  color: #6c7a88;
}
.page a.prev {
  width: 34px;
  margin-right: 0.08rem;
  border: 1px solid #888;
}
.page a.next {
  width: 34px;
  border: 1px solid #888;
}
.page a:hover,
.page a.cur {
  color: #000;
}
/*新闻详情*/
.news_con .ny_right .content_tit {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.news_con .ny_right .content_related {
  padding: 6px 0;
  text-align: center;
  margin-bottom: 30px;
}
.news_con .ny_right .content {
  line-height: 27px;
}
.news_con .ny_right .content_btn {
  line-height: 27px;
}
.news_con .ny_right .content_btn a {
  color: #2d3140;
}

.ny_right .content .photo {
  text-align: center;
}

/*产品列表*/
.pro_con .ny_right .content {
  line-height: 27px;
}
.pro_con .ny_right .content ul {
  margin: 0 -25px;
}
.pro_con .ny_right .content li {
  width: 186px;
  float: left;
  margin: 0 36px;
}
.pro_con .ny_right .content li .photo {
  display: block;
  width: 220px;
  height: 150px;
}
.pro_con .ny_right .content li .photo img {
  width: 220px;
  height: 198px;
}
.pro_con .ny_right .content li .name {
  height: 106px;
  line-height: 129px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.pro_con .ny_right .content li:hover .name a {
  color: #000;
  font-weight: bold;
}

.side {
  float: left;
  width: 208px;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 20px;
}
.side .title {
  height: 49px;
  line-height: 49px;
  padding-left: 10px;
  background: #9dd375;
}
/* .sidelist .cont {
  margin-top: 5px;
} */
.sidelist li ul {
  width: 180px;
  margin: 0 auto;
}
.sidelist li {
  border-bottom: 1px dotted #aaa;
}
.sidelist li .tit {
  display: block;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  padding-left: 22px;
  /* margin-right: 5px; */
  color: #333;
  /* background: url(../images/index07.jpg) right center no-repeat; */
}
.sidelist li .tit:hover,
.sidelist li.on .tit,
.nav li:hover .tit {
  /* background: url(../images/index10.jpg) right center no-repeat; */
  color: #333;
}
.sidelist {
  border: 1px solid #9dd375 !important;
}
.sidelist li .sub {
  display: none;
}
.sidelist li .sub p {
  height: 43px;
  line-height: 43px;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.sidelist li.on > a {
  background: #eeeeee;
}
.sidelist li .sub p:nth-last-child(1) a {
  border: none !important;
}
.sidelist li .sub a {
  display: block;
  height: 43px;
  line-height: 43px;
  padding-left: 4px;
  border-bottom: 1px dashed #aaa;
  color: #666;
  font-size: 16px;
}
.sidelist li .sub a:hover {
  /* background: url(../images/index06.jpg) 12px center no-repeat; */
  color: #9dd375;
}
.sidelist ul {
  width: 204px;
  margin: 0 auto;
  /* padding: 5px 0 12px; */
}
.sidelist li .sub {
  width: 187px;
  margin: 0 auto;
  padding: 1px 0 5px;
}

.side .service_tel {
  color: #000;
  margin-top: 36px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 50px;
  margin-top: 10px;
}
.side .service_tel p {
  color: #333;
  padding-left: 29px;
  font-size: 21px;
  margin-left: 5px;
  font-family: Arial;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #000;
}
.side .service_tel p:nth-of-type(1) {
  background: url(../images/aa.png) left center no-repeat;
}
.side .service_tel p:nth-of-type(2) {
  line-height: 20px;
}
.side .service_tel span {
  display: block;
  font-family: 'Microsoft YaHei';
  color: #000;
  font-size: 13px;
}
.wrapimage ul {
  display: flex;
  margin-top: 60px;
}
.wrapimage ul li {
  width: 144px;
  margin-left: 20px;
  width: 160px;
  overflow: hidden;
}

.wrapimage ul li:nth-child(1) {
  margin-left: 0;
}
.wrapimage ul li img {
  border-radius: 50%;
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.wrapimage ul li p:nth-of-type(1) {
  text-align: center;
  font-weight: bold;
  margin-top: 18px;
  height: 25px;
  color: #333;
  font-size: 18px !important;
  font-weight: 700;
}

.wrapimage ul li p:nth-of-type(2) {
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  font-size: 14px;
  white-space: nowrap;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  height: 25px;
}
.title .t-c h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.title .t-c p {
  display: block;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
  color: #000;
}
/*表单*/
.form {
  width: 100%;
  padding-top: 55px;
  margin-bottom: 100px;
}
.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;
}
.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;
}
.layui-btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.layui-btn-danger {
  background-color: #ff5722;
}
