@charset "utf-8";
.header {
  background-color: #FFFFFF;
  height: 98px;
  position: fixed;
  width: 100%;
  padding: 0px 0px;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  min-width: 1400px;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
.logo {
  display: inline-block;
  float: left;
  padding-top: 23px;
}
.menu {
  width: calc(100% -  240px);
  float: right;
}
.menu > ul {
	text-align: right;
}
.menu > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 0;
}
.menu > ul > li>a {
  display: block;
  height: 98px;
  line-height: 98px;
  padding: 0 50px;
}
.submenu{
	position: absolute;
	left: -15px;
	top: 98px;
	z-index: 10;
	min-width: 140px;
	text-align: center;
	display: none;
}
.submenu li a{
	display: block;
	padding: 10px 0;
	background-color: #2381F5;
	margin-bottom: 2px;
	color: #fff;
}
.submenu li a:hover{
	background-color: #1362B1;
}
.menu > ul > li:hover .submenu{
	display: block;
}
.index-slider {
  /* height: 816px; */
  position: relative;
  z-index: 1;
  padding-top: 98px;
}
.index-slier-item {
 /* height: 816px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-slier-item  img{
	/* height: 100%;
	object-fit: cover; */
}
#indexSlider .swiper-wrapper {
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.slider-navigation {
  background: #E4EBF4;
  height: 76px;
  line-height: 76px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.slider-navigation .tel {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider-navigation .tel span,
.slider-navigation .tel p {
  display: flex;
  margin-left: 5px;
}
.slider-navigation .tel p {
  margin-left: 30px;
  font-size: 20px;
}
.slider-navigation .tel p span {
  font-size: 18px;
  margin-right: 10px;
}
.slider-navigation .tel p.sz {
  margin-left: 5px;
}
#indexSlider .swiper-pagination {
  z-index: 40;
  bottom: 28px;
  width: auto;
  left: 17%;
}
#indexSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
#indexSlider .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 60px;
  background-image: inherit;
  left: 15%;
  bottom: 32px;
  top: inherit;
  z-index: 50;
  position: absolute;
  opacity: 1;
}
#indexSlider .swiper-button-prev:before {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  content: "\e6de";
  font-size: 20px;
  font-weight: bold;
  font-family: "icomoon" !important;
  z-index: 110;
  color: #fff;
  text-align: center;
  line-height: .6rem;
}
#indexSlider .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 60px;
  background-image: inherit;
  left: 21%;
  bottom: 32px;
  top: inherit;
  z-index: 50;
  position: absolute;
  opacity: 1;
}
#indexSlider .swiper-button-next:before {
  content: "\e6e1";
  position: absolute;
  width: 0.6rem;
  font-weight: bold;
  height: 0.6rem;
  border-radius: 0.6rem;
  font-size: 20px;
  font-family: "icomoon" !important;
  z-index: 1;
  color: #fff;
  text-align: center;
  line-height: .6rem;
}
.navigation-box {
  position: absolute;
  left: 0;
  width: 25%;
  background-color: #1362B1;
  content: "";
  z-index: 30;
  height: 76px;
  bottom: 0;
  padding-right: 40px;
}
.navigation-box .prev,
.navigation-box .next {
  display: inline-block;
  float: right;
  color: #fff;
  cursor: pointer;
}
.bgf7 {
  background-color: #F7F7F7;
}
.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mtitle {
  text-align: center;
}
.mtitle h2 {
  font-size: 42px;
  font-weight: bold;
}
.mtitle h2 span {
  font-weight: normal;
}
.mtitle p {
  font-size: 20px;
  margin-top: 20px;
}
.index-data {
  display: flex;
  justify-content: space-between;
}
.index-data-box {
  text-align: center;
  padding: 20px 0 40px 0;
  position: relative;
  width: 25%;
}
.index-data-box .num {
  display: inline-block;
  position: relative;
  color: #1362B1;
}
.index-data-box .num .n,
.index-data-box .num b {
  font-size: 60px;
  font-family: "din";
  display: inline-block;
}
.index-data-box .num .sup {
  position: absolute;
  top: 15px;
  right: -20px;
}
.index-data-box .txt {
  font-size: 14px;
}
.index-data-box::before {
  position: absolute;
  width: 1px;
  z-index: 10;
  top: 40px;
  bottom: 40px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.noborder::before {
  display: none;
}
.index-jzbox {
  background-color: #F7F7F7;
  display: flex;
  margin-top: 60px;
}
.index-jzbox .pic {
  width: 504px;
  position: relative;
  top: 10px;
}
.index-jzbox .txt {
  width: calc(100% -  504px);
  padding: 60px 80px;
  line-height: 2;
}
.jzitem {
  margin-top: 60px;
}
.jzitem > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.jzitem > ul > li {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.jzlist {
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  transition: all .3s;
  border-radius: 2px;
}
.jzlist .jzicon {
  width: 70px;
  height: 70px;
  display: inline-block;
}
.jzlist h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.jzlist p {
  font-size: 14px;
  color: #838383;
  height: 90px;
}
.jzlist .jzicon1 {
  background: url(../images/jzicon1.png) center center no-repeat;
}
.jzlist .jzicon2 {
  background: url(../images/jzicon2.png) center center no-repeat;
}
.jzlist .jzicon3 {
  background: url(../images/jzicon3.png) center center no-repeat;
}
.jzlist .jzicon4 {
  background: url(../images/jzicon4.png) center center no-repeat;
}
.jzlist:hover {
  background-color: #3983ED;
  border: 1px solid #3983ED;
  color: #fff;
}
.jzlist:hover p {
  color: #fff;
}
.jzlist:hover .jzicon1 {
  background: url(../images/jzicon1-1.png) center center no-repeat;
}
.jzlist:hover .jzicon2 {
  background: url(../images/jzicon2-1.png) center center no-repeat;
}
.jzlist:hover .jzicon3 {
  background: url(../images/jzicon3-1.png) center center no-repeat;
}
.jzlist:hover .jzicon4 {
  background: url(../images/jzicon4-1.png) center center no-repeat;
}
.index-kc {
  margin-top: 50px;
}
.index-kc > ul {
  margin-left: -25px;
  margin-right: -25px;
}
.index-kc > ul > li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-top: 30px;
}
.index-kc-list {
  background-color: #fff;
  border-radius: 4px;
}
.index-kc-list .pic {
  width: 100%;
  height: 180px;
}
.index-kc-list .pic img {
  width: 100%;
}
.index-kc-list .txt {
  padding: 130px 20px 10px 20px;
  text-align: center;
}
.index-kc-list .txt h3 {
}
.index-kc-list .txt h3 a {
  display: block;
  height: 50px;
}
.index-kc-list .txt .t {
  font-size: 14px;
  color: #666666;
}
.index-kc-list .txt .t .type {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.index-kc-list .txt .t .type p {
  width: 50%;
  display: flex;
  align-items: center;
}
.index-kc-list .txt .t .type span {
  margin-right: 5px;
}
.index-kc-list .txt .more {
  text-align: center;
  margin-top: 30px;
}
.index-kc-list .txt .more a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  border: 1px solid #3880E8;
  padding: 0 25px;
  color: #3880E8;
  font-size: 14px;
}
.index-kc-list .txt .more a:hover {
  background: #3880E8;
  color: #fff;
}
.index-kc-list .txt .more a.zx {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  border: 1px solid #EA7D13;
  color: #EA7D13;
  margin-left: 10px;
  padding: 0 25px;
  font-size: 14px;
}
.index-kc-list .txt .more a.zx:hover{
	background-color: #EA7D13;
	color: #fff;
}
.index-kc-list:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.display-none {
  display: none;
}
.kc-book {
  margin-top: 60px;
}
.kc-mode {
  background-color: #F7F7F7;
  display: flex;
}
.kc-mode .pic {
  width: 500px;
  height: 438px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kc-mode .pic img {
  width: 100%;
  height: 438px;
  object-fit: cover;
}
.kc-mode .txt {
  width: calc(100% -  545px);
  padding: 60px;
}
.kc-mode .txt .num {
  display: inline-block;
  background-color: #2381F5;
  color: #fff;
  padding: 10px 20px;
}
.kc-mode .txt h3 {
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.kc-mode .txt h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 270px;
  background-image: linear-gradient(to right, #3983ed, rgba(57, 131, 237, 0));
  height: 3px;
}
.kc-mode .kc-booklist > ul {
  margin-left: -10px;
  margin-right: -10px;
}
.kc-mode .kc-booklist > ul > li {
 
  float: left;
  padding: 10px;
}
.kc-mode .kc-booklist p {
  display: inline-block;
  border: 1px solid #C8DDFA;
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  margin-right: 10px;
}
.tabcontent {
  margin-top: 10px;
}
.tabcontent > ul {
  margin-right: -10px;
  margin-left: -10px;
}
.tabcontent > ul > li {
  width: 20%;
  float: left;
  padding: 10px;
}
.tab-book {
  background-color: #F7F7F7;
  padding: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 1px solid #F7F7F7;
  cursor: pointer;
}
.tab-book .pic {
  margin: 0 auto;
  width: 70%;
  height: 210px;
}
.tab-book .txt {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #2381F5;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  transition: all .3s;
}
.tab-book:hover {
  border: 1px solid #2381F5;
}
.tab-book:hover .txt {
  bottom: 0;
}
.tabcontent .active .tab-book {
  border: 1px solid #2381F5;
}
.tabcontent .active .tab-book .txt {
  bottom: 0;
}
.index-teacher {
  background: url(../images/szbg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
}
.index-teacher-item {
  background-color: #fff;
}
.index-teacher-item .pic {
  height: 240px;
}
.index-teacher-item .pic img {
  width: 100%;
  max-height: 406px;
  object-fit: cover;
}
.index-teacher-item .txt {
  padding: 10px;
  text-align: center;
}
.index-teacher-item .txt h3 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
}
.index-teacher-item .txt h3 a {
  display: block;
  position: relative;
  z-index: 2;
}
.index-teacher-item .txt h3::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  height: 7px;
  background-color: #C9E0FD;
  right: 0;
  z-index: 0;
}
.index-teacher-item .txt .des {
  font-size: 14px;
  color: #666666;
}
.mySwiperKC{
	overflow: hidden;
}
.mySwiper {
  overflow: hidden;
  margin-top: 60px;
}

.kcSwiper .swiper-button-prev,
.mySwiperKC .swiper-button-prev,
.mySwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  left: -60px;
  background-image: none;
}
.mySwiperKC .swiper-button-prev:before{
  position: absolute;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #666666;
  content: "\e6de";
  font-size: 24px;
  font-family: "icomoon" !important;
  z-index: 1;
  color: #666666;
  text-align: center;
}
.mySwiper .swiper-button-prev:before {
  position: absolute;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #fff;
  content: "\e6de";
  font-size: 24px;
  font-family: "icomoon" !important;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.mySwiperKC .swiper-button-prev:hover::before,
.mySwiper .swiper-button-prev:hover::before {
  background-color: #3983ED;
  border: 1px solid #3983ED; color: #fff;
}
.mySwiperKC .swiper-button-next,
.mySwiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-image: inherit;
  right: -60px;
}
.mySwiperKC .swiper-button-next:before{
  content: "\e6e1";
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 24px;
  font-family: "icomoon" !important;
  z-index: 1;
  border: 1px solid #666;
  color: #666;
  text-align: center;
}
.mySwiper .swiper-button-next:before {
  content: "\e6e1";
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 24px;
  font-family: "icomoon" !important;
  z-index: 1;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.mySwiperKC .swiper-button-next:hover::before,
.mySwiper .swiper-button-next:hover::before {
  background-color: #3983ED;
  border: 1px solid #3983ED;
  color: #fff;
}

.mySwiperKC .swiper-button-prev{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  left: -60px;
  background-image: none;
}

.mySwiperKC .swiper-button-next{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  right: -60px;
  background-image: none;
}
.index-news {
  margin-top: 60px;
}
.index-news > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.index-news > ul > li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
}
.index-news-item {
  background-color: #fff;
}
.index-news-item .pic {
  width: 90%;
  height: 280px;
}
.index-news-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news-item .txt {
  padding: 20px;
  position: relative;
  padding-left: 100px;
}
.index-news-item .txt .date {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #666666;
  text-align: center;
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index-news-item .txt .date span {
  font-size: 42px;
  line-height: 1;
}
.index-news-item .txt .date p {
  font-size: 13px;
}
.index-news-item .txt .t h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  line-height: 1;
}
.index-news-item .txt .t p {
  font-size: 14px;
  color: #666;
  height: 48px;
  overflow: hidden;
}
.qycompany {
  margin-top: 50px;
}
.qycompany img {
  width: 100%;
}
.hp-pic {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hp-box {
  margin-top: 50px;
  margin-left: 150px;
  padding-right: 50px;
  padding-left: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1362B1;
}
#hpSwiper {
  overflow: hidden;
}
#hpSwiper .swiper-slide {
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#hpSwiper .swiper-pagination {
  bottom: 30px;
  width: inherit;
  left: 64%;
}
#hpSwiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 15px;
  height: 15px;
}
#hpSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 15px;
  height: 15px;
}
.xy-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  padding-top: 30px;
  position: relative;
}
.xy-box .pic {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 92px;
  overflow: hidden;
  top: -30px;
  left: 40px;
}
.xy-box .pic img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}
.xy-box .name {
  padding-left: 110px;
}
.xy-box .name h3 {
  display: inline-block;
  font-size: 20px;
  position: relative;
}
.xy-box .name h3 p {
  position: relative;
  z-index: 10;
}
.xy-box .name h3::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  height: 7px;
  background-color: #C9E0FD;
  right: 0;
  z-index: 0;
}
.xy-box .des {
  margin-top: 30px;
  position: relative;
  padding: 0px 20px 30px 15px;
}
.xy-box .des::after {
  position: absolute;
  width: 30px;
  height: 25px;
  background: url(../images/fh1.png) no-repeat;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.xy-box .des::before {
  position: absolute;
  width: 30px;
  height: 25px;
  background: url(../images/fh2.png) no-repeat;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}

.n-tit {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.n-tit h3 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.index-new-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-news-box {
  width: 31%;
}
.index-news-box .index-news-item {
  background: inherit;
  width: 100%;
}
.index-news-box .index-news-item .txt {
  padding-left: 80px;
  padding-right: 0;
}
.index-news-box .index-news-item .txt .date {
  left: 0;
}
.index-news-list > ul > li {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.index-news-list > ul > li a {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news-list > ul > li span {
  font-size: 14px;
  color: #666;
}
.index-help {
  margin-top: 50px;
  background-color: #EFEFEF;
  border: 1px solid #ddd;
  display: flex;
  padding: 20px 10px;
}
.index-help .t {
  width: 200px;
  text-align: center;
  padding-top: 10px;
}
.index-help .t p {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.index-help .index-help-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.index-help .index-help-list > ul > li {
  width: 25%;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.index-help .index-help-list > ul > li a {
  position: relative;
  padding-left: 10px;
}
.index-help .index-help-list > ul > li a::after {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #939393;
  content: "";
  border-radius: 4px;
}
.zjabout {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: -60px;
  display: flex;
}
.zjabout h2 {
  width: 380px;
  font-size: 38px;
  font-weight: normal;
  color: #2381F5;
}
.zjabout .txt {
  padding-left: 50px;
  line-height: 2;
  border-left: 1px solid #eee;
  margin-left: 40px;
}
.about-hj {
  margin-top: 80px;
}
.hj-tab {
  text-align: center;
}
.hj-tab > ul > li {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 20px;
}
.hj-tab > ul > li div {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.hj-tab > ul > li span {
  width: 26px;
  height: 24px;
  margin-top: 3px;
}
.hj-tab > ul > li h3 {
  margin-left: 10px;
}
.hj-tab > ul > li .ic1 {
  background: url(../images/abouticon1.png) center center no-repeat;
}
.hj-tab > ul > li .ic2 {
  background: url(../images/abouticon2.png) center center no-repeat;
}
.hj-tab > ul > li.current .ic1 {
  background: url(../images/abouticon1-1.png) center center no-repeat;
}
.hj-tab > ul > li.current .ic2 {
  background: url(../images/abouticon2-1.png) center center no-repeat;
}
.hjcontent {
  margin-top: 30px;
  display: none;
}
.hjcontent > ul {
  display: flex;
  justify-content: space-between;
}
.hjcontent > ul > li {
  width: 23%;
}
.hjcontent > ul > li img {
  width: 100%;
}
.contentin {
  display: block;
}
.links {
  margin-top: 80px;
}
.links h2 {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px solid #2381F5;
}
.links-list {
  margin-top: 20px;
}
.links-list > ul > li {
  display: inline-block;
  margin-right: 50px;
  font-size: 14px;
  position: relative;
}
.links-list > ul > li::before {
  position: absolute;
  width: 1px;
  background-color: #ddd;
  height: 20px;
  right: -25px;
  z-index: 1;
  content: "";
}
.links-list > ul > li:last-child::before {
  display: none;
}
.footer {
  margin-top: 50px;
  background-color: #000;
  color: #fff;
}
.footer a {
  color: #fff;
}
.foot-nav > ul {
  display: flex;
  justify-content: space-between;
}
.foot-nav > ul > li h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.foot-nav > ul > li p {
  font-size: 14px;
  margin-bottom: 10px;
}
.foot-nav > ul > li a:hover {
  color: #2381f5;
}
.foot-dz {
  margin-top: 50px;
}
.foot-dz .txt {
  float: left;
  font-weight: bold;
  line-height: 2;
}
.foot-dz .pic {
  float: right;
}
.foot-dz .pic > div {
  float: right;
  width: 100px;
  margin-left: 50px;
  text-align: center;
  font-size: 15px;
}
.foot-dz .pic > div img {
  margin-bottom: 10px;
}
.copy {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.msform {
  float: left;
  width: calc(100% -  846px);
  margin-top: 100px;
}
.msform h2 {
  font-size: 24px;
  color: #2381F5;
}
.msform h3 {
  font-size: 32px;
}
.msform .des {
  font-size: 20px;
}
.gmjl {
  background: url(../images/gmbg.png) no-repeat;
  width: 846px;
  height: 529px;
  float: right;
  margin-top: 80px;
  position: relative;
}
.bm-box {
  position: absolute;
  top: 48px;
  left: 103px;
  z-index: 10;
}
.bm-box .tit {
  background-color: #2381F5;
  width: 641px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.bm-box .pic {
  position: absolute;
  right: -15px;
  bottom: -10px;
  z-index: 11;
}
.lyform {
  margin-top: 30px;
}
.form-list {
  position: relative;
  margin-top: 20px;
}
.form-list input {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  height: 56px;
  line-height: 56px;
  width: 440px;
  padding-left: 64px;
}
.form-list .name {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  color: #666;
}
.form-sub {
  margin-top: 20px;
}
.form-sub .sub {
  background-color: #2381F5;
  width: 204px;
  height: 56px;
  border: 1px solid #2381F5;
  line-height: 56px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.bm-list {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  font-size: 15px;
}
.bm-list p {
  display: inline-block;
}
.bm-list .date {
  color: #666;
  width: 80px;
}
.bm-list .name {
  width: 80px;
}
.bm-list .tel {
  width: 120px;
}
.div1 {
  padding: 20px;
  height: 340px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
@keyframes anis {
  100% {
    transform: translateY(-200px);
  }
}
.div2 {
  animation: anis 10s linear infinite;
}
.div2:hover {
  animation-play-state: paused;
}
.page-slider {
  width: 100%;
  height: 684px;padding-top: 98px;
  position: relative;
}
.page-slider img{
		height: 586px;
		object-fit: cover;
	}
.page-slider .txt {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -700px;
  z-index: 10;
}
.page-slider .txt h1 {
  font-size: 42px;
}
.page-slider .txt p {
  font-size: 20px;
}
.page-nav {
  background-color: #F0F0F0;
}
.page-menu > ul > li {
  display: inline-block;
  float: left;
  position: relative;
}
.page-menu > ul > li a {
  display: block;
  padding: 25px 50px;
}
.page-menu > ul > li::after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  content: "";
  right: 0;
  top: 26px;
}
.page-menu > ul > li:last-child::after {
  display: none;
}
.page-menu > ul > li.current {
  background-color: #2381F5;
}
.page-menu > ul > li.current a {
  color: #fff;
  font-weight: bold;
}
.page-menu > ul > li.current::after {
  display: none;
}
.page-title {
  text-align: center;
  margin-bottom: 80px;
}
.page-title h2 {
  font-size: 32px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.page-title h2::after {
  position: absolute;
  height: 1px;
  width: 40px;
  background-color: #2381F5;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  content: "";
}
.page-content {
  line-height: 2;
}
.page-content p {
  margin-bottom: 20px;
}
.news > ul > li {
  border: 1px solid #eee;
  padding: 40px;
  margin-bottom: 30px;
}
.news > ul > li .pic {
  width: 282px;
  height: 174px;
  float: left;
}
.news > ul > li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news > ul > li .txt {
  float: right;
  width: calc(100% -  340px);
}
.news > ul > li .txt h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.news > ul > li .txt p {
  font-size: 14px;
  color: #666666;
}
.news > ul > li .txt .type {
  margin-top: 30px;
}
.news > ul > li .txt .type span {
  display: inline-block;
  margin-right: 15px;
}
.news > ul > li:hover {
  box-shadow: 0 0 15px rgba(57, 131, 237, 0.2);
}
.news-left {
  width: calc(100% -  380px);
  float: left;
  background-color: #fff;
  padding: 50px;
  min-height: 800px;
  padding-top:80px;
}
.news-right {
  width: 320px;
  float: right;
}
.p50 {
  padding: 50px 0;
}
.news-tit {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.news-tit h2 {
  font-size: 32px;
  padding-bottom: 20px;
}
.news-rel {
  background-color: #fff;
  padding: 20px;
}
.news-rel .news-rel-tit {
  margin-bottom: 20px;
}
.news-rel .news-rel-tit h4 {
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #2381F5;
  padding-left: 10px;
  line-height: 1;
}
.news-rel .news-rel-one .pic {
  width: 120px;
  height: 76px;
  float: left;
  position: relative;
}
.news-rel .news-rel-one .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-rel .news-rel-one .txt {
  margin-left: 140px;
  font-size: 15px;
}
.news-rel .news-rel-list {
  margin-top: 20px;
}
.news-rel .news-rel-list > ul > li {
  padding: 10px 0;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
.news-rel .news-rel-list > ul > li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-rel .news-rel-list > ul > li::after {
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 6px;
  content: "";
}
.help > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.help > ul > li {
  width: 25%;
  padding: 10px;
}
.help-item {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  height: 100px;
}
.help-item .pic {
  width: 40px;
}
.help-item .txt {
  width: calc(100% -  40px);
  margin-left: 15px;
}
.m-menu {
  display: none;
}
#search {
  cursor: pointer;
}
.search-box {
  position: fixed;
  top: 98px;
  background: #f7f7f7;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.search-box .keys {
  padding: 20px 15px;
  border: 1px solid #666;
  width: 500px;
}
.search-box .sub {
  background-color: #2381f5;
  padding: 20px 40px;
  color: #fff;
  border: 1px solid  #2381f5;
  cursor: pointer;
}
.td-box>ul{
	margin-left: -20px;
	margin-right: -20px;
}
.td-box>ul>li{
	width: 50%;
	float: left;
	padding: 20px;
}
.td-item{
	border: 1px solid #eee;
	padding: 20px;
}
.td-item:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
.td-item .pic{
	width: 220px;
	height: 260px;
	float: left;
	position: relative;
}
.td-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.td-item .txt{
	position: relative;
	margin-left: 260px;
}
.td-item .txt h3{
	position: relative;
	padding-bottom: 10px;
	font-size: 24px;
	display: inline-block;
}
.td-item .txt h3::after{
		position: absolute;
	    left: 0;
	    bottom: 0;
	    content: "";
		right: 0;
	    background-image: linear-gradient(to right, #3983ed, rgba(57, 131, 237, 0));
	    height: 3px;
}
.td-item .txt .js{
	margin-top: 20px;
	margin-bottom: 30px;
}
.td-item .txt .des{
	color: #666;
	font-size: 14px;
}
.down-item{
	background-color: #fff;
	padding:20px 20px;
	margin-bottom: 15px;
}
.down-item .name{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.down-item .name i{
	margin-right: 10px;
	float: left;
}
.down-item .xz{
	display: inline-block;
	background-color: #f1f1f1;
	border-radius: 2px;
	padding: 8px 20px;
	float: right;
	
	color: #2381f5;
}
.down-item .xz:hover{
	background-color: #2381f5;;
	color: #fff;
}



.form { font-size:15px; padding:40px 80px; overflow:hidden; margin:20px; background-color: #fff;;}
			.item { padding:10px 0;line-height:48px; }
			.item span { display:inline-block; vertical-align:top; }
			.item select { width:50%; }
			.item .width { width:500px; }
			
			.inElement { display:inline-block; _zoom:1; *display:inline; }
			.inElement label { transition:all .5s; }
			.inElement label:focus { background:#eee; }
			.inRadio label { display:block; background:url(../images/form-radio-check-normal.png) no-repeat left center; padding-left:22px; cursor:pointer; }
			.inRadio label.hover { background-image:url(../images/form-radio-checke-hover.png); }
			.inRadio label.checked { background-image:url(../images/form-radio-checked-normal.png); }
			.inRadio label.focus { background-image:url(../images/form-radio-checked-hover.png); }
			.inRadio label.full { background-image:url(../images/form-radio-full.png); }
			.inRadio label.disabled { background-image:url(../images/form-radio-disabled.png); color:#999; cursor:not-allowed; }
			.inRadio.checked label.hover { background-image:url(../images/form-radio-checked-hover.png); }
			.inRadio.checked label.focus { background-image:url(../images/form-radio-checked-hover.png); }
			.inCheckbox label { display:block; background:url(../images/form-check-check-normal.png) no-repeat left center; padding-left:22px; cursor:pointer; }
			.inCheckbox label.hover { background-image:url(../images/form-check-check-hover.png); }
			.inCheckbox label.checked { background-image:url(i../mages/form-check-checked-normal.png); }
			.inCheckbox label.focus { background-image:url(../images/form-check-check-hover.png); }
			.inCheckbox label.full { background-image:url(../images/form-check-full.png); }
			.inCheckbox label.disabled { background-image:url(../images/form-check-disabled.png); color:#999; cursor:not-allowed; }
			.inCheckbox.checked label.hover { background-image:url(../images/form-check-checked-hover.png); }
			.inCheckbox.checked label.focus { background-image:url(../images/form-check-checked-hover.png); }
			.inText label { display:block; _zoom:1; *display:inline; border:1px solid #DDD; }
			.inText label.hover { border-color:#1E5EBF; }
			.inText label.focus { border-color:#1E5EBF; box-shadow:0 0 5px 0 rgba(30,94,191,.5); }
			.inText input { border:0; margin:0; padding:10px; box-sizing:border-box; }
			.inTextarea label { display:block; border:1px solid #DDD; }
			.inTextarea label.hover { border-color:#1E5EBF; }
			.inTextarea label.focus { border-color:#1E5EBF; box-shadow:0 0 5px 0 rgba(30,94,191,.5); line-height: 48px;}
			.inTextarea label textarea { border:0; margin:0; padding:10px; box-sizing:border-box; }
			.inSelect label { display:block; width:100%; border:1px solid #DDD; font-weight:normal; color:#353535;  overflow:hidden;  margin:0; padding:0; z-index:2; position:relative; box-sizing:border-box; line-height:48px; }
			.inSelect label span,
			.inSelect label em { height:48px; line-height:48px; display:inline-block;}
			.inSelect label span { float:left; padding:0 10px; left:0; }
			.inSelect label em { float:right; width:30px; background:url(../images/form-select-arrow-down.png) no-repeat center center; transition:all .5s; }
			.inSelect label em.open { background-image:url(../images/form-select-arrow-up.png); }
			.inSelect label.hover { border-color:#1E5EBF;line-height: 48px; }
			.inSelect label.hover em { background-image:url(../images/form-select-arrow-down-on.png); }
			.inSelect label.hover em.open { background-image:url(../images/form-select-arrow-up-on.png); }
			.inSelect label.focus { border-color:#1E5EBF; box-shadow:0 0 5px 0 rgba(30,94,191,.5);line-height: 48px; }
			.inSelect label.focus em { background-image:url(../images/form-select-arrow-down-on.png); }
			.inSelect label.focus em.open { background-image:url(../images/form-select-arrow-up-on.png); }
			.inSelect label.disabled { background:#F5F5F5; color:#999; cursor:not-allowed; }
			.inSelect .dropbox { width:100%; margin:0; padding:0; border:1px solid #DDD; clear:both; background:#FFF; z-index:1; left:0; box-sizing:border-box; border-top:0; z-index:-1; }
			.inSelect .dropbox .listbox dl,
			.inSelect .dropbox .listbox .option,
			.inSelect .dropbox .listbox .optgroup { list-style:none; margin:0; padding:0;line-height: 48px;}
			.inSelect .dropbox .listbox .option a,
			.inSelect .dropbox .listbox .optgroup a { display:block; text-decoration:none; color:#353535; margin:0px; cursor:default; }
			.inSelect .dropbox .listbox .option a span,
			.inSelect .dropbox .listbox .optgroup a span { display:block; margin-left:10px;line-height: 48px; }
			.inSelect .dropbox .listbox .optgroup dt a { color:#000; font-weight:bold; margin:0px; }
			.inSelect .dropbox .listbox .selected { background-color:#F3F3F3; line-height: 48px;}
			.inSelect .dropbox .listbox .hover a { background-color:#1E5EBF; color:#FFF; line-height: 48px;}
			.inSelect .dropbox .listbox .option a:hover { background-color:#1E5EBF; color:#FFF;line-height: 48px; }
			.inSelect .dropbox .listbox .option a:hover span.selected { background-color:#1E5EBF; color:#FFF; line-height: 48px;}
			.inSelect .dropbox .listbox dd.disabled a { background-color:#FFF; color:#999; cursor:not-allowed; }
			.inSelect .dropbox .listbox dd.disabled a:hover { background-color:#FFF; color:#999; }
			.inSelect .dropbox .listbox dd.disabled a span.selected { background-color:#FFF; }
			.inSelect .dropbox .listbox dd.disabled a:hover span.selected { background-color:#FFF; color:#999; }
			.inSelect .dropbox .listbox dd.option { overflow:hidden; }
			.inSelect .dropbox .listbox dd.option a span { display:inline-block; }
			.inSelect .dropbox .listbox dd .option a span { margin-left:20px; }
			.inSelect .dropbox .multiple dd.option a span { background:url(../images/form-select-check-normal.png) no-repeat left center; padding-left:22px; }
			.inSelect .dropbox .multiple dd.option a:hover span { background-image:url(../images/form-select-check-hover.png); }
			.inSelect .dropbox .multiple dd.selected a span { background-image:url(../images/form-select-checked-normal.png); }
			.inSelect .dropbox .multiple dd.selected a:hover span { background-image:url(../images/form-select-checked-hover.png); }
			.inSelect .dropbox .multiple dd.disabled a span { background-image:url(../images/form-select-check-disabled.png); }
			.inSelect .dropbox .multiple dd.disabled a:hover span { background-image:url(../images/form-select-check-disabled.png); }
			.inSelect .dropbox .multiple dd.disabled a span.selected { background-image:url(../images/form-select-checked-disabled.png); }
			.inSelect .dropbox .multiple dd.disabled dt a span { background-image:none; }
			.inSelect .dropbox .multiple dd.disabled dt a:hover span { background-image:none; }

.item .sub{
	background-color: #1E5EBF;
	color: #fff;
	padding: 15px 60px;
	border-radius: 2px;
	border: 0px;
	margin-left: 45px;
}
.video-box>ul{
	margin-left: -20px;
	margin-right: -20px;
}
.video-box>ul>li{
	width: 33.3333%;
	float: left;
	padding:0 20px;
	margin-bottom: 40px;
}
.video-item .pic{
	width: 100%;
	height: 280px;
}
.video-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-item .txt{
	background-color: #f7f7f7;
	padding:30px 20px;
}
.video-item .txt h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.video-item:hover .txt{
	background:#2381F5;
	color: #fff;
}
.video-item:hover .txt a{
	color: #fff;
}
.page-news2>ul>li{
	margin-bottom: 40px;
}
 .inSelect{
	  width: 500px;
  }
 .message-adv{
	 position: absolute;
	 right: 100px;
	 top: 50px;
	 width: 500px;
	 z-index: 1;
 } 
  .message-adv img{
	  width: 100%;
  }
.forms{
	background-color: #fff;
	padding: 50px 0;
	width: 500px;
	margin: 0 auto;
}
.forms .width{
	width: 400px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #ddd;
	padding: 0 12px;
}  
.forms .item .yzm{
	width: 200px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #ddd;
	padding: 0 12px;
}
.forms .item .send{
	width: 180px;
	background-color: #007AFF;
	height: 56px;
	line-height: 56px;
	border: 1px solid #007AFF;
	padding: 0 12px;
	margin-left: 20px;
	color: #fff;
}
.forms .sub{
	margin-top: 30px;
	width: 400px;
}
.page-mb40{
	margin-bottom: 40px;
}


.right-block{width: 345px; margin-top: 40px; text-align: center;}
.right-block .tit-block{background-color:#f36f00; height: 106px; color: #fff;}
.right-block h3{font-size: 24px; font-weight: 700; font-family: '微软雅黑 Regular', '微软雅黑'; padding: 25px 0px 12px;}
.right-block p{font-family: '华文楷体 Regular', '华文楷体'; font-weight: 400; font-size: 16px;}

.form-block1 input{margin-bottom: 23px; width: 260px;height: 37px; 
	border-radius:5px;border: 1px solid #e4e4e4; font-size: 14px; text-indent: 1rem; margin-left: 20px;}
.form-block1 input::-webkit-input-placeholder{color: #AEAEAE;}
.form-block1 select::-webkit-input-placeholder{color: #AEAEAE;}
.form-block1 select{margin-bottom: 23px; width: 260px;height: 37px; color: #AEAEAE;
	border-radius:5px;border: 1px solid #e4e4e4; font-size: 14px;padding-left: 10px; margin-left: 20px;}
.form-block1 .fs-input{margin-top: 38px;}
.form-block1 .submit{margin-top: 38px; height: 48px; font-size: 20px;font-weight: 700; font-family: '微软雅黑 Bold', '微软雅黑'; border-radius: 48px; border: solid 1px #fea31b;background-color:#FF9900 ; color: #fff}
.form-block1 .submit:hover{ background-color: #fff;color: #FF9900; ;} 

#looyu_dom_0{background-image: none !important;}
#doyoo_panel{height: 100px  !important;}
.side-c{position: fixed; top: 150px; right: 0px; width: 80px; height: 353px; 
background: url('../images/kefu.png'); z-index: 210; overflow: hidden; padding-right: 0px;}
.side-c a{display: inline-block; width: 80px; height: 80px; margin-bottom: 1px;}
.side-c a:hover span{color: #fff !important;}
.side-c a:nth-of-type(1){margin-top: 80px;}
.side-c a:nth-of-type(3){margin-bottom: 0px;}
.side-c .gotop{height: 42px;}
.phone-num2{height: 80px; line-height: 80px; position: fixed; top: 231px; right: -150px; background-color: #0680b2; color: #fff; padding:0px 10px; z-index: 1;}
.follow-us-img2{position: fixed; top: 390px; right: -150px;z-index: 200;transition: all .3s;}
.follow-us-img2 img{width: 150px; height: 150px;}
.form-box h4{text-align: center; color: #fff; font-size: 22px; line-height: 40px; margin-top: 15px;}
.form-box{width: 320px; height: 359px; position: fixed; top: 50%; right: 50%;margin-top: -180px; margin-right: -160px; background-color: #246ead; border-radius: 5px; z-index: 5;display: none;}
.form-box .form-block1{background-image: none; padding: 20px 10px; height: 270px; position: relative;}
.form-box .form-block1 .submit{margin-top: 13px;}
.form-box .form-block1 .close{position: absolute; color: #fff; top: -49px; right: 8px;}
.form-box .form-block1 a:hover{color: #fff !important;}
.side-c a.follow-us2:hover .follow-us-img2{right: 80px;}
.wxshow{
	right: 80px;
}

.listpage{text-align:center;clear:both;margin-top:30px}
.left-box .listpage{margin-top:100px}
.xiaocms-page{margin-top:20px;margin-left:20px}
.xiaocms-page a{margin:0 5px;border:1px solid #ddd;padding:4px 10px;color:#666;line-height:28px}
.xiaocms-page a:hover{border:1px solid #3983ED;background:#3983ED;color:#fff}
.xiaocms-page span{background-color:#e4f6fc;color:#5394aa;border:1px solid #bfdfea;font-weight:bold;margin:0 5px;padding:4px 10px}

.m-foot{display:none}