@charset "utf-8";
/* CSS Document */

.pagination{display:none}

body,td,th {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #3F6FA9;
}
a:active {
	text-decoration: none;
	color: #666;
}
image { border: 0px;}
.clear { clear: both;}

.top {
	width: 1300px;
	height: 87px;
	padding-top: 24px;
	margin-left: auto;
	margin-right: auto;
}
.top_logo {
	float: left;
	width: 143px;
	height: 61px;
}
.menu {
	float: right;
	width: 730px;
	height: 65px;
	padding-top:8px;
	display: flex;
}
.menu>li {
	
	flex: 1;
	float: right;
	text-align: center;
	height: 60px;
	font-size: 19px;
	color:  #555;
	font-weight: 550;
	justify-content: space-between;
	position:relative;
	list-style:none;
 

}
.menu>li:hover {
	color: #3F6FA9; 
}



.menu>li:after{
	width: 100px;
	cursor:pointer;
	position: absolute;
	content: "";
	left: 50%; 
	width:0px;
	height:3px;
	bottom:10px;
	
	z-index: -1;
	background: #3F6FA9;
	transition: 0.3s linear;
	
}
.menu>li:hover:after{
	left: 0px; 
	bottom:0px;
	width:100%;
}


.menu>li.act:after{
	width: 100px;
	cursor:pointer;
	position: absolute;
	content: "";
	left: 0px; 
	bottom:0px;
	width:100%;
	height:3px; 
	z-index: -1;
	background: #3F6FA9;
	transition: 0.3s linear;


}



.menu>li>ul{
	position:absolute;
	padding-left:0px;
	list-style:none;
	top:30px;
	background-color:rgba(230,230,230,0.8);
	width:200px;
	left:-40px;
	padding-top:15px;
	color:  #555;
	visibility:hidden;
 
	transition: 0.3s linear;
	opacity: 0;
	z-index:40
	 
}

.menu>li>ul>li>ul{
	position:absolute;
	 overflow:hidden;
	list-style:none;
	top:5px;
	background-color:rgba(230,230,230,0.8);
	width:0px;
	 
	padding-left:0px;
	color:  #555;
	visibility:hidden;
	left:200px;
	transition: 0.3s linear;
	 
	z-index:-1
	 
}
.menu>li>ul>li>ul>a>li{
	width:280px;
	padding-left:15px;
	border-bottom:1px sllid #aaaaaa;
	text-align:left;
	font-weight:normal
}
.menu>li>ul>li:hover>ul{
	visibility:visible;
	width:280px;
}



.menu>li>ul>li>ul li:hover{
	color:#ffffff; 
	background-color:#3F6FA9;
}

.menu>li>ul>li>ul>a:hover{
	color:#ffffff;  
}

.menu>li:hover>ul{
	visibility:visible;
	
	width:200px;
	left:-40px;
	top:60px;
	opacity: 1;

}
.menu>li>ul>li{
	 height:45px;
	  line-height:45px;

}




.menu>li>ul>li:hover{
	 height:45px;
	 color:#ffffff;
 
	background-color:#3F6FA9;
}
.menu>li>ul>li>a:hover{
 
	 color:#ffffff;
  
}
.menu>li>ul>li:hover>a{
 
	 color:#ffffff;
  
}





