/***************css reset*********/

body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}
div, a {
	font-size: 14px;
	color: #323232;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	border:none;
	outline: none;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	min-width:1200px;
}
.head {
	height:95px;
}
.warp {
	width:1200px;
	margin:0 auto;
}
/*头部*/

#top {
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #f3f3f3;
}
.top {
	width:1200px;
	margin:0 auto;
}
.top p {
	color: #888888;
	font-size: 13px;
	font-weight: normal;
	float: left;
	height:33px;
	background:url(../images/xin.png) no-repeat left;
	padding-left:20px;
}
.top p span {
	font-size: 13px;
	color: #888888;
	font-weight: bold;
}
.sn {
	color: #888888;
	text-align: right;
	font-size: 13px;
}
.sn a {
	color: #888888;
	padding:0 5px;
	font-size:13px;
}
.warp {
	width:1200px;
	margin:0 auto;
}
.head {
	height:107px;
}
.logo {
	width:528px;
	height:82px;
	float:left;
	margin-top:10px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
}
.logo img {
	width:520px;
	height:82px;
}
.sv {
	width:248px;
	float:right;
	font-size:14px;
	color:#888888;
	background:url(../images/tel.png) no-repeat left;
	padding-left:53px;
	margin-top:28px;
}
.sv p {
	font-size:23px;
	color:#e60012;
	font-weight:bold;
}
.sv p span {
	font-size:14px;
	color:#888888;
	font-weight:normal;
}
.search {
	background: #e5f4fb;
	display: flex;
	/*border: 1px solid red;*/

    border-radius: 20px;
}
.search input {
	float: left;
	width:200px;
	flex: 4;
	height: 40px;
	outline: none;
	border: 1px solid #e5f4fb;
	background: #e5f4fb;
	box-sizing: border-box;
	padding-left: 22px;
	border-radius: 20px;
}
.search button {
	float: right;
	flex: 1;
	height: 40px;
	background-color: #e5f4fb;
	color: white;
	border-style: none;
	outline: none;
	border-radius: 20px;
}
.search button i {
	font-style: normal;
}
.search button:hover {
	font-size: 16px;
}
/*导航*/

#nav {
	background:#0056a9;
	height:47px;
}
.navbar {
	overflow: hidden;
}
.navbar:hover {
	overflow: visible;
}
.nav {
	width:1200px;
	margin:0 auto;
	height:47px;
}
.nav .warp {
	position: relative;
	height: 40px;
	z-index: 999;
}
.nav ul li {
	float:left;
	margin:0 14px;
	line-height:47px;
	text-align:center;
}
.nav ul li:last-child {
	background:none;
}
.nav ul li a {
	font-size:16px;
	color:#fff;
	width: 120px;
	display:block;
}
.nav ul li a:hover, .nav ul li a.hover {
	color:#fff;
	background:#3d95d7;
}
.nav li ul {
	width: 120px;
	opacity: 0;
	transition: all 0.3s;
	margin-top: 5px;
	position: absolute;
	z-index: 99999;
}
.nav li ul li {
	margin-left:0;
	border-top:1px solid #b8d6ec;
	height: 46px;
	line-height: 46px;
}
.nav li ul li a {
	display: block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	background:#2b84c6;
	font-size: 14px;
	color: #fff;
}
.nav li ul li a:hover {
	color: #0c3090;
}
.nav li:hover ul {
	opacity: 1;
	margin-top: 0;
}
.nav ul li i {
	background:url(../images/nav_ic.png) no-repeat;
	padding-left: 30px;
	padding-bottom: 20px;
}
 .nav ul li:nth-child(1) i {
 background-position: 0 0;
}
 .nav ul li:nth-child(2) i {
 background-position: -175px 0;
}
 .nav ul li:nth-child(3) i {
 background-position: -353px 0;
}
 .nav ul li:nth-child(4) i {
 background-position: -527px 0;
}
 .nav ul li:nth-child(5) i {
 background-position: -697px 0;
}
 .nav ul li:nth-child(6) i {
 background-position: -871px 0;
}
 .nav ul li:nth-child(7) i {
 background-position: -1043px 0;
}
/*轮播图*/

