/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}


body{
	font-family:"宋体";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#666;
	background-color: #ededed;
	line-height: 1.2;	
	overflow-x: hidden;
	position: relative;


}

body.erji-body{
	background-color: #f2f2f2;
}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}    
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
	padding: 0	16px;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
}
.header-1{
	height: 108px;
	background-color: #fff;
}

.logo{
	font-size: 0;
	margin-left: 18px;
	margin-top: 16px;
}

.header-right{

	width: 287px;
	margin-top: 23px;
}

.header-a{
	text-align: right;
	font-size: 12px;
}
.header-a a:hover{
	color:#c61000;
}

.form-1{
	position: relative;
	margin-top: 21px;
}
.form-1 input[type="text"]{
	width: 100%;
	height: 32px;
	line-height: 30px;
	border:1px solid #c9c9c9;
	border-radius: 30px;
	padding-left: 25px;
	font-size: 12px;
}

.form-1 input[type="image"]{
	position: absolute;
	right: 16px;
	top: 7px;
}

.nav{
	background-color: #c61000;
}

.nav li{
	float: left;
	width: 11.11111111111%;
}

.nav li>a{
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	transition: .3s;
}

.nav li:hover>a,.nav li.active>a{
	background-color:#8a0b00; 
}
/**************************************************************/
/*header-over*/





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

#main{
	
}


.fafa .slides>li{
	height: 364px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.fafa .flex-direction-nav{
	display: block;
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;

}

.main .wp{
	padding:16px;
	padding-bottom: 40px;
	background-color: #fff;

}


.tongzhi-title{
	width: 112px;
	height: 101px;
	background-color: #c61000;
	color:#fff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding: 12px 15px 10px;
	letter-spacing: 5px;
	line-height: 1.3;
	
}

.tongzhi{
	background-color: #f6f6f6;
}

.tongzhi-1{

	overflow: hidden;
	text-align: center;
	padding:0 20px;
	padding-top: 20px;
}

.tongzhi-1 h1{
	font-size: 24px;
	color:#c61000;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tongzhi-1 p{
	font-size: 16px;
	color:#666;
	margin-top: 10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 50px;
    position: relative;
}

.tongzhi-1 p a{
	position: absolute;
	right: 0;
	top: 0;
	color:#c61000;
}

.main-1-left{
	width: 690px;
	margin-right: 18px;
}
.main-1-right
{overflow: hidden;}


.fnews .slides>li img{
	height: 442px!important;
}

.fnews .slides>li{
	position: relative;
}

.fnews .slides>li h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/heidi.png);
	padding-left: 27px;
	font-size: 14px;
	color:#fff;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 150px;
}


.fnews .flex-control-nav{
	display: block;
	font-size: 0;
	text-align: right;
	bottom: 16px;
	padding-right: 10px;
	width: 100%;
	margin-left: 0;
	left: 0;
}

.fnews .flex-control-nav li{
	margin:0 5px;
}

.m20{
	margin-top: 20px;
}
.m30{
	margin-top: 30px;
}

.title-11{
	height: 49px;
	border:1px solid #dadada;
	border-top: 4px solid #c61000;
	line-height: 45px;
	padding: 0	13px 0 19px;
}


.title-11 h1{
	font-size: 18px;
	font-weight: bold;
	color:#c61000;
	 
}
.title-11 a.fr{
	width:14px;
	height: 14px;
	background-repeat: no-repeat; 
	background-position: center ;
	background-image: url(../images/more.png);
	line-height: 1;
	margin-top: 15px;
	transition: .3s;
}

