/*首页头部样式*/
body {
		min-width: 320px;
	}

@media (max-width: 1199px) {
	body {
		overflow: auto;
	}
}

ul,
ol {
	list-style: none;
}

#nav {
	position: relative;
	width: 100%;
	background: #fefefe;
	height: 50px;
}

.nav_box {
	width: 100%;
	padding: 0 13%;
	height: 50px;
	background: #fefefe;
	/*overflow: hidden;*/
	z-index: 100;
	position: fixed;
}

#nav .nav_box_phone {
	display: none;
}

#nav .logo {
	width: 126px;
	height: 35px;
	background: url(../img/runcobologo.png) no-repeat;
	margin-top: 8px;
	margin-left: 10%;
	float: left;
}

#nav .logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#nav .naver {
	float: right;
	width: 650px;
	height: 100%;
	margin-right: 5%;
}
#nav .naver ul li .signin{
	width: 66px;
    height: 30px;
    border-radius: 15px;
	margin-top: 10px;
	background: rgba(56,179,196,1);
	box-shadow: none;
	border: none;
	color: #fff;
}
#nav .naver ul li .signup{
	width: 66px;
    height: 30px;
    border-radius: 15px;
	margin-top: 10px;
	background: #fff;
	box-shadow: none;
	border: none;
	color: #000;
}
#nav .naver .nav {
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.fr {
	float: right;
}

#nav .naver .col-363537 a {
	color: #4c4b4c;
}

.drop-down {
	width: 100%;
	background: #fefefe;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1000;
	display: none;
	overflow: hidden;
	font-size: 14px;
}

.drop-down ul {
	width: 45%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.drop-down ul li {
	width: 105px;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=60);
	perspective: 100px;
	transform: translate3d(70px,0, 0) rotate(0.0001deg);
	-webkit-transform: translate3d(70px,0,0) rotate(0.0001deg);
	opacity: 0;
}

.drop-down ul li.ac1 {
	transition: translate3d 0.25s linear 0s, all 0.8s ease 0s;
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.drop-down ul li.ac2 {
	transition: translate3d 0.25s linear 2s, all 0.8s ease .1s;
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.drop-down ul li.ac3 {
	transition: translate3d 0.25s linear 0.4s, all 0.8s ease .2s;
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.drop-down ul li.ac4 {
	transition: translate3d 0.25s linear 0.6s, transform 0.8s ease;
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.drop-down ul li.ac5 {
	transition-delay: 0.8s;
	transition: translate3d 0.25s linear 0.8s, transform 0.8s ease;
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.drop-down ul li.ac6 {
	transition-delay: 1s;
	transition: translate3d 0.25s linear 1s, transform 0.8s ease;
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.drop-down ul li.ac7 {
	transition-delay: 1.2s;
	transition: translate3d 0.25s linear 1.2s, transform 0.8s ease;
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.drop-down ul li:hover {
	opacity: 0.6;
	filter: alpha(opacity=100);
	perspective: 1000px;
}

.drop-down ul li p {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #00B3C4;
}

.drop-down ul li .img-box1 {
	width: 100%;
	height: 150px;
	background: url(../img/bg1.jpg) no-repeat;
	background-size: contain;
}

.drop-down ul li .img-box2 {
	width: 100%;
	height: 150px;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: contain;
}

.drop-down ul li .img-box3 {
	width: 100%;
	height: 150px;
	background: url(../img/bg3.jpg) no-repeat;
	background-size: contain;
}

.drop-down ul li .img-box1 a,
.drop-down ul li .img-box2 a,
.drop-down ul li .img-box3 a {
	display: block;
	width: 100%;
	height: 100%;
}

.row-center {
	width: 100%;
	background:url(../img/new_version/banner_bg.jpg) no-repeat;
	height: auto;
	background-size: 100% 100%;
	position: relative;
	transition: all 0.5s;
}
.row-center:hover .mini_banner{
	transform: scale(1.21,1.21);
}
.row-center .mini_banner{
	position: absolute;
	top: 20px;
	left: 10%;
	width: 80%;
}
.row-center a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	
}

.row-center:hover .xxx {
	display: block;
}

.row-center img {
	width: 100%;
	height: auto;
}

.row-center .rc-text {
	position: absolute;
	left: 10%;
	bottom: 6%;
	width: 80%;
	overflow: hidden;
	/*transition: all 0.5s;*/
}


/*.row-center .rc-text:hover img{
	transform: scale(1.05);
	z-index: 1200;
	opacity: 0.9;
}*/

.row-center .rc-text p {
	margin: 0;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.row-center .rc-text .sol {
	width: 35%;
	height: 1px;
	background: #7c7c7c;
}

.row-center .rc-text p span {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.carousel-control {
	z-index: 1000;
}

#index-main {
	width: 86%;
	margin: auto;
}

#index-main .news {
	padding: 5% 8%;
}
#index-main .news_phone {
		display: none;
}
#index-main .news ul {
	margin: 0;
	padding: 0;
}

#index-main .news ul li {
	width: 100%;
	margin-top: 2px;
}

#index-main .news ul li a {
	display: inline-block;
	width: 46%;
	color: #929292;
	border-bottom: 1px solid #fff;
}

#index-main .news ul li a span:nth-of-type(1){
	display: inline-block;
	max-width: 230px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

#index-main .news ul li:nth-of-type(1) a {
	border-bottom: 1px solid #fff;
	/*color: #337ab7;*/
}

#index-main .news ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #00B3C4;
	color: #00B3C4;
}

