﻿@charset "utf-8";
/* CSS Document */

*{margin:0px auto;}
a{text-decoration:none;}
img{border:0px;}
.clear{clear:both;}

.swt_tc{display: none;width:230px; height:80px; position:fixed; left:50%; top:50%; margin-left:-115px; margin-top:-40px; border:2px solid #0089d1;-webkit-box-shadow: 0 0 20px #666;box-shadow: 0 0 20px #666;border-radius:3px; background:#fff; z-index:999999999;}
.swttc_img{float:left; margin-top:10px; padding-left:10px;}
.swttc_text{float:left; width:160px; display:block;}
.swttc_text h3{font-size:14px; color:#000; text-align:center; line-height:32px;}
.swttc_text p{padding-left:25px;}
.yitiaoxiaoxi{height:14px; line-height:14px; display:block; float:left; font-size:12px; color:#000;}
.swttc_zxdh{margin-top:7px;}
.swttc_zxdh span{display:block; width:50px; height:20px; line-height:20px; color:#fff; text-align:center; float:left; margin-left:17px; margin-right:4px; font-size:13px;}
#swttc_zx{background:#f00;}
#swttc_dh{background:#0089d1;}
.popCancel{position:absolute; right:-8px; top:-10px; z-index:99999;}

/*商务通弹窗*/
.sjswtFrame{width:244px; height:140px; background:#f2f2f2; position:fixed; top:50%; left:50%; margin-top:-90px; margin-left:-122px; -moz-box-shadow:0px 0px 10px #666; -webkit-box-shadow:0px 0px 10px #666; box-shadow:0px 03px 10px #666; display:none; z-index:99;}
.sjswtFrame .sjswtTop{width:100%; height:30px; background:#04807c; color:#fff; font-size:12px; line-height:30px;}
.sjswtFrame .sjswtTop .sjswtClose{background:#047672 url(images/icon_popup.png) -33px 1px no-repeat; background-size:200%; width:32px; height:30px; float:left; margin-right:2px;}
.sjswtFrame .sjswtTop .sjswtTopWord{float:left;}
.sjswtFrame .sjswtTop .sjswtTopWord b{font-size:14px; margin-right:1px;}
.sjswtFrame .sjswtTop .sjswtTalk{background:url(images/icon_popup.png) 0px 0px no-repeat; background-size:200%; width:33px; height:27px; float:right; margin-top:1px; margin-right:2px;}
.sjswtFrame .sjswtTop .sjswtTalk a{display:block; width:100%; height:100%;}
.sjswtFrame .sjswtDoc{width:222px; height:51px; margin:10px auto;}
.sjswtFrame .sjswtDoc img{width:53px; height:51px; display:block; float:left;}
.sjswtFrame .sjswtDoc .sjswtDocWord{width:138px; height:36px; padding:6px 0px 7px 10px; float:right; background:#fff; border:1px solid #e9e9e9; color:#666666; font-size:12px; line-height:18px;}
.sjswtFrame .sjswtDoc .sjswtDocWord a{display:block; width:100%; height:100%; color:#666666; font-size:12px; text-decoration:none;}
.sjswtFrame .sjswtDoc .sjswtDocWord b{color:#ff7500; text-decoration:underline;}
.sjswtFrame .sjswtMsg{width:222px; height:25px; margin:0 auto;}
.sjswtFrame .sjswtMsg .sjswtMsgWord{float:left; line-height:25px; font-size:14px; color:#666666;}
.sjswtFrame .sjswtMsg .sjswtMsgWord span{color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; background:#ff7500; padding:0 6px; animation:twinkle 1s infinite; -webkit-animation:twinkle 1s infinite;}
@keyframes twinkle{
	0%,40%,100%{opacity:1;}
    50%,90%{opacity:0;} 
}
@-webkit-keyframes twinkle{
	0%,40%,100%{opacity:1;}
    50%,90%{opacity:0;} 
}
.sjswtFrame .sjswtMsg .sjswtBtn{width:64px; height:25px; float:right;}
.sjswtFrame .sjswtMsg .sjswtBtn a{display:block; width:60px; height:21px; margin:2px auto; text-align:center; line-height:19px; font-size:14px; font-family:"微软雅黑"; color:#fff; text-decoration:none; background:#04807c; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-box-shadow:inset 0 -2px 1px #014441; -webkit-box-shadow:inset 0 -2px 1px #014441; box-shadow:inset 0 -2px 1px #014441; animation:mychange 1s infinite; -webkit-animation:mychange 1s infinite;}
@keyframes mychange{
	0%{-webkit-transform:scale(.8);}
	50%{-webkit-transform:scale(1.05); text-shadow:0 0 5px white;}
	100%{-webkit-transform:scale(.8);}
}
@-webkit-keyframes mychange{
	0%{-webkit-transform:scale(.8);}
	50%{-webkit-transform:scale(1.05); text-shadow:0 0 5px white;}
	100%{-webkit-transform:scale(.8);}
}
.sjswtTel{width:222px; height:30px; margin:10px auto;}
.sjswtTel .lxbBox{width:160px; height:24px; line-height:24px; font-size:12px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:#fff; border:1px solid #e9e9e9; color:#666666; float:left;}
.sjswtTel .lxbBtn{width:57px; height:26px; line-height:26px; text-align:center; font-size:12px; color:#fff; background:#F90; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; float:left; border:none; -moz-box-shadow:inset 0 -2px 1px #c60; -webkit-box-shadow:inset 0 -2px 1px #c60; box-shadow:inset 0 -2px 1px #c60;}
