@charset "utf-8";
*{padding: 0;margin: 0;}
.wrap{width: 1420px;margin: 0 auto;}
li{list-style:none}
a{text-decoration:none;color: #333;}
.c{clear: both;}
img{max-width: 100%;}
.dad{overflow: hidden;}
.dad img{margin:0px ;transition: all .3s ease 0s;height:250px;width:100%;}
.dad:hover img {transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);}
.right{float: right;}
.left{float: left;}
body{font-family: Arial, Helvetica, sans-serif;}

.bot_logo{
    float: left;
    width: 16%;
}
.bot_nav {
    float: left;
    width: 50%;
}

.bot_add{
    float: left;
    width: 20%;
}

.bot_con{
    float: left;
    width: 30%;
}

.bot_con div{
    float: left;
    width: 100%;
}

.bot_con div a {
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
}


.bot_nav div{
    float: left;
    width: 50%;
}
.bottom dl{
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: bold;
    color: #ffffff;
}
.bot_nav div a{
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
}
.bottom{
    padding: 70px 0 30px;
    background: #383843;
}
.bq{
    line-height: 40px;
    background: #42424d;
    color: #fff;
    margin: 50px 0 0px;
}
.bq a{color: #fff;}
.bt{
    float: right;
}

.nav{
    position: absolute;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid rgba(255,255,255,0.3);
	
}
.logo{
    float: left;
    width: 15%;
}
.logo img{
    margin-top: 30px;
}
.tel{
    width: 16%;
    float: left;
}
.nav_li{
    float: left;
    width: 69%;
}
.nav_li a{
    display: block;
    color: #fff;
    line-height: 120px;
}
.nav_li li{
    float: left;
    width: 16.666%;
    text-align: center;
}
.er{float: right;}
.citytit {
    margin: 10px 0;
}
.fdh {
    z-index: 11;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.fdh li {
    float: left;
    width: 33.3%;
    text-align: center;
    background: #333;
    line-height: 35px;
}
.fdh li a {
    color: #fff;
}
.red {
    background: #3A59FF!important;
}
@media screen and (max-width:1000px) {
    .bot_nav{display: none;}
    .bot_logo,.bot_add,.er{width: 33.3%;}
}
@media screen and (max-width:800px) {
    .fdh {display: block!important;}
    .bq{display: none;}
    .bot_add{display: none;}
    .bot_logo,.er{width: 50%;text-align: center;}
    .bottom{padding: 30px 0 70px;}
        .nav .wrap{width: 100%!important;}
}
@media screen and (max-width:500px) {
    .wrap{width:90%!important;}
    .bot_logo,.er{float: none;text-align: center;width: 100%;}
    .er dl{display: none;}
	.dad img {height:140px;}
	.bot_con {width:100%;}
	
}