body{
	background-image: url('../img/indexback.jpg');
	background-size: 100% auto;
	background-attachment: fixed;
}



#topnav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	background-color: white;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#xpadding{
	width: 100%;
	height: 100px;
}

/*body{*/
/*	background: #fff url('/static/img/backer.jpg') no-repeat fixed center;*/
/*	background-size: cover;*/
/*}*/

.swiper-button-prev, .swiper-button-next{
	zoom: .75; margin: 0 10px; 
}


.topline{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #333;
	overflow: hidden;
}

.topline .toptitle{
	float: left;
	color: #999;
	cursor: pointer;
}

.topline .toptitle:hover{
	color: white;
}

.topline .rightnav{
	float: right;
}

.topline .rightnav a{
	color: #999;
	margin-left: 15px;
	text-decoration: none;
}

.topline .rightnav a:hover{
	color: white;
}

.row{
	overflow: hidden;
}
.navbar-default {
    background-color: white;
    border: none;
}
.navbar .container-fluid{
	padding-right: 0;
}
.navbar-default {
    background-color: white;
    border: none;
}

.navbar-nav {
	position: relative;
	top: 10px;
	height: 50px;
    background-color: white;
}
.navbar-nav a{
	position: relative;
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover{
	border-bottom: none!important;
}
.navbar-nav li:last-child a{
	padding-right: 0;
}
.navbar-default .navbar-nav>li>a:hover:after{
	content: '';
	width: 80%;
	height: 1px;
	position: absolute;
	left: 10%;
	bottom: 0;
	background-color: red;
}
.navbar-nav li:last-child a:hover:after{
	left: auto;
	right: 0;
}

.logo {
    width: 140px;
    position: relative;
    top: -8px;
}

.nav_p {
    position: relative;
    top: -54px;
    left: 180px;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: red;
    text-decoration: none;
    border-bottom: 2px solid black;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.mycontainer {
	width: 100%;
	padding: 0;
    margin-top: 0;
}

.mycontainer img{
	cursor: pointer;
}

.myrow {
    position: relative;
	width: 100%;
}

.myrow .xleft{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 420px;
	background-color: #2142C7;
	z-index: 1;
}
.myrow .xright{
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 420px;
	background-color: #0796F4;
	z-index: 1;
}
.myrow>img{
	height: 420px;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.btn {
    width: 21px;
    height: 70px;
    border-radius: 0 3px 3px 0;
    background-color: red;
    color: white;
    position: absolute;
    vertical-align: middle;
    top: 176px;
    left: 0;
    padding-top: 15px
}

.btn p {
    margin-right: 10px;
}

.banner-right {
    height: 280px;
    width: 52px;
    position: absolute;
    top: 100px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    z-index: 111;
}

.banner-right .xitems{
	position: relative;
	cursor: pointer;
}

.banner-right .xitems .innerctt{
	position: absolute;
	left: -210px;
	top: 25px;
	width: 200px;
	transform: translateY(-50%);
	display: none;
	background-color: #49b0ff;
}

.banner-right .xitems .innerctt p{
	line-height: 50px;
	font-size: 24px;
	margin-bottom: 0;
	color: white;
}	

.banner-right .xitems .innerctt img{
	width: 180px;
	margin: 10px;
}

.zxzx {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    font-size: 16px;
    color: white;
}

.qq {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.wx {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.tel {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.mobile {
    width: 52px;
    height: 52px;
    background-color: #49b0ff;
    line-height: 52px;
}

.content {
    width: 187px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid white;
    position: absolute;
    bottom: 30px;
    left: 50%;
	transform: translateX(-50%);
    font-size: 21px;
    color: white;
    line-height: 42px;
    text-align: center;
	z-index: 9;
}
.gsjs {
    position: relative;
    font-family: "微软雅黑";
	width: 100%;
}

.textp {
    font-size: 47px;
    color: #0a69de;
    text-align: center;
    margin-top: 40px;
}

.line {
    width: 72px;
    border-top: 2px solid #0a69de;
    margin: 20px auto;
}
.gsjs .xrow{
	width: 100%;
	text-align: center;
	padding: 30px 0;
	overflow: hidden;
}
.text-box {
	min-width:500px;
    max-width: 800px;
    min-height: 190px;
    box-shadow: 0 0 40px #e5e9eb;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.gsja-container{
    width: 100%;
}

.topframe .gsjs{
	margin-top: 40px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	display: table;
	background-color: white;
}

.topframe .gsjs .left{
	position: relative;
	vertical-align: top;
	display: table-cell;
	width: 50%;
	padding-right: 20px;
	position: relative;
}
.topframe .gsjs .left img{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 20px);
	height: 100%;
	object-fit: cover;
}

.topframe .gsjs .right{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 15px 15px 15px 0;
}
.topframe .gsjs .right .myp{
	text-align: left;
	margin-bottom: 10px;
}
.topframe .gsjs .right .myspan{
	font-size: 14px;
}
.topframe .gsjs .right .xitems{
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
}
.topframe .gsjs .right .xitems:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.first-box{
    margin-top: 40px;
}
.last-box{
    height: 210px;
    margin-top: 40px;
}

.gsjs .xrow .text-box:first-child{
	margin-right: 30px;
}

.myp {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.myspan {
    font-size: 17px;
    color: #646464;
}


.textp1 {
    font-size: 47px;
    color: #0a69de;
    text-align: center;
}

.line1 {
    width: 72px;
    border-top: 2px solid #0a69de;
    margin: 30px auto;
}

.classand {
    margin: 30px auto 0;
    margin-top: 20px;
    position: relative;
}

.classand .xwraper{
	position: relative;
}
.classand .xwraper .backimg{
	width: 100%;
}
.classand .xwraper .classand-box{
    width: 100%;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.perjob {
	display: block;
    width: calc(100% / 5);
    height: 372px;
    text-align: center;
	position: relative;
	float: left;
	transition: all .3s ease;
	cursor: pointer;
}

.perjob:hover {
	background-color: rgba(255, 0, 0, .5);
}
.perjob img {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 0);
}

.classand-span {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 16px;
	transform: translate(0, 30px);
	width: 100%;
	padding: 0 20px;
    text-align: center;
	color: white;
}

.company {
    height: 1245px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.textp2 {
    font-size: 47px;
    color: #0a69de;
    text-align: center;
    margin-top: 50px;
    
}

.company-p {
    margin-bottom: 15px;
    margin-left: 8px;
    font-size: 30px;
}


/* 
.company-box {
    width: 1200px;
    height: 320px;
    position: absolute;
    top: 300px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
} */

.wushi {
    height: 320px;
    position: relative;
    text-align: center;
}

.img-blue {
    background-color: #0a69de;
}

.wushi-blue p {
    color: #0a69de;
}

.img-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 40px #eef1f3;
    margin: 0 auto;
    position: relative;
    line-height: 100px;
}

.img-box img {
    position: absolute;
    top: 28px;
    left: 27px;
}

.wushi-p {
    font-size: 30px;
    margin-top: 20px;
}

.wushi-p1 {
    font-size: 17px;
    color: #565656;
}

.company-end {
    width: 100%;
    height: 500px;
    margin-top: 30px;
    box-shadow: 0 0 40px #eef1f3;
    border-radius: 10px;
    position: absolute;
    top: 540px;
    background-color: white;
}
.end-content{
	width: 100%;
}
/* .company-endleft {
    flex: 1;
    position: relative;
}*/

.company-endright {
    position: absolute;
    right: 0;
}

.company-endP {
	text-align: left;
    font-size: 30px;
    margin-top: 60px;
	margin-bottom: 40px;
	padding-left: calc(30% + 30px);
}

.yellow-left {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff799;
    position: absolute;
    top: 63px;
    left: 200px;
}

.yellow-right {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff799;
    position: absolute;
    top: 95px;
    left: 370px;
}

.contentp {
    font-size: 30px;
	display: inline-block;
}


/* .people {
    margin-left: -80px;
} */

.contentp1 {
    font-size: 20px;
    margin-top: 10px;
}
.end-content{
	overflow: hidden;
	margin-bottom: 30px;
}

.end-content .left {
	width: 30%;
	float: left;
	text-align: right;
}

.end-content .right {
	width: 70%;
	float: left;
	text-align: left;
	padding-left: 30px;
}


.shanghai {
    height: 480px;
    position: relative;
    text-align: center;
    margin-top: -50px;
}

.shanghai .xwraper{
	overflow: hidden;
	padding: 0 30px;
}
.shanghai-p {
    color: white;
    font-size: 30px;
	margin: 70px 0 50px;
}

.shanghai-item {
	float: left;
    width: 50%;
    height: 280px;
	padding: 0 30px;
}

.left-top {
	width: 100%;
    height: 80px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
}

.top-p {
    font-size: 22px;
    color: black;
}

.p-top {
    color: white;
    font-size: 16px;
    margin-top: 30px;
    text-align: left;
}

.right-top {
    width: 100%;
    height: 80px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

.end {
    width: 1200px;
    height: 525px;
    margin: 0 auto;
    position: relative;
	text-align: center;
}

.button {
    width: 300px;
    height: 76px;
	display: inline-block;
    line-height: 76px;
    border-radius: 10px;
	margin: 115px 0 40px;
    box-shadow: 0 0 40px #eaedef;
    background-color: rgba(10, 105, 222, .8);
    text-align: center;
	position: relative;
	cursor: pointer;
}

.end-p {
    font-size: 28.76px;
    color: white;
    margin-left: 30px;
}

.yuan {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid white;
    position: absolute;
    top: 25px;
    left: 25px;
}

.button img {
    position: absolute;
    top: 36px;
    left: 31px;
}

.erweima {
    width: 150px;
    height: 150px;
	display: inline-block;
	position: relative;
}

.erweima img{
	width: 100%;
	height: 100%;
}

.end-ewm{
	width: 100%;
}

.erweima-p {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 180px;
}

.erweima-yi {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 220px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(10, 105, 222, .8);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #555;
}


.xend {
    width: 100%;
    height: 300px;
    background-color: #333;
    position: relative;
    bottom: 0;
}

.xend a {
    color: aliceblue;
    text-decoration: none;
}

.xend-logo {
    width: 140px;
    height: 100px;
    margin-top: 25PX;
}

.xend-ewm {
    width: 100px;
    height: 100px;
    margin-left: 25PX;
}

.school {
    margin-top: 55px;
}

.school li a{
    margin-top: 55px;
	color: #999;
}

.li_one {
    font-size: 20px;
}
.school .li_one a{
	color: #ccc;
}

.school ul li {
    margin-top: 15px;
}