﻿@charset "UTF-8";
.otherBox {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.otherBox .leftNav {
    width: 240px;
}

.otherBox .leftNav .categoryBox {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}

.otherBox .leftNav .categoryBox .title {
    width: 100%;
    height: 100px;
    background: #00a2ea;
    text-align: center;
    padding-top: 25px;
}

.otherBox .leftNav .categoryBox .title * {
    color: #fff;
}

.otherBox .leftNav .categoryBox .title .chName {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.otherBox .leftNav .categoryBox .title .enName {
    font-size: 12px;
    font-family: Arial;
}

.otherBox .leftNav .categoryBox ul {
    background: #f4f4f4;
    /*max-height:250px;*/
    overflow: hidden;
    /*height: 250px;*/
}

.otherBox .leftNav .categoryBox ul.on {
    max-height: none;
}

.otherBox .leftNav .categoryBox ul li {
    height: 50px;
    background: url("../../images/k5.png") no-repeat 25px center;
    border-bottom: 1px solid #dddddd;
}

.otherBox .leftNav .categoryBox ul li:last-child {
    border-bottom: none;
}

.otherBox .leftNav .categoryBox ul li:hover {
    background-color: #d5d5d8;
}

.otherBox .leftNav .categoryBox ul li a {
    height: 50px;
    display: block;
    width: 90%;
    margin: auto;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
}

.otherBox .leftNav .categoryBox .moreBtn {
    height: 55px;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    overflow: hidden;
    background: #cecf5b url("../../images/k6.png") no-repeat 80% center;
    padding-right: 10%;
}

.otherBox .leftNav .usBox {
    border: 1px solid #cccccc;
}

.otherBox .leftNav .usBox .title {
    background: #00a2ea;
    height: 115px;
    padding-top: 34px;
    border-bottom: 1px solid #ccc;
}

.otherBox .leftNav .usBox .title .con {
    width: 146px;
    margin: auto;
}

.otherBox .leftNav .usBox .title .txt {
    width: 96px;
    text-align: center;
}

.otherBox .leftNav .usBox .title .txt * {
    color: #fff;
}

.otherBox .leftNav .usBox .title .txt .chName {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.otherBox .leftNav .usBox .title .txt .enName {
    font-size: 12px;
    font-family: Arial;
}

.otherBox .leftNav .usBox .msgBox {
    background: url("../../images/bg6.jpg") no-repeat top center;
    padding: 25px 16px 50px;
    -ms-word-break: break-all;
    word-break: break-all;
}

.otherBox .leftNav .usBox .msgBox * {
    color: #333;
}

.otherBox .leftNav .usBox .msgBox .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.otherBox .leftNav .usBox .msgBox .txt {
    font-size: 14px;
    line-height: 24px;
}

.otherBox .rightBox {
    width: 915px;
}

.otherBox .rightBox.zhRightBox {
    width: 1200px;
    margin: auto;
}

.otherBox .rightBox .topBox {
    width: 915px;
    border-bottom: 1px solid #cccccc;
}

.otherBox .rightBox .topBox .title {
    width: 287px;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #00a2ea;
    padding-left: 17px;
}

.otherBox .rightBox .topBox .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 20px;
    background: #cecf5b;
}

.otherBox .rightBox .rightMainBox {
    padding: 40px 0;
}

.otherBox .rightBox .rightMainBox .newsList li {
    height: 200px;
    margin-bottom: 40px;
}

.otherBox .rightBox .rightMainBox .newsList li .picBox {
    height: 200px;
    width: 270px;
    overflow: hidden;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox {
    height: 200px;
    width: 645px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.otherBox .rightBox.zhRightBox .rightMainBox .msgBox img {
    width: 100%;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .part1 {
    padding-left: 30px;
    padding-top: 13px;
    border-bottom: 1px solid #dddddd;
    height: 68px;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 20px;
    line-height: 20px;
    width: 70%;
    margin-bottom: 8px;
    overflow: hidden;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .name:hover {
    color: #cecf5b;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .time {
    font-size: 14px;
    color: #9d9d9d;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .part2 {
    padding-left: 30px;
    padding-top: 12px;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .txt {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 14px;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .moreBtn {
    height: 38px;
    line-height: 38px;
    width: 140px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    background: #00a2ea;
}

.otherBox .rightBox .rightMainBox .newsList li .msgBox .moreBtn:hover {
    background: #cecf5b;
}

.pageBox {
    text-align: center;
}


/*******onlineMsg*******/

.msgOnlineBox .title {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.msgOnlineFormBox {
    width: 725px;
    margin: auto;
    padding-top: 46px;
    padding-bottom: 100px;
}

.msgOnlineFormBox .indexformLine {
    width: 100%;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}

.msgOnlineFormBox .indexformLine label {
    width: 72px;
    height: 42px;
    /*padding-left:15px;*/
    font-size: 15px;
    color: #2e2c2c;
    text-align: right;
}

.msgOnlineFormBox .indexformLine input[type="text"],
.msgOnlineFormBox textarea {
    width: 642px;
    padding-right: 25px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.msgOnlineFormBox .indexformLine input[type="text"]:focus,
.msgOnlineFormBox .indexformLine textarea:focus {
    background: #fff;
}

.msgOnlineFormBox .indexformLine input[type="text"] {
    padding: 11.5px 16px;
    background-color: #f4f4f4;
    color: #2e2c2c;
}

.msgOnlineFormBox .indexformLine textarea {
    height: 206px;
    width: 642px;
    line-height: 24px;
    font-size: 14px;
    color: #2e2c2c;
    padding: 7px 16px;
    background-color: #f4f4f4;
}

.msgOnlineFormBox .indexformLine .yzmPic {
    display: block;
    height: 37px;
    /*position: absolute;top:0;right:-170px;*/
    width: 90px;
    float: left;
    margin-left: 14px;
    position: relative;
    top: 2px;
}

.msgOnlineFormBox .indexformLine.yzmLine {
    /*width:280px;*/
    position: relative;
}

.msgOnlineFormBox .indexformLine.yzmLine .reset {
    background: url("../../images/k10.png") no-repeat center;
    display: inline-block;
    width: 40px;
    height: 42px;
}

.msgOnlineFormBox .indexformLine.yzmLine.yzmLine label {
    width: 72px;
}

.msgOnlineFormBox .indexformLine.yzmLine.yzmLine input {
    width: 195px;
    color: #9b9b9b;
    padding-right: 10px;
    margin-left: 11px;
}

.msgOnlineFormBox .option input {
    display: block;
    width: 187px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 13px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}


/*.msgOnlineFormBox .option input:hover{}*/

.msgOnlineFormBox .option .btn1 {
    border: 1px solid #00a2ea;
    background: #00a2ea;
    color: #fff;
}

.msgOnlineFormBox .option .btn2 {
    border: 1px solid #dddddd;
    background: #f4f4f4;
    color: #666;
}

.msgOnlineFormBox .indexformLineSubBtn {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #4bb344;
    cursor: pointer;
}


/**********single*****/

.backOut {
    margin-top: 25px;
}

.backOut,
.backOut a {
    color: #000;
}

.toNext {
    margin-top: 5px;
}

.toNext,
.toNext a {
    color: #000;
}

.backOut a:hover,
.toNext a:hover {
    text-decoration: underline;
}


/********* newsList *******/

.newsListBox {
    padding-bottom: 50px;
}

.news {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 90px;
}

.news ul li {
    float: left;
    width: 365px;
    height: 225px;
    list-style: none;
    margin-bottom: 75px;
    margin-right: 52px;
}

.news ul li.news_li {
    margin-right: 0px;
}

.news ul li a {
    display: block;
    width: 365px;
    height: 225px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


/*.news ul li a:hover .news_2{transform:translate(0,-225px);}*/

.news_1 {
    width: 365px;
    height: 225px;
}

.news_1_1 {
    width: 365px;
    height: 67px;
    position: relative;
}

.news_1_1_1 {
    width: 365px;
    font-size: 30px;
    color: #3f3f3f;
    height: 40px;
}

.news_1_1_2 {
    width: 100%;
    font-size: 14px;
    color: #afafaf;
    height: 26px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.news_1_1_2 small {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    font-family: "微软雅黑";
    width: 365px;
    height: 26px;
    font-size: 14px;
}

.news_1_1_2 i {
    font-size: 14px;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: "微软雅黑";
    font-style: inherit;
    border-bottom: 1px solid #4bb344;
    height: 26px;
}

.news ul li a:hover small {
    opacity: 0;
}

.news ul li a:hover i {
    width: 100%;
    opacity: 1;
}

.news_1_2 {
    width: 365px;
    font-size: 18px;
    color: #3f3f3f;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.news_1_3 {
    width: 365px;
    height: 46px;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 23px;
    overflow: hidden;
}

.news_2 {
    width: 365px;
    height: 224px;
    border-top: 1px solid #4bb344;
    position: absolute;
    background-color: #fff;
    bottom: -225px;
    /*transition:all ease-out 4s;transform:translate(0,0px);*/
}

.news_2_1 {
    width: 365px;
    font-size: 18px;
    color: #3f3f3f;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.news_2_2 {
    width: 365px;
    height: 46px;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 23px;
    overflow: hidden;
}

.news_2_3 {
    /*width:335px;*/
    width: 100%;
    height: 81px;
    background-color: #4bb344;
    padding: 0px 15px;
    margin-top: 37px;
}

.news_2_3_1 {
    width: 100%;
    font-size: 30px;
    color: #fff;
    height: 50px;
    padding-top: 10px;
}

.news_2_3_2 {
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.mapBox {
    padding: 0 45px;
}


/***** pshow *****/

.pDetail {
    padding-bottom: 50px;
}

.pDetail .title {
    font-size: 24px;
    color: #333;
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}

.pDetail .msgBox {
    font-size: 14px;
    color: #333;
    padding: 0 45px;
    line-height: 26px;
}

.pDetail .msgBox img {
    display: block;
    margin: 45px auto;
    width: auto;
    height: auto;
    max-width: 100%;
}

.newDetail {
    padding-bottom: 50px;
}

.newDetail .newsTop {
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.newDetail .newsTop .title {
    font-size: 22px;
    color: #333;
    text-align: center;
    width: 60%;
    margin: 0 auto 15px;
    font-weight: bold;
}

.newDetail .newsTop .time {
    font-size: 14px;
    color: #00a2ea;
    text-align: center;
}

.newDetail .msgBox {
    font-size: 14px;
    color: #333;
    padding: 0 45px;
    line-height: 26px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.newDetail .msgBox img {
    display: block;
    margin: 45px auto;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.pageUpDown {
    padding: 17px 0;
    width: 100%;
}

.pageUpDown .upDown {
    height: 37px;
    line-height: 37px;
}

.pageUpDown .upDown .sp1 {
    color: #666;
    height: 37px;
    line-height: 37px;
}

.pageUpDown .upDown .sp2 {
    color: #999;
    height: 37px;
    line-height: 37px;
}

.pageUpDown .upDown .sp2 a {
    color: #999;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    cursor: pointer;
}

.pageUpDown .upDown .sp2 a:hover {
    color: #4bb344;
    text-decoration: underline;
}

.pageUpDown .backToList {
    text-align: center;
    height: 37px;
}


/***********pList*********/

.pListBox {
    /*padding-top:50px;*/
    /*padding-bottom:50px;*/
}

.pListBox ul li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.pListBox ul li:nth-child(3) {
    margin-right: 0%;
}

.pListBox ul li .picBox {
    width: 100%;
    height: 286px;
    overflow: hidden;
}

.pListBox ul li .picBox img {
    width: 100%;
    height: 100%;
}

.pListBox ul li .msgBox {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    background: #00a2ea;
}

.pListBox ul li .msgBox .name {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}

.pListBox ul li .msgBox img {
    width: 54px;
    height: 54px;
    position: relative;
    top: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}