﻿@charset "utf-8";

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}

ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.8;
    font-family:"PingFangSC-Regular","Heiti SC", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}


body {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    font-family:"PingFangSC-Regular","Heiti SC", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #F68500;
    text-decoration: none;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
*+html .clearfix {
    min-height: 1%;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.siteWidth,
.container {
    clear: both;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.links {
    color:#fff;
    position:absolute;
    z-index:2;
    right:0;
    top:20px;
}
.links .on dd {
    display: block;
}
.links dl {
    position: relative;
    float: right;
}
.links dt {
    padding: 0 15px 0 0;
    cursor: pointer;
}
.links dt a {
    color: #fff;
}
.links dd {
    clear: both;
    display: none;
    padding: 5px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: -55px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.links dd img {
    width: 100px;
    height: 100px;
}
.links dd i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}



#header {
    position: relative;
    z-index: 3;
    height: 69px;
    border-bottom: 1px solid #eee;
}
#header .logo {
    width: 180px;
    text-align: left;
    float: left;
    padding-top: 15px;
}
#header .logo img {
    max-width: 100%;
}


.searchbtn {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/icons-search.png) no-repeat center;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 15px;
}
.siteSearch {
    display: none;
    width: 495px;
    height: 38px;
    line-height: 38px;
    border: none;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 9;
    padding-left: 30px;
}
.siteSearch i.close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 38px;
    background: url(../img/close.png) no-repeat center;
    cursor: pointer;
}
.siteSearch .keyWord {
    background: none;
    float: left;
    width: 407px;
    padding:0 10px;
    height: 38px;
    line-height: 38px;
    border: 0;
    color: #bbb;
    outline: none;
    text-align: center;
    vertical-align: middle;
}
.siteSearch .keyWord::-webkit-input-placeholder {
    color: #bbb !important;
}
.siteSearch .searchBtn {
    display: block;
    float: right;
    width: 38px;
    height: 38px;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: url(../img/icons-search.png) no-repeat center;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
}





