/**************************************/
/*************[公用start]**************/
/**************************************/

*{
	font-family: "Arial"!important;
}

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;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header-1{
	height:120px;
	background-color: #f7f2ed;
	background-image: url(../images/header-1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.logo{
	width: 647px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-a{
	margin-top: 32px;
	margin-left: 40px;
}

.header-1-a a{
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.header-1-a a:hover{
	color: #990000;
}
.header-1-a a img{
	display: block;
	margin:0 auto 8px;
}




.search{
	width: 278px;
	height: 45px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 60px;
	margin-top: 58px;
	margin-right: 27px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	background-color:transparent;;
	border:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 45px;
}

.nav-wp{
	position: relative;
	background-color:#fff;
	z-index: 500;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	/*width:9.09090909%;*/
	/*text-align: center;*/
	position: relative;
	border-left: 1px solid #fff;

}
.nav>ul>li+li{
	margin-left: 4px;
}
.nav>ul>li:first-child{
	border-left: 0;
}
.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color:#333;
	/*transition: .3s;*/
	padding: 0 13px;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	background-color: #990000;
	color: #fff;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #990000;
	border-top:1px solid  #990000;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #860101;
}






#header-fine{
	background-color: #990000;
	z-index: 1000;
	position: fixed;
	left: 0;
	right: 0;
	top: -70px;
	transition: .5s;
	display: none!important;
}
#header-fine.cur{
	top: 0;
}
.header-fine-div{
	position: relative;
	padding-left: 400px;
}

.logo-fine{
	width: 362px;
	position: absolute;
	left: 0;
	top: 18px;
}

.logo-fine img{
	display: block;
	width: 100%;

}

.nav-fine{
	
}

.nav-fine ul{
	margin:0;
}

.nav-fine>ul>li{
	float: left;
	/*width: 9.0909090909%;*/
	/*text-align: center;*/
	position: relative;
}
.nav-fine>ul>li>ul{
	position: absolute;
	width: 120px;
	left: 0;
	top: 100%;
	background-color: #990000;
	display: none;
}
.nav-fine>ul>li:last-child>ul{
	left: auto;
	right: 0;
}
.nav-fine>ul>li>ul>li>a{
	display: block;
	height:35px;
	line-height: 35px;
	font-size: 12px;
	color:#fff;
}
.nav-fine>ul>li>ul>li>a:hover{
	background-color: #860101;
}
.nav-fine>ul>li>a{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color:#fff;
}

.nav-fine>ul>li.active>a,.nav-fine>ul>li:hover>a{
	background-color: #860101;
}










/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	/*margin-top: 174px;*/
}


.fafa .slides>li{
	height: 706px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}

.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;
	transition: .3s;
}


.fafa .flex-control-nav li{
	margin:0 14px;
}
.fafa .flex-control-nav{
	bottom: 40px;
	height: 0;
}


.main{
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

	padding: 50px 0;
}


.main1-1{
	width: 824px;
}

.title-11 h1{
	margin:0;
	font-size: 16px;
	color: #999;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: left center;
	/*height: 36px;*/
	line-height: 1.4;
}
.title-11 h1 span{
	font-weight: bold;
	font-size: 30px;
	color: #333;
	padding-right: 8px;
}

.title-11 a.fr{
	height:36px ;
	line-height: 36px;
	padding: 0	27px;
	background-color: #990000;
	color: #fff;
	font-size: 14px;
	margin-top: 3px;
}
.title-11 a.fr:hover{
	background-color: #860101;
}


.main1-div{
	margin-top: 38px;
}
.main1-1-top dl{
	margin:0;
	margin-left: -5%;
}

.main1-1-top dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	padding-left: 26px;
	position: relative;
}
.main1-1-top dd i{
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	font-style: normal;
	font-size: 14px;
	color: #666;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
  line-height: 1;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.main1-1-top dd h1{
	margin:0;
	font-size: 18px;
	color: #333;
	margin-top: 16px;
}
.main1-1-top dd h1 a:hover{
	color: #990000;
}

.main1-1-top dd p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	margin-top: 11px;
	overflow: hidden;
}
.main1-1-bottom {
	padding-top: 15px;
}
.main1-1-bottom dl{
	margin:0;
}

