*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "微軟正黑體","Microsoft JhengHei";
}
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;  }

.navBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 100px;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid #f1f2f2;
}
.navBox .topRight{
    overflow: hidden;
    position: relative;
    padding: 20px 0 0 0;
}
.navBox .topRight .search{
    overflow: hidden;
    position: relative;
    margin: 0 30px 0 0;
    line-height: 24px;
}
.navBox .topRight .search img{
    cursor: pointer;
}
.navBox .topRight .login{
    overflow: hidden;
    position: relative;
	 cursor: pointer;
}
.navBox .topRight .login img{}
.navBox .topRight .login span{
    display: block;
    overflow: hidden;
    color: #5872f7;
    width: 50px;
    height: 24px;
    margin: 0 0 0 10px;
    text-align: center;
    border: 1px solid #5872f7;
}
.navBox .topRight .login:hover span{
    color: #fff;
    background-color: #5872f7;
}
.navBox .logo{
    overflow: hidden;
    position: relative;
    padding: 30px 0 15px 0;
}
.navBox .logo img{}
.navBox .nav-ul{
    position:absolute;
    right: 100px;
    top: 65px;
    z-index:99;
}
.navBox .nav-ul .subnav{
    display:flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.navBox .nav-ul .subnav li{
    position:relative;
    margin: 0 0 0 50px;
}
.navBox .nav-ul .subnav li a{
    display:inline-block;
    text-align:center;
    font-size:18px;
    color: #222222;
    border-bottom: 2px solid #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: #5872f7;
}
.navBox .nav-ul .subnav li .bg{
    color: #5872f7;
}
.navBox .nav-ul .subnav li dl{
    display:none;
    position:absolute;
    width: 150%;
    left:50%;
    margin-left:-75%;
    padding-top: 34px;
}
.navBox .nav-ul .subnav li:nth-child(2) dl{
    width: 300%;
    margin-left:-150%;
}
.navBox .nav-ul .subnav li:nth-child(3) dl{
    width: 450%;
    margin-left:-225%;
}
.navBox .nav-ul .subnav li dl dd a{
    width: 100%;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #5872f7;
}
.navBox .nav-ul .subnav li dl dd{
    margin: 0;

}
.navBox .nav-ul .subnav li dl dd .bg{
    color: #fff;
    margin: 0;

}
.navBox .nav-ul .subnav li dl dd a:hover{
    background-color: #eee;
    color: #5872f7;
}
.navBox .nav-ul .subnav li dl dd:last-child a{
    border-bottom: none;
}
.navBox .nav-ul .subnav .this a{
    color: #222;
    border-bottom: 2px solid #5872f7;
}
.navBoxH{
    overflow: hidden;
    position: relative;
    height: 125px;

}







.navBox .yyui_menu1 {
    position: absolute;
    right: 100px;
    top: 65px;
    z-index: 99;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.navBox .yyui_menu1 li {
    float:left;
    position:relative;
    margin: 0 0 0 50px;
} /*这一级是导航*/
.navBox .yyui_menu1 li a {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #222222;
    border-bottom: 2px solid #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 .yyui_menu1 .this a {
    color: #222;
    border-bottom: 2px solid #5872f7;
}
.navBox .yyui_menu1 li a:hover{
    color: #5872f7;
}
.navBox .yyui_menu1 li ul {
    position:absolute;
    float:left;
    width:170px;
    display:none;
    z-index:9999;
    padding: 33px 0 0 0;
} /*这是第二级菜单*/
.navBox .yyui_menu1 li ul li{
    display: block;
    width: 150%;
    margin: 0 0 0 0;
}
.navBox .yyui_menu1 li ul li a {
    display: block;
    color: #fff;
    text-decoration:none;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    background-color: #5872f7;
}
.navBox .yyui_menu1 .this ul li a {
    color: #fff;
}
.navBox .yyui_menu1 li ul li a:hover {
    color: #5872f7;
    background-color: #eee;
}

.navBox .yyui_menu1 li ul ul{
    padding: 0px 0 0 0;
    top:0;
    left: 100%;
} /*从第三级菜单开始,所有的子级菜单都相对偏移*/
.navBox .yyui_menu1 li .one li:last-child a {
    border-bottom: none;
}
.navBox .yyui_menu1 li .one .two li a {
    border-bottom: 2px solid #fff;
}
.navBox .yyui_menu1 li .one .two li:last-child a {
    border-bottom: none;
}
.navBox .yyui_menu1 li .one .two li{
    width: 220%;
}
.navBox .yyui_menu1 li .one .two li a {
    background-color: #a5b4ff;
}















.footer{
    overflow: hidden;
    position: relative;
    padding: 50px 0 10px 0;
    background-color: #fff;
}
.footer .foot{
    overflow: hidden;
    position: relative;
}
.footer .foot .sectionLeft{
    overflow: hidden;
    position: relative;
}
.footer .foot .sectionLeft .ulBox{
    overflow: hidden;
    position: relative;
    margin: 40px 0 0 76%;
    margin: 20px 0;
    width: 30%;
}
.footer .foot .sectionLeft .ulBox h4{
    margin: 0 0 10px 0;
}
.footer .foot .sectionLeft .ulBox a{
    margin: 0 20px 0 0;
}
.footer .foot .sectionRight{
    overflow: hidden;
    position: relative;
}
.footer .foot .sectionRight ul{}
.footer .foot .sectionRight ul li{
    font-size: 18px;
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 25px 0;
    padding-left: 50px;
}
.footer .foot .sectionRight ul li a{
    color: #55565a;
}
.footer .foot .sectionRight ul li a:hover{
    color: #5872f7;
}
.footer .copy{
    overflow: hidden;
    position: relative;
    color: #55565a;
    margin: 5px 0 0 0;
}

















