@charset "utf-8";

/*==========@@HTMLÄ¬ÈÏ ×îÏÈ@@==========*/


/*»ù±¾*/

* {
    font-size: 12px;
    padding: 0px;
    margin: 0px
}

body {
    color: #000;
    padding: 0px;
    margin: 0px auto;
    font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
    font-size: 12px;
    max-width: 640px;
    overflow-x: hidden;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333333;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /* Remove most spacing between table cells.*/
}

li {
    list-style: none outside none;
}


/*Á´½Ó*/

a {
    text-decoration: none;
    color: #000;
    background: transparent;
    outline: none
}

a:hover {
    color: #bf9f62;
    outline: none;
}


/*ÎÊÌâ*/

h1 {
    font-size: 1.3em;
    margin: 0;
}

h2 {
    font-size: 1.2em;
    margin: 0;
}

h3 {
    font-size: 1.17em;
    margin: 0;
}

h4 {
    font-size: 1em;
    margin: 0;
}

h5 {
    font-size: 0.83em;
    margin: 0;
}

h6 {
    font-size: 0.67em;
    margin: 0;
}


/*±íµ¥*/

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Correct font size not being inherited in all browsers. */
    margin: 0;
    /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline;
    /* Improve appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improve appearance and consistency in all browsers */
}

button,
select {
    text-transform: none;
}

input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    margin: 3px 0px;
    padding: 5px 3px;
    width: 99%;
    line-height: normal;
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    margin: 3px 0px;
    padding: 5px 3px;
    width: 99%;
}


/*ÆäËü*/

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

