/* base style */
html {
    color: #000;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    color: #666;
    font: 14px/1.5 "微软雅黑", Helvetica, STHeiti, Droid Sans Fallback;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*background: #ffaa00;*/
    /*height: 20000px;*/
}

/*body,html{ width:100%; height:100%; }*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input, select, textarea {
    font-size: 100%
}

article, aside, footer, header, nav, section, audio, canvas, video {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

button {
    outline: 0;
    border: none;
}

ins, a {
    text-decoration: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    color: #666;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: #E61300;
}

textarea {
    resize: none;
}

iframe, img {
    border: 0;
}

img {
    display: inline-block;
    vertical-align: top;
    /*-webkit-transition: all 0.5s linear;*/
    /*-moz-transition: all 0.5s linear;*/
    /*-ms-transition: all 0.5s linear;*/
    /*-o-transition: all 0.5s linear;*/
    /*transition: all 0.5s linear;*/
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}

/*input,select,textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only;
}
input {-webkit-appearance: none;}
::-webkit-input-placeholder {
    color:    #ccc;
	font-size:12px;
}
:-moz-placeholder {
   color:    #ccc;
   font-size:12px;
}
::-moz-placeholder {
   color:    #ccc;
   font-size:12px;
}
:-ms-input-placeholder {
   color:    #ccc;
   font-size:12px;
}*/
.transition {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.pr {
    position: relative;
}

.abs {
    position: absolute
}

.fixed {
    position: fixed;
}

.fl {
    float: left;
    display: inline-block;
}

.fr {
    float: right;
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both
}

.box-sizing-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*容器的属性*/
/*flex-direction属性决定主轴的方向（即项目的排列方向）。*/
/*flex-direction: row | row-reverse | column | column-reverse;*/
/*flex-wrap属性定义，如果一条轴线排不下，如何换行。*/
/*flex-wrap: nowrap | wrap | wrap-reverse;*/
/*flex-flow属性是flex-direction属性和flex-wrap属性的简写形式，默认值为row nowrap*/
.flex-flow-wrap {
    flex-flow: row wrap;
}
.ffw {
    flex-flow: row wrap;
}
/*justify-content属性定义了项目在主轴上的对齐方式。 flex-start（默认值）：左对齐*/
.just-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.just-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.just-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.just-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.just-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/*align-items属性定义项目在交叉轴上如何对齐。stretch（默认值）*/
.align-item-start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-item-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-item-center {
    -webkit-align-items: center;
    align-items: center;
}

.align-item-end {
    -webkit-align-items: baseline;
    align-items: baseline;
}

/*align-content属性定义了多根轴线的对齐方式。如果项目只有一根轴线，该属性不起作用 默认值 stretch */
.align-content-start {
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.align-content-end {
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.align-content-center {
    -webkit-align-content: center;
    align-content: center;
}

.align-content-between {
    -webkit-align-content: space-between;
    align-content: space-between;
}

.align-content-around {
    -webkit-align-content: space-around;
    align-content: space-around;
}

/*项目的属性*/
/*order属性定义项目的排列顺序。数值越小，排列越靠前，默认为0。*/
/*flex-grow属性定义项目的放大比例，默认为0，即如果存在剩余空间，也不放大。*/
/*flex-shrink属性定义了项目的缩小比例，默认为1，即如果空间不足，该项目将缩小。*/
/*flex-basis属性定义了在分配多余空间之前，项目占据的主轴空间（main size）。浏览器根据这个属性，计算主轴是否有多余空间。它的默认值为auto，即项目的本来大小。*/
/*flex属性是flex-grow, flex-shrink 和 flex-basis的简写，默认值为0 1 auto。后两个属性可选。*/
/*align-self属性允许单个项目有与其他项目不一样的对齐方式，可覆盖align-items属性。默认值为auto*/

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.text-over {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-over-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-over-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.text-over-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*
FILTER: alpha(opacity=0);
-moz-opacity:0;
opacity:0;
*/

.song {
    font-family: "宋体", serif;
    margin-left: 5px;
}

/********************************************************************************************/

.text-right {
    text-align: right;
}


.bg-fff {
    background: #ffffff;
}

.top-box {
    background: #ffffff;
}

.top {
    width: 100%;
    padding: 10px 0;

    position: relative;
    z-index: 10000;
}

.top-logo {
    padding: 7px 0px;

}

.top-logo img {
    height: 30px; margin-left: 13px;
}

.top-right {

}

.top-nav {

}

.top-nav li {
    margin-right: 35px;
    position: relative;
}

.top-nav li a {
    padding-bottom: 12px;
    border-bottom: 2px transparent solid;
    font-weight: 600;
    position: relative;
    z-index: 60;
    color: #333333;
    cursor: pointer;
}

.top-nav li a.active, .top-nav li a:hover {
    border-bottom: 2px #E01E07 solid;
    color: #E61300;
}

.top-nav li ul {
    position: absolute;
    display: none;
    width: 125px;
    top: 33px;
    left: -34px;
    background: #FFFFFF;
    padding: 20px 10px 0;
    z-index: 50;
}

.top-nav li ul li {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px #DBDBDB solid;
    line-height: 20px;
    text-align: center;
}

.top-nav li ul li:last-child {
    border-bottom: 0;
}

.top-nav li ul li a {
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 400;
    color: #333333;
}

.top-nav li ul li a:hover {
    border-bottom: 0;
}

.lang {

}

.lang span {
    position: relative;
    color: #333;
    margin-right: 28px;
    font-size: 12px;
}

.lang i {
    position: relative;
    color: #333;
    margin: 0 3px;
    font-size: 14px;
    font-style: italic;
}

.lang a {
    color: #333333;
    font-weight: 500;
}

/*focus*/
.focus {
    overflow: hidden;
}

.focus .swiper-slide img {
    width: 100%;
}

.focus .focus-next-btn {
    right: 0;
    width: 38px;
    height: 76px;
    margin-top: -38px;
    background: url("../images/next_011.png");
}

.focus .focus-next-btn:hover {
    background: url("../images/next_011.png");
}

.focus .focus-prev-btn {
    left: 0;
    width: 38px;
    height: 76px;
    margin-top: -38px;
    background: url("../images/prev_011.png");
}

.focus .focus-prev-btn:hover {
    background: url("../images/prev_011.png");
}

.focus .swiper-pagination {
    bottom: 25px;
}

.focus .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.51);
}

.focus .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}


.focus-search {
    width: 100%;
    bottom: 0px;
    z-index: 20;

}

dd.nonononon{

}

.more1{ width: 100%; text-align: center;}
.more1 a{
    display: inline-block;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
    background: #DB2F2F;
    color: #ffffff; margin: 0px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; margin-top: 20px;
}




.index-block-1-left-desc {
    margin-top: 32px;
}


.container{ width: 95%; margin: 0 auto;}
.content{ width: 95%; margin: 0 auto;}

input.nonono{ width: 100%; height: 36px;

    background-image: linear-gradient(135deg,#DB2F2F,#DB2F2F 70%,#DB2F2F);
    border: 0px;
    margin-top: 8px; color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.index-block-1-left-desc .desc-right {
    width: 100%; margin: 0 auto;

}

.index-block-1-left-desc .desc-right p {
    font-size: 14px;
    color: #666;
    line-height: 21px;
    width: 70%; margin:0 auto;
    overflow: hidden;
}


.index-block-1-left-desc .desc-right .more {
    line-height: 20px;

    margin-top: 12px;
}

.index-block-1-left-desc .desc-right .more a {
    display: inline-block;
    padding: 12px 18px;
    font-size: 14px;
    color: #DB2F2F;
    line-height: 20px;
    background: #ffffff;
}

.index-block-1-left-desc .desc-right .more a:hover {
    background: #DB2F2F;
    color: #ffffff;

}



.index-block-1-center {
    width: 100%;
    float: left;
    overflow: hidden;
}

.index-block-1-center .swiper-slide .item {
    width: 49%;

    position: relative;
}

.index-block-1-center .swiper-slide .item img {
    width: 100%;
    height: auto;
}

.index-block-1-center .swiper-slide .title {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.41);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 11px;
    text-align: center;
    overflow: hidden;
}

.index-block-1-center .swiper-slide .title a {
    color: #FFFFFF;
    font-size: 15px;
}



.index-block-1-center .swiper-pagination {

    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;

    z-index: 70;
}

.index-block-1-center .swiper-pagination li.swiper-pagination-bullet {
    width: auto;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: none;
    margin-right:15px;
    font-size: 15px;
}

.index-block-1-center .swiper-pagination li.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #DA2626;
    padding-bottom: 32px;
    border-bottom: #DA2626 3px solid;
}

.index-block-1-center .more {
    width: 100%;
    border-bottom: 1px #ECEDF3 solid;
    text-align: right;
    height: 35px;
    padding-bottom: 5px;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 26px;

}

.index-block-1-center .more a {
    color: #666666;
    position: relative;
    z-index: 100;
}


/*index-block-1-right*/
.index-block-1-right {
    width: 100%;
    float: left;
    overflow: hidden;
}

.index-block-1-right .swiper-slide li {
    line-height: 20px;
    margin-top: 13px;
}

.index-block-1-right .swiper-slide li span {
    color: #666666;
    font-size: 13px;
    margin-right: 33px;
    width: 80px;
}

.index-block-1-right .swiper-slide li p {
    color: #666666;
    font-size: 14px;
}

.index-block-1-right .swiper-slide li a:hover span {
    color: #DB2E3A;
}

.index-block-1-right .swiper-slide li a:hover p {
    color: #DB2E3A;
}

.index-block-1-right .swiper-pagination {
    position: absolute;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    top: 0;
    left: 0;
}

.index-block-1-right .swiper-pagination li.swiper-pagination-bullet {
    width: auto;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: none;
    margin-right: 15px;
    font-size: 15px;
}

.index-block-1-right .swiper-pagination li.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #DA2626;
    padding-bottom: 32px;
    border-bottom: #DA2626 3px solid;
}

