﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #fff;
	background-position: center 46px!important;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix::after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}


.fl {
	float:left;
}
.fr {
	float:right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
.section {
	margin:60px auto 0px;
	width: 1200px;
}
/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 600px;
}
.phd img{
	width: 100%;
}
/* banenr end*/

/* section2 */
.section-2 {
	width: 1200px;
	background-color: #f2f2f2;
	margin: 40px auto 0 auto;
}
.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}
.section-2 .section-caption, .section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-2 .marquee {
	width: 1005px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 123px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	padding-right: 20px;
	font-size: 22px;
	font-weight: normal;
	background:url(http://www.newsimg.cn/energy/zwjt2020/img/blue_jt.png) no-repeat center center;
}
.section-2 .section-caption img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}
.section-2 .section-caption a {
	color: #fff;
}
.section-2 .section-caption a:hover {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.section-2 .mod-list li {
	position: relative;
}
.section-2 .mod-list li a{
	color: #737373;
}
.section-2 .mod-list li::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background:url(http://www.newsimg.cn/energy/zwjt2020/img/dian1.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 28px;
}
.section-2 .marquee .mod-list .item {
	line-height: 60px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}
.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}/* 滚动js自带css */

/* section-19 聚焦 begin */
.section-19 .s19_top {
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/bgtp1.png) no-repeat center 30px;
}
.section-19 .tit{
	color: #c30210;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}
.section-19 .tit a{
	color: #c30210;
}
.section-19 .swiper-container-xctj{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.section-19 .cont{
	margin-top: 10px;
	color: #737373;
	font-size: 14px;
	line-height: 24px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.section-19 {
	width: 1200px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.section-19 .pic img {
	display: block;
	width: 100%;
	height: 675px;
}
.section-19 .title {
	background:#f7f7f7;
	color: #fff;
	padding: 30px 150px 30px 30px;
}
.section-19 .title .tit{
	color: #333333;
	font-size: 18px;
	text-align: left;
}
.section-19 .title .tit a{
	color: #333;
}
.section-19 .title .note{
	color: #666;
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}
.section-19 .title .note a{
	color: #e1351d;
}
.section-19 .swiper-pagination-fraction {
	bottom: 50px;
	right: 30px;
	left: auto;
	width: auto;
	color: #666666;
	font-size: 34px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}
.section-19 .swiper-button-prev, .section-19 .swiper-button-next {
	width: 50px;
	height: 90px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 30px 54px;
	top: 42%;
	margin-top: -45px;
}
.section-19 .swiper-button-prev {
	left: 0;
	background:url(http://www.newsimg.cn/energy/zwjt2020/img/zj2.png) no-repeat center center rgba(0,0,0,.75);
}
.section-19 .swiper-button-next {
	right: 0;
	background:url(http://www.newsimg.cn/energy/zwjt2020/img/yj2.png) no-repeat center center rgba(0,0,0,.75);
}
.section-19 .swiper-button-prev:hover{
	background:url(http://www.newsimg.cn/energy/zwjt2020/img/zj2.png) no-repeat center center #c30210;
}
.section-19 .swiper-button-next:hover{
	background:url(http://www.newsimg.cn/energy/zwjt2020/img/yj2.png) no-repeat center center #c30210;
}

.section-19 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-19 .section-list .mod-topics{
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-19 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-19 .section-list .mod-topics .topic a{
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section-19 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-19 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
/* section-19 聚焦 end */
.sec_tit{
	height: 144px;
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/btbg.png) no-repeat center center;
	text-align: center;
	color: #d89d3a;
	font-size: 38px;
	font-weight: bold;
	line-height: 120px;
}
.sec_tit a {
    color: #d89d3a;
}
/* section-3 深谋远虑 begin */
.section-3 .cont .ul1,
.section-3 .cont .ul2{
	margin-left: -52px;
}
.section-3 .cont .ul1 li{
	width: 574px;
	margin-left: 52px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #cfcfcf;
}
.section-3 .cont .ul1 li .pic{
	width: 176px;
}
.section-3 .cont .ul1 li .pic img{
	width: 176px;
	height: 133px;
}
.section-3 .cont .ul1 li .cont1{
	margin-left: 200px;
	overflow: hidden;
}
.section-3 .cont .ul1 li .cont1 .tit{
	color: #262626;
	font-size: 18px;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section-3 .cont .ul1 li .cont1 .note{
	color: #737373;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section-3 .cont .ul1 li .cont1 .more{
	color: #c30210;
	font-size: 14px;
}
.section-3 .cont .ul1 li .cont1 .more a{
	color: #c30210;
}
.section-3 .cont .ul1 li .cont1 .tit a{
	color: #262626;
}
.section-3 .cont .ul2{
	margin-top: 20px;
}
.section-3 .cont .ul2 li{
	width: 562px;
	margin-left: 52px;
	line-height: 36px;
	height: 36px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
	padding-left: 12px;
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/dian1.png) no-repeat left center;
	font-size: 16px;
	color: #4c4c4c;
}
.section-3 .cont .ul2 li a{
	color: #4c4c4c;
}
/* section-3 深谋远虑 end */
/* section-4 千帆竞秀 begin */
.section-4{
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/bgtp2.jpg) no-repeat center center;
	height: 683px;
	margin-top: 65px;
	padding-top: 20px;
}
.section-4 .section{
	padding-top: 0;
	margin-top: 0;
}
.section-4 .cont{
	margin-top: 20px;
}
.section-4 .cont .swiper-slide{
	position: relative;
}
.section-4 .cont .swiper-slide .pic{
	width: 700px;
	height: 440px;
}
.section-4 .cont .swiper-slide .pic img{
	width: 700px;
	height: 440px;
	display: block;
}
.section-4 .cont .swiper-slide .cont1{
	position: absolute;
	top: 50%;
	margin-top: -170px;
	left: 630px;
	width: 420px;
	height: 295px;
	background: #fff;
	padding: 45px 40px 0;
}
.section-4 .cont .swiper-slide .cont1 .hengxian{
	width: 29px;
	height: 2px;
	background: #c30210;
}
.section-4 .cont .swiper-slide .cont1 .tit{
	color: #333333;
	font-size: 26px;
	line-height: 36px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.section-4 .cont .swiper-slide .cont1 .tit a{
	color: #333;
}
.section-4 .cont .swiper-slide .cont1 .note{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
}
.section-4 .cont .swiper-slide .cont1 .more{
	margin-top: 15px;
	background-color: rgb(195, 2, 16);
	width: 110px;
	height: 37px;
	border-radius: 19px;
	line-height: 37px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.section-4 .cont .swiper-slide .cont1 .more a{
	color: #fff;
}
.section-4 .swiper-pagination-fraction {
	bottom: 70px;
	right: 110px;
	left: auto;
	width: auto;
	color: #666666;
	font-size: 28px;
}
.section-4 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}
.section-4 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 16px;
}
.section-4 .swiper-button-prev{
	left: 30px;
}
/* section-4 千帆竞秀 end */
/* section-16 兼济天下 begin*/

.section-16 .sec_cont{
	padding-top: 10px;
	position: relative;
	height: 635px;
}

.section-16 .sec_cont .item_div{
	margin-top: 13px;
	width: 290px;
	height: 200px;
	margin-left: 13px;
}
.section-16 .sec_cont .item_div:nth-child(1){
	margin-left: 0;
}
.section-16 .sec_cont .item_div:nth-child(3),
.section-16 .sec_cont .item_div:nth-child(4){
	width: 593px;
	height: 409px;
}
.section-16 .sec_cont .item_div:nth-child(3)>a,
.section-16 .sec_cont .item_div:nth-child(4)>a,
.section-16 .sec_cont .item_div:nth-child(3)>a img,
.section-16 .sec_cont .item_div:nth-child(4)>a img{
	width: 593px;
	height: 409px;
}
.section-16 .sec_cont .item_div:nth-child(4){
	position: absolute;
	bottom: 0px;
	left: 0;
	margin-left: 0;
}
.section-16 .sec_cont .item_div:nth-child(5){
	position: absolute;
	bottom: 0px;
	right: 303px;
	margin-left: 0;
}
.section-16 .sec_cont .item_div:nth-child(6){
	position: absolute;
	bottom: 0px;
	right: 0;
	margin-left: 0;
}
.section-16 .sec_cont .m_left .item_div:nth-child(1){
	margin-left: 0;
}
.section-16 .sec_cont .m_right .item_div:nth-child(2){
	margin-left: 0;
}
.section-16 .sec_cont .item_div>a{
	width: 290px;
	height: 200px;
	float: left;
	position: relative;
}
.section-16 .sec_cont .item_div>a img{
	width: 290px;
	height: 200px;
	display: block;
}
.section-16 .sec_cont .item_div1{
	width: 593px;
	height: 409px;
	margin-top: 13px;
}
.section-16 .sec_cont .item_div1>a{
	width: 593px;
	height: 409px;
}
.section-16 .sec_cont .item_div1>a img{
	width: 593px;
	height: 409px;
	display: block;
}
.section-16 .sec_cont .item_div1 span{
	height: 44px;
	line-height: 44px;
	background:rgba(0,0,0,.7);
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.section-16 .sec_cont .item_div span{
	height: 44px;
	line-height: 44px;
	background:rgba(0,0,0,.7);
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/* section-16 兼济天下 end*/
/* footer 补充 begin */
.footer{
	
	padding-top:45px!important;
	padding-bottom: 40px;
	box-sizing: border-box;
	font-size: 14px!important;
	color: #fff!important;
	line-height: 30px!important;
}
/* footer 补充 end */
/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 200px;
  width: 60px;
  z-index: 10000;
  display: none;
}
.RTools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  right: 0;
  bottom: 70px;
  position: absolute;
}
.RTools .qrcode canvas {
  width: 100%;
  height: auto;
}
.RTools .qrcode:hover::after {
  content: '扫描分享';
  width: 100%;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}
.RTools .qrcode:hover {
  transform: translate(0, 0);
  animation: change 1s;
  -moz-animation: change 1s;
  -webkit-animation: change 1s;
  -mozanimation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  width: 100%;
}
.banner{
	height: 550px;
	position: relative;
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/banner.jpg) no-repeat center center;
	margin-top: 40px;
	overflow: hidden;
}
.banner_m{
	width: 1920px;
	height: 550px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.banner_m .yuncai2{
	width: 1920px;
	height: 550px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/yuncai3.png) no-repeat center center;
	z-index: 3;
	-webkit-animation: shan infinite 50s linear;
	animation: shan infinite 50s linear;
	display:none;
}
.banner_m .ys1{
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 4;
}
.banner_m .ys1 img{
	display: block;
}
.banner_m .logo{
	position: absolute;
	left: 50%;
	margin-left: -590px;
	top: 0px;
	z-index:5;
	opacity: 0;
	-webkit-animation: showtop .5s ease-in-out;
	animation: showtop .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.banner_m .logo1{
	position: absolute;
	left: 52%;
	margin-left: -460px;
	top: 55px;
	z-index:5;
	opacity: 0;
	-webkit-animation: showleft .5s ease-in-out;
	animation: showleft .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.banner_m .ys2{
	position: absolute;
	top:45%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1.5);
	transform: translate(-50%,-50%) scale(1.5);
	z-index: 5;
	opacity: 0;
	-webkit-animation: showsx .5s ease-in-out;
	animation: showsx .5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.banner .yuncai{
	height: 550px;
	width: 6000px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 1;
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/yuncai.png);
	-webkit-animation: yundong infinite 660s linear;
	animation: yundong infinite 660s linear;
}
.banner .yuncai1{
	height: 550px;
	width: 6000px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.7;
	background: url(http://www.newsimg.cn/energy/zwjt2020/img/yuncai.png);
	-webkit-animation: yundong infinite 805s linear;
	animation: yundong infinite 805s linear;
	display:none;
}
@-webkit-keyframes showsx{
	0%{
		-webkit-transform: translate(-50%,-50%) scale(1.5);
		transform: translate(-50%,-50%) scale(1.5);
		opacity: 0;
	}
	100%{
		-webkit-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
		opacity: 1;
	}
}
@keyframes showsx{
	0%{
		-webkit-transform: translate(-50%,-50%) scale(1.5);
		transform: translate(-50%,-50%) scale(1.5);
		opacity: 0;
	}
	100%{
		-webkit-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes yundong{
	0%{
		left: 0;
	}
	50%{
		left: -4000px;
	}
	100%{
		left: 0;
	}
}
@keyframes yundong{
	0%{
		left: 0;
	}
	50%{
		left: -4000px;
	}
	100%{
		left: 0;
	}
}
@-webkit-keyframes showtop{
	0%{
		top: 0;
		opacity: 0;
	}
	100%{
		top: 40px;
		opacity: 1;
	}
}
@keyframes showtop{
	0%{
		top: 0;
		opacity: 0;
	}
	100%{
		top: 40px;
		opacity: 1;
	}
}
@-webkit-keyframes showleft{
	0%{
		left: 52%;
		opacity: 0;
	}
	100%{
		left: 50%;
		opacity: 1;
	}
}
@keyframes showleft{
	0%{
		left: 52%;
		opacity: 0;
	}
	100%{
		left: 50%;
		opacity: 1;
	}
}
@-webkit-keyframes shan{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0.7;
	}
	100%{
		opacity: 1;
	}
}
@keyframes shan{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0.7;
	}
	100%{
		opacity: 1;
	}
}
@keyframes change {
  from {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  to {
    width: 100px;
    height: 125px;
    opacity: 1;
  }
}
.RTools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #b01e23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  transition: .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.show {
  display: block;
}


.adBottom {
	background: #00a0e9;
	/*padding: 20px 0 40px;*/
}
.footer {
	margin-top: 90px;
	padding: 70px 0 40px;
	background:#b01e23;
	border-top: solid 10px #fdc76a;
	text-align: center;
	color: #fff!important;
	font-size: 14px!important;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}
.bigbg{
	background:url(http://www.newsimg.cn/energy/zwjt2020/img/bgtp3.png) no-repeat left bottom;
}