/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height:100px;
	background-color: #fff;
	z-index: 999;
}
#header::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #ddd;
	content:"";
	z-index: 10;
}
#header .container{
	position: relative;
	z-index: 25;
}
.logo{
	width: 146px;
	margin-top: 27px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.nav{
	margin-left: 100px;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 64px;
}
.nav>ul>li>a{
	display: block;
	font-size: 16px;
	color: #222;
	height: 100px;
	line-height: 100px;
	position: relative;
}

.nav>ul>li>a::before{
	position: absolute;
	width: 2em;
	left: 50%;
	margin-left: -1em;
	height: 4px;
	background-color: #E31C2A;
	content:"";
	opacity: 0;
	transition: opacity .3s;
}
.nav>ul>li:hover>a::before,
.nav>ul>li.cur>a::before{
	opacity: 1;
}


.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#fff;
}

.nav>ul>li:nth-child(3)>ul{
	width: 266px;
	margin-left: -133px;
}

.nav>ul>li:nth-child(4)>ul,
.nav>ul>li:nth-child(5)>ul{
	width:134px;
	margin-left: -67px;
}




.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	text-align: left;
	padding-left: 32px;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #E31C2A;
	color: #fff;
}

.search{
	border-left: 1px solid #D7D7D7;
	padding-left: 26px;
	width: 45px;
	margin-left: 15px;
	margin-top: 43px;
}
.search a,.search img{
	display: block;
	width: 100%;
}

.language{
	font-size: 16px;
	color: #212121;
	margin-top:40px;
}
.language a:hover{
	color: #E31C2A;
}
.language img{
	margin-top: -3px;
	margin-right: 10px;
	width: 27px;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/




.fafa .slides>li{
	height: calc(100vh - 100px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner-wen{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:120px;
	z-index: 15;
}

.banner-wen-a{
	border-bottom: 1px solid #fff;
	padding-bottom: 70px;
	padding-top: 50px;
}
.banner-wen-a a{
	display: block;
	width: 148px;
	height: 54px;
	line-height: 52px;
	border:1px solid #fff;
	background-color: rgba(227, 227, 227, 0.20);
	border-radius: 999em;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.banner-wen-a a:hover{
	background-color: #fff;
	color: #CD2122;
}
.banner-wen-h1{
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.banner-wen-h2{
	font-size: 22px;
	line-height: 1;
	color: #fff;
	margin-top:20px;
}

.fafa .flex-direction-nav{
	width: 1680px;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -840px;
	bottom:65px;
}

.fafa .flex-direction-nav a{
	width: 16px;
	height: 30px;top: 0;
	margin-top: 0
}


.fafa .flex-direction-nav .flex-prev{
	left: auto;
	right: 60px;
}


.main1{
	background-color: #fff;
	padding: 116px 0;
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1-1{
	width: 769px;
	margin-right: 112px;
}

.main1-1 .imgbox_a{
	padding-bottom: 66.84%;
	border-radius: 20px;
}

.main1-p{
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	margin-top: 30px;
}
.main1 .about-con{
	padding-top: 65px;
}
.more11 {
	margin-top: 50px;
}
.more11 a {
    display: block;
    width: 180px;
    height:64px;
    line-height: 64px;
    background-color: #CD2122;
    border-radius: 999em;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.more11 a:hover{
	font-weight: bold;
}







.main2{
	padding: 168px 0 82px;
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.main2-pic{
	width: 800px;
	margin-left: 300px;
}

.main2-pic .imgbox_a{
	padding-bottom: 80.8%;

}

.main2-pic>.imgbox_a{

	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 25px 3px rgba(0,0,0,0.05)
}

.main2-pic-boxx{
	position: absolute;
	width: 500px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}





.main2-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
	font-size: 20px;
	color: #333;
	padding: 0 15px;
	text-align: center;
	z-index: 15;
}

.main2-div{display: none;}
.main2-div:first-child{display: block;}


.main2-con{
	overflow:hidden;	
	padding-top: 65px;
}
.main2-con-h1{
	font-size: 48px;
	color: #222;
	line-height: 1.1
}
.main2-con-p{
	font-size:16px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	margin-top: 45px;
}



.more22 {
	margin-top: 55px;
}
.more22 a {
    display: block;
    width: 180px;
    height:64px;
    line-height: 64px;
    background-color: #fff;
    border-radius: 999em;
    text-align: center;
    font-size: 15px;
    color: #222;
}
.more22 a img{
	display: inline-block!important;
	width: 13px!important;
	margin-top: -3px;
	margin-left: 20px;
}
.more22 a:hover{
	font-weight: bold;
	color: #CD2122;
}


.fmain2 .flex-direction-nav{
	width: 800px;
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
}


.fmain2 .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left2.png);
	width: 76px;
	height: 76px;
	left: 30px;
	transition: background-image .3s;
}

.fmain2 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left2-h.png);

}
.fmain2 .flex-direction-nav .flex-next{
	background-image: url(../images/b-right2.png);
	width: 76px;
	height: 76px;
	right: 30px;
	transition: background-image .3s;
}

.fmain2 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right2-h.png);

}

.main2-menu{
	margin-top: 65px;
}

.main2-menu dl{
	margin:0;
	display: flex;
	justify-content: space-between;
}
.main2-menu dd{
	height: 83px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	width: 15.7%;
	cursor: pointer;
	font-size: 16px;
	color: #606060;
	transition: background-color .3s,color .3s;
	text-align: center;
}

.main2-menu dd:hover{
	color: #CD2122;
}
.main2-menu dd.cur{
	background-color: #CD2122;
	color: #fff!important;
}










.main3{
	padding: 95px 0  130px;
	background-color: #fff;
}


.main3-1-h1{
	font-size: 48px;
	color: #2D333F;
}
.main3-1-h2{
	font-size: 16px;
	color: rgba(14, 22, 38, 0.80);
	margin-top: 8px;
}


.main3-1-right{
	font-size: 20px;
	color: #717375;
	width: 640px;
	line-height: 2.4;
}
.main3-1-right span{
	color: #1C509C;
}


.main3-1-line{
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	margin-top: 95px;
}
.main3-1-line::before{
	display: block;
	width: 192px;
	height: 1px;
	content:"";
	background-color: #244386;
}
.main3-2{
	margin-top: 	100px;
}
.main3-2-list{
	font-size: 0;
}

.main3-2-item{
	display: inline-block;
	vertical-align: top;
	margin-right: 70px;
}

.main3-2-item a{
	display: block;
}
.main3-2-item img{
	height: 91px;
	display: block;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-bg.jpg);
	position: relative;
	z-index: 100;
	padding-top: 115px;
}