#index-main .news ul li a:nth-of-type(2) {
	float: right;
}

#index-main .news ul li a span {
	float: right;
}

#index-main .foot-nav {
	padding: 5% 5%;
/*	border-top: 1px solid #d6d6d6;*/
}

#index-main .foot-nav .fn {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 5% 5%;
	font-size: 14px;
}

#index-main .foot-nav .fn-left {
	width: 31%;
	float: left;
}

#index-main .foot-nav .fn-left a {
	font-size: 28px;
	color: #4a4a4a;
	text-decoration: underline;
}

#index-main .foot-nav .fn-left p {
	margin-bottom: 5px;
}

#index-main .foot-nav .fn-left p:nth-of-type(3){text-align: center;}
#index-main .foot-nav .fn-left p:nth-of-type(2) {
	color: #b5b5b5;
	text-align: center;
}

#index-main .foot-nav .fn-left .fn-img {
	width: 92px;
	height: 28px;
	margin: auto;
}

#index-main .foot-nav .fn-left .fn-img .fni-l {
	width: 30px;
	height: 30px;
	float: left;
	background: url(../img/support/tw.png);
	background-size: 100% 100%;
}

#index-main .foot-nav .fn-left .fn-img .fni-r {
	width: 30px;
	height: 30px;
	float: right;
	background: url(../img/support/facebook.png);
	background-size: 100% 100%;
	cursor: pointer;
}

#index-main .foot-nav .fn-left .fn-img .fni-l a,
#index-main .foot-nav .fn-left .fn-img .fni-r a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#index-main .foot-nav .fn-right {
	float: right;
	width: 69%;
	text-align: right;
}

#index-main .foot-nav .fn-right ul {
	display: inline-block;
	margin: 0;
	padding-left: 3.5%;
	text-align: left;
	height: 120px;
	vertical-align: text-top;
}

#index-main .foot-nav .fn-right ul li:nth-of-type(1) {
	color: #4c4a4c;
	margin-bottom: 15px;
}

#index-main .foot-nav .fn-right ul li a {
	color: #b5b5b5;
}

#index-main .foot-nav .fn-right ul li a:hover {
	color: #00B3C4;
}

#footer {
	width: 100%;
	height: auto;
	background: #363537;
}

#footer .foot {
	width: 60%;
	height: 50px;
	margin: auto;
	overflow: hidden;
}

#footer .foot p {
	margin: 0;
	padding: 0;
    line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

#footer .foot p span,
#footer .foot p a {
	color: #b6b6b6;
	font-size: 12px;
}

#footer .foot p a {
	padding-left: 20px;
}

#footer .foot p a:nth-of-type(1) {
	padding-left: 9px;
}

#footer .foot p a:nth-last-of-type(1) {
	color: #00B3C4;
}

#footer .foot p:nth-of-type(2) {
	margin-top: 3px;
	text-align: center;
	line-height: 135%;
}

#footer .foot p #dt a {
	color: #b6b6b6;
	margin-right: 5px;
}

#footer .foot p #dt a:hover {
	color: #00B3C4;
}

#carousel-inner .item a {
	display: block;
	width: 100%;
	height: 100%;
}

#carousel-inner .item img {
	width: 100%;
	height: auto;
}

a,
p,
span,
div,
li {
	font-family: "qblack";
}

.container {
	padding: 0;
}

.ina {
	float: right;
	color: #333;
}

.ina:hover {
	color: #00B3C4;
}

.carousel-inner:hover {
	opacity: 0.8;
}

a:hover {
	color: #00B3C4;
}

.xxx {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #eee;
	opacity: 0.1;
	display: none;
}

