﻿@charset "utf-8";
/* CSS Document */

* { padding:0px; margin:0px;  list-style-type:none; font-family:Arial, Helvetica, sans-serif;  }
body { font-family:Arial, Helvetica, sans-serif;   }
a { text-decoration:none;  }


.header { width:100%; height:178px; border-bottom:1px solid #e5e5e5;  }
.headerbox { width:1200px; margin:0 auto; overflow:hidden;    }

.logobox { width:1200px;  height:80px; margin:0 auto; overflow:hidden; 
		 text-align:center; padding-top:20px;     /*border:1px solid #ff0000;*/  }


.logobox img {   width:720px; height:80px; width:auto;   }

.yingwenban { display:block;  width:50px; height:30px; padding-top:9px; background-color:#dedede; 
               float:right; right:0px; top:0px; text-align:center; overflow:hidden; 
			   color:#666666; font-size:14px; line-height:16px; padding-left:10px;
			        }
.yingwenban:hover { color:#06F; }
			   
.yingwenban:hover { padding-top:12px; width:80px; }

/*menu*/
.menu { float:left;   width:1200px; height:65px;  margin-top:13px;     }

.menu li {
	position: relative; list-style: none; float: left; display: block; margin-right:0px; 
	
}
.menu li a {
	color:#333333; display:block; float:left; font-size:16px; text-align:center;  height:47px;  padding-top:24px; 
	
    border-left:1px solid #fff;  border-right:1px solid #fff;  
	padding-left:23px; padding-right:22px;
}

.menu li:hover > a {
	 background-color:#f6f6f6; border-left:1px solid #E5E5E5;  border-right:1px solid #E5E5E5;  border-top:1px solid #E5E5E5;    color:#005AAB;      /*一级导航背景  和颜色*/
}
.menu ul {
	position: absolute;
	top: 71px;
	left: 0;
	opacity: 0;
	background: #f6f6f6; z-index:999;    /*2级导航背景  和颜色*/
	width:200px;   /*二级导航宽度*/
	      border-left:1px solid #E5E5E5; border-right:1px solid #e5e5e5;    
}
.menu li:hover > ul { 
	opacity: 1;
}
.menu ul li {
	width:100%;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin-left:0px;
}
.menu li:hover > ul li {
	height: 38px;
	overflow: visible;
	padding: 0;
	width:100%; 
}
.menu ul li a {
	display:block; width:180px; height:27px; overflow:hidden; margin:0; padding:0px; padding-top:11px; font-size:13px; text-align:left; padding-left:20px; color:#888888;
	border-bottom:1px solid #e5e5e5; float:left;   border-left:0px;  border-right:0px;    margin-left:0px; 
}
.menu ul li a:hover { background-color:#ffffff; color:#32BEFF;   border-left:3px solid #005AAB; width:177px;    margin-left:0px; }   /*2导航颜色*/


/*menu*/
.menu li .fs { margin-top:0px; padding-top:15px; height:56px;    }

.menu .fsul { width:350px; }


.menu > li.kuan { width:160px; }
.menu > li.kuan1 { width:250px; }

.menu > li.kuan > a { width:160px; }
.menu > li.kuan1 > a { width:250px;}



.menu > li.kuan > ul > li  { width:300px;}
.menu > li.kuan1 > ul > li { width:300px;}
.menu > li.kuan > ul > li > a  { width:330px;}
.menu > li.kuan1 > ul > li > a { width:330px;}
.menu > li.kuan > ul > li > a:hover  { width:327px;}
.menu > li.kuan1 > ul > li > a:hover { width:327px;}



.headerbox #topmenu9 { float:right; width:50px; height:50px; padding-top:20px; cursor:pointer;  border-left:1px solid #ffffff; border-right:1px solid #ffffff;         }
.headerbox #topmenu9  span { display:block; width:24px; height:2px; background-color:#888888; float:left; margin-top:5px; margin-left:13px;   }
.headerbox #topmenu9:hover span { background-color:#005aab;  }

.headerbox #topmenu9.addcss { color:#005aab; background-color:#f6f6f6; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5; height:51px;  }


/*3lv*/
.menu > li >ul.lv1 > li > dl.lv2 { display:none; position:absolute; top:0px; left:201px; width:200px; background-color:#f9f9f9; border-top:1px solid #dedede; border-right:1px solid #dedede;   }
.menu > li >ul.lv1 > li > dl.lv2 > a  { color:#999999;  }
.menu > li >ul.lv1 > li > dl.lv2 > a:hover { border-left:3px solid #39C; }
.menu > li >ul.lv1 > li:hover > dl.lv2 { display:block; }

.menu > li >ul.lv1 > li:hover > a { border-top:1px solid #e5e5e5; border-left:3px solid #005AAB; width:177px; background-color:#FFF; }







/*banner*/
.banner_index { width:100%;  overflow:hidden; }

#wrapper{ 
	width:1920px;
	margin:0 auto;
	height:600px;
	
	color:#fff; overflow:hidden; cursor:pointer; 

}

#slider-wrap{
	width:100%;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;	
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:1920px;
	height:600px; background-size:100% 100%; 
}



#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.1);	
}

#next{right:3%; border-radius:50%; background-image:url(/source/50year/images/you.png); background-position:top 15px center; background-repeat:no-repeat;    }
#previous{left:3%; border-radius:50%;  background-image:url(/source/50year/images/zuo.png); background-position:top 15px center; background-repeat:no-repeat;    }
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:2%;}
#slider-wrap.active #previous{left:2%;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:550px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center; height:100px; 
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:40px;
	height:5px;
	border-radius:10px;
	background:#fff;
	opacity:0.5;
	position:relative;
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}

/*Header*/
h1, h2{text-shadow:none; text-align:center;}
h1{	color: #666; text-transform:uppercase;	font-size:36px;}
h2{ color: #7f8c8d; font-family: Neucha, Arial, sans serif; font-size:18px; margin-bottom:30px;} 

/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}

.ssk_index { width:1200px;  overflow:hidden; margin:0 auto; text-align:center;
			padding-top:50px; font-size:30px; padding-bottom:50px;        }

.news_index { width:1200px; margin:0 auto; overflow:hidden;     }

.about_index { width:650px; overflow:hidden; float:left;  line-height:30px; color:#999999; font-size:14px;     }

.about_index span { color:#3f6c95; display:block; float:left; width:100%;  overflow:hidden; font-size:14x;    }
.about_index .abx1 { font-size:28px; line-height:30px; padding-bottom:10px; }
.about_index .abx2 { font-size:16px; padding-bottom:20px; }

.news_index .cptu { float:right; width:500px; height:320px;   overflow:hidden;     }
.news_index .cptu  img { float:right; width:500px; height:320px;  overflow:hidden;     }




















.enbanner { width:100%; text-align:center; height:500px; overflow:hidden; margin:0 auto;  background-image:url(/source/50year/zen_images/enbanner.jpg); background-position:top center; background-repeat:no-repeat; 
			margin-top:40px;  }



.enbanner a { width:1200px; height:500px; margin:0 auto; display:block; overflow:hidden;   }
.ensearch { width:1200px; margin:0 auto; overflow:hidden; padding-top:50px; padding-bottom:50px;  }
.ensbox { width:750px; height:83px;  margin:0 auto; background-image:url(/source/50year/zen_images/ensearch.jpg); background-position:top center; background-repeat:no-repeat;   }
.inp { width:600px; height:60px; float:left; margin-top:13px; margin-left:10px; font-size:24px; border:0px; padding-left:10px;  font-style:italic; color:#1e63ad;     }
.but { float:right; margin-top:26px; margin-right:30px; cursor:pointer;    }







.C6 { width:1200px; margin:0 auto; height:50px; overflow:hidden;   } 

.cpjs { width:1200px; margin:0 auto; height:70px; overflow:hidden;   text-align:center; margin-top:30px; 
		font-size:30px; color:#036;  }


.idchanye { width:1200px; margin:0 auto; overflow:hidden;   background-color:#ffffff; text-align:center; margin-top:30px; margin-bottom:50px; padding-bottom:50px;  }
.idchanye_box { width:1200px;  overflow:hidden; margin:0 auto;   }
.idchanye_dt { width:298px; height:290px; float:left;   background-color:#ffffff; overflow:hidden; background-position:top center; background-repeat:no-repeat; cursor:pointer; display:block;      }
.idchaye_wenzi { width:100%; height:50px; overflow:hidden;   padding-top:10px; color:#ffffff; 
 margin-top:240px; background-image:url(/source/50year/images/heidi.png);   }


.idchanye_box a:hover li { margin-top:220px; height:90px; padding-top:20px; font-size:18px;   }



.idt_a1 { background-image:url(/source/50year/cpt/a1.png);
}
.idt_a2 { background-image:url(/source/50year/cpt/a2.png);  
 }
.idt_a3 { background-image:url(/source/50year/cpt/a3.png);   }
.idt_a4 { background-image:url(/source/50year/cpt/a4.png);  }
.idt_a5 { background-image:url(/source/50year/cpt/a5.png);   }
.idt_a6 {  background-image:url(/source/50year/cpt/a6.png);  }
.idt_a7 {  background-image:url(/source/50year/cpt/a7.png);   }
.idt_a8 {  background-image:url(/source/50year/cpt/a8.png);   }






/*footer*/


.bottom {width:1200px;  margin:0 auto;  height:87px; overflow:hidden; }
.bottom * { border:0px; }
.botimg {  width:1200px; overflow:hidden; margin:0 auto; }


.footer { width:100%;  margin:0 auto; background-color:#F2F2F2; height:100px; overflow:hidden; padding:0; margin:0; border:none;      }
.footer1 { width:1200px; overflow:hidden; margin:0 auto; padding-top:30px; padding-bottom:30px;    }



.footer1  a { color:#666666; font-size:14px; padding-bottom:10px; display:block; padding-top:10px; float:left; 
 text-align:center; padding-left:30px; padding-right:30px;     }
.footer1 a:hover { color:#666666; }
.fot1 li { font-size:30px; color:#cccccc;  padding-top:10px; height:35px;   overflow:hidden;    }
.footer1 dt img {  border-bottom:3px solid #ffffff;   }

.footer1 .fot5 span { border:1px solid #707070; float:left; margin-top:20px; font-size:12px; width:132px; background-color:#626262; text-align:center;  color:#bdbdbd;   }


.copyr { width:100%; height:40px; overflow:hidden; margin:0 auto; background-color:#E6E6E6; padding-top:15px;  }
.copyr div { width:1200px; margin:0 auto; overflow:hidden;    }
.copyr div img {    }
.copyright { float:right; color:#777777; font-size:14px;   }
.copyleft { float:left; color:#777777; font-size:14px;    }

.cnzz { display:none; }

.side{position:fixed;width:54px;height:50px;right:0;bottom:0px;z-index:100; }
.side ul li{width:54px;height:54px;float:left;position:relative;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#dedede;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px ;overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
.side a { color:#FFFFFF; font-size:14px; float:left;    }
.kf1 { margin-left:20px; }
/*neiye*/



.enshare dt:hover { background-position:top center ; -webkit-transition:background-position .5s ease-in-out;transition:background-position .5s ease-in-out; }
.enlogo { width:100%; float:left; overflow:hidden; border-bottom:1px solid #dedede; padding-top:10px;padding-bottom:10px; background-color:#FFF; text-align:center;   }
.logopic { height:70px; }
.slogan { height:30px; margin-top:10px; }


.enbody { width:100%; overflow:hidden; float:left;   }
.enshang { width:100%; overflow:hidden; background-color:#ffffff; float:left; height:300px; padding-top:50px;  }
.enxia { width:100%; overflow:hidden; background-color:#FFF;  float:left; margin-top:300px; padding-top:50px; }

.enshang a,.enxia a { display:block; float:left; margin-left:10px; border:1px solid #dedede; padding:10px; margin-bottom:10px; color:#666666;    }



.gundong { width:100%; float:left; background-color:#FFF; padding-bottom:50px; }







/*nei*/
.enneibanner { width:100%; height:400px; margin:0 auto; background-image:url(/source/50year/images/en_nei.jpg); background-repeat:no-repeat;  margin-top:20px; background-position:top center;    }


.neibody { width:1200px; overflow:hidden; margin:0 auto; margin-top:40px; margin-bottom:50px;    }
.neileft { width:250px; float:left; overflow:hidden;  border-top:2px solid #eeeeee;    }
.neirigt { width:880px; float:right; overflow:hidden; line-height:30px; color:#6c6c6c;   }


.neileft a { display:block; width:300px; height:28px; padding-top:14px; border-bottom:2px solid #eeeeee; float:left; color:#415f7f; font-size:16px;  }
.neileft .neil2 { font-size:14px; padding-left:30px; display:none;  }
.neileft .showthis { font-weight:bold; color:#02a9e3; display:block;    } 
.neileft .dislock { display:block;    } 



.neirigt * {line-height:30px; color:#6c6c6c;   }
.neirigt img {  max-width:900px;  width: expression(this.width > 900px ? "900px" : true); height:auto; }
.neirigt * img {  max-width:900px;  width: expression(this.width > 900px ? "900px" : true); height:auto; }

.neirigt * a:hover { color:#39F;  text-decoration:underline; }
.neirigt a:hover { color:#39F; text-decoration:underline;  }

table {  width:98%;  border:1px solid #dfdfdf;  border-collapse: collapse; background-color:#FFF;   }


table td { 
	font-size:14px;
	padding:5px;  border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: #ffffff; 
	}

.nei_cp_t { width:98%; border-bottom:1px solid #e3e3e3; color:#1761aa; padding-bottom:8px; background-image:url(/source/image/io.gif); background-repeat:no-repeat; 
			padding-left:20px; float:left;  overflow:hidden;       }

.nei_cp_n,.nei_cp_nr  { width:96%;  padding-bottom:8px; padding-left:30px; float:left; padding-top:10px; padding-bottom:20px; float:left; overflow:hidden; font-size:14px;    }

.nei_cp_n img,.nei_cp_nr img {  max-width:800px;  width: expression(this.width > 800px ? "800px" : true); height:auto;  }



.enbiaoti { width:98%; text-align:center; font-size:30px; font-weight:bold; float:left; overflow:hidden;   background-color:#FFF; padding:10px;    }
.enneirong { width:98%; padding:10px; line-height:22px;  float:left; overflow:hidden;  background-color:#FFF;     }


.enshangxia { width:98%; padding:10px; line-height:22px;  float:left; overflow:hidden;  background-color:#FFF;  }
.endaohang { width:98%; float:left; text-align:left;  background-color:#FFF; padding:10px;    }


.nr_cont { width:1000px; float:left; overflow:hidden; padding-top:20px;  color:#888888; line-height:26px; padding-bottom:80px;   }
.nr_cont * { font-size:16px; color:#888888; line-height:26px;  }
.nr_cont a:hover { color:#006AD7;   }

.nr_cont table { width:98%;  border:1px solid #dfdfdf;  border-collapse: collapse; margin-top:10px; margin-bottom:10px;    }

.nr_cont img {  max-width:1000px;  width: expression(this.width > 1000 ? "900px" : true); height:auto; }

.nr_cont table td { 
	font-size:14px;
	padding:5px;  border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: #ffffff; 
	}
	
.xclennews { width:900px; overflow:hidden; float:left; padding-bottom:100px; padding-bottom:50px;   }
.xclennews li { width:900px; padding-bottom:10px; padding-top:10px; float:left; border-bottom:1px dashed #dedede ;   }
.xclennews .nei_pages { padding-top:50px; float:left; width:900px; overflow:hidden;   }
	
.xclennews .nr_cont_title { width:900px; overflow:hidden; font-size:24px; text-align:center; padding-bottom:50px; }
.xclennews .nr_cont_info { width:900px; overflow:hidden; float:left;  padding-bottom:50px; line-height:24px; border-bottom:1px dashed #dedede ; }

.xclennews .nei_news_pages { width:900px; float:left; overflow:hidden; padding-top:10px;  }
	
	

.cp_list { width:960px; overflow:hidden; float:left; }
.cp_list a {      float:left; width:290px; height:290px; overflow:hidden; margin-right:23px; display:block; margin-bottom:20px;
              overflow:hidden;     }
.cp_list a img {  float:left; width:290px; height:220px;    }
.cp_list a span { float:left; width:270px; display:block; overflow:hidden; background-color:#0364cd; margin-top:10px; color:#FFF; text-align:left; padding-top:8px; padding-bottom:8px; padding-left:10px; padding-right:10px;    }
.cp_list a:hover span { background-color:#1E90FF; }
.cp_cont {  padding-top:0px;  }





/*search*/
.search_jieguo { width:800px; overflow:hidden; float:left;  }

.search_jieguo  dt { display:block;  float:left; width:800px; overflow:hidden; border-bottom:1px solid #dedede;   margin-bottom:20px; font-size:14px;  }
.search_jieguo  dt a { font-size:16px; display:block; float:left; overflow:hidden; font-weight:bold; width:100%;    }
.search_jieguo  dt span { font-size:14px; padding-left:20px; display:block;  float:left; overflow:hidden;  width:100%;   }


@media screen and (max-width: 1000px)
{
	.enbanner { width:1200px; }
	.fenxiang { width:1200px; } 
	.footer { width:1200px; }
	.enneibanner { width:1200px; }
	.copyr { width:1200px; }
}