.totop-wp{
	position: absolute;
	width: 130px;
	left: 50%;
	margin-left: -65px;
	top: -65px;
}

#totop{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/up.png);
}
@-webkit-keyframes qiuqiu {
	0% {
		-ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
	}
	100% {
		-ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
	}
}


@-o-keyframes qiuqiu {
	0% {
		-ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
	}
	100% {
		-ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
	}
}

@-moz-keyframes qiuqiu {
	0% {
		-ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
	}
	100% {
		-ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
	}
}

@keyframes qiuqiu {
	0% {
		-ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
	}
	100% {
		-ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari 脙楼芒鈧劉脜鈥� Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
	}
}
.totop-bg{
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/q.png);
	    -webkit-animation: qiuqiu 10s infinite linear;
    -o-animation: qiuqiu 10s infinite linear;
    animation: qiuqiu 10s infinite linear;
}

.foo1{
	width: 44px;
}
.foo1 a{
	display: block;
	height: 44px;
	border:1px solid rgba(255,255,255,0);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;
	border-radius: 50%;
	transition: .3s;
}
.foo1 a+a{
	margin-top: 24px;
}
.foo1 a:nth-child(1){background-image: url(../images/fico1.png);}
.foo1 a:nth-child(2){background-image: url(../images/fico2.png);}
.foo1 a:nth-child(3){background-image: url(../images/fico3.png);}


.foo1 a:hover{
	opacity: 1;
	border:1px solid rgba(255,255,255,0.2);
}

.foo2{
	margin-left: 100px;
	margin-top: 0px!important;
}

.foo2 img{
	display: block;
	margin-bottom: 0;
}

.foo2{
	font-size: 22px;
	color: #fff;
}

.foo3>a{
	display: block;
	width: 174px;
	margin-left: auto;
}

.foo3>a img{
	width: 100%;
	display: block;
}

.foo3-p{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	text-align: right;
	line-height: 1.8;
	margin-top: 48px;
}

.foo3-p a:hover{
	color: rgba(255,255,255,1);
}
.foo1-4{
	margin-top: 5px;
	margin-right: 350px;
	margin-top: 0px!important;
}
.foo1-4 a{
	display: block;
	font-size: 17px;
	color: #fff;

}
.foo1-4 a+a{
	margin-top: 15px;
}
.foo1-4 a:hover{
	font-weight: bold;
}



