@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;background:#f5f5f5;}
/*页头top样式  开始*/
.indextopbox{width:100%;height:32px;background:#f5f5f5;}
.topleftbox{float:left;}	
.topleftbox a{float:left;display:block;font-family:"微软雅黑";font-size:12px;color:#333;line-height:12px;text-decoration:none;float:left;margin:10px 15px 10px 0;}
.topleftbox a.toploginbtn{color:#348CFF;}
.topleftbox a:hover{color:#348CFF;}
.topleftbox a img{display:block;width:12px;height:12px;float:left;margin-right:4px;}
.topleftbox p{margin:10px 15px 10px 0;padding:0;float:left;font-family:"微软雅黑";font-size:12px;color:#333;line-height:12px;}
.toprightbox{float:right;}
.toprightbox dl{margin:0;padding:0;}	
.toprightbox dl dd{margin:0;padding:0;float:left;position:relative;width:84px;height:32px;}
.toprightbox dl dd > a{display:block;text-decoration:none;font-family:"微软雅黑";font-size:12px;line-height:32px;color:#333;padding-left:8px;width:76px;position:absolute;left:0;top:0;z-index:29;}
.toprightbox dl dd > a i{display:block;width:12px;height:12px;float:right;margin:10px 8px;transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;background:url(../images/toparrow_icon01.png) no-repeat center;}
.toprightbox dl dd > a:hover{color:#348CFF;}
.toprightbox dl dd > a:hover i{transform:rotate(-180deg);-ms-transform:rotate(-180deg); /* IE 9 */-webkit-transform:rotate(-180deg); /* Safari and Chrome */background:url(../images/toparrow_icon02.png) no-repeat center;}
.toprightbox dl dd > a.toptitle{color:#348CFF;}
.toprightbox dl dd > a.toptitle i{transform:rotate(-180deg);-ms-transform:rotate(-180deg); /* IE 9 */-webkit-transform:rotate(-180deg); /* Safari and Chrome */background:url(../images/toparrow_icon02.png) no-repeat center;}
.toprightbox dl dd ul{margin:0;padding:32px 0 0;width:84px;list-style:none;background:#fff;position:absolute;left:0;top:0;z-index:19;display:none;box-shadow: 0 0 5px rgba(0,0,0,0.2);}	
.toprightbox dl dd ul li{margin:0;padding:0;list-style:none;}	
.toprightbox dl dd ul li a{display:block;text-decoration:none;font-family:"微软雅黑";font-size:12px;line-height:30px;color:#666;padding-left:8px;}	
.toprightbox dl dd ul li a:hover{color:#348CFF;background:#f5f5f5;}
.toprightbox dl dt{margin:0 0 0 20px;padding:10px 0;float:left;}
.toprightbox dl dt img{display:block;float:left;width:12px;height:12px;margin-right:4px;}
.toprightbox dl dt span{display:block;float:left;font-family:"微软雅黑";font-size:12px;color:#333;line-height:12px;}
.toprightbox dl dt b{display:block;float:left;font-family:"微软雅黑";font-size:12px;color:#ff8202;line-height:12px;font-weight:normal;}
/*页头top样式  结束*/
/* ly add  */
.l_nav{width: 100%;position: fixed;top: 0;left: 0;z-index:3000;background: rgba(0,0,0,.5);}
.l_nav_box{width: 1200px;height: 100px;margin: 0 auto;color: #FFFFFF;display: flex;align-items: center;justify-content: space-between;}
.l_nav_box .logobox{}
.l_nav_box .navmain{display: flex;align-items: center;}
.l_nav_box .navmain>a{color: #FFFFFF;text-align: center;font-size: 18px;margin-left: 40px;text-decoration: none;}
.l_nav_box .navmain>a>span{border-bottom:3px solid transparent ;padding-bottom: 4px;}
.l_nav_box .navmain>a.cur>span{border-bottom:3px solid #FFFFFF ;}
.l_nav_box .navmain>a:hover>span{border-bottom:3px solid #FFFFFF ;}
.l_nav_box .navmain .login{margin-left:20px;width: 180px;display: flex;justify-content: flex-end;align-items: center;}
.l_nav_box .navmain .login>a.l_first_l{font-size: 16px;text-decoration: none;display: inline-block;width: 62px;height: 28px;color: #348CFF;background: #ffffff;border-radius: 22px;line-height: 28px;text-align: center;}
.l_nav_box .navmain .login>a.l_secound_r{margin-left: 5px;font-size: 16px;text-decoration: none;color: #FFFFFF;display: inline-block;width: 62px;height: 28px;line-height: 28px;text-align: center;}
.l_nav_box .navmain .login  u{width: 36px;height: 36px;border-radius: 50%;background: #fff;margin-right: 15px;overflow: hidden;}
.l_nav_box .navmain .login  u img{width: 100%;height: 100%;}
.l_nav_box .navmain .login .dropdownmenu dl,.l_nav_box .navmain .login .dropdownmenu dd{margin: 0;padding: 0;}
.l_nav_box .navmain .login .dropdownmenu{height:36px;position:relative;}
.l_nav_box .navmain .login .dropdownmenu a{display:block;height:36px;cursor:pointer;padding:0 10px;font-size: 16px;text-decoration: none;color: #FFFFFF;}
.l_nav_box .navmain .login .dropdownmenu a span{display:block;font-family:"微软雅黑";font-size:16px;line-height:36px;float:left;color:#FFFFFF;}
.l_nav_box .navmain .login .dropdownmenu a i{display:block;width:12px;height:12px;float:right;margin:12px 10px;background:url(../images/member_images/member_topdroparrow01.png)no-repeat center center;transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;}
.l_nav_box .navmain .login .dropdownmenu:hover a span{color:#ffffff;}
.l_nav_box .navmain .login .dropdownmenu:hover a i{transform:rotate(-180deg);-ms-transform:rotate(-180deg); /* IE 9 */-webkit-transform:rotate(-180deg);}
/* .l_nav_box .navmain .login .dropdownmenu a.toptitle span{color:#ffffff;}
.l_nav_box .navmain .login .dropdownmenu a.toptitle i{ background:url(../images/member_images/member_topdroparrow02.png) no-repeat center;}
 */
.l_nav_box .navmain .login .dropdownmenu dl{position:absolute;right:0;top:36px;width:100%;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,0.2);z-index:2;border-radius:6px;overflow:hidden;display: none;}
.l_nav_box .navmain .login .dropdownmenu dl dd a{display:block;font-family:"微软雅黑";font-size:14px;line-height:36px;color:#4c4c4c;text-align:center;text-decoration: none;}
.l_nav_box .navmain .login .dropdownmenu dl dd:hover{background:#f5f5f5;}
.l_nav_box .navmain .login .dropdownmenu dl dd:hover a{color:#348CFF;}
/*导航nav样式  开始*/
.indexnavbox{width:100%;height:96px;position:relative;background:#fff;z-index:9;}
.indexnavbox a.indeximg{display:block;float:left;width:216px;height:56px;margin:20px 0;}
.indexnavbox a.indeximg img{display:block;width:216px;height:56px;}
.indexnavbox ul{margin:0;padding:0;float:right;height:96px;list-style:none;margin-right:140px;}
.indexnavbox ul li{float:left;height:96px;cursor:pointer;position:relative;}	
.indexnavbox ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.indexnavbox ul li{float:left;}
.indexnavbox ul li > a{text-decoration:none;text-transform:uppercase;color:#666;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;display:block;line-height:96px;padding:0 15px;height:96px;font-family:"微软雅黑";font-size:14px;line-height:96px;}
.indexnavbox ul li.mainnavactive > a{color:#fff;background:#348CFF;}
.indexnavbox ul li:hover > a{color:#fff;background:#348CFF;}
.indexnavbox ul li.chaoshimenu > a::after{position:absolute;bottom:20px;left:50%;margin-left:-3px;width:5px;height:5px;border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";-webkit-transform: rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color 0.3s ease;-moz-transition: border-color 0.3s ease;-ms-transition:border-color 0.3s ease;-o-transition:border-color 0.3s ease;transition:border-color 0.3s ease;}
.indexnavbox ul li dl{position:absolute;left:-9999px;margin:0;padding:0;}
.indexnavbox ul li:hover dl{left:auto;width:100%;}
.indexnavbox ul li dl dd{margin:0;padding:0;height:0;-webkit-transition:height 0.3s ease;-moz-transition:height 0.3s ease;-ms-transition:height 0.3s ease;-o-transition:height 0.3s ease;transition:height 0.3s ease;}
.indexnavbox ul li:hover dl dd{height:40px;width:100%;}
.indexnavbox ul li dl dd a{width:100%;display:block;background:#348CFF;text-decoration:none;color:#d9ecff;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;line-height:40px;text-align:center;font-family:"微软雅黑";font-size:14px;}
.indexnavbox ul li dl dd:hover > a{text-decoration:underline;color:#fff;}
.indexnavbox a.headerloginbtn{display:block;text-decoration:none;font-family:"微软雅黑";font-size:14px;color:#666;line-height:38px;text-align:center;width:58px;height:38px;border-radius:6px;transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;float:left;cursor:pointer;margin:28px 0 28px 20px;border:1px #d9d9d9 solid;}
/*导航栏变异部分*/
.mininavbox{height:70px;background:#fff;width:100%;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:9999;display:none;}
.mininavbox a.indeximg{display:block;float:left;width:154px;height:40px;margin:15px 0;}
.mininavbox a.indeximg img{display:block;width:154px;height:40px;}
.mininavbox ul{margin:0;padding:0;float:right;height:70px;list-style:none;}
.mininavbox ul li{float:left;height:70px;cursor:pointer;position:relative;}	
.mininavbox ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.mininavbox ul li{float:left;}
.mininavbox ul li > a{text-decoration:none;text-transform:uppercase;color:#666;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;display:block;line-height:70px;padding:0 15px;height:70px;font-family:"微软雅黑";font-size:14px;line-height:70px;}
.mininavbox ul li.mainnavactive > a{color:#fff;background:#348CFF;}
.mininavbox ul li:hover > a{color:#fff;background:#348CFF;}
.mininavbox ul li.chaoshimenu > a::after{position:absolute;bottom:20px;left:50%;margin-left:-3px;width:5px;height:5px;border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";-webkit-transform: rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color 0.3s ease;-moz-transition: border-color 0.3s ease;-ms-transition:border-color 0.3s ease;-o-transition:border-color 0.3s ease;transition:border-color 0.3s ease;}
.mininavbox ul li dl{position:absolute;left:-9999px;margin:0;padding:0;}
.mininavbox ul li:hover dl{left:auto;width:100%;}
.mininavbox ul li dl dd{margin:0;padding:0;height:0;-webkit-transition:height 0.3s ease;-moz-transition:height 0.3s ease;-ms-transition:height 0.3s ease;-o-transition:height 0.3s ease;transition:height 0.3s ease;}
.mininavbox ul li:hover dl dd{height:40px;width:100%;}
.mininavbox ul li dl dd a{width:100%;display:block;background:#348CFF;text-decoration:none;color:#d9ecff;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease;line-height:40px;text-align:center;font-family:"微软雅黑";font-size:14px;}
.mininavbox ul li dl dd:hover > a{text-decoration:underline;color:#fff;}
.fixnav{position:fixed;top:0;left:0;}
/*导航nav样式  结束*/


/*轮播banner样式  开始*/
.bannerlubo{width:100%;min-width:1200px;clear:both;position:relative;height:600px;overflow:hidden;}
.bannerlubo_box{position:relative;width:100%;height:600px;margin:0;padding:0;list-style:none;}
.bannerlubo_box li{float:left;position:absolute;top:0;left:0;width:100%;height:600px;opacity:0;filter:alpha(opacity=0);}
.bannerlubo_box li .bannerimg{position:relative;width:100%;height:600px;}
.bannerlubo_box li img{display:block;width:1920px;height:600px;position:absolute;left:50%;top:0;margin-left:-960px;}
/*圆点*/
.lubopointbox{margin:0;padding:0;list-style:none;overflow:hidden;position:absolute;z-index:100;}
.lubopointbox li{float:left;width:24px;height:3px;border-radius:3px;margin:0 5px;cursor:pointer;background:rgba(0,0,0,0.4);}
.lubopointbox li.lubopoint{width:24px;height:3px;border-radius:3px;background:#348CFF !important;}
/*按钮*/
.bannerlubo_btn{position:absolute;width:1200px;top:50%;left:50%;margin-top:-30px;margin-left:-600px; display: none;}
.luboleftbtn,.luborightbtn{width:60px;height:60px;border-radius:50%;cursor:pointer;overflow:hidden;background:rgba(0,0,0,0.3);transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.luboleftbtn img,.luborightbtn img{display:block;width:60px;height:60px;border-radius:50%;}	
.luboleftbtn{float:left;}
.luboleftbtn:hover{background:rgba(0,0,0,0.5);}
.luborightbtn{float:right;}
.luborightbtn:hover{background:rgba(0,0,0,0.5);}
/*轮播banner样式  结束*/


/*搜索search样式  开始*/
.synthesiscontainer{width:660px;border-radius:10px;background:#fff;padding:25px 50px 0;box-shadow: 0 0 10px rgba(0,0,0,0.3);position:absolute;left:0;bottom:0;z-index:109;}
.indexsearch{position:relative;z-index:109;clear:both;width:656px;height:40px;border:2px solid #348CFF;border-radius:26px;margin-bottom:25px;}
.searchkind{position:absolute;left:20px;top:0;width:100px;}
.searchkind .searchkindbox{position:relative;width:100px;height:40px;}
.searchkind .searchkindbox span.select_txt{display:block;width:70px;height:40px;padding-left:20px;border-left:2px #fff solid;border-right:2px #fff solid;line-height:40px;font-size:14px;font-family:"微软雅黑";color:#4c4c4c;cursor:pointer;float:left;background:#fff url(../images/search_ico.png) no-repeat 64px center;}
.searchkind .searchkindbox span.select_txt:hover{background:#f7f7f7 url(../images/search_ico.png)no-repeat 64px center;}
.searchkind .searchkindbox ul.select_option{display:none;position:absolute;top:40px;left:0px;width:90px;background:#fff;border:2px solid #348CFF;border-top:none;margin:0;padding:0;list-style:none;}
.searchkind .searchkindbox ul.select_option li{line-height:40px;font-size:14px;font-family:"微软雅黑";padding-left:18px;cursor:pointer;background:#fff;color:#4c4c4c;}
.searchkind .searchkindbox ul.select_option li:hover{background:#f7f7f7;}
.indexsearch input.import{width:480px;height:40px;margin:0 0 0 120px;padding:0 0 0 10px;border:none;outline:none;font-family:"微软雅黑";font-size:14px;color:#737373;}
.indexsearch button.searchbtn{position:absolute;right:4px;top:4px;width:90px;height:32px;background:#348CFF;border:0;border-radius:16px;cursor:pointer;outline:none;margin:0;padding:0;display:block;transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;}
.indexsearch button.searchbtn img{display:block;width:20px;height:20px;margin:6px auto;}
.indexsearch button.searchbtn:hover{background:#4595e5;}
.indexstatics{border-top:1px #d9d9d9 solid;width:660px;padding:30px 0;}
.indexstatics ul{margin:0;padding:0;list-style:none;height:70px;}
.indexstatics ul li{margin:0;padding:0;list-style:none;float:left;width:330px;height:70px;}
.indexstatics ul li span{display:block;margin-right:30px;float:left;width:70px;height:70px;border-radius:50%;overflow:hidden;}
.indexstatics ul li span img{display:block;width:70px;height:70px;}	
.indexstatics ul li .statics_text{float:left;}	
.indexstatics ul li .statics_text p{margin:10px 0 15px 0;padding:0;font-family:"微软雅黑";font-size:16px;line-height:20px;color:#333;}	
.indexstatics ul li .statics_text h5{margin:0;padding:0;font-family:"微软雅黑";font-size:24px;line-height:20px;font-weight:normal;}
.indexstatics ul li .statics_text h5 b{font-size:16px;line-height:20px;color:#333;font-weight:normal;}
.indexstatics ul li.staticsleft span{box-shadow:0 0 10px rgba(23,126,230,0.5);background:#348CFF;}
.indexstatics ul li.staticsleft .statics_text h5{color:#348CFF;}
.indexstatics ul li.staticsright span{box-shadow:0 0 10px rgba(255,130,2,0.5);background:#ff8202;}
.indexstatics ul li.staticsright .statics_text h5{color:#ff8202;}
/*搜索search样式  结束*/


/*价格走势pricetrend样式  开始*/
.indexpricetrendbox{width:1200px;margin:40px auto;}
.indexpricetrendbox h1{width:1200px;margin:0;padding:0;font-weight:normal;font-family:"微软雅黑";font-size:30px;line-height:30px;color:#000;text-align:center;}
.indexpricetrendbox .index_title{width:1200px;height:30px;margin:10px auto 20px;}	
.indexpricetrendbox .index_title strong{dispaly:block;width:480px;height:2px;background:#ccc;margin:14px 0;float:left;}	
.indexpricetrendbox .index_title span{dispaly:block;width:178px;height:28px;margin:0 30px;float:left;border:1px #ccc solid;border-radius:15px;font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size:16px;line-height:28px;text-align:center;color:#333;}
.indexpricetrendbox ul.pricedatakindbox{width:1200px;height:36px;margin:0 0 20px 0;padding:0;list-style:none;}
.indexpricetrendbox ul.pricedatakindbox li{float:left;width:118px;height:34px;font-family:"微软雅黑";font-size:14px;color:#4c4c4c;text-align:center;line-height:34px;border:1px #348CFF solid;cursor:pointer;border-radius:18px;margin-right:20px;}
.indexpricetrendbox ul.pricedatakindbox li.datakindactive{background:#348CFF;color:#fff;}
.indexpricetrendbox ul.priceinfobox{margin:0;padding:0;list-style:none;width:1200px;height:400px;}
.indexpricetrendbox ul.priceinfobox li{display:none;width:1200px;height:400px;position:relative;}
.indexpricetrendbox ul.priceinfobox li.thisclass{display:list-item;}
.indexpricetrendbox ul.priceinfobox li .priceleftbox{width:880px;height:400px;box-shadow:0 0 10px rgba(0,0,0,0.3);background:#fff;float:left;border-radius:10px;overflow:hidden;}
.indexpricetrendbox ul.priceinfobox li .pricerightbox{width:310px;height:400px;background:#348CFF;float:right;border-radius:10px;}
.indexpricetrendbox ul.priceinfobox li .pricerightbox h4{margin:30px 0 20px;padding:0;font-weight:normal;font-size:20px;color:#fff;text-align:center;line-height:20px;}	
.indexpricetrendbox ul.priceinfobox li .pricerightbox .standardlist{height:240px;width:220px;background:#348CFF;overflow:auto;margin:30px auto 0;}
.indexpricetrendbox ul.priceinfobox li .pricerightbox .standardlist dl{margin:0;padding:0;}
.indexpricetrendbox ul.priceinfobox li .pricerightbox .standardlist dl dd{margin:0 0 10px 0;padding:0 20px;width:calc(100% - 42px);height:28px;border:1px #fff solid;border-radius:15px;}
.indexpricetrendbox ul.priceinfobox li .pricerightbox .standardlist dl dd p{margin:0;padding:0;font-family:"微软雅黑";font-size:14px;line-height:28px;float:left;color:#fff;}
.indexpricetrendbox ul.priceinfobox li .pricerightbox .standardlist dl dd h6{margin:0;padding:0;font-family:"微软雅黑";font-size:14px;line-height:28px;float:right;color:#fff;text-align:right;}	
.indexpricetrendbox ul.priceinfobox li img{display:block;position:absolute;right:290px;top:50%;margin-top:-30px;z-index:69;}
/*价格走势pricetrend样式  开始*/

/* 色调  #348CFF */
/*主要业务mainbusiness样式  开始*/
.indexmainbusiness{width:1200px;margin: 0 auto;padding: 50px 0;}
/* 公共tit */
.l_tit{width: 100%;margin: 0px auto 40px;}
.l_tit h1{width:1200px;margin:0 auto;padding:0;font-weight:600;font-family:"微软雅黑";font-size:35px;line-height:40px;color:#333333;text-align: center;}
.l_tit .index_title{width:1200px;margin:10px auto;display: flex;justify-content: center;}		
.l_tit .index_title span{font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size:24px;text-align:center;color:#666666;position: relative;}
.l_tit .index_title span::after{content: "";position: absolute;top: 35px;left: 50%;-moz-transform: translateX(-50%);transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);width: 30px;height: 3px;background: #348CFF;}
/* 公共tit结束 */
.businesslist_five{padding: 0;display: flex;justify-content:space-between;width: 1200px;margin: 0 auto;}
.businesslist_five a{text-decoration: none;color: #000000;width: 200px;display: flex;flex-direction: column;align-items: center;}
.businesslist_five a:hover .imgbox{box-shadow:  0px 0px 2px 10px rgba(0, 0, 0, 0.1);-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.businesslist_five a .imgbox{width: 100px;height: 100px;border-radius: 50%;overflow: hidden;background: #348CFF;display: flex;align-items: center;justify-content: center;}
.businesslist_five a .imgbox img{height: 50px;width: auto;}
.businesslist_five a h3{font-size: 24px;font-weight: 600;color: #333333;margin: 28px 0 10px;}
.businesslist_five a span{font-size: 16px;color: #343434;}
.businesslist_five a p{font-size: 16px;color: #666666;margin: 20px 0;line-height: 20px;}

.businessrollbox{position:relative;width:1200px;height:320px;margin:0 auto;}
.businessrollbox .businessroll{width:1040px;height:320px;margin:0 auto;position:relative;overflow:hidden;}
.businessrollbox .businessroll ul.businesslist{margin:0;padding:0;list-style:none;width:2000%;height:320px;position:absolute;top:0;left:0;}
.businessrollbox .businessroll ul.businesslist li{border:1px solid #fff;float:left;width:238px;height:318px;margin:0 10px;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background:#fff;z-index:10;border-radius:10px;overflow:hidden;}
.businessrollbox .businessroll ul.businesslist li .abovebox{width:200px;padding:20px;height:60px;}
.businessrollbox .businessroll ul.businesslist li .abovebox h3{margin:0;padding:0 0 9px 0;font-weight:normal;font-family:"微软雅黑";font-size:20px;color:#333;line-height:20px;border-bottom:1px #999 solid;text-align:center;}
.businessrollbox .businessroll ul.businesslist li .abovebox span{display:block;font-family:"微软雅黑";font-size:16px;text-align:center;line-height:20px;padding-top:10px;color:#666;}
.businessrollbox .businessroll ul.businesslist li .belowbox{width:238px;height:218px;position:relative;}
.businessrollbox .businessroll ul.businesslist li .belowbox .surfacebox{width:178px;height:188px;background:rgba(0,0,0,0.5);position:absolute;left:0;top:0;z-index:59;padding:30px 30px 0 30px;}
.businessrollbox .businessroll ul.businesslist li .belowbox .surfacebox p{magin:0;padding:0;font-family:"微软雅黑";font-size:14px;line-height:20px;color:#fff;width:178px;height:100px;overflow:hidden;}
.businessrollbox .businessroll ul.businesslist li .belowbox .surfacebox a{display:block;width:118px;height:28px;border-radius:15px;border:1px #fff solid;text-align:center;line-height:28px;color:#fff;text-decoration:none;background:rgba(255,255,255,0.2);font-family:"微软雅黑";font-size:14px;margin:0 auto;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.businessrollbox .businessroll ul.businesslist li .belowbox .surfacebox a:hover{background:rgba(255,255,255,0.4);}	
.businessrollbox .mainleftbtn{width:60px;height:60px;border-radius:50%;position:absolute;top:50%;left:0px;margin-top:-30px;cursor:pointer;}
.businessrollbox .mainleftbtn img{width:60px;height:60px;display:block;border-radius:50%;}
.businessrollbox .mainrightbtn{width:60px;height:60px;border-radius:50%;position:absolute;top:50%;right:0px;margin-top:-30px;cursor:pointer;}
.businessrollbox .mainrightbtn img{width:60px;height:60px;display:block;border-radius:50%;}
/*主要业务mainbusiness样式  结束*/

/* 成交量 */
.dealBox{width: 100%;height: 320px;background: url(../images/l_index_images/l_cj_bg.png) no-repeat center;}
.dealBox .dealmain{width: 1200px;margin: 0 auto;display: flex;padding: 60px 0;}
.dealBox .dealmain .item{width: 600px;height: 200px;display: flex;flex-direction: column;align-items: center;}
.dealBox .dealmain .item .imgbox{height: 80px;width: auto;}
.dealBox .dealmain .item .imgbox img{display: block; height: 80px;width: auto;border: none;-ms-interpolation-mode: bicubic;}
.dealBox .dealmain .item .p1{font-size: 30px;color: #FFFFFF;margin: 35px auto 12px;}
.dealBox .dealmain .item:first-child{border-right: 1px solid #FFFFFF;}
.dealBox .dealmain .item .p2{font-size: 36px;color: #FFFFFF;font-weight: 400;margin: 0;}
.dealBox .dealmain .item .p2 span{font-weight: normal;font-size: 28px;}
/* 成交量结束 */
/*产品直达ProductDirect样式  开始*/
.indexproductbox{width:1200px;margin: 0 auto;padding: 50px 0;}
.indexproductbox .indexproductdirect{width:1200px;}
.indexproductbox .indexproductdirect dl{width:1200px;margin:0;display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */-webkit-flex-wrap:no-wrap;
    display: flex;
    justify-content: space-between;	
	flex-wrap:wrap;}
.indexproductbox .indexproductdirect dl dd{width:370px;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,0.2);background:#fff;overflow:hidden;padding:40px 0;margin:20px 0 0;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-webkit-transition:all 0.5s;}
.indexproductbox .indexproductdirect dl dd a{display:block;text-align: center;font-family:"微软雅黑";color:#fff;cursor:pointer;text-decoration:none;margin:0 auto;}
.indexproductbox .indexproductdirect dl dd img{display: inline-block;}
.indexproductbox .indexproductdirect dl dd h3{font-family:"微软雅黑";font-size:24px;color:#333;text-align:center;width:300px;margin:0 auto;font-weight:bold;padding-bottom:20px;line-height:20px;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-webkit-transition:all 0.5s;}
.indexproductbox .indexproductdirect dl dd p{font-family:"微软雅黑";font-size:14px;color:#4c4c4c;width:300px;height:140px;margin:20px auto;line-height:20px;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-webkit-transition:all 0.5s;}	

.indexproductbox .indexproductdirect dl dd:hover{box-shadow:0 0 10px rgba(0,120,215,0.4);}

/*产品直达ProductDirect样式  结束*/


/*现货资源spotresources样式  开始*/
.indexspotgoodsbox{width:1200px;margin:0 auto;}
.indexspotgoodsbox ul{margin:0;padding:0;list-style:none;width:588px;height:270px;}
.indexspotgoodsbox ul li{width:294px;float:left;height:90px;border-bottom:1px #e5e5e5 solid;border-right:1px #e5e5e5 solid;position:relative;transition:all 0.5s;overflow:hidden;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.indexspotgoodsbox ul li .productinfo{padding:10px 15px;}
.indexspotgoodsbox ul li .productinfo h4{padding:0;margin:0 20px 0 0;font-family:"微软雅黑";font-size:16px;color:#262626;font-weight:normal;line-height:20px;float:left;}
.indexspotgoodsbox ul li .productinfo p{padding:0;margin:0;font-family:"微软雅黑";font-size:12px;color:#262626;line-height:20px;float:left;}
.indexspotgoodsbox ul li .productinfo strong{display:block;float:left;font-family:"微软雅黑";font-size:18px;line-height:30px;color:#333333;font-weight:normal;}	
.indexspotgoodsbox ul li .productinfo b{display:block;float:right;font-family:"微软雅黑";font-size:12px;line-height:30px;color:#808080;font-weight:normal;text-align:right;}	
.indexspotgoodsbox ul li .productinfo span{display:block;float:left;font-family:"微软雅黑";font-size:12px;line-height:20px;color:#808080;}
.indexspotgoodsbox ul li .productinfo i{display:block;float:right;font-family:"微软雅黑";font-size:12px;line-height:20px;color:#808080;font-weight:normal;text-align:right;font-style:normal;}
.indexspotgoodsbox ul li .productinfo_shade{width:294px;height:90px;background:rgba(0,0,0,0.4);position:absolute;left:0;top:90px;transition:all 0.5s;-o-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;}
.indexspotgoodsbox ul li .productinfo_shade a{display:block;width:100px;height:30px;background:#fff;font-family:"微软雅黑";font-size:14px;text-align:center;line-height:30px;border-radius:15px;margin:30px auto;text-decoration:none;color:#348CFF;}
.indexspotgoodsbox ul li:hover .productinfo_shade{position:absolute;left:0;top:0;}
.indexspotgoodsbox .num::after{content: "";display: block;clear: both;}
.indexspotgoodsbox .num ul{height: auto;width: 100%;display: flex;justify-content: center;margin-top: 15px;}
.indexspotgoodsbox .num ul li{cursor: pointer;height: auto;width: auto;border: none;position: static;width: 28px;height: 4px;border-radius: 3px;background:rgba(0,0,0,0.4);margin: 0 5px;}
.indexspotgoodsbox .num ul li.on{background: #348CFF;}
/*黑色金属矿*/
.indexgoods_ferrousebox{width:588px;height:320px;overflow:hidden;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.2);float:left;background:#fff;margin: 6px;}
.indexgoods_ferrousebox .ferrouse_changebbox{width:100%;height:50px;background:#348CFF;}
.indexgoods_ferrousebox .ferrouse_changebbox h5{margin:0 10px 0 15px;padding:0;font-family:"微软雅黑";font-size:16px;font-weight:bold;line-height:50px;color:#fff;float:left;}
.indexgoods_ferrousebox .ferrouse_changebbox b{font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size:16px;font-weight:normal;line-height:50px;color:#fff;}
.indexgoods_ferrousebox .ferrouse_changebbox a span{display:block;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;width:90px;height:30px;cursor:pointer;float:right;border-radius:15px;background:rgba(255,255,255,0.3);margin:10px 15px 0 0;}
.indexgoods_ferrousebox .ferrouse_changebbox a.ferrouse_changebtn{display:block;text-decoration:none;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;height:30px;cursor:pointer;float:right;margin:10px 15px 0 0;}
/*煤炭*/
.indexgoods_orebox{width:588px;height:320px;overflow:hidden;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.2);float:left;background:#fff;margin: 6px;}
.indexgoods_orebox .ore_changebbox{width:100%;height:50px;background:#348CFF;}
.indexgoods_orebox .ore_changebbox h5{margin:0 10px 0 15px;padding:0;font-family:"微软雅黑";font-size:16px;font-weight:bold;line-height:50px;color:#fff;float:left;}
.indexgoods_orebox .ore_changebbox b{font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size:16px;font-weight:normal;line-height:50px;color:#fff;}
.indexgoods_orebox .ore_changebbox a span{display:block;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;width:90px;height:30px;cursor:pointer;float:right;border-radius:15px;background:rgba(255,255,255,0.3);margin:10px 15px 0 0;}
.indexgoods_orebox .ore_changebbox a.ore_changebtn{display:block;text-decoration:none;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;height:30px;cursor:pointer;float:right;margin:10px 15px 0 0;}
/*非金属矿*/
.indexgoods_nonmetalbox{width:588px;height:320px;overflow:hidden;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.2);float:left;background:#fff;margin: 6px;}
.indexgoods_nonmetalbox .nonmetal_changebbox{width:100%;height:50px;background:#348CFF;}
.indexgoods_nonmetalbox .nonmetal_changebbox h5{margin:0 10px 0 15px;padding:0;font-family:"微软雅黑";font-size:16px;font-weight:bold;line-height:50px;color:#fff;float:left;}
.indexgoods_nonmetalbox .nonmetal_changebbox b{font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size:16px;font-weight:normal;line-height:50px;color:#fff;}
.indexgoods_nonmetalbox .nonmetal_changebbox a span{display:block;text-decoration:none;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;width:90px;height:30px;cursor:pointer;float:right;border-radius:15px;background:rgba(255,255,255,0.3);margin:10px 15px 0 0;}
.indexgoods_nonmetalbox .nonmetal_changebbox a.nonmetal_changebtn{display:block;text-decoration:none;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;height:30px;cursor:pointer;float:right;margin:10px 15px 0 0;}
/*有色金属矿*/
.indexgoods_nonferrousbox{width:588px;height:320px;overflow:hidden;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.2);float:left;background:#fff;margin: 6px;}
.indexgoods_nonferrousbox .nonferrous_changebbox{width:100%;height:50px;background:#348CFF;}
.indexgoods_nonferrousbox .nonferrous_changebbox h5{margin:0 10px 0 15px;padding:0;font-family:"微软雅黑";font-size:16px;font-weight:bold;line-height:50px;color:#fff;float:left;}
.indexgoods_nonferrousbox .nonferrous_changebbox b{font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size:16px;font-weight:normal;line-height:50px;color:#fff;}
.indexgoods_nonferrousbox .nonferrous_changebbox a span{display:block;text-decoration:none;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;width:90px;height:30px;cursor:pointer;float:right;border-radius:15px;background:rgba(255,255,255,0.3);margin:10px 15px 0 0;}	
.indexgoods_nonferrousbox .nonferrous_changebbox a.nonferrous_changebtn{display:block;text-decoration:none;font-family:"微软雅黑";color:#fff;font-size:12px;text-align:center;line-height:30px;height:30px;cursor:pointer;float:right;margin:10px 15px 0 0;}
/*现货资源spotresources样式  结束*/


/*信息发布infomationpublish样式  开始*/
.infomationpublish{width:1200px;margin:0 auto;padding: 50px 0;}
/*物流需求logisticsneed样式  开始*/
.infomationpublish_header .hd1{padding: 20px 0;display: flex;justify-content: center;height: 75px;align-items: center;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.infomationpublish_header .hd1 span{font-size: 24px;font-weight: 600;color: #333333;margin-left: 30px;}
.infomationpublish_header .hd2{background: #E1EEFF;display: flex;height: 40px;align-items: center;}
.infomationpublish_header .hd2 .item2{width: 50%;text-align: center;font-size: 14px;color: #666666;}
.infomationpublish_header .hd2 .item3{width: 33.33%;text-align: center;font-size: 14px;color: #666666;}
.logisticsneed{width:370px;float:left;}
.logisticsneed h2{margin:0 0 10px 0;padding:0;font-family:"微软雅黑";font-size:14px;color:#fff;font-weight:normal;line-height:36px;width:120px;height:36px;border-radius:18px;background:#348CFF;text-align:center;}
.logisticsneed table.needlist_title{margin:0;padding:0;width:370px;}
.logisticsneed table.needlist_title thead{margin:0;padding:0;width:370px;}
.logisticsneed table.needlist_title thead tr{margin:0;padding:0;height:50px;background:#e5f2ff;}
.logisticsneed table.needlist_title thead tr th{margin:0;padding:0;font-family:"微软雅黑";font-size:16px;text-align:center;color:#348CFF;line-height:50px;width:25%;font-weight:normal;}
.logisticsneed .logisticsneedlistbox{overflow:hidden;height:400px;}
.logisticsneed .logisticsneedlistbox ul{margin:0;padding:0;list-style:none;width:370px;}
.logisticsneed .logisticsneedlistbox ul li{width:370px;height:40px;background:#fff;overflow:hidden;vertical-align:bottom;zoom:1;}
.logisticsneed .logisticsneedlistbox ul li p{margin:0;padding:0;float:left;font-family:"微软雅黑";font-size:13px;text-align:center;color:#4c4c4c;line-height:40px;width:33.33%;}
.logisticsneed .logisticsneedlistbox ul li:hover{background:#f5f5f5;}

/*物流需求logisticsneed样式  结束*/
/*物流需求详情弹窗样式  开始*/
.logisticsdetailbox{width:100%;height:100%;background:rgba(0,0,0,0.45);position:fixed;left:0;top:0;z-index:10000;display:none;}
.logisticsdetailbox .logisticsdetail{width:600px;height:320px;background:#fff;border-radius:10px;overflow:hidden;}
.logisticsdetailbox .logisticsdetail h3{margin:0;padding:0;font-family:"微软雅黑";font-size:16px;font-weight:bold;line-height:50px;color:#fff;text-align:center;background:#348CFF;}
.logisticsdetailbox .logisticsdetail dl{margin:30px auto;padding:0;width:520px;display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */-webkit-flex-wrap:no-wrap;
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;}
.logisticsdetailbox .logisticsdetail dl dd{margin:0 0 20px 0;padding:0;width:240px;height:30px;float:left;}
.logisticsdetailbox .logisticsdetail dl dd b{width:70px;height:30px;float:left;display:block;text-align:right;padding:0 10px 0 0;font-family:"微软雅黑";font-size:14px;font-weight:bold;line-height:30px;color:#333;}
.logisticsdetailbox .logisticsdetail dl dd p{width:150px;height:30px;float:left;margin:0;padding:0 0 0 10px;font-family:"微软雅黑";font-size:14px;line-height:30px;color:#333;background:#ededed;border-radius:6px;overflow:hidden;}
.logisticsdetailbox .logisticsdetail dl dd span{height:30px;float:left;display:block;text-align:left;margin:0 0 0 10px;font-family:"微软雅黑";font-size:14px;line-height:30px;color:#333;}	
.logisticsdetailbox .logisticsdetail dl dt{margin:0 0 20px 0;padding:0;width:520px;height:60px;}
.logisticsdetailbox .logisticsdetail dl dt b{width:70px;height:30px;float:left;display:block;text-align:right;padding:0 10px 0 0;font-family:"微软雅黑";font-size:14px;font-weight:bold;line-height:30px;color:#333;}
.logisticsdetailbox .logisticsdetail dl dt p{width:420px;height:60px;float:left;margin:0;padding:0 10px;font-family:"微软雅黑";font-size:14px;line-height:30px;color:#333;background:#ededed;border-radius:6px;overflow:auto;}
.logisticsdetailbox .logisticsclosebtn{display:block;margin:26px auto 0;padding:0;width:24px;height:24px;cursor:pointer;border-radius:50%;outline:none;border:none;background:none;}
/*物流需求详情弹窗样式  结束*/

/*供求信息purchase样式  开始*/
.purchase{width:370px;float:left;margin-left: 45px;}
.purchase h2{margin:0 0 10px 0;padding:0;font-family:"微软雅黑";font-size:14px;color:#fff;font-weight:normal;line-height:36px;width:120px;height:36px;border-radius:18px;background:#ff8202;text-align:center;}
.purchase table.purchasetitlebox{margin:0;padding:0;width:370px;}
.purchase table.purchasetitlebox thead{margin:0;padding:0;width:370px;}
.purchase table.purchasetitlebox thead tr{margin:0;padding:0;height:50px;background:#fff2e5;}
.purchase table.purchasetitlebox thead tr th{margin:0;padding:0;font-family:"微软雅黑";font-size:16px;color:#ff8202;line-height:50px;font-weight:normal;}
.purchase table.purchasetitlebox thead tr th.tablewidth1{width:180px;padding-left:20px;text-align:left;}
.purchase table.purchasetitlebox thead tr th.tablewidth2{width:180px;text-align:left;}
.purchase table.purchasetitlebox thead tr th.tablewidth3{width:120px;text-align:center;}
.purchaselistbox{overflow:hidden;height:400px;}
.purchaselistbox ul{margin:0;padding:0;list-style:none;width:370px;}
.purchaselistbox ul li{width:370px;height:40px;background:#fff;overflow:hidden;vertical-align:bottom;zoom:1;}
.purchaselistbox ul li p{margin:0;padding:0;float:left;font-family:"微软雅黑";font-size:13px;color:#4c4c4c;line-height:40px;}
.purchaselistbox ul li p.tablewidth1{width:50%;text-align:center;}
.purchaselistbox ul li p.tablewidth2{width:50%; text-align: center;}

.purchase .purchaselistbox ul li:hover{background:#f5f5f5;}

/*供求信息purchase样式  结束*/
/*供求信息详情弹窗样式  开始*/
.purchaseinfodetailbox{width:100%;height:100%;background:rgba(0,0,0,0.45);position:fixed;left:0;top:0;z-index:10000;display:none;}
.purchaseinfodetailbox .purchaseinfodetail{width:860px;height:370px;background:#fff;border-radius:10px;overflow:hidden;}
.purchaseinfodetailbox .purchaseinfodetail h3{margin:0;padding:0;font-family:"微软雅黑";font-size:16px;font-weight:bold;line-height:50px;color:#fff;text-align:center;background:#348CFF;}
.purchaseinfodetailbox .purchaseinfodetail dl{margin:0;padding:30px;}
.purchaseinfodetailbox .purchaseinfodetail dl dd{margin:0 0 20px 0;padding:0;width:50%;float:left;}
.purchaseinfodetailbox .purchaseinfodetail dl dd span{float:left;width:70px;height:30px;display:block;font-family:"微软雅黑";font-size:14px;text-align:right;color:#666;line-height:30px;padding-right:10px;}
.purchaseinfodetailbox .purchaseinfodetail dl dd p{width:calc(100% - 150px);height:30px;float:left;margin:0;padding:0 10px;font-family:"微软雅黑";font-size:14px;line-height:30px;color:#333;background:#ededed;border-radius:6px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-o-box;-o-box-orient:vertical;-o-line-clamp:1;display:-moz-box;-moz-box-orient:vertical;-moz-line-clamp:1;display:-ms-box;-ms-box-orient:vertical;-ms-line-clamp:1;}
.purchaseinfodetailbox .purchaseinfodetail dl dd b{display:block;width:40px;height:30px;float:left;padding-left:10px;font-family:"微软雅黑";font-size:14px;font-weight:normal;line-height:30px;color:#666;}	
.purchaseinfodetailbox .purchaseinfodetail dl dt{margin:0 0 20px 0;padding:0;width:100%;float:left;}
.purchaseinfodetailbox .purchaseinfodetail dl dt span{float:left;width:70px;height:30px;display:block;font-family:"微软雅黑";font-size:14px;text-align:right;color:#666;line-height:30px;padding-right:10px;}
.purchaseinfodetailbox .purchaseinfodetail dl dt p{width:calc(100% - 150px);min-height:30px;float:left;margin:0;padding:0 10px;font-family:"微软雅黑";font-size:14px;line-height:30px;color:#333;background:#ededed;border-radius:6px;}
.purchaseinfodetailbox .purchaseinfodetail dl dt .infoimgbox{width:calc(100% - 130px);min-height:100px;float:left;background:#ededed;border-radius:6px;}
.purchaseinfodetailbox .purchaseinfodetail dl dt .infoimgbox img{display:block;float:left;width:100px;height:100px;margin:10px;}
.purchaseinfodetailbox .purchaseclosebtn{display:block;margin:26px auto 0;padding:0;width:24px;height:24px;cursor:pointer;border-radius:50%;outline:none;border:none;background:none;}
/*供求信息详情弹窗样式  结束*/
/*信息发布infomationpublish样式  结束*/


/*行业资讯indstrynews样式  开始*/

.indexindstrynewsbox ul.indstrynewskindbox{width:320px;margin:0 auto 15px;height:36px;padding:0;list-style:none;}
.indexindstrynewsbox ul.indstrynewskindbox li{float:left;width:118px;height:34px;font-family:"微软雅黑";font-size:14px;color:#4c4c4c;text-align:center;line-height:34px;border:1px #348CFF solid;cursor:pointer;border-radius:18px;margin:0 20px;}
.indexindstrynewsbox ul.indstrynewskindbox li.indstrynewskindactive{background:#348CFF;color:#fff;}
.indexindstrynewsbox ul.indstrynewsitembox{margin:0;padding:0;list-style:none;width:1220px;height:390px;}
.indexindstrynewsbox ul.indstrynewsitembox li{display:none;width:1200px;height:390px;position:relative;padding:0 10px 10px 10px;}
.indexindstrynewsbox ul.indstrynewsitembox li.indstrynewsclass{display:list-item;}
.indexindstrynewsbox ul.indstrynewsitembox li .newsleftbox{width:380px;height:390px;border-radius:10px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.3);overflow:hidden;float:left;}
.indexindstrynewsbox ul.indstrynewsitembox li .newsleftbox img{width:380px;height:250px;display:block;}
.indexindstrynewsbox ul.indstrynewsitembox li .newsleftbox a{display:block;width:340px;height:16px;margin:20px;text-decoration:none;font-family:"微软雅黑";font-size:16px;color:#348CFF;line-height:16px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-o-box;-o-box-orient:vertical;-o-line-clamp:1;display:-moz-box;-moz-box-orient:vertical;-moz-line-clamp:1;display:-ms-box;-ms-box-orient:vertical;-ms-line-clamp:1;}
.indexindstrynewsbox ul.indstrynewsitembox li .newsleftbox a:hover{text-decoration:underline;}
.indexindstrynewsbox ul.indstrynewsitembox li .newsleftbox p{margin:0;padding:0;font-family:"微软雅黑";font-size:14px;line-height:20px;color:#666;margin:0 20px;width:340px;height:60px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-o-box;-o-box-orient:vertical;-o-line-clamp:3;display:-moz-box;-moz-box-orient:vertical;-moz-line-clamp:3;display:-ms-box;-ms-box-orient:vertical;-ms-line-clamp:3;}
.indexindstrynewsbox ul.indstrynewsitembox li dl{margin:0;padding:0;width:780px;float:right;
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */-webkit-flex-wrap:no-wrap;
    display: flex;
    justify-content: space-between;	
	flex-wrap:wrap;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd{margin:0 0 10px 0;padding:0;width:380px;height:110px;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a{display:block;width:350px;height:80px;text-decoration:none;border:1px #b3b3b3 solid;border-radius:10px;padding:14px;background:#fff;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a:hover{border:1px #348CFF solid;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a:hover h2{background:#348CFF;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a:hover h3{color:#348CFF;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a h2{margin:0 15px 0 0;padding:18px 0;font-weight:normal;width:80px;height:44px;float:left;border-radius:4px;background:#b3b3b3;color:#fff;font-family:"微软雅黑";text-align:center;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a h2 span{margin:0 0 10px 0;display:block;font-size:18px;line-height:18px;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a h2 b{display:block;font-size:16px;font-weight:normal;line-height:16px;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a h3{margin:0;padding:0;font-family:"微软雅黑";font-weight:normal;font-size:16px;color:#333;line-height:30px;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;width:255px;height:30px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-o-box;-o-box-orient:vertical;-o-line-clamp:1;display:-moz-box;-moz-box-orient:vertical;-moz-line-clamp:1;display:-ms-box;-ms-box-orient:vertical;-ms-line-clamp:1;}	
.indexindstrynewsbox ul.indstrynewsitembox li dl dd a p{margin:5px 0 0 0;padding:0;font-family:"微软雅黑";font-size:14px;color:#666;line-height:20px;width:255px;height:40px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-o-box;-o-box-orient:vertical;-o-line-clamp:2;display:-moz-box;-moz-box-orient:vertical;-moz-line-clamp:2;display:-ms-box;-ms-box-orient:vertical;-ms-line-clamp:2;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dt{width:780px;margin:0;padding:0;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dt a{width:100px;height:30px;margin:0 auto;padding:0;display:block;border-radius:15px;font-family:"微软雅黑";font-size:14px;text-align:center;color:#348CFF;line-height:30px;text-decoration:none;box-shadow:0 2px 5px rgba(0,0,0,0.3);background:#fff;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;}
.indexindstrynewsbox ul.indstrynewsitembox li dl dt a:hover{color:#fff;background:#348CFF;}	
/*行业资讯indstrynews样式  结束*/
/* 新资讯 */
.indexindstrynewsbox{width:1200px;margin: 0 auto;padding: 0 0;}
.indexindstrynewsbox .news_therebox{width:1200px;}
.indexindstrynewsbox .news_therebox dl{width:1200px;margin:0;display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */-webkit-flex-wrap:no-wrap;
    display: flex;
    justify-content: space-between;	
	flex-wrap:wrap;}
.indexindstrynewsbox .news_therebox dl dd{width:370px;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,0.2);background:#fff;overflow:hidden;padding:20px 0 30px;margin: 0 0;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-webkit-transition:all 0.5s;}
.indexindstrynewsbox .news_therebox dl dd a{display:block;text-align: center;font-family:"微软雅黑";color:#fff;cursor:pointer;text-decoration:none;margin:0 auto;}
.indexindstrynewsbox .news_therebox dl dd img{display: inline-block;}
.indexindstrynewsbox .news_therebox dl dd h3{font-family:"微软雅黑";font-size:24px;color:#333;text-align:center;margin:25px auto;font-weight:bold;padding:0px;line-height:20px;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-webkit-transition:all 0.5s;}
.indexindstrynewsbox .news_therebox dl dd p{font-family:"微软雅黑";font-size:16px;color:#4c4c4c;width:300px;margin:0px auto;line-height:20px;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-webkit-transition:all 0.5s;}	

.indexindstrynewsbox .news_therebox dl dd:hover{box-shadow:0 0 10px rgba(0,120,215,0.4);}
/*合作伙伴partner样式  开始*/
.indexpartner{width:1200px;margin:40px auto 0;}
.partnerbox{height:70px;position:relative;}
.partner_leftbtn{cursor:pointer;display:block;width:40px;height:40px;position:absolute;left:0;top:15px;border-radius:50%;overflow:hidden;}
.partner_rightbtn{cursor:pointer;width:40px;height:40px;position:absolute;right:0;top:15px;border-radius:50%;overflow:hidden;}
.partner_imglist{height:80px;width:1080px;margin-left:50px;}
.partner_imglist ul{margin:0;padding:0;list-style:none;}
.partner_imglist ul li{display:block;float:left;height:50px;width:160px;overflow:hidden;border-radius:6px;margin:10px;position:relative;transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-webkit-transition:all 0.3s;}
.partner_imglist ul li a{display:block;text-decoration:none;position:absolute;left:0;top:0;width:160px;height:50px;}	
.partner_imglist ul li a.wj_logocolor{opacity:0;filter:alpha(opacity=0);transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-webkit-transition:all 0.3s;}	
.partner_imglist ul li a img{display:block;width:160px;height:50px;}
.partner_imglist ul li:hover{box-shadow:0 0 10px rgba(0,0,0,0.3);}
.partner_imglist ul li:hover a.wj_logocolor{opacity:1;filter:alpha(opacity=100);}	
/*合作伙伴partner样式  结束*/


/*底部帮助中心service样式  开始*/
.servicehelp{width:100%;padding:30px 0;background:#263340;margin-top:60px;}
.servicehelp ul{margin:0;padding:0;list-style:none;width:1200px;margin:0 auto;display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */-webkit-flex-wrap:no-wrap;
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;}
.servicehelp ul li{width:150px;}	
.servicehelp ul li dl{margin:0;padding:0;}	
.servicehelp ul li dl dt{margin:0 0 15px 0;padding:0;height:16px;font-family:"微软雅黑";font-size:16px;color:#fff;line-height:16px;}	
.servicehelp ul li dl dd{margin:0 0 10px 0;padding:0;height:14px;}	
.servicehelp ul li dl dd a{text-decoration:none;color:#d9ecff;font-family:"微软雅黑";font-size:14px;line-height:14px;cursor:pointer;}
.servicehelp ul li dl dd a:hover{text-decoration:underline;color:#fff;}
.servicehelp ul li dl .hotline span{display:block;font-family:"微软雅黑";font-size:14px;line-height:16px;color:#d9ecff;}
.servicehelp ul li dl .hotline span img{width:16px;height:16px;display:block;float:left;margin-right:10px;}
.servicehelp ul li dl .hotline i{display:block;font-family:"微软雅黑";font-size:16px;line-height:16px;color:#d9ecff;margin-top:10px;font-weight:bold;}
/*底部帮助中心service样式  结束*/



/*页脚footer样式  开始*/
.footerbox{width:100%;padding:0 0;background:#1D1D1D;}
.footer{width:1200px;height:60px;margin:0 auto;vertical-align:top;font-size:0;}
.footer .footerimgbox{display:inline-block;vertical-align:top;}	
.footer .footernavbox{display:inline-block;vertical-align:top;font-size:0;width: 100%;text-align: center;}
.footer .footernavbox dl{margin:0 auto;padding:0;} 
.footer .footernavbox dl dd{margin:0 20px 0 0;padding:0 20px 0 0;float:left;border-right:1px #fff solid;} 
.footer .footernavbox dl dd a{display:block;text-decoration:none;font-family:"微软雅黑";font-size:12px;line-height:12px;color:#d9ecff;} 
.footer .footernavbox dl dd a:hover{text-decoration:underline;color:#fff;} 
.footer .footernavbox p.foot_p{display:flex;margin:0 0 0 0;padding:0;font-family:"微软雅黑";font-size:13px;height:60px;color:#d9ecff;justify-content: center;align-items: center;} 
.footer .footernavbox > a{display:inline-block;vertical-align:top;margin:0 0 0 0;text-decoration:none;font-family:"微软雅黑";font-size:16px;line-height:60px;color:#d9ecff;margin-left:20px;} 
.footer .footernavbox > a:hover{text-decoration:underline;color:#fff;}
.footer .klwbeian{text-decoration:none;color:#d9ecff;}
.footer .klwbeian:hover{text-decoration:underline;color:#fff;}
.footer .cy{text-decoration:none;color:#d9ecff;margin-left: 15px;}
.footer .cy:hover{text-decoration:underline;color:#fff;}
.footer .cy_pol{margin-right: 10px;height: 20px;width: auto;}
/*页脚footer样式  结束*/


/*右侧固定浮动样式  开始*/
.indexrightfixedbox{position:fixed;z-index:99;right:0;top:50%;width:40px;margin-top:-60px;}
.indexrightfixedbox .rightfixedbtn{display:block;width:40px;height:40px;background:rgba(0,0,0,0.6);cursor:pointer;transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;}
.indexrightfixedbox .rightfixedbtn.fixedactive{background:#348CFF;}
.indexrightfixedbox .rightfixedbtn:hover{background:#348CFF;}
.indexrightfixedbox .returntopbtn{background:rgba(0,0,0,0.6);display:none;}
.indexrightfixedbox .hiddenbox{display:none;width:100px;background:#fff;position:absolute;right:40px;min-height:40px;background:#348CFF;}
.indexrightfixedbox .onlineservicebox{top:0;}
.indexrightfixedbox .onlineservicebox a{display:block;text-decoration:none;font-family:"微软雅黑";font-size:12px;line-height:40px;color:#fff;padding-left:10px;}
.indexrightfixedbox .qrcodebox{top:40px;}
.indexrightfixedbox .qrcodebox img{display:block;width:80px;height:80px;margin:10px auto;}
.indexrightfixedbox .qrcodebox p{margin:0 0 20px 0;padding:0;font-family:"微软雅黑";font-size:12px;color:#fff;text-align:center;line-height:12px;}
/*右侧固定浮动样式  结束*/
