*{margin: 0;padding: 0;box-sizing: border-box}
a{text-decoration: none}
a:hover{text-decoration: none}
ul,li{list-style: none}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
input{outline: none}

body,html{background: #fff;}
body{
    font-family: "微软雅黑";
    box-sizing: border-box;
}
.ban>img{
	width: 100%;
}

.navbar-default{
	background:#fff!important;
}
.topnav-bg{

	border-color: rgba(37, 39, 44, .9);
	border: 0;
	height: 80px;
	line-height: 80px;
}
.top-logo img{
	height: 66px;
	padding-top: 3px;
}
.topnav-list li a{
	height: 80px;
	line-height: 40px;
	font-size: 16px;
	padding: 20px 20px;
	text-align: center;
}
.topnav-list li{
	background: #fff!important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height:420px!important;
}
.navbar-default .navbar-toggle{
	border-color:transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a{
	color: #000;
}
.navbar-default .navbar-nav>.active>a{
	color: #fff;
	background-color: #024c95;
}
.navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #024c95;
}
.navbar-default .navbar-nav> li>a:hover{
	color: #fff;
	background-color: #024c95;
}

@media all and (max-width: 450px){
	.top-logo img {
		height: 50px;
	}
	.topnav-bg{
		max-height: 50px;
		line-height: 50px!important;
	}
	/*.top-logo img{*/
		/*height: 50px;*/
	/*}*/
	#myCarousel{
		margin-top: 50px!important;
	}
	.ban{
		margin-top: 50px;
	}
}

@media all and (min-width:451px) and (max-width: 768px){
	.top-logo img {
		width: 80%;
		height: auto}
	.ban{
		margin-top: 50px;
	}

}

.footer {
	background: #000;
	color: #fff;
	font-size: 13px;
	line-height: 2.2;
	margin-top: 30px;
	clear: both;
}
.footer_center {
	/*width: 1200px;*/
	margin: 0 auto;
}
.footer_left {
	float: left;
	width: 70%;
}
.footer_left a{
	color: #f5f5f5;
	font-size: 12px;
}
.footer_navbar {
	padding: 18px 0;
}
.footer_navbar a {
	font-size: 13px;
	color: #ccc;
	padding-right: 5%;
	line-height: 40px;
}
.footer_ewmright {
	float: right;
	padding-top: 22px;
}
.footer_ewmright ul li{
	float: left;
	margin: 0 20px;
	text-align: center;
}
.footer_ewmright ul li img{
	width: 90px;
	height: 90px;
	border: 4px solid #fff;
}
@media all and (max-width: 768px){
	.footer_navbar{
		display: none;
	}
	.footer_ewmright ul li{
		display: none;
	}
	.footer_left{
		width: 100%;
		text-align: center;
	}
	.new-item li a, .s-news-item li:nth-child(4) a{
		margin-bottom: 10px;
	}
	.ny-contain{
		padding: 0px 0 50px 0!important;
	}
}


/*neiye*/
.ny-contain{
	padding: 30px 0 50px 0;
	background: #f5f5f5;
}
.ny-contain p{
	 font-size: 16px; text-align: justify; line-height: 20px;
	text-indent: 2em;
	margin:45px 0 0 ;
}

.about-con{
	padding-bottom:  50px;
	background: #fff;
	box-shadow: 2px 2px 4px #ddd;
}
.left-nav{
	margin-top: 20px;


}
.about-con>div{
	padding: 0 10px;
}
.left-nav .active{
	background: rgba(2, 76, 149, 0.8);
	margin-bottom: 5px;
	line-height: 48px;
	border-radius: 3px;
}
.left-nav .active a{
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.left-nav .mu-list{
	border: 1px solid #999;
	background: #fff;
	line-height: 48px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.left-nav .mu-list a{
	color: #333;
	padding: 10px 0;
	font-size: 16px;
}
.location{
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 42px;
	border-bottom: 1px solid #ddd;
}
.location li{
	font-size: 14px;
	padding: 0;
}

.location li a{
	color: #555;
}
.fy-page{
	background-color: #fff;
	border: none;
	color: #000;
	padding-top: 30px;
}
.fy-page a{
	font-size: 14px;
	color: #777;
}
.fy-page .dq-page a{
	color: #000;
}
.pro-del-js pre{
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 5px;
	border-radius: 0;
	color: #333;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}

.wenh>div{
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
}

.pro-box{
	padding: 15px 0;
	overflow: hidden;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	border: 1px solid rgba(255,255,255,0);
}
.pro-box:hover {
	border: 1px solid rgba(183,183,183,0.6);
}
.pro-box:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pro-box img {
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.pro-box p {
	text-align: center;
	margin: 30px 0 0;
	font-size: 16px;
	color: #000;
	display: block;
}
@media all and (max-width: 768px){
	.sp-wrap{
		width: 90%!important;
		margin: 0 5%!important;
	}
	.left-nav{
		display: none;
	}
	.location li{
		float: none!important;
	}
}




