/*通用*/
.common_nav {
  height: 0.5rem;
}
.common_nav .w {
  font-size: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.common_nav .w .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.common_nav .w .left .logo {
  display: block;
  width: 1.65rem;
  height: 0.5rem;
}
.common_nav .w .left ul {
  padding-left: 0.83rem;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.24rem;
}
.common_nav .w .left ul li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.common_nav .w .left ul li:hover > a {
  color: #dedede;
}
.common_nav .w .left ul li:hover > a i {
  color: #dedede;
}
.common_nav .w .left ul li:hover ol {
  display: block;
}
.common_nav .w .left ul li a {
  padding: 0 0.3rem;
  font-size: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s;
  color: #ffffff;
}
.common_nav .w .left ul li a i {
  transition: all 0.3s;
  font-family: SimSun;
  padding-bottom: 0.1rem;
  transform: rotate(90deg);
  color: #ffffff;
}
.common_nav .w .left ul li ol {
  display: none;
  position: absolute;
  width: 130%;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #014b92;
  z-index: 999;
}
.common_nav .w .left ul li ol li {
  width: 100%;
  height: 0.4rem;
}
.common_nav .w .left ul li ol li a {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 0.15rem;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_nav .w .left ul li:last-child {
  margin-right: 0;
}
.common_nav .w .right {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 0.33rem;
  border-left: 0.01rem solid #e5e5e5;
}
.common_nav .w .right a {
  font-size: 0.18rem;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0.21rem;
}
.common_nav .w .right .code {
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.common_nav .w .right .code:hover .code_con {
  display: flex;
}
.common_nav .w .right .code .nav_wx {
  width: 0.25rem;
  height: 0.21rem;
}
.common_nav .w .right .code .code_con {
  display: none;
  position: absolute;
  top: 0.8rem;
  width: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1.9rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.common_nav .w .right .code .code_con img {
  width: 1.7rem;
  height: 1.7rem;
}
.common_nav .w .right span {
  font-size: 0.2rem;
  color: #333333;
  padding-left: 0.14rem;
}
.common_footer {
  background-color: #2E5882;
  padding-top: 0.15rem;
}
.common_footer .w .top {
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.common_footer .w .top .left {
  display: flex;
  justify-content: space-between;
  width: 8.9rem;
}
.common_footer .w .top .left ul {
  font-size: 0;
}
.common_footer .w .top .left ul li {
  margin-bottom: 0.16rem;
}
.common_footer .w .top .left ul li a {
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.3s;
  opacity: 0.6;
}
.common_footer .w .top .left ul li a:hover {
  opacity: 1;
}
.common_footer .w .top .left ul li:last-child {
  margin-bottom: 0;
}
.common_footer .w .top .left ul .title {
  padding-bottom: 0.16rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.common_footer .w .top .left ul .title::after {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.01rem;
  background-color: #ccc;
  bottom: 0;
  left: 0;
}
.common_footer .w .top .left ul .title a {
  font-size: 0.16rem;
  opacity: 1;
}
.common_footer .w .top .footer_code img {

}
.common_footer .w .top .footer_code p {
  font-size: 0.14rem;
  color: #fff;
  /*opacity: 0.6;*/
  margin-top: 0.12rem;
}
.common_footer .w .footer_link {
  border-bottom: 0.01rem solid #ccc;
  margin-bottom: 0.15rem;
}
.common_footer .w .footer_link ul li {
  float: left;
  color: #fff;
  opacity: 1;
  font-size: 0.14rem;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;

}
.common_footer .w .footer_link ul li a {
  color: #fff;
  opacity: 1;
  font-size: 0.14rem;
  transition: all 0.3s;
}
.common_footer .w .footer_link ul li a:hover {
  opacity: 1;
}
.common_footer .w .footer_link ul .title {
  margin-right: 0;
}
.common_footer .footer_bottom {
  height: 0.64rem;
  background-color: #2E5882;
  border-top:1px solid #ccc;
}
.common_footer .footer_bottom .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.common_footer .footer_bottom .w div {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.6;
}
.common_footer .footer_bottom .w div a {
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
}
.common_footer .footer_bottom .w div a:hover {
  opacity: 1;
}
.common_banner a {
  display: block;
  width: 100%;
  height: 3rem;
}
.common_banner a img {
  width: 100%;
  height: 100%;
}
.common_left {
  float: left;
  width: 2.9rem;
}
.common_left .common_left_nav {
  border: 1px solid #dedede;
}
.common_left .common_left_nav ul li {
  transition: all 0.3s;
}
.common_left .common_left_nav ul li:hover {
  position: relative;
}
.common_left .common_left_nav ul li:hover::after {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  right: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
.common_left .common_left_nav ul li:hover a {
  background-color: #3A3332;
  color: #fff;
}
.common_left .common_left_nav ul li:hover a::after {
  display: none;
}
.common_left .common_left_nav ul li a {
  display: flex;
  height: 0.57rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.1rem;
  transition: all 0.3s;
}
.common_left .common_left_nav ul li a::after {
  content: ">";
  font-size: 0.16rem;
  font-family: SimSun;
  font-weight: 700;
  transition: all 0.3s;
}
.common_left .common_left_nav ul .current {
  position: relative;
}
.common_left .common_left_nav ul .current::after {
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  right: -0.08rem;
  top: 50%;
  transform: translateY(-50%);
}
.common_left .common_left_nav ul .current a {
  background-color: #014b92;
  color: #fff;
}
.common_left .common_left_nav ul .current a::after {
  display: none;
}
.common_left .common_contact {
  background: url("../img/common_contact_bg.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 0.2rem 0.32rem;
}
.common_left .common_contact p,
.common_left .common_contact h6 {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.common_left .common_contact h6 {
  margin-top: 0.23rem;
  margin-bottom: 0.28rem;
}
.common_left .common_contact a {
  display: flex;
  align-items: center;
  height: 0.53rem;
  background-color: #fff;
  width: 1.43rem;
}
.common_left .common_contact a img {
  width: 0.53rem;
  height: 0.53rem;
}
.common_left .common_contact a span {
  height: 100%;
  width: 0.9rem;
  border-left: 0.01rem solid #e5e5e5;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_right_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
.common_right_title>.w{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height:0.7rem;
  padding: 0rem 0.3rem;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.common_right_title h3 {
  font-size: 0.18rem;
  color: #999999;
  text-align: center;
  font-size: 0.14rem;

}
.common_right_title ul {
  display: flex;
  float: right;
}
.common_right_title ul li {
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  color: #999999;
}
.common_right_title ul li::after {
  content: ">";
  margin: 0 0.06rem;
}
.common_right_title ul li a {
  font-size: 0.14rem;
  transition: all 0.3s;
  color: #999999;
}
.common_right_title ul li a:hover {
  color: #0b4ba2;
}
.common_right_title ul li .a_active{
  color: #014b92;
}
.common_right_title ul li:first-child::after {
  display: none;
}
.common_right_title ul li:last-child::after {
  display: none;
}
.dux-page {
  display: flex;
  justify-content: center;
  height: 0.32rem;
  margin: 0.7rem 0;
}
.dux-page a,
.dux-page span {
  font-size: 0.14rem;
  height: 100%;
  padding: 0 0.1rem;
  display: flex;
  margin: 0 0.1rem;
  align-items: center;
  justify-content: center;
}
.dux-page a {
  border: 0.01rem solid #e5e5e5;
  transition: all 0.3s;
}
.active-page{
  background-color: #014b92;
  border-color: #014b92!important;
  color: #fff;
}
.dux-page a:hover {
  background-color: #014b92;
  border-color: #014b92;
  color: #fff;
}
/*首页*/
.index_banner {
  height: 5.6rem;
}
.index_banner .swiper-container {
  height: 100%;
}
.index_banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-container a img {
  width: 100%;
  height: 100%;
}
.index_about .w {
  padding: 0.8rem 0.3rem 0.72rem 0.3rem;
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.index_about .w .left {
  width: 5.48rem;
}
.index_about .w .left h2 {
  font-size: 0.26rem;
  padding-bottom: 0.12rem;
}
.index_about .w .left .con * {
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.index_about .w .left a {
  margin-top: 0.1rem;
  display: block;
  width: 1.44rem;
  text-align: center;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.14rem;
  color: #333;
  border: 0.01rem solid #333;
  transition: all 0.3s;
}
.index_about .w .left a:hover {
  width: 3rem;
  background-color: #0b4ba2;
  color: #fff;
  border-color: #0b4ba2;
  border-radius: 0.2rem;
}
.index_about .w img {
  max-width: 5.55rem;
}
.common_h2 {
  padding-top: 0.7rem;
  text-align: center;
  font-size: 0.26rem;
  color: #333;
  padding-bottom: 0.5rem;
}
.index_product {
  background-color: #f7f7f7;
  padding-bottom: 0.6rem;
}
.index_product .index_product_nav {
  overflow-x: scroll;
}
.index_product .index_product_nav::-webkit-scrollbar {
  display: none;
}
.index_product .index_product_nav ul {
  display: flex;
  justify-content: space-between;
}
.index_product .index_product_nav ul li {
  width: 2.38rem;
  text-align: center;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.18rem;
  background-color: #dde6f3;
  cursor: pointer;
  transition: all 0.3s;
}
.index_product .index_product_nav ul li:hover {
  background: url(../img/index_product_nav_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
}
.index_product .index_product_nav ul .current {
  background: url(../img/index_product_nav_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
}
.index_product .index_product_content {
  padding-top: 0.54rem;
}
.index_product .index_product_content ul li {
  display: none;
  justify-content: center;
}
.index_product .index_product_content ul li .index_product_list {
  margin-right: 0.4rem;
  display: block;
  width: 3.73rem;
  height: 4.16rem;
}
.index_product .index_product_content ul li .index_product_list:hover .text {
  background-color: #0b4ba2;
}
.index_product .index_product_content ul li .index_product_list:hover .text * {
  color: #fff;
}
.index_product .index_product_content ul li .index_product_list img {
  width: 100%;
  height: 2.7rem;
}
.index_product .index_product_content ul li .index_product_list .text {
  background-color: #fff;
  width: 100%;
  height: 1.44rem;
  border-bottom: 0.02rem solid #0b4ba2;
  border-left: 0.01rem solid #e5e5e5;
  border-right: 0.01rem solid #e5e5e5;
  text-align: center;
  padding: 0 0.32rem;
  transition: all 0.3s;
}
.index_product .index_product_content ul li .index_product_list .text * {
  font-size: 0.14rem;
  line-height: 0.26rem;
  transition: all 0.3s;
}
.index_product .index_product_content ul li .index_product_list .text h5 {
  font-size: 0.18rem;
  padding-top: 0.3rem;
  color: #333;
  margin-bottom: 0.12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index_product .index_product_content ul li .index_product_list .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_product .index_product_content ul li .index_product_list:last-child {
  margin-right: 0;
}
.index_product .index_product_content ul li:first-child {
  display: flex;
}
.advantage_news {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-bottom: 0.8rem;
}
.advantage_news .index_advantage {
  background-color: #fff;
  padding-bottom: 0.48rem;
}
.advantage_news .index_advantage ul {
  display: flex;
  justify-content: space-between;
}
.advantage_news .index_advantage ul li {
  width: 25%;
  height: 3.66rem;
}
.advantage_news .index_advantage ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 0.15rem;
}
.advantage_news .index_advantage ul li a img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-bottom: 0.15rem;
}
.advantage_news .index_advantage ul li a h5 {
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.14rem;
}
.advantage_news .index_advantage ul li a p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.advantage_news .index_news .common_h2 {
  color: #000000;
}
.advantage_news .index_news .index_news_con {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  padding: 0.36rem 0.62rem;
}
.advantage_news .index_news .index_news_con .common_news_title {
  margin-bottom: 0.2rem;
  padding-bottom: 0.17rem;
  display: inline-block;
  font-size: 0.2rem;
  border-bottom: 0.02rem solid #014b92;
}
.advantage_news .index_news .index_news_con .left {
  width: 4rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news {
  height: 3rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container {
  height: 100%;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a img {
  width: 100%;
  height: 2.14rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text {
  padding-top: 0.1rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text * {
  font-size: 0.12rem;
  line-height: 0.18rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text h5 {
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container a .text p {
  font-size: 0.12rem;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-disabled {
  pointer-events: auto;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-next,
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-prev {
  margin: 0;
  width: 0.34rem;
  height: 0.3rem;
  top: 70%;
  transform: translateY(-100%);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 999;
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-next {
  background-image: url(../img/right.jpg);
}
.advantage_news .index_news .index_news_con .left .index_hot_news .swiper-container .swiper-button-prev {
  background-image: url(../img/left.jpg);
  left: 3.22rem;
}
.advantage_news .index_news .index_news_con .right {
  width: 5.38rem;
}
.advantage_news .index_news .index_news_con .right ul li {
  margin-bottom: 0.48rem;
}
.advantage_news .index_news .index_news_con .right ul li a {
  display: flex;
  height: 0.6rem;
  justify-content: space-between;
}

.advantage_news .index_news .index_news_con .right ul li a:hover .index_news_time {
  border-right-color: #014b92;
}
.advantage_news .index_news .index_news_con .right ul li a .index_news_time {
  width: 0.6rem;
  border-right: 0.01rem solid #e5e5e5;
}
.advantage_news .index_news .index_news_con .right ul li a .index_news_time h6 {
  font-size: 0.36rem;
  transform: translateY(-0.02rem);
}
.advantage_news .index_news .index_news_con .right ul li a .index_news_time p {
  font-size: 0.18rem;
  transform: translate(0.14rem, -0.08rem);
}
.advantage_news .index_news .index_news_con .right ul li a .con {
  width: 4.56rem;
}
.advantage_news .index_news .index_news_con .right ul li a .con * {
  font-size: 0.12rem;
  line-height: 0.18rem;
  transition: all 0.3s;
}
.advantage_news .index_news .index_news_con .right ul li a .con h4 {
  font-size: 0.16rem;
  margin-bottom: 0.08rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  color: #3a3332;
}
.advantage_news .index_news .index_news_con .right ul li a:hover * {
  color: #014b92;
}
.advantage_news .index_news .index_news_con .right ul li a:hover .con h4{
  color: #014b92;
}
.advantage_news .index_news .index_news_con .right ul li a .con p {
  font-size: 0.12rem;
  line-height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.advantage_news .index_news .index_news_con .right ul li:last-child {
  margin-bottom: 0;
}
/*列表*/
.list{min-height: 200px;padding-left: 3.2rem}
.list ul li {
  float: left;
  margin-right: 0.37em;
  width: 4.114rem;
}
.list ul li:hover a .text {
  background-color: #014b92;
}
.list ul li:hover a .text * {
  color: #fff;
}
.list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list ul li a img {
  width: 100%;
  height: 2.2rem;
}
.list ul li a .text {
  background-color: #fff;
  width: 100%;
  height: 1rem;
  border-bottom: 0.02rem solid #014b92;
  /*border-left: 0.01rem solid #e5e5e5;*/
  /*border-right: 0.01rem solid #e5e5e5;*/
  text-align: center;
  padding: 0 0.25rem;
  transition: all 0.3s;
}
.list ul li a .text * {
  font-size: 0.12rem;
  line-height: 0.18rem;
  transition: all 0.3s;
}
.list ul li a .text h5 {
  font-size: 0.16rem;
  padding-top: 0.19rem;
  color: #333;
  margin-bottom: 0.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list ul li a .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list ul li:nth-child(2n) {
  margin-right: 0;
}
.list ul li:nth-child(n+3) {
  margin-top: 0.37rem;
}
/*关于我们*/
.about {
  padding-top: 0.7rem;
}
.about .w {
  justify-content: space-between;
}
.about .w .about_content {
}
.about .w .about_content .about_content_con h2 {
  font-size: 0.3rem;
  color: #333;
  padding-bottom: 0.15rem;
}
.about .w .about_content .about_content_con .con {
  padding-bottom: 0.6rem;
}
.about .w .about_content .about_content_con .con * {
  font-size: 0.16rem;
  line-height: 0.36rem;
  max-width: 100%;
}
/*详情*/
.details .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.38rem;
}
.details .top .left {
  width: 4.45rem;
}
.details .top .left .big_pic {
  width: 100%;
  cursor: pointer;
}
.details .top .right .small_pic {
  margin-top: 0.8rem;
  width: 5.34rem;
}
.details .top .right .small_pic .swiper-container {
  height: 1.02rem;
  padding:0.1rem;
  background-color: #F3F3F3;
}
.details .top .right .small_pic .swiper-container .swiper-slide {
  display: flex;
  cursor: pointer;
}
.details .top .right .small_pic .swiper-container .swiper-slide img {
  height: 100%;
}
.details .top .right {
  width: 7.5rem;
}
.details .top .right h3 {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  color: #333;
}
.details .top .right .con{
  padding: 0.3rem 0 0 0.5rem;
}
.details .top .right .con .desc{
  font-size: 0.16rem;
  line-height: 0.30rem;
}
/*.details .top .right .con * {*/
  /*font-size: 0.14rem;*/
  /*line-height: 0.26rem;*/
  /*max-width: 100%;*/
/*}*/
.details .description .title {
  background-color: #F3F3F3;
  height: 0.5rem;
  display: flex;
}
.details .description .title h4 {
  display: inline-block;
  background-color: #3A3332;
  color: #fff;
  font-size: 0.18rem;
  height: 100%;
  padding: 0 0.38rem;
  line-height: 0.5rem;
}
.details .description .con {
  padding-top: 0.22rem;
  padding-bottom: 0.6rem;
}
.details .description .con * {
  font-size: 0.14rem;
  line-height: 0.32rem;
  max-width: 100%;
}
