@charset "utf-8";
/* CSS Document */
body {
	FONT-SIZE: 14px;
	margin:0px;
	padding: 0px;
    font-family:"微软雅黑";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	
	}
*{font-family:"微软雅黑";}
a{text-decoration:none;}
li{list-style:none}

.center{width:1400px;margin:0 auto}
h1,h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:"微软雅黑";}
img{
    border:none;
    display: block;
}
.cursor_pointer{
	cursor:pointer;
}

.float_l{
    float: left;
}
.float_r{
    float: right;
}
.clear{
    clear:both;
}
/*banner*/
	#container {
			width: 100%;
			height: 500px;
			overflow: hidden;
	}
	.sections,.section {
		height:100%;
	}
	#container,.sections {
		position: relative;
	}
	.section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}

/*服务*/
.youshi{
    padding: 0 0 102px 0;
}
.biaoti p:nth-child(1){
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 62px;
    padding-top: 36px;
    text-align: center;
}
.biaoti p:nth-child(1) text{
    color: rgba(20,77,144,.9);
}
.biaoti p:nth-child(2){
    font-size: 16px;
    color: #aeacac;
    line-height: 28px;
    text-align: center;
    text-transform:uppercase;
    background: url("../images/biaoti1.png") center center no-repeat;
}
.youshi .neigong{
    padding-top: 62px;
}
.youshi .neigong .float_l{
    width: calc(16.666% - 64px);
    padding: 0 27px;
    height: 207px;
    position: relative;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
	background:#f3f3f3;
	margin-right:10px;
	text-align:center;
	border-radius: 5%;
   /* background: url("../images/youshi1.png") center center no-repeat;*/
}
.youshi .neigong .float_l:hover {
    /*background: url("../images/youshi2.png") center center no-repeat;*/
background:rgba(20,77,144,.9);
}
.youshi .neigong .float_l .text{
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    transition:all 0.3s ease-in-out;
	text-transform:uppercase;
}
.youshi .neigong .float_l:hover .text{
    color: #fff;
}
.youshi .neigong .float_l .shu{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: 50%;
    background: rgba(20,77,144,.9);
    margin-left: -30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    transition:all 0.3s ease-in-out;
}
.youshi .neigong .float_l:hover .shu{
    background: #ff9900;
}
.youshi .neigong .float_l .bt{
    font-size: 24px;
    color: #333333;
    line-height: 64px;
    text-align: center;
    padding-top: 52px;
    transition:all 0.3s ease-in-out;
}
.youshi .neigong .float_l:hover .bt{
    color: #fff;
}

/*合作伙伴*/
img {
	border: none;
}

.marquee {
	width: 1380px;
	height: 110px;
	overflow: hidden;	
	margin-top: 20px;
	margin-bottom: 20px;

	margin: 0 auto;
}

.marquee li {
	display: inline;
	float: left;
	margin-right: 12px;
}
.marquee li a {
	width: 230px;
	display: block;


}


.marquee li img {
	/*width: 100%;*/
	border: 2px solid #044FA3;
}

@media screen and (max-width:1200px) {
	.marquee {
	width: 100%;
	
}
}


