﻿@charset "utf-8"; 

/*! 
 * Copyright 2016  
 * author:ljg
*/
body{
    min-width:1200px;
}

@media screen and (max-width: 1200px) {
    body {
        min-width: auto;
    }
}

/* 清除内外边距 */
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(img/-1blank);
   _background-attachment:fixed;
}

audio, canvas, progress, video{
	vertical-align: middle;
}
/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "微软雅黑","宋体","Arail";
    outline:none;
	color:#333 ;
}

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

img {
	
	border: none;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}

.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;
	font-weight: normal;
}

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;
    min-width: 960px;
    max-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;}





/*html {
    font-size: 10px;
}
@media screen and (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 11px;
    }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 12px;
    }
}
@media screen and (min-width: 415px) and (max-width: 639px) {
    html {
        font-size: 15px;
    }
}
@media screen and (min-width: 640px) and (max-width: 719px) {
    html {
        font-size: 20px;
    }
}
@media screen and (min-width: 720px) and (max-width: 749px) {
    html {
        font-size: 22.5px;
    }
}
@media screen and (min-width: 750px) and (max-width: 799px) {
    html {
        font-size: 23.5px;
    }
}
@media screen and (min-width: 800px) {
    html {
        font-size: 25px;
    }
}*/

/* 手机-display:box */
.displayBox{
    display:-moz-box;
    display:-webkit-box;
    display:box;
}
.displayBox-orient{/*垂直排序*/
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.displayBox-direction{/*水平反序*/
    -moz-box-direction: reverse;
    -webkit-box-direction: reverse;
    box-direction: reverse;
}
.displayBox-pack{/*水平居中对齐*/
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
}
.displayBox-align{/*垂直居中对齐*/
    -moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
}
.flex{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: flex !important;
}
.justify-center{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.align-center{
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.flex-row-reverse{
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-column{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}