.section-title{
	text-align: center;
}
.section-title h4{
	color: #313131;
	font-size: 32px;
	margin-bottom: 10px;
}
.section-title p{
	color: #959595;
	font-size: 16px;
	margin-top: 15px;
}
section{
	padding: 80px 0;
}
section.bg{
	background: #f8f8f8;
}
.nav_fixed{
	position: fixed;
}
.navbar{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	height: 50px;
	z-index: 9;
}
.navbar.active{
	background: #141a26;
}
.navbar .logo{
	height: 28px;
	margin-top: 11px;
}
.navbar .logo img{
	height: 100%;
}
.navbar .nav ul{
	float: left;
}
.navbar .nav ul li{
	float: left;
	line-height: 50px;
	margin-right: 40px;
}
.navbar .nav ul li a{
	color: #fff;
}
.navbar .nav .loginBtn{
	float: right;
	margin-top: 9px;
}
.navbar .nav .loginBtn a{
	display: block;
	width: 100px;
	height: 32px;
	background-color: #2f3b55;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.navbar .nav .loginBtn a:hover{
	background: #203156;
}
.banner{
	height: 590px;
	background: url(../images/banner.png) no-repeat center #2f3b55;
	padding-top: 160px;
	box-sizing: border-box;
}
.banner h2{
	text-align: center;
	font-size: 42px;
	color: #fff;
	margin-bottom: 30px;
}
.banner h2 span{
	background: url(../images/icon17.png) no-repeat right center;
	padding-right: 40px;
	margin-right: 20px;
	display: inline-block;
}
.banner h5{
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 26px;
	text-align: center;
	height: 115px;
}
.banner button{
	margin: 40px auto;
	display: block;
	width: 120px;
	height: 40px;
	background-color: #5885f0;
	box-shadow: 3px 5px 15px
		rgba(0, 31, 105, 0.59);
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}
.banner button:hover{
	background: #2d64e6;
}
.banner ul li{
	width: 25%;
	float: left;
	height: 72px;
	border-right: 1px solid rgba(255,255,255,0.5);
	padding-left: 30px;
	box-sizing: border-box;
	margin-top: 100px;
}
.banner ul li:nth-last-child(1){
	border-right: none;
}
.banner ul li h4{
	font-size: 18px;
	color: #fff;
	margin-bottom: 16px;
}
.banner ul li p{
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.7);
}
.index-title-tab{
	background: #f8f8f8;
	text-align: center;
	padding: 60px 0;
	font-size: 32px;
}
.index-title-tab a{
	display: inline-block;
	padding-bottom: 15px;
	margin: 0 20px;
	color: #959595;
}
.index-title-tab a.active{
	border-bottom: 10px solid #5885f0;
	color: #313131;
}
.index-title-tab a:hover{
	color: #5885F0;
}
.section1 dl{
	float: left;
	width: 289px;
	height: 360px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-right: 14px;
	margin-top: 40px;
	overflow: hidden;
}
.section1 dl:before{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #7589b7;
	opacity: 0.8;
	transition: all 0.5s;
}
.section1 dl:nth-last-child(1){
	margin-right: 0px;
}
.section1 dl dt{
	text-align: center;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 1;
	transition: all 0.5s;
}
.section1 dl dt img{
	display: block;
	margin: 85px auto 40px ;
	height: 70px;
}
.section1 dl dt h3{
	font-size: 30px;
	margin-bottom: 15px;
	color: #fff;
}
.section1 dl dt p{
	font-size: 18px;
	color: rgba(255,255,255,0.7);
	width: 200px;
    margin: 0 auto;
    line-height: 25px;
}
.section1 dl dd{
	text-align: center;
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding-top: 50px;
	background: rgba(88,133,240,0.9);
	opacity: 0;
	left: 290px;
	transition: all 0.5s;
}
.section1 dl:hover dt{
	left: -290px;
	opacity: 0;
}
.section1 dl:hover dd{
	left: 0;
	opacity: 1;
}
.section1 dl dd h4{
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.section1 dl dd .text{
	color: rgba(255, 255, 255, 0.7);
    padding: 0 25px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.section1 dl dd ul li{
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: rgba(255, 255, 255, 0.7);;
}
.section1 dl dd a{
	display: block;
	width: 120px;
	height: 38px;
	border-radius: 5px;
	border: solid 1px #ffffff;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	margin: 20px auto 0;
}
.section1 dl dd a:hover{
	background: #fff;
	color: rgba(88,133,240,0.9);
}
.section3_header{
	text-align: center;
	position: relative;
	margin: 40px auto 40px;
}
.section3_header:before{
	background: #5885f0;
	display: block;
	content: '';
	width: 2px;
	height: 60px;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -30px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	position: absolute;
	transform-origin:center ;
}
.section3_header span{
	display: inline-block;
	color: #5885f0;
	margin: 0 45px;
	font-size: 16px;
}
.section3_header span img{
	display: block;
	margin: 0 auto 15px;
}
.section3_header a{
	float: left;
	color: #959595;
	font-size: 18px;
	width: 167px;
	text-align: center;
	line-height: 38px;
	height: 38px;
	display: block;
}
.section3_header a.on{
	width: 167px;
	height: 38px;
	background-color: #5885f0;
	border-radius: 5px;
	color: #fff;
}
.section3 dl{
	width: 25%;
	float: left;
}
.section3 dl dt{
	width: 100px;
	height: 100px;
	display: block;
	margin: 20px auto 30px;
	background: url(../images/cirle.png) no-repeat center;
	line-height: 100px;
	text-align: center;
	color: #5885f0;
	font-size: 40px;
	position: relative;
}
.section3 dl dt:before{
	content: '';
	display: block;
	height: 2px;
	background: #eeeeee;
	position: absolute;
	width: 210px;
    right: -205px;
    top: 47px;
}
.section3 dl:nth-last-child(1) dt:before{
	display: none;
}
.section3 dl dd{
	text-align: center;
}
.section3 dl dd h4{
	font-size: 24px;
	color: #313131;
	margin-bottom: 15px;
}
.section3 dl dd p{
	font-size: 15px;
	color: #959595;
	width: 165px;
	margin: 0 auto;
	line-height: 22px;
}
.section4 dl{
	margin-top: 40px;
	width: 380px;
	height: 160px;
	border-radius: 2px;
	float: left;
	margin-right: 22px;
}
.section4 dl:nth-child(1){
	background-image: url(../images/icon2.png);
	background-position: left top;
	background-repeat: no-repeat; 
	background-color: #74ddc5;
	animation: move1 3s linear infinite;
	-webkit-animation: move1 3s linear infinite;
	-moz-animation: move1 3s linear infinite;
	-ms-animation: move1 3s linear infinite;
}
.section4 dl:nth-child(2){
	background-image: url(../images/icon3.png);
	background-position: left bottom;
	background-repeat: no-repeat; 
	background-color: #7e6fd4;
	animation: move2 4s linear infinite;
	-webkit-animation: move2 4s linear infinite;
	-moz-animation: move2 4s linear infinite;
	-ms-animation: move2 4s linear infinite;
}
.section4 dl:nth-child(3){
	background-image: url(../images/icon1.png);
	background-position: left top;
	background-repeat: no-repeat; 
	background-color: #6093e0;
	margin-right: 0px;
	animation: move3 5s linear infinite;
	-webkit-animation: move3 5s linear infinite;
	-moz-animation: move3 5s linear infinite;
	-ms-animation: move3 5s linear infinite;
}
@keyframes move1{
	0%{background-size: 173px 160px;}
	50%{background-size: 168px 155px;}
	100%{background-size: 173px 160px;}
}
@-webkit-keyframes move1{
	0%{background-size: 173px 160px;}
	50%{background-size: 168px 155px;}
	100%{background-size: 173px 160px;}
}
@-moz-keyframes move1{
	0%{background-size: 173px 160px;}
	50%{background-size: 168px 155px;}
	100%{background-size: 173px 160px;}
}
@-ms-keyframes move1{
	0%{background-size: 173px 160px;}
	50%{background-size: 168px 155px;}
	100%{background-size: 173px 160px;}
}
@keyframes move2{
	0%{background-size: 152px 70px;}
	50%{background-size: 167px 77px;}
	100%{background-size: 152px 70px;}
}
@-webkit-keyframes move2{
	0%{background-size: 152px 70px;}
	50%{background-size: 167px 77px;}
	100%{background-size: 152px 70px;}
}
@-moz-keyframes move2{
	0%{background-size: 152px 70px;}
	50%{background-size: 167px 77px;}
	100%{background-size: 152px 70px;}
}
@-ms-keyframes move2{
	0%{background-size: 152px 70px;}
	50%{background-size: 167px 77px;}
	100%{background-size: 152px 70px;}
}
@keyframes move3{
	0%{background-size: 165px 160px;}
	50%{background-size: 181px 176px;}
	100%{background-size: 165px 160px;}
}
@-webkit-keyframes move3{
	0%{background-size: 165px 160px;}
	50%{background-size: 181px 176px;}
	100%{background-size: 165px 160px;}
}
@-moz-keyframes move3{
	0%{background-size: 165px 160px;}
	50%{background-size: 181px 176px;}
	100%{background-size: 165px 160px;}
}
@-ms-keyframes move3{
	0%{background-size: 165px 160px;}
	50%{background-size: 181px 176px;}
	100%{background-size: 165px 160px;}
}
.section4 dl dt{
	float: left;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	margin-left: 27px;
    margin-top: 33px;
}
.section4 dl dt img{
	margin-top: 6px;
    width: 80px;
}
.section4 dl dd{
	color: #fff;
	float: left;
	width: 215px;
	margin-left: 25px;
	padding-top: 35px;
}
.section4 dl dd h4{
	font-size: 24px;
	margin-bottom: 15px;
}
.section4 dl dd p{
	font-size: 15px;
	line-height: 20px;
	color: rgba(255,255,255,0.7);
}
.section4 dl dd p a{
	display: block;
	padding-right: 12px;
	background: url(../images/right1.png) no-repeat right center;
	color: rgba(255,255,255,0.7);
    width: 62px;
    background-size: auto 12px;
    margin-bottom: 2px;
}
footer{
	height: 45px;
	text-align: center;
	position: relative;
	color: rgba(255, 255, 255, 0.7);;
	font-size: 14px;
	line-height: 45px;
	background-color: #141a26;
}
footer ul li{
	float: left;
	margin-right: 20px;
}
footer ul li a{
	color: #fff;
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.section2 .w{
	height: 640px;
	margin-top: 60px;
}
.swiper-slide {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: inherit;
}

.gallery-top {
	height: 100%;
	width: 965px;
	float: right;
	background: #fff;
}

.gallery-thumbs {
	height: 640px;
	width: 165px;
	box-sizing: border-box;
	float: left;
	padding-right: 65px;
	border-right: 4px solid #eeeeee;
}

.gallery-thumbs .swiper-slide {
	text-align: center;
	color: #313131;
	font-size: 18px;
}

.gallery-thumbs .swiper-slide span{
	width: 90px;
	height: 90px !important;
	border-style: solid;
	display: block;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	border-width: 3px;
	border-image-source: linear-gradient(135deg, 
		#2db0f7 0%, 
		#5885f0 100%);
	border-image-outset: inherit;
	border-image-slice: 1;
	opacity: 0.4;
	border-radius: 3px;
	background-position: center;
}

.gallery-thumbs .swiper-slide-thumb-active  span{
	opacity: 1;
	background-color: rgba(42, 48, 79, 0.88);
}

.gallery-thumbs .swiper-slide-thumb-active:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 130px;
	background-color: #5885f0;
	border-radius: 1px;
	display: block;
	right: -65px;
    top: 0;
    z-index: 6;
}

/*介绍*/
.submenu{
	background: #141a26;
	padding: 8px 0;
}
.submenu img{
	height: 40px;
}
.submenu span{
	color: #fff;
	font-size: 20px;
	float: left;
	line-height: 40px;
	margin-left: 10px;
}
.main{
	padding: 80px 0;
	min-height: 600px;
}
.main_left{
	width: 260px;
	border-right: 8px solid #eee;
}
.main_left ul li a{
	font-size: 14px;
	cursor: pointer;
	display: block;
    padding: 10px 15px;
    border-bottom: none;
    color: #364149;
    background: 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}
.main_left ul li a:hover,.main_left ul li a.active{
	color: #5885F0;
}
.main_left ul li ul{
	padding-left: 20px;
}
.main_left ul li a img{
	position: absolute;
	left: 0;
	top: 12px;
	height: 10px;
}
.main_left ul li ul a img{
	display: none;
}
.main_right{
	width: 900px;
}
.markdown-section{
	padding: 0;
	display: block;
    word-wrap: break-word;
    overflow: hidden;
    color: #333;
    line-height: 1.7;
    min-height: 800px;
}
.main_right .markdown-section h2{
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
	margin-top: 45px;
	font-weight: bold;
}
.markdown-section h2 a{
	color: #5885F0;
}
.main_right .markdown-section h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.main_right .markdown-section h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.main_right .markdown-section p{
	display: block;
    word-wrap: break-word;
    margin-bottom: 15px;
    overflow: hidden;
    color: #333;
    line-height: 1.7;
}
.markdown-section p strong{
	font-weight: bold;
}
.markdown-section p a{
	color: #5885F0;
}
.markdown-section ul{
	list-style: inside;
	padding-left: 20px;
}
.markdown-section ul li p{
	display: contents !important;
}
.markdown-section ul li a{
	color: #5885F0;
}
.main_right .markdown-section img{
	max-width: 100%;
	display: block;
	margin: 20px 0;
}
.code-wrapper {
    position: relative;
}
.markdown-section pre {
    overflow: auto;
    word-wrap: normal;
    margin: 0;
    padding: .85em 1em;
    margin-bottom: 1.275em;
    background: #f7f7f7;
}
.code-wrapper pre {
    background: #f7f8f9;
    border-radius: 3px;
    counter-reset: line;
    font-size: 15px;
}
.markdown-section pre>code {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    font-size: .85em;
    white-space: pre;
    background: 0 0;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
code .hljs-comment{
	color: #8e908c;
}
.code-wrapper pre > code > span.code-line:before {
    counter-increment: line;
    color: #c1c7cd;
    content: counter(line);
    display: inline-block;
    font-size: 12px;
    margin-right: 1.5em;
    width: 1em;
}
code .hljs-string{
	color: #718c00;
}
.markdown-section table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: auto;
    margin-bottom: 20px;
}
.markdown-section table tr {
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.markdown-section table td, .markdown-section table th {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: inherit;
    padding: 6px 13px;
    border: 1px solid #ddd;
}
.markdown-section table th {
    font-weight: 700;
}
.markdown-section table tr:nth-child(2n) {
    background-color: #f8f8f8;
}
section.normal code .hljs-keyword{
	color: #8959a8;
}
section.normal code .hljs-params{
	color: #f5871f;
}
