
/* 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;
    transition:color 0.2s linear;
    text-decoration: none;
}
/*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;
}
input:-webkit-autofill {  -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 
body {
    font: 14px/1.25 arial,helvetica,clean,sans-serif;
}

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;
   font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(http://www.cje56.com/template/skin/images/Common/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: #0a51a1;
  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: #0a51a1;
  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:#0a51a1;
}




@font-face {
    font-family: "Geometric 415 Black BT";
    src:url("http://www.cje56.com/template/skin/font/Geometric%20415%20Black%20BT.woff") format("woff"),
        url("http://www.cje56.com/template/skin/font/Geometric%20415%20Black%20BT.ttf") format("truetype"),
        url("http://www.cje56.com/template/skin/font/Geometric%20415%20Black%20BT.eot") format("embedded-opentype"),
        url("http://www.cje56.com/template/skin/font/Geometric%20415%20Black%20BT.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*--public--*/
.wrapper{margin:0 auto;width:1200px;/* overflow: hidden; */}
.wrap-title{padding-bottom: 40px;text-align:center;line-height:1.4;/* overflow:hidden; */}
.wrap-title h3{font-size:30px;font-weight:normal;color:#333;}
.wrap-title h3 a{color:#333;transition:all 0.5s linear;}
.wrap-title h3 a:hover{font-weight:bold;letter-spacing:5px;}
.wrap-title p{font-size:16px;color:#999;}
.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: #0950a0;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 按钮动画*/

/*--top--*/
.top-wrap{height:44px;line-height:44px;font-size:14px;overflow:hidden;border-bottom:#e7e7e7 solid 1px;background:#fff;}
.welcome{float:left;width:400px;color:#666;}
.top-tel{float:right;padding-left:46px;font-size:20px;color:#0950a0;font-weight:bold;border-left:#e7e7e7 solid 1px;font-family:"Geometric 415 Black BT";background:url(../image/tel.png) no-repeat 18px center;}
.top-menu{float:right;padding-right:6px;}
.top-menu a{display:inline-block;padding:0 14px;color:#666;background:url(../image/top_line.png) no-repeat 0 center;}
.top-menu a:hover{color:#0950a0;}
.top-search{position:relative;float:right;margin-right:14px;width:220px;height:44px;}
.search-icon{position:absolute;right:0;top:11px;width:20px;height:20px;cursor:pointer;background:url(../image/searchBtn.png) no-repeat;}
.search-form{top:6px;width: 100%;height:30px;border:#ddd solid 1px;border-radius:5px;overflow:hidden;/* background: #171717; */position: absolute;}
.search-form form{position:relative;}
.search-form .in_text{display:block;/* padding:0 5%; */width: 100%;height:30px;line-height:30px;border:none;outline:none;text-indent: 5px;}
.search-form .so{display: inline-block;width:30px;height:30px;border:none;cursor:pointer;background:#fff url(../image/searchBtn.png) no-repeat center;position: absolute;right: 0;top: 0;font-size:0;}
/*--end top--*/

/*--header--*/
.header{position:relative;width:100%;height:98px;background:#fff;}
.logo{float:left;padding-top: 11px;/* height:66px; */}
.logo img{display:block;width: 85px;}
.slogan{float:left;margin-top:26px;padding-left:10px;/* width: 240px; */line-height:1.5;overflow:hidden;border-left:#ccc solid 1px;}
.slogan h2{font-size:18px;font-weight:bold;color:#333;}
.slogan h2 strong{color:#0a51a1;}
.slogan p{color: #f9a219;font-size: 18px;font-weight: bold;}
.nav{float:right;}
.nav-list li{position:relative;float:left;margin-left:36px;height:98px;line-height:98px;}
.nav-list li>a{display:block;font-size:16px;color:#333;}
.nav-list li:after{display:block;position:absolute;top:-1px;left:0;width:0;height:4px;content:"";background:#0950a0;transition:width 0.2s linear;}
.nav-list li:hover>a,.nav-list li.cur>a{color:#0950a0;font-weight:bold;}
.nav-list li:hover:after,.nav-list li.cur:after{width:100%;}
.dropDown{display:none;position:absolute;z-index:99;top:80%;left:50%;margin-left:-60px;width:120px;background:#fff;background:rgba(255,255,255,0.95);overflow:hidden;border-radius:5px;box-shadow:0 2px 5px #ccc;}
.dropDown a{display:block;height:40px;line-height:40px;text-align:center;}
.dropDown a:hover{color:#fff;background:#0a51a1;}
.header.fixed{position:fixed;z-index:999;left:0;top:0;height:66px;box-shadow:0 0 10px #ccc;}
.header.fixed .logo{padding-top:8px;}
.header.fixed .logo img{width: 58px;height: 60px;}
.header.fixed .slogan{margin-top:10px;}
.header.fixed .nav-list li{height:66px;line-height:66px;}
/*--end header--*/

/*--footer--*/
.footer{padding:45px 0;overflow:hidden;background:#202020;}
.ft-menu{float:left;/*overflow:hidden;*/}
.ft-menu dl{float:left;margin-right:100px;width: 190px;/*height:180px;*/height:auto;border-right:#333 dotted 1px;}
.ft-menu dt{padding-left:14px;height:25px;line-height:25px;font-size:18px;background:url(http://www.cje56.com/template/skin/images/Common/ft_dt.png) no-repeat 0 center;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{font-weight:bold;color:#fff;}
.ft-menu dd{padding-left:14px;padding-top:14px;line-height:30px;color:#9a9a9a;overflow:hidden;}
.ft-menu dd a{display:block;color:#9a9a9a;}
.ft-menu dd a:hover{color:#eee;}
.ft-info{overflow:hidden;}
.ft-info dt{padding-left:14px;height:25px;line-height:25px;font-size:18px;background:url(http://www.cje56.com/template/skin/images/Common/ft_dt.png) no-repeat 0 center;}
.ft-info dt a{color:#fff;}
.ft-info dt a:hover{font-weight:bold;color:#fff;}
.ft-info dd{padding-left:14px;padding-top:14px;line-height:30px;color:#9a9a9a;overflow:hidden;}
/*--end footer--*/

/*--copyright--*/
.copyright{height:59px;line-height:59px;font-size:14px;color:#9a9a9a;overflow:hidden;background:#1b1b1b;}
.copyright a{color:#9a9a9a;}
.copyright a:hover{color:#eee;}
/*--end copyright--*/