html,body,p,ul,h1,h2,h3,h4,h5,h6,dt,dr,dd,nav,form {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* baner */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.indexNation {
	bottom: 5% !important;
}

.indexNation .swiper-pagination-bullet {
	width: 60px;
	border-radius: 0;
	height: 3px;
}

.indexNation .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.indexBer img {
	width: 100%;
}

.indexLeft,
.indexRight {
	width: 15%;
	height: 100%;
	top: 0;
	background-image: none !important;
}
.indexLeft:after{
	content: '';
}
.indexRight:after{
	content: '';
}
.indexLeft h6,
.indexRight h6 {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	background: rgba(180, 180, 180, 0.25) url(../image/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.indexRight h6 {
	background: rgba(180, 180, 180, 0.25) url(../image/arrows.png) no-repeat center -71px;
	left: auto;
	right: 20px;
}

.indexLeft:hover h6 {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.indexRight:hover h6 {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.caseBer .swiper-slide {
	position: relative;
	overflow: hidden;
}

.caseBer .swiper-slide .caseal {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin-top: 89%;
	background: rgba(190, 41, 45, 0.6);
	transition: 0.8s;
}

.caseBer .swiper-slide .caseal p {
	line-height: 40px;
	text-align: center;
	color: white;
	margin: 0 auto;

	width: 85%;
}

.caseBer .swiper-slide:hover .caseal {
	left: 0;
	right: 0;
	top: 0;
	margin-top: 0;
	transition: 0.8s;
}

.caseBer .swiper-slide:hover img {
	transition: 0.8s;
	transform: scale(1.1);
}

.caseBer .swiper-slide:hover .caseal p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* base.css */
.base,
.base *,
.base *::before,
.base *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* æ–‡å­—æŠ—é”¯é½¿ */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	font-family: Arial, Microsoft YaHei, SimSun;
}

.base {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	font-size: .16rem;
	line-height: 2;
	color: #333;
}

/* æ–‡å­—ä¸¤ç«¯å¯¹é½(å…¼å®¹ie) */
.jty {
	text-align: justify;
	text-align-last: left;
	text-justify: distribute;
}

/* a */
.base a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}

.base a:hover {
	text-decoration: none;
}

/* æ¸…é™¤æµ®åŠ¨ */
.cb::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

/* æ–‡å­—æº¢å‡ºæ˜¾ç¤ºçœç•¥å· */
.dh {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* å¤šè¡Œ */
.dh2 {
	/* -webkit-line-clamp: n; */
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* é˜²æ­¢å›¾ç‰‡ç¼©æ”¾å˜æ¨¡ç³Š */
img {
	image-rendering: -moz-crisp-edges;
	/* Firefox                      */
	image-rendering: -o-crisp-edges;
	/* Opera                        */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: bicubic;
	/* IE (non-standard property)   */
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ---- */

/* é¦–é¡µ-ç½‘é¡µä¸»ä½“å®½åº¦ */
.shuai {
	width: 100%;
	padding: 0 2.4rem;
}

/* é¦–é¡µ-æ ‡é¢˜ */
.shuai .h1 {
	position: relative;
	width: 100%;
	padding-left: 3rem;
}

.shuai .h1::before {
	content: '';
	display: block;
	width: 2.4rem;
	height: 2px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: .41rem;
}

.shuai .h1>p {
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: justify;
	text-align-last: left;
	text-justify: distribute;
}

.shuai .h2 {
	position: relative;
	font-size: .42rem;
	color: #c90915;
	letter-spacing: .05rem;
	margin-bottom: .15rem;
}

.shuai .h2>b {
	font-weight: bold;
}

.shuai .h2 .num3502 {
	position: absolute;
	bottom: .2rem;
	margin-left: .05rem;
	width: 1.54rem;
	height: .53rem;
}

.shuai .bg3502 {
	display: block;
	position: absolute;
	z-index: 1;
	width: 10.07rem;
	height: 2.36rem;
	background: url("../image/shuai_idx_title.png") no-repeat center / 10.07rem 2.36rem;
}

/* é¦–é¡µ-èµ°è¿›3502 */
.shuai .box1 {
	margin: .95rem 0 .65rem;
}

.shuai .box1 .list {
	font-size: 0;
	margin-top: .45rem;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}

.shuai .box1 .list li {
	display: inline-block;
	font-size: .36rem;
	color: #333;
	width: 16%;
	position: relative;
	padding-top: 1.2rem;
	min-width: .8rem;
	text-align: center;
	text-align-last: center;
	vertical-align: middle;
}

.shuai .box1 .list li b {
	font-weight: bold;
	margin-right: .05rem;
	color: transparent;
	position: relative;
}

.shuai .box1 .list li i {
	font-weight: bold;
	margin-right: .05rem;
	margin-left: -.05rem;
}

.shuai .box1 .list li em {
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 0;
}

.shuai .box1 .list li span {
	position: absolute;
	top: 1rem;
	font-size: .16rem;
	color: #000;
	letter-spacing: .02rem;
	display: block;
	width: 100%;
	text-align: center;
	text-align-last: center;
}

.shuai .box1 .list li img {
	position: absolute;
	top: 0;
	width: 1rem;
	left: 50%;
	margin-left: -.5rem;
	text-align: center;
	text-align-last: center;
}

/* é¦–é¡µ-äº§å“ä¸­å¿ƒ */
.shuai .box2 {
	margin: 0 0 .95rem;
}

.shuai .box2 .h2 {
	margin-bottom: .4rem;
	position: relative;
	z-index: 2;
}

.shuai .sw2 {
	overflow: visible;
	z-index: 1;
	position: relative;
}

.shuai .sw2 .swiper-slide {
	border: 1px solid #eee;
}

.shuai .sw2 .item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 134%;
}

.shuai .sw2 .item img {
	width: 100%;
	position: relative;
	z-index: 1;
	transition: transform .5s;
}

.shuai .sw2 .item:hover img {
	transform: scale(1.1);
}

.shuai .sw2 .item span {
	display: block;
	width: 1.5rem;
	height: .66rem;
	line-height: .66rem;
	background: #fff;
	text-align: center;
	font-size: .22rem;
	color: #000;
	letter-spacing: .03rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	transition: color .5s;
}

.shuai .sw2 .item:hover span {
	color: #c90915;
}

.shuai .box2 .swiper-pagination {
	position: absolute;
	width: auto;
	right: 0;
	height: .84rem;
	top: 0;
	text-align: right;
}

.shuai .box2 .swiper-pagination-clickable .swiper-pagination-bullet {
	width: .23rem;
	height: .08rem;
	border-radius: .04rem;
	background: #ddd;
	opacity: 1;
	margin-left: .2rem;
}

.shuai .box2 .swiper-pagination-clickable .swiper-pagination-bullet-active {
	width: .53rem;
	background: #c90915;
}

.shuai .box2 .h2 .bg3502 {
	top: 0;
	right: -2.4rem;
}

/* é¦–é¡µ-æ–°é—»åŠ¨æ€ */
.news li h3{
	margin-top: .1rem;
}
.shuai .box3 {
	margin: 0 0 .8rem;
}

.shuai .box3 .h2 {
	margin-bottom: .1rem;
}
.xwdt{
	overflow: hidden;
}
.xwdt_left{
	float: left;
	width: 58%;
}
.xwdt_right{
	float: right;
	width: 40%;
}
.item_up a{
	display: block;
	width: 88%;
	font-size: .24rem;
	color: #3a3636;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item_p{
	color: #3a3636;
}
.tag{
	border-bottom: 1px solid #dcdcdc;
        height: .42rem;
	line-height: .42rem;
}
.tag span{
	color:#c90915 ;
}
.tag i{
	float: right;
	font-weight: bold;
}
.xwdt_img{
	display: block;
}
.xwtle{
	background: #f7f7f7;
	border-bottom: 1px solid #c90915;
	margin-top: -10px;
	padding: 15px 20px;
}
.xwtle h6{
	line-height: .56rem;
	font-size: .22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwtle p{
	font-weight: bold;
}
.xwdt_right .xwdtNation {
	bottom: 7%;
}
.xwdt_right .xwdtNation span{
	width: 25px;
	border-radius: 3px;
	background: white;
	opacity: 1;
}
.xwdt_right .xwdtNation .swiper-pagination-bullet-active{
	background: #c90915;
	width: 50px;
}
.xwdtBer .swiper-slide img{
	width: 100%;
        height: 3.4rem;
}


/* é¦–é¡µ-ç§‘æŠ€ç ”å‘ */
.shuai .box4 {
	margin: 0 0 1rem;
}

.shuai .box4 .h1 {
	position: relative;
	z-index: 2;
}
.shuai .box4 .h1 .bg3502 {
	bottom: 0;
	left: -2.4rem;
	margin-bottom: -1.6rem;
}
.box4 .h1{
	padding-left: 0;
}
.box4 .h1::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background: initial;
	position: inherit;
	left: inherit;
	top: inherit;
}
.kjyf .sci_img img{
	width: 100%;
	vertical-align: middle;
}
.kjyf{
	overflow: hidden;
}
.kjyf li{
	position: relative;
	float: left;
	width: 22%;
	margin-left: 4%;
}
.kjyf li:nth-child(1){
	margin-left: 0;
}
.sci_img h6{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.sci_img:hover h6{
	background: rgba(194,22,33,0.7);
}
.ence{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: white;
	width: 100px;
	text-align: center;
	margin: 15px auto 0;
	line-height: 30px;
	font-size: .24rem;
}
.ence p:nth-child(1){
	width: 60%;
	margin: 0 auto;
}
.ence p:nth-child(2){
	color: white;
	width: 100px;
	text-align: center;
	margin: 15px auto 0;
	line-height: 30px;
        font-size: .24rem;
}
.sciBer{
	width: 22rem;
}
.science{
	position: relative;
}
.sciLeft{
	background: url(../image/JT_Z.png) no-repeat !important;
	right: 80px;
	left: inherit;
}
.sciRight{
	background: url(../image/jt_Y.png) no-repeat !important;
	right: 0;
}
.sciLeft:after{
	content: '';
}
.sciRight:after{
	content: '';
}
.sciLeft,.sciRight{
	width: .47rem;
	height:.47rem;
	top: inherit;
	bottom: -20%;
        background-size: 100% 100% !important;
}
.box5 .h1::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	background: initial;
	position: inherit;
	left: inherit;
	top: inherit;
}
.box5 .h1{
	padding-left: 0;
}

/* åˆä½œä¼™ä¼´ */
.box5{
	padding: 0 13%;
	position: relative;
	margin: 30px 0 50px 0;
}
.parBer{
	position: relative;
}
.box5 h1{
	position: relative;
	z-index: 2;
}
.box5 h2{
	position: relative;
	font-size: .42rem;
	color: #c90915;
	letter-spacing: .05rem;
	margin-bottom: .15rem;
	font-weight: 500;
	margin-bottom: 40px;
}
.parBer .swiper-slide img{
	width: 100%;
}
.parLeft:after{
	content: '';
}
.parRight:after{
	content: '';
}
.partners{
	position: relative;
}
.parLeft{
	background: url(../image/hz_z.png) no-repeat !important;
	left: -35px;
}
.parRight{
	background: url(../image/he_y.png) no-repeat !important;
	right: -45px;
}










