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

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




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

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


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

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



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

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

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


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


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




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

#header{
	position: relative;
	z-index: 999;
	height: 125px;
	background-color: #fff;
	border-top: 5px solid #dd4400;
}


.logo{
	width: 464px;
	margin-top: 22px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 22px;
	margin-top: 52px;
}

.search a,.search img{
	display: block;
	width: 100%;
}
.nav ul{
	margin:0;
}


.nav>ul>li{
	float: left;
	height: 120px;
	padding: 32px 15px 0;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 20px;
}
.nav>ul>li>a{
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 8px;
	font-size: 16px;
	color: #333;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #dd4400;
	content:"";
	opacity: 0;
	transition: opacity .3s;
}

.nav>ul>li:hover>a::after,
.nav>ul>li.cur>a::after{
	opacity: 1;
}


.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	transition: .3s;
	text-align: center;
	background-color: #fff;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #dd4400;
	color: #fff;
}


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





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

#main{

}


.banner-wp{
	position: relative;
}

.gonggao-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 55px;
	z-index: 15;
}


.banner{
	position: relative;
	z-index: 15;
}


.gonggao-bg{
	background-image: url(../images/baidi2.png);
	padding: 30px 135px 30px 55px;
}

.gonggao{
	position: relative;
	padding-left: 115px;
	height: 45px;
}

.gonggao-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	border-right: 1px solid #cfcfcf;
	padding: 5px 0;
}

.gonggao-item{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	padding-right: 85px;
	position: relative;
}
.gonggao-item a:hover{
	color: #dd4400;
}

.gonggao-item span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}


.fafa .flex-direction-nav a{
	width: 54px;
	height: 54px;
	margin-top: -27px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 5%;
}
.fafa .flex-direction-nav .flex-next{
	right: 5%;
}

.main1{
	/*background-color: #fff;*/
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 75px 0 95px;
}

.title-11-wp{
	position: relative;
	margin-bottom: 40px;
}
.title-11-menu{
	position: absolute;
	right: 100px;
	width: 510px;
	width: 240px;
	top: 6px;
}
.title-11-menu dl{
	margin:0;
	margin-left: -3%;
}

.title-11-menu dd{
	float: left;
	width: 22%;
	width: 47%;
	margin-left: 3%;
	border:1px solid #d8d8d8;
	font-size: 14px;
	color: #333;
	text-align: center;
	cursor: pointer;
	height: 38px;
	line-height: 36px;
	border-radius: 999em;
	transition: .3s;
}

.title-11-menu dd.cur{
	background-color: #dd4400;
	border-color: #dd4400;
	color:#fff;
}





.title-11 .fl{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.title-11 .fl img{
	margin-top: -3px;
	margin-right: 13px;
}

.title-11 a.fr{
	font-size: 14px;
	color: #dd4400;
	text-transform: uppercase;
	margin-top: 15px;
}
.title-11 a.fr:hover{
	font-weight: bold;
}


.main1-list-wp{
	position: relative;
	overflow: hidden;
}

.main1-list-box{
	position: absolute;
	width: 100%;
	left: 0;
	left: -1500%;
	top: 0;
}
.main1-list-box.cur{
	position: relative;
	left: 0;
}

.main1-pic .imgbox_a{
	padding-bottom: 66.6%;
}


.main1-con{
	background-color: #fff;
	padding: 35px 30px 43px;
	position: relative;
}
.main1-con::before{
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	content:"";
	background-color: #ebebeb;
	z-index: 1;
}
.main1-con::after{
	position: absolute;
	width: 0%;
	height: 3px;
	left: 0;
	bottom: 0;
	content:"";
	background-color: #dd4400;
	z-index: 3;
	transition: width .5s;
}
.main1-con h1{
	margin:0;
	font-size: 14px;
	color: #999;
}

.main1-con h1 img{
	display: inline!important;
	width: 18px!important;
	margin-top: -7px;
	margin-right: 13px;
}
.main1-con h2{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:18px 0 22px;
}
.main1-list .item:hover .main1-con h2{
	color: #dd4400;
}
.main1-list .item:hover .main1-con::after{
	width: 100%;
}



.main2-bg-wp{
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;top: 0;
	z-index: 1;
}

.main2-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	display: none;
}
.main2-bg:first-child{display: block;}




