/* CSS Document */
/*字体*/
@font-face {
    font-family: hyzs;
    src: url('hyzsj.ttf'); /* IE9+ */
}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}

body, input, select, textarea {
    outline: none;
    font-size: 16px; /*font-family: "Microsoft YaHei", 微软雅黑;*/
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

input, select {
    outline: none;
}

.red {
    color: #ff0000 !important;
}

.green {
    color: #80c269 !important;
}

.blue {
    color: #29abe2 !important;
}

.black {
    color: black !important;
}

.bg_66cc33 {
    background: #66cc33;
}

.bg_2ca6e0 {
    background: #2ca6e0;
}

.bg_cccccc {
    background: #cccccc;
}

.bg_e60012 {
    background: #e60012;
}

.bg_30a7e0 {
    background: #30a7e0;
}

.font-weight {
    font-weight: 800;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/* End hide from IE Mac */
/* end of clearfix */
.inner {
    width: 1200px;
    margin: 0 auto;
}

.border0 {
    border: 0px !important;
}

.b-title {
    font-size: 20px;
    font-weight: bold;
    height: 40px;
}

.cff9600 {
    color: #ff9600;
}

.c2e6eef {
    color: #2e6eef;
}

.border-radius5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.border-radius2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*顶部*/
.m-top {
    width: 100%;
    height: 31px;
    background: #ffffff;
}

.m-top ul {
    display: block;
}

.m-top ul li {
    float: left;
    color: #fff;
    padding: 0px 3px;
    font-size: 10px;
    line-height: 30px;
}

.m-top ul li a {
    color: #4183c0;
    font-size: 11px;
}

.m-top ul.login {
    margin-left: 25px;
}

.m-top ul.user {
    margin-left: 25px;
}

.login_bnt {
    font-weight: bold;
}

.user_box {
    display: none;
    width: 1034px;
    position: absolute;
    top: 130px;
    right: 40px;
    z-index: 4000;
}

.register_box .close {
    width: 24px;
    height: 24px;
    background: url(img/close_user.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 20px;
    z-index: 1000;
}

.register_box .item {
    margin-bottom: 20px;
}

.register_box .need {
    color: red;
}

.register_box .text_box {
    float: left;
    width: 300px;
    position: relative;
}

.register_box .item label {
    display: block;
}

.register_box .item .confirm {
    font-size: 10px;
    color: #e94040;
    position: absolute;
}

.register_box .fieldname {
    display: inline-block;
    float: left;
    width: 110px;
    padding-right: 15px;
    text-align: right;
    font-size: 18px;
}

.register_box .agreement {
    height: 18px;
    line-height: 18px;
}

.register_box .agreement .checkbox {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    height: 18px;
    cursor: pointer;
}

.register_box .agreement input[type=checkbox] {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
}

.register_box .agreement a {
    color: #2e96ef;
    line-height: 18px;
}

/*.register_box  .codebnt{ display:inline-block;  position:absolute; right:30px; top:0px; width:108px; height:38px;  border:1px solid #aaaaaa; -webkit-border-radius: 5px;*/
/*-moz-border-radius: 5px;*/
/*border-radius: 5px; line-height:38px; cursor:pointer; text-align:center; font-size:16px; background:url(../images/code_bnt.png) repeat-x;}*/

.register_box .success {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

.register_box .success p {
    font-size: 30px;
    color: #787878;
    margin-bottom: 30px;
}

.register_box .success a {
    display: block;
    width: 150px;
    height: 40px;
    background: #e94040;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login_box {
    position: relative;
    width: 460px;
    padding-bottom: 50px;
    padding-top: 70px;
    overflow: hidden;
    background: url(img/login_bg.png) top center no-repeat #fff;
}

.login_box .close {
    width: 24px;
    height: 24px;
    background: url(img/close_user.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 20px;
}

.login_box .item {
    margin-bottom: 20px;
}

.login_box .need {
    color: red;
}

.login_box .text_box {
    float: left;
    position: relative;
}

.login_box .item .text {
    height: 30px;
    width: 270px;
    border: none;
}

.login_box .item label {
    display: block;
}

.login_box .item .confirm {
    font-size: 10px;
    color: #e94040;
    position: absolute;
}

.login_box .fieldname {
    display: inline-block;
    float: left;
    width: 110px;
    font-size: 14px;
    padding-bottom: 10px;
}

.login_box .agreement {
    height: 18px;
    line-height: 18px;
}

.login_box .agreement .checkbox {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    height: 18px;
    cursor: pointer;
}

.login_box .agreement input[type=checkbox] {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.login_box .agreement a {
    color: #2e96ef;
    line-height: 18px;
}

.login_box .bnt {
    width: 80px;
    height: 40px;
    border: none;
    background: #2fa8e1;
    border: 1px solid #2fa8e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.login_box .f_pass {
    color: #2ca5dc;
    padding-left: 50px;
}

/*头部*/
.m-head {
    height: 94px;
    padding: 10px 0px;
    background: #2ca6e0;
}

.m-head .logo {
    display: block;
    width: 93px;
    height: 94px;
    padding-left: 70px;
}

.m-head .logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.m-head .name {
    font-size: 36px;
    font-family: 微软雅黑;
    padding-left: 30px;
    color: #fff;
}

.m-head .name p {
    font-size: 26px;
    line-height: 40px;
}

.m-title {
    position: relative;
    height: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #3f3b3a;
    text-align: center;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 20px;
}

.m-title .line {
    position: absolute;
    left: 50%;
    top: 49px;
    margin-left: -60px;
    width: 120px;
    height: 1px;
    background: #82c038;
}

.m-title .en {
    color: #606060;
    font-size: 18px;
    padding-top: 20px;
    font-weight: normal;
}

/*当前位置*/
.m-position {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
    height: 30px;
    line-height: 30px;
}

.m-position ul li {
    float: left;
    padding: 0px 2px;
    font-size: 13px;
    color: #717071;
}

.m-position ul li a {
    font-size: 13px;
    color: #717071;
}

/*m-page*/
.m-page {
    margin-top: 20px;
    font-size: 13px;
}

.m-page ul li {
    float: left;
    padding-left: 10px;
    line-height: 25px;
}

.m-page ul li a {
    display: block;
    padding: 0px 3px;
    border: 1px solid #ccc;
    text-align: center;
}

.m-page ul li .num {
    padding: 0px 10px;
}

.m-page ul li .current {
    padding: 0px 10px;
    background: #2FA8E1;
    color: #fff;
    border: 1px solid #2FA8E1;
}

.m-page ul li .text {
    width: 30px;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0px 3px;
}

.m-page ul li .submit {
    display: block;
    width: 40px;
    height: 27px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0px 3px;
    border-radius: 5px;
}

/*footer*/
.m-footer {
    background: #424242;
    padding: 25px 0px 35px 0px;
    margin-top: 30px;
}

.m-footer .fl_box {
    position: relative;
}

.m-footer .fl_box dl {
    float: left;
    color: #fff;
    margin-right: 50px;
    font-size: 16px;
}

.m-footer .fl_box dl dt {
    padding-bottom: 15px;
}

.m-footer .fl_box dl dd a {
    color: #fff;
    line-height: 30px;
}

.m-footer .fr_box .tel {
    color: white;
    font-size: 11px;
    line-height: 20px;
    padding-right: 75px;
    position: relative;
}

.m-footer .fr_box .ewm {
    margin: 0 0 15px 0;
}

.m-footer .fr_box .ewm img {
    display: block;
    width: 160px;
    height: 160px;
}

.m-footer .box {
    width: 780px;
    margin: 0 auto;
}

.m-footer .box .service {
    color: #fff;
}

.m-footer .box .service p.p1 {
    font-size: 30px;
    padding-bottom: 10px;
}

.m-footer .box .service p.p2 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.footer_p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.footer_p i {
    font-size: 20px;
    margin-right: 10px;
    float: left;
}

.footer_i {
    width: 18px;
    height: 22px;
    margin-top: 4px;
}

.footer_i img {
    width: 100%;
    height: 100%;
}

.m-footer .fr_box .p2 {
    line-height: 30px;
    font-size: 16px;
}

.m-footer .fr_box .p3 {
    margin-bottom: 8px;
}

.m-footer .fr_box .p4 {
    position: absolute;
    bottom: -45px;
    left: 2px;
    width: 510px;
}

/*bottom*/
.m-bottom {
    background: #151f45;
    height: 30px;
    overflow: hidden;
}

.copyright {
    line-height: 30px;
    color: white;
    display: inline-block;
    position: absolute;
    bottom: -45px;
    left: 0;
    font-size: 16px;
}

.m-bottom .bnav {
    display: block;
    line-height: 30px;
}

.m-bottom .bnav li {
    padding: 0px 5px;
    float: left;
    color: #fff;
    font-size: 12px;
}

.m-bottom .bnav li a {
    color: #fff;
    font-size: 14px;
}

/*conact*/
.m-content {
    position: fixed;
    width: 60px;
    z-index: 4000;
    bottom: 40px;
    right: 10px;
}

.m-content .item {
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.m-content .item a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #084184;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.m-content .item a:hover {
    background: #00aeea;
}

.m-content .item i {
    font-size: 30px;
    display: block;
}

.m-content .item .backtobottom {
}

.c_phone {
    display: none;
    position: absolute;
    z-index: 3000;
    right: 106px;
    bottom: -64px;
    background: #fff;
    width: 428px;
    height: 145px;
    padding: 15px;
    -moz-box-shadow: 0 0 15px #878787;
    -webkit-box-shadow: 0 0 15px #878787;
    box-shadow: 0 0 15px #878787;
}

.c_phone .phone_l {
    width: 210px;
    height: 65px;
    font-size: 18px;
    text-align: center;
    color: #00aeea;
    line-height: 25px;
    padding-top: 80px;
    background: url(img/c_phone_bg.png) top center no-repeat;
}

.c_phone .phone_l p {
    padding-top: 5px;
    font-size: 24px;
    font-weight: bold;
}

.c_phone .phone_r {
    color: #00aeea;
    font-size: 18px;
    line-height: 35px;
    padding: 20px 0px;
    padding-left: 20px;
    border-left: 2px solid #cccccc;
}

.c_weixin {
    display: none;
    position: fixed;
    z-index: 3000;
    right: 80px;
    bottom: 150px;
    background: #fff;
    width: 192px;
    height: 192px;
    padding: 0px;
    -moz-box-shadow: 0 0 15px #878787;
    -webkit-box-shadow: 0 0 15px #878787;
    box-shadow: 0 0 15px #878787;
}

.c_message {
    display: none;
    position: absolute;
    z-index: 8000;
    right: 100px;
    bottom: -140px;
    background: #fff;
    width: 473px;
    padding: 40px;
    -moz-box-shadow: 0 0 15px #878787;
    -webkit-box-shadow: 0 0 15px #878787;
    box-shadow: 0 0 15px #878787;
}

.c_message .footer_close {
    width: 24px;
    height: 24px;
    background: url(img/close_user.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 20px;
}

.c_message .item {
    margin-bottom: 10px;
}

.c_message p {
    padding-left: 40px;
    line-height: 26px;
}

.c_message .need {
    color: red;
}

.c_message .text_box {
    float: left;
    width: 320px;
    position: relative;
}

.c_message .item .text {
    height: 26px;
    width: 300px;
    border: 1px solid #aaaaaa;
    text-indent: 5px;
}

.c_message .item label {
    display: block;
    margin-top: 5px;
    margin-left: 40px;
}

.c_message .item .confirm {
    font-size: 10px;
    color: #e94040;
    position: absolute;
}

.c_message .fieldname {
    display: inline-block;
    float: left;
    width: 60px;
    font-size: 14px;
}

.c_message .agreement {
    height: 18px;
    line-height: 18px;
}

.c_message .agreement .checkbox {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    height: 18px;
    cursor: pointer;
}

.c_message .agreement input[type=checkbox] {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.c_message .agreement a {
    color: #2e96ef;
    line-height: 18px;
}

.c_message .bnt {
    width: 270px;
    height: 35px;
    border: none;
    background: #2fa8e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: transparent;
}

.hide {
    display: none;
}

.cursorer {
    cursor: pointer;
}

.flo_left {
    float: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cs {
    cursor: pointer;
}