﻿/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}


body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #fff;
	
	line-height: 1.2;


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}    
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1170px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	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{

}
.logo{
	font-size: 0;

}


.shoucang{
	margin-top: 25px;
	font-size: 14px;
	color:#333;
}
.shoucang a{
	vertical-align: middle;
	padding: 0	5px;
}

.search{
	width: 190px;
	margin-top: 15px;
	position: relative;

}

.search input[type="text"]{
	width: 100%;
	height: 32px;
	line-height: 30px;
	border:1px solid #d1d1d1;
	border-radius: 13px;
	padding: 0 40px 0 20px;
}
.search input[type="image"]{
	position: absolute;
	right: 10px;
	top: 5px;
}

.nav li{
	float: left;
	background-image: url(../images/nav-li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #4f98e9;
	padding-left: 2px;
	position: relative;
}
.nav li:first-child{
	background-image: none;
	padding-left: 0;
}
.nav li>a{
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background-repeat: repeat-x;
	background-position: left center;
}

.nav li>a:hover,.nav li.hit>a{
	background-image: url(../images/nav-a.jpg);
}

.xiala{
	position: absolute;
	width: 100%;
	z-index: 280000;
	left: 0;
	top: 45px;
	background-color: #3c8be3;
	padding: 10px 0 ;
	display: none;
}

.xiala a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	transition: .3s;
}

.xiala a:hover{
	background-color: #226dc1;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}
.fafa .slides > li{
	height:338px;
	background-repeat: no-repeat;
	background-position: center ;
/*	position: relative;*/
}

.fafa .flex-control-nav{
	display: block;
}

.main-left{
	width: 772px;
}

.main-right{
	width: 376px;
}
.title-11{
	background-color: #f6f6f6;
	margin:20px 0 17px;
	line-height: 40px;
}
.title-11 span{
	width: 107px;
	height: 40px;
	line-height: 40px;
	color:#fff;
	text-align: center;
	font-size: 16px;
	background-image: url(../images/title-11.png);
	background-repeat: no-repeat;
	background-position: center ;
}
.title-11 a.fr{
	font-size: 14px;
	color:#2c2c2c;
	margin-right:10px;
}

.title-11 a.fr:hover{
	color:#4f98e9;
}

.gs-pic{
	width: 375px;
          max-height: 234px;
	overflow: hidden;
	margin-right: 20px;
}

.gs-pic img{
	display: block;
	width: 100%;

}

.gs-about p{
	font-size: 14px;
	color:#6e6e6e;
	line-height: 2.2;
	text-indent: 2em;
}

.gs-about a{
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	color:#6e6e6e;
}
.gs-about a:hover{
	color:#4f98e9;
}
.gs-about a img{
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -3px;
}


.xinwen-con{
	padding: 13px;
	border:1px solid #e4e4e4;
}

.xinwen-pic{
	width: 376px;
	padding-right: 15px;
	border-right: 1px solid #e4e4e4;
}

.fxin .slides>li{
	position: relative;
}

.fxin h1{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	background-image: url(../images/heidi.png);
	padding-left: 12px;
	font-size: 14px;
	color:#fff;
}

.fxin .flex-control-nav{
	display: block;
	bottom: 15px;
	text-align: right;
	padding-right: 10px;
}
.fxin .flex-control-paging li a{
	background-image: none;
	width: 14px;
	height: 14px;
	text-indent: 0;
	font-size: 12px;
	background-color: #fff;
	text-align: center;
	
}
.fxin .flex-control-paging li a.flex-active{
	background-color: #3790f4;
	color:#fff;
}
.xinwen-list li{
	height: 34px;
	line-height: 34px;

	  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen-list li a{
	display: inline-block;
	padding-left: 31px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	color:#636363;
	font-size: 14px;
}

.xinwen-list li a:hover{
	color:#4f98e9;
}

.xinwen-list li span{
	font-size: 14px;
	color:#737474;
	margin-left: 15px;
}

.shebei-pic img{
	display: block;
	width: 100%;
	transition: .3s;
	height:228px;

}

.shebei-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.shebei-pic{
	position: relative;
	overflow: hidden;
}

.shebei-pic h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-image: url(../images/heidi.png);
	font-size: 15px;
	color:#fff;
	padding-left: 15px;
}

.shebei-pic h1 i{
	font-size: 28px;
	/*font-weight: bold;*/
	position: absolute;
	right: 10px;
	top: 0;
}

.dongtai-con{
	padding: 9px;
	border:1px solid #e4e4e4;
	height: 266px;
}
.dongtai-con li{
	padding: 16px 11px;
	border-top: 1px solid #f1f1f1;
	height: 85px;
	overflow: hidden;
}

.dongtai-con li:first-child{
	border-top: 0;
}
.date{
	width: 54px;
	height: 53px;
	text-align: center;
	background-color: #276cb8;
	border-radius: 5px;
	margin-right: 15px;
	line-height: 1.2;

}

.date h1{
	font-size:24px;
	color:#fff; padding-top: 3px;
	padding-bottom: 3px;
}

.date h2{
	font-size:12px;
	color:#fff; 
}

.dongtai-con li a{
	line-height: 1.7;
	font-size: 15px;
	color:#696969;
}

.dongtai-con li a:hover{
	color:#3c8be3;
}

.dongtai-con li a:hover .date{
	background-color: #3c8be3;
}



.title-22{
	background-color: #f6f6f6;
	margin:20px 0 17px;
	line-height: 40px;
}
.title-22 span{
	width: 107px;
	height: 40px;
	line-height: 40px;
	
	text-align: center;
	font-size: 16px;
	color:#2b2b2b;
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
}

.title-22 span.active{
	background-image: url(../images/title-11.png);
	color:#fff;
}


.title-22 a.fr{
	font-size: 14px;
	color:#2c2c2c;
	margin-right:10px;
	display: none;
}

.title-22 a.fr#more1{
	display: block;
}