.title-11 a.fr:hover{
	background-image: url(../images/moreh.png);

}
.list{
	margin-top: 8px;
}
.list li{
	padding-left:22px;
	height: 35px;
	line-height: 35px;
	background-repeat: no-repeat; 
	background-position: 0px center;
	background-image: url(../images/list.png);
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li a{
	font-size: 16px;
	color:#666;
}
.list li a:hover{
	color:#c61000;
}

.list li span{
	font-size: 12px;
	color:#666;
	margin-left: 20px;
}


.main-2-left{
	width: 463px;
}

.main-2-right{
	width: 664px;
}

.title-22
{background-image: url(../images/title-22.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.title-22 h1{
	padding: 0 12px;
	font-size: 18px;
	font-weight: bold;
	color:#4f4f4f;
	padding-bottom: 10px;
	border-bottom: 3px solid #c61000;
}

.title-22  a.fr{
	font-size: 12px;
	width: 44px;
	margin-top: 5px;
	color:666;
}
.title-22  a.fr img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 3px;
}

.title-22  a.fr:hover{
	color:#c61000;
}
.main-2-a1{
	margin-left: -1%;
	margin-top: 16px;
}
.main-2-a1 a{
	float: left;
	width: 32.3333333%;
	margin-left:1%;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background-color: #f6f6f6;
	color:#666;
	font-size: 14px;
}

.main-2-a1 a.cur{
	background-color: #c61000;
	color:#fff;
}

.tui{
	padding: 18px 0 20px;
	border-bottom: 1px solid #dadada;
}

.tui-pic-wp{
	width: 214px;
	margin-right: 18px;
}

.tui-pic{
	position: relative;
	overflow: hidden;
	padding-bottom:64.018%; 
}

.tui-pic img{
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left:0;
}

.tui-con{
	overflow: hidden;
}

.tui-con h1{
	font-size: 16px;
	color:#666;
	line-height: 1.4;
	height: 44px;
	overflow: hidden;
}
.tui-con h1:hover{
	color:#c61000;
}
.tui-con p{
	font-size: 14px;
	color:#999;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
	margin-top: 10px;
}












.main-2-a2{
	margin-left: -1%;
	/*margin-top: 16px;*/
}
.main-2-a2 a{
	float: left;
	width: 24%;
	margin-left:1%;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background-color: #f6f6f6;
	color:#666;
	font-size: 14px;
}

.main-2-a2 a.cur{
	background-color: #c61000;
	color:#fff;
}

.anquan{
	margin-top: 16px;
}

.anquab-con{
	overflow: hidden;
}

.anquan-pic{
	width: 220px;
	margin-left: 29px;
}

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

.anquan-div{
	display: none;
}

#anquan-div-1{
	display: block;
}

.xx-div{
	display: none;
}

#xx-div-1{
	display: block;
}

.main-3-left{
	width: 463px;
}

.main-3-left2{
	width: 362px;
	margin-left: 41px;
}

.main-3-right{
	width: 251px;
}



.zt-pic{
	overflow: hidden;
	margin-top: 18px;
}
.zt-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}


.zt-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.dangqun{
	margin-top: 18px;
}
.dangqun-title{
	border-bottom:1px solid #dadada;
}
.dangqun-hui{
	float: left;
	width: 30.33333%;
	margin:0 1.5%;
	text-align: center;
	cursor: pointer;
	position: relative;
	bottom: -1px;
	padding-bottom: 10px;
	padding-top: 12px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border:1px solid #fff;
	border-bottom:1px solid #dadada; 

}

.dangqun-hui.cur{
	border:1px solid #dadada;
	border-bottom:1px solid #fff; 
}

.dangqun-hui img{
	display: block;
	margin:0 auto;
}

.dangqun-hui h1{
	font-size:14px;
	color:#666; 
	margin-top: 8px;
}

.dangqun-hui.cur h1{
	color:#c61000;
}

.dangqun-div{
	display: none;
}

#dangqun-div-1{
	display: block;
}

.tui-pic-wp2{
	width: 153px;
}

.tui-con2 h1{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color:#c61000;
    height: auto;
    font-size: 18px;
}
.tui-con2 p{
	height: 50px;
}

.main-4-left{
	width: 463px;
}

.main-4-right{
	width: 664px;
}

.shipin {
	position: relative;
}
.shipin-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
}

.shipin-bo{
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	left: 50%;
	top: 50%;
	position: absolute;
}
.shipin img{
	display: block;
	width: 100%;
}
.shipin {
    margin-top: 18px;
}

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





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

#footer{
	
}

.footer-1{
	background-color: #f6f6f6;
	border-top:6px solid #c61000; 
}

.footer-1-top{
	padding: 35px 0 25px;
}
.footer-1 div.wp{
	padding:0;
}
.footer-1-top li{
	float: left;
	margin-left: 80px;
}

.footer-1-top li:first-child{
	margin-left: 	50px;
}

.footer-1-top li h1{
	font-size: 16px;
	color:#c61000;
	padding-bottom: 13px;
	border-bottom: 	1px solid #c8c8c8;	
}

.footer-1-top li dd{
	
	margin-top: 13px;	
	
}
.footer-1-top li dd a{
	font-size: 12px;
	color:#666;	
transition: .3s;
}
.footer-1-top li dd a:hover{
	color:#c61000;
}

.footer-1-bottom{
	padding: 13px 143px;
	border-top: 1px solid #c8c8c8;
}
.sel-wp{
	margin-left: -3%;
}

