@charset "utf-8";
/* sass变量 */
body{    min-width: 1360px;}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #044f9f;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #fff;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px !important;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 30px;
  margin-bottom: 25px;
  border-bottom: 4px solid #ccc;
}

.main-tit h6 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  float: left;
}

.main-tit h6::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 10px;
  background: url(../images/line.png) bottom center no-repeat;
}

.main-tit .more {
  float: right;
  color: #333;
  line-height: 20px;
  margin-top: 15px;
  font-size: 16px;
}

.main-list li {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    height: 30.5px;
    line-height: 30.5px;
}

.main-list li span {
  float: right;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.page {
  background: url(../images/bg22.png) center 18px no-repeat;
}

.page-inner {
  background: url(../images/bg1.jpg) bottom center no-repeat;
}

.topbar {
  color: #fff;
  padding: 13px 0;
  background: #044f9f;
  line-height: 38px;
  font-size: 17px;
}

.topbar a {
  color: #fff;
}

.topbar .c1 {
  float: left;
}

.topbar .c2 {
  float: right;
}

.topbar .c3 {
  float: right;
  margin-right: 50px;
}

.topbar .c3 a {
  margin: 0 10px;
}

.header {
  padding: 46px 0;
}

.header .logo {
  float: left;
}

.header .main-nav {
  float: left;
  width: 570px;
  margin-top: 10px;
  margin-left: 20px;
}

.header .ad {
  float: right;
  margin-top:11px;
  width: 302px;
}
.header .ad a{ }
.search-box {
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}

.search-box .text {
  border: none;
  background: url(../images/search-bg.png);
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 180px;
  padding: 7px 46px 8px 10px;
}

.search-box .btn {
  position: absolute;
  right: 0;
  top: 0px;
  height: 38px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 44px;
}

.main-nav>ul>li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  margin: 5px 0;
  z-index: 10;
}

.main-nav>ul>li a {
  display: block;
  text-align: center;
  font-size: 22px;
}

.main-nav>ul>li.on:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 60%;
  height: 2px;
  left: 20%;
  background: #044f9f;
}

.main-nav>ul>li:hover {
  z-index: 11;
}

.main-nav>ul>li:hover:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 60%;
  height: 2px;
  left: 20%;
  background: #044f9f;
}

.banner {
  min-width: 1300px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url() center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url() center center no-repeat;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 8px;
  background: url(../images/dote.png) center center no-repeat;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) center center no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 450px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 .c1 {
  float: left;
  width: 680px;
  position: relative;
}

.index-row1 .c1 .hd {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 405px;
  z-index: 5;
}

.index-row1 .c1 .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  background: url(../images/dote.png) no-repeat;
}

.index-row1 .c1 .hd li.on {
  width: 24px;
  background: url(../images/dote-on.png) no-repeat;
}

.index-row1 .c1 .bd li .pic {
  height: 440px;
}

.index-row1 .c1 .bd li .pic img {
  height: 100%;
  width: 100%;
}

.index-row1 .c1 .slide .hd {
  text-align: right;
  right: 10px;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/opacity.png);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  line-height: 50px;
}

.index-row1 .c2 {
  float: right;
  width: 470px;
}

.index-row1 .c2 .r1 img {
  width: 100%;
  height: 80px;
}

.index-row1 .c2 .r1 a {
    float: right;
    width: 150px;
    margin-right: 0;
}

.index-row1 .c2 .r1 .a1 {
    float: left;
    margin-right: 10px;
}

.index-row1 .c2 .r2 {
  margin-top: 10px;
}

.index-row1 .c2 .r2 img {
  width: 100%;
  height: 60px;
}

.index-row1 .c2 .main-list {
  margin-top: 10px;
  padding-left: 50px;
  background: url(../images/yd.png) left center no-repeat;    background-size: 6%;
}

.index-row1 .c2 .main-list li {
  padding-left: 0;
  background: none;
}

