@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:822px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	top: 20px;
	right:20px;
	z-index: 999;
	padding: 5px 10px;
 }

/* Buttons
 * --------------------------------------- */
#download a{
    text-decoration: none
}
#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
 * --------------------------------------- */
.preview-extensions-menu{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.8);
}
.preview-extensions-menu li{
	display: inline-block;
	margin: 0;
}
.preview-extensions-menu li a{
	padding: 15px 25px;
	display: block;
}
.preview-buy-extension{
    background: #3cc63c;
}
.preview-more-extensions{
	background: #fff;
}
.preview-buy-extension a{
	color: #fff;
}
.preview-buy-extension:hover{
	background-color: #1a961a;
}
.preview-more-extensions a{
	color: #333;
}

.code{
	background: rgba(255,255,255,0.7);
	padding: 0px 5px;
	line-height: 25px;
}


/* Style for our header texts
* --------------------------------------- */



/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* 首页 */
/* Sections backgrounds
* --------------------------------------- */
#section0{
	background: url(../images/p1.jpg) no-repeat;
	background-size: 100% 100%;
}

#section1{
	background-image: url(../images/p2.jpg);
}

#section4{
	background-image: url(../images/p5.png);
}


#sectionl{
	background: #fff;
	z-index: 100;
	position: relative;
}

