
/*--------------------------------基础设置--------------------------------*/
body {
	font-size: 14px;
	background: #FFF;}

/*页面宽度*/
.layout {width: 90%;}
/*页面宽度（header）*/
.layoutHd{width: 90%;height:8.125rem;}
/*页面宽度（首页，有间隙）*/
.layoutHome{
	overflow:hidden;
	margin-bottom:40px !important;padding: 20px;
	width: 85%;
	background-color:#fafafa;}

/*页面宽度（子页面）*/
.layoutSub {
	width: 90%;padding:10px 20px;
	margin-top:-80px !important;
	background-color: #fff;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-border-top-right-radius: 20px;
	z-index:9;}


/*子页面板(内容、新闻、菜单)*/
.panelSub,.panelNews,.panelMenu{
	}


/*a标签*/
a {color: #666;}
a:visited {}
a:hover {color: #0985e4;}


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

/*--------头部--------*/
#header {
	position:relative !important;
	width: 100%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 900;
	height: 10.1rem;
}



/*logo*/
#header .hdLogo {
	position: relative;float: left;}

#header .hdLogo img {
	display: block;float: left;
	margin-top: 10px;}

/*#header .hdOther {
	position: relative;float: right;
	margin-top: 30px;}*/


/*--------导航--------*/

/*导航背景(通栏)*/
#header .navbg {
	position: absolute;
	top: 80px;
	width: 100%;height: 50px;
	background-color: #fff;}

.fr-login{
    float: right;
}
/*头部下拉*/
.navbar-login .nav-links {
    position: absolute;
    right: 0;
    z-index:99999;
    top:0;
}

.navbar-login .nav-links li {
    display:flex;
    height: 100%;
    color: #fff;
    position: relative;
    font-size: 0.75rem;
    flex-flow: column;
    text-align: center;
}
.navbar-login .nav-links li div{
    font-size:0.75rem;
    color: #333;
    display: none;
}

.navbar-login .nav-icon::before,.navbar-login .nav-icon::after{
    content: "";
    height: 0.4375rem;
    width: 0.0625rem;
    display: block;
    background:rgb(0,0,0,0.7);
    position: absolute;
    right: 0.375rem;
    top: 0.75rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: 0;
    z-index:999;
}
.navbar-login .nav-icon:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    right: 0.6875rem;
}

.navbar-login .nav-links li > a {
    font-size: 0.875rem;
    width:auto;
    padding:0 1.2rem 0 0 !important;
    transition: background .3s cubic-bezier(.158,.201,.69,1);
    -webkit-transition: background .3s cubic-bezier(.158,.201,.69,1);
}
.nav-icon{
    display: flex;
}

.btns-top svg {
    fill: rgb(0, 0, 0, 0.5);
    width: 1rem;
    margin-right: 0.5rem;
}

.navbar-login .nav-links .sub_links {
    position: absolute;
    top: 2rem;
    right: 50%;
    width: 7rem;
    margin-right: -3.5rem;
    display: block;
    background: rgb(255,255,255,1);
    border-radius: 0.2rem;
    padding: 0.2rem 0.1rem 0.7rem 0.1rem;
    z-index: 99999;
    transition: all .3s cubic-bezier(.158,.201,.69,1);
    -webkit-transition: all .3s cubic-bezier(.158,.201,.69,1);
    visibility: hidden;
    opacity: 0;
    transform: translatey(7px);
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(0,0,0,0.1);
}

.navbar-login .nav-links .sub_links li {
    position: relative;
    margin: 0 !important;
    float: none !important;
}
.navbar-login .nav-links .sub_links li:hover > a{
    background: transparent;
    color: var(--greyText);
}
.navbar-login .nav-links .sub_links li a {
    display: block;
    font-size: 0.875rem;
    /*background: url(https://www.catradesp.com/zfjm/public/92a07195-cd9d-412f-b01a-ff10e0b067a9.png) no-repeat 15px 7px;
    background-size: 15%;*/
    padding: 0.4rem 0 1rem 0 !important;
    box-sizing: border-box;
    color: var(--greyText) !important;
    /* border: 1px solid var(--greyText); */
    height: 1rem;
    line-height: 1rem;
    border-radius:0.2rem;
    /* width:4rem; */
    /* margin: 0.5rem auto 0 auto; */
    -webkit-text-fill-color: #333;
}
.navbar-login .nav-links .sub_links li a:hover{
    color: var(--greyText) !important;
    /*background: url(https://www.catradesp.com/zfjm/public/92a07195-cd9d-412f-b01a-ff10e0b067a9.png) no-repeat 15px 7px;
    background-size: 15%;*/
}

