@charset "UTF-8";

/*整站样式*/

html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input {
	margin: 0;
	padding: 0;
	border: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "微软雅黑";
	background-color: #fff;
}

input,
textarea,
button {
	font-family: "微软雅黑";
	padding: 0;
}

i {
	list-style: none;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "微软雅黑";
	font-weight: normal;
}

images {
	border: 0;
}

li {
	list-style-type: none;
	/*white-space: nowrap;*/
}

input[type=submit]:hover,
button:hover {
	cursor: pointer;
}

input:focus,
textarea:focus,
button:focus,
input:active {
	outline-color: transparent;
	border: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.picture {
	position: relative;
	overflow: hidden;
}

.picture img {
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}

.each-item:hover .picture img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	zoom: 1.05\9;
}

.wrap {
	position: relative;
	border: 0;
	padding: 0;
	margin: 0 auto;
	*zoom: 1;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.box {
	width: 1200px;
	margin: 0px auto;
}

.box1 {
	width: 1300px;
	margin: 0px auto;
}

#box {
	width: 1200px;
	margin: 0px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*基础图标*/

.icons {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: -7.5px;
}

.login-icon {
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.licon1,
.icon-wx {
	background-position: 0px 0px;
}

.icon-wb {
	background-position: 0px -25px;
}

.icon-qq {
	background-position: 0px -50px;
}

.icon-kj {
	background-position: 0px -75px;
}

.icon-dou {
	background-position: 0px -100px;
}

.icon-search {
	background-position: -25px 0px;
}

.icon-login {
	background-position: -25px -25px;
	margin: 0px -4px;
	margin-bottom: -7.5px;
}

.icon-close {
	background-position: -25px -50px;
}

.icon-down {
	background-position: -25px -75px;
}

.icons-notice {
	background-position: -25px -100px;
}

.icon-flowqq {
	background-position: -50px 0px;
}

.icon-flowphone {
	background-position: -50px -25px;
}

.icon-flowewm {
	background-position: -50px -50px;
}

.licon2 {
	background-position: 0px -30px;
}

.licon3 {
	background-position: 0px -60px;
}

.licon4 {
	background-position: 0pc -90px;
}

.licon5 {
	background-position: 0px -120px;
}

.licon6 {
	background-position: 0px -150px;
}

.licon7 {
	background-position: 0px -180px;
}

.licon8 {
	background-position: 0px -210px;
}

.in-icon1 {
	background-position: -30px 0px;
}

.in-icon2 {
	background-position: -30px -30px;
}

.in-icon3 {
	background-position: -30px -60px;
}

.bgicon1 {
	width: 60px;
	height: 60px;
	background-position: -30px -90px;
}


/*导航条*/

.header {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #cc0033;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #fff;
}

.header .logo {
	width: 150px;
	height: 50px;
	float: left;
	margin-top: 10px;
}

.header .nav {
	float: left;
	width: 1150px;
}

.header .headerul {
	float: left;
	margin-left: 40px;
}

.headerul li {
	float: left;
	font-size: 16px;
	font-weight: 20px;
}

.headerul li a {
	display: block;
	color: #010101;
	padding: 0px 25px;
	line-height: 70px;
}

.headerul a:hover,
.headerul a.on {
	background-color: #b90025;
	color: #FFFFFF;
}

.header .headerButton {
	float: left;
	margin-left: 35px;
	margin-top: 10px;
}

.headerButton a {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
	margin-top: 10px;
}

.headerButton a.login-button {
	border: 1px solid #a50021;
	color: #a50021;
}

.headerButton a.reg-button {
	border: 1px solid #cbcbcb;
	color: #4c4c4c;
}

.header .search-header {
	float: right;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.search-header a.lan-icon {
	border-left: 1px solid #cccccc;
	line-height: 14px;
	padding-left: 10px;
}

.mt70 {
	margin-top: 70px;
}


/*footer*/

.footer {
	width: 100%;
	background-color: #313131
}

.footer .footer-top {
	padding-top: 30px;
	padding-bottom: 25px;
}

.footer-top .footer-href {
	float: left;
}

.footer-href a {
	color: #CBCBCB;
	padding: 0px 15px;
	border-right: 1px solid #CBCBCB;
	font-size: 14px;
	line-height: 14px;
	height: 13px;
	display: inline-block;
}

.footer-href a:last-child {
	border-right: 0px;
}

.footer-top .footer-icon {
	float: right;
}

.footer-icon a {
	background-color: #757575;
	margin-right: 3px;
}

.footer-icon a:hover {
	background-color: #999;
}

.footer-bottom {
	width: 1200px;
	border-top: 1px solid #3b3b3b;
	font-size: 12px;
	line-height: 26px;
	color: #585858;
	padding: 15px 10px;
}

.bgf4-wrap {
	background-color: #f4f4f4;
	height: 78.5vh;
}

.zhaohui {
	width: 450px;
	height: 390px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 8px;
	position: relative;
	margin: 0px auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 30px 50px;
}

.zhaohui h1 {
	font-size: 20px;
	line-height: 60px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #dedede;
}

.input-text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	margin-top: 8px;
	padding: 0px 25px;
}

.input-text:focus {
	border: 1px solid #B90025;
}

.submit-zh {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	background-color: #B90025;
	color: #FFFFFF;
	font-size: 14px;
	margin: 8px 0px;
	display: inline-block;
	text-align: center;
}

.zhaohui .tishi {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.zhuce {
	width: 550px;
	height: 520px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 8px;
	position: relative;
	margin: 0px auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 30px 50px;
}

.zhuce h1 {
	font-size: 22px;
	line-height: 40px;
	color: #000000;
	text-align: center;
}

.input-zc {
	width: 100%;
}

.input-zc .input1 {
	width: 225px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	margin-top: 7px;
	padding: 0px 25px;
}

.input-zc .input2 {
	width: 220px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	margin-top: 7px;
	text-align: center;
	background-color: #c7a225;
	color: #FFFFFF;
}

.other-login {
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	margin: 0px auto;
	text-align: center;
}

.other-login .heng {
	background-color: #666666;
	height: 1px;
	width: 100px;
	display: inline-block;
	margin: 0px 10px;
	margin-bottom: 5px;
}

.other-a {
	text-align: center;
	width: 100%;
}

.other-a a {
	margin: 0px 7px;
}

.zh1 {
	height: 350px;
}

.zh1 .tishi {
	margin-top: 20px;
}

.loginsum {
	height: 420px;
}

.loginsum .xinxi a {
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}

.xinxi a.wjmm {
	float: left;
}

.xinxi a.zcxzh {
	float: right;
}

.insidePage {
	width: 1300px;
	margin: 0px auto;
}

.ins {
	border-bottom: 0px;
}

.insidePage .slide-left {
	width: 210px;
	min-height: 530px;
	border-top: 3px solid #B90025;
	float: left;
	margin-left: -200px;
}

.insidePage .insideContent {
	float: right;
	width: 1026px;
	border-left: 1px solid #E2E2E2;
	padding-left: 60px;
	min-height: 683px;
}

.slide-left a.bigtitle {
	font-size: 20px;
	line-height: 50px;
	color: #333333;
	padding: 0px 10px;
	margin-top: 15px;
	display: block;
}

.slide-left .slide-left-ul {}

.slide-left-ul li {}

.slide-left-ul a {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0px;
	display: block;
}

.slide-left-ul a i {
	margin-bottom: -10px;
	margin-right: 10px;
}

.slide-left-ul a:hover,
.slide-left-ul a.on {
	color: #B90025;
}

.slide-left-ul a:hover i,
.slide-left-ul a.on i {
	background-position-x: -60px;
}

.insideContent h2 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 20px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
}

.insideContent .usename {
	padding: 30px 10px;
}

.usename .user1 {
	font-size: 24px;
	line-height: 50px;
	color: #000000;
}

.usename .user2,
.usename .user3 {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	display: inline-block;
	margin-right: 50px;
}

.insideContent .href-a {
	border-top: 1px solid #e2e2e2;
	padding-top: 37px;
}

.href-a li {
	width: 470px;
	height: 208px;
	border: 1px solid #c9c9c9;
}

.href-a li:last-child {
	float: right;
}

.href-a li:first-child {
	float: left;
}

.href-a a {
	display: block;
	box-sizing: border-box;
	padding: 30px;
}

.href-a li:hover .radius {
	background-color: #B90025;
}

.href-a h3 {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: -5px;
}

.href-a .radius {
	background-color: #d5280c;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 18px;
}

.href-a .more {
	font-size: 14px;
	line-height: 24px;
	color: #959595;
	text-align: right;
}

.insideContent h1 {
	border-bottom: 1px solid #B90025;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	width: 980px;
}

.insideContent .checkboxList {}

.checkboxList a {
	border: 1px solid #DDDDDD;
	width: 140px;
	height: 40px;
	background-color: #f2f2f2;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
	margin: 20px 0px;
	margin-right: 15px;
	position: relative;
}

.checkboxList a.on {
	border: 1px solid #B90025;
	background-color: #B90025;
	color: #FFFFFF;
}

.checkboxList input[type="radio"],
label input[type="radio"] {
	display: none;
}

.checkboxList input[type="radio"]+i,
label input[type="radio"]+i {
	border-radius: 50%;
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	top: 12px;
	left: 15px;
	z-index: 3;
}

.checkboxList input[type="radio"]+i:before,
.tables1 label input[type="radio"]+i:before {
	content: '● ';
	position: absolute;
	top: 2px;
	color: #999999;
	font-size: 15px;
	left: 3px;
	line-height: 8px;
}

input[type='radio']:checked+i {
	border-color: #B90025;
}

input[type='radio']:checked+i:before,
label.on input[type='radio']+i:before {
	color: #B90025;
}

a.on input[type='radio']+i {
	border-color: #FFFFFF;
}

a.on input[type='radio']+i:before {
	color: #FFFFFF;
}

.tables1 label {
	position: relative;
	width: 70px;
	margin-left: 10px;
	display: inline-block;
}

.insideContent .tables {
	border: 1px solid #DDDDDD;
	width: 980px;
	box-sizing: border-box;
	padding: 25px;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
}

.tables h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 25px;
	line-height: 50px;
}

.tables .name {
	width: 50%;
	display: inline-block;
	margin-right: -3px;
	text-align: right;
}

.name3 .name {
	text-align: left;
}

.tables .number {
	margin-left: 20px;
}

.tables .name1 {
	width: 427px;
	display: inline-block;
	margin-right: -3px;
	text-align: left;
}

.tables .name2 {
	width: 920px;
	box-sizing: border-box;
	padding: 7px 20px;
}

.tables .input-t1 {
	width: 780px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	margin-left: 20px;
}

.tables .input-t {
	width: 780px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	margin-left: 18px;
}

.tables .input-t2 {
	width: 325px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	margin-left: 20px;
}

.tables .input-t3 {
	width: 300px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	margin-left: 20px;
}

.tables .input-t4 {
	width: 280px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	margin-left: 20px;
}

.hengs {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 20px!important;
	margin-bottom: 10px;
}

.tablebox {
	width: 900px;
}

.tablebox .name2 .name:nth-child(odd) {
	float: left;
	width: 48.6%;
}

.tablebox .name2 .name:nth-child(even) {
	float: right;
	width: 51.3%;
	margin-right: -12px;
}

.down-bg {
	background: url(../images/bg.png )center center no-repeat;
	width: 101px;
	height: 42px;
	text-align: center;
	padding-left: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	display: block;
	float: left;
	margin: 40px 0px;
}

.lan-right {
	font-size: 14px;
	line-height: 24px;
	float: right;
	width: 730px;
	color: #666666;
	margin: 40px 0px;
}

form .xyb {
	width: 130px;
	height: 40px;
	background-color: #B90025;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	display: block;
	margin: 65px auto;
	margin-top: 20px;
	border-radius: 4px;
}

.tables1 .name1 {
	text-align: right;
	margin-left: -50px;
	width: 50%;
}

.tables1 .name2 .name1:nth-child(even) {
	margin-left: 0px;
}

.tables1 .name3 .name1 {
	margin-left: -50px!important;
}

.tables1 .lan-right {
	margin-top: 50px;
}

.tables1 .name4 .name1:first-child {
	text-align: right;
	width: 360px;
	margin-right: 76px;
}

.sqb {
	font-size: 16px;
	line-height: 50px;
	color: #000000;
	text-align: right;
	border: 1px solid #e2e2e2;
	vertical-align: top;
	width: 980px;
}

.sqb h2 {
	border-bottom: 1px solid #E2E2E2;
	font-size: 20px;
	line-height: 70px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 50px;
}

.sqb .form-left {
	width: 490px;
	float: left;
	box-sizing: border-box;
	padding: 50px;
	border-right: 1px solid #E2E2E2;
}

.sqb .form-right {
	width: 490px;
	float: left;
	box-sizing: border-box;
	padding: 50px 40px;
	background-color: #F2F2F2;
	min-height: 560px;
}

.sqb h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 25px;
}