/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul{
	padding: 5px 0;
}
.nav-2>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 50px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}

.nav-2>ul>li>ul>li>ul>li>ul{
	padding: 10px 0 5px;
}
.nav-2>ul>li>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 30px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;

}
#language{
	font-size: 18px;
	color: #e31c2a;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 140px;
   margin-left: 15px;
   margin-top:15px;
}
.logo-2 a{
	display: block;
	width: 100%;
}
.logo img{
	display: block;
	width: 100%;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 26px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
	/*display: none;*/
	height: 100px;
}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.banner-2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-2 .container{
	height: 743px;
	padding-top: 480px;
}

.banner-2-h1{
	font-size: 48px;
	font-weight: bold;
	color:#fff;
}

#erji-md{
	position: relative;
	height: 0;
	top: -100px;
}

.erji-top{
	position: relative;
}
.erji-top .container{
	position: relative;
	z-index: 25;
}
.erji-top::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	z-index: 1;
	background-color: #eee;
	content:"";
}
.erji-top::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	z-index: 1;
	background-color: #eee;
	content:"";
}
.erji-nav a{
	float: left;
	height: 95px;
	line-height: 95px;
	font-size: 16px;
	color: #999;
	position: relative;
}

.return{
	height: 95px;
	line-height: 95px;
	font-size: 16px;
	color: #333;
}
.return img{
	margin-top: -3px;
	margin-right: 10px;
}
.return  a:hover{
	color: #E31C2A;
}
.erji-nav a+a{
	margin-left: 80px;
}
.erji-nav a.cur,
.erji-nav a:hover{
	color: #212121;
}
.erji-nav a.cur::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	z-index: 1;
	background-color: #E31C2A;
	content:"";
}

.mianbaoxie{
	font-size: 14px;
	color: #666;
	height: 95px;
	line-height: 95px;
}

.mianbaoxie a:hover,
.mianbaoxie span{
	color: #E31C2A;
}