.search {
	float: right;
	width: 22px;
	height: 20px;
	padding-top: 26px;
	margin-left: 30px;
}
.en {
	float: right;
	width: 60px;
	font-size: 22px;
	padding-top: 22px;
	margin-left: 30px;
}
.banner {
	width: 100%;
	min-width: 1300px;
	min-height:437px;
	margin-left: auto;
	margin-right: auto;
}
.product {
	width: 1300px;
	height: 560px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
.product_top {
	width: 1300px;
	height: 35px;
}
.product_nameA {
	float: left;
	width: 200px;
	height: 35px;
	font-size: 27px;
	color: #333333;
	font-weight: 550;
}
.product_more {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
.product_content {
	width: 1300px;
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_A {
	width: 400px;
	height:480px;
}
.product_bg1 {
	width: 400px;
	height: 360px;
	background-color: #E0E9F0;
	border-radius: 7px;
	padding-top: 40px;
}
.product_A:hover .product_bg1{
	background-color: #3F6FA9;
}


.product_bg2 {
	width: 400px;
	height: 360px;
	background-color: #3F6FA9;
	border-radius: 7px;
	padding-top: 40px;
}
.product_nameB {
	width: 342px;
	height: 30px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.product_text1 {
	width: 342px;
	height: 80px;
	font-family: 18px;
	color: #666666;
	line-height: 28px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}


.product_A:hover .product_nameB{
	color: #fff;


}
.product_A:hover a{
		color: #fff;

}

.product_A:hover .product_text1{ 
	color: #CDDAED; 
}


.product_nameC {
	width: 342px;
	height: 30px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.product_text2 {
	width: 342px;
	height: 80px;
	font-family: 18px;
	color: #CDDAED;
	line-height: 28px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.product_pp {
	width: 342px;
	height: 260px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.product_pic {
	float: left;
	width: 250px;
	height: 250px;
	box-shadow: 2px 5px 6px  #CCCCCC;
}

.product__jt {
	float: right;
	width: 38px;
	height:37px;
	margin-top: 105px;
	background-image:url(/images/1.png);
	cursor:pointer;
}

.product_A:hover .product__jt{ 
		background-image:url(/images/2.png);
}


.intro_bg {
	width: 100%;
	min-width: 1300px;
	height: 692px;
	background-image: url(images/sh_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color:#184878
}
.intro {
	width: 1300px;
	height: 615px;
	padding-top: 77px;
	margin-left: auto;
	margin-right: auto;
}
.intro_content {
	float: left;
	width: 600px;
}
.intro_title {
	width: 510px;
	height: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}
.intro_text {
	width: 510px;
	height: 140px;
	font-size: 16px;
	color: #A5BDDF;
	line-height: 30px;
	border-bottom: solid 1px #406085;
	margin-top: 45px;
}
.intro_sj {
	width: 600px;
	height: 180px;
	margin-top: 65px;
}
.intro_one {
	float: left;
 
}
.introA_pic {
	width: 70px;
	height: 50px;
	text-align: center;
}
.introB_pic {
	width: 55px;
	height: 50px;
	text-align: center;
}
.introC_pic {
	width: 110px;
	height: 50px;
	text-align: center;
}
.introA_sz {
	 
	height: 65px;
	margin-top: 20px;
}
.introA_nu {
	float: left;
	width: 70px;
	font-family: Impact;
	font-size: 50px;
	color: #FFF;
}
.introB_nu {
	float: left;
	width: 55px;
	font-family: Impact;
	font-size: 40px;
	color: #FFF;
}
.introC_nu {
	float: left;
	width: 120px;
	font-family: Impact;
	font-size: 50px;
	color: #FFF;
}
.introA_dw {
	float: left;
	width: 50px;
	font-size: 16px;
	color: #A5BDDF;
	padding-top: 35px;
	margin-left: 10px;
}
.introA_name {
	width: 100px;
	height: 24px;
	font-size: 16px;
	color: #A5BDDF;

}
.introA_more {
	width: 55px;
	height: 25px;
	margin-top: 40px;
}
.news {
	width: 1300px;
	height: 560px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.news_top {
	width: 1300px;
	height: 35px;
}
.news_name {
	float: left;
	width: 120px;
	height: 35px;
	font-size: 27px;
	color: #333333;
	font-weight: 550;
	margin-right: 30px;
}
.news_menu {
	float: left;
 
	padding-top: 10px;
}
.news_menu a {
	float: left;
	min-width: 70px;
	height: 23px;
	font-size: 16px;
	color: #666666;
	margin-right: 30px;
}
.news_menu a:hover {
	 
	color: #3F6FA9;
}
.news_content {
	width: 1300px;
	height: 480px;
	margin-top: 38px;
	overflow: hidden;
}
.ly {
	float: left;
	width: 483px;
	height: 480px;
	background-color: #3F6FA9;
	border-radius: 8px;
}
.ly_pic {
	width: 483px;
	height: 320px;
}
.ly_top {
	width: 430px;
	height: 30px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.ly_name {
	float: left;
	width: 350px;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}
.ly_more {
	float: right;
	width: 39px;
	height: 17px;
}
.ly_text {
	width: 430px;
	height: 50px;
	font-size: 16px;
	color: #A5BDDF;
	line-height: 28px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}
.dt {
	float: right;
	width: 782px;
}
.dt_one {
	width: 782px;
	height: 225px;
	background-color: #E0E9F0;
	border-radius: 8px;
	margin-bottom: 30px;
}
.dt_pic {
	float: left;
	width: 310px;
	height: 225px;
}
.dt_content {
	float: left;
	width: 410px;
	padding-top: 20px;
	margin-left: 30px;
}
.dt_title {
	width: 410px;
	height: 50px;
	font-size: 21px;
	color: #333333;
	font-weight: bold;
}
.dt_text {
	width: 410px;
	height: 80px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
}
.dt_bottom {
	width: 410px;
	height: 23px;
	margin-top: 20px;
}
.dt_time {
	float: left;
	width: 100px;
	height: 23px;
	font-size: 16px;
	color: #AAAAAA;
}
.dt_more {
	float: right;
	width: 39px;
	height: 17px;
}
.bottom {
	width: 100%;
	min-width: 1300px;
	height: 400px;
	background-image: url(images/sh_p8.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.bottom_content {
	width: 1300px;
	padding-top: 63px;
	margin-left: auto;
	margin-right: auto;
}
.bottom_title {
	width: 1300px;
	height: 45px;
	text-align: center;
	font-size: 34px;
	color: #999999;
}
.bottom_link {
	width: 1300px;
	height: 160px;
	margin-top: 70px;
}
.bottom_one {
	float: left;
	width: 100px;
	margin-left: 170px;
}
.bottom_pic {
	width: 100px;
	height: 100px;
	text-align: center;
}
.bottom_name {
	width: 100px;
	height: 30px;
	font-size: 22px;
	color: #545454;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.copyright {
	width: 100%;
	min-width: 1300px;
	height: 400px;
	background-color: #0F4E8C;
	margin-left: auto;
	margin-right: auto;
}
.copyright_content {
	width: 1300px;
	height: 244px;
	padding-top: 76px;
	margin-left: auto;
	margin-right: auto;
}
.copyright_left {
	float: left;
	width: 390px;
 
}
.copyright_logo {
	width: 143px;
	height: 60px;
	margin-bottom: 20px;
}
.copyright_ad {
	width: 390px;
	height: 70px;
	margin-bottom: 15px;
}
.ad_tb {
	float: left;
	width: 21px;
	height: 21px;
	margin-left: 10px;
}
.ad_text {
	float: left;
	width: 330px;
	font-size: 14px;
	color: #A5BDDF;
	margin-left: 10px;
	margin-right:10px;
}
.copyright_link {
	float: left;
	width: 880px;
    margin-left: 20px;
}
.copyright_menu {
	width: 920px;
	height: 28px;
	margin-bottom: 20px;
}
.copyright_menu a {
	float: left;
	display:block;
	min-width: 140px;
	font-size: 20px;
	color: #FFFFFF;
	margin-right: 20px;
}
.copyright_zlm {
	width: 920px;
	margin-top: 25px;
}
.zlm_one {
	float: left;
 
	width:140px;
	margin-right: 20px;
}
.zlm_one a {
	float: left;

	min-width: 120px;
	height: 23px;
	font-size: 16px;
	color: #A5BDDF;
	margin-bottom: 15px;
}
.copyright_ma {
	float: right;
	width: 80px;
}
.ma_pic {
	width: 80px;
	height: 81px;
}
.ma_text {
	width: 80px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	margin-top: 15px;
}
.copyright_bq {
	width: 100%;
	min-width: 1300px;
	height: 55px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	border-top: solid 1px #4777B1;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.ny_banner1 {
	width: 100%;
	min-width: 1300px;
	height: 370px;
	background-image: url(images/banner3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.ny_banner2 {
	width: 100%;
	min-width: 1300px;
	height: 370px;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.ny_banner3 {
	width: 100%;
	min-width: 1300px;
	height: 370px;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.ny_banner4 {
	width: 100%;
	min-width: 1300px;
	height: 370px;
	background-image: url(images/banner4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.ny_banner5 {
	width: 100%;
	min-width: 1300px;
	height: 370px;
	background-image: url(images/banner5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.ny_lm {
	width: 1300px;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.ny_title {
	width: 300px;
	font-size: 25px;
	color: #FFF;
}
.ny_kh {
	 
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	margin-top: 25px;
}
.ny_top {
	width: 1300px;
	height: 55px;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.ny_tb {
	float: left;
	width: 19px;
	height: 19px;
	padding-top: 13px;
	margin-right: 20px;
}
.ny_content {
	width: 1300px;
	min-height: 500px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.cp_bg {
	width: 1300px;
	height: 350px;
	background-color: #E0E9F0;
	border-radius: 8px;
	margin-bottom: 50px;
}
.cp_pic {
	float: left;
	width: 350px;
	height: 350px;
	margin-right: 60px;
}
.cp_js {
	float: left;
	width: 850px;
}
.cp_name {
	width: 830px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #A8C0DF;
	margin-top: 40px;
}
.cp_text {
	width: 830px;
	height: 190px;
	font-size: 18px;
	color: #666666;
	line-height: 38px;
	margin-top: 20px;
}
.cp_more {
	width: 830px;
	height: 17px;
	text-align: right;
}
.khfw_bg {
	width: 100%;
	min-width: 1300px;
	min-height: 800px;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.khfw_content {
	width: 1300px;
	min-height: 500px;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
.dt1_pic {
	float: left;
	width: 530px;
	height: 350px;
	margin-right: 40px;
}
.dt_js {
	float: left;
	width: 700px;
}
.dt1_name {
	width: 700px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #A8C0DF;
	margin-top: 40px;
}
.dt1_text {
	width: 700px;
	height: 190px;
	font-size: 18px;
	color: #666666;
	line-height: 38px;
	margin-top: 20px;
}
.yycj_bg {
	width: 100%;
	min-height: 800px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.yycj_content {
	width: 1300px;
	min-height: 500px;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
}