/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/
body {
	margin:0;
	border:0;
	width:100%;
	color: #000;
	font-size: 14px;
	line-height:170%;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span, strong {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	border-width:0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
	outline:none;
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
    overflow:hidden;
}
li{
	list-style: none;
}
a ,
a:hover{
	text-decoration: none;
	cursor: pointer;
	outline:none;
	color:#000;
}
img{
	max-width:100%;
}
@import url('https://fonts.googleapis.com/css?family=Lora');

br{
	font-family:Arial !important;	
}
.pageh1{
	position:fixed;
	z-index:-8989898;
	opacity:0;
	color:#fff;
}
.wrapper .slick-slider{
	margin: 0;
}
/**
*
* =jumpDiv
*
**/
/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999;
}
section{
	width:1163px;
	margin:0 auto;
}
#content{
	overflow:hidden;
}
@font-face {
  font-family: 'cwTeXMing';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.ttf) format('truetype');
}
.nav-func{
	display:none;
}
header{
	background:rgba(247, 247, 247, 0.78);
    position: relative;
    margin-top: -93px;
    z-index: 5;
}
header #top-nav{
	float: right;
	margin-top: 28px;
    margin-right: 50px;
}
header #top-nav p{
	color:#363636;
	font-size:14px;
	display: inline-block;
	margin-left: 15px;
}
header #top-nav p a{
	color:#363636;
	font-size:14px;
}
header #top-nav p:nth-child(1) a{
	display:block;
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    padding: 5px 30px;
	transition:all ease-in-out 0.3s;
}
header #top-nav p:nth-child(2) a{
	font-size:28px;
}
header #top-nav p:nth-child(1) a:hover{
	background:#bcbcbc;
	color:#000;
}
header .menu{
}
header .menu >ul{
	text-align:center;
	overflow:hidden;
}
header .menu >ul:hover{
	overflow:visible;
}
header .menu >ul >li{
	display:inline-block;
	font-family: 'cwTeXMing';
	font-size: 16px;
	position: relative;
    padding: 35px 35px;
}
header .menu >ul >li:hover{
	background-image:url(/images/43/nav-hover.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
header .menu >ul >li a{
	color:#363636;
}
header .menu >ul >li:hover a{
	color:#363636;
}
header .menu >ul >li .subnav{
    display: block;
    position: absolute;
    width: 160px;
    left: calc(50% - 80px);
	bottom: 0%;
	opacity:0;
	transition:all ease-in-out 0.3s;
	z-index:-4545;
}
header .menu >ul >li:hover .subnav{
	bottom: 100%;
	opacity:1;
	z-index:1;
	overflow: visible;
}
header .menu >ul >li .subnav li{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
	font-size: 14px;
	position:relative;
}
header .menu >ul >li .subnav li a{
	color: #fff;
    display: block;
	padding: 5px 8px;
}
header .menu >ul >li .subnav li p{
    padding: 5px 8px;
	text-align: center;
	background: rgba(50, 31, 10, 0.44);
}
header .menu >ul >li .subnav li:hover{
	background: rgba(0, 0, 0, 1);
}
header .menu >ul >li .subnav li:hover a{
	color:#e8983f;
}
header .menu >ul >li .subnav li .subOption{
	display:none;
	position:absolute;
	width:100%;
	left:100%;
	top:0;
}
header .menu >ul >li .subnav li:hover .subOption{
	display:block;
}

header .menu >ul >li .subnav li .subOption a{
	line-height: 110%;
}
footer{
	background:#3c4e56;
	color:#fff;
	padding: 50px 0 30px;
	font-size:13px;
}
footer section{
	overflow:hidden;
}
footer #footerLogo{
	float:left;
	width:15%;
}
footer .company-info{
	float:right;
	width:80%;
	overflow:hidden;
}
footer .company-info p{
	float:left;
	margin: 3px 0;
	width:50%;
}
footer .company-info p b{
	font-weight:normal;
	color:#b0a39f;
	margin-right: 10px;
}
footer .company-info p a{
	color:#fff;
}
footer .company-data{
	padding-top:50px;
}
footer .company-data a{
	color:#9a8c88;
}
footer .web,
footer .company-data{
	clear:both;
	overflow:hidden;
	text-align:center;
	color:#9a8c88;
	font-size:12px;
}
.mobile-main-nav,
.phoneWrap{
	display:none;
}
#gotop{
	display: block;
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 5;
	color: #46322b;
	background: #e5a969;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12pt;
    border-radius: 5px;
    box-shadow: 0 0 1px #000 inset;
	border: 1px solid #0d1423;
}

