@charset "utf-8";
@import url("icon/iconfont.css");
@font-face {
  font-family: "Stardos Stencil";
  src: url("../templates/mobile/fonts/StardosStencil-Bold.ttf");
}
@font-face {
  font-family: "iconfont"; /* Project id 1717834 */
  src: url("http://at.alicdn.com/t/c/font_1717834_43fk0x8gp2z.woff2?t=1744093737013")
      format("woff2"),
    url("http://at.alicdn.com/t/c/font_1717834_43fk0x8gp2z.woff?t=1744093737013")
      format("woff"),
    url("http://at.alicdn.com/t/c/font_1717834_43fk0x8gp2z.ttf?t=1744093737013")
      format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #666;
  font-family: "arial";
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
ul,
li {
  list-style: none;
}
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #333;
  font: 20px/1.5 Arial, "Microsoft Yahei";
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
input,
button,
select,
textarea,
img,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "arial", "微软雅黑";
}
a {
  color: #666;
  text-decoration: none;
  font-family: "arial", "Microsoft YaHei", "微软雅黑";
  font-size: 1rem;
}
a:hover {
  color: #fa682f;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
p,
dl,
dd,
ol,
ul,
th,
td,
form,
fieldset,
input,
button,
textarea,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}

/*分页页码*/
.page-list {
  position: relative;
  margin: 10px 0;
  padding: 0;
  clear: both;
  background: #fff;
  margin-bottom: 30px;
}
.page-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-list a,
.page-list span {
  margin: 0.5em 0;
  padding: 0.5em 0;
  display: none;
  float: left;
  width: 24.5%;
  line-height: 1.2em;
  border-left: 1px solid #ececec;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-list a:active {
  background: #ececec;
}
.page-list span {
  color: #999;
}
.page-list a {
  color: #333;
}
.page-list span:nth-child(1),
.page-list span:nth-child(2),
.page-list a:nth-child(2) {
  display: block;
  float: left;
}
.page-list span:nth-last-child(1),
.page-list a:nth-last-child(1) {
  display: block;
  float: left;
  border-left-color: #ececec;
}
.page-list .current {
  display: block;
  float: left;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header {
  height: 50px;
  background: #fa682f;
  position: fixed;
  z-index: 10;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
}
.sp_header .right {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-right: 15px;
}
.sp_logo {
  padding: 0px 10px 0 10px;
  float: left;
  height: 50px;
}
.sp_logo img {
  margin: auto;
  max-height: 50px;
}
.sp_header .search {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
}
.sp_header .right .search a i {
  color: #e20123;
  font-size: 20px;
}
.sp_nav {
  width: 40px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 40px;
  margin-top: 5px;
  background: #fa682f;
  box-shadow: 10;
  border-radius: 4px; /*! padding-top: 4px; */
  margin-right: 10px;
}
.sp_nav span {
  display: block;
  background: #fff;
  width: 23px;
  height: 3px;
  position: absolute;
  left: 9px;
  transition: all ease 0.35s;
  padding-top: 0px;
  margin-top: 10px;
}
.sp_nav span:nth-of-type(1) {
  /*! top:0px; */
}
.sp_nav span:nth-of-type(2) {
  top: 7px;
}

.sp_nav span:nth-of-type(3) {
  top: 15px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9;
  background: #eee;
  width: 100%;
  height: calc(100% - 104px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 50px;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  float: left;
  width: calc(100% - 70px);
  text-transform: uppercase;
}
.sjj_nav > ul > li:first-child .language {
  float: right;
  width: 70px;
  overflow: hidden;
  line-height: 30px;
  margin-top: 5px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 35px;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
}
.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 20px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #c9141e;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}

.item_erji .erji {
  background: #fff;
}
.item_erji .erji_head {
  font-size: 22px;
  padding-left: 50px;
  padding-top: 20px;
}

.item_erji ul .erji_item a {
  color: #fa682f;

  line-height: 30px;
  font-size: 16px;
}
.item_erji .erji_pic img {
  width: 200px;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/

/*公共*/
.section-heading {
  margin: 0 auto;
  text-align: center;
}
.section-heading p {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.section-heading h7 {
  font-size: 11px;
  opacity: 0.5;
}
.next_box {
  text-align: left;
  margin: 20px;
}
.next_box a {
  text-transform: uppercase;
}
.location {
  padding: 5px 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #999;
  text-align: left;
  /* border-bottom: 1px solid #e0e0e0;*/
  adding: 0 0 15px;
}
.location a {
  margin: 0 5px;
}
.location span {
  color: #666;
}
.in_button_next {
  color: #fa682f;
}
.pro_button_next {
  color: #fa682f;
}
.pro_button_prev {
  color: #fa682f;
}
.banner_content {
  padding-top: 50px;
}

/*首页about*/
#in_about {
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#in_about .about_content {
  overflow: hidden;
  padding: 0 0.5rem;
}
#in_about .about_content .about_pic {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#in_about .about_content .about_pic .pic ul .about_picc {
  display: inline-block;
  vertical-align: top;
  /* margin-bottom: 0.5rem; */
  width: 48%;
}
#in_about .about_content .about_pic .pic ul .about_picc img {
  display: inline-block;
  width: 100%;
}
#in_about .about_content .about_pic .about_ti {
  /*! position: absolute; */
  z-index: 999;
  /*! top: 23%; */
  /*! left: 23%; */
  background: #ffffffe0;
  text-align: center;
}
#in_about .about_content .about_pic .about_ti .title {
  /*! margin: 20% 15%; */
  text-align: center;
}
#in_about .about_content .about_pic .about_ti .title .numU {
  font-size: 3rem;
  color: #fa682f;
}
#in_about .about_content .about_pic .about_ti .title .numCX {
  font-size: 3rem;
}
#in_about .about_content .about_pic .about_ti .title .indc {
  font-size: 1.5rem;
}
#in_about .about_content .about_pic .about_ti .title .indc span {
  color: #fa682f;
}
#in_about .about_content .about_info {
  display: inline-block;
}
#in_about .about_content .about_info .info_wrapper {
  padding-top: 1.25rem;
  /*! padding-left: 20px; */
  text-align: left;
  padding-left: 0.375rem;
  font-size: 1.5rem;
}
#in_about .about_content .about_info .info_title span {
  font-size: 1.4rem;
  color: #333333;
}
#in_about .about_content .about_info .info_txt {
  padding-top: 1.5rem;
  color: #666666;
  font-size: 1.2rem;
  text-align: left;
}
#in_about .about_content .about_info .info_more {
  margin-top: 2rem;
}
#in_about .about_content .about_info .info_more a {
  display: block;
  width: 7.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  background-color: #fa682f;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*首页产品*/
