.header{
	position:relative;
	z-index: 1000;
}
.swiper-container {
      width: 100%;
      height: 560px;
      /*position: absolute;*/
 }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 700px;
  /*ackground: #fff;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .bg{
  height: 100%;
  background: url(../img/banner-1.jpg) center 0 no-repeat;
  width: 100%;
}
.swiper-slide .bg1{
  height: 100%;
  width: 100%;
  background: url(../img/banner-2.jpg) center 0 no-repeat;
}
.swiper-slide .bg2{
  height: 100%;
  width: 100%;
  background: url(../img/banner-3.jpg) center 0 no-repeat;
}
.swiper-slide .bg3{
	height: 100%;
	width: 100%;
	background: url(../img/banner-4.jpg) center 0 no-repeat;
  }

.swiper-button-next{
	right: 100px;
}
.swiper-button-prev{
	left: 100px;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 20px;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
}

.navbar{
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	background-color:#141822;
}

.navbar ul{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 0;
	box-sizing: border-box;
}
.navbar ul li{
	float: left;
	height: 60px;
	text-align: center;
	padding: 0 20px;
}
.navbar ul li .font_asw{
	position: relative;
	top: -2px;
}
.navbar ul li:nth-child(3){
	padding-right: 20px;
	margin-right: 10px;
}
.navbar ul li:nth-child(3):hover{
	
}

.navbar ul li a{
	font-size: 14px;
	color:#999999;
	height: 60px;
	display: inline-block;
}

.navbar ul .denglu{
	float: right;
	padding: 0;
}
.navbar ul .line{
	width: 1px;
	height: 14px;
	display:inline-block;
	float: right;
	background-color:#999999;
	margin: 24px 13px 0;
}

 .navbar ul li a .a_liebiao{
	position: absolute;
	width: 160px;
	height: 300px;
	background:rgba(25,107,147,.9) ;
	top: 60px;
	margin-left: -25px;
	z-index: 10;
	display: none;
 }
 .navbar ul li a:hover .a_liebiao{
 	display: block;
 }
 .navbar ul li a .a_liebiao .p_liebiao{
	display: inline-block;
	width: 100%;
 	color: #fff;
 	text-indent: 0;
 }
 .navbar ul li a .a_liebiao p:hover{
 	background: #2543B9;
 }
.navbar ul span{
	display:block;
	float: right;
	width: 1px;
	height: 15px;
	margin-top: 20px;
	background: #fff;
}
.navbar ul li .a_log{
	border-right: none;
}

.navbar ul li a:hover{
	color:#3991FF ;
}
.navbar ul li  a .li2{
	margin-left:  50px;
}
.navbar ul li a img{
	width: 185px;
	height: 44px;
	vertical-align: middle;
}


/*中间*/
.content{
/*	background: #ffc0cb;*/
}
.content_w{
	width: 920px;
	margin:0 auto;
}
.content1{
	padding: 84px 0 150px;
}
.content1 .Postion{
	position: relative;
}
.content1  .Solution{
	width: 130px;
	height: 130px;
	background-color: #3DA9EF;
	position: absolute;
	left: 50%;
	bottom:-215px;
	margin-left: -65px;
	transform: rotate(45deg);
	border-radius: 5px;
}
.content1  .Solution p{
	font-size: 24px;
	text-indent: 0;
	color: #fff;
	transform: rotate(-45deg);
}
.content1  .Solution p:nth-child(1){
	margin-top: 22px;
	margin-left: 1px;
}
.content1  .Solution p:nth-child(2){
	margin-top:10px;
	margin-left: 29px;
}
.content1 h2{
	text-align: center;
	color: #3991FF;
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: normal;
}
.content1 ul{
	font-size: 16px;
	line-height: 30px;
	width: 1100px;
}
.content1 ul li{
	overflow: hidden;
	padding: 0 280px;
}

