<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">锘緻charset "utf-8";


@charset "utf-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, "瀹嬩綋";
	font-size: 12px;
}
a {
	transition: all 0s;
}
a:link, a:visited {
	text-decoration: none;
	outline: none;
}
ul,li{list-style-type:none;}
img {
	border: 0;
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
	cursor: pointer;
	outline: none;
}
input[type='checkbox'], input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin: -2px 5px 1px;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
	padding: 0;
	outline: none;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
/*娓呮娴姩*/
.clear{clear: both;}
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
/*鍥剧墖鍨傜洿姘村钩灞呬腑*/
.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
.vcenter2 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}




a:hover, a:active, a:focus {
	color: #0657b2;
}


.container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

header .header {
	padding: 20px 0;
	width: 100%;
	display: inline-block;
}
header .header .logo {
	float: left;
	width: auto;
	height: 90px;
	position: relative;
}
header .header .logo img {
	height:60px;margin:15px 0
}

header .header .search{width:256px;height:34px;line-height:34px;margin-top:32px;float:left;}
header .header .search #keywords{width:194px;padding-left:15px;height:34px;float:left;border:none;background:#E6E6E6;color:#333;-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;}
header .header .search .submit{width:47px;float:left;background:#CACACA url(../img/ss.png) no-repeat center center;border:none;-webkit-border-radius: 0px 10px 10px 0;
-moz-border-radius: 0px 10px 10px 0;
border-radius: 0px 10px 10px 0;height:34px;}


header .header .top-r {
	float: right;margin-top: 40px;
	width: 170px;margin-left:30px;
}
header .header .top-r a {
	float: left;
	padding-left: 28px;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	height: 16px;
	margin-left: 20px;
}
header .header .china {
	background: url(../img/china.png) no-repeat left center;
}
header .header .engli {
	background: url(../img/english.png) no-repeat left center;
}


header .nav {
	width: 100%;
	display: table;
	background: #0657b2;position:relative;
}
header .nav ul {
	list-style: none;
}
header .nav ul .active,header .nav ul li:hover {
	border-bottom: 2px solid #A41F24;
}


header .nav ul li {
	width: 14.666666%;margin:0 1%;padding:0 1%;
	height: 60px;
	float: left;
	z-index: 2;
	background: url('../img/nav-ico01.png') no-repeat 143px center;
}
header .nav ul li:nth-child(1){background:none;}

header .nav ul li:hover div {
	display: block;
}
header .nav ul li &gt; a {
	font-size: 18px;
	display: block;
	height: 60px;
	text-align: center;
	color: #fff;
	line-height: 60px;font-weight:bold;
}
header .nav ul li div {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 99;
	display: none;
	background:rgba(255,255,255,0.6);text-align:center;padding:20px 0
}
header .nav ul li div &gt; a {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0 30px;
	color: #333;
	font-size: 17px;font-weight:bold;
	overflow: hidden;border-right: 1px solid #666;
	
}
header .nav ul li div &gt; a:last-child{border:none;}

header .nav ul li div &gt; a:hover {
	color: #0657b2;
}
header #mmenu {
	z-index: 999;
}
header .phone-nav {
	position: absolute;
	z-index: 99;
	width: 32px;
	height: 32px;
	right: 30px;
	top: 70px;
	display: none;
}


.banner {
	z-index: 0;
}
.banner {
	width: 100%;
	overflow: hidden;
}
.banner span {
	display: block;
	position: relative;
}
.banner .slick-slide img{width:100%}
.banner .slick-dots li button {
	border: 3px solid #fff;
	background: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 0 3px;
}

.banner .slick-dots li.slick-active button {
	background: #00469E;
	border: 3px solid #fff;
}
.banner .slick-dots {
	bottom: 20px;
}

.home_about {
	width:100%
}


.home_about .home_about_nr {
	width: 100%;
	display: table;
	margin:0;
}
.home_about .home_about_nr li{width:33.3333%;float:left;}
.home_about .home_about_nr li img{width:100%}