.flickerplate {
	position: relative;
	width: 100%;
	height: auto;
	background:none;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li img {
	width: 100%;
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 40px;
	height: 4px;
	margin: 0px 6px;
	background: url(../images/num_a.png) no-repeat;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background: url(../images/num_b.png) no-repeat;
}
.flickerplate .dot-navigation .dot.active {
	background: url(../images/num_b.png) no-repeat;
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.n_bann {
	height:400px;
	background:url(../images/banner.jpg) no-repeat;
}
.n_bann img {
	width: 100%;
}
/*主体*/

#big {
	background: #f7f6f5;
}
.big {
	background: #fff;
	padding:0 30px;
}
.con1 {
	padding-top: 50px;
	height: auto;
	overflow: hidden;
}
.con1_l {
	float: left;
	width: 580px;
}
.slideBox {
	width:580px;
	height:368px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:15px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	float:left;
	margin-right:10px;
	width:9px;
	height:9px;
	line-height:14px;
	text-align:center;
	background:none;
	cursor:pointer;
	text-indent: -9999px;
	border:1px solid #fff;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background:#ffffff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	position: relative;
}
.slideBox .bd img {
	width:580px;
	height:368px;
	display:block;
}
.slideBox .bd p {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 53px;
	line-height: 53px;
	background: rgb(0, 0, 0, 0.55);
	font-size: 16px;
	color: #ffffff;
	padding-left: 20px;
}
.slideBox .prev, .slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
.con1_r {
	float: right;
	width: 588px;
}
.con1_r_t {
	background:url(../images/hh.png) no-repeat left 5px;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:13px;
	position:relative;
	font-size:23px;
	color:#0056a9;
	padding-left:18px;
}
.con1_r_t a {
	position:absolute;
	font-size:14px;
	color:#727272;
	top:3px;
	right:0;
}
.con1_r_u {
	margin-top:20px;
}
.con1_r_u h3 {
	font-size:16px;
	color:#0056a9;
	font-weight:normal;
}
.con1_r_u p {
	font-size:14px;
	color:#808080;
	line-height:24px;
	margin-top:10px;
}
.con1_r_u a {
	font-size:14px;
	color:#0261c3;
	padding-left: 10px;
}
.con1_r_u_u2 {
	margin-top:13px;
}
.con1_r_u_u2 ul li {
	height:35px;
	line-height:35px;
	background:url(../images/yy.png) no-repeat left;
	padding-left:15px;
	position:relative;
}
.con1_r_u_u2 ul li a {
	font-size:14px;
	color:#444444;
	padding-left: 0;
}
.con1_r_u_u2 ul li span {
	color:#848484;
	font-size:14px;
	position:absolute;
	right:0;
	bottom:0;
}
.con2 {
	margin-top:55px;
	height:auto;
	overflow:hidden;
}
.con2_l {
	width:375px;
	float:left;
}
.con2_l_t {
	font-size:20px;
	color:#29539b;
	font-weight:bold;
	padding-bottom:10px;
}
.con2_l_t a {
	float:right;
	padding-top:5px;
}
.con2_l_img {
	display:block;
	margin-top:20px;
}
.con2_l p {
	margin-top:20px;
	line-height:35px;
	font-size:16px;
	color:#404040;
}
.con2_l p span {
	color:#c42e2e;
}
.con2_c {
	margin-left:18px;
	padding-left:18px;
	width:375px;
}
.con2_l ul {
	margin-top:20px;
}
.con2_l ul li {
	background:url(../images/yy.png) no-repeat left;
	line-height:35px;
	padding-left:15px;
	position:relative;
}
.con2_l ul li span {
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	color:#848484;
}
.con2_l ul li a {
	font-size:14px;
	color:#444444;
}
.con2_r {
	width:375px !important;
}
.con3 {
	margin-top:43px;
	height:auto;
	overflow:hidden;
}
.con3_u {
	margin-top:23px;
}
.con3_u ul li {
	width:283px;
	float:left;
	margin-right: 22px;
	position:relative;
}
.con3_u ul li:last-child {
	margin-right:0;
}
.con3_u ul li img {
	width:283px;
	height:195px;
}
.con3_u ul li p {
	margin-top:20px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#333333;
	text-align:center;
	width:283px;
}
.con4 {
	margin-top:50px;
	height:auto;
	overflow:hidden;
}
.con4_l {
	width:375px;
	float:left;
}
.con4_l_u {
	margin-top:25px;
}
.con4_l_u em {
	font-size:16px;
	color:#525252;
	display:block;
	padding-left:15px;
}
.con4_l_u p {
	margin-top:10px;
	font-size:14px;
	color:#929293;
	line-height:24px;
}
.con4_l_u p span {
	color:#c81623
}
.con4_l_u ul {
	margin-top:10px;
}
.con4_c {
	margin-left:36px;
}
.con4_r {
	float:right;
}
.flink {
	height:auto;
	overflow:hidden;
	margin-top:25px;
	padding-bottom: 20px;
}
.flinkl {
	background:url(../images/flink.png) no-repeat left center;
	width:100px;
	float:left;
	font-size:20px;
	color:#454545;
	height:50px;
	line-height:50px;
	padding-left:40px;
}
.flinkr {
	width:1050px;
	float:right;
	text-align:left;
	line-height:30px;
	margin-top:12px;
}
.flinkr a {
	font-size:14px;
	color:#403f3f;
	margin:0 6px;
	display:block;
	float:left;
}
#footer {
	background: #012548;
	padding: 45px 0;
	height: auto;
	overflow: hidden;
}
.img {
	display: block;
	margin: 0 auto;
}
.footer {
	text-align: center;
}
.footer ul {
	margin-top:25px;
	display: inline-block;
}
.footer ul a {
	display: block;
	float: left;
	background:url(../images/li.png) no-repeat right center;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding: 0 10px;
}
.footer ul a:last-child {
	background: none;
}
.footer p {
	font-size: 14px;
	color: #ffffff;
	margin: 5px 0 25px 0;
}
.footer p a {
	font-size: 14px;
	color: #ffffff;
}
/*内页*/

