﻿@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#000;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #f8af16;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	line-height:24px;
	overflow-x: hidden;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
header{
	position: relative;
	z-index: 22;
	box-shadow: 1px 0px 7px 2px rgba(0, 0, 0, 0.2);
}
.header{
	height: 110px;
	overflow: hidden;
}
.w {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
  .w {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w {
    width: 100%;
    max-width: 1430px;
  }
  .container{
  	width: 100%;
  	max-width: 1310px;
  }
}
.logo{
	float: left;
}
.logo2{
	float: left;
	display: none;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
	float: left;
	margin-top: 14px;
}
.header_contact{
	float: right;
	margin-top: 37px;
}
.header_contact>p{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.header_contact>p:first-child{
	padding-right: 20px;
}
@font-face {
	font-family: BEBAS;
	src: url('../font/BEBAS.TTF');
}
.header_contact>p>span{
	font-family: BEBAS;
	color: #0068b7;
	padding-left: 5px;
	font-size: 24px;
}
#nav{
	background: #195fd2;
	width: 100%;
}
.nav{
	padding: 0 15px;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	font-size: 16px;
	color: #ffffff;
}
.nav>li:first-child{
	margin-left: 0;
}
.nav>li:last-child{
	margin-right: 0;
}
.nav>li.active>a{
	background: #e78a25;
	color: #ffffff;
}
.nav>li>a:hover{
	background: #e78a25;
	color: #ffffff;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	display: none;
	z-index: 999;
	background: #ffffff;
}
.sub_dl dd{
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
}
.sub_dl dd:last-child{
	margin-bottom: 0;
}
.sub_dl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #0068b7;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
}
.sub_dl dd a:hover{
	background: #e78a25;
	color: #FFFFFF;
}
@media(max-width: 1330px){
	.nav>li>a{
		padding: 0 45px;
	}
}
@media(max-width: 1270px){
	.nav>li>a{
		padding: 0 40px;
	}
}
@media (max-width: 1199px) {
	.nav>li>a{
		font-size: 14px;
		padding: 0 32px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.header_contact{
		margin-top: 20px;
	}
	.header_contact>p{
		display: block;
		font-size: 14px;
		font-weight: normal;	
	}
	.header_contact>p:first-child{
		padding-right: 5px;
	}
}
@media(max-width: 991px){
	.header{
		height: 70px;
	}
	.logo{
		display: block;
		float: left;
		position: initial;
	}
	.logo a img{
		display: block;
		margin-top: 0px;
	}
	.nav{
		display: none;
	}
	.header_contact,.header_right{
		display: none;
	}
}
@media only screen and (max-width:767px ){
	.logo{
		display: none;
	}
	.logo2{
		display: block;
		margin-top: 0px;
	}
} 

/* 手机按钮  */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #195fd2;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu .iphone{
	border-bottom: 1px solid #E6E6E6;
	padding-left: 25px;
}
#mobileMenu .menu .iphone img{
	margin-top: 8px;
	margin-right: 5px;
}
#mobileMenu .menu .iphone>span{
	color: #1d2088;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
	text-decoration: none;
}
#mobileMenu .menu li>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#mobileMenu .menu li>a.dl-none::after {
	display: none;
}
#mobileMenu .menu li.on>a {
	background-color: #195fd2;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media only screen and (max-width:991px ) {
	#navToggle{
		display: block;
	}
}

/*banner*/
.swiper-container{
	width: 100%;
	max-width: 1920px;
}
#banner .swiper-slide img ,#inside-banner .swiper-slide img{
    width: 100%;
    display: block;
    min-height: 200px;
}
#banner .swiper-pagination{
	bottom: 50px;
}
#banner .swiper-pagination-bullet{
	width: 50px;
	height: 6px;
	margin: 0 8px;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active{
	background: #0068b7;
	opacity: 1;
}
@media(max-width: 767px){
	#banner .swiper-pagination{
		bottom: 10px;
	}
}


