@charset "utf-8";
/* CSS Document */
.top{
	height: 40px;
	width: 100%;
	margin: 0 auto;
	background: #E6E6E6;
}
.cont{
	width: 1200px;
	margin: 0 auto;
}
.top_cont1{
	line-height: 40px;
	color: #7D7D7D;
	font-size: 12px;
	float: left;
}	
.top_cont2{
	float: left;
	line-height: 0;
	font-size: 0;
	margin-top: 13px;
	margin-left: 8px;
}
.top_cont2 li{
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #7D7D7D;
	font-weight: bold;
	text-align: center;
	padding: 0 14px;
	display: inline-block;
	font-weight: bold;
}
.top_cont2 li:first-child{
	border-right: 1px solid #7D7D7D;
}
.top_cont3{
	float: right;
	line-height: 40px;
	font-size: 12px;
	font-weight:bold;
	color:#FF4C4C;
}
.top_cont4{
	float: right;
	line-height: 0;
	font-size: 0;
	margin-top: 13px;
	margin-right: 15px;
}
.top_cont4 li{
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	text-align: center;
	padding: 0 8px;
	display: inline-block;
	border-right: 1px solid #7D7D7D;
}
.top_cont4 li:last-child{
	border-right: 0;
}
.swiper-container{
	width: 1920px;
	height: 520px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
.swiper-slide img{
	height: 520px;
}
.swiper-pagination{
	bottom: 90px!important;
}
.swiper-pagination-bullet{
	background: #fff!important;
	width: 10px!important;
	height: 10px!important;
	border-radius: 5px!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active{
	width: 30px!important;
}
.bannerfoot{
	width: 100%;
	position: absolute;
	height: 78px;
	background:rgba(255,255,255,.05);
	bottom: 0;
	z-index: 99;
	
}
.bannerfoot .cont{
	height: 78px;
	display: flex;
	justify-content: space-between;
}
.bannerfoot .item{
	height: 100%;
	width: 20%;
	border-right: 1px solid rgba(255,255,255,.1);
	cursor: pointer;
}
.bannerfoot .item:first-child{
	border-left: 1px solid rgba(255,255,255,.1);
}
.bannerfoot .item img{
	float: left;
	width: 40px;
	height: 40px;
	margin: 19px;
}
.bannerfoot .item .word{
	float: left;
	width: 160px;
	height: 50px;
	margin-top: 14px;
	color: #fff;
}
.bannerfoot .item .word h4{
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
}
.bannerfoot .item .word p{
	width: 100%;
	font-size: 12px;
	line-height: 25px;
	white-space: nowrap;
}
.box_1{
	width: 1200px;
	height: 440px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 50px;
}
.box_1 p, form, ul, ol, dl {
    margin: 0px;
    font-size: 14px;
}
.box_1 .item_1{
	width: 580px;
	height: 326px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	background: url(../images/index/item_1bg.jpg) no-repeat;
	background-size: cover;
	padding: 25px;
	text-align: center;
}
.box_1 .item_1 h3{
	font-size: 30px;
	color: #fff;
	line-height: 80px;
	font-weight: bold;
}
.box_1 .item_1 p{
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}
.box_1 .item_1 ul{
	width: 100%;
	text-align: center;
}
.box_1 .item_1 ul a{
	display: inline-block;
	width: 120px;
	height: 36px;
	border-radius: 3px;
	color: #fff;
	border:1px solid #fff;
	line-height: 34px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	margin: 0 12px;
	margin-top: 44px;
	cursor: pointer;
	transition: .3s;
}
.box_1 .item_1 ul a:hover{
	background: #fff;
	color: #ff3b3b;
}

.box_1 .item-right{
	float:right;
	background: url(../images/index/item_2bg.jpg) no-repeat;
}

.box_1 .item-right ul a:hover{
	background: #fff;
	color: #0065f2 !important;
}
/*
.box_1 .item_2{
	width: 580px;
	height: 326px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	float: right;
	position: relative;
}
.box_1 .item_2 iframe{
	width: 100%;
	height: 100%;
}
.box_1 .item_2 .bttitle{
	width: 100%;
	height: 48px;
	position: absolute;
	bottom: 0;
	line-height: 48px;
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}
*/
.box_title{
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #233159;
	text-align: center;
	display: inline-block;
	position: relative;
}
.box_title:before{
	content: "";
	width: 53px;
	height: 13px;
	background: url(../images/index/title_point.png);
	display: block;
	position: absolute;
	left: -90px;
	top: 12px;
}
.box_title:after{
	content: "";
	width: 53px;
	height: 13px;
	background: url(../images/index/title_point.png);
	display: block;
	position: absolute;
	right: -90px;
	top: 12px;
	transform: rotate(180deg);
}
.box_2{
	background: #F2F2FA;
	text-align: center;
	padding-top: 60px;
}
.box_2 .main_2{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.box_2 .main_2 .item{
	width:270px;
	height:240px;
	background:rgba(255,255,255,1);
	border-radius:5px;
	margin-right: 40px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
}
.box_2 .main_2 .item .hot{
	position: absolute;
	right: 0;
	top: 0;
}
.box_2 .main_2 .item .topimg{
	width: 56px;
	height: 56px;
	margin: 20px auto;
}
.box_2 .main_2 .item:nth-child(4n){
	margin-right: 0;
}
.box_2 .main_2 .item:hover{
	box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
.box_2 .main_2 .item h4{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.box_2 .main_2 .item .content{
	font-size: 14px;
	color: #666;
	line-height: 18px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	height: 36px;
	overflow: hidden;
}
.box_2 .main_2 .item .btn{
	width:100px;
	height:32px;
	background: #F2F2FA;
	border-radius:3px;
	line-height: 32px;
	color: #999;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	margin-top: 18px;
	transition: .2s;
}
.box_2 .main_2 .item .btn i{
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 5px;
}
.box_2 .main_2 .item:hover .btn{
	background: #006CFF;
	color: #fff;
}
.box_2 .main_2 .item:hover .btn i{
	border-color: #fff;
}
.title_note{
	font-size: 14px;
	margin-top: 28px;
	color: #999;
}
.box_3{
	background: #fff;
	text-align: center;
	padding-top: 60px;
}
.box_3 .main_3{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.box_3 .main_3 .item{
	width:270px;
	height:240px;
	border-radius:5px;
	margin-right: 40px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.box_3 .main_3 .item:nth-child(4n){
	margin-right: 0;
}
.box_3 .main_3 .item img{
	margin: 15px auto;
	width: 96px;
	height: 110px;
	transition: 0.5s;
}
.box_3 .main_3 .item:hover img{
	margin: 5px auto 25px;
}
.box_3 .main_3 .item h4{
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
}
.box_3 .main_3 .item .btbox{
	width:30px;
	height:4px;
	background: #FF733D;
	margin: 13px auto;
}
.box_3 .main_3 .item p{
	width: 240px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #666666;
	height: 44px;
	overflow: hidden;
	margin: 0 auto;
}
.box_4{
	background: url(../images/index/box_1.jpg) no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 60px;
	height: 650px;
	box-sizing: border-box;
}
.box_4 .box_title{
	color: #fff;
}
.box_4 .main_4{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.box_4 .main_4 .tabbox{
	margin: 0 auto;
	width: 100%;
	height: 142px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	position: relative;
}
.box_4 .main_4 .tabbox .item{
	width: 16.67%;
	height: 142px;
	opacity: .72;
	cursor: pointer;
}
.box_4 .main_4 .tabbox .item img{
	margin: 0 auto;
}
.box_4 .main_4 .tabbox .check{
	border-bottom: 2px solid #006CFF;
	opacity: 1!important;
}
.box_4 .main_4 .tabbox .item p{
	color: #fff;
	line-height: 24px;
	width: 80px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
}
.box_4 .main_4 .tabbox .nextbtn,.box_4 .main_4 .tabbox .prvebtn{
	width: 20px;
	height: 36px;
	position: absolute;
	cursor: pointer;
	z-index: 99;
}
.box_4 .main_4 .tabbox .prvebtn{
	width: 20px;
	height: 36px;
	transform: rotate(180deg);
	left: 0;
	top: 50px;
}
.box_4 .main_4 .tabbox .nextbtn{
	right: 0;
	top: 50px;
}
.box_4 .main_4 .tabbox .nextbtn img,.box_4 .main_4 .tabbox .nextbtn img{
	width: 100%;
	height: 100%;
}
.box_4 .main_4 .leftarea{
	width: 49.5%;
	float: left;
	text-align: left;
}
.box_4 .main_4 h3{
	font-weight:bold;
	color: #F2F5FC;
	font-size: 18px;
	line-height: 80px;
	margin-top: 25px;
}
.box_4 .main_4 .leftarea .xxbox{
	width: 420px;
	color: #F2F5FC;
	font-size: 14px;
	line-height: 26px;
}
.box_4 .main_4 .leftarea .viewbtn{
	background: #006CFF;
	color: #FEFEFE;
	width:160px;
	height:46px;
	border-radius:3px;
	text-align: center;
	line-height: 46px;
	margin-top: 30px;
	cursor: pointer;
	display: block;
}
.box_4 .main_4 .leftarea .viewbtn:hover{
	box-shadow:0px 10px 10px 0px rgba(0,108,255,0.2);
}
.box_4 .main_4 .rightarea{
	width: 49.5%;
	float: right;
	text-align: left;
}
.box_4 .main_4 .rightarea .xxbox{
	width: 494px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	opacity: .7;
}
.box_4 .main_4 .rightarea .anlibox{
	width: 540px;

}
.box_4 .main_4 .rightarea .anlibox .logo{
	width: 160px;
	height: 54px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	display: block;
	border-radius: 3px;
	overflow: hidden; 
}
.box_4 .main_4 .rightarea .anlibox .logo img{
	width: 100%;
	height: 100%;
}
.box_5{
	background: #F5F5F5;
	text-align: center;
	padding-top: 60px;
	height: 685px;
	box-sizing: border-box;
}
.box_5 .tobtn{
	background: #006CFF;
	color: #FEFEFE;
	width:160px;
	height:46px;
	border-radius:3px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.box_5 .tobtn:hover{
	box-shadow:0px 10px 10px 0px rgba(0,108,255,0.2);
}
.main_5{
	width: 1200px;
	box-sizing: border-box;
	padding: 0 27px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 20px;
}
.main_5 .item{
	width: 540px;
	height: 160px;
	border-radius: 5px;
	background: #fff;
	box-shadow:0px 10px 20px 0px rgba(0,108,255,0.1);
	overflow: hidden;
	margin-top: 30px;
}
.main_5 .item:nth-child(odd){
	margin-right: 60px;
}
.main_5 .item img{
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 25px;
	margin-top: 30px;
}
.main_5 .item .word{
	height: 100px;
	width: 320px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;
}
.main_5 .item .word h3{
	font-size:24px;
	font-weight:400;
	line-height: 46px;
}
.main_5 .item .word .content{
	color: #999;
	font-size: 14px;
	margin-top: 5px;
	line-height: 20px;
}
.box_6{
	background: url(../images/index/cont_6.jpg) no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 60px;
	height: 686px;
	box-sizing: border-box;
}
.wline{
	width: 100%;
	height: 10px;
	background: #fff;
}
.main_6{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 28px;
}
.main_6 .item{
	width:224px;
	height:160px;
	background:#fff;
	border-radius:5px;
	margin-right: 20px;
	margin-top: 20px;
}
.main_6 .item:nth-child(5n){
	margin-right: 0;
}
.main_6 .item img{
	width: 170px;
	height: 60px;
	margin: 0 auto;
	margin-top: 25px;
}
.main_6 .item .word{
	width: 180px;
	height: 52px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box_6 .tobtn{
	background: #006CFF;
	color: #FEFEFE;
	width:180px;
	height:46px;
	border-radius:3px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.box_6 .tobtn:hover{
	box-shadow:0px 10px 10px 0px rgba(0,108,255,0.2);
}
.box_7{
	background: url(../images/index/cont_7.jpg) no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 60px;
	height: 320px;
	box-sizing: border-box;
}
.box_7 .main_7{
	width: 1200px;
	margin: 0 auto;
}
.box_7 ul{
	width: 600px;
	float: left;
	display: flex;
	margin-top: 50px;
}
.box_7 ul li{
	width: 33%;
	height: 110px;
	float: left;
	color: #FEFEFE;
}
.box_7 ul li h4{
	font-size: 36px;
	line-height: 70px;
	color: #FEFEFE;
}
.box_7 ul li p{
	font-size: 20px;
	line-height: 38px;
}
.box_7 .rightbox{
	width: 400px;
	float: right;
	text-align: left;
}
.box_7 .rightbox h4{
	color: #FEFEFE;
	font-size: 30px;
	margin-top: 25px;
}
.box_7 .rightbox .btnbox{
	height: 80px;
}
.box_7 .rightbox .buybtn{
	width:140px;
	height:46px;
	background:#FF733D;
	border:1px solid #FF733D;
	border-radius:3px;
	float: left;
	text-align: center;
	line-height: 46px;
	box-sizing: border-box;
	margin-top: 30px;
	color: #FEFEFE;
	font-size:20px;
	margin-left: 30px;
	cursor: pointer;
}
.box_7 .rightbox .downbtn{
	width:140px;
	height:46px;
	border:1px solid #fff;
	border-radius:3px;
	text-align: center;
	line-height: 46px;
	float: left;
	box-sizing: border-box;
	margin-top: 30px;
	font-size:20px;
	color: #FEFEFE;
	margin-left: 20px;
	cursor: pointer;
}
.box_7 .rightbox .lineword{
	font-size:16px;
	font-weight: 400;
	color: #FEFEFE;
	opacity: .8;
	line-height: 56px;
	height: 56px;
	margin-left: 20px;
}
.box_8{
	background: url(../images/index/cont_8.jpg) no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 60px;
	height: 740px;
	box-sizing: border-box;
}
.main_8{
	width: 1200px;
	height: 484px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 50px;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	display: flex;
}
.main_8 .newsbox{
	width: 33.33%;
	border-right: 1px dashed #EBEBEB;
	box-sizing: border-box;
}

.main_8 .newsbox:nth-child(3n){
	border-right:0;
}
.main_8 .newsbox .head{
	border-bottom: 1px dashed #EBEBEB;
	height: 79px;
	line-height: 79px;
}
.main_8 .newsbox .head .blue{
	width:6px;
	height:24px;
	background: #006CFF;
	float: left;
	margin-top: 28px;
	margin-left: 28px;
}
.main_8 .newsbox .head h3{
	font-size: 18px;
	color: #333;
	float: left;
	height: 79px;
	line-height: 79px;
	font-weight: Bold;
	margin-left: 10px;
}
h3,h4{
	margin: 0!important;
}
.main_8 .newsbox .head .more{
	float: right;
	color: #727272;
	height: 79px;
	line-height: 79px;
	font-size: 12px;
	margin-right: 25px;
	display: block;
}
.main_8 .newsbox .head .more img{
	display: inline-block;
	margin-right: 7px;
}
.main_8 .newsbox .contbox{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.main_8 .newsbox .contbox .showbox{
	height: 145px;
	border-bottom: 1px dashed #EBEBEB;
	display: block;
}
.main_8 .newsbox .contbox .showbox img{
	width:140px;
	height:105px;
	float: left;
	margin-top: 20px;
}
.main_8 .newsbox .contbox .showbox .rightbox{
	width: 200px;
	height: 105px;
	float: right;
	margin-top: 20px;
	text-align: left;
}
.main_8 .newsbox .contbox .showbox .rightbox .title{
	font-size: 16px;
	color: #61697B;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main_8 .newsbox .contbox .showbox .rightbox .time{
	height: 26px;
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main_8 .newsbox .contbox .showbox .rightbox .cont{
	width: 100%;
	height: 44px;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
	white-space: normal !important;
    text-justify: distribute-all-lines;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main_8 .newsbox .contbox .itembox{
	width: 360px;
	height: 58px;
	box-sizing: border-box;
	line-height: 58px;
	border-bottom: 1px dashed #EBEBEB;
	text-align: left;
	display: block;
}
.main_8 .newsbox .contbox .itembox .titlebox{
	width: 270px;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	float: left;
	font-size: 14px;
}
.main_8 .newsbox .contbox .itembox .titlebox img{
	display: inline-block;
	margin-right: 7px;
}
.main_8 .newsbox .contbox .itembox .timebox{
	color: #999;
	float: right;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90px;
	text-align: right;
}