body{
    min-width: 1500px;
}
ol, ul {list-style: none; padding: 0;}
a{
    color:#000;
    text-decoration: none;
}
.header{
    background-color: #f9f9f9;
    width: 100%;
    /* height: 150px; */
    border-top: 5px solid #c50000;
    background:linear-gradient(to bottom,#ece7e3,#fff) ;
}
.header-inner{
    width: 70%;
    height: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-image:url(../img/head_2.png);
    background-position:93%;
}
.logo{
    height: 100px;
    width: 300px;
    background-image: url(../img/logo2.png);
    background-position: 50% 75%;
    background-repeat: no-repeat;
    margin:0 0 20px 20px;
    padding-top: 14px;
    position: relative;
}
.tittle{
    /* -webkit-background-clip: text; */
    /* background: linear-gradient(to bottom,red,#850505); */
    position: absolute;
    font-size: 31px;
    color: #af0e0e;
    right: -30%;
    top: 50px;
    
}
.tittle::before{
    content: attr(text);
    position: absolute;
    color: #bd954f;
    -webkit-mask-image: linear-gradient(to bottom, #bd954f, transparent );
}
.nav{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: -30px;
    background-color: #0c63c1;
}
.nav-ul{
    display: block;
    padding: 0;
    
}
.nav-item{
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 95px;
}
#jigou{
    position: relative;
}
.nav-item>a{
    padding: 15px 5px;
    font-size: 16px;
    color: #d60813;
}

.sub-nav{
    display:none;
    padding: 10px 0px 14px 0px;
    position: absolute;
    top: 38px;
    left: -50px;
    background-color: #d40e0e;
    text-align: center;
    width: 200px;
    color: #fff;
    z-index: 10;
}
.sub-nav:after{
    display:block;
    content:'';
    position: absolute;
    top:-16px;
    left: 45%; 
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:transparent transparent #d40e0d transparent;
}
.sub-item{
    display: block;
    width: 100%;
    padding: 9px 2px;
}
.sub-item>a{color: #ececec;font-size: 15px;}
.sub-item:hover{
    background-color: #e65151;
}
.main_body{
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    min-width: 1000px;
    margin-top: 20px;

}

.banner{
    margin-bottom: 10px;
}

#slider{
    height: auto;

}
.right-body{
    float: right;
    width: 30%;
    height: 700px;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0 2px;
}
.right-box{
    margin-top: 15px;
    height: 30%;
    position: relative;
}
.links{
    margin-top: 14px;
}
.links>select{
    width: 70%;
    margin-top: 8px;
    border: 2px solid #ececec;
    height: 25px;
}
.left-body{
    margin-right: 32%;
    height: 700px;
    /* box-shadow:1px 1px 1px #c50000; */
    border-radius: 2px;
    padding: 0 0px 20px 0px;
}
.color-fix{
    height: 25px;
}
.left-box{
    margin:0 0 20px 20px;
    float: left;
    display: block;
    height: 350px;
    width: 46%;
    height: 44%;
    position: relative;
}
.left-box2{width: 55%;}
.news-header{
    width: 100px;
    height: 27px;
    text-align: left;
    font-size: 18px;
    margin: 3px 40px;
    color: #0c63c1;
    background-repeat: no-repeat;
    background-position: 100% -1px;
}
.nh2{
    width: 110px;
    padding: 5px;
}

.box-hr{
    background-color: #2475cd;
    height: 6px;
    width: 100%;
    position: absolute;
    border-radius: 2px;
    top: 35px;
    left: 0px;
}
.more{
    position: absolute;
    bottom: 12px;
    right: 10px;
    background-image: url(../img/more.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 30px;
    border-radius: 3px;
}
.more:hover{
    box-shadow: 1px 1px 3px #ececec;
    background-color: #f9f6f6;
}
.news_l{
    margin: 0;
    padding: 2px 3px;
}
/* .news_r{
    margin: 0;
    padding: 0 15px;
} */
.news-tr{
    border-bottom:1px dotted #d6d6d6;
    padding: 4px 6px;
    font-size: 14px;
    height: 28px;
}
.news-tr a{
    color: #000;
}
.pic-news{
    width: 37%;

}
.sys-box{

}
#sys-list{
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
}
#sys-list>li{
    display: inline-block;
    padding: 14px 0;
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 5px;
}
#sys-list>li:hover{
    background-color: #efd2d2;
}
#sys-list>li>a{color: #a62038;}
.bottom-body{
    display: block;
    height: 130px;
    /* margin-top: 10px;
    padding-top: 10px; */
    clear: right;
    background-image: url(../img/brige.png);
    background-position: 100%;
    background-repeat: no-repeat; 
}
.money{
   width: 500px;
    background-color: #b42335;
    background-image: url(../img/money.png);
    background-position: 430px;
    background-repeat: no-repeat; 
    margin-top: 20px;
    margin-right: 45px;
    color: #fff;
    float: left;
    height: 100px;
    border-radius: 2px;
    position: relative;
}
.phone{
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    float: left;
    height: 70px;
    width: 50px;
    position: absolute;
    bottom: 3px;
    left: 8px;
}
.search-box{
    width: 25%;
    margin: 40px 0 0 25px;
    float: left;
    position: relative;
}
.search{
    border: 2px solid #e2e2e2;
    height: 24px;
    width: 90%;
    padding: 4px 10px;
    border-radius: 2px;
}
.s-icon{
    border: 0;
    position: absolute;
    background-image: url(../img/sous.png);
    background-repeat: no-repeat;
    background-color: #fff;
    top: 3px;
    right: 8px;
    width: 30px;
    height: 90%;
    cursor:pointer;
}
.money>a{
    position: relative;
    left: -10px;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}