pre {
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*==========@@HTMLÄ¬ÈÏ  ¿¢ÊÂ@@==========*/


/*==========@@Í¨ÓÃ ×îÏÈ@@==========*/


/*³£ÓÃÑÕÉ«*/

.blue {
    color: #00F !important;
}

.green {
    color: #0F0 !important;
}

.red {
    color: #F00 !important;
}

.black {
    color: #000000 !important;
}

.white {
    color: #FFFFFF !important;
}

.gray {
    color: gray;
    !important;
}

.purple {
    color: purple;
    !important;
}

.bgred {
    background: #e60012
}

.bgblue {
    background: #014995
}


/*É¨³ý¸¡¶¯*/

.clear {
    display: block;
    clear: both;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}


/*¶ÔÆë·½·¨*/

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.mgt10 {
    margin-top: 10px;
}


/*ÆäËü*/

.hide {
    display: none;
}


/*Òþ²Ø*/

.more {
    float: right;
    padding-right: 10px;
    display: none;
}


/*moreÁ´½Ó*/

.more a {
    color: #167312
}

.code_image {
    cursor: pointer;
    padding-bottom: 6px;
}


/*ÑéÖ¤ÂëÍ¼Æ¬ÑùÊ½*/


/*±ØÐèÊäÈë£¬Ö÷Òª*/

.required {
    color: red;
    font-weight: bold;
}

.form_text_verifycode {
    width: 80px;
}

.form_radio {
    width: auto;
    border: 0;
}

.form_checkbox {
    width: auto;
    border: 0
}


/*°´Å¥*/

.btn {
    width: 100%;
    padding: 9px 0px;
    font-size: 16px;
    text-decoration: none;
    margin: 5px 0px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #1C1811;
    border: 0px solid #e60012;
    color: #ffffff;
    display: block;
    text-align: center;
}

.btn:active {}

.btn_download {
    color: #ffffff;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 80px;
    text-decoration: none;
    margin: 0px;
    background: #179F00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-indent: 0;
}

.btn_download:active {
    padding: 0px;
    top: 0px;
    background-image: -o-linear-gradient(bottom, #5DD300 0%, #179F00 100%);
    background-image: -moz-linear-gradient(bottom, #5DD300 0%, #179F00 100%);
    background-image: -webkit-linear-gradient(bottom, #5DD300 0%, #179F00 100%);
    background-image: -ms-linear-gradient(bottom, #5DD300 0%, #179F00 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5DD300), color-stop(1, #179F00));
    background-image: linear-gradient(bottom, #5DD300 0%, #179F00 100%);
    -webkit-box-shadow: 0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}


/*¼ýÍ·*/

.arrow {
    background-size: 14px;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    vertical-align: middle;
}


/*==========@@Í¨ÓÃ ¿¢ÊÂ@@==========*/


/*==========@@½á¹¹  ×îÏÈ@@==========*/

body_index,
.body_single,
.body_article,
.body_picture,
.body_download,
.body_video,
.body_product,
.body_job,
.body_guestbook,
.body_feedback {}

.index,
.single,
.article,
.picture,
.download,
.video,
.product,
.job,
.guestbook,
.feedback {
    width: 100%;
    margin: 0px auto
}

#top,
#header,
#navigation,
#banner,
#location,
#announcement,
#link,
#copyright {
    width: 100%;
    margin: 0px auto;
}

.infotitle {
    display: block;
    height: 33px;
    width: 100%;
    position: relative;
}

.infotitle h3 {
    display: block;
    overflow: hidden;
    padding-left: 15px;
    background: url(/template/default/wap/images/titbg.png) left center no-repeat;
    line-height: 33px;
    color: #FFF;
    font-size: 14px;
}

.infotitle span {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.infotitle span a.more {
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    background: url(/template/default/wap/images/more.png) center no-repeat;
    line-height: 23px;
}

.main_title {
    display: block;
    height: 30px;
    width: 100%;
    text-align: center;
    padding-left: 43%;
}

.main_title .main_title_left {
    float: left;
    padding: 0 10px;
    margin: 0 auto;
    background: #e60012;
    border-radius: 5px;
}

.main_title .main_title_left h3 {
    float: left;
    display: block;
    overflow: hidden;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
}

.main_title .main_title_left span {
    display: block;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color: rgb(174, 174, 174);
    font-weight: bold;
    text-transform: uppercase;
    font-family: Microsoft YaHei;
}

.topnavbox {
    float: left;
    /*background:#e60012; */
    width: 100%;
    margin-top: 10px;
}

.topnavlist ul {
    width: 100%;
}

.topnavlist li {
    float: left;
    width: 50%;
    cursor: pointer
}

.topnavlist li a {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    border: 1px solid #f1f1f1;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    margin: 1px auto;
    /*display:block; width:80%; text-align:center; color:#e60012;  background:#fff; line-height:30px; font-size:14px;  overflow:hidden; margin:2px auto;*/
}

.topnavlist li a:hover,
.topnavlist li a.current {
    background: #fff;
    color: #e60012;
}

.topnavlist li.clear {
    clear: both;
}

.c1 {
    color: #00b0ff
}

.c2 {
    color: #e60012
}

.c0 {
    color: #df00c7
}


/*#index_1{ background:#265a9e; }
#index_2{ background:#265a9e; }
#index_3{ background:#265a9e; }*/


/*==========@@½á¹¹  ¿¢ÊÂ@@==========*/

.wrapper {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.wrapperbody {
    width: 95%;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
}


/*==========@@¹«¹²Ä£¿é ×îÏÈ@@==========*/

.top {
    width: 100%;
    background: #343434;
}

.topwrapper {
    width: 95%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}


/*Í·²¿²¿·Ö*/

.header {
    float: left;
    width: 100%;
    height: 70px;
    position: relative;
    z-index: 100;
}

.header .Logo {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
    margin-left: 5px;
}

.header .Logo img {
    max-width: 40%;
    height: auto;
    margin-top: 25px;
}

.headnavigation {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: url(/template/default/wap/images/nav_icon.png) center no-repeat;
    cursor: pointer;
}


/*µ¼º½*/

#navigation {
    position: absolute;
    width: 100px;
    right: 5px;
    top: 55px;
    z-index: 99;
    display: none;
}

#navigation ul {
    float: left;
    width: 100px;
    background: #e60012;
}

#navigation ul.navigationlist li a {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    color: #FFF;
}

#navigation ul.navigationlist a:hover {
    background: #666666;
    color: #FFF
}


/*===FlexSlider»ÃµÆÆ¬  ×îÏÈ===*/

#banner {
    float: left;
    width: 100%;
}

.featureswrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #bf9f62
}

.felist {
    float: left;
    width: 100%;
}

.felist li {
    float: left;
    width: 33.3%;
    text-align: center;
    margin: 5px 0;
}

.felist li img {
    width: 60px;
    height: 60px;
}

.felist li p {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
}


/* ²úÆ·×ª¶¯ */

.productwrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: url(/template/default/wap/images/probg.png);
    margin-top: 10px;
}

.protitle {
    display: block;
    text-align: center;
    color: #FFF;
}

.protitle h3 {
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 25px;
    font-size: 16px;
}

.protitle h3 span {
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
}

