@charset "utf-8";
/* CSS Document */

/*初始化*/
html {font-family: "微软雅黑"; background:#fff;} 
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input,figure { margin: 0; padding: 0; }
body { -webkit-overflow-scrolling: touch; text-align:left;  max-height: 100%; max-width:640px; margin:0 auto; }
a, a:hover { text-decoration: none; outline: none;  }
li { list-style: none }
img { border: none; max-width:100%; margin:0; padding:0;/* display:block; */}
input, select, textarea { border: none; outline: none; background: none }
em,i { font-style: normal }
h1, h2, h3, h4, h5, h6 { font-weight: normal }
.clear{clear:both; width:100%; overflow:hidden;}
.clearfix::after{ clear: both; display: block; height: 0; content: '';}
.verticalcenter{ position: relative;   top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%);    transform: translateY(-50%);}
/* clear */
.fn-clearfix:after { display: block; font-size: 0; content: '\0020'; clear: both; height: 0; }
.fn-clearfix { zoom: 1; /*for IE6 IE7*/ }
.fn-clear { visibility: hidden; clear: both; }
.fl{ float:left}
.fr{ float:right}
/*header*/
.header {  background:#fff;  height:1.25rem; display:table; margin:0 auto; width:10rem; overflow:hidden; padding: 0}
.header .logo {  float:left; z-index:5; position:relative  }
.header .logo img {height:1.25rem;display:table; margin-left:0.3rem }
.header .menu { float:right; height:1.25rem; background:none; border:none; outline:medium;}
.header .menu a img{ height:1.25rem; }
.header .tel { float: right; height:1.25rem; padding:0rem 0.4rem 0 0.6rem;display:table; background:url(../images/tel.png) no-repeat center left; background-size:0.5rem }
.header .tel a{display:table; height:1.25rem; color:#333333; font-size:18px; line-height:1.25rem; font-weight:bolder}

/*弹出菜单*/
.menu1{background-color:rgba(172, 26, 16,0.6); font-family: "微软雅黑"; z-index:}
.menu1 a{color: #fff; font-size:14px;}
.menu1 a:hover{text-decoration: underline;}
.menu-header{border-bottom:1px solid #c16262; padding: 18px 6px 18px 10px; text-align:center; font-size:17px;}
.menu-header-title{font-weight: 400; letter-spacing: 0.5px; margin: 0;}
.menu-section{ width:4.6rem; position:absolute; right:0; background-color:rgba(172, 26, 16, 0.8); height:100%; }
.menu-section-title{text-transform: uppercase; color: #bea169; font-weight: 200; font-size: 13px; letter-spacing: 1px; padding: 0 20px; margin:0;}
.menu-section-list{padding:0; margin: 10px 0; list-style:none;}
.menu-section-list a{display: block; padding:0.15rem 0.4rem;}
.menu-section-list .menu_nav{ display:table; margin:0 auto; padding:0 0.6rem;}
.menu-section-list .menu_nav a{ float:left; width:50%; box-sizing:border-box; padding:0.1rem 0.2rem;}
.menu-section-list a:hover{background-color: rgba(255, 255, 255, 0.1); text-decoration: none;}
.menu1 {position: fixed; top: 0; bottom: 0; right: 0; z-index: 4000; width:100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; display: none;}
@-webkit-keyframes shake { 0%, 100% { -webkit-transform:translate3d(0, 0, 0);  transform:translate3d(0, 0, 0); }
  50% {  -webkit-transform:translate3d(-10px, 0, 0); transform:translate3d(-10px, 0, 0);  }}

@keyframes shake {
  0%, 100% {  -webkit-transform:translate3d(0, 0, 0);  transform:translate3d(0, 0, 0);  }
  50% { -webkit-transform:translate3d(-10px, 0, 0);  transform:translate3d(-10px, 0, 0);  }}

.shake { -webkit-animation-name:shake; animation-name:shake; -webkit-animation-duration:0.5s; animation-duration:0.5s;
 -webkit-animation-iteration-count: 1; animation-iteration-count: 1;  display:block;}
 /*s_nav*/
.s_nav{ width:10rem; display: table; background:#ac1a10;}
.s_nav dt{display:table; width:10rem; }
.s_nav a{ width:2.5rem; text-align:center; float:left; font-size:17px; color:#fff; padding:0.25rem 0; /*background:url(../images/nav_xx.jpg) no-repeat center right*/}
.s_nav a:last-child{ background:none}

 
/*banner*/
.sy_banner{ width:10rem; display:table; position:relative}
.swiper-container { width:10rem;   height: auto; }
.swiper-slide {  text-align: center;font-size: 18px; background: #fff; }
.swiper-container .swiper-slide {}
.swiper-container .swiper-slide img{ display:table}
.swiper-pagination-bullet{width:0.25rem; height:0.25rem; background:#fff; border-radius:50%; opacity:1;}
.swiper-pagination-bullet-active{width:0.25rem; height:0.25rem;  background:#ac1a10; border-radius:50%; opacity:1;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background:url(../images/arr_slide.png) no-repeat center center; width:0.8rem; height:0.8rem; background-size:0.8rem }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background:url(../images/arr_slide2.png) no-repeat center center; width:0.8rem; height:0.8rem; background-size:0.8rem}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0.4rem;}


/*wrap*/
.wrap{ width:10rem;}
.bt{ display:table; line-height:1; margin:0; width:100%; padding:1rem 0 0.7rem; text-align:center}
.bt h1{ color:#000; font-size:38px; font-weight:bolder; text-transform:uppercase}
.bt h1 span{ color:#ac1a10;}
.bt i{ width:0.8rem; height:5px; background:#e7e7e7; display:inline-block; margin:0.2rem 0 0.3rem}
.bt h2{ font-size:24px; color:#a93028;font-weight:bolder; padding:0.2rem 0 0 }

.k1{ width:10rem; display:table; padding:0 0 0.9rem; background:url(../images/bj1.jpg) no-repeat center top; background-size:10rem;}
.jj_n{ width:9.2rem; margin:0 auto; font-size:14px; line-height:1.8; color:#999999; padding:0rem 0 0.3rem 0 }
.jj_n h1{ font-size:24px;color:#333333; font-weight:bolder; line-height:1; margin:0 0 0.3rem; width:100%; text-align:center}
.jj_t{ width:9.2rem; display:table; margin:0 auto; padding:0.8rem 0 0}

.more{ display:table; margin:0 auto; padding:0.5rem 0 0}
.more a{line-height:0.9rem; padding:0 0.8rem;     background: #ac1a10;
    color: #fff;font-size:14px;  display:table;border-radius:0.5rem;  margin:0 auto;}

.k7{ background:#ac1a10; display:table; width:10rem;padding:0 0 0.8rem}
.k7 .more a{ background:#fce5bb; color:#333;}
.yw{ width:9.2rem; background:#fff; border-radius:5px; display:table; margin:0.4rem auto; padding:0.1rem 0 0.4rem; }
.yw_w{ font-size:14px; text-align:center; color:#fff; line-height:1.4; margin:0 auto 0.5rem}
.yw li{ width:50%;  float:left; display:table; text-align:center; box-sizing:border-box}
.yw li a{ width:100%;  display:table;color:#000;}
.yw li a i{ width:90px; height:90px; display:table; margin:0.4rem auto 0.1rem;}
.yw li a span{ font-size:17px;  line-height:1rem; display:table; width:100%}
.yw li:nth-child(3n){ border-right:none; }
.yw li:nth-child(1) a i{ background:url(../images/yw1.png) no-repeat center center; background-size:100%}
.yw li:nth-child(2) a i{ background:url(../images/yw2.png) no-repeat center center; background-size:100%}
.yw li:nth-child(3) a i{ background:url(../images/yw3.png) no-repeat center center; background-size:100%}
.yw li:nth-child(4) a i{ background:url(../images/yw4.png) no-repeat center center; background-size:100%}
.yw li:nth-child(5) a i{ background:url(../images/yw5.png) no-repeat center center; background-size:100%}
.yw li:nth-child(6) a i{ background:url(../images/yw6.png) no-repeat center center; background-size:100%}


/*k2*/
.k2{ width:10rem; padding:0 0.3rem 0.8rem; box-sizing:border-box}
.k4 .bt h1,.k4 .bt h2,.k3 .bt h1,.k3 .bt h2,.k7 .bt h1,.k7 .bt h2{ color:#fff}

.k2 .swiper-container { width: 100%; height: 100%;  padding:0 0 0.4rem; margin:0}
.k2 .button-box1{ width: 470px;  height: 52px; overflow: hidden; position:  absolute; right: 0;top:0; display:none}
.k2 .swiper-button-prev{ background:url(../images/ban_l.png) no-repeat #000;  width:52px;height:52px;position: absolute; left:auto; right:0;    top:0; transition: 0.3s; z-index: 2; z-index:9999; margin:0}
.k2  .swiper-button-next{background:url(../images/prev1.png) no-repeat;margin:0;  width:52px;height:52px;position: absolute; left:auto;  right:60px;top:0;  transition: 0.3s; z-index: 2;}
.k2 .swiper-slide img{ width:100%;border-radius:10px;}
.k2 .swiper-slide{ border-radius:10px; border:1px solid #e0e0e0;box-sizing:border-box;}
.k2 .swiper-button-prev:hover{ background:url(../images/next11.png) no-repeat;  }
.k2 .swiper-button-next:hover{ background:url(../images/prev11.png) no-repeat;  }
.k2 .swiper-slide a{ position:relative; width:100%; display:table}
.k2 .swiper-slide a .td_t{  z-index:99; width:100%}
.k2 .swiper-slide a .td_w{ padding:0.4rem 0.3rem 0; box-sizing:border-box; position:relative; margin-top:-30px; z-index:999; width:100%; background:url(../images/zy_bj1.png) no-repeat top center; background-size:cover; border-radius:0 0 10px 10px;}
.k2 .swiper-slide a h1{ width:100%; font-size:15px; color:#333; padding:0 0; line-height:1rem; height:1rem; border-bottom:1px solid #e0e0e0}
.k2 .swiper-slide a h1{display:-webkit-box;overflow:hidden; text-overflow:ellipsis;-webkit-box-orient:vertical; -webkit-line-clamp:1; }

.k2 .swiper-slide a h2 { font-size:13px; line-height:0.6rem; color:#888888; padding:0.2rem 0}
.k2 .swiper-slide a h2 span{ display:table}
.k2 .swiper-slide a h1 span{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
.k2 .swiper-slide a h2 span{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
.k2 .swiper-slide a:hover .td_w{ background:url(../images/zy_bj3.png) no-repeat top center; background-size: cover; color:#fff}
.k2 .swiper-slide a:hover h2,.k2 .swiper-slide a:hover h1{ color:#fff}
.k2 .swiper-slide a:hover h1 i{background: url(../images/zy_bj4.png) no-repeat center center; }



/**/
.sy_nav{  display:table; margin:0 auto 0.3rem; padding:0 0 0.2rem 0; text-align:center}
.sy_nav a{ color:#333; background:#f5f5f5; width:2.3rem; margin:0.1rem 0.05rem;  text-align:center; font-size:13px; line-height:0.9rem; height:0.9rem; display: inline-block}

/*k3*/
.k3{background:url(../images/bj2.jpg) no-repeat center top #0b0b0b; padding:0 0 0.7rem; width:10rem; display:table }
.k3 .bt1 h2{ color:#fff}
.k3 .bt1 h1{ color:#fff; opacity:.4}
.ys_w{ font-size:13px; line-height:1.8; color:#fff; text-align:center; display:table; margin:0 auto 0.6rem; padding:0 0.4rem}
.ys1{ display:table; width:98%; margin:0 auto; text-align:center}
.ys1 li{ width:29%; padding:0 0 0.4rem; margin:1% 1% 2%; display:inline-block;cursor:pointer; background:#fff; color:#333333; line-height:1; border-radius:10px; text-align:center}
.ys1 li:nth-child(5){margin-right:0}
.ys1 li i{ background: url(../images/ys1.png) no-repeat center center; background-size:1.6rem; width:1.6rem; height:1.6rem; display:table; margin:0.5rem auto 0.4rem }
.ys1 li h1{ font-size:22px; color:#ac1a10; font-weight:bolder; margin:0 0 0.2rem}
.ys1 li span{ font-size:13px; }
.ys1 li hover{ background:#ac1a10; color:#fff}
.ys1 li:hover h1{ color:#fce5bb}
.ys1 li:nth-child(2) i{ background: url(../images/ys2.png) no-repeat center center;background-size:1.6rem}
.ys1 li:nth-child(3) i{ background: url(../images/ys3.png) no-repeat center center;background-size:1.6rem}
.ys1 li:nth-child(4) i{ background: url(../images/ys4.png) no-repeat center center;background-size:1.6rem}
.ys1 li:nth-child(5) i{ background: url(../images/ys5.png) no-repeat center center;background-size:1.6rem}
.ys1 li:hover:nth-child(1) i{background: url(../images/ys11.png) no-repeat center center;background-size:1.6rem}
.ys1 li:hover:nth-child(2) i{background: url(../images/ys22.png) no-repeat center center;background-size:1.6rem}
.ys1 li:hover:nth-child(3) i{background: url(../images/ys33.png) no-repeat center center;background-size:1.6rem}
.ys1 li:hover:nth-child(4) i{background: url(../images/ys44.png) no-repeat center center;background-size:1.6rem}
.ys1 li:hover:nth-child(5) i{background: url(../images/ys55.png) no-repeat center center;background-size:1.6rem}

/**/
.k5{ width:10rem; display:table; margin:0 auto; padding:0 0 1.2rem}
.xw_t{ width:9.2rem; display:table; margin:0 auto}
/*news*/
.idea_r{  display: table; margin:0.1rem auto 0.4rem; padding:0.2rem 0 0}
.idea_r a{ font-size:13px; color:#7f7d7d; border:1px solid #e9e9e9; background:#fff; display:table; width:9.4rem; margin:0rem auto 0.3rem; padding:0.25rem 0;}
.idea_r a li{width:9.4rem; display:block; display:table}
.idea_r a li .time{ width:1.7rem; height:1.4rem;float:left; margin-right:0.4rem; color:#333333; border-right:1px solid #b5b3b3;}
.idea_r a li .time h1{ font-size:40px; width:100%; text-align:center; line-height:0.9rem; height:0.9rem;}
.idea_r a li .time span{ width:100%; line-height:0.5rem; font-size:12px; text-align:center; display:block;}
.idea_r a li .idea_w{ width:7rem; float:left;}
.idea_r a li .idea_w h1{ line-height:0.7rem; height:0.7rem; margin-bottom:0.12rem; font-size:15px; color:#4f4e4e;}
.idea_r a li .idea_w h1{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
/*.idea_r a:hover {background:#ac1a10;color:#fff;}
.idea_r a:hover li .idea_w h1,.idea_r a:hover li .time{ color:#fff;}
*/
.idea_r a li .idea_w h2{ font-size:12px; line-height:0.5rem; height:0.5rem;}
.idea_r a li .idea_w h2,.al_Scroll  dl a .cz_w h1{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; }

.fo{ display: table;   padding:0.6rem 0 0.5rem; width:10rem; margin:0px auto 0; background:#333333; color:#fff }
.fo_l{ width:6.8rem; float:left; margin-left:0.5rem; line-height:0.6rem}
.fo_l h1{ font-size:17px; font-weight:bolder;line-height:1; margin-bottom:0.2rem }

.fo_w{ display:table; float: right; margin-right:0.5rem}
.fo_w dl{ width:2rem; float: left; }
.fo_w img{ width:2rem; height:2rem; padding:0.2rem 0 0; }
.fo_w h1{ text-align:center; font-size:13px; line-height:1; padding:0.2rem 0 0}

/*.k5 .idea_r a{ border:none; border-bottom:1px dashed #efefef; margin:0 0 0; padding:0.4rem 0}
.k5 .idea_r a li .time{border-right: none}
*/

@media screen and (max-width:414px) {
.s_nav a{ font-size:15px; }

	}


@media screen and (max-width:384px) {
.xw li a h1{ font-size:14px;}
.bt h1{ font-size:36px}
.bt h2{ font-size:22px}
.jj_n{ font-size:14px}

	}
@media screen and (max-width:375px) {
.idea_r a li .idea_w h1{ font-size:14px;}
.idea_r a li .idea_w h2{ font-size:12px;}
.idea_r a li .time h1{ font-size:38px;}
.yw_w{ font-size:13px}

.header .tel a{ font-size:16px}
.ys1 li h1{ font-size:20px}
}	
	
@media screen and (max-width:320px) {
.s_nav a{ font-size:14px; }
.idea_r a li .idea_w h1{ font-size:13px;}
.idea_r a li .time h1{ font-size:36px;}
.bt h1{ font-size:34px}
.bt h2{ font-size:20px}

}



.fy{ font-size:14px; color:#282828; margin:0.2rem; text-align:center;}
/*footer*/
.footer { background:#910f06;position:fixed; bottom:0; width:10rem; z-index:5000;}
.footer ul li { float:left; width:25%; text-align:center;vertical-align: sub;}
.footer ul li a { display: block; padding:.15rem 0;vertical-align: sub;font-size: 14px; color: #fff; line-height:0.5rem; }
.footer ul li .fo1 i{ width:0.7rem; height:0.7rem; display: table; margin:0 auto; background:url(../images/ico11.png) center center no-repeat; background-size:0.7rem;   }
.footer ul li .fo2 i{ width:0.7rem; height:0.7rem; display: table; margin:0 auto; background:url(../images/ico44.png) center center no-repeat; background-size:0.7rem;   }
.footer ul li .fo3 i{ width:0.7rem; height:0.7rem; display: table; margin:0 auto; background:url(../images/ico22.png) center center no-repeat; background-size:0.7rem;   }
.footer ul li .fo4 i{ width:0.7rem; height:0.7rem; display: table; margin:0 auto; background:url(../images/ico33.png) center center no-repeat; background-size:0.7rem;   }


.info { font-size:12px;width: 8.4rem;height: 27px;line-height: 28px;text-align: center;margin: 8px auto; border: 1px dashed #ccc;border-left: none;border-right: none;color: #6f6f6f;}
