[touch-action="none"] {
    -ms-touch-action: none;
    touch-action: none;
    touch-action-delay: none;
}

body /shadow-deep/ [touch-action="none"] {
    -ms-touch-action: none;
    touch-action: none;
    touch-action-delay: none;
}

[touch-action="auto"] {
    -ms-touch-action: auto;
    touch-action: auto;
    touch-action-delay: none;
}

body /shadow-deep/ [touch-action="auto"] {
    -ms-touch-action: auto;
    touch-action: auto;
    touch-action-delay: none;
}

[touch-action="pan-x"] {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    touch-action-delay: none;
}

body /shadow-deep/ [touch-action="pan-x"] {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    touch-action-delay: none;
}

[touch-action="pan-y"] {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    touch-action-delay: none;
}

body /shadow-deep/ [touch-action="pan-y"] {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    touch-action-delay: none;
}

[touch-action="pan-x pan-y"],
[touch-action="pan-y pan-x"] {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    touch-action-delay: none;
}

body /shadow-deep/ [touch-action="pan-x pan-y"],
body /shadow-deep/ [touch-action="pan-y pan-x"] {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    touch-action-delay: none;
}

.pd0 {
	padding: 0 !important;
}

/* input palceholder text style*/

:-moz-placeholder {
	color: #FFF;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body {
	width: 100%;
	height: 100%;
	line-height: 24px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

html {
	width: 100%;
	height: 100%;
}

.no-padding {
	padding: 0;
}

a,
a:focus,
a:active,
a:link,
img {
	outline: none;
}

a {
	color: #555;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #323232;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}

/* a:hover {
	color: #2E9FEE;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
} */

a:focus {
	outline: none;
	outline-offset: 0;
}

a:link,
a:visited {
	text-decoration: none;
}

p {
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

.item img {max-width: 100%;width:100%}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

iframe,
audio {
	width: 100%;
	height: auto;
	border: none;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* 2.1 - Headings 
--------------------------------------------- */
body {font-family: 'Verdana';}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
}

h1 {
	font-size: 43px;
	line-height: 40px;
}

h2 {
	font-size: 27px;
	line-height: 37px;
	margin-bottom: 20px;
	padding-top: 10px;
}

h3 {
	font-size: 21px;
	line-height: 32px;
}

h4 {
	font-size: 17px;
	line-height: 28px;
	font-weight: 700;
}

h5 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}

h6 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
}


/* buttons style */

.btn {
	padding: 14px 40px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 25px;
	text-transform: uppercase;
}

.btn-primary {
	border: 2px solid transparent;
	border-color: #2E9FEE;
	background: #2E9FEE;
	color: #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-primary:hover,
.btn-white {
	background: #fff;
	border: 2px solid #fff;
	color: #2A2A2A;
}

.btn-black,
.btn-white:hover {
	background: transparent;
	border: 2px solid #2A2A2A;
	color: #2A2A2A;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-black:hover {
	border-color: #2A2A2A;
	background: #2A2A2A;
	color: #fff;
}

.btn-grey {
	border-color: #eee;
	background: #FAFAFA;
	color: #2A2A2A;
	padding: 12px 40px;
	margin-top: 20px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-grey:hover {
	background: #2A2A2A;
	color: #fff;
	border-color: #2A2A2A;
}

.btn-feature {
	background: #2A2A2A;
	border: 1px solid#2A2A2A;
	color: #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn-feature:hover {
	background: #fff;
	color: #2A2A2A;
	border-color: #999;
}
#section-intro .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:40px;
}
#section-intro .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:40px
}
.swiper-pagination {text-align: right;padding-right: 20px;}
/*======================================================
     navigation 
==========================================================*/

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	background: #fff;
	text-transform: uppercase;
	padding: 10px 50px !important;
	border-bottom: 0;
	letter-spacing: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom a {
	font-size: 16px;
}

.navbar-brand {
	padding: 0px;
	height: auto;
}

.navbar-brand>img {
	height: 100%;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #fff;
}

.navbar-custom.scroll .nav li a {
	color: #333;
}
.navbar-custom.scroll .nav li.active a{
	color: rgb(11, 134, 239) !important;
}
.navbar-custom.scroll .nav li a:hover {
	color: rgb(11, 134, 239) !important;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #FFF !important;
}

.navbar-custom .nav li.active {
	outline: 0;
}

.navbar-nav .iconfont {
	font-size: 24px
}

.icon-navbar {
	position: absolute;
	right: 60px;
	top: 28px;
}

.icon-navbar li {
	margin-right: 15px;
	position: relative;
}

.icon-navbar li span {
	vertical-align: middle;
	color: #c4cbd9;
}

.icon-navbar li span.guoJi {
	display: inline-block;
	width: 26px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #c4cbd9;
}
.icon-navbar li span a {font-size: 12px;color: #c4cbd9 !important;}

.icon-navbar li>ul {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top:40px;
	margin-left: -38px;
}

.icon-navbar .query-input {
	width: 120px;
	border-radius: 27px;
	height: 26px;
	margin-top: 0;
	background: transparent;
}

.icon-navbar .chaxun {
	position: absolute;
	right: 8px;
	font-size: 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: rgba(0, 0, 0, 0) !important;
}
/*二级菜单*/
.index-menu {margin: 20px auto 0;float:left;padding-left: 16%;}
.nav .tm{ float:left; position:relative; z-index:1;}
.nav .tm a{ display:block;padding: 0 25px;text-align:center; font-size: 15px;}
.nav .sub{ display:none; position:absolute; top:40px;left:-20px; z-index:1; width:146px;border-top:2px solid #50637c; background:#fff;box-shadow: 0 10px 10px rgba(0,0,0,.1);-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1);-moz-box-shadow: 0 10px 10px rgba(0,0,0,.1)}
.nav .sub li{ text-align:center; margin-bottom:-1px;}
.nav .sub li a{ display:block;font-size:14px; border-bottom:1px dotted #ddd; padding:8px 0;color:#666;}
.nav .sub li a:hover{ color:#50637c;}


.navbar-custom {}

.navbar-custom.scroll {
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}

.navbar-custom.top-nav-collapse {
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.navbar-custom.top-nav-collapse .nav li a {
	color: #fff;
}

.navbar-custom.top-nav-collapse .navbar-brand {
	color: #fff;
}
.navbar-toggle i {
	background: rgba(255,255,255,1);
    padding: 1px;
    color: #666;
}

.navbar-collapse.navbar-main-collapse.collapse.in .nav li.active a,
.navbar-collapse.navbar-main-collapse.collapse.in .nav li:hover a {
	color: #FFF !important;
}

.swiper-container01 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    background: rgba(255,255,255,.7);
    opacity: .7;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
    width: 56px;
}

/*====================================================
    section features
==========================================================*/

#section-features {
	padding-bottom: 84px;
	background:#f2f1f6 url("../images/newlist_bg.jpg") no-repeat;
	background-size:100%;
	-webkit-background-size:100%
}

.feature-heading {
	width: 75%;
	margin: 0 auto;
}

.feature-wrap {
	position: relative;
}

.feature-wrap .carousel {
	margin-top: 63px;
}

.picScroll-left{margin-top:60px;position:relative}
.picScroll-left .hd{text-align:center }
.picScroll-left .hd ul{zoom:1; zoom:1; text-align:center}
.picScroll-left .hd ul li{ display:inline-block; width:40px;border-radius:10px; height:6px; overflow:hidden; margin-right:6px; text-indent:-999px; cursor:pointer; background:#fff; }
.picScroll-left .hd ul li.on{ background:#006de7; }
.picScroll-left .bd{ padding:0; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{width:350px;margin:0 15px; height: 430px;padding-top: 5px;position: relative;float:left; _display:inline;}

.feature-slide {
	height: 513px;
}

.feature-title {
	width: 100px;
	text-align:center;
	font-size:14px;
	color:rgba(255,255,255,1);
	background: rgba(0,0,0,.7);
	position: absolute;
	left:0;
	top:15px;
	z-index: 1;
}

.feature-title>.num {
	text-align: center;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 8px;
}

.com-title {
	padding-top: 60px;
	width: 100%;
	text-align: center;
}

.com-title .title-en {
	font-size: 34px;
	margin-bottom: 13px;
	color: #ced1da;
	margin-bottom: 22px;
	font-family: -webkit-pictograph;
    font-weight: 700;
}

.com-title .title-cn {
	font-size: 26px;
	color: #000;
}

.feature-title>.date {
	padding-bottom: 10px;
}

.feature-top {
	width: 100%;
	height: 225px;
	overflow: hidden;
}

.feature-top img {
	height: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-top:hover img {
	opacity: 0.9;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.feature-bottom {
	width: 100%;
	height: 205px;
	overflow: hidden;
	padding: 0 23px;
}

.hover-box {background:#fff}

a.hover-box {
	width:100%;
	display: inline-block;
	border-radius:4px;
	box-shadow: rgba(198, 208, 235, 0.5) 0px 10px 20px;
	transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.hover-box:hover {
	background:#f2f1f6;
	-webkit-box-shadow: rgb(198, 208, 235) 0px 30px 60px;
	box-shadow: rgb(198, 208, 235) 0px 30px 60px;
    transform: translateY(-5px);
}

.heng {
	display: block;
	height: 0;
	width: 52px;
	border-bottom: 2px solid rgba(0,109,231,1);
	margin-bottom: 24px;
}

.feature-text-t {
	color: #000;
	font-size: 18px;
	padding-top: 30px;
	font-weight:600;
	width: 100%;
}

.feature-text-c {
	width: 100%;
	color: #666;
	overflow: hidden;
}
.feature-bottom:hover {transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;transform: translateY(-6px);}

.feature-wrap .carousel-indicators li {
	background-color: #fff;
	width:50px;
	height:5px;
	margin:0 3px;
	border-radius:0;
	border:0
}

.feature-wrap .carousel-indicators {
	bottom: -20px !important
}

.feature-wrap .carousel-indicators .active {
	background-color: #006de7 !important;
}

.more-lise {
	position: absolute;
	right: 15px;
	bottom: -16px;
	width: 198px;
	height: 46px;
	background: #006de7;
	color: #fff;
	padding: 0 20px;
}

.more-lise a {
	display: inline-block;
	height: 46px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
}

li.new_cnlf {
	width: 370px;
	float: left;
}

li.new_cnlf p {
	width: 100%;
}

p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}

p.newlf_tel a:hover {
	color: #C33
}

p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden;
}

li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}

.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

p.new_rq {
	width: 18%;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}

p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
	padding-left: 16px;
}

p.newrf_tx a {
	color: #000;
	font-size: 16px;
	display: block;
	font-weight: 500;
	line-height: 30px;
}

p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}

.miniSizeShow ul {
	width: 70%;
	float: left;
	padding-left: 15px;
}

.miniSizeShow ul>li {
	width: 40%;
	height: 22px;
	float: left;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
}

.recommend {
	float: right;
	border: 1px solid #217af0;
	color: #217af0;
	border-radius: 30px;
	padding: 1px 10px;

}

.miniSizeShow ul>li:nth-child(1) {
	border-radius: 20px;
	border: 1px solid #ddd;
	background: #ddd;
	color:#666;
}

.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}

.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}

.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}

.mr0 {
	margin-right: 0px;
}

.miniSizeShow {
	display: none;
}

.miniSizeShow,
.miniSizeShow dl,
.miniSizeShow dl dd {
	overflow: hidden;
}

.miniSizeShow dl dd {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

/*======== 银饭碗 =======================*/
#silver-app {
	height: 683px;
	position: relative;
}

#silver-app img#shouji {
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -30%;
	z-index: 66;
}

#silver-app .row,
#silver-app .row>div {
	height: 100%;
}

.sliver-man {
	height: 75%;
	width: 57%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 122;
}

.sliver-man>div {
	height: 100%;
	background: #f2f1f6;
	position: relative;
}

.sliver-man>div:nth-child(1) {
	background: #005bc1;
	color: #fff;
}

.sliver-man>div:nth-child(1) span {
	font-size: 27px;
	position: absolute;
	top: 83px;
	left: 50px;
}

.sliver-man>div:nth-child(1) p {
	color: #fff;
	font-size: 15;
	position: absolute;
	top: 160px;
	left: 50px;
	width: 158px;
	height: 115px
}

.more-info-icon {
	display: block;
	height: 35px;
	width: 35px;
	background: url("../images/more.png")no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 147px;
	left: 50px;
	cursor: pointer;
}

.more-info-icon:hover {
	width: 37px;
	height: 37px;
	bottom: 147px;
	left: 49px;
	transition: height width .2s linear;
}

#silver-app .swiper-container {
	height: 100%;
	width: 80%;
	float: left;
}