.sqb .input-t5 {
	width: 300px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	margin-left: 15px;
	line-height: 40px;
}

.sqb .input-t6 {
	width: 230px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #Fff;
	margin-left: 15px;
	line-height: 40px;
}

.sqb .textTwo-wrap {
	position: relative;
	margin: 5px 0px;
	height: 100px;
	margin-bottom: 10px;
}

.textTwo-wrap .lans {
	position: absolute;
	top: -10px;
	left: 0px;
}

.sqb .textTwo {
	resize: none;
	width: 300px;
	height: 100px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	margin-left: 16px;
	line-height: 24px;
}

.insideContent .money-ul {
	display: inline-block;
}

.insideContent .tou {
	width: 302px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0px 10px;
	margin-left: 10px;
}

.insideContent .money-ul {
	display: inline-block;
	position: relative;
	margin-bottom: -10px;
	margin-left: -3px;
}

.tou .tou-lan {
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 33px;
}

.tou .tras-bottom {
	float: right;
	height: 0px;
	width: 0px;
	border-left: 5px solid transparent;
	border-top: 5px solid black;
	border-right: 5px solid transparent;
	margin-top: 15px;
}

.money-ul ul {
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
	border-top: 0px;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 5;
	width: 302px;
	box-sizing: border-box;
	padding: 0px 10px;
	display: none;
	text-align: center;
}

