ul,ol,dl{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul:after{
	display: table;
	content: '';
	clear: both;
}
a{
	color: #5a5a5a;
}
a:hover{
	text-decoration: none;
}
html{
	font-size: 10px;
}
*{
	font-size: 1.6rem;	
}
.oneline{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.twoline{
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.dux-page{
	text-align: center;
	padding: 2rem 1rem;
}
.dux-page .first-page,.dux-page .last-page{
	display: none;
}
.dux-page .num-page,.dux-page .prev-page,.dux-page .next-page{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 5px;
	font-size: 1.2rem;
	padding: .3rem .9rem;
	border: 1px solid #ccc;
	transition: all .3s;
	color: #000;
}
.dux-page .prev-page{
	margin-right: 0;
}
.dux-page a.active-page,.dux-page a:hover{
	background: #105ba3;
	color: #fff;
}
.dux-pager{
	padding: 1.5rem;
	border: 1px solid rgb(0,0,0,.05);
	box-shadow: 3px 10px 10px rgba(0,0,0,.3);
	margin-bottom: 50px;
	margin-top: 20px;
}
.dux-pager span{
	font-size: 14px;
	color: #777;
}
.dux-pager a{
	font-size: 14px;
	color: #0354a6;
}

.llx{
	width: 100%;
	margin: 0 auto;
}
.llx:after{
	display: table;
	content: '';
	clear: both;
}
.oneline{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nav{
	background-image: linear-gradient(125deg, #6a11cb 0%, #2575fc 100%);
	background-color: #0354a6;
	border-bottom: 1px solid #fff;
	z-index: 99999999999;
	position: relative;
}
#nav li{
	text-align: center;
	padding: 8px 0;
	transition: all .3s;
	position: relative;
}
#nav li:hover .drop-menu{
	width: 100%;
	padding: 0 10px;
}
#nav li>a{
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 25px;
	position: relative;
	transition: all .3s;
}
.drop-menu{
	width: 0;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0,0,0,.65);
	left: 0;
	top: 40px;
	text-align: center;
	padding: 0;
	transition: all .3s;
}
.drop-menu p{
	padding-top: .5rem;
	margin-bottom: 0;
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.drop-menu p:last-child{
	border-bottom: none;
}
.drop-menu p a{
	font-size: 14px;
	color: #fff;
	transition: all .3s;
}
.drop-menu p a:hover{
	color: #000;
}
.nav-home>a{
	border-left: 1px solid rgba(255,255,255,.2);
}
.head-phone{
	float: right;
	margin-top: 1.5rem;
	width: 200px;
}
.head-phone i{
	display: inline-block;
	font-size: 44px;
	vertical-align: middle;
	font-weight: normal;
	color: #0354a6;
	float: left;
	margin-right: 3px;
}
.head-phone span{
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 24px;
	margin-top: .5rem;
}
.head-phone strong{
	display: block;
	line-height: 24px;
	color: #0354a6;
	font-family: helvetica;
	font-size: 20px;
	font-weight: bold;
}

#nav li>a:after{
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	right: 0px;
	top: 0;
}
#nav li:hover{
	background-color: #000;
}

