@charset "utf-8";
/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #616b76;
}
a {
    color: #616b76;
    text-decoration: none;
}
a:hover {
    color: #5fae32;
}
* {
    padding: 0px;
    margin: 0px;
}
img {
    border: 0px;
}
ul {
    list-style: none;
}
.page_width {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.top {
    height: 35px;
    width: 100%;
    float: left;
    font-size: 12px;
    z-index:1000;
    position:fixed;
}
.top .top_email {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0 0 0;
}
.top .top_email i {
    background: url('../../images/icon_email.gif') no-repeat left top;
    width: 14px;
    height: 11px;
    float: left;
    margin: 2px 5px 0 0;
}
.top .top_email span {
    float: left;
}
.top .top_nav {
    float: right;
    text-align: right;
    padding: 10px 0 0 0;
}
.top .top_nav a {
    text-decoration: none;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    float: left;
    color:#fff;
}
.top .top_nav a:first-child {
    border: 0px;
}
.header, .scrollheader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 55;
    background:#5fae32;  
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.5);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.5);
}
.scrollheader {
    top: 0px;
    z-index: 999;
    background: #5fae32;
}
#header .mainnav {
    float: right;
    padding: 36px 0 0 0;
}
#header .mainnav ul li a{
    color:#fff;
}
#header .mainnav ul li.current a {
    color: #fff;
    font-weight: bold;
    border-bottom:2px solid #fff;
    padding:16px 0;
}
#header .mainnav ul li a:hover {
    color: #fff;
    font-weight:bold;
}
.banner {
    width: 100%;
    float: left;
    height: 415px;
    margin-top: 76px;
}
.banner01{
    background:url('../../images/banner01.jpg') no-repeat center center;
}
.banner02{
    background: url('../../images/banner02.jpg') no-repeat center center;
}
.banner .page_width {
    height: 415px;
    max-width: 1920px;
    position: relative;
}
.banner .banner_arrowleft, .banner .banner_arrowright, .banner .banner_pagenav {
    position: absolute;
}
.banner .banner_arrowleft, .banner .banner_arrowright {
    left: 0px;
    top: 50%;
    margin: -20px 0 0 25px;
    display: none;
}
.banner:hover .banner_arrowleft, .banner:hover .banner_arrowright {
    display: block;
}
.banner .banner_arrowright {
    left: auto;
    right: 0px;
    margin: -20px 25px 0 0px;
}
.banner .banner_arrowleft a, .banner .banner_arrowright a {
    width: 40px;
    height: 40px;
    float: left;
    background: url('../../images/icon_arrow.png') no-repeat left top;
}
.banner .banner_arrowleft a:hover {
    background-position: left -40px;
}
.banner .banner_arrowright a {
    background-position: right top;
}
.banner .banner_arrowright a:hover {
    background-position: right -40px;
}
.banner .banner_pagenav {
    width: 90px;
    text-align: center;
    left: 50%;
    bottom: 15px;
    margin: 0 0 0 -45px;
}
.banner .banner_pagenav a {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    float: left;
    background: #fff;
}
.banner .banner_pagenav a:hover, .banner .banner_pagenav a.current {
    background: #5fae32;
}
.newsanddes {
    width: 100%;
    float: left;
    line-height: 26px;
    padding: 50px 0;
    background: url('../../images/bg_shadow.gif') repeat-x left top;
}
.newsanddes h2 {
    font-size: 18px;
    color: #5baa41;
    padding: 0 0 15px 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    background: url('../../images/icon_news.png') no-repeat left top;
}
.hp_des h2 {
    background: url('../../images/icon_des.png') no-repeat left top;
    padding-left: 40px;
}
.newsanddes .hp_news {
    float: left;
    width: 47%;
}
.newsanddes .hp_news ul li {
    border-bottom: 1px dashed #efefef;
}
.newsanddes .hp_news ul li a {
    background: url('../../images/icon_dot2.gif') no-repeat 14px center;
    padding: 0 0 0 42px;
}
.newsanddes .hp_des {
    float: right;
    width: 47%;
}
.hp_whychose, .hp_partners {
    width: 100%;
    float: left;
    padding: 90px 0 160px 0 !important;
    background:url('../../images/center_bg.jpg') repeat-x left top;
}
.hp_whychose ul li b {
    background: rgba(0, 0, 0, 0) url("../../images/icon_line.png") no-repeat scroll center bottom;
    color: #5fae32;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
    padding: 20px 30px 30px;
    text-align: center;
}
.hp_whychose h2, .hp_partners h2 {
    font-size: 18px;
    color: #5baa41;
    padding: 5px 0 26px 40px;
}
.hp_whychose h2 {
    background: url('../../images/icon_hp_whychose.png') no-repeat left 2px;
}
.hp_partners h2 {
    background: url('../../images/icon_partner.png') no-repeat left 2px;
    float:left;
    width:100%;
}
.hp_whychose{
    padding-top:70px;
    padding-bottom:60px;
    color:#000000;
}
.hp_whychose ul li {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    line-height: 26px;
    padding: 0 46px;
    text-align: center;
    width: 33%;
}
.hp_whychose ul li img {
    width: 100%;
    max-width:246px;
    height: auto;
}
/*
.hp_whychose ul li:hover img {
    -moz-opacity: 0.80!important;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.hp_whychose ul li:hover, .hp_whychose ul li:hover a {
    color: #333;
}
*/
.hp_whychose ul li a b {
    width: 100%;
    float: left;
    color: #5baa41;
    padding: 12px 0;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
}
.hp_whychose ul li span{
    width:100%;
    float:left;
    text-align:left;
}
.hp_whychose ul li a span{
    width:100%;
    float:center;
    text-align:left;
}
.hp_partners ul{
    width:100%;
    float:left;
}
.hp_partners ul.imgnoborder li img{
    border:0px;
}
.hp_domaindes, .footer {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.footer {
    padding: 30px 0;
}
.hp_domaindes ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.hp_domaindes ul li h3:hover {
    color: #5baa41;
}
.hp_domaindes ul li h3 {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    float: left;
    background: #efefef;
    border-radius: 3px 3px 0 0;
    cursor: hand;
    cursor: pointer;
}
.hp_domaindes ul li b {
    float: left;
    padding: 9px 10px 7px 10px;
    font-weight: normal;
    width: 11px;
}
.hp_domaindes ul li span {
    float: left;
    padding: 7px;
}
.hp_domaindes ul li div {
    display: none;
    border: 1px solid #efefef;
    border-top: 0px;
    padding: 15px 15px 15px 37px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    line-height: 22px;
}
.hp_domaindes ul li i {
    float: right;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    padding: 5px 10px 0 0;
}
.hp_domaindes h2 {
    color: #5baa41;
    font-size: 18px;
    padding: 0 0 25px 40px;
    background: url('../../images/icon_domaindes.png') no-repeat left top;
}
.hp_partners ul li {
    float: left;
    padding: 0 25px 0 0;
}
.hp_partners ul li img {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.footer {
    background: #5fae32;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.footer p {
    margin-bottom:10px;
}
.footer a {
    color: #fff;
    padding: 0 10px;
}
/*----*/
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border:none;
}
:focus {
    outline: none;
}  /*IE*/
#mobilemainnav {
    float: right;
    width: 30px;
    height: 30px;
    border: 0px;
    background: #fff;
    margin: 22px 0 0 0;
    cursor: hand;
    cursor: pointer;
    display: none;
}
#mobilemainnav span {
    width: 30px;
    height: 3px;
    background: #efefef;
    float: left;
    margin: 2px 0;
}
.innerpage {
    width: 100%;
    float: left;
    margin-top: 75px;
    padding: 400px 0 120px 0;
    line-height: 25px;
    font-size: 14px;
}
.innerpage h1, .innerpage h2 {
    font-size: 18px;
    color: #5fae32;
    border-bottom: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    float: left;
}
.sidebar {
    width: 220px;
    float: left;
}
.sidebar ul {
    width: 100%;
}
.sidebar ul li {
    padding: 2px 0;
    width: 100%;
    float: left;
}
.sidebar ul li a {
    width: 100%;
    background: #efefef;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
}
.sidebar ul li a.current {
    background: #5fae32;
    color: #fff;
}
.sidebar ul li a:hover {
    background: #5fae32;
    color: #fff;
}
.col_right {
    margin: 0 0 0 220px;
    border-left: 1px solid #5fae32;
    padding-left: 30px;
    overflow:hidden;
}
.col_right p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.indent28 {
    text-indent: 28px;
}
.paddingleft28 {
    padding-left: 28px;
}
.paddingleft35 {
    padding-left: 35px;
}
.innerbanner {
    padding-bottom: 40px;
}
.newscenter li span {
    color: #bbbaba;
    font-size: 12px;
}
.wenxianlist li {
    border-bottom: 1px dashed #efefef;
    padding: 5px 0;
    background: url('../../images/icon_dot2.gif') no-repeat 13px center;
    padding-left: 37px;
    float:left;
    width:100%;
}
h2.tit_wenxian {
    background: url('../../images/icon_zhengce.png') no-repeat left top;
    padding-left: 35px;
}
h2.tit_help {
    background: url('../../images/icon_help.png') no-repeat left top;
    padding-left: 35px;
}
h1.tit_news, h2.tit_news {
    background: url('../../images/icon_news.png') no-repeat left top;
    background-size: 26px 26px;
    padding-left: 35px;
}
.color_green {
    color: #5fae32;
}
.copperation_list {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 25px;
}
.copperation_list li {
    float: left;
    padding: 8px 25px 8px 0;
}
.aboutus p {
    padding: 10px 0;
}
h2.tit_aboutus {
    background: url('../../images/icon_des.png') no-repeat left top;
    background-size: 26px 26px;
}
h2.tit_contact {
    background: url('../../images/icon_contact.png') no-repeat left top;
    margin-top: 25px;
}
.gtld_box {
    min-height: 400px;
}
.gtld_box h1, .gtld_box h2 {
    background: url('../../images/icon_domaindes.png') no-repeat left top;
    background-size: 26px 26px;
}
.anli h2{
    border-bottom: 2px solid #5fae32;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
}
.anli ul{
    padding:0 0 50px 0;
    float:left;
    width:100%;
}
.anli h2 span {
    background: #5fae32 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    float: left;
    padding: 5px 25px;
}
.anli ul li {
    float: left;
    margin: 8px 17px 8px 0;
    background: #f4f3f1;
    border-radius: 5px;
    width: 180px;
    text-align: center;
    padding: 0;
    border: 5px solid #f4f3f1;
    font-weight: bold;
}
.sunricenotice{
    padding-top:15px;
    padding-bottom:25px;
}
.punnycode{
    margin: 25px 35px;
    overflow: hidden;
    padding-top:25px;
}
.punnycode li{
    width:100%;
    float:left;
    padding:7px 0;
}
.punnycode li input{
    border:1px solid #dbdbdb;
    padding:8px;
    width:200px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.punnycode li span{
    float:left;
    background:#efefef;
    padding:4px 10px;
}
.punnycode li button{
    background:#5fae32 ;
    color:#fff;
    border:0px;
    padding:8px 15px;
    font-family:Arial, Helvetica, sans-serif;
    cursor:hand;
    cursor:pointer;
    font-size:14px;
}
.punnycode li button:hover{
    background:green;
}
.punnycode li button i{
    background:url('../../images/icon_translate-.png') no-repeat left top;
    width:13px;
    height:9px;
    float:left;
    margin:5px 5px 0 0;
}
.bold_title {
    font-weight:bold;
    color:#5fae32;
}
@media screen and (max-width:965px) {
.innerbanner img {
    width: 100%;
    height: auto;
}
#header .mainnav {
    display: none;
}
#mobilemainnav {
    display: block;
}
#header .page_width {
    position: relative;
}
#header .mainnav {
    position: absolute;
    left: 0px;
    top: 75px;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 2px 2px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
}
#header .mainnav ul li {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin: 0px;
    border-bottom: 1px dotted #efefef;
}
#header .mainnav ul li a {
    width: 100%;
    float: left;
}
}
@media screen and (max-width:550px) {
.top .top_email {
    display: none;
}
.top .top_nav {
    width: 100%;
    text-align: right;
}
.top .top_nav a {
    float: none;
}
.sidebar {
    width: 118px;
}
.col_right {
    margin: 0 0 0 118px;
}
#header .logo a{
	width:200px;
	background-size:100% auto;
}
.hp_whychose ul li{
	padding:0 20px;
}
}
@media screen and (max-width:320px) {
.top .top_nav a {
    padding: 0px 0 0 3px;
    margin: 0px 0 0 3px;
}
}

