/**************************************/
/*************[公用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;
	z-index: 999;
	width: 100%;
	height: 99px;
	left: 0;
	top: 0;
	background-color: #ffffff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}

.logo{
	width: 512px;
	margin-top: 16px;
}

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

.search{
	width: 44px;
	margin-top: 35px;
	margin-left: 15px;
}

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

.nav{
	margin-top: 45px;
}
.nav ul{
	margin: 0;
}

.nav>ul>li{
	float: left;
	padding-bottom: 14px;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	padding: 0	10px 15px;
	font-size: 18px;
	color: #333;
	position: relative;
}
.nav>ul>li+li{
	margin-left:25px;
}

.nav>ul>li>a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #b21d20;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav>ul>li:hover>a:after,
.nav>ul>li.cur>a:after{
    width: 100%;
    right: auto;
    left: 0;
}

.nav>ul>li>ul{
	position: absolute;
	left: -15px;
	right: -15px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #b21d20;
	color: #fff;
}






/**************************************************************/
/*header-over*/





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

#main{
	margin-top: 99px;
}
.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.fafa .slides>li  img{
	display: none;
	width: 100%;
}
.fafa .flex-control-paging li a{
	width: 32px;
	height: 32px;
}
.fafa .flex-control-nav li{
	margin: 0 6px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 60px;
}


.main1{
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 125px 0 100px;
}


.main1-pic{
	width:37.25%;
	margin-left: 110px;
}
.main1-pic img{
	display: block;
	width: 100%;
}

