@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;border-radius: 0;box-sizing: border-box;}
body {font-size: 13px;font-family: "思源黑体";margin: 0px auto;background: #000000;max-width: 640px;height: auto;padding-top: 68px;}
ul,
li {list-style: none;margin: 0;padding: 0;}
a {text-decoration: none;}
img {border: none;vertical-align: middle;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;color: #000;}
i {font-style: normal;}
/* 滚动条 */
::-webkit-scrollbar {width: 6px;background: #ffffff; height:3px;}
::-webkit-scrollbar-thumb {background: #999;border-radius: 10px;}
/* 去掉默认样式 */
input[type="checkbox"] {
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;outline: 0;
}
 
/* 添加自定义样式 */
input[type="radio"]::before {
   content: " ✔ ";
   display: inline-block;margin-top:-5px;
   width: 14px;color:#fff; font-size:15px;
   height: 12px;padding-left:2px;padding-bottom:6px;
   border: 1px solid #bbb;
   background-color: white;
   /* 其它样式 */
}

/* 添加自定义样式 */
input[type="checkbox"]:checked::before {
   content: " ✔ ";
   display: inline-block;
   width: 14px;font-size:15px; 
   padding-left:2px;padding-bottom:6px; 
   height: 12px;
   border: 1px solid #c9151e;
   color:#fff;
   background-color: #c9151e;
   /* 其它样式 */
}
/* 添加自定义样式 */
input[type="checkbox"]::before {
   content: " ✔ ";
   display: inline-block;
   width: 14px;color:#fff; font-size:15px;
   height: 12px;padding-left:2px;padding-bottom:6px;
   border: 1px solid #bbb;
   background-color: white;
   /* 其它样式 */
}

/* 添加自定义样式 */
input[type="radio"]:checked::before {
   content: " ✔ ";
   display: inline-block;
   width: 14px;font-size:15px; margin-top:-5px;
   padding-left:2px;padding-bottom:6px; 
   height: 12px;
   border: 1px solid #c9151e;
   color:#fff;
   background-color: #c9151e;
   /* 其它样式 */
}
/* 头部*/
.top_bg {width: 100%;max-width: 640px;border-bottom: 1px solid #222;position: fixed;left: 50%;top: 0px;box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.11);box-sizing: border-box;z-index: 9999;transform: translateX(-50%);transition: all 0.4s ease; background:#000;}
.top_t{width:100%;height:30px;line-height:30px; background:#333;color: #999; text-align:right; display:none;}
.top_ta {margin: 0 auto; overflow:hidden; text-align:right;}
.top_taleft{ text-align:right!important; padding-right:5px!important;}.top_taleft img{ width:16px!important;opacity:0.5;/*filter:grayscale(100%) brightness(500);*/ border-radius:50%;/* border:1px #0080ad solid;*/}
.top_taleft a{display:inline-table; margin-right:5px;margin-left:5px; color:#999!important; font-size:11px!important; }
.top_taleft a:hover{ color:#e5000a;}

.top_navbg{display:none!important; visibility:hidden;}
.top_right{display:none!important; visibility:hidden;}
.top {width: 96%;margin: 0 auto; overflow:hidden; margin-bottom:5px;}
.top .top_logo {float: left; margin-top: 10px;}
.top .top_logo img {height: 48px;}
.top .top_nav {display: none;}
/*右边三横*/
.top_rr {float: right;}

.top_taleft{ text-align:left; padding-right:15px;}.top_taleft img{ width:23px;filter:grayscale(100%) brightness(500); border-radius:50%;/* border:1px #0080ad solid;*/}
.top_taleft a{display:inline-table; margin-right:5px;margin-left:5px; color:#333; font-size:15px; }
.top_taleft a:hover{ color:#e5000a;}

.menu {float: right;width: 28px;overflow: hidden;display: inline;position: relative;height: 40px;margin-top: 22px;margin-right: 10px;cursor: pointer;}
.menu span {width: 100%;overflow: hidden;position: absolute;left: 0px;top: 4px;z-index: 12;height: 3.5px;border-radius: 2px;background: #fff;transition: all 0.4s ease;}
.menu span:nth-child(2) {top: 12px;transition: all 0.4s ease;}
.menu span:nth-child(3) {top: 20px;transition: all 0.4s ease;}
.menu_show {top: 4px;}
.menu_show span { transform: rotate(45deg);top: 8px;}
.menu_show span:nth-child(2) {transform: rotate(-45deg);top: 8px;}
.menu_show span:nth-child(3) {display: none;}
.menu1 img{width:30px; display:inline-table;margin-top: 20px; vertical-align:top;}
.menu1 i{padding-top:22px;font-size:14px; line-height:16px; font-weight:bold;display:inline-table; text-align:center;}
.menu1 i span{font-size:11px; font-weight:normal; display:block;}
.menu1 a{color:#fff;}.menu1 a:hover{color:#e5000a;}
/*手机版主菜单*/
.nav_sj {display: none;width: 100%;position: absolute;top: 68px;right: 0px;height: auto;background: rgba(255, 255, 255, 0.98);overflow: hidden;padding: 0px 0px;z-index: 99999;}
.nav_sj ul {float: none;display: block;}
.nav_sj ul li {float: none;font-size: 16px;padding: 0 5%;line-height: 50px;border-bottom: 1px #eee solid;box-sizing: border-box;}
.nav_sj ul li span {float: right;}
.nav_sj ul li span img {width: 15px;}
.nav_sj ul li a {color: #333;text-align: left;height: 50px;line-height: 50px;display: inline-block;}
/*.nav_sj ul li.hover { background:#e5000a;}*/
.nav_sj ul li a.hover {color: #cccccc;/*font-weight: bolder;*/border-bottom: 0px #666 solid;}
.nav_sj ul li .nav1 {display: none;width: 86%;margin-left: 6%;}
.nav_sj ul li .nav1 a {color: #999;height: 40px;line-height: 40px;font-size: 15px;}
/* 下拉搜索 */
.nav_sj1{width:100%; height:56px; background: linear-gradient(to bottom, #595959, #464646);}
.nav_sj1 ul {display: block; text-align:center; padding-top:10px;}
.nav_sj1 ul li {display:inline-table;font-size: 14px;padding: 0 2.5%;text-align: center;border-right: 1px #000 solid;box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.11);box-sizing: border-box;}
.nav_sj1 ul li:last-child{border-right:0px;box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.11);}
.nav_sj1 ul li a {color: #fff;text-align: center;height: 40px;line-height: 18px;display: inline-block; font-weight:bold;}
.nav_sj1 ul li.hover a {color: #e60012;}
.nav_sj1 ul li span {display:block;font-size: 11px; font-weight:normal;}

.news_nav {width: 100%;margin: 10px auto;text-align: center; border-bottom:1px rgba(255,255,255,0.2) solid; height:50px; margin-top:0px; }
.news_nav ul {width:100%; margin:0px auto; overflow:hidden; text-align:left;}
.news_nav ul a {display:inline-block;padding-left:14px;padding-right:14px;text-align: left;font-size: 13px; line-height:50px;color: #999;overflow:hidden;}
.news_nav ul a:hover{color: #fff; background-image: linear-gradient(to top, #5c0004, #320002, #140001);border-bottom:2px #e5000a solid;line-height:48px;}
.news_nav ul a.hover{color: #fff; background-image: linear-gradient(to top, #5c0004, #320002, #140001);border-bottom:2px #e5000a solid;line-height:48px;}
/*首页banner*/
.pc_banner_swiper{display:none; visibility:hidden;}
.sj_banner_swiper{display:block; margin-top:15px;}
.sj_banner_swiper .swiper-slide img {width: 100%;height: auto;}
.sj_banner_swiper .swiper-pagination-bullet {width: 18px;height: 5px;border-radius: 2.5px;background: #ffffff;opacity: 1;margin: 0 5px !important;}
.sj_banner_swiper .swiper-pagination-bullet-active { background: #af0517;}
.ibanner_conbg{width:100%; position:absolute; overflow:hidden; top:12%; left:0; z-index:10000;}
.ibanner_conbg .banner_con{width:88%; margin:0 auto; text-align:left; overflow:hidden;}
.ibanner_conbg .banner_con h1{ display:block;font-size:16px; color:#000; font-weight:bold;}
.ibanner_conbg .banner_con p{ font-size:11px; line-height:20px;color:#666;margin-top:10px; width:60%;}
.ibanner_conbg .banner_con span{ display:block; margin-top:5%;color:#ffffff; width:90px; padding:4px 6px; text-align:center; border:1px #af0517 solid; font-size:12px; background:#af0517;  }
.ibanner_conbg .banner_con span b{ font-family:"宋体";}
/*.ibanner_conbg .banner_con:hover span{color:#af0517; background:#eee;}*/
/*banner结束*/

.query{width:94%; max-width:600px;margin:30px auto;text-align:center; border:1px #ccc solid; border-radius:50px; height:50px; line-height:50px;}
.query input{border: 0px solid #ccc; border-radius:8px;height: 40px;outline: 0;font-size: 16px;padding:0 10px;color: #666666; width:66%; margin-left:3%;}
.button1{background:url(../images/search.png) no-repeat center / cover; color:#fff; border:0px #0080ad solid;border-radius:30px; font-size:16px; height:42px;margin-top:2px;outline: 0; width:30%;}

/*内页banner*/
.pc_banner {display: none; visibility:hidden;}
.banners{ position:relative;}
.sj_banner{margin-top:0px;}
.sj_banner img {width: 100%;height: auto;}
.banner_conbg{width:100%; position:absolute; overflow:hidden; top:30%; left:0;}
.banner_conbg .banner_con{width:90%; margin:0 auto; text-align:left; overflow:hidden;}
/*.banner_conbg .banner_con dt{ font-size:20px; line-height:20px; color:#ffffff; font-weight:bold; text-align:center;}*/
.banner_conbg .banner_con h1{ font-size:16px; line-height:20px; color:#ffffff; font-weight:bold;}
/*.banner_conbg .banner_con i{ display:block;font-size:20px; color:#ffffff; font-weight:bold; margin-top:10px;}*/
.banner_conbg .banner_con p{ font-size:12px; line-height:16px;color:#ffffff;margin-top:10px; width:60%;}
/*.banner_conbg .banner_con span{ display:block; margin:0 auto; margin-top:10px;color:#ffffff; width:100px; padding:5px 10px; text-align:center; border:1px rgba(255,255,255,0.5) solid; font-size:12px; border-radius:22px; }*/
.banner_conbg .banner_con span b{ font-family:"宋体";}
.banner_con:hover span{color:#fff; background:#0079c2;border:1px #0079c2 solid;}

/* 标题 */
.title {width: 94%;margin: 0 auto; overflow: hidden;margin-bottom: 10px; position:relative;}
.title h1 {color: #fff; font-size:18px; font-weight:550; margin-bottom:5px;}
.title p { color: #fff; margin-top:8px; font-size:12px;}.title i{width:40px; height:2px; background:#fff; display:block; margin-top:10px;}
.title span {float: right;font-size: 14px;color: #fff;text-align: right; height:40px; margin-top:-25px;}
.title span a{ width:100px; padding:5px 15px; height:26px;font-size: 14px; border:1px #fff solid; color:#fff; border-radius:40px;}
a b{ font-family: swiper-icons; padding-left:5px;}
.title span a:hover{border:1px #e60010 solid; background:#e60010; color:#fff;}
.ilist{ display:none; visibility:hidden;}
.ilist a{display:inline-table; padding:8px 12px 10px; margin-left:8px; font-size:16px; color:#fff;}.ilist a:hover{background:#e60010;}.ilist a.hover{background:#e60010;}


.ionline_bg{padding-top: 16px;padding-bottom: 16px;overflow: hidden;}
.ionline {width: 96%;margin: 0 auto;position: relative; text-align:center; }
.ionline h1{width:90%; margin:0 auto;color:#fff; font-size:16px; line-height:22px; }.ionline h2{width:90%; margin:10px auto;color:#fff; font-weight:normal; font-size:16px;}
.ionline_list{margin-top:10px;}
.ionline_list ul li{height:300px; border-radius:10px; overflow:hidden; position:relative;}
.ionline_list ul li:nth-child(2n+2){ margin-right:0%;}
.ionline_list ul li img{width:100%;}
.ionline_com{width:100%; position:absolute; bottom:30px; left:0px; text-align:center;}
.ionline_com h1{font-size:16px; color:#fff;}.ionline_com p{font-size:16px; line-height:20px; color:#fff;margin-bottom:10px;}
.ionline_com a{ padding:5px 8px; width:110px; margin:0 auto; display:block; border-radius:20px; background:#e60010; color:#fff; font-size:13px;}

.ienergy_bg{padding-top: 20px;padding-bottom: 30px;}
.ienergy {width: 96%;margin: 0 auto; text-align:center;border-radius:15px; background:#ffffff;overflow: hidden; }
.ienergy_com{ width:96%; margin:20px auto;} 
.ienergy_com h1{font-size:16px; font-weight:bold; color:#000; line-height:22px;}
.ienergy_com p{ font-size:16px; line-height:20px; margin-top:10px;}
.ienergy_img{ border-radius:15px; height:300px; overflow:hidden; position:relative;}
.ienergy_img img {
  position: absolute; /* 绝对定位 */
  top: 50%; /* 上边距为50% */
  left: 50%; /* 左边距为50% */
  transform: translate(-50%, -50%); /* 向左和向上移动自身宽高的50% */
}

/* 核心优势 */
.iIndustry_bg {  padding-top:6px;padding-bottom: 36px;}
.iIndustry {width: 96%;margin: 0 auto;}
.iIndustry > img { width: 100%;height: auto;}
.iIndustry ul {width: 100%;height: 100%;overflow: hidden;}
.iIndustry ul li {height: 100%;transition: all 1s ease; background:#fff; border-radius:10px; margin-bottom:10px;}
.iIndustry ul li:nth-child(4n+4) {margin-right: 0;}
.iIndustry ul li a {display: block;width:94%; margin:0 auto;height: 100%;transition: all 1s ease; overflow:hidden; padding-top:4%;}
.iIndustry ul li .news_img {overflow: hidden; height:200px;}
.iIndustry ul li a img{width:100%; border-radius:10px;}
.iIndustry ul li:hover{background:#e60010;}
.iIndustry a .iIndustry_text span {display: block;font-size: 12px;box-sizing: border-box; color:#666; height:30px; line-height:32px; margin-top:2px; }
.iIndustry .iIndustry_bottom h1 {font-size: 14px;color: #000;font-weight: 500;margin-top: 3px; line-height:20px;}
.iIndustry .iIndustry_bottom p {font-size: 14px;color: #555;font-weight: 500;margin-top: 2px; padding-bottom:15px; border-bottom:1px #e9e9e9 solid; }
.iIndustry .iIndustry_bottom i {font-size: 13px;color: #666;font-weight: 500;margin-top: 2px; height:45px; line-height:40px; width:100%; position:relative; display:block;}
.iIndustry ul li:hover .iIndustry_text span{color:#fff;}
.iIndustry ul li:hover .iIndustry_bottom h1{color:#fff;}
.iIndustry ul li:hover .iIndustry_bottom p{color:#fff;}
.iIndustry ul li:hover .iIndustry_bottom i{color:#fff;}.iIndustry ul li:hover .iIndustry_bottom p{border-bottom:1px rgba(255,255,255,0.3) solid;}


/*partner合作伙伴*/
.ipartner_bg {padding-top: 4px; margin:0 auto;position: relative; padding-bottom:10px;}
.ipartner {width: 94%;margin:10px auto;overflow:hidden;}
.ipartner ul li {float:left;width:48%; margin-right:4%; background:#FFFFFF; border:0px rgba(0,0,0,0) solid; margin-bottom:3.5%; overflow:hidden;text-align: center; transition: all 0.4s ease;}
.ipartner ul li:nth-child(2n){margin-right:0%;}
.ipartner ul li img{ width:100%;}
/*partner合作伙伴结束*/


/* 企业简介 */
.aboutus_bg {margin:0 auto;margin-top: 38px;margin-bottom:10px; position:relative;}
.about_pic{ display:none;}
.about_pic img{width:100%;}
.aboutus {width: 90%;margin: 0 auto;overflow: hidden;}
.aboutus .aboutus_left {} .aboutus .aboutus_left .title{width:100%;}

.aboutus .aboutus_right img {width: 100%;}
.aboutus .aboutus_text {margin-top: 5px;}
.aboutus .aboutus_text h1 {font-size: 24px;color: #666;font-weight: 550;margin-bottom: 2px;}

.aboutus_text p {font-size: 14px;color: #666;line-height: 25px;margin-bottom: 20px;}
.aboutus_text ul{ overflow:hidden; margin-top:10px;}
.aboutus_text ul li{/*width:31%; margin-right:2%; float:left; text-align:center;*/}
.aboutus_text ul li:last-child{margin-right:0%;}
.aboutus_text ul li h2 {display: inline-block;font-size: 18px;color: #0080ad;line-height: 29px;padding: 0 0px;font-weight: 550;margin-bottom: 6px;}
.aboutus_left span{height:60px; display:block; margin-top:30px;}
.aboutus_left span a{ width:100px; padding:8px 15px; height:28px;font-size: 14px; padding-left:20px; border:1px #0080ad solid; color:#0080ad; border-radius:30px;}
.aboutus_left span a:hover{border:1px #0c4395 solid; background:#0080ad; color:#fff;}

/* 新闻资讯 */
.inews_bg { margin: 0 auto;margin-top: 14px;margin-bottom: 10px;overflow: hidden;}
.iNews {width: 96%; margin: 0 auto;overflow: hidden; margin-top:15px;}
.iNews1 {overflow: hidden; position:relative; border-radius:12px; overflow:hidden;}
.iNews1 a{ display:block;color:#999;}
.iNews1:hover .iNews1_img img {transform: scale(1.1);}
.newslist_bg{width:100%;height:58%;background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1));background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1));background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1));background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1)); position:absolute; bottom:0; left:0;}
.iNews1 .iNews1_text {width:90%; margin:0 auto;margin-top:47%; text-align:center; }
.iNews1 .iNews1_text > h1 {font-size: 16px;color: #fff;font-weight: 550;margin-bottom: 5px;}
.iNews1 .iNews1_text > p {font-size:14px;color: #fff;line-height:28px;overflow:hidden;}
.iNews1 .iNews1_text span {font-size: 16px; float:right;font-weight:normal;}
.iNews1 .iNews1_img {overflow: hidden; position:relative;}
.iNews1 .iNews1_img img {width:100%;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}

.iNews2 {overflow: hidden; margin-top:15px;}
.iNews2 ul li {overflow:hidden; float:left; width:48%; position:relative; margin-right:4%; border-radius:12px; overflow:hidden; margin-bottom:35px;}
.iNews2 ul li:nth-child(2n+2){ margin-right:0px;}
.iNews2 ul li:hover .iNews2_text h1 {color: #fff;}.iNews2 ul li:hover .iNews2_text p {color: #fff;}
.iNews2 ul li a {display: block;padding: 0px 0;overflow: hidden;}
.newslist_bg2{display:none;width:100%;height:50%;background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1));background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1));background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1));background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(230,0,16,0.6),rgba(230,0,16,1)); position:absolute; bottom:0; left:0;}
.iNews2 .iNews2_text {width: 100%; margin:0 auto; }
.iNews2 ul li:nth-child(3) .iNews2_text{ border-bottom:0px;}
.iNews2 .iNews2_text h1 {font-size: 18px;color: #fff;margin-bottom: 5px;}
.iNews2 .iNews2_text p {font-size:14px;color: #fff;line-height:25px; height:50px; overflow:hidden;}
.iNews2 .iNews2_text img{width:100%;}
.iNews2 .iNews2_text_right {width:90%; margin:0 auto;margin-top:20%; text-align:center; }


/* 照片 */
.photo_bg {margin: 0 auto;padding-top: 10px; padding-bottom:10px; overflow:hidden;}
.photo {width: 98%;max-width: 1580px;margin: 0 auto; overflow:hidden;}
.photo ul li {float: left;width: 49%;margin-right: 2%;text-align: center; margin-bottom:2%;margin-top:1%;overflow:hidden; background:#1a1a1a; border:1px rgba(255,255,255,0.1) solid;}
.photo ul li:nth-child(2n+2) { margin-right: 0%;}
.photo_img {overflow: hidden;height:250px;background:#000; display: grid;place-items: center; /* 同时水平和垂直居中 */}
.photo_img img { width: 100%;transition: all 0.4s ease;} .photo ul li:hover .photo_img img{transform: scale(1.1);}
.photo_text {  width:100%; margin:0 auto;padding-top: 25px; text-align:center;padding-bottom:20px;}
.photo_text dt {font-size: 14px;color: #fff;font-weight: bold;}
.photo ul li:hover .photo_text{background:#e5000a;}
.photo_text p {font-size: 13px;color: #fff;line-height: 28px;font-weight: lighter;  overflow:hidden;}


/* video */
.video_bg {margin: 0 auto;padding-top: 10px; padding-bottom:10px; overflow:hidden;}
.video {width: 98%;margin: 0 auto; overflow:hidden;}
.video ul li {float: left;width: 49%;margin-right: 2%;text-align: center; margin-bottom:2%;margin-top:1%;overflow:hidden; background:#1a1a1a; border:1px rgba(255,255,255,0.1) solid;}
.video ul li:nth-child(2n+2) { margin-right: 0%;}
.video_img {overflow: hidden;height: 100px; position:relative;}
.video_img .img { width: 100%;transition: all 0.4s ease;} .video ul li:hover .video_img .img{transform: scale(1.1);}
.video_text {  width:100%; margin:0 auto;padding-top: 5px; text-align:center;padding-bottom:20px;}
.video_text dt {font-size: 14px;color: #fff;font-weight: bold;}
.video ul li:hover .video_text{background:#e5000a;}
.video_text p {font-size: 13px;color: #fff;line-height: 28px;font-weight: lighter;  overflow:hidden;}
.videoimg{width:35px; height:auto; position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

/* 评委名单 */
.pinwei_bg {margin: 0 auto;padding-top: 10px; padding-bottom:10px;overflow:hidden;}
.pinwei {width: 98%;margin: 0 auto; overflow:hidden;}
.pinwei ul li {float: left;width: 49%;margin-right: 2%;text-align: center;background-image: linear-gradient(135deg, #640004, #000, #000);padding-top:16px; margin-bottom:2%;margin-top:1%;overflow:hidden;}
.pinwei ul li:nth-child(2n+2) { margin-right: 0%;}
.pinwei_img {overflow: hidden;height: 200px;width: 88%;margin:0 auto;}
.pinwei_img img { width: 100%;transition: all 0.4s ease;} .pinwei ul li:hover .pinwei_img img{transform: scale(1.1);}
.pinwei_text {  width:88%; margin:0 auto;margin-top: 20px; text-align:left; padding-bottom:20px;}
.pinwei_text dt {font-size: 14px;color: #fff;margin-bottom: 12px;}
.pinwei ul li:hover{background:#e5000a;}
.pinwei_text i{display:block; height:1px; width:100%; background:rgba(255,255,255,0.3); margin-top:5px; margin-bottom:5px;}
.pinwei_text p {font-size: 14px;color: #fff;line-height: 28px;font-weight: lighter;  overflow:hidden;}


/* 新闻资讯 */
.news {width: 94%;margin: 0 auto;margin-bottom: 40px;}
.news ul {}
.news ul li {overflow: hidden;position: relative;border-bottom: 1px solid #333;padding: 19px 0;}
.news ul li a {display: block;}
.news .news_img {overflow: hidden;height:220px;}
.news .news_img img {width: 100%;height: auto;}
.news .news_time {display:none; visibility:hidden;}

.news .news_text {}
.news .news_text h1 {font-size: 16px;color: #fff;font-weight: 400;margin-top: 12px;margin-bottom: 8px;}
.news .news_text p {font-size: 12px;color: #999;line-height: 20px;overflow: hidden;}
.news .news_text span {opacity: 0;position: absolute;left: 0;bottom: 0;display: block;width: 112px;height: 33px;line-height: 33px;border-radius: 20px;font-size: 13px;color: #64a846;text-align: center;background-color: #fff;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s; border:1px #64a846 solid;}
.news .news_text i {font-family: swiper-icons;font-weight: bold;font-size: 12px;}


/* 新闻内页 */
.news_de {width: 94%;margin: 0 auto;padding-top: 25px;}
.news_de .de_title {text-align: center;}
.news_de .de_title h1 {color: #fff;font-size: 18px;padding-bottom: 15px;}
.news_de .fx {text-align: center;margin: 10px auto;border-bottom: 1px solid #333;padding-bottom: 13px;position: relative;}
.news_de .fx span {font-size: 14px;color: #ccc;vertical-align: middle;}
.news_de .fx img {width: 28px;height: auto;margin: 0 10px;margin-top: -2px;}
.news_de .fx span.news_de_time {margin-right: 22px;color: #ccc;}
.news_de .news_content {margin-bottom: 24px;font-size: 12px;color: #bbb;line-height: 22px;}
.news_de .news_content p{font-size: 12px;color: #bbb;line-height: 22px;}
.news_de .news_content h2 {font-size: 12px;color: #bbb;font-weight:bold;line-height: 35px; margin-top:10px;}
.news_de .news_content span{font-size: 12px;font-weight:550; display:block;}
.news_de .news_content img {margin: 19px auto;max-width: 100%;height: auto;display: block;}
.video_btns {width: 100%;height: auto;position: relative;border-top: 1px solid #333;padding-top: 23px;margin-bottom: 30px;margin-top: 27px;}
.video_btns a {display: inline-block;font-size: 13px;color: #999;}
.video_btns a.prev,
.video_btns a.next {line-height: 33px;}
.video_btns a.prev:hover {color: #64a846;}
.video_btns a.next:hover {color: #64a846;}
.video_btns a.return {width: 141px;height: 32px;color: #fff; margin-top:10px;text-align: center;line-height: 30px;border: 1px solid #e5000a;border-radius: 30px;background-color: #e5000a;box-sizing: border-box;}

/*海外报名*/
.entry{width:100%;  background:#fff; padding-bottom:50px;}
.entry_con{width:96%; margin:0px auto; text-align:center; padding-top:10px;}
.entry_con img{width:96%; margin:0 auto;}
.entry_con h1{font-weight:bold; font-size:24px; text-align:center;}
.entry_con table{font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}
.entry_con .table1{border-left:1px #eee solid; border-top:1px #eee solid; margin:10px auto 0px;}
.entry_con .table1 tr td label{display:block;}
.entry_con table tr td{height:35px; line-height:20px; padding:10px; border-right:1px #eee solid; border-bottom:1px #eee solid; text-align:left;}
.entry_con table tr td input[type=text]{width:63%; float:right;border: 1px solid #999;background:#fff;outline: 0;font-size: 14px; height:35px; padding: 0 6px;color: #000;border-radius: 5px;}
.entry_con table tr td .input{width:100%!important; margin:0 auto; float:none!important;}
.entry_con table tr td .input1{width:100%!important; margin:0 auto; float:none!important;}
.entry_con table tr td .input2{width:100%!important; margin:0 auto; float:none!important;}
.entry_con table tr td .input3{width:100%!important; margin:0 auto; float:none!important;}
.products{overflow: auto; margin-top:20px; margin-bottom:10px;}
.entry_con .table2,.entry_con .table3,.entry_con .table4{border-left:1px #eee solid; border-top:1px #eee solid; margin:0px auto;}
.entry_con table tr th{height:50px; padding:10px; border-right:1px #eee solid; border-bottom:1px #eee solid; text-align:center; font-size:14px;}
.ccc{margin-bottom:30px;}
.ccc a{ width:150px; display:block; margin:0 auto; height:42px; line-height:42px; font-size:18px; color:#fff; background:#555; border-radius:50px;font-family:Georgia, "Times New Roman", Times, serif;}

.table3 span{ margin-left:6%; margin-right:6%; display:block; color:#fff; height:0px;}
.table3 tr th a.sub{width:200px; height:50px; line-height:50px; border-radius:0px;font-size:16px; color:#fff; background:#CC3300;}
.table3 tr th .button1{width:220px; height:50px; line-height:50px; border-radius:0px;font-size:22px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;color:#fff; background:#CC3300; outline:none; border:0;}
.entry_con table tr td input[type=radio]{ width:50px; height:50px;}
.entry_con h3{ width:94%; margin:0 auto; height:50px; line-height:20px; font-size:14px; text-align:left; margin-top:30px; display:inline-table;}
.entry_con a.bbb{ font-family:"微软雅黑"; font-size:18px; font-weight:normal; text-align:center;color:#fff;  display:inline-table; padding:1px 12px; background:#CC3300; border:1px #CC3300 solid; line-height:35px; }
.entry_con .table5{border:0px; margin:0px auto; margin-top:20px;font-family:"微软雅黑";}
.entry_con .table5 tr td{border:0px;}
.tda{text-align:center; font-size:14px; line-height:18px; height:60px;}
.info{width:100%; overflow:hidden; margin:0 auto; padding:0px;}
.info ul li{width:100%; }
.info ul li:first-child{border-bottom:1px #ccc solid;}
.table4{min-width:640px;}


/* 联系我们 */
.contactus_bg {margin:20px auto 30px;overflow: hidden;position: relative;}
.con_title {text-align: center; margin-bottom: 12px;}
.con_title i{ display:block; margin:0 auto;width:50px; height:3px; background:#c9151e;margin-bottom: 15px;}
.con_title h2 {font-size: 30px;color: #333333;font-weight: bold;margin-bottom: 15px;}
.con_title p {font-size: 14px;color: #666666; line-height:30px;}
.contactus {width: 94%;margin:0 auto;box-sizing: border-box;overflow: hidden;padding-top:10px;}
.contactus_content {}
.contactus_content h1 {font-size: 20px;color: #fff;font-weight: bold; margin-bottom:30px;}
.contactus_content i{ font-size:14px; color:#fff; display:block;}
.contactus_content h2 {font-size: 18px;color: #fcb239;font-weight: bold; margin-bottom:20px; padding-bottom:15px; border-bottom:1px #ddd solid;}
.contactus_content p {font-size: 14px;color: #fff;line-height: 25px; text-align:left;}
.contactus_content span img{ float:left; width:100px; margin-right:20px;}
.contactus_content span dd{margin-top:30px; padding-top:15px; line-height:30px; font-size:16px;color: #666666;}

.maps {position: relative; margin-top:40px; margin-bottom:40px; display:none; visibility:hidden;}
.feedback_from{overflow:hidden;}
.feedback_input {height: 50px;border-radius: 0px;margin-bottom: 3.05%;border: 1px solid #dddddd;overflow: hidden;}
.feedback_input span {float: left;width: 22.2%;height: 25px; line-height: 25px;font-size: 16px;color: #666666;border-right: 1px solid #dddddd;margin-top: 12.5px;text-align: center;}
.feedback_input input[type=text] {/*float: left;width: 77.8%;*/width:100%;height: 100%;border: 0;outline: 0;font-size: 16px;padding: 0 15px; color: #666666;}

.feedback_textarea textarea {
  display: block;
  width: 100%;
  height: 260px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-top: 14.5px;
  resize: none;
  outline: 0;
  font-size: 16px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

.feedback_btn {text-align: left;margin-top: 15px;}

.feedback_btn input {
  width: 140px;
  height: 40px;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin-right:18px;
}

.feedback_btn input[type=button] {
  background-color: #e5000a;
}

.feedback_btn input[type=reset] {
  background-color: #9a9a9a;
}



/* 分页 */
.fy {text-align: center;margin-bottom: 87px;}
.fy ul {display: inline-block;overflow: hidden;}
.fy ul li {float: left;width: 30px;height: 30px;box-sizing: border-box; border:0px #ccc solid;text-align: center;margin: 0 2px;overflow: hidden;}
.fy ul li.fy_prev a {font-weight: bold;font-size: 12px;font-family: swiper-icons;background-color: #dddddd; border-radius:50%;}
.fy ul li.fy_next a {font-weight: bold;font-size: 12px;font-family: swiper-icons;background-color: #dddddd; border-radius:50%;}
.fy ul li.fy_active a {background-color: #e5000a;border-color: #e5000a;color: #fff;border-radius:50%;}
.fy ul li:hover a {background-color: #e5000a;border-color: #e5000a;color: #fff;border-radius:50%;}
.fy ul li a {display: block;line-height: 30px;color: #999;border:0px #fff solid;font-size: 12px;}



/* 会员登录 */
.login_bg {margin:0 auto; margin-top:70px!important; margin-bottom:30px; height:780px; position:relative; overflow:hidden;}
.login_pic{display:none;}
.login_pic img{width:100%;}
.login {width: 90%;margin: 0px auto 90px;overflow: hidden;}
.login .login_left {}
.login_nav {width: 100%;height: 44px;margin: 0 auto;text-align: center; line-height:44px; border-bottom:1px #555 solid; overflow:hidden;}
.login_nav ul {display: inline-block;width: 100%;}
.login_nav ul li {display: inline-block; width:30%;margin-left:1%;margin-right:10%;text-align: left;font-size: 14px;}
.login_nav ul li:last-child{margin-left:10%;margin-right:1%;}
.login_nav ul li a {color: #555;font-size:16px; font-weight:bold; padding-bottom:9px;border-bottom: 2px #333 solid; }
.login_nav ul li.on a{color: #e5000a;border-bottom: 2px #e5000a solid;}
.login_content {width: 100%;overflow: hidden;margin: 0px auto; margin-top:10px;}
.login_input{ padding-bottom:10px; padding-top:20px;}
.login_input p{font-size:16px; color:#ccc; line-height:28px;}.login_input p span{color:#ff0000;font-size:14px;}
.login_input .input{width:100%;border: 1px solid #ccc;background:#fff;outline: 0;font-size: 16px; height:50px; padding: 0 10px;color: #333;border-radius: 5px;}
.login_input .input::placeholder {color: #666; /* 灰色 */}
.login_input a{width:100%; display:block; margin-top:10px; text-align:center; background:#e5000a; border-radius:5px; height:40px; line-height:40px; color:#fff; font-size:16px; font-weight:bold;}
.login_input a:hover{opacity: 0.8;}
.login_bottom{height:50px; line-height:50px; margin-bottom:10px;margin-top:10px;}
.login_bottom a{color:#e5000a; font-size:14px; display:inline-table;}


/*会员中心*/
#mem{display:none;}
.member {width: 100%;margin: 0px auto;overflow: hidden; }
.member_left {width: 100%;margin: 10px auto 0;text-align: center; border-bottom:1px rgba(255,255,255,0.2) solid; margin-top:00px; }
.member_left ul {width:100%; margin:0px auto; overflow:hidden; text-align:left;}
.member_left ul li{display:inline-block;padding-left:14px;padding-right:14px; height:50px; line-height:50px;}
.member_left ul a {color: #999;}
/*.member_left ul a:hover{color: #fff; background-image: linear-gradient(to top, #5c0004, #320002, #140001);border-bottom:2px #e5000a solid;line-height:48px;}*/
.member_left ul li.on{color: #fff; background-image: linear-gradient(to top, #5c0004, #320002, #140001);border-bottom:2px #e5000a solid;line-height:48px;}
.member_left ul li.on a{color: #fff;}
.member_left ul li:last-child{display:none; visibility:hidden;}
.member_left ul li:nth-child(3){display:none; visibility:hidden;}


.member .member_right {border-radius:15px; border:1px solid rgba(255,255,255,0.2);}
.member_content{width:98%; margin:30px auto; min-height:505px;color:#999; font-size:14px;}
.member_content h1{color:#ccc; font-size:16px; margin-bottom:20px;}
.member_content .member_ul li{height:60px; line-height:60px; font-size:12px; border-bottom:1px rgba(255,255,255,0.15) solid;}
.member_content .member_ul li .input{width:60%;border: 1px solid #222;background:#222;outline: 0;font-size: 14px; height:35px; padding: 0 10px;color: #999;border-radius: 5px;}
.member_content .member_ul li span:first-child{width:35%; display:inline-table; line-height:20px}
.member_content .member_ul li a{ color:#ccc;}

.but{width:100%; margin:0px auto; text-align:left;}
.but a{ display:inline-table; height:30px; line-height:30px; background:#404146; color:#999; font-size:12px; border-radius:5px; padding:5px 10px; margin-right:10px;margin-left:0px;}
.but a.on{ background:#e5000a; color:#fff; }.but a:hover{ background:#e5000a; color:#fff; }
.member_content .etable2{width:100%; margin:20px auto; border:1px #303136 solid;color:#999;}
.etable2 th,.etable2 td{ height:50px; line-height:20px; font-size:12px; padding:10px 5px;border-bottom:1px #0f0f0f solid; text-align:center;}
.etable2 th{ background:rgba(255,255,255,0.15); color:#ddd;border-right:1px #0f0f0f solid; font-weight:normal;}
.etable2 td{  color:#999;border-right:1px #303136 solid;border-bottom:1px #303136 solid;padding:15px 5px; line-height:20px; cursor:pointer;}
.etable2 td img{width:28px; margin:0 auto;}
/*.table2 tr:nth-child(2n+1) td{ background:rgba(255,255,255,0.15);}*/
.etable2 tr:hover td{ background:#1d1d1d;}.etable2 tr.no:hover td{ background:#fff;}.etable2 tr.no td{cursor:default;}
/*.table2 tr td a{ display:block; width:50px; height:30px; line-height:30px; margin:5px  auto; border:1px #e5000a solid; color:#fff; background:#e5000a; border-radius:5px;}*/
.etable2 tr td.td3 a{ display:block; width:50px; font-size:11px; height:30px; line-height:30px; margin:5px  auto; border:1px #e5000a solid; color:#fff; background:#e5000a; border-radius:5px;}
.etable2 tr td.td4 a{color:#999;}.etable2 tr td.td4 a:hover{color:#e5000a;}
.subs{ float:left; margin-left:35%; margin-top:20px;}
.subs a{ display:block; width:100px; height:40px; text-align:center; line-height:40px; margin:5px  auto; border:1px #e5000a solid; color:#fff; background:#e5000a; border-radius:5px;}

/* 底部 */
.bottom_bg {margin-top: 23px;border-top:1px rgba(255,255,255,0.2) solid;}
.bottom_bg1 {width: 96%; margin:0 auto; overflow:hidden;border-top:1px rgba(255,255,255,0.2) solid; }
.bottom {width: 90%; margin: 0 auto;}

.bottom2 {padding-top: 3px; overflow:hidden;}
.bottom_text { text-align:center; display:none; visibility:hidden;}
.bottom_logo { margin-bottom:10px;}
.bottom_logo img {height:80px;}
.bottom_text span { display:block;font-size: 20px;  color:#f08300; line-height: 32px; margin-bottom:10px; margin-top:-6px;}
.bottom_text a { color:#f08300; padding-right:20px; font-weight:550;}.bottom_text a:hover{ color: rgba(255, 255, 255, 0.5);}
.bottom_text p{color:rgba(255,255,255,0.5); font-size:14px; line-height:28px;}.bottom_text p a{color:rgba(255,255,255,0.5);font-size:14px;font-weight:500;}
.bottom_text p a:hover{color:#f08300;}

.bottom_nav {padding-top:1px;}
.bottom_nav dl { width:100%!important; margin-bottom:10px; overflow:hidden;}
.bottom_nav dl b{ width:14px; height:2px; background:#e5000a; display:block; margin-bottom:8px;}
.bottom_nav dl dt {margin-bottom: 0px;position:relative; height:35px; line-height:35px;}
/*.bottom_nav dl dt::after {position:absolute; bottom:-1px; left:0;content: ' ';display: block;clear: both;width:20px;border-bottom:3px #fff solid;transition: all 0.4s ease;}*/
.bottom_nav dl dt a {font-size: 14px;color: #ffffff;}.bottom_nav dl dt a:hover {color: rgba(255,255,255,0.6);}
.bottom_nav dl dd{width:50%; float:left;}.bottom_nav dl:last-child dd{width:100%; float:none;}
.bottom_nav dl dd a {font-size: 12px;color: rgba(255, 255, 255, 0.5);line-height: 28px;}
.bottom_nav dl dd a:hover {opacity: 0.8;}
.bottom_nav dl p{font-size: 12px;color: rgba(255, 255, 255, 1);line-height: 25px;}.bottom_nav dl p span{width:44px; display:inline-table; height:50px;}
.bottom_nav dl img{margin-top:8px;width:110px;}.bottom_nav dl p{text-align:center; display:inline-table; margin-top:5px;}
/*
.bottom_terraces {width:99%; margin:30px auto; overflow:hidden;}
.bottom_terraces ul li { display:inline-table; margin-left:10px;}
.bottom_terraces ul li img{width:40px;}.bottom_terraces ul li a {opacity: 0.6;}
.bottom_terraces ul li a:hover {opacity: 1;}*/


.bottom3 { font-size: 13px;color: rgba(255, 255, 255, 0.6); height:50px; line-height:50px; overflow:hidden;text-align:left;}
.bottom3 a {display: inline-block;color: rgba(255, 255, 255, 0.6);}
.bottom3 a:hover {opacity: 0.8;}


.close{position:absolute; top:14px; right:16px;cursor: pointer; color:rgba(255,255,255,0.8);}.close img{filter:grayscale(100%) brightness(500); width:20px;}
#close2{display:none; font-size:18px; top:12px;}