@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

header {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	height: 100px;
	box-sizing: border-box;
}

.tel {
	background: url(../images/tel.png) no-repeat center;
	width: 350px;
	height: 60px;
	position: relative;
	text-align: center;
	line-height: 55px;
}

.tel p.p1 {
	color: #fff;
	font-size: 16px;
	text-indent: 2rem;
}

.tel p.p2 {
	color: #fff;
	font-size: 28px;
	font-family: impact;
	text-indent: 1rem;
	letter-spacing: 1px;
}

nav {
	border-bottom: 3px solid #c4000a;
	height: 60px;
	background: #00428e;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}

.nav ul li {
	width: 125px;
	height: 60px;
}

.nav ul li a {
	display: inline-block;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

.nav ul li a:hover {
	background: #02336b;
	color: #fff;
}
.nav .activea{
	background: #02336b;
	color: #fff;
}
.banner {
	max-height: 700px;
	_height:700px;
	overflow: hidden;
}

.banner .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	float: left;
}
.banner .swiper-pagination-bullet,.banner .swiper-pagination-bullet-active{padding: 2px;}
.classification {}

.classification .title {
	margin: 48px auto 0;
	text-align: center;
}

.classification .title h2 {
	font-weight: bold;
	font-size: 32px;
	color: #111;
}

.classification .title p {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	margin: 10px auto 15px;
}

.classification .title span {
	display: inline-block;
	width: 45px;
	height: 6px;
	background: #00428e;
	margin-bottom: 45px;
}

.classification .class_box {
	flex-flow: wrap;
	width: 1200px;
	margin: 0 auto;
}

.classification .class_box .item_box {
	width: 330px;
	margin: 0 20px 10px;
	height: 180px;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
}

.classification .class_box .item_box h3 {
	font-size: 26px;
	color: #111;
	width: 88px;
	margin-bottom: 12px;
}

.classification .class_box .item_box a {
	display: inline-block;
	width: 88px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #00428e;
}

.classification .class_box .item_box .right {
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin-left: 32px;
}

.classification .class_box .item_box:hover {
	background: #00428e;
}

.classification .class_box .item_box:hover h3 {
	color: #fff;
}

.classification .class_box .item_box:hover a {
	background: #fff;
	color: #00428e;
}

.classification .class_box .item_box:hover img {
	transform: scale(1.05);
	transition: 0.3s all;
}

.indexPro {
	background: #f9f9f9;
	width: 100%;
	height: 730px;
	margin-top: 50px;
}

.indexPro .title {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}

.indexPro .title .title_line {
	justify-content: space-around;
}

.indexPro .title .p11 {
	text-transform: uppercase;
	font-size: 36px;
	color: #666;
	margin: 0px auto 12px;
	padding-top: 50px;
	font-weight: 100;
}

.indexPro .title h2 {
	font-weight: bold;
	font-size: 32px;
	color: #111;
	margin-bottom: 12px;
}

.indexPro .title span.line {
	display: block;
	width: 385px;
	height: 1px;
	background: #adadad;
}

.indexPro .title .p12 {
	font-size: 16px;
	color: #666;
}

.indexPro .indexPro_box {
	width: 1200px;
	margin: 70px auto 60px;
}

.indexPro .indexPro_box a.item_box {
	display: inline-block;
	width: 285px;
	height: 280px;
	border: 1px solid #ccc;
}

.indexPro .indexPro_box .item_box .img {
	width: 285px;
	height: 235px;
	overflow: hidden;
}

.indexPro .indexPro_box .item_box .img img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.indexPro .indexPro_box .item_box .txt {
	height: 45px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 45px;
}

.indexPro .indexPro_box a.item_box:hover {
	border: 1px solid #00428e;
}

.indexPro .indexPro_box a.item_box:hover .txt {
	background: #00428e;
	color: #fff;
}

.indexPro .indexPro_box a.item_box:hover img {
	transform: scale(1.05);
	transition: all 0.3s ease;
}
.More{
	height: 40px;
    width: 150px;
    background-color: #00428e;
    border-radius: 20px;
    line-height: 2.7;
    margin: 20px auto 100px;
}
.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.More a .icon {
	background-position: -100px -260px;
	height: 10px;
	width: 17px;
	margin-top: -85px;
	margin-left: 98px;
	transition: all ease 300ms;
}
.More:hover a .icon{
	margin-left: 104px;
    transition: all ease 300ms;
}
.More a .more {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 30px;
}

.fengcai{width: 1200px;margin: 0 auto 120px;text-align: center;padding-top: 60px;}
.fengcai .title{background: url(../images/fcicon.png) no-repeat center left;justify-content: space-around;margin-bottom: 50px;}
.fengcai .title h2{font-size: 28px;color: #00428e;text-indent: 2rem;display: flex;}
.fengcai .title h2 p{font-size: 18px;color: #666;letter-spacing: 1px;text-transform: uppercase;font-weight: 400;line-height: 38px;text-indent: 10px;}
.fengcai .title span.line{display: inline-block;background: #c4c4c4;width: 840px;height: 1px;}
.fengcai .item_box{display: inline-block;border: 1px solid #ccc;}
.fengcai .item_box .img{overflow: hidden;max-width: 400px;height: 215px;}
.fengcai .item_box .img img{width: 100%;height: 100%;}
.fengcai .item_box .txt{height: 46px;line-height: 46px;text-align: center;color: #333;font-size: 15px;}
.fengcai .item_box:hover{border: 1px solid #00428e;}
/*.fengcai .item_box:hover .txt{background:#00428e;color: #fff;}*/
.fengcai .item_box:hover img{transform: scale(1.05);transition: 0.3s all ease;}

.about{background: url(../images/indexaboutbg.jpg) no-repeat center;width: 100%;height: 550px;padding: 50px 0 60px;}
.about .title{margin: 0px auto 65px;}
.about .title h2{color: #fff;text-align: center;font-size: 36px;margin-bottom: 12px;}
.about .title p.p11{color: #fff;font-size: 24px;text-transform: uppercase;margin: 0 12px;}
.about .aboutCon{width: 1200px;margin: 0 auto;}
.about .aboutCon .left{float: left;}
.about .aboutCon .right{float: right;width: 600px;}
.about .title .line{display: inline-block;width: 280px;height: 1px;background: #fff;}

.about .aboutCon .right .ptit{font-size: 32px;color: #fff;margin-bottom: 40px;}
.about .aboutCon .right .con{color: #fff;font-size: 15px;text-indent: 2rem;line-height: 2;text-align: justify;margin-bottom: 40px;}
.about .aboutCon .right .about_icon_box{justify-content: space-around;color: #fff;}
.about .aboutCon .right .about_icon_box .s_tit{font-size: 42px;font-family: impact;letter-spacing: 2px;margin-right: 5px;}

.honor{width: 1200px;margin: 0 auto 120px;text-align: center;padding-top: 60px;}
.honor .title{background: url(../images/fcicon.png) no-repeat center left;justify-content: space-around;margin-bottom: 50px;}
.honor .title h2{font-size: 26px;color: #00428e;text-indent: 2rem;display: flex;}
.honor .title h2 p{font-size: 18px;color: #666;letter-spacing: 1px;text-transform: uppercase;font-weight: 400;line-height: 38px;text-indent: 10px;}
.honor .title span.line{display: inline-block;background: #c4c4c4;width: 840px;height: 1px;}
.honor .item_box{display: inline-block;border: 1px solid #ccc;padding: 2px;}
.honor .item_box .img{overflow: hidden;max-width: 400px;height: 215px;}
.honor .item_box .img img{width: 100%;height: 100%;}
.honor .item_box .txt{height: 46px;line-height: 46px;text-align: center;color: #333;font-size: 15px;}
.honor .item_box:hover{border: 1px solid #00428e;}
.honor .item_box:hover .txt{background:#00428e;color: #fff;}
.honor .item_box:hover img{transform: scale(1.05);transition: 0.3s all ease;}