.top{ width: 100%; height: 60px; background: #f5f5f5; }
.top_p{
	width: 350px;
	height: 60px;
	line-height: 60px;
}
.top_fr{
	width: 418px;
}
.top_fr .navbar-form{
	width: 300px;
}
.top_fr .navbar-form  .form-control{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin-top: 11px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary {
	margin-top: 10px;
	height: 34px;
    width: 89px;
    border: none;
    color: #fff;
    background: #aa0013;
	
}
/* 下拉按钮样式 */
.dropbtn {
	background:none;
	color:#000;
	padding:16px;
	font-size:16px;
	border:none;
	cursor:pointer;
	border-radius:3px;
}
.dropbtn::after {
	content:" ";
	width:0;
	height:0;
	display:inline-block;
	border:6px solid  #000;
	margin-left:3px;
	vertical-align:middle;
	border-top-width:12px;
	border-bottom-width:0;
	border-left-color:transparent;
	border-right-color:transparent;
}

.dropdown {
	position:relative;
	display:inline-block;
}
/* 下拉内容 (默认隐藏) */
.dropdown-content {
	display:none;
	position:absolute;
	background-color:#f9f9f9;
	min-width:160px;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}
/* 下拉菜单的链接 */
.dropdown-content a {
	color:black;
	padding:12px 16px;
	text-decoration:none;
	display:block;
}
/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {
	background-color:#f1f1f1;
	box-shadow:0 0 2px #eee;
}
/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
	display:block;
}
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
	color: #1D4192;
}

/*section1*/
.section1{
	background: url(../img/bg.jpg) no-repeat center;
	height: 496px;
	overflow: hidden;
}

.section1 .logo{
	margin-top: 22px;
}

.section1_box{
	margin-top: 20px;
}

.section1_nav{
	
	width: 197px;
}
.section1_nav li{
	height: 51px;
	border-bottom: 1px solid #fff;
	background: #2f71aa;
}
.section1_nav li a{
	height: 50px;

	line-height: 50px;
	display: block;
	font-size: 20px;
	color: #fff;
	
	}
.section1_nav li a img{
	display: block;
    float: left;
    text-align: center;
margin-top: 10px;
margin-left: 29px;
margin-right: 20px;
}
.section1_nav li:hover{
	background: #ab1c23;
}


.focusBox {
	position: relative;
	width: 563px;
	height: 371px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 563px;
	height: 356px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
    bottom: 17px;
    z-index: 1;
    height: 48px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.6;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 34px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #ae040a;
}
/*section1_wz*/
.section1_wz{
	padding: 10px;
	width: 440px;
	background: #fff;
}

.title{
	height: 40px;
	background: url(../img/t.png) no-repeat bottom;
	margin-bottom: 10px;
}
.title h4{
	font-size: 20px;
	float: left;
	font-weight: bold;
}
.title a{
display: block;
float: right;
}

