/**************************************/
/*************[公用start]**************/
/**************************************/





div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height:37px ;
	line-height: 37px;
	background-color: #215c9b;
}
.header-1 a{
	font-size: 16px;
	color:#fff;
	margin-left: 25px;
}
.header-1 a:hover{
	text-decoration: underline;
}

.header-2 .container{
	height: 120px;
	position: relative;
}

.header-2-bg{
	position: absolute;
	width: 238px;
	right:-51px ;
	bottom: 11px;
}
.header-2-bg img{
	display: block;
	width: 100%;
}
.header-2 {
	background-color: #2267b1;
	overflow: hidden;
}
.logo{

	width: 592px;
	margin-top: 23px;
	margin-left: 15px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	width: 254px;
	margin-top: 38px;
	position: relative;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	width: 100%;
	height: 42px;
	border:0;
	border-radius: 5px;
	padding: 8px 15px;
	padding-right: 50px;
}
.search input[type="image"]{
	position: absolute;
	right:15px ;
	top: 12px;
}

.nav-wp{
	background-color: #fff;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height:55px ;
	line-height: 55px;
	font-size: 16px;
	color:#333;
	background-repeat: no-repeat;
	background-position: center bottom;

}

.nav>ul>li.cur>a,.nav>ul>li:hover>a{
	color:#2267b1;
	background-image: url(../images/cur.png);
}

.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	height:40px ;
	line-height: 40px;
	font-size: 14px;
	color:#333;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	color:#2267b1;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .slides>li{
	height: 467px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a img{
	display: none;
}

.fafa .slides>li>a{
   display: block;
height:100%;

}

.fafa .flex-control-nav{
	display: block;
}
.fafa .flex-control-nav li {
    margin: 0 5px;
}

.fafa .flex-direction-nav{
	display: block;
}

.fafa .flex-control-paging li a{
	width: 10px;
	height: 10px;
	background-image: url(../images/arrow-b2.png);

}
.fafa .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}

.fafa .flex-direction-nav a{
	width: 50px;
	height: 50px;
	margin-top: -25px;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.fafa .flex-direction-nav .flex-prev{
	left: 15px;
}
.fafa .flex-direction-nav .flex-next{
	right: 15px;
}
.main1{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1.jpg);
}
.main1-div{

	background-color: #fff;
	padding: 0 15px;
}

.main1-left{
	width: 814px;
	margin-right: 21px;
	padding-top: 32px;
}

.main1-right{
	/* height: 728px; */
	overflow: hidden;
	background-image: url(../images/xian1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 32px;
	padding-left: 21px;
	padding-bottom: 15px;
}

.main1-box{
	border:1px solid #eaeaea;
	padding: 18px;
}

.title-11 span{

	padding: 0 20px;
	border-left: 1px solid #eaeaea;

}
.title-11 span i{
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
	color:#0f1310;
	cursor: pointer;height: 27px;
	line-height: 27px;
	display: block;
}
.title-11 span.cur i{
	color:#2267b1;
}
.title-11 span:first-child{
	padding-left: 0;
	border-left:0;
}
.title-11 a.fr{
	display: none;
	font-size: 14px;
	color:#838383;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/aa.png);
	/* transition: .3s; */
	margin-top: 5px;
}
.title-11 a.fr:hover{
	color:#2267b1;
	background-image: url(../images/aah.png);
}
.title-11 a.fr.frr{
	display: block;
}


.main1-box-div{
	margin-top: 15px;
}
.main1-pic{
	width: 358px;
	margin-right: 22px;
}


.main1-box-con{
	overflow: hidden;
}
.fmain1 .slides>li>a{
	position: relative;
	padding-bottom: 69%;
	overflow: hidden;
	display: block;
}
.fmain1 .slides>li>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 50;
}


.fmain1 .slides>li>a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.fmain1 .slides>li>a h1 {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-image: url(../images/heidi.png);
    padding: 0px 15px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
	z-index: 60;
    overflow: hidden;
}

.main1-box-con{
	overflow: hidden;
}

