@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 0.26rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: -moz-calc(100vw / 7.5);
  font-size: calc(100vw / 7.5);
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  border: none;
  font: inherit;
}
[type="search"]::-webkit-search-decoration {
  display: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
h3 {
  font-size: 0.26rem;
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.mid {
  vertical-align: middle;
}
.h100 {
  height: 100%;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.pad20 {
  padding: 0.2rem 0;
}
.bor_b {
  border-bottom: solid 1rem #e4e4e4;
}
.bor_b15 {
  border-bottom: solid 1rem #f4f4f4;
}
.f48 {
  font-size: 0.48rem;
}
.f36 {
  font-size: 0.36rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.bgg {
  background: #f4f4f4;
}
.bgw {
  background: #fff;
}
.gray6 {
  color: #666;
}
.gray8 {
  color: #888;
}
.gray9 {
  color: #999;
}
.white {
  color: #fff;
}
.wrap_box {
  color: #333;
}
.content {
  padding: 0 0.24rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  overflow: hidden;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
/*header*/
.header {
  width: 100%;
  background: url(../images/header.jpg) no-repeat center top;
  background-size: 100%;
  height: 1.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.logo {
  width: 4.83rem;
  padding-left: 0.24rem;
}
.menu {
  width: 0.54rem;
  right: 0.2rem;
  top: 0.4rem;
}
.menu_list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0ea1f6;
  z-index: 999999;
  padding: 2rem 0 0;
  display: none;
  text-align: left;
}
.menu_list li a{
  font-size: 0.3rem;
  line-height:1.18rem;
  color: #fff;
  border-bottom: 1px solid #87d0fb;
  display: block;
  padding:0 .24rem;
  background: url(../images/nar6.png) no-repeat right .24rem center;
  background-size: .27rem;
}
.menu_close {
  right: 0.3rem;
  top: 0.1rem;
  font-size: 0.6rem;
  color: #fff;
}
.banner {
  margin: 1.23rem 0 0;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #ff6600;
}
.header_tel {
  height: 1.2rem;
  line-height: 1.2rem;
}
.header_tel img {
  width: 0.16rem;
  margin: 0 0.2rem;
}
/*index*/
.pro_bg {
  background: url(../images/pro_bg.jpg) no-repeat center top;
  height: 12.15rem;
  background-size: 100%;
}
.tit {
  padding: 0.7rem 0 0;
}
.tit h2 {
  width: 2.92rem;
  border-bottom: solid 1px #cccccc;
  line-height: 0.7rem;
  padding-left: 0.2rem;
  font-size: 0.48rem;
}
.tit img {
  width: 0.58rem;
  vertical-align: middle;
  margin-right: 0.18rem;
}
.tit p {
  color: #999;
  letter-spacing: 3px;
  padding-left: 1rem;
  line-height: 0.46rem;
  font-size: 0.24rem;
}
.more {
  width: 2.1rem;
  height: 0.66rem;
  background: url(../images/more.png) no-repeat;
  background-size: 100%;
  padding: 0.1rem 0 0;
  line-height: 0.56rem;
  display: block;
  color: #fff;
  transition: all 0.6s;
}
.more:hover {
  transform: translateY(-0.1rem);
}
.pro_box {
  margin: 0.4rem 0 0;
}
.pro_list {
  overflow-x: scroll;
  white-space: nowrap;
}
.pro_list::-webkit-scrollbar {
  display: none;
}
.pro_list li {
  width: 2.9rem;
  height: 2.2rem;
  display: inline-block;
  margin-right: 0.2rem;
  text-align: center;
  border: solid 0.2px #fff;
}
.pro_list li img {
  width: 100%;
  height: 100%;
}
.pro_list li.current {
  border: solid 2px #0ea1f6;
}
.pro_list li p {
  line-height: 0.54rem;
}
.pro_con_box {
  margin: 0.5rem 0 0;
  padding-bottom: 1.4rem;
}
.pro_con {
  display: none;
}
.pro_con:first-child {
  display: block;
}
.pro_big {
  width: 3.8rem;
  height: 3.8rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.pro_big img {
  border: solid 0.1rem #fff;
  width: 100%;
  height: 100%;
}
.pro_infor {
  width: 2.8rem;
}
.pro_name {
  font-size: 0.32rem;
  color: #000;
  line-height: 1.3;
}
.pro_more {
  width: 6.2rem;
  height: 1.3rem;
  right: 0;
  bottom: -0.5rem;
}
.about_con h2 {
  font-size: 0.36rem;
  color: #000;
}
.about_con h3 {
  font-size: 0.24rem;
  font-family: Arial;
  color: #666;
}
.about_txt {
  margin: 0.2rem 0 0.3rem;
}
.about_nav {
  margin: 0.85rem 0 0;
}
.about_nav li h4 {
  font-weight: normal;
  color: #999;
  font-family: Arial;
  text-transform: uppercase;
}
.about_nav li:hover h4,
.about_nav li:hover .about_num,
.about_nav li:hover p {
  color: #0ea1f6;
}
.about_num {
  font-family: Impact;
  font-size: 0.46rem;
  margin-right: 0.1rem;
}
.about_video {
  width: 100%;
  margin: 0.6rem 0 0;
}
.about_video video {
  width: 100%;
  height: 4.2rem;
}
.news_box {
  padding: 0.8rem 0 0.7rem;
}
.news_type {
  width: 6rem;
  height: 1.2rem;
  background: #f7f7f7;
  border-radius: 0.6rem;
  margin: 0.4rem 0;
  padding: 0 0.7rem;
}
.news_type li {
  cursor: pointer;
}
.news_type li span {
  width: 0.64rem;
  height: 0.64rem;
  position: relative;
  display: block;
  border-radius: 100%;
  margin-right: 0.1rem;
}
.news_type li span img {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.news_type li span img:last-child {
  opacity: 0;
}
.news_type li.current span {
  background: #0ea1f6;
}
.news_type li.current span img:first-child {
  opacity: 0;
}
.news_type li.current span img:last-child {
  opacity: 1;
}
.news_list_box {
  margin: 0.4rem 0 0;
}
.news_list {
  display: none;
}
.news_list:first-child {
  display: block;
}
.news_list li {
  padding: 0.2rem 0.24rem;
  margin: 0 0 0.2rem;
  background: #f7f7f7;
}
.news_list_pic {
  width: 2.4rem;
  height: 1.8rem;
}
.news_list_pic img {
  height: 100%;
}
.news_list_con {
  width: 4.4rem;
}
.news_list_con h2 {
  width: 2.5rem;
  font-size: 0.3rem;
  position: relative;
  padding: 0.15rem 0 0.25rem;
}
.news_list_con h2::after {
  width: 0.2rem;
  height: 0.03rem;
  background: #333333;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.news_list_txt {
  margin: 0.25rem 0;
}
.youshi_type {
  background: #f2f2f2;
}
.youshi_type li {
  width: 33.33%;
  height: 1.2rem;
  border-bottom: solid 1px #e6e6e6;
  text-align: center;
  line-height: 1.2rem;
  cursor: pointer;
  font-size: 0.28rem;
  border-right: solid 1px #e6e6e6;
}
.youshi_type li img {
  margin-right: 0.2rem;
  width: 0.3rem;
  vertical-align: middle;
}
.youshi_type li.current {
  color: #0ea1f6;
  font-weight: bold;
}
.youshi_bg {
  height: 4.8rem;
  background: url(../images/youshi_bg.jpg) no-repeat;
  background-size: 100%;
  padding: 0 0.24rem;
  color: #fff;
  display: none;
  margin: 0.4rem 0 0;
}
.youshi_bg:first-child {
  display: block;
}
.youshi_con h2 {
  font-size: 0.36rem;
}
.youshi_con .youshi_txt {
  font-size: 0.28rem;
}
.partner_box {
  padding: 0 0 0.6rem;
}
.partner_list {
  padding: 0.2rem 0.24rem 0;
}
.partner_list li {
  width: 3.3rem;
  height: 1.2rem;
  border: solid 1px #e6e6e6;
  margin: 0 0 0.4rem 0;
}
.partner_list li img {
  width: 100%;
  height: 100%;
}
.friendlink_bg {
  background: #f7f7f7;
  padding: 0.35rem 0 0.25rem;
}
.friendlink_tit {
  width: 1.8rem;
}
.friendlink a {
  margin-right: 0.5rem;
  line-height: 0.64rem;
  display: inline-block;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100%;
  height: 2.4rem;
  color: #fff;
  padding: 0.3rem 0.24rem 0;
  line-height: 0.54rem;
}
.copyright {
  line-height: 0.4rem;
  padding: 0.2rem 0;
}
.m_tit {
  width: 100%;
  left: 0;
  top: 35%;
  color: #fff;
}
.m_tit h2 {
  font-size: 0.52rem;
}
.m_tit p {
  letter-spacing: 5px;
  margin-top: 0.1rem;
}
.search_bg {
  background: #f7f7f7;
  padding: 0.24rem;
}
.search {
  background: #e6e6e6;
  height: 0.74rem;
  border-radius: 0.37rem;
  padding: 0 0 0 0.3rem;
}
.ss_icon {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.2rem;
}
.search_txt {
  width: 5.9rem;
  height: 0.7rem;
  background: none;
}
.pro_type {
  background: url(../images/dot2.png) no-repeat 0.24rem center #f7f7f7;
  background-size: 0.22rem;
  padding: 0 0.24rem 0 0.66rem;
  height: 1.2rem;
}
.nar4 {
  width: 0.26rem;
  height: 0.13rem;
}
.pro_type_bg {
  width: 100%;
  position: fixed;
  height: calc(100vh - 1.2rem);
  top: 1.2rem;
  right: -100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: all 0.6s;
}
.pro_type_list {
  width: 85%;
  background: #fff;
  top: 1.2rem;
  right: -100%;
  position: fixed;
  z-index: 11;
  height: calc(100vh - 1.2rem);
  transition: all 0.6s;
}
.pro_type_list li {
  background: url(../images/dot1.png) no-repeat 0.2rem center;
  background-size: 0.22rem;
  padding: 0 0.24rem 0 0.66rem;
  line-height: 1.2rem;
}
.pro_type_list li a {
  display: block;
  background: url(../images/nar5.png) no-repeat right center;
  background-size: 0.13rem;
}
.main {
  padding-bottom: 0.6rem;
}
.m_pro {
  padding: 0.4rem 0;
}
.m_pro li {
  width: 3.44rem;
  text-align: center;
  margin: 0 0 0.2rem 0;
}
.m_pro li p {
  background: #0ea1f6;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.1rem;
  color: #fff;
  margin: 0.1rem 0 0;
  font-size: 0.24rem;
}
.m_pro_pic img {
  width: 3.44rem;
  height: 2.55rem;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 0.56rem;
  display: inline-block;
  text-align: center;
  padding: 0 0.2rem;
  margin: 0.1rem;
  border: solid 1px #e6e6e6;
  border-radius: 0.05rem;
}
.pagination li.active {
  background: #0ea1f6;
  color: #fff;
}
.about_type_bg {
  background: #f7f7f7;
}
.about_type {
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.about_type li {
  width: 25%;
  margin-right: 0;
  border-right: solid 1px #e6e6e6;
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
}
.about_type li span {
  width: 0.48rem;
  height: 0.48rem;
}
.about_type li:last-child {
  border-right: none;
}
.m_about_tit {
  border-bottom: solid 1px #e6e6e6;
  margin: 0.4rem 0 0;
  height: 0.8rem;
  line-height: 0.8rem;
}
.sub_about_tit {
  font-size: 0.48rem;
  color: #000;
}
.sub_about_en {
  font-size: 0.24rem;
  text-transform: uppercase;
}
.sub_about_en::after {
  width: 0.8rem;
  height: 0.05rem;
  background: #0ea1f6;
  display: block;
  content: "";
  right: 0;
  bottom: -0.02rem;
  position: absolute;
}
.honor_list {
  padding: 0.4rem 0 0;
}
.honor_list li {
  width: 3.3rem;
  height: 2.4rem;
  border: solid 1px #e6e6e6;
  margin: 0 0 0.4rem 0;
  overflow: hidden;
}
.service_pic {
  height: 2.6rem;
}
.service_pic img {
  height: 100%;
}
.service_pic_con {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1.4;
}
.service_pic_con h2 {
  font-size: 0.8rem;
}
.service_pic_con h4 {
  font-size: 0.28rem;
}
.service_con {
  height: 3.3rem;
  background: #f5f5f5;
  padding: 0 0.1rem;
}
.service .swiper-button-next,
.service .swiper-button-prev {
  width: 0.41rem;
  height: 0.41rem;
  margin-top: 0;
  top: 1rem;
}
.service .swiper-button-next {
  background: url(../images/nar3.png) no-repeat;
  background-size: 100%;
}
.service .swiper-button-prev {
  background: url(../images/nar2.png) no-repeat;
  background-size: 100%;
}
.service .swiper-pagination {
  width: 100%;
  position: static;
  margin: 0.25rem 0 0.5rem;
}
.service .swiper-pagination-bullet {
  margin: 0 0.04rem;
}
.m_case {
  padding: 0.6rem 0 0.2rem;
}
.m_case li {
  width: 3.4rem;
  margin: 0 0 0.3rem 0;
  cursor: pointer;
}
.m_case_pic {
  width: 3.4rem;
  height: 2.55rem;
}
.m_case_pic img {
  width: 100%;
  height: 100%;
}
.m_case_con {
  border: solid 1px #e6e6e6;
  font-size: 0.28rem;
  line-height: 1.5;
  padding: 0 0.15rem;
  height: 1.2rem;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.case_big {
  width: 7rem;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.case_big p {
  color: #fff;
  font-size: 0.32rem;
  margin: 0.2rem 0 0;
}
.case_big_img {
  width: 100%;
}
.close {
  width: 0.7rem;
  margin: 0.7rem auto 0;
  display: block;
}
.par_tit {
  font-size: 0.48rem;
}
.m_news {
  padding: 0.3rem 0 0.6rem;
}
.m_news li {
  padding: 0.2rem;
  border-bottom: solid 1px #e6e6e6;
}
.m_news li:hover {
  background: #f7f7f7;
}
.m_news li:hover .m_news_tit {
  color: #0ea1f6;
}
.m_news li:hover .m_news_more {
  background: #0ea1f6;
  color: #fff;
}
.m_cont_con h2 {
  font-size: 0.48rem;
}
.m_cont_con h3 {
  font-size: 0.32rem;
}
.m_cont_con h4 {
  font-size: 0.32rem;
  margin: 0.2rem 0;
}
.m_cont_con h4 i {
  font-size: 0.4rem;
  color: #1498ec;
  font-family: Impact;
}
.m_con_txt {
  line-height: 0.5rem;
  font-size: 0.28rem;
}
.map {
  width: 100%;
  height: 5rem;
}
.mes_tit {
  font-size: 0.42rem;
  padding: 0.45rem 0 0.3rem;
}
.mes_user {
  width: 3.4rem;
  height: 1rem;
  border: solid 1px #b3b3b3;
  border-radius: 0.05rem;
  padding: 0 0.22rem;
}
.mes_user1 {
  width: 100%;
  height: 2.4rem;
  padding: 0.1rem 0.22rem;
  margin: 0.2rem 0 0.6rem;
  border: solid 1px #b3b3b3;
  border-radius: 0.05rem;
}
.mes_btn {
  width: 4rem;
  height: 0.8rem;
  border-radius: 0.05rem;
  background: #0ea1f6;
  color: #fff;
  margin: 0 auto ;
  border: none;
}
.xx_tit {
  border-bottom: solid 1px #e6e6e6;
  padding: 0.5rem 0 0.2rem;
}
.xx_tit h2 {
  font-size: 0.48rem;
  margin-bottom: 0.1rem;
}
.xx_tit p span {
  margin: 0 0.08rem;
}
.xx {
  margin: 0.3rem 0 0.4rem;
  min-height: 3rem;
}
.nextpage a {
  display: block;
}
/*footer*/
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
}
.footer li {
  width: 25%;
  padding: 0.3rem 0 0.1rem;
  text-align: center;
}
.footer li img {
  width: 0.48rem;
}
.footer li h3 {
  color: #666;
}
.search_btn {
  width: 86px;
  height: 39px;
  border-radius: 24px;
  color: #fff;
  background: #0ea1f6;
  border: none;
}
/*main*/