@media screen and (max-width: 1680px) {
	#news:after{
		background-size: 90%,auto;
	}
}

@media screen and (max-width: 1440px) {
	header{
	    margin-top: -73px;
	}
	header .menu >ul >li{
		padding: 25px 35px;	
	}
	header #top-nav{
	    margin-top: 20px;	
	}
}
@media screen and (max-width: 1280px) {
	section{
		width:90%;
	}
	.header-wrap{
		display:none;
	}
	header #top-nav p:nth-child(2) a{
	    font-size: 22px;	
	}
	header .menu >ul >li{
		padding: 25px;	
	}
	header #top-nav p:nth-child(1) a{
		padding: 5px 20px;	
	}
	.mobile-main-nav{
		display:block;
	}
	.nav-funcB{
		display: block;
		position: absolute;
		color: #2a6b8a;
		font-size: 24pt;
		top: 17px;
		z-index: 99899;
		left: 5%;
	}
	.nav-funcB .fa-times{
		color:#333;
	}
	header .framework, header ul{
		overflow:hidden;
	}
	header{
		height: auto;
		position:relative;
		background: #171616;
	}
	#mobile-cis{
		margin: 0 auto;
		text-align: center;
		height: 55px;
	}
	#mobile-cis img{
		height:100%;
	}
	#mobile-menu{
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(255, 253, 248, 0.92);
		width: 100%;
		z-index: 9;
		height: 100vh;
		display: none;
	}
	#mobile-menu >ul{
		width: 50%;
		margin: 60px auto 100px;
		overflow: auto;
		max-height: calc(100vh - 160px);
	}
	#mobile-menu >ul >li .menu_head{
		overflow:hidden;
		padding: 15px 0;
		border-bottom: 1px solid #d4d4d4;
	}
	#mobile-menu >ul >li .menu_head.c0 b{
		display:none;
	}
	#mobile-menu >ul >li .menu_head p{
		float:left;
		font-size: 12pt;
	}
	#mobile-menu >ul >li .menu_head a{
		color: #565656;
	}
	#mobile-menu >ul >li .menu_head b{
		float:right;
		color: #9a9a9a;
		cursor:pointer;
	}
	#mobile-menu >ul >li .menu_body{
	}
	#mobile-menu >ul >li .menu_body li p{
		background: #e1dcd0;
		padding: 5px 15px;
		font-size: 14px;		
	}
	#mobile-menu >ul >li .menu_body li a{
		color: #404040;
		display: block;
		padding: 15px 25px;
		font-size: 12pt;
		border-bottom: 1px solid #d4d4d4;
	}
	header #top-nav{
	    margin-top: 0;	
	}
	header{
		margin:0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #fff;
		background: #fff;
	}
	.freez{
		position: fixed;
		overflow-y: hidden;
	}
}
@media screen and (max-width: 980px) {
	footer #footerLogo,
	footer .company-info{
	    float: none;
		width: 100%;
		text-align: center;	
		margin-bottom: 50px;
	}
	footer .company-info{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	footer .company-info p{
		width: 100%;
		text-align: center;		
	}
	footer{
		padding-bottom: 100px;
	}
	#mobile-menu >ul{
		width: 70%;
	}
	footer .starRating {
		text-align: center;
	}
	
}
@media screen and (max-width: 640px) {
	.phoneWrap{
		display:block;
		position:fixed;
		bottom:5px;
		left:10px;
		width: calc(100% - 52px);
		z-index: 5;
	}
	.phoneWrap li{
		display: inline-block;
		width: calc(50% - 4px);
	}
	.phoneWrap li a{
		display: block;
		color: #fff;
		background: rgba(18, 66, 119, 0.8);
		padding: 0 15px;
		text-align: center;
		line-height: 30px;
		font-size: 9pt;
		border-radius: 5px;
		box-shadow: 0 0 1px #000 inset;
		border: 1px solid #0d1423;
	}
	.phoneWrap li:nth-child(2) a{
		background: rgba(23, 119, 18, 0.8);
	}
}
@media screen and (max-width: 480px) {
	header #top-nav{
	    margin-right: 20px;
	}
	header .menu ul li .subnav li:hover{
		background: rgba(0, 0, 0, 0.6);
	}
	header .menu ul li .subnav li:hover a{
		color:#fff;
	}
	#mobile-menu >ul{
		width: 80%;
	}
}