/*===================================================基础设置===================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: rgba(51,51,51,.3);
}

::-moz-input-placeholder {
    color: rgba(51,51,51,.3);
}
::-ms-input-placeholder {
    color: rgba(51,51,51,.3);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*==================================*/
html {
    font-size: 62.5%;
    /*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #0f0902;
    text-decoration: none;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}


/*基本样式*/
/*调用重置和布局*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0}
ol, ul {list-style: none}
:focus {outline: 0}
a img {border: 0}
img {vertical-align: middle;/*width: 100%;*/}
table {empty-cells: show}
ins {text-decoration: none}
del {text-decoration: line-through}
em {font-style: normal}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner{
    border:0;
    padding:0
}
.colc40{ color:#c40000}
.corc40{ color:#cb9f02 ; margin:0px 5px}
.fl {float: left}
.fr {float: right}
.fn {float: none}
.al {text-align: left}
.ac {text-align: center}
.ar {text-align: right}
.clr{display: block;overflow: hidden;clear: both;height: 0;line-height: 0;font-size: 0}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix {display: inline-table}
.clearfix {display: block}
.overflow {overflow: hidden}
.core1{ color:#e10314}
.corc30{color:#c30101}
.mart15{margin-top:15px}
*html .clearfix {height: 1%}
*+html .clearfix {min-height: 1%}
.block {display: block;overflow: hidden}
.hide {display: none}
.invisible {visibility: hidden}
body {font: 12px/150% Arial, Verdana, "微软雅黑";color:#0f0902;background:#f4f4f4;_background-image: url(about:blank);_background-attachment: fixed}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
a:link,a:visited {text-decoration: none}
.eng{ font-family: Arial,Helvetica,sans-senif,SimSun,"微软雅黑"; font-size:12px; color:#0f0902; }

.w190{ width:190px; overflow:hidden}
.w775{ width:775px; overflow:hidden}
.w770{ width:770px;}
.w750{width:750px;}
/*特殊字体定义*/
/* 思源宋体 */
@font-face {
    font-family: "SourceHanSerifCN-Bold-2";
    src: url("../fonts/SourceHanSerifCN-Bold-2.eot"); /* IE9 */
    src: url("../fonts/SourceHanSerifCN-Bold-2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("../fonts/SourceHanSerifCN-Bold-2.woff") format("woff"), /* chrome、firefox */
    url("../fonts/SourceHanSerifCN-Bold-2.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("../fonts/SourceHanSerifCN-Bold-2.svg#SourceHanSerifCN-Bold-2") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

input::-ms-clear, input::-ms-reveal{
    display: none;
}
input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}
body{background-color: #fbfbfb;}
.head, body, html ,.headPage{
    width: 100%;
}

.comm{height: auto;overflow:hidden;}
/*--------------------------------全局变量--------------------------------*/
:root {
  --pgWidth:90%;/*页面宽度87.5rem*/
  --hdHeight:3.75rem;/*头部高度*/ 
  
  /*色系_深灰*/
  --mainColor:#3b4a51;  /*主色*/
  --nearColor:#556e7a;  /*主色邻近色*/
  --secondColor:#e4eff5;/*辅助色*/
  --subColor:#f0f2f3;   /*浅背景色*/
  
  /*色系_深蓝
  --mainColor:#0588d3;
  --nearColor:#0070b0;
  --secondColor:#b4e2fd;
  --subColor:#f0f6f9; 
  */
  
  /*色系_深绿
  --mainColor:#3c9a39;
  --nearColor:#2d2f2c;
  --secondColor:#eeeeee;
  --subColor:#f5f5f5; 
 
  
  /*色系_深橘色 
  --mainColor:#d86b00;
  --nearColor:#824000;
  --secondColor:#eeeeee;
  --subColor:#eee; 
  */ 
}

.mainColor{background-color: var(--mainColor,#0068b7); }
.nearColor{background-color: var(--nearColor,#5694e4) !important;  }
.secondColor{background-color: var(--secondColor,#e5f1fc) !important; }
.subColor{background-color: var(--subColor,#f2f2f2);}


/*--------通用a标签--------*/
a{ text-decoration:none;outline:none;color: #666;}
a:visited {text-decoration:none;}
a:hover {
    color: #C00;text-decoration:none;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;}


/*----------------------------------------------页面头部header----------------------------------------------*/

/*--------头部--------*/
#header {
	position:fixed;/*头部固定fixed；头部不固定relative  fixed*/
	width: 100%;
	/*background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0.25rem 0.25rem rgba(10,57,93,0.26);
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(10,57,93,0.26);
    box-shadow: 0 0.25rem 0.25rem rgba(10,57,93,0.26);*/
	z-index: 900;}

/*导航固定时的头部高度-*/
.headerspace{display:none;}


/*顶部*/	
#top{
	position:relative;overflow:hidden;
	width: 100%;height:1.875rem;
	color:#999;line-height:1.85rem;
	background-color:var(--subColor,#f2f2f2);
	z-index: 901;}	
#top .welcome{float:left;color:#999;}
#top .welcome i{font-size:0.75rem;padding-right:0.5rem;}
#top ul{float:right;}
#top ul li{float:left;margin-right:1.5rem;}	
#top ul li a{color:#999;}
#top ul li a:hover{ color:#333;}


/*logo*/
#header .hdLogo {
	position: relative;float: left;overflow:hidden;
    height: var(--hdHeight,3.75rem);	
	z-index:99;}
/*logo图片*/
#header .hdLogo img {display: block;}
/*平台名*/
#header .hdLogo h2{margin-top: 0.5rem;font-size:1.75rem;color:#000;}
/*平台英文名*
#header .hdLogo h4{	
	margin-top:0.375rem;
	font-size:1rem;color:#aaa;font-family:Arial, Helvetica, sans-serif;font-weight:normal;}	


/*头部右侧*/
#header .hdOther {
	position: relative;float: right;
    height: var(--hdHeight,3.75rem);}
	

/*--------导航（PC端）--------*/

/*导航背景(通栏)*/
#header .navbg {

    
}
	
/*导航*/	
.navBar {
	position:absolute;display: table;
	right:0;/*居右*/top:0.7rem;
	/*background-color: #fff;*/
	z-index: 2;}
	
/*所有导航项UL样式*/		
.navBar ul {
	position: absolute;visibility: hidden;opacity: 0;
	width: 100%;
	border: 1px solid #eee;
	background-color: #fff;/*背景色*/	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition:all .4s ease;
	box-shadow: 0 1rem 0.625rem -1rem #999;
	-moz-box-shadow: 0 1rem 0.625rem -1rem #999;
	-webkit-box-shadow: 0 1rem 0.625rem -1rem #999;
	z-index: 999;}

/*二级导航显示动画*/
.navBar ul {top: 60%;}		
.navBar li:hover > ul {opacity: 1;visibility: visible;top: 100%;}
	
/*三级导航显示动画*/		
.navBar ul ul {top: 0%;left: 80%;}
.navBar ul li:hover > ul {opacity: 1;visibility: visible;top: 0%;left: 98%;}
	
/*所有导航项li样式*/
.navBar li {position: relative;float: left;}

/*二级及以下导航*/	
.navBar ul li {	position: relative;float: none;}

/*一级a标签*/		
.navParent > a {
	display: block;
	padding: 0 2.5rem;/*空隙*/
	line-height: 3.125rem;color: #666;font-size:1.125rem;text-align: center;}
.navParent:hover > a, li.active a {	color: #fff;background-color: var(--nearColor,#5694e4);}
	
/*一级a标签的箭头*/		
.navParent > a i {
	position:absolute;
	right: 0.5rem;
	font-size:1rem;
	transition: transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;}
.navParent:hover > a i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);}
	
/*当前选中样式*/		
.navParent > a.on {
    color: #fff;
    background-color: var(--mainColor,#0068b7); }

/*二级导航a标签*/	
.navParent ul li:hover > a {
	color: #fff;
	background-color: var(--nearColor,#5694e4);}
/*二级及以下导航a标签*/		
.navParent ul li a {
	display: block;margin: 0.625rem;padding:0.75rem 0;
	color: #333;font-size: 1rem;text-decoration: none;text-align: center;
	background-color: var(--secondColor,#e5f1fc);
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;}
.navParent ul li a:hover {
	color: #fff;
	background-color: var(--nearColor,#5694e4);}


/*--------导航(移动端)--------*/
#navMbl{position:absolute;width:100%;}
#navMbl .navicon i{
	display:block;position:absolute;right:2%;
	margin-top:0.75rem;
	color:#666;font-size:2.5rem;
	border:1px solid #aaa;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;}
.navBarMbl{
	position:absolute;display:none;	
	top:var(--hdHeight,3.75rem);	
	padding:3%;width:94%;
	line-height:2.5rem;
	background-color:#fff;	
	border:1px solid #ddd;
	box-shadow: 0 1rem 0.625rem -1rem #999;
	-moz-box-shadow: 0 1rem 0.625rem -1rem #999;
	-webkit-box-shadow: 0 1rem 0.625rem -1rem #999;
	z-index:999;}
.navBarMbl li{float:left;font-size:1.125rem;}
.navBarMbl ul li{
	position:relative;float:left;width:33%;
	font-weight:normal;}
.navBarMbl ul ul{
	position:absolute;display:none;
	left:6rem;top:0rem;
	width:94%;padding-left:6%;
	background-color:#daeeff;
	border:1px solid #ddd;
	z-index:99;}	
.navBarMbl ul ul li{width:100%;}	
.navMblParent{
	clear:both;
	width:100%;padding:0.5rem 0;
	font-weight:bold;
	border-bottom:1px solid #ddd;}
.navMblParent i{border:none;padding-left:0.5rem;}



/*----------------------------------------------子页面设置----------------------------------------------*/

/*--------分栏(非等距 2分栏)--------*/
.gdSubL {
    position:relative;
    width: 18%;
    height: auto;
    overflow: hidden;
    float: left;
}
.gdSubR {
    position:relative;
    width: 78%;
    float: right;
}

/*--------子页面宽度--------*/
.layoutSub {
	box-sizing: border-box;
    -moz-box-sizing: border-box;}

/*--------子页面模块--------*/
.panelSub{
    position: relative;overflow: hidden;
    padding: 2rem 0;
}

/*--------新闻列表页模块--------*/
.panelNews{
    position: relative;overflow: hidden;
    padding:0 0 1rem 0;
}


/*--------------------------------左侧菜单--------------------------------*/
.panelMenu{}	
.panelMenu ul.menu {}

/*一级菜单*/	
.panelMenu ul.menu > li {font-size: 1rem;}
.panelMenu ul.menu > li a {
	position: relative;
    display:block;
	padding:0 0 0 2.4rem;
	line-height: 3.625rem;
    border-bottom:0.25rem solid transparent;
    background: url("../../public/e6e4938b-dbfe-4f3e-93ae-63c56c37e033.png") no-repeat;
    width:100%;
    color: #fff;
    font-size:0.875rem;
}
.panelMenu ul.menu > li:first-child{}

/*一级菜单i标签*/		
.panelMenu ul.menu > li a i {position:absolute;right:4%;color: #ddd;}
.panelMenu ul.menu > li a:hover {
	color: #ffffff;}
.panelMenu ul.menu > li a:hover i {color: var(--mainColor,#0068b7)}
.panelMenu ul.menu > li a.active {
	color:#fff;
    background: url("../../public/70f2d310-b0ac-4f94-9403-af6a9203e403.png") no-repeat;
}
.panelMenu ul.menu > li a.active i {color: var(--mainColor,#0068b7);}

/*二级菜单*/
.panelMenu ul.menu ul {display: none;
	/*background-color:var(--subColor,#f2f2f2);*/}
.panelMenu ul.menu ul li a{
    padding-left:4.1rem;
    background: url("../../public/814b3528-4339-4715-87f6-754c5a99ab13.png") no-repeat;
}
.panelMenu ul.menu ul li a:hover,.panelMenu ul.menu ul li a.active {
	color: #2883f5;
    background: url("../../public/814b3528-4339-4715-87f6-754c5a99ab13.png") no-repeat;
}


/*--------------------------------上侧菜单--------------------------------*/
.panelMenuTop{
    background-color: #f1f1f1;
    overflow: hidden;}	
.panelMenuTop ul.menuTop {}

/*一级菜单*/	
.panelMenuTop ul.menuTop li {float: left;margin-right: 0.5rem; font-size: 1rem;}
.panelMenuTop ul.menuTop li a {
	position: relative;display:block;	float: left;
	padding:0 1rem;
	line-height: 3rem;color: #666;
    border-bottom-color:#f1f1f1;
    border-bottom-style: solid;
    border-bottom-width: 2px;}

.panelMenuTop ul.menuTop li a:hover {
	color: var(--mainColor,#0068b7);
    border-bottom-color:var(--mainColor,#0068b7);}
.panelMenuTop ul.menuTop li a:hover i {color: var(--mainColor,#0068b7)}
.panelMenuTop ul.menuTop li a.active {
    color: var(--mainColor,#0068b7);
	border-bottom-color: var(--mainColor,#0068b7);}

.panelMenuTop ul.menuTop ul{float: left;}



/*----------------------------------------------模块设置----------------------------------------------*/

/*--------------------------------首页模块分割--------------------------------*/
.apartHome{padding:2.5rem 0;overflow: hidden;}
.apartHome-2{background-color:#f1f1f1;overflow: hidden;}
.apartHome-3{padding:2.5rem 0;background-color:var(--nearColor,#0068b7);overflow: hidden;}

/*--------------------------------banner--------------------------------*/	
/*--------首页banner--------*/
.bannerHome {
	clear: both;position: relative;
	background-color: #fff;}
/*通栏轮播图高度*
.bannerHome .slideBox {max-height:31.25rem}
.bannerHome .slideBox .bd img {max-height:31.25rem;}

/*--------子页面banner--------*/
.bannerSub {
	clear:both;position: absolute;overflow: hidden;top:0;
}
.bannerSub img {
	display: block;	margin: 0 auto;
	width: 100%;
}
	

/*--------------------------------标题--------------------------------*/	
/*--------首页标题--------*/
.titleBigHome{margin-bottom:1.875rem;text-align:center;}
.titleBigHome h3{width:auto;font-size:1.5rem;color:#333;letter-spacing:0.2rem;}
.titleBigHome span{
	display:block;margin-top:1rem;
	font-size:0.875rem;color: #bbb;font-weight:normal;letter-spacing:0.3rem;}

/*--------子页面标题--------*/
.titleBigSub {
	overflow:hidden;margin-bottom: 1.25rem;
	text-align:center;}
.titleBigSub h3 {font-size: 1.5rem;line-height:2.4375rem;}


/*--------------------------------尾部footer--------------------------------*/
/*#footer {
    clear: both;overflow:hidden;
	padding: 1rem 0;
	background-color: #333;}*/
#footer p.copyright {line-height: 2rem;text-align: center;}



/*===================================================更新module样式===================================================*/

.titleSmall-4,.titleSmall-3{
    background-color:#fff !important;}



/*===================================================定制化样式===================================================*/
.d-flex{
	display: flex;
	justify-content: center;
}
.clearance-content{
	text-align: center;
}
.tabs-panel{
	float: left;
	width:33.3%;
	background: url(../../public/edab53e7-eb1f-467e-b7e0-4cd9e71d9703.jpg) no-repeat;
	border: 3px solid #fff;
	box-sizing: border-box;
	margin:0 3% 0 0;
	box-shadow: 0 0 20px rgb(55,99,170,0.1);
	background-size: 100%;
	padding-bottom: 1.5rem;
}
.tabs-panel:nth-child(3n){
	margin-right:0;
}
.tabs-panel img{
	display: block;
	margin:2.875rem auto 1.25rem auto;
	width: 4.375rem;
	height: 4rem;
}
.tabs-panel h3{
	font-size:1.4rem;
	margin:2rem 0 1.5rem 0;
	font-weight: normal;
}
.tabs-panel p{
	font-size:1rem;
	height: auto;
	overflow: hidden;
	margin: 0 0 0.6rem 0;
	display: flex;
	justify-content: center;
}
.tabs-panel p span{
	display: inline-block;
}
.tabs-panel p i{
	height: 1.5rem;
	background-color: #98a9c6;
	color: #fff;
	font-size: 0.6rem;
	display: inline-block;
	font-style: normal;
	padding: 0 0.5rem;
	margin: 0.3rem 0.3rem 0 0.3rem;
	line-height: 1.5rem;
}

.templateBg{
	background: url(../../public/9a728ad9-b2a7-4f25-8884-3d115bd270ed.jpg) no-repeat;
	background-size: 100%;
	padding:0 0 3rem 0;
}
.templateBg h3{
	font-size:1.625rem;
	text-align: center;
	padding:4rem 0 3rem 0;
}

.swiper{
	width: var(--pgWidth,87.5rem);
	margin:0 auto;
	padding-bottom:3.125rem !important;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
}

.swiper-slide img {
	display: block;
	width: 75%;
	object-fit: cover;
	border:3px solid #fff;
	box-shadow: 0 0 20px rgb(55,99,170,0.1);
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom:0 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left:0 !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right:0 !important;
}

.customerBox img{
	display: block;
	width:100%;
}

.m-b60{
	margin-top:3.75rem !important;
	margin-bottom:3.75rem !important;
}

.headCon,.wrap,.headConPage{
    position: relative;
}
/* 头部 */
.head{
    height: 60px;
    z-index: 100;
    top: 40px;
    left: 0;
    transition: all .3s ease-out;
}
.headCon{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headCon .logo{
    height: 57px;
    position: relative;
    width: 577px;
    margin-right: 0;
}
.logo img{
    height: 100%;
    width: 100%;
}
.rightBox{
    display: flex;
    align-items: center;
}
.rightBox div{
    margin-left: 48px;
}
.navBtn{
    height: 19px;
    width: 25px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all .3s ease-out;
    display: flex;
}
.navBtn span{
    width: 100%;
    height: 1px;
    background-color: #5a534d;
    transition: all .3s linear;
}
/* 关闭叉 */
.navBtn.on span:first-child {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navBtn.on span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.navBtn.on span:last-child {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.recordBtn{
    color: #545454;
    font-size: 18px;
    line-height: 38px;
    cursor: pointer;
}
.loginBtn{
    background-color: #2883f5;
    color: #fff;
    width: 102px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.loginBtn a{
    color: #fff;
}
.verticalbtn{
    width: 38px;
    height: 102px;
    font-size: 18px;
    background-color: #2883f5;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    margin-top: 20px;
    cursor: pointer;
}
.source{
    height: 100%;
    width: 100%;
}

/* 背景 */
.panelBg{
    background: url(../../public/7d731be9-a9cd-4ced-af3f-c20c53031f67.png) no-repeat;
    background-size: 100%;
}

.wrap{
    position: relative;
    z-index: 1;
    perspective: 2000px;
    -webkit-perspective: 2000px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.panel{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    position: absolute;
    height: 100vh;
    display: none;
}
.panel.show {
    opacity:1;
    display:block;
    z-index:9999
}
.videoWrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.btnBox{
    bottom: 4%;
    left: 5%;
    z-index: 10;
    position: absolute;
    display: flex;
    align-items: center;
}
.bannerBtn{
    background: url(../../public/73d533ee-f661-4f0d-b17f-1ff45e03c9e2.png) no-repeat;
    width: 51px;
    height: 113px;
    background-position: 0 -429px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.bannerBtn span{
    font-size: 16px;
    width: 16px;
    display: inline-block;
    margin: 0 auto;
}
.bannerBtn a{
    color: #fff;
}
/* 右侧菜单 */
.panelBtnBox{
    position: fixed;
    top: 50%;
    right: 5%;
    width: 24px;
    z-index: 5;
    /*display: block;*/
    display: none;
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
}
.panelBtnBox li{
    position: relative;
    width: 24px;
    height: 24px;
    margin-bottom: 36px;
}
.panelBtnBox li a{
    display: block;
    position: relative;
    padding: 10px;
    width: 4px;
    height: 4px;
}
.panelBtnBox li a .itemBtn{
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000;
    transition: background .3s ease-out;
}

.panelBtnBox li a .navItemFt{
    position: absolute;
    right: -80px;
    top: -10px;
    white-space: nowrap;
    transition: all .3s ease-out;
    opacity: 0;
    font-size: 14px;
}
.panelBtnBox li a.on .navItemFt{
    background: url(../../public/344a9540-8465-4a87-b35a-f31c13083bef.png) no-repeat;
    width: 205px;
    background-size: 100%;
    height: 50px;
    opacity: 1;
    color: #fff;
    line-height: 50px;
    padding-left: 40px;
}
/* 菜单 */
.navPage{
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s cubic-bezier(.215,.61,.355,1);
    background-color: #f7f7f7;
}
.navBox{
    position: relative;
    float: left;
}
.navPage .navBox{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    line-height: 1;
}
.navPage .navBox dl{
    margin-right: 4%;
    height: 316px;
    text-align: center;
    /* opacity: 1; */
}
.navPage .navBox dt{
    margin-bottom: 44px;
}
.navPage .navBox dt a{
    font-size: 14px;
    color: #000;
}
.navPage .navBox a{
    transition: all .3s ease-out;
}
.navPage .navBox a:hover{
    color: #2883f5;
}
.navPage .navBox .on{
    color: #2883f5;
}
.navPage .navBox dd{
    margin-bottom: 25px;
    margin-left:0;
}
.navPage .navBox dd a{
    font-size: 13px;
    color: #a0a0a0;
}
.navPage.show{
    bottom: 0;
}
.copyright{
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 24px;
    color: #545454;
}
/* 综试区 */
.zsq-title{
    /* width: 1153px;
    height: 717px;
    position: absolute;
    top: 26%;
    left: 0; */
    width: 60%;
    flex-shrink: 0;
    margin-top: 10%;
}
.zsq-title img{
    width: 90%;
}
.zsq-content{
    height: 450px;
}
.descBox{
    height: 100%;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 16px;
}
.zsq-content{
    /* position: absolute;
    right: 20%;
    top: 32%; */
    flex: 1;
    position: absolute;
    left: 48%;
    top: 25%;
    /* width: 40%; */
}
.descBox li{
    text-align: justify;
    text-justify: inter-ideograph;
    height: 100%;
    letter-spacing: 1px;
}
.descBox .field{
    padding: 0px 26px 8px;
    display: inline-block;
    border-right: 1px solid #c5c4c4;

}
/* 综上服务 */
.serviceBg{
    background: url("../../public/ec808df9-5cb6-4ecb-a73a-b8219b37c5aa.png") no-repeat;
    background-size: cover;
}
.panelContent{
    position: absolute;
    right: 18%;
    top: 30%;
    width: 50%;
}
.service-item{
    /* width: 52px;
    margin-left: 90px; */
    width: 20%;
    text-align: center;
}
.service-item span{
    font-size: 18px;
    color: #0a0205;
    display: block;
    width: 18px;
    line-height: 20px;
}
.upper-part .service-item span{
    margin: 15px auto 0;
}
.lower-part .service-item span{
    margin: 0 auto 15px;
}
.upper-part{
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
}
.lower-part{
    display: flex;
    align-items: flex-end;
}
.service-icon{
    width: 52px;
    height: 44px;
}
.service-item a:hover span{
    color: #2883f5;
}

/* 网上办事 */
.mainCont{
    position: relative;
    top: 40%;
    transform: translate3d(0,-50%,0);
    width: 100%;
    display: flex;
    align-items: center;
}
.online-title{
    width: 46%;
    margin-top: 10%;
}
.online-title img{
    width: 100%;
}
.onlineCont{
    display: flex;
    flex: 1;
    margin-top: 8%;
    margin-right: 15%;
}
.online-item{
    /* width: 75px;
    margin-right: 180px; */
    flex: 1;
    justify-content: center;
    text-align: center;
}
.online-icon{
    width: 75px;
    height: 96px;
    margin-bottom: 30px;
}
.online-item-text{
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    justify-content: center;
}
.online-item-text p:hover {
    color: #2883f5;
}
.online-item-title {
    font-size: 28px;
    font-family: '思源宋体';
    font-weight: bold;
    width: 28px;
    line-height: 28px;
    margin-right: 12px;
}
.online-item-desc{
    width: 18px;
    font-size: 18px;
    color: #0a0205;
    font-weight: lighter;
}
/* 咨询动态 */
.newsBg{
    position: relative;
    width: 100%;
    height: 100%;
}
.newsBg::before{
    content: "";
    background: url(../../public/b73a335e-2a93-4e1f-8c1d-2c3091adc8d7.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    /* z-index: 0; */
    left: 0;
    top: 0;
}
.news-mainCont{
    position: absolute;
    top: 15%;
    left: 48%;
    transform: translate3d(-50%,0,0);
    opacity: 1;
    display: flex;
    align-items: flex-start;
    width: 1200px;
}
.newShow{
    /* width: 332px; */
    /* margin-right: 80px; */
    margin: 0 30px;
    cursor: pointer;
    flex: 1;
    min-width: 0;
}
/* .newShow:last-child{
	margin-right: 0;
} */
.newsTitle{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dddddd;
    /* padding-bottom: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.newsTitle::before,.newsTitle::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 50%;
    bottom: -3px;
}
.newsTitle::before{
    left: 0;
}
.newsTitle::after{
    right: 0;
}

.title-icon,.title-icon-active{
    width: 75px;
    height: 96px;
    transform: scale(0.6);
}
.title-icon-active{
    display: none;
}
.newShow.cur .title-icon{
    display: none;
}
.newShow.cur .title-icon-active{
    display: block;
}
.newShow.cur .newsItem{
    display: none;
}
.newsTitle h2{
    font-size: 18px;
    font-weight: bold;
    font-family: '思源宋体';
    color: #0a0a0a;
    line-height: 18px;
    margin-top: 20px;
    margin-left: 0px;
}
.newsLink{
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    display: block;
}
.newsItem .newsLink:hover{
    border-color: #2883f5;
}
.newsItem .newsLink:hover::before,.newsItem .newsLink:hover::after{
    background-color: #2883f5;
}
.newsLink::before,.newsLink::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 50%;
    bottom: -3px;
}
.newsLink::before{
    left: 0;
}
.newsLink::after{
    right: 0;
}
.news-date{
    color: #909090;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
}
.newsItem h5{
    font-size: 16px;
    color: #0a0205;
    line-height: 16px;
    position: relative;
}

.newsItem a:hover .news-date{
    color: #2883f5;
}
.newsItem a:hover h5{
    color: #2883f5;
}
.newsItem a:hover h5::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2883f5;
    vertical-align: middle;
    left: -20px;
    top:50%;
    transform: translateY(-50%);
}

.firstList .newsLink{
    padding: 16px 0;
}
.newShow.cur .newsImg{
    display: block;
}
.newsImg{
    /* width: 332px; */
    width: 100%;
    height: 160px;
    background-color: #f7f7f7;
    display: none;
    margin-bottom: 15px;
}
.more{
    color: #2883f5;
    margin-top: 10px;
    display: block;
}
.firstList .news-date{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #000;
    position: relative;
}
.firstList .news-date::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #2883f5;
    border-radius: 50%;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.news-brief{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsLink span{
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    position: relative;
    display: block;
}

.newsItem .newsLink h5{
    position: relative;
}
.firstList .news-brief{
    font-size: 12px;
    line-height: 22px;
    margin-top: 8px;
    color: #0b0b0b;
    font-weight: lighter;
}
.newShow.cur .newsTitle h2{
    color: #2883f5;
}
.newShow.cur .firstList .newsLink{
    border-color: #2883f5;
}
.newShow.cur .firstList .newsLink:after,.newShow.cur .firstList .newsLink::before{
    background-color: #2883f5;
}
.newShow.cur .newsTitle{
    border-color: #2883f5;
}
.newShow.cur .newsTitle::before,.newShow.cur .newsTitle::after{
    background-color: #2883f5;
}

/* 联系我们 */
.contactBg{
    position: absolute;
    width: 100%;
    height: 100%;
}
.contactBg::before{
    content: "";
    background: url(../../public/ea9e0f10-2d94-4ba0-91b5-77dcbdbbe212.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    /* z-index: 0; */
    left: 0;
    top: 0;
}
.contact-mainCont{
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    margin-left: -4%;
}
.contact-title{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 50px; */
}
.contact-title h2{
    margin-top: 60px;
    position: relative;
    padding-left: 26px;
    margin-left: -50px;
}
.contact-title h2::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.contact-icon{
    width: 262px;
    height: 335px;
    transform: scale(0.5);
    /* width: 20%; */
    margin-right: 20px;
}
/*.title{
    font-family: '思源宋体';
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}*/
.unit{
    margin-top: 20px;
    /* margin-top: 4%; */
}
/* .contact,.unit{
	transform: scale(0.8);
} */
.unit-list{
    display: flex;
    font-size: 0.875rem;
    flex-wrap:wrap;
}
.unit-list a{
    color: rgba(0,0,0,0.8);
}
.unit .title{
    text-align: center;
    margin-bottom: 1.25rem;
}
.unit-item{
    width: 25%;
    text-align: center;
    padding: 0.375rem 0;
}
.unit-item a:hover{
    color: #2883f5;
}
.contact-show{
    display: flex;
    align-items: flex-start;
    transform: scale(0.8);
    margin-top: -3.75rem;
}
.contact-item{
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.625rem 0;
    min-height: 12.5rem;
}
.contact-item:last-child{
    border-right: none;
}
.contact-img{
    width: 3.5rem;
    height: 3.4375rem;
    margin-bottom: 1.875rem;
}
.contact-name{
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    font-weight: bold;
}
.contact-desc{
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
    width: 16.25rem;
    text-align: center;
}
.contact-btn{
    display: block;
    width: 16.25rem;
    height: 3rem;
    font-family: '思源宋体';
    font-size: 1rem;
    line-height: 3rem;
    background-color: #2883f5;
    color: #fff;
    border-radius: 0.3125rem;
    margin-bottom: 1.25rem;
    margin-left: 2.5rem;
    cursor: pointer;
}
.contact-btn:hover{
    color: #fff;
    background-color: #3f8ff3;
}
/* 官方微信 */
.wxcode{
    width: 7.75rem;
    height: 7.75rem;
    margin-bottom: 0.5rem;
}
.code{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}
.code-item{
    flex-shrink: 0;
    width: 7.75rem;
    text-align: center;
    margin: 0 1.25rem;
}
.code-item .contact-desc{
    font-size: 0.875rem;
    width: 100%;
}

.wrap .pt-page-rotateBottomSideFirst {
    -webkit-transform-origin:50% 0;
    transform-origin:50% 0;
    -webkit-animation:rotateBottomSideFirst .8s both ease-in;
    animation:rotateBottomSideFirst .8s both ease-in;
    display:block
}
@-webkit-keyframes rotateBottomSideFirst {
    0% {
        opacity:1
    }
    40% {
        -webkit-transform:rotateX(-15deg);
        transform:rotateX(-15deg);
        opacity:.8;
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    100% {
        -webkit-transform:scale(.8) translateZ(-400px);
        transform:scale(.8) translateZ(-400px);
        opacity:0
    }
}@keyframes rotateBottomSideFirst {
     0% {
         opacity:1
     }
     40% {
         -webkit-transform:rotateX(-15deg);
         transform:rotateX(-15deg);
         opacity:.8;
         -webkit-animation-timing-function:ease-out;
         animation-timing-function:ease-out
     }
     100% {
         -webkit-transform:scale(.8) translateZ(-400px);
         transform:scale(.8) translateZ(-400px);
         opacity:0
     }
 }
.wrap .pt-page-rotateBottomSideSec {
    -webkit-transform-origin:50% 100%;
    transform-origin:50% 100%;
    -webkit-animation:rotateBottomSideSec .8s both ease-in;
    animation:rotateBottomSideSec .8s both ease-in;
    display:block
}
@-webkit-keyframes rotateBottomSideSec {
    0% {
        opacity:1
    }
    40% {
        -webkit-transform:rotateX(15deg);
        transform:rotateX(15deg);
        opacity:.8;
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    100% {
        -webkit-transform:scale(.8) translateZ(-200px);
        transform:scale(.8) translateZ(-200px);
        opacity:0
    }
}@keyframes rotateBottomSideSec {
     0% {
         opacity:1
     }
     40% {
         -webkit-transform:rotateX(15deg);
         transform:rotateX(15deg);
         opacity:.8;
         -webkit-animation-timing-function:ease-out;
         animation-timing-function:ease-out
     }
     100% {
         -webkit-transform:scale(.8) translateZ(-200px);
         transform:scale(.8) translateZ(-200px);
         opacity:0
     }
 }@-webkit-keyframes moveFromTop {
      from {
          -webkit-transform:translateY(-100%)
      }
      to {
          -webkit-transform:translateY(0)
      }
  }@keyframes moveFromTop {
       from {
           -webkit-transform:translateY(-100%);
           transform:translateY(-100%)
       }
       to {
           -webkit-transform:translateY(0);
           transform:translateY(0)
       }
   }.pt-page-moveFromBottom {
        -webkit-animation:moveFromBottom 1s cubic-bezier(.86,0,.07,1) both;
        animation:moveFromBottom 1s cubic-bezier(.86,0,.07,1) both
    }
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform:translateY(100%)
    }
    to {
        -webkit-transform:translateY(0)
    }
}@keyframes moveFromBottom {
     from {
         -webkit-transform:translateY(100%);
         transform:translateY(100%)
     }
     to {
         -webkit-transform:translateY(0);
         transform:translateY(0)
     }
 }
.pt-page-moveFromTop {
    -webkit-animation:moveFromTop 1s cubic-bezier(.86,0,.07,1) both;
    animation:moveFromTop 1s cubic-bezier(.86,0,.07,1) both
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform:translateY(-100%)
    }
}@keyframes moveFromTop {
     from {
         -webkit-transform:translateY(-100%);
         transform:translateY(-100%)
     }
 }


 /*page*/
.headPage{
    height: 5rem;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
    width:100%;
}
.headPage .headConPage .logo {
    height: 3.5625rem;
    margin-right: auto;
    position: relative;
}
.headPage .headConPage{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recordBtnPage{
    color: #545454;
    font-size: 1rem;
    line-height: 2.375rem;
    cursor: pointer;
}
.loginBtnPage{
    background-color: #2883f5;
    color: #fff;
    width: 6.375rem;
    height: 2.375rem;
    font-size: 1rem;
    line-height: 2.375rem;
    text-align: center;
    border-radius: 0.3125rem;
    cursor: pointer;
}
.loginBtnPage a{
    color: #fff;
	display: block;
}
.headConPage .navBtn{
    margin-right: 2.875rem;
}
.recordBtnPage{
    margin-right: 3rem;
}
.headBg{
    position: absolute;
    top: 0;
    left: 0;
    /*background: url("../../public/3683e3f5-642a-40b2-b958-a8d2ef788e82.jpeg");*/
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s ease-out;
    background: rgb(255,255,255,0.8);
}
#header_right{
    display: flex;
    align-items: center;
}

.foot {
    height: 29.25rem;
    background: url("../../public/ea9e0f10-2d94-4ba0-91b5-77dcbdbbe212.png") center bottom repeat-x #fefefe;
    background-size: 100%;
    /*position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;*/
}
.footerNavBox:hover, .footerNavBox:hover .footerNavListWrap {
    background-color: #303030
}

.foot .footCon {
    width: 90%;
    height: 100%;
    margin: 0 auto
}

.footLogoBox {
    width: 8.125rem;
    margin-bottom: 1.875rem;
}

.footLogoBox img {
    width: 100%
}

.footCon .footTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4d4d4d;
    line-height: 1;
    padding-top: 2.25rem;
}

.footAdress {
    margin-bottom: 0.625rem;
}

.footMiddle {
    height: 3.75rem;
    line-height: 1.75rem;
    padding: 1.5rem 0.625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: flex-end;
    font-size: 0.875rem;
    color: #7d7d7d
}

.footState, .returnTop {
    cursor: pointer;
    align-items: center
}

.footNav > a:hover, .footState:hover, .footerNavList a:hover, .returnTop:hover {
    color:#2883f5;
}

.footState {
    height: 100%;
    margin-right: auto;
    display: flex;
    transition: all .3s ease-out
}

.footState span {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #7d7d7d;
    text-align: center;
    line-height: 1.25rem;
    margin-right: 0.875rem;
    transition: border-color .3s ease-out
}

.footNav, .footerNavBox {
    display: flex;
    height: 100%
}

.footNav > a, .footerNavBox > a {
    line-height: 3.75rem;
}

.footNav > a, .footerNavBox {
    width: 7.875rem;
    text-align: center;
    transition: all .3s ease-out
}

.footState:hover span {
    border-color: #fff
}

.footNav {
    align-items: flex-end;
    margin-right: auto
}

.footerNavBox {
    flex-direction: column-reverse;
    position: relative
}

.footerNavList, .footerNavListWrap {
    position: absolute;
    left: 0;
    width: 100%
}

.footerNavBox:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}

.footerNavListWrap {
    bottom: 100%;
    height: 0;
    transition: all .6s cubic-bezier(.19, .61, .27, 1);
    overflow: hidden
}

.footerNavList {
    bottom: 0
}

.footerNavList .navHide {
    display: none
}

.footerNavList a {
    display: block;
    line-height: 2.5rem;
    font-size: 0.75rem;
    transition: .6s cubic-bezier(.19, .61, .27, 1)
}

.footerNavList li {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0
}

.footNav .hide {
    display: none
}

.footerNavList li:last-child {
    transition: .6s cubic-bezier(.19, .61, .27, 1) .06s
}

.footerNavList li:nth-last-child(2) {
    transition: .6s cubic-bezier(.19, .61, .27, 1) .12s
}

.footerNavList li:nth-last-child(3) {
    transition: .6s cubic-bezier(.19, .61, .27, 1) .18s
}

.footerNavList li:nth-last-child(4) {
    transition: .6s cubic-bezier(.19, .61, .27, 1) .24s
}

.footerNavList li:nth-last-child(5) {
    transition: .6s cubic-bezier(.19, .61, .27, 1) .3s
}

.footerNavList li:nth-last-child(6) {
    transition: .6s cubic-bezier(0, .77, .43, 1) .36s
}

.footerNavList li:nth-last-child(7) {
    transition: .6s cubic-bezier(0, .77, .43, 1) .42s
}

.returnTop, .returnTop span {
    transition: all .3s ease-out
}

.footerNavBox:hover .footerNavList li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.footerNavBox:first-of-type:hover .footerNavListWrap {
    height: 11.25rem;
}

.footerNavBox:nth-of-type(2):hover .footerNavListWrap {
    height: 13.75rem;
}

.footerNavBox:nth-of-type(3):hover .footerNavListWrap {
    height: 8.75rem;
}

.footerNavBox:nth-of-type(4):hover .footerNavListWrap {
    height: 6.25rem;
}

.footerNavBox:nth-of-type(5):hover .footerNavListWrap {
    height: 8.75rem;
}

.returnTop {
    display: flex;
    height: 100%
}

.returnTop span {
    position: relative;
    top: -0.1875rem;
    border: 0.3125rem solid transparent;
    border-bottom-color: #7d7d7d;
    margin-right: 0.5rem;
}

.returnTop:hover span {
    border-bottom-color: #fff
}

.footBot {
    height: 4.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height:1.5rem;
    color: #545454
}

.footBot .footBotFt {
    word-spacing: 0.75rem;
}

.footBot .footBotFt span {
    position: relative;
    top: 0.0625rem;
}


.pageoutBg{
    background: url("../../public/86da7da4-5444-42bf-aa9b-d7e3557223d0.jpg") no-repeat center bottom;
    min-height: 50rem;
    background-size: 100%;
}

.pageTit{
    height: auto;
    overflow: hidden;
}
.pageTit i{
    width:0.2rem;
    display: block;
    float: left;
    height: 1rem;
    background-color: #2883f5;
    margin:0.5rem 1rem 0 0;
}
.pageTit span{
    display: block;
    float: left;
    font-size:1rem;
    color:#2883f5;
}

.ptTit{
    font-size:1.125rem;
    padding:1rem 0;
}
.ptTit::before{
    content: "";
    display: inline-block;
    width:0.1875rem;
    height: 0.8rem;
    background:#2883f5;
    margin:0 0.625rem 0 0;
}

.fwpt{
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.fwpt a{
    display: block;
    margin:0 1.25rem 0 0;
}
.fwpt a:nth-child(4n){
    margin-right:0;
}

/*tab*/
ul.tab-hd{
    width:90%;
    height: auto;
    margin: 1.5rem auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
ul.tab-hd li{
    padding: 0 4rem;
    height: 2.375rem;
    line-height: 2.375rem;
    font-size: 1.125rem;
    cursor: pointer;
    border-right: 1px solid #ddd;
}
ul.tab-hd li:nth-child(2n){
    border-right:0;
}
ul.tab-hd li.selectedA{
    color: #2883f5;
}
ul.tab-hd li.selectedA::after{
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
    background-color: #2883f5;
    margin: 0 auto;
}
.hdContent{
    overflow:hidden;
    padding:0 3%;
}
.hdContent h3{
    text-align: center;
}
.hdContent p{
    text-indent: 2em;
    padding-top:0.625rem;
}

.hwc{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
}
.hwc dl{
    width: 45%;
    line-height:1.875rem;
    font-size:0.875rem;
}
.hwc dl dt,.hwc dl dd{
    float: left;
}
.hwc dl dd{
    color:#4d4d4d;
}
.hwc-t h3{
    height: auto;
    overflow: hidden;
}
.hwc-t h3 span{
    display: block;
    float: left;
    font-size: 1rem;
    color: #2883f5;
}
.hwc-t h3 i{
    width: 0.2rem;
    display: block;
    float: left;
    height: 1rem;
    background-color: #2883f5;
    margin: 0.5rem 1rem 0 0;
}
.hwc-t p{
    line-height:1.5rem;
    margin:0 0 1.25rem 0;
}

.jrTab li{
    height: auto;
    overflow: hidden;
    margin:0 0 1.25rem 0;
}
.jrTab li span,.jrTab li a{
    display: block;
    float: left;
    line-height:2rem;
    font-size:0.875rem;
}
.jrTab li span{

}
.jrTab li a{
    padding:0 0.625rem;
    margin:0 0 0 0.625rem;
}
.jrTab li a.active,.jrTab li a:hover{
    border-radius: 0.25rem;
    background-color: #3a89ec;
    color:#fff;
}
.jrList{
    margin:1.25rem 0 0 0;
    position: relative;
    border-bottom: 1px solid #e0e4ea;
    padding:0 0 1.25rem 0;
}
.jrList img{
    width:14%;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.jrList dl{
    width:82%;
    margin:0 0 0 20%;
}
.jrList dl dt{
    font-size:1rem;
    margin:0.5rem 0 1rem 0;
}
.jrList dl dd{
    float:left;
    width:50%;
    padding: 0.5rem 0 0.5rem 0;
    font-size:0.875rem;
    height: auto;
    overflow: hidden;
}
.jrList dl dd:nth-child(even){
    border-right: 1px solid #e9ecf0;
    width: 46%;
    margin-right: 4%;
}
.jrList dl dd font{
    color: #e70707;
}
.jrList a{
    display: block;
    width:3.75rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.25rem;
    background-color: #2883f5;
    color:#fff;
    text-align: center;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}

.jrDetial{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e4ea;
    padding:0 0 1.25rem 0;
    margin:0 0 1.25rem 0;
}
.jrDetial img{
    width:20%;
    height: 100%;
}
.jrDetial h3{
    font-size:1.25rem;
    width:56%;
    padding:2.5% 0 0 0;
}
.jrDetial dl{
    padding:1rem 0 0 0;
    font-size:0.875rem;
    line-height:1.875rem;
}
.jrDetial dl dt{
    font-size:1.125rem;
}
.jrDetial dl dd font{
    color: #757575;
}
.jrDetial dl dd img{
    width:10%;
    margin:0 0.1rem 0 0;
}

.jrText{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e0e4ea;
    padding: 0 0 1.25rem 0;
}
.jrText ul li{
    float:left;
    width:46%;
    padding: 0.5rem 0 0.5rem 0;
    font-size:0.875rem;
    height: auto;
    overflow: hidden;
}
.jrText ul li:nth-child(odd){
    border-right: 1px solid #e9ecf0;
    width: 50%;
    margin-right: 4%;
}
.jrText ul li font{
    color: #e70707;
}


/*===================================================响应式===================================================*/

@media screen and (max-width:767px) {
	html{font-size:12px;}
    /*页面容器*/
    .layout,.layoutHd{width: 96%;}
    .layoutSub {width: 90%;}
	/*移动端导航*/
	#navMbl{display:block;}
	.navBar{display:none;height:0}
	.navbg{display:none;height:0}
	
	/*移动端左侧菜单*/
	.gdSubL{display:none;width:0}
	.gdSubR{width:100%;}

	/*头部LOGO图片*
	#header .hdLogo img {width:80%;}

	/*左侧菜单*/
	.panelMenu ul.menu > li a i {right:0;}
	.panelMenu ul.menu > li a {padding-left:0.125rem;}
	.panelMenu ul.menu ul li a{padding-left:0.125rem;}
	
}


@media screen and (min-width:768px) and  (max-width:1359px){
	html{font-size:14px;}
    /*页面容器*/
    .layout,.layoutHd,.layoutSub{width: 96%;}
	/*移动端导航*/
	#navMbl{display:none;}
	.navBar{display:block;}
	.navbg{display:block;}
    
    /*导航间距*/
    .navParent > a{padding: 0 1.5rem;}

}

	
@media screen and (min-width:1360px){
	html{font-size:16px;}
    /*页面容器*/
    .layout,.layoutHd,.layoutSub{width: var(--pgWidth,87.5rem);}

	/*移动端导航*/	
	#navMbl{display:none;}
	.navBar{display:block;}
	.navbg{display:block;}	

}