.navbar-login .nav-links li:hover > .sub_links {
    visibility: visible;
    opacity: 1;
    transform: translatey(0);
}

/*导航*/
.navBar {
	position: absolute;
    display: flex;
    justify-content: space-between;
	top: 80px;
	background-color: #fff;
	z-index: 2;
    width:100%;}

/*所有导航项UL样式*/
.navBar ul {
	position: absolute;
	opacity: 0;visibility: hidden;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	box-shadow: 0px 15px 10px -15px #aaa;
	-moz-box-shadow: 0px 15px 10px -15px #aaa;
	-webkit-box-shadow: 0px 15px 10px -15px #aaa;
	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: 100%;}


/*所有导航项li样式*/
.navBar li {position: relative;width:11.11%;}

/*二级及以下导航*/
.navBar ul li {	position: relative;float: none;width:auto;padding:10px 10px 0 10px;}
.navBar ul li:nth-last-child(1){
    padding-bottom:10px;
}

/*一级a标签*/
.navParent > a {
	display: block;
	width:100%;
	line-height: 50px;
	color: #333;font-size: 16px;text-align: center;}
.navParent:hover > a, li.active a {
	color: #0985e4;}

/*一级a标签的箭头*/
.navParent > a i {
	position: absolute;display: inline-block;
	margin-left: 10px;
	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: #0985e4;font-weight: bold;}

/*二级导航a标签*/
.navParent ul li:hover > a {color: #fff;
	background-color: #0985e4;}
/*二级及以下导航a标签*/
.navParent ul li a {
	display: block;
	line-height: 50px;
	color: #333;text-decoration: none;text-align: center;font-size: 16px;
	background-color: #e5f1fc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;}
.navParent ul li a:hover {
	color: #fff;
	background-color: #0985e4;}

.navParent ul li a i {
	position:absolute;
	right:20px;}


/*三级导航Ul*/
.navBar ul ul {}
/*三级导航Ul*/
.navBar ul ul a:hover {background-color: #4082d8}


/*--------左侧菜单--------*/
.panelMenu{}
.panelMenu .title{
	text-align:left;
	font-size:20px;
	color:#2972d2;
	line-height:50px;
	font-weight:bold;}

ul.menu {margin-bottom: 40px;}

/*一级菜单*/
ul.menu > li {
	line-height: 50px;
	font-size: 16px;}
ul.menu > li a {
	position: relative;display:block;
	padding-left:16px;
	border:1px solid #ddd;border-top:none;}
ul.menu > li:first-child{border-top:1px solid #ddd;}

/*一级菜单i标签*/
ul.menu > li a i {
	position:absolute;
	right:20px;
	color: #ddd;}

ul.menu > li a:hover {
	color: #2972d2;
	border-left:4px solid #2972d2;
	background-color:#eef4fc;}
ul.menu > li a:hover i {color: #5672f6;}
ul.menu > li a.active {
	color: #2972d2;
	border-left:4px solid #2972d2;
	background-color:#eef4fc;}
ul.menu > li a.active i {color: #2972d2;}

/*二级菜单*/
ul.menu ul {
	display: none;
	background-color:#f3f8ff;}
ul.menu ul li a{padding-left:40px;}
ul.menu ul li a:hover{
	border-left:4px solid #ddd;}

ul.menu ul li a.active {
	color: #2972d2;
	border-left:4px solid #ddd;}


/*--------尾部--------*/
#footer {
	padding: 16px 0;
	background-color: #3d3d3d;}
#footer p.copyright {
	line-height: 30px;text-align: center;color: #d5d5d5;}
#footer a {color: #d5d5d5;}



/*---------首页banner---------*/
.bannerHome {
	position: relative;clear: both;
	background-color: #296aec;
	margin-bottom: 40px;}

/*通栏轮播图高度*/
.slideBox {}
.slideBox .bd li{
    height: 540px !important;
}
.slideBox .bd img {
	width: 100%;height:100%;}


/*------子页banner------*/
.bannerSub {
	position: relative;overflow: hidden;
	background-color: #367BF0;}
.bannerSub img {
	display: block;	margin: 0 auto;
	width: 100%;}


/*--------------------------------组件设置--------------------------------*/

/*--------首页标题--------*/
.titleBigHome {
	position: relative;margin-bottom: 30px;
	text-align: center;
	overflow:hidden;}
.titleBigHome h3 {
	float:left;line-height:38px;height:40px;
	font-size:20px;color:#004ab9;
	border-bottom:2px solid #004ab9;}
/*.titleBigHome span {
	display: inline;
	padding-left: 12px;
	font-size: 16px;font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #999;}*/


/*--------子页标题--------*/
.titleBigSub {
	overflow:hidden;margin-bottom: 20px;
	text-align: center;
	border-bottom:1px solid #ddd;}
.titleBigSub h3 {
	float:left;display: inline;
	font-size: 20px;line-height:39px;}



/*--------------------------------更新module样式--------------------------------*/

/*调整面包屑显示位置*/
.crumbs {
	top:-40px;padding-right:60px;
	text-align:right;
	z-index:10;}


/*调整首页新闻图片尺寸*/
ul.listNews-3 img{
	width:100px !important;height:100px !important;}


/*调整"模块_内容-9“图片尺寸*/
.mdlContent-9{
	padding:20px;
	width:1160px;
	background-color:#fafafa;}
.imgtxt-7 img{height:140px !important;}

/*调整"列表页_内容-5"*/
/*隐藏标题*/
.listImg-5 h3{display:none;}
/*设置简介高度*/
.listImg-5 h4{height:80px;}

/*新闻列表页标题加下划线*/
.tmpNews-6 .titleTemp{
	border-bottom:1px solid #ddd;}


/*新闻标题向下移动*/
.cryNews-1 .titleCry h3{margin-top:30px}

/*新闻列表标题去粗体*/
ul.listNews-5 span.titleNews{
	font-weight:normal !important;}

/*内容页标题字体加大*/
.cryNews-1{margin-top:40px;}
.cryContent-1 .titleCry h3{font-size:24px !important;}




/*--------------------------------定制化样式--------------------------------*/

/*首页新闻-3（文字列表）*/
.newsHome-3{
	position:relative;overflow:hidden;
	margin-bottom:40px;}

.newsHome-3 .listNews_l{
	float: left;margin-right:2%;
	width: 24%;height:330px;
	background-color:#fafafa;}

.newsHome-3 .listNews_l .contentTemp{padding-top:10px;}
.newsHome-3 .listNews_l .contentTemp img{width:100%;height:200px;}
.newsHome-3 .listNews_l .contentTemp .titleImg{
	padding-top:10px;
	text-align:center;font-size:16px;}

.newsHome-3 .listNews_c{
	float: left;
	width: 40%;height:330px;
	background-color:#fafafa;}

.newsHome-3 .listNews_r{
	float: right;
	width: 32%;height:330px;
	background-color:#fafafa;}

.newsHome-3 .titleTemp{height:38px;line-height:38px;border-bottom:2px solid transparent;margin:10px 20px;}
.newsHome-3 .titleTemp h3{float:left;font-size:20px;color:#004ab9;border-bottom:2px solid #004ab9;}
.newsHome-3 .contentTemp{clear:both;overflow:hidden;padding:0 20px;}

/*0829*/
#top{
	position:relative;
	width: 100%;height:1.875rem;/*30px*/line-height:1.85rem;
	color:#7f8c8d;
	background-color:#fff;
	border-bottom:1px solid #e6e6e6;
	z-index: 901;}
#top .welcome{float:left;color:#999;}
#top ul{float:right;}
#top ul li{float:left;}
#top ul li a{padding:0 0.625rem;}

#header .hdLogo {
	position: relative;float: left;
	height: 5rem;
	overflow:hidden;}
#header .hdLogo img {
	display: block;float: left;
	margin-top: 0.625rem;}
#header .hdLogo h3{
	margin-top: 0.5rem;
	font-size:1.5rem;
	color:#333;}

#header .hdLogo h4{
	margin-top:0.375rem;
	font-size:0.75rem;
    letter-spacing: 0.55px;
    color:#aaa;font-family:Arial, Helvetica, sans-serif;font-weight:normal;}

.navParent:hover > a, li.active a {
	color:#fff !important;
	background-color:#0985e4 !important;}
.navParent > a.on {color: #fff;background-color:#0985e4 !important;}
.navParent ul li a:hover {
	color: #fff;
	background-color: #0985e4 !important;}
.navBar ul ul a:hover {background-color: #0985e4 !important;}

.iconlist-13 h3{
	margin-left:20px !important;
}
.iconlist-13 h4{
	margin-top:1.25rem;margin-left:6%;
	font-family:Arial, Helvetica, sans-serif;color:#fff;font-size:1.5rem;font-weight:normal;
}

.serBox{
	width:45%;
	height:280px;
	float:left;
	background-color:#e6e9f0;
	margin-bottom:30px;
	margin-left:3.2%;
	border-radius: 10px;}
.serBox dt{
	height:44px;
	line-height:44px;
	background-color:#408bcd;
	color:#fff;
	text-align:center;
	font-size:20px;
	border-radius: 10px 10px 0 0;}
.serTit{
	font-size:18px;
	text-align:center;
	color:#666666;
	padding:40px 0 40px 0;}
.serInput{
	display:block;
	width:80%;
	height:60px;
	border-radius:30px;
	background-color:#fff;
	margin:0 auto;
	border:0;
	padding:0 25px;
	-moz-box-shadow:0 0 8px rgba(81,120,216,0.07);
    -webkit-box-shadow:0 0 8px rgba(81,120,216,0.07);
    box-shadow:0 0 8px rgba(81,120,216,0.07);}
.serInput input.form-input{
	float:left;
	font-size:18px;
	width:90%;
	color:#666666;
	outline:0;
	height:58px;
	border:0;
	margin-top:1px;}
.serInput.ph_focus input.form-input{
	color:#009ef0;}
.serInput label{
	float:right;
	width:32px;
	height:32px;
	display:block;
	margin-top:14px;
	background:url(../images/icon-search.png) no-repeat;}
.serInput label a{
	display:block;
	cursor:pointer;
	width:32px;
	height:32px;}
.ser-qy{
	width:450px;
	margin:0 auto;}
.ser-qy label{
	float:left;
	margin-left:4%;}
.ser-qy label input{
	margin-right:4px;}

/*0902*/
.listImg-1 img{
	width:99% !important;
}
/*0905*/
.in-zwBox{
	width:936px;
	margin:40px auto;
	height: auto;
	overflow: hidden;
}
.in-zwBox a{
	display:block;
	float:left;
	width:134px;
	height:172px;
	background-repeat:no-repeat;
	background-position:0 top;
	padding-top:10px;
	padding-left:20px;
	margin:0 40px;}
.in-zwBox a i{
	display:block;
	width:22px;
	height:22px;
	background:url(../images/icon-enter.png) no-repeat;
	margin-left:100px;}
.in-zwBox a:hover i{
	margin-left:95px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;}
.in-zwBox a span{
	display:block;
	font-size:20px;
	color:#fff;}
.in-zwBox a img{
	display:block;
	margin:30px 0 20px 0;}
.in-zwBox a:hover img{
	margin-top:25px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;}


.zwBg02{
	background-image:url(../../public/cssimg/in-zwBg02.png);}
.zwBg04{
	background-image:url(../../public/cssimg/in-zwBg04.png);}
.zwBg05{
	background-image:url(../../public/cssimg/in-zwBg05.png);}
.zwBg07{
	background-image:url(../../public/cssimg/in-zwBg07.png);}

