* {
	font-size: 16px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	list-style-type: none;
}
.ny_banner .rq1 .lef{width:100%!important;float:left;}
/*body {
	overflow-x: hidden;
}*/

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*头部*/
.Head {
	width: 100%;
	height: 110px;
}

.HeadCenter {
	width: 100%;
	height: 110px;
	margin: 0 auto;
}

.Logo {
	height: 110px;
	float: left;
}

.Tel {
	height: 110px;
	float: right;
	align-items: center;
	display: flex;
}

.TelIco {
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 10px;
}

.TelTxt {
	float: left;
}

.TelTxt p:nth-child(1) {
	color: #666;
}

.TelTxt p:nth-child(2) {
	font-size: 30px;
	font-weight: bold;
}

/*搜索*/
.Search {
	width: 100%;
	height: 68px;
	background: #f5f5f5;
}

.SearchCenter {
	width: 100%;
	height: 68px;
	margin: 0 auto;
}

.Keyword {
	float: left;
	line-height: 68px;
}

.Keyword span {
	color: #999;
}

.Keyword a {
	font-size: 14px;
	margin-right: 15px;
}

.Keyword a:hover {
	color: #9A0C0C;
}

.SearchBar {
	float: right;
	line-height: 68px;
}

.SearchBar .keywords {
	width: 225px;
	line-height: 40px;
	background: white;
	border: 1px solid #e6e6e6;
	color: #666;
	padding-left: 15px;
	font-size: 14px;
	letter-spacing: 3px;
	outline: medium;
}

.SearchBar .submit {
	width: 100px;
	line-height: 40px;
	background: #9A0C0C url("../images/so.png") center no-repeat;
	border: none;
	outline: none;
	margin-left: -5px;
	cursor: pointer;
}

/*业务领域*/
.Business {
	width: 100%;
}

.BusinessCenter {
	width: 100%;
	margin: 0 auto;
}

.ETitle {
	margin: 50px auto;
	text-align: center;
}

.ETitle h1 {
	color: #9A0C0C;
	font-size: 36px;
	font-weight: bold;
}

.ETitle span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/* margin-left: 8px; */
}

.BusinessList {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	display: table;
	line-height: 60px;
	text-align: center;
	align-items: center;

}

.BusinessList a {
	display: inline-block;
	width: 150px;
	font-size: 18px;
}

.BusinessList .Current {
	border-bottom: 5px solid #9A0C0C;
}

.BusinessList .Current,
.BusinessList a:hover {
	color: #9A0C0C
}

.BusinessShow {
	margin: 30px -20px;
	height: auto;
	display: inline-block;
}

.BusinessShow li {
	width: 285px;
	height: 264px;
	box-shadow: 0 0 12px #ddd;
	float: left;
	margin: 20px 0 0 20px;
}

.ShowImg {
	width: 285px;
	height: 214px;
	overflow: hidden;
}

.ShowImg img {
	width: 285px;
	height: 214px;
	transition: all 0.6s;
}

.ShowName {
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}

.BusinessShow li:hover .ShowName {
	background: #9A0C0C;
	color: white;
}

.BusinessShow li:hover .ShowImg img {
	transform: scale(1.2);
}

.More {
	margin: 0 auto 50px;
	clear: both;
	width: 163px;
	height: 50px;
}

.More a {
	border: 1px solid #333;
	display: block;
	width: 163px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.More a:hover {
	background: #9A0C0C;
	color: white;
	border: none;
}

/*成功案例*/
.Case {
	width: 100%;
	height: 912px;
	background: #f5f5f5;
	background: url("../images/albg.jpg") center no-repeat;
}

.CaseCenter {
	padding-top: 2px;
	width: 100%;
	height: 910px;
	margin: 0 auto;
}

.CaseShow {
	height: 650px;
	margin: -30px -30px 30px;
}

.CaseShow li {
	width: 380px;
	height: 285px;
	overflow: hidden;
	float: left;
	margin: 30px 0 0 30px;
}

.CaseShow li img {
	width: 380px;
	height: 285px;
}

.CaseShow li a {
	display: block;
	width: 380px;
	height: 285px;
	position: relative;
}

.intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: rgba(51, 51, 51, 0.6);
	width: 380px;
	text-align: center;
}