.main2{
	position: relative;
}

.main2 .container{
	position: relative;
	z-index: 10;
}

.main2-1-item{
	height: 400px;
	width: 530px;
	background-image: url(../images/baidi.png);
	padding: 90px 40px 0;
	display: none;
}
.main2-1-item:first-child{display: block;}

.main2-1-title h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.main2-1-title p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 23px;
}
.main2-1-dl{
	padding-top: 15px;
}
.main2-1-dl dl{
	margin:0;
	margin-left: -1%;
}

.main2-1-dl dd{
	float: left;
	width: 32.3333333%;
	margin-left: 1%;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
}
.main2-1-dl dd a{
	font-size: 16px;
	color: #333;
}
.main2-1-dl dd a:hover{
	color: #dd4400;
}

.main2-2{
	margin-top: 280px;
}
.main2-2-dl{
	padding-left: 600px;
}
.main2-2-dl dl{
	margin:0;
}

.main2-2-dl dd{
	float: left;
	width: 20%;
	
}
.main2-2-dl dd+dd{
	border-left: 2px solid rgba(255,255,255,0);
	/*margin-left: 2px;*/
}

.main2-2-item{
	height: 148px;
	background-image: url(../images/baidi.png);
	padding: 35px 15px 0;
	font-size: 16px;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: background-image .3s,color .3s;
	display:block;
}
.main2-2-ico{
	width: 29px;
	position: relative;
	margin:0 auto 8px;
}

.main2-2-ico img{
	display: block;
	width: 100%;
	transition: opacity .3s;
}

.main2-2-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.main2-2-jt{
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main2-2-ico0.png);
	margin-top: 13px;
	transition: background-image .3s;
}

.cur .main2-2-item{
	background-image: url(../images/hongdi.png);
	color: #fff;
}

.cur .main2-2-ico img{opacity: 0;}
.cur .main2-2-ico img.imgCur{opacity: 1;}
.cur .main2-2-jt{background-image: url(../images/main2-2-ico0h.png);}






.main3{
	background-image: url(../images/main3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}

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


.main3-1-title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}



.main3-1-title a:hover{
	color: #dd4400;
}


.main3-2{
	margin-top: 80px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main3-2 dl{
	margin:0;
	font-size: 0;
	text-align: center;
}
.main3-2 dd{
	width: 140px;
	display: inline-block;
}
.main3-2 dd+dd{
	margin-left: 130px;
}
.main3-2 dd>a{
	display: block;
	height: 140px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 1px 15.68px 0.32px rgba(140, 140, 140, 0.3);
	font-size: 16px;
	color: #333;
	padding-top: 38px;
	transition: box-shadow .3s,color .3s,background-color .3s;
}

.main3-2-ico{
	width: 33px;
	position: relative;
	margin:0 auto 8px;
}

.main3-2-ico img{
	display: block;
	width: 100%;
	transition: opacity .3s;
}

.main3-2-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.main3-2 dd>a:hover{
	background-color: #e46b35;
	color:#fff;
	box-shadow: none;
}
.main3-2 dd>a:hover .main3-2-ico img{opacity: 0}
.main3-2 dd>a:hover .main3-2-ico img.imgCur{opacity: 1}



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





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

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

.footer-1{
	padding: 60px 0 55px;
}

.foo1-con{
	text-align: right;
	width: 320px;
}
.foo1-con h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.foo1-con h2{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin:20px 0 12px;
}

.foo1-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.er{
	width: 98px;
	margin-right: 150px;
	text-align: center;font-size: 14px;
	color: #d2d2d2;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.foo-nav ul{
	margin:0;
}

.foo-nav li{
	float: left;
	text-align: center;
}

.foo-nav li+li{
	margin-left: 50px;
}

.foo-nav li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}
.foo-nav dl{
	margin:0;
	padding-top: 15px;
}

