﻿body {
  font: 12px/1.5 arial, simsun, sans-serif;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  color: #1c1c1c;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/*链接整体设置*/
a {
  text-decoration: none;
  color: #1c1c1c;
  transition: all .15s;
}
a:hover {
  color: #084897;
}
a:active {
  color: #1c1c1c;
}
a {
  blr: expression(this.onFocus=this.close());
}
a {
  blr: expression(this.onFocus=this.blur());
}
div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
  hide-focus: expression(this.hideFocus=true);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c9c9c9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c9c9c9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c9c9c9;
}
input[type=button],
input[type=submit],
input[type=file],
button,
select {
  -webkit-appearance: none;
}
/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a,
button {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "Arial";
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc{
  display: block !important;
}
.wrap{
  display: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clear0 {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}
.hidden {
  display: none;
}
.container {
  max-width: 1560px;
  width: 85%;
  margin: 0 auto;
  max-height: 999999px;
}
.comflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comflex1 {
  display: flex;
  flex-wrap: wrap;
}
.comflex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.comflex3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comflex5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.comflex4 {
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
.comflex5 {
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}
.pic {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all .6s;
  display: block;
}
.dfimg {
  display: block;
  width: 100%;
}
.pic_w {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pic_w a {
  display: block;
}
/*header*********************************************************************/
.head {
  position: fixed;
  z-index: 505;
  height: 95px;
  left: 0;
  right: 0;
  top: 0;
}
.head-fixed {
  width: 100%;
  height: 100%;
}
.head-fixed .containerb {
  max-width: 1780px !important;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  display: block;
  width: 100%;
}
.logo a:nth-last-child(1){
    margin-left: 20px;
}
.logo a{
  display: flex;align-items: center;
}
.logo a span{
  width: 1px;height: 50px;
  background: #d5dee4;margin-left: 15px;
}

.nav-wrapper {}
/* 导航菜单样式 */
.supernav {
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
}
.supernav>li {
  position: relative;
}
.supernav>li .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.supernav>li .title a {
  display: block;
  padding: 15px 20px;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  
  font-size: 18px;
}
.supernav>li:nth-last-child(1) a {
  color: #ff0000;
}
.supernav>li:last-child>a {
  border-right: none;
}
.supernav>li>a:hover {

}
.supernav>li>a>i {
  margin-right: 8px;
}
/* 二级下拉菜单 */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  border-radius: 0 0 5px 5px;
}
.supernav>li:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.supernav>li.on .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown li:last-child {
  border-bottom: none;
}
.dropdown>li .title2{
  display: flex;
  justify-content: space-between;
  align-items: center;padding-right: 20px;
}
.dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.dropdown li a:hover {
  background: #1864da;
  color: white;
  padding-left: 25px;
}
.dropdown li a>i {
  margin-right: 8px;
  float: right;
}
/* 三级下拉菜单 */
.dropdown-level2 {
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 101;
  border-radius: 0 5px 5px 5px;
}
.dropdown li:hover>.dropdown-level2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.dropdown li.on .dropdown-level2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.dropdown-level2 li a {
  color: #2c3e50;
}
.dropdown-level2 li a:hover {
  background: #2c3e50;
  color: white;
}
.tel {
  background: #1864da;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 600;
}
.tel i {
  display: inline-block;
  margin-right: 10px;
}
.sanh {
  width: 30px;
  padding: 6px;
  position: absolute;
  right: calc(4% - 10px);
  top: 50%;
  margin-top: -22.5px;
  display: none;
}
.sanh>div {
  height: 3px;
  margin: 6px 0px;
  width: 100%;
  transition: transform 0.5s, opacity 0.5s;
}
.sanh>div {
  background-color: #fff;
}
.tesd>div {
  background-color: #fff !important;
}
.tesd>div:nth-child(1) {
  transform: translate3d(0px, 9px, 0px) rotate(45deg);
}
.tesd>div:nth-child(2) {
  opacity: 0;
}
.tesd>div:nth-child(3) {
  transform: translate3d(0px, -9px, 0px) rotate(-45deg);
}
/*整屏切换*/
.myhome {
  width: 100%;
  height: 100%;
}
.home_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home_auto {
  height: auto;
}
.myhome .home_pag {
  right: 2.2%;
  z-index: 5;
}
.myhome .home_pag span {
  border: 1px solid rgba(255, 255, 255, 0);
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 20px 0 !important;
  background: none;
  position: relative;
}
.myhome .home_pag span:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
}
.myhome .home_pag span.swiper-pagination-bullet-active {
  background: rgb(242, 242, 242, .5);
}
.myhome>.swiper-wrapper>.swiper-slide:nth-child(1) {
  background-image: url(../images/bg.jpg);
  background-size: 100% 100%;
}
.myhome>.swiper-wrapper>.swiper-slide:nth-child(2) {
  background: #f2f7ff;
}
.myhome>.swiper-wrapper>.swiper-slide:nth-child(6) {
  background: #f2f7ff;
}
.fadeinRightPc {
  transform: translateX(60px);
  opacity: 0;
  transition: all .5s;
}
.swiper-slide-active .fadeinRightPc {
  transition: all 1s ease .5s;
  transform: translateX(0);
  opacity: 1;
}
.fadeinLeftPc {
  transform: translateX(-60px);
  opacity: 0;
  transition: all .5s;
}
.swiper-slide-active .fadeinLeftPc {
  transition: all 1s ease .5s;
  transform: translateX(0);
  opacity: 1;
}
.fadeinUpPc {
  transform: translateY(60px);
  opacity: 0;
  transition: all .5s;
}
.swiper-slide-active .fadeinUpPc {
  transition: all 1s ease .5s;
  transform: translateY(0);
  opacity: 1;
}
.banner {
  width: 100%;
  height: 100%;
}
.banner .container {
  position: relative;
  height: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner .w {
  width: 100%;
}
.banner .swiper-slide .w * {
  opacity: 0;
  transform: translateX(100%);
}
.banner .swiper-slide.swiper-slide-active .w * {
  transition: all 1s ease .2s;
  transform: translateX(0);
  opacity: 1;
}
.banner .swiper-slide .w .tit {
  font-size: 30px;margin-bottom: 22px;
}
.banner .swiper-slide .w .tit2 {
  font-size: 50px;
  font-weight: 600;
}
.banner .swiper-slide .w .tit2 em {
  color: #1864da;
}
.banner .swiper-slide .w .con {
  width: 100%;
  display: flex;
  align-content: center;
}
.banner .swiper-slide .w .box {
  width: 50%;padding-top: 30px;
}
.banner .swiper-slide .w .pic {
  width: 50%;
}
.banner .swiper-slide .w img {
  width: 100%;
}
.banner .swiper-slide .w .btn {
  display: flex;
}
.banner .swiper-slide .w .btn a:nth-child(1) {
  border: 1px solid #1864da;
  border-radius: 1000px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  font-size: 21px;
  transition: all 0s ease .2s;
}
.banner .swiper-slide .w .btn a img {
  width: 20px;
  margin-left: 20px;
}
.banner .swiper-slide .w .btn a:nth-child(2) {
  border: 1px solid #ffffff;
  border-radius: 1000px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  font-size: 21px;
  background: #ffffff;
  margin-left: 20px;  transition: all 0s ease .2s;color: #084897;
}
.banner .swiper-slide .w .btn a:hover{
  opacity: .5;
}
/*第二屏*/
.protitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 150px;
}
.protitle h1 {
  font-size: 48px;
  font-weight: bold;
}
.protitle .tab {
  display: flex;
}
.protitle .tab .col {
  font-size: 24px;
  position: relative;
  padding: 10px 20px;
  display: inline-block;cursor: pointer;
}
.protitle .tab .col.on::after {
  content: '';
  background: #1864da;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
}
.con2c {
  width: 100% !important;
  overflow: visible !important;
  margin-left: 0 !important;
  position: relative;
  margin-top: 100px;
  display: none;
}
.con2c.on{
  display: block;
}
.con2c .swiper-slide .box {
  background: #ffffff;
  border-radius: 10px;
  height: 450px;
  display: flex;
  padding: 50px 50px;
  width: 100%;
  justify-content: space-between;
  flex-flow: row-reverse wrap;
}
.con2c .swiper-slide .box .desc {
  width: calc(100% - 450px);
}
.con2c .swiper-slide .box .imgs {
  width: 350px;
  padding-right: 10px;overflow: hidden;
}
.con2c .swiper-slide .box .imgs img {
  display: block;
  width: 100% !important; -webkit-transition:all .9s;transition:all .9s
}
.con2c .swiper-slide .box .imgs img:hover{
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

.con2c .swiper-slide .box .desc .title {
  font-size: 30px;
  font-weight: bold;
}
.con2c .swiper-slide .box .content {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.con2c .swiper-slide .box .more {
  display: flex;
  align-items: center;
  margin-top: 50px;
  color: #333333;
  font-size: 18px;
}
.con2c .swiper-slide .box .more:hover{
  opacity: .5;
}
.con2c .swiper-slide .box .more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #1864da;
  border-radius: 50%;
  margin-right: 10px;
}
.con2c .swiper-slide .box .more i img {
  width: 50%;
}
.con2c .swiper-pagination-progressbar {
  width: calc(100% - 115px) !important;
}
.mod-arrows {
  margin-top: 50px;
  display: flex;
  align-items: center;
  height: 45px;
  justify-content: space-between;
}
.con2c .swiper-pagination {
  position: static;
  margin-right: 25px;
}
.con2c .swiper-button-prev {
  margin-left: 5px;
}
.con2c .swiper-button-prev,
.con2c .swiper-button-next {
  position: static;
  margin: 0;
  display: flex;
  border: 1px solid #1c2b44;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  justify-content: center;
}
.con2c .swiper-button-next {
  margin-left: 10px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.con2c .swiper-button-prev:after,
.con2c .swiper-button-next:after {
  display: none;
}
.con2c .swiper-button-prev img,.con2c .swiper-button-next img{
  width: 50%;
}
.con2c .swiper-button-prev img:nth-child(2),.con2c .swiper-button-next img:nth-child(2){
  display: none;
}


.con2c .swiper-button-next:hover{
background: #0166b4; border: 1px solid #ffffff;
}
.con2c .swiper-button-next:hover img:nth-child(2){
  display: block;
}
.con2c .swiper-button-next:hover img:nth-child(1){
  display: none;
}
.con2c .swiper-button-prev:hover{
  background: #0166b4; border: 1px solid #ffffff;
  }
.con2c .swiper-button-prev:hover img:nth-child(2){
    display: block;
  }
.con2c .swiper-button-prev:hover img:nth-child(1){
    display: none;
}
   
/*第三屏*/
.yingyong {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-apply-le {}
.home-apply-le-ul {
  position: relative;
}
.home-apply-le-ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 12px);
  background: #D0DBE1;
}
.halu-lis p {
  font-size: 16px;
  color: #999999;
  padding-left: 17px;
  position: relative;
  cursor: pointer;
}
.halu-lis p::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D0DBE1;
  transform: scale(1);
  transition: all .4s;
  z-index: 4;
}
.halu-lis p::before {
  content: "";
  position: absolute;
  top: 0.9px;
  left: -4.6px;
  width: 16px;
  height: 16px;
  background: #D0DBE1;
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
}
.halu-lis {
  margin-bottom: 50px;
}
.halu-lis:last-child {
  margin-bottom: 0px;
}
.halu-lis.act p {
  color: #1864da;
  font-size: 18px;
}
.halu-lis.act p::after {
  transform: scale(1.5);
  background: #1864da;
}
.halu-lis.act p::before {
  opacity: 1;
}
.home-apply-ri {
  width: calc(100% - 280px);
}
.titmax {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.titdesc {
  font-size: 16px;
  color: #666666;
  padding: 0 0%;
  margin-top: 15px;
  text-align: center;
}
.home-apply-ri .list {
  margin-top: 30px;
}
.home-apply-ri .list .col {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.banner2 .swiper-pagination {
  display: none;
}
.home-apply-ri .list .col img {
  width: 100%;
}
.home-apply-ri .list .col::after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home-apply-ri .list .col .box {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 20px;
  left: 50px;
  bottom: 50px;
  width: 50%;
}
.home-apply-ri .list .col .box .title {
  font-size: 22px;
  color: #1864da;
}
.home-apply-ri .list .col .box .desc {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  padding-right: 20px;
}
.home-apply-ri .list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-apply-ri .list .title a {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #1864da;
  align-items: center;
  justify-content: center;
}
.home-apply-ri .list .title a img {
  width: 50%;
}
.home-apply-ri .list .title a:hover{
  opacity: .5;
}
.banner2 .swiper-slide .fadeinUpPc {
  transform: translateY(60px)!important;
  opacity: 0!important;
  transition: all .5s!important;
}
.banner2 .swiper-slide-active .fadeinUpPc{
  transition: all 1s ease .5s!important;;
  transform: translateY(0)!important;;
  opacity: 1!important;;
}
/*第四屏*/
.gssl {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  background: url(../images/slbg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 100px;
}
.gssl .tit {
  margin-bottom: 26px;
  margin-top: 100px;
}
.gssl .tit h3,
.gssl .tit h3 a {
  color: #fff;
}
.gsslnr .gssllf {
  overflow: hidden;
  padding: 0;
  float: right;
  width: 50%;text-align: right;
}
.gsslnr .tit {
  font-size: 48px;
  color: #ffffff;
}
.gsslnr .gsslrt {
  overflow: hidden;
  float: left;
  width: 30%;
}
.gsslnr .gssllf ul {
  width: 100%;
  overflow: hidden;
}
.gsslnr .gssllf ul li {
  overflow: hidden;
  padding: 0;
  margin-top: 38px;
  float: left;
  width: 50%;
}
.gsslnr .gssllf ul li a {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-size: 55px;
  font-weight: bold;
  position: relative;
}
.gsslnr .gssllf ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.gsslnr .gssllf ul li:hover a,
.gsslnr .gssllf ul li.active a {
  color: #fff;
}
.gsslnr .gssllf ul li:hover a:after,
.gsslnr .gssllf ul li.active a:after {
  width: 100%;
}
.gssllist,
.gssllist h4,
.gssllist p {
  width: 100%;
  overflow: hidden;
}
.gssllist {
  height: 0;
  opacity: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.gssllist.active {
  height: auto;
  opacity: 1;
}
.gssllist h4,
.gssllist p {
  text-align: left;
}
.gssllist h4 {
  font-size: 36px;
  color: #fff;
  line-height: 46px;
  margin-bottom: 24px;
}
.gssllist p {
  font-size: 17px;
  color: #fff;
  line-height: 34px;
  text-align: justify;
}
.gsslrt .more a {
  display: flex;
  align-items: center;
  margin-top: 138px;
  color: #333333;
  font-size: 16px;
  background: #ffffff;
  border-radius: 200px;
  float: left;
  padding: 10px 25px;
}
.gsslrt .more a:hover{
  opacity: .5;
}
.gsslrt .more img {
  width: 18px;
  margin-left: 10px;
  display: block;
}
/*第5屏*/
.myhome .swiper-slide.home_c.abg {
  background-image: url(../images/abg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}
.abl {
  width: 43%;
}
.abl .aw {
  color: #3b3b3b;
  margin-top: 30px;
}
.abl .aw p {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  text-indent: 20px;
}
.ctitle h3 {
  font-size: 48px;
  font-weight: bold;
}
.abl .amore a img {
  margin-left: 10px;
}

.abl .amore .more a {
  display: flex;
  align-items: center;
  margin-top: 38px;
  color: #1864da;
  font-size: 16px;
  background: #ffffff;
  border-radius: 200px;
  float: left;
  padding: 10px 25px;
  border: 1px solid #1864da;
}
.abl .amore .more a:hover{
  opacity: .5;
}
.abl .amore .more img {
  width: 18px;
  margin-left: 10px;
  display: block;
}

.abr {
  width: 48.11%;
  margin-right: 45px;
  padding-top: 30px;
}
.abr img {
  width: 100%;
}
/*第六屏*/
.newsbox .box {
  min-height: 80%;
  margin-top: 50px;
  display: none;
}
.newsbox .box.on {
  display: flex;
  justify-content: space-between;
}
.newsbox .img {
  width: 50%;
  overflow: hidden;
}
.newsbox .img img {
  width: 100%; -webkit-transition:all .9s;transition:all .9s
}
.newsbox .img:hover img{
      -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsbox .list {
  width: calc(50% - 50px);
}
.newsbox .list li {
  border-bottom: 1px solid #dadada;
  margin-top: 30px;
  padding-bottom: 15px;
}
.newsbox .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsbox .list li a {
  font-size: 20px;
  color: #333333;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 80px);
}
.newsbox .list li:hover span{
     color: #084897; 
}
.newsbox .list li:hover span b{
     color: #084897; 
}
.newsbox .list li:hover a{
     color: #084897; 
}
.newsbox .list li a:hover{
  color: #084897;
}
.newsbox .list li span {
  font-size: 14px;
  color: #666666;
}
.newsbox .list li span b {
  font-size: 20px;
  color: #666666;
  font-weight: bold;
}
.picnews{
  overflow: hidden;padding-top: 10px;
}
.picnews .col{
  float: left;
  width:calc((100% - 100px)/5);
  margin-right:25px;
}
.picnews .col:nth-child(5n){
  margin-right: 0;
}
.picnews .col .img{
  overflow: hidden;
  height: 315px;width: 100%;
  box-shadow:0px 0px 10px 0px #cccccc;
  padding: 10px;border-radius: 10px;
}
.picnews .col .img img{
  width: 100%;height: 100%;
  -webkit-transition:all .9s;transition:all .9s;border-radius: 10px;
}
.picnews .col  .title{
  font-size: 15px;padding: 10px 0;height: 80px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;text-align: center;
}

/*底部*/
.help {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  margin-top: 50px;
}
.help .col {
  text-align: center;
}
.help .col .title {
  font-size: 20px;
  color: #333333;margin-top: 10px;font-weight: bold;
}
.help .col .desc {
  font-size: 16px;
  color: #333333;margin-top: 10px;
}
.help .col .img{
     -webkit-transition:all .9s;transition:all .9s
}
.help .col:hover .img{
    transform:translateY(-15%);
  -webkit-transform:translateY(-15%);
}
.help .col .more {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.footer {
  background: #1b1b1b;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.footer .foot_le {
  width: 40%;
  border-right: 1px solid #3d3d3d;
  padding: 50px 50px 50px 0;
}
.footer .search {
  display: flex;
  background: #3d3d3d;
  height: 50px;
  margin-top: 20px;
}
.footer .search input {
  width: calc(100% - 50px);
  background: #3d3d3d;
}
.footer .search a {
  display: flex;
  background: #0166b4;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
}
.footer .search a img {
  width: 50%;
}
.footer .email {
  margin-top: 50px;
}
.footer .email p {
  font-size: 18px;
  color: #aeadad;
}
.footer .gz {
  margin-top: 10px;
}
.footer .gz p {
  font-size: 18px;
  color: #aeadad;
  margin-top: 10px;
}
.foot_r {
  width: 60%;
}
.footer .container.top {
  display: flex;
}
.foot_r .menu {
  position: relative;
  padding: 50px 0;
  padding-left: 100px;
}
.foot_r .menu a {
  display: inline-block;
  margin-right: 30px;
  font-size: 24px;
  color: #b1b1b1;
}
.foot_r .menu a:hover{
  color: #ffffff;
}
.foot_r .menu::after {
  content: '';
  height: 1px;
  background: #3d3d3d;
  width: 1000%;
  left: 0%;
  position: absolute;
  bottom: 0;
}
.footer .fwrx {
  margin-top: 50px;
  padding-left: 100px;
}
.footer .fwrx h1 {
  font-size: 18px;
  color: #ffffff;
}
.footer .fwrx .tele {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 53px;
  color: #ffffff;
  font-weight: bold;
}
.footer .address {
  padding-left: 100px;
}
.footer .address p {
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
}
.footer .address p em {
  margin-right: 20px;
}
.link {
  padding: 50px 0;
  width: 60%;
  color: #ffffff;
  padding-left: 100px;
}
.footer .bottom {
  border-top: 1px solid #3d3d3d;
}
.footer .bottom .container {
  display: flex;
}
.footer .bottom .copyright {
  width: 40%;
  padding: 20px;
  border-right: 1px solid #3d3d3d;
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
}