* {
    margin: 0px;
    padding: 0px;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 50px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

input,
textarea,
select,
button {
    font-family: "黑体", Arial, tahoma, arial, simsun;
    border-style: none;
    border-radius: 0px;
    outline: none;
}

area {
    outline: none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

a:hover {
    color: #920d14
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    color: #5a5a5a;
    font-size: 12px;
    font-family: "黑体", Arial, tahoma, arial, simsun;
}

.section {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.top .left {
    float: left;
    color: #920d14;
    line-height: 30px;
    font-size: 14px
}

.top .right {
    float: right;
    color: #920d14;
    font-size: 16px;
    line-height: 29px;
}

.top ul .ft {
    display: block;
    width: 50px;
    text-align: center;
    background: url(a01.jpg) left no-repeat
}

.top ul .en {
    display: block;
    width: 50px;
    text-align: center;
}

.top .right span img {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.header {
    width: 100%;
    height: 84px;
    overflow: hidden;
}

.logo {
    width: 18.5%;
    margin-top: 1%;
    float: left;
}

/*meun*/
.menu {
    width: 70.6%;
    float: left;
    height: 84px;
    border-right: 1px solid #f0f0f0;
}

.menu ul {
    width: 100%;
    margin: 0 auto;
}

.menu ul li {
    float: left;
    font-size: 16px;
    padding-top: 22px;
    width: 10.8%;
    text-align: center;
    line-height: 45px;
}

.menu ul li a {
    color: #303030;
    height: 45px;
    line-height: 45px;
}

.menu ul li a:hover {
    color: #920d14;
}

.menu ul .dqzt {
    color: #920d14;
}

.m_menu {
    background: url(icon_nav.png) no-repeat center;
    background-size: 100%;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 0;
    height: 79px;
    display: none;
}

.map {
    width: 10.7%;
    float: left;
    height: 84px;
}

.map ul {
    width: 100%;
    margin: 0 auto
}

.map ul li {
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 49.1%;
    text-align: center;
    height: 84px;
}

.map .lang {
    float: left;
    padding-top: 20%;
}

/*banner*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #CCC
}

.banner_bar {
    width: 1000px;
    margin: 0 auto;
}

.n_banner {
    width: 1920px;
    margin: 0 -460px;
    overflow: hidden;
    position: relative;
}

.banner ul {
    width: 100%;
    position: relative;
    height: 648px;
}

.banner ul li {
    width: 100%;
    position: absolute;
    height: 648px;
    left: 0;
    top: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.banner ul li.on {
    z-index: 2;
}

.banner .num {
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 5%;
    left: 0;
    text-align: center;
    z-index: 3;
}

.banner .num a {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    margin: 0 5px;
}

.banner .num a.on {
    background: #007ec5
}

.banner li img {
    display: block;
}

/*index_ab*/
.index_ab {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    float: left
}

.index_ab_tt {
    color: #e4ecef;
    font-size: 250px;
    position: relative;
    margin: 0 auto;
}

.index_ab_tt h3 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

.index_ab_tt01 {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 50px;
    color: #920d14;
    font-weight: bold;
    top: 37%;
    left: 0;
}

.abt_nav {
    width: 90%;
    margin: 2% 5%;
    height: auto;
    float: left
}

.abt_nav .list {
    width: 16%;
    height: auto;
    float: left;
}

.abt_nav .list:hover {
    color: #920d14
}

.abt_nav .list span {
    width: 144px;
    height: auto;
    float: left;
    background: url(list_img01.png);
    display: block
}

.abt_nav .icon01 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-4.jpg) no-repeat;
}

.abt_nav .icon01:hover {
    background: url(a01-40.jpg) no-repeat
}

.abt_nav .icon02 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-5.jpg) no-repeat;
}

.abt_nav .icon02:hover {
    background: url(a01-50.jpg) no-repeat
}

.abt_nav .icon03 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-6.jpg) no-repeat;
}

.abt_nav .icon03:hover {
    background: url(a01-60.jpg) no-repeat
}

.abt_nav .icon04 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-7.jpg) no-repeat;
}

.abt_nav .icon04:hover {
    background: url(a01-70.jpg) no-repeat
}

.abt_nav .icon05 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-8.jpg) no-repeat;
}

.abt_nav .icon05:hover {
    background: url(a01-80.jpg) no-repeat
}

.abt_nav .icon06 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-9.png) no-repeat;
}

.abt_nav .icon06:hover {
    background: url(a01-90.png) no-repeat
}

.abt_nav .icon07 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-10.png) no-repeat;
}

.abt_nav .icon07:hover {
    background: url(a01-100.png) no-repeat
}
.abt_nav .icon08 {
    display: block;
    width: 53px;
    height: 48px;
    margin: auto;
    background: url(a01-11.png) no-repeat;
}

.abt_nav .icon08:hover {
    background: url(a01-110.png) no-repeat
}
.abt_nav .list h3 {
    font-size: 19px;
    color: #747474;
    line-height: 60px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal
}

.abt_nav .list h3:hover {
    color: #920d14
}

.abt_nav .list em {
    width: 50px;
    height: 3px;
    margin: auto;
    display: block;
    background: #4b7cbe;
    margin-bottom: 20px;
}

.abt_nav .list p {
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    width: 100%;
    height: 110px;
}