.pagination-text {
    display: none;
}

.index-block-1-right .more {
    width: 100%;
    border-bottom: 1px #ECEDF3 solid;
    text-align: right;
    height: 35px;
    padding-bottom: 5px;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 13px;
}

.index-block-1-right .more a {
    color: #666666;
    position: relative;
    z-index: 100;
}
.index-block-1-right .more a:hover {
    color: #DA2626;

}


.index-block-2 {
    margin-top: 55px; width: 100%;
}

.tp15 {
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.tp15:hover {
    top: -15px;
}

.index-block-2-1 { width: 100%;
    height: 260px; background: #ededed;

}

.index-block-2-1 .img { width: 100%; text-align: center;
    padding-top: 23px;

}

.index-block-2-1 .img img {
    height: 30px; margin: 0px auto;
}

.index-block-2-1 .text {
    padding: 10px 20px;
    margin-top: 15px;
    color: #6e6e6e;
    line-height: 24px; text-align: left;text-align:justify


}

.index-block-2-1 .more {
    margin-top: 15px;
    text-align: center;
}

.index-block-2-1 .more a {
    display: inline-block;
    padding: 12px 18px;
    font-size: 14px;
    color: #DB2F2F;
    line-height: 20px;
    background: #ffffff;
}

.index-block-2-1 .more a:hover {
    color: #ffffff;
    background: #DB2F2F;
}

.index-block-2-2 {
    height: 260px;
    position: relative;
}

.index-block-2-2 .title {
    padding-top: 36px;
    padding-left: 34px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-block-2-2 .img {
    width: 100%;
}

.index-block-2-2 .img img {
    width: 100%;
    height: 260px;
}

.index-block-2-2 .img2 {
    position: absolute;
    width: 37px;
    height: 37px;
    top: 50%;
    left: 50%;
    margin-top: -18.5px;
    margin-left: -18.5px;
}

.index-block-2-3 {
    height: 260px;
    position: relative;
    background: url("../images/bg_03.png") right bottom no-repeat #fafafa;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
}

.index-block-2-3 .title {
    padding-top: 40px;
    padding-left: 42px;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.index-block-2-3 .img {
    width: 100%;
    height: 260px;
}

.index-block-2-3 .img img {
    margin-top: 54px;
    height: 200px;
}

.index-block-2-3 .img2 {
    position: absolute;
    top: 29px;

    width: 100%;
    text-align: center;
}
.index-block-2-3 .img2 img{
    height: 20px;
}

.index-block-2-4 {
    height: 260px;
    position: relative;
    background: url("../images/bg_04.png") no-repeat;
}

.index-block-2-4 .img {
    padding-top: 17px;
    padding-left: 25px;
}

.index-block-2-4 .text {
    padding: 0 34px 0 25px;
    margin-top: 15px;
    color: #6E6E6E;
    line-height: 24px;
    font-size: 14px;
    height: 96px;
}

.index-block-2-4 .more {
    margin-top: 15px;
    padding-left: 25px;
}

.index-block-2-4 .more a {
    display: inline-block;
    padding: 12px 18px;
    font-size: 14px;
    color: #DB2F2F;
    line-height: 20px;
    background: #ffffff;
}

.index-block-2-4 .more a:hover {
    color: #ffffff;
    background: #DB2F2F;
}


/*foot*/
.foot {
    margin-top: 34px;
    padding-bottom: 26px;
    border-bottom: #E0E0E0 1px solid;
}

.foot-nav {

}

.foot-nav a {
    color: #081425;
    font-weight: 400;
    margin-right: 35px;
}

.foot-share a {
    position: relative;
}

.foot-share a.icon-a {
    width: 32px;
    display: inline-block;
    height: 32px;
    position: relative;
}

.foot-share a.email {
    background: url("../images/email_gray.png") center no-repeat;
}

.foot-share a.email:hover {
    background: url("../images/email_red.png") center no-repeat;
}
.foot-share a.linkedin {
    background: url("../images/linkedin_gray.png") center no-repeat;
}

.foot-share a.linkedin:hover {
    background: url("../images/linkedin_red.png") center no-repeat;
}

.foot-share a.twitter {
    background: url("../images/twitter_gray.png") center no-repeat;
}

.foot-share a.twitter:hover {
    background: url("../images/twitter_red.png") center no-repeat;
}

.foot-share a.facebook {
    background: url("../images/facebook_gray.png") center no-repeat;
}

.foot-share a.facebook:hover {
    background: url("../images/facebook_red.png") center no-repeat;
}

.foot-share a.weibo {
    background: url("../images/weibo_gray.png") center no-repeat;
}

.foot-share a.weibo:hover {
    background: url("../images/weibo_red.png") center no-repeat;
}


.foot-share a.weibo1 {
    background: url("../images/ks01.png") center no-repeat;
}

.foot-share a.weibo1:hover {
    background: url("../images/ks02.png") center no-repeat;
}



.foot-share .code {
    position: relative;
    line-height: 32px;
}

.foot-share .code a.show_code {
    display: inline-block;
    height: 32px;
    padding-right: 40px;
    background: url("../images/code_gray.png") right center no-repeat;
}

.foot-share .code a.show_code:hover {
    padding-right: 40px;
    background: url("../images/code_red.png") right center no-repeat;
}

.foot-share .code span {
    color: #A5A5A5;
    font-size: 14px;
    line-height: 32px;
}

.foot-share .code .qr-code {
    position: absolute;
    bottom: 40px;
    right: -45px;
    background: #FFFFFF;
    display: none;
}

.foot-share .code .qr-code img {
    width: 120px;
    height: 120px;
}

.foot-share .line {
    width: 1px;
    height: 16px;
    margin: 0 30px;
    background: #E0E0E0;
    position: relative;
    top: 8px;
}


.copy {
    padding: 20px 0;
}

/*main*/
.banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.banner img{
    width: 100%;
}

.current {
    width: 100%;
    margin-top: 27px;
    border-bottom: 1px #E8E8E8 solid;
    padding-bottom: 17px; margin-bottom: 2px;
}

.current_left {
    background: url("../images/home.png") left center no-repeat;
    padding-left: 30px;
}
.current_left span{
    margin: 0 5px;
}
.current_right {

}

.current_right a {
    font-size: 14px;
    color: #616161;
    margin-left: 20px;
    border-bottom: 4px transparent solid;
    padding-bottom: 18px;
    font-weight: 500;
}

.current_right a:hover, .current_right a.active {
    color: #F22B33;
    border-bottom: 4px #EF2F3A solid;
}



.current_right1 a {
    font-size: 14px; width:50%;
    color: #616161; text-align: center;

    border-bottom: 4px transparent solid;
    padding-bottom: 10px;
    font-weight: 500; margin-bottom: 8px;
}

 .current_right1 a.active {
    color: #F22B33;
    border-bottom: 4px #EF2F3A solid;
}



.operate-title {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-top: 50px;
}

.operate-title-2 {
    text-align: center;
    color: #000;
    font-size: 26px;
    padding-bottom: 18px;
    position: relative;
    margin-top: 40px;
}

.operate-title-2 span {
    position: absolute;
    width: 120px;
    height: 3px;
    background: #DB2E3A;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}


.operate-text {
    text-align: center;
    color: #4E4E4E;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    text-align:justify;
}

.operate-1 {
    margin-top: 63px;
}

.operate-1 dl {

    border: 1px #DE2B34 solid;
    padding-top: 47px; margin-bottom: 10px;
}



.operate-1 dl dt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    color: #C00000;
}

.operate-1 dl dd {
    padding: 0 54px 0 70px;
}

.operate-1 dl:first-child dd {
    padding-left: 100px;
}

.operate-1 dl dd p {
    padding-left: 20px;
    background: url("../images/icon-03.png") left top no-repeat;
    font-size: 14px;
    margin-bottom: 40px;text-align: justify; color: #000;
}

.operate-2 {
    margin-top: 50px;
}

.operate-2 dl {
   background-color: #F5F9FF; padding-top: 25px; margin-bottom: 10px;
}



.operate-2 dl dt {
    text-align: center;
    font-size: 24px;
    color: #BE0000;
}

.operate-2 dl dd {
    margin-top: 26px;
    font-size: 14px;
    color: #333333;
    padding-left: 60px;
}
.operate-2 dl:first-child dd{
    padding-left: 60px;
}

.operate-2 dl dd p {
    padding-left: 20px;
    background: url("../images/icon-03.png") left top no-repeat;
    font-size: 14px;
    margin-bottom: 40px;
}

.operate-2 dl dd p span {
    display: block;
    color: #000;
    margin-bottom: 5px;
}

.operate-3 {
    margin-top: 40px;
}

.operate-3-left {
    width: 50%;
    border: 1px #ccc solid;
    padding: 40px 20px;
}

.operate-3-left .operate-3-left-title {
    font-size: 24px;
    color: #BE0000;
    text-align: center;
    margin-bottom: 26px;
}

.operate-3-left ul {

}

.operate-3-left ul li {
    margin-bottom: 20px;
}

.operate-3-left ul li p {
    width: 160px;
    text-align: center;
    border: 1px #DE2B34 solid;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    color: #DB2E3A;

}

.operate-3-left ul li span {
    width: 100%; margin-top:25px; text-align: center;
    font-size: 14px;
    color: #000;
}

.operate-3-right {
    width: 0; margin-top: 10px;

}

.operate-3-right dl {
    padding-top: 43px;
    padding-bottom: 70px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    background: #f4f8ff;
    /*background: #ffaa00;*/
}
.operate-3-right dl:first-child{
    margin-top: 0;
}

.operate-3-right dl dt {
    font-size: 24px;
    color: #BE0000;
    margin-bottom: 42px;
}

.operate-3-right dl dd {
    line-height: 36px; color: #000; font-size: 14px; padding: 0px 20px; text-align: left;
}

.wisdom-1 {
    margin-top: 34px;
    position: relative;
}



.wisdom-1-left {
    width: 48%;
}

.wisdom-1-left-title {
    font-size: 30px;
    color: #404040;
    line-height: 42px;
}

.wisdom-1-left-text {
    margin-top: 25px;
    font-size: 15px;
    line-height: 29px;
}

.wisdom-1-left-img {
    width: 100%;
    margin-top: 46px;
}

.wisdom-1-left-img img {
    max-width: 100%;
}


.wisdom-1-right {
    width: 100%;
    overflow: hidden;
}

.wisdom-1-right .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 70;
    margin-top: 20px;
}


.wisdom-1-right .swiper-pagination li.swiper-pagination-bullet {
    width: auto;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: none;
    font-size: 18px; height: auto;
    padding-bottom: 20px;
}

.wisdom-1-right .swiper-pagination li.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #DA2626;
    background: url("../images/zhwl_bg.jpg") center bottom no-repeat;
}

.wisdom-1-right .img {
    /*background: url("../images/img13.png") bottom right no-repeat;*/
}

.wisdom-1-right .img img {
    width: 100%;

}



.wisdom-1-right .swiper-wrapper {
    margin-top: 35px; width: 100%;
}

.wisdom-1-right .swiper-wrapper img.img {
    width: 100%;
}

#wisdom_1_pagination_text_1 {
    display: none;
}

