@font-face {
    font-family: "font";
    src: url("MyriadPro-Regular.eot");
    src: url("MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
        url("MyriadPro-Regular.woff") format("woff"),
        url("MyriadPro-Regular.ttf") format("truetype"),
        url("MyriadPro-Regular.svg#font") format("svg");
    font-weight: normal;
    font-style: normal;
}
body, img {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    background: #000;
    font-family: Myraid Pro, font, Arial;
    font-size: 18px;
    line-height: 1.33;
}
img { 
    display: block; 
}
.header {
    background: #f1f1f1;
    position: relative;
    z-index: 1;
    min-width: 1200px;
}
.header inner{
    background: #ccc;
}
.wrap {
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}
.header > .wrap {
    height: 65px;
    overflow: visible;
}
.header > .wrap > a {
    display: block;
    float: left;
    margin-top: 25px;

}
.header ul {
    float: right;
    list-style: none;
    margin: 0 -20px 0 0;
    padding: 0;
}
.header ul li {
    float: left;
    position: relative;
}
.header ul li a{
    display: block;
    color: #222323;
    font-size: 16px;
    text-decoration: none;
    padding: 0 20px;
    line-height: 65px;	
}

.header ul li ul{
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
}
.header ul li:hover ul {
    display: block; 
}
.header ul li li{
    float: none;
}
.header ul li li a {
    text-align: left;
    line-height: 1.5;
    padding: 10px 6px 10px 20px;
    width:245px;
    background-color:white;
}

.header ul li a.active {
    color: #fff;
    background: #022f72;
    text-decoration:none;
}

.header ul li a:hover {
    color: #fff;
    background: #022f72;
    text-decoration:none;
}
.header ul li li a:hover {
    background: #022f72;
    color: #FFF;
    text-decoration:none;
}
.main {
    background: #fff;
    overflow:auto;
}
.banner {
    height: 502px;
    background-image: url(images/index.jpg);
    min-width: 1179px;
    background-position: center center;
}
.banner1{
    height: 152px;
}
.footer {
    padding: 19px 0;
} 
.footer .wrap div {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 1.14;
}
.footer .wrap div span {
    display: block;
    color: #ccc;
}

.footer .wrap a {
    display: block;
    float: right;
    padding-left: 23px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.wrap2
{
    width:1179px;
    margin:auto;
    overflow: hidden;
    background-color:white;
}
.address{
    float:left;
}
.contact{
    font-size:24px;
    width:200px;
}
.contact1{
    font-size :14px;
    line-height:26px;
}
.contact3{
    font-size:14px;
    line-height:20px;
    float:left;
}
.phone{
    float:left;
}
hr {
    clear: both;
    overflow: hidden;
    visibility: hidden;

}
.form
{
    font-size:14px;
    width: 580px;
}
.form input {
    background-color:#EDEDED;
    border-width:0px;
    height:35px;
    padding: 7px 0 7px 150px;
    border-radius: 6px;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form1 ul li{
    float:right;
}
.form textarea{
    background-color:#EDEDED;
    border-width:0px;
    border-radius:6px;
    resize: none;
    overflow: auto;
    padding: 7px 0 7px 150px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 150px;
}
input[type=submit]{
    width:10em;
    height:2em;
    background-color:#3E3A37;
    color:white;
}
.form ul {
    list-style: none;
    margin:0;
    padding: 0;
}
.form ul li {
    position: relative;
    margin-bottom: 20px;
}
.form label {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 35px;
}
.form button {
    font-size: 10px;
    font-weight: bold;
    width: 176px;
    height: 35px;
    border: none;
    padding: 0;
    margin: 0;
    background: #3e3a37;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
}
.profile1{
    float:left;
    background:white;
    width: 700px;
}
.profile2 ol{
    padding-left: 17px;
}
.profile2 ol li {
    padding: 3px 0;
}
#profile{
    float:right;
    padding-top: 25px;
}
#profile img {
    border: 1px #f1f1f1 solid;
    padding: 9px;
}
.facility  table{
    margin:0 auto;
}
.facility td{
    padding:40px 135px 0px 0px;
}
.service div {
    margin: 17px 10px 0px 0px;
    position: relative;
    overflow: hidden;
    border: 1px #868686 solid;
}
.service div img {
    display: block;
    text-indent: 1px;
}
.service div span {
    position:absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: rgba(255,255,255, 0.8);
    padding-left: 7px;
    line-height: 26px;
}

.banner {
    position: relative;
    background: #fff;
    min-width: 1200px;
    width: 100%;
}

.banner > div {
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
}