@charset "utf-8";
/* 
    *@charset "utf-8";
    *Filename:  comm.css
    *Version:	1.0 2014/7/22		
    *Author:	libkey
	*QQ:	freekey@aliyun.com
    *Website:   
    *Update:	2014/11/22
*/
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,input,p,span,tr,td{margin:0;padding:0;}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
input{ border:0;}input:focus{ outline:none}
em,i{font-style:normal;font-weight:normal}
ul,ol{list-style:none}
h1,h2,h3,h4,h5 {font-size:100%;font-weight:normal}
/*================================ Global css========================*/
body{ font:14px "Microsoft Yahei",\5b8b\4f53,Arial,sans-serif;background:#e3e3e3;}
a{text-decoration:none;color: #000;}
a:hover{color: #1169a2;}
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {display: table;content:""; height:0px;line-height: 0;}
.clearfix:after {clear: both;}
.wrapper{width: 1200px;margin: 0 auto;position: relative;}

.head{background: url(../img/banner1.jpg) center no-repeat;height: 430px;}


.box h3{line-height: 50px; border-bottom: 1px solid #a8b0ba;
text-align: center;
font-weight:bold ;
margin-bottom: 10px;
font-size: 20px;
color: #1b66e6;
}

.box{position: absolute;top: -80px;}
.box .c{
    min-height: 450px;border-top: 3px solid #ff9c00;
    box-shadow: 0 0 6px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box .c1{
   width:348px; float: left;
    padding: 10px;
    background:#fff;
}

.box .c1 a{display: inline-block;width: 80px;text-align: center;line-height: 30px;}

.box .c2{
    width: 358px;float: left; margin:0 20px;
    padding: 10px;
    background:#fff;
}
.box .c2 a{display: inline-block;width:50%;text-align: center;line-height: 30px;

    float: left;

} 

.box .c3{
    width: 348px;float: left;
    padding: 10px;
    background:#fff;
    
}

.box .c3 a{display: inline-block;width:80px;text-align: center;line-height: 30px;} 

.copy{
    text-align: center;z-index: 9999; background: #1c2b40;
    padding: 7px 0;
    color: #fff;
}

.search{
    padding: 130px 200px;
    padding-top: 80px;
    padding-right: 0;
padding-bottom: 0;
}
select{
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    border-radius: 3px;

}
.search input[type='text']{
    width: 450px;
    height: 45px;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.search input[type='submit']{
    width: 60px;
    height: 45px;
    float: left;
    cursor: pointer;
    background: url(../img/btn-search1.png) #fff center no-repeat;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}