#silver-app .swiper-button-prev {
	background: url("../images/prev.png")no-repeat center !important;
	background-size: 100% 100%;
	width: 42px;
	height: 42px;
}

#silver-app .swiper-button-next {
	background: url("../images/prev.png")no-repeat center !important;
	background-size: 100% 100%;
	width: 42px;
	height: 42px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}

#silver-app .more-lise {
	left: 20%;
	bottom: 20%;

}

#silver-app .more-lise a {
	font-size: 16px;
}

#silver-app .swiper-container .title {
	width: 310px;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 12px;
}

#silver-app .title-sub {
	width: 310px;
	font-size: 18px;
	line-height: 18px;
	color: #999999;
	margin-bottom: 50px;
}

#silver-app .main-discorp {
	width: 310px;
	font-size: 16px;
	line-height: 30px;
	color: #060001;
	position: absolute;
	top: 30%;
	left: 19%;
}

.swiper-slide-txt {
	position: absolute;
	top: 14%;
	left: 19%;
}

#silver-app .swiper-container img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.swiper-button-next {right: 40px;}
/*======================================================
    section service
============================================================*/

#section-services {
	background: #fff;
}

#section-services .com-title {}
#industry-canvas{
	width:100%;
	height:100%;
	position:absolute;
	right:20px;
	top:0;
}
.layoutMain {
	width: 100%;
	padding-bottom: 50px;
	background: url("../images/img-bg.jpg") no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.business-con {
	height: 623px;
	margin: 60px auto 0;
}

.business-con li {
	position: relative;
	height: 35%;
	color: #fff;
	padding: 41px 59px 0 41px;
}

.hoverBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px;
}

