﻿/*修改默认样式*/
html,body,ul,li,p,h3,h4,input{
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}
h1,h3,h4{
	font-weight: normal;
}
em{
	font-style: normal;
}
img{
	border:0;
}
body{
	font-size:16px;
	font-family: 'Microsoft YaHei';
	color: #333;
}
a{
	color: inherit;
	text-decoration: none;
}
.m1_lis a:hover{
	color:#e55f6a;
}
.main2_ul a:hover{
	color:#e55f6a;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
body{

	background:#fff;
	background-size: cover;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/*color: #191c16;*/
	/*font-family: "PingFang SC","Microsoft YaHei";*/
}
.ma{
	width:1200px;
	margin:0 auto;
}

#header{
	background: url(tbg1.png) no-repeat center top;
	height:233px;
}

.header_icon{
	margin-top:80px;
	margin-left: 20px;
}
#nav{
	background: url(j7.png);
}
.nav{
	color:#fff;	
}
.nav_li{
	width: 158px;
	text-align: center;
	font-size: 20px;
	/*border-radius: 3px;*/
	margin-left: 50px;
	position: relative;
}
.nav_li:first-child{
	margin-left:0;
}
.nav_li:hover{
	background: #ff8400;
}

.nav_hide{
	position: absolute;
	top:50px;
	background:#ff8400;
	z-index: 100;
	display: none;
	text-align: left;
}
.nav_hide a{
	display: inline-block;
	font-size: 14px;
	line-height: 45px;
	padding:0 15px;
	box-sizing: border-box;
	border-top:1px solid #d06e06;
}
.nav_hide a:hover{
	background: #d06e06;
}
.nav_li:hover .nav_hide{
	display: block;
}
.nav_li a{
	display:inline-block;
	width:100%;
}
.nav_cen *{
	vertical-align:middle;
}
.nav_li i{
	display:inline-block;
	height: 50px;
	margin-right: 10px;
}
.icon1{
	width:22px;
	background:url(x31.png) no-repeat center;
}
.icon2{
	width: 22px;
	background:url(x32.png) no-repeat center;
}
.icon3{
	width:33px;
	background:url(x33.png) no-repeat center;
}
.icon4{
	width:30px;
	background:url(x34.png) no-repeat center;
}
.icon5{
	width: 31px;
	background:url(x35.png) no-repeat center;
}
.icon6{
	width: 27px;
	background:url(x36.png) no-repeat center;
}



#main{
	background:#fff;
}
.main1{
	background:url(tbg2.png);
	height:198px;
	overflow: hidden;
	padding-top:19px;
}
.m1_o{
	height: 55px;
	margin-bottom:20px;
}
.m1_oul{
	width:1040px;
	margin-top: 5px;
}
.m1_lis{
	color:#1f1f1f;
	line-height: 38px;
	font-size: 18px;
}
.m1_lis a{
	display: inline-block;
	width: 100%;
}
.m1_lis i{
	display: inline-block;
	width:4px;
	height: 6px;
	background:url(Shape2.png);
	margin-right: 12px;
}
.m1_lis *{
	vertical-align:middle;
}
.m1_scl{
	color:#7b7b7b;
	line-height: 40px;
}
.m1_lis1{
	width:520px;
}
.m1_lis2{
	width:490px;
}

.m1_tul{
	font-family: 'Microsoft YaHei';
	color:#434343;
	line-height: 26px;
	width: 800px;
	margin-top: 15px;
}

.m1_tlis{
	text-align: center;
	margin-left: 50px;
	vertical-align: bottom;
}
.m1_tlis:first-child{
	margin-left: 0px;	
}
.m1_timg{
	display: inline-block;
	width:60px;
	height: 60px;
}
.m1_timg1{
	background:url(t105.png) no-repeat center;
}
.m1_timg2{
	background:url(t107.png) no-repeat center;
}
.m1_timg3{
	background:url(z292.png) no-repeat center;
}
.m1_timg4{
	background:url(t115.png) no-repeat center;
}
.m1_timg5{
	background:url(t116.png) no-repeat center;
}
.m1_timg6{
	background:url(t117.png) no-repeat center;
}
.m1_timg7{
	background:url(t108.png) no-repeat center;
}

