.icona dt li {
    display: inline-block;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: top;
}

.icona dt li a {
    display: block;
}

.icona dt li a.pic {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icona dt li img {
    max-width: 100%;
    max-height: 100%;
}

.icona dt li.cur {
    font-weight: bold;
    border-bottom: 2px solid #00a2ea;
}

.icona dd ul {
    display: none;
}

.icona dd li {
    width: 24.5%;
    height: 345px;
    margin: 10px 0 0 0.6%;
}

.icona dd li .pic{
    width: 100%;
    height: 100%;
}

.icona dd li img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.posi {
    position: relative;
}

.ov {
    overflow: hidden;
}

.fl {
    float: left;
}

.icona dd li:nth-child(1) {
    height: 700px;
    margin-left: 0;
}

.icona dd li:nth-child(4) {
    float: right;
    height: 700px;
}

.icona dd li:nth-child(5) {
    width: 49.5%;
}

.icona dd li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.icona dd li .t {
    left: 0;
    bottom: 10px;
}

.icona dd li:nth-child(1) .t,
.icona dd li:nth-child(4) .t {
    bottom: 130px;
}

.icona dd li:nth-child(5) .t {
    left: -80px;
    bottom: 150px;
}

.hop {
    color: #0079af;
}

.icona dd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.on {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    background-color: white !important;
    color: black;
}

.icona dd li:before,
.icona dd li abbr {
    z-index: 2;
}

.w {
    width: 100%;
    
}

.fff {
    color: #fff;
}

.cen {
    text-align: center;
}

.ab {
    position: absolute;
}

.wrap {
    max-width: 92%;
    width: 1400px;
    margin: 0 auto;
}

.icona dd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.icona dd li:before,
.icona dd li .t2,
.icona dd li:hover .t {
    display: none;
}

.font16 {
    font-size: 16px;
}

.icona dd li .m {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	margin-top: 0.2rem;
}

.cen {
    text-align: center;
}

.icona dd li .t2 {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.icona dd li .t2 .mt10{
	font-size: 20px;
}

.over {
    transition: 0.3s linear all;
}

/* .mt10 {
    margin-top: 0.5rem;
} */

.font24 {
    font-size: 1.2rem;
}

.mt20 {
    margin-top: 1.5rem;
}

.icona dd li:before,
.icona dd li .t2,
.icona dd li:hover .t {
    display: none;
}

.icona dd li:hover .t2,
.icona dd li:hover:before {
    display: block;
}

.iconb abbr {
    top: 30%;
    right: 10%;
}

.iconb abbr .l {
    width: 120px;
    height: 5px;
    background: #00a2ea;
}

.iconb abbr a {
    display: block;
    width: 170px;
    line-height: 40px;
    border: 1px solid #fff;
}

.iconb abbr a:hover {
    border-color: #00a2ea;
    background: #00a2ea;
}

.iconc li {
    float: left;
    width: 14%;
    border-right: 1px solid #eee;
}

.iconc li:nth-child(7n) {
    border: none;
}

.iconc li img {
    width: 100%;
    -moz-opacity: 0.1;
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.iconc li:hover img {
    -moz-opacity: 1;
    opacity: 1;
    filter: none;
}

.icondbg {
    height: 780px;
    background: url(../image/icond.jpg) center no-repeat;
}

.icond {
    /*height:530px;*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.icond dt {
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.icond dt li {
    float: left;
    width: 25%;
    position: relative;
    margin-left: -1px;
    border-left: 1px solid #eee;
    cursor: pointer;
}

.icond dt li.cur {
    color: #fff;
    background: #00a2ea;
}

.icond dd {
    width: 96%;
    padding: 30px 2%;
}

.icond dd dl {
    display: none;
    padding-bottom: 30px;
}

.icond dd dl .m {
    right: 0;
    bottom: 0px;
}

.icond dd .a li {
    float: left;
    width: 24%;
    margin: 0 1.3% 0 0;
    padding-bottom: 10px;
    background: #f3f3f3;
}

.icond dd .a li a {
    display: block;
}

.icond dd .a li img {
    height: 250px;
}

.icond dd .a li p {
    padding: 0 10px;
}

.icond dd .a li:nth-child(4n) {
    margin-right: 0;
}

.icond li:hover img,
.icond .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.icond dd .bb {
    padding-bottom: 70px;
}

.icond dd .bb:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.icond dd .bb .btnbg {
    bottom: 0px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
}

.icond dd .bb .btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background: #ccc;
}

.icond dd .bb .btn i {
    top: 5px;
}

.icond dd .bb .btn.swiper-button-disabled {
    background: #ddd;
}

.icond dd .b abbr {
    left: 0;
    bottom: 0;
    padding: 5px 0;
    background: rgba(0, 0, 0, .6);
}

.icond dd .b img {
    height: 320px;
}

.icond dd .c abbr.bg {
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.icond dd .c abbr.t {
    left: 10%;
    bottom: 30px;
    width: 80%;
}

.icond dd .c img {
    height: 320px;
}

.icond dd .d ul.fl {
    width: 50%;
    height: 380px;
}

.icond dd .d ul.fr {
    width: 48%;
}

.icond dd .d li {
    float: left;
    width: 32%;
    margin: 0 2% 10px 0;
}

.icond dd .d li img {
    height: 150px;
}

.icond dd .d li a {
    display: block;
}

.icond dd .d li:nth-child(3n) {
    margin-right: 0;
}

.icone li {
    display: inline-block;
    width: 300px;
}

.icone li img {
    padding-right: 15px;
}

.icone li p {
    text-align: left;
}

.icona dt li.cur {
    font-weight: bold;
    border-bottom: 2px solid #00a2ea;
}

.icona dt li {
    display: inline-block;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: top;
	border-bottom: 2px solid #fff;
}

.icona dt li a.pic {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icona dt li img {
    max-width: 100%;
    max-height: 100%;
}

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
}

.wrapin {
    width: 100%;
    margin: 0 auto;
	padding: 0 5%;
}

.wrap .cont {
    display: none;
}

.wrap .cont.cur {
    display: block;
}


/* 新闻 */


/*首页切换新闻*/

#container {
    margin: 20px auto 0;
    width: 80%;
}

#wrap {
    position: relative;
    overflow: hidden;
}

#wrap .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    z-index: 3;
}

#wrap .hd ul {
    text-align: center;
}