.cooperation h1, .cooperation h2{
    border-bottom:2px solid #5fae32;
    color:#fff;
    overflow:hidden;
    padding:0px;
    font-weight:normal;
    margin-top:25px;
    background: url('../../images/icon_pen.png') no-repeat left top;
}
.cooperation h1 span,.cooperation h2 span{
    float:left;
    border-radius:5px 5px 0 0;
    padding:5px 25px;
    background:#5fae32;
}
#header .mainnav ul li {
    float: left;
    padding: 5px 0 5px 18px;
    margin: 0 0 0 8px;
}
#header .logo a {
    background:url("../../images/en/logo.png") no-repeat center center;
    float: left;
    height: 64px;
    margin: 6px 0;
    overflow: hidden;
    text-indent: -99999px;
    width: 98px;
}
.policy_bg{
    background:url('../../images/en/banner_policy.jpg') no-repeat top center;
}
.partner_bg{
    background:url('../../images/en/banner_joinus.jpg') no-repeat top center;
}
.news_bg{
    background:url('../../images/en/banner_news.jpg') no-repeat top center;
}
.about_bg{
    background:url('../../images/en/banner_about.jpg') no-repeat top center;
}
.contact_bg{
    background:url('../../images/en/banner_contactus.jpg') no-repeat top center;
}
.value_bg{
    background:url('../../images/en/value_banner.jpg') no-repeat top center;
}
.policeslist {
    list-style:none;
    padding:0 3px;
}
.policeslist li {
    float:left;
    width:100%;
    box-sizing:border-box;
    line-height:50px;
    background:url('../../images/post_arrow.png') no-repeat left 17px;
    padding-left:15px;
    box-sizing:border-box;
}
.anli .anli02 li {
    border: 1px solid #ccc;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
.anli .anli02 li ul {
    margin: 0px;
    padding: 0px;
}
.anli .anli02 li ul li {
    width: 195px;
    padding: 5px;
    height: 108px;
    background: #efefef;
    overflow: hidden;
}
.anli .anli02 li ul li img {
    width: 180px;
    height: auto;
}
.anli .anli02 li h3 {
    background: #fff;
    text-align: center;
}
.anli .anli02 li p img {
    margin: 5px;
}
#facebox_overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    -moz-opacity: 0.50!important;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 999;
    display:none;
}
.anli_bigphoto {
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -450px;
    width: 900px;
    box-sizing: border-box;
    z-index: 1000000;
    display:none;
}
.anli_bigphoto_con {
    width: 100%;
    position: relative;
    background: #fff;
    float: left;
    border: 20px solid #fff;
    border-radius: 10px;
}
.anli_bigphoto_con i a {
    color: #333;
    text-decoration: none;
    position: absolute;
    right: -29px;
    top:-31px;
    font-style:normal;
    background:#fff;
    width:30px;
    height:30px;
    border-radius:50%;
    text-align:center;
    font-weight:bold;
    line-height:23px;
}
.anli_bigphoto img {
    width: 100%;
    height: auto;
}
.polices h1, .polices h2{
    width:100%;
    padding:10px 0;
    margin-top:100px;
    border-bottom:2px solid #5fae32;
    color:#5fae32;
    font-size:24px;
}
.policeslist li a.bold_title{
    font-weight:normal;
    color:#333;
}
.bg_inner{
    width:100%;
    float:left;
    margin-top:-50px;
    background:url('../../images/center_bg.jpg') repeat-x left top;
}
.foot_dothealthy{
    position:relative;
    width:540px;
    margin:0 auto;
}
.foot_dothealthy span a{
    background: rgba(0, 0, 0, 0) url("../../images/en/logo.jpg") no-repeat scroll left -3px / 100% auto;
    border-radius: 5px;
    float: left;
    height: 65px;
    overflow: hidden;
    position: absolute;
    right: -58px;
    top: -20px;
    width: 56px;
}
.footer .selected_nav {
    color: #e8f900;
}