.main1-1-bottom dd{
	background-repeat: no-repeat;
	background-position:26px center;
  background-image: url(../images/dian2.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:42px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 46px;
	line-height:45px;
	border-bottom: 1px dashed #e5e6e5;
}



.main1-1-bottom dd a{
	font-size: 16px;
	color:#333;
}
.main1-1-bottom dd span{
	font-size: 14px;
	color:#666;
	position: absolute;
	right: 0px;
	top: 0;
}
.main1-1-bottom dd a:hover{
	color:#990000;
}



.main1-2{
	width: 526px;
}

.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd{
	border:1px solid #dddddd;
	margin-top: 13px;
	padding: 19px 0;
	padding-right: 25px;
}
.main1-2-dl dd:hover{
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.main1-2-dl dd:hover .main1-2-con  h1{
	color: #990000;
	font-weight: bold;
}
.main1-2-dl dd:first-child{
	margin-top: 0;
}

.main1-2-date{
	width: 103px;
	padding-right: 24px;
	text-align: right;
}
.main1-2-date h1{
	margin:0;
	font-size: 24px;
	color: #666;

}
.main1-2-date h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 7px;
}

.main1-2-con{
	overflow: hidden;
	border-left:1px solid #f3f3f3;
	padding-left: 24px;
}
.main1-2-con  h1{
	margin:0;
	font-size: 16px;
	color: #333;
	height: 24px;
	line-height: 24px;
}


.main1-2-con  p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	margin-top: 3px;
	overflow: hidden;
}


.main2{
	margin:45px 0;
}

.main2-left{
	width: 565px;

	position: relative;
	background-image: url(../images/main2-bg1.jpg);
	padding: 40px 85px 40px 48px;

}

.main2-left h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.main2-left::after{
	position: absolute;
	width: 26px;
	height: 342px;
	right: 0;
	top: 50%;
	margin-top: -171px;
	background-image: url(../images/wz.png);
	background-repeat: no-repeat;
	background-position: left center;
	content:"";
}


.main2-dl1 dl{
	margin:0;
	padding-top: 10px;
}

.main2-dl1 dd{
	margin-top: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
	font-size: 0;
	line-height: normal;
}



.main2-dl1 dd a{
	font-size: 16px;
	position: relative;
	color:#fff;
	max-width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main2-dl1 dd a span{
	position: relative;
	z-index: 25;
}

.main2-dl1 dd a::after{
	content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 6px;
  background-color: #facd89;
  transition: .5s;
  z-index: 15;
}
.main2-dl1 dd a:hover::after{
	/*color: #000;*/
	width: 100%;
}
.main2-dl1 dd a{
	font-style: normal;
}
.main2-dl1 dd>span{
	font-size: 14px;
	color:#fff;
	position: absolute;
	right: 0px;
	top: 1px;
}
.more1 {
	margin-top: 32px;
}
.more1 a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border:1px solid #fff;
}

.more1 a:hover{
	color: #990000;
	background-color: #fff;
}




.main2-right{
	width: 835px;
	height: 420px;
	background-image: url(../images/main2-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 45px 160px 0 65px;
}

.main2-h1 span{
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	position: relative;
	left: -8px;
	top: 2px;
}

.main2-h1-con{
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
	height: 3.2em;
}
.main2-h1-con a:hover{
	color: #990000;
}

.fmain2 dl{
	margin:0;
	padding-top: 10px;
}

.fmain2 dd{
	margin-top: 25px;
	font-size: 18px;
	color: #333;
	padding-left:50px ;
	background-repeat: no-repeat;
	background-position: left top;
	
	line-height: 29px;
}

.fmain2 .flex-direction-nav{
	width: 102px;
	height: 34px;
	position: relative;
	margin-top: 40px;
}

.main3 dl{
	margin:0;
	margin-left: -1px;
}

.main3 dd{
	float: left;
	width: 25%;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}


.main3 dd .imgbox_a{
	padding-bottom: 70.2%;
}

.main3-list .item .imgbox_a {
    padding-bottom: 70.2%;
}
.main3-list .item .imgbox_a .main3-hong {
    opacity: 1;
    visibility: visible;
}

.main3-list{
	position: relative;
}
.main3-list .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
  text-align: center;
  font-size: 0;
  line-height: normal;
}
.main3-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 3px;
    border:0;
    background-color: transparent;
    outline: none;
}
.main3-list .owl-dot span{
    width: 8px;
    display: block;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/arrow-b.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.owl-dot.active span{
    background-image: url(../images/arrow-b-h.png);

}











.main3 dd.dd_one{
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/dd_one.jpg);
}



