.mb-2 {
	margin-bottom: 20px!important;
}
.mb-3 {
	margin-bottom: 30px!important;
}
.mb-6 {
	margin-bottom: 60px!important;
}
.mb-8 {
	margin-bottom: 80px!important;
}
.mb-10 {
	margin-bottom: 100px!important;
}
.mt-6 {
	margin-top: 60px!important;
}
.mt-5 {
	margin-top: 30px!important;
}
.mt-4 {
	margin-top: 40px!important;
}
.mt-3 {
	margin-top: 30px!important;
}
.mt-2 {
	margin-top: 20px!important;
}
.pt-0 {
	padding-top: 0px!important;
}
.pt-6 {
	padding-top: 60px!important;
}
.pt-8 {
	padding-top: 80px!important;
}
.pb-8 {
	padding-bottom: 80px!important;
}
.pt-9 {
	padding-top: 90px!important;
}
.pb-9 {
	padding-bottom: 90px!important;
}
.pb-10 {
	padding-bottom: 100px!important;
}


.wrap_content .main-wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}


/* banner */
.wrap_content .sub_banner {
	margin-top: 72px;
	min-width: 1200px;
	height: 558px;
	padding-top: 180px;
	overflow: hidden;
	background: url(../images/news/new_banner.jpg) no-repeat top;
	background-size: cover;
}
.sub_banner .banner_txt {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.sub_banner .banner_txt h1 {
	font-size: 70px;
	margin-bottom: 10px;
}
.sub_banner .banner_txt p {
	font-size: 24px;
}
.awater_banner .banner_txt p,
.asi_banner .banner_txt p,
.aplan_banner .banner_txt p,
.about_banner .banner_txt p,
.agm_banner .banner_txt p,
.agcim_banner .banner_txt p,
.dlh_banner .banner_txt p,
.xtjc_banner .banner_txt p,
.news_banner .banner_txt p {
	font-size: 24px;
}
.wrap_content .product_banner {
	background-image: url(../images/product/product_banner.jpg);
}
.wrap_content .awater_banner {
	background-image: url(../images/industry/awater/awater_b.jpg);
}
.wrap_content .asi_banner {
	background-image: url(../images/industry/asi/asi_b.jpg);
}
.wrap_content .aplan_banner {
	background-image: url(../images/industry/aplan/aplan_b.jpg);
}
.wrap_content .agb_banner {
	background-image: url(../images/industry/agcim/agcim_b.jpg);
}
.wrap_content .agm_banner {
	background-image: url(../images/industry/agm/agm_b.jpg);
}
.wrap_content .agcim_banner {
	background-image: url(../images/industry/agcim/agcim_b.jpg);
}
.wrap_content .xtjc_banner {
	background-image: url(../images/industry/xtjc/xtjc_b.jpg);
}
.wrap_content .dlh_banner {
	background-image: url(../images/industry/dlh/dlh_b.jpg);
}
.wrap_content .about_banner {
	background-image: url(../images/about/about_b.jpg);
}
.wrap_content .culture_banner {
	background-image: url(../images/culture/culture_b.jpg);
}
.wrap_content .talent_banner {
	background-image: url(../images/talents/talents_b.jpg);
}
.probn_txt {
	overflow: hidden;
}
.probn_txt .icon-box {
	width: 140px;
	float: left;
}
.probn_txt .icon-box .iconfont {
	font-size: 120px;
	vertical-align: middle;
}
.probn_txt .text-box {
	padding-top: 30px;
	width: 400px;
	float: left;
}
.probn_txt .text-box h2 {
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
}
.probn_txt .text-box h3 {
	font-size: 46px;
}

.tab_aera .wrap-tab {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #E8E8E8;
}
.wrap-tab-tit {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.wrap-tab-tit li {
	float: left;
	color: #565656;
	font-size: 17px;
	font-weight: 500;
	line-height: 60px;
	margin-right: 60px;
	cursor: pointer;
	position: relative;
	transition: all .2s ease;
}
.wrap-tab-tit li a {
	display: inline-block;
	transform: scale(1);
	color: #565656;
	transition: all .2s ease;
}
.wrap-tab-tit li:last-of-type {
	margin-right: 0;
}
.wrap-tab-tit li:hover a {
	transform: scale(1.05);
	color: #de0018;
	transition: all .2s ease;
}
.wrap-tab-content {
	width: 1200px;
	margin: 0 auto;
}
.wrap-tab-tit li.active a,
.wrap-tab-tit li.active {
	color: #de0018;
}
.wrap-tab-tit li.active:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #de0018;
}
.wrap-tab-content .wrap-tab-item {
	display: none;
}
.wrap-tab-content .wrap-tab-item.active {
	display: block;
}
.anchor-tab ul {
	position: relative;
}
.anchor-tab.fixed,.wrap-tab.fixed {
	position: fixed;
	z-index: 99;
	top: 72px;
	left: 0;
	background-color: #fff;
	box-shadow: 0 2px 15px 0 rgba(0,39,123,.12);	
}
.anchor-tab .tab-line {
    width: 72px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #de0018;
}


/* 新闻中心 */
.news-list li {
	margin-bottom: 40px;
}
.news-container .news-list li{
	width: 100%;
	height: 208px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
       display: flex;
}
.news-container .news-list li a{
      flex:1;
}
.news-list li .img-box {
	width: 300px;
	height: 168px;
	//float: left;
	background-color: #E9ECF0;
	//overflow: hidden;
       margin-right: 40px;
}
.news-list .img-box img {
	width: 100%;
	height: 100%;
	transition: all .2s;
}
.news-container .news-list li a:hover img {
	transform: scale(1.05); 
	transition: all .2s;
}
.news-container .news-list li a:hover h2 em {
	color: #df0018;
	transition: all .2s;
}
.news-list li .text-box {
	//margin-left: 340px;
	color: #333;
} 
.news-list li .text-box h2 {
	font-size: 22px;
	margin: 5px 0;
}
.news-list li .text-box h2 em {
	width: 80%;
	display: inline-block;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	transition: all .2s;
}
.news-list li .text-box .date {
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	float: right;
	padding: 5px;
}
.news-list li .text-box p {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list li .text-box .more-btn {
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #626262;
	margin-top: 40px;
}
.news-detail-con {
	width: 1200px;
	margin: 0 auto 40px;
}
.news-detail-con  p.bubble{
    display: inline-block;
    vertical-align: top;
    width: 86%;
    text-indent: 0;
    padding: 9px;
    border-radius: 0.5em;
    background-color: #f7f7f7;
    position: relative;
}
.news-detail-con  p.bubble::before{
    position:absolute;
    content:"";
    width:0;
    height:0;
    border-right: 10px solid #f7f7f7;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    top: 16px;
    left: -10px;
}
.news-title h1 {
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    font-size: 28px;
    color: #333;
    padding-bottom: 20px;
}
.news-date {
	color: #747474;
	text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 40px;
    overflow: hidden;
}
.news-detail-con p {
	text-align: left;
	margin-bottom: 20px;
	text-indent: 2em;
	word-break: break-word;
	overflow-wrap: break-word;
	color: #333;
	font-size: 16px;
	line-height: 28px;
        text-align: justify;
}
.news-detail-con .img-box {
	text-align: center;
	margin: 30px 0;
}
.news-detail-con .img-box img {
	width: 800px;
	height: auto;
}
.news-detail-con>h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.page-link {
	border-top: 1px solid #e4e4e4;
	padding-top: 60px;
}
.prev-btn,.next-btn {
	line-height: 36px;
	display: inline-block;
	text-align: center;
	color: #212121;
	font-size: 16px;
	font-weight: 600;
	margin-right: 15px;
}
.prev-btn .prev-icon,.next-btn .next-icon {
	width: 22px;
	height: 14px;
	display: inline-block;
	background: url(../images/news/prev_ico.png) center center no-repeat;
	margin-right: 6px;
}
.next-btn .next-icon {
	background-image: url(../images/news/next_ico.png);
}
.page-link .prev {
	margin-bottom: 20px;
}
.page-link a,.page-link {
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

/* 会议集锦 */
.meeting-container {
	width: 100%;
}
.meeting-list li {
	width: 100%;
	margin-bottom: 30px;
}
.meeting-list li a {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}
.meeting-list li a img {
	display: inline-block;
}

/* 行业动态 */
.industry-tab {
	width: 100%;
	background: #fbfbfb;
	padding-top: 60px;
}
.industry-tab-tit {
	overflow: hidden;
}
.industry-tab-tit li {
    width: 176px;
    float: left;
    height: 174px;
    box-sizing: border-box;
    padding-top: 37px;
    padding-bottom: 36px;
    cursor: pointer;
    position: relative;
	text-align: center;
}
.industry-tab-tit li .line {
    background: #DE0018;
    height: 4px;
    width: 100%;
    position: absolute;
    top: -4px;
    left: 0;
    display: none;
}
.industry-tab-tit li .iconfont {
	font-size: 40px;
	color: #212121;
}
.industry-tab-tit li .label {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #212121;
    letter-spacing: 0;
    line-height: 29px;
}
.industry-tab-tit li.active {
    background: #fff;
	color: #DE0018;
}
.industry-tab-tit li.active .line {
	display: block;
	top: 0px;
}
.industry-tab-tit li.active .label,
.industry-tab-tit li.active .iconfont {
	color: #DE0018;
}
.industry-tab-con {
	margin-top: 50px;
}


/* 软件产品 */
.product-container {
	margin-bottom: 100px;
}
.product-item {
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
}
.product-item .product-tit {
	width: 440px;
	height: 410px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;	
}
.product-tit img {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	transform: scale(1);
	transition: transform 0.3s ease-out;
}
.product-item .product-tit p {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	display: block;
	height: 40px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	z-index: 3;
	color: #fff;
	transform: translate(-50%,0);
}
.product-tit a:hover img {
	transform: scale(1.05);
}
.product-item .product-box {
	margin-left: 500px;
	height: 410px;
	position: relative;
}
.product-item .product-ul {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.product-ul dt {
	margin-bottom: 20px;
}
.product-ul dt p {
	color: #8677b5;
	font-size: 28px;
	font-weight: 700;
}
.product-ul dd {
	margin: 10px 0;
}
.product-ul dd a {
	display: block;
	font-size: 24px;
	color: #808080;
	line-height: 2;
	transition: all .2s;
}
.product-ul dd .icon-arrow1 {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	background: #a59ac9;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding-left: 4px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 15px;
}
.product-ul dd a:hover {
	color: #333;
	transition: all .2s;
}
.product-item.fl-r .product-tit {
	float: right;
}
.product-item.fl-r .product-box {
	margin-left: 0;
	margin-right: 480px;
}
.product-item.fl-r .product-ul {
	left: 20px;
}
.awater-box .product-ul dd .icon-arrow1 {
	background-color: #70bbe9;
}
.asi-box .product-ul dd .icon-arrow1 {
	background-color: #f6b387;
}
.aplan-box .product-ul dd .icon-arrow1 {
	background-color: #63c0ab;
}
.agm-box .product-ul dd .icon-arrow1 {
	background-color: #f29b96;
}
.awater-box .product-ul dt p {
	color: #70bbe9;
}
.asi-box .product-ul dt p {
	color: #f6b387;
}
.aplan-box .product-ul dt p {
	color: #63c0ab;
}
.agm-box .product-ul dt p {
	color: #f29b96;
}



/* 行业应用 */
.module-box {
	width: 100%;
	overflow: hidden;
}
.module-box .text-box {
	float: left;
	width: 100%;
	padding-right: 50px;
}
.module-box .text-box p {
	margin-bottom: 20px;
}
.overview-con .text-box h3 {
	font-size: 24px;
	color: #333;
	padding: 10px 0;
	margin-bottom: 15px;
}
.solution-con .text-box h3 {
	font-size: 24px;
	color: #333;
        font-weight:600;
	margin-bottom: 15px;
}
.overview-con .text-box h3.gray-line {
	display: inline-block;
	border-bottom: 1px solid #a0a0a0;
}
.overview-con .text-box p,
.solution-con .text-box p,
.solution-con .smart-box p {
	font-size: 16px;
	color: #212121;
	line-height: 30px;
	text-align: justify;
}
.module-box .img-box {
	float: left;
	width: 100%;
	overflow: hidden;
}





.module-box .img-box img{

	width:100%;
	height:100%;
	border-radius:5px;
	margin:0 0px;
	opacity:0.5
        /*x,y值，*/
         transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
}


.module-box .img-box p:hover img {
	transform:scale(1.5,1.5);
	-webkit-transform:scale(1.5,1.5);
	-o-transform:scale(1.5,1.5);
	/*对前效果的过度*/
        opacity:1;
	z-index:1
}


.overview-con .pic-box {
	margin: 80px 0 100px;
	text-align: center;
}
.pic-box img {
	width:100%;
	height:100%;
	border-radius:5px;
	margin:0 0px;
	opacity:0.5
        /*x,y值，*/
         transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
}

.pic-box p:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	/*对前效果的过度*/
        opacity:1;
	z-index:1
}



.solution-con,.overview-con {
	margin-bottom: 100px;
	padding-top: 65px;
}
.case-con {
	padding-top: 84px;
	margin-bottom: 60px;
}
.solution-con .module-box {
	margin-bottom: 80px;
}
.module-box .text-box .smart-tit {
	margin-bottom: 10px;
}
.text-box .smart-tit i {
	font-style: normal;
	font-weight: 700;
	color: #df0018;
	margin: 0 10px;
}
.text-box .smart-tit span {
	font-size: 20px;
	font-weight: 400;
}
.case-list a {
    display: block;
    float: left;
    background: #fcfeff;
    margin-right: 66px;
    margin-bottom: 60px;
    transition: all .2s;
}
.case-list a:nth-of-type(3n) {
    margin-right: 0;
}
.case-list a:hover {
	box-shadow:0px 2px 18px 0px rgba(140,42,31,0.1);
	transition: all .2s;
}
.case-list dl {
    width: 356px;
}
.case-list dl dt {
    height: 144px;
    overflow: hidden;
    text-align: center;
}
.case-list dl dt img {
	width: 100%;
}
.case-list dl dd {
    height: 64px;
    padding: 12px;
    text-align: center;
}
.case-list dl dd b {
    font-size: 18px;
    color: rgba(51,51,51,1);
    line-height: 40px;
    font-weight: 400;
}
.overview-con .intro-box {
	margin: 30px 0 50px;
}
.overview-con .intro-box p {
	margin-bottom: 35px;
}
.overview-con .smart-tit {
	font-size: 24px;
	color: #333;
}
.solution-con .smart-tit {
	font-weight: 600;
	font-size: 24px;
	color: #333;
}
.solution-con .smart-tit b {
	display: block;
	text-align: center;
	color: #746f81;
	padding: 40px 0 20px;
}
.solution-con .pic-box {
	margin: 40px auto;
	text-align: center;
}
.smart-box .red-tit {
    font-size: 20px;
    font-weight: 700;
    color: #fd0509;
    margin: 30px 0 20px;
}
.aspect-list li {
    line-height: 36px;
    color: #333;
	font-size: 16px;
    overflow: hidden;
}
.triangle-right {
    float: left;
    width: 0;
    height: 0;
    margin-top: 12px;
    display: block;
    overflow: hidden;
    margin-right: 5px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #de0018;
}
.news-detail-con .aspect-list li p {
	text-indent: initial;
}
.news-detail-con .triangle-right {
	margin-top: 10px;
}
.smart-con {
    overflow: hidden;
    margin: 60px 0;
}
.smart-con .smart-item {
    float: left;
    width: 260px;
    margin: 0 20px 0 20px;
    text-align: center;
}
.smart-item .item-tit {
    font-size: 20px;
    color: #383838;
    line-height: 2;
	font-weight: 700;
    margin-top: 12px;
}
.smart-item .item-des {
	font-size: 16px;
    line-height: 30px;
    color: #999;
}
.smart-box .xxzy-box {
    position: relative;
	padding: 0 0 60px;
}
.xxzy-box .text-box {
	position: absolute;
	top: 80px;
	left: 200px;
	width: 300px;
}
.xxzy-box .text-box p {
	font-size: 15px;
	color: #666666;
}
.blsp-box .text-box {
	position: absolute;
	top: 120px;
	left: inherit;
	right: 160px;
	width: 300px;
}
.smart-box .timeline-box {
    background: url(../images/industry/aplan/aplan_pic10.png) top left no-repeat;
    padding-left: 405px;
	margin-top: 40px;
}
.timeline-ul {
	width: 650px;
    padding-top: 10px;
    margin-bottom: 60px;
}
.timeline-ul li {
	font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 10px 0 30px;
}
.product-container .pc-tab-brand {
	padding-top: 100px;
}
.case-ul-list li {
	display: flex;
	text-align: justify;
}
.case-ul-list li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #999;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 11px;
}
.case-ul-list li p {
	margin-bottom: 5px;
	text-indent: initial;
}
.btn_dxal {
    display: block;
    width: 650px;
    margin: 20px auto;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    border: 2px solid #ea5e71;
    text-align: center;
    color: #ea5e71;
	transition: all .2s;
}
.btn_dxal:hover {
	color: #df0018;
	border-color: #df0018;
}


/* 行业应用——仪器仪表 */
.dlh-solu-box .text-box {
	position: relative;
}
.dlh-solu-box .text-box .gray-border {
	width: 462px;
	height: 220px;
	display: block;
	border: 10px solid #fcfcfc;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.dlh-solu-box .text-box p.gray-box {
	width: 550px;
	height: 220px;
	background: #fcfcfc;
	padding: 40px 35px;
	position: absolute;
	top: 60px;
	right: 110px;
	z-index: 11;
}
.dlh-solution .case-list a dt {
	height: 200px;
}
.dlh-solution .case-list .pro-pic {
	width: 356px;
    height: 200px;
	background: #ebf0f8;
    padding: 20px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.dlh-solution .case-list .pro-pic img {
	width: initial;
	display: inline-block;
	height: 100%;
}
.dlh-solution .more-link {
	text-align: center;
}
.dlh-solution .more-link .more-btn {
    box-sizing: border-box;
    display: inline-block;
    height: 32px;
	padding: 0 15px;
    margin: 0 auto;
    border: 1px solid #626262;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
    transition: all .2s;
}
.dlh-solution .more-link .more-btn:hover {
	border-color: #DF0018;
	color: #DF0018;
}
.dlh-solution .case-list a dd {
	padding: 12px 25px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dlh-case .case-list .pro-pic {
	display: block;
	padding: 0;
}
.dlh-case .case-list dl dt {
	height: 170px;
}



/* 关于奥格 */
.about-con .about-tit {
	font-size: 28px;
	color: #212121;
	font-weight: 700;
	
}
.about-con .text-box p {
	color: #212121;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	text-indent:2em;
}
.about-con .pc-tab-brand {
	padding-top: 90px;
}
.about-con .pic-box {
	text-align: center;
}
.about-con .organize-box {
	margin-bottom: 30px;
}
.about-con .organize-box p {
	font-size: 16px;
	color: #212121;
	line-height: 28px;
	margin-bottom: 5px;
}
.organize-box .smart-tit {
	font-size: 20px;
	color: #212121;
	font-weight: 700;
	margin-bottom: 10px;
}
.value-ul li {
	overflow: hidden;
	margin-bottom: 30px;
}
.value-ul li h2 {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid #e60012;
	text-align: center;
	margin: 0 50px 0;
}
.value-ul li h2 span {
	width: 86px;
	height: 86px;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #c60000;
	font-size: 22px;
}
.module-box .value-ul li p {
	width: 400px;
	float: left;	
}
.module-box .value-ul li p span {
	height: 90px;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
}
.about-con .event-box {
	width: 100%;
	min-height: 300px;
	background: url(../images/cylbj.png) top center no-repeat;
}
.event-box .node-box {
	position: relative;
	height: 100px;
}
.event-box .node-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgba(0,4,26,.1);
}
.node-box .node-ul {
	display: flex;
}
.node-box .node-ul li {
    position: relative;
    flex: 1;
    padding-top: 90px;
    line-height: 20px;
    font-size: 15px;
    color: #747474;
    text-align: center;
    box-sizing: border-box;
	cursor: pointer;
    transition: all .2s ease;
}
.node-box .node-ul li h4 {
	font-size: 16px;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	white-space: nowrap;
	cursor: pointer;
	transition: all .2s ease;
}
.node-box .node-ul li h4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    height: 30px;
}
.node-box .node-ul li .dot {
    width: 16px;
    height: 16px;
    background: #626262;
    border: 5px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    transition: all .2s ease;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);	
}
.node-box .node-ul li.active h4 {
    font-size: 20px;
    color: #212121;
}
.node-box .node-ul li.active .dot {
	width: 26px;
    height: 26px;
    background: #de0018;
    box-shadow: 0 2px 8px 0 rgba(1,52,133,.18);
    border: 7px solid #fff;
}
.event-box .view-box {
	margin-top: 50px;
}
.event-box .event-item {
	overflow: hidden;
	display: none;
}
.event-box .event-item.active {
	display: block;
}
.event-left {
	float: left;
	width: 600px;
}
.event-card h4 {
	font-size: 15px;
	margin-bottom: 12px;
	color: #212121;
	font-weight: 600;
}
.event-card .event-ul {
    width: 570px;
	display: inline-block;
    padding: 16px 16px 16px 25px;
    margin-bottom: 20px;
    background: hsla(0,0%,100%,.9);
    vertical-align: top;
	position: relative;
}
.event-card .event-ul::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 22px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #de0018;
}
.event-card .event-ul li {
	font-size: 14px;
	line-height: 22px;
	color: #555555;
}
.contact-wrap .hq-box {
	width: 100%;
	height: 328px;
	background: url(../images/about/about_pic08.jpg) top right no-repeat;
}
.contact-wrap .hq-box h2 {
	color: #de0018;
	font-size: 20px;
	margin-bottom: 10px;
}
.contact-wrap .contact-ul li,
.contact-wrap .branch-dl dd {
	color: #212121;
	font-size: 16px;
	line-height: 34px;
}
.branch-box {
	width: 100%;
	overflow: hidden;
}
.contact-wrap .branch-dl {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}
.contact-wrap .branch-dl dt {
	color: #de0018;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.download-wrap h2 {
	color: #de0018;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}
.download-wrap .album-ul {
	width: 100%;
	display: flex;
	}
.download-wrap .album-ul li {
	background: #FFFFFF;
	box-shadow: 1px 2px 10px 0px rgba(114, 114, 114, 0.11);
	margin-right: 25px;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 25px 25px 20px 0;
}
.download-wrap .album-ul li:last-child {
	margin-right: 0;
}
.download-wrap .album-ul li img {
	width: 100%;
	/* box-shadow: 1px 2px 10px 0px rgba(114, 114, 114, 0.51); */
}
.download-wrap .album-ul li p {
	text-align: center;
	font-size: 16px;
	height: 35px;
	margin-top: 20px;
}
.download-wrap .album-ul li .album-link {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #de0018;
}
.folding-item {
	float: left;
}
.folding-dl {
	overflow: hidden;
	margin-bottom: 30px;
}
.folding-dl dt {
	width: 130px;
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	line-height: 36px;
	float: left;
	text-align: right;
}
.folding-left .folding-dl dt {
	width: 92px;
}
.folding-dl dd {
	float: left;
	width: 460px;
	position: relative;
	padding-left: 12px;
}
.folding-dl dd a {
	display: block;	
	font-size: 16px;
	color: #212121;
	line-height: 36px;
	transition: all .2s;
}
.folding-dl dd:before {
	content: '';
	height: 100%;
	width: 1px;
	background-color: #de0018;
	position: absolute;
	top: 8px;
	left: 0;
}
.folding-dl dd a:hover {
	color: #DE0018;
	transition: all .2s;
}


/* 奥格文化 */
.ag-value .text-box h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
.ag-value .text-box p {
	font-size: 18px;
	margin-bottom: 30px;
}
.ag-value .value-ul {
	width: 100%;
}
.ag-value .value-ul li {
	float: left;
	width: 580px;
	height: 148px;
	background: #fff;
	padding: 22px 30px;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(123,0,32,.1);
}
.ag-value .value-ul li:nth-of-type(2n) {
	margin-left: 40px;
}
.ag-value .value-ul img {
	float: left;
	margin-top: 10px;
}
.ag-value .value-ul .txt-box {
	margin-left: 110px;
	color: #fff;
}
.ag-value .value-ul .txt-box h4 {
	font-size: 28px;
	font-weight: 400;
	line-height: 46px;
	color: #00041a;
}
.ag-value .value-ul .txt-box p {
	font-size: 14px;
	color: rgba(0,4,26,.7);
}
.ag-focus h2 {
	font-size: 28px;
}
.ag-focus .intro-box {
	position: relative;
	margin-top: 30px;
}
.ag-focus .intro-box img {
	position: absolute;
	right: 0;
	top: 20px;
}
.ag-focus .intro-p {
	width: 600px;
	font-size: 18px;
	line-height: 36px;
	color: #212121;
	text-indent: 2em;
	margin-bottom: 20px;
}
.ag-focus .text-box p {
	font-size: 18px;
	line-height: 36px;
	color: #212121;
	text-indent: 2em;
	margin-bottom: 20px;
}
.ag-focus .focus-tit {
	text-align: center;
	color: #df0018;
	font-size: 32px;
	margin-bottom: 15px;
}
.journal-ul {
	margin: 20px 0 10px;
	overflow: hidden;
}
.journal-ul li {
	width: 290px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.journal-ul li a {
	display: block;
	line-height: 74px;
	border: 1px solid #df0018;
	font-size: 18px;
	text-align: center;
	color: #df0018;
	transition: all .2s;
}
.journal-ul li:nth-of-type(4n) {
	margin-right: 0;
}
.journal-ul li a:hover {
	background: #df0018;
	color: #fff;
}
.ag-video .video-ul {
	width: 100%;
	overflow: hidden;
}
.ag-video .video-ul li {
	width: 23.9%;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 24px;
	position: relative;
	vertical-align: top;
}
.ag-video .video-ul li:nth-of-type(4n) {
	margin-right: 0;
}
.ag-video .video-ul li a {
	display: block;
	box-shadow: 1px 1px 2px 0px rgba(128, 128, 128, 0.2);
	transition: all .2s;
}
.ag-video .video-ul .pic-box {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.ag-video .video-ul .pic-box img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all .2s;
}
.ag-video .video-ul li a p {
	height: 76px;
	padding: 16px 30px;
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	transition: all .2s;
}
.ag-video .video-ul li a:hover {
	box-shadow: 1px 1px 2px 0px rgba(354, 100, 87, 0.2);
}
.ag-video .video-ul a:hover .pic-box img {
	transform: scale(1.05);
}
.ag-video .video-ul li a:hover p {
	color: #DE0018;
}

/* 奥格人才 */
.wrap_content .page-tit {
	font-size: 28px;
	margin-bottom: 10px;
	color: #212121;
}
.ag-talent .pic-box {
	text-align: center;
}
.ag-train .text-box p{
	font-size: 18px;
	line-height: 36px;
}
.talent-container .ag-jobs {
	width: 100%;
	background: #fbfbfb;
}

/* 行业应用——典型案例 */
.xtgn-box {
	width: 100%;
	overflow: hidden;
}
.xtgn-box .xtgn-item {
	width: 560px;
	height: 320px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}
.xtgn-box .xtgn-item:nth-of-type(2n) {
	margin-left: 80px;
}
.xtgn-box .xtgn-item img {
	width: 100%;
}
.xtgn-box .xtgn-item p {
	text-indent: initial;
	margin: 10px 0;
	text-align: center;
}
/* 资质荣誉 */
.zzry-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zzry-item {
	width: 220px;
	text-align: center;
}
.zzry-item:last-of-type {
	width: 289px;
}
.zzry-item img,.qyry-item img {
	width: 100%;
}
.zzry-item span,.qyry-item span {
	margin-top: 15px;
	display: inline-block;
	font-size: 18px;
}
.qyry-item {
	width: 279px;
	text-align: center;
	padding-bottom: 50px;
}
.qyry-item span {
	font-size: 18px;
}


@media screen and (max-width: 1440px) {
	.wrap_content .sub_banner {
		height: 480px;
		padding-top: 170px;
	}
	.sub_banner .banner_txt h1 {
		font-weight: 400;
		font-size: 54px;
		margin-bottom: 0;
	}
	.sub_banner .banner_txt p {
		font-weight: 400;
		font-size: 20px;
	}
}
