@charset "gbk";
/* CSS Document */
.relative { position: relative; }
.absolute { position: absolute; }
.float_left { float: left; }
.float_right { float: right; }
#LRdiv0, #LRfloater0, .swtCenter { display: none; }
.swtCenter { width: 280px; height: 215px; background: #FFF; position: fixed; left: 50%; top: 50%; z-index: 200; margin-left: -139px; margin-top: -130px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; -moz-box-shadow: 0 0 20px rgba(10,2,4,0.75); -webkit-box-shadow: 0 0 20px rgba(10,2,4,0.75); box-shadow: 0 0 20px rgba(10,2,4,0.75); z-index: 998; display: none; }
.swtCenter h3 { width: 100%; font-size:18px; text-align: center; color: #2e3642; font-weight: 500; margin-top: 10px; }
.swtCenter h4 { width: 100%; font-size: 18px; text-align: center; color: #2e3642; }
.mfhd { width: 227px; height: 32px; border: 1px solid #6a7380; -moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px; margin: 10px auto 5px; }
.mfhd input { width: 145px; height: 30px; line-height: 30px; background-color: #FFF; font-size: 14px; color: #6a7380; -moz-border-radius: 15px 0 0 15px; -webkit-border-radius: 15px 0 0 15px; border-radius: 15px 0 0 15px; padding-left: 13px; float: left; outline: none; }
.mfhd .submit { width: 69px; height: 32px; padding-left: 0; line-height: 30px; color: #fff; background-color: #6a7380; font-size: 12px; text-align: center; text-decoration: none; -moz-border-radius: 0 14px 14px 0; -webkit-border-radius: 0 14px 14px 0; border-radius: 0 14px 14px 0; float: left; }
.swtCenter p { width: 230px; font-size: 12px; color: #6a7380; margin: 0 auto; }
.swt_lists { bottom: 0; left: 0; width: 100%; height: 58px; line-height: 58px; -moz-border-radius: 0 0 15px 15px; -webkit-border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px; }
.swt_lists a { display: block; width: 140px; height: 100%; position: relative; float: left; }
.swt_list1 { background-color: #2e3642; -moz-border-radius: 0 0 0 15px; -webkit-border-radius: 0 0 0 15px; border-radius: 0 0 0 15px; }
.swt_list2 { background-color: #ff6821; -moz-border-radius: 0 0 15px 0; -webkit-border-radius: 0 0 15px 0; border-radius: 0 0 15px 0; }
.swt_lists a i, .swt_lists a em { display: block; position: absolute; left: 50%; color: #fff; text-decoration: none; }
.swtCallIcon { top: 50%; margin-left: -50px; margin-top: -13px; width: 27px; height: 27px; background: url(footerLink3.png) no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; }
.swt_lists em { height: 100%; top: 0; margin-left: -16px; font-size: 16px; }
.swtLinkIcon { top: 50%; margin-left: -50px; width: 27px; height: 24px; margin-top: -12px; background: url(footerLink2.png) no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; }
.swtLinkCounter { top: 10px; width: 18px; height: 18px; margin-left: -37px; line-height: 18px; text-align: center; font-size: 14px; background-color: #e60012; -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; -moz-box-shadow: 0 0 3px rgba(0,0,0,0.8); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8); box-shadow: 0 0 3px rgba(0,0,0,0.8); z-index: 3; font-style: normal; border: 1px solid #fff; animation: mymove 1s linear infinite; -moz-animation: mymove 1s linear infinite; /* Firefox */ -webkit-animation: mymove 1s linear infinite; /* Safari and Chrome */ -o-animation: mymove 1s linear infinite; /* Opera */ }
.closeBtn_swt { right: -5px; top: -5px; width: 44px; height: 44px; background: url(../images/closeBtn_swt.png) no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; cursor: pointer; }
.swtlogo{ width:185px; height:30px; margin:20px 0 0 42px; font-size:30px;}
 @keyframes mymove { 0% {
 -webkit-transform:scale(0.5, 0.5);
 -moz-transform:scale(0.5, 0.5);
 -ms-transform:scale(0.5, 0.5);
 -o-transform:scale(0.5, 0.5);
 transform:scale(0.5, 0.5);
}
50% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
100% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
}
@-moz-keyframes mymove /* Firefox */ { 0% {
 -webkit-transform:scale(0.5, 0.5);
 -moz-transform:scale(0.5, 0.5);
 -ms-transform:scale(0.5, 0.5);
 -o-transform:scale(0.5, 0.5);
 transform:scale(0.5, 0.5);
}
50% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
100% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
}
@-webkit-keyframes mymove /* Safari and Chrome */ { 0% {
 -webkit-transform:scale(0.5, 0.5);
 -moz-transform:scale(0.5, 0.5);
 -ms-transform:scale(0.5, 0.5);
 -o-transform:scale(0.5, 0.5);
 transform:scale(0.5, 0.5);
}
50% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
100% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
}
@-o-keyframes mymove /* Opera */ { 0% {
 -webkit-transform:scale(0.5, 0.5);
 -moz-transform:scale(0.5, 0.5);
 -ms-transform:scale(0.5, 0.5);
 -o-transform:scale(0.5, 0.5);
 transform:scale(0.5, 0.5);
}
50% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
100% {
 -webkit-transform:scale(1, 1);
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 transform:scale(1, 1);
}
}
