﻿
/*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  , 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; font-weight:normal;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration:underline;}

/*定位*/
.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;width:875px;}
.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;}


/*其他*/
.cur{cursor:pointer}

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;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:12px; font-family: "微软雅黑"; position:relative;min-width:1200px;width:100%;}/*网站字体颜色*/
.container{margin-left:auto; margin-right:auto; width:1200px;}

/* header */
.header{width: 100%;}

.headerCenter{width: 100%;height: 125px;}
.headerCenter .container{height: 125px;position: relative;}
.headerCenter .box{float: left;width: 600px;}
.headerCenter a.logo{float: left;width:188px;height:53px;margin-top:40px;display: block;}
.headerCenter a.logo img{display: block;width: 188px;height: 53px;}
.headerCenter .Part{float: left;margin-left: 26px;width: 360px;margin-top: 47px;padding-left: 22px;border-left: 1px solid #e4e4e4;height: 40px;}
.headerCenter .Part h2{font-size: 16px;color: #666666;font-weight: normal;}
.headerCenter .Part p{font-size: 23px;color: #1c2a42;margin-top: 2px;}
.headerCenter .Part p span{color: #fb1f02;}
.headerCenter .header-icon{float: right;margin-right: 170px;width: 175px;margin-top: 46px;}
.headerCenter .header-icon li{float: left;width: 37px;height: 37px;margin-right: 20px;}
.headerCenter .header-icon li img{display: block;width: 37px;height: 37px;}
.headerCenter .phone{position: absolute;width: 147px;height: 159px;padding: 31px 0 0 23px;right: 0;top: 0;background: #4ab04d;}
.headerCenter .phone li{float: left;padding: 0 10px;border-left: 1px solid #a5d8a6;font-size: 12px;color: #fff;}
.headerCenter .phone li:first-child{border-left: none;padding-left: 0;}
.headerCenter .phone li a{color: #fff;}
.headerCenter .phone img{width: 19px;height: 19px;}
.headerCenter .phone p{margin-top: 16px;font-size: 13px;color: #fff;margin-bottom:10px;margin-top:45px;} 
.headerCenter .phone span{font-size: 18px;color:#fff;font-weight: bold;}

.headerCenter .header-icon li.head_wx{ position:relative;}
.headerCenter .header-icon li.head_wx p{ background:#fff;z-index:1234; position:absolute;top:45px;left:-25px;display:none;}
.headerCenter .header-icon li.head_wx p img{width:100px; height:100px;}
.headerCenter .header-icon li.head_wx:hover p{display:block;}

.headerNav{height: 64px;border-top: 1px solid #ededed;}
.headerNav ul{width: 100%;}
.headerNav li{float: left;font-size: 15px;height: 64px;position: relative;width:102px;border-right: 1px solid #ededed;text-align: center;}
.headerNav li:first-child{border-left: 1px solid #ededed;width:101px;}
.headerNav li i{display: none;position: absolute;width: 28px;height: 4px;background: #4ab04d;bottom: 0;left: 50%;margin-left: -14px;}
.headerNav li>a{color: #1c2a42;text-decoration: none;height:64px;line-height: 64px;display: block;}
.headerNav li.cur a{color: #4ab04d;}
.headerNav li.cur i{display: block;}
.headerNav li:hover a{color: #4ab04d;}
.headerNav li:hover i{display: block;}


/* footer */
.footer{width: 100%;background: #1c2a42;height: 539px;}
.footer-conL{float: left;padding-top: 77px;height: 462px;background: #111e35; position:relative;}
.footer-conL .conBox1{height: 340px;}
.footer-conL .conBox1 dl{float: left;width: 158px;margin-right: 38px;}
.footer-conL .conBox1 dl:first-child{margin-left: 80px;}
.footer-conL .conBox1 dt{font-size: 16px;color: #4baf4b;font-weight: lighter;margin-bottom: 42px;}
.footer-conL .conBox1 dt a{color: #4baf4b;text-decoration: none;}
.footer-conL .conBox1 dd li{font-size: 13px;color: #fff;font-weight: lighter;margin-bottom: 16px;opacity: 0.8;filter: alpha(opacity=80);}
.footer-conL .conBox1 dd li a{color: #fff;}
.footer-conL .conBox2{margin-top: 30px;margin-left: 80px;}
.footer-conL .conBox2 p{font-size: 12px;color: #5e6a80;font-family: arial;margin-bottom: 8px;}
.footer-conL .conBox2 p a{color: #5e6a80;}
.footer-conR{width: 282px;float: right;margin-top: 77px;}
.footer-conR p.p1{font-size: 13px;color: #fff;font-weight: lighter;}
.footer-conR p.p2{font-size: 32px;color: #4baf4b;font-weight: bold;font-family: arial;margin-top: 3px;}
.footer-conR p.p2 img{margin-left:4px;}
.footer-conR p.p3{font-size: 15px;color: #fff;font-weight: lighter;margin-top: 28px;}
.footer-conR p.p3 span{font-family: arial;}
.footer-conR .footerMa{margin-top: 54px;width: 120px;text-align: center;}
.footer-conR .footerMa img{display: block;width: 107px;height: 107px;margin:  0 auto;}
.footer-conR .footerMa p{margin-top:8px;color:#fff;}
.footer-conR li{float: left;padding: 0 8px;font-size: 12px;color: #5e6a80;border-left: 1px dotted #5e6a80;position: relative;}
.footer-conR li:first-child{border-left: none;padding-left: 0;}
.footer-conR li a{color: #5e6a80;}
.footer-conR ul{margin-top: 36px;}
.footer-conR li.footer-gzwx img{position: absolute;left: 0;top: 20px;width: 107px;height: 107px;display: none;}
.footer-conR li.footer-gzwx:hover img{display: block;}


/*返回顶部*/
.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(../image/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: #4ab04d;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: #4ab04d;text-decoration: none;z-index:999999999999999;border:0px;cursor:pointer;}
.tanchuang2 .conBox .box a{background: #404040;}

/* 错误提示 */
.errorMainCon{width: 100%;background: url(../image/errorBg.jpg) no-repeat center #f6f6f6;;height: 330px;padding-top: 300px;}
.errorMainCon h3{width: 525px;height: 80px;line-height: 80px;text-align: center;font-size: 24px;color: #1e1e1e;font-weight: normal;margin: 0 auto;}
.errorMainCon h3 em{color: #df1f29;font-weight: bold;}
.errorMainCon p{font-size: 20px;color: #000000;text-align: center;margin-top: 30px;}
.errorMainCon p em{color: #df1f29;}
.errorMainCon a.error-url{font-size: 15px;color: #999999;font-family: arial;display: block;text-align: center;margin-top: 4px;}
.errorMainCon .btn{text-align: center;height: 52px;width: 228px;margin: 30px auto 0;overflow: hidden;}
.errorMainCon .btn .a1{display: block;width: 104px;height: 52px;line-height: 52px;text-align: center;font-size: 16px;color: #818181;background: #e3e3e3;border-radius: 4px;float: left;text-decoration: none; border:none;}
.errorMainCon .btn .a1:first-child{background: #df1f29;color: #fff;margin-right: 20px;}

.white{ background:#fff !important;}
.kefuicon{ position:absolute;bottom:50px;left:320px; height:40px; overflow:hidden;}