@media only screen and (min-width: 1250px) {
	.index{
		width: calc(100% - 250px)!important;
		margin-left: 250px;
	}
}
@media only screen and (max-width: 1250px){
	.menu,.mySwiper{
		display: none;
	}
	.index{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#section0 .text{
	position: absolute;
	top: 250px;
	left: 250px;
}
@media only screen and (max-width: 1100px) {
	#section0 img{
		max-width: 90%;
	}
	#section0 .text{
		left: 5%;
	}
	#section0 .nav{
		position: absolute;
		width: 100vw;
		height: 100vh;
		background: #eee;
		top: -100%;
		left: 0;
		transition: 0.5s;
		z-index: 999;
	}
	#section0 .nav.on{
		top: 0;
		flex-wrap: wrap;
	}
	#section0 .nav.on .nav-item{
		width: 100%;
	}
	#section0 .nav.on .nav-item a{
		color: #000;
	}
}
#section1 h2{
	font-size: 4rem;
	position: relative;
}
#section1 h3{
	font-size: 2rem;
}
#section1 .text p{
	font-size: 1.1rem;
	line-height: 2rem;
	text-indent: 2.2rem;
}
#section1 a{
	display: block;
	width: 200px;
	height: 60px;
	background: url(../images/more.png) no-repeat;
}
#section1 .alogo{
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 180px;
	height: 180px;
	background: url(../images/logoab.png) center center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 1100px){
	#section1 .text{
		/* height: 50vh;
		overflow-y: scroll; */
	}
	#section1 .imgbox i{
		font-size: 3rem;
	}
	#section1 .imgbox{
		position: absolute;
		left: 100%;
		top: 30vh;
		transition: 0.5s;
	}
	#section1 .imgbox.on{
		left: 0;
	}
	#section1 .imgbox img{
		margin-top: 0;
	}
}
@media only screen and (max-width: 1400px){
	#section1 .alogo{
		top: unset;
		left: unset;
		transform: none;
		bottom: 0;
		right: 0;
		opacity: 0;
	}
	#section1 .imgbox img{
		margin-top: 150px;
	}
}
#section2 h1{
	font-size: 4rem;
}
#section2 h6{
	width: 40px;
	height: 2px;
	background: #f00;
}
#section2 h5{
	color: #01104f;
}
#section2 .content p{
	text-indent: 2rem;
	line-height: 2rem;
}
#section2 table{
	width: 100%;
}
#section2 table tr{
	border: 0;
}
#section2 table td{
	font-size: 13px;
	padding-top: 0.25rem;
}
#section2 .imgbox{
	border-left: 2px solid;
	border-image: linear-gradient(to bottom, #ccc, #fff) 1;
}
@media only screen and (max-width: 1440px){
	#section2 .con1{
		/* height: 15vh; */
	}
	#section2 .text{
		/* max-height: 83vh;
		overflow-y: scroll; */
	}
	#section2 .con2{
		/* height: 25vh;
		overflow-y: scroll; */
		flex-wrap: wrap;
	}
	#section2 .con2 td:first-child{
		width: 83.5%;
	}
	#section2 .con2 table:last-child tr:first-child{
		display: none;
	}
}
@media only screen and (max-width: 1100px){
	#section2 h2{
		font-size: 2rem;
	}
	#section2 table{
		/* height: 20vh; */
	}
	#section2 .con1{
		/* height: 25vh; */
	}
	#section2 .con2 td{
		font-size: 12px;
	}
	#section2 .con3{
		/* height: 30vh;
		overflow-y: scroll; */
	}
	#section2 .imgbox{
		position: absolute;
		right: 100%;
		top: 20vh;
		transition: 0.5s;
	}
	#section2 .imgbox i{
		font-size: 3rem;
	}
	#section2 .imgbox.on{
		right: 0;
	}
}
#section3 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#section3 .ctext{
	top: 55%;
	width: 100%;
	background: rgba(0, 0, 0, .6);
}
#section3 .ctext .text{
	font-size: 12px;
	text-indent: 24px;
	line-height: 24px;
	min-height: 120px;
}
#section3 .ctext a{
	font-size: 14px;
	text-align: center;
	display: block;
	color: #fff;
}
@media only screen and (max-width: 1440px) {
	#section3 .cbox{
		height: 70vh;
	}
	#section3 .ctext{
		top: 30%;
	}
	#section3 .ctext .text{
		min-height: 215px;
	}
}
@media only screen and (max-width: 1000px) {
	#section3 .cbox{
		height: 15vh;
		margin: 1vh 0;
	}
}
#section4 .fp-controlArrow,#section4 .fp-slidesNav,#section32 .fp-controlArrow,#section32 .fp-slidesNav,#section23 .fp-controlArrow,#section23 .fp-slidesNav{
	opacity: 0;
}
#section4 ul li{
	height: 1.8rem;
	font-size: 15px;
	line-height: 15px;
	margin-left: 2rem;
	border-radius: 10px;
	background: #ddd;
	padding: 0.5rem 1.2rem 0;
}
#section4 ul li.active{
	background: #2a307c;
	
}
#section4 ul li.active a{
	color: #fff;
}
#section4 .text h6{
	color: #a0a0a0;
	font-weight: bold;
	font-family: "仿宋";
}
#section4 .text p{
	font-size: 12px;
	color: #8f8f8f;
	height: 70px;
	overflow: hidden;
}
#section4 .text span{
	display: block;
	width: 150px;
	font-size: 1.2rem;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	transition: 0.8s;
}
#section4 .news .imgbox{
	height: 300px;
}
#section4 .news .imgbox img{
	height: 100%;
	object-fit: cover;
}
#section4 .news:hover span{
	background: #2a307c;
	color: #fff;
}
#section4 .more h4{
	border: 2px solid #9294a0;
	border-radius: 25px;
	width: 200px;
}
@media only screen and (max-width: 1100px) {
	#section4 .text span{
		width: 100%;
	}
	#section4 ul li{
		padding: 0.5rem 1rem 0;
		margin-top: 1rem;
		margin-left: 2rem;
	}
	#section4 .news .imgbox{
		height: 100px;
	}
}
#sectionl .con{
	background: url(../images/cb.jpg) bottom no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	
}
#sectionl .con h2{
	color: #5a5857;
}
#sectionl .con .title{
	font-size: 48px;
}
#sectionl .con .line{
	width: 70px;
	height: 7px;
	background: #5a5857;
}
#sectionl .con span{
	font-weight: bold;
	font-family: '宋体';
	letter-spacing: 2px;
	color: #82807e;
}
#sectionl .con h5{
	font-weight: bold;
	color: #000;
}
#sectionl .con .qrcode span{
	font-size: 12px;
	letter-spacing: 0;
}
#sectionl .con .tel{
	color: #2a307c;
	font-size: 36px;
	font-family: serif;
	font-weight: bold;
}
#sectionl .con .copy{
	position: absolute;
	bottom: 3.5rem;
	left: 3rem;
}
#sectionl .con .copy, #sectionl .con .copy a {
	font-size: 14px;
	color: #a3a0a2;
}
#sectionl .con .copy .conm{
	width: 123px;
	height: 30px;
	background: url(../images/cm.png) no-repeat;
}
#sectionl .map{
	height: 100vh;
}
#sectionl .place .add{
	background: #f4f3f1;
	align-items: center;
}
#sectionl .place .add h4{
	font-weight: bold;
	flex: 0 0 20%;
}
#sectionl .place .add .c{
	flex: 0 0 60%;
	font-weight: bold;
	text-align: start;
	border-left: 1px solid #d7d6d4;
}
#sectionl .place .add .c p{
	margin: .5rem 0;
}
#sectionl .place .add .c p span{
	color: #5d5c5c;
}
#sectionl .place .add .qc{
	flex: 0 0 20%;
}
#sectionl .place .add .qc span{
	font-size: 12px;
	color: #737373;
}
@media only screen and (max-width: 1100px) {
	#sectionl .con{
		background: url(../images/cb.jpg) bottom no-repeat;
		background-size: cover;
		height: 100vh;
	}
	#sectionl .con .copy{
		left: 2rem;
		bottom: 1rem;
	}
	#sectionl .imgbox{
		position: absolute;
		left: 100%;
		top: 30vh;
		transition: 0.5s;
	}
	#sectionl .imgbox i{
		font-size: 3rem;
	}
	#sectionl .imgbox.on{
		left: 12px;
	}
	#sectionl .map{
		height: 50vh;
		width: 100vw;
	}
	#sectionl .place{
		margin-bottom: 5rem;
	}
	#sectionl .place .add h4{
		flex: 0 0 100%;
	}
	#sectionl .place .add .c{
		flex: 0 0 100%;
		border-left: none;
	}
	#sectionl .place .add .qc{
		flex: 0 0 100%;
	}
}
/* 内页6 */
#section00{
	height: 122px;
}
#section61,#section62,#section63,#section64,#section65{
	background: url(../images/ppbg.jpg) bottom no-repeat;
}

