@charset "utf-8";

@font-face {
    font-family: "impact";
    font-weight: normal;
    font-style: normal;
    src: url('impact-webfont.eot');
    src: url('impact-webfont.eot?#iefix') format('embedded-opentype'),
        url('impact-webfont.woff') format('woff'),
        url('impact-webfont.ttf') format('truetype'),
        url('impact-webfont.svg#Futura') format('svg');
}

body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 100%;
    min-width: 300px;
    zoom: 1;
    background: #fff;
    font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体", "Times New Roman";
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-family: "微软雅黑";
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption,
address {
    display: block;
}

/*html5设置*/
figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #e21d12;
}

*:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hidetxt {
    display: none;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.bg{
    background: #d80014;
}
.navbg{
    background: #b30506;
}
.color{
    color: #e91a2e;
}
.hidden{
    display: none!important;
}
.block{
    display: block!important;
}
:-moz-placeholder {
    color: #c5c5c5;
}

::-moz-placeholder {
    color: #c5c5c5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c5c5c5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c5c5c5;
}


.container {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}
.header {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    z-index: 99;
}

.header .logo {
    height: 25px;
    width: auto;
}

.header .openbtn {
    width: 26px;
    cursor: pointer;
    display: block;
}

.header .openbtn span {
    display: block;
    height: 3px;
    background: #666;
    margin: 4px 0px;
    transition: all ease 0.3s;
}

.header .openbtn.on .sp1 {
    transform: translate(0, 3px) rotate(45deg) !important;
}

.header .openbtn.on .sp2 {
    transform: translate(0, -3px) rotate(-45deg) !important;
}

.header .openbtn.on .sp3 {
    display: none;
}

.MainNav {
    position: fixed;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    display: none;
    top: 50px;
}

.MainNav .content {
    position: fixed;
    left: 0px;
    top: 46px;
    width: 100%;
    height: auto;
    z-index: 887;
    background: #666;
}

.MainNav .main {
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #717070;
    border-top: 1px solid #616161;
    margin: 0 20px;
}

.MainNav .main .bigNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.MainNav .main a {
    flex: 1;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-right: 50px;
}

.MainNav .main .bigNav a img {
    height: 20px;
    margin-right: 10px;
}

.MainNav .main.onnav .po {
    display: flex;
}

.MainNav .main .po {
    background: #737373;
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

.MainNav .main .po li {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}

.MainNav .main .po li a {
    text-align: center;
    margin-right: 0;
}

.banner {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-top: 50px;
}

.banner img {
    height: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}

.news .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

.news .content .head {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.news .content .big-title {
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.news .content .big-title a {
    color: #e91a2e;
}

.news .content .small-title {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.news .content .decribe {
    color: #7c7c7c;
    text-indent: 2em;
    height: 48px;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .content .news-content {
    display: block;
    margin: 10px 0 0 0;
    justify-content: space-between;
}

.news .content .news-content .news-swiper {
    width: 100%;
    height: 150px;
    overflow: hidden;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
}

.news .content .news-content .news-swiper img {
    width: 100%;
    height: 100%;
}

.news .content .news-list {
    width: 100%;
    margin-left: 0;
}

.news .content .news-list .news-nav {
    border-bottom: 2px solid #e0e0e0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 7px;
    position: relative;
    display: flex;
}

.news .content .news-list .news-nav li {
    font-weight: bold;
    cursor: pointer;
    padding: 0 15px;
    margin-right: 17px;
    color: #333333;
    font-size: 15px;
    position: relative;
}

.news .content .news-list .news-nav li.on {
    border-bottom: 2px solid #e91a2e;
    margin-bottom: -2px;
}

.news .content .news-list .news-nav li.on a {
    color: #e91a2e;
}

.news .content .news-list .news-nav .on .triangle {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e91a2e;
}

.news-list .list li {
    margin-bottom: 8px;
}

.news-list .list li a {
    display: flex;
    align-items: center;
}

.news-list .list li a .circular {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #999;
    margin-right: 10px;
}

.news-list .list li a p {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
}

.news-list .list li p {
    font-size: 14px;
    line-height: 35px;
    color: #999999;
}

.news-list .list li a .time {
    margin-left: 10px;
    color: #c1c1c1;
}

.news-list .list li .lookdetail {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: #e34848;
    line-height: 35px;
}

.news .report-banner {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    height: 80px;
    overflow: hidden;
}

.news .report-banner img {
    height: 100%;
    width: auto;
}

.news .report-banner .swiper-button-prev:after,
.news .report-banner .swiper-button-next:after {
    font-size: 22px !important;
}

.range{
    padding: 10px;
}
.HomeScope{
	background:#fff url(../img/index/jybg.jpg) center center no-repeat;
	margin-bottom:10px;
	box-shadow:0 10px 25px #cfdce8;
}
.HomeScope .info{
	padding: 10px;
	transform:translateY(100px);
	-webkit-transform:translateY(100px);
	opacity:0;
	transition:all 1s;
}
.HomeScope .info .ti{
	width:80%;
}
.HomeScope .info .p{
	text-indent:2em;
	color:#808080;
	line-height:30px;
	-webkit-line-clamp: 3;
	height:90px;
	margin-bottom:30px;
	overflow: hidden;
}
.HomeScope .info span{
	text-indent:2em;
	color:#808080;
	line-height:30px;
	-webkit-line-clamp: 3;
	height:90px;
	margin-bottom:30px;
}
.HomeScope .info .more{
	width:28px;
	line-height:28px;
	font-family:"宋体";
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#e91a2e;
	border:2px solid #d9d9d9;
	border-radius:50%;
}
.HomeScope .info a:hover .more{
	color:#fff;
	border:2px solid #e91a2e;
	background:#e91a2e;
}
.HomeScope .effict{
	text-align:center;
	width:360px;
	margin: 0 auto;
	position:relative;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 1s 0.3s ease;
}
.HomeScope .effict .logo{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	margin-top: -40px;
}
.HomeScope .effict .name{
	z-index:1;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -70px;
	margin-top: -25px;
	text-align:center;
	width:140px;
	color:#333333;
	font-size:14px;
	padding: 0 10px;
	box-sizing: border-box;
}
.HomeScope .effict .name img{
	display:block;
	margin:0px auto 6px;
}
.HomeScope .effict li{
	position:absolute;
	z-index: 99;
	width: 80px;
}
.HomeScope .effict li.li1{
	left:12px;
	top:65px;
}
.HomeScope .effict li.li2{
	right:28px;
	top:65px;
}
.HomeScope .effict li.li3{
	right:28px;
	bottom:55px;
}
.HomeScope .effict li.li4{
	left:12px;
	bottom:55px;
}
.HomeScope .effict li a{
	display:block;
	margin:0;
	color: white;
	position: relative;
	width: 100px;
}
.HomeScope .effict li a .abg{
	display:block;
	margin:0px auto 4px;
	width: 100px;
}
.HomeScope .effict li a .icon{
	display: block;
	width: 24px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -12px;
	margin-top: -22px;
}
.HomeScope .effict li a span{
	display: block;
	width: 60px;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -30px;
	margin-top: 1px;
}
.HomeScope .effict li.li2 a .abg,
.HomeScope .effict li.li4 a .abg{
    filter: drop-shadow(0 1px 5px #eb5563);
}
.HomeScope .effict li.li1 a .abg,
.HomeScope .effict li.li3 a .abg{
    filter: drop-shadow(0 1px 5px #fff);
}
.HomeScope .effict li.li1 a span,
.HomeScope .effict li.li3 a span{
    color: white;
}
.HomeScope .effict li.li2 a span,
.HomeScope .effict li.li4 a span{
    color: #333;
}
.HomeScope .effict li.li2:hover .abg{
    filter: drop-shadow(0 0px 10px #eb5563);
}

.HomeScope .effict li.li4 :hover .abg{
    filter: drop-shadow(0 0px 10px #eb5563);
}
.HomeScope .effict li.li1:hover .abg{
    filter: drop-shadow(0 0px 10px #eb5563);
}
.HomeScope .effict li.li3:hover  .abg{
    filter: drop-shadow(0 0px 10px #eb5563);
}
.HomeScope .line{
	-webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 5s;
}

.HomeScope .line img{
    width: 100%;
}
@keyframes scaleDraw {
    0%{
      transform: scale(1);  /*开始为原始大小*/
    }
    25%{
      transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
      transform: scale(1);
    }
    75%{
      transform: scale(1.1);
    }
}
.HomeScope .moretxt{
	width:180px;
	text-align:left;
	z-index:99;
	padding:10px 20px;
	position:absolute;
	top:92px; 
	right:-58px;
	background:#fff;
	border-radius:6px;
	box-shadow:0 0 10px #ddd;
	display:none;
}
.HomeScope .moretxt p{
	background:url(../images/homev1/dot2.gif) 0px center no-repeat;
	padding-left:15px;
}
.HomeScope.anm .info{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.HomeScope.anm .effict{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}

@media screen and (max-width:414px){
    .HomeScope.anm .effict{
        transform: scale(0.85)
    }
}

@media screen and (max-width:320px){
    .HomeScope.anm .effict{
        width: 300px;
        transform: scale(0.85)
    }
}

.HomeScope .effict li:hover .moretxt{
	display:block;
}
.HomeScope .effict li:hover{
	z-index:100;
}

.report {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}

.report .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 30px 10px 10px;
    box-sizing: border-box;
}

.report .content .title-news {
    margin: 0 auto;
    width: 150px;
}

.report .content .report-swiper {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    overflow: hidden;
}

.report .content .report-swiper .swiper-slide {
    background: none;
}

.report-swiper .swiper-list {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: space-between;
}

.report-swiper .swiper-list .li {
    width: 100%;
    margin-top: 15px;
}

.report-swiper .swiper-list .li:first-child {
    margin-top: 0px;
}

.report-swiper .swiper-list .li .a {
    display: block;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.report-swiper .swiper-list .li .a img {
    width: 100%;
    height: 100%;
}

.report-swiper .swiper-list .li .a .po{
    width: 70px!important;
    height: 70px!important;
    margin-left: -35px;
    margin-top: -35px;
}

.report-swiper .swiper-list .li .new-list {
    padding: 25px 24px 0;
    height: 222px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    background: #ffffff;
    box-sizing: border-box;
}

.report-swiper .swiper-list .li .new-list li{
    display: flex;
    margin-bottom: 20px;
    font-size: 15px;
    background: url(../img/index/dot2.gif) 0px 8px no-repeat;
    padding-left: 10px;
}

.report-swiper .swiper-list .li .new-list li a{
    flex: 1;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*.report-swiper .swiper-list .li .new-list li a .date{
    margin-left: 10px;
    color: #c1c1c1;
}*/

.report-swiper .swiper-list .li .new-list li .date{
    margin-left: 10px;
    color: #c1c1c1;
}

.report-swiper .swiper-list .report-video{
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.report-swiper .swiper-list .report-video .Tit{
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.report-swiper .swiper-list .report-video .Tit img{
    margin: 0 5px 0 0;
}
.report-swiper .swiper-list .report-video .video-swiper{
    overflow: hidden;
    margin-top: 20px;
}
.report-swiper .swiper-list .report-video .video-swiper img{
    height: 280px;
}

.business {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}

.business .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 30px 10px 10px;
    box-sizing: border-box;
}

.business .content .title-news {
    margin: 0 auto;
    width: 150px;
}

.business .content .navbar {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.business .content .navbar .right{
    width: 100%;
    height: 200px;
}

.business .content .right .right-content {
    height: 100%;
    overflow: hidden;
}

.business .content .right .right-content .swiper-slide{
    position: relative;
}

.business .content .navbar .right .swiper-slide{
    width: 100%;
}

.business .content .right .right-content img {
    width: 100%;
    height: 200px;
}

.container .shadow{
    height: 15px;
    background: url(../img/index/shadow.png);
    z-index: 100;
}

.business .content .right .right-content .shadow {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .4);
    font-size: 20px;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.friendlink {
    padding: 15px 0;
    background: #e34848;
    border-bottom: 1px solid #dcdcdc;
}

.friendlink .content {
    padding: 0 15px;
}

.friendlink .content .hd {
    overflow: hidden;
}

.friendlink .content .hd li {
    float: left;
    width: 49%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
}

.friendlink .content .hd ul li:nth-child(2n-1) {
    margin-right: 2%;
}

.friendlink .content .hd ul li:nth-child(2n) {
    margin-right: 0;
}

.friendlink .content .hd li span {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #dcdcdc;
    background: url(../img/index/link-bj.png) right 0 no-repeat;
}

.friendlink .content .bd {
    margin: 0 auto;
    overflow: hidden;
}

.friendlink .content .bd div {
    display: none;
    padding: 10px;
    margin-top: 20px;
    border-top: 1px dashed #dcdcdc;
    overflow: hidden;
}

.friendlink .content .bd ul li {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 46%;
    margin: 0 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #dcdcdc;
}

.friendlink .content .bd ul li a {
    font-size: 14px;
    color: #dcdcdc;
}

.bottom {
    margin-top: 0;
    width: 100%;
    background: #e34848;
    padding: 15px 0 5px 0;
    font-size: 12px;
}

.bottom .content {
    position: relative;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    justify-content: space-between;
}

.bottom .content .left {
    padding: 20px 15px;
    color: #dcdcdc;
    font-size: 12px;
}

.bottom .content .left .nav {
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
}

.bottom .content .left .nav a {
    font-size: 14px;
    line-height: 28px;
    color: #dcdcdc;
}

.bottom .content .left .nav li {
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

.bottom .content .left .nav li a {
    color: #dcdcdc;
}

.bottom .content .left p {
    color: #dcdcdc;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    margin-top: 0;
    padding: 0 5px;
}

.bottom .content .left p a {
    font-size: 12px;
    color: #dcdcdc;
}

.bottom .content .left p a img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.bottom .content .right {
    display: none;
    position: absolute;
    top: 20px;
    right: 60px;
    text-align: center;
    width: 160px;
    margin: 5px auto;
    justify-content: space-between;
}

.bottom .content .right p {
    line-height: 28px;
    font-size: 14px;
    color: #dcdcdc;
}

.bottom .content .right li {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom .content .right li img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.bottom .content .right li span {
    margin-top: 0;
    text-align: center;
    color: #dcdcdc;
}

.contentBanner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    margin-top: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.contentBanner h2 {
    font-size: 24px;
    line-height: 20px;
    margin-top: 15px;
    font-family: "方正小标宋简体";
}

.contentBanner h2 span {
    color: #e91a2e;
}

.contentBanner h2 i {
    display: block;
    margin: 8px auto 0px;
    width: 30px;
    height: 10px;
    border-bottom: 1px solid #e91a2e;
}

.contentBanner p {
    font-size: 16px;
    line-height: 40px;
    margin-top: 0;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.companys .summary {
    margin: 50px 15px 0 15px;
}

.companys .speech {
    margin-top: 0;
    background: #f5f5f5;
    padding: 30px 15px;
}

.companys .speech .title {
    text-align: center;
    line-height: 70px;
    color: #444444;
    font-size: 24px;
    font-family: "方正小标宋简体";
    font-weight: bold;
}

.companys .speech .title span {
    color: #e91a2e;
}

.companys .delighter.speech .title,
.companys .delighter.speech .text {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.companys .delighter.started.speech .title,
.companys .delighter.started.speech .text {
    opacity: 1;
    transform: translateY(0);
}

.companys .organize {
    padding: 10px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companys .organize img {
    width: 100%!important;
    height: auto!important;
}

.companys .delighter.organize img {
    width: 90%;
    height: auto;
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.companys .delighter.started.organize img {
    opacity: 1;
    transform: translateY(0);
}

.companys .licence {
    /*margin-top: 50px;*/
	margin-top: 0px;
    background: #f5f5f5;
    padding: 30px 15px;
}

.companys .licence .title {
    text-align: center;
    line-height: 70px;
    color: #444444;
    font-size: 24px;
    font-family: "方正小标宋简体";
    font-weight: bold;
}

.companys .licence .title span {
    color: #e91a2e;
}

.companys .delighter.licence .title {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.companys .delighter.started.licence .title {
    opacity: 1;
    transform: translateY(0);
}

.companys .delighter.licence .swiper-container {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}
.companys .delighter.started.licence .swiper-container {
    opacity: 1;
    transform: translateY(0);
}

.companys .licence .licence-swiper {
    padding-bottom: 80px;
    display: none;
}

.companys .licence .swiper-container {
    swiper-navigation-size: 24px;
    swiper-theme-color: #e91a2e;
}

.companys .licence .licence-swiper .con .con-img {
    width: 100%;
    height: 180px;
    padding: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.companys .licence .licence-swiper .con .con-img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.companys .licence .licence-swiper .con p {
    padding: 0 5px 10px;
}

.companys .licence-swiper .swiper-button-prev:after,
.companys .licence-swiper .swiper-button-next:after {
    font-size: 26px !important;
} 

.companys .licence .licence-mobile-swiper .con .con-img {
    width: 100%;
    height: 180px;
    padding: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.companys .licence .licence-mobile-swiper .con .con-img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.companys .progress {
    margin-top: 0px;
    background: #F5F5F5;
    padding: 30px 15px 50px 15px;
}

.companys .progress .title {
    text-align: center;
    line-height: 70px;
    color: #444444;
    font-size: 24px;
    font-family: "方正小标宋简体";
    font-weight: bold;
}

.companys .progress .title span {
    color: #e91a2e;
}

.companys .delighter.progress .title {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.companys .delighter.started.progress .title {
    opacity: 1;
    transform: translateX(0);
}

.companys .progress .list {
    background: url(../img/index/pro-1.png) no-repeat left top;
    margin: 25px 0px 0px;
    padding-top: 25px;
}

.companys .progress .list ul {
    background: url(../img/index/pro-2.png) repeat-y left top;
    padding: 4% 0 0;
    overflow: hidden;
    margin-left: 3%;
}

.companys .progress .list ul li {
    width: 100%;
    float: left;
}

.companys .progress .list ul li .box {
    background: url(../img/index/pro-3.png) no-repeat;
    background-position: left 6px;
    padding: 0px 0px 0px 30px;
}

.companys .delighter.progress ul li .box{
    opacity: 0;
    transform: translateX(200px);
    transition: all .75s ease-out;
}

.companys .delighter.started.progress ul li .box{
    opacity: 1;
    transform: translateX(0);
}

.companys .progress .list ul .box .date {
    line-height: 26px;
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    text-align: left;
}

.companys .progress .list ul .box .text {
    padding: 10px 0px 0px;
    color: #666666;
    max-height: 48px;
    overflow: hidden;
}

.companys .progress .list ul .box .text dl {
    background-image: url(../img/index/arrow.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
    margin-bottom: 15px;
    display: none;
}

.companys .progress .list ul .box .text dl:first-child {
    display: block;
}

.companys .progress .list ul .box .btn {
    margin-top: 10px;
}

.companys .progress .list ul .box .btn .zk {
    color: #e91a2e;
}

.companys .progress .list ul .box .btn .sq {
    color: #666666;
}

.newsCen .action {
    padding: 30px 15px 30px 15px;
    /*background: url(../img/index/newsbg2.jpg) center top no-repeat;*/
    /*background-size: cover;*/
    background: #ffffff;
}

.newsCen .tithead {
    text-align: center;
    line-height: 128px;
    /*color: #444444;*/
    font-size: 24px;
    font-family: "方正小标宋简体";
}

.newsCen .delighter .tithead {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.newsCen .delighter.started .tithead {
    opacity: 1;
    transform: translateY(0);
}

.newsCen .action .actcontent {
    display: block;
    justify-content: space-between;
}

.newsCen .action .actcontent .left {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}

.newsCen .delighter.action .actcontent .left {
    opacity: 0;
    transform: translateX(-600px);
    transition: all .75s ease-out;
}

.newsCen .delighter.started.action .actcontent .left {
    opacity: 1;
    transform: translateX(0);
}

.newsCen .delighter .both {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.newsCen .delighter.started .both {
    opacity: 1;
    transform: translateY(0);
}

.newsCen .action .actcontent .right {
    width: 100%;
}

.newsCen .delighter.action .actcontent .right {
    opacity: 0;
    transform: translateX(600px);
    transition: all .75s ease-out;
}

.newsCen .delighter.started.action .actcontent .right {
    opacity: 1;
    transform: translateX(0);
}

.newsCen .action .actcontent .right li {
    display: flex;
    background: #ffffff;
}

.newsCen .action .actcontent .right li:first-child {
    margin-bottom: 10px;
}

.newsCen .action .actcontent .left .imgcon {
    width: 50%;
    height: 112px;
    overflow: hidden;
}

.newsCen .action .actcontent .left .imgcon img {
    display: block;
    width: auto;
    height: 100%;
}

.newsCen .action .actcontent .info {
    flex: 1;
    color: #666666;
	/*padding: 20px;*/
    padding: 15px 20px;
}

.newsCen .action .actcontent .text {
	/*margin: 20px 0;*/
    margin: 5px 0;
    color: #333333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsCen .action .actcontent .lookdetail {
    color: #e91a2e;
}

.newsCen .action .actcontent .right .imgcon {
    width: 50%;
    display: flex;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.newsCen .action .actcontent .right .imgcon img {
    width: 100%;
    height: 100%;
}

.newsCen .action .imgcon img {
    transition: all 0.5s ease-out;
}

.newsCen .more {
    padding: 38px 0px 64px;
    text-align: center;
}

.newsCen .more a {
    display: inline-block;
    width: 128px;
    line-height: 38px;
}

.newsCen .action .more a {
    color: #d81528;
    border: 1px solid #d81528;
}

.newsCen .notices {
    background: url(../img/index/newsbg1.jpg) center top no-repeat;
    background-size: cover;
    margin: 3% 0 3% 0;
}

.newsCen .notices .tithead {
    font-size: 24px;
    text-align: center;
    font-family: "方正小标宋简体";
    color: #ffffff;
	/*line-height: 128px;*/
    line-height: 103px;
    padding-top: 7px;
}

.newsCen .notices .both {
    display: block;
    padding: 10px 6%;
}

.newsCen .notices .both .bothli {
    width: 100%;
    padding: 0!important;
    border: 0!important;
    box-sizing: border-box;
}

.newsCen .notices .both .bothli:first-child {
    padding-right: 6%;
    border-right: 1px solid #b7474b;
}

.newsCen .notices .both .bothli:last-child {
    padding-left: 6%;
}

.newsCen .notices .both .sides .sidesli {
    display: flex;
    color: #ffffff;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
}

.newsCen .notices .both .sides .sidesli a {
    width: 80%;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsCen .notices .more a {
    color: #fff;
    border: 1px solid #fff;
}

.newsCen .notices .sidesli a,
.newsCen .notices .sidesli span {
    font-size: 15px;
}

.dynamics{
    background: #ffffff;
    margin-top: 15px;
}

.Newsmtjj .hd{
	width:auto;
	position:relative;
	float:none;
	height:65px;
	transform:translateY(100px);
	-webkit-transform:translateY(100px);
	opacity:0;
	transition:all 1s;
}

.Newsmtjj .hd li{
	margin-bottom:0; 
	float: left;
	padding-right: 15px;
	cursor:pointer;
	font-family:"方正小标宋简体";
	line-height:37px;
	color:#444444;
	font-size:24px;
}

.Newsmtjj .hd li i{
	display:block;
	width:25px;
	height:6px;
	border-bottom:1px solid #444444;
}

.Newsmtjj .hd li.on{
	color:#e91a2e;
}

.Newsmtjj .hd li.on i{
	border-bottom:1px solid #e91a2e;
}

.Newsmtjj .hd li .mores{
	font-size:14px;
	font-family:"微软雅黑";
	display:none;
	position:absolute;
	bottom:0px;
	left:auto;
	right: 0px;
	top: 0px;
	color:#e91a2e;
}

.Newsmtjj .hd li.on .mores{
	display:inline-block;
}

.Newsmtjj .bd{
	width:auto;
	float:none;
	transform:translateY(-100px);
	-webkit-transform:translateY(-100px);
	opacity:0;
	transition:all 1s 0.3s;
}

.Newsmtjj .bd ul{
	margin-left:-3%;
}

.Newsmtjj .bd li{
	width:47%;
	margin:0 0 3% 3%;
	float:left;
	background:#fafbfd;
}

.Newsmtjj .bd li .box{
	font-size: 12px;
	height: auto;
	position: relative;
	padding: 0 0px 10px 0px;
}

.Newsmtjj .bd li .box .img{
	position:static;
	left:0px;
	top:0px;
}

.Newsmtjj .bd li .box .img img{
	width:100%;
	height:120px;
}

.Newsmtjj .bd li .box .tit{
	margin: 0 2%;
	font-size:15px;
	line-height:32px;
	padding-top:3px;
	text-overflow:ellipsis;
	white-space:nowrap;
	*white-space:nowrap;
	overflow:hidden;
	width:96%;
}

.Newsmtjj .bd li .box .p{
	font-size:12px;
	line-height: 20px;
	height:40px;
	margin:0 2% 0px;
	overflow:hidden;
	color:#888888;
}

.Newsmtjj .bd li .box .date{
	color:#777777;
	margin: 0 2%;
	height: 24px;
}

.Newsmtjj .bd li .box a.mores{
	float:right;
	color:#777777;
}

.Newsmtjj .bd li .box a:hover.mores{
	color:#e91a2e;
}

.anm.Newsmtjj .hd{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
}

.anm.Newsmtjj .bd{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
}

.newsCen .statute {
    margin-top: 5%;
    /*padding: 30px 15px 30px 15px;*/
    background: url(../img/index/zcfgbg.jpg) center top no-repeat;
    background-size: cover;
}
.newsCen .statute .content {
    padding: 0 6%;
    color: #ffffff;
    background: rgba(166,36,41,0.9);
}

.newsCen .statute .both .bothli {
    width: 100%;
    padding: 0!important;
    border: 0!important;
    box-sizing: border-box;
}

.newsCen .statute .both .bothli:first-child .sidesli {
    padding-right: 12%;
}
.newsCen .statute .sidesli {
    padding: 0!important;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    display: flex;
    justify-content: space-between;
}
.newsCen .statute .sidesli a {
    background: url(../img/index/dot2.png) 0px center no-repeat;
    padding-left: 13px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /*font-size: 18px;*/
	font-size: 15px;
    width: 65%;
}

.newsCen .statute .more a {
    /*color: #d81528;*/
    /*border: 1px solid #d81528;*/
    color: #ffffff;
    border: 1px solid #ffffff;
}
.newsCen .statute .sidesli span {
    font-size: 15px;
}

.busiCon .tithead {
    text-align: center;
    line-height: 96px;
    padding-top: 20px;
    color: #444444;
    font-size: 24px;
    font-family: "方正小标宋简体";
    font-weight: bold;
}
.busiCon .swiper-father {
    padding: 15px;
}
.busiCon .box {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}
.busiCon .box img {
    width: auto;
    height: 100%;
}
.busiCon .box .shadow {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}
.busiCon .list{
    width:100%;
    box-sizing: border-box;
    padding: 0 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
    margin-bottom: 20px;
}

.busiCon .list li{
	width:100%;
	height:166px;
	background:#f4f3f3;
	margin-top:32px
}
.busiCon .delighter.list  li {
    opacity: 0;
    transform: translateY(200%);
    transition: all 1s ease-out;
}
.busiCon .delighter.started.list  li {
    opacity: 1;
    transform: translateY(0);
}
.busiCon .list li a{
	display:flex;
	flex-direction: row;
	align-items: center;
	width:100%;
	height:100%
}
.busiCon .list li img{
	width:60px;
	margin-left: 30px;
}
.busiCon .list li .icon{
	display:block;
}
.busiCon .list li .icon-ed{
	display:none;
}
.busiCon .list li a:hover .icon{
    display:none;
}
.busiCon .list li a:hover  .icon-ed{
    display:block;
}
.busiCon .list li .tit{
	flex: 1;
	padding: 0 30px;
	height: 100%;
}
.busiCon .list li .tit h3{
	font-size:16px;
	color:#000000;
	font-weight:normal;
	padding-top:55px
}
.busiCon .list .tit p{ 
    font-size:13px; 
    color:#8d8d8d; 
    margin-top:10px; 
    text-align:justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.busiCon .list li:hover{
	background:url(../img/index/g_19.png) center center no-repeat;
	background-size:cover
}
.busiCon .list li:hover span{
	background:url(g_12.png) right center no-repeat
}
.busiCon .list li:hover .tit h3{
	color:#fff
}
.busiCon .list li:hover .tit p{
	color:#fff
}
.busiCon .thumbs-img {
    margin-top: 10px;
    height: 50px;
}
.busiCon .thumbs-img img {
    width: auto;
    height: 100%;
}

.party .party-swiper {
    box-sizing: border-box;
    margin: 0 10px;
    background: #F5F5F5;
}
.party .party-swiper .swiper-container {
    --swiper-theme-color: #e91a2e;
}
.party .party-swiper .swiper-slide {
    background: none;
}
.party .party-swiper .swiper-content {
    display: block;
    background: #ffffff;
    padding-bottom: 15px;
    width: 100%;
}
.party .party-swiper .img-con {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.party .party-swiper .swiper-slide .img-con img {
    width: 100%;
    height: auto;
}
.party .img-con img {
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.party .party-swiper .info {
    width: 100%;
    line-height: 30px;
    color: #777777;
    padding: 0 10px;
    text-align: left;
}
.party .party-swiper .info .title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px 5px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.party .party-swiper .info .date {
    color: #e91a2e;
    padding-bottom: 8px;
}
.party .party-swiper .info .text {
    margin-bottom: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.party .party-swiper .info .detail {
    display: block;
    color: #fff;
    text-align: center;
    width: 106px;
    line-height: 34px;
    background: #e91a2e;
    border-radius: 16px;
}

.party .build {
    display: block;
    background: #ffffff;
    margin: 10px;
    padding: 10px;
}

.party .build .title {
    line-height: 41px;
    font-size: 18px;
    font-family: "方正小标宋简体";
    margin-bottom: 0;
}

.party .delighter.build {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.party .delighter.started.build {
    opacity: 1;
    transform: translateY(0);
}

.party .build .title img {
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px;
}

.party .build-li {
    width: 100%;
    border: 0!important;
    padding: 0!important;
    box-sizing: border-box;
}

.party .build-li:first-child {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.party .build-li:last-child {
    padding-left: 20px;
}

.party .build-li .top-ul {
    display: flex;
    justify-content: space-between;
}

.party .build-li .top-ul .info-li {
    width: 48.5%;
}

.party .build-li .top-ul .info-li .img-con {
    height: 90px;
    width: 100%;
    overflow: hidden;
}

.party .build-li .top-ul .info-li .img-con img {
    width: auto;
    height: 100%;
}

.party .build-li .top-ul .info-li .info .title {
    color: #333333;
    margin-bottom: 0;
    line-height: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

.party .build-li .top-ul .info-li .info .date {
    color: #e91a2e;
    padding-bottom: 3px;
}

.party .build-li .top-ul .info-li .info .text {
    color: #888888;
    overflow: hidden;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.party .build-li .ul .li {
    margin-bottom: 10px;
}

.party .build-li .ul .li .li-title {
    color: #333333;
    line-height: 45px;
    background: url(../img/index/dot2.gif) 0px center no-repeat;
    padding-left: 20px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 92%;
    cursor: pointer;
}

.party .build-li .ul .li .li-text {
    line-height: 23px;
    color: #888888;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.party .supervise {
    display: block;
    margin: 30px 10px;
    box-shadow: 0 0 18px #ccc;
}
.party .supervise .left {
    width: 100%;
    padding: 15px 10px;
    background: #F5F5F5;
    box-sizing: border-box;
}

.party .delighter.supervise .left{
    opacity: 0;
    transform: translateX(-100%);
    transition: all .75s ease-out;
}

.party .delighter.started.supervise .left {
    opacity: 1;
    transform: translateX(0);
}

.party .supervise .left .tithead {
    display: flex;
    justify-content: space-between;
}
.party .supervise .left .tithead h2 {
    font-size: 24px;
    font-family: "方正小标宋简体";
    font-weight: normal;
    color: #444444;
}
.party .supervise .left .tithead h2 img {
    margin-right: 15px;
}
.party .supervise .left .list li {
    margin-top: 20px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    height: 120px;
}
.party .supervise .left .list li .img-con {
    width: 25%;
    height: 80px;
    margin-left: 10px;
    line-height: 0;
    overflow: hidden;
}
.party .supervise .left .list li .img-con img {
    width: auto;
    height: 100%;
}

.party .supervise .left .list li .info {
    flex: 1;
    padding: 10px 15px;
}
.party .supervise .left .list li .info .title {
    color: #333333;
    display: block;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.party .supervise .left .list li .info .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.party .supervise .right {
    width: 100%;
}
.party .delighter.supervise .right {
    opacity: 0;
    transform: translateX(100%);
    transition: all .75s ease-out;
}
.party .delighter.started.supervise .right {
    opacity: 1;
    transform: translateX(0);
}
.party .supervise .right a {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    line-height: 0;
    overflow: hidden;
}
.party .supervise .right a img {
    width: 100%;
    height: auto;
}
.party .supervise .right a .text {
    z-index: 2;
    padding: 13px 0px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.party .supervise .right a .text .big-title {
    margin-left: 20px;
    line-height: 29px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.party .supervise .right a .text .p {
    line-height: 30px;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
}

.party .union {
    padding: 10px;
    background: url(../img/index/workbg.jpg) center top no-repeat;
    background-size: cover;
}
.party .union .titheads {
    text-align: center;
    padding-top: 25px;
    height: 34px;
    color: #4d4d4d;
    font-size: 24px;
    font-family: "方正小标宋简体";
}
.party .delighter.union .titheads {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}
.party .delighter.started.union .titheads {
    opacity: 1;
    transform: translateY(0);
}
.party .union .union-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.party .delighter.union .union-list {
    opacity: 0.5;
    transform: translateY(200px);
    transition: all .75s ease-out;
}
.party .delighter.started.union .union-list {
    opacity: 1;
    transform: translateY(0);
}
.party .union .union-list li {
    background: #ffffff;
    width: 49%;
    margin-bottom: 15px;
    margin-right: 3.5%;
}
.party .union .union-list li:nth-child(2n-1) {
    margin-right: 2%;
}
.party .union .union-list li:nth-child(2n) {
    margin-right: 0;
}
.party .union .union-list li .img-con {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.party .union .union-list li .img-con img {
    width: 100%;
    height: auto;
}
.party .union .union-list li .info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
}
.party .union .union-list li .info .title {
    display: block;
    padding: 15px 0px 0px 0;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.party .union .union-list li .info .date {
    color: #e91a2e;
    padding-bottom: 2px;
}
.party .union .union-list li .info .text {
    padding: 10px 0 0 0;
    color: #888888;
    overflow: hidden;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.party .more {
    padding: 38px 0px 64px;
    text-align: center;
}

.party .more a {
    display: inline-block;
    width: 200px;
    line-height: 48px;
    background: #e91a2e;
    color: #ffffff;
}

.party .party-swiper .swiper-container-horizontal>.swiper-pagination-bullets{
    top: 125px;
}

.culture .activity {
    margin-top: 30px;
    padding: 0 10px 30px 10px;
    background: url(../img/index/shzrbg.jpg)no-repeat;
    background-size: 100% 100%;
}

.culture .activity .list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.culture .activity li {
    width: 48.5%;
    background: #ffffff;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 20px;
}
.culture .delighter.activity li:nth-child(1) {
    opacity: 0;
    transform: translate(103%,167px);
    transition: all .75s ease-out;
}
.culture .delighter.started.activity li:nth-child(1) {
    opacity: 1;
    transform: translate(0,0);
}
.culture .delighter.activity li:nth-child(2) {
    opacity: 0;
    transform: translate(103%,167px);
    transition: all .75s ease-out;
}
.culture .delighter.started.activity li:nth-child(2){
    opacity: 1;
    transform: translate(0,0);
}
.culture .delighter.activity li:nth-child(3) {
    opacity: 0;
    transform: translate(103%,167px);
    transition: all .75s ease-out;
}
.culture .delighter.started.activity li:nth-child(3) {
    opacity: 1;
    transform: translate(0,0);
}
.culture .delighter.activity li:nth-child(4) {
    opacity: 0;
    transform: translate(103%,167px);
    transition: all .75s ease-out;
}
.culture .delighter.started.activity li:nth-child(4) {
    opacity: 1;
    transform: translate(0,0);
}

.culture .activity li .title {
    line-height: 28px;
    color: #444444;
    margin-bottom: 19px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.culture .activity li .text {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #888888;
    margin: 16px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.culture .activity .more {
    padding: 50px 0px 30px;
    text-align: center;
}
.culture .activity .more a {
    display: inline-block;
    width: 200px;
    line-height: 48px;
    background: #e91a2e;
    color: #ffffff;
}

.culture .emp {
    margin: 20px 0 0;
    padding: 0 10px 10px;
    background: #ffffff;
}

.culture .tithead {
    text-align: center;
    line-height: 96px;
    padding-top: 20px;
    color: #444444;
    font-size: 24px;
    font-family: "方正小标宋简体";
    font-weight: bold;
}
.culture .delighter .tithead {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}
.culture .delighter.started .tithead {
    opacity: 1;
    transform: translateY(0);
}

.culture .emp .swiper-container {
    swiper-navigation-size: 24px;
    swiper-theme-color: #e91a2e;
}
.culture .delighter.emp .swiper-container {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}
.culture .delighter.started.emp .swiper-container{
    opacity: 1;
    transform: translateY(0);
}
.culture .emp .swiper-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.culture .emp .swiper-content li {
    width: 48%;
    margin-top: 10px;
    margin-right: 2%;
}
.culture .emp .swiper-content li:nth-child(1) {
    margin-top: 0;
}
.culture .emp .swiper-content li:nth-child(2) {
    margin-top: 0;
}
.culture .emp .swiper-content li:nth-child(4n) {
    margin-right: 0;
}
.culture .emp .swiper-content li a {
    display: inline-block;
    width: 100%;
}
.culture .emp .swiper-content li a .img-con {
    height: 120px;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    line-height: 0;
    overflow: hidden;
}
.culture .emp .swiper-content li a .img-con img {
    width: auto;
    height: 100%;
    transition: all .5s ease-out;
}
.culture .emp .swiper-content li a .text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
    height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}


.culture .image {
    margin: 20px 0 0;
    /*padding: 0 10px 10px;*/
	padding: 10px;
    background: #ffffff;
}
.culture .image .box {
    margin-top: 20px;
    display: block;
    justify-content: space-between;
}
.culture .image .box .img-con {
    width: 100%;
    height: 180px;
    margin-right: 0;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.culture .delighter.image .box .img-con {
    opacity: 0;
    transform: translateX(-200%);
    transition: all .75s ease-out;
}
.culture .delighter.started.image .box .img-con {
    opacity: 1;
    transform: translateX(0);
}
.culture .image .box .img-con img {
    width: 100%;
    height: 100%;
}
.culture .image .box .list {
    width: 100%;
}
.culture .delighter.image .box .list {
    opacity: 0;
    transform: translateX(200%);
    transition: all .75s ease-out;
}
.culture .delighter.started.image .box .list {
    opacity: 1;
    transform: translateX(0);
}
.culture .image .box .list li {
    background: #ffffff;
    padding: 0;
    margin-bottom: 10px;
}
.culture .image .box .list li a {
    width: 100%;
    display: block;
    overflow: hidden;
}
.culture .image .box .list li a .img {
    width: 35%;
    float: left;
    height: 70px;
    overflow: hidden;
}
.culture .image .box .list li a .img img {
    width: auto;
    height: 100%;
}
.culture .image .box .list li a .info {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.culture .image .box .list li a .info .title {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.culture .image .box .list li a .info .text {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.culture .honor {
    margin: 20px 0 0;
    padding: 0 10px 10px;
    background: #ffffff;
}
.culture .honor .licence-swiper{
    padding-bottom: 80px;
    display: none;
}
.culture .honor .swiper-container{
    swiper-navigation-size: 24px;
    swiper-theme-color: #e91a2e;
}

.culture .delighter.honor .swiper-container {
    opacity: 0;
    transform: translateY(200px);
    transition: all .75s ease-out;
}

.culture .delighter.started.honor .swiper-container {
    opacity: 1;
    transform: translateY(0);
}

.culture .honor .licence-swiper .con p{
    padding: 0 5px 10px;
}

.culture .honor .licence-swiper .con .con-img,
.culture .honor .licence-mobile-swiper .con .con-img{
    width: 100%;
    height: 180px;
    padding: 9px;
    background: #fff;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.culture .honor .licence-swiper .con .con-img img,
.culture .honor .licence-mobile-swiper .con .con-img img{
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.culture .licence-swiper .swiper-button-prev:after,
.culture .licence-swiper .swiper-button-next:after{
    font-size: 26px !important;
} 

.contact {
    margin: 0 10px 10px 10px;
    padding: 0 10px 10px 10px;
    background: #ffffff;
}
.contact .contentBanner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    background: url(../img/index/contact/bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.Menu {
    margin-top: 20px;
    box-shadow: none;
}
.Menu-title {
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    background: #b30506;
}
.Menu-title a {
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Menu-title a i {
    margin: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
}

.contain {
    display: none;
    border: 1px solid #b30506;
    justify-content: center;
}
.contain li {
    display: flex;
    align-items: center;
}
.contain li a {
    width: 100%;
    display: flex;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 10px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.contain li a i {
    width: 0;
    height: 0;
    margin: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #ffffff;
}
.contain li.on a {
    background: none;
    color: #b30506;
}

.small-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
    background: none;
}
.small-title h2 {
    line-height: 45px;
    font-size: 25px;
    color: #e91a2e;
    font-family: "方正小标宋简体";
}
.small-title h2 i {
    display: block;
    margin: 0px auto;
    width: 30px;
    height: 5px;
    border-bottom: 1px solid #ccc;
}

.navtab {
    background: url(../img/index/contact/boxbg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 10px 30px 10px;
}

.contact .map {
    flex: 1;
    border: #ccc solid 1px;
    margin: 0px auto;
    height: 300px;
}

.contact .navtab .line-1{
    border: 1px solid #e4e4e4;
    background: #fafafa;
    padding: 4px;
}
.contact .navtab .line-2 {
    border: 1px solid #e1e1e1;
    background: url(../img/index/contact/line-2-bg.jpg) no-repeat;
    padding: 4px;
}

.contact .contactBox {
    border: 1px solid #ececec;
    display: block;
}

.contact .contactBox .company {
    background: #f5f5f5;
    height: 514px;
    background-size: cover;
    color: #666;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px 0 10px;
    border-radius: 5px;
    font-size: 16px;
}
.contact .contactBox .company .logo {
    width: 55%;
    padding-bottom: 4%;
}
.contact .contactBox .company p {
    padding-bottom: 7%;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
}
.contact .contactBox .company p img {
    display: inline-block;
    width: 20px;
    line-height: 30px;
    margin: 5px 10px 0 0;
}
.contact .contactBox .company .rwm {
    padding-top: 30px;
    border-top: 1px solid #ededed;
    display: flex;
}
.contact .contactBox .company .rwm .rwm-con {
    width: 80px;
    height: 80px;
    border: 1px solid #dcdcdc;
    margin-right: 20px;
}
.contact .contactBox .company .rwm .rwm-con img {
    width: 100%;
    height: 100%;
}

.contact .contactBox .suggest {
    width: 100%;
    padding: 5%;
    flex: 1;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}
.contact .contactBox .suggest .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    right: -1px;
    background: url(../img/index/contact/arr6.jpg) no-repeat;
}
.contact .contactBox .suggest .form {
    display: flex;
    flex-wrap: wrap;
}
.contact .contactBox .suggest .form dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact .contactBox .suggest .form .wd48 {
    width: 100%;
    margin-right: 0!important;
}
.contact .contactBox .suggest .form .wd48:nth-child(2n-1) {
    margin-right: 3%;
}
.contact .contactBox .suggest .form .wd100 {
    width: 100%;
}

.contact .contactBox .suggest .form dt {
    width: 80px;
    font-size: 16px;
    color: #666;
    line-height: 50px;
}

.contact .contactBox .suggest .form dd {
    flex: 1;
}

.contact .contactBox .suggest .form .input {
    border: 1px solid #ececec;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 1.5em;
}
.contact .contactBox .suggest .form .textarea {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    border: 1px solid #ececec;
    padding: 10px;
}

.contact .contactBox .suggest .form .btn {
    padding-top: 41px;
    margin-top: 15px;
}

.contact .contactBox .suggest .form .sentbtn {
    margin-left: 80px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    width: 120px;
    height: 35px;
    font-size: 14px;
    background: #e71a2f;
}
.contact .reports {
    height: 408px;
    padding: 40px;
    background: url(../img/index/contact/report.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.contact .reports .supervise {
    position: relative;
}
.contact .reports .supervise .supervise-icon {
    max-width: 100%;
    display: inline-block;
    width: 300px;
}
.contact .reports .supervise dl {
    position: static;
    left: 212px;
    bottom: 15px;
    width: auto;
    margin: 20px 0 0;
}
.contact .reports .supervise dd {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.contact .reports .supervise dd:first-child {
    margin-right: 6%;
}
.contact .reports .supervise dd .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
}
.contact .reports .supervise dd span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #0054a7;
    padding: 8px 0px 8px 82px;
}

.recruit .contentBanner {
    height: 100px;
    background: url(../img/index/contact/recruit_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.recruit .strategy {
    position: relative;
}
.recruit .strategy .pic {
    width: 100%;
}
.recruit .strategy .pic img {
    display: block;
    width: 100%;
}
.recruit .strategy .txt {
    width: 100%;
    position: static;
    top: 8%;
    bottom: 8%;
    right: 0;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.recruit .strategy .txt .con {
    padding: 5%;
    font-size: 16px;
    line-height: 32px;
    color: #808080;
    box-sizing: border-box;
    text-indent: 2em;
}
.recruit .employ .list {
    padding-bottom: 3%;
}
.recruit .employ .list li {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-around;
}
.recruit .employ .list li.First {
    border-bottom: none;
}
.recruit .employ .list li .title {
    display: block;
    flex: 1;
    background: #fff;
    text-align: center;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    line-height: 60px;
    height: 60px;
}
.recruit .employ .list li.First .title {
    color: #fff;
    height: 70px;
    line-height: 70px;
    background: #8d9cab;
}
.recruit .employ .list li .title:first-child {
    text-align: left;
    text-indent: 2em;
}
.recruit .system .list,
.recruit .train .list {
    padding-bottom: 3%;
}
.recruit .system .list li,
.recruit .train .list li {
    display: flex;
    justify-content: space-between;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    border-bottom: 1px dotted #d9d9d9;
    padding-left: 0px;
    background: url(../img/recruit/dot2.gif) no-repeat left center;
}
.recruit .system .list li a,
.recruit .train .list li a {
    flex: 1;
    font-size: 18px;
    color: #808080;
    padding-right: 15px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.recruit .system .list li .date,
.recruit .train .list li .date {
    font-size: 16px;
    font-family: Arial;
    color: #b2b2b2;
}

.container .webmap-locate {
    width: 100%;
    padding: 15px;
    margin-top: 35px;
    background: url(../img/index/locate-bj.jpg) center center no-repeat;
    overflow: hidden;
}
.container .webmap-locate .webmap-locate-container {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
.container .webmap-locate .webmap-locate-container h2 {
    float: none;
    font-size: 26px;
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    color: #c51d3e;
    font-weight: bold;
}
.container .webmap-locate .webmap-locate-container .webmap-location {
    float: left;
    margin-left: 0;
    padding: 5px 0 5px 20px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    background: url(../img/index/locate.png) 0 10px no-repeat;
}
.container .webmap-locate .webmap-locate-container .webmap-location a {
    font-size: 14px;
    color: #999999;
}
.container .webmap-main {
    margin: 20px auto;
    padding: 0 15px;
}
.container .webmap-main .webmap-sitemap {
    height: auto !important;
    min-height: 400px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.container .webmap-main .webmap-sitemap h2 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}
.container .webmap-main .webmap-sitemap h2 a {
    color: #c61e3f;
}
.container .webmap-main .webmap-sitemap ul {
    overflow: hidden;
    padding: 10px 0;
}
.container .webmap-main .webmap-sitemap ul li {
    float: left;
    width: 50%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.container .webmap-main .webmap-sitemap ul li a {
    display: block;
    background: #f5f5f5;
    margin: 0 10px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-lists .list {
    padding: 10px;
}
.news-lists .list li {
    background: url(../img/index/dot2.gif)0px center no-repeat;
    overflow: hidden;
    height: 40px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-lists .list li a {
    display: block;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex: 1;
}
.news-lists .list li span {
    margin-left: 5px;
    color: #888888;
}

.news-details {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}
.news-details .title {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    font-weight: normal;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-details .time-source {
    margin: 10px auto 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.news-details .title-h3 {
    color: #999999;
    font-weight: normal;
    padding: 10px 10px 10px;
    text-align: center;
    line-height: 25px;
    padding: 0 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-details .time-source span {
    padding: 0 5px;
    font-size: 12px;
    color: #A6A6A6;
}
.news-details .content {
    box-sizing: border-box;
    margin: 0 10px;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}
.news-details .prevnextbox {
    margin: 20px 10px 0;
}
.news-details .enclosure {
    margin: 20px 10px 0;
}
.news-details .prevnextbox li {
    padding: 2px 0;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 99%;
}

.news-details .content img {
    width: 100%!important;
}

.video-details {
    margin-top: 50px;
}

.video-details .content{
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
}
.video-details .content .video{
    padding: 3% 2%;
    text-align: center;
}
.video-details .content .video video{
    width: 100%;
}

.paginations {
    padding: 0px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    color: #555;
    clear: both;
    margin-bottom: 10px;
    line-height: 30px;
}
.paginations .pagination li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 25px;
    border: 1px solid #ebebeb;
    color: #898989;
}
.paginations .pagination .active {
    background: #e91a2e;
    color: #fff;
}

.delighter.po{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px!important;
    height: 100px!important;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0;
    cursor: pointer;
    transition: all .75s ease-out;
}

.delighter.started.po{
    top: 50%;
    opacity: 1;
}


.delighter.right {
    width: 77%;
    height: 450px;
    opacity: 0;
    transform: translateX(200%);
    transition: all .75s ease-out;
}

.delighter.started.right{
    opacity: 1;
    transform: translateX(0);
}

.Height_118 {
    height: 0;
}

.container .shadow {
    height: 15px;
    background: url(../img/index/shadow.png);
    z-index: 100;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    bottom: 10px;
    left: 0;
    width: 100%;
}