* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

a:hover {
    
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    text-decoration: none;
}
ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";
	
}
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:after {
	display:block;
	content:'';
	height:0;
	visibility:hidden;
	clear:both;
}
.cf {
	zoom:1;
}
.blue{
    color: #1a56a8;
}
.bt-none {
    display: none;
}
.bt-block {
    display: block;
}
/* ------ */
.banner {
    height: 300px;
    background: url(banner.png) top center no-repeat;
    padding-top: 50px;
}
.banner .main {
    position: relative;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
.Banner-first {
    width: 214px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #629bdd;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
}
.BannerTxt {
    font-size: 40px;
    color: white;
    margin-top: 20px;
}
.banner-search {
    width: 560px;
    height: 60px;
    border-radius: 12px 12px 12px 12px;
    background: #FFFFFF;
    margin-top: 20px;
}
.banner-search input[type="text"] {
    width: 465px;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    padding: 20px 0;
    border: none;
    padding-left: 20px;
}
.banner-search input[type="submit"] {
    width: 95px;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
    background: #4393F5;
    border: none;
    float: right;
}
/* -------- */
.con-box{
    width: 1200px;
    margin: 0 auto;
}
/* ------- */
.cont-title{
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    padding: 50px 0 30px 0;
    font-weight: bold;
}
.cont-list{
    width: 100%;
    margin: 0 auto;
}
.cont-list ul{
    margin-left: -30px;
}
.cont-list ul li{
    width: 380px;
    height: 278px;
    box-shadow: 0px 2px 15px 0px rgba(153,153,153,0.2);
    float: left;
    margin-left: 30px;
}
.cont-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.cont-list ul li img{
    width: 100%;
    height: 210px;
    display: block;
}
.cont-list ul li p{
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 14px;
}
/* --- */
.case-title{
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    padding: 50px 0 30px 0;
    font-weight: bold;
}
.case-list{
    width: 100%;
    margin: 0 auto;;
}
.case-list ul li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(153,153,153,0.2);
    padding: 0 30px;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
}
.case-list ul li span{
    float: left;
}
.case-list ul li .case-list-qwb{
    padding: 0 272px 0 30px;
    float: right;
}
.case-list ul li .case-list-lj{
    position:absolute;
    right: 30px;
    color: #3393FE;
}
.case-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
