﻿@charset "utf-8";
/************************************* application.css *********************************************/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ body */
html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    -webkit-font-smoothing: antialiased;
}
body {
    background: #ffffff;
    font-family:'microsoft yahei', sans-serif;
    font-size: 12px;
    color: #363636;
    _padding-top: 22px;
    overflow: hidden;
}
.main {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */
#header {
    height: auto;
    background: #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    position: relative;
}
#header .header{
    margin: 0 auto;
    min-width: 980px;
    position: relative;
}
#header .header .logo{
    float: left;
    margin: 20px 0 10px 40px;
}
#header .header .ewm{
    position: fixed;
    top: 0px;
    right: 20px;
    z-index: 100;
}
#header .header .top_right{
    position: absolute;
    height: 48px;
    right: 150px;
    bottom: 0;
}
#header .header .top_right .links a{
    display: block;
    float: left;
    line-height: 48px;
    border-right: 1px #363636 solid;
    padding: 0 20px;
    color: #b2b2b2;
    font-size: 10px;
}
#header .header .top_right .links a:hover{
    color: #FF0000;
}
#header .header .top_right .links a.last{
    border-right: 0;
}
#header .menu{
    clear: both;
    height: 34px;
    /*overflow: hidden;*/
    background: #363636;
}
#header .menu ul{}
#header .menu ul li{float: left; line-height: 34px;border-right: 1px solid #444444; position: relative;}
#header .menu ul li > a{display: block; width: 144px;color: #fff; font-size: 14px;position: relative;z-index:0; text-decoration: none; text-align: center}
#header .menu ul li > a:before {
    position: absolute;
    content: '';
    width: 144px;
    height: 0px;
    background: #FF0000;
    left: 0;
    top: 0px;
    z-index: -9;
    -o-transition: height .15s ease-in-out;
    -moz-transition: height .15s ease-in-out;
    -webkit-transition: height .15s ease-in-out;
    transition: height .15s ease-in-out;
}
#header .menu ul li:hover a:before {
    height: 34px;
    /*top: 0px;*/
}

#header .menu .dropdown{
    position: absolute;
    z-index: 99;
    width: 200px;
    background: #FF0000;
}


#header .menu .dropdown dl{}
#header .menu .dropdown dl > dd{
    display: block;
    position:relative;
    border-top: 1px #EB0000 solid;
    border-bottom: 1px #FD2525 solid;
    border-right: 0px #FD2525 solid;

}
#header .menu .dropdown dl > dd.icon{
    background: url("../images/dot.png") right 12px no-repeat;
}
#header .menu .dropdown dl > dd:hover{
    background: #FF5400;
}
#header .menu .dropdown dl > dd.icon:hover{
    background: #FF5400 url("../images/dot.png") right 12px no-repeat;
}
#header .menu .dropdown dl > dd:first-child{
    border-top:0;
}
#header .menu .dropdown dl > dd > a{
    display: block;
    color: #ffffff;
    padding-left: 12px;
    text-decoration: none;
}
#header .menu .dropdown dl > dd > dl{
    position: absolute;
    left: 200px;
    width: 200px;
    top: 0;
    display: none;
    background: #FF0000;
}
#header .menu .dropdown dl > dd:hover > dl{
    display: block;
}
#header .menu .dropdown dl > dd:hover > dl dd{
    background: #FF5400;
}
#header .menu .dropdown dl > dd:hover > dl dd{
    border-top: 1px #ED4E00 solid;
    border-bottom: 1px #FC651C solid;
    line-height: 33px;
}
#header .menu .dropdown dl > dd:hover > dl dd:hover{
    background: #FF5400;
}

