/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"mo";
	src:url("../fonts/Mont Heavy DEMO.otf");
}

@font-face{
	font-family:"mi";
	src:url("../fonts/MILT_RG.ttf");
}

@font-face{
	font-family:"ab";
	src:url("../fonts/Arial-Black-2.ttf");
}



*{
	font-family:"mi";

}

/*主站变灰*/
/*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);
}




body{
	overflow-x: hidden;
	position: relative;
	right: 0;
	transition: right .5s;
}
body.cur2{
	overflow: hidden;
}
body.cur{
	right: 64%;
	overflow: hidden;
}
#header-2.cur{
	right: 64%;
	
}


.xmenu{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 64%;
	right: -64%;
	transition: right .5s;
	background-color: #000;
	z-index: 6000;
	padding: 32px 25px 25px;
	overflow: hidden auto;
}


.xmenu.cur{
	right: 0;
}


.xmenu-close{
	position: absolute;
	right: 15px;
	top: 23px;
	width: 20px;
}

.xmenu-close img{
	display: block;
	width: 100%;
}

.xmenu-list ul{
	margin: 0;
}

.xmenu-list>ul>li{
	border-bottom: 1px solid #fff;
	padding: 0 8px;
	position: relative;
}

.xmenu-list>ul>li::after{
	position: absolute;
	width: 0;
	left: 0;
	bottom: -1px;
	height: 1px;
	background-color: #de1e21;
	content: "";
	transition: width .5s;
}


.xmenu_a{
	padding: 15px 0;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

.xmenu_span{
	padding: 15px 0;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	position: relative;
	
}
.xmenu_span-jia{
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0;
	top: 50%;
	margin-top: -6px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .5s;
}
.xmenu_span-jia::before{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 5px;
	height: 2px;
	content: "";
	transition: background-color .5s;
	background-color: #fff;
}
.xmenu_span-jia::after{
	position: absolute;
	width:2px;
	left: 5px;
	top: 0px;
	bottom: 0;
	height: 100%;
	content: "";
	transition: background-color .5s;
	background-color: #fff;
}

.xmenu-list>ul>li.cur .xmenu_span-jia{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
}
.xmenu-list>ul>li.cur .xmenu_span-jia::before{
	background-color: #de1e21;
}
.xmenu-list>ul>li.cur .xmenu_span-jia::after{
	background-color: #de1e21;
}
.xmenu-list>ul>li.cur::after{
	width: 100%;
}




.xmenu2-ul{
	display: none;
	padding: 0	0 15px;
}
.xmenu2-ul>ul>li+li{
	margin-top: 12px;
}
.xmenu2-ul>ul>li{
	
}
.xmenu2-a{
	padding-left: 15px;
	background-image: url(../images/dian18.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #fff;
}


.xmenu2-ul dl{
	margin: 0;
	font-size: 0;
	line-height: normal;
	padding-left: 15px;
}
.xmenu2-ul dd{
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	
}
.xmenu2-ul dd a{
	font-size: 13px;
	color: #fff;
	font-family: "mo";
	text-transform: uppercase;	
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 998;
	height: 102px;
	background-color: transparent;
	transition:  background-color .3s,height .3s;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header.cur{
	position: fixed;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}
#header .container-fluid{
	padding: 0;
}
.logo{
	width: 172px;
	top: 29px;
	left: 40px;
	position: absolute;
	z-index: 10;
	transition: .3s;
	
}

.logo a{
	display: block;
	width: 100%;
	position: relative;
}
.logo img{
	display: block;
	width: 100%;
	transition:opacity .3s;
	opacity: 1;
}
.logo img.logo_c{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	opacity: 0;
}
.phone{
	font-size: 18px;
	color: #fff;
	height: 101px;
	line-height: 101px;
	font-family:"mo";
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/phone.png);
	transition: background-image .3s,color .3s;
	position: absolute;
	right: 40px;
	top: 0;
	transition: .3s;
}
.nav{
	position: relative;
	
}
.nav ul{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.nav>ul>li{
	display: inline-block;
	height: 102px;
	line-height: 102px;
	padding:  0 30px;
	transition: .3s;
}
.nav>ul>li+li{
	margin-left: 15px;
}
.nav>ul>li>a{
	font-size: 16px;
	color: #fff;
	transition: color .3s;
}
/*.nav>ul>li.cur>a,*/
.nav>ul>li:hover>a{
	color: #df1e21!important;
}
.xiala{
	position: absolute;
	width: 100%;
/*	padding: 30px 0;*/
	background-color: #f5f5f7;
	left: 0;
	top: 100%;
	display: none;
}

.xiala1 dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.xiala1 dd{
	display: inline-block;
	width: 196px;
}
.xiala1 dd+dd{
	margin-left: 2px;
}
.xiala1 dd>a{
	display: block;
	height: 114px;
	line-height: 114px;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	transition: color .3s,background-color .3s;
}
.xiala1 dd>a:hover{
	color: #fff;
	background-color: #df1e21;
}

.xiala2 .container{
	padding: 0 10px;
}
.xiala2-menu{
	width: 150px;
}

.xiala2-menu-item{
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	color: #333;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	transition: background-color .3s,color .3s;
}

.xiala2-menu-pp{
	width: 150px;
	border-right: 2px solid #f5f5f7;
}
.xiala2-menu-pp>a{
	display: block;
	height: 114px;
	line-height: 114px;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	text-align: center;
	transition: background-color .3s,color .3s;
}
.xiala2-menu-pp>a:hover{
	color: #fff;
	background-color: #df1e21;
}
.xiala2-menu-item.cur{
	color: #fff;
	background-color: #df1e21;
}


.xiala2-dl-wp{
	overflow:hidden;
	background-color: #fff;
}

.xiala2-dl{
	display: none;
}

.xiala2-dl:first-child{
	display: block;
}

.xiala2-dl dl{
	margin:0;
	display: flex;
	flex-wrap: nowrap;
}

.xiala2-dl dd{
	width: 14.28571%;
	border-left: 2px solid #f5f5f7;
}
.xiala2-dl dd>a{
	display: flex;
	height: 114px;
	align-items: center;
	background-color: #fff;
	justify-content: center;
	position: relative;
}
.xiala2-dl dd>a::after{
	background-color: #df1e21;
	width: 0;
	bottom: 0;
	position: absolute;
	content:"";
	left: 50%;
	height: 3px;
	z-index: 20;
	transition: .3s;
}
.xiala2-dl dd>a:hover::after{
	width: 100%;
	left: 0;
}
.xiala2-ico{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	display: flex;
	opacity: 0.1;
		transition: opacity .3s;
}
.xiala2-ico img{
	display: block;
	width: 78px;
	margin:auto;
	
}
.xiala2-dl dd>a h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-family: "ab";
	text-transform: uppercase;
	position: relative;
	z-index: 15;
	opacity: 1;
	transition: opacity .3s;
}
.xiala2-dl dd>a h1::after{
	display: block;
	width: 29px;height: 5px;
	content:"";
	margin:12px auto 0;
	background-color: #df1e21;
}
.xiala2-dl dd>a:hover h1{
	opacity: 0;
}
.xiala2-dl dd>a:hover .xiala2-ico{
	opacity: 1;
}




.xiala2{

	background-color: #f5f5f7;
}




#header:hover{
	background-color: #fff;
	background-image: none;
}
#header:hover .logo img{
	opacity: 0;
}
#header:hover .logo img.logo_c{
	opacity: 1;
}
#header:hover .phone{
	background-image: url(../images/phone_c.png);
	color:#333;
}
#header:hover .nav>ul>li>a{
	color: #333;
}


#header.cur{
	background-color: #fff;
	background-image: none;
	height: 77px;
}
#header.cur .nav>ul>li{
	height: 77px;
	line-height: 77px;
}
#header.cur .logo{
	top: 17px;
}
#header.cur .logo img{
	opacity: 0;
}
#header.cur .logo img.logo_c{
	opacity: 1;
}
#header.cur .phone{
	background-image: url(../images/phone_c.png);
	color:#333;
	height: 77px;
	line-height: 77px;
}
#header.cur .nav>ul>li>a{
	color: #333;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.banner{
	height: 824px;
	position: relative;

}


