@charset "UTF-8";


/*公共样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.top-fr {
    float: right !important;
}

.fwnone {
    font-weight: normal !important
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ovh {
    overflow: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.img100 {
    width: 100%;
	border-radius: 50%;
}

.f18 {
    font-size: 18px;
}

.f30 {
    font-size: 30px;
}

.relative {
    position: relative;
}

.pull-right {
    text-align: right;
}

.t-content,
.text-c {
    text-align: center !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 8px;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.w100 {
    width: 100% !important;
}

.pointer {
    cursor: pointer;
}

.borderNone {
    border: none !important;
}


}

.textarea {
    padding: 0 10px;
    border: 1px solid #ddd;
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.codeInput {
    width: 100px;
    font-size: 16px;
    padding: 0 10px;
}

.navbar-form {
    padding: 0;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.Animation {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

/*颜色*/

.ThemeFborder,
.ThemeFborderhover:hover {
    border-color: #3089e7 !important;
}

.company_list_box .company_topmenu li:hover a.title:before,
.company_list_box .company_topmenu li.active a.title:before {
    border-bottom-color: #3089e7 !important;
}

.Themefont,
.Themetxthover:hover,
.list_children a span,
.qyk_sublistleft h3,
.qyk_sublistleft .sublist_about li.three_btn .iconfont:before,
.qiye_xinxi .successUl li:before,
.company_list_box .company_topmenu li.active a.title {
    color: #3c3c3c !important;
}

.Themebg,
.Themebghover:hover,
.company_list_box .company_topmenu li a.title:after {
    background-color: #3089e7 !important;
}

a.Themetxthover:hover {
    color: #0037FF !important
}

/*.Themefont:hover{filter:Alpha(opacity=70);opacity:0.7;}*/

.AlphaH:hover {
    filter: Alpha(opacity=70);
    opacity: 0.7;
}

.red {
    color: red !important;
}

.OrangeFont {
    color: #ff7800 !important;
}

.OrangeBg {
    background: #ff7800 !important
}

.black {
    color: #333;
}

.white {
    color: #fff !important;
}

.color-999 {
    color: #999
}

.color-0 {
    color: #000 !important;
}

.gray {
    color: #999 !important;
}

.green {
    color: #5fbeaa !important;
}

.Greenbg {
    background: #10c55c !important;
    color: #fff !important
}

.Bluebg {
    background: #3089e7 !important;
    color: #fff !important
}

.bge6 {
    background: #e6e6e6;
}

.bgf6 {
    background: #f6f6f6;
}

.bgc6 {
    background: #c6c6c6;
}

.bgfff {
    background: #fff !important;
}

.minH {
    min-height: auto !important;
}

.lineauto {
    line-height: 2
}

/*表单公用*/

.cruDiv {
    cursor: pointer;
    display: inline-block;
}

/*距离*/

.mt4 {
    margin-top: 4px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important;
}

.mt16 {
    margin-top: 12px !important;
}

.mt12 {
    margin-top: 16px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important
}