.in_product {
  margin-bottom: 3rem;
  position: relative;
}
.in_product .pro_img {
  margin-bottom: 1.5rem;
}
.in_product .pro_img img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.in_product .pro_head {
  /*! position: relative; */
}
.in_product .pro_head .ipro_head span {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  letter-spacing: 5px;
}
.in_product .pro_head .line {
  /*! width: 1300px; */
  /* height: 0.125rem; */
  /* background: #333333; */
  /*! display: inline-block; */
  /*! vertical-align: baseline; */
  /*! margin-left: 20px; */
}

.in_product .inpro {
}
.in_product .inpro .proimg {
  width: 77%;
  /*! margin-top: ; */
  /*! margin-left: 5%; */
  margin: 0 auto;
  margin-top: 1rem;
}
.in_product .inpro .proimg img {
  display: block;
  width: 100%;
}
.in_product .inpro .pro_title {
  font-family: "Stardos Stencil";
  font-weight: bold;
  color: #fa682f;
  font-size: 1.3rem;
  text-align: left;
  padding-left: 2.5rem;
}
.pro_more {
  display: block;
  width: 7.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  background-color: #333333;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: ;
  margin-left: 2.4rem;
}
.pro_more:hover {
  color: #fa682f;
}

/**/

/*首页新闻*/
#in_news {
  margin-bottom: 3rem;
}
#in_news .news_head {
  position: relative;
  margin-bottom: 30px;
}
#in_news .news_head span {
  font-size: 2.2rem;
  text-transform: uppercase;
  /* font-family: "Stardos Stencil"; */
  font-weight: bold;
  letter-spacing: 5px;
}
#in_news .innews {
  width: 100%;
}
#in_news .innews .innewimg img {
  width: 100%;
  overflow: hidden;
  height: 295px;
}
#in_news .innews .innew_nav {
  background: #333333;
  /* width: 518px; */
  text-align: center;
}
.innew_title {
}
.innew_title p {
  display: inline-block;
  color: #fff;
  padding: 1rem 1rem;
  display: block;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /*! line-height: 2.08vw; */
  white-space: nowrap;
}
.innew_more {
  display: block;
}
.innew_more p {
  width: 7.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  background-color: #fa682f;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* margin: 0 auto; */

  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

/*footer*/
#footer {
  background: #333333;
  position: relative;
  /*! height: 705px; */
}
#footer .footer_left {
  /*! width: 480px; */
  /*! margin-top: -45px; */
  background: #fa682f;
  /*! height: 750px; */
  border-radius: 45px;
  top: -45px;
  margin: 1rem;
  display: inline-block;
}
#footer .footer_left .title {
  margin: 2rem;
}
#footer .footer_left .title span {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
#footer .footer_left .title p {
  font-size: 22px;
  color: #fff;
  margin: 2rem 0;
}
#footer .footer_left .title .con {
  position: relative;
  /*! padding-bottom: 2rem; */
}
#footer .footer_left .title .con a {
  color: #fff;
  font-size: 28px;
}