/*ABOUT*/
.index_about{
    padding-bottom: 100px;
    background: url("../images/index_about.jpg") center center no-repeat;
}
.index_about .label_page{
    position: relative;
}
.index_about .label_page .label_page_each .about_text{
    width: calc(100% - 750px);
}
.index_about .label_page .label_page_each .about_text .bt{
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
}
.index_about .label_page .label_page_each .about_text .p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}
.index_about .label_page .label_page_each .about_text .xiangqing{
    display: block;
    width: 185px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 16px;
    color: #333333;
    border: solid 1px #d9dada;
    margin-top: 32px;
    transition:all 0.3s ease-in-out;
}
.index_about .label_page .label_page_each .about_text .xiangqing:hover{
    color: #4177b7;
    border: solid 1px #4177b7;
}
.index_about .label_page .label_page_each .about_img{
    position: relative;
    width: 663px;
    height: 419px;
}
.index_about .label_page .label_page_each .about_img .about_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.index_about .label_page .label_page_each{
    padding-top: 82px;
}
.index_about .biaoti p:nth-child(1){
    padding-top: 70px;
}
.index_about .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: url("../images/index_about1.png") center center no-repeat;
    opacity: 1;
}
.index_about .swiper-pagination-bullet-active {
    opacity: 1;
    background: url("../images/index_about2.png") center center no-repeat;
}
.index_about .swiper-pagination{
    text-align: right;
}
.index_about .label_page .label_nav{
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_about .label_page h4{
    width: 240px;
    height: 69px;
    font-size:20px;
    color: #ffffff;
    text-align: center;
    line-height: 69px;
    background: #4177b7;
    margin-right: 5px;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.index_about .label_page h4:hover{
    background: #ff9900;
}
.index_about .label_page .on{
    background: #ff9900;
}

/*实力*/
.shuzi_gd{
    height: 234px;
    text-align: center;
    background: url("../images/shuzi_gd.jpg") center center no-repeat;
}
.shuzi_gd .float_l{
    width: calc(25% - 1px);
    height: 97px;
    margin-top: 74px;
    border-right: solid 1px #eeeeee;
}
.shuzi_gd .float_l:nth-child(1){
    width: calc(25% - 2px);
    border-left: solid 1px #eeeeee;
}
.shuzi_gd .float_l .counter{
    display: inline-table;
    font-size:60px;
    color: #ffffff;
    line-height: 53px;
    padding: 0 35px;
    margin-bottom: 18px;
}
.shuzi_gd .float_l p{
    font-size: 16px;
    color: #ffffff;
}
.shuzi_gd .float_l:nth-child(1) .counter{
    background: url("../images/counter1.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(2) .counter{
    background: url("../images/counter2.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(3) .counter{
    background: url("../images/counter3.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(4) .counter{
    background: url("../images/counter4.png") right top no-repeat;
}

/*NEWS*/

.index6{padding:60px 0 80px 0; background-color:#f8f7f7;}
.index6Tab .hd{text-align: right; font-size:0;}
.index6Tab .hd li{display:inline-block; font-size:16px; color:#262626; line-height: 32px; margin-left:140px; width:110px; border-radius: 30px; text-align: center; cursor: pointer;}
.index6Tab .hd li:first-child{margin:0;}
.index6Tab .hd li.on{background-color:#0C7DF5; color:#fff;}
.index6Tab .bd{padding-top:23px;}
.index6Tab .bdList .list{width:44%; margin: 30px 3.32% 0 0; border-radius: 8px; background-color:#fff; float:left; box-shadow: 0 0 20px rgba(0,0,0,0.05); padding:20px 30px 20px 20px; position: relative;}
.index6Tab .bdList .list:nth-child(2n){margin-right:0;}
.index6Tab .bdList .list .pic{width:200px; float:left; overflow: hidden;}
.index6Tab .bdList .list .pic img{-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.index6Tab .bdList .list .text{margin-left:235px;}
.index6Tab .bdList .list .text .H4{font-size:18px; color:#333333; padding: 18px 0 13px 0;}
.index6Tab .bdList .list .text .p{font-size:14px; color:#333333; line-height: 24px; height: 48px; opacity: 0.66;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.index6Tab .bdList .list .text .time{font-size:14px; color:#333333; opacity: 0.6; text-align: right; margin-top:8px;}
.index6Tab .bdList .list .ico{width:28px; height: 28px; position: absolute; bottom:25px; right:30px; opacity: 0; line-height: 0;}
@media screen and (min-width:992px){
	.index6Tab .bdList .list:hover{background-color:rgba(20,77,144,.9);}
.index6Tab .bdList .list:hover .pic img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.index6Tab .bdList .list:hover .H4{color:#fff;}
.index6Tab .bdList .list:hover .p{color:#fff;}
.index6Tab .bdList .list:hover .time{color:#fff; opacity: 1; text-align: left;}
.index6Tab .bdList .list:hover .ico{opacity:1;}
}

@media screen and (max-width:1199px){
	.index6Tab .hd li{margin-left:0; font-size:14px;}
	.index6Tab .bdList .list{padding:10px;}
	.index6Tab .bdList .list .text{margin-left:210px;}
}
@media screen and (max-width:767px){
	.index6{padding:30px 0;}
	.index6Tab { clear: both; padding-top:25px;}
	.index6Tab .hd{text-align:center;}
	.index6Tab .hd li{width:25%; border-radius: 4px;}
	.index6Tab .bd{padding-top:10px;}
	.index6Tab .bdList .list{width:100%; margin: 10px 0 0 0;}
	.index6Tab .bdList .list .pic{width:130px;}
	.index6Tab .bdList .list .text{margin-left:140px;}
	.index6Tab .bdList .list .text .H4{font-size:16px; margin: 0 0 5px 0;}
	.index6Tab .bdList .list .text .time{font-size:12px; margin: 4px 0 0 0; text-align: left;}
}