@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
min-width:1200px;
}

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: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {

 
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.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 {
  height: 50px;
  line-height: 50px;
  padding: 10px 0;
}

.main-tit .more {
  float: right;
    color: #c72027;
}

.main-tit .more:hover {
  color: #666;
}

.main-tit h6 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}

.main-tit h6 .line {
  width: 42px;
  height: 3px;
  background: #86ee1f;
}

.main-list li {
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
}

.main-list li span {
  float: right;
  color: #999;
}

.main-list li span b {
  font-size: 16px;
  font-weight: normal;
  color: #8a1d1e;
}

.main-list li.last {
  border: none;
}

.header {
  background: url(../images/header.png) center center no-repeat;
  height: 190px;
min-width:1200px;
width:1200px;
margin:0 auto;
}

.header .logo {
  float: left;
  margin-top: 34px;
margin-left:10px;
}



 .con a {
  color: #fff;
}

 .con .search {
  border: 1px solid #eee;
margin-right:5px;
    line-height:40px;
    height: 35px;
margin-top:12px;
 width:160px;
}

 .con .search .itxt {
 width:100px;
  height: 20px;
padding:10px;
padding-top:0px;
  border: none;
  vertical-align: middle;
  background: none;
  color: #fff;
}

 .con .search .button {
  cursor: pointer;
  float: right;
  width: 34px;
  height: 34px;
  border: none;
  vertical-align: middle;
  background: none;
}

.main-nav {
  background: url(../images/nav.jpg) center center no-repeat;
  border-top: 6px solid #ffd715;
    width: 1200px;
    margin: 0 auto;
  line-height: 60px;
height: 60px;
min-width:1200px;

}

.main-nav li {
  position: relative;
  float: left;
  width: 12.5%;
  z-index: 10;
  font-size: 18px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #c72027;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 96%;
  padding-top: 5px;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 14px;
  background: #fbd315;
}

.main-nav li:hover {
  background: #fbd315;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li {
  line-height: 44px;
}

.main-nav li:hover .dropdown li a {
  color: #c72027;
  transition: all ease .3s;
}

.main-nav li:hover .dropdown li a:hover {
  display: block;

}

.banner {
  position: relative;
  width: 1200px;
margin:0 auto;
  height:350px;
  overflow: hidden;
}

.banner .slide {
  position: absolute;
  width: 1200px;
  height: 350px;
  top: 0;
}

.banner .slide .hd {
  position: absolute;
  z-index: 1;
  bottom: 27px;
  width: 100%;
  text-align: center;
}

.banner .slide .hd li {
  display: inline-block;
  width: 40px;
  height: 5px;
  cursor: pointer;
  margin: 0 10px;
  background: url(../images/dote1.png) center center no-repeat;
}

.banner .slide .hd li.on {
  background: url(../images/dote1-on.png) center center no-repeat;
}

.banner .slide .bd img {
  width: 1200px;
  height: 350px;
}

.page {
  background: url(../images/page.jpg) center center no-repeat;
}

.index-row1 .c1 {
  float: left;
  width: 690px;
}

.index-row1 .c1 dl {
  margin-bottom: 20px;
}

.index-row1 .c1 dl dt {
  float: left;
  width: 170px;
overflow:hidden;
}

.index-row1 .c1 dl dt img {
 
  height: 130px;
}

.index-row1 .c1 dl dd {
  margin-left: 190px;
  line-height: 26px;
}

.index-row1 .c1 dl dd h6 {
  font-size: 16px;
  padding: 5px 0;
}

.index-row1 .c1 dl dd .desc {
  margin-bottom: 5px;
  color: #999;
  height: 60px;
  overflow: hidden;
}

.index-row1 .c1 dl dd .date {
  font-size: 12px;
  color: #e42329;
}

.index-row1 .c2 {
  float: right;
  width: 490px;
}

.index-row1 .c2 dl {
  margin-bottom: 17px;
}

.index-row1 .c2 dl dt {
  float: left;
  width: 84px;
  height: 72px;
  text-align: center;
}

.index-row1 .c2 dl dt p {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}

.index-row1 .c2 dl dt b {
  color: #7e383a;
  font-size: 24px;
  line-height: 40px;
}

.index-row1 .c2 dl dd {
  margin-left: 100px;
  line-height: 32px;
  font-size: 16px;
  height: 64px;
  overflow: hidden;
}

.index-row1 .c2 .dl1 dt {
  background: url(../images/bg1.png) no-repeat;
}

.index-row1 .c2 .dl2 dt {
  background: url(../images/bg2.png) no-repeat;
}

.index-row1 .c2 .dl3 dt {
  background: url(../images/bg3.png) no-repeat;
}

.index-row1 .c2 .dl4 dt {
  background: url(../images/bg4.png) no-repeat;
}

