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



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



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

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


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

.fl{
	float: left;
}

.fr{
	float: right;
}

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




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

.img-box{/*图片盒子类名*/
	
	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{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding-bottom: 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background: url(../images/header.png) #fff;
	z-index: 999;
}

.hmenu{
	width: 88px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/hmenu.png);
	cursor: pointer;
	position: relative;
	z-index: 700;
	transition: .3s;
}
.hmenu.cur{
	background-image: url(../images/hmenuh.png);
}
.hmenu-div{
	position: absolute;
	left: 0;
	right: 0;
	top: 76px;
	background-image: url(../images/landi.png);
	display: none;
}


.hmenu-div ul{
	margin:0;
}
.hmenu-div li{
	text-align: center;
	padding-bottom: 1px ;
	    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../images/header.png);
    position: relative;
}
.hmenu-div li:hover .trerweima{
	display: block;
}
.trerweima{
	position: absolute;
	left: -140px;
	top: 50%;
	margin-top: -69px;
	width: 138px;
	display: none;
	border:8px solid #fff;
}

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

.hmenu-div li>a{
	display:block;
	color:#fff;
	font-size:12px;
	text-align: center;
	padding: 35px 0;
}
.hmenu-div li>a:hover{
	background-color: #006dd8;
}
.hmenu-div li>a img{
	display: block;
	margin:0 auto 10px;
}

.logo{
	width:220px;
	margin-top: 10px;
	margin-left: 100px;
}

.logo img{
	display: block; height:50px; width:auto;
	/*width: 100%;*/
}

.nav{
	margin-right: 30px; width:60%; 
}
.nav ul{
	margin:0; 
}

.nav>ul>li{
	float: left; min-width:90px; width:12.5%; text-align:center;
}
.nav>ul>li:first-child{
	margin-left: 0;
}
.nav>ul>li>a{
	display: block;
	height: 76px;
	line-height: 76px;
	font-size: 16px;
	color:#333;
}

.nav>ul>li>a:hover,.nav>ul>li.active>a{
	color:#FF182A; border-bottom:1px #FF182A solid;
}


.erji-header .nav>ul>li>a:hover,.erji-header .nav>ul>li.active>a{
	font-weight: normal;
	color:#006dd8;
}

@media screen and (max-width: 1400px) {
.nav>ul>li{
	float: left;
	margin-left:0px;
}
}
@media screen and (max-width: 1300px) {
.nav>ul>li>a{
	padding: 0	5px;
}
}


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





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

#main{
	
}

.section{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.banner{
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
}
.banner-x{
	display: none;
}
.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
	position: relative;
}
.fafa .flex-direction-nav{
	display: block;
}
.fafa .flex-direction-nav a{
	width: 80px;
	height: 10px;
	margin-top: -5px;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}

#shu{
	position: absolute;
    bottom: 30px;
    left: 50%;
    width: 30px;
    height: 50px;
    border: 2px solid #FFF;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 80000;
    cursor:pointer; 
    margin-left: -15px;
}

#shu::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

.sec-table-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 20;
}
.sec-table{
	display: table;
	width: 100%;
	height: 100%;

}

.sec-table-cell{
	display: table-cell;
	vertical-align: middle;
}

.index2-title h1{
	font-size: 40px;font-weight: bold;
	color:#fff;
	margin:0;
}
.index2-title h2{
	display: inline-block;
	margin:0;font-size: 16px;
	color:#fff;
	font-family: "Arial";
	padding: 5px 10px;
	margin-top: 8px;
	background-color: #b7282e;
}
.index-p{
	font-size: 16px;
	color:#fff;
	line-height: 2;
}


.index2-div{
	
	margin-top: 55px;

}

.index2-list{
	margin-top: 50px;
}
.index2-list ul{
	margin:0;
}

.index2-list li{
	float: left;
	padding: 0 15px;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.index2-list li:first-child{
	border-left: 0;
	padding-left: 0;
}
.index2-list li:last-child{
	padding-right: 0;
}
.index2-list  li a{
	display: block;
}
.index2-list  li a:hover h1 .line{
	width: 100%;
}
.index2-list li h1{
	font-size: 20px;
	color:#fff;
	margin:0;
	display: inline-block;
	padding-bottom: 17px;
	position: relative;
}
.line{
	width: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}

.index2-list li h2{
	font-size: 14px;
	color:#fff;
	font-family: "Arial";
	margin:0;
	text-transform: uppercase;
	margin-top: 17px;
}

.index3{
	padding-top: 10.93%;
}
.index3-list-ul{
	margin-left: -3%;
}
.index3-list .item{
	float: left;
	width: 22%;
	margin-left: 3%;
	transition: .3s;
}

.index3-list .item>a{
	display: block;
	width: 200px;
	margin:0 auto;
	height: 126px;
	
	padding-top: 25px;
	transition: .3s;
	background-image: url(../images/kyun.png);
	background-repeat: no-repeat;
	background-position: center ;
	text-align: center;
	color:#fff;
	padding-top: 57px;
	position: relative;
	top: 0;
}
.index3-list .item>a:hover{
	background-image: url(../images/syun.png);
	color:#1065c2;
	top: -15px;
}

.index3-list .item>a h1{
	font-size: 20px;
	margin:0;


}
.index3-list .item>a h2{
	font-size: 14px;
	margin:0;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 8px;
	

}

.index3-list .item1{
	padding-top: 74px;
}
/*.index3-list .item1:hover{
	padding-top: 60px;
}*/
.index3-list .item2{
	padding-top: 14px;
}
/*.index3-list .item2:hover{
	padding-top: 0px;
}*/
.index3-list .item3{
	padding-top: 28px;
}
/*.index3-list .item3:hover{
	padding-top: 14px;
}*/
.index3-list .item4{
	padding-top: 84px;
}
/*.index3-list .item4:hover{
	padding-top: 70px;
}*/
.index4{
	position: relative;
}



.index4-pic a{
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}
.index4-pic a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color:#fff;
	margin:0;z-index: 20;
	height: 49px;
	line-height: 49px;
	text-align: center;
	/*background-repeat: repeat-x;*/
	background-position: left bottom;
	background-image: url(../images/heidi2.png);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0	15px;
}