.fafa .slides>li{
	height: 824px;
	background-repeat: no-repeat;
	background-position: center;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}

.fafa .flex-direction-nav{
	position: absolute;
	width: 1600px;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 165px;
	z-index: 15;
}
.fafa .flex-direction-nav a{
	width: 37px;
	height: 37px;
	margin-top: 0;
	top: 0;
}

.fafa .flex-direction-nav .flex-prev{
	left: 0;
	background-image: url(../images/b-left2.png);
	transition: background-image .3s;
}

.fafa .flex-direction-nav .flex-next{
	left: 55px;
	right: auto;
	background-image: url(../images/b-right2.png);
	transition: background-image .3s;
}
.fafa .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left2-h.png);
}
.fafa .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right2-h.png);
}

.fafa .flex-control-nav{
	height: 0;
	bottom: 45px;
}

.fafa .flex-control-paging li a{
	background-image: none!important;
	background-color: #fff;
	border-radius: 50%;
	transition: background-color .3s;
}


.fafa .flex-control-paging li a.flex-active{
	background-color: #df1e21;
}












.fuwu-title{
	position: relative;
}
.fuwu-title a{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size:12px;
	color: #333;
	text-transform: uppercase;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more.png);
}
.fuwu-title a:hover{
	color: #df1e21;
}
.main1{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image:url(../images/main1-bg.jpg);
	padding: 75px 0;
}

.main1-div{
	margin-top:30px;
}

.main1 .about1-1{
	max-width: 1300px;
	margin-top: 0;
}

.main1-2{
	margin-top:40px;
}

.main1-2-pic{
	width: 620px;
	cursor: pointer;

}
.main1-2-pic .imgbox_a{
	padding-bottom: 49%;
	border-radius: 25px;
}
.main1-2-pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity:0.1;
	content: "";
}



.main1-2-pic .imgbox_a::after{
	position: absolute;
	width: 65px;
	height: 65px;
	left: 50%;
	top: 50%;
	z-index: 25;
	transform: translate(-50%,-50%);
	content: "";
	background-size: 100%;
	background-image: url(../images/bo3.png);
}

.main1-2-con{
	width: 848px;
}

.main1-2-p{
	font-size:16px;
	color: #333;
	line-height: 2;
}


.main1-2-a{
	margin-top:45px;
}

.main1-2-a a{
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../images/main1-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
	box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
	border-radius: 50%;
}

.main1-2-a a:hover{
	background-image: url(../images/main1-icoh.png);

}


.main2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image:url(../images/main2-bg.jpg);
	min-height: 779px;
	padding: 80px 0;
	overflow: hidden;
}

.main2 .fuwu-title{
	color: #fff;
}
.main2 .fuwu-title a{
	color: #fff;

}


.main2-div{
	margin-top:40px;
}

.main2-1{
	width:870px;
	font-size:22px;
	color: #fff;
	line-height: 2;
}

.main2-2{
	margin-top: 25px;
}

.main2-2-left{
	width: 620px;
	margin-top: 50px;
}

.main2-1-dl1 dl{
	margin: 0;
}
.main2-1-dl1 dd{
	float: left;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	padding-bottom:20px;
	position: relative;
}
.main2-1-dl1 dd::after{
	position: absolute;
	width: 0em;
	height:3px;
	content: "";
	background-color: #df1e21;
	left: 0;
	bottom: 0;
	transition: width .3s;
}
.main2-1-dl1 dd.cur::after{
	width: 2.5em;
}
.main2-1-dl1 dd.cur{
	color: #df1e21;

}
.main2-1-dl1 dd+dd{
	margin-left: 60px;
}

.main2-1-dl2-wp{padding-top:25px;}
.main2-1-dl2-wp .main2-1-dl2{display: none;}
.main2-1-dl2-wp .main2-1-dl2:first-child{display: block;}

.main2-1-dl2 dl{
	margin: 0;
	margin-left: -6%;

}

.main2-1-dl2 dd{
	float: left;
	width:27.33333%;
	margin-left: 6%;
	background-color: rgba(255,255,255,0.1);
	transition: background-color .3s;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	font-family: "mo";
	text-align: center;
	margin-top: 4%;
	overflow:hidden;
	cursor: pointer;
	border-radius: 5px;
	text-transform: uppercase;
	position: relative;
}
.main2-1-dl2 dd span{
	position: relative;
	z-index: 30;
}
.main2-1-dl2 dd::after{
	position: absolute;
	z-index: 10;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	border-radius: 5px;
	
	content: "";
	background-color: #df1e21;
	transition: .3s;
}

.main2-1-dl2 dd.cur::after{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: translate(0%,0%);
}




.main2-2-right{
	width: 908px;
	position: relative;
}
.main2-2-tw-wp{
	position: relative;
	display: none;
}
.main2-2-tw-wp:first-child{
	display: block;
}
.main2-2-tw-wp .main2-2-tw{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .5s;
}
.main2-2-tw-wp .main2-2-tw.cur{
	position: relative;
	opacity: 1;
}

.main2-2-pic{
	width: 507px;
	margin-left: auto;
	position: relative;
	z-index: 50;
	left: 45px;
	opacity: 0;
}

.main2-2-pic .imgbox_a{
	padding-bottom: 99.2%;
}

.main2-2-pl{
	position: absolute;
	z-index: 15;
	background-image: url(../images/baidi.png);
	background-position: left center;
	height: 138px;
	left: 0;
	bottom: 210px;
	width: 1068px;
	padding: 17px 0 0 95px;
	left: 0;
}

.cur .main2-2-pic{
	left: 0;
	transition: .8s;
	opacity: 1;
}
.cur .main2-2-pl dl
{
	left: 0;
	transition: 0.6s;
	opacity: 1;
}
.main2-2-pl dl{
	margin: 0;
	opacity: 0;
	left: -45px;
	position: relative;
}

.main2-2-pl dd{
	font-size: 16px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
}

.main2-2-pl dd+dd{
	margin-top: 18px;
}


.main3{
	background-color: #f5f5f7;
	padding:55px 0 85px;
	padding: 60px 0 85px;

}
.main3-dl{
	margin-top: 50px;
}
.main3-dl dl{
	margin: 0;
}
.main3-dl dd+dd{
	margin-top: 22px;
}

.main3-dl dd>a{
	display: block;
	padding:100px 55px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}


.main3-con{
	font-size: 30px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	width: 725px;
	transition:color .3s;
}

