@charset "utf-8";
/* sass±äÁ¿ */
.content table p{text-indent: 0em !important;margin: 0px !important}

.tsg{    float: right;
    line-height:30px;
    margin-left: 10px;}
.pb_sys_style1 .p_no_d {
    border: 1px solid #963b31 !important;
    color: #fff;
    background-color: #963b31 !important;
}
body{    min-width: 1320px;}

*html {
  background-image: url(/about:blank);
  background-attachment: fixed;
}

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%;
  font-weight: normal;
}

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: #963b31;
}

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: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

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;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
  font-size: 18px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
  padding-left:0px;
 }
div .index-row1{
   margin-top:10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
 
  position: relative;
  line-height: 60px;
  background: url(/images/main-tit.png) left center no-repeat;
}

.main-tit h6 {
  padding-left: 20px;
  font-size: 22px;
  color: #000;
    padding-bottom: 8px;
}

.main-tit h6 b {
  margin: 0 5px;
  font-weight: blod;
}

.main-tit h6 span {
  font-size: 14px;
}

.main-tit .more {
  float: right;
  font-family: Arial;
  padding-right: 34px;
  background: url(/images/more.png) right center no-repeat;
}

.main-list li {
  line-height: 36px;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li a em {
  color: #963b31;
}

.main-list li .date {
  float: right;
  margin-left: 20px;
  color: #963b31;
}



.header {
  color: #fff;
  background: url(/images/header.jpg) top center no-repeat;
}

.header a {
  color: #fff;
}

.header .con {
  padding: 26px 0;
  border-bottom: 1px solid #ba6b62;
}

.header .con .logo {
  float: left;
}

.header .con .right {
  float: right;
  margin-top: 20px;
}

.header .con .right .links {
  float: right;
  line-height: 30px;
}

.header .con .right .links span {
  margin: 0 8px;
  font-size: 12px;
}

.search-box {
  float: right;
  width: 200px;
  margin-left: 20px;
  background: url(/images/search-bg.png) center center no-repeat;
}

.search-box .text {
  border: none;
  background: none;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 160px;
  padding: 3px 0;
}

.search-box .btn {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 70px;
  background: #fff url(../images/nav_b.png) bottom center repeat-x;
}

.main-nav li {
  position: relative;
  float: left;
  width:135px;
  text-align: center;
  z-index: 10;
  font-size: 22px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #000;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 130%;
  left: 0;
  top: 99%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 55px;
  height: 55px;
  overflow: hidden;
  font-size: 16px;
  background: url(/images/opacity2.png);
  position: relative;
}

.main-nav li .dropdown li:hover {
  background: #e98d07;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -55px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -55px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li.on {
 background: url(/images/nav-on.png) no-repeat center 6px;
    background-size: contain;
}

.main-nav li.on:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 125px;
  height: 8px;
  left: 0;
  margin-left: -7px;
}

.main-nav li.on a {
  color: #8f372e;
}

.main-nav >ul>li:hover a {
  background: url(/images/nav-on.png) no-repeat;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  min-width: 1400px;
  max-width: 100%;
  overflow: hidden;
}

.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: -680px;
  background: url(/images/lef.png) center center no-repeat;
}

.banner .next {
  margin-left: 620px;
  background: url(/images/right.png) center center no-repeat;
}

.banner .hd {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px;
  background: url(/images/dote.png) no-repeat;
}

.banner .hd li.on {
  background: url(/images/dote-on.png) no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 480px;
  overflow: hidden;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 480px;
}

.index-row1 .c1 {
  float: left;
  width: 900px;
}

.index-row1 .c1 .headline {
  float: left;
  width: 425px;
}

.index-row1 .c1 .headline .pic {
  height: 240px;
  overflow: hidden;
}

.index-row1 .c1 .headline .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .headline .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .headline .text {
  margin-top: 0px;
  line-height: 24px;
    padding: 0 16px;
}