.sel{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.sel select{
	width: 100%;
	height: 34px;
	line-height: 34px;
	border:1px solid #c8c8c8;
	padding-left: 18px;
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
  	background-image: url(../images/sel.png);
  	background-repeat: no-repeat;
  	background-position: 95% center;
}

.footer-2{
	background-color:#c61000;
	color:#fff;
	padding: 20px 15px;
	line-height: 2.3;
}

.er{
	line-height: 1.4;
	width: 110px;
	text-align: center;
	margin-left: 20px;
}
.er img{
	display: block;
	margin:0 auto;
}
.er h1{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

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

.foo2-con span
{padding-right: 10px;}
/**************************************************************/
/*footer-over*/


/*about*/


.banner-2{
	height: 320px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}

.about-1{
	padding-top: 65px;
}

.about-1 h1{
	text-align: center;
	font-size: 30px;
	color:#4f4f4f;
}


.about-1 .about-pp{
	font-size: 14px;
	color:#999;
	text-align: center;
	line-height: 2;
	padding: 0	10%;
	margin-top:20px;
}

.about-a{
	text-align: center;
	margin-top: 15px;
}
.about-a a{
	font-size: 14px;
	color:#333;
}
.about-a a:hover{
	color:#c61000;
}

.about-2-list{
	padding:50px 0;
}
.about-2-list li{
	float: left;
	width: 33.33333%;
	text-align: center;
}

.about-2-list li h1{
	font-size:72px;
	color:#c61000; 
	line-height: 1;
	font-family:"Microsoft Yahei";
}

.about-2-list li h2{
	font-size: 14px;
	margin-top: 10px;
}

.about-3{
	padding-bottom: 45px;
}

.about-3-div{
	position: relative;
	overflow: hidden;
	width: 48.8%;
}

.about-3-div a>img{
	display: block;
	width: 100%;
	transition: .3s;
}


.about-3-div:hover a>img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about-3-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	padding-left: 32px;
	color:#fff;
	padding-right: 40px;
}

.about-3-con  i{
	position: absolute;
	right: 17px;
	top: 24px;

	width: 37px;

}

.about-3-con  i img{
	display: block;
	width: 100%;
}
.about-3-con h1{
	font-size: 25px;
	padding-top: 28px;
}

.about-3-con h2{
	font-size: 14px;
	margin-top: 14px;
}

.about-3-div.fl .about-3-con{
	background-image: url(../images/hongdi.png);
}
.about-3-div.fr .about-3-con{
	background-image: url(../images/landi.png);
}



/*guanli*/
.guanli{
	padding:50px 0;
}

div.wp.guanli-wp{
	padding: 0;
}
.none{
	display: none;
}


.shengchan-right{
	width: 330px;
	margin-left: 30px;
	padding: 25px;
	background-color: #fff;
}

.shengchan-list-wp{
	overflow: hidden;
}

.shengchan-right-1{
	background-color: #fff;
	padding: 25px 18px;
}
.shengchan-right-1 .list-11{
	margin-top: 15px;
}
.shengchan-right-2{
	margin-top: 24px;
}
.shengchan-shipin
{margin-top: 20px;}
.shengchan-shipin img{
	display: block;
	width: 100%;
}


.shengchan-pic-wp{
	width: 190px;
	margin-right: 25px;
}

.shengchan-pic{
	position: relative;
	overflow: hidden;
	padding-bottom: 63.684%;
}

.shengchan-pic img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	/*transition: .3s;*/
}

/*.shengchan-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/
.shengchan-list li{
	background-color: #fff;
	padding: 30px;
	margin-top: 29px;
}

.shengchan-list li:first-child{
	margin-top: 0;
}
.shengchan-list-con{
	overflow: hidden;
}

.shengchan-list-con h1{
	font-size: 24px;
	color:#c61000;
	padding-bottom: 8px;
	border-bottom: 1px dotted #919191;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.shengchan-list-con h2{
	font-size: 14px;
	color:#666;
	padding: 12px 0 7px;
}

.shengchan-list-con p{
	font-size: 12px;
	color:#666;
	line-height: 2;
	height: 48px;
	overflow: hidden;
}


.bt-page {
    text-align: center;
  
    padding: 50px 0 10px;
    /* padding-left: 45px; */
}


.bt-page * {
    display: inline-block;
    margin-left: 2px;
}

.bt-page div {
    width: 48px;
    height: 46px;
  	line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
	background-color: #fff;
    color: #000;
    font-size: 14px;
      border-radius: 5px;
}
.bt-page div:hover{
	 background-color: #cccccc;
    color: #fff;
}
.ccc {
    width: 48px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}