.index-block{
	padding-bottom: 2rem;
}
.index-block h1{
	margin-top: 1.5rem;
	padding-bottom: .3rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
	position: relative;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 1rem;
}
.index-block h1 .iconfont{
	font-size: 2.4rem;
	color: #005cbf;
	display: inline-block;
	vertical-align: middle;
}
.index-block h1 span{
	font-size: 12px;
	font-family: "times new roman";
	color: #005cbf;
	margin-left: .5rem;
}
.index-block h1 a{
	font-size: 12px;
	color: #999;
	float: right;
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	font-family: "times new roman";
}
.index-block h1 a:hover{
	color: #000;
}
.padding-5{
	padding-left: .7rem!important;
	padding-right: .7rem!important;
}
.pro-label{
	height: 100%;
	border-radius: 5px;
	padding: 3px 0;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0px 10px 20px rgba(0,0,0,.15);
}
.pro-label h2{
	padding: 0 5px;
	font-weight: bold;
}
.pro-label h2 i{
	font-size: 20px;
	color: #ff0000;
	display: inline-block;
	vertical-align: middle;
}
.pro-label h2 a{
	color: #000;
	font-size: 13px;
}
.pro-label h2 a:hover{
	color: #005cbf;
	text-decoration: underline;
}
.pro-label img{
	width: 100%;
	border-bottom: 3px solid #0056b3;
}
.pro-list{
	padding:5px 10px;
}
.pro-list ul li{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.pro-list ul li .iconfont{
	font-size: 18px;
	color: #005cbf;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s;
}
.pro-list ul li:hover .iconfont,.pro-list ul li:hover a{
	color: #000;
}
.pro-list ul li a{
	font-size: 12px;
}
.index-about img{
	box-shadow: 0 0px 25px rgba(0,0,0,.1);
}
.index-about p{
	font-size: 13px;
	line-height: 24px;
	color: #000;
	padding-top: 1rem;
}

.index-news{
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
	padding: 1.5rem;
	border: 1px solid rgba(0,0,0,.04);
}
.index-news ul li{
	padding: .4rem .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px dashed rgba(0,0,0,.1);
	line-height: 23px;
	transition: all .3s;
}
.index-news ul li a{
	font-size: 15px;
	color: #000;
	transition: all .3s;
}
.index-news ul li span{
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
.index-news ul li a:hover{
	color: #005cbf;
}
#mapindex span{
	font-size: 12px;
}
.index-contact{
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
}
.contact-list ul{
	padding: 1rem;
}
.contact-list .iconfont{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.contact-list ul li{
	padding: 0;
	padding-left: 1rem;
}
.contact-list span{
	font-size: 13px;
}

.links{
	display: block;
	max-width: 100%;
	margin-bottom: 25px;
	font-size: 12px;
	color: #999;
}
.links span{
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.links a{
	font-size: 12px;
	color: #999;
}
.links a:hover{
	color: #005cbf;
}
#foot{
	background: #000;
	border-top: 2px solid #0056b3;
	box-shadow: 0 -10px 15px rgba(0,0,0,.15);
	margin-top: 2rem;
	padding: 3rem 1rem;
}
.foot-title{
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: relative;
}
.foot-title:after{
	content: '';
	width: 60px;
	display: block;
	border-bottom: 3px solid #005cbf;
	position: absolute;
	bottom: -1.5px;
	left: 0;
}
.foot-title span{
	margin-left: 10px;
	font-family: "times new roman";
	font-weight: bold;
	font-size: 1.2rem;
	color: rgba(255,255,255,.8);
}
.foot-pro a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	word-break: break-all;
	margin-right: 20px;
	margin-bottom: 10px;
}
.foot-pro a:hover{
	color: #0062cc;
}
.foot-contact p{
	color: #fff;
	font-size: 14px;
}
.foot-contact p i{
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 5px;
}
#copyright{
	background: rgba(0,0,0,.8);
	color: #fff;
}
#copyright p{
	margin: 0;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
}


