/*视频网站*/
body{
	background:#fff;
}
/*布局*/
html {
	height:100%;
	}
body {
font-family: 'Microsoft Yahei',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
	color:#333;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-webkit-tap-highlight-color:transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	letter-spacing:.3px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	height:100%;
}
a {
	text-decoration:none;
}
a:hover,a:active {
	text-decoration:none;
}
button,input{
	outline:none;
}
ul,li {
	margin:0;
	padding:0
}
li {
	list-style:none;
}
img {
	object-fit:cover;
	width:100%;
	height:100%;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
h1{}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
blockquote:before {
    position: absolute;
    content: "\e709";
    font-family: iconfont;
    font-size: 32px;
    color: #ccc;
    left: 30px;
    top: 22px;
    line-height: 1;
}
blockquote{
	position: relative;
    padding: 30px 30px 30px 75px;
    background: #eee;
    border-left: 0;
    font-size: 16px;
    border-radius: 6px;
}
/*大宽页*/
.container{
	padding:0;
max-width:1200px!important;	
}

/*flex布局*/
.wflex-sb-fs{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.wflex-sb-c{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.wflex-w-sb{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wflex-c-s{
	display:flex;
	justify-content: center;
	align-items:stretch;
}
.wflex-sb-s{
	display:flex;
	justify-content: space-between;
	align-items:stretch;
}
.wflex-fs-c{
	display:flex;
	justify-content: flex-start;
	align-items:center;
}
.wflex-nr-s{
	display:flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.wflex-w-s{
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
}

/*--百分比布局*/

.wcol-30{
	width:30%;
}
.wcol-70{
	width:70%;
}

/*--二栏等宽布局*/
.wcol-2c{
	width:50%;
}
/*--三栏等宽布局*/
.wcol-3c{
	width:33.33%;
}

/*--列表类名*/
.wlist{}
.wsidelist{}
.wlist-header{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.wlist-header h2{
	font-size:18px;
	line-height:30px;
}
.wlist-header a{
	color:#bbb;
}
.wlist-titlelist{
	text-align:right;
}
.wlist-body{}
.wlist-item{}
/*--外边距*/
.wmb10{
	margin-bottom:10px;
}
.wmb15{
	margin-bottom:15px;
}
.wmb20{
	margin-bottom:20px;
}
.wmb50{
	margin-bottom:50px;
}
.wmt20{
	margin-top:20px;
}
.wrow10{
	margin:0 -10px;
}
/*--内边距*/
.wpr20{
	padding-right:20px;
}
.wpt20{
	padding-top:20px;
}


/*页头*/
header{
	height:62px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	position: fixed;
    z-index: 9;
	width:100%;
	padding:0 20px;
	background:#fff;
}
.w-logo{
	width:140px;
}
.w-logo a{
	line-height:62px;
}
/*导航*/
.w-nav{
	background:#fff;
	z-index:99
}
.menu-item{
	padding:0 15px;
	position:relative;
}
.menu-item a{
	line-height:62px;
	padding:0 5px;
	display:block;
	height:62px;
	color:#333;
	font-size:16px;
	position:relative;
}
.menu-item a i{
	position:absolute;
	line-height:62px;
	display:block;
	top:0;
	right:-10px;
	font-size:12px;
	transition: all 0.25s;
}
.current-menu-item>a{
	color:#0094ff;	
	border-bottom:2px #0094ff solid;
}
.menu-item:hover a i{
	 -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sub-menu{
	display:none;
	position:absolute;
	width:700px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	background:#fff;
	left:-13px;
	/* top:63px; */
	padding:20px 10px;
	z-index:155;
}
.sub-menu .menu-item{
	width:50%;
	padding:0 15px;
	margin-bottom:10px;
	float:left;
}
.sub-menu .menu-item:hover{
	background:#f6fbff;
	border-radius:5px;
	color:#0091ff;
}
.sub-menu .menu-item:hover{
	background:#f6fbff;
	border-radius:5px;
	color:#0091ff;
}
.sub-menu .menu-item a{
	line-height:28px;
	padding:0;
	display:block;
	height:62px;
	color:#333;
	font-size:15px;
}
.sub-menu .menu-item a p{
	margin:0;
	line-height:20px;
	color:#bbb;
	font-size:14px;
	display:block;
	height:20px;
	overflow:hidden;
}
.sub-menu .menu-item a span{
	font-size:14px;
	margin-right:5px;
	color:#bbb;
}

.menu-item-has-children:hover .sub-menu{
	display:block;
}

.w-hdright a{
	margin-right:8px;
	color:#0091ff;
}
a.w-mfty{
	background: #0091ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    opacity: 1;
	padding:5px 10px;
}

/*轮播图*/
.wbanner{
	background:url(../images/bannerbg.png)no-repeat bottom right;
	height:780px;overflow:hidden;
}
.w-banner-l{
	height:350px;
	width:45%
}
.w-banner-l h1{
	margin-bottom:20px;
	color:#0089f1;
}
.w-banner-l p{
	margin-bottom:55px;
	color:#8bb6fd;
	font-size:16px;
	line-height:40px;
}
.w-banner-r{
	height:700px;
	width:55%;
	position:relative;
}
.w-banner-r img{
	height:680px;
	width:840px;
}
a.w-btnkxbg{
	border-radius: 35px;
    font-size: 14px;
    color: #0095FF;
    padding: 10px 45px;
    border: 1px solid #0095FF;
	background:#fff;
	margin-right:20px;
}
a.w-btnsxbg{
	border-radius: 35px;
    font-size: 14px;
    color: #fff;
    padding: 10px 45px;
    border: 1px solid #0095FF;
	background:#0095FF;
}
.w-4gtd{
	background:url(../images/fuwu.png) no-repeat bottom right;
width: 60px;
    height: 60px;
    background-size: 60px 60px;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 21px 8px;
    font-size: 16px;
    line-height: 16px;
}
/*---*/
@keyframes myfirst
{
	0%   { top:206px;}
	50%  {top:196px;}
	100% {top:206px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   { top:206px;}
	50%  {top:196px;}
	100% {top:206px;}
}
/*---*/
@keyframes myfirst2
{
	0%   { top:390px;}
	50%  {top:380px;}
	100% {top:390px;}
}

@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
	0%   { top:390px;}
	50%  {top:380px;}
	100% {top:4390px;}
}
/*---*/
@keyframes myfirst3
{
	0%   { top:120px;}
	50%  {top:110px;}
	100% {top:120px;}
}

@-webkit-keyframes myfirst3 /* Safari and Chrome */
{
	0%   { top:120px;}
	50%  {top:110px;}
	100% {top:120px;}
}
/*---*/
@keyframes myfirst4
{
	0%   { top:390px;}
	50%  {top:380px;}
	100% {top:390px;}
}

@-webkit-keyframes myfirst4 /* Safari and Chrome */
{
	0%   { top:390px;}
	50%  {top:380px;}
	100% {top:390px;}
}

/*首页板块1*/
.w-dsphc{
	/*background:rgb(255,255,255,0.8);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	border-radius:12px;*/
	height:120px;
	text-align:center;
	font-size:20px;
	padding:20px 0;
}
.w-dsphcitem{	
	width:200px;
	height:80px;
	position:relative;	
	border-right:1px #f2f3fc solid;
	padding-top:55px;
}

.w-dsphcitem:last-child{
	border:none;
}
.w-dsphcitem span{
	display:block;
	width:42px;
	height:42px;
border-radius:50%;
text-align:center;
color:#0091ff;
line-height:42px;
position:absolute;
left:50%;
top:0;
margin-left:-21px;
}
.w-dsphcitem span i{
	font-size:36px;
}
/*首页板块2*/
.w-homebk{
	padding:60px 0;
	margin-bottom:0;
	border-bottom:1px #f2f3fc solid;
}
.w-homebk h2{
	text-align:center;
	margin-bottom:60px;
	font-size:32px;
}
.w-homebk-bg{
	background:#fcfcfe;
	min-height:100%;
}
.w-infoitem-1{
	padding:20px 40px;
	text-align:center;
} 
.w-infoitem-1 img{
	width:200px;
	height:160px;
}
.w-infoitem-1 h4{
	color: #333;
    font-size: 18px;
    line-height: 30px;
	font-weight:700;
	margin-bottom:12px;
	margin-top:22px;
}
.w-infoitem-1 p{
	font-size: 14px;
    line-height: 18px;
    color: #999;
	margin:0;
	display:block;
	text-align:left;
	text-align: justify;
}
/*首页板块--滚动监听*/
.w-scrollitem{
	height:560px;
	padding:20px 60px 40px 60px;
	border-bottom:1px #f2f3fc solid;
}
.navfa{
	padding:0 120px;
}
.fixednav {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    z-index:5;
	background:#fff;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
}
.navfa-check{
	border-bottom:2px #0095FF solid;
	color:#0095FF;
}
.navfa00{

	border-bottom:1px #f2f3fc solid;
	
}
.navnum{
	padding:20px;
	font-size:16px;
	cursor:pointer;
}
.w-scrollitem img{
	width:560px;
	height:383px;
}
.w-scrollitem-cot{
	padding-left:60px;
	width:520px;
}
.w-scrollitem-cot h3{
	font-weight:700;
	margin-top:50px;
	margin-bottom:30px;
	font-size:24px;
}
.w-scrollitem-cot h4{
	color:#666;
	font-size:16px;
	margin-bottom:5px;
}
.w-scrollitem-cot p{
	display:block;
	color: #bbb;
    font-size: 15px;
    line-height: 18px;
	margin-bottom:0;
}

.w-scrollitem:last-child{
	border:none;
}
.w-scrollitem-cot a.w-btnsxbgljxq{
	width:220px;
	display:block;
	border-radius:50px;
	text-align:center;
}
.w-scotitem{
	position:relative;
	padding-left:35px;
	margin-bottom:20px;
}
.w-scotitem i{
	margin-right:5px;
	color:#0095ff;
	font-size:26px;
	position:absolute;
	left:0;
	top:0;
}



/*选择别家 VS 选择我们*/
.w-vs{
	position:relative;
	
}
.w-vsimg{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-100px;
}
.w-vs-l{
	background:#fff;
	width:46%;
	text-align:right;
	padding:40px;
	border-radius:15px 0 0 15px;
}
.w-vs-r{
	background:#4faef9;
	width:46%;
	text-align:left;
	padding:40px;
	color:#fff;
	border-radius:0 15px 15px 0;
}
.w-vs-litem{
	margin-bottom:40px;
	padding-right:60px;
	position:relative;
}
.w-vs-litem h5{
	color:#bbb;
	margin-bottom:6px;
}
.w-vs-litem p{
	font-size:15px;
	color:#666;
}
.w-vs-litem i{
	font-size:30px;
	color:#bbb;
	position:absolute;
	right:20px;
	top:0;
}
.w-vs-ritem{
	margin-bottom:40px;
	padding-left:60px;
	position:relative;

}
.w-vs-ritem h5{
	color:#fff;
	margin-bottom:6px;
}
.w-vs-ritem p{
	font-size:15px;
	color:#fff;
}
.w-vs-ritem i{
	font-size:30px;
	color:#fff;
	position:absolute;
	left:20px;
	top:0;
}
/*优势*/
.w-youshi{
	background:url(../images/ys2.png) no-repeat center;
	background-size:420px 200px;
	height:300px;
	position:relative;
}
.w-ysitem{
		background:url(../images/ysbg.png) no-repeat center;
	background-size:380px 100px;
	height:100px;
	width:380px;
	position:absolute;
	padding:20px 60px;
}
.w-ysitem2{
		background:url(../images/ysbg2.png) no-repeat center;
	background-size:380px 100px;
	height:100px;
	width:380px;
	position:absolute;
	padding:20px 60px;
}
.w-ysitem h4,.w-ysitem2 h4 {
	font-size:20px;
	color:#666;
}
.w-ysitem p,.w-ysitem2 p{
	color:#bbb;
	margin-top:6px;
}
.w-ysitem span,.w-ysitem2 span{
display:block;
	position:absolute;
	top:17px;
	
	color:#0095ff;
}
.w-ysitem span{
	left:17px;
}
.w-ysitem2 span{
	right:17px;
}
.w-ysitem span i,.w-ysitem2 span i{
	font-size:36px;
}
.w-ysitem2{
	text-align:right;
}
/*流程图*/
.w-lc{
	width:200px;
}
.w-lcimg{
	width:100px;
	height:100px;
	line-height:100px;
	background:url(../images/lxwmbg.png)no-repeat center;
	text-align:center;
	margin-left:50px;
}
.w-lcimg i{
	font-size:40px;
	color:#fff;
}
.w-lc p{
	color:#999;
	font-size:15px;
	text-align:left;
	margin-top:10px;
	padding:10px 12px;
	text-align:center;
}
.w-lc:hover .w-lcimg{
	opacity:0.8;
}
.w-lc:hover  p{
	color:#0095FF;
}
/*新闻资讯*/
.w-xwzxlist li{
	display:block;
	width:50%;
	list-style-type:square;
	
	position:relative;
	padding:10px 200px 10px 30px;
	overflow:hidden;
		word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; 
  border-right:1px #dedede solid;
}
.w-xwzxlist li:before{
  content: "\e70f";
 font-family: "iconfont" !important;
  font-size: 16px;
  color:#0095FF;
}
.w-xwzxlist li a{
	font-size:15px;
	color:#4a4a4a;

}
.w-xwzxlist li span{
	color:#bbb;
	position:absolute;
	top:12px;
	right:30px;
	line-height:20px;
}
.w-xwzxlist li:nth-child(2n+2){
	border:none;
}
/*列表页*/
/*--分类*/
.w-fenlei{
	padding:10px 15px 30px 15px;
}
.w-fenlei-erj {
	margin-bottom:20px;
}
.w-fenlei-erj li{
	position:relative;
	margin-right:15px;
}
.w-fenlei-erj li a{
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: block;
    list-style: none;
    font-size: 14px;
	color:#333;
}
.w-fenlei-erj li a:hover{
	color:#0095FF;
}
.w-fenlei-erj li.active a{
	    font-size: 20px;
	color:#0095FF;
	border-bottom:2px #0095FF solid;
}
.w-fenlei-sanj li{
    margin: 5px 0;    
}
.w-fenlei-sanj li a{
	padding: 5px 14px;
	border-radius: 20px;
	color:#666;
}
.w-fenlei-sanj li.active a{
	background:#e2e5e8;
}
.w-fenlei-sanj li a:hover{
	color:#0095FF;
}
/*面包屑*/
.w-breadcrumb{
	display:flex;
	 flex-wrap: nowrap;
	 align-items: baseline;
	color: #999;
    font-size: 14px;
	background:#fff;
	border-radius:8px;
	padding:10px 15px;
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
}
.w-breadcrumb li a{
	color: #999;
}
.w-breadcrumb li a:hover{
	color:#0095FF;
}
/*--文章列表*/
.w-listbodycc{
    overflow: hidden;
	padding:15px;
	background:#fff;
	position:relative;
	border-radius:8px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
}

.w-listbody-img{
	width: 26%;
    height: 130px;
	overflow:hidden;
	border-radius:8px;
}
.w-listbody-img img{
	width:100%;
	height:100%;
	-webkit-transition: 0.7s;
    transition: 0.7s;
}
.w-listbody-img:hover img{
	  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.w-listbody-wp{
	width:74%;
	padding-left:20px;
}
.w-listbody-wp h2{
	font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom:10px;
    font-weight: bold;
height:24px;
overflow:hidden;
}
.w-listbody-wp h2 a{
	color:#454545;
}
.w-listbody-wp h2 a:hover{
	color:#0095FF;
}
.w-listbody-wp p{
	font-size: 12px;
    color: #999;
    word-wrap: break-word;
    line-height: 25px;
	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
		 text-overflow:ellipsis;
}
.w-lswp-bottom{
	font-size:12px;
	color:#999;
}

.w-lswp-bottom span{
	margin-right:15px;
	line-height:16px;
}
.w-lswp-bottom span i{
	font-size:14px;
	margin-right:5px;
}
/*分页*/
.w-fy{
	padding:15px;
}
.w-fylink{
	display:flex;
	flex-wrap: nowrap ;
	justify-content:center;
}
.w-fylink a{
	display:block;
	background-color: #ddd;
	border-radius:3px;
	padding:5px 10px;
	margin-left:3px;
	color:#666 ;
	font-size:12px;
}
.w-fylink a.active{
	background-color: #0095FF;
    color: #fff;
}
.w-fylink a:hover{
	background:#ebebeb;

}
.w-fylink a i{
	font-size:12px;
}
.w-fylink a.active:hover{
	background-color: #0095FF;
    color: #fff;
}
/*侧边栏*/
.w-sidebar{
	margin-bottom:20px;
	background:#fff;
    overflow: hidden;
	border-radius:10px;
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	padding-bottom:15px;
}
.w-sidr-header{	
    color: #000;
    border-bottom: 1px solid #dedede;
    background: #fff;   
    padding: 9px 15px 8px;
	display:flex;
	justify-content:  space-between;
	 align-items:center;
}
.w-sidr-header h3{
	 margin: 0;
	 font-size: 18px;
}
.w-sidr-header h3 i{
	margin-right:5px;
	color:#0095FF;
}
.w-sidr-header a{
	color: #999;
	text-decoration:none;
}
.w-sidr-header a:hover{
	color: #0095FF;
}
.w-sidr-li ul li a{
	background: url(../images/list.gif) no-repeat scroll 6px;
    padding: 0 0 0 18px;
    color: #38485a;
    border-bottom: solid 1px #eee;
    border-left: 2px solid #fff;
    overflow: hidden;
    display: block;
    font-size: 14px;
	height:36px;
	overflow:hidden;
	line-height:36px;
}
.w-sidr-li ul li:hover{
	background:#fbfbfb;
}
.w-sidr-li ul li:hover a{
	border-left:2px #0095FF solid;
	color:#0095FF;
}
.w-sidr-li ul{
	margin-bottom:-1px;
}
.w-sdimg a{
	padding:15px;
	display:flex;
	justify-content:  space-between;
	border-bottom: solid 1px #eee;
    border-left: 2px solid #fff;
    overflow: hidden;
}
.w-sdimg a:hover .w-sdimg-wp  h4{
	color:#0095FF;
}
.w-sdimg-img{
	width:112px;
	height:75px;
	border-radius:8px;
	overflow:hidden;
	
}
.w-sdimg-img img{
	width:100%;
	height:100%;
	
}
.w-sdimg-wp{
	width:200px;	
}
.w-sdimg-wp h4{
	display: block;
    color: #5d7590;
	font-size:15px;
	line-height:22px;
	height:44px;
	overflow:hidden;
	font-weight:700;
}
.w-sdimg-wp .w-lswp-bottom span{
	margin-left:0;
	margin-right:6px;
}
.w-sdimg-wp .w-lswp-bottom span i{
	margin-right:3px;
}
/*侧边栏-标签列表*/
.w-sidr-litag ul{
	display:flex;
	flex-wrap: wrap ;
	padding:10px 7px;
}
.w-sidr-litag li{
	display:block;
	width:25%;
	padding:3px;
	
}
.w-sidr-litag li a{
	display:block;
	color: #333;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
	padding-left:8px;
	padding-right:8px;
	-webkit-transition: 0.7s;
    transition: 0.7s;
}
.w-sidr-litag li a:hover{
	background:#0094ff;
	color:#fff;
}
/*关于我们--导航栏背景透明&body背景白色*/
header.w-hdopa {
	background-color:#3868dc;
	height:72px;
	position: relative;
}
header.w-hdopa nav{
	width:60%;
}
header.w-hdopa nav li{
	padding:0 20px;
}
header.w-hdopa nav li a{
	color:#fff;
	display:block;
	height:72px;
	line-height:72px;
	padding:0 10px;
}
header.w-hdopa nav li.active a{
	color:#fff;
	border-bottom:2px #fff solid;
}

header.w-hdopa .w-hdright a{
	color:#fff;
	padding:5px;
}

/*标签页内容板块*/
.w-bqy{
	background:#fff;
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	margin-bottom:10px;
	border-radius:10px;
	overflow:hidden;
	margin-top:20px;
}
.w-bqy .w-bqy-header{
    min-height: 43px;
    color: #666;
    border-bottom: 1px solid #0094ff;
    background: #fbfbfb;
	padding:10px 15px;
}
.w-bqy .w-bqy-header h3{
	font-size:18px;
	margin:0;
}
.w-bqy-header h3 i{
	font-size:18px;
	margin-right:5px;
}
.w-bqy .w-bqy-body ul{
	width:100%;
	padding:10px;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.w-bqy .w-bqy-body ul li{
	width:11.1%;
	text-align:center;	
	margin-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
.w-bqy .w-bqy-body ul li a{
	    color: #333;
		display:block;
		height:34px;
	line-height:34px;
	padding-left:4px;
	padding-right:4px;
	border-width:1px;
    border-style:solid;
	border-radius:20px;
	overflow:hidden;
	transition: all 0.5s ease 0s;
}
.w-bqy .w-bqy-body ul li a:hover{
	color: #fff;
	background:#0094ff!important;
	border-color:#0094ff!important;
}
/*关于我们--监听导航*/

.w-guwmnavfa00{
	width:140px;
	position:fixed;
	right:0;
	top:200px;
	border:none;
	
}
.w-guwmnavfa00 .navfa{
	padding:0;
	border:none;
}
.w-guwmnavfa00 .navnum{
	    font-family: PingFang SC;
    color: #a2bfeb;
    font-size: 16px;
    line-height: 22px;
	padding:8px 15px;
	text-align:center;
	margin-bottom:15px;
	border-radius:30px;
}
.w-guwmnavfa00 .navfa-check{
	border:none;
	background:#78a0f0;
	color:#fff;
}
.w-gywmbk h1{
	font-size:2rem;
}
/*1*/
.w-gsjs{
	background:url(../images/gywmbg12.png) no-repeat bottom right;
	height:600px;
	color:#47b0fd;
	padding-top:110px;
	
}
.w-gsjs video{
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
}
.w-gsjs-l{
	width:520px;
	padding-top:40px;
}
.w-gsjs h1{
	margin-bottom:30px;	color:#1795ee;
}
.w-gsjs p{
	font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}
.w-gsjs-r{
	width:600px;
	text-align:center;
}
.w-hasbg{
	background:#eceef9;
	padding-bottom:50px;
}
/*2*/
.w-gsjsimg{
	text-align:left;
	background:url(../images/gywm247.png) no-repeat center;
	width:100%;
	height:540px;
	color:#4d8fe0;
	position:relative;
}
.w-fwgif{
	height:540px;
	background:url(../images/gywm245.gif) no-repeat center;
	width:700px;
	position:absolute;
	top:0;
	left:227px;
}
.w-gsjsimgitem{
	position:absolute;
	font-size:18px;
	width:260px;
	display:flex;
	justify-content: flex-start ;
	align-items: center ;
}
.w-gsjsimgitem span{
	width:140px;
}
.w-gsjsimgitem span i{
	font-size:35px;
}
.w-gsjsimgitem span.w-fwhasbg{
	background:url(../images/fuwu.png) no-repeat center;
	background-size:70px 70px;
	display:block;
	width:70px;
	height:70px;
	color:#fff;
	font-size:18px;
	padding:10px;
	margin-right:5px;
	margin-left:5px;
	text-align:center;
}
/*3*/
 .w-gsxc{
	 padding-top:20px;
	 padding-bottom:90px;
 }
 .w-gsxc h1{
	 margin-bottom: 30px;
    color: #526ba7;
 }
/*4*/
.w-gghz{
	background:url(../images/gywmbg1.png) no-repeat center;
	height:550px;
	color:#fff;
	padding-top:105px;
}
.w-gghz h1{
	margin-bottom:20px;
	margin-top:20px;
}
.w-gghz p{
	width:700px;
		font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}
.w-zzhzs{
	height:550px;
	padding-top:120px;
}
.w-zzhzs-l h1{
	margin-top:20px;
	margin-bottom:30px;
	font-weight:700;
	color:#042980;
}
.w-zzhzs-l p{
	font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1px;
    max-width: 771px;
	color:#042980;
}
.w-cktpbtn{
	position:relative;
	margin-top:20px;
}
.w-cktpbtn img{
	width:309px;
	height:208px;
}
.w-cktpbtn p{
	position:absolute;
	height:36px;
	line-height:36px;
	background-color:rgb(0,0,0,0.5);
	text-align:center;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	color:#fff;
}
.w-cktpimgbg{
	background-color:rgb(0,0,0,0.5);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999999;
	display:none;
}
.w-cktpimg{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-384px;
	margin-top:-265px;
}
.w-cktpimg img{
	width:768px;
	height:530px;
}
.w-cktpimg button{
	position:absolute;
	top:0;
	right:0;
	padding:8px;
	background:rgb(0,0,0,0.5);
	color:#fff;
	line-height:18px;
	text-align:center;
}
.w-ysbq{
	background:url(../images/gywmbg2.png) no-repeat top;
	height:1600px;
} 
.w-ysbqcon{
	padding:200px 0;
}
.w-ysbqcon .tab-content{
	margin-top:30px;
	
}
.w-ysbqcon ul li{
	margin-right:20px;
}
.w-ysbqcon ul li a{
	font-size:18px;
	padding:10px;
	color:#9daacc;
	display:block;	
}
.w-ysbqcon ul li.active a.active{
	border-bottom:2px #0095FF solid;
	color:#526ba7
}
.w-ysbqcon ul li a.active{
	border-bottom:2px #0095FF solid;
	color:#526ba7
}
.w-ysbqcon ul li:hover a{
	border-bottom:2px #0095FF solid;
}
.w-smnr{	
	overflow-y:scroll;	
	height:1000px;
}
.w-smnr h5{
	font-size:16px;
	color:#526ba7;
	font-weight:700;
	line-height:36px;
}
.w-smnr p{
	font-size:16px;
	color:#526ba7;
	line-height:36px;
}
.w-gywmbkw-lxwm{
	padding-top:50px;
	padding-bottom:150px;
}
.w-lxwmbk{
	position:relative;
	width:380px;
	margin:0 30px;
	text-align:center;
	padding:180px 30px 50px 30px;
	border-radius:20px;
	height:390px;
}
.w-lixwbktop{
	background:url(../images/lxwmbg.png) no-repeat center;
	line-height:100px;
	height:100px;
	width:100px;
position:absolute;
top:40px;
left:50%;
margin-left:-50px;
text-align:center;

}
.w-lixwbktop i{
	font-size:36px;
	color:#fff;
}
.w-lixwbkbotm{
	color:#526ba7;
}
.w-lixwbkbotm h2{
	margin-bottom:30px;
}
.w-lixwbkbotm p{
	margin:0;
	line-height:26px;
	font-size:16px;
	
}

/*招聘*/
.w-gszp{
	height:650px;
}
.w-gsxc{
	height:460px;
}

.w-gsxc img{
	height:260px;
	width:390px;
}
.w-gsxc .swiper-pagination{
	bottom:-30px;
}
.w-zpzw{
	padding:50px 0;
}
.w-zpzw h1{
	margin-bottom:30px;
	color:#526ba7;
}
.w-zpzwfenlei li{
	margin-bottom:20px;
	margin-right:10px;
}
.w-zpzwfenlei li a{
	display: block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #9daacc;
    cursor: pointer;
}
.w-zpzwfenlei li.active a{
	background-color: #5a82e6;
    color: #fff;
}
.w-zpzwfenlei li:hover a{
	background-color: #5a82e6;
    color: #fff;
}
.w-zwflitem{
	width:48%;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	padding:30px;
	border-radius:10px;
	margin-bottom:40px;
	position:relative;
	height:130px;
	background:#fcfcff;
}
.w-zwflitemhd{
	position:relative;
	
}
.w-zwflitemhd a{
	position:absolute;
	top:15px;
	right:0;
	border:none;
	background:none;
	color:#5a82e6;
	cursor:pointer;
}
.w-zwflitemhd a i{
	margin-left:5px;
	font-size:14px;
}
.w-zwflitemhd h3{
	font-size:24px;
	color:#324678;
}
.w-zwflitemhd p{
	color:#9daacc;
	line-height:26px;
}
.w-zwflitembd{
	color:#666;
	display:none;
	position:absolute;
	left:0;
	top:85px;
	background:#fff;
	padding:30px;
	z-index:9999999;
		-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.13);
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.13);
	border-radius:0px 0px 10px 10px;
}
.w-zwflitembd h4{
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
}
.w-zwflitembd h4:before{
	content: "\e70b";
	font-family:iconfont;
	color:#9dbcff;
}
.w-gsflbk{
	margin:20px 0;
	height:125px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.13);
	padding:20px 20px 20px 80px;
	text-align:left;
	border-radius:8px;
	background:#fcfcff;
}
.w-gsflbk h4{
	margin-bottom:10px;
	font-size:18px;
	font-weight:700;
}
.w-gsflbk p{
	font-size:16px;
	color:#9daacc;
	line-height:22px;
}
.w-gsfl{
	padding:50px 0;
}
.w-gsfl h1{
	    margin-bottom: 30px;
    color: #526ba7;
}
.w-gsflbk-l{
	
	position:absolute;
	left:20px;
	top:13px;
}
.w-gsflbk-l i{
	color:#4f83ff;
	font-size:40px;
}

.w-lxlxfs{
	height:165px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.13);
	border-radius:10px;
	padding:40px 30px;
	margin-bottom:30px;
	background:#fcfcff;
}
.w-lxlxfs p{
	    margin: 0 0 20px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #526ba7;
    line-height: 33px;
}
.w-lxlxfs span{
	margin-right:50px;
	    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #526ba7;
    line-height: 20px;
}
.w-lxlxfs span span{
	margin:0;
}
/*页脚*/
footer{
	background:#161e30;
	padding:80px 0 20px;
	color:#fcfcfc;
}
.w-ftitem-1{
	width:28%;
	padding-right:30px;
	margin-top:-20px;
}
.w-ftitem-1 img{
	width:150px;
	margin-bottom:15px;
}
.w-ftitem-1 p{
	opacity:0.65;color:#fff;
	text-align:justify;
}
.w-ftitem-2{
	width:55%;
	padding-right:40px;
}
.w-ftitem-2 h5{
	font-size:15px;
	font-weight:700;
	border-left:3px solid #fff;
	padding-left:8px;
	line-height:1;
	opacity:0.8;
}
.w-ftitem-2 ul li{
	margin-top:10px;
	opacity:0.65;
}
.w-ftitem-2 ul li a{
	color:#fff;
	opacity:0.65;
}
.w-ftitem-3{
	width:20%;
	text-align:right;
}
.w-ftitem-3 img{
	width:110px;
	height:110px;
}
.w-ftitem-3 p{
	opacity:0.65;
	padding-right:17px;
	margin-top:5px;
}

.w-ftbq {
	padding-top:20px;
	border-top:1px #2f3c5a  solid ;
	margin-top:70px;
	font-size:12px;
	text-align:center;
}
.w-ftbq p{
	margin-bottom:6px;
	margin-top:6px;
		opacity:0.65;
}
.w-ftbq span{
	opacity:0.65;
}
.w-ftbq a{
	color:#fff;
	padding:0 5px;
	opacity:0.85;
}

.foot_phone_title{
		font-size:16px;font-weight:600;text-align:right;margin:0;
	}
p.foot_phone{
		height:40px;line-height:40px;font-size:22px;font-weight:600;color:#989898;text-align:right;margin-top:15px;margin-bottom:5px;
	}
	.foot_phone i{font-size:22px;}
	.foot_phone_info{font-size:12px;color:#989898;height:20px;line-height:20px;text-align:right;margin:0;margin-bottom:30px;}
	.foot_icon li{position:relative;width:33px;height:33px;margin:10px;cursor:pointer;}
	.foot_icon li>i{color:#878787;font-size:20px;}
	.foot_icon li>div{position:absolute;display:none;border:1px solid #eee;animation:winAlertIn 0.4s;border-radius:4px;}
	
	.foot_icon li>div>i{position:absolute;display:block;border-top:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;bottom:-10px;left:43px;height:0px;width:0px;}
	.foot_icon li:hover>i{color:#0073ff;}
	.foot_icon li:hover>div{display:block;}
	.foot_qq_content{width:120px;height:240px;background-color:#fff;border:1px solid #eee;padding:20px 10px;top:-245px;left:-33px;}
	.foot_weixin_content{width:120px;padding:10px;background-color:#fff;height:165px;top:-170px;left:-33px;}
	.foot_douyin_content{width:120px;padding:10px;background-color:#fff;height:165px;top:-170px;left:-33px;}
	.foot_weibo_content{width:120px;padding:10px;background-color:#fff;height:100px;top:-105px;left:-33px;}
	.foot_weibo_content .foot_qr a{display:block;height:28px;line-height:28px;font-size:14px;width:80px;margin:5px auto;color:#999;border:1px solid #999;font-weight:600;border-radius:5px;text-align:center;}
	.foot_weibo_content .foot_qr a:hover{color:#e6162d;border:1px solid #e6162d;}
	.foot_qr img{width:100px;height:100px;}
	.foot_qr h5{text-align:center;color:#333;font-size:12px;font-weight:600;line-height:1.5;margin-top:7px;}
	.foot_qr p{text-align:center;color:#666;font-size:12px;line-height:1.2;padding:0;margin:0;}
	@keyframes winAlertIn{0%{transform:scale(0.7);}45%{transform:scale(1.08);}80%{transform:scale(0.9);}100%{transform:scale(1);}}
	.foot_qq_list h3{
			height:20px;line-height:20px;font-size:14px;font-weight:600;overflow:hidden;color:#333;text-align:left;margin-bottom:10px;
		}
		.foot_qq_list p{
			height:20px;line-height:20px;font-size:12px;font-weight:600;color:#666;text-align:left;overflow:hidden;font-weight:600;margin:5px 0;
		}
		.foot_qq_list a{
			display:block;height:28px;line-height:28px;font-size:12px;font-weight:500;color:#999;text-align:center;border:1px solid #ededed;
		}
		.foot_qq_list a:hover{
			color:#1795ee;
		}


/*文章详情页*/
.w-homebk-bg2{
	padding-top:20px;
}
.w-xq{
	padding-left:20px;
	padding-right:20px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
	    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
}
.w-xq h2{
	font-size:18px;
	margin-top:25px;
	margin-bottom:15px;
	border-bottom:1px #eee solid;
	line-height:2;
	font-weight:600;
	color:#333;
}
.w-xq h2:before{
	content: "\e70b";
    font-family: iconfont;
    color: #0094ff;
	opacity:0.8;
}
.w-xq h3{
	font-size:16px;
	margin-top:20px;
	margin-bottom:0;
	line-height:2;
	font-weight:600;
	color:#333;
}
.w-xq h4,.w-xq h5,.w-xq h6{
	margin-top:30px;
	margin-bottom:15px;
}
.w-wznr-header{
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px #dedede dotted;
	margin-bottom:20px;
}
.w-wznr-header h1{
	margin-top: 0;
    font-size: 26px;
    line-height: 36px;
    color: #454545;
	margin-bottom:10px;
}
.w-wzhd-icon span{
	font-size: 12px;
    color: #999;
	margin-right:10px;
}
.w-wzhd-icon a{
	font-size: 12px;
    color: #666;
	margin-right:10px;
}
.w-wzhd-icon a:hover{
	color:#0094ff;
}
.w-wzhd-icon i{
		font-size: 13px;
    color: #999;
}
.w-wznr-body{
	font-size: 15px;
    line-height:1.8;
    word-wrap: break-word;
	color:#555;
	padding-top:20px;
	padding-bottom:20px;
}
.w-wznr-body p{
	margin-bottom:16px;  text-indent:30px;
}
.w-wznr-body img{
	width:50%;
	margin:20px auto;
	display:block;
}
.w-end{
	height:50px;
}
.w-end-line{
	border-top:1px #dedede solid;
	position:relative;
	
}
.w-end-line span{
	display:block;
	position:absolute;
	background:#fff;
    padding: 0px 10px;
    line-height: 50px;
    font-size: 15px;
	top:-25px;
	left:50%;
	margin-left:-43px;
}
.w-dsbtn{
	text-align:center;
}
.w-dsbtn a{
	display:inline-block;
	height:50px;
	line-height:50px;
	width:50px;
	background:#ff7700;
	color:#fff;
	font-size:16px;
	border-radius:50%;
}
.w-dsbtn a:hover{
		opacity: 0.8;
}
.w-wznr-footer{
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin: 30px 0;
    font-size: 16px;
    color: #999;
}

.w-wztags .the_tags{
	display: inline-block;
    font-size: 14px;
    border: 1px solid #afafaf;
    border-radius: 5px;
    color: #afafaf;
    line-height: 20px;
    padding: 3px 6px;
    word-break: keep-all;
    white-space: normal;
	margin-right:5px;	
}
.w-wztags .the_tags i{
	font-size:14px;color:#2d8cc6;
}
.w-wztags .the_tags a{
	color: #afafaf;
}
.w-wztags .the_tags a:hover{
	color: #2d8cc6;
}
.w-wztags .the_tags:hover{
	 border: 1px solid #2d8cc6;
	 color: #2d8cc6;
}

.w-wzfx{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.w-wzfx a{
	margin-left:5px;
}
.w-wzfx a i{
	display:block;
	width:25px;
	height:25px;
	border-radius:50%;
	text-align:center;
	line-height:25px;
	color:#fff;
}
.w-wzfx a i.icon-qq{
	background:#50aed9;
}
.w-wzfx a i.icon-weixin{
	background:#79ae08;
}
.w-wzfx a i.icon-qqkongjian{
	background:#eeb403;
}
.w-wzfx a i.icon-weibo{
	background:#dc1515;
}
.w-wzfx a i.icon-plus{
	border:1px #6aa9e9 solid;
	color:#6aa9e9
}
.w-wzfx a:hover i{
	opacity: 0.8;
}
.w-contbk{
	padding-right:20px;
}
/*前后文章切换*/
.w-wzqh{
	overflow: hidden;
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    margin-bottom: 50px;
    padding: 10px 10px 10px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	
}
.w-wzqh p{
	margin:0;
	overflow: hidden;
white-space: nowrap; 
}
.w-wzqh a{
	color: #666;
	transition: all 0.25s;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}
.w-wzqh a:hover{
	color:#96a5ff;
}
.w-wzqh-l{
	width:50%;
}
.w-wzqh-r{
	width:50%;
	text-align:right;
}

/*推荐文章列表1*/
.w-tjyd-header{
	border:1px solid #eaeaea;
}
.w-tjyd-header h3{
	margin:0;
}
.w-tjyd-body{
	padding-top:15px;
	padding-bottom:10px;
	display:flex;
	flex-wrap:wrap;
}
.w-tjydby{	
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.w-tjydby-l{
	width:45%;
}
.w-tjydby-r{
	width:55%;
}
.w-tjydby-limg{
	width:47%;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:15px;
	position:relative;
}
.w-tjydby-limg img{
	width:100%;
	height:120px;
	 transition: all 0.7s ease 0s;
}
.w-tjydby-limg:hover img{
	-webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.w-tjydby-limg h4{
	line-height:38px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:14px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	display:block;
	height:38px;
	overflow:hidden;
	margin-bottom:0;
	padding:0 5px;
	
}
.w-tjydby-r ul{
	padding-left:15px;
	color:#bbb;
	
}
.w-tjydby-r ul li{
	list-style-type:disc;
	list-style-position: inside;
	margin-bottom:10px;
}
.w-tjydby-r ul li a{
	color:#428bd1;
}
.w-tjydby-r ul li a:hover{
	color:#96a5ff;
}
.wp-video{
	margin:10px auto;
}

/*梦想*/
.w-mxitem{
	/*background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);*/
	width:50%;
	padding:40px;
	position:relative;
	border-right:1px #dedede dotted;

}
.w-mxitem:last-child:border{
	border:none;
}
.w-mxitem img{
	opacity:0.5;
	position:absolute;
	bottom:40px;
	right:0;
	width:330px;
	height:220px;
}
.w-mxitem h5{
	background:#0094ff;
	height:38px;
	width:180px;
	line-height:38px;
	color:#fff;
	padding:0 20px;
	border-radius:30px 0 30px 0;
	margin-bottom:20px;
	text-align:center;
	font-size:18px;
}
.w-mxitem p{
	font-size:16px;
	line-height:32px;
	color:#526ba7;
	padding-left:15px;

}
/*案例 分类页*/
.cate_banner{
		height:600px;width:100%;overflow:hidden;position:relative;
	}
	.banner_img{
		height:600px;width:1920px;position:absolute;left:50%;margin-left:-960px;background:url();background-size:100% 100%;
	}
	 .cate_item i.icon-bofang1{position:absolute;left:50%;margin-left:-35px;top:50%;margin-top:-35px;font-size:70px;opacity:0.5;cursor:pointer;color:#2b333f;}
	 .cate_item i.icon-bofang1:hover{opacity:0.8;}
	
	.all_cate_item h2{font-size:24px;line-height:1.2;margin-bottom:15px;text-align:center;cursor:pointer;color:#34495e;}
	.all_cate_item h2 i{font-size:24px;color:#34495e;}
	.title-info{font-size:16px;color:#6f7495;line-height:1.2;margin-bottom:30px;text-align:center;}
	.get-more{text-align:center;margin-bottom:35px;}
	.get-more a{display:block;width:250px;height:35px;font-size:12px;background-color:#5e5e5e;color:#fff;border-radius:5px;line-height:35px;margin:0 auto;cursor:pointer;}
	.get-more a:hover{background-color:#1795ee;color:#fff;}
	.bs_item_short{height:320px;border-radius:6px;overflow:hidden;margin-bottom:20px;}
	
	.cate_item{
		width:100%;height:100%;position:relative;border:10px solid #eee;box-shadow:0 4px 30px 0 rgba(0,0,0,0.1);background-size:100% auto; background-repeat:no-repeat;
	}
	.cate_item:hover{
		border:10px solid #ccc;
	}

.bs_item{height:400px;border-radius:6px;overflow:hidden;margin-bottom:20px;}
.cate_item_content{
	display:none;background-color:#1795ee;width:100%;height:100%;z-index:5;padding:15px;cursor:pointer;animation:winAlertIn 1s;opacity:0.8;position:relative;
}

.cate_title{
	height:35px;position:absolute;bottom:0px;left:0;line-height:35px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background-color:#495057;opacity:0.7;color:#fff;width:100%;font-weight:600;padding:0 10px;
}

/*评论*/
.entry-comments{
	margin-top:60px;
	margin-bottom:60px;
}
h3.comment-reply-title{
	color: #000;
    border: 1px solid #ccc;
    background: #fbfbfb;
    padding: 3px 15px 3px;
	margin: 0;
    font-size: 18px;
	margin-bottom:10px;
	position:relative;
}
h3.comment-reply-title i{
	margin-right: 5px;
    color: #0094ff;
}
h3.comment-reply-title small{
	position:absolute;
	top:0;
	right:15px;
	line-height:44px;
}
h3.comment-reply-title small a{
	color:#999dbb;
	
}
h3.comment-reply-title small a:hover{
	color:#5f7598;
}
.w-e-text-container{
	height:120px!important;

}
.w-e-text {
    overflow-y: auto!important;
}
#editor{
	margin-bottom:15px;
}

.comment-form{
	margin-bottom:15px;
}
.comment-form-author,.comment-form-email{
	position:relative;
	margin-bottom:5px;
}
.comment-form-author label,.comment-form-email label{
	width:68px;
}
.comment-form-author input,.comment-form-email input{
	border:1px #dedede solid;
	padding:3px;
}
.comment-form-author span,.comment-form-email span{
	display:block;
	position:absolute;
	left:315px;
	top:6px;
}
.form-submit{
	margin-top:15px;	
}
.form-submit .submit{
	background:#0094ff;
	border:none;
	padding:5px 35px;	
	color:#fff;
	border-radius:6px;
	outline:none;
}
.form-submit .submit:hover{
	background:#818fec;
}
.comment-notes{
	color:#999dbb;
}
.comment-inner{
	display:flex;
	justify-content: flex-start;
	margin-bottom:15px;
}
.comment-author{
	border-radius:50%;
		width:40px;
	height:40px;
	overflow:hidden;
}
.comment-author img{
	width:100%;
	height:100%;
}
.comment-children {
	background:#f4f4f6;
	padding:0 15px;
	border-radius:10px;
	margin-left:45px;
	overflow:hidden;
}
li.comment{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px #dedede dotted;
	margin-bottom:-1px;
}
.comment-body{
	padding-left:10px;
	width:93%
}
.nickname{
	position:relative;

}
span.comment-time{
	margin-left:15px;
	color:#999dbb;
	position:absolute;
	top:0;
	right:45px;
}
span.reply{
	position:absolute;
	top:0;
	right:0;
}
span.reply a{
	color:#999dbb;
}
.comment-text{
	padding:10px;
}
.comment-children span.reply{

	right:-9px;
}
.w-e-text-container p img{width:auto;}
.comment-text p img{width:auto;}

.vjs-has-started .vjs-big-play-button{
	display:none!important;
}


/*我们的服务*/
.service-item{
		padding:24px;border:1px solid #dedede;border-radius:5px;margin-top:15px;margin-bottom:15px;
	}
	.service-item:hover{
		box-shadow: 10px 10px 5px #eeeeee;
	}
	.service-item h2{
		font-size:20px;color:#3c5858;text-align:center;font-weight:600;margin-bottom:8px;
	}
	.service-item .the_excerpt{
		color:#8492a6;font-size:14px;margin-bottom:16px;height:40px;overflow:hidden;text-overflow:ellipsis;text-overflow: -o-ellipsis-lastline;display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;  -webkit-box-orient: vertical;
	}
	.service-itme .the_img{
		display:block;margin:0 auto;width:300px;height:200px;
	}
	.service-item .the_button{
		height:50px;margin-top:15px;text-align:center;
	}
	.service-item .the_button .but1{
		display:inline-block;font-size:16px;color:#fff;background-color:#1795ee;margin-right:12px;padding:5px 15px;border-radius:5px;cursor:pointer;
	}
	.service-item .the_button .but1:hover{
		color:#1795ee;border:1px solid #1795ee;background-color:#fff;
	}
	.service-item .the_button .but2{
		display:inline-block;font-size:16px;color:#1795ee;border:1px solid #1795ee;padding:5px 15px;border-radius:5px;cursor:pointer;
	}
	.service-item .the_button .but2:hover{
		color:#fff;background-color:#1795ee;
	}
	.service-h1{
		text-align:center;font-size:24px;color:#333;font-weight:600;margin-bottom:30px;
	}

/*服务报价*/
.price-item{
		position:relative;height: 418px;margin:25px 5px;text-align:center;border-radius:4px;background: #fff;-webkit-box-shadow: 0 5px 15px rgba(108, 152, 240, 0.3);box-shadow: 0 5px 15px rgba(108, 152, 240, 0.3);position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden;padding: 0 20px;border: 1px solid transparent; -webkit-transition: all .2s;transition: all .2s;cursor:pointer;
	}
	.price-outmargin{margin:25px -15px;}
	.price-item:hover{-webkit-box-shadow: 0 0 20px rgba(108, 152, 240, 0.5);box-shadow: 0 0 20px rgba(108, 152, 240, 0.5);border-color: #1795ee;}
	.price-item h3{color:#333;font-weight:500;margin-top:40px;line-height:1.5;}
	.price-item .the_excerpt{line-height:22px;font-size:12px;color:#999;margin:16px auto 0;}
	.price-item .label{position: absolute;right: 20px;top: 0;background: #fbdd9e;width: 44px;height: 58px;color: #be9642;font-size: 20px; padding-top: 12px;-webkit-box-sizing: border-box; box-sizing: border-box;}
	.price-item .label:before{ content: "";display: block;border: 22px solid #fff;position: absolute;bottom: 0;border-bottom-width: 10px;border-color: transparent transparent #fff;}
	.price-info{border-top:1px solid #eaeaea;position:absolute;left:40px;right:40px;bottom:0;}
	.price-info .price{font-size:32px;color:#be9f77;margin-top:10px;font-weight:600;}
	.price-info .price .unit{color:#1795ee;font-size:16px;}
	.price-info .old_price{color:#91AEC3;font-size:16px;}
	.price-info .but1{display:block;border:1px solid #1795ee;color:#1795ee;width:100%;height:42px;line-height:42px;font-size:18px;margin-bottom:35px;cursor:pointer;} 
	.price-info .but1:hover{color:#fff;background-color:#1795ee;}
	.price-info .but2{display:block;background-color:#1795ee;color:#fff;width:100%;height:42px;line-height:42px;font-size:18px;margin-bottom:35px;cursor:pointer;} 
	.service-h2{text-align:center;font-size:30px;color:#1795ee;font-weight:600;margin-top:30px;}
	.service-h2-p{text-align:center;margin-top:10px;color:#999;font-size:18px;}
	.price-question-h2{font-size:24px;color:#333;margin-top:50px;font-weight:400;text-align:center;}
	.price-question{padding:15px 25px;}
	.price-question p{line-height:28px;font-size:14px;color:#999;margin-top:10px;}
	.price-question h4{font-size:16px;line-height:1.5;color:#666;font-weight:600;margin-top:15px;}
	.the_excerpt table{width:100%;}
	.the_excerpt table.table-w{width:60%;margin:0 auto;}
	.the_excerpt table tr td{text-align:center;border:1px solid #efefef;}
	.the_excerpt table tr.t2 td{width:50%;}
	.the_excerpt table tr.t3 td{width:33%!important;}
	.the_excerpt{text-align:left;}
	.v-zzlc-img{margin-top:15px;width:100%;height:300px;background:url(../images/v-zzlc.png);}

/*产品服务*/
.w-fwbanner{
	background:url(../images/fw55.jpg) no-repeat top center;
	height:600px;
}
.w-fwhomebk p{
	text-align:center;
	color:#bbb;
	margin-bottom:40px;
	font-size:16px;
}
.w-fwbk1{
	width:23.5%;
	height:300px;
	background:#fff;
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.w-fwhomebk h2{
	margin-bottom:15px;
}
.w-fwbk1{
	display:block;
	height:300px;
}
.w-fwbk1 div{
	width:250px;
	height:250px;
	background:rgb(255,255,255,0.2);
	position:absolute;
	border-radius:50%;
	 -webkit-transition: 0.3s;
  transition: 0.3s;
}
.w-fwbk1 div.yuanquan1{	top:-220px;left:-220px;}
.w-fwbk1 div.yuanquan2{	top:-220px;right:-220px;}
.w-fwbk1 div.yuanquan3{	bottom:-220px;left:-220px;}
.w-fwbk1 div.yuanquan4{	bottom:-220px;right:-220px;}
.w-fwbk1:hover div.yuanquan1{
	-webkit-transform: translate(150px, 150px);
  transform: translate(150px, 150px);
}
.w-fwbk1:hover div.yuanquan2{
	-webkit-transform: translate(-150px, 150px);
  transform: translate(-150px, 150px);
}
.w-fwbk1:hover div.yuanquan3{
	-webkit-transform: translate(150px, -150px);
  transform: translate(150px, -150px);
}
.w-fwbk1:hover div.yuanquan4{
	-webkit-transform: translate(-150px, -150px);
  transform: translate(-150px, -150px);
}
.w-fwbk1 p{
	line-height:46px;
	background:rgb(255,255,255,0.2);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	margin:0;
	font-size:18px;
}

/*---服务优势*/
.w-fwysbk {
	padding-top:60px;
}
.w-fwysbk h2{
	text-align:center;
	font-size:32px;
}
.w-fwys{
	height:600px;	
	margin-top:40px;
	margin-bottom:40px;
	background:#ededfb ;
}
.w-fwys-l{
	width:50%;
	background: url(../images/fwysbg2.jpg) no-repeat right bottom;
	height:600px;
}
.w-fwys-r{
	width:50%;
	padding-left:70px;
	padding-top:60px;
	padding-bottom:60px;
}

.w-fwysitem{
	position:relative;
	padding-left:80px;
	margin-bottom:45px;
}
.w-fwysitem i{
	font-size:32px;
	color:#0094ff;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	border:2px #0094ff solid;
	text-align:center;
}
.w-fwysitem h3{
	margin-bottom:8px;
	font-size:20px;
}
.w-fwysitem p{
	font-size:15px;
	color:#999;
	width:450px;
	display:block;
	line-height:22px;
}




/*---品牌服务*/
.w-fwpinpai{
	border-radius:10px;
	overflow:hidden;
}
.w-fwpinpai-l{
	width:40%;
}
.w-fwpinpai-l .w-fwbk1{
	width:100%;
	height:100%;
	margin-bottom:20px;
	border-radius:0;
}
.w-fwpinpai-l .w-fwbk1 a{
	width:100%;
	height:100%;

}
.w-fwpinpai-r{
	width:60%;
	margin-right:-24px;
	margin-bottom:-20px;
}
.w-fwpinpai-r .w-fwbk1{
	width:47%;
	margin-right:20px;
	margin-bottom:20px;
		border-radius:0;
}
/*---案例中心*/
.w-fwal{
	margin-right:-28px;
}
.w-fwbk2{
	width:31%;
	height:360px;
	margin-right:28px;
	margin-bottom:28px;
}
.w-fwbk2 a{
	height:360px;
}
/*企业宣传片的意义何在*/
.w-qyxcyiyi{
	margin-bottom:90px;
}
.w-qyxcyiyi-l{
	width:45%;
	height:420px;

}
.w-qyxcyiyi-r{
	width:50%;
	height:420px;
	text-align:left;
	padding:20px;
	overflow:hidden;
}
.w-qyxcyiyi-r h3{
	font-size:30px;
	margin-bottom:20px;
	position:relative;
}
.w-qyxcyiyi-r h3 i{
color:#0094ff;
opacity:0.2;
position:absolute;
left:0;
bottom:6px;
font-size:56px;

}
.w-qyxcyiyi-r  p{
	text-align: justify;
	line-height:38px;
	color:#999;
	font-size:16px;
}
.w-qyxcyiyi-rp strong{
	font-size:16px;
}
.w-qyxcyiyi-rp p{
	line-height:26px;
	margin-bottom:20px;
}
 .w-qyxcyiyi-r3{
	 padding:60px 20px 20px 20px;
 }
/*动画制作*/
.w-dhzzitem{
	width:32%;
padding:40px 40px 0 40px;
	text-align:left;
}
.w-dhzzitem h3{
	text-align:center;
	margin-bottom:15px;
}
.w-dhzzitem i{
	color:#0094ff;
	font-size:50px;
	display:block;
	text-align:center;
	width:80px;
	margin:0 auto 20px auto;
	
}
.w-dhzzitem p{
	text-align:justify;
	line-height:26px;
}

@media only screen and (max-width:1490px) {
    .w-guwmnavfa00{display:none;}
}


.w-dspdyywhy img {
	width:1032px;
	height:358px;
	display:block;
	margin:30px auto
} 
.w-dspdyywhy  .w-dhzz{
	text-align:center;
}
.w-dspfuxxnr .w-qyxcyiyi-r h5{
	font-weight:700;
	margin-bottom:5px;
	color:#0094ff;
}
.w-dspfuxxnr .w-qyxcyiyi-r p{
	line-height:26px;
	margin-bottom:25px;
	color:#666;
	font-size:15px;
}
.w-dspdyywsm img {
	width:1200px;
	height:350px;
	display:block;
	margin:30px auto;
}
.w-dyywsm{
	background: url(../images/dyywsmbg.jpg) no-repeat center center;
	height:530px;
	color:#fff;
	padding-top:80px;
}
.w-dyywsm h2{
	color:#fff;
}
.w-dyywsm h3{
	color:#fff;
	margin-bottom:50px;
	margin-top:30px;
	font-size:26px;
}
.w-dyyitem{
	text-align:center;
	width:25%;
	padding:40px 30px;
}
.w-dyyitem i{
	font-size:48px;
	margin-bottom:20px;
}
/*拍摄咨询*/
.shoot-wrap{
		background: url("../images/pszx-001.jpg") no-repeat center center;
		height: auto;
		width: 100%;
		min-width: 1280px;
		margin: 0 auto;
	   
		overflow: hidden;
	}

.shoot-margin{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    margin-top: 100px;
    overflow: hidden;
    background: url(../images/pszx-003.png) no-repeat left top;
}

.shoot-block{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;;
    margin-bottom: 50px;
}

.shoot-block .shoot-block-left{
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
}

.shoot-block .shoot-block-right{
    width: 50%;
    height: auto;
    overflow: hidden;
    float: right;
}

.shoot-block select{
    width: 95%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 25px;
    background: rgba(40, 40, 40, 0.7);
    border: none;
    outline:medium;
    color: #fff;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.shoot-block select:hover{
    border: 1px solid #fff;
    background:url(../images/pszx-002.png) #282828 no-repeat 96% center; 
}

.shoot-block input{
    width: 92.5%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 25px;
    background: rgba(40, 40, 40, 0.7);
    border: none;
    outline:medium;
    color: #fff;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    cursor: pointer;
	box-sizing:content-box;
}

.shoot-block input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.shoot-block input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.shoot-block input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.shoot-block .shoot-block-bott{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.shoot-block .shoot-block-bott button{
    width: 135px;
    height: 35px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #53bdea;
    color: #dddddd;
    font-weight: 400;
    font-size: 16px;
    border-radius: 40px;
    cursor: pointer;
    background: none;
}

.shoot-block .shoot-block-bott button:hover{
    color: #fff;
    background: -webkit-linear-gradient(top right, #9fbaf8, #40bee6);
    background: -o-linear-gradient(top right, #9fbaf8, #40bee6);
    background: -moz-linear-gradient(top right, #9fbaf8, #40bee6);
    background: linear-gradient(to right, #9fbaf8, #40bee6);
}


/*动画制作服务修改*/
.w-dhzzfl .w-qyxcyiyi-r h3 i{
	font-size:42px;
}

.w-dhzzfl .w-qyxcyiyi-l,.w-dhzzfl .w-qyxcyiyi-r{
height:300px;	
}

/*底部宣传语*/
.w-db{
	background:url(../images/dbbg2.jpg) no-repeat center;
	height:600px;
padding-top:162px;
}
.w-db h2{
	    font-family: Noto Serif SC,serif;
    font-weight: 900;
    line-height: 1.4;
	font-size:28px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	}
.w-db a{
	display:block;
	width:180px;
	height:38px;
	background:#0094ff;
	border-radius:50px;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:38px;
	transition-duration: 0.5s;
-webkit-transition-duration: 0.5s; /* Safari */
}
.w-db a:hover{
	background:#3badff;
}

/*解决方案*/
 .dyy-jjfa-c{ padding-top: 112px;height: 712px;background: url(../images/jjfa-001.png) center bottom no-repeat;background-size: 1906.5px 205px;}
	 .dyy-jjfa{position:relative;margin-top:110px;text-align:center;}
	 .dyy-jjfa .block{ position: absolute; width: 205px;height: 289.5px; padding-top: 48px; background: url(../images/jjfa-002.png) no-repeat center/cover; -webkit-transition: all 600ms; transition: all 600ms;cursor: pointer;}
	 .dyy-jjfa .block:hover{ -webkit-transform: translateY(-16px);transform: translateY(-16px);}
	 .dyy-jjfa .block:first-child{left:-12px;top:35px;}
	 .dyy-jjfa .block:nth-child(2){left:187px;top:-31px;}
	 .dyy-jjfa .block:nth-child(3){left:400px;top:60px;}
	 .dyy-jjfa .block:nth-child(4){left:590px;top:-55px;}
	 .dyy-jjfa .block:nth-child(5){left:787px;top:91px;}
	 .dyy-jjfa .block:nth-child(6){left:991px;top:-20px;}
	 .dyy-jjfa .block i{font-size:28px;}
	 .dyy-jjfa .block h4{font-size:16px;padding-top:16px;line-height:1.5;}
	 .dyy-jjfa .block .content{color:#666;font-size:12px;padding-bottom:12px;margin:25px 30px;line-height:1.5;}
	 
.partner{height:68px;background-size:contain;background-repeat:no-repeat;}

   .w-banner-info{
	   width:70%;margin-top:165px;
   }
   .w-banner-info h1{
	   color:#fff;font-size:42px;line-height:2;
   }
   .w-banner-info p{color:#fff;font-size:18px;margin:20px auto 80px;line-height:30px;}

.w-jqyxcitem{text-align:center;padding:40px 30px;}
.w-jqyxcitem i{font-size:48px;color:#0094ff;}
.w-jqyxcitem h3{margin:20px 0 15px 0;}
.w-jqyxcitem p{color:#999;}
.w-zbdh{width:100%;text-align:center;padding-top:50px;}
.w-zbdh img{width:600px;}
/*分类模块图书模式*/
/*--列表类名*/
.wlist-titlelist{
	text-align:right;
}
/*--边距*/
.wmb10{
	margin-bottom:10px;
}
.wmb15{
	margin-bottom:15px;
}
.wmb20{
	margin-bottom:20px;
}
.wmb30{
	margin-bottom:30px;
}
.wmb40{
	margin-bottom:40px;
}
.wrow5{
	margin:0 -5px;
}
.wrow10{
	margin:0 -10px;
}
.wrow15{
	margin:0 -15px;
}
.wrow20{
	margin:0 -20px;
}

/*资讯列表样式*/
/*-图文-文章标题在图片上*/
.wimgtext {
	position:relative;

}
.wimgtext img {
	object-fit:cover;
	width:100%;
	height:100%;

}

.wimgtext h3 {
display:block;
	height:30px;
	background:#00000070;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	line-height:30px;
	font-size:14px;
	margin-bottom:0;
	padding-left:10px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/*-图文-左图右文标题在上*/
.wlimgrtext {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.wlimgrtext .wlimg  {
	width:35%;
	height:90px;
}
.wlimgrtext .wrtext {
	width:65%;
	padding-left:15px;
}
.wlimgrtext  h3{
	font-size:18px;
		word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:10px;
	font-weight:700;
}
.wlimgrtext  h3 a{	
	color:#333;
	line-height:20px;	
}
.wlimgrtext .wrtext p {
overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height:30px;
  margin:0;
}

ul.whasdot {
	margin:0;
	padding:0;
	color:#666;
	font-size:10px;
	margin-left:15px;
}
ul.whasdot  li {
	list-style:square;
	
}
ul.whasdot li a {
	color:#666;
	font-size:14px;
	display:block;
		word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
}

.wlist{
	padding:0 15px;
}
.wlist a:hover{
	color:#1795ee;
}

.wlistbody-top  h3{
	font-size:18px;
		word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:10px;
	font-weight:700;
}
.wlistbody-top  h3 a{	
	color:#333;
	line-height:20px;	
}
.w-listtw .wimgtext{
	width:48%;
	height:120px;
}
ul.whasdot{
	color:#bbb;
}
ul.whasdot  li {
	margin-top:15px;
}
ul.whasdot li a {
	font-size:16px;
	line-height:20px;
	color:#333;
}
.wrtext p a{
	color:#999;
}
.w-3gtwlb .wlimg{
	height:95px;
}
.whtext{
	width:100%;
}
.w-htxewt{
	border-left:3px #dedede solid;
	padding:6px 0 6px 20px;
}
.w-htxewt p{
	overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height:20px;
}
.w-htxewt p a{
	color:#999;
}
.w-wsidelisttw .wimgtext{
	width:100%;
	height:120px;
}

/*解决方案网红孵化器*/
.w-shortpitem{background:#fff;overflow:hidden;border-radius:10px;width:23.5%;height:420px;-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.13); box-shadow: 0 0 6px 0 rgba(0,0,0,0.13);}
.w-shortpitem img{height:300px;}
.w-shortpitem h3{margin-top:15px;margin-bottom:10px;padding:0 15px;}
.w-shortpitem p{color:#999;text-align:left;padding:0 15px;font-size:15px;}

.w-dhzzlc img{
	width:980px;
	display:block;
	margin:0 auto;
}

/*评论修改*/
.w-e-panel-container{
	width:700px!important;
	left:0!important;
	margin-left:0!important;
	height:140px!important;
}
/*文章页视频大小修改*/
.wp-video{
	width:640px!important;
	height:410px!important;
	margin:40px auto;
}
.wp-video-shortcode{
	width:640px!important;
	height:410px!important;	
}
.wp-video .mejs-mediaelement {
	position:relative;
}

.wp-video  .mejs-mediaelement video{
	width:640px!important;
	height:410px!important;
}


