/**************************************/
/*************[公用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;
}

a:focus{
    outline: none!important;
}


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{
	height: 183px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/header-bg.jpg);
	padding-top: 23px;
}
.header-a{
	position: relative;
	z-index: 15;
}
.logo{
	width: 585px;
	margin-top: 6px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-a{
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	 height: 20px;
}
.header-a img{
	margin-top: -3px;
	margin-right: 6px;
}
.header-a a:hover{
	color: #bf000a;
}
.header-a a+a{
	margin-left: 20px;
}
.header-a a{
	position: relative;
}
.header-a a:hover .header-a-er{
	display: block;
}
.header-a-er{
	position: absolute;
	width: 110px;
	left: 50%;
	margin-left: -55px;
	top: 30px;
	border:1px solid #ddd;
	display: none;
}
.header-a-er img{
	display: block;
	width: 100%;
	margin:0;
}
.search{
	width: 310px;
	position: relative;
	margin-top: 20px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	width: 100%;
	border:0;
	height:35px;
	padding: 8px 0px;
	background-color: transparent;
	border:1px solid #c2c2c2;
	font-size: 14px;
	color: #333;
	line-height:  1.42857143;
	padding-right:50px;
	padding-left:25px;
	border-radius: 999em;
}
.search input[type="image"]{
	position: absolute;
	right:18px;
	top: 9px;
	width:18px;
}
.nav-wp{
	margin-top: 35px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
	width:11.11%;
	text-align: center;
	height: 50px;
}
.nav>ul>li>a{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.nav>ul>li:hover>a{color: #bf000a;}
.nav>ul>li.cur>a{color: #bf000a;}
.nav>ul>li.cur{
	border-bottom: 4px solid #bf000a;
}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#fff;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#333;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #bf000a;
	color: #fff;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
	overflow: hidden;
}
.fafa .imgbox_a{
	padding-bottom:40.4166667%;
}
.fafa .slides>li{
	overflow: hidden;
}
.fafa-div{
  transition: transform 5.5s;
}
.flex-active-slide .fafa-div{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.fafa .flex-control-paging li a{
	width: 70px;
	height: 5px;
	background-size: auto;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-nav{
	bottom: 50px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}
.main0{
	background-color: #f9f7f7;
}
.main0-div{
	height: 60px;
	position: relative;
	padding-left: 150px;
}
.main0-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #bf000a;
	font-weight: bold;
	padding-left: 39px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main0-ico.png);
}
.main0-a-wp{
	height: 60px;
	overflow:hidden;
	white-space: nowrap;
}
.main0-a{
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	margin-right: 60px;
}
.main0-a a:hover{
	color: #bf000a;
}

.main0-a.tver{
	display: block;
	margin-right: 0
}
.main1{
	margin-top: 65px;
}
.title-11{
	padding-bottom: 35px;
}
.title-11 .fl span{
	font-size:30px;
	color: #bf000a;
	font-weight: bold;
	line-height: 1
}
.title-11 .fl span b{
	color: #333;
}
.title-11 .fl i{
	font-size:24px;
	color: #b5b5b6;
	font-weight: bold;
	line-height: 1;
	font-family: 'Times New Roman';
	font-style: normal;
	padding-left:10px;
}
.title-11 a.fr{
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}
.title-11 a.fr img{
	margin-top: -3px;
	margin-left: 11px;
}
.title-11 a.fr:hover{
	color: #bf000a;
}
.main1-pic{
	width: 835px;
	/*margin-left: 77px;*/
}
.main1-pic .imgbox_a{
	padding-bottom: 56.77%;
}
.main1-h1-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 30;
	padding-right: 20px;
}
.main1-h1{
	height: 53px;
	line-height: 53px;
	padding-right: 85px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.main1-h1 span.span_002{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.main1-left{
	width: 685px;
}
.main1-menu-item{
	float: left;
	width: 50%;
	position: relative;
	background-color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.main1-menu-item::before{
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	height: 48px;
	content:"";
	z-index: 5;
	background-image: url(../images/hjiao.png);
	background-repeat: no-repeat;
	background-position: right 0;
	opacity: 0;
	transition:opacity .3s;
}
.main1-menu-item.cur::before{
	opacity: 1;
}
.main1-menu-item span{
	font-size: 18px;
	color: #666;
	position: relative;
	z-index: 10;
}
/*.main1-menu-item.cur{
	background-color: #d22731;
}*/
.main1-menu-item.cur span{
	color: #fff;
}
.main1-div-wp{
	margin-top: 25px;
}
.main1-div-wp .main1-div{display: none;}
.main1-div-wp .main1-div:first-child{display: block;}
.tui1-date{
	margin-right: 25px;
	margin-top: 15px;
}
.tui1-date::after{
	display: block;
	width: 37px;
	height: 2px;
	background-color: #d22731;
	content:"";
	margin-top: 30px;
}
.tui1-date1{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	font-family: "Times New Roman";
}
.tui1-date2{
	font-size: 16px;
	color: #666;
	line-height: 1;
	font-family: "Times New Roman";
	margin-top: 8px;
}
.tui1-con{
	overflow: hidden;
}
.tui1-h1{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.tui1-h1 a:hover{
	color: #d22731;
}
.tui1-p{
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}
.main1-list dl{
	margin:0;
	border-top: 1px dashed #ebebeb;
}
.main1-list dd{
	position: relative;
	font-size: 16px;
	color: #333;
	height: 52px;
	line-height: 51px;
	border-bottom: 1px dashed #ebebeb;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
	padding-right: 105px;
}
.main1-list dd a:hover{
	color: #d22731;
}
.main1-list dd span.span_003{
	position: absolute;
	right:20px;
	top: 0;
	font-size: 14px;
	color: #666;
}
.fmain1 .flex-control-nav{
	position: relative;
	bottom: 0;
}
.fmain1 .flex-control-nav li{
	width:16.6667%;
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	border-left: 2px solid #fff;
}
.fmain1 .flex-control-paging li a{
	display: block;
	width: 100%;
	height: 8px;
	background-image: none;
	background-color: #eeeeee;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: none;
	background-color: #bf000a;
}
.mm75{
	margin-top: 75px;
}
.main2-1{
	width:1170px;
}


.main2-1-dbg{
	padding-bottom:9.511%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}

.main2-1-list{
	margin-top: 20px;
}

.main2-2{
	width: 371px;
}
.main2-2 dl{
	margin:0;
}
.main2-2 dd .imgbox_a{
	padding-bottom: 30.19%;
}
.main2-2 dd+dd{
	margin-top: 15px;
}
.main2-1-item{
	border:1px solid #dcdcdc;
}
.main2-1-pic .imgbox_a{
	padding-bottom: 56.2%;
}
.main2-1-con{
	padding: 45px 38px 48px;
	background-image: url(../images/main2-1-con.jpg);
	background-size: cover;
	background-position: center;
}
.main2-1-h1{
	font-size: 16px;
	color: #bf000a;
}
.main2-1-h1 img{
	margin-top: -3px;
	margin-right: 6px;
	display: inline-block!important;
	width:14px!important;
}
.main2-1-h2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin:15px 0 22px;
}
.main2-1-h2 a:hover{
	color: #bf000a;
}
.main2-1-p{
	font-size:16px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}

.main2-1-aaa{
	font-size: 14px;
	color: #333;
	margin-top: 40px;
}
.main2-1-aaa a:hover{
	color: #bf000a;
}
.main3-list dl{
	margin:0;
	margin-left: -1%;
}
.main3-list dd{
	float: left;
	width: 19%;
	margin-left: 1%;
}
.main3-list .item{
	position: relative;
}
.main3-h2{
	z-index: 30;
}
.main3-list .item>a{
	display: block;
	height: 520px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main3-list .item>a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.25;
	content:"";
	z-index: 15;
	transition: background-color .3s,opacity .3s;
}
.main3-list .item>a:hover::before{
	background-color: #d22731;
	opacity: 0.8;
}
.main3-h1{
	position: absolute;
	width: 52px;
	left: 48px;
	top: 47px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	padding: 73px 15px 0;
	z-index: 30;
	background-repeat: no-repeat;
	background-position: center 0;
}
.main3-h2{
	position: absolute;
	width: 1em;
	right: 40px;
	bottom: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	z-index: 35;
	line-height: 1;
}
.h44{
	height: 154px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/h4.jpg);
}
.main4-1{
	padding: 90px 145px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main4-1-bgxxxx.png);
	background-attachment: fixed;
}
.main4-1-dl{
	padding: 45px 0;
	border:1px solid #fff;
	background-color: rgba(255,255,255,0.6);
}
.main4-1-dl dl{
	margin:0;
}
.main4-1-dl dd{
	float: left;
	width: 33.3333%;
	text-align: center;
}
.main4-h1{
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.main4-h1 span{
	font-size: 60px;
	color: #bf000a;
	font-family: "Impact";
	padding-right: 13px;
}
.main4-h2{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 10px;
}
.main4-2-map{
	width: 796px;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main4-2-map.jpg);
	padding-top: 32px;
}
.mapp{
	width: 423px;
	height: 713px;
	margin:0 auto;
	position: relative;
}
.mappt-map{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.mappt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}
.mappt-dian{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
}
.mappt-dianx{
	position: absolute;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	line-height: 1;
	background-repeat: no-repeat;
	/*transition: color .3s,background-image .3s;*/
}
.mappt-dianx:hover{
	color: #bf000a;
}
.mappt-dianx.cur{
	color: #fff!important;
	background-image: url(../images/xdianh.png);
}
.mappt-dianx-yulin{
	left: 265px;
	top: 85px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt-dianx-ankang{
	left: 228px;
	top: 570px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt-dianx-xianyang{
	left: 180px;
	top: 410px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt-dianx-hanzhong{
	left: 88px;
	top: 545px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt-dianx-baoji{
	left: 100px;
	top: 438px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt-dianx-shangluo{
	left:300px;
	top: 485px;
	padding-top: 15px;
	background-image: url(../images/xdian.png);
	background-position: center 0;
}
.mappt-dianx-tongchuan{
	left: 222px;
	top: 365px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt-dianx-weinan{
	left: 275px;
	top: 410px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt-dianx-xian{
	left:208px;
	top: 459px;
	padding-top: 15px;
	background-image: url(../images/ddian.png);
	background-position: center 0;
}
.mappt-dianx-yanan{
	left: 250px;
	top:240px;
	padding-bottom: 15px;
	background-image: url(../images/xdian.png);
	background-position: center bottom;
}
.mappt.cur{
	opacity: 1;
	visibility: visible;
}
.mappt.yulin{background-image: url(../images/yulin.png);}
.mappt.ankang{background-image: url(../images/ankang.png);}
.mappt.xianyang{background-image: url(../images/xianyang.png);}
.mappt.hanzhong{background-image: url(../images/hanzhong.png);}
.mappt.shangluo{background-image: url(../images/shangluo.png);}
.mappt.tongchuan{background-image: url(../images/tongchuan.png);}
.mappt.weinan{background-image: url(../images/weinan.png);}
.mappt.xian{background-image: url(../images/xian.png);}
.mappt.yanan{background-image: url(../images/yanan.png);}
.mappt.baoji{background-image: url(../images/baojiii.png);}
body{
	overflow-x: hidden;
}
.main4-2-con-wp{
	overflow:hidden;
	padding-top: 75px;
	padding-left: 90px;
}
.main4-2-con{display: none;}
.main4-2-con:first-child{
	display: block;
}
.main4-2-con1-h1{
	font-size: 24px;
	font-weight: bold;
	color: #bf000a;
	padding-bottom: 10px;
	border-bottom:2px solid #dedede;
}
.main4-2-con1-p{
	margin-top: 22px;
	font-size: 18px;
	color: #333;
	line-height: 2;
    text-align: justify;
	overflow: hidden;
}
.main4-2-con1-h2{
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 20px;
}
.main4-2-con1-h2 p{
	margin:0;
}
.main4-2-con1-h2 img{
	margin-top: -3px;
	margin-left: 10px;
	margin-right: 5px;
}
.main4-2-con1-h2 a:hover{
	color: #bf000a;
}

.main4-2-con2{
	margin-top: 75px;
}
.main4-2-con1-h1-wp .main4-2-con1-h1{display: none;padding-bottom: 0;border:0;}
.main4-2-con1-h1-wp .main4-2-con1-h1:first-child{
	display: block;
}
.main4-2 .tixi1-menu{display: none;border-bottom: 1px solid #dedede;}
.main4-2-con2-menu{
	margin-top: 0px!important;
	padding-top: 20px;
	font-size: 0;
/*	white-space: nowrap;
	overflow-x: auto;*/
	line-height: 1;
	position: relative;
	border-bottom: 1px solid #dedede;
}



/*.main4-2-con2-menu::-webkit-scrollbar {
    width: 100px;
}
.main4-2-con2-menu::-webkit-scrollbar-thumb {
    width: 100px;
    height: 4px;
    background-color: #bf000a;
}
.main4-2-con2-menu::-webkit-scrollbar-track {
    width: 100px;
    border-radius:4px;
}
*/






.main4-2-con2-menu-item{
	font-size: 18px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 15;
	margin-right: 28px;
	padding-bottom: 19px;
	position: relative;
	margin-top: 15px;
}
.main4-2-con2-menu-item+.main4-2-con2-menu-item{
	/*margin-left: 30px;*/
}
.main4-2-con2-menu-item::after{
	position: absolute;
	width: 100%;
	height: 4px;
	content:"";
	left: 0;
	bottom: 0;
	background-color: #bf000a;
	opacity: 0;
}
.main4-2-con2-menu-item.cur::after{
	opacity: 1;
}
.main4-2-con2-menu-item.cur{
	font-weight: bold;
	/*border-bottom: 4px solid #bf000a;*/
}
.main4-2-con2-div-wp{
	margin-top: 25px;
}
.main4-2-con2-div-wp .main4-2-con2-div{display: none;}
.main4-2-con2-div-wp .main4-2-con2-div:first-child{display: block;}
.main4-2-con2-div .main4-2-con1-h2{
	margin-top: 0;
}
.main5-1{
	width: 1000px;
}
.main5-list dl{
	margin:0;
	border-top: 1px solid #d9d9d9;
}
.main5-list dd{
	border-bottom: 1px solid #d9d9d9;
	padding: 30px 0;
}
.main5-list dd:hover .main5-date1{color: #bf000a;}
.main5-list dd:hover .main5-date2{color: #bf000a;}
.main5-list dd:hover .main5-h1{color: #bf000a;}
.main5-date{
	width: 95px;
	height: 87px;
	border-right: 1px solid #d9d9d9;
	margin-right: 30px;
	text-align: center;
	padding-top: 10px;
}
.main5-date1{
	font-size: 36px;
	color: #333333;
	line-height: 1;
	font-family: 'Times New Roman';
	font-weight: bold;
}
.main5-date2{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	font-family: 'Times New Roman';
	font-weight: bold;
	margin-top: 5px;
}
.main5-con{
	overflow: hidden;
}
.main5-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.main5-p{
	font-size: 16px;
	color: #7f7f7f;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 8px;
}
.main5-2{
	width: 510px;
}
.main5-2-img img{
	display: block;
	width: 100%;
}
.main5-2-img video{
	display: block;
	width: 100%;
	border:0;
}
.main5-2-img video:focus{
	outline: none;
}
.main5-2-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.main6{
	padding: 70px 0;
	background-image: url(../images/main6-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main6-title{
	position: relative;
	padding-top: 25px;
}
.main6-title-en{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	line-height: 1;
	font-size: 60px;
	color: #333;
	opacity: 0.1;
	font-family: 'Impact';
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
}
.main6-title .erji-title{
	position: relative;
	z-index: 30;
	font-size: 30px;
}
.main6-title .erji-title span{
	color: #bf000a;
}
.main6-title .erji-title::after{
	width: 50px;
	height: 4px;
	margin-top: 10px;
}
.main6-list{
	font-size: 0;
	margin-top: 45px;
}
.main6-item{
	display: inline-block;
	width: 239px;
	margin-right: 70px;
	vertical-align: top;
}
.main6-item-a+.main6-item-a{
	margin-top:30px;
}
.main6-item-a .imgbox_a{
	padding-bottom: 28.033473%;
	/*background-color: #fff;*/
}
.main6-bottom .main6-item{
	width: 258px;
}
.main6-bottom .main6-item-a .imgbox_a{
	padding-bottom: 33.3333%;
	/*background-color: #fff;*/
}

.main6-bottom .main6-item-a .imgbox_a img{
	/*display: none;*/
}

.main6-bottom .main6-item-a .imgbox_a span{
	display: none;
    white-space:normal;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: 0 15px;
}







/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-1-bg.jpg);
}
.foo1-1{
	height:435px;
	width: 345px;
	padding-top: 70px;
	margin-right: 60px;
	position: relative;
	z-index: 10;
}
.foo1-1::before{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: calc(-1*(100vw - 1600px) / 2);
  content:"";
  background-color: #000;
  opacity: 0.6;
  z-index: 2;
}
.foo1-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.foo1-dl{
	position: relative;
	z-index: 10;
	padding-right: 10px;
}
.foo1-dl dl{
	margin:0;
	padding-top: 35px;
}
.foo1-dl dd{
	padding-left: 80px;
	min-height: 56px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 3px;
}
.foo1-dl dd+dd{
	margin-top: 25px;
}
.foo1-dd-h1{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	opacity: 0.7;
}
.foo1-dd-h2{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	opacity: 0.7;
	margin-top: 10px;
}
.er-wp{
	width: 288px;
	margin-top: 50px;
	position: relative;
	/*margin-left: */
}
.er-wp-hei{
	background-color: #fff;
	/*opacity: 0.5;*/
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*opacity: 0;*/
	display: none;
}
.er-wp.cur .er-wp-hei{
	display: block;
}
.er-msb{
	margin:20px auto 0;
}
.er{
	width: 120px;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	text-align: center;
	position: relative;
}

#ewm1,#ewm2,#ewm3,#ewm4{
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	z-index: 10;
}
/*.er+.er{
	margin-left: 22px;
}*/
.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}


.ewmbox{
	position: absolute;
	width: 288px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 30;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.ewmbox img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.ewmbox-item{
	display: none;
}




.foo1-con{
	overflow: hidden;
	padding-top: 70px;
}
.foo1-con ul{
	margin:0;
}
.foo1-con li{
	float: left;
}
.foo1-con li+li{
	margin-left: 40px;
}
.foo1-con dl{
	margin:0;
	padding-top: 5px;
}
.foo1-con dd{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	margin-top: 19px;
}
.foo1-con dd a:hover{
	color: #fff;
}
.footer-2{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	padding: 15px 0;
}
/**************************************************************/
/*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: 300px;
    margin-left: 15px;
    margin-top: 22px;
}
.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: 439px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner-2 .container{
	position: relative;
	z-index: 50;
}
.banner-2::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 235px;
	background-repeat: repeat-x;
	background-position: center 0;
	content:"";
	z-index: 5;
	background-image: url(../images/banner-2-hei.png);
}
.banner2-wen{
	padding-top: 185px;
}
.banner2-wen1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.banner2-wen2{
	font-size: 13px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0.7;
	margin-top: 15px;
	display: none;
}
.erji-top{
	background-color: #f6f6f6;
}
.erji-nav dl{
	margin:0;
}
.erji-nav dd{
	float: left;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	padding: 0 8px;
	position: relative;
}
.erji-nav dd+dd{
	margin-left: 40px;
}
.erji-nav dd.cur{
	color: #333333!important;
	font-weight: bold;
}
.erji-nav dd.cur::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 5px;
	background-color: #bf000a;
	content:"";
}
.erji-nav dd>a:hover{
	color: #bf000a;
}
.mianbaoxie{
	height: 70px;
	line-height: 70px;
	font-size: 15px;
	color: #333;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ding.png);
}
.mianbaoxie span{
	padding-right: 22px;
	font-weight: bold;
	color: #bf000a;
}
.erji-bottom{
	padding: 60px 0 120px;
}
.erji-bottom{
	padding: 65px 0 80px;
	position: relative;
	z-index: 30;
}
.erji-title{
	font-size: 36px;
	color: #333;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.erji-title::after{
	display: block;
	content:"";
	width: 67px;
	height: 6px;
	background-color: #bf000a;
	margin:25px auto 0;
}
.mm55{margin-top: 55px;}
.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 318px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top:15px;
	padding-left: 150px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 234px;
	padding-top: 78px;
	position: relative;
	z-index: 80;
}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #bf000a;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}
.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%;
}
.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #bf000a;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #bf000a;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1155px;
	padding: 20px 15px 20px 0;
	position: relative;
	height: 234px;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}
.xinwen2-pic{
	width: 292px;
	margin-left: 25px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.44%;
}
.xinwen2-con-nei{
	overflow: hidden;
	padding-top: 20px;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 500px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#bf000a; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -127px;
	right: -210px;
	background-color: #f6f6f6;
}
.xinwen2 li:hover .xinwen2-con-nei h1{color: #bf000a;}
.fenye{
	text-align: center;
	margin-top:60px;
}
.fenye ul{
	margin:0;
}
.fangshi-list{
	padding: 0 45px;
}
.fangshi-list dl{
	margin:0;
	font-size: 0;
	margin-left: -3%;
}
.fangshi-list dd{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	margin-top: 50px;
}
.fangshi-list dd:nth-child(1),
.fangshi-list dd:nth-child(2){
	margin-top: 0
}
.fangshi-item{
	background-color: #f6f6f6;
	padding: 45px 50px;
}
.fangshi-h1{
	font-size: 26px;
	color: #bf000a;
}
.fangshi1-p p{margin:0;}
.fangshi1-p{
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
}
.fangshi-a{
	font-size: 18px;
	color: #333;
	margin-top: 25px;
}
.fangshi-a img{
	margin-top: -3px;
	margin-left: 22px;
}
.fangshi-a a:hover{
	color: #bf000a;
}
.yewu-item{
	background-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	margin-top: 55px;
	overflow: hidden;
}
.yewu-item:first-child{
	margin-top: 0!important;
}
.yewu-pic{
	width:696px;
}
.yewu-pic .imgbox_a{
	padding-bottom: 77.73%;
}
.yewu-con{
	overflow: hidden;
	padding: 35px 70px 0;
}
.yewu-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 62px;
	line-height: 1.5;
	padding-top: 14px;
}
.yewu-h1 a:hover{
	color: #bf000a;
}
.yewu-con-p{
	margin-top: 20px;
}
.yewu-con-p p{
	margin:0;
}
.yewu-con-p p+p{
	margin-top: 8px;
}
.yewu-con-p{
	font-size: 18px;
	color: #333;
	line-height: 1.7;
}
.yewu-con-p p strong{
/*	display: block;*/
}
.yewu-a{
	font-size: 18px;
	color: #bf000a;
	margin-top: 25px;
	font-weight: bold;
}
.yewu-a a{
	display: block;
	width: 160px;
	height: 44px;
	line-height: 42px;
	border-radius: 6px;
	border:1px solid #bf000a;
	text-align: center;
}
.yewu-a a:hover{
	border-color: #bf000a;
	background-color: #bf000a;
	color: #fff;
}
.anli-list dl{
	margin:0;
	margin-left: -4%;
}
.anli-list dd{
	float: left;
	width: 29.3333%;
	margin-top: 4%;
	margin-left: 4%;
}
.anli-list dd:nth-child(1),
.anli-list dd:nth-child(2),
.anli-list dd:nth-child(3){
	margin-top: 0
}
.anli-item{
	background-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.anli-pic .imgbox_a{
	padding-bottom: 66.53%;
}
.anli-con{
	padding: 35px;
}
.anli-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.anli-h1 a:hover{
	color: #bf000a;
}
.anli-h2{
	font-size: 14px;
	color: #808080;
	margin-top: 17px;
}
.wenda1{
	width: 692px;
	margin-right: 42px;
}
.wenda1-shipin img{
	display: block;
	width: 100%;
}
.wenda1-shipin-con{
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/wenda1-shipin-con.jpg);
	padding-top: 52px;
	padding-left: 45px;
}
.wenda1-shipin-item{
	padding-left: 168px;
	background-repeat: no-repeat;
	background-position: 0 center;
/*	background-image: url(../images/wenda1-shipin-ico.png);
*/
	height: 105px;
	padding-top: 20px;
}
.wenda1-shipin-item-h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.wenda1-shipin-item-h2{
	font-size: 18px;
	color: #666;
	margin-top: 15px;
}
.wenda2{
	overflow: hidden;
}
.wenda2-list dl{
	margin:0;
}
.wenda2-list dd{
	background-color: #fff;
	transition: background-color .3s;
}
.wenda2-dd1{
	border-bottom: 1px solid #cecece;
	padding: 27px 45px;
	position: relative;
	cursor: pointer;
}
.wenda2-dd1-h1{
	padding-left: 130px;
	padding-right: 60px;
	line-height: 40px;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	position: relative;
}
.wenda2-dd1:hover .wenda2-dd1-h1{
	color: #bf000a;
}
.wenda2-dd1-h1::after{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 24px;
	top: 50%;
	margin-top: -10px;
	content:"";
	background-image: url(../images/wenda2-jia.png);
}
.wenda2-dd1-fl{
	position: absolute;
	left: 45px;
	top: 27px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #a0a0a0;
	width: 108px;
	border-radius: 4px;
	text-align: center;
}
.wenda2-dd2{
	padding: 25px 55px 40px 45px;
	display: none;
}
.wenda2-dd2-p{
	font-size: 18px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow-y: auto;
	padding-right: 10px;
}
.wenda2-dd2-p p{
	margin:0;
}
.wenda2-dd2-p::-webkit-scrollbar {
    width: 3px;
}
.wenda2-dd2-p::-webkit-scrollbar-thumb {
    width: 3px;
    height: 36px;
    border-radius: 3px;
    background-color: #bf000a;
}
.wenda2-dd2-p::-webkit-scrollbar-track {
    width: 3px;
    border-radius:3px;
}
.wenda2-list dd.cur{
	background-color: #f6f6f6;
}
.wenda2-list dd.cur .wenda2-dd1-h1{
	color: #bf000a;
}
.wenda2-list dd.cur .wenda2-dd1-h1::after{
	background-image: url(../images/wenda2-jian.png);
}
.wenda2-list dd.cur .wenda2-dd1-fl{
	background-color: #bf000a;
}
.wenda2-list dd:first-child .wenda2-dd2{
	display: block;
}
.shenqing-div+.shenqing-div{
	margin-top: 60px;
}
.shenqing-biaoti{
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.shenqing-form{
	background-color: #fff;
	margin-top: 35px;
	border-radius: 12px;
	padding: 45px 30px 65px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.shenqing-li-wp .shenqing-li.fl,
.shenqing-li-wp .shenqing-li.fr{
	width: 48.5%;
}
.shenqing-li{
	position: relative;
	min-height: 47px;
	padding-left: 165px;
	z-index: 30;
}
.shenqing-leixing{
	position: relative;
}
.shenqing-leixing::before{
	position: absolute;
	left: -30px;
	right: -30px;
	content:"";
	background-color: #f9fbfa;
	top: -15px;
	bottom: -15px;
	z-index: 10;
}
.shenqing-li-name{
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 47px;
	line-height: 47px;
	font-size: 17px;
	color: #333;
}
.shenqing-li-name i{
	font-style: normal;
	color: #ff0000;
	padding-left: 10px;
}

.shenqing-li.shenqing-li-inner{
	padding-left: 100px;
}
.shenqing-li-inner .shenqing-li-name{
	width: 120px;
}





.shenqing-input input.form-control{
	height: 47px;
	padding: 8px 15px;
	background-color: #f9fbfa;
}
.shenqing-input select.form-control{
	height: 47px;
	padding: 8px 15px;
	background-color: #f9fbfa;
}
.shenqing-input textarea.form-control{
	height: 160px;
	padding: 12px 15px;
	background-color: #f9fbfa;
	resize: none
}
.shenqing-radio{
	font-size: 14px;
	color: #333;
	padding-top: 14px;
}
.shenqing-radio label{
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
}
.shenqing-radio label+label{
	margin-left: 45px;
}
.shenqing-radio input{
	margin-top: -3px;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.shenqing-li-wp+.shenqing-li-wp{margin-top: 43px;}
.shenqing-li-hunyin .shenqing-select{
	width: 95px;
}
.shenqing-li-inner{
	position: absolute;
	right: 0;
	top: 0;
	left:310px;
}
.shenqing-btn{
	margin-top: 60px;
}
.shenqing-btn input{
	display: block;
	width: 200px;
	height: 47px;
	border:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #bf000a;
	margin:0 auto;
	border-radius: 3px;
}
.shenqing-btn input:focus{
	outline: none;
}
.shenqing-btn input:hover{
	background-color: #a20009;
}
.shenqing-input-select.fl,
.shenqing-input-select.fr{
	width: 48.5%;
}
.shenqing-tc-wp{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9888;
	left: 0;
	top: 0;
	display: none;
}
.shenqing-tc{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
}
.shenqing-tc-hei{
	background-color: #000;
	opacity: 0.3;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	left: 0;
	top: 0;
}
.shenqing-tc-form{
	position: absolute;
	width: 1450px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 30;
	background-color: #fff;
	padding: 40px 55px 45px;
	border-radius: 13px;
}
.shenqing-tc-biaoti{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.shenqing-tc-p{
	font-size: 18px;
	color: #333;
	line-height: 2.2;
	height: 400px;
	overflow-y: auto;
	padding-right: 25px;
	margin-top: 30px;
}
.shenqing-tc-p p{
	margin:0;
}
.shenqing-tc-btn{
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	margin-top: 20px;
}
.shenqing-tc-btn1{
	font-size: 18px;
	color: #333;
}
.shenqing-tc-btn1 input{
	margin-top: -3px;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.shenqing-tc-btn2{
	margin-top: 35px;
}
.shenqing-tc-btn2 input{
	display: block;
	width: 250px;
	height: 47px;
	border:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #bf000a;
	margin:0 auto;
	border-radius: 3px;
}
.shenqing-tc-btn2 input:focus{
	outline: none;
}
.shenqing-tc-btn2 input:hover{
	background-color: #a20009;
}
body.cur{
	overflow: hidden;
}
.tixi1-menu{
	width: 230px;
}
.tixi1-map-wp{
	width: 900px;
	margin: 0 30px;
}
.tixi1-map-item{display: none;height: 593px;}
.tixi1-map-item:first-child{display: block;}
.tixi1-map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tixi1-con-wp{
	overflow: hidden;
}
.tixi1-con{display: none;}
.tixi1-con:first-child{display: block;}
.tixi1-con-h1{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.tixi1-pic{
	margin-top: 20px;
}
.tixi1-pic .imgbox_a{
	padding-bottom: 51.7%;
}
.tixi1-p{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	margin-top: 20px;
	letter-spacing: 1px;
	padding-right: 10px;
	height: 7.2em;
	overflow-y: auto;
}
.tixi1-p p{
	margin:0;
}
.tixi1-p::-webkit-scrollbar {
    width: 4px;
}
.tixi1-p::-webkit-scrollbar-thumb {
    width:4px;
    height: 36px;
    border-radius: 4px;
    background-color: #bf000a;
}
.tixi1-p::-webkit-scrollbar-track {
    width:4px;
    border-radius:6px;
}
.tixi1-lx{
	padding-top: 65px;
}
.tixi1-lx1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}
.tixi1-lx1+.tixi1-lx1{
	margin-top: 12px;
}
.tixi1-menu-item{
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 15px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}
.tixi1-menu-item.cur{
	background-color: #bf000a;
	color: #fff!important;
}
a.tixi1-menu-item:hover{
	color: #bf000a;
}
.tixi2-pic .imgbox_a{
	padding-bottom: 72%;
}
.tixi2-pic .imgbox_a::after{
	position: absolute;
	width: 100%;
	height:65px;
	content:"";
	background-image: url(../images/tixi2-hei.png);
	background-repeat: repeat-x;
	background-position: left center;
	z-index: 10;
	left: 0;
	bottom: 0;
}
.tixi2-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 30;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 15px 15px;
}
.tixi2-con{
	background-color: #f6f4f4;
	padding: 20px;
}
.tixi2-con-title{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}
.tixi2-con-p{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.8;
}
.tixi2-con-p p{
	margin:0;
}
.tixi2{
	position: relative;
}
.tixi2-list-wp{
	position: absolute;
	width: 100%;
	left: 15000%;
	top: 0;
}
.tixi2-list-wp.cur{
	position: relative;
	left: 0;
}
.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about1{
	padding: 100px 0;
	background-image: url(../images/about1-bg.jpg);
}
.about1-p{
	font-size: 18px;
	color: #333;
	margin:25px auto 0;
	max-width: 1160px;
	text-align: left;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	text-indent: 2em;
}
.about1 .about1-p.cur{
	height: auto;
}
.about1 .more13{
	margin-top: 45px;
}
.more13{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.more13 img{
	margin-top: -3px;
	margin-left: 11px;
}
#more13-1.cur img{
	transform: rotate(180deg); /* 顺时针旋转45度 */
}
.more13 a:hover{
	color: #bf000a;
}
.about1-dl{
	margin-top: 80px;
}
.about1-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}
.about1-dl dd{
	display: inline-block;
	vertical-align: top;
}
.about1-dl dd+dd{
	margin-left: 100px;
}
.about1-dd1{
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.about1-dd1 span{
	font-size: 40px;
	color: #bf000a;
	font-family: "Impact";
	padding-right: 5px;
}
.about1-dd1 b{
	font-size: 30px;
	padding-right: 5px;
	color: #bf000a;
}
.about1-dd2{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-top: 12px;
}
.about2{
	padding: 80px 0 100px;
	background-color: #fff;
}
.about2-list .item{
	padding: 15px;
}
.about2-item{
	background-color: #fff;
	background-image: url(../images/about2-item.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 361px;
	box-shadow: 0px 7px 15px 0px rgba(42, 0, 2, 0.1);
	padding: 35px 40px 0 45px;
}
.about2-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.about2-dl{
	margin-top: 25px;
}
.about2-dl dl{
	margin:0;
}
.about2-dl dd{
	line-height: 1.8;
}
.about2-dl dd+dd{
	margin-top: 10px;
}
.about2-dd1{
	/*width: 168px;*/
	font-size: 18px;
	color: #333;
	margin-right: 15px;
	white-space: nowrap;
}
.about2-dd2{
	overflow: hidden;
	font-size: 18px;
	color: #333;
}
.about2-list .owl-nav button.owl-prev{
  position: absolute;
  left:-50px;
  top: 50%;
  margin-top: -53px;
  width: 51px;
  height: 107px;
  background-image: url(../images/left12.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-size: 100%;
}
.about2-list .owl-nav button.owl-next{
  position: absolute;
  right:-50px;
  top: 50%;
  margin-top: -53px;
  width: 51px;
  height: 107px;
  background-image: url(../images/right12.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  background-size: 100%;
}
.about3{
	padding: 95px 0 80px;
	background-image: url(../images/about3-bg.jpg);
}
.about3-img img{
	display: block;
	margin:0 auto;
}
.about4{
	background-color: #faf7f3;
	position: relative;
	height: 600px;
}
.about4-bg{
	background-image: url(../images/about4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.about4 .container{
	position: relative;
	z-index: 30;
}
.about4-1{
	width: 50%;
	padding-top: 160px;
	padding-right: 155px;
}
.about4-1 .erji-title{
	text-align: left;
}
.about4-1 .erji-title::after{
	margin-left: 0;
}
.about4-1-p{
	font-size: 18px;
	color: #333;
	line-height: 2.4;
	margin-top: 40px;
}
.about4-2{
	overflow: hidden;
	padding-top: 125px;
	padding-left: 100px;
}
.about4-2-p{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
}
.about4-2-p p{margin:0;}
.about4-2-p p+p{
	margin-top:30px;
}
.about5{
	padding: 85px 0 95px;
	background-image: url(../images/about5-bg.jpg);
}


.swiper-slide-wei .about5-item{opacity: 0;}


.about5-2 .swiper-slide:nth-child(10)::after{
	position: absolute;
	width: 7px;
	height: 149px;
	content:"";
	right: 0;
	top: 13px;
	background-image: url(../images/bb.png);
}

.about5-2 .swiper-slide:nth-child(11)::after{
	position: absolute;
	width: 7px;
	height: 149px;
	content:"";
	right: 0;
	bottom: 0;
	background-image: url(../images/bb.png);
}

.about5-item{
	position: relative;
}
/*.about5-item:hover .about5-item-pic{
	opacity: 1;
	visibility: visible;
}*/
.about5-item-pic{
	position: absolute;
	left: 110%;
	top: 0;
	width: 220px;
/*	opacity: 0;
	visibility: hidden;*/
	z-index: 30;
	/*transition: opacity .3s;*/
}
.about5-item-pic .imgbox_a{
	padding-bottom: 56.36%;
}
.about5-item2 .about5-item-pic{
	top: 250px;
}
.about5-item.about5-item-last .about5-item-pic{
	left: auto;
	right: 110%;
}


.about5-item:hover .about5-nian{
	color: #bf000a;
}
.about5-item:hover .about5-con-p{
	color: #bf000a;
}

.about5-item:hover .about5-con-p p::before{
	background-color: #bf000a;
}


.about5-item-pic .imgbox_a{
	padding-bottom: 56.36%;
}

.about5-item::before{
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px;
	content:"";
}
.about5-item-before{
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px;
	cursor: pointer;
	z-index: 5;
	/*background-color: #f0f;*/
	background-image: url(../images/about5-xin.png);
	transition: background-image .5s;
}
.about5-item-before:hover{
	background-image: url(../images/about5-xinh.png);
}
.swiper-slide.cur .about5-item-before {
    background-image: url(../images/about5-xinh.png);
}
.about5-item::after{
	position: absolute;
	width: 0%;
	left: 50%;
	top: 50%;
	height: 1px;
	background-color: #bf000a;
	content:"";
	z-index: 5;
	transition: width .5s,left .5s;
}
/*.about5-list .center	.about5-item::after{
	width: 100%;
	left: 0;
}*/
/*.about5-list .about5-item::before{
	background-image: url(../images/about5-xinh.png);
}
.about5-list .center+.owl-item .about5-item::before,
.about5-list .center+.owl-item+.owl-item .about5-item::before{
	background-image: url(../images/about5-xin.png);
}
.about5-list .center .about5-nian{
	color: #bf000a;
}*/
.swiper-slide.cur .about5-item::before{
	background-image: url(../images/about5-xinh.png);
}
.swiper-slide.cur .about5-nian{
	color: #bf000a;
}
.about5-con{
	height: 160px;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bb.png);
}
.about5-nian{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	transition: color .3s;
}
.about5-nian span{
	font-family: 'Impact';
	font-size: 2em;
	letter-spacing: 2px;
	padding-right: 15px;
}
.about5-con-p{
	font-size: 18px;
	color: #333;
	line-height: 2;
	height: 100px;
	margin-top: 12px;
	overflow-y: auto;
	padding-right: 10px;
}
.about5-con-p::-webkit-scrollbar {
    width: 3px;
}
.about5-con-p::-webkit-scrollbar-thumb {
    width: 3px;
    height: 36px;
    border-radius: 3px;
    background-color: #bf000a;
}
.about5-con-p::-webkit-scrollbar-track {
    width: 3px;
    border-radius:3px;
}
.about5-con-p p{
	margin:0;
	padding-left: 15px;
	position: relative;
}
.about5-con-p p::before{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content:"";
	left: 0;
	top: 15px;
	background-color: #999999;
}
.about5-item1{
	padding-bottom: 250px;
}
.about5-item2{
	padding-top: 250px;
}
.about5-2{
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/about5-2-bg.png);
	position: relative;
}
.about5-2 .container{
	position: relative;
	z-index: 10;
}
.about5-2::before{
	position: absolute;
	width: calc((100% - 1600px)/2 + 160px);
	left: 0;
	top: 50%;
	height: 1px;
	z-index: 5;
	background-color: #bf000a;
	content:"";
	transition: width .3s;
}
.about5-2.cur1::before{
	width: calc((100% - 1600px)/2 + 160px + 320px);
}
.about5-2.cur2::before{
	width: calc((100% - 1600px)/2 + 160px + 640px);
}
.about5-2.cur3::before{
	width: calc((100% - 1600px)/2 + 160px + 960px);
}
.about5-2.cur4::before{
	width: calc((100% - 1600px)/2 + 160px + 1280px);
}
.ce11{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	z-index: 999;
	width: 90px;
	height: 200px;
	right: -126px;
	transition: right .5s;
	background-color: #bf000a;
	border-radius: 11px;
	box-shadow: -3px 3px 21px 0px rgba(0, 12, 49, 0.23);
}
.ce11.cur{
	right:20px;
}
.ce11 dl{
	margin:0;
}
.ce11 dd{
	padding-top: 25px;
	position: relative;
}
.ce11 dd+dd{
	margin-top: 15px;
}
.ce11 dd+dd::before{
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #fff;
	left: 50%;
	margin-left: -8px;
	content:"";
	top: 4px;
}
.ce11 dd>a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.ce11 dd>a:hover{
	font-weight: bold;
}
.ce11 dd>a img{
	display: block;
	width: 32px;
	margin:0 auto 10px;
}
.fanwei .erji-title{
	font-size: 30px;
}
.fanwei .erji-title::after{
	display: none;
}
.fanwei-div{
	margin-top:0px!important;
	padding: 35px 20px 70px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 8px 92px 0px rgba(20, 18, 18, 0.06);
}
.fanwei1-input{
	width: 520px;
}
.fanwei1-input .form-control{
	height: 48px;
	border-color:#d9d9d9;
	box-shadow:none!important;
	padding: 8px 15px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url(../images/fanwei1-ico.png);
}
.fanwei1-btn-wp{
	width: 172px;
	margin-left: 16px;
}
.fanwei1-btn{
	width: 78px;
}
.fanwei1-btn.fl input{
	display: block;
	width: 100%;
	border:0;
	background-color: #be000a;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	height: 48px;
}
.fanwei1-btn.fr input{
	display: block;
	width: 100%;
	border:1px solid #f0f0f0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	border-radius: 4px;
	height: 48px;
}
.fanwei1 input:focus{
	outline: none;
}
/*.fanwei1-btn input:hover{
	font-weight: bold;
}*/
.fanwei2-table{
	margin-top: 20px;
	margin-bottom: 0;
	border:1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.fanwei2-table table.table{
	margin:0;
	table-layout: fixed;
}
.fanwei2-table table.table tr th{
	padding: 20px 8px;
	background-color: #fafafa;
	font-size: 17px;
	color: #333;
	vertical-align: middle;
	border-top: 0;
}
.fanwei2-table table.table tr td{
	/*height: 68px;*/
	padding: 15px 8px;
	font-size: 17px;
	color: #333;
	vertical-align: middle;
}
.fanwei2-table table.table tr{display: none;}
.fanwei2-table table.table tr.trth,
.fanwei2-table table.table tr.trz,
.fanwei2-table table.table tr.cur{
	display: table-row;
}
.fanwei2-table table.table tr:first-child th.smth{
	width: 460px;
}
.fanwei2-table table.table tr th:nth-child(1),.fanwei2-table table.table tr td:nth-child(1){width: 112px;}
.fanwei2-table table.table tr th:nth-child(2),.fanwei2-table table.table tr td:nth-child(2){width: 140px;}
.fanwei2-table table.table tr th:nth-child(3),.fanwei2-table table.table tr td:nth-child(3){width: 330px;}
.fanwei2-table table.table tr th:nth-child(4),.fanwei2-table table.table tr td:nth-child(4){width: 120px;}
.fanwei2-table table.table tr th:nth-child(5),.fanwei2-table table.table tr td:nth-child(5){width: 190px;}
.fanwei2-table table.table tr th:nth-child(6),.fanwei2-table table.table tr td:nth-child(6){width: 206px;}
.fanwei2-table table.table tr.table_tr{
	display: table-row;
}
.fanwei2-table table.table tr.table_tr>td{
	border:0;
	padding: 0;
}
.fw2-cz{
	width: 24px;
	height: 24px;
	background-color: #e6e6e6;
	background-image: url(../images/cz1.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin:0 auto;
	border-radius: 3px;
}
.fw2-cz.cur{
	background-image: url(../images/cz2.png);
}
.fw2-sm{
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	white-space: normal;
}
.fw2-dm{
	font-weight: bold;
}
.fw2-ml{
	font-weight: bold;
}
.tr1.cur .fw2-dm,
.tr1.cur .fw2-ml{
	color: #be000a;
}

.tr1 .fw2-cz{
	margin-left: 0;
}
.tr1-2 .fw2-cz{
	margin-right: 0;
}









.shenqing-input-yzm{
	position: relative;
}
.shenqing-input.shenqing-input-yzm .form-control{
	padding-right: 140px;
}
.shenqing-input-yzm-a{
	position: absolute;
	right: 11px;
	top: 7px;
	z-index: 15;
	font-size: 14px;
	color: #999;
	width: 118px;
}
.shenqing-input-yzm-a button{
	border:0;
	background-color: #bf000a;
	color: #fff;
	height: 34px;
    display: block;
    width: 100%;
}
.shenqing-input-yzm-a a{
	color: #bf000a;
}
.shenqing-leixing-box-wp{
	margin-top: 43px;
}
.shenqing-leixing-box-wp .shenqing-leixing-box{display: none;}
.shenqing-leixing-box-wp .shenqing-leixing-box:first-child{display: block;}
.about5-3{
	margin-top: 85px;
}
.about5-list2{
	padding: 0 50px;
}
.about5-list2 .item{
	font-size: 19px;
	color: #9b9b9b;
	text-align: center;
	font-weight: bold;
	/*font-family: 'Arial';*/
}
.about5-list2 .item span{
	cursor: pointer;
}
.about5-list2 .item.cur span{
	color: #bf000a;
}
.about5-list2 .owl-nav .disabled{
	display: none;
}
.about5-list2 .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 18px;
  background-image: url(../images/left13.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
}
.about5-list2 .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  top: 50%;
  margin-top: -9px;
  width: 11px;
  height: 18px;
  background-image: url(../images/right13.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
}
.ce11 dd>a:hover .dhbg{
	display: block;
}
.dhbg{
	position: absolute;
	width: 321px;
	height: 130px;
	top: -10px;
	right:95px;
	background-image: url(../images/dhbg2.png);
	padding-left: 33px;
	padding-top: 35px;
	text-align: left;
	 display: none; 
}
.dhbg1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
}
.dhbg1 span{
	font-size: 24px;
	font-family: 'Impact';
	font-weight: normal;
	color: #bf000a;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.dhbg2{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1;
	padding-left: 15px;
}
.about2-item1 .about2-dd1{
	width: 162px;
}
.about2-item2 .about2-dd1{
	width: 72px;
}
.about2-item3 .about2-dd1{
	width: 94px;
}
.about2-item1 .about2-dd2{
	padding-right: 13px;
}
.about2-item2 .about2-dd2{
	padding-right: 102px;
}
.news-xx{
	max-width: 1200px;
	margin:0 auto;
}
.danpian-h1{
	font-size: 32px;
	color: #333;
	text-align: center;
}
.danpian-h2{
	font-size: 14px;
	color: #999;
	margin-top: 13px;
	text-align: center;
}
.danpian-con{
	margin:30px 0;
	padding: 30px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px dashed #d6d8db;
	text-align:justify; 
}
.danpian-con p{
	text-indent: 2em!important;
}
.danpian-con *{
	font-size: 20px!important;
	color: #333!important;
	line-height: 2!important;
	font-family: "Microsoft Yahei" !important;
}
.danpian-con  a *{
    color: #0066cc!important;
}


.danpian-con  a:hover{
    text-decoration: underline;
}










.danpian-con img{
	display: block;
	margin:0 auto 10px;
	height: auto!important;
}
.danpian-page{
	font-size: 16px;
	color: #333;
}
.danpian-page .fl,
.danpian-page .fr{
	max-width: 48%;
}
.danpian-page a:hover{
	color: #bf000a;
}
.hdedtail-fx{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.hdedtail-fx .social-share{
	display: inline-block;
	vertical-align: middle;
}
.jiangtang-list dl{
	margin:0;
}
.jiangtang-list dd>a{
	display: block;
	height: 88px;
	line-height: 88px;
	padding-right: 30px;
	background-color: #fff;
}
.jiangtang-list dd.hdd>a{
	background-color: #f8f8f8;
}
.jiangtang-date{
	width: 145px;
	margin-right:25px;
	text-align: center;
	font-size: 18px;
	color: #000;
	background-image: url(../images/line0.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.jiangtang-con{
	font-size: 18px;
	color: #000;
}
.jiangtang-list dd>a:hover{
	background-color: #bf000a;
}
.jiangtang-list dd>a:hover .jiangtang-date{
	color: #fff;
	background-image: url(../images/line0h.png);
}
.jiangtang-list dd>a:hover .jiangtang-con{
	color: #fff;
}
.tupian-list{
	overflow: hidden;
}
.tupian-list dl{
	margin:0;
	margin-top: -2%;
	margin-left: -2%;
}
.tupian-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}
.tupian-list dd .imgbox_a {
    padding-bottom: 30.19%;
}
#nav {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 988;
    width: 120px;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
#nav.cur{
	opacity: 1;
	visibility: visible;
}
#nav ul{
	margin:0;
}
#nav li{
	height: 12px;
	position: relative;
	height: 20px;
	line-height: 20px;
}
#nav li+li{
	margin-top: 15px;
}
#nav li a {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
#nav li a span{
	position: absolute;
	white-space: nowrap;
	left: 20px;
	top: -4px;
	font-size: 14px;
	color: #333;
	height: 20px;
	line-height: 20px;
	/*opacity: 0;*/
}
#nav li.cur a{
	background-color: #bf000a;
}
#nav li.cur a span,
#nav li a:hover span{
	opacity: 1;
	color: #bf000a;
}
.about6{
	padding: 80px 0 175px;
	background-image: url(../images/about6-bg.jpg);
}
.about6-list{
	margin-top: 125px;
	padding: 0 130px;
}
.about6-list .swiper-wrapper{
	align-items: flex-end;
}
.about6-list .swiper-slide{
	font-size: 0;
	width: auto;
}
.about6-pic{
	padding: 0 50px;
}
.about6-pic a{
        height: 307px;
        max-width: 340px;
        display: flex;
        align-items: flex-end;
}

.about6-pic a img{
        max-height: 100%;
}
#shenqing-li-wp-te{
	margin-top: 43px;
}
.shenqing-input22{
	padding-right: 100px;
}
.dwdwdw{
	position: absolute;
	right: 0;
	bottom: 14px;
	width: 89px;
}
.tixi3-item{
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/tixi3-item-bg.jpg);
	padding: 35px 40px 0;
}
.tixi3-item-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-bottom: 17px;
	position: relative;
}
.tixi3-item-h1::after{
	position: absolute;
	width: 48px;
	height: 2px;
	background-color: #bf000a;
	content:"";
	left: 0;
	bottom: 0;
}
.tixi3-item-con{
	font-size: 16px;
	color: #333;
	margin-top:35px;
	line-height: 2;
}
.tixi3-item-con p{
	margin:0;
}
.about2-list22{
	margin-top: 37px;
}
.about2-list22 dl{
	margin:0;
}
.about2-list22 dd+dd{
	margin-top: 20px;
}
.about2-list22-item{
	padding: 30px;
	padding-left: 80px;
	border:1px solid #e4e4e4;
	transition: box-shadow .3s;
}
.about2-list22-item:hover{
	box-shadow: 10px 17px 57px 0px rgba(191, 0, 10, 0.05) inset, 0px 4px 24px 0px rgba(64, 0, 2, 0.06);
}
.about2-list22-item:hover .about2-list22-name{
	color: #bf000a;
}
.about2-list22-item:hover .about2-list22-con{
	color: #bf000a;
}
.about2-list22-name{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	border-right:2px solid #bf000a;
	line-height: 1;
	width: 132px;
	margin-right: 40px;
	transition: color .3s;
}
.about2-list22-con{
	overflow: hidden;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	transition: color .3s;
}
.about7{
	padding: 95px 0;
	background-color: #faf7f3;
	position: relative;
}
.about7-bg{
	background-image: url(../images/about7-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width:calc((100% - 1600px) / 2 + 520px);
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.about7-1{
	width: 520px;
	margin-right: 90px;
	padding-right: 90px;
	position: relative;
	z-index: 30;
	margin-top: 50px;
}
.about7-1 .erji-title{
	text-align: left;
}
.about7-1 .erji-title::after{
	margin-left: 0;
}
.about7-2{
	overflow:hidden;
}
.about7-2 .about2-list22-name{
	width: 110px;
	margin-right: 20px;
}
.about7-2-2{
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 0px!important;
	margin-bottom: 25px;
	font-family: 'SimHei';
}
.about7-2-2 p+p{margin-top:30px;}
.about7-2-2 p{margin:0;}
.fangshi2-list{
	padding-top: 0!important;
}
.fangshi2-list dl{
	margin:0;
}
.fangshi2-list dd+dd{
	margin-top: 20px;
}
.fangshi2-dd-box{
	background-color: #fff;
	border:1px solid #d9d9d9;
	padding: 40px 120px 40px 70px;
	transition: box-shadow .3s,background-image .3s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/fangshi2-bg0.png);
}
.fangshi2-dd-box:hover{
	border-color:#f2ced0;
	box-shadow: 0px 4px 24px 0px rgba(38, 0, 1, 0.08);
	background-image: url(../images/fangshi2-bg.jpg);
}
.fangshi2-dd-box:hover .fangshi2-h1{
	color: #bf000a;
}
.fangshi2-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.fangshi2-dd-wp{
	margin-top: 20px;
}
.fangshi2-dd{
	font-size: 20px;
	color: #666;
	line-height: 1.5;
}
.fangshi2-dd a{
	color: #bf000a;
	line-height: 1;
}
.fangshi2-dd a span:hover{
	font-weight: bold;
}
.fangshi2-dd a span{
	display: inline-block;
	border-bottom: 1px solid #bf000a;
	padding-bottom: 6px;
	margin:0 15px;
}
.fangshi2-dd:nth-child(1){
	float: left;
	width: 360px;
	margin-right: 40px;
}
.fangshi2-dd:nth-child(2){
	float: left;
	width: 550px;
}
.fangshi2-dd:nth-child(3){
	float: right;
}
.liucheng-item{
	margin-top: 100px;
}
.liucheng-item-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.liucheng-item-dl{
	margin-top: 60px;
	position: relative;
}
.liucheng-item-dl::before{
	position: absolute;
	right: 40px;
	left: 40px;
	top: 60px;
	height:2px;
	content:"";
	background-color: #f8e5e6;
	z-index: 5;
}
.liucheng-item-dl dl{
	margin:0;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 30;
}
.liucheng-item-dl dd img{
	display: block;
	margin:0 auto;
	width: 120px;
	margin-bottom: 15px;
	position: relative;
    transition: transform .3s;
}
.liucheng-item-dl dd p{margin:0;}
.liucheng-item-dl dd:hover img{
transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
}
.liucheng-item-dl dd:hover{
	color: #bf000a;
}
.liucheng-item-dl dd{
	width: 155px;
	font-size: 20px;
	color: #333;
	text-align: center;
	position: relative;
	z-index: 15;
	transition: color .3s;

}
.liucheng-item-dl dd+dd:before{
	position: absolute;
	width: 16px;
	height: 19px;
	background-image: url(../images/liucheng-jt1.png);
	content:"";
	left: -75px;
	top: 52px;
}
.shenqing-line{
	font-size: 0;
	padding: 50px 0 60px;
}
.shenqing-line-item{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px;
	width: 16.6667%;
}
.shenqing-line-item::before{
	position: absolute;
	left: 0%;
	top: 0;
	height: 40px;
	width: 10px;
	content:"";
	background-image: url(../images/bu-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.shenqing-line-item::after{
	position: absolute;
	right: 0%;
	top: 0;
	height: 40px;
	width: 10px;
	content:"";
	background-image: url(../images/bu-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.shenqing-line-item span{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #222;
	background-color: #eaeaea;
	text-align: center;
		font-weight: bold;
}
.shenqing-line-item.cur span{
	background-color: #bf000a;
	color: #fff;
}
.shenqing-line-item.cur::before,.shenqing-line-item.cur::after{
	background-image: url(../images/bu-bgh.png);
}
.yewu-mao{
	position: relative;
	height: 0;
	top: -200px;
}
.shenqing-tc-close{
	position: absolute;
	width: 20px;
	right: 30px;
	top: 25px;
	cursor: pointer;
	z-index: 50;
}

.liuyanxx{
	padding-top:50px;
}



.tixi2-list .owl-nav button.owl-prev{
  position: absolute;
  left:-75px;
  top: 50%;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  background-image: url(../images/lefth.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
}

.tixi2-list .owl-nav button.owl-next{
    position: absolute;
    right:-75px;
	  top: 50%;
	  margin-top: -27px;
    width: 54px;
    height: 54px;
    background-image: url(../images/righth.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
.tixi2-list .owl-nav button.owl-next:hover{
    background-image: url(../images/jian_h.png);
 
}
.tixi2-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/left_h.png);
 
}
.tixi2-list .owl-nav button.owl-next.disabled{
    opacity:0.3;
     background-image: url(../images/righth.png) !important;
 
}


.tixi2-list .owl-nav button.owl-prev.disabled{
    opacity:0.3;
  background-image: url(../images/lefth.png)  !important;
}






.zhaopin-table{
	margin:0!important;
}
.zhaopin-table table.table{
	margin:0;
	text-align: center;
  border-bottom: 1px solid #ddd;
}
.zhaopin-table table.table tr th{
	background-color: #bf000a;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#bf000a;
	font-weight: normal;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
}
.zhaopin-table table.table tr th:first-child{
	text-align: left;
	padding-left: 80px;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	padding-left: 5px;
}
.zhaopin-table table.table tr td{
	background-color: #f6f6f6;
	border-color: #fff;
	vertical-align: middle;
}
.zhaopin-table table.table tr td i
{font-style: normal;font-size: 18px;color: #333;
}
.zhaopin-table table.table tr.tr11 td{
	font-size: 14px;
	color: #666;
	height: 68px;
}
.zhaopin-table table.table tr.tr11 td:first-child{
	font-size: 18px;
	padding-left: 80px;
	text-align: left;
}
.zhaopin-table table.table tr.tr22 td{
	padding: 0;
}
.zhaopin-con{
	padding: 35px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: left;
	display: none;
	white-space: normal;
}
.jjw{
	cursor: pointer;
}
.jjw:hover{
	color: #bf000a;
}
.tan_aaa-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1998;
	display: none;
}
.tan_aaa-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}
.tan_aaa-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}
.tan_aaa-div{
	position: absolute;
	width: 900px;
	height: 600px;
	background-color: #fff;
	z-index: 200;
	margin-left: -450px;
	left: 50%;
	margin-top: -300px;
	top: 50%;
	padding: 60px 30px 30px;
}
 .close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #bf000a;}
 .close_btn:hover{background:#bf000a;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{font-style:normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}
.tan_aaa-div-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 40px;
}
.tan_aaa-dl{
	background-color:#efefef;
	margin-top:  30px;
	padding: 30px 40px;
}
.tan_aaa-dl dl{
	margin:0;
	margin-left: -3%;
}
.tan_aaa-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}
.tan_aaa-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}
.tan_aaa-dl dd h2{
	margin:0;
	font-size: 25px;
	color: #333;
	margin-top: 10px;
}
.tan_aaa-wen-wp{
	padding: 40px;
	padding-right: 20px;
}
.tan_aaa-wen{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height:14.4em ;
	overflow-y: auto;
	padding-right: 20px;
}
.tan_aaa-wen::-webkit-scrollbar {
    width: 6px;
}
.tan_aaa-wen::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #bf000a;
}
.tan_aaa-wen::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}
body.cur{
	overflow: hidden;
}


.shenqing-tc-wp .tixi1-map-item{
	display: block;
	height: 450px;
	margin-top: 30px;
}

.swiper-wrapper{transition-timing-function: linear !important; }
.danpian-h1 span{
  display:block;
  font-size:0.8em;
  margin-top: 10px;
}

.main6-yq-item{
	width: 48%;
}

.main6-yq-item select{
	appearance:none;
	background-image: url(../images/jjjj.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.main6-yq-item select option:nth-child(1){display: none;}

.main6-yq-item .form-control{
	height: 50px;
	font-size: 18px;
	box-shadow: 0px 6px 16px 0px rgba(50, 6, 0, 0.19);
	border-color:#aba9aa;
	border-radius: 7px;
	padding: 10px 20px 10px 50px;
}

.yewu-xz{
	margin-bottom: 60px;
	position: relative;
	width: 700px;
	max-width: 100%;
	z-index: 120;
}

.yewu-xz-list{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 100%;
	background-color: #fff;
	border:1px solid #df7f84;
	border-top: 0;
	display: none;
}
.yewu-xz-list dl{
	margin:0;
	max-height: 300px;
	overflow-y: auto;
}

.yewu-xz-list dl::-webkit-scrollbar {
    width: 3px;
}
.yewu-xz-list dl::-webkit-scrollbar-thumb {
    width: 3px;
    height: 36px;
    border-radius: 3px;
    background-color: #bf000a;
}
.yewu-xz-list dl::-webkit-scrollbar-track {
    width: 3px;
    border-radius:3px;
}

.yewu-xz-list dd{
	font-size: 18px;
	color: #666;
	cursor: pointer;
	padding: 10px;
}
.yewu-xz-list dd:hover{
	background-color: #fafafa;
	color: #bf000a;
}
.yewu-xz-span{
	position: relative;
	border:1px solid #df7f84;
	border-radius: 10px;
	padding-left:129px;
	height:58px;
	line-height: 56px;
		padding-right: 85px;
	
	cursor: pointer;
}
.yewu-xz-span i{
	font-style: normal;
	font-size: 18px;
	color: #666;
}
.yewu-xz-span:hover i,.yewu-xz-span.cur i{
	color: #bf000a;
}
.yewu-xz-span::before{
	position: absolute;
	left: 98px;
	width: 1px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	content:"";
	background-color: #e5e5e5;
}
.yewu-xz-span span{
	position: absolute;
	width: 28px;
	left: 40px;
	top: 50%;
	margin-top: -13px;
	line-height: normal;
}
.yewu-xz-span span img{
	display: block;
	width: 100%;
}

.yewu-xz-span::after{
	position: absolute;
	right:38px;
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	content:"";
	background-image: url(../images/dbico2.png);
	background-size: 100%;
}

.liuchengx{
	height: 590px;
	margin-top: 60px;
}

.liuchengx-div{
	height: 495px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/liuchengx.png);
}
.liucheng-item-dl{
	margin-top: 0;
}
.liucheng-item-dl::before{
	display: none;
}

.liuchengx1{
	width: 720px;
}

.liuchengx1 .liucheng-item-dl+.liucheng-item-dl{
	margin-top:210px;
}

.liuchengx2{
	width: 680px;
	margin-top:187px;
}

.wenda1-shipin video{
	display: block;
	width: 100%;
	height: auto!important;
	border:0;
}

.mbz{
	margin-top: 20px;
}
.mbz .imgbox_a{
	padding-bottom: 33.2367%;
}

#mbz-form.modal{
	cursor: pointer;
}
#mbz-form .modal-dialog{
	width: 1280px!important;
	max-width: 100%;
		cursor: default;
}

.mbz-wdaa{
	position: absolute;
	width: 36%;
	left: 0;
	bottom: 5%;
	z-index: 50;
	left: 32%;
}