@charset "utf-8";

/* Style Reset */
*{
	box-sizing: border-box;
}
body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
	color: #545454;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0px;
}

fieldset,
img {
	border: 0;
}

img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
	-webkit-appearance: none;
}
.header-top{
	background: #1959b9;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.center{
	text-align: center;
}
.header-top .right span{
	color: #FEE63C;
    font-size: 18px;
	font-weight: bold;
}
.header{
	background: #fff;
}
.header .left div{
	padding-left: 10px;
}
.header .left img{
	height: 100px;
}
.header .left p{
	color: #0062c0;
    font-size: 24px;
    font-weight: bold;
}
.header .left span{
	display: block;
	font-size: 15px;
	color: #333;
}
.header ul li{
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 100px;
}
.header ul li a{
	color: #000;
}
.header ul li.active,.header ul li:hover{
	border-bottom: #0062c0 3px solid;
	background: #006cd140;
}
.header ul li.active a,.header ul li:hover a{
	color: #1959b9;
}
.swiper{
	position: relative;
}
.swiper .prev, .swiper .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity = 50);
    opacity: 0.5;
	z-index: 999;
}
.swiper .next{
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.title{
	margin: 0 auto;
	font-size: 30px;
	color: #333;
	width: 200px;
	line-height: 40px;
	background: url(../images/6701610_1532588610.png) center no-repeat;
}
.slide{
	padding: 80px 0;
}
.slide ul{
	margin-top: 40px!important;
}
.slide ul li{
	margin-right: 10px;
	width: 200px;
}
.slide ul li p{
	text-align: center;
}
.slide ul li p span{
	display: block;
	width: 30px;
	margin: 10px auto;
	height: 5px;
	background: #ededed;
}
.slide ul li a{
	color: #333;
}
.slide ul li div{
	font-size: 14px;
}
.slide ul li:hover{
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.2);
}
.slide ul li:hover span{
	background-color: #0062c0;
}
.product{
	padding: 80px 0;
	background: #fafafa;
}
.product ul{
	padding: 30px 0;
	flex-wrap: wrap;
}
.product ul li{
	width: 20%;
	margin-bottom: 20px;
}
.product ul li a{
	margin: 0 10px;
	background: #fff;
	display: block;
	padding-bottom: 1px;
}
.product ul li a p{
	height: 50px;
	line-height: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.about{
	padding: 80px 0;
}
.about_con{
	padding-top: 40px;
}
.about_con .left{
	width: 55%;
}
.about_con .left>h2{
	font-size: 18px;
	color:#333;
	padding-bottom: 20px;
}
.about_con .left>p{
	font-size: 14px;
	color:#555;
}
.about_con .left ul{
	flex-wrap: wrap;
}
.about_con .left ul li{
	padding: 20px;
	width: 50%;
}
.about_con .left ul li img{
	width: 51px;
	/* padding: 0 10px; */
}
.about_con .left ul li>div{
	flex: 1;
	padding-left: 20px;
}
.about_con .left ul li>div h3{
	font-size: 16px;
	color: #555;
	font-weight: normal;
}
.about_con .left ul li>div p{
	font-size: 12px;
	margin-top: 10px;
	color: #555;
}
.about_con .right{
	width: 43%;
}
.news{
	padding: 80px 0;
	background-color: #fafafa;
}
.news_con{
	padding-top: 40px;
}
.news_con .left{
	width: 49%;
}
.news_con .left img{
	width: 100%;
}
.news_con .left div{
	padding: 20px;
	background: #fff;
}
.news_con .left div{
	display: block;
}
.news_con .left div h3{
	font-size: 16px;
	color: #555;
	font-weight: normal;
	padding-bottom: 10px;
}
.news_con .left div p{
	font-size: 14px;
	color: #888;
}
.news_con .right{
	width: 49%;
}
.news_con .right li{
	background-color: #fff;
	margin-bottom: 20px;	
	padding-left: 10px;
}
.news_con .right li:last-child{
	margin-bottom: 0;
}
.news_con .right li a{
	height: 141px;
}
.news_con .right li img{
	width: 30%;
	margin: 0;
}
.news_con .right li div{
	padding: 15px;
	flex: 1;
}
.news_con .right li div h3{
	font-size: 16px;
	color: #555;
	font-weight: normal;
	padding-bottom: 10px;
}
.news_con .right li div p{
	font-size: 14px;
	color: #888;
}
.footer{
	padding: 40px 0;
	background: #333333;
}
.footer ul{
	justify-content: center;
}
.footer ul li{
	border-right: 1px solid #6b6b6b;
	padding: 0 30px;
	font-size: 12px;
}
.footer ul li:last-child{
	border: none;
}
.footer ul li a{
	color: #888;
}
.footer span{
	margin-right: 20px;
	display: inline-block;
	font-size: 13px;
	margin-top: 20px;
}
.footer p{
	margin-top: 20px;
}
.navs{
	margin: 20px auto ;
	padding: 10px 0 10px 10px;
	background-color: #f8f8f8;
}
.navs a{
	color: #555;
	font-size: 16px;
}
.lefts{
	width: 22%;
	margin-right: 10px;
}
.lefts h3{
	line-height: 50px;
	position: relative;
	font-size: 24px;
	color: #fff;
	background-color: #39abff;

}
.lefts ul li{
	padding-left: 20px;
	margin-top: 5px;
	position: relative;
	background: #f8f8f8;
	transition: all 0.4s;
}
.lefts ul li a{
	line-height: 50px;
	transition: all 0.4s;
	color: #545454;
}
.lefts ul li::before{
	content: "";
	transition: all 0.4s;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 20px;
	top: 50%;
	margin-top: -7.5px;
	border-left: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
	transform: rotate(-135deg);
}
.lefts ul li:hover{
	background: #39abff;
}
.lefts ul li:hover a{
	color: #fff;
}
.lefts ul li:hover::before{
	border-color: #fff;
	transform: rotate(-45deg);
}
.product_cons .right{
	flex: 1;
	margin-left: 40px;
}
.product_cons>div{
	align-items: flex-start;
}
.product_cons .right .cons{
	flex-wrap: wrap;
}
.product_cons .right .cons li{
	width: 23%;
	transition: all 0.4s;
	margin-bottom: 20px;
	margin-right: 2%;
}
.product_cons .right .cons li a{
	margin: 0 9px 20px;
	background-color: #f8f8f8;
}
.product_cons .right .cons li a p{
	text-align: center;
	font-size: 14px;
	color: #555;
	padding-top: 10px;
}
.product_cons .right .cons li:hover{
	background-color: #39abff;
}
.product_cons .right .cons li:hover a p{
	color: #fff!important;
}
.pagination{
	margin-top: 20px;
	text-align: center;
	padding: 10px 5px;
	display: flex;
	
	align-items: center;
}
.pagination li{
	border: 1px solid #eee;
	padding:12px 23px ;
	margin-left: 15px;
	transition: all 0.4s;
}
.pagination li a{
	color: #555;
	transition: all 0.4s;
}
.pagination li:hover,.pagination li.active{
	border-color: #39abff;
	background-color: #39abff;
}
.pagination li:hover a,.pagination li.active a{
	color: #fff;
}
.product_cons .right .top{
	align-items: flex-start;
}
.product_cons .right .top .img{
	width: 50%;
}
.product_cons .right .top .img img{
	width: 100%;
}
.product_cons .right .top .text{
	padding: 20px;
	flex: 1;
}
.product_cons .right .top .text div{
	color: #555;
	font-size: 16px;
}
.product_cons .right .bottom{
	margin-top: 50px;
}
.product_cons .right .bottom .tit{
	border-bottom: 1px solid #39abff;
}
.product_cons .right .bottom .tit span{
	background: #39abff;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.product_cons .right .bottom .content{
	min-height: 200px;

}
.product_cons .right .bottom .content p{
	font-size: 16px;
	line-height: 1.3;
}
.news_cons .right{
	flex: 1;
}
.news_cons .right .con li{
	height: 40px;
	border-bottom: 1px dashed #6b6b6b;
	padding-right: 20px;
	transition: all 0.4s;
}
.news_cons .right .con li a{
	font-size: 14px;
	color: #555;
	height: 40px;
}
.news_cons .right .con li a div,.news_cons .right .con li a p{
	transition: all 0.4s;
}
.news_cons .right .con li a:hover div,.news_cons .right .con li a:hover p{
	color: #39abff!important;
}
.news_cons .right .con li:hover{
	border-color: #39abff!important;
}
.news_cons .cons h3{
	margin-top: 30px;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.news_cons .cons p{
	font-size: 16px;
	color: #545454;
}
.prevnext{
	margin: 30px 0;
}
.prevnext a{
	color: #545454;
}
.about_cons .right,.contact_cons .right{
	margin-left: 30px;
	flex: 1;
}
.about_cons .right h3,.contact_cons .right h3{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.about_cons .right h3 p{
	font-size: 16px;
	color: #545454;
	line-height: 1.2;
	text-indent: 2em;
}
.contact_cons .right{
	flex: 1;
}