@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
        -webkit-text-size-adjust: none;
}

body {
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	font-family: "微软雅黑";
	background-color: #eff2f9;
	background-image: url(bannerbg.png);
	background-repeat: no-repeat;
	background-position: center 70px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}


.clearfix {
	clear: both;
}
.date {
	float: right;
}

/*屏蔽UC浏览器底部广告*/
div[id^="_"] { display: none !important; }

@font-face {
      font-family: "font_din";
      src: url("font_din.woff") format("woff");
    }
@font-face {
      font-family: "font_pingfang";
      src: url("font_pingfang.woff") format("woff");
    }
#top {
	height: 100px;
	background-color: #13429D;
}
#top_inner {
	height: 100px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 50px;
	width: 344px;
	margin-top: 25px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	height: 50px;
	width: 344px;
}
#search_box {
	height: 36px;
	width: 238px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}
#search_input {
	float: left;
	height: 36px;
	width: 202px;
	background-color: #FFFFFF;
	line-height: 36px;
}

#search_input2 {
	float: left;
	height: 34px;
	width: 200px;
	background-color: #FFFFFF;
	line-height: 34px;
	border: 1px solid #0b316a;
}

#search_btn {
	float: left;
	height: 36px;
	width: 36px;
	line-height: 36px;
}
.nowrap {
	float: left;
	height: 34px;
	width: 200px;
	background-color: #FFFFFF;
	line-height: 34px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	height: 50px;
	color: #FFFFFF;
	background-color: #0c337e;
}
#menu_inner {
	width: 1280px;       
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

/*menu*/
#nav {margin:0 auto; width:1280px;display:block; position:absolute; z-index:152; height:50px;} /*主菜单最外层容器*/
/*主菜单项目*/
#nav .mainlevel {float:left; list-style:none/*IE6 only*/; height:auto;width:160px;} 
#nav .mainlevel a {
	color:#FFF;
	font-family:'微软雅黑';
	font-size:16px;/*一级菜单链接*/
	line-height:50px;
	height:50px;
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	margin:0px;
}
#nav .mainlevel1 a {color:#FFF; font-family:'微软雅黑'; font-size:16px;  /*一级菜单链接*/;
                   line-height:36px; height:36px; display:block; padding:0; width:100%; text-align:center; margin:0px;
	}
#nav .mainlevel a:hover {
	text-decoration:none;
}
/*子菜单*/
#nav .mainlevel ul {
	display:none;
	background-color:#13429D;
	width:160px;
	margin:0px;
	padding:0;
} 
#nav .mainlevel li {width:100%; list-style:none;/*IE6 only*/; height:auto; padding:0;}
/*子菜单连接*/
#nav .mainlevel ul li a{
	color:#FFFFFF;
	font-size:15px;
	font-weight:normal; /*二级菜单链接*/
	border-bottom:#BBB dashed 1px;
	text-align:center;
	width:100%;
	line-height:35px;
	height:35px;
	margin:0;
	background-image: none;
}

/*鼠标经过子菜单*/
#nav .mainlevel ul li a:hover{background-color:#13429D;background-image:none}
#wrap1 {
	padding-top: 140px;
}
#wrap1_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#xwgg {
	height: 560px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFFFFF;
}
#xwgg_top {
	height: 70px;
	margin-bottom: 20px;
}
#title_en {
	font-size: 30px;
	line-height: 38px;
	color: #DDDDDD;
    letter-spacing: -1px;
    font-weight: 400;
}
.title_icon {
	float: left;
}
.title_txt {
	float: left;
	margin-left: 11px;
	font-size: 25px;
	color: #13429D;
	font-weight: 600;
	line-height: 33px;
	font-family: font_pingfang;
}
#title_cn .more {
	line-height: 18px;
	color: #808080;
	float: right;
	font-size: 15px;
	padding-top: 10px;
}
#title_cn .more a {
	color: #808080;
	text-decoration: none;
}