.main1-con{
	overflow: hidden;

}
.title-11{
	position: relative;
}
.more2{
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 103px;
	padding-left: 20px;
	text-align: left;
	background-image: url(../images/more2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}
.more2 a{
	font-size:14px;
	color: #b21d20;
}
.more2 a:hover{
	font-weight: bold;
}
.title-11 h1{
	margin: 0;
	font-family: 'Georgia';
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b21d20;
}

.title-11 h2{
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	padding: 12px 0 20px;
	position: relative;
}
.title-11 h2::after{
	position: absolute;
	width: 30px;
	height: 4px;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #b21d20;
}

.title-11 h3{
	margin: 0;
	font-size: 36px;
	color: #333;
	margin-top: 7px;
}


.main1-p{
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	text-indent: 2em;
	margin-top: 45px;
}

.main1-dl{
	margin-top: 60px;
	padding-left: 70px;
}

.main1-dl dd{
	float: left;
	width: 120px;
}
.main1-dl dd+dd{
	margin-left: 130px;
}


.main1-dl dd>a{
	display: block;
	font-size: 20px;
	color: #333;
	text-align: center;
}


.main1-ico{
	height: 120px;
	background-size: 100%;
	border-radius: 50%;
	margin-bottom:20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image .3s,color .3s;
}

.main1-ico1{background-image: url(../images/main1-ico1.png);}
.main1-ico2{background-image: url(../images/main1-ico2.png);}
.main1-ico3{background-image: url(../images/main1-ico3.png);}
.main1-dl dd>a:hover{color: #b21d20;font-weight: bold;}
.main1-dl dd>a:hover .main1-ico1{background-image: url(../images/main1-ico1h.png);}
.main1-dl dd>a:hover .main1-ico2{background-image: url(../images/main1-ico2h.png);}
.main1-dl dd>a:hover .main1-ico3{background-image: url(../images/main1-ico3h.png);}



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

.main2-list .item{
	padding: 13px;
}

.main2-ico{
	width: 126px;
	margin: 0 auto;
	position: relative;
}
.main2-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}
.main2-ico img.cur{
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	transition: opacity .3s;
}

.main2-item{
	background-color: #fff;
	transition: box-shadow .3s;
	padding: 75px 30px 45px;
}
.main2-item:hover{
	box-shadow: 0px 2px 12.35px 0.65px rgba(82, 7, 0, 0.3);
}
.main2-item:hover .main2-ico img{opacity: 0;}
.main2-item:hover .main2-ico img.cur{opacity: 1;}
.main2-pic{
	position: relative;
	z-index: 15;
}
.main2-pic .imgbox_a{
	padding-bottom: 66.4865%;
}

.main2-con{
	padding: 35px 35px 45px;
	padding: 0!important;
	text-align: center;
	position: relative;
	z-index: 5;
	margin-top: 45px;
	
}

.main2-con h1{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.main2-con p{
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top:20px;
}
.main2-con .more1{
	margin-top: 30px;
}
.main2-con .more1 a{
	margin: 0 auto;
}

.mm50{
	margin-top: 50px;
}


.main2-list .owl-dots {
    margin-top: 50px;
}
.main2-list .owl-dots .owl-dot{
    margin:0 9px;
}
.main2-list .owl-dot span{
    width: 12px;
    height: 12px;
}

.main3{
	padding:95px 0 0;
	position: relative;
}
.main3-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 200px;
	background-image: url(../images/main3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}
.main3 .container{
	position: relative;
	z-index: 50;
}

.main3 .title-11 h1{color: #fff;}
.main3 .title-11 h3{color: #fff;}
.main3  .more2{background-image: url(../images/more2h.png);}
.main3  .more2 a{color: #fff;}
.main3-dl{
	padding:80px 0;

}
.main3-dl dl{
	margin: 0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.main3-dl dd{
	display: inline-block;
	width: 160px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;

}
.main3-dl dd+dd{
	margin-left: 200px;
}
.main3-ico{
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-bottom: 20px;
	transition: background-image .3s;
}

.main3-ico1{background-image: url(../images/main3-ico1.png);}
.main3-ico2{background-image: url(../images/main3-ico2.png);}
.main3-ico3{background-image: url(../images/main3-ico3.png);}
.main3-ico4{background-image: url(../images/main3-ico4.png);}



.cur .main3-ico1{background-image: url(../images/main3-ico1h.png);}
.cur .main3-ico2{background-image: url(../images/main3-ico2h.png);}
.cur .main3-ico3{background-image: url(../images/main3-ico3h.png);}
.cur .main3-ico4{background-image: url(../images/main3-ico4h.png);}


.main3-div-wp{
	background-color: #fff;
	padding: 44px 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main3-div-bg.jpg);
	box-shadow: 0px 3px 15.68px 0.32px rgba(130, 109, 109, 0.3);
}
.main3-div{display: none;}
.main3-div:first-child{display: block;}
.main3-pic{
	width:470px;
	margin-right:70px;
}
.main3-pic .imgbox_a{
	padding-bottom: 58.936%;
}
.main3-con{
	overflow: hidden;
	padding-top: 50px;
}

.main3-con h1{
	margin: 0;
	font-size: 24px;
	color: #333;
}
.main3-con p{
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 18px;
}


.main4{
	padding:95px 0 110px;
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.main4-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-align: center;
	padding: 60px 85px 95px;
}

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

.main4-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.main4-dl dd>a{
	display: block;
	height: 200px;
	background-color: #fff;
	padding: 48px 20px 0;
	text-align:center ;
	transition: background-color .3s;
}

.main4-ico{
	width: 38px;
	height: 36px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
}

.main4-ico1{background-image: url(../images/main4-ico1.png);}
.main4-ico2{background-image: url(../images/main4-ico2.png);}
.main4-ico3{background-image: url(../images/main4-ico3.png);}
.main4-ico4{background-image: url(../images/main4-ico4.png);}

.main4-dl dd>a h1{
	margin: 0;
	font-size: 24px;
	color: #333;
	padding:15px 0 12px;
	transition: color .3s;

}
.main4-dl dd>a p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	transition: color .3s;
}

.main4-dl dd>a:hover h1{color: #fff;}
.main4-dl dd>a:hover p{color: #fff;}

.main4-dl dd>a:hover{background-color: #b21d20;}
.main4-dl dd>a:hover .main4-ico1{background-image: url(../images/main4-ico1h.png);}
.main4-dl dd>a:hover .main4-ico2{background-image: url(../images/main4-ico2h.png);}
.main4-dl dd>a:hover .main4-ico3{background-image: url(../images/main4-ico3h.png);}
.main4-dl dd>a:hover .main4-ico4{background-image: url(../images/main4-ico4h.png);}


.main5{
	padding: 100px 0;
}
.main5-1{
	width:45%;
	margin-right:50px;
}

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

.main5-1 .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 149px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yin.png);
	content: "";
}
.main5-1-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0	30px 30px;
}
.main5-1 .imgbox_a h1{
	margin: 0;
	font-size: 18px;
	color: #fff;
	padding-right: 85px;
	position: relative;
	z-index: 25;
}

.main5-1 .imgbox_a h1 span.span_11{
	position: absolute;
	font-size: 14px;
	color: #fff;
	right: 0;
	top: 0;
}


.main5-2{
	overflow: hidden;
}

.main5-2 dl{
	margin: 0;
}
.main5-2 dd{
	background-color: #f3f6fb;
}
.main5-2 dd+dd{
	margin-top:30px;
}

.main5-2-pic{
	width: 210px;
}


.main5-2-con{
	overflow: hidden;
	padding: 30px;
	padding-bottom: 25px;
}

.main5-2-con h1{
	margin: 0;
	font-size: 18px;
	padding-right: 80px;
	position: relative;
	z-index: 25;
}
.main5-2-con h1 a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.main5-2-con h1 a:hover{
	color: #b21d20;
}
.main5-2-con h1 span.span_22{
	position: absolute;
	font-size: 14px;
	color: #999;
	right: 0;
	top: 0;
}
.main5-2-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 13px;
}

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

.main6-dl{
	padding-top: 50px;
}

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

.main6-dl dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.main6-dl dd .imgbox_a{
	padding-bottom:60.852%;
}

.main6-dl dd .imgbox_a h1{
	position: absolute;
	margin: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	padding: 0	15px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	z-index: 15;
	font-size: 16px;
	color: #fff;
}

.main7{
	padding:90px 0 80px;
	background-image: url(../images/main7-bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #a62628;
}
.main7 .title-11 h1{color: #fff;}
.main7 .title-11 h3{color: #fff;}
.main7  .more2{background-image: url(../images/more2h.png);}
.main7  .more2 a{color: #fff;}

.main7-div{
	padding-top: 30px;
}

.main7-1-dl dl{
	margin: 0;
	margin-top: -30px;
}

.main7-1-dl dd{
	float: left;
	width: 16.666667%;
	margin-top: 20px;
}
.main7-1-dl dd .imgbox_a{
	padding-bottom: 40.65%;
	cursor: pointer;
}


.main7-1-dl dd .imgbox_a img.curImg{
	z-index: 50;
	opacity: 0;
	transition: opacity .3s;
}

.main7-1-dl dd .imgbox_a:hover  img.curImg{
	opacity: 1;
}
.fmain7 .flex-control-nav{
	position: relative;
	bottom: 0;
	margin-top:50px;
}
.fmain7 .flex-control-nav li{
	margin: 0 15px;
}
.fmain7 .flex-control-paging li a{
	width: 50px;
	height: 6px;
	background-color: #b85153;
	background-image: none!important;
	transition: background-color .3s;
}
.fmain7 .flex-control-paging li a.flex-active{
	background-color: #fff;

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





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

#footer{
	background-color: #f3f6fb;
}

.footer-1{
	padding: 65px 0 55px;
}


.er-con{
	width: 325px;
}
.er-con h1{
	margin: 0;
	font-size: 20px;
	color: #333;
	text-align: right;
}
.er-con h1 img{
	margin-top: -3px;
	margin-right: 8px;
}
.er-con h2{
	margin: 0;
	font-size: 25px;
	color: #b21d20;
	font-weight: bold;
	text-align: right;
	padding: 15px 0;
}
.er-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	text-align: right;
	line-height: 1.8;
}

.er{
	margin-right: 55px;
	width:130px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}


.footer-list{
	overflow: hidden;
}
.footer-list ul{
	margin: 0;
}

.footer-list li{
	float: left;
	text-align: center;
}

.footer-list li+li{
	margin-left: 45px;
}
.footer-list li h1{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.footer-list dl{
	margin: 0;
	padding-top: 15px;
}
.footer-list dd{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.footer-list a:hover{
	color: #b21d20;
}




.footer-2{
	border-top: 1px solid #ececec;
	padding: 25px 0;
	line-height: 1.8;
	font-size:14px;
	color: #666;
}
.footer-2 a:hover{
	color: #b21d20;
}
.footer-2 .fl span{
	padding-left: 25px;
}

/**************************************************************/
/*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;
	/*background-color: #0089d0;*/
}
.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>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;
	padding-left: 25px;
	font-size: 0;
}
.nav-2>ul>li>ul>li{
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nav-2>ul>li>ul>li>a{
	font-size: 14px;
	width: 100%;
	color:#666;
}
/*.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: 300px;
   margin-left: 15px;
   margin-top: 17px;
}
.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: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#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-wen{
	height: 538px;
	padding-top: 195px;
}

.banner-2-wen h1{
	margin: 0;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.banner-2-wen h4{
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.banner-2-wen-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top:30px;
	max-width: 625px;
}


.erji-top1{
	border-bottom: 1px solid #e2e2e2;
}

.mianbaoxie{
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #666;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}

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

.erji-nav1 dl{
	margin: 0;
}

.erji-nav1 dd{
	float: left;
}
.erji-nav1 dd+dd{
	margin-left: 75px;
}
.erji-nav1 dd>a{
	display: block;
	height:80px;
	line-height: 80px;
	font-size:18px;
	color: #333;
	position: relative;
}

.erji-nav1 dd.cur>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	height: 3px;
	background-color: #b21d20;
	content: "";
	bottom: -2px;
}
.erji-nav1 dd.cur>a{
	color: #b21d20;
	font-weight: bold;

}
.erji-nav1 dd>a:hover{
	color: #b21d20;

}

.erji-content{
	padding: 50px 0;
}

.anli-list{
	overflow: hidden;
}
.anli-list dl{
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}

.anli-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}

.anli-item{
	background-color: #f3f6fb;
	padding: 20px;
}

.anli-pic .imgbox_a{
	padding-bottom: 66.52%;
}

.anli-con{
	margin-top: 25px;
}
.anli-item:hover .anli-con h1{
	color: #b21d20;
}
.anli-con h1{
	margin: 0;
	font-size: 18px;
	color: #333;
}



.anli-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}


.fenye ul{
	margin: 0;
}

.fenye{
	text-align: center;
	margin-top: 65px;
}
.fuwu-list{
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.fuwu-list dl{
	margin: 0;
}

.fuwu-list dd{
	float: left;
	width: 16.6666667%;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	z-index: 1;
}

.fuwu-list dd .imgbox_a{
	padding-bottom: 40.65%;
	cursor: pointer;
	transition: .3s;
}
.fuwu-list dd:hover{
	z-index: 15;

}
.fuwu-list dd:hover .imgbox_a{
	box-shadow: 1px 1px 17.64px 0.36px rgba(0, 14, 76, 0.3);
	background-color: #fff;
}
.fuwu-list dd:last-child .imgbox_a{
	cursor: default;
}
.fuwu-list dd:last-child:hover .imgbox_a{
	box-shadow:none;
}

.xcp img{
	display: block;
	margin: 0 auto;
}



.erji-nav2 dl{
	margin: 0;
	font-size: 0;
	line-height: normal;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.erji-nav2 dd{
	display: inline-block;
	text-align: center;
}
.erji-nav2 dd+dd{
	margin-left:100px;
}
.erji-nav2 dd>a{
	display: block;
	height:116px;
	font-size:18px;
	color: #333;
	position: relative;
	padding-top:21px;
}

.nico{
	width: 34px;
	margin: 0 auto 15px;
	position: relative;
}
.nico::after{
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background-image: url(../images/nico0.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 2;
	right: -5px;
	bottom: -5px;
}
.nico img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 15;
}
.erji-nav2 dd.cur>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	height: 3px;
	background-color: #b21d20;
	content: "";
	bottom: 0px;
}
.erji-nav2 dd.cur>a{
	color: #b21d20;
	font-weight: bold;
}
.erji-nav2 dd>a:hover{
	color: #b21d20;

}

.biaogan{
	padding: 70px 0;
}

.bg-h1{
	font-size: 28px;
	color: #333;
	text-align: center;
}
.biaogan2{
	margin-top: 80px;
}
.biaogan .bg-h1{
	padding-bottom: 60px;
}

.biaogan1-dl dl{
	margin: 0;
	font-size: 0;
	line-height: normal;
	margin-left: -3%;
	margin-top: -3%;
}

.biaogan1-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	border-radius: 10px;
	background-color: #f3f6fb;
	padding: 45px 45px 45px 30px;
	min-height: 214px;
}

.biaogan1-ico{
	width: 124px;
	margin-right: 30px;
}

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

.biaogan1-con{
	overflow: hidden;
}

.biaogan1-con h1{
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.biaogan1-con p{
	margin: 0;
	
}
.biaogan1-con-p *{
	line-height: inherit!important;
}
.biaogan1-con-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 15px;
	max-height: 6em;
	overflow-y: auto;
	padding-right: 5px;
}
.biaogan1-con-p::-webkit-scrollbar {
    width: 6px;
}
.biaogan1-con-p::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #666;
}
.biaogan1-con-p::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}
.peixun-list ul{
	margin: 0;
}
.peixun-list li{
	position: relative;
}
.peixun-list li+li{
	margin-top: 70px;
}
.peixun-pic {
	width: 56.5625%;
	position: relative;
	z-index: 15;
}
.peixun-pic .imgbox_a{
	padding-bottom: 55.24861878453039%;
	border-radius: 15px;
}

.peixun-div{
	position: absolute;
	width: 49.125%;
	top: 40px;
	bottom: 40px;
	z-index: 30;
	background-color: #fff;
	box-shadow: 0px 3px 15.68px 0.32px rgba(130, 109, 109, 0.3);
	padding: 50px 65px 0;
}

.peixun-pic.fl+.peixun-div{
	right: 0;
}
.peixun-pic.fr+.peixun-div{
	left: 0;
}

.peixun-h1{
	font-size:28px;
}

.peixun-h1::after{
	display: block;
	content: "";
	width: 2em;
	height: 3px;
	background-color: #b21d20;
	margin-top: 15px;
}

.peixun-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
}
.more1{
	margin-top: 40px;
}
.more1>a{
	display: block;
	width: 177px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #a62629;
	font-size: 14px;
	text-align: center;
	color: #a62629;
	border-radius: 999em;
	transition: .3s;
}

.more1>a:hover{
	background-color: #a62629;
	color: #fff;
}



.main2-item .more1>a{
	color: #696969;
	border: 1px solid #696969;

}
.main2-item:hover .more1>a{
	background-color: #a62629;
	border-color: #a62629;
	color: #fff;
}
.banner-2-wen-en{
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.banner-2-wen-en::before{
	display: block;
	width: 52px;
	height: 5px;
	content: "";
	background-color: #b41d26;
	margin-bottom: 10px;
}
.contact{
	padding: 85px 0 80px;
}
.contact2{
	height: 447px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact1{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/contact1.jpg);
	padding-bottom:55px;
}

.contact-title h1{
	margin: 0;
	font-size: 24px;
	color: #333;
}
.contact-title h2{
	margin: 0;
	font-size: 20px;
	color: #999999;
	font-family: "Georgia";
	margin-top:7px;
}
.contact1-1{
	margin-top: 15px;
}

.contact1-dl{
	margin-top: 60px;
}

.contact1-dl dl{
	margin: 0;
}


.contact1-dl dd+dd{
	margin-top: 25px;
}

.contact1-dl dd{
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left 0;
}

.contact1-dl dd h1{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #b21d20;
	height: 20px;
	line-height: 20px;
}


.contact1-dl dd h2{
	margin: 0;
	font-size: 34px;
	font-weight: bold;
	color: #333;
	font-family: "Arial";
	margin-top: 18px;
	line-height: 1;
}


.contact1-dl dd h3{
	margin: 0;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.contact1-er{
	margin-top: 40px;
}

.contact1-er-img{
	width: 130px;
	margin-right: 22px;
}

.contact1-er-img img{
	display: block;
	width: 100%;
}

.contact1-er-con{
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	height: 130px;
	line-height: 130px;
}


.contact1-2{
	width: 530px;
	background-color: #fff;
	box-shadow: 0px 2px 8.55px 0.45px rgba(187, 187, 187, 0.3);
	padding: 10px 24px 45px;
}

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

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

.contact1-2 dd.langdd{
	width: 97%;
}

.contact1-2-title{
	font-size: 16px;
	color: #333;
	padding-left: 5px;
}

.contact1-2-title i{
	font-style: normal;
	color: #f00;
}

.contact1-2-input{
	margin-top:15px;
}

.contact1-2-input input.form-control{
	height: 50px;
}

.contact1-2-input textarea.form-control{
	height: 100px;
	resize: none;
}

.langdd_yzm{
	padding-right: 170px;
	position: relative;
}
.langdd_yzm .contact1-2-input{
	position: relative;
}
.langdd_yzm .contact1-2-input input.form-control{
	padding-right:112px;
}
.yzmimg{
	position: absolute;
	width: 117px;
	right: 1px;
	top: 1px;
}
.yzmimg img{
	display: block;
	width: 100%;
}
.contact1-2-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 15;
}
.contact1-2-btn input{
	display: block;
	width: 155px;
	height: 50px;
	border: 0;
	background-color: #b21d20;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}
.contact1-2-btn input:hover{
	font-weight: bold;
}
.contact1-2-btn input:focus{
	outline: none;

}

.about1{
	padding:80px 0;
	background-color: #fff;
	background-image: url(../images/about1-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 70%;
}

.about1-pic{
	width: 724px;
	margin-left: 126px;
}
.about1-pic .imgbox_a{
	padding-bottom:54.558%;
	border-radius: 10px;
}
.about1-con{
	overflow: hidden;
	padding-top: 35px;
}

.about1-con .contact-title h1{
	font-size: 30px;
	font-weight: bold;
}

.about1-con-p{
	margin-top:25px;
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	text-indent: 2em;
}


.about1-2{
	margin-top:80px;
	text-align: center;
}
.about1-2 dl{
	margin: 0;
	font-size: 0;
	line-height: normal;
}

.about1-2 dd{
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 80px;
}

.about1-2 dd h1{
	margin: 0;
	font-size: 50px;
	font-weight: bold;
	color: #b21d20;
	line-height: 1;
}

.about1-2 dd h2{
	margin: 0;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.about1-2 dd+dd{
	background-image: url(../images/dd.png);
}

.about2{
	background-color: #f3f6fb;
	padding: 80px 0;
}
.about2-dl{
	background-image: url(../images/about2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 60px;
}
.about2-dl dl{
	margin: 0;
}

.about2-dl dd{
	float: left;
	width: 33.3333333%;
	height: 500px;
	position: relative;
	cursor: pointer;
}
.about2-dl dd+dd{
	border-left:1px solid rgba(255,255,255,0.5);
}
.about2-dl dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/heidi1.png);
	content: "";
	opacity: 1;
	transition: opacity .3s;
}

.about2-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
	padding: 0	25px;
	transition: transform .3s,top .3s;
}

.about2-div img{
	display: block;
	margin:0 auto 30px;
	width: 95px;
}

.about2-div h1{
	margin: 0;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	font-family: "Georgia";
	text-transform: uppercase;
	text-align: center;
}

.about2-div h2{
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 7px;
}

.about2-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
	max-width: 250px;
	margin: 20px auto 0;
	text-align: center;
	display: none;
}

.about2-dl dd:hover::before{
	opacity: 0;
}

.about2-dl dd:hover img{
	display: none;
}
.about2-dl dd:hover h1{
	color: #b21d20;
	opacity: 0.55;
}
.about2-dl dd:hover h2{
	color: #b21d20;
}

.about2-dl dd:hover .about2-con{
	display: block;
}

.about2-dl dd:hover .about2-div{
	transform: translateY(0);
	top: 70px;
}

.about3{
	padding: 85px 0;
	background-color: #fff;
}
.about3-dl{
	margin-top: 50px;
}
.about3-dl dl{
	margin: 0;
	margin-left: -3%;
}

.about3-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	height: 505px;
	background-color: #f3f6fb;
	border-radius: 15px;
	padding: 65px 35px 0;
	transition:box-shadow .3s;
}

.about3-dl dd img{
	display: block;
	margin: 0 auto;
	width: 200px;
}

.about3-con{
	margin-top: 35px;
}

.about3-con h1{
	margin: 0;
	font-size: 24px;
	color: #333;
	text-align: center;
}

.about3-con h1::after{
	display: block;
	content: "";
	width: 24px;
	height: 3px;
	background-color: #b21d20;
	margin: 12px auto 0;
}

.about3-con p{
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: center;
	margin-top: 15px;
}

.about3-dl dd:hover{
	box-shadow: 0px 3px 15.68px 0.32px rgba(130, 109, 109, 0.3);
}
.pp80{
	padding: 80px 0;
}
.gkk1{
	background-color: #fff;
}

.gkk-list ul{
	margin: 0;
}

.gkk-list li{
	float: left;
	width: 16.6667%;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	cursor: pointer;
	position: relative;
	background-color: #f3f6fb;
}
.gkk-list li:first-child{
	margin-left: 33.3334%;
}
.gkk-list li>a{
	display: block;
	height: 100%;
	position: relative;
}
.gkk-list li .imgbox_a{
	padding-bottom: 107.17%;
}
.gkk-list-wp{
	position: relative;
}

.gkk1-title{
	position: absolute;
	width:33.3334%;
	padding: 50px 95px 0 70px;
	left: 0;
	top: 0;
	z-index: 15;
}

.gkk1-title h1{
	margin: 0;
	font-size:28px;
	color: #333;
}

.gkk1-title h1::after{
	display: block;
	width: 35px;
	height: 4px;
	content: "";
	margin-top: 20px;
	background-color: #b21d20;
}

.gkk1-title p{
	margin: 0;
	font-size:16px;
	color: #333;
	line-height: 1.6;
	margin-top: 15px;
}

.gkk1-title p span{
	font-size: 38px;
	color: #b21d20;
	font-weight: bold;
}

.gkk1-hong{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/hongdi.png);
	z-index: 25;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.gkk1-hong-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0	30px;
}

.gkk1-hong-con h1{
	margin: 0;
	font-size:20px;
	color: #fff;
}

.gkk1-hong-con p{
	margin: 0;
	font-size:14px;
	color: #fff;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
	margin-top: 20px;
}

.gkk-list li:hover .gkk1-hong{
	opacity: 1;
	visibility: visible;
}

.gkk1-dl{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	padding:20px 15px 0 22px;
}

.gkk1-dl dl{
	margin: 0;
}

.gkk1-dl dd{
	font-size:14px;
	color: #666;
	padding-left:22px;
	background-repeat: no-repeat;
	background-position: left 19px;
	background-image: url(../images/gkk1-ddbg.png);
}

.gkk1-dl dd span{
	font-size: 24px;
	font-weight: bold;
	color: #b21d20;
}

.gkk1-dl dd+dd{
	margin-top:1px;
}

.gkk1-a{
	font-size: 14px;
	color: #b21d20;
	margin-top: 13px;
	text-align: right;
}

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

.gkk2{
	background-color: #f3f6fb;
}

.gkk .bg-h1{
	padding-bottom: 45px;
}

.gkk2-table table.table{
	margin: 0;
	border: 1px solid #ececec;
}

.gkk2-table table.table tr th{
	height: 54px;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #b21d20;
	font-weight: normal;
}

.gkk2-table table.table tr td{
	height: 54px;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #f3f6fb;
}
.gkk2-table{
	margin: 0!important;
}
.gkk2-table table.table tr td+td{
	border-left: 1px solid #ececec;
}

.gkk2-table .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.gkk2-table-zhu{
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding: 15px;
}
.gkk2-table-zhu i{
	font-style: normal;
	color: #f00;
}

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

.gkk3-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #fff;
	box-shadow: 0px 4px 31.36px 0.64px rgba(196, 196, 196, 0.3);
}

.gkk3-pic{
	width: 340px;
}

.gkk3-pic .imgbox_a{
	padding-bottom: 66.47%;
}

.gkk3-con{
	overflow: hidden;
	padding: 35px 30px 0 35px;
}

.gkk3-con h1{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.gkk3-con h1 a:hover{
	color: #b21d20;
}
.gkk3-tj{
	font-size: 14px;
	color: #333;
	padding:20px 0 12px;
}

.gkk3-tj img{
	margin-top: -3px;
	margin-right:9px;
}

.gkk3-con p{
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	height: 5.4em;
	overflow: hidden;
}

.more1-center a{
	margin: 0 auto;
}

.gkk3 .more1{
	margin-top: 60px;
}

.cehua2{
	background-color: #f3f6fb;
	background-image: url(../images/cehua2-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.cehua1-pic{
	width: 690px;
	margin-right: 70px;
}

.cehua1-pic .imgbox_a{
	padding-bottom: 66.67%;
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
}

.cehua1-con{
	overflow: hidden;
	padding-top: 30px;
}

.cehua1-con h1{
	margin: 0;
	font-size: 28px;
	color: #333;
}

.cehua1-con h1::after{
	display: block;
	width: 60px;
	height: 3px;
	content: "";
	background-color: #b21d20;
	margin-top: 20px;
}

.cehua1-con p{
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 35px;
}
.cehua1-con p strong{
	color: #b21d20;
	display: block;
}
.cehua2-con{
	font-size: 16px;
	color: #484848;
	text-align: center;
	line-height: 2;
	max-width: 690px;
	margin: 15px auto 0;
}
.cehua2-dl{
	margin-top:30px;
}
.cehua2-dl dl{
	margin: 0;
	margin-left: -3%;
}

.cehua2-dl dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	background-color: #fff;
	border-radius: 10px;
	height: 360px;
	padding: 38px 65px 0;
}

.cehua2-dl dd img{
	display: block;
	margin: 0 auto;
	width: 124px;
}

.cehua2-dl dd h1{
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 25px 0 20px;
}

.cehua2-dl dd p{
	margin: 0;
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 2;
}
.cehua2-img{
	margin-top: 75px;
}
.cehua2-img img{
	display: block;
	margin: 0 auto;
}

.cehua3-img{
	margin-top: 45px;
}
.cehua3-img img{
	display: block;
	margin: 0 auto;
}

.dazao2-dl{
	margin-top:60px;
}


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

.dazao2-dl dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	border-radius: 25px;
	overflow: hidden;
}

.dazao2-1{
	height: 215px;
	position: relative;
}

.dazap2-1-con{
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding: 0	25px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
}
.dazap2-1-con p{margin: 0}
.dazao2-2{
	font-size: 28px;
	color: #fff;
	background-color: #a82023;
	height: 75px;
	line-height: 75px;
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.dazao3-img{
	margin-top:50px;
}

.dazao3-img img{
	display: block;
	margin: 0 auto;
}
.dazao3-dl{
	padding-top: 50px;
}
.dazao3-dl dl{
	margin: 0;
	margin-left: -5%;
}

.dazao3-dl dd{
	float: left;
	width: 28.333333333%;
	margin-left: 5%;
	margin-top: 20px;
}

.dazao3-pic .imgbox_a{
	padding-bottom: 63.87%;
	border-radius: 20px;
}

.dazao3-h1{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.dazao3-dl dd:hover .dazao3-h1{
	color: #a82023;
}


.sxy2{
	background-color: #f3f6fb;
}



.sxy4{
	background-color: #f3f6fb;
}

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

.sxy5-div{
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.sxy5-div-con{
	font-size: 18px;
	color: #fff;
	line-height: 2;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.sxy5-img{
	width: 175px;
	margin-right: 33px;
	display: inline-block;
	vertical-align: middle;
}

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

.bg-h2{
	font-size: 18px;
	font-weight: bold;
	color: #b21d20;
	text-align: center;
	margin-top: 15px;
}
.sxy4-list{
	margin-top: 60px;
}
.sxy4-list .item .imgbox_a{
	padding-bottom: 177.857%;
	border-radius: 10px;
}


.sxy4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/bqq-left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.sxy4-list .owl-nav button.owl-next{
    position: absolute;
    right:-60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/bqq-right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}






.sxy3{
	background-image: url(../images/sxy3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 765px;
	position: relative;
}
.sxy3 .bg-h1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 75px;
}
.sxy3-dl{
	position: relative;
	height: 100%;
}
.sxy3-dl dl{
	margin: 0;
}

.sxy3-dl dd{
	position: absolute;
	font-size: 14px;
	color: #333;
	line-height:24px;
}
.sxy3-dl dd span{
	font-size: 20px;
	color: #b21d20;
	font-weight: bold;
	display: none;
	padding-right: 10px;
}
.sxy3-dl dd:nth-child(1){
	width: 420px;
	left: 0;
	top: 300px;
	text-align: right;

}

.sxy3-dl dd:nth-child(2){
	width: 420px;
	left: 0;
	top: 418px;
	text-align: right;

}

.sxy3-dl dd:nth-child(3){
	width: 384px;
	right: 0;
	top: 243px;

}

.sxy3-dl dd:nth-child(4){
	width: 384px;
	right: 0;
	top: 353px;

}

.sxy3-dl dd:nth-child(5){
	width: 384px;
	right: 0;
	top: 469px;

}
.sxy1-dl{
	padding-top: 55px;
}
.sxy1-dl dl{
	margin: 0;
	margin-left: -3%;
}

.sxy1-dl dd{
	float: left;
	width: 17%;
	margin-left: 3%;
	padding-top:55px;
	position: relative;
}
.sxy1-ico{
	position: absolute;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	left: 50%;
	margin-left: -55px;
	top: 0;
	z-index: 50;
	transition: background-image .3s;
}
.sxy1-ico1{background-image: url(../images/sxy1-ico1.png);}
.sxy1-ico2{background-image: url(../images/sxy1-ico2.png);}
.sxy1-ico3{background-image: url(../images/sxy1-ico3.png);}
.sxy1-ico4{background-image: url(../images/sxy1-ico4.png);}
.sxy1-ico5{background-image: url(../images/sxy1-ico5.png);}
.sxy1-div{
	height: 287px;
	background-color: #f3f6fb;
	border-radius: 15px;
	text-align: center;
	padding: 83px 25px 0;
	position: relative;
	z-index: 15;
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: background-image .3s,box-shadow .3s;
	background-image: url(../images/sxy1-bgk.png);
}

.sxy1-div h1{
	margin: 0;
	font-size:20px;
	color: #333;
	font-weight: bold;
}

.sxy1-div p{
	margin: 0;
	font-size:14px;
	color: #666;
	line-height: 1.8;
	margin-top: 15px;
	text-align: left;
}







.sxy1-dl dd:hover .sxy1-ico1{background-image: url(../images/sxy1-ico1h.png);}
.sxy1-dl dd:hover .sxy1-ico2{background-image: url(../images/sxy1-ico2h.png);}
.sxy1-dl dd:hover .sxy1-ico3{background-image: url(../images/sxy1-ico3h.png);}
.sxy1-dl dd:hover .sxy1-ico4{background-image: url(../images/sxy1-ico4h.png);}
.sxy1-dl dd:hover .sxy1-ico5{background-image: url(../images/sxy1-ico5h.png);}

.sxy1-dl dd:hover .sxy1-div{
	background-image: url(../images/sxy1-bg.png);
	box-shadow: 0px 2px 17.64px 0.36px rgba(95, 7, 9, 0.3);
}

.sxy2-div{
	margin-top: 35px;
}


.sxy2-pic{
	width: 585px;

}

.sxy2-pic img{
	display: block;
	width: 100%;
}

.sxy2-con{
	width:850px;
	margin-top: 40px;
}

.sxy2-title{
	font-size: 24px;
	color: #333;
	padding-left: 33px;
}

.sxy2-title img{
	margin-top: -3px;
	margin-right:8px;
}

.sxy2-dl dl{
	margin: 0;
	padding-top: 10px;
}

.sxy2-dl dd{
	background-color: #fff;
	border-radius: 15px;
	margin-top:30px;
	padding: 20px 32px;
	transition: box-shadow .3s;
}

.sxy2-dl dd h1{
	margin: 0;
	font-size:20px;
	font-weight: bold;
	color: #333;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/h1.png);
}


.sxy2-dl dd p{
	margin: 0;
	font-size:16px;
	color: #333;
	margin-top:15px;
}

.sxy2-dl dd p span{
	font-size: 35px;
	font-weight: bold;
	color: #b21d20;
	line-height: 1;
}

.sxy2-dl dd:hover{
	box-shadow: 0px 2px 15.68px 0.32px rgba(79, 16, 18, 0.3);
}

.zixun1-1{
	padding: 75px 0 0 ;
}
.zixun1-1 .erji-nav2 dd>a{font-size: 16px;}

.zixun1-1 .erji-nav2 dl{
	display: flex;
	justify-content: space-between;
}
.zixun1-1 .erji-nav2 dd{
	display: block;
}
.zixun1-1 .erji-nav2 dd+dd{
	margin-left: 0;
}

#zixun1-dl{
	margin-top: 30px;
}

.zixun1-2{
	background-image: url(../images/zixun1-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 90px 0 70px;
	box-shadow: 0px 2px 15.36px 4px rgba(113, 96, 96, 0.2) inset;
}

.zixun1-2-pic{
	width: 815px;
	margin-right:50px;

}


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

.zixun1-2-con{
	padding-top:80px;
	overflow: hidden;
}

.zixun1-2-h1{
	font-size:20px;
	color: #333;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
}

.zixun1-2-h1::before{
	position: absolute;
	left: 0;
	top: 5px;
	width: 3px;
	height: 18px;
	content: "";
	background-color: #b21d20;
}

.zixun1-2-p{
	font-size:14px ;
	line-height: 2;
	color: #333;
	margin-top: 22px;
}

.zixun1-2-div{
	display: none;
}


.zixun1-2-div:first-child{
	display: block;
}
.zixun2-dl{
	margin-top: 55px;
}
.zixun2-dl dl{
	margin: 0;
	margin-left: -3%;
}

.zixun2-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	border-radius: 15px;
	overflow: hidden;
}

.zixun2-pic .imgbox_a{
	padding-bottom: 36%;
}

.zixun2-con{
	height: 260px;
	text-align: center;
	padding: 88px 15px 15px;
	position: relative;
	z-index: 25;
	background-color: #f3f6fb;
}
.zixun2-con h1{
	margin: 0;
	font-size:20px;
	color: #333;
	font-weight: bold;
}
.zixun2-con p{
	margin: 0;
	font-size:14px;
	color: #333;
	line-height: 2;
	margin-top: 15px;
	    display: inline-block;
    text-align: left;
}
.zixun2-ico{
	position: absolute;
	width: 124px;
	left: 50%;
	margin-left: -62px;
	top: -62px;
}

.zixun3 .bg-h1{
	padding-bottom: 45px;
}

.zixun3-div{
	position: relative;
}


.zixun3-divx{
	display: none;

}
.zixun3-divx:first-child{
	display: block;
}
.zixun3-menu{
	width: 38%;
	height:638px;
	position: relative;
}

.zixun3-menu-item{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	transition:right .3s;
}
.zixun3-menu-item::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 191px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/zixun3-hei.png);
	z-index: 10;
	content: "";
}
.zixun3-menu-item h1{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	left: 0;
	bottom: 40px;
	margin: 0;
	z-index: 20;
}
.zixun3-menu-item.cur{
	right: 50%;
}

.zixun3-divx-wp{
	overflow: hidden;
	height: 638px;
	background-image: url(../images/zixun3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	padding-left: calc((100% - 1600px)/2);
	overflow: auto;
	padding-top: 50px;
	padding-right: 80px;
}

.zixun3-title h1{
	margin: 0;
	font-size:20px;
	color: #b21d20;
	font-family: 'Georgia';
	text-transform: uppercase;
}

.zixun3-title h2{
	margin: 0;
	font-size:24px;
	color: #333;
	padding:8px 0 20px;
}
.zixun3-title::after{
	display: block;
	width: 32px;
	height: 3px;
	content: "";
	background-color: #b21d20;
}

.zixun3-divx-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding:25px 0 30px;
}

.zxico2{
	display: block;
	margin: 0px auto;
}

.zxico1{
	margin-top: -3px;
	margin-right: 7px;
}

.zixun3-divx .gkk2-table table.table tr td{
	height:220px;
	vertical-align: top;
	padding-top: 25px;
	line-height: 2.2;
	font-size: 14px;
	color: #666;
}

.erji-nav2.erji-nav2-flex dl{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.erji-nav2.erji-nav2-flex dd+dd {
    margin-left: 0px;
}

.erji-nav2.erji-nav2-flex dd>a{
	font-size: 16px;
}

.dingzhi1-1{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/dingzhi1-1-bg.png);
}

.dingzhi1-2-dl{
	padding-top: 60px;
}
.dingzhi1-2-dl dl{
	margin: 0;
	margin-left: -3%;
}

.dingzhi1-2-dl dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	background-color: #fff;
	border-radius: 10px;
	padding: 60px;
	height:440px;
	text-align: center;
}

.dingzhi1-2-dl dd img{
	display: block;
	margin: 0 auto;
	width: 124px;
}

.dingzhi1-2-dl dd h1{
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 25px 0 30px;
}

.dingzhi1-2-dl dd p{
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 2;
	    text-align: justify;
}


.dingzhi1-3-item-wp{
	margin-top: 60px;
}
.dingzhi1-3-item{
	width: 48.5%;
	min-height: 385px;
	border-radius: 10px;
	background-color: #f3f6fb;
	padding: 45px;
	padding-left: 135px;
	background-repeat: no-repeat;
	background-position: 25px 48px;
}

.dingzhi1-3-con h1{
	margin: 0;
	font-size:20px;
	color: #333;
	font-weight: bold;
}

.dingzhi1-3-con p{
	margin: 0;
	font-size:14px;
	color: #333;
	line-height: 1.6;
	margin-top: 15px;
}

.dingzhi1-3-list1{
	margin-top: 30px;
}

.dingzhi1-3-list1 ul{
	margin: 0;
	margin: 0 -18px;
}

.dingzhi1-3-list1 li{
	float: left;
	width: 25%;
	padding: 0	18px;
}

.dingzhi1-3-li{
	background-color: #fff;
	padding: 15px 25px;
	text-align: center;
	position: relative;
}
.dingzhi1-3-li::before{
	position: absolute;
	width: 36px;
	top: 0;
	bottom: 0;
	background-image: url(../images/jiao.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	right: 100%;
}
.dingzhi1-3-list1 li:first-child .dingzhi1-3-li::before{
	display: none;
}
.dingzhi1-3-li h1{
	margin: 0;
	font-size: 16px;
	color: #b21d20;
	font-weight: bold;
	border-bottom: 1px solid #b21d20;
	padding-bottom: 12px;
}

.dingzhi1-3-li dl{
	margin: 0;
	padding-top: 3px;
}
.dingzhi1-3-li dd{
	margin-top: 9px;
	font-size: 14px;
	color: #666;
}

.dingzhi1-3-list2 dl{
	margin: 0;
	padding-top: 22px;
}

.dingzhi1-3-list2 dd{
	background-color: #fff;
	padding:12px 15px 12px 85px;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: 30px 6px;
}









.ding1-4.pp80{
	padding-top: 0;
}

.dingzhi1-4-img{
	margin-top: 65px;
}

.dingzhi1-4-img img{
	display: block;
	margin: 0 auto;
}
.dingzhi2 .dingzhi2-2-dd{
	text-align: center;
}
.ding2-4{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/dingzhi2-4-bg.jpg);
}


.ding2-4 .container{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dingzhi2-4-bg2.jpg);
}

.dingzhi2-4-item{
	width: 45%;
}

.dingzhi2-4-item .bg-h1{
	text-align: left;
}

.dingzhi2-4-p{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 10px;
}

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

.dingzhi2-2-list dd{
	float: left;
	padding-top: 55px;
	position: relative;
	width:22%;
	margin-left: 3%;
	text-align: center;
}

.dingzhi2-2-list{
	padding-top: 60px;
}

.dingzhi2-2-dd{
	font-size: 14px;
	color: #333;
	text-align: justify;
	height: 165px;
	position: relative;
	z-index: 15;
	background-color: #fff;
	border-radius: 15px;
	padding: 85px 20px 20px;
	transition: box-shadow .3s;
	background-repeat: no-repeat;
	background-position: right bottom;

}

.dingzhi2-2-num{
	position: absolute;
	width: 110px;
	height: 110px;
	line-height: 103px;
	background-color: #696969;
	border-radius: 50%;
	left: 50%;
	margin-left: -55px;
	top: 0;
	z-index: 25;
	font-size: 36px;
	color: #fff;
	transition: background-color .3s;

	text-align: center;
}

.dingzhi2-2-list dd:hover .dingzhi2-2-dd{
	box-shadow: 0px 2px 17.64px 0.36px rgba(95, 7, 9, 0.3);
	background-image: url(../images/dingzhi2-2-ico.jpg);
}
.dingzhi2-2-list dd:hover .dingzhi2-2-num{
	background-color: #b21d20;
}
.ding2-5-table{
	margin-top: 50px;
}
.ding2-5 .gkk2-table table.table{
	/*table-layout:fixed;*/
}


.pxfs{
	font-size: 16px;
	color: #333;
	line-height: 2.4;
}
.dingzhi2-3{
	background-repeat: no-repeat;
	background-position: center;

	background-image: url(../images/dingzhi2-3-bg.jpg);
}

.dingzhi2-3-div{
	margin-top: 60px;
}

.dingzhi2-3-pic{
	width:534px;
	margin-left: 82px;
	margin-right: 125px;
}

.dingzhi2-3-pic img{
	display: block;
	width: 100%;
}

.dingzhi2-3-dl{
	overflow: hidden;
	padding-top: 25px;
}

.dingzhi2-3-dl dl{
	margin: 0;
}

.dingzhi2-3-dl dd{
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 35px 30px 20px;
}

.dingzhi2-3-dd{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-right: 40px;
	position: relative;
}
.dingzhi2-3-dd-jt{
	position: absolute;
	width: 27px;
	height: 27px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-size: 100%;
	background-image: url(../images/jt.png);
	cursor: pointer;
	transition: background-image .3s;
}
.dingzhi2-3-dd span{
	color: #b21d20;
	padding-right: 13px;
}

.dingzhi2-3-dd-jt.cur{
	background-image: url(../images/jth.png);

}
.dingzhi2-3-ul{

	padding-left: 38px;
	padding-top:5px;
	display: none;
}
.dingzhi2-3-ul ul{
	margin: 0;
}

.dingzhi2-3-ul li{
	float: left;
	font-size: 14px;
	color: #666;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.png);
	margin-right: 40px;
	margin-top: 10px;
}

.dingzhi3-3-img img{
	display: block;
	margin: 0 auto;
}

.dingzhi5-2 .dingzhi2-2-list dd{
	width: 30.33333%;
}

.dingzhi5-5-img{
	margin-top: 50px;
}

.dingzhi5-5-img img{
	display: block;
	margin: 0 auto;
}

.dingzhi5-4{
	background-color: #bc272a;
	padding-top: 50px;
}

.dingzhi5-4-pic{
	width: 360px;
	margin-right: 175px;
	margin-left: 238px;
	margin-bottom: -90px;
}

.dingzhi5-4 .dingzhi2-4-item{
	overflow: hidden;
	padding-top: 30px;
	width: auto;
}

.dingzhi5-4 .bg-h1{
	color: #fff;
}

.dingzhi5-4 .dingzhi2-4-p{
	color: #fff;
}

.dingzhi6-2 .dingzhi2-2-list dd{
	width: 17%;
}

.dingzhi6 .dingzhi6-2 .dingzhi2-2-dd{
	height: 190px;
}


.dingzhi5 .dingzhi2-2-dd{
	height: 140px;
	text-align: center;
}






/*

.dingzhi3 .dingzhi6-2 .dingzhi2-2-dd{
	height: 215px;
}*/


.dingzhi6-4 .dingzhi5-4-pic{
	width: 314px;
	margin-right: 120px;
	margin-bottom: -125px;
}

.ding6-5{
	padding:190px 0 70px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/dingzhi6-5-bg.jpg);
}

.dingzhi6-5-pic{
	width: 336px;
	margin-left: 120px;
	margin-right:90px ;
}

.dingzhi6-5-pic img{
	display: block;
	width: 100%;
}
.dingzhi6-5-title{
	margin-left: 95px;
}
.dingzhi6-5-title h1{
	margin: 0;
	font-size: 55px;
	font-family: 'Georgia';
	text-transform: uppercase;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	color: #b21d20;
	opacity: 0.1;
}

.dingzhi6-5-title h2{
	margin: 0;
	font-size: 28px;
	color: #333;
	width: 1em;
}

.dingzhi6-5-con{
	overflow: hidden;
}


.dingzhi6-5-con-title{
	font-size:14px;
	color: #999;
	padding-bottom: 22px;
	border-bottom: 1px solid #e9e9e9;
}

.dingzhi6-5-con-title span{
	font-size: 24px;
	color: #b21d20;
	font-weight: bold;
	padding: 0 20px 0 10px;
}

.dingzhi6-5-dl{
	padding: 20px 0;
}
.dingzhi6-5-dl dl{
	margin: 0;
	
}

.dingzhi6-5-dl dd{
	font-size: 16px;
	color: #333;
	padding-left: 38px;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: 12px 7px;
	background-image: url(../images/dian2.png);
}

.dingzhi6-5-dl dd+dd{
	margin-top: 12px;
}

.dingzhi6-5-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.ding6-6 .dingzhi2-4-item{
	width: 100%;

}

.ding6-6 .dingzhi2-4-item .bg-h1{
	text-align: center;
}

.ding6-6 .dingzhi2-4-item .dingzhi2-4-p{
	text-align: center;
}

.ding2-4.ding6-6 .container{background-image: none;}





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

.rencai1-1{
	width: 382px;
	margin-right: 145px;
}

.rencai1-1 img{
	display: block;
	width: 100%;
}

.rencai1-2{
	overflow: hidden;
	padding-top:25px;
}

.rencai-con h1{
	margin: 0;
	font-size:28px;
	font-weight: bold;
	color: #fff;
}

.rencai-con p{
	margin: 0;
	font-size:14px;
	color: #fff;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin:25px 0 50px;
}
.rencai1 .more1{
	margin-top: 0px;
}
.rencai1 .more1>a{
	background-color: #fff;
	border-color: #fff;
	color: #b21d20!important;
	font-size: 16px;
}
.rencai1 .more1>a:hover{
	font-weight: bold;
}


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

.rencai2-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	padding-top: 65px;
	position: relative;
}
.rencai2-ico{
	position: absolute;
	width: 130px;
	height: 130px;
	z-index: 25;
	top: 0;
	left: 50%;
	margin-left: -65px;
	background-size: 100%;
	transition: background-image .3s;
}


.rencai2-ico1{background-image: url(../images/rencai2-ico1.png);}
.rencai2-ico2{background-image: url(../images/rencai2-ico2.png);}
.rencai2-ico3{background-image: url(../images/rencai2-ico3.png);}
.rencai2-ico4{background-image: url(../images/rencai2-ico4.png);}






.rencai2-dd{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 31.36px 0.64px rgba(196, 196, 196, 0.3);
	padding: 100px 25px 25px;
	height: 250px;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/rencai2-bgk.png);
	transition: background-image .3s;
}

.rencai2-dd h1{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.rencai2-dd p{
	margin: 0;
	line-height: 1.8;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 15px;
}

.rencai2-dl dd:hover .rencai2-dd{
	background-image: url(../images/rencai2-bg.png);
}
.rencai2-dl dd .rencai2-ico1{background-image: url(../images/rencai2-ico1h.png);}
.rencai2-dl dd .rencai2-ico2{background-image: url(../images/rencai2-ico2h.png);}
.rencai2-dl dd .rencai2-ico3{background-image: url(../images/rencai2-ico3h.png);}
.rencai2-dl dd .rencai2-ico4{background-image: url(../images/rencai2-ico4h.png);}

.rencai3{
	background-color: #f3f6fb;
}
.rencai3-dl{
	padding-top: 50px;
}
.rencai3-dl dl{
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}
.rencai3-dl dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}
.rencai3-dl dd>a{
	display: block;
	height: 200px;
	background-color: #fff;
	box-shadow: 0px 4px 31.36px 0.64px rgba(196, 196, 196, 0.3);
	padding: 35px 30px 20px 50px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left 0;
	background-image: url(../images/rencai3-bgk.png);
	transition: background-image .3s,background-color .3s;
}

.rencai3-ico{
	position: absolute;
	width: 65px;
	height: 65px;
	background-size: 100%;
	right: 15px;
	top: 15px;
	transition: background-image .3s;

}
.rencai3-ico1{background-image: url(../images/rencai3-ico1.png);}
.rencai3-ico2{background-image: url(../images/rencai3-ico2.png);}
.rencai3-ico3{background-image: url(../images/rencai3-ico3.png);}
.rencai3-ico4{background-image: url(../images/rencai3-ico4.png);}
.rencai3-ico5{background-image: url(../images/rencai3-ico5.png);}
.rencai3-ico6{background-image: url(../images/rencai3-ico6.png);}
.rencai3-dl dd>a h1{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-left: 30px;
	position: relative;
	transition: color .3s;
}

.rencai3-dl dd>a h1::before{
	position: absolute;
	left: 0;
	width: 22px;
	height: 4px;
	background-color: #b21d20;
	content: "";
	top: 10px;
	transition: background-color .3s;
}

.rencai3-ul{
	padding-top: 12px;
}
.rencao3-li{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	margin-top: 5px;
	transition: color .3s;
}

.rencai3-li-con{
	overflow: hidden;
}


.rencai3-dl dd>a:hover{
	background-color: #b21d20;
	background-image: url(../images/rencai3-bg.png);
}

.rencai3-dl dd>a:hover h1{color: #fff;}
.rencai3-dl dd>a:hover h1::before{background-color: #fff;}
.rencai3-dl dd>a:hover .rencao3-li{color: #fff;}

.rencai3-dl dd>a:hover .rencai3-ico1{background-image: url(../images/rencai3-ico1h.png);}
.rencai3-dl dd>a:hover .rencai3-ico2{background-image: url(../images/rencai3-ico2h.png);}
.rencai3-dl dd>a:hover .rencai3-ico3{background-image: url(../images/rencai3-ico3h.png);}
.rencai3-dl dd>a:hover .rencai3-ico4{background-image: url(../images/rencai3-ico4h.png);}
.rencai3-dl dd>a:hover .rencai3-ico5{background-image: url(../images/rencai3-ico5h.png);}
.rencai3-dl dd>a:hover .rencai3-ico6{background-image: url(../images/rencai3-ico6h.png);}


.rencai4-1-1{
	width: 338px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.rencai4-1-1 img{
	display: block;
	width: 100%;
	margin-bottom:20px;
}
.rencai4-1-2{
	width: 1132px;
	padding-top: 25px;
}

.rencai4-1-2-item{
	width: 47%;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0px 4px 31.36px 0.64px rgba(196, 196, 196, 0.3);
}


.rencai4-1-2-item .rencai-con h1{color: #333;font-size: 20px;text-align: left;}
.rencai4-1-2-item .rencai-con h1::after{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #dadada;
	content: "";
	margin-top: 16px;
}
.rencai4-1-2-item .rencai-con p{margin-top: 20px;color: #666;margin-bottom: 0;text-align: left;}


.rencai4-2{
	margin-top: 35px;
}

.rencai4-2-1{
	width: 617px;
	margin-top: 75px;
}
.rencai4-2-1 img{
	display: block;
	width: 100%;
}

.rencai4-2-2{
	width: 800px;
	background-color: #fff;
	box-shadow: 0px 4px 31.36px 0.64px rgba(196, 196, 196, 0.3);
}
.rencai4-2-2 .rencai3-dl{
	padding-top: 0;
}
.rencai4-2-2 .rencai3-dl dl{
	margin-left: 0;
	margin-top: 0;
}
.rencai4-2-2 .rencai3-dl dd{
	margin-left: 0;
	margin-top: 0;
	width: 50%;
	float: left;
}
.rencai4-2-2 .rencai3-dl dd>a{
	height: 180px;
	background-position: right top;
	box-shadow: none;
	
}
.rencai4-2-2 .rencai3-dl dd{
	border-top: 1px solid #e6e6e6;
}
.rencai4-2-2 .rencai3-dl dd:nth-child(even){
	border-left: 1px solid #e6e6e6;
}
.rencai4-2-2 .rencai3-dl dd:first-child,
.rencai4-2-2 .rencai3-dl dd:first-child+dd{
	border-top: 0;
}
.rencai4-2-2 .rencai3-dl dd>a:hover{
	background-image: url(../images/rencai3-bg2.png);
}
.rencai4-2-2 .rencai3-dl dd>a h1{font-weight: normal;padding-left: 0;}

.rencai4-2-2 .rencai3-dl dd>a h1::before{display: none;}







.rencai5{
	background-color: #f3f6fb;

}

.rencai5-dl{
	padding-top: 50px;
}

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

.rencai5-dl dd{
	float: left;
	width: 13.666667%;
	margin-left: 3%;
}
.rencai5-dl dd>a{
	display: block;
	height: 290px;
	background-color: #fff;
	box-shadow: 0px 2px 9.8px 0.2px rgba(78, 55, 56, 0.15);
	border-radius: 5px;
	padding: 35px 20px 15px;
	transition: background-color .3s,background-image .3s;
	background-image: url(../images/rencai5-bgk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.rencai5-dl dd h1{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	transition: color .3s;
}

.rencai5-dl dd h1::after{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #b21d20;
	margin: 13px auto 0;
	content: "";
	transition: background-color .3s;
}

.rencai5-dl dd ul{
	margin: 0;
	padding-top: 15px;
}
.rencai5-dl dd li{
	margin-top:10px;
	padding-left:10px;
	background-image: url(../images/dian14.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	transition: color .3s,background-image .3s;

}

.rencai5-dl dd:hover a{
	background-color: #b21d20;
	background-image: url(../images/rencai5-bg.png);
}
.rencai5-dl dd:hover h1{color: #fff;}
.rencai5-dl dd:hover h1::after{background-color: #fff;}
.rencai5-dl dd:hover li{color: #fff;background-image: url(../images/dian14h.png);}




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

.rencai6-p{
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}


.rencai6 .more1{

	margin-top: 30px;
}
.rencai6 .more1>a{
	background-color: #fff;
	border-color: #fff;
	color: #b21d20!important;
	margin: 0 auto;
	font-size: 16px;
}
.rencai6 .more1>a:hover{
	font-weight: bold;
}


.rencai7{
	background-image: url(../images/rencai7-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}



.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
	font-family: "Microsoft Yahei"!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#c90304;
}

.dan-a a:hover{
	color:#b21d20;
}


.xinwen01-list dl{
	margin: 0;
}

.xinwen01-list dd+dd{
	margin-top: 45px;
}

.xinwen01-pic{
	width: 340px;
	margin-right:50px;
}

.xinwen01-pic .imgbox_a{
	padding-bottom:66.47%;
}

.xinwen01-con{
	overflow: hidden;
	padding-top: 20px;
	height: 226px;
	border-bottom: 1px solid #e2e2e2;
}

.xinwen01-date{
	font-size: 14px;
	color: #666;
}
.xinwen01-date::before{
	display: inline-block;
	content: "";
	background-color: #b21d20;
	width: 15px;
	height: 2px;
	margin-right: 11px;

}

.xinwen01-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 15px 0 12px;
}

.xinwen01-h1 a:hover{
	color: #b21d20;
}

.xinwen01-con p{
	margin: 0;
	font-size:14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.xinwen01-a{
	padding-left:45px;
	font-size: 14px;
	color: #999;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/xinwen01-ico1.png);
	margin-top: 25px;
}

.xinwen01-a a:hover{
	color: #b21d20;
}

.xinwen01-a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 7px;
}



.shizi-list dl{
	margin: 0;
}

.shizi-list dd+dd{
	margin-top: 25px;
}

.shizi-list dd{
	background-color: #fafafa;
}

.shizi-pic{
	width: 265px;
}

.shizi-pic .imgbox_a {
    padding-bottom: 107.17%;
}

.shizi-con{
	overflow: hidden;
	padding: 50px 50px 0;
}

.shizi-con h1{
	margin: 0;
	font-size: 24px;
	color: #333;
}

.shizi-con p{
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 15px;
}


.pce{
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 955;
	width: 46px;
	display: none;
}

.pce dl{
	margin: 0;
}
.pce dd{
	position: relative;
}
.pce dd+dd{
	margin-top:1px;
}

.pce dd>a{
	display: block;
	height: 46px;
	background-color: #535353;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .3s;
}

.pce dd>a:hover{
	background-color: #b21d20;
}

.pce dd>a#totop{
	background-color: #c7c7c7;
	background-image: url(../images/p-ico0.png);
	transition: background-color .3s,background-image .3s;
}

.pce dd>a#totop:hover{
	background-color: #b21d20;
	background-image: url(../images/p-ico0h.png);
}
.pce dd:hover .pce-phone-wp{
	display: block;
}
.pce dd:hover .pce-er{
	display: block;
}
.pce-phone-wp{
	position: absolute;
	width: 280px;
	right: 47px;
	padding-right: 1px;
	top: 50%;
	transform: translateY(-50%);
	display: none;

}
.pce-phone{
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
	padding: 20px;
}

.pce-phone h1{
	margin: 0;
	font-size: 20px;
	color: #333;
}

.pce-phone h2{
	margin: 0;
	font-size: 18px;
	color: #b21d20;
	font-weight: bold;
	margin-top: 15px;
}

.pce-er{
	position: absolute;
	width: 100px;
	right: 47px;
	bottom: 0;
	border: 1px solid #ddd;
	display: none;
}
.pce-er img{
	display: block;
	width: 100%;
}


.rencai-tc-wp{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1050;
	background-color: rgba(0,0,0,0.6);
	display: none;
	overflow: auto;
}

.rencai-tc{
	position: absolute;
	width: 530px;
	height: 570px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 25;
	background-image: url(../images/tc-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	padding: 40px 28px 0;
}

.rencai-close{
	position: absolute;
	width: 30px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.rencai-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.rencai-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.rencai-tc-h1{
	font-size: 26px;
	color: #b21d20;
	text-align: center;
}

.rencai-tc-form{
	margin-top: 25px;
}

.rencai-tc-li{
	margin-bottom: 30px;
}
.rencai-tc-li .form-control{
	background-color: transparent;
}

.rencai-tc-btn{
	margin-top:40px;
}

.rencai-tc-btn input{
	display: block;
	width: 155px;
	height: 50px;
	background-color: #b21d20;
	color: #fff;
	border-radius: 5px;
	border: 0;
	margin: 0 auto;
}

.rencai-tc-btn input:focus{
	outline: none;
}

.gkk3-con-uul{
	padding-top: 8px;
}
.gkk3-con-lli{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 12px;
	max-height: 3.2em;
	overflow: hidden;
}