.w980 #header .header{
    width: 980px;
}
.w980 #header .header .logo{
    margin-left: 0;
}
.w980 #header .menu ul{
    width: 980px;
    margin: 0 auto;
}
.w980 #header .menu ul li{
    border-right: 0;
    border-left: 1px solid #444444;
}
.w980 #header .header .top_right{
    right: -10px;
}
.location{
    color: #AAAAAA;
}
.location a{color: #AAAAAA;}
.location a:hover{color:#FF0000;}

/*index*/
#banner { width: 100%; height: auto; position: relative;}
.rslides {
    margin: 0 auto 40px;
}
#slider2, #slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs {
    list-style: none; z-index: 999; border-radius: 50px; border: solid 1px #fff;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    font-size: 18px;
    list-style: none; position: absolute; bottom: 20px; left: 50%; margin-left: -80px;
    width: 160px  !important;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline; text-transform: none;
    float: none;
    margin-right: 0px;
}
.rslides_tabs a { width: 10px; height: 10px; line-height: 0px; border: 1px solid #fff;   font: 0/0 a;
    overflow: hidden;

    background: #fff;  display: inline-block; margin: 0px 2px; border-radius: 50px;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: #333 !important;
    color: #fff;
    font-weight: bold;
}

.tj_img{ height: 180px;}
.tj_img dl dd{ float: left; width: 243px; background: url("../images/line.png") center right no-repeat; padding-right: 2px;}
.tj_img dl dd.last{background: none;}
.tj_img dl dd img{
    width: 243px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.tj_img dl dd img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

#footer {
    border-top: 5px solid #FF0000;
    background: #020202;
    color: #707070;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 15px;
	position:relative;
}
#footer .ewm{
    position:absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
}
#footer .ewm img{
	width:152px;
	height:152px;
}
.copyright{ padding-top: 30px; padding-bottom: 10px; text-align: left; color: #444;}
.column{float:left; width:160px;}
.column h3{padding-bottom: 10px;}
.column a{ display:block;color:#707070;  font-size:12px; padding: 5px 0;}
.column a:hover{color:#FF0000}
.column1{width:160px;}
.column2{width:120px;}
.column3{width:180px;}
.column4{width:140px;}
.column5{width:190px; font-weight: bold;}
.column5 > div{line-height: 25px; padding-bottom: 20px;}


#header_p{
    height: auto;
    background: #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    position: relative;
    z-index: 2;
}
.header_p{
    width: 980px;
    min-width: 600px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
.header_p .logo{
    margin: 14px 20px 15px 0;
    display: inline;
    float: left;
    overflow: hidden;
}
.header_p .top_right{
    float: right;
}
.header_p .top_right .links{
    height: 50px;
}
.header_p .top_right .links a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #b2b2b2;
    font-size: 12px;
    border-left: 1px solid #363636;
}
.header_p .top_right .links a:hover{
    color:#FF0000
}
.ad_wrapper{
    background: #dfdfdf;
    width: 100%;
}
.ad_container{
    padding: 10px 0;
    height: 90px;
    text-align: center;
}

.page{
    background: #ffffff;
}
.page #p_left{
    float: left;
    width: 739px;
    min-height: 400px;
    border-right: 1px solid #f0f0f0;
}
.page #p_left .page_content{
    margin: 20px;
    line-height: 26px;
    color: #7f7f7f;
    font-size: 14px;
}
.page #p_left .page_content img{
    max-width: 100%;
}
.page #p_right{
    float: right;
    width: 220px;
    min-height: 200px;
    padding: 0 0 0 20px;
    margin: 0;
}
.page #p_right h1{
    padding: 12px 20px 12px;
    background: #FAFAFA;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin: 0 0px 0px -20px;
    font-size: 14px;
    line-height: 15px;
}
.page #p_right .r_con {
    margin: 20px 20px 20px 0;
    width: 200px;
}
.fixed{
    position: fixed;
    top: 0;
}
.page #p_right .r_con h4{
    font-size: 15px;
    margin-bottom: 20px;
    padding-right: 20px;
    line-height: 24px;
    color: #888;
    font-weight: 300;
}
.page #p_right .r_con .info{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}
.page #p_right .r_con .share{
    padding-top: 20px;
}
.page #p_right #nav{
    margin-left: -20px;
}
.page #p_right #nav ul{}
.page #p_right #nav ul li{
    border-bottom: 1px solid #FAFAFA;
}
.page #p_right #nav ul li a{
    display: block;
    padding: 10px 10px 10px 16px;
    border-left: 3px #ffffff solid;
    font-size: 14px;

}
.page #p_right #nav ul li a:hover,
.page #p_right #nav ul li a.selected{
    border-left: 3px #FF0000 solid;
    text-decoration: none;
    color: #FF0000;
    background: #fdfdfd;
}