.fycon {
	width:1100px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	height:auto;
	overflow:hidden;
}
.fyconl {
	width:240px;
	float:left;
	background:#f6f6f6;
}
.fyconl1 {
	height:auto;
	overflow:hidden;
}
.fyconl1t {
	background:#0056a9;
	height:40px;
}
.fyconl1t h3 {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	line-height:40px;
	float:left;
	background:url(../images/cc.png) no-repeat 20px center;
	padding-left:55px;
}
.fyconl1t h3 em {
	color:#fff;
	font-size:14px;
	font-style:normal;
	padding-left:10px;
	font-weight:normal;
}
.fyconl1u {
	margin-top:10px;
	margin-bottom: 30px;
}
.fyconl1u ul li {
	height:43px;
	line-height:43px;
	background:url(../images/cat_bg.jpg) no-repeat center;
	padding-left:15px;
	margin:0 20px;
}
.fyconl1u ul li a {
	color:#000;
	font-size:14px;
	display:block;
}
.fyconl1u ul a li:hover {
	background:#f8fafb;
	color:#515151;
}
.left_new {
	margin-top: 30px;
	padding-bottom: 15px;
}
.left_new_tit {
	width: 210px;
	margin-left:10px;
	font-size: 18px;
	color: #000;
	border-bottom:1px solid #B5B5B5;
	padding-bottom: 8px;
}
.left_new_tit span {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	border-left: 5px solid #385791;
	height: 18px;
	line-height: 16px;
	padding-left: 5px;
	display:block;
}
#roll {
	line-height: 25px;
	margin-top: 15px;
}
#roll li {
	background:url(../images/dian.png) no-repeat left center;
	padding-left: 10px;
	height:30px;
	line-height:30px;
}
#roll li a {
	font-size:13px;
}
.fyconl2 {
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.fyconl2t {
	background:#2e8bc4;
	height:40px;
	border-top:4px solid #f7cf3f;
}
.fyconl2t h3 {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	line-height:40px;
	float:left;
	background:url(../images/xx.png) no-repeat 20px center;
	padding-left:55px;
}
.fyconl2t h3 em {
	color:#fff;
	font-size:14px;
	font-style:normal;
	padding-left:10px;
	font-weight:normal;
}
.fyconl2u {
	line-height:30px;
	padding:10px 5px 0px 10px;
	font-size:14px;
}
.fycpt {
	height:60px;
	background:#eeeeee;
}
.fycpt h2 {
	font-size:21px;
	color:#385791;
	font-weight:bold;
	padding:15px 0px 0px 33px;
}
.fyconr {
	float:right;
	margin-bottom:20px;
}
.fyconrt {
	width:830px;
	height:60px;
	background:#e9e9e9;
}
.fyconru {
	width:830px;
	height:auto;
	overflow:hidden;
	height:auto;
	margin-bottom:20px;
}
.fyconrus {
	width:830px;
	height:auto;
	border-top:none;
}
.fyconrus ul {
	margin:0;
	padding-top:8px;
}
.fyconrus ul li {
	line-height:35px;
	border-bottom:1px dashed #e9e9e9;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:0px 20px 8px 20px;
	background:url(../images/yy.png) no-repeat left;
	overflow:hidden;
	height:auto;
}
.fyconrus ul li span {
	position:absolute;
	right:0;
	top:0;
	color:#999;
}
.fyconrus ul li a {
	color:#464646;
	padding-left:15px;
	font-size:14px;
}
.dqwz {
	float:right;
	color:#515151;
	margin:20px 15px 5px 0px;
}
.dqwz a {
	color:#515151;
	text-decoration:none;
}
.show_t {
	text-align:center;
	padding:25px 0px 0px 0px;
	border-bottom:#CCC 1px dashed;
}
.show_t h1 {
	color:#385791;
	margin:0;
	font-size:24px;
}
.show_t h5 {
	color:#464646;
	font-weight:normal;
	line-height:20px;
	margin:10px 0px 10px 0px;
}
.show_c {
	padding:10px 15px 10px 15px;
	color:#464646;
	border-bottom:#CCC 1px dashed;
	line-height:2em;
	font-size:14px;
}

.show_c h2,.show_c h3{ margin-bottom:12px;}
.show_c img {
	max-width:900px;
	padding:10px 15px 10px 15px;
}
.show_u {
	text-align:left;
	padding:10px 15px 10px 0px;
}
.show_u ul li {
	list-style:none;
	text-decoration:none;
	color:#464646;
	border-bottom:#CCC 1px dashed;
	height:30px;
	line-height:30px;
	margin:0px 20px 0px 20px;
	font-size:14px;
}
.show_u ul li a {
	color:#464646;
	font-size:14px;
}
.show_u ul li a:hover {
	text-decoration:underline;
	color:#464646;
}
.page_conru {
	color:#464646;
	padding:35px 15px 40px 15px;
	font-size:14px;
	line-height:28px;
}
.page_conru img {
	max-width:700px;
	padding:15px 15px 40px 15px;
}
.chanpin {
	padding:20px 0px 20px 10px;
}
.chanpin ul li {
	margin-right: 35px;
}
.chanpin ul li a {
	display: block;
	text-align: center;
	color:#545454
}
.chanpin ul li a .pic {
	width: 221px;
	height: 144px;
	overflow: hidden;/*border: 1px sol 

id #d3d3d3; border-radius: 1px;*/
	display: table-cell;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
.chanpin ul li a img {
	width: 232px;
	height: 186px;
}
.chanpin ul li a p {
	height: 40px;
	line-height: 40px;
}
.chanpin ul {
	height: auto;
	overflow: hidden;
	padding-left: 4px;
}
.chanpin ul li {
	float: left;
	margin-bottom: 2px;
}
.chanpin ul li a .pic {
	width: 232px;
	height: 186px;
}
.chanpin ul li a .pic img {
	width: 232px;
	height: 186px;
}
/*分页*/

.fenye {
	text-align: center;
	margin: 20px 0 30px;
}
.fenye ul {
	height: auto;
	overflow: hidden;
}
.fenye span, .fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color:#000;
}
.fenye span.current {
	background: #385791;
	color: #fff;
}
.fenye a:hover {
	background: #385791;
	color: #fff;
}
