*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "微軟正黑體","Microsoft JhengHei";
}
body{
    background-color: #f2f2f2;
}
ul, ul li{list-style-type:none;}
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 400;  }

.mainBox{
    padding-left: 140px;
    padding-right: 140px;
}
.mainBox2{
    overflow: hidden;
    position: relative;
    width: 1260px;
    margin: auto;
}


.navBox{
    position: fixed;
    width: 100%;
    /*height: 100px;*/
    background-color: #fff;
    z-index: 99;
}
.navBox .navTop{
    position: relative;
    z-index: 991;
    padding: 14px 150px;
}
.navBox .logo{
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.navBox .logo img{height:72px}
.navBox .nav-ul{
    width: 100%;
    position:relative;
    top: 14px;
    z-index: 99;
}
.navBox .nav-ul .subnav{
    display:table;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 150px;
    background-color: #1d2c5a;
}
.navBox .nav-ul .subnav li{
    float:left;
    position:relative;
    /* margin: 0 0 0 65px; */
}
.navBox .nav-ul .subnav li a{
    display:inline-block;
    text-align:center;
    /* line-height:50px; */
    font-size:16px;
	padding: 14px 0;
    color:#fff;
    cursor: pointer;
    transition:background .1s linear 0s;
    -webkit-transition:background .1s linear 0s;
    -moz-transition:background .1s linear 0s;
    -o-transition:background .1s linear 0s;
}
.navBox .nav-ul .subnav li a:hover{
    color: #fff;
}
.navBox .nav-ul .subnav li .bg{
    color: #fff;
}
.navBox .nav-ul .subnav li dl{
    display:none;
    position:absolute;
    width: 200%;
    left:50%;
    margin-left:-100%;
    background-color:#1d2c5b;
    color: #fff;
}
.navBox .nav-ul .subnav li dl dd a{
    width: 100%;
    font-size: 14px;
    color: #fff;
    height: 40px;
	padding:0;
    line-height: 40px;
}
.navBox .nav-ul .subnav li dl dd .bg{
    color: #fff;
    font-weight: 500;
}
.navBox .nav-ul .subnav li dl dd a:hover{
    background-color: #0053a4;
    color: white;
}
.navBox .nav-ul .subnav li .this{
    color: #fff;
    font-weight: bold;
}
.popup-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,83,164,.6);
    z-index: 999999;
    display: none;
}
.popup-box{
    overflow: hidden;
    position: fixed;
    width: 1260px;
    top: 50%;
    left: 50%;
    padding: 25px 20px 10px 20px;
    margin-left: -630px;
    margin-top: -134px;
    background-color: #fff;
    z-index: 9999991;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
.popup-box h4{
    margin: 0 0 10px 25px;
    color: #333;
}
.popup-box p{
    margin: 0;
    color: #666;
    line-height: 2;
    font-size: 16px;

	padding:25px;
}
.popup-box .link{
    overflow: hidden;
    position: relative;
    margin: 20px  0 0  25px;
}
.popup-box .link a{
    display: block;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    margin: 0 20px 0 0;
    min-width: 120px;
    float: left;
    cursor: pointer;
    background-color: #0053a4;
    border: 1px solid #0053a4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popup-box .link a:hover{
    color: #0053a4;
    background-color: #fff;
}
.popup-box .close-x{
    overflow: hidden;
    text-align: right;
    margin: 30px 25px 0 0;
}
.popup-box .close-x span{
    cursor: pointer;
}
.popup-box .close-x span:hover{
    color: #0053a4;
}

.navBoxH{
    overflow: hidden;
    height: 150px;
    position: relative;
}

.zBanner{
    overflow: hidden;
    position: relative;
}
.zBanner .spI{
    overflow: hidden;
    position: relative;
}
.zBanner .spI img{
    width: 100%;
    height: auto;
}
.zBanner .spT{
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    font-size: 30px;
    margin-top: -21px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.pageBox{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 10px 100px 0 0;
}
.pageBox p{
    text-align: center;
    background-color: #1d2c5b;
    color: #fff;
    width: 10%;
    margin: 0 auto;
    line-height: 30px;
}
.pageBox ul{}
.pageBox ul li{
    display: inline-block;
}
.pageBox ul li a{
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    margin: 0 2px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.pageBox ul .this a,.pageBox ul li:hover a{
    color: #fff;
    background-color: #1d2c5b;
}

.navBox .languages{
    margin: 26px 0 0 0px;
    right: 270px;
    position: absolute;
    float: right;
    padding: 3px 20px;
    text-align: center;
    border: 2px solid #1d2c5a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.navBox .languages .tit{
    overflow: hidden;
    cursor: pointer;
}
.navBox .languages .tit i{
    float: left;
    margin: 4px 0 0 0;
    color: #1d2c5a;
}
.navBox .languages .tit span{
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.navBox .languages .titUl{
    overflow: hidden;
    position: absolute;
    padding: 5px 0;
    left: 0;
    top: 35px;
    width: 100%;
    background-color: #999;
    z-index: 1;
    display: none;
}
.navBox .languages .titUl ul{}
.navBox .languages .titUl ul li{
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
}
.navBox .languages .titUl ul li a{
    color: #fff;
}
.navBox .languages .titUl ul li a:hover{
    color: #1d2c5b;
}
.navBox .icon{
    margin: 28px 0 0 0;
    right: 150px;
    position: absolute;
    float: right;
}
.navBox .icon a:nth-child(2){
	margin:0 10px 0 9px; 
}

.navBox .search{
    margin: 28px 0 0 0px;
    right: 150px;
    position: absolute;
    float: right;
}
.navBox .search i{
    cursor: pointer;
}
.navBox .search .fa-close{
    display: none;
}
.searchForm{
    overflow: hidden;
    position: fixed;
    z-index: 999;
    top: 110px;
    right: 150px;
    display: none;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchForm input{
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: none;
    margin: 0 10px 0 0;
}
.searchForm button{
    height: 34px;
    margin: 0 10px 0 0;
    background-color: #f2f2f2;
    border: none;
}




















.footer{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 10px 150px;
    color: #fff;
    background-color: #1d2c5b;
}
















