/**************************************/
/*************[公用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: relative;
	height: 104px;
	padding: 0 50px;
	background-color: #fff;
	z-index: 999;
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.logo{
	width: 364px;
	margin-top: 23px;
}

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

.hmenu{
	width: 16px;
	cursor: pointer;
	margin-top: 50px;
}

.hmenu img{
	display: block;
	width: 100%;
}

.search{
	width: 15px;
	cursor: pointer;
	margin-top: 48px;
	margin-right: 26px;
	margin-left: 70px;
}

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

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	text-align: center;
	position: relative;
}
.nav>ul>li+li{
	margin-left:40px;
}
.nav-item{
	display: block;
	position: relative;
	height: 104px;
	padding-top: 33px;
}
.nav-item::after{
	position: absolute;
	width: 32px;
	height: 4px;
	border-radius: 4px;
	background-color: #a91910;
	content:"";
	left: 50%;
	margin-left: -16px;
	bottom: 3px;
	opacity: 0;
}
.nav-item1{
	font-size: 18px;
	color: #222;
}

.nav-item2{
	font-size: 12px;
	color: #666666;
}

.nav-item:hover .nav-item1{color: #a91910;}
.nav-item:hover .nav-item2{color: #a91910;}

.nav>ul>li.cur .nav-item1{color: #a91910;}
.nav>ul>li.cur .nav-item2{color: #a91910;}

.nav>ul>li.cur .nav-item::after{
	opacity: 1;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	width: 120px;
	margin-left: -60px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #a91910;
	color: #fff;
}

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





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

#main{

}

.fafa .flex-control-paging li a{
	width: 22px;
	height: 22px;
}

.main1{
	background-image: url(../images/main1-bg.jpg);
	padding: 80px 0 90px;
}
.mm45{
	margin-top: 45px;
}
.main1-div{
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
	background-image: url(../images/main1-div-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.main1-pic{
	width: 50%;
}
.main1-pic .imgbox_a{
	padding-bottom: 63.06%;
}


.main1-con{
	padding: 60px 40px 0;
	overflow: hidden;
}

.main1-h1{
	font-size: 18px;
	color: #c8141d;
}

.main1-h2{
	font-size: 32px;
	color: #222;
	margin-top: 15px;
}
.main1-p{
	font-size: 16px;
	color: #666;
	margin-top: 35px;
	line-height: 2;
	height:6em;
	overflow: hidden;
}

.more33{
	margin-top: 70px;
}

.more33 a{
	display: block;
	width: 156px;
	height: 46px;
	line-height: 46px;
	background-image: url(../images/more33.png);
	background-size: 100%;
	color: #fff;
	font-size: 16px;
	padding-left: 28px;
}
.more33 a:hover{
	font-weight: bold;
}

.main2{
	background-image: url(../images/main2-bg.jpg);
	padding: 85px 0 60px;
}

.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	float: left;
	width: 20%;

}

.main2-dl dd+dd{
	padding-left: 3px;
}

.main2-item{
	display: block;
	height: 476px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.main2-item::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/heidi1.png);
	content:"";
	z-index: 5;
	height: 100%;
}

.main2-item-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 45px;
	padding: 0 30px;
	z-index: 15;
	transition: bottom .3s;
}
.main2-item:hover .main2-item-con{
	bottom: 60px;
}
.main2-ico{
	width: 37px;
}

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

.main2-h1{
	font-size: 24px;
	color: #fff;
	margin:15px 0;
}

.main2-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	opacity: 0.8;
}


.main3{
	background-image: url(../images/main3-bg.jpg);
	padding: 85px 0 70px;
}

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

.main3-menu-item{
	float: left;
	cursor: pointer;
	font-size: 18px;
	color: #222;
	position: relative;
	padding-bottom: 14px;
}
.main3-menu-item::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #a91910;
	content:"";
	opacity: 0;
}
.main3-menu-item+.main3-menu-item{
	margin-left: 40px;
}
.main3-menu-item.cur{color: #a91910;font-weight: bold;}
.main3-menu-item.cur::after{
	opacity: 1;
}

.main3-menu{
	margin-top: 15px;
}


.main4{
	background-image: url(../images/main4-bg.jpg);
	padding: 80px 0 60px;
}


.main4 .tuandui-list{
	padding-top: 15px;
}



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





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

#footer{
	background-image: url(../images/footer-bg.jpg);
}

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


.foo1-nav ul{
	margin:0;
}

.foo1-nav li{
	float: left;
}
.foo1-nav li+li{
	margin-left: 40px;
}


.foo1-1{
	font-size: 18px;
	color: #fff;
}

.foo1-nav dl{
	margin:0;
	padding-top: 12px;
}

.foo1-nav dd{
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.foo1-nav dd a:hover{
	color: #fff;
}

.er{
	font-size: 12px;
	color: rgba(255,255,255,0.32);
	text-align: center;
	margin-left: 165px;
	margin-top: 15px;
}
.er img{
	display: block;
	margin:0 auto 15px;
}

.foo2-1{
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	text-align: right;
}

.foo2-2{
	font-size: 28px;
	color: #fff;
	text-align: right;
	margin-top: 5px;
}

.foo2-2 img{
	margin-top: -3px;
	margin-right: 22px;
}


.foo2-3{
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	text-align: right;
	margin-top: 8px;
}
.foo2-4{
	margin-top: 18px;
}
.foo2-4 select{
	display: block;
	width: 100%;
	height: 45px;
	border:0;
	background-color: #43464c;
	font-size: 14px;
	color: #fff;
	padding-left: 12px;
}
.foo2-4 select:focus{
	outline: none;
}

.footer-2{
	padding: 20px 0;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	line-height: 1.8;
	border-top: 1px solid rgba(255,255,255,0.05);
	background-color: rgba(0,0,0,0.08);
}



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





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 275px;
    margin-left: 15px;
    margin-top: 15px;
}
.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{
	height: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 190px;
}


.banner-2-wen1{
	font-size: 42px;
	color: #fff;
}


.banner-2-wen2{
	font-size:18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}

.erji-top{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-top.jpg);
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 40px;
}
.erji-nav dd>a{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	position: relative;
}
.erji-nav dd>a::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #a91910;
	content:"";
	display: none;
}
.erji-nav dd>a:hover{
	color: #a91910;
}

.erji-nav dd.cur>a{
	color: #a91910;
}

.erji-nav dd.cur>a::before{
	display: block;
}

.mianbaoxie{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian.png);
}

.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	font-size: 16px;
	color: #333;
	height: 70px;
	line-height: 70px;
}
.mianbaoxie dd+dd{
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../images/jiao11.png);
}
.mianbaoxie dd a:hover{
	color: #a91910;
}

.mianbaoxie dd span{
	color: #999;
}

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

.erji-title1{
	font-size: 30px;
	color: #222;
}

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

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

.gongyi-pic .imgbox_a{
	padding-bottom: 68.5%;
}

.gongyi-h1{
	font-size: 18px;
	color: #222;
	margin-top: 20px;
	text-align: center;
}

.gongyi-list dd:hover .gongyi-h1{
	color: #a91910;
}
/*.gongyi-h1 a:hover,
.gongyi-h2 a:hover{
	font-weight: bold;
}*/
.gongyi-h2{
	font-size: 18px;
	color: #222;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.gongyi-h3{
	font-size: 16px;
	color: #666;
}
.gongyi-list dd:hover .gongyi-h2{
	color: #a91910;
}





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

