/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
	color:#555;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    font: 14px/1 "Microsoft YaHei", "微软雅黑";
   /* font: 14px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration:none; color:#666}
a:hover { text-decoration: none;color:#ca3214 }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/*clear*/
.clear{
  clear: both;
  float: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.db {
    display: block;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.full {
    width: 100%;
    height: 100%;
}
.box {
    display: inline-block;
}
.none {
    display: none;
}
/*container*/
.container {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
}
/*header*/
.head_top {
    width: 100%;
    height: 92px;
}
#head {
    width: 100%;
    height: 92px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0px;
    z-index: 200;
}
h1.title{font-size: 22px;font-weight: 600;line-height: 48px;}
.con_body h3{font-size: 16px; line-height: 2.2em;}
.gunav {
    position: fixed;
    top: 0px;
    z-index: 200;
    width: 100%;
    background: rgba(255,255,255,0.85);
    height: 92px;
}
.nav {
    width: 1200px;
    height: 100%;
    margin: auto;
}
.nav .logo {
    width: 242px;
    height: 100%;
    float: left;
    font-size: 0px;
    padding: 0px 0px;
}
.nav .logo img {
    margin-top: 13px;
    height: 66px;
}
.navul {
    width: 850px;
    float: right;
}
.navul li {
    float: left;
    padding: 0px 23px;
    line-height: 92px;
    height: 92px;
    position: relative;
}
.navul li a {
    font-size: 16px;
    color: #222222;
    font-family: "微软雅黑";
}
.navul li .nav_son {
    position: absolute;
    top: 92px;
    left: 0px;
    z-index: 100;
    border-top: 3px solid #ca3214;
    display: none;
    width: 100%;
    overflow: hidden;
    background: rgba(90,90,90,0.9);
    box-shadow: 5px 20px 42px 11px rgba(0,0,0,0.2);
}
.navul li .nav_son a {
    transition: all 0.36s ease;
    font-size: 14px;
    display: block;
    width: 100%;
    color: #dfdfdf;
    text-align: center;
    line-height: 36px;
    border-bottom: 1px solid rgba(170,170,170,.2);
    white-space: nowrap;
    overflow: hidden;
}
.navul li .nav_son a:hover {
    background: #ca3214;
    color: #fff;
}
.navul li.cur>a {
    color: #ca3214;
}
/*banner*/
#indexbanner {
    overflow: hidden;
    position: relative;
}
.bx-controls {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 92px;
    border-top: 1px solid rgba(255,255,255,0.1);
    z-index: 999;
    width: 100%;
}
.bx-controls .bx-pager {
    text-align: center;
    margin-top: 34px;
}
.bx-controls .bx-pager div {
    display: inline-block;
    margin: 0 2px;
}
.bx-controls .bx-pager div a {
    display: block;
    width: 45px;
    height: 4px;
    overflow: hidden;
    line-height: 50px;
    background-color: rgba(255,255,255,0.3);
}
.bx-controls .bx-pager div a.active {
    background-color: rgba(255,255,255,1);
}
.bx-controls .bx-controls-direction {
    width: 1200px;
    margin: auto;
    position: relative;
}

.pagination{width: 100%;}
.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}