.picScroll {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
}

.picScroll .bd ul {
    width: 100%;
    float: left;
}

.picScroll .bd li {
    width: 50%;
    /*height: 220px;*/
    float: left;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}

.picScroll .bd li .items {
    display: block;
    /* ×÷·ÏÁ´½Ó¸ßÁÁ */
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.picScroll .bd li a {
    float: left;
    width: 100%;
    display: block;
    background: #e60012;
}

.picScroll .bd li a img {
    float: left;
    width: 100%;
    height: auto;
    /* background:url(/template/default/wap/images/loading.gif) #fff center center no-repeat; border-radius:20px; */
}

.picScroll .bd li a span {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #999;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.picScroll .bd li a p {
    width: 50%;
    /* border-radius:5px; */
    line-height: 30px;
    background: #e50015;
    color: #FFF;
    font-size: 12px;
    margin: 0 auto;
}

.picScroll .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.picScroll .hd ul {
    float: right;
    padding-top: 16px;
}

.picScroll .hd li {
    float: left;
    width: 8px;
    height: 8px;
    background: #D0D0D0;
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.picScroll .hd .on {
    background: #e60012;
}

.picScroll .prev,
.picScroll .next {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url(/template/default/wap/images/pisscrollicons.png) -6px -7px no-repeat;
    overflow: hidden;
    margin: 11px 5px 0 5px;
}

.picScroll .next {
    background-position: -34px -7px;
}

.picScroll .prevStop {
    background-position: -6px -40px;
}

.picScroll .nextStop {
    background-position: -34px -40px;
}

.aboutwrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.aboutimg img {
    width: 100%;
    margin-top: 10px;
}

.contentbox {
    width: 96%;
    margin: 0 auto;
}

.aboutcontent {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 25px;
    overflow: hidden;
}

.culturewrapper {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.culturewrapper ul {
    width: 100%;
    float: left;
}

.culturewrapper li {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #FFF;
    border-bottom: #CCC solid 1px;
}

.culturewrapper li .pimg {
    float: left;
    width: 35%;
    text-align: center;
}

.culturewrapper li .pimg img {
    width: auto;
    margin-top: 10px;
}

.culturewrapper li .pcon {
    float: right;
    width: 60%;
    padding: 6px 0;
}

.culturewrapper li .pcon strong {
    float: left;
    width: 100%;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
}

.culturewrapper li .pcon p {
    float: left;
    width: 100%;
    color: #666666;
    line-height: 20px;
    font-size: 12px;
}

.newswrapper {
    float: left;
    width: 100%;
}

.newsbox {
    float: left;
    width: 98%;
    padding: 1%;
    margin-top: 10px;
}

.newsimg {
    float: left;
    width: 25%;
    text-align: center
}

.newsimg img {
    width: 100%;
}

.newscontent {
    float: right;
    width: 72%;
}

.homenewslist {
    float: left;
    width: 100%;
    display: block;
}

.homenewslist li {
    width: 98%;
    display: block;
    margin-bottom: 5px;
    padding: 1%;
}

.homenewslist li:nth-child(2n) {
    background: #f3f3f3;
}

.homenewslist li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.homenewslist li a .ntitles {
    float: left;
    width: 100%;
    height: 30px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold
}

.homenewslist li a .nbrief {
    float: left;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #777
}

.homenewslist li a .ndate {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    float: right;
}

.titles {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-bottom: #CCC solid 1px;
    margin-bottom: 10px;
}

.newsdate {
    display: block;
    text-align: center;
    line-height: 20px;
    color: #999999;
    font-size: 12px;
}

.main-content {
    float: left;
    width: 100%;
    line-height: 25px;
}

.main-content img {
    max-width: 100%;
}

ul.cer-list {
    float: left;
    width: 100%;
}

ul.cer-list li {
    float: left;
    width: 96%;
    padding: 5px 2%;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

ul.cer-list li:nth-child(2n) {
    background: #f3f3f3;
}

ul.cer-list li a {
    float: left;
    display: block;
    width: 100%;
}

ul.cer-list li div {
    float: left;
    display: block;
    overflow: hidden;
    width: 30%;
}

ul.cer-list li div img {
    width: 100%;
}

ul.cer-list li h3 {
    display: block;
    float: right;
    width: 65%;
    font: bold 14px/50px Î¢ÈíÑÅºÚ, Arial, Helvetica, sans-serif;
    color: #e60012;
    overflow: hidden;
}

.newslist {
    float: left;
    width: 100%;
}

.newslist li {
    float: left;
    width: 96%;
    padding: 5px 2%;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.newslist li:nth-child(2n) {
    background: #f5f5f5;
}

.newslist li a {
    display: block;
}

.newslist li a .title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
    color: #e60012;
}

.newslist li a .time {
    color: #c3c3c3;
    font-size: 12px;
}

.newslist li a .desc {
    display: block;
    line-height: 20px;
    color: #999
}

.newslist li a .more {
    display: block;
    padding: 5px 0px;
    text-align: right;
    color: #e60012;
}

.newslist li a:hover .more {
    text-decoration: underline;
}


/*.productlist{ float:left;width:100%;}
.productlist li{ float:left; width:96%; padding:5px 2%; background:#fff; border-bottom:1px solid #ccc;}
.productlist li a{ display:block; width:100%; overflow:hidden;}
.productlist li:nth-child(2n){background: #f3f3f3;}
.productlist li .pimg{ float: left; overflow:hidden; width:20%;}
.productlist li .pimg img{ width:100%;}
.productlist li .pcon{ float:right; color:#333333;overflow:hidden; width:75%;}
.productlist li .pcon h5{ display:block; font: 16px/30px "Microsoft YaHei"; text-overflow:ellipsis;white-space:nowrap; color:#e60012;}
.productlist li .pcon .pbrief{ width:100%; font-size:12px; color:#999; line-height:20px}
*/

.productlist {
    float: left;
    width: 100%;
}

.productlist li {
    float: left;
    width: 48%;
    padding: 1%;
    background: #fff;
    /*border-bottom:1px solid #ccc;*/
}

.productlist li a {
    display: block;
    width: 100%;
    overflow: hidden;
    /*background:#e60012;*/
}


/*.productlist li:nth-child(4n){background: #f3f3f3;}*/

.productlist li .pimg {
    float: left;
    overflow: hidden;
    /*width:20%;*/
}

.productlist li .pimg img {
    width: 180px;
    height: 180px;
}

.productlist li .pcon {
    background: #e60012;
    /*float:right;*/
    color: #333333;
    overflow: hidden;
    width: 100%;
}

.productlist li .pcon h5 {
    display: block;
    font: 12px/30px "Microsoft YaHei";
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}

.productlist li .pcon .pbrief {
    display: none;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px
}

.joblist {
    float: left;
    width: 100%;
}

.joblist li {
    float: left;
    width: 99%;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    background: #FFF
}

.joblist li .jobtitle {
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.joblist li .jobtitle .tit {
    float: left;
    display: block;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    padding-left: 25px;
    font-size: 14px;
}

.joblist li .jobtitle .arr {
    float: right;
    background: url(/template/default/wap/images/arr-down.jpg) center no-repeat;
    height: 46px;
    width: 46px;
}

.joblist li .jobtitle-active .tit,
.jobs li .jobtitle:hover .tit {
    color: #e60012;
}

.joblist li .jobtitle-active .arr,
.jobs li .jobtitle:hover .arr {
    background: url(/template/default/wap/images/arr-up.jpg) center no-repeat;
}

.joblist li .jobbrief {
    border-top: 1px solid #e4e4e4;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    line-height: 25px;
}

ul.certificate-list {
    float: left;
    width: 100%;
}

ul.certificate-list li {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 0;
}

ul.certificate-list li:nth-child(2n) {
    background: #f3f3f3;
}

ul.certificate-list li .cerbox {
    display: block;
    width: 95%;
    margin: 0 auto;
}

ul.certificate-list li a {
    float: left;
    display: block;
    width: 100%;
}

ul.certificate-list li a .cimg {
    float: left;
    display: block;
    overflow: hidden;
    width: 20%;
    text-align: center;
}

ul.certificate-list li a .cimg img {
    width: 95%;
}

ul.certificate-list li h3 {
    display: block;
    float: right;
    width: 77%;
    font: bold 14px/30px Î¢ÈíÑÅºÚ, Arial, Helvetica, sans-serif;
    color: #333333;
    overflow: hidden;
}

ul.certificate-list li:hover {
    background: #f1f1f1;
}

#faqbox {
    float: left;
    background: url(/template/default/wap/images/contact-img.png) right bottom no-repeat;
}

#faqbox .faqline {
    float: left;
    width: 100%;
    line-height: 2em;
    text-align: left;
    margin: 10px 0;
}

#faqbox .faqline .faqtit {
    width: 75px;
    display: block;
    float: left;
    clear: both;
    text-align: right
}

#faqbox .faqline input {
    border: #CCC solid 1px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
}

#faqbox .FaqContent {
    float: left;
    width: 100%;
    line-height: 2em;
    height: 120px;
    text-align: left
}