span.ccc-active {
    background-color: #c61000;
    color: #fff;
    border-color: #c61000;
}

.ccc:hover {
    background-color: #c61000;
    color: #fff;
        border-color: #c61000;
}

.guanli-title{
	font-size: 24px;
	color:#333;
}
.guanli-pic {
	overflow: hidden;
	margin-top: 18px;
}
.guanli-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}
.guanli-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.list22 {
	margin-top: 10px;
}
.list22 li{
	padding: 19px 0;
	border-bottom: 1px dotted #919191;
}

.list22 li h1{
	font-size: 14px;
	color:#666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    background-image: url(../images/jian.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.list22 li h1:hover{
	color:#c61000;
}
.list22 li h2{
	font-size: 14px;
    padding-left: 20px;
	color:#666;margin-top: 12px;
}

.p50{
	padding: 50px 0;
}

.title-33cen{
	text-align: center;
}


/*huanbao*/

.huanbao-1-left{
	width: 888px;
	background-color: #fff;
	padding: 25px;
}

.title-33 h1{
	font-size: 25px;
	color:#666;
}
.title-33 a.fr{
	font-size: 14px;
	color:#666;
	margin-top:6px;
}

.title-33 a.fr:hover{
	color:#c61000;
}
.huanbao-pic{
	width:416px; 
	margin-right: 25px;
}

.f-huanbao .flex-direction-nav{
	display: block;
}
.f-huanbao .flex-direction-nav a{
	top: 50%;
	width: 47px;
	height: 49px;
	margin-top: -24px;
	background-image: url(../images/left1.png);
}
.f-huanbao .flex-direction-nav .flex-prev{
	left: 0;
}

.f-huanbao .flex-direction-nav .flex-next{
	background-image: url(../images/right1.png);
	right: 0px;
}






.huanbao-1-left-con{
	margin-top: 25px;
}


.huanbao-pic-con{
	overflow: hidden;

}

.huanbao-pic-con .list{
	margin-top: 0;
}


.huanbao-pic-con  .list li{
	height: 34px;
	line-height: 34px;
}

.huanbao-pic-con  .list li a{
	font-size: 14px;
}

.huanbao-1-right{
	width: 287px;
	background-color: #facd00;
	padding:45px 25px;
	
}

.huanbao-1-right .title-33 h1{
	color:#000;
}


.huahua{
	margin-top: 30px;
}

.huahua h1{
	font-size: 20px;
	color:#000;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.huahua h2{
	font-size: 15px;
	color:#ad8e00;
	margin-top: 10px;
}

.huahua p{
	font-size: 14px;
	color:#ad8e00;
	margin-top: 8px;
	line-height: 2;
}



.f-hua .flex-direction-nav{
	display: block;
}
.f-hua .flex-direction-nav a{
	top: -58px;
	width: 29px;
	height: 27px;
	margin-top: 0;
	background-image: url(../images/left2.png);
}
.f-hua .flex-direction-nav .flex-prev{
	left: auto;
	right: 37px;
}

.f-hua .flex-direction-nav .flex-next{
	background-image: url(../images/right2.png);
	right: 0px;
}


.huanbao-2-div{
	width: 49%;
	background-repeat: no-repeat;
	background-position: left center;
	height: 373px;
	padding-left: 226px;
}

.huanbao-2{
	margin-top: 30px;
}
.huanbao-2-div-con1{
	background-color:#8ce05a; 
	height: 100%;

}
.huanbao-2-div-con{
	padding: 40px 25px 0;
	position: relative;
}

.lj{
	position: absolute;
	width: 23px;
	height: 45px;
	top: 50%;
	margin-top: -22px;
	left: -23px;
}

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

.huanbao-2-div-con .title-33 h1{
	color:#fff;
}
.huanbao-2-div-con .title-33 a.fr{
	color:#fff;
}
.huanbao-2-div-con  .list{
	margin-top: 25px;
}
.huanbao-2-div-con  .list li{
	color:#fff;
	background-image: url(../images/list-2.png);
}
.huanbao-2-div-con  .list li a{
	color:#fff;
	font-size: 14px;

}
.huanbao-2-div-con  .list li span{
	color:#fff;
	
}

.huanbao-2-div-con2{
	background-color:#23adee; 
	height: 100%;

}

.qiye-1-left{
	width: 788px;
	position: relative;
}
.qiye-1-left h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/heidi2.png);
	color:#fff;
	font-size: 18px;
	padding:0 25px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.qiye-1-left{
	overflow: hidden;
}
.qiye-1-left h1 span{
	font-size: 24px;
}
.qiye-1-left img{
	display: block;
	width: 100%;
	transition: .3s;
}
.qiye-1-left:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.qiye-1-right{
	width: 376px;
}


