@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
}

body {
    font-size: 63%;
    /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
    color: #333333;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    color: #323232;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
    display: block;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #323232;
}

a:hover {
    /* color: #c00603; */
    text-decoration: none;
}

.topImg {
    margin: 0 auto;
    position: relative;
    height: 0;
    padding-bottom: 18.23%;
}
.topImg img{
     width: 100%;transition: all 0.5s ease-in-out;max-width:none;position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);object-fit: cover;
}
input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}


/*定义清除浮动样式 方法一*/

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*定义清除浮动样式 方法二*/

.clear {
    clear: both;
}


/*font-size */

.f12px {
    font-size: 1.2em;
}

.f14px {
    font-size: 1.4em;
}

.f16px {
    font-size: 1.6em;
}

.f18px {
    font-size: 1.8em;
}

.f20px {
    font-size: 2.0em;
}

.f22px {
    font-size: 2.2em;
}

.f24px {
    font-size: 2.4em;
}


/*float */

.fl {
    float: left;
}

.fr {
    float: right;
}

.ct {
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

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

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.pr {
    position: relative;
}

.inblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.disnone {
    display: none;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden !important;
}

.none {
    display: none;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.underline:hover {
    text-decoration: underline;
}

.mtc {
    margin: 0 auto;
}

.number {
    font-family: Arial;
}

.fw600 {
    font-weight: 600;
}

.hand {
    cursor: pointer;
}

.distable {
    display: table;
}

.distr {
    display: table-row;
}

.distd {
    display: table-cell;
}

.mr35px {
    margin-right: 35px;
}

.ml35px {
    margin-left: 35px;
}

.mr10px {
    margin-right: 10px;
}

.ml10px {
    margin-left: 10px;
}

.mt20px {
    margin-top: 20px;
}

.topicInfo li {
    transtion: all 1s ease 0s
}

.wrap_erweima {
    width: 100px;
    height: 140px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: #ffffff;
    z-index: 9999;
}

.wrap_erweima img {
    width: 100px;
    height: 100px;
}

.wrap_erweima p {
    width: 80px;
    text-align: center;
    margin: 0 auto;
}


/*头部样式*/

.wrap_con {
    /* background: url(../images/top_bg_01.jpg) no-repeat center top; */
    position: relative;
    background-size: cover;
    z-index: 99;
    /* min-height: 260px; */
    overflow: hidden;
    /* height: 260px; */
    /* text-align: center; */
}

.wraq_header {
    display: block;
    margin: 50px auto;
}

.wrap_topNav {
    width: 100%;
    height: 28px;
    background: #7f0007;
}

.header {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    z-index: 9999999;
}

.logo {
    width: auto;
    height: auto;
    float: left;
    padding: 32px 0;
}

.logo a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}


/*导航*/

.wrap_nav {
    /* width: 100%; */
    /* z-index: 999; */
    /* background: #b40000; */
    position: absolute;
    width: 100%;
    bottom: 0;
}

.nav {
    max-width: 1200px;
    z-index: 888;
    margin: 0 auto;
    height: 60px;
}

.nav ul {
    height: 60px;
    margin: 0px auto;
    max-width: 1200px;
}

.nav ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: left;
    position: relative;
}

.nav ul li a {
    color: #ffffff;
    font-size: 1.6em;
    padding: 0 90px;
    padding-left: 43px\9\0;
    padding-right: 43px\9\0;
    *padding-left: 43px;
    *padding-right: 43px;
    text-align: center;
}

.nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    background: #c00603;
}

.nav ul li .local {
    left: -86px;
}

.nav ul li.on {
    background: #ffffff;
}

.nav ul li.on a {
    color: #c00603;
}

.nav ul li.on .subNav {
    display: block;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
    padding: 5px 0;
}

.nav ul li.on .subNav dl dd {
    border-bottom: 1px solid #ffffff;
    height: auto;
    line-height: 24px;
    *line-height: 24px;
    text-align: center;
    padding: 8px 0;
}

.nav ul li.on .subNav dl dd:hover {
    background: #ffffff;
}

.nav ul li.on .subNav dl dd a {
    font-size: 14px;
    border: none;
    font-size: 1.4em;
    text-align: left;
    font-weight: normal;
    color: #fff;
    padding: 0;
}

.nav ul li.on .subNav dl dd:hover a {
    color: #c00603;
    padding: 0;
}

.nav ul li .pos_left {
    left: -72px;
}


/*手机端导航*/

.phone_logo {
    width: 60%;
    float: left;
}

.snav {
    display: none;
    /* height: 94px; */
    /* overflow: hidden; */
    /* left: 0px; */
    /* top: 0; */
    /* z-index: 1002; */
    /* padding: 13px 3% 17px 3%; */
}

.mbtn {
    width: 30px;
    height: 25px;
    float: right;
    background: url(../sjjlzqh20211113images/phone_nav_03.png) no-repeat;
    cursor: pointer;
    margin: 18px 0 0 0;
    position: relative;
    z-index: 20000;
}

.mbtn.open {
    background: url(../sjjlzqh20211113images/close_03.png) no-repeat;
    width: 30px;
    height: 24px;
}

.navm {
    position: absolute;
    width: 100%;
    background: #bf0000;
    overflow: hidden;
    text-align: left;
    display: none;
    left: 0;
    top: 0px;
    padding-top: 58px;
    z-index: 9999;
}

