@charset "utf-8";

/* CSS Document */
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
big,
em,
font,
strong,
tt,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
img {
	border: 0px;
}

ul {
	list-style: none;
}

li {
	list-style: none;
	color: #333333;
}

hr {
	color: #FFFFFF;
}

body,
td,
th,
select,
input,
textarea,
ul,
li,
dl,
dd,
dt {
	font-size: 14px;
	font-family: Helvetica;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

p {
	color: #333333;
	padding: 0px;
	margin: 0;
	line-height: 22px;
}

img {
	border: none;
	padding: 0px;
	margin: 0;
	display: block;
}

a:link {
	color: #333333;
	text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.box {
	width: 80%;
	margin: 0 auto;
}

.boxa {
	width: 96%;
	margin: 0 auto;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flexjs {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.none {
	display: none;
}

.block {
	display: block;
}

.mt30 {
	margin-top: 30px;
}

@font-face {
	font-family: 'iconfonty';
	/* Project id 1848953 */
	src: url('//at.alicdn.com/t/font_1848953_jocpxggrok.woff2?t=1627095506303') format('woff2'),
		url('//at.alicdn.com/t/font_1848953_jocpxggrok.woff?t=1627095506303') format('woff'),
		url('//at.alicdn.com/t/font_1848953_jocpxggrok.ttf?t=1627095506303') format('truetype');
}

.iconfonty {
	font-family: "iconfonty" !important;
	font-size: 20px;
	font-style: normal;
	display: inline-block;
	vertical-align: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.heada {
	background-color: #2d2d2d;
	padding: 3px 0;
	align-items: center;
}

.heada>div {
	align-items: center;
}

.heada .heada_l {
	align-items: center;
}

.heada .heada_l>span {
	color: #f1f1f1;
}

.heada .heada_l ul li {
	display: flex;
	display: -webkit-flex;
	margin-right: 40px;
	align-items: center;
	cursor: pointer;
}

.heada .heada_l ul li img {
	width: 18px;
	height: auto;
	margin-right: 10px;
}

.heada .heada_l ul li span {
	color: #8a8989;
}

.heada .heada_l ul li span a {
	color: #8a8989;
}

.heada .heada_l ul li span a:hover {
	color: #ff0000;
}

.heada p {
	color: #f1f1f1;
}

.headb {
	margin: 15px auto;
}

/*.headb img{ height:40px;}*/
.headb ul {
	align-items: center;
	width: -webkit-calc(100% - 220px);
	width: -moz-calc(100% - 220px);
	width: calc(100% - 220px);
	justify-content: flex-end;
}

.headb ul li {
	margin-left: 8%;
}

.headb ul li a {
	color: #494949;
	font-weight: bold;
	font-size: 16px;
}

.headb ul li a.tv {
	color: #ff0000;
}

.footer {
	background-color: #272a3b;
	padding: 40px 0 0 0;
}

.foota_l {
	width: 13%;
}

.foota_l p {
	color: #c8c9cb;
	border-bottom: 2px solid #43475b;
	padding-bottom: 5px;
}

.foota_l p i {
	color: #c8c9cb;
	margin-right: 10px;
}

.foota_l h3 {
	color: #e9e9e9;
	margin-top: 10px;
	font-size: 22px;
}

.foota_l a {
	margin-top: 30px;
	border: 1px solid #43475b;
	color: #b6b6ba;
	padding: 5px 30px;
	display: inline-block;
}

.foota_c {
	width: 80%;
}

.foota_c ul {
	flex-wrap: wrap;
}

.foota_c ul li {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 3%;
}

.foota_c ul li:nth-child(3n) {
	margin-right: 0;
}

.foota_c>p {
	color: #c8c9cb;
	border-bottom: 2px solid #43475b;
	padding-bottom: 5px;
}

.foota_c ul li div {
	align-items: center;
	height: 40px;
}

.foota_c ul li div span {
	color: #ae4716;
	font-size: 16px;
	margin-right: 5px;
}

.foota_c ul li>p {
	color: #d4d4d8;
}

.footb {
	border-top: 1px solid #43475b;
	margin-top: 40px;
	padding: 20px 0;
}

.footb p {
	color: #a0a1a9;
}

.footb a {
	color: #a0a1a9;
}

.footc {
	text-align: center;
	color: #c7c7c8;
	padding: 20px 0 30px;
	background-color: #222533;
}

.footc a {
	color: #c7c7c8;
}

/* index.php */
.Ibanner img {
	width: 100%;
	height: auto;
	position: relative;
}

.Ibanner div {
	position: absolute;
	top: 32%;
	right: 5%;
}

.Ibanner div h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
}

.Ibanner div h3 {
	color: #ffffff;
	margin-top: 20px;
	text-align: right;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 200;
}

.Imain {
	margin: 40px auto 100px;
}

.Imain h1 {
	text-align: center;
	color: #2e2d2b;
	font-size: 40px;
	font-weight: 500;
}

.Imain p {
	text-align: center;
	color: #5d5d5d;
	margin-top: 15px;
}

.Imain ul {
	margin-top: 40px;
	align-items: center;
}

.Imain ul li {
	width: 20%;
}

.Imain ul li i {
	font-size: 50px;
	color: #000000;
	display: block;
	text-align: center;
}

.Imain ul li h3 {
	text-align: center;
	color: #000000;
	margin-top: 10px;
	font-size: 20px;
}

.Imain ul li p {
	text-align: center;
	color: #6c6c6c;
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 26px;
}

.line {
	width: 1px;
	height: 100px;
	background-color: #e9eaeb;
}

.Ibannera {
	margin-bottom: 120px;
}

.Ibannera h1 {
	text-align: center;
	color: #2e2d2b;
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 500;
}

.Ibannera ul {
	height: auto;
	overflow: hidden;
}

.Ibannera ul li {
	width: 25%;
	float: left;
}

.Ibannera ul li img {
	width: 100%;
	height: auto;
}

.Ibannera ul li p {
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}

/*.Ibannera .swiper-container{width:99%;margin:0 auto;}*/
/*.Ibannera .swiper-container img{width:100%;}*/
/*.Ibannera .swiper-pagination{width:80%;justify-content: center;margin-top:40px;left:10%;}*/
/*.Ibannera .swiper-pagination span{margin-right:1%;}*/
.explain {
	position: absolute;
	right: 0px;
	bottom: 12%;
	background-color: #FFFFFF;
	padding: 20px 40px 40px;
	width: 35%;
}

.explain h1 {
	color: #000000;
	letter-spacing: 2px;
}

.explain p {
	color: #6c6c6c;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}

.explain a {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.explain a i {
	color: #c5000b;
	font-size: 20px;
	margin-right: 10px;
}

.explain a span {
	color: #c5000b;
}

.Inews {
	margin-bottom: 40px;
}

.Inews h1 {
	text-align: center;
	color: #2e2d2b;
	font-size: 36px;
	l font-weight: 500;
	margin-bottom: 50px;
}

.Inews ul li {
	width: 26%;
}

.Inews ul li h2 {
	color: #8e8e8e;
	font-size: 22px;
	font-weight: normal;
	align-self: flex-start;
	line-height: 28px;
	flex-shrink: 0;
}

.Inews ul li .Inews_r {
	padding-top: 5px;
}

.Inews_r h4 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 26px;
}

.Inews_r p {
	color: #606060;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.Inews_r i {
	color: #e1e1e1;
	margin-top: 20px;
}

.new_time {
	padding: 30px 0;
	box-sizing: border-box;
}

.new_time_left {
	width: 10%;
	color: #919199;
}

.new_time_right {
	width: 90%;
}

.new_time_left>div>span {
	display: block;
	margin: 5px 0 10px 10px;
	font-size: 35px;
	color: #CD0E00;
	font-weight: bold;
}

.new_time_right>div {

	margin-bottom: 5px;
	line-height: 20px;


}

.new_time_right>div a {
	color: #333;
	font-size: 22px;
	font-weight: bold;
}

.new_time_right>div a:hover {
	color: #ff0000;
}

.new_time_right>span {
	color: #888;
	line-height: 25px;
	margin-bottom: 5px;
	font-size: 14px;
}

.new_time_right p {
	margin-top: 20px;
	max-height: 300px;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
}

.new_time_right p img {
	width: 100%;
}

/* case.php */
.Cbanner {
	position: relative;
}

.Cbanner img {
	width: 100%;
	height: auto;
}

.Cbanner .Cbannera {
	position: absolute;
	width: 100%;
	top: 30%;
}

.Cbanner .Cbannera h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 500;
}

.Cbanner .Cbannera h3 {
	color: #ffffff;
	margin-top: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
}

.Cmain {
	margin-top: 50px;
}

.Cmain h3 {
	color: #2d2d2d;
	text-align: center;
	font-size: 36px;
}

.Cmain .CmainT {
	margin-top: 30px;
	justify-content: center;
}

.Cmain .CmainT li {
	margin-right: 5%;
	border-bottom: 2px solid #FFFFFF;
	padding: 0 8px 10px;
	cursor: pointer;
}

.Cmain .CmainT li:last-child {
	margin-right: 0;
	color: #5f5f5f;
}

.Cmain .CmainT li:hover {
	border-bottom: 2px solid #000000;
}

.Cmain .CmainT li.tc {
	border-bottom: 2px solid #000000;
}

.Cmain .CmainT li a {
	color: #333;
}

.Cmain .CmainT li a:hover {
	color: #ff0000;
}

.Cmain .CmainB {
	margin-top: 40px;
	flex-wrap: wrap;
}

.Cmain .CmainB li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	cursor: pointer;
}

.Cmain .CmainB li:nth-child(3n) {
	margin-right: 0;
}

.CmainBa {
	position: relative;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}

.CmainBa img {
	width: 100%;
	height: auto;
}

.CmainBa>div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.CmainBa>div .linea,
.CmainBa>div .lineb {
	width: 10px;
	height: 1px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.CmainBa>div .linea {
	margin-top: 25%;
}

.CmainBa>div p {
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
}

.Cmain .CmainB li:hover div {
	display: block;
}

.CmainBb {
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	padding: 20px 20px 10px;
}

.CmainBb p {
	color: #353535;
	font-size: 16px;
	margin-bottom: 5px;
}

.CmainBb span {
	color: #838383;
	font-size: 12px;
}

.CmainBb a {
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	align-items: center;
}

.CmainBb a i {
	color: #838383;
	font-size: 32px;
}

/* about.php */
.Abanner {
	position: relative;
}

.Abanner img {
	width: 100%;
	height: auto;
}

.Abanner div {
	position: absolute;
	width: 100%;
	top: 30%;
}

.Abanner div h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.Abanner div h3 {
	color: #ffffff;
	margin-top: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
}

.Amian {
	margin-top: 40px;
}

.Amian>h1 {
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: normal;
}

.Amian .Amiana {
	margin-top: 25px;
}

.Amian .Amiana .Amiana_l {
	width: 25%;
}

.Amian .Amiana .Amiana_r {
	width: 70%;
	line-height: 28px;
	color: #4e4e4e;
}

.Amiana_l>h1 {
	font-weight: 1;
	color: #919191;
	font-size: 30px;
}

.gdaX {
	align-items: center;
	margin-top: 50px;
}

.gda h1 {
	color: #003e9a;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}

.gda>span {
	color: #919191;
}

.gdb h1 {
	color: #278eaa;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}

.gdb>span {
	color: #919191;
}

.Amianb {
	margin: 100px 0 200px;
}

.Amianb li {
	width: 32%;
}

.Amianb img {
	width: 100%;
	height: auto;
}

.source {
	color: #999;
	text-align: right;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 20px;
}


/* contact.php */
.Tbanner img {
	width: 100%;
	height: auto;
}

.news {
	margin: 0 auto 50px;
	width: 80%;
}

.news .ntab {
	color: #3c3c3c;
	margin: 20px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.news .ntab a {
	color: #8e8e8e;
}

.newsA_l {
	width: 75%;
}

.newsA_l .title {
	color: #3c3c3c;
	line-height: 26px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.newsA_l .newsA_la a {
	color: #2c95bc;
}

.newsA_lb {
	width: 97%;
}

.newsA_lb * {
	font-size: 17px !important;
	color: #333 !important;
	line-height: 35px !important;
}

.newsA_lb a {
	color: #156ba3 !important;
}

.newsA_lb strong * {
	color: #0b2e58 !important;
	font-size: 26px !important;
}

.newsA_lb img {
	width: 70% !important;
	height: auto;
	display: block;
	margin: 20px auto !important;
	border-radius: 5px;
}

.newsA_lb p {
	text-indent: 2em;
	margin-bottom: 10px;
}

.newsA_lb h1,h2,h3,h4,h5,h6 {
    margin-top: 15px;
}

.newsA_r {
	margin-left: 5%;
	width: 20%;
	box-sizing: border-box;
	border-left: 1px solid #8e8e8e;
}

.newsA_lbx {
	color: #3c3c3c;
	line-height: 30px;
}

.newsA_r {
	overflow: hidden;
}

.newsA_rT {
	float: right;
	color: #3c3c3c;
	line-height: 26px;
}

.newsA_rT p {
	font-size: 16px;
	margin-bottom: 15px;
}

.newsA_rT .span {
	margin-bottom: 50px;
}

.newsA_rT .span span {
	border: 1px solid #a3a6a6;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
	border-radius: 20px;
}

.newsA_rT .span a {
	color: #a3a6a6;
}


/*联系我们*/
.contacnew {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-color: #160c2e;
	min-height: 200px;
	padding-top: 40px;
}

.contacnewt {
	padding: 40px 0 40px 0;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
}

.contacnewt p {
	padding: 10px 0;
	color: #fff;
}


.contactus {
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}

.contactus ul li {
	float: left;
	width: 31.333%;
	margin-right: 3%;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	padding: 30px 30px;
	box-sizing: border-box;
	position: relative;
	height: 165px;
	overflow: hidden;
}

.contactus ul li:nth-child(3n) {
	margin-right: 0;
}

.contactus ul li .contactust {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: auto;
}

.contactus ul li .contactust a:hover {
	text-decoration: none;
}

.contactus ul li .contactust i {
	font-size: 35px;
	color: #333;
}

@font-face {
	font-family: 'shweb08';
	/* Project id 2582579 */
	src: url('//at.alicdn.com/t/font_2582579_8c5wugpqcjg.woff2?t=1622458508142') format('woff2'),
		url('//at.alicdn.com/t/font_2582579_8c5wugpqcjg.woff?t=1622458508142') format('woff'),
		url('//at.alicdn.com/t/font_2582579_8c5wugpqcjg.ttf?t=1622458508142') format('truetype');
}

.shweb08 {
	font-family: "shweb08" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.contactus ul li .contactusb {
	padding-top: 10px;
}

.contactus ul li .contactusb span {
	display: block;
	font-size: 20px;
	padding-top: 5px;
}

.contactus ul li .contactusb span.tv {
	font-size: 14px;
}

.contactus ul li:hover {
	background-color: #fc3829;
	color: #fff;
}

.contactus ul li:hover i {
	color: #fff;
}

@font-face {
	font-family: 'shweb09';
	/* Project id 2582618 */
	src: url('//at.alicdn.com/t/font_2582618_7nxq8apzf6.woff2?t=1622460124111') format('woff2'),
		url('//at.alicdn.com/t/font_2582618_7nxq8apzf6.woff?t=1622460124111') format('woff'),
		url('//at.alicdn.com/t/font_2582618_7nxq8apzf6.ttf?t=1622460124111') format('truetype');
}

.shweb09 {
	font-family: "shweb09" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}


@font-face {
	font-family: 'shweb10';
	/* Project id 2582628 */
	src: url('//at.alicdn.com/t/font_2582628_2mfvdirl66v.woff2?t=1622460368614') format('woff2'),
		url('//at.alicdn.com/t/font_2582628_2mfvdirl66v.woff?t=1622460368614') format('woff'),
		url('//at.alicdn.com/t/font_2582628_2mfvdirl66v.ttf?t=1622460368614') format('truetype');
}


.shweb10 {
	font-family: "shweb10" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.contactus ul li .wxer {
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 130px;
}

.contactus ul li .wxer.tv {
	right: 20px;
}

.contactus ul li .wxer img {
	width: 100px;
	height: auto;
}

.contlink {
	height: auto;
	overflow: hidden;
	line-height: 30px;
	margin: auto;
	padding: 10px 0;
	margin-top: 20px;
	color: #57586d;
	word-spacing: 0.5em;
}

.contlink a {
	color: #a6a6a6
}

@font-face {
	font-family: 'shweb11';
	/* Project id 2582643 */
	src: url('//at.alicdn.com/t/font_2582643_qhf0i7sgig.woff2?t=1622460917520') format('woff2'),
		url('//at.alicdn.com/t/font_2582643_qhf0i7sgig.woff?t=1622460917520') format('woff'),
		url('//at.alicdn.com/t/font_2582643_qhf0i7sgig.ttf?t=1622460917520') format('truetype');
}

.shweb11 {
	font-family: "shweb11" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'shweb12';
	/* Project id 2588922 */
	src: url('//at.alicdn.com/t/font_2588922_tqfs4slpwxr.woff2?t=1622697283484') format('woff2'),
		url('//at.alicdn.com/t/font_2588922_tqfs4slpwxr.woff?t=1622697283484') format('woff'),
		url('//at.alicdn.com/t/font_2588922_tqfs4slpwxr.ttf?t=1622697283484') format('truetype');
}

.shweb12 {
	font-family: "shweb12" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'shweb13';
	/* Project id 2588940 */
	src: url('//at.alicdn.com/t/font_2588940_tf4wqq901da.woff2?t=1622697853013') format('woff2'),
		url('//at.alicdn.com/t/font_2588940_tf4wqq901da.woff?t=1622697853013') format('woff'),
		url('//at.alicdn.com/t/font_2588940_tf4wqq901da.ttf?t=1622697853013') format('truetype');
}

.shweb13 {
	font-family: "shweb13" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}



/*客服样式*/

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #e53244;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #e53244;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #e53244;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1369449 */
	src: url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.eot');
	src: url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.eot?#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.woff2') format('woff2'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.woff') format('woff'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.ttf') format('truetype'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.slide_right {
	width: 60px;
	height: 332px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -166px;
	z-index: 99
}

.slide_right li {
	width: 60px;
	height: 60px;
	margin-bottom: 1px;
	position: relative;
	font-size: 12px
}

.s_tel {
	width: 270px;
	position: absolute;
	left: 0;
	top: 0;
}

.u_tel {
	width: 210px;
	height: 60px;
	float: left;
	background: #e2070b;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-family: cursive;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_right li a {
	display: block;
	width: 60px;
	height: 60px;
	background: #f14702;
	color: #fff;
	transition: none;
	text-align: center;
	line-height: 22px;
	padding-top: 10px;
	float: left;
}

.slide_right li:hover a {
	background: #e2070b;
	text-align: center;
}

.slide_right li a i {
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 28px;
}

.slide_right li .s_side {
	display: none;
}

.slide_right li .hade {
	display: block;
}


.slide_right li.s_zixun {
	background-position: 0 0;
}

.slide_right li.s_zixun .ew_tel {
	width: 160px;
	text-align: center;
	padding: 15px;
	height: auto;
	float: left;
	background: #e2070b;
	left: -170px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	display: none;
}

.slide_right li.s_zixun .ew_tel img {
	width: 100%;
}

.slide_right li.s_zixun .ew_tel:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 20px;
	border-top: 10px solid transparent;
	border-left: 15px solid #e2070b;
	border-bottom: 10px solid transparent;
}

.slide_right li.s_zixun:hover .ew_tel {
	display: block;
}

.slide_right li.s_zixun .ew_tel p {
	font-size: 12px;
	padding-top: 6px;
	color: #fff;
}


@media (max-width:1600px) {
	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}

	.header .logo {
		margin-top: 25px;
	}
}

@media (max-width:1440px) {



	.bottom_l {
		width: 450px;
		margin-top: 60px;
	}

	.bottom_r {
		width: calc(100% - 450px);
	}


	.header .logo img {
		width: 200px;
		height: auto;
	}

	.head_seartch {
		display: none;
	}


	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}


}

/*客服样式结束*/

/*分页样式*/
.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
	margin-bottom: 15px;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
}

.page_list {
	height: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	font-family: Microsoft yahei;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 8px;
	margin: 0 1px;
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}

.page_list a.on {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}

/*公用样式*/
.public_title{ font-size:36px; line-height:30px; font-weight:bold; text-align:center; padding:40px 0;}
.public_title span{ display:block; font-size:16px; padding-top:20px; color:#5c5c5c; font-weight:300;}

/*解决方案*/
.njsoftgs_solution{
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    padding: 20px 0;
    background: linear-gradient(180deg, #F0F3FA 0%, #F8F9FC 100.6%);
}

.solution_container{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.solution_container ul{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px 20px;
    width: 90%;
    margin: auto;
    height: 56px;
    padding: 5px;
    border-bottom: 1px solid #e3e2e2;
}

.solution_container ul li{
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    cursor: pointer;
}
.solution_container .on{
    color: #0071ef;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #0071ef;
}
 
.solution_main {
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
    border-radius: 10px;
    display: none;
    grid-template-columns: repeat(2, 1fr);
}

.solution_main >div {
    overflow: hidden;
}

.solution_main_text {
    padding: 20px;
    font-size: 15px;
}

.solution_main_text h5{
    font-size: 32px;
    margin: 20px auto;
}

.solution_main_text p{
    line-height: 30px;
    opacity: 0.7;
    text-indent: 2rem;
}

.solution_main img{
    width: 100%;
    height: auto;
}

/*我们的开发优势*/
.njsoftgs_advantages{
    height: auto;
}

.njsoftgs_advantages ul{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
    padding: 30px;
    margin: 0 auto;
}


.njsoftgs_advantages ul li{
    padding: 10px;
    -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-shadow: 0px 2px 24px 0px rgba(33,79,143,.1);
    --tw-shadow-colored: 0px 2px 24px 0px var(--tw-shadow-color);
    border-radius: 5px;
    overflow: hidden;
    border-left:5px solid #006aff;
}

.njsoftgs_advantages ul li strong{
    font-size: 16px;
}

.njsoftgs_advantages ul li p{
    margin-top: 10px;
    color: #717171;
}


/*开发流程*/
.njsoftgs_process{
    height: auto;
    padding: 20px 0;
    background: #f0f3fa;
    margin: 30px auto;
}

.njsoftgs_process ul{
    display: table;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.njsoftgs_process ul li{
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.njsoftgs_process p{
    float: left;
    width: 84px;
}
.process_title {
    background: url(/images/njsoftgs_process_bg.png);
    width: 220px;
    height: 84px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 84px;
}
.njsoftgs_process dl{
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

.njsoftgs_process dl dt{
    line-height: 35px;
}

/*我们的售后服务*/
.dev-aftersales{ 
    padding-bottom: 50px;
    height: auto;
 }

.dev-aftersales ul{
    width: 90%; 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 40px;
    padding: 30px;
    margin:  auto;
    border-radius: 5px;
}

.dev-aftersales_left {
    width: 50px;
    float: left;
}
.dev-aftersales_left img{
    width: 80%;
}

.dev-aftersales_right{
    float: right;
    width: calc(100% - 50px);
}

.dev-aftersales_right p{
    color: #717171;
}


/*我们的客户开始*/
.njsoftgs_customer{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.njsoftgs_customer ul{
    width: 88%;
    margin: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px 20px;
    margin-bottom: 10px;
}
.njsoftgs_customer ul li{
    box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content:center;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 48px 0 rgba(0,33,71,.05);
     box-shadow: 0 12px 48px 0 rgba(0,33,71,.05);
    -webkit-box-sizing: border-box;
}
.njsoftgs_customer ul li img{
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}