.erji-bottom{
	padding: 70px 0  100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about{
	padding: 169px 0 191px;
	background-image: url(../images/about-bg.jpg);
}

.about-pic{
	width: 769px;
	margin-right: 70px;
}

.about-pic .imgbox_a{
	padding-bottom: 66.84%;
	border-radius: 20px;
}
.about-con{
	overflow: hidden;
}
.about-h1{
	font-size: 36px;
	color: #212121;
}

.about-h1::after{
	display: block;
	width: 48px;
	height: 2px;
	content:"";
	background-color: #d9d9d9;
	margin-top: 10px;
}

.about-p{
	font-size: 17px;
	color: #666;
	line-height: 1.8;
	margin-top:30px;
}

.contact{
	background-image: url(../images/contact-bg.jpg);
	padding: 120px 0 160px;
}



.contact1{
	width:300px;
	margin-right: 107px;
}

.erji-h1{
	font-size: 34px;
	color: #000;
}
.contact1-dl{
	margin-top: 50px;
}
.contact1-dl dl{
	margin:0;
}

.contact1-dl dd{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.contact1-dl dd+dd{
	margin-top: 25px;
}
.contact2{
	overflow: hidden;
}

.contact2-form{
	background-color: #fff;
	/*background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);*/
	padding: 80px 60px 46px;
	margin-top: 30px;
}
.contact2-form input:focus,
.contact2-form textarea:focus{
	outline: none;
}
.contact2-h1{
	font-size: 19px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 60px;
}

.contact2-li-3 .contact2-li-item{
	float: left;
	width: 33.3333%;
}
.contact2-li-2 .contact2-li-item{
	float: left;
	width: 50%;
}
.contact2-li-input input{
	display: block;
	width: 100%;
	background-color: #F3F3F3;
	height: 60px;
	padding: 10px 15px;
	border:1px solid #EAEAEA;
	font-size: 18px;
	color: #333;
}

.contact2-li-item{
	position: relative;
	min-height: 60px;
	padding-left:70px;
	margin-bottom: 17px;
}
.contact2-li-yzm .contact2-li-input input{
	padding-right: 175px;
}

.yzmImg{
	position: absolute;
	right: 5px;
	top: 7px;
	z-index: 10;
}

.contact2-li-title{
	position: absolute;
	width: 70px;
	left: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.contact2-li-input textarea{
	display: block;
	width: 100%;
	background-color: #F3F3F3;
	height: 120px;
	padding:  15px;
	border:1px solid #EAEAEA;
	font-size: 18px;
	color: #333;
	resize: none
}

.contact2-btn{
	padding-top: 23px;
}

.contact2-btn input{
	margin:0 auto;
	display: block;
	width: 250px;
	height: 54px;
	border-radius: 999em;
	border:0;
	background-color: #E31C2A;
	color: #fff;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.contact2-btn input:hover{
	font-weight: bold;
}
.erji1480{
	max-width: 1480px;
	margin:0 auto;
}
.erji1280{
	max-width: 1280px;
	margin:0 auto;
}
.xiazai-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.xiazai-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.xiazai-item{
	border:1px solid #E6E6E6;
	padding: 43px 25px 35px 33px;
}
.xiazai-item:hover{
	border-color:#E31C2A;
}
.xiazai1{
	height: 56px;
	padding-left:83px;
	background-repeat: no-repeat; 
	background-position: 0 0;
	background-image: url(../images/pdf.png);
}

.xiazai1-1{
	font-size: 14px;
	color: #797979;
}
.xiazai1-2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-top: 8px;
}
.xiazai2{
	margin-top: 38px;
}
.xiazai2 a{
	display: block;
	width: 96px;
	height: 46px;
	line-height: 44px;
	border:1px solid rgba(227, 28, 42, 0.50);
	text-align: center;
	font-size: 14px;
	color: #E31C2A;
	border-radius: 999em;
}

.xiazai2 a img{
	margin-top: -3px;
	margin-left: 5px;
}

.xiazai2 a:hover{
	font-weight: bold;
}

.fenye{
	margin-top: 60px;
	text-align: center;
}

.fenye ul{
	margin:0;
}

.zhichi1{
	padding: 133px 0 157px;
	background-color: #fff;
}

.zhichi1-1{
	width: 760px;
	margin-right: 95px;
}

.zhichi1 img{
	display: block;
	width: 100%;
	border-radius: 5px;
}

.zhichi1-2{
	overflow: hidden;

}

.zhichi1-p{
	font-size: 17px;
	color: #44484D;
	margin-top: 30px;
	line-height: 1.7;
}
.zhichi1-dl{
	margin-top: 50px;
}
.zhichi1-dl dl{
	margin:0;
}

.zhichi1-dl dd{
	font-size: 26px;
	color: #212121;
	font-weight: bold;
	padding-left: 29px;
	line-height: 1;
	background-repeat: no-repeat;
    background-position: 0 4px;
}
.zhichi1-dl dd+dd{
	margin-top: 30px;
}

.zhichi2{
	padding: 110px 0 135px;
	background-color: #edf1f6;
}

.zhichi2-menu{
	font-size: 0;
	text-align: center;
}

.zhichi2-menu-item{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #000;
	padding: 25px 45px;
	border: 1px solid #F3BBBF;
	border-radius: 999em;
	line-height: 1;
	cursor: pointer;
}
.zhichi2-menu-item.cur{
	background-color: #E31C2A;
	border-color: #E31C2A;
	color: #fff;
}
.zhichi2-menu-item+.zhichi2-menu-item{
	margin-left: 180px;
}

.zhichi2-div-wp{
	margin-top: 70px;
	background-color: #fff;
	padding: 110px 35px 170px 75px;
}
.zhichi2-div{
	display: none;
}

.zhichi2-div:first-child+.zhichi2-div .zhichi2-2 dd{
	width: 97%;
}

.zhichi2-div:first-child+.zhichi2-div .zhichi2-2 dd .zhichi2-2-item{
	height: auto;
}

.zhichi2-div:first-child{
	display: block;
}
.zhichi2-1{
	width: 310px;
	margin-right: 120px;
}

.zhichi2-1-h1{
	font-size: 22px;
	color: #212121;
}

.zhichi2-1-h2{
	font-size:44px;
	color: #212121;
	line-height: 1.2;
	margin-top: 30px;
}

.zhichi2-ico{
	width: 88px;
	margin-top: 100px;
}

.zhichi2-ico img{
	display: block;
	width: 100%;
}

.zhichi2-2{
	overflow: hidden;
}

.zhichi2-2 dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.zhichi2-2 dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.zhichi2-2-item{
	border:1px solid #D9D9D9;
	height: 166px;
	padding: 35px 54px 25px 30px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.zhichi2-2-h1{
	font-size: 20px;
	color: #212121;
	position: relative;
	padding-left: 27px;
	z-index: 15;
}

.zhichi2-2-h1::before{
	position: absolute;
	width: 15px;height: 15px;
	background-color: #fff;
	border:4px solid #E31C2A;
	border-radius: 50%;
	content:"";
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.zhichi2-2-h2{
	font-size: 16px;
	color: #666;
	line-height: 1.6; 
	margin-top: 25px;
	position: relative;
	z-index: 15;
}

.zhichi2-2-num{
	position: absolute;
	right: -20px;
	bottom: -25px;
	font-size: 116px;
	color: rgba(227, 28, 42, 0.04);
	line-height: 1;
	z-index: 1;
}

.news1{
	padding:  80px 0;
	background-color: #fff;
}

.news1-1{
	width: 700px;
	margin-right: 36px;
}

.news1-1 .imgbox_a{
	padding-bottom: 54.29%;
}

.news1-2{
	overflow: hidden;
	padding-top: 35px;
}

.news1-2-h1{
	font-size: 16px;
	color: #666;
}

.news1-2-h2{
	font-size: 24px;
	color: #333;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
	margin-top: 25px;
}
.news1-2-h2 a:hover{
	color: #E31C2A;
}

.news1-2-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 45px;
}
.news1-a{
	margin-top: 50px;
}
.news1-a a{
	display: block;
	width: 180px;
	height: 64px;
	line-height: 60px;
	border:2px solid #E8E8E8;
	text-align: center;
	border-radius: 999em;
	font-size: 15px;
	color: #333;
}
.news1-a a img{
	margin-top: -3px;
	margin-left: 10px;
}
.news1-a a:hover{
	color: #E31C2A;
	font-weight: bold;
}

.news2{
	padding: 80px 0 120px;
	background-color: #f2f5f8;
}

.news2-list dl{
	margin:0;
	margin-left: -2%;
}

.news2-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}

.news2-item{
	background-color: #fff;
	padding: 35px 30px;
	border-top: 4px solid #E31C2A;
}


.news2-h1{
	font-size: 14px;
	color: #969EA8;
}

.news2-h2{
	font-size: 20px;
	color: #333;
	line-height: 1.2;
	height: 2.4em;
	overflow: hidden;
	margin-top: 10px;
}
.news2-h2 a:hover{
	color: #E31C2A;
}

.news2-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 6em;
	overflow: hidden;
	margin-top: 100px;
}
.news2-a{
	margin-top: 45px;
}
.news2-a a{
	font-size: 14px;
	color: #A0A0A0;
}
.news2-a a img{
	margin-top: -3px;
	margin-left: 6px;
}
.news2-a a:hover{
	color: #E31C2A;
}


.news-xx{
	padding: 90px 0 120px;
	background-color: #fbfcfd;
}

.news-xx-h1{
	font-size: 34px;
	color: #333;
	line-height: 1.4;
	max-width: 930px;
}

.news-xx-h2{
	font-size: 14px;
	color: #676C72;
	line-height: 1.5;
	padding: 50px 0 25px;
}

.news-xx-con{
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 55px 0 100px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.newxx-page{
	margin-top: 60px;
}
.newxx-page .fl{
	font-size: 14px;
	color: #333;
	max-width: 49%;
}
.newxx-page .fl a:hover{
	color: #E31C2A;
}

.newxx-page .fr{
	font-size: 14px;
	color: #333;
	max-width: 49%;
}
.newxx-page .fr a:hover{
	color: #E31C2A;
}

.wenhua{
	background-image: url(../images/wenhua-bg.jpg);
	padding: 50px 0 163px;
}

.title-00 .fl{
	font-size: 36px;
	color: #fff;
	line-height: 1;
}

.title-00 .fl::after{
	display: block;
	width: 48px;
	height: 2px;
	background-color: #E31C2A;
	content:"";
	margin-top: 22px;
}

.wenhua-div{
	max-width: 1120px;
	margin: 50px auto 0;
}

.wenhua-ta{
	width: 682px;
	height: 395px;
	/*background-color: #fafafa;*/
	position: relative;
}

.wenhua-ta-item{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	color: #fff;
	display: none;
	text-align: center;
	transition: background-image .3s;
}
.wenhua-ta-item span{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}
.wenhua-ta-item:nth-child(1){
	background-image: url(../images/ta1.png);
	display: block;
	left: 50%;
	top: 0;
	margin-left: -82px;
	width: 164px;
	height: 94px;
	padding-top: 30px;
	line-height:1.5;
}

.wenhua-ta-item:nth-child(2){
	background-image: url(../images/ta2.png);
	display: block;
	left: 171px;
	top: 100px;
	width: 165px;
	height: 94px;
	line-height: 94px;
	padding-left: 50px;
}

.wenhua-ta-item:nth-child(3){
	background-image: url(../images/ta3.png);
	display: block;
	right: 171px;
	top: 100px;
	width: 165px;
	height: 94px;
	line-height: 94px;
	padding-right: 50px;
}


.wenhua-ta-item:nth-child(4){
	background-image: url(../images/ta4.png);
	display: block;
	left: 86px;
	top: 200px;
	width: 165px;
	height: 94px;
	line-height: 94px;
	padding-left: 50px;
}

.wenhua-ta-item:nth-child(5){
	background-image: url(../images/ta5.png);
	display: block;
	left: 50%;
	top: 200px;
	margin-left: -85px;
	width: 169px;
	height: 94px;
	line-height: 94px;
}


.wenhua-ta-item:nth-child(6){
	background-image: url(../images/ta6.png);
	display: block;
	right: 86px;
	top: 200px;
	width: 165px;
	height: 94px;
	line-height: 94px;
	padding-right: 50px;
}


.wenhua-ta-item:nth-child(7){
	background-image: url(../images/ta7.png);
	display: block;
	left: 0px;
	bottom: 0px;
	width: 165px;
	height: 94px;
	line-height: 94px;
	padding-left: 50px;
}

.wenhua-ta-item:nth-child(8){
	background-image: url(../images/ta8.png);
	display: block;
	left: 170px;
	bottom: 0px;
	width: 168px;
	height: 94px;
	line-height: 94px;
}
.wenhua-ta-item:nth-child(9){
	background-image: url(../images/ta9.png);
	display: block;
	right: 170px;
	bottom: 0px;
	width: 168px;
	height: 94px;
	line-height: 94px;
}
.wenhua-ta-item:nth-child(10){
	background-image: url(../images/ta10.png);
	display: block;
	right: 0px;
	bottom: 0px;
	width: 165px;
	height: 94px;
	line-height: 94px;
	padding-right: 50px;
}
.wenhua-ta-item.cur span,
.wenhua-ta-item span:hover{
	font-weight: bold;
}
.wenhua-ta-item:nth-child(1).cur{background-image: url(../images/ta1h.png);}
.wenhua-ta-item:nth-child(2).cur{background-image: url(../images/ta2h.png);}
.wenhua-ta-item:nth-child(3).cur{background-image: url(../images/ta3h.png);}
.wenhua-ta-item:nth-child(4).cur{background-image: url(../images/ta4h.png);}
.wenhua-ta-item:nth-child(5).cur{background-image: url(../images/ta5h.png);}
.wenhua-ta-item:nth-child(6).cur{background-image: url(../images/ta6h.png);}
.wenhua-ta-item:nth-child(7).cur{background-image: url(../images/ta7h.png);}
.wenhua-ta-item:nth-child(8).cur{background-image: url(../images/ta8h.png);}
.wenhua-ta-item:nth-child(9).cur{background-image: url(../images/ta9h.png);}
.wenhua-ta-item:nth-child(10).cur{background-image: url(../images/ta10h.png);}










.wenhua-con-wp{
	overflow: hidden;
	padding-top: 85px;
}

.wenhua-con{display: none;}
.wenhua-con:first-child{
	display: block;
}

.wenhua-con .title-00 .fl{
	font-size: 32px;
}

.wenhua-con-p{
	font-size: 23px;
	color: #fff;
	line-height: 1.3;
	margin-top: 25px;
}

.cp{
	min-height: 1185px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/banner_cp.jpg);
	padding: 170px 0 215px;
	    background-size: 100% auto;
}
.cp-top .mianbaoxie{
	margin-top: 30px;
}
.cp-top-h1{
	font-size: 80px;
	color: #204B80;
	line-height: 1;
	font-weight: 200;
}

.cp-bottom{
	margin-top: 135px;
}

.cp-menu{
	width: 327px;
}

.cp-menu dl{
	margin:0;
}

.cp-menu dd{
	border-bottom: 1px solid #E6E6E6;
	padding: 30px 0;
}

.cp-menu dd a{
	font-size: 16px;
	color: #454D57;
	line-height: 1.5;
}

.cp-menu dd img{
	margin-top: -3px;
	margin-right: 15px;
	display: none;
}

.cp-menu dd.cur img{
	display: inline-block;
}
.cp-menu dd.cur{
	border-color: #E31C2A;
}
.cp-menu dd.cur a{
	color: #E31C2A;

}
.cp-menu dd a:hover{
	color: #E31C2A;
}


.cp-right{
	width: 1214px;
}

.cp-right-h1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.cp-right-p{
	font-size: 16px;
	color: #454D57;
	line-height: 2;
	margin-top: 25px;
}

.cp-list dl{
	margin:0;
	margin-left: -3%;
}

.cp-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.cp-item{
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.05);
	border-radius: 10px 10px 10px 10px;
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
	transition: border-color .3s;
	overflow: hidden;
}
.cp-pic{
	padding: 0!important;
}
.cp-pic .imgbox_a{
	padding-bottom: 80.8%;
}