/*.bx-controls .bx-controls-direction .bx-prev {
    width: 66px;
    height: 10px;
    background: url(../images/lf.png) no-repeat center;
    display: block;
    font-size: 0px;
    position: absolute;
    top: -8px;
    left: -25px;
}
.bx-controls .bx-controls-direction .bx-next {
    width: 66px;
    height: 10px;
    background: url(../images/rt.png) no-repeat center;
    display: block;
    font-size: 0px;
    position: absolute;
    top: -8px;
    right: -25px;
}*/
#indexproduct {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
}
.product {
    width: 1200px;
    margin: auto;
}
.product .tit p {
    width: 100%;
    font-size: 54px;
    text-align: center;
    color: #ca3214;
    padding-top: 15%;
    text-transform: uppercase;
}
.product .tit span {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 16px;
    font-size: 26px;
}
.product .tab {
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.product .tab ul {
    position: relative;
    left: 50%;
    float: left;
    margin-top: 20px;
}
.product .tab ul li {
    float: left;
    margin-right: 8px;
    text-align: center;
    line-height: 35px;
    position: relative;
    right: 50%;
    width: 92px;
    height: 35px;
    border: 1px solid #d2d2d2;
}
.product .tab ul li:nth-child(3) a {
    color: #fff;
    background: #164883;
}
.product .tab ul li a {
    width: 92px;
    height: 35px;
    display: block;
    background: #fff;
}
.product .con {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}
    .swiper-container {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }

.product .swiper-slide{display: inline-block;overflow: hidden;}
.product .swiper-slide p{text-align: center;line-height: 26px;font-size: 16px;height: 26px;white-space: nowrap; overflow: hidden;}
.product .swiper-slide img{width: 100%; height: 185px;opacity: 0.85;}

.product .con .tt {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.product .con .subtt {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
}

/*
.product .con ul {
    overflow: hidden;
}
.product .con ul li {
    float: left;
    width: 260px;
    margin-right: 25px;
    margin-bottom: 15px;
}
.product .con ul li img{width: 100%;}
.product .con ul li:first-child {
    margin-left: 0px;
}
.product .con ul li:last-child {
    margin-right: 0px;
}
.product .con ul li .pic {
    width: 100%;
    display: block;
}
.product .con ul li .pic .p1 {
    width: 100%;
    height: 100%;
}
.product .con ul li .pic .p2 {
    width: 100%;
    height: 100%;
    display: none;
}
.product .con ul li .pic:hover .p1 {
    display: none;
}
.product .con ul li .pic:hover .p2 {
    display: block;
}
*/
#indexabout {
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}
.about {
    width: 1200px;
    margin: auto;
    margin-top: 10.5%;
}
.about .con {
    width: 100%;
    height: 328px;
}
.about .con .con_left {
    width: 600px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.about .con .con_left .tit p {
    width: 100%;
    font-size: 42px;
    color: #ca3214;
    text-transform: uppercase;
}
.about .con .con_left .tit span {
    width: 100%;
    display: block;
    margin-top: 10px;
    color: #999;
    font-size: 26px;
}
.about .con .con_left .des {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 180%;
    margin-top: 20px;
}
.about .con .con_left .des .more {
    float: right;
    color: #c3c3c3;
}
.about .con .pic {
    float: right;
}
.con_zizhi{margin-top: 20px;}
.con_zizhi h3{font-size: 22px;margin: 15px 0;font-weight: 500;}
.con_zizhi dl dd{width: 127px;padding: 0 3px;float: left;}
.con_zizhi dl dd img{max-width: 100%;}
#indexnews {
    width: 100%;
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}
.news {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.news .line {
    position: absolute;
    height: 100%;
    border-right: 1px solid #d7d7d7;
    left: 729px;
}
.news .tit {
    width: 729px;
    height: 90px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 11%;
}
.news .tit p {
    font-size: 42px;
    color: #ca3214;
}
.news .tit .news_nav {
    margin-top: 6px;
}
.news .tit .news_nav span {
    font-size: 26px;
    float: left;
}
.news .tit .news_nav ul {
    float: left;
    margin-left: 43px;
}
.news .tit .news_nav ul li {
    float: left;
    margin-right: 25px;
    line-height: 28px;
}
.news .con ul {
    float: right;
    width: 568px;
    margin-top: 20px;
}
.news .con ul li {
    width: 100%;
    height: 112px;
    padding-top: 28px;
}
.news .con ul li .date {
    float: left;
    text-align: right;
}
.news .con ul li .date span {
    font-size: 26px;
    color: #666;
}
.news .con ul li .date p {
    font-size: 16px;
    color: #999;
    margin-top: 6px;
}
.news .con ul li .xx {
    float: right;
    width: 452px;
    padding-left: 18px;
    height: 111px;
    border-bottom: 1px solid #c8c8c8;
}
.news .con ul li .xx .tt {
    font-size: 18px;
    color: #333;
}
.news .con ul li .xx .des {
    line-height: 200%;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}
.news .con ul li:hover .xx .tt, .news .con ul li:hover .xx .des {
    color: #ca3214;
}
#indexcontact {
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.contact {
    width: 1200px;
    margin: auto;
}
.contact .tit p {
    font-size: 42px;
    color: #ca3214;
    padding-top: 16%;
    text-transform: uppercase;
}
.contact .tit span {
    display: block;
    margin-top: 8px;
    font-size: 26px;
    color: #999;
}
.contact ul {
    width: 495px;
    margin-top: 60px;
}
.contact ul li {
    height: 35px;
    line-height: 35px;
    margin-bottom: 6px;
}
.contact ul li .pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
}
.contact ul li .des {
    float: left;
    margin-left: 12px;
    color: #999;
}
.contact .con {
    font-size: 13px;
    color: #999;
    line-height: 260%;
    margin-top: 38px;
}
#indexcontact .map {
    width: 56%;
    height: 75%;
    float: right;
    position: absolute;
    right: 0px;
    top: 18%;
}
#ne_nav {
    width: 1200px;
    border-bottom: 1px solid #dcdcdc;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}
