* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap {
	padding-top: 87px;
}

.headwrap {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.headwire {
	width: 100%;
	height: 7px;
	background: #008024;
}

.header {
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	background: #FFFFFF;
	height: 80px;
}

.logoimg {
	width: 420px;
	font-size: 0;
	padding-left: 64px;
}

.logoimg img {
	width: 420px;
	display: block;
}

.linkwrap {
	display: flex;
	align-items: center;
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding-right: 100px;
	justify-content: flex-end;
}

.linklist {
	width: calc(100% - 150px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.linklist li {
	margin-right: 5%;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}

.active-li {
	color: #26753E !important;
	position: relative;
}

.active-li::after {
	content: '';
	width: 80%;
	height: 3px;
	background: #00972B;
	position: absolute;
	bottom: -20px;
	left: 10%;
}


.footerwrap {
	width: 100%;
}

.footertop {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}

.footerleft {
	width: 50%;
	height: 556px;
	box-sizing: border-box;
	padding-top: 96px;
}

.footerinput {
	width: 589px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 10px;
}

.footerinput input {
	outline: none;
	width: 290px;
	height: 50px;
	background: #EDEDED;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
}

.footertextare {
	width: 589px;
	margin: 0 auto;
}

.footertextare textarea {
	width: 589px;
	height: 172px;
	background: #EDEDED;
	border-radius: 5px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
	resize: none;
}

.f-leftbtm {
	width: 589px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 17px;
}

.f-leftbtmtext {
	width: 308px;
	height: 32px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 18px;
}

.f-leftbtmbtn{
	width: 118px;
	height: 39px;
	background: #056B3D;
	border-radius: 5px;
	text-align: center;
	border: 0;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}


.footerright {
	width: 50%;
	height: 556px;
	background: url(../images/f-rightback.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 5%;
	padding-left: 10%;
}

.f-rightdiv {
	display: flex;
	align-items: center;
	font-size: 17px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}


.f-wimgwrap {
	display: flex;
	align-items: center;
	margin-top: 36px;
}

.f-addbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 33px;
}

.f-addimg {
	width: 180px;
	height: 180px;
	display: block;
}

.f-addtext {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 23px;
}


.footerbotm {
	width: 100%;
	height: 57px;
	background: #333333;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 57px;
}

.newshead {
	width: 100%;
 
	background-size: 100%;
	background-position: center -86px;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.h-headimg {
    width: 100%;
   
}
.newtabwrap {
	display: flex;
	justify-content: center;
	margin-top: 81px;
}

.newtabwrap p {
	width: 208px;
	height: 68px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 68px;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #111111;
	margin: 0 15px;
}

.tabactive {
	background: #008024 !important;
	color: #FFFFFF !important;
}

.detailswrap {
	padding: 0 250px;
	display: flex;
	padding-top: 60px;
}

.detailsleft{
	width: 329px;
}

.d-leftbox {
	width: 328px;
	height: 70px;
	background: #008024;
	font-size: 22px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FEFEFE;
	text-align: center;
	line-height: 70px;
	margin-bottom: 24px;
}

.d-leftcon {
	width: 329px;
	height: 59px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.d-leftcon .backimg{
	width: 9px;
	height: 14px;
	background: url(../images/xiangy.png);
	background-size: 100% 100%;
}
.con-active .backimg{
	width: 9px;
	height: 14px;
	background: url(../images/xiangy2.png);
	background-size: 100% 100%;
}
.d-leftcon img{
	width: 9px;
	height: 14px;
	display: block;
}
.d-leftcon:hover{
	border: 1px solid #008024;
	color: #008024;
	cursor: pointer;
}
.d-leftcon:hover .backimg{
	width: 9px;
	height: 14px;
	background: url(../images/xiangy2.png);
	background-size: 100% 100%;
}
.con-active {
	border: 1px solid #008024;
	color: #008024;
}

.detailright {
	width: calc(100% - 372px);
	margin-left: 43px;
	display: flex;
	flex-wrap: wrap;
}

.detailtitle {
	width: 100%;
	height: 56px;
	background: #EEEEEE;
	line-height: 56px;
	box-sizing: border-box;
	padding-left: 26px;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #555555;
}

.detaimg {
	width: 60%;
	margin: 0 auto;
	margin-top: 18px;
}

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

.probantow {
	width: 85%;
	margin: 0 auto;
	position: relative;
	margin-top: 23px;
}

.probantow .swiper-button-nexts {
	width: 29px;
	height: 29px;
	background: url(../images/z26.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(0, -50%);
}

.probantow .swiper-button-prevs {
	width: 29px;
	height: 29px;
	background: url(../images/z25.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translate(0, -50%);
}

.detailsimg {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.swiper-slide {
	width: 30% !important;
	margin-right: 5% !important;
	position: relative;
}
.slideremake{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	filter: blur(1px);
}

.table {
	width: 100%;
	border-top: 1px solid #cecece;
	margin-top: 15px;
}

.table-row .table-name {
	font-size: 14px;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0 10px;
}

.table-row .table-first {
	text-align: center;
	vertical-align: top;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	padding: 0 10px;
}

.table-row .table-all {
	text-align: center;
	vertical-align: top;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #cecece;
}

.table-row .table-score {
	text-align: center;
	vertical-align: top;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.table-row .table-get {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.table-row .table-weight {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.table-row .table-weiscore {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.table-lastrow {
	height: 30px;
	line-height: 30px;
	background-color: #f6fafd;
	text-align: center;
}

.table-lastrow td:last-child {
	border-right: 1px solid #cecece;
}

.table-lastrow td:first-child {
	border-left: 1px solid #cecece;
}

.addtotal {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.addtotal td:nth-of-type(1) {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.addtotal td:nth-of-type(3) {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.addtotal td:last-child {
	border-right: 1px solid #cecece;
}

.totalscore {
	height: 50px;
	background-color: #f6fafd;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
}

.totalscore td {
	border-bottom: 1px solid #cecece;
}

.totalscore td:nth-of-type(1) {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.totalscore td:nth-of-type(2) {
	border-right: 1px solid #cecece;
}
.detailtext{
	width: 100%;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #555555;
	margin-top: 22px;
}
.footercent{
	width: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.footercent img{
	width: 86px;
	height: 86px;
	display: block;
}
a{
	outline: none;
	text-decoration: none;
	color: #333333;
}

.detailtitle{
		display: block;
	}
	.detaimg{
		display: block;
	}
	.probantow{
		display: block;
	}
.h-banner{
	display: none;
}
.h-detailtitle{
	display: none;
}
.detailsleft{
		display: block;
	}
.h-table{
	width: 100%;
	box-sizing: border-box;

}
.h-table table {
	margin-top: 10px;
border-collapse: collapse;
width: 100%;}
.h-table table td {
	
	border: 1px solid #cecece;
	padding: 10px;
}

@media screen and (max-width:960px) {
	.h-banner{
		display: block;
	}
	.h-banner .swiper-slide{
		width: 100% !important;
		margin: 0 !important;
	}
	.h-banner img{
		width: 100%;
	}
	.newshead{
		background: none;
		padding-top: 0;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.detailswrap{
		padding: 0;
	}
	.detailsleft{
		display: none;
	}
	.detailright{
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	.detailtitle{
		display: none;
	}
	.detaimg{
		display: none;
	}
	.probantow{
		display: none;
	}
	.h-detailtitle {
		display: block;
		width: 100%;
		height: 40px;
		background: #EEEEEE;
		line-height: 40px;
		box-sizing: border-box;
		padding-left: 22px;
		font-size: 18px;
		font-family: MicrosoftYaHei;
		font-weight: 400;
		color: #555555;
	}
	.h-table{
		padding: 0 20px;
	}
	.table-row .table-name{
		font-size: 12px;
	}
	.detailtext{
		padding: 20px;
	}
	.d-leftcon{
		width: 164px;
		height: 50px;
		font-size: 18px;
		padding: 0;
		margin: 0;
		justify-content: center;
	}
	.d-leftcon p:nth-child(2){
		display: none;
	}
	.h-headimg {
		display: none;
	   
	}
	
}


/*wrapper*/
#wrapper{ width:960px;  margin:0 auto;}
#picSlideWrap{   }
.titleh3{ height:70px; line-height:70px; text-align:center; background:url(../images/dot.gif) repeat-x left bottom; width:910px; margin:0 auto; font-size:26px; color:#000;}
.titleh4{text-align:center; font-size:12px; color:#000; font-weight:normal; padding:10px 0 20px 0px;}

.imgnav{ width:788px; margin:10px auto;}
#content{margin:0px auto;  line-height:10px;}
#content p{ text-indent:2em; color:#333;}

.imgnav{  position:relative; margin:0 auto; width:970px;}
#img{ z-index:10; width:960px; position:relative; text-align:center;}
#img img{ height:570px; display:none; }
#front{ position:absolute; left:0px; top:0px; z-index:10; cursor:pointer;  width:394px; height:578px; background:url(../images/blank.gif); }
#front a{  position:absolute; left:20px; top:224px;display:block; background:url(../images/Left.png) no-repeat;  height:104px; display:none;}
#next{  position:absolute; right:0px; top:0px; z-index:10;cursor:pointer; width:394px; height:578px;  background:url(../images/blank.gif);}
#next a{  position:absolute; right:20px; top:224px; display:block; background:url(../images/Right.png) no-repeat;  height:104px; display:none;}

#cbtn{position:relative; }
#cbtn ul{position:relative; width:10000px;  }
#cbtn ul li{ float:left;  cursor:pointer; text-align:center; margin-right:10px; position:relative;}
#cbtn ul li img{ width:230px; display:block;}
#cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20; font-family:"宋体" ;font-size:12px; line-height:16px; padding:0 5px;}
#cbtn li.hov{ background:url(../images/imgHoverBg.gif) no-repeat;border: #26753E 1px solid;}
.ctrl div{ clear:both;}
#cSlideUl{width:720px; overflow:hidden; position:relative; top:0px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:110px; left:75px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; top:110px; right:85px; z-index:9;}





.Type{ color: #fff; background: #008024; padding:5.5% 10% 5.5% 21.05%; font-size: 24px;  line-height: 36px; }
.Type .i1{ display: inline-block; vertical-align: middle; height: 34px; width: 34px; background-position: -106px -58px; margin-right: 10px; position: relative; top:-2px; }
.Box{ margin-top: 7px; background-color: #fff; padding:10px 0;    border: 1px solid #dddddd; }
.pBox .on{border: 1px solid #008024;}
.Box:hover {border: 1px solid #008024;}
.Box .title{ font-size: 16px;font-weight: bold; padding:0 25px; line-height: 22px; }
.Box .title span{ display: block; position: relative; padding:10px 25px 10px 0; cursor: pointer; border-bottom: 1px dashed transparent; }
.Box .title .icons{ display: block; height: 14px; width: 9px; position: absolute; top:50%; right: 0; margin-top: -5px; background-position: -255px 4px;    background: url(../images/xiangy.png);
    background-size: 100% 100%; }

 .pBox .on .icons{	background: url(../images/xiangy2.png);
    background-size: 100% 100%;}
	.Box:hover .title .icons {background: url(../images/xiangy2.png);
		background-size: 100% 100%;}
		.Box .dl{   display: none; width: 84%;margin: 0px 7%;}


		.Box .dl dd{ border-top: 1px dashed #ddd;}
		.Box .dl a{ display: block; padding:13px 0px; background-color: #fff;   color:#666666; font-size: 14px;}
		.Box .dl .hov a{ color:#008024; }
		.Box .dl .icons{ display: inline-block; height: 20px; width:20px; background-position: -328px 1px; vertical-align: middle; }
		.Box .dl a:hover{  color:#008024; }
		.Box .dl a:hover .icons{ background: url(../images/xiangy2.png);
			background-size: 100% 100%;}
		.Box .title span:hover{ color:#008024; }
		 
		.pBox .on span {
			color: #008024;
		}




@media only screen and (max-width: 768px){
	.detailsleft{
		width: 100%;
	}
    .l-type {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.l-type .pBox {
		display: none;
	}
    .l-type .Type{ padding:15px; font-size: 18px; }
    .l-type .Type .i1{ transform: scale(0.8); }
    .l-type .Box{ padding:5px 0; }
    .l-type .Box .title{ font-size: 14px; line-height: 18px; padding:0 15px; }
    .l-type .Box .title span{ padding-top:15px; padding-bottom:15px; }
    #pInfo{ margin-top: 15px; }
    #pInfo .Block1{ margin-bottom: 15px; }
    #pInfo .Block1 .imgBox{ width: 100%; float: none; display: block; }
    #pInfo .Block1 .cont{ width: 100%; float: none; display: block; }
    #pInfo .Block1 .title{ font-size: 18px; }
    #pInfo .Block1 .longtitle{ font-size: 14px; }
    #pInfo .Block1 .Feature .ll li{ padding:2px 0; }
    #pInfo .Block1 .share{ padding:15px 0; }
    #pInfo .Block1 .advisory{ margin:0; width: 100%; text-align: center; }
    #pInfo .Bcont{ padding-top: 15px; }
    #pInfo .Bcont .bg0{ padding:15px; }
    #pInfo .Bcont .title{ font-size: 16px; margin-bottom:5px; }
    #pInfo .Bcont .content{ line-height: 24px; overflow: hidden; }
    #pInfo .Bcont .content .divCBox{ overflow-x: auto; }
    #pInfo .Bcont .content .divCBox table{ width: auto; }
    #pInfo .Bcont .content .divCBox::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
    }
    #pInfo .Bcont .content .divCBoxt::-webkit-scrollbar {
        width: 5px;
        height: 13px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #pInfo .Bcont .content .divCBox::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        min-height: 28px;
    }
    #pInfo .Bcont .content .divCBox::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #pInfo .Bcont+.Bcont{ padding:0; }
    #pInfo .Block4{ padding-bottom: 0; }
    #pInfo .Block4 .Btitle{ font-size: 16px; padding:15px 0 5px; }

  
}