html,body{ height:100%; margin:0; padding:0;}
body{ padding:0; margin:0; color:#000; background:#f4f7f9;}
input:focus,select:focus,option:focus{outline:none}
a{ color:#000;text-decoration:none;}
a:hover{color:#ea541f;}
/*编辑状态按钮*/
.pageeditsav{ width:100%; height:90px; background-color:#EA541F; display: flex;justify-content: center;align-items: center;overflow:hidden; position:fixed; bottom:0; left:0; z-index:999;}
.pageeditsav .pasbtnitem{ width:160px; padding:0 16px;}
.pageeditsav .pasbtnitem .pageedclear{-webkit-appearance: none;appearance: none; display:block; width:160px; height:50px; border:none; border-radius:4px; line-height:50px; text-align:center; background-color:#fff; color:#000; font-size:18px; font-weight:bold;cursor:pointer; }
.pageeditsav .pasbtnitem .pageedsave{-webkit-appearance: none;appearance: none; display:block; width:160px; height:50px; border:none; border-radius:4px; line-height:50px; text-align:center; background-color:#fff; color:#000; font-size:18px; font-weight:bold; cursor:pointer;}
.pageeditsav .pasbtnitem .pageedclear:hover,.pageeditsav .pasbtnitem .pageedsave:hover{ color:#EA541F;}
/*暂无内容*/
.nonecontips{ padding:100px 0; text-align:center;}
/*暂无内容end*/

.headerwrap{ width:100%; /*position:fixed; */top:0; left:0; z-index:10; background:#FFF;}
.headerwrap .headerbox{background: fff;
              -webkit-transition: background-color .2s linear;
              -moz-transition: background-color .2s linear;
              -o-transition: background-color .2s linear;
              transition: background-color .2s linear;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);}
/*白背景*/		  
.headerwrap .headerbox:hover1,.headerwrap .headerbox.hdfixed { background:#fff; box-shadow:0 0 8px rgba(0,0,0,0.2);}
.headerwrap .headerbox .header-top	{ margin:0 auto; width:100%; height:95px; padding-top:25PX;  border-bottom: 1px solid #e2e6ea;}		  
.headerwrap .headerbox .header1{ margin:0 auto; width:1440px; height:95px; display:flex;}
.headerwrap .headerbox .header1 .logos{ padding-top:0px;}
.headerwrap .headerbox .header1 .logos .logolink{ }
.headerwrap .headerbox .header1 .logos .logolink .logob{display:none;}
.headerwrap .headerbox .header1 .logos .logolink .logow{display:block;}


.headerwrap .headerbox:hover .header .logos .logolink .logob,.headerwrap .headerbox.hdfixed .header .logos .logolink .logob{display:block;}
.headerwrap .headerbox:hover .header .logos .logolink .logow,.headerwrap .headerbox.hdfixed .header .logos .logolink .logow{display:none;}

.headerwrap .headerbox .header{ margin:0 auto; width:1440px; height:63px;  display:flex;     align-items: center;
    align-content: space-around;}
.headerwrap .headerbox .header .navs{ display:block; padding:0 20px 0 60px;}
.headerwrap .headerbox .header .navs .navlist{ display:flex;}
.headerwrap .headerbox .header .navs .navlist .navitems{ padding:0 58px;}
.headerwrap .headerbox .header .navs .navlist .navitems .navlinks{ display:block; height:100%; line-height:60px; font-size:16px; color:#000;position:relative;}
@media screen and (max-width: 1440px) {.headerwrap .headerbox .header1 .navs{ display:block; padding:0 0px 0 32px;}.headerwrap .headerbox .header1 .navs .navlist .navitems .navlinks{ font-size:16px;}}

.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks{ color:#000; }/*color:#ea541f;*/


/*兼容手机端菜单展开*/
.navsubshowbtn{ display:none;}

/*白背景鼠标经过*/
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks:hover,
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.navlinkactive,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks:hover,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.navlinkactive
{ color:#ea541f;font-weight:bold;}
/*白背景鼠标经过底横线*/
.headerwrap .headerbox .header .navs .navlist .navitems .navlinks:after{content:""; display:block; width:0; height:4px; background-color:#ea541f; position:absolute; bottom:0; left:0; transition:0.3s;}
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks:hover:after,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks:hover:after,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.navlinkactive:after
{ width:100%;}
/*白背景鼠标经过底横线当前页记录处理*/
.headerwrap .headerbox .header .navs .navlist .navitems .navlinks.navlinkactive:after{width:0%;transition:0s;}
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.navlinkactive:after{ width:100%;transition:0s;}


.headerwrap .headerbox .header .navs .navlist .navitems.navactive{}
.headerwrap .headerbox .header .navs .navlist .navitems.navactive .navlinks{}
.headerwrap .headerbox .header .navs .navlist .navitems .navlinks.rtsubmre{ padding-right:18px;}
.headerwrap .headerbox .header .navs .navlist .navitems .navlinks.rtsubmre:before{content:""; display:block; width:8px; height:8px; border:1px solid #fff;border-top:none; border-left:none; -webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute; top:44px; right:4px;}
/*白背景*/
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.rtsubmre:before,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.rtsubmre:before{border:1px solid #000;border-top:none; border-left:none;}
/*白背景鼠标经过箭头*/
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.rtsubmre:hover:before,
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.rtsubmre.navlinkactive:before,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.rtsubmre:hover:before,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.rtsubmre.navlinkactive:before
{border:1px solid #ea541f;border-top:none; border-left:none;}


.headerwrap .headerbox .header .navs .navlist .navitems.navactive{}
.headerwrap .headerbox .header .navs .navlist .navitems.navactive .navlinks{}
.headerwrap .headerbox .header .navs .navlist .navitems .navlinks.rtsubmre{ padding-right:18px;}
.headerwrap .headerbox .header .navs .navlist .navitems .navlinks.rtsubmre:before{content:""; display:block; width:8px; height:8px; border:1px solid #fff;border-top:none; border-left:none; -webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute; top:44px; right:4px;}
/*白背景*/
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.rtsubmre:before,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.rtsubmre:before{border:1px solid #000;border-top:none; border-left:none;}
/*白背景鼠标经过箭头*/
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.rtsubmre:hover:before,
.headerwrap .headerbox:hover .header .navs .navlist .navitems .navlinks.rtsubmre.navlinkactive:before,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.rtsubmre:hover:before,
.headerwrap .headerbox.hdfixed .header .navs .navlist .navitems .navlinks.rtsubmre.navlinkactive:before
{border:1px solid #ea541f;border-top:none; border-left:none;}






.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox{ height:0; opacity:0; overflow:hidden;width:100%; background-color:#f5f4f3;box-shadow:0 4px 6px rgba(0,0,0,0.1); position:fixed; top:100px; left:0; z-index:100px;}
.headerwrap .headerbox .header .navs .navlist .navitems:hover .submuenbox{ height:auto; opacity:1; overflow:visible; transition:0.5s; border-top:2px solid #e8e7e7;}
.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox .submuenlist{ transform:translateY(50px); margin:0 auto; width:1400px; box-sizing:border-box; padding:12px 100px 12px 192px;display:flex;flex-direction: row;flex-wrap: wrap;justify-content:left; }
.headerwrap .headerbox .header .navs .navlist .navitems:hover .submuenbox .submuenlist{transform:translateY(0px);transition:0.5s;}
.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox .submuenlist .submuenitem{ width:16.5%; padding:12px 0;}
.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox .submuenlist .submuenitem a{ display:flex; line-height:30px;}
.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox .submuenlist .submuenitem a .submuenicons{ vertical-align:middle;}
.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox .submuenlist .submuenitem a .submuenicons img{ vertical-align:middle;}
.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox .submuenlist .submuenitem a .submuentxt{ padding-left:10px; color:#757575; font-size:16px; vertical-align:middle;}
.headerwrap .headerbox .header .navs .navlist .navitems .submuenbox .submuenlist .submuenitem a:hover .submuentxt{color:#EA541F;}

.message{width:430px;height: 46px; margin-left:330px; margin-top:5px;   
border-radius: 4px 4px 4px 4px;background: #F4F7F9;border: 1px solid #E2E6EA;
font-family: PingFang SC, PingFang SC;font-style: normal;text-transform: none;}
.tel { width:28px; height:28px;  margin:8px; float:left; }
.tel_text { float:right; width:270px; height:40px;margin-right:5px; line-height:46px;font-weight: 500;font-size: 18px;color: #111111;text-align: left;}


.headerwrap .headerbox .header1 .hzbtns{ padding:5px 0px 0 50px;}
.headerwrap .headerbox .header1 .hzbtns .hzlinkbtn{ display:block; width:200px; height:48px; line-height:48px; text-align:center; border-radius:4px; background-color:#EA541F; color:#fff; font-size:18px;}
.headerwrap .headerbox .header .hzbtns .hzlinkbtn:hover{ background-color:#cd3e0c;}

.headerwrap .headerbox .header .lixbox{ padding-top:36px; display:flex;}
.headerwrap .headerbox .header .lixbox .lixitems{ padding:0 10px; position:relative;}
.headerwrap .headerbox .header .lixbox .lixitems .lixiicon{width:30px; height:30px; cursor:pointer;}
.headerwrap .headerbox .header .lixbox .lixitems .lixiicon img{ display:none;}
.headerwrap .headerbox .header .lixbox .lixitems:nth-child(1) .lixiicon{ background:url(../images/wacht1.png) no-repeat 0 0;}
.headerwrap .headerbox .header .lixbox .lixitems:nth-child(2) .lixiicon{ background:url(../images/telicon1.png) no-repeat 0 0;}

.headerwrap .headerbox:hover .header .lixbox .lixitems .lixiicon img,.headerwrap .headerbox.hdfixed .header .lixbox .lixitems .lixiicon img{ display:block;}
.headerwrap .headerbox:hover .header .lixbox .lixitems .lixiicon,.headerwrap .headerbox.hdfixed .header .lixbox .lixitems .lixiicon{ background:none;}

.headerwrap .headerbox .header .lixbox .lixitems .wachtlay{ height:0;transform:translateY(40px); overflow:hidden; width:197px;background:url(../images/telbg.png) no-repeat 0 0; position:absolute; top:26px; left:-72px;}
.headerwrap .headerbox .header .lixbox .lixitems:hover .wachtlay{ height:240px; transform:translateY(0px); transition:0.5s; overflow:visible;}

.headerwrap .headerbox .header .lixbox .lixitems .wachtlay .wachtewma{ padding:58px 32px 0;}
.headerwrap .headerbox .header .lixbox .lixitems .wachtlay .wachtewma img{width:132px; height:132px; opacity:0;}
.headerwrap .headerbox .header .lixbox .lixitems .wachtlay .wachttips{  font-size:20px; color:#ea541f; font-weight:bold; text-align:center; opacity:0;}
.headerwrap .headerbox .header .lixbox .lixitems:hover .wachtlay .wachtewma img{ opacity:1; transition:1s;}
.headerwrap .headerbox .header .lixbox .lixitems:hover .wachtlay .wachttips{ opacity:1; transition:1s;}

.headerwrap .headerbox .header .lixbox .lixitems .tellay{ height:0;transform:translateY(40px); overflow:hidden; width:197px;background:url(../images/telbg.png) no-repeat 0 0; position:absolute; top:26px; left:-72px;}
.headerwrap .headerbox .header .lixbox .lixitems:hover .tellay{ height:240px; transform:translateY(0px); transition:0.5s; overflow:visible;}
.headerwrap .headerbox .header .lixbox .lixitems .tellay .telewma{ padding:58px 32px 0;}
.headerwrap .headerbox .header .lixbox .lixitems .tellay .telewma img{width:132px; height:132px; opacity:0;}
.headerwrap .headerbox .header .lixbox .lixitems .tellay .teltips{ font-size:20px; color:#ea541f; font-weight:bold; text-align:center; opacity:0;}
.headerwrap .headerbox .header .lixbox .lixitems:hover .tellay .telewma img{ opacity:1; transition:1s;}
.headerwrap .headerbox .header .lixbox .lixitems:hover .tellay .teltips{ opacity:1; transition:1s;}
@media screen and (max-width: 1500px) {.headerwrap .headerbox .header .lixbox .lixitems .tellay{background:url(../images/telbg2.png) no-repeat 0 0;left:-125px; }}


/*手机菜单按钮*/
.headerwrap .headerbox .header .mbmuenbtns{ display:none;}
.headerwrap .headerbox .header .mbmuenbtns img{}

/*首页焦点图*/
.bannerwarps{ min-width:1440px; }
.bannerwarps .bannersitems{height:850px;display: flex;justify-content: center;align-items: center;overflow:hidden;}
.bannerwarps .bannersitems .bannerstxtinfo{ background:none !important; margin:0 auto; width:1400px; box-sizing:border-box; padding-right:680px;}
.bannerwarps .bannersitems .bannermaintit{ font-size:56px; color:#fff; font-weight:bold;}
.bannerwarps .bannersitems .bannermaintxt{ padding:24px 0; font-size:36px; color:#fff;}
.bannerwarps .bannersitems .bannerbtns{}
.bannerwarps .bannersitems .bannerbtns a{ display:block; width:177px; height:56px; line-height:56px; text-align:center; border-radius:8px; border:1px solid #fff; font-size:20px; color:#fff; }
.bannerwarps .bannersitems .bannerbtns a:hover{ background-color:#EA541F; border:1px solid #EA541F;color:#fff; }


.bannerwarps .swiper-pagination-bullet{background-color:#eee; opacity:0.8;}
.bannerwarps .swiper-pagination-bullet-active{ background-color:#EA541F;}
.bannerwarps .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px }
.bannerwarps .swiper-container-horizontal > .swiper-pagination-bullets{bottom:50px}
.bannerwarps .swiper-pagination-bullet{ width:16px; height:16px;}

/*关于TMC简介*/
.modwrap .ehseversbox1{margin:0 auto;padding:40px 0 30px;  width:1440px;}
.modwrap .ehseversbox1 .ehseverth1{font-size:40px; color: #111111; text-align:center; font-weight: bold;font-family: PingFang SC, PingFang SC;}
.modwrap .ehseversbox1 .ehseverdisp1{  padding:16px 0 56px;font-size:24px; color:#999999; text-align:center; font-weight: 500;}
.modwrap{}
.aboutmodbg{ background:url(../images/modbgs.png) no-repeat center center; background-size:100% auto;}
.modwrap .aboutbox{ margin:0 auto;  width:1440px; padding:30px 0 36px;}
.modwrap .aboutbox .aboutbxt{ box-sizing:border-box; padding-left:750px; position:relative;}
.modwrap .aboutbox .aboutbxt .abtth{ display:none;}
.modwrap .aboutbox .aboutbxt .abttxt{ padding:24px 0 50px; font-size:40px; color:#666666; font-weight:bold;}
.modwrap .aboutbox .aboutbxt .abtimg{ position:absolute; top:0; right:735px;}
.modwrap .aboutbox .aboutbxt .abtimg img{ }
.modwrap .aboutbox .aboutbxt .abtimg:hover img{}
.modwrap .aboutbox .aboutbxt .abtdisp{width: 680px; height: 322px; font-size:16px; color: #111111; line-height:32px; text-transform: none;text-align: left; overflow:hidden;text overflow:ellipsis; padding-top:50px;}
.modwrap .aboutbox .aboutbxt .abtdisp p{ padding:10px 0;}
.modwrap .aboutbox .aboutbxt .aboutbtns{ padding-top:12px;}
.modwrap .aboutbox .aboutbxt .aboutbtns .aboutlinkbtns{ display:block; width:166px; height:48px; line-height:48px; text-align:center;background: #FF5E00; font-size:20px; border-radius: 4px 4px 4px 4px; color:#ffffff; border:1px solid #EA541F; box-sizing:border-box; margin-top:50px;}
.modwrap .aboutbox .aboutbxt .aboutbtns .aboutlinkbtns:hover{ background: #FF5E00; color:#fff;}
.modwrap .aboutbox .aboutbxt .abtth{ display:none;}


/*四点图*/
.modwrap .maketinupbox{margin:0 auto;  width:1440px; padding:0px 0;}
.modwrap .maketinupbox .maktth{font-size:40px; color:#ea541f; font-weight:bold; text-align:center;}
.modwrap .maketinupbox .makttxt{ padding:16px 0; font-size:20px; color:#000;text-align:center;}
.modwrap .maketinupbox .maktuplibx{ height:auto; position:relative;}
.modwrap .maketinupbox .maktuplibx .maktpics{ height:750px;display: flex;justify-content: center;align-items: center;overflow:hidden;}
.modwrap .maketinupbox .maktuplibx .maktpics img{}
.modwrap .maketinupbox .maktuplibx .maktuplis{ width:100%; height:250px; margin-top:-48px; position:relative; z-index:1;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem{ width:345px; height:150px; float:left; margin:5px; box-shadow:0 0 8px rgba(0,0,0,0.1); display:flex;  background: linear-gradient( 180deg, #FFFFFF 0%, #FDF6EF 100%);border-radius: 8px 8px 8px 8px; border: 2px solid #FFFFFF; }
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:hover{box-shadow:0 0 8px rgba(234,84,31,0.4);}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:nth-child(1){top:0; left:0;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:nth-child(2){top:0; right:0;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:nth-child(3){top:178px; left:0;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:nth-child(4){top:178px; right:0;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:nth-child(5){top:356px; left:0;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:nth-child(6){top:356px; right:0;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem .maktsicons{ width:130px; margin-left:10px; height:150px;display: flex;justify-content: center;align-items: center;overflow:hidden;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem .maktsicons img{}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem .maktsinfos{ width:320px; }
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem .maktsinfos .maktslitt{ padding:48px 0 10px; width:100%; font-size:20px; color:#111111;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem .maktsinfos .maktslitt strong{ padding-right:4px;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem .maktsinfos .maktslidisp{ font-size:16px;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem:hover .maktsinfos .maktslidisp{ color:#ea541f;}
.modwrap .maketinupbox .maktuplibx .maktuplis .maktsitem .maktsinfos .maktslidisp span{ display:inline-block;}

 /*关于TMC 技术营销等级认证*/
.modwrap .ehseversbox{margin:0 auto;padding:40px 0 30px;  width:1440px;}
.modwrap .ehseversbox .ehseverth{font-size:40px; color: #111111; text-align:center; font-weight: bold;font-family: PingFang SC, PingFang SC;}
.modwrap .ehseversbox .ehseverdisp{  padding:16px 0 56px;font-size:24px; color:#999999; text-align:center; font-weight: 500;}
.modwrap .ehseversbox .ehseverlist{display:flex;flex-direction: row;flex-wrap: wrap;justify-content:left;}
.modwrap .ehseversbox .ehseverlist .ehseveritems{ width:480px; padding-bottom:30px;}

.modwrap .ehseversbox .ehseverlist1{display:flex;flex-direction: row;flex-wrap: wrap;justify-content:left;}
.modwrap .ehseversbox .ehseverlist1 .ehseveritems1{ width:480px; padding-bottom:30px;}


.ehseverpicbx1{width:440px;height:660px; padding-left:10px; position:relative;}
.ehseverpicbx2{width:440px;height:660px; padding-left:20px; position:relative;}
.ehseverpicbx3{width:440px;height:660px; padding-left:30px; position:relative;}
.ehseverpicbx1 .ehsecerbh1img{width:358px; height:109px; background:url(../images/Rectangle2.png) no-repeat;font-size: 40px; color: #FFFFFF;text-align: left; font-weight: bold; padding:39px 50px 30px 32px;}
.ehseverpicbx2 .ehsecerbh1img{width:358px; height:109px; background:url(../images/Rectangle1.png) no-repeat;font-size: 40px; color: #FFFFFF;text-align: left; font-weight: bold; padding:39px 50px 30px 32px;}
.ehseverpicbx3 .ehsecerbh1img{width:358px; height:109px; background:url(../images/Rectangle3.png) no-repeat;font-size: 40px; color: #FFFFFF;text-align: left; font-weight: bold; padding:39px 50px 30px 32px;}
.ehsecerbh1img span{font-size: 30px; color: #FFFFFF;text-align: left;}
.ehsecerbh1txt { width: 380px;height: 395px; padding:42px 30px 44px 30px; border-radius: 0px 0px 8px 8px;background: #FFFFFF;}
.ehsverhoverth{font-size:20px; color:#111111;text-align: left; font-weight: bold;}
.ehsverhoverdisp{ padding-top:12px;  line-height:24px; background: #FFFFFF;font-size: 16px; font-weight: 400;text-align: left; padding-bottom:40px;}
.ehsverhoverbn {width: 166px; height: 48px; background: #F4F7F9;border-radius: 4px 4px 4px 4px;border: 1px solid #E2E6EA;font-weight: 500;color: #111111;text-align: center; float:left; line-height:48px;}

.ehsverhoverbn1 {width: 166px; height: 48px; margin-left:40px; background: linear-gradient( 180deg, #80D401 0%, #01D486 100%); border-radius: 4px 4px 4px 4px;border: 1px solid #E2E6EA;font-weight:500;color: #FFFFFF;text-align: center; float:left; line-height:48px;}
.ehsverhoverbn1  a {color: #FFFFFF;}
.ehsverhoverbn2 {width: 166px; height: 48px; margin-left:40px; background: linear-gradient( 180deg, #01DFF8 0%, #0090FF 100%);border-radius: 4px 4px 4px 4px;border: 1px solid #E2E6EA;font-weight:500;color: #FFFFFF;text-align: center; float:left; line-height:48px;}
.ehsverhoverbn2  a {color: #FFFFFF;}
.ehsverhoverbn3 {width: 166px; height: 48px; margin-left:40px; background: linear-gradient( 180deg, #FFC42F 0%, #F25900 100%); border-radius: 4px 4px 4px 4px;border: 1px solid #E2E6EA;font-weight:500;color: #FFFFFF;text-align: center; float:left; line-height:48px;}
.ehsverhoverbn3  a {color: #FFFFFF;}


 /* */
.ehsverhoverthw{ display:none;}
.ehsverhoverdispw{display:none;;}
.wtbang {display:none; }
.ehsverhoverbnw {display:none;}
.ehsverhoverbn1w {display:none;}
.ehsverhoverbn1w  a {display:none;}
.ehsverhoverbn2w {display:none;}
.ehsverhoverbn2w  a {display:none;}
.ehsverhoverbn3w {display:none;}
.ehsverhoverbn3w  a {display:none;}
.zhqzandiscrip {display:none;}
 /* */





 /*TMC营销赋能专家团 */

.aboutmod1bg{ background:url(../images/Groupbg.png) no-repeat center center; background-size:100% auto;}
.modwrap .aboutbox1{background:url(../images/Groupbg.png) no-repeat center center; margin:0 auto;  width:1440px; height:655px; padding:30px 0 36px;}
.aboutbox1_left{ width:416px; height:425px; float:left; padding:182px 0px 48px 90px;}
.aboutbox1_lefttn{ width: 218px;height: 59px;background: #FF5E00;border-radius: 0px 0px 0px 0px; line-height:56px;
font-weight: 800;font-size: 24px;color: #FFFFFF;text-align: center; margin-bottom:20px;}
.aboutbox1_leftte{width: 355px;height: 350px;font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 18px;
color: #111111;line-height: 50px;text-align: left;font-style: normal;text-transform: none;}
.dot {color: black; margin-right: 5px; }
.aboutbox1_right{ width:576px; height:285px; float: right; padding:125px 50px 48px 220px;}
.aboutbox1_righttn {width: 225px;height: 56px;font-weight: 800;font-size: 40px;color: #FFFFFF;text-align: left;}
.aboutbox1_righttns {width: 293px;height: 32px;font-weight: 500;font-size: 18px;color: #FFFFFF;text-align: left; line-height:32px;}
.aboutbox1_rightle {width: 245px;height: 200px;  padding-top:35px;
font-family: PingFang SC, PingFang SC;font-weight: 500;float:left;font-size: 16px;color: #FFFFFF;line-height: 50px;
text-align: left;font-style: normal;text-transform: none;}
.aboutbox1_rightlr {width: 315px;height: 200px; float:left; padding-top:35px;
font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 16px;color: #FFFFFF;line-height: 50px;
text-align: left;font-style: normal;text-transform: none;}

.tximg {width:608px; height:80px; margin:80px 0 0 255px; float:left;}
.tmcwfbng1 {display:none;}
.aboutbox1_bng1 {display:none;}
.dotw {display:none;}


.icon-arrow-a-left, .icon-arrow-a-right { background: url(../images/icon-sd26986d847.png) no-repeat; }
.icon-arrow-a-left { background-position: 0 0; height: 50px; width: 50px; }
.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover { background-position: -60px 0; }
.icon-arrow-a-right { background-position: -120px 0; height: 50px; width: 50px; } .icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover { background-position: -180px 0; }
#main {overflow: hidden; zoom: 1; position: relative; }
#index_b_hero { width: 1440px; height: 686px; margin: auto; position: relative; }
    #index_b_hero img { width: 1440px; height: 686px; }
    #index_b_hero .heros { width: 1440px; height:686px; }
    #index_b_hero .hero-wrap { overflow: visible; position: absolute; }
    #index_b_hero .next, #index_b_hero .prev {  opacity: .4; position: absolute; top: 50%; margin-top: -25px; margin-left: 0px; background-color: #303030; z-index: 3; }
    #index_b_hero .next:hover, #index_b_hero .prev:hover { background-color: orangered; }
    #index_b_hero .next { margin: 0px ; right: 0;}
    #index_b_hero .disabled { background-color: #eee;}
    #index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero { padding: 5px; z-index: 1; position: absolute; top: 0; left: 0; width: 1440px; height: 686px; overflow: hidden; left: 1920px; }
    #index_b_hero .mask-right, #index_b_hero .mask-left { z-index: 4; left: -1440px; filter: alpha(Opacity=50); opacity: .5; overflow: hidden; }
    #index_b_hero .mask-right { left: 1440px; }
    #index_b_hero .active { z-index: 2; left: 0; }

.m-slide .bottom-shadow{ position: absolute;  bottom: -3px; left: 0; width: 100%; height: 1px; overflow: hidden; border-top: 1px solid #e0e0e0; background: #e6e6e6; border-bottom: 1px solid #ececec }
.m-slide .img { float: right; position: relative }
.m-slide .img li, .m-slide  .m-slide .img img { display: block; width: 3px; height: 1px }
.m-slide .img li { display: none; position: absolute; left: 10px; top: 0 }
.m-slide .img .first { display: block }

.mfsz1 {width: 1440px;height: 686px;margin: 0px;}
.mfsz1list{ width:345px; height:686px; background:url(../images/Group01.png) no-repeat; float:left; padding-left:8px; padding-right:7px;} 

.mfsz1list_w{width: 280px;height: 144px; padding: 30px;font-weight: 500;
font-size: 16px;color: #111111;line-height: 36px;text-align: left;font-style: normal;}

.mfsz1w {display:none;}
.mfsz1listw{display:none; } 
.mfsz1listw_m{display:none;}
.mfsz1listw_w{display:none;}



 /*TMC认证企业 */

.modwrap .aboutboxqy{ width:1440px; height:125px; padding:90px 0 36px; margin: 0 auto;}
.modwrap .aboutboxqy .ehseverth1{font-size:40px; color: #111111; text-align:center; font-weight: bold;font-family: PingFang SC, PingFang SC;}
.modwrap .aboutboxqy .ehseverdisp1{padding:16px 0 56px;font-size:24px; color:#999999; text-align:center; font-weight: 500;}
.aboutbox1qy_logo { width:1440px; height: 420px; margin: 0 auto;}
.md_logo{ width:20%; height:auto; float:left; padding-top:5px;}
.md_logo img { width:278px; height:112px;}


 /*TMC认证流程 */
.modwrap .ehseversbox .ehseverlist .yzlctems{ width:1440px; height:320px;}
.yzlctpicbx1{width:306x;height:252px; padding-left:8px; position:relative; float:left;}
.yzlctpicbx2{width:306px;height:252px; padding: 0 12px; position:relative;float:left;}
.yzlctpicbx3{width:306px;height:252px; padding: 0 12px; position:relative;float:left;}
.yzlctpicbx4{width:306px;height:252px; padding-left:15px; position:relative;float:left;}
.yzlctpicbx1 .yzlctbh1img{width:232px; height:50px; background:url(../images/yzlcimg04.png) no-repeat;font-size:18px; color: #111111;text-align: center;  padding:218px 50px 10px 32px;}
.yzlctpicbx2 .yzlctbh1img{width:232px; height:50px; background:url(../images/yzlcimg01.png) no-repeat;font-size:18px; color: #111111;text-align: center;  padding:218px 50px 10px 32px;}
.yzlctpicbx3 .yzlctbh1img{width:232px; height:50px; background:url(../images/yzlcimg02.png) no-repeat;font-size:18px; color: #111111;text-align: center;  padding:218px 50px 10px 32px;}
.yzlctpicbx4 .yzlctbh1img{width:232px; height:70px; background:url(../images/yzlcimg03.png) no-repeat;font-size:18px; color: #111111;text-align: center;  padding:198px 50px 10px 32px;}
.botw {float:left; margin-top:110px;width: 43px;height: 43px; background:url(../images/tocw.png) no-repeat center;}
.yzlctbn{
width:800px; margin:0 auto;margin-bottom: 50px;
height: 80px;line-height:80px;
background: linear-gradient( 180deg, #FFAC78 0%, #F35D00 100%);
border-radius: 4px 4px 4px 4px;}
.yzlctbntext{ font-size: 28px;color: #FFFFFF;}
.yzlimg {width:44px; height:44px; text-align:center; float:left; margin:10px 5px 0px 160px; }






 /*首页end */


/*认证课程*/
.mtpadsbox{min-width:100%; height: auto;}
.kcbtns{ padding-top:47px; width:1440px; height:630px; margin: 0 auto; }
.kcbtns_left {width:406px; height:408px; float:left; padding-left:0px; }
.mtpimgads{ height:630px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/kcbn.png) no-repeat center center; background-size:cover;}
.mtpimgadz{ height:630px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/Group254.png) no-repeat center center; background-size:cover;}
.mtpimgadh{ height:630px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/Groupbg03.png) no-repeat center center; background-size:cover;}
.kcbtns_left1 {width:406px; height:160px; float:left; padding-top:0px; background:url(../images/kcngbt1.png) no-repeat }
.kcbtns_left2 { width:406px; height:160px; float:left; padding-top:0px; background:url(../images/kcngbt2.png) no-repeat }
.kcbtns_left3 { width:406px; height:160px; float:left; padding-top:0px; background:url(../images/Rectangle124.png) no-repeat}
.kcbtns_left1_1 {width:406px; height:160px; float:left; padding-top:0px; background:url(../images/Rectangle121.png) no-repeat }
.kcbtns_left2_1 { width:406px; height:160px; float:left; padding-top:0px; background:url(../images/Groupbt3.png) no-repeat }
.kcbtns_left3_1 { width:406px; height:160px; float:left; padding-top:0px; background:url(../images/Rectangle124.png) no-repeat }
.kcbtns_left1_2 {width:406px; height:160px; float:left; padding-top:0px; background:url(../images/Rectangle121.png) no-repeat }
.kcbtns_left2_2 { width:406px; height:160px; float:left; padding-top:0px; background:url(../images/kcngbt2.png) no-repeat }
.kcbtns_left3_2 { width:406px; height:160px; float:left; padding-top:0px; background:url(../images/Group135.png) no-repeat }
.kcbtns_left1_t{width: 262px; height: 34px; padding:48px 22px 0px 22px ;
font-weight: bold;font-size: 22px;color: #111111;text-align: center;}
.kcbtns_left1_s{width: 268px; padding:5px 10px 0px 20px ;height: 22px;font-weight: 500; font-size: 16px; color: #111111;text-align: center;}
.kcsitem{  float:left; width: 1440px; height: 131px; background: #FFFFFF; border-radius: 8px 8px 8px 8px;}


.kcuplis{ width:100%; height:150px; position:absolute; top:-116px; left:0;}


.kcsinfos{ width:470px; height:74px; float:left; margin:30px 10px; border-right: 1px solid #E2E6EA; }
.kcslitt{ padding: 5px 5px 5px 50px; font-size: 16px; line-height:28px; color: #666666;text-align: left;}
.kcslitt img{ position:absolute; left: 29px;}
.kcsinfot{ width:450px; height:74px; float:left; margin:30px 10px; border-right: 1px solid #E2E6EA; }
.kcsinfow{ width:450px; height:74px; float:left; margin:30px 10px; border-right: 0px solid #E2E6EA; }
.kcmessage{width:335px;height: 40px; margin-left:18px; margin-top:20px;   
border-radius: 4px 4px 4px 4px;background: #F4F7F9;border: 1px solid #E2E6EA;}
.kctel { width:28px; height:28px;  margin:8px; float:left; }
.kctel_text { float:left; width:270px; height:40px;margin-right:5px; line-height:46px;font-weight: 500;font-size: 18px;color: #111111;text-align: left;}
.kcsinfotbn{ width:400px; height:74px; float:left; margin:30px 10px; border-right: 1px solid #E2E6EA; }
.kctel_bn{ 
width: 257px;line-height: 58px;color: #fff;font-size: 28px; margin-top: 10px; margin-left: 80px;text-align: center;
background: linear-gradient( 180deg, #FFAC78 0%, #F35D00 100%);border-radius: 8px 8px 8px 8px;}
.kctn{ position: absolute;right: 150px; top: 50px;align-content: flex-start;}
.modwrap .kcbox{margin:0 auto;padding:80px 0 60px;  width:1440px;}	
.modwrap .kcbox .ehseverth{font-size:32px; color: #111111; text-align:center; font-weight: bold;font-family: PingFang SC, PingFang SC;}
.modwrap .kcbox .ehseverdisp{  padding:16px 0 5px;font-size:20px; color:#999999; text-align:center; font-weight: 500;}





.modwrap .kcbox .kcboxtexthr { width:527px; height:42px; margin: 0 auto; }  
.modwrap .kcbox .kcboxtexth { width:527px; height:48px; background:url(../images/Group95.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }  
.modwrap .kcbox .kcboxtexth_1 { width:527px; height:48px; background:url(../images/Group95_1.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }  
.modwrap .kcbox .kcboxtexth_2 { width:747px; height:48px; background:url(../images/Group95_5.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }  
.modwrap .kcbox .kcboxtexth_3 { width:527px; height:48px; background:url(../images/Group95_2.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }  
.modwrap .kcbox .kcboxtexth_4 { width:527px; height:48px; background:url(../images/Group95_6.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }  
.modwrap .kcbox .kcboxtexth_5 { width:527px; height:48px; background:url(../images/Group95_4.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }  
.modwrap .kcbox .kcboxtexth_6 { width:527px; height:48px; background:url(../images/Group95_8.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; } 

.modwrap .kcbox .kcboxtextb { width:527px; height:48px; background:url(../images/Group96_2.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }

.modwrap .kcbox .kcboxtextb_1 { width:527px; height:48px; background:url(../images/Group96_3.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtextb_2 { width:527px; height:48px; background:url(../images/Group96_1.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtextb_4 { width:742px; height:48px; background:url(../images/Group96_4.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtextb_5 { width:510px; height:48px; background:url(../images/Group96_6.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtextb_6 { width:590px; height:48px; background:url(../images/Group96_7.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtextb_7 { width:628px; height:48px; background:url(../images/Group96_8.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtextb_8 { width:628px; height:48px; background:url(../images/Group96_9.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtextb_9 { width:728px; height:48px; background:url(../images/Group96_11.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }

.modwrap .kcbox .kcverlist{display:flex; flex-direction: row;flex-wrap: wrap;justify-content:left;}
.modwrap .kcbox .kcverlist .kcveritems{ height: 429px; width: 342px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlist .kcveritems .kcvtemstop{ height: 48px; width: 202px; margin:40px 69px 30px 69px ; background:url(../images/kcptbn1.png) no-repeat;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritemsb{ height: 449px; width: 342px; padding-bottom:10px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlist .kcveritemsb .kcvtemstop{ height: 48px; width: 258px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn4.png) no-repeat;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritemsb .kcvtemsimg{ width:190px; height:180px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlist .kcveritemsb .kcvtemstextw{width: 275px;height: 137px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlist .kcveritemsh{ height: 489px; width: 460px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlist .kcveritemsh .kcvtemstoph{ height: 48px; width: 380px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn2.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}





.modwrap .kcbox .kcboxtext { width:527px; height:48px; background:url(../images/Group94.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtext_1 { width:717px; height:48px; background:url(../images/Group94_1.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtext_2 { width:717px; height:48px; background:url(../images/Group94_2.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }

.modwrap .kcbox .kcboxtext_3 { width:717px; height:48px; background:url(../images/Group94_3.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }
.modwrap .kcbox .kcboxtext_3_1 { width:520px; height:48px; background:url(../images/Group94_9.png) no-repeat; margin: 50px auto; text-align:center; line-height:48px; font-weight: bold;font-size: 20px; }

.modwrap .kcbox .kcverlist .kcveritems .kcvtemsimg{  height:150px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlist .kcveritems .kcvtemstextw{width: 275px;height: 150px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 26px;text-align: left;}
.imgtop { padding-top:30px;}
.modwrap .kcbox .kcverlist .kcveritems_1 .kcvtemstextw{width: 410px;height: 100px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 26px;text-align: left;}
.modwrap .kcbox .kcverlist .kcveritems_1{height: 440px; width: 460px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlist .kcveritems_1 .kcvtemstop{ height: 48px; width: 300px; margin:40px 69px 30px 69px ; background:url(../images/kcptbn1_1.png) no-repeat;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritems_1 .kcvtemsimg{  height:220px; text-align:center; margin: 20px auto; }


.modwrap .kcbox .kcverlist .kcveritems_2{width: 700px;
height: 310px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px;  }
.modwrap .kcbox .kcverlist .kcveritems_2 .kcvtemsleft{ width:380px; height:280px; float:left; padding-top:50px;}
.modwrap .kcbox .kcverlist .kcveritems_2 .kcvtemstop1{ height: 48px; width: 350px; margin:40px 0px 30px 20px ; background:url(../images/kcptbn19.png) no-repeat; font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritems_2 .kcvtemstop{ height: 48px; width: 200px; margin:40px 69px 30px 69px ; background:url(../images/kcptbn1.png) no-repeat;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritems_2 .kcvtemsimg{ width:305px; height:308px;  text-align:center; margin: 0 auto; float:right; padding-right:10px; padding-top:20px; }
.modwrap .kcbox .kcverlist .kcveritems_2 .kcvtemstextw{width: 320px;height: 100px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 26px;text-align: left;}



.modwrap .kcbox .kcverlist .kcveritems_3{width: 1440px;
height:446px;  border-radius: 8px 8px 8px 8px; background:url(../images/cjhz9.png) no-repeat;  }
.modwrap .kcbox .kcverlist .kcveritems_3 .kcvtemsleft{ width:480px; height:300px; float:left; padding-top:100px;}

.modwrap .kcbox .kcverlist .kcveritems_3 .kcvtemstop{ height: 48px; width: 300px; margin:40px 69px 30px 69px ; background:url(../images/kcptbn1_1.png) no-repeat;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritems_3 .kcvtemsimg{ width:305px; height:308px;  text-align:center; margin: 0 auto; float:right; padding-right:10px; padding-top:20px; }
.modwrap .kcbox .kcverlist .kcveritems_3 .kcvtemstextw{width: 340px;height: 100px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 26px;text-align: left;}


.modwrap .kcbox .kcverlist .kcveritems_5 .kcvtemstextw{width: 610px;height: 200px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 26px;text-align: left;}
.modwrap .kcbox .kcverlist .kcveritems_5{width: 700px;
height:700px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px;}
.modwrap .kcbox .kcverlist .kcveritems_5 .kcvtemstop{ height: 48px; width: 300px; margin:50px 200px 50px 200px ; background:url(../images/kcptbn1_1.png) no-repeat;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritems_5 .kcvtemsimg{  height:360px; text-align:center; margin: 20px auto; }






.modwrap .kcbox .kcverlist .kcveritemsh .kcvtemsimg{ width:400px; height:220px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlist .kcveritemsh .kcvtemstextw{width: 400px;height: 137px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlist .kcveritemshw{ height: 559px; width: 460px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlist .kcveritemshw .kcvtemstoph{ height: 48px; width: 380px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn2.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritemshw .kcvtemsimg{ width:400px; height:220px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlist .kcveritemshw .kcvtemstextw{width: 400px;height: 200px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlist .kcveritemshwz{ height: 589px; width: 700px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlist .kcveritemshwz .kcvtemstoph{ height: 48px; width: 620px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn2.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritemshwz .kcvtemsimg{ width:600px; height:300px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlist .kcveritemshwz .kcvtemstextw{width: 600px;height: 160px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlist .kcveritemshwr{ height:665px; width: 460px; padding-bottom:30px; margin-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlist .kcveritemshwr .kcvtemstoph{ height: 48px; width: 380px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn2.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlist .kcveritemshwr .kcvtemsimg{ width:400px; height:280px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlist .kcveritemshwr .kcvtemstextw{width: 400px;height: 260px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}


.modwrap .kcbox .kcverlistb{display:flex; flex-direction: row;flex-wrap: wrap;justify-content:left;}
.modwrap .kcbox .kcverlistb .kcveritems{ height: 429px; width: 342px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlistb .kcveritems .kcvtemstop{ height: 48px; width: 202px; margin:40px 69px 30px 69px ; background:url(../images/kcptbn1.png) no-repeat;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}


.modwrap .kcbox .kcverlistb .kcveritemsh{ height: 489px; width: 460px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlistb .kcveritemsh .kcvtemstoph{ height: 48px; width: 380px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn3.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}


.modwrap .kcbox .kcverlistb .kcveritemshs{ height: 669px; width: 460px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlistb .kcveritemshs .kcvtemstoph{ height: 48px; width: 380px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn3.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlistb .kcveritemshs .kcvtemsimg{ width:400px; height:280px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlistb .kcveritemshs .kcvtemstextw{width:400px;height: 240px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}



.modwrap .kcbox .kcverlistb .kcveritems .kcvtemsimg{ width:190px; height:86px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlistb .kcveritems .kcvtemstextw{width: 275px;height: 137px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlistb .kcveritemsh .kcvtemsimg{ width:400px; height:220px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlistb .kcveritemsh .kcvtemstextw{width: 400px;height: 137px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlistb .kcveritemshw{ height: 559px; width: 460px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlistb .kcveritemshw .kcvtemstoph{ height: 48px; width: 380px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn2.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlistb .kcveritemshw .kcvtemsimg{ width:400px; height:220px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlistb .kcveritemshw .kcvtemstextw{width: 400px;height: 200px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlistb .kcveritemshwz{ height: 589px; width: 700px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlistb .kcveritemshwz .kcvtemstoph{ height: 48px; width: 620px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn2.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlistb .kcveritemshwz .kcvtemsimg{ width:600px; height:300px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlistb .kcveritemshwz .kcvtemstextw{width: 600px;height: 160px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}

.modwrap .kcbox .kcverlistb .kcveritemshwr{ height:665px; width: 460px; padding-bottom:30px; margin-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlistb .kcveritemshwr .kcvtemstoph{ height: 48px; width: 380px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn2.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlistb .kcveritemshwr .kcvtemsimg{ width:400px; height:280px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlistb .kcveritemshwr .kcvtemstextw{width: 400px;height: 260px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}



.modwrap .kcbox .kcverlistb .kcveritemshwt{ height: 589px; width: 700px; padding-bottom:30px; border-radius: 8px 8px 8px 8px;background: #FFFFFF; margin:9px; }
.modwrap .kcbox .kcverlistb .kcveritemshwt .kcvtemstoph{ height: 48px; width: 620px; margin:40px 39px 30px 39px ; background:url(../images/kcptbn3.png) no-repeat center;font-size: 18px;font-weight: bold;color: #000000; line-height: 46px; text-align: center;}
.modwrap .kcbox .kcverlistb .kcveritemshwt .kcvtemsimg{ width:600px; height:300px; text-align:center; margin: 20px auto; }
.modwrap .kcbox .kcverlistb .kcveritemshwt .kcvtemstextw{width: 600px;height: 160px; margin:0 auto; font-weight: 500;font-size: 16px;color: #111111;line-height: 36px;text-align: left;}




/*认证课程报名*/

/*--------*/	
.technnl{ padding:30px 0px;  overflow:hidden;}
.muenitems {color: #ea5520; padding-top:60px;margin: 0px 5px 10px 5px;font-size: 22px;
line-height: 50px;padding-top: 0px;text-align: center;padding:0 155px;height: 50px;
overflow: hidden;cursor: pointer;float: left;background: #fff;border: solid 1px #ea5520;}
.muenitems2  {color: #ea5520; padding-top:60px;margin: 0px 5px 10px 5px;font-size: 22px;
line-height: 50px;padding-top: 0px;text-align: center;padding:0 158px;height: 50px;
overflow: hidden;cursor: pointer;float: left;background: #fff;border: solid 1px #ea5520;}
.muenactives2 {color: #fff;background: #ea5520;}
.muenitems3 {color: #ea5520; padding-top:60px;margin: 0px 5px 10px 5px;font-size: 22px;
line-height: 50px;padding-top: 0px;text-align: center;padding:0 158px;height: 50px;
overflow: hidden;cursor: pointer;float: left;background: #fff;border: solid 1px #ea5520;}
.muenactives3 {color: #fff;background: #ffffff;}
.muenactives {color: #fff;background: #ea5520;}

.muenitem2 {color: #ea5520; padding-top:60px;margin: 0px 5px 10px 5px;font-size: 22px;
line-height: 50px;padding-top: 0px;text-align: center;padding:0 155px;height: 50px;
overflow: hidden;cursor: pointer;float: left;background: #fff;border: solid 1px #ea5520;}
.muenactive2 {color: #fff;background: #ea5520;}
.newfuniconsw{ padding:30px 5px 10px 10px; text-align:center;}
.newfuniconsw img{ }
.newfuniconsy{ padding:30px 5px 10px 10px; text-align:center;}
.newfuniconsy img{ width:30%; }
.kykbn011{ height:650px; background:#ff8e2b url(../images/kykhz.png) no-repeat center bottom;}	
.kykbn011 img{ display:none;}

/*--------*/	

.tab {display:flex;  width:1200px; margin:0 auto; height:142px;  }
.tabimg1{background:url(../images/adsimg1.png) no-repeat 0 0;}
.tabimg2{background:url(../images/adsimg2.png) no-repeat 0 0;}
.tabimg3{background:url(../images/adsimg3.png) no-repeat 0 0;}
.tab .tabitem{width:400px; height:142px; border:0px solid #eee;}
 .active{font-size:12px;  color:#f00;}


.tel_img{ width:1200px; height:260px; margin: 60px auto; }

.baomingc{ height:446px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/cabmbg.png) no-repeat center center; background-size:cover;}
.modwrap .ehseversbox1{margin:0 auto;padding:40px 0 30px;  width:1440px;}

.bmuplis{ width:100%; height:142px; position:absolute; top:-186px; left:0;}

.bmsinfos{ width:400px; height:142px; float:left;   }

.bmsinfos_text{ width: 64px;height: 45px; padding:30px 160px 0px 160px; margin: 0 auto; text-align:center;font-weight: 500;font-size: 32px;color: #000000;  font-weight: bold;}
.bmsinfos_texts{ padding:5px 80px 0px 80px; width: 120px;height: 34px; margin: 0 auto;
font-weight: 500;font-size: 24px;color: #000000;text-align: center;}
.bmsinfozl{ width:399px; height:120px; float:left; margin-top:22px; border-right: 0px solid #E2E6EA; background: #F4F7F9;border-radius: 8px 0px 0px 0px;  }
.bmsinfozl_text{ width: 64px;height: 45px; padding:30px 160px 0px 160px; margin: 0 auto; text-align:center;font-weight: 500;font-size: 32px;color: #000000;  font-weight: bold;}
.bmsinfozl_texts{ padding:5px 30px 0px 30px; width: 220px;height: 34px; margin: 0 auto;
font-weight: 500;font-size: 24px;color: #000000;text-align: center;}
.bmsinfot{ width:399px; height:120px; float:left; margin-top:22px; border-right: 1px solid #E2E6EA; background: #F4F7F9;border-radius: 0px 0px 0px 0px; }
.bmsinfot_text{ width: 64px;height: 45px; padding:20px 160px 0px 160px; margin: 0 auto; text-align:center;font-weight: 500;font-size: 32px;color: #666666; }
.bmsinfoz{ width:400px; height:142px; float:left;  background: url(../images/Rectangle139.png) no-repeat;  }
.bmsinfoz_text{ width: 64px; height: 45px; padding:30px 160px 0px 160px; margin: 0 auto; text-align:center;font-weight: 500;font-size: 32px;color: #000000;  font-weight: bold;}
.bmsinfoz_texts{ padding:5px 30px 0px 30px; width: 210px;height: 34px; margin: 0 auto;
font-weight: 500;font-size: 24px;color: #000000;text-align: center;}
.bmsinfot{ width:399px; height:120px; float:left; margin-top:22px; border-right: 1px solid #E2E6EA; background: #F4F7F9;border-radius: 0px 0px 0px 0px; }
.bmsinfot_text{width: 64px; height: 45px; padding:30px 160px 0px 160px; margin: 0 auto; text-align:center;font-weight: 500;font-size: 32px;color: #000000;  font-weight: bold;}
.bmsinfot_texts{  padding:5px 30px 0px 30px; width: 210px;height: 34px; margin: 0 auto;
font-weight: 500;font-size: 24px;color: #000000;text-align: center;}
.bmsinfow{ width:400px; height:120px; float:left;  margin-top:22px; background: #F4F7F9;border-radius: 0px 8px 0px 0px;  }
.bmsitem{  width: 1200px; height: 142px; margin: 0 auto;  border-radius: 8px 8px 0px 0px;}
.themewrap { padding:0px 0px;}
.bmjgh {  width: 1200px; height: 50px; background: #ffffff; margin: 0 auto;}

.modwrap .maketinupbox .maktuplibx1{ height:auto; position:relative;}
.themewrap .seversbox{ width:1140px; height:600px; padding:70px 0 90px; margin:0 auto;}



/*营销团队*/
.yxtdimgbg{ height:446px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/yxtdbg.png) no-repeat center center; background-size:cover;}
.yxtdlist{ width:1440px; height:993px; position:absolute; top:326px; background:url(../images/Group257.png) no-repeat; }
.bmsinfos{ width:400px; height:142px; float:left;}
.yxtdbox1_right{ width:750px; height:570px; float:right; padding:125px 50px 48px 50px}
.yxtdbox1_righttn {width: 370px;height: 72px; line-height:72px; background:url(../images/Group260.png) no-repeat; font-weight: 800;font-size: 32px;color: #FFFFFF;text-align: center;}
.yxtdbox1_rightle {width: 400px;height: 310px;  padding-top:50px;
font-weight: 500;float:left;font-size: 18px;color: #111111; line-height: 40px;
text-align: left;font-style: normal;text-transform: none;}
.yxtdbox1_rightlr {width: 350px;height: 310px; float:left; padding-top:50px;
font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 18px;color: #111111; line-height: 40px;
text-align: left;font-style: normal;text-transform: none;}
.yxtdbox1_tabg { width:650px; height:100px; float:left; padding-top:65px;}
.yxtdbox1_text{ width:1350px; height:130px; text-align:left; float:left; margin:40px 50px 20px 50px;font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 18px;color: #111111;line-height: 40px;font-style: normal;text-transform: none;}
.yxtdbox { width:1440px; height:880px; float:left;}
.yxtdlist1{ width:100%; height:723px; background:url(../images/Group258.png) no-repeat; }
.bmsinfos1{ width:400px; height:230px; float:left;}
.yxtdbox1_left1 { width:400px; height:570px; float:left; padding:0px 50px 8px 50px}
.yxtdbox1_right1{ width:800px; height:570px; float:right; padding:50px 50px 8px 50px}
.yxtdbox1_righttn1 {width: 370px;height: 72px; margin-left:20px; line-height:72px; background:url(../images/Group260.png) no-repeat; font-weight: 800;font-size: 32px;color: #FFFFFF;text-align: center;}
.yxtdbox1_rightle1{width: 830px;height:250px;  padding-top:15px;
font-weight: 500;float:left;font-size: 18px; color: #111111; line-height:30px;
text-align: left;font-style: normal;text-transform: none;  display: flex;}
.yxtdbox1_rightle1 ul{}
.yxtdbox1_rightle1 ul li{   width: 360px;
    height: 42px;
    line-height: 20px;
    float: left;
    padding-right: 30px;}
.yxtdbox1_rightlr1 {width: 350px;height: 160px; float:left; padding-top:50px;
font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 18px;color: #111111; line-height: 40px;
text-align: left;font-style: normal;text-transform: none;}
.yxtdbox1_tabtext { width:780px; height:180px; padding-left:20px; float:left; padding-top:20px; font-weight: 500;
font-size: 18px;color: #111111;line-height: 35px;text-align: left;}

/*营销团队*/

/*企业黄页*/
.hyimgbg{ height:400px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/qyhybg.png) no-repeat center center; background-size:cover;}
.hyboxtwy {width: 1440px; height: auto; margin: 0 auto;  padding-bottom:0px;  }
.hyboxtw {width: 1440px; height: auto; margin: 0 auto;  padding-bottom:0px;  }
.hyboxtw_listR {width: 980px; height: 180px; padding:90px 50px 10px 50px; float:left;}
.hyboxtw_listR_nr {width:700px; height:40px; margin-bottom:20px; padding-left:20px; font-size: 16px; line-height:40px; float:left; text-align:left; border-radius: 4px 4px 4px 4px;background: #ffefe6; color: #FF5E00;  
margin-bottom: 20px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hyboxtw_listR_t {width: 980px; height:50px; margin-bottom:10px; float:left; text-align:left;font-weight: bold;font-size: 24px;color: #000000; line-height:50px; }
.hyboxtw_listL{width: 280px;height: 280px; float:left; margin-left:0px;background: #FFFFFF; border: 1px solid #f7f7f2;}

.hyboxw_list {width: 1440px;height: auto; margin-bottom:60px;
font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 16px;
color: #111111;line-height: 32px; text-align: left;font-style: normal;text-transform: none;}

.hyboxw_textb{ width:100%; height:32px; margin-bottom:20px; text-align:left; padding-left:20px; float:left; font-size:18px; font-weight: 500 ;line-height:32px;  background:
url(../images/Group165.png) no-repeat;}

.hyboxt {width:1440px; height: auto; margin: 0 auto;  padding-bottom:0px; background:url(../images/hybg.png) ; }
.hyboxt_list {width:100%; height: 340px; padding-top:46PX;  border: 0px solid #FFFFFF; }
.hyboxt_listL{width: 280px;height: 280px; float:left; margin-left:50px;background: #FFFFFF; border: 1px solid #f7f7f2;}
.hyboxt_listR {width: 980px; height: 280px; padding-left:50px; float:left;}
.hyboxt_listR_t {width: 980px; height:34px;  float:left; text-align:left;font-weight: bold;font-size: 24px;color: #000000; line-height:34px; }
.hyboxt_listR_n {width: 980px; height:40px; padding-top:10px; padding-bottom:10px; float:left; text-align:left; }
.hyboxt_listR_nl {width: 224px; height:40px; padding-left:20px; font-size: 16px; line-height:40px; float:left; text-align:left; border-radius: 4px 4px 4px 4px;background: #ffefe6; color: #FF5E00;}
.hyboxt_listR_nr {width:700px; height:40px; margin-left:10px; padding-left:20px; font-size: 16px; line-height:40px; float:left; text-align:left; border-radius: 4px 4px 4px 4px;background: #ffefe6; color: #FF5E00;  
margin-bottom: 20px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hyboxt_listR_bt{ width: 980px;height: 100px; padding-top:20px; float:left;font-weight: 500;font-size: 16px;color: #666666;line-height: 32px;text-align: left;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;  }
.hyboxt_listR_bn {width: 160px; float:right; margin-top:10px;font-size: 16px;
height: 40px; color: #FFFFFF;line-height: 32px; text-align:center; line-height:40px;background: #FF5E00;border-radius: 4px 4px 4px 4px;}
.hysitem{  float:left; width: 1440px; height: 340px; }
.hyuplis{ width:100%; height:340px; position:absolute; top:-116px; left:0;}


.hybox {width: 1440px; height: auto; margin: 0 auto;  padding-bottom:30px; }
.hybox:first-child { margin-top:-115px;}
.hybox:first-child .hybox_list{ background-color:#f00; background:#fff url(../images/hybg.png) repeat-x 0 0;}
.hybox_list {width: 100%; height: 340px; padding-top:60PX; background: rgba(255,255,255,0.8); border: 1px solid #FFFFFF;}
.hybox_listL{width: 280px;height: 280px; float:left; padding-left:50px;}
.hybox_listL img{ display:block;width: 280px;height: 280px;object-fit: cover;}
.hybox_listR {width: 980px; height: 280px; padding-left:50px; float:left;}
.hybox_listR_t {width: 980px; height:34px;  float:left; text-align:left;font-weight: bold;font-size: 24px;color: #000000; line-height:34px; }
.hybox_listR_n {width: 980px; height:40px; padding-top:10px; padding-bottom:10px; float:left; text-align:left; }
.hybox_listR_nl {width: 224px; height:40px; padding-left:20px; font-size: 16px; line-height:40px; float:left; text-align:left; border-radius: 4px 4px 4px 4px;background: #ffefe6; color: #FF5E00;}
.hybox_listR_nr {width:700px; height:40px; margin-left:10px; padding-left:20px; font-size: 16px; line-height:40px; float:left; text-align:left; border-radius: 4px 4px 4px 4px;background: #ffefe6; color: #FF5E00;  
margin-bottom: 20px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hybox_listR_bt{ width: 980px;height: 100px; padding-top:20px; float:left;font-weight: 500;font-size: 16px;color: #666666;line-height: 32px;text-align: left;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;  }
.hybox_listR_bn {width: 160px; float:right; margin-top:10px;font-size: 16px;
height: 40px; color: #FFFFFF;line-height: 32px; text-align:center; line-height:40px;background: #FF5E00;border-radius: 4px 4px 4px 4px;}

.hyjsimg1 {
    width: 100%;
    margin: 0 auto;
}

.hyjsimg1 ul{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }

.hyjsimg1 ul li{ width:45%; margin-right: 5px; float:left; list-style-type: none;}
.hyjsimg2 ul{	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;/}

.hyjsimg2 ul li{ width:30%; margin-right: 5px; float:left; list-style-type: none;}
      


/*企业黄页end*/
div.digg {width:96%;padding: 10px 0px 30px 0px;  margin:12px auto;  text-align: center; color:#999;}
div.digg .xLink {cursor:pointer;
width: 28px; margin:10px; color:#999;
height: 28px; padding:2px 8px;
background: #FFFFFF; color:#8E9AAE;
border-radius: 0px 0px 0px 0px;
border: 1px solid #E2E6EA;}
div.digg .xLink a {border-right: #aaaadd 1px solid; padding: 10px; border-top: #aaaadd 1px solid;  margin:2px; border-left: #aaaadd 1px solid; color: #999999; padding-top: 2px; border-bottom: #aaaadd 1px solid; text-decoration: none}
div.digg .xLink a:hover {border-right: #aaaadd 1px solid; border-top: #aaaadd 1px solid; border-left: #aaaadd 1px solid; color: #000; border-bottom: #aaaadd 1px solid}
div.digg .xLink a:active {border-right: #aaaadd 1px solid; border-top: #aaaadd 1px solid; border-left: #aaaadd 1px solid; color: #000; border-bottom: #aaaadd 1px solid}
div.digg span.current {border-right: #aaaadd 1px solid;  font-weight: bold; margin: 2px; border-left: #aaaadd 1px solid; color: #FFFFFF; ;background: #FF5E00;
padding:2px 8px;
width: 28px;
height: 28px;
border-radius: 3px ;
border: 1px solid #E2E6EA;}
input{width: 28px;
height: 28px;padding:2px 8px;
background: #FFFFFF;
border-radius: 0px 0px 0px 0px;
border: 1px solid #E2E6EA;}
select{width: 84px; color:#999;
height: 28px;
background: #FFFFFF;
border-radius: 0px 0px 0px 0px;
border: 1px solid #E2E6EA;}

div.digg span.disabled {margin:10px;width: 28px;
height: 28px;padding:2px 8px;
background: #F3F4F6;
border-radius: 0px 0px 0px 0px;
border: 1px solid #E2E6EA;}




/*tmc简介*/
.jjimgbg{ height:400px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/TMCyz.png) no-repeat center center; background-size:cover;}
.tmclist{ width:100%; height:200px; position:absolute; top:-116px; left:0;}
.tmclistb {width:1440px; height:200px; margin: 0 auto;  padding-bottom:0px; background:url(../images/hybg.png) repeat-x ; }
.tmclistb_list {width:100%; height:140px; padding-top:60PX; border: 0px solid #FFFFFF; text-align:center; }
.tmcboxtwy {width: 1440px; height: auto; margin: 0 auto;  padding-bottom:0px; background:#FFF;  }
.tmcboxw_textb{ width:100%; height:40px; margin:20px;
font-weight: bold;
font-size: 24px;
color: #111111;
line-height: 32px;
text-align: center;
center; padding-left:20px; float:left; }
.tmcboxw_list {width: 1200px;height: auto; margin: 0 auto;margin-bottom: 30px;  padding-bottom:50px;
font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 16px;
color: #111111;line-height: 32px; text-align: left;font-style: normal;text-transform: none;}
/*tmc简介*/

/*about*/
.abimgbg{ height:400px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/aboutimg.png) no-repeat center center; background-size:cover;}
.ablist{ width:100%; height:200px; position:absolute; top:-116px; left:0;}
.ablistb {width:1440px; height:200px; margin: 0 auto;  padding-bottom:0px; }
.ablistb_l{width: 750px; float:left;
height: 396px; background:url(../images/hybg.png) repeat-x ; }
.ablistb_r{width: 650px;
height: 396px; float:right;
background:url(../images/hybg.png) repeat-x ; }
.ablistb_lt { width: 505px;height: 31px; padding:50px 50px 10px 50px;
font-weight: bold;font-size: 24px;color: #111111;line-height: 32px;text-align: left;}
.ablistb_nl {width:550px; height:40px; padding-left:50px; padding-top:20px; font-size: 16px; line-height:40px; float:left; text-align:left; border-radius: 4px 4px 4px 4px;color: #111111; }
.ablistb_nl img {width:28px; height:28px; padding-top:5px; font-size: 16px; line-height:40px; float:left; }
.ablistb_lr { width:185px; height:185px; padding:50px 30px 10px 60px; text-align:center; line-height:30px; float:left;}
.ablistb_rb{ width:281px; height:265px; float: right; padding-top:30px; padding-right:30px;}

.abboxw_textb{ width:100%; height:40px; margin:20px;
font-weight: bold;
font-size: 24px;
color: #111111;
line-height: 32px;
text-align: left;
center; padding-left:20px; float:left; }
.abboxw_list {width: 1440px;height: auto; margin: 0 auto;margin-bottom: 30px;  padding-bottom:50px;
font-size: 16px;
color: #111111;line-height: 32px; text-align: left;font-style: normal;text-transform: none;}
.abboxtwy {width: 1440px; height: auto; margin: 0 auto;  padding-bottom:0px;   }
/*about end*/


/*tmc认证*/
.zzyzimgbg{ height:300px;display:flex;justify-content: center;align-items: center;overflow:hidden; background:url(../images/zzyzimgbn.png) no-repeat center center; background-size:cover;}
.zzyzbox {width: 1440px; height: auto; padding-top:40px; margin: 0 auto;  padding-bottom:0px;   }
.zzyzboximg {}

.zzyzboxiximg {width:1000px; margin:0 auto; text-align:center;}
.mainbox .zztxtwrap .zzyzlist{ width:1000px; margin:0 auto; background:#FFF; padding-top:20px;padding-bottom:40px; margin-bottom:40px; }   
.mainbox .zztxtwrap .zzlistw{ 
width: 800px; margin: 20px auto;
height: 80px; 
background: #F4F7F9;
border-radius: 0px 0px 0px 0px;
}
.mainbox .zztxtwrap .zzlistwl{ 
width:130px; text-align:right; margin-top:25px; margin-left:200px;
height: 34px; float:left;font-weight: bold;font-size: 24px;color: #000000;
}
.mainbox .zztxtwrap .zzlistwr{ 
width:300px; margin-top:25px; margin-left:50px;
height: 34px; float:left;font-weight: bold;font-size: 24px;color: #000000;
}
.ehseverthw{font-size:40px; color: #111111;   text-align: center;line-height:36px; padding:40px; text-align:center; font-weight: bold;font-family: PingFang SC, PingFang SC;}

.frmbtnw .frmsubmit{
display: block; width: 80%; margin: 50px auto;background: #FFFFFF;
border-radius: 4px 4px 4px 4px;border: 1px solid #E2E6EA;height: 72px;
line-height: 72px;text-align: center;color:#111111;border-radius: 8px;
font-size: 24px;font-weight: bold;}
.frmbtnk .frmsubmit{
display: block; width: 50%; margin: 50px auto;background: #FFFFFF;
border-radius: 4px 4px 4px 4px;border: 1px solid #E2E6EA;height: 72px;
line-height: 72px;text-align: center;color:#111111;border-radius: 8px;
font-size: 24px;font-weight: bold;}

.mainbox .zztxtwrap .modtxtboxc{ width:1440px; margin:0 auto; background:#FFF; padding-top:20px;padding-bottom:40px; margin-bottom:40px;    }

.mainbox .zztxtwrap .modtxtboxc .hezourtfrm{  padding-bottom:50px; width:1000px; margin:0 auto; background:#ffffff;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist{}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem{ padding-bottom:10px;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmth{ min-height:50px; line-height:50px; font-size:18px; color:#000000;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmth strong{ color:#f00;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frminp{}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frminp .lxrtfrminptxt{-webkit-appearance: none;appearance: none; padding:0 20px; box-sizing:border-box; width:100%; margin:0; font-size:20px; outline:0;
height: 60px;
background: #F4F7F9;
border-radius: 4px 4px 4px 4px;
border: 1px solid #E2E6EA;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmselbox{padding-bottom:20px; display:flex; justify-content:space-between;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmselbox .frmselitem{ width:calc(33.3% - 10px);}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmselbox .frmselitem .selinptxt{-webkit-appearance: none;appearance: none;  padding:0 50px 0 20px; box-sizing:border-box; width:100%; height:54px; border-radius:8px; border:1px solid #B9B9B9;  margin:0; font-size:20px; outline:0; background:url(../images/selrticon.png) no-repeat right center;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frminp .lxrtfrmareatxt{-webkit-appearance: none;appearance: none; padding:20px; box-sizing:border-box; width:100%; height:170px; border-radius:8px;  border:1px solid #B9B9B9;  margin:0; font-size:20px;outline:0; font-family:yahei, Arial, "Arial Narrow", HELVETICA;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmbtn{ padding-top:40px; display:flex; justify-content:center;}
.mainbox .zztxtwrap .modtxtboxc .hezourtfrm .frmbtn .frmsubmit{ display:block; width:100%;  
background: linear-gradient( 180deg, #FFAC78 0%, #F35D00 100%);
border-radius: 4px 4px 4px 4px;
height:72px; line-height:72px; text-align:center;  color:#fff; border-radius:8px; font-size:24px; font-weight:bold;}

/*tmc认证end*/
.technn2{ padding:30px 0 30px;  overflow:hidden;}
/*场景与应用案例 */
.mainbox .modtxtwrap .modtxtboxc{ width:1200px; background:#FFF; margin: 0 auto;}
/*申请合作*/
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm{  padding-bottom:50px; width:1000px; margin:0 auto; background:#ffffff;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist{}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem{ padding-bottom:10px;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmth{ min-height:50px; line-height:50px; font-size:18px; color:#000000;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmth strong{ color:#f00;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frminp{}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frminp .lxrtfrminptxt{-webkit-appearance: none;appearance: none; padding:0 20px; box-sizing:border-box; width:100%; margin:0; font-size:20px; outline:0;
height: 60px;
background: #F4F7F9;
border-radius: 4px 4px 4px 4px;
border: 1px solid #E2E6EA;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmselbox{padding-bottom:20px; display:flex; justify-content:space-between;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmselbox .frmselitem{ width:calc(33.3% - 10px);}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frmselbox .frmselitem .selinptxt{-webkit-appearance: none;appearance: none;  padding:0 50px 0 20px; box-sizing:border-box; width:100%; height:54px; border-radius:8px; border:1px solid #B9B9B9;  margin:0; font-size:20px; outline:0; background:url(../images/selrticon.png) no-repeat right center;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmlist .frmitem .frminp .lxrtfrmareatxt{-webkit-appearance: none;appearance: none; padding:20px; box-sizing:border-box; width:100%; height:170px; border-radius:8px;  border:1px solid #B9B9B9;  margin:0; font-size:20px;outline:0; font-family:yahei, Arial, "Arial Narrow", HELVETICA;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmbtn{ padding-top:60px; display:flex; justify-content:center;}
.mainbox .modtxtwrap .modtxtboxc .hezourtfrm .frmbtn .frmsubmit{ display:block; width:100%;  
background: linear-gradient( 180deg, #FFAC78 0%, #F35D00 100%);
border-radius: 4px 4px 4px 4px;
height:72px; line-height:72px; text-align:center;  color:#fff; border-radius:8px; font-size:24px; font-weight:bold;}
.navtabbox{ height:120px; background-color:#F4F4F4; border-bottom:1px solid #EBEBEB; width:1200px; margin: 0 auto;
position: absolute; top: -116px; left: 0;}
.navtabbox .navtabs{ display:flex;justify-content:center;}
.navtabbox .navtabs .navtabitem{ padding:0 35px;}
.navtabbox .navtabs .navtabitem a{ display:block; height:70px;line-height:68px; font-size:18px;  box-sizing:border-box; border-bottom:2px solid #fff;}
.navtabbox .navtabs .navtabitem a span{ color:#3b3b3b;}
.navtabbox .navtabs .navtabitem:hover a{ display:block;border-bottom:2px solid #ea541f;}
.navtabbox .navtabs .navtabitem.navtabactive a{ display:block; font-weight:bold; border-bottom:2px solid #ea541f;}
.navtabbox .navtabs .navtabitem:hover a span,.navtabbox .navtabs .navtabitem.navtabactive a span{ color:#ea541f;}
.listmorelinks { padding:20px 0 60px;}
.listmorelinks .listfmorebtns{ margin:0 auto; display:block; width:172px; height:48px; line-height:48px; text-align:center; background-color:#F4F4F4; font-size:18px; color:#000000;}
/*常规栏目页通用end*/

/*解决方案列表*/
.mainbox .maincontent{ width:1400px; margin:0 auto;}
.mainbox .maincontent .mainconttit{ padding:100px 0 70px;}
.mainbox .maincontent .mainconttit .mainconth{ padding-bottom:48px; text-align:center;  font-size:36px; font-weight:bold; color:#333333;}
.mainbox .maincontent .mainconttit .mainconttxt{ font-size:20px; line-height:36px; color:#333333;}
.mainbox .maincontent .fananbox{}
.mainbox .maincontent .fananbox .fananlist{display:flex;flex-direction: row;flex-wrap: wrap;justify-content:left;}
.mainbox .maincontent .fananbox .fananlist .fananliitem{ width:50%; padding-bottom:56px;}
.mainbox .maincontent .fananbox .fananlist .fananliitem:nth-child(2n){ display: flex; justify-content: flex-end;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx{ display:block; width:678px; height:226px; border:1px solid #9E9E9E;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx:hover{ border:1px solid #EA5520; box-shadow:0 0 8px rgba(255,51,0,0.4);}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx a{ display:flex; min-height:698px; position:relative;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx a .fanpics{ width:228px; height:228px; position:absolute; top:-1px; left:-1px;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx a .fanpics span{ display:block;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx a .fanpics span img{display:block;width:228px; height:228px;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx a .faninfos{ padding-left:256px; width:396px;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx a .faninfos .fananth{ width:100%; padding:30px 0 8px; font-size:28px; font-weight:bold; color:#333333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx:hover a .faninfos .fananth{color:#EA5520;}
.mainbox .maincontent .fananbox .fananlist .fananliitem .fananliitembx a .faninfos .fanantxt{ font-size:16px; line-height:40px; color:#333333;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; white-space: normal;text-overflow: ellipsis;overflow: hidden;}
/*解决方案列表end*/




.mtpimgadsinfo{ padding-top:90px;}
.mtpimgadsinfo .mtpimgadstit{ width:1000px; line-height:264px; font-size:40px; color:#fff; text-align:center;text-align:center;}
.mtpimgadsinfo .mtpimgadstxt{  padding:20px 0; font-size:24px; color:#fff;text-align:center;}
.mtpimgadsinfo .mtpimgadsbtns{ padding-top:60px;}
.mtpimgadsinfo .mtpimgadsbtns a{ margin: 0 auto; display:block;  width:192px; height:60px; line-height:60px; text-align:center; background-color:#2b1911; border:1px solid #fff;border-radius:4px;font-size:20px; color:#fff; }
.mtpimgadsinfo .mtpimgadsbtns a:hover{ background-color:#ea541f;}







.modwrap .ehseversbox .ehseverlist .ehseveritems .ehseverlibox .ehseverpicbx .ehsecerimg img{ width:100%; height:100%; }
.modwrap .ehseversbox .ehseverlist .ehseveritems .ehseverlibox .ehseverpicbx .ehsverhover{ opacity:0; width:100%; height:100%; padding:20px; box-sizing:border-box; background-color:rgba(0,0,0,0.7); transition:0.5s; position:absolute; top:0; left:0;}
.modwrap .ehseversbox .ehseverlist .ehseveritems .ehseverlibox .ehseverpicbx:hover .ehsverhover{ opacity:1;}
.modwrap .ehseversbox .ehseverlist .ehseveritems .ehseverlibox .ehseverpicbx .ehsverhover 
.modwrap .ehseversbox .ehseverlist .ehseveritems .ehseverlibox .ehseverpicbx .ehsverhover
.modwrap .ehseversbox .ehseverlist .ehseveritems .ehseverlibox .ehsevername{ line-height:50px; font-size:20px; color:#7c7c7c;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.maketingldbg{ min-width:1400px; background:url(../images/modimgbgs.png) no-repeat center center; background-size:cover;}
.modwrap.maketingldbg .maketingldbox{ margin:0 auto; width:1400px; height:900px;}
.modwrap.maketingldbg .maketingldbox .makeldth{ padding-top:88px; font-size:40px; color:#fff; font-weight:bold; text-align:center;}
.modwrap.maketingldbg .maketingldbox .makelddisp{ padding:20px 0 64px; font-size:20px; color:#fff; text-align:center;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox{ display:flex;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldmuen{ padding-top:48px; width:250px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldmuen .makeldmuitems{ height:80px; line-height:80px; cursor:pointer;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldmuen .makeldmuitems span{ font-size:24px; color:#fff;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldmuen .makeldmuitems.makeldmuactive{ }
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldmuen .makeldmuitems.makeldmuactive span{ color:#ea541f;font-weight:bold;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox{ width:1190px; height:520px; padding:36px 45px 45px; background-color:#fff; box-sizing:border-box; border-radius:20px; position:relative;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist{}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems{ display:none; position:relative;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems:after{content: "";display: inline-block;width: 0;height: 0;border-color: rgba(0, 0, 0, 0) rgba(255, 255, 255, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);border-width: 36px;border-style: solid;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems:nth-child(1):after{position: absolute;top:16px;left:-116px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems:nth-child(2):after{position: absolute;top:100px;left:-116px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems:nth-child(3):after{position: absolute;top:178px;left:-116px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems:nth-child(4):after{position: absolute;top:256px;left:-116px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems:nth-child(5):after{position: absolute;top:336px;left:-116px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo{}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldtptxt{}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldtptxt .maldmdth{ font-size:30px; font-weight:bold; color:#ea541f;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldtptxt .maldmdisp{ padding:12px 0 50px; font-size:20px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldtptxt .maldmdisp span{ display:block;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox{}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli{ height:300px; padding:52px 0; background-color:#EDEDED; box-sizing:border-box; display:flex;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems{ flex:1; text-align:center; position:relative;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems:after{ content:""; display:block; width:1px; height:100%; background-color:#ccc; position:absolute; top:0; right:0;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems:last-child:after{ display:none;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems .mkldbconlith{ font-size:20px; color:#4e4d4d;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems .mkldbconlith span{display:block;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems .mkldbconliicon{ padding:8px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems .mkldbconliicon img{ width:90px; height:90px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems .mkldbconliidisp{font-size:16px; color:#4e4d4d;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .makeldconlist .makeldconitems .makeldconinfo .mkldbconbox .mkldbconli .mkldbconliitems .mkldbconliidisp span{ display:block;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb{ display:flex; position:absolute; top:48px; right:50px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldtelicon{}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldtelicon img{ width:48px; height:48px;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldteltxt{ padding:0 20px 0 16px; font-size:19px; color:#ea5520;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldteltxt .mkldtelth{ }
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldteltxt .mkldtelnumber{font-weight:bold;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldsqhzbtn{}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldsqhzbtn .mkldsbtnlink{ width:124px; height:46px; line-height:46px; text-align:center; border:1px solid #ea5520; border-radius:4px; display:block; font-size:19px; color:#ea5520;}
.modwrap.maketingldbg .maketingldbox .makeldlistbox .makeldconbox .mkldteltb .mkldsqhzbtn .mkldsbtnlink:hover{ background-color:#ea541f; color:#fff;}
.modwrap .mdianbox{margin:0 auto;padding:50px 0 180px;  width:1400px; height:900px;}
.modwrap .mdianbox .mdianth{font-size:40px; color:#ea541f; font-weight:bold; text-align:center;}
.modwrap .mdianbox .mdiandisp{ padding:16px 0 56px;font-size:20px; color:#000; text-align:center;}
.modwrap .mdianbox .mdianlist{ display:flex;}
.modwrap .mdianbox .mdianlist .mdbiglibox{ width:960px;}
.modwrap .mdianbox .mdianlist .mdbiglibox .mdbigpicliitem{ display:none;}
.modwrap .mdianbox .mdianlist .mdbiglibox .mdbigpicliitem:nth-child(1){display:block;}
.modwrap .mdianbox .mdianlist .mdbiglibox .mdbigpicliitem a{ display:block;}
.modwrap .mdianbox .mdianlist .mdbiglibox .mdbigpicliitem a .mdbigpic{ width:960px; height:651px;}
.modwrap .mdianbox .mdianlist .mdbiglibox .mdbigpicliitem a .mdbigpic img{ width:100%; height:100%;}
.modwrap .mdianbox .mdianlist .mdbiglibox .mdbigpicliitem a .mdbigname{ display:none;}
.modwrap .mdianbox .mdianlist .mdsmalllibox{ width:440px; box-sizing:border-box; padding-left:16px; display:flex;flex-direction: row;flex-wrap: wrap;justify-content:left;}
.modwrap .mdianbox .mdianlist .mdsmalllibox .mdsmapicliitem{ width:50%; padding-bottom:13px; display: flex;justify-content: end; cursor:pointer;}
.modwrap .mdianbox .mdianlist .mdsmalllibox .mdsmapicliitem .mdsmapicliim{ width:199px; height:153px;position:relative;}
.modwrap .mdianbox .mdianlist .mdsmalllibox .mdsmapicliitem .mdsmapic{width:100%; height:100%;}
.modwrap .mdianbox .mdianlist .mdsmalllibox .mdsmapicliitem .mdsmapic img{ display:block; width:100%; height:100%;}
.modwrap .mdianbox .mdianlist .mdsmalllibox .mdsmapicliitem .mdsmaname{ opacity:0;transition:1s; width:100%; height:100%; padding:24px; box-sizing:border-box; background-color:rgba(0,0,0,0.7); font-size:20px; color:#fff; position:absolute; top:0; left:0;display: flex;justify-content: center;align-items: center;overflow:hidden;}
.modwrap .mdianbox .mdianlist .mdsmalllibox .mdsmapicliitem:hover .mdsmaname{opacity:1;}
.modwrap .mdianbox .mdmorebtn{ padding-top:38px; display: flex;justify-content: end;}
.modwrap .mdianbox .mdmorebtn .mdmorelink{ display:block; width:242px; height:56px; line-height:56px; border-radius:56px; border:1px solid #ea541f; text-align:center; font-size:20px; color:#ea541f;}
.modwrap .mdianbox .mdmorebtn .mdmorelink:hover{ background-color:#ea541f; color:#fff; }
.modwrap.mdnetbgs{ min-width:1400px; background:url(../images/naebgs.png) no-repeat 0 0; background-size:cover;}
.modwrap.mdnetbgs .mdnetbox{margin:0 auto;padding:90px 0 80px;  width:1400px; height:1500px; box-sizing:border-box;}
.modwrap.mdnetbgs .mdnetbox .mdnetth{font-size:40px; color:#ea541f; font-weight:bold; text-align:center;}
.modwrap.mdnetbgs .mdnetbox .mdnetdisp{ padding:16px 0 24px;font-size:20px; line-height:32px; color:#fff; text-align:center;}
.modwrap.mdnetbgs .mdnetbox .mdnetdisp span{ display:block;}
.modwrap.mdnetbgs .mdnetbox .mdnetlik{ text-align:center;}
.modwrap.mdnetbgs .mdnetbox .mdnetlik a{font-size:20px; color:#ea541f;}
.modwrap.mdnetbgs .mdnetbox .mdnetmap{ margin-top:-50px; position:relative;}
.modwrap.mdnetbgs .mdnetbox .mdnetmap img{}
.modwrap.mdnetbgs .mdnetbox .mdnetmap .mapshowcon { margin:0 auto; width:1187px;height:974px;}
.modwrap.mdnetbgs .mdnetbox .mdnetmap .mapsamllall{ position:absolute; bottom:-80px; right:160px;}
.modwrap.mdnetbgs .mdnetbox .mdjoinbtns{ display:flex; justify-content:center;padding-top: 50px;}
.modwrap.mdnetbgs .mdnetbox .mdjoinbtns .mdjoinlink{ display:block; width:360px; height:56px; line-height:56px; border-radius:56px; text-align:center; font-size:24px; color:#fff; background-color:#EA5520;}
.modwrap.mdnetbgs .mdnetbox .mdjoinbtns .mdjoinlink:hover{background-color:#CD3E0C;}
.modwrap .newsbox{margin:0 auto;padding:0px 0 170px;  width:1400px;  box-sizing:border-box;}
.modwrap .newsbox .newstit{ padding-top:30px; border-bottom:1px solid #090909; position:relative;}
.modwrap .newsbox .newstit .newsth{ line-height:100px; font-size:40px; font-weight:bold; color:#666666;}
.modwrap .newsbox .newstit .newstabs{ display:flex; position:absolute; top:70px; right:6px;}
.modwrap .newsbox .newstit .newstabs .newstbitem{ padding-left:32px; cursor:pointer;}
.modwrap .newsbox .newstit .newstabs .newstbitem span{ font-size:20px; color:#5a5a5a;}
.modwrap .newsbox .newstit .newstabs .newstbitem.newstbactive{}
.modwrap .newsbox .newstit .newstabs .newstbitem:hover span,
.modwrap .newsbox .newstit .newstabs .newstbitem.newstbactive span
{ color:#ea5520; font-weight:bold;}
.modwrap .newsbox .newstop{ padding-top:80px; display:flex;}
.modwrap .newsbox .newstop .newstpbox{ width:585px; height:440px;}
.modwrap .newsbox .newstop .newstpbox a{ display:block; width:100%; height:100%; position:relative;}
.modwrap .newsbox .newstop .newstpbox a .newstppic{width:100%; height:100%;}
.modwrap .newsbox .newstop .newstpbox a .newstppic img{}
.modwrap .newsbox .newstop .newstpbox a .newstopinfo{ width:100%; height:100px; box-sizing:border-box; padding:20px; color:#fff; font-size:18px; line-height:30px; background-color:rgba(0,0,0,0.7); position:absolute; bottom:0; left:0;}
.modwrap .newsbox .newstop .newstpbox a .newstopinfo .newstptit{ height:30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.modwrap .newsbox .newstop .newstpbox a .newstopinfo .newstpdate{}
.modwrap .newsbox .newstop .newstpbox a:hover .newstopinfo .newstptit{ color:#EA551D;}
.modwrap .newsbox .newstop .newstplist{ width:840px; padding-left:16px;}
.modwrap .newsbox .newstop .newstplist .newstpliitem{ padding-bottom:18px;}
.modwrap .newsbox .newstop .newstplist .newstpliitem a{ display:block; min-height:132px; position:relative;}
.modwrap .newsbox .newstop .newstplist .newstpliitem a .newstplipic{ width:177px; height:132px; position:absolute; top:0; left:0;}
.modwrap .newsbox .newstop .newstplist .newstpliitem a .newstplipic img{width:100%; height:100%;}
.modwrap .newsbox .newstop .newstplist .newstpliitem a .newstpliinfo{ padding-left:210px;}
.modwrap .newsbox .newstop .newstplist .newstpliitem a .newstpliinfo .newstplitit{ font-size:20px; line-height:32px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.modwrap .newsbox .newstop .newstplist .newstpliitem a .newstpliinfo .newstplidate{font-size:20px;color:#989898; }
.modwrap .newsbox .newstop .newstplist .newstpliitem a .newstpliinfo .newstplidisp{ padding-top:30px; font-size:20px; line-height:24px; color:#989898;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal;text-overflow: ellipsis;overflow: hidden;}
.footerwrap{ min-width:1440px; background: #1F1F1F;}
.footerwrap .footer{margin:0 auto;padding:0px 0 30px;  width:1440px;}
.footerwrap .footer .footmuinfo{ display:flex; padding-top:80px;}
.footerwrap .footer .footmuinfo .ftleftbox{ width:638px;}
.footerwrap .footer .footmuinfo .ftleftbox .ftlogo{ padding:0px 16px;}
.footerwrap .footer .footmuinfo .ftleftbox .ftlogo a{}
.footerwrap .footer .footmuinfo .ftleftbox .ftlogo a img{}
.footerwrap .footer .footmuinfo .ftleftbox .fttetl{ padding-bottom:16px;}
.footerwrap .footer .footmuinfo .ftleftbox .fttetl a{ color:#e95520; font-size:40px; font-weight:bold;}
.footerwrap .footer .footmuinfo .ftleftbox .ftadress{ padding-bottom:28px; color:#999999; font-size:16px;}
.footerwrap .footer .footmuinfo .ftleftbox .ftmeiti{ display:flex; padding-bottom:20px; justify-content: flex-end;}
.footerwrap .footer .footmuinfo .ftleftbox .ftmeiti .ftmeitiitem{width:242px; padding-right:40px;}
.footerwrap .footer .footmuinfo .ftleftbox .ftmeiti .ftmeitiitem .ftmeitiimg{ background-color:#fff; width:220px; height:220px; padding:8px; border-radius:6px;}
.footerwrap .footer .footmuinfo .ftleftbox .ftmeiti .ftmeitiitem .ftmeitiimg img{ width:100%; height:100%;}
.footerwrap .footer .footmuinfo .ftleftbox .ftmeiti .ftmeitiitem .ftmeitiname{ padding-top:6px; text-align:center; color:#ffffff; font-size:28px; }
.footerwrap .footer .footmuinfo .ftrightbox{ width:1000px;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist{ display:flex;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist .ftmuenli{ flex:1; width:260px;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist .ftmuenli .ftmuenth{ line-height:46px;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist .ftmuenli .ftmuenth span{ color:#fff; font-size:28px; font-weight:bold;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist .ftmuenli .ftmuensubmu{ padding-top:6px;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist .ftmuenli .ftmuensubmu .ftmuensubli{ line-height:46px;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist .ftmuenli .ftmuensubmu .ftmuensubli a{color:#FFFFFF; font-size:18px;}
.footerwrap .footer .footmuinfo .ftrightbox .ftmuenlist .ftmuenli .ftmuensubmu .ftmuensubli a:hover{ color: #FFFFFF;}

 .copyrightbox{ width:100%; text-align:center; height:50px; padding:0px 0 0px; background: #000000;}
.copyrightbox .copyrighttxt{color:#fff; font-size:14px;line-height:50px; text-align:center; height:50px;}
 .copyrightbox .beanlink{display:flex;}
.copyrightbox .beanlink .baeanitem{ padding-right:36px;}
 .copyrightbox .beanlink .baeanitem a{color:#fff; font-size:14px}
 .copyrightbox .beanlink .baeanitem a:hover{ color:#EA5520;}
.copyrightbox .beanlink .baeanitem a span{ vertical-align:middle;}
 .copyrightbox .beanlink .baeanitem a span img{ margin-right:4px; vertical-align:middle;}

.footerwrap .footer .copyrightbox .ftlinkbtns{display:flex; position:absolute; top:12px; right:4px;}
.footerwrap .footer .copyrightbox .ftlinkbtns .ftlinkli{ padding-left:24px;}
.footerwrap .footer .copyrightbox .ftlinkbtns .ftlinkli a{ color:#fff; font-size:14px}
.footerwrap .footer .copyrightbox .ftlinkbtns .ftlinkli a:hover{color:#EA5520;}
.adfromwrap{ height:90px; background-color:#020200;}
.adfromwrap .adfrommod{ width:100%; height:90px; background:#EA541F url(../images/flaybtn.png) no-repeat center center; background-size:cover; position:fixed; bottom:0; left:0; z-index:5;}
.adfromwrap .adfrommod .adfrombox{margin:0 auto;width:1400px;height:90px; display:flex; align-items:center; }
.adfromwrap .adfrommod .adfrombox .adfrominfos{ color:#fff; padding:0 36px 0 12px;}
.adfromwrap .adfrommod .adfrombox .adfrominfos .adfromtits{ font-size:27px; font-weight:bold;}
.adfromwrap .adfrommod .adfrombox .adfrominfos .adfromdisp{ font-size:18px;}
.adfromwrap .adfrommod .adfrombox .adfrominfos .adfromdisp strong{ color:#fff834;}
.adfromwrap .adfrommod .adfrombox .adfrominpbox{ display:flex; align-items:center;}
.adfromwrap .adfrommod .adfrombox .adfrominpbox .adfrominp{ padding-right:16px;}
.adfromwrap .adfrommod .adfrombox .adfrominpbox .adfrominp .adfrominptxt{-webkit-appearance: none;appearance: none; box-sizing:border-box; padding:0 10px; width:203px; height:50px; border:none; border-radius:6px; background-color:#fff; font-size:18px;}
.adfromwrap .adfrommod .adfrombox .adfrominpbox .adfrominp .adfromsubmit{font-size:18px;color:#171717; font-weight:bold;-webkit-appearance: none;appearance: none; box-sizing:border-box;background-color:#FFE1B3;border:none; border-radius:6px; width:228px; height:42px; cursor:pointer;}
.adfromwrap .adfrommod .adfrombox .adfrominpbox .adfrominp .adfromsubmit:hover{ color:#EA541F;}
.adfromwrap .adfrommod .adfrombox .adfrominpbox .adfrominp .adfromsubmit:active{ opacity:0.4;}
.adfromwrap .adfrommod .adfrombox .adfromtel{ padding-left:34px; font-size:20px; color:#fff; font-weight:bold;}
.adfromwrap .adfrommod .adfrombox .adfromtel .adfromtelline{}
.adfromwrap .adfrommod .adfrombox .adfromtel .adfromtelline strong{}
.adfromwrap .adfrommod .colseftbar{  padding:16px; position:absolute; top:0; right:0;}
.adfromwrap .adfrommod .colseftbar img{ cursor:pointer;}
@media screen and (max-width: 1400px) {
	.adfromwrap .adfrommod .adfrombox .adfrominfos .adfromtits{font-size:24px;}
	.adfromwrap .adfrommod .adfrombox .adfrominfos .adfromdisp{font-size:18px;}
	.adfromwrap .adfrommod .adfrombox .adfromtel{font-size:20px;}
	}



.mainmuenwrap{ display:none;}
.mainmuenwrap .mainmuen{}
.mainmuenwrap .mainmuen .mainmus{}
.mainmuenwrap .mainmuen .mainmus .mainmuitem{}
.mainmuenwrap .mainmuen .mainmus .mainmuitem a{}
.mainmuenwrap .mainmuen .mainmus .mainmuitem a .mainmuicon{}
.mainmuenwrap .mainmuen .mainmus .mainmuitem a .mainmuicon img{}
.mainmuenwrap .mainmuen .mainmus .mainmuitem a .mainmutext{}
.mainmuenwrap .mainmuen .mainmubtnlinks{}
.mainmuenwrap .mainmuen .mainmubtnlinks .mainmulin{}
.mainmuenwrap .mainmuen .mainmubtnlinks .mainmulin a{}
.mainmuenwrap .mainmuen .mainmubtnlinks .mainmulin{}
.mainmuenwrap .mainmuen .mainmubtnlinks .mainmulin a{}
/*首页END*/






/*联系我们*/
.mainbox .modtxtwrap .modtlxbox{ background-color:#F4F4F4; border:20px solid #fff; border-left:none; border-right:none;}
.mainbox .modtxtwrap .modtxtbox .lxdisp{ padding-bottom:60px; font-size:20px; text-align:center;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox{ background-color:#F4F4F4; display:flex; justify-content:space-between;  }
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol{ width:564px; padding-left:80px;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxltth{ padding:80px 60px; text-align:left; font-size:28px;transform:translateX(-58px);}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist{}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem{ padding-bottom:82px;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem .lxifbx{ min-height:66px; position:relative;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem .lxifbx .lxificon{ position:absolute; top:0; left:0;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem .lxifbx .lxificon img{}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem .lxifbx .lxiftxt{ padding-left:86px;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem .lxifbx .lxiftxt .lxiftxtth{ font-size:28px;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem .lxifbx .lxiftxt .lxiftxtcon{ font-size:20px;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxleftcol .lxinfolist .lxinfoitem .lxifbx .lxiftxt .lxiftxtcon a{ color:#000; cursor:text;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol{ width:720px; height:1000px; padding:85px 75px 0; box-sizing:border-box; background:url(../images/lximfbgs.png) no-repeat 0 0; background-size:cover;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm{}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmlist{}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmlist .frmitem{ padding-bottom:32px;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmlist .frmitem .frmth{ min-height:60px; line-height:60px; font-size:22px; color:#fff;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmlist .frmitem .frminp{}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmlist .frmitem .frminp .lxrtfrminptxt{-webkit-appearance: none;appearance: none; padding:0 20px; box-sizing:border-box; width:100%; height:70px; border-radius:8px; border:none;  margin:0; font-size:20px; outline:0;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmlist .frmitem .frminp .lxrtfrmareatxt{-webkit-appearance: none;appearance: none; padding:20px; box-sizing:border-box; width:100%; height:170px; border-radius:8px; border:none;  margin:0; font-size:20px;outline:0; font-family:yahei, Arial, "Arial Narrow", HELVETICA;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmbtn{ display:flex; justify-content:center;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmbtn .frmsubmit{ display:block; width:160px; height:50px; line-height:50px; text-align:center; background-color:#ffc00a; color:#fff; border-radius:8px; font-size:20px; font-weight:bold;}
.mainbox .modtxtwrap .modtxtbox .mdlxbox .lxrightcol .lxrtfrm .frmbtn .frmsubmit:hover{ color:#000;}
.mainbox .modtxtwrap .modtxtbox .mdlxmeiti{ display:flex; padding:0 60px; justify-content:space-between; background-color:#F4F4F4;}
.mainbox .modtxtwrap .modtxtbox .mdlxmeiti .mdlxmtitem{ padding-bottom:50px;}
.mainbox .modtxtwrap .modtxtbox .mdlxmeiti .mdlxmtitem .mdlxmtinfo{}
.mainbox .modtxtwrap .modtxtbox .mdlxmeiti .mdlxmtitem .mdlxmtinfo .lxmtewm{}
.mainbox .modtxtwrap .modtxtbox .mdlxmeiti .mdlxmtitem .mdlxmtinfo .lxmtewm img{}
.mainbox .modtxtwrap .modtxtbox .mdlxmeiti .mdlxmtitem .mdlxmtinfo .lxmtname{ font-size:24px; line-height:60px; text-align:center;}
/*联系我们end*/


.morebar{ padding:20px 0 50px;display: flex;justify-content: center;align-items: center;}
.morebar .morelnkbtn{ display:block; cursor:pointer; width:180px; padding:0 30px 0 20px; font-size:16px; color:#666; border-radius:60px; border:1px solid #dedede; background-color:#fff; height:60px;display: flex;justify-content: center;align-items: center; position:relative;}
.morebar .morelnkbtn:after{content: " ";display: inline-block;height: 10px;width: 10px;border-width: 1px 0 0 1px;border-color: #666;border-style: solid;position: absolute;top: 50%;margin-top:-5px;right:60px;transform:rotate(135deg);-webkit-transform:rotate(135deg);}
.morebar .morelnktxt{ display:block; cursor:pointer; width:180px; padding:0 20px 0 20px; font-size:16px; color:#666; border-radius:60px; border:1px solid #dedede; background-color:#fff; height:60px;display: flex;justify-content: center;align-items: center; position:relative;}


.mfsz1list_m{width: 205px; margin-top:440px;height: 39px; text-align:center; line-height:39px; padding-left:60px;font-weight: bold;font-size: 28px;color: #FFFFFF;text-align: center;font-style: normal;text-transform: none;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; white-space: normal;text-overflow: ellipsis;overflow: hidden;}/*替换此样式*/
.mfsz1list_w .mfszitem{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; white-space: normal;text-overflow: ellipsis;overflow: hidden;}/*加此样式*/

/*图片兼容处理*/
.hyboxtw_listL img{ width:280px; height:280px;object-fit: cover;}
.hyjsimg1 ul li img{ width:630px; height:466px;object-fit: cover;}
.hyjsimg2 ul li img{ width:420px; height:312px;object-fit: cover;}

.bannerwarps .bannersitems .bannerstxtinfo{width: 100%;height: 850px; padding-right:0 !important;}
.bannerstxtinfo>div{width: 100%;height: 850px;}
.bannerstxtinfo>div>a{ display:block;width: 100%;height: 850px;}