@charset "utf-8";
@font-face {
	font-family: 'Poppins';
	src: url(../fonts/Poppins-Bold.ttf);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { margin: 0; padding: 0; height: 100%; font-size: 14px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; color: #333; line-height: 24px; word-break: break-all; }
dd, dl, dt, li, ol, ul { margin: 0; padding: 0; list-style: none }
input { font-size: 12px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; vertical-align: middle }
select { font-family: Arial; font-size: 12px }
textarea { font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; font-size: 12px }
h3, h4, h5 { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px }
.fl { float: left }
.fr { float: right }
.clear { clear: both; font-size: 0; }
a { text-decoration: none; transition: all .2s linear 0s; color: #666; }
:focus { outline: 0 }
img { border: 0; vertical-align: baseline;}
/* p { line-height: 24px } */
.flex{display: flex;display: -ms-flexbox;justify-content:space-between;-ms-flex-pack: justify;}
.flex-default{display: flex;}
.flex-wrap {display: flex; flex-wrap: wrap;}
.wrap { width: 1200px; margin: auto; }
.inwrap {
    max-width: 1440px;
    margin: 0 auto;
}

/*other*/
.headweb{display: none;}
.footweb {display: none;}
.swiper-container { width: 100%;height: 100%;}
.header { width: 100%; padding: 0px; position: relative;  z-index: 9; border-top: 5px solid #ed7101; background-color: #fff; }
.header .flex{align-items: center;height: 100%;}
.tophr { height: 52px; line-height: 52px; background-color: #f5f5f5;}
.tophr .fl { color: #696969;}
.tophr .fr {  color: #fff; padding: 0 61px; position: relative;}
.tophr .fr::before { width: 61px; position: absolute; background-image: url(../images/topbg01.png); height: 52px; left: 0; content: '';}
.tophr .fr::after { width: 61px; position: absolute; background-image: url(../images/topbg02.png); height: 52px; right: 0; top: 0; content: '';}
.tophrcon { height: 52px;background-color: #ed7101;}
.tophr .fr a { color: #fff;}

.logo {margin-top: 27px;}
.hotfw { display: grid; grid-template-columns: auto auto; width: 270px; margin-top: 40px; float: right; position: relative; z-index: 1;}
.hotfw img { margin-top: 5px;}
.hotfwcon p { color: #878787; font-size: 15px;}
.hotfwcon h1 { font-size: 26px; color:#333333; display: block; margin-top: 10px;}
.navcon { background-color:  #292929;  height: 50px; margin: 0 auto; margin-top: 25px;}
.navcon .nav {display: flex; display:-webkit-flex; justify-content: space-between;}
.nav li { display: inline-block; position: relative;text-align: center;height: 50px; overflow: hidden;}
.nav li a {	border-radius: 0px; font-size: 15px; display: inline-block;color: #fff; text-align: center; line-height: 50px; padding: 0 45px;}
.nav a:hover {	color: #fff;background-color: #ed7101;}
.nav li.active > a, .nav ul li:hover{	background-color: #ed7101;	color: #fff;}
/* .nav li::after{content: '/'; font-size: 12px; color: #000; position: absolute;top: 50%; right: 0; transform: translate(50%,-50%);} */
.nav li:last-child::after{display: none;}
.nav li:last-child a{margin-right: 0;}
.nav li:first-child a{margin-left: 0;}

.header .rht img{vertical-align: text-bottom; margin-right: 5px;}
.header .rht span{margin-left: 20px;}

.weixin { opacity: 0;position: absolute; top:25px; left:0;z-index: 99; padding: 10px;}
.wxcon { position: relative;}
.wxcon:hover .weixin {opacity: 1; display: block;}
.wxcon .logojb{transition: 0.5s;position:relative;left: 0px;}
.wxcon:hover .logojb{left: -30px;}


.header .wrap { position: relative; }
.header .wrap div{display: inline-block;}
.header .wrap .phone{float: right;padding-top: 33px;position: relative;}
.header .wrap .phone .ph1{position: relative; font-size: 13px; line-height: 30px; }
.phone .ph1 img{position: absolute;top: 10px;left: -50px;}
.phone .ph1 span{font-size: 26px;line-height:30px;color: #ad1722; display: block; font-weight:bold;position: relative;top: -11px;}
.phone .ph2{font-size: 24px;line-height: 36px;color: #035abb;font-weight: bold;float: right;}
.header .wrap .phone .phimg{position: absolute;left: -174px;}
.logo{ float:left;}
.logoright{ float:left; padding-top:30px; line-height:32px;}
.logoright span{ font-size:23px; font-weight:bold; color: #ad1722; display:block;}

/* .nav {width: 100%;min-width: 1200px; background: #252525;}
.nav .wrap>ul{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}
.nav ul {text-transform: uppercase;font-size: 0;}
.nav ul li.navleft{border-color: rgba(255, 255, 255, 0.1);}
.nav ul li { display: inline-block; position: relative;font-size: 14px;width: 199px;text-align: center; }
.nav ul li a { display: block;color: #ffffff;}
.nava{line-height:50px;}
.nava:hover{background: #ad1722;}
.nav ul li.active > a, .nav ul li:hover{background: #ad1722;}
.nav ul li.gbksub { cursor: pointer; }
.sub-menu { position: absolute; top:75px; width: 100%; visibility: hidden; opacity: 0; z-index: -1; }
.nav ul li:hover .sub-menu { top:50px; visibility: visible; opacity: 1; z-index: 999; }
.sub-menu > li > a { background: #252525; border-top: 1px solid #CCC;height:56px; font-size:12px; line-height:56px;border-color: rgba(255, 255, 255, 0.2);}
.sub-menu li:hover a,.sub-menu li.on a { background: url(../images/navbg.jpg) top no-repeat;}
.transition {-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; } */

/*banner*/ 
.banner{width: 100%;}
.swiper-container-banner{overflow: hidden;position: relative;}
.swiper-container-banner img{width: 100%;}
.swiper-button-next-banner{position: absolute;right: 5%;top: 50%;--swiper-theme-color: #bb2222;}
.swiper-button-prev-banner{position: absolute;left: 5%;top: 50%;--swiper-theme-color: #bb2222;}
.swiper-button-next-banner,.swiper-button-prev-banner{width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next-banner:after,.swiper-button-prev-banner:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.swiper-button-next-banner:after{content: 'next';}
.swiper-button-prev-banner:after{content: 'prev';}
.swiper-pagination-banner{position: absolute;z-index: 2;text-align: center;--swiper-theme-color: #bb2222;}
/*首页*/

.hot {height: 84px; border-bottom: 1px solid #EFEFEF;}
.hot p span{color: #0057ad; font-weight: bold;display: inline-block; margin-right: 10px;}
.hot p {color: #959494; line-height: 84px;}
.tuo_dz{display: inline-block;}
.tou_dy { float: right; width: 343px; height: 38px;margin-top: 20px; }
.tou_dy .ank{width: 266px; height: 38px; text-indent:15px; border: 1px solid #e6e6e6; }
.tou_dy .anniu{ border:none; background: url(../images/search-white.png) 10px center no-repeat #0349a8;width: 76px;height: 38px; color: #fff;text-indent: 20px;}
.tou_dy form {display: flex;}

.title h1 { font-size: 40px; display: flex;  height: 60px; padding-top: 30PX; position: relative; margin:0 auto; text-align: center; justify-content: center; align-items: center; font-family: "微软雅黑"; }
.title h2 { font-size: 16px;font-weight: normal;  margin-top: 20px; text-align: center;}
.title h1::before {content: ""; width: 59px; height:19px;   background-image: url(../images/prok1.png); margin-right: 30px;}
.title h1::after {content: "";  width: 59px; height: 19px; background-image: url(../images/prok2.png); margin-left: 30px;}
.sr_blocon { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 15px; padding: 55px 0 100px 0;}
.yk_blo01 { margin:  0 auto; padding-top: 80px; position: relative;}
.inabout { position: relative;}
.inaboutbg { position: absolute; width: 50%; left: 0; top: 0; height: 100%;    background: url(../images/abbg.png) right top no-repeat;}
.inabout .fl { width: 50%; padding-right: 70px; padding-top: 65px;}
.inabout .fl h1 { font-size: 24px; line-height: 85px; display: block;float: left; width: 100%;}
.inabout .fl .abtext { font-size: 15px; line-height: 35px; display: block;float: left; width: 100%;}
.about_cont { float: left; width: 100%;}
.about_cont ul {
    margin-top: 45px;
  }
  .about_cont ul li {
    padding-bottom: 10px;
    width: 185px;
    height: 97px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
  }
  .about_cont ul li em {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    font-style: normal;
  }

  .about_cont ul li p {
    font-size: 14px;
    color: #999999;
  }
  .abmore { float: left;  width: 145px; height: 45px; background-color: #ed7101; border-radius: 30px; line-height: 45px; text-align: center; font-size: 16px; color: #fff; margin-top: 100px;}
  .inabout .fr { width: 50%; padding-left: 20px; padding-top: 65px;}
  .inabout .fr img {max-width: 100%;}

/*产品中心*/
.product {text-align: center; height: 1040px;background: url(../images/tixi.jpg) center bottom no-repeat; padding-top: 190px; }
.product .title h1 {  color: #fff; }
.product .title h2 { color: #fff;}
.product .title h1::before {background-image: url(../images/prok11.png);}
.product .title h1::after { background-image: url(../images/prok22.png); }
.product_cont { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 35px 45px; padding-top: 50px;}
.product_cont .item { display: flex; background-color: #fff;}
.product_cont .item .pic { width: 315px;}
.product_cont .item .pic img { max-width: 100%;}
.procon { flex: 1; width: 100%; padding: 60px 35px; justify-content: left; text-align: left;}
.procon h1 { font-size: 22px; display: block; color: #333;}
.procon p { display: block;color: #333;margin-top: 20px;}

.sr_blocon_n01 {padding-top: 80px;}
.sr_blocon_n01 .inwrap { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 60px; padding-top:60px;}
.sr_blocon_n01 .item {  position: relative; background-color: #f5f5f5; overflow: hidden; width: 100%;  padding: 40px 25px; position: relative;}
.sr_blocon_n01 .item figcaption { display: block; padding: 0 20px;line-height: 45px; font-size: 16px;color: #333;}
.sr_blocon_n01 .item h1 { font-size: 25px;  position: relative; display: block;  line-height: 50px; background-color: #ed7101; position: absolute;left: 0; top: 40px; color: #fff; padding: 0 20px 0 25px; border-top-right-radius: 30px; border-bottom-right-radius: 30px;} 
.sr_blocon_n01 .item p { display: block;  margin-bottom: 20px; color: #666666; padding-top: 80px;} 
.sr_blocon_n01 .item img{ max-width: 100%;}
.sr_blocon_n01 .item:hover { background-color: #fff; transition: .6s;box-shadow: 0px 0px 15px rgba(0, 0, 0,.4);}
.sr_bloimg { display: flex; justify-content: center;}

/* 教学环境 */
.sr_blocon_n02 {padding: 80px 0;}
.sr_blocon_n02 .hjing { padding-top: 80px; }
.banner-box{width:100%;float:left;position:relative;overflow-x:hidden;overflow-y:auto;padding:100px 0}
.banner-box .swiper-container{margin-left:auto;margin-right:auto;position:relative;z-index:1; overflow: visible;}
.banner-box .swiper-container-no-flexbox .swiper-slide{float:left}
.banner-box .swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.banner-box .swiper-wrapper{position:relative;width:10%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.banner-box .swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.banner-box .swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative;padding:0;opacity:0.5}
.banner-box .swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.banner-box .swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2;margin:0 5px;cursor:pointer}
.banner-box .swiper-container{width:100%}
.banner-box .swiper-slide{
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	transform:scale(.8);
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	-webkit-transition:transform 1.0s;
	-moz-transition:transform 1.0s;
	-ms-transition:transform 1.0s;
	-o-transition:transform 1.0s;
	-webkit-transform:scale(1);
	/* width:355px !important; */
	padding:0 15px;
}
.banner-box .swiper-slide-active,.banner-box .swiper-slide-duplicate-active{-webkit-transform:scale(1.71);transform:scale(1.71);z-index:999;padding:0px;opacity:1}
.banner-box .swiper-slide img{width:100%;display:block}
.banner-box .swiper-pagination{position:relative;margin-bottom:30px}
.banner-box .swiper-pagination-bullet-active{opacity:1;background:rgba(0,0,0,.8)}
.banner-box .swiper-button-next, .banner-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    z-index: 10;
    cursor: pointer;
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-box .swiper-button-prev { background-image: url(../images/left.png); left: 50%; margin-left: -380px;}
.banner-box .swiper-button-next { background-image: url(../images/right.png); right: 50%;margin-right: -380px;}
.banner-box .swiper-button-prev:hover {background-image: url(../images/lefthv.png);}
.banner-box .swiper-button-next:hover { background-image: url(../images/righthv.png);}

/* 师资团队 */
.sr_blocon_n03 {padding-top: 80px;background: url(../images/team.jpg) center bottom no-repeat; height: 787px;}
.sr_blocon_n03 .inwrap {margin-top: 60px;}
.sr_blocon_n03 .inwrap .box {display: block; height: 440px; position: relative;}
.sr_blocon_n03 .inwrap .tab_box {  height: 440px; flex: 1; margin-right: 525px; }
.sr_blocon_n03 .inwrap .tab_box .sr_blocon_n03_l { width: 100%; height: 440px; background-color: #ffffff; box-shadow: 0 5px 10px rgba(0, 0, 0,.1);display: flex;}
.sr_blocon_n03_l .n03_l_text { flex: 1; width: 100%; padding: 0 45px;}
.sr_blocon_n03_l .n03_l_text h1 {font-family: 'Poppins'; font-size: 86px; display: block; line-height: 100px; margin-top: 35px;}
.sr_blocon_n03_l .n03_l_text h2 { font-size: 18px; line-height: 35px; display: block;padding-left: 40px;}
.sr_blocon_n03_l .n03_l_text h3 { font-size: 18px; line-height: 35px; display: block;padding-left: 40px;}
.sr_blocon_n03_l .n03_l_text p {  line-height: 30px; display: block;padding-left: 40px;height: 90px; overflow: hidden;}
.line { margin-left: 40px; height: 2px; background-color: #78462f; margin-top: 15px;}
.line01 {margin-left: 40px; height: 1px; background-color: #78462f; margin-top: 2px; margin-bottom: 15px;}
.sr_blocon_n03_l .n03_l_text .h2 {margin-top: -70px; height: 35px; overflow: hidden; }
.sr_blocon_n03_l .n03_l_text .h3 { height: 70px; overflow: hidden; }
.sr_blocon_n03_l .n03_l_text .h2_1 {margin-top: 35px;height: 35px; overflow: hidden; }
.sr_blocon_n03 .inwrap .product_top { width: 525px;  padding-left: 75px; position: absolute;  right: 0; height: 440px;}
.sr_blocon_n03_list { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px;  }
.sr_blocon_n03_list .item { text-align: center;}
.sr_blocon_n03_list .item img {border-radius: 50%; max-width: 100%;  width: 210px; height: 210px;}
.sr_blocon_n03_list .item h1 { font-size: 20px; line-height: 60px; color: #000;}
.sr_blocon_n03_list .item:hover img { border:2px solid #ed7101;}
.tab_menu {
    overflow: hidden;
    margin-top: 0px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  } 
 .tab_menu li {
    text-align: center;
    float: none;
    flex: 1;
    display: inline-block;
    width: auto;
    display: inline;
    cursor: pointer;
    margin: 0px;
    color: #6b020a;
    font-size: 24px;
    position: relative;
  }
.tab_box { position: relative; } 
.tab_menu li.current .item img{   border:2px solid #ed7101;}
.tab_box .hide {  display: none;    }

/* 围棋小知识 */
.sr_blocon_n04 { margin-top: 80px;}
.xzs{ padding: 15px; margin-top: 60px;background:#f2f2f2 url(../images/zhuozi.png) right bottom no-repeat;}
.xzscon {border: 1px solid #dadada;padding: 20px;}
.xzstit span { background-color: #ed7101; line-height: 45px; padding: 0 40px; color: #fff; font-size: 20px; border-radius: 5px; display: inline-block;}
.xzslist { display: grid; grid-template-columns: 1fr 1fr; grid-gap:0px  50px; padding-top: 15px;}
.xzslist .item { border-bottom: 1px dashed #dadada; padding: 15px 0;}
.xzslist .item .itemcon { display: flex;line-height: 28px; font-size: 15px;}
.xzslist .item .itemcon .itle { width: 60px;}
.xzslist .item .itemcon .itle span { width: 17px; height: 17px; text-align: center; line-height: 17px; color: #fff; background-color: #8a8a8a; border-radius: 50%; 
	display:inline-block; margin-right:5px ; font-size: 14px;}
.xzslist .item .da .itle span {background-color: #ed7101; }
.xzslist .item .itemcon p {width: 100%;  flex: 1;}

.b_tag  { margin-top: 20px;}


/*新闻*/
.news { padding-top: 60px;}
.news_t {display: flex;padding-bottom: 50px;}
.news_tcon {flex: 1; width: 100%; padding-left:55px; }
.news_tcon h1 { display: block; line-height: 20px; position: relative; min-height: 50px; font-size: 20px; padding: 15px 0; overflow: hidden; }
.news_tcon h1::before {position: absolute; left: 0; right: 0; bottom: 3px;background-color: #78462f; height: 2px; content: ''; }
.news_tcon h1::after {position: absolute; left: 0; right: 0; bottom: 0px;background-color: #78462f; height: 1px; content: ''; }
.news_tcon h2 { display: block; line-height: 70px; position: relative;  font-size: 20px;}
.news_tcon p { line-height: 33px; height: 66px; overflow: hidden;}
.news_tcon .nemore {
    float: left;
    width: 110px;
    height: 30px;
    background-color: #ed7101;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}
.inews_cont{ padding:40px 0 80px 0; border-top: #e4dad5 1px solid; display: grid;grid-template-columns: 1fr 1fr 1fr; grid-gap: 85px;}
.inews_cont .item h1 {font-size: 20px; line-height: 55px;}
.inews_cont .item p {font-size: 15px; line-height: 33px;}
.inews_cont .item a { color: #000;}

/*分站*/
.citys {width: 100%; min-width: 1200px; padding: 50px 0;}
.citys .dq ul {padding:15px; background: #fafafa; border: 1px solid #e6e6e6; display: flex; display: -ms-flexbox; justify-content: space-between; -ms-flex-pack: justify;}
.citys .dq ul li {font-size: 16px; color: #666;}
.citys .dq ul li:hover {cursor: pointer;}
.citys .dq ul li i {    width: 1px;
    height: 11px;
    margin: 8px 0 0 38px;
    float: right;
    background: #C7C7C7;}
.citys .cs ul {padding: 15px; display: flex; display: -ms-flexbox; flex-wrap:wrap; -ms-flex-wrap: wrap; border: 1px solid #e6e6e6; border-top: none;}
.citys .cs ul li a {padding: 5px 12px;}

.dqli {font-weight: bold;}

/*友情链接*/
.links .linktit{ position: relative; height: 32px;}
.links .linktit p{color: rgba(0,0,0,.6);font-size: 14px; width: 160px; position: absolute; left: 0; top: 0;}
.links .linktit p span{font-size: 30px;color: #000;}
.links .linktit .xian{margin-left: 150px; border-bottom: 1px solid #d9d9d9; height: 20px;}
.links .linkli{line-height: 85px;}
.links .linkli a{line-height: 85px;margin-right: 60px;color: #000000;}

/*内页*/
.ban { width: 100%; }
.newswep{display: none;}
.ban { width: 100%; }
.ban img{width: 100%;}
.about p { line-height: 36px; }
.videolist ul {display: flex; flex-wrap: wrap; justify-content: space-between; flex-wrap: wrap; -ms-flex-wrap: wrap;}
.videolist ul li  {margin-bottom: 20px;}
.videolist ul li .title {text-align: center; line-height: 45px; background: #f2f2f2;}
.videolist ul li .title:hover {background: #ed7101; color: #fff;}
.videolist ul li img {width:285px ; height: 250px;}
.location { width: 100%; border-bottom: 1px solid #e4e4e4; height: 45px; line-height: 24px; padding: 13px 0; }
.location .breadrumb { background: url(../images/address.png) left center no-repeat; padding-left: 20px; }
.c_wrap { margin:40px auto;}
.c_wrap_l { width: 240px; float: left; }
.c_wrap_l .tit { background: #333; font-size: 20px; color: #fff; font-weight:bold; padding: 15px; text-align:center; }
.c_wrap_l .tellbg {background: url(../images/tellbg.jpg) center no-repeat; background-size:auto; padding:15px 0; }
.c_wrap_l .telltest {  width:60%; height: 64px; background: #a15605; background: rgba(33, 33, 33, 0.5); line-height:40px;font-size:20px; color: #fff; padding-left:15px; font-weight:bold;}
.c_wrap_l .telltest p{font-family: Arial;font-weight:100; line-height:10px;}
.c_wrap_l .tit p { font-size: 14px; text-transform: uppercase; font-family: Arial; padding-top: 10px; }
.c_wrap_l .box #leftnav dl dt {display: flex; justify-content: space-between;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt a {flex:1; display: inline-block; text-indent:5px;font-size: 14px; margin:0 10px;}
.c_wrap_l .box #leftnav dl dt span {width: 19px; height: 19px; display: block; float:right; color: #444; font-size: 18px; margin-right: 15px;}
.c_wrap_l .box #leftnav dl dt:hover {background: #ed7101;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt:hover a {color: #fff;border-bottom: 1px dashed #ed7101;}
.c_wrap_l .box #leftnav .list2 { color: #333; line-height:40px; } 
.c_wrap_l .box #leftnav .list2 a {display:block; width:200px; margin:0 auto;  padding-left:20px;  border-bottom: 1px dashed #d7d7d7;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav .list2 a:hover {color: #fff; background: #ed7101;border-bottom: 0px;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box { background: #f6f6f6; margin-bottom: 30px; padding-bottom:10px;}
.c_wrap_l .box dt a{ display:block; margin:0 auto;  height: 45px; line-height: 45px;  transition: all .2s linear 0s;border-bottom: 1px dashed #d6d6d6;  position: relative; }
.c_wrap_l .box #leftnav dt a {display: inline-block; }
.c_wrap_l .box dl dt:hover span{width:10px; height: 15px; display: inline-block; color:#fff !important;}
.c_wrap_l .box dl dt:hover {cursor: pointer; color: #fff;}
.c_wrap_l .box dl .active{background: #ed7101; border-bottom: 1px dashed #ed7101;}
.c_wrap_l .box dl .active a,.c_wrap_l .box dl .active span{color: #fff !important;border-bottom: 0px ;}

.c_wrap_l .box dl dt span:hover {cursor: pointer;}
.c_wrap_l .box.contact { padding: 15px 15px; background: #f6f6f6; }
.c_wrap_l .box.tags { padding: 15px; }
.c_wrap_l .box.tags .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; margin-bottom: 10px; }
.c_wrap_l .box.tags .badge i { display: inline-block; width: 12px; height: 12px; background: url(../images/tags.png) no-repeat; margin-right: 5px; }
.c_wrap_r { width: 930px; float: right; position: relative; }
.c_wrap_r iframe{ min-height:350px !important;}

.productlist { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px;}
.prolist { background-color: #f2f2f2; position: relative;}
.prolist::after { position:absolute; content: '';  width: 100%; height: 100%;}
.prolist img { width: 280px;}
.prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; position: absolute; bottom: 0; width: 100%; }
.prolist p.title:hover { background: #0349a8; color: #fff; }
.newslist { padding-bottom: 30px; }
.overf { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list_item { position: relative; padding: 33px 0; transition: all .2s linear 0s; }
.list_item .news_con { position: absolute; width: 659px; padding: 0 30px; }
.list_item .name { padding: 15px 0 5px; font-weight: normal; margin-bottom: 10px; font-size: 18px; color: #343434; }
.list_item .news_con .des { overflow: hidden; height: 72px; font-size: 14px; line-height: 22px; color: #999999; text-align: left; }
.list_item .news_con .xian { position: absolute; top: 16px; height: 16px; width: 4px; background: #999; transition: all .2s linear 0s; }
.list_item .news_others { position: relative; overflow: hidden; width: 160px; padding: 0 40px; height: 126px; }
.list_item .news_others .inform { position: absolute; width: 100%; top: 10px; }
.list_item .news_others .date { margin-bottom: 10px; font-size: 40px; line-height: 1; font-family: 'PingFang-Light'; opacity: 0.7; color: #999; display: block; padding-bottom: 5px; }
.list_item .news_others .year { margin-bottom: 5px; font-size: 14px; opacity: 0.6; color: #999; }
.list_item .news_others .more { display: block; width: 42px; height: 20px; opacity: 0; transform: translateX(-20px); border-bottom: 2px solid #ed7101; padding-bottom: 8px; font-size: 12px; transition: all .2s linear 0s; }
.list_item .news_xian { display: block; width: 1px; height: 192px; background: #e3e3e4; position: absolute; left: 210px; margin-left: -0.5px; top: 0; z-index: 0; }
.odd .list_item { padding-left: 50%; }
.odd .list_item .news_con { left: 0; }
.odd .list_item .news_con .xian { right: -2px; }
.even .list_item .news_con { right: 0; }
.even .list_item .news_con .xian { left: -2px; }
.list_item:hover { box-shadow: 0 0 20px #ddd; }
.list_item:hover .news_con .xian { height: 80%; background: #ed7101; }
.list_item:hover .news_con .name { color: #ed7101; font-weight: normal; }
.list_item:hover .news_others .date, .list_item:hover .news_others .year { opacity: 1; color: #ed7101; }
.list_item:hover .news_others .more { opacity: 1; transform: translateX(0); color: #ed7101; }
.list_item:hover .news_others .img { opacity: 1; }
.c_wrap_r h1 { font-weight: 400; font-size: 24px; text-align: center; padding: 15px 0; }
.c_wrap_r p.news_oth { text-align: center; color: #888; border-bottom: 1px dashed #e4e4e4; padding-bottom: 10px; }
.c_wrap_r p.news_oth span { margin: 0 10px; }
.summary { position: relative; background: #fafafa; margin: 20px 10px 0; padding: 40px 20px 20px; font-family: 微软雅黑; color: #6c7480; font-style: italic; line-height: 150%; border: 1px solid #eee; border-radius: 5px; }
.summary span { position: absolute; left: -1px; top: 15px; padding: 0 0 0 20px; font-size: 1.2em; font-style: normal; color: #c2c6cc; border-left: 4px solid #c2c6cc; }
.content { padding: 20px 10px; line-height: 30px; }
.content img {display: block; margin: 0 auto;}
.content p { margin-bottom: 10px; }
.content h2, .interested .tit { height: 48px; line-height: 48px; font-size: 16px; color: #202020; background: #eee; text-indent: 15px; font-weight: 400; border-left: 5px solid #ed7101; margin-bottom: 10px; }
.pro_c { margin-bottom: 40px; padding:0px 50px; }
.pro_c .img { width:95%;text-align: center;border: 1px dashed #ccc;padding:10px;border-radius:15px; }
.pro_c .img img { width: 100%; border-radius: 10px; cursor: pointer;margin: 0 auto; }
.pro_c .img .swiper-pagination { background: rgba(0,0,0,.5); color: #fff; width: auto; left: 50%; margin-left: -25px; padding: 0 10px; border-radius: 24px; line-height: 24px; height: 24px; font-size: 12px; }
.pro_c .text { text-align: center; margin-bottom: 20px;}
.pro_c .text .tit h1 { font-size: 18px; font-weight: 400; text-align: left; display: inline-block; padding: 0; font-weight:bold; }
.pro_c .des {margin-top: 20px; line-height: 30px; color: #777777;text-align: center; }
.interested+.content { padding-top: 0; }
.taglist .list { display: none; border-bottom: 1px solid #f5f5f5; height: 50px; line-height: 50px; padding: 0 10px; }
.taglist .list span { margin-right: 20px; }
.taglist .list a { display: block; color: #777; background: url(../images/jt1.jpg) right center no-repeat; }
.tag { border-bottom: 1px dashed #ccc; padding-bottom: 16px; margin-top: 50px; font-size: 14px; color: #29282d; margin-bottom:30px; }
.tag a { display: inline-block; height: 25px; line-height: 25px; padding: 0 10px; border: 1px solid #999; margin-left: 6px; color: #29282d; border-radius: 3px; }
.pagebox { height: 36px;  text-align: center; }
.pagebox #pagesize { display: inline-block; }
.pagebox #pagesize li { float: left; }
.pagenav { overflow: hidden; margin-top: 30px; margin-bottom: 62px; }
.pagenav p { width: 45%; font-size: 14px; color: #777; }
.pagenav p.next { float: left; }
.pagenav p.prev { float: right; text-align: right; }
.interested { padding-bottom: 20px; }
.interested .list { border-bottom: 1px dashed #ddd; height: 50px; line-height: 50px; padding-right:5px; padding-left:20px; background:url(../images/jt_right.png) no-repeat center left; }
.interested .list span { float:right; color:#CCC;}
.interested .list a { display: block; color: #777; }
.interested .prolist { width: 212px; float: left; margin: 15px 10px; margin-bottom: 30px; }
.interested .prolist img { width: 212px;}
.interested .prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.interested .prolist p.title:hover { background: #0349a8; color: #fff; }
.photolist {float: left; margin-right: 40px;margin-bottom: 28px; position: relative;}
.photolist img{width:269px;}
.photolist .title {height: 45px; text-align: center; line-height: 45px;background: #f2f2f2; transition: all .2s;}
.photolist .title:hover {background: #cd0208;color: #fff;}
.proconn { position:relative; height:100% ;width: 100%; padding-bottom: 45px; box-sizing: border-box; display: flex; justify-content: center;align-items: center;}


.zxly{ padding-left:5px; margin-bottom:30px; line-height:40px; font-size:15px;}
.zxly span{ font-weight:bold; font-size:16px;}

.ny_lxwm .t{ font-size:24px; color:#333; font-weight:bold; line-height:50px;}
.ny_lxwm li{float:left; width:400px; background:url(../images/lx_ico.png) left 18px  no-repeat;line-height:70px; height:70px; border-bottom:1px solid #eee;padding-left:65px;}
.ny_lxwm li.li1{ background-position:0px 20px;}
.ny_lxwm li.li2{ background-position:00px -50px;}
.ny_lxwm li.li3{ background-position:0px -120px;}
.ny_lxwm li.li4{ background-position:0px -190px;}
.ny_lxwm li.li5{ background-position:0px -260px;}
.ny_lxwm li.li6{ background-position:0px -330px;}
.lxtjyc{ display:none;}




/*底部*/
.footer {background: #2a2d32; color: #fff; }
.footer .inwrap { position: relative; }
.footercon { min-height: 320px;  width: 820px; flex: 1; float: left; margin-top: 25px; }
.footer a { color: #fff; }
.footer .add img{vertical-align:text-bottom; margin-right: 5px;}
.footer .bm { background-color: #202125;}
.footer .bm .inwrap {height: 65px; line-height: 65px; align-items: center; }
.footer .bm img{vertical-align: middle;}

.fnav { border-bottom: 1px solid #191b1e; position: relative;    text-transform: uppercase;
    z-index: 200;
    display: flex;}
.fnav::after {border-bottom: 1px solid #191b1e; content: ''; background-color: #404247; bottom: 0px; left: 0; right: 0px; height: 1px; position: absolute;}
.fnav li { display: inline-block;     flex: 1; text-align: center;}
.fnav li a { color: #fff; line-height: 55px;}

.footer .lft{ position:absolute; width:440px;  padding: 0 40px; background-color: #27282d; right: 0;top: 0;bottom: 0; padding-top: 25px;}
.footer .lft h1 {color: #ed7101; font-size: 20px; font-weight: bold; margin-top: 15px; margin-bottom: 20px;}

.address { position: relative;border-bottom: 1px solid #191b1e; padding: 25px 0; display: grid; grid-template-columns: auto auto; line-height: 35px;}
.address::after {border-bottom: 1px solid #191b1e; content: ''; background-color: #404247; bottom: 0px; left: 0; right: 0px; height: 1px; position: absolute;}
.address .add:nth-child(3) { grid-column: 1 / 3;}
.address .add { position: relative;}
.address .add span {position: absolute; left: 0; width: 60px;}
.address .add p { margin-left: 40px;}
.fzy {margin-top: 20px; line-height: 35px;}
.fzy div{display: inline-block;display: flex;}
.formFieldWrap { height: 40px; margin-bottom: 15px; width: 50%; float: left;padding: 0 5px;}
.formFieldWrap input { height: 40px; width: 100%; padding: 0 10px;font-size: 14px;}
.formTextareaWrap {padding: 0 5px;width: 100%; float: left;}
.formTextareaWrap input { height: 40px; width: 100px; padding: 0 10px;font-size: 14px; float: left;margin-top: 15px; }
.formTextareaWrap img { margin-top: 15px; float: left; height: 38px;}
.formTextareaWrap textarea { width: 100%; height: 120px; padding: 10px; font-size: 14px;}
.formSubmitButtonErrorsWrap input { width: 100%; color: #fff; background-color: #ed7101; border: 0; margin-top: 15px; height: 30px;}
.buttonWrap { float: right!important; background-color: #b48b62!important; border: 0; color: #fff;}
.saoyis { width: 160px; text-align: center; float: left; margin-top: 170px; line-height: 40px;}


.fix-right-v2 { position: fixed; right: 20px; bottom: 100px; width: 38px; height: 38px; background: #fff; z-index: 1001; }
.fix-right-v2 table { width: 100%; height: 100%; }
.fix-right-v2 table, .fix-right-v2 td { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; height: 38px; }
.fix-right-v2 li { position: relative; }
.fix-right-v2 a { display: block; width: 38px; font-size: 0; background-image: url(../images/sidebar_spriteV2.png); overflow: hidden; cursor: pointer; transition: none; }
.fix-right-v2 .download a { height: 38px; background-position: -38px -176px; }
.fix-right-v2 .download:hover a { background-position: 0 -176px; }
.fix-right-v2 .download img { width: 90px; height: 90px; }
.fix-right-v2 li span { position: absolute; right: 58px; top: 0; visibility: hidden; padding: 0 14px; opacity: 0; color: #fff; font-size: 12px; background: #b48b62; transition: .3s all ease-in; -webkit-transition: .3s all ease-in; -moz-transition: .3s all ease-in; -o-transition: .3s all ease-in; white-space: nowrap; }
.fix-right-v2 li .popup-qr { top: -30px; padding: 8px; background: #fff; }
.fix-right-v2 li span i { position: absolute; right: 0; top: 50%; width: 0; height: 0; margin: -5px -10px 0 0; font-size: 0; border: 5px solid; border-color: transparent transparent transparent #b48b62; overflow: hidden; }
.fix-right-v2 li .popup-qr i { border-color: transparent transparent transparent #fff; }
.fix-right-v2 .feedback a, .fix-right-v2 .feedback span { height: 38px; line-height: 38px; }
.fix-right-v2 .feedback a { background-position: -38px -252px; }
.fix-right-v2 .feedback:hover a { background-position: 0 -252px; }
.fix-right-v2 li:hover span { right: 38px; opacity: 1; visibility: visible; }
.fix-right-v2 .gotop { position: absolute; bottom: 38px; }
.fix-right-v2 .gotop a, .fix-right-v2 .gotop span { height: 38px; line-height: 38px; }
.fix-right-v2 .gotop a { background-position: -38px -290px; }
.fix-right-v2 .gotop:hover a { background-position: 0 -290px; }

/**/
#dituContentn{ width:100%; height:300px;}
.companywab{background:url(../images/ba.png) no-repeat left center; padding-left:25px;}




@media screen and (max-width: 1300px) {
	.saoyis {display: none;}
	.footercon {
		width: 100%;
		padding-right: 470px;
	}
	.sr_blocon_n03 .inwrap .box {		height: auto;	}
	.sr_blocon_n03 .inwrap .product_top {
		width: 100%;
		padding-left: 0px;
		position: relative;
		right: auto;
		height: auto;
	}
	.sr_blocon_n03 .inwrap .tab_box {
		height: 440px;
		flex: 1;
		margin-right: 0px;
	}
	.sr_blocon_n03 { background: #f1f1f1 url(../images/team.jpg) center bottom no-repeat;
		height: auto;}
}


/*大于1200px*/
@media screen and (max-width: 1200px) {
	.headweb{display: none;}
	.footweb{display: none;}
	.product {
		text-align: center;
		height: auto;
		background:#eb8d35 url(../images/tixi.jpg) center top no-repeat;
		padding-top: 150px;
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.product_cont {
		display: grid;
		grid-template-columns:1fr;
		grid-gap: 35px;
	}
	.banner-box .swiper-button-prev { background-image: url(../images/left.png); left: 0; margin-left: 0px;}
    .banner-box .swiper-button-next { background-image: url(../images/right.png); right: 0;margin-right: 0px;}
}
@media screen and (max-width: 1000px) {
	.lft { display: none;}
	.footercon {
		width: 100%;
		padding-right: 0px;
	}
	.banner-box .swiper-button-prev { background-image: url(../images/left.png); left: 0; margin-left: 0px;}
.banner-box .swiper-button-next { background-image: url(../images/right.png); right: 0;margin-right: 0px;}
}
/*1400px到660px之间*/
@media screen and  (min-width: 660px) and (max-width:1200px) {
	.wrap { width: 96%; margin: auto; }
	.footweb{display: none;}
	.citys{display: none;}
	/*banner*/
	.swiper-container { width: 100%;height: 100%;}
	
	/*内页*/
	.c_wrap_l{display: none;}
	.c_wrap_r{width: 100%;float: none;padding: 20px 0;}
	.productlist {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
	.c_wrap_r .about{width: 100%;}
	/* .c_wrap_r .prolist{width: 46%;margin: 0 2%;margin-bottom: 20px;float: left;} */
	.c_wrap_r .prolist img{width: 100%;}
	.pro_c{margin-bottom: 40px;padding: 0 6%;}
	.pro_c .text{margin-bottom: 20px;}
	.pro_c .img img{width: 100%;}
	.pagenav{margin-top: 30px;margin-bottom: 40px;}
	.pagenav p{font-size: 14px;}
	.interested{padding-bottom: 20px;}
	.content img{width: 100%;}
	.tag{margin-top: 30px;margin-bottom: 30px;}
	.newslist{display: none;}
	.newswep{display: block;}
	.newswep .newli{border-bottom: 1px solid #ccc;padding: 8px 0px;margin-bottom: 20px;}
	.newswep .newli .newlitit{display: block;font-size: 18px;color: #000;line-height: 18px;}
	.newswep .newli .newlidate{font-size: 14px;color: #969696;margin: 5px 0px;}
	.newswep .newli .newlicon{font-size: 14px;color: #969696;margin-bottom: 5px;}
	.newswep .newli .newlia{color: #5f5f5f;font-size: 16px;text-align: right;}
	
	.ny_lxwm .t{ font-size:24px; color:#333; font-weight:bold; line-height:50px;}
	.ny_lxwm li{float:left; width:-webkit-fill-available; background:url(../images/lx_ico.png) left 18px  no-repeat;line-height:70px; height:70px; border-bottom:1px solid #eee;padding-left:60px;}
	.ny_lxwm li.li1{ background-position:0px 20px;}
	.ny_lxwm li.li2{ background-position:00px -50px;}
	.ny_lxwm li.li3{ background-position:0px -120px;}
	.ny_lxwm li.li4{ background-position:0px -190px;}
	.ny_lxwm li.li5{ background-position:0px -260px;}
	.ny_lxwm li.li6{ background-position:0px -330px;}
	.lxtjyc{ display:none;}
	
	/*头部*/
	.nav{min-width: inherit !important;}
	.nav .wrap1>ul{width: 100%;display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}
	.nav ul li{width: inherit;}
	.nav ul li.active > a, .nav ul li:hover{background: #ad1722;}
	.nava:hover{background: #ad1722;}
	.sub-menu li:hover a, .sub-menu li.on a{background: #ad1722;}
	.nav li a {		padding: 0 20px;	}
	.abmore {margin-top: 20px;	}
	.inabout .fl {	padding-right: 15px;	}
	.about_cont ul {	margin-top: 15px;	}
	.inwrap { width: 96%;}
	.sr_blocon_n03 {background: #f1f1f1 url(../images/team.jpg) center bottom no-repeat;		height: auto;}

	.sr_blocon_n03 .inwrap .box {
		display: block;
	}
	.sr_blocon_n03 .inwrap .product_top {
		width: 525px;
		margin: 0 auto;
		padding-left: 0px;
	}
	.sr_blocon_n03_list {
		width: 525px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		padding-left: 0px;
		margin: 30px auto;
	}
	.banner-box .swiper-button-prev { background-image: url(../images/left.png); left: 0; margin-left: 0px;}
.banner-box .swiper-button-next { background-image: url(../images/right.png); right: 0;margin-right: 0px;}
	
}

@media screen and  (min-width: 660px) and (max-width:820px) {
	.header .wrap .phone .phimg{display: none;}
	.headtop .fr{padding-left: 10px;}
	.tophr .fr, .hotfw , .footer .lft, .saoyis{display: none;	}
	.nav li a {		padding: 0px;	}
	.logo {		float:none; text-align: center;	}
	.inabout .fl {width: 100%;	}
	.inabout .fr {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.xzslist {
		grid-template-columns: 1fr;
	}
	.news_t {
		display: block; text-align: center;
	}
	.news_tcon {		padding-left: 0px;	}
	.news_tcon .nemore {
		float: none;
		padding: 7px 40px;
	}
	.inews_cont {
		padding: 40px 0 80px 0;
		border-top: #e4dad5 1px solid;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		width: 100%;
	}
	.footercon {
		min-height: 320px;
		width: 100%;
		flex: 1;
		float: left;
		margin-top: 25px;
	}
	.sr_blocon_n01 .inwrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.sr_blocon_n03 {background: #f1f1f1 url(../images/team.jpg) center bottom no-repeat;		height: auto;}
	.sr_blocon_n03 .inwrap .box {
		display: block;
	}
	.sr_blocon_n03_list {
		width: 525px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		padding-left: 0px;
		margin: 30px auto;
	}
	.sr_blocon_n03 .inwrap .tab_box {
		display: block;height: auto;
	}
	.sr_blocon_n03 .inwrap .tab_box .sr_blocon_n03_l {
		width: 100%;
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 5px 10px rgba(0, 0, 0,.1);
		display: block;
		flex: 1;
		text-align: center;
	}
	.sr_blocon_n03_l img { display: inline-block; text-align: center;padding-top: 15px;}
	.sr_blocon_n03_l .n03_l_text {
		width: 90%;
		padding: 0 15px;
		display: block;
	}
	.banner-box .swiper-button-prev { background-image: url(../images/left.png); left: 0; margin-left: 0px;}
.banner-box .swiper-button-next { background-image: url(../images/right.png); right: 0;margin-right: 0px;}
}

/*小于660px*/
@media screen and  (max-width: 660px) {
	.service-side-container {display: none;}
	.service-dialog {display: none;}
	.wrap { width: 96%; margin: auto; }
	.headtop{display: none;}
	.header{display: none;}
	.nav{display: none;}
	.headweb{display: block;}
	.link{display: none;}
	.footer{display: none;}
	.footweb{display: block;}
	.citys{display: none;}
	/*banner*/
	.swiper-container { width: 100%;height: 100%;}
	.swiper-button-next-banner:after,.swiper-button-prev-banner:after{font-size:5vw;}
	/*headtop*/
	.headtop{display: none;}
	.header {display: none;}
	.headweb{display: block;}
	.link{display: none;}
	.footer{display: none;}
	.footlogo{display: none;}
	.fixnav {}
	/*nav*/
	#openlc { position: fixed; right: 0; top: 0; z-index: 999; height: 70px; padding: 5px 0; }
	.lcbody { display: inline-block; margin: 20px; width: 30px; height: 30px; position: relative; transform: translateZ(0px) rotate(0deg); transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); }
	.lcitem { position: absolute; left: 0; top: 0; transform: translateZ(0px) rotate(0deg); transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; -webkit-transform: translateZ(0px) rotate(0deg); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; width: 30px; height: 30px; }
	.lcitem .rect { width: 30px; height: 1px; background: #999999; position: absolute; left: 0; top: 14px; transition: transform 0.2s ease 0.2s; -webkit-transition: -webkit-transform 0.2s ease 0.2s; }
	.lcitem .rect.top { transform: translate3d(0px, -8px, 0px); -webkit-transform: translate3d(0px, -8px, 0px); }
	.lcitem .rect.bottom { transform: translate3d(0px, 68px, 0px); -webkit-transform: translate3d(0px, 8px, 0px); }
	#leftcontrol { width: 260px; height: 100%; right: -260px; transition: all 0.25s; background: #f3f3f3; position: fixed; overflow-y: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; z-index: 999; }
	#leftcontrol ul#nav { padding-top: 13px; }
	#leftcontrol ul li { display: block; min-height: 44px; border-top: 1px solid #dcdcdc; font-size: 10px; width: 100%; }
	#leftcontrol ul li a { display: block; color: #777777; padding: 0 25px; height: 44px; line-height: 44px;font-size: 14px; }
	#leftcontrol ul li a span { display: inline-block; }
	#leftcontrol ul li a span.circle { width: 8px; height: 8px; border: #474747 1px solid; border-radius: 5px; margin-right: 20px; }
	#leftcontrol ul li .subnav { display: none; }
	#leftcontrol ul.subnav li a i { margin-right: 20px; font-size: 15px; color: #b22; }
	#leftcontrol ul.subnav li a { /*background: #bb2222;*/ color: #777777; }
	#leftcontrol ul.subnav li a:hover{color: #bb2222;}
	#leftcontrol ul li a span.more { width: 12px; height: 12px; position: relative; float: right; top: 16px; }
	#leftcontrol ul li a span.more span { background: #c50000; position: absolute; }
	#leftcontrol ul li a span.more span.h { width: 12px; height: 2px; transform: translate3d(0, 5px, 0); -webkit-transform: translate3d(0, 5px, 0); }
	#leftcontrol ul li a span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); -webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); }
	#leftcontrol ul li.active a span.more span{background: #fff;}
	#leftcontrol ul li.active a span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); }
	#leftcontrol ul li.active a span.circle { border-color: #fff; background-color: #fff; }
	#leftcontrol ul li.active a.hassub { background: #bb2222; color: #FFF; }
	#leftcontrol ul li.onnav>a { background: #b22; color: #ccc; }
	#leftcontrol ul li.onnav a span.circle { border-color: #fff; background-color: #fff; }
	#leftcontrol ul li.noNav { display: none; }
	.pageOn #openlc {}
	.pageOn #leftcontrol { right: 0; top: 0; }
	.pageOn .lcbody { transform: translateZ(0px) rotate(90deg); -webkit-transform: translateZ(0px) rotate(90deg); }
	.pageOn .lcitem { transform: translateZ(0px) rotate(45deg); transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s; -webkit-transform: translateZ(0px) rotate(45deg); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s; }
	.pageOn .lcitem .rect { transition: transform 0.2s ease 0s; transform: translate3d(0px, 0px, 0px); -webkit-transition: -webkit-transform 0.2s ease 0s; -webkit-transform: translate3d(0px, 0px, 0px); }
	.pageOn .lcitem.bottom { transform: translateZ(0px) rotate(-45deg); -webkit-transform: translateZ(0px) rotate(-45deg); }
	#body { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 996; display: none; }
	.pageOn #body { display: block; }
	/*header*/
	.headerw { width: 100%; height: 80px; position: relative; }
	.header_fixed { position: fixed; z-index: 666; top: 0; left: 0; right: 0; padding: 17px 0; background: #FFF; box-shadow: 2px 2px 15px 5px rgba(0,0,0,.15) }
	.logo_area { height: 46px; }
	.logo_area img { height: 46px }
	
	/*foot*/
	.foot { width: 100%; height: 65px; background: #333; position: fixed; bottom: 0; z-index: 99999; }
	.foot ul { padding-top: 5px; }
	.foot li { width: 20%; float: left; text-align: center; color: #FFF; }
	.foot li p { color: #FFF; font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu }
	.foot_box { width: 100%; height: 65px; }
	.foot_back {width: 100%;height:100%; background: url(../images/back.png) 44px 36px no-repeat rgba(0,0,0,0.8); background-size: 84%; position: fixed; top: 0; z-index: 999999; display: none;}
	.foot_back a {right: 20vw;width: 66vw;height: 12vw;display: block;position: absolute;top: 109vw;border-radius: 50px;text-align: center;line-height: 12vw;font-size: 4vw;}

	/*内页*/
	.c_wrap_l{display: none;}	
	.c_wrap_r{width: 100%;float: none;padding: 20px 0;}
	.productlist {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
	.c_wrap_r .about{width: 100%;}
	/* .c_wrap_r .prolist{width: 46%;margin: 0 2%;margin-bottom: 20px;float: left;} */
	.c_wrap_r .prolist img{width: 100%;}
	.pro_c{margin-bottom: 40px;padding: 0 6%;}
	.pro_c .text{margin-bottom: 20px;}
	.pro_c .img img{width: 100%;}
	.pagenav{margin-top: 30px;margin-bottom: 40px;}
	.pagenav p{font-size: 14px;}
	.interested{padding-bottom: 20px;}
	.content img{width: 100%;}
	.tag{margin-top: 30px;margin-bottom: 30px;}
	.newslist{display: none;}
	.newswep{display: block;}
	.newswep .newli{border-bottom: 1px solid #ccc;padding: 8px 0px;margin-bottom: 20px;}
	.newswep .newli .newlitit{display: block;font-size: 18px;color: #000;line-height: 18px;}
	.newswep .newli .newlidate{font-size: 14px;color: #969696;margin: 5px 0px;}
	.newswep .newli .newlicon{font-size: 14px;color: #969696;margin-bottom: 5px;height: 48px;overflow: hidden;}
	.newswep .newli .newlia{color: #5f5f5f;font-size: 16px;text-align: right;}
	
	.ny_lxwm .t{ font-size:24px; color:#333; font-weight:bold; line-height:50px;}
	.ny_lxwm li{float:left; width:-webkit-fill-available; background:url(../images/lx_ico.png) left 18px  no-repeat;line-height:70px; height:70px; border-bottom:1px solid #eee;padding-left:50px;}
	.ny_lxwm li.li1{ background-position:0px 20px;}
	.ny_lxwm li.li2{ background-position:00px -50px;}
	.ny_lxwm li.li3{ background-position:0px -120px;}
	.ny_lxwm li.li4{ background-position:0px -190px;}
	.ny_lxwm li.li5{ background-position:0px -260px;}
	.ny_lxwm li.li6{ background-position:0px -330px;}
	.lxtjyc{ display:none;}	
	.c_wrap_r iframe {min-height: 520px !important;}
	.xzslist {
		grid-template-columns: 1fr;
	}
	.logo {		float:none; text-align: center;	}
	.inabout .fl {width: 100%;	}
	.inabout .fr {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.xzslist {
		grid-template-columns: 1fr;
	}
	.news_t {
		display: block; text-align: center;
	}
	.news_tcon {		padding-left: 0px;	}
	.news_tcon .nemore {
		float: none;
		padding: 7px 40px;
	}
	.inews_cont {
		padding: 40px 0 80px 0;
		border-top: #e4dad5 1px solid;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		width: 100%;
	}
	.footercon {
		min-height: 320px;
		width: 100%;
		flex: 1;
		float: left;
		margin-top: 25px;
	}
	.nav li a {		padding: 0 5px;	}
	.abmore {margin-top: 20px;	}
	.inabout .fl {	padding-right: 15px;	}
	.about_cont ul {	margin-top: 15px;	}
	.inwrap { width: 96%;}
	.sr_blocon_n01 .inwrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.sr_blocon_n03 {background: #f1f1f1 url(../images/team.jpg) center bottom no-repeat;		height: auto;padding-top: 30px;}
	.sr_blocon_n01 .inwrap {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.sr_blocon_n03 {background: #f1f1f1 url(../images/team.jpg) center bottom no-repeat;		height: auto;}
	.sr_blocon_n03 .inwrap .box {
		display: block;
	}
	.sr_blocon_n03_list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		padding-left: 0px;
		margin: 30px auto;
	}
	.sr_blocon_n03 .inwrap .tab_box {
		display: block;height: auto;
	}
	.sr_blocon_n03 .inwrap .tab_box .sr_blocon_n03_l {
		width: 100%;
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 5px 10px rgba(0, 0, 0,.1);
		display: block;
		flex: 1;
		text-align: center;
	}
	.sr_blocon_n03 .inwrap .product_top {
		width: 100%;
		padding-left: 0px;
	}
	.sr_blocon_n03_l img { display: inline-block; text-align: center;padding-top: 15px;max-width: 100%;}
	.sr_blocon_n03_l .n03_l_text {
		width: 90%;
		padding: 0 15px;
		display: block;
	}
	.banner-box .swiper-button-prev { background-image: url(../images/left.png); left: 0; margin-left: 0px;}
.banner-box .swiper-button-next { background-image: url(../images/right.png); right: 0;margin-right: 0px;}
.banner-box .swiper-container {
    overflow:hidden;
}
.banner-box {
    padding: 0;
}
.sr_blocon_n03_list .item img {
	margin:  0 auto;
}
.xzs {
	background: #f2f2f2 url(../images/zhuozi.png) center bottom no-repeat;
}
.xzscon {
    padding-bottom: 160px;
}
.links .linkli a {		line-height: 35px;	}
}
@media screen and  (max-width: 600px) {
	.links .linkli a {		line-height: 35px;	}
	.yk_blo01 {		padding-top: 30px;	}
	.sr_blocon_n01 {		padding-top: 30px;	}
	.sr_blocon_n02 {		padding: 30px 0;	}
	.sr_blocon_n04 {		margin-top: 30px;	}
	.title h1 {		font-size: 28px;	}
	.title h1::before {		margin-right: 10px;	}
	.title h1::after {		margin-left: 10px;	}
	.inabout .fl {		padding-right: 0px;padding-top: 15px;	}
	.about_cont ul li p {height: 24px; overflow: hidden;	}
	.product_cont .item {
		display: block;
		background-color: #fff;
		
	}
	.product_cont .item .pic {
		width: 100%;text-align: center; margin-top: 15px;
	}
	.procon {
		flex: 1;
		width: 100%;
		padding: 30px;
		justify-content: left;
		text-align: left;
	}
	.banner-box .swiper-button-prev { background-image: url(../images/left.png); left: 0; margin-left: 0px;}
.banner-box .swiper-button-next { background-image: url(../images/right.png); right: 0;margin-right: 0px;}

.sr_blocon_n03_list .item img {
    border-radius: 50%;
    max-width: 100%;
    display: block;
    width: 170px;
    height: 170px;
}
.news_t img { max-width: 100%;}
.xzs {
	background: #f2f2f2 url(../images/zhuozi.png) center bottom no-repeat;
}
.xzscon {
    padding-bottom: 160px;
}
}