.page-position{
	margin: 1rem auto;
	padding-bottom: .5rem;
}
.page-position ul li{
	float: left;
	line-height: 26px;
	font-size: 14px;
	color: #777;
}
.page-position ul li a{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	color: #777;
}
.page-position ul li i{
	color: #777;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}
.page-position ul li a:hover{
	color: #0099cc;
	text-decoration: underline;
}
.page-label{
	
}
.page-label h1{
	background-color:#0354a6;
	background-image: linear-gradient( 36deg, #3d4e81 0%, #5753c9 48%, #6e7ff3 100%);
	color: #fff;
	font-weight: normal;
	font-size: 2.4rem;
	padding-top: 1.5rem;
	padding-left: 1.5rem;
	margin-bottom: 0;
}
.page-label h2{
	background-color:#0354a6;
	background-image: linear-gradient( -225deg, #3d4e81 0%, #5753c9 48%, #6e7ff3 100%);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: "times new roman";
	padding-top: 1rem;
	padding-left: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 0;
}
.page-label ul{
	background: #f3f3f3;
	padding: 1rem 1.5rem;
}
.page-label ul li{
	line-height: 45px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	position: relative;
}
.page-label ul li a{
	font-size: 15px;
}
.page-label ul li .iconfont{
	position: absolute;
	right: 3px;
	top: 3px;
	display: inline-block;
	font-size: 2rem;
	color: #777;
}
.page-label ul li.active a{
	color: #0354a6;
}
.page-label ul li.active .iconfont{
	color: #0354a6;
}

.page-title h2{
	color: #0354a6;
	font-size: 1.8rem;
	padding-bottom: .7rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
	position: relative;
}
.page-title h2:after{
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 100px;
	display: block;
	background-color: #0354a6;
}

.article-content *,.article-content{
	font-size: 14px;
	line-height: 24px;
	color: #444;
}
.article-content img{
	max-width: 100%;
}

.page-l{
	margin-bottom: 1.5rem;
}


.page-newslist ul li{
	margin-bottom: 1rem;
	padding: .5rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.page-newslist ul li .news-date{
	float: left;
	padding:0 1rem;
	margin-right: 15px;
}
.page-newslist ul li .news-date strong{
	display: block;
	font-size: 36px;
	color: #999;
}
.page-newslist ul li .news-date small{
	border-bottom: 1px solid rgba(0,0,0,.3);
	display: block;
	width: 20px;
}
.page-newslist ul li .news-date span{
	font-size: 13px;
	display: block;
	margin-top: .3rem;
}
.page-newslist ul li h2{
	margin-top: .4rem;
	margin-bottom: 1rem;
	line-height: 22px;
}
.page-newslist ul li h2 a{
	font-size: 15px;
	color: #000;
}
.page-newslist ul li h2 a:hover{
	color: #0354a6;
}
.page-newslist ul li h2 span a{
	font-size: 12px;
	color: #0354a6;
}
.page-newslist ul li p{
	font-size: 14px;
	color: #777;
	height: 42px;
}


.news-header{
	padding: 1.5rem .5rem .5rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.news-header h1{
	font-weight: normal;
	font-size: 2.2rem;
	color: #0354a6;
	margin-bottom: 1rem;
}
.news-header .news-data{
	margin-bottom: .5rem;
}
.news-header .news-data span{
	font-size: 13px;
	color: #777;
	margin-right: 10px;
}
.news-header p{
	font-size: 12px;
	color: #999;
}
.page-prolist{
	margin: 1.5rem 0;
}

.page-prolist ul li p{
	text-align: center;
}
.page-prolist ul li p a{
	font-size: 13px;
}
.page-prolist ul li{
	text-align: center;
}
.page-prolist ul li img{
	padding: .5rem 1.5rem;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 3px;
	max-width: 120px;
}

.page-prolabel .p-l{
	width: 50%;
	float: left;
	padding-bottom: 2rem;
}
.page-prolabel .p-l img{
	padding: 2px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.05);
}
.page-prolabel .p-l p{
	border-bottom: 2.5px solid #0354a6;
	padding: 1rem 0;
	background: #f3f3f3;
	font-weight: bold;
	padding-left: 1rem;
}
.page-prolabel .p-l p a{
	font-size: 13px;
}
.page-prolabel .p-r{
	width: 50%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}
.page-prolabel .p-r p{
	padding-bottom: 1.2px;
	margin-bottom: .5rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.page-prolabel .p-r p a{
	font-size: 12px;
}
.page-prolabel .p-r p .iconfont{
	font-size: 12px;
	color: #777;
}

.pro-header{
	padding: 1.5rem 1rem;
	text-align: center;
}
.pro-header h2{
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	color: #0354a6;
}
.pro-header h3{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding-bottom: .7rem;
	position: relative;
}
.pro-header h3:after{
	content: '';
	position: absolute;
	width: 80px;
	display: block;
	border-bottom: 3px solid #0354a6;
	left: 0;
	bottom: -2px;
}
.pro-header h3 .iconfont{
	font-size: 20px;
	color: #0354a6;
}
.job-table{
	margin-bottom: 2rem;
}
.job-table td,.job-table td a{
	font-size: 14px;
	color: #777;
}
.job-table th{
	min-width: 50px;
	font-size: 14px;
	width: 100px;
}
.job-get{
	text-align: center;
}
.job-get a{
	display: inline-block;
	background: #0354a6;
	padding: 3px 15px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,.15);
	margin-bottom: 1rem;
	transition: all .3s;
}
.job-get a:hover{
	background: #000;
}


.contact-box{
	padding: 1.5rem;
}
.contact-box h2{
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
	padding:1rem 1rem;
	background-color: transparent;
	margin-bottom: 1.5rem;
	background-color: #0354a6;
	background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.contact-box p{
	font-size: 13px;
	line-height: 24px;
	color: #333;
}
.contact-box p i{
	font-size: 20px;
	color: #0354a6;
	display: inline-block;
	vertical-align: middle;
}

.ry-block ul li{
	text-align: center;
	padding: 5px;
}
.ry-block ul li img{
	max-width: 100%;
	padding: 3px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
}
.ry-block ul li p{
	font-size: 14px;
	color: #0354a6;
	margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
	.show-sm{
		display: none!important;
	}
}
@media only screen and (max-width: 768px) {
	.hide-sm,.page-l{
		display: none;
	}
	.show-sm{
		display: block;
	}
	.phone-btn{
		display: inline-block;
		float: right;
		margin-top: 2.5rem;
		width: 35px;
		height: 30px;
		background: url(/uploads/image/tlimages/phone-btn.png) no-repeat center center;
		background-size: 25px;
		background-color: #0354a6;
		border-radius: 3px;
		box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
	}
	.col-sm-6{
		width: 50%;
	}
	.phone-nav{
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		top: 0;
		padding: 1.5rem;
		background: #0354a6;
		width: 240px;
		max-width: calc(100% - 50px);
		box-shadow: 10px 0 20px 5px rgba(0,0,0,.15);
		z-index: 99999999999999;
	}
	.phone-nav ul li{
		background: #fff;
		margin-bottom: 1rem;
		padding:3px .5rem;
		border-radius: 3px;
		position: relative;
	}
	.phone-nav ul li .iconfont{
		position: absolute;
		top: 8px;
		color: #0354a6;
		right: 10px;
		display: inline-block;
		font-size: 12px;
	}
	.phone-nav ul li>a{
		font-size: 15px;
		color: #333;
	}
	.phone-nav .two-label{
		display: none;
	}
	.phone-nav .two-label p{
		margin-bottom: 0;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.phone-nav .two-label a{
		color: #777;
		font-size: 12px;
	}

}