*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
li{
	list-style: none;
}
html, body{
	overflow-x: hidden;
}
body{
	/*font-family: 'OpenSans';*/
}
@font-face {
	src: url(/template/pc/skin/css/fonts/OpenSans-Regular.ttf)
}
img{
	max-width: 100%;
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #333;
}
input, textarea, select, button{
	outline: none !important;
}
ul{
	margin-bottom: 0;
}
.banner p{
	margin-bottom:0;
}
.content p:not(.h1):not(.h2):not(.h3):not(.h4):not(.title):not(.text):not(.desc){
	line-height: 28px;
	margin-bottom: 0;
}
.x_tiile,.cych_t{font-size: 16px;}
.title{
	font-size: 36px;
	font-weight: normal;
	color: #090404;
	margin-top: 0px;
	font-family: '微软雅黑';
}
.index .sec04 .abt-rt .submit{
		width: 150px;
		border-radius: 20px;
		height: 40px;
		background: #323433;
		display: inline-block;
		text-align: center;
		line-height: 40px !important;
		color: #fff;
		margin-right: 10px;
		margin-top: 35px;
	}
.para h2{
	font-family: '微软雅黑';
	font-size:25px;
	font-weight: normal;
	margin-top: 30px;
}
.text,
.desc{
	line-height: 24px;
	color: #666;
	margin: 10px 0 30px;
}
.desc{
	margin: 10px 0 20px;
}
.desc{
	padding-bottom: 15px;
	position: relative;
}
.desc:after{
	content: '';
	width: 30px;
	height: 1px;
	background: #d03625;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -18px;
}
#about .sec01 .title{
	font-size:26px;
	font-family: '微软雅黑';
	font-weight: normal;
}
.title,
.text,
.desc{
	text-align: center;
}
.index .text{
	margin-top: 25px;
}
.product h1,
.product .text,
.product-info h1{
	text-align: center;
}
.head{
  font-size: 20px;
  line-height: 30px;
  color: #0d82a8;
  border-left: 10px solid #0d82a8;
  border-bottom: 2px solid #0d82a8;
  padding-left: 5px;
  margin: 30px 0 !important;
}
.btn{
	padding: 6px 12px;
}
.bordered img{
	border: 1px solid #ccc;
	width: 300px;
}
.max-img img{
	max-width: 95%;
}
.all-img img{
	max-width: 95%;
	border: 1px solid #ccc;
}
.scale-img{
	overflow: hidden;
}
.scale-img img{
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.scale-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.breadcrumb>li,
.breadcrumb>.active,
.breadcrumb>li+li:before{
	color: #666;
	text-transform: uppercase;
}
.breadcrumb>.active {
  width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
}
.container>nav, .containe-fluid>nav{
	text-align: center;
}
.navbar-form .btn{
	vertical-align: top;
}
.mySwiper{
	padding: 0;
	margin: 0;
	position: relative;
}
.index .sec01.mySwiper{
	padding: 0;
	margin: 0 -10px;
}
.swiper-container{
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.swiper-wrapper, .swiper-slide{
	height: auto !important
}
.swiper-container>a{
	display: none
}
.swiper-container:hover>a{
	display: block
}
.swiper-slide{
	position: relative;
}
.swiper-container .pagination{
	display: inline
}
.pagination-block{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 0;
	display: block !important
}
.pagination-block>span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #999;
	margin: 0 3px;
	cursor: pointer;
}
.pagination-block>.swiper-active-switch{
	background-color: #af3a40
}
.pagination-banner{
	position: absolute;
	bottom: 0;
}
.pagination-banner>span{
	background-color: #fff;
}
.pagination a.prevbtn,
.pagination a.nextbtn{
	width: 20px;
	height: 40px;
	line-height: 24px;
	background: rgba(0,0,0,.5) url(../img/pagination-01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	display: none;
	z-index: 99;
}
.breadcrumb>.active a{
	color: #d81616;
}
.pagination a.prevbtn{
	left: 0;
	background-position-x: 5px;
}
.pagination a.nextbtn{
	right: 0;
	background-position-x: -14px;
}
.pager li>a,
.pager li>span{
	border-radius: 0;
	color: #333;
	border-color: #d03625;
}
.pager li>a:hover,
.pager li>span:hover{
	color: #fff;
	background-color: #d03625;
}
.pager li+li{
	margin-left: 10px;
}
.swiper-certificate img{
	max-width: 95%;
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}
.swiper-certificate img:hover{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 2px 2px 10px #666;
	box-shadow: 2px 2px 10px #666;
}
.content .navbar-header button{
	float: left;
	border: none;
	background: transparent url(../img/top_nav.png) no-repeat center !important;
	padding-left: 80px;
	margin: 0 0 0 -53px;
}
.pagination>span>a,.pagination>span>span{
	font-size: 16px;
	color: #333;
	border: none;
}
.pagination>span>a:hover,
.pagination>span>a:focus,
.pagination>span>span:hover,
.pagination>span>span:focus,
.pagination>span>span{
	background-color: transparent;
	color: #0d82a8;
}
.pagination.paging>span>a,.pagination.paging>span>span{
	font-size: 16px;
	color: #333;
	border: none;
	background: transparent;
}
.pagination.paging>span>a:hover,
.pagination.paging>span>a:focus,
.pagination.paging>span>span:hover,
.pagination.paging>span>span:focus,
.pagination.paging>span>span{
	background-color: transparent;
	color: #0d82a8;
}
.product-menu .navbar-collapse{
	padding: 0;
}
.product-menu .product-form{
	border: 1px solid #a0a0a0;
	padding: 20px;
}
.product-menu .product-form input{
	width: 75%;
	display: inline-block;
}
.product-menu .product-form button{
	width: 20%;
	height: 34px;
	border-color: #0d82a8;
	background: #0d82a8 url(../img/icon_12.png) no-repeat center;
}
.product-menu .product-nav>li{
	width: 100%;
	margin: 10px auto;
	border: 1px solid transparent;
	cursor: pointer;
}
.product-menu .product-nav>li>a{
	width: 100%;
	text-align: center;
	color: #333;
	background: #f1f1f1;
	padding: 10px;
	display: block;
}
.product-menu .product-nav>li.active>a,
.product-menu .product-nav>li:hover>a{
	color: #fff;
	background-color: #0d82a8;
}
.product-menu .product-nav>li.active{
	border-color: #ccc;
}
.product-menu .product-nav>li ul{
	padding: 0px 20px;
	display: none;
}
.product-menu .product-nav>li.active ul{
	display: block;
}
.product-menu .product-nav>li ul li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.product-menu .product-nav>li ul li:last-child{
	border-bottom: none;
}
.product-menu .product-nav>li ul li a:hover{
	color: #0d82a8;
}
.fancybox-nav span{
	display: none;
}
.fancybox-nav:hover span{
	display: block;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #0d82a8 !important;
}

header{
	width: 100%;
	/*background: rgba(0,0,0,.5) !important;*/
	position: fixed;
	z-index: 800;
	/*opacity: 0.5;*/
}
header.shadow{
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
}
header .navbar-brand{
	width: 220px;
	height: 70px;
	font-size: 0;
	background: url(/template/pc/skin/img/logo.png) no-repeat center;
	margin: 10px auto;
	vertical-align: middle;
	display: inline-block;
}
header .navbar-toggle{
	float: left;
	padding: 20px;
	margin: 18px 15px 0px;
	background: transparent url(../img/top_nav_1.png) no-repeat center;
}
header .navbar-toggle:hover,
header .navbar-toggle:focus {
	background-color: transparent !important;
}
header .navbar-right{
	position: relative;
}
header .navbar-right .s{
	width: 34px;
	height: 34px;
	background: url(/template/pc/skin/img/search-1.png) no-repeat center;
	/*border: 1px solid #a1a1a1;*/
	border-radius: 50%;
	margin-left: 7px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
header .navbar-search{
	width: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	overflow: hidden;
}
header .navbar-search .navbar-form{
	padding: 0px;
	margin: 0px;
}
header .navbar-search .navbar-form .form-group{
	width: 200px;
	height: 36px;
	position: relative;
}
header .navbar-search input{
	width: 100% !important;
	height: 100%;
	border-radius: 50px;
	padding-right: 70px;
	position: absolute;
}
header .navbar-search .btn{
	width: 36px;
	height: 100%;
	border: none;
	border-radius: 50%;
	position: absolute;
}
header .navbar-search .search-com{
	padding: 0px;
	background: url(/template/pc/skin/img/search.png) no-repeat center;
	right: 35px;
}
header .navbar-search .search-out{
	background: #d81616 url(../img/cont-btn.png) no-repeat center !important;
	right: 0px;
}
header .social-media{
	padding-top: 2px;
	vertical-align: middle;
	display: inline-block;
}
header .social-media li{
	padding: 0 7px;
}
header .social-media li a{
	width: 34px;
	height: 34px;
	background: url(/template/pc/skin/img/top-media.png) no-repeat center;
	border: 1px solid #a1a1a1;
	border-radius: 50%;
	display: block;
}
header .social-media li a.f{
	background-position-x: -3px;
}
header .social-media li a.t{
	background-position-x: -57px;
}
header .social-media li a.i{
	background-position-x: -114px;
}
header .social-media li a:hover{
	background-color: #0d82a8;
	border-color: #0d82a8;
}
.navbar-default .navbar-nav>li>a{
	text-align: center;
	color: #fff;
	background: transparent !important;
}
header .menu .dropdown{
	top: 0px;
}
header .menu .dropdown:hover:before{
	content: " ";
	position: absolute;
	bottom: -2px;
	height: 5px;
	width: 100%;
	left: 0;
	background-color: #d03725;
	z-index: 6;
}
header .menu .dropdown:hover:after{
	content: " ";
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	/*background-color: #bed522;*/
	transform: rotate(45deg);
	z-index: 9;
}
header .menu>li>a{
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 6px 12px;
	font-size: 16px;
}
header .menu>li.active>a,
header .menu>li:hover>a{
	color: #af3a40 !important;
	background: transparent !important;
}
header .dropdown-menu{
	width: 100%;
	min-width: 0;
	padding: 0;
}
header .dropdown-menu>li>a{
	color: #333 !important;
	white-space: normal;
	border-top: 1px solid #E5E5E5;
}
header .dropdown-menu>li:hover>a{
	background: #dbe88f !important;
}

footer .h1{
	color: #333 !important;
}
.list-unstyled li a{
	color: #999 !important;
	font-size: 15px;
}

.index .sec02 .container .yx_mian ul li h3{
	font-weight: normal;
}
.index .sec02 .container .yx_mian ul li p{
		color: #666666;
		font-family: '微软雅黑';
		font-weight: normal;
}
.index .sec07 .container .yx_mian ul li h3,p{
		color: #333;
		font-family: '微软雅黑';
		font-weight: normal;
}
.index .sec07 .container .yx_mian ul li h3{
	font-size: 22px;
}
.index .sec07 .container .yx_mian ul li p{
	color: #656565;
	font-size: 16px;
}
.index .sec05 .what-lt ul .bottom-lt{
	transform:rotate(-45deg);
	float: left;
	list-style: none;
}
.index .sec05 .what-lt ul .top-lt{
	transform:rotate(-45deg);
	float: left;
	list-style: none;
}

.index .sec05 .what-lt{
	width: 100%;
	height: 100%;
	clear: normal;
}
.index .sec05 .what-lt ul{
	width: 100%;
	display: inline-block;
}

.index .sec05 .what-lt ul .center-lt{
	transform:rotate(-45deg);
	float: left;
	list-style: none;
	margin-left:10px;
}

.banner-cont {
    width: 76%;
    height: 100%;
    position: absolute;
    top: 40%;
    left: 12%;
    z-index: 2;
}
.banner2 .b-tit{
	font-size: 42px;
	line-height: 1.5;
	color: #fff;
}
.banner2 .b-hr{
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 23px 0;
}
.banner2 .b-des{
	font-size: 22px;
	line-height:1.7;
	color:#fff;
}
.btn-bannzx{
	display:inline-block;
	width:207px;
	height:50px;
	border:solid 1px #fff;
	border-radius:30px;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px !important;
	cursor:pointer;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}

.btn-bannzx span{
  display: block;
  position: relative;
  z-index: 10;
}

.btn-bannzx:after,
.btn-bannzx:before {
  padding: 18px 0 11px;
  content: '';
  position: absolute;
  top: 0;
  left: calc(-100% - 30px);
  height: calc(100% - 0px);
  width: calc(100% + 20px);
  color: #fff;
  border-radius: 2px;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
.index .sec06 .news-mian p{
		color: #666;
}
.btn-bannzx:after {
  background: #fff;
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 0.8;
}

.btn-bannzx:before {
  background: #d81616;
  z-index: 5;
  -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-bannzx:hover:after {
  left: calc(0% - 10px);
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-bannzx:hover:before {
  left: calc(0% - 10px);
  -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-bannzx:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border-color: #d03625;
}


/*********  content  *********/
.index .title{
	/*padding-bottom: 20px;*/
	position: relative;
}
.index .yz_title{
	font-size:36px;
	font-weight: normal;
	font-family: '微软雅黑';
    color:#222222;
    margin-bottom:0px;
}
.index .sec05 .text{
	margin-top: 0px;
}
.index .title:after{
	display: none;
}
.index .text{
	margin-top: 15px;
}
.index .sec02{
	color: #fff;
	background: #fff;
}
.index .sec07{
	color: #fff;
	background: #f5f5f5;
}
.index .sec02 .title:after{
	background: #fff;
}
.index .sec02 .text,
.index .sec02 a{
	color: #fff;
}
.index .sec02 .img{
	position: relative;
	z-index: 5;
}
.index .sec02 .back{
	width: 80%;
	height: 80%;
	background: #3e3e3e;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.index .sec02 .info{
	width: 15%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 9;
}
.index .sec02 .info p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.index .sec02 .slide-3d .item1 .back{
	right: 0;
	margin-right: -15%;
	margin-top: -26%;
}
.index .sec02 .slide-3d .item3 .back{
	left: 0;
	margin-left: -15%;
	margin-top: -26%;
}
.index .sec02 .slide-3d .item1 .info{
	text-align: right;
	right: 2%;
}
.index .sec02 .slide-3d .item3 .info{
	left: 2%;
}
.index .sec02 .slide-3d .item1 .info p,
.index .sec02 .slide-3d .item3 .info p{
	font-size: 16px;
	line-height: 30px !important;
}
.index .sec02 .slide-3d .item2 .back{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	left: 0;
	top: 0;
	-webkit-transition: transform .7s;
	-moz-transition: transform .7s;
	transition: transform .7s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: 5;
}
.index .sec02 .slide-3d .item2 .back:after{
	content: '';
	width: 90%;
	height: 90%;
	border: 2px solid #fff;
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 6;
}
.index .sec02 .slide-3d .item2 .info{
	width: auto;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index .sec02 .slide-3d .item2 .info p{
	text-align: center;
	position: relative;
}
.index .sec02 .slide-3d .item2 .info p:before{
	content: url(/template/pc/skin/img/more.png);
	width: 50px;
	height: 50px;
	line-height: 52px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: block;
}
.index .sec02 .slide-3d .item2:hover .back{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.index .sec03 .pro-list li{
	border: 1px solid #0D82A8;
}
.index .sec03 .row img{
	width: 100%;
}
.index .sec03 .swiper-slide{
	padding: 0;
}
.index .sec04{
	background: #F5F5F5;
}
.index .sec04 .title{
	text-align: left;
	padding-bottom: 0;
}
.index .sec04 .title:after{
	display: none;
}
.index .sec04 .btn{
	color: #d03625;
	border-radius: 0;
	padding: 0px 5px;
	position: relative;
	font-size:20px;
}
.index .sec04 .btn:after{
	content: '';
	width: 30px;
	height: 1px;
	background: #d03625;
	position: absolute;
	left: 106%;
	top: 52%;
	margin-top: -2px;
}
.index .sec04 .abt-rt{
	overflow: hidden;
}
.index .sec04 .abt-rt p{
	color: #666;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .sec04 .abt-rt .h3,
.index .sec04 .abt-rt .h4{
	font-weight: normal;
	color: #333;
	/*display: none !important;*/
}
.index .sec04 .swiper-sec4-2{
	margin-top: 30px !important;
	display: none;
}
.index .sec04 .swiper-sec4-2 img{
	border-width: 2px;
	border-color: #BED521;
	cursor: pointer;
}
.index .sec04 .swiper-sec4-2 .swiper-slide-active img,
.index .sec04 .swiper-sec4-2 img:hover{
	border-color: #0D82A8;
}
.index .sec05{
	background: #fff;
	background-size: cover;
	margin-bottom: -30px;
}
.index .sec05 .swiper-slide{
	padding: 0;
}
.index .sec05 .info{
	min-height: 110px;
	background: url(/template/pc/skin/img/what-we-offer-1.png) no-repeat left top;
	padding-left: 110px;
}
.index .sec05 .swiper-slide:nth-child(2) .info{
	background-image: url(/template/pc/skin/img/what-we-offer-2.png);
}
.index .sec05 .swiper-slide:nth-child(3) .info{
	background-image: url(/template/pc/skin/img/what-we-offer-3.png);
}
.index .sec05 .swiper-slide:nth-child(4) .info{
	background-image: url(/template/pc/skin/img/what-we-offer-4.png);
}
.index .sec05 .swiper-slide:nth-child(5) .info{
	background-image: url(/template/pc/skin/img/what-we-offer-5.png);
}
.index .sec05 .swiper-slide:nth-child(6) .info{
	background-image: url(/template/pc/skin/img/what-we-offer-6.png);
}
.index .sec05 .info p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.index .sec05 .info .h5{
	font-weight: bold;
	color: #0D82A8;
}
.index .sec05 .img{
	margin-top: 20px;
}
.product .title,
.product .text{
	margin-top: 0;
}
.product .product-con li{
	margin-bottom: 20px;
	cursor: pointer;
}
.product .product-con li a{
	display: block;
}
.product .product-con .info{
	width: 100%;
	height: 48px;
	color: #666;
	margin-top: 10px;
	display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product .product-con .choice input{
	margin-top: 0px;
	vertical-align: middle;
}
.product .product-con .btn{
	background: transparent;
	color: #0d82a8;
	border: 1px solid #0d82a8;
	padding: 3px 20px;
	margin-top: 10px;
}
.product .product-con .btn-default{
  font-size: 14px;
  font-weight: 600;
  background: #0d82a8;
  color: #fff;
  padding: 3px 8px;
}
.product .product-con li:hover img{
	border-color: #0d82a8;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
}
.product .product-con li:hover .info{
	color: #0d82a8;
}
.product .product-con .btn:hover{
	background-color: #0d82a8;
	color: #fff;
}
.product-info .title,
.new-info .title {
	color: #090404;
}
.product-info .pro-con li{
	line-height: 24px;
}
.product-info .pro-right .btn{
	font-weight: 600;
	background: #1087b2;
	color: #fff;
	margin-top: 30px;
}
.product-info .pro-right .social-media{
	margin-top: 10px;
}
.product-info .pro-right .social-media li a{
	width: 26px;
	height: 26px;
	background: url(/template/pc/skin/img/product-detail-Media.png) no-repeat center;
	display: block;
}
.product-info .pro-right .social-media li .t{
	background-position-x: 1px;
}
.product-info .pro-right .social-media li .f{
	background-position-x: -34px;
}
.product-info .pro-right .social-media li .i{
	background-position-x: -70px;
}
.product-info .pro-right .social-media li .p{
	background-position-x: -104px;
}
.product-info .pro-right .social-media li .c{
	background-position-x: -138px;
}
.product-info .sec02 .table-responsive{
	margin-top: 15px;
}
.product-info .table {
		margin-bottom:0;
}
.product-info .sec02 .table-bordered>thead>tr>td{
	font-size: 15px;
	font-weight: 600;
	background: #333;
	color: #fff;
	border-width: 1px;
	vertical-align: middle;
}
.product-info .sec02 .table>tbody>tr>td{
	vertical-align: middle;
}
.product-info .sec02 .table>tbody>tr>td:first-child{
	font-weight: bold;
}
.product-info .sec03{
	padding-top: 15px;
}
.product-info .sec04 .prevbtn,
.product-info .sec04 .nextbtn {
	width:30px;
	height:50px;
	background-color:rgba(16,135,178,.6);
}
.product-info .sec04 .prevbtn {
	background-position:10px center;
}
.product-info .sec04 .nextbtn {
	background-position:-9px center;
}
.new .new-list{
	margin-top: 30px;
}
.new .new-list>li{
	border: 1px solid #999;
	margin-bottom: 25px;
	padding: 15px;
}
.new .new-list>li .pull-left{
	padding-right: 20px;
}
.new .new-list>li .text-right{
	display: none;
}
.new .new-list>li .btn{
	font-size: 16px;
	color: #d81616 !important;
	border: 1px solid #d81616;
	padding: 7px 50px;
	border-radius:20px;
	position: none;
	bottom: 20px;
	right: 50px;
}
.new .new-list>li .btn:hover{
	color: #FFFFFF !important;
	background: #d81616;
}
.new .new-list>li .h5{
	font-weight: normal;
}
.new .new-list>li .h5:hover>a{
	color: #0d82a8;
}
.new .new-list>li time{
	padding: 10px 0px;
	display: block;
}
.new .new-list>li .name{
	float: left;
	padding-right: 50px;
}
.new-info .text-center {
	margin: 20px auto 5px;
}

.new-info .font-blud {
	color: #0d84ad;
	text-align: center;
	margin: 5px auto 10px !important;
}

.new-info .font-blud span {
	margin: 0 10px;
}

.choose .list {
	margin-top: 15px;
	margin-bottom: 15px;
}

.choose .list .h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

.service .fontBold {
	font-size: 16px;
	font-weight: bold;
}

.service .fontBolder {
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}

.service .text-center {
	margin: 10px auto;
}

.faq dl{
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	position: relative;
	padding-right: 15px
}
.faq dl:first-of-type{
	border-top: 1px solid #eee
}
.faq dl>dd>span{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background-color: #eee
}
.faq dl>dt{
	font-weight: normal;
	cursor: pointer;
	margin: 0 auto 10px;
	padding-top: 10px;
	font-size: 16px;
	position: relative;
	padding-right: 20px
}
.faq dl>dt>span{
	position: absolute;
	right: 5px;
	width: 10px;
	height: 5px;
	top: 50%;
	margin-top: 4px;
	background: url("/template/pc/skin/img/faqs_03.png") center;
}
.faq dl>dt.active,
.faq dl>dt:hover{
	color: #0d82a8
}
.faq dl>dd{
	color: #666;
	display: none;
	margin: 12px auto;
	line-height: 24px
}

.contact iframe {
	width: 100%;
	min-height: 450px;
}

.contact .col-4 {
	margin-left: -8px;
	margin-right: -8px;
}

.contact .col-4 div {
	padding-left: 8px;
	padding-right: 8px;
}

.contact .col-4 div div {
	padding: 20px;
	text-align: center;
	padding-top: 50px;
}

.contact .col-4 .fst {
	background-color: #e6e5e5;
}

.contact .col-4 .snd {
	background-color: #e6e5e5;
}

.contact .col-4 .trd {
	background-color: #e6e5e5;
}

.contact .col-4 .fth {
	background-color: #e6e5e5;
}

.contact .col-4 div div {
	min-height: 260px;
	margin: 5px auto;
}

.contact .col-4 div div,
.contact .col-4 a {
	color: #666;
}

.contact .col-4 div div .h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin: 20px auto 15px;
}

.contact form label {
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
}

.contact form .radio-inline {
	text-transform: capitalize
}

.contact .btn-contact {
	clear: left
}

.contact form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.contact form span {
	position: absolute;
	top: 12px;
	right: 25px;
	color: red
}

.contact form .col-sm-7 span {
	right: 25px
}

.contact form .form-group input[type="text"] {
	padding-right: 25px
}

.contact form .col-xs-12 label {
	margin: 0 0 10px;
}

.contact form .col-xs-12 .form-group {
	margin: 0;
	margin-bottom: 10px;
}

.contact form .form-group textarea {
	padding-right: 20px
}

.contact form .img img {
	cursor: hand;
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
}

.contact .btn-contact button {
	background-color: #1087b2;
	color: #fff;
	margin: 8px 0;
}
/*********  content end  *********/


footer{
	line-height: 30px;
	color: #fff;
	background: #222;
	padding-top: 30px;
	/*margin-top: 30px;*/
}
footer>.container{
	padding-bottom: 30px;
}
footer a{
	color: #fff !important;
}
footer a:hover{
	color: #d03625 !important;
}
footer .bolderd{
	font-size: 22px;
	font-weight: normal;
	margin-top: 30px;
	position: relative;
	color: #333333 !important;
	margin-bottom: 0px;
}
/*footer .bolderd:after{
	content: '.......';
	color: #BED521;
	display: block;
}*/
footer .btn:hover{
	background: #0c7197;
}
footer .ftr-mt .h5{
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 15px;
}
footer .ftr-rt .h5{
	margin-top: 30px;
}
footer .ftr-rt form{
	position: relative;
	margin-bottom: 10px;
}
footer .ftr-rt form input{
	height: 40px !important;
	padding-right: 52px !important;
}
footer .ftr-rt form .btn{
	border: none;
	background: #090404 url(../img/1-index-1-61.png) no-repeat center;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
footer .ftr-rt form .btn:hover{
	background-color: #0d82a8;
}
footer .social-media{
	margin-top: 10px;
	margin-bottom: 20px;
}
footer .social-media li a{
	width: 40px;
	height: 40px;
	background: #090404 url(/template/pc/skin/img/bottom-media.png) no-repeat center;
	border-radius: 50%;
	display: block;
}
footer .social-media li .f{
	background-position-x: 1px;
}
footer .social-media li .t{
	background-position-x: -61px;
}
footer .social-media li .i{
	background-position-x: -125px;
}
footer .social-media li .p{
	background-position-x: -188px;
}
footer .social-media li .c{
	background-position-x: -251px;
}
footer .social-media li a:hover{
	background-color: #0D82A8;
}
footer .ftr-bt{
	color: #fff;
	background: #0c0c0c;
	padding: 10px;
  text-align: center;
  margin-bottom: 0;
}
footer .ftr-bt p{
	margin-bottom: 0;
}
.ftr-it{
	background: #191919;
	background-size: cover;
}
.ftr-it .title{
	margin-top: 30px;
}
.ftr-it .bold{
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 25px;
}
.ftr-it input,
.ftr-it textarea{
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
}
.ftr-it input{
	height: 50px;
}
.ftr-it textarea{
	height: 210px;
}
.ftr-it button{
	height: 50px;
	background: #0D82A8;
	border-radius: 0;
}
.ftr-it button:hover{
	color: #fff;
}
.ftr-tp .form-group{
	text-align: center;
}
.ftr-tp input{
	max-width: 600px;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}
.ftr-tp button{
	width: 200px;
	font-weight: bold;
	position: relative;
	margin-left: 10px;
	vertical-align: middle;
}
.ftr-tp button:before{
	content: '';
	width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #0D82A8;
  border-bottom: 8px solid transparent;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ftr-it .ftr-main .form-group{
	margin-bottom: 30px;
}
.ftr-it .ftr-main button{
	width: 100%;
}
.ftr-it .add-list li{
	padding-left: 55px;
	background: url(/template/pc/skin/img/phone.png) no-repeat left 15px center;
	position: relative;
	margin-bottom: 30px;
}
.ftr-it .add-list li:before{
	content: '';
	width: 45px;
	height: 45px;
	border: 2px solid #0D82A8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
}
.ftr-it .add-list li:first-child{
	padding-right: 40px;
}
.ftr-it .add-list li:nth-child(2){
	background-image: url(/template/pc/skin/img/email.png);
}
.ftr-it .add-list li:nth-child(3){
	background-image: url(/template/pc/skin/img/address.png);
	background-position-x: 17px;
}
.ftr-it .bold-media{
	margin-top: 0;
}
.ftr-it .social-media li a{
	background-color: #fff;
	background-image: url(/template/pc/skin/img/bottom-media-1.png);
}
.ftr-it .social-media li a:hover{
	background-image: url(/template/pc/skin/img/bottom-media.png);
}

.bottom {
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  color:#666;
  text-align: center;
  z-index:999;
  border-top:1px solid #cccccc;
}
.bottom .up-btn {
  display: block;
  width:100%;
  height:18px;
  text-align: center;
}
.bottom .up-btn>span {
  background: #000 url(../img/bottom-btn.png) no-repeat center;
  color:#666;
  width:100px;
  height: 20px;
  display: inline-block;
  _dispaly:inline;
  border-radius:0.3em;
  cursor: pointer;
}
.bottom ul {
  background-color:#ffffff;
  margin-bottom: 0;
}
.bottom li {
  vertical-align: middle;
  width:18.5%;
  margin:0 !important;
  padding:0;
}
.bottom li a {
  color:#666;
}
.bottom img {
  display: block;
  margin:0.2em auto;
}
.bottom li a p {
  margin-bottom:0;
  color:#666;
}
.at-icon-wrapper {height:26px;}

.at-icon-wrapper>.at-icon-addthis {width:25px !important;height:25px !important;fill:#666 !important;}

.at-share-tbx-element .at-icon-wrapper {
  background: none !important;
}
.at-share-tbx-element .at-share-btn {
  margin: 10px 0 0 !important;
}
/****** bottom end *******/

/****** pictureSlider start *******/
.poster-main{position: relative;display: none;}
.poster-main a,.poster-main img{display:block;position: relative;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;z-index:10;cursor:pointer;opacity:0.8}
.poster-main .poster-prev-btn{left:0; background: transparent;}
.poster-main .poster-next-btn{right:0; background: transparent;}
/****** pictureSlider end *******/

.to-top {
	width: 40px;
	height: 40px;
  right: 20px;
  padding:0.6em;
  background-color: #d81616;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index:1000;
}

.card-form{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
	position: fixed;
	right: 10px;
	bottom: 120px;
	overflow: hidden;
	z-index: 1000;
}
.card-form .card-title{
	height: 50px;
	font-weight: 600;
	line-height: 46px;
	color: #0d82a8;
	background: linear-gradient(to bottom, rgba(16, 135, 180, .5), rgba(16, 135, 180,.0001));
	padding: 0 15px;
	position: relative;
}
.card-form .card-title:before,
.card-form .card-title:after{
  content: "";
  clear: both;
  display: table;
}
.card-form .card-title .pull-left{
	background: url(/template/pc/skin/img/products-icon.png) no-repeat left center;
	padding-left: 20px;
}
.card-form .card-title .card-show{
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	background: #0d82a8;
	border: 1px solid #0d82a8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.card-form .card-title li{
	padding: 0;
}
.card-form .card-title .btn{
	font-size: 22px;
	line-height: 16px;
	color: #0d82a8;
	border-radius: 0;
	padding: 0 6px;
}
.card-form .card-title .card-hide{
	border-right: 1px solid #0d82a8;
}
.card-main{
	width: 100%;
	height: 270px;
	padding: 0 15px 15px;
	margin: 0;
	position: relative;
	overflow: auto;
}
.card-form .card-list{
	min-height: 185px;
}
.card-form .card-list>li{
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 8px 0;
}
.card-form .card-list li>div{
	line-height: 24px;
	text-align: center;
	padding: 0 8px;
}
.card-form .card-list li>div:first-of-type{
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.card-form .card-list .btn{
	width: 24px;
	height: 24px;
	line-height: 21px;
	color: #666;
	border: 1px solid #999;
	padding: 0;
}
.card-form .card-sub{
	width: 100%;
	color: #fff;
	background: #0d82a8;
	border: none;
	margin-top: 20px;
}
.card-form .card-sub:hover{
	background: #0d82a8;
}

footer .link {
  text-align: center;
  font-size:12px;
  position:relative;
  clear:left;
}
footer .link p {
  line-height: normal;
  margin-bottom:3px;
}
footer .link .hide-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 10px;
  box-shadow: 2px 2px 5px #999;
  display: none;
  background-color: #fff;
  margin-bottom:5px;
}
footer .link a {  margin:0 3px; color:#fff;}
footer .link .hide-content a {
  color:#333 !important;
}

#contact-btn{
  top: 45%;
  position: fixed;
  text-align: left;
  z-index: 1200;
  cursor: pointer;
}
#contact-btn .contact-us{
      background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    width: 96px;
    height: 120px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    left: -46px;
    top: -120px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;


}
#contact-btn img{
  display: inherit;
  width: 50px;
  height: 50px;
  padding: 13px 7px;
  background-color: #d81616;
  text-align: center;
}

.a-form{
	max-width: 460px;
	height: 100%;
	/*background: #1b1b1b;*/
	background: #fff;
	overflow: auto;
	position: fixed;
	left: -460px;
	top: 0;
	z-index: 9999;
}
.cont-aside {
  background: #fff;
  margin: 30px;
  padding: 30px 0;
}
.cont-nav{
	margin: 0 30px;
}
.cont-form {
  margin: 15px 30px;
}
.cont-form .radio{
	margin-left: -20px;
}
.cont-form .btn-cont{
	width: 100%;
	color: #fff;
	background: #d81616;
	margin-top: 20px;
}
#close-btn {
  top: 0;
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
  right: 0;
}
.cont-aside .cont-h3 {
  color: #0d82a8;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width:480px) {
	/**/
	footer>p, .footer>p {
		padding: 10px;
		background: #191919;
		text-align: center;
	}
	
	.about .sec02 .pagination a {
		background-color: rgba(15, 136, 180, .5);
		display: block !important;
	}
	.product-info .sec04 .pagination a{
		display: block !important;
	}
	.product-info .sec04 .pagination .prevbtn{
		left: 0.625%;
	}
	.product-info .sec04 .pagination .nextbtn{
		right: 0.625%;
	}
	.contact .col-sm-6 {
		padding: 0;
	}
	.contact input[type="text"] {
		height: 44px;
	}
	.contact form .form-group {
		margin: 0;
		margin-bottom: 10px;
	}
}

@media (min-width:768px) {
    .box{
		padding-top: 35px;
		width: 100%;
		height: 600px;
	    background: #f5f5f5;
		position: relative;
	}

	.list{
		width: 1200px;
		height: 390px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}

	.btnqywh{
		position: absolute;
		top: 90%;
		width: 25px;
		height: 25px;
		line-height: 22px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-align: center;
		border:1px solid #666666;
		color: #666666;
		cursor: pointer;
		padding:0;
		border-radius:12px;
	}
	.btnqywh:hover{
		color: #f01e1e;
		border:1px solid #f01e1e;
	}
	.prev{left: 47%;}
	.next{
		right: 47%;
	}

	.list ul li{
		position: absolute;
		top: 0;
		left: 0;
		list-style: none;
		opacity: 1;
		transition: all 0.3s ease-out;
	}
	.list ul li img{
		width: 751px;
		height: 390px;
		border:none;
		float: left;
	}
	.p1{
		transform:translate3d(-224px,0,0) scale(0.81);
	}
	.p2{
		transform:translate3d(0px,0,0) scale(0.81);
		transform-origin:0 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p3{
		transform:translate3d(224px,0,0) scale(1);
		z-index: 3;
		opacity: 1;
	}
	.p4{
		transform:translate3d(449px,0,0) scale(0.81);
		transform-origin:100% 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p5{
		transform:translate3d(672px,0,0) scale(0.81);
	}
	.p6{
		transform:translate3d(896px,0,0) scale(0.81);
	}
	.p7{
		transform:translate3d(1120px,0,0) scale(0.81);
	}

    .container_choose_picbox{
		width: 100% !important;
	    padding-top: 30px;
		background: #f5f5f5;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.container_choose_picbox .sec02{
		width: 100%;
		margin:0 auto;
	}
	.scroll {
		width:100%;
		margin:0 auto;
		position:relative;
		background:#F1EEEB;
	}
	.picbox {
		width:100%;
		height:400px;
		background:#f5f5f5;
		border:none;
		overflow:hidden;
		position:relative;
	}
	.picbox ul {
		height: 360px;
	    padding-top: 5px;
	    overflow: hidden;
	}
	.piclist {
		position:absolute;
		left:0px;
		top:0px;
	}
	.piclist li.goodlist {
		width:48%;
		margin:30px 0;
		padding:20px;
		padding-top: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-right:-1px;
		float:left;
		background:#fff;
		margin-right:10px;
	}
	.piclist li.goodlist img {
		width:90px;
		height:90px;
		border-radius:50%;
		margin-top: 5px;
	}
	.swaplist {
		position:absolute;
		left:-3000px;
		top:0px;
	}
	.og_prev, .og_next {
		width:25px;
		height:25px;
		position:absolute;
		top:98%;
		z-index:99;
		cursor:pointer;
		border:1px solid #666666;
		border-radius:50%;
		text-align:center;
		line-height: 22px;
		font-size: 20px;

	}
	.og_prev {
		background-position:0 0;
		left:47%;
	}
	.og_prev:hover {
		background-position:0 -60px;
	}
	.og_next {
		background-position:-30px 0;
		right:48%;
	}
	.og_next:hover {
		background-position:-30px -60px;
	}
	.goodlist img.pics {
		width:85px;
		height:135px;
		float:left;
		background:#fff url(../img/loading.gif) center center no-repeat;
	}
	.goodlist dl {
		float:left;
		width:70%;
		overflow:hidden;
		margin-left: 10px;
	}
	.goodlist dl dt {
	}
	.goodlist dl dt a.title {
		width: 100%;
	    height: 18px;
	    line-height: 18px;
	    display: block;
	    color: #363636;
	    overflow: hidden;
	    text-align: left;
	    font-size: 16px;
	    font-weight: 900;
	    margin-top: 10px;
	}
	.goodlist dl dt span.en {
		width:100%;
		height:70px;
		line-height:22px;
		display:block;
		color:#666;
		/*white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;*/
		overflow: hidden;
		margin-top: 10px;
	}
	.goodlist dl dt span.change-price {
		font-weight:bold;
		color:#D63C3C;
		padding-right:5px;
	}
	.goodlist dl dt span.max-price {
		color:#999;
		text-decoration:line-through;
	}
	.goodlist dl dt a.exchange {
		font-size:12px;
		padding:4px 10px;
		text-align:center;
	#padding-top:6px;
	#padding-bottom:2px;
		color:#fff;
		display:none;
		text-decoration:none;
		background:#C75151;
		float:left;
		border-radius:2px;
	}
	.goodlist dl dt a.exchange:hover {
		background:#973434;
	}
	.goodlist dl dt p {
		padding:5px 0;
	}
	.container_choose{
		width: 1000px;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
/*	.customer_choose li{
		width: 23.9%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;
	}*/

	.container_choose{
		width: 100%;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
/*	.customer_choose li{
		width: 23.9%;
	    float: left;
	    border: 1px solid #cccccc;
	    margin-right: 9px;
	    margin-top: 10px;
	}*/
	.container_choose_wate{
		width: 100%;
		margin-bottom: 50px;
	}
	.wate_l{
		padding-left: 0;
		padding-right: 0;
	}
    .wate_t_mian ul li{
       padding-left: 0px;
    }
    .wate_c_mian ul{
       padding-left: 0px;
    }
    .wate_c_mian ul li{
    	margin-top: 15px;
    }
    .wate_c_mian ul li img{
    	width: 100%;
    }
    .wate_c_mian ul.col-sm-3 li{
        margin-top: 17px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(1){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(2){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(3){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3{
    	margin-top: 8px;
    }
    .wate_b_mian ul .col-sm-3{
    	padding-left: 0px;
    	margin-top: 15px;
    }

    .wate_r{
    	padding-left: 0px;
    	padding-right: 0px;
    }
    .wate_r_t_mian ul li{
    	padding-left: 0px;
    }
    .wate_r_t_mian ul li img{
    	/*height: 85px;*/
    }
    .wate_r_c_mian ul{
    	padding-left: 0px;
    	margin-top: 19px;
    }
    .wate_r_c_mian ul li img{
    	height: 190px;
    }
    .wate_r_b_mian ul li{
    	padding-left: 0px;
    	margin-top: 20px;
    }
    .wate_r_b_mian ul li img{
    	/*height: 102px;*/
    }


	.sec08 .container .yx_mian ul .col-md-3{
		width: 23%;
	}
	.sec08 .container .yx_mian ul .col-md-3:nth-child(1){
		margin-left: 0px;
	}
	.sec08 .container .yx_mian ul li{
		margin-right: 10px;
		border:none;
	}
	.sec08 .container .yx_mian ul li div h3{
		font-size:20px;
		font-weight: 900;
		font-family: "微软雅黑";
        color: #333333;
        margin-top:35px;
	}
	.sec08 .container .yx_mian ul li div p{
		font-size:17px;
		color: #8c8c8c;
	}
	.sec08 .container .yx_mian ul li .img_qywh{
		width: 120px;
		height: 120px;
		border-radius:8px;
		-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
		border:1px solid #cdcdcd;
		margin:0 auto;
		z-index: 1;
	}
	.sec08 .container .yx_mian ul li:hover .img_qywh{
/*		-moz-box-shadow:2px 2px 20px #999;
		-webkit-box-shadow:2px 2px 20px #999;
		box-shadow:2px 2px 20px #999;*/
	}
  
    .sec08 .container .yx_mian ul li:hover img{
    	-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome .6s .2s forwards;*/
    }
    .sec08 .container .yx_mian ul li img:hover{
		-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome 6s 2s forwards;*/
    }

	.sec08 .container .yx_mian ul li img{
		position: absolute;
		top:23%;
		left: 41%;
		z-index: 10;
	}
	.sec08 .container .yx_mian ul li:nth-child(2) img{
		left: 38%;
	}
	.sec08 .container .yx_mian ul li:nth-child(3) img{
		left: 42%;
	}
	.sec08 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    padding: 30px 0px;
	    margin-right: 10px;
	    position: relative;
	}
	.about_bottom .about_bottom_main .about_bottom_l{
		width: 100%;
	}
	.about_bottom .about_bottom_main .about_bottom_r{
		margin:0 auto;
		width: 100%;
		text-align: center;
	}
	.container_about .img img{width: 90%;}
	.container_about .para{width: 95%;margin:0 auto;text-align: left;}
	.container_about{width: 100%;text-align: center;}
	.course_bbox .course_bcnt {
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    opacity: 0;
	    z-index: -1;
	}
	.course_box{width: 90%;margin:0 auto;}
	.course_bbox{
	    position: relative;
	    opacity: 1;
	    margin: 30px 0;
	    height: 500px;
	    text-align: center;
	}
	.course_bbox .course_bcnt.on {
	    opacity: 1;
	    z-index: 1;
	}
	.about_bottom .about_bottom_main .about_bottom_l{
        /*width: 40%;*/
        float: left;
	}
	.course_tbox {
	    margin-bottom: 65px;
	    position: relative;
	    overflow: hidden;
	}
	.about_bottom .about_bottom_main{
		margin:70px 0;
		display: inline-block;
	}
	.about_bottom .about_bottom_main .about_bottom_r h3{
		font-size:30px;
		font-weight: 900;
		font-family: '微软雅黑';
	}
	.about_bottom .about_bottom_main .about_bottom_r p{
		line-height: 33px !important;
	}
	.course_sleft_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    left: 0;
	    background: url(/template/pc/skin/img/couse_leftbtn.png)no-repeat center center #fff;
	}
	.course_ttitle{
		font-size:22px;
		font-weight: 900;
		font-family: '微软雅黑';
		margin-top:10px;
	}
	.course_sright_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    right: 0;
	    background: url(/template/pc/skin/img/couse_rightbtn.png)no-repeat center center #fff;
	}
	.on .course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_scbox{
		width: 1200%;
    	position: relative;
    	left: 0;
	}
    .course_line {
	    width: 100%;
	    height: 1px;
	    background: #d5d5d5;
	    position: absolute;
	    top: 15px;
	    left: 0;
	    right: 0;
	}
	.course_tcnt {
	    float: left;
	    width: 60px;
	    margin: 0 80px;
	    text-align: center;
	    position: relative;
	    z-index: 1;
	    cursor: pointer;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time.png)no-repeat center center;
	    width: 29px;
	    height: 29px;
	    margin: 0 auto;
	}

	.container_list{
		width: 100%;
		background: url('/template/pc/skin/img/uploadfiles/images/about-con.jpg') no-repeat;
	}
	.container_list .sec02{
		width: 900px;
		margin:0 auto;
	}
	.container_list .sec02 .swiper-container .swiper-slide{
		padding: 40px 10px;
		margin-left: 5px;
	}
	.container_list .sec02 .swiper-container .swiper-slide h1{
		font-size:70px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
		margin-top: 0px;
	}
	.container_list .sec02 .swiper-container .swiper-slide span{
		font-size:18px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
	}
	.container_list .sec02 .swiper-container .swiper-slide p{
		color: #fff;
	}
	footer .h1 {
	    font-size: 22px;
	    font-weight: normal;
	    font-family: 微软雅黑;
	    color: #333 !important;
	}
	.ftr-lt:nth-child(1){
         margin-left: 0px;
         font-weight: normal;
         padding-top: 20px;
	}
	 .ftr-lt{
	 	float: left;
	 	/*margin-left: 70px;*/
	 	padding-right: 70px;
	 }
	 .ftr-mt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 .ftr-rt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 133px 40px;
	 }
	 .ftr-ft1{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 footer .ftr-lt .h5{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-1.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	line-height: 25px;
	 }
	 footer .bolderd2{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/dianhua1.png) no-repeat 1px 4px;
	 	padding-left: 30px;
	 	margin-top:10px;
	 }
	 footer .bolderd1{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-3.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	margin-top:10px;

	 }
	 .ftr-lt{
	 	/*background: url(/template/pc/skin/img/images/footer_bg.png) no-repeat right 40px;*/
	 }
	 .ftr-ewm{
	 	float: left;
	 	margin-top: 50px;
	 }
	 .ftr-ewm img{
	 	margin-left: 40px;
	 }
	 .ftr-ewm p{
	 	margin-left: 40px;
	 	text-align: center;
	 	color: #999;
	 }
	.ftr-lt {
	    background: url(/template/pc/skin/img/footer_bg.png) no-repeat right 40px;
	}
	.ftr-lt {
	    float: left;
	    margin-left: 60px;
	    padding-right: 50px;
	}

	.index .sec05 .text-center{
		position: relative;
		height: 250px;
		top:-100px;
	}
	.index .sec05 .what-lt ul li img{
		width: 100px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(2){
		margin-left:50px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(3){
		margin-left:215px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(4){
		margin-left:50px;
	}
	.index .sec05 .what-lt ul{
		position: relative;
	}
	.index .sec05 .what-lt ul .center-lt{
		position: absolute;
		top:-30px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(1){
		left:65px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(2){
		left:218px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(3){
		left:374px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(4){
		left:530px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .bottom-lt{
		position: absolute;
		top:150px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(1){
		left:152px;
		top:30px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(2){
		left:305px;
		top:32px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(3){
		left:460px;
		top:33px;
	}
	/**/
	.index .sec02 .container{
		width: 750px;
	}
	.index .sec02 .container .yx_mian{
		color: #333;
	}
	.index .sec04 .abt-rt .submit{
		background: #323433;
	}
	.index .sec02 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: 1px solid #dddddd;
		padding: 30px 0px;
		margin-left: 25px;
	}
	.index .sec07 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: none;
		border-right: 2px solid #cccccc;
        padding: 0px 0px;
		margin: 30px 0px;
		margin-left: 0px;
	}
	.index .sec07 .container .yx_mian ul li{
		border: none;
	}
	.index .sec02 .container .yx_mian ul li:first-child{
		margin-left: 0px;
	}
	.index .sec02 .container .yx_mian ul .col-sm-3{
		width: 31%;
	}
	.index .sec07 .container .yx_mian ul .col-sm-3{
		width: 50%;
	}
	.index .sec02 .container .yx_mian ul li p{
		width: 230px;
		margin:0 auto;
	}
	.index .sec02{padding-top: 50px;}
	#hide-btn {
		display: none;
	}
	#menu {
		display: block;
	}
	#menu>li {
		display: inline-block;
		_display: inline;
	}
	.bottom {
		display: none;
	}
	.breadcrumb>.active {
    width: 505px;
	}
	
	header .menu>li {
		display: inline-block;
		_display: inline;
		padding: 10px 24px;
		margin: 0 5px;
	}
	header .navbar-right {
		margin-top: 30px;
	}
	header .dropdown-menu>li>a{
		padding: 10px 3px;
	}
	header .dropdown-menu>li:first-child>a{
		border: none;
	}
	.ftr-it .ftr-bt{
		background: transparent;
		border-top: 1px solid #686868;
	}
	
	.index .sec02 .row,
	.index .sec03 .row,
	.index .sec05 .row{
		width: auto;
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.index .sec03 .swiper-slide,
	.index .sec05 .swiper-slide{
		padding: 0px 0px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index .sec06 .swiper-slide{
		padding: 15px 10px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index .sec02 .container{
		/*width: auto;*/
		padding: 0;
	}
	.index .sec02 .swiper-sec2{
		display: none !important;
	}
	.index .sec03 .pro-list li{
		border: none;
		margin: 0 15px;
	}
	.index .sec03 .pro-list li a{
		min-width: 200px;
		position: relative;
		display: inline-block;
		border-radius: 30px;
		border:1px solid #333;
		height: 50px;
		text-align: center;
		font-size: 20px;
	}
	.index .sec03 .pro-list li a:before,
	.index .sec03 .pro-list li a:after{
		/*content: '';*/
		width: 100%;
		height: 1px;
		background: #333;
		position: absolute;
		left: 0;
	}
	.index .sec03 .pro-list li a:before{
		top: -4px;
	}
	.index .sec03 .pro-list li a:after{
		bottom: -4px;
	}
	.index .sec03 .pro-list li.active a{
		color: #fff;
		border-color: #d81616;
		background: #d81616;
	}
	.index .sec03 .pro-list li a:hover{
		color: #fff;
		border-color: #d81616;
		background: #d81616;
	}
	.index .sec03 .pro-list li.active a:before,
	.index .sec03 .pro-list li.active a:after,
	.index .sec03 .pro-list li a:hover:before,
	.index .sec03 .pro-list li a:hover:after{
		background: #0D82A8;
	}
	.index .sec04 .abt-rt .h4{
		display: block !important;
	}
	.index .sec05 .info p{
		height: 96px;
		-webkit-line-clamp: 4;
	}
	.index .sec05 .info .h5{
		height: 24px;
		font-size: 16px;
		margin-bottom: 20px !important;
		-webkit-line-clamp: 1;
	}
	.index .sec05 .img{
		margin-top: 50px;
	}
	
	.about .sec01 {
		padding-bottom: 10px;
	}
	
	.product-info .sec01 .swiper-sec1{
		display: none !important;
	}
	.product-info .sec02 .table tr>td{
		padding-left: 30px;
	}
	
	.contact .col-4 div div {
		height: 260px;
		overflow: hidden;
		padding: 40px 10px 0;
	}
	.contact form .col-sm-5 label {
		margin-bottom: 15px;
	}
	.contact form .col-sm-5 .form-group {
		padding-left: 15px;
	}
}

@media (min-width:768px) and (max-width:991px){
	/**/
	header .navbar-header{
		padding-left: 50px;
	}
	header .navbar-right{
		padding-right: 50px;
	}
	header .navbar-brand{
		width: 176px;
		height: 60px;
		background-size: 176px 60px;
	}
	header .menu{
		border-top: 1px solid #666;
		margin-top: 15px;
	}
	.ftr-tp input{
		max-width: 500px;
	}
	.ftr-it .bold-media{
		margin-top: 30px;
	}
	
	.index .title img{
		max-width: 50%;
	}
	.index .sec02,
	.index .sec03,
	.index .sec04,
	.index .sec05{
		padding: 30px 0;
	}
	.index .sec03 .tag-panel .swiper-slide:nth-of-type(7),
	.index .sec03 .tag-panel .swiper-slide:last-of-type{
		display: block;
	}
	.index .sec04 .title{
		margin-top: 20px !important;
	}
	.index .sec04 .btn{
		margin: 15px 0;
		display: none;
	}
	.index .sec04 .abt-rt{
		margin: 0 15px;
	}
	.index .sec05 .info .h5{
		margin-bottom: 10px !important;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	/**/
	.contact form .col-sm-7 .form-group {
		margin: 0;
		margin-bottom: 15px;
	}
}

@media (min-width:992px) {
	.customer_choose li{
		width: 23.9%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;
	}
 	.index .sec04 .abt-rt .title {
	    font-size: 32px;
	    font-weight: normal;
	    line-height: 48px;
	    margin-bottom: 5px;
	    color: #dddddd; 
	}

	.container_choose_wate{
		margin-bottom: 50px;
	}
	.wate_l{
		padding-left: 0;
		padding-right: 0;
	}
    .wate_t_mian ul li{
       padding-left: 0px;
    }
    .wate_t_mian ul li img{
      height: 80px;
    }
    .wate_c_mian ul{
       padding-left: 0px;
    }
    .wate_c_mian ul li{
    	margin-top: 15px;
    }
    .wate_c_mian ul li img{
    	width: 100%;
    }
    .wate_c_mian ul.col-sm-3 li{
        margin-top: 17px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(1){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(2){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(3){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3{
    	margin-top: 8px;
    }
    .wate_b_mian ul .col-sm-3{
    	padding-left: 0px;
    	margin-top: 15px;
    }

    .wate_r{
    	padding-left: 0px;
    	padding-right: 0px;
    }
    .wate_r_t_mian ul li{
    	padding-left: 0px;
    }
    .wate_r_t_mian ul li img{
    	height: 115px;
    }
    .wate_r_c_mian ul{
    	padding-left: 0px;
    	margin-top: 15px;
    }
    .wate_r_c_mian ul li img{
    	height: 190px;
    }
    .wate_r_b_mian ul li{
    	padding-left: 0px;
    	margin-top: 15px;
    }
    .wate_r_b_mian ul li img{
    	height: 116px;
    }

	.container_choose_picbox{
		width: 100% !important;
	    padding-top: 30px;
		background: #f5f5f5;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.container_choose_picbox .sec02{
		width: 1000px;
		margin:0 auto;
	}
	.scroll {
		width:100%;
		margin:0 auto;
		position:relative;
		background:#F1EEEB;
	}
	.picbox {
		width:100%;
		height:445px;
		background:#f5f5f5;
		border:none;
		overflow:hidden;
		position:relative;
	}
	.picbox ul {
		height:400px;
		padding-top:5px;
	}
	.piclist {
		position:absolute;
		left:0px;
		top:0px;
	}
	.piclist li.goodlist {
		width:49%;
		margin:30px 0;
		padding:20px;
		margin-bottom: 0px;
		margin-right:-1px;
		float:left;
		background:#fff;
		margin-right:10px;
	}
	.piclist li.goodlist img {
		width:100px;
		height:100px;
		border-radius:50%;
		margin-top: 5px;
	}
	.swaplist {
		position:absolute;
		left:-3000px;
		top:0px;
	}
	.og_prev, .og_next {
		width:25px;
		height:25px;
		position:absolute;
		top:98%;
		z-index:99;
		cursor:pointer;
		border:1px solid #666666;
		border-radius:50%;
		text-align:center;
		line-height: 22px;
		font-size: 20px;

	}
	.og_prev {
		background-position:0 0;
		left:47%;
	}
	.og_prev:hover {
		background-position:0 -60px;
	}
	.og_next {
		background-position:-30px 0;
		right:48%;
	}
	.og_next:hover {
		background-position:-30px -60px;
	}
	.goodlist img.pics {
		width:85px;
		height:135px;
		float:left;
		background:#fff url(../img/loading.gif) center center no-repeat;
	}
	.goodlist dl {
		float:left;
		width:75%;
		overflow:hidden;
		margin-left: 10px;
	}
	.goodlist dl dt {
	}
	.goodlist dl dt a.title {
		width:100%;
		height:22px;
		line-height:22px;
		display:block;
		color:#363636;
		overflow: hidden;
		text-align: left;
		font-size: 18px;
		font-weight: 900;
		margin-top: 15px;
	}
	.goodlist dl dt span.en {
		width:100%;
		height:70px;
		line-height:22px;
		display:block;
		color:#666;
		/*white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;*/
		overflow: hidden;
		margin-top: 10px;
	}
	.goodlist dl dt span.change-price {
		font-weight:bold;
		color:#D63C3C;
		padding-right:5px;
	}
	.goodlist dl dt span.max-price {
		color:#999;
		text-decoration:line-through;
	}
	.goodlist dl dt a.exchange {
		font-size:12px;
		padding:4px 10px;
		text-align:center;
	#padding-top:6px;
	#padding-bottom:2px;
		color:#fff;
		display:none;
		text-decoration:none;
		background:#C75151;
		float:left;
		border-radius:2px;
	}
	.goodlist dl dt a.exchange:hover {
		background:#973434;
	}
	.goodlist dl dt p {
		padding:5px 0;
	}
	.container_choose{
		width: 1000px;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
	.customer_choose li{
		/*width: 23.9%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;*/
	}

	.sec08 .container .yx_mian ul .col-md-3{
		width: 23%;
	}
	.sec08 .container .yx_mian ul .col-md-3:nth-child(1){
		margin-left: 15px;
	}
	.sec08 .container .yx_mian ul li{
		margin-right: 10px;
		border:none;
	}
	.sec08 .container .yx_mian ul li div h3{
		font-size:20px;
		font-weight: 900;
		font-family: "微软雅黑";
        color: #333333;
        margin-top:35px;
	}
	.sec08 .container .yx_mian ul li div p{
		font-size:17px;
		color: #8c8c8c;
	}
	.sec08 .container .yx_mian ul li .img_qywh{
		width: 120px;
		height: 120px;
		border-radius:8px;
		-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
		border:1px solid #cdcdcd;
		margin:0 auto;
		z-index: 1;
	}
	.sec08 .container .yx_mian ul li:hover .img_qywh{
	/*	-moz-box-shadow:2px 2px 20px #999;
		-webkit-box-shadow:2px 2px 20px #999;
		box-shadow:2px 2px 20px #999;*/
	}
  
    .sec08 .container .yx_mian ul li:hover img{
    	-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome .6s .2s forwards;*/
    }
    .sec08 .container .yx_mian ul li img:hover{
		-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome 6s 2s forwards;*/
    }
/*    @keyframes gohome{
    	100%{
    		transform: rotate(360deg);
    	}
    }*/
	.sec08 .container .yx_mian ul li img{
		position: absolute;
		top:23%;
		left: 41%;
		z-index: 10;
	}
	.sec08 .container .yx_mian ul li:nth-child(2) img{
		left: 38%;
	}
	.sec08 .container .yx_mian ul li:nth-child(3) img{
		left: 42%;
	}
	.sec08 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    padding: 30px 0px;
	    margin-right: 15px;
	    position: relative;
	}


	.box{
		padding-top: 35px;
		width: 100%;
		height: 600px;
	    background: #f5f5f5;
		position: relative;
	}

	.list{
		width: 1200px;
		height: 390px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}

	.btnqywh{
		position: absolute;
		top: 90%;
		width: 25px;
		height: 25px;
		line-height: 22px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-align: center;
		border:1px solid #666666;
		color: #666666;
		cursor: pointer;
		padding:0;
		border-radius:12px;
	}
	.btnqywh:hover{
		color: #f01e1e;
		border:1px solid #f01e1e;
	}
	.prev{left: 47%;}
	.next{
		right: 47%;
	}

	.list ul li{
		position: absolute;
		top: 0;
		left: 0;
		list-style: none;
		opacity: 1;
		transition: all 0.3s ease-out;
	}
	.list ul li img{
		width: 751px;
		height: 390px;
		border:none;
		float: left;
	}
	.p1{
		transform:translate3d(-224px,0,0) scale(0.81);
	}
	.p2{
		transform:translate3d(0px,0,0) scale(0.81);
		transform-origin:0 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p3{
		transform:translate3d(224px,0,0) scale(1);
		z-index: 3;
		opacity: 1;
	}
	.p4{
		transform:translate3d(449px,0,0) scale(0.81);
		transform-origin:100% 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p5{
		transform:translate3d(672px,0,0) scale(0.81);
	}
	.p6{
		transform:translate3d(896px,0,0) scale(0.81);
	}
	.p7{
		transform:translate3d(1120px,0,0) scale(0.81);
	}

	.buttons{
		position: absolute;
		width: 1200px;
		height: 30px;
		bottom: 0;
		left: 50%;
		margin-left: -600px;
		text-align: center;
		padding-top: 10px;
	}
	.buttons a{
		display: inline-block;
		width: 35px;
		height: 5px;
		padding-top: 4px;
		cursor: pointer;
	}
	.box span{
		display: block;
		width: 35px;
		height: 1px;
		background: red;
	}
	.blue{
		background: blue;
	}
	.course_bbox .course_bcnt {
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    opacity: 0;
	    z-index: -1;
	}
	.course_bbox {
	    height: 320px;
	    position: relative;
	}
	.course_bbox .course_bcnt.on {
	    opacity: 1;
	    z-index: 1;
	}
	.about_bottom .about_bottom_main .about_bottom_l{
		width: 40%;
        float: left;
	}
	.course_tbox {
	    margin-bottom: 65px;
	    position: relative;
	}
	.about_bottom .about_bottom_main{
		margin:70px 0;
		display: inline-block;
	}
	.about_bottom .about_bottom_main .about_bottom_r{
		width: 40%;
		float: left;
		padding-left: 40px;
		text-align: left;
	}
	.about_bottom .about_bottom_main .about_bottom_r h3{
		font-size:30px;
		font-weight: 900;
		font-family: '微软雅黑';
	}
	.about_bottom .about_bottom_main .about_bottom_r p{
		line-height: 33px !important;
	}
	.course_sleft_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    left: 0;
	    background: url(/template/pc/skin/img/couse_leftbtn.png)no-repeat center center #fff;
	}
	.course_ttitle{
		font-size:22px;
		font-weight: 900;
		font-family: '微软雅黑';
		margin-top:10px;
	}
	.course_sright_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    right: 0;
	    background: url(/template/pc/skin/img/couse_rightbtn.png)no-repeat center center #fff;
	}
	.on .course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_scbox{
		width: 1200%;
    	position: relative;
    	left: 0;
	}
    .course_line {
	    width: 100%;
	    height: 1px;
	    background: #d5d5d5;
	    position: absolute;
	    top: 15px;
	    left: 0;
	    right: 0;
	}
	.course_tcnt {
	    float: left;
	    width: 60px;
	    margin: 0 80px;
	    text-align: center;
	    position: relative;
	    z-index: 1;
	    cursor: pointer;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time.png)no-repeat center center;
	    width: 29px;
	    height: 29px;
	    margin: 0 auto;
	}
	.container_list{
		width: 100%;
		background: url('/template/pc/skin/img/uploadfiles/images/about-con.jpg') no-repeat;
	}
	.container_list .sec02{
		width: 1000px;
		margin:0 auto;
	}
	.container_list .sec02 .swiper-container .swiper-slide{
		padding: 40px 20px;
		margin-left: 5px;
	}
	.container_list .sec02 .swiper-container .swiper-slide h1{
		font-size:70px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
		margin-top: 0px;
	}
	.container_list .sec02 .swiper-container .swiper-slide span{
		font-size:18px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
	}
	.container_list .sec02 .swiper-container .swiper-slide p{
		color: #fff;
	}
	.para p{
		margin-top: 15px;
	}
    footer .h1 {
	    font-size: 22px;
	    font-weight: normal;
	    font-family: 微软雅黑;
	    color: #333 !important;
	}
	.ftr-lt:nth-child(1){
         margin-left: 0px;
         font-weight:900;
         padding-top: 20px;
	}
	 .ftr-lt{
	 	float: left;
	 	/*margin-left: 70px;*/
	 	padding-right: 70px;
	 }
	 .ftr-mt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 .ftr-rt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 133px 40px;
	 }
	 .ftr-ft1{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 footer .ftr-lt .h5{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-1.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	line-height: 25px;
	 }
	 footer .bolderd2{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/dianhua1.png) no-repeat 1px 4px;
	 	padding-left: 30px;
	 	margin-top:10px;
	 }
	 footer .bolderd1{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-3.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	margin-top:10px;

	 }
	 .ftr-lt{
	 	/*background: url(/template/pc/skin/img/images/footer_bg.png) no-repeat right 40px;*/
	 }
	 .ftr-ewm{
	 	float: left;
	 	margin-top: 50px;
	 }
	 .ftr-ewm img{
	 	margin-left: 40px;
	 }
	 .ftr-ewm p{
	 	margin-left: 40px;
	 	text-align: center;
	 	color: #999;
	 }
	.ftr-lt {
	    background: url(/template/pc/skin/img/footer_bg.png) no-repeat right 40px;
	}
	.ftr-lt {
	    float: left;
	    margin-left: 35px;
	    padding-right: 35px;
	}
	.index .sec05 .text-center{
		position: relative;
		height: 250px;
		top:-100px;
	}
	.index .sec05 .what-lt ul li img{
		width: 125px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(2){
		margin-left:70px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(3){
		margin-left:271px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(4){
		margin-left:64px;
	}
	.index .sec05 .what-lt ul{
		position: relative;
	}
	.index .sec05 .what-lt ul .center-lt{
		position: absolute;
		top:-30px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(1){
		left:88px;
		top:-43px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(2){
		left:280px;
		top:-43px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(3){
		left:484px;
		top:-43px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(4){
		left:677px;
		top:-43px;
	}
	.index .sec05 .what-lt ul .bottom-lt{
		position: absolute;
		top:150px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(1){
		left:194px;
		top:38px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(2){
		left:387px;
		top:38px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(3){
		left:590px;
		top:38px;
	}
	/**/
	.index .sec02 .container .yx_mian{
		color: #333;
	}
	.index .sec06{
		background: #f8f8f8;
	}
	.index .sec02 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: 1px solid #dddddd;
		padding: 30px 0px;
		margin-left: 20px;
	}
	.index .sec07 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: none;
		border-right: 2px solid #cccccc;
		padding: 0px 0px;
		margin: 30px 0px;
		margin-left: 0px;
	}
	.index .sec07 .container .yx_mian ul li:last-child{
		border: none;
	}
	.index .sec02 .container .yx_mian ul .col-md-3{
		width: 32%;
	}
	.index .sec07 .container .yx_mian ul .col-md-3{
		width: 25%;
	}
	.index .sec02 .container .yx_mian ul li p{
		width: 230px;
		margin:0 auto;
	}
	.index .sec02 .container {
	    width: auto;
	    padding: 0;
	    width: 1000px;
	}
	.index .sec02{padding-top: 80px;}
	.index .sec02 .container .yx_mian ul li:last-child{
		margin-right: 0px;
	}
	.breadcrumb>.active {
    width: 705px;
	}
	.pager li>a,
	.pager li>span {
		width: 150px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		font-size: 18px;
	}
	
	header .menu>li {
		padding: 29px 10px;
		margin: 0 3px;
	}
	

	footer .ftr-bt .h5{
		float: left;
	}
	footer .ftr-bt ul{
		float: right;
	}
	.ftr-it>.container{
		padding: 0px 0 10px;
	}
	
	.index .sec02,
	.index .sec03,
	.index .sec05{
		padding: 50px 0 60px;
	}
	.index .sec04 .container{
		width: auto;
	}
	.index .sec04 .title{
		margin-top: 0 !important;
	}
	.index .sec04 .abt-lt{
		padding: 0;
	}
	.index .sec04 .abt-lt img{
		/*height: 564px;*/
	}
	.index .sec04 .abt-rt{
		background: #f5f5f5;
		padding: 25px;
		padding-top:40px;
	}
	.index .sec04 .abt-rt .h3{
		display: block !important;
	}
	.index .sec07{padding-top: 0px;padding-bottom: 0px;}
	.about .sec01 .img {
		width: 50%;
		float: left;
		margin-right: 0px;
	}
	.new .new-list>li .text-right {
    display: block; 
	}
	.service .text-center {
		margin: 30px auto;
	}
	.contact iframe {
		min-height: 320px;
	}
	.contact form .form-group {
		margin-bottom: 15px;
	}
	.contact .col-4 div div {
		padding: 25px 15px 0;
	}
}

@media (min-width:1200px) {
	.customer_choose li{
		width: 23.9%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;
	}
	.index .sec04 .abt-rt .title {
	    font-size: 32px;
	    font-weight: normal;
	    line-height: 48px;
	    margin-bottom: 5px;
	    color: #dddddd; 
	}

	.container_choose_wate{
		margin-bottom: 50px;
	}
	.wate_l{
		padding-left: 0;
		padding-right: 0;
	}
    .wate_t_mian ul li{
       padding-left: 0px;
    }
    .wate_t_mian ul li img {
	    height: 92px;
	}
    .wate_c_mian ul{
       padding-left: 0px;
    }
    .wate_c_mian ul li{
    	margin-top: 15px;
    }
    .wate_c_mian ul li img{
    	width: 100%;
    }
    .wate_c_mian ul.col-sm-3 li{
        margin-top: 17px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(1){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(2){
    	margin-top: 19px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(3){
    	margin-top: 19px;
    }
    .wate_c_mian ul.col-sm-3{
    	margin-top: 8px;
    }
    .wate_b_mian ul .col-sm-3{
    	padding-left: 0px;
    	margin-top: 15px;
    }

    .wate_r{
    	padding-left: 0px;
    	padding-right: 0px;
    }
    .wate_r_t_mian ul li{
    	padding-left: 0px;
    }
    .wate_r_t_mian ul li img{
    	height: 121px;
    }
    .wate_r_c_mian ul{
    	padding-left: 0px;
    	margin-top: 15px;
    }
    .wate_r_c_mian ul li img{
    	height: 256px;
    }
    .wate_r_b_mian ul li{
    	padding-left: 0px;
    	margin-top: 15px;
    }
    .wate_r_b_mian ul li img{
    	height: 121px;
    }

	.container_choose_picbox{
		width: 100% !important;
	    padding-top: 30px;
		background: #f5f5f5;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.container_choose_picbox .sec02{
		width: 1170px;
		margin:0 auto;
	}
	.scroll {
		width:100%;
		margin:0 auto;
		position:relative;
		background:#F1EEEB;
		}
	.picbox {
		width:100%;
		height:445px;
		background:#f5f5f5;
		border:none;
		overflow:hidden;
		position:relative;
	}
	.picbox ul {
		height:390px;
		padding-top:5px;
	}
	.piclist {
		position:absolute;
		left:0px;
		top:0px;
	}
	.piclist li.goodlist {
		width:49%;
		margin:30px 0;
		padding:20px;
		margin-bottom: 0px;
		margin-right:-1px;
		float:left;
		background:#fff;
		margin-right:10px;
	}
	.piclist li.goodlist img {
		width:120px;
		height:120px;
		border-radius:50%;
		margin-top: 5px;
	}
	.swaplist {
		position:absolute;
		left:-3000px;
		top:0px;
	}
	.og_prev, .og_next {
		width:25px;
		height:25px;
		position:absolute;
		top:98%;
		z-index:99;
		cursor:pointer;
		border:1px solid #666666;
		border-radius:50%;
		text-align:center;
		line-height: 22px;
		font-size: 20px;

	}
	.og_prev {
		background-position:0 0;
		left:47%;
	}
	.og_prev:hover {
		background-position:0 -60px;
	}
	.og_next {
		background-position:-30px 0;
		right:48%;
	}
	.og_next:hover {
		background-position:-30px -60px;
	}
	.goodlist img.pics {
		width:85px;
		height:135px;
		float:left;
		background:#fff url(../img/loading.gif) center center no-repeat;
	}
	.goodlist dl {
		float:left;
		width:75%;
		overflow:hidden;
		margin-left: 10px;
	}
	.goodlist dl dt {
	}
	.goodlist dl dt a.title {
		width:100%;
		height:22px;
		line-height:22px;
		display:block;
		color:#363636;
		overflow: hidden;
		text-align: left;
		font-size: 18px;
		font-weight: 900;
		margin-top: 15px;
	}
	.goodlist dl dt span.en {
		width:100%;
		height:70px;
		line-height:22px;
		display:block;
		color:#666;
		/*white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;*/
		overflow: hidden;
		margin-top: 10px;
	}
	.goodlist dl dt span.change-price {
		font-weight:bold;
		color:#D63C3C;
		padding-right:5px;
	}
	.goodlist dl dt span.max-price {
		color:#999;
		text-decoration:line-through;
	}
	.goodlist dl dt a.exchange {
		font-size:12px;
		padding:4px 10px;
		text-align:center;
	#padding-top:6px;
	#padding-bottom:2px;
		color:#fff;
		display:none;
		text-decoration:none;
		background:#C75151;
		float:left;
		border-radius:2px;
	}
	.goodlist dl dt a.exchange:hover {
		background:#973434;
	}
	.goodlist dl dt p {
		padding:5px 0;
	}
	.container_choose{
		width: 1170px;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
/*	.customer_choose li{
		width: 19%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;
	}*/
     .sec08 .container .yx_mian ul .col-md-3{
		width: 23%;
	}
	.sec08 .container .yx_mian ul .col-md-3:nth-child(1){
		margin-left: 15px;
	}
	.sec08 .container .yx_mian ul li{
		margin-right: 10px;
		border:none;
	}
	.sec08 .container .yx_mian ul li div h3{
		font-size:20px;
		font-weight: 900;
		font-family: "微软雅黑";
        color: #333333;
        margin-top:35px;
	}
	.sec08 .container .yx_mian ul li div p{
		font-size:17px;
		color: #8c8c8c;
	}
	.sec08 .container .yx_mian ul li .img_qywh{
		width: 120px;
		height: 120px;
		border-radius:8px;
		-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
		border:1px solid #cdcdcd;
		margin:0 auto;
		z-index: 1;
	}
	.sec08 .container .yx_mian ul li:hover .img_qywh{
		/*-moz-box-shadow:2px 2px 20px #999;
		-webkit-box-shadow:2px 2px 20px #999;
		box-shadow:2px 2px 20px #999;*/
	}
  
    .sec08 .container .yx_mian ul li:hover img{
    	-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome .6s .2s forwards;*/
    }
    .sec08 .container .yx_mian ul li img:hover{
		-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome 6s 2s forwards;*/
    }
/*    @keyframes gohome{
    	100%{
    		transform: rotate(360deg);
    	}
    }*/
	.sec08 .container .yx_mian ul li img{
		position: absolute;
		top:23%;
		left: 41%;
		z-index: 10;
	}
	.sec08 .container .yx_mian ul li:nth-child(2) img{
		left: 38%;
	}
	.sec08 .container .yx_mian ul li:nth-child(3) img{
		left: 42%;
	}
	.sec08 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    padding: 30px 0px;
	    margin-right: 15px;
	    position: relative;
	}


	.box{
		padding-top: 35px;
		width: 100%;
		height: 600px;
	    background: #f5f5f5;
		position: relative;
	}

	.list{
		width: 1200px;
		height: 390px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}

	.btnqywh{
		position: absolute;
		top: 90%;
		width: 25px;
		height: 25px;
		line-height: 22px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-align: center;
		border:1px solid #666666;
		color: #666666;
		cursor: pointer;
		padding:0;
		border-radius:12px;
	}
	.btnqywh:hover{
		color: #f01e1e;
		border:1px solid #f01e1e;
	}
	.prev{left: 47%;}
	.next{
		right: 48%;
	}

	.list ul li{
		position: absolute;
		top: 0;
		left: 0;
		list-style: none;
		opacity: 1;
		transition: all 0.3s ease-out;
	}
	.list ul li img{
		width: 751px;
		height: 390px;
		border:none;
		float: left;
	}
	.p1{
		transform:translate3d(-224px,0,0) scale(0.81);
	}
	.p2{
		transform:translate3d(0px,0,0) scale(0.81);
		transform-origin:0 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p3{
		transform:translate3d(224px,0,0) scale(1);
		z-index: 3;
		opacity: 1;
	}
	.p4{
		transform:translate3d(449px,0,0) scale(0.81);
		transform-origin:100% 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p5{
		transform:translate3d(672px,0,0) scale(0.81);
	}
	.p6{
		transform:translate3d(896px,0,0) scale(0.81);
	}
	.p7{
		transform:translate3d(1120px,0,0) scale(0.81);
	}

	.buttons{
		position: absolute;
		width: 1200px;
		height: 30px;
		bottom: 0;
		left: 50%;
		margin-left: -600px;
		text-align: center;
		padding-top: 10px;
	}
	.buttons a{
		display: inline-block;
		width: 35px;
		height: 5px;
		padding-top: 4px;
		cursor: pointer;
	}
	.box span{
		display: block;
		width: 35px;
		height: 1px;
		background: red;
	}
	.blue{
		background: blue;
	}

	.course_bbox .course_bcnt {
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    opacity: 0;
	    z-index: -1;
	}
	.course_bbox {
	    height: 270px;
	    position: relative;
	}
	.course_bbox .course_bcnt.on {
	    opacity: 1;
	    z-index: 1;
	}
	.about_bottom .about_bottom_main .about_bottom_l{
        width: 40%;
        float: left;
	}
	.course_tbox {
	    margin-bottom: 65px;
	    position: relative;
	}
	.about_bottom .about_bottom_main{
		margin:70px 0;
		display: inline-block;
	}
	.about_bottom .about_bottom_main .about_bottom_r{
		width: 40%;
		float: left;
		padding-left: 40px;
		text-align: left;
	}
	.about_bottom .about_bottom_main .about_bottom_r h3{
		font-size:30px;
		font-weight: 900;
		font-family: '微软雅黑';
	}
	.about_bottom .about_bottom_main .about_bottom_r p{
		line-height: 33px !important;
	}
	.course_sleft_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    left: 0;
	    background: url(/template/pc/skin/img/couse_leftbtn.png)no-repeat center center #fff;
	}
	.course_ttitle{
		font-size:22px;
		font-weight: 900;
		font-family: '微软雅黑';
		margin-top:10px;
	}
	.course_sright_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    right: 0;
	    background: url(/template/pc/skin/img/couse_rightbtn.png)no-repeat center center #fff;
	}
	.on .course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_scbox{
		width: 1200%;
    	position: relative;
    	left: 0;
	}
    .course_line {
	    width: 100%;
	    height: 1px;
	    background: #d5d5d5;
	    position: absolute;
	    top: 15px;
	    left: 0;
	    right: 0;
	}
	.course_tcnt {
	    float: left;
	    width: 60px;
	    margin: 0 80px;
	    text-align: center;
	    position: relative;
	    z-index: 1;
	    cursor: pointer;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time.png)no-repeat center center;
	    width: 29px;
	    height: 29px;
	    margin: 0 auto;
	}
	.container_list{
		width: 100%;
		background: url('/template/pc/skin/img/uploadfiles/images/about-con.jpg') no-repeat;
	}
	.container_list .sec02{
		width: 1200px;
		margin:0 auto;
	}
	.container_list .sec02 .swiper-container .swiper-slide{
		padding: 40px 50px;
		margin-left: 5px;
	}
	.container_list .sec02 .swiper-container .swiper-slide h1{
		font-size:70px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
		margin-top: 0px;
	}
	.container_list .sec02 .swiper-container .swiper-slide span{
		font-size:18px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
	}
	.container_list .sec02 .swiper-container .swiper-slide p{
		color: #fff;
	}
	footer .h1 {
	    font-size: 22px;
	    font-weight: normal;
	    font-family: 微软雅黑;
	    color: #333 !important;
	}
	.ftr-lt:nth-child(1){
         margin-left: 50px;
         font-weight: normal;
         padding-top: 20px;
	}
	 .ftr-lt{
	 	float: left;
	 	/*margin-left: 70px;*/
	 	padding-right: 70px;
	 }
	 .ftr-mt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 .ftr-rt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 133px 40px;
	 }
	 .ftr-ft1{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 footer .ftr-lt .h5{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-1.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	line-height: 25px;
	 }
	 footer .bolderd2{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/dianhua1.png) no-repeat 1px 4px;
	 	padding-left: 30px;
	 	margin-top:10px;
	 }
	 footer .bolderd1{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-3.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	margin-top:10px;

	 }
	 .ftr-lt{
	 	/*background: url(/template/pc/skin/img/images/footer_bg.png) no-repeat right 40px;*/
	 }
	 .ftr-ewm{
	 	float: left;
	 	margin-top: 50px;
	 }
	 .ftr-ewm img{
	 	margin-left: 35px;
	 }
	 .ftr-ewm p{
	 	margin-left: 35px;
	 	text-align: center;
	 	color: #999;
	 }
	.ftr-lt {
	    background: url(/template/pc/skin/img/footer_bg.png) no-repeat right 40px;
	}
	.ftr-lt {
	    float: left;
	    margin-left: 70px;
	    padding-right: 60px;
	}
	.index .sec05 .text-center{
		position: relative;
		height: 350px;
		top:-100px;
	}
	.index .sec05 .what-lt ul li img{
		width: 155px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(2){
		margin-left:90px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(3){
		margin-left:325px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(4){
		margin-left:92px;
	}
	.index .sec05 .what-lt ul{
		position: relative;
	}
	.index .sec05 .what-lt ul .center-lt{
		position: absolute;
		top:-30px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(1){
		left:112px;
		top:-55px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(2){
		left:360px;
		top:-55px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(3){
		left:591px;
		top:-55px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(4){
		left:838px;
		top:-55px;
	}
	.index .sec05 .what-lt ul .bottom-lt{
		position: absolute;
		top:150px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(1){
		left:248px;
		top:45px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(2){
		left:486px;
		top:50px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(3){
		left:728px;
		top:45px;
	}
	/**/
	.index .sec02 .container .yx_mian{
		color: #333;
	}
	.index .sec02 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: 1px solid #dddddd;
		padding: 30px 0px;
		margin-left: 21px;
	}
	.index .sec07 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: none;
		border-right: 2px solid #cccccc;
		padding: 0px 0px;
		margin: 30px 0px;
		margin-left: 0px;
	}
	.index .sec07 .container .yx_mian ul li:last-child{
		border: none;
	}
	.index .sec02 .container .yx_mian ul .col-md-3{
		width: 31%;
	}
	.index .sec07 .container .yx_mian ul .col-md-3{
		width: 25%;
	}
	.index .sec02 .container .yx_mian ul li p{
		width: 230px;
		margin:0 auto;
	}
	.index .sec02 .container{
		width: 1060px;
	}
	.index .sec02{padding-top: 45px;}
	.index .sec07{padding-top: 0px;padding-bottom: 0px;}
	.breadcrumb>.active {
    width: 925px;
	}
	.head {
		margin-top:40px !important;
	}
	
	header .menu {
		margin-left: 80px;
	}
	header .menu>li {
		padding: 27px 3px;
		margin: 0 5px;
	}
	footer .ftr-bt ul li{
		padding-left: 30px;
	}
	.ftr-it>.container{
		padding: 0px 0 20px;
	}
	
	.index .sec04 .abt-lt img{
		/*height: 646px;*/
	}
	.index .sec04 .abt-rt{
		padding: 20px 50px;
	}
	.index .sec04 .swiper-sec4-2{
		display: block !important;
	}
	.index .sec05 .what-lt{
		/*padding-right: 200px;*/
	}
	.about .poster-main {
		display: block !important;
	}
	.about .sec03 .swiper-sec3,
	.about .sec03 .pagination3 {
		display: none !important;
	}
	.choose .list {
		margin-top:40px;
		margin-bottom:40px;
	}
	.contact .col-4 div div {
		padding: 40px 20px 0;
	}
	.contact .text-center {
		margin: 30px auto
	}
	.contact .col-lg-4 {
		width: 25.333333%
	}
	.contact .col-lg-8 {
		width: 74.666667%
	}
	.contact .col-lg-offset-4 {
		margin-left: 32.333333%
	}
	.contact form .col-lg-4 {
		line-height: 34px
	}
	.contact form label {
		font-size: 16px;
		margin-top: 0;
	}
	.contact form label.col-lg-4 {
		line-height: 40px
	}
	.contact form .form-control {
		font-size: 16px;
		line-height: 26px
	}
	.contact form .form-control:not(textarea) {
		height: 40px;
		line-height: 40px
	}
	.contact .btn-contact button {
		width: 158px;
		height: 40px;
		padding: 0;
		line-height: 40px;
		font-size: 16px;
	}
}

@media (min-width:1440px) {
    .index .sec04 .abt-rt .title {
	    font-size: 32px;
	    font-weight: normal;
	    line-height: 48px;
	    margin-bottom: 5px;
	    color: #dddddd; 
	}

.container_choose_wate{
		margin-bottom: 50px;
	}
	.wate_l{
		padding-left: 0;
		padding-right: 0;
	}
    .wate_t_mian ul li{
       padding-left: 0px;
    }
    .wate_t_mian ul li img {
	    height: 95px;
	}
    .wate_c_mian ul{
       padding-left: 0px;
    }
    .wate_c_mian ul li{
    	margin-top: 15px;
    }
    .wate_c_mian ul li img{
    	width: 100%;
    }
    .wate_c_mian ul.col-sm-3 li{
        margin-top: 17px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(1){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(2){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(3){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3{
    	margin-top: 8px;
    }
    .wate_b_mian ul .col-sm-3{
    	padding-left: 0px;
    	margin-top: 15px;
    }

    .wate_r{
    	padding-left: 0px;
    	padding-right: 0px;
    }
    .wate_r_t_mian ul li{
    	padding-left: 0px;
    }
    .wate_r_t_mian ul li img{
    	height: 123px;
    }
    .wate_r_c_mian ul{
    	padding-left: 0px;
    	margin-top: 19px;
    }
    .wate_r_c_mian ul li img{
    	height: 256px;
    }
    .wate_r_b_mian ul li{
    	padding-left: 0px;
    	margin-top: 20px;
    }
    .wate_r_b_mian ul li img{
    	height: 123px;
    }


	.container_choose_picbox{
		width: 100% !important;
	    padding-top: 30px;
		background: #f5f5f5;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.container_choose_picbox .sec02{
		width: 1170px;
		margin:0 auto;
	}
	.scroll {
		width:100%;
		margin:0 auto;
		position:relative;
		background:#F1EEEB;
		}
	.picbox {
		width:100%;
		height:445px;
		background:#f5f5f5;
		border:none;
		overflow:hidden;
		position:relative;
	}
	.picbox ul {
		height:430px;
		padding-top:5px;
	}
	.piclist {
		position:absolute;
		left:0px;
		top:0px;
	}
	.piclist li.goodlist {
		width:49%;
		margin:30px 0;
		padding:20px;
		margin-bottom: 0px;
		margin-right:-1px;
		float:left;
		background:#fff;
		margin-right:10px;
	}
	.piclist li.goodlist img {
		width:120px;
		height:120px;
		border-radius:50%;
		margin-top: 5px;
	}
	.swaplist {
		position:absolute;
		left:-3000px;
		top:0px;
	}
	.og_prev, .og_next {
		width:25px;
		height:25px;
		position:absolute;
		top:98%;
		z-index:99;
		cursor:pointer;
		border:1px solid #666666;
		border-radius:50%;
		text-align:center;
		line-height: 22px;
		font-size: 20px;

	}
	.og_prev {
		background-position:0 0;
		left:47%;
	}
	.og_prev:hover {
		background-position:0 -60px;
	}
	.og_next {
		background-position:-30px 0;
		right:48%;
	}
	.og_next:hover {
		background-position:-30px -60px;
	}
	.goodlist img.pics {
		width:85px;
		height:135px;
		float:left;
		background:#fff url(../img/loading.gif) center center no-repeat;
	}
	.goodlist dl {
		float:left;
		width:75%;
		overflow:hidden;
		margin-left: 10px;
	}
	.goodlist dl dt {
	}
	.goodlist dl dt a.title {
		width:100%;
		height:22px;
		line-height:22px;
		display:block;
		color:#363636;
		overflow: hidden;
		text-align: left;
		font-size: 18px;
		font-weight: 900;
		margin-top: 15px;
	}
	.goodlist dl dt span.en {
		width:100%;
		height:70px;
		line-height:22px;
		display:block;
		color:#666;
		/*white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;*/
		overflow: hidden;
		margin-top: 10px;
	}
	.goodlist dl dt span.change-price {
		font-weight:bold;
		color:#D63C3C;
		padding-right:5px;
	}
	.goodlist dl dt span.max-price {
		color:#999;
		text-decoration:line-through;
	}
	.goodlist dl dt a.exchange {
		font-size:12px;
		padding:4px 10px;
		text-align:center;
	#padding-top:6px;
	#padding-bottom:2px;
		color:#fff;
		display:none;
		text-decoration:none;
		background:#C75151;
		float:left;
		border-radius:2px;
	}
	.goodlist dl dt a.exchange:hover {
		background:#973434;
	}
	.goodlist dl dt p {
		padding:5px 0;
	}


	.container_choose{
		width: 1200px;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
/*	.customer_choose li{
		width: 19%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;
	}*/
	 .sec08 .container .yx_mian ul .col-md-3{
		width: 23%;
	}
	.sec08 .container .yx_mian ul .col-md-3:nth-child(1){
		margin-left: 15px;
	}
	.sec08 .container .yx_mian ul li{
		margin-right: 10px;
		border:none;
	}
	.sec08 .container .yx_mian ul li div h3{
		font-size:20px;
		font-weight: 900;
		font-family: "微软雅黑";
        color: #333333;
        margin-top:35px;
	}
	.sec08 .container .yx_mian ul li div p{
		font-size:17px;
		color: #8c8c8c;
	}
	.sec08 .container .yx_mian ul li .img_qywh{
		width: 120px;
		height: 120px;
		border-radius:8px;
		-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
		border:1px solid #cdcdcd;
		margin:0 auto;
		z-index: 1;
	}
	.sec08 .container .yx_mian ul li:hover .img_qywh{
	/*	-moz-box-shadow:2px 2px 20px #999;
		-webkit-box-shadow:2px 2px 20px #999;
		box-shadow:2px 2px 20px #999;*/
	}
  
    .sec08 .container .yx_mian ul li:hover img{
    	-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome .6s .2s forwards;*/
    }
    .sec08 .container .yx_mian ul li img:hover{
		-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome 6s 2s forwards;*/
    }
/*    @keyframes gohome{
    	100%{
    		transform: rotate(360deg);
    	}
    }*/
	.sec08 .container .yx_mian ul li img{
		position: absolute;
		top:23%;
		left: 41%;
		z-index: 10;
	}
	.sec08 .container .yx_mian ul li:nth-child(2) img{
		left: 38%;
	}
	.sec08 .container .yx_mian ul li:nth-child(3) img{
		left: 42%;
	}
	.sec08 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    padding: 30px 0px;
	    margin-right: 15px;
	    position: relative;
	}

	.box{
		padding-top: 35px;
		width: 100%;
		height: 600px;
	    background: #f5f5f5;
		position: relative;
	}

	.list{
		width: 1200px;
		height: 390px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}

	.btnqywh{
		position: absolute;
		top: 90%;
		width: 25px;
		height: 25px;
		line-height: 22px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-align: center;
		border:1px solid #666666;
		color: #666666;
		cursor: pointer;
		padding:0;
		border-radius:12px;
	}
	.btnqywh:hover{
		color: #f01e1e;
		border:1px solid #f01e1e;
	}
	.prev{left: 48%;}
	.next{
		right: 48%;
	}

	.list ul li{
		position: absolute;
		top: 0;
		left: 0;
		list-style: none;
		opacity: 1;
		transition: all 0.3s ease-out;
	}
	.list ul li img{
		width: 751px;
		height: 390px;
		border:none;
		float: left;
	}
	.p1{
		transform:translate3d(-224px,0,0) scale(0.81);
	}
	.p2{
		transform:translate3d(0px,0,0) scale(0.81);
		transform-origin:0 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p3{
		transform:translate3d(224px,0,0) scale(1);
		z-index: 3;
		opacity: 1;
	}
	.p4{
		transform:translate3d(449px,0,0) scale(0.81);
		transform-origin:100% 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p5{
		transform:translate3d(672px,0,0) scale(0.81);
	}
	.p6{
		transform:translate3d(896px,0,0) scale(0.81);
	}
	.p7{
		transform:translate3d(1120px,0,0) scale(0.81);
	}

	.buttons{
		position: absolute;
		width: 1200px;
		height: 30px;
		bottom: 0;
		left: 50%;
		margin-left: -600px;
		text-align: center;
		padding-top: 10px;
	}
	.buttons a{
		display: inline-block;
		width: 35px;
		height: 5px;
		padding-top: 4px;
		cursor: pointer;
	}
	.box span{
		display: block;
		width: 35px;
		height: 1px;
		background: red;
	}
	.blue{
		background: blue;
	}

	.course_bbox .course_bcnt {
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    opacity: 0;
	    z-index: -1;
	}
		.course_bbox {
	    height: 320px;
	    position: relative;
	}
	.course_bbox .course_bcnt.on {
	    opacity: 1;
	    z-index: 1;
	}
	.about_bottom .about_bottom_main .about_bottom_l{
		width: 40%;
         float: left;
	}
	.course_tbox {
	    margin-bottom: 65px;
	    position: relative;
	}
	.about_bottom .about_bottom_main{
		margin:70px 0;
		display: inline-block;
	}
	.about_bottom .about_bottom_main .about_bottom_r{
		width: 40%;
		float: left;
		padding-left: 40px;
		text-align: left;
	}
	.about_bottom .about_bottom_main .about_bottom_r h3{
		font-size:30px;
		font-weight: 900;
		font-family: '微软雅黑';
	}
	.about_bottom .about_bottom_main .about_bottom_r p{
		line-height: 33px !important;
	}
	.course_sleft_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    left: 0;
	    background: url(/template/pc/skin/img/couse_leftbtn.png)no-repeat center center #fff;
	}
	.course_ttitle{
		font-size:22px;
		font-weight: 900;
		font-family: '微软雅黑';
		margin-top:10px;
	}
	.course_sright_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    right: 0;
	    background: url(/template/pc/skin/img/couse_rightbtn.png)no-repeat center center #fff;
	}
	.on .course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_scbox{
		width: 1200%;
    	position: relative;
    	left: 0;
	}
    .course_line {
	    width: 100%;
	    height: 1px;
	    background: #d5d5d5;
	    position: absolute;
	    top: 15px;
	    left: 0;
	    right: 0;
	}
	.course_tcnt {
	    float: left;
	    width: 60px;
	    margin: 0 80px;
	    text-align: center;
	    position: relative;
	    z-index: 1;
	    cursor: pointer;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time.png)no-repeat center center;
	    width: 29px;
	    height: 29px;
	    margin: 0 auto;
	}
	footer .h1 {
	    font-size: 22px;
	    font-weight: normal;
	    font-family: 微软雅黑;
	    color: #333 !important;
	}
	.ftr-lt:nth-child(1){
         margin-left: 135px;
         font-weight:900;
         padding-top: 20px;
	}
	 .ftr-lt{
	 	float: left;
	 	/*margin-left: 70px;*/
	 	padding-right: 70px;
	 }
	 .ftr-mt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 .ftr-rt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 133px 40px;
	 }
	 .ftr-ft1{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 footer .ftr-lt .h5{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-1.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	line-height: 25px;
	 }
	 footer .bolderd2{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/dianhua1.png) no-repeat 1px 4px;
	 	padding-left: 30px;
	 	margin-top:10px;
	 }
	 footer .bolderd1{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-3.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	margin-top:10px;

	 }
	 .ftr-lt{
	 	/*background: url(/template/pc/skin/img/images/footer_bg.png) no-repeat right 40px;*/
	 }
	 .ftr-ewm{
	 	float: left;
	 	margin-top: 50px;
	 }
	 .ftr-ewm img{
	 	margin-left: 60px;
	 }
	 .ftr-ewm p{
	 	margin-left: 60px;
	 	text-align: center;
	 	color: #999;
	 }
	.ftr-lt {
	    background: url(/template/pc/skin/img/footer_bg.png) no-repeat right 40px;
	}
	.ftr-lt {
	    float: left;
	    margin-left: 70px;
	    padding-right: 60px;
	}
	.index .sec05 .text-center{
		position: relative;
		height: 350px;
		top:-100px;
	}
	.index .sec05 .what-lt ul li img{
		width: 160px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(1){
		margin-left:115px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(2){
		margin-left:90px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(3){
		margin-left:335px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(4){
		margin-left:90px;
	}
	.index .sec05 .what-lt ul{
		position: relative;
	}
	.index .sec05 .what-lt ul .center-lt{
		position: absolute;
		top:-30px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(1){
		left:230px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(2){
		left:478px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(3){
		left:724px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(4){
		left:977px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .bottom-lt{
		position: absolute;
		top:150px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(1){
		left:365px;
		top:58px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(2){
		left:612px;
		top:58px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(3){
		left:860px;
		top:58px;
	}
	.index .sec04 .abt-rt .submit{
		background: #323433;
	}
	/**/
	.index .sec02 .container{
		width: 1200px
	}
	.index .sec02 .container .yx_mian{
		color: #333;
	}
	.index .sec02 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: 1px solid #dddddd;
		padding: 30px 0px;
		margin-left: 22px;
	}
	.index .sec07 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: none;
		border-right: 1px solid #cccccc;
		padding: 0px 0px;
		margin: 30px 0px;
		margin-left: 0px;
	}
	.index .sec07 .container .yx_mian ul li:last-child{
		border: none;
	}
	.index .sec02 .container .yx_mian ul .col-md-3{
		width: 32%;
	}
	.index .sec07 .container .yx_mian ul .col-md-3{
		width: 25%;
	}
	.index .sec02 .container .yx_mian ul li p{
		width: 230px;
		margin:0 auto;
	}
	.index .sec02{padding-top: 45px;}
	.index .sec07{padding-top: 0px;padding-bottom: 0px;}
	header .container-fluid,
	footer .container,
	.index .sec03 .container,
	.index .sec05 .container{
		width: 1410px;
	}
	header .menu {
		margin-left: 150px;
	}
	header .menu>li {
		padding: 26px 10px;
		margin: 0 10px;
	}
	
/*	footer .ftr-lt{
		width: 30%;
		right: 30%;
	}
	footer .ftr-mt{
		width: 30%;
	}
	footer .ftr-rt{
		width: 30%;
		margin-left: 10%;
	}*/
/*	footer .ftr-bt ul li{
		padding-left: 60px;
	}*/
	
	.index .sec04 .abt-lt img{
		height: auto;
	}
	.index .sec04 .abt-rt{
		padding: 25px 80px;
		padding-top:40px;
		padding-left:40px;
	}
	.index .sec05 .what-lt{
		/*padding-right: 400px;*/
	}
}
.index .sec04 .abt-rt .h3{margin-top:0;}
@media (min-width:1640px) {
	.index .sec05 .what-lt ul .top-lt:nth-child(1){
		margin-left:0px;
	}
    .index .sec04 .abt-rt .title {
	    font-size: 32px;
	    font-weight: normal;
	    line-height: 48px;
	    margin-bottom: 5px;
	    color: #dddddd; 
	}

	.container_choose_wate{
		margin-bottom: 50px;
	}
	.wate_l{
		padding-left: 0;
		padding-right: 0;
	}
    .wate_t_mian ul li{
       padding-left: 0px;
    }
    .wate_c_mian ul{
       padding-left: 0px;
    }
    .wate_c_mian ul li{
    	margin-top: 15px;
    }
    .wate_c_mian ul li img{
    	width: 100%;
    }
    .wate_c_mian ul.col-sm-3 li{
        margin-top: 17px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(1){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(2){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(3){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3{
    	margin-top: 8px;
    }
    .wate_b_mian ul .col-sm-3{
    	padding-left: 0px;
    	margin-top: 15px;
    }

    .wate_r{
    	padding-left: 0px;
    	padding-right: 0px;
    }
    .wate_r_t_mian ul li{
    	padding-left: 0px;
    }
    .wate_r_t_mian ul li img{
    	height: 123px;
    }
    .wate_r_c_mian ul{
    	padding-left: 0px;
    	margin-top: 19px;
    }
    .wate_r_c_mian ul li img{
    	height: 256px;
    }
    .wate_r_b_mian ul li{
    	padding-left: 0px;
    	margin-top: 20px;
    }
    .wate_r_b_mian ul li img{
    	height: 123px;
    }

	.container_choose_picbox{
		width: 100% !important;
	    padding: 0 356px;
	    padding-top: 30px;
		background: #f5f5f5;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.scroll {
		width:100%;
		margin:0 auto;
		position:relative;
		background:#F1EEEB;
		}
	.picbox {
		width:100%;
		height:445px;
		background:#f5f5f5;
		border:none;
		overflow:hidden;
		position:relative;
	}
	.picbox ul {
		height:430px;
		padding-top:5px;
	}
	.piclist {
		position:absolute;
		left:0px;
		top:0px;
	}
	.piclist li.goodlist {
		width:49%;
		margin:30px 0;
		padding:20px;
		margin-bottom: 0px;
		margin-right:-1px;
		float:left;
		background:#fff;
		margin-right:10px;
	}
	.piclist li.goodlist img {
		width:120px;
		height:120px;
		border-radius:50%;
		margin-top: 5px;
	}
	.swaplist {
		position:absolute;
		left:-3000px;
		top:0px;
	}
	.og_prev, .og_next {
		width:25px;
		height:25px;
		position:absolute;
		top:98%;
		z-index:99;
		cursor:pointer;
		border:1px solid #666666;
		border-radius:50%;
		text-align:center;
		line-height: 22px;
		font-size: 20px;

	}
	.og_prev {
		background-position:0 0;
		left:47%;
	}
	.og_prev:hover {
		background-position:0 -60px;
	}
	.og_next {
		background-position:-30px 0;
		right:48%;
	}
	.og_next:hover {
		background-position:-30px -60px;
	}
	.goodlist img.pics {
		width:85px;
		height:135px;
		float:left;
		background:#fff url(../img/loading.gif) center center no-repeat;
	}
	.goodlist dl {
		float:left;
		width:75%;
		overflow:hidden;
		margin-left: 10px;
	}
	.goodlist dl dt {
	}
	.goodlist dl dt a.title {
		width:100%;
		height:22px;
		line-height:22px;
		display:block;
		color:#363636;
/*		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;*/
		overflow: hidden;
		text-align: left;
		font-size: 18px;
		font-weight: 900;
		margin-top: 15px;
	}
	.goodlist dl dt span.en {
		width:100%;
		height:70px;
		line-height:22px;
		display:block;
		color:#666;
		/*white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;*/
		overflow: hidden;
		margin-top: 10px;
	}
	.goodlist dl dt span.change-price {
		font-weight:bold;
		color:#D63C3C;
		padding-right:5px;
	}
	.goodlist dl dt span.max-price {
		color:#999;
		text-decoration:line-through;
	}
	.goodlist dl dt a.exchange {
		font-size:12px;
		padding:4px 10px;
		text-align:center;
	#padding-top:6px;
	#padding-bottom:2px;
		color:#fff;
		display:none;
		text-decoration:none;
		background:#C75151;
		float:left;
		border-radius:2px;
	}
	.goodlist dl dt a.exchange:hover {
		background:#973434;
	}
	.goodlist dl dt p {
		padding:5px 0;
	}


	.container_choose{
		width: 1200px;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
	.customer_choose li{
		width: 19%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;
	}
	.box{
		padding-top: 35px;
		width: 100%;
		height: 600px;
	    background: #f5f5f5;
		position: relative;
	}

	.list{
		width: 1200px;
		height: 390px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}

	.btnqywh{
		position: absolute;
		top: 90%;
		width: 25px;
		height: 25px;
		line-height: 22px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-align: center;
		border:1px solid #666666;
		color: #666666;
		cursor: pointer;
		padding:0;
		border-radius:12px;
	}
	.btnqywh:hover{
		color: #f01e1e;
		border:1px solid #f01e1e;
	}
	.prev{left: 48%;}
	.next{
		right: 48%;
	}

	.list ul li{
		position: absolute;
		top: 0;
		left: 0;
		list-style: none;
		opacity: 1;
		transition: all 0.3s ease-out;
	}
	.list ul li img{
		width: 751px;
		height: 390px;
		border:none;
		float: left;
	}
	.p1{
		transform:translate3d(-224px,0,0) scale(0.81);
	}
	.p2{
		transform:translate3d(0px,0,0) scale(0.81);
		transform-origin:0 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p3{
		transform:translate3d(224px,0,0) scale(1);
		z-index: 3;
		opacity: 1;
	}
	.p4{
		transform:translate3d(449px,0,0) scale(0.81);
		transform-origin:100% 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p5{
		transform:translate3d(672px,0,0) scale(0.81);
	}
	.p6{
		transform:translate3d(896px,0,0) scale(0.81);
	}
	.p7{
		transform:translate3d(1120px,0,0) scale(0.81);
	}

	.buttons{
		position: absolute;
		width: 1200px;
		height: 30px;
		bottom: 0;
		left: 50%;
		margin-left: -600px;
		text-align: center;
		padding-top: 10px;
	}
	.buttons a{
		display: inline-block;
		width: 35px;
		height: 5px;
		padding-top: 4px;
		cursor: pointer;
	}
	.box span{
		display: block;
		width: 35px;
		height: 1px;
		background: red;
	}
	.blue{
		background: blue;
	}


	.ftr-lt:nth-child(1){
         margin-left: 175px;
         font-weight:900;
         padding-top: 20px;
	}
	.index .sec05 .text-center{
		position: relative;
		height: 350px;
		top:-100px;
	}
	.index .sec05 .what-lt ul li img{
		width: 160px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(2){
		margin-left:90px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(3){
		margin-left:335px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(4){
		margin-left:90px;
	}
	.index .sec05 .what-lt ul{
		position: relative;
	}
	.index .sec05 .what-lt ul .center-lt{
		position: absolute;
		top:-30px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(1){
		left:115px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(2){
		left:363px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(3){
		left:612px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(4){
		left:862px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .bottom-lt{
		position: absolute;
		top:150px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(1){
		left:250px;
		top:58px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(2){
		left:500px;
		top:58px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(3){
		left:747px;
		top:58px;
	}
	/**/
	
	.index .sec02 .container .yx_mian{
		color: #333;
	}
	.index .sec02 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border: 1px solid #dddddd;
		padding: 30px 0px;
		margin-right: 15px;
	}
	.index .sec07 .container .yx_mian ul li{
		list-style: none;
		text-align: center;
		border:none;
		border-right: 1px solid #cccccc;
		padding: 0px 0px;
		margin: 30px 0px;
		margin-right: 0px;
	}
	.index .sec07 .container .yx_mian ul li:last-child{
		border: none;
	}
	.index .sec02 .container .yx_mian ul .col-md-3{
		width: 31%;
	}
	.index .sec07 .container .yx_mian ul .col-md-3{
		width: 25%;
	}
	.index .sec02 .container .yx_mian ul li p{
		width: 230px;
		margin:0 auto;
	}
	.index .sec02{padding-top: 50px;}
	.index .sec07{padding-top: 0px;padding-bottom: 0px;}

    .sec08 .container .yx_mian ul .col-md-3{
		width: 23%;
	}
	.sec08 .container .yx_mian ul .col-md-3:nth-child(1){
		margin-left: 15px;
	}
	.sec08 .container .yx_mian ul li{
		margin-right: 10px;
		border:none;
	}
	.sec08 .container .yx_mian ul li div h3{
		font-size:20px;
		font-weight: 900;
		font-family: "微软雅黑";
        color: #333333;
        margin-top:35px;
	}
	.sec08 .container .yx_mian ul li div p{
		font-size:17px;
		color: #8c8c8c;
	}
	.sec08 .container .yx_mian ul li .img_qywh{
		width: 120px;
		height: 120px;
		border-radius:8px;
		-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
		border:1px solid #cdcdcd;
		margin:0 auto;
		z-index: 1;
	}
	.sec08 .container .yx_mian ul li:hover .img_qywh{
	/*	-moz-box-shadow:2px 2px 20px #999;
		-webkit-box-shadow:2px 2px 20px #999;
		box-shadow:2px 2px 20px #999;*/
	}
  
    .sec08 .container .yx_mian ul li:hover img{
    	-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome .6s .2s forwards;*/
    }
    .sec08 .container .yx_mian ul li img:hover{
		-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome 6s 2s forwards;*/
    }
/*    @keyframes gohome{
    	100%{
    		transform: rotate(360deg);
    	}
    }*/
	.sec08 .container .yx_mian ul li img{
		position: absolute;
		top:23%;
		left: 41%;
		z-index: 10;
	}
	.sec08 .container .yx_mian ul li:nth-child(2) img{
		left: 38%;
	}
	.sec08 .container .yx_mian ul li:nth-child(3) img{
		left: 42%;
	}
	.sec08 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    padding: 30px 0px;
	    margin-right: 15px;
	    position: relative;
	}


	header .container-fluid,
	footer .container
	{
		width: 1487px;
	}
	.index .sec03 .container,
	.index .sec05 .container{
		width: 1200px;
	}
	header .menu {
		margin-left: 150px;
	}
	header .menu>li {
		padding: 29px 10px;
		margin: 0 15px;
	}
	
/*	footer .ftr-lt{
		width: 25%;
		right: 28%;
	}
	footer .ftr-mt{
		width: 28%;
	}*/
/*	footer .ftr-rt{
		width: 25%;
		margin-left: 22%;
	}*/
		footer .h1{
	 	font-size: 22px;
	 	font-weight: normal;
	 	font-family: '微软雅黑';
	 	color: #333 !important;
	 }
	 .ftr-lt{
	 	float: left;
	 	/*margin-left: 70px;*/
	 	padding-right: 70px;
	 }
	 .ftr-mt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 .ftr-rt{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 133px 40px;
	 }
	 .ftr-ft1{
	 	float: left;
	 	margin-left:70px;
	 	padding-right: 70px;
	 	background: url(/template/pc/skin/img/footer_bg.png) no-repeat 153px 40px;
	 }
	 footer .ftr-lt .h5{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-1.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	line-height: 25px;
	 }
	 footer .bolderd2{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/dianhua1.png) no-repeat 1px 4px;
	 	padding-left: 30px;
	 	margin-top:10px;
	 }
	 footer .bolderd1{
	 	font-weight: normal;
	 	color: #999;
	 	font-size: 15px;
	 	background: url(/template/pc/skin/img/bottom-3.png) no-repeat 1px 5px;
	 	padding-left: 30px;
	 	margin-top:10px;

	 }
	 .ftr-lt{
	 	/*background: url(/template/pc/skin/img/images/footer_bg.png) no-repeat right 40px;*/
	 }
	 .ftr-ewm{
	 	float: left;
	 	margin-top: 50px;
	 	margin-left: 20px;
	 }
	 .ftr-ewm img{
	 	margin-left: 25px;
	 }
	 .ftr-ewm p{
	 	margin-left: 25px;
	 	text-align: center;
	 	color: #999;
	 }
	
	.index .sec04 .btn{
		margin: 15px 0;
	}
	.index .sec04 .abt-lt img{
		height: auto;
	}
	.index .sec04 .abt-rt{
		padding: 50px 130px;
	}
	.index .sec04 .abt-rt .h3{
		margin-top: 20px;
	}
	.index .sec05 .what-lt{
		/*padding-right: 600px;*/
	}
}



@media (min-width:1840px) {
	.course_bbox .course_bcnt {
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    opacity: 0;
	    z-index: -1;
	}
	.course_bbox {
	    height: 320px;
	    position: relative;
	}
	.course_bbox .course_bcnt.on {
	    opacity: 1;
	    z-index: 1;
	}
	.about_bottom .about_bottom_main .about_bottom_l{
		width: 40%;
         float: left;
	}
	.course_tbox {
	    margin-bottom: 65px;
	    position: relative;
	}
	.about_bottom .about_bottom_main{
		margin:70px 0;
		display: inline-block;
	}
	.about_bottom .about_bottom_main .about_bottom_r{
		width: 40%;
		float: left;
		padding-left: 40px;
		text-align: left;
	}
	.about_bottom .about_bottom_main .about_bottom_r h3{
		font-size:30px;
		font-weight: 900;
		font-family: '微软雅黑';
	}
	.about_bottom .about_bottom_main .about_bottom_r p{
		line-height: 33px !important;
	}
	.course_sleft_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    left: 0;
	    background: url(/template/pc/skin/img/couse_leftbtn.png)no-repeat center center #fff;
	}
	.course_ttitle{
		font-size:22px;
		font-weight: 900;
		font-family: '微软雅黑';
		margin-top:10px;
	}
	.course_sright_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    right: 0;
	    background: url(/template/pc/skin/img/couse_rightbtn.png)no-repeat center center #fff;
	}
	.on .course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_scbox{
		width: 1200%;
    	position: relative;
    	left: 0;
	}
    .course_line {
	    width: 100%;
	    height: 1px;
	    background: #d5d5d5;
	    position: absolute;
	    top: 15px;
	    left: 0;
	    right: 0;
	}
	.course_tcnt {
	    float: left;
	    width: 60px;
	    margin: 0 80px;
	    text-align: center;
	    position: relative;
	    z-index: 1;
	    cursor: pointer;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time.png)no-repeat center center;
	    width: 29px;
	    height: 29px;
	    margin: 0 auto;
	}

	.index .sec05 .text-center{
		position: relative;
		height: 350px;
		top:-100px;
	}
	.index .sec05 .what-lt ul li img{
		width: 160px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(1){
		margin-left:0px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(2){
		margin-left:90px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(3){
		margin-left:335px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(4){
		margin-left:90px;
	}
	.index .sec05 .what-lt ul{
		position: relative;
	}
	.index .sec05 .what-lt ul .center-lt{
		position: absolute;
		top:-30px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(1){
		left:115px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(2){
		left:363px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(3){
		left:612px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(4){
		left:862px;
		top:-50px;
	}
	.index .sec05 .what-lt ul .bottom-lt{
		position: absolute;
		top:150px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(1){
		left:250px;
		top:58px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(2){
		left:500px;
		top:58px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(3){
		left:747px;
		top:58px;
	}
	/**/
	.index .sec04 .btn{
		margin: 0px 0 25px;
	}
	.index .sec04 .abt-rt .submit{
		width: 150px;
		border-radius: 20px;
		height: 40px;
		background: #323433;
		display: inline-block;
		text-align: center;
		line-height: 40px !important;
		color: #fff;
		margin-right: 10px;
		margin-top: 35px;
	}
	.index .sec04 .abt-rt .title{
		font-size: 32px;
		font-weight: normal;
		line-height: 48px;
		margin-bottom:5px;
		color: #dddddd;
	}
	.index .sec04 .abt-rt{
		padding: 50px 200px 50px 60px;
	}
	.index .sec04 .abt-rt .h3{
		margin-top: 0px;
		font-size:36px;
		color: #333;
		font-weight: normal;
	}
}
.wate_c_mian ul .col-sm-12{padding-left: 0px;padding-right: 0}
.wate_b_mian .col-xs-12{padding:0;}
@media (max-width:767px) {
     .sec08 .container .yx_mian ul .col-md-3{
		width: 47%;
	}
	.sec08 .container .yx_mian ul .col-md-3:nth-child(1){
		margin-left: 0px;
	}
	.sec08 .container .yx_mian ul li{
		margin-right: 10px;
		border:none;
	}
	.sec08 .container .yx_mian ul li div h3{
		font-size:20px;
		font-weight: 900;
		font-family: "微软雅黑";
        color: #333333;
        margin-top:35px;
	}
	.sec08 .container .yx_mian ul li div p{
		font-size:17px;
		color: #8c8c8c;
	}
	.sec08 .container .yx_mian ul li .img_qywh{
		width: 120px;
		height: 120px;
		border-radius:8px;
		-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
		border:1px solid #cdcdcd;
		margin:0 auto;
		z-index: 1;
	}
	.sec08 .container .yx_mian ul li:hover .img_qywh{
	/*	-moz-box-shadow:2px 2px 20px #999;
		-webkit-box-shadow:2px 2px 20px #999;
		box-shadow:2px 2px 20px #999;*/
	}
  
    .sec08 .container .yx_mian ul li:hover img{
    	-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome .6s .2s forwards;*/
    }
    .sec08 .container .yx_mian ul li img:hover{
		-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
		margin:0 auto;
		z-index: 1;
		transition: .8s;
        -webkit-transition: .8s;
        /*animation: gohome 6s 2s forwards;*/
    }

	.sec08 .container .yx_mian ul li img{
		position: absolute;
		top:23%;
		left: 37%;
		z-index: 10;
	}
	.sec08 .container .yx_mian ul li:nth-child(2) img{
		left: 33%;
	}
	.sec08 .container .yx_mian ul li:nth-child(3) img{
		left: 38%;
	}
	.sec08 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    padding: 30px 0px;
	    margin-right: 10px;
	    position: relative;
	}

	.wate_c_mian ul li{padding-left: 0;padding-right: 10px;}
	.wate_b_mian ul{padding-left: 0;}
	.wate_b_mian ul li{padding-left: 0}
	.container_choose_picbox{
		width: 100% !important;
	    padding-top: 30px;
		background: #f5f5f5;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.container_choose_picbox .sec02{
		width: 100%;
		margin:0 auto;
	}
	.scroll {
		width:100%;
		margin:0 auto;
		position:relative;
		background:#F1EEEB;
	}
	.picbox {
		width:100%;
		height:400px;
		background:#f5f5f5;
		border:none;
		overflow:hidden;
		position:relative;
	}
	.picbox ul {
		height: 360px;
	    padding-top: 5px;
	    overflow: hidden;
	}
	.piclist {
		position:absolute;
		left:0px;
		top:0px;
	}
	.piclist li.goodlist {
		width:100%;
		margin:30px 0;
		padding:20px;
		padding-top: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-right:-1px;
		float:left;
		background:#fff;
		margin-right:10px;
	}
	.piclist li.goodlist img {
		width:90px;
		height:90px;
		border-radius:50%;
		margin-top: 5px;
	}
	.swaplist {
		position:absolute;
		left:-3000px;
		top:0px;
	}
	.og_prev, .og_next {
		width:25px;
		height:25px;
		position:absolute;
		top:98%;
		z-index:99;
		cursor:pointer;
		border:1px solid #666666;
		border-radius:50%;
		text-align:center;
		line-height: 22px;
		font-size: 20px;

	}
	.og_prev {
		background-position:0 0;
		left:44%;
	}
	.og_prev:hover {
		background-position:0 -60px;
	}
	.og_next {
		background-position:-30px 0;
		right:47%;
	}
	.og_next:hover {
		background-position:-30px -60px;
	}
	.goodlist img.pics {
		width:85px;
		height:135px;
		/*float:left;*/
		background:#fff url(../img/loading.gif) center center no-repeat;
	}
	.goodlist dl {
		float:left;
		width:100%;
		overflow:hidden;
		margin-left: 10px;
	}
	.goodlist dl dt {
	}
	.goodlist dl dt a.title {
		width: 100%;
	    height: 18px;
	    line-height: 18px;
	    display: block;
	    color: #363636;
	    overflow: hidden;
	    text-align: left;
	    font-size: 16px;
	    font-weight: 900;
	    margin-top: 10px;
	}
	.goodlist dl dt span.en {
		width:100%;
		height:70px;
		line-height:22px;
		display:block;
		color:#666;
		overflow: hidden;
		margin-top: 10px;
	}
	.goodlist dl dt span.change-price {
		font-weight:bold;
		color:#D63C3C;
		padding-right:5px;
	}
	.goodlist dl dt span.max-price {
		color:#999;
		text-decoration:line-through;
	}
	.goodlist dl dt a.exchange {
		font-size:12px;
		padding:4px 10px;
		text-align:center;
	#padding-top:6px;
	#padding-bottom:2px;
		color:#fff;
		display:none;
		text-decoration:none;
		background:#C75151;
		float:left;
		border-radius:2px;
	}
	.goodlist dl dt a.exchange:hover {
		background:#973434;
	}
	.goodlist dl dt p {
		padding:5px 0;
	}
	.container_choose{
		width: 1000px;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
/*	.customer_choose li{
		width: 23.9%;
		float: left;
		border:1px solid #cccccc;
		margin-right:10px;
		margin-top: 10px;
	}*/

	.container_choose{
		width: 100%;
	}
	.customer_choose{
		display: inline-block;
		margin-bottom: 50px;
	}
/*	.customer_choose li{
		width: 22.9%;
	    float: left;
	    border: 1px solid #cccccc;
	    margin-right: 9px;
	    margin-top: 10px;
	}*/
	.container_choose_wate{
		width: 100%;
		margin-bottom: 50px;
	}
	.wate_l{
		padding-left: 0;
		padding-right: 0;
	}
    .wate_t_mian ul li{
       padding-left: 0px;
    }
    .wate_c_mian ul{
       padding-left: 0px;
    }
    .wate_c_mian ul li{
    	margin-top: 15px;
    }
    .wate_c_mian ul li img{
    	width: 100%;
    }
    .wate_c_mian ul.col-sm-3 li{
        margin-top: 17px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(1){
    	margin-top: 15px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(2){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3 li:nth-child(3){
    	margin-top: 18px;
    }
    .wate_c_mian ul.col-sm-3{
    	margin-top: 8px;
    }
    .wate_b_mian ul .col-sm-3{
    	padding-left: 0px;
    	margin-top: 15px;
    }

    .wate_r{
    	padding-left: 0px;
    	padding-right: 0px;
    }
    .wate_r_t_mian ul li{
    	padding-left: 0px;
    }
    .wate_r_t_mian ul li img{
    	/*height: 85px;*/
    }
    .wate_r_c_mian ul{
    	padding-left: 0px;
    	margin-top: 19px;
    }
    .wate_r_c_mian ul li img{
    	height: 190px;
    }
    .wate_r_b_mian ul li{
    	padding-left: 0px;
    	margin-top: 20px;
    }
    .wate_r_b_mian ul li img{
    	/*height: 102px;*/
    }


     .container_about .img img{width: 90%;}
	.container_about .para{width: 90%;margin:0 auto;text-align: left;}
	.container_about{width: 100%;text-align: center;}
	.course_bbox .course_bcnt {
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    opacity: 0;
	    z-index: -1;
	}
	.course_box{width: 90%;margin:0 auto;}
	.course_bbox{
	    position: relative;
	    opacity: 1;
	    margin: 30px 0;
	    height: 380px;
	    text-align: center;
	}
	.course_bbox .course_bcnt.on {
	    opacity: 1;
	    z-index: 1;
	}
	.about_bottom .about_bottom_main .about_bottom_l{
        width: 100%;
        float: left;
	}
	.course_tbox {
	    margin-bottom: 65px;
	    position: relative;
	    overflow: hidden;
	}
	.about_bottom .about_bottom_main{
		margin:70px 0;
		display: inline-block;
	}
	.about_bottom .about_bottom_main .about_bottom_r h3{
		font-size:30px;
		font-weight: 900;
		font-family: '微软雅黑';
	}
	.about_bottom .about_bottom_main .about_bottom_r p{
		line-height: 33px !important;
	}
	.course_sleft_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    left: 0;
	    background: url(/template/pc/skin/img/couse_leftbtn.png)no-repeat center center #fff;
	}
	.course_ttitle{
		font-size:22px;
		font-weight: 900;
		font-family: '微软雅黑';
		margin-top:10px;
	}
	.course_sright_btn {
	    position: absolute;
	    width: 25px;
	    height: 25px;
	    top: 3px;
	    right: 0;
	    background: url(/template/pc/skin/img/couse_rightbtn.png)no-repeat center center #fff;
	}
	.on .course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_scbox{
		width: 1200%;
    	position: relative;
    	left: 0;
	}
    .course_line {
	    width: 100%;
	    height: 1px;
	    background: #d5d5d5;
	    position: absolute;
	    top: 15px;
	    left: 0;
	    right: 0;
	}
	.course_tcnt {
	    float: left;
	    width: 60px;
	    margin: 0 75px;
	    text-align: center;
	    position: relative;
	    z-index: 1;
	    cursor: pointer;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time_hover.png)no-repeat center center;
	}
	.course_ticon {
	    background: url(/template/pc/skin/img/course_time.png)no-repeat center center;
	    width: 29px;
	    height: 29px;
	    margin: 0 auto;
	}


    .container_list{
		width: 100%;
		background: url('/template/pc/skin/uploadfiles/images/about-con.jpg') no-repeat;
	}
	.container_list .sec02{
		width: 100%;
	}
	.container_list .sec02 .swiper-container .swiper-slide{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.container_list .sec02 .swiper-container .swiper-slide h1{
		font-size:70px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
		margin-top: 0px;
	}
	.container_list .sec02 .swiper-container .swiper-slide span{
		font-size:18px;
		font-weight: normal;
		font-family: '微软雅黑';
		color: #fff;
	}
	.container_list .sec02 .swiper-container .swiper-slide p{
		color: #fff;
	}
    

	.box{
		padding-top: 35px;
		width: 100%;
		height: 530px;
	    background: #f5f5f5;
		position: relative;
	}

	.list{
		width: 1200px;
		height: 390px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}

	.btnqywh{
		position: absolute;
		top: 90%;
		width: 25px;
		height: 25px;
		line-height: 22px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-align: center;
		border:1px solid #666666;
		color: #666666;
		cursor: pointer;
		padding:0;
		border-radius:12px;
	}
	.btnqywh:hover{
		color: #f01e1e;
		border:1px solid #f01e1e;
	}
	.prev{left: 44%;}
	.next{
		right: 47%;
	}

	.list ul li{
		position: absolute;
		top: 0;
		left: 0;
		list-style: none;
		opacity: 1;
		transition: all 0.3s ease-out;
	}
	.list ul li img{
		width: 751px;
		height: 390px;
		border:none;
		float: left;
	}
	.p1{
		transform:translate3d(-224px,0,0) scale(0.81);
	}
	.p2{
		transform:translate3d(0px,0,0) scale(0.81);
		transform-origin:0 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p3{
		transform:translate3d(224px,0,0) scale(1);
		z-index: 3;
		opacity: 1;
	}
	.p4{
		transform:translate3d(449px,0,0) scale(0.81);
		transform-origin:100% 50%;
		opacity: 0.8;
		z-index: 2;
	}
	.p5{
		transform:translate3d(672px,0,0) scale(0.81);
	}
	.p6{
		transform:translate3d(896px,0,0) scale(0.81);
	}
	.p7{
		transform:translate3d(1120px,0,0) scale(0.81);
	}

	.buttons{
		position: absolute;
		width: 1200px;
		height: 30px;
		bottom: 0;
		left: 50%;
		margin-left: -600px;
		text-align: center;
		padding-top: 10px;
	}
	.buttons a{
		display: inline-block;
		width: 35px;
		height: 5px;
		padding-top: 4px;
		cursor: pointer;
	}
	.box span{
		display: block;
		width: 35px;
		height: 1px;
		background: red;
	}
	.blue{
		background: blue;
	}
	.index .sec05 .text-center{
		position: relative;
		height: 250px;
		top:-55px;
	}
	.index .sec05 .what-lt ul li img{
		width: 75px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(1){
		margin-left:10px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(2){
		margin-left:45px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(3){
		margin-left:187px;
	}
	.index .sec05 .what-lt ul .top-lt:nth-child(4){
		margin-left:45px;
	}
	.index .sec05 .what-lt ul{
		position: relative;
	}
	.index .sec05 .what-lt ul .center-lt{
		position: absolute;
		top:-30px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(1){
		left:60px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(2){
		left:181px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(3){
		left:316px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .center-lt:nth-child(4){
		left:442px;
		top:-33px;
	}
	.index .sec05 .what-lt ul .bottom-lt{
		position: absolute;
		top:150px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(1){
		left:131px;
		top:6px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(2){
		left:260px;
		top:10px;
	}
	.index .sec05 .what-lt ul .bottom-lt:nth-child(3){
		left:388px;
		top:10px;
	}
	.index .sec04 .abt-rt .submit {
	    background: #323433;
	}
	.index .sec02 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    border: 1px solid #dddddd;
	    padding: 30px 0px;
	    margin-left: 0px;
	    color: #333;
	}
	.index .sec07 .container .yx_mian ul li {
	    list-style: none;
	    text-align: center;
	    border: none;
		padding: 0px 0px;
	    margin: 30px 0px;
	    margin-left: 0px;
	    color: #333;
	}
	.index .sec07 .container .yx_mian ul li:last-child{
		border: none;
	}
	.index .sec02 .container .yx_mian ul li h3{
		font-size:14px;
	}
	.index .sec02 .container .yx_mian ul li p{
		font-size:13px;
	}
	/**/
	#etalage,
	#contact-btn{
		display: none !important;
	}
	.banner{
		height: 133px;
		position: relative;
	}
	.banner .img{
		width: 640px;
		position: absolute;
		left: 50%;
		margin-left: -320px;
	}
	.content-list li{
		margin: 10px 0;
		display: block;
	}
	.content-list li a{
		padding: 6px 12px;
		display: block;
	}
	.card-form{
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.card-main{
		height: 90%;
	}
	.card-form .card-title .card-show{
		display: block;
	}
	.all-img img,
	.max-img img{
		width: 100%;
		max-width: 100%;
	}
	
	header .navbar-brand{
		display: block;
	}
	header .navbar-right{
		display: none;
	}
	header .menu{
		margin: 0;
	}
	header .dropdown{
		background: url(/template/pc/skin/img/dropdown.png) no-repeat 95% 18px !important;
	}
	header .dropdown:before,
	header .dropdown:after {
		display: none;
	}
	header .menu>li>a,
	header .dropdown-menu>li>a{
		color: #fff !important;
		border-top: 1px solid #ccc;
	}
	header .dropdown-menu>li>a{
		margin: 0 15px;
		display: block;
	}
	
	footer{
		padding-top: 0;
		margin-bottom: 68px;
	}
	footer>.container,
	footer .ftr-bt ul{
    display: none;
  }
  footer .ftr-bt p{
  	line-height: 24px;
  	margin: 0;
  }
  
  .index .sec02 .slide-3d,
  .index .sec04 .btn{
  	display: none;
  }
  .index .sec02,
  .index .sec03,
  .index .sec05{
  	padding: 5px 0 15px;
  }
  .index .sec04{
  	padding: 15px 0;
  }
  .index .sec05 .info{
		background-size: 62px 70px;
		background-position: center top 15px;
		text-align: center;
		padding-left: 0;
		padding-top: 85px;
	}
}

@media (max-width:479px) {
	 .content_list_f {
            margin-top: 0px !important;
        }
	header{background: #fff !important;}
	header .menu>li>a, header .dropdown-menu>li>a{
		color: #222 !important;
	}
    .content{margin-top: 50px;}

 /*   .customer_choose li {
	    width: 30.9%;
	    float: left;
	    border: 1px solid #cccccc;
	    margin-right: 9px;
	    margin-top: 10px;
	}*/
	.og_prev {
	    background-position: 0 0;
	    left: 41%;
	}
	.og_next {
	    background-position: -30px 0;
	    right: 44%;
	}

	.course_tcnt {
	    float: left;
	    width: 0px;
	    margin: 0 48px;
	    text-align: center;
	    position: relative;
	    z-index: 1;
	    cursor: pointer;
	}
	.index .sec07 .container .yx_mian ul li{
		border: none;
	}
	.index .sec06 .news-mian p{
		color: #666;
	}
	footer>p, .footer>p {
	    padding: 10px;
	    background: #191919;
	    text-align: center;
	}
	footer {
	    padding-top: 0;
	    margin-bottom: 50px;
	}
	
	/**/
  .navbar-form {
		text-align: center;
	}
	.navbar-form, .navbar-brand>img {
		margin: 5px auto;
	}
	
	.text,
	.breadcrumb-div,
	.pagination-block{
		display: none !important;
	}
	.title{
		font-size: 24px;
	}
	.desc{
		margin-bottom: 0px;
	}
	
	header .navbar-brand{
		width: 300px;
		height: 40px;
		background-size: 118px 35px;
		margin: 5px auto;
	}
	header .navbar-toggle{
		padding: 12px;
		margin: 10px 0 0 10px;
		background-size: 12px 10px;
	}
	
	.index .title{
		margin-top: 0;
		padding-bottom: 0;
	}
	.index .title:after{
		display: none;
	}
	.index .title img{
		max-width: 70%;
	}
	.index .sec05 .img{
		display: none;
	}
	.product-info .sec01{
		padding-top: 15px;
	}
	.new .new-list{
		margin-top: 15px;
	}
	.new .new-list>li .pull-left,
	.new .new-list>li .pull-left img{
		width: 100%;
		padding-right: 0;
	}
	.contact iframe {
		min-height: 300px;
	}
	.contact .col-4 div {
		width: 100%;
	}
	.contact .col-4 div div {
		padding-top: 30px;
	}
	.contact form label:not(.radio-inline) {
		padding-left: 0;
	}
	.contact .btn-contact button {
		width: 100%;
	}
	
}