.list ul{
	margin:0;
}

.list li h1{
	margin:0;text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
	color:#585858;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.png);
}

.list li h1 a:hover{
	color:#2267b1;
}
.list li h2{
	margin:0;text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	padding-left: 18px;
	font-size: 15px;
	color:#a7a7a7;
	margin-top: 12px;
}

.list li{
	margin-top: 24px;
}

.list li:first-child{
	margin-top: 0px;
}

.m25{
	margin-top: 25px;
}

.main1-box-div-wp .main1-box-div{
	display: none;
}

.main1-box-div-wp .main1-box-div:first-child{
	display: block;
}


.title-22{
	position: relative;
}
.title-22-lan{
	position: absolute;
	left: -21px;
	top: 0;
	height: 27px;
	width:3px ;
	background-color: #459bf7;
}

.title-22 .fl{
	font-size: 22px;
	color:#0f1310;
	font-weight: bold;
	height:27px;
	line-height: 27px;
}
.title-22 a.fr{
	font-size: 14px;
	color:#838383;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/aa.png);
	/* transition: .3s; */
	margin-top: 5px;
}
.title-22 a.fr:hover{
	color:#2267b1;
	background-image: url(../images/aah.png);
}

.list2 ul{
	margin:0;
}
.list2  li{
	margin-top: 18px;
}
.list2-date{
	width:55px;
	height: 48px;
	background-color: #3078c5;
	color:#fff;
	text-align: center;
	padding-top: 4px;
	margin-right: 16px;
	margin-top: 3px;
}
.list2-date h1{
	margin:0;text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
}

.list2-date h2{
	margin:0;text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	margin-top: 2px;
}
.list2-con{
	overflow: hidden;
}

.list2-con a{
	font-size: 15px;
	color:#585858;
	display: block;
	line-height: 1.8;
}
.list2-con a:hover{
	color:#2267b1;
}

.main1-dl dl{
	margin:0;
}
.main1-dl dd{
	margin-top: 16px;
}
.main1-dl dd:first-child{
	margin-top:25px;

}
.main1-dl dd:first-child+dd a{
	background-color: #215c9b;
}
.main1-dl dd>a{
	display: block;
	height: 79px;
	line-height: 79px;
	background-color: #529dcf;
	color:#fff;
	font-size: 20px;
	padding-left: 82px;
}
.main1-dl dd>a img{
	margin-top: -3px;
	margin-right: 15px;
}

.main2{

	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2.jpg);
}
.main2-pic {
}
.main2-pic  a{
	display: block;
	overflow: hidden;
}
.main2-pic img{
	width: 100%;
	display: block;
	transition: .3s;
}

.main2-pic  a:hover img{
	/*图片中心放大代码*/
	  /* -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */
}
.main2-pic1{
	width: 375px;
}
.main2-pic2{
	width: 399px;
	margin-left: 4px;
}
.main2-pic3{
	width: 418px;
	margin-left: 4px;
}
.main2-pic4{
	width: 418px;
	margin-left: 4px;
	margin-top: 4px;
}
.main2-pic5{
	margin-top: 4px;
	width: 778px;
}

.main2-pic-div{
	background-color: #fff;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	padding: 25px 0;
}

.foo1-sel{
	width:157px ;
	margin-left: 11px;
}
.foo1-sel select{
	border-radius: 0;
}
.foo1-sel:first-child{
	margin-left: 0;
}

.foo1-2{
	font-size: 14px;
	color:#333;
	line-height: 2.4;
	margin-top: 10px;
}

.er-pic{
	width:114px ;
	margin-right: 13px;
}
.er-pic img{
	display: block;
	width: 100%;
}
.er{
	font-size: 14px;
	color:#333;
	line-height: 2;
}

.foo_aa{
	width: 190px;
	margin-top: 10px;
}
.foo_aa dl{
	margin:0;
}

.foo_aa dd{
	float: left;
	margin-bottom: 20px;
	margin-right:30px;
}
.foo_aa dd a{
	font-size: 16px;
	color: #333;
}

