@charset "utf-8";

body{
	margin: 0;
	padding: 0;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	display: block;
	width: 100%;
}

/*修改input输入框提示文字颜色*/
input::-webkit-input-placeholder {  /* WebKit browsers */ 
	color:#fff;
} 
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */ 
	color:#fff;
} 
input::-moz-placeholder {  /* Mozilla Firefox 19+ */ 
	color:#fff;
}
input:-ms-input-placeholder {  /* Internet Explorer 10+ */ 
	color:#fff;
}


@media (min-device-width:780px){

	body{
		background: #fff;
	}
	
	/*顶部栏*/
	.banner{
		width: 100%;
		position: relative;
	}
	.banner img{
		width: 100%;
	}

	.banner .ss{
		position: absolute;
		top: 90px;
		right: 20%;
		width: 230px;
		height: 38px;
		border: 1px solid #fff;
		border-radius: 10px;
	}
	.banner .ss input{
		outline: none;
		border: none;
		width: 180px;
		height: 36px;
		padding-left: 10px;
		background: none;
		font-size: 14px;
		color: #fff;
	}
	.banner .ss-icon{
		float: right;
		margin-top: 10px;
		margin-right: 20px;
		width: 17px;
		height: auto;
	}
	
	
	/**/
	.main{
		margin: 0 auto;
		margin-bottom: 100px;
		width: 1200px;
		/*height: 2000px;*/
		box-shadow: 0px 0px 5px #98b5fd;
		padding: 15px;
	}
	
	/*栏目标题*/
	.column-title{
		width: 100%;
		height: 140px;
		padding-top: 30px;
		/*background: #ddd;*/
	}
	.column-title .cn{
		text-align: center;
		font-size: 38px;
		font-weight: bold;
		color: #1a62dc;
	}
	.column-title .en{
		text-align: center;
		font-size: 17px;
		color: #bbbbbb;
	}

	
	/*工作推进*/
	.main .news-box{
		width: 100%;
		height: 450px;
		/*background: #ddd;*/
	}
	/*轮播图*/
	.main .news-box .news-slide{
		float: left;
		width: 50%;
		height: 400px;
      	/*background: #66ccff;*/
	}
	/*新闻列表*/
	.main .news-box .news-list{
		float: right;
		width: 48%;
		height: 400px;
		padding-top: 10px;
	}
	
	.main .news-box .news-list li{
	    background: url(../images/dian.png) no-repeat 2px center;
	    padding-left: 16px;
	    margin-bottom: 23px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/
	}
	.main .news-box .news-list li a{
	    font-size: 19px;
	    color: #333;
	}
	.main .news-box .news-list li a:hover{
	    color: #1a62dc;
	}
	.main .news-box .news-list li a span{
	    font-size: 16px;
	    color: #888;
	    float: right;
	}
	
	
	.flow{
		width: 100%;
		height: 520px;
	}
	.flow .lf{
		float: left;
		width: 5%;
		padding-left: 15px;
	}
	.flow .rg{
		float: right;
		float: left;
		width: 95%;
	}
	.flow .lf img{
		width: 22px;
		height: 434px;
	}
	.flow .rg ul li{
		width: 100%;
		height: 70px;
		padding-top: 10px;
		letter-spacing: 1px;
	}
	.flow .rg ul li a{
	    font-size: 24px;
	    color: #333;
	}
	.flow .rg ul li a:hover{
	    color: #1a62dc;
	}
	.flow .rg ul li a span{
		float: right;
	    font-size: 18px;
	    color: #555;
	}
	.flow .rg ul li .tag{
		padding: 8px 25px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	    color: #fff;
	    background: #1a62dc;
	    border-radius: 30px;
	    letter-spacing: 2px;
	}
	.flow .rg ul li:nth-child(2){
		height: 92px;
		line-height: 20px;
		background: url(../images/dian.png) no-repeat 2px 18px;
	    padding-left: 16px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/
	}
	.flow .rg ul li:nth-child(4){
		height: 103px;
		line-height: 20px;
		background: url(../images/dian.png) no-repeat 2px 17px;
	    padding-left: 16px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/

	}
	.flow .rg ul li:nth-child(6){
		height: 80px;
		line-height: 20px;
		background: url(../images/dian.png) no-repeat 2px 17px;
	    padding-left: 16px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/
	}

	/*项目进展*/
	.items{
		width: 100%;
		height: auto;
		padding-bottom: 40px;
	}
	.items li{
		height: 50px;
		line-height: 50px;
		background: url(../images/dian.png) no-repeat 2px 23px;
	    padding-left: 20px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis; /*内容溢出添加省略号*/
	}
	.items li a{
	    font-size: 20px;
	    color: #333;
	}
	.items li a:hover{
	    color: #1a62dc;
	}
	
	/*友情链接*/
	.other{
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-top: 1px solid #ddd;
	}
	.other .zylj{
		margin: 0 auto;
		width: 1200px;
		font-size: 14px;
	}
	.other .zylj a{
		font-size: 14px;
	}
	.other .zylj a:hover{
		text-decoration: underline;
	}
	
	
	/*底部栏*/
	.foot{
		width: 100%;
		height: 100px;
		background: #d7d7d7;
	}
	.foot ul{
		margin: 0 auto;
		width: 1200px;
		position: relative;
	}
	.foot ul li{
		padding-top: 25px;
		padding-left: 80px;
		height: 35px;
		font-size: 15px;
	    color: #222;
	}
	.foot ul li a{
		font-size: 15px;
	    color: #222;
	}
	.foot ul li a:hover{
		text-decoration: underline;
	}
	
	.jc-img{
		width: auto;
		height: 50px;
		position: absolute;
		right: 200px;
		top: 25px;
	}
	
	.jg-img{
		width: 50px;
		height: auto;
		position: absolute;
		right: 120px;
		top: 20px;
	}





}