#wrap .hd ul li {
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    width: 12px;
    height: 12px;
    background: #ddd;
    line-height: 999px;
    cursor: pointer;
    zoom: 1;
    transition: all ease 0.3s;
    border-radius: 50px;
}

#wrap .hd ul .on {
    background: #666;
    width: 20px;
}

.thumb_news_index {
    margin-bottom: 10px;
}

.thumb_news_index ol {
    width: 50%;
    float: left;
    /* height: 120px; */
    padding: 10px 0;
    margin-bottom: 20px;
}

.thumb_news_index ol dt {
    width: 30%;
    height: 120px;
    float: left;
}

.thumb_news_index ol dd {
    float: right;
    width: 70%;
    padding: 0 10px;
}

.thumb_news_index ol dd a.tni_t {
    font-weight: normal;
    font-size: 16px;
    display: block;
    width: 400px;
}

.thumb_news_index ol dd em {
    font-size: 13px;
    font-style: normal;
    color: #999;
}

.slide-ul li h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.slide-ul li {
    /* display: inline;
    float: left;
    width: 1440px !important;
    height: 350px;
    overflow: hidden;
    line-height: 24px; */
}

.wrap p {
    /* line-height: 24px !important; */
}

.thumb_news_index ol img {
    width: 100%;
    height: 120px;
}

.thumb_news_index ol {
    width: 50%;
    float: left;
    /* height: 120px; */
    padding: 10px 2px;
    margin-bottom: 20px;
}

.slide-ul a {
    color: #1a1a1a;
    margin-right: 10px;
    line-height: 25px;
}

.slide-ul li p span {
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 30px;
}


/* 首页合作 */

.ne1 .tt {
    text-align: center;
    margin: 0.6rem 0;
    font-size: 36px;
}

.ne1 .tc {
    text-align: justify;
    line-height: 1.8;
    color: #666;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.ne1 .tc5 .ul1 li {
    width: 18%;
    float: left;
    background: #fff;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 0.5rem;
    -moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
	text-align: center;
}
.ne1 .tc5 .ul1 li img{
	/* height: 110px; */
	display: inline-block;
}


.box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.swiper-pagination {
    bottom: -5px !important;
}


@media screen and (max-width: 1780px) {
    /* .wrapin {
		max-width: 92%;
		margin: 0 auto;
	} */
	/* .wrap .cont.cur {
		display: block;
		width: 83%;
		margin: 0 auto;
	} */
}