.introduce_center {
    background: #efefef none repeat scroll 0 0;
    margin-bottom: 40px;
    padding: 40px 0 90px;
    width: 100%;
    float:left;
}
.introduce_contact3 {
    color: #5fae32;
    font-size: 24px;
    padding:0 0 35px 0;
}
.introduce_item {
    margin: 0 auto;
    width:100%;
    max-width: 1150px;
    padding:0 15px;
    box-sizing:border-box;
}
.introduce_contact3 p, .introduce_contact3 h2 {
    margin: 0 auto;
    width:100%;
    max-width: 1150px;
    line-height:28px;
    padding:0 15px;
    box-sizing:border-box;
}
.introduce_contact3 h2 {
    font-size:24px;
}
.introduce_item .submit_stable {
    font-size: 14px;
    line-height: 18px;
}
.introduce_item .submit_stable ul {
    float: left;
    width: 100%;
    margin-right:85px;
}
.introduce_item .submit_stable ul li {
    float: left;
    padding-bottom: 18px;
    width: 50%;
}
.introduce_item .submit_stable ul li p {
    padding-bottom: 5px;
}
.introduce_item .submit_stable ul li input {
    border: 1px solid #cbcbcb;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    padding: 0 10px;
    width: 88%;
}
.introduce_item .submit_stable ul li textarea {
    border: 1px solid #cbcbcb;
    height: 246px;
    line-height: 18px;
    margin-right: 10px;
    padding: 0 10px;
    width: 94%;
}
.introduce_item .sbumt_input .sbumt_input1 {
    background:url('../../images/sbumit_btn.png') no-repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-shadow: 0 1px 1px #333;
    width: 178px;
}
#content{
    position:relative;
}
.hp_registerdomain{
    position:absolute;
    z-index:9999;
    left:50%;
    top:370px;
    margin:55px 0 0 -300px;
    float:left;
    box-shadow: 0 1px 8px rgba(34, 25, 25, 0.2);
-moz-box-shadow: 0 1px 8px rgba(34, 25, 25, 0.2);
-webkit-box-shadow: 0 1px 8px rgba(34, 25, 25, 0.2);

}
.hp_registerdomain label,
.hp_registerdomain input,
.hp_registerdomain span,
.hp_registerdomain button{
    background:#fff;
    padding:17px 15px;
    height:19px;
    font-size:22px;
    color:#333;
    border:0px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    border:1px solid #53a117;
    line-height:20px;
    font-weight:bold;
}
.hp_registerdomain input{
    font-family:Arial, Helvetica, sans-serif;
    width:325px;
    border-left:0px;
    border-right:0px;
    padding-left:0px;
    padding-right:0px;
    outline:none;
}
.hp_registerdomain label{
    border-right:0px;
    padding-right:0px;
}
.hp_registerdomain span{
    color:#53a117;
    font-family:"微软雅黑";
    border-left:0px;
    padding-top:15px;
    height:21px;
}
.hp_registerdomain button{
    background-color: #53a117;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62b920), color-stop(100%, #53a117));
    background: -webkit-linear-gradient(top, #62b920, #53a117);
    background: -moz-linear-gradient(top, #62b920, #53a117);
    background: -o-linear-gradient(top, #62b920, #53a117);
    background: linear-gradient(top, #62b920, #53a117);
    color:#fff;
    height:55px;
    cursor:hand;
    cursor:pointer;
    font-weight:bold;
    padding-top:15px;
    border-left:0px;
    padding-left:25px;
    padding-right:25px;
}
.register_bg{
    background:url('../../images/en/banner_submit.jpg') no-repeat center top;
}
.introduce_item .introduce_title {
    border-bottom: 2px solid #5fae32;
    color: #53a117;
    font-size: 21px;
    font-weight: bold;
    margin:0px 0 15px;
    overflow: hidden;
    padding:0 0 5px 0;
}
.introduce_item h4 {
    color: #333;
    font-weight: bold;
    line-height: 18px;
    padding: 20px 30px 30px 0;
    text-align: left;
}
.faq_bg{
    background:url('../../images/en/banner_faq.jpg') no-repeat center top;
}
#container_banner_register{
    background:url('../../images/en/banner_register.jpg') no-repeat center top;
    height:350px;
    width:100%;
    position:relative;
    padding-top: 30px;
}
#container_banner_register .hp_registerdomain{
    position:absolute;
    left:50%;
    top:185px;
    margin:0 0 0 -320px;
}
#container_banner_register h2{
    text-align:center;
    width:100%;
    font-size:36px;
    color:#fff;
    padding:60px 0 35px 0;
    border:0px;
}
#container_banner_register h2 i{
    background:url('../../images/icon_register_succ.png') no-repeat left top;
    width:57px;
    height:57px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
#container_banner_register p{
    text-align:center;
    width:100%;
    padding:70px 0 0px 0;
    color:#fff;
    font-size:22px;
    text-shadow:0 1px #6d8eba;
    float:left;
    line-height: 1.3;
}
#container_banner_register h2 i.fail{
    background:url('../../images/icon_register_succ.png') no-repeat left -57px;
}
#container_banner_register h3{
    width:100%;
    max-width:1024px;
    text-align:center;
    color:#fff;
    font-size:18px;
    margin:-27px auto 25px;
}

