﻿/*======================
	company:xyj123.cn
	author:qiushengwei
	e-mail:982537765@qq.com
======================*/

/*reset*/
body,p,h1,h2,h3,h4,h5,h6,dd,dl,dt,th,td,ul,li,ol,form,input,select,textarea,button,pre,legend{
	margin:0;
	padding:0;
	font:13px "思源黑体",Arial,Helvetica,sans-serif;
	color:#333333;
}
body{
	text-align: justify;
	min-width: 1220px;
}
img{
    margin:0;
    padding:0;
    border:0;
    vertical-align:middle;
}
button, input, textarea { vertical-align:middle; font-family:"思源黑体",helvetica,arial; -webkit-appearance:none;}
h1, h2, h3, h4, h5, h6 { font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
img,fieldset{ border:0;}
address,cite,dfn,em,var,i{font-style:normal;}
ul,ol{list-style-type:none;}
sup{ vertical-align: text-top; }
sub{ vertical-align: text-bottom; }

a{ text-decoration:none !important; cursor:pointer;}
select,input,textarea{ outline:none;}


/*浮动*/
.fl{float:left;}
.fr{float:right;}
.clear {clear: both;}
.clearfix:after {clear:both; content:'';display: block;font-size: 0;line-height: 0;visibility: hidden;	width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}


/*css3*/
.slow_emergeOn{
    opacity: 1 !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
.slow_emerge{
    opacity: 0;
    -webkit-transform: translate(0,20%);
    transform: translate(0,20%);
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