.main3 dd.dd_ove{
	background-color: #f5f5f6;
}
.dd_ove-div{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -57px;
}
.main3 dd.dd_ove .imgbox_a:hover .dd_ove-div h1{
	/*color: #990000;*/
	font-weight: bold;
}
.dd_ove-div img{
	display: block;
	width: 51px;
	margin:0 auto;
}

.dd_ove-div h1{
	margin:0;
	font-size: 20px;
	color: #990000;
	margin:18px 0 13px;
	height: 22px;
	line-height: 22px;
}
.dd_ove-div h2{
	margin:0;
	font-size: 16px;
	color: #990000;
	text-transform: uppercase;
}


.main3-hong{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/hongdi.png);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.main3-hong-1{
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.6;
	width: 100px;
}
.main3-hong-1 .line{
	width: 22px;
	height: 2px;
	background-color: #fff;
	margin-top: 10px;
}

.main3-hong-2{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.main3-hong-3{
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 26px;
}
.main3-hong-3 img{
	display: block;
	width: 100%;
}


.main3 dd .imgbox_a:hover .main3-hong{
	opacity: 1;
	visibility: visible;
}

.dd_one-div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 80;
	padding-left: 48px;
	padding-top: 48px;
}
.dd_one-div h1{
	margin:0;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
}

.dd_one-div h1 img{
	vertical-align: baseline;
	margin-left: 10px;
}
.dd_one-div h2{
	margin:0;
	font-size: 20px;
	color: #fff;
	margin:10px 0 42px;
}


.more3 a{
	display: block;
	width: 93px;
	height: 31px;
	line-height:29px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border:1px solid #fff;
}

.more3 a:hover{
	color: #990000;
	background-color: #fff;
}







/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #353535;
	padding: 60px 0 50px;

}


.er-wp{
	width: 132px;
	margin-left: 35px;
}

