﻿@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;}
@font-face {
  font-family: 'beba';
  src: url("../fonts/BEBAS.eot");
  src: url("../fonts/BEBAS.eot") format("embedded-opentype"), url("../fonts/BEBAS.woff") format("woff"), url("../fonts/BEBAS.ttf") format("truetype"), url("../fonts/BEBAS.svg#BEBAS") format("svg");
}
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;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*/


/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:14px; font-family:"Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; position:relative;min-width:1200px;width:100%;}/*网站字体颜色*/
.container{margin-left:auto; margin-right:auto; width:1200px;}


.wrap-header {height: 44px;border-bottom: 1px solid #f4f4f4;position: relative;z-index: 3;}
.wrap-header p {height: 44px;line-height: 44px;color: #999;}
.wrap-header ul {position: relative;height: 44px;}
.wrap-header ul li {float: left;padding:0 18px;height: 44px;line-height: 44px;border-left: 1px solid #f4f4f4;color: #aaa;}
.wrap-header ul li a {display: block;padding-left: 26px;height: 44px;color: #aaa;}
.wrap-header ul li.li1 {background: #ffb500;}
.wrap-header ul li.li1 a {padding: 0 15px;color: #153b96 !important; font-weight:bold; }
.wrap-header ul li.li1 {padding: 0 15px;color: #153b96 !important; font-weight:bold}
.wrap-header ul li.li2 a {background: url(../images/hicon01.png) no-repeat 5px center;}
.wrap-header ul li.li3 {position: relative;}
.wrap-header ul li.li3 span {padding-left: 26px;height: 44px; background: url(../images/hicon02.png) no-repeat left center;}
.wrap-header ul li.li3 i {display: none;width: 113px;height: 113px;position: absolute;left: 0px;top: 44px;padding: 3px;background: #f2f2f2;}
.wrap-header ul li.li3 i img {display: block;width: 113px;height: 113px;}
.wrap-header ul li.li3:hover i {display: block;}
.wrap-header ul li.li4 a {background: url(../images/hicon03.png) no-repeat 3px center;}
.wrap-header ul li.li5 b {font-size: 18px;color: #153b96;}



.logo {position: relative;z-index: 2;}
.logo .container {position: relative;height: 112px;}
.logo h1 {position: absolute;left: 0;top: 8px;}
.logo h1 img {display: block;width: 211px;height: 86px;}
.logo .l_tit {position: absolute;left: 230px;top: 33px;height: 43px;border-left: 1px solid #eee;padding-left: 16px;}
.logo .l_tit .p1 {text-align: center;font-size: 30px;color: #153b96;font-weight: bold;margin-top: -10px;}
.logo .l_tit .p2 {margin-top: 5px;}
.logo .l_tit .p2 em {margin:0 6px;color: #ffb500;}
.logo ul {position: absolute;right: 0;top: 38px;}
.logo ul li {float: left;width: 110px;text-align: center;height: 35px;line-height: 35px;background: #eeeeee;margin-left: 10px;border-radius: 27px;}
.logo ul li:hover {background: #ffb500;}
.logo ul li:hover a {color: #fff;}
.logo ul li.cur {background: #ffb500;}
.logo ul li.cur a {color: #fff;}

/* nav部分 */
.Nav { height:52px;position: relative;background: #153b96;z-index: 3;}
.Nav .container {position: relative;}
.Nav .navUl{ width:102%}
.Nav .navUl li { font-size:15px; float:left;position: relative;height: 52px;line-height: 52px;}
.Nav .navUl li>a {display: block;height: 52px;color: #fff;text-decoration: none;}
.Nav .navUl li:hover, .Nav .navUl li.cur {background: #ffb500;}

.Nav.lyFixed{position: fixed;left: 0;top: 0;width: 100%;background: rgba(21, 59, 150, 0.8);z-index: 9999;}


.wrap-footer {padding-top: 60px;background: #1e1e1f;}
.wrap-footer .container {background: url(../images/fbg.png) no-repeat 840px bottom;padding-bottom: 40px;}
.wrap-footer .ful1 {float: left;width: 180px;border-left: 1px solid #141414;height: 280px;padding-left: 40px;border-right:1px solid #343435;}
.wrap-footer .ful1:first-child {padding-left: 0;width: 220px;border-left: none;}
.wrap-footer .ful1 li {padding-left: 25px;background: url(../images/fbg.jpg) no-repeat left center;margin-bottom: 17px;}
.wrap-footer .ful1 li a {color: #999;}
.wrap-footer .ful1 li:first-child {padding-left: 0;background: none;margin-bottom: 20px;font-size: 16px;}
.wrap-footer .ful1 li:first-child a {color: #fff;}
.wrap-footer .ful1 li:hover a {color: #fff;}

.wrap-footer .ful2 {float: left;padding-left: 26px;border-left: 1px solid #141414;}
.wrap-footer .ful2 li {padding-left: 35px;margin-bottom: 18px;height: 20px;line-height: 20px;}
.wrap-footer .ful2 li a {color: #999;}
.wrap-footer .ful2 li.li1 {padding-left: 62px;background: none;margin-bottom: 20px;font-size: 13px;background: url(../images/ficon01.png) no-repeat left center;height: 50px;}
.wrap-footer .ful2 li.li1 span {display: block;}
.wrap-footer .ful2 li.li1 i {display: block;font-size: 18px;color: #fff;}
.wrap-footer .ful2 li.li2 {background: url(../images/ficon02.png) no-repeat left center;}
.wrap-footer .ful2 li.li3 {background: url(../images/ficon03.png) no-repeat left center;}
.wrap-footer .ful2 li.li4 {background: url(../images/ficon04.png) no-repeat left center;}
.wrap-footer .ful2 li.li5 {background: url(../images/ficon05.png) no-repeat left center;}
.wrap-footer .ful2 li.li6 {background: url(../images/ficon06.png) no-repeat left center;}
.wrap-footer .ful2 li.li6 a{color:#666}
.wrap-footer .ficp {margin-top: 30px;}





/**/
.yqlj {padding: 30px 0px;background: #f8f8f8;    margin-top: -60px;}
.yqlj .yqlj_type {height: 38px;text-align: center;}
.yqlj .yqlj_type li {float: left;width: 110px;line-height: 38px;text-align: center;position: relative;font-size: 16px;}
.yqlj .yqlj_type li a {color: #333;}
.yqlj .yqlj_type li em {display: none;position: absolute;left: 50px;top: 38px;width: 7px;height: 5px;background: url(../images/yqljbg.png) no-repeat center;}
.yqlj .yqlj_type li.cur {background: #1a1d8f;}
.yqlj .yqlj_type li.cur em {display: block;}
.yqlj .yqlj_type li.cur a {color: #fff;}
.yqlj .yqlj_type .jgdw a{cursor:default;}

.yqlj .yqlj_con {padding-top: 18px;height: 90px;}
.yqlj .yqlj_con ul {display: none;}
.yqlj .yqlj_con ul.cur {display: block;}
.yqlj .yqlj_con ul:first-child li {float: left;width: 199px;margin: 0; text-align: center;font-size: 14px;border-left: 1px solid #dddddd;}
.yqlj .yqlj_con ul:first-child li i {display: block;margin-bottom: 5px;height: 61px;}
.yqlj .yqlj_con ul:first-child li em {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 0;height: 56px;}
.yqlj .yqlj_con ul:first-child li img {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
.yqlj .yqlj_con ul li {float: left;margin: 0 10px 10px 10px;text-align: center;font-size: 14px;}
.yqlj .yqlj_con ul li:hover a {color: #1a1d8f;}

/* search部分 */
.search {height: 68px;border-bottom: 1px solid #eee;position: relative;z-index: 5;background: #f8f8f8;}
.search .keyword {font-size: 14px;color: #333;margin-top: 29px;height: 16px;line-height: 16px;width: 835px;position: relative;z-index: 4;}
.search .keyword span {float: left;width: 90px;color: #333;font-weight: bold;}
.search .keyword p {float: left;}
.search .keyword p a {float: left;color: #888;font-size: 14px;margin-right: 10px;height: 15px;line-height: 15px;border-left: 1px dotted #a5a5a5;padding: 0 12px;}
.search .keyword p a:hover {color: #181a98;}
.search .keyword a:first-child {padding-left: 0;border-left: none;}
.search .inp {width: 300px; height: 36px;margin-top: 15px;overflow: hidden;background: #181a98;margin-left: 27px;border: 1px solid #dddddd;border-radius: 27px;}
.search .inp input {border:none;height: 36px;line-height: 36px;width: 250px;float: left; text-indent: 17px; font-size: 14px;color: #999;}
.search .inp .sea {display: block; float: right; width: 35px;height: 38px;position: relative;top: -1px; background: #181a98;padding-right: 15px;}
.search .inp .sea i {display: block;width: 35px;height: 38px;background: url(../images/search.png) no-repeat 18px center;}


/*返回顶部*/
.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;    z-index: 999;}
.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(Img/tanchuang/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: #ffb500;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: #ffb500;text-decoration: none;z-index:999999999999999;border:0px;}
.tanchuang2 .conBox .box a{background: #404040;}

/* 错误提示 */
.errorMainCon{width: 100%;background: url(Img/tanchuang/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;}

body{
   -moz-user-select: none; /*火狐*/
   -webkit-user-select: none;  /*webkit浏览器*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*早期浏览器*/
   user-select: none;
}
.sea{overflow: hidden;margin-top:14px;}
      .sea .inp01{border-style: none;  float:left;color: #a4a4a4; padding-left: 24px;width:312px; height: 42px;font-family:"Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; font-size: 15px; background:none;  line-height: 42px;background:none;background:#f2f2f2;border-top-left-radius: 25px;border-bottom-left-radius: 25px; box-sizing: border-box;}
 .sea .inp02{border-style: none;background: url(../images/ss.png) no-repeat; cursor: pointer; height:42px;width:44px; display: inline-block; color: #fff;}