#section00 .text{
	position: absolute;
	top: 60%;
}
#section00 .text h1{
	font-size: 3.5rem;
}
#section00 .text p{
	width: 150px;
	border: 1px solid #fff;
	border-radius: 25px;
}
#section61 h6.active,#section62 h6.active,#section63 h6.active,#section64 h6.active,#section65 h6.active,#section61 h6:hover,#section62 h6:hover,#section63 h6:hover,#section64 h6:hover,#section65 h6:hover{
	background: #02428b;
	color: #fff;
}
#section61 h2,#section62 h2,#section63 h2,#section64 h2,#section65 h2{
	color: #02428b;
	border-bottom: 2px solid #a5a6a8;
}
#section61 .text,#section62 .text,#section63 .text,#section64 .text,#section65 .text{
	border-bottom: 2px solid #a5a6a8;
	text-indent: 40px;
	font-size: 20px;
}
#section61 h5,#section62 h5,#section63 h5,#section64 h5,#section65 h5{
	color: #969696;
	border-bottom: 2px solid #a5a6a8;
}
.red{
	color: #f00;
}
#section61 h5 a::after,#section62 h5 a::after,#section63 h5 a::after,#section64 h5 a::after,#section65 h5 a::after{
	color: #969696;
	font-weight: normal;
	content: "查看详情";
}
@media only screen and (max-width: 1400px) {
	#section61 .bg-white, #section62 .bg-white, #section63 .bg-white, #section64 .bg-white{
		/* max-height: 80vh;
		overflow-y: scroll; */
	}
}
@media only screen and (max-width: 1100px) {
	#section00,.top{
		min-height: 80px;
	}
	#section61 .bg-white, #section62 .bg-white, #section63 .bg-white, #section64 .bg-white{
		/* max-height: 55vh;
		overflow-y: scroll; */
	}
	#section61 h5 a::after,#section62 h5 a::after,#section63 h5 a::after,#section64 h5 a::after,#section65 h5 a::after{
		content: "详情";
		display: block;
		width: 40px;
	}
	.pc{
		display: flex;
		flex-wrap: wrap;
	}
	.pc a{
		width: 50%;
	}
}


