body{ font-family: "新宋体","SimHei", Helvetica, Arial, sans-serif;font-size: 100%;color: #222528;background-color: #ffffff;}

/*******************************
  -------[页面公用样式]--------
********************************/
.header,.main,.footer{margin:0;padding:0;min-height:inherit;}
img{max-width:100%;}
a:hover{color:#2c4da2;}
a:focus{color:currentColor;}
/*******************************
  -------[头部]--------
********************************/
/*欢迎行*/
.top{line-height: 48px;background-color: #f0f0f0;}
.tRight {padding:0;margin:0;}
.tRight li{display:inline-block;padding:0 10px;line-height: 38px;background: url(../../images/borderRight.png) no-repeat center right;color:#858687;position: relative;}
.two-dimension-code{padding: 0px;margin-left: -20px;border: 1px solid #ccc;position: absolute;top: auto; z-index: 7;background: #fff; min-width: 120px;min-height: 120px;width: 242px;transform: translate(-50%,0);left: -10%;display: none;}

.tRight li:hover .two-dimension-code{display: block;}
.two-dimension-code p{width: 150px;text-align: center;margin: 0;line-height: 40px;}
.tRight li .two-dimension-code p a{color:#858687;}
.tRight li .two-dimension-code p a:hover{color:#2d71cf;}
/*.two-dimension-code img{display: block;}*/
.two-dimension-code img{max-width:120px;float:left;}
.tRight li:last-child{background: none;}
.tRight li a{color:#858687;}
.tRight li a:hover{color:#2d71cf;}
.tRight li .b333 {color:#333;}
.tRight li .b333:hover {color:#2d71cf;}
.subStationLink {margin-left: -50px;padding: 0;}
.subStationLink li{text-align:center;width:100%;}
/* logo */
.logo{margin:35px 0;float:left;}
/* 搜索框 */
.searchBox{border:1px solid #858585;border-radius:25px;overflow:Hidden;margin-top:65px;}
.searchBox .search-submit{color:#858585;}
.searchBox .search-query{border:None;background: url(../../images/borderRight.png) no-repeat center left;height:38px;}
/* 当前位置 */
.position{margin:20px auto;}
.position,.position a{color:#979797;}

/*******************************
  -------[导航]--------
********************************/
.navBox{background-image: url(../../images/navBg.png);}
.navContain>li{float:left;width: 16.6666%;line-height: 4em;text-align: center;}
.navContain>li:last-child{margin: 0;}
.navContain>li.active,.navContain>li:hover{background-color:#3d93ed;}
.navContain>li>a{color: #fff;font-size: 1.6em;display:block;position: relative;}
.subMenu{display: none;position: absolute;left: 0;width: 100%;padding:0 10%;text-align: left;background:url(../../images/subMenuBg.png) repeat;z-index: 2; transition: height .2s cubic-bezier(0,0,.2,1) 0ms;}
.subMenu dl{display: inline-block;width: 16%;vertical-align: top;padding:2em 0 0 10px;color: #fff;letter-spacing: 1px;}
.subMenu dt{margin-left:10px;margin-bottom: 1em;height: 4em;line-height: 4em;border-bottom: 1px solid #7497d1;text-align: left;transform: translateY(-10px);opacity: 0;transition: all .2s cubic-bezier(0,0,.2,1);}
.subMenu dt>a{color:#f0f0f0;font-size: 1.5em;font-weight: bold;}
.subMenu dd{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left:10px;height: 2.5em;line-height: 2.5em;text-align: left;transform: translateY(-10px);opacity: 0;transition: all .2s cubic-bezier(0,0,.2,1);}
.subMenu dd>a{font-size: 1.3em;color:#f0f0f0;}
.subMenu dd:hover {background:url(../../images/dots.png) no-repeat left center;}
.subMenu dd:hover a{color: #f0f0f0;}
.navContain>li:hover .subMenu dt,.navContain>li:hover .subMenu dd{opacity:1;}
.navContain>li .nav-line{width:0;position: absolute;height: 1px;left: 0;bottom: 0;background: #fff; transition: width .3s cubic-bezier(.4,0,.2,1);}
.navContain>li:hover  .nav-line{width:100%;}
/* 手机汉堡图标 */
div.burger {
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  top:5px;
  right: 15px;
  position: relative;
  cursor: pointer;
}
.fixed div.burger {top:7px;}
div.x,div.y,div.z {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100%) / 3);
  width: 25px;
  height: 2px;
  background: #1c70d5;
  border-radius:2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
div.x, div.y, div.z { height: 2px; width: 30px; border-radius: 2.5px;}
div.y{top: 23px;}
div.z{top: 34px;}
div.collapse{
  top: 20px;
  display:block;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
div.rotate30{
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
div.rotate150{
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
div.rotate45{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
div.rotate135{
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
/*******************************
  --------[底部]-------
********************************/
.parter{margin: 50px auto 0px;background: #f0f0f0;}
.parter ul{margin: 20px auto;float:left; width:20%;}
.parter li a{display:inline-block;line-height: 30px;font-size: 12px;color: #5a5a5a;}
.footer{ padding:40px 0;text-align: center;color: #383838;border-top:1px solid #dcdcdc;}
/*******************************
  --------[分页条]-------
********************************/
.pageBar{text-align:center;margin:60px auto 10px;}
.pageBar span{margin:0 6px;}
.pageBar .page-number a{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;margin:0 6px;}
.pageBar .page-number a.cur{background:#1f79e6;border-radius:50%;color:#fff;}
/*******************************
  --------[首页]-------
********************************/
/* banner */
.main .banner {margin:0;}
.banner .slick-dots{position: absolute;bottom:50px;left:0; width:100%;}
.banner .slick-dots li{width:10px;height:10px;}
.banner .slick-dots li button{width:9px;height:9px; background:#fff;border-radius:50%;opacity: 0.5;}
.banner .slick-dots li button:before{content:none;}
.banner .slick-dots li.slick-active button{opacity: 1;}
.banner-con{position: absolute;width:100%; left:0; top:0;}
.banner-con h4{margin-top:10%;margin-bottom:5%;color:#fff;font-size:48px;text-shadow: 0px 6px 4px #333131;font-weight: bold;}
.banner-con p{color:#fff; margin:0;font-size:14px;line-height:22px;text-shadow: 0px 3px 2px #333131;}

.ruleBox {overflow: hidden;margin-top: -32px;padding: 1.5em 2em;position:relative;z-index: 2;font-size: 2em;color: #313234;background-color: #fff;box-shadow: 5px 5px 50px #909090;}
.ruleBox>span{display: inline-block;width: 20%;line-height: 17px;border-right: 1px solid #2c4da2;text-align: center;float: left;}
.ruleBox .borderNone{border:0;}
.ruleBox>span:hover{color: #2c4da2;cursor: pointer;}
/* 新闻动态 */
.boxTitle{padding-top: 2.2em;padding-bottom:1em;margin: auto;background: url(../../images/titleBorder.png) no-repeat left bottom;vertical-align: bottom;font-size: 2.4em;}
.boxTitle>a{float:right;margin:5px;width: 27px;height: 27px;background: url(../../images/more.png) no-repeat;}
.newsTab{margin:2em auto;}
.newsTab span{cursor:pointer;height: 46px;line-height: 36px;text-align: center;font-size: 1.4em;color: #454545;}
.newsTab span.activeTab{color: #fff;background: url(../../images/btnBg.png) no-repeat center;background-size: contain;}
.twoContent{margin:2em 2em 4.5em 2em; }
.twoContent .leftNew{position: relative;float: left;width: 60%;margin-right:1%;padding: 0;height: 372px;background: url(../../images/newsImg.png) no-repeat center right;background-size: contain;}
.leftNew>img{float: left;margin-top: 70px;max-width: 48%;padding:5px;background:#fff;box-shadow:0 0 30px 0.2px #93a4c3;}
.newsImp{float: left;width: 48%;margin-left:1.5%;color:#fff;padding: 70px 0;height: 100%;position: relative;}
.newsImp>h2{margin:20px 10px;font-weight: normal;font-size: 20px;}
.newsImp>p{margin: 10px;font-size: 14px;text-indent: 24px;letter-spacing: 1px;}
.newsImp>a{display: block;font-size: 12px;color: #fff;position: absolute;left: 0;bottom: 80px;}
.twoContent .rightNew{float: left;width: 37%;padding-left: 20px;padding-top: 45px; height: 400px;}
.rightNew li{padding-left: 32px;padding-bottom: 20px;border-left: 1px solid #cbcbcb;}
.rightNew li:last-child{border-left:none;}
.rightNew li a{display: block;line-height: 23px; font-size: 16px;color: #222528;position: relative;}
.rightNew li a label{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.rightNew li a::before{content: '';display: inline-block; width: 12px;height: 26px;background: url(../../images/greyCircle.png);;position: absolute;left: -38px;top: 0;}
.rightNew li a:hover::before{background: url(../../images/blueCircle.png);}
.rightNew li a:hover{ color: #1c70d5;}
.rightNew li a label:hover{font-weight: bold;}
.rightNew li span{display: block;line-height: 20px;font-size: 12px;color: #777777;}
.newsThree h2{font-size: 14px;line-height: 20px;color: #565656;height: 72px;overflow: hidden;text-overflow:ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
/* 推荐专区 */
.recommend{background: #fafcff;padding-bottom: 30px;margin-top: 30px;}
.recoContain {margin-top: 20px;}
.recoContain li{width:32%;float:left;margin:6px 0.65%;}
.recoContain li div{height: 176px; padding:35px 10px; border-radius: 3px; box-shadow:1px 1px 13px 0px #dedada;}
.recoContain p{display: none;}
.recoContain label{text-align: center;line-height: 106px;font-size: 30px;color: #313234;}
.activeDiv a{max-width: 54%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
.recoContain li span{display: inline-block;margin:auto 2px auto 1px; min-height: 100%;min-width: 80px;vertical-align: middle;background:url(../../images/tuijianIcon1.png) no-repeat left center;float: left;height: 100%;}
.recoContain li.recommend-item2 span{background:url(../../images/tuijianIcon2.png) no-repeat left center;}
.recoContain li.recommend-item3 span{background:url(../../images/tuijianIcon3.png) no-repeat left center;}
.recoContain li.recommend-item4 span{background:url(../../images/tuijianIcon4.png) no-repeat left center;}
.recoContain li.recommend-item5 span{background:url(../../images/tuijianIcon5.png) no-repeat left center;}
.recoContain li:hover div.activeDiv{background: url(../../images/tuijianBg.png) no-repeat left center;}
.recoContain li:hover div.activeDiv{padding: 0 35px;}
.recoContain li:hover .activeDiv span{ display: none;}
.recoContain li:hover .activeDiv label{line-height: 64px;text-align: left;font-size: 26px;color: #fff;margin-top: 5px;margin-bottom: 20px;display: inline-block;border-bottom: 1px solid #fff;float: none;max-width: 100%;}
.recoContain li:hover .activeDiv p{display: block;font-size: 14px;color: #fff;overflow:hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;line-height: 22px;}
.recoContain li.lastLi a{display: block;}
.recoContain li.lastLi>div{background-color: #dfecfa;cursor: pointer;}
/*市场行情*/
.marketTab{ margin: 15px auto;}
.marketTab span{cursor:pointer;display: inline-block;margin-right:20px;height: 34px;line-height: 34px;text-align: center;border: 1px solid #9b9b9b;padding:0 20px;}
.marketTab span.activeTab{background: url(../../images/MbtnBg.png);background-size: cover; color: #fff;border: 0;box-shadow: 1px 1px 9px 0px #acccf3;}
.marketTab span.activeTab:hover {
color: #ecaa37;
}
.marketTab span.activeTab.select {
color: #ecaa37;
}

.chart .transactionDate{margin-top:-75px;}
.chartTab span{display:block;cursor:pointer;height: 26px;line-height: 26px; margin-bottom: 20px; padding-left: 10px;}
.chartTab span.activeTab{background-color: #ecaa37; border-top-right-radius: 13px; border-bottom-right-radius: 13px; color: #fff;}
.marketRight>h2{text-align: left; font-size: 16px; color: #4a5459; font-weight: bold;}
.marketRight>h4{margin-bottom: 16px;text-align: left;font-size: 12px;font-weight: normal;}
.marketRight p{height: 30px;line-height: 30px;font-size:14px;}
.marketRight a{ padding-left: 10px;font-weight: bold;}
.red{color: #e62c1a;}
.green{color: #048c5a;}
/*******************************
  --------[列表页]-------
********************************/
/* banner、logo */
.list-logo{position: relative;}
.list-logo .logo{position:absolute; top:50%;margin-top:-55px;}
.list-con{margin-bottom:50px;}
/* 左侧 */
.list-left{float:left;width:27%;padding:0 15px;position: relative;min-height: 1px;margin-top:10px;}
.list-left .left-con{background: #f8f8f8;padding:25px;position: relative; height: 100%;}
.list-left .left-con .left-tit{font-size:24px;line-height:50px;}
.list-left .left-con .list-nav{margin-top:30px;}
.list-left .left-con .list-nav>li{line-height:30px;border-bottom:1px solid #ccc;font-size:16px;padding:10px;}
.list-left .left-con .list-nav>li a{color:#323232;padding-left:5px;}
.list-left .left-con .list-nav>li span{height:30px;width:20px;text-align:center;}
.list-left .left-con .list-nav>li span:before{line-height:30px;}

.list-left .left-con .list-nav>li.cur,.list-left .left-con .list-nav>li:hover{background: #79b0f4;}
.list-left .left-con .list-nav>li.cur a,.list-left .left-con .list-nav>li.cur span,
.list-left .left-con .list-nav>li:hover a,.list-left .left-con .list-nav>li:hover span{color:#fff;}
.list-left .left-con .list-nav>li .nav-child{display:none;}
.list-left .left-con .list-nav>li.cur .nav-child{display:block;}
.list-left .nav-child li{border:none; font-size:14px;padding-left:10px;}

/* 右侧 */
.list-right{float:left;width:73%;padding:0 15px;position: relative;min-height: 1px;margin-top:10px;}
.right-tit{border-bottom:1px solid #c9c9c9;}
.right-tit h4{border-bottom:3px solid #4087e3; margin-bottom:-2px;padding:20px 0;margin-top:20px;}

.articel-list li{margin-top:32px;font-size:16px;color:#333;}
.articel-list li a{color:#333333;background:url(../../images/list-icon.png) no-repeat left center;padding-left:32px;}
/*******************************
  --------[详细页]-------
********************************/
.article-con table tr td { padding: 0px 5px !important; }
.detail-con{padding:20px;color:#6a6a6a;}
.detail-con .article-tit{margin:24px auto;color:#0c0c0c;font-size:24px;font-weight: 500;width:700px;font-family: 宋体, SimSun;}
.detail-con .release-time{margin-bottom:20px;}
.detail-con .article-con p{line-height:28px;margin-bottom:18px;}
/* 轮播 */
.detail-slider{padding:20px;margin-left:-10px; margin-right:-10px;}
.detail-slider .slick-slide{text-align: center;}
.detail-slider .slick-slide img{display: inline!important;padding:0 10px;}
.detail-slider .slick-prev,.detail-slider .slick-next{position: absolute;width:18px;height:46px;left:0; top:50%; margin-top:-23px;background:url(../../images/detail-left.png) no-repeat;font-size:0;}
.detail-slider .slick-prev:before,.detail-slider .slick-next:before{content: "";}
.detail-slider .slick-next{left:auto;right:0;background:url(../../images/detail-right.png) no-repeat;}
/*******************************
  --------[登录]-------
********************************/
.login-top{background:none;}
.login-top .logo{margin:15px auto;}
.login-top .tRight li{line-height:102px;font-size: 14px;}
.login-main{background:url(../../images/loginBg.png) no-repeat;background-size:100% 100%;}
.login{background:url(../../images/loginBoxBg.png) repeat;padding:40px;}
.login .user-name{margin-top:30px;}
.login input{background:url(../../images/inputBg.png) repeat;border:none;color:#FFF;height:50px;line-height:50px\9;}
.login input::-webkit-input-placeholder{color:#fff;}
.login input::-moz-input-placeholder{color:#fff;}
.login input::-ms-input-placeholder{color:#fff;}
.login input[type=checkbox]{height:14px;margin:2px 5px 0 0;}
.login .remember-btn{color:#fff;}
.login .remember-btn a{color:#fff;}
.login .logoBtn{background:url(../../images/loginBtnBg.png) no-repeat; color:#fff; text-align:center;border:none;height: 55px;line-height: 38px;margin: 30px auto 0;}

.login-main .welcome{margin-top:90px;}
.login-main .welcome p{margin-top:35px;width:90%;color:#fff;font-size:16px;text-shadow: 0.1em 0.1em 0.2em black;line-height:24px;}
.login-main .memberBtns{margin-top:80px;text-align:center;}
.login-main .member-btn{
  display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    letter-spacing: 1px;
    height: 50px;
  padding:0 20px;
  min-width:159px;
    color: #1769cc;
    line-height: 50px;
    position: relative;
  overflow: hidden;
  background:#fff;
  font-size:16px;margin-right:7%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
/*.login-main .member-btn.member-btnHover {height:200px;margin-top:-75px;}*/
.login-main .member-btn.member-btnHover span{display:none;}
.login-main .member-btn a{display:none;border-bottom:1px solid #e7f0fa;color:#1769cc; text-align:center;}
.login-main .member-btn a:last-child{border-bottom:none;}
.login-main .member-btn.member-btnHover a{display:block;}

.container .loginBar{margin:22px auto;}
.loginBar dl{margin-top:10px;float:left;text-align:center; color:#3b3b3b;font-size:18px;}
.loginBar dt{background:url(../../images/loginBarBg.png) no-repeat center top;width: 78px;height: 78px;margin-bottom: 15px;display:inline-block;}
.loginBar dt img{margin-top:3px;}
.loginBar dl:hover dt{background:url(../../images/loginBarBgHover.png) no-repeat center top;}
.login-footer{background:#f3f3f3;padding:20px 0;border:none;}
/*******************************
  --------[注册]-------
********************************/
.register-main{background:#f4f4f4;}
.step .register-step-item1{line-height:95px;background:url(../../images/register-step1.png) no-repeat;background-size:100% 100%;text-align:center;}
.step .register-step-item2{line-height:95px;background:url(../../images/register-step2.png) no-repeat;background-size:100% 100%;text-align:center;}
.step .step-item1{line-height:95px;background:url(../../images/forget-step1.png) no-repeat;background-size:100% 100%;text-align:center;}
.step .step-item2{line-height:95px;background:url(../../images/forget-step2.png) no-repeat;background-size:100% 100%;text-align:center;}
.step .step-item3{line-height:95px;background:url(../../images/forget-step3.png) no-repeat;background-size:100% 100%;text-align:center;}
.step .step-item em{font-weight:bold;font-style:normal;display:inline-block; width:30px; height:30px; line-height:30px;margin-right:10px; border:1px solid #ccc; border-radius:50%; color:#333;}
.step .step-item.cur{color:#1c70d5;}
.step .step-item.cur em{border-color:#1c70d5;color:#1c70d5;}

.registerBox{background:#fff;margin-top:30px;padding:40px;position: relative;}
.registerBox .sign{position: absolute;right:40px;top:20px;}
.registerBox-md{max-width:430px;margin:auto;float:none;}
.registerBox-md .form-group{margin-bottom:30px;line-height: 34px;}
.registerBox label{line-height:34px;margin: 0;position: relative;}
.registerBox-md label input[type=radio]{margin-top:10px;}
.registerBox-md label em{left:15px;top:10px; width:13px;height:13px;line-height:12px;margin-right:10px;border:1px solid #a0a0a0;background:#fff;border-radius:50%;position: absolute;}
.registerBox-md label em::after{display:none; content:'';width:5px;height:5px;background:#2274d6;margin:3px;border-radius:50%;}
.registerBox-md label input[type=radio]:checked + em{border-color:#2274d6;}
.registerBox-md label input[type=radio]:checked + em::after{display:block; }

.promptBox{position: relative;}
.promptBox .promptBtn{position: absolute;right:-20px;top:6px;}
.promptBox .promptCon{display:none;position:absolute; top:-100px;right:-326px;z-index:9;width:326px;height:100px;border:1px solid #e2e8f5; background:#fff;padding:30px;box-shadow:0 0 10px 2px #e2e8f5;}
.promptBox .promptBtn:hover .promptCon{display:block;}
.password-strength span{float:left;text-align:center;width:33%;margin-right:0.33%;background:#ededed;}
.member-type .member-tab span{cursor:pointer;width:32%;margin-right:1.33%;float:left;text-align:center;line-height:32px;border-radius:0;font-size:12px;}
.member-type .member-tab span em{display:inline-block; width:13px;height:13px;line-height:12px;margin-right:10px;border:1px solid #a0a0a0;background:#fff;border-radius:50%;position: absolute;}
.member-type .member-tab span a{margin-left:15px;}
.member-type .member-tab span em::after{display:none; content:'';width:5px;height:5px;background:#2274d6;margin:3px auto;border-radius:50%;}
.member-type .member-tab span::after{display:none;content:''; width:12px;height:11px;background:url(../../images/member-arrow.png) no-repeat; margin:20px auto -1px;}
.member-type .member-tab span.activeTab em{border-color:#1c70d5;}
.member-type .member-tab span.activeTab a{color:#fff;}
.member-type .member-tab span.activeTab::after,
.member-type .member-tab span.activeTab em::after{display:block;}
.member-type .member-tab span.activeTab{background:url(../../images/btnBg.jpg) no-repeat;background-size:100% 32px;color:#fff;}
.member-type .member-item{border:1px solid #ececec; background:#f7f7f7;padding-top:30px;margin-bottom:30px;}
.verificationCode input ,.verificationCode>div {width:32%;margin-right:1.33%;}
.register-btns a{display:inline-block; width:108px; line-height:32px; text-align:center;}
.register-btns a.confirm-btn{background:url(../../images/btnBg.jpg) no-repeat;background-size:100% 100%;color:#fff;}
.register-btns a.reset-btn{border:1px solid #e2e8f5; color:#333;margin-left:10%;}

/* 邮箱注册 */
.registerBox h1{font-size:28px;font-weight:bold;}
.register-successful{color:#ecaa37;}
.text-mailbox{color:#1c70d5;}
/* 手机注册 */
.return-home a.home{background:url(../../images/home-icon.png) no-repeat left center; padding:5px 30px 5px 40px;border-right:1px solid #e5e5e5;}
.return-home a.userCenter{background:url(../../images/userCenter.png) no-repeat 30px center; padding:5px 0 5px 70px;}
/*******************************
  --------[忘记密码]-------
********************************/
.forgetPassword{background:#fff;padding:40px;}
.forgetPassword .forget-tit{border-bottom:1px solid #e5e5e5;padding:20px 0 40px;}
.forgetPassword .registerBox-md{margin-top: 60px;}
/*******************************
  --------[个人中心]-------
********************************/
.personalSearch{border:1px solid #d9d9d9;background:#fff;border-radius:17px;overflow:Hidden;margin:12px 0;width:100%;}
.orderSearch{margin:0 0 12px;}
.personalSearch .search-query{border:none;padding-right:0;}
.personalSearch .input-group-btn {width:40px!important;}
.personal-main{background-color:#f4f4f4;}
.personalCon{background-color:#fff;padding:0 40px 40px;}
.personalCon .ruleBox{margin-top:-42px;border-radius: 2px;}
.welcome {font-size:14px;color:#333;}
.welcome span{font-size:14px;color:#999;padding:0; margin:0; border:none;}
.welcome span.userName{color:#1b6dd0;margin:0 10px;}
.personal-btns a{padding:0 20px;border-right:1px solid #e5e5e5;}
.personal-btns a:last-child{border-right:none;padding-right:0;}

.recommend-center{border-bottom:1px solid #e5e5e5;padding-bottom:40px;margin-bottom:40px;}
.recommend-center .recommend-tit{margin-top:60px;font-size:24px;}
.product-item{padding:20px;background:#fff;margin-top:36px;font-size:14px; }
.product-item:hover{box-shadow: 5px 5px 50px #eef4fc;}
.product-item:hover a{color:#333;}
.product-item p{margin:0;}
.product-item dt{width:84px;}
.product-item dd{width: 77%; width:calc(100% - 117px);}

.notice-box{border-bottom:1px solid #e5e5e5;padding-bottom:40px;margin-bottom:40px;}
.notice-box>.clearfix{position: relative;}
.noticeBulletin{width:30%;padding-right:30px;float: left;left: 0;top: 0;bottom: 0;height: 371px;}
.noticeBulletin .list-unstyled{margin-top: 40px;}
.notice-list li{border-bottom:1px solid #e5e5e5;margin-top: 20px;padding-bottom: 10px;height: 60px;}
.notice-list li:last-child{border-bottom:none;}
.notice-list h5{padding-left:20px;background:url(../../images/notice-icon.png) no-repeat left center;font-size:16px;font-weight:600;color:#4583e4;margin:0;margin-bottom:20px;}
.notice-list li p{margin:0;}

.marketQuotations{width:70%;float:right;padding-left:30px;}
.notice-box .marketRight p{margin:0;line-height:32px;}
.notice-box .marketRight a{padding-left:5px;}

.tab-nav{width:39%;float:left;}
.tab-nav span{float:left;width:100%;position: relative;padding-right: 19px;}
.tab-nav span em{display:none;position: absolute;width:9px;height:19px;right:-1px;top:30px;background:url(../../images/tab-arrow.png) no-repeat;}
.tab-nav span img{border:1px solid #e5e5e5;}
.tab-nav span:last-child{margin-top:30px;}
.tab-nav span.activeTab em{display:block;}
.tab-for{width:61%;float:left;border:1px solid #e5e5e5;padding:20px;height: 371px;}
.tab-for dl{margin:0;}
.tab-for dt{background-color:#f5f5f5;padding:20px;margin-bottom:10px;min-height: 235px;}
.tab-for dt h4{font-size:13px;color:#494949;font-weight:bold;line-height:1.5;margin:0; margin-bottom:30px;}
.tab-for dt p{font-size:11px;color:#494949;font-weight:normal;margin-bottom:0;line-height:1.5;}
.tab-for dd{border-bottom:1px solid #e5e5e5;line-height:40px;background: url(../../images/tab-list-icon.png) no-repeat left center;padding-left:20px;}
.tab-for dd:last-child{border:none;}

.more-members{background:url(../../images/moreBg.jpg) no-repeat;padding:0 88px;background-size: auto 100%;}
.more-members .login-main{background:none;}
.more-members .recommend-tit{color:#fff;}
.more-members .memberBtns{position:relative;margin-top:0;height:32px;}
.more-members .member-btn{position: absolute;left:0;top:0;height:32px;line-height:32px;font-size:14px;}
/*.more-members .member-btn:hover{height:128px;margin-top:-48px;}*/
.more-members .member-btn:nth-child(1){margin-left:0;}
.more-members .member-btn:nth-child(2){left:190px;}
.more-members .more-info{background: url(../../images/loginBoxBg.png) repeat; padding: 35px;}
.more-members .more-info p{color:#fff;font-size:14px;margin-bottom:40px;}
.more-members .more-info .form-group{margin:0;border-bottom:1px solid #d3d8e0;background:none;}
.more-members .more-info .input-group input,
.more-members .more-info .input-group .input-group-addon{border:None;background:none;color:#d3d8e0;}

.vcode{background-color:#f4f4f4;padding:30px;margin-top:40px;}
.vcode dd{margin-top:30px;}
.downloadBox{position: relative;;margin-top:40px;}
.downloadBox a{position: absolute; width:130px;height:32px;line-height:32px;text-align:center;color:#fff; background:#346ed5;border-radius:16px;left:50%;margin-left:-65px;bottom:50px;}
.fastLink-list{margin-top:40px;}
.fastLink-list dl{text-align:center;float: left;width:25%;margin-bottom:30px;padding:10px;position: relative;}
.fastLink-list dl dd{color:#333; font-size:16px;font-weight:bold;margin-top:20px;}
.fastLink-list dl.more dd a{color:#999;}
.fastLink-list dl dt .imgHover,
.fastLink-list dl:hover dt img{display:none;margin: auto;}
.fastLink-list dl.more dt img,
.fastLink-list dl:hover dt .imgHover{display:block;margin: auto;}
.hoverBox{display:none;position:absolute;left:50%;margin-left:-145px;bottom:100%;z-index:9;background:#f0f1f3;padding-top:20px;border:1px solid #e2e8f5;min-width:290px;}
.hoverBox ul{background:#fff;margin:0;padding-bottom:20px;}
.hoverBox ul li{float:left;width:50%;font-weight:normal;font-size:14px;line-height:30px;text-align: center;}
.fastLink-list dl:hover .hoverBox{display:block;}
/*******************************
  --------[交易查询]-------
********************************/
.tradingQuery{background-color:#fff;padding:60px 40px;}
.tradingQuery>h3{margin-bottom:40px;}

.tradingQuery-table .tradingQuery-tit{border-top:1px solid #e5e5e5;background-color:#ebf5ff;line-height:40px; font-size:12px; color:#b1b8bf;}
.tradingQuery-table .tradingQuery-tit .tradingQuery-td1{padding-left:30px}
.tradingQuery-table .tradingQuery-tit .tradingQuery-td9{padding-right:30px;text-align:right;}
.tradingQuery-table .tradingQuery-td{width:9%;float:left;padding:0 5px;text-align:center;}
.tradingQuery-table .tradingQuery-td1{width:25%;text-align:left;padding-left:20px}
.tradingQuery-table .tradingQuery-td9{width:12%;text-align:center;padding-right:20px}
.tradingQuery-table .tradingQuery-tr{background-color:#fff;line-height:78px; font-size:14px; color:#4c4c4c;}
.tradingQuery-table .tradingQuery-tr:nth-child(2n){background-color:#f7fbff;}
.tradingQuery-tr .tradingQuery-td{min-height: 78px;}
.tradingQuery-info-table .tradingQuery-td{width:25%;text-align:center;}

.tradingQuery-info-table{padding-top:20px;}
.tradingQuery-tab {margin-bottom:20px;}
.tradingQuery-tab a{font-size:14px;margin-right:60px;color:#b1b8bf;}
.tradingQuery-tab a.cur{font-size:24px;color:#4c4c4c;font-weight:bold;}
.date-group {float:right;width:122px;margin-bottom:20px;}
.date-group input{padding-left:25px;background:url(../../images/date-icon.png) no-repeat 5px center;}
.select-btn{float:right;background:url(../../images/select-btnBg.png) no-repeat ;background-size:100% 100%;color:#fff;margin-left:5px;}
.select-btn:hover, .select-btn:focus{color:#fff;}

.tradingQuery-main{margin-bottom:10px;}
.tradingQuery-left{background:#f8f8f8;padding:35px 27px;}
.tradingQuery-nav{margin-top:40px;}
.tradingQuery-nav li{border-bottom:1px solid #ccc;padding:15px;font-size:16px;}
.tradingQuery-nav li a{display:block;}
.tradingQuery-nav li i{margin-top:3px;}
.tradingQuery-nav li.cur{background: url(../../images/tradingQuery-navBg.png) no-repeat;background-size:100% auto;color:#fff;}
.tradingQuery-nav li.cur a{color:#fff;}
.tradingQuery-right{padding:25px 15px;background:#fff;}

/*******************************
  --------[交易查询]-------
********************************/
.greenCarbon-summit{background:url(../../images/summitBg.png) no-repeat;background-size:100% 100%;padding:30px 15px;}
.greenCarbon-box{border-radius:5px;margin-top:40px;}
.greenCarbon-form{width:calc(100% - 118px);box-shadow: 0 0 18px 0px #a9b7c4;}
.greenCarbon-form input{width:33.33%;float:left; border:None;border-radius: 0;border-right:1px solid #eee;height:58px;line-height:58px;}
.greenCarbon-search{width:118px;}
.greenCarbon-search a{display:block;background:url(../../images/summit-btnBg.png) no-repeat;color:#fff; font-size:12px;line-height:16px;padding:13px 0;text-align:center;}

/*******************************
  --------[订单支付]-------
********************************/
.orderPayment .order-tit{border:1px solid #d9e2eb; background-color:#ebf5ff;color:#585858;line-height:50px;}
.orderPayment .order-td{width:22%;text-align:center;float:left;}
.orderPayment .order-td1{width:56%;}
.orderPayment .order-tr{padding:28px 0;line-height:88px;font-size:14px;border-bottom:1px solid #dfe8f2;}
.totalNumber{border-bottom:1px solid #dfe8f2;font-size:18px;color:#565656;padding:20px 0;text-align:right;}
.totalNumber>div{display:inline-block;margin-left:38px;}
.totalNumber span{color:#ecaa37;margin:5px;}
.methodPayment{padding:20px 0;border-bottom:1px solid #dfe8f2;}
.methodPayment label{float:left;width:106px;margin-top:20px;}
.methodPayment .way-list{float:left;width:calc(100% - 106px);}
.methodPayment .way-item{float:left;width:20%;margin:10px 0;padding-left:20px;}
.methodPayment .way-item input[type="radio"]{float:left;margin-right:5px;margin-top:16px;}
.methodPayment .way-item img{float:left;border:1px solid #e1e1e1;border-radius:5px;}
.methodPayment .wayMore{display:block!important;padding-left:0; text-align:center;line-height:47px;color:#333;cursor:pointer;}
.pay-btn{text-align:center;margin-top:44px;}
.pay-btn a{text-align:center;display: inline-block;width:128px;height:42px;line-height:42px;color:#fff;background:url(../../images/summit-btnBg.png) no-repeat; background-size:100% 100%;}

/*******************************
  --------[订单列表]-------
********************************/
.collect-subscription{padding-left:30px;}
.collect-subscription a{float:left;width:108px;height:32px; line-height:32px;text-align:center;border:1px solid #e5e5e5;border-radius: 3px;margin-left:20px;}
.orderList .order-tr{padding-bottom:0;}
.orderList .order-td{width:11%;}
.orderList .order-td1{width:100%;text-align:left; vertical-align: middle;}
.collection-list .order-td1{width:89%;}
.orderList .order-tr .order-td1 .goods-info{margin-bottom:28px;}
.orderList .order-td1 input[type=checkbox]{margin:10px 5px 0 20px;}
.orderList .order-td2 select{margin-top:8px;}
.orderList .order-infor .order-td3{line-height:24px;}
.orderList .order-td1 .goods-info{float:left;width:66%;}
.orderList .order-td1 .goods-info .goodsLogoFile{float:left;width:248px;}
.orderList .order-td1 .goods-info .goodsTitle{float:left;width:calc(100% - 248px);}
.orderList .order-td1 .goods-info .goodsTitle p{line-height:44px;margin-bottom:0;}
.orderList .order-td1 .column{float:left;width:20%;text-align:center;}
.orderList .order-td1 .amount{float:left;width:14%;text-align:center;}

.relatedRecommend li{float:left; width:50%;margin-top:18px;font-size:14px;line-height:40px;}
.relatedRecommend li a{color:#333;}
.relatedRecommend li span{padding:5px; color:#1f72d7;border:1px solid #ebebeb;margin-right:5px;}
/*******************************
  --------[商品信息]-------
********************************/
.subscription-price{color:#7b7f86;}
.text-price{color:#ecaa36;font-weight:bold;}
.subscriptionBtns{margin-top:60px;}
.subscriptionBtns a{float:right; width:115px;height:34px;line-height:34px;text-align:center;color:#188eee; border:1px solid #ebebeb;margin-left:10px;margin-top:10px;}
.subscriptionBtns a.subscription-btn{border:none;background:url(../../images/MbtnBg.png) no-repeat;color:#fff;background-size:100% 100%;}

.goodsInfo-tit {border-bottom:1px solid #e5e5e5;}
.goodsInfo-tit span{float:left;min-width:100px;line-height:50px;text-align:center;font-size:18px;font-weight:bold;cursor:pointer;}
.goodsInfo-tit span.activeTab{border-bottom:3px solid #4087e3;color:#4087e3}
.goodsInfo{margin:20px 0 40px;}
.goodsInfo p{color:#212329;text-indent:2rem;margin-top:30px;font-size:16px;line-height:1.6;}

/*******************************
  --------[绿炭峰会专题]-------
********************************/
.greenCarbon-burger{margin-top:20px;}
.greenCarbon-burger div.x, .greenCarbon-burger div.y, .greenCarbon-burger div.z{background:#737373;}
.greenCarbon-information img{width:90%;}
.greenCarbon-information{background:#f7f7f7;padding:53px;margin-top:23px;}
.greenCarbon-information h2{margin:15px 0 25px;}
.greenCarbon-information h2 a{font-size:16px;color:#929292;float: right;margin-top:14px;}
.greenCarbon-information p{color:#4d4d4d;font-size:16px; line-height:28px;text-indent:2rem;}
.greenCarbon-information ul{padding-left:12px;}
.greenCarbon-information ul li{background:url(../../images/information-icon4.png) no-repeat left center;padding-left:17px;font-size:16px;line-height:28px;margin-top:8px;}

.summit-item{margin-top:20px;}
.summit-item > h4{color:#041b2d;font-size:24px;margin-top:30px;margin-bottom:20px;}
.summit-item > h4 a{color:#8e8e8e;font-size:14px;margin-top:10px;}
.summit-item > dl{background-color:#f7f7f7;margin-bottom:0;}
.summit-item > dl >dd {padding:15px;}
.summit-item > dl >dd h4{color:#3b3b3b;font-weight:bold;font-size:16px;margin:5px 0 13px;}
.summit-item > dl >dd p{color:#7c7c7c;text-indent:2rem;line-height:18px; font-size:12px;margin-bottom:0;}

/*******************************
	--------[专题头部]-------
********************************/
.special-header .logo img{max-height:55px;}
.ability-nav li{float:Left;font-size:16px;line-height:90px;width:16.66%;text-align:left;}
.sb-search .input-group-btn{line-height: 34px;}
.sb-search {position: relative;margin-top: 30px;width: 0%;min-width: 39px;height: 34px;float: right;overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search .search-query{border:none;width:calc( 100% - 30px );line-height:34px;}
.sb-search .input-group-btn {min-width: 39px;height: 34px;display: block;position: absolute;right: 0;top: 0;line-height: 34px;text-align: center;cursor: pointer;}
.sb-search .input-group-btn  a{background: #fff;}
.sb-search .search{width:100%;}
.sb-search-open{width:250px;border:1px solid #d9d9d9;border-radius: 3px;}
.searchPC .search-submit{padding:0;}
.searchPC.sb-search-open .search-submit{padding:6px 12px;}


.special-headerGE{position: absolute;width:100%;z-index:9;}
.special-headerGE .search-query,
.special-headerGE .searchBtn .search-submit{color:#fff;background:None;}
/*******************************
	--------[专题尾部]-------
********************************/
.special-footer{background:#343a47;}
.foot-tit{font-size:24px;color:#fff;margin: 50px 0 10px 0;}
.special-footer .special-link{background:#363e4d;padding:4px 15px; line-height:38px;text-align: center;margin-top:10px;}
.special-footer .special-link a{color:#e5e5e5;}
.nljsfooter{padding-top:10px;}

.communication-form input,.communication-form textarea{border-radius:0;border:none}
.communication-form .company-infor {width:43%;margin-right:2%;}
.communication-form .company{margin-bottom:10px;}
.communication-form .user-name{width:48%;margin-right:4%;float:left;}
.communication-form .contact-infor{width:48%;float:left;}
.communication-form .demand{width:43%;margin-right:2%;float:left;}
.communication-form .submission-btn{width:10%;float:left;}
.communication-form .submission-btn a{display:block; background:#26ae63;color:#fff;line-height:78px;text-align:center;font-size:18px;}
.communication-form textarea{height: 78px;}

.contactBox .contact-item{background:url(../../images/contact1.png) no-repeat left center;line-height:24px;padding-left:30px;height:24px;width:auto;float:left;margin-right:10px;}
.contactBox .contact-item2{background:url(../../images/contact2.png) no-repeat left center;}
.contactBox .contact-item3{background:url(../../images/contact3.png) no-repeat left center;line-height:12px;margin-top:20px;}
.contactBox .contact-item4{background:url(../../images/contact4.png) no-repeat left center;margin-top:20px;}

.special-footer .footer{border:none;padding:25px 0;background:#fff;margin-top: 30px;}
/* 绿碳专题 */
.special-headerGE div.x,.special-headerGE div.y,.special-headerGE div.z{background:#fff;}
.special-footerGe .communication-form .submission-btn a{background:#56dfe1}

/* 低碳专题 */
.special-footerLC .communication-form .submission-btn a{background:#dc393d}

/*******************************
	--------[能力建设专题]-------
********************************/
.aboutUs-nav{position: relative;}
.building-child{display:none;position: absolute;width: 100%;line-height: 36px;text-align: center;background:#014da2;padding:10px 0;}
.building-child a{color:#fff;}
.aboutUs-nav:hover .building-child{display:block;}

.main .banner{position: relative;}
.building-banner .slick-dots{bottom:20px;}
.building-banner .banner1-con h4{margin-top: 10%;margin-bottom: 3%;font-size:40px;color:#155ab7;font-weight: bold;text-shadow: 0px 3px 5px #155ab7;-webkit-text-stroke: 0.8px #fff;font-family: Arial, Helvetica, sans-serif}
.building-banner .banner1-con p{max-width:700px;margin:auto;font-size:14px;color:#333;line-height:24px;text-shadow: initial;}
.building-tit{background:url(../../images/invitationBg.jpg) no-repeat left bottom;padding-bottom:22px;margin-top:35px;margin-bottom:30px; }
.building-tit h2{font-size:30px;color:#434343;}
.building-tit a{font-size:14px;color:#434343;margin-top:12px;}

.building-news .new-item {margin-bottom:20px;}
.building-news .new-item h4 a{color:#303030;font-size:16px; font-weight:bold;line-height:24px;}
.building-news .new-item p{font-size:14px;color:#555;text-indent:2rem;margin-bottom:0;line-height:20px; }

.invitation-list .invitation-item{font-size:16px;line-height:50px;border:1px solid #eee; box-shadow: 0 0 10px 0 #eee;padding:10px;margin-bottom:14px;}
.invitation-list .invitation-item a{color:#5f5f5f;}
.invitation-list .invitation-item span{color:#4cbef1;}
.invitation-list .invitation-item:hover{background:url(../../images/invitationBg.jpg) no-repeat;background-size:100% 100%;}
.invitation-list .invitation-item:hover a,
.invitation-list .invitation-item:hover span{color:#fff;}

.building-curriculum .video{position:relative;border-right:1px solid #cbcbcb;padding-right:62px;}
.building-curriculum .paly-btn{position: absolute; width:80px;height:80px;left:50%;top:50%;margin-left:-60px;margin-top:-40px;}
.building-curriculum .video p{position:absolute;left:0; bottom:0;line-height:60px;color:#fff;font-size:18px;padding:0 3%; }

.curriculum-news .curriculum-item h4{color:#434343;font-size:24px; font-weight:bold;margin-top:20px;margin-bottom:25px;}
.curriculum-news .curriculum-item p{color:#434343;font-size:14px; line-height:26px;}
.curriculum-news .curriculum-item a.more{color:#2371da;font-size:16px;}

.building-VIP{background:#2471db;padding:60px 0;margin:76px 0 25px;}
.building-VIP .vip{padding:15px 0;padding-left:104px;background:url(../../images/vip1.png) no-repeat left center;}
.building-VIP .vip h4{font-size:38px; font-weight:bold;color:#fff;margin-bottom:0 ;margin-top:10px;}
.building-VIP .vip p{font-size:14px; color:#fff;}
.building-VIP .vip2{background:url(../../images/vip2.png) no-repeat left center;}
.building-VIP .vip3{background:url(../../images/vip3.png) no-repeat left center;}
.building-VIP .vip4{background:url(../../images/vip4.png) no-repeat left center;}

.thematic-link{margin-top:60px;font-size:30px;}
.thematic-link a{color:#fff;}
.thematic-link div{width:65px;margin:auto;height:3px;background-color:#fff;margin-top:10px;}
.thematic-link:hover{margin-top:55px;}

.expert-item{background:url(../../images/expertBg.png) no-repeat top left;padding:6px;background-size:auto 100% ;}
.expert-info{background:#f1f1f1;}
.J-expert-list .slick-dots li{width:10px; height:10px;}
.J-expert-list .slick-dots li button:before{content:""}
.J-expert-list .slick-dots li button{width:10px;height:10px;border-radius:50%; background:#434343;}
.J-expert-list .slick-dots li.slick-active button{background:#ccdd9f;}

.building-case{padding-top:20px;}
.building-case .case-itme a{color:#fff;}
.building-case .case-itme1{background:url(../../images/caseBG1.png) no-repeat center;}
.building-case .case-itme2{background:url(../../images/caseBG2.png) no-repeat center;}
.building-case .case-itme3{background:url(../../images/caseBG3.png) no-repeat center;}
.building-case .case-itme4{background:url(../../images/caseBG4.png) no-repeat center;}
.building-case .case-itme5{background:url(../../images/caseBG5.png) no-repeat center;margin-top:-100px;}
.building-case .case-itme6{background:url(../../images/caseBG6.png) no-repeat center;margin-top:-100px;}
.building-case .case-itme7{background:url(../../images/caseBG7.png) no-repeat center;margin-top:-100px;}
.building-case .case-itme{text-align:center;line-height:275px;background-size:100%;font-size:30px;font-weight:bold; position: relative;}
.building-case .case-itme:hover{top:-5px;}
.building-case .case-itme1:hover{background:url(../../images/caseHoverBG1.png) no-repeat center;}
.building-case .case-itme2:hover{background:url(../../images/caseHoverBG2.png) no-repeat center;}
.building-case .case-itme3:hover{background:url(../../images/caseHoverBG3.png) no-repeat center;}
.building-case .case-itme4:hover{background:url(../../images/caseHoverBG4.png) no-repeat center;}
.building-case .case-itme5:hover{background:url(../../images/caseHoverBG5.png) no-repeat center;}
.building-case .case-itme6:hover{background:url(../../images/caseHoverBG6.png) no-repeat center;}
.building-case .case-itme7:hover{background:url(../../images/caseHoverBG7.png) no-repeat center;}
.building-case .col-md-15{width:12.5%;}

.slick-slide:focus{outline:none;}
/*.greenCarbon{background:url(../../images/greenCarbonBg.png) no-repeat left 60px ;background-size:100% auto;}*/
.greenCarbonTitle{font-size:42px;color:#2f2a2a; letter-spacing: 20px;}
.greenCarbonTitle a{font-size:14px;color:#bebebe;letter-spacing: 0px;}
.box-shaow-ge{box-shadow: 0 0 10px 0 #ecf3f3;border:1px solid #e7f3f6;display: block;}
.greenCarbonNews{margin-top:35px;}
.news-left{position: relative;float:left;width:50%;}
.ge-newTit{font-size:24px;color:#2f2a2a;letter-spacing: 3px;background:url(../../images/ge-newBg.png) no-repeat; padding:0 40px;width:477px;position: absolute;left:0; bottom:0;line-height:102px;}
.news-right{background:#fff;float:left;width:50%;margin-top:26px;padding:25px 33px;}
.news-right h4{font-size:24px;color:#2f2a2a;line-height:36px;}
.news-right p{font-size:16px;line-height:28px;color:#5a5b61;margin-top:40px;text-indent:2rem;}
.news-right div.more{margin-top:28px;font-size:14px;}
.news-right div.more a{color:#bebebe;}
.news-item {padding-left:30px;background:url(../../images/dots-icon.png) no-repeat left 8px;}
.news-item p{border-bottom:1px dashed #abaaaa;margin-top:80px;line-height:28px;font-size:18px;color:#2f2a2a;padding-bottom:40px;}

/*******************************
	--------[绿碳专题]-------
********************************/
.news-box .line-top{position: relative;top: 80px;}
.greenCarbon-side{margin-top:140px;}
.greenCarbon-side .slick-slider{margin-bottoM:0px;}
.side-list{margin-bottom:200px;}
.side-tab span{float:left;margin-top:8px;width:202px;height:55px;line-height:55px;background:#fff url(../../images/subForum.png) no-repeat 30px 16px;text-align:center;border:1px solid #e7f3f6;color:#5a5b61;font-size:18px;cursor: pointer;}
.side-tab span.award{background:#fff url(../../images/award.png) no-repeat 30px 16px;}
.side-tab span.award.activeTab{background:#7de3e3 url(../../images/award-icon.png) no-repeat 30px 16px;line-height:63px;margin-top:0;height:63px;color:#fff;font-size:20px;}
.side-tab span.subForum.activeTab{background:#7de3e3 url(../../images/subForum-icon.png) no-repeat 30px 16px;line-height:63px;margin-top:0;height:63px;color:#fff;font-size:20px;}
.side-con{max-height:340px;background:#fff;display:block!important;opacity: 0;height:0;}
.side-con.item-active{opacity:1;height:auto;padding:30px;box-shadow: 0 0 10px 0 #ecf3f3;border: 1px solid #e7f3f6;}
.side-con .more{float:right;margin-top:-80px;margin-right:-40px;}
.side-con .more a{color:#bebebe;}
.sider-item{padding:40px 5px;background:#fff;}

.sider-item h4{border-left:6px solid #40dbdd;margin-left:-2px;padding-left:27px;}
.sider-item h4 a{font-size:20px; color:#2f2a2a;font-weight:bold;}
.sider-item p{padding:0 30px;margin-top:30px;margin-bottom:0;font-size:14px;color:#5a5b61;line-height:22px;}
.greenCarbon-side .slick-dots{bottom:auto;top: -80px; width:auto;right:100px;}
.greenCarbon-side .slick-dots li button:before,.greenCarbon-side .slick-prev:before,.greenCarbon-side .slick-next:before{content: '';}
.greenCarbon-side .slick-dots li button{background:url(../../images/slick-dots.png) no-repeat;}
.greenCarbon-side .slick-dots li.slick-active button{background:url(../../images/dots-icon.png) no-repeat;}
.greenCarbon-side .slick-prev:before{content: '<';color:#000;}
.greenCarbon-side .slick-next:before{content: '>';color:#000;}
/*
.greenCarbon-side .slick-prev,.greenCarbon-side .slick-next{bottom:auto;top: -73px;right:80px;}
.greenCarbon-side .slick-prev{right:200px;left:auto;}
*/

.marvellous-con h4{font-size:24px;color:#2f2a2a;font-size:bold;margin-bottom:40px;}
.marvellous-con p{color:#5a5b61; line-height:28px;font-size:16px;margin-bottom:0;}
.marvellous-con p a{color:#58dfe1;}

.report-list{margin-top:140px;}

#d_tab29{margin-top:40px;}
#d_tab29 ul,#d_tab29 li{margin:0;padding:0;list-style:none}
#d_tab29 img{border:0;vertical-align:top}

#d_tab29{position:relative; height:230px;text-align:left}
#d_tab29 .d_img{position:relative;margin:0 auto;width:100%;height:100%}
#d_tab29 .d_img li{position:absolute;display:none;z-index:0}
#d_tab29 .d_img li img{width:100%}

#d_tab29 .d_img li.d_pos1{display:block;width:25%;left:0%;top:26px;z-index:1}
#d_tab29 .d_img li.d_pos2{display:block;width:25%;left:17.75%;top:26px;z-index:2}
#d_tab29 .d_img li.d_pos3{display:block;width:32%;left:34%;top:0px;z-index:3}
#d_tab29 .d_img li.d_pos4{display:block;width:25%;right:17.75%;top:26px;z-index:2}
#d_tab29 .d_img li.d_pos5{display:block;width:25%;right:0%;top:26px;z-index:1}

#d_tab29 .d_menu{position:absolute;bottom:20px;width:100%;text-align:center}
#d_tab29 .d_menu li{display:inline-block;zoom:1;*display:inline;background:url('img/btn.png') no-repeat 0 0;width:12px;height:12px;cursor:pointer;margin-right:3px}
#d_tab29 .d_menu li.d_select{background:url('img/btn.png') no-repeat 0 -18px}
#d_tab29 .d_img li.cur .report-info{display:block;}
.report-list .report-info{display:none;position: absolute;left:0;top:0;width:100%; height:100%;background:url(../../images/report-infoBg.png) repeat;color:#fff;padding:35px 30px;}
.report-list .report-info em{display:block;width:20px;height:2px;background:#fff;margin-bottom:50px;}
.report-list .report-info h4 a{color:#fff; font-size:18px;line-height:24px;}
.report-list .report-info h4{margin-bottom:50px;}
.report-list .report-info .more{color:#fff; background:url(../../images/link-icon.png) no-repeat left center; padding-left:25px;float:right;}

#d_tab29 .d_next{position:absolute;height:175px;width:35.5%;right:0;top:26px;z-index:10;cursor:pointer}
#d_tab29 .d_prev{position:absolute;height:175px;width:35.5%;left:0;top:26px;z-index:10;cursor:pointer}
.picture-list .picture-item{position: relative;}
.picture-list .picture-item .report-info{display: block;}
.picture-list .slick-prev{left:0; z-index: 9;}
.picture-list .slick-next{right:0;}
.picture-list .slick-prev:before{content:'《'}
.picture-list .slick-next:before{content:'》'}

.cooperation{margin-top:140px;position: relative;}
.cooperation-tit{margin-top:25px;background:url(../../images/cooperation-titBg.png) no-repeat; width:220px;height:160px;line-height:140px;font-size:36px;padding-left:30px;letter-spacing: 10px;}
.cooperation li{line-height:40px;background:#fff;margin:18px 0;font-size:14px;}
.cooperation li span{float:left;width:80px;text-align: center;line-height: 40px;background: #40dbdd;color:#fff;}
.cooperation li a{padding:0 20px;color:#2f2a2a;}
.cooperation .slick-prev:before{content: '<';color:#000;}
.cooperation .slick-next:before{content: '>';color:#000;}
.cooperation .slick-prev,.cooperation .slick-next{top:90%;left:-80px;right:auto;}
.cooperation .slick-prev{left:-32%;}

.reviewEvents {margin-top: 70px;}
.reviewEvents .news-box{height: 264px;position: relative;transition: all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.reviewEvents .h4{margin-top: 30px;}
.reviewEvents .date{position: relative;font-size: 33px;color: #2f2a2a;transition: all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.reviewEvents .date1{position: relative;font-size: 33px;color: #213845;transition: all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;display: none;}
.reviewEvents .news-tit{position:relative;font-size: 18px;color: #213845;font-weight:bold; padding:10px 30px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;transition: all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.reviewEvents .under-line{width: 1px;height:50px;background: #e3e3e3;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.reviewEvents .top-line{width: 1px;height:50px;background: #e3e3e3;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.reviewEvents .under-circle{position: absolute;bottom: -10px;background: #f6f6f6;left: 50%;    line-height: 15px;border-radius: 50%;transform: translateX(-50%);width: 18px;height: 18px;transition: all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.reviewEvents .top-circle{position: absolute;top: -10px;background: #f6f6f6;left:50%;transform: translateX(-50%);border-radius: 50%;width: 18px;height: 18px;transition: all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.reviewEvents .middle-line{height:1px;background: #e3e3e3;margin: 264px auto 0px;}
.reviewEvents .topdate{margin-top: 60px;}
.reviewEvents .news-more{height: 35px;margin:0 auto;opacity: 0;transition: all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;overflow:Hidden;border-radius:5px;}
.reviewEvents .news-more a{color: #56dfe1;}
.reviewEvents .news-box:hover .date{ transform: translateY(20px);font-size: 14px;color:#888e93;display: none;}
.reviewEvents .news-box:hover .date1{ transform: translateY(20px);font-size: 14px;color:#888e93;display: block;}
.reviewEvents .news-box:hover .news-tit{transform: translateY(-50px);}
.reviewEvents .news-box:hover div .news-tit{margin-bottom:70px;}
.reviewEvents .news-box:hover .news-tit a{font-size: 18px;color: #56dfe1;}
.reviewEvents .news-box:hover .topdate{margin-top:85px;}
.reviewEvents .news-box:hover{box-shadow: 0 0 10px 0 #ecf3f3;border:1px solid #e7f3f6;background: #fff; opacity: 1;}
.reviewEvents .news-box:hover .news-more{opacity: 1;transform: translateY(20px);}
.reviewEvents .news-box:hover .under-circle{width: 25px;height:25px;background:#fff;border:1px solid #56dfe1;color: #56dfe1;line-height: 21px;bottom:-13px;}
.reviewEvents .news-box:hover .top-circle{width: 25px;height:25px;border:1px solid #56dfe1;color: #56dfe1;line-height: 25px;top:-13px;}
.reviewEvents .reviewEvents-more{padding:50px 0px;text-align: center;width: 100%;}

.reviewEvents .reviewEvents-more .button--aylen {
	color: #56dfe1;
	border:1px solid #56dfe1;
    border-radius:6px;
	overflow: hidden;
    display: block;
    margin: auto;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.reviewEvents .reviewEvents-more .button--aylen.button--inverted {
	background: none;
	color: #fff;
}
.reviewEvents .reviewEvents-more .button--aylen::before{
	content:attr(data-text);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity:1;
	-webkit-transition: -webkit-transform 0.3s,opcity 0.3s;
	transition: transform 0.3s,opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.reviewEvents .reviewEvents-more .button--aylen::before {
	background: #49d793;
  	color:#fff;
}
.reviewEvents .reviewEvents-more .button--aylen:hover {
	background-color: #198c55;
}
.reviewEvents .reviewEvents-more .button--aylen:hover::before{
	opacity:0;
  	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.reviewEvents .reviewEvents-more .button--aylen span{
	display: inline-block;
  	opacity: 0;
  	color: #fff;
  	-webkit-transform: translate3d(10px, -50px, 0);
  	transform: translate3d(10px, -50px, 0);
  	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  	transition:transform 0.3s, opacity 0.3s;
  	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.reviewEvents .reviewEvents-more .button--aylen:hover span{
	opacity: 1;
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}
.reviewEvents .reviewEvents-more .button--aylen:hover span:nth-child(1){
	-webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.reviewEvents .reviewEvents-more .button--aylen:hover span:nth-child(2){
	-webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.reviewEvents .reviewEvents-more .button--aylen:hover span:nth-child(3){
	-webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.reviewEvents .reviewEvents-more .button--aylen:hover span:nth-child(4){
	-webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.reviewEvents .reviewEvents-more .button--aylen:hover span:nth-child(5){
	-webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.reviewEvents .reviewEvents-more a{display: block;background: #fff;font-size: 20px;width: 230px;height: 50px;line-height: 50px;margin: 0 auto;color: #fff;}
.reviewEvents .reviewEvents-more a:hover{color: #fff;}

.reviewBox{position:relative;height:530px;}
.reviewBox .review-item{position:absolute;}
.reviewBox .review-item1{left:0 ; top:265px;}
.reviewBox .review-item2{left:16.66%;top:0;}
.reviewBox .review-item3{left:33.33%;top:265px;;}
.reviewBox .review-item4{left:50%;top:0;}
.reviewBox .review-item5{left:66.66%;top:265px;}
.reviewBox .middle-line{position:absolute;left:0;top:1px;width:100%;}

.special-headerGE div.x,.special-headerGE div.y,.special-headerGE div.z{background:#fff;}
.special-footerGe .communication-form .submission-btn a{background:#56dfe1}
.special-footerLC .communication-form .submission-btn a{background:#dc393d}

/*******************************
	--------[低碳专题]-------
********************************/
.lowCarbon-tit{color:#09152f;font-size:36px;letter-spacing: 6px;font-weight:100;text-align:center;padding-bottom: 40px;}
.lowCarbon-consultation{padding:80px 0;}

.lowCarbon-banner{background:url(../../images/lowCarbonBg.png) no-repeat;background-size:100% 100%;color:#fff;}
.lowCarbon-service{margin:140px auto 60px; padding:50px 0 50px;color:#fff;background:url(../../images/serviceBg.png) no-repeat left bottom;width:1430px;max-width:90%;box-shadow:-2px 2px 40px 0px #111;}
.lowCarbon-service .lowCarbon-tit{color:#fff;letter-spacing: 20px;}
.lowCarbon-service .lowCarbon-tit span.tit-FU{font-size:22px;display:inline-block;margin-top:-20px;}
.lowCarbon-service dl{width:20%;text-align:center;}
.lowCarbon-service dd{font-size:18px;letter-spacing:5px;    margin-top: 10px;}

.NewInfor{background:url(../../images/new-TtiBg.png) no-repeat;width:157px;height:157px;font-size:24px;text-align:center;font-style:oblique;padding-top:40px;}
.lowCarbonNewInfor{width:12.9%;}
.lowCarbonNewCen{width:68.1%;}
.lowCarbonNewCen .cen-left{width:28.3%;}
.lowCarbonNewCen .cen-right{width:71.7%;background:#fff;padding:26px;border-bottom: 2px solid #c50606;height:157px;}
.lowCarbonNewCen .cen-right h4{font-size: 18px;color:#09152f;line-height:29px;}
.lowCarbonNewCen .cen-right p{color:#09152f;}
.lowCarbonNewRight{width:19%;}

.mediaCenter{background:url(../../images/mediaCenterBg.png) no-repeat left bottom; background-size:100% auto;padding: 150px 0 0 0;}
.mediaCenter .mediaCenter-tit{font-size:24px;margin-top:40px;line-height:22px;padding-left:10px;}
.mediaCenter .mediaCenter-tit a{color:#09152f;}
.mediaCenter .borderLink{height:22px;border-left:3px solid #dc393d;margin-top:10px;}
.mediaCenter .mediaCenter-con{font-size:16px;line-height:28px;color:#09152f;text-indent:2rem;padding-bottom:50px;border-bottom:1px dashed #a7aaad;margin:20px 0 50px;}
.mediaCenter .mediaCenter-relevant a{color:#9fa3ac;font-size:14px;line-height:32px;}

.extension{background:url(../../images/lowCarbon-pop.png) no-repeat;background-size:100% 100%;}
.extension-for{padding:100px 0 0;color:#fff;}
.extension-for h4{font-size: 48px;letter-spacing:10px;font-weight:100;}
.extension-for p{font-size:16px;line-height:32px;margin-top:50px;text-indent:2rem;margin-bottom: 90px;}
.extension-slick{background:url(../../images/lowCarbon-mask.png) repeat;padding:30px 0px;position: relative;}
.extension-slick .extension-item{background:url(../../images/lowCarbon-mask.png) repeat  100% 100%;;padding:30px;color:#fff;height: 390px;}
.extension-slick .extension-tit{font-size:16px;line-height:28px;color:#fff;margin-top:0px;}
.extension-slick .extension-con p{font-size:14px;line-height:28px;margin-top:30px;margin-bottom:60px;}
.extension-slick .extension-con a{color:#fff;font-size:12px;}
.extension-slick .slick-dots{position: absolute;bottom:20px;right:10px;text-align: right;}
.extension-slick .slick-dots li{width:10px;height:6px;}
.extension-slick .slick-dots li button{background:#335070;border-radius:50%;width:6px;height:6px;}
.extension-slick .slick-dots li.slick-active button{background:#fff;}
.extension-slick .slick-dots li button:before{color:#fff;content:'';width:0; height:0;}
.extension-slick .slick-slider{margin-bottom:0;}

.advisory-policy{padding:100px 0;}
.advisoryPolicy-tab{border-bottom:1px solid #eeeeee;}
.advisoryPolicy-tab span{float:left;width:33.33%;text-align:center;line-height:30px;}
.advisoryPolicy-tab span a{cursor: pointer;padding-bottom:20px;display:inline-block;font-size:16px;color:#b5b5b5;}
.advisoryPolicy-tab span.activeTab a{color:#363636;font-weight:bold;border-bottom:3px solid #dc393d;margin-bottom:-1px;}
.advisoryPolicy-item{padding:40px 0 20px;;}
.advisoryPolicy-item p{font-size:14px;color:#46526b;line-height:32px;}
.advisoryPolicy-item .advisory-item{padding:20px 33px;margin-top:20px;height:135px;}
.advisoryPolicy-item .advisory-item:hover{background:#edf5ff;}
.advisoryPolicy-item .advisory-item h4{border-left:2px solid #dc393d;padding-left:15px;}
.advisoryPolicy-item .advisory-item h4 a{color:#09152f;}
.advisoryPolicy-item .advisory-item p{color:#46526b;font-size:14px;line-height:16px;margin-bottom:0;}
.advantage{background:url(../../images/advantageBg.png) no-repeat;background-size:100% 100%;padding:25px 0;}
.advantage .lowCarbon-tit{color:#fff;}
.advantage-tab span{cursor: pointer;float:left;width:25%;text-align:center;padding:45px 0;}
.advantage-tab span.activeTab{background:url(../../images/advantageCur.png) no-repeat bottom center;}
.advantage-item{max-width:1130px;margin:30px auto 20px;color:#fff;line-height:32px;font-size:18px;font-weight: "SimHei","黑体";}

.regulations{border-right:1px solid #c8cbd1;}
.regulations span{display:block;width:100%;text-align:center;line-height:94px;background:#fff;margin-bottom:20px;font-size:18px;color:#46526b;}
.regulations span.activeTab,.regulations span:hover {box-shadow:0 0 15px 8px #f2f8ff;font-weight:bold;}
/*.regulations-item{padding:10px 0;}*/
.regulations-item h4{color:#09152f;font-size:24px;text-align:center;line-height:36px;}
.regulations-item p{font-size:14px; color:#46526b;line-height:28px;text-indent:2rem;}
.regulations-item .regulations-logo{box-shadow:0 0 15px 5px #f0f6fd;}
.regulations-item .more{color:#dc393d;}

.lowCarbon-partner{background:#f7f7f7;padding:80px 0;}
.lowCarbon-partner .lowCarbon-tit{padding-bottom: 0px}
.lowCarbon-partner img{margin-top:30px;}
.lowCarbon-partner .partner-item:hover img{box-shadow:0 0 30px 5px #e7f3f6;}

/**IE8的兼容**/
.container{max-width: 1230px\9;}
.col-md-6{width: 50%\9;float: left\9;}
.hidden-lg{display: none\9;}

@media (min-width: 1200px){
  .special-footerLC .foot-tit{margin-bottom:30px;}
  .container {
    width: 1230px;
  }
  .hangqing {width:700px;margin-left: -30px;height:350px;}
  .hangqing2 {width:600px;margin-left: -30px;height:300px;}
  .marketRight {margin-left: -60px;padding-right: 0px;}
  .marketRight2 {position: absolute;right: 0px;}
}
@media only screen and (max-width: 1200px) {
  .noticeBulletin .list-unstyled{    margin-top: 20px;}
  .notice-list li{border-bottom:1px solid #e5e5e5;margin-top: 10px;padding-bottom: 10px;height: auto;}
  .ruleBox{font-size: 1.6em;}
  .expert-library .slick-initialized .slick-slide{height:240px;}
  .expert-library .expert-item{height: 230px;}
  .expert-library .expert-info{height:220px;}

  .greenCarbon-side{margin-top: 40px;}
  .side-list{margin-bottom: 60px;}
  .report-list{margin-top: 40px;}
  .picture-report .p-lg{padding:0px;}
  .picture-report .m-t-lg{margin-top: 10px;}
  .cooperation{margin-top: 30px;}
  .loginJiaonang{margin-left: 3.333333%;width: 62.333333%;}
  .more-members{padding: 0 40px;}
  .personal-btns a{padding: 0 10px;}
  .special-footer{margin-top: 0px;}
  .lowCarbon-consultation{padding: 20px 0;}
  .lowCarbon-partner{padding: 20px 0;}
  .lowCarbon-partner .lowCarbon-tit{margin-bottom:0px;}
  .lowCarbon-tit{margin-bottom: 20px;padding-bottom: 20px;}
  .advisory-policy{padding: 40px 0 0px 0;}
  .lowCarbon-consultation  .new-item h4{margin-bottom:0px;}
  .lowCarbonNewCen .cen-right {height:152px;}
  .twoContent .rightNew{width: 340px;}
  /* 交易行情 */
  .hangqing {width:700px;margin-left: -30px;height:350px;}
  .hangqing2 {width:600px;margin-left: -30px;height:300px;}
  .transactionDate {display:none;}
  .marketRight {display:none;}
  .marketRight2 {position: absolute;right: 0px;}
  /*******************************
    --------[登录]-------
  ********************************/
  .login-main .member-btn{margin:0 12px;}
  /*******************************
    --------[交易查询]-------
  ********************************/
  .tradingQuery-table .tradingQuery-td1{width:22%;}
  .tradingQuery-table .tradingQuery-td9{width:15%;}
  /*******************************
    --------[订单支付]-------
  ********************************/
  .order-title{display: block;line-height:24px;}
  .methodPayment .way-item input[type="radio"]{margin-top: 10px;}
  .methodPayment .way-item img{width:80%;}
  .methodPayment .wayMore{line-height:34px;}
  /*******************************
		--------[专题尾部]-------
	********************************/
	.contactBox .contact-item{margin-top:10px;}
	.communication-form{margin-top:20px;}
	/*******************************
		--------[能力建设专题]-------
	********************************/
  .building-case .case-itme{line-height:246px;font-size:24px;}

  /*******************************
    --------[低碳专题]-------
  ********************************/
  .lowCarbonNewInfor{width:16.8%;}
  .lowCarbonNewCen{width:83.2%;}
  .extension {background:#0e488e url(../../images/lowCarbon-pop.png) no-repeat right bottom;background-size: auto auto;}
  .regulations{}
}
@media only screen and (max-width: 992px) {
  .loginJiaonang{margin-left: 3.333333%;width: 93.333333%;}
  .personalCon .ruleBox{margin-top: -22px;}
  .extension-for{padding: 40px 0 0;}
  .lowCarbon-banner{background-size: auto 100%;}
  .boxTitle>a {margin: 0;}
  .searchBox .search-query{height:28px;}
  .search-submit {padding: 1px 12px;}

  .detail-con .article-tit{font-size: 20px;width: auto;}

  .hqtitle {margin-top: -80px;width:200px;position:absolute;right:50px;}
  .boxTitle {font-size: 2em;}
  .building-tit h2{font-size: 22px;}
  .curriculum-news .curriculum-item h4{font-size: 20px;}
  .foot-tit{font-size: 22px;}
  .building-case .case-itme{font-size: 20px;}

  .marketRight {display:block;margin-left: -20px;}
  .marketRight2 {margin-top: 50px;position: absolute;right: 0px;}
  .twoContent .rightNew{width: 100%;padding-top: 0px;height: auto;}
    /*******************************
        --------[头部]-------
    ********************************/
  .logo{margin:15px auto;}
  .mMenu{padding-top:10px;}
  .mMenu .dropdown{margin-top:20px;padding: 0;font-size: 1.5rem;color: #1c70d5; }
  .mMenu .dropdown{margin: 20px 10px 10px 0;}
  .sign-out-btn{font-size: 1.5rem;color: #1c70d5;margin:20px 25px 0 15px;}
  .searchBox{margin-top:0;margin-bottom:10px;height: 30px;}
  /*******************************
        --------[导航]-------
    ********************************/
  .navBox{position: absolute;z-index:9;width:100%;background:#274161;}
  .navBox .navContain>li{float:none;width:100%;text-align: left;line-height:2em;border-bottom:1px solid  #162c46;border-top:1px solid#2b5990;padding:5px 0;background:none!important;}
  .navBox .navContain>li a{font-size:1.4em;}
  .navBox .navContain>li .subMenu{position:static; background:none;padding:0;padding-top: 10px;}
  .navBox .navContain>li .subMenu dl{width:100%;display:block;padding:0;margin-bottom:0;}
  .navBox .navContain>li .subMenu dt,.subMenu dd{margin-bottom: 0;height: auto;line-height: inherit;border-bottom: none;}
  .navBox .navContain>li .subMenu dt>a{font-weight:normal;}
  .navBox .navContain>li .subMenu dd{text-indent:1em;}
  .navBox .navContain>li .nav-arrow{color:#fff;font-size:2em;margin:3px;margin-top: -23px;}
  .navContain>li .nav-line{display:none;}
  /*******************************
      --------[底部]-------
  ********************************/
  .parter ul{width:33.33%;}
  /*******************************
      --------[首页]-------
  ********************************/
  .mMenuBox ul{background: #f0f0f0;margin-top: 1em;}
  .mMenuBox li{position: relative;line-height: 3em;margin: 1em auto;padding: 0;/* background: url(../../images/menuIcon.png) no-repeat; */background-size: 7em;background-position: top center;height: 3em;}
  .mMenuBox li a{ position: absolute;display: block;bottom: 0;width: 100%;color: #333;}
  /* banner */
  .banner-mask{position: absolute;width: 100%;left: 0;bottom: 0;background-color: rgba(55, 96, 146, 0.6);color: #fff;font-size: 2.5em;line-height: 46px;padding: 0 15px;}
  .banner .slick-dots{right:10px;bottom:2px;float:right;display:inline-block!important;width:auto;left:auto;}
  .banner .slick-dots li{width:20px;height:20px;text-align:center; line-height:20px;}
  .banner .slick-dots li button{width:100%; height:100%;font-size:12px;color:#112400;background:#fff;opacity: 1;}
  .banner .slick-dots li.slick-active button{color:#fff;background:#1c70d5;}
  /* 新闻动态 */
  .leftNew,.rightNew{float:none;width:100%;}
  .newsThree>div{margin:10px auto;}
  /* 推荐专区 */
  .recoContain li{width:47.7%;}
  /* 交易行情 */
  .hangqing {width:480px;margin-left: -30px;height:350px;}
  .hangqing2 {width:520px;margin-left: -30px;height:350px;}
  .hangqingtitle {margin-top: -100px;margin-left: 390px;}
  /*******************************
    --------[列表页]-------
  ********************************/
  .list-left,.list-right{height:auto!important;width:100%;float:none;}
  .list-left .left-con .list-nav,.right-tit h4{margin-top:0;}
  .articel-list li{margin-top:20px;}
  .articel-list li a{padding-left:15px;}
  /*******************************
    --------[登录页]-------
  ********************************/
  .login-top .dropdown{margin-top: 20px;padding: 0;font-size: 1.5rem;color: #1c70d5;}
  .login-main{background-size:auto 100%;}
  .login-main .welcome{margin-top:40px;}
  .login-main .welcome p{margin-bottom: 20px;}
  .loginBar dl{width:33.33%;}
  .loginBox{float:none!important;}
  .login .logoBtn{margin:20px auto;background-size:100% 100%;}
  .login-main .welcome p{width:100%;}
  .login-main .memberBtns{margin-top:20px;margin-bottom:10px;overflow:Hidden;}
  .login-main .member-btn{height: 32px;line-height: 32px;width:31.33%;float:left;padding:0 10px;border-radius: 15px;font-size:14px;margin:48px 1%;}
  .login-main .member-btn.member-btnHover {height:120px;margin-top:0;}

  .loginBar{margin:20px auto;}
  /*******************************
    --------[注册]-------
  ********************************/
  .registerBox-md .form-group{margin-bottom:15px;}
  .member-type .member-item{padding-top:15px;margin-bottom:15px;}
  /*******************************
    --------[个人中心]-------
  ********************************/
  .welcome,.personal-btns{float:none!important; width:100%; text-align:center;}
  .personal-btns a{width:25%;margin-top:10px;float:left;}
  .noticeBulletin,.marketQuotations{width:100%;padding:0;border:none;}
  .more-members .memberBtns{overflow:inherit;z-index:9;}
  .more-members .member-btn{margin:0px 1%;}
  .fastLink-right{float:none!important;}

  .tab-nav{width:100%;}
  .tab-nav span{float:left;width:48%;position: relative;padding-right: 0px;padding-bottom:20px;}
  .tab-nav span em{width:19px;height:9px;right:auto;left:50%;margin-left:-9.5px;top:auto;bottom:-1px;background:url(../../images/tab-arrow1.png) no-repeat;}
  .tab-nav span img{width:100%;}
  .tab-nav span:last-child{margin-top:0;margin-left:4%;}
  .tab-for{width:100%;}
  /*******************************
    --------[交易查询]-------
  ********************************/
  .tradingQuery{padding:30px 15px;margin-top:20px;}
  .tradingQuery>h3{margin-bottom:30px;}
  .tradingQuery-table .tradingQuery-tr{line-height:26px;border:1px solid#e5e5e5;margin-bottom:15px;}
  .tradingQuery-table .tradingQuery-td{padding:5px;float:none;width:100%;overflow:Hidden;text-align: left;border-bottom:1px solid #e5e5e5;}
  .tradingQuery-table .tradingQuery-td:last-child{border:none;}
  .tradingQuery-table .tradingQuery-td1{white-space:normal;}
  .tradingQuery-table .tradingQuery-td span{float:Left;margin-right:8px; width: 70px;}
  .tradingQuery-table .tradingQuery-td1 a{float:left;width:calc(100% - 78px);}
  .tradingQuery-left{height:auto!important;}
  /*******************************
    --------[订单支付]-------
  ********************************/
  .methodPayment .way-item input[type="radio"]{margin-top:15px;}
  .methodPayment .way-item{width:33.33%;}
  /*******************************
    --------[订单列表]-------
  ********************************/
  .orderList .order-tr{padding-top:0;line-height:24px;border:1px solid #e5e5e5;margin-bottom:10px;}
  .orderList .order-td,
  .orderList .order-td1 .goods-info,
  .orderList .order-td1 .column,
  .orderList .order-td1 .amount,
  .goodsChecbox{width:100%;}
  .goodsChecbox{border-bottom:1px solid #e5e5e5;padding:10px;}
  .orderList .order-td1 .goodsChecbox  input[type=checkbox]{margin:0;}
  .orderList .order-td1 .goods-info .goodsLogoFile{width:185px;margin:10px;}
  .orderList .order-td1 .goods-info .goodsTitle p{line-height:24px;}
  .orderList .order-td1 .goods-info .goodsTitle p.order-title{font-weight:bold;margin:10px 0;}
  .orderList .order-td1 .amount{text-align:right;border-top:1px solid #e5e5e5;padding:10px;}
  .orderList .order-tr .order-td1 .goods-info{margin-bottom:0; border-bottom:1px solid #e5e5e5;}
  .orderList .order-td2{float:left;margin-left:10px;width:auto;line-height:50px;}
  .orderList .order-td3{margin-top:0!important;}
  .orderList .order-td3 .payBtns>div{float:right;padding:2px 12px;border:1px solid #e5e5e5;border-radius:15px;margin:10px 5px;}
  /*******************************
    --------[商品信息]-------
  ********************************/
  .subscription-price{float:left;margin-top:20px;}
  .subscriptionBtns{margin-top:0; float:right;}
  /*******************************
    --------[专题头部]-------
  ********************************/
  .special-header .logo{margin:5px auto;}
  .sb-search{margin-top: 0px;margin-bottom:10px;width:100%;border:1px solid #d9d9d9; }
  .ability-nav{position: absolute;z-index:9;width:100%;background:#274161;top: 65px;left: 0;}
  .ability-nav .navContain>li{float:none;width:100%;text-align: left;line-height:24px;border-bottom:1px solid  #162c46;border-top:1px solid#2b5990;padding:5px 0;background:none!important;}
  .ability-nav .navContain>li a{font-size:14px;}
  .ability-nav .navContain>li .subMenu{position:static; background:none;padding:0;}
  .ability-nav .navContain>li .subMenu dl{width:100%;display:block;padding:0;margin-bottom:0;}
  .ability-nav .navContain>li .subMenu dt,.subMenu dd{margin-bottom: 0;height: auto;line-height: inherit;border-bottom: none;}
  .ability-nav .navContain>li .subMenu dt>a{font-weight:normal;}
  .ability-nav .navContain>li .subMenu dd{text-indent:1em;}
  .ability-nav .navContain>li .nav-arrow{color:#fff;font-size:2em;margin:3px;}
  .navContain>li .nav-line{display:none;}
  /* 绿碳专题 */
  .greenCarbon-header .ability-nav{background:none;}
  .greenCarbon-header .sb-search,
  .greenCarbon-header .search-query, .greenCarbon-header .searchBtn .search-submit{background:#fff;}
  .special-headerGE .search-query, .special-headerGE .searchBtn .search-submit{color:#2e3e4e;}
  /*******************************
    --------[能力建设专题]-------
  ********************************/
  .building-curriculum .paly-btn{width: 50px;height: 50px;margin-left: -25px;margin-top: -25px;}
  .building-curriculum .video{padding-right:0; border-right: none;margin-bottom:15px;}
  .building-case .case-itme{line-height:155px}
  .building-case .case-itme5,
  .building-case .case-itme6,
  .building-case .case-itme7{margin-top:-65px;}
  .curriculum-item{margin-top:30px; padding-top:30px;border-top:1px solid #eee;}
  .curriculum-news .curriculum-item h4{margin-top:20px;margin-bottom:20px;}
  /*******************************
      --------[绿碳专题]-------
  ********************************/
  .news-left,.news-right{width:100%;}
  .news-left img{width:100%;}
  .news-right{margin-top:-1px;}
  .news-right>div{margin-left:0;margin-top:20px;}
  .ge-newTit{max-width:100%;}
  .greenCarbon-side .slick-dots{top: auto;width: 100%;right:auto;bottom:-45px;}
  .greenCarbon-side .slick-prev{right:100px;}
  #d_tab29 .d_img li.d_pos1{display:block;width:30%;left:0%;top:26px;z-index:1}
  #d_tab29 .d_img li.d_pos2{display:block;width:30%;left:17.75%;top:26px;z-index:2}
  #d_tab29 .d_img li.d_pos3{display:block;width:40%;left:30%;top:0px;z-index:3}
  #d_tab29 .d_img li.d_pos4{display:block;width:30%;right:17.75%;top:26px;z-index:2}
  #d_tab29 .d_img li.d_pos5{display:block;width:30%;right:0%;top:26px;z-index:1}
  #d_tab29 .report-info em,#d_tab29 .report-info h4{margin-bottom:20px;}

	.reviewBox .review-item1{left:0%;}
	.reviewBox .review-item2{left:25%;}
	.reviewBox .review-item3{left:50%;}
	.reviewBox .review-item4,.reviewBox .review-item5{display:none;}
  /*******************************
    --------[低碳专题]-------
  ********************************/
  .lowCarbon-tit{margin-bottom: 0px;padding-bottom: 25px;}
  .lowCarbon-header .search-query, .lowCarbon-header .searchBtn .search-submit{color:#fff;}
  .lowCarbon-service{margin: 100px auto 30px; padding: 20px 0 20px;}
  .lowCarbonNewCen .cen-left{width:32%;}
  .lowCarbonNewCen .cen-right{width:68%;padding: 12px;height:130px;}
  .NewInfor{width:120px;height:120px;padding-top: 25px;}
  .regulations{border-right:none;border-bottom:1px solid #c8cbd1;overflow:Hidden;}
  .regulations span{display:inline-block;float:left; width:auto;padding-left: 25px;padding-right: 25px;background:none;line-height:30px;padding-bottom:15px;margin-bottom:0px;}
  .regulations span.activeTab, .regulations span:hover{box-shadow: initial;border-bottom:2px solid #e73d41;}
  .advantage{    background: url(../../images/advantageXSBg.png) no-repeat;background-size: 100% 100%;padding: 45px 0;}
}
@media only screen and (min-width: 993px) {
.navContain>li:hover .subMenu{display:block;}
}
@media only screen and (max-width: 767px) {
  .tab-for{height:auto;}
  .hqtitle {margin-top: 0px;width:auto;position:initial;}
  .contactBox {margin-top:-10px;}
  .notice-list li, .noticeBulletin {height: auto;}
  /*******************************
      --------[头部]-------
  ********************************/
  .mMenu{padding-top:3px;}
  /*******************************
        --------[底部]-------
    ********************************/
  .parter ul{width:50%;}
  .footer{padding:18px 0;}
  /*******************************
    --------[分页条]-------
  ********************************/
  .pageBar{margin:20px auto 10px;}
    /*******************************
        --------[首页]-------
  ********************************/
  /*.main .banner .banner-item{height: 180px;}*/
  .main .banner .banner-item img{width:100%;max-width:inherit;}
  .newsTab{margin:1em auto;}
  .newsTab>span{padding:2px 5px;}
  .twoContent{margin:0px;}
  .rightNew{padding:0;}
  .rightNew li{padding-left:23px;}
  .rightNew li a::before{margin-right:10px;margin-left: 8px;}
  .mMenuBox li{ background-size: 5em;height: 2em;margin-top: 1em}
  .boxTitle{padding-top:1em;padding-bottom:0.5em;background-size: 800px 2px;}
  .newsThree h2{height: auto;}
  /* 推荐专区 */
  .recoContain li span{min-width:30px;min-height:36px;background-size:100%!important;}
  .recoContain li div{height: 76px; padding: 6px;}
  .recoContain label{font-size: 14px; line-height: 64px;}

  .recoContain li:hover .activeDiv a{line-height:46px}
  .recoContain li:hover .activeDiv p{    margin-top: 6px;}
    /*市场行情*/
  .chart {position: relative;}
  .chart .chartTab{background: #fff;position: absolute;right: 0px;top: -80px;z-index: 3;padding: 0;width: 90px;}
  .chart .chartTab .drop-down{line-height: 32px;border:1px solid #eeeeef;padding:0 15px;border: 1px solid #9b9b9b;}
  .chart .chartTab .drop-down em{font-style: normal;}
  .chart .chartTab .chartTab2,.chart .chartTab .chartTab1{display:none;border:1px solid #eeeeef; border-top:none; border-bottom:none;}
  .chart .chartTab .chartTab2 span,.chart .chartTab .chartTab1 span{border-radius:0;background:none;border-bottom:1px solid #eeeeef;color:#333;margin-bottom:0;}
  /*******************************
    --------[列表页]-------
  ********************************/
  .articel-list li{font-size:14px;}
  .list-con{margin-bottom:20px;}
  /*******************************
    --------[登录页]-------
  ********************************/
  .login-main{background-size:auto 100%;}
  .login-main .welcome{margin-top:40px;}
  .login-main .welcome p{margin-top:20px;}
  .loginBar dl{width:33.33%;}
  .loginBox{float:none!important;}
  .login{padding:15px;}
  .login h1{font-size: 20px;margin: 10px auto;padding-bottom:10px;}
  .login .logoBtn{margin:20px auto;}
  .login-main .memberBtns{margin-top:20px;margin-bottom:10px;}
  .login-main .member-btn{width:48%;float:none;margin:10px auto;}
  .loginBar{margin:20px auto;}
  /*******************************
    --------[注册]-------
  ********************************/
  .step .step-item em{display:none;}
  .step .step-item{line-height:30px;font-size:12px;margin-top:10px;}
  .registerBox{margin-top:10px; padding:15px;}
  .member-item{padding:15px;}
  .member-type .member-tab span::after{margin:10px auto -1px;}
  .registerBox-md label input[type=radio]{margin-right:10px;}
  .registerBox-md{margin-top:25px;}
  /*******************************
    --------[忘记密码]-------
  ********************************/
  .forgetPassword .forget-tit{padding:10px 0 20px;}
  .forgetPassword .registerBox-md{margin-top:30px;}
  .forgetPassword{padding:15px;margin-top:20px;}
  /*******************************
    --------[个人中心]-------
  ********************************/
  .personalCon{padding:15px;}
  .personalCon .ruleBox{margin-top:0px;padding:1em 0;}
  .personal-btns a{width:50%;}
  .personal-btns a:last-child{padding-right:20px;}
  .personal-btns a:nth-child(2n){border:none;}
  .recommend-center{margin-bottom:30px;padding-bottom:0px;}
  .more-members .member-btn{width: 48%;margin: 0 1%;min-width: inherit;}
  .more-members .member-btn:nth-child(2){left:51%;}
  .more-members .more-info{padding:15px;}
  .product-item{padding:0;margin-top:20px;}
  .product-item dd h4{margin-bottom:10px;}
  .product-item dd {width: calc(100% - 87px);}
  .product-item dd{padding-left:15px;}
  .more-members{padding:0 15px 15px;}
  .fastLink-list dl{width:50%;margin-bottom:10px;}
  .hoverBox1{left:-15px;margin-left:0px;}
  .hoverBox2{right:-15px;left:auto;margin-left:0px;}
  /*******************************
    --------[交易查询]-------
  ********************************/
  .tradingQuery-table .tradingQuery-td span{float:Left;margin-right:8px; width: 130px;}
  .tradingQuery-table .tradingQuery-td1 a{float:left;width:calc(100% - 78px);}
  .greenCarbon-summit{height:auto!important;}
  .greenCarbon-form input{width:100%;border-top:1px solid #e5e5e5;border-right:none;}
  .greenCarbon-form,
  .greenCarbon-search{width:100%;}
  .greenCarbon-search a{ background-size:100% 100%;}
  /*******************************
    --------[订单支付]-------
  ********************************/
  .methodPayment .way-list{width:100%;}
  .methodPayment .way-item input[type="radio"]{margin-top:12px;}
  .methodPayment .way-item{width:50%;padding-left:10px;}
  /*******************************
    --------[订单列表]-------
  ********************************/
  .orderList .order-td1 .goods-info .goodsLogoFile img,
  .orderList .order-td1 .goods-info .goodsLogoFile,
  .orderList .order-td1 .goods-info .goodsTitle{widtH:100%;margin:0;padding:10px;}
  .orderList .order-td1 .goods-info .goodsTitle p.order-title{margin-top:0;}
  /*******************************
		--------[专题头部]-------
	********************************/
  .ability-nav{top: 58px;}
  /*******************************
		--------[专题尾部]-------
	********************************/
	.communication-form .company-infor{width:100%;margin-right:0;}
	.communication-form .demand,.communication-form .submission-btn{width:100%;margin-right:0;margin-top:10px;}
	.communication-form .submission-btn a{height:34px;line-height:34px;}
	/*******************************
		--------[能力建设专题]-------
	********************************/
	.expert-item{background-size:100% auto ;}
	.thematic-link{margin-top: 20px;font-size: 16px;}
	.thematic-link div{height:2px;}
	.building-case .case-itme{line-height:175px}
	.building-case .case-itme3,
	.building-case .case-itme4,
	.building-case .case-itme5{margin-top:-85px;}
	.building-case .case-itme6,
  .building-case .case-itme7{margin-top:2px;}
  /*******************************
      --------[绿碳专题]-------
	********************************/
	.news-right{padding:0 15px 15px;}
	.news-item p{margin-top:20px;padding-bottom:10px;}
	.greenCarbon-side,.report-list,.cooperation{margin-top:0px;}
	.side-list{margin-bottom:60px;}
	.side-con.item-active{padding:0;box-shadow: inherit;border:none;}
	.side-tab span{width:80px;background:none!important;background-color:#fff!important;padding-left:0px; font-size: 14px;}
	.side-tab span.award.activeTab,
	.side-tab span.subForum.activeTab{background:none!important;background-color:#7de3e3!important;}
	.side-con .more {margin-top: -38px;margin-right: 5px;}
	.greenCarbonTitle{letter-spacing:5px;}
	.greenCarbonLogo{padding:0;margin-top:20px;}
	.greenCarbonLogo img{margin:0;}
	.cooperation .slick-prev{top:-10px;left:auto;right:40px;}
  .cooperation .slick-next{top:-10px;left:auto;right:20px;}

  .reviewBox{position:static;height:auto;}
	.reviewBox .review-item{position:static;display:block;}
  /*******************************
    --------[低碳专题]-------
  ********************************/
  .advantage .lowCarbon-tit{padding-bottom: 25px;}
  .lowCarbon-service{margin: 50px auto 30px;padding: 20px 0 20px;max-width:94%}
  .lowCarbon-service .lowCarbon-tit span{font-size:22px!important;}
  .lowCarbon-service .lowCarbon-tit span.tit-FU{font-size:14px!important;}
  .lowCarbon-service .lowCarbon-tit{letter-spacing:4px;}
  .lowCarbon-service dl{margin-bottom:0;}
  .lowCarbon-service dd{font-size:14px;letter-spacing:0px;margin-top:5px;}
  .lowCarbonNewCen .cen-right h4{font-size:16px;line-height:24px;margin:0;}
  .lowCarbonNewCen,.lowCarbonNewCen .cen-right{width:100%;margin-bottom:1px;}
  .advantage{background-size:100% 100%;}
  .extension-slick .extension-item{padding:15px;}
  .mediaCenter .mediaCenter-con{padding-bottom: 20px;margin: 20px 0 20px;}
  .mediaCenter,.advisory-policy,.lowCarbon-consultation,.advantage,.lowCarbon-partner{padding:20px 0 20px;}
  .extension-for{padding:40px 0 0;}
  .extension-for h4{font-size: 36px;letter-spacing: 15px;}
  .extension-for p{margin-top:20px;}
  .advisoryPolicy-item{    padding: 20px 0 20px;}
  .advisoryPolicy-item p{line-height:24px;text-align:left;}
  .advisoryPolicy-item .advisory-item {padding: 15px 15px;margin-top: 10px;}
  .lowCarbon-tit{margin-bottom:0px;    padding-bottom: 10px;}
  .advantage-tab span{padding: 15px 0;}
  .advantage-item{font-size:14px;line-height:24px;margin: 20px auto 10px;}
  .regulationsBox{overflow-x:auto;}
  .regulations{white-space: nowrap;height: 48px;width: 720px;}
  /*.regulations span{width:180px;}*/
  .regulations-item h4{font-size:18px;line-height:26px;}
  .regulations-item .none-pull{float:none!important;text-align:center;}
  .lowCarbon-partner img{margin-top:20px;}
}
/***首页推荐专区蓝色渐变色***/
.gradual-change-blue,.recoContain li:hover div.activeDiv{background: #2d71cf;background: -moz-linear-gradient(-90deg,#3b95f2, #2d71cf);background: -webkit-linear-gradient(-90deg,#3b95f2, #2d71cf);background: -o-linear-gradient(-90deg,#3b95f2, #2d71cf);background: -ms-linear-gradient(-90deg,#3b95f2, #2d71cf);}
/* 清除浮动 */
.clearfloat:after { content: ""; display: block; height: 0; clear: both; visbility: hidden; }
.clearfloat { *zoom: 1; }
/*Common For Max plus*/
@media only screen and (max-width: 479px) {
  .expert-library .slick-initialized .slick-slide{height:250px;}
  .expert-library .expert-item{height: 250px;}
  .expert-library .expert-info{height:237px;}

  .picture-list .picture-item .report-info {display: none;}
  .greenCarbon-side, .report-list, .cooperation {margin-top: 15px;}
  .picture-report {margin-top: 25px;}
  .news-right p {margin-top: 20px;}
  .marvellous-con {margin-top: 35px;}
  .marvellous-con h4 {margin-bottom: 15px;}
  .reviewEvents {margin-top: -5px;}
  .reviewEvents .news-box:hover div .news-tit{margin-bottom: 0px;padding-top: 30px;}
  .reviewEvents .news-box:hover .line-top .date1{transform: translateY(40px);}
  .news-box .line-top{top: 0px;}
  .reviewEvents .date{font-size:18px;}
  .reviewEvents .news-box{height: 120px;}
  .reviewEvents .topdate{margin-top: 0px;}
  .reviewEvents .news-box:hover .topdate{margin-top: 15px;}
  .reviewEvents .news-box:hover .news-more{transform: inherit;}
  .picture-report .p-lg{padding:0px;}
  .cooperation-tit{background-size: 90%;font-size: 24px;height: 140px;line-height: 112px;padding-left: 5px;letter-spacing: 5px;}
  .greenCarbonTitle{font-size:24px;}
  .extension-for h4{font-size:22px;}
  .lowCarbon-tit{font-size:22px;}
  .consultation{padding: 20px 0 20px;}
  .regulations-list .m-t-lg{margin-top: 10px;}
  .extension-for{padding: 20px 0 0;}
  .lowCarbonNewCen .cen-right h4{font-size: 12px; line-height: 16px; margin: 0 0 10px 0;}
  .lowCarbonNewCen .cen-right{height: 80px;}
  .building-VIP{padding: 60px 0;margin: 26px 0 5px;}
  .special-footer{margin-top: 0px;padding-top: 0px;}
  .building-tit{padding-bottom: 2px;margin-top: 23px;margin-bottom: 10px;}
  .banner-mask{font-size: 1.8em;}
  .personal-btns a,
  .personal-btns a:last-child{padding:0 10px;}
  .personal-btns a img{margin-right:5px;}
  .marketRight {text-align: center;}
  .marketRight p{margin: 1px;}
  .recoContain li:hover .activeDiv label{font-size:20px;}

}

/*Common For Max i6,i7,i8*/
@media only screen and (max-width: 413px) {
  .expert-library .slick-initialized .slick-slide{height:260px;}
  .expert-library .expert-item{height: 260px;}
  .expert-library .expert-info{height:247px;}

  .sign-out-btn{margin: 20px 15px 0 5px;}
  .marketTab span {margin-right: 5px;padding: 0 5px;}
  /*******************************
    --------[列表页]-------
  ********************************/
  .list-left .left-con{padding:10px;}
  .list-left .left-con .left-tit{font-size:18px;line-height:30px;}
  .list-left .left-con .list-nav>li{line-height:20px;}
  .list-left .left-con .list-nav>li span{height:20px;}
  .list-left .left-con .list-nav>li span:before {line-height: 20px;}
  .hangqing {width: 440px;margin-left: -30px;height: 350px;}
}

/*Common For Max 320*/
@media only screen and (max-width: 320px) {
  /*******************************
		--------[能力建设专题]-------
	********************************/
	.building-case .case-itme{line-height:150px;font-size:18px;}
	.building-case .case-itme3,
	.building-case .case-itme4,
	.building-case .case-itme5{margin-top:-85px;}
	.building-case .case-itme6,
	.building-case .case-itme7{margin-top:-15px;}

}

/* --------------------------- 固定屏幕样式 ---------------------------------------- */

/*960*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {

}

/*768*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/*480*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/*320*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

}

/*240*/
@media only screen and (max-width: 319px) {

}