.main3-date{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 730px;
	background-color: #e3e3e3;
	border-radius: 20px;
	padding: 40px 55px 0;
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.main3-date h1{
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
}

.main3-date h2{
	margin: 0;
	font-size: 26px;
	color: #fff;
	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
	font-family: "ab";
	text-align: right;
	margin-top: 85px;
}
.main3-date h3{
	margin: 0;
	font-size: 48px;
	color: #fff;
	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
	font-family: "ab";
	text-align: right;
	line-height: 1;
	margin-top: 15px;
}


.main3-dl dd>a:hover .main3-date{
	width: 610px;
	background-color: #df1e21;
	box-shadow: -3px 0px 21px 0px rgba(250, 133, 125, 0.7);
}

.main3-dl dd>a:hover .main3-con{
	color: #df1e21;
}



.main4{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image:url(../images/main4-bg.jpg);
	padding: 65px 0 95px;
}



.main4 .fuwu-title{
	color: #fff;
}
.main4 .fuwu-title a{
	color: #fff;

}

.main4-div{
	margin-top: 65px;
}

.main4-1{
	width: 38.375%;
	padding: 65px 55px 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.main4-title img{
	display: block;
	margin-bottom:10px;
}

.main4-title{
	font-size:24px;
	color: #fff;
}

.fmain4-1{
	margin-top: 50px;
}
.fmain4-1 .flex-control-nav{
	bottom: 24px;
	text-align: left;
	height: 0;
}
.fmain4-1 .flex-control-nav li{
	margin: 0;
}
.fmain4-1 .flex-control-nav li+li{
	margin-left:4px;
}
.fmain4-1 .flex-control-paging li a{
	width: 28px;
	height: 4px;
	background-color: #fff;
	background-image: none!important;
	opacity: 0.4;
	transition: opacity .3s;
}
.fmain4-1 .flex-control-paging li a.flex-active{
	opacity: 1;
}
.main4-1-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}


.main4-a{
	width: 43px;
	margin-left: auto;
	margin-top: 25px;
}

.main4-a a,
.main4-a img{
	display: block;
	width: 100%;
}
.main4-2-1 .main4-a{
	margin-top: 40px;
}
.main4-2{
	overflow: hidden;
}

.main4-2-1{
	width: 51%;
	height: 249px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 65px 50px 0;
}
.main4-2-2{
	overflow: hidden;
	height: 249px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 88px 20px 0 46px;
}

.main4-2-1-yun{
	width: 174px;
	margin-left: 15px;
}
.main4-2-1-yun img{
	display: block;
	width: 100%;
}
.main4-2-1-con{
	overflow: hidden;
}
.main4-2-1-con .main4-title{
	color: #333;
}

.main4-2-p{
	font-size:16px;
	color: #333;
	margin-top:15px;
}

.main4-2-2-con{
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left 0;
	background-image: url(../images/main4-ico3.png);
}
.main4-2-2-con h1{
	margin: 0;
	font-size: 24px;
	color: #fff;
}
.main4-2-2-con h2{
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-family: "mo";
	line-height: 1;
	margin-top: 12px;
}

.main4-2-bottom{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 44px 55px 30px;
}

.main4-4{
	position: relative;
}
.main4-jxw{
	position: absolute;
	right: 0;
	top: 0;
	width: 132px;
}

.main4-jxw img{
	display: block;
	width: 100%;
}
.fmain4-2{
	margin-top: 20px;
}
.fmain4-2 h1{
	margin: 0;
	font-size: 16px;
	color: #fff;
	padding-bottom: 15px;
}

.fmain4-2 dl{
	margin: 0;
	height: 96px;
	padding-right: 170px;
}

.fmain4-2 dd+dd{
	margin-top:5px;
}

.fmain4-2 dd{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.main4-4 .main4-a{
	margin-top: 10px;
}

.fmain4-2 .flex-control-nav{
	bottom: 24px;
	text-align: left;
	height: 0;
}
.fmain4-2 .flex-control-nav li{
	margin: 0;
}
.fmain4-2 .flex-control-nav li+li{
	margin-left:4px;
}
.fmain4-2 .flex-control-paging li a{
	width: 28px;
	height: 4px;
	background-color: #fff;
	background-image: none!important;
	opacity: 0.4;
	transition: opacity .3s;
}
.fmain4-2 .flex-control-paging li a.flex-active{
	opacity: 1;
}











/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #0f1217;
}

.footer-1{
	padding: 55px 0 35px;
	border-bottom: 1px solid #373737;
}

.er{
	width: 350px;
}
.er-img{
	width:290px;

}
.er-img-item{
	width:140px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	white-space: nowrap;

}
.er-img-item img{
	display: block;
	width: 135px;
	margin:0 auto 12px;
}

.er-con{
	overflow: hidden;
}

.er-con h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.er-con h2{
	margin:0;
	font-size: 14px;
	color: #676767;
	line-height: 2;
	margin-top:62px;
}

.foo-logo{
	width: 172px;
	margin-top: 13px;
	
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}
.foo-nav{
	margin-top: 60px;
}
.foo-nav dl{
	margin:0;
}
.foo-nav dd{
	font-size: 16px;
	color: #fff;
	float: left;
}
.foo-nav dd a{
	transition: color .3s;
}
.foo-nav dd a:hover{
	color: #df1e21;
}
.foo-nav dd+dd{
	margin-left: 78px;
}







.footer-2{
	font-size: 14px;
	color: #676767;
	line-height: 1.8;
	padding: 24px 0;
}

.footer-2 a:hover{
	color: #fff;
}



/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 85px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px rgba(0,0,0,0.15);
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	transition: right .5s;

	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	position: relative;
}

.nav-2>ul>li+li{
	border-top: 1px dashed #ddd;

}

.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>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:10px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;

	text-transform: uppercase;

}


.nav-2>ul>li>a span::after{
	position: absolute;
	width: 22px;
	right: 0;
	height: 9px;
	top: 50%;
	transform: translateY(-50%);
	content:"";
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
}
.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:#333;
}
.nav-2-flfl+.nav-2-flfl{

}
.nav-2-flfl{
	padding: 8px 0;
}
.nav-2-flfl h1{
	margin:0;
	padding-left: 25px;
	font-size: 14px;
	color:#333;
}
.nav-2-flfl dl{
	margin:0;
	font-size: 0;
	padding-left: 25px;
	line-height: normal;
	padding-top: 5px;
}
.nav-2-flfl dd{
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 14px;
	color: #333;
}
.nav-2-flfl dd a{
	font-family: "mo";
	text-transform: uppercase;
}
/*.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: 17px;
	width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
	font-size: 0;
	width:175px;
	margin-left: 15px;
	margin-top: 20px;

}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 30px;
	width: 35px;
}

.menu2 li img{
	/*vertical-align: middle;*/
	display: block;
	width: 100%;

}

.chenggao{
	display: none;
	height: 85px;
}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	    background-color: rgba(0, 0, 0, 0.7);
	display: none;

}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 10;
}

.banner-2-title-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 102px;
	bottom: 0;
	z-index: 25;
}
.banner-2-title-wp .container{
	height: 100%;
	position: relative;
}
.banner-2-title{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-70%);
	z-index: 25
}

.banner-2-title h2{
	margin:0;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}
.banner-2-title p
 {
	margin:0;
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	margin-top: 45px;
	max-width: 700px;
}
.erji{
	position: relative;
	z-index: 100;
	padding: 80px 0;
}

.erji-nav{
	position: absolute;
	left: 0;
	bottom: 70px;
	z-index: 30;
	padding-left: 50px;
}
.erji-nav::before{
	position: absolute;
	width: 30px;
	left: 0;
	height: 3px;
	content:"";
	background-color: #df1e21;
	top: 50%;
	transform: translateY(-50%);
}
.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	position: relative;
}
.erji-nav dd>a{
	font-size: 16px;
	color:#fff;
	transition:  color .3s;
}
.erji-nav dd+dd{
	margin-left:80px;
}

.erji-nav dd.cur>a{
	color: #df1e21;
}

.erji-nav dd>a:hover{
	color: #df1e21;
}
.xinwen1{
	position: relative;
}
.xinwen1-1{
	width: 50%;
	
}

.xinwen1-2{
	width:37.5%;
	margin-top: 33px;
}
.xinwen1:hover .xinwen-a{
	color:#df1e21;

}
.xinwen-a{
	font-size: 46px;
	color:#333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	transition: color .3s;
}

.xinwen1-2-p{
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}

.xinwen-fl{
	font-size: 24px;
	color: #333;
	text-align: right;
}


.xinwen-date {
	/*margin-top: 25px;*/
	position: relative;
}
.xinwen-date h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: right;
	line-height: 1;
	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
	font-family:"ab";
}

.xinwen-date h2{
	margin:0;
	font-size: 32px;
	color: #333;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	line-height: 1;
	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
	font-family:"ab";
}

.xinwen1 .xinwen-fl{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
.xinwen1 .xinwen-date {
	margin-top: 85px;
	position: relative;

}
.xinwen1 .xinwen-date h1{
	font-size: 24px;
}

.xinwen1 .xinwen-date h2{
	font-size: 80px;
}

.xinwen1-1-a{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 108px;
}

.xinwen1-1-a a{
	display: block;
	height: 109px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/xinwen1-a.png);
	transition: background-image .3s,background-color .3s;
}
.xinwen1-1-a a:hover{
	background-image: url(../images/xinwen1-ah.png);
	background-color: #df1e21;
}

