*{
	padding: 0px;
	margin: 0px;
}
/*body{
    filter: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImdyYXlzY2FsZSI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvc3ZnPg==#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
}*/
.ui-header{
	width: 100%;
}
.ui-hd-tp{
	width: 100%;
	height: 126px;
	background: url(../images/hdtp1.png) no-repeat;
	background-size: 100% 100%;
}
.ui-hd-tp-min{
	width: 1200px;
	margin: auto;
        position: relative;
}
.ui-hd-tp-img1{
	width: 272px;
	height: 63px;
	margin-top: 31px;
        margin-right: 26px;
	float: left;
}
.ui-hd-tp-img2{
	width: 450px;
	height: 84px;
	margin-top: 19px;
}
.ui-hd-tp-img3{
	width: 656px;
	height: 70px;
	margin-top: 27px;
}
.ui-hd-tp-h{
	font-size: 36px;
	font-family: FZDaBiaoSong-B06S;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 1px 2px 4px rgba(0, 36, 89, 0.28);
	float: left;
	margin-top: 38px;
}
.ui-hd-tpr{
	width: 346px;
	height: 40px;
	float: right;
	background-color: #FFFFFF;
	overflow: hidden;
        margin-top: 29px;
	border-radius: 4px;
}
.ui-hd-tpr-pt{
	width: 251px;
        line-height: 40px;
	float: left;
	padding: 0 20px;
	outline: none;
        border: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.ui-hd-tpr-pt:-ms-input-placeholder{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.ui-hd-tpr-r{
	width: 50px;
	height: 26px;
	float: right;
	border-left: 1px solid #5AB1F5;
        margin-top: 0px;
	outline: none;
        cursor: pointer;
}
.ui-hd-tpr-r-img{
	width: 25px;
	height: 26px;
	margin-left: 0px;
	background: url(../images/hdtp4.png) no-repeat;
	border: none;
	outline: none;
	background-position: 2px;
	background-size: 21px 22px;
        cursor: pointer;
}
.ui-nav{
	width: 100%;
	height: 52px;
	background-color: rgba(2,72,168,.8);
}
.ui-nav-min{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.dropbtn {
    /* background-color: #4CAF50; */
    color: #fff;
    padding: 16px 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 80px;
    text-align: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 52px;
    left: -6px;
    background-color: #f9f9f9;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-decoration: none;
        display: block;
	text-align: center;
}

.dropdown-content a:hover {
        color: #fff;
        background-color: #136CC8;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
	background-image: url(../images/nav1.png);
	background-repeat: no-repeat;
	background-size: 64px 7px;
	background-position: 6px 40px; 
}
.ui-footer{
	width: 100%;
	height: 104px;
	background-color: rgba(2,72,168,.8);
	padding-top: 30px;
}
.ui-footer-min{
	width: 1200px;
	margin: auto;
}
.ui-ft-p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
.ui-ft-p a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.ui-ft-img{
	width: 18px;
	height: 20px;
	margin-right: 8px;
	position: relative;
	top: 4px;
}