.wisdom-2-1 {
    padding-top: 35px;
}

.wisdom-2-title {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #262626;
}

.wisdom-2-list-1 {
    margin-top: 44px;
}

.wisdom-2-list-1 .item {
    border: 1px #C7C7C7 solid;
    padding: 24px 24px; margin-top: 10px;
}

.wisdom-2-list-1 .item:first-child {
    border-left: 1px #c7c7c7 solid;
}

.wisdom-2-list-1 .item .title {
    font-size: 24px;
    color: #000;
    text-align: center;
}

.wisdom-2-list-1 .item .text {
    font-size: 14px;
    color: #646464; padding-left: 60px;
    line-height: 2;
    margin-top: 20px;
}

.wisdom-2-2 {
    margin-top: 44px;
    background: url("../images/bg-02.png") no-repeat;

    padding: 41px 0 66px;
    -webkit-background-size: cover;
    background-size: cover;
}

.wisdom-2-text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 18px;
    color: #0A0A0A;
    text-align: center;
}

.wisdom-2-2-list {
    margin-top: 40px;
    text-align: center;
}

.wisdom-2-2-list .item {
    text-align: center; width: 50%; margin-top: 20px;
}

.wisdom-2-2-list .item .title {
    margin-top: 20px;
    font-size: 18px;
    color: #262626;
}

.wisdom-2-3 {
    margin-top: 44px;
}

.wisdom-2-3-list {
    margin-top: 40px;
}

.wisdom-2-3-list .item {
     width: 48%;
    position: relative; margin-bottom: 10px;
}

.wisdom-2-3-list .item:first-child {
    margin-left: 0;
}

.wisdom-2-3-list .item .img {
    width: 100%;
}

.wisdom-2-3-list .item img {
    width: 100%;
}

.wisdom-2-3-list .item .title {
    height: 35px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
}

.wisdom-3-1 {
    margin-top: 40px;
}

.wisdom-3-1-list-1 {
    margin-top: 30px;
}

.wisdom-3-1-list-1 .item {
     width: 100%;
}

.wisdom-3-1-list-1 .item:first-child {
    margin-left: 0;
}

.wisdom-3-1-list-1 .item img {
    width: 100%;
}

.wisdom-3-1-list-2 {
    margin-top: 40px;
}

.wisdom-3-1-list-2 .item {
    margin-top: 50px;

}





.wisdom-3-1-list-2 .item .title img {
    width: 42px;
    margin-right: 20px;
}

.wisdom-3-1-list-2 .item .title p {
    font-size: 24px;
    color: #262626;
}

.wisdom-3-1-list-2 .text {
    margin-top: 32px;text-align: justify;
}

.wisdom-3-2 {
    margin-top: 50px;
}

.wisdom-3-2-list {

}

.wisdom-3-2-list .item {
    margin-top:30px;
    width: 100%;
    border-left: 1px #dedede solid;
    text-align: center;
}

.wisdom-3-2-list .item:nth-child(3n+1) {
    border-left: 0;
}

.wisdom-3-2-list .item .title {
    font-size: 22px;
    color: #313131;
    margin-top: 12px;
}

.wisdom-3-2-list .item .text {
    font-size: 15px;
    line-height: 21px;
    color: #8D8D8D;
    margin-top: 15px;
    padding: 0 45px;
}


.wisdom-4-1-list {
    margin-top: 40px;
}

.wisdom-4-1-list .item {
   width: 100%;
    text-align: center; margin-bottom: 20px;

}

.wisdom-4-1-list .item:last-child {
    border-right: 0;
}

.wisdom-4-1-list .item .title {
    font-size: 24px;
    color: #262626;
}

.wisdom-4-1-list .item .text {
    margin-top: 27px;
    font-size: 15px;
    color: #262626;
    line-height: 29px;
    max-width: 380px;
    display: inline-block;
}

.wisdom-4-1-list .item .img {
    margin-top: 30px;
}

.wisdom-4-1-list .item .img img {
    max-width: 100%;
}

.rec_news_category_search {
    margin-top: 37px;
}

.rec_news_category {

}

.rec_news_category p {
    font-size: 16px;
    color: #363636;
    font-weight: 500;
    padding-right: 40px;
    background: url("../images/img31.png") right center no-repeat;
}

.news_search {

}

.news_search input.input_text_2 {
    flex: 1;
    background: url("../images/search-2.png") left center no-repeat #F2F2F2;
    height: 30px; width: 200px;
    border: 0;
    font-size: 14px;
    padding-left: 40px;
}

