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



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{
	height: 143px;
	border-bottom: 2px solid #ae1c1c;
}


.logo{
	width: 349px;
	margin-top: 50px;
	margin-left: 6px;
}

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


.header-right{
	margin-top: 16px;
	padding-right: 10px;
	position: relative;
	z-index: 800;
}

.header-right1-a{
	width: 30px;
	margin-top: 18px;
	margin-left: 20px;
	position: relative;
}
.header-right1-a a{
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}
.header-right1-a1 a{background-image: url(../images/ha1.png);}
.header-right1-a2 a{background-image: url(../images/ha2.png);}
.header-right1-a3 a{background-image: url(../images/ha3.png);}
.header-right1-a4 a{background-image: url(../images/ha4.png);}
.header-right1-a1 a:hover{background-image: url(../images/ha1h.png);}
.header-right1-a2 a:hover{background-image: url(../images/ha2h.png);}
.header-right1-a3 a:hover{background-image: url(../images/ha3h.png);}
.header-right1-a4 a:hover{background-image: url(../images/ha4h.png);}


.header-er{
	position: absolute;
	width: 100px;
	margin-left: -50px;
	left: 50%;
	top: 50px;
	display: none;
	border:1px solid #ddd;
	z-index: 70;
}
.header-er img{
	display: block;
	width: 100%;
}
.header-right1-a:hover .header-er{
	display: block;
}

.header-right1-a:hover .header-phone{
	display: block;
}

.header-phone{
	position: absolute;
	width: 140px;
	margin-left: -70px;
	left: 50%;
	top: 50px;
	display: none;
	background-color: #ae1c1c;
	color: #fff;
	z-index: 70;
	text-align: center;
	height: 45px;
	line-height:45px;
	border-radius: 5px;
	font-size: 16px;
}








.search{
	width: 251px;
	height: 35px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
	padding-left: 15px;
	padding-top: 1px;
	padding-right:50px;
	margin-top: 16px;
	margin-right: 8px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 33px;
	background-color:transparent;;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	right:15px;
	top: 10px;
	width: 21px;
}

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

.nav>ul>li{
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	margin-left: 0px;

}
.nav>ul>li:first-child{
	margin-left: 0;
}
.nav>ul>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color:#666;
	transition: .3s;
	border-radius: 35px;
	transition: .3s;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#ae1c1c;
	color: #fff;


}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:42px;
	z-index: 600;
	background-color: #ae1c1c;
	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: #2161a5;
}








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





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

#main{

}

.main1{
	padding: 40px 0 80px;
}


.main1-title{
	width: 86px;
	margin-right:70px;
}

.main1-h1{
	color: #ae1c1c;
	font-size: 25px;
	text-align: left;
	padding-right: 	55px;
	line-height: 1.2;
}


.main1-dl{
	overflow: hidden;
padding-top:20px;
}

.main1-dl dl{
	margin:0;
}

.main1-dl dd{
	float: left;
	width: 33.33333333%;
}

.main1-dl dd .imgbox_a{
	padding-bottom: 73.56%;
}


.main1-dl dd .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -53px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	text-align: center;
	padding: 0	15px;
	font-size: 16px;
	margin:0;
	background-image: url(../images/heidi2.png);transition: .3s;
}
.main1-dl dd .imgbox_a:hover h1{
	bottom: 0;
}


.more{
	width: 156px;
	margin:50px auto 0;
}
.more>a{
	display: block;
	height: 44px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-family: "Arial";
	text-transform: uppercase;
	border:1px solid #c1c3c5;
	transition: .3s;
}
.more>a:hover{
	color: #fff;
	background-color: #ae1c1c;
	border-color: #ae1c1c;
}

.main1-title .more{
	width: 100%;
}


.main2{
	padding: 65px 0;
	background-color: #f0f3f6;
}

.main-title{
	text-align: center;
}
.main-title h1{
	margin:0;
	font-size: 25px;
	color: #333;
}
.main-title .line{
	width: 40px;
	height: 3px;
	margin:18px auto 14px;
	background-color:#d8d9db; 
}
.main-title h2{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
}

.main2-div{
	margin-top: 45px;
}


.main2-left{
	width: 600px;
	margin-right: 95px;
}

.fmain2 .imgbox_a{
	padding-bottom: 63.3333%;
}

.fmain2-hei{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
	padding: 18px 30px 15px;
	z-index: 60;
}
.fmain2-hei h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}
.fmain2-hei p{
	margin:0;
	font-size: 14px;
	color: #b2a7a7;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}

.fmain2 .flex-direction-nav a{
	width: 32px;
	height: 32px;
	margin-top: -16px;
}


.main2-right{
	overflow: hidden;
}


.main2-right dl{
	margin:0;
}

.main2-right dd{
	border-top: 1px solid #fff;
	padding: 30px 0;
}

.main2-right dd:first-child{
	border-top: 0;
	padding-top: 0;
}


.main2-right dd:first-child+dd+dd{
	padding-bottom: 0;
}
.main2-right dd h1{
	margin:0;
	font-size: 18px;
	color: #666;
	position: relative;
	padding-right: 70px;
	height: 25px;
	line-height: 25px;
}
.main2-right dd h1 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size:14px;
}

.main2-right dd h1 a:hover{
	color: #ae1c1c;
}
.main2-right dd p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}



