@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: #fff;
    min-width:1200px;
    font-family:"微软雅黑";
    color:#000;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/Common/tanchuangBg.png")/*tpa=http://www.szza119.com/Skins/Default/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;
}


@charset "UTF-8";

@font-face {
    font-family: "Geometric 415 Black BT";
    src:url("../font/Geometric 415 Black BT.woff")/*tpa=http://www.szza119.com/Skins/Default/font/Geometric 415 Black BT.woff*/ format("woff"),
        url("../font/Geometric 415 Black BT.ttf")/*tpa=http://www.szza119.com/Skins/Default/font/Geometric 415 Black BT.ttf*/ format("truetype"),
        url("../font/Geometric 415 Black BT.eot")/*tpa=http://www.szza119.com/Skins/Default/font/Geometric 415 Black BT.eot*/ format("embedded-opentype"),
        url("../font/Geometric 415 Black BT.svg")/*tpa=http://www.szza119.com/Skins/Default/font/Geometric 415 Black BT.svg*/ format("svg");
    font-weight: normal;
    font-style: normal;
}

/*--public--*/
.wrapper{margin:0 auto;width:1200px;}
.wrap-title{padding-bottom:40px;text-align:center;line-height:1.4;overflow:hidden;}
.wrap-title h3{display:inline-block;font-size:30px;color:#d90e0e;}
.wrap-title h3:after,.wrap-title h3:before{position:relative;top:3px;display:inline-block;width:37px;height:25px;content:"";background:#e0e0e0;}
.wrap-title h3:after{margin-left:20px;}
.wrap-title h3:before{margin-right:20px;}
.wrap-title p{font-size:14px;color:#666;text-transform:uppercase;}
.wrap-title.white *{color:#fff;}
/*--end public--*/

/* --help-menu-- */
.help-menu{margin:30px auto 0;padding-top:8px;width:1200px;overflow:hidden;background:#f2f1ef;}
.help-menu li{float:left;margin:0 2px;height:48px;line-height:48px;}
.help-menu li a{display:block;padding:0 40px;font-size:14px;color:#333;}
.help-menu li.cur a,.help-menu li:hover a{background:#fff;}
/* --help-menu-- */


/*按钮动画*/
.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 按钮动画*/

/*--header--*/
.header{overflow:hidden;background:#fff;}
.header .logo{float:left;padding:15px 0;width:265px;height:74px;overflow:hidden;}
.header .logo img{display:block;width:265px;height:74px;}
.header .slogan{float:left;margin-top:26px;padding-left:20px;line-height:1.5;color:#000;border-left:#e5e5e5 solid 1px;}
.header .slogan h3{height:26px;line-height:26px;font-weight:normal;font-size:20px;}
.header .slogan p{font-size:14px;}
.header .tel{float:right;margin-top:26px;line-height:1.5;font-size:16px;color:#000;}
.header .tel span{color:#bd1830;}
.headerg{width:100%;background:#fff;}
.headerg.fixed{position:fixed;z-index:10;left:0;top:0;box-shadow:0 0 10px #ccc;}
/*--end h999der--*/

/*--nav--*/
.nav{position:relative;width:100%;height:50px;line-height:50px;background:#d90e0e;}
.nav-list li{position:relative;float:left;background:url("../images/Common/nav_line.png")/*tpa=http://www.szza119.com/Skins/Default/images/Common/nav_line.png*/ no-repeat right center;}
.nav-list li:last-child{background-image:none;}
.nav-list li>a{display:block;font-size:14px;color:#fff;padding:0 47px;}
.nav-list li>a:hover,.nav-list li.cur>a{color:#feef00;background:url("../images/Common/nav_cur.png")/*tpa=http://www.szza119.com/Skins/Default/images/Common/nav_cur.png*/ no-repeat center bottom;}
.dropDown{display:none;position:absolute;z-index:999;left:0;top:52px;padding:10px 0;width:100%;overflow:hidden;background:#d90e0e;}
.dropDown dd{padding:0 10px;line-height:42px;text-align:center;}
.dropDown dd a{display:block;color:#fff;border-bottom:#e45757 solid 1px;}
.dropDown dd:last-child a{border-bottom:none;}
.dropDown dd a:hover{color:#feef00;}
/*--end nav--*/


/*--footer--*/
.footer{padding:30px 0;overflow:hidden;background:#333;}
.ft-menu{float:left;width:700px;}
.ft-menu dl{float:left;margin-right:65px;}
.ft-menu dt{padding-bottom:8px;height:25px;line-height:25px;font-size:16px;border-bottom:#484848 solid 1px;color:#fff;}
.ft-menu dt a{color:#fff;}
.ft-menu dd{padding-top:12px;overflow:hidden;}
.ft-menu dd a{display:block;height:25px;line-height:25px;font-size:14px;color:#999;}
.ft-menu dd a:hover{color:#fff;}
.ft-info{float:right;padding-top:20px;width:400px;overflow:hidden;}
.ft-info .QRcode{float:left;margin-left:10px;width:98px;height:98px;}
.ft-info .QRcode img{display:block;width:98px;height:98px;}
.ft-tel{padding-left:20px;overflow:hidden;}
.ft-tel span{font-size:15px;color:#fff;line-height:20px;}
.ft-tel p{font-weight:bold;font-size:25px;color:#fff;}
.ft-tel a{display:inline-block;margin-right:10px;border:#4c4c4c solid 1px;}
.ft-tel a:hover{border-color:#ccc;}
.ft-info .ps{clear:both;margin-top:32px;font-size:22px;color:#fff;}
/*--end footer--*/

/*--copyright--*/
.copyright{clear:both;margin-top:50px;padding:20px 0;line-height:25px;font-size:14px;text-align:center;color:#9a9a9a;overflow:hidden;background:#333;border-top:#3f3f3f solid 1px;}
.copyright a{color:#9a9a9a;}
.copyright a:hover{color:#eee;}
/*--end copyright--*/
/*客服*/
.kfBox {width:70px; position:fixed; top:250px; right:0px; z-index:9999;}
.kfBox div , .kfBox div a {cursor:pointer; display:block; float:left;}
.kfBox > div {width:70px; height:74px; margin-bottom:1px; position:relative;}
.kfBox > div > a { background:#262626; text-align:center; width:100%; height:53px; padding-top:21px;}
.kfBox > div#kf04 > a {padding-top:7px; height:67px;}
.kfBox > div > a span {display:block; font-size:12px; line-height:18px; color:#fff; padding-top:4px;}
.kfBox > div > a:hover {background:#e61616;}
.kfBox .kf_tel , .kfBox .kf_qq {position:absolute; z-index:99; left:0px; top:0px; width:190px; height:74px; background:#262626; font-size:14px; line-height:70px; color:#fff; text-align:center; display:block;}
.kfBox .kf_tel a , .kfBox .kf_qq a {float:left; width:100%; height:74px; line-height:74px; font-size:14px; font-weight:bold; text-align:left; color:#fff;}
.kfBox .kf_tel span , .kfBox .kf_qq span {float:left; width:70px; height:53px; text-align:center; padding-top:21px;}
.kfBox .red a {background:#e61616;}
.kfBox .kf_qq {width:142px;}
.kfBox .kf_weixin {position:absolute; z-index:99; left:-117px; top:-19px; display:none; padding:6px; background:#fff; border:1px solid #eee;}
.kfBox .kf_weixin img {width:100px; height:100px;}
.kfBox #kf01:hover .kf_weixin {display:block;}

/*2017-12-26*/
/*处理中动画占全屏*/
#oran_div_processing{width:300px;padding:20px;z-index:9999;text-align:center;background:#fffeef;border:solid 1px #b8ab04;}
/*表单提示*/
#form .ok{ background:url("../Img/ico28.gif")/*tpa=http://www.szza119.com/Skins/Default/Img/ico28.gif*/ no-repeat; width:18px;height:16px;display:block; float:right; margin-right:10px;}
#form .err{ background:url("../Img/ico29.gif")/*tpa=http://www.szza119.com/Skins/Default/Img/ico29.gif*/ no-repeat; width:18px;height:16px;display:block; float:right;margin-right:10px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}

.mainContent {width: 100%; position: relative;}
.innerBanner {width: 100%; overflow: hidden;}
.innerContent {width: 1316px; margin: 0 auto; padding: 20px 0 50px;}

.breadCrumb, .breadCrumb a {font-size: 16px; color: #666;}
.breadCrumb i, .breadCrumb img {float: left;}
.breadCrumb i {padding: 2px 8px 0 0;}
.breadCrumb a:hover {color: #007caa;}

.navTabs {width: 100%; height: 46px; background: #e5e5e5; margin-top: 20px;}
.navTab_list {height: 40px; padding: 6px 0 0 26px; overflow: hidden;}
.navTab_list li {float: left; height: 100%; margin-right: 26px; font-size: 16px; line-height: 36px; color: #333;}
.navTab_list li a {height: 100%; padding: 0 24px; display: block; color: #333;}
.navTab_list li a:hover, .navTab_list li a.active {background: #fff; color: #007caa;}
.navTab_list li.active {background: #fff; color: #007caa;}

.pageContent {padding-top: 46px;}