
body{
    margin:0px;
    font-family: Arial;
    min-width: 1200px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.abs{
    position: absolute;
}
.rel{
    position: relative;
}
.tc{
    text-align: center;
}
.banner{
    width: 100%;
    position: relative;
}
.banner>img{
    width: 100%;
}
.banner .nav{
    height:119px;
    width: 100%;
    background: url("../images/index2.png");
    position: absolute;
    top:0px;
    border-bottom: 1px solid #AAC5D6;
}
.banner .nav .logo{
    font-size: 36px;
    color: #fff;
    line-height:119px;
}
.content{
     width: 1200px;
     margin:0 auto;
     /*padding-top:5px;*/
 }
.banner .nav ul li{
    float: left;
    list-style: none;
    margin-left:80px;
    margin-top:32px;
}
.banner .nav ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration:none;
}
.photo{
    float: left;
    font-size: 30px;
    color: #fff;
    margin-left:137px;
    line-height:119px;
}
.photo img{
    margin-right:5px;
    position: relative;
    top:6px;
}
.abou{
    top:252px;
    font-style: normal;
    font-size: 28px;
    color: #fff;
    background: url("../images/index3.png") no-repeat left bottom;
    padding-bottom:20px;
}


/*.conner{
    padding-bottom:60px;
}*/
.conner p{
    padding-left: 56px;
    padding-right:56px;
    font-size: 18px;
    color: #666666;
    /*line-height:36px;*/
    font-family: Arial;
}
.conner h2{
  font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin-top:40px;
    font-family: "Malgun Gothic";
}

/*.footer{
    height: 80px;
    background: #666666;
    line-height:80px;
    font-size: 12px;
    color: #fff;
}*/


.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #666666;
    line-height: 80px;
    font-size: 12px;
    color: #fff;
}









.banner .navs{
    height:99px;
    width: 100%;
    background: url("../images/index2.png");
    position: absolute;
    top:0px;
    border-bottom: 1px solid #AAC5D6;
}
.banner .navs .logo{
    font-size: 30px;
    color: #fff;
    line-height:99px;
    font-family: Arial;
}
.banner .navs ul li{
    float: left;
    list-style: none;
    margin-left:80px;
    margin-top:23px;
}
.banner .navs ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration:none;
}
.photos{
    float: left;
    font-size: 22px;
    color: #fff;
    margin-left:137px;
    line-height:99px;
}
.photos img{
    margin-right:5px;
    position: relative;
    top:4px;
    width: 23px;
    height: 23px;
}

.footer2{
    height: 80px;
    width: 100%;
    background: url("../images/index4.png");
    position: absolute;
    bottom: 0px;
    left:0px;
    line-height:80px;
    right:0px;
    color: #fff;
    font-size: 14px;
}
.abous{
    top:252px;
    font-style: normal;
    font-size: 28px;
    color: #fff;
    padding-bottom:20px;
}
.one{
    color: #fff;
    top:47%;
    position: absolute;
    width: 888px;
}
.one p{
    font-size: 24px;
}
.one a{
    width:198px;
    height: 55px;
    border:2px solid #fff;
    display: block;
    line-height:55px;
    color: #fff;
    font-size: 24px;
    text-decoration:none;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.one a:hover{
    background: #666666;
    color: #fff;
}