﻿@charset "utf-8"; 

/*! 
 * Copyright 2016  
 * author:ljg
*/

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
   _background-image:url(about:blank);
   _background-attachment:fixed;
}


/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "微软雅黑","宋体","Arail";
	font-size:14px;
    outline:none;
	color:#333 ;
	border: none;
}

/* 列表元素 */ 
ul,li {
	list-style: none;
}

img {
	display: block;
	border: none;
    vertical-align: middle;
    margin: 0 auto;
}

.img_sy{width:70%;height: auto;}  /*自适应图片*/

/* a标签 */ 
a {
	text-decoration: none ; 
    color:inherit ;
}

a:hover {
	text-decoration: none ;
} 


/* 定义浮动居中 */ 
.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after, .clearfix:before {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}
/* 定义文字方向 */
.c{text-align:center;}
.l{text-align:left;}
.r{text-align:right;}

/* 重置h标签 */ 
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.am-g{
    margin: 0 auto;
    width: 100%;
}
.am-m{
	margin: 0 auto;
    width: 1200px;
}

.am-thumbnail {
    background: none!important;
    border: none;
    margin-bottom: 0;
}

.am-g-fixed {
    max-width: 1660px;
}

.am-m-fixed {
    max-width: 1200px;
    margin: 0 auto; 
}
.am-s-fixed {
    max-width: 900px;
}

.am-slider-a1 .am-control-nav li a.am-active {
    background-color: #fff;
}

.am-slider-a1 .am-control-nav li a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}

.am-slider-a1 .am-control-nav li a {
    width: 10px;
    height: 10px;
}

.am-slider-a1 .am-control-nav {
    bottom: 12%;
}

.am-slider-a1 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#7e7e7e;font-size:0.875em;}
input:-moz-placeholder,textarea::-moz-input-placeholder{color:#7e7e7e;font-size:0.875em;}

.am-form input[type="number"], .am-form input[type="search"], .am-form input[type="text"], .am-form input[type="password"], .am-form input[type="datetime"], .am-form input[type="datetime-local"], .am-form input[type="date"], .am-form input[type="month"], .am-form input[type="time"], .am-form input[type="week"], .am-form input[type="email"], .am-form input[type="url"], .am-form input[type="tel"], .am-form input[type="color"], .am-form select, .am-form textarea, .am-form-field{padding:0;}