/* 产品展示 */
.index_title{
	text-align: center;
	margin-top: 76px;
	margin-bottom: 40px;
}
.index_title h3{
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 4px;
	background: url('../images/index_title.png') no-repeat bottom;
}
.index_title p{
	font-size: 14px;
	color: #999999;
}
.prolist{
	display: table;
	margin: 0 auto 48px;
	text-align: center;
}
.prolist li{
	display: inline-block;
}
.prolist li.active a{
	background: #0068b7;
	color: #fff;
}
.prolist li a{
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	color: #333333;
	padding: 0 13px;
}
.prolist li a:hover{
	background: #0068b7;
	color: #fff;
}
.pro_con{
	margin-bottom: 41px;
	overflow: hidden;
}
.pro_con li{
	padding: 0px 7px;
}
.pro_con li{
	margin-bottom: 15px;
	overflow: hidden;
}
.pro_con li a{
	display: block;
	position: relative;
}
.pro_con li a .pro_img{
	overflow: hidden;
}
.pro_con li a .pro_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_con li a:hover .pro_img img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_text{
	width: 100%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	text-align: center;
}
.pro_text>p{
	font-size: 16px;
	color: #333333;
}
.pro_con li a:hover .pro_text>p{
	color: #0068b7;
}
@media(max-width: 1199px){
	.pro_con{
		margin-bottom: 30px;
	}
	.pro_con li{
		padding: 0 15px;
	}
}
@media(max-width: 991px){
	.prolist{
		margin-bottom: 28px;
	}
	.pro_con{
		margin-bottom: 0;
	}
}

