@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, "microsoft yahei", "微软雅黑";
    background: #fff;
}


/* 正常链接 未访问 */

a {
    color: #06C;
}


/* 鼠标悬停 */

a:hover {
    color: #F60;
    text-decoration: none;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    /*background:#efefef;*/
}

.wrap2 {
    width: 1200px;
    margin: 0 auto;
    /*background:#efefef;*/
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.w940 {
    width: 940px;
}

.w220 {
    width: 220px;
}

.main-b {
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
}

.main-b:after {
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    width: 938px;
    content: '';
    border: 1px solid #d8d8d8;
    border-top: none;
    z-index: 1;
}

.slider,
.main {
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    position: relative;
    z-index: 2;
}

.row2 {
    padding: 40px 0;
}

.row2 .classlist-head {
    height: 18px;
    background: url('../../images/pro-bg-1.png') 0 0 no-repeat;
}

.row2 .classlist-main {
    background: #d8d8d8 url('../../images/pro-bg-3.png') 0 0 repeat-y;
    padding: 0 1px 0 17px;
}

.row2 .classlist-foot {
    height: 15px;
    background: url('../../images/pro-bg-2.png') 0 0 no-repeat;
}

.row2-1 {
    position: relative;
}

.row2-1::after {
    position: absolute;
    bottom: 15px;
    left: -300px;
    width: 300px;
    height: 325px;
    content: '';
    background: url('../../images/pro-bg-4.png') 0 0 no-repeat;
}

.row2-1 ul {
    width: auto;
    overflow: hidden;
    padding: 10px 20px 0 20px;
    background: -webkit-linear-gradient(#ffffff 0%, #d8d8d8 100%);
    background: -o-linear-gradient(#ffffff 0%, #d8d8d8 100%);
    background: -moz-linear-gradient(#ffffff 0%, #d8d8d8 100%);
    background: linear-gradient(#ffffff 0%, #d8d8d8 100%);
}

.row2-1 ul ol {
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background: #1556B0;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}

.row2-1 ul li {
    display: block;
    font-size: 13px;
    line-height: 31px;
    padding-left: 30px;
    position: relative;
}

.row2-1 ul li::before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    content: '';
    background: url('../../images/icon-1.png') 0 0 no-repeat;
    margin-top: -4px;
}

.row2-1 ul li a {
    color: #000;
}

.row2-1 ul li a:hover {
    color: #F55500;
}

.main .ui-box {
    border: none;
    position: relative;
    /*position:relative;z-index:2;*/
}

.main .ui-box-head {
    height: 36px;
    line-height: 36px;
    background: #005AC3;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.main .ui-box-head-title {
    padding-left: 12px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.main .ui-box-head-more {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.main .ui-box-head-more a {
    color: #FFFFBF;
}

.main .ui-box-head-more a:hover {
    text-decoration: underline;
}

.main .ui-box-container {
    margin: 0 1px;
    border: none;
    border-top: none;
}

.main .ui-box-content {
    padding: 0;
    min-height: 450px;
    _height: 450px;
}

.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: 20px 20px 0 20px;
    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 {
    height: 1em;
    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: 33.33%;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product li a {
    display: block;
    width: 100%;
    text-align: center;
}

.product li a .img {
    display: block;
    position: relative;
    width: 100%;
    border: 5px solid #d8d8d8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0;
    line-height: none;
}

.product li a .img img {
    width: 100%;
    height: auto;
}

.product li a .txt {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.product li a:hover .img {
    border-color: #005AC3;
}


/*.product_300_225 li {
    width: 33.33%;
}

.product_300_225 li a {
    width: 100%;
}

.product_300_225 li a .img {
    width: 100%;
    height: 225px;
}

.product_300_225 li a .img img {
    max-width: 100%;
    max-height: 215px;
}*/

.photo {
    padding: 20px;
}

.photo h3 {
    height: 1em;
    line-height: 1em;
    text-align: center;
    font-size: 18px;
    background: #efefef;
    margin: 0 0 20px;
    padding: 0.5em 0;
    color: #000;
    font-weight: bold;
}

.photo ul {
    width: auto;
    overflow: hidden;
    margin: 0 -10px;
}

.photo li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.photo li p {
    display: block;
    width: 100%;
    text-align: center;
}

.photo li p .img {
    display: block;
    position: relative;
    width: 100%;
    height: 165px;
    border: 5px solid #d8d8d8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.photo li p .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 155px;
}

.photo li p .txt {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.photo li p:hover .img {
    border-color: #005AC3;
}

.photo_220_165 li {
    width: 33.33%;
}

.photo_220_165 li a {
    width: 100%;
}

.photo_220_165 li a .img {
    width: 100%;
    height: 165px;
}

.photo_220_165 li a .img img {
    max-width: 100%;
    max-height: 155px;
}

.news {
    padding: 40px 40px;
}

.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: 20px 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;
}

#allmap {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.ui-paging {
    text-align: center;
    margin-top: 20px;
}

.ui-video {
    width: 600px;
    height: 450px;
    background: #000;
    margin: 0 auto 20px;
}

.ui-table {
    border: 1px solid #d8d8d8;
}

.ui-table tr:nth-child(1),
.ui-table tr:nth-child(2),
.ui-table tr:nth-child(3) {
    background: #008C23;
}

.ui-table tr:nth-child(1) td,
.ui-table tr:nth-child(2) td,
.ui-table tr:nth-child(3) td {
    color: #fff;
    font-weight: bold;
}

.ui-table tr:nth-child(2n+5) {
    background: #D5ECDA
}

.ui-table td {
    border: 1px solid #d8d8d8;
    padding: 0 5px;
    color: #333;
}

.ui-table td * {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.ui-table td p {
    margin: 5px 0;
}

.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 0;
    background: #efefef;
    margin-bottom: 20px;
}

.show-content * {
    font-size: 14px;
    line-height: 1.8em;
}

.show-content p {
    margin: 1em 0;
}

.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;
}

.Tree {
    background-color: #1C6CCA;
}

.Tree .ui-box {
    border: none;
}

.Tree .ui-box-head {
    height: 65px;
    line-height: 1em;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #0050AD;
    position: relative;
    padding-left: 60px;
    padding-top: 25px;
}

.Tree .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;
}

.Tree .ui-box-head-title {
    float: none;
    display: block;
    line-height: 1em;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.Tree .ui-box-head-text {
    float: none;
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin: 8px 0 0 0;
}

.Tree .ui-box-container {
    background: none;
    border: none;
}

.Tree .ui-box-content {
    padding: 0;
}

.Tree .ClassList {}

.Tree .ClassList ul {
    position: relative;
    margin-bottom: -1px;
}

.Tree .ClassList ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #4788D4;
}

.Tree .ClassList ul li:last-child {
    border: none;
}

.Tree .ClassList ul li .title {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.Tree .ClassList ul li .title a {
    position: relative;
    padding-left: 32px;
    display: block;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    color: #fff;
}

.Tree .ClassList ul li .title a:before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 10px;
    height: 9px;
    font-size: 0;
    line-height: none;
    content: '';
    background: url('../../images/icon-1.png') 0 0 no-repeat;
    margin-top: -5px;
}

.Tree .ClassList ul li .title a:hover {
    background-color: #FFA63E;
    color: #fff;
}

.Tree .ClassList ul li:hover .title a {
    background-color: #FFA63E;
    color: #fff;
}

.pro_show {
    border-bottom: 1px dashed #d8d8d8;
}

.pro_show .fn-left {
    width: 464px;
}

.pro_show .imgJqzoom {
    display: block;
    height: 345px;
    width: 460px;
    position: relative;
    border: 1px solid #d8d8d8;
    padding: 1px;
    background: #fff;
}

.pro_show .imgJqzoom a {
    display: block;
    height: 345px;
}

.pro_show .imgJqzoom img {
    position: absolute;
    max-width: 100%;
    max-height: 345px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* 本例子css */

.pro_show .imgSlide {
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ccc;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*.pro_show .imgSlide .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}*/

.pro_show .imgSlide .prev,
.pro_show .imgSlide .next {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 9px;
    font-size: 0;
    line-height: none;
    cursor: pointer;
    background: url("../../images/sprite.png") -22px 0 no-repeat;
    margin-top: -5px;
}

.pro_show .imgSlide .prev {
    background-position: 0 0;
    left: 0;
}

.pro_show .imgSlide .next {
    background-position: -66px 0;
    right: 0;
}

.pro_show .imgSlide .prevStop {
    background-position: -22px 0;
}

.pro_show .imgSlide .nextStop {
    background-position: -44px 0;
}

.pro_show .imgSlide .bd {
    padding: 10px;
}

.pro_show .imgSlide .bd ul {
    width: auto;
    overflow: hidden;
    height: 96px;
    zoom: 1;
}

.pro_show .imgSlide .bd ul li {
    margin: 0 11px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.pro_show .imgSlide .bd ul li img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.pro_show .imgSlide .bd ul li img.selected {
    border-color: #0277C6;
}

.pro_show .pro_info {
    display: block;
    margin-left: 500px;
}

.pro_show .pro_info_title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d8d8d8;
}

.pro_show .pro_info_yongtu_title {
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-top: 30px;
}

.pro_show .pro_info_yongtu_content {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}

.pro_show .pro_info_tel {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
.pro_show .pro_info_tel_text{
	float:left;
	padding-top:7px;
	width:150px;
	text-align:right;
}

.pro_show .pro_info_tel_bold {
	display:block;
	margin-left:170px;
    font-size: 24px;
    color: #254A98;
}

.pro_show .pro_info_btn {
    display: block;
    width: 135px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    background: #0176C3;
    border-radius: 4px;
    margin: 20px auto 0;
    text-align: center;
}

.pro_main .pro_main_head {
    text-align: center;
    padding: 20px 0;
}

.pro_main .pro_main_head_box {
    display: inline-block;
    padding: 0 50px;
    position: relative;
    text-align: center;
}

.pro_main .pro_main_head_box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 42px;
    content: '';
    border: 3px solid #048BDC;
    border-right: none;
}

.pro_main .pro_main_head_box::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 42px;
    content: '';
    border: 3px solid #048BDC;
    border-left: none;
}

.pro_main .pro_main_head_title {
    font-size: 26px;
    color: #048BDC;
    line-height: 1em;
    font-weight: bold;
}

.pro_main .pro_main_head_more {
    font-size: 14px;
    color: #444;
    line-height: 1em;
    padding-top: 8px;
}

.pro_main .pro_main_content {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.pro_main .pro_yangpin_imglist ul {
    width: auto;
    overflow: hidden;
    margin: 0 -20px;
}

.pro_main .pro_yangpin_imglist ul li {
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.pro_main .pro_yangpin_imglist ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #d8d8d8;
}

.pro_main .pro_yangpin_imglist ul li a:hover {
    border-color: #048BDC
}

.pro_main .pro_yangpin_imglist ul li a img {
    max-width: 100%;
}