/* CSS Document */

*{margin:0;padding:0;}
body{font-family:"微软雅黑"}
a{text-decoration:none;/*blr:expression(this.onFocus=this.blur()); */outline:none; }
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;}
.button{ border-radius: 0; } 

input:focus, textarea:focus {
    outline: none;
}

input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}

ul,li{list-style:none;}
img{border:0;}


/*-------top----*/
.top{width:100%;height:60px;background:#bf162b;margin:0 auto;position:fixed;top:0;z-index:99;}
.top-con{width:1104px;height:60px;margin:0 auto;}
.top-logo{width:123px;height:33px;float:left;margin-top:15px;}

/*---nav--*/
.top-nav{width:811px;height:60px;float:left;margin-left:22px;}
.top-nav li{width:auto;height:60px;float:left;}
.top-nav li a{display:inline-block;height:60px;line-height:60px;font-size:14px;color:#fff;padding:0 14px;}
.top-nav li a:hover{background:rgba(0,0,0,0.1);}

/*--tel--*/
.top-tel{width:145px;height:35px;float:right;margin-top:14px;}



/*-----foot---*/
.foot-er{width:100%;min-width:1104px;background:#191a47;overflow:hidden;}
.foot-er1{width:1104px;height:auto;overflow:hidden;margin:0 auto;padding-bottom:45px;}
.foot-logo{width:155px;height:auto;overflow:hidden;float:left;margin:104px 0 0 85px;}
.foot-logo img{width:155px;height:auto;display:block;}
.foot-logo p{width:100%;height:22px;line-height:22px;font-size:20px;color:rgba(255,255,255,0.6);margin-top:10px;}
.foot-right{width:740px;height:auto;float:right;overflow:hidden;margin-top:74px;}
.foot-right ul{width:100%;height:auto;overflow:hidden;float:left;padding-bottom:20px;}
.foot-right ul li{width:100%;height:16px;line-height:16px;font-size:14px;color:rgba(255,255,255,0.6);margin-bottom:20px;}
.foot-right ul li p{width:436px;height:16px;float:left;}
.foot-right ul li span{width:209px;height:16px;display:block;float:right;}
.foot-tel{width:313px;height:28px;display:block;float:left;}

.foot-bottom{width:100%;min-width:1104px;height:auto;background:#0e0e26;line-height:24px;font-size:14px;color:rgba(255,255,255,0.5);text-align:center;padding:30px 0;}