#footer .footer_left .title .con::after {
  content: url(../images/footer_icon.jpg);
  position: absolute;
  top: -10px;
}

#footer .footer_right {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  margin: 1rem;
}
#footer .footer_right .footcon {
  /*! margin-top: 50px; */
  /*! margin-left: 185px; */
  /*! width: 385px; */
  display: inline-block;
  /*! height: 600px; */
  margin-top: 2rem;
  text-align: left;
}
#footer .footer_right .footcon .footcon_head {
  font-size: 28px;
  position: relative;
  font-weight: bold;
  text-align: left;
  margin-left: 2rem;
}
#footer .footer_right .footcon .footcon_head::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: #fa682f;
  position: absolute;
  left: -30px;
  top: 8px;
}
#footer .footer_right .footcon .footcon_title {
  padding-top: 1.1rem;
  text-align: left;
  margin-left: 10px;
}
#footer .footer_right .footcon .footcon_title p {
  line-height: 2rem;
}
#footer .footer_right .footcon .con_ewm {
}
#footer .footer_right .footcon .con_ewm .ewm_head {
  color: #fa682f;
  font-weight: bold;
  margin-bottom: 0.52vw;
}
#footer .footer_right .footcon .con_ewm .con_img {
  background: url(../images/con_ewm.jpg) no-repeat;
  background-size: cover;
  height: 8.18rem;
  width: 8.59rem;
}

#footer .footer_right .footer_nav {
  margin-top: 3rem;
  /*! margin-left: 150px; */
  /*! width: 200px; */
  /*! display: inline-block; */
  /*! vertical-align: top; */
  text-align: left;
  margin-bottom: 3rem;
}
#footer .footer_right .footer_nav .footnav_head {
  font-size: 28px;
  position: relative;
  font-weight: bold;
  margin-left: 2rem;
}
#footer .footer_right .footer_nav .footnav_head::before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: #fa682f;
  position: absolute;
  left: -30px;
  top: 5px;
}
#footer .footer_right .footer_nav .footnav_title {
  padding-top: 1.1rem;
  margin-left: 10px;
}
#footer .footer_right .footer_nav .footnav_title p {
  line-height: 2rem;
  font-size: ;
}
#footer .footer_right .footer_nav .footnav_title p a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
#footer .footer_right .footer_nav .footnav_title p a:hover {
  color: #fa682f;
}
#footer .footer_right .footer_nav .con_ewm {
  padding-top: 1.87vw;
}
#footer .footer_right .footer_nav .con_ewm .ewm_head {
  color: #fa682f;
  font-weight: bold;
  margin-bottom: 0.52vw;
}
#footer .footer_right .footer_nav .con_ewm .con_img {
  background: url(../images/pro_ewm.jpg) no-repeat;
  background-size: cover;
  height: 8.75rem;
  width: 8.75rem;
}
#footer .footer_right .footer_copy::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  /*! bottom: 50px; */
  /*! left: -7px; */
}
#footer .footer_right .footer_copy p {
  color: #e1e1e1;
  /*! margin-left: 30px; */
  margin-bottom: ;
}
.banner {
  margin-bottom: 2rem;
  padding-top: 50px;
}
.banner img {
  display: block;
  width: 100%;
  overflow: hidden;
}