.foo_aa dd a:hover{
	color: #2267b1;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	background-color: #2267b1;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 350px;
   margin-left: 15px;
   margin-top: 18px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 10px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 23px;
	width: 30px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}






/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 373px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}
.erji{
	padding-bottom: 30px;
}
.menu{
	width:265px ;
	margin-right: 42px;
	position: relative;
	z-index: 50;
	top: -76px;
}

.erji-content{
	overflow: hidden;
}

.menu-title{
	height:76px ;
	line-height: 76px;
	color:#fff;
	background-color: #215c9b;
	text-align: center;
	font-size: 20px;
}

.menu-title img{
	margin-top: -3px;
	margin-right: 17px;
}
.menu-list{
	border-top: 1px solid #e5e5e5;
}
.menu-list ul{
	margin:0;
}
.menu-list li{
	border: 1px solid #e5e5e5;
	border-top: 0;

}
.menu-list li>a{
	background-color: #f9f9f9;
	display: block;
	padding: 17px 28px;
    padding-left: 50px;
	line-height: 1.6;
	font-size: 16px;
	color:#000;
	padding-left:50px;	background-repeat: no-repeat;
	background-position: 232px center;
	background-image: url(../images/menu.png);
}

.menu-list li>span{
	background-color: #f9f9f9;
	display: block;
	height:59px ;
	line-height: 59px;
	font-size: 16px;
	color:#000;
	padding-left: 69px;
	background-repeat: no-repeat;
	background-position: 232px center;
	background-image: url(../images/menu.png);
	cursor: pointer;
}

.menu-list li.cur>a,.menu-list li:hover>a{
	color:#2267b1;
	background-image: url(../images/menu-h.png);
}
.menu-list li.cur>span{
	color:#2267b1;
	background-image: url(../images/menu-h.png);
}
.menu-list li>span.cur{
	color:#2267b1;
	background-image: url(../images/menu-h2.png)!important;
}


.menu-dl {
	display: none;
}
.menu-dl dl{
	margin:0;
}

.menu-dl dd{
	height:55px ;
	line-height: 54px;
	border-top: 1px solid #e5e5e5;
	padding-left: 128px;
}
.menu-dl dd a:hover{
	color:#2267b1;

}






.mianbaoxie{
	height: 66px;
	line-height: 65px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	color:#2c2c2c;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(../images/fang.png);
}









.news-list ul{
	margin:0;

}

.news-list li{
	height: 60px;
	line-height: 59px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left:20px;
    background-image: url(../images/dian2.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	position: relative;
	padding-right: 90px;
	border-bottom: 1px solid #e8e8e8;
}
.news-list li a{
	font-size: 16px;
	color:#000;
}
.news-list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0;
	top: 0;
}
.news-list li a:hover{
	color:#2267b1;
}

.fenye{
	padding: 30px 0 0;
}
.fenye a:hover{
	color:#2267b1;
}

#footer.erji-footer{
	background-color: #2267b1;
}

#footer.erji-footer .foo1-2{
	color:#fff;
}


#footer.erji-footer .er{
	color:#fff;
}

.xiao-list ul{
	margin:0;
}

.xiao-list li{
	width:46.5%;
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
}

.xiao-pic{
	width:124px ;
	margin-right: 36px;
}
.xiao-pic>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 134.7%;
}
.xiao-pic>a>img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .3s;
}
.xiao-pic>a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xiao-con{
	overflow: hidden;
	padding-top: 15px;
}

.xiao-con h1{
	margin:0;
	font-size: 16px;
	color:#000;
}

.xiao-con h1 a{
	font-size: 20px;
}

.xiao-con h1 a:hover{
	color: #2267b1;
}

.xiao-con h2{
	margin:0;
	font-size: 16px;
	color:#000;
	margin-top: 12px;
          line-height:28px;
}
.xiao-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2.2;
	height: 60px;
	overflow: hidden;
	margin-top: 13px;
}
.keyan-list{
	padding-bottom: 100px;
}
.keyan-list ul{
	margin:0;
}

.keyan-list li{
	margin-top: 23px;
}

