@charset "UTF-8";

img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}

a {
  color: #252b3a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

body {
  font-size: 14px;
  color:#575d6c;
  background-size: cover;
  -ms-behavior: url(../css/backgroundsize.min.htc);
  behavior: url(../css/backgroundsize.min.htc);
  overflow-x: hidden;
}

.bold {
  font-weight: 600;
}

@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-moz-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-webkit-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-o-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}

/* banner */
.commom_banner {
  position: relative;
  overflow: hidden;
}

.commom_banner img {
  width: 100%;
}

.commom_banner .text {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}

.commom_banner .text .w1440 {
  position: relative;
}

.commom_banner .text h3 {
  margin-bottom: 8px;
  font-size: 42px;
}

.commom_banner .text .banner-text {
  margin:20px 0 28px;
  font-size: 16px;
  width: 42%;
}

.commom_banner_link a,
.options_items_link a {
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
}

.commom_banner_link a:nth-child(2),
.options_items_link a {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
}

/*.commom_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.commom_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.commom_banner_link a:after,
.options_items_link a::after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.commom_banner_link a:hover:after,
.options_items_link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.commom_banner .download {
  width: 192px;
  background-color: #fff;
  color: #0068dd;
}

.dis {
  width: 85%;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .commom_banner .text h2 {
    font-size: 36px;
  }

  .commom_banner .text h3 {
    font-size: 36px;
  }
}

@keyframes myfirst {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */ {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* esg观点*/
.options {
  background-color: #f5f7fa;
  padding-top: 4.48%;
  padding-bottom: 2.24%;
  text-align: center;
}
.options .dis {
  margin: 20px 0;
}
.options_items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.options_items .item_left {
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 8px;
  min-height: 510px;
}
.options_items .item_left .content {
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 0 0 30px 30px;
}
.options_items .item_right {
  width: 35%;
  background-color: #f5f7fa;
  border-radius: 8px;
  border: 1px solid rgb(220, 224, 230);
}
.options_items .item_right .img {
  min-height: 250px;
}
.options_items .item_right .img img {
  max-width: 100%;
 height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.options_items .item_right .content {
  text-align: left;
  padding:0 30px 10px 30px;
  background-color: #f5f7fa;
}
.options_items .item_right .content .main_title{
  color: #252b3a;
  transition:all 0.5s ease;
  font-weight: 600;
}
.options_items .item_right .content .dis {
  width: 100%;
}
.options_items .item_right:hover .main_title{
  color:#0068dd ;

} 
/* end */
.starting {
  background-color: #f5f7fa;
  padding: 65px 0 40px;
  text-align: center;
}

.starting_sub {
  width: 1045px;
  color: #575d6c;
  margin: 20px auto 10px;
}

.starting div img {
  width: 100%;
}

.starting_m {
  color: #0086f1;
}

.starting_m::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 1px solid #0086f1;
  border-top: 1px solid #0086f1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}

.starting_m:hover::after {
  margin-left: 15px;
  transition: 0.5s;
}

.product_detail_experience .top_title {
  text-align: center;
  padding-top: 4.48%;
}

.product_detail_experience .big_title {
    color:#252b3a;
  margin-bottom: 12px;
  font-weight: 600;
}

.product_detail_list li {
  padding: 2% 0;
}



.product_detail_list li .w1440 {
  position: relative;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.8em
}

.product_flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.product_detail_list li .left {
  width: 50%;
}
.product_detail_list li .left .img{
  width: 100%;
  height: 100%;
}

.product_detail_list li .left img {
 max-width: 100%;
 min-width: 100%;
}

/* .product_detail_list li .left:hover img:first-child{transform: scale(1.04);transition: all 0.6s ease-out;} */
.product_detail_list li .right {
  width: 50%;
  padding: 3%;

}

.product_detail_list li:nth-child(odd) .product_flex {
  flex-direction: row-reverse;
}



.product_detail_list li .right .title {
  margin-bottom: 18px;
  color: #252b3a;
}

.product_detail_list li .right .des {
  line-height: 1.625em;
}
.product_detail_list li .right .des{
  max-height: 250px;
  overflow-y: auto;
}
.product_detail_list li .right .des::-webkit-scrollbar {
  width: 5px;
 height: calc(100% / 2);

}

.product_detail_list li .right .des::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 3px; 
}




.product_detail_list li .product_detail_link {
  position: relative;
}

.product_detail_list li .product_detail_link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #7b7d7e;
  color: #7b7d7e;
}

