@charset "utf-8";
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
.clearfix {
  _zoom: 1;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.clear {
  overflow: hidden;
  _zoom: 1;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
li {
  list-style: none;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0; vertical-align:top
}
.container {
  max-width: 1200px;
  margin:0 auto;
  padding: 0px;
  width: 96%;
}
body {
  font-family: "微软雅黑";
  min-width: 320px;
  overflow-x: hidden;
  margin:0px; padding:0px; line-height:180%;
}
/*-header-*/
.header {clear: both;}

/*-banner-*/
.banner {position: relative;text-align: center;overflow: hidden;}
.banner img { width: 100%;margin: auto; vertical-align:top}
/*-phone-nav-*/
.phone-nav { position: absolute; right: 1%;margin-right: 15px; display: none;color: #fff;z-index: 9; padding-top:9px;}
.phone-nav span {color: #000;font-size: 30px;}
@media (max-width: 1000px) {
.phone-nav { display: block; }
}
.header {background: #ffffff; height:auto;}
.header .logo { width:60%;float: left; padding-top:10px; padding-bottom: 10px;}
.header .logo  img{ height:90px; width: auto}

.top_tel{ width:200px; float:right; display:block; padding-top:30px; margin-right:10px}
.top_tel dl{ overflow:hidden; margin:0px; padding:0px;}
.top_tel dl dt{ overflow:hidden; margin:0px; padding:0px; font-weight:normal; font-size:14px;line-height:20px;}
.top_tel dl dd{ overflow:hidden; margin:0px; padding:0px; font-size:18px; line-height:20px; font-weight:bold; color:#FF9600}
.top_tel  .tel_tu{ float:left; width:50px; height:42px; background:url(../images/i_tel.jpg) no-repeat  center;}

@media (max-width: 569px) {
.top_tel{ width:200px; float:right; display: none}
}

@media (max-width: 1024px) {
.header .logo { padding: 0px; width:60%;}
.header .logo  img{ height:50px; width: auto}
.top_tel{ width:200px; float:right; display:block; margin-right:50px;padding-top:5px; }
}
@media only screen and (max-width: 667px) {
.header .logo { padding: 0px; width:50%;padding-bottom:1px;padding-top:10px;}
.top_tel{ width:200px; float:right; display:block; margin-right:50px;padding-top:1px; }
.top_tel dl dt{ overflow:hidden; margin:0px; padding:0px; font-weight:normal; font-size:14px;line-height:22px;}
.top_tel dl dd{ overflow:hidden; margin:0px; padding:0px; font-size:16px; line-height:20px; font-weight:bold; color:#FF9600}
}

@media only screen and (max-width: 568px) {
.top_tel{ width:200px; float:right; display: none; margin-right:50px;padding-top:1px; }
}

@media only screen and (max-width:414px) {
.header .logo { padding: 0px; width:80%;padding-bottom:1px;padding-top:10px;}
.header .logo  img{ height:40px; width: auto}
}
@media only screen and (max-width:375px) {
.header .logo { padding: 0px; width:80%;padding-bottom:1px;padding-top:5px;}
.header .logo  img{ height:40px; width: auto}
}

.header .nav_right {width: 100%;float:left; background:#C70C11;height:53px; }
.header .nav_right ul {width:1200px;padding:0px; margin:0 auto;}
.header .nav_right ul li {
  float: left;
  width: 12.5%;
  height:auto;
  padding: px 0px px;
  box-sizing: border-box;
  position: relative;line-height:52px;
}
.header .nav_right ul li a {
  color: #fff;
  font-size:16px;
  text-align: center;
  display: block;
  width: 100%;
  height: 53px;
  line-height:52px;
}
.header .nav_right ul li .erji {
  position: absolute;
  z-index: 9999;
  background: #FFC600;
  width:100%;
  padding: 0px 0px 0px 0px;
  display: none;box-shadow:1px 2px 3px rgba(67, 67, 67, .8);
}
.header .nav_right ul li .erji a {
  display: block;
  color: #333;
  width: 100%;
  text-align: center;
  line-height:35px;
  height:35px;
  overflow: hidden;
  border-top:#E49100 1px solid;
  font-size: 13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.header .nav_right ul li .erji a:hover {background: #C70C11; color:#fff}
.header .nav_right ul li:hover {background: #FFC600;}
.header .nav_right ul li:hover a {color: #6A4B00;}
.header .nav_right ul li:hover .erji {display: block;}
.header .nav_right ul .active {background: #C70C11;}
.header .nav_right ul .active a {color: #6A4B00;}



@media (max-width: 1000px) {
  .header .nav_right { display: none;}
}
@media (max-width: 1024px) {
.header .nav_right ul {width:100%;padding:0px; margin:0 auto;}
.header .container { padding: 10px 0px;}
}


.yuyan {
  width: 78px;
  float: right;
  margin-top: 0px;
  line-height: 30px;
  cursor: pointer; height:auto;
}
.yuyan span {
  font-size:14px;
  color: #333; width:90px; text-align:center;
  display: inline-block;

}
.yuyan i {
  font-style: normal;
  position: absolute;
  z-index: 999;
  display: none;
  background: #fff;
  text-align: center; padding:3px; border:#CCCCCC 1px solid
}
.yuyan i img{ width:95px; height:auto;}
.yuyan i a {
  display: block;
  line-height: 25px;
  height: 25px;
  color: #fff;
  font-size: 12px;
   width:80px;
}



.dian_div {background: #EDEDED;height:auto;}
.dian_div .container {color: #333;text-align: right;font-size: 14px;line-height: 30px; padding:0px 0px;height:auto; position: relative;}
.dian_div .container p{display: inline-block;line-height:30px;width:75px; text-align:left;margin:0px; padding:0px;float:right}
.dian_div .container a {font-size: 14px;color: #333;display: inline-block;line-height: 30px;}
.dian_div .container a:hover{font-size: 14px;color: #065FB4;}

.banner {overflow: hidden;}
.banner .slick-dots {position: relative;bottom: 30px;}
.banner .slick-dots:after {content: "";width: 100%; border: 1px solid rgba(255, 255, 255, 0.1); position: absolute;left: 0%;top: 50%; margin-top: -0.5px;}
.banner .slick-dots li { position: relative;margin: 0px 5px;}
.banner .slick-dots li button {background: #8f898b; height: 9px;width: 9px;}
.banner .slick-dots .slick-active button { background: #ffffff;}
.banner .slick-dots .slick-active:after { content: "";height: 17px; width: 17px;border: 1px solid #fff;border-radius: 50%;position: absolute; top: -4px;left: -4px;}



/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
.phonefooternav ul li {width: 25%; background: #494949;float: left; padding: 10px 0; border-right: 1px solid #666;list-style: none;}
.phonefooternav ul li img{ height:27px; width:auto; vertical-align:middle}
.phonefooternav ul li a {display: block;color: #fff;text-align: center;}
.phonefooternav ul li a i {display: block;font-size: 20px;padding: 2px 0;}
@media (max-width: 768px) {
.phonefooternav {display: block;}
}
@media (max-width: 480px) {
.phonefooternav ul li { padding: 3px 0px; }
}



/*------footer-------*/
.footer {background: #191919;width: 100%; overflow:hidden;}
.copy {max-width: 1200px; width: 98%; margin:0 auto; border-top: 1px solid #484848;padding: 5px 0px;color: #7a7a7a;font-size: 12px; padding:25px 0px}
.copy dl{ margin:0px; padding:0px; overflow:hidden}
.copy dl dt{ margin:0px; padding:0px; overflow:hidden; font-size:14px; font-weight:normal; color:#FFFFFF; margin-bottom:5px}
.copy dl dt a{ color:#FFFFFF}
.copy dl dt a:hover{ color:#F79A1E}
.copy dl dd{ margin:0px; padding:0px; overflow:hidden; color:#ccc; line-height:24px}
.copy_wx{ width:90px; height: auto; float: right; display:block}
.copy_wx img{ width:85px; height:auto}

@media (max-width: 768px) { 
.footer {padding-bottom:80px;}
.copy {width: 96%; margin:0 auto; border-top: 1px solid #484848;padding: 5px 0px;color: #7a7a7a;font-size: 12px; padding:15px 0px; float:left}
.copy dl{ margin:0px; padding:0px; overflow:hidden; width:98%; margin:0 auto}
}
@media (max-width: 737px) { 
.copy_wx{height: auto; float:left; width:98%; margin-bottom:10px; padding-left:2%; display:none}
}

@media (max-width:568px) {
.copy dl dt span{ width:33%; float:left} 
.copy dl dd{ margin:0px; padding:0px; overflow:hidden; color:#ccc; line-height:20px; font-size:11px}
.footer {padding-bottom:60px;}
.copy { padding:25px 0px 0px 0px}
}
@media (max-width: 640px) {
.copy { text-align: center;}
}


/*------footer-------*/


/*------首页-------*/
.sy_bt_k{ padding:30px 0px; overflow:hidden}
.sy_about_bt1{font-size:26px; line-height:30px; text-align:center;text-transform:uppercase; font-weight:bold;width:100%}
.sy_about_bt1 span{ font-size:28px; line-height:30px; color:#E00303; margin-right:7px}
.sy_about_bt2{width:94%; margin:0 auto; line-height:160%; text-align:center}

@media only screen and (max-width: 768px) {
.sy_bt_k{ padding:20px 0px; overflow:hidden}
.sy_about_bt1{font-size:20px; line-height:30px; text-align:center;text-transform:uppercase; font-weight:bold;width:100%}
.sy_about_bt1 span{ font-size:20px; line-height:30px; color:#E00303}
}

.sy_about_box{ overflow:hidden}
.sy_about_L{ float:left; overflow:hidden; width:70%;}
.sy_about_L dl{ overflow:hidden; padding:0px; margin:0px}
.sy_about_L dl dt{ overflow:hidden; padding:0px; margin:0px}
.sy_about_L dl dd{ overflow:hidden; padding:0px; margin:0px}
.sy_about_gs{ overflow:hidden; padding:0px; margin:0px; float:left; width:370px; margin-right:20px}
.sy_about_gs img{ width:370px; height:260px;}

.btn_xx{background:#C80C11;color:#fff;text-align:center;border:0;border-radius:2px;padding:4px;width:100px;font-size:14px;cursor: pointer; line-height:30px; margin-top:10px; display: block}
.btn_xx a{ color:#FFFFFF}

.btn_xx1{background:#C80C11;color:#fff;text-align:center;border:0;border-radius:2px;padding:2px;width:90px;font-size:14px;cursor: pointer; line-height:30px; margin-top:5px; display: block}
.btn_xx1 a{ color:#FFFFFF}



.sy_about_R{ float: right; overflow:hidden; width:29%;text-align:center; display:block}
.sy_about_R li{ width:50%; float:left; overflow:hidden; text-align:center;  list-style:none; margin:0px; padding:0px; margin-bottom:15px}
.sy_about_R img{transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.sy_about_R a:hover img{-webkit-transform: scale(0.9);transform: scale(0.9);-moz-transform: scale(0.9);}

@media only screen and (max-width: 1024px) {
.sy_about_L{ float:left; overflow:hidden; width:75%;}
.sy_about_R{ float: right; overflow:hidden; width:24%;}
.sy_about_gs{ overflow:hidden; padding:0px; margin:0px; float:left; width:270px; margin-right:20px}
.sy_about_gs img{ width:270px; height:auto}
.sy_about_R img{ width:270px; height:auto}
.sy_about_R li img{ width:86%; height:auto}
.btn_xx{background:#C80C11;color:#fff;text-align:center;border:0;border-radius:2px;padding:4px;width:100px;font-size:14px;cursor: pointer; line-height:30px; margin-top:10px; display: none}

.sy_about_R img{ width:100%; height:auto}
}

@media only screen and (max-width: 768px) {
.sy_about_L{ float:left; overflow:hidden; width:100%;}
.sy_about_R{ float:left; overflow:hidden; width:100%; display:none}
.sy_about_R li{ width:25%; float:left; overflow:hidden; text-align:center;  list-style:none; margin:0px; padding:0px; margin-top:15px}
.sy_about_R li img{ width:90px; height:90px; border-radius:50%}
}

@media only screen and (max-width: 568px) {
.sy_about_L{ float:left; overflow:hidden; width:100%;}
.sy_about_L dl{ overflow:hidden; padding:0px; margin:0px; width:96%; margin:auto; }
.sy_about_R{ float:left; overflow:hidden; width:100%;}
.sy_about_R li{ width:25%; float:left; overflow:hidden; text-align:center;  list-style:none; margin:0px; padding:0px; margin-top:15px}
.sy_about_R li img{ width:90px; height:90px; border-radius:50%}
.sy_about_gs{ overflow:hidden; padding:0px; margin:0px; float:left; width:100%; margin-right:0px; text-align:center; margin-bottom:10px}
.sy_about_gs img{ width:90%; height:auto}
.sy_about_R img{ width:90%; height:auto;display:none}
}

@media only screen and (max-width: 375px) {
.sy_about_R li img{ width:70px; height:70px; border-radius:50%}
}
@media only screen and (max-width: 320px) {
.sy_about_R li img{ width:60px; height:60px; border-radius:50%}
}



/*------新闻，项目-------*/
.hui_bg{ background:#E8E8E8; overflow:hidden; width:100%; padding:40px 0px; margin:20px 0px 20px 0px}
.sy_xx_L{ overflow:hidden; width:49%; float:left; margin-right:1%}
.sy_xx_R{ overflow:hidden; width:49%; float:right}

.sy_lm{ overflow:hidden;}
.lm_bt1{font-size:26px; line-height:30px; text-align:center;text-transform:uppercase; font-weight:bold; width:120px; float:left}
.lm_bt1 span{ font-size:28px; line-height:30px; color:#E00303; margin-right:7px}
.more{ float:right; width:60px; text-align:center;}

.sy_news{ overflow:hidden; padding-top:30px; }
.sy_news li{ overflow:hidden; padding:0px; margin-bottom:20px}
.sy_news dl{ margin:0px; padding:0px}
.sy_news dl dt{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sy_news dl dt a{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#333333; font-size:15px}
.sy_news dl dt a:hover{ color:#EC1C1C;}
.sy_news dl dd{ margin:0px; padding:0px; line-height:170%}
.sy_news_tu{ width:165px; height:auto; float:left; margin-right:15px; background:#fff}
.sy_news_tu img{ height:100px; width:165px; vertical-align:middle;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.i_news{background:url(../images/i_time.png) no-repeat left center; padding-left:20px; color:#666666; font-size:12px}

.sy_news li a:hover img{-webkit-transform: scale(0.9);transform: scale(0.9);-moz-transform: scale(0.9);}

.sy_news1{ overflow:hidden; padding-top:30px; }
.sy_news1 li{ overflow:hidden; padding:0px; margin-bottom:10px; border-bottom:#CCCCCC 1px solid; padding-bottom:10px}
.sy_news1 dl{ margin:0px; padding:0px}
.sy_news1 dl dt{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sy_news1 dl dt a{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#333333; font-size:15px}
.sy_news1 dl dt a:hover{ color:#EC1C1C;}
.sy_news1 dl dd{ margin:0px; padding:0px; line-height:170%}
.sy_news_tu1{ width:200px; height:auto; float:left; margin-right:15px; background:#fff}
.sy_news_tu1 img{ height:140px; width:200px; vertical-align:middle;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.i_news{background:url(../images/i_time.png) no-repeat left center; padding-left:20px; color:#666666; font-size:12px}

.sy_news1 li a:hover img{-webkit-transform: scale(0.9);transform: scale(0.9);-moz-transform: scale(0.9);}

.sy_news1 dl dd  .more{ padding:2px 10px; line-height:20px; width:80px; border:#C5C5C5 1px solid; background:#CECECE;  color:#555; overflow:hidden;  font-size:12px; display:block}



/* ----------项目图-----------*/
.case_list2{ overflow:hidden;padding-top:30px; }
.case_list2 li{ float:left; width:50%; overflow:hidden; margin-bottom:15px;}
.case_list2 li li:nth-child(2n){ float:right; text-align:left;text-align:left}
.case_list2 li li:nth-child(2n-1){ float:left; text-align:right}

.case_list2_tu{ width:280px; height:190px; margin:0 auto;position:relative; }

.case_list2 li img{ width:280px; height:190px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:280px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.case_sm a{ color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.case_sm a:hover{ color:#FF9C00}



.xm_txt2{ width:280px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}


@media only screen  and (max-width: 1024px) {
.case_list2_tu{ width:220px; height:150px; margin:0 auto;position:relative; }
.case_list2 li img{ width:220px; height:150px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:220px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto}

.xm_txt2{ width:220px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}


}

@media only screen  and (max-width: 768px) {

.sy_news1 dl dd  .more{ padding:2px 10px; line-height:20px; width:80px; border:#C5C5C5 1px solid; background:#CECECE;  color:#555; overflow:hidden;  font-size:12px; display: none}


.sy_news_tu1{ width:165px; height:auto; float:left; margin-right:15px; background:#fff}
.sy_news_tu1 img{ height:100px; width:165px; vertical-align:middle;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.sy_xx_L{ overflow:hidden; width:100%; float:left; margin-right:0%}
.sy_xx_R{ overflow:hidden; width:100%; float:left}

.case_list2_tu{ width:330px; height:220px; margin:0 auto;position:relative; }
.case_list2 li img{ width:330px; height:220px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:330px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto}

.xm_txt2{ width:330px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}

}





@media only screen and (max-width: 667px){
.sy_news{ overflow:hidden; padding-top:10px; }
.sy_news dl dd{ margin:0px; padding:0px; line-height:160%; font-size:13px}
.sy_news dl dt a{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#333333; font-size:14px}

.sy_news1{ overflow:hidden; padding-top:10px; }
.sy_news1 dl dd{ margin:0px; padding:0px; line-height:160%; font-size:13px}
.sy_news1 dl dt a{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#333333; font-size:14px}

.case_list2{ overflow:hidden;padding-top:10px; }
.lm_bt1{font-size:18px; line-height:30px; text-align:center;text-transform:uppercase; font-weight:bold; width:120px; float:left}
.lm_bt1 span{ font-size:18px; line-height:30px; color:#E00303; margin-right:7px}

.case_list2_tu{ width:300px; height:200px; margin:0 auto;position:relative; }
.case_list2 li img{ width:300px; height:200px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:300px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto}

.xm_txt2{ width:300px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}

}

@media only screen and (max-width: 568px){
.case_list2_tu{ width:240px; height:160px; margin:0 auto;position:relative; }
.case_list2 li img{ width:240px; height:160px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:240px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto}

.xm_txt2{ width:240px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}
}

@media only screen and (max-width: 414px){
.sy_news_tu{ width:110px; height:auto; float:left; margin-right:15px; background:#fff}
.sy_news dl dt a{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#333333; font-size:12px}
.sy_news_tu img{ height:70px; width:110px; vertical-align:middle;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.sy_news dl dd{ margin:0px; padding:0px; line-height:160%; font-size:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.sy_news_tu1{ width:110px; height:auto; float:left; margin-right:15px; background:#fff}
.sy_news1 dl dt a{ margin:0px; padding:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#333333; font-size:12px}
.sy_news_tu1 img{ height:70px; width:110px; vertical-align:middle;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.sy_news1 dl dd{ margin:0px; padding:0px; line-height:160%; font-size:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.case_list2 li{ float:left; width:100%; overflow:hidden; margin-bottom:15px;}
.case_list2 li li:nth-child(2n){ float:left; text-align:left;text-align:left}
.case_list2 li li:nth-child(2n-1){ float:left; text-align:left}


.case_list2_tu{ width:330px; height:220px; margin:0 auto;position:relative; }
.case_list2 li img{ width:330px; height:220px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:330px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto}

.xm_txt2{ width:330px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}


}


@media only screen and (max-width: 375px){

.case_list2 li{ float:left; width:100%; overflow:hidden; margin-bottom:15px;}
.case_list2 li li:nth-child(2n){ float:left; text-align:left;text-align:left}
.case_list2 li li:nth-child(2n-1){ float:left; text-align:left}


.case_list2_tu{ width:330px; height:220px; margin:0 auto;position:relative; }
.case_list2 li img{ width:330px; height:220px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:330px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto}

.xm_txt2{ width:330px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}


}
@media only screen and (max-width: 320px){

.case_list2_tu{ width:240px; height:160px; margin:0 auto;position:relative; }
.case_list2 li img{ width:240px; height:160px;vertical-align:middle;}
.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:240px; height:35px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:37px; margin:0 auto}

.xm_txt2{ width:240px; overflow:hidden; padding-top:5px; margin:0 auto}
.xm_txt2 dd{ font-size:14px; line-height:180%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a{ color:#333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xm_txt2 dd a:hover{ color:#C60505;}
.xm_txt2 dd span{ font-size:14px; font-weight:bold}


.case_sm{ margin:0px; padding:0px; position:absolute; z-index:88; width:240px; height:32px;left:0;bottom:0px; background:#fff; text-align:center;background:rgba(0, 0, 0, 0.7); line-height:32px; margin:0 autol;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}

.zlzz{ overflow:hidden; margin:0px; padding:0px; padding:15px 0px}
.zlzz li{ float:left; width:180px; height:70px;  margin:10px 9px 5px 9px;list-style:none; overflow:hidden}
.zlzz li img{ width:164px; height:70px;}

.zlzz1{ overflow:hidden; margin:0px; padding:0px; padding:15px 0px}
.zlzz1 li{ float:left; width:20%; height:100px; margin:10px 0px 5px 0px;list-style:none; overflow:hidden; text-align:center}
.zlzz1 li img{ width:200px; height:100px;}


@media only screen and (max-width: 768px){
.zlzz li{ float:left; width:23%; height:auto;  margin:10px 1% 5px 1%;list-style:none; overflow:hidden; text-align:center}
.zlzz li img{ width:155px; height:60px;}

.zlzz1 li{ float:left; width:23%; height:auto;  margin:10px 1% 5px 1%;list-style:none; overflow:hidden; text-align:center}
.zlzz1 li img{ width:155px; height:60px;}


}

@media only screen and (max-width: 667px){
.zlzz li{ float:left; width:31.33%; height:auto;  margin:10px 1% 5px 1%;list-style:none; overflow:hidden; text-align:center}
.zlzz li img{ width:164px; height:70px;}

.zlzz1 li{ float:left; width:31.33%; height:auto;  margin:10px 1% 5px 1%;list-style:none; overflow:hidden; text-align:center}
.zlzz1 li img{ width:164px; height:70px;}

}


@media only screen and (max-width: 414px){
.zlzz li{ float:left; width:50%; height:auto;  margin:10px 0px 5px 0px;list-style:none; overflow:hidden; text-align:center}
.zlzz li img{ width:140px; height:60px}
.zlzz1 li{ float:left; width:50%; height:auto;  margin:10px 0px 5px 0px;list-style:none; overflow:hidden; text-align:center}
.zlzz1 li img{ width:140px; height:60px}

}





/*---------内页子栏目----------*/
.sub_bg1{BACKGROUND:#F6F6F6; overflow:hidden;}
.l-sub{width:70%;overflow:hidden;padding:0px;BACKGROUND:#F6F6F6; margin:0 auto;}
.l-sub li{ height: 50px; line-height:40px; text-align:center; width:25%; float:left; list-style:none}
.l-sub a{ display: block; color: #333; font-size:16px;}
.l-sub a:hover,.l-list .l-sub a:active,.l-list .l-sub li.active a{color: #054B92; font-size:16px; text-decoration:none; height: 50px;}
.l-sub li.active a{ border-bottom:#E33131 2px solid; color: #E33131; font-size:16px;text-decoration:none; height: 50px;}


.l-sub1{width:140px;overflow:hidden;padding:0px;BACKGROUND:#F6F6F6; margin:0 auto;}
.l-sub1 li{ height: 50px; line-height:40px; text-align:center; width:100%; float:left; list-style:none}
.l-sub1 a{ display: block; color: #333; font-size:16px;}
.l-sub1 a:hover,.l-list .l-sub a:active,.l-list .l-sub li.active a{color: #054B92; font-size:16px; text-decoration:none; height: 50px;}
.l-sub1 li.active a{ border-bottom:#E33131 2px solid; color: #E33131; font-size:16px;text-decoration:none; height: 50px;}


.l-sub2{width:1200px;overflow:hidden;padding:0px;BACKGROUND:#F6F6F6; margin:0 auto;}
.l-sub2 li{ height: 50px; line-height:40px; text-align:center; width:25%; float:left; list-style:none}
.l-sub2 a{ display: block; color: #333; font-size:16px;}
.l-sub2 a:hover,.l-list .l-sub a:active,.l-list .l-sub li.active a{color: #054B92; font-size:16px; text-decoration:none; height: 50px;}
.l-sub2 li.active a{ border-bottom:#E33131 2px solid; color: #E33131; font-size:16px;text-decoration:none; height: 50px;}


.l-sub3{width:260px;overflow:hidden;padding:0px;BACKGROUND:#F6F6F6; margin:0 auto;}
.l-sub3 li{ height: 50px; line-height:40px; text-align:center; width:50%; float:left; list-style:none}
.l-sub3 a{ display: block; color: #333; font-size:16px;}
.l-sub3 a:hover,.l-list .l-sub3 a:active,.l-list .l-sub3 li.active a{color: #054B92; font-size:16px; text-decoration:none; height: 50px;}
.l-sub3 li.active a{ border-bottom:#E33131 2px solid; color: #E33131; font-size:16px;text-decoration:none; height: 50px;}

.l-sub4{width:260px;overflow:hidden;padding:0px;BACKGROUND:#F6F6F6; margin:0 auto;}
.l-sub4 li{ height: 50px; line-height:40px; text-align:center; width:100%; float:left; list-style:none}
.l-sub4 a{ display: block; color: #333; font-size:16px;}
.l-sub4 a:hover,.l-list .l-sub4 a:active,.l-list .l-sub4 li.active a{color: #054B92; font-size:16px; text-decoration:none; height: 50px;}
.l-sub4 li.active a{ border-bottom:#E33131 2px solid; color: #E33131; font-size:16px;text-decoration:none; height: 50px;}


@media (max-width: 1024px) {
.l-sub{width:98%;overflow:hidden;padding:0px;BACKGROUND:#F6F6F6; margin:0 auto;}
}
@media (max-width: 768px) {
.sub_bg1{BACKGROUND:#F6F6F6;overflow:hidden;}
.l-sub{width:100%;overflow:hidden;padding:0px; margin:0 auto;BACKGROUND:#F6F6F6;}
.l-sub li{ height: 50px; line-height:40px; text-align:center; width:25%; float:left; list-style:none;font-size:14px;}
.l-sub li a{ font-size:14px;}
.l-sub li a:hover{ font-size:14px;}
.l-sub li.active a{border-bottom:#E33131 2px solid; color: #E33131; font-size:16px;text-decoration:none; height: 50px;font-size:14px;}

}


/* ----------内页详细----------*/

.main_nr{overflow: hidden;padding: 10px 0px;font-size: 14px;line-height: 190%;}
.main_nr1{overflow: hidden;padding: 15px 0px;font-size: 14px;line-height: 190%;}
.content_bt{ width:100%; line-height:40px; font-size:18px; text-align:center; padding-top:15px;font-weight:bold; overflow:hidden}
.content_time{width:100%; border-bottom:#ccc 1px solid; font-size:12px; color:#666666; text-align:center; padding-bottom:4px; line-height:30px;}
.i_date{ background:url(../images/i_date.png) no-repeat left center; padding-left:25px; margin-right:10px;font-size:12px;}
.i_View{ background:url(../images/i_View.png) no-repeat  left center; padding-left:25px;font-size:12px;}
.i_from{ background:url(../images/i_t1.png) no-repeat  left center; padding-left:25px; margin-right:10px; width:auto; }
.main_nr img{MAX-WIDTH: 100%!important;HEIGHT: auto!important; margin-bottom:5px}

.r_wzk1{ float:right; width:auto; font-size:12px; display:block;}


.next_k{margin-top:15px; border-top:#CCCCCC 1px solid; margin-bottom:10px}
.next_k ul{ margin:0px; padding:0px; margin-top:10px}
.next_k ul li{ line-height:25px; margin:0px; padding:0px; color:#666666; padding-left:0px; font-size:12px}
.page_k{ text-align:center; padding:20px 10px; font-size:12px;border-top:#eee 0px solid;}
.page_k a{ font-size:12px}
.page_k a:hover{ font-size:12px}


/*---------联系我们----------*/
.lx_box{ padding:30px 0px; overflow:hidden}
.lybook_L{overflow:hidden; float:left; width:45%; line-height:190%; font-size:14px}
.lybook_R{  float:right; width:50%;}

#l-map{height:400px; float:right; width:100%;}
#r-result{ overflow:hidden}


@media only screen and (max-width:768px){
.lx_box{ padding:10px 0px; overflow:hidden}
.lybook_L{overflow:hidden; float:left; width:100%;}
.lybook_R{ overflow:hidden; float:left; width:100%;}

#l-map{height:300px; float:left; width:100%;}
}



/*---------项目列表----------*/
.mbxm_list{ overflow:hidden; margin:0px; padding:30px 0px}
.mbxm_list li{ overflow:hidden; margin:0px; padding:0px; list-style:none; background:#EDEDED;margin-bottom:25px}
.mbxm_list li  .xm_tu1{ width:45%; overflow:hidden; float:left}
.mbxm_list li  .xm_tu1 img{ width:100%; max-height:310px; overflow:hidden; vertical-align:top}
.mbxm_list li  .xm_txt1{ width:50%; overflow:hidden; float:left; padding-top:20px;padding-left:5%;}
.mbxm_list li  .xm_txt1 dd{ font-size:15px; line-height:220%;}
.mbxm_list li  .xm_txt1 dd span{ font-size:15px; font-weight:bold}


@media only screen and (max-width:768px){
.mbxm_list li  .xm_txt1 dd{ font-size:14px; line-height:170%;}
.mbxm_list li  .xm_txt1 dd span{ font-size:14px; font-weight:bold}
}
@media only screen and (max-width:667px){
.mbxm_list{ overflow:hidden; margin:0px; padding:20px 0px}
.mbxm_list li{ overflow:hidden; margin:0px; padding:15px 0px; list-style:none; background:#fff;margin-bottom:10px;border-bottom:#CCCCCC 1px solid}
.mbxm_list li  .xm_txt1{ width:56%; overflow:hidden; float:left; padding-top:5px;padding-left:4%;}
.mbxm_list li  .xm_tu1{ width:40%; overflow:hidden; float:left}

}

@media only screen and (max-width:568px){
.mbxm_list{ overflow:hidden; margin:0px; padding:10px 0px}
.mbxm_list li{ overflow:hidden; margin:0px; padding:0px; list-style:none; background:#fff; width:86%; margin:0 auto; margin-bottom:15px; border-bottom:#CCCCCC 1px solid}
.mbxm_list li  .xm_tu1{ width:100%; overflow:hidden; float:left}
.mbxm_list li  .xm_tu1 img{ width:100%; height:auto; overflow:hidden; vertical-align:top; border-radius:5px}
.mbxm_list li  .xm_txt1{ width:94%; overflow:hidden; float:left; padding:10px 0%;}
.mbxm_list li  .xm_txt1 dd{ font-size:14px; line-height:160%;}
.mbxm_list li  .xm_txt1 dd span{ font-size:14px; font-weight:bold}

}

@media only screen and (max-width:414px){
.mbxm_list{ overflow:hidden; margin:0px; padding:15px 0px}
.mbxm_list li{ overflow:hidden; margin:0px; padding:0px; list-style:none; background:#fff;margin:0 auto; margin-bottom:15px; width:95%; border-bottom:#CCCCCC 1px solid}
.mbxm_list li  .xm_tu1{ width:100%; overflow:hidden; float:left}
.mbxm_list li  .xm_tu1 img{ width:100%; height:auto; overflow:hidden; vertical-align:top;border-radius:5px}
.mbxm_list li  .xm_txt1{ width:94%; overflow:hidden; float:left; padding:10px 0%;}
.mbxm_list li  .xm_txt1 dd{ font-size:14px; line-height:160%;}
.mbxm_list li  .xm_txt1 dd span{ font-size:14px; font-weight:bold}
}


.mbxm_list1{ overflow:hidden; margin:0px; padding:30px 0px 5px 0px}
.mbxm_list1 li{ overflow:hidden; margin:0px; padding:0px; list-style:none;margin-bottom:5px}
.mbxm_list1 li  .xm_tu1{ width:45%; overflow:hidden; float:left}
.mbxm_list1 li  .xm_tu1 img{ width:100%; max-height:310px; overflow:hidden; vertical-align:top}
.mbxm_list1 li  .xm_txt1{ width:50%; overflow:hidden; float:left; padding-top:20px;padding-left:5%;}
.mbxm_list1 li  .xm_txt1 dd{ font-size:15px; line-height:220%;}
.mbxm_list1 li  .xm_txt1 dd span{ font-size:15px; font-weight:bold}

.mbxm_js{ overflow:hidden; padding:10px 0px}
.mbxm_js img{ max-width:100%; height:auto}
.r_name{ width:100%; height:36px; border-bottom:1px solid #ccc; position:relative; }
.r_name span{ display:inline-block; *display:inline; zoom:1; height:36px; line-height:36px; font-size:16px; color:#E6212A; border-bottom:2px solid #E6212A; font-weight:bold; padding:0px 4px}


@media only screen and (max-width:768px){
.mbxm_list1 li  .xm_txt1 dd{ font-size:14px; line-height:170%;}
.mbxm_list1 li  .xm_txt1 dd span{ font-size:14px; font-weight:bold}
}
@media only screen and (max-width:667px){
.mbxm_list1{ overflow:hidden; margin:0px; padding:10px 0px 5px 0px}
.mbxm_list1 li{ overflow:hidden; margin:0px; padding:15px 0px; list-style:none;;}
.mbxm_list1 li  .xm_txt1{ width:56%; overflow:hidden; float:left; padding-top:5px;padding-left:4%;}
.mbxm_list1 li  .xm_tu1{ width:40%; overflow:hidden; float:left}

}

@media only screen and (max-width:568px){
.mbxm_list1{ overflow:hidden; margin:0px; padding:10px 0px 5px 0px}
.mbxm_list1 li{ overflow:hidden; margin:0px; padding:0px; list-style:none; background:#fff; width:86%; margin:0 auto;}
.mbxm_list1 li  .xm_tu1{ width:100%; overflow:hidden; float:left}
.mbxm_list1 li  .xm_tu1 img{ width:100%; height:auto; overflow:hidden; vertical-align:top; border-radius:5px}
.mbxm_list1 li  .xm_txt1{ width:94%; overflow:hidden; float:left; padding:10px 0%;}
.mbxm_list1 li  .xm_txt1 dd{ font-size:14px; line-height:160%;}
.mbxm_list1 li  .xm_txt1 dd span{ font-size:14px; font-weight:bold}

}

@media only screen and (max-width:414px){
.mbxm_list1{ overflow:hidden; margin:0px; padding:10px 0px 5px 0px}
.mbxm_list1 li{ overflow:hidden; margin:0px; padding:0px; list-style:none; background:#fff;margin:0 auto; width:95%;}
.mbxm_list1 li  .xm_tu1{ width:100%; overflow:hidden; float:left}
.mbxm_list1 li  .xm_tu1 img{ width:100%; height:auto; overflow:hidden; vertical-align:top;border-radius:5px}
.mbxm_list1 li  .xm_txt1{ width:94%; overflow:hidden; float:left; padding:10px 0%;}
.mbxm_list1 li  .xm_txt1 dd{ font-size:14px; line-height:160%;}
.mbxm_list1 li  .xm_txt1 dd span{ font-size:14px; font-weight:bold}
}



.Reservation_k1{ overflow: hidden; width:1000px; margin:0 auto}
.Reservation_k1 dl{overflow: hidden; margin:0px; padding:0px;line-height:190%; margin-bottom:10px}
.Reservation_k1 dl dt{ overflow:hidden; margin:0px; padding:2px 0px;font-size:16px; float:left; width:150px; line-height:200%}
.Reservation_k1 dl dd span{ color:#FF0000;}
.Reservation_k1 dl dd{margin:0px;padding:5px 0px; overflow:hidden; line-height:200%;float:left; width:850px}
.Reservation_k1 dl dd input{ width:96%;padding:2px; line-height:30px; font-size:14px; border:#ccc 1px solid;}
.Reservation_k1 dl dd textarea{ width:96%; padding:2px}

.btntj{background:#F36904;color:#fff;text-align:center;border:0;border-radius:5px;padding:4px;width:120px;font-size:16px; font-weight:bold;cursor: pointer; line-height:32px;}

.rhxz_bt{ font-size:16px; line-height:30px; font-weight:bold}
.rhxz{ overflow: auto; height:134px; border:#CCCCCC 1px solid; padding:10px 8px;line-height:24px; font-size:12px;border-radius:5px;}

@media only screen and (max-width:768px){
.Reservation_k1{ overflow: hidden; width:100%; margin:0 auto}
.Reservation_k1 dl dt{ overflow:hidden; margin:0px; padding:2px 0px;font-size:16px; float:left; width:25%; line-height:200%}
.Reservation_k1 dl dd{margin:0px;padding:5px 0px; overflow:hidden; line-height:200%;float:left; width:75%}
.Reservation_k1{ overflow: hidden; width:100%; margin:0 auto}
}

@media only screen and (max-width:667px){
.rhxz_bt{ font-size:14px; line-height:30px; font-weight:bold}
.Reservation_k1 dl dt{ overflow:hidden; margin:0px; padding:2px 0px;font-size:14px; float:left; width:100%; line-height:180%}
.Reservation_k1 dl dd{margin:0px;padding:1px 0px; overflow:hidden; line-height:200%;float:left; width:100%}
}



/*瀑布流开始*/
.wall {
  display: block;
  position: relative;
}

.wall-column {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
}
.article {
  display: block;
  margin: 0 0 8% 0;
  padding: 5% 5% 0% 5%;
  background:#F2F2F2;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  transition: all 100;
  overflow: hidden;
  position: relative;
}
.article:hover{ transform: scale(1.01);}
.article img {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
  width:226px;
  height:140px;
  vertical-align:middle;
}
.article a{ color: #666; font-size:14px;}
.article p{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:15px; line-height:150%;}
.article small{ font-size: 1em; color: #ff0000;}
.article input{ width: 20%; padding: 0.6em; border-radius: 0.4em; font-size: 1.1em; z-index: 100; background-color: #f60; border: none; position: absolute; bottom: 3%; right: 5%; color: #fff; box-shadow: 0 0 7px #d7d7d7;}

.wrapper{ text-align: center; width:100%; white-space: nowrap; text-overflow: ellipsis; font-weight:normal; color: #333; overflow: hidden;  font-size: 1.5em; padding: 0.7em 0;}





@media only screen and ( max-width:768px ) {
	.wall-column {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
}

.article img {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;

  height:auto;
}
	}



/*瀑布流结束*/



