@charset "utf-8";

/*全局控制*/
body{width:100%;font-size: 16px;overflow-x: hidden;margin:0;padding:0;font-family:"微软雅黑"; color:#565656;overflow-x: hidden;}
html{-webkit-text-size-adjust: none !important;text-size-adjust: none !important;-moz-text-size-adjust: none !important;}
body{-webkit-text-size-adjust: none !important;text-size-adjust: none !important;-moz-text-size-adjust: none !important;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
ul,li{list-style:none;}
img{max-width: 100%}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.flex{display:flex;}
.wrap{flex-wrap: wrap;}
a{text-decoration:none;color:inherit;cursor: pointer;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
button{cursor: pointer;border:0;}

.flex_{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;}
/*两边的向两边靠*/
.flex_space-between{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between;-moz-box-pack:space-between;-webkit--moz-box-pack:space-between;box-pack:space-between;}
/*水平居中*/
.flex_justify-content{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-moz-box-pack:center;-webkit--moz-box-pack:center;box-pack:center;}
/*完美的平均分配*/
.flex_justify-content-around{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-justify-content:space-around;-moz-box-pack:space-around;-webkit--moz-box-pack:space-around;box-pack:space-around;}
/*垂直居中*/
.flex_align-items{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-ms-flex-align:center;align-items:center;box-align:center;-moz-box-align:center;-webkit-box-align:center;}

/*禁止选中*/
body{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
a{border:0px;text-decoration:none;}
img {border:0px;text-decoration:none;}
select{
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/xiala.png") no-repeat scroll right 8px center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 22px;
}

#page{
    height: 32px;
    line-height: 32px;
    text-align: center;
}
#page a{
    padding: 5px 8px;
    margin: 5px;
    font-size: 12px;
    color:#333333;
    border:1px solid #CCCCCC;
}
#page a:hover{
    background: #1428A0;
    color:#fff;
    border:1px solid #1428A0;
    
}

/* 超出显示... */
.clamp{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.clamp1{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp:1;}
.clamp2{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp:2;}
.clamp3{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 3;}

.box{width: 87.5%;margin:auto;}/*  1680px */
.box2{width: 62.5%;margin:auto;}/*  1200px */
.con{width: 87.5%;margin:auto;}
.boxw{ background: rgba(60, 60, 60, 0.7); position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 5em;}

#newBridge .nb-icon-right-center{top:92%!important;}


/*导航*/
.headxiugai{width: 100%;background: rgba(60, 60, 60, 0.7);}
.head{font-size: 16px;height: 5em;}
.head.phone{display: none;}
.sjbanner{display: none;}
.head .logo{height: 100%;width:auto;}
.head .logo img{height: 100%;width: auto}
.head .head_nav{height: 100%;width:60%; position:relative;line-height: 5em;}
.head .head_nav .setch{ position:absolute; right:-50px; top:20px; width:35px; cursor:pointer;}
.taodiv{border:1px solid #fff;position: absolute;left:0;top:1.25em;width: calc(100% - 2px);height:2.5em;border-radius:2.5em;margin-top:-1px;z-index: -1;}
.head .head_nav ul li{position: relative;}
.head .head_nav ul li a{color:#fff;padding:0 1em; display: block; position: relative; top:-2px;}
.head .head_nav ul li a:hover{color: #fff;font-weight: bold; border-bottom:2px solid #1428A0; }
.phone .logo img{ width:54%;margin-top: -1.5%;}

.banner{position: relative;}
.banner .slider {width: 100%;overflow: hidden;}
.phone_cont{display: none;}

/* 高亮导航部分 */
.banner img{width:100%;display: block;}
.banner .swiper-pagination{   position: absolute;width:100%;height: 22px;bottom: 20px;text-align: center;z-index: 25;}
.banner .swiper-pagination span {display: inline-block;height: 14px;width: 14px;margin: 0 40px!important;border: 1px solid #eee;background: none;cursor: pointer;position: relative;vertical-align: text-top;border-radius: 0;opacity: 1;}
.banner .swiper-pagination span.swiper-pagination-bullet-active {background: #0075c2;border-color: #0075c2;}
.banner .swiper-pagination span:hover {background: #0075c2;border-color: #0075c2;}
.banner .swiper-pagination span:after{content:'';position: absolute;top: 0;bottom: 0;left: 20px;margin: auto;width: 70px;height: 1px;background: #fff;}
.banner .swiper-pagination span:last-child:after{width: 0}

.contone{width: 100%;}

/*内容css*/
.oneyilie{width: 25%;position: relative;font-size: 22px;}
.one_con{width: 100%;height: 100%;position: absolute;left:0;top:0;background:rgba(0,0,0,0.7);}
.oneyilie:hover .one_con{background: none;}
.on .one_con{background: none;}
.oneyibei{width: 100%;height: 100%;}
.oneyibei_dis{display: none;}
.on .oneyibei_dis{display: block;}
.oneyilie:hover .oneyibei_dis{display: block;}
.oneyibei_shu{width: 1px;height:7vw;background:#38393B;margin:1em auto;}
.oneyibei_tit{color:#212121;font-weight: bold;text-align: center;line-height: 2.5em}
.oneyibeis{width:80%;margin:0 auto;}
.oneyibei_pic{margin:0 auto;width:50%;}
.oneyibei_pic img{float: left;width:100%;}
.oneyibei_dese{width: 70%;margin:0 auto;font-size: 14px;line-height: 2em;text-align: center;}

.bot_erweima_tit{font-size: 14px;color:#fff;text-align: center;line-height: 1.5em;}



/*二级css*/
.ejneione{width: 100%;background:#FAFAFA;}
.ejbox{padding:1em;font-size: 24px;height: 1.5em;line-height: 1.5em;}
.ejbox_le{border-left:4px solid #1428A0;color:#333333;text-indent:0.5em;}
.ejhome{float:left;}
.ejhoming{font-size: 12px;color:#646665;float: left;margin-left:8px;margin-top:3px;}
.ejhoming span{color:#1428a0;font-weight: bold;}
.ejfenlei{width: 100%;background:#FAFAFA;font-size: 14px;color:#808080;line-height: 2.5em;padding-bottom:2em;}
.fenleiyi{background:#E6E6E6;margin:1% 2px;padding:0 2%;}
.news_box{margin-top: 30px;min-height:300px;}
.news_cont {color: #333333;line-height: 2.2em;width: 900px;margin:0 auto;}



.jinpintit{text-align: center;}
.jinpintit a{display: inline-block;padding: 0 2%;margin: 1% 2px;background:#E6E6E6;text-align: center;border-radius: 5px;font-size: 16px;color:#4c4c4c;font-weight: bold;line-height: 2.5em;}
.jinpinxian{margin:0 auto;}
.jinpintit a.hover{display: inline-block;padding: 0 2%;margin: 1% 2px;background:#2B2371;text-align: center;border-radius: 5px;font-size: 16px;color:#fff;font-weight: bold;line-height: 2.5em;}


.boxxiazai{width: 100%;}
.xiazaiyi{width: 48%;background:#F7F7F7;float: left;margin-left:4%;margin-bottom:4%;padding:1% 0;}
.boxxiazai .xiazaiyi:nth-child(2n-1){margin-left:0;}
.xaiyicon{width:96%;margin:0 auto;height:100%;}
.xiazaile{width: 58%;float: left;}
.xiazaitit{font-size: 22px;color:#6e6d6b;line-height:2em;font-weight: bold;margin-top:0.5em;}
.xiazaijie{font-size: 14px;color:#8c8c8c;font-weight: bold;height: 2em;line-height: 2em;}
.xiazaipic{width: 15%;height:100%;overflow: hidden;}
.xiazaipic img{width: 100%;height: auto;min-height: 100%;}
.xiazaian{margin-right: 5%;height: 100%;}
.xiazaians{width: 100%;height: 100%;}
.xiazaian_button{font-size: 14px;color: #fff;height: 2.5em;line-height: 2.5em;width: 5em;text-align: center;background: #dcdcdc;border-radius: 3px;}
.xiazaiyi:hover{outline: 1px solid #1428a0;}
.xiazaiyi:hover .xiazaian_button{background: #1428a0;}

.pro{background: url('../images/pro_bg.jpg') no-repeat;background-size: cover;padding:2% 0;}
.lanmu{font-size: 32px;padding:1em 0;text-align: center;width: 90%;margin:0 auto;}
.lanmu_name{line-height:2em;height:2em;font-weight: bold;color:#000;}
.lanmu_desc{font-size: 14px;color: #626060;line-height:2em;}
.pro_con{padding-bottom:5%;}
.pro_con_top{background: #494949;text-align: center;color: #e3e3e3;padding:5% 0;}
.pro_con_tops{width: 100%;}
.pro_con_topss{width: 80%;margin:0 auto;}
.pro_con_top_tit{font-size: 20px;line-height:2em;font-weight: bold;}
.pro_con_top_desc{font-size: 14px;line-height:1.75em;}
.pro_ul{margin-top:1%;}
.pro_ul li{width:24%;background: #fff;margin:0.5% auto;}
.pro_li_tp{overflow: hidden;}
/*.pro_li_tps{width: 50%;height:0;padding-bottom:50%;position: relative;overflow: hidden;margin:5% 25%;}*/
.pro_li_tps{width: 90%;height:0;padding-bottom:50%;position: relative;overflow: hidden;margin:3% 3%;}
/*.pro_li_tps img{width: 100%;height:auto;min-height: 100%;position:absolute;left: 0;top:0;}*/
.pro_li_tps img{width: 100%;height:100%;min-height: 100%;position:absolute;left: 0;top:0;}
.pro_li_bot{width: 90%;margin:0 auto;text-align: center;padding-bottom:10%;}
.pro_li_tit{font-size: 16px;color: #494949;line-height:2em;height:2em;}
.pro_li_desc{font-size: 14px;color: #808080;line-height: 2em;height: 2em;}
.pro_li_more{font-size: 14px;color: #fff;background: #1428a0;width: 50%;max-width: 8em;min-width: 5em;text-align: center;line-height: 2em;height:2em;margin:0 auto;text-decoration: underline;display: none;}
.pro_ul li:hover .pro_li_desc{display: none;}
.pro_ul li:hover .pro_li_more{display: block;}

.new{background: url('../images/new_bg.jpg') no-repeat;background-size: cover;padding:5% 0;}
.new_left{width: 25%;}
.new_left_cons .lanmu{margin:0;text-align: left;}
.new_left_cons .lanmu_desc{font-size: 12px;}
.new_jt{width: 15%;}
.new_jt img{width: 100%;height: auto;}
.new_more{margin-top:10%;}
.new_mores{width: 50%;background: #1428a0;font-size: 14px;text-align:center;line-height: 3em;height: 3em;text-decoration: underline;color: #fff;}
.new_rgh{width: 75%;}
.new_ul li{width:33.33%;color: #fff;line-height: 2em;float: left;}
.new_li_tp{width: 100%;height:0;padding-bottom:66.66%;overflow: hidden;position: relative;}
.new_li_tp img{position: absolute;left:0;top:0;width: 100%;min-height: 100%;}
.new_li_desc{font-size: 14px;line-height: 1.5em;padding:0.5em 0;opacity: 0.8;}
.new_li_tit{font-size: 22px;padding:0.5em 0;}
.new_li_more{font-size: 12px;opacity: 0.5;}
.new_li_con{position: absolute;left:0;right:0;top:0;bottom:0;}
.new_li_cons{padding:10%;}
.new_ul li:nth-child(1) .new_li_tp{padding-bottom:133.32%;}
.new_ul li:nth-child(2){width: 66.66%;}
.new_ul li:nth-child(2) .new_li_tp{padding-bottom:33.33%;}
.new_ul li:nth-child(2) .new_li_cons{padding:3% 5%;}

.about{background: url('../images/about_bg.jpg') no-repeat;background-size: cover;padding:10% 0;background-position:center;}
.about_left{width: 50%;color: #fff;line-height: 1.75em;}
.about_left_top{padding-right: 30%;}
.about_left_tit{font-size: 28px;}
.about_left_desc{font-size:14px;margin-top:2em;}
.about_left_bot{margin-top:10%;}
.about_shujv li{text-align: center;margin-left:10%;}
.about_shujv li:first-child{margin-left:0;}
.about_shujv_num{font-size: 36px;height: 1.5em;line-height: 1.5em;}
.about_shujv_tit{font-size: 14px;line-height: 1.5em;}
.about_bot{background: #fff;margin-top:10%;}
.about_bot_ul li{font-size: 16px;color: #333;height: 4em;line-height: 4em;padding:1.5em 0;width: 34%;font-weight: bold;}
.about_bot_li_nth{width: 4em;height: 4em;}
.about_bot_li_nth img{width:100%;height: 100%;filter: brightness(10%);}
.about_bot_ul li:hover{background: #f6f6f6;color: #1428a0;cursor: pointer;}
.about_bot_ul li:hover .about_bot_li_nth img{filter: brightness(100%);}
.about_bot_ul li:hover .about_bot_li_tit{color:#1428a0;}

.bot{background: #373737;}
.bot_top{padding:3% 0;}
.bot_ul{position: relative;}
.bot_ul::after{content:'';position: absolute;left:27.5%;top:25%;height: 50%;width: 1px;background: #484849;}
.bot_ul::before{content:'';position: absolute;right:27.5%;top:25%;height: 50%;width: 1px;background: #484849;}
.bot_ul li{width: 25%;}
.bot_ul li.bot_ul_li_lx{width: 40%;margin:0 5%;}
.bot_ul li.bot_logo_li .bot_erweima{display: none;}
.bot_logo{font-size: 20px;line-height: 2em;margin-top:2.5em;text-align: center;}
.bot_lx_con{color: #fff;opacity: 0.7;}
.bot_lx_tit{font-size: 20px;line-height: 2em;}
.bot_lx_xx{margin-top:0.5em;}
.bot_lx_dz_tit{width: 3em;}
.bot_lx_dz{padding:0.25em 0;font-size: 14px;}
.bot_lx_dz_desc{padding-left:3em;line-height: 1.5em;}
.bot_erweima{font-size: 20px;line-height: 2em;margin-top:2.5em;}
.bot_erweima_li{margin:0 1%;}
.bot_bot{border-top:1px solid #484849;}
.bot_bot_cont{font-size: 12px;color: #979797;line-height: 1.75em;padding:2em 0;text-align: center;}

.xinwenle{width: 48%;background:#F7F7F7;margin-bottom:2%;padding-bottom: 2%;float: left;margin-left:4%;}
.xinwenconli .xinwenle:nth-child(2n-1){margin-left:0;}
.tdreyi_le {width: 10%;margin-top:3%;float: left;}
.tdreyi_le_ri{font-size:20px;color:#4c4c4c;text-align: center;border-bottom:1px solid #DADADA;padding-bottom:10px;}
.tdreyi_le_qi{font-size:12px;color:#999999;text-align: center;}
.tdreyi_re{width: 88%;float: right;margin-top: 3%;}
.tdreti{font-size: 16px;color: #333333;font-weight: bold;height: 20;overflow: hidden;}
.tdrejian{font-size: 14px;color: #999999;line-height: 180%;height: 50px;overflow: hidden;}
.xinwenle:hover .tdreti{color:#1428A0}
.news_tit{font-size:18px;color:#4c4c4c;font-weight: bold;width:100%;text-align: center;}
.new-liu{font-size: 14px;color:#999999;text-align: center;}

.xiannext{width:100%;border-top:1px solid #EDECEC;padding-top:20px;}
.cont-TUXIANG7YI-1{font-size: 14px;color:#4d4c4c;width: 100%;margin-bottom:0.5%;}
.cont-TUXIANG7YI-1 a{font-size: 14px;color:#4d4c4c;}
.cont-TUXIANG7YI-1 a:hover{color:#1428A0;}
.jishucon{background:#FAFAFA;padding-top:1%;padding-bottom:1%;margin-bottom:1%;width: 690px;margin:0 auto;}
.jishu_tit{width: 670px;font-size: 16px;color:#404040;margin:0 auto;}
.jishu_pic{width: 12px;margin-top: 0.2%;cursor: pointer;margin-left: 15%;}
.jishu_xiala{width: 96%;margin:0 auto;border-top:1px solid #E6E6E6;padding-top:1%;font-size: 14px;color:#404040;margin-top:0.5%;height:0;overflow: hidden;line-height: 200%;}
.jishucon.on .jishu_pic img{transform:rotate(180deg);transition:all 1s;}
.jishucon.on .jishu_xiala{height:auto;width:670px;margin:0 auto;}
.jishucon.on .jishu_tit{color:#1428a0;}
.jishu_xiala img{display: block;margin:0 auto;}

.jobconoli{width: 100%;background:#FAFAFA;padding-top:1%;padding-bottom:1%;margin-bottom:1%;}
.jpbconone{width: 100%;}
.jobconoli_le{width: 80%;float: left;}
.jobconoli_tit{width: 100%;font-size: 18px;color:#2d2c2c;text-indent: 1em;}
.job_jianj{width: 100%;font-size: 14px;color:#aca7a8;text-indent: 1em;margin-top: 0.5%;height: 20px;overflow: hidden;}
.jobconoli_re{width: 20%;float: right;text-align: right;}
.jobtime{font-size: 14px;color:#9f9e9e;padding-right:3%;}
.jobzankai{width: 15%;float: right;margin-right:3%;margin-top: 0.5%;cursor: pointer;}
.jobneirong{width: 98%;margin:0 auto;border-top:1px solid #E6E6E6;padding-top:1%;margin-top:1%;display: none;}
.obneirkuan{width: 100%;background:#fff;padding-top: 1.5%;padding-bottom:1.5%;}
.gangweizhi{font-size: 14px;color:#5d5d5d;}
.gangweiznei{margin-top:0.5%;width: 100%;font-size: 14px;color:#5d5d5d;line-height: 180%;}

.xinpincon{width: 100%;}
.xinpintu_le{width: 34%;float: left;border:1px solid #DADADA;}

.ov-x {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}
#productSeries .tab-product .nav-tabs {
    margin: 0;
    min-width: 300px;
}
#productSeries .tab-product .nav-tabs li {
    float: left;
    margin: 0 5px 0 0;
}
#productSeries .tab-product .nav-tabs li a {
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    transition: background 0.35s ease-out;
}
#productSeries .tab-product .nav-tabs li:nth-child(1) a.active {
    background-color: #97abc3;
}
#productSeries .tab-product .nav-tabs li:nth-child(2) a {
    background-color: #aaa7ce;
}
#productSeries .tab-product .nav-tabs li:nth-child(3) a {
    background-color: #6ec3dc;
}
#productSeries .tab-product .tab-pane:nth-child(1) {
    background-color: #97abc3;
}
#productSeries .tab-product .tab-pane:nth-child(2) {
    background-color: #aaa7ce;
}
#productSeries .tab-product .tab-pane:nth-child(3) {
    background-color: #6ec3dc;
}
#productSeries .tab-product .tab-pane {
    padding: 25px;overflow: hidden;
}
 
#productSeries .tab-product .label {
    background-color: #eaeef3;
 float: left;
    margin: 0 15px 15px 0;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    min-width: 85px;
    text-align: center;
}
#productSeries .tab-product .label.active {
    background-color: #5b7492;
    color: #fff;
}

.product-title {
    background-color: #E9E9E9;
    padding: 15px;text-align: left;color: #2b2b2b;font-weight: bold;
}
.prxilixu{width: 100%;margin-bottom: 2%;}
.list-itemxi{font-size: 14px;color:#2b2b2b;font-weight: bold;text-indent: 1.5em;}
.cpneirong{width: 100%;background:#FCFCFC;padding-top:1.5%;padding-bottom: 2%;}
.cpneirpic{width: 19%;float: left;margin-left:1%;}
.cpneiyouce{width: 76%;float: right;}
.cyouceyi{width: 100%;}
.cyyouceyile{float: left;font-size: 16px;font-weight: bold;width:7%;}
.cyyouceyileer{float: left;font-size: 16px;font-weight: bold;width:4%;}
.cyyouceyire{font-size: 14px;color:#2b2b2b;float: left;line-height: 180%;}
.jixingzi{font-size:16px;color:#2b2b2b;font-weight: bold;}
.zilianfen{width: 100%;background:#F0F0F0;padding-top: 1%;padding-bottom: 1%;}
.zilianfen a{display: inline-block;word-break: break-all;padding: 0 10px;color:#6d6d6d;font-size: 16px;}


.gsdizhi{width: 100%;}
.gsdizhi_le{width: 52%;float: left;}
.dizhi_one{font-size: 20px;color:#1428A0;}
.dizhi_Two{font-size: 16px;color: #6f6e6e;margin-top: 1%;line-height: 180%;}
.dizhi_SAn{font-size: 16px;color:#4c4c4c;line-height: 180%;width: 100%;text-align: center;}
.gsdizhi_re{width: 100%;}
.lianxiwang{width: 100%;background:#F2F2F2;padding-top: 1.5%;padding-bottom:1.5%;}
.lianyiname{text-align: center;font-size: 16px;color:#404040;font-weight: bold;margin-top:5%;}
.zanshoudai{width: 100%;}
.shoudaiyi{text-align: center;font-size: 16px;color:#404040;line-height: 180%;}
.shoudaier{width: 32%;margin:0 auto;margin-top: 3%;}
.shoudaisanb{width: 24%;margin: 0 auto;margin-top: 4%;}
.shoudaisi{font-size: 16px;color:#434344;margin-top: 1%;text-align: center;}
#dz_ditu {
    height: 400px;
}
#dz_dituhb {
    height: 400px;
}
#dz_ditubj {
    height: 400px;
}
#zs_ditu {
    width: 32%;
    height: 314px;
}

.tuijiantw{width: 100%;margin-bottom: 1.5%;}
.tuijiantw_le{width: 25%;float: left;border:1px solid #DADADA;}
.tuijiantw_le img{width:100%;height:260px;}
.tuijiantw_re{width: 72%;float: right;}
.tuijiantit{font-size: 20px;color:#292222;}
.tuijianjia{font-size: 14px;color:#535353;font-weight: bold;margin-top: 1%;}
.tuitexing{font-size: 14px;color:#8f8f8f;line-height:2em;margin-top: 1%;height: 8em;overflow: hidden;}
.tuileibe{width: 100%;margin-top: 4%;}
.leijianjie{background:#E6E6E6;margin:1% 2px;padding:0 1%;float: left;width: 23%;max-width:8em;text-align: center;height:2.5em;line-height: 2.5em;}


.main-guanyu-left{width: 311px;border: 1px solid #DDDDDD;float: left;background: #F8F8F8;}
.guanyu-title{width: 311px;height: 60px;font-size: 20px;color: #666666;line-height: 60px;text-indent: 1em;border-bottom: 1px solid #DDDDDD;}
.main-guanyu-right{width: 100%;text-align: center;}

.main_down ul li{width: 100%;margin-bottom:10px;border-bottom:1px solid #E6E6E6;padding-bottom:15px;}
.main_down ul li a{font-size: 16px;color:#666666;}


#lianxi{ position:fixed; left:10px; top:40%; width:40px; height:133px;cursor: pointer;z-index: 9999;}
#kefu{ position:fixed; left:10px; top:40%; width:198px; height:324px; background:url(../images/kefu.png) no-repeat;display: none;z-index: 9999;}
#guanbi{position: absolute;right:6%;top:3.5%;color:#fff;font-size: 16px;cursor: pointer;}
#qq{ padding:86px 0 0 42px; color:#808080; line-height:24px; font-size:12px;}
#lj{ padding:40px 0 0 39px;}
#lj img{ padding:0 !important; display:inline-block; margin:0 !important;}