.keyan-title .fl{
	height: 48px;
	line-height: 48px;
	color:#fff;
	font-size: 16px;
	background-color: #fff;
	padding: 0 34px;
	background-color: #2267b1;
}

.keyan-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/keyan1.png);
}

.keyan-dl dl{
	margin:0;
	margin-left:-2%;
}

.keyan-dl dd{
	float: left;
	width: 31.333333333%;
	margin-left: 2%;
	margin-top: 23px;
	border:1px solid #e8e8e8;
}

.keyan-dl dd a{
	font-size: 14px;
	color:#333;
	line-height: 1.6;
	text-align: center;
	padding: 15px 10px;
	display: block;

}
.keyan-dl dd a:hover{
	background-color: #2db0e0;
	border-color:#2db0e0;
	color:#fff
}
.keyan-dl2 dd a{
	padding: 15px 30px;

}

.keyan-dl2 dd:first-child+dd+dd+dd a{
	padding: 15px 10px;
}

.shizi-title-dl{
	background-color: #2267b1;
	padding: 15px;
}

.shizi-title-dl dl{
	margin:0;
	margin-left: -2%;
}

.shizi-title-dl dd{
	float: left;
	width:18% ;
	margin-left: 2%;
}

.shizi-title-dl dd>a{
	display: block;
	padding: 10px 0;
	color:#fff;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}

.shizi-title-dl dd.cur>a,.shizi-title-dl dd:hover>a{
	background-color: #2db0e0;
}
.shizi-list{
	padding-bottom: 100px;
}
.shizi-list ul{
	margin:0;
}

.shizi-list li{
	margin-top: 30px;
}

.shizi-list-title{
	width:115px ;
	margin-right: 10px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background-color: #2267b1;
}

.shizi-list-a{
	overflow: hidden;
}
.shizi-list-a dl{
	margin:0;
}
.shizi-list-a dd{
	float: left;

	margin-left: 18px;
	height: 44px;
	line-height: 44px;
}

.shizi-list-a dd a{
	font-size: 14px;
	color:#000;
}


.shizi-list-a  dd a:hover{
	color: #2267b1;
}
.lunwen{
	padding-top: 27px;
	padding-bottom: 80px;
}
.lunwen-time-dl  dl{
	margin:0;
	margin-left: -1.2%;
	margin-top: -1.2%;
}
.lunwen-time-dl dd{
	float: left;
	width: 8.8%;
	margin-left: 1.2%;
	border:1px solid #e8e8e8;
	border-radius: 5px;
	text-align: center;
	margin-top: 1.2%;
}

.lunwen-time-dl dd>a{
	display: block;
	height: 35px;
	line-height: 33px;

}

.lunwen-time-dl dd:hover>a,.lunwen-time-dl dd.cur>a{
	background-color: #2db0e0;
	border-color:#2db0e0;
	color:#fff;
}
.lunwen-table {
	margin-top: 25px;
}
.lunwen-table table.table{
	border:1px solid #e8e8e8;
	text-align: center;
	margin:0;
}

.lunwen-table table.table tr th{
	height: 57px;
	line-height: 57px;
	color:#fff;
	background-color: #2267b1;
	border-color:#2267b1;
	text-align: center;
	font-size: 18px;
}

.lunwen-table table.table tr td{
	height: 57px;
	line-height: 1.8;
	color:#333;
	text-align: center;
	font-size: 16px;
	border:1px solid #e8e8e8;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.lunwen-table table.table tr td.text-left{
	text-align: left;
}

.san-a{
	padding-top:25px;
	display: none;
}

.san-a a{
	float: left;
	height: 35px;
	line-height: 33px;
	border: 1px solid #e8e8e8;
	padding: 0 15px;
	margin-left: 10px;
}
.san-a a:first-child{
	margin-left: 0;
}

.san-a a.cur{
	color: #fff;
    background-color: #2267b1;
}

.shiyan-1-left{
	width:790px ;
	margin-right: 33px;
	height:274px ;
	border:1px solid #eaeaea;
}



.shiyan{
	padding: 40px 0;
}

.shiyan-title-1 .fl{
	height:50px ;
	line-height: 50px;
	padding: 0 22px;
	background-color: #2267b1;
	color:#fff;
	font-size: 18px;
	position: relative;
	left: -1px;
	top: -1px;
}

.shiyan-1-p{
	font-size: 14px;
	color:#333;
	line-height: 2.5;
	text-indent: 2em;
	height: 140px;
	overflow: hidden;
}

.shiyan-1-left-con{
	padding:10px 18px 10px;
}
.shiyan-1-a{
	margin-top: 18px;
}
.shiyan-1-a a{
	font-size: 14px;
	color:#666;
}
.shiyan-1-a a img{
	margin-top: -3px;
	margin-left: 8px;
}
.shiyan-1-a a:hover{
	color: #2267b1;
}

.shiyan-1-right{
	overflow: hidden;
}

.shiyan-1-right dl{
	margin:0;
}

.shiyan-1-right dd>a{
	display: block;
	height: 126px;
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	padding: 30px 38px 0;
}

.shiyan-1-right dd:first-child+dd{
	margin-top: 22px;
}

.shiyan-1-right dd>a h1{
	margin:0;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
}

.shiyan-1-right dd>a h2{
	margin:0;
	font-size: 18px;
	color:#fff;
	margin-top: 15px;
}

.shiyan-2{
	border:1px solid #eaeaea;
	margin-top: 36px;
}

.shiyan-title-2 span{
	height:50px ;
	line-height: 50px;
	font-size: 18px;
	color:#333;
	cursor: pointer;
	padding: 0 24px;
}

.shiyan-title-2 span.cur{
	color: #fff;
    background-color: #2267b1;
}

.shiyan-title-2{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/xian2.jpg);
}

