/* CSS重置 */

*{
	margin: 0;
	padding: 0;
}
.aks_w{  /*版心 提取 */
    width: 1130px;
    margin:0 auto;
}
body {
	line-height: 32px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	color: #333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
img{	/*去除图片默认下边距*/
	vertical-align:middle;
}
ol, ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
i, em, strong {
	font-style: normal;
}
input{
	border: none;
	outline:medium;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.trans_ease{
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #0c408b;
}
a.class_hover:hover{
	color: #0c408b;
}

/* 文字排版 */
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}
.f26 {
	font-size: 26px;
}
.f28 {
	font-size: 28px;
}
.f30 {
	font-size: 30px;
}
.fb {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}
.lh150 {
	line-height: 150%;
}
.lh180 {
	line-height: 180%;
}
.lh200 {
	line-height: 200%;
}
/* 定位 */
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.over_hidd{
	overflow:hidden;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.abs-right {
	position: absolute;
	right: 0;
}
.zoom {
	zoom: 1;
}
.hidden {
	visibility: hidden;
}
.dis_none {
	display: none;
}
.dis_block{
	display: block;
}
/* 长度高度 */
.w10 {
	width: 10px;
}
.w20 {
	width: 20px;
}
.w30 {
	width: 30px;
}
.w {
	width: 100%;
}
.h10 {
	height: 10px;
}
.h20 {
	height: 20px;
}
.h {
	height: 100%;
}
.text_over{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.box_border{
	box-sizing:border-box;
}

/*css3动画部分*/

/*天山 塔里木河淡入*/
@keyframes tstlmh{
	from{bottom: -100%; }
	to{bottom: 0%;}
}
@-webkit-keyframes tstlmh{
	from{bottom: -100%;}
	to{bottom: 0%;}
}
@-moz-keyframes tstlmh{
	from{opacity: 0.1;}
	to{opacity: 1;}
}
@-ms-keyframes tstlmh{
	from{opacity: 0.1;}
	to{opacity: 1;}
}


/*云漂1*/
@keyframes yun1{
	0%{opacity: 0; left: 400px; }
	20%{opacity: 1;}
	80%{opacity: 1;}
	100%{ opacity: 0;left: 800px; }
}
@-webkit-keyframes yun1{
	0%{opacity: 0; left: 400px; }
	20%{opacity: 1;}
	80%{opacity: 1;}
	100%{ opacity: 0;left: 800px; }
}
@-moz-keyframes yun1{
	0%{opacity: 0; left: 400px; }
	20%{opacity: 1;}
	80%{opacity: 1;}
	100%{ opacity: 0;left: 800px; }
}
@-ms-keyframes yun1{
	0%{opacity: 0; left: 400px; }
	20%{opacity: 1;}
	80%{opacity: 1;}
	100%{ opacity: 0;left: 800px; }
}
/*云漂2*/
@keyframes yun2{
	0%{opacity: 0; left: 600px; }
	10%{opacity: 1;}
	90%{opacity: 1;}
	100%{ opacity: 0;left: 400px; }
}
@-webkit-keyframes yun2{
	0%{opacity: 0; left: 600px; }
	10%{opacity: 1;}
	90%{opacity: 1;}
	100%{ opacity: 0;left: 400px; }
}
@-moz-keyframes yun2{
	0%{opacity: 0; left: 400px; }
	20%{opacity: 1;}
	80%{opacity: 1;}
	100%{ opacity: 0;left: 800px; }
}
@-ms-keyframes yun2{
	0%{opacity: 0; left: 400px; }
	20%{opacity: 1;}
	80%{opacity: 1;}
	100%{ opacity: 0;left: 800px; }
}




/*通用头部*/
.main_11{
	height: 35px;
	line-height: 35px;
	background: #eeeeee;
}
.main_111 a{
	color: #666;
}
/*logo*/
.main_12{
	background: #fff;
}
.main_121{
	height: 140px;
}
/*search*/
.main_1211{
	width: 340px;
	height: 32px;
	line-height: 32px;
	margin-top: 15px;
	margin-right: 20px;
	font-size: 0;
    border: 1px solid #dcdcdc;
    background-color: rgba(255,255,255,0.6);
	border-radius:19px;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	-ms-border-radius:19px;
	
}
.main_12111{
    width: 260px;
    height: 32px;
	line-height: 33px;
    font-size: 14px;
    color: #999;
    margin-left: 15px;
    border: none;
    outline: medium;
    background-color: rgba(255,255,255,0.6);
}
.main_12115{
    position: absolute;
    right: 10px;
    top: 1px;
    width: 40px;
    height: 32px;
    border: none;
    outline: medium;
    background: url(/DFS/template/2/images/fdj.png) no-repeat center center;
    cursor: pointer;
}

/*飘云1*/
.main_123{
	left:-1000px;
	-webkit-animation:yun1 10s infinite linear; 	/*digitalFlow(动画名称)效果执行时间为5秒, infinite表示动画无限循环 , linear线性动画即匀速运动*/
	-moz-transform:yun1 10s infinite linear;
	-ms-transform:yun1 10s infinite linear;
	animation: yun1 10s infinite linear;
}
/*飘云2*/
.main_124{
	left:-1000px;
	top: 50px;
	-webkit-animation:yun2 8s infinite linear; 	/*digitalFlow(动画名称)效果执行时间为5秒, infinite表示动画无限循环 , linear线性动画即匀速运动*/
	-moz-transform:yun2 8s infinite linear;
	-ms-transform:yun2 8s infinite linear;
	animation: yun2 8s infinite linear;
}
/*logo*/
.main_125{
	left: 10px;
	bottom: -20px;
}
/*天山 塔里木河*/
.main_126{
	right: 30px;
	bottom: 0;
/*	-webkit-animation: tstlmh 2s ease-out;
	-moz-animation: tstlmh 2s ease-out;
	-ms-animation: tstlmh 2s ease-out;
	animation: tstlmh 2s ease-out;
*/
}

.main_12 .tr{
	padding: 30px 23px 0 0; 
	color: #0154a4;
}           
.main_12 .tr a{
	color: #0154a4;
}
.main_12 .tr .weChat img:hover+div,
.main_12 .tr .sjapp img:hover+div{
	display: block;
}
.main_12 .tr .weChat .dis_none,
.main_12 .tr .sjapp .dis_none{
	top: 25px;
    left: -35px;
    z-index: 1;
}
.main_12 .tr .weChat .dis_none img,
.main_12 .tr .sjapp .dis_none img{
	width: 80px;
	height:80px;
}

/*导航栏*/
.main_2{
	background: #1a7fdc;
}
.main_21{
	height: 48px;
	line-height: 48px;
}
.main_21 li:hover{
	background: #0154a4;
}
.main_211{
	width: 12.5%;
	text-align: center;
}
.main_211 a{
	font-size: 16px;
	color: #fff;
}
.main_2111{
	border-right:1px solid #258ceb;
	
}
.main_2112{
	border-right:1px solid #258ceb;
	border-left:1px solid #1075d1;
}
.main_2113{
	border-left:1px solid #1075d1;
}

.main_2_1_1_4{
	width:100%;
	height:150px;
	padding-top:12px;
	background:url(/DFS/template/2/images/nav_bg.png) repeat;
	top:48px;
	left:0;
	z-index:2;
}
.main_2_1_1_4 li{
	width:16%;
	height:35px;
	line-height:35px;
	margin:0 2%;
	border-radius:5px;
}
.main_2_1_1_4 .main_lyfw{
	width:12.6%;
}
.main_2_1_1_4 li a{
	font-size:18px;
	color:#1a7fdc;
	font-weight:bold;
}
.main_2_1_1_4 li:hover{
  background: #1a7fdc;
}
.main_2_1_1_4 li:hover a{
	color:#fff;
}
.main_211:hover .main_2_1_1_4{
	display:block;
}

/*承办单位*/
.main_38_public{
	height: 122px;
	box-sizing: border-box;
	padding-top: 30px;
}
.main_38_public a{
	height: 60px;
	line-height: 60px;

	margin-left:15px;
	margin-top:5px;

}
.main_38_public p{
	width: 440px;
	line-height: 25px;
	color: #666;
/*
	margin: -10px 15px 0 35px;
*/
	margin: -10px 35px 0 75px;
}
/*网站底部*/
.main_9{
	height: 50px;
	line-height: 50px;
	background: #2d5f96;
}
.main_91{
	width: 1050px;
	margin: 0 auto;
}
.main_911, .main_911 a, .main_912, .main_912 a{
	color: #fff;
}
.main_911 a{
	margin-right: 15px;
}
/*
.main_912 a{
	margin-left: 25px;
}
*/


/*右侧推荐*/
.main_0{
	right: 50px;
	top: 243px;
	padding: 5px;
	background: #fff;
}
.main_0 a{
	display: block;
	width: 42px;
	padding: 10px 0;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
	border-bottom:1px solid #e0e0e0;
}
.main_0 img{
	padding-bottom: 5px;
}
.main_0 .main_0_app{
	border: none;
}
.main_012{
	  width:200px;
	  height:200px;
	  padding:10px;
	  right:40px;
	  top:-5px;
	  background:#fff;
	  border:1px solid #dadada;
	  border-radius:10px;
	  -webkit-border-radius:10px;
	  -moz-border-radius:10px;
	  -ms-border-radius:10px;
	  
  }