.news_search .sub_btn2 {
    width: 60px;
    background: #DB2E3A;
    height: 30px;
    font-size: 14px; margin-left:10px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.rec_news {
    margin-top: 34px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px #E3E3E3 solid;
}

.rec_news_img {
    width: 100%;
    margin-right: 20px;
}

.rec_news_img img {
    width: 100%;
}

.rec_news_right {
    position: relative; height: auto;
    width: 0;
}

.rec_news_right h3 {

    width: 100%; margin-top: 20px;
    font-size:16px; font-weight: bold; height: auto;
    color: #333;
}

.rec_news_right .text {
    margin-top: 25px;
    font-size: 15px;
    color: #333333;
    line-height: 26px;
    height: 52px;
}

.rec_news_right .more_time {
    width: 100%;

}

.rec_news_right .more_time .more {
margin-top: 20px;

}

.rec_news_right .more_time .more a {
    font-size: 12px;
    display: inline-block;
    padding: 5px 16px;
    background: #DB2E3A;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rec_news_right .more_time .time {
    text-align: center;

    position: absolute;
    right: 0;
    bottom: 0;
}

.rec_news_right .more_time .time p {
    display: inline-block;
    font-size: 14px;
    color: #DB2E3A;

}

.rec_news_right .more_time .time span {
    display: block;
    color: #898989;
    margin-top: 8px;
    font-size: 14px;
}

.news_box {
    margin-top: 40px;
}

.news_box.mt-0 {
    margin-top: 0;
}

.news_left {
    width: 100%;
}

.news_left.news_left-2 {


    padding-top: 40px;
}

.news_list {

}

.news_list .item {
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px #E3E3E3 solid;
}

.news_list .item:first-child {
    margin-top: 0;
}

.news_list .item .item_img {
    width: 120px;
    margin-right: 28px;
}

.news_list .item .item_img img {
    width: 100%;
}

.news_list .item .item_right {
    position: relative; flex:1;
}

.news_list .item .item_right h3 {
    font-size: 14px;
    color: #333;
    font-weight: 500; width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.news_list .item .item_right .text {
    font-size: 14px;
    color: #333;
    margin-top: 16px;
}

.news_list .item .item_right .more_time {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_list .item .item_right .more_time .more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.news_list .item .item_right .more_time .more a {
    font-size: 16px;
}

.news_list .item .item_right .more_time .time {
    text-align: center;


    position: absolute;
    right: 0;
    bottom: 0;
}

.news_list .item .item_right .more_time .time p {
    display: inline-block;
    font-size: 14px;
    color: #DB2E3A;

}

.news_list .item .item_right .more_time .time span {
    display: block;
    color: #898989;
    margin-top: 3px;
    font-size: 12px;
}


.news_right {
    width: 100%;

}

.news_right-2 {
    width: 100%;
}

.news-right-pt-40 {
    padding-top: 40px;
}

.gov-box {
    width: 100%;
    border: 1px #D6D6D6 solid;
    padding: 26px 24px;
}

.gov-about-news-1 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.gov-about-news-1 .img {
    width: 100%;
}

.gov-about-news-1 .img img {
    width: 100%;
}

.gov-about-news-1 .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    padding: 0 10px;
    color: #ffffff;
}

.gov-about-news-1 .title a {
    color: #ffffff;
}

.gov-about-news-1 .title span {
    width: 80px;
    margin-right: 10px;
}

.gov-about-news-1 .title p {
    width: 0;
    overflow: hidden;
    color: #ffffff;
}

.gov-about-news-list {

}

.gov-about-news-list li {
    margin-top: 20px;
}

.gov-about-news-list li span {
    font-size: 15px;
    margin-right: 30px;
}

.gov-about-news-list li p {
    width: 0;
    overflow: hidden;
}

.media_news {
    margin-top: 30px;
}

.media_news_list {
    margin-top: 10px;
}

.media_news_list li {
    width: 100%;
    padding: 8px 0px;

}


.media_news_list li a {
    padding-left: 20px;
    background: url("../images/icon-04.png") left center no-repeat;
}

.media_news_list li span {
    margin-right: 15px;
}

.media_news_list li p {
    width: 0;
}

.rec_search_news {
    margin-top: 23px;
}

.rec_search_news_title {
    color: #383838;
    font-size: 16px;
    font-weight: 500;
}

.rec_search_news_title h3 {
    font-weight: 500;
}

.rec_search_news ul {

}

.rec_search_news ul li {
    font-size: 14px;
    margin-top: 10px;
}

.rec_search_news ul li a {
    font-size: 14px;
    color: #333;
}

.ajax_load {
    margin-top: 45px;
    text-align: center;
}

.ajax_load a {
    font-size: 18px;
    color: #DB2E3A;
    border: 1px #DB2E3A solid;
    display: inline-block;
    padding: 10px 23px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}


/*news_detail_box*/
.news_detail_box {
    padding-bottom: 30px;
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 20px;
}

.news-detail-title {
    font-size: 20px; font-weight: bold;
    color: #2b2b2b;
}

.news-author {
    margin-top: 16px;
}

.news-author p {
    font-size: 14px;
    color: #2b2b2b;
}

.ml-30 {
    margin-left: 30px;
}

.detail_content {
    font-size: 15px;
    line-height: 2;
}
.detail_content img{
    max-width: 100%; height: auto;
}

.return_prev_next {
    margin-top: 20px;
}

.return {
 margin: 0px auto; margin-bottom: 20px;
}

.return a {
    display: inline-block;
    width: 94px;
    height: 32px;
    line-height: 32px;
    background: #DB2E3A;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.return a span {
    margin-right: 15px;
}

.prev_next {
    width: 100%;
}

.prev_next li {
    max-width: 100%;
    margin-top: 10px;
    text-align: left;
}
.prev_next li span ,.prev_next li p{
    display: inline;
}
.prev_next li:first-child {
    margin-top: 0;
}

.prev_next li a {
    max-width: 100%;
    color: #808080;
    font-size: 13px;
}

.detail_rec_news {

}
.detail_rec_news .more{
    margin-top: 25px;
}
.detail_rec_news .more a{
    padding: 6px 12px;
    color: #fff;
    background: #DE2B34;
    font-size: 14px;
}

.detail_rec_news_title {
    font-size: 18px; font-weight: bold;
    color: #2E2E2E;
}

.rec_news_list {

}

.rec_news_list .item {
    margin-top: 25px;
}

.rec_news_list .item .img {
    width: 120px;
    margin-right: 25px;
}

.rec_news_list .item .img img {
    width: 100%;
}


.rec_news_list .item .item_right {
    width: 0;
}

.rec_news_list .item .item_right h3 {
    color: #333333;
    font-size: 16px;
    line-height: 1;
}

.rec_news_list .item .item_right h3 a {
    color: #333333;
    font-size: 18px;
}

.rec_news_list .item .item_right .text {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    height: 52px;
    overflow: hidden;
    margin-top: 15px;
}


.main-footer-box {
    width: 100%;
    border-top: 1px #EAEAEA solid;
    padding: 20px 0;
    margin-top: 30px;
}

.main-footer-left {

}

.main-footer-left a {
    margin-right: 20px;
}

.partake_win {
    width: 100%;
    position: fixed;
    top: 84px;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 99999;
}

.partake_win_body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 40px ;
}

.partake_current {
    font-size: 12px;
    color: #3D3D3D;
    position: relative;
}

.close_partake {
    position: absolute;
    right: 0px;
    top: -12px;
    width: 120px;
    height: 40px;
    text-align: center;
    background: #EF2F3A;
    color: #ffffff;
    line-height: 40px;
}

.close_partake a {
    display: block;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
}

.close_partake a span {
    margin-right: 15px;
}

.partake_title {
    position: relative;
    margin-top: 30px;
}

.partake_title p {
    border-left: 2px #df1c1c solid;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1;
    color: #333333;
}

.partake_title span {
    font-size: 12px;
    color: #3D3D3D;
    margin-left: 10px;
}

.partake_form {
    padding-left: 10px;
}

.partake_form li {
    position: relative;
    margin-top: 20px;
}

.partake_form li label {
    position: absolute;
    height: 40px;
    line-height: 40px;
    left: 30px;
    top: 0;
    font-size: 14px;
    color: #3D3D3D;
}

.partake_form li label span {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 20px;
}

.partake_form li input[type="text"] {
    width: 100%;
    border: 1px #e5e5e5 solid;
    height: 40px;
    line-height: 40px;
    padding-left: 100px;
}
.partake_form li.l120 input[type="text"] {
    width: 100%;
    border: 1px #e5e5e5 solid;
    height: 40px;
    line-height: 40px;
    padding-left: 120px;
}
.partake_form li select {
    width: 100%;
    border: 1px #e5e5e5 solid;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    margin-left: 20px;
}

.partake_form li select:first-child {
    margin-left: 0;
}

.partake_form li input[type="button"] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #EF2F3A;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.ydzx-box {
    position: relative;
}

.ydzx-left {
    width: 100%;

    padding-top: 20px;

}

.ydzx-nav {
    padding-left: 0px; margin-top: 10px;
}

.ydzx-nav li {
    margin-bottom: 10px;  width: 25%; text-align: center; height: 40px; line-height: 40px;
}

.ydzx-nav li.active  {
    color: #ffffff;
    background: #DF1C1C;
}


.ydzx-nav li a {
    display: inline-block;
    font-size: 15px;
    color: #5D5D5D;
}

.ydzx-nav li.active a {
    color: #ffffff;

}


.ydzx-nav-2 {
    width: 100%;
}

.ydzx-nav-2 a {
    font-size: 15px;
    color: #DF1C1C;
    border: 0px #DF1C1C solid;
    height: 42px;
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
    cursor: pointer;
}


.ydzx-right {
    width: 100%;



}

.ydzx-right img {
    max-width: 100%;
}

.ydzx-1 {
    margin-top: 34px;
}

.ydzx-right .img {
    text-align: center;
}

.ydzx-2 {
    margin-top: 34px;
}

.ydzx-2 .img {
    margin-top: 34px;
}

.ydzx-title {
    font-size: 30px;
    color: #565656;
    text-align: center;
}

.ydzx-text {
    margin-top: 36px;
    font-size: 14px;
    line-height: 26px;
    color: #2E2E2E;
}

.ydzx-2-list {

}

.ydzx-2-list .item {
    width: 100%;

    border: 1px #DF1C1C solid;
    padding: 40px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 25px;
}

.ydzx-2-list .item:nth-child(3n+1) {
    margin-left: 0;
}

.ydzx-2-list .item .title {
    font-weight: bold;
    font-size: 24px;
    color: #DF2222;
    text-align: center;
}

.ydzx-2-list .item .text {
    font-size: 14px;
    color: #545454;
    line-height: 26px;
    margin-top: 20px;
    text-align: justify;
}

.active-current {
    background: #F5F5F5;
    padding: 22px 0;
}

.active-nav-left {

}

.active-nav-left a {
    color: #575757;
}