.shiyan-title-2 a.fr{
	display: none;
	font-size: 14px;
	color:#838383;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/aa.png);
	/* transition: .3s; */
	margin-top: 14px;
	margin-right: 18px;
}
.shiyan-title-2 a.fr:hover{
	color:#2267b1;
	background-image: url(../images/aah.png);
}
.shiyan-title-2 a.fr.frr{
	display: block;
}

.shiyan2-left{
	width: 102px;
	margin-right: 25px;
}
.shiyan2-right{
	overflow: hidden;
}
.shiyan2-pic{
	overflow: hidden;
	border-radius: 50%;
}
.shiyan2-pic img{
	display: block;
	width: 100%;
}
.shiyan2-a{
	margin-top: 20px;
}
.shiyan2-a a{
	display: block;
	height:32px ;
	line-height: 30px;
	border:1px solid #4182c8;
	color:#4182c8;
	font-size: 13px;
	text-align: center
}
.shiyan2-a a:hover{
	background-color: #4182c8;
	color:#fff;
}

.shiyan2-right h1{
	font-size: 18px;
	color:#4182c8;
	margin:0;
}

.shiyan2-right h2{
	font-size: 14px;
	color:#000;
	margin:0;
	margin-top: 15px;
}

.shiyan2-right p{
	font-size: 14px;
	color:#666;
	margin:0;
	line-height: 2;
	margin-top: 15px;
		overflow: hidden;
}

.shiyan-2-list .item{
	padding: 0 35px;
}
.shiyan-2-div{
	padding: 40px 0;
}

.shiyan-2-div-wp{
	position: relative;
	overflow: hidden;
}

.shiyan-2-div{
	position: absolute;
	width: 100%;
	top: 0;
	left: -15000%;
}


.shiyan-2-div.cur{
	left: 0;
	position: relative;
}
.shiyan-3{
	margin-top: 32px;
}
.shiyan-3-div{
	width:49%;
	border:1px solid #eaeaea;
}

.shiyan3-div-con{
	padding: 0 17px;
}

.shiyan3-div-con .news-list li{
	border-bottom: 0;
	border-top: 1px solid #e8e8e8;
}
.shiyan3-div-con .news-list li:first-child{
	border-top: 0;
}

