* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

body {
	color: #333;
	opacity:1;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #c9081d;
}

.content {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	overflow: inherit;
}

header {
	height: 34px;
	line-height: 34px;
	background: #f5f5f5;
}

.header-con {
	display: flex;
	justify-content: space-between;
	height: 34px;
	font-size: 12px;
	color: #666;
}

.header-item {
	display: flex;
}

.header-user {
	position: relative;
}

.header-item-user {
	color: #c9081d;
}

.header-user:hover .header-user-list {
	display: block;
}

.header-item-item {
	margin-left: 20px;
	cursor: pointer;
	position: relative;
}

.header-item-item>p {
	padding-right: 14px;
	background-image: ;
	background-size: 10px;
	background-position: right center;
}

.header-item-item-con,.header-user-list {
	position: absolute;
	right: 0px;
	top:30px;
	background: #fff;
	width: 100px;
	z-index: 999;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: none;
}
.header-user-list{
	right: auto;
	left:0px;
}
.header-item-item-con>a,.header-user-list>a{
	padding-left: 40px;
	display: block;
	position: relative;
	text-align: left;
}
.header-item-item-con>a>img,.header-user-list>a>img{
	position: absolute;
	left:14px;
	width: 16px;
	top:10px;
}
.header-item-item-con>img{
	width: 100%;
	border-top: 1px solid #eee;
}
.header-item-item:hover .header-item-item-con{
	display: block;
}

.contitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.contitle-logo,
.contitle-adv {
	width: 300px;
	height: 90px;
	background-image: ;
	background-size: contain;
	background-position: center;
}
.contitle-adv{
	background:none;
}

.contitle-seach {
	width: 400px;
	height: 38px;
	border-radius: 4px;
	border: solid 1px #c9081d;
	position: relative;
}

.contitle-seach-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 36px;
	width: 80px;
	background-color: #c9081d;
	background-image: ;
	background-size: 20px;
	background-position: 10px;
	cursor: pointer;
	border:none;
	padding-left: 20px;
    text-align: center;
    color: #fff;
}

.contitle-seach-input {
	position: absolute;
	left: 58px;
	height: 36px;
	width: calc(100% - 110px);
	border: none;
	padding: 0px 10px;
}

.seach{
	position: absolute;
	top:0;
	left:0;
	width: 58px;
	height: 36px;
	text-align: center;
	z-index:1000;
}
.seach-title{
	line-height: 36px;
	background:  no-repeat right center;
}
.seach-list{
	position: absolute;
	left:0px;
	width: 100px;
	line-height: 30px;
	border-top: 1px solid #f6f6f6;
	background: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
	z-index: 99;
	border-radius: 5px;
	display: none;
	cursor: pointer;
}
.seach-list>p:hover{
	color: #c9081d;
}
.seach:hover .seach-list{
	display: block;
}

.nav {
	border-top: 2px solid #c9081d;
	position: relative;
    z-index: 100;
}

.nav-hr {
	height: 2px;
}

.nav-item1,
.nav-item2 {
	background-color: #f5f5f5;
	padding: 0px 46px;
	height: 80px;
	border-radius: 0 0 4px 4px;
	display: flex;
}

.nav-item2 {
	height: 34px;
	border-radius: 4px;
	line-height: 34px;
}

.nav-item1 {
	justify-content: space-between;
}

.nav-item1-item1,
.nav-item1-item2,
.nav-item1-item3,
.nav-item1-item4,
.nav-item1-item5 {
	display: flex;
}

.nav-item1-item1 {
	width: 372px;
}

.nav-item1-item2 {
	width: 278px;
}

.nav-item1-item3 {
	width: 160px;
}

.nav-item1-item4 {
	width: 220px;
}

.nav-item1-item5 {
	width: 220px;
}

.nav-item1-item-title {
	padding-top: 36px;
	width: 36px;
	color: #c9081d;
	background-image: ;
	margin-top: 10px;
}

