@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-10-20 11:10:59
 * @version $Id$
 */

html {
    overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
img,
em {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 12px;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
}

a:hover {
    color: #E73835;
    text-decoration: underline;
}

p {
    line-height: 20px;
}

body {
    color: #666;
    font-family: 微软雅黑, 'Microsoft YaHei', arial, tahoma, 宋体;
    font-size: 14px
}


/*iconfont*/

@font-face {
    font-family: "iconfont";
    src: url('../iconfont/iconfont.eot');
    /* IE9*/
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfont";
    src: url('../iconfont/iconfont.eot');
    /* IE9*/
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    w -moz-osx-font-smoothing: grayscale;
}


/*public*/

.aw {
    width: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
}

.tw {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
}

.allimg {
    background: url(../images/allimg.png) no-repeat;
}

em.line {
    background-position: 0 -205px;
    width: 580px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.fadeInLeftBig,
.fadeInRightBig,
.fadeIn,
.fadeInUpBig,
.fadeInRight,
.fadeInUpBig {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.listpublic {
    overflow: hidden;
}

.listpublic img {
    width: 100%;
}


/*public end*/


/*index*/

.top {
    background: #333333;
    padding: 20px 0;
}
.top a h1{display:none}
.top .topo {
    margin-left: 2.3%;
}

.top .top {
    float: left;
}

.top .topt {
    float: right;
}


/*-nav-*/

.nav {
    border-bottom: 5px #EA3838 solid;
}

.nav ul {
    width: 70%;
    overflow: hidden;
    float: left;
}

.nav ul li {
    float: left;
    text-align: center;
    width: 10%;
    padding: 20px 2%;
}

.nav ul li:hover {
    background: #E73835;
}

.nav ul li a {
    font-size: 15px;
    display: block;
    width: 100%;
    cursor:pointer;
}

.nav ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.nav form {
    float: right;
    position: relative;
    width: 20%;
    margin: 19px 0;
}

.nav form input {
    height: 40px;
    border: 1px solid #ccc;
    width: 90%;
    font-size: 12px;
    color: #999;
    padding-left: 5%;
}

.nav .insub {
    position: absolute;
    background-position: 0 -47px;
    width: 36px;
    height: 31px;
    right: 1%;
    top: 10px;
    border: none;
    cursor: pointer;
}


/*-nav end*/


/*-banner-*/

.banner {
    margin: 0 auto;
    position: relative;
    background: #000;
    clear: both;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd li {
    height: auto;
    overflow: hidden;
}

.banner .bd li img {
    width: 100%;
    height: auto;
    vertical-align:top;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background: url(../images/dot.png) 0 -16px;
    overflow: hidden;
    filter: alpha(opacity=70);
    opacity: 0.7;
    vertical-align: top;
    line-height: 9999px;
}

.banner .hd ul .on {
    background-position: 0 0;
}

.banner .timer {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    font-size: 0;
    overflow: hidden;
}


/*-banner end-*/


/*-inpro-*/

.incptop {
    text-align: center;
    margin: 15px 0 30px 0;
}

.incptop span {
    font-size: 20px;
    color: #E73835;
    font-weight: bold;
    margin-right: 10px;
}

.incptop h1 {
    display: inline;
    font-size: 24px;
    color: #E73835;
    font-weight: bold;
    color: #171717;
    letter-spacing: 10px;
}

.incptop p {
    line-height: 50px;
    font-size: 18px;
    color: #A3A3A3;
}


/*-inpro end-*/


/*-inprozhanshi-*/

.inprolist {
    width: 100%;
    margin: 20px auto 0 auto;
}

.inprolist .hd {
    overflow: hidden;
    margin: 0 auto;
    width: 85%;
}

.inprolist .hd li {
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: : ;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 6.8%;
    position: relative;
    width: 132px;
    height: 182px;
    overflow: hidden;
}

.inprolist .hd li em {
    display: block;
    width: 132px;
    height: 132px;
    background: url(../images/inbj.png) no-repeat;
}

.inprolist .hd li:hover em {
    background-position: 0 -141px;
    transition: all 0.4s;
}

.inprolist .hd li img {
    position: absolute;
    top: 0;
    left: 21px;
    width: 90px;
    height: 74px;
    margin-top: 25px;
}

.inprolist .hd li p {
    color: #a3a3a3;
    margin-top: 30px;
}

.inprolist .hd li.hdliend {
    margin-right: 0;
}

.inprolist .hd li a {
    color: #999;
}

.inprolist .hd li.on a {
    color: #fff;
}

.inprolist .bd {
    padding: 10px 0;
    padding-top: 30px;
    margin: 30px 0 60px;
}

.inprolist .bd ul {
    overflow: hidden;
}

.inprolist .bd ul li {
    width: 15.5%;
    float: left;
    margin-right: 1%;
    border: 1px solid #898989;
    position: relative;
}

.inprolist .bd ul li.bdliend {
    margin-right: 0;
}

.inprolist .bd ul li img {
    width: 100%;
    display: block;
}

.prohn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=30);
    transition: all 0.5s;
    cursor: pointer;
}

.inprolist .bd ul li:hover .prohn {
    display: block;
    opacity: 0.5;
    bottom: 0;
}

.prohn::before,
.prohn::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -ms-transition: opacity 0.5s, -ms-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.prohn::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.prohn::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.inprolist .bd ul li:hover .prohn::before,
.inprolist .bd ul li:hover .prohn::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.inprolist .bd ul li h4 {
    font-size: 18px;
    line-height: 80px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-30px, -30px, 0);
    -moz-transform: translate3d(-30px, -30px, 0);
    -o-transform: translate3d(-30px, -30px, 0);
    -ms-transform: translate3d(-30px, -30px, 0);
    transform: translate3d(-30px, -30px, 0);
    opacity: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #E73835;
    display: inline;
    overflow: hidden;
}

.inprolist .bd ul li p {
    padding: 5px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -ms-transition: opacity 0.5s, -ms-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(30px, 30px, 0);
    -moz-transform: translate3d(30px, 30px, 0);
    -o-transform: translate3d(30px, 30px, 0);
    -ms-transform: translate3d(30px, 30px, 0);
    transform: translate3d(30px, 30px, 0);
}

.inprolist .bd ul li:hover h4,
.inprolist .bd ul li:hover p {
    color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*-inprozhanshi end-*/


/*indexnews*/

.indexnews {
    padding: 40px 0 50px 0;
    background: #F7F7F7;
    overflow: hidden;
}

.inewsleft {
    float: left;
    width: 47%;
    overflow: hidden;
}

.inewsright {
    float: right;
    width: 47%;
    overflow: hidden;
}

.indexnews h3 {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #898989;
}

.indexnews h3 span {
    color: #E73835;
    margin-right: 10px;
}

.indexnews dl {
    margin-top: 20px;
    border-bottom: 1px solid #EDEDED;
    overflow: hidden;
    background: #fff;
    padding: 3%;
}

.indexnews dl dt {
    float: left;
    width: 30%;
}

.indexnews dl dt img {
    width: 100%;
    height: auto;
}

.indexnews dl dd {
    float: right;
    width: 65%;
}

.indexnews dl dd a h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
}

.indexnews dl dd p {
    line-height: 25px;
}

.indexnews dl dd a em {
    color: #E73835;
    line-height: 30px;
}

.indexnews dl dd a em:hover {
    text-decoration: underline;
}

.indexnews ul {
    padding-top: 20px;
    background: #fff;
    padding: 3%;
}

.indexnews ul li {
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    color: #666;
}

.indexnews ul li span {
    float: right;
    color: #999;
}

.indexnews ul li:hover a {
    color: #E73835;
    font-weight: bold;
}


/*indexnews end*/


/*indexcase*/

.indexcase {
    margin: 10px auto 40px auto;
}

.incasebody ul li {
    float: left;
    width: 18%;
    margin-left: 2.5%;
    position: relative;
}
.incasebody ul li:first-child{margin-left:0}

.incasebody ul li.incaseend {
    margin-right: 0;
}

.incasebody ul li a img {
    width: 100%;
}

.incasebody ul li:hover .caseceng {
    display: block;
    opacity: 0.5;
    bottom: 0;
}

.caseceng {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=30);
    transition: all 0.5s;
    cursor: pointer;
}