.index4-pic a:hover h1{
	display: none;
}
.index4-pic a:hover .index4-pic-con{
	opacity: 1;
	visibility: visible;
}
.index4-pic-con{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/landi18.png);
	color:#fff;
	z-index: 20;
	padding: 65px 30px 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.index4-pic-con h2{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
	color:#fff;
	margin:0;
}
.index4-pic-con p{
	font-size: 14px;
	color:#fff;
	line-height:2;
	margin:0;
	margin-top: 23px;
	height: 140px;
	overflow: hidden;
}
.index4-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.index4-pic a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.m30{
	margin-top: 30px;
}

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

.bo{
	position: absolute;
	width: 56px;
	left: 50%;
	margin-left: -28px;
	top: 50%;
	margin-top: -28px;
}

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


.index4-list-wp .index4-list{
	display: none;
}

.index4-list-wp .index4-list .col-lg-4:first-child+.col-lg-4{
	margin-left: 33.33333333%;
}


.index4-list-wp .index4-list:first-child{
	display: block;
}


.index4 .container{
	position: relative;
}



.index4-menu{
	position: absolute;
	left: 50%;
	top: 0;
	width: 200px;
	margin-left: -100px;
}

.index4-menu span{
	display: block;
	cursor: pointer;
	
	height: 45px;
	line-height: 43px;
	font-size: 18px;
	color:#1e7eed;
	text-align: center;
	margin-top: 20px;
	border:1px solid #1e7eed;
	background-color: #fff;
	transition: .3s;
}
.index4-menu span:first-child{
	margin-top: 38px;
}
.index4-menu span.cur{
	background-color: #1e7eed;
	color:#fff;
}






.index5 .container{
	position: relative;
	padding-left: 450px;
}

.index5-pic{
	position: absolute;
	left: 0;
	top: 0;
	/*width: 421px;*/
	width: 410px;
	
}

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

.index5-div{
	
	position: relative;
}

.index5-title{
	position: absolute;
	left: 60px;
	top: 0;
	width: 62px;
	z-index: 20;
}

.index5-title img{
	display: block;
	width: 100%;
}
.index5-top{
	padding-right: 10px;
	text-align: right
}
.index5-top a{
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	color:#e84d29;
	font-size: 16px;
	padding: 0 20px;
	margin-left: 15px;
	display: inline-block;
}
.index5-top a:hover{
	background-color: #e84d29;
	color:#fff;
}
.index5-top a:first-child{
	margin-right: 0;
}
.index5-bottom-wp{
	padding: 10px;
}
.index5-bottom{
	background-color: #fff;
	box-shadow: 0 0 15px 2px #e7c26f;
	/*height: 667px;*/
	height: 619px;
	position: relative;
	padding-left: 150px;
	padding-top: 130px;
	background-image: url(../images/hon.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
}

.bei{
	position: absolute;
	width: 300px;
	right: -100px;
	bottom: 0;
}
.bei img{
	display: block;width: 100%;
}
.index5-list{
	width: 470px;
}
.findex5 .slides>li h1{
	font-size: 20px;
	color:#333;
	margin:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.findex5 .slides>li h1 a:hover{
	color:#e84d29;
}	
.findex5{
	/*padding-bottom: 45px;*/
	padding-bottom: 60px;
}
.index5-p{
	font-size: 14px;
	color:#666;
	line-height: 2;
	margin-top: 20px;
	height: 252px;
	overflow: hidden;

}

.findex5 .flex-control-nav{
	display: block;
	bottom: 0;
	text-align: left;
	font-size: 0;
}
.findex5 .flex-control-nav li{
	margin:0 7px;
}
/**************************************************************/
/*main-over*/





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

#footer{
	position: relative;
	z-index: 800;
	border-top: 1px solid #eeeeee;
}

#totop{
	position: absolute;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	top: -30px;
}
#totop img{
	display: block;
	width: 100%;
}


#totop2{
	position: absolute;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	top: -30px;
}
#totop2 img{
	display: block;
	width: 100%;
}
.footer-1{
	padding: 45px 0 25px;
}

.foo1-pic{
	width: 534px;
	margin-bottom: 23px;
}

.foo1-pic img{
	display: block;
}
.foo1-left p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.er{
	width: 138px;
	text-align: center;
	font-size: 14px;
	color:#666;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.foo-nav{
	overflow: hidden;
}

.foo-nav ul,.foo-nav dl{
	margin:0;
}

.foo-nav li{
	float: left;
	margin-right: 75px;
}


.foo-nav li h1{
	font-size: 16px;
	color:#333;
	margin:0;
	padding-bottom: 5px;
	font-weight: bold;
}
.foo-nav li h1 a:hover{
	color:#e84d29;
}

.foo-nav dd{
	font-size: 14px;
	color:#666; 
	margin-top: 10px;
}
.foo-nav dd a:hover{
	color:#e84d29;
}

.footer-2{
	border-top: 1px dotted #eeeeee;
	padding: 25px 0;
}

.footer-2 span{
	font-size: 14px;
	color:#333;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	line-height: 20px;
	background-image: url(../images/you.png);
}

.foo2-con{
	overflow: hidden;
	padding-left: 15px;
}
.you-list{
	overflow: hidden;
}
.you-list ul{
	margin:0 ;
}

.you-list li{
	float: left;
	height: 20px;
	line-height: 20px;
	padding-right: 30px;
}

.you-list li a{
	font-size: 14px;
	color:#666;
}
.you-list li a:hover{
	color:#e84d29;
}