.title-22 a.fr:hover{
	color:#4f98e9;
}

.tuji-list li{
	float: left;
	width: 295px;
	padding-right: 20px;
}
.tuji-pic{
        height:169px;
	overflow: hidden;
}
.tuji-pic img{
	display: block;
	width: 100%;
	display: block;
	transition: .3s;
}

.tuji-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tuji-list li h1{
	height: 51px;
	line-height: 50px;
	border:1px solid #ececec;
	border-top: 0;
	font-size: 14px;
	color:#636363;
	text-align: center;
}

.tuji-list{
	overflow: hidden;
	position: absolute;
	left: -1500%;
	top: -1500%;
	height: 220px;
}

.tuji-list.active{
	position: static;
	left: auto;
	top: auto;
}


.tuji-list li:hover h1{
	color:#3790f4;
}


.tuji-list-wp{
	padding-bottom: 22px;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #84afe0;
	color:#fff;
	padding: 25px 0 20px;
	line-height: 2;
}
#footer .fr
{width: 166px;}
#footer .fr img{
	float: left;
	margin-right: 17px;
}




/**************************************************************/
/*footer-over*/




.banner-2{
	height: 212px;
	background-repeat: no-repeat;
	background-position: center ;

}


.erji{
	margin-top: 26px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/erji.jpg);
	
}

.menu{
	width: 266px;
	text-align: center;
	margin-bottom:50px;
}


.menu-title{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
}
.menu-title h1{
	font-size: 22px;
	font-weight: bold;
	color:#4f98e9;
}

.menu-title h2{
	font-size: 14px;
	color:#838383;
	text-transform: uppercase;
	margin-top: 8px;
}

.menu li{
	
	border-bottom: 1px solid #e7e7e7;

}

.menu li a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#5b5b5b;
	transition: .3s;
}

.menu li.hit a{
	background-color: #4f98e9;
	color:#fff;
	font-weight: bold;
}

.menu li:hover a{
	background-color: #4f98e9;
	color:#fff;
	font-weight: bold;
}

.content{
	width: 875px;
}

.title-erji{
	height: 50px;
	line-height: 50px;
	background-color: #f7f7f7;
}


.title-erji h1{
	font-size: 18px;
	color:#3c3c3c;
	padding-left: 12px;
	height: 20px;
	line-height: 20px;
	border-left: 5px solid #4f98e9;
	margin-top: 16px;
	margin-left: 18px;
}


.mianbaoxie{
	font-size: 14px;
	color:#6b6b6b;
	padding-right: 15px;
	width: 450px;
	text-align: right;
}


.mianbaoxie img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.mianbaoxie a:hover{
	color:#4f98e9;
}


.danpian-about{
	padding: 25px 0;
	font-size: 15px!important;
	color:#5e5e5e!important;
	line-height: 3!important;
}



/*tongzhi2*/


.tongzhi-list2 li{
	background-color: #f9f9f9;
	margin-top: 26px;
	position: relative;
}

.tongzhi-list2 li i{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background-color: #efefef;
	z-index: 500;
	
}


.data33{
	width: 83px;
	height: 87px;
	background-color:#3c8be3;
	text-align: center; 
	/*transition: .3s;*/
	margin-right: 23px;
	border-bottom: 4px solid #3072bb;
	position: relative;
	z-index: 600;
}

