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

}

.header-0{
	background-color: #eeeeee;
	height: 34px;
	line-height: 34px;
	font-size:12px;
	color: #999; 
}

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

.logo{
	width: 383px;
	margin-top: 26px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-a{
	margin-top: 52px;
}
.header-1-a1{
	margin-left: 15px;

}
.header-1-a2{
	margin-left: 26x;
	
}
.header-1-a a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 58px;
}

.header-1-a a img{
	display: block;
	margin:0 auto 7px;
}




.search{
	width: 354px;
	height: 42px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
	padding-left: 18px;
	padding-top: 2px;
	padding-right:55px;
	margin-top: 42px;
}

.search input:focus{
	outline: none;
}

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

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

.nav-wp{
	position: relative;
	background-color:#3880c7;
	z-index: 500;
	border-bottom: 3px solid #d00000;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2px;

}
.nav>ul>li:first-child{
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/

}



.cur {
	background-color: #d00000;
}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#d00000;
	/*font-weight: bold;*/

}
.nav>ul>li>ul{
	position: absolute;
	left: 2px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #3880c7;
	display: none;
	border-top: 3px solid #d00000;
}

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








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





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

#main{
	padding: 30px 0;
}

.main1-1{
	width: 540px;
	margin-right: 30px;
}

.fmain1-1 .imgbox_a{
	padding-bottom: 66.48%;
}

.fmain1-1 .imgbox_a h1{
	margin:0;
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	height:44px;
	line-height: 44px;
	padding: 0	15px;
	background-image: url(../images/hongdi.png);
	color: #fff;
	font-size: 16px;
	padding-right: 105px;
}
.fmain1-1 .flex-control-nav{
	display: block;
	height: 0;
	font-size: 0;
	bottom: 28px;
	text-align: right;
	padding-right: 9px;
}
.fmain1-1 .flex-control-nav li{
	margin:0 4px;
}
.fmain1-1 .flex-control-paging li a{
	width: 12px;
	height: 12px;
}



.main1-2{
	overflow: hidden;
}

.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.png);
}
.title-11 span.fl{
	height: 44px;
	line-height: 44px;
	padding: 0	24px;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	margin-left: 10px;

}
.title-11 span.fl:first-child{
	margin-left: 0;
}
.title-11 span.fl.cur{
	background-color: #d00000;
	color: #fff;
}

.title-11 a.fr{
	font-size: 12px;
	color: #999;
	display: none;
	margin-top: 13px;
}
.title-11 a.fr:hover{
	color: #d00000;
}

.title-11 a.fr.frr{
	display: block;
}

.main1-2-div-wp .main1-2-div{display: none;}
.main1-2-div-wp .main1-2-div:first-child{
	display: block;
}
.tui{
	padding: 15px 0;
	border-bottom: 1px dotted #cccccc;
}
.tui h1{
	margin:0;
	font-size: 16px;
	color: #d00000;
}
.tui p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 10px;
}

.list01{
	padding-top: 17px;
}
.list01 ul{
	margin:0;
}

.list01 li{
	margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 20px;
	line-height: 20px;
}

.list01 li:first-child{
	margin-top: 0!important;
}


.list01 li a{
	font-size: 14px;
	color:#666;
}
.list01 li span{
	font-size: 14px;
	color:#666;
	position: absolute;
	right: 0px;
	top: 0;
	font-family: "Arial";
}
.list01 li a:hover{
	color:#d00000;
}
.main2
{margin-top: 30px;}
.main2-1{
	width: 280px;
}


.main2-2{
	width: 430px;
	margin: 0 30px;
}

.main2-3{
	overflow: hidden;
}


.main2-pic{
	width: 170px;
	margin-right: 19px;
}

.main2-pic .imgbox_a{
	padding-bottom: 67%;
	margin-top: 29px;
}
.main2-pic .imgbox_a:first-child{
	margin-top: 0;
}
.main2-pic .imgbox_a h1{
	margin:0;
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	height:30px;
	line-height: 30px;
	padding: 0	15px;
	background-image: url(../images/heidi.png);
	color: #fff;
	font-size: 14px;
}