.nav-item1-item-con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 46px);
	margin-left: 10px;
	padding: 10px 0 14px 0;
}

.nav-item1-item-con>a {
	padding: 0px 10px;
	line-height: 20px;
	height: 20px;
	cursor: pointer;
	position:relative;
}

.nav-item1-item-con>a:hover {
	color: #c9081d;
}
.nav-item1-item-con>a.hot:after{
	content:"";
	position:absolute;
	right:-10px;
	top:-18px;
	width:30px;
	height:30px;
	background-image:;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.nav-item2-title {
	width: 74px;
	height: 22px;
	background-color: #c9081d;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	border-radius: 4px;
	position: relative;
	margin: 6px 20px 6px 0;
}

.nav-item2-title:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0px;
	border-width: 11px;
	border-style: solid;
	border-color: transparent transparent transparent #c9081d;
}

.nav-item2-item {
	font-size: 14px;
	cursor: pointer;
	padding: 0 10px;
	position: relative;
}

.nav-item2-item:hover {
	background: #eee;
}

.nav-item2-item>a {
	color: #c9081d;
	text-decoration: none;
}

.nav-item2-item-list {
	width: 252px;
	border-radius: 5px;
	background: #eee;
	position: absolute;
	top: 34px;
	left: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	display: none;
}

.nav-item2-item-list>a {
	display: block;
	width: 126px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
}

.nav-item2-item-list>a:hover {
	background: #f8f8f8;
	color: #c9081d;
}

.nav-item2-item:hover .nav-item2-item-list {
	display: flex;
}

.position {
	margin: 26px auto 22px auto;
}

.position>span {
	cursor: pointer;
}

.mainbody {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.mainbody-body-con img{
	max-width:700px;
	height:auto;
}

.mainbody-left {
	width: 120px;
	position:relative;
	z-index:100;
}
.mainbody-left.active>div{
	width:120px;
	position:fixed;
	top:20px;
}

.mainbody-right {
	width: 300px;
	margin-top:-50px;
}
.mainbody-right>div{
	width: 300px;
	background:#fff;
}
.mainbody-right.active>.mainbodyhow{
	position: fixed;
	display:block;
	top:0px;
}

.mainbody-body {
	width: calc(100% - 500px);
}

.mainbody-left-txt1,
.mainbody-left-txt2 {
	padding: 11px;
	background: #f5f5f5;
	border-radius: 10px;
	font-size: 14px;
	cursor: pointer;
	text-align:left;
}

.mainbody-left-txt1 {
	color: #c9081d;
	margin-bottom: 20px;
}

.mainbody-left-share {
	position: relative;
	margin-top: 20px;
}

.mainbody-left-share>p {
	text-align: center;
	margin: 0px auto;
	width: 60px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	position: relative;
	background-color: #fff;
}

.mainbody-left-share>i {
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #f5f5f5;
	top: 19px;
	left: 10px;
}

.mainbody-left-share-item1,
.mainbody-left-share-item2,
.mainbody-left-share-item3 {
	background-image: ;
	background-size: contain;
	background-position: center;
	height: 40px;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	display: block;
}

.mainbody-left-share-item1>#qrcode {
	display: none;
	position: absolute;
	left: 120px;
	top: -70px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
	padding: 10px;
    background: #fff;
}

.mainbody-left-share-item1:hover {
	background-image: ;
}

.mainbody-left-share-item1:hover>#qrcode {
	display: block;
}

.mainbody-left-share-item2 {
	background-image: ;
}

.mainbody-left-share-item2:hover {
	background-image: ;
}

.mainbody-left-share-item3 {
	background-image: ;
}

.mainbody-left-share-item3:hover {
	background-image: ;
}


.mainbody-body-title {
	font-size: 30px;
	line-height: 46px;
	color: #333333;
	text-align: left;
}

.mainbody-body-sub {
	color: #666;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	line-height: 70px;
}

.mainbody-body-link {
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 10px 20px;
}