/* 内页5 */
#section51{
	background: url(../images/jbg.jpg) bottom center no-repeat;
	background-size: 100% auto;
}
#section51 .content{
	/* max-height: 70vh;
	overflow-y: scroll; */
}
#section51 .line, #section52 .line, #section53 .line{
	width: 50px;
	height: 2px;
	background: #000;
}
#section51 img{
	height: 700px;
}
#section51 p:first-child{
	color: #01104f;
}

#section52 .title{
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5) ;
}
#section52 .joblist{
	/* max-height: 65vh;
	overflow-y: scroll; */
}
#section52 .job{
	border-bottom: 1px solid #f0f0f0;
}
#section52 .jobt{
	cursor: pointer;
}
#section52 .active .jobt{
	color: #fff;
	background: #f6a700;
}
#section52 .jobt .more{
	background: url(../images/on.jpg) center center no-repeat;
}
#section52 .active .jobt .more{
	background: url(../images/cl.jpg) center center no-repeat;
}
#section52 .job .text{
	background: #ececec;
	color: #5e5e5e;
	max-height: 0;
	overflow: hidden;
	transition: 1s;
	position: relative;
}
#section52 .job .text .close{
	position: absolute;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #f6a700;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	bottom: 50px;
	right: 5px;
	cursor: pointer;
}
#section52 .job .text1{
	font-size: 12px;
}
#section52 .job .text2 h6{
	color: #828589;
}
#section52 .job.active .text{
	height: auto!important;
	max-height: 637px!important;
}
#section53 .book{
	/* max-height: 75vh;
	overflow-y: scroll; */
}
#section53 p{
	font-size: 12px;
	width: 100px;
	line-height: 34px;
}
#section53 span{
	color: #f00;
}
#section53 h6{
	font-size: 12px;
	margin-top: 5px;
	color: #737373;
}
#section53 input,#section53 select,#section53 textarea{
	border: 1px solid #c2cad8;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 32px;
}
#section53 input{
	width: 300px;
	height: 32px;
}
#section53 input#sex,#section53 input#work,#section53 input#way{
	width: unset;
}
#section53 textarea{
	width: 600px;
	height: 100px;
}
#section53 .btn{
	border: none;
	border-radius: 10px;
	background: #f6a700;
	color: #fff;
	font-size: 22px;
	width: 120px;
	height: unset;
	margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
	#section51 .content{
		/* max-height: 70vh;
		overflow-y: scroll; */
	}
	#section52 .job.active .text{
		height: auto!important;
		max-height: 4000px!important;
	}
	#section53 textarea{
		width: 380px;
	}
}
@media only screen and (max-width: 1100px) {
	#section51 h1, #section52 h1, #section53 h1{
		font-size: 1.5rem;
	}
	#section51 img{
		width: 100%;
		height: auto;
	}
	#section51 .row{
		/* height: calc(100vh - 210px);
		overflow-y: scroll; */
	}
	#section52 .title{
		width: 100%;
	}
	#section52 .joblist{
		/* max-height: 70vh;
		overflow-y: scroll; */
	}
	#section53 p{
		width: 70px;
	}
	#section53 input,#section53 select,#section53 textarea{
		max-width: calc(100% - 70px);
	}
}



