html{
margin: 0px;
    padding:0px;

}
body{
    margin: 0px;
    padding:0px;


}

a{
    text-decoration: none;
}
a:hover{
    text-decoration:underline;
    color:#173B64;
}
ul,li{
    list-style-type:none;
    margin:0px;
    padding: 0px;
}
P{
    margin: 0px;
}


.container{
    width:1200px;
    margin: 0px auto;
    font-size:12px;
    border:1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
}

#header{
    overflow: auto;
    padding: 20px 20px 20px 20px;
    background-color: #1F40E6;
    color:#fff;
    font-size:28px;
    font-weight: bold;
    margin-bottom: 0px;
    position: fixed;
    width:1200px;
    box-sizing: border-box;
    z-index: 100;
}
.tel{
    font-family: 'webfont-DIN-Medium';
    float: right;
}
.tel::before{
    font-family:remixicon;
    content:"\EFE9";
    margin-right:5px;
}
.tel a{
    color:#fff;
}
.gongsi{
    float: left;
}
.gongsi::before{
    font-family:remixicon;
    content:"\EC79";
    margin-right:5px;
    margin-top: 5px;
}
.gongsi a{
    color:#fff;
    text-decoration: none;
}


#menu{
    background: -ms-linear-gradient(-45deg, #051C2C 60%, #03339C 100%);
    background: -webkit-linear-gradient(-45deg, #051C2C 60%, #03339C 100%);
    background: -moz-linear-gradient(-45deg, #051C2C 60%, #03339C 100%);
    background:linear-gradient(-45deg, #051C2C 60%, #03339C 100%);
    margin-bottom: 40px;
    padding:0px 10px;
    margin-top: 76px;
}

#menu ul{
    overflow: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#menu ul li{
    margin: 0px;
}
#menu ul li a{
    font-size:12px;
    display: block;
    color:#fff;
    padding: 10px;
}
#menu ul li a:hover{
    font-size:12px;
    display: block;
    color:#fff;
    padding: 10px;
    background-color: #000000;
    text-decoration:underline;
}
.headline{
    border-radius: 50px;
    background-color:#1F40E6;
    color:#fff;
    float: left;
    clear: both;
    text-align: center;
    font-size: 22px;
    padding:10px 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.xinche{
    overflow: auto;
    clear: both;
}

 .item{
     clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
     background-color: #fff;
     padding: 5px;
}

.item .pic{
    width:32%;
}
 .item .pic img{
    width:100%;
    border-radius: 10px;
}
 .item .desc{
    width:66%;

}
.item .title2{
    font-size: 26px;
    margin-bottom:20px ;
    font-weight: bold;
    text-decoration: none;
}
 .item .title2 a{
     font-size: 26px;
     margin-bottom:20px ;
     font-weight: bold;
     text-decoration: none;
     color:#000;
 }
.item .intro {
    font-size:18px;
    color:#8B8B8B;
    margin-bottom:20px ;
}
.item .intro a{
    font-size:18px;
    color:#8B8B8B;
    text-decoration: none;
}
.item .tag{
    border-radius: 5px;
    background-color:#F70505;
    color:#fff;
    padding: 0px 5px;
    margin-right: 5px;
}
.item .tag2{
    border-radius: 5px;
    border:1px solid #FA6A6A;
    color:#FA6A6A;
    padding: 0px 5px;
    margin-right: 5px;
}
.item .tag3{
    border-radius: 5px;
    background-color:#F200F2 ;
    color:#FFFFFF;
    padding: 0px 5px;
    margin-right: 5px;
}
.split{
    height: 20px;
    background-color: #F5F5F5;
    margin: 10px -20px 20px -10px;
    overflow: hidden;
}
#article{
    overflow: hidden;
    font-size: 16px;
    line-height: 33px;
	color:#111e36;

}
#article .title{
    color:#111e36;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
#article .publishdate{
	padding:1rem;
	text-align:center;
	font-weight:bold;
	color:#111e36;
}
#newsindex{
    clear: both;
}
#newsindex a{
    display: block;
    padding:10px 50px ;
    color:#0066CC;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
#newsindex a::before{
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    background: url(../images/parts.svg) no-repeat;
    background-position: -135px -40px;
    background-size: 275px 227px;
}
#news{
    margin-bottom: 20px;
}

#news a{
    display: block;
    padding:50px 50px ;
    color:#0066CC;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
    font-family: 'webfont-DIN-Medium';
}
#news a::before{
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    top:40px;
    left: 0px;
    background: url(../images/parts.svg) no-repeat;
    background-position: -135px -40px;
    background-size: 275px 227px;
}
#news .flag{
    margin-top: 80px;
    background:
            #fff3d4;
    border-color:
            #f6b73c;
    padding: 20px;
    font-size: 20px;
    font-family: 宋体;

}
#bottom{
    position: relative;
    font-family: 'webfont-DIN-Medium';
    font-size: 14px;
    line-height: 24px;
}
#weixin{
    position: absolute;
    right: 0px;
}
#weixin img{
    width:100px;
}
#shangpaitips{
    font-size:15px;
    margin-bottom: 30px;
    font-family: 'webfont-DIN-Medium';
}
#tiptitle{
    font-size: 18px;
    text-align:center;
    font-weight: bold;
    margin-bottom: 40px;
    background-color: #E5E5E5;
    padding: 15px 0px;

}
#shangpaitips .sheng{
    font-size:22px;
    font-weight: bold;;
    margin-top: 30px;
    border-left:5px solid #F200F2;
    padding-left: 15px;
    box-sizing: border-box;
}
#shangpaitips .item{
    display: block;
    font-size:16px;
    font-weight: 100;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0px;

}
#shangpaitips .item .cityname{
    margin-right: 20px;
    color:#003399;
    font-weight: bold;
}
#shangpaitips .item .pai{
    margin-right: 20px;
    color:#000;
}
#shangpaitips .item .km{
    margin-right: 20px;
}
.pagediv{
    text-align: center;
    margin: 80px 0px;
}
.pages{
    background-color:#0066cc;
    color:#fff;
    text-align: center;
    padding: 20px;
    clear: both;
}
@media screen and (max-width:768px) {
    .container {
        width:100%;
    }
    #header{
        font-size: 18px;
        width:100%;
    }
    .gongsi a{
        color:#fff;
        text-decoration: none;
    }
    #menu{
        margin-top: 64px;
    }
    .headline{
        border-radius: 20px;
        background-color:#0066CC;
        color:#fff;
        float: left;
        clear: both;
        text-align: center;
        font-size: 18px;
        padding:4px 10px;
        margin-bottom: 20px;
    }
    .tel a{
        font-size:14px;
        color:#fff;
        text-decoration: none;
    }
    .xinche{
        clear: both;
    }
    .item{
        clear: both;
        margin-bottom: 20px;
    }
    .xinche .item .pic img{
        width:100%;
        border-radius: 5px;
    }
    .item .tag{
        font-size:11px;
    }
    .item .title2{
        font-size:14px;
        margin-bottom:10px ;
    }
    .item .title2 a{
        font-size:14px;
    }
    .item .intro{
        font-size:12px;
        margin-bottom:10px ;
    }
    .item .intro a{
        font-size:12px;
        color:#8B8B8B;
    }
    .item .tag2{
        font-size:10px;
    }
    #article{
        margin: 5px 10px;
    }
    #article img{
        width:100%;
    }
}