.abt_nav .list p:hover {
    color: #096
}

.ab_txt {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    text-align: center;
    width: 90%;
    padding: 0 5%;
    margin: 1% auto;
    float: left
}

.more {
    overflow: hidden;
    ;
    width: 120px;
    background-color: #a33f45;
    height: 36px;
    margin: 15px auto;
    line-height: 38px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.more a {
    color: #FFF
}

/*���̰���*/
.index_gc {
    background: #943636 url(a01-9.jpg) top center no-repeat;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gc_title {
    width: 100%;
    text-align: center;
    margin: 3% auto
}

.gc_title h3 {
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}

.gc_title h5 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 40px;
}

/*��������ʽ*/
.nTab {
    float: left;
    width: 100%;
    background: url(a01-10.jpg) repeat-x 0px 15px;
    margin: 0 auto;
    overflow: hidden;
}

.nTab .TabTitle {
    clear: both;
    height: 32px;
    overflow: hidden;
}

.nTab .TabTitle ul {
    width: 750px;
    border: 0;
    margin: 0 auto;
    padding: 0;
}

.nTab .TabTitle li {
    float: left;
    width: 138px;
    cursor: pointer;
    padding-top: 0;
    margin: 0 6px;
    line-height: 32px;
    list-style-type: none;
    height: 32px;
}

.nTab .TabTitle .active {
    background: #d2d2d2;
    color: #242424;
    text-align: center;
    font-size: 15px;
}

.nTab .TabTitle .normal {
    background: #a33f45;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.nTab .TabContent {
    width: auto;
    margin: 0px auto;
    padding: 25px 0 0 0;

}

.none {
    display: none;
}

.more01 {
    width: 120px;
    background-color: #e2e2e2;
    height: 36px;
    margin: 15px auto;
    line-height: 38px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.more01 a {
    color: #242424
}

.build-list {
    width: 100%;
    overflow: hidden;
}

.build-list ul {
    width: 100%;
    font-size: 0;
}

.build-list ul li {
    width: 31%;
    margin: 1%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.build-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.build-list .build-pic {
    width: 100%;
    position: relative;
    height: 100%;
}

.build-list .build-pic img {
    width: 100%;
    height: 300px;
    transform: translateZ(0px);
}

.build-list .build-pic span {
    display: block;
    width: 100%;
    line-height: 60px;
    background: url("../build-blck.png");
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 18px;
    bottom: 0;
}

.build-list .intro {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #242424;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.build-list .intro h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 35px;
}

.build-list .intro h3 {
    font-size: 14px;
    font-weight: normal;
    color: #888;
    line-height: 25px;
}

.build-list .intro p {
    font-size: 12px;
    line-height: 20px;
}

.build-list ul li a:hover .intro {
    visibility: visible;
    opacity: 1;
}

.build-list ul li a:hover span {
    display: none;
}

.build-list ul li a:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

/*����*/
.index_news {
    background: url(a01-11.jpg);
    height: auto;
    padding-bottom: 2%;
}

.news_title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3% 0;
}

.news_title h3 {
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-size: 30px;
    color: #242424;
}

.news_title h5 {
    color: #242424;
    font-size: 20px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 40px;
}

.NewsPicRec {
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
}

.NewsPicRec a {
    display: block;
    width: 100%;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #1b54aa;
}

.NewsPicRec p {
    text-indent: 2em;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #222;
    font-size: 14px;
}

.news-list {
    width: 100%;
}

.news-list ul {
    width: 100%;
    font-size: 0;
}

.news-list ul li {
    width: 31.333%;
    display: inline-block;
    margin: 10px 1%;
    vertical-align: top;
    overflow: hidden;
}

.news-list ul li a {
    width: 100%;
    display: block;
    background: #fff;
    color: #878686;
}

.news-list .news-pic {
    width: 100%;
    overflow: hidden;
}

.news-list .news-time {
    width: 100%;
    background: url(time.png) left no-repeat;
    padding-left: 20px
}

.news-list .news-time:hover {
    background: url(time01.png) left no-repeat;
    padding-left: 20px
}

.news-list .news-pic img {
    width: 100%;
    height: 250px;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    opacity: 0.8;
}

.news-list .new-con {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 20px;
}

.news-list .new-con h4 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    text-align: center;
    overflow: hidden;
    color: #1a1a1a;
    font-weight: normal
}

.news-list .new-con p {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.news-list ul li a:hover {
    background: #7e090f;
    color: #fff;
}

.news-list ul li a:hover h4 {
    color: #fff;
}

.news-list ul li a:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
    opacity: 1;
}

.more00 {
    display: block;
    width: 180px;
    line-height: 40px;
    border: 1px solid #000;
    margin: 50px auto;
    text-align: center;
    font-size: 14px;
}

.newslist {
    width: 100%;
}

.newslist li {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #c5c5c4;
}

.newslist .time {
    float: left;
    width: 8%;
    margin-right: 2%;
    min-width: 60px;
}

.newslist .day {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 30px;
}

.newslist .date {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.newslist .day,
.newslist .date {
    background-color: #eae6e2;
    display: block;
    text-align: center;
    font-family: Arial;
}

.newslist h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #2e82cd;
    clear: both;
    padding: 5px 0;
}

.newslist p {
    padding-bottom: 5px;
    line-height: 25px;
    font-size: 14px;
    width: 100%;
}

