@charset "UTF-8";
/* CSS Document */
html {
  font: size 20px !important;
}
@media only screen and (max-width: 481px) {
  html {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 17.5px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 20px !important;
  }
}
* {
  padding: 0;
  margin: 0;
}
.ovfHiden {
  overflow-x: hidden;
  height: 100%;
}
body {
  font-size: 12px;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, sans-serif;
  color: #6a6a6a;
  line-height: 22px;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  text-decoration: none;
  color: #6a6a6a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:active,
a:vistited {
  text-decoration: none;
  color: #0653c5;
  outline: 0 !important;
}
a,
input,
select,
textarea {
  outline: none;
  text-decoration: none !important;
}
a,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:focus {
  outline: 0 !important;
}
::-moz-selection {
  color: #fff;
  background: #3a1637;
}
::selection {
  color: #fff;
  background: #3a1637;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-size: 100%;
  font-weight: normal;
}
address,
em {
  font-style: normal;
}
ul,
li,
ol {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
dl {
  margin: 0;
}
select,
input,
img,
select {
  vertical-align: middle;
}
img,
iframe {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.fl,
.fr {
  display: inline;
}
.btn {
  border: 0;
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  -o-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
}
input,
textarea {
  -webkit-appearance: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1; /* for ie6 & ie7 */
}
.none_phone {
  display: block;
}
.on_phone {
  display: none;
}

/*header*/
.header_top {
  height: 45px;
  line-height: 45px;
  background: #ffa400;
  color: #fff;
}
.headertop_right {
  text-align: right;
}
.headertop_right i {
  display: inline-block;
}
.headertop_right i:before {
  content: "";
  background: url(../images/icon_tel.png);
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  vertical-align: -20%;
}
.headertop_right span {
  font-size: 13px;
  font-weight: bold;
}

.header {
  height: 100px;
  line-height: 100px;
}
.logo {
  float: left;
  width: 12%;
  text-align: left;
}
.logo h1 {
  float: left;
  margin: 0;
  line-height: 100px;
}
.logo h1:hover {
  opacity: 0.8;
}
.navigation {
  float: right;
  width: 84%;
}
.menu {
  float: right;
}
.menu:before {
  content: "";
  background: url(../images/icon_menu.png);
  cursor: pointer;
  color: #fff;
  width: 19px;
  height: 16px;
  display: inline-block;
}
.header_nav {
  float: left;
}
.navig {
  margin: 0;
}
.search-box {
  float: right;
}

.search-box input {
  width: 190px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  margin-top: 5px;
  padding-left: 1em;
  margin-right: 5px;
}
.search-box input.search-submit {
  width: 36px;
  height: 36px;
  border: none;
  background: url(../images/icon_search.png) no-repeat;
}

.navig > li {
  display: block;
  float: left;
  position: relative;
}
.navig > li > a {
  display: block;
  font-size: 0.8rem;
  padding: 0 15px;
}
.navig > li > a:hover,
.navig > li > a.xgnav:hover,
.navig > li > a.xgnav:focus,
.navig > li > a.xgnav:active {
  color: #ffa400;
}

.navig > li > ul > li > a {
  color: #fff;
  display: block;
  line-height: 50px;
  border-bottom: 1px solid rgba(153, 183, 177, 1);
  font-size: 14px;
  background: url(../images/icon_1.png) no-repeat 25px center;
  padding-left: 45px;
}
.navig > li > ul > li:last-child > a {
  border-bottom: none;
}
.navig > li > ul > li > a:hover {
  background: url(../images/icon_1.png) no-repeat 25px center #d2620e;
}
.navig > li > ul {
  position: absolute;
  min-width: 230%;
  left: -9999px;
  background: #ffa400;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  padding: 0;
  margin: 0px;
  transform: translate(-12%, 0);
}
.navig > li.hover > ul {
  left: 0px;
  top: 100%;
  z-index: 9;
}
.navig > li > ul:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffa400 transparent;
  margin-top: -5px;
  margin-left: -5px;
  left: 33%;
}

/*banner*/
.slideBox {
  position: relative;
  /* overflow: hidden; */
  width: 100%; /* 设置焦点图最大宽度 */
}
.slideBox .banner_circle {
  position: absolute;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}
.slideBox .banner_circle li {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
  cursor: pointer;
  box-sizing: border-box;
}
.slideBox .banner_circle li.on {
  background: #fffffd;
  border: 1px solid #fffffd;
}
.slideBox .banner_img {
  position: relative;
  z-index: 0;
}
.slideBox .banner_img li {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.slideBox .banner_img li img {
  vertical-align: top;
  width: 100%; /* 图片宽度100%，达到自适应效果 */
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 48%;
  display: block;
  width: 38px;
  height: 61px;
  text-align: center;
  opacity: 0.5;
  z-index: 50;
  cursor: pointer;
}
.slideBox .next {
  left: auto;
  right: 0;
  background: url(../images/themes.jpg) no-repeat right top;
}
.slideBox .prev {
  background: url(../images/themes.jpg) no-repeat left top;
  left: 0px;
}

/*关于我们*/
.gyusmain {
  padding: 40px 20px 10px;
}
.gyus_left {
  float: left;
  width: 64%;
}
.tit {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 34px;
}
.tit h5 {
  text-transform: uppercase;
}
.tit .line {
  height: 1px;
  background: #eaeaea;
  position: relative;
  text-align: center;
  margin-top: 17px;
}
.tit1,
.tit1 h4 {
  color: #fff;
}
.tit .line span {
  display: inline-block;
  width: 28px;
  height: 6px;
  background: #0076ca;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: 0 auto;
}
.tit .line span {
  background: #fff;
}
.tit_us {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.tit_us h4 {
  color: #ffa400;
  font-size: 18px;
}
.tit_us h4 span {
  color: #999;
  font-size: 14px;
  padding-left: 10px;
  font-style: italic;
}
.gyus_img {
  float: left;
  width: 44%;
  margin-right: 2%;
}
.gyus_wz {
  float: left;
  width: 50%;
}
.gyus_ms {
  margin: 1.2rem 0;
  font-size: 13px;
  line-height: 30px;
  color: #6a6a6a;
  height: 270px;
  overflow: hidden;
}
.gyus_wz .more1 {
  text-align: center;
  margin: 10px 0;
}
.gyus_wz .more1:hover {
  opacity: 0.6;
}
.gyus_right {
  float: right;
  width: 34%;
}
.tit2 {
  line-height: 24px;
  padding: 0;
}
.tit2 .line {
  margin-top: 20px;
}
.tit2 .line span {
  background: #ffa400;
}
.inews_bottom {
  padding: 1.2rem 0;
}
.inews_date {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #b0b0b0;
  margin-right: 15px;
  padding-top: 5px;
}
.inews_date span {
  font-size: 1.4rem;
  color: #6f6f6f;
  display: block;
  padding-bottom: 5px;
}
.inews_date span.active {
  color: #ffa400;
}
.inews_info {
  background: url(../images/line_bg_1.png) no-repeat right bottom;
  height: 70px;
  overflow: hidden;
  padding-right: 10px;
}
.inews_info a {
  font-size: 14px;
  color: #454545;
  display: block;
  margin: 6px 0 0;
  max-width: 19rem; /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inews_info p {
  color: #a8a8a8;
  height: 40px;
  overflow: hidden;
  line-height: 32px;
  font-size: 12px;
}
.inews_item {
  margin-bottom: 20px;
}
.inews_item:hover .inews_info {
  background: url(../images/line_bg.png) no-repeat right bottom;
  cursor: pointer;
}
.inews_item:hover .inews_info a,
.inews_item:hover .inews_date span {
  color: #ffa400;
}
.more2 {
  text-align: center;
}
.more2 a {
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 2px 20px;
  border-radius: 5px;
}
.more2 a:hover {
  color: #ffa400;
  border: 1px solid #ffa400;
  cursor: pointer;
}
/*select2*/
.select2 {
  margin: 20px 0;
}
.tit3 {
  position: relative;
  text-align: center;
}
.tit3 h4 {
  font-size: 1.2rem;
  color: #ffa400;
}
.tit3 .eg {
  width: 100%;
  background: url(../images/line_bg1_1.png) no-repeat center;
  font-size: 1rem;
  color: #a2a2a2;
  text-transform: uppercase;
  background-size: contain;
}
.owl_carousel_cpzs {
  padding-top: 2rem;
}
.cpzs_item {
  margin: 0 10px;
  position: relative;
}
.cpzs_item .hover_colour {
  position: relative;
  overflow: hidden;
}
.cpzs_item .hover_colour .cp_mask {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(88, 88, 88, 0.5);
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cpzs_item .hover_colour img {
  transition: all 0.5s ease-in-out;
}
.cpzs_item:hover .hover_colour img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  transform: scale(1.3);
}
.cpzs_item:hover .cp_mask {
  height: 100%;
  visibility: visible;
  cursor: pointer;
  padding-top: 20%;
}
.cpzs_item .cpzs_wz {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
}

/*links*/
.links {
  padding: 2rem 0;
  margin-top: 4rem;
  background: #f6f6f6;
}
.links_bottom {
  padding: 2rem 0;
}
.links_pic {
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin: 0 10px;
  overflow: hidden;
}
.links_pic img {
  transition: all 0.5s ease-in-out;
}
.links_pic:hover img {
  opacity: 0.5;
  transform: scale(1.1);
  cursor: pointer;
}

/*footer*/
.footer {
  background: #52575d;
  color: #bcbcbc;
}
.footer_1 {
  padding: 2rem 0;
  border-bottom: 1px solid #8b8f92;
  text-align: center;
}
.footer_1 ul li {
  display: inline-block;
  margin: 0 10px;
  width: 270px;
  font-size: 13px;
  text-align: left;
}
.footer_1 ul li.ft1_icon1 {
  width: 200px;
}
.footer_1 ul li i:before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  vertical-align: -60%;
  background: url(../images/icon1.png) no-repeat;
  margin-right: 15px;
}
.footer_1 ul li.ft1_icon1 i:before {
  background: url(../images/icon1.png) no-repeat -118px center;
}
.footer_1 ul li.ft1_icon2 i:before {
  background: url(../images/icon1.png) no-repeat right center;
}
.footer_1 ul li i {
  display: inline-block;
}
.footer_1 ul li span {
  display: inline-block;
}
.footer_2 {
  padding: 1.5rem 0;
}
.ft2_left {
  float: left;
}
.ft2_left a {
  float: left;
  display: block;
  margin: 30px 40px 0 0;
}
.ft2_left p {
  display: block;
  float: left;
  line-height: 30px;
  color: #cbcbcb;
  font-size: 14px;
  margin: 30px 40px;
}
.ft2_rig {
  float: right;
  color: #cbcbcb;
  margin-top: 10px;
}
.header.stricky-fixed {
  margin: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 1px #ffa400;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}

.nbanner {
  padding: 69px 0px 63px;
  /* overflow: hidden; */
  background-size: cover;
  width: 100%;
}

.nbanner h5 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
.nbanner p {
  color: #fff;
  margin-top: 14px;
  letter-spacing: 1px;
}

.about .item-list .item.clearfix {
}
.fact-counter .item {
  text-align: center;
}
.about .item-list .item .content-box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 27px;
}

.about .item-list .item .content-box p {
  max-width: 720px;
  color: #666666;
  /*	margin-top: 26px;
	padding-bottom: 1.0rem;*/
  /* border-bottom: 1px solid #ededed; */
  margin-bottom: 1rem;
}
.about .item .image-box img {
  width: auto;
  max-width: 100%;
  padding-top: 1.5rem;
}
.about.style-two {
  padding-top: 3rem;
}
.sec-title {
  position: relative;
  margin-bottom: 17px;
}
.sec-title h4 {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.sec-title span {
  color: #ffa400;
}
.count-outer span {
  color: #ffa400;
  font-size: 14px;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #ffa400;
  border-radius: 50px;
}
.more3 {
  color: #ffa400;
  font-size: 14px;
}
/* 
==========================================================
	21. Parallax Style One
==========================================================
*/

.parallax-style-one {
  position: relative;
  padding: 3rem 0px 4rem;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
  color: #ffffff;
  margin-top: 3rem;
}
.parallax-style-one .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
.parallax-style-one .sec-title h5 {
  line-height: 39px;
  font-size: 1.2rem;
}
.parallax-style-one .sec-title span {
  line-height: 39px;
  font-size: 1rem;
  display: block;
}
.parallax-style-one .sec-title p {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 15px;
}

.parallax-style-one .link_btn {
}
.parallax-style-one .link_btn li {
  display: inline-block;
  margin: 20px 10px 0px 0px;
}
.parallax-style-one .link_btn li a {
  letter-spacing: 1px;
}
.parallax-style-one .link_btn .thm-btn.style-two:hover {
  background: transparent;
  color: #ffa400;
  border: 2px solid #fff;
  color: #fff;
}
.thm-btn {
  background: #ffa400;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  border: 2px solid #ffa400;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 2rem;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #ffa400;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  cursor: pointer;
}
/*
================================================
    22. team Section
================================================
*/
.our-team {
  padding: 3rem 0px 4rem;
  background: #f8f8f8;
}

.our-team .single-team {
  padding: 0 10px;
}
.our-team .sec-title h5 {
  margin-bottom: 17px;
  font-size: 1.2rem;
}
.our-team .sec-title p {
  max-width: 650px;
  color: #848484;
}
.our-team .single-team .img-holder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.our-team .single-team .img-holder img {
  width: 100%;
}
.our-team .single-team .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(122, 186, 30, 0.77);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.our-team .single-team:hover .img-holder .overlay {
  opacity: 1;
  cursor: pointer;
}
.our-team .single-team .img-holder .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.our-team .single-team .img-holder .overlay .social {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 20px;
  position: relative;
}
.our-team .single-team .img-holder .overlay .social li {
  display: inline;
  margin-right: 4px;
}
.our-team .single-team .img-holder .overlay .social li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  transition: 0.5s ease-in;
}
.our-team .single-team .img-holder .overlay .social li a:hover {
  background: #fff;
  border-color: #fff;
  color: #ffa400;
  transition: 0.5s ease-in;
}
.our-team .single-team .content-holder {
  margin-top: 18px;
  text-align: center;
}
.our-team .single-team .content-holder h4 {
  line-height: 25px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.our-team .single-team .content-holder h4 a {
  color: #222222;
  transition: 0.5s;
}
.our-team .single-team .content-holder h4 a:hover {
  color: #ffa400;
  transition: 0.5s;
}
.our-team .single-team .content-holder h5 {
  color: #ffa400;
  padding: 5px 0px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.our-team .single-team .content-holder p {
  padding-top: 8px;
  font-size: 14px;
  border-top: 1px solid #ededed;
}

.our-team .owl-controls {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 10px;
  margin-bottom: 10px;
}
.our-team .owl-controls .owl-buttons {
  position: relative;
}
.our-team .owl-controls .owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/icon2_1.png) no-repeat center #ffa400;
  border: 2px solid #ffa400;
  color: #fff;
  width: 40px;
  height: 40px;
}
.our-team .owl-controls .owl-prev {
  position: absolute;
  left: auto;
  right: 48px;
  top: 0px;
  background: url(../images/icon2.png) no-repeat center #ffa400;
  border: 2px solid #ffa400;
  color: #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0px !important;
}
.our-team .owl-controls .owl-prev:hover {
  background: url(../images/icon2_2.png) no-repeat center #fff;
  border: 2px solid #ffa400;
}
.our-team .owl-controls .owl-next:hover {
  background: url(../images/icon2_3.png) no-repeat center #fff;
  border: 2px solid #ffa400;
}

/*** 

====================================================================
    24. service-single Section style
====================================================================

***/
.service-single {
  padding: 2rem 0px 3rem;
}
.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f8f8f8;
  padding: 30px 30px;
}
.service-single .service-sidebar {
  margin-right: 20px;
}
.service-catergory li {
  list-style: none;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}
.service-catergory li:last-child {
  margin-bottom: 0px;
}
.service-catergory li a {
  display: block;
  font-size: 14px;
  color: #848484;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 10px 10px 10px 40px;
  transition: all 0.5s ease;
  position: relative;
  background: url(../images/icon2_3.png) no-repeat 20px;
}
.service-catergory li.active a {
  background: url(../images/icon2_1.png) no-repeat 20px #ffa400;
}
.service-catergory li.active {
  background: #ffa400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 10px 10px 10px 40px;
}

.service-catergory li a.current {
  font-size: 14px;
  color: #ffa400;
  letter-spacing: 1px;
  line-height: 30px;
}
.service-catergory li a:hover {
  color: #ffa400;
}
.service-catergory li.active a:hover {
  color: #fff;
}

.service-single .outer-box .content-box {
  margin-top: 48px;
}
.service-single .outer-box .content-box .sec-title {
  margin-bottom: 20px;
}
.service-single .outer-box .content-box .sec-title h4 {
  font-weight: 500;
  font-size: 20px;
  color: #222222;
}
.service-single .outer-box .content-box .text p {
  color: #848484;
}
.service-single .outer-box .content-box .text.style-two {
  margin-top: 25px;
}
.service-single .outer-box .content-box .clearfix {
  margin-top: 25px;
}
.service-single .outer-box .content-box .clearfix h4 {
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin: 15px 0px 20px;
}
.service-single .outer-box .content-box .clearfix p {
  color: #848484;
}
/*
===================================================
	29.  us_lxfs
===================================================
*/
.us_lxfs {
  padding: 2rem 0px 0px;
  background: #fff;
}
.us_lxfs .sec-title {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ededed;
}
.us_lxfs .sec-title h5 {
  font-size: 1.2rem;
}
.us_lxfs .item-list {
  border-bottom: 1px solid #;
}
.us_lxfs .item-list .row {
  margin: 0px;
}
.us_lxfs .item-list .item .column {
  padding: 10px 15px;
}

.us_lxfs .item-list .item .inner-box {
  position: relative;
  padding-left: 94px;
  color: #fff;
}
.us_lxfs .item-list .item .inner-box h6 {
  font-size: 1rem;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.us_lxfs .item-list .item .inner-box .icon-box {
  position: absolute;
  left: 22px;
  top: -5px;
}
.us_lxfs .item-list .item .inner-box .icon-box .icon {
  color: #ffa400;
  width: 40px;
  height: 40px;
  display: block;
}
.us_lxfs .item-list .item .inner-box .text {
  position: relative;
  line-height: 27px;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
}
.us_lxfs .item-list .item .inner-box .icon-box .icon.flaticon-pin-1 {
  background: url(../images/icon4_1.jpg) no-repeat;
}
.us_lxfs .item-list .item .inner-box .icon-box .icon.flaticon-cell-phone {
  background: url(../images/icon4_2.jpg) no-repeat;
}
.us_lxfs .item-list .item .inner-box .icon-box .icon.flaticon-message {
  background: url(../images/icon4_3.jpg) no-repeat;
}
.us_lxfs .item-list .item .inner-box .icon-box .icon.flaticon-people {
  background: url(../images/icon4_4.jpg) no-repeat;
}

.n_newsmain {
  margin: 3rem 0;
}
.n_newsmain .inews_info,
.n_newsmain .inews_item:hover .inews_info {
  background: none;
}
.n_newsmain .inews_info {
  height: 90px;
}
.n_newsmain .inews_info p {
  height: 60px;
}
.n_piclist {
  width: 31.3%;
  margin: 0 1%;
  float: left;
  margin-bottom: 20px;
}
.npic-zoom {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.npic-zoom .gallery-gal-text {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.npic-zoom .img-box:after,
.npic-zoom .img-box:before,
.npic-zoom .gallery-text-box:after,
.npic-zoom .gallery-text-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.npic-zoom.vertical .img-box:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.npic-zoom.vertical .img-box:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.npic-zoom:hover .img-box:after,
.npic-zoom:hover .img-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.npic-zoom:hover .gallery-gal-text {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slow-zoom .img-box {
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}
.slow-zoom:hover .img-box {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.slow-zoom {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.npic-zoom {
  padding: 8px;
  box-shadow: 0px 0px 9px 0px #a9a9a9;
}
.gallery-gal-text h4 {
  color: #fff;
  font-size: 1.5em;
}
.gallery-gal-text p {
  color: #fff;
  font-size: 1em;
  line-height: 2.2em;
}
.gal-btm {
  margin-top: 4em;
}
.gal-gd-sec {
  margin: 2em 0;
}
.gal-gd img {
  width: 100%;
}
.gallery {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5em 0;
  background: #f7f7f7;
}
.img-box,
.gallery-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img,
.gallery-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-box {
  position: relative;
}

.gallery-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gallery-text-box .gallery-gal-text {
  display: block;
  position: relative;
  padding: 2%;
  float: left;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.npic-zoom.horizontal .gallery-text-box:after {
  width: 100%;
  height: 100%;
}
.npic-zoom:hover .gallery-text-box:after {
  background: #fff;
}

@media (max-width: 1200px) {
  .navig > li > a {
    padding: 0 14px;
  }
  .ft2_left,
  .ft2_rig {
    float: none;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .none_phone {
    display: none;
  }
  .on_phone {
    display: block;
  }
  .header_nav,
  .search-box,
  .gyus_left,
  .gyus_right,
  .gyus_wz {
    float: none;
  }
  .logo {
    width: 16%;
  }
  .navigation {
    width: 20%;
  }
  .header {
    height: 80px;
    line-height: 80px;
  }
  .logo h1 {
    line-height: 80px;
  }
  .subcon {
    background: rgba(50, 59, 68, 0.8);
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    z-index: 999;
  }
  .navig ul {
    width: 100%;
  }
  .navig > li {
    float: none;
    text-align: center;
    padding: 0;
    color: #ddd;
    line-height: 20px;
  }
  .navig > li > a {
    display: block;
    font-size: 14px;
    color: #ddd;
    padding: 10px 0;
  }
  .navig > li > a:hover,
  navig > li > a:focus,
  .navig > li > a:active {
    background: #ffa400;
    color: #e9e9e9;
  }
  .navig > li.hover > ul,
  .navig li li.hover ul {
    position: static;
  }
  .navig > li > ul {
    transform: none;
    min-width: 100%;
  }
  .navig > li > ul:before {
    border-width: 0;
  }
  .navig > li > ul > li > a {
    background: none;
    padding-left: 0;
    line-height: 40px;
  }
  .navig > li > ul > li > a:hover {
    background: #d2620e;
  }
  .search-box {
    height: 60px;
    line-height: 50px;
    margin: 0 auto;
  }
  .gyus_left,
  .gyus_right,
  .gyus_wz {
    width: 100%;
  }
  .gyus_ms {
    width: 100%;
    height: auto;
    overflow: inherit;
  }
  .tit_us h4 {
    margin-top: 0;
  }
  .tit_us {
    float: left;
    height: 40px;
    width: 52%;
  }
  .gyus_img {
    margin-right: 4%;
    margin-top: 20px;
  }
  .gyusmain {
    padding: 20px 20px 10px;
  }
  .gyus_right {
    margin-top: 40px;
  }
  .tit3 .eg {
    background: url(../images/line_bg1.png) no-repeat center;
    background-size: contain;
  }
  .footer_1 {
    display: none;
  }
  .ft2_left,
  .ft2_rig,
  .ft2_left a,
  .ft2_left p {
    float: none;
    text-align: center;
  }
  .ft2_left a {
    margin: 20px 0 0 0;
  }
  .ft2_left p {
    font-size: 12px;
  }
  .about .item-list .item.clearfix {
    margin-top: 0;
  }
  .service-single .outer-box .content-box {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .us_lxfs .item-list .item .column {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
  }
  .n_piclist {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .logo {
    width: 20%;
  }
  .header {
    height: 60px;
    line-height: 60px;
  }
  .logo h1 {
    line-height: 60px;
  }
  .subcon {
    top: 60px;
  }
  .about .item-list .item .content-box h4 {
    font-size: 13px;
  }
}
#pages {
  padding: 30px 0 20px;
  text-align: center;
  font: 12px "宋体";
}
#pages a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 10px;
  min-width: 35px;
  height: 32px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
}
#pages a.a1 {
  padding: 5px 8px;
  height: 32px;
  line-height: 22px;
  margin-top: 0px;
  border-radius: 15px;
}
#pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
}
#pages span {
  display: inline-block;
  min-width: 35px;
  padding: 5px 8px;
  height: 32px;
  border-radius: 15px;
  margin-right: 5px;
  line-height: 22px;
  background: #666;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
}
.page .noPage {
  display: inline-block;
  padding: 0px 12px;
  height: 32px;
  border-radius: 15px;
  line-height: 22px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}
.neirong {
  color: #999;
  line-height: 25px;
  font-size: 14px;
}
.neirong h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
