@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    color: #393939;
    _overflow: hidden;
    overflow-x: hidden;
    background: #f3f5f7;
    width: 100%;
    *cursor: default;
}

body,
ol,
table,
tr,
td,
ul,
li,
dt,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

li {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
}


/*-------this-a-list---------*/

a,
time {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

a:active,
a:hover {
    text-decoration: none
}

a,
area,
a:active {
    blr: expression(this.onFocus=this.blur());
}

:focus {
    -moz-outline-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/*------- input--outline--middle---------*/


/*input, button, select, textarea{ outline:none}*/

input,
select,
textarea,
button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}


/*----- tabless///-----*/

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption {
    display: none;
}


/*----- clearfix///-----*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}


/*----- dis///-----*/

.clear {
    clear: both;
}

.disno {
    display: none;
}

.disbk {
    display: block;
}

.distb {
    display: table;
}


/*----- 文字两侧对齐///-----*/

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .justify:after {
        position: absolute;
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0;
    }
}


/*----- 超出省略号///-----*/

.toe {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper img {
    display: block;
    width: 100%;
}

.wl_blank {
    width: 100%;
    height: 0.1rem;
    background-color: #efeff9;
}


/******************************************************************common/////**********************************************************************/

.width {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.sifa-head{
    width: 100%;
    max-width: 1200px;
    padding: 10px calc((100% - 1200px) / 2);
    border-bottom: 1px solid #c30e23;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
}
.sifa-head .left{
    color: #c30e23;
}
.sifa-head .right{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.sifa-head .right .smtx{
    margin-left: 10px;
}
.sifa-head .right a:hover{
    color: #c30e23;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    padding: 10px calc((100% - 1200px) / 2);
    background-color: #fff;
}

.top .logo {
    width: 100px;
}

.top .login {
    width: calc(100% - 450px);
    display: flex;
    justify-content: flex-end;
}

.top .login a {
    margin-left: 20px;
}

.top .search {
    width: 200px;
    height: 40px;
    position: relative;
}

.top .search input[type="text"] {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #999;
    text-indent: 1em;
    outline: none;
}

.top .search .tijiao {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) center center/100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    outline: none;
}
.top .nav ul{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top .nav ul li{
    padding: 0 1vw;
   
}
.top .nav ul li a{
    font-size:18px;
}
.top .nav ul li.on a{
    color: #c30e23;
}
.top .nav ul li:hover a{
    color: #c30e23;
}
#index .indexnav a,#index .aboutnav a,#index .noticenav a,#index .caristnav a,#index .helpnav a,#news .newsnav a,#index .lxwmnav a,#index .myjpnav a{
    color: #c30e23;
}
/* 底部有 */
.copyright span a{
    color: #999;
}
.footer {
    width: 100%;
    max-width: 1200px;
    padding: 50px calc((100% - 1200px) / 2);
    border-top: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 0;
    background-color: #fff;
}

.footer .left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .left .help {
    margin-right: 100px;
}

.footer .left .help h3 {
    font-size: 20px;
    color: #333;
    height: 18px;
    line-height: 18px;
    padding-bottom: 10px;
}

.footer .left .help p {
    margin-top: 5px;
}

.footer .left .help p a {
    font-size: 14px;
    color: #666;
}

.footer .right {}

.footer .right .ewm {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #f00;
    margin: 0 auto 10px;
}

.copyright{
    width: 100%;
    max-width: 1200px;
    padding:0 calc((100% - 1200px) / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: #333;
}
 .copyright span{
    padding: 0 20px;
    color: #999;
    font-size: 12px;
}
.copyright .sifa-foot-p {
    width: 100%;
    border-top: 0;
    margin-top: 0;
    color: #666;
    text-align: center;
    line-height: 20px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 36px auto;
}

.page span,
.page a.first,
.page a.last {
    width: 54px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 8px;
    border: solid 1px #cccccc;
    margin: 0 8px;
}

.page a {
    width: 32px;
    height: 37px;
    line-height: 37px;
    border-radius: 8px;
    text-align: center;
    border: solid 1px #cccccc;
    margin: 0 8px;
}

.page a.on,
.page a:hover {
    background-color: #c30e23;
    color: #fff;
}


@media only screen and (max-width:1200px) {
    .nav{
        width:calc( 100% - 350px);
        margin-left: 2%;
    }
    .top .nav ul li{
        width: 25%;
        padding: 0;
    }
    .search{
       
    }
    .sifa-head,.top{
        width: 90%;
        padding: 10px  5%;
    }

    .footer{
        width: 90%;
        padding: 50px  5%;
    }
}
@media only screen and (max-width:768px) {
    .top .search{ 
        width: 100%;
    } 
    .nav{
        width: calc( 100% - 100px);
        margin-left: 0;
    }
    .top .nav ul{
            justify-content: flex-start;
    }
    .top .nav ul li{
        width: 30%;
    }
    .top .nav ul li a{
        font-size: 15px;
    }
    .top .search input[type="text"]{
        width: 100%;
    }
}
@media only screen and (max-width:414px) {
    .footer {
        display: block;
    }
    .footer .left .help {
        margin: 2vw;
    }
    .footer .right {
        text-align: center;
        margin-top: 40px;
    }
    .top .login{
        display: none;
    }
}