#faqbox .FaqContent .faqtit {
    width: 75px;
    display: block;
    float: left;
    clear: both;
    text-align: right
}

#faqbox .FaqContent textarea {
    height: 100px;
    border: #CCC solid 1px;
    border-radius: 10px;
}

.footwrapper {
    float: left;
    width: 100%;
    /*padding:10px 0;*/
    background: #999;
    color: #FFF;
    margin-bottom: 50px;
}

.footbox {
    width: 96%;
    margin: 0 auto;
}

.footewm {
    float: left;
    width: 25%;
    text-align: center
}

.footewm img {
    width: 90%;
}

.footcopyright {
    float: left;
    width: 100%;
    color: #FFF;
    line-height: 25px;
    text-align: center;
}


/*Ä¿½ñÎ»ÖÃ*/

#location {
    padding: 3px 0px;
    margin: 0;
    border-bottom: 0px solid #167312;
    color: #000;
    height: 1.5em;
    line-height: 1.5em;
    clear: both;
    text-indent: 3px;
}

#location a {
    color: #000
}


/*·ÖÒ³Ìõ*/

.pageNavi {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    WIDTH: 100%;
    TEXT-ALIGN: center;
    line-height: 30px;
    font-size: 14px;
}

.wp-pagenavi {
    CLEAR: both
}

