/* --------------------------------

 Mixin and  Modules - reuseable parts of my design

-------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  font-size: 125%;
}
body {
  font-size: 16px;
  font-family: "Microsoft YaHei", "Arial", serif;
  background-color: #fff;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
a {
    color: #222222;
    text-decoration: none;
  cursor: pointer;
}
.container {
  width: 1200px;
  margin: auto;
}
.u-imgbox img {
  width: 100%;
  display: block;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.u-default {
  cursor: default;
}
/*---------------基础设置-----------------*/
/*-----------------设置结束------------------*/
.g-header {
  position: relative;
  z-index: 10;
}
.g-header .box {
  width: 90%;
  margin: auto;
  max-width: 1460px;
}
.g-header .logobox {
  display: block;
  float: left;
  height: 100px;
  position: relative;
}
.g-header .logobox::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.g-header .logobox img {
  display: inline-block;
  vertical-align: middle;
  max-height: 90px;
}
.g-header .sitebox {
  float: left;
  height: 100px;
  position: relative;
  margin-left: 20px;
  background: url("../img/line.png") left center no-repeat;
  padding-left: 18px;
}
.g-header .sitebox::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.g-header .sitebox .links {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.g-header .sitebox .links a {
  display: block;
  font: 16px/20px '思源宋体', "宋体", serif;
  font-weight: 700;
  color: #2394f6;
}
.m-nav {
  position: relative;
  float: right;
  margin-top: 25px;
}
.m-nav .list {
  text-align: center;
  font-size: 0;
}
.m-nav .listitem {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 50px;
  float: left;
}
.m-nav .listitem .firstlink {
  display: block;
  padding: 0 25px;
  font: 16px/40px "Microsoft YaHei", "Arial", serif;
  color: #333;
  transition: .5s;
  margin: 5px;
}
.m-nav .listitem .secondbox {
  position: absolute;
  padding: 10px 14px;
  background: rgba(35, 148, 246, 0.7);
  top: 100%;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: .3s;
  left: 0;
  width: 100%;
}
.m-nav .listitem .secondbox a {
  display: block;
  padding: 0 15px;
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  text-align: center;
  height: 30px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}
.m-nav .listitem .secondbox a:hover {
  background: #2394f6;
}
.m-nav .listitem:hover .firstlink {
  background: #2394f6;
  color: #fff;
}
.m-nav .listitem:hover::after {
  transform: scale(1, 1);
}
.m-nav .listitem:hover .secondbox {
  transform: scale(1, 1);
}
.m-nav .listitem.curr .firstlink {
  background: #2394f6;
  color: #fff;
}
.container {
  padding: 0;
}
.g-main {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.m-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.m-banner .bd {
  position: relative;
  overflow: hidden;
}
.m-banner .listitem {
  width: 100%;
}
.m-banner .listitem img {
  display: block;
  max-width: 100%;
}
.m-banner .hd {
  width: 100%;
  position: absolute;
  bottom: 70px;
  z-index: 10;
}
.m-banner .hd ul {
  text-align: center;
  font-size: 0;
}
.m-banner .hd li {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin: 0 20px;
  transition: .4s;
}
.m-banner .hd li:hover,
.m-banner .hd li.on {
  background: #2394f6;
}
.m-cases {
  margin: 60px auto 0;
  font-size: 0;
  text-align: center;
}
.m-cases .titlebox {
  display: inline-block;
  width: 200px;
  height: 170px;
  background: #2394f6;
  vertical-align: top;
  position: relative;
  text-align: left;
  margin: 0 10px;
}
.m-cases .titlebox::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.m-cases .titlebox .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  color: #fff;
}
.m-cases .titlebox .text .cn {
  font-size: 18px;
}
.m-cases .titlebox .text .en {
  font-size: 12px;
  margin-bottom: 60px;
}
.m-cases .titlebox .text .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.m-cases .slidelist {
  display: inline-block;
  width: 980px;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.m-cases .slidelist .listitem {
  width: 230px;
  position: relative;
  margin: 0 10px;
  float: left;
}
.m-cases .slidelist .listitem .imgbox {
  overflow: hidden;
  height: 145px;
}
.m-cases .slidelist .listitem .imgbox img {
  display: block;
  width: 100%;
  transition: .4s;
}
.m-cases .slidelist .listitem .textbox {
  height: 25px;
  background: #f2f2f2;
  text-align: center;
  color: #333;
  transition: .4s;
}
.m-cases .slidelist .listitem .textbox .tt {
  padding: 0 20px;
  font: 12px/25px "Microsoft YaHei", "Arial", serif;
  height: 25px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-cases .slidelist .listitem:hover .imgbox img {
  transform: scale(1.2);
}
.m-cases .slidelist .listitem:hover .textbox {
  background: #2394f6;
  color: #fff;
}
.m-news {
  margin: 40px auto 0;
  font-size: 0;
  text-align: center;
  padding-top: 1px;
  position: relative;
}
.m-news .block {
  display: inline-block;
  vertical-align: top;
  width: 550px;
  margin: 30px 35px;
}
.m-news .title {
  margin-bottom: 20px;
}
.m-news .title h4 {
  position: relative;
  font: 20px/30px "Microsoft YaHei", "Arial", serif;
  color: #333;
  text-align: left;
}
.m-news .title h4 .more {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #2394f6;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  transition: .4s;
}
.m-news .title h4 .more .add {
  display: inline-block;
  vertical-align: middle;
  font: 25px/30px Arial;
}
.m-news .title h4 .more .nn {
  width: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-transform: uppercase;
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  transition: .4s;
}
.m-news .title h4 .more:hover {
  width: 80px;
}
.m-news .title h4 .more:hover .nn {
  width: 50px;
}
.m-news .firstitem {
  margin-bottom: 20px;
  text-align: left;
  font-size: 0;
  transition: .4s;
}
.m-news .firstitem .imgbox {
  width: 185px;
  height: 130px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.m-news .firstitem .imgbox img {
  display: block;
  width: 100%;
  transition: .4s;
}
.m-news .firstitem .textbox {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  width: 300px;
  color: #666;
  transition: .4s;
}
.m-news .firstitem .textbox .tt {
  font: 16px/30px "Microsoft YaHei", "Arial", serif;
  color: #333;
  margin-bottom: 15px;
  transition: .4s;
}
.m-news .firstitem .textbox .date {
  font-size: 12px;
  margin-bottom: 15px;
  transition: .4s;
}
.m-news .firstitem .textbox .desc {
  font: 14px/25px "Microsoft YaHei", "Arial", serif;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m-news .firstitem:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #2394f6;
}
.m-news .firstitem:hover .imgbox img {
  transform: scale(1.1);
}
.m-news .firstitem:hover .textbox {
  color: #fff;
}
.m-news .firstitem:hover .textbox .tt {
  color: #fff;
  padding-top: 8px;
  margin-bottom: 7px;
}
.m-news .firstitem:hover .textbox .date {
  margin-bottom: 7px;
}
.m-news .slidebox {
  position: relative;
  height: 150px;
  margin: 20px auto 0;
  text-align: left;
}
.m-news .slidebox .listitem {
  height: 30px;
}
.m-news .slidebox .listitem a {
  display: block;
  position: relative;
  color: #666;
  padding-right: 110px;
  transition: .4s;
}
.m-news .slidebox .listitem .tt {
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  height: 30px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-news .slidebox .listitem .date {
  display: block;
  position: absolute;
  font: 12px/30px "Microsoft YaHei", "Arial", serif;
  top: 0;
  right: 0;
}
.m-news .slidebox .listitem:hover a {
  color: #2394f6;
}
.m-news::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eee;
  top: 0;
  left: 50%;
}
.g-footer {
  padding: 60px 0 0;
  background: #f5f5f5;
}
.g-footer .box {
  width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0;
  padding-bottom: 70px;
}
.g-footer .logo {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  margin-right: 25px;
}
.g-footer .links {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  margin-right: 90px;
}
.g-footer .links a {
  display: block;
  font: 14px/20px '思源宋体', "宋体", serif;
  font-weight: 700;
  color: #2394f6;
}
.g-footer .contactbox {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-right: 50px;
  text-align: left;
}
.g-footer .contactbox p {
  font: 14px/1 "Microsoft YaHei", "Arial", serif;
  color: #333;
  margin-bottom: 10px;
}
.g-footer .qrbox {
  display: inline-block;
  vertical-align: top;
}
.g-footer .qrbox .qrcode {
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.g-footer .qrbox .qrcode img {
  display: block;
  width: 120px;
  border: 1px solid #333;
  margin: 0 auto;
}
.g-footer .qrbox .qrcode p {
  font: 14px/1 "Microsoft YaHei", "Arial", serif;
  color: #333;
  margin-top: 12px;
}
.g-footer .qrbox .qrcode:last-of-type {
  margin-right: 0;
}
.m-mesform {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 270px;
  margin-right: 50px;
}
.m-mesform .input {
  position: relative;
  border: 1px solid #333;
  transition: .5s;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  overflow: hidden;
}
.m-mesform .input .input_field {
  display: block;
  border: none;
  background: transparent;
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  color: #666;
  margin-left: 10px;
  width: 250px;
  position: relative;
  z-index: 2;
}
.m-mesform .input .input_label {
  display: none;
}
.m-mesform .input.input_block {
  display: block;
  width: 270px;
}
.m-mesform .input.input_block .input_field {
  height: 69px;
  font: 14px/23px "Microsoft YaHei", "Arial", serif;
}
.m-mesform .input .input_icon {
  display: block;
  position: absolute;
  font: 12px/36px "Microsoft YaHei", "Arial", serif;
  padding-right: 20px;
  top: 0;
  right: 5px;
  color: #666;
  overflow: hidden;
  opacity: 0;
}
.m-mesform .input.fit .input_icon {
  background: url("../img/i-right.png") right center no-repeat;
  opacity: 1;
  text-indent: -9999px;
}
.m-mesform .input.error .input_icon {
  background: url("../img/i-error.png") right center no-repeat;
  opacity: 1;
}
.m-mesform .btnbox {
  text-align: left;
  margin: 0 auto;
}
.m-mesform .btnbox .submit {
  display: block;
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  background: #2394f6;
  color: #fff;
  transition: .5s;
  width: 100px;
  text-align: center;
}
.m-mesform .btnbox .submit:hover {
  background: #f88d25;
}
.m-mesform .btnbox .submit.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.m-mesform .btnbox .submit.success {
  background: #09BB07;
}
.m-mesform .tips {
  position: absolute;
  width: 50%;
  display: none;
  z-index: 5;
  top: 5px;
  border-radius: 4px;
  left: 25%;
}
.m-mesform .tips.success {
  background-color: #00AC4A;
}
.m-mesform .tips.error {
  background-color: #dc0000;
}
.m-mesform .tips p {
  font: 14px/32px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  padding-left: 40px;
  margin: 0;
}
.m-mesform .tips .tipclose {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  right: 3px;
  opacity: .85;
  transition: .5s;
}
.m-mesform .tips .tipclose::before,
.m-mesform .tips .tipclose::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  transform-origin: 50% 50%;
  border-radius: 2px;
}
.m-mesform .tips .tipclose::before {
  transform: rotate(45deg);
}
.m-mesform .tips .tipclose::after {
  transform: rotate(-45deg);
}
.m-mesform .tips .tipclose:hover {
  transform: rotate(180deg);
  opacity: 1;
}
.m-icp {
  background: #fff;
  text-align: center;
  position: relative;
}
.m-icp p {
  font: 12px/50px "Microsoft YaHei", "Arial", serif;
  color: #333;
}
.m-icp p span {
  margin-left: 15px;
}
.m-icp p span a {
  color: #333;
}
.m-icp p span a:hover {
  text-decoration: underline;
}
/*子页样式开始*/
.m-secheader {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.m-secheader img {
  display: block;
  width: 100%;
}
.m-num {
  text-align: center;
  font-size: 12px;
}
.m-num .pagination > .active > a,
.m-num .pagination > .active > a:focus,
.m-num .pagination > .active > a:hover,
.m-num .pagination > .active > span,
.m-num .pagination > .active > span:focus,
.m-num .pagination > .active > span:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.m-num .pagination > li > a,
.m-num .pagination > li > span {
  color: #333;
}
.m-banch {
  padding: 30px 0;
}
.m-banch .link {
  display: inline-block;
  font: 16px/40px "Microsoft YaHei", "Arial", serif;
  position: relative;
  margin-right: 50px;
  color: #333;
  transition: .5s;
}
.m-banch .link::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #2394f6;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  transform: scale(0, 1);
  transition: .5s;
}
.m-banch .link.curr {
  color: #2394f6;
}
.m-banch .link.curr::after {
  transform: scale(1, 1);
}
.m-banch .link:hover {
  color: #2394f6;
}
.g-secmain {
  background: #fefefe;
  padding-bottom: 80px;
  position: relative;
}
.g-secmain img {
  max-width: 100%;
}
.g-secmain .sec-conbox .left {
  width: 260px;
  float: left;
  position: relative;
}
.g-secmain .sec-conbox .right {
  width: 920px;
  float: right;
  position: relative;
}
.g-secmain .sec-conbox .right .whitebox {
  background: #fff;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.g-secmain .sec-conbox .left1 {
  width: 260px;
  float: right;
  position: relative;
}
.g-secmain .sec-conbox .right1 {
  width: 920px;
  float: left;
  position: relative;
}
.g-secmain .sec-conbox .right1 .whitebox {
  background: #fff;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}




.m-sectitle {
  padding: 30px 0;
}
.m-sectitle h4 {
  font: 25px/40px "Microsoft YaHei", "Arial", serif;
  color: #2394f6;
  display: inline-block;
  position: relative;
}
.m-sectitle h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #2394f6;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.sec-about .left,
.sec-contact .left,
.sec-news .left {
  width: 920px;
  float: left;
  position: relative;
}
.sec-about .right,
.sec-contact .right,
.sec-news .right {
  width: 260px;
  float: right;
  position: relative;
}
.m-aboutdetail .title {
  padding: 30px 0;
  text-align: center;
}
.m-aboutdetail .title h4 {
  font: 25px/40px "Microsoft YaHei", "Arial", serif;
  color: #333;
  display: inline-block;
  position: relative;
}
.m-aboutdetail .title h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #333;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.m-aboutdetail .imgbox {
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
.m-aboutdetail .imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-aboutdetail .desc {
  padding: 20px;
  margin: 0 100px;
}
.m-aboutdetail .desc p {
  font: 14px/25px "Microsoft YaHei", "Arial", serif;
  color: #999;
  text-indent: 2em;
}
.m-aboutdetail .content {
  padding: 30px;
  border-top: 1px dashed #eee;
}
.m-aboutdetail .content img {
  max-width: 100%;
}
.m-contactdetail .textbox {
  background: url("../img/b-contact.jpg") right center no-repeat;
  height: 420px;
  position: relative;
}
.m-contactdetail .textbox::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.m-contactdetail .textbox .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.m-contactdetail .textbox h4 {
  font: 24px/1 "Microsoft YaHei", "Arial", serif;
  color: #666;
}
.m-contactdetail .textbox h4::after {
  content: '';
  display: block;
  width: 130px;
  height: 2px;
  background: #2394f6;
  margin: 10px auto 30px 0;
}
.m-contactdetail .textbox p {
  font: 16px/1 "Microsoft YaHei", "Arial", serif;
  color: #666;
  margin-bottom: 24px;
}
.m-contactdetail .textbox p a {
  color: #666;
}
.m-contactdetail .textbox p a:hover {
  text-decoration: underline;
}
.m-contactdetail .mapbox {
  position: relative;
  height: 400px;
  margin: 50px auto 0;
}
.m-contactdetail .mapbox img {
  max-width: 1000px;
}
.m-contactdetail .mapbox label {
  max-width: 1000px;
}
.m-joindetail {
  padding: 50px 0;
}
.m-joindetail .title {
  text-align: center;
  margin-bottom: 50px;
}
.m-joindetail .title h4 {
  font: 36px/1 "Microsoft YaHei", "Arial", serif;
  color: #333;
}
.m-list4 {
  margin-top: 20px;
}
.m-list4 .listitem {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.m-list4 .imgbox {
  display: block;
  position: relative;
  overflow: hidden;
  width: 30%;
  max-height: 160px;
}
.m-list4 .imgbox img {
  display: block;
  width: 100%;
  transition: .5s;
  max-height: 160px;
}
.m-list4 .imgbox img:hover {
  transform: scale(1.1);
}
.m-list4 .datebox {
  width: 130px;
  height: 130px;
  background: #2394f6;
  color: #fff;
}
.m-list4 .datebox .day {
  font-size: 30px;
  padding-top: 24px;
  margin-left: 16px;
  margin-bottom: 10px;
}
.m-list4 .datebox .year {
  margin-left: 16px;
  font-size: 20px;
}
.m-list4 .textbox {
  float: right;
  width: 65%;
  padding: 10px 10px 0 20px;
}
.m-list4 .textbox h4 a {
  display: block;
  font: 18px/1 "Microsoft YaHei", "Arial", serif;
  color: #666;
  margin-bottom: 15px;
  transition: .5s;
}
.m-list4 .textbox h4 a:hover {
  transform: translateX(5px);
  color: #2394f6;
}
.m-list4 .textbox p {
  height: 40px;
  color: #666;
  overflow: hidden;
  font: 12px/20px "Microsoft YaHei", "Arial", serif;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
}
.m-more1 {
  display: block;
  float: right;
  margin-top: 16px;
  width: 82px;
  line-height: 26px;
  font-size: 14px;
  color: #2394f6;
  text-align: center;
  border-radius: 4px;
  transition: .5s;
  border: 1px solid #eee;
}
.m-more1:hover {
  background: #2394f6;
  color: #fff;
  border-color: #2394f6;
}
.m-seclist1 .list {
  text-align: left;
  font-size: 0;
}
.m-seclist1 .listitem {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 33.3%;
  padding-top: 1px;
  text-align: center;
  transition: .3s;
}
.m-seclist1 .listitem a {
  display: block;
  margin: 5px;
  padding: 5px;
  background: #fff;
  transition: .3s;
}
.m-seclist1 .listitem a:hover {
  box-shadow: 0 10px 20px rgba(167, 167, 167, 0.5);
}
.m-seclist1 .listitem a:hover .imgbox img {
  transform: scale(1.1);
}
.m-seclist1 .listitem .imgbox {
  position: relative;
  overflow: hidden;
 /* height: 205px;*/
}
.m-seclist1 .listitem .imgbox img {
  display: block;
  width: 100%;
  transition: .3s;
  height:198px;
  margin: auto;
}
.m-seclist1 .listitem .textbox {
  padding: 20px 10px 10px;
}
.m-seclist1 .listitem .textbox .tt {
  font: 16px/20px "Microsoft YaHei", "Arial", serif;
  color: #333;
  height: 30px;
  line-height:30px;
  overflow: hidden;
  /*
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}
.m-seclist1 .listitem .textbox .desc {
/*
  font: 12px/30px "Microsoft YaHei", "Arial", serif;
  color: #888;
  height: 30px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  display:none
}
.m-bigbox {
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  transform: scale(1, 0);
  transition: .5s;
  opacity: 0;
  text-align: center;
  font-size: 0;
}
.m-bigbox::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.m-bigbox.on {
  opacity: 1;
  transform: scale(1, 1);
}
.m-bigbox .box {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.m-bigbox .box .imgbox img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.m-bigbox .box .tt {
  text-align: center;
  font-size: 0.53333333px "Microsoft YaHei", "Arial", serif;
  color: #fff;
}
.m-secjoin .title {
  padding: 30px 0;
  text-align: center;
}
.m-secjoin .title h4 {
  font: 25px/40px "Microsoft YaHei", "Arial", serif;
  color: #333;
  display: inline-block;
  position: relative;
}
.m-secjoin .title h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #333;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.m-secjoin .telbox {
  text-align: center;
  margin: 40px auto;
}
.m-secjoin .telbox .tel {
  display: inline-block;
  padding-left: 60px;
  text-align: left;
  background: url('../img/i-11.png') left center no-repeat;
}
.m-secjoin .telbox .tel p {
  color: #333;
  font: 16px/25px "Microsoft YaHei", "Arial", serif;
}
.m-secjoin .telbox .tel .num {
  color: #2394f6;
  font: 26px/1 "Microsoft YaHei", "Arial", serif;
  font-weight: 700;
}
.m-secjoin .textbox {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.m-secjoin .textbox img {
  max-width: 100%;
}
.m-mesform3 {
  position: relative;
  padding: 25px 0;
  width: 550px;
  margin: 0 auto;
}
.m-mesform3 .title {
  margin-bottom: 30px;
  color: #585858;
  font-size: 20px;
}
.m-mesform3 .title h4 {
  padding-left: 7px;
  border-left: 1px solid #2394f6;
}
.m-mesform3 .title h4 span {
  font-size: 14px;
  color: #888;
}
.m-mesform3 .input {
  margin-bottom: 10px;
  position: relative;
  font-size: 0;
}
.m-mesform3 .input .input_field {
  display: inline-block;
  height: 46px;
  background: #f9f9f9;
  width: 400px;
  font: 14px/46px "Microsoft YaHei", "Arial", serif;
  color: #888;
  vertical-align: top;
  border: none;
  text-indent: 10px;
}
.m-mesform3 .input .input_field:focus {
  background: #282828;
  color: #fff;
}
.m-mesform3 .input .input_label {
  display: inline-block;
  width: 85px;
  vertical-align: top;
  font: 14px/46px "Microsoft YaHei", "Arial", serif;
  color: #333;
}
.m-mesform3 .input .input_icon {
  display: block;
  position: absolute;
  font: 14px/46px "Microsoft YaHei", "Arial", serif;
  padding-left: 20px;
  top: 0;
  left: 510px;
  color: #333;
  overflow: hidden;
  opacity: 0;
  width: 200px;
}
.m-mesform3 .input.fit .input_icon {
  background: url("../img/i-right.png") left center no-repeat;
  opacity: 1;
  text-indent: -9999px;
}
.m-mesform3 .input.error .input_icon {
  background: url("../img/i-error.png") left center no-repeat;
  opacity: 1;
}
.m-mesform3 .input.input_block .input_field {
  height: 100px;
  font: 14px/25px "Microsoft YaHei", "Arial", serif;
}
.m-mesform3 .btnbox {
  margin-left: 100px;
  margin-top: 30px;
}
.m-mesform3 .btnbox .sub {
  width: 170px;
  display: inline-block;
  font: 14px/48px "Microsoft YaHei", "Arial", serif;
  text-align: center;
  color: #fff;
  background: #2394f6;
  border-radius: 24px;
  box-shadow: 0 5px 16px rgba(35, 148, 246, 0.5);
  transition: .5s;
}
.m-mesform3 .btnbox .sub:hover {
  background: #6cb8f9;
}
.m-mesform3 .btnbox .sub.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.m-mesform3 .btnbox .sub.success {
  background: #09BB07;
}
.m-filter {
  border: 1px solid #ddd;
  width: 880px;
  margin: 20px auto;
  font-size: 0;
  position: relative;
}
.m-filter .icontitle {
  padding-left: 30px;
  display: inline-block;
  width: 150px;
  vertical-align: top;
  font: 14px/40px "Microsoft YaHei", "Arial", serif;
  color: #333;
  font-weight: 700;
  background: url("../img/i-provine.png") 10px center no-repeat;
}
.m-filter .icontitle .item {
  margin-left: 20px;
  font: 12px/40px "Microsoft YaHei", "Arial", serif;
  color: #666;
  font-weight: 400;
}
.m-filter .provine {
  display: inline-block;
  vertical-align: top;
  width: 620px;
  overflow: hidden;
  height: 40px;
  margin-left: 40px;
}
.m-filter .provine.on {
  height: auto;
}
.m-filter .provine .item {
  display: inline-block;
  font: 14px/40px "Microsoft YaHei", "Arial", serif;
  color: #666;
  margin-right: 30px;
}
.m-filter .provine .item.curr {
  color: #2394f6;
  font-weight: 700;
}
.m-filter .more {
  display: block;
  position: absolute;
  width: 60px;
  font: 14px/40px "Microsoft YaHei", "Arial", serif;
  color: #666;
  top: 0;
  right: 0;
}
.m-filter .more i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../img/i-arrow.png") center no-repeat;
  transform: rotate(180deg);
}
.m-filter .more.on i {
  transform: rotate(0);
}
.m-sendflower {
  margin: 50px auto;
  position: relative;
}
.m-sendflower .text {
  text-align: center;
  font: 18px/40px "Microsoft YaHei", "Arial", serif;
  color: #666;
}
.m-sendflower .text span {
  font-weight: 700;
  color: #2394f6;
  font-size: 22px;
}
.m-sendflower .addnum {
  display: block;
  width: 240px;
  text-align: center;
  margin: 40px auto;
  background: #2394f6;
  font: 18px/50px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  box-shadow: 0 5px 20px rgba(35, 148, 246, 0.2);
  transition: .3s;
}
.m-sendflower .addnum:hover {
  background: #85c4fa;
}
.m-sendflower .flower {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/i-flower1.png") center no-repeat;
  bottom: -50px;
  left: 50%;
  margin-left: -32px;
  opacity: 0;
}
.m-sendflower .flower.on {
  animation: flower 1s ease-in-out;
}
@-webkit-keyframes flower {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(20deg);
    bottom: 50px;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg);
    bottom: 150px;
  }
}
@keyframes flower {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(20deg);
    bottom: 50px;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg);
    bottom: 150px;
  }
}
/*子页样式结束*/
.g-form {
  position: relative;
  padding: 250px 0 80px;
  background: #f5f5f5;
}
.m-formbox {
  width: 660px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  background: #fff;
  border-top: 8px solid #2394f6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  top: -250px;
  padding-bottom: 50px;
}
.m-formbox .title {
  text-align: center;
  line-height: 30px;
  margin: 36px 80px 0;
  position: relative;
}
.m-formbox .title h4 {
  display: inline-block;
  font: 20px/30px "Microsoft YaHei", "Arial", serif;
  color: #f88d25;
  font-weight: 700;
  vertical-align: middle;
}
.m-formbox .title h4 span {
  color: #2394f6;
}
.m-formbox .title::before,
.m-formbox .title::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 3px;
  background: #f88d25;
  margin: 0 30px;
}
.m-formbox form {
  position: relative;
  margin: 0 80px 0;
  padding-top: 50px;
}
.m-formbox .input_box {
  width: 100%;
  margin-bottom: 15px;
}
.m-formbox .input_box .input_label {
  width: 104px;
  height: 38px;
  line-height: 38px;
  float: left;
  font-size: 14px;
  color: #ea4740;
  margin-left: 10px;
}
.m-formbox .input_box .input_field {
  width: 385px;
  height: 38px;
  position: relative;
  float: left;
  border: 1px solid #e6e6e6;
  text-indent: 10px;
}
.m-formbox .area_box .input_area {
  height: 50px;
}
.m-formbox .btn_box {
  text-align: center;
  font-size: 0;
}
.m-formbox .btn_box .input_btn {
  display: inline-block;
  width: 500px;
  border: 2px solid #2394f6;
  margin: 0;
  font: 22px/56px "Microsoft YaHei", "Arial", serif;
  transition: .5s;
  color: #333;
}
.m-formbox .btn_box .input_btn:hover {
  color: #fff;
  background: #2394f6;
}
.m-formbox .tips {
  position: absolute;
  width: 50%;
  display: none;
  z-index: 5;
  top: 8px;
  border-radius: 4px;
  left: 25%;
}
.m-formbox .tips.success {
  background-color: #00AC4A;
}
.m-formbox .tips.error {
  background-color: #dc0000;
}
.m-formbox .tips p {
  font: 14px/32px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  padding-left: 40px;
}
.m-formbox .tips .tipclose {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  right: 3px;
  opacity: .85;
  transition: .5s;
}
.m-formbox .tips .tipclose::before,
.m-formbox .tips .tipclose::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  transform-origin: 50% 50%;
  border-radius: 2px;
}
.m-formbox .tips .tipclose::before {
  transform: rotate(45deg);
}
.m-formbox .tips .tipclose::after {
  transform: rotate(-45deg);
}
.m-formbox .tips .tipclose:hover {
  transform: rotate(180deg);
  opacity: 1;
}
.g-detailmain {
  background: #fefefe;
  padding: 80px 0;
}
.g-detailmain .maincon1 .left {
  width: 920px;
  float: left;
  position: relative;
}
.g-detailmain .maincon1 .right {
  width: 260px;
  float: right;
  position: relative;
}
.g-detailmain .b-white {
  background: #fff;
  padding: 20px;
}
.g-detailmain .maincon {
  margin-top: 30px;
}
.g-detailmain .maincon .left {
  width: 260px;
  float: left;
  position: relative;
}
.g-detailmain .maincon .right {
  width: 920px;
  float: right;
  position: relative;
}
.g-detailmain1 {
  background: #fefefe;
  padding: 80px 0;
}
.g-detailmain1 .detail-conbox .left {
  width: 920px;
  float: left;
  position: relative;
}
.g-detailmain1 .detail-conbox .left .whitebox {
  background: #fff;
  padding: 20px;
}
.g-detailmain1 .detail-conbox .right {
  width: 260px;
  float: right;
  position: relative;
}
.m-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.m-content .detailtitle {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.m-content .detailtitle h4 {
  font: 24px/2.5 "Microsoft YaHei", "Arial", serif;
  color: #333;
}
.m-content .detailtitle p {
  font: 12px/2 "Microsoft YaHei", "Arial", serif;
  color: #999;
}
.m-content .page {
  padding: 40px 30px 50px;
  text-align:left;
  font-size:16px;
  line-height:40px;
}
.m-content .page img {
  max-width: 100%;
  margin:20px 0px;
}
.m-prodetailslide {
  width: 380px;
  float: left;
  position: relative;
  overflow: hidden;
}
.m-prodetailslide .bd {
  width: 380px;
}
.m-prodetailslide .bd .listitem {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-prodetailslide .bd .listitem img {
  display: block;
  width: 100%;
}
.m-prodetailslide .hd {
  margin-top: 10px;
}
.m-prodetailslide .hd ul {
  text-align: center;
  font-size: 0;
  position: relative;
}
.m-prodetailslide .hd .listitem {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  border: 1px solid #eee;
  margin: 0 3px;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.m-prodetailslide .hd .listitem img {
  display: block;
  width: 100%;
  transition: .3s;
}
.m-prodetailslide .hd .listitem.on,
.m-prodetailslide .hd .listitem:hover {
  border: 1px solid #2394f6;
}
.m-goodsinfo {
  float: left;
  width: 500px;
  margin: 0 50px;
}
.m-goodsinfo .tt {
  font: 22px/70px "Microsoft YaHei", "Arial", serif;
  color: #333;
}
.m-goodsinfo .desc {
  padding: 8px 15px;
  background-color: #fff4f5;
  color: #999;
  font: 12px/25px "Microsoft YaHei", "Arial", serif;
  text-indent: 2em;
}
.m-goodsinfo .itembox {
  border: 1px solid #ddd;
  padding: 15px 25px;
  margin: 30px auto;
  text-align: left;
}
.m-goodsinfo .itembox .item {
  display: inline-block;
  width: 200px;
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  color: #666;
}
.m-goodsinfo .more {
  margin-top: 20px;
  display: inline-block;
  padding: 15px;
  min-width: 170px;
  font: 16px/1 "Microsoft YaHei", "Arial", serif;
  border-radius: 24px;
  background: #2394f6;
  color: #fff;
  box-shadow: 0 5px 16px rgba(35, 148, 246, 0.5);
  transition: .3s;
  text-align: center;
}
.m-goodsinfo .more:hover {
  background: #ffffff;
}
.m-leftprolist {
  float: right;
  width: 178px;
  border-left: 1px solid #ebebeb;
  text-align: center;
}
.m-leftprolist h5 {
  padding-right: 13px;
  padding-left: 32px;
  margin: 10px 0;
  color: #888;
  text-align: center;
  font: 14px/20px "Microsoft YaHei", "Arial", serif;
}
.m-leftprolist .list {
  padding-right: 13px;
  padding-left: 32px;
}
.m-leftprolist .list .listitem {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-leftprolist .list .listitem img {
  display: block;
  width: 100%;
}
.m-leftprolist .list .listitem p {
  font: 12px/20px "Microsoft YaHei", "Arial", serif;
  color: #888;
  height: 20px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prolist2 {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}
.m-prolist2 h5 {
  border-bottom: 1px solid #ebebeb;
  font: 16px/44px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  padding-left: 15px;
  background: #2394f6;
}
.m-prolist2 .list {
  margin: 25px 0;
  position: relative;
  text-align: center;
}
.m-prolist2 .listitem {
  position: relative;
  width: 70%;
  margin: 0 auto 20px;
}
.m-prolist2 .listitem img {
  display: block;
  width: 100%;
}
.m-prolist2 .listitem p {
  font: 12px/20px "Microsoft YaHei", "Arial", serif;
  color: #666;
  height: 20px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-asidecontact {
  padding: 5px 15px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.m-asidecontact h4 {
  border-bottom: 1px solid #ebebeb;
  font: 16px/44px "Microsoft YaHei", "Arial", serif;
  color: #333;
  margin-bottom: 8px;
}
.m-asidecontact p {
  font: 14px/24px "Microsoft YaHei", "Arial", serif;
  padding: 5px 0;
  color: #666;
}
.m-banch1 {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}
.m-banch1 .title {
  border-bottom: 1px solid #ebebeb;
  background: #2394f6;
}
.m-banch1 .title h4 {
  font: 16px/44px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  padding: 0 15px;
}
.m-banch1 .linksbox .linkbox {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.m-banch1 .linksbox dt {
  overflow: hidden;
}
.m-banch1 .linksbox dt .links {
  color: #333;
  font: 14px/2 "Microsoft YaHei", "Arial", serif;
  transition: .3s;
}
.m-banch1 .linksbox dt .links:hover,
.m-banch1 .linksbox dt .links.curr {
  color: #2394f6;
}
.m-banch1 .linksbox dt .togglenav {
  position: relative;
  float: right;
  width: 22px;
  height: 22px;
  border: 1px solid #eee;
  border-radius: 50%;
  cursor: pointer;
}
.m-banch1 .linksbox dt .togglenav::before,
.m-banch1 .linksbox dt .togglenav::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
  width: 8px;
  height: 2px;
  background-color: #2394f6;
}
.m-banch1 .linksbox dt .togglenav::after {
  transform: rotate(90deg);
  transition: .3s;
}
.m-banch1 .linksbox dt .togglenav.close::after {
  transform: rotate(0);
}
.m-banch1 .linksbox dd {
  display: none;
}
.m-banch1 .linksbox dd .item {
  position: relative;
  display: block;
  padding-left: 10px;
  color: #666;
  font: 14px/32px "Microsoft YaHei", "Arial", serif;
  transition: .3s;
  height: 32px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-banch1 .linksbox dd .item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  background: #d8d8d8;
  border-radius: 50%;
  transition: .3s;
}
.m-banch1 .linksbox dd .item:hover {
  color: #2394f6;
}
.m-banch1 .linksbox dd .item:hover::before {
  background: #2394f6;
}
.m-detailcontent {
  padding: 5px 15px;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.m-detailcontent .hd {
  position: relative;
  height: 50px;
}
.m-detailcontent .hd ul {
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
  height: 48px;
  padding: 0 10px;
}
.m-detailcontent .hd ul li {
  display: inline-block;
  position: relative;
  padding: 0 34px;
  font: 16px/48px "Microsoft YaHei", "Arial", serif;
  color: #333;
  cursor: pointer;
  transition: .3s;
  border-bottom: 2px solid transparent;
}
.m-detailcontent .hd ul li:hover {
  color: #2394f6;
}
.m-detailcontent .hd ul li.on {
  color: #2394f6;
  border-bottom: 2px solid #2394f6;
}
.m-detailcontent .bd {
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.m-detailcontent .bd .listitem {
  width: 100%;
}
.m-detailcontent .bd .listitem .con {
  position: relative;
  overflow: hidden;
}
.m-detailcontent .bd .listitem .con img {
  max-width: 100%;
}
.m-newsinfolist1 {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.m-newsinfolist1 h5 {
  border-bottom: 1px solid #ebebeb;
  font: 16px/44px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  margin-bottom: 8px;
  background: #2394f6;
  padding-left: 15px;
}
.m-newsinfolist1 .list {
  padding: 8px 15px;
}
.m-newsinfolist1 .list .listitem {
  margin: 16px 0;
}
.m-newsinfolist1 .list .listitem a {
  position: relative;
  display: block;
  overflow: hidden;
}
.m-newsinfolist1 .list .listitem a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.m-newsinfolist1 .list .listitem a img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: .3s;
}
.m-newsinfolist1 .list .listitem a .textbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  font-size: 0;
}
.m-newsinfolist1 .list .listitem a .textbox::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.m-newsinfolist1 .list .listitem a .textbox h4 {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  position: relative;
  font: 14px/24px "Microsoft YaHei", "Arial", serif;
  color: #fff;
}
.m-newsinfolist1 .list .listitem a .textbox h4::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 1px;
  left: 50%;
  margin-left: -25px;
  background: #fff;
  transition: .3s;
  transform: scale(0, 1);
}
.m-newsinfolist1 .list .listitem a:hover img {
  transform: scale(1.1);
}
.m-newsinfolist1 .list .listitem a:hover .textbox h4::after {
  transform: scale(1, 1);
}
.m-newsinfolist {
  border-top: 3px solid #2394f6;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.m-newsinfolist .listitem {
  padding: 30px 20px 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.6s ease-out;
}
.m-newsinfolist .listitem .textbox h4 {
  font: 14px/2 "Microsoft YaHei", "Arial", serif;
  color: #666;
  height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  transition: .3s;
}
.m-newsinfolist .listitem .textbox p {
  font: 12px/25px "Microsoft YaHei", "Arial", serif;
  color: #8f8f8f;
  height: 50px;
  overflow: hidden;
}
.m-newsinfolist .listitem .textbox .date {
  display: block;
  margin-top: 20px;
  font: 12px/25px "Arial";
  color: #444;
}
.m-newsinfolist .listitem::after {
  content: '';
  display: block;
  width: 280px;
  position: absolute;
  height: 1px;
  background: #eee;
  bottom: 0;
}
.m-newsinfolist .listitem:hover {
  background-color: #f1f1f1;
}
.m-newsinfolist .listitem:hover .textbox h4 {
  color: #2394f6;
}
.m-seclist2 .listitem {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  position: relative;
  font-size: 0;
}
.m-seclist2 .listitem .imgbox {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  overflow: hidden;
  position: relative;
}
.m-seclist2 .listitem .imgbox img {
  display: block;
  width: 100%;
  transition: .5s;
}
.m-seclist2 .listitem .imgbox:hover img {
  transform: scale(1.2);
}
.m-seclist2 .listitem .textbox {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: calc(100% - 300px);
  text-align: left;
}
.m-seclist2 .listitem .textbox .tt {
  font: 20px/26px "Microsoft YaHei", "Arial", serif;
  max-height: 52px;
  overflow: hidden;
  font-weight: 700;
  display: block;
  transition: .4s;
}
.m-seclist2 .listitem .textbox .tt:hover {
  color: #2394f6;
}
.m-seclist2 .listitem .textbox .desc {
  margin: 11px 0;
  font: 14px/24px "Microsoft YaHei", "Arial", serif;
  color: #888;
  max-height: 48px;
  overflow: hidden;
}
.m-seclist2 .listitem .textbox .time {
  margin-bottom: 20px;
  font: 12px/14px Arial;
}
.m-seclist2 .listitem .more a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2394f6;
  text-align: center;
  font: 14px/32px "Microsoft YaHei", "Arial", serif;
  color: #2394f6;
  width: 100px;
  transition: .5s;
  cursor: pointer;
}
.m-seclist2 .listitem .more a:hover {
  background: #2394f6;
  color: #fff;
}
.m-seclist0 .list {
  padding: 30px;
}
.m-seclist0 .listitem {
  display: block;
  position: relative;
  padding-left: 25px;
}
.m-seclist0 .listitem::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  top: 50%;
  left: 0;
  margin-top: -3px;
  transition: .3s;
}
.m-seclist0 .listitem a {
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  color: #000;
  display: block;
  height: 30px;
  overflow: hidden;
  transition: .3s;
}
.m-seclist0 .listitem .tt {
  margin-right: 100px;
  height: 30px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
}
.m-seclist0 .listitem .date {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.m-seclist0 .listitem:hover::before {
  background: #2394f6;
}
.m-seclist0 .listitem:hover a {
  color: #2394f6;
}
.m-seclist3 .listitem {
  border-bottom: 1px solid #f1f1f1;
  padding: 30px 0;
  position: relative;
  font-size: 0;
}
.m-seclist3 .listitem .textbox {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  text-align: left;
  margin-right: 50px;
}
.m-seclist3 .listitem .textbox .tt {
  font: 20px/26px "Microsoft YaHei", "Arial", serif;
  max-height: 52px;
  overflow: hidden;
  font-weight: 700;
  display: block;
  transition: .4s;
}
.m-seclist3 .listitem .textbox .tt:hover {
  color: #2394f6;
}
.m-seclist3 .listitem .textbox .desc {
  margin: 11px 0;
  font: 14px/24px "Microsoft YaHei", "Arial", serif;
  color: #888;
  max-height: 72px;
  overflow: hidden;
}
.m-seclist3 .listitem .textbox .time {
  margin-bottom: 20px;
  font: 12px/14px Arial;
}
.m-seclist3 .listitem .more a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2394f6;
  text-align: center;
  font: 14px/32px "Microsoft YaHei", "Arial", serif;
  color: #2394f6;
  width: 100px;
  transition: .5s;
  cursor: pointer;
}
.m-seclist3 .listitem .more a:hover {
  background: #2394f6;
  color: #fff;
}
.m-searchkey {
  padding: 10px 0;
}
.m-searchkey p {
  font: 14px/2 "Microsoft YaHei", "Arial", serif;
  color: #333;
}
.m-searchkey .key,
.m-searchkey .num {
  color: #f00;
  font-weight: 700;
  margin: 0 8px;
}
.m-searchkey .result {
  margin-left: 20px;
}
.no-res {
  font: 14px/2 "Microsoft YaHei", "Arial", serif;
  color: #f33;
  text-align: center;
}
.m-secform {
  border: 1px solid #dbdbdb;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-secform form {
  padding: 20px;
}
.m-secform .input {
  position: relative;
  border: 1px solid;
  border-color: #aaa;
  transition: .5s;
  display: block;
  margin: 0 auto 12px;
}
.m-secform .input .input_field {
  display: block;
  border: none;
  background: transparent;
  font: 12px/30px "Microsoft YaHei", "Arial", serif;
  color: #666;
  margin-left: 10px;
  width: 200px;
  position: relative;
  z-index: 2;
}
.m-secform .input .input_label {
  display: none;
}
.m-secform .input.input_block .input_field {
  height: 40px;
  font: 14px/20px "Microsoft YaHei", "Arial", serif;
}
.m-secform .input .input_icon {
  display: block;
  position: absolute;
  font: 12px/30px "Microsoft YaHei", "Arial", serif;
  padding-right: 20px;
  top: 0;
  right: 5px;
  color: #666;
  overflow: hidden;
  opacity: 0;
}
.m-secform .input.fit .input_icon {
  background: url("../img/i-right.png") right center no-repeat;
  opacity: 1;
  text-indent: -9999px;
}
.m-secform .input.error .input_icon {
  background: url("../img/i-error.png") right center no-repeat;
  opacity: 1;
}
.m-secform .btnbox {
  text-align: center;
  margin: 0 auto;
}
.m-secform .btnbox .submit {
  display: block;
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  background: #2394f6;
  color: #fff;
  transition: .5s;
}
.m-secform .btnbox .submit:hover {
  background: #f88d25;
}
.m-secform .btnbox .submit.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.m-secform .btnbox .submit.success {
  background: #09BB07;
}
.m-secform .tips {
  position: absolute;
  width: 50%;
  display: none;
  z-index: 5;
  top: 5px;
  border-radius: 4px;
  left: 25%;
}
.m-secform .tips.success {
  background-color: #00AC4A;
}
.m-secform .tips.error {
  background-color: #dc0000;
}
.m-secform .tips p {
  font: 14px/32px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  padding-left: 40px;
  margin: 0;
}
.m-secform .tips .tipclose {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  right: 3px;
  opacity: .85;
  transition: .5s;
}
.m-secform .tips .tipclose::before,
.m-secform .tips .tipclose::after {
  content: '';
  display: block;

  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  transform-origin: 50% 50%;
  border-radius: 2px;
}
.m-secform .tips .tipclose::before {
  transform: rotate(45deg);
}
.m-secform .tips .tipclose::after {
  transform: rotate(-45deg);
}
.m-secform .tips .tipclose:hover {
  transform: rotate(180deg);
  opacity: 1;
}
.m-newsinfolist3 {
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.m-newsinfolist3 .list {
  padding: 10px 10px 20px;
}
.m-newsinfolist3 .list .listitem {
  display: block;
}
.m-newsinfolist3 .list .listitem a {
  display: block;
  font: 14px/30px "Microsoft YaHei", "Arial", serif;
  color: #666;
  height: 30px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-newsinfolist3 .list .listitem .index {
  display: inline-block;
  vertical-align: middle;
  background: #f5f5f5;
  color: #888;
  width: 20px;
  margin-right: 10px;
  text-align: center;
  border-radius: 3px;
  font: 12px/20px Arial;
}
.m-asidetitle {
  border-bottom: 1px solid #ebebeb;
  font: 16px/44px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  margin-bottom: 8px;
  background: #2394f6;
  padding-left: 15px;
}
.m-crumbs {
  border-bottom: 1px solid #999;
  position: relative;
  padding: 5px 0;
}
.m-crumbs .box {
  margin-left: 15px;
  line-height: 40px;
  font-size: 0;
  display: inline-block;
  height: 40px;
  padding-left: 40px;
  background: url("../img/i-crumbs.png") 4px center no-repeat;
}
.m-crumbs .box span {
  display: inline-block;
  vertical-align: middle;
  font: 14px/40px "Microsoft YaHei", "Arial", serif;
  color: #333;
  margin: 0 5px;
}
.m-crumbs .box .crumbs {
  display: inline-block;
  vertical-align: middle;
  font-size:14px;
  font-family:"新宋体";
  color: #888;
}
.m-crumbs .box .crumbs a {
  display: inline-block;
  vertical-align: middle;
  /*font: 14px/40px "Microsoft YaHei", "Arial", serif;*/
  
  color: #888;
   margin:0px 5px;
}


.m-asidebar {
  height: 100%;
  width: 0;
  position: fixed;
  right: 0;
  top: calc(50% - 100px);z-index: 999;
}
.m-asidebar::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.m-asidebar .listitem {
  width: 180px;
  position: relative;
  background: #2394f6;
  transform: translateX(-60px);
  margin-bottom: 10px;
  transition: .4s;
  height: 60px;
  overflow: hidden;
}
.m-asidebar .listitem .icon {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
}
.m-asidebar .listitem .textbox {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 60px;
}
.m-asidebar .listitem .textbox p {
  font: 14px/60px "Microsoft YaHei", "Arial", serif;
  color: #fff;
  padding-left: 5px;
}
.m-asidebar .listitem img {
  display: none;
  margin: 5px auto 10px;
  width: 100px;
  height: 100px;
  background: #fff;
}
.m-asidebar .listitem:nth-of-type(1) .icon {
  background: url("../img/b-tel1.png") center no-repeat;
}
.m-asidebar .listitem:nth-of-type(2) .icon {
  background: url("../img/b-qq1.png") center no-repeat;
}
.m-asidebar .listitem:nth-of-type(3) .icon {
  background: url("../img/b-wechat.png") center no-repeat;
}
.m-asidebar .listitem:nth-of-type(3):hover {
  height: 180px;
}
.m-asidebar .listitem:hover {
  transform: translateX(-180px);
}
.m-asidebar .listitem:hover img {
  display: block;
}

@media screen and (max-width: 1440px) {
  .m-nav .listitem .firstlink {
    margin: 5px 0;
  }
}

.new_page { float:left; width:100%; text-align:center; display:inline; color:#666666}
.fpage{clear:both;padding:30px 0;text-align:center; width:100%; height:auto; overflow:hidden;font-size:14px;  font-weight:normal}
.fpage table{ width:100%}
.fpage .number{ padding:2px 10px; margin: 0 5px;background-color:#eee; border:1px solid #ddd;}
.fpage .next{padding:2px 10px; margin:0 5px; background-color:#eee; border:1px solid #ddd;}
.fpage .prev{ padding:2px 10px; margin: 0 5px;background-color:#eee; border:1px solid #ddd;}
.fpage a {text-decoration:none; color:#666666;font-size:14px;}
.fpage a:hover{background-color:#0078D7; color: #FFFFFF; border:1px solid #FFFFFF; text-decoration:none;}
.fpage a.cur{ background-color:#0078D7;color:#FFFFFF; border:1px solid #FFFFFF;}
.fpage select{ margin-left:10px; height:24px; padding-left:2px; border:1px solid #ddd; background-color: #FFFFFF;}
.fpage select:hover{border:1px solid #D21A12;}

#NavLink{height:50px;/*width: 1200px;text-align:center; z-index:9998;position:absolute;*/position: relative;
    float: right;
    margin-top: 25px;}
#NavLink .NavBG{ margin: 0 auto; width:100%;}
#NavLink #sddm{float:left;width:100%;z-index:30;}

#NavLink #sddm li{float: left;width:150px;display: block;text-align: center;font-size:16px;letter-spacing:2px;height:50px;line-height:50px;font-family: 'Microsoft YaHei'; font-weight:normal; display:inline; position:relative; }
#NavLink #sddm li.CurrentLi { background: #2394f6;}
#NavLink #sddm li.CurrentLi .fdhtop{color: #FFFFFF;}	
#NavLink #sddm li .dhtop{color: #333333;}

#NavLink #sddm li P{font-size:10px;font-weight:normal;color:#FFF;text-transform:uppercase;}
#NavLink #sddm li:hover {background: #2394f6;}
#NavLink #sddm li:hover a {text-align:center;color: #fff;display:block;}

#NavLink #sddm li:hover div a{ color:#FFFFFF}

#NavLink #sddm li div{	position: absolute; top:50px; left:0px;visibility: hidden;filter: alpha(opacity=85); background:#2394f6;}
#NavLink #sddm li div a
	{
	    width:150px;
		display: block;
		position: relative;
		padding: 5px 0px;
		text-align: center;
		color: #FFFFFF;
		font-size:16px;
		font-weight:normal;
		text-decoration:none;
		line-height:35px;
		border-bottom:1px solid #FFFFFF;font-family: "新宋体";}

#NavLink #sddm li div a:hover{
	color: #333333;
	background-color:#FBFBFB;
	font-weight: normal;
	border-bottom:1px solid #fff;}