.business-con li:hover .hoverBg {
	background: rgba(0, 0, 0, 0.3);
	transition: background-color .6s ease
}

.business-con li.business1:hover .sanJiao {
	border-color: rgb(0, 64, 135) transparent transparent transparent;
	transition: border-color .6s ease
}

.business-con li.business3:hover .sanJiao {
	border-color: rgb(68, 68, 68) transparent transparent transparent;
	transition: border-color .6s ease
}

.business-con li.business5:hover .sanJiao {
	border-color: transparent transparent rgb(148, 125, 62) transparent;
	transition: border-color .6s ease
}

.business-con li.business7:hover .sanJiao {
	border-color: rgb(68, 68, 68) transparent transparent transparent;
	transition: border-color .6s ease
}

.business-con li.business9:hover .sanJiao{
	border-color: rgb(0, 64, 135) transparent transparent transparent;
	transition: border-color .6s ease
}

.business-con li:hover .business-detail {
	border-color: #fff;
	color: #fff;
}

.business1 {
	background: #005bc1;
}

.business2 {
	background: url("../images/img-jinrong.jpg") no-repeat center;
	background-size: 100% 101%;
}

.business3 {
	background: #626262;
}

.business4 {
	background: url("../images/img-guquan.jpg") no-repeat center;
	background-size: 100% 100%;
}

