body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	margin: 0;
	padding: 0px;
	font-family: "Microsoft YaHei";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap: break-word
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 100%
}

ol,
ul {
	list-style: none
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

cite,
em,
s,
i,
b {
	font-style: normal
}

input,
button,
textarea,
select {
	font-size: 100%
}

body,
input,
button,
textarea,
select,
option {
	font-size: normal
}

input,
textarea {
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

li,
img,
label,
input {
	vertical-align: middle
}

var {
	font-style: normal
}

ins {
	text-decoration: none
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

button,
select {
	text-transform: none
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}

button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

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
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

.clear {
	clear: both;
}

.clearfix{
	zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	font-family: "Microsoft YaHei";
}

.ctbx {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1300px;
	margin: 0 auto;

}



/* header */




.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #ad2d25;
	zoom: 1;
}

.header-lby {
	position: static;
}


.header .top-left {
	float: left;
	margin: 20px 0px;
}

.header .top-right {
	float: right;
	width: 295px;
	margin-top: 5px;
}

.header .top-right ul {
	float: right;
}

.header .top-right li {
	float: left;
	line-height: 16px;
	cursor: pointer;
	padding: 0 16px;
	line-height: 39px;
	position: relative;
}

.header .top-right li::after {
	content: "";
	position: absolute;
	width: 0;
	height: 16px;
	right: 0;
	top: 12px;
	border-right: 1px solid #fff;
}

.header .top-right li:nth-last-of-type(1)::after {
	border-right-style: none;
}

.header .top-right li a {
	display: block;
	font-size: .875rem;
	color: #fff;
}

.header .logo {
	float: left;
}



.search-box {
	position: relative;
	overflow: hidden;
	float: right;
	width: 266px;
	height: 45px;
	padding: 0 13px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 45px;
	margin-top: 5px;
}

.search-box .text {
	float: left;
	width: calc(100% - 30px);
	height: 45px;
	line-height: 45px;
	background: none;
	font-size: .75rem;
	color: rgba(255, 255, 255, 0.8);
	border-radius: 0;
	border: none;
}

.search-box .btn {
	float: right;
	height: 20px;
	margin-top: 12px;
}

.search-box.active {
	visibility: visible;
	opacity: 1;
}

/* 导航 */
.dhsy_tp1{display: block;}
.dhsy_tp2{display: none;}
.nav_bg {
	background: #921716;
	height: 50px;
}

.navbar {
	float: left;
	width: 100%;
}

.navbar .menu-bott {
	display: none;
}

.navbar .nav-button {
	display: none;
}

.navbar .navbar-nav {
	padding: 0;
	list-style: none;
}

.navbar .navbar-nav>li {
	position: relative;
	text-align: center;
	float: left;
	width: 11%;
	text-align: center;
}

.navbar .navbar-nav>li>a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	text-align: center;
	font-size: 1rem;
	border-radius: 5px;
}

.navbar .navbar-nav>li>a>em {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 12px;
	height: 100%;
	background: url() center no-repeat;
}

.navbar .navbar-nav>li:hover>a {
	background: #fff;
	background: #9a0001;
}

.navbar .navbar-nav>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.navbar .hasChild:before {
	content: "";
	width: 2px;
	height: 15px;
	background: #9a0001;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: scaleY(0);
	transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
	transform: scaleY(1);
}

.navbar .nav-child {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s;
}

.navbar .nav-child li {
	padding: 12px;
}

.navbar .nav-child li a {
	display: block;
	font-size: 1rem;
	color: #fff;
	display: block;
	position: relative;
}

.navbar .nav-child li:hover {
	background: #960001;
}

.navbar .nav-child li:hover a {
	font-weight: bold;
}

/* 浮动导航 */
.header.showdiv {
	background: #9a0001;
	/*    position: fixed; */
	transition: all 0.7s ease-in-out 0.5s;
}






/* Banner  */

.ban_box {
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.banner {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.ban_img {
	width: 100%;
	display: block !important;
}

.ban_img img {
	width: 100%;
}

.ban_box .swiper-button-prev {
	background: url() no-repeat center;
	width: 44px;
	height: 44px;
}

.ban_box .swiper-button-next {
	background: url() no-repeat center;
	width: 44px;
	height: 44px;
}

.ban_box .swiper-button-next::after,
.ban_box .swiper-button-prev::after {
	display: none;
}

.banner .slick-dots {
	display: block;
	position: absolute;
	bottom: 30px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
	background: none;
	background: #8dabd9;
	border-radius: 50%;
}

.banner .slick-dots li button {
	border-style: none;
	background: none;
	text-indent: -999em;
}

.banner .slick-dots li.slick-active {
	background: #fff;
}

.ban_box .swiper-pagination{
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.ban_box .swiper-pagination span{
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  opacity: 1;
	margin: 0 5px;
  
}

.ban_box .swiper-pagination .swiper-pagination-bullet-active{
  background: #b82524;
  width: 12px;
  height: 12px;
  border-radius: 15px;
}



/* Middle  */


.sydh {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

.sydh h1 {
/*	width: 100%; */
	float: left;
	font-size: 64px;
	font-weight: normal;
	font-family: "Times New Roman";
	color: rgba(184, 37, 36, 0.22);	
	margin-bottom: 30px;

}

.sydh h2 {
	position: absolute;
	left: 0px;
	z-index: 2;
	top: 25px;
	font-size: 30px;
	color: #111;
	height: 38px;
	line-height: 38px;
}
.sydh h2::after{
    content: "";
	position: absolute;
	bottom: -15px;
	left:0px;
	background: url(../images/ico_btxhx.png) no-repeat;
	width: 100%;
    height: 10px;
}
.sydh h2 b {
	color: #005eae;
}

.sydh span {
	text-align: center;
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 22px;
	width: 86px;
	height: 30px;
	line-height: 30px;
	background: #efefef;
	border-radius: 30px;
	font-size: 14px;
}

.sydh span a {
	color: #666666;
}

.sydh span:hover {
	background: #ad2d25;
}

.sydh span:hover a {
	color: #fff;
}

.con1_bg{
	
}
.con_box{
	margin: 60px 0;
	overflow: hidden;
}


.con1_bg .con_xyxw{
	margin-bottom: 45px;
	
}

.xyxw_lf{

  float: left;
  width:680px;
}

.xyxw_lf li a {
  display: block;
  width: 100%;
  overflow: hidden;
 /* position: relative; */
}

.xyxw_lf li .pic {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.xyxw_lf li .pic:hover {
  transform: scale(1.05);
}

.xyxw_lf li a .tit {
  /* position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; */
	background: #b82524;
  padding: 0 15px;
	overflow: hidden;
}

.xyxw_lf li a .tit p{
  width: calc(100% - 140px);
  font-size: 18px;
  line-height: 65px;
  height: 65px;
/*  font-weight: bold; */
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xyxw_lf .box_xyd{
  width: auto;
  position: absolute;
  bottom: 15px;
  right: 10px;
  text-align: right;
  z-index: 9;
  
}

.xyxw_lf .box_xyd span{
  background-color: #dc9292;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  opacity: 1;
  
}

.xyxw_lf .box_xyd .swiper-pagination-bullet-active{
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 15px;
}




.xyxw_rt{
	float: right;
	width: calc(100% - 720px);
}

.xyxw_rt .xyxw_one{
	border-bottom: 1px solid #e7e7e7; 
	overflow: hidden;
}
.xyxw_rt .xyxw_one .date{
	float: left;
	width: 70px;
}

.xyxw_rt .xyxw_one .date span{
	
  font-size: 30px;
  font-family: "Times New Roman";
  color: rgb(184, 37, 36);
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.xyxw_rt .xyxw_one i{
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff;
	line-height: 25px;
	text-align: center;
	background: #b82524;
	width: 100%;
	border-radius: 25px;
	display: block;
}


.xyxw_rt .xyxw_one h3{
	float: left;
	font-size: 18px;
	line-height: 35px;
	margin-left: 25px;
	font-weight: inherit;
	color: #111;
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
}
.xyxw_rt .xyxw_one p{
	float: left;
	font-size: 14px;
	height: 80px;
	line-height: 25px;
	margin: 15px 0px;
	font-weight: inherit;
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical; 
}


.xyxw_list {
	padding-bottom: 20px;
	overflow: hidden;
}

.xyxw_list ul {
	margin-top: 16px;
}

.xyxw_list ul li {
	width: 100%;
	float: left;
	line-height: 15px;
	padding: 10px 0px;
}

.xyxw_list ul li a {
	width: 100%;
	float: left;
	line-height: 24px;
}
.xyxw_list ul li a h3{
	float: left;
	width: calc(100% - 100px);
	font-size: 16px;
	height: 24px;
	color: #111;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xyxw_list ul li .date {
	font-size: 14px;
	float: right;
	font-family: 'Times New Roman', Times, serif;
	display: inline-block;
	color: #666;
	width: 80px;
	text-align: center;
}

.xyxw_list ul li:hover a {
	text-indent: 5px;
	transition: all 0.3s ease-out 0s;
}

.xyxw_list ul li:hover a h3,
.xyxw_list ul li:hover .date {
	color: #94080a;
	font-weight: bold;
}

/*第三*/
.con2_bg{
	background: url(../images/bgt_02.png) no-repeat;
	overflow: hidden;
  background-size: cover;
}

.tzgg_lf{
	float: left;
	width: calc(50% - 30px);
}

/*通知公告*/



.tzgg_list{
	margin-top: 38px;
	
}

.tzgg_list ul {
/*
float: left;
*/
}

.tzgg_list ul li {
	width: 100%;
	float: left;
	padding: 10px 0px;
}

.tzgg_list ul li a {
	float: right;
	width: calc(100% - 115px);
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #111;
	line-height: 22px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.tzgg_list ul li .date {
	float: left;
	font-size: 12px;
	color: #666;
	width: 100px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	background: #fff;
}

.tzgg_list ul li:hover a {
	color: #b82524;
	font-weight: bold;
}

.tzgg_list ul li:hover .date{
	background: #b82524;
	color: #fff;
}



/*学术交流*/

.xsjl_rt{
	float: right;
	width: calc(50% - 30px);
}


.xsjl_list {
	padding: 1px 0px 4px;
}

.xsjl_list li {
	width: 100%;
	float: left;
	border-bottom: #dadada 1px solid;
	padding: 19px 0px;
	transition: all 0.4s ease-out 0s;
}

.xsjl_list li span {
	width: 60px;
	height: 48px;
	padding-top: 10px;
	float: left;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	text-align: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.xsjl_list li span b {
	font-size: 26px;
	font-weight: normal;
}


.xsjl_list li h2 {
	margin-top: 2px;
	width: calc(100% - 80px);
	float: right;
}

.xsjl_list li h2 i{
	margin-right: 5px;
	float: left;
	width: 22px;
	height: 9px;
	margin-top:-3px;
}

.xsjl_list li h2 b{
	font-size: 16px;
	color: #f00;
	font-weight: normal;
	float: left;
	display: inline-block;
}
.xsjl_list li h2 p{
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #111;
	font-weight: initial;
}


.xsjl_list li h3 {
	margin-top: 2px;
	width: calc(100% - 80px);
	float: right;
}

.xsjl_list li h3 i{
	margin-right: 5px;
	float: left;
	width: 22px;
	height: 9px;
	margin-top:-3px;
}

.xsjl_list li h3 p{
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xsjl_list li:hover {
	transform: translateX(5px);
}

.xsjl_list li:hover span {
	background: #b82524;
	color: #fff;
}

.xsjl_list li:hover h2 p{
	color: #b82524;
}


/* 招生信息 */


.con3_bg{}

.con3_bg .con_box{margin-bottom: 0px;}


.zspx_box{
	float: left;
	width: calc(50% - 30px);
}



.zsxx_list,
.pxks_list{
	/* margin-top: 38px; */
	
}

.zsxx_list ul,
.pxks_list ul
{
/*
float: left;
*/
}

.zsxx_list ul li,
.pxks_list ul li {
	width: 100%;
	float: left;
	padding: 10px 0px;
	position: relative;
}

.zsxx_list ul li::after,
.pxks_list ul li::after{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0px;
	top:20px;
	background: #b82524;
}

.zsxx_list ul li a,
.pxks_list ul li a{
	float: left;
	width: calc(100% - 80px);
	font-size: 16px;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #111;
	line-height: 22px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.zsxx_list ul li .date,
.pxks_list ul li .date {
	float: right;
	font-size: 14px;
	color: #666;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	background: #fff;
}

.zsxx_list ul li:hover a,
.pxks_list ul li:hover a {
	color: #b82524;
	font-weight: bold;
}

.zsxx_list ul li:hover .date,
.pxks_list ul li:hover .date{
	color: #b82524;
}


/* 资源中心*/

.zyzx_rt{
	float: right;
	width: calc(50% - 30px);
	
}

.zyzx_rt .sydh{
	background: #b82524;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	margin: 0 auto;
}
.zyzx_rt .sydh h1{
	color: rgba(255, 255, 255, 0.11);
}
.zyzx_rt .sydh h2{
	color: #fff;
}

.zyzx_rt .sydh.zyzx_bt h1{
	float: none;
	margin-top: -10px;
}
.zyzx_rt .sydh.zyzx_bt h2{
	width: 100%;
	margin-top: -10px;
}

.zyzx_rt .sydh.zyzx_bt h2::after{
	background: url(../images/ico_btxhx2.png) no-repeat center;
}



.zyzx_list{
	border: 1px solid #d6d6d6;
	background: #f0f1f2;
	border-top:0px;
	overflow: hidden;
	padding: 20px 60px;
}
.zyzx_list ul{

}

.zyzx_list ul li{
	float: left;
	margin: 10px 0;
	width: 100%;
}

.zyzx_list ul li span{
	width: 66px;
	height: 66px;
	border-radius: 66px;
	float: left;
	background: #fff;
	position: relative;
}

.zyzx_list ul li span i{
	    max-width: 50%;
		  max-height: 50%;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
}


.zyzx_list ul li h2{
	border-bottom: 1px solid #d6d6d6;
	width: calc(100% - 85px);
	float: right;
	line-height: 70px;
	color: #111;
	font-weight: initial;
	font-size: 18px;
	transition:all 0.3s ease-out 0s;
}

.zyzx_list ul li h2:hover{
	color: #b82524;
	transform: translateX(10px);
	font-weight: bold;
}


.icon img {
	transition: all 0.3s;
}

.icon:hover img {
	animation: icon-yh 0.6s linear 1;
}

@keyframes icon-yh {
	0% {
			transform: rotateZ(0);
	}
	10% {
			transform: rotateZ(10deg);
	}
	20% {
			transform: rotateZ(0);
	}
	30% {
			transform: rotateZ(-10deg);
	}
	40% {
			transform: rotateZ(0);
	}
	50% {
			transform: rotateZ(10deg);
	}
	60% {
			transform: rotateZ(0);
	}
	70% {
			transform: rotateZ(-10deg);
	}
	80% {
			transform: rotateZ(0);
	}
	90% {
			transform: rotateZ(10deg);
	}
	100% {
			transform: rotateZ(0);
	}
}
/*成果导航 */
.con4_bg{

}

.cgdh_list{
	margin: 45px -24px 0px;
}

.cgdh_list .cgdh_tp{
	float: left;
	width: 33.3%;
	position: relative;
}

.cgdh_list .cgdh_tp a{
	margin: 0 24px;
	display: block;
	overflow: hidden;
	position: relative;
}

.cgdh_list .cgdh_tp .pic {
    /* width: 400px;
    float: left;
    position: relative; */
}
.cgdh_list .cgdh_tp .pic .pic_box {
	overflow: hidden;
	padding-bottom: 56.5%;
	position: relative;
	display: block;
}
.cgdh_list .cgdh_tp .pic .pic_box img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.cgdh_list .cgdh_tp .pic .pic_box img:hover{
	transform: scale(1.05);
}


.cgdh_list .cgdh_tp h2{
	background: url(../images/cgdh_btbj.png) no-repeat left;
	width: 100%;
	height: 58px;
	line-height: 58px;
	padding-left: 15px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 0;
	box-sizing: border-box;
}

/* link */


.cont5_bg {
	background: #d3d3d3;
	margin-top: 20px;

}

.cont5_box h1 {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #111;
	display: inline-block;
	float: left;
	line-height: 60px;
	width: 120px;
}

.cont5_box .link-list {
	width: calc(100% - 120px);
	position: relative;
	float: right;
	
}

.cont5_box .link-list .box {
	float: left;
	width: 33.3%;
	margin: 10px 0;
}

.cont5_box .link-list .box .box_jj{

	margin: 0 24px;
	position: relative;
	background: #fff;
	border-radius: 20px;
}


.cont5_box .link-list .tit {
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.cont5_box .link-list .tit p {
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	color: #666;
}

.cont5_box .link-list .tit::after{
	content: "";
	width: 10px;
	height: 10px;
	top:16px;
	right: 30px;
	position: absolute;
	background: url(../images/ico_link_sj.png) right center no-repeat;
}

.cont5_box .link-list ul {
	position: absolute;
	width: calc(100% - 35px);
	height: auto;
	left: 0;
	bottom: 100%;
	z-index: 0;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	overflow-y: auto;
	margin-bottom: 0px;
	display: none;
}

.cont5_box .link-list ul li {
	padding: 5px 0;
}

.cont5_box .link-list ul li a {
	display: block;
	font-size: .875rem;
	color: #333;
}

.cont5_box .link-list ul li:hover a {
	color: #1151af;
}

.cont5_box .link-list ul::-webkit-scrollbar {
	width: 4px;
}

.cont5_box .link-list ul::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 5px;
}

.cont5_box .link-list ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: linear-gradient(45deg, #1151af 0%, #1151af 100%);
}





/*  footter   */
.dibu_bg {
	background: #ad2d25;
}

.dibu {
	padding: 18px 0px 28px;
}

.dbban {
	width: 190px;
	float: left;
	margin-top: 10px;
}

.dbban span {
	width: 100%;
	text-align: center;
}

.dbban .dbban_wz {
	margin-top: 8px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

.dbdz {
	width: 480px;
	float: left;
	margin-top: 8px;
	margin-left: 95px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}


.dbewm {
	float: right;
	margin-top: 20px;
}

.dbewm ul {
	float: left;
}

.dbewm ul li {
	float: left;
	width: 72px;
	background: #fff;
	padding: 4px 4px 0px;
	margin-left: 10px;
}

.dbewm ul li img {
	float: left;
	height: 70px;
	width: 70px;
}

.dbewm ul li p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #000;
	height: 22px;
	line-height: 22px;
}


.dangqwz {
	padding: 34px 0px 30px 30px;
	font-size: 14px;
	color: #aaa;
	line-height: 32px;
	background: url() no-repeat left;
}

.dangqwz a {
	color: #aaa;
}

.dangqwz a:hover {
	color: #006179;
}


