.qiye-1-hong{
	height: 163px;
	color:#fff;
	background-color: #c61000;
	padding:40px 30px 0;
}

.qiye-1-hong h1{
	font-size: 24px;
}

.qiye-1-hong p{
	font-size: 14px;
	margin-top: 20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.qiye-1-hongxia{
	overflow: hidden;
	position: relative;
}

.qiye-hongxia-wen{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/heidi2.png);
	color:#fff;
	font-size: 18px;
	padding:0 100px 0 20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qiye-hongxia-wen i{
	position: absolute;
	width: 74px;
	height: 52px;
	right: 0;
	bottom: 0;
}
.qiye-hongxia-wen i img{
	display: block;
	width: 100%;
}
.qiye-1-hongxia a>img{
	display: block;
	width: 100%;
	transition: .3s;
}
.qiye-1-hongxia:hover a>img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.huanbao-2-div-con-be{
	background-color: #fff;
	height: 100%;
}


.huanbao-2-div-con-be .title-33 h1{
	color:#666;
}
.huanbao-2-div-con-be .title-33 a.fr{
	color:#666;
}

.huanbao-2-div-con-be .title-33 a.fr:hover{
	color:#c61000;
}

.huanbao-2-div-con-be  .list li{
	color:#666;
	background-image: url(../images/list.png);
}
.huanbao-2-div-con-be   .list li a{
	color:#666;
	font-size: 14px;

}

.huanbao-2-div-con-be   .list li a:hover{
	color:#c61000;
}
.huanbao-2-div-con-be  .list li span{
	color:#666;
	
}




.wenyi-1-pic{
	width: 588px;
	position: relative;
	margin-right:25px; 
}
.wenyi-1-pic h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/heidi2.png);
	color:#fff;
	font-size: 18px;
	padding:0 16px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.wenyi-1-pic{
	overflow: hidden;
}

.wenyi-1-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}
.wenyi-1-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.wenyi-1-div{
	margin-top: 20px;
}

.wenyi-1-con{
	overflow: hidden;
}

.wenyi-1-con .list{
	margin-top: 0;
}

.wenyi-2{
	margin-top: 40px;
}
.wenyi-2-list{
	padding-top: 15px;
}
.wenyi-2-list ul{
	margin-left: -1%;
}

.wenyi-2-list li{
	float: left;
	width: 24%;
	overflow: hidden;
	margin-left: 1%;
	position: relative;
	margin-top: 1%;
}



.wenyi-2-list li a>img{
	display: block;
	width: 100%;
	transition: .3s;
}
.wenyi-2-list li a:hover>img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.wenyi-2-list li h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    background-image: url(../images/heidi2.png);
    color: #fff;
    font-size: 14px;
    padding: 0 90px 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wenyi-2-list li h1 i {
    position: absolute;
    width: 74px;
    height: 52px;
    right: 0;
    bottom: 0;
}

/*dangqun*/

.dangqungz div.wp{
	padding: 0;
}


.dangqungz{
	height: 984px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 123px;
}

.dd1 {
	width: 588px;
	height: 545px;
	background-repeat: no-repeat;
	background-position: right bottom ;
	-webkit-background-size: cover;
	margin-right: 24px;
	background-size: cover;
	padding: 60px 46px 0;
}

.dd2{
	width:588px;
	height: 259px; background-repeat: no-repeat;
	background-position:  right bottom ;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 45px 185px 0 30px;
}


.dd3{
	width:588px;
	height: 259px; background-repeat: no-repeat;
	background-position:  right bottom ;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 27px;
	padding: 45px 185px 0 30px;
}



.title-33-d h1{
	color:#fff;

}
.title-33-d a.fr{
	color:#fff;

}


.title-33-d a.fr:hover{
	color:#c61000;

}
.dd-con{
	margin-top: 15px;
}
.dd-con .tui{
	border-bottom: 0;
}

.dd-con .tui-con2 h1{
	color:#fff;
}

.dd-con .tui-con2 p{
	color:#fff;
}
.dd-con1 .list{
	margin-top: 0;
}
.dd-con1 .list li{
	background-image: url(../images/list-2.png);
	color:#fff;
}
.dd-con1 .list li a{
	color:#fff;
	font-size: 14px;
}
.dd-con .list li a{

	font-size: 14px;
}
.dd-con1 .list li  span{
	color:#fff;

}
.dd-con1 .list li a:hover{
	color:#c61000;
}

