@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;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tj {
  text-align: justify;
}
.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: #222;
  font-size: 0.16rem;
}
.bgw {
  background: #fff;
}
.content {
  width: 17.2rem;
  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%;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.bor_b {
  border-bottom: solid 1px #ececec;
}
.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;
}
.phone {
  display: none;
}
.blue {
  color: #0484f7;
}
/*banner*/
.header {
  width: 100%;
  height: 1.1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.logo img {
  width: 2.54rem;
  height: 0.58rem;
}
.nav {
  width: 9.6rem;
}
.nav li {
  width: 1.6rem;
  text-align: center;
  position: relative;
}
.nav li > a {
  height: 1.1rem;
  flex-direction: column;
}
.nav li h3 {
  font-size: 0.2rem;
}
.nav li p {
  font-size: 0.14rem;
}
.nav li.active {
  color: #0484f7;
}
.nav li:hover > a {
  color: #0484f7;
}
.nav li:hover .sub_nav {
  display: block;
}
.sub_nav {
  width: 100%;
  top: 1.1rem;
  left: 0;
  display: none;
}
.sub_nav a {
  background: #ededec;
  font-size: 0.16rem;
  display: block;
  line-height: 0.6rem;
  color: #555;
}
.sub_nav a:hover {
  background: #0484f7;
  color: #fff;
}
.search {
  width: 2.5rem;
  height: 0.58rem;
  background: #e6e6e6;
  border-radius: 0.3rem;
  overflow: hidden;
  padding: 0 0.2rem;
}
.ss_txt {
  width: 1.8rem;
  height: 0.56rem;
  border: none;
  background: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.ss_btn {
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/ss.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
.tel {
  font-family: Myriad Pro;
  color: #222222;
}
.tel img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.tel h3 {
  font-size: 0.22rem;
}
.mouse {
  width: 0.24rem;
  height: 0.34rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 5%;
  z-index: 5;
}
.banner,
.m_banner {
  margin: 1.1rem 0 0;
}
.swiper_btn {
  width: 3.37rem;
  height: 1.13rem;
  /* background: #fff; */
  justify-content: center;
  bottom: 0;
  /* left: 0; */
  right: 0;
  z-index: 8;
}
.swiper_btn {
  flex-direction: column;
  padding: 0 1rem;
}
.swiper_btn .swiper-pagination {
  position: static;
}
.swiper-num {
  font-size: 0.18rem;
  font-family: Minion Pro;
  color: #ffffff;
}
.swiper-num .active {
  font-size: 0.22rem;
  /* color: #222; */
  color: #ffffff;
}
.page {
  text-align: center;
}
.page li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.page li.active {
  background: red;
  color: #fff;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 1.4rem 0 1.3rem;
}
.about_list{
  width: 2.2rem;
  padding-top: 0.42rem;
}
.about_list li{
  color: #666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding-bottom: 0.5rem;
}
.about_list img{
  float: left;
  width: 0.26rem;
  height: 0.24rem;
  margin-right: 0.15rem;
}
.about_list h1{
  height: 0.8rem;
  font-weight: normal;
}
.about_list h1 b{
  color: #003a8b;
  font-family: Arial;
  font-size: 0.6rem;
  line-height: 0.8rem;
}
.about_list h1 span{
  font-size: 0.16rem;
  display: inline-block;
}
.about_img{
  width: 5.77rem;
  height: 7.16rem;
  position: relative;
  overflow: hidden;
}
.about_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoBtn{
  width: 0.88rem;
  height: 0.88rem;
  background: url(../images/about_06.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-45%,-45%);
  cursor: pointer;
}
.video_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.video-a2{
  position:absolute;
  width:0.5rem;
  height:0.5rem;
  background:url(../images/close.png);
  background-size:100% 100%;
  right: calc(50% - 1000px / 2 - 100px );
  top: calc(1000px/16*2);
  cursor: pointer;
}
.video-a3{
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video-a3 iframe,.video-a3 video{
  width: 100% !important;
  height: 100%;
}
.about_con {
  width: 7.2rem;
}
.about_tit {
  font-size: 0.4rem;
  padding-bottom: 0.4rem;
}
.about_tit::after {
  width: 0.45rem;
  height: 0.08rem;
  background: #0484f7;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_txt {
  font-size: 0.18rem;
  margin: 0.6rem 0 0.5rem;
}
.about_pic {
  width: 8.85rem;
}
.about_more {
  width: 1.4rem;
  height: 0.44rem;
  border-radius: 0.22rem;
  background: #0484f7;
  color: #fff;
  font-size: 0.18rem;
}
.pro_bg {
  background: url(../images/pro_bg.jpg) no-repeat center bottom;
  padding: 0.75rem 0 1.2rem;
}
.tit h2 {
  font-size: 0.5rem;
}
.tit p {
  color: #b2b2b2;
  font-size: 0.14rem;
  text-transform: uppercase;
  position: relative;
  line-height: 0.4rem;
}
.tit p::after {
  width: 19px;
  height: 1px;
  background: #d2d2d2;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.tit h3 {
  font-size: 0.2rem;
  color: #666;
  background: url(../images/line.png) no-repeat center bottom;
  padding: 0.1rem 0 0.2rem;
}
.pro {
  margin: 0.74rem 0 0;
}
.pro li {
  height: 4.46rem;
}
.pro li a {
  position: relative;
  display: block;
  height: 100%;
}
.pro li a img {
  height: 100%;
}
.pro li a::before {
  opacity: 0;
  width: 92%;
  height: 92%;
  position: absolute;
  display: block;
  border: 1px solid #fff;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0.5);
  transition: opacity 0.35s, transform 0.35s;
  z-index: 11;
}
.pro li:hover a::before {
  opacity: 1;
  transform: scale(1);
}
.pro li:hover .pro_con {
  background: rgba(54, 50, 50, 0.5);
  align-items: center;
}
.pro li:hover .pro_more {
  margin: 0.2rem 0 0;
}
.pro_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(54, 50, 50, 0.24);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  transition: all 0.3s;
}
.pro_con h3 {
  font-size: 0.26rem;
}
.pro_con p {
  margin: 0.1rem 0 0.1rem;
}
.pro_con h2 {
  font-size: 0.4rem;
}
.pro_more {
  width: 1.38rem;
  height: 0.52rem;
  background: #fff;
  border-radius: 0.26rem;
  margin: 0.8rem 0 0;
  transition: all 0.3s;
}
.pro_line {
  margin: 0.5rem 0 0;
}
.pro_line::after {
  width: 100%;
  height: 1px;
  background: #3ba1fc;
  content: "";
  position: absolute;
  left: 0;
  top: 0.28rem;
}
.pro_line .swiper-button-prev,
.pro_line .swiper-button-next {
  width: 0.56rem;
  height: 0.56rem;
  opacity: 1;
  margin: 0;
  top: 0;
}
.pro_line .swiper-button-prev::after,
.pro_line .swiper-button-next::after {
  display: none;
}
.pro_line .swiper-button-prev {
  background: url(../images/nar3.png) no-repeat;
  background-size: 100% 100%;
  left: 173px;
}
.pro_line .swiper-button-prev:hover {
  background: url(../images/nar1.png) no-repeat;
  background-size: 100% 100%;
}
.pro_line .swiper-button-next {
  background: url(../images/nar4.png) no-repeat;
  background-size: 100% 100%;
  right: 1.73rem;
}
.pro_line .swiper-button-next:hover {
  background: url(../images/nar2.png) no-repeat;
  background-size: 100% 100%;
}
.pro_line .swiper-pagination-progressbar {
  background: none;
  height: 8px;
  top: 0.25rem;
}
.pro_line .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 4px;
}
.news_box {
  padding: 0.75rem 0 0.9rem;
}
.news {
  padding: 0.74rem 0 0.84rem;
}
.news_left {
  width: 4.42rem;
}
.news_pic img {
  height: 2.6rem;
}
.news_date {
  width: 1.17rem;
  height: 0.35rem;
  background: #fff;
  border-radius: 0.17rem;
  background: url(../images/time.png) no-repeat 0.1rem center #fff;
  top: 0.2rem;
  left: 0.2rem;
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}
.news_tit {
  font-size: 0.2rem;
  border-bottom: solid 1px #e5e5e5;
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
}
.news_list {
  width: 7.25rem;
  margin-top: -0.2rem;
}
.news_list li {
  border-bottom: solid 1px #e5e5e5;
  height: 0.78rem;
  padding-left: 0.38rem;
  background: url(../images/news_01.png) no-repeat 0.02rem center;
  background-size: 0.18rem 0.18rem;
}
.news_list li:hover{
  background: url(../images/news_02.png) no-repeat 0.02rem center;
  background-size: 0.18rem 0.18rem;
}
.news_list li:hover a{
  color:#003a8b;
  font-weight: bold;
}
.news_list li a {
  width: 70%;
  font-size: 0.18rem;
  color: #555;
}
.news_list li span {
  color: #979797;
}
.news_more {
  width: 1.7rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  color: #fff;
  font-size: 0.18rem;
  background: #0484f7;
  margin: 0 auto;
}
.footer_bg {
  background: #3c424e;
}
.footer_top {
  height: 1.83rem;
}
.footer_logo img {
  width: 3rem;
  height: 0.62rem;
}
.contact {
  width: 10.65rem;
  color: #fff;
}
.contact li {
  line-height: 0.4rem;
}
.contact li img {
  width: 0.46rem;
  height: 0.46rem;
}
.contact li h3 {
  font-size: 0.16rem;
  opacity: 0.6;
}
.contact li p {
  font-size: 0.2rem;
}
.footer {
  padding: 0.4rem 0 0.3rem;
  border-top: solid 1px #585f69;
  border-bottom: solid 1px #585f69;
}
.footer_nav {
  width: 13.4rem;
}
.footer_nav li {
  line-height: 0.48rem;
}
.footer_nav li h3 {
  color: #ffffff;
  font-size: 0.18rem;
}
.footer_nav li p a {
  display: block;
  color: #abb0b9;
}
.footer_code {
  width: 1.83rem;
}
.footer_code img {
  height: 1.83rem;
  border: solid 1px #585f69;
  padding: 0.25rem;
}
.footer_code p {
  font-size: 0.14rem;
  color: #fff;
  margin: 0.2rem 0 0;
}
.copyright {
  padding: 0.3rem 0;
  color: #fff;
  opacity: 0.45;
}
.m_tit {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.42rem;
  color: #fff;
  line-height: 1.3;
}
.m_tit h2 {
  font-size: 0.42rem;
}
.main {
  width: 14rem;
  margin: 0 auto;
}
.path {
  color: #717171;
  line-height: 0.7rem;
}
.main_bg {
  background: #f5f5f5;
  padding: 0.4rem 0 0.7rem;
}
.left {
  width: 3.2rem;
}
.left_tit {
  line-height: 0.8rem;
  background: #0484f7;
  color: #fff;
  font-size: 0.18rem;
}
.left_tit span {
  font-size: 0.26rem;
}
.type_list {
  background: #fff;
  border: solid 1px #e5ebf1;
  padding: 0.1rem;
}
.type_list li {
  background: url(../images/type1.png) no-repeat right 0.25rem center #ecebeb;
  color: #555;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.2rem;
  line-height: 0.66rem;
  margin: 0 0 0.1rem;
}
.type_list li a {
  display: block;
}
.type_list li:hover {
  background: url(../images/type2.png) no-repeat right 0.25rem center #d9ecfe;
  background-size: 0.24rem 0.24rem;
  color: #0484f7;
}
.type_list li.on {
  background: url(../images/type2.png) no-repeat right 0.25rem center #d9ecfe;
  background-size: 0.24rem 0.24rem;
  color: #0484f7;
}
.right {
  width: 10.5rem;
  border: solid 1px #e5ebf1;
  background: #fff;
  padding-bottom: 0.4rem;
}
.right_tit {
  border-bottom: solid 1px #ececec;
  height: 0.74rem;
  padding: 0.2rem 0 0 0.3rem;
  font-size: 0.26rem;
}
.right_tit::after {
  width: 0.53rem;
  height: 0.04rem;
  background: #0484f7;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
}
.right_con {
  padding: 0 0.35rem;
}
.show_xx {
  padding: 0.3rem 0;
}
.show_xx img {
  max-width: 100%;
}
.fengcai_list {
  padding: 0.35rem 0 0;
}
.fengcai_list li {
  width: 3rem ;
  margin: 0 0.35rem 0.6rem 0;
  text-align: center;
  font-size: 0.18rem;
}
.fengcai_list li:nth-child(3n+3) {
  margin-right: 0;
}
.fengcai_list li p {
  margin: 0.2rem 0 0;
}
.fengcai_list li img {
  height: 1.76rem;
}
.page a {
  padding: 0 0.1rem;
  line-height: 0.26rem;
  border: solid 1px #e5e5e5;
  font-size: 0.14rem;
  margin: 0 0.02rem;
}
.page a.active {
  background: #0484f7;
  border: solid 1px #0484f7;
  color: #fff;
}
.show_tit {
  border-bottom: solid 1px #ececec;
  padding: 0.45rem 0 0.25rem;
}
.show_tit h3 {
  font-size: 0.28rem;
}
.show_tit p {
  color: #999;
  margin: 0.1rem 0 0;
}
.nextpage {
  padding: 0.25rem 0;
  font-size: 0.18rem;
}
.nextpage a {
  display: block;
}
.pro_list li {
  margin: 0 0.35rem 0.35rem 0;
}
.pro_list li img {
  height: 2.18rem;
}
.pro_list li p {
  background: #ecebeb;
  line-height: 0.52rem;
  margin: 0;
}
.show_pic {
  margin: 0.3rem 0 0;
}
.show_pic img {
  max-width: 40%;
}
.m_news {
  padding: 0.28rem 0 0;
}
.m_news li {
  border: solid 1px #e5e5e5;
  margin-bottom: 24px;
  padding-right: 0.2rem;
}
.m_news_con {
  width: 6.4rem;
}
.m_news_pic {
  width: 2.96rem;
  height: 1.74rem;
}
.m_news_tit {
  font-size: 0.22rem;
  color: #000;
}
.m_news_txt {
  color: #444;
  margin: 0.1rem 0 0.2rem;
}
.m_contact {
  padding: 0.6rem 0 0.9rem;
}
.m_contact li {
  width: 27%;
  text-align: center;
  background: url(../images/line2.png) no-repeat right center;
}
.m_contact li img {
  width: 0.37rem;
  height: 0.36rem;
}
.m_contact li:last-child {
  background: none;
}
.m_contact li:nth-child(2) {
  width: 46%;
}
.m_contact li p {
  margin: 0.2rem 0 0.1rem;
  text-transform: uppercase;
}
.m_contact li h3 {
  font-size: 0.2rem;
}
.m_contact .map {
  height: 4.8rem;
}



/* 新加 */

.pro_type{
  width: 100%;
  text-align: center;
  padding-top: 0.18rem;
}
.pro_type li{
  display: inline-block;
  min-width: 1.44rem;
  line-height: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.1rem;
  color: #666;
  font-size: 0.2rem;
  padding: 0 0.3rem;
  margin: 0 0.13rem;
}
.pro_type li.on{
  background: #003a8b;
  color: #fff;
}
.map {
  height: 4.8rem;
}
[v-cloak] {
  display: none;
}