/*captcha*/
.change_one{
	color: #5fae32;
	cursor: pointer;
}
.captcha_box a {
  display: none;
}
.sidebar h2 {
    margin:0;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#616b76;border:0
}

/* knowledge page*/
.newspage {
    padding: 15px 0px 75px 0;
}
.newspage .news_left {
    width: 790px;
    padding: 30px 0 0 0;
    float: left;
}
.newspage .news_left h1 {
    padding-left: 0px;
    margin-bottom: 0px;
    border: 0px;
    text-align: center;
    font-size: 22px;
}
.newspage .news_left h4 {
    color: #999;
    padding: 0 0 25px 0;
    text-align: center;
    font-weight: normal;
}
.newspage .news_left h4 span {
    padding: 0 10px;
    font-size: 12px;
}
.newspage .news_left p {
    padding: 10px 0;
    text-indent: 30px;
}
.newspage .news_left p.news_summary {
    text-indent: 0px;
    background: #fafafa;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 10px 0;
}
.newspage .news_sidebar {
    float: right;
    width: 230px;
    margin: 81px 0 0 0;
}
.newspage .news_sidebar dl {
    width: 100%;
    padding: 0px 0 30px 0;
    margin: 0px;
    float: left;
}
.newspage .news_sidebar dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    color: #5fae32;
    border-bottom: 1px solid #ccc;
}
.newspage .news_sidebar dd {
    width: 100%;
}
.newspage .news_sidebar dd.keywords a {
    border: 1px solid #ccc;
    padding: 3px 10px;
    margin: 0 5px 5px 0;
    float: left;
}
.newspage .news_sidebarlinks a {
    width: 100%;
    padding: 3px 0;
    float: left;
}
.color_gray{
    color:#999;
}
.f_left{
    float:left;
}
.f_right{
    float:right;
}
.knowledge_list h2{
    border:0px;
    padding:0px;
    margin:0px;
}
.knowledge_list li{
    width:100%;
    padding:15px 0 10px 0;
    border-bottom:1px dashed #ccc;
}
.knowledge_list h3{
    font-size:12px;
    font-weight:normal;
}
.newspage .news_left .knowledge_list p{
    text-indent:0px;
}
.pagenav{
    width:100%;
    float:left;
    padding:25px 0;
}
.pagenav a{
    border:1px solid #ccc;
    border-radius:3px;
    padding:2px 5px;
    margin:0 2px;
}
.pagenav a.current{
    border:1px solid #5fae32;
    color:#5fae32;
}