.footer{
    /* margin-top: 10px; */
    border-top: 7px solid #e6cc7d;
    background-color: #0c63c1;
    height: 140px;
    padding: 30px 0 0 0;
}
.footer p{
    color: #fcf6f7;font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 10px 0;
}

.mail {
    font-size: 18px;
    float: left;
    padding-left: 150px;
}

.phone-title {
    font-size: 35px;
    padding-bottom: 6px;
}

img.fuwu-logo {
    float: left;
    margin-left: 100px;
    margin-right: 20px;
    width: 22px;
    height: 25px;
}

.news-header.nh2 {
    border-top: 8px solid #e6cc7d;
    background-color: #0c63c1;
    color: white;
    width: 98%;
    margin: 0px 0px;
    height: 35px;
}

span.text1 {
    line-height: 30px;
}

.sys-box {
    margin-bottom: 8px;
    height:319px;
}

.logo-text {
    float: left;
    margin-left: 50px;
}

.logo-jiantou {
    float: left;
    margin-left: 90px;
}

ul.news_r {
    margin-top: 30px;
}

.link-text {
    line-height: 39px;
}

.banner-img {
    /* width: 100%; */
    margin: 0 auto;
}

img.fenxiang-left {
    height: 25px;
    width: 25px;
    float: left;
}

.link-text {
    float: left;
}

img.fenxiang-right {
    height: 25px;
    width: 25px;
    /* float: right; */
}

.sys-box1{

}
#sys-list1{
    display: block;
    text-align: left;
    padding: 0;
    margin-top: 20px;
}
#sys-list1>li{
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    margin-bottom: 5px;
    /* margin: 0px; */
    margin-left: 30px;
    margin-right: -40px;
}

img.share-logo1 {
    width: 25px;
    height: 25px;
    float: left;
}

img.share-logo2 {
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 40px;
}

.share-text {
    float: left;
    padding-left: 20px;
}

.container {
    width: 85%;
    margin: 0 auto;
}
a.logo-text {
    color: #fff;
}