/* 内页4 */
#section41{
	background: url(../images/cbg.jpg) bottom center no-repeat;
}
#section41 .text{
	position: absolute;
	top: 120%;
	color: #626060;
	font-size: 1.7rem;
	width: 1000px;
	left: 50%;
	transform: translateX(-50%);
}
#section42{
	background-color: #ededed!important;
}
#section42 .imgbox{
	height: 455px;
}
#section42 .imgbox img{
	height: 100%;
	object-fit: cover;
}
#section42 a h1{
	font-size: 3rem;
	color: #646464;
	font-weight: bold;
}
#section42 a:hover h1{
	color: #3e5772;
}
#section42 .col span{
	color: #aaa;
}
#section42 .col small{
	color: #a9a8a8;
}
#section42 .more h4,#section43 .more h4{
	border: 2px solid #9294a0;
	border-radius: 25px;
	width: 200px;
}
#section43 .pc .imgbox{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
}

@media only screen and (max-width: 1100px) {
	#section41 .text{
		font-size: 1rem;
		width: 100%;
	}
	#section42 .row{
		/* max-height: 65vh;
		overflow-y: scroll; */
	}
	#section43 .vbox{
		display: flex;
		justify-content:  space-around;
	}
	#section43 .vbox .imgbox{
		width: 50vw;
	}
}
@media only screen and (max-width: 1400px) {
	#section42 .newslist{
		/* max-height: 60vh;
		overflow-y: scroll; */
	}
}

/* 内页3 */
#section31{
	background: url(../images/nbg.png) bottom right no-repeat !important;
}
#section31 .swiper-slide .imgbox{
	height: 260px;
	overflow: hidden;
}
#section31 .swiper-slide .imgbox img{
	height: 100%;
	object-fit: cover;
}
#section31 .swiper-slide .text p{
	color: #979797;
}
#section31 .swiper-slide .text small{
	color: #8f8f8f;
}
#section31 .swiper-slide .text h6{
	width: 50%;
	border-radius: 25px;
	transition: 0.5s;
}
#section31 .swiper-slide:hover .text{
	background: #fff;
	box-shadow: 0px 0px  10px 5px rgba(0, 0, 0, 0.4);
}
#section31 .swiper-slide:hover .text h6{
	background: #2a307c;
	color: #fff;
}
#section31 .swiper-button-prev,#section31 .swiper-button-next{
	border: 1px solid #000;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #000;
}
#section31 .swiper-button-prev:after,#section31 .swiper-button-next:after{
	font-size: 25px;
	line-height: 50px;
}
#section31 .swiper-button-prev:after{
	content: '<';
}
#section31 .swiper-button-next:after{
	content: '>';
}
#section31 .more h4,#section32 .more h4{
	border: 2px solid #9294a0;
	border-radius: 25px;
	width: 200px;
}
#section32 .imgbox{
	width: 40%;
	height: 140px;
}
#section32 .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#section32 .text{
	width: 50%;
	margin: 0 5%;
}
#section32 .text p{
	font-size: 12px;
	line-height: 22px;
	width: 80px;
	background: #e2e5e6;
	color: #7b7b7b;
}
#section32 .text small{
	font-size: 12px;
	color: #7b7b7b;
}
#section32 .text i{
	color: #999;
}
#section33 .swiper {
	padding: 0 300px;
}
#section33 .swiper-button-next,#section33 .swiper-button-prev{
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	box-shadow: 0px 0px  10px 3px rgba(0, 0, 0, 0.3);
}
#section33 .swiper-button-next{
	right: 200px;
	background: #ca1e2e;
	color: #fff;
}
#section33 .swiper-button-prev{
	left: 200px;
	background: #fff;
	color: #ca1e2e;
}
#section33 .mySwiper3 .swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
}
#section33 .mySwiper3 .swiper-pagination-bullet{
	border-radius: 0;
	width: 140px;
	height: 1px;
	background: #e5e5e5;
	opacity: 1;
	margin: 0;
}
#section33 .mySwiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	height: 3px;
	background: #ca1e2e;
}
#section33 .text h6{
	color: #646464;
	line-height: 1rem;
}
#section33 .text b{
	font-size: 2rem;
}
#section33 .text p{
	color: #a9a9a9;
	font-size: 15px;
}
@media only screen and (max-width: 1000px) {
	#section31 .swiper-slide .imgbox{
		height: 150px;
	}
	#section31 .title{
		display: flex;
		margin-bottom: 3rem;
	}
	#section31 .swiper-slide .text h6{
		width: 60%;
	}
	#section32 .imgbox, #section32 .text{
		width: 100%;
		height: 10vh;
	}
	#section33 .swiper {
		padding: 0;
	}
	#section33 .swiper-button-next{
		right: 10px;
	}
	#section33 .swiper-button-prev{
		left: 10px;
	}
}
@media only screen and (max-width: 1400px) {
	#section33 .imgbox{
		height: 40vh;
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	#section33 .imgbox img{
		max-width: 100%;
	}
}

