html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
 /*    border:0; */
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
}

/*body {
    line-height:1;
}*/
@charset "utf-8"

:focus {
    outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #000000;
}
a, span, b, p,h1,h2,h3,h4,h5{
    font-family: Microsoft YaHei;
    color: #363635;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    outline: medium none;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input{
    padding: 0;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}
body{
    min-width: 1200px;
    background-color: #ffffff;
}
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}


.footer{
	width:100%;
	background:#3071B8;
	height:auto;
	overflow:hidden;
	padding: 30px 0 17px 0;
}
.footer a{
	
}
.footer-1{ width:100%; height:auto; float:left; border-bottom:1px solid rgba(255,255,255,0.1); padding-bottom:30px; overflow:hidden; margin-bottom:10px;}
.footer-2{ width:100%; height:auto; float:left;}
.footer-link{ width:70%; float:left;display:flex;flex-direction:row;margin-top: 5px;}
.footer-link a{flex:1; font-size:16px; color:#fff; line-height:30px; vertical-align:middle;}
.footer-link a:hover{ color:#9d2a29;}
.footer-sel{ float:right;width:230px; height:40px; line-height:40px; vertical-align:middle; color:rgba(255,255,255,0.7); background:#355e92; border:1px solid; color:rgba(255,255,255,0.7);}
.list15{width:80%;float:left;margin-top: 33px;}
.list15 li{ width:33.33%; float:left;line-height:40px; color:#fff; }
.footer2{ width:100%; height:auto; overflow:hidden; color:#6a6a6a; text-align:center; background:#355e92; padding-top:20px; padding-bottom:20px; }
.footer2 a{ color:rgba(255,255,255,0.7);}
.footer2 a:hover{ text-decoration:underline;}
.list15 li a{
    color: #fff;
}
.ewm {
    width: 12.5%;
    height: auto;
    float: right;
    text-align: center;
    color: rgba(255,255,255,0.6);
    margin-top: 10px;
}
.ewm span{
    font-size: 15px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin-top: 10px;
}


/*上一页 下一页*/
.pageround{
    border-top: 1px #cccccc dashed;
    padding-top: 10px;
    padding-bottom: 10px !important;
}
.pageround>p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}