#xwgg_main {
	height: 430px;
}
#xwgg_pic {
	float: left;
	height: 430px;
	width: 580px;
}
#xwgg_pic ul li {float:left; display:block;}
#xwgg_pic_txt {
	float: right;
	width: 495px;
	height: 80px;
	background-image: url(xwgg_txtbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
}
#xwgg_pic_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
#xwgg_pic_des {
	font-size: 14px;
	color: #808080;
	line-height: 28px;
}
/*--Main Container--*/
.main_view {float: left;position: relative;}
/*--Window/Masking Styles--*/
.picshow_window {width:586px; height:420px; overflow: hidden; /*--Hides anything outside of the set width/height--*/position: relative;}
.picshow_reel {position: absolute;top: 0; left: 0;}
.picshow_reel li {width:586px; height:420px;  overflow:hidden; position:relative;}
.picshow_intro { width:586px; height:80px; position:absolute; bottom:0; left:0;}
.picshow_intro p { line-height:130%; color:#fff; margin-left:20px; margin-right:20px; text-align:left;}
.picshow_intro_head {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
}
a.tpxw {
	font-size:16px;
	margin-top:15px;
	font-weight: bold;
	color: #FFFFFF;
}
/*--Paging Styles--*/
.picshow_paging {position: absolute;bottom:20px; right:25px;z-index: 100; /*--Assures the paging stays on the top layer--*/text-align: center;display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.picshow_paging span { display:block; background:url(picshow_page.png); width:14px; height:14px; float:left; margin-left:10px; cursor:pointer;}
.picshow_paging span.active { background:url(picshow_page.png) right;}

#xwgg_list {
	float: right;
	height: 430px;
	width: 600px;
}
#xwgg_list li {
	display: block;
	height: 85px;
	list-style-type: none;
}
#xwgg_list li a  {
	background-color: #FFFFFF;
	display: block;
	height: 85px;
	padding-right: 15px;
	padding-left: 15px;
}
#xwgg_list li a:hover {
	background-color: #13429D;
	color: #FFFFFF;
	background-image: url(xwgg_list_libg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#xwgg_date {
	float: left;
	height: 80px;
	width: 90px;
	font-family: font_din;
	font-size: 38px;
	letter-spacing: 0;
	line-height: 46px;
	padding-top: 5px;
}
#xwgg_txt {
	float: right;
	width: 480px;
	height: 80px;
	background-image: url(xwgg_txtbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
}
#xwgg_list li a:hover #xwgg_txt {
	background-image: none;
}
#xwgg_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
#xwgg_des {
	font-size: 14px;
	color: #808080;
	line-height: 28px;
}
#xwgg_list li a:hover #xwgg_des {
	color: #ffffff;
}
#zyjj {
	height: 338px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#zyjj_txt {
	float: left;
	height: 338px;
	width: 645px;
}
#zyjj_list p {
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-indent: 2em;
}
#xyjj_pic {
	float: right;
	height: 338px;
	width: 604px;
	background-image: url(zyjj_picbg.png);
	background-repeat: no-repeat;
}
#wrap2 {
	background-image: url(zyfcbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
#wrap2_inner {
	height: 370px;
	width: 1400px;
	padding-top: 50px;
	padding-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}
#zyfc_top {
	height: 70px;
	margin-bottom: 30px;
	width: 1300px;
	margin-right: 50px;
	margin-left: 50px;
}
#zyfc_list {
	height: 280px;
}

.title_txt2 {
	float: left;
	margin-left: 11px;
	font-size: 25px;
	color: #ffffff;
	font-weight: 600;
	line-height: 33px;
	font-family: font_pingfang;
}
#wrap3_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#kycg {
	float: left;
	width: 620px;
}
#kycg_list {
	height: 560px;
}
#kycg_list li {
	display: block;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
#kycg_pic {
	float: left;
	height: 120px;
	width: 176px;
}
#kycg_txt {
	float: right;
	height: 120px;
	width: 430px;
	position: relative;
}
#kyfc_date {
	font-size: 14px;
	line-height: 17px;
	color: #808080;
	height: 17px;
	width: 80px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#kyfc_title {
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 8px;
}
#kyfc_des {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
}
#xsfc {
	float: right;
	width: 620px;
}
#bottom {
	background-color: #363B49;
	height: 220px;
}
#bottom a {
	color: #ffffff;}

#bottom a:hover {
	color: #eeeeee;}

#bottom_inner {
	height: 220px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	float: left;
	width: 850px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left 37px;
	height: 110px;
	padding-top: 110px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
}
#ewm {
	background-image: url(ewm.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 25px;
	width: 126px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	margin-top: 35px;
	padding-top: 125px;
	line-height: 25px;
}