.fenye ul{
	margin:0;
}


.lingyu-list dl{
	margin:0;
}

.lingyu-pic{
	width: 50%;
}

.lingyu-pic .imgbox_a{
	padding-bottom: 56.8%;
}

.lingyu-con{
	width: 50%;
	height: 409px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	padding: 65px 60px 0;
	position: relative;
}
.lingyu-con::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	content:"";
	background-image: url(../images/lingyu-con-after.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity .3s;
}
.lingyu-h1{
	font-size: 24px;
	color: #222;
	padding-bottom:20px;
	position: relative; 
	z-index: 20;
	transition: color .3s;
}
.lingyu-h1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 27px;
	height: 2px;
	content:"";
	background-color: #a91910;
	transition: background-color .3s;
}

.lingyu-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	z-index: 20;
	transition: color .3s;
}

.lingyu-a{
	margin-top: 100px;
	font-size: 16px;
	color: #999;
	position: relative;
	z-index: 20;
	transition: color .3s;
}

.lingyu-a img{
	margin-top: -3px;
	margin-left: 13px;
}

.lingyu-list dd:hover .lingyu-con::after{
	opacity: 1;
}

.lingyu-list dd:hover .lingyu-h1{color: #fff;}
.lingyu-list dd:hover .lingyu-h1::after{background-color: rgba(255,255,255,0.18);}
.lingyu-list dd:hover .lingyu-p{color: #fff;}
.lingyu-list dd:hover .lingyu-a{color: #fff;}


.map-wp{
	height: 512px;
}

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

.contact{
	margin-top: 48px;
}

.contact-dl{
	width: 1142px;
}

.contact-dl dl{
	margin:0;
}

.contact-dl dd{
	float: left;
	width: 19%;
	height: 256px;
	background-color: #fff;
	text-align: center;
	padding: 78px 5px 0;
	text-align: center;
	border-left: 1px solid #ededed;
}
.contact-dl dd:first-child{
	border-left: 0;
	width: 24%;
}
.contact-dl dd img{
	display: block;
	margin:0 auto;
	width: 30px;
}

.contact-h1{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin:15px 0 10px;
}

.contact-h2{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	word-break: break-all;
}






.contact-er{
	overflow: hidden;
	height: 256px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #a91910;
	background-image: url(../images/contact-er-bg.jpg);
	padding-top: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;

}

.contact-er img{
	display: block;
	margin:0 auto 8px;
	width: 150px;
}


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

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

.tuandui-item{
	background-color: #fff;
	height: 334px;
}

.tuandui-pic{
	width: 222px;
}

.tuandui-pic .imgbox_a{
	padding-bottom: 150.45%;
}

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

.tuandui-h1{
	font-size: 20px;
	color: #222;
}

.tuandui-h2{
	font-size:16px;
	color: #999;
	text-transform: uppercase;
	margin-top: 5px;
}

.tuandui-p{
	font-size:16px;
	color: #999;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
	margin-top: 60px;
}

.tuandui-a{
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #d8d8d8;
	font-size: 13px;
	color: #a91910;
}
.tuandui-a a:hover{
	font-weight: bold;
}
.tuandui-item:hover{
	background-color: #b73e36;
}

.tuandui-item:hover .tuandui-h1{color: #fff;}
.tuandui-item:hover .tuandui-h2{color: #fff;}
.tuandui-item:hover .tuandui-p{color: #fff;}
.tuandui-item:hover .tuandui-a{color: #fff;}

.news-xx-left{
	width: 1050px;
	margin-right: 25px;
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.05);
	padding: 45px;
}

.news-xx-h1{
	font-size: 35px;
	color: #222;

}

.news-xx-h2{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding: 15px 0 20px;
}
.news-xx-h2 img{
	margin-top: -3px;
	margin-right: 8px;
}

.news-xx-con{
	font-size: 18px!important;
	color: #333;
	line-height: 2em!important;
	padding: 40px 0;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}

.news-xx-con p{
    font-size: 18px!important;
    color: #333;
    line-height: 2em!important;
}
.news-xx-con video{
	display: block;
	width: 100%!important;
	height: auto!important;
}
.news-xx-con video:focus{
	outline: none;
}
.news-xx-con img{
	display: block;
	margin:0 auto 10px;
}

.news-xx-bottom{
	position: relative;
	padding-right: 110px;
	margin-top: 25px;
}

.news-xx-page-item{
	font-size: 16px;
	color: #999;
}
.news-xx-page-item+.news-xx-page-item{
	margin-top: 12px;
}
.news-xx-page-item a:hover{
	color: #b73e36;
}

.news-xx-fanhui{
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 16px;
	color: #999;
}
.news-xx-fanhui a:hover{
	color: #b73e36;
}

.news-xx-fanhui a img{
	margin-top: -3px;
	margin-right: 12px;
}
.news-xx-right{
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.05);
	padding: 35px 30px 65px;
}

.news-xx-right-h1{
	font-size: 26px;
	color: #333;
}

.news-xx-right-dl dl{
	margin:0;
}

.news-xx-right-dl dd{
	padding: 15px 0;
	border-bottom: 1px dashed #dedede;
}

.news-xx-right-dd{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	max-height: 3.6em;
	overflow: hidden;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-image: url(../images/jiao22.png);
}
.news-xx-right-dd a:hover{
	color: #b73e36;
}



.zy-menu{
	width:320px;
	margin-right: 25px;
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.05);
	padding: 35px 25px;
}

.zy-menu1{
	padding: 15px 0 25px;
}

.zy-menu1 .form-control{
	font-size: 16px;
	height: 45px;
	border-radius: 0;
}

.zy-right{
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.05);
	overflow: hidden;
	padding: 45px; 
}

.zy-menu dl{
	margin:0;
}

.zy-menu dd{
	border-bottom: 1px dashed #dedede;
}

.zy-menu dd>a{
	display: block;
	font-size: 16px;
	color: #222;
	padding: 15px 20px 15px 0;
	background-repeat: no-repeat;
	background-position: right 21px;
	background-image: url(../images/jiao33.png);
}
.zy-menu dd>a:hover{

	color: #a91910;
}
.zy-menu dd.cur>a{
	background-image: url(../images/jiao22.png);
	color: #a91910;
	font-weight: bold;
}

.tongzhi-list dl{
	margin:0;
}

.tongzhi-list dd{
	padding: 35px 0;
	border-bottom: 1px solid #eaeaea;
}

.tongzhi-date{
	width: 125px;
	height: 120px;
	background-color: #f4f4f4;
	text-align: center;
	line-height: 1;
	padding-top: 25px;
	margin-right: 35px;
}

.tongzhi-date1{font-size: 44px;color:#222;font-weight: bold;}
.tongzhi-date2{font-size: 16px;color:#666;margin-top: 10px;}

.tongzhi-con{
	overflow: hidden;
	padding-top: 6px;
}

.tongzhi-h1{
	font-size: 24px;
	color: #222;
}

.tongzhi-h1 a:hover{
	color: #a91910;
}


.tongzhi-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
	margin-top: 10px;
}


.news-list dl{
	margin:0;
}

.news-list dd{
	padding:40px 0;
	border-bottom: 1px solid #eaeaea;
}

.news-pic{
	width: 321px;
	margin-right: 48px;
}

.news-pic .imgbox_a{
	padding-bottom: 67.91%;
}

.news-con{
	overflow: hidden;
	padding-top: 10px;
}

.news-h1{
	font-size: 20px;
	color: #222;
	font-weight: bold;
}

.news-h1 a:hover{
	color: #a91910;
}


.news-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top:25px;
}

.more11{
	font-size: 16px;
	color: #a91910;
	white-space: nowrap;
	margin-top: 50px;
}

.more11 a:hover{
	font-weight: bold;
}
.more11 img{
	margin-top: -3px;
	margin-left: 10px;
}
.paddd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about1{
	padding: 90px 0 105px;
}

.about1-1-h1{
	font-size: 43px;
	color: #222;
}

.about1-1-h2{
	font-size: 74px;
	color: #a91910;
	line-height: 1;
}

.about1-1 .fr{
	font-family: "Impact";
	font-size: 81px;
	color: #eee;
	text-transform: uppercase;
}

.about1-2{
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-top: 55px;
}
.about1-3{
	margin-top: 50px;
}
.about1-3 img{
	display: block;
	width: 100%;
}


.about2{
	background-image: url(../images/about2-bg.jpg);
	padding: 85px 0 55px;
}

.about-title1{
	font-size: 40px;
	color: #222;
	line-height: 1;
}

.about-title2{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	margin-top: 12px;
}

.about2-list{
	margin-top: 55px;
}

.about2-pic .imgbox_a{
	padding-bottom: 68.53%;
}

.about2-h1{
	font-size: 18px;
	color: #222;
	text-align: center;
	margin-top: 20px;
}

.about2-list .item:hover .about2-h1{
	color: #a91910;
}

.more22{
	margin-top: 50px;
}

.more22 a{
	display: block;
	width: 148px;
	height: 46px;
	line-height: 46px;
	border-radius: 999em;
	background-color: #fff;
	font-size: 16px;
	color: #666;
	text-align: center;
	margin:0 auto;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
}

.more22 a:hover{
	background-color: #a91910;
	color: #fff;
}

.about3-list{
	margin-top: 50px;
}

.about3-item{
	width: 48.5%;
	height: 275px;
}

.about3-item video{
	display: block;
	width: 100%;
	border:0;
	height: 100%;
	object-fit: fill;
}
.about3-item video:focus{
	outline: none;
}

.about3{
	background-image: url(../images/about3-bg.jpg);
	padding: 70px 0 65px;
}




.tousu{
	padding: 0px 100px 0 30px;
	max-width: 1000px;
	margin:0 auto;
}
.tousu input{

	box-shadow: none;
}
.tousu input:focus{
	outline: none;
	box-shadow: none;
}

.tousu textarea:focus{
	outline: none;
	box-shadow: none;
}

.tousu input.form-control{
	height:40px;
	border:1px solid #a91910;
	border-radius: 5px;
	padding-right: 40px;
}
.tousu textarea.form-control{
	border:1px solid #a91910;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 222px;
}
.tousu-title{
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.tousu-input{
	position: relative;
}
.tousu-input-yzm input.form-control{
    padding-right: 130px;
}
.yzmImg{
    position: absolute;
    right: 4px;
    top: 4px;
    width: 110px;
}
.tousu-input i.icoii{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right:13px;
	background-repeat: no-repeat;
	background-position: center;
}

.tousu-input i.icoii.icoii1{
	margin-top: 0;
	top: 11px;
}

.tousu-btn{
	text-align: center;
}

.tousu-btn input{
	width: 195px;
	height: 49px;
	border:0;
	background-color: #a91910;
	color: #fff;
	font-size: 14px;
}

.tousu-btn{
	padding-top: 30px;
}


.join-list-wp{
	margin-top: 60px;
}



.join-list+.join-list{
	margin-top: 30px;
}

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

.join-list-dl dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
}

.join1{
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 1px 24px 0px rgba(0, 5, 94, 0.03);
	padding: 40px 55px 0;
	height: 230px;
	background-image: url(../images/join1-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.join1-1-h1{
	font-size: 24px;
	color: #333;
}

.join1-1-h2{
	font-size: 18px;
	color: #5c5a61;
	margin-top: 15px;
}

.join1-2{
	margin-top: 40px;
}

.join1-2 .fl{
	width: 127px;
	height: 43px;
	line-height: 41px;
	border:1px solid #a91910;
	border-radius: 5px;
	font-size: 16px;
	color: #a91910;
	padding-left: 18px;
	cursor: pointer;
	position: relative;
}

.join1-2 .fl.cur,
.join1-2 .fl:hover{
	background-color: #a91910;
	color: #fff;
}
.join1-2 .fl.cur::after{
	content:"-";
}



.join1-2 .fl::after{
	position: absolute;
	font-size: 16px;
	color: inherit;
	content:"+";
	right: 15px;
	top: 0;
}
.join1-2 .fr{
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #5c5a61;
}



.join-div-wp .join-div{display: none;margin-top: 30px;}
/*.join-div-wp .join-div:first-child{display: block;}*/

.join2{
	background-color: #fff;
	box-shadow: 0px 1px 35px 0px rgba(0, 5, 94, 0.08);
	padding: 35px 40px;
	border-radius: 15px;
	min-height: 500px;
}

.join2-dl dl{
	margin:0;
}

.join2-dl dd{
	float: left;
	width: 25%;
}

.join2-dd1{
	font-size: 16px;
	color: #333;
}

.join2-dd2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-top: 8px;
}

.join2-con-wp{
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #f5f7fb;
}

.join2-con{
	font-size: 16px;
	color: #999;
	line-height: 2;
}

.join2-con p{margin:0;}



.lvshi{
	max-width: 1200px;
	margin:0 auto;
	background-color: #fff;
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.05);
  padding: 30px;
}

.lvshi-left{
	width: 320px;
}

.lvshi-pic .imgbox_a{
	padding-bottom: 133.365%;
}

.lvshi-left-con{
	border:1px solid #e4e4e4;
	border-top: 0;
	padding: 20px;
}

.lvshi-yx{
	font-size: 14px;
	color: #333;
}
.lvshi-yx img{
	margin-top: -3px;
	margin-right: 15px;
}

.lvshi-a a:hover {
    color: #fff;
    background: #d92f2f;
}
.lvshi-a a {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #333;
  text-align: center;
  background: #e5e5e5;
  border-radius: 2px;
  margin-top: 20px;
  transition: all .3s;
}

.lvshi-right{
	overflow: hidden;
	padding: 15px 60px 0;
}

.lvshi-name{
	font-size: 14px;
	color: #333;
}

.lvshi-name span{
	font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-right: 20px;
}

.lvshi-dw{
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}
.lvshi-dw img{
	margin-top: -3px;
	margin-right: 10px;
}

.lvshi-right-a{
	font-size: 0;
	padding-top: 15px;
}

.lvshi-right-a a{
	display: inline-block;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #d92f2f;
  border-radius: 20px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 14px;
}

.lvshi-right-con2-item {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}
.lvshi-right-con2-title{
  font-size: 22px;
  font-weight: 600;
  color: #333;
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
  border-left: 3px solid #be181f;
}

.lvshi-right-con2-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 20px;
}
.lvshi-right-con2-p p{margin:0;}