/* 关于我们 */
#about_wrap{
	background: url('../images/about-bg.jpg') no-repeat center;
	background-size: cover;
	padding-bottom: 80px;
}
.index_about{
	position: relative;
}
.index_about .index_title{
	margin: 76px auto 60px;
}
.index_about .index_title h3{
	color: #333333;
}
.about_more{
	color: #333333;
	font-size: 16px;
	margin-bottom: 55px;
}
.about_list li a{
	display: block;
}
.about_list li a .about_img{
	overflow: hidden;
}
.about_list li a .about_img img{
	display: block;
	width: 100%;
}
.about_list li a p{
	font-size: 16px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0068b7;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.about_list li a:hover p{
	background: #e78a25;
}
@media(max-width: 991px){
	.about_list li{
		margin-bottom: 15px;
	}
	.about_more{
		margin-bottom: 30px;
	}
}

/* 新闻资讯 */
.index_news_con{
	margin-bottom: 80px;
}
.index_news_left{
	width: 50%;
	float: left;
}
.index_news_left>a{
	display: block;
	overflow: hidden;
}
.index_news_left>a .index_news_img{
	overflow: hidden;
}
.index_news_left>a .index_news_img img{
	display: block;
	width: 100%;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-ms-transition: 0.6s all;
}
.index_news_left>a:hover .index_news_img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_news_left>a .news_ms{
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	height: 44px;
}
.news_bottom{
	background: #f0f0f0;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}
.news_bottom .news_left h3{
	font-size: 20px;
	height: 22px;
	overflow: hidden;
	color: #333333;
	margin: 16px auto 12px;
}
.news_bottom .news_left h4{
	display: none;
}
.news_ul{
	float: right;
	width: 47%;
}
.news_ul li{
	background: #eeeeee;
}
.news_ul li a{
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
}
.date{
	float: left;
	width: 100px;
	height: 113px;
	padding: 27px 0 38px;
	background: #434343;
	text-align: center;
	color: #ffffff;
}
.date span{
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}
.date p{
	font-size: 16px;
}
.news_right{
	float: right;
	padding-right: 15px;
	width: calc( 100% - 120px);
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
}
.news_right h3{
	font-size: 20px;
	height: 22px;
	margin: 20px auto;
	overflow: hidden;
	color: #333333;
	margin-bottom: 11px;
}
.news_right h4{
	display: none;
	color: #000000;
}
.news_ul li:hover .date{
	background: #0068b7;
}
.news_ul li a:hover .news_right h3{
	color: #0068b7;
}
.news_ul li a .news_right .news_ms{
	color: #666666;
	height: 40px;
	font-size: 16px;
	overflow: hidden;
}
@media(max-width: 1199px){
	.index_title,.index_about .index_title{
		margin: 50px auto 30px;
	}
}
@media(max-width: 991px){
	.index_title,.index_about .index_title{
		margin: 30px auto 20px;
	}
	.index_title h3,.index_about .index_title h3{
		font-size: 24px;
	}
	.index_news_con{
		margin-bottom: 40px;
	}
	.news_ul{
		width: 100%;
		float: none;
		margin-top: 25px;
	}
	.index_news_right,.index_news_left{
		float: none;
		width: 100%;
	}
}
@media(max-width: 767px){
	.news_right h4,.news_bottom .news_left h4{
		display: block;
	}
}

/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #333333;
}
.footer{
	overflow: hidden;
	padding: 80px 15px 0;
}
.footer_dl{
	width: 10%;
	float: left;
}
.footer_dl:nth-child(3),.footer_dl:nth-child(4){
	width: 12%;
}
.footer_dl:nth-child(2),.footer_dl:nth-child(4){
	padding-top: 40px;
}
.footer_dl dt a,.footer_con dt a{
	font-size: 20px;
	color: #ffffff;
	display: block;
	font-weight: normal;
	padding-bottom: 15px;
}
.footer_dl dd a{
	font-size: 16px;
	color: #c9c9c9;
	display: block;
}
.footer_con{
	float: left;
	width: 30%;
	color: #ffffff;
	font-size: 16px;
	color: #c9c9c9;
}
.ewm{
	float: right;
	width: 290px;
}
.ewm1,.ewm2{
	display: inline-block;
	text-align: center;
}
.ewm1{
	margin-right: 12px;
}
.ewm2{
	margin-right: 0;
}
.ewm p{
	font-size: 16px;
	color: #c9c9c9;
}
#copyright{
	border-top: 1px solid #a0a0a0;
	margin-top: 59px;
}
.copyright{
	text-align: center;
	color: #a0a0a0;
	padding: 25px 15px;
	font-size: 14px;
}
.copyright>p{
	float: left;
}
.copyright>span{
	display: block;
	float: right;
}
@media only screen and (max-width:1199px ){
	.footer{
		padding: 20px 15px 0;
	}
	.footer_dl dt a,.footer_con,.footer_con dt a{
		font-size: 16px;
	}
	.footer_dl dd a{
		font-size: 14px;
	}
	.copyright{
		padding: 15px;
	}
	.copyright>p{
		float: none;
	}
	.copyright>span{
		display: block;
		float: none;
	}
	.ewm{
		display: none;
	}
	.footer_dl{
		width: 17%;
	}
	.footer_dl:nth-child(3),.footer_dl:nth-child(4){
		width: 17%;
	}
}
@media(max-width: 767px){
	.footer_dl:nth-child(3),.footer_dl:nth-child(4),.footer_dl:nth-child(5){
		display: none;
	}
	.footer_dl{
		width: 25%;
		text-align: center;
	}
	.footer_con{
		width: 50%;
	}
}
@media only screen and (max-width:480px ){
	.footer_dl:nth-child(1),.footer_dl:nth-child(2){
		width: 50%;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer_con{
		width: 100%;
		text-align: center;
		float: none;
		overflow: hidden;
	}
	.footer_dl:nth-child(5){
		margin-bottom: 0;
	}
	.footer_dl dt{
		margin-right: 0;
	}
}


/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
.main{
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 60px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media(max-width: 991px){
	.main{
		margin: 30px auto;
	}
}

/*左侧*/
.main_left{
	float: left;
	width: 250px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #0068b7;
	text-align: center;
	padding: 22px 0 28px;
}
.left_title h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 6px;
}
.left_title p{
	color: #d2d2d2;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
}
.left_ul{
	overflow: hidden;
}
.left_ul li{
	text-align: left;
	margin-bottom: 2px;
}
.left_ul li:last-child{
	margin-bottom: 10px;
}
.left_ul li a{
	display: block;
	height: 60px;
	line-height: 60px;
	color: #006ab3;
	font-size: 16px;
	padding-left: 33px;
	background: #f3f3f3;
}
.left_ul li.active a{
	color: #ffffff;
	background: #e78a25;
}
.left_ul li:hover a{
	color: #ffffff;
	background: #e78a25;
}
.left_iphoe{
	width: 250px;
	height: 324px;
	background: url('../images/left-iphoe.png') no-repeat center;
}


/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 305px);
	width: -moz-calc(100% - 305px);
	width: -webkit-calc(100% - 305px);
}
.main_right .pro_con{
	margin-bottom: 20px;
}
.main_right .pro_con li{
	padding: 0 7px;
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		height: 100%;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
		padding: 0px 10px 0px 15px;
		font-size: 18px;
		background: #0068b7;
	}
	.left_title h3{
		height: 56px;
	    line-height: 56px;
	    text-align: left;
	    font-size: 20px;
	    margin-bottom: 0;
	}
	.left_ul,.left_title p,.left_iphoe{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.left_ul li a{
		height: 50px;
		line-height: 50px;
		padding-left: 30px;
		text-align: left;
	}
}