.cp-hh1{
	font-size: 18px;
	color: #2F353C;
	text-align: center;
	padding: 20px;
}

.cp-item:hover{
	border-color: #E31C2A;
}

.cp-more{
	margin-top: 90px;
	text-align: center;
}

.cp-more span{
	cursor: pointer;
	font-size: 18px;
	color: #B4C0CF;
	transition: color .3s;
}
.cp-more span:hover{
	color: #E31C2A;
}
.cp-more span img{
	margin-top: -3px;
	margin-right: 12px;
}


.cp-xx{
	padding: 100px 0 133px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/cp-bgg.jpg);
	min-height: 966px;
}

.mianbaoxie  a.fhuia{
	margin-right: 25px;
}

.mianbaoxie  a.fhuia img{
	margin-top: -2px;
}

.cp-xx2{
	margin-top: 60px;
}

.cp-xx2-1{
	width: 772px;
	min-height: 1px;
	margin-right: 67px;
}

.cp-xx2-1-menu{
	width: 150px;
	margin-right: 34px;
	min-height: 1px;
	position: relative;
}

#btn1{
	position: absolute;
	width: 16px;
	height: 10px;
	left: 50%;
	margin-left: -8px;
	top: -20px;
	background-image: url(../images/up2.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#btn1:hover{
	background-image: url(../images/up2h.png);
}
#btn2{
	position: absolute;
	width: 16px;
	height: 10px;
	left: 50%;
	margin-left: -8px;
	bottom: -20px;
	background-image: url(../images/down2.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#btn2:hover{
	background-image: url(../images/down2h.png);
}
.cp-xx2-1-menu .swiper{
	height:464px;
}