.index-row1 .c2 .more {
  text-align: center;
  margin-top: 6px;
}

.index-row2 {
  margin: 30px 0;
}

.index-row2 .c1 {
  float: left;
  width: 680px;
}

.index-row2 .c1 .main-list {
  margin-top: -12px;
}

.index-row2 .c2 {
  float: right;
  width: 470px;
}

.index-row2 .c2 .list {
  margin: 0 -5px;
}

.index-row2 .c2 .list li {
  float: left;
  width: 50%;
}

.index-row2 .c2 .list li a {
  display: block;
  margin: 0 5px;
}

.index-row2 .c2 .list li .pic img {
  width: 100%;
  height: 127px;
}

.index-row2 .c2 .list li .text {
  line-height: 20px;
    padding: 10px 5px;
    height: 40px;
    overflow: hidden;
    background: #e4edf4;
    text-align: center;
}

.index-row3 .c1 {
  float: left;
  width: 680px;
}

.index-row3 .c1 .main-list li i {
  margin: 0 10px;
}

.index-row3 .c2 {
  float: right;
  width: 470px;
  position: relative;
}

.index-row3 .c2 .hd {
    line-height: 30px;
    margin-bottom: 25px;
    border-bottom: 4px solid #ccc;
}
.index-row3 .c2 .hd li.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 10px;
    background: url(../images/line.png) bottom center no-repeat;
}
.index-row3 .c2 .hd li {
font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
    float: left;margin-right: 40px;    cursor: pointer;
}
 

.index-row3 .c2 .bd li .pic {
  height: 110px;
}

.index-row3 .c2 .bd li .pic img {
  height: 100%;
  width: 100%;
}

.index-row3 .c2 .slide .hd {
  text-align: center;
  position: static;
  margin-top: 10px;
}

.index-row3 .c2 .slide .hd li {
  width: 24px;
  background: url(../images/dote1.png) no-repeat;
}

.index-row3 .c2 .slide .hd li.on {
  width: 45px;
  background: url(../images/dote1-on.png) no-repeat;
}

.index-row3 .c2 .slide .bd li a {
  float: left;
  width: 220px;
  margin: 0 5px;
}

.index-row3 .c2 .slide .bd li .text {
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    background: #000;
    color: #fff;
    padding: 7px 0;
    opacity: 0.6;
    margin-top: -34px;
}

.index-row4 {
  background: #fff;
  border: 1px solid #efefef;
      padding: 20px 20px 5px;
  border-radius: 10px;
    margin-top: 30px;
}

.index-row4 .slide .hd {
  border-bottom: 4px solid #f6f6f6;
  margin-bottom: 20px;
}

.index-row4 .slide .hd li {
  float: left;
  font-size: 18px;
  margin: 0 12px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}

.index-row4 .slide .hd li.on::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/line.png) bottom center no-repeat;
}

.index-row4 .slide .bd .item .main-list ul {
  margin: 0 -2%;
}

