*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	background: #f8fbf9;
	font-size: 15px;
	font-family: "Microsoft YaHei", Arial;
}
body{
	min-width: 1024px;
}
body.tcstyle{
	overflow: hidden;
}
td{
	padding:5px 10px;
	line-height: 24px;
}
/*body{
	min-width: 1360px;
}*/
a{
	text-decoration: none;
	color: #666;
}
a:hover{
	text-decoration: none;
	color: #f60;
}
ul{
	list-style: none;
}
/*img{
	width: 100%;
}*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 0px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.8);
}

/*取消A默认点击背景色*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*引入字体*/
@font-face{
	font-family: hwxk;
	src:url(../images/STXINGKA.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: fzzt;
	src:url(../images/fzchs.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
.ch10{
	margin-top:10% ;
}
.ch20{
	margin-top:20% ;
}
.ch30{
	margin-top:30% ;
}
.ch40{
	margin-top:40% ;
}
.ch50{
	margin-top:50% ;
}
.ch60{
	margin-top:60% ;
}
.ch65{
	margin-top:65% ;
}
.ch70{
	margin-top:70% ;
}
.ch75{
	margin-top:75% ;
}
.ch80{
	margin-top:80% ;
}
.ch85{
	margin-top:85% ;
}
.ch90{
	margin-top:90% ;
}
.ch100{
	margin-top:100% ;
}
.ch110{
	margin-top:110% ;
}
.ch120{
	margin-top:120% ;
}
.ch125{
	margin-top:125% ;
}
.mgtop30{
	margin-top: 30px;
}
.boths:after {
	content: '';
	display: block;
	clear: both;
}
/*顶部公用样式*/
.topbox{
	position: relative;
	width: 100%;
	min-width: 1160px;
	height: 135px;
	background:url(../images/topbg.jpg) top center repeat-x;
	background-size: auto  100%;
	z-index:10 ;
}


.topbox .nrbox{
	position: relative;
	width: calc(100% - 60px);
	max-width: 1500px;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
	transition: all 0.8s ease;
}
.topbox .logobox{
	position: absolute;
	width: calc(100% - 300px);
	height: 81px;
	top: 50%;
	margin-top: -40px;
	background: url(../images/logo.png) top left no-repeat;
	padding-left:100px ;
}
.topbox .logobox h1{
	position: relative;
	width:100%;
	height: 60px;
	font-size: 40px;
	line-height: 65px;
	font-family: hwxk;
	font-weight: normal;
	color: #fff;
	letter-spacing: -6px;
}
.topbox .logobox h2{
	position: relative;
	width:100%;
	height: 20px;
	font-size: 12px;
	line-height: 15px;
	font-family: "times new roman";
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.35px;
	text-transform: uppercase;
}

.topbox .right{
	position: absolute;
	width: 250px;
	height: 45px;
	top: 50%;
	right: 0px;
	margin-top: -22px;
}
.kssearch-form {
	transition:all 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	max-height: 45px;
	overflow: hidden;
	z-index: 100;
	border:1px solid rgba(0,0,0,.0)
}

.kssearch-form fieldset {
	position: relative;
	margin: 0 45px 0 0;
	padding: 0;
	border: none;
}
.kssearch-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 43px;
}
.kssearch-form input[type="search"] {
	width: 100%;
	padding: 0 10px ;
	background: rgba(255,255,255,.85);
	border: none;
	font-family: "微软雅黑";
	color: #333;
}
.kssearch-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	cursor: pointer;
	background: #fff url(../images/search.png) center center no-repeat;
	background-size:20px auto ;
	transition: all 0.3s ease;
}
.kssearch-form input[type="submit"]:hover {
	background: #cc0000 url(../images/search1.png) center center no-repeat;
	background-size:20px auto ;
}

/*顶部公用样式结束*/

/*导航条*/
.menubox{
	position: relative;
	width: 100%;
	min-width: 1160px;
	height: 65px;
	z-index:20;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,.3);
}

