@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;
    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(../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: #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;
}


@charset "UTF-8";

@font-face {
    font-family: "Geometric 415 Black BT";
    src:url("../font/Geometric 415 Black BT.woff") format("woff"),
        url("../fonts/geometric 415 black bt.ttf") format("truetype"),
        url("../fonts/geometric 415 black bt.eot") format("embedded-opentype"),
        url("../fonts/geometric 415 black bt.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*--public--*/
.wrapper{margin:0 auto;width:1200px;}
.wrap-title{padding-bottom:30px;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-spot{width: 85px;float: right;margin-left: 15px;}
.top-spot a {background: #0a51a1;padding: 6px 14px;color: #fff;border-radius: 3px;}
.top-spot a:hover {box-shadow: 5px 5px 4px rgba(0, 0, 0, .15);}
.top-tel{float:right;margin-top:20px;padding-left:85px;font-size:28px;height:54px; line-height:54px;color:#0950a0;font-weight:bold;font-family:"Geometric 415 Black BT";background:url(../images/phone.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(../images/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(../images/searchbtn.png) no-repeat;}
.search-form{display:none;position:absolute;right:0;top:6px;width:200px;height:30px;border:#ddd solid 1px;border-radius:5px;overflow:hidden;background:#fff;}
.search-form input{display:block;padding:0 5%;width:90%;height:30px;line-height:30px;border:none;outline:none;}
.search-form button{display:block;position:absolute;right:0;top:0;width:30px;height:30px;border:none;cursor:pointer;background:#fff url(../images/searchbtn.png) no-repeat center;}
/*--end top--*/


/*--header--*/
.header{position:relative;width:100%;height:172px;background:#fff;}
.header .hd-tp {display:block; overflow:hidden;width:100%;}
.logo{float:left;padding-top:15px;height:66px;}
.logo img{display:block;width:204px;height:66px;}
.slogan{float:left;margin-top:14px; margin-left:20px;padding-left:20px;width:290px;line-height:1.5;overflow:hidden;border-left:#ccc solid 1px;}
.slogan h2{font-size:22px;font-weight:bold;color:#333;}
.slogan h2 strong{color:#0a51a1;}
.slogan p{color: #f9a219;font-size: 18px;font-weight: bold;}
.nav{border-top:#e7e7e7 solid 1px; margin-top:20px; display:block;}
.nav-list li{position:relative;float:left;width: calc(100%/8);height:70px;line-height:70px;text-align:center;}
.nav-list li>a{display:block;font-size:16px;color:#333;}
.nav-list li:after{display:block;position:absolute;top: -2px;left: calc(40%);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;}
.dropDown .cur{color: #fff;background: #0a51a1;}
.nav-list li:hover:after,.nav-list li.cur:after{width: 20%;}
.dropDown{display:none;position:absolute;z-index:99;top:99%;left:40%;margin-left: -75px;width: 180px;background:#fff;background:rgba(255,255,255);overflow:hidden;border-radius:4px;box-shadow:0 2px 5px #ccc;}
.dropDown a{display:block;height:50px;line-height:50px;text-align:center;margin:1px 0;}
.dropDown a:hover{color:#fff;background:#0a51a1;}
.header.fixed{position:fixed;z-index:999;left:0;top:0;height:160px;box-shadow:0 0 10px #ccc;}
.header.fixed .logo{padding-top:8px;}
.header.fixed .logo img{}
.header.fixed .slogan{margin-top:10px;}
.header.fixed .nav-list li{height:66px;line-height:66px;}
/*2025-03-11*/
.drop-box {width: 25%;float: left;margin: 20px 0;}
.drop-box .highlight {color: #fff;background: #0a51a1;}
.drop-box a {font-weight: bold;padding: 10px 20px; font-size:15px;}
.drop-boxs {margin: 20px;width: 35%;float: left;}
.drop-boxs a {text-align: left;padding-left: 35%;}
.drop-img {width: 25%;float: right;}
/*--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:210px;/*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(../images/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(../images/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--*/

.yunu-column h3 {margin: 0 0 2px;font-weight: normal;background: url(../images/p14-icon5.png) no-repeat right center #ececeb;padding: 0 40px;}
.yunu-column h3 a {display: block;line-height: 50px;font-size: 18px;color: #0a51a1;font-weight: bold;}
.yunu-column h3.on,.yunu-column h3:hover {background: url(../images/p14-icon2.png) no-repeat right center #0a51a1;}
.yunu-column h3.on a,.yunu-column h3:hover a {color: #fff;}
.yunu-column li {line-height: 40px;border-bottom: 1px solid #fff;}
.yunu-column li:hover a {font-weight: 800;color: #0a51a1;}
.yunu-column .on a {font-weight: 800;color: #0a51a1;}
.yunu-column li a {display: block;padding: 0 40px;background-color: #ECECEC;}
.yunu-column .sub>a {position: relative;}
.yunu-column .sub>a:after {content: '';width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.yunu-column .sub.on>a:after {border-color: #0a51a1;}
.yunu-column .sub-box {border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;display: none;}
.yunu-column .sub.on .sub-box {display: block;}
.yunu-column .sub-box p {margin: 0;border-bottom: 1px solid #ECECEC;}
.yunu-column .sub-box a {background-color: transparent;padding-left: 60px;}