@font-face{
    font-family: "raleway";
    src: url('../fonts/raleway.eot');
    src:url('../fonts/raleway.woff'),
    url('../fonts/raleway.ttf'),
    url('../fonts/raleway.svg');
}
@font-face{
   font-family: "微軟正黑體","Microsoft JhengHei";
    src: url('../fonts/Lato-Regular.eot');
    src:url('../fonts/Lato-Regular.woff'),
    url('../fonts/Lato-Regular.ttf'),
    url('../fonts/Lato-Regular.svg');
}
*,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;  }
.dropdown-menu{
    left: 50%;
    transform: translateX(-50%);
}
.main-box{
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: auto;
}

.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.show768{
    display: none;
}
ul li{
	list-style:none;
}

/*pc*/
.navBox{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 0;
    /* background-color: rgba(255,255,255,.8); */
	background:#fff;
   /* -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
    box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);  */
    z-index: 99999;
    -webkit-transition: all 0.5s ease 0s  ;
    -moz-transition: all 0.5s ease 0s  ;
    -ms-transition: all 0.5s ease 0s  ;
    -o-transition: all 0.5s ease 0s  ;
    transition: all 0.5s ease 0s  ;
}
.navBox .main-box{
    overflow: inherit;
}
.navBox .logo{
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.navBox .logo img{
    height: 60px;
    -webkit-transition: all 0.5s ease 0s  ;
    -moz-transition: all 0.5s ease 0s  ;
    -ms-transition: all 0.5s ease 0s  ;
    -o-transition: all 0.5s ease 0s  ;
    transition: all 0.5s ease 0s  ;
	
}
.navBox .nav-ul{
    position:absolute;
    top: 19px;
    right: 130px;
    z-index: 99;
    -webkit-transition: all 0.5s ease 0s  ;
    -moz-transition: all 0.5s ease 0s  ;
    -ms-transition: all 0.5s ease 0s  ;
    -o-transition: all 0.5s ease 0s  ;
    transition: all 0.5s ease 0s  ;
}
.navBox .nav-ul .subnav{
    display:table;
}
.navBox .nav-ul .subnav li{
    float:left;
    position:relative;
    margin: 0 15px;
    list-style-type: none;
}
.navBox .nav-ul .subnav li a{
    display:inline-block;
    text-align:center;
    font-size:18px;
    color:#333333;
    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: #950a0e;
}
.navBox .nav-ul .subnav li .bg{
    color: #950a0e;
}
.navBox .nav-ul .subnav li dl{
    display:none;
    position:absolute;
    width: 200%;
    left:50%;
    margin-left:-100%;
    padding: 34px 0 0 0;
}
.navBox .nav-ul .subnav li dl dd a{
    width: 100%;
    font-size: 14px;
    color: #666;
    height: 45px;
    line-height: 45px;
    background-color: rgba(255,255,255,.8);
}
.navBox .nav-ul .subnav li dl dd a:hover{
    background-color: #950a0e;
    color: #fff;
}
.navBox .nav-ul .subnav li .this{
    font-weight:bold;
	padding-bottom:10px;
	border-bottom:2px solid #950a0e;
}
.navBox .information{
    position: relative;
}
.navBox .information .en{
    overflow: hidden;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 25px;
    margin: 18px 0 0 0;
   
    
    
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s  ;
    -moz-transition: all 0.5s ease 0s  ;
    -ms-transition: all 0.5s ease 0s  ;
    -o-transition: all 0.5s ease 0s  ;
    transition: all 0.5s ease 0s  ;
}
.navBox .information .en a{
	color: #333;
font-size:18px;
padding:0 8px;
}
.navBox .information .en i{
    margin: 0 0 0 5px;
}
.navBox .enFixed{
    position: absolute;
    width: 100%;
    top: 43px;
    right: 0;
    z-index: 992;
    text-align: center;
    display: none;
}
.navBox .enFixed ul{
    padding: 32px 0 0 0;
}
.navBox .enFixed ul li{
    display: block;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
}
.navBox .enFixed ul li a{
    display: block;
    overflow: hidden;
    color: #950a0e;
    height: 30px;
    line-height: 30px;
}
.navBox .enFixed ul li:hover a{
    color: #fff;
    background-color: #950a0e;
}
.fixednav{
    padding: 10px 0;
}
.fixednav .logo img {
    height: 50px;
}
.fixednav .nav-ul {
    top: 14px;
}
.fixednav .information .en {
    margin: 13px 0 0 0;
}
.fixednav .enFixed {
    top: 28px;
}
.fixednav .nav-ul .subnav li dl {
    padding: 24px 0 0 0;
}
.










.menu-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background: rgba(0,0,0,.4);
    display: none;
}
.menu-box{
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding: 0px 0 0 0;
    z-index: 9998;
    display: none;
	margin-top:-10px;
}

.language-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background: rgba(0,0,0,.4);
    display: none;
}
.language-box{
    overflow: hidden;
    position: fixed;
    width: 100%;
margin-top:-10px;
    z-index: 9998;
    display: none;
}

.footer{
	max-width:1200px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #999999;
    background-color: #fff;
	margin:0px  auto auto auto;
}
.footer .foot{
    overflow: hidden;
    position: relative;
    padding: 0px 0 30px 0;
}
.footer .foot .main-box{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .foot .foot-c{
    overflow: hidden;
    position: relative;
}
.footer .foot .foot-c ul{
    overflow: hidden;
}
.footer .foot .foot-c ul li{
	float:left;
}
.footer .foot .foot-c ul li a{
	display:inline;
    list-style-type: none;
    color: #333333;
    font-size: 16px;
    float:left;
    overflow: hidden;
    margin: 10px 2px;
}


.footer .foot .foot-c ul li a span{
    float: left;
}
.footer .foot .foot-c ul li a span i{
	font-style:normal;
	    padding: 0 5px;
}
.footer .foot .foot-r{
	margin-top:10px;
    overflow: hidden;
    position: relative;
    max-width: 50%;
	font-size: 14px;
}



















