﻿@charset "UTF-8";
/* CSS Document */
*{ margin: 0; padding: 0;font-weight: normal;}
ul,li{ list-style: none;}
a{ text-decoration:none; color:#477bff;}
a:hover{
	color: #333333;
}
.gmlc2019{ width:100%; height:312px; margin: 5px auto;  background-image: url( ../images/images/gwlc_02.jpg ); background-repeat:no-repeat; background-position: center; position:relative; background-color: #f5f5f5;}
.bt1{ fontsize:18px; color: #282626; margin-bottom: 20px;  /*padding-bottom: 5px; background-image: url( ../images/images/line_05_05.jpg); background-repeat:no-repeat; background-position: left bottom;*/}
.hong{ color:#d40d0d;}
.step1 { padding-bottom: 0}
.step1 h3{  margin-top:15px; margin-bottom: 10px; }
.mb2{ margin-bottom: 20px;}
.step1 b{ font-size: 18px; display: block; height: 30px; line-height: 30px; }
.step1 p{ padding-left: 35px;}
.div {
	width:196px;
	height:250px;
	position: absolute;
	top:30px;
	right: 40px;
	
	
	/*url(../images/kt.png) no-repeat center right;*/
}
.span1{color: #4796ee;}
.l1{ height: 50px;  background-image: url( ../images/images/lcbj_17_01.jpg); background-repeat: no-repeat; float: left;}
.l2{ width: 24px; height: 50px; background-image: url(  ../images/images/lcbj_17_02.jpg);background-repeat: no-repeat;float: left;}
.ults{ height: 50px;}
.mr5{ margin-right: 5px; }
.zf{ width: 379px; height: 205px; background-image:url(../images/images/lcbj.jpg);background-repeat: no-repeat;padding: 5px;}
.zf ul li{ line-height:30px; }
.zf h4{ height: 50px; line-height: 50px; text-align: center; padding-top: 5px; margin-bottom: 20px; font-size: 16px;}
.aus{ width: 1000px; margin: 30px 0;}
.aus h4{ background-image: url(../images/images/gywm_05.jpg);background-repeat: no-repeat; width: 418px; height: 101px;  line-height: 101px; font-size:18px; padding-left: 100px;}
.aus p{ line-height: 30px; }
.sp1{ line-height: 16px;height: 30px; }
.lingh1{ line-height: 24px;}
.mgtop20{ margin-top: 40px;}
.fontweight{ font-weight: normal}
.pl35{padding-left: 35px;}


#animation {
-webkit-animation:fadeInUp 1s .2s ease both;
-moz-animation:fadeInUp 1s .2s ease both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeInUp {
0% {
opacity:0;
-moz-transform:translateY(20px)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
