﻿@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:1px;}
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:#000; text-decoration:none;}  
a:focus{outline:none;} 
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.8 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: Arial; position:relative;min-width:1200px;width:100%;}/*网站字体颜色*/
.container{margin-left:auto; margin-right:auto; width:1300px;}


.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: #4879e4;}



.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: 220px;height: 86px;}
.logo .l_tit {position: absolute;left: 230px;top: 43px;height: 43px;border-left: 1px solid #eee;padding-left: 16px;}
.logo .l_tit .p1 {text-align: center;font-size: 30px;color: #4879e4;font-weight: bold;margin-top: -10px;}
.logo .l_tit .p2 {margin-top: 5px;}
.logo .l_tit .p2 em {margin:0 6px;color: #0f53e8;}
.logo ul {position: absolute;right: 0;top: 42px;}
.logo ul li {float: left;width: 123px;text-align: center;height: 38px;line-height: 38px;background: #eeeeee;margin-left: 10px;border-radius: 27px;}
.logo ul li:hover {background: #0f53e8;}
.logo ul li:hover a {color: #fff;}
.logo ul li.cur {background: #0f53e8;}
.logo ul li.cur a {color: #fff;}

/* nav部分 */
.Nav { height:52px;position: relative;background: #4879e4;z-index: 3;}
.Nav .container {position: relative;}
.Nav .navUl{ width:102%}
.Nav .navUl li.navli { font-size:15px; float:left;position: relative;height: 52px;line-height: 52px;}
.Nav .navUl li.navli>a {display: block;height: 52px;color: #fff;text-decoration: none;}
.Nav .navUl li.navli:hover ,.Nav .navUl li.navli.cur {background: #0f53e8;}

.Nav.lyFixed{position: fixed;left: 0;top: 0;width: 100%;background: rgba(72, 121, 228, 1);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;}


.lxwm {height: 264px;background: url(../images/lxwmbg.jpg) no-repeat center top;/* padding-top: 45px; margin-bottom: 60px;*/}
.lxwm .conleft {width: 462px;height: 264px;color: #fff;border-right: 1px solid #7073c6;}
.lxwm .conleft dl {padding-right: 85px;}
.lxwm .conleft dt {height: 60px;padding-top: 3px;border-bottom: 1px solid #7377ba;font-size: 24px;background: url(../images/lxwmicon01.png) no-repeat right 2px;}
.lxwm .conleft dd {margin-top: 23px;height: 60px;padding-left: 86px;position: relative;font-size: 16px;}
.lxwm .conleft dd span {display: block;font-size: 30px;}
.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 #4f54b7;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: 18px;line-height: 28px;}
.lxwm .conleft dd.dd4 {font-size: 18px;line-height: 28px;}

.lxwm .conright {width: 595px;position: relative;}
.lxwm .conright .conbox {width: 300px;height: 250px;position: absolute;top: 0px;}
.lxwm .conright .conbox .box {width: 222px;height: 264px;background: #fff; position: absolute;left: 44px;top: 0px;}
.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: 198px;height: 198px;margin: 0 auto;}
.lxwm .conright .conbox .box dl dt img {display: block;width: 198px;height: 198px;}
.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;}
.lxwm .conright .con2 dl dt {border: 1px solid #ddd;}


/**/


/* search部分 */
.search {height: 68px;border-bottom: 1px solid #eee;position: relative;z-index: 5;background: #ffffff;}
.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: #4879e4;}
.search .keyword a:first-child {padding-left: 0;border-left: none;}
.search .inp {width: 300px; height: 36px;margin-top: 15px;overflow: hidden;background: #4879e4;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: #4879e4;padding-right: 15px;}
.search .inp .sea i {display: block;width: 35px;height: 38px;background: url(../images/search.png) no-repeat 18px center;}

/*页尾*/
.footer{ width:100%; height:274px; margin-top:20px; background:#4879e4; overflow:hidden;}
.footer .ftNav{ background: url(Img/Common/ftubg.png) no-repeat center; height:46px; line-height:46px; text-align:center; margin-top:25px;}
.footer .ftNav a{ padding:0 10px; font-size:14px; color:#fff; border-left:1px solid #fff;}
.footer .ftNav .noBl{ border-left:none;}
.footer dl{ overflow:hidden; color:#fff; width:653px; margin:0 auto; margin-top:27px;}
.footer dt{ float:left; padding-right:17px; background:url(Img/Common/lImg.png) no-repeat right top;margin-right:15px;}
.footer dt img{ display:block;}
.footer dt p{ margin-top:5px;}
.footer dd{ margin-left:156px; margin-top:10px;}
.footer dd p{ height:24px; line-height:24px;}
.footer dd p span{ font-weight:bold; font-size:13px;}

.yqlj{ }
.yqlj .container{ border:1px solid #cecece;}
.yqlj h4{ height:37px; line-height:37px; overflow:hidden; background:#f0f0f0; border-bottom:1px solid #cecece;}
.yqlj h4 a{}
.yqlj h4 .y1{ float:left; width:132px; text-align:center; text-decoration:none; background:#4879e4; color:#fff;}
.yqlj h4 .y2{ float:right; font-weight:normal; margin-right:20px;}
.yqlj span{ display:block; padding:0 15px; overflow:hidden; margin-top:14px; margin-bottom:24px;}
.yqlj span a{ padding:0 5px; border-right:1px solid #3a3a3a; float:left; margin-top:10px; font-size:13px; color:#3a3a3a;}
.yqlj span a.noBl1{ border-right:none}
/*友情链接*/
  .leftmenu{position:relative; padding:25px 15px 20px; background:#f3f2f1;}
.leftmenu dd { margin-bottom:20px;}
.leftmenu dd .m-title1{position:relative;height:42px; overflow:hidden; line-height:42px;background:#4879e4; cursor:pointer; font-size:16px; color:#fff; text-indent:20px;}
.leftmenu dd .m-title1 a{ color:#fff;}
.leftmenu dd .menuson{display:none;}
.leftmenu dd .menuson li { position:relative; overflow:hidden; text-indent:20px; border-bottom:1px dotted #999; height:55px; line-height:55px; }
.leftmenu dd .menuson li:last-child {border-bottom:none; }
.leftmenu dd .menuson li a{font-size:14px; color:#333; line-height:54px; height:54px; width:130px; overflow:hidden;}
.leftmenu dd .menuson li:hover a{ color:#4879e4;}
.leftmenu dd .menuson li span{ float:right;font-size:12px;  color:#999; margin-top:5px; margin-right:20px;}
.leftmenu dd .menuson li:hover span{ color:#4879e4;}
.n_info_con { width:929px; padding:30px 15px 0 10px; overflow:hidden;font-size:12px;}
.n_info_con h1{text-align:center;font-size:26px;color:#000;margin-bottom:6px;}
.n_info_con2 { width:715px; margin:0 auto;}
.n_info_con h3 { text-align:center; color:#000; font-family:"宋体"; margin-bottom:10px; font-size:24px;} /*资讯详细页面，内容标题*/
.info_con_tit {font-family:"宋体";  line-height:24px; margin-bottom:15px;border-bottom:1px solid #E5E5E5;padding-bottom:20px;}
.info_con_tit span { margin-right:20px;}
.info_con_tit .n_tit {  text-align:center; color:#7E7E7E;}
.info_con_tit .n_tit a{ color:#BCBBBB;}
.info_con_tit .n_tit2 { height:24px;}
.n_info_con .tit2_span { float:right; margin:0; _margin-top:5px;}
.n_info_con p { font-size:14px; line-height:25px; padding:0 20px;}
.n_info_con p a { color:#B61212;}
.n_info_con .apage { text-align:center; margin-bottom:10px;} /*资讯详细页面，翻页区块*/
.info_input { text-align:center; color:#000; margin-bottom:15px;}  /*详细页面，评论，推荐，打印，订阅，按钮样式块*/
.info_input input { } /*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/
.info_key { border-bottom:solid 1px #d7d7d7; height:30px; line-height:30px; padding-left:10px; margin:10px 0;}
.info_key span { font-size:14px; font-weight:bold;}
.info_key a { margin-right:10px;}
.ad2 { margin-bottom:10px;}
.n_info_con2 .t04 { color:#fff;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a { color:#B61212;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a:hover { color:#B61212;}
.gduo{ height:30px; line-height:30px; background:#f7f7f7; overflow:hidden; margin:15px 0px; padding:0 10px; width:920px;}
.gduo span{ float:right; width:320px; overflow:hidden; height:30px; display:block;text-align: right;}
.gduo a{  font-weight:bold;}
.gduo a:hover{color:#4879e4;text-decoration:none;}
.ks5{ border:1px solid #d7d7d7; width:450px; height:80px; margin-top:10px;}
.left{position:relative; width:250px; float:left;  }
.left .left-1{position:relative; width:100%; }
.left .title{width:100%; height:80px; overflow:hidden;  text-align:center;background:#4879e4; color:#fff;}
.left .title h2{font-size:22px; font-weight:normal; margin-top:20px; line-height:20px;}
.left .title h2 span{font-size:14px;}
.cpMain{margin-top:20px;}
.left .left-2{position:relative; width:100%;  overflow:hidden;}
.left .left-2 .tel{width:100%; padding-top:10px;height:120px; overflow:hidden;  text-align:center;background:#4879e4; color:#fff;}
.left .left-2 .tel h2{font-size:24px; }
.left .left-2 .tel h2 span{font-size:18px;font-weight:normal;}
/*cpright*/
.cprights{ width:1000px; background:#fff; float:right;padding-bottom: 20px;}
.rtops{ overflow:hidden; padding-top:28px; padding-bottom:9px; border-bottom:1px solid #dbdbdb;}
.rtops h5{ float:left; padding-left:10px; border-left:3px solid #4879e4; font-weight:normal; line-height:16px;}
.rtops h5 a{ font-size:16px; color:#4879e4;}
.rtops span{ float:right;}
.rtops span em{ color:#999;}
.rtops span a{ color:#999;}
.rtops span a:hover{ color:#4879e4;text-decoration:none;}
/*cpshow*/
.cpshow{ overflow:hidden; padding-top:20px;}
.cpshow li{ float:left; width:285px; margin-bottom:20px; margin-right:15px;}
.cpshow li.noMl{ margin-right:0;}
.cpshow li img{ display:block; border:1px solid #d3d3d3; width:290px; height:260px;}
.cpshow li h4{ line-height:16px; margin-top:20px; margin-bottom:8px; text-align:center; height:30px;}
.cpshow li h4 a{ font-size:14px; color:#4879e4;}
.cpshow li p{ font-size:13px; color:#666; line-height:21px; height:63px; overflow:hidden;}
.cpshow li span{ display:block; overflow:hidden; margin-top:20px;}
.cpshow li span .zx{ float:left; width:103px; height:40px; line-height:40px; text-align:center; font-size:13px; color:#fff; text-decoration:none; border-left:3px solid #333; background:#666;}
.cpshow li span .xq{ float:right; font-size:13px; color:#666; margin-top:14px;}
.cpshow li img:hover{ border-color:#4879e4;}
.cpshow li span .zx:hover{ background:#4879e4; border-left-color:#a23f00;}		
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Arial';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden}
.yb_bar .yb_top{background:#4879e4 url(../images/fixCont.png) no-repeat 0 0}
.yb_bar .yb_phone{background:#4879e4 url(../images/fixCont.png) no-repeat 0 -57px}
.yb_bar .yb_QQ{text-indent:0;background:#4879e4 url(../images/fixCont.png) no-repeat 0 -113px}
.yb_bar .yb_ercode{background:#4879e4 url(../images/fixCont.png) no-repeat 0 -169px}
.hd_qr{padding:0 29px 25px 29px}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff}

/*返回顶部*/
.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;}
#navBox ul li ul{display:none;filter:alpha(opacity=100);line-height:40px;z-index:999;background:#0f53e8;position:absolute;padding-left:0;width:100%;}
#navBox ul li:hover ul{display:block;text-align:left;line-height:40px;}
#navBox ul li ul li{width:105%;margin:0;display:block;float:none;background:none;line-height:40px;height:40px;}
#navBox ul li ul li a{font-weight:normal;text-align:left;background:none;text-decoration:none;line-height:40px;height:40px;}
#navBox ul li:hover ul a{color:#fff;display:block;font-size:14px;font-style:normal;line-height:40px;height:40px;padding:0px; text-align:left;padding-left:10px;}
#navBox ul li ul li a:hover{color:#fff;filter:alpha(opacity=100);background:#2c96e0;}
/* -- 弹出窗口 -- */
#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: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: #0f53e8;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: #0f53e8;text-decoration: none;z-index:999999999999999;border:0px;}
.tanchuang2 .conBox .box a{background: #404040;}

/* 错误提示 */
.errorMainCon{width: 100%;background: url(../images/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;}