.banner{
    background-image:url(../images/banner2.jpg);
    height: 580px;
    background-size: cover;
	background-color: #78a5da;
}
.banner .desc{
    width: 725px;
    padding: 78px 0 0;
    text-align: center;
    margin: 0 auto;
}
.banner .desc h1{
    font-size: 74px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 90px;
	letter-spacing: 7px;
    color: #ffffff;
    font-family: MicrosoftYaHei-Bold;
    text-shadow: 2px 2px 2px #3F51B5;
}
.banner .desc h1:nth-child(2){
    text-indent: 2em;
}
.banner .desc .btn{
    width: 293px;
	height: 76px;
	background-image: linear-gradient(0deg, #18598d 0%, #1f7ac1 100%), linear-gradient( #00BCD4, #009688);
    background-blend-mode: normal, normal;
    box-shadow: 1px 4px 10px 0px #082431;
    border-radius: 10px;
    color:#fff;
    font-size: 29px;
    line-height: 76px;
    margin:36px auto;
}
.banner .desc .btn a{
    color:#fff;
}
.banner .desc p{
    margin-top:20px;
}
.section{
    box-sizing: border-box;
    padding: 80px 0;
}
.section .title{
    text-align: center;
}
.section .title h2{
    font-family: MicrosoftYaHei;
	font-size: 32px;
	line-height: 32px;
    letter-spacing: 0px;
    margin-bottom:22px;
	color: #343434;
}
.section .title p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height:16px;
	letter-spacing: 0px;
    color: #333;
    margin-bottom:52px;
}
.section1{
    display: flex;
    justify-content: space-between;
    padding-bottom:80px;
}
.section1 .item{
    width: 224px;
	height: 344px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px 
		rgba(0, 0, 0, 0.15);
    border: solid 2px transparent;
    position: relative;
    margin-top:-135px;
    padding:38px 20px;
    box-sizing: border-box;
}
.section1 .item h3{
    text-align: center;
    font-size: 26px;
	line-height: 33px;
	letter-spacing: 3px;
    color: #343434;
    margin-bottom:40px;
}
.section1 .item li{
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
    color: #343434;
   
}
.section1 .item ul{
    list-style-image: url(../images/gou.png);
    padding-left:0px;
}
.section1 .item li:before{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/gou.png) no-repeat center;
	background-size:contain;
	margin: 0px 10px -5px 0;
}
.section1 .item .btn{
    width: 128px;
	height: 38px;
	background-color: #1f7ac1;
    border-radius: 19px;
    font-size: 16px;
    line-height: 26px;
    line-height: 38px;
    text-align: center;
    margin:0 auto;
	letter-spacing: 2px;
    margin-top:58px;
}
.section1 .item .btn a{
    color:#fff;
}
.section1 .item{
    background: url(../images/top-bg1.png) bottom right;
    background-repeat: no-repeat !important;
    background-color:#fff !important;
}
.section1 .item:nth-child(2){
    background: url(../images/top-bg2.png) bottom right;
}
.section1 .item:nth-child(3){
    background: url(../images/top-bg3.png) bottom right;
}
.section1 .item:nth-child(4){
    background: url(../images/top-bg4.png) bottom right;
}
.section1 .item:nth-child(5){
    background: url(../images/top-bg5.png) bottom right;
}
.section1 .item:hover{
    border: solid 2px #1f7ac1;
}
.section1 .item:hover h3{
    color:#1f7ac1;
}