.product_detail_list li .product_detail_link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  border: none;
  height: 40px;
  line-height: 40px;
}

.product_detail_list li .product_detail_link a .iconfont {
  opacity: 0;
  transition: all 0.4s;
}

.product_detail_list li .product_detail_link a:hover .iconfont {
  opacity: 1;
  margin-left: 10px;

}

.product_detail_list li .product_detail_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_detail_list li .product_detail_link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}

/* 报告 */

.epm {
  padding: 3.64% 0 2%;
  text-align: center;
}
.epm .big_title {
  margin-bottom: 2%;
  color:#252b3a;
  font-weight: 600;
}
.epm .swiper-wrapper {
  justify-content: space-between;
  align-items: center;
}
.epm .epm_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}
.epm .sw_prev,
.epm .sw_next {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7b7d7e;
  border-radius: 50%;
  color: #7b7d7e;
  cursor: pointer;
}
.epm .sw_prev {
  margin-right: 20px;
}
.epm .sw_prev span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.5s;
}
.epm .sw_next span {
  display: block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
.epm .click {
  border-color: #0360c3;
}
.epm .click span {
  border-right: 2px solid #0360c3;
  border-top: 2px solid #0360c3;
}
.epm h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.86%;
}

.epm .swiper-slide {
  color: #fff;
  position: relative;
  min-height: 560px;
  background-color: white;
  border-radius: 8px;
}

.epm li::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.epm .swiper-slide .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-left: 30px;
  left: 0;
  bottom: 40px;
  text-align: left;
}

.epm .swiper-slide .text .epm_des {
  overflow: hidden;
  transition: 0.5s;
}

.epm_tit {
  line-height: 1;
  margin: 25px 0 10px;
  font-weight: 600;
}

.epm_more {
  max-height: 0;
  width: 122px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  transition: 0.5s;
}

.epm_more::after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.epm_more:hover::after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}

.epm .swiper-slide:hover .img {
  opacity: 0;
  transition: 0.5s;
}

.epm .swiper-slide:hover .text .epm_more {
  max-height: 42px;
  margin-top: 15px;
  transition: 0.5s;
  border: 1px solid #fff;
 
}

/* esg奖项 */

.pingtai {
  padding: 3%;
  text-align: center;
}
.pingtai h2,.options h2 {
color:#252b3a;
  }

.pingtai ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.pingtai ul li {
  width: 20%;
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.pingtai_content {
  position: relative;
  word-wrap: break-word;
  word-break: normal;
  text-align: center;
  width: 100%;
  min-height: 170px;
}
.short_title {
  color: #00a036;
}

.pingtai_tit {

  margin: 10px auto 10px auto;
  color:#252b3a
}

.pingtai_des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  color: #7b7d7e;
  width: 80%;
  margin: 0 auto;
}

.pingtai ul li .img {
  position: absolute;
  bottom: -30px;
  width: 100%;
  z-index: -2;
}

.pingtai ul li .img img {
  width: 100%;
}
.pingtai .reward {
  margin-top: 40px;
}
.vio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99;
}

.vio .video {
  width: 60%;
  position: relative;
}

.vio .video video {
  width: 100%;
}

.vio_flx {
  display: flex;
}

