@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.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 {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  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;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 16rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.white {
  color: #fff;
}
.blue {
  color: #0353a8;
}
.phone {
  display: none;
}
/*banner*/
.header {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
  height: 1.36rem;
}
.logo img {
  width: 2.73rem;
}
.lan {
  margin-left: 0.5rem;
}
.lan a {
  color: #fff;
  padding: 0 0.2rem;
}
.header_right {
  width: 9.5rem;
}
.nav {
  width: 8.4rem;
  margin-left: 0.5rem;
}
.nav ul > li {
  font-size: 18px;
  line-height: 1.36rem;
}
.nav ul > li:hover .sub_bg {
  display: block;
}
.down {
  margin-left: 0.1rem;
}
.sub_bg {
  width: 100%;
  height: 2.86rem;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 1.36rem;
  left: 0;
  padding: 0.5rem 1.3rem 0;
  display: none;
}
.sub_type li {
  text-align: center;
}
.sub_type li img {
  width: 100%;
  height: 1.4rem;
}
.sub_type li p {
  margin-top: 0.2rem;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
.search_btn {
  border-right: solid 1px #464749;
  padding-right: 0.5rem;
  cursor: pointer;
}
.search_btn img {
  width: 0.22rem;
  height: 0.22rem;
}
.search_btn:hover .search_box {
  display: flex;
}
.search_box {
  width: 4rem;
  height: 0.55rem;
  border-radius: 0.35rem;
  border: solid 1px #fff;
  padding: 0 0.1rem;
  background: #fff;
  overflow: hidden;
  display: none;
}
.ss_txt {
  width: 3rem;
  height: 0.5rem;
  border: none;
  line-height: 0.5rem;
  background: #fff;
}
.ss_btn {
  width: 0.7rem;
  height: 0.3rem;
  border-radius: 0.2rem;
  color: #fff;
  background: #0353a8;
  border: none;
  text-align: center;
}
.banner .swiper-pagination {
  right: 1.6rem;
  top: 3.27rem;
  color: #686d73;
  width: auto;
  text-align: right;
  font-family: Arial;
}
.banner .swiper-pagination .totlenum {
  font-size: 0.24rem;
  margin: 0.1rem 0 0;
}
.banner .swiper-pagination .currentnum {
  font-size: 0.72rem;
  margin-right: -0.1rem;
  color: #fff;
}
.swiper_btn {
  width: 1.7rem;
  bottom: 0.65rem;
  right: 1.6rem;
  z-index: 11;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-pagination {
  position: static;
  margin: 0;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next {
  width: 0.68rem;
  height: 0.68rem;
  border: solid 1px #3b4a59;
  border-radius: 100%;
  opacity: 1;
}
.swiper_btn .swiper-button-prev::after,
.swiper_btn .swiper-button-next::after {
  font-size: 0.16rem;
  color: #fff;
}
.swiper_btn .swiper-button-prev {
  background: url(../images/nar1.jpg) no-repeat;
  background-size: 100%;
}
.swiper_btn .swiper-button-prev::after {
  content: "←";
}
.swiper_btn .swiper-button-prev:hover::after {
  color: #0353a8;
}
.swiper_btn .swiper-button-next {
  background: url(../images/nar2.jpg) no-repeat;
  background-size: 100%;
}
.swiper_btn .swiper-button-next::after {
  content: "→";
}
.swiper_btn .swiper-button-next:hover::after {
  color: #0353a8;
}
.pro_tit {
  padding: 0.9rem 0 0;
}
.pro_tit h2 {
  color: #0353a8;
  font-size: 0.72rem;
}
.pro_tit p {
  color: #838282;
  font-size: 0.17rem;
  margin: 0.25rem 0 0;
}
.pro_type {
  padding: 0.8rem 0 0.6rem;
}
.pro_type_list1 {
  width: 5.1rem;
}
.pro_type_list1 img {
  width: 100%;
  height: 6.6rem;
}
.pro_type_list1 .pro_type_tit {
  color: #fff;
  font-size: 0.24rem;
}
.pro_type_list2 {
  width: 5.1rem;
  margin-right: 0.3rem;
}
.pro_type_list2 li {
  position: relative;
  margin-bottom: 0.25rem;
}
.pro_type_list2 li img {
  width: 100%;
  height: 3.16rem;
}
.pro_type_list2 li .pro_type_tit {
  color: #3f3f3f;
  font-size: 0.24rem;
  font-weight: bold;
}
.pro_type_tit {
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0.3rem 0 0;
}
.more {
  width: 2.72rem;
  height: 0.7rem;
  background: #0353a8;
  color: #fff;
  border-radius: 0.35rem;
  font-size: 0.2rem;
  font-weight: bold;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
}
.about_box {
  padding: 1.6rem 0 0;
  width: 13.4rem;
  margin: 0 auto;
}
.about_tit {
  line-height: 1.5;
  padding-bottom: 0.35rem;
}
.about_tit h3 {
  font-size: 0.54rem;
}
.about_tit h2 {
  font-size: 0.56rem;
  color: #0353a8;
}
.about_tit::after {
  width: 100%;
  height: 0.04rem;
  background: #0353a8;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
}
.about_txt {
  margin: 0.6rem 0;
  line-height: 2;
}
.ad_box {
  margin: 0.6rem auto 1.45rem;
  height: 2.92rem;
}
.ad_con {
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 0.8rem;
  color: #fff;
}
.ad_left img {
  width: 2.73rem;
}
.ad_left h2 {
  font-size: 0.36rem;
}
.ad_right {
  width: 8.1rem;
  line-height: 2;
}
.about_pic {
  border-bottom: solid 0.07rem #0353a8;
}
.news_bg {
  background: #fafafa;
  padding-bottom: 1.8rem;
}
.news_box {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  background: #fff;
  margin-top: -0.85rem;
  padding: 1.56rem 0.8rem 1.1rem;
}
.news_left {
  width: 3.37rem;
}
.news_tit h2 {
  font-size: 0.6rem;
  color: #0353a8;
}
.news_tit h4 {
  background: url(../images/tit1.png) no-repeat;
  background-size: 100% 100%;
  width: 3.37rem;
  height: 0.61rem;
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
}
.news_type {
  padding: 0.9rem 0 0;
}
.news_type li {
  height: 0.5rem;
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.news_type li span {
  padding: 0 0.3rem;
  display: inline-block;
}
.news_type li.on span {
  background: #0353a8;
  color: #fff;
  line-height: 0.5rem;
  box-shadow: 0 13px 0 -8px #000000;
}
.news_type li:hover span {
  background: #0353a8;
  color: #fff;
  line-height: 0.5rem;
  box-shadow: 0 13px 0 -8px #000000;
}
.news_right {
  width: 9.6rem;
  border-top: solid 0.06rem #0353a8;
  padding: 0.6rem 0 0;
}
.news_con {
  width: 5.2rem;
}
.news_list_tit {
  margin: 0.25rem 0 0.15rem;
}
.news_pic {
  width: 3.95rem;
  height: 2.33rem;
}
.news_pic img {
  width: 100%;
  height: 100%;
}
.news_swiper_btn {
  width: 2.8rem;
}
.news_swiper_btn .swiper-pagination,
.news_swiper_btn .swiper-button-prev,
.news_swiper_btn .swiper-button-next {
  position: static;
}
.news_swiper_btn .swiper-button-prev,
.news_swiper_btn .swiper-button-next {
  border: solid 1px #eeeeee;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 100%;
  margin: 0;
}
.news_swiper_btn .swiper-button-prev::after,
.news_swiper_btn .swiper-button-next::after {
  display: none;
}
.news_swiper_btn .swiper-button-prev {
  background: url(../images/a60.png) no-repeat center center;
  background-size: 0.32rem 0.32rem;
}
.news_swiper_btn .swiper-button-next {
  background: url(../images/a61.png) no-repeat center center;
  background-size: 0.32rem 0.32rem;
}
.news_swiper_btn .swiper-pagination {
  width: auto;
  color: #c6c5c5;
  font-size: 0.22rem;
}
.news_currentnum {
  font-size: 0.36rem;
}
.more2 {
  font-family: Arial;
  color: transparent;
  -webkit-text-stroke: 1px #b3a7a7;
  font-size: 0.28rem;
  text-transform: uppercase;
}
.more2 img {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.2rem;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 4.17rem;
  color: #fff;
}
.footer {
  padding: 0.7rem 0 0;
  height: 3.3rem;
}
.footer_nav {
  width: 10rem;
}
.footer_nav li h3 {
  font-size: 0.18rem;
}
.footer_nav li p {
  margin: 0.2rem 0 0;
}
.footer_nav li p a {
  display: block;
}
.copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0 0;
  opacity: 0.5;
}
.main {
  padding: 0.7rem 0 0.8rem;
}
.m_pro_tit h2 {
  color: #0353a8;
  font-size: 0.72rem;
}
.m_pro_tit h3 {
  color: #afafaf;
  font-size: 0.17rem;
}
.m_pro {
  padding: 0.8rem 0;
}
.m_pro li {
  width: 5.13rem;
  height: 3.16rem;
  position: relative;
  text-align: center;
  background: #fbfafa;
  margin: 0 0.3rem 0.25rem 0;
}
.m_pro li:nth-child(3n) {
  margin-right: 0;
}
.m_pro li p {
  color: #3f3f3f;
  padding: 0.1rem 0.2rem;
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.m_pro li img {
  width: 2.78rem;
  height: 1.95rem;
}
.m_pro li:hover .pro_nar {
  background: url(../images/nar2.png) no-repeat;
  background-size: 100% 100%;
}
.pro_nar {
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/nar1.png) no-repeat;
  background-size: 100% 100%;
  right: 0.3rem;
  bottom: 0.35rem;
}
.page {
  text-align: center;
}
.page a {
  line-height: 0.68rem;
  width: 0.68rem;
  height: 0.68rem;
  display: inline-block;
  text-align: center;
  background: #fff;
  margin: 0 5px;
  border: solid 1px #ededed;
  border-radius: 100%;
}
.page a.active {
  background: #0353a8;
  color: #fff;
}
.m_pro_left {
  width: 3rem;
}
.m_pro_left_tit {
  color: #fff;
  font-size: 0.24rem;
  background: #0353a8;
  height: 0.9rem;
  padding: 0 0.2rem;
}
.m_pro_type > li h3 {
  border-bottom: solid 1px #dfdfdf;
  position: relative;
  padding: 0.15rem 0.5rem 0.15rem 0.2rem;
  text-transform: uppercase;
}
.m_pro_type > li h3::after {
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/nar3.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  transition: all 0.6s;
}
.m_pro_type > li h3::before {
  width: 0.04rem;
  height: 0.17rem;
  background: #0353a8;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 0.03rem;
}
.m_pro_type > li.current h3::after {
  transform: rotate(90deg);
}
.sub_pro_type {
  padding: 0.15rem 0 0;
  display: none;
}
.sub_pro_type li {
  color: #666666;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
}
.sub_pro_type li a {
  display: block;
}
.sub_pro_type li::before {
  width: 0.06rem;
  height: 0.06rem;
  background: #0353a8;
  display: block;
  content: "";
  position: absolute;
  left: 0.06rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  display: none;
}
.sub_pro_type li:hover {
  color: #0353a8;
}
.sub_pro_type li:hover::before {
  display: block;
}
.m_pro_right {
  width: 12.45rem;
}
.path {
  background: #f8f8f8;
  padding: 0 0.4rem;
  height: 0.7rem;
  text-transform: uppercase;
}
.path img {
  width: 0.27rem;
  height: 0.26rem;
  margin-right: 0.1rem;
}
.m_pro_pic {
  width: 3.36rem;
}
.m_pro_pic .swiper-button-prev,
.m_pro_pic .swiper-button-next {
  width: 0.23rem;
  height: 0.67rem;
  background: #fff;
  margin: 0;
  top: auto;
  bottom: 0.05rem;
}
.m_pro_pic .swiper-button-prev::after,
.m_pro_pic .swiper-button-next::after {
  font-size: 0.2rem;
  color: #0353a8;
}
.m_pro_pic .swiper-button-prev {
  left: 1px;
}
.m_pro_pic .swiper-button-next {
  right: 1px;
}
.m_pro_xx {
  width: 8.6rem;
  margin: 0.5rem 0 0;
}
.big_pic {
  border: solid 1px #dfdfdf;
  height: 2rem;
}
.big_pic li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.small_pic {
  margin: 0.15rem 0 0;
}
.small_pic li {
  border: solid 1px #dfdfdf;
  height: 0.8rem;
  cursor: pointer;
}
.small_pic li img {
  height: 100%;
}
.m_contact_tit {
  font-size: 0.72rem;
  text-transform: uppercase;
  font-family: 'Impact';
  color: #0353a8;
  border-bottom: solid 0.04rem #0353a8;
  padding-bottom: 0.5rem;
}
.m_contact_tip {
  padding: 0 1.6rem;
  margin: 0.4rem 0 0.2rem;
}
.m_cont {
  background: url(../images/contact.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 4.4rem;
  padding: 0.6rem 0.8rem 0;
  color: #fff;
  font-size: 0.4rem;
}
.m_cont_con {
  width: 6.85rem;
}
.m_cont_con h3 {
  font-size: 0.72rem;
  font-family: 'Impact';
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  z-index: 1;
}
.m_cont_con h3::after {
  width: 3.18rem;
  height: 0.23rem;
  background: #0353a8;
  content: "";
  position: absolute;
  bottom: 0.02rem;
  left: 0;
  z-index: -1;
}
.m_cont_txt {
  margin: 0.2rem 0 0;
  font-size: 0.36rem;
  line-height: 1.4;
}
.m_cont_xx {
  min-height: 3rem;
}
.mes_tit {
  font-size: 0.72rem;
  font-family: Impact;
  text-transform: uppercase;
  padding: 1rem 0 0;
}
.mes_box {
  width: 7.6rem;
  margin: 0.5rem auto;
}
.mes_box li {
  width: 100%;
  margin-bottom: 0.2rem;
}
.mes_box li:nth-child(1),
.mes_box li:nth-child(2) {
  width: 3.66rem;
}
.mes_form {
  background: #f5f5f5;
  border: solid 1px #dddddd;
  height: 0.5rem;
  padding: 0 0.2rem;
}
.mes_form_tit {
  color: #777573;
  margin-bottom: 0.1rem;
}
.mes_form_tit span {
  color: red;
}
.mes_btn {
  width: 100%;
  background: #0353a8;
  height: 0.48rem;
  border: none;
  color: #fff;
}
.m_about {
  width: 14.4rem;
  margin: 0 auto;
  align-items: flex-start;
}
.m_about_left {
  width: 8.82rem;
}
.m_about_tit {
  font-size: 0.52rem;
  color: #0353a8;
}
.m_about_txt {
  margin: 0.3rem 0;
}
.m_about_num li h2 {
  font-size: 0.6rem;
  color: #0353a8;
}
.m_about_num li p {
  font-size: 0.24rem;
}
.m_about_right {
  width: 4.8rem;
  background: url(../images/about_pic_bg.jpg) no-repeat right bottom;
  background-size: 4.4rem 5.71rem;
  padding: 0 0.4rem 0.5rem 0;
}
.m_news_box {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  padding: 1.4rem 0.8rem 0.9rem;
}
.m_news_list {
  margin-top: -0.6rem;
  padding-bottom: 0.5rem;
}
.m_news_list li {
  border-bottom: solid 1px #eeeeee;
  padding: 0.6rem 0;
}
.m_pro1 {
  padding-bottom: 0.5rem;
}
.m_pro1 li {
  width: 3.92rem;
  height: 2.76rem;
  background: #fbfafa;
  position: relative;
  overflow: hidden;
  margin: 0 0.22rem 0.2rem 0;
  text-align: center;
}
.m_pro1 li:nth-child(3n) {
  margin-right: 0;
}
.m_pro1 li p {
  color: #3f3f3f;
  padding: 0.1rem 0.2rem;
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.m_pro1 li img {
  width: 2.78rem;
  height: 1.95rem;
}
.m_pro1 li:hover .pro_nar {
  background: url(../images/nar2.png) no-repeat;
  background-size: 100% 100%;
}
.xx_tit {
  font-size: 36px;
  line-height: 1.5;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.xx {
  padding: 0.4rem;
  line-height: 2;
  min-height: 500px;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 30px 0;
}
.nextpage > div {
  color: #333;
  max-width: 40%;
}
#map{
    width:100%;
    height:4rem
}