
/*公共样式*/
*{
    margin:0;padding:0;  outline: 0;  vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html,body{
    color:#333333;
    background:#fff;
    font:16px Arial,Verdana,sans-serif,"Times New Roman",微软雅黑;
    width:100%;

}
input,select,button{
    font-size:100%;
    outline:0;
    vertical-align:middle;
    -webkit-appearance: none;
}
button{
    border: 0;
    background-clip: padding-box;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul,li { list-style:none;}
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img{
    border:none;
    margin:0;
    padding:0;
    vertical-align:baseline;
}
a, a:link, a:visited{
    color:#000;
    text-decoration:none;
}
a:hover{
    color:#ff000a;
    text-decoration:none;
}
/* 标签属性，textarea,input 强制输入时内容超出时换行，打断 */
textarea,input{
    word-wrap:break-word;
    word-break:break-all;
}
span,p,div{
    word-wrap:break-word;
}
.lf{ float:left; }
.rt{ float:rigclearfixht; }
.clearfix{ content: ''; display: block; clear: both; }
.top{
    width: 100%;
}
.main{width: 1200px; margin: 0 auto;}

    /*header样式*/
.header{
    margin:0 auto;
    width: 100%;
}
.header{
    background-color: #ffffff;
    font-size: 16px;
    height: 110px;
}
.container{
    height: 76px;
    width: 1200px;
    margin:17px auto;
    padding: 0;

}
.logo{
    cursor: pointer;
    width:270px;
    height: 76px;
    float: left;
}
.logo-img{
    width: 116px;
    height: 76px;
    float: left;
}
.title{
    font-size: 36px;
    width: 154px;
    float: right;
    line-height: 76px;
}
.nav{
    float:right;
    height: 46px;
    margin-top:15px;
    position: relative;
}
.nav-list,.search-but{
    float: left;
}
.nav-list .index{
     cursor: pointer;
     margin:5px 5px 0 0;
     width: 36px;
     height: 36px;
     border: none;
     background-image: url("../images/index.png");

 }
.nav-list .index:hover{
    background-image: url("../images/index-active.png");
}

.nav-list li{
    font-size: 16px;
    color:#010101;
    float: left;
    width: 110px;
    height: 46px;
    border-left: 1px solid #e8e8e8;
}
.nav-list li a:hover{
    background-color: #ff000a;
    color:#ffffff;
}
.nav-list li a{
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 40px;
    margin: 3px 5px;
    border-radius: 4px;
}
.nav-list li img{
    margin:0 1px -3px 0;
}
.search-but{
    width: 36px;
    height: 36px;
    padding: 8px 5px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-top:5px;
}
.search-input{
    width: 250px;
    height: 40px;
    background-color: #ff000a;
    position: absolute;
    right: 0;
    top:79px;
    z-index: 99;
    padding-left: 12px;
}
.search-input input::-webkit-input-placeholder{
    color: #ffffff;
}
.search-input input::-moz-placeholder{
    color: #ffffff;
}
.search-input input:-ms-input-placeholder{
    color: #ffffff;
}
.search-input input {
    float: left;
    width: 200px;
    height: 40px;
    border: none;
    background-color: #ff000a;
    color:#ffffff;
    font-size: 14px;

}
.search-input .sure{
    float: right;
    width: 38px;
    height: 40px;
    background:url("../images/search-sure.png") #ff000a  center center no-repeat;
}
.arrow-up {
    width: 0px;
    height: 0px;
    border-top: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
    border-bottom: 6px solid #ff000a;
    border-left: 6px solid #ffffff;
    position: absolute;
    top:-12px;
    right: 10px;
}

/*左侧公共目录样式*/
.page-nav{
    width:100%;
    height: 80px;
    background-color: #666666;
}
.page-bt{
    font-size:24px;
    color:#ffffff;
    float:left;
    height: 80px;
    line-height: 80px;
}
.page-list{
    color:#cccccc;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    float: right;
}
.page-list a{
    color:#cccccc;
    font-size: 14px;
}
.page-list i{
    display: inline-block;
    width:18px;
    height:24px ;
    background-image: url("../images/page.jpg");
    margin:0 10px -8px 0;
}
.about_content{
    padding:60px 0;
    background-color: #f2f2f2;
}
.about_left{
    width: 288px;
    float: left;
}
.left-nav{
    width: 100%;
    background-color: #ffffff;
}
.biaoti{
    color:#333333;
    font-size: 30px;
    height: 84px;
    width: 100%;
    text-align: center;
    line-height: 84px;
    border-bottom: 1px solid #e5e5e5;
}
.about_list{
    width: 100%;
    background:url("../images/left-back.jpg") no-repeat left bottom;
    padding: 40px 60px 50px 60px;

}
.about_list li {
    width: 168px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.about_list li a{
    color:#333333;
    display: block;
    height: 40px;
    width: 100%;
    font-size: 16px;

}
.about_list .active{
    background-color: #ff000a;
    border-radius: 20px;
    color: #ffffff;
}
.about_list li:hover{
    background-color: #ff000a;
}
.about_list li:hover a{
    color: #ffffff;
}
.left-server{
    height: 380px;
    width: 100%;
    background-color: #ffffff;
    margin-top:30px;

}
.server-bt{
    background-image: url("../images/server.jpg");
    width: 234px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    color:#000000;
    margin:40px auto 0 auto;
}
.line01{
    height: 50px;
    width: 3px;
    background-color: #ff000a;
    margin: 10px auto 0 auto;
    position: relative;
    z-index: 999;
}
.go-know{
    width: 234px;
    height: 90px;
    background-color: #666666;
    margin:-25px auto 40px auto;
    text-align: center;
    line-height: 90px;
}
.line02{
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 5px;
}
.know-link{
    cursor: pointer;
}
.know-link span{
    color:#ffffff;
    font-size: 18px;
    cursor: pointer;
    margin:0 20px 0 10px
}
.know-link img{
    margin-bottom: -5px;
}
.ser-phone{
    margin: 40px auto 0 auto;
    width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;
    text-align: center;

}
.phone-1{
    font-size: 18px;
    color:#333333;
}
.phone-2{
    font-size: 24px;
    color:#333333;
}
.about_right{
    width: 880px;
    float: right;
    background-color: #ffffff;
    overflow: hidden;;
}
.right-content{
    font-size: 16px;
    color:#666666;
    margin:50px 20px;
    line-height: 30px;
}

.dsas li{
    height: 96px;
    line-height: 96px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
}
.dsas .text001{
    font-size: 24px;
    color:#333333;
}
.dsas li span{
    color:#000000;
    font-weight: bold;

}
.images-list{
    width: 1000px;
}
.images-list li{
    float: left;
    width: 280px;
    margin:0 20px 30px 0;
}
.images-list li p{
    display: inline-block;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    line-height: 65px;
    text-align: center;
    border-top:10px solid #e5e5e5 ;
}
.images-list li p a{
    font-size: 18px;
    color:#333333;
}
.images-list .images-list-div{
    display: block;
    width: 280px;
    height: 210px;
    background-color: #ffffff;
}
.imagess{
    margin: 30px auto;
    width: 156px;
    height: 150px;
}

/*footer样式*/
.footer{
    height: 435px;
    background: #4b4b4b;
    padding: 60px;
}

.footer ul{
    float: left;
    width:120px;
    height: 256px;
}
.footer ul li a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding:9px 0;
    font-size: 14px;
}
.footer ul li a:hover{
    color: #ff000a;
}

.footer ul li.foot-title a{
    color: #ffffff;
    padding-bottom: 20px;
    font-size: 16px;
    padding-top: 0px;
}
.foot-sere{
    margin-right: 60px;
    float: left;
    width: 290px;
}
.foot-contact{
    width: 290px;
    height: 140px;
    border-bottom: 1px solid #ff000a;

}
.erweima{
    float: left;
    width: 92px;
    height: 92px;
    margin-right: 30px;
}
.footlogo{
    float: left;
    width: 140px;
    height: 92px;
}
.map{
    width: 824px;
    height: 390px;
    margin:40px auto;
}

/*页码*/
.page,.page ul{
    width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;
    height: 40px;
}
.page{
    margin: 20px auto 0 auto;
}
.page a, .page span {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    color:#999999;
    font-size: 16px;
}
.page ul li{
    width: 40px;
    height: 40px;
    float: left;
    margin-right:8px;
    cursor: pointer;
}
.page-num{
    background-color: #ffffff;
    text-align: center;

    line-height: 40px;
    font-size: 16px;
    color:#999999;
}
.page .page-num-current{
    background-color: #ff000a;
    color:#ffffff;
}
.page-num:hover{
    background-color: #ff000a;
    color:#ffffff;
}
.last{
    background:url(../images/page-1.png) #ffffff center center no-repeat;
}
.next{
    background:url(../images/page-2.png) #ffffff center center no-repeat;
}