.er{

	font-size: 14px;
	color:#fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}


.foo-con{
	overflow: hidden;
}

.youq span{
	font-size: 16px;
	color:#fff;
	line-height: 34px;
	height: 34px;
	width: 90px;
}

.youq-dl{
	overflow: hidden;
}

.youq-dl dl{
	margin:0;
}
.youq-dl dd{
	float: left;
	width: 254px;
	margin-left: 29px;
}
.youq-dl dd:first-child{
	margin-left: 0;
}

.youq-dl dd select{
	border-radius: 0;
}

.foo-p{
	font-size: 14px;
	color:#fff;
	line-height: 2;
	margin-top: 45px;

}

.foo-p span
{padding-left: 20px;}

.foo-p a:hover{
	color: #990000;
}
.foo-nav{
	font-size: 16px;
	color: #fff;
	margin-top: 33px;
}

/**************************************************************/
/*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: #f7f2ed;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 4px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 15px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
	font-size: 0;
	padding-top: 10px;
	padding-left: 15px;
}
.nav-2>ul>li>ul>li{
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 8px;
}
.nav-2>ul>li>ul>li>a{
	display: block;
	font-size: 14px;

	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 350px;
   margin-left: 15px;
   margin-top: 23px;
}

.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: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
	width: 252px;
	margin-right: 40px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	padding: 25px 15px;
	background-color: #990000;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}

.menu li dl{
	background-color: #f6f8fa;
	margin:0;
	border-top: 1px solid #eee;
	padding: 5px 0;
	display: none;
}
.menu li dd{
	display: block;
	height: 40px;
	line-height: 40px;
	color:#4f4f4f;
	font-size: 16px;
	padding-left: 58px;
}

.menu li dd a:hover{
	color: #990000;

}
.menu li>a{
	display: block;
	padding: 13px 10px;
	line-height: 1.6;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}

.menu li>span{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;

	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
	cursor: pointer;
}
.menu li>span:hover{
	background-color: #990000;
	color:#fff;
	background-image: url(../images/menuh.png);
}

.menu li>span.cur:hover{
	background-image: url(../images/menuh2.png);
}
.menu li>span.cur{
	background-color: #990000;
	background-image: url(../images/menuh2.png);
	color:#fff;
}
.menu li>a:hover,.menu li.active>a{
	background-color: #990000;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 10px!important;
    border-bottom: 1px solid #990000;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;


	padding-bottom: 30px;

	text-align: center;
	position: relative;
	padding: 0 35px 15px;

}
.erji-title .fl::before{
	content:"";
	width:64px;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/list-tt1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.erji-title .fl::after{
	content:"";
	width:64px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/list-tt2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.mianbaoxie{
      font-size: 14px;
    color:#333;
    height: 20px;
    line-height: 20px;margin-top: 13px;
}
.mianbaoxie a:hover{
    color:#990000;
}
.mianbaoxie span{
    color:#990000;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#990000;
}
.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#990000;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}
.pic-item2 .pic-pic>a{
	padding-bottom: 150.244%;
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#990000;
}



/*ceshi*/
/*
.ceshi888 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ceshi888-left{
	width: 600px;
	border:1px solid #e2e2e2;
	float: left;
}

.map{
	height: 603px;
	background-repeat: no-repeat;
	background-position: center;
}

.ceshi888{
	background-color: #e43a07;
}

.ceshi888-right{
	overflow: hidden;
	padding: 50px 30px 0;
}

.ceshi888-h1{
	font-size: 22px;
	font-weight: bold;color: #fff;
}

.ceshi888-dl dl{
	margin:0;
}

.ceshi888-dl{
	margin-top: 25px;
	padding: 20px 0;
	border-top: 1px dashed #f29d83;
	border-bottom: 1px dashed #f29d83;
}

.ceshi888-dl dd{
	margin-top: 14px;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}

.ceshi888-dl dd:first-child{
	margin-top: 0;
}
.ceshi888-erwp{
	margin-top: 30px;
}
.ceshi888-er{
	width: 122px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.ceshi888-er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}*/

.laoshi2-list{
	padding-bottom: 15px;
}
.laoshi2-list dl{
	margin:0;
	margin-left: -3%;
}


.laoshi2-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #fafaf7;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}

.laoshi2-pic{
	width: 130px;
}

.laoshi2-pic .imgbox_a{
	padding-bottom: 133.33333%;
}

.laoshi2-con{
	overflow: hidden;
	padding: 20px 20px 0;
}

.laoshi2-con h1{
	margin:0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.laoshi2-con h1 a:hover{color: #990000;}

.laoshi2-con-p{
	font-size: 14px;
	color: #999;
	line-height:1.8;
	height: 5.4em;
	overflow: hidden;
	margin:13px 0 8px;
}

.laoshi2-con-p p{
	margin:0;
}

.laoshi2-a a{
	font-size: 14px;
	color: #990000;
}

.jigou-item{
	margin-top: 30px;
}
.jigou-item:first-child{
	margin-top: 15px;
}
.jigou-title{
	border-bottom: 1px solid #eee;

}
.jigou-title h1{
	margin:0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0	30px;
	font-size: 16px;
	background-color: #990000;
	position: relative;
	bottom: -1px;
}

.jigou-dl dl{
	margin:0;
	margin-left:-2%;
}

.jigou-dl dd{
	float: left;
	width: 31.3333%;
	margin-left:2%;
	margin-top: 2%;
}
.jigou-dl dd>a{
	display: block;
	height: 42px;
	line-height: 40px;
	border:1px solid #eee;
	font-size: 15px;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0	15px;
}

.jigou-dl dd>a:hover{
	color: #fff;
	background-color: #990000;
	border-color:#990000;
}




.shizi-title-dl{
	background-color: #990000;
	padding: 15px;
	margin-top: 10px;
}

.shizi-title-dl dl{
	margin:0;
	margin-left: -2%;
}

.shizi-title-dl dd{
	float: left;
	width:23%;
	margin-left: 2%;
}

.shizi-title-dl dd>a{
	display: block;
	padding: 10px 0;
	color:#fff;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
}

.shizi-title-dl dd.cur>a,.shizi-title-dl dd:hover>a{
	background-color: #7b0701;
}
.shizi-list{
	padding-bottom: 100px;
}
.shizi-list ul{
	margin:0;
}

.shizi-list li{
	margin-top: 30px;
}

.shizi-list-title{
	width:113px ;
	margin-right: 10px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background-color: #990000;
}

.shizi-list-a{
	overflow: hidden;
}
.shizi-list-a dl{
	margin:0;
}
.shizi-list-a dd{
	float: left;

	margin-left: 18px;
	height: 38px;
	line-height: 38px;
}

.shizi-list-a dd a{
	font-size: 14px;
	color:#000;
}


.shizi-list-a  dd a:hover{
	color: #990000;
}



.sanji-dl{
	padding: 15px 0 5px;
}

.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.sanji-dl dd>a{
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0	25px;
  background-color: #f6f6f6;
  font-size: 16px;
}
.sanji-dl dd.cur>a{
	background-color: #990000;
	color: #fff;
}
.sanji-dl dd>a:hover{
	color: #990000;
}
.sanji-dl dd.cur>a:hover{
	color: #fff;
}





.shizi3-list dl{
	margin:0;
	margin-left: -4%;
}

.shizi3-list dd{
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-top: 30px;

}

.shizi3-pic{
	width: 150px;
	margin-right: 25px;
}

.shizi3-pic .imgbox_a{
	padding-bottom: 138.89%;
}

.shizi3-con{
	overflow: hidden;
	padding-top: 5px;
}


.shizi3-con h1{
	margin:0;
	font-size: 22px;
	color:#333;
}
.shizi3-con h1 a:hover{
	color: #990000;
}

.shizi3-con-p{
	font-size: 14px;
	color:#666;
	line-height: 1.6;
	margin-top: 15px;
	height: 9.6em;
	overflow: hidden;
}
.shizi3-con-p p{
	margin:0;
}











.boshi-dl dl{
	margin:0;
	margin-left:-2%;
	padding-top: 10px;
	font-size: 0;
	line-height: normal;
}

.boshi-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-left:2%;
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
}
.boshi-dl dd::before{
	content:"•";

	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	font-size: 14px;
	color: #333;
}
.boshi-dl dd>a{
	font-size: 15px;
	color: #333;
}

.boshi-dl dd>a:hover{
	color:#990000;
}



.erji-content-title {
    color: #990000;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
}

.jiaoyan-list ul,.jiaoyan-list dl{
	margin:0;
}


.jiaoyan-list li h1{
	height: 37px;
	line-height: 37px;
	background-color: #f3f3f3;
	color:#990000;
	font-weight: bold;
	margin:0;
	font-size: 16px;
	padding-left:37px ;
	background-image: url(../images/dian2.png);
	background-repeat: no-repeat;
	background-position: 22px center;
}
.jiaoyan-list li p{
	margin:0;
}
.jiaoyan-dl{
	padding: 20px 15px 8px 37px;
}
.jiaoyan-dl dd{
	float: left;
	width: 10%;

	font-size: 16px;
	color:#333;
	margin-bottom: 12px;
}

.jiaoyan-dl dd a:hover{
	color:#990000;

}

.laoshi44-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	padding: 15px 0
}

.laoshi44-p p{margin:0;}



.xm-1{
	margin-top: 35px;
	padding: 0	215px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/xm-1.jpg);
}

