html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body {
	width: 100%;
	height: 100%;
	line-height: 1;
	font-family: PingFang SC;
	color: rgba(79, 79, 79, 1);
	min-width: 1350px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input{
	outline: none;
	border: none;
	background: none;
}
a{
	color: rgba(79, 79, 79, 1);
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
}
img{
	width: 100%;
	height: 100%;
}
.wd1200{
	width: 1280px;
	margin: 0 auto;
}
.wd800{
	width: 800px;
	margin: 0 auto;
}
.mg-b-0{
    margin-bottom: 0px!important;
}
.mg-l-230{
	margin-left: 227px!important;
}
.mg-t-120{
	margin-top: 120px!important;
}
.pd-t-50{
	padding-top: 50px!important;
}
.pd-t-64{
	padding-top:64px!important;
}
.pd-t-88{
    padding-top: 88px!important;
}
.mg-b-38{
	margin-bottom: 38px!important;
}
.pd-b-40{
	padding-bottom: 40px!important;
}
.mg-t-20{
	margin-top: 20px!important;
}
.mg-t-32{
	margin-top: 32px!important;
}
.mg-b-20{
	margin-bottom: 20px!important;
}
.mg-l-64{
	margin-left: 64px!important;
}
.mg-l-240{
	margin-left: 240px;
}
.mg-r-60{
	margin-right: 60px!important;
}
.mg-t-40{
	margin-top: 40px!important;
}
.mg-t-72{
	margin-top: 72px!important;
}
.pd-t-48{
	padding-top: 48px!important;
}
.pd-t-72{
	padding-top: 72px!important;
}
.pd-t-80{
	padding-top: 80px!important;
}
.pd-t-116{
	padding-top: 116px!important;
}
.mg-t-56{
	margin-top: 56px!important;
}
.mg-t-80{
	margin-top: 80px!important;
}
.mg-t-88{
	margin-top: 88px!important;
}
.pd-t-172{
	padding-top: 172px!important;
}
.mg-b-48{
	margin-bottom: 48px!important;
}
.mg-b-62{
	margin-bottom: 62px!important;
}
.mg-b-72{
	margin-bottom: 72px!important;
}
.mg-b-80{
	margin-bottom: 80px!important;
}
.pd-b-80{
	padding-bottom: 80px!important;
}
.mg-t-172{
	margin-top: 172px!important;
}
.mg-t-100{
	margin-top: 100px!important;
}
.pd-b-54{
	padding-bottom: 54px!important;
}
.pd-b-60{
	padding-bottom: 60px!important;
}
.pd-t-100{
	padding-top: 100px!important;
}
.pd-b-90{
	padding-bottom: 90px!important;
}
.pd-b-100{
	padding-bottom: 100px!important;
}
.pd-b-130{
	padding-bottom: 130px!important;
}
/* 文字溢出省略号 */
.line-one{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.line-two{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.line-three{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line-four{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* 文字溢出省略号 end*/
.text-right{
	text-align: right;
}
.flex{
	display: flex;
}
.d-flex{
    display: flex;
    justify-content: space-between;
}
.d-flex-wap{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.bg-gray{
	width: 100%;
	background: rgba(250, 250, 250, 1);
}
/*头部*/
header{
	width: 100%;
	height: 100px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
}
.logo{
	width: 481px;
	height: 56px;
	margin-top: 17px;
}
.nav{
	width: 420px;
	height: 100px;
	line-height: 110px;
	margin-left: 180px;
	font-size: 16px;
	font-weight: 400;
}
.nav .navli{
	position: relative;
}
.nav .navli a{
	color: rgba(51, 51, 51, 1);
	position: relative;
}
.nav .navli.active>a:before{
	content: "";
	display: inline-block;
	width: 80%;
	height: 1px;
	background: #e50112;
	position: absolute;
	bottom: -7px;
	left: 10%;
}
.nav .navli .navli-show{
	width: 166px;
	margin: 0 auto;
	position: absolute;
	top: 79px;
    left: -29px;
	background: #fff;
    z-index: 8888;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 15%);
    display: none;
}
.nav .navli:hover >a:before{
	content: "";
	display: inline-block;
	width: 80%;
	height: 1px;
	background: #e50112;
	position: absolute;
	bottom: -7px;
	left: 10%;
}
.nav .navli:hover .navli-show{
	display: flex;
}
.nav .navli .navli-show li{
	line-height: 40px;
	height: 40px;
	width: 170px;
	text-indent: 25px;
	color: rgba(29, 29, 29, 1);
  	font-size: 16px;
  	position: relative;
}
.nav .navli .navli-show li>a:hover{
	color: #e50112;
}
.ul-child{
	display: none;
	width: 170px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
    left: 166px;
	background: #fff;
    z-index: 8888;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 15%);
}
.ul-child li:hover{
	border-radius: 0px 6px 6px 0px;
  	background: rgba(190, 35, 33, 1); 	
}
.ul-child li:hover a{
	color: #fff!important;
}
.nav .navli .navli-show .ul-father>li:hover >a{
	color: #e50112;
}
.nav .navli .navli-show .ul-father>li:hover .ul-child{
	display: block
}
.search{
	margin-left: 27px;
	position: relative;
}
.search-logo{
    position: absolute;
    left: 16px;
    top: 1px;
}
.search .search-logo,.search .login,.search {
	line-height: 110px;
}
.search-input{
    width: 170px;
    height: 30px;
	border-radius: 30px;
    background: rgba(242, 242, 242, 1);
    margin-top: 40px;
    position: relative;
    display: flex;
}
.login{
    display: none;
}
/*.search .search-logo img,.search .login img{*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	vertical-align: middle;*/
/*	cursor: pointer;*/
/*}*/
#searchBtn{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 6px;
    margin-left: 8px;
}
.search .search-input #keyword{
	width: 140px;
	height: 30px;
	border-radius: 30px;
    background: rgba(242, 242, 242, 1);
    text-align: center;
    /*margin-left: 5px;*/
    /*margin-right: 50px;*/
    /*padding-left: 35px;*/
}
/*标题*/
.who{
	text-align: center;
	height: 40px;
}
.who span{
	color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 1px;
    position: relative;
}
.who span:before{
	content: "";
	display: inline-block;
    width: 66%;
    height: 2px;
    background: #e50112;
    position: absolute;
    bottom: -13px;
    left: 16%;
}
.who-son{
	width: 100%;
	height: 40px;
	text-align: center;
	color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 1px;
}
/*尾部*/
.footer{
	width: 100%;
	height: 453px;
  	background: url(../Images/footbg.png) no-repeat;
  	background-size: 100% 100%;
  	min-width: 1350px;
  	margin-top: 40px;
}
.foot-logo{
	width: 320px;
	height: 100px;
	display: flex;
	justify-content: space-between;
	padding-top: 164px;
}
.foot-logo .foot-logo-img{
	width: 200px;
	height: 80px;
}
.foot-logo .foot-logo-ewm{
	width: 100px;
	height: 100px;
  	background: rgba(255, 255, 255, 1);
  	margin-top: 12px;
  	margin-left: 20px;
}
.foot-logo .foot-logo-ewm img{
	width: 100%;
	height: 100%;
}
.foot-logo .foot-logo-ewm .ewm-sys p{
	color: rgba(51, 51, 51, 1);
  	font-size: 14px;
  	letter-spacing: 1px;
  	text-align: center;
  	margin-top: 5px;
}
.foot-ul{
	width: 820px;
	padding-top: 121px;
	margin-left: 160px;
}
.foot-ul ul li{
  	font-size: 14px;
  	line-height: 30px;
  	letter-spacing: 1px;
  	width: 184px;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.foot-ul ul li.one{
	font-weight: 500;
  	font-size: 20px;
  	line-height: 34px;
  	letter-spacing: 1px;
  	margin-bottom: 14px;
}
.foot-ul ul.yqlj-img li{
	width: 100px;
}
.foot-ul ul li img{
	width: 100px;
	height: auto;
}
.foot-line{
	height: 1px;
	background: rgba(224, 224, 224, 1);
	margin-top: 60px;
}
.foot-by{
	color: rgba(130, 130, 130, 1);
  	font-weight: 500;
  	font-size: 14px;
  	height: 72px;
    line-height: 72px;
    text-align: center;
}
.foot-by a{
	color: rgba(130, 130, 130, 1);
}
.top{
	width: 44px;
  	height: 44px;
  	background: url(../Images/top.png)no-repeat;
	background-size: 100% 100%;
	position: fixed;
	right: 228px;
	bottom: 100px;
	cursor: pointer;
	z-index: 54;
}
.lxwm{
	width: 156px;
  	height: 52px;
  	background: url(../Images/lxwm.png)no-repeat;
	background-size: 100% 100%;
	position: fixed;
	right: 50px;
	bottom: 100px;
	cursor: pointer;
	z-index: 54;
}
.lxwm-close{
    background: url(../Images/close.png)no-repeat center;
    background-size: 100% 100%;
	width: 52px;
  	height: 52px;
  	/*background: rgba(190, 35, 33, 1);*/
  	line-height: 52px;
  	text-align: center;
  	font-size: 30px;
  	color: #fff;
	position: fixed;
	right: 50px;
	bottom: 100px;
	cursor: pointer;
	z-index: 54;
	border-radius: 18px;
	display: none;
}
.lxwm-phone{
	line-height: 43px;
    width: 340px;
    height: 130px;
    background: #FFF;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    right: 50px;
    bottom: 170px;
    box-shadow: 6px 6px 18px rgb(0 0 0 / 20%);
    padding: 20px;
    z-index: 54;
    display: none;
}
.lxwm-phone span{
	color: rgba(190, 35, 33, 1);
}
/*立刻咨询*/
.more-ljzx{
	width: 164px;
  	height: 51px;
  	line-height: 51px;
  	text-align: center;
  	border-radius: 6px;
  	border: 1px solid rgba(190, 35, 33, 1);
  	box-sizing: border-box;
  	margin-bottom: 127px;
}
.more-ljzx a{
	font-size: 22px;
	letter-spacing: 2px;
	color: rgba(190, 35, 33, 1);
}
/*.弹窗*/
.opac{
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
#commonpop{
	width: 636px;
  	height: 593px;
  	border-radius: 4px;
  	background: rgba(255, 255, 255, 1);
  	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
}
.cloaeBtn{
    width: 30px;
    height: 30px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
}
.commonpop-tlt{
	text-align: center;
	color: rgba(51, 51, 51, 1);
  	font-weight: 500;
  	font-size: 22px;
  	padding: 40px 0 30px 0;
}
.form-tlt{
	width: 236px;
  	height: 31px;
  	line-height: 31px;
}
.form-tlt input,.area-tlt textarea,.comp-tlt input{
	width: 230px;
  	height: 31px;
  	line-height: 31px;
  	background: #fff;
  	border-radius: 2px;
  	border: 1px solid rgba(189, 189, 189, 1);
}
.commonpop-form .before span{
	position: relative;
}
.commonpop-form .before span:before{
	display: inline-block;
	content: "*";
	color: rgb(190, 35, 33);
	position: absolute;
	top: -6px;
    right: -11px;
    font-size: 20px;
    font-weight: bold;
}
.comp-tlt{
	width: 506px;
	height: 31px;
}
.comp-tlt input{
	width: 100%;
	height: 100%;
}
.area-tlt{
	width: 480px;
	height: 150px;
}
.area-tlt textarea{
	width: 100%;
	height: 100%;
	outline: none;
	padding: 0px 15px;
}
.pushbtn{
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgb(190, 35, 33);
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
}
/*公共弹窗样式*/
#commonpops {
	position: fixed;
	left: 0;
	top: 0;
	right: -7%;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
	border-radius: 5px;
	z-index: 100000;
}

#commonpops p {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column
}

#commonpops p span {
	line-height: 22px;
	display: block
}
/*资讯列表样式*/
.news-list{
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
.news-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.news-item:last-child{
	border-bottom: none;
}
.news-title{
	font-size: 16px;
	color: rgba(79, 79, 79, 1);
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 20px;
}
.news-price{
	font-size: 18px;
	color: rgba(190, 35, 33, 1);
	font-weight: 600;
}
.news-title{
	cursor: pointer;
}
.news-title:hover{
	color: rgba(190, 35, 33, 1);
}
/*付费弹窗样式*/
.pay-content{
	width: 500px;
	height: 600px;
	border-radius: 8px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 40px;
	box-sizing: border-box;
}
.pay-tlt{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 30px;
}
.pay-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background: rgba(250, 250, 250, 1);
	border-radius: 6px;
	margin-bottom: 30px;
}
.pay-info #payTitle{
	font-size: 16px;
	color: rgba(79, 79, 79, 1);
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pay-info #payAmount{
	font-size: 20px;
	color: rgba(190, 35, 33, 1);
	font-weight: 600;
	margin-left: 20px;
}
.pay-form{
	margin-bottom: 30px;
}
.form-item{
	margin-bottom: 20px;
}
.form-item label{
	display: block;
	font-size: 14px;
	color: rgba(79, 79, 79, 1);
	margin-bottom: 10px;
}
.form-item input{
	width: 100%;
	height: 40px;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.form-item input:focus{
	border-color: rgba(190, 35, 33, 1);
}
.pay-method{
	display: flex;
	align-items: center;
}
.pay-method img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.pay-method span{
	font-size: 14px;
	color: rgba(79, 79, 79, 1);
}
.alipay-icon{
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #1677FF 0%, #096DD9 100%);
	border-radius: 8px;
	position: relative;
	margin-right: 10px;
}
.alipay-icon::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 4px;
}
.alipay-icon::after{
	content: '支';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: bold;
	color: #1677FF;
}
.pay-btn{
	width: 100%;
	height: 48px;
	background: rgba(190, 35, 33, 1);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	border-radius: 6px;
	cursor: pointer;
}
.pay-btn:hover{
	background: rgba(160, 25, 25, 1);
}