/* 新闻资讯 */
.main_right .news_ul{
	float: none;
	width: 100%;
}
.main_right .news_ul li:last-child{
	margin-bottom: 60px;
}
.main_right .news_ul li a{
	margin-bottom: 30px;
	padding-bottom: 0;
}
.main_right .news_ul li a .news_left h3{
	margin: 23px auto 15px;
}
/* 内页详情 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.inside_date{
	text-align: center;
}
.inside_content{
	margin: 20px 0px;
    font-size: 14px;
    min-height: 200px;
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}

/* 新闻  */
.main_right .news_right h4{
	display: none;
}
@media(max-width: 767px){
	.date{
		display: none;
	}
	.main_right .news_right h4{
		display: block;
		color: #000000;
		margin-bottom: 8px;
	}
	.news_right{
		width: 100%;
		float: none;
		padding-left: 20px;
		padding-bottom: 15px;
	}
}
/* Contact Us */
.contact_left{
	background: #f3f3f3;
	padding: 52px 54px 52px;
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
.contact_left>h3{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
}
.contact_left>p{
	font-size: 16px;
	line-height: 30px;
}
.contact_right{
	width: 48%;
	float: right;
}
.contact_right>img{
	display: block;
	width: 100%;
}
.map>img{
	display: block;
	width: 100%;
}
@media(max-width: 1199px){
	.contact_left,.contact_right{
		width: 100%;
		float: none;
	}
	.contact_right>img{
		margin-bottom: 20px;
	}
}
@media(max-width: 767px){
	.contact_left{
		padding: 15px;
	}
	.contact_left>h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact_left > p{
		font-size: 14px;
		line-height: 24px;
	}
}
/* 分页 */
.page_box{
	text-align: center;
	margin-top: 30px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 12px;
	color: #969696;
	margin: 0 3px;
}
.page_box span{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	margin: 0 3px;
	color:#fff;
	background:#195fd2;
	border: 1px solid #195fd2;
}
@media only screen and (max-width:1199px ) {
	.inside_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
	.page_box{
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

/* 小屏幕 */
@media(max-width: 500px){
	.col-xss-12{
		width: 100%;
	}
}
/* 视频响应 */
@media (max-width: 1199px){
	.main_content p iframe {
    	width: 100% !important;
	}
}

/* owl-carousel */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}