body{
	font-family: '微软雅黑','Arial';
	min-width: 1200px;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	color: #ff0043;
}
.bold{
	font-weight: bolder;
}
.blue{
	color: #08276d;
}
ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.c{
	width: 1200px;
	margin: 0 auto;
}
.clearfix{
	clear: both;
}
.carousel-control-prev{
	left: -12.5% !important;
}
.carousel-control-next{
	right: -12.5% !important;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon{
	background-color: #000000;
	border-radius: 100%;
	border: 8px solid #000000;
}
.flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.justify-content-space-between{
	justify-content: space-between;
}
.justify-content-center{
	justify-content:center;
}
/*header*/
.header{
	height: 80px;
}
.header .c{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.header .c .logo{
	padding: 12px 0;
}
.header .c .logo .logo-img{
	display: block;
	width: 100px;
	height: 55px;
	background: url('../images/logo.png') no-repeat center center;
}
.header .c .tel{
	padding: 20px 0;
	text-align: right;
}
.header .c .tel .label{
	font-size: 12px;
	color: #666666;
}
.header .c .tel .number{
	font-weight: bolder;
	font-size: 22px;
}
.menu{
	padding-top: 20px;
}
.menu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 60px;
}
.menu ul li{
	padding: 0 20px;
	font-size: 14px;
	position: relative;
	height: 60px;
	line-height: 60px;
	margin: 0;
}
.menu ul li.active:after{
	content: '';
	position: absolute;
	width: 80%;
	height: 2px;
	background: #ff0043;
	left: 10%;
	bottom: 0px;
}
.menu ul li.active a{
	color: #ff0043;
	font-weight: bolder;
}
.menu ul li .sub{
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	z-index: 9990;
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.menu ul li .sub li{
	padding: 0;
	text-align: center;
	line-height: 32px;
	height: 32px;
}
.menu ul li .sub li a{
	color: #333333;
	font-weight: normal;
}
.menu ul li .sub:after{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background: #ffffff;
	left: calc(50% - 5px);
	top: -5px;
	box-shadow: -3px -3px 3px rgba(0,0,0,0.10);
	z-index: 9999;
	transform: rotate(45deg);
}
/*footer*/
.footer{
	background: #001724;
	color: #546670;
}
.footer .c{
	padding: 36px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .c .f-address{
	width: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 32px;
}
.footer .c .f-address .qr img{
	width: 132px;
	height: 132px;
}
.footer .c .f-address .address{
	padding-left: 20px;
}
.footer .c .f-menu a{
	color: #546670;
	font-size: 14px;
}
.footer .c .f-menu a:hover{
	color: #ff0043;
}
.footer .c .f-menu a.bold{
	color: #9cadb7;
}
.footer .c .f-menu ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .c .f-menu ul li{
	padding: 0 16px;
	line-height: 32px;
}
.footer .copyright{
	text-align: center;
	color: #546670;
	font-size: 12px;
	line-height: 24px;
	padding: 25px 0;
	border-top: 1px solid #384a54;
}

/*body*/
.bread-crumb{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	color: #999999;
}
.bread-crumb i{
	margin: 0  6px;
}

/*pages*/
.page-toppic{
	height: 270px;
	background-color: #08276d;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.page-body{
	min-height: 400px;
}
.sub-menu ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 44px;
}
.sub-menu ul li{
	font-size: 14px;
	padding:0 30px;
	position: relative;
	height: 44px;
	line-height: 44px;
}
.sub-menu ul li.active a{
	color: #ff3300;
	font-weight: bold;
}
.sub-menu ul li.active:after{
	content: '';
	width: 80px;
	height: 2px;
	background: #ff6600;
	position: absolute;
	left: 20px;
	bottom: 0;
}
.page-bread-crumb{
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	z-index: 999;
	position: relative;
	top: -20px;
}

.content{
	min-height: 300px;
}

.list-navi{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	padding: 30px 0;
}
.list-navi a,
.list-navi span{
	display: inline-block;
	padding: 0 16px;
}
.list-navi-last-next{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	padding: 30px 0;
}
.list-navi-last-next a{
	font-weight: bolder;
}
.simple-page .content{
	padding-top: 40px;
}
.simple-page .title-shadow{
	font-size: 128px;
	font-weight: bold;
	color: #f7f7f7;
	text-transform: uppercase;
	position: absolute;
	z-index: 9;
}
.simple-page .title-chinese{
	font-size: 30px;
	font-weight: bold;
	z-index: 999;
	position: relative;
	margin-top: 120px;
}
.simple-page .title-english{
	font-size: 18px;
	color: #c7c7c7;
	text-transform: uppercase;
	z-index: 999;
	position: relative;
}

.other{
	background: #f7f7f7;
	min-height: 200px;
	padding: 40px 0;
}

/*about*/

.about-text{
	padding: 20px 0;
}
.about-text p{
	line-height: 30px;
}
.about-img{
	float: right;
}


.o-title{
	text-align: center;
}
.o-title span{
	font-weight: bold;
	font-size: 30px;
}
.o-title span.black{
	color: #333333;
}
.o-title span.red{
	color: #bd0032;
}
.o-sub-title{
	text-align: center;
	color: #c7c7c7;
	text-transform: uppercase;
	padding: 6px 0;
}
.o-desc{
	text-align: center;
	color: #666666;
	font-size: 12px;
}

.honor-box-image{
	background: #ffffff;
	border: 1px solid #eee;
	border-radius: 8px;
	width: 268px;
	height: 198px;
	padding: 4px;
}
.honor-box-image img{
	width: 258px;
	height: 188px;
	border-radius: 4px;
}
.honor-title{
	font-size: 14px;
	text-align: center;
}

/*news*/
.news-list .item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.news-list .item .data{
	width: 68px;
}
.news-list .item .data .day{
	font-size: 18px;
	text-align: center;
}
.news-list .item .data .year{
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
}
.news-list .item .news-item-content{
	width: calc(100% - 236px - 68px - 40px);
	padding:  0 20px;
}
.news-list .item .news-item-content .title{
	font-size: 18px;
}
.news-list .item .news-item-content .desc{
	font-size: 14px;
	color: #999999;
	padding-top: 10px;
}
.news-list .item .image{
	width: 236px;
}
.news-list .item .image img{
	width: 236px;
	height: 146px;
}

.news-detail .news-title{
	font-size: 28px;
	font-weight: bolder;
	text-align: center;
	padding: 15px 0;
}
.news-detail .news-meta{
	text-align: center;
	font-size: 14px;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #eee;
}
.news-detail .news-meta .label{
	color: #999999;
	padding: 0 5px 0 10px;
}
.news-detail .news-body{
	padding: 40px 0;
}

/*contact*/
.map{
	height: 640px;
	background: #f0f0f0;
}

.contact-text{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 0;
}
.contact-text .item .label{
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contact-text .item .label i{
	font-size: 18px;
	margin-right: 6px;
}
.contact-text .item .value{
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
}
/*service*/
.download-list{
	padding-top: 30px;
}
.download-list .item{
	background: #f7f7f7;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 0 0;
}
.download-list .item .title{
	width: calc(100% - 260px);
	font-size: 14px;
}
.download-list .item .day{
	width: 190px;
	font-size: 14px;
	color: #999999;
}
.download-list .item .button{
	width: 60px;
	color: #ff3300;
	font-size: 14px;
	text-align: right;
}
.download-list .item .button a{
	color: #ff3300;
}
.message-box{
	padding: 30px 0;
}
.message-box .item{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0;
}
.message-box .item .label{
	width: 100px;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
}
.message-box .item .input{
	width: 380px;
}
.message-box .item .input .line{
	width: 100%;
	border: 1px solid #aaaaaa;
	padding: 6px 10px;
	outline: none;
}
.message-box .item .input .code-img{
	border-radius: 2px;
	height: 38px;
	width: 80px;
	margin-left: 10px;
} 
.message-box .item .input .box{
	width: 100%;
	border: 1px solid #aaaaaa;
	padding: 6px 10px;
	outline: none;
	height: 80px;
}
.message-box .item .input .submit{
	background: #183a7d;
	color: #ffffff;
	padding: 10px 30px;
	border: none;
}
/*hr*/
.hr-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 30px;
}
.hr-content p{
	padding-bottom: 20px;
}
.hr-search-box{
	padding: 20px 0;
}
.hr-search-box .inputs .line{
	width: 300px;
	border: 1px solid #aaaaaa;
	padding: 6px 10px;
	outline: none;
}
.hr-search-box .inputs .submit{
	background: #183a7d;
	color: #ffffff;
	padding: 7px 30px;
	border: none;
	margin-left: 20px;
}
.hr-search-box .text{
	padding-top: 20px;
}
.hr-list .item{
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.hr-list .item .hr-name{
	width: 40%;
}
.hr-list .item .hr-text{
	width: 56%;	
}
.hr-list .item .hr-text .text-box{
	height: 100px;
	overflow: hidden;
}
.hr-list .item .more{
	padding-top: 20px;
	cursor: pointer;
}

/*case*/
.case-list{
	padding-top: 30px;
}
.case-list .item{
	width: 33.33%;
	height: 570px;
	float: left;
	text-align: center;
}
.case-list .item .case-title{
	font-size: 14px;
	padding-top: 10px;
}
.case-list .item .case-image img{
	width: 390px;
	height: 500px;
	border-radius: 4px;
}

/*products*/
.products-list{
	padding-top: 30px;
}
.products-list .item{
	width: 33.33%;
	height: 460px;
	float: left;
	text-align: center;
}
.products-list .item .products-title{
	font-size: 14px;
	padding-top: 10px;
}
.products-list .item .products-image img{
	width: 390px;
	height: 390px;
	border-radius: 4px;
}

.products-topic-list{}

.products-topic-list .products-box-image{
	width: 390px;
	height: 390px;
}
.products-topic-list .products-box-image img{
	width: 390px;
	height: 390px;
	border-radius: 4px;
}
.products-topic-list .products-title{
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

/*products index*/
.page-products-index{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 999;
	position: relative;
	top: -40px;
}
.cate-box{
	width: 230px;
}
.cate-box .cate-box-head{
	background: #08276d;
	color: #ffffff;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-radius: 6px 6px 0 0 ;
}
.cate-box .cate-box-foot{
	background: #08276d;
	color: #ffffff;
	padding: 20px;
	border-radius:  0 0 6px 6px;
}
.cate-box .cate-box-body{
	background: #f5f5f5;
	padding: 10px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}
.cate-box .cate-box-body ul li{
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 0 30px;
	position: relative;
}
.cate-box .cate-box-body ul li:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 30px;
	width: calc(100% - 45px);
	height: 1;
	border-bottom: 1px dotted #cccccc;
	display: block;
}
.cate-box .cate-box-body ul li:last-child:after{
	border-bottom: none;
}
.cate-box .cate-box-body ul li.active{
	background: #ffffff;
	border-left: 2px solid #ff3300;
}
.cate-box .cate-box-body ul li.active a,
.cate-box .cate-box-body ul li.active i{
	color: #ff3300;
}
.cate-box .cate-box-body ul li:hover{
	background: rgba(255, 255, 255, .6);
}
.cate-products-list{
	width: 950px;
}

.page-bread-crumb-products-index{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 0;
	margin-top: 60px;
	border-bottom: 1px solid #eee;
}
.products-index-list{}
.products-index-list{
	padding-top: 30px;
}
.products-index-list .item{
	width: 33.33%;
	height: 300px;
	float: left;
	text-align: center;
}
.products-index-list .item .products-title{
	font-size: 14px;
	padding-top: 10px;
}
.products-index-list .item .products-image img{
	width: 306px;
	height: 220px;
	border-radius: 4px;
}