.content2{
	background: #323C4B;
	width: 100%;
	overflow: hidden;
}
.content_w1{
	width: 1200px;
	margin: 0 auto;
}
.content2 .rom{
	padding: 190px 0 131px;
	display: flex;
	align-items: flex-start;
}
.content2 .rom .rom_1{
	display: none;
	width: 240px;
	/*float: left;*/
	display: inline-block;
	text-align: center;
/*	margin-top:50px;*/
	color: #fff;
	margin-right: 75px;
}
.content2 .rom .rom_1:nth-child(4){
	float: right;
	margin-right: 0;
}
.content2 .rom .rom_1 img{
	/*width: 37px;
	height: 54px;*/
}
.content2 .rom .rom_1 h3{
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	font-weight: normal;
}
.content2 .rom .rom_1 p{
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #CCCCCC;
}
.content2 .rom .mar{
	/*margin-top: 50px;*/
}

.content3{
	padding: 100px 0;
	background: #fff;
}
.content3 h2{
	padding-bottom: 40px;
	font-size: 32px;
	color:#3991FF;
	line-height: 48px;
	text-align: center;
	font-weight: normal;
}
.content3 p{
	padding-bottom: 10px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;

}
.content3 .blank30{
		height: 30px;
}
.content3 .box_liji{
	text-align: center;
}
.content3 .liji{
	background: #3991FF;
	height: 40px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 25px;
    border: none;
    display: inline-block;
    color: #fff;
}

