﻿@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;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: "微软雅黑"; 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: #f2f2f2;}
.wrap-header ul li.li1 a {padding: 0 15px;color: #333;}
.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 {padding-right: 0;}
.wrap-header ul li.li5 b {font-size: 18px;color: #1d8fe3;}



.logo {position: relative;z-index: 2;}
.logo .container {position: relative;height: 112px;}
.logo h1 {position: absolute;left: 0;top: 15px;}
.logo h1 img {display: block;width: 201px;height: 77px;}
.logo .l_tit {position: absolute;left: 230px;top: 35px;height: 43px;border-left: 1px solid #eee;padding-left: 16px;}
.logo .l_tit .p1 {text-align: center;font-size: 24px;color: #212121;font-weight: bold;margin-top: 7px;}
.logo .l_tit .p2 {margin-top: 5px;}
.logo .l_tit .p2 em {margin:0 6px;color: #1d8fe3;}
.logo ul {position: absolute;right: 0;top: 42px;}
.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: #1d8fe3;}
.logo ul li:hover a {color: #fff;}
.logo ul li.cur {background: #1d8fe3;}
.logo ul li.cur a {color: #fff;}

/* nav部分 */
.Nav {height:58px;position: relative;background: #efefef;z-index: 3;}
.Nav .container {position: relative;}
.Nav .navUl{ width:102%}
.Nav .navUl li.navli { font-size:18px; float:left;position: relative;height: 58px;line-height: 58px;}
.Nav .navUl li.navli a:link{display: block;height: 58px; text-decoration: none;}
.Nav .navUl li.navli a:hover ,.navli.cur{background: #1d8fe3; color:#fff;}
.navli.cur a{color:#FFFFFF;}
.Nav.lyFixed{position: fixed;left: 0;top: 0;width: 100%;background: rgba(29, 143, 227, 0.8);z-index: 9999;}
.Nav.lyFixed a{color:#FFFFFF; text-decoration:none;}

.wrap-footer {padding-top: 30px;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: 20px; text-align:center;}


.lxwm {height: 325px;background: url(../images/lxwmbg.jpg) no-repeat center top;padding-top: 25px;margin-bottom: 30px;}
.lxwm .conleft {width: 462px;height: 285px;color: #fff;border-right: 1px solid #9ce896;}
.lxwm .conleft dl {padding-right: 85px;}
.lxwm .conleft dt {height: 30px;border-bottom: 1px solid #9ce896;font-size: 18px;background: url(../images/lxwmicon01.png) no-repeat right 2px;}
.lxwm .conleft dd {margin-top: 15px;height: 50px;padding-left: 86px;position: relative;font-size: 14px;}
.lxwm .conleft dd span {display: block;font-size: 16px;}
.lxwm .conleft dd.dd1{margin-top: 33px;}
.lxwm .conleft dd em {display: block;width: 56px;height: 56px;position: absolute;left: 0;top: 0;border: 1px solid #9ce896;border-radius: 3px;}
.lxwm .conleft dd.dd1 em {background: url(../images/lxwmicon02.png) no-repeat center;}
.lxwm .conleft dd.dd2 em {background: url(../images/lxwmicon03.png) no-repeat center;}
.lxwm .conleft dd.dd3 em {background: url(../images/lxwmicon04.png) no-repeat center;}
.lxwm .conleft dd.dd4 em {background: url(../images/lxwmicon05.png) no-repeat center;}
.lxwm .conleft dd.dd3 {font-size: 14px;line-height: 28px;}
.lxwm .conleft dd.dd4 {font-size: 14px;line-height: 28px;}

.lxwm .conright {width: 595px;position: relative;}
.lxwm .conright .conbox {width: 350px;height: 208px;position: absolute;top:50px;background: url(../images/lxwmmc.png) no-repeat center top;}
.lxwm .conright .conbox .box {width: 150px;height: 176px;background: #fff; position: absolute;}
.lxwm .conright .conbox .box .p1 {font-size: 15px;text-align: center;height: 45px;line-height: 45px;color: #333;}
.lxwm .conright .conbox .box dl {margin: 0 14px;}
.lxwm .conright .conbox .box dl dt {width: 126px;height: 140px;margin: 0 auto;}
.lxwm .conright .conbox .box dl dt img {display: block;width: 120px;height: 120px;}
.lxwm .conright .conbox .box dl dd.dd1 {margin-top: 15px;text-align: center;padding-bottom: 8px;border-bottom: 1px solid #ddd;line-height: 19px;margin-bottom: 12px;}
.lxwm .conright .conbox .box dl dd.dd2 {margin-bottom: 6px;text-align: center;font-size: 12px;}
.lxwm .conright .con2 {right: 0;}


/**/
.yqlj {padding: 20px 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: 18px;width: 7px;height: 5px;background: url(../images/yqljbg.png) no-repeat center;}
.yqlj .yqlj_type li.cur {background: #1d8fe3;}
.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: 40px;}
.yqlj .yqlj_con ul {display: none;}
.yqlj .yqlj_con ul.cur {display: block;}
.yqlj .yqlj_con ul:first-child li {float: left;margin: 0; text-align: center;font-size: 14px; margin-right:15px;}
.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: #1d8fe3;}

/* 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: 815px;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: #3b9ce8;}
.search .keyword a:first-child {padding-left: 0;border-left: none;}
.search .inp {width: 300px; height: 36px;margin-top: 15px;overflow: hidden;background: #3b9ce8;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: #3b9ce8;padding-right: 15px;}
.search .inp .sea i {display: block;width: 35px;height: 38px;background: url(../images/search.png) no-repeat 18px center;}

.fr{float:right;}
.footWrap{ height:200px; overflow:hidden; background:#1d8fe3; padding-top: 31px; border-bottom: 1px solid #89cdff;}
.footWrap .footer{ width:1200px; margin:0 auto;}
.f_pic{ width:201px;overflow:hidden;}
.f_pic img{ display:block;width:201px; height:77px; padding-top:18px;}
.fwz{padding:0 0 0 8px; overflow:hidden; color:#fff; font-size: 12px; line-height: 30px; float: left;}
.fwz p{ overflow: hidden;}
.fwz p em{ display:inline-block; padding-left: 53px; float: left; float: left; width: 238px;}
.fwz p em i{ display:block; padding-left: 42px; height: 44px; border-bottom: 1px  solid #e1f2ff;background:url(../images/jt.png) no-repeat; margin-bottom: 9px;}
.fwz p em i a{ font-size: 16px; font-weight: bold;color:#fff;}
.fwz p span{ display: block; }
.fwz p span a{ display: inline-block; line-height: 30px;color:#fff; width:100px;}
.fwz p .long{ width:328px;}
.fwz p .long strong{ font-weight: normal; display: block;}
.fwz p .long b{ font-weight: normal; padding-left: 10px;}
.long a{color:#FFFFFF; text-decoration:none;}
.link{ height:120px;overflow:hidden; background: #1d8fe3;}
.link h5{ width:80px; height:70px; overflow:hidden; float:left; background:url(../images/link.png) no-repeat 0 3px; color:#fff; font:18px "Microsoft Yahei"; margin-top: 30px; padding-left: 55px;}
.link h5 a{ color:#fff; display:block;  font-size: 16px;}
.link h5 span{ display: block; padding-top: 10px;}
.link h5 span a{ font-size: 14px; font-weight: normal; color:#FFFFFF;}
.link p{ width:1050px; float:right;overflow:hidden; font:14px "Microsoft Yahei"; line-height: 30px; margin-top: 26px;}
.link p a{ display:inline-block; padding:0 21px; color:#fff;}
.dsa3_l2 ul li span{ display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 80px; line-height: 80px; font-size: 16px; color: #333; text-align: center;background:#fff; filter:Alpha(opacity=70);-moz-opacity: 0.7; -khtml-opacity: 0.7 ; opacity: 0.7;}
.dsa3_l p span{ display:block;}
.code{color:#FFFFFF; line-height:30px;}
/*返回顶部*/
.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: #1d8fe3;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: #1d8fe3;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;
}