* {
	margin: 0;
	padding: 0;
}

.xbanxin{width:1000px;margin: 0 auto;}

.smf1 img, .smf2 img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.smf1 {
    display: block;
    text-align: center;
    line-height: 48px;
    color: #FFF;
    font-size: 16px;
}
.smf2 {
    display: block;
    text-align:center;
    font-size:16px;
    line-height:48px;
    height:48px;
    color:#fff;
}
body {
	color: #333;
	font-family: "microsoft yahei";
	background:#fff;
	box-sizing: border-box;
    margin: 0 auto;
    /* max-width:1920px; */
}
i{font-style:normal;}
.wrap{
	padding: 0 10px 5px;
}
ol,
ul {
	list-style: none;
}

em {
	font-style: normal;
}
.add{
	font-style: italic;
}
input{
	input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
}
input,
button,
select,
textarea {
	outline: none;
}

img {
	border: none;
}

div {
	position: relative;
}

a{
	color: #000;
	text-decoration: none;
	display: block;
	cursor:pointer;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

#Page {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.none {display:none;}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {clear: both;}
.set-1 {width: 60%;}
.set-2 {width: 96%;}
.set-3 {width: 60%;}
.inf-select {height:38px;line-height:38px;border-radius:4px;background:#fff;width:34%;margin-right:2%;border:1px solid #D8D8D8;text-align:center;float:right;}
.submit {width: 96%;
	display: block;
	background: #BA0F1B;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	font-size: 18px;
	margin: 10px auto;
	border: none;
	outline: medium;
}

label.error {
	color: #f00;
}

.btn-bottom {
	width: 96%;
	background: #BA0F1B;
	color: #fff;
	text-align: center;
	height: 40px;
	display: block;
	border-radius: 4px;
	line-height: 40px;
	margin: 15px 0px;
	margin-left: 2%;
	font-size: 18px;
}

.blank-warp {
	width: 96%;
	display: block;
	margin: 0 auto;
}

.sec_heading {
	margin-top: 20px;
}

.sec_heading .unit_title img {
	width: 86%;
	display: block;
	margin: 0 auto;
}

.sec_heading .unit_title h1 {
	position: absolute;
	width: 60%;
	height: 26px;
	line-height: 26px;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -30%;
	text-align: center;
	font-weight: normal;
}

.sec_heading .title_down {
	font-size: 12px;
	color: #666;
	text-align: center;
	height: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.sec_heading .title_down span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 6px;
	background: #BA0F1B;
	text-align: center;
	color: #BA0F1B;
	border-radius: 50%;
}
@media only screen and (max-width:375px) {
	.unit_content .con ul li a{
		font-size: 12px;
	}
}
/*布局样式*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
  /*两端对齐*/
  -webkit-box-pack: space-between;
}
.banxin{margin: 0 auto;width: 1200px;}


/* GuoJingChao */
.gWidth{ width: 1024px; margin-left: auto; margin-right: auto; }
.gWidth1200{ width: 1200px; margin-left: auto; margin-right: auto; }
.gWidth1170{ width: 1400px; margin-left: auto; margin-right: auto; }
.left{ float: left; }
.right{ float: right; }
.daoshi{margin-left: 120px;}
input,select,textarea,button{background-color: transparent; border: none; outline: none;}
textarea{resize: none;}/*右下角的小尾巴*/
img{ border: none; }

a.abchover { background-color: #ff7134 !important; border-color: #ff7134 !important; color: #FFFFFF !important; }
a.abchover:hover { opacity: 0.8; }
#cnzz_stat_icon_1277944533 { display: none; }

img, a{
  -webkit-user-drag: none;
}

/* 背景图动画 */
.bg_show1{
    animation: bg_show1 .5s .3s 1;
    animation-fill-mode: forwards;
}
/* 标题动画 */
.title_show2{
    animation: title_show2 .5s 1;
    animation-fill-mode: forwards;
}
/* 中间版心动画 */
.center_show3{
    animation: center_show3 .5s .6s 1;
    animation-fill-mode: forwards;
}
/* 外包盒子显隐动画 */
.content_show4{
    animation: content_show4 .5s 1;
    animation-fill-mode: forwards;
}
@keyframes bg_show1{
    from{
        transform: translateX(60px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes title_show2{
    from{
        transform: translateX(60px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes center_show3{
    from{
        transform: translateX(60px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes content_show4{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}