#product {
  margin-bottom: 3rem;
  /* margin: 0 1rem 3rem; */
}

#product .product_head {
  margin: 0 1rem;
  text-align: left;
}
#product .product_head .pro_head {
  font-size: 2.25rem;
  font-weight: bold;
  color: #fa682f;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.5rem;
}
/*#product .product_head .pro_head::after {
  position: absolute;
  content: "";
  display: block;
  width: 930px;
  height: 5px;
  background: #333333;
  display: inline-block;
  bottom: 10px;
  right: 0; 
  margin-left: 20px;
}*/
#product .product_head .pro_tit {
  font-size: 1rem;
  /*! font-weight: bold; */
  color: #333333;
  text-transform: uppercase;
  /*! line-height: 45px; */
  text-align: justify;
  word-break: break-all;
}
#product .pro_page {
}
#product .pro_page .pro_list {
  /* margin-top: 2rem; */
  margin: 2rem 0.5rem;
}
#product .pro_page .pro_list ul li {
  display: inline-block;
  vertical-align: top;
  /*! width: 49%; */
  margin-bottom: 1.5rem;
  width: 100%;
}
#product .pro_page .pro_list ul li a {
  display: block;
}
#product .pro_page .pro_list ul li .pro_pic {
  display: block;
  position: relative;
}
#product .pro_page .pro_list ul li .pro_pic img {
  display: inline-block;
  width: 100%;
}
#product .pro_page .pro_list ul li .pro_pic i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#product .pro_page .pro_list ul li .pro_txt {
  background: #eaeaea;
  padding: 0px 15px 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#product .pro_page .pro_list ul li .pro_txt {
  position: relative;
  background: #efefef;
}
#product .pro_page .pro_list ul li .pro_txt .pro_name {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 60px;
  color: #000;
  font-size: 23px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
#product .pro_page .pro_list ul li .pro_txt .pro_name::before {
  content: url(../images/pro_more.png);
  position: absolute;
  right: 30px;
}
#product .pro_page .pro_list ul li:hover .pro_txt .pro_name {
  color: #fa682f;
}

/*产品详情*/
.pro_info {
  background: #f8f8f8;
  margin-bottom: 3rem;
  padding-top: 50px;
}
.pro_info .proinfo {
  /*! width: 1200px; */
  margin: 0 auto;
}
.pro_info .proinfo .pro_left {
  display: inline-block;
  vertical-align: top;
  padding: 50px 0;
  width: 76%;
}
.pro_info .proinfo .pro_head {
  font-family: "Stardos Stencil";
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  padding-top: 1.5rem;
}

.pro_info .proinfo .pro_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fa682f;
  position: absolute;
  right: 0;
  /*! border: ; */
  bottom: 0;
  /*! margin-top: 0.5rem; */
}
.pro_info .proinfo .pro_content {
}
.pro_info .proinfo .pro_content ul {
  font-size: 0;
  padding-bottom: 2rem;
}
.pro_info .proinfo .pro_content ul li {
  margin-top: 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 1rem;
  width: 50%;
}
.pro_info .proinfo .pro_content ul li p {
  text-transform: uppercase;
  color: #fa682f;
  font-weight: bold;
  line-height: 2rem;
}
.pro_info .proinfo .pro_content ul li span {
  color: #000;
}
.pro_info .pro_right {
  display: inline-block;
  vertical-align: top;
  margin-left: 60px;
}
.pro_info .pro_right .pro_color {
  margin-top: 50px;
}
.pro_info .pro_right .pro_color ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pro_info .pro_right .pro_color .color {
  width: 60px;
  height: 60px;
  border-radius: 50%; /* 或 border-radius: 50px; */
}
.pro_info .pro_right .pro_color .red {
  background-color: red;
}
.pro_info .pro_right .pro_color .black {
  background-color: black;
}
.pro_info .pro_right .pro_logo {
  padding-top: 40px;
}

#detail_pro_pic {
  /*! width: 1200px; */
  margin: 0 auto;
  margin-bottom: 3rem;
}
#detail_pro_pic .swiper {
  width: 100%;
  height: 100%;
}

#detail_pro_pic .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
}