/* 内页2 */
#section21{
	z-index: 99;
	background: #fff;
}
#section21 .title h2{
	font-size: 3.2rem;
	position: relative;
}
#section21 .title p{
	font-size: 1.2rem;
}
#section21 h3{
	font-size: 2rem;
}
#section21 .text p{
	font-size: 1.1rem;
	line-height: 2rem;
	text-indent: 2.2rem;
}
#section21 a{
	display: block;
	width: 200px;
	height: 60px;
	background: url(../images/more.png) no-repeat;
}
#section21 .alogo{
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 180px;
	height: 180px;
	background: url(../images/logoab1.png) center center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
#section22{
	background: url(../images/abg.png) center center no-repeat #fff;
	z-index: 98;
}
#section22 .swiper-pagination{
	top: 3rem;
	bottom: unset;
	opacity: 0;
}
#section22 span{
	width: 36%;
    height: 3rem;
    border-radius: 0;
}
#section22 .ogf{
	max-width: 700px;
}
#section22 .og>*{
	display: block;
	position: absolute;
	width: 10%;
    height: 4%;
	z-index: 999;
}
#section23 {
	background: #fff;
	z-index: 100;
}
#section23 .imgbox{
	height: 240px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#section23 .imgbox img{
	transition: .5s;
}
#section23 .imgbox:hover img{
	transform: scale(1.2);
}
#section23 .more h4{
	border: 2px solid #9294a0;
	border-radius: 25px;
	width: 200px;
}
#section24 .title h2{
	font-size: 3.2rem;
}
#section24 .title p{
	font-size: 1.2rem;;
}
#section24{
	background: url(../images/dbg.jpg) #fff bottom center no-repeat;
	z-index: 100;
}
#section24 .mySwiper41 .swiper-slide{
	z-index: 100;
}
#section24 .mySwiper41 .swiper-slide h4{
	z-index: 300;
}
#section24 .mySwiper41 .swiper-slide-thumb-active{
	color: #075781;
}
#section24 .mySwiper42 .swiper-wrapper{
	transform: translate3d(0px, 0px, 0px);
}
#section24 .swiper .swiper-button-next, #section24 .swiper .swiper-button-prev{
	color: #000;
	z-index: 9999;
}
#section24 .swiper .swiper-button-next:after, #section24 .swiper .swiper-button-prev:after{
	font-size: 1rem;
	font-weight: bold;
}
#section25{
	background: #fff;
	z-index: 99;
}
#section25 img{
	width: 180px;
}
#section25 .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
#section25 .con{
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 700px;
}
#section25 .con img{
	width: 240px;
}
#section25 .con .text{
	flex: 0 0 60%;
	display: flex;
    justify-content: center;
    flex-flow: column;
}
#section25 .text>*{
	color: #838282;
	margin-bottom: .5rem;
}
#section25 .text h3{
	color: #0052d9;
}
#section25 .text h3 span{
	font-size: 16px;
}
#section25 .text p{
	font-size: 14px;
}
#section25 .close{
	position: absolute;
	right: 2rem;
	top: 2rem;
}
@media only screen and (min-width: 1400px){
	#section22 .ogf{
		max-width: 850px;
	}
}
@media only screen and (max-width: 1400px){
	#section21 .alogo{
		top: unset;
		left: unset;
		transform: none;
		bottom: 0;
		right: 0;
		opacity: 0;
	}
	#section21 .imgbox img{
		margin-top: 150px;
	}
	#section22 .job{
		/* max-height: 85vh;
		overflow-y: scroll; */
	}
	#section23 .imgbox{
		height: 200px;
	}
	#section24 .mySwiper2 .text{
		/* max-height: 50vh;
		overflow-y: scroll; */
	}
}
@media only screen and (max-width: 1000px){
	#section21 .text{
		/* height: 50vh;
		overflow-y: scroll; */
	}
	#section21 .imgbox i{
		font-size: 3rem;
	}
	#section21 .imgbox{
		position: absolute;
		left: 100%;
		top: 30vh;
		transition: 0.5s;
	}
	#section21 .imgbox.on{
		left: 0;
	}
	#section23 .newst li a{
		height: 27px;
		line-height: 27px;
		padding: 0 8px;
	}
	#section23 .imgbox{
		height: 11vh;
	}
	#section23 .imgbox img{
		margin-top: 0;
	}
	#section25 .con{
		width: 90vw;
	}
	#section25 .con .text{
		flex: 0 0 100%;
	}
	#section25 img{
		width: 100px;
	}
}