#project_header {
    width: 100%;
    padding-top:20px;
}
#project_header ul#ocean_header {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    background: #ffffff;
    border-bottom: 1px #f0f0f0 solid;
    padding-top: 20px;
}
#project_header ul#ocean_header li {
    float: left;
}
#project_header ul#ocean_header li#avatar_zone {
    width: 50px;
    margin-right: 20px;
    margin-left: 20px;
}
#project_header ul#ocean_header li#user_info {
    width: 640px;
}
#project_header ul#ocean_header li#user_info h1 {
    font-family:"微软雅黑";
    font-size: 25px;
    padding: 0px 0 0 0;
    margin-bottom: 0px;
    line-height: 39px;
    color: #363636;
    font-weight: 300;
}
#project_header ul#ocean_header li#user_info h2 {
    font-family: Helvetica, Arial, san-serif;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0px;
    line-height: 15px;
    margin-top: -2px;
    margin: 0 0 25px;
    font-weight: 300;
}
#project_header a{
    color: #363636;
}
#project_header ul#ocean_header li#user_links {
    width: 230px;
    margin-left: 20px;
}

h1.ptitle {
    font-family:"微软雅黑";
    font-size: 25px;
    padding: 0px 0 0 0;
    margin-bottom: 0px;
    line-height: 39px;
    color: #363636;
    font-weight: 100;
    line-height: 28px;
}
h1.ptitle span{
    display: block;
    color: #999;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    font-size: 12px;
    font-weight: 100;
}

.contact_text {
    /*border: 1px dashed #e96831;*/
    padding: 20px;
    border-radius: 10px;
    line-height: 22px;
    color: #e96831;
}

/*FAQ*/
.help .section {
    margin-bottom: 50px;
}
.help h2 {
    margin-bottom: 20px;
    position: relative;
    padding-top: 25px;
    border-top: 1px solid #f3f3f3;
    color: #7f7f7f;
    font-size: 23px;
    line-height: 34px;
}
.help h2:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #FF0000;
    height: 2px;
    width: 19px;
}
.help .help-question h3 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 34px;
    font-weight: bold;
    color: #FF0000;
}
.help .help-question p {
    margin: 0 0 50px 15px;
    position: relative;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #717171;
    background-color: #f8f8f8;
    white-space: wrap;
    word-wrap: break-word;
    word-break: break-all;
}
.help .help-question p:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -9px;
    width: 0;
    height: 0;
    border-bottom: 9px solid #f8f8f8;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.help .section > p {
    text-align: right;
}
.help .section > p > a {
    font-size: 15px;
    color: #FF0000;
}
.help .help-use {
    width: 1080px;
}
.help .help-use li {
    margin: 0 80px 88px 0;
    float: left;
    width: 460px;
    min-height: 222px;
}
.help .help-use li img {
    margin-right: 30px;
    float: left;
    display: block;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #e1e1e1;
}
.help .help-use li .help-title {
    display: inline-block;
    margin: 5px 0 10px 0;
    font-size: 20px;
    line-height: 30px;
    color: #FF0000;
}
.help .help-use li p {
    font-size: 14px;
    height: 100px;
    color: #7b7b7b;
    overflow: hidden;
}


/*about team*/
.about-team .section > p {
    margin-bottom: 115px;
    font-size: 18px;
    color: #4c4c4c;
}
.about-team ul li {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}
.about-team ul li img {
    float: left;
    margin: 0 60px 30px 0;
    border: 1px solid #f2f2f2;
    padding: 10px;
    display: block;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.about-team ul li h3 {
    margin: 25px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #4c4c4c;
}
.about-team ul li p {
    text-indent: 2em;
    line-height: 26px;
}


@media screen and (max-width: 1430px) {
    #header .header {
        min-width: 980px !important;
    }
}
@media screen and (min-width: 1431px) and (max-width: 1670px)  {
    #header .header {
        width: 1430px !important;
    }
}
@media screen and (min-width: 1671px) and (max-width: 1910px) {
    #header .header {
        width: 1670px !important;
    }
}
@media screen and (min-width: 1911px) {
    #header .header {
        width: 1910px;
    }
}