.position{
	padding:15px 0px;
	background-color: #F5F5F5;
	color:#494949;
	font-size:16px;
}
.position a{
	font-size:16px;
	color:#494949;
	padding:0px 10px;
}
.auto-container{
	position:static;
	max-width:1400px;
	padding:0px 15px;
	margin:0 auto;
	/* display: flex; */
}

.sec1 .sec-title {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}

.sec1 .ops {
	padding: 100px 0;
	height: fit-content;
}

.sec1 .ops img{
	width: 100%;
}

.sec1 .info-content {
	display: flex;
}

.sec1 .info-content .right-content {
	padding-top: 80px;
	box-sizing: border-box;
	margin-left: 50px;
}

.sec1 .info-content .right-content p {
	width: 936px;
	height: 72px;
	font-size: 24px;
	font-family: 'Source Han Sans CN';
	color: #292828;
	line-height: 48px;
}

.sec-title .upper-text{
	position: relative;
	display: block;
	font-size: 14px;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}
.sec-title .upper-text span{
	display: inline-block;
	padding-bottom:3px;
	border-bottom:solid #148CC1 1px;
	
}
.sec-title h2{
	position: relative;
	display: block;
	font-size:36px;
	line-height: 1.15em;
	color: #222222;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 0px;
}
.sec-title .logo_bolt2 {
	margin-right:35px;
}
.sec-title .logo_bolt2 img {
    position: absolute;
    width: 40px;
    height: 35px;
    transform: rotate(-20deg);
}
.sec-title .subtitle{
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 17px;
	color: #6a6a6a;
	font-weight: 300;
	padding-top: 10px;
}
/*** 

====================================================================
	Section1
====================================================================

***/

.sec1{
	padding-top:20px;
	position:relative;
	/* background:url(../img/column.service.ops.sec1_bg.png) center center no-repeat; */
	background-size: cover;
}
.curve-layer{
	display: none;
}
.bg-layer{
	display: none;
}
.sec1 .text-column{
	position: relative;
	/*order: 12;*/
}

.sec1 .text-column .inner{
	position: relative;
}

.content .inner h1{
	font-size: 48px;
}


/*
.sec-title .bottom-dots .dot{
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #f47629;
	margin-right: 3px;
}*/
.sec1 .sec-title{
	margin-top:20px;
}
.sec1 .text-content{
	position: relative;
	margin-top:30px;
	margin-bottom:45px;
}

.sec1 .text-content p{
	margin-bottom: 25px;
	line-height: 2em;
}

.sec1 .featured-list{
	position: relative;
	text-align: center;
	padding-top: 15px;
}

.sec1 .featured-list ul{
	position: relative;
	margin: 0px -15px;
}

.sec1 .featured-list ul li{
	position: relative;
	float: left;
	width: 25%;
	padding: 0px 15px;
	font-weight: 700;
	font-size: 14px;
	color: #222222;
	text-transform: uppercase;
	line-height: 1.4em;
	margin-bottom: 50px;
	padding-bottom:10px;
}
.sec1 .features_list li span {
    margin-right: 10px;
    color: #f47629;
}

/*.sec1 .featured-list ul li:nth-child(2){
	width: 40%;
}*/

.sec1 .featured-list ul li:after{
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #cccccc;
}

.sec1 .featured-list ul li .icon{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 64px;
	line-height: 1em;
	color: #f47629;
	vertical-align: bottom;
	margin: 0 0 20px;
}

/*.sec1 .featured-list ul li:nth-child(2) .icon{
	color: #f47629;
}*/

.sec1 .image-column{
	position: relative;
	/*order: 0;*/
}

.sec1 .image-column .inner{
	position: relative;
	display: block;
	padding-right: 15px;
}

.sec1 .image-column .image-box{
	position: relative;
	display: block;
	padding-left: 85px;
}
.sec1 .image-column .image-box .image {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
}

.sec1 .image-column .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.sec1 .image-column .image-box .image:hover:before{
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}

.sec1 .image-column .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
}

.sec1 .image-column .image-box .image-two{
	position: absolute;
	left: -100px;
	top: 100%;
	margin: 0;
	margin-top: -80px;
	border: 20px solid #ffffff;
	z-index: 1;
	display: none;
}
.sec1 .image-column .image-box .image-two img{
	width:300px;
}
.sec1 .featured-list li:nth-child(5):after{
	display: none;
}

@media only screen and (min-width: 768px) {
	.sec1 .featured-list{
		margin-left:0;
	}
}