.main3{

	padding: 65px 0;
	background-color: #fff;
}

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

.main3-pic .imgbox_a{
	padding-bottom: 150.6%;
}
.main3-list .item h1{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 17px;
}
.main3-list .item:hover h1{
	color: #ae1c1c;
}

.main4{
	/*height: 598px;*/
	padding-top: 335px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main4-bg.jpg);
}


.main4-div{
	width: 600px;
	height: 263px;
	border:1px solid #f0f3f6;
	background-color: #fff;
	border-bottom: 5px solid #ae1c1c;
	position: relative;
	bottom:-34px;
	padding: 60px 45px 0;
}

.main4-div h1{
	margin:0;
	font-size: 25px;
	color: #666;
}
.main4-div h1:hover a{
	color: #ae1c1c;
}
.main4-div p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 15px;
}


.main5{
	padding:110px 0 40px;
}

.main5-div-wp{
	margin-top:45px;
	padding: 0 80px;
}

.main5-div{
	width: 44.65%;
	border:1px solid #f0f3f6;
	padding: 60px 40px 55px;
}


.main5-ico{
	width: 135px;
	height: 129px;
	margin:0 auto;
	background-image: url(../images/huaquan.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 32px;
}
.main5-ico{
	position: relative;
}
.main5-ico img{
	display: block;
	width: 64px;
	margin:0 auto;
}

.main5-ico img.huah{
	position: absolute;
	width: 64px;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 50;
	left: 50%;
	margin-left: -32px;
	top:32px;
}


.main5-div h1{
	margin:0;
	font-size:20px;
	color: #666; 
	text-align: center;
	margin: 20px 0 35px;
}

.main5-p{
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}

.main5-div:hover .main5-ico img.huah{
	opacity: 1;
	visibility: visible;
}
.main5-div:hover h1{
	color: #ae1c1c;
}
/**************************************************************/
/*main-over*/





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


.footer-1{
	background-color: #f0f3f6;
}

.footer-1-left{
	height:105px ;
	line-height: 105px;
	font-size: 14px;
	color: #bbb;
	margin-right: 50px;
}

.footer-1-left span{
	color: #333;
	padding-right: 10px;
}

.footer-1-right{
	overflow: hidden;
	height: 105px;
	font-size: 0;
	line-height: normal;
}

.footer-1-a{
	display: inline-block;
	height:105px ;
	line-height: 105px;
	font-size: 14px;
	color: #666;
	margin-right: 40px;
}

.footer-1-a a:hover{color: #ae1c1c;}

.footer-2{
	background-color: #555555;
	padding: 32px 0;
}

.foo-logo{
	width: 76px;
	margin-right: 26px;
}

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

.footer-2-left{
	width: 745px;
}

.footer-2-p{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 2.3;
	padding-top: 6px;
}

.footer-2-right{
	height: 75px;
	line-height: 75px;
	font-size: 14px;
	color: #fff;
}
.footer-2-right a:hover{color: #ae1c1c;}


.footer-2-right{
	width: 130px;
	text-align: right;
}






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





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

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

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

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

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.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: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 265px;
   margin-left: 15px;
   margin-top: 21px;
}

.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;
	height: 67px;
	line-height: 67px;
	background-color: #ae1c1c;
	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: 14px;
	padding-left: 58px;
}

.menu li dd a:hover{
	color: #ae1c1c;

}
.menu li>a{
	display: block;
	height: 48px;
	line-height: 48px;

	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>a:hover,.menu li.active>a{
	background-color: #ae1c1c;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.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: #ae1c1c;
	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: #ae1c1c;
	background-image: url(../images/menuh2.png);
	color:#fff;
	background-position: 24px center;
}
.menu li>a:hover,.menu li.active>a{
	background-color: #ae1c1c;
	background-image: url(../images/menuh.png);
	color:#fff;
}


.sanji-dl{
	padding: 15px 0 0;
}

.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.sanji-dl dd>a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0	15px;
	    background-color: #f6f6f6;
}
.sanji-dl dd.cur>a{
	background-color: #ae1c1c;
	color: #fff;
}
.sanji-dl dd>a:hover{
	color: #ae1c1c;
}
.sanji-dl dd.cur>a:hover{
	color: #fff;
}
.sanji-dl dd.curs>a{
	background-color: #3e3737;
	color: #fff;
}

.sanji-dl dd.curs>a:hover{
	color: #fff;
}
.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #ae1c1c;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #ae1c1c;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#ae1c1c;
}
.mianbaoxie span{
    color:#ae1c1c;
}

.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:#ae1c1c;
}
.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;
	color:#666;
	line-height: 2!important;
}
.danpian-con a{
	color: #3366ff!important;
    text-decoration: underline;
}

.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:#ae1c1c;

}
.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-list2 .pic-pic>a{
	padding-bottom: 150.6%;
}
.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:#ae1c1c;
}






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

.pic22-list dd{
	float: left;
	width: 17%;
	margin-left:3%;
	margin-top: 3%;
}

.pic22-list dd .imgbox_a{
	padding-bottom: 150.6%;
}

.pic22-list dd .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-image: url(../images/heidi.png);
	margin:0;
	font-size: 16px;
	text-align: center;
	z-index: 50;
	transition: bottom .3s;
}


.pic22-list dd .imgbox_a:hover h1{
	bottom: 0;
}