.shiyan3-tui{
	/* height: 120px; */
	padding-bottom: 14px;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 15px;

}

.tui-pic {
	width:134px ;
	margin-right: 25px;
}

.tui-pic  a{
	position: relative;
    padding-bottom: 67%;
    overflow: hidden;
    display: block;
}
.tui-pic  a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.tui-con{
	overflow: hidden;
	padding-top: 14px;
}

.tui-con h1{
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color:#000;
	margin:0;
}
.tui-con h1 a:hover{
	color:#2267b1;
}
.tui-con h2{
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color:#999;
	margin:0;
	margin-top: 16px;
}


.danpian{
	padding-top:15px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding: 10px 0;
}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 5px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
color:#666!important;
	line-height: 2!important;
           font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#2267b1;

}

.pic-list {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 35px;
}
.pic-list .col-sm-6{
	margin-top: 35px;

}

.pic-pic-box a{
	position: relative;
	padding-bottom: 69%;
	overflow: hidden;
	display: block;
}
.pic-list-zheng .pic-pic-box a{
	padding-bottom: 100%;
}


.pic-pic-box a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 50;
}


.pic-pic-box a:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-list-item h1{
	margin:0;
	font-size: 18px;
	color:#333;
	margin-top: 20px;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}

.shiyan2-22-pic  a{
	position: relative;
    padding-bottom: 67%;
    overflow: hidden;
    display: block;
}
.shiyan2-22-pic  a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	transition: .3s;
}

.shiyan2-22-pic:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.shiyan2-22 h1{
	font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0;
    z-index: 60;
	color: #333;
    overflow: hidden;
	text-align: center;
	margin-top: 15px;
}

.shiyan2-22-pic:hover+h1{
	color:#3078c5
}




/*6-17*/

.main1-lial li{
	width: 49%;
}
.main1-lial li:first-child+li{
	margin-top: 0;
}
.main1-right-gai{
	margin-top: 40px;
	padding-bottom: 15px;
}

.main1-box.m25 .main1-box-div-wp{
	padding-top: 5px;
}

.main3{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main3.jpg);
}

.main3-div{
	padding: 0 15px;
	background-color: #fff;

}

.main3-1 dl{
	margin:0;
	margin-left: -1%;
}

.main3-1 dd{
	float: left;
	width: 32.33333333%;
	margin-left: 1%;
}

.main3-1 dd h1{
	color:#fff;
	font-size: 22px;
	font-weight: bold;margin:0;
	height:52px ;
	line-height: 52px;
	padding-left: 25px;
}
.main3-1-pic{
	margin-top: 11px;
}
.main3-1-pic>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 58.3%;
}
.main3-1-pic>a>img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .3s;
}
.main3-1-pic:hover>a>img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main3-1-pic:hover+h2 a{
	color:#2267b1;
}
.main3-1 dd h2{
	margin:0;
	color:#000;
	font-size: 15px;
	text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 25px;
}
.main3-1 dd h2 a:hover{
	color:#2267b1;
}
.main3-2-dl {
	margin-top: 25px;
}
.main3-2-dl dl{
	margin:0;

}

.main3-2-dl dd{
	float: left;
	width: 24.02%;
	margin-left: 0.3%;
}
.main3-2-dl dd:first-child+dd,
.main3-2-dl dd:first-child+dd+dd{
	margin-bottom: 0.3%;
}
.main3-2-dl dd:first-child{
	width: 51.36%;
	margin-left: 0;
}
.main3-2-dl dd:first-child+dd{
	width: 48.34%;

}
.main3-2-dl dd a{
	overflow: hidden;
	display: block;
	width: 100%;
}

.main3-2-dl dd img{
	transition: .3s;
	display: block;
	width: 100%;
}
.main3-2-dl dd a:hover>img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.piaochuang{
position: fixed;
left:25px;
top:50%;
margin-top:-104px;
z-index:55;

}
.shizi-title-dl1 dd {
    width: 31.333333333%;
}
.shizi-title-dl1 dd>a {
   text-align: left;
}