
body{
	min-width: 1366px;
	/* overflow-x: hidden; */
}
.banner_con{
	/* position: relative; */
	width: 1920px;
	height: 240px;
	background-image: url('/image/serviceSystem/banner.png');
	background-position: center center; 
	background-repeat: no-repeat;
}
.banner_con_title{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 170px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	color: #FEFEFE;
	z-index: 2;
}
@font-face {
    font-family: 'DIN Alternate';
    src: url('/css/font/DIN-Regular-2.otf');
}

.turnInto * {
    box-sizing: border-box;
}

.turnInto {
    width: 100%;
}

.turnInto img {
    width: 100%;
}

.banner_con {
	width: 100%;
	overflow-x: hidden;
   /* position: relative; */
}
.bx-pager-item a{
    width: 20px !important;
    height: 5px !important;
}
/* .banner_con_title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: Microsoft YaHei;
    color: #FEFEFE;
    top: calc(50% - 20px);
    left: 0;
} */

.serve {
    padding: 88px 0;
}

.page_part {
  display: flex;
	justify-content: center;
	align-items: center;
}

.part_item {
	max-width: 640px;
  width: calc(50% - 15px);
	height: 240px;
	box-shadow: 6px 10px 17px 3px rgba(25, 42, 55, 0.12);
	border-radius: 8px;
	margin: 0 15px 30px;
	padding: 40px 65px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item_img, .item_img img {
    width: 68px;
    height: 60px;
}
.part_item_line{
	width: 1px;
	height: 160px;
	background: #5AA451;
	opacity: 0.1;
	border-radius: 1px;

}
.part_item_text{
	width: 280px;
}
.item_title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292929;
}

.item_text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5AA451;
    margin: 10px 0 20px;
}

.item_point {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606060;
    margin-bottom: 15px;
}

.point {
    width: 8px;
    height: 8px;
    background: #3AA645;
    border-radius: 2px;
    margin-right: 30px;
		display: none;
}


.center_part {
    width: 644px;
    /* padding-right: 40px; */
}

.circle1 {
    width: 507px;
    height: 507px;
    /* box-shadow: 0px 16px 24px 6px rgba(108, 162, 91, 0.15); */
    background-image: url(/image/serviceSystem/circle.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 247px auto 0;
    text-align: center;
    line-height: 460px;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 47px;
}


.clearfix::after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.eighthSlider {
    position: relative;
		width: calc(100% - 200px);
}

.eighthSliderItemImg {
    width: 201px;
    height: 81px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.qualification_item{
	width: 100%;
}
.culture_title {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 60px;
}


.qualification {
    background-color: #F9F9F9;
    padding: 88px 0 75px;

}


.item_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px;

}

.item_item {
    margin-right: 20px;
    width: calc(25% - 10px);
}

.item_item_img {
    max-width: 310px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 3px 5px 9px 1px rgba(29, 42, 54, 0.12);
    border-radius: 8px;
    text-align: center;
}

.item_item_img img {
    width: 148px;
    height: 210px;
    border-radius: 8px;
    display: inline-block;
}

.item_item_text {
    margin-top: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #292929;
    text-align: center;
}


.icon {
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    background: #FFFFFF;
    /* border: 1px solid #3AA645; */
    border-radius: 50%;
    /* opacity: 0.5; */
    font-size: 28px;
    position: absolute;
    top: 283px;
    cursor: pointer;
}

.leftIcon {
    left: 30px;
    background-image: url(/image/turnInto/left.png);
}

.rightIcon {
    right: 30px;
    background-image: url(/image/turnInto/right_select.png);
}

.boxShadow {
    box-shadow: 0px 16px 24px 6px rgba(90, 164, 81, 0.3);
    border-radius: 50%;
}

.eighthSlider {
    position: relative;
}

.eighthSlider .bx-viewport {
    background: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.eighthSlider .bx-next {
    background: url(/image/common/silderRightG.png);
    margin-right: -100px;
}

.eighthSlider .bx-prev {
    background: url(/image/common/silderLeftG.png);
    margin-left: -100px;
}

.eighthSlider .bx-next:hover {
    background: url(/image/common/silderRightSel.png);
}

.eighthSlider .bx-prev:hover {
    background: url(/image/common/silderLeftSel.png);
}
/** 首页 轮播 样式重写*/
.bx-controls-direction a {
    width: 53px !important;
    height: 53px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00A934 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ebf4ea !important;
}

.eighthSliderItem {
    margin: 0 10px 0 10px;
}

.main-content {
    max-width: 1320px;
    margin: 0 auto;
}


.scrollbar_con::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.scrollbar_con::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #5AA451;
    background: #5AA451;
}

.scrollbar_con::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px #5AA451;
    border-radius: 10px;
    background: #ededed;
}
<!--0.00028300285339355-->