.main2-con .list01{padding-top: 0;}
.main2-con .list01 li{padding-right: 0;}

.main2-item{
	padding-top: 29px;
}
.main2-1 .list01{
	padding-top: 16px;
}
.main2-1 .list01 li{
	padding-right: 0;
}

.title-22{
	position: relative;
}

.title-22::before{
	position: absolute;
	left: 95px;
	right:55px;
	height: 1px;
	background-color: #dddddd;
	top: 50%;
	content:"";
}

.title-22 span{
	font-size: 20px;
	color: #d00000;
	height: 22px;
	line-height: 22px;

}
.title-22 .fr{
	margin-top: 1px;

}
.title-22 .fr a{
	font-size: 12px;
	color: #999;
}
.title-22 .fr a:hover{
	color: #d00000;
}


.main3
{margin-top: 20px;}


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

.main3-pic .imgbox_a{
	padding-bottom: 66.37%;
}

.main3-item h1{
	margin:0;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 13px;
}
.main3-item:hover h1{
	color: #d00000;
}

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





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

#footer{
	position: relative;
	z-index: 500;

}
.footer-1{
	background-color: #fff;
	/*padding: 19px 0;*/
	border-top: 1px solid #dddddd;
}
.footer-1-title{
	height: 45px;
	line-height: 45px;
	width: 76px;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.footer-1-div{
	position: relative;
	height: 45px;
	padding-left: 76px;
}


.foo1-dl2 dl{
	margin:0;
}

.foo1-dl2 dd{
	
	float: left;
	
}
.foo1-dl2 dd>i{
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0	25px;
	cursor: pointer;
	font-style: normal;
}
.foo1-dl2 dd>i img{
	margin-top: -3px;
	margin-left: 10px;
}

.foo1-dl2 dd.cur>i{
  background: #e5e5e5;
}
.foo1-dl2 dd.cur .yqxiala{
	display: block;
}
.yqxiala{
	position: absolute;
	left: 0;
	right: 0;
  background: #e5e5e5;
  bottom: 100%;
  /*padding: 20px;*/
	display: none;
	padding: 20px;
	padding-right: 0;
}

.yqxiala ul{
	/*margin:20px;*/
  overflow: auto;
	height: 80px;
}

.yqxiala li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.yqxiala li a{
	font-size: 14px;
	color: #333;
}
.yqxiala li a:hover{
	color: #d00000;
}
.foo1-dl dl{
	margin:0;
	margin-left: -3%;
}
.foo1-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	position: relative;
}

.footer-1 dd>span{
	display: block;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	padding-left: 16px;
	cursor: pointer;
	font-size: 12px;
	color:#333;
	background-repeat: no-repeat;
	background-position: 93% center;
	background-image: url(../images/span.png);
	transition: .3s;
}
.footer-1 dd>span.cur{

	background-image: url(../images/span2.png);
}


.footer-list{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 34px;
	height: 121px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color: #fff;
	display: none;
}

.footer-list >a{
	display: block;
	font-size: 12px;
	color:#333;
	padding:5px 15px 6px;
	line-height: 1.6;
}

.footer-list >a:hover{
	background-color: #d00000;
	color: #fff;

}



.footer-2{
	background-color: #3880c7;
	border-bottom: 3px solid #d00000;
	padding: 25px 0 22px;
}

.er{
	width: 106px;
}
.er-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	text-align: right;
	line-height: 1.3;
	padding-left: 10px;
	padding-top:10px;
}
.er-pic{
	width: 80px;
	
}
.er-pic img{
	display: block;
	width: 100%;
}

.foo2-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	padding-top: 12px;
}


