*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1200px;
}
html,body{
	font-family: 寰蒋闆呴粦;
	position: relative;
	width: 100%;
	min-width: var(--cydl-container-wid);
	color: #2b2b2b;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
	display: flex;
}
a{
	text-decoration: none;
	color: #5f5f5f;
}
a:hover{
	color:#0864be ;

}
.amit{
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
/*
@font-face{
	font-family: "鎬濇簮瀹嬩綋";
	src: url(../fonts/SC-BOLD.OTF);
}*/

.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}
.pages{
	text-align: center;
	padding: 35px 35px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #dcdcdc;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #0864be; 
	color: #fff;
	border: 1px solid #0864be;
}

.head{
	position: absolute;
	/*box-shadow: 1px 0 15px #dcdcdc;*/
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.fixed_head{
    position: fixed;;
}
.head .container{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.head .container .nav{
	width: calc(100% - 350px);
}
.head .container .nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .container .nav ul li{

}
.head .container .nav ul li a{
	display: block;
	height: 90px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
.head .container .nav ul li a span{
	display: block;
	margin: 10px auto 0;
	width: 30px;
	height: 1px;
	background: #fff;
}
.head .container .nav ul li a:hover,.head .container .nav ul li.active a{
	color: #fff;
}
.head .container .logo{
	display: block;
}
.head .container .logo2{
	display: none;
}
.fixed_head{
	position: fixed;
	background: #fff;
}
.fixed_head .container .logo{
	display: none;
}
.fixed_head .container .logo2{
	display: block;
}
.fixed_head .container .nav ul li a{
	color: #2b2b2b;
	position: relative;
}
.fixed_head .container .nav ul li a:hover,.fixed_head .container .nav ul li.active a{
	background: #222979;
}
.fixed_head .container .nav ul li:hover a:after,.fixed_head .container .nav ul li.active a:after{
	content: "";
	height: 2px;
	width: 1.8em;
	left: 50%;
	margin-left: -0.9em;
	bottom: 0;
	background: #fff;
	display: block;
	position: absolute;
}
.banner{
	overflow: hidden;
	position: relative;
}

.banner img{
	width: 100%;
}
.banner  .swiper-pagination span{
	width: 20px;
	background: none;
	border-radius: 0;
	height: auto;
}
.banner  .swiper-pagination span:after{
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #fff;
	margin: 5px auto;
}
.banner  .swiper-pagination span.swiper-pagination-bullet-active{
	color: #133052;
}
.banner  .swiper-pagination span.swiper-pagination-bullet-active:after{
	background: #133052;
}
.index1{
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.index1 .container{
	display: flex;
	justify-content: space-between;
}
.index1 .container .left{
	width: 700px;
	box-sizing:border-box;
}
.index1 .container .right{
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index1 .container .left .title{

}
.index1 .container .left .title h3{
	font-size: 36px;
	color: #333;
	font-weight: 400;
}
.index1 .container .left .title p{
	font-size: 18px;
	color: #999999;
}
.index1 .container .left .title span{
	display: block;
	width: 40px;
	height: 1px;
	background: #133052;
	margin-top: 20px;
}
.index1 .container .left .text{
	margin-top: 40px;
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-indent: 2em;
}
.index1 .container .left .more{
	display: flex;
	margin-top: 35px;
}
.index1 .container .left .more a{
	display: flex;
	width: 180px;
	height: 60px;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #222979;
	color: #222979;
	font-size: 14px;
	justify-content: space-between;
}
.index1 .container .left .more a:after{
	font-family: swiper-icons;
  font-size: 14px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'next'
}
.index2{
	padding: 80px 0;
	background: #f8f8f8;
}
.index2 .title{

}
.index2 .title .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index2 .title .container .left{

}
.index2 .title .container .left h3{
	font-size: 36px;
	color: #333;
	font-weight: 400;
}
.index2 .title .container .left p{
	font-size: 18px;
	color: #999999;
}
.index2 .title .container .left span{
	display: block;
	width: 40px;
	height: 1px;
	background: #133052;
	margin-top: 20px;
}
.index2 .title .container .right{

}
.index2 .title .container .right ul{
	display: flex;
	justify-content: space-between;
}
.index2 .title .container .right ul li{
	padding-left: 30px
}
.index2 .title .container .right ul li a{
	font-size: 14px;
}
.index2 .list{
	overflow: hidden;
	padding-top: 45px;
}
.index2 .list .container{
	display: flex;
	justify-content: space-between;
}
.index2 .list .container .left{
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
}
.index2 .list .container .left .but div{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	position: static;
	margin: 0;
	color: #222979;
	--swiper-navigation-size: 30px;
	transform: rotate(-90deg);
	margin-bottom: 15px;
}
.index2 .list .container .left .but div:hover{
	background: #222979;
	color: #fff;
}
.index2 .list .container .right{
	width: calc(100% - 150px);
	overflow: hidden;
}
.index2 .list .container .right .swiper-slide{
	overflow: hidden;
}
.index2 .list .container .right .swiper-slide a{
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .container .right .swiper-slide a .img{
	overflow: hidden;
}
.index2 .list .container .right .swiper-slide a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .container .right .swiper-slide a .text{
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 2em;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .container .right .swiper-slide a .text span{
	display: flex;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	border: 1px solid #222979;
	color: #222979;
	font-size: 16px;
	margin: 10px auto;
	display: none;
	border-radius: 50%;
}
.index2 .list .container .right .swiper-slide:hover a{
	box-sizing: border-box;
	padding: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .container .right .swiper-slide:hover a .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222979;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .container .right .swiper-slide:hover a .text span{
	display: block;
}

.index3{
	background: url(../images/bg2.png) no-repeat center;
	background-size: cover;
	padding: 80px 0;
	overflow: hidden;
}
.index3 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index3 .title .left h3{
	font-size: 36px;
	color: #fff;
	font-weight: 400;
}
.index3 .title .left p{
	font-size: 18px;
	color: #999999;
}
.index3 .title .left span{
	display: block;
	width: 40px;
	height: 1px;
	background: #133052;
	margin-top: 20px;
}
.index3 .title .right{

}
.index3 .title .right a{
	font-size: 14px;
	color: #fff;
}
.index3 .list{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 80px 250px;
}
.index3 .list .swiper-slide .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  opacity: 0.6;
}
.index3 .list div.swiper-button-next,.index3 .list div.swiper-button-prev{
	color: #fff;
}
.index3 .list .swiper-slide.swiper-slide-active .img img{
	width: 100%;
	transform: scale(1.1);
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index4{
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.index4 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index4 .title .left h3{
	font-size: 36px;
	color: #333;
	font-weight: 400;
}
.index4 .title .left p{
	font-size: 18px;
	color: #999999;
}
.index4 .title .left span{
	display: block;
	width: 40px;
	height: 1px;
	background: #133052;
	margin-top: 20px;
}
.index4 .title .right  a{
	font-size: 14px;

}
.index4 .list{

	padding-top: 45px;
	display: flex;
	justify-content: space-between;
}
.index4 .list .left{
	width: 676px;
	box-sizing: border-box;
	overflow: hidden;
}
.index4 .list .left img{
	width: 100%;
}
.index4 .list .right{
	width: calc(100% - 676px);
	box-sizing: border-box;
	padding-left: 40px;
}
.index4 .list .right ul{
	display: flex;
	flex-wrap: wrap;
}
.index4 .list .right ul li{
	width: 50%;
	box-sizing: border-box;
	padding: 56px 0;
	text-align: center;
}
.index4 .list .right ul li:hover{
	background: #fff;
}
.index4 .list .right ul li .icon{
	display: flex;
	justify-content: center;
}
.index4 .list .right ul li  h3{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	margin-top: 10px;
}
.index4 .list .right ul li p{
	font-size: 14px;
	color: #999999;
	line-height: 2em;
}
.index5{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding-bottom: 50px;
}
.index5 .left{
	width: 50%;
	box-sizing: border-box;
	background: url(../images/bg4.png) no-repeat center;
	background-size: cover;
	text-align: right;
}
.index5 .right{
	width: 50%;
	box-sizing: border-box;
}
.index5 .right img{
	width: 100%;
}
.index5 .left .box{
	display: inline-block;
	width: 600px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 0 80px 0 0;
}
.index5 .left .box .title{
	display: flex;
	justify-content: space-between;

	padding-top: 80px;
	text-align: left;
	align-items: center;
}
.index5 .left .box .title .text h3{
	font-size: 36px;
	color: #fff;
	font-weight: 400;
}
.index5 .left .box .title .text p{
	font-size: 18px;
	color: #999999;
}
.index5 .left .box .title .text span{
	display: block;
	width: 40px;
	height: 1px;
	background: #133052;
	margin-top: 20px;
}
.index5 .left .box .title .more ul{
	display: flex;

}
.index5 .left .box .title .more ul li{
	padding-left: 20px;
}
.index5 .left .box .title .more ul li a{
	font-size: 14px;
	color: #fff;
}
.index5 .left .box .title .more ul li a:hover{
	color: #999999;
}
.index5 .left .box .list{
	margin-top: 20px;
}
.index5 .left .box .list ul li{
	border-bottom: 1px solid #999;
	padding: 45px 0;
}
.index5 .left .box .list ul li:last-child{
	border-bottom: none;
}
.index5 .left .box .list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index5 .left .box .list ul li a .text{
	width: 85%;
	text-align: left;
}
.index5 .left .box .list ul li a .more{
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index5 .left .box .list ul li a .text h3{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.index5 .left .box .list ul li a .text p{
	font-size: 14px;
	line-height: 2em;
	margin-top: 10px;
	color: #999;
}
.index5 .left .box .list ul li a .more span{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-sizing: border-box;
}
.index5 .left .box .list ul li a:hover .more span{
	background: #222979;
}
.index5 .left .box .ad{
	position: absolute;
	left: 0;
	bottom: -53px;
}
.footer{
	background: url(../images/bg5.png) no-repeat center;
	padding: 80px 0;
	margin-top: 40px;
	background-size: cover;
}
.footer .footer_nav{
	padding-bottom: 20px;
}
.footer .footer_nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer_nav ul li a{
	color: #2b2b2b;
}
.footer .footer_nav ul li a:hover{
	color: #222979;
}
.footer .center{
	padding-top: 24px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
} 
.footer .center .text{
	width: 600px;
	box-sizing: border-box;
}
.footer .center .text .top{
	display: flex;
	justify-content: space-between;
}
.footer .center .text .top .dis{
	width: 435px;
	box-sizing: border-box;
}
.footer .center .text .top .dis h3{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.footer .center .text .top .dis p{
	font-size: 14px;
	color: #666;
	line-height: 2em;
}

.footer .center .text .top .code{

	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
.footer .center .text .copy{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
.footer .center .form{
	width: 480px;
	box-sizing: border-box;
}
.footer .center .form .group{
	padding-bottom: 20px;
}
.footer .center .form .group input{
	width: 100%;
	background: #fff;
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 10px;
	height: 50px;
}

.footer .center .form .group textarea{
	height: 120px;
	width: 100%;
	background: #fff;
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	padding:10px;
}
.footer .center .form .group  button{
	width: 190px;
	height: 40px;
	color: #fff;
	background: #222979;
	border: none;
}