/*
 * @Author: HIPOIT 
 * @Date: 2022-03-13 17:46:03 
 * @Last Modified by: HIPOIT
 * @Last Modified time: 2022-03-13 17:56:36
 */
/*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;}  /*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;}



/*其他*/
.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:14px; font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun; position:relative;min-width:1200px;width:100%;background: #f4f4f4;}/*网站字体颜色*/
.content,.container{margin-left:auto; margin-right:auto; width:1200px;}
 
/* header */
.header{width: 100%;}
.headerTop{width: 100%;background: #f2f2f2;border-bottom: 1px solid #e8e8e8;line-height: 34px;background-color: #f5f5f5;font-size: 13px;color: #888;}
.headerTop p{font-size: 14px;height: 35px;line-height: 35px;color: #666666;float: left;}
.headerTop ul{float: right;}
.headerTop li{float: left;padding: 0 16px;background: url(../image/header_xian.png) no-repeat left center;}
.headerTop li a{font-size: 14px;color: #aaaaaa;padding-left:26px;}
.headerTop li.first a{background: url(../image/header_icon01.png) no-repeat left center;background-size: 18px;}
.headerTop li.second a{background: url(../image/header_icon02.png) no-repeat left center;background-size: 18px;}
.headerTop li.last a{background: url(../image/header_icon03.png) no-repeat left center;background-size: 17px;}
.headerTop li:first-child{padding-left: 0;border-left: none;}
.headerTop li.last{padding-right: 0;}
.headerTop li.second{position: relative;}
.headerTop li.second .wxewm{position: absolute;left: 20px;top: 36px;width: 100px;height: 100px;z-index: 99;display: none;}
.headerTop li.second .wxewm img{width: 100px;height: 100px;}
.headerTop li.second:hover .wxewm{display: block;}


/*--header--*/
.header{position:relative;width:100%;background:#fff;}
.header .hd-tp {display:block; overflow:hidden;width:100%;}
.logo{float:left;padding-top:25px;height:66px;}
.logo img{display:block;height:66px;}
.slogan{float:left;margin-top:30px; margin-left:20px;padding-left:30px;width:300px;line-height:1.5;overflow:hidden;border-left:#ccc solid 1px;}
.slogan h2{font-size:26px;font-weight:bold;color:#333;}
.slogan h2 strong{color:#1b1f88;}
.slogan p{color: red;font-size: 19px;font-weight: normal;}
.nav{border-top:#e7e7e7 solid 1px; margin-top:28px; display:block;}
.nav-list li{position:relative;float:left;height:70px;line-height:70px;text-align:center;width: 9%;}
.nav-list li>a{display:block;font-size:16px;color:#333;transition: color 0.2s linear;
text-decoration: none;}
.nav-list li:after{display:block;position:absolute;top: -2px;left: calc(34%);width:0;height:4px;content:"";background:#1b1f88;transition:width 0.2s linear;}
.nav-list li:hover>a,.nav-list li.cur>a{color:#1b1f88;font-weight:bold;}
.nav-list li:hover:after,.nav-list li.cur:after{width: 30%;}
.dropDown{display:none;position:absolute;z-index:99;top:80%;left:50%;margin-left: -74px;width: 148px;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:#1b1f88;}
.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;}
.wrapper{margin:0 auto;width:1200px;}
/*--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;margin-top:37px;padding-left:0;font-size:28px; color:#1b1f88;font-weight:bold;background: url(../image/header_phone.png) no-repeat left top;width: 250px;}
.top-tel p{font-size: 16px;color: #515151;float: right;display: block;height: 20px;line-height: 20px;width: 100%;text-align: right;font-weight: normal;}
.top-tel span{font-size: 29px;float: right;display: block;line-height: 35px;color: #1b1f88;width: 100%;text-align: right;}
.top-menu{float:right;padding-right:6px;}
.top-menu a{display:inline-block;padding:0 14px;color:#666;background:url(../images/Common/top_line.png) no-repeat 0 center;}
.top-menu a:hover{color:#1b1f88;}
.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{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--*/
/*--end header--*/
/* footer */
.footer{width: 100%;margin-top: 20px;background: #242424 url(../image/footbg.jpg) no-repeat center;background-size: cover;}
.footer .footerTop{width: 100%;height: 214px;background: transparent;padding: 64px 15px 15px 15px;}
.footer .container{background: transparent;;}
.footer .footerTop dl{float: left;}
.footer .footerTop dt{font-size: 14px;color: #fff;font-weight: bold;padding-left: 34px;line-height: 23px;margin-bottom: 20px;}
.footer .footerTop dt a{color: #fff;text-decoration: none;}
.footer .footerTop dl.dl1 dt{background: url(../image/footer_icon01.png) no-repeat left center;}
.footer .footerTop dl.dl2 dt{background: url(../image/footer_icon02.png) no-repeat left center;}
.footer .footerTop dl.dl3 dt{background: url(../image/footer_icon03.png) no-repeat left center;}
.footer .footerTop dd a{display: block;padding-left: 22px;background: url(../image/footer_icon04.png) no-repeat left center;font-size: 13px;color: #838080;margin-bottom: 12px;}
.footer .footerTop dl.dl1{width: 198px;}
.footer .footerTop dl.dl2{width: 202px;}
.footer .footerTop dl.dl3{width: 198px;}
.footer .footerTop .box{float: right;width: 600px;}
.footer .footerTop .box .boxL{float: left;width: 450px;}
.footer .footerTop .box .boxL .phone{background: url(../image/footer_phone.png) no-repeat left center;padding-left: 52px;margin-bottom: 30px;}
.footer .footerTop .box .boxL .phone span{display: block;font-size: 14px;color: #fff;}
.footer .footerTop .box .boxL .phone em{display: block;font-size: 24px;color: #fff;font-weight: bold;margin-top: 4px;}
.footer .footerTop .box .boxL p{font-size: 13px;color: #666666;padding-left: 52px;line-height: 20px;margin-bottom: 7px;}
.footer .footerTop .box .boxL .p1{background: url(../image/footer_icon05.png) no-repeat 10px center;}
.footer .footerTop .box .boxL .p2{background: url(../image/footer_icon06.png) no-repeat 10px center;}
.footer .footerTop .box .boxL .p3{background: url(../image/footer_icon07.png) no-repeat 10px center;}

.footer .footerTop .box .boxR{float: right;width: 125px;height: 147px;background: #fff;padding-top:4px;text-align: center;}
.footer .footerTop .box .boxR img{display: block;margin: 0 auto;width: 100%;height: auto;}
.footer .footerTop .box .boxR span{display: block;font-size: 13px;color: #999999;}
.footer .footerBottom{height: 96px;border-top: 1px solid #181818;}
.footer .footerBottom p{font-size: 14px;color: #666666;line-height: 98px;}
.footer .footerBottom p a{color: #666666;}
.footer .footerBottom .gsspan{position:absolute;bottom:45px;}


/*底部*/


/*返回顶部*/
.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:-655px; 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: #ef0000;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: #ef0000;text-decoration: none;z-index:999999999999999;border:0px;}
.tanchuang2 .conBox .box a{background: #404040;}
li {
    list-style: none;
}

/* 错误提示 */
.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;}





.container {
    margin:0 auto;
}

.container:after,.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (max-width:768px) {
    .container {
        width: 100%;
    }
.visible-xs{visibility:visible;}  
.hidden-xs{visibility:hidden;}
}
@media (min-width:768px) {
    .container {
        width: 740px;
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1180px;
    }
}
@media (min-width:1440px) {
    .container {
        width: 1220px;
    }
}
@media (min-width:1600px) {
    .container {
        width: 1300px;
    }
}