/*xinwen*/

.xinwen div.wp{
	padding: 0;
}

.ppd{
	padding: 30px 0;
}

.xinwen-2{
	background-color: #fff;
}


.xiwnen-1-pic{
	width:791px;
	margin-left: 24px;
}

.xinwen-1-div{
	background-color: #c61000;
}
.xinwen-1-con{
	overflow: hidden;
	color:#fff;
	padding-top: 55px;
	padding-left: 25px;
}

.xinwen-1-con h1{
	font-size: 35px;

}

.xinwen-1-con h2{
	font-size: 24px;
	margin-top: 10px;
	line-height: 1.6;
	height: 76px;
	overflow: hidden;
}

.line3{
	background-color: #fff;
	height: 3px;
	width: 60px;
	margin-top: 10px;
}

.xinwen-1-con p{
	font-size: 14px;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
}

.xinwen-1-con h3{
		font-size: 14px;
		margin-top: 20px;

}
.xinwen-1-more{
	margin-top: 65px;
	width: 360px;
}
.xinwen-1-more a{
	display: block;
	height: 49px;
	line-height: 49px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color:#333;
	background-repeat: no-repeat;
	background-position: 23px center;
	background-image: url(../images/xwm.png);
}
.xinwen-1-more a:hover{
	color:#c61000;
}

.xinwen-2-left{
	width: 799px;
}


.xinwen-2-right{
	width: 368px;
}

.xinwen-2-div{
	margin-top: 15px;
	background-color: #ededed;

}
.xinwen-2-pic {
	width:519px;
	margin-right:  23px;
}
.xinwen-2-con{
	padding-top: 54px;
	padding-right: 23px;
	overflow: hidden;
}

.xinwen-2-con h1{
	font-size: 20px;
	color:#666;
	line-height: 1.2;
	height: 50px;
	overflow: hidden;
}

.xinwen-2-con h2{
	font-size:12px;
	color:#666;
	margin-top: 13px;
}
.xinwen-2-con p{
	font-size:12px;
	color:#999;
	margin-top: 13px;
	line-height: 2;
	height: 72px;
	overflow: hidden;
}

.xinwen-2-more{
	margin-top: 30px;
}
.xinwen-2-more a{
	display: inline-block;
	padding: 10px 33px;
	background-color: #c61000;
	color:#fff;
	font-size: 14px;
}


.ppd2{
	padding: 50px 0;
}


.meiti-list{
	margin-top: 65px;
}

.meiti-list .item h1{
	font-size: 20px;
	color:#666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.meiti-list .item h1:hover{
	color:#c61000;
}

.meiti-list .item h2{
	font-size: 12px;
	color:#666;
	padding: 13px 0 8px;
}

.meiti-list .item p{
	font-size: 14px;
	color:#999;
	line-height: 1.8;
	height: 100px;
	overflow: hidden;
}


.meiti-list .owl-dots {
	text-align: center;
	margin-top: 45px;
}
.meiti-list .owl-dots .owl-dot{
	display: inline-block;
	margin:0 5px;
}
.meiti-list .owl-dot span{
	width: 12px;
	display: block;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/ss2.png);
}

.meiti-list .owl-dot.active span{
	background-image: url(../images/ss1.png);
}



.tutu-list{
	margin-top: 65px;
}

.tutu-list .item {
	overflow: hidden;
	position: relative;
	padding-bottom: 64.0957%;
}

.tutu-list .item a>img{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	transition: .3s;
}



.tutu-list .item a:hover>img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tutu-list .item h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    background-image: url(../images/heidi2.png);
    color: #fff;
    font-size: 14px;
    padding: 0 90px 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tutu-list .item h1 i {
    position: absolute;
    width: 74px;
    height: 52px;
    right: 0;
    bottom: 0;
}

.tutu-list .owl-dots {
	text-align: center;
	margin-top: 45px;
}
.tutu-list .owl-dots .owl-dot{
	display: inline-block;
	margin:0 5px;
}
.tutu-list .owl-dot span{
	width: 15px;
	display: block;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/ss3.png);
}

.tutu-list .owl-dot.active span{
	background-image: url(../images/ss1.png);
}



.f-xinwen-1 .flex-direction-nav{
	display: block;
}





.f-xinwen-1 .flex-direction-nav a{
	width: 47px;
	height: 49px;
	margin-top: 0;
	top: auto;
	bottom: 0;
	background-image: url(../images/left1.png);
}
.f-xinwen-1 .flex-direction-nav .flex-prev{
	left: auto;
	right: 50px;
}