.active-nav-left a.active {
    background: #DF1C1C;
    color: #ffffff;
    display: inline-block;
    padding: 5px 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.active-nav-left span {
    margin: 0 18px;
}

.active-nav-right {

}

.active-nav-right a {
    margin-left: 35px;
    font-size: 14px;
    color: #4E4E4E;
}

.active-list {

}

.active-list .item {
    width: 100%;

    margin-top: 43px;
}



.active-list .item .img {

}

.active-list .item .img img {
    width: 100%;
}

.active-list .item .title {
    color: #333333;
    font-size:18px; font-weight: bold;
    margin-top: 28px;
}

.active-list .item .text {
    color: #7E7E7E;
    font-size: 14px;
    margin-top: 13px;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px #9E9E9E dashed;
}

.active-list .item .state_time {
    margin-top: 20px;
}

.active-list .item .state_time .state {

}

.active-list .item .state_time .state span {
    display: inline-block;
    padding: 2px 15px;
    background: #E8E8E8;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.active-list .item .state_time .state span.orange {
    background: #F8A533;
    color: #ffffff;
}

.active-list .item .state_time .state p {
    padding-left: 34px;
    margin-left: 27px;
    background: url("../images/icon40.png") left center no-repeat;
    font-size: 16px;
    color: #828282;
}

.active-list .item .state_time .time {
    font-size: 16px;
    color: #A1A1A1;
}

.load-more-active {
    margin-top: 45px;
    text-align: center;
}

.load-more-active button {
    font-size: 19px;
    color: #656565;
    border: 1px #C7C7C7 solid;
    display: inline-block;
    padding: 13px 43px;
    background: none;
    cursor: pointer;
}

.active-detail-current {
    margin-top: 20px;
}
.active-detail-current span{
    margin: 0 5px;
}

.active-box {
    background: #ffffff;
    margin-top: 20px;

}

.active-img {
    text-align: center;
}
.active-img img{
    max-width: 100%;
}

.active-title {
    font-size:20px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}

.active-state-time {
    margin: 30px auto 0;
    width:100%;
}

.active-state-time .state {

}

.active-state-time .state span {
    display: inline-block;
    padding: 2px 15px;
    background: #E8E8E8;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.active-state-time .state span.orange {
    background: #F8A533;
    color: #ffffff;
}

.active-state-time .state p {
    padding-left: 34px;
    margin-left: 27px;
    background: url("../images/icon40.png") left center no-repeat;
    font-size: 16px;
    color: #828282;
}

.active-state-time .time {
    font-size: 16px;
    color: #A1A1A1;
}

.active-bg {
    margin: 55px auto 0;
    background: #f7f4f8;
    padding: 30px 13px;
}

.active-bg-title {
    font-size: 28px;
    color: #2E2E2E;
}

.active-bg-text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
    color: #4B4B4B;
}

.active-staff-box {
    margin-top: 63px;
    width: 100%;
    position: relative;
    padding: 0 76px;
}

.active-staff {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
 width: 100%; margin-bottom: 20px;
}
.cccyyy{ text-align: center; margin-top: 20px;}
.swiper-slide .img {
 width: 100%;
}

.swiper-slide .img img {
    width: 40%;
}

.swiper-slide .img1 img {
    width: 100%; height: auto;
}
.swiper-slide .title {
    margin-top: 13px;
    font-size: 24px;
    color: #393939;
    font-weight: bold;
    text-align: center;
}

 .swiper-slide .text {
    margin-top: 8px;
    font-size: 16px;
    color: #ABABAB;
    text-align: center;
    line-height: 26px;
}

.active-text {
    margin-top: 50px;
    text-align: center;
}

.active-text img {
    max-width: 100%;
}


/*战略布局*/
.strategy-1 {
    margin-top: 30px;
}

.strategy-1 .item {
    margin: 0 50px;
}

.strategy-1 .item .title {
    font-size: 60px;
    color: #DB2E3A;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif, serif;
    line-height: 1;
}

.strategy-1 .item .title span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.strategy-1 .item .text {
    font-size: 20px;
    color: #333333;
}

.strategy-2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: left;

}

.strategy-3 {
    margin-top: 60px;
    text-align: center;
}

.strategy-3 img {
    max-width: 100%;
}


/*park*/
.park-search {
    width: auto;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 200;
    background: none;
    margin: 0px auto 0;
}

.park-search dl {
    width: 220px;
    border: 0;
    height: 57px;
    line-height: 57px;
    background: none;
    margin-right: 5px;
    font-size: 12px;
    position: relative;
    background: #F1F4F7;
    color: #999;
}
.xz001{ height: 300px; overflow-y: scroll;}
.park-search dl dt {
    color: #999;
    padding-left: 10px;
    margin-bottom: 0;
}

.park-search dl dt span {
    color: #999;
}