.mainbody-body-link-item {
	background-image: ;
	background-size: 20px;
	background-position: 20px 4px;
	margin: 10px 0;
	padding-left: 48px;
	text-align:left;
}

.mainbody-body-link-title {
	font-size: 14px;
	color: #c9081d;
}

.mainbody-body-link-sub {
	font-size: 12px;
	color: #666666;
}
.mainbody-body-con{
	line-height: 30px;
	margin-top:20px;
	text-align:left;
	font-size: 16px;
}
.mainbody-body-con>p {
	text-indent: 2em;
	margin-top: 20px;
}

.mainbody-body-company {
	border-radius: 10px;
	border-top: 2px solid #c9081d;
	width: 510px;
	background-color: #f5f5f5;
	margin: 30px auto;
	padding: 20px;
}

.mainbody-body-company-title {
	display: flex;
	padding-bottom: 14px;
	margin-bottom: 10px;
	border-bottom: 4px dotted #ffffff;
}

.mainbody-body-company-title-title {
	background-color: #c9081d;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 4px;
	position: relative;
	margin-right: 22px;
}

.mainbody-body-company-title-title::after {
	content: "";
	position: absolute;
	right: -22px;
	top: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent transparent #c9081d;
}

.mainbody-body-company-sub1,
.mainbody-body-company-sub2,
.mainbody-body-company-sub3,
.mainbody-body-company-sub4 {
	line-height: 30px;
	font-size: 14px;
	padding-left: 58px;
	background-image: ;
	background-position: 30px 8px;
	text-align:left;
}

.mainbody-body-company-sub2 {
	background-image: ;
}

.mainbody-body-company-sub3 {
	background-image: ;
}

.mainbody-body-company-sub4 {
	background-image: ;
	display:block;
}

.mainbody-body-company-btns {
	display: flex;
	margin-top: 10px;
	padding-left: 20px;
}

.mainbody-body-company-btns>a {
	cursor: pointer;
	font-size: 14px;
	margin: 0px 10px;
}

.mainbody-body-company-btns>a:hover {
	color: #c9081d;
}

.mainbody-body-user {
	text-align: right;
	margin-top:40px;
}

.mainbody-body-about {
	margin-top: 20px;
	border-top: 2px solid #f5f5f5;
}

.mainbody-body-about-title {
	padding: 30px 0 20px 0;
	display: flex;
	align-items: center;
}
.mainbody-body-about-title>a{
	margin:0 20px;
}

.mainbody-body-about-title-link-con{
	display:flex;
}
.mainbody-body-about-title-link {
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #f5f5f5;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
}

.mainbody-body-about-title-link:hover,
.mainbody-body-about-title-link.active {
	color: #c9081d;
	border-color: #c9081d;
}

.mainbody-body-about-title-link.active:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 30px;
	width: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent #f5f5f5 transparent;
}

.mainbody-body-about-list {
	padding: 20px 20px 40px 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
}

.mainbody-body-about-list-item {
	display: flex;
	align-items: flex-end;
	margin: 6px 0;
	text-align:left;
}