.topNav { position: relative; float: left; height: 50px; padding-top: 10px; }
.mainNav { position: relative;  }
.mainNav .li1{float: left; height: 50px; position: relative;}
.mainNav .a1{font-size: 17px; line-height: 50px; padding: 0 22px; display: block; position: relative;}
.mainNav .a1:hover { text-decoration: none; color:#fff;  }
.mainNav .a1 i { display: block; width: 30px; height: 2px; background-color: #F68500; position: absolute; bottom: 0; left: 25px; margin-left: -15px;  opacity: 0;filter: alpha(opacity=0);
    -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.mainNav .a1:hover i,.mainNav .on1 .a1 i { left:50%; opacity: 1;filter: alpha(opacity=100);}
.mainNav .on1 .a1{color: #F68500; }
.mainNav .ul1{ overflow:hidden; position:absolute; top: 50px; left: 0; width: 110%; border-top: 10px solid #fff; display:none; background: url(../img/png-red.png) repeat; z-index: 10; line-height: 30px; padding: 10px 0;}
.mainNav .li2{ vertical-align:top;  }
.mainNav .a2{font-size: 16px;display:block;color: #fff; padding: 8px 5px; line-height: 24px;}
.mainNav .a2:hover{ background-color: #E17C00;}



.siteWidthOn .topNav,
.siteWidthOn .searchbtn { display: none; }
.siteWidthOn .siteSearch { display: block; }


#content {
    margin: 0 auto;
    clear: both;
    text-align: left;
    position: relative;
}
#content>.siteWidth{
    width:auto
}


.hd i { display: block; position: absolute; background: url(../img/icons-font.png) no-repeat 0 0; 
    -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; }
.hd h3:hover i { -webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg); }


.hd i.icons-xw {background-position: 0 0; width: 27px; height: 30px; left:0 ; top: 10px;}
.hd i.icons-gg {background-position: 0 -100px; width: 28px; height: 30px; left: 0; top: 10px; }
.hd i.icons-lj { background-position: 0 -320px; width: 45px; height: 45px; left: 20px; top: 15px; }
.hd i.icons-dz { background-position: 0 -444px; width: 33px; height: 45px; left: 25px; top: 13px; }
.hd i.icons-wx { background-position: 0 -568px; width: 52px; height: 44px; left: 20px; top: 13px; }
.hd i.icons-sj { background-position: 0 -210px; width: 30px; height: 30px; left: 0; top: 10px; }
.hd i.icons-zyjs { background-position: 0 -261px; width: 30px; height: 30px; left: 0; top: 10px; }

.hd li.on i.icons-xw { background-position: 0 -50px; }
.hd li.on i.icons-gg { background-position: 0 -150px; }
.column {
    overflow: hidden;
}
.side {
    border-bottom: 1px solid #f0f0f0;
    z-index: 2;
    margin-top: -100px;
    height: 170px;
}
.mainContent {
    clear: both;
}


span.Eng {
    font-family: "Arial";
}

.box-block { float: left; margin-right: 50px; text-align: left; }
.box-block .hd { height: 70px; background-color: #F68500; position: relative;  padding-left: 85px; }
.box-block .hd h3 { color: #fff; font-size: 20px; padding-top: 8px; line-height: 30px; }
.box-block .hd h3 a { color: #fff; }
.box-block .hd .Eng { font-size: 16px; color: #fff; opacity: 0.5; filter: alpha(opacity=50); display: block; }


.box-links,.box-qr { width: 300px; }
.box-links .hd { margin-bottom: 15px; }
.box-links .bd li { float: left; width: 48%; padding: 0 1%; line-height: 36px; height: 36px; overflow: hidden;}
.box-links .bd li a { color: #666; }
.box-links .bd li a:hover { color: #F68500; }


.box-add { width: 500px; }
.box-add .bd { line-height: 36px; color: #666; padding: 15px 5px; }
.box-add .bd .label { width: 115px; display: inline-block; *display: inline; color: #999;  text-align: justify; text-align-last: justify; text-justify:distribute-all-lines; }


.box-qr { margin-right: 0; }
.box-qr .hd { margin-bottom: 30px; }
.box-qr .bd .pic { width: 120px; float: left; margin-right: 25px; opacity: 0.2; filter: alpha(opacity=20); -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.box-qr .bd .pic img { width: 120px; }
.box-qr .bd .pic:hover { opacity: 1; filter: alpha(opacity=100); }
.box-qr .bd .con { overflow: hidden; }
.box-qr .bd .con li { border: 1px solid #e0e0e0; height: 48px; }
.box-qr .bd .con li a { display: block; padding-left: 65px; font-size: 14px; color: #666; line-height: 48px; position: relative;}
.box-qr .bd .con li i { display: block; position: absolute; top: 13px; left: 30px; background: url(../img/icons-font.png) no-repeat 0 -1204px;  width: 19px; height: 22px;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.box-qr .bd .con li.li1 { margin-bottom: 15px; }
.box-qr .bd .con li.li2 i { background-position: 0 -1256px; width: 21px; height: 18px; top: 15px;}
.box-qr .bd .con li:hover { background-color: #fafafa; }
.box-qr .bd .con li:hover i { -webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg); }


#footer {
    clear: both;
    position: relative;
    z-index: 1;
}
#footer .foot-gray {background: #f0f0f0; padding: 30px 0; text-align: center; margin-top: 30px; clear: both;}
#footer .copyRight,
#footer .copyRight a {
    color: #999;
}
#footer .footerNav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 40px;
    line-height: 40px; 
    height: 40px;
    position: relative;
}
#footer .footerNav li a {
    color: #666;

}
#footer .footerNav li i.icon { background: url(../img/icons-font.png) no-repeat 0 -712px; position: absolute; display: block; left: 0; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;} 
#footer .footerNav li i.icons-bg { background-position: 0 -712px; width: 29px; height: 17px; top: 11px; }
#footer .footerNav li i.icons-xz { background-position: 0 -804px; width: 20px; height: 20px; top: 10px; left: 4px; }
#footer .footerNav li i.icons-dy { background-position: 0 -904px; width: 19px; height: 21px; top: 9px; left: 5px; }
#footer .footerNav li i.icons-wx { background-position: 0 -1004px; width: 23px; height: 21px; top: 9px; left: 3px; }
#footer .footerNav li i.icons-phone { background-position: 0 -1104px; width: 14px; height: 20px; top: 10px; left: 10px; }
#footer .footerNav li:hover i.icon { -webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg); }
#footer .footerNav li.spe { font-size: 12px; color: #ccc; padding: 0 10px;}
#footer .footerNav dd { display: none; position: absolute; bottom: 30px; right: -20px;}
#footer .footerNav dd img { width: 100px; border: 4px solid #fff;}
#footer .footerNav .on dd { display: block; }
#footer .footerNav dd i { width: 0; height: 0; border: 5px solid transparent; border-top: 5px solid #fff; display: block; position: relative; left: 50%; margin-left: -5px; }


#goTop {
    display: none !important;
}
#gotop {
    position: fixed;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0;
    z-index: 99;
    background:#fff url(../img/icons-top.png) no-repeat 0 0;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    transition:0.5s;
    -moz-transition:0.5s;   
    -webkit-transition: 0.5s;   
    -o-transition:0.5s;
}
#gotop:hover {  background:#F68500 url(../img/icons-top.png) no-repeat 0 -50px; border-color: #F68500;}


.pageBanner { text-align: center; min-height: 100px; }
.pageBanner img { max-width: 1920px; width: 100%; height: auto; min-width: 1200px; }


.path {
    height: 70px;
    line-height: 70px;
    float: right;
    background: url(../img/icons-path.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
    color: #666;
}
.path em {
    font-style: normal;
    display: inline-block;
}
.path a, .path span {
    color: #666;
    display: inline-block;
}
.path i { background: url(../img/icons-arrow.png) no-repeat center; width: 25px; height: 7px; display: inline-block; }
.path a:hover {
    color: #d93236;
}


.pic { overflow: hidden;}
.pic img { -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; }
.pic:hover img { transition:all 1.05s linear;-moz-transition:all 1.05s linear;-o-transition:all 1.05s linear;-webkit-transition:all 1.05s linear; -webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-m-transform:scale(1.05);transform:scale(1.05); }




.pic-list-pbl { width: 1240px; }
.pic-list-pbl .pic-li {
    width: 270px;
    margin-top: 40px;
    background: #fff;
    float: left;
    margin-right: 40px\0;
    *margin-right: 40px;
    position: relative;
    top: 0;
    -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.pic-list-pbl .pic-li:hover {
    top: -10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.pic-list-pbl .pic {
    width: 270px; background-color: #e5e5e5;  position: relative;
}
.pic-list-pbl .pic img {
    height: auto;
    height: 200px\0 !important;
    *height: 200px;
    width: 100%;
    display: block;
}
.pic-list-pbl .wall-column {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.pic-list-pbl .con {
    height: 88px;
    padding: 10px 20px;
}
.pic-list-pbl .title { line-height: 24px; font-size: 14px; height: 48px; margin-bottom: 5px; overflow: hidden; }
.pic-list-pbl .date { float: left; color: #999; }
.pic-list-pbl .node { float: right; color: #999; }
.pic-list-pbl .node a {  color: #999; }
.pic-list-pbl .up {  float: right; background: url(../img/icons-dz-s.png) no-repeat left 4px; padding-left: 20px; display: block; height: 25px; line-height: 25px;  color: #999;}
.pic-list-pbl .clicked { background: url(../img/icons-dz-s-on.png) no-repeat left 4px; color: #F68500;}

.pic-list-pbl .hits { float: right; background: url(../img/icons-ll.png) no-repeat left center; padding-left: 20px; display: block; height: 25px; line-height: 25px;  color: #999;}
.pic-list-pbl .pic i.intro-type { background: url(../img/video.png) no-repeat; width: 51px; height: 50px; opacity: 0.7;filter: alpha(opacity=70);
 position: absolute; left: 50%; margin-left: -25px; top: 50%; margin-top: -25px; }
.pic-list-pbl .pic-li:hover .pic i.intro-type { opacity: 1; filter: alpha(opacity=100); }
.pic-list-pbl-01 .node { float: none; }



div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}

.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a, .bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #136E3F;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover, .bot button:hover {
    text-decoration: none;
    background: #1c804c;
    color:#fff;
}

.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}

.queryResult {
    width: 80%;
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}