/* 公用样式 */
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; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000000; } .fc3{color:#333333; }
.fc6{color:#666666; } .fc9{color:#999999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; } a{text-decoration:none; } a:hover{ }

/*-----------------[初始化]--------------*/
*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch
}
a{
	color: inherit;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img{
	max-width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
body {
	font: 14px/1.5 "Microsoft YaHei", Tahoma, Arial, sans-serif;
	outline: 0;
}
input,
textarea,
select {
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
	border: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #999999;
}
::-moz-placeholder {
	color: #999999;
}
::-ms-input-placeholder {
	color: #999999;
}
body{
	min-width: 1200px;
	overflow-x: auto;
}
.wp {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
}
.wp2 {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
/* header */
.menuBtn{
	display: none;
	position: fixed;
	right: 15px;
	top: 11px;
	width: 30px;
	height: 37px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.menuBtn b{
	display: block;
	height: 3px;
	background-color: #fff;
	margin: 7px 0;
	border-radius: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.menuBtn.open b{
	display: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .7);
	z-index: 9;
}
.header .hd-info{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 10px 0;
	height: 100px;
}
.logo{
	display: block;
	width: 106px;
	font-size: 0;
}
.header .link{
	display: block;
	font-size: 22px;
	color: #000;
	letter-spacing: 5px;
}
.header .link:hover{
	color: #eb6143;
}

.footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 2;
}
.footer .turnColor:hover{
	color: #000;
}
.ul-fdlink{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.ul-fdlink li{
	display: block;
	padding: 0 26px;
	border-right: 2px solid #5A696E;
}
.ul-fdlink li:last-child{
	border: none;
}
.ul-fdlink .v1{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #5A696E;
	font-weight: bold;
}
.ul-fdlink .v1:hover{
	color: #000;
}
.fd-copy{
	text-align: center;
	font-size: 12px;
	color: #5A696E;
	font-weight: 100;
	line-height: 2;
}
.m-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99;
}
.m-pop .pop-bg{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
}
.m-pop .img{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.m-pop .close{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
	display: block;
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/cls.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}

/* 其他样式表 */

.filter{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.filter.on{
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.m-body{
	background-image: url(../images/g-bg01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.m-body .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100vh;
	padding: 8.854vw 0 9.895vw;
}
.bdl{
	display: block;
}
.bdl .desc{
	font-size: 0;
}
.bdl .img1{
	display: block;
	width: 200px;
	margin-bottom: 15px;
}
.bdl .img2{
	display: block;
	width: 100px;
	margin-bottom: 15px;
}
.bdl .img3{
	display: block;
	width: 300px;
}
.bdr{
	position: relative;
	z-index: 10;
}
.ul-download{
	display: flex;
	align-items: flex-start;
}
.ul-download li{
	display: block;
	margin-right: 130px;
}
.ul-download li:last-child{
	margin-right: 0;
}
.ul-download .con{
	display: block;
}
.ul-download .icn{
	display: block;
	width: 140px;
	margin: 0 auto 30px;
	position: relative;
}
.ul-download .qr{
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 160px;
	height: 160px;
	margin-top: 20px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	transform: translateX(-50%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.ul-download .icn:hover .qr{
	opacity: 1;
	visibility: visible;
}
.ul-download .desc{
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
	color: #000;
}
.m-info1{
	width: 380px;
	padding-top: 20px;
	border-radius: 10px;
	/* border: 1px solid #342d2e; */
	background-color: #fff;
}
.ul-tab1{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.ul-tab1 li{
	display: block;
	padding: 0 20px;
	border-right: 1px solid #B9B7B8;
	color: #999999;
}
.ul-tab1 li.on{
	color: #000;
}
.ul-tab1 li:last-child{
	border: none;
}
.ul-tab1 p{
	display: block;
	font-size: 20px;
	line-height: 1;
	position: relative;
	cursor: pointer;
}
.ul-tab1 p::after{
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -10px;
	height: 2px;
	background-color: #eb6143;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.ul-tab1 li.on p::after{
	opacity: 1;
	visibility: visible;
}
.m-form1 .item{
	display: none;
}
.m-form1 .item.on{
	display: block;
}
.m-form1 form{
	display: block;
	min-height: 300px;
	padding: 0 20px 10px;
}
.m-form1 .row{
	display: flex;
	margin-bottom: 25px;
	position: relative;
}
.m-form1 .ipt{
	flex: 1;
	display: block;
	position: relative;
}
.m-form1 .ipt input{
	display: block;
	width: 100%;
	border: 1px solid #000000;
	font-size: 15px;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
}
.m-form1 .hint{
	position: absolute;
	top: 100%;
	left: 15px;
	margin-top: 3px;
	font-size: 12px;
	color: #eb4434;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.m-form1 .hint.show{
	opacity: 1;
	visibility: visible;
}
.m-form1 .hint2{
	position: absolute;
	top: 10px;
	left: 100%;
	margin-left: 7px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.m-form1 .hint2.show{
	opacity: 1;
	visibility: visible;
}
.m-form1 .hint2.img1{
	display: block;
	width: 208px;
}
.m-form1 .hint2.img2{
	display: block;
	width: 220px;
}
.m-form1 .ipt .desc{
	display: block;
	margin: 5px 0 40px;
	font-size: 12px;
	padding: 0 15px;
	color: #666666;
	letter-spacing: 2px;
}
.m-form1 .rad{
	display: flex;
	align-items: flex-start;
	margin-bottom: -10px;
}
.m-form1 .rad input{
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	margin-top: 2px;
	margin-right: 8px;
	position: relative;
}
.m-form1 .rad input::after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/icn04.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
	opacity: 0;
}
.m-form1 .rad input:checked::after{
	opacity: 1;
}
.m-form1 .rad .desc{
	flex: 1;
	display: block;
	font-size: 15px;
	color: #717171;
}
.m-form1 .rad .desc a{
	color: #ec6d4a;
}
.m-form1 .btn{
	text-align: center;
}
.m-form1 .btn button{
	display: block;
	width: 100%;
	border: none;
	background-color: #F17B5D;
	height: 45px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.m-form1 .btn .return{
	display: block;
	text-align: center;
	border: 1px solid #392f2c;
	color: #eb6143;
	line-height: 43px;
	font-size: 18px;
	letter-spacing: 10px;
	margin-top: 20px;
	cursor: pointer;
}
.m-form1 .forgetpwd{
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}
.m-form1 .ckbhint{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #e8382f;
	opacity: 0;
}
.m-form1 .ckbhint.show{
	opacity: 1;
}
.m-form1 .sel{
	display: block;
	width: 123px;
	margin-right: 15px;
}
.m-form1 .sel select{
	display: block;
	width: 100%;
	border: 1px solid #000000;
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	padding: 0 32px 0 18px;
	background-image: url(../images/icn03.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px;
}
.m-form1 .getcode{
	display: block;
	width: 120px;
	height: 50px;
	line-height: 48px;
	margin-left: 6px;
	border: 1px solid #000;
	text-align: center;
	font-size: 16px;
	color: #ec6d4a;
	background-color: #f3f3f3;
	cursor: pointer;
}
.m-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 16px;
	color: #393939;
	letter-spacing: 5px;
	background-color: #f3f3f3;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.m-btn a{
	color: #eb6143;
}
.m-tit1{
	font-size: 24px;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
}
.m-body2{
	padding: 100px 0 0;
	background-color: #EFEFEF;
}
.m-row1{
	background-color: #E9E9E9;
	padding: 29px 0 55px;
}
.m-row1 .info{
	background-color: #fff;
	min-height: 630px;
}
.m-tit2{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 40px 80px 15px;
	border-bottom: 1px solid #000;
}
.ul-tel1{
	padding: 60px 110px;
}
.ul-tel1 .con{
	display: flex;
}
.ul-tel1 .icn{
	font-size: 0;
	margin-right: 40px;
	display: block;
	line-height: 18px;
}
.ul-tel1 .icn img{
	display: inline-block;
	vertical-align: middle;
	max-width: 18px;
}
.ul-tel1 .desc{
	flex: 1;
	display: block;
	border-left: 2px solid #EE7E51;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 0 15px 22px;
	letter-spacing: 2px;
}
.ul-tel1 li:last-child .desc{
	padding-bottom: 0;
}
.ul-new1{
	display: block;
	padding: 25px 140px 25px 80px;
	min-height: 430px;
}
.ul-new1 .con{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	padding: 5px 0;
}
.ul-new1 .con:hover{
	color: #EE7E51;
}
.ul-new1 .tit{
	flex: 1;
	display: block;
}
.ul-new1 .date{
	display: block;
}
.g-pages{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0;
}
.g-pages li{
	display: block;
	margin: 0 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
.g-pages li:hover,
.g-pages .on{
	color: #EE7E51;
}
.m-tabinfo .item{
	display: none;
}
.m-tabinfo .item.on{
	display: block;
}

/* 结束 */