.content4{
	padding: 100px 0;
	background: #F8F8F8 ;
	color: #333333;
}
.content4 h2{
	font-size: 32px;
	line-height: 48px;
	color: #3991FF;
	text-align: center;
	padding-bottom: 40px;
	font-weight: normal;
}
.content4 p{
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
.content4 .blank30{
	height: 30px;
}
 .content_w_4{
 	width: 980px;
 	margin:  0 auto;
 }
.content4 .content4_tubiao{
	 justify-content: space-between;	
}
.content4 .content4_tubiao .col-md-4{
	width: 300px;
	height: 270px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.content4 .content4_tubiao .col-md-4 img{
	margin-top: 20px;
	margin-left: 10px;
}
.content4 .content4_tubiao .col-md-4 span{
	color: #000;
	text-align: center;
	font-size: 14px;
}
.content4 .content4_tubiao .col-md-4 p{
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #000;
}
.content4 .content4_tubiao .col-md-4 a{
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	color: #3991FF;
	border-radius: 25px;
	border: 1px solid #3991FF;
	font-size: 14px;
}
.content4 .content4_tubiao .col-md-4 a:hover{
	background: #3991FF;
	color: #fff;
}
.flex{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.content5{
	padding: 100px 0 0;
	/*background: #F3F3F3;*/
	color: #333333;
}
.content5 ul{

}
.content5 ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 0;
}
.content5 ul .content5_zuhe{
	text-align: center;
}
.content5 ul li .content5_blank20{
	height: 20px;
}
.content5 ul li .content5_blank138{
	height: 50px;
}
.content5 ul li img{
	width: 440px;
	height: 300px;
	vertical-align: middle;
}
.content5 ul .zuhe{
	padding-top: 30px;
}
.content5 ul li .content_5{
	width: 470px;
	height: 207px;
}
.content5 ul li h2{
	color:#3991FF;
	padding-bottom: 25px;
	font-size: 32px;
	line-height: 48px;
	font-weight: normal;
}
.content5 ul li h2 var{
	margin-left: 8px;
	color:#3991FF ;
	font-size:24px ;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.content5 ul li p{
	font-size: 14px;
	line-height: 24px;
}
.content5 a{
	display: inline-block;
	width:225px ;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 25px;
	background: #3991FF;
	margin-top: 50px;
	margin-bottom: 100px;
	font-size: 14px;
}
.content5 .shangwu{
	text-align: center;
}

.content6{
	background: #37A9EF;
	color: #fff;
	padding:100px 0;
}
.content6 h2{
	padding-bottom: 40px;
	font-size: 36px;
	line-height: 48px;
}
.content6 .row{
}
.content6 .col-md-5{
	float: left;
	width: 41%;
	padding: 0 15px;
	box-sizing: border-box;
}
.content6 .col-md-5 p{
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 20px;
}
.content6 .col-md-7{
	float: left;
	width: 58%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
}
.content6 .col-md-7 img{
	width: 509px;
	height: 267px;
}
.content6 .col-md-7 a{
	display: inline-block;
	background: #FFAF2D;
	width: 225px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	margin-top: 50px;
	font-size: 14px;
}

.Stock_market{
	width: 100%;
	background-color: #f8f8f8;
	padding: 80px 0;
	text-align: center;
}
.Stock_market h3{
	text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    color: #3991FF;
    font-weight: normal;
    font-family: 'HiraginoSansGB-W3';
}
.Stock_market a{
	display: inline-block;
    background: #3991FF;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    margin-top: 50px;
    font-size: 14px;
}
.Stock_market ul li{
	float:left;
	width: 33.3333333%;
	text-align: center;
	box-sizing: border-box;
	margin: 20px 0;
}
.Stock_market ul li h4{
	margin-top: 5px;
	margin-bottom: 10px;
}


.Stock_market ul li span{
	font-size: 30px;
	color: red;
		}
.Stock_market ul li .a i{
	font-style: normal;
	font-size: 18px;
}
.Stock_market ul li .fontgreen{
	color: green;
}
.Stock_market ul li .fontred{
	color: red;
}
.content7{
	padding: 100px 0;
}
.content7 h2{
	padding-bottom:40px;
	font-size: 32px;
	line-height: 48px;
	color: #3991FF;
	text-align: center;
	font-weight: normal;
}
.content7 ul{
	padding: 0 110px;
}
.content7 ul li{
	float: left;
	width: 220px;
	height: 300px;
	text-align: center;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 25px;
	border-radius: 5px;
}
.content7 ul li:hover{
	background: #37A9EF;
	color: #fff;
}
.content7 ul li img{
	width:60px ;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.content7 ul li p{
		font-size: 16px;
		line-height: 30px;
}

.content8{
	padding: 80px 0;
	background: #f8f8f8;
}
.content8 h2{
	padding-bottom: 40px;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	color: #3991FF;
	font-weight: normal;
}
.content8 p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 50px;
	color: #333333;
}
.content8 ul{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
	padding: 0 10px;
	box-sizing: border-box;
}
.content8 ul li{
	width: 260px;
	padding:45px 0;
	border: 1px solid #ccc;
	text-align: center;
}
.content8 ul li a img{
	width: 120px;
	height: 120px;
}
.content8 ul li span{
	font-size: 12px;
}
.content8 ul li h5{
	font-size: 16px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 5px;
}

.content9{
	/*padding: 80px 0;*/
	background: #f1f1f1;
	/*height: 360px;*/
	height: 400px;
	box-sizing: border-box;
	background:url(../img/n-team-img.jpg)center no-repeat;
	position: relative;
	overflow: hidden;
}
.content9 .yinying{
	position: absolute;
	height: 400px;
	width: 100%;
	background-color: #033477;
	opacity: 0.5;
	filter: alpha(opacity=0.6);
}
.content9 h2{
	/*text-align: center;*/
	position: absolute;
	left: 50%;
	top: 132px;
	transform: translateX(-50%);
	font-size: 32px;
	line-height: 48px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 25px;
	z-index: 10;
}
.content9 p{
	z-index: 10;
	position: absolute;
	font-size: 14px;
	line-height: 26px;
	top: 189px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff ;
	width: 1080px;
	margin: 0 auto;
}
.content9 ul{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.content9 ul li{
	width: 30%;
	height: 512px;
	padding-top: 30px;
	text-align: center;
	border: 1px solid #8bb3ea;
	border-radius: 5px;
}
.content9 ul li img{
	width: 216px;
	height: 216px;
}
.content9 ul li h3{
	padding-top: 30px;
}
.content9 ul li h4{
	font-size: 14px;
	color: #666;
	padding: 10px 0 20px;
	font-weight: normal;
}
.content9 ul li p{
	color: #333;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 0 20px;
}
.content9 ul li a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #0288d1;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	margin-top: 10px;
}


.content10{
	padding: 100px 0;
	/*background: url(../img/bg-contact.png) center repeat-x #4080ca;*/
}
.content10 h2{
	text-align: center;
	color: #3991FF;
	padding-bottom: 19px;
	font-size: 32px;
	line-height: 48px;
	font-weight: normal;
	padding-left: 328px;
}
  .content10 .lianxi_padding{
  	padding: 0 80px;
  	box-sizing: border-box;
  }
.content10 .row{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: space-between;
	webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content10 .row .col-md-10{
	width: 541px;
	/*height: 600px;*/
	background: #FFFFFF;
}
.content10 .row .col-md-10 img{
	width: 540px;
	height: 360px;
}
.content10 .row .col-md-10 .md-10_left{
	float: left;
	width: 50%;
}
.content10 .row .col-md-10 .md-10_right{
	float: left;
	text-align: center;
	width: 50%;
	margin-top: 20px;
}
.content10 .row .col-md-10 .md-10_right img{
	width: 120px;
	height: 120px;

}
.content10 .row .col-md-10 ul{
	margin-top: 20px;
	margin-left: 30px;
}
.content10 .row .col-md-10 li{
		float: left;
		margin-bottom: 20px;
		margin-right: 10px;
}
.content10 .row .col-md-10 li span{
	 font-size: 14px;
	 font-weight: bold;
}
.content10 .row .col-md-10 li p{
	font-size: 12px;
}
.content10 .row .col-md-5{
	width: 400px;
	/*background: #2D55B4;*/
	border-radius: 3px;
	box-sizing: border-box;
	padding-top: 10px;
}
.content10 .row .col-md-5 button{
			width: 120px;
			height: 40px;
			line-height: 40px;
			background: #3991FF;
			text-align: center;
			color: #fff;
			border-radius: 2px;
			border: none;
			font-size: 14px;

}
.content10 .row .col-md-5 h3{
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.content10 .row .col-md-5 .form-group{
	width: 400px;
	/*height: 40px;*/
	border-radius: 2px;
	margin-bottom: 24px;
	box-sizing: border-box;
}
.content10 .row .col-md-5  .form-group textarea{
	height: 80px;
	width: 100%;
	border-radius: 4px;
	border: none;
	padding: 16px 20px 0;
	box-sizing: border-box;
	font-size: 14px;
	background:#F8F8F8;
}

.content10 .row .col-md-5  .form-group .form-control{
	width: 100%;
	padding: 6px 20px;
	font-size: 14px;
	height: 40px;
	line-height: 45px;
	border-radius: 4px;
	box-sizing: border-box;
	border: none;
	display: block;
	line-height: 1.4px;
	background:#F8F8F8;
}

.content11{
	padding: 100px 0;
	background: #F8F8F8;
}
.content11 h2{
	padding-bottom: 40px;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	color: #3991FF ;
	font-weight: normal;
}
.content11 ul{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: space-around;
	webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.content11 ul li {
	
}
.content11 li img{
	width: 245px;
	/* height: 59px; */
	border:1px solid #EEEEEE;
	border-radius: 2px;
}

.content12{
	padding: 100px 0;
	font-size: 1.4em;
	line-height: 150%;
	background: #1C2737;
	color: #ACBAC7;
	font-size: 14px;
}
.content12 ul{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content12 ul li{
}
.content12 ul li dl{

}
.content12 ul li dl dt{
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
}
.content12 ul li dl dt a{
	color: #03a9f4;
}
.content12 ul li dl dt a:hover{
	color: #fff;
}
.content12 ul li dl dt img{
	width:120px ;
	height: 120px;
}
.content12 .copyright{
	text-align: center;
	margin-top: 60px;
}

.dingbu{
	position: fixed;
	width:78px ;
	height: 79px;
	background: url(../img/page-1_03.png)0 0 no-repeat;
	right:37px;
	bottom:34px;
	z-index: 100;
	display: none;
	cursor: pointer;
	border-radius: 5px;
}
.dingbu:hover{
	background: url(../img/page-2_05.png)0 0 no-repeat;
}


#container_map{
	width: 100%;
	height: 100%;
}