.data33 h1{
	font-size:33px;
	color:#fff;
	font-weight: bold;
	padding-top: 10px;
}
.data33 h2{
	font-size:16px;
	color:#fff;

}
.tongzhi-list2{
	padding-bottom: 50px;
	
}
.tongzhi-list2 li>h1{
	font-size: 18px;
	color:#444;
	padding-top: 18px;
	padding-bottom: 10px;
	/*transition: .3s;*/
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tongzhi-list2 li:hover>h1{
	color:#276cb8;
	
}

.tongzhi-list2 li:hover .data33{
	background-color: #276cb8;
	border-color: #1d4f86;
}

.tongzhi-list2 li>p{
	font-size: 14px;
	color:#666;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.m-page{border-top: 1px solid #e7e7e7;text-align: center;padding: 30px 0  ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #e7e7e7;
   transition: .3s;
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #4f98e9;color:#fff;background-color: #4f98e9;}





.tupian-list{
	padding-bottom: 40px;
}

.tupian-list ul{
	margin-left: -25px;
}
.tupian-list li{
	float: left;
	width: 275px;
	margin-left: 25px;
	margin-top: 30px;
}



.tupian-list li h1{
	height: 51px;
	line-height: 50px;
	border:1px solid #ececec;
	border-top: 0;
	font-size: 14px;
	color:#636363;
	text-align: center;
}


.tupian-list li:hover h1 {
    color: #3790f4;
}












/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:130000;

}

.nav-2 li{

	border-top: 1px dashed #ccc;
	
}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li a{
	padding: 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
/*.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;
}*/
.logo-2{
	font-size: 0;
	width: 390px;
	margin-left: 15px;
	margin-top: 5px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}
.menu2 li{
	display: inline-block;
	cursor:pointer ;
	margin-left: 10px;
}
.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: 120000;
	background-image: url(../images/heidi.png);
	display: none;
	
}

.banner-x{
	display: none;
}

.fxfx .flex-control-nav{
	display: block;
	bottom: 15px;
}









/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/







/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
div.article{
	padding: 0	15px;
	margin:35px auto;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#0064ac;
}

div.article-tishi{
	text-align: center;
	margin:25px auto 20px;
}


#fenxiang-anniu{
	display: inline-block;
	vertical-align: top;
}

div.article-con{
	padding: 40px 0 40px;
	position: relative;
	border-top: 1px dashed #c9c7c7;
	border-bottom: 1px dashed #c9c7c7;
	line-height: 2.2;
}
div.article-con>img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}
div.article-con>p{
	text-indent: 2em;
}
div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;
}
div.article-con>a{
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	background-color: #f37728;
	border-radius: 3px;
}

div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;

}

div.article-page>a:hover{
	color:#0064ac;
}

a.article-page-pre{
	float: left;
}
a.article-page-next{
	float: right;
}


/*********å“åº”å¼è®¾ç½®-start****************/


@media only screen and (max-width: 1200px){
	div.article{
		width: 90%;
		margin: 8% auto;
		padding-left:0;
		padding-right: 0; 
	}


}
@media only screen and (max-width: 800px){
	div.article-page{
		height: auto;
		line-height: normal;

	}
	a.article-page-pre{
		float: none;
		display: block;
		margin:10px 0;
	}
	a.article-page-next{
		float: none;
		display: block;
			margin:10px 0;
	}

	div.article>h1
	{font-size: 18px;}

	div.article-con{
		    padding: 20px 0 100px;
	}
}


div.message{
	max-width: 700px;
	margin:30px auto;
	
	background-color: #fff;
	position: relative;
	border-radius: 3px;
	
}




div.message-con{
	position: relative;
}




div.message-shuru{
	margin-top: 18px;
	

}
div.message-shuru span{
	float: left;
	font-size: 14px;
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: right;
}
div.message-shuru input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 260px;
	max-width: 260px;
	border:1px solid #dbe3ea;
}

div.message-shuru textarea{
	height:180px;
	outline: none;
	resize: none;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;

	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 490px;
	max-width: 490px;
	border:1px solid #dbe3ea;
	padding: 10px;
}
div.message-tishi{
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 40px;
}


div.message-sub{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

div.message-sub input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #3c8be3;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	cursor:pointer;
	width: 126px;
	max-width:126px;
}



/************响应式设置-start***************/
@media only screen and (max-width: 700px){
	div.message-shuru textarea{
		width: 60%;
	}
}

@media only screen and (max-width: 580px){
	div.register{
		width: 90%;
		margin:200px 5% 100px;

	}


		div.message-shuru{
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;

		}

	div.message-shuru span{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	div.message-shuru input{
		float: none;
		
		padding-left: 1%;
		width: 70%;
		max-width: 70%;
		margin-left: 0;
	}


	div.message-sub input{
		/*width: 70%;
		max-width: 70%;*/
	}

	div.message-shuru textarea{
		float: none;
		width: 69%;
		max-width: 69%;
		margin-left: 0;
		padding: 1%;
	}


}


.yuer-list h1{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 30px;
	color:#191919;
	font-size: 16px;
	padding: 0	16px;
	border-bottom: 1px dotted #a6a6a6;
	/*background-image: url(../images/yu-xia.png);
	background-repeat: no-repeat;
	background-position: 98% center; */
	cursor: pointer;
}

.yuer-list h1.aabb-h1{
	/*background-image: url(../images/yu-shang.png);*/
}

.yuer-list h1 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}

#yuer-list-con-1{
	display: block;
}
.yuer-list-con{
	line-height: 2;
	display: none;
	padding: 12px	42px;
	background-image: url(/images/a.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}


.liuyanxinxi{
	padding: 35px 0;
}
.m-page{text-align: center;padding: 37px 0 0 ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #999;
   
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #3c8be3;color:#fff;background-color: #3c8be3;}

.pager a{line-height: 32px;font-size: 14px;padding: 5px 10px;border: 1px solid #999;margin:0 5px;}
.pager a:hover{border-color: #3c8be3;color:#fff;background-color: #3c8be3;}

.current{margin:0 5px;border-color: #3c8be3;color:#fff;background-color: #3c8be3;padding: 6px 12px;}