body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.flex {
	display: flex;
}

.basis-xs {
	flex-basis: 20%;
}

.basis-sm {
	flex-basis: 40%;
}

.basis-df {
	flex-basis: 50%;
}

.basis-lg {
	flex-basis: 60%;
}

.basis-xl {
	flex-basis: 80%;
}

.flex-sub {
	flex: 1;
}

.flex-twice {
	flex: 2;
}

.flex-treble {
	flex: 3;
}

.flex-direction {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.align-stretch {
	align-items: stretch;
}

.self-start {
	align-self: flex-start;
}

.self-center {
	align-self: flex-center;
}

.self-end {
	align-self: flex-end;
}

.self-stretch {
	align-self: stretch;
}

.align-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.text-333 {
	color: #333333;
}

.text-666 {
	color: #666666;
}

.text-999 {
	color: #999999;
}

.base-font-10 {
	font-size: 10px;
}

.base-font-12 {
	font-size: 12px;
}

.base-font-13 {
	font-size: 13px;
}

.base-font-14 {
	font-size: 14px;
}

.base-font-15 {
	font-size: 15px;
}

.base-font-16 {
	font-size: 16px;
}

.base-font-17 {
	font-size: 17px;
}

.base-font-18 {
	font-size: 18px;
}

.base-font-19 {
	font-size: 19px;
}

.base-font-20 {
	font-size: 20px;
}

.base-font-22 {
	font-size: 22px;
}
.base-font-24 {
	font-size: 24px;
}
.base-font-26 {
	font-size: 26px;
}

.base-font-28 {
	font-size: 28px;
}
.base-font-36{font-size:36px;}
.base-font-40{font-size:40px;}
.base-font-48{font-size:48px;}


.text-bold {
	font-weight: bold;
}
.text-white{color:#FFFFFF;}
.padding-top-10{padding-top:10px;}
.padding-bottom-10{padding-bottom:10px;}
.home-base-tit .subTit{letter-spacing: 7px;}

.margin-left-10{margin-left:10px}
.margin-right-10{margin-right:10px}

.base-font-40{font-size:40px;}
.base-font-48{font-size:48px;}
.text-bold {
	font-weight: bold;
}
.padding-top-10{padding-top:10px;}
.padding-bottom-10{padding-bottom:10px;}

.margin-top-10{margin-top:10px}
.margin-top-30{margin-top:30px}
.margin-top-40{margin-top:40px}
.margin-top-20{margin-top:20px;}
.padding-tb-20{padding-top:20px;padding-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-20 {margin-bottom:20px;}
.pointer{cursor: pointer;}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ellipsis3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellipsis7{
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}





.text-blue {
	color: #253783;
}
.text-center{text-align: center;}

.baseHeadBox {
	width: 100%;
	height: 140px;
	padding-top: 34px;
	box-sizing: border-box;
}

.bg-white{background:#FFFFFF;}

.baseHeadBox .leftLogo {
	width: 540px;
	height: 76px;
}

.baseHeadBox .leftLogo img {
	width: 100%;
	height: auto
}

.baseHeadBox .rightBox {
	padding-left: 46px;
	min-height: 46rpx;
	min-width: 46px;
	position: relative;
	margin-top: 15px
}

.baseHeadBox .rightBox .tel {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0
}

.baseHeadBox .rightBox .tel img {
	width: 100%;
	height: 100%;
}

.baseMenu {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #253783;
}

.baseMenu .navItem {
	font-size: 18px;
	color: #fff;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	position: relative;
}

.baseMenu .navItem.checked,
.baseMenu .navItem:hover {
	background: #118ae8;
}

.baseMenu .navItem .menu {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
}

.baseMenu .navItem .subMenu {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 99;
	background: rgba(17, 35, 138, .95);
	display: none;
}

.baseMenu .navItem .subMenu ul li {
	height: 50px;
	line-height: 50px;
	color: #fff;
	list-style-type: none;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
}

.baseMenu .navItem:hover .subMenu {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

.baseMenu .navItem .subMenu ul li:hover {
	background: rgba(17, 138, 232, .6);
}

.inPageImage {
	width: 100%;
	height: 17.1333vw;
}

.neiMenuItem {
	width: 180px;
	height: 48px;
	border: 1px solid #ddd;
	margin: 30px 10px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
}

.neiMenuItem.checked,
.neiMenuItem:hover {
	border: 1px solid #253783;
	background: #253783;
	color: #fff;
}


.crumbsBox{height:55px;line-height:55px;font-size:14px;border-bottom:1px solid #eee;}
.crumbsBox span{padding:0 10px;}
.crumbsBox span a{ text-decoration: none;}
.neiContent{min-height:calc(100vh - 680px);font-size:15px;padding:20px;box-sizing: border-box;}
.neiContent img{max-width:100%;height: auto}

.neiNewsList ul li {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.neiNewsTime {
	width: 170px;
	flex-shrink: 0;
}
.neiNewsImage {
	width: 280px;
	height: 200px;
	flex-shrink: 0;
	overflow: hidden;
}
.viewMoreNews {
	width: 110px;
	height: 30px;
	background: #e2e5e6;
	line-height: 33px;
	text-align: center;
	margin-top: 40px;
}
.viewMoreNews:hover {
	background: #253783;
	color: #fff;
}
.newsAbstract {
	background: #f0f5f8;
	padding: 50px 60px;
	box-sizing: border-box;
	line-height: 2.1;
}
.caseItemBox {
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}
.caseItemBox .caseImage {
	widht: 100%;
	height: 204px;
	overflow: hidden;
}
.caseItemBox .itemContent {
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 32px;
}
.caseItemBox:hover {
	box-shadow: 0 0 30px #ddd;
}
.preoImage{width:100%;height:440px}
.buyProBtn {
	padding: 50px 0;
	cursor: pointer;
}
.buyProBtn+.buyProBtn {
	border-top: 1px solid #ddd;
}
.home-base-tit {
	padding: 70px 0 40px 0;
}
.home-base-tit .homeTitLine {
	width: 35px;
	height: 4px;
	background: #e85c00;
	border-radius: 2px;
	margin: 10px auto;
}
.home-base-tit .subTit {
	letter-spacing: 7px;

}
.homeProBox .proHomeItem {
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #eee;
	margin: 0 auto;
	cursor: pointer;
}
.homeProBox .proHomeItem .proImage {
	width: 100%;
	height: 300px;
	background: #fff;
	overflow: hidden;
}
.homeProBox .proHomeItem .proItit {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #eee;
	color: #2e2e2e;
}
.homeProBox .proHomeItem:hover {
	border: 1px solid #253783;
}
.homeProBox .proHomeItem:hover .proItit {
	background: #253783;
	color: #fff;
}
.tckxltBox {
	padding: 30px 0;
	background: #4560ab url('../images/tmbj.png') bottom no-repeat;
	background-size: cover;

}
.tcltImage, .tcltImage img {
	width: 562px;
	height: 316px;
}
.homtKXltJs, .homtKXltJs p {
	background: none!important;
	color: #fff!important;
}
.padding-right-20 {
	padding-right: 20px;
	box-sizing: border-box;
}
.padding-bottom-20{padding-bottom:20px;}
.leftNewsImage {
	width: 560px;
	height: 385px;
	background: #f8f8f8;
}
.rightNews {
	width: 600px;
	height: 385px;
}
.rightNews .menuList {
	color: #28121f;
	font-size: 22px;
	font-weight: 700;
}
.rightNews .menuList .menItem.checked {
	border: 2px solid;
	border-radius: 25px;
	color: #11558a;
}
.rightNews .menuList .menItem {
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	cursor: pointer;
	border: 2px solid #f8f8f8;
	border-radius: 25px;
}
.rightNews .menuList .menItem.checked {
	border: 2px solid;
	border-radius: 25px;
	color: #11558a;
}
.rightNews .menuList .menItem {
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	cursor: pointer;
	border: 2px solid #f8f8f8;
	border-radius: 25px;
}
.rightNews ul li .leftTime {
	padding-right: 15px;
	text-align: right;
	font-weight: lighter;
	flex-shrink: 0;
	border-right: 1px solid #ddd;
}
.rightNews ul li {
	position: relative;
	height: 90px;
	line-height: 1.5;
	font-size: 18px;
	color: #28121f;
	padding: 0 0 0 0;
	box-sizing: border-box;
	list-style-type: none;
	margin-top: 10px;
}

.text-left{text-align: left;}
.relative{position: relative;}
.newImageItem{position: relative;}
.newImageItem,.newImageItem img{width:560px;height:385px;}
.newImageItem .newsTit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(40,18,31,.6);
	padding: 0 120px 0 15px;
	box-sizing: border-box;
	z-index: 999;
	position: absolute;
	left: 0;
	bottom: 0;text-align:left;color:#FFFFFF;
}
.leftNewsImage .layui-carousel-ind{text-align:right;top:-30px;z-index:99999;}
.base-text {
	color: #28121f;
}
.wrapper {
	width: 1180px;
	margin: 0 auto;
	min-width: 1180px;
}
.proItemSwiperBox {
	width:1180px;
}
.proItemSwiper {
	width:220px;
	border-radius: 10px;
	height: 213px;
	box-sizing: border-box;
	line-height: 1;
}
.tczsImage, .tczsImage img{
	width: 100%;
	height: 160px;
}
.layui-carousel>[carousel-item]>*{background: none;}

.footRight img {
	width: 24px;
	height: 24px;
	margin-left: 30px;
	cursor: pointer;
}
.honorItem{width:100%;height:430px;}
.bannerCaseItem .rightContent {
	padding: 50px;
	box-sizing: border-box;
	background:#ffffff;
}
.ljxqBtn {
	height: 46px;
	width: 146px;
	border-radius: 24px;
	line-height: 48px;
	border: 2px solid #e6712c;
}
.ljxqBtn:hover {
	color: #fff;
	background: #e6712c;
}
.bannerCaseItem .layui-carousel{background:#ffffff;}
.bg-white{background:#ffffff;}
.lxwmImage{width:600px;height:400px;flex-shrink:0;}
.lxwmImage img{width:100%;height:100%;}