/**************************************************************/
/*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: 6px;
	
	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:10px 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: 19px;
    width: 18px;

}

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

.logo-2 img{
	display: block;
}


.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: 442px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

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


#header.erji-header{
	position: relative;
	background-color: #fff;
	background-image: none;
	padding-bottom: 0;
}

.erji-header .nav>ul>li>a{
	color:#333;
}

.erji-header .hmenu{
	background-image: url(../images/hmenu.jpg);
}
.erji-header .hmenu.cur{
	background-image: url(../images/hmenuh.jpg);
}
.erji-header .nav>ul>li>a:hover,.erji-header .nav>ul>li.active>a{
	color:#006dd8;
}
.erji-top{
	text-align: center;
	font-size: 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-top.jpg);
}
.erji-top ul{
	margin:0;
	display: inline-block;
}

.erji-top li{
	float: left;
	width: 162px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/li.png);
}
.erji-top li:first-child{
	padding-left: 0;
	background-image: none;
}
.erji-top li>a{
	display: block;
	height: 67px;
	line-height: 65px;
	font-size: 16px;
	color:#666;
}
.erji-top li>a:hover {
	color:#b7262c;
}
.erji-top li.cur>a{
	color:#b7262c;
	border-bottom: 2px solid #b7262c;
	line-height: 65px;
}

.about1{

	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about1.jpg);
}

.p80{
	padding: 80px 0;
}


.about1-pic{
	width: 542px;
	margin-left: 20px;
}
.about1-pic img{
	display: block;
	width: 100%;
}
.about1-con{
	overflow: hidden;
}
.about1-con-1{
	min-height: 330px;
	padding-left: 110px;
	background-image: url(../images/about1-2.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-top: 80px;
}
.about1-con-1 h1{
	font-size: 36px;font-weight: bold;
	margin:0;
	color:#333;
}

.about1-con-1 h2{
	font-size: 14px;
	margin:0;
	color:#666;
	font-family: "Arial";
	margin-top: 12px;
}

.about1-con-1 p{
	margin:0;
	font-size: 16px;
	color:#000;
	line-height: 2.2;
	margin-top: 43px;
}

.about1-con-2{
	font-size: 14px;
	color:#666;
	font-family: "Arial";
	margin-top: 12px;
	line-height: 2;
	padding-right: 130px;
	margin-top: 60px;
}


.about2{
	height: 750px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about2.jpg);
	background-color: #e4eaef;
}

.about2-con{
	margin-left: 687px;
	padding-top: 70px;
}

.about2-p1{
	font-size: 16px;
	color:#333;
	line-height: 2;
}

.about2-p2{
	font-size: 14px;
	color:#666;
	line-height: 2.2;
	margin-top: 35px;
	font-family: "Arial";
}

.about3{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about3.jpg);
}

.about3-con{
	padding:50px 175px;
	text-align: center;
}
.about3-p1{
	font-size: 16px;
	color:#fff;
	line-height: 2.2;
}

.about3-p2{
	font-size: 14px;
	color:#fff;
	line-height: 2.2;
	margin-top: 35px;
	font-family: "Arial";
}



.tui-pic{
	width: 520px;
	margin-right:36px; 
}

.tui-pic a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.tui-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.tui-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tui-con{
	overflow: hidden;
	padding-top: 38px;
}
.tui-con h1{
	margin:0;
	font-size: 20px;
	color:#b7282e;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tui-con h2{
	margin:0;
	font-size: 14px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Arial";
    margin-top: 20px;
}
.tui-con h1 a:hover{
	text-decoration: underline;
}
.tui-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
    overflow: hidden;
	height: 140px;
    margin-top: 15px;
}
.tui-a{
	margin-top: 50px;
}
.tui-a a{
	display: block;
	width: 164px;
	height: 39px;
	line-height: 35px;
	text-align: center;
	transition: .3s;
	color:#b7282e;
	font-size: 14px;
	border:2px solid #b7282e;
}
.tui-a a:hover{
	background-color: #b7282e;
	color:#fff;
}

.news.p80{
	padding-top: 50px;
}



.news-list ul{
	margin:0;
}
.news-list {
	border-top: 1px solid #eeeeee;
	margin-top: 45px;

}
.news-list li{
	padding: 44px 0;
	border-bottom: 1px solid #eeeeee;
}


.news-pic{
	width: 220px;
	margin-right:36px; 
}

.news-pic a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.news-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.news-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-con{
	overflow: hidden;
	padding-top: 20px;
}
.news-con h1{
	margin:0;
	font-size: 20px;
	
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-con h2{
	margin:0;
	font-size: 14px;
	color:#999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Arial";
    margin-top: 18px;
}
.news-con h1 a:hover{
	color:#b7282e;
}
.news-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
    overflow: hidden;
	height: 50px;
    margin-top: 13px;
}

.fenye ul{
	margin:0;
}

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

.news-zong-1{
	width: 860px;
}

.news-zong-2{
	width: 416px;
	margin-left: 24px;
}

.news-zong-2 a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.news-zong-2  a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.news-zong-2 a:hover>img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-zong-3{
	margin-top: 21px;
}

.fnews .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.fnews .slides>li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}

.fnews .slides>li>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 54px;
	line-height: 54px;
	background-image: url(../images/heidi2.png);
	margin:0;
	font-size: 18px;color:#fff;
	padding: 0	140px 0 25px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fnews .flex-control-nav{
	display: block;
	font-size: 0;
	text-align: right;
	bottom: 20px;
	padding-right: 13px;
}

.fnews .flex-control-paging li a{
	background-image: url(../images/arrow-b2.png);
}

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

.fnews .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}

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

.job-top-pic{
	width: 548px;
	margin-top:15px;
}

.job-top-con {
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	color:#000;
}


.renli2-table{
	margin-top: 50px;
}
.renli2-table table.table{
	border:1px solid #ececec;
}
.renli2-table table.table tr th{
	height: 50px;
	vertical-align: middle;
	color:#fff;
	font-weight: normal;
	font-size:16px;
	text-align: center;
	background-color: #ae0c22; 
}
.renli2-table table.table tr td{
	border-top: 1px solid #ececec;
}
.renli2-table table.table tr.tr_1 td{
	height: 50px;
	vertical-align: middle;
	color:#333;
	font-weight: normal;
	font-size:15px;
	text-align: center;
	background-color: #fff; 
}
.renli2-table table.table tr.tr_2{
	display: none;
}
.renli2-table table.table tr.tr_2 td{
	background-color: #f7f7f7;
	padding: 0	45px;
}

.zizhi-dl {
	padding-bottom: 25px;
	padding-top: 5px;
	border-bottom: 1px solid #ebebeb;
}
.zizhi-dl dl{
	margin:0;
	margin-left: -2%;
}

.zizhi-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 20px;
	 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zhize-con{
	padding: 20px 0 30px;
}
.zhize-con-p{
	font-size: 15px;
	color:#333;
	line-height: 2.6;
}
.tou-a {
	margin-top: 30px;
}
.tou-a a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #ae0c22;
	border-radius: 5px;
	color:#fff;
	text-align: center;
	font-size: 16px;
}


.caoa{
	cursor: pointer;
}
.caoa:hover{color:#ae0c22;}

.menu{
	width: 138px;
	border-right: 1px solid #eee;
	padding-right: 16px;
	padding-bottom: 45px;
	margin-right: 32px;
}

.menu ul{
	margin:0;
}

.menu li{
	margin-top: 10px;
}
.menu li:first-child{
	margin-top: 0px;
}

.menu li>a{
	display: block;
	height: 34px;
	line-height: 34px;
	padding-right: 20px;
	background-color: #fff;
	transition: .3s;
	text-align: right;
	font-size: 16px;
	color:#666;
}

.menu li.cur>a,.menu li:hover>a{
	background-color: #b7282e;
	color:#fff;
}

.erji-content-con{
	overflow: hidden;
}

.pic-pic a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.pic-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.pic-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.pic-pic a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/heidi2.png);
	margin:0;
	font-size: 14px;color:#fff;
	padding: 0	15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}


.chuang-list .col-sm-6{
	margin-bottom: 35px;
}


.map {
	height: 602px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact1{
	padding: 70px 0;
	background-color: #006dd8;

}

.contact1-er{
	width: 180px;
}

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

.contact1-div{
	overflow: hidden;
}

.contact1-title img{
	width: 420px;
	margin-right: 17px;
	margin-top: -3px;
}



.contact1-title span{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0	15px;
	background-color: #b7282e;
}

.contact1-dl dl{
	margin:0;
}

.contact1-dl dd{
	float: left;
	width: 50%;
	font-size: 16px;
	color:#fff;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 1.6;
	margin-top: 26px;
}

.contact1-dl{
	padding-top: 30px;
}

.contact2{
	padding: 95px 0 100px;
	background-color: #fff;
}

.contact2-title{
	font-size: 21px;
	color:#006dd8;
	font-weight: bold;
}

.contact2-ul ul{
	margin:0;
}
.contact2-ul{
	border-left: 1px solid #eeeeee;
	margin-top: 30px;
}
.contact2-ul li{
	float: left;
	width: 25%;
	height: 202px;
	border:1px solid #eeeeee;
	padding: 40px 40px 0;
	border-left: 0;
}

.contact2-ul li h1{
	font-size: 16px;
	color:#006dd8;
	font-weight: bold;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contact2-ul li p{
	font-size: 14px;
	color:#666;
	line-height: 2;
	margin:0;
	margin-top: 16px;
	height: 84px;
	overflow: hidden;
}

.contact3{
	height: 719px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/contact3.jpg);
	padding-top: 85px;
}

.contact2-title h2{
	font-size: 12px;
	color:#006dd8;
	font-weight: normal;
	margin:0;
}

.contact3-form{
	width: 586px;
	/*margin-top: 60px;*/
	padding-top: 10px;
}

