@charset "utf-8";
/* CSS Document */
/* index */


body{background:#fff; font-size:16px; line-height:30px;}
.op0{opacity: 0; }

.wrap{ width:100%; max-width:1200px; margin:0 auto; position:relative; z-index:5;}
.wrap1{ width:100%; max-width:1200px; margin:60px auto; position:relative; z-index:5;}
.nywrap{ width:70%;}

.top{ height:100px;width:100%;left:0px; right:0px; margin:0 auto; position:fixed; top:0px; z-index:95; transition:all 0.5s ease;  transition:all 0.5s ease; border-bottom:1px solid #ddd; background:#fff}
.top.set{ background:#fff; transition:all 0.5s ease; border-bottom:1px solid #ddd}

.nytop{ height:120px;width:100%; padding:0 2%;  left:0px; right:0px; margin:0 auto; position:fixed; top:0px; z-index:95; transition:all 0.5s ease;  transition:all 0.5s ease; border-bottom:1px solid #7f807d;}
.nytop.set{ background:#fff; transition:all 0.5s ease; border-bottom:1px solid #ddd}

.laenls{ margin-top:35px; line-height:26px; color:#fff;}
.laenls a{ display:inline-block; width:28px; text-align:center; border:1px solid rgba(255,255,255,0); color:#fff; margin:0 5px;transition:all 0.5s ease;}
.laenls a:hover{  border:2px solid rgba(255,255,255,1);transition:all 0.5s ease;}
.laenls a.on{ border:2px solid #0193de; color:#0193de}
.enlma{ margin-top:15px; margin-right:15px;}
.topmenu{ background:#f5f5f5; text-align:right; line-height:36PX;}
.topmenu a{ font-size:12px; color:#333; margin-right:20px; }
.topmenu a:hover{ color:#0193de}
.T-nav{ position:absolute; top:30px; right:0px;}
.T-nav > li{ float:left; position:relative;}
.T-nav > li > a{ display:block; line-height:60px; color:#000; font-size:16px;  padding:0 30px; text-align:center; position:relative; }
.T-nav > li.nymenu a{ color:#000} 
.T-nav > li > a:hover{ color:#0f9bff}
.T-nav > li > a:after{ display:block; content:''; left:50%; bottom:0; height:3px; width:0px; background:#0f9bff; transform:translateX(-50%); position:absolute; transition:all 0.5s ease; margin-bottom:50px}
.T-nav > li .gdlt{ position:absolute; width:100%; top:60px; display: none; background:#0f9bff; text-align:center;}
.T-nav > li .gdlt .fl{ /*width:300px;*/ text-align:center; width:100%}
.T-nav > li .gdlt .fl a{ display:block; width:100%; float:left; line-height:50px; color:#fff; background:url(../images/sjx.png) no-repeat left center; text-align:center;
 transition:all 0.5s ease; font-size:14px;}
 .T-nav > li .gdlt .fl a:hover{ background:rgba(255,255,255,0.2)}
.T-nav > li .gdlt .fr{ overflow:hidden; width:220px;}
.T-nav > li .gdlt .fr img{ transition:all 0.5s ease;}
.T-nav > li .gdlt .fr:hover img{ transition:all 0.5s ease; transform:scale(1.1);}

/*.T-nav{}
.T-nav > li{ float:left; position:relative;}
.T-nav > li > a{ display:block; height:100px; line-height:100px; color:#fff; font-size:16px; padding:0 30px; text-align:center; position:relative; font-weight:bold;}
.T-nav > li > a:after{ display:block; content:''; left:50%; bottom:0; height:3px; width:0px; background:#fff; transform:translateX(-50%); position:absolute; transition:all 0.5s ease;}
.T-nav > li .gdlt{ position:absolute; width:120px; margin-left:-60px; left:50%; top:100px; display: none; background:#2a5ad9; text-align:center; }
.T-nav > li .gdlt a{ display:block; line-height:50px; color:#fff; transition:all 0.5s ease;}*/
@-webkit-keyframes bounce-down {
 25% {
-webkit-transform: translateY(-10px);
}
 50%, 100% {
-webkit-transform: translateY(0);
}
 75% {
-webkit-transform: translateY(10px);
}
}
 @keyframes bounce-down {
 25% {
transform: translateY(-10px);
}
 50%, 100% {
transform: translateY(0);
}
 75% {
transform: translateY(10px);
}
}
 @-webkit-keyframes bounce-up {
 25% {
-webkit-transform: translateY(10px);
}
 50%, 100% {
-webkit-transform: translateY(0);
}
 75% {
-webkit-transform: translateY(-10px);
}
}
 @keyframes bounce-up {
 25% {
transform: translateY(10px);
}
 50%, 100% {
transform: translateY(0);
}
 75% {
transform: translateY(-10px);
}
}

.lang{ margin-left:30px; color:#fff;margin-top:45px}
.lang a{ padding:5px; color:#fff; text-align:center; line-height:30px; }
.lang a.on{background:#0f9bff; color:#fff}
.lang a:hover{ background:#0f9bff;}


/*翻页*/
#dcms_pager{
	width:100%;
	font-family:arial; float:left; margin-top:40px;
}
#dcms_pager .pages {border:none;text-transform:uppercase;font-size:12px;margin:15px 0 10px 0;padding:0;height:auto;clear:both;text-align:center;  }
#dcms_pager .pages a {border:1px solid #ccc;text-decoration:none;margin:0 9px 0 0;padding:8px 12px;font-size:12px; width:16px;height:16px;line-height:16px; font-family:arial;}
#dcms_pager .pages a:hover {border:1px solid #0a4f90; color:#0a4f90}
#dcms_pager .pages .pgempty {border:1px solid #eee;color:#333;}
#dcms_pager .pages .pgcurrent {border:1px solid #ddd;color:#fff; background-color:#0a4f90;}
#dcms_pager .pages select{padding: 6px 13px;
    margin-left: 11px;
    vertical-align: inherit;
    border: 1px solid #ddd;}
	

/*内页菜单*/
/*
.ny-nav{ margin-top:30px;}
.ny-nav span{ display:none;}
.ny-nav a{ display:inline-block; color:#333; line-height:50px; margin-right:20px; font-size:16px;  position:relative; text-align:center; border:1px solid #ddd; padding:0 40px;}
.ny-nav a:hover{ color:#fff; background:#0093dd; border:1px solid #0093dd}
.ny-nav a.cur{ color:#fff; background:#0093dd; border:1px solid #0093dd}
.ny-nav a.cur:after{ content:''; position:absolute; width:60px; height:3px; bottom:0px; left:50%; margin-left:-30px;background:#0093dd;}
*/

.left-nav {
	width:25%; position:relative; top:-55px; margin-right:5%
}
.left-nav h3 {
	line-height: 30px; font-weight:100;
	height: 200px;
	text-align: center;
	color: #fff;
	background:#0f9bff; padding-top:20%;
	font-size:40px;
}
.left-nav h3 span{ font-size:14px; }
.nav-list {
}
.nav-list li {
	border-bottom: 1px solid #ddd; position:relative
}
.nav-list li .sbjyn{ border:0px;}
.nav-list li .ejfl a{display: block; color:#333;
	font-size: 14px; line-height:40px; padding-left:50px; border-top:1px solid #ddd
}


.nav-list li .sjfl a{display: block; color:#666;
	font-size: 14px; line-height:40px; padding-left:70px; border-top:1px solid #ddd
}
 

.nav-list li a {
	display: block; color:#000;
	font-size: 16px; line-height:60px; padding-left:30px;
	 
}
.nav-list li a:before{ content:''; width:3px; height:3px; background:#0f9bff; position:absolute; top:30px; left:10px;}
.nav-list li a:hover{ color:#0f9bff;
	 
}
.nav-list li a.cur { color:#0f9bff;
}



/*新闻*/
.nynews{width:100%; padding-top:20px; padding-bottom:40px;}
.nynews li{ width:100%; padding-bottom:40px; border-bottom:1px dotted #ddd; padding-top:40px; padding-left:4%; padding-right:4%;}
.nynews li .newscon{ width:76%; float:left; margin-left:4%}
.nynews li .newscon dt{ font-size:20px; color:#000; padding-bottom:20px; font-weight:bold}
.nynews li .newscon dd{ font-size:14px; color:#666; line-height:24px;}
.nynews li .newstime{ width:20%; border-right:1px solid #ddd; float:left}
.nynews li .newstime dt{ font-size:55px; color:#0093dd; padding-bottom:20px;}
.nynews li .newstime dd{ font-size:16px; color:#999}
.nynews li:hover{ background:#f7f7f7; color:#fff}

.loabt{ padding-bottom:20px; border-bottom:1px dashed #ddd; padding-top:40px;}
.loabt .p1{ font-size:28px;}
.loabt .p2{ color:#666; margin-top:12px; padding-top:20px;}
.edit-con{ line-height:2; padding:3% 0; color:#464646; font-size:16px;}
.lbalmc{ width:100%; margin-top:30px;}
.lbalmc a{ width:50%; display:table; font-size:16px; padding:0 40px; background-color:#f5f5f5; background-repeat:no-repeat; height:120px; text-align:center; transition:all 0.5s ease;}
.lbalmc a p{ display:table-cell; vertical-align:middle;}
.lbalmc a.fl{ background-image:url(../images/h1-1.png); background-position: 4% center;}
.lbalmc a.fr{ background-image:url(../images/h2-1.png); background-position: 96% center;}

/*上下页*/
.pagelm a{ display:block; width:49%; line-height:70px; height:70px; overflow:hidden; background:#f5f5f5; padding:0 8%; transition:all 0.5s ease;}
.pagelm a.fl{ text-align:left; background:#f5f5f5 url(../images/b1.png) no-repeat 4% center;}
.pagelm a.fr{ text-align:right; background:#f5f5f5 url(../images/b2.png) no-repeat 96% center;}


/*留言*/
.ehoutc{ padding-bottom:60px}
.ehoutc td{ padding:10px 10px 0 10px; color:#fff;}
.ehoutc td.tr{ color:#fff; font-size:18px;}
.ehoutc td .obcl{ height:50px; border:1px solid #eee; padding:0 10px; width:80%;}
.ehoutc td textarea{ width:80%; line-height:50px; border:1px solid #eee; padding:0 10px;font-family:"Microsoft Yahei","微软雅黑",sans-serif;}
.ehoutc td .bree{ width:100%; height:46px; color:#fff; border:1px solid #fff; cursor:pointer; font-size:16px; line-height:46px;margin:0 auto; background:none}
.ehoutc td .bree:hover{ background:#fff; color:#0f9bff}
.ehoutc td .obc2{ height:40px; border:1px solid #ddd; padding:0 5px; width:100%;}
.ehoutc td .bree1{ width:200px; height:60px; color:#fff; background:#db4c3b; border:none; cursor:pointer; font-size:20px; line-height:60px; border-radius:5px; margin:0 auto}

/*招聘*/
.enlmcs{ padding-bottom:40px;}
.enlmcs dt{ margin-top:10px; background:#e1e1e1 url(images/s1.jpg) no-repeat 97% center; padding-left:4%; line-height:45px; height:45px; overflow:hidden; cursor:pointer; color:#333;}
.enlmcs dt.cur{background:#0079e2 url(images/s2.jpg) no-repeat 97% center; color:#fff;}
.enlmcs dd{ padding:2%; line-height:2; color:#464646; display:none; border:1px solid #ddd}
.oapre li{ padding:20px 0; border-bottom:1px solid #eee;}
.oapre li a{ display:block;}
.oapre li a .date{ width:96px; height:96px; text-align:center; font-size:12px; color:#999; background:#f7f8f8; padding-top:20px;}
.oapre li a .date strong{ display:block; font-size:26px; color:#c03034;}
.oapre li a .con{ width:1070px;}
.oapre li a .con .p1{ font-size:16px; line-height:35px; height:35px; overflow:hidden;}
.oapre li a .con .p2{ color:#999; line-height:25px; height:50px; overflow:hidden;}
/*公用*/


/*首页*/
.butnav{font-size:14px; color:#999; margin-top:10px;}
.butnav a{ font-size:14px; color:#999}
.butnav a:hover{ color:#0079e2}
.butnav a.on{color:#0079e2}


.title1{ font-size:36px; color:#000;}
.title1:before{ content:''; background:#0093dd; width:80px; height:4px; position:absolute; top:-15px;}
.title2{ font-size:36px; color:#000; text-align:center}
.title2:before{ content:''; background:#0093dd; width:80px; height:4px; position:absolute; top:50px; left:0px; right:0px; margin:0 auto}

.syabout img{ float:right; margin-left:5%; width:45%}
.syabout .aboutl{ float:left; width:50%; padding-top:30px;}
.syabout .aboutl .abcon{ padding:40px 0}
.syabout .aboutl .more{ width:200px; line-height:40px; background:#0093dd; color:#fff; text-align:center; transition:all 0.5s ease}
.syabout .aboutl .more:hover{ transition:all 0.5s ease; transform:translateY(-10px)}

.index1{ background:#f5f5f5; padding:40px 0}

/*标签切换*/
.pencla{ width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	margin-top:60px; border-bottom:1px solid #ddd
    }
.pencla li{padding: 17px 30px; float:left;  position:relative; cursor:pointer; text-align:center;}
.pencla li.cur{ color:#0093dd; border-bottom:1px solid #0093dd;}
.gdpro{ padding-top:20px;}
.gdpro LI{ width:32%; margin-right:1.33%; float:left; margin-bottom:10PX; background:#FFF; font-size:18PX; text-align:center; padding-bottom:20PX; overflow:hidden}
.gdpro LI:nth-child(3n){ margin-right:0px;}
.gdpro LI .gdtitle{ position:relative; z-index:2;color: #000; font-size:18px;}
.gdpro LI IMG{ width:100%; transition:all 0.5S ease}
.gdpro LI:hover IMG{ transition:all 0.5s ease; transform:scale(1.1)}
.more1{ width:310px; height:50px; border:1px solid #0093dd; line-height:50px; margin:0 auto; font-size:18px; color:#0093dd; text-align:center; margin-top:30px;}
.more1:hover{ background:#0093dd; color:#fff}

.quality { padding-top:50px;}
.quality li{ background:#f5f5f5; width:31%; margin-right:3.33%; float:left; margin-bottom:20px; text-align:center; overflow:hidden}
.quality li:nth-child(3){ margin-right:0px;}
.quality li dt{ font-size:20px; line-height:30px; padding:20px 40px}
.quality li dd{ font-size:14px; color:#999; line-height:24px; padding:0 20px 30px 20px}
.quality li img{ width:100%;transition:all 0.5S ease}
.quality li:hover img{transition:all 0.5s ease; transform:scale(1.1)}


.newleft{ width:47%; margin-right:3%; float:left; background:#fff; padding:0px 30px 0px 30px;}
.newright{ width:50%; float:left; background:#fff;}
.newright li{ border-bottom:1px solid #ddd; float:left; padding:37px 0; width:100% }
.newright li .time{ width:20%; float:left; margin-right:5%}
.newright li .time .p1{ font-size:40px; font-weight:bold; text-align:center}
.newright li .time .p2{ font-size:16px; text-align:center}
.newright li .con{ width:75%; float:left}
.newright li .con .t1{ font-size:18px; padding-bottom:20px; font-weight:bold}
.newright li .con .t2{ font-size:14px; line-height:22px; padding:0 30px 0 0 }
.newright li:hover{ background:url(images/nj.jpg) no-repeat center; color:#FFF}
.newright li A:HOVER{ color:#FFF}

.bottom{ border-top:1px solid #ddd}
.bottom .botnav { text-align:center; border-bottom:1PX solid #DDD}
.bottom .botnav a{ padding:0 30px; text-align:center; line-height:60PX;}
.bottom .botnav a:hover{  color:#0f9bff}
.bottom .botlist{ padding:40PX 0px;}
.bottom .botlist li{ padding-right:5%; border-right:1px dotted #ddd; font-size:14px; color:#666; float:left; width:20%}
.bottom .botlist li:nth-child(2){ padding:0 5%; width:60%}
.bottom .botlist li:nth-child(2) dt{ font-size:18px; font-weight:bold; padding-bottom:20px; color:#000}
.bottom .botlist li:nth-child(2) dd{ font-size:16px; color:#666; line-height:30px;}
.bottom .botlist li:nth-child(3){ padding:0; width:20%; text-align:center; border:0PX;}
.bottom .botlist li:nth-child(3) DT{font-size:18px; font-weight:bold; padding-bottom:20px; color:#000}
.bottom .botlist li:nth-child(3) DD{ font-size:12PX; color:#999;}

.nybanner{ margin-top:100px;}

.nytitle{ font-size:48px; font-weight:bold; text-align:center; padding-bottom:60px;}
.nyabout{ font-size:24px; line-height:36px; font-weight:lighter; text-align:center; width:90%; margin:0 auto}
.nycontact{font-size:24px; line-height:48px; font-weight:lighter;}
.nysolu{ font-size:20px; line-height:30px;}

.xgzp{width:100%; max-width:1200px; margin:50px auto; font-size:16px; }
.xgzp li{ width:31%; margin-right:3.33%; float:left; margin-bottom:40px; overflow:hidden; border:1px solid #ddd}
.xgzp li:nth-child(3n){ margin-right:0px}
.xgzp li:hover{ box-shadow:0 0 10px #ddd}
.xgzp li img{ width:100%; transition:all 0.5s ease}
.xgzp li:hover img{ transition:all 0.5s ease; transform:scale(1.1)}
.xgzp li .xgzpt{ text-align:center; padding:20px 0; font-size:20px;}


.proinfol{width:45%; margin-right:5%; border:1px solid #ddd}
.proinfol img{ width:100%}
.proinfor{ width:50%}
.proinfor dt{ font-size:20px; color:#000; padding-bottom:20px; border-bottom:1px solid #ddd}
.proinfor dd{ padding-top:30px; font-size:16px; line-height:30px;}

@media (min-width: 1201px){
/*.T-nav > li .gdlt a:hover{ background:rgba(14,87,157,1); transition:all 0.5s ease;}
.T-nav > li > a.cur:after{ width:40px; transition:all 0.5s ease;}
.T-nav > li > a.on:after{ width:40px;}*/
.T-nav > li > a.cur:after{ width:40px; transition:all 0.5s ease;}
.T-nav > li > a.on:after{ width:40px;}



.lb-opacl li p:hover img{transform:scale(1.1); transition:all 0.5s ease;}
.news-list li:hover .pic img{transform:scale(1.1);transition:all 0.4s ease;}
}

@media (max-width: 1200px){

.nywrap{ width:94%; margin-left:3%; margin-right:3%}


.xgzp li{ width:94%; margin-right:3%; margin-left:3%; margin-bottom:0px;}
.xgzp li:nth-child(3n){ margin-right:3%}

.nyabout{ width:94%}
.nytitle{ font-size:30px; padding-top:40px; padding-bottom:30px;}

.bottom .botnav{ display:none}
.bottom .botlist li:nth-child(1){ display:none}
.bottom .botlist li:nth-child(2){ width:100%}
.bottom .botlist li:nth-child(3){ display:none}

.newleft{ width:100%; margin-right:0%; margin-bottom:20PX;}
.newright{ width:100%;}


.quality li{width:100%; margin-right:0%; float:left; margin-bottom:20px; text-align:center}


.syabout img{ display:none}
.syabout .aboutl{ width:100%; padding-bottom:20px;}

.pencla li{padding:10px; font-size:16px; text-align:center; width:50%; border-bottom:1px solid #ddd}
.gdpro LI{ width:94%; margin-left:3%; margin-right:3%}
.gdpro LI:nth-child(3n){ margin-right:3%;}

.title1{ font-size:24px;}
.title2{ font-size:24px;}

/*公共调用*/	
.eomlca {
    background-size: cover; position:absolute; z-index:100; top:60px; left:20px; }		
.wrap{ width:100%; max-width:768px; margin:0 auto}
.laenls{ margin-top:10px;}
.enlma{ margin-top:10px; margin-right:6px;}
.top{ height:51px;}
.top .logo img{ height:50px; margin-left:10%}

.nytop{ height:51px;}
.nytop .logo img{ height:50px;}
.mob-nav{ display:block; float:right; background:url(images/mob-ct.png) no-repeat center center; background-size:auto 30%; width:50px; height:50px;}
.mob-nav1{ display:block; float:right; background:url(images/mob-ct1.png) no-repeat center center; background-size:auto 30%; width:50px; height:50px;}
.T-nav{ width:100%; position:absolute;  display:none;height:100%; overflow-x:hidden; overflow-y:auto; top:50px; left:0; margin:0; background:rgba(255,255,255,1);}
.T-nav li{ display:block; width:100%; border-bottom:1px solid #eee;}
.T-nav > li a{ width:100%; text-align:left; padding:0 2%; line-height:45px; height:45px; color:#666; margin-top:0px;}
.T-nav > li > a.cur{ background:none; border:none; color:#666;}
.T-nav li .gdlt{ position:relative; width:100%; left:0; margin:0; top:0; padding:0; background:none;}
.T-nav li .gdlt a{ padding:0 5%; height:35px; line-height:35px; margin:5px 0; color:#666;}
.T-nav > li .gdlt .fl a{ color:#000}
.anouc{ display:none}
.wrap1{ width:94%; margin:0 auto;}




/*内容*/

.loanl .article .con1{ top:30px; left:30px; }



/*内页*/
/*
.ny-nav{height: auto; padding-top:0px; margin:30px 0;
    background: #f5f5f5;
    width: 94%;
    margin-left: 2%;
    padding-left: 4%;
    color: #333;}
.ny-nav span{ display: block; text-align:left; line-height:50px; background:url(../images/xl.png) no-repeat right center; border-bottom:1px solid #fff;}
.ny-nav a.cur{ width:100%}
.ny-nav a{ display:block; border:none; text-align:left; padding:0 4%; font-size:14px; line-height:40px;}
.ny-nav a.cur:after{ display:none; color:#fff}
.ny-nav p{ display:none;}
.ny-nav p a{ color:#333}
.d3{ float:right; position:relative; top:-28px; right:5%;
 width: 0; 
 height: 0;
 border-width: 6px;
 border-style: solid;
 border-color:#db4c3b transparent transparent transparent;
}
*/
.left-nav {
	width: 100%; top:10px;
}
.right-con {
	width: 100%;
}
.left-nav h3 {
	height: 45px;
	line-height: 45px;
	text-align: left;
	padding: 0 20px;
	background: #0f9bff url(images/xl.png) no-repeat 95% center;
	font-size: 16px;
	margin-bottom: 0px;
}
.left-nav h3 span{ display:none;}
.ac-link{ display:none;}
.nav-list {
	display: none;position: absolute;
    width: 100%;
    z-index: 1; padding:0;
    background: #fff;
}
.nav-list li{ border-bottom:1px solid #ddd;}
.nav-list li a {
	line-height: 45px;
	font-size: 14px; color:#222;
	height: 45px;
}
.nav-list li a, .nav-list li a.cur {
	background-position: 95% center; background:none;
}



.ny-nav{height: auto; padding-top:0px; margin-top:60px;
    background: #f5f5f5;
    width: 94%;
    margin-left: 2%;
    padding-left: 4%;
    color: #333;}
.ny-nav span{ display: block; text-align:left; line-height:50px; background:url(../images/xl.png) no-repeat right center; border-bottom:1px solid #fff}
.ny-nav a.cur{ width:100%}
.ny-nav a{ display:block; border:none; text-align:left; padding:0 4%; font-size:14px; line-height:40px;}
.ny-nav a.cur:after{ display:none; color:#fff}
.ny-nav p{ display:none;}
.ny-nav p a{ color:#333}
.d3{ float:right; position:relative; top:-28px; right:5%;
 width: 0; 
 height: 0;
 border-width: 6px;
 border-style: solid;
 border-color:#0193e1 transparent transparent transparent;
}





}
@media (max-width: 768px){
	
.nybanner{ margin-top:50px;}	
	
/*留言*/

.ehoutc td .obcl{ height:50px; border:1px solid #eee; padding:0 10px; width:100%;}
.ehoutc td textarea{ width:100%; line-height:50px; border:1px solid #eee; padding:0 10px;font-family:"Microsoft Yahei","微软雅黑",sans-serif;}
	
	
	
	
#dcms_pager .pages{ font-size:0;}
#dcms_pager .pages .pgempty{ display:none}
#dcms_pager .pages .pgNext{ display:none}
#dcms_pager .pages select{display:none;}
#dcms_pager .pages a {margin:10px 6px 0 0;padding:3px 14px;}	
#dcms_pager .pages .pgcurrent{}		
	
	
.page-sel a.mob-none {
    display: none;
}



.nytop{ padding:0 2%}
.lang{ margin-top:10px;}
.nylang{ margin-top:10px;}
 }
@media (max-width: 640px){

}


@media (max-width: 420px){

}



@media screen and (max-width: 750px){
.big-video {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.big-video-main {
    height: 185px;
}
.big-video-clo {
    right: 0;
    z-index: 21;
}

}


 
