﻿@charset "utf-8";
body{
	font-family: "微软雅黑","Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:168%;
	color:#5D5D5D;
	color:#5D5D5D !important;  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px!important; 
	margin-top: 0px!important;  
	margin-right: 0px!important; 
	margin-bottom: 0px!important;
}
li{list-style:none;}
.menu {
	height:50px;
	width:100%;
}
.logo {
	height:50px;
	width:170px;
	padding: 0px 10px;
	float: left;
	margin-top:0px;
}
.banner {
	height:100%;
	text-align:center;
	width:100%;
	margin:0px;
	margin:0px!important;
}
.aa {
	background:#0c54a8;
	height:45px;
	line-height:45px;
	text-align:center;
	width:100%;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	letter-spacing: 1px;
}
.date {
	background: #0c54a8;
    height: 30px;
    line-height: 15px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 13px;
	font-weight:bold;
}
.bb {
	height:38px;
	line-height:50px;
	text-align: center;
	color:#333;
	font-size:17px;
	font-weight:bold;
}
.cc {
	text-align: center;
    margin-right: 38px;
}
.cc li {
	font-size:14px;
	color:#575757;
	margin:10px 0 20px 0;
}
.cc span {
	text-align:right;
	width:70px;
	display:inline-block;
}
.cc input {
	border:1px solid #d5d5d5;
	height:30px;
}
.dd {
	text-align:center;
}
.ee {
	text-align:center;
	font-size:20px;
	color:#575757;
	line-height:30px;
	padding-top:20px;
}
.button{
	display: inline-block;
	padding: 12px 32px;
	margin-bottom: 13px;
	margin-top: 13px;
	min-height: 26px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	outline: 0;
	background: #3372df;
	color: #fff;
	border: 1px solid #1e5ac1;
	text-align:center;
	cursor: pointer;
}
.modal-content .button{
	padding: 10px 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.button:hover {
	background: #4d4d4d;
	color: #fff;
	border-color: #4d4d4d;
	text-decoration: none
}
.contact {
	text-align: center;
	background-color: #2F2F2F;
	width: 100%;
	position: relative;
	bottom: 0;
	padding: 8px 0;
	color: #FFFFFF;
	font-size:13px;
}
.contact a {
	color: #FFFFFF;	
}
em.note {
	font-size: 12px;
	color: #A1A1A1;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}


        /* The Modal Setting - 20200612 */
        .modal {
            display: none; /* Hidden by default in the Register page */
            position: fixed; /* Stay in place */
            z-index: 9999999; /* Sit on top */
            padding: 50px 0; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
			text-align: center;
        }
        .modal-content-length {
            margin: 20px 0px 5px 0px;
            overflow-x: hidden;
            overflow-y: auto;
        }
        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 10px;
            border-bottom: 5px solid #0C4B89;
            max-width: 350px;
			width: 90%;
			text-align: center;
			border-radius: 10px;
        }
		.hightlight {
			background-color: #FCFF94;
		}
        /* The Close Button */
        .close {
            
            /*float: right;*/
			margin-top: 30px;
			display: inline-block;
            /*color: #0C4B89;
			font-size: 32px;
            font-weight: bold;
			border: 2px solid #0C4B89;
			border-radius: 5px;
			padding: 0 4px 5px 4px;*/
        }
            .close:hover,
            .close:focus {
                cursor: pointer;
				/*color: #FFFFFF;
                text-decoration: none;
				border: 2px solid #FFFFFF;*/
            }

        #OpenModalBtn {
            cursor: pointer;
            display: nline-block;
            text-decoration: underline;
        }

