﻿/*清除默认的样式*/
*{
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
img{
    border: 0;
    vertical-align: middle;
}
a{
    text-decoration:none !important;
}
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ }
a:focus{ -moz-outline-style: none; /* FF */ }
/*a:hover{
    color: #b92636 !important;
}*/
ul{
    list-style: none;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 15px;
    margin-bottom: 10px;
}
.fl{
    float:left ;
}
.fr{
    float: right;
}
.full-screen{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.full-screen>.full-screen-inside{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 70px;
    min-width: 1200px;
}
.header-inside{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}
.header-inside>.right-nav>ul{
    width:700px;
    height: 68px;
    line-height: 68px;
}

.header-inside>.right-nav>ul>li{
     width: 100px;
    float: left;
    text-align: center;
}
.header-inside>.right-nav>ul>li>a{
    display: block;
    font-size: 16px;
    color: #000;
}
.header-inside>.right-nav>ul>li>a.active{
    color:#b92636;
    border-bottom: 2px solid #b92636;
}
.header-inside>.right-nav>ul>li>a:hover{
    color:#b92636;
    border-bottom: 2px solid #b92636;
}
.footer{
    width: 100%;
    min-width: 1200px;
    background-color: #313131;
}
.footer-2{
    width: 100%;
    min-width: 1200px;
    background-color: #222222;
}

.footer>.footer-inside{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}
.footer-2>.footer-inside-2{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;

}
.footer-inside>.logo{
    width: 275px;
}
.footer-inside>.logo>h1{
    font-size: 24px;
    color:#c2c2c2;
    font-weight: normal;
}
.footer-inside>.rexian{
    width: 230px;
    margin-left: 120px;
}
.footer-inside>.rexian>.tit{
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 23px;
    height: 1px;
    background: #878787;
}
.footer-inside>.rexian>h1{
    font-size: 26px;
    color: #00a1ea;
    font-weight: normal;

}
.footer-inside>.rexian>h2{
    font-size: 14px;
    color: #c2c2c2;
    font-weight: normal;
    margin-top: 0;
}
.lianxi>p{
    font-size: 14px;
    color: #c2c2c2;
    line-height: 2em;
}
.gzh>p{
    font-size: 14px;
    color: #c2c2c2;
    margin-top: 5px;
}