.input{
	border-bottom: 1px solid #d2dbe2;
	margin-top: 50px;
}
.input input:focus{
	outline: none;
}
.input input[type="text"]{
	display: block;
	width: 100%;
	background-color: transparent;
	border:0;
	height: 50px;
	font-size: 16px;
	color:#006dd8;
}

.contact3-sel span{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#006dd8;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/sel.png);
	padding-right: 50px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.contact3-sel{
	position: relative;
}
.contact3-sel-div{
	position: absolute;
	left: 0;
	right: 0;
	top: 51px;
	border:1px solid #d2dbe2;
	border-top: 0;
	background-color: #fff;
	z-index: 50;
	display: none;
}

.contact3-sel-div dl{
	margin:0;
}

.contact3-sel-div dd{
	height: 35px;
	line-height: 35px;
	padding: 0	15px;
	border-top:1px solid #d2dbe2;
	cursor: pointer;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.contact3-sel-div dd:hover{
	background-color: #ececec;

}
.contact3-sel-div dd:first-child{
	border-top: 0;
}

.contact3-button{
	padding-top: 65px;
}
.contact3-button input:focus{
	outline: none;
}
.contact3-button input{
	border:0;
	background-color: #fff;
	height: 46px;
	font-size: 16px;
	color:#006dd8; 
	cursor: pointer;
	width: 160px;
	box-shadow: 0 0 10px 1px #dae3e9;
	transition: .3s;
}

.contact3-button input:hover{
	background-color: #006dd8;
	color:#fff;
}

.xiashu-list ul{
	margin:0;
}

.xiashu-list li{
	border-top: 1px dotted #dddddd;
	padding: 90px 0;
}

.xiashu-left{
	width: 316px;
	padding-right: 30px;
}
.xiashu-left h1{
	font-size: 30px;
	color:#006dd9;
	font-weight: bold;
	margin:0;
}
.xiashu-left p{
	font-size: 12px;
	color:#666;
	margin:0;
	line-height: 2;
	margin-top: 15px;
}
.xiashu-right{
	overflow: hidden;
	border-left: 1px solid #ddd;
	padding-left: 46px;
}

.xiashu-con-title h1{
	font-size: 26px;font-weight: bold;
	color:#333;
	line-height: 1.5;
	margin:0;
}

.xiashu-con-title h2{
	font-size:14px;
	font-family: "Arial";
	color:#666;
	line-height: 1.5;
	margin:0;
}

.xiashu-con p{
	font-size:14px;
	color:#666;
	line-height: 2;
	margin:0;
	margin-top: 24px;
}

.xiashu-con img{
	display: block;
	margin-top: 20px;
	width: 100%;
}



.xiashu-con{
	height: 276px;
	overflow: hidden;
}

.xiashu-con.cur{
	height: auto;
}

.xiashu-more{
	width: 64px;
	height: 34px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/xiashu3.jpg);
	margin-top: 30px;
}

.xiashu-more.cur{
	background-image: url(../images/xiashu2.jpg);

}


.dashiji-1{
	/*height: 840px;*/
	padding-bottom: 120px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/dashiji-1.jpg);
	padding-top: 60px;
}