@media only screen and (min-width: 992px) {
	.sec1{
		padding-top: 50px;
	}
	.sec1 .sec-title{
		margin-top:0px;
	}
	.sec1 .image-column .image-box .image-two{
		display: block;
	}
	.sec1 .curve-layer{
		display: block;
	}
	.sec1 .featured-list{
		margin-left:-40%;
	}
	.sec1 .featured-list li:nth-child(1):after{
		display: none;
	}
	.sec1 .featured-list li:nth-child(5):after{
		display: block;
	}
	.sec1 .featured-list ul li:nth-child(4n):after{
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.sec1{
		padding-top: 100px;
	}
	.sec1 .featured-list{
		margin-left:-40%;
	}
}

@media only screen and (max-width: 1139px) {
	.sec1 .image-column .image-box .image-two{
		left:50;
		right: auto;
	}

	.sec1 .image-column .image-box{
		padding-left: 0;
	}
}
@media only screen and (max-width: 1650px){
	.left_image1 {
		opacity: 0;
	}
	.right-image1 {
		opacity: 0;
	}
}
/*** 

====================================================================
	Section2
====================================================================

***/

.sec2{
	margin-top: -240px;
	position:relative;
	padding: 90px 0px 60px;
	z-index: 2;
	overflow: hidden;
}
.sec2 .sec-title{
	padding-left:20px;
	margin-bottom:20px;
}
.sec2 .bg-layer{
		display: block;
		width: 100%;
		right: 0;
		margin: 0;
		height: 100%;
	}
.sec2 .curve-layer{
	position: absolute;
	left: 35%;
	top: 50px;
	width: 70%;
	bottom: 0;
	background: #000000;
	-webkit-transform: skewX(12deg);
	-ms-transform: skewX(12deg);
	transform: skewX(12deg);
	overflow: hidden;
}

.sec2 .curve-layer .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.60;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: skewX(-12deg) scale(1.2);
	-ms-transform: skewX(-12deg) scale(1.2);
	transform: skewX(-12deg) scale(1.2);
}

.sec2 .service-block-four{
	position: relative;
	margin-bottom: 30px;
}

.sec2 .service-block-four .inner-box{
	position: relative;
	display: block;
	padding: 40px 40px 38px;
	background: #ffffff;
	outline:3px solid rgba(0,0,0,0);
	outline-offset: -3px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 700ms ease;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05);
}


.sec2 .service-block-four .icon-box{
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	font-size: 48px;
	line-height: 90px;
	text-align: center;
	background: #f8f8f8;
	margin-bottom: 20px;
	transition: all 700ms ease;
}

.sec2 .service-block-four .inner-box:hover .icon-box {
    background: #242424;
    color: #ffffff;
    /* transform: scale(1.1) translateY(-5px); */
    /* border-radius: 50%; */
	transition: all 700ms ease;
}
.sec2 .service-block-four .lower-box{
	position: relative;
	display: block;
	/*height: 72px;*/
	/*margin-bottom: 22px;*/
}

/*.sec2 .service-block-four .lower-box:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -50px;
	right: -50px;
	border-bottom: 1px solid #e0e0e0;
	transition: all 700ms ease;
}*/

/*.sec2 .service-block-four .inner-box:hover .lower-box:before {
    border-bottom: 1px solid #f1a97f;
	transition: all 700ms ease;
}*/
.sec2 .service-block-four .title{
	position: relative;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.sec2 .service-block-four .title h3{
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	color: #222222;
	margin-bottom: 0;
	height:60px;
	line-height: 30px;
	white-space: nowrap;
}

.sec2 .service-block-four .title h3 a{
	color: #222222;
}

.sec2 .service-block-four .title .subtitle{
	position: relative;
	font-size: 16px;
	color: #999999;
	text-transform: capitalize;
}

.sec2 .service-block-four .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sec2 .service-block-four .inner-box:hover .text{
	opacity: 1;
	visibility: visible;
}

.sec2 .service-block-four .link-box{
	position: relative;
}

.sec2 .service-block-four .link-box a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	text-transform: capitalize;
	transition: all 700ms ease;
}

.sec2 .service-block-four .link-box a .txt{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: all 700ms ease;
}

.sec2 .service-block-four .link-box a .icon{
	position: relative;
	top: 2px;
	color: #f47629;
	font-size: 16px;
	padding-left: 7px;
	font-weight: 600;
	text-decoration: none;
	transition: all 700ms ease;
}

