@charset "utf-8";
/* sass变量 */
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-size: 14px;
  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: #F08519;
}

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: 12px;
  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-family:"Microsoft YaHei", "微软雅黑", "宋体"; color:#222;  min-width: 1200px;}
 
.wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}

.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 {
  margin-bottom: 16px;
  background: url(../images/bj.png) 146px center no-repeat;
}

.main-tit h6 {
  position: relative;
  line-height: 44px;
}

.main-tit h6 b {
  font-size: 24px;
  position: relative;
}

.main-tit .more {
  float: right;
  color: #494949;
  line-height: 46px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-family: "Times New Roman";
  background: #fff;
  padding-left: 15px;
}
.main-tit img{
  margin-top: -7px;
  margin-right: 10px;
}
.main-list li {
  line-height: 30px;
  font-size: 16px;
}

.main-list li:hover a{
  color: #F08519;
}
.main-list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
  display: inline-block;
  color: #393939;
}

.main-list li span {
  font-size: 12px;
  float: left;
  background: #E9E9E9;
  padding: 0 15px;
  border-radius: 100px;
  margin-right: 25px;
  line-height: 26px;
}
.header .con {
  padding: 0;
}

.header .con .logo {
  float: left;
  padding: 20px 0;
}

.search-box {
  float: right;
  margin-top: 52px;
  background: #E3DFDF;
  width: 215px;
  height: 32px;
  border-radius: 5px;
}

.search-box .text {
  float: left;
  border: none;
  background: none;
  height: 20px;
  line-height: 20px;
  padding: 6px 10px;
  width: 165px;
  vertical-align: middle;
  font-size: 12px;
  background: none;
  color: #F08519;
}

.search-box .btn {
  float: left;
  margin-top: 6px;
}

.main-nav {
  z-index: 3;
  line-height: 58px;
  background: #F08519;
}