.dashiji-1-img img{
	display: block;
	margin:0 auto;
}


.dashiji-div{
	background-repeat: repeat-x;
	background-position: left 382px;
	height: 450px;
	background-image: url(../images/chi.png);
	margin-top: 90px;
}
.dashiji-list{
	padding: 0 80px;

}

.da-con{
	background-color: #fff;
	padding: 45px 35px;
}


.da-con h1{
	font-size: 14px;
	color:#666;
	margin:0;
}
.da-con-ppp{
	font-size: 14px;
	color:#666;
	margin:0;
	line-height: 2;
	height: 56px;
	overflow: hidden;
	margin-top: 12px;
}
.da-con-ppp p{
	margin:0;
}
.dashiji-list .item .da-con{
	height: 187px;
	padding: 40px;
}
.da-con-ppp,.da-con-ppp *{
	font-family: "Microsoft Yahei"!important;
}
.dashiji-list  .item{

	/*width: 260px;*/
	padding: 5px;
}
.dashiji-list .owl-item.active+.owl-item.active .item{
	/*width: 460px;*/
}
.dashiji-list .owl-item.active+.owl-item.active+.owl-item.active .item{
	/*width: 260px;*/
	/*padding-top: 144px;*/
}
.dashiji-list  .item .da-con{
	margin-top: 144px;
}
.dashiji-list .owl-item.active+.owl-item.active .item .da-con{
	height: 330px;
	margin-top: 0;
	padding:40px 25px;
	box-shadow: 0 0 15px 1px #e0ebf1;
	
}
.dashiji-list .owl-item.active+.owl-item.active .item .da-con h1{
	font-size: 22px;
	color:#b7282e;
}
.dashiji-list .owl-item.active+.owl-item.active+.owl-item.active .item .da-con{
	height: 187px;
	margin-top: 144px;
	padding: 40px;
	box-shadow: none;
}
.dashiji-list .owl-item.active+.owl-item.active+.owl-item.active .item .da-con h1{
	font-size: 14px;
	color:#666;
}

.dashiji-list .owl-item.active+.owl-item.active .item .da-time i{
	background-image: url(../images/timeh.jpg);
}
.dashiji-list .owl-item.active+.owl-item.active+.owl-item.active .item .da-time i{
	background-image: url(../images/time.png);
}




.dashiji-list .owl-item.active+.owl-item.active .item .da-con-ppp{
	height: 168px;
	overflow: auto;
}

.dashiji-list .owl-item.active+.owl-item.active+.owl-item.active .item .da-con-ppp{
	height: 56px;
	overflow: hidden;
}


.dashiji-list .owl-item.active+.owl-item.active .item .da-time{
	color:#b7282e;
	font-size: 26px;
}

.dashiji-list .owl-item.active+.owl-item.active+.owl-item.active .item .da-time{
	font-size: 20px;
	color:#666;
}




.da-time{
	font-size: 20px;
	color:#666;
	font-family: "Arial";
	text-align: center;
	margin-top: 90px;
	height: 25px;
	line-height: 25px;
	position: relative;
}

.da-time i{
	position: absolute;
	width: 1px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/time.png);
	left: 50%;
	top: -57px;
}

.dashiji-list .owl-prev{
	position: absolute;
	left: 0px;
    bottom: 58px;
	width: 22px;
	height: 22px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.dashiji-list .owl-next{
	position: absolute;
	right:0px;
    bottom: 58px;
	width: 22px;
	height: 22px;
	background-image: url(../images/right2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}


/*.dashiji-list .owl-next.disabled,.dashiji-list .owl-prev.disabled{
	display: none;
}*/




.rongyu-yy{
	box-shadow: 0 0 18px 3px rgba(0,0,0,0.15);
	padding: 110px;
	padding-left: 210px;
	background-color: #fff;
}


.fp-auto-height #totop{
	display: none;
}






.fztban,.fztban .slides,.fztban .slides>li{
	height: 100%;
}
.fztban .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.fztban .slides>li>a{
	display: block;
	height: 100%;
}

.fztban .slides>li>a img{
	display: none;
	width: 100%;
}

.zt1-body{
	background-image: url(../images/body1.jpg);
	padding: 70px 0;
}












#zt-footer1{
	background-color: #d91617;
	color:#fff;
}

#zt-footer1 .fl{
	height: 60px;
	line-height: 60px;
}

#zt-footer1 dl{
	margin:0;
}

#zt-footer1 dd{
	float: left;
	padding-left: 2px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/dl.jpg);
}
#zt-footer1 .fr{
	padding-right: 2px;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/dl.jpg);
}
#zt-footer1 dd>a{
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	padding: 0 50px;
}

#zt-footer1 dd>a:hover{
	text-decoration: underline;

}
.zt1-title{
	margin-bottom: 40px;
}
.zt1-title-left{
	height: 36px;
	line-height: 36px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/zt1-title.jpg);
	font-size: 34px;
	font-weight: bold;
	color:#d81517;
	margin-right: 25px;
}

.zt1-title-left span{
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	margin-top: -6px;
}

.zt1-title-right{
	overflow: hidden;
	position: relative;
	
	padding-right: 12px;
}


.zt1-title-right a{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
}
.zt1-title-right a img{
	display: block;
	width: 100%;
}
.zt-title-xian{
	height: 36px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/zt1-title2.png);
}

.ztm60{
	margin-top: 60px;
}

.zt1-div1-left{
	width: 760px;
	margin-right: 46px;
}

.zt1-div1-left dl{
	margin:0;
	margin-left: -5%;
}

.zt1-div1-left dd{
	float: left;
	width:28.33333333%;
	margin-left: 5%;
	margin-top: 5%;
}
.zt1-div1-left dd:first-child,
.zt1-div1-left dd:first-child+dd,
.zt1-div1-left dd:first-child+dd+dd{
	margin-top: 0;
}
.zt1-div1-left dd>a{
	display: block;
}
.zt1-div1-left dd>a:hover h1{
	color:#d81517;
}
.zt1-div1-left dd>a h1{
	margin: 0;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 13px;
}