.index-row1 .c2 .dl5 dt {
  background: url(../images/bg5.png) no-repeat;
}

.index-row2 {
  margin-top: 10px;
}

.index-row2 .c1 {
  float: left;
  width: 680px;
}

.index-row2 .c1 .slide {
  position: relative;
    padding: 20px 50px 0;
    background: #c72027;
    height: 130px;
    opacity: 0.6;
}
}

.index-row2 .c1 .slide .bd {
  width: 100%;
  overflow: hidden;
}

.index-row2 .c1 .slide .bd li {
  float: left;
  width: 100px;
  margin: 0 25px;
  text-align: center;
}

.index-row2 .c1 .slide .bd li img {
  width: 85px;
}

.index-row2 .c1 .slide .bd li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.index-row2 .c1 .slide .prev, .index-row2 .c1 .slide .next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 2;
}

.index-row2 .c1 .slide .prev {
  left: 0;
  background: url(../images/arr2-left.png) center center no-repeat;
}

.index-row2 .c1 .slide .next {
  right: 0;
  background: url(../images/arr2-right.png) center center no-repeat;
}

.index-row2 .c1 .main-tit {
  margin-top: 20px;
}

.index-row2 .c1 .main-tit h6 .line {
  background: #e12329;
}

.index-row2 .c1 .headline {
  line-height: 30px;
}

.index-row2 .c1 .headline h6 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}

.index-row2 .c1 .headline .desc {
  color: #999;
  height: 60px;
  overflow: hidden;
}

.index-row2 .c1 .headline .date {
  font-size: 12px;
  color: #e42329;
}

.index-row2 .c1 .list {
  margin-top: 5px;
  line-height: 50px;
  border-top: 1px dashed #d0d0d0;
}


.index-row2 .c1 .list>table>tbody>tr>td>div>div:nth-child(2){
    top: -40px!important;
}

.index-row2 .c1 .list li {
  padding-left: 20px;
  font-size: 16px;
  border-bottom: 1px dashed #d0d0d0;
  background: url(../images/dote2.png) left center no-repeat;
}

.index-row2 .c2 {
  float: right;
  width: 490px;
}

.index-row2 .c2 .slide .prev, .index-row2 .c2 .slide .next {
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 2;
}

.index-row2 .c2 .slide .prev {
  left: 0;
  background: url(../images/arr-top.png) center center no-repeat;
}

.index-row2 .c2 .slide .next {
  right: 0;
  background: url(../images/arr-bottom.png) center center no-repeat;
}

.index-row2 .c2 .slide .bd {
  height: 670px;
  overflow: hidden;
}

.index-row2 .c2 .slide .ctrl {
  text-align: right;
  margin-top: 10px;
}

.index-row2 .c2 .slide li {
  height: 150px;
  margin-bottom: 20px;
}

.index-row2 .c2 .slide li .text {
     background: #0b7ea1;
  float: left;
  width: 120px;
  height: 100%;
  text-align: center;
}

.index-row2 .c2 .slide li .text img {
  margin: 40px 0 20px;
}

.index-row2 .c2 .slide li .text p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.index-row2 .c2 .slide li .pic {
  margin-left: 120px;
}

.index-row2 .c2 .slide li .pic img {
  width: 100%;
  height: 150px;
}

.index-row3 .slide {
  padding: 30px 30px;
  position: relative;
}

.index-row3 .slide .bd {
  width: 100%;
  overflow: hidden;
}

.index-row3 .slide .bd li {
  float: left;
  width: 350px;
  margin: 0 15px;
}



.index-row3 .slide .prev, .index-row3 .slide .next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 2;
}

.index-row3 .slide .prev {
  left: 0;
  background: url(../images/arr2-left.png) center center no-repeat #0b7ea1;
}

.index-row3 .slide .next {
  right: 0;
  background: url(../images/arr2-right.png) center center no-repeat #0b7ea1;
}

.index-row3 .slide .prev:hover, .index-row3 .slide .next:hover {
  background-color: #86ee1f;
}

.f-links {
  padding: 20px 0;
  background: #f0f0f0;
  line-height: 30px;
  font-size: 16px;
width:1200px;
margin:0 auto;
}

.f-links span {
  color: #e12329;
  margin-right: 20px;
margin-left:15px;
}

.f-links a {
  margin: 0 20px;
}

.footer {
  background: url(../images/footer.jpg) center center no-repeat;
  padding: 30px 0;
 color:#fff;
  min-width: 1200px;
width:1200px;
margin:0 auto;

}

.footer .c1 {
  float: left;
  line-height: 40px;
  margin-top: 30px;
margin-left:15px;
}

.footer .c2 {
  float: right;
margin-top:20px;
}

.footer .c2 .qr {
  margin: 0 10px;
  display: inline-block;
}




.tempWrap {
    overflow: initial !important;}