.money-ul li {
	font-size: 14px;
	line-height: 26px;
	cursor: pointer;
}

.sqb .checkboxs {
	margin-top: 8px;
	line-height: 40px;
}

.form-right .input-t5,
.form-right .textTwo,
.form-right .tou,
.form-right .money-ul ul {
	background-color: #FFFFFF;
}

.cb-sum {
	font-size: 14px;
	line-height: 50px;
	color: #666666;
	text-align: center;
}

.cb-sum .cb {
	width: 15px;
	height: 15px;
	border: 1px solid #cecece;
	border-radius: 3px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

.cb-sum .cb i {
	color: #FFFFFF;
	line-height: 15px;
	height: 15px;
	display: block;
}

.cb-sum .cb i.on {
	color: #B90025;
	line-height: 15px;
}

.buttonlist {
	text-align: center;
	margin-bottom: 135px;
}

.buttonlist a,
.buttonlist input {
	width: 130px;
	height: 40px;
	text-align: center;
	display: inline-block;
	border: 1px solid #B90025;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 40px;
	border-radius: 3px;
}

.buttonlist a:hover,
.buttonlist input:hover,
.buttonlist input.on {
	background-color: #B90025;
	color: #FFFFFF;
}

.cb4-1 .form-right {
	padding: 50px 20px;
}

.cb4-1 .form-left {
	padding: 50px 30px;
	padding-right: 70px;
}

.cb4-1 .textTwo-wrap .lans {
	left: 8px;
}

.cb4-1 .input-t5 {
	margin-left: 10px;
}

.cb2-1 .tables {
	border: 0px;
	padding: 25px 0px;
	margin-left: -20px;
	width: 1026px;
}

.cb2-1 .tables1 .name4 .name1:first-child {
	width: 410px;
}

.cb2-1 .tables .input-t3,
.cb2-1 .tables .input-t {
	background-color: #FFFFFF;
}

.cb2-1 .tables .input-t {
	width: 742px;
	margin-left: 13px;
}

.cb2-1 h1,
.cb2-1 h2 {
	width: 940px;
}

.button1 {
	width: 940px;
	border-top: 1px solid #B90025;
}

.cb2-1 .tables .name2 {
	width: 100%;
}

.cb2-1 .name5 {
	box-sizing: border-box;
	padding-left: 75px;
}

.cb2-1 .name5 .input-t {
	width: 795px;
	margin-left: 10px;
}

.xgmm {}

.xgmm .xgmm-input {
	width: 300px;
	height: 40px;
	border: 1px solid #E2E2E2;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 20px;
}

.xgmm .xyb {
	display: inline-block;
}

.login-wrap .zhuce {
	width: 450px;
	background-color: rgba(255, 255, 255, .8);
	height: 480px;
}

.qiehuan {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

.qiehuan a {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid transparent;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	padding: 0px 5px;
	margin-right: 15px;
}

.qiehuan a.on {
	color: #B90025;
	border-color: #B90025;
}

.cb2-1 .tables .input-t1,
.cb2-1 .tables .input-t2,
.cb2-1 .tables .input-t4 {
	background-color: #FFFFFF;
}

.cb2-1 .hengs {
	border-color: #B90025;
}

.cb3-1 .tables {
	width: 1000px;
}

.cb3-1 .tables .input-t {
	width: 800px;
}

.cb3-1 .name1 {
	width: 440px;
}

.cb3-1 .tables .name2 {
	width: 920px;
	padding: 7px 0px;
	padding-left: 20px;
}

.cb3-1 .tablebox .name2 {
	padding: 7px 20px;
}

.cb3s {
	padding: 7px 20px!important;
	padding-right: 0px!important;
}

.cb3-1 .tables .input-t1 {
	width: 800px;
}

.cb3-1 h1 {
	width: 900px;
}

.xgmm-wrap {
	margin-left: -25px;
}

table.tablecb5 {
	border-collapse: collapse;
	border: 1px solid #e2e2e2;
	width: 100%;
	margin-top: 20px;
}

.cb5 h1 {
	width: 1025px;
}

table.tablecb5 th {
	border: 1px solid #e2e2e2;
	font-size: 16px;
	color: #B90025;
	font-weight: bold;
	padding: 10px;
	background-color: #f9f9f9;
}

table.tablecb5 tr th:first-child {
	width: 20px;
}

table.tablecb5 td {
	border: 1px solid #e2e2e2;
	text-align: center;
	white-space: pre-line;
	padding: 20px 5px;
	word-wrap: break-word;
	word-break: break-all;
	vertical-align: top;
	height: 80px;
	box-sizing: border-box;
}

table.tablecb5 tr:nth-child(even) {
	background-color: #f9f9f9;
}

table.tablecb5 tr:nth-child(2) td {
	color: #FFFFFF;
	height: 30px;
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

table.tablecb5 td:nth-child(2),
table.tablecb5 td:nth-child(6) {
	width: 90px;
}

table.tablecb5 td:nth-child(5),
table.tablecb5 td:nth-child(10) {
	width: 100px;
}

table.tablecb5 a {
	display: block;
	text-decoration: underline;
	color: #000000;
}

table.tablecb5 td:nth-child(11) {
	width: 90px;
}

#bgf5 {
	background-color: #af0226;
}

#bg89 {
	background-color: #898989;
}

.text-right {
	text-align: right;
	margin-top: 30px;
}

.imgusername {
	position: relative;
	padding: 25px 0px;
}

.imgusername .imguser-left {
	float: left;
	margin-top: 15px;
	margin-right: 90px;
}

.imgusername .imguser-left img {
	border-radius: 50%;
}

.imgusername .imguser-right {
	float: left;
	width: 750px;
}

.imguser-right h3 {
	font-size: 22px;
	line-height: 55px;
	color: #000000;
	width: 700px;
}

.imguser-right ul {}

.imguser-right li {
	display: inline-block;
	margin-left: -3px;
	width: 350px;
	font-size: 16px;
	line-height: 30px;
}

.edit {
	position: absolute;
	top: 20px;
	display: block;
	right: 0px;
}

li .fred {
	color: #B90025;
}

div.yzm {
	width: 165px;
	height: 50px;
	border: 1px solid #DEDEDE;
	float: right;
	margin-top: 7px;
}

.sryzm {
	width: 270px;
	height: 50px;
	border: 1px solid #DEDEDE;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-top: 7px;
}

.sryzm:focus {
	border: 1px solid #B90025;
}

.dagou {
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	cursor: pointer;
}

.dagou .gou {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #DEDEDE;
	width: 15px;
	height: 15px;
	color: #FFFFFF;
	line-height: 15px;
}

.gou.on {
	color: #B90025;
}

.qp .input-text {
	height: 60px;
	line-height: 60px;
	margin-bottom: 7px;
}

.cb6 .tables .name2 .name1:first-child {
	width: 45%;
}

.cb6 .tables .name4 .name1:first-child
{
	width: 365px;
}
.cb6 .name5{
	padding-left: 25px;
}

.cb6 .tables .name3 .name1 {
	text-align: left;
	padding-left: 51px;
}
.cb3 .name2.clearfix{
	padding-left: 0px;
}
.cb3 .name2.clearfix .name:last-child{
	
width: 50%;
	
margin-right: 5px;
}
.cb3 .name2.hengs .name1{
	width: 433px;
}
@media only screen and (max-width:1680px) {
	.bgf4-wrap {
		height: 77.8vh;
	}
}

@media only screen and (max-width:1660px) {
	.bgf4-wrap {
		height: 73.5vh;
	}
}

@media only screen and (max-width:1400px) {
	.bgf4-wrap {
		height: 77.8vh;
	}
}

@media only screen and (max-width:1366px) {
	.bgf4-wrap {
		height: 75.8vh;
	}
	.zhuce {
		width: 400px;
		height: 420px;
		padding: 10px 30px;
	}
	.zhuce .input-text {
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
	.zhuce h1 {
		font-size: 18px;
		line-height: 30px;
	}
	.input-zc .input1,
	.input-zc .input2 {
		width: 49.25%;
		line-height: 30px;
		height: 40px;
		margin-top: 10px;
	}
	.header {
		height: 50px;
	}
	.headerul li a {
		line-height: 50px;
	}
	.header .logo {
		width: 150px;
		height: 30px;
	}
	.header .logo img {
		height: 40px;
		width: 140px;
	}
	.header .headerButton {
		margin-top: 0px;
	}
	.header .search-header {
		margin-top: 0px;
	}
	.bgf4-wrap.mt70 {
		margin-top: 50px;
	}
	.footer .footer-top {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.submit-zh {
		height: 40px;
		line-height: 40px;
	}
	.other-a a {
		margin: -5px 4px;
	}
	.loginsum {
		height: 320px;
	}
	.login-wrap .loginsum {
		height: 350px;
		width: 400px;
	}
	.sryzm {
		width: 180px;
		height: 40px;
		line-height: 40px;
	}
	div.yzm {
		width: 140px;
		height: 40px;
	}
	div.yzm img {
		width: 140px;
		height: 40px;
	}
}