.business5 {
	background: #d4b359;
}

.business6 {
	background: url("../images/img-shangtong.jpg") no-repeat center;
	background-size: 100% 100%;
}

.business7 {background: #626262}

.business8 {
	background: url("../images/img-tech.jpg") no-repeat center;
	background-size: 100% 100%;
}

.business9 {background: #005bc1;}

.business-title {
	font-size: 35px;
	color: #fffefe;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.business-txt {
	font-size: 13px;
	color: #fffefe;
	display: block;
	overflow: hidden;
}

.business-detail {
	height: 28px;
	width: 107px;
	border: 1px solid #669dda;
	margin: 15px auto 0;
	line-height: 26px;
	text-align: center;
	color: #b8c7e7;
	font-size: 12px;
	cursor: pointer;
}

.business-detail a {color:rgba(255,255,255,.7)}

.business1>.business-title {
	position: absolute;
	top: 44px;
	left: 52px;
}

.business1>.business-txt {
	position: absolute;
	top: 104px;
	left: 52px;
}

.business1>.business-detail {
	position: absolute;
	top: 184px;
	left: 52px;
}

.business3 .business-detail,.business7 .business-detail {
	border-color: #a1a1a1;
	color: #cac9c9;
}

.business5 .business-detail {
	border-color: #e5d19b;
	color: #eee2c7;
}

.business-detail:hover {
	color: #fff;
	border-color: #fff;
}

.sanJiao {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 16px;
	border-style: solid;
	border-color: red transparent transparent transparent;
}

.business1 .sanJiao {
	bottom: -30px;
    z-index: 66;
    margin-left: -8px;
    left: 50%;
	border-color: #005bc1 transparent transparent transparent;
}

.business3 .sanJiao {
	bottom: 45%;
    z-index: 66;
    transform: rotate(90deg);
    left: -30px;
	border-color: #626262 transparent transparent transparent;
}

.business7 .sanJiao {
	top: 46%;
    z-index: 66;
    margin-left: -8px;
    transform: rotate(270deg);
    right: -32px;
	border-color:  #626262 transparent transparent transparent;
}

.business9 .sanJiao {
	top: -32px;
    z-index: 66;
    margin-left: -8px;
	transform: rotate(180deg);
    left: 50%;
	border-color: #005bc1 transparent transparent transparent;
}

/*map*/
#section-global{
	background:#fff url("../images/global-mapbg.jpg") no-repeat center 180px;
}
#en-section-global{
	background:#f2f1f6 url("../images/en-global-mapbg.jpg") no-repeat center 180px;
}
.golbal-distribute{
    width: 100%;
	min-height: 840px;
	position:relative
}
.golbal-map{
    display: inline-block;
    position: relative;
    top:50px;
	left:50%;
	margin-left: -500px;
    background-size: 100% ;
    -webkit-background-size:100%;
}
.golbal-map>ul{
    position: relative;
}
.golbal-map>ul>li{
    position: absolute;
}
.golbal-map>ul>li .point-wrap{
    display: none;
    position: absolute;
    z-index: 999;
    top: -50px;
    width: 350px;
    padding-left: 90px;
    background:url("../images/map-line.png") no-repeat 15px 30px;
}
.point-wrap>div {
    border:3px solid #8fd5ff;
	border-radius:6px;
    padding: 15px;
    background: rgba(255,255,255,.9);
	box-shadow:5px 10px 15px rgba(0,0,0,.2);
	-moz-box-shadow:5px 10px 15px rgba(0,0,0,.2);
	-webkit-box-shadow:5px 10px 15px rgba(0,0,0,.2);
}
.point-wrap h4 {
    color: #333;
    margin-bottom:10px;
    font-weight: bold;
    font-size: 1.8rem;
}
.point-wrap p {
    line-height: 25px;
    color: #666;
}
.golbal-map>ul>li:hover .point-wrap{
    display: block;
}
.point-one,.point-two,.point-three{
    background: #8fd5ff;
    display: inline-block;
    width: 15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1;
}
.golbal-map-1{
    top: 220px;
    left: 160px;
}
.golbal-map-2{
    top: 208px;
    left: 792px;
}
.golbal-map-3{
    top: 278px;
    left: 772px;
}
.golbal-map-4{
    top: 216px;
    left: 752px;
}
.golbal-map-5{
    top: 250px;
    left: 782px;
}
.golbal-map-6{
    top: 236px;
    left: 794px;
}
.golbal-map-7{
    top: 265px;
    left: 781px;
}

