@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  _word-break: break-all;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  border: none;
  vertical-align: middle;
  display: inline-block;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
}

.clearfix {
  _zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

* + html .clearfix {
  overflow: hidden;
}

.autoHeight {
  font: 0px/0px snavans-serif;
  clear: both;
  display: block;
  height: 0px;
  overflow: hidden;
}

/* header */
.fixed-tops {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #0064ff;
}

header {
  width: 100%;
  margin: 0;
  position: relative;
}



header .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

header .navbar .navbar-brand {
  padding: 0;
}
header .navbar .navbar-list {
  display: flex;
}
header .navbar .navbar-list .nav li {
  cursor: pointer;
  transition: all 0.5s ease 0s;
  font-size: 20px;
}
header .navbar .navbar-list .nav li:hover {
  background: rgba(0, 45, 87, 0.1);
}
header .navbar .navbar-list .nav li a {
  padding: 0 14px;
  line-height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
header .navbar .navbar-list .nav li.active a {
  color: #fff;
  line-height: 40px;
}
header .navbar .navbar-list .nav li.active a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
}
header .navbar .navbar-list .nav li.active a:hover::after {
  background: #007df1;
}


@media (max-width: 960px) {
  header .navbar {
    max-width: 760px;
  }
  header .navbar .navbar-list .nav li{
    font-size: 14px;
  }
  header .navbar .navbar-logo a img {
    height: 40px;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  header .navbar {
    max-width: 960px;
  }
  header .navbar .navbar-list .nav li{
    font-size: 16px;
  }
  header .navbar .navbar-logo a img {
    height: 40px;
  }
}

@media (min-width: 1200px) and (max-width:1400px) {
  header .navbar {
    max-width: 1140px;
  }
  header .navbar .navbar-list .nav li{
    font-size: 18px;
  }
  header .navbar .navbar-logo a img {
    height: 60px;
  }
}
@media (min-width: 1400px) and (max-width:1920px) {
  header .navbar {
    max-width: 1360px;
  }
}
@media (min-width:1920px) {
  header .navbar {
    max-width: 1480px;
  }
}


/* content */
.swiper {
  width: 100%;
}
.swiper .swiper-wrapper {
  margin: 0 auto;
}
.swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}

.swiper .swiper-wrapper .swiper-slide .swiper-text {
  position: absolute;
  bottom: 35%;
  left: 15%;
  color: #fff;
  font-family:"骞煎渾";
  z-index: 201;
}

.swiper .swiper-wrapper .swiper-slide .swiper-text div:last-child {
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

.swiper .swiper-wrapper .swiper-slide .swiper-content {
  position: absolute;
  bottom: 35%;
  left: 15%;
  color: #fff;
  z-index: 201;
}

.swiper .swiper-wrapper .swiper-slide .swiper-content .doForm{
  width: 230px;
  height: 48px;
  font-size: 24px;
  font-weight: 400;
  margin-top: 120px;
  background: linear-gradient(0deg, #0064ff, #00b4ff);
  border-radius: 30px;
  box-shadow: 0 3px 6px #081f5e;
  text-align: center;
  line-height: 48px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.swiper .swiper-wrapper .swiper-slide .swiper-content .doForm:hover {
  box-shadow: 0 5px 6px #051a55;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  border: 0;
  outline: none;
  cursor: pointer;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  color: #00b4ff;
}
.swiper .swiper-button-prev {
  left: 30px;
}
.swiper .swiper-button-next {
  right: 30px;
}
.swiper .swiper-pagination {
  bottom: 60px !important;
}
.swiper .swiper-pagination-bullet {
  background-color: rgb(255, 255, 255);
  width: 44px;
  height: 6px;
  border-radius: 3px;
  margin: 0 7px !important;
}
.swiper .swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #0064ff, #00b4ff);
  width: 44px;
  height: 6px;
  border-radius: 6px;
}
.swiper .mask {
  display: none;
}
.swiper .mask .swiper-mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 660;
}
.swiper .mask .swiper-form {
  position: absolute;
  top: 30%;
  right: 12%;
  width: 28%;
  background: #ffffff;
  border-radius: 8px;
  transition: right 1s;
  box-shadow: 17.36px 7.73px 38px 0px rgba(0, 0, 0, 0.3);
  z-index: 700;
}
.swiper .mask .swiper-form .form-title {
  font-size: 18px;
  color: #0064fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin: 28px 0;
}
.swiper .mask .swiper-form .form-title span {
  margin: 0 10px;
  line-height: 20px;
}
.swiper .mask .swiper-form .form-title::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 6px;
  opacity: 0.2;
  background: linear-gradient(-90deg, #0063ff 0%, #ffffff 100%);
}
.swiper .mask .swiper-form .form-title::after {
  content: "";
  display: inline-block;
  width: 66px;
  height: 6px;
  opacity: 0.2;
  background: linear-gradient(-90deg, #ffffff 0%, #0063ff 100%);
}
.swiper .mask .swiper-form .form-content {
  width: 100%;
  box-sizing: border-box;
}
.swiper .mask .swiper-form .form-content .form-row {
  padding: 0 12px;
  margin: 0;
  font-size: 16px !important;
}
.swiper .mask .swiper-form .form-content .form-row > div {
  margin-bottom: 14px !important;
}
.swiper .mask .swiper-form .form-content .form-row .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.swiper .mask .swiper-form .form-content .form-row .form-group .fname {
  margin-right: 10px;
}
.swiper .mask .swiper-form .form-content .form-row .form-group .form-one {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
.swiper .mask .swiper-form .form-content .form-row .form-group .form-one .red {
  margin-top: 4px;
  font-size: 12px;
  color: red;
}
.swiper .mask .swiper-form .form-content .form-row .form-group .form-one span {
  display: inline-block;
  flex: 1 0 auto;
}
.swiper .mask .swiper-form .form-content .form-row .form-group .form-one div {
  flex: 1 1 auto;
}
.swiper .mask .swiper-form .form-content .form-two {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.swiper .mask .swiper-form .form-content .form-two .red {
  margin-top: 4px;

  font-size: 12px;
  color: red;
}
.swiper .mask .swiper-form .form-content .form-two span {
  display: inline-block;
}
.swiper .mask .swiper-form .form-content .form-two div {
  flex: 1 1 auto;
}
.swiper .mask .swiper-form .form-content .form-three {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.swiper .mask .swiper-form .form-content .form-three .red {
  margin-top: 4px;
  font-size: 12px;
  color: red;
}
.swiper .mask .swiper-form .form-content .form-three span {
  display: inline-block;
}
.swiper .mask .swiper-form .form-content .form-three div {
  flex: 1 1 auto;
}
.swiper .mask .swiper-form .form-content span {
  font-weight: 400 !important;
  margin-right: 5px;
}
.swiper .mask .swiper-form .form-content span::before {
  content: "*";
  margin-right: 3px;
  color: red;
}
.swiper .mask .swiper-form .form-btn {
  width: 100%;
  text-align: center;
}
.swiper .mask .swiper-form .form-btn button {
  background: linear-gradient(0deg, #0063ff 0%, #00b2ff 100%);
  color: #fff;
  font-size: 16px;
  border: none !important;
  border-radius: 30px;
  height: 32px;
  line-height: 32px;
  width: 160px;
  text-align: center;
  cursor: pointer;
}
.swiper .mask .swiper-form .form-btn button:hover {
  box-shadow: 0 0 10px 0px rgba(0, 99, 255, 0.6);
}
.swiper .mask .swiper-form .form-btn button:focus {
  outline: 0;
}
.swiper .mask .swiper-form .del {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.swiper .mask .swiper-form .del img:hover {
  animation: doudong 0.6s linear infinite;
  border-radius: 50%;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
}

@keyframes doudong {
  0% {
    transform: translateX(3px);
    transform: rotate(-10deg);
  }
  100% {
    transform: translateY(-3px);
    transform: rotate(10deg);
  }
}
/*鍏徃浠嬬粛*/
.introduction {
  width: 100%;
}
.introduction .introduction-to {
  width: 100%;
  margin: 0 auto;
  padding: 115px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.introduction .introduction-to .text {
  width: 560px;
}
.introduction .introduction-to .text .title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.introduction .introduction-to .text .title span {
  color: #bbb !important;
  font-size: 22px;
}
.introduction .introduction-to .text p {
  font-size: 20px;
  font-weight: 400;
  color: #616161;
  line-height: 37px;
  text-align: justify !important;
  margin: 50px 0;
}
.introduction .introduction-to .text button {
  width: 150px;
  height: 42px;
  background: #0078ff;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.introduction .introduction-to .text button:hover {
  box-shadow: 0 0 10px 0px rgba(0, 99, 255, 0.6);
}
.introduction .introduction-to .pic {
  width: 648px;
}
.introduction .introduction-to .pic img {
  width:100%;
}

@media (max-width: 960px) {
  .introduction .introduction-to  {
    max-width: 760px;
  }
  .introduction .introduction-to .text{
    width: 300px;
  }
  .introduction .introduction-to .pic{
    width: 360px;
  }
}


@media (min-width: 960px) and (max-width: 1200px) {
  .introduction .introduction-to  {
    max-width: 950px;
  }
  .introduction .introduction-to .text{
    width: 420px;
  }
  .introduction .introduction-to .pic{
    width: 460px;
  }
}

@media (min-width: 1200px) and (max-width:1400px) {
  .introduction .introduction-to  {
    max-width: 1140px;
  }
  .introduction .introduction-to .text{
    width: 500px;
  }
  .introduction .introduction-to .pic{
    width: 560px;
    background-color: #0063ff;
  }
}
@media (min-width: 1400px) and (max-width:1920px) {
  .introduction .introduction-to  {
    max-width: 1360px;
  }
}
@media (min-width:1920px) {
  .introduction .introduction-to  {
    max-width: 1480px;
  }
}


/*浜у搧鏈嶅姟*/
.service {
  width: 100%;
}
.service .category {
  width: 100%;
  height: 520px;
  margin: 0 auto;
  background: url("../images/pic1.png") no-repeat center center;
}
.service .category .pp {
  width: 100%;
  margin: 0 auto;
}
.service .category .pp .pp-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.service .category .pp .pp-title div:nth-child(1) {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 35px;
}
.service .category .pp .pp-title div:nth-child(2) {
  width: 32px;
  height: 4px;
  background: #0044f1;
  border-radius: 2px;
  margin: 14px 0;
}
.service .category .pp .pp-title p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.service .category .pp .pp-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 40px;
}
.service .category .pp .pp-content .pp1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .category .pp .pp-content .pp1 > div:first-child:hover {
  transform: translateY(-10px);
  transition: 0.6s;
}
.service .category .pp .pp-content .pp1 .p1 {
  position: absolute;
  display: flex;
  top: 38px;
  flex-direction: column;
  align-items: center;
}
.service .category .pp .pp-content .pp1 .p1 div:nth-child(1) {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 116px;
}
.service .category .pp .pp-content .pp1 .p1 div:nth-child(2) {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  cursor: pointer;
}
.service .category .pp .pp-content .pp1 .p1 div:nth-child(2):hover {
  background-color: #ffffff;
}
.service .category .pp .pp-content .pp1 .p1 div:nth-child(2):hover::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border: 1px solid;
  border-color: #0064fe #0064fe transparent transparent;
  transform: rotate(45deg) translate(-5px, 2px);
}
.service .category .pp .pp-content .pp1 .p1 div:nth-child(2)::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(45deg) translate(-5px, 2px);
}
.service .products {
  width: 100%;
  margin: 0;
}
.service .products .products-category {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.service .products .products-category .pc-list {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.service .products .products-category .pc-list .pc1 {
  width: 125px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.service .products .products-category .pc-list .pc1 .pc-pic {
  width: 52px;
}
.service .products .products-category .pc-list .pc1 .pc-pic img {
  width: 100%;
}
.service .products .products-category .pc-list .pc1 div:nth-child(2) {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 0.6;
  background: #0063ff;
}
.service .products .products-category .pc-list .pc1 div:nth-child(3) {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.service .products .products-category .pc-list .dotted {
  position: absolute;
  bottom: 96px;
  width: 87%;
  height: 1px;
  opacity: 0.4;
  border-top: 1px dashed #0063ff;
  height: 1px;
  overflow: hidden;
  z-index: -1;
}
.service .products-detail {
  width: 100%;
  background: #fafafa;
}
.service .products-detail .pd {
  width: 100%;
  padding: 48px 0;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}



/* d1 */
.service .products-detail .pd .d1 ul:not(:last-child) {
  margin-bottom: 34px;
}
.service .products-detail .pd .d1 ul .d1-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
}
.service .products-detail .pd .d1 ul li:not(.d1-title) {
  margin-bottom: 12px;
}
.service .products-detail .pd .d1 ul li:not(.d1-title) a {
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  cursor: text;
}
.service .products-detail .pd .d1 ul li:not(.d1-title) a:hover {
  #color: #0063ff;
}
.service .products-detail .pd .d1 ul li:last-child {
  margin-bottom: 0px;
}
/* d3 */
.service .products-detail .pd .d3 ul:not(:last-child) {
  margin-bottom: 16px;
}
.service .products-detail .pd .d3 ul .d3-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 14px;
}
.service .products-detail .pd .d3 ul li:not(.d3-title) {
  margin-bottom: 6px;
}
.service .products-detail .pd .d3 ul li:not(.d3-title) a {
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  cursor: text;
}
.service .products-detail .pd .d3 ul li:not(.d3-title) a:hover {
  #color: #0063ff;
}
.service .products-detail .pd .d3 ul li:last-child {
  margin-bottom: 0px;
}
.service .products-detail .pd .d2 {
  width: 1px;
  opacity: 0.34;
  background: #b5b5b5;
  margin: 0 24px;
}

@media (max-width: 960px) {
  .service .category .pp {
    max-width: 760px;
  }
  .service .category .pp .pp-content .pp1{
    width: 200px;
  }
  .service .category .pp .pp-content .pp1 .p1 div:nth-child(2){
    width: 40px;
    height: 40px;
  }
  .service .products .products-category{
    max-width: 760px;
  }
  .service .products-detail .pd {
    max-width: 760px;
  }
  .service .products-detail .pd .d3 ul .d3-title,.service .products-detail .pd .d1 ul .d1-title{
    font-size: 14px;
  }
  .service .products-detail .pd .d3 ul li:not(.d3-title) a,.service .products-detail .pd .d1 ul li:not(.d1-title) a{
    font-size: 14px;
  }
  .service .products-detail .pd .d2{
    margin: 0px 18px;
  }
}


@media (min-width: 960px) and (max-width: 1200px) {
  .service .category .pp {
    max-width: 960px;
  }
  .service .category .pp .pp-content .pp1{
    width: 240px;
  }
  .service .category .pp .pp-content .pp1 .p1 div:nth-child(2){
    width: 50px;
    height: 50px;
  }
  .service .products .products-category{
    max-width: 960px;
  }
  .service .products-detail .pd {
    max-width: 960px;
  }
  .service .products-detail .pd .d3 ul .d3-title,.service .products-detail .pd .d1 ul .d1-title{
    font-size: 14px;
  }
  .service .products-detail .pd .d3 ul li:not(.d3-title) a,.service .products-detail .pd .d1 ul li:not(.d1-title) a{
    font-size: 14px;
  }
  .service .products-detail .pd .d2{
    margin: 0px 18px;
  }
}

@media (min-width: 1200px) and (max-width:1400px) {
  .service .category .pp {
    max-width: 1140px;
  }
  .service .category .pp .pp-content .pp1{
    width: 280px;
  }
  .service .category .pp .pp-content .pp1{
    width: 240px;
  }
  .service .products .products-category{
    max-width: 1140px;
  }
  .service .products-detail .pd {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) and (max-width:1920px) {
  .service .category .pp {
    max-width: 1360px;
  }
  .service .products .products-category{
    max-width: 1360px;
  }
  .service .products-detail .pd {
    max-width: 1360px;
  }
}
@media (min-width:1920px) {
  .service .category .pp {
    max-width: 1480px;
  }
  .service .products .products-category{
    max-width: 1480px;
  }
  .service .products-detail .pd {
    max-width: 1480px;
  }
}




/*鏂伴椈涓績*/
.news {
  width: 100%;
}
.news .n1-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 0;
}
.news .n1-title div:nth-child(1) {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.news .n1-title div:nth-child(2) {
  width: 32px;
  height: 4px;
  background: #0044f1;
  border-radius: 2px;
  margin: 16px 0;
}
.news .n1-title p {
  font-size: 16px;
  font-weight: 400;
  color: #b4b4b4;
}
.news .n1-other {
  width: 100%;
  text-align: center;
}
.news .n1-other .n1-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.news .n1-other .n1-list .n1-item {
  width: 330px;
  height: 440px;
  border-radius: 10px;
  flex-grow: 1;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  margin-bottom: 45px;
  cursor: pointer;
  display:inline-block;
  vertical-align:middle;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:100% 100%;
}

.news .n1-other .n1-list .n1-item:nth-child(1) {
  background-image: url('../images/news_bg1.png');
}

.news .n1-other .n1-list .n1-item:nth-child(2) {
  background-image: url('../images/news_bg2.png');
}

.news .n1-other .n1-list .n1-item:nth-child(3) {
  background-image: url('../images/news_bg3.png');
}

.news .n1-other .n1-list .n1-item:nth-child(4) {
  background-image: url('../images/news_bg4.png');
}

.news .n1-other .n1-list .n1-item:hover {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
}

.news .n1-other .n1-list .n1-item .n1-pic {
  border-radius: 10px;
  line-height: 80px;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .n1-other .n1-list .n1-item .n1-pic div {
   font-size: 30px;
   border-radius: 100%;
   width: 80px;
   background: #f2f2f2;
}


.news .n1-other .n1-list .n1-item:hover .n1-pic div {
  opacity: 0.8;
  background: #0078ff;
  color: white;
}

.news .n1-other .n1-list .n1-item:hover .n1-detail div:first-child {
  opacity: 0.8;
  color: #0064fe;
}

.news .n1-other .n1-list .n1-item:hover .n1-detail button {
  opacity: 0.8;
  background: #0078ff;
}

.news .n1-other .n1-list .n1-item .n1-detail {
  padding: 28px 14px 14px 14px;
  color: #848484;
}
.news .n1-other .n1-list .n1-item .n1-detail div{
text-align: justify;	
}


.news .n1-other .n1-list .n1-item .n1-detail div:first-child {
  font-size: 18px;
  text-align: center;
  color: black;
  height: 60px;
}

.news .n1-other .n1-list .n1-item .n1-detail div:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  text-align: center;
}
 
.news .n1-other .n1-list .n1-item .n1-detail p {
  width: 450px;
  opacity: 0.76;
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  line-height: 20px;
  text-indent: 2em;
  text-align: justify;
  margin: 20px 0 42px;
}
.news .n1-other .n1-list .n1-item .n1-detail p:hover {
  opacity: 0.8;
  color: #0064fe;
}

.news .n1-other .n1-list .n1-item .n1-detail div:nth-child(2){
	margin-top:30px;
	margin-bottom:10px;
    font-size: 14px;
    height: 110px;
}

.news .n1-other .n1-list .n1-item .n1-detail button{
	width: 120px;
  height: 30px;
  background: #8095ae;
  background: #0078ff;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin-bottom: 10px;
}

.news .n1-other .n1-btn {
  width: 100px;
  height: 24px;
  border: 1px solid #000000;
  background: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin-bottom: 45px;
  cursor: pointer;
}

.news .n1-other .n1-btn:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.1, 1.1);
}

@media (max-width: 960px) {
  .news .n1-other .n1-list  {
    max-width: 760px;
  }
}


@media (min-width: 960px) and (max-width: 1200px) {
  .news .n1-other .n1-list  {
    max-width: 950px;
  }
}

@media (min-width: 1200px) and (max-width:1400px) {
  .news .n1-other .n1-list  {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) and (max-width:1920px) {
  .news .n1-other .n1-list {
    max-width: 1360px;
  }
}
@media (min-width:1920px) {
  .news .n1-other .n1-list {
    max-width: 1480px;
  }
}



/*footer*/
.foot {
  width: 100%;
}
.foot .foot-content {
  width: 100% !important;
  margin: 0 auto;
}
.foot .foot-content .foot-row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.foot .foot-content .foot-row div:nth-child(1)  {
  border-right: 1px solid #eee; 
  padding-right: 60px;
}

.foot .foot-content .foot-row div:nth-child(4){
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
}
.foot .foot-content ul .f-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
}
.foot .foot-content ul li {
  font-size: 16px;
}
.foot .foot-content ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #848484;
}
.foot .foot-content ul li a:hover {
  font-size: 16px;
  font-weight: 400;
  color: #0063ff;
}
.foot .foot-content ul li:last-child {
  margin-bottom: 0px;
}

.rights {
  width: 100%;
  height: 72px;
  background: linear-gradient(0deg, #0c1968 0%, #036dd9 100%);
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 72px;
}

.rights a{
	color: #ffffff;
}

@media (max-width: 960px) {
  .foot .foot-content  {
    max-width: 760px;
  }
  .foot .foot-content .foot-row div:nth-child(1)  {
    padding-right: 10px;
  }
}


@media (min-width: 960px) and (max-width: 1200px) {
  .foot .foot-content  {
    max-width: 950px;
  }
}

@media (min-width: 1200px) and (max-width:1400px) {
  .foot .foot-content  {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) and (max-width:1920px) {
  .foot .foot-content {
    max-width: 1360px;
  }
}
@media (min-width:1920px) {
  .foot .foot-content {
    max-width: 1480px;
  }
}


#goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  opacity: 0.3;
  bottom: 100px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}
#goTop img {
  width: 100%;
}
#goTop:hover {
  opacity: 0.8;
}


/*# sourceMappingURL=common.css.map */



	/*璁剧疆div鏍峰紡鐨勬暣浣撳竷灞€*/
	.pages{
		margin:40px 0 0 0;/*璁剧疆璺濈椤堕儴20鍍忕礌*/
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
	}

 .pages .pagination li{
		border:1px solid #ccc;
		border-radius:3px;
		font-size:14PX;
		margin-right:10px;
    cursor: pointer;
    color:#0063ff
	}
	.pages .pagination .active{
		color:#0063ff;
		font-size:14PX;
    font-weight: 500;
    border: none;
	}
  .pages .pagination li a{
    padding:4px 10px 4px;
    display: block;
  }
  .pages .pagination li:not(.active):not(.disabled):hover{
    background-color: #0063ff;
    color: #fff;
  }
  .pages .pagination li:not(.active):not(.disabled):hover a{
    color: #fff;
  }

	.pages .pagination .disabled{
		color:#ccc !important;

	} 