﻿/* CSS Document */
/*logo*/
.topbg{ height:35px;  line-height:35px; background:#030303; float:left; width:100%;}
.topbg .tleft{ float:left; font-size:14px; color:#fff;}
.topbg .tright{ float:right; font-size:14px; color:#fff;}
.topbg .tright dl{ float:left; margin-left: 50px; color:#fff;}
.topbg .tright dl dt{float: left;margin-right: 10px;margin-top: 4px;}
.topbg .tright dl dd{font-size: 14px;float: left; color:#fff;}
.top{width:100%; float:left;background:rgba(79,74,70,0.7);position: fixed;opacity: 0.7; left:0; z-index:999;top:35px;}
.topcon{width:1200px; margin:0 auto;}
.logo{ float:left; padding-top:10px;}
.menubg{ float:right; position:relative;height:105px;margin-left: 20px;}

.menu ul li a{ color: #fff;font-size: 16px;font-family: "microsoft yahei";display: block;height:105px;line-height:105px;width:130px;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float: left;  position: relative; z-index:999;
text-align: center;}
.menu li a:hover{background:url(../images/nav_libg.jpg) no-repeat center; color:#000;}
.menu li #current{background:url(../images/nav_libg.jpg) no-repeat center; color:#000;}

/*下拉菜单*/
.menu li.mainlevel{ position:relative; z-index:10000;}
.menu li.mainlevel ul{ overflow:hidden; background:rgba(187,0,0,0.8); padding:0px 0; width:100%; }
.lbul{ display:none; position:absolute; left:0px; top:105px; width:100%;z-index:10001; }
.menu li.mainlevel ul li{float:none;background:none; display:block;height:40px; margin:0; width:auto;}
.menu li.mainlevel ul li a{font-size:14px; background:none; color:#fff;display:block;height:40px;  font-weight:normal;line-height:40px; padding:0; border-bottom:1px solid #fff}
.menu li.mainlevel ul li a:hover{ background: #ff8a00; color:#000; font-weight:normal; text-decoration:none;height:40px;line-height:40px;border-bottom:1px solid #FFF500}
/*导航结束*/
.fixedNav {position: fixed;top: 0px;left: 0px;width: 100%;z-index: 100000;_position: absolute;_top:expression(eval(document.documentElement.scrollTop));}




/*banner*/
.banner{width:100%; float:left;}
.banner img{width:100%; height:auto;}


/*主体部分*/
.wrap{position:relative; width:100%; float:left;}
.w1100{width:1100px; margin:0 auto;}
.w1200{width:1200px; margin:0 auto;}
.wm{ margin:30px auto; width:100%; float:left;}

/*快速选择*/
.ks{width:100%; float:left;}
.main-tit{text-align: center;color: #2b2b2b;font-size: 30px;position: relative;margin: 45px 0;padding-bottom: 25px;}
.main-tit::after{content: '';display: block;width: 85px;height: 3px;background: #bb0f2f;position: absolute;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);bottom: 0;}
.in_search > ul {border: 1px solid #d2d2d2;}
.flex{display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; }
.in_search > ul > li{flex: 1;height: 300px;text-align: center;border-right: 1px solid #d2d2d2;cursor: pointer;}
.in_search > ul > li figure{width: 100%;margin: 0;padding: 0;}
.in_search > ul > li figure figcaption{transition: 0.6s;margin-top: 75px;display: block;width: 100%;height: 134px;}
.in_search > ul > li figure h5{color: #2b2b2b;font-size: 16px;margin-top: 30px;}
.in_search > ul > li figure p {color: #636363;margin-top: 5px;}
.in_search>ul>li ul{height: 0; overflow: hidden; background: #bc102e;z-index: 999;margin-top: 15px;text-align: center;width: 100%;}
.in_search>ul>li ul li{transition: 0.8s; width: 50%; text-align: center; height: 0px;line-height: 30px;display: inline-block;}
.in_search>ul>li ul li a{font-size: 14px; color: #fff;}
.in_search>ul>li figure:hover>figcaption{margin-top: 0px;}
.in_search>ul>li figure:hover>ul{height: auto; height: 125px;padding: 15px 0;overflow: hidden;}
.in_search>ul>li figure:hover>ul li{height: 33px;}
.in_search>ul>li:hover{background: #f4f4f4}

/*产品展示*/
.products{width:100%; float:left; position:relative; margin:20px 0;}
.pcon{width:100%; position:relative;}
.pcon .m-l{width: 40%;position: relative;overflow: hidden;height: 780px; display:block;}
.pcon .m-l img{width: 100%;height: 780px;}
.ceng {position: absolute;width: 100%;height: 100%;}
.ceng #box{width: 95%;height: 90%;transition: all 5s;position: relative;margin-left:auto;margin-right:auto;margin-top: 5%;background-position: center;transition: all 0.8s;opacity: 0;display: block;}
#box::before{content: "";position: absolute;bottom: -1px;left: -1px;right: -1px;top: -1px;transform:scale(1, 0);transition: all 1s;border-left: 1px solid #fff;border-right: 1px solid #fff;}
#box::after{content: "";position: absolute;bottom: -1px;left: -1px;right: -1px;top: -1px;transform:scale(0, 1);transition: all 1s;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.ceng:hover #box::before , .ceng:hover #box::after {transform:scale(1);transition:all 1s;}
.m-txt{text-align: center;color: #ffffff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);display: inline-block}
.m-txt h3{font-size: 24px;}
.m-txt h4{font-size: 12px;line-height: 30px;text-transform: uppercase;}
.pcon .m-l:hover .ceng{background-color: rgba(146,68,72,0.8);}
.pcon .m-l:hover #box{opacity: 1;}
.flex-b{display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-justify-content:space-between;justify-content:space-between;-moz-box-pack:space-between;-webkit-moz-box-pack:space-between;box-pack:space-between;}
.m-list{width: 59%;  -webkit-flex-wrap:wrap;-webkit-box-lines:multiple;-moz-flex-wrap:wrap;flex-wrap:wrap;height: 780px;}
.m-list li{width: 49.5%;overflow: hidden; position: relative;height: 384px;margin-bottom: 12px}
.m-list li img{width: 100%;height: 384px;}
.m-list li .ceng #box{width: 90%;height: 88%;}
.m-list li:hover .ceng{background-color: rgba(146,68,72,0.8);}
.m-list li:hover #box{opacity: 1;}

/*我们的优势*/
.advg{width:100%; float:left; padding:40px 0; background:#f2f2f2; }
.youshi{ text-align:left;}
.youshi dl dt{ font-size:24px; color:#191919;  padding-bottom:10px;}
.youshi dl dd{ margin:8px 0; font-size:16px; color:#646464; line-height:30px;}

.youshi .ul_1{ background:url(../images/01.jpg) no-repeat left top; padding-left:90px;}
.youshi .ul_2{ background:url(../images/02.jpg) no-repeat left top; padding-left:90px; margin-top:100px;}
.ys1{ float:left; width:640px;}
.ys2{ float:right; width:540px;}
.ys3{width:540px; float:left; margin-top:60px;}
.ys4{width:640px; float:right;margin-top:60px;}
.youshi .ul_3{background:url(../images/03.jpg) no-repeat left top; padding-left:90px;}
.youshi .ul_4{ background:url(../images/04.jpg) no-repeat left top; padding-left:90px; margin-top:100px;}

/*关于我们*/
.about{ margin:20px 0; position:relative; float:left; padding:0 15px;}
.abl{width: 35%; text-align:left;}
.abl h2 {color: #414141;font-size: 38px;line-height: 60px;}
.abl h3 {color: #282828;font-size: 30px;display: inline-block;padding-bottom: 28px;border-bottom: 1px solid #b8b8b8;margin-top: 15px;}
.about-txt {color: #585858;font-size: 16px;line-height: 30px;margin-top: 45px;}
.about a{width: 150px;height: 35px;line-height: 35px;text-align: center;color: #ffffff;background: #a40001;margin-top: 70px; display:block;}
.abr{width: 58%; overflow:hidden;}
.abr img{width: 100%;height: 598px;}


/*客户案例*/
.case{width:100%; position:relative; background:url(../images/cbg.jpg) no-repeat center top; padding:20px 0; float:left;}
.case .main-tit{ color:#fff;}
.con{ padding:0 15px; height:311px; overflow:hidden;}
.con li{ float:left; margin-right:20px;}
.con li img{width:216px; height:278px;}
.con p{ color:#fff;transition: all .3s; font-size:16px; line-height:33px;}


/*新闻资讯*/
.news{width:100%; float:left; position:relative; margin:30px 0;}
.new_con{ padding:0 15px; position:relative;}
.new_con li{width: 31%; border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;position: relative; text-align:left;}
.new_con li .list-img{overflow: hidden;}
.new_con li .list-img img{width: 100%;height: 336px;}
.new_con li .list-img:hover img{ transform: scale(1.1)}
.new_con li h2{color: #333333;font-size: 18px;  overflow: hidden; /*è‡ªåŠ¨éšè—æ–‡å­—*/text-overflow: ellipsis;/*æ–‡å­—éšè—åŽæ·»åŠ çœç•¥å·*/ white-space: nowrap;/*å¼ºåˆ¶ä¸æ¢è¡Œ*/line-height: 30px;padding-top: 20px}
.new_con li .list-txt{ color: #959595;line-height: 24px;margin: 15px 0 20px;padding-right: 5px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new_con li .time{color: #959595;}
.new_con li .time em{font-size: 28px;font-weight: normal;}
.new_con li:hover .time{color: #bc102e}
.new_con li::after{content: '';display: inline-block; width: 0%;height: 1px;background: #bc102e; position: absolute;left: 0;bottom: 0;-moz-transition:all 0.4s; /* Firefox 4 */-webkit-transition:all 0.4s; /* Safari and Chrome */ -o-transition:all 0.4s; /* Opera */ transition:all 0.4s;}
.new_con li:hover::after{width: 100%;}

/*footer*/
.footer{width: 100%;float:left;color: #FFF;background: #2c2c2c !important;
padding: 30px 0;display: block !important;margin: 0 !important;}
.footer a{ font-size:16px; color:#fff;}
.f_txt{ padding:0 15px; position:relative;}
.f_cop{ color:#fff; line-height:30px; font-size:16px; width:73%; float:left; text-align:left;}
.fwx{width:25%; float:right;}
.fwx li{ display:inline-block;*display:inline; margin:0 10px;}
.fwx li p{ font-size:16px; color:#fff; line-height:30px; text-align:center;}
.fwx li img{width:110px; height:110px;}




/*面包屑*/
.sitepath {font-size: 14px;color: #333333;line-height: 40px;margin-bottom: 10px; text-align:left;}
.sitepath span {color: #333;}

/*分类*/
.submenu {border-bottom: 2px solid #ddd;width: 100%;height: 50px; margin-bottom:80px;}
.submenu a { display: block;width: 100px;height: 52px;line-height: 52px;position: relative;margin-right: 40px; text-align: center;font-size: 20px;float: left;}
.submenu a s {position: absolute;width: 0;height: 2px;display: block;background: #da2a2e; left: 50%;margin-left: 0; bottom: 0;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;opacity: 0;filter: alpha(opacity=0);}
.submenu a:hover s,
.submenu a.hover s {width: 100px;margin-left: -50px;opacity: 1;filter: alpha(opacity=100);}

/*右边*/
.aboutpage {background: #fff;box-shadow: 0 3px 40px #a0a0a0;position: relative;z-index: 4;}
.cont {padding:60px;}
.cont .tt {height: 100px;}
.gdtitle {text-align: center;margin: 0 auto 30px;background: url(../images/gdtitle.png) no-repeat center bottom;padding-bottom: 40px;}
.gdtitle h2 {font-size: 32px;line-height: 40px;}
.cont .desc{ text-align:left; font-size:16px; line-height:30px;}


/*新闻列表*/
.thumblist{ padding:0 20px;}
.thumblist .item {border-top: 1px solid #ddd;padding: 30px 0;}
.thumblist .item:first-child {border-top: 0 none;}
.thumblist .item a {display: block;}
.thumblist .item .img {width: 300px;height: 169px;overflow: hidden;}
.thumblist .item .img img {width: 100%;display: block;height: 100%;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.thumblist .item .img:hover img {transform: scale(1.06, 1.06);}
.thumblist .item .txt {width: 792px; text-align:left;}
.thumblist .item .txt h3 {font-size: 20px;}
.thumblist .item .txt .desc {padding-top: 18px;color: #999;height: 90px;overflow: hidden;line-height: 24px;}
.thumblist .item .txt span { display: inline-block;font-size: 16px;color: #666; padding-right: 26px;}
.thumblist .item .txt span em {width: 22px;height: 18px;display: inline-block;margin-right: 10px;background-position: -80px -144px;}
.thumblist .item .txt span .time {background-position: -80px -164px;}


.g-ico {background: url(../images/g-ico.png) no-repeat;display: inline-block;vertical-align: middle;}

/*新闻详情*/
.txtcon{ padding:20px;}
#newTitle{ line-height:45px; font-size:25px; text-align:center;}
#newsInfo{ height:32px; line-height:32px; text-align:center; border-bottom:solid 1px #f1f1f1; margin:10px;}
.newsinfoleft {padding-left: 30px;}
#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:100%; padding:3px; border:#dcdcdc solid 1px;}
#newsContent{ margin:0 auto;line-height:32px; padding:10px; text-align:left;}
#newsContent img{max-width:100%; text-indent:0em;}
#newsInfo i{ margin-right: 5px; }
.newsInfo{ height: 64px; margin-top: 15px; line-height: 64px; color:#999999;  border-top:solid 1px #E6E6E6; border-bottom:solid 1px #E6E6E6; text-align:left;}
.newsInfo i{ margin-right: 5px; }
.sha{ margin-right: 10px;float: right; }
.sha a{ float: left; margin-left: 10px;}
.sha a:hover{ animation: swing 1s; }
.sha span{ float: left; }



/*案例筛选*/
.case-filter {width: 1188px;padding-right: 10px;box-shadow: 0 0 5px #e7e6e6;margin-bottom: 20px;color: #333333;font-size: 12px;background: #fff;}
.case-filter .item {line-height: 22px;padding-left: 120px;position: relative;border-top: 1px dotted #bbb;*vertical-align: top;}
.case-filter .item .t {width: 100px;height: 100%;line-height: 50px;text-align: center;background: #eee;position: absolute;left: 0;top: 0;display: block;}
.case-filter .item .gd {position: absolute;right: 0;top: 0;width: 100px;display: none;}
.case-filter .item .gd span {display: block;line-height: 50px;cursor: pointer;text-align: center;}
.case-filter .item .menu_dropDown {width: 930px;height: 50px;overflow: hidden;}
.case-filter .item a {height: 30px;line-height: 30px;display: block;float: left;padding: 0 12px;margin-right: 35px;margin-top: 10px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.case-filter .item a.all {margin-right: 20px;}
.case-filter .item a:hover {color: #da2a2e;text-decoration: underline;}
.case-filter .item a.hover {background: #da2a2e;color: #fff;}
.case-filter .item:first-child {border: 0px;}

/*案例列表*/
.caselist { overflow: hidden;padding: 20px 0;}
.caselist .list { width: 118%;}
.caselist .item {position: relative;width: 374px;height: 450px;float: left;margin: 0 38px 40px 0;overflow: hidden;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;box-shadow: 1px 1px 1px #ddd;background: #fff; border-left:1px solid #ddd;border-top:1px solid #ddd;}
.caselist .item .img {display: block;width: 100%;}
.caselist .item img {width: 100%;height: 280px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;display: block;}
.caselist .item .txt {padding: 20px;height: 84px;text-align: center;}
.caselist .item .txt h3 {font-size: 18px;height: 30px;line-height: 30px;overflow: hidden; color: #000;}
.caselist .item .txt p {color: #666;height: 28px;overflow: hidden;}
.caselist .item .txt i {display: inline-block;padding: 0 10px;font-family: arial;font-size: 12px;}
.caselist .item .txt b {font-weight: normal;color: #da2a2e;}
.caselist .item .btn {border-top: 1px solid #ddd;display: block;}
.caselist .item .btn a {height: 45px;line-height: 45px;text-align: center;display: inline-block;width: 49%;}
.caselist .item .btn a em {width: 15px;height: 14px;display: inline-block;margin-left: 10px;background-position: -38px 0;}
.caselist .item .btn a:hover em {background-position: -54px 0;}
.caselist .item .btn a.a_more {border-right: 1px solid #ddd;}
.caselist .item .btn a.a_more em {background-position: 0 0;}
.caselist .item .btn a.a_more:hover em {background-position: -18px 0;}
.caselist .item .bjbtn {display: none;position: absolute;top: 240px;left: 0;width: 100%;height: 40px;line-height: 40px;text-align: center; background: url(../images/red90.png) repeat left top;font-size: 16px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;color: #fff;}
.caselist .item .bjbtn em {width: 26px;height: 18px;display: inline-block;position: relative;left: 0;background-position: -200px -248px; margin-right: 5px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;animation: mymove 1s infinite;-webkit-animation: mymove 1s infinite;}
.caselist .item:hover { box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);}
.caselist .item:hover h3 {color: #da2a2e;}
.caselist .item:hover img {opacity: 0.9;filter: alpha(opacity=90);}
.caselist .item .hj {position: absolute;right: 40px;top: 0;width: 52px;height: 48px;background-position: -128px 0;}



/*上一条下一条*/
#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{ height:33px; line-height:33px;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a{color:#333333; font-size:14px;}
#prev_next li a:hover{ color: #FF0000; }


/*分页*/
.page{width:100%; float:left;}



/*咨询留言*/
.msgPage .formData{width: 649px; margin: 0 auto;}
.formData{padding: 20px 0 58px;}
.formData .im{width: 192px; padding-left: 115px; height: 52px; line-height: 52px; float: left; color: #999; border: 1px solid #d8d8d8; margin-right: 31px; margin-bottom: 18px; position: relative;}
.formData .im label{padding-left: 36px; position: absolute; left: 0; top: 0; z-index: 11; text-align: center; display: block; margin: 0; height: 52px; line-height: 52px; font-size: 16px; color: #999999;}
.formData .im label s{width: 18px; height: 18px; position: absolute; left: 8px; top: 18px; background: url(../images/msg-ico.png) no-repeat 0 center;}
.formData .im input{outline: none; background: none; border: 0 none; line-height: 35px; height: 35px; font-size: 14px;}
.formData .im .txt{width: 100%; height: 52px; line-height: 52px; display: block; color: #333; font-size: 14px;}
.formData .im .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .im.mr0{margin-right: 0;}
.formData .im.a1 label s{top: 16px; background-position: 0 center;}
.formData .im.a2 label s{top: 17px; background-position: -34px center;}
.formData .im.a3 label s{background-position: -64px center;}
.formData .im.a4 label s{background-position: -96px center;}
.formData .im.a5{width: 532px;}
.formData .im.a5 label s{width: 25px; left: 9px; top: 17px; background-position: -125px center;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 617px; height: 116px; float: left; padding: 15px 15px;}
.formData .liuyan label{height: 26px; line-height: 26px; padding: 0; left: 15px; top: 15px;}
.formData .liuyan textarea{width: 100%; height: 116px; line-height: 26px; text-indent: 42px; font-size: 14px; font-family: "microsoft yahei"; color: #333; border: 0 none; overflow: hidden; background: none; resize: none; display: block; outline: none;}
.formData .btnbox{width: 100%; float: left;}
.formData .btnbox input{width: 190px; height: 55px; line-height: 55px; text-align: center; background: #e99315; color: #fff; cursor: pointer; font-size: 22px; display: inline-block; *display: inline; *zoom: 1;}
.formData .btnbox input:hover{background: #bc070e; color: #fff;}
.formData .btnbox input.btn1{margin: 0 150px 0 60px;}
.formData .btnbox input.btn2{background: #999999;}
.formData .btnbox input.btn2:hover{background: #bc070e; color: #fff;}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute; right: 0; top: 0; height: 50px; border: 0px; display: block;}

/*在线客服*/
.rightFix { width: 60px; height: 222px; position: fixed; right: 10px; bottom: 250px; z-index: 999999999; }
.rightFix .ico { width: 60px; height: 60px; display: block; position: relative; overflow: hidden; margin-top: 10px; border-radius: 60px; border: 1px solid #e72724; margin-bottom: 5px; background: #ffffff url(../images/fix-ico.png) no-repeat center 0; }
.rightFix .ico .box { width: 120px; position: absolute; left: -78px; top: 0; text-align: center; padding: 5px; background: #e72724; border: 1px solid #ddd; display: block; opacity: 0; filter: alpha(opacity=0); border-radius: 5px; background: #fff; }
.rightFix .ico .box img { width: 110px; height: 110px; display: block; }
.rightFix .ico span { width: 210px; text-align: center; height: 60px; line-height: 60px; position: absolute; left: -78px; top: 0; background: #e72724; color: #fff; display: block; font-weight: bold; font-size: 18px; opacity: 0; filter: alpha(opacity=0); transition: all ease-in-out 0.2s; border-radius: 60px; }
.rightFix .ico:hover { background-color: #e72724; border-color: #e72724; overflow: visible; }
.rightFix .ico:hover .box { opacity: 1; filter: alpha(opacity=100); left: -140px; }
.rightFix .ico:hover span { opacity: 1; filter: alpha(opacity=100); left: -215px; }
.rightFix .fix-tel { background-position: 11px 12px; }
.rightFix .fix-tel:hover { background-position: -33px 12px; }
.rightFix .fix-qq { background-position: 17px 19px; }
.rightFix .fix-qq:hover { background-position: -27px 19px; }
.rightFix .fix-ewm { background-position: 17px -35px; }
.rightFix .fix-ewm:hover { background-position: -27px -35px; }
.rightFix .fix_top { background-position: 18px -91px; }
.rightFix .fix_top:hover { background-position: -27px -91px; }
.rightFix .fix-form { background-position: 10px -234px; }
.rightFix .fix-form span { font-size: 14px; line-height: 23px; width: 180px; }
.rightFix .fix-form:hover { background-position: -37px -234px; }

.ewmbox2 { width: 300px; height: 320px; padding-top: 20px; background: #fff; z-index: 9999; position: fixed; left: 50%; top: 50%; margin: -170px 0 0 -150px; text-align: center; font-size: 16px; display: none; }
.ewmbox2 .close { width: 32px; height: 32px; position: absolute; top: -25px; right: -40px; cursor: pointer; border-radius: 100%; background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center; transition: all ease 300ms; }
.ewmbox2 .close:hover { transform: rotate(180deg); }
.ewmbox2 img { width: 260px; height: 260px; display: block; margin: 0 auto 10px; }