﻿@charset "utf-8";
/*reset*/

/* 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;}  /*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;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font: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*/


/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:14px; font-family: "微软雅黑"; position:relative;min-width:1200px;width:100%;}/*网站字体颜色*/
.container{margin-left:auto; margin-right:auto; width:1200px;}


/*wrap-header*/
.wrap-header {height: 105px;position: relative;z-index: 3;}
.wrap-header h1 {float: left;position: relative;top: 20px;margin-left: 30px;}
.wrap-header h1 img {display: block;width: 264px;height: 66px;}
.wrap-header .h_box {float: right;padding-right: 60px;position: relative;margin-right: 30px;}
.wrap-header .h_box .nav {padding-top: 60px;margin: 0 ;}
.wrap-header .h_box .nav {float: right;height: 45px;position: relative;margin-right: 20px;}
.wrap-header .h_box .nav ul.Navbox li.navli {float: left;margin-left: 80px;font-size: 16px;height: 45px;position: relative;}
.wrap-header .h_box .nav ul.Navbox li.navli>a {color: #333333;text-decoration: none;display: block;height: 45px;position: relative;z-index: 2;}
.wrap-header .h_box .nav ul.Navbox li.navli.cur>a{font-weight: bold;color: #2f4a8d;}
.wrap-header .h_box .nav ul.Navbox li.navli:hover>a{font-weight: bold;color: #2f4a8d;}
.wrap-header .h_box .nav ul.Navbox li.navli:hover,.wrap-header .h_box .nav ul.Navbox li.navli.cur{border-bottom:2px solid #2f4a8d;}
.wrap-header .navline {position:absolute;width:0;height:2px; background:#2f4a8d;bottom:0;right:0;}
.wrap-header .h_box .nav ul.Navbox li.navli:hover .liUl {display: block;}
.wrap-header .h_box .h_share {position: absolute;top: 15px;right: 80px;}
.wrap-header .h_box .h_share a.a1 {float:left; width: 30px;height: 30px;background: url(../images/h_icon01.png) no-repeat center;margin-right: 10px;}
.wrap-header .h_box .h_share i.a2 {float:left; width: 30px;height: 30px;background: url(../images/h_icon02.png) no-repeat center;position: relative;margin-right: 10px;}
.wrap-header .h_box .h_share a.a3 {float:left; width: 30px;height: 30px;background: url(../images/h_icon03.png) no-repeat center;}
.wrap-header .h_box .h_share i.a2 span {display: none;width: 100px;height: 100px;position: absolute;top: 30px;left: -47px;z-index: 4;}
.wrap-header .h_box .h_share i.a2 span img {display: block;width: 100px;height: 100px;}
.wrap-header .h_box .h_share i.a2:hover span {display: block;}

.wrap-header .h_box .searchbox {position: absolute;right: 10px;top: 0;}
.wrap-header .h_box .searchbox p.searchBtn {display: block;width: 47px;height: 82px;background: #2f4a8d;cursor: pointer;}
.wrap-header .h_box .searchbox p.searchBtn span {display: block;width: 47px;height: 67px;background: url(../images/search.png) no-repeat center;}
.wrap-header .h_box .searchbox p.searchBtn em {display: block;width: 21px;height: 1px;background: #6f82b0;margin: 0 auto;position: relative;z-index: 5;}
.wrap-header .h_box .searchbox .search {position: absolute;width: 0;background:#2f4a8d;right: 0px; top: 0;height: 82px;transition: all 0.5s;overflow: hidden;z-index: 4;}
.wrap-header .h_box .searchbox .search .searchInp {overflow: hidden;width: 500px;position: absolute;top: 10px;}
.wrap-header .h_box .searchbox .search .searchInp input {float: left;width: 430px;height: 30px;line-height: 30px; margin-left: 20px;border: none;text-indent: 12px;font-size: 14px;color: #666;}
.wrap-header .h_box .searchbox .search .searchInp a {float: right; height: 30px;width: 47px;background: url(../images/search.png) no-repeat center;} 
.wrap-header .h_box .searchbox .search .searchInp .btn2 {float: right; height: 30px;width: 47px;background: url(../images/search.png) no-repeat center;margin-left:0;} 
.wrap-header .h_box .searchbox .keyword {margin: 10px 47px 0 20px;overflow: hidden;position: absolute;width: 433px;top: 40px;}
.wrap-header .h_box .searchbox .keyword a {float: left;color: #fff;font-size: 12px;margin-right: 10px;height: 20px;line-height: 20px;}
.wrap-header .h_box .searchbox .keyword a:first-child {font-size: 14px;}
.wrap-header .h_box .searchbox:hover .search {width: 500px;}


/*二级导航*/
.wrap-header .navbg {display: none; height: 45px;background: url(../images/bg01.png);width: 100%;position: absolute;top: 105px;z-index: 2;width: 100%;}
.wrap-header .nav .navli .liUl {display: none; text-align: center;height: 45px;line-height: 45px; position: absolute;top: 45px;left: -262px;z-index: 3;width: 600px;}
.wrap-header .nav .navli.ggjzz .liUl {display: none; text-align: center;height: 45px;line-height: 45px; position: absolute;top: 45px;left: -500px;z-index: 3;width: 1080px;}
.wrap-header .nav .navli.last .liUl {left: -450px;text-align: right;}
.wrap-header .nav .navli .liUl li {height: 16px;display: inline-block;*display: inline;*zoom: 1; vertical-align: middle;}
.wrap-header .nav .navli .liUl li a {display: block;height: 16px;line-height: 16px;border-left: 1px solid #737373;padding: 0 5px;}
.wrap-header .nav .navli .liUl li:first-child a {border-left: none;}
.wrap-header .nav .navli .liUl li a {color: #fff;}
.wrap-header .nav .navli .liUl li:hover a{font-weight:bold;}

/*wrap-footer*/
.wrap-footer {background:url(../images/footbg.jpg) no-repeat center;background-size:cover;}
.wrap-footer .f_top {padding: 52px 0;}
.wrap-footer .f_top .f_ul {float: left;padding: 0 75px 0 40px;}
.wrap-footer .f_top .f_ul li {font-size: 14px;margin-bottom: 10px;height: 24px;line-height: 24px;}
.wrap-footer .f_top .f_ul li a {color: #d5d5d5;}
.wrap-footer .f_top .f_ul4{color:#d5d5d5}
.wrap-footer .f_top .f_ul4 a{color:#d5d5d5}
.wrap-footer .f_top .f_ul li:hover a {color: #fff;}
.wrap-footer .f_top .f_ul li:first-child {margin-bottom: 40px;position: relative;font-size: 15px;}
.wrap-footer .f_top .f_ul li:first-child i {display: block;width: 24px;height: 24px;position: absolute;left: -35px;top: 0;}
.wrap-footer .f_top .f_ul1 li:first-child i {background: url(../images/f_icon01.png) no-repeat center;}
.wrap-footer .f_top .f_ul2 li:first-child i {background: url(../images/f_icon02.png) no-repeat center;}
.wrap-footer .f_top .f_ul3 li:first-child i {background: url(../images/f_icon03.png) no-repeat center;}
.wrap-footer .f_top .f_erwm {float: right;margin-right:40px;margin-top:20px;}
.wrap-footer .f_top .f_erwm img {display: block;width: 131px;height: 131px;}
.wrap-footer .f_top .f_erwm dd {text-align: center;margin-top: 10px;font-size: 14px;color: #d5d5d5;}
.wrap-footer .f_top .f_ul4 {float: right;padding-top: 40px;}
.wrap-footer .f_top .f_ul4 li {font-size: 15px;margin-bottom: 10px;}

.wrap-footer .f_bot {height: 55px;line-height: 55px;background: #212121;color: #696b6e;}
.wrap-footer .f_bot a {color: #696b6e;}


/*返回顶部*/
.retop ul{ overflow:hidden;}
.retop li{ float:left; margin-left:10px;}
.retop li img{ display:block;}
.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:80%; right:46%; margin-right:-615px; cursor:pointer;  display:none;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}

/* -- 弹出窗口 -- */
#oran_full_bg{ display:none !important;}

/* tanchuang1 提交弹窗*/
.tanchuang1{width:100%;position: fixed;top: 0;left: 0;background: url(../images/tanchuangbg.png);height:100%;    z-index: 99999;}
.tanchuang1 .conBox{width: 400px;height: 212px;padding: 20px;background: #fff;position: absolute;left: 50%;margin-left: -220px;top: 50%;margin-top: -80px;}
.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:#2f4a8d;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:#2f4a8d;text-decoration: none;z-index:999999999999999;border:0px;}
.tanchuang2 .conBox .box a{background: #404040;}

/*右侧浮动*/
.float{ position:fixed; top:50%; right:0; margin-top:-176px; z-index:2000; width:48px; height:250px;}
.float_show{ width:48px; height:48px;}
.float_show a{ background-color:#2f4a8d;display:block; color:#FFF; font-size:16px; width:auto; height:48px; overflow:hidden;text-decoration: none;opacity:0.9;border-radius:5px 0 0 5px;}
.float_show a img{ vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.float_show.float_show0{ background:#2f4a8d; padding-top:6px;opacity:0.8;border-radius:5px 0 0 5px;opacity: 0.9;}
.float_show.float_show0 a{ background:url(../images/float_qqicon1.png) no-repeat; width:24px; height:24px; margin:12px 12px 14px 14px;}
.float_show:hover a{ background-color:#000; line-height:48px; color:#FFF;opacity:1;}
.float_show.float_show0:hover{ background:#000;opacity:1;}
.float_show.float_show0:hover a{ background:url(../images/float_qqicon1.png) no-repeat;opacity:1;}
.float_wx{ display:none; position:absolute; top:-113px; left:-163px; width:144px; height:188px; padding:18px 27px 0 17px;opacity: 1;}
.float_show.float_show1{position:absolute;top: 57px;right:-64px;width:134px;opacity: 0.9;}
.float_show.float_show2{position:absolute;top: 57px;right:-124px;width:194px;opacity: 0.9;}
.float_show.float_show3{ position:absolute; top:159px; right:-124px; width:225px;opacity: 0.9;}
.float_show.float_show4{position:absolute;top: 108px;right:-78px;width:126px;opacity: 0.9;}


/*留言悬浮*/
.zxly {height: 43px;padding: 31px 0;background: url(../images/bg01.png);position: fixed;left: 0;bottom: 0;z-index: 99;width: 100%;}
.zxly .container {position: relative;}
.zxly .close_zxly {display: block;width: 42px;height: 38px;background: url(../images/close_zxly.png) no-repeat center;position: absolute;top: -69px;right:0;cursor: pointer;}
.zxly ul li {float: left;width: 292px;margin-left: 26px;background: #fff;}
.zxly ul li:first-child {margin-left: 0;}
.zxly ul li input {display: block;width: 292px;height: 43px;border: none;font-size: 14px;text-indent: 16px;color: #666;}
.zxly ul li.fr {width: 170px;float: right;}
.zxly ul li.fr a {display: block;height: 43px;line-height: 43px;background: #2f4a8d;color: #fff;text-align: center;}
.zxly ul li.fr .btn1 {display: block;height: 43px;line-height: 43px;background: #e70012;color: #fff;text-align: center;}

.procontent{line-height:2em;font-size:16px;}
.procontent table{width:100%!important;}