*{
    padding:0;
    margin: 0;
}
.clear {
    clear: both;
}
li{
    list-style: none !important;
}
a{
    text-decoration: none !important;
    color: #333333;
}
a:link{
    text-decoration:none !important
}
a:visited{
    text-decoration:none !important;
}
a:hover{
    text-decoration:none !important;
}
a:active{
    text-decoration:none !important;
}
a {outline: none;}
:focus { outline:0; }
img{border:0 none}
.container{
    margin: 0px auto;
    text-align:center;
}

body{
    background-image: url("index.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #F5F9FB;
}
.wrap{
    width: 1100px;
    margin: 0px auto;
    padding-top: 97px;
}
.header{
    width: 1100px;
    height: 101px;
}
.header img{
    margin-left: 4px;
}
.ftzw_bg{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: url("ftzw_bg.png") no-repeat;
    position: absolute;
    top: 0px;
    left: 1110px;
}
.search{
    width: 250px;
    height: 50px;
    outline:none;
    border: none;
    opacity:0.86;
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-right: -80px;
    padding-left: 15px;
    background: url("search_bg.png") no-repeat;
}
.searchbtn{
    width: 110px;
    height: 50px;
    border: none;
    outline:none;
    color: #ffffff;
    background-color: #457EC0;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    float: right;
    margin-top: 25px;
    position: relative;
    right: 10px;
    z-index: 100;
    background: url("search_button.png") no-repeat;
}
.header2{
	width: 1100px;
	height: 50px;
	margin-top: 80px;
	background: -moz-linear-gradient(top, #017AD6 0%, #0071C7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017AD6), color-stop(100%,#0071C7));
	background: -webkit-linear-gradient(top, #017AD6 0%,#0071C7 100%);
	background: -o-linear-gradient(top, #017AD6 0%,#0071C7 100%);
	background: -ms-linear-gradient(top, #017AD6 0%,#0071C7 100%);
	background: linear-gradient(to bottom, #017AD6 0%,#0071C7 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017AD6', endColorstr='#0071C7',GradientType=0 );
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #73b0de;
}
.header2 a {
    color: #fff;
}
.header2 ul{position: absolute}
.header2 li{
    width: 184px;
    float: left;
}
.header2 li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: auto 0px;
    background: no-repeat center center;
    position: relative;
    top: 8px;
}
.footer{
    width: 100%;
    height: 72px;
    background-color: #037EDB;
}
.footer ul{
    width: 780px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.footer li{
    background-color: #7AC2F9;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin-right: 60px;
    margin-top: 16px;
    float: left;
}
.footer li:last-child{margin-right: 0px;}
.footer li span {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    position: relative;
    top: 15px;
    left: 42px;
}
.fotimg p{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 25px;
}
.fotimg p:first-child{ margin-top: 30px;}
.fotimg{
    width: 1024px;
    height: 220px;
    background: url("footer1.png") no-repeat;
    margin: 0 auto;
    margin-top: 50px;
}
.fotimg1{
    position: relative;
    top: 16px;
    left: 340px;
 }
.fotimg2{
    position: relative;
    top: 26px;
    left: 370px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    width: 188px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
}
.dropdown-content p{border-bottom: 1px solid #eeeeee;}
.dropdown-content .p2{border-bottom:none;}
.dropdown:hover .dropdown-content {
    display: block;
}



.cur a {
}
.cur a:hover {
	color: #FF9B3B;
	text-decoration: none;
}
.wrap2 .sec2right #tab2 #tabon .cur a {
	color: #3693D9;
	text-decoration: none;
}
.wrap2 .sec2right #tab2 #tabon .cur a:hover {
	color: #3693D9;
	text-decoration: none;
}