#footer #dx {
	font-size: 12px;
	color: #b6b6b6;
}

#footer #dx:hover {
	color: #00B3C4;
}

@media only screen and (max-width: 840px) {
	
	
	
	#nav .nav_box {
		display: none;
	}
	#nav .nav_box_phone {
		display: block;
		width: 100%;
		height: 50px;
		background: #000000;
		position: fixed;
		top: 0;
		z-index: 10000;
	}
	#nav .nav_box_phone .logo {
		width: 126px;
		height: 35px;
		/*background: url(../img/bg.png) no-repeat 0 -160px;*/
		margin-top: 8px;
		margin-left: 5%;
		float: left;
	}
	#nav .nav_box_phone .logo a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.header {
		background-repeat: no-repeat;
		height: 50px;
		float: left;
	}
	.sidebar-toggle {
		position: absolute;
		top: 0;
		height: 50px;
		right: 10px;
		cursor: pointer;
	}
	.sidebar-toggle div {
		position: relative;
		margin: -1px 14.5px 0;
		width: 21px;
		height: 2px;
		background: #fff;
	}
	.sidebar-toggle .l-1 {
		top: 36%;
	}
	.sidebar-toggle .l-2 {
		top: 50%;
	}
	.sidebar-toggle .l-3 {
		top: 64%;
	}
	
	.carousel-indicators{
		bottom: 5px;
	}
	.carousel-indicators li{
		width: 50px;
	}
	.carousel-indicators li.active{
		width: 50px;
		margin: 1px;
	}
	.onOff{
		position: fixed;
		top: 50px;
		z-index: 10000;
		width: 100%;
		height: auto;
		background: #f5f5f5;
		padding: 0;
		font-size: 14px;
	}
	.onOff>li{
		width: 100%;
		padding-left: 10px;
		height: 44px;
		line-height: 44px;
		border-bottom: 1px solid #d3d3d3;
		color: #000000;
	}
	.onOff>li>a{
		display: block;
		width: 100%;
		height: 100%;
		color: #000000;
	}
	.onOff>li i{
		float: right;
		width: 12px;
    height: 24px;
    margin-top: 10px;
    margin-right: 20px;
    background: url(../img/icon.png)no-repeat -8px 2px;
	}
	.onOff>li i{
		float: right;
		width: 12px;
    height: 24px;
    margin-top: 10px;
    margin-right: 20px;
    background: url(../img/icon.png)no-repeat -8px 2px;
	}
	.onOff>li .i1{
		float: right;
		width: 12px;
    height: 24px;
    margin-top: 10px;
    margin-right: 20px;
    background: url(../img/icon.png)no-repeat -8px 2px;
	}
	.onOff>li .i2{
		float: right;
		width: 12px;
    height: 24px;
    margin-top: 10px;
    margin-right: 20px;
    background: url(../img/icon.png)no-repeat -58px 2px;
    display: none;
	}
	.onOffs{
		width: 100%;
		height: auto;
		background: #eaeaea;
		padding: 0;
	}
	.onOffs>li{
		width: 100%;
		padding-left: 10px;
		height: 44px;
		line-height: 44px;
		border-bottom: 1px solid #d3d3d3;
	}
	.onOffs>li>a{
		display: block;
		width: 100%;
		height: 100%;
		color: #757575;
	}
	.onOffs>li i{
		float: right;
		width: 12px;
    height: 24px;
    margin-top: 10px;
    margin-right: 20px;
    background: url(../img/icon.png)no-repeat -35px 2px;
	}
	
	
	/*底部*/
	#index-main{
		width: 100%;
	}
	#index-main .news {
		display: none;
	}
	#index-main .news_phone {
		display: none;
		float: left;
		width: 100%;
		border-top: 2px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		height: 44px;
		padding: 0 5%;
	}
	#index-main .foot-nav{
		padding: 0;
	}
	#index-main .foot-nav .fn-left{
		margin: 5%;
	}
	#index-main .foot-nav .fn-left p:nth-of-type(2){
		text-align: left;
	}
	#index-main .foot-nav .fn-left .fn-img{
		margin: 0;
	}
}