.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  width: 10.5%;
  z-index: 10;
  font-size: 18px;
  background: url(../images/nav.png) right center no-repeat;
}
.main-nav li.on{
  color: #fff;
  background: #ff9224;
}
.main-nav li.on a{
  color: #fff;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
  float: none;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ff9224;
  opacity: 0.8;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: #000;
  opacity: 0.8;
  position: relative;
}
.main-nav li:hover{
  background: #ff9224;
}
.main-nav li:hover a{
  color: #fff;
}
.main-nav li .dropdown li:hover{
  background: #000;
  opacity: 0.6;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease 0.3s;
}
/*导航*/
.banner {
  min-width: 1200px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide {
  position: relative;
}

/* .banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 55%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
} */

.banner .slide {
  position: relative;
}

.banner .slide .hd {
  position: absolute;
  bottom: 19px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.banner .slide .hd li {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
  border-radius: 100px;
}

.banner .slide .hd li.on {
  background: #F08519;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height:500px;
  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{
  margin: 30px 0;
}
.index-row1 .r1 {
  float: left;
  width: 690px;
}
.index-row1 .r1 .pic_list li{
  float: left;
  width: 315px;
  margin-right: 30px;
}
.index-row1 .r1 .pic_list li .pic {
  width: 315px;
  height: 220px;
  overflow: hidden;
}

.index-row1 .r1 .pic_list li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .r1 .pic_list li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .r1 .pic_list li .text {
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}
.index-row1 .r1 .pic_list li .dese{
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.index-row1 .r1 .pic_list li span {
  font-size: 14px;
  color: #fff;
  background: #F08519;
  line-height: 29px;
  width: 90px;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}

.index-row1 .r2{
  float: right;
  width: 500px;
}
.index-row1 .r2 li{
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0 15px;
}
.index-row1 .r2 .date{
  float: left;
  width: 70px;
  font-size: 40px;
  color: #808080;
  text-align: center;
  margin-right: 15px;
}
.index-row1 .r2 .date .y{
  font-size: 14px;
}

.index-row1 .r2 .tit{
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
}
.index-row1 .r2 .dese{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.index-row2{
  margin: 10px 0 40px;
}

.index-row2 .r1 {
  float: left;
  width: 660px;
}

.index-row2 .headline .date{
  width: 65px;
  float: left;
  border-radius: 10px;
  border: 1px solid #F08519;
  color: #F08519;
  margin-right: 18px;
  font-family: "KaiTi";
  padding: 28px 0;
}
.index-row2 .headline .date .d{
  font-size: 32px;
  text-align: center;
  line-height: 20px;
  padding: 10px 0;
}
.index-row2 .headline .date .y{
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  border-radius: 0 0 6px 6px;
}
.headline{
  padding-bottom: 20px;
  border-bottom: 1px dashed #D2D2D2;
  margin-bottom: 20px;
}
.index-row2 .headline .text{
  line-height: 34px;
  position: relative;
}
.index-row2 .headline .text b:after{
  content: '';
  position: absolute;
  top: 100%;
  margin-top: 4px;
  left: 0;
  width: 67px;
  height: 2px;
  background: #F08519;
}
.index-row2 .headline .dese{
  font-size: 12px;
  color:#999999;
  line-height: 22px;
  margin-top: 14px;
}
.list_head{
  float: left;
  width: 360px;
}
.headline .pic{
  float: right;
  width: 195px;
  height: 130px;
}
.headline .pic img{
  width: 195px;
  height: 130px;
}

.index-row2 .r1 .main-list li a{
  display: inline-block;
}

.index-row2 .r1 .main-list .date img{
  vertical-align: middle;
  padding-right: 10px;
}
.index-row2 .r1 .slide .hd img {
  vertical-align: middle;
}

.index-row2 .r1 .slide .hd ul {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
  background: #fff;
  padding-right: 20px;
}

.index-row2 .r1 .slide .hd li {
  display: inline-block;
  cursor: pointer;
}
.index-row2 .r1 .slide .hd li h6 b{
  padding-left: 32px;
  font-weight: normal;
}
.index-row2 .r1 .slide .hd li.ky h6 b{
  background: url(../images/ky.png) left center no-repeat;
}
.index-row2 .r1 .slide .hd li.ky.on h6 b{
  background: url(../images/ky_on.png) left center no-repeat;
  font-weight: bold;
}
.index-row2 .r1 .slide .hd li.xg h6 b{
  background: url(../images/xg.png) left center no-repeat;
}
.index-row2 .r1 .slide .hd li.xg.on h6 b{
  background: url(../images/xg_on.png) left center no-repeat;
  font-weight: bold;
}


.index-row2 .r2{
  float: right;
  width: 500px;
}

.index-row2 .r2 .date{
  float: left;
  width: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding-top: 4px;
}
.index-row2 .r2 .date .y{
  font-size: 12px;
}
.index-row2 .r2 .date .d{
  line-height: 30px;
}

.index-row2 .r2 li{
  margin-bottom: 20px;
}
.index-row2 .r2 li .tit{
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row2 .r2 li a{
  display: inline-block;
  background: #EEEEEE url(../images/date.png) left center no-repeat;
  width: 100%;
  height: 54px;
}
.index-row2 .r2 li a:hover{
  background: #EEEEEE url(../images/date_on.png) left center no-repeat;
}


.index-row3{
  background: #FFF7F1;
  padding: 23px 0;
}
.index-row3 .c1 .slide {
  position: relative;

}
.index-row3 .c1{
  padding: 28px 52px 17px 37px;
}

.index-row3 .c1 .slide .bd li {
  float: left;
  width: 150px;
  text-align: center;
  margin: 0 19px;
}

.index-row3 .c1 .slide .bd li p {
  font-size: 16px;
  line-height: 32px;
}
.index-row3 .prev, .index-row3 .next {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  top: 68%;
  left: 50%;
  margin-top: -45px;
}

.index-row3 .prev {
  margin-left: -580px;
  background: url(../images/left.png) center center no-repeat;
}

.index-row3 .next {
  margin-left: 540px;
  background: url(../images/right.png) center center no-repeat;
}



.footer{
  background: #626262;
}
.footer .copy{
  padding: 40px 0;
}
.footer .copy span{
  color: #fff;
  text-align: center;
  display: block;
  line-height: 26px;
  font-size: 14px;
}


/*内页*/
.inner-banner {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.inner-wrap{
  margin-top: 20px;
}
.leftbar {
  float: left;
  width: 275px ;
}
.inner-wrap .leftbar .main-tit {
  padding: 25px 50px;
  margin-bottom: 0;
  background: #F08519;
  margin: 0;
}

.inner-wrap .leftbar .main-tit h6 {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  line-height: 1;
  position: relative;
  border: none;
}

.inner-wrap .leftbar .main-tit h6:after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  margin-top: 15px;
}

.leftbar .list {
  margin-bottom: 20px;
  background: #ededed;
}
.leftbar .list ul{
  padding: 15px 0;
}

.leftbar .list li {
  line-height: 47px;
  position: relative;
  margin: 12px 15px 12px 15px;
  border: 1px solid #fff;
  transition: all 0.1s ease 0.2s;
}

.leftbar .list li a {
  font-size: 16px;
  padding-left: 25px;
  display: block;
  color: #666;
}

.leftbar .list li a span{
  position: relative;
  left: 0;  
}
.leftbar .list li em{
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 6px solid #F08519;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 25px;
  right: 32px;
  margin-top: -5px;
  display: block;
  opacity: 1;
  transition: all 0.1s ease 0.2s;
}

.leftbar .list .on, 
.leftbar .list li a:hover {
  color: #F08519 ;
  background: #fff;
}

.leftbar .list .on a, 
.leftbar .list li a:hover span {
  color: #F08519;
}



.inner-wrap .right-con {
  float: right;
  width: 895px;
}

.inner-wrap .right-con .inner-tit {
  line-height: 60px;
  border-bottom: 1px solid #F08519;
}

.inner-wrap .right-con .inner-tit h6 {
  float: left;
  position: relative;
  padding: 0 5px;
  font-size: 20px;
  color: #F08519;
}

.inner-wrap .right-con .inner-tit .bread {
  float: right;
  font-size: 12px;
  height: 45px;
  line-height: 64px;
  color: #727272;
}

.inner-wrap .right-con .inner-tit .bread a {
  color: #727272;
}

.inner-wrap .right-con .inner-tit .bread span {
  margin: 0 5px;
}

.inner-wrap .right-con.block {
  width: 100%;
  float: none;
}


.inner-wrap .right-con .main-text-list ul {
  padding-bottom: 15px;
  margin: 10px 0;
}

.inner-wrap .right-con .main-text-list li {
  position: relative;
  padding: 0 18px;
  line-height: 52px;
  border-bottom: 1px dashed #e0e0e0;
}

.inner-wrap .right-con .main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 16px;
}

.inner-wrap .right-con .main-text-list li .date {
  float: right;
  font-size: 14px;
  color: #353535;
  text-align: center;
}

.detail .tit {
  line-height: 1.5;
  color: #333;
  font-size: 22px;
  padding-top: 10px;
  text-align: center;
}

.detail .infor {
  font-size: 14px;
  line-height: 1;
  color: #999;
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.detail .content img {
  margin: 10px 0; 
  max-width: 100%;
}

.detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}
.inner-wrap .right-con .team-list {
overflow: hidden;
margin: 20px 10px;
}
.inner-wrap .right-con .team-list ul{
    margin: 0 -24px;
}
.inner-wrap .right-con .team-list li {
  float: left;
  width: 285px;
  margin: 10px 10px;
}

.inner-wrap .right-con .team-list li a {
  margin: 0 6px;
  position: relative;
  display: block;
}

.inner-wrap .right-con .team-list li a .pic img {
  width: 100%;
  height: 180px;
}

.inner-wrap .right-con .team-list li a .text {
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  background: #000;
  opacity: 0.3;
  text-align: center;
}

.inner-wrap .right-con .team-list li a .text p {
  margin: 0 15px;
}
   /*内页*/
   
   
   
.dpzw{ padding:15px;}
.dpzw p{ text-indent:2em; font-size:16px; margin-bottom:20px; text-align:justify;line-height:30px;}
.dpzw img{text-align: center; max-width:100%; width:100%; margin:10px auto; display: block;} 