#detail_pro_pic .button_next {
  background: url(../images/pro_next.png) no-repeat;
  /*! width: 57px; */
  /*! height: 57px; */
  background-size: cover;
  width: 44px;
}
#detail_pro_pic .button_prev {
  background: url(../images/pro_prev.png) no-repeat;
  /*! width: 57px; */
  /*! height: 57px; */
  left: 20px;
  background-size: cover;
  width: 44px;
}
#detail_pro_pic .button_next::after,
#detail_pro_pic .button_prev::after {
  display: none;
}
#detail_pro_pic .swiper-slide img {
  display: block;
  width: 90%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 90%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
}

.mySwiper .swiper-slide {
  width: 15%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innewimg img {
  height: 310px;
}
.xiaotu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border: 1px solid #000;*/
}

#detail_pro_part {
  margin-bottom: 150px;
}
#detail_pro_part .detail_pro {
  /*! width: 1000px; */
  margin: 0 1rem;
  text-align: left;
}
#detail_pro_part .detail_pro .detail_head {
  text-transform: uppercase;
  font-family: "Stardos Stencil";
  font-size: 1.5rem;
  font-weight: bold;
  color: #fa682f;
  letter-spacing: 2px;
  position: relative;
}
#detail_pro_part .detail_pro .detail_head::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #333333;
  position: absolute;
  right: 0;
  bottom: -10px;
}

#detail_pro_part .detail_pro .detail_title {
  margin-top: 25px;
}
#detail_pro_part .detail_pro .detail_title ul li {
  width: 95%;
  display: inline-block;
  vertical-align: top;
  /*! padding-right: 15%; */
  font-size: 1.2rem;
  font-weight: bold;
}
#detail_pro_part .detail_pro .detail_title ul li p {
  color: #fa682f;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.5rem;
  /*! font-size: 20px; */
}
#detail_pro_part .detail_pro .detail_title ul li span {
  line-height: 1.5rem;
  font-size: 1.1rem;
  color: #000;
  text-transform: capitalize;
}

/*关于我们*/
#about_us {
  /*! margin: 60px 0 180px 0; */
  margin: 0 1rem 3rem;
}
#about_us .about_vision {
  /*! width: 1340px; */
}

#about_us .about_vision .head {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1.5rem;
}
#about_us .about_vision .txt {
  line-height: 2.3rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
}
#about_us .about_choose {
  margin-top: 2rem;
}
#about_us .about_choose .choose_pic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#about_us .about_choose .choose_pic img {
  width: 100%;
}
#about_us .about_choose .choose {
  /*! display: inline-block; */
  /*! vertical-align: top; */
  width: 100%;
  /*! padding-left: 65px; */
}
#about_us .about_choose .choose .head {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
#about_us .about_choose .choose .choose_txt {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3rem;
}
#about_us .about_choose .choose .choose_txt ul li {
  margin-top: 1rem;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}
#about_us .about_choose .choose .choose_txt ul li::before {
  content: url(../images/choose_ico.jpg);
  position: absolute;
  left: -0.5rem;
}
#about_us .about_found {
  margin-top: 2rem;
}
#about_us .about_found .found {
  width: 100%;
  /*! padding-right: 65px; */
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#about_us .about_found .found .found_txt p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
}
#about_us .about_found .found .head {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin: 2rem 0 1rem;
  text-align: center;
}
#about_us .about_found .found .found_txt .one {
  padding-bottom: 1.5rem;
}
#about_us .about_found .found_pic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#about_us .about_team {
  margin-top: 2rem;
}

#about_us .about_team .team {
  width: 100%;
  /*! padding-left: 65px; */
  display: inline-block;
  vertical-align: top;
}
#about_us .about_team .head {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin: 2rem;
}
#about_us .about_team .team .team_txt {
  text-align: left;
}
#about_us .about_team .team .team_txt p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
}
#about_us .about_team .team .team_txt .one {
  padding-bottom: 1.5rem;
}
#about_us .about_team .team_pic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#about_us .user {
  margin-top:2rem;
	text-align: left;
}