.sec2 .service-block-four .link-box a:hover .txt{
	color: #f47629;
	border-bottom-color: #f47629;
	letter-spacing:1px;
	transition: all 700ms ease;
}
@media only screen  and (min-width: 992px) {
	.sec2 .bg-layer{
		position: absolute;
		right: 50%;
		margin-right: -150px;
		top: 0;
		width: 3000px;
		bottom: 176px;
		background: #f7f7f7;
	}
	.sec2 .curve-layer{
		display: block;
	}
}
/*** 

====================================================================
	Section3
====================================================================

***/
.sec3 .sec-title{
	background:#f7f7f7;
	padding-bottom:20px;
	padding-left:20px;
}
.sec3 .row1{
	
}
.sec3 .row1 img{
	display: block;
	width: 100%;
}
.sec3 .row2 img{
	display: block;
	width: 100%;
}
/*** 

====================================================================
	Section4
====================================================================

***/
.sec4 {
	background:url(../img/base-bg.jpg) center center no-repeat;
	background-size:100% 100%;
}
.sec4 .sec-title{
	height:150px;
	line-height: 150px;
	vertical-align: middle;
	background:url(../img/sec4_sectitle_bg.jpg) center center no-repeat;
	background-size:100% 100%;
	text-align: center;
}
.sec4 .sec-title h2{
	display: inline-block;
	vertical-align: middle;
}
.sec4 .sec-title .main-title{
	position: relative;
	margin-right:20px;
	color: #fff;
}
.sec4 .sec-title .main-title .en{
	position: absolute;
	top:-32px;
	left:-15px;
	color:white;
	font-size:14px;
	padding-bottom:3px;
	border-bottom:solid #FFFFFF 1px;
	line-height: 1em;
}
.sec4 .sec-title .sub-title{
	font-size:0.6em;
	font-weight: 400;
	color:white;
}
.sec4 .dial{
	max-width: 1000px;
	margin: -100px auto 0px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.sec4 .dial .bg{
	display: block;
	width:100%;
}
.sec4 .dial .ptr {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	animation: rotate 10s linear infinite;
}
@keyframes rotate{
    from{transform:translate(-50%,-50%) rotate(0deg);}
    to{transform:translate(-50%,-50%) rotate(360deg);}
}
.sec4 .dial .text {
	font-size: 38px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/*** 

====================================================================
	Section5
====================================================================

***/
.sec5 {
	padding: 80px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.sec5 .img-content {
	padding: 80px 0;
}

.sec5 .img-content img {
	width: 100%;
}

.sec5 .sec-title {
	margin: 0 auto;
}

.sec5 .top{
	padding:50px 0px;
	background:url(../img/sec5_imgNews_imgLeft_bg.jpg) top left no-repeat #F0F3FB;
}
.sec5 .bottom{
	padding:50px 0px;
	background:url(../img/sec5_imgNews_imgRight_bg.jpg) top right no-repeat #E3E9F9;
}
.sec5 .imgNews{
	position: relative;
}
.sec5 .imgNews .img{
	position:relative;
}
.sec5 .imgNews .img a{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
.sec5 .imgNews .img img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.sec5 .imgNews.imgFloat:before{
	content:"";
	display: table;
}
.sec5 .imgNews.imgFloat:after{
	content:"";
	display: table;
	clear:both;	
}
.sec5 .imgNews.imgFloat .img{
	width:42%;
	height:0px;
	padding-bottom:25%;
}
.sec5 .imgNews.imgLeft .img{
	float:left;
}
.sec5 .imgNews.imgRight .img{
	float:right;
}
.sec5 .imgNews.imgLeft .img ~ div{
	margin-left:46%;
}
.sec5 .imgNews.imgRight .img ~ div{
	margin-right:46%;
}

.sec5 .imgNews .title{
	font-size:22px;
	font-weight: 600;
	margin-bottom:20px;
}
.sec5 .imgNews h2{
	font-weight: 400;
	color:#707070;
	font-size:18px;
	height:35px;
	line-height: 35px;
}
.sec5 .imgNews h2 span{
	display: inline-block;
	font-size:24px;
	width:40px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background-color:#1F82BC;
	border-radius: 20px;
	color:white;
	margin-right:10px;
}
.sec5 .imgNews .content p{
	text-indent: 2em;
	color:#8E8F91;
	line-height: 2em;
	font-size:14px;
}
/*** 

====================================================================
	Section6
====================================================================

***/
.sec6 {
	text-align: center;
	/* padding: 80px 0 0 0; */
}

.sec6 .sec-title {
	margin: 0 auto;
}

.sec6 .img-content {
	padding: 80px 120px;
	box-sizing: border-box;
}

.sec6 .img_map {
	margin-top:20px;
	display: block;
	width: 100%;
}
/*** 

====================================================================
	Section7
====================================================================

***/
.sec7 {
	padding: 80px 0 0 0;
}

.sec7 .img-content {
	padding: 80px 0;
	box-sizing: border-box;
}

.sec7 .img-content img {
	width: 100%;
}

.sec7 .sec-title{
	text-align: center;
}
.sec7 .sec-title .main-title{
	color:white;
	font-size:34px;
	line-height: 1.5em;
	margin:0px;
}
.sec7 .sec-title .sub-title{
	font-size:16px;
	line-height: 1em;
	color:#5CAFDE;
}
.sec7 .btn_map{
	display: block;
	width:85%;
	margin:40px auto 30px;
}

.sec2 .img-content {
	display: flex;
}

.sec2 .img-content .img-item {
	width: 25%;
}

.sec2 .img-content .img-item img {
	width: 100%;
	max-height: 780px;
}

.sec8 {
	text-align: center;
	padding: 80px 0;
}

.sec8 .sub-title{
	margin: 40px 0;
	text-align: center;
	height: 23px;
	font-size: 24px;
	font-family: 'Source Han Sans CN';
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.sec8 .img-content {
	padding: 80px 0;
	box-sizing: border-box;
}

.sec8 .img-content img {
	width: 100%;
	padding: 0 80px;
}

.sec9 {
	margin: 100px 0;
	text-align: center;
}

.sec10 {
	padding: 0 0 40px 0;
}

.sec10 img {
	width: 100%;
}

.sec10 .info {
	margin: 30px auto;
	width: 1256px;
	height: 73px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2B2B2B;
	line-height: 48px;
}