@charset "UTF-8";
/*zwp 2017-10-39*/
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #828385
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #828385;
}/* 未访问的链接 */
a:visited {
	color: #828385;
}/* 已访问的链接 */
a:hover {
	color: #4e9cd8;
}/* 鼠标在链接上 */
a:active {
	color: #828385;
	blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#f3f3f3;
	overflow: hidden;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}

::-webkit-input-placeholder{}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{}                  /* Firefox版本4-18 */
::-moz-placeholder{}                  /* Firefox版本19+ */
:-ms-input-placeholder{}           /* IE浏览器 */

.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
}
.pic img{
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.pic img:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
/*
///////////////top
*/
.headBox{
	clear: both;
	background: #333333;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
/*logo*/
.logo{
	width: 105px;
	height: 60px;
	overflow: hidden;
}
.logo a{
	display: block;
	width: 105px;
	height: 60px;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.menuBox{float: right;}
/*导航*/
.menuDl{
	float: left;
	position: relative;
	z-index:1;
}
.menu_icon{
	width: 0px;
	height:2px;
	background: #f38802;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: -1;
}
.menuDl dd{
	display: inline;
	float: left;
}
.menuDl dd a{
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
}
.headBoxR{float: left;}
.searchBox{
	float: left;
	width:245px;
	height: 34px;
	overflow: hidden;
	border-radius: 20px;
	background: #3d3d3d;
	margin-top: 13px;
	margin-left: 10px;
}
.searchBox input{
	display: inline;
	float: left;
	width:175px;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	padding-left:20px;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	font-family: "microsoft yahei"
}
.searchBox a{
	display: inline;
	float: right;
	width:50px;
	height: 34px;
	background-image: url(../images/icon1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.headBt{
	float:left;
	width:125px;
	height: 34px;
	overflow: hidden;
	border-radius: 20px;
	background: #f38802;
	margin:0 23px;
	margin-top: 13px;
	color: #fff !important;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
}
.headBt:hover{background: #fe8e02;}
.head_a{
	float:left;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.head_a a{color: #fff;}
.head_a a:hover{color: #fe8e02}
.menuBg{
	position: fixed;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.9);
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.menuBg.show{
	visibility:visible;
	opacity: 1;
}
.menuBt{
	display: block;
	width:45px;
	height:45px;
	position: absolute;
	top: 8px;
	right: 1px;
	z-index: 999;
	cursor: pointer;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	display: none;
}
.menuBt span{
	display: block;
	width: 25px;
	height: 3px;
	background: #f38802;
	margin-top:11px;
	margin-left:10px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transition-delay:0.3s;
}
.menuBt .i1{
	display: block;
	overflow: hidden;
	width: 25px;
	height: 3px;
	background: #f38802;
	position: absolute;
	left: 10px;
	top:20px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transform-origin:center center;
	-webkit-transform-origin:center center;
}
.menuBt .i2{
	display: block;
	overflow: hidden;
	width: 25px;
	height: 3px;
	background: #f38802;
	position: absolute;
	left: 10px;
	top:29px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transition-delay:0.3s;
}
.menuBt.show span{
	transform:rotateZ(45deg);
	-webkit-transform:rotateZ(45deg);
	transform-origin:center center;
	-webkit-transform-origin:center center;
	margin-top:20px;
}
.menuBt.show .i2{
	transform:rotateZ(-45deg);
	-webkit-transform:rotateZ(-45deg);
	transform-origin:center center;
	-webkit-transform-origin:center center;
	top:20px;
}
.menuBt.show .i1{
	transform:rotateY(-90deg);
	-webkit-transform:rotateY(-90deg);
}
/*
/////////////banner
*/
.banner{margin-top: 60px;}
.bannerC{
	width: 100%;
	padding-top:26%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .owl-controls .owl-prev{
	width:34px;
	height: 48px;
	line-height: 99999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	z-index: 99;
	background-image: url(../images/icon2.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: block !important;
	margin-left: -600px;
}
.banner .owl-controls .owl-next{
	width:34px;
	height: 48px;
	line-height: 99999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	z-index: 99;
	background-image: url(../images/icon2.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block !important;
	margin-left: 565px;
}
.banner .owl-controls .owl-next:hover{opacity: 0.9}
.banner .owl-controls .owl-prev:hover{opacity: 0.9}
.banner .owl-controls .owl-dots{
	width: 100%;
	height: 10%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	text-align: center;
	font-size: 0px;
}
.banner .owl-controls .owl-dots .owl-dot{
	display: inline-block;
	width: 20px;
	height: 4px;
	background: #ffffff;
	margin: 0 8px;
}
.banner .owl-controls .owl-dots .owl-dot.active{background:#f38802}
.banner .owl-controls .owl-dots .owl-dot span{
	display:block;
	width: 20px;
	height: 4px;
}
/*
////////////foot
*/
.foot{
	clear: both;
	overflow: hidden;
}
.footBox1{
	clear: both;
	overflow: hidden;
	padding:28px 0 32px 0;
	background: #3b3b3b;
}
.footBoxL{
	display: inline;
	float: left;
	overflow: hidden;
}
.footBox1 .divT{
	clear: both;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	font-size: 14px;
	color: #dcdcdc;
}
.footBox1 .icon{
	clear: both;
	width: 21px;
	height: 2px;
	background: #f38802;
}
.footBox1 .txt{
	clear: both;
	margin-top: 12px;
	font-size: 14px;
	line-height: 28px;
}
.footBox1 .QQ{
	display: block;
	width: 92px;
	height: 22px;
	margin-top: 9px;
	background-image: url(../images/icon3.png);
	background-position: center center;
	background-repeat: no-repeat;

}
.footLogo{
	display: inline;
	float: right;
	width:150px;
	height: 143px;
	background-image: url(../images/icon4.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.footBoxR{ overflow: hidden; width: 340px; float: right; display: inline; padding-top: 12px; position: relative; top: 5px;}
.footBoxR dd{ float: left; display: inline; width: 33.3333%; box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 20px;}
.footBoxR dd .pic2{ width: 100%; position: relative;}
.footBoxR dd .pic2:before{ display: block; content: ''; width: 100%; padding-top: 100%;}
.footBoxR dd .pic2 img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
.footBoxR dd span{ height: 38px; line-height: 38px; text-align: center; color: #d6d6d6; text-align: center; display: block;}
.footBox2{
	clear: both;
	background: #303030;
	overflow: hidden;
	position: relative;
	z-index: 9;
	padding: 18px 0;
}
.footShare{
	display: inline;
	float: left;
}
.footShare a{
	display: block;
	float:left;
	padding-left: 17px;
	height: 16px;
	cursor: pointer;
	margin: 6px 6px 6px 0;
}
.footShare .bds_weixin{
	width: 30px;
	height: 30px;
	background:url(../images/icon5.png) no-repeat 0px center !important;
}
.footShare .popup_sqq{
	width: 30px;
	height: 30px;
	background:url(../images/icon5.png) no-repeat -52px center !important;
}
.footShare .bds_tsina{
	width: 30px;
	height: 30px;
	background:url(../images/icon5.png) no-repeat -107px center !important}
.footBox2R{
	display: inline;
	float: right;
	font-size: 14px;
	color: #818181;
	line-height:22px;
	padding:10px 0;
}
.footBox2R a{color:#f38802}


/*
* 右边浮动
*/
.rightScroll{
	position: fixed;
	right: 4%;
	z-index: 999;
	top: 50%;
	margin-top: 100px;
	_display: none;
	*display: none;
	display: none\9;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.rightScroll.show{
	opacity: 1;
	_display: block;
	*display: block;
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.right_dl{
	border-top: 1px solid #dedede;
}
.right_dl dd{
	position: relative;
    margin-top: -1px;
}
.floatPhone{ position: absolute; right: 40px; top: -1px; height: 38px; width: 150px; background: #FFF; text-align: center; line-height: 40px; font-size: 14px; border: 1px solid #dedede; border-right: none; display: none;}
.floatCode{ width: 141px; height: 141px; border:1px solid #dedede; position: absolute;right: 40px; top: 0px; display: none;}
.floatCode img{ display: block; width: 141px; height: 141px;}
.right_a{
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 12px;
	color:#ffffff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: solid #dedede;
	border-width: 1px;
}
.right_a:link{ color: #FFF;}
.right_a:visited{ color: #FFF;}
.right_a:hover{ color: #FFF;}
.right_a:active{ color: #FFF;}
.rightIcon1{
	background: #c0c0c0 url(../images/floatIcn1.png) no-repeat center center;
}
.rightIcon1:hover{
	background: #f38802 url(../images/floatIcn1.png) no-repeat center center;
	color:#fff;
	border-color:#f38802;
}
.right_dl dd:hover .floatCode{ display: block;}
.right_dl dd:hover .floatPhone{ display: block;}
/*
///////////首页通栏
*/
.ixBox{
	clear: both;
	overflow: hidden;
}
/**/
.ixBoxT{
	clear: both;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}
.ixBoxT span{
	display: inline;
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 60px;
}
.ixBoxT em{
	display: inline;
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 65px;
	padding-left: 9px;
	font-style: normal;
}
.ixBoxT .more{
	height: 21px;
	line-height: 21px;
	color: #999999;
	font-size: 14px;
	padding: 0 30px 0 16px;
	background-image: url(../images/icon6.png);
	background-position: 52px center;
	background-repeat: no-repeat;
	border:1px solid #dddddd;
	margin-top: 18px;
}
.ixBoxT .more:hover{background-image: url(../images/icon7.png);color: #f38802;border:1px solid #f38802;}
/*1*/
.list1Dl{margin: 0 -5px;}
.list1Dl dd{
	display: inline;
	float: left;
	overflow: hidden;
	width: 20%;
	margin-bottom: 10px;
}
.list1Dl dd a{
	display: block;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
}
.list1Dl dd a:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 34.48%;
}
.list1Dl dd a img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.list1Dl dd a span{
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0;
	z-index: 11;
	color: #fff;
	background: rgba(0,0,0,0.5);
	line-height: 100px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.list1Dl dd a:hover span{background: rgba(0,0,0,0);}
/*2*/
.list2Dl{margin: 0 -15px;}
.list2Dl dt{
	display: inline;
	float: left;
	overflow: hidden;
	width: 50%;
	margin-bottom: 30px;
}
.list2Dl.type2 dt{
	float: right;
}
.list2Dl dt a{
	display: block;
	overflow: hidden;
	margin: 0 15px;
	position: relative;
}
.list2Dl dt a:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}
.list2Dl dt a .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.list2Dl dt a .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.list2Dl dt a .txt{
	width: 100%;
	height: 57px;
	background-image: url(../images/icon8.png);
	background-position:center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	padding-top: 49px;
}
.list2Dl dt a .txt .divT{
	display: inline;
	float: left;
	height: 57px;
	padding-left: 23px;
	line-height: 57px;
	color: #ffffff;
	font-size: 18px;
}
.list2Dl dt a .txt .divT2{
	display: inline;
	float: right;
}
.list2Dl dt a .txt .divT2 span{
	display: inline;
	float: left;
	height: 57px;
	line-height: 57px;
	padding: 0 26px 0 29px;
	font-size: 14px;
	color: #fff;
	background-position:left center;
	background-repeat: no-repeat;
}
.list2Dl a .txt .divT2 span.span1{background-image: url(../images/icon9.png);}
.list2Dl a .txt .divT2 span.span2{background-image: url(../images/icon10.png);}
.list2Dl dd{
	display: inline;
	float: left;
	overflow: hidden;
	width: 25%;
	margin-bottom: 30px;
}
.list2Dl.type2 dd{
	float: right;
}
.list2Dl.type1 dd{width:50%;}
.list2Dl.type1 dd:nth-child(3){margin-bottom:10px}
.list2Dl.type1 dd:nth-child(4){margin-bottom:10px}
.list2Dl dd a{
	display: block;
	overflow: hidden;
	margin: 0 15px;
	position: relative;
}
.list2Dl dd a:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}
.list2Dl.type1 dd a:after{padding-top: 49.91%}
.list2Dl.mv dd a:after{padding-top: 49.91%}
.list2Dl dd a .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.list2Dl dd a .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.list2Dl dd a .txt{
	width: 100%;
	height: 57px;
	background-image: url(../images/icon8.png);
	background-position:top center;
	background-repeat: no-repeat;
	background-size:100% 100%;;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	padding-top: 20px;
}
.list2Dl dd a .txt .divT{
	height: 28px;
	overflow: hidden;
	padding-left: 23px;
	line-height: 28px;
	color: #ffffff;
	font-size: 14px;
}
.list2Dl.type1 dd a .txt .divT{
	display: inline;
	float: left;
}
.list2Dl dd a .txt .divT2{
	padding-left: 23px;
}
.list2Dl.type1 dd a .txt{height:46px;padding-top: 45px;}
.list2Dl.type1 dd a .txt .divT2{
	display: inline;
	float: right;
}
.list2Dl dd a .txt .divT2 span{
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 26px 0 29px;
	font-size: 14px;
	color: #fff;
	background-position:left center;
	background-repeat: no-repeat;
}
/*广告图栏*/
.ixPicBox{
	clear: both;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.ixPicBox a{
	display: block;
	width: 100%;
	padding-top:10%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*5*/
.h_320{height:320px;background: #fff;margin-top: 20px}
.h_320 .ixBoxT{margin-top: 32px;}
.h_320Slide .owl-stage-outer{padding-top: 20px}
.h_320Slide .item a{
	display: block;
	width: 125px;
	overflow: hidden;
}
.h_320Slide .item a .img{
	width: 89px;
	height: 89px;
	margin: 0 auto;
	overflow: hidden;
}
.h_320Slide .item a .img img{
	display:block;
	width: 89px;
	height: 89px;
	border-radius: 100%;
}
.h_320Slide .item a span{
	display: block;
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 50px;
}
.h_320Slide .owl-controls .owl-prev{
	width:34px;
	height: 48px;
	line-height: 99999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 40px;
	left: -50px;
	z-index: 99;
	background-image: url(../images/icon11.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: block !important;
}
.h_320Slide .owl-controls .owl-next{
	width:34px;
	height: 48px;
	line-height: 99999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top:40px;
	right:-50px;
	z-index: 99;
	background-image: url(../images/icon11.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block !important;
}
.h_320Slide .owl-controls .owl-next:hover{background-image: url(../images/icon2.png);}
.h_320Slide .owl-controls .owl-prev:hover{background-image: url(../images/icon2.png);}
.h_320Slide .owl-item{
	position: relative;
	top:0;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;}
.h_320Slide .owl-item:hover{top:-10px}
/*
///////////////////二级页面
*/
/*当前位置*/
.pageBox{padding-top:90px;box-sizing: border-box;}
.locationBox{
	clear: both;
	height: 69px;
	overflow: hidden;
	margin-top: 5px;
}
.locationBox .divT{
	height: 69px;
	padding-left: 34px;
	overflow: hidden;
	background-image: url(../images/icon12.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 22px;
	color: #333333;
	line-height: 69px;
}
.locationBox .fr{
	font-size: 14px;
	color: #666666;
	line-height: 69px;
}
.lcNav{
	display:inline;
	float: right;
	margin-top:22px;
}
.lcNav a{
	display: inline;
	float: left;
	height:28px;
	padding:0 5px;
	background: #fff;
	margin-right:10px;
	line-height: 28px;
}
.lcNav a.hover{background: #f38802;color:#fff}
.lcNav a:hover{background: #f38802;color:#fff}
/*分页*/
.page {
	padding:5px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
	font-family:"宋体";
}
.page a {
	border: 1px solid #dddddd;
	padding:6px 9px;
	color:#383737;
	border-radius:3px;
	background: #fafafa;
}
.page a:hover {
	border: 1px solid #f38802;
	background: #f38802;
	color: #fff;
}
.page a.hover {
	border: 1px solid #f38802;
	background: #f38802;
	color: #fff;
}
.page input {
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e4e4e4;
}
.page input.pageDetail {
	width: 30px;
	height:22px;
	text-align: center;
	border-radius:3px;
	background: #fafafa;
}
.page label{color:#393939;}
.page input.page_bnt {
	border: none;
	width:30px;
	height: 25px;
	cursor:pointer;
	background:none;
}
/*列表页*/
.newsList{margin: 0 -11px;}
.newsList dd{
	display: inline;
	float: left;
	width: 25%;
	overflow: hidden;
}
.newsList dd .divC{
	overflow: hidden;
	margin: 0 11px;
	padding:10px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 10px #f2f2f2;
	margin-bottom: 22px;
}
.newsList dd .divC .div1{
	clear: both;
	overflow: hidden;
}
.newsList dd .divC .div1 img{
	display: block;
	width: 83px;
	height: 83px;
	margin: 0 auto;
	border-radius: 100%;
	border: 3px solid #f5f5f5;
	margin-top: 4px;
}
.newsList dd .divC .div1 .div1_t{
	clear: both;
	height:43px;
	line-height: 43px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.newsList dd .divC .div1 .icon{
	width: 11px;
	height: 2px;
	margin: 0 auto;
	background: #d0d0d0;
}
.newsList dd .divC .txt{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	padding: 0 13px;
	margin-top: 12px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}
.newsList dd .divC .more{
	display: block;
	width: 148px;
	height: 36px;
	margin: 0 auto;
	border-radius: 20px;
	background: #d1bfa9;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	margin-top: 40px;
	margin-bottom: 40px;
}
.newsList dd .divC .more:hover{background: #f38802}
.newsList dd .divC .div2{
	margin: 16px 15px 20px 15px;
	overflow: hidden;
	padding-top: 16px;
	border-top:1px solid #f5f5f5;
}
.newsList dd .divC .div2 span{
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #b3b3b3;
}
.newsList dd .divC .div2 span.span1{
	display: inline;
	float: left;
	padding-right: 24px;
	border-right: 1px solid #f5f5f5;
}
.newsList dd .divC .div2 span.span2{
	display: inline;
	float: right;
}
.newsList dd .divC .div2 span i{color:#999999;font-style: normal}
.listVBox1{
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.listVBox1L{
	display: inline;
	float: left;
	width: 278px;
	height: 400px;
	overflow: hidden;
	background: #fafafa;
}
.listVBox1L .div1{
	height: 260px;
	overflow: hidden;
}
.listVBox1L .div1 img{
	display: block;
	width: 83px;
	height: 83px;
	margin: 0 auto;
	border-radius: 100%;
	border: 3px solid #f5f5f5;
	margin-top: 37px;
}
.listVBox1L .div1 .div1_t{
	clear: both;
	height:43px;
	line-height: 43px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.listVBox1L .div1 .div1_div{
	width:235px;
	height: 52px;
	overflow: hidden;
	margin: 0 auto;
}
.listVBox1L .div1 .div1_div div{
	display: inline;
	float: left;
	width: 50%;
	position: relative;
}
.listVBox1L .div1 .div1_div div:nth-child(1):after{
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background: #f1f1f1;
	position: absolute;
	top:13px;
	right: 0;
}
.listVBox1L .div1 .div1_div div span{
	display: block;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.listVBox1L .div1 .div1_div div em{
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #b3b3b3;
	font-style: normal;
}
.listVBox1L .div2{
	height:116px;
	overflow: hidden;
	background: #ffffff;
	padding:24px 0 0 30px;
}
.listVBox1L .div2 span{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 15px;
}
.listVBox1L .div2 span.span1{background-image: url(../images/icon13.png);background-size: auto 17px;}
.listVBox1L .div2 span.span2{background-image: url(../images/icon14.png)}
.listVBox1L .div2 span.span3{background-image: url(../images/icon15.png)}
.listVBox1R{
	display: inline;
	float: right;
	width: 892px;
	height: 400px;
}
.listVBox1R .picBox{
	width:100%;
	padding-top:44.84%;
	overflow: hidden;
	position: relative;
}
.listVBox1R .picBox img{
	display: block;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/**/
.list2Dl .txt2{
	height:25px;
	overflow: hidden;
	line-height: 35px;
	margin: 0 15px;
}
.list2Dl .txt2 span{
	display: block;
	float: left;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}
.list2Dl .txt2 em{
	display: block;
	float: right;
	height: 25px;
	color: #fe8e02;
	padding-left:20px;
	font-style: normal;
	background-image: url(../images/icon9h2.png);
	background-position: left 12px;
	background-repeat: no-repeat;
	background-size: auto 12px;
}
.retrieveBox{
	margin: 0 15px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.retrieveBox:before{
	content: "";
	display: block;
	width: 100%;
	background: #fff;
	padding-top:calc(100% + 25px);
}
.retrieveBox:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2)}
.retrieveBoxC{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* overflow-y: auto; */
	padding: 20px 30px;
	box-sizing: border-box;
}
.retrieveBoxCBox{
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}
.retrieveBoxC .divT{
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 16px;
}
.retrieveBoxC a{
	display: block;
	float: left;
	width: 50%;
	overflow: visible;
	line-height:15px;
	padding:7px 0;
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	margin: 0 !important;
	padding-right: 10px;
}
.retrieveBoxC a:after{display: none !important;}
.retrieveBoxC a.hover{color:#f38802}
.retrieveBoxC a:hover{ text-decoration: underline}
.pic img{
	background:#fff;
	background-image: url(../images/loading2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 10%;
}
/*
//////////////////////////响应处理
*/
/*---1200---*/
@media only screen and (max-width: 1200px){
	.h_320Slide .owl-item{transition-duration: 1000000000s}
	.h10{height:5px}
	.h50{height:20px}
	.h20{height:5px}
	.h30{height:20px}
	.wrap{
		width:100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	/*top*/
	.logo a{
		background-image: url(../images/logo2.png);
		background-size: auto 39px;
	}
	.menuBt{display: block}
	.menu_icon{display: none}
	.menuBox{visibility: hidden;}
	.menuBox{
		float: none;
		width: 100%;
		position:fixed;
		top: 60px;
		left: 0;
		bottom: 0;
		overflow: hidden;
		overflow-y: auto;
		z-index: 9;
		transform: rotateX(90deg);
		transform-origin: center top;
		visibility: hidden;
	}
	.sj{
		transition-duration: 0.3s;
		transition-timing-function: linear;
		transition-property: all;
	}
	.menuBox.show{
		visibility: visible;
		transform: rotateX(0deg);
	}
	.menuDl{float: none;padding:15px 0;background: #282828;}
	.menuDl dd{
		display: block;
		float: none;
		width: 100%;
	}
	.menuDl dd a{
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		text-align: center;
	}
	.menuDl dd.hover a{background: #f38802;}
	.headBoxR{float: none;padding:0 10px}
	.searchBox{
		display: flex;
		float: none;
		width:100%;
		height: 40px;
		overflow: hidden;
		border-radius: 20px;
		background: #3d3d3d;
		margin-top: 13px;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.searchBox input{
		flex:1;
		float: none;
		width:auto;
		height: 40px;
		overflow: hidden;
		line-height: 34px;
		padding-left:20px;
		background: none;
		border: none;
		color: #fff;
		font-size: 14px;
		font-family: "microsoft yahei"
	}
	.searchBox a{
		display:block;
		width:50px;
		height: 40px;
		background-image: url(../images/icon1h.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 16px;
	}
	.headBt {
		display: block;
		float: none;
		width:100%;
		height: 40px;
		margin: 10px auto;
		margin-top: 13px;
		font-size: 15px;
		text-align: center;
		line-height: 40px;
	}
	.head_a{
		float:none;
		line-height: 40px;
		font-size: 15px;
		text-align: center;
	}
	.banner{margin-top:60px}
	.banner .owl-controls .owl-prev{display: none !important}
	.banner .owl-controls .owl-next{display: none !important}
	/**/
	.ixBoxT{height:50px;margin-bottom:0}
	.ixBoxT span{line-height:50px;font-size: 18px}
	.ixBoxT em{line-height:55px;}
	.ixBoxT .more{margin-top: 12px}
	/**/
	.list1Dl dd a span{font-size: 17px}
	.list2Dl{margin: 0 -5px;}
	.list2Dl dt{margin-bottom:10px}
	.list2Dl dd{margin-bottom:10px}
	.list2Dl dt a{margin: 0 5px;}
	.list2Dl dd a{margin: 0 5px;}
	.list2Dl dd .retrieveBox{margin: 0 5px;}
	.list2Dl dd .txt2{margin: 0 5px;}
	.list2Dl dt a .txt{display: flex}
	.list2Dl dt a .txt .divT{
		flex:1;
		font-size: 17px;
		padding-left: 10px;
		padding-right: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.list2Dl.type1 dd a .txt{height:55px}
	.list2Dl.type1 dd a .txt .divT{display: block;float: none;padding-left:10px}
	.list2Dl.type1 dd a .txt .divT2{display: block;float: none;padding-left:10px}
	.list2Dl dd a .txt .divT{
		padding-left:10px;
		float: none;
		clear: both;
		flex:1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.list2Dl dd a .txt .divT2{padding-left:10px;}
	.list2Dl dd a .txt .divT2 span{padding:0 13px 0 22px}
	/*广告图*/
	.ixPicBox{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.h_320{margin-top:5px}
	.pageBox{padding-top:55px;}
	.locationBox{height:55px}
	.locationBox .divT{ font-size:18px;height:55px;line-height:55px;}
	.locationBox .fr{line-height:55px;float: none;padding:0 5px;box-sizing: border-box}
	.lcNav{margin-top: 10px}
	/**/
	.listVBox1{ display: flex; padding-top: 20px;margin-bottom:10px}
	.listVBox1L{margin-right: 10px;height:321px}
	.listVBox1R{flex:1;height:321px}
	.listVBox1L .div1{height:211px}
	.listVBox1L .div2{padding:10px 0 0 30px;height:100px}
	.listVBox1L .div1 img{margin-top: 10px}
	.h_320{height:auto;padding-bottom:10px}
	.h_320 .ixBoxT{ margin-top:0;padding-left: 10px}
	.h_320Slide .owl-stage-outer{ padding-top:0}
	/**/
	.newsList{margin:0 -5px}
	.newsList dd .divC{margin:0 5px;margin-bottom: 10px}
	.newsList dd .divC .more{margin-top:20px;margin-bottom:25px;}
	.footBox1{padding:18px 0 22px 0}
	.footBox1 .divT{height:32px;line-height:32px;}
	.footBox1 .txt{margin-top: 5px;}
	.footLogo{height:130px}
	.footBox2{padding:10px 0}

	.list2Dl a .txt .divT2 span.span1{background-image: url(../images/icon9h.png);background-size: auto 12px;padding:0 26px 0 22px}
	.list2Dl a .txt .divT2 span.span2{background-image: url(../images/icon10h.png);background-size: auto 12px;padding:0 26px 0 15px}
	.footBox1 .wrap{display: flex}
	.footBox1 .wrap .footBoxL{flex:1}
	.footBox2 .wrap{display: flex}
	.footBox2 .wrap .footBox2R{flex:1;text-align: right}
}
/*----768-----*/
@media only screen and (max-width: 768px){
	.headBox{height:50px}
	.logo{height:50px}
	.logo a{height:50px; background-size:auto 30px}
	.menuBt{
		top:3px;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.banner{ margin-top: 50px}
	.menuBox{top:50px}
	.menuDl dd a{font-size: 14px}
	.headBt{font-size: 14px}
	.head_a{font-size: 14px}
	.list1Dl{text-align: center; font-size: 0}
	.list1Dl dd{
		display: inline-block;
		float: none;
		width:33.33%;
	}
	.list1Dl dd:nth-child(10){width:100%;}
	.list1Dl dd:nth-child(10) a span{
		height: 300px;
		line-height: 300px;
		margin-top:-150px;
	}
	.list2Dl dt{width: 100%}
	.list2Dl dd{width:50%}
	.list2Dl dt a .txt{background-size:100% 100%}
	.newsList dd{width:50%}
	.newsList dd .divC .div2{display: flex}
	.newsList dd .divC .div2 span{flex:1}
	.newsList dd .divC .div2 span.span2{padding-left:20px;text-align: right}
	.newsList dd .divC .div2 span.span1{padding-right:10px;}
	.listVBox1{display: block}
	.listVBox1L{
		display: block;
		float: none;
		margin-right: 0;
		width: 100%;
		height:185px;
	}
	.listVBox1L .div1{
		float: left;
		width: 50%;
		box-sizing: border-box;
		height:185px;
	}
	.listVBox1L .div2{
		float: right;
		width: 50%;
		box-sizing: border-box;
		height:185px;
		padding-top: 40px;
	}
	.listVBox1L .div1 .div1_t{
		height:20px;
		line-height: 20px;
	}
	.listVBox1R{
		width: 100%;
		height: auto;
		display: block;
		float: none;
		flex:none;
	}
    
    .footBox1{padding:10px 0}
	.footBox1 .wrap{display:block}
	.footBox1 .divT{ text-align: center}
	.footBox1 .icon{ margin:0 auto}
	.footBox1 .txt{font-size: 12px;text-align: center;line-height:18px;}
	.footBox1 .QQ{
		margin: 0 auto;
		margin-top: 2px;
	}
    .footBoxL{ float: none; display: block;}
    
    .footBoxR{ float: none; width: 60%; margin: 0 auto; display: block;}
    
}
/*----414-----*/
@media only screen and (max-width: 414px){
	.h30{height:10px}
	.bannerC{padding-top:35%}
	.list1Dl dd{width:50%}
	.list1Dl dd:nth-child(10){width:50%;}
	.list1Dl dd a span{font-size: 14px;}
	.ixBoxT{height: 35px;}
	.ixBoxT span{line-height:35px;font-size: 16px;}
	.ixBoxT em{line-height:39px;font-size: 12px;}
	.ixBoxT .more{
		margin: 2px;
		font-size: 12px;
		background-size: auto 10px;
	}
	.ixPicBox a{padding-top:15%}
	.list2Dl.type1 dd{width:100%}
	.list2Dl dt a .txt{height:30px;padding-top:30px}
	.list2Dl dd a .txt{height:45px;padding-top:30px}
	.list2Dl.type1 dd a .txt{height:45px;padding-top:30px}
	.list2Dl dt a .txt .divT{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl dd a .txt .divT{font-size: 12px;height:18px;line-height: 18px;}
	.list2Dl.type1 dd a .txt .divT{font-size: 12px;height:18px;line-height: 18px;}
	.list2Dl dt a .txt .divT2 span{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl dd a .txt .divT2 span{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl.type1 dd a .txt .divT2 span{font-size: 12px;height:22px;line-height: 22px;}
	.list2Dl .txt2 span{font-size: 13px;font-weight: normal;}
	.list2Dl .txt2 em{font-size: 12px;}

	.h_320Slide .item a span{
		font-size: 12px;
		height:22px;
		line-height: 22px;
	}
	.footBox1{padding:10px 0}
	.footBox1 .wrap{display:block}
	.footBox1 .divT{ text-align: center}
	.footBox1 .icon{ margin:0 auto}
	.footBox1 .txt{font-size: 12px;text-align: center;line-height:18px;}
	.footBox1 .QQ{
		margin: 0 auto;
		margin-top: 2px;
	}
	.footLogo{
		display: block;
		height:40px;
		float: none;
		margin: 0 auto;
		clear: both;
		background-size: auto 30px
	}
	.footBox2{height:auto;}
	.footBox2 .wrap{display: flex}
	.footShare{
		transform-origin: left center;
		transform: scale(0.8)}
	.footShare a{width:20px !important;}
	.footBox2R{flex:1;line-height: 16px; font-size: 12px;}
	.locationBox{height:40px}
	.locationBox .divT{
		height:40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 25px;
		background-size: auto 18px;
	}
	.locationBox .fr{
		height:40px;
		line-height: 42px;
		font-size: 12px;
	}
	.lcNav{margin-top: 1px;}
	.retrieveBoxC .divT{padding-left:10px}
	.retrieveBoxC a{width:100%;padding-left:10px}
	.newsList dd .divC .div1 .div1_t{
		font-size: 14px;
		height:40px;
		line-height: 40px;
	}
	.newsList dd .divC .txt {
		height:38px;
		font-size: 12px;
		line-height: 18px;
		padding: 0 5px;
		margin-top:8px;
	}
	.newsList dd .divC .more {
		width: 110px;
		margin-top:5px;
		margin-bottom:10px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.newsList dd .divC .div2 {
		margin:5px 10px 10px 10px;
		padding-top: 6px;
	}
	.newsList dd .divC{padding:5px;}
	.newsList dd .divC .div2{ display: block}
	.newsList dd .divC .div2 span{font-size: 12px}
	.newsList dd .divC .div2 span.span1{
		display: block;
		padding-right: 0;
		float: none;
		border-right:none
	}
	.newsList dd .divC .div2 span.span2{
		display: block;
		padding-left: 0;
		float: none;
		text-align: left;
	}
	.page label{display: none}
	.page input.pageDetail{display: none}
	.page input.page_bnt{display: none}
	.page a{display: none;font-size:12px}
	.page span{display: none}
	.page a.pa{display:inline-block}
	.listVBox1{padding-top:10px}
	.listVBox1L{height:110px}
	.listVBox1L .div1{position: relative;height:110px}
	.listVBox1L .div1 img{
		float: left;
		width: 65px;
		height: 65px;
		margin-left: 5px;
	}
	.listVBox1L .div1 .div1_t{
		width: 65px;
		font-size: 13px;
		margin-left: 5px;
	}
	.listVBox1L .div1 .div1_div{
		width:50%;
		position: absolute;
		top:12px;
		right:5px;
		height:auto;
	}
	.listVBox1L .div1 .div1_div div{
		padding:0 5px;
		box-sizing: border-box;
		float: none;
		display: block;
		width:auto
	}
	.listVBox1L .div1 .div1_div div span{
		font-size: 12px;
		height:18px;
		line-height: 18px;
		text-align: left;
	}
	.listVBox1L .div1 .div1_div div em{
		font-size: 12px;
		height:18px;
		line-height: 18px;
		text-align: left;
	}
	.listVBox1L .div1 .div1_div div.fl em{margin-bottom: 5px}
	.listVBox1L .div2{height:110px;padding-top: 8px;padding-left:5px}
	.listVBox1L .div1 .div1_div div:nth-child(1):after{display: none}
	.footBox1 .QQ{
		height:18px;
		line-height:18px;
		background-size: auto 15px;
	}
	.listVBox1L .div2 span{font-size: 12px;padding-left:16px}
	.listVBox1L .div2 span.span1{background-size: auto 14px;}
	.listVBox1L .div2 span.span2{background-size: auto 12px;}
	.listVBox1L .div2 span.span3{background-size: auto 12px;}
    
    .footBoxR{ width: 100%;}
    .footBoxR dd{ padding: 0 10px;}
    .right_dl{ transform: scale(0.8); display: none;}
}