.video svg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 66;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .w1440{
    padding-left: 0!important;
    padding-right: 0!important;
  }
	.top_title .fnt_18{
		font-size: 14px;
	}
  .product_flex{
    display: block;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  }
  .commom_banner img {
    height: 6.6rem;
    width: auto;
    position: relative;
    right: 0;
  }

  .commom_banner .text {
    text-align: left;
    padding: 0.3rem;
  }

  .commom_banner .text .fnt_42 {
    font-size: 24px;
  }

  .commom_banner .text .banner-text {
    width: 100%;
    margin: 10px 0 14px 0;
  }

  .commom_banner_link a {
    float: none;
    display: inline-block;
  }
  .commom_banner .download{
    width: 3rem;
  }
  .mycenter {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .dis {
    width: 100%;
    margin: 0 auto;
  }
  .product_detail_list li .left{
	width: 100%;
  }
  .product_detail_list li .right{
	width: 100%;
	box-shadow: none;
  }
  .product_detail_list li:nth-child(odd) .right{
	box-shadow: none;
  }
  .product_detail_list li .right .des{
    max-height: none;
  }
  .pingtai h2{
    color:#252b3a;
  }
  .pingtai ul{
	margin-top: 0.8rem;
  }

  .pingtai_content {
    min-height: 2.6rem;
}
.pingtai .EBC-intro-list{
  position: relative;
}
.pingtai ul li .img {
  bottom:14px;
}
  .manage_sum {
    width: 100%;
    margin: 0.25rem auto 0.65rem;
    font-size: 14px;
  }

  .epm h3 {
    font-size: 0.4rem;
  }

  .epm_tit {
	margin: 25px 0 10px 0;
  }
  .epm .swiper-slide .text {
    left:20px;
    bottom: 30px;

}

  .epm .swiper-slide .text .epm_more {
    max-height: 36px;
    margin-top: 20px;
	width: 108px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    border: 1px solid #fff;
}
.epm .swiper-slide:hover .text .epm_more {
    max-height: 36px;
  }
  .epm {
    padding: 0.3rem;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0 5px;
  }
  .starting {
    padding: 30px 0;
  }

  .starting_sub {
    margin: 10px auto 20px;
  }

  .pingtai ul li {
    width: 48%;
    margin-bottom:0.5rem;
    text-align: left;
    min-height: 3rem;
  }

  .pingtai_tit {
   display: flex;
	justify-content: center;
	align-items: center;
	min-height: 0.5rem;
  margin: 0 auto;
  }
  .pingtai .reward {
    width: 90%;
    margin-top: 0;
    text-align: center;
}
.options_items{
	display: block;
  margin-top: 0.4rem;
}
.options_items .item_left {
	width:100%;
	border-radius: 0;
	border: none;
  }
  .options_items .item_right {
	width:100%;
	border-radius: 0;
	border: none;
	margin-top:  1rem;
    display: block;
  }
  .options_items .item_left .content .title{
	width: 80%;
  }
  .options_items .item_right .img img {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
  }
  .options_items .item_right .content{
	padding-top: 20px;
  }
  .item_left .dis{
    width: 90%;
  }
  .epm .sw_epm{
  padding: 0.2rem 0 0.8rem;
  }
  .epm .swiper-slide {
	width: auto;
	min-height:420px;
	border-radius: 8px;
  }
  .epm .swiper-pagination{
	left: 50%;
    transform: translateX(-50%);
  }
  .starting_img {
    overflow: scroll;
    height: 400px;
  }

  .starting .starting_img img {
    height: 100%;
    width: auto;
  }
  .options_items .item_right .img{
    max-height: 250px;
    min-height: auto;
    margin: 10px 0 0 0;
  }
 
}

/* 视频播放 */
.commom_banner .video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22.5%;
}

.commom_banner .video-btn a {
  display: block;
  position: relative;
}

.commom_banner .video-btn img {
  position: relative;
  z-index: 2;
  width: 80px;
}

.commom_banner .video-btn a:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: water 1.5s linear infinite;
  animation: water 1.5s linear infinite;
}

#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
  width: 100%;
}

#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