.index-row4 .slide .bd .item .main-list li {
  float: left;
  width: 48%;
  padding-left: 0;
  background: no-repeat;
}
.index-row4 .slide .bd .item .pic-list{border: 1px solid #efefef;  box-shadow: 1px 0px 7px #f6f6f6;}
.index-row4 .slide .bd .item .main-list li a {
     height: 30px;
    line-height: 30px;
  display: block;
  margin: 0 5%;
}

.index-row4 .slide .bd .item .pic-list {
  margin: 20px -10px;
}

.index-row4 .slide .bd .item .pic-list li {
  float: left;
  width: 10.3%;
}

.index-row4 .slide .bd .item .pic-list li a {
  padding: 5px 0 5px;
  display: block;
  margin: 0 10px;
  text-align: center;
 
}
.index-row4 .slide .bd .item .pic-list li a  .text{font-size: 14px;}
.index-row4 .slide .bd .item .pic-list li a .pic {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.index-row4 .slide .bd .item .pic-list li.li1 .pic {
  background: url(../images/r4-icon1.png) center center no-repeat;
background-size: 74%!important;
}
.index-row4 .slide .bd .item .pic-list li.li2 .pic {
  background: url(../images/xzxx.png) center center no-repeat;
background-size: 74%!important;
}
.index-row4 .slide .bd .item .pic-list li.li3 .pic {
  background: url(../images/r4-icon2.png) center center no-repeat;
background-size: 70%!important;
}

.index-row4 .slide .bd .item .pic-list li.li4 .pic {
  background: url(../images/r4-icon3.png) center center no-repeat;
background-size: 70%!important;
}

.index-row4 .slide .bd .item .pic-list li.li5 .pic {
  background: url(../images/r4-icon4.png) center center no-repeat;
background-size: 70%!important;
}

.index-row4 .slide .bd .item .pic-list li.li6 .pic {
  background: url(../images/r4-icon5.png) center center no-repeat;
background-size: 70%!important;
}

.index-row4 .slide .bd .item .pic-list li.li7 .pic {
  background: url(../images/r4-icon6.png) center center no-repeat;
background-size: 70%!important;
}

.index-row4 .slide .bd .item .pic-list li.li8 .pic {
  background: url(../images/r4-icon7.png) center center no-repeat;
background-size: 70%!important;
}

.index-row4 .slide .bd .item .pic-list li.li9 .pic {
  background: url(../images/r4-icon8.png) center center no-repeat;
background-size: 70%!important;
}

.index-row4 .slide .bd .item .pic-list li:hover a {
  border-color: #3399cc;
  background: #3399cc;
}

.index-row4 .slide .bd .item .pic-list li:hover a .text {
  color: #fff;
}

.index-row4 .slide .bd .item .pic-list li:hover.li1 .pic {
  background: url(../images/r4-icon1-on.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li2 .pic {
  background: url(../images/xzxxb.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li3 .pic {
  background: url(../images/r4-icon2-on.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li4 .pic {
  background: url(../images/r4-icon3-on.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li5 .pic {
  background: url(../images/r4-icon4-on.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li6 .pic {
  background: url(../images/r4-icon5-on.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li7 .pic {
  background: url(../images/r4-icon6-on.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li8 .pic {
  background: url(../images/r4-icon7-on.png) center center no-repeat;
}

.index-row4 .slide .bd .item .pic-list li:hover.li9 .pic {
  background: url(../images/r4-icon8-on.png) center center no-repeat;
}

.footer {
  position: relative;
  padding: 20px 0 5px;
  min-width: 1200px;
  opacity: .8;
}

.footer .c1 {
  float: left;
}
.footer .c1 .pic img{width:90px}
.footer .c1 li {
  float: left;
  margin-right: 50px;
  text-align: center;
}

.footer .c1 li p {
  margin-top: 10px;
}

.footer .c2 {
  float: right;
  width: 500px;
  font-size: 15px;
}

.footer .c2 .r1 dl {
  float: left;
  line-height: 30px;
  width: 45%;
  font-size: 16px;
  margin-left: 5%;
}

.footer .c2 .r1 dl dt {
  font-weight: bold;
}

.footer .c2 .r2 {
  margin-top: 10px;
  text-align: center;
  line-height: 29px;
}

.sidebar-nav {
  position: fixed;
  right: 20px;
  top: 20%;
  z-index: 9;
  text-align: center;
}

.sidebar-nav .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}
#c_lunar271687{    display: inline-block;}
.mores{position: absolute;
    top: 10px;
    right: 0;}
#slide3{    position: relative;}
/*24-4-13*/
.tphx{position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    top: 250px;}
.tphx img{display: block;
    width: 100%;
    height: 100%;}

@media screen and (max-width: 1200px) {
.tphx img{display: block;
  width: 100%;
    height: auto;}
}