.newslist .conts {
    float: left;
    width: 88%;

}

.mmore {
    display: block;
    margin-top: 5px;
}

.f_links_z {
    float: left;
    line-height: 38px;
    font-size: 14px;
    color: #262626;
    width: 100%;
    padding: 0.5% 0;
}

.f_links_z span {
    font-weight: bold;
    float: left;
    font-size: 16px
}

.f_links_z ul li {
    padding: 0 1%;
    height: auto;
    float: left;
    line-height: 38px;
    text-align: center;
}

.f_links_z ul li a {
    text-decoration: none;
    color: #242424;
}

/*��ҳ��ҳ*/
/*n-main*/
.inside-ban {
    width: 100%;
    overflow: hidden;
    background: url("a-ban.jpg") no-repeat center center;
    height: 450px;
    background-size: cover;
    position: relative;
}



.ban-warp {
    position: absolute;
    top: 30%;
    color: #fff;
}

.ban-warp h2 {
    font-size: 40px;
    color: #4b4948;
    line-height: 72px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8)
}

.ban-warp p {
    font-size: 20px;
    line-height: 36px;
    color: #4b4948;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8)
}

/*inside_menu*/
.inside_menu {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.inside_menu a {
    display: inline-block;
    font-size: 16px;
    line-height: 74px;
    padding: 0 25px;
    border-bottom: 2px solid #f9f9f9;
}

.inside_menu a:hover {
    color: #920d14;
    border-bottom: 2px solid #920d14;
}

.inside_menu .menunows {
    color: #920d14;
    border-bottom: 2px solid #920d14;
}

.inside_menu_fix {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.nr_lm {
    width: 100%;
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.nr_lm .now-menu {
    float: left;
    height: 74px;
    line-height: 74px;
}

.nr_lm .now-menu a.home {
    display: block;
    width: 20px;
    height: 74px;
    background: url(bg_sign06.png) no-repeat center;
    float: left;
}

.nr_lm .now-menu span {
    display: inline-block;
    width: 28px;
    height: 74px;
    background: url(bg_sign07.png) no-repeat center;
    float: left
}

.nr_lm .now-menu p {
    display: inline-block;
    font-size: 14px;
    line-height: 74px;
    color: #a3a3a3;
    float: left;
}

.nr_lm ul {
    float: right;
}

.nr_lm ul li {
    float: left;
    line-height: 74px;
    height: 74px;
    margin-right: 23px;
    font-size: 15px;
}

.nr_lm ul li a {
    display: block;
    padding: 0 18px;
}

.nr_lm ul li a:hover {
    color: #920d14;
    border-bottom: 2px solid #920d14;
    position: relative;
    margin-bottom: -1px;
}

.nr_lm a.menunows {
    color: #920d14;
    border-bottom: 2px solid #920d14;
    position: relative;
    margin-bottom: -1px;
}

.tl-box {
    width: 100%;
    text-align: center;
}

.tl-box h5 {
    color: #494949;
    font-size: 28px;
}

.tl-box h4 {
    color: #fff;
    font-size: 30px;
}

.tl-box em {
    display: block;
    width: 50px;
    background: #920d14;
    height: 3px;
    margin: 12px auto;
    transition: width 1s;
    -webkit-transition: width 1s;
}

.tl-box span {
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-size: 20px;
    color: #949494;
}

.tl-box p {
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-size: 16px;
    color: #555555;
    padding: 1% 0;
    font-family: Arial, Helvetica, sans-serif
}

.tl-box .bs-em {
    background: #fff;
}

.tl-box .bs-span {
    color: #fff;
}

.tl-box:hover em {
    width: 100px;
}

.cn-txt,
.cn-form,
.cn-list {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.cn-box {
    width: 100%;
    overflow: hidden;
}

.cn-box .left,
.cn-box .right {
    width: 50%;
    float: left;
}

.cn-box h3 {
    font-size: 35px;
    color: #920d14;
    font-weight: 500;
    padding: 30px 0;
}

.cn-box span {
    display: block;
    width: 100%;
    color: #666;
    font-size: 25px;
    padding: 10px 0;
}

.cn-box p {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.cn-form {
    background: #f1f1f1;
}

.cn-form ul {
    width: 100%;
}

.cn-form ul li {
    width: 48%;
    float: left;
    margin: 10px 2% 20px 0;
}

.cn-form li span {
    display: block;
    padding: 0 2px 0 0;
    font-size: 20px;
    color: #333;
    width: 20%;
    float: left;
    line-height: 45px;
}

.cn-form h5 {
    width: 100%;
    float: left;
}

.cn-form input {
    background: #fff;
    border: 0;
    line-height: 45px;
    color: #333;
    padding-left: 10px;
    width: 66%;
}

.cn-form .texta {
    width: 100%;
    border: 0;
    line-height: 25px;
    color: #fff;
}

.cn-form .texta textarea {
    width: 96%;
    background: #fff;
    border: 0px;
    color: #333;
    line-height: 25px;
    padding-left: 10px;
}

.cn-form .button {
    background: #920d14;
    border: 0;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 15%;
    float: left;
    margin-right: 7%;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.cn-list {
    width: 100%;
}

.cn-list ul {
    width: 100%;
    font-size: 0;
}

.cn-list ul li {
    width: 31.333%;
    margin: 10px 1%;
    vertical-align: top;
    background: #fff;
    display: inline-block;
}

.cn-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f1f1f1;
}

.cn-list .hd-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cn-list .hd-pic img {
    max-width: 100%;
    transform: translateZ(0px);
}

.cn-list .con-tlt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cn-list .con-tlt h4 {
    font-size: 16px;
    line-height: 30px;
    padding: 0 5px;
    color: #333;
}

.cn-list .con-tlt p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    color: #666;
}

.cn-list ul li a:hover {
    background: #920d14;
}

.cn-list ul li a:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.cn-list ul li a:hover h4 {
    color: #fff;
}

.cn-list ul li a:hover p {
    color: #fff;
}

.con-box {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
}

.con-box p {
    text-indent: 2em;
    padding-bottom: 1%;
}

.con-box img {
    max-width: 100%;
    margin: auto;
}

.con-box01 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
}

.con-box01 p {
    padding-bottom: 1%;
}

.cn-box {
    width: 100%;
    overflow: hidden;
}

.cn-box .left,
.cn-box .right {
    width: 50%;
    float: left;
}

.cn-box h3 {
    font-size: 35px;
    color: #920d14;
    font-weight: 500;
    padding: 30px 0;
}

.cn-box span {
    display: block;
    width: 100%;
    color: #666;
    font-size: 25px;
    padding: 10px 0;
}

.cn-box p {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.ab-con {
    width: 92%;
    margin: 30px auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    text-align: justify
}

.ab-con h2 {
    color: #054b91;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.ab-con p {
    padding: 5px 0;
}

.ab-con img {
    max-width: 100%;
}

a.ab-more {
    display: block;
    width: 150px;
    overflow: hidden;
    background: #054b91;
    text-align: center;
    color: #fff;
    margin: 70px auto 0 auto;
    line-height: 40px;
}

.ab-con ul {
    width: 45%;
    margin: 0.5% 2.5%;
    float: left;
    height: 345px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.ab-con ul li {
    width: 100%;
}

.ab-con ul h3 {
    color: #8b0e16
}

.cp_query {
    width: 100%;
    padding-top: 30px;
    font-size: 14px;
    line-height: 26px;
}

.cp_query ul {
    width: 100%;
}

.cp_query ul li {
    width: 23%;
    margin: 10px 1%;
    float: left;
    background: #FFF;
    border-bottom: 1px solid #dfdfdf;
}

.cp_query ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.cp_query ul li img {
    width: 100%;
    height: 200px;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.cp_query ul li a:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.cp_query ul li p {
    font-size: 16px;
    text-align: center;
    color: #444;
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp_query01 {
    width: 100%;
    padding-top: 30px;
    font-size: 14px;
    line-height: 26px;
}

.cp_query01 ul {
    width: 100%;
}

.cp_query01 ul li {
    width: 23%;
    margin: 10px 1%;
    float: left;
    background: #FFF;
    border-bottom: 1px solid #dfdfdf;
}

.cp_query01 ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.cp_query01 ul li img {
    width: 100%;
    height: 263px;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.cp_query01 ul li a:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}

.cp_query01 ul li p {
    font-size: 16px;
    text-align: center;
    color: #444;
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr_content .cp_medit {
    width: 100%;
    min-height: 300px;
    padding-top: 30px;
    font-size: 14px;
    line-height: 26px;
    background: #fff;
    margin: 30px 0px 60px 0px;
}

.nr_content .cp_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0px 20px 0px;
    color: #5a5b5c;
}

.nr_content .cp_content {
    width: 90%;
    margin: auto;
    font-size: 14px;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 50px;
    line-height: 26px;
    color: #444;
}

.nr_content .cp_content img {
    max-width: 100%;
    margin: auto;
}

.new-lr {
    width: 100%;
    float: left;
    margin: 25px auto;
}

/*.new-lr ul{width: 100%;}
.new-lr ul li{width:100%; padding: 15px 0;    border-bottom: 1px solid #e5e5e5;}
.new-lr ul li a{display: block;}
.new-lr ul li h4{font-size: 20px; color: #333;}
.new-lr ul li span{display: inline-block;  line-height: 22px;  color: #a5a5a5;  margin-top: 4px;  font-size: 14px;}
.new-lr ul li p{    display: block;  line-height: 22px;  color: #666;  margin-top: 9px;  height: 48px;  overflow: hidden;  font-size: 12px;}
*/
.news_query {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    float: left;
}

.news_query ul {
    width: 100%;
    background: #fff;
}

.news_query ul li {
    width: 31.333%;
    margin: 15px 1%;
    background: #f1f1f1;
    float: left;
}

.news_query .img {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.news_query ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

.news_query ul li img {
    max-width: 100%;
    height: 250px;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.news_query li h1 {
    display: block;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin: 10px 0;
    overflow: hidden;
    padding: 0 5%;
    color: #8b0e16;
    text-align: center
}

.news_query ul li a:hover img {
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}


.qt-pagination {
    width: 94%;
    margin: auto;
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
}

.qt-pagination a {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    margin-right: 3px;
    min-width: 30px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.qt-pagination .pages {
    background: #920d14;
    color: #fff;
}


.ne-del {
    width: 100%;
    padding: 50px 0;
}

.ne-del h4 {
    padding: 20px 0;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.ne-del .ne-time {
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.ne-del .ne-con {
    width: 100%;
    margin: 30px 0;
    padding: 30px 0;
    line-height: 25px;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
    overflow: hidden;
}

.ne-del .ne-con>div {
    padding: 5px 0;
}

.ne-del .ne-con img {
    max-width: 100%;
    margin: 10px auto;
}


/*���¹���*/
.con-box .down-list {
    width: 31%;
    margin: 10px 1%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.con-box .down-list a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
    overflow: hidden;
}

.con-box .down-list dd {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.con-box .down-list dd h3 {
    display: block;
    width: 100%;
    color: #222;
    font-size: 18px;
}

.con-box .down-list dt {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.con-box .down-list dt span {
    display: block;
    width: 80%;
    float: left;
    font-size: 12px;
    line-height: 28px;
    color: #9a9a9a;
}

.con-box .down-list dt i {
    display: block;
    width: 20%;
    float: left;
    background: url("../img1.png") no-repeat center center;
    padding: 14px 0;
}

.con-box .down-list a:hover {
    background: #920d14;
}

.con-box .down-list a:hover h3 {
    color: #fff;
}

.con-box .down-list a:hover span {
    color: #fff;
}

.con-box .down-list a:hover i {
    background: url("../img2.png") no-repeat center center;
}

.footer {
    width: 100%;
    background: #4b4948;
    color: #c3c3c3;
    overflow: hidden;
}

.foot_left {
    width: 60%;
    height: 180px;
    margin: 30px 0;
    float: left;
    overflow: hidden;
}

.foot_left ul {
    width: 20%;
    margin: 0 2.5%;
    float: left
}

.foot_left ul h3 {
    width: 100%;
    line-height: 60px;
    font-size: 13px;
    background: url(a01-13.jpg) bottom left no-repeat
}

.foot_left ul li {
    width: 100%;
    line-height: 25px;
}

.foot_left ul li a {
    color: #c3c3c3;
}

.foot_left ul li a:hover {
    color: #920d14;
}

.foot_right {
    width: 40%;
    float: left;
    margin: 5% 0;
}

.foot_right a {
    color: #a8a8a8;
    margin-right: 6px;
    line-height: 25px;
}

.foot_right a:hover {
    color: #50b7ed;
}

.foot_right h4 {
    width: 100%;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
}

.foot_right h4 a {
    color: #50b7ed;
}

.foot_right01 {
    float: left;
    width: 70%;
    margin-right: 1%;
}

.foot_right01 h3 {
    width: 100%;
    color: #920d14;
    line-height: 40px;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif
}

.foot_right01 img {
    max-width: 100%;
}

.foot_right01 ul {
    width: 100%;
    margin: 15px auto;
}

.foot_right01 ul li {
    float: left;
    margin: 0 10px;
}

.foot_right01 ul li span {
    margin-right: 2%
}

.foot_right02 {
    float: left;
    width: 29%;
}

.foot_right02 ul {
    width: 100%;
    margin: 15px auto;
}

.foot_right02 ul li {
    line-height: 22px;
    font-size: 12px
}

.foot_right02 ul li span {
    margin-right: 2%
}

.foot_right02 p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 2%;
}

.foot_right02 h3 {
    padding-left: 10%;
    line-height: 24px;
}

.foot_nav {
    width: 100%;
    height: auto;
    padding: 30px 0;
    min-height: 100px;
}

.foot_nav ul {
    width: 10%;
    margin: 0 2%;
    float: left
}

.foot_nav ul h3 {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #757575;
    font-size: 14px;
}

.foot_nav ul li {
    width: 100%;
    line-height: 25px;
}

.foot_nav ul li a {
    color: #c3c3c3;
}

.foot_nav ul li a:hover {
    color: #50b7ed;
}

.foot_Buttom {
    width: 100%;
    text-align: center;
    line-height: 25px;
    padding: 10px 0;
    background-color: #353535;
    height: auto;
    float: left;
    color: #c3c3c3;
}

.foot_Buttom a {
    color: #c3c3c3;
    margin: 0 15px;
}

.foot_Buttom a:hover {
    color: #920d14;
}




.INPUT {
    color: #777777;
    font-size: 12px;
    height: 20px;
    padding: 3px;
    border: 1px #555555 solid;
    background-image: url(inputbg.gif)
}

.TEXTAREA {
    color: #777777;
    font-size: 12px;
    padding: 3px;
    border: 1px #555555 solid;
    background-image: url(inputbg.gif)
}



.button {
    color: #333333;
    font-size: 12px;
    border: 1px outset
}

/* ==����== */
.ss {
    float: left;
    width: 30%;
    margin-top: 5px;
}

.anniu {
    width: 72px;
    background-image: url(ssan.jpg);
    background-repeat: no-repeat;
    height: 40px;
    float: right;
    color: #FFF;
    font-size: 13px;
    border: none !important;
}

.xla {
    width: 80px;
    height: 40px;
    border: 1px solid #dddddd;
    color: #666;
}

.sskbg {
    border: 1px solid #dddddd;
    height: 38px;
    float: left;

    padding-left: 23px;
    margin-right: 1%;
    width: 175px !important;
}

.n_news01 {
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
    background: #fff;
}

.n_news01 ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sslmys .ssbt {
    background-image: url(tb_16.jpg);
    height: 35px;
    line-height: 35px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bolder;
    background-position: left center;
    border-bottom: #CCC dashed 1px;
}

.qufanye {
    width: 96%;
    margin: 2% auto;
    font-size: 14px;
    height: 30px;
}

.n_news_intitle {
    background-color: #fafafa;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c91872;
}

.n_news_intitle h2 {
    color: #c91872;
    padding-left: 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}

.n_news_intitle h3 a {
    color: #666;
    line-height: 40px;
    height: 40px;
    padding-right: 10px;
}

.n_news_intitle h3 a:hover {
    color: #c91872;
}


/* ==��Ŀ�˵���ʽ== */






/* ==ҳ�ڵ�����ʽ== */

.nav {
    color: #777777;
    font-size: 12px;
}

td.nav {
    padding-left: 5px
}


/* ==�����ʽ== */

td.title {
    background: #eeeeee
}

td.con {
    background: #ffffff
}

.table {
    border: 1px #dddddd solid
}

.tablemenu {
    color: #555555;
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    background: #eeeeee
}

.line {
    background: #dddddd
}



/* ==������ʽ== */



/* =={#lanTitle#}�б���ʽ== */

.tList {
    color: #333333;
    line-height: 22px;
    font-size: 12px
}

.tList1 {
    color: #b0b0b0;
    line-height: 150%;
    font-size: 12px
}

a.tList {
    font-size: 12px;
    ;
    text-decoration: underline
}

a.tList:link {
    color: #333333
}

a.tList:visited {
    color: #333333
}

a.tList:active {
    color: #333333
}

a.tList:hover {
    color: #ff6611
}

/* ==ͼƬ�б���ʽ== */

td.piclist {
    background: #ffffff
}

div.piclist {
    border: 1px #dddddd solid;
    width: 50px;
    height: 50px;
    padding: 1px;
    background: #ffffff
}

a.pictitle {
    color: #777777;
    font-size: 12px;
    line-height: 26px
}

div.pictitle {
    border: 0px #dddddd solid;
    padding: 1px;
    background: #ffffff
}



/* ==����������ʽ== */

a.more {
    font-size: 12px;
    ;
    text-decoration: underline
}

a.more:link {
    color: #555555;
}

a.more:visited {
    color: #555555;
}

a.more:active {
    color: #555555;
}

a.more:hover {
    color: #ff6611;
}

/* ==���Ͳ˵���ʽ== */

.dtree {
    color: #555555;
    font-size: 12.00px;
    white-space: nowrap;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: #555555;
    font-size: 12.00px;
    TEXT-DECORATION: none
}

.dtree a.node {
    color: #555555;
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
    TEXT-DECORATION: none
}

.dtree a.nodeSel {
    color: #555555;
    font-size: 12.00px;
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
    TEXT-DECORATION: none
}

.dtree a.node:hover {
    color: #555555;
    font-size: 12.00px;
    TEXT-DECORATION: none
}

.dtree a.nodeSel:hover {
    color: #555555;
    font-size: 12.00px;
    TEXT-DECORATION: none
}

.dtree a.nodeSel {
    background-color: #cfdfef;
    font-size: 12.00px;
}

.dtree .clip {
    overflow: hidden;
}

/* ==��ҳ��ʽ== */

.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}


/* ==����Ƶ�������б���ʽ== */

td.newsquery {
    height: 23px
}

.newsquery {
    color: #777777;
    line-height: 150%;
    font-size: 12px
}

a.newsquery {
    color: #777777;
    line-height: 150%;
    font-size: 12px;
    text-decoration: none
}

a.newsquery:link {
    color: #777777;
}

a.newsquery:active {
    color: #777777;
}

a.newsquery:visited {
    color: #777777;
}

a.newsquery:hover {
    color: #ff6611;
}

.newsquerytitle {
    border: 1px #eeeeee solid;
    background: #f0f0f0
}

.newsquerytime {
    color: #555555;
    font-size: 12px
}


/* ==����Ƶ��������ʽ== */

.newstitle {
    color: #333333;
    font-size: 18px;
    font-weight: bold
}

.newsinfo {
    background: #f0f0f0;
    color: #555555;
    font-size: 12px;
}

.newscon {
    color: #777777;
    font-size: 14px;
    line-height: 160%;
    padding: 15px
}


/* ==һ�������б���ʽ== */

.class {
    color: #777777;
    font-size: 12px;
}

a.class {
    color: #777777;
    text-decoration: none
}

a.class:link {
    color: #777777;
}

a.class:visited {
    color: #777777;
}

a.class:hover {
    color: #ff6611;
}

table.class {
    border: 1px #dddddd solid
}

td.class {
    padding-left: 10px
}

/* ==���������б���ʽ== */

table.bigclass {
    border: 1px #dddddd solid
}

td.bigclass {
    background: #eeeeee;
    padding-left: 10px;
    height: 25px
}

.bigclass {
    color: #777777;
    font-size: 12px;
    line-height: 150%
}

a.bigclass {
    color: #777777;
    font-weight: bold;
    line-height: 150%;
    text-decoration: none
}

a.bigclass:link {
    color: #777777;
}

a.bigclass:visited {
    color: #777777;
}

a.bigclass:actived {
    color: #777777;
}

a.bigclass:hover {
    color: #ff6611;
}


table.smallclass {
    border: 0px #dddddd solid
}

td.smallclass {
    background: #f7f7f7;
    padding-left: 10px;
    height: 18px
}

.smallclass {
    color: #555555;
    font-size: 12px;
    line-height: 150%
}

a.smallclass {
    color: #555555;
    line-height: 150%;
    text-decoration: none
}

a.smallclass:link {
    color: #555555;
}

a.smallclass:visited {
    color: #555555;
}

a.smallclass:actived {
    color: #555555;
}

a.smallclass:hover {
    color: #ff6611;
}



/* ==����Ƶ����ʽ== */

td.downquery {
    height: 22px
}

.downquery {
    color: #777777;
    line-height: 150%;
    font-size: 12px
}

a.downquery {
    color: #777777;
    line-height: 150%;
    font-size: 12px;
    text-decoration: none
}

a.downquery:link {
    color: #777777;
}

a.downquery:active {
    color: #777777;
}

a.downquery:visited {
    color: #777777;
}

a.downquery:hover {
    color: #ff6611;
}

.downquerytitle {
    border: 1px #eeeeee solid;
    background: #f0f0f0
}

.downquerytime {
    color: #555555;
    font-size: 12px
}

.downpropname {
    color: #555555;
    font-size: 12px;
    background: #dddddd
}

.downprop {
    color: #555555;
    font-size: 12px;
    padding-left: 10px;
    background: #f0f0f0
}

.downintro {
    color: #777777;
    font-size: 12px;
    line-height: 150%;
}


/* ==ͼ��Ƶ����ʽ== */

.cpline {
    background: #dddddd
}

td.cpquery {
    background: #ffffff;
}

div.cpquery {
    border: 1px #eeeeee solid;
    padding: 5px;
    background: #ffffff;
}

a.cpquerytitle {
    color: #777777;
    font-size: 12px;
    line-height: 26px
}

div.cpquerytitle {
    border: 1px #eeeeee solid;
    padding: 2px;
    background: #f7f7f7
}


.cppropname {
    color: #555555;
    font-size: 12px;
    background: #dddddd
}

.cpprop {
    color: #555555;
    font-size: 12px;
    padding-left: 10px;
    background: #f0f0f0
}

.cpintro {
    color: #777777;
    font-size: 12px;
    line-height: 150%;
}


/* ==��ʾ��Ϣ��ʽ== */

.notic {
    font-size: 12px;
    color: #777777
}

.noticerr {
    font-size: 12px;
    color: #ff6600
}

.noticlink {
    font-size: 12px;
    color: #ff6600
}


/* ==��ԱƵ����ʽ== */

.mustfill {
    color: #ff0000;
    font-size: 14px;
}

.memberinfo {
    color: #555555;
}


/* ==������ʽ== */

td.bbsquery {
    height: 23px
}

.bbsquery {
    color: #777777;
    line-height: 150%;
    font-size: 12px
}

a.bbsquery {
    color: #777777;
    line-height: 150%;
    font-size: 12px;
    text-decoration: none
}

a.bbsquery:link {
    color: #777777;
}

a.bbsquery:active {
    color: #777777;
}

a.bbsquery:visited {
    color: #777777;
}

a.bbsquery:hover {
    color: #ff6611;
}

.bbsquerytitle {
    border: 1px #eeeeee solid;
    background: #f0f0f0
}

.bbsquerytime {
    color: #555555;
    font-size: 12px
}


.bbstitle {
    background: #eeeeee
}

.bbscon {
    background: #ffffff
}

.bbstable {
    background: #dddddd;
}

.bbsline {
    background: #dddddd
}


/* ==ȫվ������ʽ== */

.searchtitle {
    color: #777777;
    font-size: 14px;
    line-height: 32px
}

a.searchtitle {
    color: #777777;
    font-size: 14px;
    line-height: 32px
}

.searchbody {
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    height: 60px;
    padding: 0.5% 0;
}

.searchtime {
    color: #555555;
    font-size: 12px
}


.kj-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
}

.kj-list li img {
    transition: all 0.5s;
    width: 100%;
}

.kj-list li:hover img {
    transform: scale(1.1);
}

.kj-list li {
    width: 24%;
    font-size: 22px;
    color: #707070;
    text-align: center;
    line-height: 2;
    overflow: hidden;
}

.kj-list div {
    overflow: hidden;
}


@media (max-width:1260px) {
    .top {
        display: none;
    }

    .header {
        z-index: 9999;
        height: auto;
        overflow: visible;
        position: fixed;
        top: 0;
        background: #fff;
        box-shadow: 0 0 10px #ccc;
    }

    .header .section {
        width: 96%;
    }

    .m_menu {
        display: block;
    }

    .header .menu {
        position: absolute;
        left: 0;
        height: auto;
        top: 70px;
        background: #920d14;
        width: 100%;
        display: none;
        z-index: 999;
    }

    .header .menu ul li {
        width: 100%;
        border-bottom: 1px solid #8d322f;
        padding: 0;
    }

    .header .menu ul li a {
        padding: 0;
        line-height: 40px;
        color: #fff;
    }

    .header .menu li .drop ul {
        width: 100%;
        padding: 0;
    }

    .header .menu li .drop {
        position: static;
    }

    .header .menu li .drop .hide {
        display: none;
    }

    .header .menu li .drop li {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        border: none;
    }

    .header .logo {
        padding: 15px 0;
        margin: 0;
        width: auto;
    }

    .header .logo img {
        height: 40px;
    }

    .map {
        display: none;
    }

    .index_ab_tt {
        font-size: 150px;
    }

    .index_ab_tt01 {
        font-size: 40px;
    }

    .inside-ban {
        margin-top: 70px;
    }

    .ban-warp h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .ban-warp p {
        font-size: 16px;
    }

    .ab-con ul {
        height: auto;
        width: 100%;
        margin: 10px 0;
    }

    .cp_query ul li {
        width: 31.333%;
    }

    .cp_query01 ul li {
        width: 31.333%;
    }

    .gc_title h3,
    .news_title h3 {
        font-size: 25px;
    }

    .inside-ban {
        height: 400px;
    }

    .tl-box h5 {
        font-size: 24px;
        line-height: 28px;
    }

    .tl-box span {
        font-size: 17px;
    }
}


@media (max-width:1200px) {}

@media (max-width:1120px) {

    .cn-box .left,
    .cn-box .right {
        width: 100%;
    }
}


@media (max-width:1024px) {
    .build-list .build-pic img {
        height: 250px;
    }

    .news-list .news-pic img {
        height: 190px;
    }

    .news_query ul li img {
        height: 190px;
    }
}

@media (max-width:999px) {
    .nr_lm .now-menu {
        display: none;
    }

    .inside-ban {
        height: 300px;
    }

    .kj-list li {
        width: 49%;
    }
}

@media (max-width:856px) {

    .foot_Buttom .fl {
        width: 100%;
    }

    .foot_Buttom .fr {
        width: 100%;
    }

    .inside-ban {
        height: 230px;
    }

}

/*banner媒体查询*/
@media (max-width:768px) {}


@media (max-width:658px) {
    .nTab .TabTitle ul {
        width: 92%;
    }

    .nTab .TabTitle li {
        width: 31.333%;
        margin: 0 1%;
    }

    .inside-ban {
        height: 180px;
    }

    .build-list ul li {
        width: 48%;
    }

    .index_ab_tt {
        font-size: 80px;
    }

    .index_ab_tt01 {
        font-size: 25px;
    }

    .abt_nav .list {
        width: 31.33%;
        margin: 10px 1%;
    }

    .news-list ul li {
        width: 48%;
    }

    .build-list .build-pic img {
        height: 155px;
    }

    .news-list .news-pic img {
        height: 140px;
    }

    .foot_left {
        display: none;
    }

    .foot_right {
        width: 100%;
        margin: 15px 0;
    }

    .foot_right01 {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .foot_right01 ul {
        width: 162px;
    }

    .foot_right02 {
        width: 100%;
        text-align: center;
    }

    .foot_right02 img {
        margin: auto
    }

    .foot_right02 h3 {
        padding: 5px 0;
    }

    .ban-warp h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .ban-warp p {
        font-size: 14px;
        line-height: 24px;
    }

    .news_query ul li img {
        height: 150px;
    }

    .news_query ul li {
        width: 48%;
    }

    .cp_query ul li {
        width: 48%;
    }

    .cp_query ul li img {
        height: 150px;
    }

    .nr_lm ul li {
        margin-right: 10px;
    }

    .nr_lm ul li a {
        padding: 0 10px;
    }

    .cp_query01 ul li {
        width: 48%;
    }

    .qt-pagination a {
        padding: 0 5px;
        margin-right: 3px;
        min-width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .newslist .time {
        width: 13%;
    }

    .newslist .conts {
        width: 85%
    }
}

@media (max-width:525px) {
    .newslist .time {
        width: 20%;
    }

    .newslist .conts {
        width: 72%;
        float: right;
    }
}

@media (max-width:428px) {

    .cp_query01 ul li {
        width: 98%;
    }

    .cp_query01 ul li img {
        height: auto;
    }
}

.ts_cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-fl {
    width: 20%;
}

.ts_cont>ul {
    width: 75%;
}

.ts_cont>ul li {
    width: 31%;
    margin: 10px 1%;
    float: left;
    background: #FFF;
    border-bottom: 1px solid #dfdfdf;
}

.main-fl .main-class {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.main-fl .main-class li {
    margin: 0;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #f8f8f8 url(./main-class.png) no-repeat bottom center;
    border-bottom: 1px solid #dfdfdf;
}

.main-fl .main-class li a {
    display: block;
    color: #666666;
    font-size: 16px;
    background: url(./ul.png) no-repeat right center;
}

.main-fl .main-class li i {
    display: block;
    width: 12px;
    margin: 0 14px;
    height: 65px;
    float: left;
    background: url(./ld.png) no-repeat left center;
}
 .main-fl .main-class li a.on {
    background: #920d14 url(./ul-hover.png)no-repeat right center;
    color: #fff;
}

.main-fl .main-class li a.on i {
    background: url(./ld-h.png) no-repeat left center;
}

.main-fl .main-class li a:hover {
    background: #920d14 url(./ul-hover.png)no-repeat right center;
    color: #fff;
}

.main-fl .main-class li a:hover i {
    background: url(./ld-h.png) no-repeat left center;
}

.ts_cont .cp_medit{
    width: 75%;

}
