*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "微软雅黑";
	min-width:1200px;
}
a{text-decoration: none;}
ul,li{list-style: none;}
input{outline:none;}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-out 0.5s;
}
.clearfix{clear: both;}
/*头部：logo和搜索*/
.header{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background-image: url(../images/top_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.top{
	width: 1200px;
	height: 183px;
	margin: 0 auto;
}
.top_light{
	float: left;
	width: 1151px;
	height: 128px;
}
.top_light .logo { 
	float: left;
	width: 1151px;
	height: 104px;
	margin-top: 24px;
	margin-right: 49px;
}
.logo img{
	width: 100%;
	height: 100%;
}
.top_right{
	float: right;
	width: 589px;
	height: 183px;
	margin: 0 47px;
}
.top_right .logo_text{ 
	float: right;
	width: 589px;
	height: 69px;
	margin-top: 46px;
}
.sou_right{
	float: right;
	width: 589px;
	height: 53px;
	position: relative;
	margin-right: 49px;
	color: #FFF;
}
.sou_right .sousuo{
	float: right;
	height: 28px;
	width: 191px;
	border: 1px solid #87b2eb;
	border-radius:15px;
}
.sousuo .soukuang{
	width: 180px;
	border: 1px solid transparent;
	height: 28px;
	margin-left: 13px;
	background-color: transparent;
}
.sousuo input{color: #fff;}
.sousuo_img{
	position: absolute;
	width: 20px;
	top: 5px;
	height: 25px;
	right:13px;
}
.sousuo_img img{
	width:20px;
	height: 20px;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #c7dbf6; 
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #c7dbf6; 
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #c7dbf6;  
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #c7dbf6;  
}
/*导航*/
.nav{
	width: 100%;
	height: 50px;
}
.nav .nav_box{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.nav .nav-cont{
	width: 100%;
	height: 50px;
}
.nav-cont ul{
	list-style: none;
}
.nav-cont ul li{
	float: left;
	width: 160px;
    height:50px;
    line-height:50px;
    font-size:16px;
    font-family: "微软雅黑";
    color: #fff;
    text-align: center;
}
.nav-cont ul li:hover{
	background-color: #003399;
}
.nav-cont a{
	color:#fff;
}
/*banner*/
.banner{
	position: relative;
	width: 100%;
	height:400px;
	min-width: 1200px;
}
.banner-img{
	width: 100%;
	height: 400px;
}

.banner .dot {
    overflow: hidden;
    height: 27px;
    position: absolute;
    zoom: 1;
    z-index: 3;
    top: 337px;
    width: 75px;
    right: 570px;
}
.banner .dot li {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    margin-right: 11px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}
/*间隔*/
.space{
	width: 1200px;
	height: 20px;
	margin: 0 auto;
	background-color: transparent;
}
.space2{
	width: 1200px;
	height: 14px;
	background-color: transparent;
}
.space3{
	width: 380px;
	height: 8px;
	background-color: transparent;
}
/*内容部分*/
.content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
/*第一部分*/
.part1{
	width: 1200px;
	/*height: 350px;*/
}
.titles{
	width: 100%;
	height: 25px;
	margin-bottom: 8px;
}
.work_title .ico{
	float: left;
	margin-right: 15px;
	width: 26px;
	height: 24px;
}
.work_title .tite_text{
	float: left;
    font-size: 24px;
    color: #333;
    line-height: 24px;
}
.work_title .xian{
	width: 100%;
	height: 1px;
	background: #dedede;
}
.work_title .mores,.mores_two{
	float: right;
	font-family:"Garamond", "arial";
    font-size: 16px;
    line-height: 24px;
}
.work_title .mores a{
	color: #333;
}
.work_title .mores a:hover{
	color: #FF6600;
}
.work_npic{
	float: left;
	width: 550px;
	height: 350px;
}
.work_list{
	float: right;
	width: 620px;
	height: 350px;
}
.zx{
	width: 100%;
	height: 1px;
	background: #dddddd;

}
.title{
	width: 100%;
	height: 24px;
	margin: 10px 0;
}
.title .ico{
	float: left;
	margin-right: 18px;
	width: 23px;
	height: 23px;
}
.title .tite_text{
	float: left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}
.title .tite_more{
	float: right;
	font-family: arial;
    font-size: 16px;
    line-height: 24px;
}
.title .tite_more a{
	color: #666;
}
.title .tite_more a:hover{
	color: #FF6600;
}
.newsitem{
	height:49px; 
	line-height:49px; 
	overflow: hidden;
	border-bottom: #d5d5d5 1px dashed;
}
.newsitem-icon{
	float:left;
	width:15px;
	height: 16px;
	margin-top: 20px;
}

.newsitem-title{
	float:left;
	width:calc(100% - 120px);
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsitem-title a{
	color: #333;
}
.newsitem-title a:hover{
	color: #FF6600;
}
.newsitem-time{
	font-family: "arial narrow";
	width:90px;
	font-size:16px;
	float:right;
	color: #333;
}
.newsitem a:hover{
	color:#FF6600;
}
.work_list ul li:last-child{
	margin-bottom: 0px;
}
/*第中间部分*/
.tz_line{
width:1200px;
  }
.gl_pic img{
width:1200px;
height:125px;
}
/*第二部分*/
.part2{
	width: 1200px;
	height: 330px;
	margin: 0 auto;
}
.zcfas{
	float: left;
	width: 380px;
	height: 320px;
	margin-right: 30px;
}
.tongzhi{
	float: right;
	width: 380px;
	height: 312px;
}
.yq{
	width: 6px;
	height: 6px;
	background:#185fb3;
}
.tongzhiitem{
	height:44px; 
	line-height:44px; 
	overflow: hidden;
	border-bottom: #d5d5d5 1px dashed;
}
.tongzhiitem-icon{
	float:left;
	width:15px;
	height: 16px;
	margin-top: 20px;
}

.tongzhiitem-title{
	float:left;
	width:calc(100% - 30px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.tongzhiitem-title a{
	color: #333;
}
.tongzhiitem-title a:hover{
	color: #FF6600;
}
.tongzhiitem-time{
	font-family: "微软雅黑";
	width:80px;
	font-size:14px;
	float:right;
	color: #666;
}
.zhenceitem{
	height:44px; 
	line-height:44px; 
	overflow: hidden;
	border-bottom: #d5d5d5 1px dashed;
}
.zhenceitem-icon{
	float:left;
	width:15px;
	height: 16px;
	margin-top: 20px;
}
.zhenceitem-title{
	float:left;
	width:calc(100% - 30px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.zhenceitem-title a{
	color: #333;
}
.zhenceitem-title a:hover{
	color: #FF6600;
}
/*底部*/
.foot{
	width:100%;
	min-width:1200px;
	height:135px;
	background:#185fb3;
}
.footer{
	width:1200px;
	height:135px;
	overflow: hidden;
	margin:0 auto;
}
.footer_text{
	margin: 34px 0;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.footer_left{
	float: left;
	width: 359px;
	height: 97px;
	margin-top: 18px;
}
.footer_center{
	float: left;
	width: 405px;
	height: 97px;
	margin: 25px 93px 13px 73px;
	
}
.footer_center p{
	margin-top: 8px;
	font-size: 16px;
	color: #fff;
}
.footer_right{
	float: right;
	width: 270px;
	height: 135px;
}
/*内页样式*/
.content_neiye{
	min-height: 522px;
	width: 1200px;
	margin: 0 auto;
}
.currloca{
	width: 1200px;
	height: 19px;
	line-height: 19px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 22px;
}
.currloca a{
	font-size: 14px;
	color: #666;
}
.currloca span{
	margin-right: 10px;
	margin-top: 8px;
}
.neiye_title{
	width: 1200px;
	height: 40px;
	line-height: 30px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
}
.title_deteal{
	float: left;
	height: 40px;
	font-size: 24px;
	color: #185fb3;
	padding: 0 6px;
}
.acont{
	border-bottom: 2px solid #185fb3;
}
.cont_list{
	width: 1200px;
}
.contitem{
	height:44px; 
	line-height:44px; 
	overflow: hidden;
	border-bottom: #d5d5d5 1px dashed;
}
.contitem-icon{
	float:left;
	width:17px;
	height: 11px;
	margin-right:16px;
}
.contitem-title{
	float:left;
	width:calc(100% - 155px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contitem-title a{
	color: #333;
}
.contitem-title a:hover{
	color: #FF6600;
}
.contitem-time{
	font-family: "微软雅黑";
	width:95px;
	font-size:16px;
	float:right;
	color: #666;
}
.contitem a:hover{
	color:#FF6600;
}
.text_title{
	width: 100%;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	color: #333;
}
.text_deteal{
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.text_text{
	margin-top: 15px;
	color: #333;
	font-size: 16px;
}
.text_text p{
	text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 5px;
}
/*结果页*/
.result_cont{
	margin-top: 15px;
}
.result_title{
	width: 100%;
	height: 30px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.result_detail{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
	color: #333;
}
.result_cont a{
	color: #333;
}
.result_cont a:hover{
	color: #FF6600;
}
.result_time{
	width: 100%;
	color: #666;
	font-size: 12px;
}
.result_times{
	color: #333;
	font-size: 12px;
}