.fcp-xx2 .flex-direction-nav{
	position: relative;
	width: 120px;
	height: 50px;
	margin:20px auto 0;
}

.fcp-xx2 .flex-direction-nav .flex-prev{
	width: 50px;
	height: 50px;
	background-image: url(../images/b-left2-h.png);
	left: 0;
}
.fcp-xx2 .flex-direction-nav .flex-next{
	width: 50px;
	height: 50px;
	background-image: url(../images/b-right2-h.png);
	right: 0;
}

.cp-xx2-1-menu .swiper-slide{
	padding-bottom: 15px;
	height: 123px;
}


.cp-xx2-1-picx .imgbox_a{
	padding-bottom: 72%;
	cursor: pointer;
}

.cp-xx2-1-picx .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	border:1px solid #E31C2A;
	left: 0;top: 0;
	z-index: 15;
	opacity: 0;
}

.swiper-slide-active .cp-xx2-1-picx .imgbox_a::before{
	opacity: 1;
}


.cp-xx2-pic-wp{
	overflow: hidden;
	height: 464px;
	background-color: #fff;
	border:1px solid #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.cp-xx2-pic-wp .cp-xx2-pic{display: none;}
.cp-xx2-pic-wp .cp-xx2-pic:first-child{display: block;}

.cp-xx2-pic{
	width: 100%;
}
.cp-xx2-pic .imgbox_a{
	padding-bottom: 62.9%;
}








.cp-xx2-2{
	overflow:hidden; 
}

.cp-xx2-2-h1{
	font-size: 38px;
	color: #333;
}

.cp-xx2-2-p{
	font-size: 16px;
	line-height: 2;
	color: #44484D;
	margin-top: 25px;
}

.cp-xx2-a{
	margin-top: 55px;
}
.cp-xx2-a a{
	display: block;
	width: 180px;
	height: 64px;
	line-height: 60px;
	border:2px solid #DFDFDF;
	text-align: center;
	font-size: 15px;
	color: #222;
	border-radius: 999em;
}

.cp-xx2-a a img{
	margin-top: -3px;
	margin-left: 5px;
}

.cp-xx2-a a:hover{
	font-weight: bold;
	color: #E31C2A;
}

.cp-xx3{
	margin-top: 120px;
	background: #FEFEFF;
	box-shadow: 0px 4px 28px 0px rgba(0,0,0,0.1);
	border-radius: 18px 18px 18px 18px;
	border: 1px solid #D8E0E9;
	padding: 80px 90px 100px;
}

.cp-xx3-h1{
	font-size: 28px;
	color: #333;
}

.cp-xx3-item{
	margin-top: 50px;
}

.cp-xx3-h2{
	font-size: 28px;
	color: #204B80;
	padding-bottom: 30px;
}

.cp-xx3 table.ueditorTableStyle{
	margin:0;
	max-width:900px;
	/*width: 100%!important;*/
}
.cp-xx3 table.ueditorTableStyle tr th{
	background-color: #bcc8d9;
	font-size: 14px;
	color: #333;padding: 15px;
	text-align: center;
}
.cp-xx3 table.ueditorTableStyle {
	border:1px solid #000!important;
	border-collapse: collapse;
}
.cp-xx3 table.ueditorTableStyle tr td{
	font-size: 14px;
	color: #333;padding: 15px;
	border:1px solid #000!important;
}




.cp-xx3 table{
	margin:0;
	max-width:900px;
	/*width: 100%!important;*/
}
.cp-xx3 table tr th{
	background-color: #bcc8d9;
	font-size: 14px;
	color: #333;padding: 15px;
	text-align: center;
}
.cp-xx3 table {
	border:1px solid #000!important;
	border-collapse: collapse;
}
.cp-xx3 table tr td{
	font-size: 14px;
	color: #333;padding: 15px!important;
	border:1px solid #000!important;
}
.cp-xx3 table tr td p{
	margin:0;
}




.cp-xx3-item-con{
	font-size: 18px;
	color: #404346;
	line-height: 2;
}

.cp-xx3-item-con p{
	margin:0;
}

.pic_list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.pic_list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.pic_pic .imgbox_a{
	padding-bottom: 66.67%;
}

.pic_h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.pic_item:hover .pic_h1{
	color: #E31C2A;
}


.rongyu{
	background-image: url(../images/rongyu-bg.jpg);
	padding-top: 89px;
	padding-bottom: 0!important;
}

.rongyu-bai{
	background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0.7) 100%);
	padding: 76px 30px;
}


