﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background: #FFF;
	
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
	-webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dd {
	margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0b5cac;
	text-decoration: none;
}
.link-blue {
	color: #0b5cac;
	text-decoration: underline;
}
.link-blue:hover {
	color: #0b5cac;
	text-decoration: underline;
}
img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
	border: 0px;
}
.c {
	clear: both;
	overflow: hidden;
}
.main_w {
	margin: 0 auto;
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 1200px;
}
/*--End 分页样式---------*/
.top_bj{
	background: url("../images/top_bj.jpg") top center no-repeat;
	/*height: 205px;
	overflow: hidden;*/
}
.top{
	height: 150px;
	overflow: hidden;	
}
.top_l{
	background: url("../images/logo.png") left 28px no-repeat;
	float: left;
	height: 142px;
	padding-left:100px;
}
.nav_w{
	background-color: #11559d;
	line-height: 55px;
	height: 55px;
	clear: both;
}

.top_l01{
	margin-top:45px;
	font-size: 32px;
	font-weight: bold;
	color: #11559d;
}
.top_l02{
	font-size: 12px;
	margin-top:5px;
	line-height: 30px;
	color: #11559d;
	font-weight: bold;
	text-transform: uppercase;
}
.top_r{
	float: right;
}
.top_r_a{
	float: right;
	margin-top: 20px;
}
.top_r_a a{
	padding-left: 10px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.top_r_a a:hover{
	color:#11559d;
}
.top_r_b{
	margin-top:5px;
	float: right;
	border: 1px solid #11559d;
	padding: 2px 5px;
	box-sizing: border-box;
	border-radius: 20px;
}
.top_r_b input{
	padding: 2px 10px;
	border: 0;
	height:36px;
	line-height: 36px;
	outline: 0;
	float: left;
	background : transparent none repeat scroll 0% 0%;
}
.top_r_b  button{	outline: 0;	border: 0; border-left: 1px solid #dfdfdf;
	background : transparent none repeat scroll 0% 0%;
	margin-top: 6px;
	padding-right: 10px;
	float: left;
	cursor: pointer;
}
/*****************/
.nav ul li{
	float: left;
	width: 113px;	margin-right: 20px;	line-height: 55px;
	color:#fff;
	font-size: 16px;
	display: block;
	text-align: center;position: relative;
}

.nav a{
	line-height: 55px;
	color:#fff;
	font-size: 16px;
	display: block;
	text-align: center;

}
.nav a.on{
	background-color: #003a78;
}
.nav a:hover{
	background-color: #003a78;
}


/******************************/
/**************************/
.nav ul li a:hover{
	color:#fff;
}

.nav ul li:hover.dropdown a.dropbtn{
	color:#ffff00;
}
	.nav_l ul li{
		position:relative;}
	.dropdown-content {
    display: none;
    position: absolute;
    background-color: #11559d;
	z-index:99;
    width: 100%;
	line-height:30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #fff;
    padding: 8px 16px;
	line-height: 36px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #003a78}

.dropdown:hover .dropdown-content {
    display: block;
}

/**********************************************/
.banner_w {
	width: 100%;
	height: 587px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height:587px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -960px;
}
.banner .img {
	width: 25000px;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .img li {
	float: left;
	overflow: hidden;
}
.banner .num {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.banner .num li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.banner .num li.on {
	background-color: #ff0000;
}
.banner .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
}
.banner:hover .btn {
	display: block
}
.banner .btn_l {
	left: 15%;
}
.banner .btn_r {
	right: 15%;
}
/*********************************/
 .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-button-next,.swiper-button-prev{
	display: none;
}
.yd_banner img{
	width: 100%;
	height: 100%;
}
.yd_banner{
	display: none;
}
/**********************************/
.con_a_w{
	background-color: #f4f4f4;
	padding: 55px 0;
}
.con_a_l{
	float: left;
	width: 590px;
	height: 354px;
	position: relative;
	z-index: 1;
}
.sy_new_a_name{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	height: 50px;
	width: 100%;
	line-height:50px;
	background: rgba(0,0,0,0.6)
}
.sy_new_a_name a{
	color: #fff;
	padding: 0 20px;
	font-size: 15px;
	color: #dfdfdf;
}
.sy_new_a_name a:hover{
	color: #fff;
}
.con_a_l .sy_new_a_pic{
	width: 590px;
	height: 354px;
	overflow: hidden;
}

.con_a_l .sy_new_a_pic img{
	width: 590px;
	height: 354px;
	transition: all 0.6s ease;
}
.con_a_l:hover .sy_new_a_pic img{
	transform: scale(1.1);
}
.con_a_r{
	float: right;
	width: 590px;
	background-color: #fff;
}
/**************************************************/
.slideTxtBox{ width:100%; text-align:left;  }
		.slideTxtBox .hd{ height:40px; line-height:40px;  padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; 
margin-top: 15px;
}
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size: 18px; }
		.slideTxtBox .hd ul li.on{ height:40px; font-weight: bold; border-bottom:2px solid #11559d; color: #11559d; }
		.slideTxtBox .bd ul{ padding:20px 34px;  zoom:1;  }
		.slideTxtBox .bd li{ height:43px; line-height:43px; font-size: 16px; padding-left: 20px; background: url("../images/dian.jpg") left center no-repeat;}
		.slideTxtBox .bd li .date{ float:right; color:#999;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; display: none; }
		.slideTxtBox .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
/**************************************/
.con_b_w{
	background: url("../images/hx_a.jpg") center no-repeat #f4f4f4;
	height: 187px;
}
.con_b_a{
	display: none;
}
.con_c_w{
	background-color: #f4f4f4;
	padding: 60px 0 40px;
}
.con_c_l{
	float: left;
	width: 420px;
	background-color: #fff;
	margin-right: 30px;

}
.con_c_r{
	float: right;
	width: 300px;	
}
.sy_x_a{
	position: relative;
	z-index: 1;
	top:-2px;
	height: 1px;
	background-color: #f4f4f4;
	width: 100%;
}
.sy_bt_a{

	margin: 20px 20px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #11559d;
    color: #11559d;
	height: 40px;
	width: 102px;
	text-align: center;
	line-height: 40px;
	position: relative;z-index: 2;
}
.sy_xx_nr{
	padding: 20px;
}
.sy_xx_nr ul li {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
	 white-space: nowrap;
         /*2.溢出的部分隐藏起来*/
         overflow: hidden;
         /*3.文字溢出的时候用省略号来显示*/
         text-overflow: ellipsis;
    padding-left: 20px;
    background: url(../images/dian.jpg) left center no-repeat;
}
.sy_xx_nr ul li .date {
    float: right;
    color: #999;
}
.sy_xx_nr_a{
	width: 380px;
	height: 126px;
	overflow: hidden;
}
.sy_xx_nr_a img{
	width: 380px;
	height: 126px;
	transition: all 0.6s ease;
}
.sy_xx_nr_a:hover img{
	transform: scale(1.04);
}
.sy_xx_nr_b{
	margin-top: 12px;
	line-height: 24px;
	font-size: 14px;
}
.con_c_r ul li{
	background-color: #ffcc75;
	margin-bottom: 18px;
	height: 58px;
	line-height: 58px;
	transition: all 0.6s ease;
	
}
.con_c_r_name{
	margin: 0 auto;
	width: 120px;
}
.con_c_r a{
	display: block;padding-left: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.kja a{	
	background: url("../images/t01.png") left center no-repeat;	
}
.kjb a{	
	background: url("../images/t02.png") left center no-repeat;	
}
.kjc a{	
	background: url("../images/t03.png") left center no-repeat;	
}
.kjd a{	
	background: url("../images/t04.png") left center no-repeat;	
}
.kje a{	
	background: url("../images/t05.png") left center no-repeat;	
}
.con_c_r ul li.kja{
	background-color: #ffcc75;
}
.con_c_r ul li.kja:hover{
	background-color: #de9211;
}
.con_c_r ul li.kjb{
	background-color: #89aae8;
}
.con_c_r ul li.kjb:hover{
	background-color: #1b5bd2;
}
.con_c_r ul li.kjc{
	background-color: #86d676;
}
.con_c_r ul li.kjc:hover{
	background-color: #35c818;
}
.con_c_r ul li.kjd{
	background-color: #a573cc;
}
.con_c_r ul li.kjd:hover{
	background-color: #7c29bd;
}
.con_c_r ul li.kje{
	background-color: #00a9f8;
}
.con_c_r ul li.kje:hover{
	background-color: #0692d4;
}
/********************/
.foot_w{
	background-color: #11559d;
	padding: 20px 0;
	color: #f1f1f1;
	font-size: 15px;
}
.foot_w a{
	color: #f1f1f1;
}
.foot_w a:hover{
	color: #fff;
}
/**********************************************/
.ny_a_w{
	background-color: #fff;
	padding: 60px 0
}
.ny_a_l{
	float:left;
	width:260px;}
.ny_a_l_bt{
	background-color:#1f407e;
	padding-bottom:5px;}
.ny_a_l_bt01{
	padding:30px 20px 10px;
}
.ny_a_l_bt01a{
	font-size:30px;
	float:left;
	margin-right:5px;
	color:#fff;}
.ny_a_l_bt01b{
	float:left;
	color:#fff;
	padding-top:10px;
	font-size:14px;
}
.ny_a_l_bt02{
	width:80px;
	height:2px;
	margin-bottom:20px;
	margin-left:20px;
	background:#fff;}
.ny_a_l_nr{
	border:1px solid #dfdfdf;}
.ny_a_l_nr ul{
	padding:20px;
	box-sizing:border-box;
}
.ny_a_l_nr ul li{
	background: url(../images/ny_d.png) 190px center no-repeat #202020;
	box-sizing:border-box;
	margin-bottom:10px;
	height:40px;
	line-height:40px;
	padding-right:30px;}
.ny_a_l_nr ul li a{
	color:#fff;
	padding-left:25px;
	font-size:14px;}
.ny_a_l_nr ul li.on,.ny_a_l_nr ul li:hover{
	background: url(../images/ny_d.png) 190px center no-repeat #1f407e;
}
.ny_a_l_contact{
	margin-top:25px;
	background-color:#f2f2f2;}
.ny_a_l_contact_jj{
	box-sizing:border-box;
	padding:20px;
	font-size:16px;
	line-height:30px;}
.ny_a_r{
	float:right;
	width:900px;
	position:relative;
}
.ny_a_r01{
	border-bottom:1px solid #1f407e;
	position:relative;
	background:url(../images/ny_ad.jpg) left 2px no-repeat;
	padding-left:30px;
	z-index:2;
	padding-bottom:15px;
	width:250px;
	font-size:14px;
	color:#666;
}
.ny_a_r02{
	height:1px;
	width:100%;
	z-index:1;
	position:relative;
	top:-1px;
	background-color:#dddddd;}
.ny_a_r03{
	margin-top:20px;
	font-size:14px;
	line-height:28px;}
.ny_a_r03 img{max-width:70%;}
/***********************************************/
.news_aa li{
	/*clear:both;
	overflow:hidden;*/
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #dfdfdf;
	/********/
	float: left;
	width: 48%;margin-right:4%;
}
.news_aa li:nth-child(2n){
	margin-right:0%;
}
.news_aa li .newsa_a_l{
	float:left;
	width:35%;
}
.news_aa li .newsa_a_l a{
	display:block;
	width:100%;

	overflow:hidden;}
.news_aa li .newsa_a_l a img{
	width:100%;

	max-width: 100%;
	transition:all 0.6s ease;
}
.news_aa li .newsa_a_l a:hover img{
	width:185px;
	height:123px;
	transform:scale(1.1);
}
.newsa_a_r{
	float:right;
	width: 63%;
}
.newsa_a_r_name{
	font-size:16px;
	font-weight:bold;}
.newsa_a_r_time{
	font-size:12px;}
.newsa_a_r_jj{
	line-height:22px;
	color:#666;}
/*****************************************/
.news_bb li{
	height: 43px;
    line-height: 43px;
    font-size: 16px;
    padding-left: 20px;
	background:url(../images/dian.jpg) 5px center no-repeat;
	border-bottom:1px dotted #dfdfdf;}
.news_bb li span{
	float:right;color: #999;}
.news_bb li{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/************************************/
.ny_a_r04_bt{
	text-align:center;
	margin-top:25px;
	font-size:18px;
	line-height:24px;}
.ny_a_r04_time{
	border:1px dotted #dfdfdf;
	margin-top:25px;
	border-left:0;
	line-height:36px;
	text-align:center;
	font-size:14px;
	border-right:0;}
/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 1200px;
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color:#154993;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #154993;
	color: #fff;
}
/****************/
.prosy_nra ul li{
	float: left;
	width: 32%;
	margin-bottom: 15px;
	margin-right: 2%;
}
.prosy_nra ul li:nth-child(3n){
	margin-right: 0;
}
.prosy_nra ul li img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.pro_name{
	text-align: center;
	line-height: 40px;
}

/*********************/
.newshow_bt{
	font-size:18px;
	text-align: center;
	line-height: 40px;
}
.newshow_time{
	text-align: center;
	border-bottom: 1px dashed #dfdfdf;
	border-top: 1px dashed #dfdfdf;
}