#about_us .user .user_txt li {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
}
#about_us .user .head {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin: 2rem 0 1rem;
  text-align: center;
}
/*联系我们*/
#contact {
  padding-top: 50px;
  margin: 0 1rem 2rem;
}
#contact .contact_page {
  margin: 0 auto;
}
#contact .contact_page .con_head {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
#contact .contact_page .con_head .line {
  width: 60%;
  height: 5px;
  background: #a5a5a5;
  display: block;
  text-align: center;
  margin: 1rem 0 0 20%;
}
#contact .contact_page .con_info {
  width: 100%;
  /*! padding-right: 100px; */
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#contact .contact_page .con_info .con_title p {
  font-family: arial;
  line-height: 55px;
}
#contact .contact_page .con_info .con_icon {
  margin-top: 3rem;
}
#contact .contact_page .con_info .con_icon ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#contact .contact_page .con_pic {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-top: 2rem;
}
#contact .contact_message {
  /*! width: 1300px; */
  margin: 0 auto;
  margin-top: 5rem;
}
#contact .contact_message .mess_head span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}
#contact .contact_message .mess_head p {
  margin-top: 2rem;
  color: #6a6a6a;
  font-size: 1.2rem;
}
#contact .contact_message .mess_info {
  margin-top: 70px;
}

#contact .contact_message .mess_info .p_input {
  margin-bottom: 20px;
  position: relative;
}
#contact .contact_message .mess_info .p_input input {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px;
  color: #000;
  font-size: 1.1rem;
  border: 2px solid #959595;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
#contact .contact_message .mess_info .p_input input:hover,
#contact .contact_message .mess_info .p_input input:focus {
  border: 3px solid #fa682f;
  background: #fafafa;
}
#contact .contact_message .mess_info .p_textarea textarea {
  width: 100%;
  height: 8rem;
  line-height: 1.8rem;
  padding: 0.5rem 0.75rem;
  color: #000;
  font-size: 1.1rem;
  border: 2px solid #959595;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
#contact .contact_message .mess_info .p_textarea textarea:hover,
#contact .contact_message .mess_info .p_textarea textarea:focus {
  border: 2px solid #fa682f;
  background: #fafafa;
}
#contact .contact_message .mess_info .ly_ti {
  width: 100%;
  background: #525252;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
/*#contact .contact_message .mess_info .p_btn::before {
  content: url(../images/message_icon.png);
  position: absolute;
  z-index: 999;
  right: ;
}*/
.ly-k-k2 {
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px;
  color: #000;
  font-size: 1.1rem;
  border: 2px solid #959595;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  display: block;
  margin: 1rem 0;
}
.ly-k-k2:hover,
.ly-k-k2:focus {
  border: 2px solid #fa682f;
  background: #fafafa;
}
/*新闻列表*/
#news {
  margin: 0 1rem 1rem;
}
#news .news_page ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2rem;
  text-align: left;
}
#news .news_page ul li .news_pic {
  /*! width: 402px; */
  overflow: hidden;
  height: 263px;
}
#news .news_page ul li .news_pic img {
  width: 100%;
}
#news .news_page ul li .news_head {
  font-size: 1.25rem;
  margin-top: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  /*! white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .news_page ul li .news_info {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #707079;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .news_page ul li .news_time {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #707079;
}
#news .news_page ul li .news_time i {
  text-align: center;
  font-size: 20px;
  color: #000;
  position: relative;
  margin-right: 5px;
}

.news_more {
  display: block;
  width: 6.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #fa682f;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0.5rem;
  display: inline-block;
}
/* 新闻详情*/
#news_show {
  padding-top: 50px;
}
#news_show .location {
  line-height: 2rem;
}
#news_show .location a {
  text-transform: capitalize;
}
#news_show .newsshow_page {
  margin: 0 auto;

  margin: 0 1rem;

  margin-bottom: 2rem;
}
#news_show .newsshow_page .newshow_time {
  font-size: 1rem;
  margin-top: 2rem;
  color: #707079;
}
#news_show .newsshow_page .newshow_time i {
  text-align: center;
  font-size: 20px;
  color: #000;
  position: relative;
  margin-right: 5px;
}
#news_show .newsshow_page .newshow_time i:before {
  content: "\eb3f";
}
#news_show .newsshow_page .newsshow_head {
  font-size: 2rem;
}
#news_show .newsshow_page .newsshow_info {
  color: #767676;
  margin-top: 2rem;
  text-align: left;
  text-align: justify;
  word-break: break-all;
}
#news_show .newsshow_page .newsshow_info p {
  line-height: 30px;
}
#news_show .newsshow_page .newsshow_info img {
  max-width: 640px;
}