.menubox .mnrbox{
	position: relative;
	width: calc(100% - 60px);
	max-width: 1500px;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}






.nav_menu3 {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	opacity: 0;
	transition:all 0.5s ease;
}
.menubox.active .mnrbox .nav_menu3 {
	opacity: 1;
}

.nav_menu3 ul,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
 	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menubox.upstyle .nav_menu3  {
	height: 65px;
}
.nav_menu3 li{
	position: relative;
	width: 10%;
	float: LEFT;
	min-width: 100px;
	position: relative;
	display: inline-block;
	text-align: center;
	transition: all 0.5s ease;
}
.nav_menu3 li:after{
	content: "";
	position: absolute;
	width: 17px;
	height: 9px;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	background:url(../images/sj1.png) top center no-repeat;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}
.nav_menu3 li:hover:after,
.nav_menu3 li.active:after{
	content: "";
	bottom: 0px;
	opacity: 1;
}
.nav_menu3 > ul > li:hover{
	/*transform: scale(1.15);*/
	box-shadow:3px 15px 40px -20px rgba(0, 0, 0, 0.8);
}
.nav_menu3 > ul > li:hover ul{
	box-shadow:3px 20px 40px -25px rgba(0, 0, 0, 0.8);
}

.nav_menu3 > ul > li > a {
	line-height: 65px;
	color: #333333;
	transition: all 0.5s ease;
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menubox.upstyle .nav_menu3 > ul > li > a {
	line-height: 80px;
}
.nav_menu3 > ul > li:hover > a,
.nav_menu3 > ul > li.active > a {
	color: #fff;
	background: #c00;
	font-weight: bold;
}

.topbox.upstyle .nav_menu3 > ul > li:hover > a {
	color: #fff;
	background: #c00;
}

.nav_menu3 ul ul {
	position: absolute;
	margin-top: 15px;
	transition: 0.5s;
	opacity: 0;
	left: -9999px;
	/*border: 1px solid rgba(242,139,62,.5);*/
	border-top: 0px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.3);
}
.nav_menu3 ul ul li {
	position: relative;
	width: 100%;
	height: auto;
}
.nav_menu3 ul ul li:after {
	display: none;
}
.nav_menu3 li:hover > ul {
	left: auto;
	margin-top: 0px;
	opacity: 1;
}
.nav_menu3 ul ul li a {
  	padding: 10px;
	width: 100%;
	line-height: 20px;
	background: rgba(255,255,255,.95);
	text-decoration: none;
  	color: #666;
 	transition: 0.3s;
  	border-top: 1px solid rgba(242,139,62,.3);
}

.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
	color: #fff;
	background: #f00;
}