.intro h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	height: 80px;
	width: 380px;
	line-height: 230px;
	color: white;
	font-weight: normal
}

.intro p {
	margin: 60px auto 75px;
	height: 70px;
	overflow: hidden;
}

.intro p img {
	width: 70px;
	height: 70px;
}

.CaseShow li a .intro {
	bottom: -285px;
}

.CaseShow li a:hover .intro {
	bottom: 0;
}

/*服务流程*/
.Service {
	width: 100%;
	height: 590px;
}

.ServiceCenter {
	width: 100%;
	height: 590px;
	margin: 0 auto;
}

.Process {
	width: 300px;
	height: 400px;
	float: left;
}

.ProcessImg {
	width: 300px;
	height: 200px;
}

.ProcessTxt {
	width: 300px;
	height: 200px;
	background: #f5f5f5;
	padding-top: 15px;
}

.ProcessTxt>h2>span {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	color: rgba(51, 51, 51, 0.5);
}

.ProcessTxt>h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 70px;
}

.ProcessTxt>p {
	width: 280px;
	line-height: 32px;
	margin: 0 auto;

}

.ProcessBlue {
	background: #9A0C0C;
}

.ProcessBlue>h2>span {
	color: rgba(255, 255, 255, 0.5);
}

.ProcessBlue>h2,
.ProcessBlue>p {
	color: white;
}

/*关于我们*/
.AboutUs {
	width: 100%;
	height: 532px;
	background: #f5f5f5;
	position: relative;
	background: url("../images/gybg.jpg") center no-repeat;
}

.AboutUsCenter {
	height: 532px;
	margin: 0 -600px 0 -600px;
	position: absolute;
	left: 50%;
}

.AboutTxt {
	width: 630px;
	height: 532px;
	float: left;
	margin-right: 29px;
}

.AboutTitle {
	text-align: left;
}

.AboutTxt p {
	color: #666;
	line-height: 32px;
	margin-bottom: 35px;
}

.AboutTxt a {
	color: #9A0C0C;
}

.AboutImg {
	width: 890px;
	height: 532px;
	float: right;
	overflow: hidden;
}

.AboutImg img {
	width: 890px;
	height: 532px;
}

/*新闻中心*/
.News {
	width: 100%;
	height: 700px;
}

.NewsCenter {
	width: 100%;
	height: 700px;
	margin: 0 auto;
}

.NewsLeft {
	width: 566px;
	height: 482px;
	position: relative;
	float: left;
}

.NewsLeft img {
	width: 566px;
	height: 482px;
}

