/* 首页banner样式 */
.x-banner .owl-carousel {
	position: relative;
}

.x-banner .owl-carousel .banner-item a {
	display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
	outline: none;
	position: absolute;
	top: 50%;
	z-index: 9999;
	background: none;
	border: 1px solid #fff;
	height: 65px;
	width: 50px;
	margin-top: -32.5px;
	border-radius: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}



.x-banner .owl-carousel .owl-nav .icon-font {
	display: block;
	width: 100%;
	height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
	background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
	background-position: -26px -480px;
}

@media (max-width: 990px) {

	.x-banner .owl-carousel .owl-nav button.owl-prev,
	.x-banner .owl-carousel .owl-nav button.owl-next {
		height: 40px;
		width: 30px;
		margin-top: -20px;
	}

	.x-banner .owl-carousel .owl-nav .iconfont {
		font-size: 20px;
	}
}

.x-banner .owl-carousel .owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 5%;

}

.x-banner .owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 .5em;
	outline: none;
	background: #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
	background: #151515
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
	background: #151515
}

@media (max-width: 990px) {
	.x-banner .owl-carousel .owl-dots button.owl-dot {
		font-size: 12px;
	}
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

.x-banner .owl-carousel .owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 3%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 .5em;
	outline: none;
	background: #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;

}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
	background: #c8a062;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
	background: #c8a062;
}

.tit{
    text-align: center;
    margin-top: 10%;
}
.tit h5{
    font-size: 36px;
    color: #000;
    font-family: 'Sitka Banner';
    font-size: 50px;
    text-transform: uppercase;
    
}
.tit h6{
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
}
.tit p{
    font-size: 16px;
    color: #a3a3a3;
    text-transform: uppercase;
    margin-top: 15px;
    max-width: 1200px;
    margin: auto;
}

.vivemore{
    width: 203px;
    height: 53px;
    background-color: #c9a062;
    border-radius: 50px;
    position: relative;
}
.vivemore a{
    line-height: 53px;
    font-size: 16px;
    margin-left: 50px;
    color: #fff;
}
.vivemore i{
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    
}
.vivemore i::after{
    content: "";
    width: 10px;
    height: 2px;
    background-color: #c9a062;
    display: block;
    position: absolute;
    top: 19px;
    left: 14px;
}
.vivemore i::before{
    content: "";
    width: 2px;
    height: 10px;
    background-color: #c9a062;
    position: absolute;
    top: 15px;
    left: 18px;
}

.more a{
    position: relative;
    display: inline-block;
    
     
}
.more a::before{
    content: "";
    border-radius: 50px;
    height: 48px;
    width: 48px;
    position: absolute;
    border-left: 2px solid #dbdbd9;
    border-top: 2px solid #caa368;
    border-right: 2px solid #caa368;
    border-bottom: 2px solid #caa368;

}

.more a:hover::before{
    border-left: 2px solid #caa368;
    border-top: 0px solid #dbdbd9;
    border-right: 2px solid #caa368;
    border-bottom: 2px solid #caa368;
    animation:turn 1s linear infinite; 
    
}
@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
  }
.more a svg{
    margin-left: -4px;
    margin-top: -3px;
}

