﻿
/* 通用*/
@font-face {
	font-family: SourceHanSansCN;
	src: url('../fonts/SourceHanSansSC-Normal-2.otf');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: inherit;
	font-family: "SourceHanSansCN","思源黑体","Microsoft YaHei",Source Han Sans, Arial, boldfacen;
}
body {
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 2;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	background: none;
	text-decoration: none;
	color: #0066cc;
}
p, dt, ul, dl {
	margin: 0;
	list-style: none;
}
label {
	font-weight: normal
}
label, .baidumap img {
	max-width: inherit !important;
}
.form-horizontal .form-group {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
table {
	table-layout: fixed;
}


.fl {
  float: left
}
.fr {
  float: right
}
.fix {
  overflow: hidden
}
.cle {
  clear: both
}

.pt60 {
	padding-top: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pt5 {
	padding-top: 5px;
}
.pt15 {
	padding-top: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt60 {
	margin-top: 60px;
}
.mr0 {
	margin-right: 0 !important;
}
.row {
	display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.container {
	padding-left: 10px;
	padding-right: 10px;
}
[class*="col-"] {
padding-left:10px;
padding-right: 10px;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	line-height: inherit;
}
.font16px {
	font-size: 16px;
}
.font14px {
	font-size: 14px;
}
.div100 {
	width: 100%;
}
input[type=tel], input[type=text], input[type=button], button, input[type=submit], textarea {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	resize: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
input[type="checkbox"], input[type="radio"] {
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-right: 2px;
	vertical-align: -3px;
*vertical-align:middle;
	_vertical-align: 3px;
}
.wrop {
	white-space: nowrap;
}
.relative {
	position: relative;
}
.hidden {
	display: none;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.towLine {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.threeLine {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.fourLine {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.valign-center {
	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;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
}
.red {
	color: #0066cc;
}
/*头部*/
.head_top {
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 5px 41.5px rgba(2, 16, 39, 0.11);
}
.navbar-brand {
	padding: 7px 20px 5px 0;
	height: auto;
	margin: 0 !important;
}

.navbar-header {
	width: 100%;
	padding: 0;
}
/*搜索框*/
.search_a {
	margin-top: 8px;
}
.top_search {
	width: 230px;
	float: right;
}
.top_search .sea {
	background: #fff;
	height: 36px;
	width: 180px;
	padding: 0 10px;
	float: left;
	border: 0;
	color: #0066cc;
}
.top_search .btn {
	float: left;
	background: url(../img/search.png) center center no-repeat #fff;
	width: 50px;
	height: 36px;
	border-radius: 0;
}
/*导航*/

.head_nav{
	display: flex;
	padding: 10px 0;
}

.navbar {
	margin-bottom: 0;
	min-height: auto;
	border: 0;
}
.navbar-header{
	width: 100%;
}

.navbar_logo{
	width: 30%;
	float: left;
	display: flex
}
.navbar_logo a {
	display: inline-block;
	margin: auto 0;
}

.navbar_logo a img {
	max-width: 100%;
}
.navbar-collapse.collapse{
	display: flex;
}
.navbar-collapse{
	width: 60%;
	padding: 0;
	float: right;
	padding-left: 40px;
}
.navbar-collapse .clearfix{
	margin: auto 0;
}
.head_fwrx{
	width: 20%;
	display: flex
}

.head_fwrx .icon{
	margin: auto 0;
}
.head_fwrx .tel{
	padding-left: 10px;
	margin: auto 0;
}
.head_fwrx .tel p{
	font-size: 16px;
	line-height: normal;
	color:#333;
}
.head_fwrx .tel h5{
	line-height: 1;
	font-size: 30px;
	color:#333;
	font-weight: 600;
}

.navbar-nav {
	font-size: 16px;
	
}
.navbar-nav a {
	color: #333;
	text-shadow: none;
}
.nav>li {
	padding: 15px 0px;
}
.nav>li>a {
	padding: 0px 15px;
	background: none;
	margin: 0;
	line-height: 1;
	
}
.nav>li:last-child>a {
	border-right: 0;
	padding-right: 0;
}
.nav>li>a:hover, .nav>li.active>a {
	color: #f38000;
	font-weight: 600;
}
/*.dropdown-menu{border:none; box-shadow: none; background: #dab866; border-radius: 0px;padding:0; margin:0;margin-top:-1px !important; white-space: nowrap;color:#fff;padding:0px;}
.dropdown-menu>li> a{ line-height: 40px;padding-left:30px;color:#fff;border-bottom: 1px solid #c19f4f;background: none;}
.dropdown-menu>li> a:hover{color:#fff;background: url(../img/arrow2.png) no-repeat 15px center;}*/

/*banner*/

.video-container{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--primary-color) url(../uploads/home/banner_img.jpg) no-repeat center
 center/cover;
}
.video-container video{
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	width: 100%;
}


/*切换图*/
.focus {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}
.focus .hd {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	top:26%;
	text-align: center;
}

.focus .hd .banner_txt h3{
	font-size: 44px;
	color:#fff;
	font-weight: 600;
}
.focus .hd .banner_txt h6{
	font-size: 40px;
	color:#fff;
	font-weight: 500;
}

.focus .hd .banner_an ul li{
	display: table-cell;
}

.focus .hd .banner_an{
	padding-top: 3em;
}
.focus .hd .banner_an ul{
	display: inline-block;
	background: #2b5bcf;
}
.banner_an ul li a{
	font-size: 20px;
	color:#fff;
	padding: 10px 40px;
	background: #1aad9b;
}



.banner_an ul li:nth-child(2) a{
   background: #2b5bcf;
	padding: 10px 20px;
}



.focus .hd ul .on {
	background-color: #fff;
	border-color: #fff;
}
.focus .bd {
	position: relative;
	z-index: 0;
	height: 100%;
	width: 100%;
}
.focus .bd:after{
	content: '';
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(-90deg, rgba(19, 26, 55, 0.0) 0%, rgba(19, 26, 55, 0.4) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(19, 26, 55, 0.0) 0%, rgba(19, 26, 55, 0.4) 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(19, 26, 55, 0.0) 0%, rgba(19, 26, 55, 0.4) 80%);
    position: absolute;
}


.focus .bd li {
	width: 100%;
	height: 550px;
}
.focus .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*首页*/
.indexpd {
	padding: 60px 0;
}
.indexGrey {
	
	
}
.index_title {
	line-height: 30px;
	padding: 20px 0px 40px;
	width: 100%;
	text-align: center;
}

.index_title h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	
}

.index_title p {
	font-size: 25px;
	color: #ccc;
	text-transform: uppercase;
	margin-top: 15px;
}
.about_txt_nr{
	
	padding-right: 10%;
}
.about_txt_nr p{
	font-size: 18px;
	line-height: 38px;
	color:#333;
}

.about_txt_gd{
	margin-top: 60px;
	display: inline-block;
}

.about_txt_gd a{
	color:#fff;
	font-size: 20px;
	padding: 15px 50px;
	background: #2b5bcf;
	display: inline-block;
	position: relative;
    z-index: 1;
    transition: .5s;
}
	.about_txt_gd a::before{
	position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #FD8F15;
    transform: scale(0);
    transition: .5s;
	 }
	 .about_txt_gd:hover a::before{
		 transform: scale(1);
	 }
.index_more {
	background: url(../img/icon2.png) no-repeat right center;
	padding-right: 25px;
	display: inline-block;
	float: right;
}
.red_btn, a.red_btn {
	background: #0066cc;
	color: #fff;
	display: inline-block;
	padding: 8px 25px;
	font-size: 15px;
}

.index1{
	background: #f5f6fa;
}

.sy_btnav  .sy_bt{
	width: 60%;
}

.sy_bt .bt{
	
}

.sy_bt .bt h3{
	font-size:35px;
	line-height: 1;
}

.sy_bt .bt{
	display: flex;
    border-left: 5px solid #016bbb;
	padding-left: 20px;
}

.sy_bt .bt p{
	font-size: 20px;
	font-weight: 300;
	color:#999999;
	display: block;
	margin: auto 0;
	padding-left: 10px;
}


.sy_flgd{
	width: 40%;
	text-align: right;
}
.flgd_nav{
	display: inline-block;
}


.flgd_nav ul{
	display: flex;
}

.flgd_nav ul li {
	margin-left: 20px;
}

.flgd_nav ul li a{
	font-size: 20px;
    color: #fff;
	background: #016bbb;
    padding: 10px 34px;
	text-decoration: none;
    display: inline-block;
	position: relative;
	z-index: 1;
	transition: .5s;
	line-height: initial;
}

.flgd_nav ul li a::before{
	position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #FD8F15;
    transform: scale(0);
    transition: .5s;
}

.flgd_nav ul li a:hover::before{
	transform: scale(1);
}


.flgd_gd{
	display: inline-block;
	margin: auto 0;
	padding-left: 40px;
}

.flgd_gd a{
	color:#333;
	font-size: 20px;
}

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }



.sy_naws{
margin-top: 50px;
}

.sy_naws_lb1{
	width: 40%;
	height: 490px;
	padding: 0 10px 0 0;
}


.sy_naws_lb1 .swiper{
	height: 100%;
}

.syxwlb1_lb{
	height: 100%;
	position: relative;
	
}

.syxwlb1_img {
	width: 100%;
	height: 100%;
}

.syxwlb1_bt{
	position: absolute;
	background: rgb(0 0 0 / 70%);
	width: 100%;
	left: 0;
	bottom:0;
}

.syxwlb1_bt h3{
	font-size: 18px;
	color:#fff;
	font-weight: 500;
	padding: 13px 28px;
}

.sy_naws_lb1  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: var(--swiper-pagination-bottom, 15px);
    top: var(--swiper-pagination-top, auto);
    left: auto;
    width: auto;
	right: 20px;
}

.sy_naws_lb1 .swiper-pagination-bullet{
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
}

.sy_naws_lb1 .swiper-pagination-bullet-active{
	opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}


.sy_naws_lb2{
	width: 30%;
	height: 490px;
	padding: 0 10px 0 10px;
}


.syxwlb2{
	width: 100%;
	height: 235px;
	margin-bottom: 20px;
	background: #ffffff;
}
.syxwlb2:nth-child(2){
	margin-bottom: 0;
}
.syxwlb2 .wk{
	padding: 30px 25px;
}

.syxwlb2 .ne{
	border-bottom: 1px solid #eee;
}

.syxwlb2 .ne h3{
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 10px;
	color:#333;
}

.syxwlb2 .ne p{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
	color:#333;
}

.syxwlb2 .db{
	margin-top: 10px;
	display: inline-block;
    width: 100%;
}

.syxwlb2 .db h5{
	font-size: 30px;
	font-weight: 200;
	line-height: normal;
	color:#666;
}
.syxwlb2 .db p{
	font-size: 16px;
	font-weight: 200;
	color:#666;
}

.syxwlb2 .nr{
	margin-top: 20px;
}

.syxwlb2 .nr a{
	display: inline-block;
}


.sy_naws_lb3{
	width: 30%;
	height: 490px;
	padding: 0 0 0 10px;
}

.syxwlb3{
	height: 150px;
	background: #fff;
	margin-bottom: 20px;
}
.syxwlb3:nth-child(3){
	margin-bottom: 0;
}

.sy_naws_lb3 .wk{
	padding: 25px 30px;
}

.sy_naws_lb3 .sj{
	width: 24%;
	border-right: 1px solid #eee;
}
.sy_naws_lb3 .sj h5{
	font-size: 30px;
	color:#666;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	line-height: normal;
	display: inline-block;
}
.sy_naws_lb3 .sj p{
	font-size: 16px;
	color:#666;
}

.sy_naws_lb3 .nr{
	width: 70%;
}

.sy_naws_lb3 .nr p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}




.index_news {
	background: #f7f7f7;
}
.index_news .col-md-6 {
	padding: 0;
}
.index_news .img {
	width: 100%;
}
.index_news .tt {
	font-size: 22px;
}
.index_news .con {
	padding: 60px 60px 10px 60px;
}
.index_news .p {
	font-size: 16px;
	padding: 20px 0;
	font-weight: 500;
}
.index_news_four {
	line-height: 1.4;
	padding: 40px 0;
}
.index_news_four .date {
	font-family: Plantagenet;
	line-height: 1;
	text-align: center;
	color: #000;
}
.index_news_four .date h1 {
	font-size: 45px;
}
.index_news_four .tt {
	color: #00051e;
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 600;
	height: 46px;
}
.index_news_four .threeLine {
	border-top: 1px solid #d0d0d0;
	padding-top: 10px;
	font-size: 15px;
    line-height: 25px;
	color: #4a4c58;
	padding-bottom: 10px;
}


.indexGrey.index3{
	background:#fff;
	padding: 60px 0 90px;
}

.sy_zysz{
	margin-top: 50px;
}

.sy_zysz .sy_zysz_lb{
	height: 574px;
position: relative;
}

.sy_zysz .sy_zysz_lb .sy_zysz_img {

    position: relative;
    z-index: 0;
    transition: ease .65s;
    transform: translateY(0px);
}



.sy_zysz .sy_zysz_lb .sy_zysz_img:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	background: rgb(255 255 255 / 0%);
}

.sy_zysz .sy_zysz_lb:nth-child(1) .sy_zysz_img:before{
	background: linear-gradient(360deg, #2055db, rgb(255 255 255 / 10%));
}
.sy_zysz .sy_zysz_lb:nth-child(2) .sy_zysz_img:before{
	background: linear-gradient(360deg, #fa6129, rgb(255 255 255 / 10%));
}
.sy_zysz .sy_zysz_lb:nth-child(3) .sy_zysz_img:before{
	background: linear-gradient(360deg, #1aad9b, rgb(255 255 255 / 10%));
}
.sy_zysz .sy_zysz_lb:nth-child(4) .sy_zysz_img:before{
	background: linear-gradient(360deg, #ad1a1a, rgb(255 255 255 / 10%));
}
.sy_zysz .sy_zysz_lb:nth-child(5) .sy_zysz_img:before{
	background: linear-gradient(360deg, #891aad, rgb(255 255 255 / 10%));
}
.sy_zysz .sy_zysz_lb:nth-child(6) .sy_zysz_img:before{
	background: linear-gradient(360deg, #1aad1e, rgb(255 255 255 / 10%));
}

.sy_zysz_img{
	width: 100%;
    height: 100%;
}

.sy_zysz_nr{
	 position: absolute;
	 width: 100%;
    left: 0;
    bottom: 0;
	padding: 40px 20px;
}

.sy_zysz_nr .bt h3{
	color:#fff;
	font-size: 25px;
	font-weight: 500;
	line-height: normal;
}

.sy_zysz_nr .nr{
	margin-top: 20px;
}

.sy_zysz_nr .nr p{
	color:#fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 100;
}

.sy_zysz_gd{
	display: flex;
}
.sy_zysz_gd a{
	font-size: 16px;
	font-weight: 100;
	color:#fff;
}
.sy_zysz_gd img{
	width: auto;
	margin: auto 0;
	padding-left: 10px;
}
.sy_zysz .swiper-button-next, .sy_zysz .swiper-button-prev{
	border: 2px solid #fff;
	height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    color: #fff !important;
    text-align: center;
    font-size: 18px;
    transition: .5s;
    border-radius: 50%;
    display: inline-block;
}

.sy_zysz .swiper-button-next:after, .sy_zysz .swiper-button-prev:after{
	font-size: 25px;
	line-height: 50px;
	font-weight: 600;
}


.index3 .index_title h3{
	color:#fff;
	
}


.index_jiegou {
}
.index_jiegou .col-md-4 {
	padding: 0 6px;
}
.index_jiegou .item {
	height: 280px;
    overflow: hidden;
}
.index_jiegou .xydt_wk{
	
}
.xydt_wk .item:nth-child(1){
	padding-bottom: 6px;
}


.xydt_wk .item:nth-child(2){
	padding-top: 6px;
}

.index_jiegou .item.long {
	height: 560px;
}
.index_jiegou .item a {
	color: #fff;
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.index_jiegou .item .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.index_jiegou .item .abs {
	color: #fff;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.6;
    transform: translateY(40px);
    transition: .6s .0s;
}
.index_jiegou .item .abs .tt {
	font-size: 24px;
	border-left: 5px solid #ff6600;
	font-weight: bold;
	padding-left: 15px;
}
.index_jiegou .item .abs p {
	margin: 10px 0;
	line-height: 26px;
	font-size: 15px;
}
.index_jiegou .item .note {
	display: none
}
.index_jiegou .item:hover .abs {
	background: rgba(0, 102, 204, 0.7);
	opacity: 1;
    transform: translateX(0);
}
.index_jiegou .item:hover .note {
	display: block;
}

.index4{
	background: #f5f6fa;
	padding: 60px 0 90px;
}

.sy_xxys{
	height: 450px;
	
}

.sy_xxys_lbwk{
	display: block;
	margin-top: 90px;
}

.sy_xxys_lb{
	width: 25%;
	float: left;
	text-align: center;
	display: inline-block;
	border-right: 1px solid rgb(238 238 238 / 45%);
}

.sy_xxys_lb:nth-child(4){
	border-right:none;
}

.sy_xxys_lb .wk{
	margin: 0 10px;
}
.sy_xxys_lb h3{
	font-size: 50px;
	color:#fff;
	font-weight: 600;
	line-height:normal;
}

.sy_xxys_lb h3 span{
	font-size: 14px;
	font-weight: 300;
}

.sy_xxys_lb p{
	color:#fff;
	font-size: 16px;
}

.sy_about_wk{
	margin-top: -160px;
}

.sy_about{
	background: #fff;
	padding: 40px 50px;
}

.sy_about_img{
	width: 50%;
}
.sy_about_img img{
	max-width: 100%;
}


.sy_about_txt{
	width: 50%;
}

.about_txt_bt {
	
}

.about_txt_bt h3{
	font-size: 40px;
    font-weight: bold;
    color: #333;
	display: inline-block;
}

.about_txt_bt p{
	font-size: 25px;
    color: #ccc;
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
}

.about_txt_nr h3{
	font-size: 35px;
	color:#000000;
	font-weight: 600;
}

.index_about {
	margin-top: 25px;
}
.index_about .img {
	width: auto;
	margin-top: -25px;
}
.index_about .con {
	padding-left: 20px;
}
.index_about .p {
	padding-top: 10px;
}
.index_links {
	padding: 10px 0;
}
.index_links a {
	display: block;
	width: 100%;
	height: 66px;
	background: #fff;
	padding: 8px;
	border: 1px solid #dcdcdc;
	margin: 10px 0;
}
.index_links img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*----企业环境----*/

.ny_yqbj{
 padding-top: 60px;
 padding-bottom: 40px;
 overflow: hidden;
}

.ny_yqbj .section-title{
	
}


.slick-slide {
	outline: none;
}
 
/* 17. testimonial */
.testimonial-area .section-title {
	max-width: 500px;
	margin: 0 auto;
}
.testimonial-nav {
	width: 610px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
}
.testimonial-thumb.slick-center img {
	transform: scale(1);
}
.testimonial-thumb img {
	transform: scale(.7);
}
.designeration h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.testimonial-item-active button {
	position: absolute;
	width: 60px;
	height: 60px;
	border: none;
	font-size: 18px;
	right: 41%;
	bottom: -28%;
	background: #ffffff;
	border-radius: 50%;
	color: #0066cc;
	box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.testimonial-item-active button:hover {
	background: #0066cc;
	color: #fff;
}
.testimonial-item-active button.slick-next {
	left: 41%;
}



/*----荣誉资质----*/

.ny_ryzz{
	background: url("../images/ny_ryzz_bg.jpg")
}

.ny_ryzz .container{
	overflow: hidden;
}


.ny_ryzz_head{
	width: 100%;
    margin-bottom: 40px;
	
}

.ny_ryzz_nav{
	text-align: center;
}

.ny_ryzz_nav ul{
	display: inline-block;
}


.ny_ryzz_nav ul li{
	float: left;
}

.ny_ryzz_nav ul li a{
	font-size: 18px;
    color: #666;
    padding: 14px 40px;
    letter-spacing: .025em;
    background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	display: inline-block;
}

.ny_ryzz_nav ul .on a{
	color: #fff;
    border: none;
    background: linear-gradient(90deg,#3399cc,#0066cc);
}

.ny_ryzz_lb .slideBox{
	overflow: hidden;
    zoom: 1;
    padding: 10px 0px;
    position: relative;
}


.ny_ryzz_lb .parBd ul li{
	margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
}


.ny_ryzz_lb .parBd ul li .pic{
	overflow: hidden;
}
.ny_ryzz_lb .parBd ul li .pic img{
	width: 278px;
    display: block;
    border: 1px solid #ccc;
    transition: ease .65s;
}



.ny_ryzz_lb .sPrev,
.ny_ryzz_lb .sNext{ 
	position:absolute; 
	left:5px;
	top:40%; 
	display:block;
	width:50px;
	height:50px; 
	border:1px solid #ddd; 
	background:url(../images/icoLeft.png) center center no-repeat rgba(144, 144, 144, 0.65);
	z-index: 8;
}

.ny_ryzz_lb .sNext{ 
	left:auto; 
	right:5px; 
	background:url(../images/icoRight.png) center center no-repeat rgba(144, 144, 144, 0.65);
}
.ny_ryzz_lb .sPrev:hover,.ny_ryzz_lb .sNext:hover{ border-color:#449baf;  }
	 
.ny_yqbj .yqbj_lb .product-item{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
    border: 4px solid #ffffff;
	margin-bottom: 20px;
}
	
/*----企业文化----*/


.ny_about_qywh{
	padding-top: 60px;
    padding-bottom: 40px;
}

.ny_qywh_img{
	width: 100%;
    height: 40%;
    overflow: hidden;
}


.ny_qywh_img img{
	width: 100%;
}

.ny_qywh_txt{
	margin-top: 50px;
}
.ny_xxwh .ny_qywh_txt ul li{
	width: 100%;
}

.ny_xxwh .ny_qywh_txtnr .item_des{
	margin-top: 20px;
}

.ny_qywh_txt ul li{
	width: calc(100% / 3);
    margin-right: 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 0;
    overflow: hidden;
	position: relative;
	float: left;
}

.ny_qywh_txt ul li:before{
	content: '';

    background: linear-gradient(90deg,#3399cc,#08c390);
    position: absolute;
    top: 61px;
    right: 41px;

}

.ny_qywh_txtnr{
	position: relative;
    padding: 60px 15px;
	transition: all 0.36s ease;
}

.ny_qywh_txtnr h3{
	opacity: 1;
    color: #333;
    font-weight: 600;
    font-size: 20px;
}
.ny_qywh_txtnr h3 span{
	font-weight: 300;
	color: #999;
	font-size: 13px;
}

.ny_qywh_txtnr .item_des{
	color: #333;
    opacity: 1;
    margin-top: 40px;
	display: block;
	height: 120px;
}

.ny_qywh_txt ul li:nth-child(7) .ny_qywh_txtnr .item_des,
.ny_qywh_txt ul li:nth-child(8) .ny_qywh_txtnr .item_des,
.ny_qywh_txt ul li:nth-child(9) .ny_qywh_txtnr .item_des
{
	height: 260px;
}


.item_des p{
	transition: all 0.36s ease;
    font-size: 16px;
    line-height: 30px;
	margin: 0 auto;
	
}

.ny_qywh_txt ul li .details{
	display: block;
    position: absolute;
    width: 63px;
    height: 63px;
    top: 60px;
    right: 40px;
    background-size:100% 100%; 
    border-color: transparent;
    color: transparent;
    padding: 0;

}

.fa-angle-right{
	color: inherit;
    padding-left: 10px;
}

.details .fa:before{
	content: '\e64b';
    font-family: mofont;
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: -3px;
    right: 3px;
    transform: rotatez(
-45deg);
    transition: all 0.36s ease;
}

.ny_qywh_txt ul li:hover:before{
	width: 100%;
    height: 100%;
    top: 0;
    right: 0;

}
.ny_qywh_txt ul li:hover{
	border-color: rgba(16, 61, 103, 0.7);

	
}

.ny_qywh_txt ul li:hover .details{
	background: transparent!important;
}
.ny_qywh_txt ul li:hover .item_des p{
	font-weight: bold;
}

.ny_qywh_txt ul li:hover .ny_qywh_txtnr h3 ,
.ny_qywh_txt ul li:hover .ny_qywh_txtnr h3 span,
.ny_qywh_txt ul li:hover .item_des p
{
	color: #fff;
}

/*----招生就业----*/
.ny_zsjy_txt{
margin-top: 60px;
}


@-webkit-keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.2);

    transform: scale(0.2);

    -webkit-transform-origin: 100% 100%;

    transform-origin: 100% 100%;

    border-bottom-left-radius: 400px;

    border-bottom-right-radius: 400px;

    border-top-right-radius: 400px;

    border-top-left-radius: 400px;
  }

  100% {
    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transform-origin: 90% 20%;

    transform-origin: 90% 20%;

    border-radius: 0px;
  }
}

@keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.2);

    transform: scale(0.2);

    -webkit-transform-origin: 90% 20%;

    transform-origin: 90% 20%;

    border-bottom-left-radius: 400px;

    border-bottom-right-radius: 400px;

    border-top-right-radius: 400px;

    border-top-left-radius: 400px;
  }

  100% {
    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transform-origin: 90% 20%;

    transform-origin: 90% 20%;

    border-radius: 0px;
  }
}


/*----专业设置----*/

#DB_gallery ul, #DB_gallery li{list-style:none;margin:0;padding:0}
#DB_gallery img{border:none;vertical-align:top;width: 100%;}

#DB_gallery .DB_imgSet {
position:relative;
width:80%;
height:auto;
overflow:hidden;
border: 3px solid #fff;
box-shadow: 0 0 10px 2px rgba(136, 136, 136, 0.2);
float: right;
}

#DB_gallery .DB_imgSet .DB_imgWin{height:100%}

#DB_gallery .DB_imgSet .DB_prevBtn{position:absolute;top:50%;margin-top:-25px;cursor:pointer;left:0;}
#DB_gallery .DB_imgSet .DB_nextBtn{position:absolute;top:50%;margin-top:-25px;cursor:pointer;right:0;}

#DB_gallery .DB_thumSet {position:relative;margin-top:10px;width:580px;overflow:hidden}
#DB_gallery .DB_thumSet .DB_thumMove{position:relative;white-space:nowrap;font-size:0;display: none;}
#DB_gallery .DB_thumSet .DB_thumMove li{display:inline;margin-right:8px}
#DB_gallery .DB_thumSet .DB_prevPageBtn{position:absolute;top:0;cursor:pointer;left:0;}
#DB_gallery .DB_thumSet .DB_nextPageBtn{position:absolute;top:0;cursor:pointer;right:0;}
#DB_gallery .DB_thumSet .DB_thumLine{position:absolute;width:100px;height:63px;border:5px solid #ff0000;left:0;top:0}

@media(max-width:576px) {
	
	#DB_gallery .DB_imgSet {
	width:100%;	
	}	
	
	.footer_wxewm{
		padding-left: 0px;
	}
	.content{
		padding-top: 30px;
	}

	
}


.index5.indexpd{
	padding: 0 0 60px 0;
}

.sy_xyfc{
	width: 48%;
}

.sy_xyfc .sy_btnav .sy_bt{
	width: 70%;
}
.sy_xyfc .sy_flgd{
	width: 30%;
}

.sy_xyfc_nr{
	margin-top: 50px;
}

.sy_xyfc_lb{
	padding-bottom: 20px;
	
}
.sy_xyfc_lb a{
	display: flex;
}
.sy_xyfc_lb:nth-child(3){
	padding-bottom: 0px;
}

.sy_xyfc_img{
	width: 30%;
	display: inline-block;
}
.sy_xyfc_img img{
	width: 100%;
}
.sy_xyfc_wz {
	width: 70%;
	margin: auto 0;
}

.sy_xyfc_wz h3{
	font-size: 20px;
	font-weight: 300;
	padding-left: 40px;
}


.sy_spzx{
	width: 48%;
}
.sy_spzx_nr{
	margin-top: 50px;
}
.sy_spzx_video{
	width: 100%;
	display: block;
	height: 466px;
	position: relative;
}

.video-nr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-nr video{
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
}
/*专业设置*/

.index_zysz{
	
}

.index_zysz ul li{
	width: 33.33%;
	padding: 0 10px;
	display: inline-block;
}

.index_zysz ul li:hover .zysz_wk{

	z-index: 2;
	transform: scale(1.08);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}


.zysz_wk{
	padding: 70px 50px;
	position: relative;
    z-index: 0;
	transition: ease .65s;
	transform: translateY(0px);
}

.index_zysz ul li .zysz_wk:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_zysz ul .zyszlb1{
	padding-bottom: 20px;
}

.index_zysz ul .zyszlb1 li:nth-child(1)  .zysz_wk:before{
  
  background: linear-gradient(90deg,#52d6f3,rgba(82, 214, 243, 0.3));
  
}
.index_zysz ul .zyszlb1 li:nth-child(2)  .zysz_wk:before{
  
  background: linear-gradient(90deg,#ff6600,rgba(255, 102, 0, 0.3));
  
}
.index_zysz ul .zyszlb1 li:nth-child(3)  .zysz_wk:before{
  
  background: linear-gradient(90deg,#0f5fb1,rgba(15, 95, 177, 0.3));
  
}
.index_zysz ul .zyszlb2 li:nth-child(1)  .zysz_wk:before{
  background: linear-gradient(90deg,#26b9ac,rgba(38, 185, 172, 0.3));
}

.index_zysz ul .zyszlb2 li:nth-child(2)  .zysz_wk:before{
  background: linear-gradient(90deg,#5752c8,rgba(87, 82, 200, 0.3));
}
.index_zysz ul .zyszlb2 li:nth-child(3)  .zysz_wk:before{
  background: linear-gradient(90deg,#e2af3c,rgba(226, 175, 60, 0.3));
}




/*中外合作办学*/

.sy_xydt{
	background: #fff;
	padding: 60px 0 90px 0;
}
.sy_xydt_wk{
	margin-top: 50px;
}
.sy_xydt_lb{
	position: relative;
    z-index: 0;
}

.sy_xydt_lb:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sy_xydt_lb.syxy1:before{
	background: linear-gradient(90deg, rgb(9 74 204 / 84%), rgb(9 74 204 / 48%));
}

.sy_xydt_lb.syxy2:before{
	background: linear-gradient(90deg, rgb(250 97 41 / 84%), rgb(250 97 41 / 48%));
}
.sy_xydt_lb.syxy3:before{
	background: linear-gradient(90deg, rgb(42 177 160 / 84%), rgb(42 177 160 / 48%));
}

.sy_xydt_lb .wk{
	padding: 60px 40px;
}
.sy_xydt_lb .bt{
	
}

.sy_xydt_lb .bt p{
	font-size: 33px;
	font-weight: 500;
	color:#fff;
	line-height: normal;
	text-transform: uppercase; 
}
.sy_xydt_lb .bt  h3{
	font-size: 33px;
	font-weight: 200;
	color:#fff;
	line-height: normal;
}
.sy_xydt_lb .gd{
	margin-top: 30px;
	display: block;
}

.sy_xydt_lb .gd a{
	color: #fff;
    font-size: 20px;
    padding: 10px 40px;
	display: inline-block;
	border: 1px solid rgb(238 238 238 / 45%);
	position: relative;
    z-index: 1;
    transition: .5s;
}
.sy_xydt_lb .gd a::before{
	position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #FD8F15;
    transform: scale(0);
    transition: .5s;
}


.sy_xydt_lb .gd:hover a::before{
	transform: scale(1);
} 


.zwhzbx .index_title h3{
	color:#fff;
}

.zwhzbx_nr{
	
}


.zwhzbx_img{
	width: 48%;
}

.zwhzbx_img img{
	max-width: 100%;
}

.zwhzbx_txt{
	width: 52%;
}


.zwhzbx_lb{
	background: #fff;
	padding:38px 40px;
}

.zwhzbx_lb_img{
	background: #dcf1fd;
	text-align: center;
	width: 20%;
    height: 120px;
    padding-top: 24px;
}

.zwhzbx_lb_img img{
	margin-bottom: 10px;
}
.zwhzbx_lb_img p {
	font-size: 25px;
	color:#0f5fb1;
	font-weight: bold;
	line-height: initial;
	
}

.zwhzbx_txt ul .row{
	margin: -10px 0px;
}

.zwhzbx_txt ul li{
	padding: 10px 0px;
	width: 100%;
}
.zwhzbx_txt ul li:nth-child(1) .zwhzbx_lb_img p{
	color:#0f5fb1;
}
.zwhzbx_txt ul li:nth-child(2) .zwhzbx_lb_img p{
	color:#5752c8;
}
.zwhzbx_txt ul li:nth-child(3) .zwhzbx_lb_img p{
	color:#ff6600;
}

.zwhzbx_txt ul li:nth-child(1) .zwhzbx_lb_img{
	background: #dcf1fd;
}
.zwhzbx_txt ul li:nth-child(2) .zwhzbx_lb_img{
	background: #eeedff;
}
.zwhzbx_txt ul li:nth-child(3) .zwhzbx_lb_img{
	background: #ffe5ce;
}


.zwhzbx_lb_wz{
	width: 76%;
	padding-top: 10px;
}

.zwhzbx_lb_wz h3{
	font-size: 22px;
	color:#333;
	line-height: initial;
	margin-bottom: 10px;
}
.zwhzbx_lb_wz p{
	font-size: 18px;
	color:#666;
	line-height: 34px;
}

.zwhzbx .sy_more a{
	background: #ff6600;
}
/*学校公告*/
.sy_xxgg{
	
}

.xxgg_lb{
	width: 33.33%;
	padding: 0 10px;
	display: inline-block;
}
.xxgg_lb a {
	background: #f0f0f0;
	display: block;
}
.xxgg_lbimg{
	
}
.xxgg_lbimg img{ 

	width: 100%;
	
}

.xxgg_lbtxt{
	padding: 40px 30px;
}
.xxgg_lbtxt h3{
	color:#333;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 20px;
}
.xxgg_lbtxt p{
	color:#666;
	font-size: 14px;
	line-height: initial;
}
/*报名*/
.footer_bm{
	position: relative;
	padding-top: 60px;
	margin-bottom: -120px;
    z-index: 1;
    
}

.footer_bmwk{
	background: url(../img/footer_bmbg.jpg)no-repeat;
background-position: center bottom;
    background-size: cover;	
	padding: 60px 70px;
}

.sybm_wz{
	display: inline-block;
}
.sybm_wz h4{
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	line-height: initial;
	margin-bottom: 10px;
}
.sybm_wz p{
	color:#fff;
	font-size: 18px;
	line-height: initial;
}

.sybm_an{
	display: inline-block;
	padding-top: 25px;
}

.sybm_an a{
	font-size: 20px;
    color: #fff;
    padding: 12px 60px;
    background: #2b5bcf;
	border-radius: 60px;
}


/*底部*/
.footer {
	background: url(../img/footer_bg.jpg)no-repeat;
	background-position: center bottom;
    background-size: cover;
	color: #fff;
	padding-top: 80px;
}

.footer_logo{
	width: 30%;
	display: inline-block;
}





.footer_logo a{
	display: block;
}

.footer_logo a img{
	max-width: 100%;
}

.f_l_lxfs{
	margin-top: 40px;
}
.f_l_lxfs p img{
	padding-right: 20px;
}
.f_l_lxfs p{
	font-size: 16px;
	padding-bottom: 15px;
	color:#fff;
}

.footer_lxfs{
	display: inline-block;
	width: 25%;
}

.footer_wxgzh{
	width: 48%;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
}

.footer_wxgzh p{
	font-size: 14px;
	color:#fff;
}


.footer_wxxcx{
	width: 48%;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
}

.footer_wxxcx p{
	font-size: 14px;
	color:#fff;
}

.footer_wxewm {
	padding-left: 20px;
	text-align: right;
}
.footer_lxdh {
  text-align: right;
	padding-top: 20px;
}
.footer_lxdh p{
	font-size: 16px;
	color:#fff;
	padding-bottom: 5px;
	line-height: initial;
}

.footer_lxdh p a{
	color:#fff;
}



.footer_wxewm img{
	width: 100%;
	
}


.footer_wk{
	padding-bottom: 60px;
}


.bottom_nav {
	float: left;
	padding-right: 10%;
}
.footer .bottom_nav a {
	color: #fff;
	line-height: 2;
}

.footer_nav{
	padding-left: 60px;
	width: 45%;
}

.bottom_nav a i{
	color:#16abcb;
	line-height: 14px;
	padding-right: 5px;
}

.bottom_nav li.secondary{
	padding: 4px 0;
}

.bottom_nav li.secondary a{
	font-size: 14px;
}

.bottom_nav li.first {
	font-size: 18px;
	padding: 5px 0px;
}
.bottom_nav:last-child {
	padding-right: 0;
}
.footer .erweima {
	width: 90px;
	height: 90px;
	margin: 0px auto;
	display: block;
	margin-top: 10px;
}
.copy {
	text-align: center;
	line-height: 1.6;
}
.bottomLogo {
	margin: 0 auto 10px;
	display: block;
}
.footer_ber{
	padding: 20px 0px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_ber p {
	font-size: 12px;
	color:#fff;
	
}
.footer_ber p a{
	color:#fff;
}


/*联系我们*/

.lh-other.ones {
	padding: 6vh 0 13vh;
	background: #fff;
}
.lh-ones>.container {
	background: #fff;
	padding: 7vh 5.2vw;
	max-width: 1200px;
}
.lh-ones-h1 {
	font-size: 1.6vw;
	color: #222222;
	font-weight: bold;
	text-align: center;
}
.lh-ones-cont {
	margin: 10vh 0;
	font-size: 18px;
	line-height: 40px;
	color: #222222;
}
.lh-ones-cont img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto !important;
}
.lh-ones-share {
	text-align: center;
}
.lh-ones-share a {
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	line-height: 50px !important;
	background: #66A2D4 !important;
	color: #fff !important;
	text-decoration: none !important;
	padding: 0 !important;
	margin: 0 19px !important;
	opacity: 1;
	font-size: 30px !important;
}
.lh-ones-share a.icon-xinlang {
	background: #EA5D5C !important;
}
.lh-ones-share a.icon-weixin {
	background: #50B674 !important;
}
.lh-ones-share a.icon-xinlang:hover {
	background: #EA1C1C !important;
}
.lh-ones-share a.icon-weixin:hover {
	background: #1CB452 !important;
}
.lh-ones-share a.icon-qq:hover {
	background: #1F7CCE !important;
}
.lh-honor-ul {
	margin-left: -2.8vw;
}
.lh-honor-ul li {
	width: 33.3%;
	padding-left: 2.8vw;
	float: left;
	margin-bottom: 2.8vw;
}
.lh-honor-ul li img {
	width: 100%;
}
.lh-honor-ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.lh-honor-ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #00a2e9;
	padding: 0 10px;
	font-size: 16px;
	transition: ease .65s;
	transform: translateY(100%);
}
.lh-other.ones>.container {
	max-width: 1240px;
}
.lh-honor-ul li a:hover h2 {
	transform: translateY(0);
}
.lh-loading {
	text-align: center;
}
.lh-loading>h2 {
	margin-top: 10px;
	color: #2f318b;
}
.swiper-slide.footer {
	height: auto !important;
}
.spinner {
	margin: auto;
	width: 20px;
	height: 20px;
	position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #2f318b;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.circle1 {
	top: 0;
	left: 0;
}
.circle2 {
	top: 0;
	right: 0;
}
.circle3 {
	right: 0;
	bottom: 0;
}
.circle4 {
	left: 0;
	bottom: 0;
}
.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 . @-webkit-keyframes bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
.lh-other.rd {
	padding: 0;
}
.lh-rd-ul li {
	overflow: hidden;
	background: #2F318B;
	height: 72vh;
}
.lh-rd-ul li .img {
	width: 50%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.lh-rd-ul li .text {
	width: 50%;
	height: 100%;
	float: left;
	padding: 0 4.16vw;
	display: flex;
	align-items: center;
	animation-timing-function: cubic-bezier(.8, -.5, .2, 1.4);
}
.lh-rd-ul li .text h2, .lh-rd-ul li .text h3, .lh-rd-ul li .text pre {
	color: #fff;
}
.lh-rd-ul li .text pre {
	max-width: 580px;
}
.lh-rd-ul li .text a {
	border-color: #fff;
	background: none;
	color: #fff;
}
.lh-rd-ul li .text a:before {
	display: none;
}
.lh-rd-ul li .text a:hover {
	background: #fff;
	color: #2F318B;
}
.lh-rd-ul li:nth-child(2n) {
	background: #00A2E9;
}
.lh-rd-ul li:nth-child(2n) .img {
	float: right;
}
.lh-product {
	background: #F4F4F8;
}
.lh-product-item>li {
	width: 33.3%;
	height: calc((100vh - 90px) / 2);
	float: left;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #D8D8DC;
}
.lh-product-item>li:before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #D8D8DC;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.lh-product-item>li:nth-child(3n):before {
	display: none;
}
.lh-product-item>li>div {
	display: block;
	height: 100%;
}
.lh-product-item>li>div>a {
	display: none;
}
.lh-product-item>li>div>.img {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	height: 80%;
}
.lh-product-item>li>div>.img img {
	margin: auto;
	max-height: 100%;
	width: auto;
}
.lh-product-item>li h2 {
	font-size: 18px;
	font-weight: bold;
}
.lh-product-shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lh-product-shift {
max-width:calc(120px * 3 + 4vw);
	margin: 20px auto 0;
	transform: translateX(-1vw);
}
.lh-product-shift li {
	width: 33.3%;
	float: left;
	padding-left: 2vw;
	margin-bottom: 2vw;
}
.lh-product-shift li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DCDCEA;
	background: #F4F4F8;
	position: relative;
	width: 120px;
	height: 120px;
}
.lh-product-shift li .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00A2E9;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	transform: scale(0);
	transition: ease .65s;
	opacity: 0;
}
.lh-product-shift li a:hover .text {
	transform: scale(1);
	opacity: 1;
}
.lh-product-shift li a i {
	display: block;
	width: 40px;
	height: 4px;
	background: #00A2E9;
	position: relative;
	transition: ease .65s;
}
.lh-product-shift li a i:before {
	content: '';
	display: block;
	width: 4px;
	height: 40px;
	background: #00A2E9;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lh-product-shift li a:hover i {
	transform: rotate(360deg);
}
.lh-product-shadow {
	opacity: 0;
	visibility: hidden;
	transition: ease .65s;
}
.lh-product-item>li>div:hover .lh-product-shadow {
	opacity: 1;
	visibility: visible;
}
.lh-product-shadow>div>a {
	color: #00a2e9;
	font-size: 16px;
	border-bottom: 1px solid #00a2e9;
}
.lh-product-shadow>div>a:hover {
	color: #2F318B;
	border-bottom: 1px solid #2F318B;
}
.lh-ban.pro {
	height: 40vh;
}
.lh-proDetails-banner {
	position: relative;
	padding: 6vh 0;
	border-top: 1px solid #DCDCEA;
	border-bottom: 1px solid #DCDCEA;
	margin-top: 6vh;
	overflow: hidden;
}
.lh-proDetails-banner li img {
	margin: auto;
}
.lh-proDetails-banner .lh-history-btn a {
	z-index: 2;
}
.lh-proDetails-banner .lh-history-btn a.prev {
	left: 0;
}
.lh-proDetails-banner .lh-history-btn a.next {
	right: 0;
}
.lh-proDetails-res {
	padding: 4vh 0;
	border-bottom: 1px solid #DCDCEA;
	font-size: 16px;
	color: #444444;
	line-height: 32px;
}
.lh-proDetails-res1 {
	padding: 4vh 0;
	border-bottom: 1px solid #DCDCEA;
	font-size: 16px;
	color: #444444;
	line-height: 32px;
}
.lh-proDetails-res>b {
	color: #3646a9;
}
.lh-proDetails-page {
	max-width: 1200px;
	margin: 5.6vh auto 0;
	text-align: center;
}
.lh-proDetails-page a {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.lh-proDetails-page a:nth-child(2) {
	border-bottom: 1px solid #333;
}
.lh-proDetails-page a:first-child {
	float: left;
}
.lh-proDetails-page a:last-child {
	float: right;
}
.lh-proDetails-page a i {
	font-size: 24px;
	color: #AAA;
	font-weight: normal;
	transition: ease .65s;
}
.lh-proDetails-page a:first-child i {
	float: left;
	margin-right: 10px;
}
.lh-proDetails-page a:last-child i {
	float: right;
	margin-left: 10px;
}
.lh-proDetails-page a:hover, .lh-proDetails-page a:hover i {
	color: #00a2e9;
}
.lh-proDetails-layer {
	width: 180px;
	height: 150px;
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	overflow: hidden;
	background: #00A2E9;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	z-index: 10;
}
.lh-proDetails-layer li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.lh-proDetails-layer li a {
	color: #fff;
	display: block;
}
.lh-proDetails-layer li:nth-child(2n) {
	background: #fff;
}
.lh-proDetails-layer li:nth-child(2n) a {
	color: #00A2E9;
}
.lh-pro-ul li {
	margin-bottom: 6vh;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.lh-pro-ul li:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #EBEBF2;
	position: absolute;
	right: 38%;
	top: 0;
}
.lh-pro-ul li .img {
	float: right;
	width: 38%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5.6vh 10%;
}
.lh-pro-ul li .text {
	float: left;
	width: 62%;
	display: flex;
	align-items: center;
	padding: 5%;
}
.lh-pro-ul li .text h2 {
	font-size: 26px;
	font-weight: bold;
	color: #222;
}
.lh-pro-ul li .text pre {
	margin: 4vh 0;
	line-height: 28px;
	color: #666666;
}
.lh-pro-ul li .text .btn a {
	width: 120px;
	height: 40px;
	border-radius: 30px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #2F318B;
	color: #2F318B;
	float: left;
	margin-left: 20px;
}
.lh-pro-ul li .text .btn a:first-child {
	margin-left: 0;
	background: #2F318B;
	color: #fff;
}
.lh-pro-ul li .text .btn a:first-child:hover {
	background: #00A2E9;
	border-color: #00A2E9;
}
.lh-pro-ul li .text .btn a:last-child:hover {
	background: #2F318B;
	color: #fff;
}
.lh-nav-three {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	position: relative;
}
.lh-nav-three dl {
	text-align: center;
}
.lh-nav-three dl dd {
	display: inline-block;
}
.lh-nav-three dl dd a {
	padding: 2vh 4vw 3vh;
	display: block;
	color: #444444;
	font-size: 15px;
}
.lh-nav-three dl dd img {
	margin: auto;
}
.lh-nav-three dl dd .img {
	height: 110px;
	display: flex;
	align-items: center;
}
.lh-nav-three dl dd h2 {
	margin-top: 10px;
}
.lh-nav-three dl dd .img img {
	height: 100%;
	width: auto;
}
.lh-nav-three dl dd a:hover, .lh-nav-three dl dd a.on {
	background: #bebebf;
	color: #2f318b;
}
.lh-system .lh-public-h2, .lh-system .lh-public-h3, .lh-system .lh-public-pre {
	text-align: center;
}
.lh-system .lh-public-pre {
	margin: auto;
	max-width: 918px;
}
.lh-system-item {
	margin-top: 6vh;
	margin-left: -2.08vw;
}
.lh-system-item li {
	width: 33.3%;
	padding-left: 2.08vw;
	margin-top: 2.08vw;
}
.lh-system-item li a {
	display: block;
	background: #fff;
	border: 1px solid #DCDCEA;
	height: 100%;
	text-align: center;
	font-size: 18px;
	padding: 1vw;
}
.lh-system-item li .img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lh-system-item li h2 {
	margin-top: 10px;
}
.lh-system-item li a:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-color: #fff;
	color: #00a2e9;
}
.lh-system {
	padding-bottom: 12vh;
}
.lh-system.solut {
	padding: 9vh 0;
	background: #fff;
}
.lh-solut {
	margin-top: 8vh;
	position: relative;
	height: 60vh;
}
.lh-solut .img {
	width: 71%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.lh-solut-text {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #006947;
	text-align: center;
	padding: 8vh 3.125vw;
	color: #fff;
	max-width: 500px;
}
.lh-solut:nth-child(3n-2) .lh-solut-text {
	background: #006947;
}
.lh-solut:nth-child(3n-1) .lh-solut-text {
	background: #2E328D;
}
.lh-solut:nth-child(3n) .lh-solut-text {
	background: #0066cc;
}
.lh-solut-text i {
	font-size: 3.125vw;
	display: none;
}
.lh-solut-text h2 {
	font-size: 24px;
	margin-top: 1vh;
}
.lh-solut-text pre {
	line-height: 28px;
	margin: 3vh 0 4vh;
	text-align: left;
}
.lh-solut-text a {
	margin: auto;
	background: none;
	color: #fff;
	border: 1px solid #fff;
}
.lh-solut-text a:before {
	display: none;
}
.lh-solut-text a:hover {
	background: #fff;
	color: #006947;
	border-color: #006947;
}
.lh-business {
	position: relative;
	height: 60vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.lh-business .container {
	height: 100%;
}
.lh-business .lh-solut-text {
	right: 20px;
	background: #2f318b;
}
.lh-solut.two {
	margin-top: 0;
}
.lh-solut.two .img {
	float: right;
}
.lh-solut.two .lh-solut-text {
	left: 0;
	background: #00a2e9;
}
.lh-service-ul {
	background: #F4F4F8;
}
.lh-service-ul li {
	height: 70vh;
	position: relative;
}
.lh-service-ul li .img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.lh-service-ul li .text {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	top: 0;
	background: rgba(47,49,139,.6);
	padding: 0 4.16vw;
	display: flex;
	align-items: center;
	color: #fff;
}
.lh-service-ul li .text h2, .lh-service-ul li .text h3, .lh-service-ul li .text pre {
	color: #fff;
}
.lh-service-ul li .text a {
	color: #fff;
	background: none;
	border-color: #fff;
}
.lh-service-ul li .text a:before {
	display: none;
}
.lh-service-ul li .text a:hover {
	background: #00A2E9;
	color: #fff;
	border-color: #00A2E9;
}
.lh-service-ul li:nth-child(2n) .text {
	left: 0;
	justify-content: flex-end;
}
.lh-news-item {


	margin-left: -2vw;
	margin-top: 8vh;
	margin-bottom: 4vh;
}
.lh-news-item li {
	width: 33.3%;
	padding-left: 2vw;
	margin-bottom: 2vw;
}
.lh-news-item li a {
	display: block;
	position: relative;
	background: #fff;
	box-shadow: 0 0 24px rgba(0,0,0,.12);
}
.lh-news-item li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #00a2e9;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: ease .65s;
}
.lh-news-item li .img {
	overflow: hidden;
}
.lh-news-item li img {
	transition: ease .65s;
	width: 100%;
}
.lh-news-item li .text {
	padding: 4vh 20px 6vh;
}
.lh-news-item li .text h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: ease .65s;
}
.lh-news-item li .text h3 {
	line-height: 28px;
	color: #666666;
	height: 56px;
	overflow: hidden;
	margin: 2vh 0;
}
.lh-news-item li .text h4 {
	color: #2f318b;
	font-weight: bold;
	font-size: 16px;
	font-family: "CenturyGothicbold";
	transition: ease .65s;
}
.lh-news-item li a:hover:after {
	transform: scaleX(1);
}
.lh-news-item li a:hover .text h2, .lh-news-item li a:hover .text h4 {
	color: #00a2e9;
}
.lh-news-box .lh-public-h2, .lh-news-box .lh-public-h3 {
	text-align: center;
}
.lh-news-box .lh-public-h2{
	font-size: 2.5vw;
    color: #0066cc;
	font-weight: bold;
	line-height: initial;
	text-transform: uppercase;
}

.lh-onews-h2 {
	padding: 2.6vh 0;
	border-top: 1px solid #DCDCEA;
	border-bottom: 1px solid #DCDCEA;
	color: #888888;
	font-size: 15px;
	text-align: center;
	margin-top: 6vh;
}
.lh-onews-h2 span {
	margin: 0 15px;
}
.lh-ones-h1.two {
	font-size: 1.45vw;
}
.lh-ones-cont.two {
	margin: 5vh 0;
	font-size: 16px;
}
.lh-contact-a {
	margin-top: 7vh;
	position: relative;
	border: 4px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.lh-contact-text {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0 1.6vw;
	background: url(../img/lxwm_lxfs_bg.jpg)no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	width: 30%;
}

.lh-contact-text .lcfs{
	width: 100%;
}


.lh-contact-text h1{
	padding-bottom: 40px;
    font-size: 26px;
    font-weight: 600;
}


.lh-contact-text h2 {
	margin-bottom: 30px;
	font-size: 16px;
}
.lh-contact-text h2 a{
	color:#fff;
}

.lh-contact-text .ewm .col-xl-5{
	width: 40%;
}


.lh-contact-text img {
	width: auto;
	max-width: 120px;
}
.lh-contact-text h3 {
	font-size: 12px;
	color: #daffec;
	margin-top: 10px;
}
.lh-map {
	height: 550px;
	width: 100%;
}
.lh-contact-b {
	margin-top: 7vh;
}
.lh-contact-item {
	margin-top: 7vh;
}
.lh-contact-item li {
	width: 33.3%;
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #DDD;
}
.lh-contact-item li span {
	color: #242424;
	font-size: 16px;
}
.lh-contact-item li input {
	width: 100%;
	background: none;
	border: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-indent: 60px;
	font-size: 14px;
}
.lh-contact-item li:last-child {
	height: 136px;
	width: 100%;
	line-height: inherit;
	padding-top: 15px;
}
.lh-contact-item li textarea {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 60px 30px;
	font-size: 14px;
}
.lh-contact-item li:last-child a {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #0066cc;
	font-weight: bold;
	font-size: 16px;
}
.lh-contact-item li:last-child a:hover {
	color: #0066cc;
}
.lh-join-item {
	margin-top: 7vh;
}
.lh-join-item dt .lh-join-h {
	height: 10vh;
	line-height: 10vh;
	background: #fff;
	border-bottom: 1px solid #DDD;
	cursor: auto;
}
.lh-join-h {
	height: 8vh;
	line-height: 8vh;
	background: #fff;
	border-bottom: 1px solid #DDD;
	transition: ease .65s;
	cursor: pointer;
}
.lh-join-h span {
	flex: 1;
	padding-left: 2vw;
	font-size: 0.9vw;
	color: #444444;
	transition: ease .65s;
}
.lh-join-h span:last-child {
	flex: .3;
	padding: 0;
	text-align: center;
}
.lh-join-item dt .lh-join-h span {
	font-weight: bold;
	color: #222;
}
.lh-join-info {
	border: 4px solid #00a2e9;
	background: #fff;
	padding: 2vw;
	display: none;
	border-top: none;
}
.lh-join-cont li {
	float: left;
	width: 50%;
}
.lh-join-cont li>h2 {
	font-size: 18px;
	font-weight: bold;
	color: #222222;
}
.lh-join-cont li>.ccont {
	line-height: 30px;
	color: #555555;
	margin-top: 4vh;
}
.lh-join-info .email {
	color: #222222;
	font-size: 16px;
	margin-top: 4vh;
}
.lh-join-info .email a {
	color: #00a2e9;
	font-size: 16px;
}
.lh-join-close {
	font-size: 24px;
	color: #fff;
}
.lh-join-item dd.on .lh-join-h {
	background: #00a2e9;
	border-color: #00a2e9;
}
.lh-join-item dd.on .lh-join-h span {
	color: #fff;
}
/*.lh-index-about .img {
	position: relative;
}*/
.lh-video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}
.lh-video-btn i {
	font-size: 50px;
}
.lh-video {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .65s;
	visibility: hidden;
	opacity: 0;
}
.lh-video video {
	max-width: 100vw;
	max-height: 100vh;
	width: 100%;
}
.lh-video-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 30px;
	z-index: 10;
}
.lh-video-close:hover {
	border-radius: 50% 0 50% 50%;
}
.Video .lh-video {
	visibility: visible;
	opacity: 1;
}
.sjban {
	display: none;
}


/*---====== Cont CSS ======---*/

.lh-index-cont{
	    background: url(../images/sy_lxwm_img_bg.jpg) no-repeat right bottom;
    display: flex;
    background-size:auto 120%;
    transition: ease 3s;
    overflow: hidden;
}

.swiper-slide-active .lh-index-cont{
	background-size:auto 110%;
}

.cont_wk{
  padding-top: 12vh;
}

.heading{
width:46%;
}

.heading .heading-title{
	font-size: 35px;
	color:#fff;
	font-weight: bold;
	line-height: 54px;
    margin-bottom: 31px;
}

.heading .heading-desc{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 25px;
}
.heading .advantages-list-holder{
	margin-bottom: 32px;
}

.heading  .advantages-list li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

.heading  .contact-action .btn{
    padding: 0 28px;
    font-size: 15px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 170px;
    height: 65px;
    margin-right: 30px;
	background-color: #ffffff;
    color: #333;
	border-radius: 7px;
	align-items: center;
}
.heading .contact-action .btn  i{
	padding-left: 6px;
	font-size: 18px;
}


.contact-card{
	width: 46%;
	background-color: #ffffff;
    border-radius: 8px 8px 0 8px;
    padding: 47px 50px 40px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(40 40 40 / 15%);
    box-shadow: 0 1px 73px 0 rgb(40 40 40 / 15%);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
	margin-top: 40px;
}

.contact-card .card-heading{
	color: #333;
	font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-card .card-desc{
	font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    margin-bottom: 24px;
}

.contact-action{
	margin-bottom: 38px;
}

.contact-wx{
	width: 50%;
	padding-bottom: 20px;
}

.contact-wx-gzh, .contact-wx-xcx {
	width: 48%;
	text-align: center;
}

.contact-wx-gzh img,.contact-wx-xcx img{
	width: 100%;
}
.contact-wx-gzh p,.contact-wx-xcx p{
	color:#fff;

	font-size: 16px;
}

.heading .contact-quote p{
	font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.heading .contact-quote p a{
	color: #fff;
}


/*内页*/
.Sbanner {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.Sbanner .container {
	height: 100%;
}
.Sbanner p {
	font-size: 27px;
	color: #fff;
	font-weight: bold;
	line-height: initial;

}
.Sbanner p:after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #fff;
	display: block;
	margin-top: 10px;
}
.location {
	color: #999;
	text-align: right;
}
.location a {
	color: #999;
	margin: 0 5px;
}
.location a.actived {
	color: #0066cc;
}
.ab_top {
	line-height: 1;
	background: #fafafa;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	line-height: 62px;
}
.ab_type li {
	float: left;
	font-size: 16px;
	position: relative;
}
.ab_type li:after {
	content: '';
	display: block;
	height: 16px;
	width: 1px;
	background: rgba(0,0,0,0.07);
	position: absolute;
	right: 0;
	top: 23px;
}
.ab_type li a {
	padding: 0 18px;
	display: inline-block;
}
.ab_type li:last-child:after {
	display: none
}
.ab_type li a.actived {
	border-bottom: 2px solid #0066cc;
	color: #0066cc;
}
.ab_content {
	padding: 40px 0;
	min-height: 400px;
}
.contact {
	background: #0066cc;
	color: #fff;
	padding: 20px;
	height: 400px;
	line-height: 1.6;
}
.baidumap {
	height: 400px;
	width: 100%;
}
/*产业结构*/
.jiegou {
}
.jiegou .item {
	height: 280px;
	position: relative;
	margin-bottom: 20px;
}
.jiegou .item .img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}
.jiegou .item .abs {
	color: #fff;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.6;
}
.jiegou .item .abs .tt {
	font-size: 22px;
	line-height: 240px;
	text-align: center;
	display: block;
}
.jiegou .item .abs p {
	margin: 10px 0 20px 0;
}
.jiegou .item .note {
	display: none
}
.jiegou .item:hover .abs {
	background: #0066cc;
}
.jiegou .item:hover .abs .tt {
	text-align: left;
	line-height: 1.6;
}
.jiegou .item:hover .note {
	display: block;
}
.jg_big_tt.note_content {
}
.jg_big_tt .img {
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-bottom: 4px solid #0066cc;
}
.jg_big_tt.only:after {
	content: '';
	width: 50%;
	height: 4px;
	background: #0066cc;
	margin: 15px 0 10px 0;
	display: block;
}
a.jg_btn {
	background: url(../img/icon4.png) no-repeat 20px center #0066cc;
	padding-left: 50px;
	margin-top: 20px;
}
.jg_div {
	background: #f3f3f3;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.jg_div .div {
	background: #fff;
	font-size: 15px;
	padding: 10px;
}
.jg_div .div .title {
	background: #0066cc;
	color: #fff;
	font-size: 22px;
	padding: 5px 10px;
}
.jg_div .news {
	padding: 10px 0;
	line-height: 2;
}
.jg_div .news li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jg_div .news li:before {
	content: '•';
	color: #b2b2b2;
	padding: 0 5px;
}
/*新闻资讯*/
.news_list {
	line-height: 1.8;
}
.news_list .col-md-4 {
	margin-bottom: 20px;
}
.news_list .img {
	height: 250px;
	margin-bottom: 10px;
}
.news_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news_list .tt {
	font-size: 20px;
}
.news_list .date {
	font-size: 0.9em;
	color: #999;
}
/*分页*/
.pages {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	line-height: 34px;
}

.pages li{
	display: inline-block;
}


.pages a, .pages span {
	display: inline-block;
	min-width: 38px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #0066cc;
	color: #0066cc;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
}
.pages span, .pages a:hover, .pages .active a{
	color: #fff;
	background: #0066cc;
}
.pages span.disabled {
	pointer-events: none;
}
/*新闻资讯 详情页*/
.note_content {
	padding: 20px 0;
	font-size: 15px;
}
.ab_content img {
	max-width: 100%;
	height: auto !important;
}
h1.title {
	color: #0066cc;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
}
.note_content .date {
	color: #9e9e9e;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 15px;
}
.xia {
	margin: 20px 0px;
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
	line-height: 2;
}
.xia p a {
	color: #999;
	display: block;
}
.xg_new {
	background: #f7f7f7;
	padding: 40px 0;
}
.xg_new li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xg_new li:before {
	content: '•';
	color: #b2b2b2;
	padding: 0 5px;
}
.xg_new .tt {
	font-size: 25px;
	color: #000;
}
/*发展历程*/
.history {
}
.history .tab {
	text-align: right;
}
.history .tab p {
	white-space: nowrap;
	cursor: pointer;
	font-size: 17px;
	background: url(../img/icon5.png) no-repeat right top;
	height: 66px;
	line-height: 50px;
	padding-right: 30px;
}
.history .tab p.actived {
	font-size: 2em;
	font-weight: bold;
	color: #0066cc;
}
.history .item {
	border: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.history .item dt {
	font-size: 1.3em;
	line-height: 1.8;
}
.history .item dd {
	line-height: 1.8;
}
.history .tab_dis {
	display: none;
}

.about_company, .about_company .note_content {
	font-size: 16px;
}
.about_company .title {
	line-height: 1.3;
	text-align: center;
	font-size: 30px;
	color: #0066cc;
	background: #fafafa;
	font-weight: bold;
	border-bottom: 4px solid #e5e5e5;
}
.about_company .title p {
	padding: 50px 10px;
}
.about_company .title:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	display: block;
	margin-bottom: 2px;
}
.hr {
	border-top: 1px dotted #c4c4c4;
}
.border_tt {
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	padding-left: 15px;
	border-left: 5px solid #0066cc;
	margin: 30px 0;
}
.border_tt span {
	color: #999;
}
.company_list1 .item {
	padding: 25px 0;
	border-bottom: 1px dotted #c4c4c4;
}
.company_list1 .item .lp {
	font-size: 0.9em;
	color: #666;
	text-align: center;
	padding: 7px 0;
}
.company_list1 .item .img {
	display: block;
	width: 100%;
}
.company_list1 .item .tt {
	font-size: 22px;
	padding-bottom: 13px;
	line-height: 1.3;
}
.company_list1 .item .col-sm-8 .tt {
	padding-bottom: 5px;
}
.company_four {
	text-align: center;
	padding-bottom: 20px;
}
.company_four .item.t1 {
	border-right: 1px solid #efefef;
}
.company_four .item {
	float: left;
	width: 50%;
	border-bottom: 1px solid #efefef;
	padding: 20px;
	height: 350px;
}
.company_four .item .tt {
	font-size: 22px;
}
.company_four .item img {
	width: 60px;
}
.company_list2 {
}
.company_list2 .item {
	background: #f0f2f4;
	border-radius: 8px;
	padding: 20px;
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
}
.company_list2 .item .l1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	line-height: 1.2;
	background: #0066cc;
	color: #fff;
	font-size: 22px;
	padding: 5px;
	text-align: center;
	border-radius: 8px;
}
.company_list2 .item .l1:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #0066cc;
	border-width: 10px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
	border-style: solid;
}
.company_list1.noborder .item {
	border: 0;
	padding: 18px 0;
}
.company_list1.noborder {
	border-bottom: 1px dotted #c4c4c4;
	padding-bottom: 10px;
}
.company_five {
	text-align: center;
	margin-bottom: 40px;
}
.company_five .item {
	float: left;
	width: 20%;
	border: 1px solid #efefef;
	padding: 20px;
	height: 160px;
	border-right: 0;
	font-size: 22px;
}
.company_five .item:last-child {
	border-right: 1px solid #efefef;
}
.company_three {
	text-align: center
}
.company_three .item {
	width: 100%;
	padding: 30px 20px;
	height: 260px;
	background: #efefef;
	line-height: 1.8;
}
.company_three .item .tt {
	font-size: 22px;
}
.company_three .item img {
	width: 60px;
}
.company_list3 .img {
	height: 180px;
}
.company_list3 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.company_list3 p {
	text-align: center;
	font-size: 17px;
	padding: 10px 0;
	line-height: 1.6;
}
.about_school {
}
.about_school .item {
	padding: 25px 0;
	border-bottom: 1px dotted #c4c4c4;
}
.about_school .item .tt {
	font-size: 22px;
}
.about_school .item img {
	width: 100%;
}
.about_school .item p {
	color: #666;
}
.about_school .item a.jg_btn {
	background-image: url(../img/icon18.png);
	margin-bottom: 0;
}
/*招贤纳士*/
.hr_form {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
}
.hr_form .form-control {
	width: 100%;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	height: 50px;
	font-size: 15px;
}
.hr_form .search_btn {
	height: 50px;
	width: 100%;
	background: #0066cc;
	border: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.hr_index {
	padding: 20px 0;
}
.hr_index .item {
	min-height: 150px;
	background: #005bac;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
	padding-bottom: 0;
}
.hr_index .item a {
	color: #fff;
}
.hr_index .item .tt {
	font-size: 26px;
}
.hr_index .item.i2 {
	background: #0066cc;
}
.hr_index .item.i3 {
	background: #ffaa01;
}
.hr_form .form-group {
	margin: 0;
}
.hr_list .item {
	background: #f5f5f5;
	padding: 20px;
	height: 200px;
	color: #666;
}
.hr_list .item .tt {
	color: #0066cc;
	font-size: 25px;
}
.hr_list a:hover .item {
	background: #0066cc;
	color: #fff;
}
.hr_list a:hover .item .tt {
	color: #fff;
}
.hr_list .col-xs-12 {
	margin-bottom: 20px
}
.hr_show {
	padding-bottom: 30px;
}
.hr_show .title {
	background: #f5f5f5;
	padding: 30px 40px;
	font-size: 15px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 30px;
}
.hr_show .title .tt {
	color: #0066cc;
	font-size: 27px;
}
.hr_show .t {
	color: #000;
	font-size: 18px;
}
 @media (max-width:992px)/*平板*/ {
.container {
	width: 100%;
}
body {
	overflow-x: hidden;
}
.head_top {
	padding: 10px 0;
	height: 60px;
}
/*手机导航icon*/
.navbar-toggle {
	border: none;
	border-radius: 0;
	margin: 0;
	position: absolute;
	right: 5px;
	top: 0px;
	display: block;
	background: url(../img/btn.png) center center no-repeat;
	width: 45px;
	height: 45px;
	background-size: 30px auto;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	
}
/*导航*/
.navbar-collapse.collapse {
	display: none;
}
.navbar-nav {
	background: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
}
.nav-bar-xs {
	color: #333;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 200;
}
.nav-bar-xs .nav li {
	text-align: left;
	border: none;
	width: 100%;
	padding: 0;
}
.nav-bar-xs .nav li a {
	color: #333;
	font-size: 13px;
	border-radius: 0;
	padding: 10px 0px;
	line-height: 1.6;
	border-bottom: 1px dotted #e5e5e5;
	text-align: center;
}
.top_search {
	display: none;
}
.search_icon {
	display: none;
	position: absolute;
	right: 50px;
	top: 0px;
	background: url(../img/icon1.png) center center no-repeat;
	width: 45px;
	height: 45px;
	background-size: 25px auto;
}
#search1 {
	position: absolute;
	top: 50px;
	right: 0;
	display: none;
	z-index: 201;
}
/*切换图*/
.focus {
	height: 300px;
}
.focus .bd li {
	height: 300px;
}
.focus .hd {
	height: 10px;
	top: 16%;
}
.focus .hd ul li {
	width: 80%;
	height: auto;

}
	 .focus .hd .banner_an{
		 padding-top: 0.6em;
	 }	 
	 .focus .hd .banner_an ul{
		 background: none;
	 }
	 .banner_an ul li a{
		 display: block;
		 padding: 2px 10px;
	 }	 
	 .focus .hd ul li:nth-child(2){
		 display: none!important;
	 }	 
	 
/*首页*/
.indexpd {
	padding: 40px 0px;
}
.index_news {
	background: #fff;
}
.index_news .col-md-6 {
	padding: 0 0px;
}
.red_btn, a.red_btn {
	font-size: 14px;
	padding: 5px 20px;
}
.index_news_four {
	padding: 20px 0;
}
.index_news_four .col-xs-12 {
	padding: 10px 0;
}
.index_title p {
	font-size: 20px;
}
.index_jiegou .col-md-4 {
	padding: 0 10px;
}
.index_jiegou .item .img {
	/*float: left;
	width: 50%;*/
}
.index_jiegou .item .abs {

}
.index_jiegou .item a {
	height: 100%;
}
.index_jiegou .item .note {
	display: block;
}
.index_jiegou .item.right .img {
	float: right;
}
.index_jiegou .item.long {
	height: 280px;
}
.index_links a {
	margin: 5px 0;
}
.index_links {
	padding-top: 0;
}
/*底部*/
.footer {
	padding: 25px 0;
}
.bottom_nav {
	float: none;
}
/*内页*/
.Sbanner {
	height: 180px;
}
.ab_top {
	padding: 0px;
	background: #fff;
	border-bottom: 0;
	padding-top: 10px;
}
.ab_type ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.ab_type li {
	-webkit-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
	text-align: center;
	float: none;
	padding: 5px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ab_type li:after {
	display: none;
}
.ab_type li a {
	border: 1px solid rgba(0,0,0,0.07);
	width: 100%;
	font-size: 13px;
}
.ab_type li a.actived {
	border: 0;
	background: #0066cc;
	color: #fff;
}
.ab_content {
	padding: 20px 0;
}
.note_content {
	padding: 10px 0;
	font-size: 13px;
}
.index_news .con {
	padding: 10px 0;
}
.index_news .tt {
	font-size: 18px;
	font-weight: 600;
}
.index_news .p {
	padding: 5px 0 20px 0;
	font-size: 13px;
}
.jg_div {
	margin-left: 0;
}
a.jg_btn {
	background-size: 15px auto;
	background-position: 10px center;
	padding-left: 30px;
	margin-bottom: 10px;
}
	 
	 

	 
	 
/*分公司介绍*/
.about_company .title p {
	padding: 30px 10px;
}
.company_list1 .item {
	padding: 15px 0;
}
.company_four .item {
	width: 100%;
	height: auto;
	border-right: 0 !important;
}
.company_five .item {
	width: 50%;
	height: 120px;
}
.company_five .item:nth-child(n+3) {
	border-top: 0;
}
.company_five .item img {
	width: 40px;
}
/*招贤纳士*/
.hr_form {
	bottom: 10px;
	padding: 0 10px;
}
.hr_form .form-control {
	height: 40px;
	font-size: 13px;
}
.hr_form .search_btn {
	height: 40px;
	width: 100%;
	font-size: 16px;
}
.hr_index .item {
	padding: 20px 10px;
	padding-bottom: 0;
}
.hr_index .item .tt {
	font-size: 20px;
}
.contact {
	height: auto;
}
}
@media (min-width:769px)/*桌面*/ {
/*body{min-width:1200px; overflow: auto;}
.container{width:1200px;}*/
.valign-center-md {
	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;
}
}
@media (min-width:769px) and (max-height:670px) {/*桌面*/
}
@media (min-width:992px) {/*电脑*/
/*内页*/


}




 @media (min-width:1200px) {/*电脑*/
.container {
	width: 1200px;
}
}

 @media (min-width:1500px) {/*大屏幕*/
.container {
	width: 1500px;
}
}

 @media (max-width:1500px) {/*电脑*/
	 
	 .navbar .container{
		width:98%; 
	 }
	 
	 .navbar-collapse{
		 padding-left: 20px;
	 }
	 
	 .head_fwrx .tel h5{
		 font-size: 26px;
	 }
	 
	 .nav>li>a{
		 font-size: 16px;
		 
	 }
	 .sy_xydt_lb .bt p{
		 font-size: 26px;
	 }
	 
	 .sy_xydt_lb .gd a{
		 padding: 4px 40px;
	 }
	 
}
@media (max-width:1400px) {
	.head_fwrx .tel h5{
		font-size: 24px;
	}
	.nav>li>a{
		padding: 0px 10px;
	}
	
	.sy_btnav .sy_bt{
		width: 50%;
	}
	.sy_flgd{
		width: 50%;
	}
	
}

@media (max-width:1300px) {
	.nav>li>a{
		font-size: 14px;
	}
	
	
}


@media (max-width:1024px) {
	.head_fwrx{
		display: none;
	}
	.syxwlb2 .ne h3{
		font-size: 16px;
	}
	.syxwlb2 .wk{
		padding: 20px 15px;
	}
	
	.syxwlb2 .ne p{
		line-height: 24px;
        margin-bottom: 10px;
	}
	
	.syxwlb2 .db h5{
		font-size: 24px;
	}
	.sy_naws_lb3 .sj p{
		font-size: 14px;
	}
	.sy_naws_lb3 .wk{
		padding: 20px 15px;
	}
	.about_txt_nr h3{
		    font-size: 26px;
	}
	
	.sy_about_img{
		width: 100%;
	}
	.sy_about_txt{
		width: 100%;
	}
	.sy_xyfc{
		width: 100%;
	}
	.sy_spzx{
		width: 100%;
		margin-top: 40px;
	}
	.sy_xydt_lb{
		margin-bottom: 20px;
	}
	
	.footer_logo{
		width: 50%;
	}
	.footer_wxewm{
		padding-left: 0px;
    text-align: left;
	}
	.footer_lxfs{
		width: 40%;
	}
}
 @media (max-width:767px) {/*手机*/
body {
	font-size: 12px;
}
.head_top {
	height: auto;
}
 
	 
.navbar-brand {
	padding-left: 0px;
}
.navbar-brand img {
	
}
.search_icon, .navbar-toggle {
	width: 40px;
	height: 40px;
	background-size: 20px auto;
	top: 0px;
}
	 
.navbar .container{
		 width: 100%;
	 }	 
.head_nav{
		 padding:0;
	 }
	 .navbar-collapse{
		 padding-left: 0;
	 }	 
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	    margin-right: 0px;
    margin-left: 0px;
	 }	 
	 
.search_icon {
	right: 45px;
}
.navbar-toggle {
	background-size: 25px auto;
}
.nav-bar-xs, #search1 {
	top: 40px;
}
	 .navbar_logo{
		 width: 70%;
	 }	 
	 
	 .sy_btnav .sy_bt{
		 width: 100%;
	 }
	 .sy_flgd{
		 width: 100%;
		 text-align: left;
		 margin-top: 20px;
	 }
	 .flgd_nav ul li:nth-child(1){
		 margin-left: 0px;
	 }
	 
	 .flgd_nav ul li{
		 margin-left: 10px;
	 }
	 
	 .flgd_nav ul li a{
		 padding: 5px 25px;
		 font-size: 16px;
	 }
	 .flgd_gd{
		 padding-left: 15px;
	 }
	 .flgd_gd a{
		 font-size: 16px;
		 line-height: 1;
	 }
	 .sy_bt .bt h3{
		 font-size: 20px;
	 }
	 .sy_bt .bt p{
		 line-height: 1;
		 font-size: 16px;
	 }
	 .sy_naws_lb1{
		 width: 100%;
	 }
	 
	 .sy_naws_lb2{
		 width: 100%;
		 margin-top: 30px;
	 }
	 .syxwlb2{
		 height: auto;
	 }
	 .sy_naws_lb3{
		 width: 100%;
		 display: none;
	 }
	 
	 .index5 .sy_flgd{
		 margin-top: 0px;
	 }
	 
	 
/*切换图*/
.focus {
	height: 300px;
}
.focus .bd li {
	height: 300px;
}
	 
.focus .hd .banner_txt h3{
	font-size: 30px; 
	 }	 
.focus .hd .banner_txt h6{
	font-size: 16px;	 
	 }
	 
	 
	 
	 
	 
/*首页*/
.index_title h3{
		 font-size: 30px;
	 }	 
.index_title p {
	font-size: 14px;
	margin-top: 6px;
}
.index_more {
	background-size: 10px auto;
	padding-right: 15px;
}
.index_news .tt {
	font-size: 16px;
}
.index_news .p {
	padding: 0px 0 10px 0;
}
.red_btn, a.red_btn {
	font-size: 13px;
}
.index_news_four .date h1 {
	font-size: 35px;
}
.index_news_four .tt {
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
	 
.index_news_four .threeLine{
		 padding-bottom: 0;
    margin-bottom: 10px;
	 }	 
	 
.index_news_four {
	padding: 10px 0;
}
.index_title {
	padding: 10px 0;
}
.index_jiegou .item, .index_jiegou .item.long {
	height: 190px;
	padding: 5px 0px;
}
.index_jiegou .item .abs .tt {
	font-size: 16px;
	border-bottom-width: 1px;
}
.index_jiegou .item .abs .more {
	width: 20px;
}
.index_jiegou .item .abs {
	transform: translateY(0px);
}
.index_links a {
	height: 40px;
}
	 .footer_logo a img{
		 width: 80%;
	 } 
	 .footer_bm{
		 padding-top: 30px;
	 }	 
	 
	 .footer_bmwk{
		 padding: 30px 20px;
	 }
	 .sybm_wz h4{
		 font-size: 26px;
	 }
	 
	 .sybm_wz p{
		 font-size: 16px;
    line-height: 30px;
	 }
	 
	 .sybm_an.fr{
		 float: left;
	 }
	 
.footer {
	padding: 15px 0px;
}
	 
.footer_wk{
		 width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	 }	 
	 
	 .footer_logo{
		 width: 100%;
	 }	 
	 .footer_lxfs{
		 width: 80%;
		 padding-top: 20px;
		
	 }
	 .footer_wxewm{
		 padding-left: 0px;
		 text-align: center;
		  margin: 0 -5px;
	 }
	 .footer_lxdh{
		 text-align:left;
	 }
	 
	 .f_l_lxfs p img{
		 padding-right: 10px;
	 }	 
	 
.bottomLogo {
	width: 100px;
}
.footer .erweima {
	width: 60px;
	height: 60px;
}
	 .footer_ber_gs{
		width: 100%; 
	 }
	 .footer_ber_jszc{
		 width: 100%;
	 }
	 .footer_ber{
		 padding: 20px 0px 0px 0px;
	 }
	 
/*简介*/	 
.sy_about_txt{
		 width: 100%;
	 }
	 .about_txt_nr{
		 padding-right: 0;
	 }
	 .sy_about_img{
		 width: 100%;
		 padding-top: 0px;
	 } 
	 .about_txt_gd{
		 margin-top: 30px;
	 }
	 .about_txt_gd a{
		 font-size: 16px;
	 }
	 .sy_about{
		 padding: 20px 20px;
	 }
	 .about_txt_nr h3{
		 font-size: 20px;
		 margin-top: 20px;
	 }
	 
	 .about_txt_nr p{
		 font-size: 16px;
		 line-height: 30px;
	 }
	 
	 
/*专业设置*/	 
	 .index_zysz ul li{
		width: 100%; 
		padding: 0; 
	 }
	 .zysz_wk{
		 padding: 30px 20px;
	 }
	 .zysz_bt h3{
		 font-size: 24px;
	 }
	 
	 .zysz_bt{
		 
	 }
	 .sy_more{
		 margin-top: 30px;
	 }
	 .sy_more a{
		 font-size: 16px;
	 }
	 
	 .sy_zysz .sy_zysz_lb{
		 height: 460px;
	 }
	 
	 .sy_zysz_nr .bt h3{
		 font-weight: 600;
	 }
	 .sy_zysz_nr{
		 top: 0;
		 bottom: auto;
	 }
	 .sy_zysz .sy_zysz_lb:nth-child(1) .sy_zysz_img:before{
		 background: linear-gradient(180deg, #2055db, rgb(255 255 255 / 10%));
	 }
	 .sy_zysz .sy_zysz_lb:nth-child(2) .sy_zysz_img:before{
		 background: linear-gradient(180deg, #fa6129, rgb(255 255 255 / 10%));
	 }
	 .sy_zysz .sy_zysz_lb:nth-child(3) .sy_zysz_img:before{
		background: linear-gradient(180deg, #1aad9b, rgb(255 255 255 / 10%));
	 }
	 .sy_zysz .sy_zysz_lb:nth-child(4) .sy_zysz_img:before{
		 background: linear-gradient(180deg, #ad1a1a, rgb(255 255 255 / 10%));
	 }
	 .sy_zysz .sy_zysz_lb:nth-child(5) .sy_zysz_img:before{
		 background: linear-gradient(180deg, #891aad, rgb(255 255 255 / 10%));
	 }
	 .sy_zysz .sy_zysz_lb:nth-child(5) .sy_zysz_img:before{
		 background: linear-gradient(180deg, #1aad1e, rgb(255 255 255 / 10%));
	 }
	 
	 .sy_zysz .swiper-button-next,.sy_zysz .swiper-button-prev{
		 top: var(--swiper-navigation-top-offset, 60%);
	 }
	 
	 
	 
/*中外合作*/
	 .sy_xxys_lbwk{
		 margin-top: 60px;
	 }
	 .sy_xxys_lb{
		 width: 50%;
	 }
	 .sy_xxys_lb h3{
		 font-size: 40px;
	 }
	 .sy_xxys_lb:nth-child(1){
		padding-bottom: 10px; 
	 }
	 .sy_xxys_lb:nth-child(2){
		 border-right:none;
		 padding-bottom: 10px
	 }
	 .sy_xxys_lb:nth-child(3),.sy_xxys_lb:nth-child(4){
		border-top:1px solid rgb(238 238 238 / 45%);
		padding-top: 10px;
	 }
	 
	 
	 .zwhzbx_img{
		 width: 100%;
	 }
	 .zwhzbx_txt{
		 width: 100%;
		 padding-top: 30px;
	 }
	 
	 .zwhzbx_lb{
		 padding: 20px 10px;
	 }
	 
	 .zwhzbx_lb_wz h3{
		 font-size: 20px;
	 }
	 .zwhzbx_lb_wz p{
		 font-size: 14px;
		 line-height: 26px;
	 }
	 .zwhzbx_lb_img p{
		 font-size: 16px;
	 }
	
/*学校公告*/	 
	 .xxgg_lb{
		 width: 100%;
		 padding: 0;
	 }	 
	 
	 .xxgg_lbtxt{
		 padding: 20px 10px;
	 }
	 .xxgg_lbtxt h3
	 {
		 line-height: 30px;
    margin-bottom: 16px;
	 }
	 
	 .sy_xyfc_wz h3{
		 font-size: 16px;
		 padding-left: 20px;
		 line-height: 30px;
	 }	 
	 .sy_spzx .sy_btnav .sy_bt{
		 width: 70%;
	 } 
	 
	 .sy_spzx .sy_flgd{
		 width: 30%;
	 }
	 .sy_spzx_nr{
		 margin-top: 30px;
	 }
	 
	 .sy_xydt .sy_btnav .sy_bt{
		 width: 75%;
	 }
	 
	 .sy_xydt .sy_flgd{
		 width: 25%;
		 margin-top: 0px;
	 }
	 
	 .f_l_lxfs p{
		 padding-bottom: 10px;
	 } 
	 
	 .sy_xydt_lb .wk{
		 padding: 60px 20px 
	 }
	 
/*分页*/
.pages {
	padding: 25px 0;
	font-size: 14px;
	line-height: 30px;
}
.pages a, .pages span {
	min-width: 30px;
}
.pages span, .pages a:hover {
	background-size: 30px auto;
}
.pages .text {
	width: 25px;
	height: 30px;
}
/*内页*/
	 
	 
  /*办学理念*/
	.ny_qywh_txt ul li{
		width: 100%;
	}
	 .ny_qywh_txtnr{
		 padding: 40px 15px;
	 }
	 .ny_qywh_txtnr .item_des{
		 height: auto;
	 }
	 .ny_yqbj{
		 padding-top: 30px;
	 }
	 
.Sbanner {
	height: 120px;
}
.Sbanner p {
	font-size: 18px;
}
.Sbanner p:after {
	height: 2px;
	width: 35px;
}
.ab_top {
	padding-top: 5px;
}
.ab_content {
	padding: 0;
}
.jiegou .item {
	height: 160px;
	margin: 10px 0;
}
.jiegou .item .abs .tt {
	line-height: 140px;
	font-size: 16px;
}
.jiegou .item .abs {
	padding: 10px;
}
.jiegou .item .abs p {
	margin: 5px 0 10px 0;
}
.jiegou .item .more {
	width: 20px;
}
.jg_big_tt {
	font-size: 15px;
}
.jg_div .div .title {
	font-size: 16px;
}
.jg_div .div {
	font-size: 13px;
}
/*新闻资讯*/
.news_list {
	margin-top: 15px;
}
.news_list .img {
	height: 150px;
}
.news_list .tt {
	font-size: 15px;
}
.xg_new {
	padding: 15px 0;
}
.xg_new .tt {
	font-size: 18px;
}
h1.title {
	font-size: 18px;
}
/*发展历程*/
.history {
	padding: 10px 0;
}
.history .tab p {
	font-size: 14px;
	height: 46px;
	background-size: auto 100%;
	line-height: 30px;
	padding-right: 15px;
}
.history .tab p.actived {
	font-size: 1.6em;
}
.history .item {
	padding: 10px;
	margin-left: 0px;
}
/*分公司介绍*/
.about_company {
	padding: 15px 0;
}
.about_company .title p {
	padding: 20px 10px;
	font-size: 18px;
}
.company_list1 .item {
	padding: 10px 0;
}
.about_company, .about_company .note_content {
	font-size: 1em;
}
.border_tt {
	padding-left: 8px;
	font-size: 16px;
	border-width: 3px;
	margin: 15px 0;
}
.company_list1 .item .tt {
	font-size: 15px;
	padding-bottom: 11px;
}
.company_list1 .item .col-sm-8 .tt {
	margin-top: 10px;
}
.company_four .item {
	padding: 10px;
}
.company_four .item img {
	width: 40px;
}
.company_four .item .tt {
	font-size: 17px;
}
.company_list2 .item .l1 {
	width: 40px;
	font-size: 18px;
}
.company_list2 .item {
	padding: 15px;
	padding-left: 60px;
}
.company_list1.noborder .item {
	padding: 10px 0;
}
.company_five .item {
	font-size: 16px;
	height: 100px;
}
.company_five {
	margin-bottom: 20px;
}
.company_three .item {
	padding: 20px 10px;
	height: auto;
	margin-bottom: 10px;
}
.company_three .item .tt {
	font-size: 16px;
}
.company_list3 p {
	font-size: 13px;
}
.about_school .item {
	padding: 12px 0;
}
.about_school .item .tt {
	font-size: 15px;
}
/*招贤纳士*/
.hr_form {
	bottom: 5px;
	padding: 0 8px;
}
.hr_form .form-control {
	height: 30px;
	font-size: 10px;
}
.hr_form .search_btn {
	height: 30px;
	font-size: 12px;
}
.hr_index .item {
	margin-bottom: 10px;
	min-height: auto;
	padding: 15px 10px;
}
.hr_index .item .tt {
	font-size: 15px;
}
.hr_form .form-group {
	padding: 0 4px;
}
.hr_list .item {
	padding: 10px;
	height: auto;
}
.hr_list .item .tt {
	font-size: 15px;
}
.hr_list .col-xs-12 {
	margin-bottom: 12px;
}
.hr_list {
	padding-top: 10px;
}
.pages {
	padding: 15px 0;
}
.hr_show {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hr_show .title {
	padding: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}
.hr_show .title .tt {
	font-size: 16px;
}
.hr_show .t {
	font-size: 16px;
}
.mt20 {
	margin-top: 10px !important;
}
.mt30 {
	margin-top: 15px;
}
.mb30 {
	margin-bottom: 15px;
}
.mt60 {
	margin-top: 30px;
}
	 
	 .ny_zsjy{
		 padding: 40px 0;
	 }
	 .ny_zsjy_txt{
		 margin-top: 40px;
	 }
	 

	 
	 
	.lh-contact-text{
		position: unset;
		width: 100%;
	}	
	 
	 .lh-contact-text .lcfs{
		 padding: 20px 10px;
	 } 
	 
	 .lh-contact-text h1{
		 padding-top: 20px;
		 padding-bottom: 20px;
	 }
	 .lh-contact-text .ewm .col-xl-5{
		 width: 46%;
	 }
	 
	 .lh-contact-text img{
		 max-width: 100%;
	 }
	 .lh-other.ones{
		 padding: 6vh 0 ;
	 }
}
/* 通用*/
