﻿/* public */

@font-face {
    font-family: 'iconfont';
    src: url('./iconfont/iconfont.woff2?t=1628300690799') format('woff2'), url('./iconfont/iconfont.woff?t=1628300690799') format('woff'), url('./iconfont.ttf?t=1628300690799') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1226px;
    background: #fff;
    /* font-family: Roboto, "Helvetica Neue", Arial, Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; */
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

ul,
li {
    list-style: none;
    position: relative;
}

dd,
input,
ul,
li,
p,
h2,
div {
    padding: 0;
    margin: 0;
}


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



/* 导航栏 */
.mor_home {

    background: #fff;
}

.home_top .wrap {
    width: 1226px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
}
.home_top .wrap .home_top_logo {
    width: 220px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.home_top .wrap .home_top_logo img {
    height: 49px;
    width: 222px;
}


/* 搜索框 */

.home_top .search_wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_top .search_wrapper .input-group {
    width: 480px;
}

.home_top .search_wrapper .input-group-search {
    width: 400px;
}

.form-control {
    border: 2px solid #3366cc;
 
}


/* 去掉input聚焦效果 */

.form-control:focus {
    box-shadow: none;
    border-color: #36c;
}

.btn {
    outline: none;
    border: 1px solid #36c;

    background: #36c;
    padding: 0 12px;
}

.btn:focus {
    box-shadow: none;
}

.icon-search {
    color: white;
    font-size: 22px;
    margin: 0 10px;
}

.home_top .cz {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8%;
	}

.toggle-button-cover
{
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}

.button-cover
{
    /* height: 100px; */
    /* margin: 20px; */
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before
{
    /* counter-increment: button-counter; */
    /* content: counter(button-counter); */
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button
{
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r, .button.r .layer
{
    border-radius: 100px;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before
{
    content: '中';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before
{
    content: '英';
    left: 42px;
    background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer
{
    transition: 0.3s ease all;
}

/* right>电话+标语 */

.mor_home .home_top .hotline {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hotline .hotline-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.hotline .hotline-content .top {
    display: flex;
    align-items: center;
}

.hotline .icon-dianhua {
    font-size: 28px;
    font-weight: 600;
    color: #AFAFAF;
    margin-right: 5px;
}

.hotline .hotline_phone {
    font-size: 22px;
    font-weight: bold;
    color: #517bd6;
}

.mor_home .home_top .hotline .hotline_intro {
    font-size: 14px;
    color: #AFAFAF;
    text-align: right;
    letter-spacing: 1px;
}

/* 菜单栏 */
.bg-gray {
    display: flex;
    width: 1226px;
    margin: 0 auto;
    padding: 0;
    background: #36c;
    height: 39px;
    align-items: center;
}

.nav-wrapper {
    display: flex;
    width: 1226px;
    margin: 0 auto;
    padding: 0;
    background: #36c;
    height: 39px;
    align-items: center;
    font-size: 15px;
}

.bg-gray .nav-item {
    flex: 1;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    position: relative;
}

.bg-gray .nav-item a {
    color: white;
    font-size: 15px;
    display: inline-block;
    height:100%;
    width:100%;
}


/* nav hover样式 */

.bg-gray .nav-item:hover::after {
    transform: scaleX(1);
}

.bg-gray .nav-item::after {
    position: absolute;
    content: "";
    top: 36px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-item1 {
    width: 220px;
    padding-left: 30px;
    background: #36c;
    height: 39px;
    line-height: 39px;
    color: white;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #d3d3d3;
}

.nav-item1 .icon-right {
    margin-right: 16px;
    display: inline-block;
    transform: rotate(90deg);
    font-size: 14px;
}

.nav-item2 .nav-item2-header {
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 0 22px;
}

.nav-item2 .nav-item2-header .icon-right {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 14px;
}

.nav-item2 .nav-item2-header::after {
    display: none;
}

.nav-item2:hover .nav-item2-menu {
    display: block;
}

.nav-item2:hover .nav-item2-header .icon-right {
    transform: rotate(90deg);
}

.nav-item2 .nav-item2-menu {
    display: none;
    position: absolute;
    top: 39px;
    right: 0;
    width: 100%;
    z-index: 10000;
    background: #36c;
}

.nav-item2 .nav-item2-menu li:hover {
    background: white;
}

.nav-item2 .nav-item2-menu li:hover a {
    color: #36c;
}


/* 轮播图 */

.n_banner {
    flex: 1;
    overflow: hidden;
    height: 412px;
}

/* 总wrapper */

.middle-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* 次级wrapper */

.middle-wrapper .wrap {
    width: 1226px;
    margin: 0 auto;
    padding: 5px 0;
}

/* item wrapper */

.homecont {
    /* padding-bottom: 50px; */
}

/* header */

.homecont .homecont-lanmu {
    height: 70px;
    line-height: 70px;
    border-top: 2px solid #dcdcdc;
    font-size: 18px;
    color: #333;
}

.over:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    transform: translate3d(0, -3px, 0);
}

/* body */

.homecont-body {
    display: flex;
}

/* 左侧img */

.homecont-body .left-img-wrapper {
    width: 305px;
    height: 400px;
    border-right: 2px solid #f9f9f9;
    box-sizing: border-box;
}

.homecont-body .left-img-wrapper img {
    width: 305px;
    height: 400px;
}

/* 右侧6个列表 */

.homecont-body .right-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.homecont-body .right-list .right-list-top, .homecont-body .right-list .right-list-bottom {
    display: flex;
}

.homecont-body .right-list .list-item {
    flex: 1;
    border: 2px solid #f9f9f9;

    padding: 23px 25px;
}

.homecont-body .right-list .list-item:hover h2 {
    color: #36c;
}

.homecont-body .right-list .list-item:hover p {
    color: #333;
}

.homecont-body .right-list .list-item img {
    width: 255px;
    height: 100px;
    background: #ddd;
    display: block;
    margin-top: 11px;
    border-radius: 5px;
}

.homecont-body .right-list .list-item h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.homecont-body .right-list .list-item p {
    font-size: 12px;
    color: #b4b4b4;
    width: 255px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
}



/* 首页新闻资讯 */

.tab-block {
	width: 1226px;
	height: 580px;
	margin: 50px auto 0;
	background-color: #FFF;
	border: 1px solid #e5e5e5
}
.tab-block.information-tab {
	height: 430px
}
.tab-block.information-tab .tabs {
	height: 380px
}
.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #fafafa
}
.tab-block .tab-buttons .tab-button {
	/* width: 33.33%; */
	width: 20%;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	background-color: #f2f2f3;
}
.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333
}
.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1183ff
}
.tab-block .tabs {
	width: 100%;
	height: 528px
}
.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 6px;
	display: none
}
.tab-block .tabs .tab-item.active {
	display: block
}
.information-tab .information-left {
	width: 300px;
	height: 340px;
	overflow: hidden;
	position: relative;
	float: left;
}

.information-tab .information-left .default-image-container {
    position: relative; /* 关键：设置相对定位 */
    width: 300px; /* 保持与图片宽度一致 */
    height: 204px; /* 保持与图片高度一致 */
  }

.information-tab .information-left .default-image-title {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    box-sizing: border-box;
    width: 90%; /* 限制标题的宽度，留出一些空间 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
    z-index: 1;
  }
.information-tab .information-left .default-image-container img {
    display: block;
  }
.information-tab .information-left img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	border: 1px solid #dcdcdc
}
.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	line-height: 20px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 3px

}
.information-tab .information-left .left-bottom .article-title {
	font-size: 13px;
	width: 100%;
	float: left;
	word-wrap: break-word; 
}
.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}
.information-tab .information-right {
	width: 850px;
	height: 340px;
	float: right;
	margin-right: 30px;
}
.information-tab .information-right .article-list {
	padding-top: 20px
}
.information-tab .information-right .article-list-more {
	float: right;
    font-size: 12px;   
    padding: 20px;
}
.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}
.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}
.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}
.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	width: 530px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}
.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 750px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}
.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333
}
.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px
}
.information-tab .information-right .article-list.current .article-number {
	background-color: #36c!important
}
.information-tab .information-right .article-list.current .article-title {
	color: #36c
}
.information-tab .information-right .article-list.current .article-content {
	display: block
}
.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}



















/* 内容页样式 */

.pcon {
    clear: both;
    height: auot;
    overflow: hidden;
    line-height: 1.7;
    padding: 20px 0;
    font-size: 16px;
    padding-left: 33px;
}

.pcon p {
    padding: 0;
    margin: 0;
    line-height: 1.7;
    font-size: 17px;
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/* 相关内容 */
.relations {
    width: 1226px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}
.relationHead {
    width: 100%;
    height: 74px;
    border-bottom: 3px solid rgb(242, 242, 242);
    position: relative;
    margin-bottom: 20px;
}


.relationlist.reletive {
    border-bottom: 3px solid #517bd6;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #333333;
    font-weight: bold;
}