.index-row1 .c1 .headline .text h6 {
  font-size: 16px;
}
.index-row1 .c1 .headline .text h6 a{
line-height:30px;
white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.index-row1 .c1 .headline .text .desc {
  margin-top: 5px;
  color: #818181;
}

.index-row1 .c1 .list {
  float: right;
  width: 450px;
}
.index-row1 .c1 .list .main-list li{
    line-height: 38px;
}
.index-row1 .c1 .list .main-list li span{
float: right;
color:#494949;
}
.index-row1 .c1 .list dl {
  margin-bottom: 20px;
}

.index-row1 .c1 .list dl dt {
  float: left;
  width: 74px;
  height: 68px;
  background: url(/images/date.png) no-repeat;
  text-align: center;
  color: #fff;
}

.index-row1 .c1 .list dl dt .d {
  padding-top: 8px;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
}

.index-row1 .c1 .list dl dt .y {
  font-size: 12px;
}

.index-row1 .c1 .list dl dd {
  margin-left: 90px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding-top: 10px;
}

.index-row1 .c1 .list dl:hover dt {
  color: #fff;
  background: url(/images/date-on.png) no-repeat;
}

.index-row1 .c2 {
  float: right;
  width: 450px;
}
.index-row1 .c2 .list{
margin-top: 18px;
}
.index-row1 .c2 .list li {
  line-height: 23px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row1 .c2 .list li .date{
background: url(/images/date1.png) left center no-repeat;
padding-left: 20px;
}
.index-row2 {
padding: 35px 0 10px;
}

.index-row2 .list .item {
  float: left;
  width: 12.5%;
  position: relative;
}

.index-row2 .list .item .pic {
position: relative;
    /* padding: 30px; */
    text-align: center;
    width: 145px;
    height: 386px;
}

.index-row2 .list .item .pic img {
    width: 100%;
    height: 100%;
}

/*.index-row2 .list .item .pic .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/cover.png) center center no-repeat;
}*/

.index-row2 .list .item .text {
position: absolute;
    width: 20px;
    font-size: 24px;
    padding: 10px 8px;
    /* line-height: 1.5; */
    text-align: center;
    color: #fff;
    left: 50%;
    top: 6%;
    margin-left: -23px;
text-shadow: 5px 0px 6px #000;
}
.index-row3 .c1{
float: left;
    width: 755px;
}
.index-row3 .c2{
float: right;
    width: 430px;height:118px;
}
.index-row3 .main-list{
padding: 0 10px;
}
.index-row3 .main-list li span{
float: right;
}

.index-row3 .list ul {
  margin: 0 -15px;
}

.index-row3 .list li {
  float: left;
  width: 360px;
  margin: 0 15px;
}

.index-row3 .list li a {
  display: block;
  height: 280px;
  overflow: hidden;
}

.index-row3 .list li a img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row3 .list li a:hover img {
  transform: scale(1.1);
}

.index-row3 .list li a img {
  width: 100%;
  height: 100%;
}

.index-row4 {
  margin: 20px 0;
}

.index-row4 .slide {
  position: relative;
}

.index-row4 .slide .prev, .index-row4 .slide .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 40%;
  margin-top: -35px;
}

.index-row4 .slide .prev {
  left:10px;
  background: url(/images/arr-left.png) center center no-repeat;
}

.index-row4 .slide .next {
  right: 30px;
  background: url(/images/arr-right.png) center center no-repeat;
}

.index-row4 .slide .bd {
  /*padding-left: 40px;*/
padding-left:70px;
}

.index-row4 .slide .bd li {
  float: left;
  width: 285px;
  margin-right: 26px;
  overflow: hidden;
}

.index-row4 .slide .bd li p {
text-align: center;
    display: block;
line-height: 54px;
}

.index-row4 .slide .bd li img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4 .slide .bd li:hover img {
  transform: scale(1.1);
}

.index-row4 .slide .bd li a {
  display: block;
  height: 130px;
    overflow: hidden;
}


.index-row4 .slide .bd li a img {
  width: 100%;
  height: 100%;
}





.index-row5{
  margin: 20px 0;
}

.index-row5 .slide {
  position: relative;
}

.index-row5 .slide .prev, .index-row5 .slide .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 40%;
  margin-top: -35px;
}

.index-row5 .slide .prev {
  left: 10px;
  background: url(/images/arr-left.png) center center no-repeat;
}

.index-row5 .slide .next {
  right: 40px;
  background: url(/images/arr-right.png) center center no-repeat;
}

.index-row5 .slide .bd {
  /*padding-left: 40px;*/
  padding-left: 70px;
}

.index-row5 .slide .bd li {
  float: left;
  width: 285px;
  margin-right: 26px;
  overflow: hidden;
}

.index-row5 .slide .bd li p {
text-align: center;
    display: block;
line-height: 54px;
}

.index-row5 .slide .bd li img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row5 .slide .bd li:hover img {
  transform: scale(1.1);
}

.index-row5 .slide .bd li a {
  display: block;
  height: 190px;
    overflow: hidden;
}


.index-row5 .slide .bd li a img {
  width: 100%;
  height: 100%;
}

.footer {
  padding: 80px 0 50px;
  background: url(/images/f-bg.jpg) 0 25px repeat-x #963b31;
  color: #fff;
  line-height: 34px;
}

.footer a {
  color: #fff;
}

.footer .c1 {
  float: left;
  width: 340px;
}

