@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body, ul, ol, h1, h2, h3, h4, h5, p, dl, dt, dd, form, input, Submit {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}
img {
	border: 0;
	behavior: url("iepngfix.htc");
}
body {
	font-family: "微软雅黑";
	background: #fff;
	font-size: 14px;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #d61b00;
}
ul, li {
	list-style: none;
}
.top {
	width: 100%;
	line-height: 35px;
	height: 35px;
	background: #333;
}
.w1100 {
	width: 1100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}
.logo {
	float: left;
}
.search {
	margin-top: 30px;
	float: right;
}
.search_input {
	width: 380px;
	height: 34px;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	padding-left:20px;
}
.search_botton {
	height: 38px;
	float: left;
	border: 1px solid #cccccc;
	border-left: none;
	width: 36px;
	background: url(ss.png) no-repeat center;
	box-sizing: border-box;
	outline: none;
}
.head_bottom_box {
	height: 49px;
	position: relative;
	width: 100%;
	background-color: #004986;
	min-width: 1100px;
}
.head_bottom_box .head_nav_left {
	position: relative;
	float: left;
	width: 120px;
	overflow: hidden;
	height: 49px;
	background-color: #3db5bb
}
.head_bottom_box .head_nav_right {
	position: absolute;
	right: 0;
	width: 120px;
	top: 0;
	overflow: hidden;
	height: 49px;
	background-color: #3db5bb;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}
.head_nav {
	position: relative;
	width: 1100px;
	height: 49px;
	margin: 0 auto;/* background:#e7f5fe */
}
.arrow-up {
	position: absolute;
	right: -30px;
	width: 0;
	bottom: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 49px solid #e7f5fe
}
.top_nav {
	position: relative;
	height: 100%
}
.top_nav li {
	float: left;
	width: 137px;
	height: 100%;
	color: #fff;
	background: url(nav.jpg) right no-repeat;
	text-align: center;
	font-size: 14px;
	line-height: 49px;
	cursor: pointer;
}
.small_nav_list li:hover a {
	color: #fff;
}
.small_nav_list li:hover {
	background: #00335e;
	color: #fff;
}
.top_nav .act  a{background: #00335e;
	color: #fff; text-decoration:none;}
.top_nav .act {
	background: #00335e;
	color: #fff;
}
.top_nav li span a {
	color: #fff;
}
.act a {
	color: #fff;
}
.act a:hover {
	color: #fff;
}
.top_nav a span {
	color: #003459;
}
.small_nav_list {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(26,53,71,.1);
	-moz-box-shadow: 0 1px 2px rgba(26,53,71,.1);
	box-shadow: 0 1px 2px rgba(26,53,71,.5);
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.31, .57, .68, 1.36);
	-moz-transition: all .3s cubic-bezier(.31, .57, .68, 1.36);
	-o-transition: all .3s cubic-bezier(.31, .57, .68, 1.36);
	transition: all .3s cubic-bezier(.31, .57, .68, 1.36);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 70% 0;
	-moz-transform-origin: 70% 0;
	-o-transform-origin: 70% 0;
	transform-origin: 70% 0;
	-ms-transform: scale(0);
	-ms-transition: all .3s cubic-bezier(.31, .57, .68, 1.36);
	-ms-transform-origin: 70% 0
}
.nav_btn:hover .small_nav_list {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}
.small_nav_list li {
	position: relative;
	width: 100%;
	height: 42px;
	border-bottom: solid 1px rgba(26,53,71,.1);
	border: solid 1px rgba(26,53,71,.1);
	border-bottom: none;
	background: none;
	background-color: #fff;
	color: #003459;
	line-height: 42px;
	-webkit-transition: color .2s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	-moz-transition: color .2s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: color .2s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	-ms-transition: color .2s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}
.small_nav_list a:last-child li {
	border-bottom: solid 1px rgba(26,53,71,.1)
}
.small_nav_list:before {
	position: absolute;
	top: -6px;
	left: 72px;
	width: 10px;
	height: 10px;
	border: solid 1px rgba(26,53,71,.1);
	border-width: 1px 1px 0 0;
	background: #fff;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}
.main {
	width: 100%;
	height: auto;
	background: #f6f6f6;
	min-width: 1100px;
}
.main1 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background: #f6f6f6;
	display: block;
	overflow: hidden;
	min-width: 1100px;
}
.bt {
	position: relative;
	font-size: 16px;
	color: #333333;
	width: 100%;
	height: 42px;
	line-height: 42px;
}
.bt img {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 6px;
}
.bt a {
	float: right;
	margin-top: 15px;
}
.bt span {
	color: #9a9a9a;
	font-size: 14px;
	margin-left: 10px;
}
.ztc li {
	width: 135px;
	text-align: center;
	height: 120px;
	background: url(ztcbj.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 35px;
	float: left;
	margin-left: 25.5px;
}
.ztc li img {
	text-align: center;
}
.ztc li p {
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-top: -6px;
}
.ztc li a {
	text-decoration: none;
	font-size: 16px;
}
.yqfw {
	width: 1100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rzqy {
	width: 1100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.yqfw li {
	width: 255px;
	height: 258px;
	float: left;
	border: 1px solid #d1d2d0;
	position: relative;
	background: #fff;
	margin: 10px 9px;
}
.yqfw li img {
	padding: 2px;
	border-bottom: #d1d2d0 5px solid;
	width: 252px;
	height: auto;
}
.yqfw p {
	background: #f7f7f7;
	padding: 13px;
	height: 52px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	font-family: "微软雅黑";
	margin-bottom: 8px;
}
.yqfw p span {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-top: 10px;
	color: #7f7f7f;
}
.yqfw p span a {
	font-size: 13px;
	color: #7f7f7f;
}
.yqfw p a {
	color: #333;
	text-decoration: none;
}
.xw {
	width: 533px;
	float: left;
	height: 280px;
	margin-top: 30px;
}
.bt1 {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: #015293 1px solid;
	height: 40px;
	line-height: 40px;
}
.bt1 span {
	background: #015293;
	width: 100px;
	float: left;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	height: 40px;
	text-align: center;
	background: url(zp1.jpg) no-repeat left center #015293;
}
.bt1 a {
	float: right;
	line-height: 40px;
	margin-top: 6px;
}
.bt2 {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: #015293 1px solid;
	height: 40px;
	line-height: 40px;
}
.bt2 span {
	background: #015293;
	width: 100px;
	float: left;
	color: #fff;
	padding-left: 25px;
	font-size: 16px;
	height: 40px;
	text-align: center;
	background: url(zp2.jpg) no-repeat left center #015293;
}
.bt2 a {
	float: right;
	line-height: 40px;
	margin-top: 6px;
}
.xw li {
	border-bottom: 1px dashed #b4b4b4;
	line-height: 40px;
	color: #1e1e1e;
	float: left;
	display: block;
	width: 97%;
	margin-left: 5px;
	text-decoration: none;
	background: url(dian.jpg) no-repeat left center;
	padding-left: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xw li a {
	text-decoration: none;
}
.xw li span {
	float: right;
	color: #908f8f;
	font-size: 13px;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}
.friend {
}
.mr_frbox {
	position: relative;
	width: 1070px;
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
}
.mr_frBtnL {
	width: 27px;
	height: 46px;
	background: url(tzs_pic_left.png) no-repeat;
	top: 23px;
	margin-left: -80px;
	float: left;
	position: relative;
	cursor: pointer;
}
.mr_frUl {
	width: 1100px;
	float: left;
	margin-left: -30px;
}
.mr_frUl ul li {
	display: inline;
	float: left;
	width: 262px;
	height: 91px;
	position: relative;
	margin-right: 16px;
	background: #dedede;
	border-radius: 10px;
}
.mr_frUl ul li a img {/*display:block;*/
	width: 264px;
	height: 85px;
	border: #dedede 1px solid;
}
.mr_frBtnR {
	width: 27px;
	height: 46px;
	background: url(tzs_pic_right.png) left no-repeat;
	position: absolute;
	margin-top: 23px;
	right: 0;
	margin-right: -45px;
	float: right;
	cursor: pointer;
}
.yq {
	background: #dddddd;
	height: 45px;
	line-height: 42px;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	min-width: 1100px;
}
.end {
	width: 100%;
	float: left;
	height: 120px;
	background: #333333;
	min-width: 1100px;
}
.dblogo {
	float: left;
	margin-top: 10px;
}
.dbwz {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
}
.nrleft {
	width: 250px;
	height: auto;
	float: left;
}
.nrright {
	width: 825px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	background: #fff;
	border: 1px solid #E5E5E5;
}
.crub {
	width: 1070px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 12px;
	color: #aaa;
	line-height: 40px;
	margin-bottom: 20px;
	background: url(point_03.png) 10px center no-repeat;
	background-color: #fff;
}
.crub ul {
	width: 1200px;
	margin: 0 auto;
}
.crub li {
	float: left;
	margin-right: 5px;
}
.crub a {
	color: #afafaf;
}
.ld-left {
	width: 250px;
	float: left;
	margin-bottom: 20px;
}
.treebox {
	width: 250px;
	background-color: #004986;
}
.menuz {
	overflow: hidden;
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px;
}
.menuz li a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 20px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	position: relative;
}
.menuz li a:hover {
	text-decoration: none;
	background-color: #00335e;
}
.menuz li a.current {
	background: #00335e
}
.xw_title img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.xw_right {
	float: right;
	width: 250px;
	background: #ffffff;
	padding: 20px 0;
}
.xw_right .xw_title {
	width: 230px;
	font-size: 17px;
}
.xw_right .xw_title span {
	margin-right: 10px;
	margin-top: 15px;
}
.xw_right ul {
	width: 215px;
	margin: 0 20px;
	margin-bottom: 15px;
}
.xw_right ul li {
	padding: 15px 0;
	background: url(dian.jpg) no-repeat center left;
	padding-left: 10px;
	border-bottom: 1px dashed #e4e4e4;
	list-style: none;
	overflow: hidden;
}
.xw_right ul li .time {
	color: #8e8e8e;
	font-size: 12px;
}
.xw_title {
	height: 50px;
	width: 250px;
	margin: 0 20px;
	line-height: 50px;
	font-size: 22px;
	color: #005bac;
	font-weigth: bold;
	border-bottom: 1px solid #e4e4e4;
}
.side {
	width: 250px;
	background-color: #fff;
}
.fl {
	float: left;
}
.side ul {
	border: 1px solid #E7E7E7;
}
.side ul li {
	line-height: 43px;
	border-top: 1px solid #E7E7E7;
	font-size: 14px;
	background: transparent url("a6.png") 17px center no-repeat;
}
.side ul li.oth {
	background: transparent url("a6.png") 17px center no-repeat;
}
.side ul li:first-child {
	border-top: 0;
}
.side ul .on a {
	color: #fe680b;
}
.side ul li.on {
	ccolor: #fe680b;
	background: transparent url(ar2.png) 17px center no-repeat;
}
.side ul li.oth a {
	color: #545454;
}
.side ul li a:hover {
	color: #fe680b;
}
.side ul li:hover {
	background: transparent url("ar2.png") 17px center no-repeat;
}
.side ul a {
	display: block;
	text-decoration: none;
	color: #004986;
	margin-left: 40px;
}
.side .title {
	font-size: 24px;
	color: #fff;
	padding: 12px 34px;
	background: #004986 url("ar.png") 15px center no-repeat;
}
.m-t-b {
	background: #dfdfdf;
	line-height: 44px;
	height: 44px;
	border-bottom: 1px solid #dfdfdf;
}
.m-t-b .m-title {
	width: 109px;
	font-size: 18px;
	color: #004986;
}
.m-t-b .m-title h3 {
	float: right;
	font-size: 18px;
	font-weight: 500;
}
.m-breadcrumb {
	margin-right: 9px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
}
.m-breadcrumb a {
	color: #555
}
.nrtp {
	width: 250px;
	height: 150px;
	background: url(about.jpg) no-repeat;
}
.banner_lan {
	width: 60px;
	height: 2px;
	background-color: #004986;
	float: left;
	margin-top: 15px;
}
.banner_bt {
	width: 300px;
	height: 34px;
	padding-top: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	color: #004986;
}
.banner_size {
	width: 245px;
	height: 117px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #1644a0;
	padding-left: 20px;
	padding-top: 18px;
	float: left;
}
.nrbt {
	font: 14px/56px "微软雅黑";
	color: #888888;
	height: 56px;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	border-bottom: 1px solid #dddddd;
}
.nrbt span {
	display: inline-block;
	background: url(home.png) left center no-repeat;
	padding-left: 26px;
}
.nrbt a {
	color: #888888;
}
.znr {
	margin: 30px;
	font-size: 15px;
	line-height: 30px;
	font-family: "微软雅黑";
	margin-top: 20px;
}
.znr p {
	font-size: 15px;
	line-height: 30px;
	font-family: "微软雅黑";
	margin-bottom: 5px;
}
.m-zzjg-W .list {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}
.f-list {
	padding: 15px 0 15px 110px !important;
	margin-bottom: 5px;
	position: relative;
	height: 80px;
	border-top: 1px dashed #eeeeee;
}
.f-list:first-child {
	border: none;
}
.f-list .m-time {
	position: absolute;
	left: 0;
	top: 15px;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #dddddd;
}
.f-list .m-time .m-day {
	font: 36px/44px "微软雅黑";
	color: #fe680b;
	padding-top: 6px;
}
.f-list .m-time .m-year {
	font: 12px/22px "微软雅黑";
	height: 22px;
	color: #fff;
	border-top: 1px solid #e7e7e7;
}
.f-list .m-box {
	font: 14px/24px "微软雅黑";
	overflow: hidden;
}
.f-list .m-box .m-title {
	font: 16px/23px "微软雅黑";
	height: 23px;
	overflow: hidden;
	margin-bottom: 5px;
}
.f-list .m-box .m-title a {
	color: #333;
	transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.f-list .m-box .m-title a:hover {
	color: #004986;
}
.f-list .m-box .m-digest {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	overflow: hidden;
	display: block;
}
.f-list .m-box .m-digest a {
	color: #888;
}
.f-list .m-box .m-digest a:hover {
}
.m-title {
	padding-bottom: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.m-title .m-name {
	font: 24px/35px "微软雅黑";
	overflow: hidden;
	padding: 0 120px;
	text-align: center;
	margin-bottom: 12px;
	color: #333333;
}
.m-title .m-time {
	font: 12px/19px "微软雅黑";
	color: #636363;
	overflow: hidden;
	height: 19px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.m-news {
	overflow: hidden;
}
.m-wrap table {
	display: block;
	margin: 32px auto 142px;
	font-size: 14px;
	margin-left: 40px;
}
.m-wrap table .span1 {
	width: 74px;
	float: left;
	font: 14px/40px "微软雅黑";
	color: #333333;
}
.m-wrap input {
	outline: none;
}
.m-wrap table .m-area {
	width: 558px;
	height: 78px;
	padding: 20px 13px;
	border: 1px solid #dddddd;
	color: #cccccc;
	font-family: "微软雅黑";
	margin-bottom: 30px;
}
textarea {
	outline: none;
}
.m-wrap table .m-yzm {
	width: 100%;
	height: 41px;
	overflow: hidden;
	margin-bottom: 30px;
}
.m-wrap table .m-yzm .m-text {
	width: 238px;
	float: left;
	margin: 0 10px 0 0;
	padding: 9px 13px;
	color: #cccccc;
	height: 12px;
	font-size: 14px;
	border: 1px solid #dddddd;
}
.m-wrap table .m-yzm .m-pic {
	width: 80px;
	height: 38px;
	float: left;
	border: 1px solid #dddddd;
}
.m-wrap table .m-yzm .m-ulk {
	font-size: 14px;
	color: #004986;
	float: left;
	height: 20px;
	margin: 10px 0 0 12px;
}
.m-wrap table input[type="text"]:focus, .m-wrap table textarea:focus {
	color: #888;
	border: 1px solid #004986;
}
.m-wrap table .m-btn {
	width: 150px;
	height: 40px;
	border: none;
	cursor: pointer;
	background: #004986;
	color: #fff;
	font-size: 18px;
}
.m-wrap table .m-text1 {
	width: 200px;
	padding: 9px 13px;
	color: #cccccc;
	float: left;
	height: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	border: 1px solid #dddddd;
}
.m-wrap table .m-text1:first-child {
	margin-right: 40px;
}
.m-wrap table .m-text1 + font {
	width: 87px;
	float: left;
	line-height: 40px;
}
.m-title {
	font: 36px/51px "微软雅黑";
	width: 100%;
	padding-bottom: 16px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}
.m-title em {
	display: block;
	text-align: center;
	font: 14px/22px "微软雅黑";
	color: #bbbbbb;
	text-transform: uppercase;
}
.yqfw1 {
	width: 765px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.yqfw1 li {
	width: 235px;
	height: 244px;
	float: left;
	border: 1px solid #d1d2d0;
	position: relative;
	background: #fff;
	margin: 10px 9px;
}
.yqfw1 li img {
	padding: 2px;
	border-bottom: #d1d2d0 5px solid;
	width: 231px;
	height: auto;
}
.yqfw1 p {
	background: #f7f7f7;
	padding: 13px;
	height: 52px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	font-family: "微软雅黑";
	margin-bottom: 8px;
}
.yqfw1 p span {
	float: left;
	width: 100%;
	font-size: 13px;
}
.yqfw1 p a {
	color: #7f7f7f;
	text-decoration: none;
}
.fwlb {
	float: left;
}
.fwlb li {
	width: 740px;
	border-bottom: 1px #e5e5e5 solid;
	margin: 10px;
	padding-left: 10px;
	background: url(dianyi.jpg) no-repeat left center #f5f5f5;
	float: left;
}
.fwlb span {
	width: 65%;
	float: left;
	line-height: 50px;
	padding-left: 20px;
}
.fwlb span a{width:100%;
	float:left;
	background:none;
	font-size: 14px;
	color: #333;
    padding-left:0;
    text-decoration:none;
	line-height: 50px}
.fwlb a {
	width: 9%;
	float: right;
	background-image: url(bj7.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	background: #e3e3e3;
	color: #015293;
	padding-left: 20px;
	line-height: 50px;
}
.page2 {
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	text-align: center;
	padding-top: 30px;
	height: 40px;
	width: 100%;
	margin: 0 auto;
}
.page2 a {
	color: #666666;
}
.page2 span a {
	margin-right: 5px;
	font: 12px/24px "microsoft yahei";
	color: #333;
	text-decoration: none;
	border: solid 1px #ddd;
	white-space: nowrap;
	margin: 0 3px;
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.hidden-xs {
	margin-right: 3px;
	font: 12px/25px "microsoft yahei";
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	border: #fff;
	padding: 0;
	height: 26px;
	line-height: 26px;
}
.pageinfo {
	margin-right: 5px;
	font: 12px/24px "microsoft yahei";
	color: #333;
	text-decoration: none;
	border: solid 1px #ddd;
	white-space: nowrap;
	margin: 0 3px;
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
select {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 26px;
	width: 30px;
	outline: none;
}
.znr img{ max-width:765px; height:auto;}