/**************************************************************/
/*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: 280px;
   margin-left: 15px;
   margin-top: 10px;
}

.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%;
	}


.menu{
	width: 230px;
	margin-right: 30px;
	background-color: #d00000;
	padding: 0 15px 15px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	color:#fff;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.menu-list dl{
	margin:0;
}

.menu-list dd>a{
	display: block;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	color: #666;
	background-color: #fff;
	text-align: center;
}
.menu-list dd{
	border-bottom: 1px solid #e9e9e9;
}
.menu-list dd.cur{
	border-bottom: 2px solid #d00000;

}

.menu-list dd>a:hover{
	color: #d00000;
}

.menu-list dd.cur>a{
	color: #d00000;

}






.mianbaoxie{
      font-size: 14px;
    color:#999;
    margin-top: 11px;
}
.mianbaoxie a:hover{
    color:#d00000;
}
.mianbaoxie span{
    color:#d00000;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
	padding-top: 30px;
}

.about{
	font-size: 14px;
	color: #666;
	line-height: 2.2;
}







.fenye{
    text-align:left;
    padding-top: 33px;
    border-top: 1px dotted #ddd;
}
.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:#2267b1;
}


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

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

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

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

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

}
.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-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:#2267b1;
}


.fengcai-item{
	margin-bottom: 30px;
}

.fengcai-pic .imgbox_a{
	padding-bottom: 66.3%;
}

.fengcai-con h1{
	margin:0;
	font-size: 16px;color: #333;
	margin:18px 0 10px;
}
.fengcai-item p{
	margin:0;
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	height: 4.8em;
	overflow: hidden;
}

.fengcai-item:hover h1{color: #3880c7;}
.fengcai-item:hover p{color: #3880c7;}


.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	padding: 30px 0;
	border-top: 1px dotted #ddd;
}
.xinwen-list dd:first-child{
	border-top: 0px;
	padding-top: 0;
}

.xinwen-pic{
	width: 210px;
	margin-right: 22px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.2%;
}

.xinwen-con{
	overflow: hidden;
	padding-top: 14px;
}

.xinwen-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.xinwen-con h1 a:hover{
	color: #d00000;
}

.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	height: 3.2em;
	margin:15px 0 18px;
	overflow: hidden;
}


.xinwen-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	font-family: "Arial";
}
.shenqing-a{
	margin-top: 45px;
}
.shenqing-a a{
	display: block;
	width: 330px;
	height: 60px;
	line-height: 60px;
	border-radius: 999em;
	background-color: #d00000;
	color: #fff;
	font-size: 20px;
	padding-left:78px;
	background-repeat: no-repeat;
	background-position: 32px center;
	background-image: url(../images/yun.png);
	transition: background-color .3s;
}

.shenqing-a a:hover{
	background-color: #c30202;
}

.map-wp{
	width: 790px;
	/*height: 390px;*/
	margin-left: 30px;
}

.map{
	/*height: 100%;*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact-con{
	overflow: hidden;
	padding-top: 30px;
}

.contact-con h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #304c6d;
}

.contact-con h2{
	margin:0;
	font-size: 12px;
	font-weight: bold;
	color: #304c6d;
	font-family: "Arial";
	text-transform: uppercase;
	margin:8px 0 30px;
}


.contact-con h3{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #d00000;
	font-family: "Arial";
}


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

.contact-er{
	width: 75px;
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
}

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

.liuyan{
	margin-top: 40px;
	background-color: #f4f4f4;
	padding: 30px;
}

.liuyan-title{
	font-size: 18px;
	color: #d00000;
}
.liuyan-form{
	margin-top: 30px;
}
.liuyan-form input:focus{
	outline: none;
}
.liuyan-form textarea:focus{
	outline: none;
}
.liuyan-dl dl{
	margin:0;
}

.liuyan-dl dd{
	float: left;
	width: 286px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.liuyan-dl dd:first-child{
	margin-left: 0;
}

.liuyan-dl dd:first-child+dd+dd{
	width: 527px;
}

.liuyan-dl dd input{
	display: block;
	width: 100%;
	height: 42px;
	background-color:#fff;
	border:1px solid #e4e4e4;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 15px;
}

.liuyan-textarea textarea{
	display: block;
	width: 100%;
	height: 200px;
	background-color:#fff;
	border:1px solid #e4e4e4;
	padding: 15px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	resize: none;
}
.liuyan-btn{
	margin-top: 24px;
}
.liuyan-btn input{
	display: block;
	width: 130px;
	height: 42px;
	background-color:#d00000;
	border:0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.liuyan-btn input:hover{
	font-weight: bold;
}

