html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul{
	list-style:none;
	margin:0;
	padding:0;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

a{
	text-decoration:none;
}
.txt-rt{
	text-align:right;
}/* text align right */
.txt-lt{
	text-align:left;
}/* text align left */
.txt-center{
	text-align:center;
}/* text align center */
.float-rt{
	float:right;
}/* float right */
.float-lt{
	float:left;
}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:white;
}
.wrap{
    padding: 1% 0 1%;
    width:80%;
    
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header{
	
	background-color: #264f4d;
}

.cssmenu{
	padding-bottom:0%;
}
	.cssmenu .logo0{
			position: relative;
			top:32px;
			left: 10px;
			width: 53px;
			height: 78px;
			display: inline-block;
	}
	.cssmenu .logo0 img{
		width: 100%;
		height: 100%;
	}

	.cssmenu > ul > li {
	display: inline-block;
	position: relative;
	}
	.cssmenu > ul > li.active a, .cssmenu > ul > li a:hover {
	color: #000;
	background:#fff;
	}
.cssmenu > ul > li > a {
	text-transform: uppercase;
	font-family: 'bebas_neueregular';
	color: #FFF;
	display: block;
	line-height: 2.8em;
	padding: 2px 90px;
	letter-spacing: 1px;
	font-size: 1.5em;	
}
.col1{
	display: block;
	float:left;
}


.wrap1{
    padding: 1% 0 1%;
    width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

/* 侧边栏 */

.qui-asides {
	
	height: 400px;
	width: 200px;
}
.qui-aside {
	
	
	width: 200px;
	background-color: #2d3741;
}
.qui-asideNav {
	padding: 80px 10px 10px; /*上内边距为80px,左右内边距都为10px，下内边距为10px*/
}
.qui-asideNav li {
	border-top: 1px solid #232d34;
	background-color: #36424b;
}
.qui-asideNav a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	font-size: 16px;
	line-height: 44px;
	color: #ced1d5;
}
.qui-asideNav > ul > li.active a, .qui-asideNav > ul > li a:hover{
    color: white;
	background-color: #2bab79;
}
.qui-asideNav a:hover {
	color: white;
	background-color: #2bab79;
}
.col:first-child{
	margin-left:0;
}	
.span_1_of_contact{
	width: 21.2%;
    margin-right: 1.6%;
    display: inline-block;
}
.span_2_of_contact {
	width: 73.8%;
}

.r-t{
    padding: 5px 0px 10px 1px;
    margin-bottom: 23px;
    border-bottom: 1px solid #B7B6BB;
    font-size: 18px;
    color: #3F3F43;
}
.info-list .clearfix{
    margin-bottom: 20px;
    height: 180px;
    border-bottom: 1px dashed #AFBBC9;
}
    .clearfix .image-wrap{
        width: 22%;
        padding-right: 11px;
        display: inline-block;
    }
    .clearfix .text-wrap{
        display: inline-block;
        width: 74%;
    }
    .clearfix .image-wrap img{
        width: 100%;
        height:100%;
    }
/* 下拉菜单 */
p#back-to-top
{
    position: fixed;
    display: none;
    bottom: 100px;
    right: 80px;
}
p#back-to-top a
{
    text-align: center;
    text-decoration: none;
    color: #264f4d;
    display: block;
    width: 64px; /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
}
p#back-to-top a:hover
{
    /*color:#979797;*/
    color: #fff;
    background-color: #fff;
}
p#back-to-top a span
{
    background: transparent url(http://www.ylcp.shop/files/files/1652941141056/Images/sprite.png?1202) no-repeat -5px 0px; /*background:transparent url(../Images/sprite.png?1202) no-repeat -25px -290px;*/
    border-radius: 6px;
    display: block;
    height: 64px;
    width: 56px;
    margin-bottom: 5px; /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}
#back-to-top a:hover span
{
    background: transparent url(http://www.ylcp.shop/files/files/1652941141056/Images/sprite.png?1202) no-repeat -5px 0px;
}




.footer{
    
	background-color: #264f4d;
}
.footer-top {
	padding: 4% 0 2%;
	border-bottom: 1px solid #363636;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_4 {
	width: 23.8%;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
ul.first li {
	background:url(../images/marker.png) no-repeat 0 8px;
	line-height: 0.8em;
	padding:0 0 15px 18px;
}
ul.first li a {
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	font-size: 1em;
	color: #A0A0A0;
	line-height: 1.5em;
	font-family: 'ambleregular';
}
.span_1_of_4 ul li a:hover {
	color:#fff;
}
.span_1_of_4 h3 {
	margin-bottom: 20px;
	font-family: 'ambleregular';
	font-size: 1.6em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color:#fff;
}
ul.last li span {
	font-size: 1.1em;
	color:#A0A0A0;
	cursor: pointer;
	margin: 10px 0;
	display: block;
	font-family: 'ambleregular';
}
ul.last li span:hover {
	color:#fff;
}
ul.last li span {
	background:none;
}
.follow_icon li {
	float: left;
	margin-right:12px;
}
.follow_icon li a:hover{
	opacity:0.8;
}
.follow_icon li a img {
	vertical-align: middle;
}
.copy {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding:4% 0;
	font-family: 'ambleregular';
}
.copy p{
	color:#fff;
	font-size:1.1em;
}
.copy p a {
	color:#C0392B;
}
.copy p a:hover {
	color:#fff;
}