.zt1-div1-pic{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.zt1-div1-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.zt1-div1-left dd>a:hover .zt1-div1-pic img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zt1-div1-right{
	overflow: hidden;
}

.zt1-list ul{
	margin:0;
}

.zt1-list li{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/zt1-list.jpg);
    margin-top: 27px;
}
.zt1-list li:first-child{
	margin-top: 0;
}
.zt1-list li a{
	 font-size: 16px;
    color: #333;
}

.zt1-list li a:hover{
	color:#d81517;
}


.zt1-div2-right{
	overflow: hidden;
}

.zt1-div2-left{
	width: 866px;
	margin-right: 48px;
}
.zt1-div1-left2{
	display: none;
}


.zt1-div1-left2-list .item h1 {
    margin: 0;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 13px;
}

.zt1-div2-pic{
	width: 462px;
	margin-right: 42px;
}

.zt1-div2-box-wp{
	overflow: hidden;
}

.zt1-div2-box{
	border:1px solid #d81517;
	border-bottom: 3px solid #d81517;
	padding: 28px 28px;
	margin-top:23px;
}
.zt1-div2-box:first-child{
	margin-top: 0
}
.zt1-div2-box .zt1-list li{
	margin-top: 18px;
}
.zt1-div2-box .zt1-list li:first-child{
	margin-top: 0;
}

.zt1-div2-right .zt1-list li{
	margin-top: 24px;
}
.zt1-div2-right .zt1-list li:first-child{
	margin-top: 0;
}


.zt1-div2-pic a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.zt1-div2-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.zt1-div2-pic a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zt1-div3-left{
	width: 760px;
	margin-right: 46px;
}
.zt1-div3-right{
	overflow: hidden;
}

.zt1-div3-left1{
	width: 330px;
	margin-right: 57px;
}


.zt1-div3-pic a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.zt1-div3-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.zt1-div3-pic a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zt1-div3-left1 h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 22px;
}

.zt1-div3-left1 h1 a:hover{
	color:#d91617;
}

.zt1-div3-left1 p{
	margin: 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-top: 17px;
    line-height: 1.8;
    height: 75px;
}

.zt1-div3-right .zt1-list li{
	margin-top: 23px;
}
.zt1-div3-right .zt1-list li:first-child{
	margin-top: 0;
}

.zt1-div3-left2{
	overflow: hidden;
}

.zt1-div3-left2 ul{
	margin:0;
}


.zt1-div3-left2 li{
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}
.zt1-div3-left2 li:first-child{
	padding-top: 0;
}
.zt1-div3-left2 li h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   
}

.zt1-div3-left2 li h1 a:hover{
	color:#d91617;
}

.zt1-div3-left2 li p{
	margin: 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-top: 17px;
    line-height: 1.8;
    height: 50px;
}

.guanli{
	padding: 70px 0;
}

#zt-footer1.guanlift{
	background-color: #0074de;
}
#zt-footer1.guanlift dd{

	background-image: url(../images/dl2.jpg);
}
#zt-footer1.guanlift .fr{
	padding-right: 2px;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/dl2.jpg);
}




.guanli-title{
	margin-bottom: 40px;
	position: relative;
	background-image: url(../images/guanli-title-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.guanli-title a.fr{
	width: 11px;
	margin-top: 19px;
	margin-right: 19px;
}

.guanli-title a.fr img{
	display: block;
	width: 100%;
}
.guanli-title-bottom{
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0074de;
}

.guanli-title-h1 span{
	font-size:26px;
	font-style: italic;
	font-weight: bold;
	padding-left: 46px;
	padding-right: 20px;
	margin-right: 25px;
	height: 50px;
	line-height: 50px;
	background-color: #0074de;
	color:#fff;
	background-image: url(../images/guanli-title1.png);
	background-repeat: no-repeat;
	background-position: 17px center;
	position: relative;
}
.guanli-title-h1 span i{
	position: absolute;
	right: -13px;
	top: 0;
	width: 13px;
}
.guanli-title-h1 span i img{
	display: block;
	width: 100%;
}
.guanli-title-h1-con{
	overflow: hidden;
	font-size: 16px;
	color:#0074de;
	font-style: italic;
	height: 50px;
	line-height: 50px;
	padding-right:10px;
}

.guanlim70{
	margin-top: 70px;
}









.guanli3-left{
	width: 520px;
	margin-right:40px; 
}

.guanli3-right{
	overflow: hidden;
}


.guanli3-list1 ul{
	margin:0;
}

.guanli3-list1 li{
	margin-top: 42px;
}

.guanli3-list1 li:first-child{
	margin-top: 0;
}




.guanli3-pic{
	width: 200px;
	margin-right: 23px;
}


.guanli3-pic a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.guanli3-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.guanli3-pic a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.guanli3-con{
	overflow: hidden;
	padding-top: 8px;
}

.guanli3-con h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 
}

.guanli3-con h1 a:hover{
	color:#0074de;
}

.guanli3-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-top: 15px;
    line-height: 1.8;
    height: 100px;
}
.guanli3-list2 ul{
	margin:0;
}
.guanli3-list2 li{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   	width: 49%;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/guanli3-list2.png);
    margin-top: 21px;
}
.guanli3-list2 li:first-child,.guanli3-list2 li:first-child+li{
	margin-top: 0;
}
.guanli3-list2 li a{
	 font-size: 16px;
    color: #333;
}
.guanli3-list2 li a:hover{
	color:#0074de;
}

.guanli2-left{
	width: 560px;
}

.guanli2-right{
	overflow: hidden;
}



.guanli-tui h1{
	margin: 0;
    font-size: 21px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 
}
.guanli-tui{
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.guanli-tui h1 a:hover{
	color:#0074de;
}

.guanli-tui p{
	margin: 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
    line-height: 2;
    height: 96px;
}

.guanli2-list1 ul{
	margin:0;
}
.guanli2-list1 li{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 23px;
}
/*.guanli2-list1 li:first-child{
	margin-top: 0;
}*/

.guanli2-list1 li a{
	 font-size: 16px;
    color: #333;
}
.guanli2-list1 li a:hover{
	color:#0074de;
}




.guanli2-list2 ul{
	margin:0;
}

.guanli2-list2 li{
	float: left;
	width: 45%;
	margin-left: 5%;
}



.guanli2-con{
	padding: 25px;
	background-color: #f9f9f9;
}
.guanli2-con h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 
}

