*, html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'MicrosoftYaHei';
    box-sizing: border-box;
    color: #1a1a1a;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	display: block;
}
a{
	text-decoration: none;
}
.w1500{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 1566px){
	.w1500{
		width: 90%;
	}
}
@font-face {
  font-family: 'jyfont';
  src: url('font/iconfont.eot?t=1717998986536'); /* IE9 */
  src: url('font/iconfont.eot?t=1717998986536#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/iconfont.woff2?t=1717998986536') format('woff2'),
       url('font/iconfont.woff?t=1717998986536') format('woff'),
       url('font/iconfont.ttf?t=1717998986536') format('truetype'),
       url('font/iconfont.svg?t=1717998986536#jyfont') format('svg');
}

/*header*/
.header{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header.inner_head,
.header.show{
    background: #fff;
    /*box-shadow: 0 3px 3px rgba(0,0,0,0.05);*/
}
.header .w1500{
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

/* Logo 样式 */
.header .logo{
	padding: 20px 0;
}
.header .logo a{
    display: flex;
    align-items: center;
}
.header .logo img {
    height: 70px;
}
.header .logo img.logo1,
.header.show .logo img.logo2{
    display: block;
}
.header.show .logo img.logo1,
.header .logo img.logo2{
    display: none;
}
.header .logo .bt{
    margin-left: 10px;
}
.header .logo .bt *{
    line-height: 100%;
}
.header .logo .bt h1{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.header.inner_head .logo .bt h1,
.header.show .logo .bt h1{
    color: #1a1a1a;
}
.header .logo .bt span{
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.header.inner_head .logo .bt span,
.header.show .logo .bt span{
    color: #333;
}

/* 导航菜单样式 */
.header .box{
	height: 93px;
	list-style: none;
    display: flex;
    align-items: center;
    gap: 9%;
    flex:1;
    margin-left: 15.8%;
}
.header .nav{
	height: 100%;
	flex: 1;
}
.header .nav>ul {
	height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .nav>ul>li {
    width: calc(100% / 7);
	height: 100%;
}
.header .nav>ul>li>a {
	line-height: 93px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    display: block;
    transition: color 0.3s ease;
    white-space: nowrap;
}
.header.inner_head .nav>ul>li>a,
.header.show .nav>ul>li>a {
    color: #1a1a1a;
}

.header .nav > ul > li.selected > a,
.header .nav > ul > li > a:hover {
    font-weight: bold;
}

/* 下拉菜单样式 */
.header .nav>ul>li>dl {
	position: absolute;
	overflow: hidden;
	width: 100%;
	display: block;
	z-index: 10000;
	padding: 20px;
	background: #fff;
	transition: all 0.3s;
	left: 0;
	padding: 40px;
	visibility: hidden;
	top: 101px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.header .nav>ul>li>dl>dd {
	display: block;
	overflow: hidden;
	margin: auto;
}
.header .nav>ul>li:hover>dl {
	opacity: 1;
	visibility: inherit;
}
.nav_xl1 li {
	width: calc(100%/3);
	float: left;
	padding: 0 30px;
	height: 285px !important;
}

.nav_xl1 li p {
	font-size: 20px;
	text-align: center;
	color: #d0b393;
	display: block;
	line-height: 50px;
	transition: all 0.3s;
}

.xl_bt {
	width: 100%;
	border-bottom: 1px #eee solid;
	padding-bottom: 40px;
	overflow: hidden;
}

.xl_bt p {
	font-size: 30px;
	color: #333;
	float: left;
	font-weight: bold;
	line-height: 40px;
}

.xl_bt a {
	width: 120px;
	height: 40px;
	background: #d2ac54;
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
	float: right;
	line-height: 40px;
}

.fl_box {
	width: 100%;
	overflow: hidden;
}

.fl_box li {
	width: calc( (100% - 40px)/5);
	float: left;
	/* margin-top: 25px; */
}

.fl_box li+li {
	margin-left: 10px;
}

.fl_box li a {
	font-size: 18px;
	color: #333;
	position: relative;
	padding-left: 20px;
	text-align: left;
	line-height: 20px;
	display: block;
}

.fl_box li a:hover {
	color: #d2ac54;
}

.fl_box li a:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px #949494 solid;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
}

.fl_box li a:hover:before {
	border-color: #d2ac54;
}

.fl_box li:nth-child(6) {
	margin-left: 0
}

.fl_box li dt {
	margin-top: 5px;
	padding-left: 20px;
}

.fl_box li dt a {
	font-size: 15px;
	color: #999;
}

.fl_box li dt a:before {
	border-color: #a9a9a9;
}

.re {
	width: 100%;
	overflow: hideen;
	margin-top: 30px;
}

.re .rbt {
	font-size: 30px;
	color: #333;
	float: left;
	font-weight: bold;
	border-left: 5px #000 solid;
	border-left: 5px #d2ac54 solid;
	padding-left: 10px;
	margin-bottom: 30px;
}

.re .t_box {
	width: 100%;
	overflow: hidden;
}

.t_box>.progdwz li {
	float: left;
	width: calc((100% - 30px)/4);
	border-radius: 15px;
}

.t_box>.progdwz li img {
	width: 100%;
	height: auto;
	border: 1px #eee solid;
    box-sizing: border-box;
}

.t_box>.progdwz li:hover img{
    border-color: #d2ac54;
}

.t_box>.progdwz li+li {
	margin-left: 10px;
}

.t_box>.progdwz li a {
    color: #333;
	line-height: 40px;
}

.t_box>.progdwz li span {
	display: block;
	text-align: center;
}

.re .t_box>.news_div>.news_div_item {
	float: left;
	width: calc((100% - 20px)/2);
	text-align: left;
	border: 1px #eee solid;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #eee;
	padding: 20px;
}

.re .t_box>.news_div>.news_div_item+.news_div_item {
	margin-left: 20px;
}

.re .t_box>.news_div>.news_div_item:nth-child(3) {
	margin-left: 0;
}

.re .t_box .news_div_item_a {
	font-size: 16px;
	line-height: 35px;
	color: #d2ac54;
	font-weight: bold;
}

.re .t_box .news_div_item_body {
	font-size: 14px;
	line-height: 23px;
	color: #666;
}

.news_div_item_date {
	display: flex;
}

.news_div_item_year, .news_div_item_month, .news_div_item_day {
	color: #666;
	font-size: 16px;
}

.com_bo {
	width: 100%;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	text-align: left;
}

.nb-comp-base {
	right: 1720px !important;
}

.ban_bc:after {
	content: '';
	position: absolute;
	width: 993px;
	height: 366px;
	background: url()center no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 7;
}

.ban_bc:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(//memberpic.114my.cn/dgyouan/uploadfile/image/20230411/20230411135141_1824757135.png) repeat 0px 0px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
	left: 0;
	top: 0;
	z-index: 6;
}

/*banner*/
.banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev{
    color: #333;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #d2ac54;
}
	
/*about*/
.hm_about {
    padding: 110px 0;
    position: relative;
    background: url(../images/home_company_bg.png) no-repeat bottom;
}

.hm_about .hm_ab_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
}

.hm_about .pic {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.hm_about .pic img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.hm_about .text {
	width: 50%;
    padding-left:60px;
    box-sizing: border-box;
}
.hm_about .text .tit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}
.hm_about .text .tit span{
    font-size: 30px;
    color: #d2ac54;
    font-weight: normal;
}
.hm_about .text .txt {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 100;
}
.hm_about .text .txt p + p{
    margin-top: 30px;
}

.hm_about .more{
    display: inline-block;
    font-size: 18px;
    color: #d2ac54;
    line-height: 100%;
    margin-top: 90px;
    display: flex;
    align-items: center;
}
.hm_about .more img{
    width: 18px;
    height: 16px;
    margin-left: 10px;
    transition: all 0.5s;
}
.hm_about .more:hover img{
    margin-left: 25px;
}

/*title*/
.title{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
}
.title p{
    max-width: 688px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    margin-top: 15px;
}

/*products*/
.hm_products {
    padding: 100px 0;
    background: #eceff8;
}

.hm_products .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 18px;
}

.hm_products .tabs .item {
    text-align: center;
    cursor: pointer;
    background-color: #666666;
    padding: 18px 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.hm_products .tabs .item:hover{
    background-color: #d2ac54;
}
.hm_products .tabs .item .tit {
    font-size: 20px;
    color: #fff;
}

.hm_products .hm_pro_con{
	padding: 0 4.1%;
}

.hm_products .hm_pro_con .list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 20px;
}

.hm_products .hm_pro_con .list.active {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 20px;
}

.hm_products .hm_pro_con .list .item {
    width: calc((100% - 60px) / 4);
    text-align: center;
}
.hm_products .hm_pro_con .list .item:nth-child(9){
	display: none;
}
.hm_products .hm_pro_con .list .item .pic{
	overflow: hidden;
}
.hm_products .hm_pro_con .list .item .pic img {
    width: 100%;
    transition: all 0.3s;
}

.hm_products .hm_pro_con .list .item:hover .pic img{
	transform: scale(1.05);
}

.hm_products .hm_pro_con .list .item .tit {
    background-color: #d2ac54;
    font-size: 16px;
    color: #ffffff;
    padding: 20px 76px 20px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.hm_products .hm_pro_con .list .item:hover .tit{
	background: #d2ac54;
}
.hm_products .hm_pro_con .list .item .tit .jyfont{
    width: 56px;
    height: 100%;
    background-color: #d2ac54;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

/*school*/
.school {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.school .title{
    text-align: left;
    position: absolute;
    color: #fff;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.school .title span{
    font-size: 30px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.school .list {
    position: relative;
    z-index: 0;
}

.school .list .item {
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    position: initial;
}
.school .list .item .swiper-slide-active{
    z-index: 999;
}
/* .school .list .item:hover {
    transform: translateY(-5px);
    position: relative;
    z-index: 9;
} */

.school .list .item .con{
    width: 100%;
    max-width: 726px;
	text-align: left;
	padding: 220px 0 0;
	box-sizing: border-box;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(calc(-100% - 24px));
    top: 0;
}
.school .list .item:hover .con{
    bottom: 235px;
}
.school .list .item .icon{
	margin-bottom: 30px;
}

.school .list .item .pic{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.school .list .item .pic img {
    height: auto;
    margin: 0 auto;
}

.school .list .item .tit {
    font-size: 52px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 100%;
}

.school .list .item .para {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.school .list .item .jyfont{
    font-size: 38px;
    color: #fff;
    position: relative;
}
.school .list .item .jyfont::after{
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: calc(50% - 0.5px);
    left: 50px;
    transition: all 0.3s;
}
.school .list .item:hover .jyfont::after{
    width: 63px;
}
.school .list .item .more{
    width: 160px;
    height: 50px;
    background:#d2ac54;
    font-size: 18px;
    color: #fff;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.school .list .item .more img{
    width: 20px;
    height: 18px;
    margin-left: 10px;
}
.school .swiper-pagination{
    width: 1500px;
    bottom: 135px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    display: flex;
    align-items: center;
}
.school .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:#fff;
    margin: 0;
    opacity: 1;
}
.school .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    height: 30px;
    background:#fff;
}
.school .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: 150px;
    position: relative;
}
.school .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet::before{
    content: '';
    width: 80px;
    height: 1px;
    background:rgba(255,255,255,0.5);
    position: absolute;
    left: -115px;
    top: 50%;
    transform: translateY(-50%);
}
.school .btn{
    height: 51px;
    position: absolute;
    bottom: 224px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.school .hm_nbtn{
    width: 51px;
    height: 51px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}
.school .hm_nbtn.swiper-button-disabled{
    opacity: 0.6;
}
.school .sch_btn_prev{
    background: url(../images/school_tuoyuan02.png) no-repeat center;
    left: 0;
}
.school .sch_btn_next{
    background: url(../images/school_tuoyuan01.png) no-repeat center;
    left: 66px;
}

@media (max-width: 1024px) {
    .core .list .item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .core .list .item {
        width: 100%;
    }
}
/*vedeo*/
.hm_major {
    padding: 100px 0;
}
.hm_major .hm_maj_item{
    display: flex;
    justify-content: space-between;
}
.hm_major .hm_maj_item + .hm_maj_item{
    margin-top: 60px;
}
.hm_major .hm_maj_item .hmmaj_pic,
.hm_major .hm_maj_item .hmmaj_txt{
    width: calc(50% - 25px);
}
.hm_major .hm_maj_item .hmmaj_pic img{
    width: 100%;
}
.hm_major .hm_maj_item .hmmaj_txt{
    padding-top: 50px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.hm_major .hm_maj_item .hmmaj_txt .tit{
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 20px;
    white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
.hm_major .hm_maj_item .hmmaj_txt .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}
.hm_major .hm_maj_item .hmmaj_txt .more{
    position: absolute;
    bottom: 120px;
    left: 0;
}
.hm_major .hm_maj_item .hmmaj_txt .more a{
    font-size: 18px;
    color: #d2ac54;
    display: flex;
    align-items: center;
}
.hm_major .hm_maj_item .hmmaj_txt .more a img{
    width: 20px;
    height: 18px;
    margin-left: 10px;
    transition: all 0.3s;
}
.hm_major .hm_maj_item .hmmaj_txt .more a:hover img{
    margin-left: 25px;
}

/* partners */
.part{
    width: 100%;
    padding: 100px 0;
    background: url(../images/home_partner_bg.png) no-repeat center;
}
.part .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    text-align: left;
    margin-bottom: 45px;
}
.part .part_con{
    background:#fff;
    padding: 35px;
    box-sizing: border-box;
}
.part .part_con ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.part .part_con ul li{
    width: calc(100% / 3);
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: -1px;
}
.part .part_con ul li img{
    width: 100%;
}

/*news*/
.hm_news {
    padding: 100px 0;
    background: url(../images/home_news_bg.png);
}
.hm_news .hm_n_le{
    width: 26.7%;
    min-width: 212px;
}
.hm_news .dfs{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.hm_news .tit{
    margin-bottom: 80px;
}
.hm_news .tit h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 20px;
    position: relative;
}
.hm_news .tit p{
    font-size: 16px;
    font-weight: 100;
    line-height: 100%;
    color: #666;
}

.hm_news .hm_news_com {
    width: calc(73.3% - 20px);
    overflow: hidden;
}
.hm_news .hm_news_com .hm_nbtn{
    width: 51px;
    height: 51px;
    cursor: pointer;
    position: absolute;
    top: 144px;
    background-size: contain!important;
}
.hm_news .hm_news_com .hm_nbtn.swiper-button-disabled{
    opacity: 0.6;
}
.hm_news .hm_news_com .new_btn_prev{
    background: url(../images/tuoyuan02.png) no-repeat center;
    left: 0;
}
.hm_news .hm_news_com .new_btn_next{
    background: url(../images/tuoyuan01.png) no-repeat center;
    left: 66px;
}

.hm_news .list .item {
    overflow: hidden;
    width: calc((100% - 40px) / 3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hm_news .list .item:hover {
    /*transform: translateY(-5px);*/
}

.hm_news .list .item .date {
    font-size: 15px;
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
}

.hm_news .list .item .tit {
    max-width: 340px;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 26px;
    height: 52px;
    font-weight: bold;
    color: #000;
    display: -webkit - box;
    -webkit - box - orient: vertical;
    -webkit - line - clamp: 2;
    overflow: hidden;
    text - overflow: ellipsis;
}

.hm_news .list .item .pic img {
    width: 100%;
    height: auto;
    display: block;
}

.hm_news .list .item .con {

}

.hm_news .list .item .txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    color: #666;
    margin-top: 30px;
}
.hm_news .list .item .more{
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 100;
    line-height: 100%;
    color: #666;
    position: relative;
    padding-bottom: 11px;
}
.hm_news .list .item .more::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #666;
    position:absolute;
    left: 0;
    bottom: 0;
}
.hm_news .list .item .more:hover{
    color: #d2ac54;
}
/*footer*/
.footer {
    background-color: #002c59;
    color: #fff;
}

.foot_con {
    padding: 80px 0 0;
}
.foot_c_top{
    width: 100%;
    display: flex;
    justify-content:space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.foot_c_top .foot_cc .foot_tb{
    font-size: 60px;
    color: #ffffff;
    line-height: 100%;
    margin-bottom: 40px;
}
.foot_c_top .foot_cc .foot_btn{
    width: 160px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #ffffff;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot_c_top .foot_cc .foot_btn img{
    width: 20px;
    height: 18px;
    margin-left: 10px;
}
.foot_con .foot_c_nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.foot_con .foot_c_nav .foot_cn_le{
    display: flex;
    gap:10%;
    flex: 1;
}
.foot_con .foot_c_nav .foot_cn_le dl dt{
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 20px;
    color: #fff;
}
.foot_con .foot_c_nav .foot_cn_le dl dd{
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 26px;    
}
.foot_con .foot_c_nav .foot_cn_le dl dd a{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 26px;
}
.foot_con .foot_c_nav .foot_cn_le dl dd a:hover{
    color: #fff;
}
.foot_con .foot_c_nav .foot_cn_ri{
    width: 150px;
    /*display: flex;
    gap:55px;*/
    text-align: center;
}
.foot_con .foot_c_nav .foot_cn_ri img{
    width: 100%;
}
.foot_con .foot_c_nav .foot_cn_ri p{
    font-size: 16px;
    margin-top: 15px;
    line-height: 100%;
    font-weight: 100;
    color: rgba(255,255,255,0.8);
}
.foot_btm {
    
}
.foot_btm .w1500{
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 96px;
}
.foot_btm .fb_le span:last-child{
    display: none;
}
.foot_btm a{
	color: rgba(255,255,255,0.8);
}

.foot_btm a:hover{
	color: #fff;
}

@media (max-width: 768px) {
    .foot_top, .foot_con, .foot_btm {
        flex-direction: column;
        align-items: center;
    }

    .foot_nav {
        flex-direction: column;
        align-items: center;
    }

    .foot_nav li {
        margin: 10px 0;
    }

    .foot_con {
        text-align: center;
    }

    .fc_le, .fc_ri {
        margin-bottom: 20px;
    }
}

/*inner banner*/
.inner_banner{
	width: 100%;
    position: relative;
    height: 550px;
    overflow: hidden;
}
.header.inner_head .inner_banner{
	margin-top: 110px;
}
.inner_banner .ban_page{
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
}
.inner_banner .ban_page .banLeft {
	float: left;
}
.inner_banner .ban_page .banLeft .banLine {
	width: 62px;
	height: 4px;
	background: #fff;
    margin: 25px 0;
}
.inner_banner .ban_page .banLeft h1 {
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	padding: 0 0 25px 0;
	text-transform: uppercase;
}
.inner_banner .ban_page .banLeft > p{
    font-size: 24px;
    line-height: 100%;
    font-weight: 100;
    color: #fff;
}
.inner_banner .ban_page .banLeft h2 {
	color: #fff;
	font-size: 24px;
	line-height: 130%;
	padding: 0 0 25px 0;
    font-weight: 100;
}
@media screen and (max-width:1429px) {
	.inner_banner .ban_page .banLeft .banLine {
		width: 42px;
		height: 3px;
	}
	.inner_banner .ban_page .banLeft h1 {
		font-size: 34px;
		padding: 22px 0 12px 0;
	}
	.inner_banner .ban_page .banLeft h2 {
		font-size: 21px;
		padding: 0 0 24px 0;
	}
}
@media screen and (max-width:1229px) {
	.inner_banner .ban_page .banLeft .banLine {
		width: 34px;
		height: 2px;
	}
	.inner_banner .ban_page .banLeft h1 {
		font-size: 27px;
		padding: 15px 0 9px 0;
	}
	.inner_banner .ban_page .banLeft h2 {
		font-size: 17px;
		padding: 0 0 18px 0;
	}
}

.mianbx{
    height: 70px;
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding: 0 0;
	background:rgba(255,255,255,0.85);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mianbx::after{
    content: '';
    width: 50%;
    height: 100%;
    background:rgba(255,255,255,0.85);
    position: absolute;
    right: 0;
    transform: translateX(100%);
}
.mianbx .mian_icon{
	width: 70px;
    height: 70px;
    background:#d2ac54;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mianbx .crumbs{
    flex: 1;
    display: flex;
    justify-content: right;
}
.mianbx span,
.mianbx li{
	line-height: 30px;
	color: #666;
	font-size: 16px;
	list-style: none;
}
.mianbx li::marker{
    display: none;
}
.mianbx li a{
	color: #666;
	font-size: 16px;
}
.mianbx li:last-child a{
	color: #222;
}
.mianbx li a:hover{
	color: #d2ac54;
}
.mianbx li:last-child .jt{
	display: none;
}

/*major*/
.major{
    padding: 80px 0;
}
.major .ma_tit{
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 25px;
}
.major .ma_tit.ma_tmt{
    padding-left: 20px;
    margin-top: 40px;
}
.major .ma_txt.ma_paddle,
.major .ma_txts.ma_paddle{
    padding-left: 20px;
    box-sizing: border-box;
}
.major .ma_txt p,
.major .ma_txts p{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-weight: 100;
}
.major .ma_txt p + p{
    margin-top: 10px;
}
.major .ma_pic{
    margin-top: 50px;
}
.major .ma_pic img{
    width: 100%;
}
.major .ma_bt{
    height: 56px;
    line-height: 56px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background:#d2ac54;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 30px 0;
    position: relative;
    display: inline-block;
}
.major .mab_tit{
    width: 100%;
    height: auto;
    line-height: 130%;
    padding: 20px;
}
.major .mab_tit p{
    font-size: 18px;
    line-height: 130%;
}
.major .ma_paddle .clr{
    color: #f00;
}
.major .ma_bt::after{
    content: '';
    width: 0;
    height: 0;
    border-width: 28px;
    border-style:solid;
    border-color: transparent transparent transparent #d2ac54;
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translateY(-50%);
}
.major .mab_tit::after{
    display: none;
}
.major .ma_bts{
    margin-left: 20px;
    width: calc(100% - 20px);
    line-height: 56px;
    background:#e7e7e7;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.major .ma_txts.ma_paddle + .ma_bts{
    margin-top: 30px;
}
.major .ma_txts.ma_paddle p + p{
    margin-top: 10px;
}

/*inner news*/
.inner_news{
	padding: 80px 0;
}
.ins_list{
	display: flex;
	justify-content: space-between;
	gap:60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cbcbd3;
}
.ins_list + .ins_list{
	margin-top: 60px;
}
.ins_list .ins_text{
	width: calc(100% - 500px);
}
.ins_list .ins_text a{
    color: #1a1a1a;
}
.ins_list .ins_text .ins_head{
	font-size: 30px;
	line-height: 110%;
	margin-bottom: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ins_list .ins_text .ins_sub{
	font-size: 18px;
	line-height: 30px;
	color: #1a1a1a;
	margin-bottom: 30px;
    font-weight: 100;
}
.ins_list .ins_text .ins_details{
	font-size: 16px;
	color: #999;
}
.ins_list .ins_text .ins_more{
	display: flex;
	align-items: center;
	gap:10px;
	margin-top: 50px;
}
.ins_list .ins_text .ins_more .link{
	font-size: 18px;
	color: #d2ac54;
    display: flex;
    align-items: center;
}
.ins_list .ins_text .ins_more .link img{
    width: 18px;
    height: 16px;
    margin-left: 10px;
    transition: all 0.3s;
}
.ins_list:hover .ins_text .ins_more .link img{
    margin-left: 25px;
}
.ins_list .ins_image{
	width: 500px;
}
.ins_list .ins_image .pic{}
.ins_list .ins_image .pic img{
	width: 100%;
}

/* 分页 */
.pages .pagination{
    max-width: 1500px;
    margin: 30px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
}
.pages .pagination li{
    margin: 0 4px 0;
}
.pages .pagination li.active{}
.pages .pagination li a{
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    background-color: #eaeaea;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    box-sizing: border-box;
}
.pages .pagination li:hover a,
.pages .pagination li.active a{
    color: #fff;
    border-color: transparent;
    background-color: #000;
}
.pages .pagination li.prev a,
.pages .pagination li.next a{
    font-size: 0;
    position: relative;
}
.pages .pagination li.prev a::before,
.pages .pagination li.next a::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    font-family: 'jyfont';
    color: #333;
}
.pages .pagination li.prev a::before{
    content: '\e603';
}
.pages .pagination li.next a::before{
    content: '\e613';
}
.pages .pagination li.prev:hover a::before,
.pages .pagination li.next:hover a::before{
    color: #fff;
}
@media (max-width:1280px) {
    .pages .pagination{
        margin-top: 40px;
    }
    .pages .pagination li a{
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}
@media (max-width:1024px) {
    .pages .pagination{
        margin-top: 30px;
    }
    .pages .pagination li a{
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}
@media (max-width:768px) {
    .pages .pagination li a{
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
}

/*news detail*/
.inner_box{
	width: 100%;
	background: #f4f4f4;
    padding: 60px 0;
}
.inner_detail{
	display: flex;
	justify-content: space-between;
}
.inner_detail .indeta_left{
	width: 70%;
	padding: 30px;
	background: #fff;
}
.inner_detail .indeta_left h1{
	font-size: 30px;
	line-height: 110%;
	margin-bottom: 10px;
}
.inner_detail .indeta_left .news_lefttit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.inner_detail .indeta_left .news_lefttit .newsinfo{
	font-size: 16px;
	color: #666;
}
.inner_detail .indeta_left .indeta_leftcont{
	font-size: 16px;
	line-height: 150%;
	color: #666;
}
.inner_detail .indeta_left .indeta_leftpage{
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}
.inner_detail .indeta_left .indeta_leftpage{
	font-size: 16px;
	color: #999;
}
.inner_detail .indeta_left .indeta_leftpage .indeta_leftdown{
	margin-top: 5px;
}
.inner_detail .indeta_left .indeta_leftpage a{
	color: #333;
}
.inner_detail .indeta_right{
	width: calc(30% - 30px);
	padding: 30px;
	background: #fff;
}
.inner_detail .indeta_right .indeta_righttit{
	font-size: 18px;
	font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    height: 36px;
    line-height: 18px;
    position: relative;
}
.inner_detail .indeta_right .indeta_righttit::before{
	content: '';
	width: 75px;
    height: 1px;
    background: #d2ac54;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.inner_detail .indeta_right .indeta_list{
	padding-top: 30px;
}
.inner_detail .indeta_right .indeta_list .item{
	display: block;
}
.inner_detail .indeta_right .indeta_list .item + .item{
	margin-top: 20px;
}
.inner_detail .indeta_right .indeta_list .item .pic,
.inner_detail .indeta_right .indeta_list .item .pic img{
	width: 100%;
}
.inner_detail .indeta_right .indeta_list .item .text{
	margin-top: 10px;
}
.inner_detail .indeta_right .indeta_list .item .text .tit{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.inner_detail .indeta_right .indeta_list .item:hover .text .tit{
	color: #d2ac54;
}
.inner_detail .indeta_right .indeta_list .item .text .txt{
	font-size: 14px;
	color: #666;
	line-height: 130%;
}

/*query*/
.ssms_query{
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.ssms_query::after{
    content: '';
    width: 100%;
    height: calc(100% - 480px);
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ssms_query .ss_qu_con{
    position: relative;
    z-index: 9;
}
.ssms_query .ss_qc_pic{

}
.ssms_query .ss_qc_pic img{
    width: 100%;
}
.ssms_query .ss_qc_pic p{
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}
.ssms_query .ss_table{
    margin-top: 70px;
    background:#fff url(../images/query_icon.png) no-repeat center top;
    padding-top: 100px;
}
.ssms_query .ss_table .ss_ta_con{
    max-width: 932px;
    margin: 0 auto;
    padding-bottom: 150px;
    background:url(../images/query_SSM.png) no-repeat center bottom;
}
.ssms_query .ss_table .tit{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 78px;
    border-bottom: 1px dashed #000;
    margin-bottom: 50px;
}
.ssms_query .ss_table .form_group + .form_group{
    margin-top: 50px;
}
.ssms_query .ss_table .form_group + .btn{
    margin-top: 70px;
}
.ssms_query .ss_table .form_group .col-md-2{
    font-size: 18px;
    font-weight: 100;
    line-height: 100%;
    color: #666;
}
.ssms_query .ss_table .form_group .col-md-9{
    margin-top: 20px;
}
.ssms_query .ss_table .form_group .col-md-9 input{
    width: 100%;
    height: 72px;
    background-color: #f7f7f7;
    border-radius: 6px;
    text-indent:30px;
}
.ssms_query .ss_table .form_group button{
    width: 160px;
    height: 50px;
    background-color: #d2ac54;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
}

/*联系方式*/
.ssms_contact{
    padding: 80px 0;
}
.ssms_contact .ss_conct{
    display: flex;
    justify-content: space-between;
}
.ssms_contact .ss_conct .pic{
    width: 57.3%;
}
.ssms_contact .ss_conct .pic .img{
    width: 100%;
    border-bottom-left-radius: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ssms_contact .ss_conct .pic img{
    /*width: 100%;*/
}
.ssms_contact .ss_conct .list{
    width: calc(42.7% - 70px);
}
.ssms_contact .ss_conct .list .tit{
    font-size: 50px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 23px;
    position: relative;
    margin-bottom: 30px;
}
.ssms_contact .ss_conct .list .tit::before,
.ssms_contact .ss_conct .list .tit::after{
    content: '';
    width: 48px;
    height: 4px;
    position: absolute;
    bottom: 0;
}
.ssms_contact .ss_conct .list .tit::before{
    left: 0;
    background:#000;
}
.ssms_contact .ss_conct .list .tit::after{
    left: 48px;
    background:#d2ac54;
}
.ssms_contact .ss_conct .list .item{
    display: flex;
    align-items: center;
    gap:20px;
    border-bottom: 1px solid #efefef;
    padding-bottom:14px;
}
.ssms_contact .ss_conct .list .item + .item{
    margin-top: 15px;
}
.ssms_contact .ss_conct .list .item .txt{}
.ssms_contact .ss_conct .list .item .txt .bt{
    font-size: 16px;
    color: #666666;
    line-height: 100%;
    font-weight: 100;
    margin-bottom: 9px;
}
.ssms_contact .ss_conct .list .item .txt .num{
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}
.ssms_contact .ss_cc_map{
    margin-top: 80px;
}

/* inner company */
.ss_tit{
    margin-bottom: 50px;
}
.ss_tit h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 23px;
    position: relative;
}
.ss_tit h3::after{
    content: '';
    width: 56px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ss_tit h3 span{
    color: #d2ac54;
}
.ss_tit p{
    font-size: 16px;
    line-height: 100%;
    font-weight: 100;
    margin-top: 30px;
}
.ssms_about{
    padding: 80px 0;
}
.ssms_about .ss_pic{
    margin-bottom: 25px;
}
.ssms_about .ss_pic img{
    width: 100%;
}
.ssms_about .ss_txt{}
.ssms_about .ss_txt p{
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}
.ssms_about .ss_txt p + p{
    margin-top: 10px;
}

.ssms_ab_map{
    width: 100%;
    height: 1084px;
    padding: 80px 0 150px;
    background:url(../images/ssabout_map.jpg) no-repeat center;
    box-sizing: border-box;
    overflow: hidden;
}
.ssms_ab_map .ss_abmc{
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa{
    width: 50%;
    min-width: 660px;
    position: relative;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li{
    position: absolute;
    font-size: 16px;
    font-weight: 100;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.on{
    color: #d2ac54;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.on::before{
    background:#d2ac54;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.li01::before{
    left: auto;
    right: -16px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.li01{
    top: 126px;
    left: 20px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.li02{
    top: 90px;
    left: 233px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.li03{
    top: 248px;
    left: 379px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.li04{
    top: 127px;
    left: 255px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.li05{
    top: 301px;
    left: 569px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pa .ss_abmcp_li.li06{
    top: 277px;
    left: 534px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pic{
    width: 548px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pic .ss_abmc_item{
    width: 100%;
    padding: 30px;
    background:#d2ac54;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.ssms_ab_map .ss_abmc .ss_abmc_pic .ss_abmc_item + .ss_abmc_item{
    display: none;
}
.ssms_ab_map .ss_abmc .ss_abmc_pic .ss_abmc_item .ss_abmc_img,
.ssms_ab_map .ss_abmc .ss_abmc_pic .ss_abmc_item .ss_abmc_img img{
    width: 100%;
}
.ssms_ab_map .ss_abmc .ss_abmc_pic .ss_abmc_item .ss_abmc_txt{
    padding-top: 30px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pic .ss_abmc_item .ss_abmc_txt .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.ssms_ab_map .ss_abmc .ss_abmc_pic .ss_abmc_item .ss_abmc_txt .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    color: #fff;
}

.ssms_ab_why{
    padding: 80px 0;
}
.ssms_ab_why .ss_abw_text{
    display: flex;
    justify-content: space-between;
}
.ssms_ab_why .ss_abwt_txt{
    width: calc(50% - 50px);
}
.ssms_ab_why .ss_abw_text .ss_tit{
    margin-bottom: 20px;
}
.ssms_ab_why .ss_abw_text .txt{
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}
.ssms_ab_why .ss_abw_text .ss_abwt_pic{
    width: 50%;
}
.ssms_ab_why .ss_abw_text .ss_abwt_pic img{
    width: 100%;
}
.ssms_ab_why .ss_abw_list{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.ssms_ab_why .ss_abw_list .ss_abw_item{
    width: calc((100% - 40px) / 3);
    background:#000;
    padding: 40px 30px;
    box-sizing: border-box;
}
.ssms_ab_why .ss_abw_list .ss_abw_item:hover{
    background:#d2ac54;
}
.ssms_ab_why .ss_abw_list .ss_abw_item .tit{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.ssms_ab_why .ss_abw_list .ss_abw_item .txt{}
.ssms_ab_why .ss_abw_list .ss_abw_item .txt p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    color: #fff;
}
.ssms_ab_why .ss_abw_list .ss_abw_item .txt p + p{
    margin-top: 20px;
}

.ssms_ab_part{
    padding: 80px 0;
    background:url(../images/ssabout_bg01.jpg) no-repeat center;
}
.ssms_ab_part .ss_tit h3{
    color: #fff;
}
.ssms_ab_part .ss_tit h3::after{
    background:#fff;
}
.ssms_ab_part .ss_abpc_con{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.ssms_ab_part .ss_abpcc_li{
    width: calc((100% - 30px) / 2);
    background:#fff;
    box-sizing: border-box;
    display: flex;
    padding: 30px;
}
.ssms_ab_part .ss_abpcc_li:nth-child(n+3){
    margin-top: 30px;
}
.ssms_ab_part .ss_abpcc_li .pic{
    width: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ssms_ab_part .ss_abpcc_li .pic img{
    width: 100%;
}
.ssms_ab_part .ss_abpcc_li .text{
    width: calc(100% - 204px);
    padding-left: 30px;
    box-sizing: border-box;
}
.ssms_ab_part .ss_abpcc_li .text .tit{
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ssms_ab_part .ss_abpcc_li .text .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssms_ab_edu{
    padding: 80px 0;
}
.ssms_ab_edu .ss_abec_txt{
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}
.ssms_ab_edu .ss_abec_list{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.ssms_ab_edu .ss_abec_list .item{
    width: calc((100% - 60px) / 3);
}
.ssms_ab_edu .ss_abec_list .item .pic{
    width: 100%;
}
.ssms_ab_edu .ss_abec_list .item .pic img{
    width: 100%;
}
.ssms_ab_edu .ss_abec_list .item .text{
    padding: 30px 0 0;
}
.ssms_ab_edu .ss_abec_list .item .text .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.ssms_ab_edu .ss_abec_list .item .text .txt p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}
.ssms_ab_edu .ss_abec_list .item .text .btn{
    margin-top: 35px;
    display: flex;
}
.ssms_ab_edu .ss_abec_list .item .text .btn > a{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 100;
    text-align: center;
    line-height: 40px;
}
.ssms_ab_edu .ss_abec_list .item .text .btn .more{
    background-color: #d2ac54;
    color: #fff;
    box-sizing: border-box;
}
.ssms_ab_edu .ss_abec_list .item .text .btn .more:hover{
    background:none;
    border: 1px solid #d2ac54;
    color: #d2ac54;
}
.ssms_ab_edu .ss_abec_list .item .text .btn .apply{
    border: 1px solid #000;
    margin-left: 10px;
    box-sizing: border-box;
}
.ssms_ab_edu .ss_abec_list .item .text .btn .apply:hover{
    background-color: #000;
    color: #fff;
}

/*inquiry*/
.inquiry{
    padding: 80px 0;
}
.inq_con{
    display: flex;
    gap:50px;
    border: 1px solid #ddd;
    padding: 50px
}
.inquiry .inq_img{
    width: 350px;
    height: 350px;
}
.inquiry .inq_img img{
    width: 100%;
}
.inquiry .inq_list{
    padding-top: 35px;
}   
.inquiry .inq_list dl{
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
	width: 50%;
    float: left;
}
.inquiry .inq_list dt{
    font-size: 18px;
    color: #999;
    font-weight: 100;
}
.inquiry .inq_list dd{
    font-size: 18px;
    font-weight: bold;
}


/* show */
.cont_pic {
	text-align: center;
}

.cont_pic img {
	margin: 0 auto;
}

/* products_category */
.procate_wrap {
	padding: 50px;
	background-color: #fff;
	box-sizing: border-box;
}

.procate_wrap .procate_item + .procate_item {
	margin-top: 80px;
}

.procate_head {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.procate_head a {
	font-size: 24px;
	text-align: left;
	display: block;
	font-weight: bold;
	line-height: 100%;
	float: left;
	color: #333;
}

.procate_head a.more {
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #000;
	box-sizing: border-box;
	float: right;
}

.procate_head a.more:hover {
	background-color: #000;
	color: #fff;
}

.procate_wrap .procate_con {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
}

.procate_wrap .procate_con .procate_list {
	float: left;
}

.procate_wrap .procate_con .procate_list .tit {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    color: #333;
}

.procate_wrap .procate_con .procate_list,
.prolist_wrap .con .list {
	width: calc((100% - 60px) / 4);
	border: 1px solid #eee;
	padding: 15px;
	box-sizing: border-box;
	transition: all 0.3s;
	margin-right: 20px;
}

.procate_wrap .procate_con .procate_list:hover,
.prolist_wrap .con .list:hover {
	border-color: #d2ac54;
	background-color: #d2ac54;
}

.procate_wrap .procate_con .procate_list:nth-child(4n) {
	margin-right: 0;
}

.procate_wrap .procate_con .procate_list:nth-child(n+5) {
	margin-top: 20px;
}
.procate_wrap .procate_con.category .procate_list:nth-child(9){
	display: none;
}
.procate_wrap .procate_con .procate_list .pic,
.prolist_wrap .con .list .pic {
	overflow: hidden;
}

.procate_wrap .procate_con .procate_list .pic img,
.prolist_wrap .con .list .pic img {
	width: 100%;
	transition: all 0.5s;
}

.procate_wrap .procate_con .procate_list:hover .pic img,
.prolist_wrap .con .list:hover .pic img {
	transform: scale(1.1);
}

.procate_wrap .procate_con .procate_list .tit,
.prolist_wrap .con .list .tit {
	margin-top: 15px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
    color: #333;
	line-height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.procate_wrap .procate_con .procate_list:hover .tit,
.prolist_wrap .con .list:hover .tit {
	color: #fff;
}

.procate_wrap .procate_con .procate_list .applo,
.prolist_wrap .con .list .applo{
    background-color: #fff;
    padding: 10px;
    display: flex;
    gap: 10px;
}

.procate_wrap .procate_con .procate_list .applo li img,
.prolist_wrap .con .list .applo li img{
    width: 100%;
}

.inner_content{
    padding: 80px 0;
}

.prolist_wrap {
	background-color: #fff;
	box-sizing: border-box;
}

.prolist_wrap .con {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.prolist_wrap .con .list {
	margin-right: 20px;
	float: left;
}

.prolist_wrap .con .list:nth-child(n+5) {
	margin-top: 20px;
}

.prolist_wrap .con .list:nth-child(4n) {
	margin-right: 0;
}

/* inpro_detail */
.inpro_image .chanp01 {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 50px;
    overflow: hidden;
}

.inpro_image .left {
    width: 45%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 12px;
}

.inpro_image .left .cp01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.inpro_image .left .cp01 .tit {
    flex: 1;
    padding-right: 20px
}

.inpro_image .left .cp01 .tit h2 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px
}

.inpro_image .left .cp01 .tit span {
    font-size: 15px;
    color: #999
}

.inpro_image .left .cp02 {
    flex: 1
}

.inpro_image .left .cp02 span {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.inpro_image .left .cp02 span:after {
    content: '';
    width: 90px;
    height: 2px;
    background-color: #d2ac54;
    display: block;
    margin-top: 4px;
    position:absolute;
    left: 0;
    bottom: -1px;
}

.inpro_image .left .cp02 .gaikuang {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px
}

.inpro_image .left .cp02 .gaikuang p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 15px
}

.inpro_image .left .cp03 .anniu {
    margin: 50px 0 70px
}

.inpro_image .left .cp03 .anniu a {
    line-height: 1;
    padding: 13px 40px;
    background-color: #d2ac54;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 18px
}

.inpro_image .left .cp03 .anniu a i {
    font-size: 22px;
    line-height: 0;
    margin-left: 10px;
    transform: translateY(-1px)
}

.inpro_image .left .cp03 .anniu a:first-child {
    border: 2px solid #d2ac54;
    background-color: #fff;
    color: #d2ac54
}

.inpro_image .left .cp03 .anniu a:hover {
    background-color: #d2ac54;
    border-color: #d2ac54;
    color: #fff
}

.inpro_image .left .cp03 .tips {
    border: 1px dashed #a9a9a9;
    background-color: #f5f5f5;
    padding: 20px;
    display: flex
}

.inpro_image .left .cp03 .tips i {
    margin-right: 10px;
    color: #d2ac54;
}

.inpro_image .left .cp03 .tips p {
    color: #333
}

.inpro_image .right {
    width: 45%
}

.inpro_image .right .lunbo_pic {
    position: relative
}

.inpro_image .right .lunbo_pic .bigpic {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    color: #999
}

.inpro_image .right .lunbo_pic .bigpic i {
    margin-right: 5px;
    font-size: 18px
}
.inpro_image .right .lunbo_pic .chanp_thumbs{
    border: 2px solid #d0d0d0;
    overflow: hidden;
}
.inpro_image .right .lunbo_pic .chanp_thumbs .swiper-slide img{
    width: 100%;
}

.inpro_image .right .lunbo_pic .chanp_top {
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 12px;
}

.inpro_image .right .lunbo_pic .chanp_top .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	width: 100%;
	left: 0;
}

.inpro_image .right .lunbo_pic .chanp_top .swiper-slide img{
    width: 100%;
}

.inpro_image .right .lunbo_pic .chanp_top .ov-h {
    border: 2px solid #d0d0d0
}

.inpro_image .right .lunbo_pic .chanp_top .swiper-slide-thumb-active .ov-h {
    border-color: #d2ac54
}

.qrcode {
    position: relative
}

.qrcode i {
    font-size: 28px;
    color: #bbb;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.qrcode #output {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    right: 120%;
    top: 0;
    z-index: 8;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(38,62,130,0.5)
}
.qrcode #output img{
    width: 100%;
}

.tab-tit {
    border-bottom: 1px solid #efefef;
    margin-top: 80px;
    margin-bottom: 50px
}

.tab-tit>div {
    display: flex;
    justify-content: space-between
}

.tab-tit>div a {
    width: 25%;
    font-size: 18px;
    padding: 30px 0;
    color: #999;
    text-align: center;
    position: relative
}

.tab-tit>div a.active {
    color: #333;
    font-size: 22px;
    font-weight: bold
}

.tab-tit>div a.active::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #d2ac54;
    position: absolute;
    bottom: 0;
    left: 0
}

.tab-content .tabtitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 80px;
    margin-bottom: 40px
}

.tab-content .tabtitle h3 {
    font-size: 28px
}

.tab-content .tabtitle span {
    flex: 1;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
    margin-left: 15px
}

.tab-content .tabtitle .bigpic {
    color: #999
}

.tab-content .tabtitle .bigpic i {
    margin-right: 5px;
    font-size: 18px
}

.tab-content .neirong {
    overflow: hidden
}

.tab-content .neirong .img {
    background-color: #fff;
    border: 1px dashed #a9a9a9;
    padding: 20px 40px
}

.tab-content .neirong .img a {
    display: block;
    background-color: #fff
}

.tab-content .neirong .img img {
    margin: auto
}

.tab-content .bigpic table {
    width: 100%
}

.tab-content .bigpic table tr td:first-child {
    min-width: 120px;
    width: 200px
}

.tab-content .bigpic table tr td:first-child p {
    font-weight: bold;
    color: #333
}

.tab-content .bigpic table tr:first-child {
    border-bottom: 3px solid #333
}

.tab-content .bigpic table tr:nth-child(even) {
    background-color: #d6d6d6
}

.tab-content .bigpic table td {
    border: 2px solid #666;
    padding: 10px
}

.tab-content .bigpic table td P {
    color: #333
}

.tab-content .neirong2 {
    background-color: #f5f5f5;
    border: 1px dashed #a9a9a9;
    padding: 40px;
    margin-bottom: 30px;
    overflow: hidden
}

.tab-content .neirong2 p {
    position: relative
}

.tab-content .neirong2 p b {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block
}

.tab-content .neirong2 p img {
    background-color: #fff;
    padding: 10px;
    max-width: 100%;
    max-height: 600px;
    margin: 10px auto
}

.tab-content .neirong2 .img {
    background-color: #fff;
    box-shadow: 0 5px 10px #dfdfdf
}

.tab-content .neirong3 img {
    width: 100%
}

.tab-content .list {
    position: relative;
    margin-bottom: 120px
}

.tab-content .list .item {
    border: 1px solid #e1e1e1
}

.tab-content .list .item a {
    display: block
}

.tab-content .list .item .txt {
    padding: 50px 40px 20px
}

.tab-content .list .item .txt h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 5px
}

.tab-content .list .item .txt p {
    font-size: 15px;
    color: #999;
    height: 16px;
    line-height: 1;
}

.tab-content .list .item .ov-h {
    padding: 15px;
    padding-left: 28%
}

.tab-content .list .item:hover {
    border-top-color: #d2ac54
}

.tab-content .list .item:hover h3 {
    color: #d2ac54
}
/* --- */

.inpro_image .inpro_detail {
	padding: 50px;
	background-color: #fff;
	margin-top: 20px;
}

.inpro_image .inpro_detail h5 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.inpro_image .inpro_detail .inpro_cont{
    overflow: hidden;
}
.inpro_image .inpro_detail .bt{
    position: relative;
    margin-top: 30px;
}

.inpro_image .inpro_detail .apl{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inpro_image .inpro_detail .apl li{
    width: calc((100% - 30px) / 4);
}
.inpro_image .inpro_detail .apl li img{
    width: 100%;
}
.inpro_image .inpro_detail *{
    line-height: 150%;
}
.inpro_image .inpro_detail * + p{
    margin-top: 10px;
}
.inpro_image .inpro_detail * b{
    font-weight: bold;
}

.inpro_image .inpro_detail table{
    width: 100%;
    margin: 15px 0;
}
.inpro_image .inpro_detail table td{
    border: 1px solid #ccc;
    padding: 10px 1%;
}
.inpro_image .inpro_detail table td:nth-child(1){
    width: 300px;
    background-color: #f0f0f0;
    vertical-align: middle;
}
.inpro_image .inpro_detail table td:nth-child(2){
    width: calc(100% - 300px);
    vertical-align: middle;
}

.inpro_image .inpro_detail .context {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #eee;
	margin-top: 30px;
}

.inpro_image .inpro_detail .context p {
	width: 50%;
	padding: 20px;
}
.inpro_image .inpro_detail .context p + p{
    margin-top: 0;
}

.inpro_image .inpro_detail .context p.prevNews {
	border-right: 1px solid #eee;
}

.inpro_image .inpro_detail .context p a {
	width: calc(100% - 60px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.inpro_image .inpro_detail .context p a:hover {
	color: #333;
}


.inpro_image .products_reco {
	background-color: #fff;
	margin-top: 20px;
	padding: 50px;
}

.inpro_image .products_reco .tit h3 {
	font-size: 24px;
}

.inpro_image .products_reco .pro_reco ul {
	display: flex;
    flex-wrap: wrap;
}

.inpro_image .products_reco .pro_reco li {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}

.inpro_image .products_reco .pro_reco li:nth-child(4) {
	margin-right: 0;
}

.inpro_image .products_reco .pro_reco li .pic,
.inpro_image .products_reco .pro_reco li .pic img {
	width: 100%;
	transition: all 0.3s;
}

.inpro_image .products_reco .pro_reco li .pic {
	border: 1px solid #eee;
	overflow: hidden;
}

.inpro_image .products_reco .pro_reco li:hover .pic {
	border-color: #d2ac54;
}

.inpro_image .products_reco .pro_reco li:hover .pic img {
	transform: scale(1.2);
}

.inpro_image .products_reco .pro_reco li .bt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	color: #333;
}

.inpro_image .products_reco .pro_reco li:hover .bt {
	color: #d2ac54;
}

/* insearch */
.insearch {
	padding: 50px;
	background-color: #fff;
}

.insearch h5 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin-bottom: 30px;
}

.insearch .dfx {
	flex-wrap: wrap;
}

.insear_items {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}

.insear_items:nth-child(4n) {
	margin-right: 0;
}

.insear_items:nth-child(n+5) {
	margin-top: 20px;
}

.insear_items .pic,
.insear_items .pic img {
	width: 100%;
	transition: all 0.3s;
}

.insear_items .pic {
	border: 1px solid #eee;
	overflow: hidden;
}

.insear_items:hover .pic {
	border-color: #d2ac54;
}

.insear_items:hover .pic img {
	transform: scale(1.2);
}

.insear_items .bt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.insear_items:hover .bt {
	color: #d2ac54;
}

/* innews details */
.innews_detail {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.innews_detail .left_side_box {
	width: calc(100% - 380px);
	position: relative;
}

.innews_detail .left_side_box .backNewsList {
	width: 60px;
	display: block;
	position: absolute;
	left: -60px;
	top: 0;
	cursor: pointer;
	padding: 12px 0;
	background-color: #ccc;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.innews_detail .left_side_box .article {
}

.innews_detail .left_side_box .article .conBox {
	background-color: #fff;
	padding: 50px 30px;
	border-bottom: 1px solid #eee;
}

.innews_detail .left_side_box .article .conBox .tit {
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	position: relative;
}

.innews_detail .left_side_box .article .conBox .tit h2 {
	font-size: 28px;
	line-height: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.innews_detail .left_side_box .article .conBox .tit .share {
	width: 100%;
}

.innews_detail .left_side_box .article .conBox .tit .share p {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.innews_detail .left_side_box .article .conBox .tit .share p > span {
	display: block;
	font-size: 14px;
	color: #999999;
	padding: 0 8px;
	line-height: 100%;
}

.innews_detail .left_side_box .article .conBox .tit .share p > span + span {
	border-left: 1px dotted #b6b6b6;
}

.innews_detail .left_side_box .article .conBox .tit .share p > span:first-child {
	padding-left: 0;
}

.innews_detail .left_side_box .article .conBox .centent,
.innews_detail .left_side_box .article .conBox .centent * {
	font-size: 16px;
	line-height: 160%;
	color: #666;
}
.innews_detail .left_side_box .article .conBox .centent{
	/*text-align: center;*/
}
.innews_detail .left_side_box .article .conBox .centent video{
	max-width: 800px;
	max-height: 85vh;
	margin: 0 auto;
}

.innews_detail .left_side_box .article .context {
	background-color: #fff;
	display: flex;
}

.innews_detail .left_side_box .article .context p {
	width: 50%;
	padding: 25px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.innews_detail .left_side_box .article .context p a {
	width: calc(100% - 65px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.innews_detail .left_side_box .article .context p a:hover {
	color: #333;
}

.innews_detail .left_side_box .article .context .prevNews {
	border-right: 1px solid #eee;
}

.innews_detail .left_side_box .products_reco {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px;
}

.innews_detail .left_side_box .products_reco .pro_reco ul {
	display: flex;
}

.innews_detail .left_side_box .products_reco .pro_reco li {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}

.innews_detail .left_side_box .products_reco .pro_reco li:nth-child(4) {
	margin-right: 0;
}

.innews_detail .left_side_box .products_reco .pro_reco li .pic,
.innews_detail .left_side_box .products_reco .pro_reco li .pic img {
	width: 100%;
	transition: all 0.3s;
}

.innews_detail .left_side_box .products_reco .pro_reco li .pic {
	border: 1px solid #eee;
	overflow: hidden;
}

.innews_detail .left_side_box .products_reco .pro_reco li:hover .pic {
	border-color: #d2ac54;
}

.innews_detail .left_side_box .products_reco .pro_reco li:hover .pic img {
	transform: scale(1.2);
}

.innews_detail .left_side_box .products_reco .pro_reco li .bt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 100%;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.innews_detail .left_side_box .products_reco .pro_reco li:hover .bt {
	color: #d2ac54;
}

.innews_detail .right_side_box {
	width: 360px;
}

.innews_detail .right_side_box .hot_news {
	background-color: #fff;
	padding: 30px;
}

.innews_detail .right_side_box .hot_news .tit,
.products_reco .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	position: relative;
}

.innews_detail .right_side_box .hot_news .tit::after {
	content: '';
	width: 72px;
	height: 1px;
	background-color: #d2ac54;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9;
	display: none;
}

.innews_detail .right_side_box .hot_news .tit h3,
.products_reco .tit h3 {
	font-size: 18px;
	color: #333333;
	line-height: 100%;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.innews_detail .right_side_box .hot_news .tit h3 em,
.products_reco .tit h3 em {
	font-weight: bold;
	color: #d2ac54;
}

.innews_detail .right_side_box .hot_news .tit .jyfont,
.products_reco .tit .jyfont{
	font-size: 24px;
	line-height: 100%;
}

.innews_detail .right_side_box .hot_news .tit .jyfont:hover,
.products_reco .tit .jyfont:hover{
	color: #d2ac54;
}

.innews_detail .right_side_box .hot_news ul {
}

.innews_detail .right_side_box .hot_news.new_news ul li.active,
.innews_detail .right_side_box .hot_news ul li {
	list-style: disc;
	list-style: none;
}

.innews_detail .right_side_box .hot_news ul li.active {
	list-style: none;
}

.innews_detail .right_side_box .hot_news ul li+li {
	margin-top: 10px;
}

.innews_detail .right_side_box .hot_news ul li .pic,
.innews_detail .right_side_box .hot_news ul li .pic img {
	width: 100%;
	display: block;
}

.innews_detail .right_side_box .hot_news ul li .pic {
}

.innews_detail .right_side_box .hot_news ul li.active .pic {
	height: auto;
	visibility: visible;
	border: 1px solid #eee;
}
.innews_detail .right_side_box .hot_news ul li .pic img{
	width: 100%;
}

.innews_detail .right_side_box .hot_news ul li .bt {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	color: #333;
}

.innews_detail .right_side_box .hot_news ul li:hover .bt{
	color: #d2ac54;
}

.innews_detail .right_side_box .hot_news ul li.active .bt {
	font-weight: bold;
	color: #333;
}

.innews_detail .right_side_box .new_news {
	margin-top: 20px;
}

/*about*/
.inner_ab{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
}
.inner_ab .page_left{
	width: 600px;
}
.inner_ab .page_left .page_title{
	margin: 14px auto;
}
.inner_ab .page_left .page_title .page_title_yw{
	display: block;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 100%;
    margin: 10px 0px 8px 0px;
}
.inner_ab .page_left .page_title .page_title_zw{
	font-size: 28px;
    line-height: 36px;
    font-weight: normal;
}
.inner_ab .page_left .page_ggy{
	height: 130px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #333;
}
.inner_ab .page_left .page_ggy p{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 29px;
}
.inner_ab .page_left{}

.inner_ab .page_right{
	width: calc(100% - 600px);
	padding: 108px 0 0 50px;
}
.inner_ab .page_right .page_right_tit{
	display: block;
    color: #032e9e;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #f3edf0;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.inner_ab .page_right .page_right_des{}
.inner_ab .page_right .page_right_des p{
	font-size: 16px;
    text-indent: 2em;
    line-height: 36px;
}

.inab_img{
	padding: 50px;
	box-sizing: border-box;
	background: #fff;
}
.inab_img .list{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.inab_img .list .item{
	width: calc((100% - 60px) / 4);
}
.inab_img .list .item:nth-child(9){
    display: none;
}
.inab_img .list .item .pic{
	overflow: hidden;
}
.inab_img .list .item .pic img{
	width: 100%;
}
.inab_img .list .item .tit{}
.inab_img .list .item .tit a{
	display: block;
	color: #333;
	line-height: 100%;
	margin-top: 10px;
    text-align: center;
}
.inab_img .list .item:hover .tit a{
	color: #d2ac54;
}

/* 隐藏下载按钮 */
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* 增加宽度以隐藏下载按钮 */
}

/* 搜索 */
.n_banner img{
	width: 100%;
}
.insearch {
	padding: 50px;
	background-color: #fff;
}

.insearch h5 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin-bottom: 30px;
}

.insearch .dfx {
	display: flex;
	flex-wrap: wrap;
}

.insear_items {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}

.insear_items:nth-child(4n) {
	margin-right: 0;
}

.insear_items:nth-child(n+5) {
	margin-top: 20px;
}

.insear_items .pic,
.insear_items .pic img {
	width: 100%;
	transition: all 0.3s;
}

.insear_items .pic {
	border: 1px solid #eee;
	overflow: hidden;
}

.insear_items:hover .pic {
	border-color: #d2ac54;
}

.insear_items:hover .pic img {
	transform: scale(1.2);
}

.insear_items .bt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	overflow: hidden;
	text-align: center;
}

.insear_items:hover .bt {
	color: #d2ac54;
}