@font-face {
	font-family:"OPPOSans-SemiBold";
	src:url(../font/OpenSans-SemiBold.ttf) ;
}

@font-face {
	font-family:"OPPOSans-Bold";
	src:url(../font/OpenSans-Bold.ttf) ;
}

@font-face {
	font-family:"OPPOSans-Medium";
	src:url(../font/OPPOSans-M.ttf) ;
}

@font-face {
	font-family:"OPPOSans-Regular";
	src:url(../font/OpenSans-Regular.ttf) ;
}

@font-face {
	font-family:"HelveticaNowDisplay-Bold";
	src:url(../font/HelveticaNowDispBd.otf) ;
}
 

body {
	width: 100%;
	margin: 0;
	padding: 0; 	
	line-height: 1.5;
	background: #faf8f5;
	/* letter-spacing: 1px; */
	cursor: default;
	font-family: "OPPOSans-Regular", 微软雅黑,黑体;	
}

.scroll-attachment { 
	width: 100%;  
	height: calc(100% - 5.8rem);
	background: -webkit-linear-gradient(bottom, #faf8f5 calc(100% - 5.8rem), transparent 5.8rem);	 
}

.icon-search-autoColor {
	display: block; 
	min-width: 13px; 
	min-height: 13px; 
	border: 2px #fff solid;
	border-radius: 50%;
	position: relative;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

svg:not(:root) {  overflow: hidden;  width: 100%;}

h1,h2,h3,h4,h5,h6 { cursor: pointer; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd { margin: 0; padding: 0;list-style: none;  }

a { font-weight: normal; display: inline-block; text-underline: none; text-decoration: none; color: #333; }

 li a ,
 dt a ,
 dd a ,
.swiper-slide a { color: var(--color_title); display: block; width: 100%; height: 100%; text-decoration: none; position: relative; overflow: hidden;  cursor: pointer;}

 li:hover a ,
 dt:hover a ,
 dd:hover a { text-decoration: none; color: var(--color_title);}
 
 /* 内容 编辑器 */
 table { max-width: 100%; border:0 ;}
 table thead tr td,
 .firstRow td { background-color: #eee;  }
 table tr td { border:0 ; padding: .25rem .4rem;  }
 
 table tbody tr td { border-bottom: 1px #eee solid ; background-color: #fff; border-right: 1px #eee solid ;}
 table tbody tr td:last-child { border-right:none; }
 
.content table { width: 100%; height: auto; } 

button, input, optgroup, select, textarea { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

p,
.content p { font-size: .18rem; line-height: 1.5; text-align: justify; word-spacing: -1px; }

input {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0) ;
}

input,button {outline:none;	border-style: none; background-color:transparent; box-shadow: none;	}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none;  background-color:transparent; box-shadow: none; }
input[type="number"]{ -moz-appearance: textfield; } 

input::-webkit-autofill { 
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
 
hr { margin-top: .2rem; margin-bottom: .2rem; border-color: #eee; }

img ,video { border: none; max-width: 100%; object-fit: cover; } 

/* searchbox-form */
.searchbox-form {
	height: 60px;	
	line-height: 60px;
	min-width: 4.3rem;
	border: 1px #fff solid;
	position: relative;
	z-index: 5;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	overflow: hidden;
}

.searchbox-form input {	display: block;	width: 90%;	height: 100%; padding: 0 15px;}

.searchbox-form a.searchbox-form-apply ,
.searchbox-form button.searchbox-form-apply {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: block;
	padding: 0 12px;
	background-color: #fff;
	height: 100%;
	width: 60px; 
	text-decoration: none;
}

.searchbox-form a.searchbox-form-apply i,
.searchbox-form button.searchbox-form-apply i { min-height: 9px; }

.searchbox-form a.searchbox-form-apply i::before,
.searchbox-form a.searchbox-form-apply i::after,
.searchbox-form button.searchbox-form-apply i::before,
.searchbox-form button.searchbox-form-apply i::after { border-color: #8c0000 !important; }

.swiper-container,
.swiper {  width: 100%; height: 100%; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;	
	/* background-color: #f8f8f8; */
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.swiper-button-next {  right: 10px; }
.swiper-button-prev {  left: 10px; }

.swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 2px;
	border-radius: 5px;	
}

.swiper-pagination-progressbar.swiper-pagination-horizontal { height: 2px; }

.swiper-button-prev:after,
.swiper-button-next:after {	color: #4F4F4F; font-size: 40px; }


#v-windows .swiper-button-next {  right: -30px; }
#v-windows .swiper-button-prev {  left: -30px; }
#v-windows .swiper-button-prev:after { content: 'prev'; display: block; }
#v-windows .swiper-button-next:after { content: 'next'; display: block; }

.swiper-pagination-lock,
.swiper-button-lock { display: block; }

.swiper-pagination-progressbar { background-color: #a1a1a1; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color: var(--theme_red); }

.slide-btn-group {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slide-btn-group div { 	position: relative; width: .5rem; height: auto; } 

.slide-btn-group div::before {
	content: ""; 
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;	
	border-top: 2px #dddddd solid; 
	transform: translate(-50%,-50%) ;
	transition: all .3s;
}

.slide-btn-group div.swiper-button-prev { margin-right: 40px; }
.slide-btn-group div.swiper-button-prev::after  {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;	
	border-top: 2px #dddddd solid;
	border-right: 2px #dddddd solid;
	transform: translateY(-50%) rotate(-135deg);
	transition: all .3s;
}

.slide-btn-group div.swiper-button-next::after  {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;	
	border-top: 2px #dddddd solid;
	border-right: 2px #dddddd solid;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s;
}

.slide-btn-group div:hover::before ,
.slide-btn-group div:hover::after {
	content: "";
	border-color: var(--theme_red);
	transition: all .3s;
} 

/* span.swiper-pagination-bullet-active { background-color: #ffff !important; } */


.container {   margin: auto;   position: relative; z-index: 1; }

.container,
#banner .inside-bottom { /* width: 14.6rem; */ width: 76vw; }

.innerban .inside-bottom  {  width:calc(76vw - 45px);  }

section {  background-color: #ffff; }


/* 后台内容编辑框初始化 */
div { color: #333; }
.mission-cards-desc p,
.info {	color: #313131; line-height: 1.8; }
.info::after {
    content: "";
    clear: both;
    display: block;
}
.info ol,
.info ul { /* padding-left: 15px; */ width: auto !important; }
.info img { max-width: 100% !important; display: block; margin: auto;}
.course-info img { width: auto; }
ul.list-paddingleft-2 { padding-left: 20px;  }
ul.list-paddingleft-2 li { margin-right: 4%;}

.info table { max-width: 100%; }
.info p { margin-bottom: 20px; line-height: 1.8; text-align: left; }
.info b,
.info strong { color: #101010; } 

.tips-speasiou table td,
.tips table td { background-color: transparent; padding: 5px 0; border: none; }
.tips-speasiou table td p,
.tips table td p { margin-bottom: 00;  }
.tips-speasiou p,
.tips p {color: #666; font-size: .16rem; }

/* 字体设置 */

.OPPOSans-SemiBold ,
.banner-tittle ,
.co-tittle ,
.stand-title ,
span.nums ,
.history_list .item .unison-date big,
.t-name,
.sub_navs h3,
.events-tittle ,
.news_list2 ul li h3 { font-family:"OPPOSans-SemiBold", 微软雅黑,黑体; letter-spacing: 0px;}

.OPPOSans-Bold,
.ft-menu ul li a,
.events_rq ,
.stand-title { font-family:"OPPOSans-Bold", 微软雅黑,黑体;  }

.OPPOSans-Medium,
.page_load ,
.info p ,
.teachers-desc p ,
.t-zhiwei  { font-family:"OPPOSans-Medium", 微软雅黑,黑体; }

 
 


/* 网站颜色设置 */
:root {
	--theme_red: #8c0000;
	--theme_gold: #9a6f4a;
	--theme_Lightgold: #c5aa88;
	--theme_grey: #474343;
	
	--body-bg:#faf8f5;
	
	--color_title: #313131;	
	--color_desc: #999999 ;
	
	--border_color :#eeeeee;  /* #a1a1a1 */
	--color_bai : #ffffff;
	--color_999 : #999;	
}


.theme_red { background-color: var(--theme_red); background-color: #8c0000;  color: #fff; }
.theme_gold { background-color: var(--theme_gold); background-color: #9a6f4a;   color: #fff; }
.theme_Lightgold { background-color: var(--theme_Lightgold); background-color: #c5aa88;  color: #fff; }
.theme_grey { background-color: var(--theme_grey);background-color: #474343;   color: #fff; }
.theme_body { background-color: var(--body-bg); background-color: #faf8f5;  color: #fff; }

/* 字体颜色 */
.color_red { color: var(--theme_red) !important; color: #8c0000; }

.t-name,
.cards-sort-list ul li .stand-title,
.color_title  { color: var(--color_title);  color: #313131;}
.color_desc  { color: var(--color_desc); color: #999999;}
.color_999 { color: var(--color_999); color: #999999;}

/* 白色 */
.color_bai { color: var(--color_bai ); }
.color_bai ,
.color_bai * { color: #fff !important; border-color: rgba(255,255,255,.5) !important; }

.color_bai .btn-more-next::before,
.color_bai .btn-more-next::after { border-color: #fff !important;  }


/* 其他底纹色系 */
.bg_5c7681 { background-color: rgba(92,118,126,.05); }
.bg_002839 { background-color: rgba(0,40,57,.01); }
.bg_a2a09e { background-color: #a2a09e; }
.bg_fcfcfb { background-color: #fcfcfb; }
.bg_f7f7f7 { background-color: #f7f7f7; }
.bg_f9f9f9 { background-color: #f9f9f9; }
.bg_faf8f5 { background-color: #faf8f5; }
.bg_f8f8f8 { background-color: #f8f8f8 ; }

.bg_black { background-color: rgba(0,0,0,.15); }
.bg_black_ab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0,0,0,.6);
}


.bg_fff { background-color: #fff; }
 
 
/* 边框线 */
.line-bai { border-color: rgba(255,255,255,.5) ; }
.border_color { border-color:var(--border_color) !important; }

.has_topline ,
.line-top { border-top: 1px var(--border_color) solid; }
.line-bottom { border-bottom: 1px var(--border_color) solid; }


.bg_lineBottom {	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,.7) 4%, rgba(0,0,0,0) 74%);
}


.line-red {
	width: 100%; height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	transform: translateY(100%);
	opacity: 0;
	background: -webkit-linear-gradient(bottom, rgba(140,0,0,1) 1%, rgba(140,0,0,0) 51%);
	background: -moz-linear-gradient(bottom, rgba(140,0,0,1) 1%, rgba(140,0,0,0) 51%);
	background: -ms-linear-gradient(bottom, rgba(140,0,0,1) 1%, rgba(140,0,0,0) 51%);
	background: linear-gradient(bottom, rgba(140,0,0,1) 1%, rgba(140,0,0,0) 51%);
	transition: all .35s ;
}

ul li:hover .line-red { transform: translateY(0);opacity: 1; transition: all .35s ; }


/* 遮罩层 */
.black_wamp {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


/* 首页通用按钮 */
.btn_more_lightred {
	outline: none;
    display: block;
    margin: auto;
	margin-bottom: .2rem;
	margin-top: .25rem;
    padding: .15rem;
    width: 180px;
    text-align: center;
    background-color: rgba(139,0,19,.1); 
    line-height: 1;
    font-size: .14rem;
    color: #8b0013;
	text-decoration: none;
	cursor: pointer;
	transition: all .35s ;
}


.btn_more_lightred:hover {
	text-decoration: none;
	background-color: rgba(139,0,19,1);
	color: #fff;
	transition: all .35s ;
}

.btn_more_red {
	outline: none;
    display: block;
    margin: auto;
    padding: .1rem .13rem;
    width: 90px;
    text-align: center;
    background-color: #8b0013; 
    line-height: 1;
    font-size: .12rem;
    color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all .35s;
}

.btn_more_redline  {
	outline: none;
    display: block;
    margin: auto;
    padding: .1rem .13rem;
    width: 90px;
    text-align: center;
    border: 1px #8b0013 solid; 
    line-height: 1;
    font-size: .12rem;
    color:#8b0013;
	text-decoration: none;
	cursor: pointer;
	transition: all .35s;
}

.btn_more_redline:hover,
.btn_more_red:hover {
	background-color:#8b0013;
	text-decoration: none;
	color:#fff;
	transition: all .35s;
}





/* 统一字体设置 */
.font-12 , 
p.news-deta   { font-size: .12rem;  }

.font-14, 
.desc,
.desc p ,
.txtlength_limit,
.txtlength_limit p ,
.toollins .links-grout a ,
.copyright,
.btn-more-next  { font-size: .14rem; }


p,
.mission-cards-desc p , 
.font-18 { font-size: .18rem; }

.news_list2 ul li .desc p ,
.platforms_list ul li .desc-area p {font-size: .16rem;  }
 
.font-16,
.info p,
.t-zhiwei,
p.unison-date, 
.research-huizong .item_normal dd p { font-size: .18rem; }
 

.font-20 ,
.stand-title-20,
.stand-tittle-20 ,
.menu ul li p a { font-size: .2rem; }

.font-22 ,
.stand-tittle-22,
.course-tittle { font-size: .22rem; }

.font-24 , 
.stand-title,
.news-tittle ,
dl.ft-contact h6,
.t-name,
.events-tittle  { font-size: .24rem; }

.font-28 ,
.mission-cards ul li span.nums { font-size: .28rem; }

.font-30 { font-size: .3rem; }

.font-32 ,
.mask-title ,
.stand-tittle-36 { font-size: .32rem;}

.font-36 ,
.fake-tittle,
.stand-tittle-36 { font-size: .36rem !important;}

.font-42 { font-size: .42rem; }

.font-48 ,
.banner-tittle ,
.co-tittle { font-size: .48rem; }

.font-60  { font-size: .6rem; }

.font-70 ,
big.counter-value { font-size: .7rem; }
 
.font-100 { font-size: .96rem; }

.stand-title-20,
.stand-tittle-20,
.stand-tittle-22 ,
.stand-tittle-36  { line-height: 1.5; font-weight: bold; }

 .padding_20 { padding: .2rem; }
 .padding_up20 { padding: .2rem 0;  }
 .padding_30 { padding: .3rem; }
 .padding_up30 { padding: .3rem 0;  }
 .padding_40 { padding: .4rem; }
 .padding_up40 { padding: .4rem 0;  }
 .padding_50 { padding: .5rem; }
 .padding_up50 { padding: .5rem 0 ; }
 .padding_60 { padding: .6rem; }
 .padding_up60 { padding: .6rem 0 ; }
 .padding_100 { padding: 1rem; }
 .padding_up100 { padding: 1rem 0 ; }
 
 .padding_up60 { padding: .6rem .4rem; }
 .padding_left120 { padding:.6rem  1.2rem ; }
 
 .padding_up150 { padding: 1rem 0; }
 
 .margin_up50 { margin: 50px auto; }

 .margin_bottom10 { margin-top: 0; margin-bottom: 10px; }
 .margin_bottom20 { margin-top: 0; margin-bottom: .1rem; }
 .margin_bottom30 { margin-bottom: 30px; }
 .margin_bottom40 { margin-bottom: 40px !important; }
 .margin_bottom70 { margin-bottom: 70px; }
 .margin_bottom100 { margin-bottom: 100px; }

/* 页面通用规则 */ 
.mode { padding: .9rem 0; width: 100%;  overflow: hidden;   }
.fullcontainer_16  { width: 16rem; margin: auto; position: relative; z-index: 0; padding: .7rem; padding-top: 0;  } 

.fullwidth { 
	width: 100vw; 
	margin-left: 50%; 
	transform: translateX(-50%);  
	margin-bottom: 88px; 
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.mainbody { margin-top: 30px; }
.mainbody .box { background-color: #fff; padding: .2rem;  margin-bottom: .2rem; overflow: hidden;  }

.dis_flex {	display: flex; flex-flow: row nowrap; justify-content: center; }

.float-left { float: left; }
.float-right { float: right; }

.position_static { position: static !important; }
.position_rela { position: relative; z-index: 1; }
.position_up { position: relative; z-index: 5; }

.w_25 { width: 25%; }
.w_50 { width: 50%; }
.w_40 { width: calc(40% - 10px); }
.w_60 { width: calc(60% - 10px);  }
.w_70 { width: calc(100% - (100% / 4 ) - 5px ) ; margin-right: 20px;  }
.w_30 { width: calc((100% / 4 ) - 25px); transition: all .35s;}

.tags {
	display: inline-block;
	background-color: var(--theme_red);
	color: #fff;
	text-align: center;
	padding: .08rem .15rem; 
	line-height: 1;	
}

hr.line { border-color: rgba(255,255,255,.35); position: relative; z-index: 5; }

.clearfix { clear: both; }
.phone { display: none !important; } 

.no-repeat  { background-repeat: no-repeat; }
.no-repeat-right  { 
	background-repeat: no-repeat; 
	background-size:auto;
	background-position: 85% center;
}

.position-bottom-right  { 
	background-repeat: no-repeat; 
	background-size:auto;
	background-position: right bottom;
}


/* 固定底部 */
.fixed-bottom { width: calc(100% - 30px); position: absolute; bottom: 50px; z-index: 5;  }

.ft-bottom,
.inside-bottom { width: 100%; position: absolute; bottom: 0px; z-index: 5; }


/* 圆角 */
.border-radius-4 { border-radius: 4px; }




/* 通用标题 */
.co-tittle-group { }
.co-tittle-group a {
	
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color_title);
	font-size: .18rem;
	text-decoration: none;
}

.co-tittle-group a ,
.btn-more-next  { padding-right: 28px; }


.co-tittle-group a::before,
.co-tittle-group a::after  { border-color: #dddddd ; transition: all .3s;}

.co-tittle-group a:hover { text-decoration: none; color: #9a0000; transition: all .3s;}
.co-tittle-group a:hover::before,
.co-tittle-group a:hover::after { border-color: #9a0000; transition: all .3s; }

.co-tittle { letter-spacing: -2px;   color: #9a0000; line-height: 1; margin-bottom: .4rem; position: relative; }
.co-tittle span { line-height: 1; font-weight: bold; }
.co-tittle a { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

.sub-tittle { text-align: left;  color: #fff; margin-bottom: 25px; } 
.sub-tittle h3,
.sub-tittle span {	display: block;	font-size: .22rem; }
 
.stand-title {	line-height: 1.25; }
 
.news-tittle ,
.events-tittle { 
	display: -webkit-box;
	line-height: 1.5;
	min-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: var(--color_title); 
	margin-bottom: .1rem;  
}

.news-date ,
.news-type { 
	display: inline-block; 
	color: var(--color_desc); 
	font-weight: bold; 
	margin: 0;  
	margin-top: .17rem; 
	line-height: 1; 
}

.relative_news dd {
	border: 1px var(--border_color) solid;
	border-top: none;
}


/* 标题文字限制 */ 
.list-tittle-20,
.desc,
.desc p ,
.txtlength_limit,
.txtlength_limit p  {
	display: -webkit-box; 
	line-height: 1.15;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999;	
}

.list-tittle-20 { color: var(--theme_red); }

.txtlength_limit_1,
.txtlength_limit_1 p  { display: -webkit-box;  -webkit-line-clamp: 1; overflow: hidden;} 

.txtlength_limit_3,
.txtlength_limit_3 p  { display: -webkit-box;  -webkit-line-clamp: 3; overflow: hidden;} 

 


/* head */
.headtop {
	width: 100%; 
	z-index: 100;
	padding-bottom: .15rem;
	transition: all .35s;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	transition: all .35s;
}

.headtop::before {
    content: "";
    width: 100%;
    height: 2rem;
	position: absolute;
	top: 0;
	z-index: -1;
    background: -webkit-linear-gradient(top , rgba(0,0,0,.65), rgba(0,0,0,.0));
	background: -moz-gradient(top , rgba(0,0,0,.65), rgba(0,0,0,.0));
	background: -ms-linear-gradient(top , rgba(0,0,0,.65), rgba(0,0,0,.0));
	background: linear-gradient(top , rgba(0,0,0,.65), rgba(0,0,0,.0));
	pointer-events: none;
}

.toollins {
    /* border-bottom: 1px rgba(255,255,255,.3) solid; */
	padding-top: 10px;
	margin-bottom: .1rem;
	transition: all .3s; 
}

.toollins .links-grout .icon-search-autoColor {    
	position: absolute; 
	z-index: 1;
	margin-top: 0; 
	transform: translateY(-2px); 
	width: .13rem;
	height:.13rem;
	border: 2px #fff solid;
	border-radius: 50%;
}
.icon-search-autoColor::before {
	content: "";
	display: block;
	width: 8px;
	border: 1px #fff solid; 
	position: absolute;
	top: 99%;
	left: 79%;
	transform: rotate(45deg);
	z-index: 0;
}

.toollins .container {   }
.toollins .links-grout { width: auto;  }
.toollins .links-grout a {
	padding: .1rem .15rem;
	line-height: 1;
	/* border-right:1px rgba(255,255,255,.3) solid; */
	color: #fff; 
	opacity: .5;
	text-decoration: none;
	transition: all .35s;
}

.toollins .links-grout a:hover { opacity: 1; transition: all .35s; }

.toollins .links-grout:first-child { float: left; }
.toollins .links-grout:nth-child(2)  { float: right; }

.toollins .links-grout:first-child a:first-child { border-left: none;}
/* .toollins .links-grout:nth-child(2) a:first-child { border-left:1px rgba(255,255,255,.3) solid; } */
.toollins .links-grout:nth-child(2) a:last-child { border-right: none;}

.position_fixed { position: fixed; top: 0; left: 0;transition: all .35s; }

.logo {	
	width: 3.38rem; 
	height: .46rem; 
	overflow: hidden; 
	float: left; 
	position: relative; 
	z-index: 10;  
}

.logo a { display: block; width: 100%; height: 100%; position: relative; z-index: 1; }

.logo img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	transition: all .35s;
	opacity: 1;
} 

.headtop img.on-color { opacity: 1; }
.headtop img.old { opacity: 0; }

.fix_bai {	background-color: #fff;	  box-shadow: 0 0 15px  rgba(0,0,0,.1);    transform: translateY(-0.35rem);  padding-bottom: 0.1rem !important; transition: all .3s; }
.fix_bai .toollins { margin-bottom:  0.1rem !important;  transition: all .3s; }
.full_bai .toollins .links-grout a,
.full_bai .toollins .links-grout a,
.full_bai .menu ul li p a ,
.fix_bai .toollins ,
.fix_bai .links-grout a  ,
.fix_bai .menu ul li p a ,
.fix_bai .toollins .links-grout:nth-child(2) a:first-child { color: rgba(0,0,0,.6); border-color: #eeeeee; transition: all .3s; }

.full_bai { background-color: #fff;	  box-shadow: 0 0 15px  rgba(0,0,0,.1);   }
.full_bai::before { opacity: 0; }

.fix_bai .icon-search-autoColor ,
.fix_bai .icon-search-autoColor::after { border-color:rgba(0,0,0,.6); transition: all .3s;  }

.full_bai .menu ul li:hover p::before,
.full_bai .icon-search-autoColor::before,
.full_bai .icon-search-autoColor ,
.fix_bai .icon-search-autoColor:hover ,
.fix_bai .icon-search-autoColor:hover::after { border-color:  #9a0000 !important; transition: all .3s;  }

.full_bai .menu ul li:hover p a ,
.fix_bai .links-grout a:hover ,
.fix_bai .menu ul li:hover p a { color: #9a0000; transition: all .3s; }



.fix_bai::before { z-index: -1;  opacity: 0; transition: all .3s;}

.full_bai img.on-color,
.fix_bai img.on-color { opacity: 0 !important; transition: all .3s; }

.full_bai img.old,
.fix_bai img.old { opacity: 1 !important; transition: all .3s;}
.fix_bai .menu ul li p::before  { border-color:  #9a0000; }

.menu { width: calc(100% - 3.38rem);  position: relative; z-index: 5; float: left; }
.menu ul { 	padding: 0;	list-style: none;  height: 100%; display: flex; justify-content: space-between;  }
.menu ul li { min-height: .5rem; position: relative;   height: 100%;  display: block; float: left;   }
.menu ul li p { display: table;  width: 100%; height: 100%; position: relative; overflow: hidden; opacity: .5; transition: all .35s;  }
.menu ul li p::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 85%;
	left: 0;
	border-top: 1px #fff solid;
	opacity: 0;
	transform: translateX(-100%);
	transition: all .3s;
}
.menu ul li p a { text-decoration: none; color: #fff; min-width: 25px; display: table-cell; line-height: 1; padding: .13rem 0;   vertical-align: middle;  text-decoration: none;   /* font-size: .2rem; */  }
 
.menu ul li:hover p {  opacity: 1; transition: all .35s;  }
.menu ul li:hover p::before { 	opacity: 1; transform: translateX(0); transition: all .3s; }
 
.menu ul li:hover p a { text-decoration: none; color:  #fff;  transition: all .35s; }

.menu ul li.page_on a { color: var(--theme_red); transition: all .35s; }
 
/* 二级菜单 */
.menu ul li ol { 
	width: 100vw;
	background-color: rgba(0,0,0,.8);
	position:fixed; 
	left: 50%; 
	/* top: 100%; */ 
	transform: translate(-50% , 0.18rem);
	padding: .3rem 0;
	padding-left: 25px;  
	text-align: center;
	border-right: 1px rgba(255,255,255,.15) solid; 
	display: none;
}

.slide_right { text-align: right !important; } /* 10-22 ds */

/* .menu ul li:nth-child(1) ol { display: block; } */

.column-count2 { column-count: 3; padding: 0.3rem 3rem !important; }
.column-count2 a { display: block !important; text-align: left !important; padding: .1rem 0 !important; }
 
.menu ul li ol a { 
	display: inline-block; 
	width: auto; height: auto;  
	color: rgba(255,255,255,.4); 
	font-size: .16rem;	
	margin: 0 15px; 
	line-height: 1;
	overflow: visible;
	transition: all .35s;
} 
.menu ul li ol a:hover { color: rgba(255,255,255,1);  transition: all .35s; }



.fixed-btngroup {
	width: 55px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 15;
} 

.fixed-btngroup a {
	display: block;
	padding: 15px;
	width: 65px;	 
	text-align: center;
	color: #fff;
	transition: all .35s; 
}

.fixed-btngroup a span {
	display: inline-block;
	word-break: break-all;
	width: 25px;
	height: auto;
	transform-origin: center;
	transform: translate(-5px, 0px) rotate(0deg);
	/* transform: translate(16px, 0px) rotate(-90deg); */
} 
 
/* 移动端菜单按钮 */
.dot { 
	width: 27px; 
	height: auto; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	cursor: pointer;
	z-index: 5;  
	display: none;
}

.dot span {
	display: block;
	width: 100%;
	transform-origin: center center;
	border-top: 3px var(--theme_red) solid;
	margin: 5px 0; 
}


div#sm_tags { display: none; }

.sm_panel {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 14;
	background-color: var(--theme_red);
	top: 0;
	padding-top: 85px;
	display: none; 
	overflow: hidden;
}

.sm_menu { width: 100%; margin-bottom: 30px;}
.sm_menu ul { display: block; }
.sm_menu ul li { 
	padding: 15px 10px;	
	position: relative; 
	border-bottom: 1px rgba(255,255,255,.35) solid;
	transform: translateX(100%);
	opacity: 0;
	transition: all .35s; 
}
.sm_menu ul li:first-child { border-top: 1px rgba(255,255,255,.35) solid; }
.sm_menu ul li a { line-height: 1; color: #fff; font-size: 16px; }
.sm_menu ul li p a { font-size: 20px; }
.sm_menu ul li ol.child-item { display: none; }

.sm_foot { width: 100%;  }
.sm_foot ul { display: flex; justify-content: center; align-items:center;  }
.sm_foot ul a { font-size: 20px; line-height: 1; padding: 0 15px; display: block; color: #fff; text-decoration: none; position: relative; }
.sm_foot ul a:nth-child(2) { border-right: 1px rgba(255,255,255,.35) solid; border-left: 1px rgba(255,255,255,.35) solid; }
.sm_foot p.copyright { text-align: center; border: none; }

.on span:nth-child(2),
.onphone span:nth-child(2),
.searchphone span:nth-child(2) { opacity: 0; transition: all .35s; }

.on span:nth-child(1),
.onphone span:nth-child(1),
.searchphone span:nth-child(1){ transform: translate(0px,8px) rotate(45deg); transition: all .35s; }

.on span:nth-child(3),
.onphone span:nth-child(3) ,
.searchphone span:nth-child(3){ transform: translate(0px,-8px) rotate(-45deg);	transition: all .35s; }
/* head-end */



/* .foot */
.foot {  color: #fff; padding-bottom: .5rem; /* margin-top: .9rem; */ }
.ft-menu { padding: 0.5rem 0;  border-bottom: 1px rgba(255,255,255,.4) solid;  }
.ft-menu ul { padding: 0; display: flex; justify-content: space-between; flex-flow: row nowrap; }
.ft-menu ul li {   text-align: center; position: relative; }
.ft-menu ul li a { text-align: center; color: #fff; text-decoration: none; }

.ft-logo { width: 22%; float: left; }
.ft-logo img { height: 45px; }

dl.ft-contact { color: #fff; width: 78%; display: flex; float: left; }
dl.ft-contact h6 { margin-bottom: 20px; color: #fff;  }
dl.ft-contact p { color: #fff; line-height: 1.8; }
dl.ft-contact dt { width: 60%; border-right: 1px rgba(255,255,255,.4) solid; }
dl.ft-contact dd { width: 40%; }
dl.ft-contact dt,
dl.ft-contact dd { display: block; padding: .4rem; padding-bottom: 0; float: left; font-weight: normal; position: relative; }

.ft-midea ul { display: flex; }
.ft-midea ul li { margin-right: 15px; }
.ft-midea ul li { text-align: center; color: #fff; }
.ft-midea ul li img { height: 1.24rem; display: block; margin-bottom: 8px;}

.copyright { color: #fff; opacity: .2; position: absolute; bottom: 0; }



.ft-link { width: 87%; }
.ft-link ul { padding: 0;  }
.ft-link ul li { 
	float: left; 
	width: calc((100% - 20px) / 2);
	background-color: rgba(255,255,255,.1);
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px; 
	overflow: hidden;
	transition: all .3s; 
}

.ft-link ul li a { padding: 10px 0; color: #fff; text-decoration: none; }
.ft-link ul li:hover { background-color: rgba(255,255,255,.2); transition: all .3s;  }


.ft-link ul li:nth-child(2n) { margin-right: 0; } 
.ft-link ul li:hover { opacity: 1; transition: all .3s; }

.ft-link ul li ,
.ft-link ul li p a {  color: #fff; text-decoration: none; line-height: 1.5; }
.ft-link ul li ol a:hover { color: #fff; }

.ft-medium { width: 1.25rem; margin-left: auto; margin-right: 0; }

.ft-copyright {    
    padding-top: 15px; 
    color: rgba(255,255,255,.5);
    font-size: .12rem; 
}

.ft-copyright p { display: inline-block;  font-size: .14rem;}
.ft-copyright span { float: right;}
.ft-copyright span a { color: rgba(255,255,255,.5); cursor: pointer; }
 
/* foot-end */




/* 内页二级菜单 */
.sub_nav { 	 
	height: 100%;  
	background-color: #fff; 
	position:relative; 
	z-index: 3;  
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
}
.sub_nav ul { padding: 0; height: 100%;  }
.sub_nav ul li { display: block; float: left; height: 100%; margin-left: 20px;  }
.sub_nav ul li a {
	display:block; 
	padding: .15rem 0 ; 
	line-height: 1; 
	color: var(--theme_txtcolor); 	
	/* border-bottom: .15rem transparent solid ; */
	transition: all .35s;
}

.sub_nav ul li.active a { color: var(--theme_red) !important; 	transition: all .35s; } 
.sub_nav ul li:hover a { color: var(--theme_red) !important; transition: all .35s; }

/* 菜单-滑块 */
.active_line,
.active_stickline {
	outline: none;
	border-top: 2px var(--theme_red) solid;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	display: none;
}

.active_stickline  { top: auto; bottom: -3px; }



/* 页面定位 */
.scroll_fix_left {
    position: sticky !important;
    top: 20px !important;
   /* left: -120px !important; */
	right: calc((100vw - 13.8rem) / 2 + 5px) !important;
    transition: all .3s;
}

.scroll_fix_right {
    position: sticky;
    top: 20px;
    right: calc((100vw - 13.8rem) / 2 + 5px);
    transition: all .3s;
}


.page_load {	
	width: auto;
	float: none;
	height: auto;
	position: absolute;
	right: 0;
	top: 62%;
	transform: translateY(-50%);
	/* bottom: .35rem;
	padding: 0.35rem; */
	line-height: 1;
	color: rgba(255,255,255,.5); 
}

.page_load a:nth-child(1) {
	padding-left: 25px;
	background-image:url(../img/icons/icon-home.png) ;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	
}


/* 2024-10-21 */
.page_load a {font-size: 16px; opacity: .8; color: #fff; text-decoration: none; margin: 0 5px;}


.page_load .icon-home {	
	display: inline-block; 
	background-image:url(../img/icons/icon-home.png) ;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	cursor: pointer;	
	color: transparent !important;
	position: relative;
	margin-right: 10px;
}
.page_load .icon-home::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px transparent solid;
	border-left: 5px #BEBEBE solid;
	border-right: none;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.page_load p { font-size: 12px; }

.page_load a:hover { opacity: 1; display: inline-block; text-decoration: none; }

/* innerban-end */


/* fenye  */
button.loading_more {
    border: none;
    outline: none;
    padding: 10px 20px;
	font-size: 16px;
}

.pages { width: 100%; /* margin-top: 40px; */ border-top: 1px #e1e1e1 solid; }
.pages ul { display: block; width: 100%; padding: 25px 0; position: relative; text-align: center; }
.pages ul a {
	display: inline-block;
	width: .5rem;
	height: .5rem; 
	color: #999;
	text-align: center;
	line-height: .48rem;
	border: none;
	background-color: #faf8f5;
	font-size: .18rem;
	font-weight: bold;
	margin: 0 5px;
	text-decoration: none;
	transition: all .35s; 
}

.pages ul a.prev,
.pages ul a.next {	cursor: pointer;  width: 1.15rem; background-color: #faf8f5; position: absolute; font-weight: normal; font-family:"SY-Medium"; }

.pages ul a.next { left: auto; right: 0;   }
.pages ul a.prev { 	left: 0; }

.jt-left-arrow::before, 
.jt-right-arrow::before ,
.jt-left-arrow, 
.jt-right-arrow {  width: 35px; }


.pages .jt-left-arrow::before, 
.pages .jt-right-arrow::before {  border-color:#8B0012 ;  }

.pages .jt-left-arrow::after { border-right-color: #8B0012; }
.pages .jt-right-arrow::after { border-left-color: #8B0012; }


.pages ul a.active,
.pages ul a:hover { background-color: #8B0012; border-color:#8B0012 ; color: #fff; transition: all .35s;  }
.pages ul a.prev:hover i::before,
.pages ul a.next:hover i::before { border-color:#fff; }
.pages ul a.prev:hover .jt-left-arrow::after { border-right-color: #fff; }
.pages ul a.next:hover .jt-right-arrow::after { border-left-color:#fff; }



.pages_inner { width: 100%;  position: relative; border-top: 1px #e1e1e1 solid; padding-top: 30px; margin-top: 30px ; }
.pages_inner::after {
	content: "";
	height: calc(100% - 30px);
	border-right: 1px #e5e5e5 solid ;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.pages_inner a { width: 44%; float: left;  text-decoration: none;  background-color: #f7f7f7;  padding: 20px; }
.pages_inner a:nth-child(1) { margin-right: 10%; }
.pages_inner a:nth-child(2) { float: right;  } 
.pages_inner .txtlength_limit { font-size: .2rem; -webkit-line-clamp: 1; }
.pages_inner a:hover  { color: #8B0012; text-decoration: none;  transition: all .35s; }




button.prev,
button.next {  line-height: 1; background-size: auto 68%; display: block; width: 100%; font-size: .14rem; }

button.prev {
	text-align: left;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../img/icon/fy-prev.png);
}

button.next { 
	text-align: right;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image:url(../img/icon/fy-next.png);
}



.pages_inner ul { justify-content: space-between; flex-flow: row nowrap; }
.pages_inner a:nth-child(2),
.pages_inner a:nth-child(2) p { text-align: right; }

.pages_inner a:hover,
.pages_inner a.prev:hover ,
.pages_inner a.next:hover { color:  #8B0012 ; transition: all .35s; }

.pages_inner a:hover i::before { border-color: #8B0012 ; color: #fff; transition: all .35s;  }
.pages_inner a:hover i::after { border-right-color: #8B0012 ; color: #fff; transition: all .35s;  }
.pages_inner a:hover .jt-right-arrow::after { border-left-color: #8B0012 ; color: #fff; transition: all .35s;  }

.noneline { border-color: transparent; }
/* fenye-end */





/* 动画 */
.sm_menu ul li { opacity: 0;	transform: translateX(100%); }
/* 
.co-tittle-group,
.li-line-2 ul li,
.li-line-3 ul li,
.li-line-4 ul li { opacity: 0;	transform: translateY(100px);}

.bannerInLeft:before {	animation: bannerIn 1s ease .1s forwards;}
.bannerInLeft { animation: bannerInLeft .7s ease .15s forwards; }

.bannerIn { animation: bannerIn 1s ease .15s forwards; }

.bannerInUp { animation: bannerInUp 1s ease .25s forwards; }
.bannerInUp-35 { animation: bannerInUp 1s ease .45s forwards; }
.bannerInUp-7 { animation: bannerInUp 1s ease .7s forwards; }

.footerInUp { animation: bannerInUp .35s ease .5s forwards; z-index: 55 !important; }
.footerInDown { animation: bannerInDown .35s ease  forwards; }

.scaleImg {animation: scaleBG 1s ease-out forwards;} */

@-webkit-keyframes bannerIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes bannerInLeft {
	from { opacity: 0;	transform: translateX(100%);}
	to { opacity: 1; transform: translateX(0);}
}

@-webkit-keyframes bannerInUp {
	from { opacity: 0;	transform: translateY(100px); }
	to { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes bannerInDown {
	from { opacity: 1;	transform: translateY(0); }
	to { opacity: 0; transform: translateY(100px); }
}

@-webkit-keyframes slidebarShow {
	0 {   width: 0; }
	100% {  width: 35px; }
	/* 100% { width: 0; } */
}

@-webkit-keyframes scaleImg {
	0 {   transform: translate(-50%,-50%) skew(34deg, 0deg) scale(1.5); }
	100% {  transform: translate(-50%,-50%) skew(34deg, 0deg) scale(1); }
	/* 100% { width: 0; } */
}

@-webkit-keyframes scaleBG {
	0 {   transform: translate(-50%,-50%) scale(1.15); }
	100% {  transform: translate(-50%,-50%) scale(1); }
	/* 100% { width: 0; } */
}

/* 动画-end */




/* resultslist */
.innerban-search { height: 5rem; }

/* search-for-news */
.search-box { 
	width: 600px;
	height: 60px;
	background-color: #fff;
	border-radius: 80px;
	padding: 10px 30px;
	overflow: hidden;
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.search-box input { width: 100%; height: 40px; line-height: 40px;  color: #333; }
.search-box button {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	bottom: 0;
	padding: 0;
	border: none;
	outline: none;
}

.btn-search {
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    border: 2px #9a0000 solid;
    border-radius: 50%;
    position: relative;
    font-style: normal;
    cursor: pointer;
    margin: auto;
}

.btn-search::after {
    content: "";
    display: block;
    width: 0.07rem;
    border-top: 2px #9a0000 solid;
    position: absolute;
    top: 100%;
    left: 78%;
    transform: rotate(45deg);
}

.search-box button .btn-search ,
.search-box button .btn-search::after { border-color:#9a0000; }

.resultslist ul { border-top: 1px #eee solid; }
.resultslist ul li { padding: 20px 0; border-bottom: 1px #eee solid; }

.project-introl {
	background: -webkit-linear-gradient(45deg , #f7f7f7 , #ffffff);
}

.project-introl dd  { 	padding:.3rem .6rem !important;  }

.project-for-3w { background-color: #fff; padding: .6rem .2rem; }
.project-for-3w ul li { padding: .2rem; }
.project-for-3w ul li:nth-child(2) { padding: .2rem .4rem;border-left: 1px #eee solid ; border-right: 1px #eee solid ; }
.project-for-3w ul li h6 {
	display: block; 
	margin-bottom: 40px;
	position: relative;
	color: #8c0000;
}

.project-for-3w ul li h6::after {
	content: "";
	width: 35px;
	border-top: 2px #8c0000 solid;
	position: absolute;
	left: 0;
	top: calc(100% + 15px);
}