.park-search dl dt i {
    position: absolute;
    width: 15px;
    height: 9px;
    background: url(../images/icon-5.png) no-repeat;
    right: 10px;
    top: 24px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.park-search dl:hover dt i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.park-search dl dd {
    float: left;
    width: 100%;
    padding-left: 15px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: none;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}


.park-search .input-box {
    position: relative;
    height: 57px;
    padding: 0 23px;
    border: 0;
    background: #F1F4F7;
    margin-right: 5px;
}

.park-search .input-box input {
    width: 100%;
    height: 57px;
    padding-left: 30px;
    font-size: 12px;
    border: 0;
    color: #000;
    background: url("../images/search2.png") left center no-repeat;
}

.park-search .input-box input::-webkit-input-placeholder {
    color: #000;
    font-size: 12px;
}

.park-search .input-box input:-moz-placeholder {
    color: #000;
    font-size: 12px;
}

.park-search .input-box input::-moz-placeholder {
    color: #000;
    font-size: 12px;
}

.park-search .input-box input:-ms-input-placeholder {
    color: #000;
    font-size: 12px;
}


.park-search input[type="submit"] {
    border: 0;
    background: #DA2626;
    color: #000;
    font-size: 18px;
    width: 105px;
    height: 57px;
    cursor: pointer;
    outline: none;
}

.park-list {

}

.park-list .item {
    width: 100%;

    margin-top: 50px;
}


.park-list .item .img {

}

.park-list .item .img img {
    width: 100%;

}

.park-list .item .title {
    font-size: 18px; font-weight: bold;
    margin-top: 30px;
    color: #333333;
    text-align: center;
}

.park-list .item .title a {
    color: #333;
}


.ajax_load_more {
    margin-top: 50px;
    text-align: center;
}

.ajax_load_more a {
    font-size: 16px;
    color: #DB2E3A;
    border: 1px #DB2E3A solid;
    display: inline-block;
    padding: 10px 23px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.park-title {
    font-size: 31px;
    color: #333333;
    margin-top: 36px;
}

.park-time {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px #ddd solid;
}

.park-detail-box{
    margin-top: 20px;
    /*text-align: center;*/
}
.park-detail-box img{
    max-width: 100%;
}



.park-detail-pics{
    margin-top: 30px;
}
.park-detail-pics li{
    margin-left: 2%;
    margin-bottom: 20px;
}
.park-detail-pics li:first-child{
    margin-left: 0;
}
.park-detail-pics li img{
    width: 100%;
}
.park-detail-img {
    margin-top: 20px;
    text-align: center;
}

.park-detail-img img {
    width: 100%;
}

.park-title-2 {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}

.park-detail-1 {
    margin-top:20px;
}

.park-detail-1 .item {
    text-align: center; width: 33.33%;
     margin-bottom: 30px;
}

.park-detail-1 .item .title {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    font-size: 24px;
    color: #DB2E3A;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif, serif;
    position: relative;
}

.park-detail-1 .item .title span {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}
.park-detail-1 .item .title sup{
    font-size: 16px;
    position: absolute;
    top: 5px;
    line-height: 1;
}

.park-detail-1 .item .text {
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
}

.park-title-3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}

.park-text-3 {
    font-size: 15px;
    line-height: 34px;
    color: #333333;
    margin-top: 30px;
    text-align: left;text-align: justify;
}

.park-detail-4-list {
    margin-top: 50px;
}

.park-detail-4-list .item {
    width: 50%;
    position: relative;
}

.park-detail-4-list .item .img {

}

.park-detail-4-list .item .img img {
    width: 100%;
}

.park-detail-4-list .item .title {
    width: 100%;
    position: absolute;
    padding-top: 4px;
    bottom: 0;
    left: 0;
    height: 44px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    background: url("../images/icon-06.png") center no-repeat;
}

.park-detail-5-title {
    margin-top: 77px;
    text-align: left;
    font-size: 17px;
    color: #404040;
}

.park-detail-5-text {
    margin-top: 35px;
    padding: 0 10%;
}

.park-detail-6-list {

}

.park-detail-6-list .item {
    width: 100%;

    margin-top: 40px;
}

.park-detail-6-list .item:nth-child(3n+1) {
    margin-left: 0;
}

.park-detail-6-list .item .img {

}

.park-detail-6-list .item .img img {
    width: 100%;
}

.park-detail-6-list .item .title {
    margin: 40px 0 20px;
    font-size: 24px;
    color: #DB2E3A;
    font-weight: bold;
}

.park-detail-6-list .item .text {
    font-size: 14px;
    line-height: 27px;
    color: #333;
}

.park-detail-box{
 text-align: left;
}
.park-detail-box img{
    max-width: 100%;
    margin: 15px 0; height: auto;
}

/*qjj-1*/
.qjj-1 {
    margin-top: 50px;
}

.qjj-1-left {
    width: 100%;

}

.qjj-1-left-title {

}

.qjj-1-left-title img {
     width: 100px;

}

.qjj-1-left-title p {
    font-size: 26px;
    color: #333333;
}

.qjj-1-left-text {
    font-size: 14px;
    line-height: 36px;
    margin-top: 24px;
    color: #333333;
}


.qjj-1-right {
    text-align: right;
}

.qjj-1-right img {
    max-width: 100%;
}

.qjj-2 {
    margin-top: 40px;
}

.qjj-2-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.qjj-2-list {
    margin-top: 20px;
}

.qjj-2-list .item { width: 50%; text-align: center; margin-top: 20px;
}

.qjj-2-list .item .img {
    width: 60px; margin: 0px auto;
}

.qjj-2-list .item .title {
    font-size: 14px;
    color: #333333;
    margin-top: 40px;
}

.qjj-3 {
    margin-top:40px;
}

.qjj-3-text {
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin-top: 40px;
}

.qjj-3-list {
    margin-top: 20px; text-align: center;
}

.qjj-3-list dl {
    padding-top: 30px;
}

.qjj-3-list dl dt {
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    margin-bottom: 20px;
}

.qjj-3-list dl dd { width: 50%;
    font-size: 14px;
    margin-top: 15px;
    line-height: 25px;
}

.qjj-3-list dl dd span {
    font-size: 21px;
    color: #1E6DDD;
    margin-right: 15px;
}

.qjj-3-list .img {
    margin: 0 80px;
}

.cyyjy-1-title {
    font-size: 26px;
    color: #333333;
    margin-top: 60px;
    text-align: center;
}

.cyyjy-1-list {
    margin-top: 77px;
    padding: 0 50px;
}

.cyyjy-1-list .item {
    text-align: center;
}

.cyyjy-1-list .item .img {

}

.cyyjy-1-list .item .title {
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
}

.cyyjy-1-text {
    margin-top: 60px;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    text-align: center;
}

.cyyjy-2 {
    margin-top: 145px;
}

.cyyjy-2-left {
    width: 45%;
    margin-right: 5%;
}

.cyyjy-2-left .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.cyyjy-2-left .text {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-top: 20px;
}

.cyyjy-2-right {

}

.cyyjy-2-right .img {
    overflow: hidden;
}

.cyyjy-2-right .img img {
    max-width: 100%;
}

.cyzs-1-title {
    margin-top: 20px;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.cyzs-1-list {
    margin-top: 00px;
}

.cyzs-1-list .item {
    padding: 60px 40px 50px;
    margin-top: 25px;


    width: 100%;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    border: 1px transparent solid;
}

.cyzs-1-list .itemmt50 {
    padding: 50px 55px 70px;
    margin-top: 25px;
    height: 250px;
    margin-left: 2%;
    width: 49%;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    border: 1px transparent solid;
}

.mt50{
    padding: 50px 55px 70px;
}
.cyzs-1-list .item:nth-child(2n+1) {
    margin-left: 0;
}

.cyzs-1-list .item:hover {
    border-color: #DB2E3A;
}

.cyzs-1-list .item .item-left {
    width: 60px;
    margin-right: 40px;
}

.cyzs-1-list .item .item-left img {
    width: 100%;
}

.cyzs-1-list .item .item-right {
    width: 0;
}

.cyzs-1-list .item .item-right .title {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.cyzs-1-list .item .item-right .text {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}

.cyzs-2-text {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px; padding: 0px 20px;
    text-align: left;
}

.cyzs-2-list {
    margin-top: 0px;
}

.cyzs-2-list .item {
    width: 100%;
    margin-top: 10px;

    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;

}



.cyzs-2-list .item .item-left {
    width: 100%;

}

.cyzs-2-list .item .item-left img {
    width: 100%;
}

.cyzs-2-list .item .item-right {
    width:96%; margin-left: 2%;
}

.cyzs-2-list .item .item-right .title {
    font-size: 18px;
    font-weight: bold; margin-top: 20px;
    color: #333333;
}

.cyzs-2-list .item .item-right .text {
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-top: 10px;
    text-align:justify;

}

.cyzs-2-list .item .item-right .text-2 {
    font-size: 14px;
    color: #333333;
    margin-top: 20px; padding-bottom: 20px;
}

.cyzs-form{

}
.cyzs-form-group{
    margin-top: 40px;
}
.ml-20{
    margin-left: 20px;
}
.cyzs-form-group .item p{
    font-size: 23px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
.cyzs-form-group .item input[type="text"]{
    width: 100%;
    border: 1px #e5e5e5 solid;
    height: 50px;
    background: #ffffff;
    padding: 0 32px;
    font-size: 14px;
}
.cyzs-form-group textarea{
    width: 100%;
    border: 1px #e5e5e5 solid;
    height: 150px;
    padding: 20px 32px;
    font-size: 14px;
    color: #999999;
}
.text-center {
    text-align: center
}

.cyzs-form-group .item input[type="button"]{
    border: 0;
    background: #DB2E3A;
    padding: 8px 40px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.jobs-1 {
    margin-top: 40px;
}

.jobs-title {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.jobs-list-1 {
    margin-top: 50px;
}

.jobs-list-1 .item {
    width: 100%;
}

.jobs-list-1 .item .text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    height: 70px;
}

.jobs-list-1 .item .img {
    margin-top: 30px;
}

.jobs-list-1 .item .img img {
    width: 100%;
}

.jobs-list-2 {

}

.jobs-list-2 .item {
    margin-top: 40px;
    text-align: center;
    width: 50%;
}

.jobs-list-2 .item .title {
    font-size: 14px;
    margin-top:20px;
    color: #333;
}

.jobs-swiper-container {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

#jobs_pagination_text_1 {
    display: none;
}


.jobs-swiper-container .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 70;
    margin-top: 20px;
}


.jobs-swiper-container .swiper-pagination li.swiper-pagination-bullet {
    width: 176px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin: 0 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: #EDEDED;
    padding-bottom: 40px;
}

.jobs-swiper-container .swiper-pagination li.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #ffffff;
    background: #DB2E3A;
}

.jobs-swiper-wrapper {
    margin-top: 87px;
}

.jobs-swiper-container-2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.jobs-swiper-container-2 .swiper-slide img {
    width: 100%;
}

.jobs-swiper-container-2 .job-btn-next {
    width: 58px;
    height: 59px;
    background: url("../images/img62.png");
}

.jobs-swiper-container-2 .job-btn-prev {
    width: 58px;
    height: 59px;
    background: url("../images/img63.png");
}

.jobs-3 {
    margin-top: 40px;
}

.jobs-3-box {
    margin-top: 30px;
}

.jobs-3-left {
    width: 100%;

    background: #f5f5f5;
    padding: 20px 10px;
}

.jobs-3-left .title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.jobs-3-left .text {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    margin-top: 23px;
}

.jobs-3-right {
    width: 100%;
}

.jobs-3-right img {
    width: 100%;
}

.jobs-4 {
    margin-top: 40px;
}

.jobs-4-list {
    margin-top: 40px;
}

.jobs-4-list .item {
 width: 33.33%;
}

.jobs-4-list .item .img {
    width: 64px;
    height: 64px;
    background: url("../images/img66.png") no-repeat;
    text-align: center;
    line-height: 64px;
    font-size: 22px;
    color: #ffffff;

}

.jobs-4-list .item .title {
    font-size: 16px;
    color: #333333;
}

.jobs-5 {
    margin-top: 40px;
}

.jobs-5-list {
    margin-top: 30px;
}

.jobs-5-tab-title {
    height: 60px;
    border: 1px #D3D5D6 solid;
    padding: 0 20px 0 20px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.jobs-5-tab-title img{ width: 10px;}
.jobs-5-text {
    margin-top: 20px;
    padding: 0 20px 20px;
    border: 1px #D3D5D6 solid;
    display: none;
}

.jobs-5-text table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.jobs-5-text table th {
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
    border-bottom: 1px #BABABA dashed;
}

.jobs-5-text table td {
    font-size: 14px;
    color: #333333;
    padding: 15px 0;
    border-bottom: 1px #BABABA dashed;
}

.jobs-6 {
    margin-top: 40px;
}

.jobs-text {
    text-align: left;
    font-size: 17px;
    margin-top: 20px;
    color: #333333;
}

.jobs-6-list {
    margin-top: 40px;
}

.jobs-6-list .item {
    width: 30%;

    background: #6384EF; padding: 15px 0px;

    text-align: center;

}

.jobs-6-list .item a {
    color: #ffffff;
    display: block;

    font-size: 14px;
}


.hxyw-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 68px;
}

.hxyw-box {
    width: 100%;
    margin-top: 67px;
    border: 1px #ccc solid;
}

.hxyw-box .item {
    width: 130px;
    background: #f7f9fc;
    overflow: hidden;
    height: 530px;
    position: relative;
}


.hxyw-box .item-left {
    width: 130px;
    text-align: center;
    padding: 136px 40px;
    position: relative;
    z-index: 99;
    background: #e5e5e5;
}

.hxyw-box .item-left img {
    width: 48px;
}

.hxyw-box .item-left .title {
    font-size: 33px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    margin-top: 27px;
}

.hxyw-box .item-right {
    padding: 48px 67px 0;
    position: absolute;
    top: 0;
    left: 130px;
}

.hxyw-box .item-right .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #4a4a4a;
}

.hxyw-box .item-right .text {
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    margin-top: 33px;
}

.hxyw-box .item-right .list {

}

.hxyw-box .item-right .list li {
    text-align: center;
    margin-top: 50px;
}

.hxyw-box .item-right .list p {
    margin-top: 24px;
    font-size: 14px;
    color: #333333;
}


/*cylm*/

.cylm-box {
    position: relative;
}

.cylm-left {
    width: 230px;
    position: absolute;
    padding-top: 20px;
    top: 0;
}

.cylm-nav {

}

.cylm-nav li {
    margin-bottom: 10px;
}

.cylm-nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.cylm-nav li.active a {
    color: #ffffff;
    background: #DE2B34;
}


.cylm-right {
    width: 0;
    margin-left: 250px;
    border-left: 1px #e5e5e5 solid;
    padding-left: 40px;
}

.cylm-img {
    width: 100%;
    text-align: center;
}

.cylm-img img {
    max-width: 100%;
}

.cylm-1 {
    margin-top: 40px;
}

.cylm-title {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.cylm-text { width: 100%;
}
.cylm-text img{
    max-width: 100%;
}

.cylm-1 .img {
    margin-top: 20px;
    text-align: center;
}

.cylm-1 .img img {
    max-width: 100%;
}

.cylm-2-list {

}

.cylm-2-list .item {
    width: 100%;

    border: 1px #DF1C1C solid;
    padding: 27px 34px 53px;
    margin-top: 20px;
}

.cylm-2-list .item:nth-child(3n+1) {
    margin-left: 0;
}

.cylm-2-list .item .title {
    font-weight: bold;
    font-size: 28px;
    color: #DB2E3A;
    text-align: center;
}

.cylm-2-list .item .text {
    font-size: 14px;
    color: #545454;
    line-height: 30px;
    margin-top: 20px;
}

.cylm-title-2 {
    text-align: center;
    margin-top: 38px;
}

.cylm-title-2 span {
    display: inline-block;
    background: #DB2E3A;
    color: #ffffff;
    font-size: 18px;
    width: 172px;
    height: 36px;
    line-height: 36px;
}

.cylm-text-2 {
    margin-top: 32px;
    font-size: 15px;
    line-height: 2;
    color: #535353;
    text-align: center;
}

.cylm-text-3 {
    margin-top: 36px;
}

.cylm-text-3 li {

}

.cylm-text-3 li span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 3px #FBDEE4 solid;
    background: #DB2E3A;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;

}

.cylm-text-3 .line {
    width: 24px;
    height: 1px;
    background: #DE2B34;
    margin: 0 10px;
}


.rec-interview {
    margin-top: 52px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

.rec-interview-left {
    width: 70%;
    padding: 30px 40px 0;
}

.rec-interview-left .title {

}

.rec-interview-left .title a {
    font-size: 26px;
    line-height: 37px;
    color: #333333;
    font-weight: bold;
}

.rec-interview-left .text {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 34px;
}

.rec-interview-left .more {
    margin-top: 33px;
}

.rec-interview-left .more a {
    display: inline-block;

    padding: 8px 14px;
    background: #DB2E3A;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rec-interview-right {
    width: 0;
}

.rec-interview-right img {
    width: 100%;
}

.interview_list {

}

.interview_list .item {
    margin-top: 40px;
    width: 100%;

    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    padding: 13px;
}


.interview_list .item .item-left {
    width: 100%;

}

.interview_list .item .item-left .title {
    margin-top: 20px;
}

.interview_list .item .item-left .title a {
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    font-weight: bold;
}

.interview_list .item .item-left .text {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}

.interview_list .item .item-left .more {
    margin-top: 33px;
}

.interview_list .item .item-left .more a {
    color: #DB2E3A;
    font-size: 14px;
}

.interview_list .item .item-right {
     width: 100%;

 }
.interview_list .item .item-right img {
    width: 100%;

}
.interview_list .item .item-right a{
    width: 100%;
    display: block;
    height: 100%;
}



.detail_rec_interview_title {
    font-size: 18px;
    color: #333333;
}
.rec_interview_list{ width: 100%;
    margin-top: 10px;
}
.rec_interview_list li{
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px #ddd dashed;
}
.rec_interview_list li span{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #DB2E3A;
    color: #ffffff;
    margin-right: 20px;
    text-align: center;
    line-height: 20px;
}
.rec_interview_list li p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 0;
}


.white-paper-list{

}
.white-paper-list .item{
    margin-top: 20px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
}
.white-paper-list .item .item-left{
    width: 100%;

}
.white-paper-list .item .item-left .img{
    width: 100%;
}
.white-paper-list .item .item-left .img img{
    width: 100%;
}
.white-paper-list .item .item-right{
    width: 100%; padding-bottom: 15px;

}
.white-paper-list .item .item-right .title{
    padding: 0px 10px; margin-top: 10px;
}
.white-paper-list .item .item-right .title a{
    font-size: 20px;
    line-height: 38px;
    color: #333;
    font-weight: bold;
}
.white-paper-list .item .item-right .text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 32px; padding: 0px 20px;
    color: #666666;text-align:justify;
}
.white-paper-detail{

}
.white-paper-detail-img{
    width: 100%;
    border: 1px #e5e5e5 solid;

}
.white-paper-detail-img img{
    width: 100%;
}
.white-paper-detail-right{
    padding-top: 30px;
}
.white-paper-detail-right p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}
.white-paper-detail-right p span{
    color: #5E81F7;
}