.wp-pagenavi A {
    border: #CCC solid 1px;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    margin: 0 3px;
}

.wp-pagenavi SPAN {
    border: #CCC solid 1px;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    margin: 0 3px;
}

.wp-pagenavi A:hover {
    background: #e60012;
    color: #FFF;
    border: #e60012 solid 1px;
}

.wp-pagenavi SPAN.current {
    background: #e60012;
    color: #FFF;
    border: #e60012 solid 1px;
}

.pages {
    display: block;
    height: 30px;
    width: 100%;
    margin-top: 10px;
    border: #0099ff dashed 2px;
    text-align: left;
    font-size: 14px;
    color: #0099ff;
    line-height: 30px;
    border-radius: 5px;
}

.pages a {
    color: #0099ff;
    font-size: 14px;
}

.backurl {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: #CCC solid 1px;
}

.backurl a {
    display: block;
    padding: 0 0 0 30px;
    color: #e60012;
    line-height: 30px;
    background: url(/template/default/wap/images/icon_back.png) left center no-repeat;
    font-size: 14px;
}

.backurl a:hover {
    opacity: 0.8;
}


/*µ×²¿ÀÎ¿¿¹¤¾ßÌõ*/

#tool {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul.toollist {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 48px;
}

.toollist li {
    float: left;
    width: auto;
    height: 100%;
    width: 25%;
    position: static!important;
    margin: 0;
    border-radius: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-shadow: none!important;
    background: none;
}

.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    position: relative;
}

.toollist li a img {
    width: 24px;
    height: 24px;
}

.toollist li a p {
    margin: 1px 0 1px 0;
    font-size: 14px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}


/*ÂÌÉ«Ö÷Ìâ*/

.toollist {
    background: #e60012;
}

