@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
    transition:color .2s linear;
}
/*for ie f6n.net*/
a:focus {
    outline: none;
}
/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}


body {
    /* font: 12px/1.231 arial,helvetica,clean,sans-serif,"Microsoft YaHei"; */
}

select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    background: #f4f4f4;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #319cf2;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #319cf2;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px;
   color:#fff;
   border-radius:5px;
   margin:36px auto 0;
   text-decoration:none;
   background:#319cf2;
}

/*
    author:PengJin;
    date:2019-05-09;
*/


@font-face {
    font-family:"plumbc-b";
    src:url("../font/plumbc-b.woff") format("woff"),
        url("../font/plumbc-b.ttf") format("truetype"),
        url("../font/plumbc-b.eot") format("embedded-opentype"),
        url("../font/plumbc-b.svg") format("svg");
    font-weight:normal;
    font-style:normal;
}

/*--public--*/
.wrapper{margin:0 auto;width:1200px;}
.wrap-title{position:relative;z-index:999;padding-bottom:40px;text-align:center;overflow:hidden;}
.wrap-title h3{height:50px;line-height:50px;font-weight:normal;font-size:32px;color:#333;}
.wrap-title h3 a{color:#333;}
.wrap-title p{height:25px;line-height:25px;font-size:18px;color:#666;}
.wrap-title em{height:25px;line-height:25px;font-size:18px;color:#999;}
.wrap-title em strong{display:block;}
.wrap-title.white *{color:#fff;}
/*--end public--*/

/*按钮动画*/
.btn-wave{position: relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}
.btn-wave:before{content: '';display: block;width: 120%;height: 0;padding: 60% 0;background-color:#319cf2;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*end 按钮动画*/

/*-- header --*/
/*.header{position:absolute;z-index:333;top:40px;left:2%;width:96%;height:120px;background:#fff;}*/
.header{z-index:333;width:100%;height:120px;background:#fff;position: relative;}
.logo{float:left;padding:30px 0 30px 50px;width:250px;height:60px;}
.logo img{display:block;width:250px;height:60px;}
.headBar{float:right;padding-right:44px;padding-top:48px;height:24px;overflow:hidden;}
.headBar .online-icon{float:left;width:24px;height:24px;opacity:0.3;cursor:pointer;background:url(../images/online.png) no-repeat;}
.headBar .search-icon{float:left;width:24px;height:24px;opacity:0.3;cursor:pointer;background:url(../images/search.png) no-repeat;}
.headBar div:hover{opacity:1;}
.headBar .line{float:left;width:1px;height:24px;margin:0 22px;background:#ddd;}
.nav{float:right;padding-right:50px;}
.nav-list li{float:left;height:120px;line-height:120px;}
.nav-list li>a{display:block;padding:0 25px;font-size:15px;color:#333;}
.nav-list li.cur>a,.nav-list li:hover>a{color:#319cf2;}
.searchBox{display:none;position:absolute;top:40px;right:45px;width:240px;height:40px;background:#fff;}
.searchBox input{display:block;padding:0 15px;width:210px;height:40px;border:none;background:#f0f0f0;}
.searchBox button{display:block;position:absolute;right:0;top:0;width:40px;height:40px;cursor:pointer;border:none;background:#f0f0f0 url(../images/search.png) center no-repeat;;}


.fixed{position: fixed;top: 0px;left: 0px; width: 100%;z-index: 9999;margin: 0 auto;}
.fixed.header{height:80px}
.fixed.header .logo{float:left;padding: 8px 0 10px 50px;}
.fixed.header .nav-list li{height:80px;line-height:80px;}
.fixed.header .headBar{padding-top: 26px;}

.dropDown{display:none;position:absolute;z-index:999;left:0;top:100%;width:100%;overflow:hidden;border-top:#eaeaea solid 1px;background:#fff;box-shadow: 0 1px 2px #eee;}
.dropDown .inner{margin:0 auto;width:1030px;padding:60px;overflow:hidden;}
.dropDown .pic{position:relative;float:left;width:440px;height:275px;overflow:hidden;}
.dropDown .pic img{display:block;width:440px;height:275px;}
.dropDown .pic span{display:block;position:absolute;left:50%;top:50%;margin-top:-60px;margin-left:-110px;width:220px;height:120px;line-height:120px;text-align:center;color:#fff;font-size:24px;background:rgba(0,153,255,0.5);}
.dropDown .text {float:right;width:570px;}
.dropDown .text>a {float:left;display:block;width:138px;height:48px;line-height:48px;border:solid 1px #dcdcdc;margin-left: 30px; margin-bottom: 25px; background-color: #fff; font-size: 16px; color: #666; padding-left: 20px; text-align: left;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dropDown .text>a:after {content:'';display:block;width:25px;height:6px;background: url(../images/sunmenuIcons.png) no-repeat -35px -5px; position: absolute; right: 14px; top: 21px; }
.dropDown .text>a:hover {background-color: #0099ff; border-color: #0099ff; color: #fff; }
.dropDown .text>a:hover:after { background-position: -5px -5px; }

.dropDown dl{overflow:hidden;float:left;width: 120px;margin-left: 21px;border-right:1px solid #e9e9e9;height: 255px;}
.dropDown dl dt{font-weight:bold;}
.dropDown dl dt,.dropDown dl dd{font-size:14px;margin-left:0 !important; width: 100%; line-height: 32px !important;height: 32px !important;float:left;margin-right: 25px;}
.dropDown dl dt a{color:#000}
.dropDown dl dd a{color:#777;padding-left: 0;}
.dropDown dl dd a:hover{ color:#0085ef;}
.dropDown dl.ul02{width: 180px;margin-left: 50px;}
.dropDown dl.ul02 dd{width: auto;}



/*-- end header --*/

/*-- footer --*/
.footer{padding: 35px 0;overflow:hidden;background:#181818;}
.ft-inner{margin:0 auto;width:1200px;overflow:hidden;}
.ft-menu{float:left;width: 563px;overflow:hidden;}
.ft-menu dl{float:left;width:140px;}
.ft-menu dt{height:40px;line-height:40px;font-size:18px;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{font-weight:bold;text-shadow:0 0 1px #fff;}
.ft-menu dd{padding-top: 10px;overflow:hidden;}
.ft-menu dd a{display:block;height: 30px;line-height: 30px;font-size:14px;color:#666;}
.ft-menu dd a:hover{color:#fff;}
.ft-QRcode{float:left;padding: 10px 39px 0;width:142px;}
.ft-QRcode i{display:block;margin:0 auto;/*padding:5px 6px;*/width:110px;height:110px;background:#fff;}
.ft-QRcode i img{display:block;width:100%;}
.ft-QRcode p{margin-top:20px;line-height:20px;text-align:center;font-size:14px;color:#666;}
.ft-info{float:right;padding-top:10px;width: 333px;overflow:hidden;}
.ft-info .tel{text-align:right;line-height:1.5;overflow:hidden;}
.ft-info .tel span{display:block;font-size:14px;color:#999;}
.ft-info .tel p{font-size:24px;color:#fff;}
.ft-info .tel i{display:block;float:right;margin-top:5px;width:51px;height:51px;background:url(../images/ft_tel.png) no-repeat;}
.ft-info .address{margin-top:20px;height:102px;text-align:right;font-size:14px;overflow:hidden;}
.ft-info .address span{color:#fff;line-height:30px;}
.ft-info .address p{color:#666;line-height:24px;}
.flink{float:right;margin-top:28px;}
.flink dl{position:relative;width:160px;height:42px;border:#383838 solid 1px;border-radius:5px;background:url(../images/flinks.png) no-repeat right center;}
.flink dt{width:118px;line-height:42px;border-right:#383838 solid 1px;}
.flink dt a{display:block;padding:0 15px;font-size:14px;color:#666;}
.flink dt a:hover{color:#fff;font-weight:bold;}
.flink dd{display:none;position:absolute;right:-1px;bottom:100%;width:160px;background:#181818;border:#383838 solid 1px;border-radius:5px;}
.flink dd a{display:block;float:left;padding:0 1%;width:67%;height:40px;line-height:40px;color:#999;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.flink dd a:hover{color:#fff;}
.flink dl:hover{background-image:url(../images/flinks_cur.png)}
.flink dl:hover dd{display:block;}
.ft-bottom{margin:0 auto;padding-top:45px;width:1200px;height:40px;line-height:40px;overflow:hidden;}
.ft-bottom .copyright{font-size:14px;color:#666;}
.ft-bottom .copyright a{color:#666;}
.ft-bottom .copyright a:hover{color:#fff;}
.ft-bottom .share{float:right;}
.ft-bottom .share a{display:block;float:left;margin:0 0 0 15px;padding:0;width:24px;height:24px;opacity:0.2;background-repeat:no-repeat;background-position:center;}
.ft-bottom .share a.wb{background-image:url(../images/icon_wb.png);}
.ft-bottom .share a.wx{background-image:url(../images/icon_wx.png);}
.ft-bottom .share a.qzone{background-image:url(../images/icon_qzone.png);}
.ft-bottom .share a:hover{opacity:1;}
/*-- end footer --*/
