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

body{
	min-width: 1200px;
	background: #f2f2f2;
}

/*logo*/
.tz_logo{
	width: 1200px;
	height: 136px;
}
.tz_logo_icon{
	width: 670px;
	height: 136px;
	float: left;
	background: url(2020_tz_logo.png) left center no-repeat;
}
/*search*/
.tz_search{
	position: relative;
	width: 436px;
	height: 36px;
	margin-top: 49px;
	border: 1px solid #c9c9c9;
	border-radius: 50px;
	background: #fff;
}
.tz_search .searchcon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 340px;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	font-family: "微软雅黑", "Microsoft Yahei";
	color: #888;
	font-size: 16px;
}
.tz_search .searchan{
	position: absolute;
	top: 0;
    right: 0;
	z-index: 2;
	width: 60px;
	height: 100%;
	background: #e60012 url(2020_tz_searchan.png) center no-repeat;	
	border-radius: 50px;
	cursor: pointer; 
}

/*nav*/
.tz_nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #015293;
}
.tz_nav ul{
	width: 1200px;
	height: 50px;
	line-height: 50px;
}
.tz_nav ul a{
	width: auto;
	height: 50px;
	padding: 0 15px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.tz_nav ul a:hover{
	background: #026cc1;
}

/*有情链接*/
.tz_link{
	width: 1200px;
	height: auto;
	background: #fff;
}
.tz_linkbor{
	width: 1160px;
	height: auto;
	border-top: 6px solid #2f61ac;
	padding-top: 20px;
}
.tz_linkxl{
	width: 218px;
	height: 46px;
	border: 1px solid #c9c9c9;
	float: left;
	margin-right: 15px;
}
.tz_linkxl_rig{
	margin-right: 0;
}
.tz_linkxl select{
	width: 100%;
	height: 100%;
	line-height: 48px;
	font-size: 16px;
	color: #888;
	padding: 0 5%;
/*	-webkit-appearance: none;*/
}
.tz_linkxl select option{
	color: #000;
}


/*footer*/
.tz_footer{
	position: relative;
	width: 1200px;
	height: auto;
	padding: 40px 0 48px 0;
	background: #fff;
}
.tz_footer1{
	border-top: 2px solid #015293;
}
.tz_footer .tz_dzjg{
	position: absolute;
	top: 68px;
	left: 50px;
	z-index: 1;
	width: 80px;
	height: 80px;
}
.tz_footer .tz_dzjg img{
	width: 100%;
	height: 100%;
}
.tz_footer h5{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.tz_footer h5 a{
	color: #000;
}
.tz_footer h5 a:hover{
	color: #2f61ac;
}
.tz_footer h5 span{
	margin: 0 5px;
	color: #000;
}
.tz_footer .tz_footer_main{
	width: 100%;
	height: auto;
	line-height: 40px;
	text-align: center;
}