.white-paper-detail-title-2{
    padding-left: 20px;
    border-left: 4px #6384EF solid;
    font-size: 20px;
    line-height: 28px;
    margin: 55px 0;
}

.white-paper-btn{
    margin-top: 60px;
}
.white-paper-btn div{
    margin-top: 15px;
}
.white-paper-btn a{
    display: inline-block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    background: #DB2E3A;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    cursor: pointer;
}
.white-paper-btn a img{
    vertical-align: middle;
    margin-right: 15px;
}
/*industry-report-list*/
.industry-report-list{

}
.industry-report-list .item{
    margin-top: 20px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
}
.industry-report-list .item .item-left{
    width: 100%;

}
.industry-report-list .item .item-left .img{
    overflow: hidden;
}
.industry-report-list .item .item-left .img img{
    width: 100%;
}
.industry-report-list .item .item-right{
    width: 100%;
}
.industry-report-list .item .item-right .title{

}
.industry-report-list .item .item-right .title a{
    font-size: 20px;
    line-height: 38px;
    color: #333;
    font-weight: bold;
}
.industry-report-list .item .item-right .text{
    margin-top: 44px;
    font-size: 14px;
    line-height: 32px;
    text-align: justify; padding-right: 30px;
    color: #666666;
}



/*industry-news-list*/
.industry-news-list{

}
.industry-news-list .item{
    margin-top: 50px;
}
.industry-news-list .item .item-left{
    width:100%;

}
.industry-news-list .item .item-left .img{
    overflow: hidden;
    width: 100%;
}
.industry-news-list .item .item-left .img img{
    width: 100%;
}
.industry-news-list .item .item-right{
    width: 100%;
    position: relative;
}
.industry-news-list .item .item-right .title{ margin-top: 20px;

}
.industry-news-list .item .item-right .title a{
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
}
.industry-news-list .item .item-right .text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}
.industry-news-list .item .item-right .time{
    width: 100%;

    padding-top: 14px;
    font-size: 18px;
    color: #666666;
    line-height: 1;
    border-top: 1px #BABABA dashed;
}

.story{
    margin-top: 40px;
}
.story-left{
    width: 375px;
    overflow: hidden;
}
.story-left img{
    width: 100%; margin-top: 10px;
}
.story-right{
    width: 0;
    background: url("../images/story_bg.png") left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;

}
.story-right img{  width: 50%;

}
.story-right .text{
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
    margin-top: 28px;
}
.story-right .text p{
    margin-top: 0;
}

.honor-box{

}
.honor-box .item{
    position: relative;
}
.item-year{
    position: absolute;
    left: 0;
    top: 65px;
    width: 280px;
    height: 68px;
    line-height: 66px;
    text-align: center;
    border: 1px #eeeeee solid;
    border-right: 0;
    font-weight: bold;
    font-size: 39px;
    color: #777777;
}

.honor-box .item-list{
}
.honor-box .item-list .item-left{
    width: 280px;
    text-align: right;
    padding-right: 27px;
    margin-top: 180px;
    position: relative;
}
.honor-box .item-list .item-left p{
    display: inline-block;
    width: 67px;
    height: 61px;
    background: #F6F3F7;
    text-align: center;
    line-height: 61px;
    font-size: 31px;
    color: #EF2F3A;
    font-weight: bold;
    overflow: hidden;
}
.honor-box .item-list .item-left p span{
    font-size: 12px;
}

.honor-box .item-list .item-left .circle{
    width: 15px;
    height: 15px;
    background: #EF2F3A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    right: -8px;
}

.honor-box .item-list .item-right{
    width: 0;
    border-left: 1px #eeeeee solid;
    padding-left: 114px;
    padding-top: 90px;
}



.honor-box .item-list .item-right .item-group{
    width: 32%;
    margin-left: 2%;
    margin-top: 50px;
}
.honor-box .item-list .item-right .item-group:nth-child(3n+1){
    margin-left: 0;
}
.honor-box .item-list .item-right .item-group .img{


}
.honor-box .item-list .item-right .item-group .img img{
    width: 100%;
}
.honor-box .item-list .item-right .item-group .title{
    text-align: center;
    margin-top: 28px;
    font-size: 14px;
    line-height: 28px; height: 50px;
    color: #333333;
}

/*develop-progress*/
.dp-year{
    margin-top: 24px;
}


.dp-year dl {
    width: 120px;
    border: 0;
    height: 32px;
    line-height: 32px;
    margin-right: 25px;
    font-size: 14px;
    position: relative;
    background: #EF2F3A;
    color: #ffffff;
    z-index: 999;
}

.dp-year dl dt {
    padding-left: 12px;
}

.dp-year dl dt span {

}

.dp-year dl dt i {
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../images/icon-7.png) no-repeat;
    right: 12px;
    top: 10px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}


.dp-year dl:hover dt i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.dp-year dl dd {
    float: left;
    width: 100%;
    padding-left: 15px;
    background: rgba(239, 47, 58, 0.75);
    color: #fff;
    display: none;
    overflow: hidden;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.dp-year dl dd a{
    color: #ffffff;
}

.dp-year p{
    line-height: 32px;
    font-size: 15px;
}


.dp-swiper-container{
    position: relative;
    margin-top: 40px;
}

.dp-swiper-year{
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #777777;
}

.dp-swiper-container .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 70;
    margin-top: 25px;
    height: 120px;
    background: url("../images/dp_bg_1400.jpg") left top repeat-x;
    padding-top: 50px;
}