.f-xinwen-1 .flex-direction-nav .flex-next{
	background-image: url(../images/right1.png);
	right: 0px;
}





.f-xinwen-2 .flex-direction-nav{
	display: block;
}


.f-xinwen-2 .flex-direction-nav a{
	width: 47px;
	height: 49px;
	margin-top: -24px;
	top: 50%;
	background-image: url(../images/left1.png);
}
.f-xinwen-2 .flex-direction-nav .flex-prev{
	left: 0;
}

.f-xinwen-2 .flex-direction-nav .flex-next{
	background-image: url(../images/right1.png);
	right: auto;
	left: 472px;
}




/*2018-4-12*/
.tupian-news-list  ul{
	margin-left: -36px;
}
.tupian-news-list li{
	float: left;
	width: 376px;
	margin-left: 36px;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
.tupian-news-list li img{
	display: block;
	width: 100%;
	transition: .3s;
}
.tupian-news-list li:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tupian-news-list li h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    background-image: url(../images/heidi2.png);
    color: #fff;
    font-size: 14px;
    padding: 0 90px 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tupian-news-list li h1 i {
    position: absolute;
    width: 74px;
    height: 52px;
    right: 0;
    bottom: 0;
}



.danpian{
	position: relative;
	padding-right: 354px;
	min-height: 450px;
	padding: 60px 0;
}

.danpian-con-p{
	padding: 20px 0;
}

.danpian-con{
	overflow: hidden;
	background-color: #fff;
	padding:  25px;
}

.danpian-page{
	margin-left: 30px;
	width: 330px;
}

.hh1{
	font-size: 26px;
	color:#666;
	line-height: 1.6;
}

.hh2{
	font-size:12px;
	color:#666;
	margin-top: 20px;
}
.hh2 span {
	padding-right: 15px;
}
.hh2 span img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.danpian-con-p,.danpian-con-p *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
	font-family: "宋体"!important;
}
.danpian-con-p img{
	display: block;
	margin:0 auto;
}
.danpian-page-top
{height: 36px;
line-height: 36px;}

.danpian-page-top .fl{
	width: 96px;
}

.danpian-page-top .fr{
	width: 80px;
	text-align: right;
}


.danpian-page-top img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
} 

.danpian-page-top a
{font-size: 12px;
color:#a3a3a3;}


.page-box{
	


}
.page-a{
	background-color: #fff;
	padding: 0 20px;
}
.page-a a{
	display: block;
	padding:  35px 0;
}

.page-a a h1{
	font-size: 18px;
	color:#333;
}
.page-a a h2 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.page-a a h2{
	font-size: 12px;
	color:#a3a3a3;
	margin-top: 15px;
}

.page-a a p{
	font-size: 14px;
	color:#a3a3a3;
	margin-top: 15px;
	line-height: 1.6;
}

.page-a2{
	/*border-top: 1px solid #f3f3f3;*/
	margin-top: 30px;
	background-color: #fff;
}

.page-a a:hover p{
	color:#c61000;
}


.za-wp{
	display: inline-block;
	height: 13px;
	width: 61px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/zaza2.png);vertical-align: middle;
	margin-top: -5px;
	margin-left: 10px;
}

.za-wp.cur1{
	background-image: url(../images/zaza1.png);
}

.za-wp.cur2{
	background-image: url(../images/zaza2.png);
}

.za-wp.cur3{
	background-image: url(../images/zaza3.png);
}

.za-wp i{
	float: left;
	width: 13px;
	height: 13px;
	cursor: pointer;

}

.za1{}
.za2{margin-left: 9px;}
.za3{margin-left: 13px;}

.danpian-con-p.cur1,.danpian-con-p.cur1 *{
	font-size: 16px!important;
  
    
}

.danpian-con-p.cur3,.danpian-con-p.cur2 *{
	font-size: 16px!important;
   
    
}

.danpian-con-p.cur3,.danpian-con-p.cur3 *{
	font-size: 18px!important;
    

}


.none {
    display: none;
}









/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:130000;
	
}

.nav-2 li{

	border-top: 1px dashed #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding:15px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-xia-a{
	padding-bottom: 15px;
	display: none;
}
.nav-xia-a a{
	padding: 8px 10px;
	display: block;
	font-size: 12px;
	padding-left: 15px;
	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;
}*/
.logo-2{
	font-size: 0;
	width: 250px;
	margin-left: 15px;
	margin-top: 5px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}
.menu2 li{

	cursor:pointer ;
	margin-left: 10px;
}
.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: 120000;
	background-image: url(../images/heidi.png);
	display: none;
	
}