.main2_l{
	width:800px;
	margin-top: 20px;
}
.main2_ll{
	width:390px;
	height:290px;
	position: relative;
	overflow: hidden;
}
.main2_ll_title{
	line-height: 50px;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height: 50px;
	color:#fff;
}

.main2_ll_cf{
  width:100%;
  background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}
.main2_ll_cf a{
	display:inline;
	font-size: 20px;
	font-family: 'Microsoft YaHei';
  	color: #FFFFFF;
  	padding-left:15px;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .main2_ll_cf{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .main2_ll_cf a{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}
/*.slideBox{ width:450px; height:230px; overflow:hidden; position:relative; border:1px solid #ddd;  }*/
.slideBox .hd{ 
	overflow:hidden; 
	position:absolute; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1;  
}
.slideBox .hd ul li{ 
	cursor:pointer;
	display: none; 
}
.slideBox .hd ul li.on{ 
	display: block;
}

.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	/*width:450px; 
	height:230px;*/ 
	display:block;  
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ 
	position:absolute; 
	left:3%; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:32px; 
	height:40px; 
	background:url(slider-arrow.png) -110px 5px no-repeat; 
	filter:alpha(opacity=50);
	opacity:0.5;
	display: none;   
}
.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;  
}


.main2_ltr{
	width:390px;
	overflow: hidden;
	height: 290px;
}
.main2_title{
	font-size: 18px;
}
.main2_span{
	display: inline-block;
	width: 94px;
	height:45px;
	color:#fff;
	text-align: center;
	line-height: 35px;
	background:url(y7.png) no-repeat;
}
.main_gs{
	display: inline-block;
	font-size: 14px;
	color:#fff;
	width:42px;
	height:20px;
	line-height: 20px;
	text-align: center;
	margin-top: 7px;
	background:url(y2.png) no-repeat;
}
.main2_ul{
	line-height: 40px;
	color:#404040;
	height: 235px;
	margin-top: 12px;
}
.main2_li span{
	color:#7b7b7b;
}

.main2_lto{
	width:380px;
}
.main2_ltoti{
	margin-top: 15px;
	padding:15px 0;
	border-bottom: 2px solid #ccc;
}
.main2_licon{
	display:inline-block;
	width:34px;
	height: 33px;
	margin-right:10px;
	background:url(x27.png) no-repeat center; 
}
.main2_ltoti *{
	vertical-align:middle;
}
.main2_mat img{
	margin:20px 0 10px;
}
.main2_mat h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	color:#000;
	margin:5px 0px 10px;
}
.main2_mat p{
	font-size: 16px;
	line-height: 28px;
	color:#333;
	height: 56px;
	overflow: hidden;
}
.main2_licon1{
	background:url(x29.png) no-repeat center;
	height: 33px;
	width: 33px; 
}

.main2_r{
	width:380px;
}
.main2_rf{
	margin-top:-20px;
}
.main2_licon2{
	background:url(y8.png) no-repeat center;
	height: 21px;
	width: 3px; 
	margin-right: 15px;
}
.main2_r .main2_ltoti{
	line-height: 33px;
	color:#2c73bb;
	margin-bottom:0;
	padding:10px 0;
}
.main2_rul{
	padding-top:20px;
	height:246px;
	line-height: 40px;
}
.main2_rg{
	width:150px;
	height: 60px;
	line-height: 60px;
	color:#fff;
	background:#3075bb;
	border-radius: 5px;
	padding:0 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.main2_rg img{
	margin-top:15px;
}
.main2_rg:hover{
	background:#ff8400;
}
.main2_rgs:hover{
	background:#ff8400;
}
.main2_rgs{
	width: 120px;
	height: 83px;
	background:#3075bb;
	padding:0 8px 0 15px;
	color:#fff;
	overflow: hidden;
	border-radius: 5px;
	box-sizing: border-box;
}
.mr10{
	margin-left:10px;
}
.main2_img a{
	display: block;
	margin-top:12px;
}
.main2_img a:first-child{
	margin-top:20px;
}
.main3{
	margin-bottom: 20px;
}
.main3_licon{
	background:url(x30.png) no-repeat center;
	height: 31px;
	width: 34px; 
	margin-right: 10px;
}
.picScroll-left{
	margin-top:25px;
	height: 187px;
	overflow: hidden;
}
.main3_ls{
	width:225px;
	line-height: 45px;
	background:#f8f8f8;
	color:#434343;
	text-align: center;
	margin-left: 18px;
}
.main3_lu .main3_ls:first-child{
	margin-left: 0;
}
#footer{
	width:100%;
	line-height: 30px;
	background:#3075bb;
	color:#fff;
	text-align: center;
	padding:20px 0 30px; 
}
.footer{
	width:1050px;
	margin:0 auto;
	position: relative;
}
.footer_rt,.footer_lt{
	position: absolute;
	top: 0px;
}
.footer_lt{
	left:0;
}
.footer_rt{
	right: 90px;
}
.footer_nav{
	padding:10px 0;
	line-height: 26px;
}
.footer_nav a{
	/*margin:0 5px;*/
}