.xinwen2-item{
	padding: 70px 0;
	position: relative;
	border-bottom:1px solid #e8e8e8;
}
.xinwen2-item:hover .xinwen2-pic-wp{
	transform: translate(0%,-50%);
	opacity: 1;
}
.xinwen2-item:hover   .xinwen-a{
	color:#df1e21;

}
.xinwen2-pic-wp{
	position: absolute;
	right: 0;
	width: 500px;
	top: 50%;
	z-index: 50;
	overflow: hidden;
	opacity: 0;
	transform: translate(10%,-50%);
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
.xinwen2-pic{
	width: 500px;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 64.6%;
	border-radius: 15px;
}

.fenye{
	text-align: center;
	margin-top: 70px;
}

.fenye ul{
	margin:0;
}


.fy-page{
	margin-top: 80px;
}

.fy-page dl{
	margin: 0;
	display: flex;
	justify-content: center;
}


.fy-page dd{
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 49px;
}
.fy-page dd+dd{
	margin-left: 15px;
}
.fy-page dd>a{
	width: 47px;
	display: block;
	height: 47px;
	line-height: 47px;
	border-radius: 50%;
	font-size: 16px;
	color: #333;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}

.fy-page dd.cur{
	border: 1px solid #f5f5f5;
	box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
}

.fy-page dd.cur>a{
	color: #df1e21;
}







.xinwen-xx-right{
	width:500px;
	margin-left: 75px;
}
.xinwen-xx-return{
	text-align: right;
	font-size: 16px;
	color: #333;
}

.xinwen-xx-return a img{
	margin-top: -3px;
	margin-right: 10px;
	position: relative;
	left: 0;
	transition:  left .3s;
}
.xinwen-xx-return a:hover{
	color: #df1e21;
}
.xinwen-xx-return a:hover img{
	left: -5px;
}

.xinwen-xx-tj{
	padding-top: 160px;
}
.xinwen-xx-tj .xinwen-date{
	margin-top: 25px;
}
.xinwen-xx-tj dl{
	margin:0;
}
.xinwen-xx-tj dd+dd{
	margin-top: 30px;
}
.xinwen-xx-tj dd>a{
	padding: 40px 55px 33px;
	display: block;
	border-radius: 25px;
	transition: .3s;
	background-color: #f5f5f7;
}

.xinwen-xx-tj dd>a>h1{
	margin:0;
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	transition: color .3s;
}

.xinwen-xx-tj dd>a .xinwen-date h2{
	margin-top: 5px;
}
.xinwen-xx-tj dd>a:hover{
	background-color: #df1e21;
	box-shadow: -3px 0px 21px 0px rgba(250, 133, 125, 0.7);
}
.xinwen-xx-tj dd>a:hover>h1{
	color: #fff;
}
.xinwen-xx-tj dd>a .xinwen-date h1,
.xinwen-xx-tj dd>a .xinwen-date h2{
	transition: color .3s;
}
.xinwen-xx-tj dd>a:hover .xinwen-date h1,
.xinwen-xx-tj dd>a:hover .xinwen-date h2{
	color: #fff;
}

.xinwen-xx-left{
	overflow: hidden;
}

.xinwen-xx-title-h1{
	font-size: 38px;
	color: #333;
	line-height: 1.4;
}
.xinwen-xx-title .xinwen-date {
	margin-top:40px;
}
.xinwen-xx-title .xinwen-date h1,
.xinwen-xx-title .xinwen-date h2{
	text-align: left;
}

.xinwen-xx-con{

	margin-top: 25px;
	padding-top: 30px;
	border-top: 1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 2.0;
}

.xinwen-xx-con img{
	display: block;
	margin:15px auto;
}


.know-page{
	border-top: 1px solid #d8d8d8;
	padding-top:30px;
	margin-top: 50px;
}
.know-page-a{
	height: 23px;
	line-height: 23px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/page.png);
	position: relative;
	transition: padding-left .3s;
	font-size: 16px;
	color: #777;
	margin-top: 20px;
}
.know-page-a a{
	color: #333;
	transition: color .3s;
}
.know-page-a::before{
	position: absolute;
	width: 22px;
	height: 1px;
	background-color: #df1e21;
	content:"";
	left:11px;
	top: 50%;
	transition: left .3s;
}
.know-page-a:hover{
	padding-left: 55px;
}
.know-page-a:hover::before{
	left: 19px;
}

.know-page-a:hover a{
	color: #df1e21;
}


.fuwu1{
	background-color: #f5f5f7;
	padding: 85px 0 90px;

}
.fuwu-title{
	font-size: 26px;
	color: #333;
	padding-left: 18px;
	position: relative;
}

.fuwu-title::before{
	position: absolute;
	width: 6px;
	height: 22px;
	margin-top: -11px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	border-radius: 6px;
	content:"";
	background-color: #df1e21;
}

.fuwu1-list{
	padding-top: 55px;
}

.fuwu1-list dl{
	margin:0;
	margin-left: -3%;
}

.fuwu1-list dd{
	float: left;
	width: 30.333333333%;
	margin-left: 3%;
	background-color: #fff;
	padding: 65px 15px;
	border-radius: 10px;
	text-align: center;
}

.fuwu1-list dd img{
	display: block;
	margin:0 auto;
	width: 90px;
}

.fuwu1-list dd h1{
	margin:0;
	font-size: 24px;
	color: #333;
	margin:20px 0 24px;
}

.fuwu1-list dd h2{
	margin:0;
	font-size: 20px;
	color: #333;
}

.fuwu2{
	background-image: url(../images/fuwu2-bg.jpg);
	padding: 60px 0 110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fuwu2 .fuwu-title{
	color: #fff;
}

.fuwu2-div-wp{
	margin-top: 35px;
	position: relative;
}

.fuwu2-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.fuwu2-div.cur{
	opacity: 1;
	position: relative;
}
.fuwu2-pic{
	width: 666px;
	margin-left: 90px;
	position: relative;
	transform: translateX(50px);
	opacity: 0;
	transition: .6s;
	transition-delay: .2s;
}
.fuwu2-pic .imgbox_a{
	padding-bottom: 66.8%;
	border-radius: 15px;
}

.fuwu2-con{
	overflow: hidden;
	padding-top: 35px;
	position: relative;
	transform: translateX(-50px);
	opacity: 0;
	transition: .6s;
	transition-delay: .2s;
}
.cur .fuwu2-pic,
.cur .fuwu2-con{
	opacity: 1;
	transform: translateX(0px);
}
.fuwu2-ico{
	width: 76px;
}

.fuwu2-ico img{
	display: block;
	width: 100%;
}

.fuwu2-con-p{
	font-size: 30px;
	color:#fff;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 35px;
}

.fuwu2-dl{
	position: absolute;
	z-index: 15;
	left: 0;
	bottom: 0;
}

.fuwu2-dl dl{
	margin:0;
}

.fuwu2-dl dd+dd{
	margin-left: 50px;
}
.fuwu2-dl dd{
	float: left;
	font-size: 60px;
	font-family: "ab";
	color: #fff;
	cursor: pointer;
	line-height: 1;
}
.fuwu2-dl dd.cur{
	color: #df1e21;
}



.fuwu3{
	padding: 65px 0 75px;
}

.fuwu3-div{
	margin-top: 60px;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.fuwu3-item{
	width: 49%;
	background-image: url(../images/fuwu3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 45px;
	border-radius: 15px;
	overflow: hidden;
}
.fuwu3-item dl{
	margin:0;
	padding-top: 30px;
}
.fuwu3-item dd{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left 9px;
	background-image: url(../images/fuwu3-dd.jpg);
}
.fuwu3-item dd+dd{
	margin-top: 15px;

}
.fuwu3-item h1{
	margin:0;
	font-size: 46px;
	color: #fff;
}
.fuwu4{
	background-image: url(../images/fuwu4-bg.jpg);
	padding: 60px 0 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.fuwu4 .fuwu-title{
	color: #fff;
}


.fuwu4-div{
	margin-top: 150px;
}

.fuwu4-1{
	width: 1024px;
	padding-left: 145px;
	background-repeat: no-repeat;
	background-position: left 0;
	background-image: url(../images/hphone.png);
}
.fuwu4-1 h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}
.fuwu4-1 h2{
	margin:0;
	font-size: 60px;
	color: #fff;
	font-family: "mo";
	line-height: 1;
	margin:20px 0 30px;
}
.fuwu4-1 h3{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}
.fuwu4-2{
	overflow: hidden;
	padding-right: 208px;
}

.erer{
	width: 135px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.erer img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.pinpai1{
	padding: 85px 0 55px;
}

.pinpai-title{
	font-size: 46px;
	color: #333;
}

.pinpai1-div{
	margin-top: 10px;
}

.pinpai1-logo{
	width: 300px;
	height: 300px;
	border:19px solid #f5f5f7;
	border-radius: 50%;
	display: flex;
	margin-left: 440px;

}

.pinpai1-logo img{
	display: block;
	margin: auto;
	width:205px;
}

.pinpai-con{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	padding-top: 80px;
}

.pinpai2{
	height: 478px;
	
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.pinpai2-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 3;
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.pinpai2:hover .pinpai2-bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pinpai2::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity:0.4;
	content: "";
}

.pinpai2-title{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 25;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pinpai2-title img{
	display: block;
	margin: 0 auto 12px;
}


.pinpai3{
	padding: 170px 0 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	cursor: pointer;
	background-image: url(../images/pinpai3-bg.jpg);
}

.pinpai3 dl{
	margin: 0;
}
.pinpai3 dd+dd{
	margin-top: 25px;
}

.pinpai3 dd{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image: url(../images/pinpai3-ico.png);
}

.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}
.video-box video:focus{
	outline: none;
}


.pro1{
	background-color: #f5f5f7;
	padding: 80px 0 65px;
}

.pro1-div{
	max-width: 750px;
	margin: 0 auto;
}

.pro1-a{
	padding: 0	55px;
}

.pro1-a a{
	font-size: 46px;
	color: #333;
}

.pro1-a a.cur{
	color: #df1e21;
}

.pro1-p{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 2;
	margin-top: 60px;
}

.pro2{
	padding:100px 0;
}
.pro2-item{
	position: relative;
	padding-bottom:0px!important;
}
.pro2-item+.pro2-item{
	margin-top: 100px;
}

.pro2-pic{
	width: 867px;
	position: relative;
	z-index: 30;
	
}

.pro2-pic .imgbox_a{
	padding-bottom: 51.211%;
	border-radius: 20px;
}
.pro2-pic .imgbox_a>img{
	/* ueco 时间曲线*/
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 


}
.pro2-pic:hover .imgbox_a>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pro2-pic a{
	display: block;
	box-shadow: -3px 0px 43px 0px rgba(0, 0, 0, 0.3);
	background-color: transparent;
	border-radius: 18px;
	position: relative;
}
.pro2-pic a>img{
	display: block;
	width: 100%;
}

.pro2-img{
	position: absolute;
	z-index: 15;
	left: 50%;
	transform: translateX(-50%);
	top: 56px;
	width:58.48%;
}
.pro2-img img{
	display: none;
	width: 100%;
}
.pro2-img img:first-child{
	display: block;
}
.pro2-con{
	overflow: hidden;
	padding-top: 45px;
	padding-left: 90px;
	padding-right: 90px;
	position: relative;
	z-index: 30;
}


.pro2-h1{
	font-size: 55px;
	line-height: 1;
	font-family: "mo";
	text-transform: uppercase;
	color: #333;
}
.pro2-h1 a{
	transition: color .3s;
	font-family: "ab";
	position: relative;
	display: inline-block;
}
.pro2-h1 a+a{
	margin-left: 50px;
}
.pro2-h1 a.cur{
	color: #df1e21;
}
.pro2-h1 a::after{
	display: block;
	width:47px;
	height: 5px;
	background-color: #df1e21;
	content: "";
	margin-top: 25px;
	opacity: 0;
	transition: opacity .3s;
}
.pro2-h1 a.cur::after{
	opacity: 1;
}
.pro2-dl{
	margin-top: 60px;
}
.pro2-dl dl{
	margin: 0;
	margin-left: -2%;
	margin-top: -2%;
	display: none;
}
.pro2-dl dl:first-child{
	display: block;
}

.pro2-dl dd{
	float: left;
	width: 52%;
	margin-left: 2%;
	margin-top: 2%;
	
}

.pro2-dl dd:nth-child(odd){
	width: 44%;
}
.pro2-dl dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	height: 38px;
	line-height: 36px;
	border: 1px solid #f5f5f5;
	border-radius: 999em;
	padding-left: 50px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
	transition: .3s;
}

.pro2-dl dd:nth-child(1)>a{background-image: url(../images/pro2-ico1.png);}
.pro2-dl dd:nth-child(2)>a{background-image: url(../images/pro2-ico2.png);}
.pro2-dl dd:nth-child(3)>a{background-image: url(../images/pro2-ico3.png);}
.pro2-dl dd:nth-child(4)>a{background-image: url(../images/pro2-ico4.png);}


.pro2-dl dd>a:hover{
	color: #fff;
	background-color: #df1e21;
	border-color: #df1e21;
}

.pro2-dl dd:nth-child(1)>a:hover{background-image: url(../images/pro2-ico1h.png);}
.pro2-dl dd:nth-child(2)>a:hover{background-image: url(../images/pro2-ico2h.png);}
.pro2-dl dd:nth-child(3)>a:hover{background-image: url(../images/pro2-ico3h.png);}
.pro2-dl dd:nth-child(4)>a:hover{background-image: url(../images/pro2-ico4h.png);}


.pro2-item-bottom{
	position: relative;
	margin-top: -110px;
	left: 0;
	z-index: 15;
}
.pro2-item-bottom1{

	padding-right: 90px;
}
.pro2-item-bottom2{
	padding-left: 90px;

}
.pro2-item-bottom>a{
	display: block;
	padding: 35px 90px;
	background-color:#f5f5f7;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/pro2-item-bottom-bg.png);
	position: relative;

}
.pro2-item-bottom>a::after{
	position: absolute;
	width: 0%;
	left: 0;
	top: 0;
	bottom: 0;
	
	content: "";
	transition: .5s;
	background-image: url(../images/pro2-item-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pro2-item-con{
	width:556px;
	font-size:16px;
	color: #333;
	line-height: 2.2;
	height:13.2em ;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	transition: color .5s;
	position: relative;
	z-index: 20;
}

.pro2-item-con-flex{
	height: 100%;
	display: flex;
	align-items: center;
}
.pro2-item-con-p{
	display: none;
	
}
.pro2-item-con-p:first-child{
	display: block;
}


.pro2-item-con-p_6{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}







.pro2-item-bottom2>a{
	text-align: right;
}

.pro2-item:hover .pro2-item-bottom>a::after{
	width: 100%;

}
.pro2-item:hover .pro2-item-bottom>a .pro2-item-con{
	color: #fff;
}
.pro-xx1{
	position: relative;

	/*background-color: #f5f5f7;*/
}
.fproxx1{
	z-index: 5;
}
.fproxx1 .flexslider .slides > li{
	display: block!important;
}
.proxx1-title{
	padding: 160px 0 20px;
	text-align: center;
	line-height: 1;
}

.proxx1-title span{
	font-size: 66px;
	font-family: "ab";
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.proxx1-title span::after{
	display: block;
	width: 47px;
	height: 5px;
	content: "";
	background-color: #df1e21;
	margin: 0 auto;
	margin-top: 20px;
}

.proxx1-div{
	padding-top: 35px;
	position: relative;
	/*background-color: #fff;*/
}
/*.pro-xx1::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	background-color: #f5f5f7;
	height: 227px;
	content: "";
}*/
.pro-xx1::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 700px;
	content: "";
	background-image: url(../images/pro-xx1-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.proxx1-pic{
	width: 620px;
	margin: 0 auto;
	position: relative;
	z-index: 15;
}

.proxx1-p{
	padding: 50px 55px 80px;
	font-size: 22px;
	color: #333;
	line-height: 2.2;
	text-align: center;
}

.fproxx1 .flex-direction-nav{
	width: 1600px;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 35%;
	z-index: 50;
	transform: translateX(-50%);
}

.fproxx1 .flex-direction-nav .flex-prev{
	width: 51px;
	height: 51px;
	top: 0;
	margin-top: 0;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	border-radius: 50%;
	transition: background-image .3s;
}
.fproxx1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.fproxx1 .flex-direction-nav .flex-next{
	width: 51px;
	height: 51px;
	top: 0;
	margin-top: 0;
	border-radius: 50%;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	transition: background-image .3s;
}

.fproxx1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}

.pro-xx2{
	padding:60px 0;
	background-color: #f5f5f7;
}

.pro-xx2-item{
	background-color: #fff;
	padding: 0	55px 33px;
}

.pro-xx2-item+.pro-xx2-item{
	margin-top: 80px;
}

.pro-xx2-item-div{
	position: relative;
	top: -30px;
}

.pro-xx2-title{
	width: 233px;
	height: 60px;
	line-height: 48px;
	border: 6px solid #fff;
	border-radius: 999em;
	margin: 0 auto;
	background-color: #f5f5f7;
	font-size:30px;
	color: #333;
	font-family: "ab";
	text-align: center;
	text-transform: uppercase;
}




.pro-xx2 .pro-xx2-item-title{
	margin-top: 20px;
}
.pro-xx2-item-title{
	
	font-size: 36px;
	color: #333;
	text-align: center;

}

.pro-xx2-item-title::after{
	display: block;
	margin: 17px auto 0;
	content: "";
	background-color: #df1e21;
	width:47px;
	height: 5px;
}
.pro-xx2-dl{
	margin-top: 30px;
}
.pro-xx2-dl dl{
	margin: 0;
	font-size: 0;
	line-height: normal;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

.pro-xx2-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: center;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-radius:0px!important;
	padding: 22px 15px;
}

.pro-xx2-dl dd img{
	display: none!important;
	width: 20px;
	margin: 0 auto 10px;
}

.pro-xx2-dl dd.last_dd{
	width: 100%;
}
.pro-xx3{
	min-height: 583px;
	    background-color: #f5f5f7;
}
.pro-xx3-item-wp{
	padding-bottom: 31px;
}

.pro-xx3-item{
	height: 552px;
	
	position: relative;
	z-index: 30;
	overflow: hidden;
}

.pro-xx3-item-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 3;
}
.fproxx3 .slides>li:hover .pro-xx3-item-bg{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}


.pro-xx3-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity:0.4;
	content: "";
}

.pro-xx3-bo{
	position: absolute;
	width: 95px;
	z-index: 25;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
	cursor: pointer;
}

.pro-xx3-bo img{
	display: block;
	width: 100%;
}

.pro-xx3-title-wp{
	position: absolute;
	width: 560px;
	z-index: 50;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.pro-xx3-page{
	font-size: 24px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
}

.pro-xx3-page span{
	font-weight: bold;
	font-family: "Arial";
	font-size: 60px;
	line-height: 1;
}

.pro-xx3-title{
	height: 61px;
	line-height: 61px;
	font-size: 18px;
	color: #333;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	margin-top: 20px;
}


.fproxx3  .slides>li{
	position: relative;
}
.fproxx3 .flex-direction-nav{
	width: 1600px;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 130px;
	z-index: 50;
	transform: translateX(-50%);
}

.fproxx3 .flex-direction-nav .flex-prev{
	width: 51px;
	height: 51px;
	top: 0;
	margin-top: 0;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	border-radius: 50%;
	transition: background-image .3s;
}
.fproxx3 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.fproxx3 .flex-direction-nav .flex-next{
	width: 51px;
	height: 51px;
	top: 0;
	margin-top: 0;
	border-radius: 50%;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	transition: background-image .3s;
}

.fproxx3 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}

.pro-xx4{
	padding: 50px 0 95px;
}

.pro-xx4-div-wp{
	margin-top: 70px;
}

.pro-xx4-div{
	width: 48.75%;
}
.pro-xx4-div .imgbox_a{
	padding-bottom: 61.4%;
	border-radius: 15px;
	transition: .3s;
}
.pro-xx4-div .imgbox_a:hover{
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.pro-xx4-div .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity:0;
	content: "";
	transition: opacity .3s;
}










.pro-xx4-title{
	position: absolute;
	left: 80px;
	right: 80px;
	bottom: 40px;
	z-index: 25;
	font-size: 18px;
	color: #333;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	padding: 18px 15px;
	opacity: 0;
	transition: opacity .3s;
}

.pro-xx4-div .imgbox_a:hover::before{
	opacity: 0.4;
}

.pro-xx4-div .imgbox_a:hover .pro-xx4-title{
	opacity: 1;
}


.pro-xx4-div a.bt_a{
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
}










.pro-xx5{
	padding: 40px 0 85px;
	background-color: #f5f5f7;
}

.pro-xx5-list-wp{
	margin-top: 50px;
}

.pro-xx5-list .item>a{
	display: block;
	padding: 12px 15px 12px 33px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 25px;
	background-image: url(../images/pro-xx5-bgk.png);
	transition: background-image .3s;
	background-color: #fff;
}

.pro-xx5-list .item .imgbox_a .pro-xx5-bg{
	opacity: 0;
}



.pro-xx5-pic{
	width: 164px;
	margin-right: 72px;
}
.pro-xx5-pic img{
	display: block;
	width: 100%;
}
.pro-xx5-con{
	overflow: hidden;
	padding-top: 35px;
}

.pro-xx5-h1{
	font-size: 32px;
	color: #333;
	font-family: "ab";
	line-height: 1;
	text-transform: uppercase;
	transition: color .3s;
}

.pro-xx5-h1::after{
	display: block;
	content:"";
	width: 30px;
	height: 5px;
	background-color: #df1e21;
	margin-top: 13px;
}
.pro-xx5-con p{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	transition: color .3s;
}

.pro-xx5-list .item>a:hover{
	background-image: url(../images/pro-xx5-bg.png);
}
.pro-xx5-list .item>a:hover .pro-xx5-h1{color: #fff;}
.pro-xx5-list .item>a:hover .pro-xx5-con p{color: #fff;}

.video-name{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0 15px;
}


.renli1{
	background-color: #fff;
	padding: 80px 0 45px;
}

.renli1-title{
	width:655px;
	font-size: 46px;
	color: #333;
}

.renli1-dl{
	overflow: hidden;
	padding: 0 56px 30px 170px;
	position: relative;
	min-height: 100px;
}
.renli1-dl::before{
	position: absolute;
	width: 35px;
	height: 31px;
	left: 0;
	top: 0;
	content: "";
	background-image: url(../images/y1.png);
	background-size: 100%;
}
.renli1-dl::after{
	position: absolute;
	width: 35px;
	height: 31px;
	right: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/y2.png);
	background-size: 100%;
}
.renli1-dl dl{
	margin: 0;
}

.renli1-dl dd+dd{
	margin-top:15px;
}
.renli1-dl dd{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left 9px;
	background-image: url(../images/renli1-ico.png);
}

.renli2{
	background-color: #f5f5f7;
	padding: 40px 0 110px;
}

.renli2-menu dl{
	margin: 0;
	display: flex;
}

.renli2-menu dd{
	width: 138px;
	border:11px solid #fff;
	border-radius: 50%;
}
.renli2-menu dd+dd{
	margin-left: 35px;
}
.renli2-menu dd a{
	display: block;
	height: 116px;
	line-height: 116px;
	background-color: #f5f5f7;
	text-align: center;
	font-size:16px;
	border-radius: 50%;
	color: #333;
	transition: .3s;
	position: relative;
}
.renli2-menu dd a::after{
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	z-index: 3;
	content: "";
	background-color: #df1e21;
	transition: .3s;
	border-radius: 50%;
}
.renli2-menu dd a span{
	position: relative;
	z-index: 30;
	color: inherit;
}
.renli2-menu dd a:hover{
	color: #fff;
}
.renli2-menu dd a:hover::after{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.renli2-menu dd.cur a{
	color: #fff!important;
	box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
}
.renli2-menu dd.cur a::after{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.renli2-dl{
	padding-top: 15px;
	display: none;
}
.renli2-dl-wp .renli2-dl:first-child{
	display: block;
}
.renli2-dl dl{
	margin: 0;
	margin-left:-2%;
}

.renli2-dl dd{
	float: left;
	width: 48%;
	margin-left:2%;
	margin-top: 2%;
}

.renli2-item{
	display: block;
	padding: 45px 55px 40px;
	background-color: #fff;
	border-radius: 20px;
	transition: .3s;
}

.renli2-1{
	font-size: 16px;
	color: #333;
}
.renli2-2{
	line-height: 30px;
	padding:12px 0 17px;
}
.renli2-2 .tver{
	font-size: 28px;
	color: #333;
	transition: color .3s;
}
.renli2-2 .fr{
	font-size: 20px;
	color: #333;
}

.renli2-3{
	font-size: 16px;
	color: #999;
	line-height: 2;
	max-width:420px;
	height: 4em;
	overflow: hidden;
}
.renli2-4{
	margin-top: 25px;
	position: relative;
}
.renli2-4::before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 51px;
	height: 51px;
	background-image: url(../images/renli2-ico.png);
	background-size: 100%;
	content: "";
	border-radius: 50%;
	box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
	transition: background-image .3s;
}
.renli2-4 h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	text-align: right;
	font-family: "Arial";
	font-weight: bold;
}

.renli2-4 h2{
	margin: 0;
	font-size: 24px;
	color: #333;
	margin-top: 8px;
	text-align: right;
	font-family: "Arial";
	font-weight: bold;
}

.renli2-item:hover{
	box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.07);
}

.renli2-item:hover .renli2-4::before{background-image: url(../images/renli2-icoh.png);}
.renli2-item:hover .renli2-2 .tver{
	color: #df1e21;
}

.renli-xx1{
	padding:85px 0;
}

.renli-xx1-top1{
	position: relative;
	padding-right: 65px;
}

.renli-xx1-top1 h1{
	margin: 0;
	font-size:16px;
	color: #333;
}

.renli-xx1-top1 h2{
	margin: 0;
	font-size:46px;
	color: #df1e21;
	margin-top: 18px;
}

.renli-xx1-top1 .xinwen-xx-return{
	position: absolute;
	right: 0;
	top: 0;
}
.renli-xx1-top2{
	padding-top: 45px;
	position: relative;
	padding-right: 150px;
}
.renli-xx1-top2 dl{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.renli-xx1-top2 dd{
	font-size: 16px;
	color: #333;
	margin-right:70px;
	margin-top: 15px;
}

.renli-xx-sq{
	width: 138px;
  border: 11px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
}

.renli-xx-sq a{
	display: block;
	height: 116px;
	line-height: 116px;
	background-color: #f5f5f7;
	text-align: center;
	font-size:16px;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	transition: .3s;
	position: relative;
	z-index: 30;
}

.renli-xx-sq:hover a{

	color: #fff;
}
.renli-xx-sq:hover a::after{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}
.renli-xx-sq a i{
	position: relative;
	z-index: 50;
	font-style: normal;
	color: inherit;
}
.renli-xx-sq a::after{
	position: absolute;
	width: 0%;
	height: 0;
	left: 50%;
	top: 50%;
	content:"";
	background-color: #df1e21;
	transition: .3s;
	z-index: 5;
	border-radius: 50%;
}

.renli-xx1-bottom{
	margin-top: 100px;
	padding-top: 60px;
	border-top:1px solid #e9e9e9;
	display: flex;
}

.renli-xx1-bottom-div{
	width: 50%;
	padding-right: 30px;
}

.renli-xx1-bottom-div h1{
	margin: 0;
	font-size:24px;
	color: #333;
}

.renli-xx1-bottom-div dl{
	margin: 0;
	padding-top: 25px;
	font-size: 16px;
	color: #333;
	line-height:2;
}
.renli-xx1-bottom-div dl p{margin:0;}
.renli-xx1-bottom-div dd{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 10px;
}

#renli-xx2-md{
	position: relative;
	top: -137px;
}

.renli-xx2{
	padding: 60px 0 80px;
	background-color: #f5f5f7;
	display: none;
}

.renli-xx2-title .fl{
	font-size:24px;
	color: #333;
	height: 40px;
	line-height: 40px;
}

.renli-xx2-title .fr{
	width: 40px;
	cursor: pointer;
}

.renli-xx2-title .fr img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.renli-xx2-title .fr:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}

.renli-xx2-form{
	margin-top: 50px;

}
.renli-xx2-form input:focus,
.renli-xx2-form textarea:focus{
	outline: none;
}
.renli-xx2-item-wp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.renli-xx2-item{
	height: 300px;
}
.renli-xx2-bai{
	background-color: #fff;
	border-radius: 20px;
	height: 100%;
	position: relative;
}

.renli-xx2-file{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
}


.renli-xx2-bai-con{
	position: absolute;
	width: 100%;
	padding: 0	20px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 15;
}







.renli-xx2-item1{
	width: 27.625%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.renli-xx2-item1 .renli-xx2-bai{
	height: 46%;
}

.renli-xx2-item2{
	width: 17%;
}

.renli-xx2-item3{
	width: 10.625%;
}

.renli-xx2-item4{
	width: 26.625%;
}
.renli-xx2-item4 .renli-xx2-input{
	margin-top: 0;
	height: 100%;
}
.renli-xx2-item5{
	width: 12.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.renli-xx2-item5 .renli-xx2-bai:first-child{
	height: 61.6667%;
}
.renli-xx2-item5 .renli-xx2-bai{
	height: 31.6667%;
	background-color: transparent;
}

.renli-xx2-btn{
	height: 100%;
}

.renli-xx2-btn input{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 24px;
	color: #cfcfcf;
	background-color: #fff;
	border-radius: 20px;
	border: 0;
	transition: background-color .3s,color .3s;
	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
	line-height: 1.428571;
}




.renli-xx2-btn input:hover{
	background-color: #df1e21;
	color: #fff;
}

.renli-xx2-title{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.renli-xx2-title img{
	display: block;
	width: 30px;
	margin: 0 auto 8px;
}
.renli-xx2-input{
	margin-top: 7px;
}
.renli-xx2-input input{
	display: block;
	width: 100%;
	font-size: 24px;
	color: #333;
	text-align: center;
	border: 0;
	padding: 0;

}
.renli-xx2-input textarea{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
	border: 0;
	height: 100%;
	border-radius: 20px;
	padding: 20px;
}
.inputs::-webkit-input-placeholder {
 	color: #cfcfcf;
 	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
}
.inputs::-moz-input-placeholder {
 	color: #cfcfcf;
 	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
}
.inputs::-ms-input-placeholder {
 	color: #cfcfcf;
 	text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.11);
}

.renli-xx2-jl{
	font-size: 16px;
	color: #333;
	text-align: center;
	display: none;
	margin-top: 10px;
}


.about1{
	padding:90px 0;
}

.about1-1{
	font-size: 24px;
	line-height: 2.2;
	color: #333;
	margin-top:45px;
	max-width: 1300px;
}
.about1 p{
	margin:0;
}
.about1-2{
	font-size: 16px;
	line-height: 2.4;
	color: #333;
	margin-top:55px;
	max-width: 1300px;
}


.about2{
	height: 453px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.about2-bg{
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	cursor: pointer;
	z-index: 3;
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about2::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity:0.4;
	content: "";
}
.about2::after{
	position: absolute;
	width: 95px;
	height: 95px;
	left: 50%;
	top: 50%;
	z-index: 25;
	transform: translate(-50%,-50%);
	content: "";
	background-size: 100%;
	background-image: url(../images/bo2.png);
}
.about2:hover .about2-bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about3{
	padding: 65px 0 115px;
}
.about3-div{
	margin-top:60px;
}
.about3-div .imgbox_a{
	padding-bottom: 69.737%;
}
.about3-1 {
	width: 42.75%;
}

.about3-1-con{
	font-size: 15px;
	color: #333;
	line-height: 2.2;
	margin-top: 40px;
}

.about3-2{
	float: right;
	width: 57.25%;
	display: flex;
}

.about3-2-dl{
	width: 42%;
	margin-left:8%;
}
.about3-2-dl:first-child{
	position: relative;
	top: 94px;
}
.about3-2-dl dl{
	margin: 0;
}

.about3-2-dl dd+dd{
	margin-top:50px;
}


.about4{
	padding: 65px 0 80px;
	background-color: #f5f5f7;
}

.about4-div{
	margin-top: 85px;
	position: relative;
	
}
.about4-div::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/about4-div-bg.jpg);
	z-index: 1;
}
.about4-list{
	padding: 0	80px;
	position: relative;
	z-index: 50;
}
.about4-list .item{
	padding: 160px 0;
	position: relative;
}


.about4-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    background-size: 100%;
    transition: background-image .3s;
}
.about4-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/lefth.png);
}
.about4-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    border-radius: 50%;
    box-shadow: 0px 17px 16px 0px rgba(0, 0, 0, 0.07);
    background-size: 100%;
    transition: background-image .3s;
}
.about4-list .owl-nav button.owl-next:hover{
	background-image: url(../images/righth.png);
}

.about4-list .item:hover .about4-con::after{background-color: #df1e21;}
.about4-list .item:hover .about4-con h1{color: #df1e21;}



.about4-pic{
	border: 20px solid #fff;
	position: relative;z-index: 10;
}
.about4-pic .imgbox_a{
	padding-bottom: 63.82%;
}


.about4-con{
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	height: 160px;
}
.about4-con::before{
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	content: "";
	background-color: #df1e21;
	left: 45px;
}
.about4-con::after{
	position: absolute;
	width: 1px;
	height: 116px;
	content: "";
	background-color: #000000;
	left:49px;
	transition:background-color .3s;
}
.about4-con h1{
	margin: 0;
	font-size: 46px;
	font-family: "ab";
	position: absolute;
	width: 100%;
	left: 0;
	transition:color .3s;
}

.about4-con-p{
	padding-left: 80px;
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}


.item1 .about4-con{
	top: 0;
	padding-top: 80px;
}
.item1 .about4-con::before{
	top: 55px;
}
.item1 .about4-con h1{
	top: 0;
}
.item1 .about4-con::after{
	top: 64px;
}



.item2 .about4-con{
	bottom: 0;
	padding-top: 25px;
}
.item2 .about4-con h1{
	bottom: 0;
}
.item2 .about4-con::before{
	bottom: 55px;
}
.item2 .about4-con::after{
	bottom: 64px;
}
.about4-list .owl-item::after{
	position: absolute;
	width: 50px;
	top: 0;
	bottom: 0;
	left: 100%;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}



.about5{
	padding: 65px 0 90px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	overflow: hidden;
}


.about5 .container{
	position: relative;
	z-index: 50;
}
.about5 .fuwu-title{
	color: #fff;
}

.about5-div{
	margin-top:155px;		
	width: 1073px;
	margin-left: auto;
}

.about5-con-wp .about5-con{
	display: none;
}
.about5-con-wp .about5-con:first-child{
	display: block;
}

.about5-con h1{
	margin: 0;
	font-size: 46px;
	color: #fff;
}

.fabout5{
	margin-top: 50px;
	padding-bottom: 19px;
}
.fabout5 .flex-control-nav{
	position: absolute;
	bottom: 0;
	text-align: left;

}
.fabout5 .flex-control-nav li{
	margin: 0;
}
.fabout5 .flex-control-nav li+li{
	margin-left: 4px;
}
.fabout5 .flex-control-paging li a{
	width: 28px;
	height: 4px;
	background-image: none!important;
	background-color: #666666;
	transition: background-color .3s;
}
.fabout5 .flex-control-paging li a.flex-active{
	background-color: #df1e21;
}
.about5-p{
	font-size: 26px;
	color: #fff;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.about5-dl{
	margin-top:30px;
	background-repeat: repeat-x;
	background-position: left 1px;
	background-image: url(../images/about4-div-bg.jpg);
}

.about5-dl dl{
	margin: 0;
}

.about5-dl dd{
	float: left;
	width: 220px;
	position: relative;
	padding-top:32px;
	text-align: center;
	cursor: pointer;
}
.about5-dl dd span{
	font-size:20px;
	color: #fff;
}
.about5-dl dd span img{
	margin-top: -3px;
	margin-right:20px;
}
.about5-dl dd::before{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #fff;
    top: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about5-dl dd.cur::before {
    width: 100%;
    right: auto;
    left: 0;
}

.about6{
	padding: 65px 0 105px;

	
	position: relative;
}

.about6-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about6-bg.jpg);
	z-index: 15;
}
.about6 .container{
	position: relative;
	z-index: 50;
}
.about6-div{
	margin-top: 80px;
}

.about6-img{
	padding-left: 30px;
}

.about6-img img{
	display: block;
	max-width:895px;
}



.logo,.foo-logo,.logo-2{
	/*opacity: 0;*/
}

.about1,.about2,.about3,.about4,.about5,.about6{
	position: relative;
}
.about-md{
	position: absolute;
	height: 0;
	top: -77px;
}



.about1,.about2,.about3,.about4,.about5,.about6,
.fuwu1,.fuwu2,.fuwu3,.fuwu4{
 position: relative;
}






/*gotop*/
.cbbfixed {position: fixed;right: 10px;transition: bottom ease .3s;bottom: -85px;z-index: 993;cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #df1e21;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}
.cbbfixed .cweixin {background: #dadbdd;}
.cbbfixed .cweixin div {background: url(../images/erwei.png);width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/side-icon01.png);}





.about4-div-gai{
	position: relative;
	padding: 142px 0;
	margin-top: 20px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/about4-div-gai-bg.jpg);
}
.about4-div-gai::before{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	content:"";
	background-size: 100%;
	background-image: url(../images/about4-div-gai-qiu.png);
}
.about4-div-gai::after{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content:"";
	background-size: 100%;
	background-image: url(../images/about4-div-gai-qiu.png);
}

.about4-list-li{
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wq.png);
	position: relative;
}

.about4-list-li+.about4-list-li{
	margin-top: 120px;
}

.about4-list-li-div{
	position: absolute;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.about4-list-li-div::before{
	position: absolute;
	width: 66px;
	height: 1px;
	content:"";
	background-color: #dd1e21;
	top: 50%;
}
.about4-list-li-div1::before{
	right:6px;
}
.about4-list-li-div2::before{
	left: 6px;
}
.about4-list-li-div1{
	left: 0;
	padding-right: 72px;
}
.about4-list-li-div2{
	right: 0;
	padding-left: 72px;
}
.about4-pic{
	width: 357px;
}

.about4-list-li-con{
	overflow: hidden;
	padding-top: 60px;
}
.about4-list-li-con h1{
	margin:0;
	font-size: 30px;
	color: #da291c;
	font-family:"ab";
}

.about4-list-li-con p{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 15px;
}
.about4-list-li-div1 .about4-pic{
	margin-left: 25px;
	float: right;
}
.about4-list-li-div2 .about4-pic{
	margin-right: 25px;
	float: left;
}
.about4-list-li-div1 .about4-list-li-con{
	text-align: right;
}


.xinwen1-0{
	width: 55.375%;
	position: relative;
}

.xinwen1-0 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	transition:color .5s;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
}

.xinwen1-0 p{
	margin:0;
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 15px;
}
.xinwen2-item:hover .xinwen1-0 h1{
	color:#df1e21;
}











/*暂时无视频*/





/*.about2::after{
	display: none;
}*/
.about2.video_a::after{
	display: block;
}

.pinpai2-title{
	display: none;
}

.video_a .pinpai2-title{
	display: block;
}

/*.main1-2-pic .imgbox_a::after{
	display: none;
}*/
.video_a.main1-2-pic .imgbox_a::after{
	display: block;
}

/*.main1-2-pic .imgbox_a::after,*/
/*.about2::after,*/
/*.pinpai2-title,*/
/*.video-wp{display: none;}*/
/*body.cur2{*/
/*	overflow-y: auto;*/
/*	overflow-x: hidden;*/
/*}*/