.mainbody-body-about-list-item-title {
	width: calc(100% - 90px);
	font-size: 14px;
	color: #666666;
	cursor:pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mainbody-body-about-list-item-title>span {
	color: #c9081d;
}

.mainbody-body-about-list-item-time {
	width: 80px;
	font-size: 12px;
	color: #999;
}

.mainbody-body-about-more {
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin-top: 10px;
	cursor: pointer;
	float:right;
	margin-right:20px;
}

.mainbody-body-about-more>span {
	color: #c9081d;
}

.mainbody-body-solarbe {
	border-radius: 10px;
	border: 4px dotted #f5f5f5;
	margin-top: 48px;
	display: flex;
	padding: 10px;
}

.mainbody-body-solarbe-qr {
	width: 120px;
	height: 100px;
	position: relative;
	padding-left: 20px;
}

.mainbody-body-solarbe-qr>img {
	width: 100px;
}

.mainbody-body-solarbe-con {
	width: calc(100% - 120px);
}

.mainbody-body-solarbe-con-title {
	font-size: 18px;
	line-height: 60px;
}

.mainbody-body-solarbe-con-title>span {
	color: #c9081d;
}

.mainbody-body-solarbe-con-sub {
	color: #999;
	font-size: 14px;
	line-height: 20px;
}

.mainbody-body-solarbe-qr>p {
	width: 10px;
	color: #999;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	height: 100px;
}

.mainbody-right-advs img {
	margin-bottom: 10px;
	width: 100%;
}

.mainbody-right-title {
	border-top: 1px solid #f5f5f5;
	padding-left: 30px;
	position: relative;
	line-height: 42px;
	background-position: 4px center;
	background-size: 20px;
	margin-top: 30px;
	text-align: left;
}

.mainbody-right-title::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 110px;
	background-color: #c9081d;
	left: 0px;
	top: -2px;
}

.mainbody-right-title>a {
	float: right;
	font-size: 14px;
	color: #666;
	padding-right: 20px;
	background-image: ;
	background-position: right center;
	background-size: 14px;
	cursor: pointer;
}

.mainbody-right-read {
	background-image: ;
}

.mainbody-right-activity {
	background-image: ;
}

.mainbody-right-spl {
	background-image: ;
}

.mainbody-right-url {
	background-image: ;
}

.mainbody-right-listtxt-item {
	line-height: 28px;
	padding: 4px 0;
	font-size: 14px;
	display: block;
	padding-left: 14px;
	position: relative;
}
.mainbody-right-listtxt{
	text-align:left;
}
.mainbody-right-listtxt-itemimg {
	padding-left: 0px;
}

.mainbody-right-listtxt-item::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #333;
	left: 0px;
	top: 17px;
}

.mainbody-right-listtxt-itemimg::after {
	display: none;
}

.mainbody-right-listtxt-item{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mainbody-right-listtxt-item:hover {
	color: #c9081d;
}

.mainbody-right-listtxt-item:hover::after {
	background-color: #c9081d;
}

.mainbody-right-listtxt-item>img {
	width: 100%;
}

.mainbody-right-listactivity-item {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.mainbody-right-listactivity-item-time {
	width: 86px;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	color: #c9081d;
	text-align: center;
	border-radius: 22px;
	border: 1px solid #c9081d;
	margin-top: 2px;
}

.mainbody-right-listactivity-item-title {
	width: calc(100% - 96px);
	font-size: 14px;
	position: relative;
	line-height: 28px;
	text-align:left;
}

.mainbody-right-listactivity-item-title:hover {
	color: #c9081d;
	cursor: pointer;
}

.mainbody-right-listactivity-item-title>a {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #c9081d;
	cursor: pointer;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
	padding-left: 30px;
}

.mainbodyhow{
	display:none;
}

.c_recommend .tabbedpanelscontentgroup{
	width:100%;
}
.c_recommend .information .load_list dl{
	width:calc(100% - 220px);
}
.load_list dl dd ul li{
	margin-top:10px;
}
.list_nav .nav{
	border-top:none;
}
.nav_bottom{
	z-index:100;
	position:relative;
}

.contentad{
	font-size: 16px;
	line-height: 32px;
	border: 1px dashed #c9081d;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px 0px;
}
.contentad>p>a{
		background-image: ;
		background-position: top right;
		background-size: 6%;
		background-repeat: no-repeat;
		padding-right: 50px;
		text-decoration: underline;
		color:#c9081d;
}
.contentad>p>a>span{
	color:#c9081d !important;
}
.contentad>p:first-child{
	margin:0px;
}
.main .main_right{
	/*--margin-top:-10px;*/
}

@media (max-width: 900px){
	.nav-item2-item {
		width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.nav-item1{
		height:100px;
	}
}
@media (max-width: 720px){
	.nav-item1{
		height:180px;
	}

}