.foo-nav dd{
	margin-top: 11px;
}

.foo-nav dd>a{
	font-size: 14px;
	color: #c1c1c1;
	transition: color .3s
}

.foo-nav dd>a:hover{
	color: #fff;
}



.footer-2{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 20px 0;
}



/**************************************************************/
/*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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 300px;
   margin-left: 15px;
   margin-top:14px;
}

.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;w
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}




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

.banner-2{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 200px;
}


.banner-2-title h1{
	margin:0;
	font-size: 46px;
	color: #fff;
	line-height: 1;
	background-image: linear-gradient(to bottom, #fbebe6, #d37b62);
	color: transparent;
	-webkit-background-clip: text;
}

.banner-2-title h2{
	margin:0;
	font-size: 36px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
}


.erji-top{
	background-image: url(../images/erji-top.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 70px;
}
.erji-nav dd>a{
	display: block;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	color: #333;
	padding: 0 25px;
	position: relative;
	transition: color .3s;
}
.erji-nav dd>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #e7ecec;
	content:"";
}
.erji-nav dd.cur>a::after{
	background-color: #dd4400;
}

.erji-nav dd.cur>a,
.erji-nav dd>a:hover{
	color: #dd4400;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	height: 75px;
	line-height: 75px;
}

.mianbaoxie span{
	color: #dd4400;
}

.erji-bottom{
	padding: 70px 0;
	/*overflow: hidden;*/
}
.star-list{
	overflow: hidden;
}
.star-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.star-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #f8f8f8;
	background-image: url(../images/star-bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.star-pic{
	width: 240px;
}
.star-pic .imgbox_a{
	padding-bottom: 150.416667%;
}

.star-con{
	overflow: hidden;
	padding: 55px 50px 0;
}

.star-title{
	font-size: 18px;
	color: #333;
	height: 36px;
	padding-top: 10px;
	background-image: url(../images/star-ico.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}

.star-title::after{
	position: absolute;
	right: 57px;
	left: 54px;
	top: 24px;
	height: 2px;
	content:"";
	background-image: url(../images/line0.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.star-title a:hover{
	color: #dd4400;
}
.star-con-p{
	margin-top: 22px;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}

.more1 a{
	font-size: 14px;
	color: #999;
}
.more1 a:hover{
	color: #dd4400;
}
.more1 a img{
	margin-top: -3px;
	margin-left: 13px;
	display: inline-block!important;
	width: 15px!important;
}

.star-con .more1{
	margin-top: 40px;
}


.company-list{
	overflow: hidden;
}

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

.company-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.company-pic .imgbox_a{
	padding-bottom: 66.486%;
}

.company-con{
	background-color: #f8f8f8;
	padding: 30px 30px 25px;
	text-align: center;
}

.company-h1{
	font-size: 18px;
	color: #333;
}

.company-h1 a:hover{
	color: #dd4400;
}

.company-p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 10px;
	text-align: justify;
	text-indent: 2em;
}
.contact1-title{
	height: 170px;
	background-image: url(../images/contact1-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact1-title img{
	display: block;
	width: 464px;
}

.contact1-dl{
	margin-top: -30px;
}
.contact1-dl dl{
	margin:0;
}

.contact1-dl dd{
	font-size: 16px;
	color: #333;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 1.5;
	margin-top: 12px;
}









.contact2{
	margin-top: 50px;
}
.map-wp{
	height: 530px;
}

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

.sanji-menu{
	width: 255px;
	margin-left: 85px;
	background-color: #fff;
	box-shadow: 0px 1px 15.68px 0.32px rgba(140, 140, 140, 0.3);
	padding: 22px 37px 40px;
}

.sanji-menu dl{
	margin:0;
}
.sanji-menu dd{
	border-bottom: 1px solid #e2e2e2;
}
.sanji-menu dd>a{
	display: block;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 15px;
	border-radius: 10px;

}

.sanji-menu dd>a:hover{
	color: #dd4400;
}

.sanji-menu dd.cur>a{
	background-color: #dd4400;
	color:#fff!important;
}

.sanji-con{
	/*overflow: hidden;*/
	width: 1260px;
	float: left;
}

.claim-list dl{
	margin:0;
}

.claim-list dd+dd{
	margin-top: 30px;
}

.claim-list dd{
	background-color: #f8f8f8;
	padding: 22px 30px 25px;
}

.claim-mum{
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius:5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #c5c5c5;
	margin-right: 13px;
	margin-top: 4px;
}

.claim-title{
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	padding-right: 80px;
	position: relative;
}

.claim-status{
	position: absolute;
	width: 70px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #dd4400;
	right: 0;
	top: 0;
	border-radius: 5px;
}
.claim-status.cur{
	background-color: #c5c5c5;
}
.claim-con p{margin:0;}

.claim-con{
	margin-top: 15px;
	border-top: 1px solid #e2e2e2;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding-top: 15px;
}

.fenye ul{
	margin:0;
}

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

.query-form{
	position: relative;
}
.query-form input:focus{
	outline: none;
}
.query-form input[type="text"]{
	display: block;
	height:52px;
	border:0;
	border:1px solid #e2e2e2;
	width: 100%;
	border-radius: 999em;
	padding: 8px 85px 8px 35px;
	font-size: 14px;
	color: #333;
}

.query-form input[type="button"]{
	position: absolute;
	width: 70px;
	top: 0;
	right: 0;
	height: 52px;
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
	background-color: #dd4400;
	border:0;
	cursor: pointer;
	background-image: url(../images/wen2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.query-list dl{
	margin:0;
}

.query-list dd{
	background-color: #f8f8f8;
	margin-top: 40px;
	padding:30px;
	transition: box-shadow .3s;
}
.query-list dd:hover{
	box-shadow: 0px 1px 15.68px 0.32px rgba(140, 140, 140, 0.3);
}
.query-list dd:hover .query1-item{
	color: #dd4400;
	font-weight: bold;
}
.query1-item{
	max-width: 49%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.query1-item img{
	margin-top: -3px;
	margin-right: 10px;
}

.query2{
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e2e2e2;
	font-size: 14px;
	color: #666;
	line-height: 2.2;
}

.query2 img{

	margin-right: 7px;
	margin-bottom: 7px;
}


.news1-item{
	background-color: #f8f8f8;
}

.news1-pic{
	width:476px;
}

.news1-pic .imgbox_a{
	padding-bottom: 66.6%;
}

.news1-con-wp{
	overflow: hidden;
	padding: 45px 75px 0;
}

.news1-date{
	display: inline-block;
	text-align: center;
}

.news1-date h1{
	margin:0;
	font-size: 36px;
	color: #dd4400;
	font-weight: bold;
	line-height: 1;
}

.news1-date h2{
	margin:0;
	font-size: 16px;
	color: #dd4400;
	margin-top: 8px;
}

.news1-con{
	margin-top: 24px;
}

.news1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.news1-con h1 a:hover{
	color: #dd4400;
}


.news1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 18px;
	overflow: hidden;
	height: 4em;
	overflow: hidden;
}

.fnews1 .flex-control-nav{
	height: 0;
	text-align: left;
	padding-left: 75px;
	bottom: 60px;
}

.fnews1 .flex-control-nav li{margin:0;}
.fnews1 .flex-control-nav li+li{
	margin-left: 23px;
}
.news1{
	    margin-bottom: 70px;
	}
.news2 dl{
	margin:0;
}

.news2 dd{
	
	position: relative;
}
.news2 dd+dd{
   margin-top: 70px; 
}
.news2 dd::after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 438px;
	height: 1px;
	background-color: #e7e7e7;
	content:"";
}

.news2-pic{
	width: 368px;
	margin-right: 70px;
}

.news2-pic .imgbox_a{
	padding-bottom: 66.6%;
}

.news2-con{
	overflow: hidden;
	padding-top: 45px;
}

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

.news2-con h1 a:hover{
	color: #dd4400;
}

.news2-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:30px 0 20px;
}

.news2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}


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

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

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


.xianxue-map{
	width: 65%;
	margin-left: 10px;
	height: 780px;
}

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

.xianxue-con{
	overflow: hidden;
	border: 1px solid #ddd;
}

.xianxue-title{
	font-size: 18px;
	color: #dd4400;
	text-align: center;
	/*padding: 0!important;*/
	padding: 18px 15px;
	border-bottom: 1px solid #ddd;
}

.xianxue-title select{
	display: block;
	height: 56px;
	width: 100%;
	border:0;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	font-size: 18px;
	color: #333;
}
.xianxue-title select:focus{
	outline: none;
}
.xianxue-dl{
	padding: 30px 25px;
	height: 716px;
	overflow-y: auto;
}

.xianxue-dl dl{
	margin: 0;
}
.xianxue-dl dd+dd{
	margin-top: 30px;
}
.xianxue-num{
	width: 22px;
	line-height: 22px;
	height: 22px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #dd4400;
	margin-right: 12px;
	border-radius: 5px;
}

.xianxue-dian{
	overflow: hidden;
	line-height: 22px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.xianxue-dian:hover{
	color:#dd4400;
}

.xianxue-dd2{
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 12px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding-left: 34px;
}


.liuyan1{
	background-color: #f8f8f8;
	padding: 50px 110px;
}

.liuyan1-title{
	text-align: center;
}

.liuyan1-title h1{
	margin:0;
	font-size: 24px;
	color: #333;
}

.liuyan1-title h2{
	margin:0;
	font-size: 18px;
	color: #dd4400;
	text-transform: uppercase;
	margin-top: 10px;
}

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

.liuyan1-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 30px;
}
.liuyan1-dl dd.fullDD{
	width: 97%;
}
.liuyan1-label{
	font-size: 16px;
	color: #333;
	padding-bottom: 12px;
}

.liuyan1-input input:focus,
.liuyan1-input select:focus,
.liuyan1-input textarea:focus{
	outline: none
}
.liuyan1-input input,
.liuyan1-input select{
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	border:0;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
}

.liuyan1-input textarea{
	display: block;
	width: 100%;
	height: 155px;
	background-color: #fff;
	border:0;
	padding:10px 15px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	resize: none;
}

.liuyan1-input-yzm{
	position: relative;
	padding-right: 190px;
}

.yzmm{
	position: absolute;
	right: 0;
	top: 0;
	width: 190px;
}
.yzmm img{
	display: block;
	width: 100%;
}
.liuyan1-btn{
	margin-top: 45px;
}

.liuyan1-btn input:focus{
	outline: none
}


.liuyan1-btn input{
	display: block;
	width: 156px;
	height: 52px;
	border-radius: 999em;
	margin:0 auto;
	background-color: #dd4400;
	font-size: 16px;
	color: #fff;
	border:0;
}
.liuyan1-btn input:hover{
	background-color: #c53e03;
}


.rongyu{
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/rongyu-bg.jpg);
}

.rongyu1-div{
	height: 364px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/rongyu1-bg.jpg);
	padding: 110px 285px 0 95px;
}

.rongyu1-title h1{
	margin:0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}

.rongyu1-title h2{
	margin:0;
	font-size: 30px;
	color: #fff;
	margin-top: 13px;
}



.rongyu1-list {
	width: 800px;
	margin-left: 450px;
	margin-top: 109px;
}
.rongyu1-list .item{
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-bottom: 70px;
	background-image: url(../images/bb20.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: background-image .3s;
}

.rongyu1-list .item span{
	display: inline-block;
	font-size: 28px;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	line-height: 1;
	cursor: pointer;

}

.rongyu1-list .item.cur{
	background-image: url(../images/bb2.png);
}
.rongyu1-list .item.cur span{
	color: #fff;
}

.rongyu1-list .owl-nav{
	width: 117px;
	height: 48px;
	position: absolute;
	left: -450px;
	top: -15px;
}
.rongyu1-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 48px;
    height: 48px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    background-size: 100%;
    z-index: 50;
}

.rongyu1-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 48px;
    height: 48px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}
.rongyu1-list .owl-nav button.owl-prev.disabled,
.rongyu1-list .owl-nav button.owl-next.disabled{
	display: none;
}


.rongyu2-div{
	min-height: 500px;
	position: relative;
	padding: 110px 0 130px;
}
.rongyu2-div::before{
	position: absolute;
	width: 1px;
	left: 465px;
	top: 0;
	bottom: 0;
	background-color: #dbdbdb;
	z-index: 1;
	content:"";
}
.rongyu2-nian{
	width: 458px;
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	color:#333;
	padding-right: 20px;
	position: relative;
	z-index: 5;
	line-height: 1;
}

.rongyu2-list{
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding-top: 7px;
}

.rongyu2-list dl{
	margin:0;
}

.rongyu2-list dd+dd{
	margin-top: 45px;
}

.rongyu2-list dd{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	padding-left: 67px;
	background-image: url(../images/bb.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.rongyu2-div-con{display: none;}
.rongyu2-div-con:first-child{display: block;}







.fazhan-wp{
	padding: 100px 0;
	min-height: 500px;
	background-image: url(../images/fazhan-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.fazhan{
	background-repeat: repeat-x;
	background-position: left 50%;
	background-image: url(../images/ke0.png);
}
.fazhan-list-wp{
	padding: 0 100px;
}



.fazhan-item{
	background-color: #fff;
	border-radius: 5px;
	padding: 35px 28px;
	position: relative;
}
.fazhan-item::after{
	position: absolute;
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content:"";
	left: 20px;
	background-image: url(../images/kj1.png);
	top: 100%;
}








.fazhan-nian{
	font-size: 32px;
	color: #dd4400;
	font-weight: bold;
}

.fazhan-nian span{
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(../images/nian.png);
	background-size: 100%;
	margin-left: 10px;
	vertical-align: top;
}

.fazhan-p{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin-top: 10px;
}
.fazhan-p p{
	margin:0;
}
.fazhan-list .item{
	background-image: url(../images/cur.png);
  background-repeat: no-repeat;
  background-position:35px center ;
  height: 595px;
  width: 280px;
}
.fazhan-list .owl-item:nth-child(even) .item{
	padding-top:355px; 
}

.fazhan-list .owl-nav button.owl-prev{
    position: absolute;
    left:-100px;
    top: 50%;
    margin-top: -28px;
    width: 57px;
    height: 57px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.fazhan-list .owl-nav button.owl-next{
    position: absolute;
    right:-100px;
    top: 50%;
    margin-top: -28px;
    width: 57px;
    height: 57px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}

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

.fazhan-list .owl-item:nth-child(2n){
	/*margin:0 -100px;*/
}

.fazhan-list .owl-item{
	opacity: 0;

	transition: opacity .3s;
}

.fazhan-list .owl-item.active{
	opacity: 1;

}

.fazhan-list .owl-item.active ~ .owl-item.active ~ .owl-item.active ~ .owl-item.active ~ .owl-item.active ~ .owl-item.active ~ .owl-item.active
 ~ .owl-item.active{
	opacity: 0;
}


.fazhan-list .owl-item:nth-child(even) .fazhan-item::after{
	background-image: url(../images/kj2.png);
	top: auto;
	bottom: 100%;
}

.fazhan-list  .owl-stage-outer{
	left: 35px;
}


.searchList dl{
	margin:0;
}

.searchList dd{
	border-bottom: 1px dashed #ddd;
	padding: 20px 0
}
.searchList dd:first-child{
	padding-top: 0
}
.searchList dd .gonggao-item {
    height: 20px;
    line-height: 20px;
}