.guanli2-con h1 a:hover{
	color:#0074de;
}

.guanli2-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.8;
    height: 50px;
}

.guanli2-pic a{
	display: block;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.guanli2-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.guanli2-pic a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}





.guanli1-div-wp{
	position: relative;
	padding-left: 594px;
}

.guanli1-div{
	height: 575px;
	border:3px solid #0074de;
	padding: 20px 40px 20px 90px;
}

.guanli1-div ul{
	margin:0;
}

.guanli1-div li{
	padding: 24px 0;
	border-top: 1px solid #eeeeee;
}
.guanli1-div li:first-child{
	border-top: 0;
}

.guanli1-div li h1{
	margin: 0;
    font-size: 17px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
 
}

.guanli1-div li h1 a:hover{
	color:#0074de;
}

.guanli1-div li p{
	margin: 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
    line-height: 2;
    height: 56px;
}

.guanli1-img{
	position: absolute;
	left: 8px;
	width: 641px;
	top: 41px;
	background-color: #0074de;
}
.guanli1-img-con{
	position: relative;
	left: -8px;
	top: 8px;
}

.fguanli1 .flex-control-nav{
	display: block;
	bottom: -35px;
	font-size: 0;
}

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

.fguanli1 .flex-control-paging li a{
	width: 27px;
	height: 5px;
	background-image: url(../images/arrow-b.jpg);
}

.fguanli1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b-h.jpg);

}

.xiangq-top{
	padding: 45px;
	background-color: #fff;
	box-shadow: 0 0 25px 1px rgba(0,0,0,0.05);
	padding-bottom: 25px;
}

.xiangq-top-right{
	width: 400px;
	margin-left: 45px;
}

.xiangq-top-pic{
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 45px;
}

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

.xiangq-top-left{
	overflow: hidden;
}

.xiangq-top-title h1{
	font-size: 26px;
	color:#333;
	line-height: 1.6;
	margin:0;
}

.xiangq-top-title h2{
	font-size: 16px;
	color:#999;
	font-family: "Arial";
	margin:0;
	margin-top: 12px;
}

.xiangq-top-title h2 span{
	font-family: 'Microsoft Yahei';
	color:#b7282e;
	padding-right: 15px;
}




.danpian-h1{
	font-size: 26px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	margin-top: 15px;
	
}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2.5;
	padding:15px 0 30px;
}
.danpian-con p{
	margin:0;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}

.dan-page{
	padding-top: 10px;
	border-top: 1px dotted #dddddd;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#b7282e;

}

.xiangq-middle
{margin-top: 50px;}
.xiangq-middle h1{
	font-size: 20px;
	color:#333;
	margin:0;
}

.xiangq-middle h1 span{
	font-size:14px;
	color:#999;
	padding-left: 13px;
}

.xiangq-form{
	margin-top: 15px;
}


.xiangq-form textarea{
	width: 100%;
	resize: none;
}

.xiangq-form input:focus{
	outline: none;
}

.xiangq-form input{
	width: 130px;
	height: 38px;
	border:0;
	border-radius: 38px;
	color:#fff;
	background-color: #006dd9;
	font-size: 14px;
	margin-top: 19px;
	cursor: pointer;
}

.xiangq-form input:hover{
	background-color: #0368cc;

}
.xiangq-bottom{
	margin-top: 50px;
}
.xiangq-bottom h1{
	font-size: 20px;
	color:#333;
	margin:0;
}

.xiangq-bottom-list{
	margin-top: 15px;
}
.xiangq-bottom-list ul{
	margin:0;
}

.xiangq-bottom-list li{
	padding: 32px 0;
	border-top: 1px solid #f0f0f0;
}
.xiangq-bottom-list li p{
	margin:0;
}
.xiangq-bottom-1{
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.xiangq-bottom-2{
	padding: 20px;
	background-color: #f7f7f7;
	margin-top: 15px;
}

.xiangq-admin{
	font-size: 14px;
	color:#333;
	line-height: 2;
	font-weight: bold;
}

.xiangq-bottom-2-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	overflow: hidden;
}



#zt-footer1.rongyuft{
	background-color: #f04420;
}
#zt-footer1.rongyuft dd{

	background-image: url(../images/dl3.jpg);
}
#zt-footer1.rongyuft .fr{
	padding-right: 2px;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/dl3.jpg);
}


.rongyu{
	padding-bottom: 65px;
}
.rongyu-div{
	padding: 45px;
	background-color: #fff;
	box-shadow: 0 0 25px 1px rgba(0,0,0,0.05);
	margin-top: 115px;
}

.rongyu-div1{
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/rongyu-div1.jpg);
}

.rongyu-title.fl{
	margin-right: 45px;
}
.rongyu-title.fr{
	margin-left: 45px;
}
.rongyu-title{
	position: relative;
	top:-90px; 
	width: 63px;
}

.rongyu-title a,.rongyu-title a img{
	display: block;
	width: 100%;
}

.rongyu-con{
	overflow: hidden;
}

.rongyu-con1-pic{
	width: 390px;
	margin-right: 60px;
}

.rongyu-con1-pic a{
	display: block;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;

}
.rongyu-con1-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.rongyu-con1-pic a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rongyu-div1-con1{
	overflow:hidden;
	padding-top: 18px;
}

.rongyu-div1-con1 h1{
	margin: 0;
    font-size: 20px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rongyu-div1-con1 h1 a:hover{
	color:#c43331;
}

.rongyu-div1-con1 p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    height: 150px;
    overflow: hidden;
    margin-top: 22px;
}

.rongyu-div_1{
	padding: 30px;
}

.rongyu-div1-a{
	font-size: 0;
	text-align: right;
	margin-top: 70px;
}

