*,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-color: #fff;
}
.topmost .logo{
    overflow: hidden;
    position: relative;
}
.topmost .logo img{}
.topmost .top-most{
    overflow: hidden;
    position: relative;
}
.topmost .top-most .tit{
    overflow: hidden;
    position: relative;
}
.topmost .top-most .tit .language{
    overflow: hidden;
    position: relative;
    line-height: 22px;
    margin: 0 20px 0 0;
}
.topmost .top-most .tit .language a{
    color: #333333;
}
.topmost .top-most .tit .language span{
    color: #333333;
    margin: 0 5px;
}
.topmost .top-most .tit .language a:hover,.topmost .top-most .tit .language .this{
    color: #dd0a69;
}
.topmost .top-most .tit .user{
    overflow: hidden;
    position: relative;
    height: 22px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    margin: 0 20px 0 0;
}
.topmost .top-most .tit .user img{
    float: left;
    margin: 3px 5px 0 0;
}
.topmost .top-most .tit .user span{
    float: left;
    color: #333333;
}
.topmost .top-most .tit .user:hover span{
    color: #dd0a69;
}
.topmost .top-most .tit .link{
    overflow: hidden;
    position: relative;
}
.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:first-child{
    margin: 0 0 0 0;
}
.topmost .top-most .ul-box ul li .imgqh{
	position:relative;
	width: 40px;
    height: 40px;
	margin:0 auto;
}
.topmost .top-most .ul-box ul li .spI{
    width: 40px;
    height: 40px;
    line-height: 40px;
    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
}
.topmost .top-most .ul-box ul li .spI img{
 width:40px;height:40px;
 background-size: 100% 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: #333;
}
.topmost .top-most .ul-box ul li:hover .spI{
    display:none;
}
.topmost .top-most .ul-box ul li:hover h5{
    color: #dd0a69;
}

.navBox{
    position: relative;
    height: 50px;
    background-color: #7c4392;
}
.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: #7c4392;
    }
}

.navBox .nav-ul .subnav li{
    width: 100%;
    float:left;
    position:relative;
    list-style-type: none;
}
.navBox .nav-ul .subnav li a{
    display:inline-block;
    text-align:center;
    width: 100%;
    font-size:20px;
    line-height: 50px;
    height: 50px;
    color:#fff;
    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;
    background-color: #dd0a69;
}
.navBox .nav-ul .subnav li .this{
    color: #fff;
    background-color: #dd0a69;
}





.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: #7c4392;
}
.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: #dd0a69;
}

.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: 768px) {
    .center-box .sectionLeft,.center-box .sectionRight{width: 100%;}
    .center-box .sectionRight{padding-left: 0px;}

}