.casetext {
    position: absolute;
    top: 0;
}

.incasebody ul li:hover .caseceng::before,
.incasebody ul li:hover .caseceng::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.incasebody ul li a span {
    display: block;
    line-height: 30px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    background: red;
    font-size: 16px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-30px, -30px, 0);
    -moz-transform: translate3d(-30px, -30px, 0);
    -o-transform: translate3d(-30px, -30px, 0);
    -ms-transform: translate3d(0px, 30px, 0);
    transform: translate3d(0px, 40px, 0);
    opacity: 0;
    border-bottom: 2px solid #E73835;
    overflow: hidden;
}

.incasebody ul li a span:hover {
    text-decoration: none;
}

.incasebody ul li p {
    padding: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -ms-transition: opacity 0.5s, -ms-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.incasebody ul li:hover a span,
.incasebody ul li:hover p {
    color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*indexcase end*/


/*indexcustomer*/

.incustomer {
    background: #F7F7F7
}

.incusbody {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.incusbody ul li {
    width: 11.111%;
    float: left;
    margin-left: 1%;
    line-height: 30px;
    padding: 5px 0;
    text-align: center;
    border: 2px solid #F7F7F7;
    overflow: hidden;
}
.incusbody ul li p{
    margin-top:10px;
    text-align:center
}
.incusbody ul li:hover {
    border: 2px solid #ED6F6C;
}

.incusbody ul li img {
    width: 100%;
}


/*indexcustomer end*/


/*foot*/

.footer {
    margin-top: 50px;
    background: url(../images/foot.jpg);
}

.foot {
    height: 305px;
    padding: 30px 0;
    overflow: hidden;
}

.foot ul li {
    color: #F8F8F6;
    float: left;
    margin-right: 5%;
}

.foot ul li a {
    color: #F8F8F6;
}

.foot ul li p {
    line-height: 30px;
}

.foot ul li.footone {
    width: 25%;
}

.foot ul li.foottwo {
    width: 15%;
}

.foot ul li.footthree {
    width: 29%;
    margin-right: 0;
}

.foot ul li dl dt {
    font-size: 18px;
    background: url(../images/line.png) no-repeat 0 bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.foot ul li dl dd {
    line-height: 30px;
}

.linker {
    background: #000;
    float: left;
    line-height: 25px;
    padding:10px 0;
}

.link ul li {
    color: #fff;
    float: left;
    margin-right: 1.2%;
}

.link ul li a {
    color: #fff;
}

.copyrighter {
    background: #fff;
}

.copyright {
    text-align: center;
}

.copyright p {
    text-align: center;
    line-height: 30px;
}


/*foot end*/


/*index end*/


/*news list*/

.newstop {
    position: relative;
}

.newsleft {
    float: left;
    width: 18%;
    overflow: hidden;
}

.pubround {
    position: absolute;
    background: url(../images/round.png) no-repeat;
    width: 106px;
    height: 129px;
    top: -64px;
    left: -32px;
    z-index: 99;
}

.pubround a h3 {
    color: #fff;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
}

.newsleft  img {
    margin: 100px 0 0 15px;
    float: left;
}

.newsleft ul {
    float: left;
    margin: 134px 0 0 30px;
}

.newsleft ul li {
    font-size: 16px;
    line-height: 64px
}

.newsright {
    float: left;
    width: 78%;
}

.newsright p.biaoti {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    background: url(../images/publicline.png) no-repeat 0 bottom;
    padding-bottom: 20px;
    margin-top: 50px;
}

.newsright p.biaoti span {
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
}

.newsright p.biaoti a {
    float: right;
    font-size: 14px;
    color: #A3A3A3;
    font-weight: normal;
}

.newsright p.biaoti a:hover {
    text-decoration: underline;
}

.newshead {
    margin-top: 30px;
    overflow: hidden;
}

.newshead img {
    float: left;
    width: 35%;
    height: auto;
}

.newshead dl {
    float: right;
    width: 60%;
}

.newshead dl dt h3 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

.newshead dl dt ul {
    overflow: hidden;
    margin: 10px 0;
}

.newshead dl dt ul li {
    float: left;
    margin-right: 5%;
}

.newshead dl dd {
    clear: both;
}

.newshead dl dd p {
    margin-top: 20px;
}

.newbodylist {
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}

.newbodylist ul li span {
    float: right;
}

.newsulleft {
    float: left;
    width: 40%;
    padding-right: 10%;
    border-right: 1px solid #ccc;
}

.newsulright {
    float: right;
    width: 40%;
}

.newbodylist ul li {
    line-height: 30px;
}

.pubtuijian {
    overflow: hidden;
    margin-bottom: 20px;
}

p.protj {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 30px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
}

.pubtuijian ul li {
    float: left;
    border: 1px solid #CCC;
    width: 13.9%;
    margin-left: 3.0333%;
}

.pubtuijian ul li:first-child{
    margin-left: 0;
}

.pubtuijian ul li h4 {
    text-align: center;
    line-height: 30px;
    height:60px;
}

.pubtuijian ul li img {
    width: 100%;
}

.pubtuijian ul li p {
    width: 80px;
    height: 30px;
    background: #E73835;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.7s;
}

.pubtuijian ul li a p:hover {
    background: #fff;
    text-decoration: none;
    color: red;
}

.pubcaset {
    overflow: hidden;
    margin-bottom: 50px;
    width: 45%;
    position: relative;
    float: left;
    margin-right: 10%;
}

.pubcaset img {
    float: left;
    width: 30%;
}

.pubcaset dl {
    float: right;
    margin-left: 3%;
    width: 65%;
}

.pubcaset h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.pubcaset p a {
    position: absolute;
    bottom: 0;
    color: #E73835;
}

.pubcaset p:hover {
    text-decoration: underline;
}

.newsul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.newsul li a {
    font-size: 16px;
    font-weight: bold;
}


/*news list end*/


/*case*/

p.protjo {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 90px;
    padding-bottom: 30px;
}

.caselist {
    overflow: hidden;
    margin-top: 50px;
}

.caselist li {
    width: 45%;
}

.caselist li:nth-of-type(even) {
    float: right;
}

.pubcaseo {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    float: left;
}

.pubcaseo img {
    float: left;
    width: 30%;
}

.pubcaseo dl {
    float: right;
    margin-left: 3%;
    width: 65%;
}

.pubcaseo h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    font-weight: bold;
}

.pubcaseo p a {
    position: absolute;
    bottom: -2px;
    color: #E73835;
}

.pubcaseo p a:hover {
    text-decoration: underline;
}

.newstj {
    overflow: hidden;
}

.newstj ul li {
    float: left;
    width: 45%;
}

.newstj ul li:nth-of-type(even) {
    float: right;
}

.newstj ul li dt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.newstj ul li dt span {
    font-weight: normal;
    font-size: 15px;
    margin-left: 3%;
}

.newstj ul li dt img {
    padding-top: 20px;
}

.newstj ul li dd {
    line-height: 30px;
}

.newstj ul li dd span {
    float: right;
}

.re {
    position: relative;
    margin-top:-50px;
}

.pubcase {
    margin-top: 50px;
    padding-top: 20px;
}

.put {
    top: -64px;
    overflow: hidden;
}


/*case end*/


/*newsnr*/


/*pubnr*/

.maxw {
    margin-top: 50px;
}
.pubbody table{
    width: 100 % ;border: 1 px solid #999;border-left:none;border-top:none;text-align:center;}.pubbody table tr,.pubnr table tr{line-height:30px;color:# 676767;height: 30 px;
}.pubbody table tr: nth - child(odd): hover, .pubbody table tr: nth - child(even): hover, .shcs table tr: nth - child(even): hover, .pubnr table tr: nth - child(odd): hover, .pubnr table tr: nth - child(even): hover {
    background: #73B1E0;}.pubbody table tr:nth-child(odd):hover td,.shcs table tr:nth-child(even):hover td,.pubnr table tr:nth-child(odd):hover td{color:# fff;
}.pubbody table tr td, .pubnr table tr td {
    color: #676767;font-size:14px;border-left:1px solid # 999;border - top: 1 px solid #999;}.pubbody table tr:nth-child(odd),.pubnr table tr:nth-child(odd){background:# D1DAE0;
}.pubbody table tr: nth - child(even), .pubnr table tr: nth - child(even) {
    background: #EFEFEF;
}
.pubbody h1 {
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 22px;
    padding-top: 100px
}

.pubbody p.pbexplain {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    margin-left: 1.3%;
}

.pubbody p.pbexplain span {
    margin-right: 3%;
}

.pubbody p.pbexplain span i:before {
    font-size: 16px;
    padding-right: 1%;
}

.pubbody p.pbexplain span i.pbtime:before {
    content: "\e691";
}

.pubbody p.pbexplain span i.view:before {
    content: "\f00ef";
}

.pubbody p.pbexplain span i.writer:before {
    content: "\f00f3";
}

.pubbody p.pbexplain span i.pblist:before {
    content: "\f00d7";
}

.pubbody .intro {
    background: #FFE3E3;
    border: 1px #ccc solid;
    color: #454545;
    padding: 10px 8%;
    margin: 30px 0;
}

.intro p span {
    color: #ff9000;
    line-height: 30px;
}

.pubnr p {
    color: #333;
    line-height: 30px;
}

.pubnr {
    padding: 10px 0 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
}

.praise {
    padding: 30px 0 30px;
    text-align: center;
    width: 100%;
}

.praise i:before {
    content: "\f01b8";
    padding-right: 1%;
}

.praise a {
    padding: 10px 2%;
    margin-left: 2%;
    background: #E2523A;
    color: #fff;
}

.relation {
    overflow: hidden;
    margin: 20px 0;
}

.releft {
    float: left;
}

.reright {
    float: right;
}

.pbrec {
    overflow: hidden;
    margin: 20px 0;
}

.pbrecleft {
    float: left;
    width: 30%;
}

.pbrecright {
    float: right;
    width: 30%;
}

.pbrecleft p,
.pbrecright p {
    line-height: 40px;
    width: 100%;
    border-bottom: 1px dashed #EBEBEB;
    font-size: 16px;
}

.pbrecleft ul,
.pbrecright ul {
    margin: 10px 0;
}

.pbrecleft ul li,
.pbrecright ul li {
    line-height: 25px;
    padding-left: 8px;
}

.pbrecleft ul li span,
.pbrecright ul li span {
    float: right;
}

.fixed {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background;
    background: #73B1E0 none repeat scroll 0 0 !important;
    padding: 20px 0;
    left: 0;
}

.fixed a:hover {
    text-shadow: #ccc 0 1px 0;
}

.fixed h1,
.fixed a {
    color: #fff;
}


/*newsnr end*/


/*about*/

.about {
    margin-top: 50px;
}

.about img.abimg {
    float: left;
    width: 60%;
    margin-right: 3%;
}

.about h4 {
    width: 37%;
    float: left;
    background: url(../images/publicline.png) no-repeat 0 bottom;
    float: right;
    padding-bottom: 20px;
    font-size: 18px;
    color: #E73835;
    font-weight: bold;
}

.about h4 span {
    color: #000;
    margin-left: 3%;
}

.about p {
    line-height: 30px;
}


/*about end*/


/*pronr*/

.pronr {
    position: relative;
}

.twpro {
    position: relative;
    padding-top: 20px;
}

.pronr h3 {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    margin: 20px 0;
}

.pronr p {
    line-height: 30px;
}

.pronrtitle {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    width: 100%;
    z-index: 99;
}

.pronrtitle h1 {
    font-weight: 700;
    color: #333;
    font-size: 24px;
    width: 30%;
    float: left;
}

.pronrtitle ul {
    width: 60%;
    float: right;
    overflow: hidden;
}

.pronrtitle ul li {
    float: left;
    padding-right: 5%;
    padding-bottom: 10px;
}

.pronrtop {
    overflow: hidden;
    padding: 40px 0;
}

.ptleft {
    float: left;
    width: 45%;
    position: relative;
    min-height: 400px;
}

.ptleft p.pnintroduction {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    color: #3b3b3b;
    line-height: 250%;
    text-indent: 2em;
    overflow: hidden;
    margin-top: -10px;
}

.ptleft p.cpsm {
    padding-top: 10px;
}

.ptleft .pnexplain {
    width: 100%;
    height: 150px;
    background: #0597BC;
    border-radius: 10px;
    margin-top: 20px;
}

.pnexplain ul li {
    line-height: 45px;
    color: #fff;
}

.pnexplain ul li i {
    font-size: 30px;
    padding: 0 5%;
}

.pnexplain ul li i.pnzl:before {
    content: "\f01b1";
}

.pnexplain ul li i.pnjg:before {
    content: "\f00fd";
}

.pnexplain ul li i.pnjh:before {
    content: "\3432";
}

.ptright {
    float: right;
    width: 45%;
}

.pronrimg {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.pronrimg .pic {
    position: relative;
    z-index: 0;
}

.pronrimg .pic img {
    width: 100%;
    max-width: 400px;
    display: block;
}

.pronrimg .hd {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.pronrimg .hd li {
    margin: 0 5px;
    background: url(../images/dotpn.png) no-repeat 0 -16px;
    _background: url(../images/dot.png) no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;}

.pronrimg .hd .on {
    background-position: 0 0;
}

.pncontact {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
}

.pncontact p.seonline {
    width: 20%;
    margin: 0 auto;
}

p.seonline:hover {
    background: #E73835;
}

.pncontact a:hover {
    text-decoration: none;
}

.pncontact p.pncont {
    margin-top: 20px;
    font-weight: 700;
    color: #333;
}

p.p1 {
    margin-top: 50px;
}

.pnuse,
.pntd,
.shcs,
.cpfw,
.dhlc,
.cpys,
.dxal,
.lbjcl,
.cpsyt,
.xgcp {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    line-height: 30px;
}

.lbjcl h2 {
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.pronr table {
    width: 100%;
    border: solid #F7F7F7;
    border-width: 1px 0px 0px 1px;
    text-align: center;
}

.pronr table tr {
    line-height: 30px;
    color: #676767;
}

.pronr table tr:nth-child(odd):hover,
.pronr table tr:nth-child(even):hover,
.shcs table tr:nth-child(even):hover {
    background: #73B1E0;
}

.pronr table tr:nth-child(odd):hover td,
.shcs table tr:nth-child(even):hover td {
    color: #fff;
}

.pronr table tr td {
    color: #676767;
    font-size: 14px;
    border: solid #f7f7f7;
    border-width: 0px 1px 1px 0px;
}

.pronr table tr:nth-child(odd) {
    background: #D1DAE0;
}

.pronr table tr:nth-child(even) {
    background: #EFEFEF;
}

.xgcp dl {
    float: left;
    width: 13%;
    overflow: hidden;
    padding: 0 1.8%;
}

.xgcp dl dt img {
    width: 100%;
}

.xgcp dl dd {
    padding: 4% 0;
    width: 100%;
    text-align: center;
}

.cpfwleft {
    width: 100%;
    float: left;
}

.cpfwright {
    width: 25px;
    float: right;
}

.pnonline {
    margin: 50px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.pnonline h4 {
    font-weight: bold;
    color: #3b3b3b;
    padding-bottom: 20px;
    font-size:20px;
}

.poleft {
    width: 65%;
    float: left;
}

.poleft p {
    color: #3b3b3b;
    width: 80%;
}

.poleft ul li input {
    width: 80%;
    height: 40px;
    color: #afafaf;
    padding-left: 10px;
}

.poleft ul li {
    height: 44px;
    margin-top: 30px;
    line-height: 44px;
}

.poleft .more textarea {
    color: #afafaf;
    width: 100%;
    height: 125px;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 30px;
}

.pnsub .asubmit {
    background: #ff9000;
    color: #FFF;
    width: 110px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    padding-left:0;
}

.pnsub .asubmit:hover {
    background: #FF8406;
}

.pnsub .areset:hover {
    background: #373737;
}

.pnsub li {
    float: left;
}

.pnsub .areset {
    background: #454545;
    margin-left: 30px;
    color: #fff;
    width: 110px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
}

.poright {
    width: 25%;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 8%;
}

.poright li {
    line-height: 30px;
}

.poright p.pronline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
}

ul.pnnews li {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.seonline {
    width: 70%;
    height: 40px;
    line-height: 40px;
    background: #0597BC;
    text-align: center;
    margin: 30px 0;
    transition: all 0.5s;
    color: #FFF;
}

p.seonline a {
    color: #fff;
}


/*pronr end*/


/*contact*/

.conbody {
    margin: 0 auto 50px auto;
    position: relative;
    padding-top: 20px;
}

.maxw .conb {
    width: 100%;
    padding: 50px 0 30px 5%;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    color: #454545;
}

.conbody .p1 span {
    color: #0755c9;
}

.cbleft {
    width: 40%;
    float: left;
    padding-top: 30px;
}

.cbleft strong {
    color: #737373;
    font: bold 20px "微软雅黑";
    line-height: 200%;
}

.cbleft ul li {
    line-height: 30px;
}

.cbright {
    width: 50%;
    float: right;
    background: url(../images/or.jpg) no-repeat top left;
    margin-top: 40px;
}

.cbright p {
    margin: 20px 0 0 32%;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.cbright a {
    display: block;
    background: url(../images/contact.jpg) no-repeat bottom center;
    width: 100%;
    height: 100px;
    margin-top: 30px;
}


/*pro*/

.pronrright {
    margin-top: 50px;
}

.pronrright li {
    position: relative;
    width: 15%;
    overflow: hidden;
    float: left;
    margin-right: 5%;
    min-height: 360px;
}

.pronrright li dl {
    float: left;
    margin-bottom: 30px;
}

.pronrright li dl dt {
    border: 1px solid #A6A6A6;
}

.pronrright li dl dt img {
    width:99%;
}

.pronrright li dl dd a h4 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    min-height: 40px;
}

.pronrright li dl dd p {
    line-height: 30px;
    min-height: 80px;
    margin-top: 10px;
}

.pronrright li dl dd a span {
    position: absolute;
    bottom: 25px;
    color: #E73835;
}

.pronrright li dl dd a span:hover {
    text-decoration: underline;
}


/*pro end*/


/*fenye*/

.pagelist {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
    padding: 20px 0;
}

.pagelist a {
    color: #666;
    float: left;
    display: block;
    background: #fff;
    padding: 6px 13px;
    margin-right: 20px;
    box-shadow: #C3C3C3 0 1px 1px 0;
}

.pagelist a:hover {
    background: #03A9F4;
    color: #fff;
    transition: all 0.7s;
    text-decoration: none;
}

.pagelist b {
    color: #FFF;
    float: left;
    display: block;
    padding: 6px 13px;
    display: block;
    background: #E73835;
    padding: 6px 13px;
    margin-right: 20px;
    box-shadow: #C3C3C3 0 1px 1px 0;
}


/*fenye end*/

@media screen and (max-width:1440px) {
    .inprolist .hd li {
        margin-right: 4.8%;
    }
}
/*地域搜索*/
.region{margin:40px auto;}
.region .releft{width:66%;float:left;}
.releft .relist{margin-bottom:30px;border:1px dashed #ccc;padding:15px;overflow:hidden;}
.releft .relist dl{overflow:hidden;border-bottom:1px dashed #ccc;padding-bottom:10px;}
.relist dl dt{float:left;}
.relist dl dt h3{font-weight:700;color:#454545;font-size:18px;}
.relist dl dd{float:right;font-size:14px;}
.relist ul{margin-top:20px;overflow:hidden;}
.relist ul li{line-height:30px;}
.relist ul li span{float:right;width:20%;text-align:center;display:block;}
.relist ul li:hover{background:#F7F7F7;}
.relist ul li:hover a{color:#ffa126;}
.relist ul li a{display:block;width:75%;float:left;overflow: hidden; display: block; height: 30px; white-space: nowrap; text-overflow: ellipsis;}
.region .reright{width:21%;float:right;padding:15px 2%;border:1px dashed #ccc;}
.reright div:last-child{margin-bottom:-10px;}
.repub{overflow:hidden;margin-bottom:30px;}
.diqu ul li{float:left;margin:0 4% 5px 0;}
.repub h4{font-size:18px;border-bottom:1px dashed #ccc;margin-bottom:7px;padding-bottom:7px;font-weight:700;color:#454545;}
.renav dl dt a h5{font-weight:700;font-size:14px;color:#454545;}
.renav dl dt{margin:10px 0;display:block;background:url(/img/msgnav.gif) 0 50% no-repeat #EEF1F4;padding-left:10px;clear:left;padding:5px 0 5px 10px;}
.renav dl dd{float:left;margin:0 4% 5px 0;}
.retuijian{background:url(/img/inlist.png) no-repeat 0 40px;overflow:hidden;}
.retuijian ul{margin-top:-10px;padding-left:25px;}
.retuijian ul li{line-height:50px;height:50px;overflow:hidden;}