.NewsDes {
	width: 566px;
	height: 170px;
	background: rgba(51, 51, 51, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}

.NewsDes h3 a {
	color: white;
	font-weight: normal;
	font-size: 24px;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsDes h3 a:hover {
	color: #9A0C0C;
}

.NewsDes time {
	line-height: 30px;
	color: rgba(255, 255, 255, 0.5);
}

.NewsDes p {
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}

.NewsList {
	padding-top: 2px;
	width: 580px;
	height: 482px;
	float: right;
}

.NewsList li {
	border-bottom: 1px solid #e6e6e6;
	width: 580px;
	height: 160px;
	display: flex;
	align-items: center;
}

.NewsDate {
	border-right: 2px solid #ddd;
	width: 100px;
	color: #999;
	text-align: center;
}

.NewsDate p:nth-child(1) {
	font-size: 48px;
	color: #999;
}

.NewsDate p:nth-child(2) {
	color: #999;
}

.NewsLiRight {
	width: 460px;
	height: 100px;
	margin-left: 30px;
}

.NewsLiRight h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsLiRight h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.NewsLiRight h3 a:hover {
	color: #9A0C0C;
}

.NewsLiRight p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

/*合作伙伴*/
.Partner {
	width: 100%;
	height: 320px;
	background: #f5f5f5;
}

.PartnerCenter {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	padding-top: 2px;
}

/*底部*/
.Bottom {
	width: 100%;
	height: 300px;
	background: #333;
	border-bottom: 1px solid #666;
}

.BottomCenter {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.Ewm {
	width: 150px;
	height: 180px;
	text-align: center;
}

.EwmImg {
	width: 150px;
	height: 150px;
}

.EwmImg img {
	width: 150px;
	height: 150px;
}

.Ewm span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.B-Contact {
	max-width: 430px;
	height: 150px;
	margin-left: 40px;
	min-width: 320px;
}

.B-TelIco {
	padding-top: 5px;
	float: left;
	margin-right: 15px;
}

.B-Tel {
	height: 70px;
}

.B-TelTxt p:nth-child(1) {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.B-TelTxt p:nth-child(2) {
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.B-Ad {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.BottomNav {
	max-width: 600px;
	height: 200px;
	display: flex;
	position: absolute;
	right: 0;
	overflow: hidden;
}

.BottomNav li {
	width: 100px;
	text-align: center;
}

.BottomNav li a {
	color: white;
	line-height: 40px;
}

.B-list li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

/*版权*/
.Copyright {
	width: 100%;
	height: 52px;
	background: #333;
	line-height: 52px;
	text-align: center;
}

.Copyright span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
}

.Copyright span a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/*内页大图*/
.InBanner {
	width: 100%;
	height: 260px;
	position: relative;
}

.InBanImg {
	width: 1920px;
	height: 260px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

/*内页内容*/
.InPage {
	width: 100%;
}

.InPageCenter {
	width: 100%;
	margin: 0 auto;
}

/*内页列表*/
.InLeft {
	border: 1px solid #eee;
	width: 250px;
	min-height: 350px;
	float: left;
}

.InTitle {
	height: 50px;
	background: #9A0C0C;
	padding-left: 10px;
	color: white;
	line-height: 50px;
	font-size: 20px;
}

.InList li {
	border-bottom: 2px solid white;
	height: 50px;
	background: #f0f0f0;
}

.InList li a {
	display: block;
	width: 250px;
	height: 50px;
	background: url("../images/listbg.png") center no-repeat;
	line-height: 50px;
	padding-left: 25px;
}

.InList li a:hover,
.InList li a.on {
	display: block;
	width: 250px;
	height: 48px;
	background: #fafafa url("../images/listbg2.png") center no-repeat;
	color: #9A0C0C;
}

.InRight {
	width: 100%;
	min-height: 350px;
	float: right;
}

.Crumb {
	height: 50px;
	background: #f0f0f0 url("../images/cbg.png") center no-repeat;
	color: #999;
	font-size: 14px;
	line-height: 50px;
	padding-left: 42px;
}

.Crumb a {
	font-size: 14px;
	padding: 0 5px;
}

.Crumb a:hover {
	color: #9A0C0C;
}

.In-B-Show {
	height: auto;
	margin: 0 0 0 -5px;
}

.In-Contact {
	margin-top: 50px;
}

.In-Contact p {
	color: #666666;
	line-height: 28px;
	padding: 10px;
	font-size: 14px;
}

/*内页页码*/
.Page {
	margin: 30px 15px;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}

.Page a {
	border: 1px solid #c8c8c8;
	font-size: 16px;
	padding: 12px;
	display: inline-block;
	height: 32px;
	line-height: 8px;
}

.Page a:hover,
.P-active {
	background: #9A0C0C;
	color: white;
}

/*详情页*/
.IPTitle {
	text-align: center;
	margin: 20px;
	font-size: 24px;
	color: #333;
}

.IssueTime {
	font-size: 16px;
	color: #b0b0b0;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
}

.IssueTime i {
	font-size: 12px;
	color: #b0b0b0;
}

.Detail {
	padding: 30px 0;
}

.DetailNext {
    overflow: hidden;
    margin: 40px 0;
    /* border-bottom: 1px solid #d9d9d9; */
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.DetailNext a {
	display: block;
	color: #666;
}

.DetailNext a:hover {
	color: #9A0C0C;
}

/*内页新闻列表*/
.In-News-Show li {
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	height: 240px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.In-News-Img {
	width: 20%;
	height: 180px;
	overflow: hidden;
}
.xwlb-ckxq{width:20%!important;text-align: center;}
.xwlb-ckxq i img{color:#fff;
    height: 30px;
    position: absolute;
}
.In-News-Img img {
	width: 100%;
	height: 180px;
	transition: all 0.6s;
}

.In-News-Img img:hover {
	transform: scale(1.2);
}

.In-News-Right {
	width: 60%;
	margin-left: 25px;
}
.In-News-Right a{
    color: #333;
}
.In-News-Right h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #333;
}

.In-News-Right h3 a:hover,.In-News-Right a:hover {
	color: #9A0C0C;
}

.In-News-Right p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

.In-News-Right time {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

/*内页合作伙伴*/
.in-partner {
	margin: 0 -5px;
}

.in-partner li {
	width: 285px;
	margin: 20px 0 0 20px;
	float: left;
}

.in-partner-img {
	border: 1px solid #ddd;
	width: 285px;
	height: 127px;
	overflow: hidden;
}

.in-partner-img img {
	width: 285px;
	height: 127px;
}

.in-partner li h2 {
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	overflow: hidden;
}

/*内页内容*/
.in-show {
        width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 1380px;
}

.cpzx .cpzx-bt{margin-top:50px;}
.cpzx{margin:40px 0;}
.cpzx-tp{    background-color: #F7F7F7;padding-left: 25%;}
.cpzx ul{width:30%;float:left;margin-right:2%;    cursor: pointer;}
.cpzx .cpzx-tp img{height:330px;width:240px;background-color:#F7F7F7;padding: 20px;}
.cpzx .cpzx-bjs ul{
background-color: #97060a;
    padding: 20px;
    width: 90%;
    position: relative;
    top: -35px;
    left: 5%;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.cpzx .cpzx-bjs li{color:#fff;font-size:20px;font-weight:400;}
.cpzx .cpzx-bjs li a{color:#fff;font-size:16px;}

.cpzxej{margin:40px 0;}
.cpzxej .cpzx-bt{margin-top:50px;}
.cpzxej-tp{background-color: #F7F7F7; height: 240px;text-align:center;}
.cpzxej ul{width:30%;float:left;margin-right:2%;margin-bottom: 15px;cursor: pointer;}
.cpzxej .cpzxej-tp img{height:100%;width:auto;background-color:#F7F7F7;padding: 20px;}
.cpzxej .cpzxej-bjs ul{
background-color: #F7F7F7;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 0;
}
.cpzxej .cpzxej-bjs li{font-size: 20px;
color: #333333;
line-height: 28px;}

.cpzxej .cpzxej-bjs li a{color:#fff;font-size:16px;}

.fenlei{height: 81px;
background: #F4F4F4;}
.fenlei ul{display:flex;}
.fenlei ul li {line-height:81px;color:#333;margin-left:40px;cursor: pointer;font-size:20px;}
.fenlei ul li a{color:#333;font-size:20px;}
.fenlei ul li:hover a{color:#fff;} 
.fenlei ul li:hover{    background: #9A0C0C;
    color: #fff!important;
    padding: 10px;
    height: 33px;
    margin-top: 24px;
    line-height: 11px!important;
    color: #fff;
}
.cpzxej .cpzxej-bjs ul:hover{    
      background: #9A0C0C;
    
}
.cpzxej .cpzxej-bjs ul:hover li{   color: #fff!important; }

.fenlei ul li:nth-child(1){font-size:18px;font-weight:500;}
.fenleixuanzhong{
background: #9A0C0C;
    color: #fff!important;
    padding: 10px;
    height: 33px;
    margin-top: 24px;
    line-height: 11px!important;
}
.fenleixuanzhong a{color:#fff!important;}

.cpxq{display: flex;}
.cpxq *,.cpcs *{color:#333333!important;}
.cpxq-tpj{padding:40px 0;width: 50%;}
.cpxq-yc{width:50%;    padding: 40px;}
.cpxq-bt{
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 20px;
}

.cpxq-nr{
font-size: 18px;
font-weight: 400;
    height: 425px;
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden; 
}
.cpxq-title{
    margin: 20px 0;
        height: 64px;
    background-color: #9A0C0C;
    color: #fff!important;
    line-height: 64px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}
.cpxq-content{margin-bottom:40px;}
.cpxq-content img{width:100%;}
.swiper-pagination-bullet-active{
    --swiper-theme-color: #9A0C0C;
}
.swiper-pagination-bullet{
    height: 20px!important;
    width: 20px!important;
}




.aboutPage {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	color: #666;
	line-height: 30px;
	text-align: justify;
}
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 560px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 30px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #333;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 1198px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 1178px;
	height: 214px;
	line-height: 28px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid #97060a;
	margin-right: 2px;
	text-align: center;
	background: #97060a;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #97060a;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}