.banner-x{
	display: none;
}

.fxfx .flex-control-nav{
	display: block;
	bottom: 15px;
}

.fxfx .flex-control-nav li{
	margin:0 5px;
}

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.product{
	padding-bottom: 60px;
}
.product-list  ul{
	margin-left: -2%;
}
.product-list li{
	float: left;
	width: 31.33333333333%;
	margin-left: 2%;
	margin-top: 40px;
	border:1px solid #ebebeb;
}

.product-con{
	background-color: #fff;
	padding: 29px;
	padding-top: 50px;
}
.product-con h1{
	font-weight: bold;
	color:#c61000;
	text-align: center;
	font-size: 24px;
}
.product-con  p{
	text-indent: 2em;
	line-height: 2;
	height: 84px;
	overflow: hidden;
	margin-top: 20px;
}

.product-pic{
	position: relative;
	overflow: hidden;
	padding-bottom: 57.89%;
}

.product-pic img{
	position: absolute;
	left: 0;
	/*right: 0;*/
	width: 100%;
	top: 0;
	height: 100%;
	display: block;
	transition: .3s;
}
.product-pic:hover img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.zhuanti2 li{
	padding: 56px 0px 0px 40px;
	background-color: #fff;
}
.zhuanti2 li:hover{
	background-color: #c61000;
}
.zhuanti2 li:hover .zhuanti2-date h1,.zhuanti2 li:hover .zhuanti2-date h2{
	color:#fff;
}

.zhuanti2 li:hover .zhuanti2-con h1,.zhuanti2 li:hover .zhuanti2-con p,.zhuanti2 li:hover .zhuanti2-ti{
	color:#fff;

}
.zhuanti2-date{
	width: 90px;
	border-right: 1px solid #e6e6e6;
	height: 89px;
	text-align: center;

}

.zhuanti2-date h1{
	font-size: 48px;
	color:#c61000;
	line-height: 1;
}

.zhuanti2-date h2{
	font-size: 13px;
	color:#999;
	line-height: 1;
	margin-top: 5px;
}

.zhuanti2-con{
	overflow: hidden;
	padding: 0 100px 40px 35px;
	border-bottom: 1px solid #e6e6e6;
}

.zhuanti2-con h1{
	font-size: 20px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zhuanti2-con p{
	font-size: 12px;
	color:#999;
	line-height: 2;
	/*height: 48px;*/
	overflow: hidden;

}

.zhuanti2-ti{
	margin: 13px 0 8px;
	font-size: 12px;
	color:#999;
	height: 15px;
	line-height: 15px;
}
.zhuanti2-ti span{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/yy.png);
}
.zhuanti2-ti a{

	display: inline-block;margin-left: 15px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/yy2.png);
}

.zhuanti2 li:hover .zhuanti2-ti span{
	background-image: url(../images/yyh.png);

}

.zhuanti2 li:hover .zhuanti2-ti a{
	background-image: url(../images/yy2h.png);

}



/*4-23*/

.map>img{
	display: block;
	width: 100%;
}

.map{
	position: relative;
}

.map-bai{
	position: absolute;
	width: 423px;
	height: 540px;
	right: 40px;
	top: 50px;
	background-color: #fff;
	padding: 65px 50px 0;
}

.map-bai-title{
	font-size: 36px;
	color:#666;
}
.map-list li{
	font-size: 14px;
	color:#666;
	margin-top: 25px;
	line-height: 1.6;
}
.map-list li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.map-er{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dddddd;
}

.map-er-pic{
	width: 126px;
	margin-right: 20px;
}

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

.map-er h1{
	font-size: 18px;
	color:#666;
	padding-top: 18px;
}


.map-er h2{
	font-size: 14px;
	color:#666;
	padding-top: 13px;
}

.map-er p{
	font-size: 14px;
	color:#666;
	padding-top: 13px;
}
.nav li{
	float: left;
	width: 11.11111111111%;
	position: relative;
}

.xiala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 500;
	display: none;
}

.xiala a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background-color: #c61000;
	font-size: 14px;

}
.xiala a:hover{
	background-color:#8a0b00; 

}


.jubao1{
	height: 357px;
	background-image: url(../images/jubao-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 25px 0;
}

.jubao1 h1{
	margin:0;
	font-size: 18px;
	color: #4f4f4f;
	font-weight: bold;
}

.jubao1 h2{
	margin:0;
	font-size: 14px;
	color: #333;
	padding: 15px 0;
}

.jubao1 h3{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #c61000;
}

.jubao1 p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 2.2;
	margin-top: 10px;
}