/*banner设置*/
.bannerbox{
	position: relative;
	width: 100%;
	min-width: 1160px;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.bannerbox .bannrbox{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}


.bannerbox  .banch{
	margin-top: 20%;
}
.wraper-pages{
	position: absolute;
	width: 180px;
	bottom:5px;
	left:50%;
	margin-left: -90px;
	height: 40px;
	color:rgba(255,255,255,0.6);
	z-index: 410;
	transition: all 0.4s;
	font-size: 20px;
}
.wraper-pages.active{
	opacity: 0;
}
.wraper-nownum{
	font-size: 20px;
	color: #fff;
}
.wraper-nowdesc .wraper-destxt{
	display: none;
}
.wraper-nowdesc .wraper-destxt.active{
	display: block;
}
.wraper-nowdesc{
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
	/*左右*/
.wraper-dir{
	position: absolute;
	width: 150px;
	height: 49px;
	top: -10px;
	right: 0;
}
.wraper-dir .wraper-tips{
	position: absolute;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	line-height: 51px;
	width: 50px;
	height: 49px;
	top: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	font-family: "宋体";
	font-weight: bold;
}
.wraper-dir .wraper-tips.wraper-next{
	margin-left: 70px;
}
.wraper-dir .wraper-tips:hover.wraper-prev{
	color: rgba(255,255,255,0.9);
	width: 80px;
	margin-left: -30px;
	padding-right: 30px;
}
.wraper-dir .wraper-tips:hover.wraper-next{
	color: rgba(255,255,255,0.9);
	width: 80px;
	padding-left: 30px;
}
.wraper-dir .wraper-tips.wraper-prev .line,
.wraper-dir .wraper-tips.wraper-next .line{
	position: absolute;
	height: 1px;
	width: 25px;
	top: 24px;
	background: rgba(255,255,255,.8);
	transition: 0.3s;
}
.wraper-dir .wraper-tips.wraper-prev  .line{
	right: -10px;
}
.wraper-dir .wraper-tips.wraper-next .line{
	left: -10px;
}
.wraper-dir .wraper-tips:hover.wraper-prev .line,
.wraper-dir .wraper-tips:hover.wraper-next .line{
	width: 65px;
}


.wraper-dir .wraper-tips .bigyuan{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
}
.wraper-dir .wraper-tips..wraper-prev .bigyuan{
	left: 0;
}
.wraper-dir .wraper-tips.wraper-next .bigyuan{
	right: 0;
}
.wraper-dir .wraper-tips .yuanbox{
	position:relative ;
	float: left;
	width: 25px;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.wraper-dir .wraper-tips .yuanbox .circle{
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid transparent;
	border-radius: 50%;
	top: 0;
	transform: rotate(-135deg);
}
.wraper-dir .wraper-tips .yuanbox .leftcircle{
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    left: 0;
    transition: all 0.18s ease-out 0s;
}
.wraper-dir .wraper-tips:hover .yuanbox .leftcircle{
	transform: rotate(45deg);
}
.wraper-dir .wraper-tips .yuanbox .rightcircle{
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    right: 0;
    transition: all 0.18s ease-out 0.18s;
}
.wraper-dir .wraper-tips:hover .yuanbox .rightcircle{
    transform: rotate(45deg);
}



.banwzbox{
	position: relative;
	width:100%;
	height: 100%;
    z-index: 10;
    display: none;
}

.banwzbox.acaxx{
	display: block;
}

.banwzbox .wzxsbox{
	position: relative;
	width:100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    margin-top: 15px;
}


.banwzbox .wzxsbox H1,.banwzbox .wzxsbox H2{
	position: relative;
	width:100%;
	line-height: 60px;
	font-family: fzzt;
	font-size: 48px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0,0,0,.4);
	font-weight: normal;
}

.banwzbox .wzxsbox H2{
	line-height:30px ;
	font-family: "times new roman";
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px rgba(0,0,0,.4);
}




.banwzbox .wzxsbox .smallz{
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
}
.banwzbox .wzxsbox .smallz .line{
	display: inline-block;
	position: relative;
	width: 150px;
	height: 19px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	vertical-align: top;
}
.banwzbox .wzxsbox .smallz .zi{
	display: inline-block;
	position: relative;
	width: auto;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	vertical-align: top;
	letter-spacing: 5px;
	text-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
/*轮播图*/
.wraper{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow: hidden;
}
.wraper-box,.pic-content{
	position: relative;
	height: 100%;
	width: 100%;
}
.wraper-list{
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
}
.wraper-list.active{
	display: block;
}
.wraper-list .pic-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all 0.8s;
	-webkit-animation-name: fadeInSx;
	animation-name: fadeInSx
	-webkit-animation-duration:0.8s;
	animation-duration:0.8s;
}

/*banner设置结束*/

.cenbox{
	position: relative;
	width: 100%;
	min-width: 1160px;
	height:auto;
	z-index: 2;
	background: #f8fbf9;
}



.cennobox{
	position: relative;
    width: calc(100% - 60px);
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
    z-index: 10;
}
.cennobox.pding{
	padding: 80px 0 50px;
}







.pagebottom{
	position: relative;
	width: 100%;
	min-width: 1160px;
	height: auto;
	background:url(../images/topbg.jpg) top repeat-x;
	background-size:auto 100%;
	padding: 20px 0;
}
.pagebottom .nrx{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-right: 200px;
	background: url(../images/logo.png) top right no-repeat;
	background-size:auto 100%;
}




.nrlist{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 388px;
}

.nrlist li{
	position: relative;
	width: 100%;
	height: 46px;
	border-top: 1px dashed rgba(0,0,0,.05);
	padding: 0 8px 1px 20px;
	transition: all 0.3s;
}
.nrlist li:nth-child(1){
	border-top: 0px;
}
.nrlist li:hover{
	background: rgba(0,0,0,.03);
}

.nrlist li:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #444;
	top: 20px;
	left: 5px;
	border-radius: 10px;
	transition: all 0.3s;
}
.nrlist li:hover:before{
	background: #c00;
}
.nrlist li h1{
	position: relative;
	width: calc(100% - 80px);
	height: 45px;
	float: left;
	line-height: 45px;
	font-size: 15px;
	color: #444;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    transition: all 0.3s;
}

.nrlist li h2{
	position: relative;
	float: left;
	width: 80px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #999;
	transition: all 0.3s;
	text-align: right;
	font-weight: normal;
}
.nrlist li:hover h1,
.nrlist li:hover h2{
	color: #c00;
}


.e-newslist{
	position: relative;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-top: -30px;
	padding: 30px;
	height: auto;
}


.e-newslist li{
	position: relative;
	float: left;
	width: 50%;
	height: 205px;
	padding: 20px 3% 20px 0px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
	transition: ALL 0.5S EASE;
	opacity: 1;
}
.e-newslist li:hover{
	z-index: 5;
}
.qhnrbox .e-newslist li{
	border-bottom: 1px dashed rgba(255,255,255,.8);
}

.qhnrbox .e-newslist li {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.3s;
}

.bigcenbox.active .e-newslist li {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.3s;
}

.e-newslist li.gg{
	height: 150px;
}
.e-newslist li:nth-child(even){
	padding: 20px 0px 20px 3%;
}

.e-newslist li:nth-child(even)::after{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: calc(100% - 60px);
	top: 30px;
	left: 1px;
	border-left: 1px dashed rgba(0,0,0,.1);
}
.qhnrbox .e-newslist li:nth-child(even)::after{
	content: "";
	border-left: 1px dashed rgba(255,255,255,.8);
}

.e-newslist li .ns-infobox{
	position: relative;
	width: 100%;
	height: 100%;
	padding:5px 20px 5px 25px;
	background: rgba(255,255,255,.8);
	transition: all 0.5s;
}
.qhnrbox .e-newslist li .ns-infobox{
	background: rgba(255,255,255,.3);
}
.e-newslist li .ns-infobox:hover{
	transform: scale(1);
	background: rgba(255,255,255,1);
	box-shadow:2px 10px 20px -10px rgba(0, 0, 0, 0.5);
	z-index: 5;
}
.e-newslist li .ns-infobox::after {
	content: "";
    position: absolute;
    top: 27px;
    left: 10px;
    display: block;
    width: 4px;
	height: 4px;
	border-radius: 3px;
	background:#c00;
	transition: all 0.3s;
}

.e-newslist li .ns-infobox:hover::after {
	opacity: 0;
}

.e-newslist li .ns-infobox .title {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox .title.list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.e-newslist li .ns-infobox .title.ggao {
    height: auto;
    min-height: 25px;
    max-height: 50px;
    line-height: 25px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.e-newslist li .ns-infobox:hover .title {
    color: #c00;
}


.e-newslist li .ns-infobox  .info {
    height: 70px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    margin-top: 12px;
    overflow: hidden;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.e-newslist li .ns-infobox:hover  .info {
    color: #666;
}
.e-newslist li .ns-infobox .info .imgbox {
    position: relative;
    float: left;
    width: 100px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
}
.e-newslist li .ns-infobox .info .imgbox.nopic {
    width: 0px;
    margin-right: 0px;
}
.e-newslist li .ns-infobox .info .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.e-newslist li .ns-infobox:hover .info .imgbox .img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.e-newslist li .ns-infobox .data{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	transition: 0.3s;
}
.e-newslist li:hover .ns-infobox .data{
	color: #c00;
}

.e-newslist li .point{
	position: absolute;
	left: 80px;
    top: -6px;	
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background: #c00;
	margin-top: 15px;
	z-index: 10;
	transition: 0.3s;
}
.e-newslist li .point::after{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 10px;
	border-radius: 3px;
	background: #c00;
	margin-top: 15px;
	transition: 0.3s;
	opacity: 0.7;
}
.e-newslist li .point::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 20px;
	border-radius: 3px;
	background: #c00;
	margin-top: 15px;
	transition: 0.3s;
	opacity: 0.3;
}
.ny-tlist:hover .point,.ny-tlist:hover .point::before,.ny-tlist:hover .point::after{
	background: #fff;
}

.totop{
	position: fixed;
	width: 40px;
	height: 40px;
	z-index: 20;
	right:-50px;
	bottom: 10px;
	color: #FFF;
	background: #C00;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	transition: all 0.3s ease;
	cursor:pointer;
}
.totop.upstyle{
	right:10px;
}

.yqljbox{
	position: relative;
	width: 100%;
	min-width: 1160px;
	height: auto;
	margin-bottom: 40px;
}
.yqljbox .ljnrbox{
	position: relative;
	width: calc(100% - 60px);
	max-width: 1500px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
}
.yqljbox .ljnrbox .ttbx{
	position: relative;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.yqljbox .ljnrbox .ttbx .bt{
	position: relative;
	float: left;
	width: 130px;
	height: 100%;
	text-align: center;
	color: #666;
	line-height: 35px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.yqljbox .ljnrbox .ttbx .bt:hover{
	color: #c00;
}
.yqljbox .ljnrbox .ttbx .bt:after{
	content: "";
	position: absolute;
    width: 13px;
    height: 7px;
    bottom: -7px;
    left: 58px;
    background: url(../images/jtx.png);
    opacity: 0;
    transition: all 0.3s ease;
}
.yqljbox .ljnrbox .ttbx .bt.active{
	background: #c00;
	color: #fff;
	font-weight: bold;
}
.yqljbox .ljnrbox .ttbx .bt.active:after{
    opacity: 1;
}
.yqljbox .ljnrbox .nobr{
	position: relative;
	width: 100%;
	height: auto;
	color: #666;
	padding: 15px 0;
}
.yqljbox .ljnrbox .nobr .likb{
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.yqljbox .ljnrbox .nobr .likb.active{
	height: auto;
}
.yqljbox .ljnrbox .nobr .likb li{
	position: relative;
	float: left;
	width: auto;
	height: 40px;
	line-height: 20px;
	color: #666;
	padding: 10px 30px;
	transition: all 0.3s ease;
}
.yqljbox .ljnrbox .nobr li a{
	color: #666;
}
.yqljbox .ljnrbox .nobr li a:hover{
	color: #c00;
}


@media (max-width: 1450px){
	.topbox{
		height: 120px;
	}
	
	.topbox .logobox{
		height: 71px;
		margin-top: -35px;
		background: url(../images/logo.png) top left no-repeat;
		background-size:auto 100%;
		padding-left:90px ;
	}
	.topbox .logobox h1{
		height: 50px;
		font-size: 35px;
		line-height: 55px;
		letter-spacing: -6px;
	}
	.topbox .logobox h2{
		transform: scale(0.85) translateX(-75px);
		
	}
}