/* 内页1 */
#section11{
	background: url(../images/chbg1.jpg) bottom center no-repeat;
}
#section11 h6{
	width: 100px;
	height: 3px;
	background: #f00;
}
#section11 p{
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
#section12{
	background: url(../images/chbg2.jpg) bottom center no-repeat;
}
#section12 h1{
	font-size: 4rem;
}
#section12 table{
	width: 100%;
	font-size: 1.3rem;
	line-height: 2.5rem;
}
#section12 h6{
	width: 100px;
	height: 5px;
	background: #f00;
}
#section12 p{
	font-size: 1.3rem;
	line-height: 2.5rem;
}
#section13{
	background: url(../images/chbg3.jpg) bottom center no-repeat;
}
#section13 h1{
	font-size: 3rem;
}
#section13 .time{
	width: 70px;
	color: #6c6c6d;
}
#section13 .imgbox{
	height: 200px;
}
#section13 .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#section13 p{
	color: #848485;
}
#section13 .col:hover, #section13 .col:hover .time, #section13 .col:hover p{
	color: #fff;
	background: #1a4782;
}
#section13 .more h4{
	border: 2px solid #9294a0;
	border-radius: 25px;
	width: 200px;
}
@media only screen and (max-width: 1440px){
	#section11 .content{
		/* max-height: 45vh;
		overflow-y: scroll; */
	}
	#section12 p{
		line-height: 2rem;
	}
	#section12 .con2 td{
		font-size: 18px;
	}
	#section13 .more{
		bottom: unset;
		top: 5rem;
	}
}
@media only screen and (max-width: 1100px){
	#section11 .content{
		/* max-height: 60vh;
		overflow-y: scroll; */
	}
	#section11 .imgbox{
		position: absolute;
		top: 20vh;
		right: -100vw;
		transition: 0.5s;
	}
	#section11 .imgbox.on{
		right: 0;
	}
	#section11 .imgbox i{
		font-size: 3rem;
	}
	#section12 .con1{
		/* max-height: 20vh;
		overflow-y: scroll; */
	}
	#section12 .con2{
		/* height: 40vh;
		overflow-y: scroll; */
		flex-wrap: wrap;
	}
	#section12 .con2 td{
		font-size: 12px;
	}
	#section12 .con2 td:first-child{
		width: 83.5%;
	}
	#section12 .con2 table:last-child tr:first-child{
		display: none;
	}
	#section13 .imgbox{
		height: 120px;
	}
	#section13 .more{
		bottom: -5rem;
		top: unset;
	}
}