/*=====================================================
    SECTION FOOTER MAIN
==========================================================*/

#footer {
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #424242;
	/* height: 136px; */
}

.footer-right-bottom {
	margin-top: 30px;
}

.footer-right-bottom li,
.footer-right-bottom li a {
	color: rgba(255,255,255,.3);
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
}
.footer-right-bottom li:hover a,.footer-right-bottom li:hover{
	color:rgba(255,255,255,.5);
}
.footer-right-bottom li span {
	margin-right: 10px;
}
#footer a:hover{
	color:rgba(255,255,255,.5);
}
.footer-right {
	float: right;
	margin-top: 6px;
}
.footer-right-top{
	overflow: hidden;
}
.footer-right-top li {
	float: left;
	margin-right: 12px;
}

.footer-right-top li>div:nth-child(2) {
	text-align: center;
	color: rgba(255,255,255,.3);
}
.footer-right-top .erwei{
	margin-bottom:6px;
}
.footers .link-us{
	font-size:15px;
	color:rgba(255,255,255,.5);
	margin-bottom:17px;
	font-size:16px;
}
.footers .row{
	border-bottom:1px solid rgba(255,255,255,.1);
	padding-bottom: 40px;
}
.footer-left .footer-ul>li{
	float:left;
	margin-right:54px;
	color:rgba(255,255,255,.5);
	font-size:15px;
}
.footer-left .footer-ul>li>ul {margin-top:10px}
.footer-left .footer-ul>li>ul>li a{
	font-size:14px;
	font-weight: normal;
	color:rgba(255,255,255,.3);
	line-height:30px;
}
/*=====================================================
    SECTION FOOTER
==========================================================*/
.footer-info {
	height: 66px;
	background: #424242;
	overflow: hidden;
	cursor: default;
}

