*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "微軟正黑體","Microsoft JhengHei";
}
body{
    background-color: #efefef;
}
/*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;  }
.toptop{position:fixed;top:0;left:0;width:100%;z-index:11;}
.main-box{
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: auto;


}

.topmost{
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    background: url(../images/header.png) no-repeat top center;
    background-size: cover;
}
.topmost .logo{
    overflow: hidden;
    position: relative;
}
.topmost .logo img{width: 194px;}
.topmost .top-most{
    overflow: hidden;
    position: relative;
}
.topmost .top-most .tit{
    overflow: hidden;
    position: relative;
}
.topmost .top-most .tit .language{
    overflow: hidden;
    position: relative;
    margin: 0 10px 0 0;
    background: #9FC850;
    border-radius: 50px;
    padding: 5px 5px;
}
.topmost .top-most .tit .language a{
    color: #fff;
    padding: 2px 10px;
}
.topmost .top-most .tit .language span{
    color: #fff;
    margin-left: 5px;
}
.topmost .top-most .tit .language a:hover,.topmost .top-most .tit .language .this{
    color: #fff;
    background: #2379be;
    
    border-radius: 50px;
    margin: 5px 0;

}
.topmost .top-most .tit .user{
    overflow: hidden;
    position: relative;
    padding: 5px 10px;
    background: #9FC850;
    border-radius: 50px;
    color: #fff;

}
.topmost .top-most .tit .user:hover{background: #2379be;}
.topmost .top-most .tit .user img{
    float: left;
    margin: 3px 5px 0 0;
    filter: invert(50%) brightness(300%);
}
.topmost .top-most .tit .user span{
    float: left;
    color: #fff;
}
.topmost .top-most .tit .user:hover span{
    color: #fff;
}
.topmost .top-most .tit .link{
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-top: 4px;
}
.topmost .top-most .tit .link a{

}
.topmost .top-most .ul-box{
    overflow: hidden;
    position: relative;
    margin: 15px 0 0 0;
}
.topmost .top-most .ul-box ul{

}
.topmost .top-most .ul-box ul li{
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 0 0 20px;
    list-style-type: none;
    text-align: center;
}
.topmost .top-most .ul-box ul li a:hover .spI{
   transform: translateY(5px);
}
.topmost .top-most .ul-box ul li a:hover .spI img{
    
}
.topmost .top-most .ul-box ul li:first-child{
    margin: 0 0 0 0;
}
.topmost .top-most .ul-box ul li .imgqh{
	position:relative;
	margin:0 auto;
}
.topmost .top-most .ul-box ul li .spI{
    width: 45px;
    height: 45px;
    text-align: center;
    background-size: 100% 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	margin:0 auto;
	position:relative;
	z-index:2;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all  .5s ease 0s ;
    -moz-transition: all  .5s ease 0s ;
    -ms-transition: all  .5s ease 0s ;
    -o-transition: all  .5s ease 0s ;
    transition: all  .5s ease 0s ;
}
.topmost .top-most .ul-box ul li .spI img{
    width:100%;
}

.topmost .top-most .ul-box ul li .spW{
	position:absolute;
	display:block;
	left:0;
	top:1px;
	z-index:1;
	
}

.topmost .top-most .ul-box ul li .spW img{
 width:40px;height:40px;
 background-size: 100% 100%;
}
.topmost .top-most .ul-box ul li h5{
   /*  margin: 5px 0 0 0; */
    color: #2379be;
}

.navBox{
    position: relative;
    height: 50px;
    background-color: #9FC850;
}
.navBox .nav-ul{
    position:absolute;
    width: 1200px;
    left:50%;
    top: 0;
    margin-left: -600px ;
    z-index:9998;
}
.navBox .nav-ul .subnav{
    display:table;
    width: 100%;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;

    justify-content: space-around;
}
@media (min-width: 768px) {
    .navBox .nav-ul .subnav dl{
        background-color: #9FC850;
    }
}

.navBox .nav-ul .subnav li{
    width: 100%;
    float:left;
    position:relative;
    list-style-type: none;
}
.navBox .nav-ul .subnav li a{
    display:flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    width: 100%;
    font-size:18px;
    line-height: 50px;
    height: 50px;
    color:#347c89;
    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 i{margin-left: 5px;}
.navBox .nav-ul .subnav li a:hover{
    color: #fff;
    background-color: #5e7532;
}
.navBox .nav-ul .subnav li .this{
    color: #fff;
    background-color: #5e7532;
}





.menu-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.4);
    display: none;
    top: 0;
    left: 0;
}
.menu-box{
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
    top: 0;
    left: 0;
    padding: 80px 0 0 0;
}
.language-bg{
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.4);
    display: none;
}
.language-box{
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
    top: 0;
    left: 0;
    padding: 80px 0 0 0;
}
.footer{
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    background-color: #2379be;
}
.footer .copy{
    overflow: hidden;
    position: relative;
    color: #fff;
}
.footer .foot{
    overflow: hidden;
    position: relative;
    color: #fff;
}
.footer .foot a{
    color: #fff;
}
.footer .foot span{
    margin: 0 5px;
}
.footer .foot a:hover{
    color: #fff;
}

.center-box .sectionLeft,.center-box .sectionRight{width: 50%;}
.center-box .sectionRight{padding-left: 30px;}
.center-box .info-warp{font-size: 20px;
    margin-bottom: 20px;
    line-height: 40px;
}
.form-horizontal .form-group{overflow: hidden;}
@media (max-width: 1200px) {
    .main-box{width: 98%;}

}
@media (max-width: 1191px) {
    .center-box .center .center-section2 .table{overflow: scroll !important;}
    .center-box .center .center-section2 table{width: 110% !important;}
    #update p{display: flex;justify-content: space-between;flex-wrap: wrap;}
    #update p img{width: 50%;}
}
@media (max-width: 1082px) {
    .center-box .center .center-section2 table{width: 120% !important;}
}
@media (max-width: 860px) {
    .navBox .nav-ul .subnav li a{font-size: 10px !important;}
    .center-box .center .center-section2 table{width: 150% !important;}

}
@media (max-width: 768px) {
    .center-box .sectionLeft,.center-box .sectionRight{width: 100%;}
    .center-box .sectionRight{padding-left: 0px;}
   

}
@media (max-width: 767px) {
    .center-box .center .center-section2 table{width: 250% !important;}
}


