@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, input, textarea, button, select, pre, xmp, tt, code, kbd, samp {
    font-family: "微软雅黑";
}

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
    font-size: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑";
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: normal
}

address, cite, dfn, em, i, optgroup, var {
    font-style: normal
}





ul, ol, menu {
    list-style: none
}
input,button {
    border: none;
    outline: none;
}
fieldset, img {
    border: 0
}

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



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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

mark {
    background-color: transparent
}

a, ins, s, u, del {
    text-decoration: none !important;
}
.un,.un:link,.un:visited,.un:hover,.un:active{
    text-decoration: none;
    color:inherit;
}
a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
}
sup, sub {
    vertical-align: baseline
}


body {
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    color: #333;
    font-size: 14px;
    min-width: 1400px;
}

hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}


.flex-center {
    display: flex;
    align-items: center;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}
.bx {
    width: 1400px;
    margin: 0 auto;
}
.act {
    width: 1200px;
    margin: 0 auto;
}
.act-big {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

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

.clearfix {
    zoom: 1
}

.wapTop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    background: #fafafa;
    z-index: 99;
}

.top {
    width: 1270px;
    height: 82px;
    padding: 11px 0;
    margin: 0 auto;
}

.top .logo {
    height: 62px;
    width: auto;
    float: left;
    display: block;
}

.top .logo img {
    height: 60px;
    width: auto;
}

.top .nav {
    height: 64px;
    float: left;
    margin-top: 20px;
    padding-left: 40px;
}

.top .nav ul {
    float: left;
    margin-left: -10px;
    list-style: none;
}

.top .nav ul li {
    z-index: 9999;
    float: left;
    height: 50px;
    padding: 0 20px;
    line-height: 26px;
    text-align: center;
    position: relative;
}

.top .nav ul li a,
.top .nav ul li a:link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.top .nav ul li a:hover {
    color: #e94c3d;
}

.top .nav ul li a.active {
    color: #e94c3d;
}

.top .nav ul li ul {
    position: absolute;
    top: 40px;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    display: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

.top .nav ul li.hover ul {
    display: block;
}

.top .nav ul li.hover>a {
    color: #e94c3d;
}

.top .nav ul li ul li {
    width: 100px;
    padding: 0;
    height: 30px;
    text-align: center;
}

.top .nav ul li ul li a,
.top .nav ul li ul li a:link {
    color: #fff;
    font-size: 12px;
}

.top .nav ul li ul li a:hover {
    color: #e94c3d;
    font-size: 12px;
}

.top .nav ul li a.bj {
    color: #fff;
    background: #e94c3d;
    display: inline-block;
    padding: 0 20px;
    height: 26px;
    border-radius: 13px;
}

.top .searchBox {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 9999;
}

.top .searchBox .sbtn {
    width: 40px;
    height: 40px;
    margin-top: 14px;
    cursor: pointer;
    background: url("../images/sbtn.png") center center no-repeat;
}

.top .searchBox .sBox {
    position: absolute;
    left: -860px;
    height: 57px;
    width: 960px;
    top: 0;
    display: none;
    padding: 14px 0 0 200px;
    background: #fafafa;
}

.top .searchBox .sBox input {
    border: 1px solid #e94c3d;
    width: 400px;
    height: 36px;
    float: left;
    text-indent: 10px;
    font-size: 14px;
}

.top .searchBox .sBox button {
    border: 0;
    width: 100px;
    height: 36px;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    background: #e94c3d;
    color: #fff;
    float: left;
    cursor: pointer;
}

.top .tel {
    float: right;
    background: url("../images/tel1.png") left center no-repeat;
    padding-left: 50px;
    margin-left: 20px;
    margin-top: -17px;
    height: 82px;

}

.top .tel .telTit {
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.top .tel .telCon {
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #e94c3d;
    margin-top: -15px;
}

.zhanwei{
    height: 82px;
    width: 100%;
}



.footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 220px;
    background: #cd8f41;
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.footer-left-img {
    margin-right: 30px;
}

.footer-info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 30px;
    margin-top: 20px;
}

.footer-info div a {
    display: block;
    height: 37px;
    padding: 8px 12px;
    padding-top: 6px;
    background-color: #f97d16;
    border-radius: 8px;
    font-family: FZLTHK--GBK1-0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 32px;
    border-radius: 5px;
    margin-bottom: 24px;
}


.bjTc {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    border-radius: 10px;
    margin-left: -210px;
    margin-top: -230px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    z-index: 99999;
    display: none;
}

.bjTc .bjTcinner {
    background: #fff;
    text-align: center;
}

.bjTc .bjTcinner .bt {
    position: absolute;
    background: #e94c3d;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.bjTc .bjTcinner h1 {
    padding-top: 50px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.bjTc .bjTcinner input {
    border: 1px solid #ccc;
    width: 300px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-indent: 10px;
}

.bjTc .bjTcinner button {
    border: 1px solid #ccc;
    width: 170px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-align: center;
    background: #e94c3d;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
}

.bjTc .bjTcinner .closeBj {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.bjTcSjs {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: auto;
    border-radius: 10px;
    margin-left: -210px;
    margin-top: -230px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    z-index: 99999;
    display: none;
}

.bjTcSjs .bjTcinner {
    background: #fff;
    text-align: center;
}

.bjTcSjs .bjTcinner .bt {
    position: absolute;
    background: #e94c3d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.bjTcSjs .bjTcinner h1 {
    padding-top: 30px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.bjTcSjs .bjTcinner input {
    border: 1px solid #ccc;
    width: 300px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-indent: 10px;
}

.bjTcSjs .bjTcinner button {
    border: 1px solid #ccc;
    width: 170px;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-align: center;
    background: #e94c3d;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
}

.bjTcSjs .bjTcinner .closeSjs {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cCon{padding:30px 20px;line-height:26px!important;}
.cCon *{max-width:100%!important;}
.cCon p{margin:10px 0;}
.cCon img{max-width:100%!important;margin:10px 0!important;}
.listNewsTj{padding:0;height:24px;overflow:hidden;margin:7px 0;}
.listNewsTj i{color:#e94c3d;font-style:normal;padding-right:10px;}