.footer-info p {
	line-height: 66px;
	text-align: center;
	color: rgba(255,255,255,.3);
}

.row {
	padding: 0;
	margin: 0;
}

.row .col-md-12 {
	margin: 0;
	padding: 0;
}

.partbg {
	width: 100%;
    height: 500px;
    margin-top: 100px;
}
.linkbox {margin:60px 0;}
.colli {
	border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
	overflow:hidden
}
.colli li {
	width:25%;
	float:left;
	border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
}
.colli li a {background: rgba(255,255,255,1);display:block;overflow: hidden;}
.colli li a:hover {background: rgba(255,255,255,.9);}
.colli li a:hover img{
	opacity: 0.9;
    -webkit-transform: scale(1.12);
	transform: scale(1.12);
	transition: transform .6s ease;
}
.linka {
	margin: 30px 0 40px
}

.linka a {
	margin: 0 20px 0 0;
	color:rgba(255,255,255,.3);
	font-size:14px;
}
@media(min-width:1171px) and (max-width:1600px) {
	.index-menu {padding-left: 8%;}
	.nav .tm a{padding: 0 15px;}
}

@media(min-width:768px) {
	.navbar-custom {
		padding: 10px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background-color: rgba(0, 0, 0,.2);
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}



	.navbar-custom.top-nav-collapse {
		background-color: rgba(255, 255, 255, 0.97);
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	}

	.navbar-custom.top-nav-collapse .nav li a {
		color: #222;
	}

	.navbar-custom.top-nav-collapse .nav li.active a {
		background-color: transparent;
		color: #2E9FEE !important;
	}

	.navbar-custom.top-nav-collapse .navbar-brand {
		color: #fff;
	}
}
@media(max-width:768px) {
	#section-features {
		padding-bottom: 60px;
	}
	.business5 .sanJiao {
	    top: auto;
		bottom: -30px;
		z-index: 66;
		margin-left: -8px;
		left: 50%;
		border-color: #d4b359 transparent transparent transparent;
	}
	.nav .sub {width:0;height:0;overflow: hidden;}
	.footer-info p {font-size:13px;}
}
@media (max-width:414px) {
	.tempWrap {width:100%}
}
/* 滚动条 */
::-webkit-scrollbar{
    width:4px;
    background:#d2d2d2;
    border-radius:8px;
}
::-webkit-scrollbar-button{
    width:0;
    height:0;
}
::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement{
    display:block;
}
::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment{
    display:none;
}
::-webkit-scrollbar-corner{
    display:block;
}
::-webkit-scrollbar-thumb{
    width: 4px;
    height: 24px;
    background-clip:padding-box;
    background-color:rgba(255,255,255,1);
    border-radius:8px;
}
::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-track:vertical{
    border-left:4px solid transparent;
    border-right:4px solid transparent;
}
::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:horizontal{
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}