/*list*/
.list{
	width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
	max-height: 972px;
}
.list_l{
	background: url(19.png) top left no-repeat;
	width: 252px;
	padding:25px 0px 15px 30px;
	position: relative;
}
.list_l:before{
	content: '';
	position: absolute;
	width: 282px;
	left: 0px;
	right:0px;
	bottom:0px;
	height: 30px;
	background:url(19.png) 0 -758px;
}
.list_l h3{
	font-size: 20px;
	line-height: 48px;
	padding: 0 10px;
	color: #2c73bb;
	font-weight: bold;
	margin: 20px 0;
}
.list_lu{
	overflow: hidden;
	padding-bottom: 20px;
}
.list_lis{
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	color: #262626;
	position: relative;
	padding-left: 40px;
	border-bottom: 1px dotted #969696;
}
.list_lis:before{
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 7px;

	top: 50%;
	margin-top: -3.5px;
	left:20px;
	background:url(20.png) no-repeat;
}
.list_active{
	color: #2c73bb;
}
.list_r{
	width: 876px;
	margin-top: 20px;
}
.list_rtitle{
	border-bottom: 4px solid #ccc;
	padding: 10px 0;
}
.list_rtitle h3{
	position: relative;
	padding: 0 10px;
	font-size: 20px;
	color: #3879ba;
	display: inline-block;
	font-weight:600;
}
.list_rtitle h3:before{
	content: '';
	position: absolute;
	display: block;
	bottom: -14px;
	left: 0;
	right: 0;
	height: 4px;
	background: #3879ba;
	
}
.list_rtitle p{
	font-size: 16px;
	padding-left: 25px;
	position: relative;
	color: #3b3b3b;
}
.list_rtitle p:before{
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	height: 19px;
	left: 0;
	top:2px;
	background:url(18.png) no-repeat;
}
.list_rul{
	padding: 15px 0;
	color: #3b3b3b;
}
.list_rul li{
	font-size: 16px;
	line-height: 45px;
	position: relative;
	padding-left: 20px;
}
.list_rul li:before{
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	top:0;
	bottom: 0;
	left: 0;
	top:2px;
	background:url(21.png) no-repeat center;
}
.page{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0 20px;
}
.page>a{
	margin: 0 15px;
}
#pageNumText{
	width: 50px;
	border:1px solid #2c73bb;
	outline: 0;
	vertical-align:text-top;
	padding: 3px 6px;
	box-sizing: border-box;
	margin-top: -3px;
}
.page>span,.page_bg{
	display: inline-block;
	width:30px;
	height:25px;
	background:#2c73bb;
	color: #fff;
	line-height: 25px;
}
.page_bg{
	width: 50px;
}

/*detail*/
.lit h3{
	font-size: 24px;
	line-height: 34px;
	text-align:center;
	padding: 35px;
}
.lit_st{
	text-align: center;
	line-height: 40px;
	background:#f7f7f7;
	color: #636363;
	height: 40px;

}

.detail{
	line-height: 38px;
	margin: 20px 0;
}
.lit_bm{
	padding: 10px 0 30px;
}
.lit_cp a{
	padding: 0 15px;
	color: #427cc0;
}
.det{
	width: 1150px;
	padding: 25px 15px 50px;
}
.list_det{
	/*margin-top:20px;*/
	padding: 15px 0;
}