* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #232323;
  font-family: "微软雅黑", "microsoft Yahei", "Arial", "Helvetica", "sans-serif", "Courier New", Courier,
    monospace;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  text-align: justify;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #ff3c00;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.blank {
  clear: both;
  height: 20px;
}
.c:after {
  display: table;
  content: "";
  clear: both;
}
.c {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.img {
  line-height: 0;
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.userSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
table {
  width: 100%;
  word-break: break-all;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 33px;
}
table tr:hover {
  background: #f23c49;
  color: #fff;
}
table td,
table th {
  text-align: center;
  border: 1px solid #ddd;
}
.STYLE1{ color:#FFFFFF;}
.w1600 {
  box-sizing: border-box;
  width: 1600px;
  margin: 0 auto;
}
.nyban img {
  min-height: 310px;
  object-fit: cover;
}
.dqwz {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  margin-bottom: 50px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.map {
  display: block;
  width: 100%;
  height: 400px;
}

/* ny */
.nytit {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.nytit h1 {
  position: relative;
  font-size: 2em;
  font-weight: bold;
}
.nytit h1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  content: "";
  width: 36px;
  height: 4px;
  border-radius: 12px;
  background: url(../images/nyLine.png) no-repeat center;
}

/* channel.html */
.channel-main {
  margin-bottom: 80px;
}
.channel-main dl {
  margin-top: 40px;
}
.channel-main dt {
  margin-bottom: 20px;
}
.channel-main dt h3 {
  float: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 38px;
  background: url(../images/nyxb1.png) no-repeat left center / contain;
}
.channel-main dt h3 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.channel-main dt span {
  float: right;
}
.channel-main dt span a {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #ff5c34;
  border: 1px solid #ff5c34;
}
.channel-main dd {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}
.channel-main dd.d1 {
  margin-left: 0;
}
.channel-main dd a {
  display: block;
  border-radius: 0 0 24px 0;
  overflow: hidden;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.channel-main dd .img {
  border-radius: 0 0 24px 0;
  overflow: hidden;
  background-color: #fff;
}
.channel-main dd p {
  line-height: 35px;
  font-size: 18px;
  padding: 10px 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.channel-main dt span:hover a {
  color: #232323;
  background-color: #fff;
}
.channel-main dd:hover a {
  color: #fff;
  background-color: #ff5c34;
}
.channel-main dd:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* list.html */
.list-main {
  margin-bottom: 80px;
}
.list-main li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  text-align: center;
  overflow: hidden;
}
.list-main li a {
  display: block;
}
.list-main li:nth-of-type(4n) {
  margin-right: 0;
}
.list-main li span {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  padding: 11px 0;
}
.list-main li span:before {
  position: absolute;
  top: 0;
  left: -1.2em;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #232323;
  transform: rotateZ(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-main li:hover span:before {
  border-color: #ff5c34;
  transform: rotateZ(405deg);
}
.list-main li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* new.html */
.new-main {
  margin-bottom: 80px;
}
.new-main .menu {
  float: left;
  width: 335px;
}
.new-main .menu li {
  height: 338px;
}
.new-main .menu li a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
}
.new-main .menu li i {
  font-size: 300px;
  line-height: 1;
  color: #2e3746;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: -30px;
  top: -40px;
  opacity: 0.04;
  font-family: arial;
}
.new-main .menu li .txa {
  position: absolute;
  left: 75px;
  top: 220px;
}
.new-main .menu li h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #232323;
}
.new-main .menu li h4 {
  font-size: 12px;
  line-height: 1.4;
  color: #232323;
  font-family: arial;
}
.new-main .menu li.l2 a {
  background: #f2f2f2;
}
.new-main .menu li.on a,
.new-main .menu li a:hover {
  background: #ef6240;
}
.new-main .menu li.on a i,
.new-main .menu li a:hover i {
  color: #fff;
}
.new-main .menu li.on a h3,
.new-main .menu li a:hover h3 {
  color: #fff;
}
.new-main .menu li.on a h4,
.new-main .menu li a:hover h4 {
  color: #fff;
}
.new-main .list {
  float: left;
  width: 100%;
  
}
.new-main .list li {
  float: left;width: 49%;
  border: 1px solid #efeff7;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .list li a {
  display: block;
  height: 150px;
}
.new-main .list li .date {
  float: left;
  width: 130px;
  height: 100%;
  color: #626262;
  font-family: sans-serif;
  text-align: center;
  padding-top: 48px;
  background-color: #efeff7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .list li .date strong {
  display: block;
  font-size: 56px;
}
.new-main .list li .date span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.new-main .list li .txt {
  color: #626262;
  padding-top: 25px;
}
.new-main .list li .txt h3 {
  color: #333;
  font-size: 18px;
  font-weight:bold;
  padding: 0 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-main .list li .txt p {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 5px;
  padding: 0 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-main .list li .txt .arrows {
  float: right;
  width: 40px;
  height: 19px;
  line-height: 17px;
  color: #ef6240;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ef6240;
  margin-top: 10px;
  margin-right: 50px;
}
.new-main .list li:hover {
  transform: translateX(28px);
}
.new-main .list li:hover .date {
  color: #ef6240;
}

/* gy.html */
.gyMianL {
  margin-bottom: 30px;
}
.gyMianL .txt p {
  font-size: 18px;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 10px;
}
.gyMianR {
  background: #ff5b35 url(../images/c8.jpg) no-repeat center bottom/cover;
}
.gyMianR dt strong {
  display: block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 44px;
  padding-top: 50px;
  font-weight: normal;
}
.gyMianR dt i {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 35px;
  line-height: 1.9;
}
.gyMianR dd {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #fff;
  margin-bottom: 75px;
  cursor: pointer;
}
.gyMianR dd:first-of-type {
  border-left: 1px solid #fff;
}
.gyMianR dd strong {
  display: block;
  font-size: 24px;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 5px;
}
.gyMianR dd i {
  display: block;
  width: 13px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
}
.gyMianR dd p {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
  margin: 15px 0 10px;
  position: relative;
}
.gyMianR dd:hover .img img {
  transform: rotateY(360deg);
}
.about-module {
  width: 100%;
  padding: 60px 0 85px;
  overflow: hidden;
}
.about-module-bg {
  background-color: #ededed;
}
.about-module .module-title {
  position: relative;
  margin: 0 10% 45px;
  text-align: center;
}
.about-module .module-title i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-style: normal;
  font-size: 76px;
  font-weight: bold;
  text-transform: uppercase;
  color: #eff2f9;
  line-height: 76px;
  letter-spacing: 5px;
}
.about-module .module-title h2 {
  position: relative;
  font-size: 40px;
  color: #369031;
  line-height: 76px;
}
.about-module .module-title p {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.9;
}
.about-6f {
  color: #fff;
  background: url("../images/151.jpg") no-repeat center / cover;
}
.about-6f .module-title h2 {
  color: #fff;
}
.about-6f .module-title p {
  color: #fff;
}
.about-6f-info {
  padding-top: 20px;
  overflow: hidden;
}
.about-6f-info ul {
  margin: 0 -30px;
}
.about-6f-info ul li {
  float: left;
  width: 33.33%;
  margin-top: 15px;
  cursor: pointer;
}
.about-6f-info ul li a {
  display: block;
  margin: 0 30px;
  padding: 45px 0;
  text-align: center;
  border-radius: 2px 25px 2px 2px;
  background-color: rgba(255, 255, 255, 0.96);
}
.about-6f-info ul li a h5 {
  width: 100%;
  margin-top: 22px;
  font-size: 18px;
  font-weight: normal;
  color: #ff4e24;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.about-6f-info ul li a p {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.about-6f-info ul li a span {
  display: block;
}
.about-6f-info ul li a span .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.about-6f-info ul li a span .icon01 {
  background-image: url("../images/131.png");
}
.about-6f-info ul li a span .icon02 {
  background-image: url("../images/132.png");
}
.about-6f-info ul li a span .icon03 {
  background-image: url("../images/133.png");
}
.about-6f-info ul li a span .icon04 {
  background-image: url("../images/134.png");
}
.about-6f-info ul li a span .icon05 {
  background-image: url("../images/135.png");
}
.about-6f-info ul li a span .icon06 {
  background-image: url("../images/136.png");
}
.about-6f-info ul li a:hover {
  background-color: #ff4e24;
  color: #232323;
}
.about-6f-info ul li a:hover h5 {
  color: #fff;
}
.about-6f-info ul li a:hover p {
  color: #fff;
}
.about-6f-info ul li a:hover span .icon01 {
  background-image: url("../images/131_hover.png");
}
.about-6f-info ul li a:hover span .icon02 {
  background-image: url("../images/132_hover.png");
}
.about-6f-info ul li a:hover span .icon03 {
  background-image: url("../images/133_hover.png");
}
.about-6f-info ul li a:hover span .icon04 {
  background-image: url("../images/134_hover.png");
}
.about-6f-info ul li a:hover span .icon05 {
  background-image: url("../images/135_hover.png");
}
.about-6f-info ul li a:hover span .icon06 {
  background-image: url("../images/136_hover.png");
}
.gyMainFoot {
  margin-bottom: 80px;
}
.gyMainFoot .alzs {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* lxwm.html */
.lxwm-main {
  margin-bottom: 80px;
}
.lxwm-main .lxwmL {
  float: left;
  width: 58%;
  margin-top: 30px;
}
.lxwm-main .lxwmL .tit strong {
  font-size: 28px;
}
.lxwm-main .lxwmL .tit p {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}
.lxwm-main .lxwmL .txt {
  margin-top: 40px;
}
.lxwm-main .lxwmL .txt p {
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.lxwm-main .way-con {
  float: left;
  color: #676767;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  padding-top: 30px;
  margin-top: 20px;
  margin-right: 20%;
  border-top: 1px solid #eee;
}
.lxwm-main .lxwmR {
  float: right;
  width: 42%;
  border: 10px solid #ddd;
  border-top-right-radius: 90px;
  overflow: hidden;
}

/* article */
.article-main {
  margin-bottom: 80px;
}
.article-main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.article-main .info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.article-main .txt_name {
  line-height: 1;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px; margin-top:20px;
  padding-left: 76px;
  background: url(../images/nchtit.png) no-repeat left center;
}
.article-main h3{  font-size: 24px;
  font-weight: 600;
  line-height: 2;}
.article-main .cp_txt .main2{ width:100%;}
.article-main .cp_txt .main2 .main2_l{ float:left; width:100%;}
.article-main .cp_txt .main2 .main2_l ul{ margin:0 auto;}
.article-main .cp_txt .main2 .main2_l ul li{ width:49%; float:left;}
.news-lj {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  padding-left: 130px;
  box-sizing: border-box;
  background: url(../images/ico_newslj.png) #f3f3f3 no-repeat 20px center;
  margin: 30px auto;
}
.news-lj p {
  color: #666;
  line-height: 24px;
  padding: 10px 0;
}
.news-lj p font {
  color: #ff5c34;
}
.news-tel span {
  float: left;
  padding-left: 42px;
  background: url(../images/new-tel.png) no-repeat left center / contain;
}
.news-tel span strong {
  color: #ff5c34;
  font-size: 26px;
  font-weight: 700;
  margin-left: 8px;
}
.news-tel a.new_btn {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0 20px 0 55px;
  background: url(../images/ico_btn.png) #ff5c34 no-repeat 10px 4px / 30px;
}
.article-main .conetnt {
  font-size: 18px;
  line-height: 2.5;
  padding: 0 15px;
  margin-bottom: 65px;
}

/* part.html */
.part-main {
  padding-top: 50px;
  margin-bottom: 80px;
  background: url(../images/prcbg.png) no-repeat center top;
}
.partHtml .dqwz {
  margin-bottom: 0;
}
.part-main .nyl {
  float: left;
}
.part-main .nyl .img {
  height: 529px;
  border-radius: 12px;
  overflow: hidden;
  border:5px solid #f3f3f3;
}
.part-main .nyl img {
  width: 799px;
  object-fit: cover;
  object-position: center;
}
.part-main .nyl ul li {
  float: left;
  margin-top: 27px;
  margin-left: 65px;
  padding-left: 12px;
  background: url(../images/partMainNylIco.png) no-repeat left center;
}
.part-main .nyr {
  float: right;
  width: 745px;
  color: #fff;
}
.part-main .nyr h1 {
  font-size: 38px;
  font-weight: bold;
  margin-left: 13px;
  margin-top: 20px;
  line-height: 0.6;
  text-shadow:2px 2px 5px #333;
}
.part-main .nyr .description {
  margin-left: 13px;
  margin-right: 22px;
  margin-top: 30px;
  line-height: 2.5;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow:2px 2px 5px #333;
}
.part-main .nyr .description i {
  color: #FD7351;  font-weight: 600;
}
.part-main .nyr .description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part-main .list1 {
  height: 102px;
  border-radius: 16px;
  margin-top: 10px;
  padding-top: 35px;
  background-color: #fff;
}
.part-main .list1 li {
  float: left;
  width: 25%;
  color: #232323;
  line-height: 32px;
  text-align: center;
}
.part-main .list1 li i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: bottom;
}
.part-main .con .btn {
  display: inline-block;
  margin-right: 28px;
  margin-top: 37px; float:left;
}
.part-main .con .btn a {
  display: block;
  width: 183px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  background-color: #ff5c34;
}
.part-main .con .nytel {
float:left;
  display: inline-block;
  color: #ff5c34;
  font-size: 30px;
  vertical-align: bottom;
  margin-top: 28px;
}
.part-main .con .nytel i {
  display: block;
  color: #232323;
  font-size: 14px;
}
.part-main .con .nytel strong {
  display: inline-block;
  margin-right: 20px;
}
.part-main .menu {
  height: 60px;
  line-height: 59px;
  border-bottom: 1px solid #ddd;
  margin-top: 96px;
}
.part-main .menu li {
  float: left;
  width: 219px;
  text-align: center;
  border: 1px dashed #ddd;
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 66px;
  transition: all 0.3s ease-in-out 0s;
}
.part-main .menu li a {
  display: block;
  font-size: 22px;
}
.part-main .menu li.l5 {
  float: right;
  border-color: #ff5c34;
  margin-right: 0;
  background-color: #ff5c34;
}
.part-main .menu li.l5 a {
  color: #fff;
}
.part-main .menu li:hover {
  border-color: #ff5c34;
  background-color: #ff5c34;
}
.part-main .menu li:hover a {
  color: #fff;
}
.part-main .main {
  float: left;
  width: 1110px;
  margin-top: 43px;
}
.part-main .cp_txt {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2;
}
.part-main .cp_txt h2{
  line-height: 1;
  font-size: 34px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 76px;
  background: url(../images/nchtit.png) no-repeat left center;
}
.part-main .cp_txt .main2{ width:100%;}
.part-main .cp_txt .main2 .main2_l{ float:left; width:100%;}
.part-main .cp_txt .main2 .main2_l ul{ margin:0 auto;}
.part-main .cp_txt .main2 .main2_l ul li{ width:49%; float:left;}

.alzs h2 {
  margin-bottom: 35px;
}
.part-main .tjcp {
  float: right;
  width: 346px;
  padding: 0 23px;
  margin-top: 22px;
}
.part-main .tjcp li {
  text-align: center;
  margin-top: 61px;
}
.part-main .tjcp li .img {
  border-radius: 12px;
}
.part-main .tjcp li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.part-main .tjcp li p {
  display: inline-block;
  line-height: 60px;
  font-size: 18px;
  padding-left: 20px;
  background: url(../images/partMainNylIco.png) no-repeat left center;
}
.alzs li {
  float: left;
  width: 24.25%;
  margin-left: 1%;
}
.alzs li.l1 {
  margin-left: 0;
}
.alzs li a {
  display: block;
}
.alzs li .img {
  border-radius: 20px;
  overflow: hidden;
}
.alzs li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.alzs li p {
  text-align: center;
  line-height: 50px;
}
.cp_txt iframe{height:500px;}
.conetnt iframe{height:500px;}
@media (max-width: 1680px) {
  .w1600 {
    width: 90%;
  }
  .new-main .menu {
    width: 26%;
  }
  .new-main .list {
    width: 100%;
  }
  .part-main .nyl {
    width: 46%;
  }
  .part-main .nyl .img {
    height: auto;
  }
  .part-main .nyl img {
    width: 100%;
    margin-top: 0;
  }
  .part-main .nyr {
    width: 52%;
  }
  .part-main .con .btn {
    display: none;
  }
  .part-main .con .nytel {
    margin-left: 21px;
    margin-top: 37px;
  }
  .part-main .menu {
    height: 50px;
    line-height: 49px;
    margin-top: 76px;
  }
  .part-main .menu li {
    width: 15%;
  }
  .part-main .main {
    width: 78%;
    margin-top: 33px;
  }
  .part-main .tjcp {
    padding-right: 0;
    width: 20%;
  }
}
@media (max-width: 1280px) {
  .gyMianL .txt p {
    line-height: 1.6;
    font-size: 17px;
  }
  .about-module {
    padding: 55px 0 80px;
  }
  .about-module .module-title {
    margin: 0 10% 40px;
  }
  .about-module .module-title h2 {
    font-size: 36px;
    line-height: 72px;
  }
  .about-module .module-title p {
    margin-top: 10px;
    font-size: 14px;
  }
  .about-6f-info {
    padding-top: 10px;
  }
  .about-6f-info ul {
    margin: 0 -22px;
  }
  .about-6f-info ul li a {
    margin: 0 22px;
  }
  .about-6f-info ul li a h5 {
    font-size: 18px;
  }
  .about-6f-info ul li a p {
    font-size: 16px;
  }
  .channel-main {
    margin-bottom: 60px;
  }
  .channel-main dd p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  .list-main {
    margin-bottom: 60px;
  }
  .list-main li span {
    font-size: 16px;
    padding: 6px 0;
  }
  .list-main li span:before {
    width: 0.6em;
    height: 0.6em;
    left: -1em;
  }
  .new-main {
    margin-bottom: 60px;
  }
  .new-main .menu {
    float: none;
    width: 80%;
    margin: 0 auto 30px;
  }
  .new-main .menu li {
    float: left;
    width: 33.33%;
    height: auto;
    text-align: center;
  }
  .new-main .menu li i {
    display: none;
  }
  .new-main .menu li .txa {
    position: static;
  }
  .new-main .menu li h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
  }
  .new-main .menu li h4 {
    display: none;
  }
  .new-main .list {
    float: none;
    width: 100%;
  }
  .lxwm-main {
    margin-bottom: 60px;
  }
  .lxwm-main .lxwmL,
  .lxwm-main .lxwmR {
    width: 50%;
  }
  .part-main {
    margin-bottom: 60px;
    background: none;
  }
  .part-main .nyl ul li {
    margin-left: 25px;
  }
  .part-main .nyr {
    color: #232323;
  }
  .part-main .nyr h2 {
    font-size: 32px;
	text-shadow: none;
  }
  .part-main .list1 {
    display: none;
  }
  .part-main .nyr .description {
    line-height: 1.7;
	text-shadow: none;
  }
  .part-main .con .nytel strong {
    display: block;
    margin-right: 0;
    margin-top: 10px;
    text-indent: 1em;
  }
  .part-main .menu {
    margin-top: 56px;
  }
  .part-main .menu li {
    width: 24.25%;
    margin-right: 1%;
  }
  .part-main .menu li.l4 {
    margin-right: 0;
  }
  .part-main .menu li.l5 {
    display: none;
  }
  .part-main .menu li a {
    font-size: 16px;
  }
  .part-main .main {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .part-main .tjcp {
    display: none;
  }
  .part-main .cp_txt {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.6;
  }
.part-main .cp_txt h2{
    font-size: 26px;
    padding-left: 46px;
    background-size: contain;
  }
  .article-main .conetnt {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 55px;
  }
  .article-main {
    margin-bottom: 60px;
  }
  .gyMainFoot {
    margin-bottom: 60px;
  }
  .gyMainFoot .alzs {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .gyMianR {
    display: none;
  }
}
@media only screen and (max-width: 1040px) {
  .about-module {
    padding: 50px 0 75px;
  }
  .part-main .nyl {
    width: 52%;
  }
  .part-main .nyl ul {
    display: none;
  }
  .part-main .nyr {
    width: 46%;
  }
  .part-main .nyr h2 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 28px;
  }
  .part-main .nyr .description {
    margin-left: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
  }
  .part-main .con .nytel {
    margin-left: 0;
  }
  .alzs li p {
    line-height: 38px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .about-module .module-title {
    margin: 0 10% 40px;
  }
  .about-module .module-title h2 {
    font-size: 32px;
    line-height: 65px;
  }
  .about-module .module-title p {
    margin-top: 8px;
    font-size: 14px;
  }
  .about-6f-info {
    padding-top: 0;
  }
  .about-6f-info ul {
    margin: 0 -10px;
  }
  .about-6f-info ul li a {
    margin: 0 10px;
  }
  .about-6f-info ul li a h5 {
    font-size: 16px;
  }
  .about-6f-info ul li a p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .new-main .menu li h3 {
    padding: 10px 0;
  }
  .lxwm-main .lxwmL {
    width: 100%;
  }
  .lxwm-main .lxwmL,
  .lxwm-main .lxwmL .txt {
    margin-top: 0px;
  }
  .lxwm-main .lxwmR,
  .lxwm-main .lxwmL .tit {
    display: none;
  }
  .lxwm-main .way-con {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
.cp_txt iframe{height:400px;}
.conetnt iframe{height:400px;}
  .dqwz {
    margin-top: 60px;
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-image: linear-gradient(to right, #242c38, #858e97);
    height: auto;
    text-align: center;
    padding: 0;
    line-height: 16px;
    margin-bottom: 30px;
    border: 0;
  }
  .dqwz .w1600 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .nyban {
    display: none;
  }
  .prenext {
    margin-top: 10px;
    padding-top: 10px;
  }
  .nytit {
    margin-bottom: 10px;
  }
  .nytit h1 {
    font-size: 26px;
  }
  .gyMianL .txt p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .channel-main {
    margin-bottom: 40px;
  }
  .channel-main dl {
    margin-top: 20px;
  }
  .channel-main dt h3 {
    font-size: 20px;
    line-height: 28px;
    padding-left: 32px;
  }
  .channel-main dd {
    width: 49%;
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .part-main .cp_txt .main2 .main2_l ul li span{ display:none;}
  .article-main .cp_txt .main2 .main2_l ul li span{ display:none;}
  .channel-main dd:nth-of-type(2n) {
    margin-right: 0;
  }
  .channel-main dd a {
    border-radius: 0;
  }
  .channel-main dd .img {
    border-radius: 0;
  }
  .list-main {
    margin-bottom: 40px;
  }
  .list-main li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-top-right-radius: 0;
  }
  .list-main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .new-main {
    margin-bottom: 40px;
  }
  .new-main .menu {
    width: 100%;
    margin-bottom: 20px;
  }
  .new-main .menu li h3 {
    font-size: 16px;
    padding: 5px 0;
  }
  .new-main .list li:hover {
    transform: translateX(0);
  }
  .new-main .list li {
  float: left;width: 100%;}
  .new-main .list li .date {
    display: none;
  }
  .new-main .list li a {
    height: 140px;
  }
  .new-main .list li .txt {
    padding-top: 20px;
  }
  .new-main .list li .txt h3 {
    padding: 0 30px;
  }
  .new-main .list li .txt p {
    padding: 0 30px;
  }
  .new-main .list li .txt .arrows {
    margin-right: 30px;
  }
  .lxwm-main {
    margin-bottom: 40px;
  }
  .lxwm-main .nytit {
    margin-bottom: 20px;
  }
  .lxwm-main .lxwmL .txt p {
    font-size: 16px;
    line-height: 26px;
  }
  .part-main {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .part-main .nyl {
    width: 100%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
  .part-main .nyl .img {
    border-radius: 0; border:1px solid #CCCCCC; padding:2px;
  }
  .part-main .nyr {
    width: 100%;
	padding-bottom:20px;
	border-bottom:3px solid #FF5C34;
    float: none;
  }
  .part-main .nyr h1 {
  text-shadow:none; margin-left:0;
}
  .part-main .nyr .description { border:1px solid #CCCCCC; padding:10px; color:#000000; line-height:2; font-size:14px;margin-left:0px;margin-right: 0px;}
  .part-main .nyr .description i {color: #FF5C34;  font-weight: 600;}  
  .article-main .txt_name{ margin-bottom:0px;}
.part-main .con .nytel {
    margin-top: 17px; 
  }
  .part-main .con .nytel strong {
    display: inline-block;
    margin-top: 0;
    text-indent: 0;
  }
  .part-main .menu {
    display: none;
  }
  .part-main .cp_txt {
    margin-top: 30px; line-height:30px;
  }
  .part-main .cp_txt img{ margin:10px 0;}
.part-main .cp_txt table .s{display:none !important;}
.part-main .cp_txt .h2{
    margin-bottom: 26px;
  }
  .alzs .h2 {
    margin-bottom: 26px;
  }
  .alzs li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .alzs li:nth-of-type(2n) {
    margin-right: 0;
  }
  .alzs li .img {
    border-radius: 0;
  }
  .article-main {
    margin-bottom: 40px;
  }
  .article-main .conetnt {
    margin-bottom: 40px;
  }
  .article-main .conetnt img{ margin:10px 0;}
  .article-main h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .article-main .info {
    margin-bottom: 10px;
  }
  .news-lj {
    display: none;
  }
  .article-main .conetnt {
    line-height: 28px;
    padding: 0;
  }
  .about-module {
    padding: 40px 0 60px;
  }
  .about-module .module-title {
    margin: 0 10px 30px;
  }
  .about-module .module-title h2 {
    font-size: 22px;
    line-height: 40px;
  }
  .about-module .module-title p {
    font-size: 12px;
  }
  .about-6f-info {
    margin: 0 10px;
    padding-top: 0;
  }
  .about-6f-info ul {
    margin: 0 -5px;
  }
  .about-6f-info ul li {
    width: 50%;
  }
  .about-6f-info ul li a {
    margin: 0 5px;
    padding: 30px 0;
    border-radius: 2px 20px 2px 2px;
  }
  .about-6f-info ul li a h5 {
    margin-top: 15px;
    font-size: 14px;
  }
  .about-6f-info ul li a p {
    margin-top: 5px;
    font-size: 12px;
  }
  .gyMainFoot {
    margin-bottom: 40px;
  }
  .gyMainFoot .alzs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article-main .cp_txt .main2 .main2_l ul li{ width:100%; float:left;}
  .part-main .cp_txt .main2 .main2_l ul li{ width:100%; float:left;}
}
@media (max-width: 640px) {
  .lxwm-main .way-con {
    display: none;
  }
}
@media (max-width: 480px) {
  .channel-main dt h3 {
    float: none;
  }
  .channel-main dt span {
    display: none;
  }
  .new-main .list li .txt h3 {
    padding: 0 15px;
  }
  .new-main .list li .txt p {
    padding: 0 15px;
  }
  .part-main .nyl {
    width: 98%;
    margin-left: 0;
    margin-right: 0;
  }
  .part-main .nyr h2 {
    font-size: 24px;
  }
  .part-main .con .nytel {
    margin-top: 7px;
    font-size: 24px;
  }
.part-main .cp_txt .h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .alzs li p {
    font-size: 16px;
  }
}
.contentLink{color:#fff;padding:6px 15px!important;text-indent:0;display:inline-block;border-radius:23px;position:relative;background: #d7323b; background:-webkit-linear-gradient(left,#d7323b,#701034);background:-moz-linear-gradient(right,#d7323b,#701034);background:-o-linear-gradient(right,#d7323b,#701034);background:linear-gradient(to right,#d7323b,#701034);padding:10px 55px 10px 30px!important;line-height:26px;margin:0 5px;cursor:pointer}
.contentLink a{ color:#FFFFFF; text-decoration:none;}
.contentLink:after{content:"";position:absolute;background:url(../images/zxkf1.gif) no-repeat left center;background-size:100%;width:38px;height:38px;border-radius:50%;top:50%;margin-top:-19px;right:4px}
.contentLink:before{content:"";position:absolute;background:url(../images/zxkf2.png) no-repeat left center;background-size:100%;width:11px;height:20px;top:50%;margin-top:-10px;left:10px}
.contentLink:hover{background:-webkit-linear-gradient(left,#ff874d,#b74d03);background:-moz-linear-gradient(right,#ff874d,#b74d03);background:-o-linear-gradient(right,#ff874d,#b74d03);background:linear-gradient(to right,#ff874d,#b74d03)}

.page {text-align: center;}
.pagination{height: 35px;text-align: center;}
.pagination li {display: inline-block;height: 35px;margin-right: 5px;float: left;display: block;height: 32px;line-height: 32px;font-size: 16px;color: #ccc;text-decoration: none;}
.pagination li a{float: left;display: block;height: 32px;line-height: 32px;padding: 0 12px;font-size: 16px;color: #333;text-decoration: none;border: 1px solid #cbcbcb;}
.pagination li a:hover{background:#ef6240;color:#fff;}
.pagination li.thisclass {background: #ef6240;color: #fff;padding: 0 12px;}
.pagination li span {color: #ccc;padding: 0 12px;}
.pagination li.thisclass a,.pagination li.thisclass a:hover{background: transparent;border-color: #09f;color: #fff;cursor: default;}