/* box1 */
.box1{}
.brand{
    margin-top: 7%;
}
.brand_img{
    margin-right: 3%;
    width: 540px;
    height: 510px;
    overflow: hidden;
}
.brand_img img{
    width: 100%;
	transition: all 0.8s;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
}
.brand_img img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.brand .text{
    width: 50%;
}
.brand .text h5{
    font-size: 24px;
    color: #222;
    margin-top: 5%;
}
.brand .text p{
    font-size: 15px;
    color: #555;
    line-height: 35px;
    margin-top: 5%;
    margin-bottom: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.box1 .xian{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 90px 0;
}

.course{}
.course h5{
   font-size: 24px;
   color: #000; 
   margin-bottom: 60px;
}
.course h5 span{
    position: relative;
    font-size: 24px;
    color: #000; 
    text-transform: uppercase;
}
.course h5 span::before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #c9a062;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50px;
}
.course_box{
    position: relative;
}
.course_box li{
    cursor: pointer;
    width: calc(100% / 4);
    text-align: center;
    padding-bottom: 5%;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.course_box li:hover{
    background-color: #fcfcfc;
    /* border-bottom: 3px solid #c9a062; */
    
}
.course_box li:before{
    content: "";
    width: 0px;
    height: 3px;
    background-color: #c9a062;
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-radius: 50px;
    transition: all .4s ease;
}
.course_box li:hover::before{
    width: 100%;
    left: 0;
}
.course_box li h4{
    font-size: 40px;
    font-family: monospace;
    color: #000;
    opacity: .2;
    margin-top: 100px;
}
.course_box li h6{
    font-size: 24px;
    margin: 60px 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.course_box li h6::after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #c9a062;
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: -1;
    border-radius: 50px;
    transition: .1s;
}
.course_box li:hover h6::after{
    z-index: 10;
}
.course_box li p{
    font-size: 16px;
    opacity: .6;
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course_box .prev , .course_box .next{
    position: absolute;
    width: 18px;
    height: 32px;
    top: calc(50% - 16px);
}
.course_box .prev{
    background: url(../images/course_prev.png) no-repeat;
    left: -100px;
}
.course_box .next{
    background: url(../images/course_next.png) no-repeat;
    right: -100px;
}


.esri-attribution__powered-by{
    display: none !important;
}
.box2{
    background-color: #f3f3f3;
    margin-top: 80px;
    padding-bottom: 80px;
    
}
.box2 .tit{
    padding-top: 80px;
}
.advantage{
    margin-top: 60px;
}
.advantage li{
    width: calc(100% / 3);
    height: 410px;
    float: left;
    background: url(../images/adv_bg.png) no-repeat #fff;
    background-position-x: 130px;
    background-position-y: 230px;
    
}
.advantage li .adv_img{
    width: 100%;
    overflow: hidden;
}
.advantage li  .adv_img img{
    width: 100%;
	transition: all 0.8s;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
}
.advantage li  .adv_img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.advantage li .text{
    margin-left: 50px;
}
.advantage li .text img{
    margin-top: 70px;
}
.advantage li .text h5{
    font-size: 32px;
    color: #333;
    margin-top: 40px;
    font-weight: bold;
}
.advantage li .text p{
    font-size: 24px;
    color: #333;
    opacity: .5;
    text-transform: uppercase;
   
}

.advantage li .text .more{
    margin-top:15%;
}



.box3{}
.cp_ys{
    margin-top: 100px;
}
.cp_ys li{
    width: calc(100% / 3);
    height: 400px;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}
.cp_ys li:nth-child(2){
    width: calc((100% / 3) * 2);
}
.cp_ys li:nth-child(4) .text{
    margin-left: 10%;
}
.cp_ys li:nth-child(8) .text{
    margin-left: 10%;
}
.cp_ys li img{
    width: 100%;
	transition: all 0.8s;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
}
.cp_ys li img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.cp_ys .text{}
.cp_ys .text h5{
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-top: 100px;
    
}
.cp_ys .text h5::after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #c9a062;
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 0;
    border-radius: 50px;
    transition: .1s;
}
.cp_ys .text p{
    font-size: 16px;
    width: 70%;
    color: #666;
    margin:  50px 0;
}
.cp_ys .text .more{}


#map {
    padding: 0;
    margin: 0;
    height: 600px;
    width: 100%;
}

.index_map{
    margin-top: 60px;
}
.my-element {
    display: inline-block;
    margin: 0 0.5rem;
  
    animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
  }

.box4{
    background: url(../images/box4_bg.png) repeat-y left #f7f7f7;
    padding-bottom: 15%;
    margin-top: 50px;

}
.product_box{
    position: relative;
}
.pro_tit{
    margin-top: 15%;
}
.pro_tit h5{
    font-size: 30px;
    font-weight: bold;

}
.pro_tit p{
    opacity: .7;
    line-height: 34px;
    margin-top: 20px;
    font-size: 14px;
}
.product{
    position: absolute;
    right: -20%;
    top: 24%;
    background: url(../images/pro_bg.png) no-repeat bottom left;
}
.product li{
    width: 360px;
    background-color: #fff;
    margin-left: 30px;
    margin-bottom: 30px;
   
}
.pro{
    position: relative;
}
.product li .pro_img{
    width: 100%;
    overflow: hidden;
}
.product li .pro_img img{
    width: 100%;
	transition: all 0.8s;
	    -webkit-transition: all 0.8s;
	    -moz-transition: all 0.8s;
	    -o-transition: all 0.8s;
}
.product li .pro_img:hover img{
    
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.product li .text{
    
    padding: 50px 0;
    padding-left: 30px;
    position: relative;
}
.product li .text h5{
    font-size: 16px;
    font-weight: bold;
}
.product li .text p{
    opacity: .5;
    margin-top: 5px;
    font-size: 14px;
}
.product li .vivemore{
    position: absolute;
    bottom: -26px;
    right: 40px;
    z-index: 50;
    cursor: pointer;
}

.product .prev , .product .next{
    position: absolute;
    display: inline-block;
    bottom: 60px;
    
}
.product .prev{
    left: -270px;
}
.product .next{
    left: -190px;
    
}

.product .prev::before{
    content: "";
    border-radius: 50px;
    height: 48px;
    width: 48px;
    position: absolute;
    border-left: 2px solid #dbdbd9;
    border-top: 2px solid #caa368;
    border-right: 2px solid #caa368;
    border-bottom: 2px solid #caa368;
}
.product .next::before{
    content: "";
    border-radius: 50px;
    height: 48px;
    width: 48px;
    position: absolute;
    border-left: 2px solid #caa368;
    border-top: 2px solid #caa368;
    border-right: 2px solid #dbdbd9;
    border-bottom: 2px solid #caa368;

}

.product .prev:hover::before , .product .next:hover::before{
    border-left: 2px solid #caa368;
    border-top: 0px solid #dbdbd9;
    border-right: 2px solid #caa368;
    border-bottom: 2px solid #caa368;
    animation:turn 1s linear infinite; 
    
}
.product .prev svg , .product .next svg{
    margin-left: 15px;
    margin-top: 14px;
}