body {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  background: #fff;
}

.wrap {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wrap1920 {
  width: 1920px;
}

a {
  color: inherit;
}

a:hover {
  color: #0F84CA;
}

a.w:hover {
  color: #fff;
}

.ft-lg {
  font-size: 18px;
}

.ft-md {
  font-size: 16px;
}

.ft-xs {
  font-size: 12px;
}

.fc-grey {
  color: gray;
}

/*css组件-设置*/
.form-control, .input-group-addon, .btn {
  border-radius: 2px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

/*选中颜色*/
::-moz-selection {
  color: #fff;
  background: #39f;
}

::selection {
  color: #fff;
  background: #39f;
}

/*
* placeholder颜色
*/
::-webkit-input-placeholder {
  color: #aaa;
}

.placeholder {
  color: #aaa;
}

/* 网站样式 */
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.imghover img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.imghover:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.top {
  background: #0F84CA;
  position: relative;
  z-index: 15;
}

.logo {
  padding: 25px 0 0;
  width: 250px;
}

.logo a {
  line-height: 0;
  font-size: 0;
}

.nav {
  float: right;
  color: #fff;
}

.tc {
  text-align: center;
}

.nav > ul > li {
  float: left;
  font-size: 14px;
  position: relative;
  line-height: 100px;
}

.nav > ul > li > a {
  display: block;
  padding: 0 12px;
  transition: none;
}

.nav > ul > li.cur > a, .nav > ul > li > a:hover, .nav > ul > li.hover > a {
  color: #fff;
}

.nav_layer {
  position: absolute;
  left: -20px;
  top: 80px;
  background: #fff;
  border: 1px solid #fbfcfd;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
  display: none;
}

.nav_layer ul {
  width: 120px;
  float: left;
}

.nav_layer li {
  text-align: center;
}

.nav_layer li a {
  display: block;
  line-height: 34px;
  font-size: 14px;
  color: #5D5D5D;
}

.nav_layer ._img {
  width: 255px;
  float: right;
  padding-bottom: 10px;
  margin-right: 45px;
}

.nav_layer ._img img {
  width: 100%;
  height: auto;
  display: block;
}

.nav_layer ._sum {
  font-size: 13px;
  display: block;
  line-height: 22px;
  margin-top: 10px;
}

.nav li.nav6 .nav_layer {
  left: auto;
  right: -216px;
}

.nav li.nav7 .nav_layer {
  left: auto;
  right: -108px;
}

.nav li.nav8 .nav_layer {
  left: auto;
  right: 0px;
}

.bot-nav {
  background: #0F84CA;
}

.bot-nav .nav {
  float: none;
  height: 60px;
}

.bot-nav .nav li {
  font-size: 16px;
  line-height: 60px;
}

.bot-nav .nav ul {
  display: flex;
  justify-content: space-between;
}

.footer {
  background: #fff;
  height: 220px;
}

.footer .contact {
  width: 50%;
  float: left;
  margin-left: 200px;
}

.footer .ct1 {
  font-size: 20px;
  padding: 10px 0 0;
}

.footer .ct1 span {
  font-size: 22px;
}

.footer .ct2 {
}

.footer .ct3 {
}

.footer .qrs {
  padding-top: 60px;
}

.footer .qr {
  float: left;
  width: 80px;
  margin-right: 34px;
}

.footer .qr p {
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
}

.bot {
  background: rgb(93,93,93);
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.bot a {
  color: #fff;
  padding: 0 8px;
}


/*banner*/
.index-carousel {
  padding: 24px 0;
  overflow: hidden;
}

.index-carousel .swiper-container {
  height: 100%;
  border-radius: 10px;
}

.index-carousel .swiper-slide {
  height: 600px;
}

.index-carousel .swiper3 .swiper-slide {
  height: 290px;
}

.index-carousel.swiper3 {
  padding: 20px;
}

.index-carousel .swiper-slide img {
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  /*background-color: rgba(10, 10, 10, .6);*/
  background-size: 100%;
  /*border-radius: 50%;*/
  width: 60px;
  height: 60px;
  transition: all .5s;
  outline: none;
  opacity: 0;
  margin-top: -30px;
}

.mouse-hover .swiper-button-next, .mouse-hover .swiper-button-prev {
  opacity: 1;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  /*background-color: rgba(210, 210, 210, .8);*/
}

.swiper-button-next {
  background-image: url("../img/r.png");
  right: 20px;
}

.swiper-button-prev {
  background-image: url("../img/l.png");
  left: 20px;
}

.swiper-container .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}


.index-col-3 {
  background: #f6f6f6;
  padding: 30px 0;
}

.index-col-3 .wrap {
  display: flex;
  justify-content: space-between;
}

.index-col-3 .col3 {
  height: 384px;
  width: 516px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.index-col-3 .col3:nth-child(2) {
  margin: 0 30px;
}

.index-col-3 .col3 .hd {
  background: #0F84CA;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
}

.index-col-3 .col3 .hd .r {
  font-size: 14px;
}

.index-col-3 .col3 .img1 {
  width: 100%;
  height: 356px;
  border: 0;
}

.index-col-3 .col3 .text1 {
  padding: 18px;
  color: #2A2A2A;
}

.index-col-3 .col3 .item1 {
  color: #2A2A2A;
  display: block;
  padding: 10px 26px 10px 53px;
  position: relative;
}

.index-col-3 .col3 .item1:first-child {
  padding-top: 20px;
}

.index-col-3 .col3 .item1:before {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  background: #3DB2AD;
  border-radius: 50%;
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -6px;
}

.index-col-3 .col3 .text2 {
}

.index-col-3 .col3 .item2 {
  color: #2A2A2A;
  display: block;
  padding: 12px 15px 0;
  position: relative;
  overflow: hidden;
}


.index-col-3 .col3 .item2 img {
  width: 100px;
  height: 64px;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
}

.index-col-3 .col3 .text3 {
  width: 190px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-col-3 .col3 .text4 {
  width: 180px;
}

.index-col-3 .col3 .item2 .dt {
  position: absolute;
  right: 40px;
  bottom: 8px;
  font-size: 14px;
  color: #888;
}

.index-col-3 .col3 .tab1 {
  display: flex;
  font-size: 16px;
  color: #2A2A2A;
  justify-content: space-evenly;
  margin: 15px;
}

.index-col-3 .col3 .tab1 > div {
  position: relative;
}

.index-col-3 .col3 .tab1 > div.active:after {
  content: ' ';
  display: block;
  width: 60px;
  height: 2px;
  background: #0F84CA;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.swiper3 .swiper-slide {
  background: #F5F7FA;
}

.swiper3 img {
  width: 256px;
  height: 240px !important
}

.swiper3 p {
  text-align: center;
  color: #2A2A2A;
  padding: 10px;
}


.swiper4 video {
  height: 240px;
  width: 100%;
}

.index-row3 .hd {
  color: #0F84CA;
  padding: 0 0 10px 0;
}

.index-row3 .hd .r {
  color: #888;
}

.index-row4 .img2 {
  width: 160px;
  height: 103px;
  border-radius: 6px;
  float: left;
  margin-right: 8px;
}

.index-row4 .img2 {
  width: 110px;
  height: 70px;
}

.index-row4 .hl {
  margin: 10px 20px;
  border-bottom: 1px solid #F5F7FA;
  padding-bottom: 15px;
}

.index-row4 .w2 .hl {
  margin: 10px 20px 0px;
  border-bottom: 1px solid #F5F7FA;
  padding-bottom: 10px;
}


.index-col-3.index-row4 .col3 .text4, .index-col-3.index-row4 .col3 .text3 {
  width: 260px;
}

.index-col-3.index-row4 .col3.w2 .text4, .index-col-3.index-row4 .col3.w2 .text3 {
  width: 180px;
}

.index-row4 .text4 {
}

.index-col-3.index-row4 .item1 {
  padding: 0 26px 0 53px;
  margin: 14px 0;
}

.index-col-3.index-row4 .col3 .item1:first-child {
  padding-top: 0;
}

.index-col-3.index-row4 .col3 .item3:before {
  display: none;
}


.index-col-3 .col3.w1 {
  width: 440px;
}

.index-col-3 .col3.w2 {
  width: 360px;
}

.index-col-3.index-row4 .item3 {
  background: url("../img/r1.png") no-repeat 95% center;
  padding-left: 14px;
  margin: 12px 0;
}

.index-col-3.index-row4 .col3 {
  height: 320px;
}

.index-col-3.index-row4 .col3 .text2 {
}

.index-row5 {
  height: 324px;
}

.index-row5 .hd {
  color: #2A2A2A;
  padding: 15px 0;
}

.index-row5 .form {
  width: 60%;
}

.index-row5 .input1 {
  position: relative;
  margin: 0 20px 15px 0;
  float: left;
}

.index-row5 .label {
  position: absolute;
  left: 10px;
  top: 2px;
  color: #2A2A2A;
}

.index-row5 .input1 input {
  width: 272px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding-left: 60px;
  line-height: 26px;
  box-sizing: border-box;
}

.index-row5 .input2 textarea {
  width: 559px;
  height: 54px;
  padding: 15px;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}

.index-row5 .input3 button {
  background: #0F84CA;
  border-radius: 10px;
  color: #fff;
  padding: 12px 20px;
  border: 0;
  margin-top: 15px;
}

.index-row5 .ct {
  color: #2A2A2A;
  margin: 0 0 20px;
}

.index-row5 .contact {
  text-align: right;
}

.page {
  background: #F5F7FA;
  min-height: 800px;
}

.page .bread-crumb {
  color: #888888;
  padding: 20px 0;
}

.page .bread-crumb span {
  padding: 0 15px;
}

.page .side-bar {
  width: 220px;
  min-height: 1030px;
  background: #fff;
  color: #2A2A2A;
  float: left;
  margin-right: 30px;
}

.page .side-bar a {
  display: block;
}

.page .side-bar a.active, .page .side-bar a:hover {
  color: #0F84CA;
}

.page .side-bar dl {
  padding: 24px;
}

.page .side-bar dl.lv2 {
  padding: 0 24px;
}

.page .side-bar dt {
  font-size: 26px;
  margin: 0 0 30px 0;
  position: relative;
}

.page .side-bar dt:after {
  content: ' ';
  width: 10px;
  height: 20px;
  background: url("../img/r2.png") no-repeat center;
  position: absolute;
  right: 15px;
  top: 13px;
}

.page .side-bar dt.active:after {
  transform: rotate(90deg);
}

.page .side-bar dd {
  font-size: 22px;
  margin: 0 0 20px 0;
}

.page .main {
  overflow: hidden;
  min-height: 1000px;
}

.page .hd {
  font-size: 20px;
  color: #2A2A2A;
  padding: 26px 0;
  border-bottom: 1px solid #E6E6E6;
}

.page .bd .bg1 {
  height: 1100px;
  background: #fff;
  margin-top: 20px;
  padding-top: 94px;
}

.page .bd .bg1 img {
  width: 900px;
  height: 650px;
  display: block;
  margin: 0 auto;
}


.page .bd .bg1 .text1 {
  text-align: center;
  font-size: 20px;
  color: #0F84CA;
  font-weight: bold;
  padding: 25px 0;
}

.page .bd .bg1 .text3 {
  text-align: center;
  font-size: 28px;
  color: #2A2A2A;
  font-weight: bold;
  margin: 30px 0 25px 0;
  position: relative;
}

.page .bd .bg1 .text3 .line {
  content: ' ';
  background: #EAE030;
  width: 130px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -65px;
}

.page .bd .bg1 .text2 {
  width: 900px;
  margin: 0 auto;
  font-size: 20px;
  color: #5D5D5D;
  text-indent: 38px;
}

.page .bd .bg1 .text4 {
  position: relative;
}

.page .bd .bg1.bg2 .text2 {
  padding: 0 30px;
  width: auto;
}

.page .bd .bg1.bg2 .text1 {
  color: #2A2A2A;
}

.page .bd .bg1.bg2 {
  width: 900px;
  height: auto;
  margin: 44px auto;
  padding: 0 0 40px;
}

.page .list1 {
  padding-top: 25px;
  overflow: hidden;
}

.page .list1 .box {
  margin: 0 10px 15px 0;
  width: 223px;
  height: 260px;
  float: left;
  display: block;
  background: #fff;
  border-radius: 10px;
}

.page .list1 .box:nth-child(4n) {
  margin-right: 0;
}

.page .list1 .box img {
  width: 100%;
  height: 220px;
}

.page .list1 .box p {
  color: #2A2A2A;
  text-align: center;
  padding: 10px;
}

.page .list2 {
  margin-top: 30px;
}

.page .list2 .box {
  display: block;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding: 25px;
}

.page .list2 .box .title {
  font-size: 20px;
}

.page .list2 .box .date {
  color: #888;
}

.page .list2 .box .intro {
  color: #888;
  padding-right:170px;
}


.page .list2 .box img {
  width: 160px;
  height: 100px;
  float: right;
}


.page .list3 {
  margin-top: 30px;
}

.page .list3 .box {
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding: 25px;
  font-size: 18px;
  position: relative;
}

.page .list3 .box:hover {
  background: #0F84CA;
  color: #fff;
}

.page .list3 .box .title:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3DB2AD;
  left: 24px;
  top: 36px;
}

.page .list3 .box > p {
  display: inline-block;
}

.page .list3 .box .title {
  width: 85%;
  padding-left: 24px;
}


.page .paging {
  text-align: center;
  margin: 30px;
}

.page .paging a {
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  color: #2A2A2A;
  margin: 0 15px 0 0;
  padding: 5px 10px;
  min-width: 20px;
}

.page .paging a:hover, .page .paging a.active {
  background: #0F84CA;
  color: #fff;
}

.page .form {
  background: #ffffff;
  overflow: hidden;
  padding: 70px 0 50px 0;
  margin-top: 30px;
}

.page .form-inner {
  margin: 0 auto;
  width: 650px;
}


.page .from-group {
  margin: 35px 0 0 0;
  font-size: 18px;
}

.page .from-group .label span {
  color: #EB3535;
  vertical-align: middle;
}

.page .from-group input[type='text'] {
  width: 100%;
  border: 1px solid #888;
  border-radius: 10px;
  padding: 5px 10px;
  height: 40px;
  margin: 15px 0 0 0;
  box-sizing: border-box;
}

.page .from-group input[type='radio'] {
  width: 24px;
  height: 24px;
}

.page .from-group input[type='submit'] {
  background: #0F84CA;
  color: #fff;
  padding: 12px 33px;
  border-radius: 10px;
  border: 0;
}

.page .form-title {
  font-size: 20px;
}
.page .wrap {
  overflow: hidden;
}

.nav_list {
  width: 100%;
  height: auto;
}

.index .nav_list {
  background: #fff;
}

.nav_list .tit {
  padding: 0 25px;
  font-weight: normal;
}

.nav_list .tit img {
  width: 1.26rem;
}

.nav_list .tit_area {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}

.nav_list .lv1 {
  width: 100%;
  float: none;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
}

.nav_list .lv2 {
  display: block;
  height: 0;
  transition: height 0.3s ease-out;
}

.nav_list .lv2 a {
  padding: 10px 25px;
  margin-left: 10px;
  display: block;
  color: #5D5D5D;
}

.nav_list .lv2 a.active {
  color: #0F84CA;
}

.nav_list .tit_area .icon {
  display: block;
  height: 14px;
  width: 14px;
  background: url(../img/r2.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 14px;
  transition: transform 0.2s ease-out;
}


.nav_list .sublist_show .lv2 {
  height: auto;
}

.nav_list .sublist_show .tit_area .icon {
  transform: rotate(90deg);
}

.nav_list .sublist_show .tit {
  background-color: #0F84CA;
  color: #fff;
}


.main .content {
  background: #fff;
  min-height: 800px;
  padding: 60px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #5D5D5D;
}

.main .content .title {
  font-size: 22px;
  text-align: center;
  color: #2A2A2A;
  font-weight: bold;
  width: 700px;
  margin: 0 auto;
}

.main .content .date {
  text-align: center;
  color: #888;
}


.main .text6 {
  color: #5D5D5D;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.main .text6 img {
  width: 77%;
}

.main .image6 {
  width: 100%;
  height: 570px;
  margin: 0 auto;
}

.main .image6 img {
  width: 100%;
  height: 100%;
}

.main .image7 {
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}

.main .text7 {
  color: #0F84CA;
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

.main .btn1 {
  background: #0F84CA;
  color: #fff;
  border: 0;
  padding: 12px 30px;
  border-radius: 10px;
}

.under-target-width .index-carousel {
  height: 530px;
}
.not-idx, .not-idx .footer {
  background: #F5F7FA;
}

a.item1:hover,a.item2:hover {
  color: #0F84CA!important;
}

.footer .logo {
  width: 246px;
}

.fixed-float {
  position: fixed;
  top: 20%;
  right: 20px;
  width: 110px;
  height: 180px;
  z-index: 2;
  display: block;
  background: url("../img/float.png") no-repeat;
}