.section2{
    background:url(../images/index-bg-2.jpg);
    height: 780px;

}
.section2 .title h2,.section2 .title p{
    color:#fff;
}
.section2 .content{
    display: flex;
    justify-content: space-between;
}
.section2 .item{
    width: 270px;
	height: 473px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px 
        rgba(0, 0, 0, 0.15);
        text-align: center;
    padding:40px 28px;
    position: relative;
    box-sizing: border-box;

}
.section2 .item h3{
    color: #343434;
    line-height: 33px;
}
.section2 .btn{
    position: absolute;
    bottom:40px;
    left:50%;
    transform: translateX(-50%);
    width: 128px;
	height: 38px;
	background-image: linear-gradient(
		#4e4b56, 
		#4e4b56);
	background-blend-mode: normal, 
		normal;
    border-radius: 22px;
    line-height: 38px;
    color:#fff;
    text-align: center;
}
.section2 .item .btn a{
    color:#fff;
    line-height: 38px;
    margin:0 auto;
}
.section2 .item .pic{
    text-align: center;
    margin:30px auto;
    transition: .6s;
}
.section2 .item:hover .pic{
    transform: rotate(180deg);
}
.section2 .item p{
    font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
    color: #343434;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.section2 .item a{
    color: #1f7ac1;
    display: block;
    margin: 23px 0;
}
.section2 .item .btn:hover{
	background:#1f7ac1;
}

.section3 .content{
    overflow: hidden;
    display: flex;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.section .fl .item{
    display: inline-block;
    width: 385px;
	height: 285px;
    background-color: #d7d7d7;
    background-image: url(../images/kh-1.png);
    background-size: cover !important;
    margin-right: 18px;
    margin-bottom:18px;
    color:#fff;
}
.section .fl .item .desc{
    background:rgba(0,0,0,0.2);
    width:100%;
    height: 100%;
    padding:67px;
    box-sizing: border-box;
    visibility: hidden;
}
.section .fl .item:hover .desc{
    visibility: visible;
}
.section .fl .item .desc h5{
    margin-bottom:20px;
    font-size:18px;
    font-weight: bold;
}
.section .fl .item .desc p{
    line-height: 30px;
}
.section3 .fl .item:nth-child(2){
    background-image:url(../images/kh-2.png); 
}
.section3 .fl .item:last-child{
    width: 792px;
    background-image:url(../images/kh-3.png);

}
.section3 .more{
    width: 385px;
	height: 594px;
    background-color: #1f7ac1;
    padding:120px 50px;
    box-sizing: border-box;
    color:#fff;
}
.section3 .more h4{
    font-family: MicrosoftYaHei;
	font-size: 32px;
	font-weight: normal;
	
}
.section3 .more h4:after{
    content:"";
    width: 50px;
	height: 2px;
	background-color: #fff;
    display: block;
    margin:30px 0;
}
.section3 .more .btn{
    width: 128px;
	height: 38px;
	background-color: #ffffff;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    margin-top:40px;
   
}
.section3 .more .btn a{
    color:#1f7ac1;
}
.statisticS{
    background-color: #1c0208;
    height: 184px;
}
.statisticS .m1200{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height:184px;
}
.statisticS .item{
    text-align:center;
    height: 50px;
}
.statisticS .item b{
    color:#fefbc6;
    font-size: 40px;
    line-height: 21px;
    font-weight: normal;
}
.statisticS .item p{
    color: #ffffff;
    font-size: 18px;
    margin-top:10px;
}
.section4{
    background:url(../images/index-bg-3.png);
}
.section4 .title h2{
    color: #343434;
}
.section4 .title p{
    color:#343434;
}
.section5 .txtMarquee{
    width: 642px;
	height: 463px;
    background-color: #f7f7f7;
    padding:50px 40px;
    box-sizing: border-box;
}
.section5 .content{
    display: flex;
}
.section5 .fr{
    width: 560px;
	height: 497px;
    background-color: #1f7ac1;
    margin-top:-16px;
    
}
.section5 .transaction .tit{
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
    color: #343434;
    border-bottom:3px solid #0a5b9b ;
    width: 7em;
    margin-bottom: 10px;
}
.section5 .transaction ul{

}
.section5 .transaction li{
    border-top:1px solid #ddd;
    height: 50px;
    line-height: 50px;
    color:#7c7c7c;
}
.section5 .tempWrap{
    height:305px !important;
}
.section5 .fr{
    padding:50px 46px;
    box-sizing: border-box;
    color:#fff;
    position: relative;
}
.section5 .fr .tit{
    font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 48px;
    letter-spacing: 1px;
    margin-bottom:30px;
}
.section5 .fr  input{
    width: 408px;
	height: 52px;
    background-color: #ffffff;
    padding:18px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 0;
    outline: #c0413d;
}
.section5 .fr  input::placeholder{
    color: #7c7c7c;
    font-size: 16px;
}
.section5 .fr  input:-moz-placeholder{
    color: #7c7c7c;
    font-size: 16px;
}
.section5 .fr  input:-ms-input-placeholder{
    color: #7c7c7c;
    font-size: 16px;
}
.section5 .fr  input::-webkit-input-placeholder{
    color: #7c7c7c;
    font-size: 16px;
}
.section5 .fr b{
    font-size: 30px;
}
.section5 .fr p{
    margin:10px 0 30px;
}
.section5 .fr .btn{
    width: 128px;
	height: 38px;
	background-color: #ffffff;
    border-radius: 22px;
    line-height: 38px;
    text-align: center;
   
}
.section5 .fr .btn a{
    color:#0a5b9b ;
}
.section5 .fr .arrow-t{
    width:0;
    height:0;
    border-style: solid;
    border-width: 12px;
    border-color:#0a5b9b transparent transparent transparent ;
    position: absolute;
    top: 5px;
    left: -12px;
    transform: rotate(-45deg);
}
.section5 .fr .arrow-b{
    width:0;
    height:0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #0a5b9b transparent ;
    position: absolute;
    bottom: 5px;
    left: -12px;
    transform: rotate(45deg);
}

.section6{
    background: url(../images/index-bg-3.png);
    height:769px;
}
.section6 .content{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}
.section6 .item{
    width: 380px;
	height: 460px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px 
        rgba(15, 15, 15, 0.3);
    padding:80px 40px;
    box-sizing: border-box;
}
.section6 .item .top{
    margin-bottom:30px;
    overflow: hidden;
}
.section6 .item .top .fl img{
    width: 104px;
	height: 91px;
	box-shadow: 0px 0px 8px 0px 
		rgba(15, 15, 15, 0.3);
	border: solid 1px #e2e2e2;
}
.section6 .item .top .name{
    font-size: 24px;
    color:#343434;
}
.section6 .item .top .post{
    font-size: 16px;
    color:#343434;
}
.section6 .item .top  .companyName{
    font-size: 16px;
    color:#343434;
}
.section6 .item .top  .level{
   margin-top:16px;
}
.section6 .item .fr{
    margin-right: 24px;
}
.section6 .item .bottom .desc{
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #343434;
}
.section6 .item .bottom .desc p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.section7{
    background: url(../images/index-bg-4.png);
}
.section7 .title h2,.section7 .title p{
    color:#fff;
}
.section7 .content{
    display: flex;
    justify-content: space-around;
}
.section7 .content .item{
    width: 224px;
    height: 335px;
    background-color: #ffffff;
    transition: .3s;
}
.section7 .content .item:hover{
    transform: scale(1.08);
    box-shadow: 1px 1px 3px #333;
}
.section7 .content .item .top{
    height: 158px;
    overflow: hidden;
}
.section7 .content .item img{
    width:100%;
}
.section7 .content .item .bottom .tit{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #1f7ac1;
}
.section7 .content .item .bottom p{
    font-size: 14px;
	font-weight: normal;
    color: #343434;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    
}
.section7 .content .item .bottom{
    padding:16px 20px;
    box-sizing: border-box;
}
.section8 .nav{

}
.section8 .nav ul{
    display: flex;
    max-width:680px;
    margin:50px auto;
    justify-content: space-around;
}
.section8 .nav li{
    width: 142px;
	height: 34px;
	background-color: #fff;
    border-radius: 17px;
    line-height: 34px;
    text-align: center;
    color:#343434;
    letter-spacing: 2px;
    border:1px solid #343434;
    cursor: pointer;
}
.section8 .nav li:hover,.section8 .nav li.active{
    background-color: #1f7ac1;
    color:#fff;
    border:1px solid #1f7ac1;
}
.section8 .content{
    overflow: hidden;
}
.section8 .fl{
    width:50%;
}
.section8 .fl .wrapper{
    overflow: hidden;

}
.section8 .fl ul{
    display: flex;
}
.section8 .fl ul li img{
    /*width:100%;*/
}
.section8 .wrapper li {
    position: relative;
}
.section8 .wrapper li .desc{
    position: absolute;
    bottom:4px;
    height:52px;
    width:100%;
    background-color: rgba(0,0,0,0.6);
}
.section8 .wrapper li .desc p{
    line-height: 52px;
    color:#fff;
    padding:0 12px;
    box-sizing: border-box;
}
.section8 .fr{
    width:50%;
    padding-left: 20px;
    box-sizing: border-box;
}
.section8 .fr .date{
    float: right;
    color: #343434;
    font-size:14px;
    line-height: 30px;
    position: absolute;
    bottom:12px;
    right: 2px;
}
.section8 .fr .desc{
    font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #7c7c7c;
	margin-left:1em;
}
.section8 .fr .desc span{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.section8 .fr p.tit{
    font-size: 16px;
	line-height: 57px;
	letter-spacing: 1px;
	color: #343434;
	cursor: default;
}
.section8 .fr p.tit:before{
	content:"";
	display: inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	background:url(../images/arro-blue.png) no-repeat;
	background-size:contain;
}
.section8 .fr p>a{
    color: #1f7ac1;
    line-height: 30px;
}
.section8 .fr .desc{
    display: none;
}
.section8 .fr li{
    height: 58px;
    border-bottom:1px dashed #ccc;
    position: relative;
}
.section8 .fr li:hover,.section8 .fr li.active{
    height:130px;
}
.section8 .fr li:hover .desc,.section8 .fr li.active .desc{
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:22px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left:auto;
    right:10px;
    width:100px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .4;
}
.swiper-pagination-bullet-active {
    opacity: 1;
   
}
.mt40{
	margin-top: 60px;
}