.xm-1 .item span{
	display: block;
	margin:0 auto;
	width: 74px;
	height: 74px;
	line-height: 70px;
	text-align: center;	font-size: 20px;
	font-weight: bold;color: #cfcfcf;
	text-align: center;
	cursor: pointer;
	border:2px solid #cfcfcf;
	border-radius: 50%;
	background-color: #fff;
}
.xm-1 .item.cur span{
	background-color: #990000;
	color: #fff;
}


.xm-1 .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background-image: url(../images/left.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.xm-1 .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background-image: url(../images/right.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
.xm-2-wp{
	margin-top: 30px;
}
.xm-2-wp .xm-2{display: none;}
.xm-2-wp .xm-2:first-child{display: block;}

.laoshi5-ul{
	padding: 20px 0 15px;
}
.visible-lg-block{
	display: none!important;
}
.hidden-lg{
	display: none!important;
}
.laoshi5-li{
	margin-top: 15px;
}
.laoshi5-li:first-child{
	margin-top: 0;
}






.main-en{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-en .container{
	height: 100%;
}
.main-en-div{
	width: 500px;
	background-image: url(../images/baidi.png);
	height: 100%;
	margin-left: auto;
	padding: 60px 30px 0;
}

.main-en-title{
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../images/main-en-ico1.png);
	font-size: 27px;
	color: #990000;
	line-height: 1.2;
	padding-left: 75px;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 66px;
}
.main-en-p{
	font-size: 14px;
	color: #333;
	line-height: 2.2;
	padding: 0px 10px;
	margin:20px 0 30px;
	height: 30.8em;
	overflow: hidden;
}
.main-en-p *{
	font-size: 14px!important;
	color: #333!important;
	line-height: 2.2!important;
}
.main-en-p p{
	margin:0;
}
.main-en-a{
	padding-left: 10px;
}
.main-en-a a{
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #990000;
	text-align: center;
	transition: background-color .3s;
}

.main-en-a a:hover {
    background-color: #860101;
}