@charset "UTF-8";
/*
// ff
$experimental-support-for-mozilla:true;

// -webkit
$experimental-support-for-webkit:true;

$support-for-original-webkit-gradients:true;*/
/* line 3, ../../scss/utils/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

/* line 4, ../../scss/utils/_reset.scss */
body { font: 12px/1.7 'Microsoft Yahei', 'Hiragino Sans GB',  '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; }

/* line 5, ../../scss/utils/_reset.scss */
html { overflow-y: scroll; min-width: 1600px;}

/* line 6, ../../scss/utils/_reset.scss */
h1, h2, h3, h4, h5, h6 { *font-size: 100%; font-weight: 400; }

/* line 7, ../../scss/utils/_reset.scss */
fieldset, img { border: 0; }

/* line 8, ../../scss/utils/_reset.scss */
address, caption, cite, code, dfn, em, i, strong, th, var { font-style: normal; font-weight: normal; }

/* line 9, ../../scss/utils/_reset.scss */
ol, ul, li { list-style: none outside; }

/* line 10, ../../scss/utils/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/* line 11, ../../scss/utils/_reset.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 12, ../../scss/utils/_reset.scss */
caption, th { text-align: left; }

/* line 13, ../../scss/utils/_reset.scss */
input, textarea, select, button { font-family: 'Microsoft Yahei'; font-size: inherit; *font-size: 100%; font-weight: inherit; resize: none; }

/* line 14, ../../scss/utils/_reset.scss */
button { cursor: pointer; }

/* line 15, ../../scss/utils/_reset.scss */
:focus { outline: 0; }

/* line 16, ../../scss/utils/_reset.scss */
a { text-decoration: none; }

/* line 17, ../../scss/utils/_reset.scss */
a:hover { text-decoration: underline; }

/* line 18, ../../scss/utils/_reset.scss */
.clearfix { *zoom: 1; }
/* line 16, ../../scss/utils/_utils.scss */
.clearfix:before, .clearfix:after { content: ""; display: table; }
/* line 21, ../../scss/utils/_utils.scss */
.clearfix:after { clear: both; display: table; }

/* line 19, ../../scss/utils/_reset.scss */
img { max-width: 100%; }

/* line 2, ../../scss/utils/_button.scss */
.self-btn { display: inline-block; *display: inline; *zoom: 1; border: 0 none; background: none; border-bottom: 2px solid #000; text-align: center; }
/* line 8, ../../scss/utils/_button.scss */
.self-btn:hover { text-decoration: none; }

/* line 12, ../../scss/utils/_button.scss */
.self-btn50g, .self-btn50w, .self-btn50g-auto, .self-btn50w-auto { height: 48px; width: 155px; line-height: 48px; font-size: 18px; }

/* line 22, ../../scss/utils/_button.scss */
.self-btn40g, .self-btn40w, .self-btn40g-auto, .self-btn40w-auto { height: 38px; width: 95px; line-height: 38px; font-size: 16px; }

/* line 31, ../../scss/utils/_button.scss */
.self-btn30g, .self-btn30w, .self-btn30g-auto, .self-btn30w-auto { height: 28px; width: 65px; line-height: 28px; font-size: 12px; }

/* line 41, ../../scss/utils/_button.scss */
.self-btn50g-auto, .self-btn50w-auto, .self-btn40g-auto, .self-btn40w-auto, .self-btn30g-auto, .self-btn30w-auto { width: auto; padding: 0 20px; }

/*字体颜色*/
/*灰色*/
/*绿色*/
/*图片根目录*/
/*绿色button*/
/*绿色button文字颜色*/
/*绿色button底部边线颜色*/
/*绿色button底色 hover*/
/*绿色button文字 hover*/
/*白色button*/
/*白色button文字颜色*/
/*白色button底部边线颜色*/
/*白色button底色 hover*/
/*白色button文字 hover*/
/*文本颜色*/
/* line 3, ../../scss/utils/_common.scss */
.red { color: #f5595e; }

/* line 4, ../../scss/utils/_common.scss */
.gray { color: #999; }

/* line 5, ../../scss/utils/_common.scss */
.blue { color: #33b5e5; }

/* line 6, ../../scss/utils/_common.scss */
.yellow { color: #feaf12; }

/* line 7, ../../scss/utils/_common.scss */
.green { color: #00a5a4; }

/* line 8, ../../scss/utils/_common.scss */
.light-green { color: #90c000; }

/*文本大小*/
/* line 10, ../../scss/utils/_common.scss */
.font12 { font-size: 12px; }

/* line 11, ../../scss/utils/_common.scss */
.font14 { font-size: 14px; }

/* line 12, ../../scss/utils/_common.scss */
.font16 { font-size: 16px; }

/* line 13, ../../scss/utils/_common.scss */
.font18 { font-size: 18px; }

/* line 14, ../../scss/utils/_common.scss */
.font20 { font-size: 20px; }

/* line 15, ../../scss/utils/_common.scss */
.font22 { font-size: 22px; }

/* line 16, ../../scss/utils/_common.scss */
.font-italic { font-style: italic; }

/*基本外边距*/
/* line 18, ../../scss/utils/_common.scss */
.mt10 { margin-top: 10px; }

/* line 19, ../../scss/utils/_common.scss */
.mr10 { margin-right: 10px; }

/* line 20, ../../scss/utils/_common.scss */
.mb10 { margin-bottom: 10px; }

/*元素显隐性*/
/* line 22, ../../scss/utils/_common.scss */
.block { display: block; }

/* line 23, ../../scss/utils/_common.scss */
.hidden { display: none; }

/*元素位置*/
/* line 25, ../../scss/utils/_common.scss */
.fl { float: left; }

/* line 26, ../../scss/utils/_common.scss */
.fr { float: right; }

/* line 27, ../../scss/utils/_common.scss */
.pos-rev { position: relative; }

/* line 28, ../../scss/utils/_common.scss */
.pos-abs { position: absolute; }

/*文本位置*/
/* line 30, ../../scss/utils/_common.scss */
.txt-l { text-align: left; }

/* line 31, ../../scss/utils/_common.scss */
.txt-r { text-align: right; }

/* line 32, ../../scss/utils/_common.scss */
.txt-c { text-align: center; }

/*基本宽度*/
/* line 34, ../../scss/utils/_common.scss */
.w { width: 1000px; margin: 0 auto; }

/* line 3, ../../scss/page/common/_grid.scss */
.grid-m790-s210 { width: 1000px; margin: 0 auto 60px; background-color: #fff;}

/* line 8, ../../scss/page/common/_grid.scss */
.grid-m790-s210 .main { float: left; width: 769px; }
/* line 11, ../../scss/page/common/_grid.scss */
.grid-m790-s210 .main .main-cont {  min-height: 700px; box-shadow:0 0 0;-webkit-box-shadow:0 0 0; border-left:1px solid #e8e8e8;}
/* line 17, ../../scss/page/common/_grid.scss */
.grid-m790-s210 .sub { float: left; width: 210px; }

/* line 2, ../../scss/page/common/_footer.scss */
.footer-wrap { width: 100%; min-width: 1200px; background: #1c4f87; bottom: 0px; z-index: 1000;}
.footer-top{
	width: 100%;
	min-width: 1000px;
	height: 60px;
}
/* line 7, ../../scss/page/common/_footer.scss */
.fixed-footer { position: fixed; _position: absolute; bottom: 0px; }

/* line 12, ../../scss/page/common/_footer.scss */
.footer { height: 60px; line-height: 60px; text-align: center; color: #fff; }
/* line 17, ../../scss/page/common/_footer.scss */
.footer span { margin: 0 5px; }
/* line 20, ../../scss/page/common/_footer.scss */
.footer a { color: #fff; }

/*右侧固定定位微信*/
/* line 4, ../../scss/page/common/_fixed_weixin.scss */
.fixed-wexin { position: fixed; _position: absolute; right: 0; top: 230px; padding: 10px 0; background: #24485a; border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; color: #fff; overflow: hidden; font-size: 12px; z-index: 1000; }
/* line 17, ../../scss/page/common/_fixed_weixin.scss */
.fixed-wexin .wx { width: 110px; text-align: center; }
/* line 21, ../../scss/page/common/_fixed_weixin.scss */
.fixed-wexin .t1 { font-size: 16px; color: #ff5568; }
/* line 25, ../../scss/page/common/_fixed_weixin.scss */
.fixed-wexin .phone { border-top: 1px dashed #999; padding-top: 5px; margin-top: 5px; text-align: left; }
/* line 30, ../../scss/page/common/_fixed_weixin.scss */
.fixed-wexin .phone .icon { float: left; margin: 5px; height: 13px; width: 13px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -417px no-repeat; _font-size: 0; }
/* line 35, ../../scss/page/common/_fixed_weixin.scss */
.fixed-wexin .phone em { font-style: italic; }
/* line 38, ../../scss/page/common/_fixed_weixin.scss */
.fixed-wexin .phone .cont { overflow: hidden; }

/* line 14, ../../scss/page/common/base.scss */
.main-cont { padding: 20px 25px 25px; }
/*#sms_list ul li{
    width: 60%;
    position: relative;
    z-index: 1;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff9ed;
}*/
/*#sms_list ul li .t {
  color: #feaf12;
  margin-bottom: 10px;
}*/
/*#sms_list ul li .c {
    border: 1px dashed #ffe7b7;
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word;
}*/

/*#sms_list ul li a {
    width: 65px;
    height: 26px;
    line-height: 25px;
    float: right;
    display: inline-block;
    color: white;
    text-align: center;
    background: #00a5a4;
}*/
/*#sms_list ul li i {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 17px;
    width: 16px;
    background: url('../../images/account/spr/spr.jpg')  no-repeat;
}*/

.feeds-cont{position: relative;}
.feeds-cont .no-cont { text-align: center; font-size: 14px; height: 276px; padding-top: 80px;}
.feeds-cont .no-cont span { display: inline-block; *display: inline; *zoom: 1; height: 84px; width: 101px; background: url('/site_media/images/index/spr.png?v=952b30b045') 0 -156px no-repeat; }
.feeds-cont .no-cont b { font-size: 16px; color: #ff0000; margin-bottom: 10px; display: block; }
.feeds-cont .no-cont a { 
    width: 65px;
    height: 26px;
    color: white;
    text-align: center;
    line-height: 25px;
    background: #10b7af; 
    position: absolute;
    top:58%;
    left: 46%;
    right: 0px;}
/* line 17, ../../scss/page/common/base.scss */
.right-title { height: 24px; font-size: 20px; line-height: 24px; padding: 10px 0 16px; background: url(/site_media/images/public/common/title-repeat.png) 0 44px repeat-x; margin-bottom: 10px; }
/* line 24, ../../scss/page/common/base.scss */
.right-title i { vertical-align: middle; display: inline-block; *display: inline; *zoom: 1; height: 24px; width: 10px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -377px no-repeat; margin: -2px 5px 0 0; }
/* line 30, ../../scss/page/common/base.scss */
.right-title b { vertical-align: middle; display: inline-block; *display: inline; *zoom: 1; height: 15px; width: 8px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -105px no-repeat; _font-size: 0; margin: -2px 5px 0 0; }
/* line 36, ../../scss/page/common/base.scss */
.right-title a { font-size: 12px; }
/* line 39, ../../scss/page/common/base.scss */
.right-title .back { float: right; margin-left: 10px; }
/* line 41, ../../scss/page/common/base.scss */
.right-title .back i { display: inline-block; *display: inline; *zoom: 1; height: 16px; width: 14px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -401px no-repeat; _font-size: 0; margin: -2px 3px 0 0; }
/* line 48, ../../scss/page/common/base.scss */
.right-title .help { font-size: 14px; }
/* line 50, ../../scss/page/common/base.scss */
.right-title .help i { height: 19px; width: 24px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -86px no-repeat; }

/* line 56, ../../scss/page/common/base.scss */
.rbarr-yellow, .rbarr-green { position: absolute; right: 0; bottom: 0; z-index: 1; height: 19px; width: 18px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -169px no-repeat; }

/* line 63, ../../scss/page/common/base.scss */
.rbarr-green { background-position: 0 -151px; }

/* line 69, ../../scss/page/common/base.scss */
/*body { background: url(/site_media/images/public/common/body.png) 0 0 repeat; color: #555; }*/

/* line 73, ../../scss/page/common/base.scss */
a { color: #00a5a4; }
/* line 75, ../../scss/page/common/base.scss */
/*a:hover { color: #f5595e; }*/

/*button 配色*/
/* line 80, ../../scss/page/common/base.scss */
.self-btn50g, .self-btn40g, .self-btn30g, .self-btn50g-auto, .self-btn40g-auto, .self-btn30g-auto { color: #fff; border-bottom-color: #08a2a1; background-color: #21b5b4; }
/* line 89, ../../scss/page/common/base.scss */
.self-btn50g:hover, .self-btn40g:hover, .self-btn30g:hover, .self-btn50g-auto:hover, .self-btn40g-auto:hover, .self-btn30g-auto:hover { background-color: #11a3a2; color: #fff; }

/* line 94, ../../scss/page/common/base.scss */
.self-btn50w, .self-btn40w, .self-btn30w, .self-btn50w-auto, .self-btn40w-auto, .self-btn30w-auto { color: #555; border-bottom-color: #ccc; background-color: #ececec; }
/* line 103, ../../scss/page/common/base.scss */
.self-btn50w:hover, .self-btn40w:hover, .self-btn30w:hover, .self-btn50w-auto:hover, .self-btn40w-auto:hover, .self-btn30w-auto:hover { background-color: #e2e2e2; color: #555; }

/* line 109, ../../scss/page/common/base.scss */
.main-cont { /*@include min-height(500px);*/ box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2); }

/*资源建设中*/
/* line 117, ../../scss/page/common/base.scss */
#res-building { padding: 100px 0; text-align: center; }
/* line 121, ../../scss/page/common/base.scss */
#res-building span { width: 169px; height: 180px; background: url(/site_media/images/english/public/building.png) 0 0 no-repeat; display: inline-block; *display: inline; *zoom: 1; }
/* line 127, ../../scss/page/common/base.scss */
#res-building p { font-size: 14px; line-height: 24px; color: #999; }

/* line 135, ../../scss/page/common/base.scss */
.JS-recovery { color: #999; float: right; margin-right: 10px; line-height: 30px; }

/* line 143, ../../scss/page/common/base.scss */
.JS-postVideo { cursor: pointer; }

/* line 147, ../../scss/page/common/base.scss */
.recovery-cont { font-size: 14px; }
/* line 149, ../../scss/page/common/base.scss */
.recovery-cont .ico { display: block; margin: 15px auto 10px; height: 97px; width: 102px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -195px no-repeat; }
/* line 154, ../../scss/page/common/base.scss */
.recovery-cont .recovery-tips { font-weight: bold; }
/* line 157, ../../scss/page/common/base.scss */
.recovery-cont li { float: left; width: 210px; margin-bottom: 10px; }
/* line 162, ../../scss/page/common/base.scss */
.recovery-cont input { height: 13px; width: 13px; vertical-align: middle; margin-right: 3px; }
/* line 168, ../../scss/page/common/base.scss */
.recovery-cont ul { margin: 15px 0; }
/* line 171, ../../scss/page/common/base.scss */
.recovery-cont textarea { width: 520px; height: 130px; padding: 5px; display: block; border: 1px solid #dedede; }
/* line 178, ../../scss/page/common/base.scss */
.recovery-cont #recoveryNum { font-size: 12px; }

/* line 183, ../../scss/page/common/base.scss */
#recoverySuccess { background-color: #21b5b4; padding: 20px 40px; font-size: 20px; color: #fff; line-height: 85px; white-space: nowrap; }
/* line 190, ../../scss/page/common/base.scss */
#recoverySuccess span { float: left; height: 85px; width: 87px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -292px no-repeat; margin-right: 25px; overflow: hidden; }

/* line 200, ../../scss/page/common/base.scss */
.activityicon { display: inline-block; *display: inline; *zoom: 1; height: 18px; width: 32px; background: url(/site_media/images/public/common/activityicon.png) 0 0 no-repeat; vertical-align: middle; margin-right: 5px; }

/* line 209, ../../scss/page/common/base.scss */
#active-banner { width: 1000px; margin: 0 auto 10px; }
/* line 212, ../../scss/page/common/base.scss */
#active-banner img { vertical-align: top; }

/* line 217, ../../scss/page/common/base.scss */
.downloadbar { opacity: 0.8; position: fixed; left: 0px; bottom: 0px; width: 100%; height: 100px; overflow: hidden; -webkit-site-select: none; z-index: 1025; background: black; }
/* line 228, ../../scss/page/common/base.scss */
.downloadbar .main_con { margin-left: 25px; margin-right: 25px; position: relative; }
/* line 232, ../../scss/page/common/base.scss */
.downloadbar .main_con i { height: 20px; width: 20px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 -66px no-repeat; display: block; position: absolute; left: 0; top: 40px; }
/* line 239, ../../scss/page/common/base.scss */
.downloadbar .main_con a.download { width: 145px; height: 70px; line-height: 70px; text-align: center; color: #fff; background: #21b5b4; border-radius: 5px; position: absolute; display: block; right: 0; top: 17px; font-size: 28px; }
/* line 253, ../../scss/page/common/base.scss */
.downloadbar .main_con .d_logo { margin-left: 46px; padding-top: 17px; }
/* line 256, ../../scss/page/common/base.scss */
.downloadbar .main_con .d_logo em { height: 66px; width: 66px; background: url('/site_media/images/public/common/spr.png?v=06151ac40a') 0 0 no-repeat; display: inline; float: left; }
/* line 261, ../../scss/page/common/base.scss */
.downloadbar .main_con .d_logo .d_name { display: inline; margin-left: 20px; }
/* line 264, ../../scss/page/common/base.scss */
.downloadbar .main_con .d_logo .d_name h3 { font-size: 34px; line-height: 35px; color: #fbfbfb; }
/* line 269, ../../scss/page/common/base.scss */
.downloadbar .main_con .d_logo .d_name p { font-size: 24px; line-height: 35px; color: #a7a7a7; }



/*黑色的波浪线*/
/* .black_Line*/
.black_Line {
    position: relative;
     background: -webkit-linear-gradient(315deg, transparent, transparent 45%, black, transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent, transparent 45%, black, transparent 55%, transparent 100%);
    background: -webkit-linear-gradient(315deg, transparent, transparent 45%, black, transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent, transparent 45%, black, transparent 55%, transparent 100%);
    background: linear-gradient(135deg, transparent, transparent 45%, black, transparent 55%, transparent 100%), linear-gradient(45deg, transparent, transparent 45%, black, transparent 55%, transparent 100%);
    background-repeat: repeat-x, repeat-x;
    background-size: 6px 20px;
    background-position-y: 20px;
    white-space: normal;
    word-break: break-all;
}