.section1_wz ul{
	padding-top: 10px;
}
.section1_wz ul li{
	height: 40px;
	background: url(../img/t1.png) no-repeat left ;
	line-height: 40px;
	border-bottom: 1px dashed #bbbbbb;
}
.section1_wz ul li a{
	display: block;
	font-size: 15px;
	padding-left: 30px;
	line-height: 40px;
	    height: 40px;
    overflow: hidden;
}
.section1_wz ul li a:hover{
	color: #AA0013;
}
.gg{
	height: 120px;
}
.section2{
	height: 323px;
	overflow: hidden;
	margin-top: 10px;
}
.slideTxtBox{ width:750px; overflow: hidden;}
		.slideTxtBox .hd{ height:50px; line-height:50px; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   font-size: 24px; }
		.slideTxtBox .hd ul li{ float:left; padding:0 25px; cursor:pointer;  }
		.slideTxtBox .hd ul li.on{ height:51px;  background:#fff; border:1px solid #ddd; border-top:2px solid #ddd; border-bottom:2px solid #fff;  color: #2f71aa;}
		.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
		.slideTxtBox .bd li{ height:40px; line-height:40px;  border-bottom: 1px dashed #bbbbbb;background: url(../img/t1.png) no-repeat left ; }
		.slideTxtBox .bd li a{ height:40px; line-height:40px; color: #000000; float: left; font-size: 16px;width: 80%; padding-left: 30px; overflow: hidden;}
		.slideTxtBox .bd li .date{ float:right; color:#999; font-size: 16px; }

	.slideTxtBox .bd li a:hover{
		color: #AA0013;
	}

.section2_fr{
	padding: 10px;
	width: 440px;
	background: #fff;
}
.picMarquee-left{ width:440px;  overflow:hidden; position:relative;    }
		
		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:177px; height:236px; display:block; padding:2px;  }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
/*title2*/
.section3_fl{
	width: 591px;
}
.title2{

	background: url(../img/t2.png) no-repeat bottom;
}

.section3_img{
		width: 278px;
	height: 199px;
	display: block;
	overflow: hidden;
}

.section3_img img{
	width: 100%;
	display: block;
	height: 100%;
transition: all 0.5s;
}
.section3_img:hover img{
	transform: scale(1.1);	
}
.section3_txt{
	width: 309px;
}
.section3_txt h3{
	font-size: 20px;
	color: #000000;
}
.section3_txt p{
	font-size: 14px;
	height: 120px;
	display: block;
	line-height:30px;
	overflow: hidden;
}
.section3_txt a{
	margin-top: 20px;
	width: 120px;
	height: 40px;
	font-size: 16px;
	color: #000000;
	display: block;
}

.section3_fr{
	width: 588px;
}


.picMarquee-left2{ width:588px;  overflow:hidden; position:relative;}
	
		
.picMarquee-left2 .bd{ padding:10px;   }
.picMarquee-left2 .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left2 .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width:258px; }
.picMarquee-left2 .bd ul li .pic{ text-align:center; }
.picMarquee-left2 .bd ul li .pic img{ width:258px; height:165px; display:block; padding:2px; }
.picMarquee-left2 .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left2 .bd ul li .title3{ line-height:24px;  font-size: 16px; }
/*foot*/
.foot{
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #1D4192;
}
.foot p{
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

/*about*/
.other_box{
	  position: relative;
	  width: 100%;
	   top: -345px;
}
.section11{
	    background: url(../img/bg.jpg) no-repeat center;
  height: 496px;
    overflow: hidden;
}
.about_box{
	margin-top: 40px;
	width: 1200px;
	padding-top: 30px;
	overflow: hidden;
	    margin: 0 auto;
	  margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 2px 5px #dadada;
	padding-bottom: 30px;
	   
}

.p12-curmbs-1 {
	margin-left: 30px;
	font-size: 14px;
	margin-right: 30px;
	
	border-bottom: 1px dashed #dcdcdc;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #0081cd;
	font-weight: normal;
	padding-left: 8px;
}

.plc {
	width: 1200px;
	margin: 0 auto 20px;
}

.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}


.other_left {
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-top: 27px;
}
.other_left_nav {
	height: 65px;
	line-height: 65px;
	background: #1d4192;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.left_nav_on a{
color: #305DC3 !important;	
	}
.left_nav_con {
	border-bottom: 5px #305dc3 solid;
}
.left_nav_con ul li {
	height: 45px;
	background: #f5f5f5;
	line-height: 45px;
	text-align: center;
	margin-bottom: 3px;
}
.left_nav_con ul li a {
	padding-right: 25px;
	font-size: 15px;
	color: #666;
}
.left_nav_con ul li a:hover {
	color: #305DC3;
}
.other_right {
	width: 802px;
	float: right;
	margin-top: 22px;
	margin-right: 30px;
}
.about_cont {
	margin-top: 10px;
}
.about_cont p {
	line-height: 24px;
	font-size: 13px;
}
.about_cont h4{
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #1d4192;
border-bottom: 1px solid #e2e2e2;
}

.left_pro ul {
	
	background: #f5f5f5;
	padding-left: 7px;
}
.left_pro ul li {
	
	height: 40px;	
	margin-left: 6px;
}
.left_pro ul li p{
	height: 40px;	
	display: block;
	line-height: 40px;
	text-align: left;
	font-size: 14px;
}
.left_pro ul li a img {
	width: 140px;
	height: 110px;
}
.left_pro ul li a:hover {
	color: #305DC3;
}
.left_pro ul li a img:hover {
	opacity: 0.7;
}
.about_nr{
	padding-top: 20px;
}
.pro_box ,.pro_box2{
	margin-top: 30px;
	overflow: hidden;
}
.pro_box ul li{
	float: left;
	width: 241px;
	height: 215px;
	margin-right: 10px;
	}
.pro_box ul li .pro_img{
	text-align: center;
	width: 241px;
	height: 168px;
	display: block;
	overflow: hidden;
}
.pro_box ul li .pro_img img{
		width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_box ul li .pro_img:hover img{
	transform: scale(1.1);
}
.pro_box ul li .pro_txt{
	text-align: center;
	font-size: 16px;
	display: block;
	height: 40px;
	line-height: 40px;
}

.pro_box ul li{
	float: left;
	width: 241px;
	height: 215px;
	margin-right: 10px;
	}
.pro_box ul li .pro_img{
	text-align: center;
	width: 241px;
	height: 168px;
	display: block;
	overflow: hidden;
}
.pro_box ul li .pro_img img{
		width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_box ul li .pro_img:hover img{
	transform: scale(1.1);
}
.pro_box ul li .pro_txt{
	text-align: center;
	font-size: 16px;
	display: block;
	height: 40px;
	line-height: 40px;
}

/**/
.pro_box2 ul li{
	float: left;
	width: 241px;
	height: 215px;
	margin-right: 10px;
	}
.pro_box2 ul li .pro_img{
	text-align: center;
	width: 241px;
	height: 168px;
	display: block;
	overflow: hidden;
}
.pro_box2 ul li .pro_img img{
		width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_box2 ul li .pro_img:hover img{
	transform: scale(1.1);
}
.pro_box2 ul li .pro_txt{
	text-align: center;
	font-size: 16px;
	display: block;
	height: 40px;
	line-height: 40px;
}

.pro_box2 ul li{
	float: left;
	width: 241px;
	height: 310px;
	margin-right: 10px;
	}
.pro_box2 ul li .pro_img{
	text-align: center;
	width: 241px;
	height: 266px;
	display: block;
	overflow: hidden;
}
.pro_box2 ul li .pro_img img{
		width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_box2 ul li .pro_img:hover img{
	transform: scale(1.1);
}
.pro_box2 ul li .pro_txt{
	text-align: center;
	font-size: 16px;
	display: block;
	height: 40px;
	line-height: 40px;
}

/*新闻中心*/
.news_box{
	margin-top: 20px;
}
.news_box  ul{ padding:15px;  zoom:1;  }
.news_box  li{ height:40px; line-height:40px;  border-bottom: 1px dashed #bbbbbb;background: url(../img/t1.png) no-repeat left ; }
.news_box  li a{ height:40px; line-height:40px; color: #000000; float: left; font-size: 16px;width: 79%; padding-left: 30px; overflow: hidden;}
.news_box  li .date{ float:right; color:#999; font-size: 16px; }
/*新闻详情页*/
.newsinfor .sub-tit {
    font-size: 29px;
    line-height: 73px;
    color: #222;
    margin-bottom: 2px;
    text-align: center;
}
.newsinfor .math{
	height: 22px;
	text-align: center !important;
}
.newsinfor .math .time{
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	font-family: "Arial";
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e5e5e5;
}
.newsinfor .math .tit{
	font-size: 16px;
    color: #1e409f;
    line-height: 22px;
}
.newsinfor_cont{
	    width: 100%;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 20px;
    }
.bot{
	/*width: 1200px;*/
	margin: 0 auto;
	padding-top: 20px;

}
.bot .box{
	width: 440px;
	float: left;
}
.bot .box p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.bot .box p a{
	color: #999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.bot .box p a:hover{
	color: #666;
}
.bot .btns {
   width: 219px;
    height: 46px;
    line-height: 46px;
   text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #1e409f;
    display: block;
    float: right;
   
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.other_news{
	overflow: hidden;
	margin-top: 120px;
	width: 100%;
    background-color: #f4f4f4;

}
/*联系我们*/

.bt22{
	margin-top: 30px;
margin-bottom: 20px;

}
.bt22 p{
	font-size: 20px;
	color: #1d4192;
}