﻿body{
	font-family:Microsoft Yahei;
}
a{
	text-decoration: none;
} 
.inner{
	width:1000px;
	margin:0 auto;
}
.header{
	height:170px;
	border-bottom: 2px solid #fee0bc;
	background:#6b0818;
}
.newsBoxx {

	z-index: 9;
	width:100%;
	background:#c31c2e;
	overflow: hidden;
	position: relative;
	padding-top:5px;
}
.newsBoxx .gun{
	width:905px;
	float: right;
	position:relative;
	height: 40px;
}
.newsBoxx .news{
	/*width:745px;
	float: right;*/
}
.newsBoxx .gun ul {
	position:absolute;
	left: 0px;
	top: 0px;
	width:20000px;
}
.newsBoxx .huang  {
	padding-left:24px;
	color: #ffdeb5;
	line-height: 40px;
	font-size: 13px;
	float: left;
	background: url(../images/new_img.png) no-repeat center left;
}

.newsBoxx .gun ul li{
	/*width:335px;*/
	float:left;
	line-height:40px;
}
.newsBoxx .gun ul li a{color:#ffdeb5;font-size:14px;}

.por{position: relative;}

.logo{
	float: left;
	position: absolute;
    margin-top: -7px;
}
.domain{
	width:302px;
	height:56px;
	position: absolute;
	left:55%;
	margin-left:-151px;
	top:18px;
	z-index: 99;
	background:url(../images/domain.png) no-repeat;
}
.domain p{
	text-align: center;
	color:#fff89a;
	font-size:20px;
	padding-top:40px;
}
.header_btn{
	position: absolute;
	right:0px;
	top:16px;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	z-index:99;
}
.header_btn:hover{
	right:10px;
}
.nav{
	height:54px;
	background:#6b0818;
}

.nav2{
	height:54px;
	margin:0 auto;
	text-align: center;
	padding-top: 30px;

}
.nav img{margin-right:30px;}
.nav_list ul li{
	float: left;
	width: 16.66%;
	text-align: center;
}
.nav_list ul li a{display: block;}
.nav_list ul li span{
	display: inline-block;
	color:#fff;
	line-height:54px;
	padding-left:42px;
}
.nav_list ul li.nx1 span{background:url(../images/nx1.png) no-repeat left center;}
.nav_list ul li.nx2 span{background:url(../images/nx2.png) no-repeat left center;}
.nav_list ul li.nx3 span{background:url(../images/nx3.png) no-repeat left center;}
.nav_list ul li.nx4 span{background:url(../images/nx4.png) no-repeat left center;}
.nav_list ul li.nx5 span{background:url(../images/nx5.png) no-repeat left center;}
.nav_list ul li.nx6 span{background:url(../images/nx6.png) no-repeat left center;}

.nav_list ul li.active,.nav_list ul li:hover{background:#d3a375;}
.nav_list ul li.active span,.nav_list ul li:hover span{color:#fff;}

.conter{
	min-height:800px;
	background: #6e0816 url(../images/bg9.jpg) no-repeat top center;
}
.main{
	padding: 30px 0;
}
.info_conter{
	background:#8e0d23;
	/*padding:0 8px;*/
	/*border: 1px solid #3b2303;*/
}
.info_title h3{
	text-align: center;
	font-size:14px;
	color:#ffffff;
	line-height:56px;
}
.main_list{
	background:#a61326;
	padding:20px 9px 0;
}
.main_list ul li{
	float: left;
	width:300px;
	margin:0 11px;
	margin-bottom:22px;
	overflow: hidden;
	border: 2px solid #fee0bc;
}
.picslider{
	width:100%;
	height: 144px;
	overflow: hidden;
	position: relative;
}
.img_top img{
	display: block;
	width:100%;
	height: 100%;
}
.poaslider{
	width:100%;
	height: 100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 99;
	display: table;
	visibility: hidden;
	vertical-align: middle;
	text-align: center;
	background:rgba(255,255,255,0.3);
}
.poaslider p{
	display: table-cell;
	width:100%;
	height: 100%;
	vertical-align: middle;
}
.poaslider p span{
	display: inline-block;
	width:105px;
	height: 38px;
	line-height:38px;
	text-align: center;
	border:2px solid #ffd35c;
	border-radius:5px;
	color:#ffd35c;
	font-size:16px;
}
.bt_slider{
	height:42px;
	background:#910d24;
	text-align: center;
}
.bt_slider p{
	text-align: center;
	line-height:42px;
	color:#fff;
}
.apply {
    width: 1000px;
    height:79px;
    background: url(../images/info.png) no-repeat;
    padding: 14px 0;
    margin:25px auto;
}
.apply_inst{
	padding-left: 100px;
}
.infoList{
	height:79px;
	width:894px;
	/*float: left;
	position: relative;*/
	overflow: hidden;
}
.infoList li{color:#ffd35c;width: 447px;
    float: left; text-align:left;}
.infoList li span{color:#fff;}
/*
.infoList ul,.infoList2 ul{
	position: absolute;
	left:0px;
	top:0px;
	width:900px;
}

.info_item{
	float: left;
	width:50%;
	overflow: hidden;
	text-align: center;
	color:#ffd35c;
}
.info_item p{
	color:#ffd35c;
}
.info_item p span{
	display: inline-block;
	color:#fff;
}
*/
.footer{
	height:116px;
	background:#45050e;
}
.footer_logo{
	text-align: center;
	padding: 20px 0;
}
.copyright p{
	text-align: center;
	font-size: 13px;
	color:#f4d3b4;
}

/*弹窗 css*/

#screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.popbox1 {
	width: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1003;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #2c2c2c;
	padding-bottom: 50px;
	margin-left: -375px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    /*border: 3px solid #d8b45b;*/
}

.close-btn1 {
	background: url(../images/close-btn.png);
	width: 36px;
	height: 36px;
	position: absolute;
	right:-15px;
	top:-15px;
	cursor: pointer;
	Transition: all 1s;
}

.popbox1 .popbox1-nr {
	width: 684px;
	margin: 0 auto;
}

.popbox1 .popbox1-nr .bgys1 {
	border-left: 1px solid #3a3a3a;
	border-top: 1px solid #3a3a3a;
	margin: 0 auto;
}
/*.popbox1-nr .bgys1 .yellow {
    color: #00ff4e;
}*/
.popbox1-nr .bgys1 .red {
	color: #ed0a06;
}

.popbox1-nr .bgys1 .green {
	color: #00ff4e;
}
.popbox1-nr .bgys1 .colo-s1 {
    color: #8c8c8c;
}
.popbox1-nr .bgys1 td {
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 14px;
	border-right: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
}

.popbox1-nr .bgys1 td.redy {
	color: #f0dc25;
}

.popbox1-nr .bgys1 a {
	color: #bf9e70;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.bgys1 td a .tip {
	position: absolute;
	bottom: 30px;
	left: 0;
	background: url(../images/tip.png) 0 bottom;
	min-height: 44px;
	width: 276px;
	color: #000;
	line-height: 20px;
	text-align: left;
	border-radius: 4px;
	display: none;
}

.bgys1 td a .tip span {
	background: #fff;
	margin-bottom: 6px;
	display: block;
	border-radius: 4px;
	padding: 9px 10px;
}
/*
.close-btn1:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}*/

.lpage ul {
	text-align: center;
}

.lpage ul li {
	display: inline;
	text-align: center;
	margin: 0 7px;
}

.logoin {
	text-align: center;
	padding: 15px 0px;
}

.lpage a {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #454545;
	color: #ffffff;
	border-radius:2px;
}

/*.lpage a.cur,.lpage a:hover {
	background: #ffc922;
	color: #0e0403;
}*/

.chaxun {
	position: relative;
	background: #202020;
	border-radius: 10px 10px 0px 0px;
}

.chaxun p {
	font-size: 22px;
	font-weight: bold;
	padding-left:34px;
	color: #f0d27e;
	text-align: left;
	line-height: 64px;
}

.colorback {
	background: #342117;
	padding: 15px 0px;
}

.popbox {
	width: 750px;
	background-color: #2c2c2c;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	margin-left: -375px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
    /*border: 3px solid #d8b45b;*/
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.conter_miss{
	background:#eeeeee;
	padding:42px 0;
}
.popbox2 .popbox-nr,.popbox .popbox-nr {
	width: 470px;
	margin: 0px auto;
}
.popbox_cont {
	width:520px;
	margin-left:155px;
}
.popbox2 .popbox-nr.slider{
	margin-left:80px;
}
.popbox .popbox-nrm2 {
	width:620px;
}
.laebgrt label{
	display: block;
	width:80px;
	border-radius:0px 5px 5px 0;
	cursor: pointer;
	line-height:42px;
	text-align: center;
	background:#b8b8b8;
}
.popbox2 .popbox-nr li,.popbox .popbox-nr li,.popbox_cont li{
	overflow: hidden;
	line-height: 42px;
	margin-bottom: 15px;
    /*width: 420px;*/
}

.popbox2 .popbox-nr p,.popbox .popbox-nr p,.popbox_cont p{
	width: 162px;
	float: left;
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
}

.texn {
	line-height: 42px;
	color: #ffdf1b;
}

.chamore {
	padding: 10px;
}

.chamore a {
	display: inline-block;
	line-height: 24px;
	border: 1px solid #ffffff;
	text-align: center;
	width: 80px;
	border-radius: 5px;
	color: #ffffff;
}

.popbox2 .popbox-nr span,.popbox .popbox-nr span,.popbox_cont span{
	display: inline-block;
	line-height: 42px;
	float: left;
	font-size: 12px;
	color: #dcb671;
}

.popbox2 .popbox-nr .wby1,.popbox .popbox-nr .wby1,.popbox_cont .wby1{
	background: #fff;
	width: 290px;
	float: left;
	margin-right: 10px;
	height: 40px;
	border: none;
	line-height: 40px;
	text-indent: 10px;
	font-size: 14px;
	color: #b7b7b7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	outline: none;
}

.popbox2 .popbox-nr .none {
	display: none;
}
.popbox2 .popbox-nr .labex{
	display: inline-block;
	float: left;
	text-align: center;
	border-radius: 5px;
	margin-right:10px;
	width:100px;
	height:40px;
	line-height:40px;
	color:#fff;
	cursor: pointer;
	background:#3f383b;
}

.popbox2 .popbox-nr .xlys1,.popbox .popbox-nr .xlys1 {
	background: #fff;
	width: 298px;
	float: left;
	height: 40px;
	margin-right: 10px;
	border: none;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-indent: 12px;
}

.close-btn {
	background: url(../images/close-btn.png);
	width: 36px;
	height: 36px;
	position: absolute;
	right:-15px;
	top:-15px;
	/*Transition: all 1s;*/
	cursor: pointer;
}

/*.close-btn:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}*/

.popbox-nr .btn-3 {
	width: 290px;
	height: 41px;
	margin: 0 auto;
	display: block;
	margin-left: 120px;
	border-radius:5px;
	background: url(../images/kx2.png) no-repeat;
}

.popbox2 {
	width: 750px;
	padding-bottom: 30px;
	background-color: #251502;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 111;
	margin-left: -375px;
	margin-top: -300px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
    /*border: 3px solid #d8b45b;*/
}

.bixuan {
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	color: #1a2845;
	width: 102px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
}

.popbox3 .popbox-nr li {
	margin-bottom: 10px;
}

.popbox-nr .btnmg-3 {
	margin-left: 162px;
}

.popbox3 .popbox-nr .wby_2 {
	width: 180px;
	/*border-radius: 0px;*/
	outline: none;
}

.buye {
    height: 42px;
    background: #fff;
    border-radius: 6px;
    width: 290px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}
.img_p {
	/*padding:8px;*/
}

.img_p a img {
	display: block;
	width:108px;
	height: 42px;
}

.tijiaox {
	text-align: center;
	padding-left:210px;
}

.tijiaox a:first-child {
	margin-right:0px;
}

.popbox4 {
	width: 1000px;
	height: 620px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	background: #251502;
	border-radius: 10px;
	z-index: 100;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.gentext {
	padding: 16px 24px;
	position: relative;
	background: #1d1103;
	border-radius: 10px 10px 0px 0px;
}

.gentext h3 {
	text-align: center;
	font-size: 20px;
	color: #f9d268;
	line-height: 30px;
	font-weight: bold;
}

.gentext a {
	display: inline-block;
	width: 95px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #0c0c12;
	background:url(../images/kyj1.png) no-repeat;
	border-radius:3px;
	position: absolute;
	left: 24px;
	top: 16px;
	z-index: 9;
}
.trand{
	padding-top:20px;
}
.trand h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
}

.trand h4 {
	color: #fff;
	min-height: 40px;
	padding-bottom: 20px;
}

.insxianq {
	padding: 25px 35px;
	overflow-y: auto;
	height: 500px;
}

.wenboxf p {
	color: #fff;
	line-height: 22px;
}

/*弹窗 css end*/


#screen{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.btmmias{
	background:#eeeeee;
	padding:26px 32px;
	border-top:1px solid #2c2c2c;
}
.sinerms p{
	line-height:28px;
	color:#000000;
	font-size:14px;
}
.info_title h3 span{
	display: block;
	font-size:17px;
	color:#ffdf1b;
	font-weight: bold;
}

/*弹窗*/
.modal {
	position: fixed;
	width: 740px;
	height: auto;
	top: 50%;
	left: 50%;
	z-index: 1008;
}
.modal .inner {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1009;
}
.modal_wrap {
	position: relative;
	z-index: 1010;
	background:#670510;
	border-radius: 10px;
	padding-bottom: 35px;
	min-height: 400px;
}
.modal_wrap_box {
	width: 100%;
	height: 100%;
	padding-bottom:10px;
}
.modal_header {
	background: #8e0d23;
	line-height: 63px;
	text-indent: 20px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	font-size: 22px;
	color: #F9D268;
}
.modal_wrap .layui-layer-close {
	display: block;
	width: 36px; 
	height: 36px;
	background: url(../images/layui-layer-close.png) center center no-repeat;
	position: absolute;
	right: -12px;
	top:-12px;
}
.modal_wrap h2 {
	text-align: center;
	margin-top: 20px;
}
.modal_wrap h2 p{
	font-size: 12px;
}
.modal_wrap .con1 {
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
}
.modal_wrap .con2 {
	width: 550px;
	margin: 0 auto;
	font-size: 14px;
}

.modal_wrap input[type="text"] {
	padding: 10px;
	width: 280px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 3px;
	background: #fff;
	border: none;
}
.modal_wrap select ,.modal_wrap .file{
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 3px;
	background: #fff;
}
.modal_wrap .file {
	display: inline-block;
	margin-left: 165px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.modal_wrap .row {
	display: inline-block;
	margin-top: 20px;
	position: relative;
}
.modal_wrap .row span {
	display: inline-block;
	width: 160px;
	text-align: right;
	color: white;
}
.modal_wrap .checksub {
	display: block;
	width: 398px;
	height: 41px;
	background: url(../images/btn3.png) no-repeat;
	border-radius: 5px;
	margin-left: 165px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: none;
	outline: none;
}
.modal_wrap .row .rmNum {
	position: absolute;
	right: 10px;
	top:7px;
}
.modal_wrap .subbtn {
	display: inline-block;
	height: 41px;
	width: 128px;
	line-height: 41px;
	padding: 0 25px;
	background: url(../images/btn4.png) no-repeat;
	color: #000;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border: none;
    outline: none;
}
.modal_wrap .subbtn1 {
	width: 160px;
	background-position: -139px 0;
}

.d_btn {
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #fff;
}
.con3 {
	width: 660px;
	margin: 10px auto 0;
}
.table {
	border-collapse: collapse;
	width: 100%;
}
.table th,.table td{
	border: 1px solid #fff;
	font-size: 14px;
	text-align: center;
	padding: 8px 10px;
	font-weight: normal;
	color: white;
} 
.table th {
	color: #f0dc25;
}
a {
	color: #fff;
	text-decoration: none;
}

.page {
	text-align: center;
	margin-top: 20px;
}
.page a {
	display: inline-block;
	padding: 2px 8px;
	background: #383838;
	font-size: 14px;
	border-radius: 3px;
	margin: 0 3px;
}
.page a.on,.page a:hover {
	background: #5D5D5D;
}
.table td a {
	position: relative;
	color: #bf9e70;
}
.table td a .tip {
	position: absolute;
	bottom: 18px;
	left: 0;
	background: url(../images/tip.png) 0 bottom;
	min-height: 44px;
	width: 276px;
	color: #000;
	line-height: 20px;
	text-align: left;
	border-radius: 4px;
	display: none;
}
.table td a .tip span {
	background: #fff;
	margin-bottom: 6px;
	display: block;
	border-radius: 4px;
	padding: 9px 10px;
}
.table td a:hover .tip {
	display: block;
}
.table td.red {
	color: #ff0000;
}
.table td.green {
	color: #00ff0c;
}

.modal_wrap .btn-left {
	background: url(../images/btn6.png);
	position: absolute;
	top: 16px;
	left: 20px;
	width: 95px;
	height: 30px;
	display: inline-block;
}
.modal_wrap h3 {
	background: #8e0d23;
	line-height: 63px;
	text-align: center;
	color: #F9D268;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
}

#querycon4{
	width: 1000px;
}
.modal_wrap .con4 {
	width: 940px;
	margin: 20px auto;
	height: 460px;
	overflow-y: auto;
	color:#fff;
}
.modal_wrap .con4 pre{
	white-space: pre-line;
	font-size: 13px;
	line-height: 1.7;
	color: #fff;
}
.modal_wrap .con4 p{
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: 500;
}

.img_path_btn {
	display: inline-block;
	line-height: 40px;
	background: #CCCCCC;
	color: #000;
	width: 92px;
	text-align: center;
	border-radius: 0 3px 3px 0;
}

.modal_wrap img {max-width:100%;}

/*pica*/
.box1{width:998px;border:1px solid #C01B2C; height:auto;background:#8E0D23; margin:0 auto}
.box1 .boxtitle{height:77px;line-height:77px;border-bottom:1px solid #C01B2C;padding-left:30px;color:#05AA7A;font-size:22px;font-weight:700; text-align:center; color:#fff;}
.box1 .boxcon{padding-left:30px;color:#d3d3d3;font-size:15px;line-height:28px;padding-top:20px;padding-bottom:20px;padding-right:30px;background:#A61326;text-align:justify}
.box1 P{font-size:9pt!important}
.box1 table{width:100%!important; border-collapse: collapse;}
.box2{width:848px;height:auto;padding-bottom:25px;margin:25px auto 0;padding-top:10px;padding-left:150px;background:#A61326}
.box2 p{display:inline-block;margin-top:22px;position:relative;width:600px}
.box2 p span{display:inline-block;text-align:right;width:180px;color:#fff;font-size:14px}
.box2 p input{width:285px;height:38px;line-height:38px;border:none;background:#eee;border-radius:5px;font-size:15px;padding-left:15px;outline:0}
.box2 p input[type=file]{padding-top:6px;padding-bottom:7px;width:270px;height:25px;line-height:25px;border:none;background:#fff;border-radius:5px;font-size:15px;padding-left:15px;padding-right:15px;outline:0}
.box2 p .codeimg{position:relative;top:13px;left:-100px;width:100px;height:38px;border-radius:7px}
.box2 .subbtn{background:url(../images/subbtn.png) no-repeat;display:inline-block;width:120px;height:40px;line-height:40px;cursor:pointer;color:#361905;font-size:14px;text-align:center;border:none;margin-top:5px;padding:0;font-weight:700}
.box2 .back{background:url(../images/subbtn2.png) no-repeat;display:inline-block;width:140px;height:40px;line-height:40px;cursor:pointer;color:#fff;font-size:14px;text-align:center;border:none;margin-left:40px;margin-top:5px;padding:0;font-weight:700}
.box2 .mobilesub{background:url(../images/subbtn.png) center center no-repeat;display:inline-block;width:60px;height:40px;line-height:40px;cursor:pointer;color:#361905;font-size:14px;text-align:center;border:none;margin-left:5px;padding:0;font-weight:700}
.TplFloatSet{height:134px;text-align:center}
.TplFloatSet a{display:block}