#ne_nav .tt {
    margin-top: 14px;
    float: left;
}
#ne_nav .tt p {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 7px;
}
#ne_nav .tt span {
    color: #999;
    text-transform: uppercase;
}
#ne_nav .con {
    float: left;
    margin-left: 18px;
}
#ne_nav .con a {
    float: left;
    padding: 0px 15px;
    height: 34px;
    line-height: 34px;
    margin-top: 13px;
}
#ne_nav .con a.cur {
    background: #f5f5f5;
}
.col {
    width: 1200px;
    min-height: 450px;
    line-height: 200%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.col h2 {
    text-align: center;
    font-weight: normal;
    color: #000;
}
.col h3 {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}
.col p{line-height:40px;font-size:16px;}
.cat {
    width: 1200px;
    min-height: 450px;
    float: right;
    margin-top: 35px;
    margin-bottom: 45px;
}
.cat .con {
    width: 100%;
    overflow: hidden;
}
.cat .con .taf {
    float: left;
    width: 640px;
}
.cat .con .taf img {
    width: 640px;
}
.cat .con .xx {
    float: right;
    width: 540px;
}
.cat .con .xx .tt {
    color: #333;
    font-size: 18px;
    margin-top: 0px;
    line-height: 27px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
}
.cat .con .xx .des {
    line-height: 250%;
    color: #999;
    margin-top: 30px;
}
.con_body{
    line-height: 200%;
    color: #999;
    margin-top: 30px;
}

.cat .taf {
    line-height: 200%;
}
.cat .img {
    width: 100%;
    height: 158px;
    margin-top: 40px;
}
.cat .img .prev {
    float: left;
    width: 40px;
    height: 100%;
    margin-right: 3px;
    background: #eee url(../images/left.png) no-repeat center;
    cursor: pointer;
}
.cat .img .course {
    width: 1113px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.cat .img .next {
    float: left;
    width: 40px;
    height: 100%;
    margin-left: 3px;
    background: #eee url(../images/right.png) no-repeat center;
    cursor: pointer;
}
.cat .img .course ul {
    position: relative;
    height: 100%;
}
.cat .img .course ul li {
    width: 225px;
    height: 100%;
    float: left;
    margin-right: 3px;
}
.pxxm {
    width: 1200px;
    min-height: 450px;
    margin-bottom: 50px;
    float: right;
    margin-top: 50px;
    overflow: hidden;
}
.pxxm ul {
    width: 100%;
    float: left;
    overflow: hidden;
}
.pxxm ul li {
    width: 285px;
    height: 276px;
    float: left;
    margin-right: 19px;
}
.pxxm ul li:nth-child(4n) {
    margin-right: 0px;
}
.pxxm ul li .pic {
    width: 100%;
    height: 196px;
    display: block;
    position: relative;
    border: 1px solid #e6e6e6;
}
.pxxm ul li .pic span {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6) url(../images/jia.png) no-repeat center;
}
.pxxm ul li .pic:hover span {
    display: block;
}
.pxxm ul li .tt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}
.pxxm ul li .tt a {
    color: #333;
}
.honor {
    width: 100%;
    min-height: 450px;
    margin-bottom: 50px;
    margin-top: 40px;
    overflow: hidden;
}
.honor ul {
    width: 100%;
    float: left;
    overflow: hidden;
}
.honor ul li {
    width: 280px;
    height: 360px;
    float: left;
    margin-right: 26px;
}
.honor ul li:nth-child(4n) {
    margin-right: 0px;
}
.honor ul li .pic {
    width: 280px;
    height: 300px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 296px;
}
.honor ul li .pic span {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6) url(../images/jia.png) no-repeat center;
}
.honor ul li .pic:hover span {
    display: block;
}
.honor ul li .tt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.honor ul li .tt a {
    color: #333;
}
.environ {
    width: 100%;
    min-height: 450px;
    margin-bottom: 50px;
    margin-top: 40px;
    overflow: hidden;
}
.environ ul {
    width: 100%;
    float: left;
}
.environ ul li {
    width: 280px;
    height: 250px;
    float: left;
    margin-right: 26px;
}
.environ ul li:nth-child(4n) {
    margin-right: 0px;
}
.environ ul li .pic {
    width: 280px;
    height: 190px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 296px;
}
.environ ul li .pic span {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6) url(../images/jia.png) no-repeat center;
}
.environ ul li .pic:hover span {
    display: block;
}
.environ ul li .tt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    color: #333;
    overflow: hidden;
}
.environ ul li .tt a {
    color: #333;
}
.xwzx {
    width: 100%;
    min-height: 350px;
    margin-bottom: 20px;
    margin-top: 42px;
}
.xwzx .top_pic {
    width: 1200px;
    height: 338px;
    margin: auto;
}
.xwzx .top_pic .con {
    float: right;
    width: 726px;
    height: 100%;
}
.xwzx .top_pic .con .tt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 70px;
}
.xwzx .top_pic .con .tt a {
    color: #333;
}
.xwzx .top_pic .con .tt a:hover {
    color: #ca3214;
}
.xwzx .top_pic .con .des {
    display: block;
    color: #999;
    line-height: 250%;
    margin-top: 25px;
    height: 100px;
}
.xwzx .top_pic .con .des:hover {
    color: #ca3214;
}
.xwzx .top_pic .con .more {
    color: #ca3214;
}
.xwzx ul li {
    width: 100%;
    height: 212px;
    background: #f5f5f5;
}
.xwzx ul li:nth-child(2n) {
    background: #fff;
}
.xwzx ul li .con {
    width: 1200px;
    height: 100%;
    margin: auto;
}
.xwzx ul li .con .xx {
    width: 835px;
    float: left;
    padding-top: 39px;
}
.xwzx ul li .con .xx .tt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.xwzx ul li .con .xx .des {
    width: 100%;
    display: block;
    line-height: 150%;
    margin-top: 16px;
    margin-bottom: 10px;
}
.xwzx ul li .con .xx .date {
    padding-left: 32px;
    height: 22px;
    line-height: 22px;
    color: #999;
    background: url(../images/time.png) no-repeat center left;
}
.xwzx ul li .con .more {
    float: right;
    width: 40px;
    height: 156px;
    border: 1px solid #dcdcdc;
    margin-right: 48px;
    margin-top: 27px;
    background: url(../images/more.png) no-repeat center;
}
.xwzx ul li .con .more:hover {
    border: 1px solid #ca3214;
}
.xwzx ul li .art-tag{ margin:10px 0;}
.xwzx ul li .art-tag a{    display: inline-block;
    padding: 8px 15px;
    background: #CC300E;
    color: #fff;
    margin: 0 6px;
    border-radius: 5px;
    font-size: 12px; border:1px solid #CC300E;}
.xwzx ul li .art-tag a:hover{background:#fff; color: #CC300E;}
    
.role {
    width: 100%;
    min-height: 350px;
    margin-bottom: 50px;
    margin-top: 23px;
}
.role ul li {
    width: 100%;
    height: 62px;
    line-height: 62px;
    margin-bottom: 12px;
    background: #f5f5f5;
}
.role ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.role ul li p {
    float: left;
    margin-left: 30px;
    color: #333;
}
.role ul li div {
    float: right;
    margin-right: 70px;
    font-size: 16px;
    color: #999;
}
.role ul li span {
    float: right;
    margin-right: 26px;
    height: 26px;
    border-right: 1px solid #cfcfcf;
    margin-top: 18px;
}
.role ul li:hover p, .role ul li:hover div {
    color: #cc0000;
}
.staff {
    width: 100%;
    min-height: 350px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.staff ul {
    width: 100%;
    float: left;
    overflow: hidden;
}
.staff ul li {
    float: left;
    width: 590px;
    height: 160px;
    background: #f5f5f5;
    margin-right: 20px;
    margin-bottom: 22px;
}
.staff ul li:nth-child(2n) {
    margin-right: 0px;
}
.staff ul li a {
    width: 540px;
    height: 160px;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}
.staff ul li .tt {
    font-size: 16px;
    color: #333;
    padding-top: 27px;
}
.staff ul li .des {
    margin-top: 12px;
    height: 65px;
    line-height: 200%;
    font-size: 12px;
    color: #999;
}
.staff ul li .tim {
    width: 100%;
    height: 19px;
}
.staff ul li .tim .date {
    float: left;
    padding-left: 27px;
    line-height: 19px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 12px;
    color: #999;
    margin-right: 13px;
}
.staff ul li .tim .read {
    float: left;
    padding-left: 30px;
    line-height: 19px;
    background: url(../images/read.png) no-repeat left center;
    font-size: 12px;
    color: #999;
}
.staff ul li:hover {
    background: #3c3c3c;
}
.staff ul li:hover * {
    color: #fff;
}
.staff ul li:hover .tim .date {
    color: #fff;
    background: url(../images/date1.png) no-repeat left center;
}
.staff ul li:hover .tim .read {
    color: #fff;
    background: url(../images/read1.png) no-repeat left center;
}
.zp {
    width: 100%;
    min-height: 350px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.zp ul {
    width: 100%;
    float: left;
    overflow: hidden;
}
.zp ul li {
    float: left;
    width: 390px;
    height: 160px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #f5f5f5;
}
.zp ul li:nth-child(3n) {
    margin-right: 0px;
}
.zp ul li a {
    width: 318px;
    height: 100%;
    padding: 0px 36px;
    display: block;
}
.zp ul li .tt {
    font-size: 18px;
    color: #333;
    padding-top: 36px;
}
.zp ul li .des {
    font-size: 12px;
    margin-top: 20px;
}
.zp ul li .more {
    margin-top: 30px;
}
.zp ul li .more span {
    float: left;
    margin-right: 8px;
    line-height: 13px;
    font-size: 12px;
    color: #fff;
    display: none;
}
.zp ul li .more p {
    width: 68px;
    height: 13px;
    float: left;
    background: url(../images/sq.png) no-repeat center;
}
.zp ul li:hover {
    background: #3c3c3c;
}
.zp ul li:hover * {
    color: #fff;
}
.zp ul li:hover .more span {
    display: block;
}
.zp ul li:hover .more p {
    background: url(../images/sq1.png) no-repeat center;
}
#sidenav {
    width: 180px;
    margin-bottom: 50px;
    position: fixed;
    top: 142px;
}
.gy .tt p {
    font-weight: bold;
    font-size: 30px;
    color: #333;
    margin-bottom: 9px;
}
.gy .tt span {
    color: #999;
    text-transform: uppercase;
}
.gy ul {
    margin-top: 39px;
}
.gy ul li {
    width: 100%;
    margin-bottom: 32px;
}
.gy ul li a.cur {
    color: #cc0000;
}
.ban {
    width: 800px;
    height: 800px;
    background: url(../images/ban.jpg) no-repeat center;
    margin: auto;
    position: relative;
}
.ban a {
    width: 194px;
    height: 170px;
    display: block;
    position: absolute;
}
.ban .a1 {
    top: 132px;
    left: 200px;
}
.ban .a2 {
    top: 130px;
    left: 418px;
}
.ban .a3 {
    width: 297px;
    height: 257px;
    top: 308px;
    left: 250px;
}
.ban .a4 {
    top: 585px;
    left: 192px;
}
.ban .a5 {
    top: 585px;
    left: 418px;
}
.orientation {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.orientation .previous {
    float: left;
}
.orientation .next {
    float: right;
}
/*footer*/
.footer_top {
    width: 100%;
    height: 364px;
    background: url(../images/foot.jpg) no-repeat center;
    position: relative;
}
.footer_top .map {
    width: 45%;
    height: 100%;
    float: right;
    position: absolute;
    right: 0px;
}
.footer_top .address {
    width: 1200px;
    margin: auto;
}
.footer_top .address .tit {
    float: left;
    width: 308px;
    margin-top: 93px;
}
.footer_top .address .tit p {
    color: #ca3214;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer_top .address .tit span {
    font-size: 26px;
    color: #999;
}
.footer_top .address ul {
    float: left;
    margin-top: 88px;
}
.footer_top .address ul li {
    height: 35px;
    line-height: 35px;
    margin-bottom: 6px;
}
.footer_top .address ul li .pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
}
.footer_top .address ul li .des {
    float: left;
    margin-left: 12px;
    color: #999;
}
.footer_top .con {
    width: 520px;
    height: 175px;
    float: left;
    margin-top: 50px;
    line-height: 200%;
    font-size: 12px;
}
.footer_top .weixin {
    width: 162px;
    height: 164px;
    background: url(../images/back.jpg) center no-repeat;
    float: right;
    margin-right: 50px;
    margin-top: 26px;
    text-align: center;
    font-size: 12px;
}
.footer_bottom {
    width: 100%;
    height: auto;
    padding:40px 0;
    line-height: 26px;
    background: #19191b;
   text-align: center;
}
.footer_bottom .fter {
    width: 1200px;
    margin: auto;
    color: #999;
    font-size: 13px;
}
.mypage {
    text-align: center;
    float: left;
    width: 100%;
}
.mypage span, .mypage a {
    display: inline-block;
    vertical-align: top;
    color: #d35b52;
    border: 1px solid #d35b52;
    padding: 5px 10px;
    margin: 5px;
}
.mypage span.current, .mypage a.current {
    background: #d35b52;
    color: #fff;
}


.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}
nav.for-pagination {
    text-align: center;margin-bottom: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
	float: left;
}
.pagination>li.thisclass{padding: 6px 12px; background: #c40000; color: #fff; margin-left: 0.75em;line-height: 1.42;}
.pagination>li.shouye{padding: 6px 12px; background: #fff; color: #999; border: 1px solid #ddd; margin-left: 0.75em;line-height: 1.42;}

nav.for-pagination .pagination li.active a {
    background-color: #334870;
    border-color: #334870;
    color: #fff;
}
nav.for-pagination .pagination li span {
    color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
    margin-left: .75em;
    color: #999;
}

.title_h3{font-size: 20px;font-weight: 500;line-height: 36px; border-bottom: 1px solid #3e3e3e;}
.b40{height: 40px;clear: both;overflow: hidden;}
.body_dl{width: 100%;overflow: hidden;}
.body_dl dd{width: 234px;padding: 8px 3px;float: left;}
.body_dl dd p{line-height: 26px;font-size: 14px; text-align: center;margin-top: 5px;}
.body_dl dd img{border: 1px solid #f1f1f1; width: 100%;}
.body_dl dd:hover img{border: 1px solid #ca3214;}
.body_dl dd:hover p{color: #ca3214;}

.news_dl{width: 100%;overflow: hidden;}
.news_dl dd{width: 33.3%;float: left; margin: 0; line-height: 50px;font-size: 14px;border-bottom: 1px dashed #f1f1f1;}

.inset h3{font-size: 20px; text-align: left;line-height: 48px;font-weight: 600;color: #ca3214;}
.inset h4{text-align: center;font-weight: 400;}
.inset .col img{max-width:100%;}

@media (max-width: 1920px) {
    .nav {width: 1440px;}
    .navul {width: 1050px;}
}
@media (max-width: 1600px) {
    .nav {width: 1400px;}
    .navul {width: 1050px;}
}
@media (max-width: 1366px) {
    .nav {width: 1200px;}
    .navul {width: 845px;}
    .navul li {padding: 0px 13px;}
}