.rongyu-div1-a a{
	display: inline-block;
	padding: 0	30px;
	height: 40px;
	line-height: 38px;
	border:1px solid #c43331;
	color:#c43331;
	font-size: 14px;
}

.rongyu-div1-a a:hover{
	color:#fff;
	background-color: #c43331;
}

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

.frongyu-dl dd{
	float: left;
	width: 30.3333333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.frongyu-dl dd:first-child,
.frongyu-dl dd:first-child+dd,
.frongyu-dl dd:first-child+dd+dd{
	margin-top: 0;
}

.rongyu-div_2-pic a{
	display: block;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	
}
.rongyu-div_2-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.rongyu-div_2-pic a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.rongyu-div_2-con{
	overflow:hidden;
	padding-top: 17px;
}

.rongyu-div_2-con h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rongyu-div_2-con h1 a:hover{
	color:#c43331;
}

.rongyu-div_2-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 2;
    height: 84px;
    overflow: hidden;
    margin-top: 8px;
}


.frongyu{
	padding-bottom: 50px;
}

.frongyu .flex-control-nav li{
	margin:0 5px;
}
.frongyu .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 0;
}

.rongyu-div_2-phone{
	display: none;
}





.rongyu-div_3{
	padding-top: 45px;
}


.rongyu-div_3-list .owl-prev{
	position: absolute;
	right:32px;
	top: -45px;
	width: 30px;
	height: 30px;
	background-image: url(../images/left3.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.rongyu-div_3-list .owl-next{
	position: absolute;
	right:0px;
	top:  -45px;
	width: 30px;
	height: 30px;
	background-image: url(../images/right3.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.fengcai1{
	padding: 60px 0 80px;
}

.fengcai1-list .item>a{
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}


.fengcai1-list .item>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.fengcai1-list .owl-item.active .item>a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fengcai1-list .item>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	height: 70px;
	line-height: 70px;
	color:#fff;
	margin:0;
	background-image: url(../images/heidi.png);
	padding: 0	20px;
	font-size: 18px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fengcai1-list .item>a h1 span{
	padding-right: 26px;
}






















.fengcai1-list .owl-prev{
	position: absolute;
	top: 50%;
	left:218px;
	margin-top: -38px;
	width: 48px;
	height: 76px;
	background-image: url(../images/left4.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.fengcai1-list .owl-next{
	position: absolute;
	top: 50%;
	right:218px;
	margin-top: -38px;
	width: 48px;
	height: 76px;
	background-image: url(../images/right4.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.fengcai1-list .owl-item{
	opacity: 0.4;
}

.fengcai1-list .owl-item.active{
	opacity: 1;
}


.fengcai1-list_2{display: none;}
.fengcai1-list_2 .slides>li>a{
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}

.fengcai1-list_2 .slides>li>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.fengcai1-list_2 .slides>li>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	height: 40px;
	line-height: 40px;
	color:#fff;
	margin:0;
	background-image: url(../images/heidi.png);
	padding: 0	15px;
	font-size: 14px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.fengcai1-list_2 .slides>li>a h2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	height: 40px;
	line-height: 40px;
	color:#fff;
	margin:0;
	background-image: url(../images/heidi.png);
	padding: 0	15px;
	font-size: 14px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.fengcai1-list_2 .slides>li>a h1 span{
	padding-right: 10px;
}



.ffengcai1 .flex-direction-nav{
	display: block;
}


.ffengcai1 .flex-direction-nav a{
	width: 48px;
	height: 76px;
	margin-top: -38px;
	background-image: url(../images/left4.png);
}

.ffengcai1 .flex-direction-nav .flex-prev{
	left: 0;
}

.ffengcai1 .flex-direction-nav .flex-next{
	right: 0;
	background-image: url(../images/right4.png);
}







.fengcai2-list{
	padding: 50px 0;
}
.fengcai2-list .col-sm-6{
	margin-bottom: 30px;
}
.fengcai-title{
	height: 146px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/fengcai-title.jpg);
}

.fengcai-title h1{
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 42px;
	color:#fff;
	font-weight: bold;
	margin:0;
}

.fengcai-title h2{
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 22px;
	font-family: "Arial";
	color:#fff;
	margin:0;
	margin-top: 2px;
}



.fengcai2-pic>a{
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}


.fengcai2-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.fengcai2-pic>a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fengcai2-pic>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	height: 40px;
	line-height: 40px;
	color:#fff;
	margin:0;
	text-align: center;
	background-image: url(../images/heidi.png);
	padding: 0	15px;
	font-size: 14px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

















.fengcai3-div-wp{
	padding: 50px 0 60px;
}

.fengcai3-pic-wp{
	width: 694px;
}

.fengcai3-con{
	overflow: hidden;
}

.fengcai3-div{
	background-color: #ab1700;
}

.fengcai3-pic-wp .fengcai3-pic{
	display: none;
}

.fengcai3-pic-wp .fengcai3-pic:first-child{
	display: block;
}
.fengcai3-pic>a{
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}


.fengcai3-pic>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.fengcai3-pic>a:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fengcai3-pic>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	height: 50px;
	line-height: 50px;
	color:#fff;
	margin:0;
	text-align: center;
	background-image: url(../images/heidi.png);
	padding: 0	15px;
	font-size: 16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fengcai3-con{
	padding: 40px 60px 0;
}
.fengcai3-con dl{
	margin:0;
}
.fengcai3-con dd{
	border-bottom: 1px solid #ab1700;
	
    padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left center;

}
.fengcai3-con dd>a{
	display: block;
	height: 44px;
	line-height: 44px;
	color:#fff;
	font-size: 16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	 
}

.fengcai3-con dd.cur{
	background-image: url(../images/fdd.png);
	border-bottom: 1px solid #c45d4d;
}

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

.fengcai3-list dd{
	float: left;
	width: 30.3333333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.findex55:hover .flex-direction-nav{
	display: block;

}

.findex55 .flex-direction-nav a{
	width: 26px;
	height: 26px;
	margin-top: -13px;

}

.findex55 .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left511.png);
}
.findex55 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left511h.png);

}

.findex55 .flex-direction-nav .flex-next{
	background-image: url(../images/b-right511.png);
}
.findex55 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right511h.png);

}