/* 列表页 */
.page .text{
	align-items: center;
}
.page .honor{
	height: 200px;
}
.page .imgbox{
	height: 100px;
	flex: 0 0 15%;
}
.page .honor img,.page .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page .text h6{
	flex: 0 0 10%;
}
.page video{
	max-width: 100%;
	max-height: 80vh;
}
.page .content img{
	min-width: 70%;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 1100px) {
	.page .honor{
		height: 100px;
	}
	.page .imgbox{
		height: 60px;
		flex: 0 0 20%;
	}
	.page .text .h6{
		flex-wrap: wrap;
	}
}

.jump {
	position: relative;
	top: 0;
	animation: jump .5s infinite alternate ease-in-out;
}
@keyframes jump {
	from {
		top: 0;
	}
	to {
		top: -10px;
	}
}
.move {
	position: relative;
	right: 0;
	animation: move .5s infinite alternate ease-in-out;
}
@keyframes move {
	from {
		right: 0;
	}
	to {
		right: -10px;
	}
}

.mySwiper{
	position: fixed!important;
	top:200px;
	left:50px;
	overflow: visible!important;
	height: 360px;
	z-index: 99!important;
	width: auto;
	background: url(../images/mbg.png) no-repeat;
}
.mySwiper.menu5{
	background: url(../images/mbg5.png) no-repeat;
}
.mySwiper.menu7{
	top: 180px;
	height: 420px;
	background: url(../images/mbg7.png) no-repeat;
}
.mySwiper.menu8{
	top: 160px;
	height: 480px;
	background: url(../images/mbg8.png) no-repeat;
}
.mySwiper .swiper-slide{
	width: 59px;
	height: 59px!important;
	text-align: center;
	cursor: pointer;
	position: relative;
	border-radius: 50px;
	border: 2px solid rgba(255, 178, 178, 0);
}
.mySwiper .swiper-slide-thumb-active{
	border: 2px solid rgba(0,0,0,1);
}
.mySwiper #a.swiper-slide-thumb-active,.mySwiper #b.swiper-slide-thumb-active{
	border: 2px solid rgba(255,255,255,1);
}
.mySwiper #a.swiper-slide-thumb-active ~ .swiper-slide h6,.mySwiper #a.swiper-slide-thumb-active h6,.mySwiper #b.swiper-slide-thumb-active h6{
	color: #fff;
}
.mySwiper .swiper-slide h6{
	text-decoration:none;
	color: #000;
	font-weight: bold;
	line-height: 55px;
	display:block;
}
.mySwiper .swiper-slide h6 i{
	font-size: 0.75rem
}
.mySwiper .swiper-slide h6 p{
	opacity: 1;
	position: absolute;
	text-align: left;
	font-size: 1.25rem;
	width: 100px;
	left: 70px;
	top: 0;
}
.mySwiper .swiper-slide-thumb-active h6 p{
	opacity: 1;
}
.mySwiper0,.mySwiper1,.mySwiper2,.mySwiper3,.mySwiper4{
	width: 100%;
	height: 100vh;
}
.mySwiper1 .swiper-slide,.mySwiper2 .swiper-slide,.mySwiper3 .swiper-slide,.mySwiper4 .swiper-slide{
	width: auto;
	height: auto;
}
.swiper-scrollbar{
	display: none!important;
}
