/*
	[Destoon B2B System] Copyright (c) 2008-2013 Destoon.COM
	This is NOT a freeware, use is subject to license.txt
*/
*{ margin:0px; padding:0px;}img{ border:none;}
li{ list-style:none;} a{ text-decoration:none;} 
h1,h2,h3,h4,h5,h6,h7,p{ margin:0px; padding:0px;}
body{font-family: "å¾®è½¯é›…é»‘",Helvetica,Arial,sans-serif;font-size:15px; color:#333; width:100%; overflow-x: hidden;}
.img{ cursor: pointer;  transition: all 0.6s;  }  
.img:hover{ position:relative; z-index:99; transform: scale(1.1); } 
.v_main{ width:1200px; margin:0 auto; overflow:hidden;} 


.player {padding:32px 0;}
.play-list {padding:24px 24px 8px 24px;}
.play-list div {height:75px;margin-bottom:16px;}
.play-list div:hover {background:#404040;}
.play-list img {float:left;}
.play-list ul {float:left;width:190px;}
.play-list p {height:40px;line-height:20px;overflow:hidden;margin:6px 10px;color:#F1F1F1;}
.play-list span {color:#999999;padding-left:10px;}

.player {text-align:center;padding:15px 0 15px 0;}
.video {background:#333333 url('image/video_bg.gif');padding:15px 10px 10px 15px;}
.video li {width:120px;}
.video ul {margin:0 0 6px 0;}
.li_video li {background:url('image/ico_video.gif') no-repeat 2px 4px;padding:0 10px 0 21px;}

#owl-cael img{border:0 none; width:100%;background:#F6F6F3;}
#owl-cael{position:relative;width:1200px;height:410px;margin:15px auto 0 auto;background:#F6F6F3;}
#owl-cael ul{margin:-10px -10px 0 0;overflow:hidden;zoom:1;}
#owl-cael li{position:relative;float:left;margin:10px 10px 0 0;overflow:hidden;_display:inline;}
#owl-cael .li1{width:660px;height:410px;}
#owl-cael .li2,#owl-cael .li3,#owl-cael .li4,#owl-cael .li5{width:260px;height:200px;}
#owl-cael .txt{position:absolute;left:0;bottom:0px;_bottom:-1px;width:100%;padding:6px 0;font-size:12px;color:#fff;background:url('images/overlay.png');background:rgba(0, 0, 0, .7);transition:bottom 0.3s ease-out 0s;}
#owl-cael h3{padding:0 15px;font-family:"Microsoft Yahei";font-size:16px;font-weight:500;}
#owl-cael .li1 .txt{bottom:0;}
#owl-cael .li1 h3{padding:10px 25px;font-size:16px;}
#owl-cael .li2 h3,#owl-cael .li3 h3,#owl-cael .li4 h3,#owl-cael .li5 h3{ font-size:14px; height:26px; overflow: hidden; line-height:26px; padding:0px; margin:0px;}
#owl-cael p{margin-top:4px;padding:0 25px 5px;}
#owl-cael a{color:#fff;text-decoration:none;}
#owl-cael li:hover .txt{bottom:0;}
/* 左右箭头 */
.owl-buttons div{position:absolute;top:60%;width:52px;height:81px;margin-top:-90px;text-indent:-9999px;background-image:url('images/arrow.png');transition:background-position 0.2s ease-out 0s;}
.owl-prev{left:-60px;background-position:0 0;}
.owl-next{right:-60px;background-position:right 0;}
.owl-prev:hover{background-position:-53px 0;}
.owl-next:hover{background-position:-122px 0;}
.v_vdlist{ margin:20px auto 0;}
.v_vdlist h1{ background:url('images/vicon_03.png')0 5px no-repeat; padding-left:40px; font-size:16px; line-height:55px;}
.v_vdlist h1 span{ float:right;}
.v_vdlist h1 span a{ font-size:14px;}
.v_vdlist ul{ display:inline-block; width:1250px;}
.v_vdlist ul li{ float:left; width:230px; height:215px;  background:#eeeeee; margin:0 12px 15px 0; overflow:hidden;}
.v_vdlist ul li a img{ width:100%; height:145px; position:relative; margin-bottom:10px;transition: all 0.3s; }
.v_vdlist ul li:hover a img{transform: scale(0.97); }
.v_vdlist ul li a{ font-size:14px; font-weight:bold; line-height:25px;}
.v_vdlist ul li a p{ padding:0 10px;}
.v_vdlist ul li a p span{ display:block; color:#999; font-weight:normal;}
.v_huod h1{ background:url('images/vicon_08.png')0 5px no-repeat;}
.v_ftan h1{ background:url('images/vicon_10.png')0 5px no-repeat;}
.v_qita h1{ background:url('images/vicon_06.png')0 5px no-repeat;}
.v_ft{ margin-top:0px;}

.guide { width:1200px;margin:0 auto 10px;color:#999;clear:both; font-size: 14px;}
.guide a { color:#999;}
.guide a:hover{ color:#c00;}
.guideline { width:1200px; height: 1px; background: #eee; margin:0 auto 10px;color:#999;clear:both; }
.hi5 { height: 5px;}
.hi10 { height: 10px;}
.hi15 { height: 15px;}
.hi20 { height: 20px;}
.hi30 { height: 30px;}
.hi50 { height: 50px;}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