/*child-menu*/
.child-menu ul li {
	width: 33.333%;
	float: left;
	position: relative;
	overflow: hidden;
}
.child-menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 11;
	position: relative;
	transform: translate3d(103%, 0, 0) rotate(.0001deg);
	transition: transform cubic-bezier(0.46, 0.03, 0.23, 0.96) .6s;
}
.child-menu.move ul li&gt;div, .child-menu.move ul li &gt;a {
	-webkit-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	-moz-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	transform: translate3d(0%, 0, 0) rotate(.0001deg);
}
.child-menu ul li img {
	opacity: 0.5;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.child-menu ul li a:before {
	content: '';
	position: absolute;
	background: #1655a3;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	-moz-transform: translate3d(0%, 0, 0) rotate(.0001deg);
	transform: translate3d(0%, 0, 0) rotate(.0001deg);
	z-index: 22;
	-o-transition: transform ease .6s;
	-moz-transition: transform ease .6s;
	transition: transform ease .6s;
}
.child-menu.move ul li a:before {
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: translate3d(-100%, 0, 0) rotate(.0001deg);
	-moz-transform: translate3d(-100%, 0, 0) rotate(.0001deg);
	transform: translate3d(-100%, 0, 0) rotate(.0001deg);
}
.child-menu ul li img {
	transition: all cubic-bezier(0.64, 0.13, 0.09, 0.87) .8s;
	-moz-transition: all cubic-bezier(0.64, 0.13, 0.09, 0.87) .8s;
	-webkit-transition: all cubic-bezier(0.64, 0.13, 0.09, 0.87) .8s;
	-o-transition: all cubic-bezier(0.64, 0.13, 0.09, 0.87) .8s;
	opacity: 0;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translate3d(50%, 0, 0);
	-moz-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}
.child-menu.move ul li img {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	opacity: 0.5;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.menu-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 8%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.menu-tit {
	font-size: 24px;
	color: #1754a3;font-weight:bold;
	line-height: 28px;width:110px;text-align:center;
}
.menu-tit img{    opacity: 1!important;}
.line {
	width: 50px;
	height: 2px;
	background: #1754a3;
	margin-top: 12px;
	margin-bottom: 24px;
}
.menu-tit2 {
	font-size: 18px;
	color: #3d3d3d;
	line-height: 1;
	margin-bottom: 7px;
}
.menu-info {
	font-size: 14px;
	color: #555555;
	line-height: 22px;
}
.right_icon {
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../img/right_icon.png) no-repeat;
	right: 11%;
	top: 20%;
	display: block;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.child-menu ul li:hover .right_icon {
	right: 10%;
}
.child-menu ul li .menu-img {
	overflow: hidden;
}
.child-menu ul li .menu-img img {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.child-menu ul li:hover .menu-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}
.img-responsive {
    width: 100%;
    height: auto;border: none;
    vertical-align: middle;
}
.home_news {
	padding: 60px 0 30px;
	display: inline-block;
	width: 100%;
}
.home_news .title {
	font-size: 32px;
	text-transform: uppercase;
	display: block;
	height: 46px;
	text-align: center;
	color: #1653a3;
	overflow: hidden;
	font-family: arial, "瀹嬩綋";
	line-height: 46px;font-weight:bold;
}
.home_news .title a{color: #1653a3;}
.home_news .text {
	display: table;
	max-width: 100%;
	overflow: hidden;
	font-size: 20px;
	text-transform: uppercase;
	height: 28px;
	margin: 6px auto;
	line-height: 28px;
}
.home_news .text small {
	float: left;
	width: 50px;
	display: block;
	height: 3px;
	margin: 3px 0 0;
	background: #1653a3;
}

.home_news .homenews {
	margin: 35px auto 0;
}
.home_news .homenews .h_news {
	float: left;
	width: 45%;
	
}

.home_news .homenews .h_news .h_newsnr {
	position: relative;
	padding: 5px;
	
}
.home_news .homenews .h_news .h_newsnr .pic {
	width: 100%;
	position: relative;height:313px;overflow:hidden
}
.home_news .homenews .h_news .h_newsnr .pic  img{width:100%;transition:1s;}

.home_news .homenews .h_news .h_newsnr .pic:hover  img{-webkit-transform: scale(1.05);
	transform: scale(1.05);}

.home_news .homenews .h_news .h_newsnr .text1 {
	width: 100%;color: #333;margin-top:10px;
	
}
.home_news .homenews .h_news .h_newsnr .text1 p.tit {
height: 26px;
	line-height: 26px;
	
	font-size: 22px;
}
.home_news .homenews .h_news .h_newsnr .text1 p.tit a{color:#333;}
.home_news .homenews .h_news .h_newsnr .text1 p.time{font-size:12px; padding-top: 33px;}
.home_news .homenews .h_news .h_newsnr .text1 p.con{font-size:14px;line-height:22px;color:#7C7C7C;margin-top:15px;}
.home_news .homenews .right {
	float: right;
	width: 52%;
}

.home_news .homenews .right ul {
	list-style: none;
}
.home_news .homenews .right ul li {
	width: 100%;
float:left;
	border-bottom: 1px solid #e2e2e2;padding-bottom:35px;margin-bottom:35px;
}
.home_news .homenews .right ul li .time{width:85px;height:85px;float:left;text-align:center;font-size:16px;color:#666;}
.home_news .homenews .right ul li .time p{font-size:55px;}

.home_news .homenews .right ul li .con{width:calc(100% - 95px);float:right;}
.home_news .homenews .right ul li .con p{font-size:22px;margin:5px 0 10px}
.home_news .homenews .right ul li .con p a{color:#333}
.home_news .homenews .right ul li .con span{font-size:14px;line-height:22px;color:#666;}

.home_case {
	padding: 60px 0;
	overflow: hidden;
	background:url(../img/chuanbobg.jpg) no-repeat;background-size:cover;
}


.home_case .title {
	font-size: 32px;
	text-transform: uppercase;
	display: block;
	height: 46px;
	text-align: center;
	color: #1653a3;
	overflow: hidden;
	font-family: arial, "瀹嬩綋";
	line-height: 46px;font-weight:bold;
}
.home_case .title a{color: #1653a3;}
.home_case .text {
	display: table;
	max-width: 100%;
	overflow: hidden;
	font-size: 20px;
	text-transform: uppercase;
	height: 28px;
	margin: 6px auto;
	line-height: 28px;
}
.home_case .text small {
	float: left;
	width: 50px;
	display: block;
	height: 3px;
	margin: 3px 0 0;
	background: #1653a3;
}

.home_case .homecase {
	margin: 30px auto 0;
}


.home_case .homecase .home_case_nr {
	margin: 0 5px;border: 1px solid #ccc;
}
.home_case .homecase .home_case_nr:hover .text1 a {
	color: #0657b2;
}
.home_case .homecase .home_case_nr .pic {
	width: 100%;
	position: relative;height:230px;overflow:hidden
}
.home_case .homecase .home_case_nr .pic img {
width:100%;transition:1s;
}
.home_case .homecase .home_case_nr .pic:hover img{-webkit-transform: scale(1.05);
	transform: scale(1.05);}
.home_case .homecase .home_case_nr .text1 {
	width: 100%;
	height: 38px;
	font-size: 13px;
padding:0 3%;
	overflow: hidden;
	line-height: 38px;
}
.home_case .homecase .home_case_nr .text1 a {
	color: #666666;
}
.home_case .homecase .slick-prev, .home_case .homecase .slick-next {
	width: 28px;
	height: 44px;
	top: 45%;
	border: none;
}
.home_case .homecase .slick-prev {
	left: -40px;
	background: url("../img/left.png") no-repeat;
}
.home_case .homecase .slick-next {
	right: -40px;
	background: url("../img/right.png") no-repeat;
}
.home_case .homecase .slick-dots li button {
	width: 8px;
	height: 8px;
	background: #999999;
	border-radius: 8px;
}
.home_case .homecase .slick-dots {
	bottom: -30px;
	right: 0px;
}
.home_case .homecase .slick-dots li.slick-active button {
	background: #007AF3;
	color: #fff;
}

.home_case .more{width:100%;float:left;text-align:center;padding-top:80px;}
.home_case .more .morebtn{border: 1px solid #1754A4;width:86px;height:32px;line-height:32px;text-align:center;margin:0 auto;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}
.home_case .more .morebtn a{color:#1754A4;text-transform:uppercase;font-size:13px;}
footer {
	background: #F5F5F5;
	display: table;
	width: 100%;padding:50px 0
	
}
footer .fleft{width:40%;float:left;}
footer .fleft img{max-width:255px;}
footer .fleft p.t1{color:#535353;font-size:20px;margin-top:60px;margin-bottom:10px;}
footer .fleft p.t2{color:#535353;line-height:26px;}
footer .fright{width:60%;float:right;}
footer ul {
	list-style: none;
	width: 100%;float:left;
	margin: 0 auto 40px;
}

footer ul li {
	width: 16.66666%;height:267px;
	float: left;text-align:center;background:url(../img/shuxian.png) no-repeat left center;
}
footer ul li div span {
	display: block;
	color: #333;
	margin: 0 0 15px;
	overflow: hidden;
	
}
footer ul li div span &gt; a {
	color: #333;font-size: 16px;
}
footer ul li &gt; div a {
	color: #333;
	height: 28px;
	line-height: 28px;

	overflow: hidden;
	display: block;

}
footer ul li &gt; a:hover {
	color: #0657b2;
}
footer .links{width:100%;float:left;padding-left:3%}
footer .links .tit{width:100%;float:left;font-size:16px;margin-bottom:20px;}
footer .links .con{width:100%;float:left;}
footer .links .con li{float:left;margin-right:10px;}
.banner_ny {
	width: 100%;
	overflow: hidden;
	position: relative;height:297px;
}
.crumbs {
	width: 100%;
	background: #f8f8f8;
	border-bottom: 1px solid #e9e9e9;
	line-height: 55px;
	display: block;
	height: 55px;
	overflow: hidden;
}

.crumbs h2 {
	float: left;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: 100;
	background: url("../img/dian.png") left center no-repeat;
	padding-left: 15px;
}
.crumbs h2 span {
	margin: 0 5px;
	color: #000;
}
.crumbs h2 a {
	color: #000;
	font-size: 16px;
	margin: 0 5px;
}
.crumbs h2 i {
	color: #0657b2;
	font-style: normal;
}
.crumbs h2 a:hover {
	color: #0657b2;
}
.nymenu{float:right;}
.nymenu li{float:left;margin-left:23px;height:54px;}
.nymenu li a{color:#333;font-size:18px;font-weight:bold;}
.nymenu li.active{border-bottom: 1px solid #A41F24;}
.nymenu li.active a{color:#A41F24}
.nyad{width:100%}
.nyad img{width:100%}

.ny {
	min-height: 400px;
}
aside {
	width: 30%;
	float: left;
	margin-bottom: 60px;
}


aside .navigation2 ul {
	margin: 20px 0 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}

aside .navigation2 ul li {
overflow: hidden;
	position: relative;width:100%;border-bottom: 1px solid #ccc;margin-bottom:20px;padding-bottom:20px;
}


aside .navigation2 ul li a {
	color: #4c4948;
	font-size: 16px;
}
aside .navigation2 ul li img{width:100%}


.ny_right {
	width: 68%;
	padding-bottom: 10px;
	float: right;border-left: 1px solid #ddd;min-height:1030px;
}

.ny_right .boxz {

	overflow: hidden;
}

.about {
	padding: 40px 0 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}

#text1 {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	margin: 0px 0 0 20px;
}
#text1 img {
	max-width: 100%;height:auto!important;
}

.fzlc{width:100%;position:relative;font-size:16px;color:#000 }
.fzlc .fzlcbg{background:url(../img/fzlcbg.jpg) no-repeat center top;width:100%;height:1399px;}
.fzlc li{position:absolute;}
.fzlc .yue{font-weight:bold; font-size:20px;color:#333}
.fzlc .yue span{font-size:50px;color:#333}
.fzlc .nian1{background:url(../img/fzlcnian1.jpg) no-repeat center left;width:272px;padding-right:20px;height:53px;line-height:53px;color:#fff;font-size:44px;text-align:right;}
.fzlc .nian2{background:url(../img/fzlcnian2.jpg) no-repeat center left;width:272px;padding-left:20px;height:53px;line-height:53px;color:#fff;font-size:44px;text-align:left;}
.fzlc .txt{width:380px;height:23px;line-height:23px;}
.fzlc .t1{right:53%;top:97px;}
.fzlc .t2{left:53%;top:98px;}
.fzlc .t3{right:51%;top:163px;}
.fzlc .t4{left:53%;top:235px;}
.fzlc .t5{left:51%;top:326px;}
.fzlc .t6{right:53%;top:426px;}
.fzlc .t7{left:53%;top:410px;}
.fzlc .t8{right:51%;top:489px;}
.fzlc .t9{left:53%;top:586px;}
.fzlc .t10{right:53%;top:585px;text-align:right;}
.fzlc .t11{left:51%;top:650px;}
.fzlc .t12{right:53%;top:750px;}
.fzlc .t13{left:53%;top:749px;}
.fzlc .t14{right:51%;top:814px;}
.fzlc .t15{left:53%;top:910px;}
.fzlc .t16{right:53%;top:900px;text-align:right;}
.fzlc .t17{left:51%;top:980px;}
.fzlc .t18{right:53%;top:1110px;text-align:right;}
.fzlc .t19{right:51%;top:1139px;}
.fzlc .t20{left:51%;top:1270px;}
.fzlc .t21{left:51%;top:1300px;}

/*honor*/
.honor {
	padding: 40px 0 0;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.honor .ny-honor {
	width: 100%;
}
.honor .ny-honor .list-unstyled {
	list-style: none;
	width: 100%;

	display: inline-block;
}

.honor .ny-honor .list-unstyled li {
	width: 32%;box-sizing:border-box; 
	padding: 10px;
	float: left;
	margin: 10px 2% 10px 0;
	text-align: center;
	border: 1px solid #e9e9e9;
	display: block;background:#F7F7F7;
}
.honor .ny-honor .list-unstyled li:nth-child(3n){margin-right:0}
.honor .ny-honor .list-unstyled li a {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}
.honor .ny-honor .list-unstyled li a:before {
	content: "";
	padding-bottom: 72.5%;
	display: block;
}
.honor .ny-honor .list-unstyled li a img {
	max-width: 100%;
	vertical-align: middle;min-height: 277px!important;
}
.honor .ny-honor .list-unstyled li p{width: 100%;height: 24px;line-height: 24px;margin-top:6px;overflow: hidden;}



/*news*/
.news {
	padding: 40px 0 0;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.news .news_main {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 0 10px;
}
.news .news_main li {
	display: inherit;
	width: 100%;
border-bottom: 1px solid #ccc;
	
	padding-bottom:20px;margin-bottom:20px;
	position: relative;
}

.news .news_main li:hover .txt span a {
	color: #0657b2;
}

.news .news_main li .txt {
	width: 80%;
	float: right;
}

.news .news_main li .txt span {
	display: block;
	
	margin: 0 0 15px;
	overflow: hidden;
	
	font-size: 16px;
	font-weight: bold;
}
.news .news_main li .txt span a {
	color: #333333;
}
.news .news_main li .txt p {
	display: block;
	
	line-height: 26px;
	font-size: 14px;
color: #939393;
}
.news .news_main li time {
width:20%;float:left;
color: #666;
font-size: 62px;
	text-align: center;
	overflow: hidden;

	transition: all 0.5s;
}
.news .news_main li time p{display:block;height:30px;font-size: 16px;}
.page {
	display: table;
	margin: 0 auto 20px;
}

.page a {
	display: block;
	float: left;
	color: #777777;
	font-size: 12px;
	line-height: 24px;
	padding: 2px 12px;
	margin: 0 2px;
	border: 1px solid #eeeeee;
}
.page span {
	display: block;
	float: left;
	color: #777777;
	font-size: 12px;
	line-height: 24px;
	padding: 2px 12px;
	margin: 0 2px;
	border: 1px solid #eeeeee;
}
.page .page-cur {
	background: #0657b2;
	color: #fff;
}

.page a:hover {
	background: #0657b2;
	color: #fff;
	border: 1px solid #0657b2;
}
.page .active {
	background: #0657b2;
	color: #fff;
	border: 1px solid #0657b2;
}
/*news_show*/
.news_show {
	padding: 40px 0 0;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.news_show .title2 {
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	
	margin: 15px 20px;
}
.news_show .sourse {
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 32px;
	border-bottom: 1px solid #ccc;margin:0 20px 20px;padding-bottom:20px 
}
.news_show .sourse span {
	color: #333333;
}
.news_show .text1 {
	text-indent: 2em;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 0 15px;
	margin: 15px auto 25px;
}
.news_show center {
	overflow: hidden;
}
.news_show center img {
	max-width: 100%;
}
.news_show .text2 {
	text-align: center;
	color: #0858b1;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 14px;
}
.news_show .text3 {
	text-align: center;
	color: #e44242;
	font-size: 14px;
	line-height: 46px;
	padding: 0 10px;
	border-bottom: 2px solid #cacaca;
}
.article {
	margin: 10px 5px 8px;
	list-style: none;
	padding: 10px 0;
}
.article li {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}
.article li:hover a {
	color: #0657b2;
}
.article li a {
	color: #666666;
}

/*products*/
.cbban{width:100%;text-align:center;}
.products {
	width: 100%;
	display: inline-block;
	padding: 40px 0 0;
	margin-bottom: 100px;
}

.products .products_main {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
	display: inline-block;
}

.products .products_main li {
	width: 31.3333%;
	border: 1px solid #e6e6e6;
	float: left;
	margin: 1%;
}

.products .products_main li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.products .products_main li:hover p {
	background: #0657b2;color: #fff;
}
.products .products_main li:hover p a {
	color: #fff;
}
.products .products_main li .pic {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.products .products_main li .pic img {
	transition: all 0.38s ease-in;
	-webkit-transition: all 0.38s ease-in;
	-moz-transition: all 0.38s ease-in;
	-ms-transition: all 0.38s ease-in;
	-o-transition: all 0.38s ease-in;
}
.products .products_main li .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.products .products_main li p {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
	color: #666666;
	font-size: 12px;
}
.products .products_main li p a {
	color: #666666;
}

.cblb{width:100%;margin-top:30px;}
.cblb .title {
	font-size: 34px;
	text-transform: uppercase;
	display: block;
	height: 46px;
	text-align: center;
	color: #00469E;
	overflow: hidden;
	font-family: arial, "瀹嬩綋";
	line-height: 46px;
}
.cblb .text {
	display: table;
	max-width: 100%;
	overflow: hidden;
	font-size: 20px;
	text-transform: uppercase;
	height: 28px;
	margin: 6px auto;
	line-height: 28px;
}
.cblb .text small {
	float: left;
	width: 50px;
	display: block;
	height: 3px;
	margin: 3px 0 0;
	background: #00469E;
}

.cblb_con{width:100%;}
.cblb_con li{width:100%;height:70px;line-height:70px;font-size:16px;float:left;}
.cblb_con li div{width:6%;float:left;text-align:center;}
.cblb_con li.tit{background:#2e65ab; color:#fff;height:80px;line-height:80px;font-size:20px;-webkit-border-radius: 38px;
-moz-border-radius: 38px;
border-radius: 38px;}
.cblb_con li.tit2{background:#eaf6fd;margin-top:-70px; position:relative;   z-index:-9}
.cblb_con .cblb_body li:nth-child(2n-1){background:#eaf6fd;}
.cblb_con li div:nth-child(1){width:6%}
.cblb_con li div:nth-child(2){width:8%}
.cblb_con li div:nth-child(5){width:17%}
.cblb_con li div:nth-child(6){width:15%}
.cblb_con li div:nth-child(7){width:7%}
.cblb_con li div:nth-child(8){width:10%}</pre></body></html>