.toollist li {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.toollist li a {
    color: #fff;
}


/*==========@@¹«¹²Ä£¿é ¿¢ÊÂ@@==========*/

.homebtn {
    width: 100%;
    float: left;
}

.homebtn ul {
    width: 100%;
    float: left;
}

.homebtn li {
    width: 33.3%;
    float: left;
    font-size: 12px;
    text-align: center;
}

.homebtn li a {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* ×÷·ÏÁ´½Ó¸ßÁÁ */
    width: 92%;
    margin: 0 auto;
}

.homebtn li a img {
    width: 100%;
    background: url(/template/default/wap/images/loading.gif) #fff center center no-repeat;
}

.homebtn li a span {
    float: left;
    background: #e60012;
    width: 100%;
    line-height: 25px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.index_title_left {
    float: left;
    padding: 0 10px;
    background: #FFF;
}

.index_title_left .zimu {
    float: left;
    text-align: center;
    word-wrap: break-word;
    border-color: transparent;
    border-width: 0px;
    height: 40px;
    width: 35px;
    display: block;
    white-space: pre-line;
    color: #e60012;
    font-size: 40px;
    line-height: 40px;
    font-family: Microsoft YaHei;
}

.index_title_left h3 {
    display: block;
    overflow: hidden;
    line-height: 20px;
    color: rgb(7, 0, 0);
    font-size: 14px;
}

.index_title_left span {
    display: block;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color: rgb(174, 174, 174);
    font-weight: bold;
    text-transform: uppercase;
}

.nimg {
    float: left;
    width: 20%;
    margin: 10px;
    text-align: center;
}

.nimg img {
    width: 100%;
}


/**/


/*Ê×Ò³css*/

.tit-lx {
    border: 1px solid #e2e3e8;
    padding: 2% 5%;
    margin-right: 2%;
    line-height: 38px;
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
}

.tit-lx:hover i.fa {
    color: #FF5722;
}

.tit-lx:hover {
    border: 1px solid #FF5722;
    cursor: pointer;
}

i.fa {
    position: relative;
    top: 4px;
    left: -4px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

*html .clearfix {
    height: 1%
}

.map-service {
    width: 100%;
    position: relative;
    height: 760px;
    background: url(/template/default/wap/images/bg.jpg) center no-repeat;
    /*   background: #595757;*/
}

.map-service-right {
    padding-top: 60px;
    margin: 0 auto;
    width: 100%;
}

.china-map {
    width: 100%;
    height: 618px;
    background: url(/template/default/wap/images/map_black_bg.png) center no-repeat;
    position: relative;
}

.region-list {
    position: absolute;
    left: 0;
    top: 0
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.area-box .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a2a9b4;
    opacity: 1;
    filter: alpha(opacity=100)
}

.area-box .pulse {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 66px;
    width: 66px;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    -moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.area-box .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.area-box .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.area-box .delay-04 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.area-box .delay-05 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.area-box .delay-06 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.area-box .delay-07 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.area-box .delay-08 {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s
}

.area-box .delay-09 {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s
}

.area-box .delay-10 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.area-box .delay-11 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s
}

.region-list.active .area-box .dot {
    background: #009fd9
}

.region-list.active .area-box .pulse {
    border-color: #009fd9;
    top: -39px;
    left: -39px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
    -moz-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
    box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset
}

.region-list.waite .area-box .dot {
    background: #f90
}

.region-list.waite .area-box .pulse {
    border-color: #f90
}

.show-regin {
    position: absolute;
    left: 2px;
    height: 0;
    top: 0;
    width: 11px;
    opacity: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
    height: 127px;
    opacity: 1
}

.show-regin span {
    width: 80px;
    position: absolute;
    left: 8px;
    top: -11px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}

.postition-10 .show-regin span {
    left: 0
}

.postition-6 .show-regin span {
    left: -72px
}

.area-box {
    z-index: 77
}

.show-regin {
    z-index: 66
}

.region-list.active .show-regin span {
    position: relative;
    color: #ccc
}

.region-list.waite .show-regin span {
    color: #ccc
}

.postition-1 {
    left: 302px;
    top: 308px
}

.postition-2 {
    left: 401px;
    top: 403px
}

.postition-3 {
    left: 358px;
    top: 516px
}

.postition-4 {
    left: 473px;
    top: 348px
}

.postition-5 {
    left: 526px;
    top: 394px
}

.postition-6 {
    left: 526px;
    top: 515px
}

.postition-7 {
    left: 652px;
    top: 200px
}

.postition-7.region-list.active .area-box .pulse {
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.postition-8 {
    left: 559px;
    top: 229px
}

.postition-9 {
    left: 637px;
    top: 371px
}

.postition-9.region-list.active .area-box .pulse {
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.postition-10 {
    left: 554px;
    top: 539px
}

.postition-11 {
    left: 604px;
    top: 300px
}

.postition-13 {
    left: 470px;
    top: 250px
}

.postition-14 {
    left: 597px;
    top: 402px;
}

.douhao {
    width: 0
}

.mz-module-about span {
    font-size: 1.6em;
    color: #FFF;
}

.mz-module-about p {
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
}

.mz-module-about h3 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 12px;
    color: #FFF;
}

.mz-module-about {
    padding-top: 48px;
}

.mc {
    margin: 0px auto;
}

.wd80 {
    width: 80%;
}<!--ºÄÊ±1765078315.8996Ãë-->