@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(/JS9FH1OPUIgqIy5pNjHoDIkH.jpg) no-repeat 5px center;
}

.wrap-header ul li.li3 {
	position: relative;
}

.wrap-header ul li.li3 span {
	padding-left: 26px;
	height: 44px;
	background: url(/JS9FH1OPUIgqIy5pNjLoDIkH.jpg) 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(/JS9FH1OPUIgqIy5pNjpoDIkH.jpg) no-repeat 3px center;
}

.wrap-header ul li.li5 {
	padding-right: 0;
}

.wrap-header ul li.li5 b {
	font-size: 18px;
	color: #2865a8;
}

.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: 95px;
	height: 86px;
}

.logo .l_tit {
	position: absolute;
	left: 110px;
	top: 43px;
	height: 43px;
	border-left: 1px solid #eee;
	padding-left: 16px;
}

.logo .l_tit .p1 {
	text-align: center;
	font-size: 35px;
	color: #2865a8;
	font-weight: bold;
	margin-top: -20px;
}

.logo .l_tit .p2 {
	margin-top: 5px;
}

.logo .l_tit .p2 em {
	margin: 0 6px;
	color: #ff5c01;
}

.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: #ff5c01;
}

.logo ul li:hover a {
	color: #fff;
}

.logo ul li.curr {
	background: #ff5c01;
}

.logo ul li.curr a {
	color: #fff;
}


/* nav部分 */

.Nav {
	height: 52px;
	position: relative;
	background: #2865a8;
	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.navli {
	background: #ff5c01;
}

.Nav.lyFixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(40, 101, 168, 0.8);
	z-index: 9999;
}

.wrap-footer {
	padding-top: 60px;
	background: #1e1e1f;
}

.wrap-footer .container {
	background: url(/JS9FH1OPUIIJHu9PKIZ.jpg) no-repeat 840px bottom;
	padding-bottom: 40px;
}

.wrap-footer .ful1 {
	float: left;
	width: 180px;
	border-left: 1px solid #141414;
	height: 220px;
	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(/JS9FH1OPUIIJHu9LD1Z.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(/JS9FH1OPUIIqIy5pNjHoDIkH.jpg) 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(/JS9FH1OPUIIqIy5pNjLoDIkH.jpg) no-repeat left center;
}

.wrap-footer .ful2 li.li3 {
	background: url(/JS9FH1OPUIIqIy5pNjpoDIkH.jpg) no-repeat left center;
}

.wrap-footer .ful2 li.li4 {
	background: url(/JS9FH1OPUIIqIy5pNjNoDIkH.jpg) no-repeat left center;
}

.wrap-footer .ful2 li.li5 {
	background: url(/JS9FH1OPUIIqIy5pNjRoDIkH.jpg) no-repeat left center;
}

.wrap-footer .ful2 li.li6 {
	background: url(/JS9FH1OPUIIqIy5pNjVoDIkH.jpg) no-repeat left center;
}

.wrap-footer .ful2 li.li6 a {
	color: #666
}

.wrap-footer .ficp {
	margin-top: 30px;
}

.lxwm {
	height: 455px;
	background: url(/JS9FH1OPUI9ZDykDIOcsDIH.jpg) no-repeat center top;
	padding-top: 45px;
	margin-bottom: 60px;
}

.lxwm .conleft {
	width: 462px;
	height: 455px;
	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(/JS9FH1OPUI9ZDykoHSgoNDZqESgJ.jpg) 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(/JS9FH1OPUI9ZDykoHSgoNDNqESgJ.jpg) no-repeat center;
}

.lxwm .conleft dd.dd2 em {
	background: url(/JS9FH1OPUI9ZDykoHSgoNDRqESgJ.jpg) no-repeat center;
}

.lxwm .conleft dd.dd3 em {
	background: url(/JS9FH1OPUI9ZDykoHSgoNDLqESgJ.jpg) no-repeat center;
}

.lxwm .conleft dd.dd4 em {
	background: url(/JS9FH1OPUI9ZDykoHSgoNDpqESgJ.jpg) 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: 488px;
	position: absolute;
	top: 0px;
	background: url(/JS9FH1OPUI9ZDyksHOcSK1H.jpg) no-repeat center top;
}

.lxwm .conright .conbox .box {
	width: 222px;
	height: 366px;
	background: #fff;
	position: absolute;
	left: 44px;
	top: 59px;
}

.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;
}


/**/

.yqlj {
	padding: 30px 0px 10px;
	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(/JS9FH1OPUHcSJIgDIOcSK1H.jpg) no-repeat center;
}

.yqlj .yqlj_type li.cur {
	background: #2865a8;
}

.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: #2865a8;
}


/* 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: #2865a8;
}

.search .keyword a:first-child {
	padding-left: 0;
	border-left: none;
}

.search .inp {
	width: 300px;
	height: 36px;
	margin-top: 15px;
	overflow: hidden;
	background: #2865a8;
	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: #2865a8;
	padding-right: 15px;
}

.search .inp .sea i {
	display: block;
	width: 35px;
	height: 38px;
	background: url(/JS9FH1OPUHOEIRAEJkcSK1H.jpg) 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(/JS9FH1OPUHqIJ1WnEyIoIaOHTxIsID.jpg);
	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: #ff5c01;
	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: #ff5c01;
	text-decoration: none;
	z-index: 999999999999999;
	border: 0px;
}

.tanchuang2 .conBox .box a {
	background: #404040;
}


/* 错误提示 */

.errorMainCon {
	width: 100%;
	background: url(/JS9FH1OPUIMTE15NpIZoJ0WH.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;
}





/*走进霸能*/
.zoujin{padding-top: 40px; margin-bottom:80px;}
.aazoujin{margin-top: 40px;}
.zoujin .fl {
    width: 520px;
}
.zoujin .entit {
    font-weight: bold;
    font-size: 73px;
    font-family: Arial, "微软雅黑";
    text-transform: uppercase;
    color: #eee;
    line-height: 55px;
}

.zoujin .cntit {
    font-size: 24px;
    color: #31519f;
    font-weight: bold;
    margin-bottom: 35px;
}
.zoujin .p1{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 50px;
    white-space: pre-line;
}
.zoujin .more {
    font-size: 18px;
    color: #fff;
    background: #ff7f00;
    padding: 15px 44px;
    float: left;
    margin-right: 20px;
    margin-top: 0;
}

.zoujin .gytel {
    background: url("/JS9FH1OPUIcKJz5TIytoDIkH.jpg") no-repeat left center;
    background-size: 55px 55px;
    height: 55px;
    display: block;
    float: left;
    padding-left: 65px;
	color: #666;
    font-size: 16px;
}
.zoujin .gytel em {
    display: block;
    font-family: "Times New Roman", Arial, "微软雅黑";
    font-size: 35px;
    color: #ff7f00;
    font-weight: bold;
}
.zoujin .fr{position: relative;}
.zoujin .fr .kuang5{
    border: 5px solid #fff;
    position: relative;
    display: block;
    width: 600px;
    height: 400px;
}
.zoujin .fr .video img{
    max-width: 100%;
}
.zoujin .fr .video{
    width: 600px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 30px;
}
