@charset "utf-8";
body{ background:#000; }
html{font-size: -webkit-calc(100vw * 100 /1080);font-size: -moz-calc(100vw * 100 /1080);font-size: calc(100vw * 100 /1080);}

ol,ul {list-style:none;}
html, body{ position:relative; font-size: 16px;font-family: "微软雅黑",'Titillium Web', sans-serif;}
body a{atransition: 0.6s all ease;a-webkit-transition: 0.6s all ease;a-moz-transition: 0.6s all ease;a-o-transition: 0.6s all ease;a-ms-transition: 0.6s all ease;}
p{margin:0;}
ul,label{margin:0;padding:0;}
body a:hover{text-decoration:none;}
.center{ width:1200px; margin:0 auto; overflow:hidden;}
/*分页*/
.pages{ text-align:center; margin:40px 0; }
.pages span{ color: #777; }
.pages a{ padding:0 5px 0 5px; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #777;
    cursor: default;
    background-color: #dddddd;
    border-color: #dddddd;
}



/*头部*/
header {position:fixed;text-align: center;background: #000;/* padding:18px 0;*/ width:100%; z-index:30; top:0; left:0;}
.op{ background:rgba(255,255,255,0.9);}

.top1{ display:none;}
.top2{ height:110px; line-height:110px;}
.navbar-right .dropdown-menu{ left:0; right:auto;}
header .container{ padding:0;}
header .container-fluid,.header .navbar-collapse{ padding:0;}
.navbar-default { background-color: #000; border:none;}
.navbar-nav>li>a{ color:#555; font-size:12px; display:block; text-align:center; font-weight:lighter; }
.logo {}
.logo img{ width:100%; height:auto;}
.navbar{ margin-bottom:0; min-height:auto; }
.navbar-default .navbar-nav>li>a{ color:#474747; font-size:18px; transition:ease 0.5s; display:block; line-height:110px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav .cur a{ color:#2d8bbe; }
.navbar-default .navbar-nav>li>a:focus::after, .navbar-default .navbar-nav>li>a:hover::after,.navbar-default .navbar-nav .cur a::after{ position:absolute; content:""; display:block; left:0%; right:0; bottom:27px; margin:0 auto; width:100%; max-width:72px; height:3px; background:#2d8bbe; animation:anim7 0.2s ease-in 1; }
.navbar-nav>li{position:relative; margin:0 27px; height:110px; line-height:110px;}
.navbar-default .navbar-nav .cur::after{ position:absolute; content:""; display:block; left:0%; right:0; bottom:27px; margin:0 auto; width:100%; max-width:72px; height:3px; background:#2d8bbe; animation:anim7 0.4s ease-in 1;}
.nav li a span { display:block; font-size:12px; margin-top:0px; text-align:center;}
.nav li a .caret{ display:inline-block;}
.navbar-nav>li>a{ padding:0px;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #000;
}
.header_tel{color: #fff;margin: 20px 0 0 250px;}
.header_tel_mobile{color: #fff;margin: 20px 0 0 250px;display:none;}
.header_menu_tips{display:none;}


/*banner*/
.bannerBox,mBanner{ width:100%; text-align:center; margin-top:110px; position:relative; height:750px; overflow:hidden;}
.mBanner{ display:none;}
.bannerImg{ margin:0 auto;}
.bannerImg .img{height:750px; position:relative;}
.bannerImg .img::before{display:block; content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.52); }
.bannerImg .b1{ background:url(../images/banner1.png) no-repeat center top; background-size:1920px 750px;}
.bannerImg .b2{background:url(../images/banner2.png) no-repeat center top; background-size:1920px 750px;}
.bannerImg .b3{background:url(../images/banner3.png) no-repeat center top; background-size:1920px 750px;}
.bannerImg .img.active{ display:block;}
.font{ color:#fff; text-align:center;}
.font h2{ font-size:60px; margin-bottom:38px;color: rgba(255,255,255,0.8);}
.font p{ font-size:24px;color: rgba(255,255,255,0.8);}
.bannerBox .arw,.bannerBox .font,mBanner .container{ position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; z-index: 9999;}
.bannerBox .font{top:275px;}
.bannerBox .arw{ top:355px; margin:0 auto; max-width:1920px; padding:0 40px;}
.bannerBox .arw .icon{width:40px; height:40px;}
.arw_L{ float:left; cursor:pointer;}
.arw_R{ float:right; cursor:pointer;}
.scroll{ text-align:center; position:absolute; bottom:60px; left:0; right:0; font-size:14px; color:#fff;  z-index: 9999;}
.scroll::before{ display:block; content:""; width:3px; height:30px; background:#fff; left:0; right:0; bottom: 25px; position:absolute; margin:auto; animation: anim1 1.5s linear infinite;}

/*首页-关于我们*/
.tit{ text-align:center; line-height:48px; padding:240px 0 140px;}
.tit h1{ color:#5b5e66; font-size:42px;}
.tit p{ font-size:30px; color:#2d8bbe;}
.index_aboutUs .intro{ background:#1b2026; padding:165px 0; text-align:center; color:#fff;}
.index_aboutUs .intro h2{ font-size:64px; padding-bottom:40px;}
.index_aboutUs .intro p{ font-size:19px; line-height:50px;}
.index_aboutUs .intro .introBox{position:relative; height:240px; margin:185px 0 0px; padding:0; cursor:pointer;}
.index_aboutUs .intro .introBox a{color:#fff;}
.index_aboutUs .intro .p{position:absolute; left:0;right:0; bottom:-0px; top:-10px; margin:auto; font-size:30px; height:30px; text-align:center; z-index:2;}
.index_aboutUs .intro .introImg{ width:96%; height:240px; overflow:hidden; position:relative; margin:0 auto;}
.index_aboutUs .intro .introImg img{ position:absolute; left:0;right:0; bottom:0; top:0; margin:auto;}
.index_aboutUs .intro .introBox:hover .p::after{ display:block; content:""; width:124px; margin:auto; height:3px; background:#fff; margin-top:4px;animation: anim3 0.5s ease-in-out 1;}
.index_aboutUs .intro .introImg:before,.index_aboutUs .intro .introImg:after{ display:none; content:""; width:50%; height:100%;background:rgba(45,139,190,.9); position:absolute; top:0; z-index:1; }
.index_aboutUs .intro .introImg:before{ left:0; }
.index_aboutUs .intro .introImg:after{right:0;}
.index_aboutUs .intro .introBox:hover .introImg:before{display:block; animation:left .5s ease-in-out 1 forwards;}
.index_aboutUs .intro .introBox:hover .introImg:after{display:block; animation:right .5s ease-in-out 1 forwards;}




/*首页-系统*/
.Mtit{ display:none;}
.index_xitong .pmd{ margin:0;  justify-content:space-between; white-space:nowrap; overflow-y:hidden; over-flow-x:scroll; display:-webkit-box; }
.index_xitong .pmd::-webkit-scrollbar{ display:none;}
.index_xitong .pmd li{ position:relative; display:inline-block; width:550px; height:422px;}
.index_xitong .pmd li::before{ display:block; content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3);}
.index_xitong .pmd li.active{ /*transform: scale(1.2); box-shadow: 0 0 10px #fff;*/ }
.index_xitong .pmd li.active::before{ display:none;}
.index_xitong .pmd li img{ width:100%;}
#certify .swiper-container {

}

#certify  .swiper-slide {
	width: 600px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	width: 600px;
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
	
/*首页-案例*/	
.sy_anli{ margin:220px 0 100px; height:540px; overflow:hidden; position:relative; color:#fff; text-align:center; color:#fff;}
.sy_anli::before{  display:block; content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3);}
.sy_anli .titBox{ font-size:70px; position:absolute; left:0; right:0; top:208px; margin:auto;z-index: 9999;  }
.sy_anli .titBox p{ font-size:24px;}
.sy_anli .arw{ position:absolute; left:0; right:0; top:216px; margin:auto;z-index: 9999;}
.sy_anli .imgBox{ width:100%; height:540px;}
.sy_anli .imgBox img{ margin:0 auto; display:none;}

/*首页-系统分类*/
.hd{ margin-bottom:80px;}
.hd ul{ overflow:hidden;}
.hd ul li{ float:left;width:20%; cursor:pointer;  text-align:center; margin:60px 0;}
.hd ul li p{  transition: ease 0.4s; color:#777; margin-top:10px; font-size:28px;}
.hd ul li:hover p,.hd ul .on p{ color:#297eb6;}
.hd ul li a{ display:inline-block; width:142px; height:142px; background-size:100% !important;}
.hd ul li .icon1{ background:url(../images/icon1.png) center no-repeat; transition: ease 0.3s; }
.hd ul li .icon1:hover,.hd ul .on .icon1{ background:url(../images/icon1_hover.png) center no-repeat; }
.hd ul li .icon2{ background:url(../images/icon2.png) center no-repeat; transition: ease 0.3s; }
.hd ul li .icon2:hover,.hd ul .on .icon2{ background:url(../images/icon2_hover.png) center no-repeat; }
.hd ul li .icon3{ background:url(../images/icon3.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon3:hover,.hd ul .on .icon3{ background:url(../images/icon3_hover.png) center no-repeat; }
.hd ul li .icon4{ background:url(../images/icon4.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon4:hover,.hd ul .on .icon4{ background:url(../images/icon4_hover.png) center no-repeat; }
.hd ul li .icon5{ background:url(../images/icon5.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon5:hover,.hd ul .on .icon5{ background:url(../images/icon5_hover.png) center no-repeat; }
.hd ul li .icon6{ background:url(../images/icon6.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon6:hover,.hd ul .on .icon6{ background:url(../images/icon6_hover.png) center no-repeat; }
.hd ul li .icon7{ background:url(../images/icon7.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon7:hover,.hd ul .on .icon7{ background:url(../images/icon7_hover.png) center no-repeat; }
.hd ul li .icon8{ background:url(../images/icon8.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon8:hover,.hd ul .on .icon8{ background:url(../images/icon8_hover.png) center no-repeat; }
.hd ul li .icon9{ background:url(../images/icon9.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon9:hover,.hd ul .on .icon9{ background:url(../images/icon9_hover.png) center no-repeat; }
.hd ul li .icon10{ background:url(../images/icon10.png) center no-repeat;  transition: ease 0.3s;  }
.hd ul li .icon10:hover,.hd ul .on .icon10{ background:url(../images/icon10_hover.png) center no-repeat; }
.hd ul li .icon11{ background:url(../images/icon11.png) center no-repeat;   transition: ease 0.3s; }
.hd ul li .icon11:hover,.hd ul .on .icon11{ background:url(../images/icon11_hover.png) center no-repeat; }
.hd ul li .icon12{ background:url(../images/icon12.png) center no-repeat;  transition: ease 0.3s;  }
.hd ul li .icon12:hover,.hd ul .on .icon12{ background:url(../images/icon12_hover.png) center no-repeat; }
.hd ul li.on{}


/*页脚*/
footer .M{ display:none;}
footer .PC{ margin-top:150px;}
footer{ background:rgba(0,0,0,.64) url(../images/footer_bg.png) no-repeat center; background-size:cover;}
footer .container{ padding:30px 0;}
footer .container .box{float:left;}
footer .container .box1{ width:30%;}
footer .container .box2{ width:20%;}
footer .container .box3{ width:30%;}
footer .container .box4{ width:20%;}
footer .container .box h4{ color:#f4f4f4; font-size:18px;}
footer .container .box p,footer .container .box ul li,footer .container .box ul li a{ color:#fff; font-size:14px;}
footer .container .box ul li,footer .container .box ul li a{ display:block; line-height:30px;}
footer .container .box ul li.m_li{display:none}/*手机端*/
footer .container .box ul li span {display:inline-block; vertical-align: middle; font-size:14px; line-height:30px;}
footer .container .box ul li small{display:inline-block; margin-left:3px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; vertical-align: middle;}
footer .container .box1 img{ margin-top:65px;}
footer .container .box2 ul li a{ transition:ease 0.5s;}
footer .container .box2 ul li a:hover{ color:#fff;}
footer .container .box3 ul li small{ display:inline-block; vertical-align: middle;}
footer .container .box3 ul li span{ width:15px;margin-bottom: 3px;}
footer .container .box3 ul li span img{ display:inline-block; width:12px; height:12px; vertical-align: middle;}

.foot_last{ text-align:center; padding:15px 0; border-top:1px solid #9094a0;}
.foot_last p,.foot_last span{ font-size:12px; color:#909090; margin:0;}
.toTop{ display:none;}


/*系统页*/
.xitong .bannerImg .b1{ background-image:url(../images/xitong/bg_img_1.png);}
.xitong .bannerImg .b2{ background-image:url(../images/xitong/bg_img_2.png);}
.xitong .bannerImg .b3{ background-image:url(../images/xitong/bg_img_3.png);}
.xitong .row{ width:1200px; margin:0 auto;}
.xitong .tit{ padding:250px 0 120px;}
.xitong .imgBox{ box-shadow:0 0 10px rgba(127,127,127,.68);}
.xitong .imgBox img{ width:100%;}

/*案例页*/
.anli .bannerImg .b1{ background-image:url(../images/anli/bg_img_1.png);}
.anli .bannerImg .b2{ background-image:url(../images/anli/bg_img_2.png);}
.anli .bannerImg .b3{ background-image:url(../images/anli/bg_img_3.png);}
.anli .row{ margin:0 auto;}
.anli .tit{ padding:240px 0 100px;}
.anli .category{ width:1200px; text-align:center;}
.anli .category span{ margin:0 auto; padding:6px 15px; font-size:24px; border-radius:4px; color:#444; cursor:pointer;}
.anli .category span.active{ background:#268ac0; color:#fff;}
.anli .category span:hover{background:#268ac0; color:#fff;}
.anli .category span a{color:#444;}
.anli .category span a:hover{color:#fff;}
.anli .category span.active a{color:#fff;}
.anli .imgList{ max-width:1700px; margin:50px auto;}
.anli .imgList .col-sm-4{ position:relative; padding:6px;}
.anli .imgList .col-sm-4:hover::before{ display:block; content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.55); animation:anim2 1s ease-in-out 1; }
.anli .imgList img{ width:100%; }
.anli .imgList p{ display:none; position:absolute; left:35px; top:30px; font-size:30px; color:#fff; }
.anli .imgList p::after{ display:block; content:""; position:absolute; width:48px; height:2px; background:#fff; left:0px; top:58px;  animation:anim5 1s ease-in-out 1;}
.anli .imgList .col-sm-4:hover p{ display:block; animation:anim4 1s ease-in 1;}
.anli .more{ text-align:center; margin:90px 0 100px;}
.anli .more a{ color:#268ac0; font-size:30px; position:relative;}
.anli .more a:hover::after{display:block; content:""; position:absolute; width:90px; height:2px; background:#268ac0; left:0px; bottom:0px;  animation:anim6 0.5s ease-in-out 1;}

/*关于我们页*/
.guanyuwomen{}
.guanyuwomen .bannerImg .b1{ background-image:url(../images/guanyuwomen/bg_img_1.png);}
.guanyuwomen .bannerImg .b2{ background-image:url(../images/guanyuwomen/bg_img_2.png);}
.guanyuwomen .font p{ font-size:18px; margin-bottom:10px;}
.guanyuwomen .category{ line-height:50px; height:50px; background:#535353; color:#fff;}
.guanyuwomen .category .col-sm-1{ width:12.5%; position:relative;}
.guanyuwomen .category .cur::after{ display:block; content:""; position:absolute; width:66px; height:3px; background:#268ac0; left:14px; right:0; bottom:0px; }
.guanyuwomen .introDuce{}
.guanyuwomen .introDuce h2{ font-size:30px; font-style:italic; color:#268ac0; text-align:center; margin:100px 0 50px;}
.guanyuwomen .introDuce p{ color:#fff; line-height:49px; font-size:19px; text-align:center;}
.guanyuwomen .culture{ color:#fff; background:#2a2a2a; padding:70px; margin:230px auto;}
.guanyuwomen .culture .row{  }
.guanyuwomen .culture .col-sm-6{ height:195px; }
.guanyuwomen .culture .col-sm-6:first-child{ border-right:3px solid #535353;}
.guanyuwomen .culture .col-sm-6:last-child{ padding-left:40px;}
.guanyuwomen .culture h2{ font-size:30px; font-style:italic; color:#268ac0; }
.guanyuwomen .culture h3{font-size:23px; margin-bottom:25px;}
.guanyuwomen .culture p{font-size:15px; line-height:30px;}
.guanyuwomen .addr{ width:80%; min-width:1200px; max-width:1500px; padding:0;}
.guanyuwomen .addr h2{font-size:30px; font-style:italic; color:#268ac0; text-align:center; margin:80px 0 120px;}
.guanyuwomen .addr img{ width:100%;}

.lx{margin:150px 0 40px !important;}
.head_point{cursor:pointer;}
.head_point:hover::after{ display:block; content:""; position:absolute; width:66px; height:3px; background:#268ac0; left:14px; right:0; bottom:0px; }

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 44px;
    border: none;
    text-indent: 100%;
    background: url(../images/top.png) no-repeat;
    z-index: 40;
    background-size: auto 44px;
}

/*媒体查询*/
@media(min-width: 1200px)
{
	.container{ width:1200px;}
	.tcMenu{ display:none;}
}

@media screen and (min-width:1024px) and (max-width:1200px)
{
	.hd ul li p{ font-size:23px;}
}
@media(max-width: 1024px)
{
	body{ }
	header{ background:none; width:100%;}
	header .container{ padding:0 15px; }
	.top1{ display:block;}
	.top2{ display:none;}
	.navbar-header em{ display:inline-block; float:left; }
	.navbar-header em img{ width: 18px;}
	.logo img{ width:110px; margin:0 auto;}
	.navbar-header{ height:60px; line-height:60px;}
	.tcMenu{  position:fixed; height:100%; width:100%; top:-22px; left:0; z-index:99; background:rgba(0,0,0,.21);}
	.tcMenu .container{width:70%; height:100%; background:#000; padding-top:20px; margin:0;}
	.menu{ margin:100px 60px 180px;}
	.menu li{ line-height:60px;}
	.menu li a{ color:#fff;}
	.tcMenu em{ display:block; float:left; padding:5px;}
	.tcMenu em img{ width:15px; height:15px;}
	.lang{ text-align:right;  }
	.lang span{color:#fff; display:inline-block; padding:0 15px; background:url(../images/lang_fg.png) no-repeat right center; background-size:1px 16px; }
	.lang span:last-child{ background:none;}
	
	/*banner*/
	.bannerBox{display:none;}
	.mBanner{ display:block; padding:0; position:relative; height:35rem;}
	.mBanner .bannerImg::before{ display:block; content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.52);}
	.mBanner .bannerImg{ background:url(../images/m_banner.png) no-repeat center top; background-size:cover; height:35rem; }
	.font{ position:absolute; left:0; right:0; top:190px; }
	.font h2{/*width:59%;*/ text-align:center; font-size:30px; line-height:44px; margin:0 auto;color: rgba(255,255,255,0.8);}
	.scroll{ bottom:1.5rem;}
	.scroll::before{ width:1.5px; height:15px; top:-22px;animation: Manim1 2.5s linear infinite;}
	.index_aboutUs .PC,.PC .tit{ display:none;}
	.index_aboutUs{ padding:0;}
	.index_aboutUs .intro{ background:none; padding:75px 0 15px;}
	.index_aboutUs .intro .container{ padding:0;}
	.index_aboutUs .intro h2{ display:none;}
	.index_aboutUs .intro p{ font-size:12px; line-height:26px; width:68%; margin:0 auto;}
	.index_aboutUs .intro p:nth-of-type(2){ display:none;}
	.mIntro{ justify-content:space-between; white-space:nowrap; overflow-y:hidden; over-flow-x:scroll; display:-webkit-box; margin:0;}
	.index_aboutUs .intro .introBox{ margin:50px 0 0px; width:66%; height:180px;}
	.index_aboutUs .intro .p{ font-size:20px; top:0; }
	.index_aboutUs .intro .introBox:hover .p::after{ width:83px; height:2px; margin-top:2px;animation: Manim3 0.5s ease-in-out 1;}
	.index_aboutUs .intro .introImg{height:180px; width:94%;}

	/*首页-系统*/
	.index_xitong .pmd li{ height:auto;}
	.Mtit{ display:block; font-size:14px; color:#fff; background:url(../images/qu.png) no-repeat 20px 28px; background-size:60px; padding:0 20px 80px; margin-top:120px;}
	.chd{ display:none;}
	.hd{ display:none;}
	.sy_anli{ padding:0; height:220px; margin-top:0;}
	.sy_anli .titBox{ font-size:22px; top:88px;}
	.sy_anli .titBox p{ font-size:10px;}
	.sy_anli .arw{ top:94px;}
	.sy_anli .arw img{ width:35px; height:35px;}
	.sy_anli .imgBox{ height:220px;}
	.sy_anli .imgBox img{ height:220px;}
	#toTop {display:none;}
	
#certify  .swiper-slide {
	width: 250px;
}
#certify  .swiper-slide img{
	width: 250px;
}
	
	/*页脚*/
	footer{ background:none;}
	footer .PC,.foot_last{ display:none;}
	footer .M{ display: block; padding:0 30px; margin-top:100px;}
	footer .footerBox{ color:#fff; font-size:12px;}
	footer .footerBox .part{ line-height:60px; background:url(../images/open_arw.png) no-repeat right center; background-size:10px;  }
	footer .footerBox .part.open{ background:none;}
	footer .M .item{ display:none; padding:55px 0;}
	footer .M .item li small, footer .M .item li a{ font-size:11px; color:#fff; line-height:15px;}
	
	.toTop{ display:block; background:#101316; line-height:50px; text-align:center; color:#fff; font-size:15px;}
	
	
	
	/*系统页*/
	.xitong .mBanner .bannerImg{ background-image:url(../images/xitong/bg_img_1.png);}
	.xitong .row{ width:auto;}
	.xitong .row .col-sm-12{ padding:0;}
	.xitong .tit{ padding:120px 0 40px;}
	.xitong .tit h1{ font-size:22px; display:block; line-height:1.1;}
	.xitong .tit p{ font-size:16px; line-height:40px;}
	
	/*案例页*/
	.anli .mBanner .bannerImg{ background-image:url(../images/anli/bg_img_1.png);}
	.anli .category{ width:auto;}
	.anli .tit{ padding:120px 0 40px;}
	.anli .tit h1{ font-size:22px; display:block; line-height:1.1;}
	.anli .tit p{ font-size:16px; line-height:40px;}
	.anli .category .col-sm-3{ width:50%; float:left; margin-bottom:30px; }
	.anli .category span{ font-size:14px;}
	.anli .imgList p{ font-size:16px; left:25px;}
	.anli .imgList p::after{ top:35px; width:34px; height:1px;}
	.anli .imgList{ margin:20px 0px;}
	.anli .more{ font-size:16px; margin:60px 0 100px;}
	
	/*关于我们页*/
	.guanyuwomen .mBanner .bannerImg{ background-image:url(../images/guanyuwomen/bg_img_1.png);}
	.guanyuwomen .category .col-sm-1{ width:33.3%; text-align:center; float:left;}
	.guanyuwomen .category .cur::after{ left:0; margin:auto;}
	.guanyuwomen .introDuce h2{ font-size:22px;}
	.guanyuwomen .introDuce p{ font-size:14px; line-height:35px;} 
	.guanyuwomen .culture{ padding:30px; text-align:center; margin:100px auto;}
	.guanyuwomen .culture h2{ text-align:center; font-size:22px;}
	.guanyuwomen .culture .col-sm-6:first-child{ border:none; height:66px;}
	.guanyuwomen .culture .col-sm-6:last-child{ padding:0;}
	.guanyuwomen .culture h3{ font-size:20px; margin-bottom:10px;}
	.guanyuwomen .addr{ width:auto; min-width:auto; max-width:auto;}
	.guanyuwomen .addr h2{ font-size:22px; margin:20px 0 40px;}
	.lx{margin:100px 0 40px !important;}
	
	}

@keyframes anim1{
/*         0% {top:-50px;}
        50% {top: -35px;}
        100%{top:-50px;} */
		0% {height:30px;}
		100%{height:0;}
      }
	  
@keyframes Manim1{
        0% {top:-28px;}
        50% {top: -18px;}
        100%{top:-28px;}
      }
	
@keyframes anim2{
        0% {width:0%;}
        100%{width:100%;}
      }
@keyframes anim3{
        0% {width:0;}
        100%{width:124px;}
      }
@keyframes Manim3{
        0% {width:0;}
        100%{width:83px;}
      }
@keyframes anim4{
		0%{ opacity:0;}
		100%{ opacity:1;}
	}
@keyframes anim5{
        0% {width:0;}
        100%{width:48px;}
      }
@keyframes anim6{
        0% {width:0;}
        100%{width:90px;}
      }
@keyframes anim7{
        0% {width:0%;}
        100%{width:100%;}
      }
@keyframes left{
	0% {left:-200px;}
    100%{left:0;}
	}
@keyframes right{
	0% {right:-200px;}
    100%{right:0;}
	}