.mt50 {
    margin-top: 50px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml5 {
    margin-left: 5px !important;
}

.ml8 {
    margin-left: 8px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml40 {
    margin-left: 40px !important
}

.ml50 {
    margin-left: 50px !important
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.plr5 {
    padding: 0 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.p020 {
    padding: 0 20px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.p0 {
    padding: 0 !important;
}

.w985 {
    width: 985px;
}

.w10 {
    width: 10%;
}

.w13 {
    width: 13%;
}

.w12 {
    width: 12%;
}

.w15 {
    width: 15%;
}

.w18 {
    width: 18%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w1 {
    width: 100% !important;
}

.w2 {
    width: 16.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w3 {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w4 {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w5 {
    width: 41.67%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w6 {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w9 {
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*字体*/

.f12 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.weight {
    font-weight: bold;
}

.line-2 {
    line-height: 2 !important;
}

/*边框*/

.border {
    border-color: #ddd;
}

.bordern {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #efefef;
}



/*结构*/

.conBox {
    width: 1190px;
    margin: 0 auto;
}

.col-md-6 {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
  font-family: 'iconfont';
  src: url('tp/iconfont.eot');
  src: url('tp/iconfont.eot?#iefix') format('embedded-opentype'),
      url('tp/iconfont.woff2') format('woff2'),
      url('tp/iconfont.woff') format('woff'),
      url('tp/iconfont.ttf') format('truetype'),
      url('tp/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mac:before {
    content: "\e68a";
}

.icon-windows:before {
    content: "\eba2";
}

.icon-anzhuo:before {
    content: "\e684";
}

.icon-ios:before {
    content: "\e682";
}

.icon-huangjinhuiyuan:before {
    content: "\e70b";
}

.icon-baijinhuiyuan:before {
    content: "\e70a";
}

.icon-zuanshihuiyuan:before {
    content: "\e709";
}

.icon-right:before {
    content: "\e609";
}

.icon-yonghu:before {
    content: "\e648";
}

.icon-tuiguangjihua:before {
    content: "\e653";
}

.icon-leimu:before {
    content: "\e641";
}

.icon-laba:before {
    content: "\e62c";
}

.icon-shizhong:before {
    content: "\e653";
}

.icon-liebiao:before {
    content: "\e632";
}

.icon-collection:before {
    content: "\e60b";
}

.icon-ordinaryjiantou2you:before {
    content: "\e60d";
}

.icon-unie62a:before {
    content: "\e60e";
}

.icon-iconsuishitui:before {
    content: "\e60f";
}

.icon-baozhuangyinshua:before {
    content: "\e615";
}

.icon-tubiao:before {
    content: "\e616";
}

.icon-muyingxian:before {
    content: "\e64f";
}

.icon-55:before {
    content: "\e63a";
}

.icon-diangongdianqi:before {
    content: "\e617";
}

.icon-iconfontdown2:before {
    content: "\e612";
}

.icon-shi:before {
    content: "\e687";
}

.icon-dianhua:before {
    content: "\e610";
}

.icon-huangguan:before {
    content: "\e635";
}

.icon-qicheyongpin:before {
    content: "\e618";
}

.icon-leftd:before {
    content: "\e626";
}

.icon-vrenzheng:before {
    content: "\e64b";
}

.icon-dianhua1:before {
    content: "\e601";
}

.icon-quangou:before {
    content: "\e63b";
}

.icon-searchExpert:before {
    content: "\e604";
}

.icon-iconfontliebiao:before {
    content: "\e633";
}

.icon-chanpin:before {
    content: "\e638";
}

.icon-qq:before {
    content: "\e637";
}

.icon-News:before {
    content: "\e608";
}

.icon-x:before {
    content: "\e62b";
}

.icon-chakan:before {
    content: "\e62e";
}

.icon-peiziiconfont09:before {
    content: "\e602";
}

.icon-xiao11:before {
    content: "\e628";
}

.icon-yejinkuangchan:before {
    content: "\e619";
}

.icon-xiangjiaosuliao:before {
    content: "\e61a";
}

.icon-wujingongju:before {
    content: "\e61b";
}

.icon-shipin:before {
    content: "\e61c";
}

.icon-jingxihuaxue:before {
    content: "\e61d";
}

.icon-jixieqimo:before {
    content: "\e61e";
}

.icon-shopCar:before {
    content: "\e605";
}

.icon-xin:before {
    content: "\e688";
}

.icon-iconjiayongdianqi:before {
    content: "\e61f";
}

.icon-nongye:before {
    content: "\e620";
}

.icon-sale:before {
    content: "\e60a";
}

.icon-information:before {
    content: "\e63c";
}

.icon-icon:before {
    content: "\e621";
}

.icon-bangzhu1:before {
    content: "\e629";
}

.icon-ditudingwei:before {
    content: "\e62f";
}

.icon-shoucang:before {
    content: "\e630";
}

.icon-passport:before {
    content: "\e636";
}

.icon-menu:before {
    content: "\e625";
}

.icon-shangwuquan:before {
    content: "\e622";
}

.icon-iconcontact:before {
    content: "\e631";
}

.icon-more:before {
    content: "\e634";
}

.icon-jiazhuangjiancai:before {
    content: "\e6cd";
}

.icon-huo:before {
    content: "\e642";
}

.icon-huanghuangguan:before {
    content: "\e639";
}

.icon-open-up2:before {
    content: "\e613";
}

.icon-03chukoubaojia:before {
    content: "\e611";
}

.icon-youxiang:before {
    content: "\e603";
}

.icon-tubiao02:before {
    content: "\e649";
}

.icon-jiajujiafang:before {
    content: "\e620";
}

.icon-Release:before {
    content: "\e606";
}

.icon-dagou:before {
    content: "\e600";
}

.icon-menu6:before {
    content: "\e62d";
}

.icon-huixingzhen:before {
    content: "\e614";
}

.icon-pdf:before {
    content: "\e651";
}

.icon-xuanze:before {
    content: "\e731";
}

.icon-gmchanpinxiangqingshangwutuiguang:before {
    content: "\e69c";
}

.icon-rightd:before {
    content: "\e627";
}

.icon-Supplier:before {
    content: "\e606";
}

.icon-301:before {
    content: "\e647";
}

.icon-code:before {
    content: "\e60c";
}

.icon-shifttop:before {
    content: "\e62a";
}

.icon-shaixuantubiaogaozhuanqu13:before {
    content: "\e643";
}

.icon-bangzhu:before {
    content: "\e63d";
}

.icon-fangyuantuiguang:before {
    content: "\e6a2";
}

.icon-iconfontanquanfanghu:before {
    content: "\e624";
}

.icon-93:before {
    content: "\e675";
}

.icon-iconfontyanjing:before {
    content: "\e63f";
}

.icon-xunjia:before {
    content: "\e63e";
}

.icon-x-xlsx:before {
    content: "\e690";
}

.icon-guanzhu:before {
    content: "\e64e";
}

.icon-tuijian:before {
    content: "\e67f";
}

.icon-shangwuweishilogo02:before {
    content: "\e64c";
}

.icon-iconfontpinpai:before {
    content: "\e655";
}

.icon-zhaoming:before {
    content: "\e696";
}

.icon-gongsisvgtubiaozongji28:before {
    content: "\e654";
}

.icon-yifu:before {
    content: "\e697";
}

.icon-icon1460187848267:before {
    content: "\e644";
}

.icon-qiyerenzheng:before {
    content: "\e65e";
}

.icon-shouye:before {
    content: "\e645";
}

.icon-liuyan:before {
    content: "\e640";
}

.icon-wxbyijiantuiguang:before {
    content: "\e65d";
}

.icon-wxbbiaowang:before {
    content: "\e689";
}

.icon-bz:before {
    content: "\e64a";
}

.icon-syb:before {
    content: "\e685";
}

.icon-release:before {
    content: "\e656";
}

.icon-cuowu20:before {
    content: "\e65f";
}

.icon-hongxin-copy:before {
    content: "\e64d";
}

.icon-tuiguangzhuanqian:before {
    content: "\e611";
}

.icon-word:before {
    content: "\e652";
}

.icon-you:before {
    content: "\e650";
}

.icon-zhuce:before {
    content: "\e657";
}

.icon-dingdanbao:before {
    content: "\e686";
}

.icon-zuzhushouce:before {
    content: "\e65d";
}

.icon-txt:before {
    content: "\e659";
}

.icon-youzhitubiao:before {
    content: "\e69c";
}

.icon-shimingrenzheng1:before {
    content: "\e69f";
}

.icon-yingxiaobaologotubiaoheibai:before {
    content: "\e6bb";
}

.icon-weixinzhifu:before {
    content: "\e68f";
}

.icon-ziyuan:before {
    content: "\e6b1";
}

.icon-zhifu:before {
    content: "\e673";
}

.icon-shiyingchicun:before {
    content: "\e658";
}

.icon-kehu:before {
    content: "\e65a";
}

.icon-ziyuan1:before {
    content: "\e65b";
}

.icon-zhengque:before {
    content: "\e660";
}

.icon-shangpu:before {
    content: "\e65c";
}

.icon-dagou1:before {
    content: "\e65e";
}

.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
}

.wrap {
    height: auto;
    overflow: hidden;
}
/*企业频道 产品*/
.BannerBoxv3 .carousel-inner.bannerHset .item a img{height: 321px;}
.BannerBoxv3 .IndexTop .RightBox {width: 230px;}
.BannerBoxv3 .RightBox .righttopH{height: 321px}
.menuBoxv3 .ProductIndexLeftSonNav{height: 70.5px\9}
.caigoumenuBoxv3 .ProductIndexLeftSonNav{height:72.5px;height: 70px\9;}
.caigoumenuBoxv3 .xcnav li .LeftBox li a{line-height: 13px\9}
.caigoutop .detailnewsBox.detailnewsBoxv3 .listBox{height: 312px\9;}
.RightBox .caigourighttopH{height: 321px\9;}
.RightBox .caigourightbottomH{height: 351px\9;}
.BannerBoxv3 .RightBox .centantBox .Control li{line-height: 26px!important;}
.IndexTop .RightBox.v3set{margin-top: 10px;width: 230px;height: 520px;border: 0}
.v3listBox .v3lista{display: block;margin:5px 0.5%;width: 32.33%;border: 0px solid #efefef;border-radius: 2px;position: relative;line-height:90px;height: 60px;}
.v3listBox .v3lista.iconfont:before{position: absolute;top: -23px;left: 23px;font-size: 28px;color:#ff7800}
.v3listBox .v3lista:hover{background: #3089e7;color: #fff;}
.v3listBox .v3lista:hover:before,.v3listBox.into .v3lista:hover .numrz{color: #fff;}
.v3listBox.into .v3lista {height:49px;line-height: 75px;}
