@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style:none;}
body{ margin:0;padding:0; font:normal 12px/22px 宋体;}
img{border:0;}
a{text-decoration:none;color:#333;}
a:hover{color:#1974A1; text-decoration:none!important; }
.clear{ width:100%; clear:both; }
/*====================导航*********/
.containernav{ width:100%; max-width:100%; padding:0px; height:105px;}
.header{
	width:100%;
	position:relative;
	z-index:999;
	height:105px;
	padding:0px;
	background: rgba(255, 255, 255, 1);
}
/*左侧logo*/
.header .left{
	width: 20%;
	padding-left:5%;
	float:left;
}
.header .left a img{
	height: 90px;
	margin-top:6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height:105px;
	display: block;
	width:70%;
	float:right;
	position: absolute;
	left: 30%;
	top: 0px;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height:105px;
    background:#197465;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	z-index:-1;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 20px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color:#fff;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(/css/i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:105px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    left:0%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom:0px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #197465;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background:#197465;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	box-shadow: rgba(43, 50, 54, 0.2) 0px 13px 35px -12px;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 80px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	width: 100%;
	text-align:center;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding:0px;
	}
	.header #navToggle {
		height: 100%;
		padding: 30px 15px;
		margin-right:15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 45px;
		height:5px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 5px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #197465;
	}
	.header #navToggle span:before {
		top: 10px;
	}
	.header #navToggle span:after {
		bottom: 15px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}
