body,ul,li,h1,h2,h3,p{ margin: 0; padding: 0;}
ul,li{ list-style: none;}
h1{ font-size: 22px;}
h2{ font-size: 20px;}
h3{ font-size: 18px;}
body{ color: #666666; font-family: '微软雅黑';}

/* 通用 */
::-webkit-input-placeholder { font-family: '微软雅黑'; }
::-moz-placeholder { font-family: '微软雅黑'; } /* firefox 19+ */
:-ms-input-placeholder { font-family: '微软雅黑'; } /* ie */
input:-moz-placeholder { font-family: '微软雅黑';}

.header{ width: 100%; background:#2f76ae; height: 90px;}
.header .main{ width: 1000px; margin: 0 auto; height: 90px;background: #2f76ae;}
.header .main .logo{ width: 300px; height: 39px; background: url(../images/cn_login/logo.png) no-repeat; background-size: 300px 39px; top: 25px; position: relative;}
.header .main h1{ float: left; margin-left: 330px; font-size: 30px; color: #fff; line-height: 10px;}
.server_sel{ float: left; margin-left: 20px; position: relative; top: 5px; font-size: 15px; text-align: right; padding: 0 10px 30px;}
.server_sel .name{ text-align: right; margin-right: 10px; color: #a2d6fe;}
.server_sel .list{ display: none; position: absolute; top: 40px; background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; z-index: 2;}
.server_sel .arrow_up{ display: none; width: 13px; height: 7px; background: url(../images/cn_login/arrow_icon_up.png) no-repeat; background-size: 13px 7px; float: right; margin-right: 5px; margin-top: 6px;}
.server_sel .arrow_down{ width: 13px; height: 7px; background: url(../images/cn_login/arrow_icon_down.png) no-repeat; background-size: 13px 7px; float: right; margin-right: 5px; margin-top: 6px;}
.server_sel .list{ width: 100%; text-align: left; top: 46px; padding: 20px 0; text-indent: 10px;}
.server_sel .list i{ width: 4px; height: 10px; background: url(../images/cn_login/list_icon.png) no-repeat; background-size: 4px 10px; margin-left: 10px; margin-top: 3px; float: left;}
.server_sel .list li{ padding: 5px 0;}
.server_sel:hover{ cursor: pointer}
.server_sel .list li:hover{ color: #0087b6;}

.container{ width: 100%; position: relative; padding-top: 50px; float: left;}
.container .main{ width: 1000px; margin: 0 auto;}
.container .main .left{ width: 360px; height: 475px; float: left; border: 1px solid #ccc;border-radius: 5px;}
.container .main .right{ width: 610px; height: 475px; float: right; border: 1px solid #ccc;border-radius: 5px;}

.login_header{ background: #2f76ae; width: 100%; height: 60px; text-indent: 45px; line-height: 60px; font-size: 20px; color: #fff; font-weight: bold;border-radius: 5px 5px 0 0;}
.login_body{ position: relative; padding: 30px;}
.login_li{ width: 100%; float: left; margin-bottom: 20px; position: relative;}
.login_li input{ width: 100%; height: 40px; border: 1px solid #ccc; border-radius: 5px; text-indent: 10px; color: #666666;font-size: 14px;}
.login_li i{ width: 16px; height: 16px; position: absolute; right: 10px; top: 12px;}
.user_logo{ background: url("../images/cn_login/user_logo.png") no-repeat; background-size: 16px 16px;}
.pwd_logo{ background: url("../images/cn_login/pwd_logo.png") no-repeat; background-size: 16px 16px;}
.forgetPwd{ color: #0087b6; font-size: 14px;}
.login_language{ width: 100%; float: left; margin-bottom: 20px; position: relative; height: 40px; line-height: 40px; background: #ffffff; border: 1px solid #ccc; border-radius: 5px; text-indent: 10px;}
.login_language .title{ color: #aaaaaa;}
.login_language i{ width: 13px; height: 7px; background: url("../images/cn_login/arrow_icon.png") no-repeat; background-size: 13px 7px; float: right; margin-top:15px; margin-right:
10px;}
.login_language .list{ position: absolute; top: 37px; left: 0; width: 100%; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; z-index: 2; background: #fff; display: none;left: -1px;}
.login_language .list li{ width: 100%; height: 40px; line-height: 40px; text-indent: 10px;  color: #666666;}
.login_language .list .list_icon{ width: 4px; height: 10px; background: url(../images/cn_login/list_icon.png) no-repeat; background-size: 4px 10px; float: left; margin-left: 10px;}

.login_language:hover{ cursor: pointer;}
.login_language .list li:hover{ color: #0087b6;}
.login_btn{ width: 100%; height: 40px; background: #2f76ae; color: #fff; text-align: center; line-height: 40px; font-size: 18px; margin-bottom: 20px; float: left; border-radius: 5px;}
.login_byOthers{ width: 100%; height: 30px; float: left; color: #979797; font-size: 14px;}
.login_byOthers img{ vertical-align: middle;}
.login_btn:hover{ cursor: pointer;}

.login_language .i_active{ background: url(../images/cn_login/arrow_icon_active.png) no-repeat; background-size: 13px 7px;}

.news{ padding: 20px;}
.news h2{ color: #0087b6; padding-bottom: 15px;}
.news .content_li{ width: 100%; float: left;}
.news .content_li img{ float: left;}
.news .content_li .content_right{ float: right; width: 270px; font-size: 15px; color: #979797;}
.news .content_li .content_right .title{ font-size: 18px; font-weight: bold; color: #666666;}
.news .content_li .content_right .dateAndAuthor{ padding: 10px 0;}
.news .line{ margin:15px 0; height: 1px; width: 100%; border-top: 1px solid #ccc; float: left;}

.footer{ width: 100%; float: left; padding-top: 30px; position: relative; padding-bottom: 50px;}
.footer .main{ width: 1000px; margin: 0 auto;}
.footer .main .left{ width: 360px; height: 110px; float: left;}
.footer .main .right{ width: 610px; height: 130px; float: right;}
.footer .main .left h2{ color: #0087b6; line-height: 40px; margin-bottom: 10px;}
.download_url a{ text-decoration: none;}
.video_list li{ width: 190px; float: left;}
.video_list li:hover{ cursor: pointer;}
.video_list li h3{ font-size: 14px; font-weight: normal; text-align: center; margin-top:5px; color: #0087b6;}

.ceng{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index:1000; background: #000; opacity: 0.5; display: none;}
.videoMain{ position: fixed; z-index:1001; left: 0; top: 0; right: 0; bottom: 0; display: none;}
#videoShow{ margin: 0 auto; position: relative; background: #000;}

.mar_b_10{ margin-bottom: 10px;}
.mar_b_15{ margin-bottom: 15px;}
.mar_l_12{ margin-left: 12px;}
.mar_l_20{ margin-left: 20px;}

#system-message-cn {
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 5%;
    top: 84px;
    width: 40%;
    z-index: 9999999;
}
#system-message-cn .message {
    background-attachment: scroll;
    background-color: #57b7e2;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==");
    background-position: 0 0;
    background-repeat: repeat no-repeat;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.098);
    color: #fff;
    cursor: pointer;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    padding: 8px 10px 9px;
    text-align: center;
}
#system-message-cn .message.error {
    background-color: #f00;
    color: #fff;
}

.videoClose{ width: 30px; height: 30px; background: url(../images/cn_login/close.png) no-repeat; background-position: center; background-size: 24px 24px; position: absolute; left: 50%; margin-left: 390px;}
.videoClose:hover{ cursor: pointer;}

.news_title {color: #666666;text-decoration:none}