@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./../alice/form.css");
@import url("./../alice/input.css");
@import url("./../alice/label.css");
@import url("./../alice/button.css");
@import url("./../alice/tab.css");
@import url("./../alice/table.css");
@import url("./top.css");
@import url("./flooter.css");
body {
    color: #555;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FCFCFC
}


/* 正常链接 未访问 */

a {
    color: #06C;
}


/* 鼠标悬停 */

a:hover {
    color: #F60;
    text-decoration: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    /*background:#efefef;*/
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.w920 {
    width: 920px;
}

.w240 {
    width: 240px;
}

.main-b {
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
}

.main-b:after {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    width: 918px;
    content: '';
    border: 1px dotted #d8d8d8;
    border-top: none;
    z-index: 1;
}

.slider,
.main {
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    position: relative;
    z-index: 2;
}

.main .ui-box {
    border: none;
    position: relative;
    /*position:relative;z-index:2;*/
}

.main .ui-box-head {
    height: 40px;
    line-height: 37px;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.main .ui-box-head::before {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-top: 1px dotted #d8d8d8;
}

.main .ui-box-head::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-top: 1px dotted #d8d8d8;
}

.main .ui-box-head-title {
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    font-weight: normal;
}

.main .ui-box-head-more {
    font-size: 12px;
    color: #9D9C9C;
    margin-right: 10px;
}

.main .ui-box-head-more a {
    color: #9D9C9C;
}

.main .ui-box-head-more a:hover {
    text-decoration: underline;
}

.main .ui-box-container {
    margin: 0 1px;
    border: none;
    border-top: none;
    background: none;
}

.main .ui-box-content {
    padding: 0;
    /*min-height:652px;_height:652px;*/
}

.NavList {
    background: #fff;
}

.NavList .ui-box {
    border: none;
}

.NavList .ui-box-head {
    height: 40px;
    line-height: 37px;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.NavList .ui-box-head::before {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-top: 1px dotted #d8d8d8;
}

.NavList .ui-box-head::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-top: 1px dotted #d8d8d8;
}

.NavList .ui-box-head-title {
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    font-weight: normal;
}

.NavList .ui-box-container {
    border: none;
    background: none;
}

.NavList .ui-box-content {
    padding: 10px 0;
}

.NavList ul {
    width: auto;
    overflow: hidden;
}

.NavList ul li {
    display: block;
    border-bottom: 1px dashed #bdbdbd;
    padding-left: 17px;
    position: relative;
}

.NavList ul li::before {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 1em;
    height: 1em;
    font-size: 14px;
    content: '>';
    color: #535353;
}

.NavList ul li:hover::before {
    color: #1C6CCA;
}

.NavList ul li a {
    display: block;
    color: #535353;
    font-size: 14px;
    line-height: 1.6em;
    padding: 8px 0;
}

.NavList ul li a:hover {
    color: #1C6CCA;
}

.contact {
    margin-top: 20px;
}

.contact .ui-box {
    border: none;
}

.contact .ui-box-head {
    height: 36px;
    line-height: 36px;
    background: #005AC3;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 5px 5px 0 0;
}

.contact .ui-box-head-title {
    float: none;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.contact .ui-box-container {
    border: 1px solid #005AC3;
    border-top: none;
}

.contact .ui-box-content {
    padding: 10px;
    background: url('../../images/contact-bg.png') center 0 no-repeat;
}

.contact .ui-box-content .text {
    font-size: 12px;
    padding-top: 95px;
}

.contact .ui-box-content .text p {
    margin: 0;
    line-height: 24px;
}

.onepage {
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    padding: 2em;
    font-family: "宋体";
}

.onepage p {
    margin: 0 0 2em;
}

.webinfo {
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    padding: 2em 2em 0 2em;
}

.webinfo p {
    margin: 0 0 2em;
}

.product {
    padding: 20px;
}

.product h3 {
    line-height: 1em;
    text-align: center;
    font-size: 18px;
    background: #efefef;
    margin: 0 0 20px;
    padding: 0.5em 0;
    color: #000;
    font-weight: bold;
}

.product ul {
    width: auto;
    overflow: hidden;
    margin: 0 -10px;
}

.product li {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.product li a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.product li a .img {
    display: block;
    position: relative;
    border: 1px solid #d8d8d8;
    font-size: 0;
    line-height: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product li a .img img {
    width: 100%;
}

.product li a .txt {
    display: block;
    height: 4em;
    line-height: 1.6em;
    text-align: center;
    font-size: 14px;
    padding: 0.4em 0;
    overflow: hidden;
}

.product li a:hover .img {
    border-color: #005AC3;
}

.photo {
    padding-bottom: 20px;
    padding-top: 20px;
}

.photo ul {
    width: auto;
    overflow: hidden;
}

.photo li {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}

.photo li div {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.photo li div .img {
    display: block;
    position: relative;
}

.photo li div .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.photo li div .txt {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.photo_270_185 li {
    width: 33.33%;
}

.photo_270_185 li div {
    width: 280px;
}

.photo_270_185 li div .img {
    width: 270px;
    height: 185px;
    border: 5px solid #d8d8d8;
}

.photo_270_185 li div .img img {
    max-width: 270px;
    max-height: 185px;
}

.news {
    padding: 30px 20px 0;
}

.news ul {
    width: auto;
    overflow: hidden;
    padding: 0 40px;
}

.news ul li {
    display: block;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #b5b5b5;
}

.news ul li .title {
    margin-right: 100px;
    display: block;
    padding-left: 15px;
    font-size: 14px;
    background: url(../../images/n2.gif) left 13px no-repeat;
}


/*.news ul li .title a:visited {color:#D90000;}*/

.news ul li .date {
    float: right;
    width: 100px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.tree-nav {
    padding: 30px 30px 0;
}

.tree-nav .ui-tab-items {
    border-color: #07540E;
    padding-left: 20px;
}

.tree-nav .ui-tab-item {
    margin-left: 0;
    margin-right: 16px;
}

.tree-nav .ui-tab-item-current a {
    border-color: #07540E;
    color: #07540E;
    font-weight: normal;
}

.gbookForm {
    width: auto;
    overflow: hidden;
    padding: 0 20px 0 20px;
}

.gbookForm .ui-input {
    width: 200px;
}

.ui-checkcode-imgcode-img {
    cursor: pointer;
    border: 1px solid #555;
}

.gbookForm-title {
    line-height: 1em;
    padding: 12px 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background: #005AC3;
    color: #fff;
    margin-bottom: 20px;
}

.show {
    width: auto;
    overflow: hidden;
    padding: 20px;
}

.show-title {
    font-size: 18px;
    font-family: Verdana, '宋体';
    font-weight: bold;
    text-align: center;
    color: #000;
    line-height: 1.5em;
    padding: 10px 20px;
    background: #efefef;
}

.show-content {}

.show-content-title {
    background: #f3f3f3;
    line-height: 40px;
    padding-left: 16px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}

.show-content-box {
    font-size: 14px;
    line-height: 1.8em;
    margin: 1em 0;
}

.show-content .onepage {
    padding: 20px 0;
}

.show-img {
    text-align: center;
    padding-top: 2em;
}

.show-content .ui-tab-items {
    border-bottom: 1px solid #0C8EF1;
    padding-left: 20px;
}

.show-content .ui-tab-item {
    margin-right: 10px;
}

.show-content .ui-tab-item a {
    border: 1px solid #0C8EF1;
    border-bottom: none;
    transition: none;
    background: #0C8EF1;
    color: #fff;
    padding: 0 20px;
}

.show-content .ui-tab-item a:hover {
    background: #0A72C1;
    color: #fff;
    text-decoration: none;
}

.show-content .ui-tab-item-current a {
    background: #fff;
    color: #0C8EF1
}

.show-content .ui-tab-item-current a:hover {
    background: #fff;
    color: #0C8EF1;
}

.show-content .ui-tab-contents {
    width: auto;
    overflow: hidden;
    padding-top: 2em;
}

.show-content .ui-tab-content {
    top: 0;
    font-size: 14px;
    line-height: 2em;
}

.show-content .ui-tab-content p {
    margin: 0 0 2em;
}

.ui-paging {
    text-align: center;
    margin-top: 20px;
}

.ui-video {
    width: 500px;
    height: 375px;
    background: #000;
    margin: 0 auto 20px;
}

.show-content .ui-tab-items {
    border-bottom: 1px solid #0C8EF1;
    padding-left: 15px;
}

.show-content .ui-tab-item {
    margin-right: 10px;
}

.show-content .ui-tab-item a {
    border: 1px solid #0C8EF1;
    border-bottom: none;
    transition: none;
    background: #0C8EF1;
    color: #fff;
    padding: 0 20px;
}

.show-content .ui-tab-item a:hover {
    background: #0A72C1;
    color: #fff;
    text-decoration: none;
}

.show-content .ui-tab-item-current a {
    background: #fff;
    color: #0C8EF1
}

.show-content .ui-tab-item-current a:hover {
    background: #fff;
    color: #0C8EF1;
}

.show-content .ui-tab-contents {
    width: auto;
    overflow: hidden;
    padding-top: 2em;
}

.show-content .ui-tab-content {
    top: 0;
}

.slider .ClassList .ui-box {
    border: none;
    background-color: #FF602B;
}

.slider .ClassList .ui-box-head {
    height: 65px;
    line-height: 1em;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #D53500;
    position: relative;
    padding-left: 60px;
    padding-top: 25px;
}

.slider .ClassList .ui-box-head:before {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #fff;
    width: auto;
    line-height: 1em;
    font-size: 50px;
    font-family: "微软雅黑";
    content: 'P';
    margin-top: -25px;
}

.slider .ClassList .ui-box-head-title {
    float: none;
    display: block;
    line-height: 1em;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.slider .ClassList .ui-box-head-text {
    float: none;
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin: 8px 0 0 0;
}

.slider .ClassList .ui-box-container {
    background: none;
    border: none;
}

.slider .ClassList .ui-box-content {
    padding: 0;
}

.slider .ClassList ul {
    position: relative;
    margin-bottom: -1px;
}

.slider .ClassList ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #FF8055;
}

.slider .ClassList ul li:last-child {
    border: none;
}

.slider .ClassList ul li .title {
    display: block;
    position: relative;
    z-index: 2;
    height: 38px;
    overflow: hidden;
}

.slider .ClassList ul li .title a {
    position: relative;
    padding-left: 52px;
    display: block;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.slider .ClassList ul li .title a:before {
    position: absolute;
    top: 50%;
    left: 22px;
    width: 10px;
    height: 9px;
    font-size: 0;
    line-height: none;
    content: '';
    background: url('../../images/icon-1.png') 0 0 no-repeat;
    margin-top: -5px;
}

.slider .ClassList ul li .title a:hover {
    background-color: #FFA63E;
    color: #fff;
}

.slider .ClassList ul li:hover .title a {
    background-color: #FFA63E;
    color: #fff;
}

#allmap {
    width: 860px;
    height: 340px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
    border: 1px solid #d8d8d8;
}