.nav_tel{width:40%;float:right;height:50px;top: 0px; position:absolute; right:0px; }
.nav_tel_l{ width:35%; float:left; height:50px; text-align:center; }
.nav_tel_l a{ background:url(/images/gwc.png) 20px center no-repeat #197465; text-indent:55px; padding:8px 25px 8px 50px; border-radius:15px; color:#fff; }
.nav_tel_l a:hover{ color:#fff; background:url(/images/gwc.png) 20px center no-repeat #1c8a78; }
.nav_tel_r{ width:65%; float:right; background:url(/images/tel.png) 20px center no-repeat; line-height:25px; padding-left:12%; margin-top:22px;  }
.nav_tel_r p{ line-height:25px; font-size:24px; color:#197465; font-weight:bold; }

/*banner*/
.fullSlide{width:100%;position:relative;height:868px;background:#000;}

.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:868px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:868px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:60px;height:8px;margin:0px 2px;overflow:hidden;background:rgba(255,255,255,0.9);filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#197465;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;background:url(/images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:5%;background-position:-6px -137px;}

/*标题*/
.index_tite{ width:100%; text-align:center; }
.index_tite h1{ width:100%; font-weight:bold; font-size:36px; color:#000; }
.index_tite span{ width:60px; display:block; height:2px; background:#197465; margin:15px auto; }
.index_tite p{ width:100%; font-size:24px; color:#666; }

/*新闻*/
.news{ width:100%; padding:50px 0px;}
.news_width{ width:100%; max-width:1550px; margin:0 auto; }
.news_n{ width:100%; margin-top:20px; }
.news_n ul{ width:102%; }
.news_n ul li{  width: calc((100% - 90px)/3); float:left; margin-right:30px; }
.news_img{ width:100%; max-height:300px; overflow:hidden; }
.news_n ul li img {
 width: 100%;

 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_n ul li:hover img {
 transform: scale(1.2, 1.2) 
}
.news_tite{ width:100%; }
.news_n ul li a.more{ width:100%; display:block; text-align:left; font-size:14px; color:#197465; background:url(/images/more.png) right center no-repeat; }
.news_tite a{ width:70%; text-align:left; height:50px; line-height:50px; font-size:18px; font-weight:bold; color:#000; float:left; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;  }
.news_tite span{ display:block; width:30%; float:right; background:none; float:right; text-align:right; font-size:16px; color:#197465;  }
.news_n ul li p{ width:100%; font-size:16px; line-height:25px; color:#666; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; text-align:left; }

/*服务与支持*/
.services{ width:100%; background:url(/images/servicesbg.jpg) center no-repeat; padding:50px 0px; }
.services_width{ width:100%; max-width:1550px; margin:0 auto; }
.serviced_n{ width:102%; margin-top:20px; }
.c-preview {
  background: #000;
  background: -moz-linear-gradient(-45deg, #197465 0%, #197465 25%, #1a9984 50%, #0dc1a3 75%, #197465 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #197465 0%, #197465 25%, #1a9984 50%, #0dc1a3 75%, #197465 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #197465 25%, #1a9984 50%, #0dc1a3 75%, #197465 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display:block;
  width: calc((100% - 120px)/4);
  height: 300px;
  float:left;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: .5s all;
  margin-right:30px;
}
.c-preview__img {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
  mix-blend-mode: screen;
}
.c-preview__title {
  position: relative;
  z-index: 10;
  text-align:center;
  text-decoration:none;
  line-height:35px;
  padding-top:30%;
}
.c-preview__title p{ width:100%; font-size:18px; font-weight:normal; }
.c-preview:hover {
  background-position: 100% 100%;
  color:#fff;
  text-decoration:none;
}
.c-preview:hover__title {
  text-shadow: 0 0 20px black;
}

.index_ad{ width:100%; max-width:1550px; max-height:420px; overflow:hidden; margin:0 auto 50px; position:relative; }
.index_ad video{ width:100%; position:relative; bottom:40px; }
.index_ad h1{ width:100%; font-size:46px; position:absolute; top:50%; margin-top:-20px; left:0px; text-align:center; color:#fff; }


/*产品*/
.products{ width:100%; background:url(/images/productsbg.jpg) center no-repeat; padding:50px 0px; min-height:500px; }

.flex-item_tite{ width:100%; background:rgba(0,0,0,0.5); padding:10px 0px; }
 .flex-item_tite a{ font-size:18px; display:block; text-align:center; width:92%; padding:0px 4% 5px; color:#fff; }
 .flex-item_tite p{ width:92%; padding:0% 4%; text-align:left; display:none; font-size:14px; color:#666; }
 .flex-item:hover .flex-item_tite { background:#197465; }
 .flex-item:hover a{ color:#fff; }
 .flex-item:hover p{ color:#fff; }
.products .productsimg{ display:block; width:100%; overflow:hidden; max-height:450px; }
 .flex-item img {
 width: 100%;

 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.flex-item a:hover img {
 transform: scale(1.2, 1.2) 
}
	/* Carousel */
	.carousel-example {
		padding: 20px 0 50px 0;
		width:100%;
		max-width:1550px;
		margin:0 auto;
	}
	
	#complicated-content-carousel .carousel-control {
		position: absolute;
		top: -20px;
		right: 0;
		left: auto;
		bottom: auto;
		width: 14px;
		font-size: 25px;
		color: #3c3c3c !important;
		opacity: 1;
	}
	
	#complicated-content-carousel .carousel-control.left,
	#complicated-content-carousel .carousel-control.right {
		background-image: none;
	}
	
	#complicated-content-carousel .carousel-control.left {
		right: 35px;
	}
	
	#complicated-content-carousel .index {
		position: absolute;
		top: -70px;
		right: 0;
		font-size: 16px;
		color: #3c3c3c;
	}
	
	#complicated-content-carousel .flex-item {
		position: relative;
		display: inline-block;
		width: 320px;
		height: 380px;
		padding: 16px 13px;
		background-color: #f5f6f7;
		border: 6px solid #f5f6f7;
	}
	
	#complicated-content-carousel .flex-item:hover,
	#complicated-content-carousel .flex-item:focus {
		border: 6px solid #d2d4d5;
		border-radius: 3px;
	}
	
	.good-top {
		height: 21px;
	}
	
	.good-top-left {
		font-size: 16px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-top-right {
		height: 21px;
		text-align: right;
	}
	
	.choose-color div {
		display: inline-block;
		width: 21px;
		height: 21px;
		border-radius: 50%;
		letter-spacing: 5px;
		cursor: pointer;
	}
	
	.choose-color .blue {
		background-color: #165eb9;
	}
	
	.choose-color .yellow {
		background-color: #ffe637;
	}
	
	.choose-color .black {
		background-color: #535253;
	}
	
	.choose-color .grey {
		background-color: #d3a7ac;
	}
	
	.choose-color .dark-blue {
		background-color: #35374c;
	}
	
	.choose-color .dark-blue-women {
		background-color: #192b5e;
	}
	
	.choose-color .light-blue-women {
		background-color: #1682c4;
	}
	
	.good-top-left .fa {
		position: relative;
		top: 2px;
		font-size: 21px;
	}
	
	.good-bottom {
		height: 21px;
	}
	
	.good-bottom * {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.good-bottom-left a h4 {
		font-size: 18px;
		color: #3c3c3c;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-bottom-right {
		position: relative;
		top: -1px;
		font-size: 22px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-top-left,
	.good-bottom-left {
		float: left;
		text-align: left;
	}
	
	.good-top-right,
	.good-bottom-right {
		float: right;
		text-align: right;
	}
	
	.good-image {
		height: 294px;
		text-align: center;
	}
	
	.good-image:before {
	    content: "";
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}
	
	.good-image img {
		max-height: 240px;
		vertical-align: middle;
	}
	
	.size {
		position: absolute;
		padding: 0;
		cursor: pointer;
		transition: all .35s;
	}
	
	.size.shown {
		padding: 0 5px 5px 5px;
		background-color: #fff;
		border-radius: 2px;
	}
	
	.size.shown .option:hover {
		background-color: #f5f6f7;
	}
	
	.carousel-control {
		width: 40px;
		height: 80px;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		font-size: 30px;
		text-align: center;
		opacity: 1;
	}
	
	a.carousel-control.left,
	a.carousel-control.right {
		background-image: none;
		opacity: 1;
		text-align: center;
	}

/* MEDIA QUERIES */
	/* styles for phones' displays */
	@media only screen and (max-width: 350px) {
		#complicated-content-carousel .flex-item {
			width: 300px;
		}
	}
	
	/* styles for medium size displays */
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
		#complicated-content-carousel .flex-item {
			width: 300px;
		}
	}

/*关于BD体育*/
.about{ width:100%; padding:50px 0px; }
.about_width{ width:100%; max-width:1550px; margin:0 auto; }
.about_n_l{ width:40%; float:left; overflow:hidden; text-align:left; position:relative; }
.aboutimg{ width:100%; }
.about_n_l_l a{ display:block; width:100%; height:100vh; position:absolute; top:0px; left:0px; }
.about_n_l_l a:hover{ background:none !important; }
.about_n_l img {
 width: 100%;
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about_n_l:hover img {
 transform: scale(1.2, 1.2) 
}
.videolink{ display:block; width:100%; height:100%; }
.about_t{ width:100%; padding:50px 40px; background:rgba(0,0,0,0.5); position:absolute; left:0px; top:0px; height:100%; }
.about_t h1{ width:100%; font-size:30px; color:#fff; }
.about_t p{ width:100%; font-size:16px; color:#fff; line-height:30px; padding-top:15px; }
.about_t a{border:1px solid #fff;padding:8px 30px;font-size:16px;color:#fff;border-radius:10px;position:absolute;left: 45px;bottom: 100px;}
.about a:hover{ background:#197465; color:#fff; border:1px solid #197465; }
.about_n_l img{ width:100%; }
.about_n_r{ width:58%; float:right; }
.about_n { width:100%; margin-top:20px; }
.about_n_l_l{ width:60%; background:url(/images/videwbg.jpg) center no-repeat; min-height:480px; float:left; position:relative; overflow:hidden; }
.about_n_l_r{ width:37%; float:right }
.about_n_l_r h1{ width:100%; font-size:30px; color:#fff; padding-top:70px; }
.about_n_l_r p{ width:100%; font-size:18px; color:#fff; }
.about_n_l_r_t img {
 width: 100%;
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about_n_l_r_t:hover img {
 transform: scale(1.2, 1.2) 
}
.about_n_l_r_b img {
 width: 100%;
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about_n_l_r_b:hover img {
 transform: scale(1.2, 1.2) 
}
.about_n_l_r_t{ width:100%; position:relative; height:225px; overflow:hidden; margin-bottom:30px; }
.about_n_l_r_t a{ position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.2);  display:block; width:100%; min-height:225px; color:#fff; }
.about_n_l_r_t a:hover{ background:rgba(25,116,101,0.5); }
.about_n_l_r_b{ width:100%; position:relative; height:225px; overflow:hidden; }
.about_n_l_r_b a{ position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.2); display:block; width:100%; min-height:225px; color:#fff; }
.about_n_l_r_b a:hover{ background:rgba(25,116,101,0.5); }

/*酱酒文化*/
.jjwh{ width:100%; padding:50px 0px; }
.jjwh_width{ width:100%; max-width:1550px; margin:0 auto; }
.jjwh_n{ width:100%; margin-top:20px; }
.jjwh_n_l{ width:50%; float:left; max-height:420px; overflow:hidden; }
.jjwh_n_l img {
 width: 100%;
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.jjwh_n_l:hover img {
 transform: scale(1.2, 1.2) 
}
.jjwh_n_r{ width:48%; float:right; max-height:420px; overflow:hidden; }
.jjwh_n_r_l img {
 width: 100%;
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.jjwh_n_r_l:hover img {
 transform: scale(1.2, 1.2) 
}
.jjwh_n_r_r img {
 width: 100%;
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.jjwh_n_r_r:hover img {
 transform: scale(1.2, 1.2) 
}
.jjwh_n_r_l{ width:48%; float:left; position:relative; overflow:hidden; }
.jjwh_n_r_r{ width:48%; float:right; position:relative; overflow:hidden; }
.jjwhimg{ width:100%; }
.jjwh_t{ width:100%; padding:50px 20px; background:rgba(0,0,0,0.5); position:absolute; left:0px; top:0px; height:100%; }
.jjwh_t h1{ width:100%; font-size:30px; color:#fff; }
.jjwh_t p{ width:100%; font-size:16px; color:#fff; line-height:30px; }
.jjwh_t a{ border:1px solid #fff; padding:8px 30px; font-size:16px; color:#fff; border-radius:10px; position:absolute; left:20px; bottom:50px; }
.jjwh_t a:hover{ background:#197465; color:#fff; border:1px solid #197465; }
 
.bottom{ width:100%; background:#1e1e1e;  }
.bottom_top{ width:100%; max-width:1550px; margin:0 auto; padding:50px 0px; }
.bottom_top_left{ width:60%; float:left; border-right:1px solid #313131; }
.bottom_top_left ul{ width:100%;  }
.bottom_top_left h1 { width:20%; font-size:18px; float:left; color:#fff; font-weight:bold; }
.bottom_top_left h1 span{ display:block; background:#197465; width:20px; height:5px; margin:10px 0px 15px; }
.bottom_top_left a{ color:#fff; }
.bottom_top_left ul li a{ font-size:14px; color:rgba(255,255,255,0.4); line-height:30px; }
.bottom_top_left ul li a:hover{ color:#197465; }
.bottom_b{ width:100%; background:#fff; font-size:14px; text-align:center; line-height:30px; padding:20px 0px; }
.bottom_b a{ color:#000; padding:0px 3px; display:inline-block; width:auto; line-height:30px; }
.bottom_b a:hover{ color:#197465; }
.bottom_top_right{ width:39%; float:right; padding-top:40px; }
.bottom_top_right_l{ width:33%; float:left; text-align:center; }
.bottom_top_right_r{ width:65%; float:right; text-align:left; color:#fff; }
.bottom_top_right_r h1{ width:100%; text-align:left; color:#fff; padding:0px 0px 10px; margin:0px; font-size:30px; font-weight:bold; }
.bottom_top_right_r p{ line-height:25px!important; font-size:16px!important; }
.bottom_top_right_r span{ color:#fff!important; font-size:16px!important;  }
.bottom_top_right img{ width:160px; }
.bottom_top_left div h1:nth-child(1){ display:none; }

@media screen and (max-width:768px) {
.news_n ul {
    width: 92%;
	padding:0px;
	margin:0 auto;
}
.news_n ul li {
    width: calc((100% - 0px)/1);
    float: left;
    margin-right:0px;
	margin-bottom:20px;
}
.about_n_l {
    width: 92%;
    float: left;
    text-align: left;
    position: relative;
	margin-left:4%;
	margin-bottom:15px;
}
.about_n_r {
    width: 92%;
    float: right;
	margin-right:4%;
}
.about_n_l_l {
    width: 100%;
    background: url(/images/videwbg.jpg) center no-repeat;
    min-height: 480px;
    float: left;
	margin-bottom:15px;
}
.about_n_l_r {
    width: 100%;
    float: right;
}
.about_n_l_r_t {
    width:48%;
    position: relative;
    height: 215px;
    overflow: hidden;
    margin-bottom:15px;
	float:left;
}
.about_n_l_r_b {
    width: 48%;
    position: relative;
    height: 215px;
    overflow: hidden;
	float:right;
}
.c-preview {
  background: #000;
  background: -moz-linear-gradient(-45deg, #197465 0%, #197465 25%, #1a9984 50%, #0dc1a3 75%, #197465 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #197465 0%, #197465 25%, #1a9984 50%, #0dc1a3 75%, #197465 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #197465 25%, #1a9984 50%, #0dc1a3 75%, #197465 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display:block;
  width: calc((100% - 30px)/2);
  height: 300px;
  float:left;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: .5s all;
  margin-right:15px;
  margin-bottom:15px;
}
.jjwh_n_l{ width:92%; margin-left:4%; float:left; max-height:420px; overflow:hidden; margin-bottom:15px; }
.jjwh_n_r {
    width:92%;
    float: left;
    max-height: 420px;
    overflow: hidden;
	margin-left:4%;
}
.bottom_top_left {
    width: 60%;
    float: left;
    border-right: 1px solid #313131;
	display:none;
}
.bottom_top_right {
    width:92%;
    float: left;
    padding-top: 40px;
	margin-left:4%;
}
.serviced_n {
    width: 95%;
    margin-top: 20px;
	margin-left:4%;
}
.carousel-control {
	position: absolute;
	bottom: 0;
	left:0px;
	width:40px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5;
	background:rgba(0,0,0,0.5);
	line-height:80px;
	border-radius:5px;
}
a.carousel-control.right {
    background-image: none;
    opacity: 1;
    text-align: center;
	right:0px;
}
a.carousel-control.left {
    background-image: none;
    opacity: 1;
    text-align: center;
	left:0px;
}
.fullSlide .bd li{width:100% !important;height:280px;overflow:hidden;text-align:center; background-size:100%!important; }
.fullSlide{width:100%;position:relative;height:280px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li a{display:block;height:300px;}
.index_ad{ width:100%; max-width:1550px; max-height:250px; overflow:hidden; margin:0 auto 50px; }
.index_ad video{ width:100%; position:relative; bottom:20px; }
.index_ad h1{ width:100%; font-size:30px; position:absolute; top:50%; margin-top:-20px; left:0px; text-align:center; color:#fff; }
}