.footer .c2 {
  float: left;
  padding-left: 105px;
  border-left: 1px solid #a45f58;
}

.footer .c3 {
  float: right;
  width: 385px;
  text-align: right;
  border-left: 1px solid #a45f58;
}

.footer .c3 .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

.footer .c3 .text p {
  text-align: left;
  margin: 10px 0;
}

.footer .c3 .text p img {
  margin-right: 25px;
}

.inner-banner {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
}

.inner-page {
  margin-bottom: 20px;
}

.inner-page .leftbar {
  float: left;
  width: 300px;
  top: 0;
}

.inner-page .leftbar .list {
  margin-right: 30px;
}

.inner-page .leftbar .list li {
  padding-left: 30px;
  line-height: 60px;
  font-size: 20px;
  transition: all ease .2s;
  border-bottom: 1px solid #e3e3e3;
  background: url(/images/dote1.png) 30px center no-repeat;
}

.inner-page .leftbar .list li a {
  font-size:16px;
  padding-left: 20px;
  margin-right: 10px;
  display: block;
}

.inner-page .leftbar .list .on, .inner-page .leftbar .list li:hover {
  background: url(/images/dote1-on.png) 30px center no-repeat #943a31;
}

.inner-page .leftbar .list .on a, .inner-page .leftbar .list li:hover a {
  color: #fff;
}

.inner-page .right-con {
  float: right;
  width: 1000px;
}

.inner-page .right-con .right-tit {
  border-bottom: 1px solid #e3e3e3;
  height: 40px;
  line-height: 20px;
  padding-bottom: 10px;
}

.inner-page .right-con .right-tit h6 {
  font-weight: bold;
  font-size: 18px;
  color: #943a31;
  padding-left: 30px;
  background: url(/images/pst.jpg) left center no-repeat;
}

.inner-page .right-con .right-tit .bread {
  float: right;
  color: #999;
  font-size: 12px;
}

.inner-page .right-con .right-tit .bread a {
  color: #999;
}

.inner-page .right-con .right-tit .bread span {
  margin: 0 5px;
}

.inner-page .right-con.block {
  width: 100%;
  float: none;
}

.inner-page .right-con .main-text-list {
  margin-top: -20px;
  padding: 20px 0;
}

.inner-page .right-con .main-text-list dl {
  padding: 15px 0;
  border-bottom: 1px dashed #e2e2e2;
}

.inner-page .right-con .main-text-list dl dt {
  float: left;
  width: 175px;
  height: 105px;
  overflow: hidden;
}

.inner-page .right-con .main-text-list dl dt img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-text-list dl dt:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-text-list dl dt img {
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-text-list dl dd {
  color: #818181;
  line-height: 24px;
}

.inner-page .right-con .main-text-list dl dd h6 {
  font-size: 16px;
}

.inner-page .right-con .main-text-list dl dd .desc {
  font-size: 14px;
  max-height: 48px;
  overflow: hidden;
  margin: 5px 0;
}

.inner-page .right-con .main-text-list dl dt + dd {
  margin-left: 200px;
}

.inner-page .right-con .main-pic-list {
  margin: 10px 0 20px;
}

.inner-page .right-con .main-pic-list ul {
  margin: 0 -6px;
}

.inner-page .right-con .main-pic-list li {
  float: left;
  width: 33.3%;
}

.inner-page .right-con .main-pic-list li a {
  display: block;
  margin: 6px;
  background: #fff;
  border: 1px solid #f4f4f4;
}

.inner-page .right-con .main-pic-list li a .pic {
  overflow: hidden;
}

.inner-page .right-con .main-pic-list li a .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-pic-list li a .pic:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-pic-list li a .pic img {
  width: 100%;
  height: 160px;
}

.inner-page .right-con .main-pic-list li a .text {
  line-height: 30px;
  text-align: center;
}

.inner-page .right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.inner-page .right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #963b31;
}

.inner-page .detail .tit {
  text-align: center;
  line-height: 1.6;
  color: #333;
  font-size: 22px;
  margin: 20px 0;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  background: #f7f7f7;
  color: #818181;
}

.inner-page .detail .infor span {
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 30px;
}

.Z_synr {
	float: left;
	width: 900px;
	padding: 15px;
}

.Z_synr dl dt {
	width: 100%;
	font-size: 16px;
color: #943a31;
    font-weight: bold;
}

.Z_synr dl dd {
	margin-left: 20px;
	width: 30%;
	line-height: 40px;
	float: left;
	background: url(/images/lis_bj.png) no-repeat left;
}

.Z_synr dl dd a {
	padding-left: 10px;
	font-size: 16px;
	color: #000;
}

.wrap1{width:1400px;}