html,
body {
  display: block;
  width: 100%;
  overflow-x: hidden;
}
body {
  color: #5a5a5a;
  font-size: 12px;
  font-family: "Nunito Sans", Arial, Tahoma, sans-serif, "Microsoft Yahei";
  background: #ffffff;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.pgs {
  padding: 30px 0;
}

a:hover {
  color: #1f5ef5;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.section {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.map {
  width: auto;
  float: right;
  height: 80px;
}

/*banner*/
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}
.banner_bar {
  width: 1000px;
  margin: 0 auto;
}

.n_banner {
  width: 1920px;
  margin: 0 -460px;
  overflow: hidden;
  position: relative;
}
.banner ul {
  width: 100%;
  position: relative;
  height: 648px;
}
.banner ul li {
  width: 100%;
  position: absolute;
  height: 648px;
  left: 0;
  top: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.banner ul li.on {
  z-index: 2;
}
.banner .num {
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 5%;
  left: 0;
  text-align: center;
  z-index: 3;
}
.banner .num a {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  margin: 0 5px;
}
.banner .num a.on {
  background: #007ec5;
}
.banner li img {
  display: block;
}

/*index_ab*/
.index_ab {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  float: left;
}
.index_ab_tt {
  color: #e4ecef;
  font-size: 250px;
  position: relative;
  margin: 0 auto;
}
.index_ab_tt h3 {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
.index_ab_tt01 {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 50px;
  color: #1f5ef5;
  font-weight: bold;
  top: 37%;
  left: 0;
}

.abt_nav {
  width: 90%;
  margin: 2% 5%;
  height: auto;
  float: left;
}

.abt_nav .list {
  width: 20%;
  height: auto;
  float: left;
}
.abt_nav .list:hover {
  color: #1f5ef5;
}
.abt_nav .list span {
  width: 144px;
  height: auto;
  float: left;
  background: url(list_img01.png);
  display: block;
}
.abt_nav .icon01 {
  display: block;
  width: 53px;
  height: 48px;
  margin: auto;
  background: url(a01-4.jpg) no-repeat;
}
.abt_nav .icon01:hover {
  background: url(a01-40.jpg) no-repeat;
}
.abt_nav .icon02 {
  display: block;
  width: 53px;
  height: 48px;
  margin: auto;
  background: url(a01-5.jpg) no-repeat;
}
.abt_nav .icon02:hover {
  background: url(a01-50.jpg) no-repeat;
}
.abt_nav .icon03 {
  display: block;
  width: 53px;
  height: 48px;
  margin: auto;
  background: url(a01-6.jpg) no-repeat;
}
.abt_nav .icon03:hover {
  background: url(a01-60.jpg) no-repeat;
}
.abt_nav .icon04 {
  display: block;
  width: 53px;
  height: 48px;
  margin: auto;
  background: url(a01-7.jpg) no-repeat;
}
.abt_nav .icon04:hover {
  background: url(a01-70.jpg) no-repeat;
}
.abt_nav .icon05 {
  display: block;
  width: 53px;
  height: 48px;
  margin: auto;
  background: url(a01-8.jpg) no-repeat;
}
.abt_nav .icon05:hover {
  background: url(a01-80.jpg) no-repeat;
}
.abt_nav .icon06 {
  display: block;
  width: 53px;
  height: 48px;
  margin: auto;
  background: url(a01-9.png) no-repeat;
}
.abt_nav .icon06:hover {
  background: url(a01-90.png) no-repeat;
}
.abt_nav .icon07 {
  display: block;
  width: 53px;
  height: 48px;
  margin: auto;
  background: url(a01-10.png) no-repeat;
}
.abt_nav .icon07:hover {
  background: url(a01-100.png) no-repeat;
}
.abt_nav .list h3 {
  font-size: 19px;
  color: #747474;
  line-height: 60px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: normal;
}
.abt_nav .list h3:hover {
  color: #1f5ef5;
}
.abt_nav .list em {
  width: 50px;
  height: 3px;
  margin: auto;
  display: block;
  background: #4b7cbe;
  margin-bottom: 20px;
}
.abt_nav .list p {
  font-size: 15px;
  line-height: 25px;
  color: #888888;
  width: 100%;
  height: 110px;
}
.abt_nav .list p:hover {
  color: #096;
}

.ab_txt {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  text-align: center;
  width: 90%;
  padding: 0 5%;
  margin: 1% auto;
  float: left;
}
.more {
  overflow: hidden;
  width: 120px;
  background-color: #1f5ef5;
  height: 36px;
  margin: 15px auto;
  line-height: 38px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.more a {
  color: #fff;
}

/*???????*/
.index_gc {
  background: #943636 url(a01-9.jpg) top center no-repeat;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gc_title {
  width: 100%;
  text-align: center;
  margin: 3% auto;
}
.gc_title h3 {
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}
.gc_title h5 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 40px;
}

/*?????????*/
.nTab {
  float: left;
  width: 100%;
  background: url(a01-10.jpg) repeat-x 0px 15px;
  margin: 0 auto;
  overflow: hidden;
}
.nTab .TabTitle {
  clear: both;
  height: 32px;
  overflow: hidden;
}
.nTab .TabTitle ul {
  width: 750px;
  border: 0;
  margin: 0 auto;
  padding: 0;
}
.nTab .TabTitle li {
  float: left;
  width: 147px;
  cursor: pointer;
  padding-top: 0;
  margin: 0 20px;
  line-height: 32px;
  list-style-type: none;
  height: 32px;
}
.nTab .TabTitle .on {
  background: #d2d2d2 !important;
  color: #242424 !important;
  text-align: center;
  font-size: 15px;
}
.nTab .TabTitle .normal {
  background: #1f5ef5;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}
.nTab .TabContent {
  width: auto;
  margin: 0px auto;
  padding: 25px 0 0 0;
}
.none {
  display: none;
}
.more01 {
  width: 120px;
  background-color: #e2e2e2;
  height: 36px;
  margin: 15px auto;
  line-height: 38px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.more01 a {
  color: #242424;
}

.build-list {
  width: 100%;
  overflow: hidden;
}
.build-list ul {
  width: 100%;
  font-size: 0;
}
.build-list ul li {
  width: 31%;
  margin: 1%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.build-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.build-list .build-pic {
  width: 100%;
  position: relative;
  height: 100%;
}
.build-list .build-pic img {
  width: 100%;
  height: 300px;
  transform: translateZ(0px);
}
.build-list .build-pic span {
  display: block;
  width: 100%;
  line-height: 60px;
  background: url("../build-blck.png");
  color: #fff;
  position: absolute;
  text-align: center;
  font-size: 18px;
  bottom: 0;
}
.build-list .intro {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #242424;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.build-list .intro h5 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 35px;
}
.build-list .intro h3 {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  line-height: 25px;
}
.build-list .intro p {
  font-size: 12px;
  line-height: 20px;
}
.build-list ul li a:hover .intro {
  visibility: visible;
  opacity: 1;
}
.build-list ul li a:hover span {
  display: none;
}
.build-list ul li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}

/*????*/
.index_news {
  background: url(a01-11.jpg);
  height: auto;
  padding-bottom: 2%;
}
.news_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 3% 0;
}
.news_title h3 {
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: 30px;
  color: #242424;
}
.news_title h5 {
  color: #242424;
  font-size: 20px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 40px;
}

.NewsPicRec {
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
}
.NewsPicRec a {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #1b54aa;
}
.NewsPicRec p {
  text-indent: 2em;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  color: #222;
  font-size: 14px;
}

.news-list {
  width: 100%;
}
.news-list ul {
  width: 100%;
  font-size: 0;
}
.news-list ul li {
  width: 31.333%;
  display: inline-block;
  margin: 10px 1%;
  vertical-align: top;
  overflow: hidden;
}
.news-list ul li a {
  width: 100%;
  display: block;
  background: #fff;
  color: #878686;
}
.news-list .news-pic {
  width: 100%;
  overflow: hidden;
}
.news-list .news-time {
  width: 100%;
  background: url(time.png) left no-repeat;
  padding-left: 20px;
}
.news-list .news-time:hover {
  background: url(time01.png) left no-repeat;
  padding-left: 20px;
}
.news-list .news-pic img {
  width: 100%;
  height: 250px;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
  opacity: 0.8;
}
.news-list .new-con {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 20px;
}
.news-list .new-con h4 {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  text-align: center;
  overflow: hidden;
  color: #1a1a1a;
  font-weight: normal;
}
.news-list .new-con p {
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.news-list ul li a:hover {
  background: #7e090f;
  color: #fff;
}
.news-list ul li a:hover h4 {
  color: #fff;
}
.news-list ul li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
  opacity: 1;
}

.more00 {
  display: block;
  width: 180px;
  line-height: 40px;
  border: 1px solid #000;
  margin: 50px auto;
  text-align: center;
  font-size: 14px;
}

.newslist {
  width: 100%;
}
.newslist li {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #c5c5c4;
}
.newslist .time {
  float: left;
  width: 8%;
  margin-right: 2%;
  min-width: 60px;
}
.newslist .day {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #fff;
  color: #000;
  font-size: 30px;
}
.newslist .date {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.newslist .day,
.newslist .date {
  background-color: #eae6e2;
  display: block;
  text-align: center;
  font-family: Arial;
}
.newslist h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #2e82cd;
  clear: both;
  padding: 5px 0;
}
.newslist p {
  padding-bottom: 5px;
  line-height: 25px;
  font-size: 14px;
  width: 100%;
}
.newslist .conts {
  float: left;
  width: 88%;
}
.mmore {
  display: block;
  margin-top: 5px;
}

.f_links_z {
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #262626;
  width: 100%;
  padding: 0.5% 0;
}
.f_links_z span {
  font-weight: bold;
  float: left;
  font-size: 16px;
}
.f_links_z ul li {
  padding: 0 1%;
  height: auto;
  float: left;
  line-height: 38px;
  text-align: center;
}
.f_links_z ul li a {
  text-decoration: none;
  color: #242424;
}

/*??????*/
/*n-main*/
.inside-ban {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  height: 280px;
  background-size: cover;
  position: relative;
  text-align: center;
}

.ban-warp {
}
.ban-warp h2 {
  display: inline-block;
  font-size: 56px;
  color: #1a1a1a;
  line-height: 58px;
  font-weight: bold;
  margin: 105px auto;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.ban-warp p {
  font-size: 20px;
  line-height: 36px;
  color: #4b4948;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

/*inside_menu*/
.inside_menu {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.inside_menu a {
  display: inline-block;
  font-size: 16px;
  line-height: 74px;
  padding: 0 25px;
  border-bottom: 2px solid #f9f9f9;
}
.inside_menu a:hover {
  color: #1f5ef5;
  border-bottom: 2px solid #1f5ef5;
}
.inside_menu .menunows {
  color: #1f5ef5;
  border-bottom: 2px solid #1f5ef5;
}
.inside_menu_fix {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.nr_lm {
  width: 100%;
  height: 74px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.nr_lm .now-menu {
  float: left;
  height: 74px;
  line-height: 74px;
}
.nr_lm .now-menu a.home {
  display: block;
  width: 20px;
  height: 74px;
  background: url(bg_sign06.png) no-repeat center;
  float: left;
}
.nr_lm .now-menu span {
  display: inline-block;
  width: 28px;
  height: 74px;
  background: url(bg_sign07.png) no-repeat center;
  float: left;
}
.nr_lm .now-menu p {
  display: inline-block;
  font-size: 14px;
  line-height: 74px;
  color: #a3a3a3;
  float: left;
}
.nr_lm ul {
  float: right;
}
.nr_lm ul li {
  float: left;
  line-height: 74px;
  height: 74px;
  margin-right: 23px;
  font-size: 15px;
}
.nr_lm ul li a {
  display: block;
  padding: 0 18px;
}
.nr_lm ul li a:hover {
  color: #1f5ef5;
  border-bottom: 2px solid #1f5ef5;
  position: relative;
  margin-bottom: -1px;
}
.nr_lm a.menunows {
  color: #1f5ef5;
  border-bottom: 2px solid #1f5ef5;
  position: relative;
  margin-bottom: -1px;
}

.tl-box {
  width: 100%;
  text-align: center;
}
.tl-box h5 {
  color: #494949;
  font-size: 28px;
}
.tl-box h4 {
  color: #fff;
  font-size: 30px;
}
.tl-box em {
  display: block;
  width: 50px;
  background: #1f5ef5;
  height: 3px;
  margin: 12px auto;
  transition: width 1s;
  -webkit-transition: width 1s;
}
.tl-box span {
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: 20px;
  color: #949494;
}
.tl-box p {
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: 16px;
  color: #555555;
  padding: 1% 0;
  font-family: Arial, Helvetica, sans-serif;
}
.tl-box .bs-em {
  background: #fff;
}
.tl-box .bs-span {
  color: #fff;
}
.tl-box:hover em {
  width: 100px;
}

.cn-txt,
.cn-form,
.cn-list {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.cn-box {
  width: 100%;
  overflow: hidden;
}
.cn-box .left,
.cn-box .right {
  width: 50%;
  float: left;
}
.cn-box h3 {
  font-size: 35px;
  color: #3b677b;
  font-weight: 500;
  padding: 30px 0;
}
.cn-box span {
  display: block;
  width: 100%;
  color: #666;
  font-size: 25px;
  padding: 10px 0;
}
.cn-box p {
  font-size: 14px;
  line-height: 25px;
  padding: 5px 0;
}
.cn-form {
  background: #f1f1f1;
}
.cn-form ul {
  width: 100%;
}
.cn-form ul li {
  width: 48%;
  float: left;
  margin: 10px 2% 20px 0;
}
.cn-form li span {
  display: block;
  padding: 0 2px 0 0;
  font-size: 20px;
  color: #333;
  width: 20%;
  float: left;
  line-height: 45px;
}
.cn-form h5 {
  width: 100%;
  float: left;
}
.cn-form input {
  background: #fff;
  border: 0;
  line-height: 45px;
  color: #333;
  padding-left: 10px;
  width: 66%;
}
.cn-form .texta {
  width: 100%;
  border: 0;
  line-height: 25px;
  color: #fff;
}
.cn-form .texta textarea {
  width: 96%;
  background: #fff;
  border: 0px;
  color: #333;
  line-height: 25px;
  padding-left: 10px;
}
.cn-form .button {
  background: #1f5ef5;
  border: 0;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  width: 15%;
  float: left;
  margin-right: 7%;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.cn-list {
  width: 100%;
}
.cn-list ul {
  width: 100%;
  font-size: 0;
}
.cn-list ul li {
  width: 31.333%;
  margin: 10px 1%;
  vertical-align: top;
  background: #fff;
  display: inline-block;
}
.cn-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f1f1f1;
}
.cn-list .hd-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cn-list .hd-pic img {
  max-width: 100%;
  transform: translateZ(0px);
}
.cn-list .con-tlt {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cn-list .con-tlt h4 {
  font-size: 16px;
  line-height: 30px;
  padding: 0 5px;
  color: #333;
}
.cn-list .con-tlt p {
  font-size: 14px;
  line-height: 20px;
  padding: 0 5px;
  color: #666;
}
.cn-list ul li a:hover {
  background: #1f5ef5;
}
.cn-list ul li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.cn-list ul li a:hover h4 {
  color: #fff;
}
.cn-list ul li a:hover p {
  color: #fff;
}

.con-box {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #fff;
  font-size: 14px;
  line-height: 25px;
}
.con-box p {
  text-indent: 0;
  padding-bottom: 1%;
}
.con-box img {
  max-width: 100%;
  margin: auto;
}
.con-box01 {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #fff;
  font-size: 14px;
  line-height: 25px;
}
.con-box01 p {
  padding-bottom: 1%;
}
.cn-box {
  width: 100%;
  overflow: hidden;
}
.cn-box .left,
.cn-box .right {
  width: 50%;
  float: left;
}
.cn-box span {
  display: block;
  width: 100%;
  color: #666;
  font-size: 25px;
  padding: 10px 0;
}
.cn-box p {
  font-size: 14px;
  line-height: 25px;
  padding: 5px 0;
}

.ab-con {
  width: 92%;
  margin: 30px auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.ab-con h2 {
  color: #054b91;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
.ab-con p {
  padding: 5px 0;
  line-height: 28px;
  font-size: 16px;
}
.ab-con img {
  max-width: 800px;
}
a.ab-more {
  display: block;
  width: 150px;
  overflow: hidden;
  background: #054b91;
  text-align: center;
  color: #fff;
  margin: 70px auto 0 auto;
  line-height: 40px;
}
.ab-con ul {
  width: 800px;
  margin: 2.5% auto;
  /* float: left; */
  /* height: 345px; */
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.ab-con ul li {
  width: 100%;
}
.ab-con ul h3 {
  color: #333333;
}

.cp_query {
  width: 100%;
  padding-top: 30px;
  font-size: 14px;
  line-height: 26px;
}
.cp_query ul {
  width: 100%;
}
.cp_query ul li {
  width: 23%;
  margin: 10px 1%;
  float: left;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.cp_query ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.cp_query ul li img {
  width: 100%;
  height: 200px;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.cp_query ul li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.cp_query ul li p {
  font-size: 16px;
  text-align: center;
  color: #444;
  line-height: 50px;
  text-align: center;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp_query01 {
  width: 100%;
  padding-top: 30px;
  font-size: 14px;
  line-height: 26px;
}
.cp_query01 ul {
  width: 100%;
}
.cp_query01 ul li {
  width: 23%;
  margin: 10px 1%;
  float: left;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.cp_query01 ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.cp_query01 ul li img {
  width: 100%;
  height: 263px;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.cp_query01 ul li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.cp_query01 ul li p {
  font-size: 16px;
  text-align: center;
  color: #444;
  line-height: 50px;
  text-align: center;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nr_content .cp_medit {
  width: 100%;
  min-height: 300px;
  padding-top: 30px;
  font-size: 14px;
  line-height: 26px;
  background: #fff;
  margin: 30px 0px 60px 0px;
}
.nr_content .cp_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0px 20px 0px;
  color: #5a5b5c;
}
.nr_content .cp_content {
  width: 90%;
  margin: auto;
  font-size: 14px;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 50px;
  line-height: 26px;
  color: #444;
}
.nr_content .cp_content img {
  max-width: 100%;
  margin: auto;
}

.new-lr {
  width: 100%;
  float: left;
  margin: 25px auto;
}
/*.new-lr ul{width: 100%;}
.new-lr ul li{width:100%; padding: 15px 0;    border-bottom: 1px solid #e5e5e5;}
.new-lr ul li a{display: block;}
.new-lr ul li h4{font-size: 20px; color: #333;}
.new-lr ul li span{display: inline-block;  line-height: 22px;  color: #a5a5a5;  margin-top: 4px;  font-size: 14px;}
.new-lr ul li p{    display: block;  line-height: 22px;  color: #666;  margin-top: 9px;  height: 48px;  overflow: hidden;  font-size: 12px;}
*/
.news_query {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.news_query ul {
  width: 100%;
  background: #fff;
}
.news_query ul li {
  width: 31.333%;
  margin: 15px 1%;
  background: none;
  float: left;
}
.news_query .img {
  width: 80%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  margin: auto;
}
.news_query ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.news_query ul li img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.news_query li h1 {
  display: block;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  padding: 0;
  color: #1a1a1a;
}
.news_query ul li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}

.qt-pagination {
  width: 94%;
  margin: auto;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.qt-pagination a {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 0 10px;
  margin-right: 3px;
  min-width: 30px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.qt-pagination .pages {
  background: #1f5ef5;
  color: #fff;
}

.ne-del {
  width: 100%;
  padding: 50px 0;
}
.ne-del h4 {
  padding: 20px 0;
  font-size: 56px;
  color: #333;
  text-align: center;
}
.ne-del .ne-time {
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.ne-del .ne-con {
  width: 100%;
  margin: 30px 0;
  padding: 30px 0;
  line-height: 25px;
  font-size: 14px;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
}
.ne-del .ne-con > div {
  padding: 5px 0;
}
.ne-del .ne-con img {
  max-width: 100%;
  margin: 10px auto;
}

/*???1???*/
.con-box .down-list {
  width: 31%;
  margin: 10px 1%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.con-box .down-list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  overflow: hidden;
}
.con-box .down-list dd {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
.con-box .down-list dd h3 {
  display: block;
  width: 100%;
  color: #222;
  font-size: 18px;
}
.con-box .down-list dt {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.con-box .down-list dt span {
  display: block;
  width: 80%;
  float: left;
  font-size: 12px;
  line-height: 28px;
  color: #9a9a9a;
}
.con-box .down-list dt i {
  display: block;
  width: 20%;
  float: left;
  background: url("../img1.png") no-repeat center center;
  padding: 14px 0;
}
.con-box .down-list a:hover {
  background: #1f5ef5;
}
.con-box .down-list a:hover h3 {
  color: #fff;
}
.con-box .down-list a:hover span {
  color: #fff;
}
.con-box .down-list a:hover i {
  background: url("../img2.png") no-repeat center center;
}

.INPUT {
  color: #777777;
  font-size: 12px;
  height: 20px;
  padding: 3px;
  border: 1px #555555 solid;
  background-image: url(inputbg.gif);
}

.TEXTAREA {
  color: #777777;
  font-size: 12px;
  padding: 3px;
  border: 1px #555555 solid;
  background-image: url(inputbg.gif);
}

.button {
  color: #333333;
  font-size: 12px;
  border: 1px outset;
}

/* ==????== */
.ss {
  float: left;
  width: 30%;
  margin-top: 5px;
}
.anniu {
  width: 72px;
  background-image: url(ssan.jpg);
  background-repeat: no-repeat;
  height: 40px;
  float: right;
  color: #fff;
  font-size: 13px;
  border: none !important;
}
.xla {
  width: 80px;
  height: 40px;
  border: 1px solid #dddddd;
  color: #666;
}
.sskbg {
  border: 1px solid #dddddd;
  height: 38px;
  float: left;

  padding-left: 23px;
  margin-right: 1%;
  width: 175px !important;
}
.n_news01 {
  width: 100%;
  overflow: hidden;
  padding: 2% 0;
  background: #fff;
}
.n_news01 ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sslmys .ssbt {
  background-image: url(tb_16.jpg);
  height: 35px;
  line-height: 35px;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bolder;
  background-position: left center;
  border-bottom: #ccc dashed 1px;
}
.qufanye {
  width: 96%;
  margin: 2% auto;
  font-size: 14px;
  height: 30px;
}
.n_news_intitle {
  background-color: #fafafa;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #c91872;
}
.n_news_intitle h2 {
  color: #c91872;
  padding-left: 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
}
.n_news_intitle h3 a {
  color: #666;
  line-height: 40px;
  height: 40px;
  padding-right: 10px;
}
.n_news_intitle h3 a:hover {
  color: #c91872;
}

/* ==?????????== */

/* ==?????????== */

.nav {
  color: #777777;
  font-size: 12px;
}
td.nav {
  padding-left: 5px;
}

/* ==??????== */

td.title {
  background: #eeeeee;
}
td.con {
  background: #ffffff;
}
.table {
  border: 1px #dddddd solid;
}
.tablemenu {
  color: #555555;
  border-right: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  background: #eeeeee;
}
.line {
  background: #dddddd;
}

/* ==???????== */

/* =={#lanTitle#}?��????== */

.tList {
  color: #333333;
  line-height: 22px;
  font-size: 12px;
}
.tList1 {
  color: #b0b0b0;
  line-height: 150%;
  font-size: 12px;
}

a.tList {
  font-size: 12px;
  text-decoration: underline;
}
a.tList:link {
  color: #333333;
}
a.tList:visited {
  color: #333333;
}
a.tList:active {
  color: #333333;
}
a.tList:hover {
  color: #ff6611;
}

/* ==???��????== */

td.piclist {
  background: #ffffff;
}
div.piclist {
  border: 1px #dddddd solid;
  width: 50px;
  height: 50px;
  padding: 1px;
  background: #ffffff;
}

a.pictitle {
  color: #777777;
  font-size: 12px;
  line-height: 26px;
}
div.pictitle {
  border: 0px #dddddd solid;
  padding: 1px;
  background: #ffffff;
}

/* ==???????????== */

a.more {
  font-size: 12px;
  text-decoration: underline;
}
a.more:link {
  color: #555555;
}
a.more:visited {
  color: #555555;
}
a.more:active {
  color: #555555;
}
a.more:hover {
  color: #ff6611;
}

/* ==?????????== */

.dtree {
  color: #555555;
  font-size: 12px;
  white-space: nowrap;
}
.dtree img {
  border: 0px;
  vertical-align: middle;
}
.dtree a {
  color: #555555;
  font-size: 12px;
  text-decoration: none;
}
.dtree a.node {
  color: #555555;
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
}
.dtree a.nodeSel {
  color: #555555;
  font-size: 12px;
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
}
.dtree a.node:hover {
  color: #555555;
  font-size: 12px;
  text-decoration: none;
}
.dtree a.nodeSel:hover {
  color: #555555;
  font-size: 12px;
  text-decoration: none;
}
.dtree a.nodeSel {
  background-color: #cfdfef;
  font-size: 12px;
}
.dtree .clip {
  overflow: hidden;
}

/* ==??????== */

.pagesinfo {
  color: #555555;
  font-size: 12px;
}
.pagesnow {
  color: #d07e36;
  font-size: 14px;
  text-decoration: none;
}
.pages {
  color: #777777;
  font-size: 14px;
  text-decoration: none;
}

/* ==????????????��????== */

td.newsquery {
  height: 23px;
}

.newsquery {
  color: #777777;
  line-height: 150%;
  font-size: 12px;
}
a.newsquery {
  color: #777777;
  line-height: 150%;
  font-size: 12px;
  text-decoration: none;
}
a.newsquery:link {
  color: #777777;
}
a.newsquery:active {
  color: #777777;
}
a.newsquery:visited {
  color: #777777;
}
a.newsquery:hover {
  color: #ff6611;
}

.newsquerytitle {
  border: 1px #eeeeee solid;
  background: #f0f0f0;
}
.newsquerytime {
  color: #555555;
  font-size: 12px;
}

/* ==??????????????== */

.newstitle {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.newsinfo {
  background: #f0f0f0;
  color: #555555;
  font-size: 12px;
}
.newscon {
  color: #777777;
  font-size: 14px;
  line-height: 160%;
  padding: 15px;
}

/* ==????????��????== */

.class {
  color: #777777;
  font-size: 12px;
}
a.class {
  color: #777777;
  text-decoration: none;
}
a.class:link {
  color: #777777;
}
a.class:visited {
  color: #777777;
}
a.class:hover {
  color: #ff6611;
}

table.class {
  border: 1px #dddddd solid;
}
td.class {
  padding-left: 10px;
}

/* ==?????????��????== */

table.bigclass {
  border: 1px #dddddd solid;
}
td.bigclass {
  background: #eeeeee;
  padding-left: 10px;
  height: 25px;
}

.bigclass {
  color: #777777;
  font-size: 12px;
  line-height: 150%;
}
a.bigclass {
  color: #777777;
  font-weight: bold;
  line-height: 150%;
  text-decoration: none;
}
a.bigclass:link {
  color: #777777;
}
a.bigclass:visited {
  color: #777777;
}
a.bigclass:actived {
  color: #777777;
}
a.bigclass:hover {
  color: #ff6611;
}

table.smallclass {
  border: 0px #dddddd solid;
}
td.smallclass {
  background: #f7f7f7;
  padding-left: 10px;
  height: 18px;
}

.smallclass {
  color: #555555;
  font-size: 12px;
  line-height: 150%;
}
a.smallclass {
  color: #555555;
  line-height: 150%;
  text-decoration: none;
}
a.smallclass:link {
  color: #555555;
}
a.smallclass:visited {
  color: #555555;
}
a.smallclass:actived {
  color: #555555;
}
a.smallclass:hover {
  color: #ff6611;
}

/* ==??????????== */

td.downquery {
  height: 22px;
}

.downquery {
  color: #777777;
  line-height: 150%;
  font-size: 12px;
}
a.downquery {
  color: #777777;
  line-height: 150%;
  font-size: 12px;
  text-decoration: none;
}
a.downquery:link {
  color: #777777;
}
a.downquery:active {
  color: #777777;
}
a.downquery:visited {
  color: #777777;
}
a.downquery:hover {
  color: #ff6611;
}

.downquerytitle {
  border: 1px #eeeeee solid;
  background: #f0f0f0;
}
.downquerytime {
  color: #555555;
  font-size: 12px;
}

.downpropname {
  color: #555555;
  font-size: 12px;
  background: #dddddd;
}
.downprop {
  color: #555555;
  font-size: 12px;
  padding-left: 10px;
  background: #f0f0f0;
}
.downintro {
  color: #777777;
  font-size: 12px;
  line-height: 150%;
}

/* ==?????????== */

.cpline {
  background: #dddddd;
}
td.cpquery {
  background: #ffffff;
}
div.cpquery {
  border: 1px #eeeeee solid;
  padding: 5px;
  background: #ffffff;
}

a.cpquerytitle {
  color: #777777;
  font-size: 12px;
  line-height: 26px;
}
div.cpquerytitle {
  border: 1px #eeeeee solid;
  padding: 2px;
  background: #f7f7f7;
}

.cppropname {
  color: #555555;
  font-size: 12px;
  background: #dddddd;
}
.cpprop {
  color: #555555;
  font-size: 12px;
  padding-left: 10px;
  background: #f0f0f0;
}
.cpintro {
  color: #777777;
  font-size: 12px;
  line-height: 150%;
}

/* ==?????????== */

.notic {
  font-size: 12px;
  color: #777777;
}
.noticerr {
  font-size: 12px;
  color: #ff6600;
}
.noticlink {
  font-size: 12px;
  color: #ff6600;
}

/* ==?????????== */

.mustfill {
  color: #ff0000;
  font-size: 14px;
}
.memberinfo {
  color: #555555;
}

/* ==???????== */

td.bbsquery {
  height: 23px;
}

.bbsquery {
  color: #777777;
  line-height: 150%;
  font-size: 12px;
}
a.bbsquery {
  color: #777777;
  line-height: 150%;
  font-size: 12px;
  text-decoration: none;
}
a.bbsquery:link {
  color: #777777;
}
a.bbsquery:active {
  color: #777777;
}
a.bbsquery:visited {
  color: #777777;
}
a.bbsquery:hover {
  color: #ff6611;
}

.bbsquerytitle {
  border: 1px #eeeeee solid;
  background: #f0f0f0;
}
.bbsquerytime {
  color: #555555;
  font-size: 12px;
}

.bbstitle {
  background: #eeeeee;
}
.bbscon {
  background: #ffffff;
}
.bbstable {
  background: #dddddd;
}
.bbsline {
  background: #dddddd;
}

/* ==?????????== */

.searchtitle {
  color: #777777;
  font-size: 14px;
  line-height: 32px;
}
a.searchtitle {
  color: #777777;
  font-size: 14px;
  line-height: 32px;
}
.searchbody {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  height: 60px;
  padding: 0.5% 0;
}
.searchtime {
  color: #555555;
  font-size: 12px;
}

@media (min-width: 1260px) {
  .header1 .menu {
    display: none;
  }
}
@media (max-width: 1260px) {
  .top,
  #i_menu_login_reg {
    display: none;
  }
  .header .section {
    width: 96%;
  }
  .m_menu {
    display: block;
  }
  .news_query .img {
    height: 190px;
  }
  .dingzhi_user {
    display: none;
  }

  .nav_slide .h_pop {
    display: none !important;
  }
  .map {
    display: none;
  }
  .index_ab_tt {
    font-size: 150px;
  }
  .index_ab_tt01 {
    font-size: 40px;
  }
  .ban-warp h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .ban-warp p {
    font-size: 16px;
  }
  .ab-con ul {
    height: auto;
    width: 100%;
    margin: 10px 0;
  }
  .cp_query ul li {
    width: 31.333%;
  }
  .cp_query01 ul li {
    width: 31.333%;
  }
  .gc_title h3,
  .news_title h3 {
    font-size: 25px;
  }
  .tl-box h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .tl-box span {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
}
@media (max-width: 1120px) {
  .cn-box .left,
  .cn-box .right {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .build-list .build-pic img {
    height: 250px;
  }
  .news-list .news-pic img {
    height: 190px;
  }
  .news_query ul li img {
    height: auto;
  }
}
@media (max-width: 999px) {
  .nr_lm .now-menu {
    display: none;
  }
  .mcb-column .align_center h2 {
    font-size: 49px !important;
  }
  big,
  .big {
    display: none !important;
  }
  big,
  .big,
  .mcb-column .align_center h6 {
    font-size: 14px !important;
  }
}
@media (max-width: 856px) {
  .foot_Buttom .fl {
    width: 100%;
  }
  .foot_Buttom .fr {
    width: 100%;
  }
  .l_box {
    float: none !important;
    width: 100% !important;
    margin-top: 30px !important;
  }
  .r_box {
    float: none !important;
    width: 100% !important;
  }
}
/*bannerý���ѯ*/
@media (max-width: 768px) {
  .mcb-column .align_center h2 {
    font-size: 40px !important;
  }
  .ne-del h4 {
    font-size: 40px;
  }
  .pg_index .section.mcb-section {
    padding-top: 30px !important;
  }
}

@media (max-width: 658px) {
  .nTab .TabTitle ul {
    width: 92%;
  }
  .nTab .TabTitle li {
    width: 31.333%;
    margin: 0 1%;
  }

  .build-list ul li {
    width: 48%;
  }
  .index_ab_tt {
    font-size: 80px;
  }
  .index_ab_tt01 {
    font-size: 25px;
  }
  .abt_nav .list {
    width: 31.33%;
    margin: 10px 1%;
  }
  .news-list ul li {
    width: 48%;
  }
  .build-list .build-pic img {
    height: 155px;
  }
  .news-list .news-pic img {
    height: 140px;
  }
  .foot_left .none1 {
    display: none;
  }
  .foot_left ul {
    width: 33.33%;
  }
  .foot_right {
    width: 100%;
    margin: 15px 0;
  }
  .foot_right01 {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .foot_right01 ul {
    width: 162px;
  }
  .foot_right02 {
    width: 100%;
    text-align: center;
  }
  .foot_right02 img {
    margin: auto;
  }
  .foot_right02 h3 {
    padding: 5px 0;
  }
  .ban-warp h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .ban-warp p {
    font-size: 14px;
    line-height: 24px;
  }
  .news_query .img {
    height: 150px;
  }
  .news_query ul li img {
    height: auto;
  }
  .news_query ul li {
    width: 48%;
  }
  .cp_query ul li {
    width: 48%;
  }
  .cp_query ul li img {
    height: 150px;
  }
  .nr_lm ul li {
    margin-right: 10px;
  }
  .nr_lm ul li a {
    padding: 0 10px;
  }
  .cp_query01 ul li {
    width: 48%;
  }
  .qt-pagination a {
    padding: 0 5px;
    margin-right: 3px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .newslist .time {
    width: 13%;
  }
  .newslist .conts {
    width: 85%;
  }
  .mcb-column .align_center h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .fancy_heading .title {
    font-size: 30px !important;
  }
  .foot_left ul li {
    text-align: center;
  }
  .foot_left {
    padding-left: 0 !important;
  }
  .ne-del h4 {
    font-size: 32px;
  }
}

@media (max-width: 525px) {
  .newslist .time {
    width: 20%;
  }
  .newslist .conts {
    width: 72%;
    float: right;
  }
  .mcb-column .align_center h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .fancy_heading .title {
    font-size: 22px !important;
  }
  .footer {
    padding: 30px 0 !important;
  }
  .pg_index .section.mcb-section {
    padding-bottom: 30px !important;
  }
  .pg_index .mcb-section-inner .mcb-column.column-margin- .column_attr {
    padding: 20px 0 40px 0 !important;
  }
  .pg_index .mcb-section-inner .mcb-column.column-margin- {
    margin: 0 !important;
  }
  .foot_Buttom {
    padding: 20px 0 !important;
  }
}

@media (max-width: 428px) {
  .cp_query01 ul li {
    width: 98%;
  }
  .cp_query01 ul li img {
    height: auto;
  }
}

@media (max-width: 330px) {
  .mcb-column .align_center h2 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 16px !important;
  }
  .fancy_heading .title {
    font-size: 18px !important;
  }
  h3.tits {
    font-size: 26px !important;
  }
  .foot_Buttom,
  .foot_left ul li a {
    font-size: 12px !important;
  }
  .footer {
    padding: 30px 0 !important;
  }
}

.mcb-column .align_center {
  text-align: center;
}
.mcb-column .align_center h2 {
  font-size: 58px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 30px;
  color: #1f5ef5;
}
hr.no_line {
  background: none;
  color: transparent;
}
big,
.big {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}
.mcb-column .align_center p {
  margin: 0 0 25px 0;
}
.mcb-column .align_center h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0px;
}
.mcb-column .align_center h6 a {
  color: #1a1a1a;
}

.section_wrapper,
.container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1240px) {
  .section_wrapper,
  .container {
    max-width: 1122px;
  }
}
.one.mcb-wrap {
  width: 100%;
}
.one.column {
  width: 98%;
}
.fancy_heading {
  text-align: center;
}
.fancy_heading_line {
  background-image: url(fancy_heading_hr.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 15px;
}
.fancy_heading .title {
  font-size: 42px;
  padding: 0;
  margin: 0 0 15px 0;
  height: auto;
  line-height: 42px;
  color: #1f5ef5;
}
.mcb-wrap {
  float: left;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.one-third.mcb-wrap {
  width: 33.333%;
}
.column_zoom_box {
  text-align: center;
  line-height: 0;
}
.column-margin-20px .column {
  margin-bottom: 20px !important;
}
.zoom_box {
  position: relative;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
img.scale-with-grid,
#Content img {
  max-width: 100%;
  height: auto;
}
#Content .zoom_box .photo img {
  max-width: 100.1%;
}
.zoom_box .photo img,
.zoom_box .desc {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zoom_box .photo img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom_box .desc {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.zoom_box:hover .desc {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom_box .desc .desc_img img {
  display: inline-block;
  max-width: 30% !important;
  padding-bottom: 15px;
}
img.scale-with-grid,
#Content img {
  max-width: 100%;
  height: auto;
}
.column_attr h5 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .section_wrapper .mcb-wrap,
  .section_wrapper .column,
  .container .column,
  .sections_group,
  .four.columns {
    margin: 0;
    width: 100% !important;
    clear: both;
  }
}

#body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9002;
  display: none;
}

.nav_slide .h_pop {
  display: none !important;
}

.section.has-video .section_video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.section_video .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: url(videomask.png) repeat center;
}
.section.has-video .section_video video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 2;
}
.section_wrapper {
  position: relative;
  z-index: 10;
}
.mcb-wrap {
  float: left;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.button_full_width {
  display: inline-block;
  background-color: #1f5ef5;
  color: #ffffff;
}
a.button_full_width {
  margin: 0 !important;
  vertical-align: middle;
  font-size: 14px;
}

a.button_full_width {
  display: inline-block;
  padding: 2px 0;
  margin-bottom: 15px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%);
  background-image: url(../images/box_shadow_button.png);
  background-repeat: repeat-x;
}

a.button_full_width {
  width: 100%;
  text-align: center;
}
a.button_full_width {
  background-image: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
  -webkit-appearance: none;
}
a.button_full_width .button_label {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}
a.button_full_width .button_label {
  padding: 11px 20px;
}
a.button_full_width .button_label {
  display: inline-block;
  float: none;
}

@media (max-width: 767px) {
  .section_wrapper,
  .container,
  .four.columns .widget-area {
    max-width: 700px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
@media (min-width: 1240px) {
  .section_wrapper,
  .container {
    max-width: 1200px;
  }
}

.one-second.column {
  width: 48%;
}

h3.tits {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.button_size_2 {
  display: inline-block;
  padding: 11px 20px;
  background-color: #1f5ef5;
  color: #ffffff !important;
  font-size: 14px;
}

#gotop {
  display: none !important;
}