.navm ul {
    padding: 0 0 10px;
}

.navm li {
    border-top: 1px solid #0fff;
    position: relative;
    padding: 0 1%;
    overflow: hidden;
}

.navm li:first-child {
    border-top: 0px;
}

.navm li strong.arrow {
    cursor: pointer;
    width: 30px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    float: right;
}

.navm li a {
    width: auto;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0px 15px 13px;
    color: #fff;
    display: inline-block;
    /* background: url(../sjjlzqh20211113images/mcircle_03.png) no-repeat left center; */
}

.navm li a:hover {
    color: #fff;
}

.navm li.sub_has span {
    margin-left: 10px;
}

.navm li.on a {
    color: #fff;
}

.navm dl {
    display: none;
    /* color:#004489; */
    border-top: 1px solid #fff;
}

.navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px dashed #fff;
}

.navm li.on dl dd a {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.navm li dl dd a {
    float: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    display: inline;
    display: block;
    border: none;
    padding: 0px;
}

.navm li dl dd a:hover {
    font-weight: bold;
}

.navm li span {
    text-align: center;
    border-left: 1px solid #586369;
    padding: 0 5%;
}

.navm li span:first-child {
    border-left: 0px;
}

.navm li span a {
    display: inline-block;
    padding: 0px;
    width: auto;
    float: none;
}

.snav #ser {
    display: block;
    position: static;
    clear: both;
    margin: 5px auto 15px;
}

.ser01 {
    padding: 20px 0px 0px 0;
}

.search01 {
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 9999999;
}

.search01 input {
    position: absolute;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #6b6b6b;
    border: none;
    background: none;
    right: 35px;
    top: 0px;
    padding-left: 0px;
}

.search01 input.notxt {
    color: #4f544f;
    padding-left: 7px;
    width: 92%;
}

.search01 input.notxt1 {
    position: absolute;
    width: 16px;
    height: 40px;
    top: 0px;
    right: 30px;
    border: none;
    background: url(../sjjlzqh20211113images/phone_ser_03.png) no-repeat center center;
    cursor: pointer;
    overflow: hidden;
    padding: 0px;
}

.link {
    padding: 15px 0;
    width: 100%;
    background: #ffffff;
}

.linkIn {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.linkIn ul {
    overflow: hidden;
}

.linkIn ul li {
    font-size: 14px;
    float: left;
    margin: 0 50px 0 0;
    line-height: 24px;
}

.linkIn h2 {
    float: left;
    font-size: 14px;
    color: #333333;
    margin: 0 38px 0 0;
}

.wrap_footer {
    padding: 20px 0;
    background: #c00603;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.wraq_header {
    /* width: 1000px; */
    margin: 0px 0;
}

@media screen and (max-width:1386px) {
    .wraq_header {
        /* width: 900px; */
        /* margin: 40px 0; */
    }

    .nav ul {
        max-width: 1000px;
    }

    .nav ul li a {
        padding: 0 70px;
    }

    .wraq_header {
        /* height: 127px; */
    }

    .logo {}

    .header {
        max-width: 1000px;
    }

    .linkIn {
        max-width: 1000px;
    }

    .linkIn ul li {
        font-size: 12px;
    }

    .linkIn h2 {
        font-size: 12px;
    }

    .wraq_header {
        background-size: cover;
    }
}

@media screen and (max-width:1200px) {
    .logo {
        padding: 20px;
        width: 70%;
        font-size: 0;
    }

    .logo_01 {
        width: 57%;
    }

    .logo_02 {
        width: 42.5%;
    }

    .nav {
        max-width: 1023px;
    }

    .nav ul {
        max-width: 1023px;
    }

    .nav ul li a {
        padding: 0 71px;
    }

    .wraq_header {
        /* width: 800px; */
        /* margin: 40px 0; */
    }
}

@media screen and (max-width:1023px) {
    .linkIn {
        margin: 0 15px;
    }
}

@media screen and (max-width:996px) {
    .wraq_header {
        /* width: 700px; */
        /* margin: 40px 0; */
    }

    .nav {
        display: none;
    }

    .snav {
        display: block;
    }

    .wrap_nav {
        top: 0px;
        /* background: url(../images/top_bg_01.png) no-repeat center; */
        background-size: cover;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .snav {
        padding: 0px 15px;
    }

    .phone_logo {
        width: 30%;
    }

    .wrap_con {
        /* height: 205px; */
    }
}

@media screen and (max-width:800px) {}

@media screen and (max-width:767px) {
    .phone_logo {
        width: 50%;
    }

    .snav {
        height: 42px;
        margin-top: 13px;
    }

    .mbtn {
        margin: 8px 0 0 0;
    }

    .wraq_header {
        /* width: 400px; */
        /* margin: 20px 0; */
    }

}

@media screen and (max-width:480px) {
    .mbtn {
        background-size: 18px;
        width: 18px;
    }

    .mbtn.open {
        width: 18px;
        background-size: 18px;
        background-position: no-repeat;
        margin: 10px 0 0 0;
    }

    .wraq_header {
        /* width: 293px; */
        /* margin: 20px 0; */
    }

}

@media screen and (max-width:400px) {}