@charset "utf-8";

/*-----------------------------公共样式--------------------------*/
body {
    font-family: "Microsoft YaHei",Arial;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    padding-top: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body,
button,
input,
select,
textarea {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
ul,li{
    list-style: none;
}

img{
    border: 0px;
    max-width: 100%;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a{
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"] {
    cursor: pointer;
}

audio,
video {
    display: inline-block;
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
div,
p,
span {
    font-family: 'Microsoft YaHei', Arial;
}

/*公共样式完*/

/*导航栏*/
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 320px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 320px;
}
#wrapper.toggled #page-content-wrapper {
  margin-left: -320px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  right: 320px;
  margin-right: -320px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
  left: initial;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 320px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: #1a1a1a;
  color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #402d5c;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #4c366d;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #583e7e;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #64468f;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #704fa0;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #7c5aae;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #8a6cb6;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #987dbf;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 20px;
}

.sidebar-nav > .sidebar-brand a{
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #343434;
}

.sidebar-nav > .sidebar-brand img{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 30px;
  margin-right: 15px;
  position: fixed;
  top: 50px;
  width: 30px;
  z-index: 999;
  left: inherit;
  right: 80px;
  -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.hamburger.is-open{
    right: 340px;
}

.hamburger:before{
  content: '\e77a'!important;
  position: absolute;
  left: -15px;
  top: 0;
  font-family: "icon" !important;
  color: #224d84!important;
  font-size: 60px!important;
  width: 60px!important;
  height: 60px!important;
  opacity: 1!important;
}

.dropdown-menu > li > a{
  padding-left: 50px;
  font-size: 14px;
}

.logo{
  position: fixed;
  left: 80px;
  top: 35px;
  display: block;
  z-index: 999;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.logo a{
  display: block;
}

.logo a img{
  display: block;
  width: auto;
  height: 60px;
}

.hamburger.scrolled{
  top: 30px;
  right: 50px;
}

.logo.scrolled{
  left: 80px;
  top: 30px;
}

.hamburger.scrolled.is-open{
  right: 340px;
}


/*首页轮播*/

.banner-swiper{
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  background: #e7f2f8;
  height: 700px;
}

.banner-swiper .swiper-slide{

}

.banner-swiper .banner-img{
  position: absolute;
  right: 130px;
  width: 900px;
  top: 50px;
}

.banner-swiper .banner-img img{
  display: block!important;
  width: 100%;
}

.banner-swiper .banner-txt{
  position: absolute;
  left: 130px;
  width: 600px;
  display: inline-block;
  top: calc(50% - 105px);
}

.banner-txt h3{
  font-size: 24px;
  line-height: 40px;
  color: #224d84;
  margin-bottom: 10px;
}

.banner-txt h2{
  font-size: 36px;
  line-height: 50px;
  color: #224d84;
  margin-bottom: 50px;
}

.banner-txt p{
  font-size: 16px;
  line-height: 30px;
  color: #224d84;
}

/*首页轮播完*/


/*首页部分*/

.index-main{

}

.index-section1{
  background: #204d84;
  padding: 100px 0;
  text-align: center;
}

.index-section1 p{
  font-size: 36px;
  color: #fff;
  line-height: 65px;
}

.index-section2{
  padding: 130px 80px;
  display: flex;
  overflow: hidden;
}

.section2-img{
  float: left;
  width: 50%;
} 

.section2-img img{
  display: block;
  width: 100%;
}

.section2-txt{
  float: left;
  width: 50%;
  padding: 0 50px;
  align-self:center;
}

.section2-txt h3{
  font-size: 24px;
  color: #224c86;
  line-height: 40px;
  margin-bottom: 20px;
}

.section2-txt h2{
  font-size: 48px;
  color: #224c86;
  line-height: 60px;
  margin-bottom: 40px;
  font-weight: bold;
}

.section2-txt>p{
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 45px;
  display: block;
}

.section2-txt .more{
  display: block;

}

.section2-txt .more a{
  display: block;
  overflow: hidden;
}

.section2-txt .more  img{
  float: left;
  width: 71px;
  height: auto;
  display: block;
  margin-right: 5px;
}

.section2-txt .more p{
  float: left;
  font-size: 16px;
  line-height: 34px;
  color: #000;
}

.index-section3{
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.index-section4{
  padding: 130px 80px;
  display: flex;
  overflow: hidden;
  background:#e7f2f8;
}

.index-section5{
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.news{
  width: 100%;
  padding: 80px 130px;
  overflow: hidden;
  display: none;
}
.news-list{width: 100%;margin-top: 68px;}
.news-list ul{margin-left: -2%;}
.news-list li{width: 31.3333%;margin-left: 2%;position: relative;float: left;margin-bottom: 30px;}
.news-imgwd{display: block;width: 100%;}
.news-img{width: 100%;overflow: hidden;height:300px;}
.news-img img{width: 100%;object-fit: cover;transition: all .8s ease-in-out;height:100%;}
.news-wd{width: 100%;padding: 28px 0 0;}
.news-wd span{display: block;font-size: 14px;color: #888;}
.news-wd p{font-size: 20px;color: #333;line-height: 24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin: 10px 0 30px;transition: all .4s ease;}
.news-imgwd:hover .news-img img{transform: scale(1.04);}
.news-imgwd:hover .news-wd p{color: #1f5dcb;}
.news-imgwd:hover .toLink {color: #1f5dcb;}
.news-imgwd:hover .toLink:after {width: 100%;right: auto;left: 0;}

.index-title{
    text-align: center;
    overflow: hidden;
    padding: 0 0 50px;
}

.index-title-clear{
    display: inline-block;
    position: relative;
}

.index-title h2{
    display: inline-block;
    position: relative;
    font-size: 50px;
    color: #000;
    z-index: 9;
    width: auto;
}

.index-title h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: #204d84;
    z-index: -1;
}

.index-title p{
    font-size: 20px;
    display: block;
    color: #1A1A1A;
    line-height: 50px;
    padding: 20px 0 0;
}


/*首页底部*/

footer{
  background: #204e82;
  padding: 50px 0 30px;
}

.footer-img{
  margin-bottom: 50px;
}

.footer-img img{
  width: auto;
  height: 60px;
  display: block;
}

.footer-list{
  overflow: hidden;
}

.footer-left{
  float: left;
  width: 350px;
}

.footer-left .footer-txt{
  
}

.footer-txt h2{
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 10px;
}

.footer-txt p{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 5px;
  display: block;
}

.footer-right{
  float: left;
  width: calc(100% - 350px);
  padding-left: 80px;
}

.footer-ul{
  display: block;
  width: 100%;
}

.footer-ul li{
  float: left;
  width: 20%;
  overflow: hidden;
}

.footer-ul li h2{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.footer-ul li h2:after{
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #ffbb51;
  left: 0;
  bottom: 5px;
}

.footer-ul li a{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}


.footer-bottom{
  padding: 20px 0;
}

.footer-link{

}

.footer-link-ul{
  display: inline-block;
  overflow: hidden;
}

.footer-link-ul li{
  float: left;
  margin-right: 10px;
}

.footer-link-ul li a{
  display: block;
}

.footer-link-ul li img{
  display: block;
  width: 30px;
  height: 30px;
}

.footer-copyright{
  
}

.footer-copyright p,.footer-copyright a{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

/*首页底部*/