/*兼容移动端媒体查询*/
@media only screen and (max-width: 750px) {
.maxscreen{display: none!important;}
.minscreen{display: block;}
#myModal{top: 50px;}
#myCarousel{display: none;}
#myCarouse2{display: block;margin-bottom: 3px;}
.img-thumbnail{padding: 0;border: 0;border-radius: 0;}
.rc-text{text-align: center;}
.row-center .rc-text h1{font-size: 18px;color: #000;}
.row-center .rc-text .sol{display: none;}
.row-center .rc-text p span{font-size: 16px;}
.clear{padding: 0!important;margin-bottom: 3px;}
#index-main .foot-nav .fn-left{float: none;width: 100%;}
#index-main .foot-nav .fn-left p:nth-of-type(1){font-size: 16px;}
#index-main .foot-nav .fn-left p:nth-of-type(2) a{text-decoration: none;font-size: 22px;}
#index-main .foot-nav .fn-left p:nth-of-type(3){text-align: left!important;}
#index-main .foot-nav .fn{padding: 0;}
.botlist{width: 100%;height: auto;background: #f5f5f5;padding: 0;margin-bottom: 50px;}
.botlist>li{width: 100%;padding-left: 10px;height: 44px;line-height: 44px;border-bottom: 1px solid #d3d3d3;color: #000000;}
.botlist>li .i1{float: right;width: 12px;height: 24px;margin-top: 10px;margin-right: 20px;background: url(../img/icon.png)no-repeat -8px 2px;}
.botlist>li .i2{float: right;width: 12px;height: 24px;margin-top: 10px;margin-right: 20px;background: url(../img/icon.png)no-repeat -58px 2px;display: none;}
.botlist>ul{-webkit-transition: all linear .4s;display: none;}|
#footer .foot{width: 100%;text-align: center;height: auto;}
#footer .foot p{margin: 12px 0;color: #fff;font-size: 14px;}
#footer .foot p:nth-of-type(2){margin-bottom: 7px;}
#footer .foot p a{padding-left:0!important;}
#news-opj3 span{display: inline-block;max-width: 250px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
video{width: 100%;height: 300px;}

/*首页中banner上文字的使用*/
#myCarouse2 .img_content{width: 100%;text-align: center;position: absolute;top:6%;}
#myCarouse2 .swiper-slide{position: relative;}

#myCarouse2 .swiper-slide .img_content1 h2{color: #FFFFFF;font-size: 4rem;}
#myCarouse2 .swiper-slide .img_content1 p:nth-of-type(1){color: #FFFFFF;font-size: 2rem;margin-bottom: 3px;}
#myCarouse2 .swiper-slide .img_content1 p:nth-of-type(2){color: #00B3C4;font-size: 1rem;margin-bottom: 3px;}
#myCarouse2 .swiper-slide .img_content1 a{color: #FFFFFF;font-size: 1rem;}
#myCarouse2 .swiper-slide .img_content2 h2{color: #FFFFFF;font-size: 4rem;}
#myCarouse2 .swiper-slide .img_content2 p:nth-of-type(1){color: #FFFFFF;font-size: 2rem;margin-bottom: 3px;}
#myCarouse2 .swiper-slide .img_content2 p:nth-of-type(2){color: #00B3C4;font-size: 1rem;margin-bottom: 3px;}
#myCarouse2 .swiper-slide .img_content2 a{color: #FFFFFF;font-size: 1rem;}
#myCarouse2 .swiper-slide .img_content3 h2{color: #000;font-size: 4rem;}
#myCarouse2 .swiper-slide .img_content3 span{color: #000;font-size: 2rem;margin-bottom: 3px;display: inline-block;padding: 0 0.5rem;border-radius: 5px;}
#myCarouse2 .swiper-slide .img_content3 p{color: #000;font-size: 1rem;margin-bottom: 3px;}
#myCarouse2 .swiper-slide .img_content3 a{color: #00B3C4;font-size: 1rem;}
a:hover{text-decoration: none;}
}

@media only screen and (max-width: 375px){
	#myCarouse2 .swiper-slide h2{font-size: 2.5rem!important;}
}

@media only screen and (min-width: 750px){
	.maxscreen{display: block;}
	.minscreen{display: none!important;}
	#myCarousel{display: block;}
    #myCarouse2{display: none;}
    .rc-text{text-align: left;}
.row-center .rc-text .sol{display: none;}
}

@media only screen and (max-width: 905px){
	#nav .naver{margin-right: 0;}
}


/*@media (min-width: 768px){
	#index-main .foot-nav .fn-right{width: 100%;}
}*/


/*添加导航切换标签*/
#nav .check{position: fixed;
             right: 30px;
             z-index: 1000;
             line-height: 50px;}

#nav .check a{font-size: 12px;
               color: #333333;}
#nav .check a.active{color: #00B3C4;}

#nav .check1{position: fixed;
             right: 5rem;
             z-index: 1000;
             line-height: 50px;
             color: #fff;}

#nav .check1 a{font-size: 12px;color: #FFFFFF;}
#nav .check1 a.active{color: #00B3C4;}