.rongyu-menu{
	font-size: 0;
	text-align: center;
}

.rongyu-menu a{
	display: inline-block;
	vertical-align: top;
	width: 167px;
	height: 77px;
	line-height: 75px;
	border:1px solid #F3BBBF;
	font-size: 18px;
	color: #000;
	border-radius: 999em;
}
.rongyu-menu a+a{
	margin-left: 185px;
}
.rongyu-menu a.cur{
	border-color: #E31C2A;
	background-color: #E31C2A;
	color: #fff!important;
}

.rongyu-menu a:hover{
	color: #E31C2A;
}
.rongyu-div{
	max-width: 1300px;
	margin:60px auto 0;
}

.rongyu-div .swiper {
    padding: 50px 0;
}

.rongyu-div .imgbox_a{
	padding-bottom: 141.629%;
	cursor: default;
}


.rongyu-div .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;

}






.rongyu-div .swiper{
	/*perspective: 1200px;*/
	/*transition-property: transform;*/
}
.rongyu-div .swiper-slide{
	width: 290px;
 transform: perspective(500px) rotateY(20deg)!important;
 opacity: 1;
 transition: opacity .3s;
 /*filter: blur(2px);*/
}
.rongyu-div .swiper-slide:hover{
	opacity: 1;
  filter: blur(0);

}
.rongyu-div .swiper-slide.swiper-slide-active{
	opacity: 1;
  filter: blur(0);
}

.xinwen7 dl{
	margin:0;
}

.xinwen7 dd{
	border-bottom: 1px solid #ddd;
	height: 55px;
	line-height: 54px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-right: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.xinwen7 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

.rongyu-div{
	position: relative;
	overflow: hidden;
}

.rongyu-swiper{
	position: absolute;
	width: 100%;
	left: -1500%;
	top: 0;
	opacity: 0;
	transition: opacity .5s
}

.rongyu-swiper.cur{
	display: block;
	position: relative;
	left: 0;
	opacity: 1;
}