.dp-swiper-container .swiper-pagination li.swiper-pagination-bullet {
    width: auto;
    font-size: 31px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: none;
    position: relative;
}
.dp-swiper-container .swiper-pagination li.swiper-pagination-bullet span{
    font-size: 12px;
}

.dp-swiper-container .swiper-pagination li.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #f00;
}
.dp-swiper-container .swiper-pagination li.swiper-pagination-bullet.swiper-pagination-bullet-active i{
    width: 33px;
    height: 33px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -22px;
    background: url("../images/icon-9.png");
}

.dp-swiper-container-2-box{
    padding: 0 100px;
    position: relative;
}

.dp-swiper-container-2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dp-swiper-container-2 .swiper-slide {
    background: #efefef;
    padding: 25px;
}
.dp-swiper-container-2 .swiper-slide .img {
    width: 207px;
    margin-right: 28px;
}
.dp-swiper-container-2 .swiper-slide .img img{
    width: 100%;
}
.dp-swiper-container-2 .swiper-slide .dp-right{
    width: 0;
}
.dp-swiper-container-2 .swiper-slide .time{
    font-size: 18px;
    color: #3D80EA;
    line-height: 26px;
}
.dp-swiper-container-2 .swiper-slide .text{
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    line-height: 22px;
    height: 86px;
    text-align: justify;
}


.dp-swiper-container-2-box .dp-btn-next {
    width: 44px;
    height: 44px;
    background: url("../images/btn_r1.png");
}

.dp-swiper-container-2-box .dp-btn-prev {
    width: 44px;
    height: 44px;
    background: url("../images/btn_l1.png");
}

#dp_pagination_text_1{
    display: none;
}

.page{
    text-align: center;
    margin-top: 30px;
}
.page a,.page span{
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    border: 1px #e5e5e5 solid;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page a:hover,.page span{
    border-color: #f00;
    color: #f00;
}
.page span.current{
    width: auto;
}


.qrcode-win{

}

.qrcode-img{
    width: 300px;
    height: 300px;
    padding: 10px;
}
.qrcode-img img{
    width: 100%;
}

.qrcode-tips{
    text-align: center;
    font-size: 14px;
    color: #999;
}

.lxlxlcont{ width: 100%; }


.tutu{ margin-top: 0px; margin-right: 8px;}
.left32{ margin-left: 32px;}
.abc001{ margin-top: 30px;}



element.style {
}
.bdshare-button-style1-16 .bds_more {
    color: #333;
    float: left;
}
.bdshare-button-style1-16 a, .bdshare-button-style1-16 .bds_more {
    float: left;
    font-size: 14px;
    padding-left: 20px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
}
.bdshare-button-style1-16 .bds_more {
}
.bdsharebuttonbox a {
    padding-left: 20px;
    background: url(../images/fx.png) left center no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
}
.left20{ margin-left: 20px;}

.park-detail-box video{ margin: 0 auto}
.bj100100{ width: 100%;  padding: 30px 0px 20px 0px; margin-top:40px;}

.sdfsdf{ font-size: 14px; width: 100%; text-align: center; margin-top: 30px; margin-bottom: 30px;}
.sdfsdf a{ background-color: #DF1C1C; padding: 8px 40px; color:#ffffff;-webkit-border-radius: 5px;
    -moz-border-radius: 36px;
    border-radius: 36px; margin: 0 auto;cursor:pointer}
.sdfsdf a:hover{ background-color: #5363ab}

.scb{position:fixed; right: 10px; top: 300px; font-size: 48px; font-weight: bold; z-index: 9999999999999999999999999; color: #ff0000; text-align: center}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.content{ width: 95%; margin: 0px auto}

.contleft {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.contright {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.contgu {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contkh {
    -webkit-justify-content: center;
    justify-content: center;
}

.contzhong {
    -webkit-align-items: center;
    justify-content: center;

}
.ptop20{ padding-top: 15px;}
.ptop10{ padding-top:10px;}
.w100{ width: 100%;}
.fdc {
    flex-direction: column;
}

.ddd {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.yuan5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.yuan30{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.index-block-1-right .more88  a,.index-block-1-center .more88  a{ background: #DB2F2F; color: #fff; padding:4px 10px;    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
.indexwximg img{ width: 150px; height: 150px; margin: 0px auto; margin-top: 10px;}
.indexwximg span{ margin: 0px auto; padding: 10px 30px; background: #eeeeee; color: #333; font-size: 16px; margin-top: 20px;}
.foot-share{ width: 100%; text-align: center; }
.foot-sharew100{ width: 70%; text-align: center; -webkit-align-items: center; margin: 0px auto;
    align-items: center; margin-top: 25px;}
.foot-sharew100 img{ width: 30px; height: 30px;}


.top_sub_menu {
    background-color: #eeeeee;
    border-radius: 0px;
    width: 50%;
    position: absolute; text-align: center;
    right: 0px;
    top: 53px;
    z-index: 1001;
    display: none;
}

.top_sub_menu:before {
    position: absolute;
    top: -5px;
    right: 7px;
    content: "";
    width: 0;
    height: 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 5px 5px;
}
.top_sub_menu_2:before {
    right: 47px;
}

.top_sub_menu_3:before {
    border-color:#eeeeee;
    right: 23px;
}
.top_sub_menu_3{
    top: 46px;
    border-color:#eeeeee;
}





.top_sub_menu .item {
    display: block;
    color: #333333;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;

}

.top_sub_menu .item:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: hsla(0, 0%, 100%, .2);
    height: 1px;
    left: 40px;
    right: 0;
    top: 0;
}

.top .menu {
    width: 25px;
}

.top .menu img {
    width: 100%;
}
.yqyyimg { margin-top: 20px;}
.yqyyimg img{ width: 100%; height: auto;     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;}
.yqyytitle{ font-size: 20px; font-weight: bold; margin-top: 20px; color: #000}
.yqyysmalltect{ width: 48%}
.yqyysmalltect p{ width: 100%; font-size: 16px; font-weight: bold; color: #000; margin-top: 15px;}
.anana input[type="submit"] {
    border: 0;

    background-image: -webkit-linear-gradient(315deg,#DA2626,#DA2626 70%,#DA2626);
    background-image: linear-gradient(135deg,#DA2626,#DA2626 70%,#DA2626);

    margin-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%; height: 45px;
    cursor: pointer;
    outline: none;
}

.bjhc03{ width: 100%; text-align: center; font-size: 18px; font-weight: bold; color: #000; margin-top: 30px; background-color: #f5f5f5; padding: 10px 0px;}
.bjhc04{}
.bjhc04 li{ width: 100%; margin-top: 15px;}
.bjhc04 li img{ width: 100%;}





.top_sub_menu1 {
    background-color: #eeeeee;
    border-radius: 0px;
    width: 50%;
    position:absolute; text-align: center;
    left: 0px;
    top: 0px;
    z-index: 1001;
    display: none;
}

.top_sub_menu1:before {
    position: absolute;
    top: -5px;
    right: 7px;
    content: "";
    width: 0;
    height: 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 5px 5px;
}
.top_sub_menu_21:before {
    right: 47px;
}

.top_sub_menu_31:before {
    border-color:#eeeeee;
    right: 23px;
}
.top_sub_menu_31{
    top: 46px;
    border-color:#eeeeee;
}





.top_sub_menu1 .item {
    display: block;
    color: #333333;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;

}

.top_sub_menu1 .item:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: hsla(0, 0%, 100%, .2);
    height: 1px;
    left: 40px;
    right: 0;
    top: 0;
}




/*移动端导航*/

a{text-decoration:none;cursor:pointer;transition:all .3s;outline:none}
ul{list-style:none}
.lf{float:left}
.rg{float:right}
.clear{clear:both;height:0px;line-height:0px;font-size:0px}


    .head{display:none}
    .moblie_head{display:block;height:44px;background:#FFFFFF;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;}
    .moblie_head .lf{padding-top:10px;padding-left:5%}
    .moblie_head .lf img{height:30px; margin-top: -5px;}
    .moblie_head .rg{padding-right:5%;padding-top:14px}
    .moblie_head .rg a img{height:16px;vertical-align:top}
    .a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
    .a_txt .div1{position:absolute;width:100%;height:100%;background:#ffffff;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
    .a_txt .div2{position:absolute;width:15%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
    .a_txt .div3{position:absolute;width:85%;right:0px;top:0px;background:#f5f5f5;;height:100%;z-index:100;right:-80%}
    .a_txt .div3 ul{padding-left:5%;padding-right:5%}
    .a_txt .div3 ul li{border-bottom:1px solid #ffffff; float: left; width: 100%;}
    .a_txt .div3 ul li a{display:block;height:45px;color:#000000;line-height:45px;padding-left:5%;font-size:16px}
    .a_txt .div3 ul li .a_js2{background:url(../images/jh.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;-webkit-background-size: 20px}
    .a_txt .div3 ul li .a_js2_on{background:url(../images/jian.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;-webkit-background-size: 20px}
    .a_txt .div3 ul li .a_txt2{display:none; margin-top: 0px; width: 100%;}
    .a_txt .div3 ul li .a_txt2 a{ width:45%;font-size:14px;  float: left; margin: 10px 0px; padding: 0px; height: 25px; line-height: 25px; padding-left:5%; color: #666666}


.h60{ height: 44px; width: 100%;}
/*移动端导航结束*/
