/* ZGI_CSS_0_0_1 */
/* @font-face {
    font-family: 'DINCond-Medium';
    src: url('../fonts/DINCond-Medium.eot');
    src: url('../fonts/DINCond-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINCond-Medium.woff') format('woff'),
    url('../fonts/DINCond-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
} */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
input{-webkit-appearance:none;outline:none;/*去除input默认样式*/}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font-family: Microsoft Yahei,STHeiti,sans-serif;font-size: 12px;outline:0;}
body{background:#fff;}
img{vertical-align:top;}
a{color: inherit}
a:hover{color:#e7a334;}
*{box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
div:focus{outline:none;}

/*功能性代码 f- */
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-mt{margin-top:0px !important;}
.f-mr{margin-right:0px !important;}
.f-mb{margin-bottom:0px !important;}
.f-ml{margin-left:0px !important;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.clear{clear:both;}
.w1200{width:1200px;margin:0px auto;}
.g-header::-webkit-scrollbar {/*隐藏滚轮*/
display: none;
}




/* 头部导航+中间内容框架开始*/
.g-header 
{
	width:100%;
	background:#fff;
	border-bottom:1px solid #dcdcdc;
	position:fixed;
	left:0px;
	top:0px;
	z-index:9999;
}
.g-header  .u-leftx{top:48px;height:45px;}
/* 左侧logo*/
.g-header .top {float:left;padding:9px 0px 4px;}
.g-header .logo{height:77px;margin-left:-40px;}
.g-header .logo img {height:100%;}
.menu-control-close {display: none;}
/* 左侧logo*/
/* 中间导航*/
.m-dao {float:right;}
.u-dao{float:left;text-align: center;}
.u-dao .dtit 
{
	min-width:120px;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	padding:35px 0px 17px;
	transition: all 0.5s ease 0s;
	cursor:pointer;
}
.u-dao .dtit  a{height:38px;display:block;}
.u-dao .dtit p{color: #5b5b5b;transition: all 0.5s ease 0s;}
.u-dao .dtit .ying{font-size: 12px;line-height:16px;display:none;}
.u-dao.ons .dtit 
{
    background: url(../yu-img/icon1.png) center top no-repeat;
    background-size: 16px auto;
}
.u-dao.ons .dtit p {color:#e7a334;}
.u-dao.ons .dtit .ying {display:block;}
.u-dao:hover .dtit 
{
    background: url(../yu-img/icon1.png) center top no-repeat;
    background-size: 16px auto;
}
.u-dao:hover .dtit p {color:#e7a334;}
.u-dao:hover .dtit .ying {display:block;}
.u-dao .dtxt 
{
	position:fixed;
	background:#FFFFFF;
	z-index:9999;
	width:100%;
	top:90px;
	left:0px;
	padding:35px 0px;
	line-height:18px;
	text-align:left;
	border-top: 1px solid #e3e3e3;
	display:none;
}
.u-dao:hover .dtxt {display:block;}
.u-dao .dtxt span
{
    font-size: 18px;
    padding: 0px 34px;
    border-right: 3px solid #d8d8d8;
	color:#5b5b5b;
}
.u-dao .dtxt span:hover {color:#e7a334;}
.u-dao .dtxt span.on {color:#e7a334;}
/* 中间导航*/
/* 中间内容框 */
.g-main 
{
	width:100%;
	background:#fff;
	padding-top:90px;
	transition: all 0.5s ease 0s;
}
.m-mbheader{display:none;}

/* 中间内容框 */
@media screen and (max-width: 767px) 
{
    .g-header{font-size: 14px;height:100%;position:fixed;left:0;top:0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;visibility:hidden;width: 100%;z-index:1;}
    .g-header:after{background-color:rgba(0,0,0,.5);content:'';display:block;height:100%;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;width:100%;}
    .g-zheng.drawer-open .g-header{overflow-y:scroll;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .5s;-o-transition:-o-transform .5s;transition:transform .5s;visibility:visible;display: inline;}
    .g-zheng.drawer-open .g-header:after{height:0; opacity:0; -webkit-transition:opacity .5s,width .1s .5s,height .1s .5s; -o-transition:opacity .5s,width .1s .5s,height .1s .5s; transition:opacity .5s,width .1s .5s,height .1s .5s; width:0} 
    .g-main{height:100%; position:relative; right:0; -webkit-transition:-webkit-transform .5s; -o-transition:-o-transform .5s; transition:transform .5s; z-index:99;padding-top:48px;} 
    .g-main:after{background:rgba(0,0,0,.5); content:''; display:block; height:0; left:0; opacity:0; position:absolute; top:0; width:0} 
    .g-zheng.drawer-open .g-main{-webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0)} 
    .g-zheng.drawer-open .g-main:after{width:100%; height:100%; opacity:1; -webkit-transition:opacity .5s ease-out; -o-transition:opacity .5s ease-out; transition:opacity .5s ease-out; z-index:98;} 
    .m-mbheader{display: block;border-bottom:1px solid #dcdcdc; position: fixed; width: 100%; top: 0px; left: 0px; background-color: #fff; z-index: 999;} 
    .m-mbheader .header-inner{width: 100%;position:relative;padding:3px 15px 0px;} 
    .m-mbheader .header-inner .menu-control-open{width: 48px;height: 48px;overflow: hidden;cursor: pointer;} 
    .m-mbheader .header-inner .menu-control-open img{width:100%;padding:0.6rem;} 
    .m-mbheader .header-inner .logo{cursor: pointer;overflow: hidden;white-space: nowrap;height: 45px;} 
    .m-mbheader .header-inner .logo img{height:45px;}
    .g-zheng.drawer-open .m-mbheader{position: fixed;} 
    .g-zheng.drawer-open .m-mbheader:after{position: fixed;}
    .g-zheng .menu-control-close{display: block;} 
    .g-zheng .menu-control-close{float:right;width: 48px;height: 48px;font-size: 12px;cursor: pointer;} 
    .g-zheng .menu-control-close img{width:100%;padding:0.6rem;}
    .g-header .top{position: fixed;left: 0px;top: 0px;width: 100%;z-index: 99999999;background: #fff;padding:3px 15px 0px;border-bottom:1px solid #dcdcdc;}
	.g-header .logo{height:45px;margin-left:0px;}
	.u-leftx{display:none;}
	.m-dao{width:100%;padding-top:55px;}
	.u-dao{width:100%;border-bottom: 1px solid #e3e3e3;}
	.u-dao .dtit{text-align:left;padding:15px 0px;}
	.u-dao .dtit .ying{display:block;color:#5b5b5b;}
	.u-dao:hover .dtit .ying{display:block;}
	.u-dao.ons .dtit{background:none;}
	.u-dao.ons .dtit .ying{display:block;}
	.u-dao:hover .dtit{background:none;}
	.u-dao .dtxt{position:relative;left:0px;top:0px;padding:0px;border:0px;overflow:hidden;}
	.u-dao .dtxt span{display:block;width:100%;border:0px;padding:0px;font-size:14px;line-height:30px;overflow:hidden;}
	
    .u-dao.on .dtxt{padding:10px 0px;border-top: 1px solid #e3e3e3;}

}
@media screen and (max-width: 510px)
{
    .u-dao .dtit{font-size:14px;padding:10px 0px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.u-dao .dtit{font-size:16px;min-width:90px;}
    .u-dao .dtxt span{font-size:14px;padding:0px 10px;}
	.u-dao .dtxt{padding:20px 0px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.u-dao .dtit{font-size:16px;min-width:100px;}
    .u-dao .dtxt span{font-size:16px;padding:0px 15px;}
}
@media screen and (min-width: 1101px) and (max-width: 1300px) 
{
    .u-dao .dtxt span{font-size:16px;padding:0px 15px;}
}
/* 头部导航+中间内容框架结束 */


/*首页视频banner开始*/
.m-indexbanner
{
    width: 100%;
    background: url("../yu-img/videoimg.jpg")center center / cover no-repeat;
    position: relative;
    overflow: hidden;
}
.m-videoshow{position: absolute;}
.m-indexbanner .bannertxt
{
    position: absolute;
    text-align: left;
    width: 100%;
    color: #fff;
    left: 0px;
    top: 12%;
}
.m-indexbanner .bannertxt .txtareas
{
    padding: 0px 90px;
    font-size: 70px;
    line-height: 70px;
    font-family: "STHeiti";
    font-weight: bold;
	font-family: arial;
}

.m-indexbanner .bannertxt .txtareas p {font-family:arial;}
.m-indexbanner .bannertxt .txtareas .blogo {margin-bottom:40px;}
.m-indexbanner .bannertxt .txtareas .blogo  img{max-height:180px;}
.m-indexbanner .bannertxt .txtareas .small
{
    font-size: 47px;
    letter-spacing: 9px;
    margin-top: 10px;
	font-family: Microsoft Yahei,STHeiti,sans-serif;
}
.m-indexbanner .bannertxt .txtareas .clickbtm{margin-top: 40px;}
.m-indexbanner .bannernum
{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}
.m-indexbanner .bannernum .numareas li
{
    width: 25%;
    height: 180px;
    float: left;
    text-align: center;
    background: rgba(75, 75, 75, .8);
    color: #fff;
}
.m-indexbanner .bannernum .numareas li .bigtxt
{
    font-size: 45px;
    line-height: 45px;
    margin-top: 40px;
    font-weight: 600;
	font-family:arial;
}
.m-indexbanner .bannernum .numareas li .line
{
    width: 28px;
    border-bottom: 4px solid #e7a334;
    display: inline-block;
    margin: 18px 0px 12px 0px;
}
.m-indexbanner .bannernum .numareas li .smalltxt
{
    font-size: 18px;
    line-height: 18px;
	font-family: Microsoft Yahei,STHeiti,sans-serif;
}
.m-indexbanner .bannernum .numareas li .smalltxt.smalltxts{margin-left:6%;}
.m-indexbanner .bannerbtmleft, .m-indexbanner .bannerbtmright
{
    position: absolute;
    bottom: 45px;
    color: #fff;
    font-size: 12px;
	display:none;
}
.m-indexbanner .bannerbtmleft{left: 30px;}
.m-indexbanner .bannerbtmright{right: 30px;}
@media screen and (max-width: 767px) 
{
	.m-videoshow{display:none;}
	.m-indexbanner .bannertxt{top:20%;}
	.m-indexbanner .bannertxt .txtareas{font-size:50px;line-height:55px;padding:0px 20px;}
	.m-indexbanner .bannertxt .txtareas .blogo {margin-bottom:30px;}
	.m-indexbanner .bannertxt .txtareas .blogo  img{max-height:120px;}
	.m-indexbanner .bannertxt .txtareas .small{font-size:36px;}
	.m-indexbanner .bannernum .numareas li{height:110px;}
	.m-indexbanner .bannernum .numareas li .bigtxt{font-size:34px;line-height:40px;margin-top:15px;}
	.m-indexbanner .bannernum .numareas li .line{margin:8px 0px 5px;border-bottom: 3px solid #e7a334;}
	.m-indexbanner .bannernum .numareas li .smalltxt{font-size:14px;}
	.m-indexbanner .bannerbtmleft, .m-indexbanner .bannerbtmright{bottom:150px;}
	.m-indexbanner .bannernum .numareas li .smalltxt.smalltxts{margin-left:7%;}
	
}
@media screen and (max-width: 510px)
{
	.m-indexbanner .bannertxt .txtareas{font-size:32px;line-height:35px;padding:0px 10px;}
	.m-indexbanner .bannertxt .txtareas .blogo  img{max-height:90px;}
	.m-indexbanner .bannertxt .txtareas .small{font-size:28px;}
	.m-indexbanner .bannernum .numareas li .bigtxt{font-size:24px;line-height:30px;margin-top:10px;}
	.m-indexbanner .bannernum .numareas li .line{margin:5px 0px 3px;width:15px;border-bottom: 2px solid #e7a334;}
	.m-indexbanner .bannernum .numareas li .smalltxt{font-size:12px;}
}
@media screen and (max-width: 400px)
{
	.m-indexbanner .bannernum .numareas li .smalltxt.smalltxts{margin-left:0px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
    .m-indexbanner .bannertxt{top:10%;}
	.m-indexbanner .bannertxt .txtareas .blogo  img{max-height:140px;}
}
@media screen and (min-width: 950px) and (max-width: 1100px) 
{
    .m-indexbanner .bannertxt{top:10%;}
	.m-indexbanner .bannertxt .txtareas .blogo  img{max-height:160px;}
}
@media screen and (min-width:1101px) and (max-width:1500px) 
{
}
/*首页视频banner结束*/


/*首页公司简介开始*/
.m-content{position: relative;}
.m-homelayer1{height: 986px;position: relative;}
.m-homelayer1 .yellowimg
{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.m-homelayer1 .yellowimg img{ width: 685px;}
.m-homelayer1 .bakimg
{
    z-index: 2;
    position: absolute;
    top: 170px;
    left: 38px;
}
.m-homelayer1 .bakimg img{width: 865px;max-width: 90%;}
.m-homelayer1 .taiguintrotxt
{
    z-index: 3;
    position: absolute;
    width: 592px;
    right: 0px;
    top: 240px;
    max-width: 100%;
}
.m-homelayer1 .taiguintrotxt .line
{
    display: inline-block;
    width: 78px;
    border-bottom: 3px solid #e7a334;
    margin-top: 37px;
}
.m-homelayer1 .taiguintrotxt .txtareas
{
	padding: 0px 28px;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
	font-family: Microsoft Yahei,STHeiti,sans-serif;
}
.m-homelayer1 .taiguintrotxt .txtareas .t1
{
    font-size: 22px;
    padding: 40px 0px 23px 0px;
    letter-spacing: 6px;
    color: #3d3d3d;
    font-weight: bold;
}
.m-homelayer1 .taiguintrotxt .txtareas p {margin-bottom:20px;}
.m-homelayer1 .taiguintrotxt .txtareas .bt1{margin-top: 40px;}

@media screen and (max-width: 767px) 
{
    .m-homelayer1{height:auto;padding:30px 0px 50px;}
	.m-homelayer1 .yellowimg img{width:100%;}
	.m-homelayer1 .bakimg{display:none;position:relative;left:0px;top:0px;}
	.m-homelayer1 .taiguintrotxt{position:relative;width:100%;top:0px;}
	.m-homelayer1 .taiguintrotxt .txtareas .bt1{margin-top:10px;}
	.m-homelayer1 .taiguintrotxt .line{margin-top:15px;}
	.m-homelayer1 .taiguintrotxt .txtareas{padding:0px;}
	.m-homelayer1 .taiguintrotxt .txtareas .t1{padding:15px 0px 0px;}
}
@media screen and (max-width: 510px)
{
    .m-homelayer1{padding:20px 0px 30px;}
	.m-homelayer1 .taiguintrotxt .line{margin-top:10px;width:35px;border-bottom: 2px solid #e7a334;}
	.m-homelayer1 .taiguintrotxt .txtareas .t1{font-size:18px;letter-spacing:2px;margin-bottom:10px;padding: 10px 0px 0px;}
	.m-homelayer1 .taiguintrotxt .txtareas p{margin-bottom:15px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-homelayer1{height:700px;}
	.m-homelayer1 .yellowimg img{width:380px;}
	.m-homelayer1 .bakimg{left:10px;}
	.m-homelayer1 .bakimg img{width:450px;}
	.m-homelayer1 .taiguintrotxt{width:370px;top:70px;}
	.m-homelayer1 .taiguintrotxt .line{margin-top:20px;}
	.m-homelayer1 .taiguintrotxt .txtareas .bt1{margin-top:10px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.m-homelayer1{height:750px;}
	.m-homelayer1 .yellowimg img{width:450px;}
	.m-homelayer1 .bakimg{left:10px;}
	.m-homelayer1 .bakimg img{width:600px;}
	.m-homelayer1 .taiguintrotxt{width:400px;top:70px;}
	.m-homelayer1 .taiguintrotxt .line{margin-top:20px;}
	.m-homelayer1 .taiguintrotxt .txtareas .bt1{margin-top:10px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{	
	.m-homelayer1{height:900px;}
	.m-homelayer1 .yellowimg img{width:550px;}
	.m-homelayer1 .bakimg img{width:750px;}
	.m-homelayer1 .taiguintrotxt{width:470px;}
}
/*首页公司简介结束*/



/*首页解决方案开始*/
.m-homelayer2
{
    height: 988px;
    background-color: #ebebeb;
    position: relative;
}
.m-homelayer2 .yellowimg
{
    position: absolute;
    right: 0px;
    top: 750px;
}
.m-homelayer2 .yellowimg img{width: 461px;}
.m-homelayer2 .titleimg
{
    position: absolute;
    bottom: 170px;
    left: 50%;
}
.m-homelayer2 .titleimg img{width: 50%;}
.m-homelayer2 .fanganjieshao
{
    z-index: 2;
    position: absolute;
    top: -60px;
	width:100%;
}
.m-homelayer2 .fanganjieshao .left
{
    float: left;
	margin-left:40px;
    padding-top: 365px;
}
.m-homelayer2 .fanganjieshao .right{float: right;margin-right:20px;}
.m-homelayer2 .fanganjieshao .right .txtstueaf
{
    font-size: 45px;
    color: #2b2b2b;
    font-weight: 600;
    margin-top: 230px;
	font-family:arial;
}
.u-tcxtstye2 {
    font-size: 29px;
    color: #737373;
    line-height: 45px;
    letter-spacing: 10px;
	font-family: Microsoft Yahei,STHeiti,sans-serif;
}
.u-tuwen1  .imgs{overflow:hidden;}
.u-tuwen1 img
{
    width: 548px;
    max-height: 365px;
    margin-bottom: 10px;
    max-width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1.8s ease;
}
.u-tuwen1 img:hover
{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.u-tuwen1 .title2
{
    margin-bottom: 35px;
    margin-top: 18px;
	font-family: Microsoft Yahei,STHeiti,sans-serif;
}
@media screen and (max-width: 767px) 
{
	.m-homelayer2{height:auto;padding:30px 0px;}
	.m-homelayer2 .yellowimg{display:none;}
	.m-homelayer2 .titleimg{display:none;}
	.m-homelayer2 .fanganjieshao{position:relative;top:0px;}
	.m-homelayer2 .fanganjieshao .left{width:100%;margin:0px 0px 30px 0px;padding:0px;}
	.m-homelayer2 .fanganjieshao .right{margin-right:0px;}
	.m-homelayer2 .fanganjieshao .right .txtstueaf{font-size:26px;margin-top:20px;}
	.u-tcxtstye2{font-size:18px;line-height:20px;}
	.u-tuwen1 img{width:100%;}
}
@media screen and (max-width: 510px)
{

}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-homelayer2{height:700px;}
	.m-homelayer2 .titleimg{bottom:0px;}
	.m-homelayer2 .yellowimg img{width:220px;}
	.m-homelayer2 .fanganjieshao .left{padding-top:215px;margin-left:10px;}
	.m-homelayer2 .fanganjieshao .right{margin-right:0px;}
	.m-homelayer2 .fanganjieshao .right .txtstueaf{font-size:38px;margin-top:70px;}
	.u-tcxtstye2{font-size:22px;}
	.u-tuwen1 img{width:320px;max-height:215px;}
}
@media screen and (min-width: 900px) and (max-width: 1250px) 
{
	.m-homelayer2{height:750px;}
	.m-homelayer2 .titleimg{bottom:0px;}
	.m-homelayer2 .yellowimg img{width:320px;}
	.m-homelayer2 .fanganjieshao .left{padding-top:252px;margin-left:10px;}
	.m-homelayer2 .fanganjieshao .right{margin-right:0px;}
	.m-homelayer2 .fanganjieshao .right .txtstueaf{margin-top:170px;}
	.u-tuwen1 img{width:380px;max-height:252px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.m-homelayer2{height:900px;}
	.m-homelayer2 .yellowimg img{width:320px;}
	.m-homelayer2 .fanganjieshao .left{padding-top:300px;}
	.m-homelayer2 .fanganjieshao .right .txtstueaf{margin-top:170px;}
	.u-tuwen1 img{width:450px;max-height:300px;}
}
/*首页解决方案结束*/


/*首页服务开始*/
.m-homelayer3{height: 990px;position: relative;}
.m-homelayer3 .yellowimg{position: absolute;right: 0px;top: 0px;}
.m-homelayer3 .yellowimg img{width: 658px;}
.m-homelayer3  .titleimg{position: absolute;top: 95px;left: 50px;}
.m-homelayer3 .titleimg img{width: 349px;}
.m-homelayer3 .fuwujieshao{position: absolute;left: 0px;top: 120px;width:100%;}
.m-homelayer3 .fuwujieshao .left{float: left;margin-left:40px;}
.m-homelayer3 .fuwujieshao .left .line1{padding-top: 45px;padding-left: 78px;}
.m-homelayer3 .fuwujieshao .left .line2{padding-top: 235px;}
.m-homelayer3 .fuwujieshao .left .line2 .title2{margin-bottom: 35px;margin-top: 18px;font-family: Microsoft Yahei,STHeiti,sans-serif;}
.m-homelayer3 .fuwujieshao .right{float:right;margin-right:20px;}
.m-homelayer3 .fuwujieshao .right img{width: 616px;max-width: 100%;}
@media screen and (max-width: 767px) 
{
    .m-homelayer3{height:auto;padding:30px 0px;}
	.m-homelayer3 .yellowimg{display:none;}
	.m-homelayer3 .titleimg{display:none;}
	.m-homelayer3 .fuwujieshao{position:relative;top:0px;}
	.m-homelayer3 .fuwujieshao .left{width:100%;margin:0px;}
	.m-homelayer3 .fuwujieshao .left .line1{display:none;}
	.m-homelayer3 .fuwujieshao .left .line2{padding:0px 0px 30px 0px;}
	.m-homelayer3 .fuwujieshao .right{margin-right:0px;}
	.m-homelayer3 .fuwujieshao .right img{width:100%;}
}
@media screen and (max-width: 510px)
{
    .m-homelayer3 .fuwujieshao .left .line2 .title2{margin-bottom:15px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-homelayer3{height:650px;}
	.m-homelayer3 .yellowimg img{width:350px;}
	.m-homelayer3 .titleimg{left:10px;}
	.m-homelayer3 .titleimg img{width:200px;}
	.m-homelayer3 .fuwujieshao .left{margin-left:0px;}
	.m-homelayer3 .fuwujieshao .left .line1{padding:35px 0px 0px 30px;}
	.m-homelayer3 .fuwujieshao .left .line2{padding-top:100px;}
	.m-homelayer3 .fuwujieshao .right img{width:350px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.m-homelayer3{height:760px;}
	.m-homelayer3 .yellowimg img{width:450px;}
	.m-homelayer3 .titleimg{left:10px;}
	.m-homelayer3 .titleimg img{width:250px;}
	.m-homelayer3 .fuwujieshao .left{margin-left:0px;}
	.m-homelayer3 .fuwujieshao .left .line1{padding:35px 0px 0px 60px;}
	.m-homelayer3 .fuwujieshao .left .line2{padding-top:150px;}
	.m-homelayer3 .fuwujieshao .right img{width:400px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.m-homelayer3{height:900px;}
	.m-homelayer3 .yellowimg img{width:550px;}
	.m-homelayer3 .fuwujieshao .right img{width:500px;}
}
/*首页服务结束*/


/*首页案例开始*/
.m-homelayer4{position: relative;overflow: hidden;}
.m-homelayer4  .titleimg
{
    position: absolute;
    top: 80px;
    left: 50px;
    z-index: 6;
}
.m-homelayer4 .titleimg img{width: 224px;}
.m-homelayer4 .floattitle
{
    position: absolute;
    left: 110px;
    top: 155px;
    z-index: 5;
}
.m-homelayer4 .u-title1{color:#fff;}
.m-homelayer4 .u-title1 .txt{color:#fff;    font-family: Microsoft Yahei,STHeiti,sans-serif;}
.m-homelayer4  .homelayer4{width:100%;}
.m-homelayer4  .homelayer4 a 
{
	display:inline-block;
	width:100%;
	height:100%;
}
.m-anlitxt
{
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: 30%;
    width: 600px;
    max-width: 100%;
    text-align: right;
    font-size: 64px;
    line-height: 59px;
    color: #fff;
    font-family: arial;
	font-weight:bold;
}
.m-anlitxt p {font-family: arial;}
.m-anlitxt .small{font-size: 24px;font-family: Microsoft Yahei,STHeiti,sans-serif;}
.m-homelayer4  .gallery-top img {width:100%;}
.m-homelayer4  .gallery-thumbs
{
	width:1200px;
	height:136px;
	position:absolute;
	left:50%;
	margin-left:-600px;
	bottom:75px;
}
.m-homelayer4  .gallery-thumbs .swiper-slide
{
    border: 2px solid rgba(200,200,200,0.1);
	transition: all 0.5s ease 0s;
	cursor:pointer;
	overflow:hidden;
}
.m-homelayer4  .gallery-thumbs .swiper-slide-thumb-active{border:2px solid #e7a334;}
.m-homelayer4  .gallery-thumbs img 
{
	width:100%;
	height:100%;
    -webkit-transition: all 1s ease;
    transition: all 1.8s ease;
}
.m-homelayer4  .gallery-thumbs img:hover
{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
@media screen and (max-width: 767px) 
{
	.m-homelayer4  {background:#ebebeb;padding:30px 0px 0px;}
    .m-homelayer4 .titleimg{display:none;}
	.m-homelayer4 .floattitle{position:relative;left:0px;top:0px;margin-bottom:15px;}
	.m-homelayer4 .u-title1 {color:#2b2b2b;}
	.m-homelayer4 .u-title1 .txt{color:#737373;font-size:18px;}
	.m-homelayer4 .homelayer4{width:100%;}
	.m-homelayer4 .gallery-thumbs{width:100%;position:relative;margin-left:0px;left:0%;height:auto;bottom:0px;margin-top:15px;}
	.m-anlitxt{font-size:30px;line-height:40px;width:70%;left:inherit;right:30px;}
	.m-anlitxt .small{font-size:18px;}
}
@media screen and (max-width: 510px)
{
	.m-homelayer4  {padding:20px 0px 0px;}
	.m-anlitxt{font-size:22px;line-height:30px;right:10px;top:33%;}
	.m-anlitxt p{line-height:20px;}
	.m-anlitxt .small{font-size:14px;margin-top:10px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-homelayer4 .titleimg{left:20px;}
	.m-homelayer4 .titleimg img{width:150px;}
	.m-homelayer4 .floattitle{left:50px;}
	.m-anlitxt{width:340px;font-size:30px;line-height:40px;}
	.m-homelayer4 .gallery-thumbs{width:680px;margin-left:-340px;height:70px;bottom:40px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.m-anlitxt{width:400px;font-size:40px;line-height:50px;}
	.m-homelayer4 .gallery-thumbs{width:800px;margin-left:-400px;height:88px;bottom:50px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.m-anlitxt{width:500px;font-size:54px;}
	.m-homelayer4 .gallery-thumbs{width:1000px;margin-left:-500px;height:110px;bottom:60px;}
}
/*首页案例结束*/


/*首页新闻开始*/
.m-homelayer5
{
	width:100%;
    background-color: #ebebeb;
    height: 990px;
    position: relative;
}
.m-homelayer5 .yellowimg
{
    position: absolute;
    right: 30px;
    top: -45px;
    z-index: 4;
}
.m-homelayer5 .yellowimg img{width: 201px;}
.m-homelayer5 .titleimg
{
    position: absolute;
    top: 85px;
    left: 50px;
}
.m-homelayer5 .titleimg img{width: 249px;}
.m-newslist
{
    position: absolute;
    top: 170px;
    z-index: 6;
	width:100%;
}
.m-newslist .newtit{padding-left: 78px;padding-bottom: 60px;}
.m-newsblockone
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
	display:table;
}
.m-newsblockone .leftone
{
    width: 50%;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
	display:table-cell;
}
.m-newsblockone .leftone img
{
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1.8s ease;
}
.m-newsblockone .leftone img:hover
{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.m-newsblockone  .rightone
{
    width: 50%;
    height: 100%;
    padding: 30px 35px;
	display:table-cell;
    background: #fff;
    text-align: left;
    vertical-align: middle;
	font-family: Microsoft Yahei,STHeiti,sans-serif;
}
.m-newsblockone  .rightone .t1
{
    font-size: 16px;
	line-height:25px;
    color: #2b2b2b;
    font-weight: bold;
	height:25px;
	overflow:hidden;
    margin-bottom: 6px;
}
.m-newsblockone  .rightone .t2
{
    color: #8c8c8c;
    font-size: 12px;
    line-height: 20px;
	height:40px;
	overflow:hidden;
}
.m-newsblockone  .rightone .t3 
{
    color: #8c8c8c;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 45px;
    margin-top: 35px;
}
.swiper-button-prev.newtitprev, .swiper-button-next.newtitnext {
    position: relative;
    width: 37px;
    height: 37px;
    z-index: 10;
	left:0px;
	margin-top:10px;
	top:inherit;
    cursor: pointer;
    background-size: 37px 37px;
	transition: all 0.5s ease 0s;
	opacity:1;
	float:left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

div:focus{
	outline:none;
}
.swiper-button-prev.newtitprev
{
	background: url(../yu-img/leftab.png) no-repeat;
    background-size: 37px 37px;
}
.swiper-button-next.newtitnext
{
	left:30px;
	background: url(../yu-img/rightab.png) no-repeat;
    background-size: 37px 37px;
}
.swiper-button-prev.newtitprev:hover
{
	background: url(../yu-img/leftay.png) no-repeat;
    background-size: 37px 37px;
}
.swiper-button-next.newtitnext:hover
{
	background: url(../yu-img/rightay.png) no-repeat;
    background-size: 37px 37px;
}
.m-newsblockone  .u-button2
{
	width: 80px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
}
@media screen and (max-width: 767px) 
{
	.m-homelayer5{height:auto;background:#fff;padding:30px 0px 70px;}
	.m-homelayer5 .yellowimg{display:none;}
	.m-homelayer5 .titleimg{display:none;}
	.m-newslist{position:relative;top:0px;}
	.m-newslist .newtit{padding:0px 0px 20px 0px;}
	.m-newsblockone .rightone{background:#ebebeb;}
	.m-newsblockone .rightone{padding:15px;}
	.m-newsblockone .rightone .t3{padding-bottom:10px;margin-top:10px;}
	.m-newsblockone .leftone img{width:100%;}
	.m-newbiao .m-newsblockone .rightone{background:#fff;}
	.swiper-button-prev.newtitprev, .swiper-button-next.newtitnext {float:right;left:0px;}
	.swiper-button-prev.newtitprev{float:left;left:80%;}
}
@media screen and (max-width: 510px)
{
	.m-newsblockone .rightone{padding:5px 10px;background:#f8f8f8;}
	.m-newsblockone .rightone .t1{margin-bottom:0px;}
	.m-newsblockone .rightone .t3{padding-bottom:5px;margin-top:5px;}
	.swiper-button-prev.newtitprev{float:left;left:72%;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-homelayer5{height:780px;}
	.m-homelayer5 .yellowimg{right:0px;}
	.m-homelayer5 .titleimg{left:20px;}
	.m-homelayer5 .titleimg img{width:160px;}
	.m-newslist .newtit{padding:0px 0px 40px 50px;}
	.m-newsblockone .rightone{padding:10px;}
	.m-newsblockone .rightone .t3{padding-bottom:10px;margin-top:10px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.m-homelayer5{height:850px;}
	.m-homelayer5 .yellowimg{right:0px;}
	.m-homelayer5 .titleimg{left:20px;}
	.m-homelayer5 .titleimg img{width:160px;}
	.m-newslist .newtit{padding:0px 0px 40px 50px;}
	.m-newsblockone .rightone{padding:10px;}
	.m-newsblockone .rightone .t3{padding-bottom:20px;margin-top:15px;}
}
@media screen and (min-width: 1101px) and (max-width: 1300px) 
{
	.m-newsblockone .rightone .t3{padding-bottom:20px;margin-top:15px;}
}
/*首页新闻结束*/


/*首页底部开始*/
.g-footer{position: relative;z-index: 999;}
.m-footer1{width:100%;background: #525252;padding-bottom: 36px;}
.m-footer1 .dilogo
{
    float: left;
	margin-left: -50px;
	padding:48px 0px 13px;
}
.m-footer1 .dilogo img{width: 132px;}
.u-didao{float: right;padding-top: 68px;}
.u-didao p
{
    float: left;
    text-align: right;
    padding: 0px 24px 0px 24px;
    font-size: 15px;
    color: #f2f2f2;
}
.u-didao a:hover{color:#e7a334;}
.u-dilian
{
    padding-top: 19px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #f2f2f2;
}
.u-dilian .tit{font-weight: 400;}
.u-erweima
{
    float: right;
    margin-right: 160px;
    text-align: center;
    font-size: 12px;
    color: #f2f2f2;
}
.u-erweima .erweimaimg
{
    width: 137px;
    height: 137px;
    border: solid 6px #f2f2f2;
    display: inline-block;
    margin-bottom: 17px;
    overflow: hidden;
    vertical-align: middle;
}
.u-erweima .erweimaimg img{width: 100%;}
.m-footer2
{
    background-color: #464646;
    line-height: 48px;
    color: #f2f2f2;
    font-size: 13px;
    text-align: left;
}
.g-footer  .u-leftx{height:65px;}
@media screen and (max-width: 767px) 
{
	.m-footer1{padding-bottom:25px;}
	.m-footer1 .dilogo{margin-left:0px;padding:30px 0px 10px;}
	.m-footer1 .dilogo img {width:90px;}
	.u-erweima{display:none;}
	.u-didao{display:none;}
    .m-footer2{padding:10px 0px;line-height:22px;}
}
@media screen and (max-width: 510px)
{
.u-dilian{font-size:12px;line-height:24px;}
.m-footer2{font-size:12px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
    .u-erweima{margin-right:0px;}
}
/*首页底部结束*/




/*企业简介开始*/
.g-linian
{
	width:100%;
	overflow:hidden;
	background: url(../yu-img/ln1.png) center center / cover no-repeat;
	position:relative;
}
.g-linian img {max-width:100%;max-height:100%;}
.g-linian .ln 
{
	position:absolute;
	left:50%;
	margin-left:-50%;
	width:100%;
	height:100%;
	top:50%;
	margin-top:0px;
	opacity:0;
}
.g-linian .liniana
{
	background: url(../yu-img/lna.png) center center / cover no-repeat;
	z-index:1;
	transition: all 1.5s ease 0s;
}
.g-linian .linianb
{
	background: url(../yu-img/lnb.png) center center / cover no-repeat;
	z-index:2;
	transition: all 1s ease 0s;
}
.g-linian .linianc
{
	background: url(../yu-img/lnc.png) center center / cover no-repeat;
	z-index:3;
	transition: all 1.5s ease 0s;
}
.g-linian .liniand
{
	background: url(../yu-img/lnd.png) center center / cover no-repeat;
	z-index:4;
	transition: all 1s ease 0s;
}
.g-linian .liniane
{
	background: url(../yu-img/lne.png) center center / cover no-repeat;
	z-index:5;
	transition: all 1.5s ease 0s;
}
.g-linian .linianf
{
	background: url(../yu-img/lnf.png) center center / cover no-repeat;
	z-index:6;
	transition: all 1s ease 0s;
}
.g-linian .linian1
{
	width:74%;
	left:13%;
	margin-left:0px;
	background: url(../yu-img/ln3.png) center center / cover no-repeat;
	transition: all 1.7s ease 0s;
	z-index:38;
	top:0px;
}
.g-linian .linian2
{
	height:auto;
	text-align:center;
	transition: all 1.7s ease 0s;
	z-index:39;
	margin-top: -500px;
}
.g-linian .linian3
{
	height:auto;
	text-align:center;
	transition: all 1.7s ease 0s;
	margin-top:500px;
	z-index:40;
}
.g-linian.ons .ln{opacity:1;}
.g-linian.ons  .linian2{margin-top: -100px;}
.g-linian.ons  .linian3{margin-top: -30px;}
.g-linian .linian3 img {margin-left:55px;}


.g-linian  .ziimg
{
	position:absolute;
	width:100%;
	text-align:center;
	left:50%;
	top:50%;
	margin-top:-340px;
	margin-left:-49.5%;
	transition: all 0.5s ease 0s;
}
.m-zizhi
{
	position:absolute;
	top:50%;
	margin-top:-245px;
	text-align:center;
	width:100%;
}
.swiper-button-prev.zizhiprev, .swiper-button-next.zizhinext 
{
    position: absolute;
    width: 32px;
    height: 34px;
    z-index: 10;
	top:50%;
	margin-top:-17px;
	top:inherit;
    cursor: pointer;
    background-size: 32px 37px;
	transition: all 0.5s ease 0s;
	opacity:1;
	
}
.swiper-button-prev.zizhiprev
{
	background: url(../yu-img/lefta.png) no-repeat;
    background-size: 32px 34px;
	left:-40px;
}
.swiper-button-next.zizhinext
{
	right:-40px;
	background: url(../yu-img/righta.png) no-repeat;
    background-size: 32px 34px;
}
.swiper-button-prev.zizhiprev:hover
{
	background: url(../yu-img/leftb.png) no-repeat;
    background-size: 32px 34px;
}
.swiper-button-next.zizhinext:hover
{
	background: url(../yu-img/rightb.png) no-repeat;
    background-size: 32px 34px;
}
.g-linian .zhuanli1
{
	transition: all 1s ease 0s;
	text-align:center;
	margin-top:-400px;
	z-index:1;
}
.g-linian .zhuanli2
{
	height:auto;
	text-align:center;
	transition: all 1.5s ease 0.3s;
	z-index:2;
	margin-top:-290px;
	transform: scale(.1,.1);
}
.g-linian .zhuanli3
{
	height:auto;
	text-align:center;
	transition: all 2s ease 0.3s;
	z-index:3;
	margin-top:-385px;
	margin-left:-57%;
	transform: scale(.1,.1);
}
.g-linian .zhuanli4
{
	height:auto;
	text-align:center;
	transition: all 3s ease 0.3s;
	z-index:5;
	margin-top:-360px;
	transform: scale(.1,.1);
}
.g-linian .zhuanli5
{
	height:auto;
	text-align:center;
	transition: all 1.5s ease 0.3s;
	z-index:4;
	margin-top:-50px;
	transform: scale(.1,.1);
	margin-left:-25%;
}
.g-linian.ons  .zhuanli2{transform: scale(1,1);-webkit-transform: scale(1,1);}
.g-linian.ons  .zhuanli3{transform: scale(1,1);-webkit-transform: scale(1,1);}
.g-linian.ons  .zhuanli4{transform: scale(1,1);-webkit-transform: scale(1,1);}
.g-linian.ons  .zhuanli5{transform: scale(1,1);-webkit-transform: scale(1,1);}
@media screen and (max-width: 767px) 
{
	.g-linian .linian1{width:100%;left:0px;}
	.g-linian.ons .linian2{margin-top:-55px;}
	.g-linian .linian2 img{height:45px;}
	.g-linian.ons .linian3{margin-top:-15px;margin-left:-52%;}
	.g-linian .linian3 img{height:75px;}
	.g-linian .ziimg{margin-top:-200px;}
	.m-zizhi{left:5%;width:90%;}
	.m-zizhi .swiper-button-prev.zizhiprev,.m-zizhi .swiper-button-next.zizhinext {position:relative;margin-top:30px;left:0px;}
	.m-zizhi .swiper-button-prev.zizhiprev{float:left;left:10px;}
	.m-zizhi .swiper-button-next.zizhinext{float:right;right:10px;}
	.g-linian .zhuanli2{margin-left:-50%;margin-top:0px;}
	.g-linian .zhuanli3{margin-left:-50%;}
    .g-linian .zhuanli4{margin-top:-210px;}
	.g-linian .zhuanli5{margin-top:0px;margin-left:-50%;}
}
@media screen and (max-width: 510px)
{
	.g-linian .ziimg{margin-top:-140px;}
	.g-linian .zhuanli1{margin-top:-50%;}
	.g-linian .zhuanli3{margin-left:-50%;margin-top:-270px;}
    .g-linian .zhuanli4{margin-top:60px;z-index:4;}
	.g-linian .zhuanli5{margin-top:-170px;z-index:5;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.g-linian.ons .linian2{margin-top:-55px;}
	.g-linian .linian2 img{height:45px;}
	.g-linian.ons .linian3{margin-top:-15px;margin-left:-52%;}
	.g-linian .linian3 img{height:75px;}
	.g-linian .zhuanli2{margin-top:-90px;}
    .g-linian .zhuanli4{margin-top:-210px;}
	.g-linian .zhuanli5{margin-top:0px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.g-linian.ons .linian2{margin-top:-65px;}
	.g-linian .linian2 img{height:50px;}
	.g-linian.ons .linian3{margin-top:-25px;margin-left:-52%;}
	.g-linian .linian3 img{height:80px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.g-linian.ons .linian2{margin-top:-65px;}
	.g-linian .linian2 img{height:65px;}
	.g-linian.ons .linian3{margin-top:-25px;margin-left:-51%;}
	.g-linian .linian3 img{height:110px;}
}
@media screen and (min-width:1301px) and (max-width:1500px) 
{
	.g-linian .linian2 img{height:75px;}
	.g-linian .linian3 img{height:130px;}
}
/*企业简介结束*/







/*解决方案基础教育开始*/
.m-jichu
{
	width:100%;
	position:relative;
}
.m-jichu:nth-child(2n){background:#ebebeb;}

.m-jichu:last-of-type{overflow:hidden;}
.m-jichu .yellowimg
{
	position:absolute;
	left:0px;
	width:100%;
	z-index:1;
	margin-top:-110px;
	margin-left:-20px;
}
.m-jichu  img {max-width:100%;}
.u-jichu 
{
	padding:120px 0px 120px;
	width:100%;
	position:relative;
	z-index:2;
	display:table;
}
.u-jichu  .jleft
{
	display:table-cell;
	vertical-align:middle;
	width:28%;
	position:relative;
}
.u-jichu  .jleft .tit
{
	font-size: 36px;
	color: #404040;
	letter-spacing: 1.2px;
	line-height:40px;
	font-weight:bold;
}
.u-jichu  .jleft .txt
{
	font-size: 14px;
	color: #797979;
	letter-spacing: 0.47px;
	text-align: justify;
	line-height: 25px;
	margin:15px 0px 30px;
}
.u-jichu  .jright
{
	display:table-cell;
	vertical-align:middle;
	width:72%;
	padding-left:2%;
	position:relative;
	overflow:hidden;
}
@media screen and (max-width: 767px) 
{
	.u-jichu{padding:30px 0px 30px;}
	.u-jichu .jleft{width:100%;margin-bottom:25px;padding-top:0px;display:inline-block;}
	.u-jichu .jright{width:100%;display:inline-block;padding:0px;}
	.u-jichu .jleft .tit{font-size:20px;line-height:26px;}
	.u-jichu .jleft .txt{font-size:14px;line-height:22px;}
}
@media screen and (max-width: 510px)
{
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.u-jichu{padding:50px 0px 50px;}
	.u-jichu .jleft .tit{font-size:20px;line-height:26px;}
	.u-jichu .jleft .txt{font-size:12px;line-height:18px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.u-jichu{padding:90px 0px 90px;}
	.u-jichu .jleft .tit{font-size:24px;line-height:30px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.u-jichu{padding:90px 0px 90px;}
	.u-jichu .jleft .tit{font-size:28px;line-height:34px;}
}
/*解决方案基础教育结束*/


/*解决方案高职院校开始*/
.m-gaozhia
{
	padding:60px  0px 200px;
	width:100%;
}
.m-gaozhia .gleft
{
	float:left;
	width:420px;
}
.m-gaozhia .gleft .txt
{
	background:url(../yu-img/icon6.png) left center no-repeat;
	padding-left:85px;
	line-height:33px;
	height:100px;
	font-size: 24px;
	color: #404040;
	letter-spacing: 0.8px;
	margin:100px 0px 240px;
}
.m-gaozhia .gleft .txt1
{
	background:url(../yu-img/icon7.png) left top no-repeat;
	padding-top:15px;
	font-size: 14px;
	color: #797979;
	letter-spacing: 0.47px;
	text-align: justify;
	line-height: 25px;
}
.m-gaozhia .gleft .txt1 p
{
	background:url(../yu-img/icon10.png) right top no-repeat;
	background-size:50px 50px;
	padding-right:90px;
}
.m-gaozhia .gright
{
	float:right;
	width:700px;
	height:435px;
	background:url(../yu-img/gz.jpg) right top no-repeat;
	background-size:700px 435px;
}
.m-gaozhia .gright .txt
{
	background:url(../yu-img/icon8.png) left center no-repeat;
	padding-left:18px;
	line-height:30px;
	height:60px;
	font-size: 24px;
	color: #404040;
	letter-spacing: 0.8px;
	margin:51% 0px 0px 11%;
}

.m-pingtai
{
	padding:100px 0px 150px;
}
.u-pttit
{
	width:100%;
	background:url(../yu-img/icon9.png) center bottom no-repeat;
	text-align:center;
	font-size: 36px;
	color: #404040;
	letter-spacing: 1.2px;
	font-weight:bold;
	line-height:50px;
	padding-bottom:20px;
	margin-bottom:60px;
}
.m-pingtai .pttxt
{
	width:100%;
	position:relative;
}
.m-pingtai .pttxt  img{max-width:100%;}
.m-pingtai .ptimg 
{
	width:100%;
	position:relative;
	z-index:1;
	transition: all 0.5s ease 0s;
}
.m-pingtai .ptimg .pttxts
{
	max-width:100%;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
}  
.m-pingtai .ptimg .pttxts.ons
{
	position:relative;
	z-index:4;
	opacity:1;
}
.m-pingtai .ptimg .pttxts:nth-child(1).ons
{
	position:relative;
	z-index:2;
	opacity:1;
}
.m-pingtai .ptimg .pttxts.ons1
{
	position:absolute;
	z-index:3;
	opacity:1;
}
.m-pingtai .ptimg .pttxts.ons1.ons
{
	position:relative;
	z-index:4;
	opacity:1;
}
.m-pingtai .ptimg .pttxts .ptimga  img{max-width:100%;}
.m-pingtai .ptimg .pttxts .jieshaotit{display:none;}
.m-pingtai .ptimg .pttxts .jieshaotxt{display:none;}


.m-pingtai .ptspan
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}
.m-pingtai .ptspan span 
{
	position:absolute;
	display:inline-block;
	cursor:pointer;
}
.m-pingtai .ptspan span.as 
{
	width: 16.3%;
    height: 41%;
    top: 1%;
}
.m-pingtai .ptspan span.ax
{
	width: 16.3%;
    height: 41%;
    bottom: 1%;
}
.m-pingtai .ptspan span.aspan1
{
    left: 0.3%;
}
.m-pingtai .ptspan span.aspan2
{
    left: 16.9%;
}
.m-pingtai .ptspan span.aspan3
{
    left: 33.5%;
}
.m-pingtai .ptspan span.aspan4
{
    left: 50.1%;
}
.m-pingtai .ptspan span.aspan5
{
    left: 66.8%;
}
.m-pingtai .ptspan span.aspan6
{
    left: 83.4%;
}
.m-pingtai .ptspan span.aspan7
{
    left: 50.1%;
	width:32.7%;
}
.m-pingtai .ptspan span.aspan8
{
    left: 33.5%;
	width:32.7%;
}
.m-pingtai .ptspan span.aspan9
{
    left: 66.8%;
	width:32.7%;
}
.m-pingtai .pttan
{
	width:400px;
	height:360px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-170px;
	z-index:99;
	background:url(../yu-img/icon12.png) center center no-repeat;
	background-size:400px 360px;
	display:none;
}
.u-pttan
{
	font-size:14px;
	line-height:23px;
	color:#6E6E6E;
}
.u-pttan .pttantxt
{
	position:absolute;
	left:50%;
	margin-left:-140px;
	top:46%;
	width:280px;
}
.u-pttan .close
{
	width:30px;
	height:30px;
	position:absolute;
	right:28px;
	top:15px;
	cursor:pointer;
}
.u-pttan .tantit
{
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:15px;
	color:#e7a334;
	text-align:center;
}
.m-gzyx .yellowimg
{
	width:104%;
	left:-2%;
	margin-top:0px;
}
.gzyxs
{
	padding:150px 0px 165px;
}
.m-gzyx .swiper-father
{
	position:relative;
	text-align:center;
}
.m-gzyx  .swiper-button-next.zizhinext
{
	top:50%;
	right:-5%;
}
.m-gzyx  .swiper-button-prev.zizhiprev
{
	top:50%;
	left:-5%;
}








@media screen and (max-width: 767px) 
{
	.m-gzyx .yellowimg{display:none;}
	.m-jichu .yellowimg{display:none;}
	.m-gaozhia{padding: 30px 0px 60px;}
	.m-gaozhia .gleft{width:40%;}
	.u-pttit{font-size:20px;line-height:30px;margin-bottom:20px;padding-bottom:10px;background-size: auto 5px;}
	.m-gaozhia .gleft .txt{padding-left:20px; margin: 30px 0px 50px;font-size:16px;line-height:24px;}
	.m-gaozhia .gleft .txt1 p{padding-right:0px;background:none;}
	.m-gaozhia .gright{width:57%;height:auto;background-size:100% auto;margin-top:40px;}
	.m-gaozhia .gright .txt{margin: 62% 0px 0px 11%;font-size:20px;}
	.gzyxs{padding:50px 0px 45px;}
	.m-gzyx .swiper-father .gzyx{width:80%;margin:0px auto;}
	.m-gzyx .swiper-button-next.zizhinext{right:10px;}
	.m-gzyx .swiper-button-prev.zizhiprev{left:10px;}
	.m-pingtai{padding:40px 0px 40px;}
}
@media screen and (max-width: 510px)
{
	.m-gaozhia{padding: 30px 0px;}
	.m-gaozhia .gleft{width:100%;}
	.m-gaozhia .gleft .txt{height:auto;}
	.m-gaozhia .gright{width:100%;}
	.m-gaozhia .gright .txt{margin:62% 0px 0px 0%;font-size:18px;height:auto;}
	.m-pingtai{padding:30px 0px;}
	.u-pttit{font-size:16px;line-height:25px;margin-bottom:15px;padding-bottom:10px;background-size: auto 3px;}
	.gzyxs{padding:30px 0px 35px;}
	.m-gzyx  .swiper-button-next.zizhinext{background-size:16px 17px;}
	.m-gzyx  .swiper-button-prev.zizhiprev{background-size:16px 17px;}
	.m-gzyx  .swiper-button-prev.zizhiprev, .m-gzyx  .swiper-button-next.zizhinext{width:16px;height:17px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-gaozhia{padding: 30px 0px 60px;}
	.m-gaozhia .gleft{width:40%;}
	.u-pttit{font-size:24px;line-height:40px;margin-bottom:30px;padding-bottom:10px;background-size: auto 5px;}
	.m-gaozhia .gleft .txt{padding-left:20px; margin: 40px 0px 80px;font-size:20px;}
	.m-gaozhia .gleft .txt1 p{padding-right:0px;}
	.m-gaozhia .gright{width:57%;height:auto;background-size:100% auto;margin-top:40px;}
	.m-gaozhia .gright .txt{margin: 62% 0px 0px 11%;font-size:20px;}
	.gzyxs{padding:80px 0px 95px;}
	.m-pingtai{padding:70px 0px 90px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.m-gaozhia{padding: 40px 0px 80px;}
	.m-gaozhia .gleft{width:33%;}
	.u-pttit{font-size:28px;margin-bottom:40px;}
	.m-gaozhia .gleft .txt{padding-left:20px; margin: 40px 0px 140px;font-size:20px;}
	.m-gaozhia .gright{width:65%;height:auto;background-size:100% auto;margin-top:40px;}
	.m-gaozhia .gright .txt{margin: 62% 0px 0px 11%;}
	.gzyxs{padding:120px 0px 135px;}
	.m-pingtai{padding:70px 0px 90px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.m-gaozhia{padding: 60px 0px 100px;}
	.m-gaozhia .gleft{width:33%;}
	.u-pttit{font-size:32px;margin-bottom:40px;}
	.m-gaozhia .gleft .txt{padding-left:20px; margin: 60px 0px 140px;}
	.m-gaozhia .gright{width:65%;height:auto;background-size:100% auto;}
	.m-gaozhia .gright .txt{margin: 62% 0px 0px 11%;}
	.gzyxs{padding:120px 0px 135px;}
}
/*解决方案高职院校结束*/


/*服务开始*/
.m-fuwu
{
	width:100%;
	position:relative;
}
.m-fuwu  img {max-width:100%;max-height:100%;}
.m-fuwu .w1200{height:100%;}
.m-fuwu:last-of-type{overflow:hidden;}
.m-fuwu .fbimg
{
	width:100%;
	position:relative;
	z-index:2;
}
.m-fuwu .fbimg img{height:auto;width:100%;}
.m-fuwu .fuwu
{
	position:absolute;
	z-index:9;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.m-fuwu  .fwtitle
{
	position:absolute;
	top:47%;
	height:176px;
	margin-top:-110px;
	width:100%;
	text-align:center;
	z-index:8;
}
.m-fuwu.m-fuwu1  .fwtitle
{
	width:auto;
	left:52%;
}
.m-fuwu .fuimg
{
	position:absolute;
	left:0px;
	z-index:8;
	bottom:0px;
	height:460px;
}
.m-fuwu.m-fuwu1 .fuimg
{
	top:50%;
	margin-top:-230px;
}
.m-fuwu  .fvsekuai1
{
	position:absolute;
	width:60%;
	height:100%;
	left:22%;
	text-align:center;
	top:34%;
	z-index:7;
}
.m-fuwu  .fvsekuai2
{
	position:absolute;
	width:57%;
	height:100%;
	left:-30px;
	height:100%;
	top:18%;
	z-index:7;
}
.m-fuwu  .fvsekuai3
{
	position:absolute;
	width:100%;
	height:100%;
	left:-30px;
	top:18%;
	z-index:7;
}
.u-dingwei 
{
	position:relative;
	top:-90px;
	opacity:0;
}
@media screen and (max-width: 767px) 
{
	.m-fuwu .fvsekuai1{display:none;}
	.m-fuwu{overflow:hidden;}
	.m-fuwu .fuimg{height:90%;}
	.m-fuwu.m-fuwu1 .fuimg{margin-top:0px;top:5%;}
	.m-fuwu .fwtitle{height:70px;margin-top:-35px;}
}
@media screen and (max-width: 510px)
{
	.m-fuwu .fwtitle{height:44px;margin-top:-22px;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-fuwu .fuimg{height:260px;}
	.m-fuwu.m-fuwu1 .fuimg{margin-top:-130px;}
	.m-fuwu .fwtitle{height:80px;margin-top:-70px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.m-fuwu .fuimg{height:320px;}
	.m-fuwu.m-fuwu1 .fuimg{margin-top:-160px;}
	.m-fuwu .fwtitle{height:100px;margin-top:-70px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.m-fuwu .fuimg{height:400px;}
	.m-fuwu.m-fuwu1 .fuimg{margin-top:-200px;}
	.m-fuwu .fwtitle{height:160px;}
}
/*服务结束*/




/*咨讯开始*/
.g-news
{
	background:#E9E9E9;
	position:relative;
}
.g-news .m-newslist
{
	position:relative;
	top:0px;
}
.g-news .swiper-father
{
	position:relative;
	top:0px;
	margin-top:20px;
}
.g-news .m-newslist .newtit
{
	padding:30px 0px 0px;
}
.g-news .m-newslist .newtit .titleimg
{
	height:70px;
}
.g-news .m-newslist .newtit .titleimg img {max-height:100%;}
.g-news .m-newslist .newtit .u-title1{display:inline-block;margin-left:50px;}
.g-news .m-newslist .newtit .line {width: 60px;border-bottom: 3px solid #e7a334;margin:15px 0px 10px;}
.g-newsx
{
	background:#fff;
	position:relative;
	font-size:14px;
	line-height:25px;
	color:#333;
}
.g-newsx img {max-width:100%;}
.g-newsx .newsx{padding:35px 0px 10px;}
.g-newsx .tit
{
	font-size: 32px;
	color: #404040;
	letter-spacing: 1.07px;
	text-align: center;
	font-weight:bold;
	width:100%;
	text-align:center;
	line-height:40px;
	margin-bottom:20px;
} 
.g-newsx .tit .time 
{
	font-size: 14px;
	color: #8F8F8F;
	letter-spacing: 0.47px;
	font-weight:400;
	line-height:20px;
	margin-top:10px;
}
.u-huanye
{
	line-height:60px;
	width:100%;
	font-size: 14px;
	color: #3E3A39;
	letter-spacing: 0.47px;
	text-align: left;
	margin:30px 0px;
}
.u-huanye p{height:60px;overflow:hidden;}
.u-huanye span 
{
	color:#e7a334;
	margin-right:11px;
}
.u-huanye .shang{border-bottom:1px solid #E2E2E2;}
.u-huanye a{color:#3E3A39;}
.u-huanye a:hover{color:#e7a334;}

.u-fenxiang
{
	width:100%;
	margin-bottom:30px;
}
.u-fenxiang .fxtit
{
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #E2E2E2;
	font-size: 14px;
	color: #e7a334;
	letter-spacing: 0.47px;
	margin-bottom:20px;
}
.u-fenxiang .fxtxt
{
	width:100%;
	height:57px;
}
.u-fenxiang .fxtxt a 
{
	width:57px;
	height:57px;
	overflow:hidden;
	border-radius:50%;
	background:#8F8F8F;
	margin:0px 20px 0px 0px;
	line-height:57px;
	text-align:center;
	float:left;
	padding-left:0px;
	font-size:0px;
}
.u-fenxiang .fxtxt a.bds_weixin
{
	background:#8F8F8F url(../yu-img/wx.png) left top no-repeat;
	background-size:100%;
}
.u-fenxiang .fxtxt a.bds_weixin:hover
{
	background:#8F8F8F url(../yu-img/wx.png) left bottom no-repeat;
	background-size:100%;
}
.u-fenxiang .fxtxt a.bds_qzone
{
	background:#8F8F8F url(../yu-img/qq.png) left top no-repeat;
	background-size:100%;
}
.u-fenxiang .fxtxt a.bds_qzone:hover
{
	background:#8F8F8F url(../yu-img/qq.png) left bottom no-repeat;
	background-size:100%;
}
.u-fenxiang .fxtxt a.bds_tsina
{
	background:#8F8F8F url(../yu-img/wb.png) left top no-repeat;
	background-size:100%;
}
.u-fenxiang .fxtxt a.bds_tsina:hover
{
	background:#8F8F8F url(../yu-img/wb.png) left bottom no-repeat;
	background-size:100%;
}
.u-fenxiang .fxtxt a.bds_douban
{
	background:#8F8F8F url(../yu-img/db.png) left top no-repeat;
	background-size:100%;
}
.u-fenxiang .fxtxt a.bds_douban:hover
{
	background:#8F8F8F url(../yu-img/db.png) left bottom no-repeat;
	background-size:100%;
}
@media screen and (max-width: 767px) 
{
	.g-news .m-newslist .newtit .titleimg{height:50px;}
	.g-newsx .tit {font-size:22px;line-height:26px;margin-bottom:10px;}
	.g-newsx .tit .time{font-size:12px;line-height:14px;}
	.g-newsx .newsx{padding:25px 0px 10px;}
}
@media screen and (max-width: 510px)
{
	.u-huanye{line-height:30px;margin-bottom:10px;}
	.u-huanye p{height:30px;}
	.u-fenxiang .fxtit{line-height:30px;height:30px;margin-bottom:10px;}
	.u-fenxiang .fxtxt{height:30px;}
	.u-fenxiang .fxtxt a{width:30px;height:30px;line-height:30px;}
	.u-fenxiang .fxtxt a:hover img {top:-30px;}
	.g-news .m-newslist .newtit .titleimg{height:40px;}
	.g-news .m-newslist .newtit .u-title1{margin-left:20px;}
}
/*咨讯结束*/


/*案例开始*/
.m-case
{
	padding:100px 0px;
	width:100%;
}

.m-case:nth-child(2n){background:#ebebeb;}
.m-case:last-of-type{overflow:hidden;}
.m-case img{max-width:100%;}
.m-case .yellowimg
{
	position:absolute;
	left:-15px;
	top:-15px;
	z-index:2;
	margin-top:-10px;
}
.u-case{width:100%;position:relative;z-index:3;}
.u-case .caleft
{
	width:69%;
	float:left;
	position:relative;
}
.u-case .caright
{
	width:28%;
	float:right;
	position:relative;
}
.u-case .caright .case
{
	position:absolute;
	left:0px;
	top:0px;
	font-family: Arial;
	font-weight:bold;
	font-size: 80px;
	color: #D1D1D1;
	letter-spacing: -2.67px;
	line-height: 65px;
}
.u-case .caright .carimg
{
	width:90px;
	height:90px;
	position:absolute;
	right:0px;
	top:-15px;
}
.u-case .caright  .cartxt
{
	padding:50% 20% 0px 0px ;
	color: #404040;
	font-weight:bold;
}
.u-case .caright  .cartxt .dizhi
{
	background:url(../yu-img/icon2.png) left center no-repeat;
	background-size:16px 20px;
	font-size:20px;
	line-height:24px;
	padding-left:30px;
}
.u-case .caright  .cartxt .catit
{
	font-size: 36px;
	letter-spacing: 1.2px;
	margin:15px 0px 40px;
} 
.u-case .u-button2{font-weight:400;}
.u-gengduo
{
	width:100%;
	background:#fff;
	padding:25px 0px;
	font-size: 16px;
	color: #999;
	text-align:center;
	line-height:22px;
	cursor:pointer;
	transition: all 0.5s ease 0s;
	border-top:1px solid #ebebeb;
}
.u-gengduo img 
{
	height:22px;
	margin-left:30px;
}
.u-gengduo:hover{color:#333;}
.fuimgs
{
	position:relative;
	top:10%;
	text-align:center;
	overflow:hidden;
}
.titless
{
	width:100%;
	background:url(../yu-img/icon5.png) left center no-repeat;
	background-size:15px 20px;
	font-size:24px;
	color:#404040;
	line-height:30px;
	padding-left:30px;
	margin-top:20px;
	position:absolute;
	left:0px;
	top:90%;
}
@media screen and (max-width: 767px) 
{
	.m-case{padding:50px 0px;}
	.m-case .yellowimg{display:none;}
	.u-case .caright .case{display:none;font-size:40px;line-height:40px;}
	.u-case .caright .carimg{display:none;width:40px;height:40px;}
	.u-case .caright .cartxt{padding: 40% 5% 0px 0px;}
	.u-case .caright .cartxt .dizhi{font-size:14px;padding-left:20px;}
	.u-case .caright .cartxt .catit{font-size:22px;margin: 15px 0px 20px;}
	.titless{font-size:18px;}
	.u-gengduo{padding:15px 0px;font-size: 14px;line-height:20px;}
    .u-gengduo img {height:20px;margin-left:25px;}
	.fuimgs{top:30%;}
	.titless{top:70%;}
}
@media screen and (max-width: 510px)
{
	.m-case{padding:40px 0px;}
	.u-case .caleft{width:100%;}
	.u-case .caright{width:100%;}
	.u-case .caright .cartxt{padding:10px 0px 0px;}
	.u-case .caright .cartxt .dizhi{float:right;}
	.u-case .caright .cartxt .catit{margin:0px 0px 15px;font-size:20px;}
	.fuimgs{top:35%;}
	.titless{top:65%;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.m-case{padding:50px 0px;}
	.u-case .caright .case{font-size:50px;line-height:50px;}
	.u-case .caright .carimg{width:50px;height:50px;}
	.u-case .caright .cartxt{padding: 50% 10% 0px 0px;}
	.u-case .caright .cartxt .dizhi{font-size:18px;padding-left:25px;}
	.u-case .caright .cartxt .catit{font-size:26px;}
	.titless{font-size:20px;}
	.fuimgs{top:30%;}
	.titless{top:70%;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.m-case{padding:70px 0px;}
	.u-case .caright .case{font-size:60px;line-height:60px;}
	.u-case .caright .carimg{width:60px;height:60px;}
	.u-case .caright .cartxt{padding: 50% 10% 0px 0px;}
	.u-case .caright .cartxt .catit{font-size:30px;}
	.titless{font-size:20px;}
	.fuimgs{top:20%;}
	.titless{top:80%;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.fuimgs{top:20%;}
	.titless{top:80%;}
}
/*案例结束*/
/*--------------------------------------------*/
/* 通用 */
.u-title1
{
    font-size: 45px;
    font-family: arial;
    text-align: left;
    line-height: 45px;
    color: #2b2b2b;
    font-weight: 600;
}
.u-title1 .txt
{
    font-size: 29px;
    color: #737373;
    line-height: 45px;
    letter-spacing: 10px;
	padding-left:20px;
	font-family: Microsoft Yahei,STHeiti,sans-serif;
}
.u-title2
{
    font-size: 28px;
    color: #717171;
    letter-spacing: 3px;
    font-weight: 600;
}
.u-title3
{
    font-size: 45px;
    font-family: arial;
    text-align: left;
    line-height: 52px;
    color: #FFF;
    font-weight: 600;
}
.u-leftx
{
	position: absolute;
    height: 100%;
    border-left: 3px solid #e7a334;
    left: 50%;
    margin-left: -622px;
    top: 0px;
    z-index: 999;
	width:3px;
}
.u-leftx span 
{
	position:absolute;
	top:25%;
	left:50%;
	margin-left:-22px;
	width:40px;
	height:40px;
	border-radius:50%;
	overflow:hidden;
	line-height:40px;
	text-align:center;
	font-family:arial;
	font-weight:bold;
	font-size:16px;
	background:#e7a334;
	color:#fff;
}
.u-button1
{
    width: 135px;
    height: 35px;
    line-height: 35px;
    background-color: #e7a334;
    color: white;
    font-size: 16px;
    border-radius: 17px;
    text-align: center;
    display: inline-block;
	transition: all 0.5s ease 0s;
}
.u-button1:hover
{
    background-color: white;
    color: #e7a334;
    border: 1px solid #e7a334;
}

.u-button2
{
    width: 135px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 17px;
    text-align: center;
    background: none;
    color: #e7a334;
    border: 1px solid #e7a334;
    display: inline-block;
	transition: all 0.5s ease 0s;
}
.u-button2:hover
{
    background-color: #e7a334;
    color: white;!important;
}
.g-nbanner
{
	width:100%;
	background: #EBEBEB;
	height:420px;
	position:relative;
	overflow:hidden;
	z-index:3;
}
.g-nbanner .nbanner
{
	position:absolute;
	left:50%;
	top:50%;
	opacity:0;
}
.g-nbanner.ons .nbanner{opacity:1;}
.g-nbanner .nb1
{
	margin-left:-33%;
	margin-top:-100px;
	transition: all 1.3s ease 0.6s;
	z-index:4;
}
.g-nbanner .nb1 img{max-height:90px;}
.g-nbanner .nb2
{
	margin-left:-30%;
	margin-top:-30px;
	transition: all 0.7s ease 0s;
	z-index:5;
}
.g-nbanner .nb2 img{max-height:137px;}
.g-nbanner .nb3
{
	margin-left:-5%;
	margin-top:-120px;
	transition: all 1.3s ease 0.6s;
	z-index:2;
}
.g-nbanner .nb4
{
	margin-left:3%;
	margin-top:-170px;
	transition: all 0.7s ease 0s;
	z-index:3;
}

.g-nbanners
{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:3;
}
.g-nbanners img {width:100%;}
.g-ndao
{
	width:100%;
	background: #FFFFFF;
    z-index: 99;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
	position:relative;
}
.g-ndao .ndao{padding:35px 0px;}
.g-ndao .swiper-slide{width:auto;border-left: 2px solid #d8d8d8;text-align:center;margin-left:-2px;}
.g-ndao.on
{
	position:fixed;
	left:0px;
	top:90px;
}
.g-ndao p
{
	font-size: 20px;
	color: #717171;
	letter-spacing: 2.17px;
    padding: 0px 34px;
}
.g-ndao .swiper-slide:nth-child(1){border-left:0px;}
.g-ndao p:hover{color:#e7a334;}
.g-ndao .on p{color:#e7a334;}

.m-tans
{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.7);
	z-index:99999999;
	display:none;
	transition: all 0.7s ease 0s;
}
.m-tans .colse
{
	width:70px;
	height:70px;
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	z-index:10;
}
.m-tans .tans
{
	padding:100px 5%;
	position:relative;
	height:100%;
}
.m-tans  .swiper-father
{
	position:relative;
	padding:0px 40px;
	height:100%;
	z-index:9;
}
.m-tans  .swiper-father img {max-height:100%;vertical-align:middle;}
.m-tans  .swiper-father .swiper-slide{opacity:0 !important;text-align:center;}
.m-tans  .swiper-father .swiper-slide.swiper-slide-active{opacity:1 !important;}
.m-tans  .swiper-father .tansprev {
	left:0px;
	top: 50%;
	margin-top: -17px;
	width:32px;
	height:34px;
	background:url(../yu-img/lefta.png) left top no-repeat;	
	background-size:32px 34px;
}
.m-tans  .swiper-father .tansprev:hover 
{
	background:url(../yu-img/leftb.png) left top no-repeat;	
	background-size:32px 34px;
}
.m-tans  .swiper-father .tansnext {
	top: 50%;
	right: 0px;
	margin-top: -17px;
	width:32px;
	height:34px;
	background:url(../yu-img/righta.png) left top no-repeat;	
	background-size:32px 34px;
}
.m-tans  .swiper-father .tansnext:hover 
{
	background:url(../yu-img/rightb.png) left top no-repeat;	
	background-size:32px 34px;
}
.u-tans {width:100%;height:100%;display:table;}
.u-tans  .tanz{width:100%;display:table-cell;vertical-align:middle;}
.u-tans .tit 
{
	width: 100%;
    background: url(../yu-img/icon5.png) left center no-repeat;
    background-size: 15px 20px;
    font-size: 24px;
    color: #404040;
    line-height: 30px;
    padding-left: 30px;
    margin-top: 20px;
	text-align:left;
	height:auto;
}
.u-tan{cursor:pointer;}
@media screen and (max-width: 767px) 
{
	.w1200{width:auto;padding:0px 20px;}
	.u-title1{font-size:26px;line-height:30px;}
    .u-title1 .txt{font-size:18px;line-height:30px;}
	.u-title2{font-size:18px;}
	.u-tuwen1 .title2{margin:10px 0px 15px;}
	.u-button2{width:100px;height:30px;line-height:30px;font-size:14px;}
	.g-nbanner{height:300px;}
	.g-nbanner .nb1{margin-left:-40%;}
	.g-nbanner .nb1  img{height:40px;}
	.g-nbanner .nb2{margin-left:-37%;}
	.g-nbanner .nb2 img{height:90px;}
	.g-nbanner .nb3{margin-top:-50px;}
	.g-nbanner .nb3 img{height:200px;}
	.g-nbanner .nb4{margin-top:-130px;}
	.g-nbanner .nb4 img{height:180px;}
    .g-ndao .ndao{padding:20px 0px;}
	.g-ndao p{padding:0px 15px;font-size:16px;letter-spacing: 0px;}
	.g-ndao.on{top:52px;}
	.m-tans .tans{padding:100px 10px;}
	.m-tans .swiper-father{padding:0px 20px;}
	.m-tans  .swiper-father .tansnext{width:16px;height:17px;margin-top:-9px; background-size: 16px 17px;right:0px;}
	.m-tans  .swiper-father .tansprev{width:16px;height:17px;margin-top:-9px; background-size: 16px 17px;left:0px;}
	.m-tans  .swiper-father .tansprev:hover {background-size: 16px 17px;}
	.m-tans  .swiper-father .tansnext:hover {background-size: 16px 17px;}
	.u-tans .tit{font-size:18px;background-size:7px 10px;padding-left:20px;}
	.m-tans .colse{width:35px;height:35px;right:10px;top:10px;}
}
@media screen and (max-width: 510px)
{
	.w1200{padding:0px 15px;}
	.u-title1{font-size:22px;line-height:26px;}
	.g-nbanner{height:180px;}
	.g-nbanner .nb1{margin-left:-40%;margin-top:-55px;}
	.g-nbanner .nb1 img {height:25px;}
	.g-nbanner .nb2{margin-left:-38%;margin-top:-20px;}
	.g-nbanner .nb2 img{height:70px;}
	.g-nbanner .nb3{display:none;}
	.g-nbanner .nb4{display:none;}
}
@media screen and (min-width: 768px) and (max-width: 899px) 
{	
	.w1200{width:680px;}
	.u-leftx{margin-left:-362px;}
	.u-title1{font-size:30px;line-height:36px;}
	.u-title2{font-size:22px;}
	.u-button2{width:100px;height:30px;line-height:30px;font-size:14px;}
	.g-nbanner{height:340px;}
	.g-nbanner .nb1{margin-left:-40%;}
	.g-nbanner .nb1  img{height:60px;}
	.g-nbanner .nb2{margin-left:-37%;}
	.g-nbanner .nb2 img{height:90px;}
	.g-nbanner .nb3{margin-top:-50px;}
	.g-nbanner .nb3 img{height:200px;}
	.g-nbanner .nb4{margin-top:-130px;}
	.g-nbanner .nb4 img{height:180px;}
    .g-ndao .ndao{padding:20px 0px;}
	.g-ndao p{padding:0px 15px;font-size:18px;}
}
@media screen and (min-width: 900px) and (max-width: 1100px) 
{
	.w1200{width:800px;}
	.u-leftx{margin-left:-422px;}
	.u-title1{font-size:38px;line-height:42px;}
	.u-button2{width:100px;height:30px;line-height:30px;font-size:14px;}
	.g-nbanner{height:340px;}
	.g-nbanner .nb1{margin-left:-40%;}
	.g-nbanner .nb1  img{height:60px;}
	.g-nbanner .nb2{margin-left:-37%;}
	.g-nbanner .nb2 img{height:90px;}
	.g-nbanner .nb3{margin-top:-50px;}
	.g-nbanner .nb3 img{height:200px;}
	.g-nbanner .nb4{margin-top:-130px;}
	.g-nbanner .nb4 img{height:180px;}
    .g-ndao .ndao{padding:20px 0px;}
	.g-ndao p{padding:0px 25px;font-size:18px;}
}
@media screen and (min-width:1101px) and (max-width:1300px) 
{
	.w1200{width:1000px;}
	.u-leftx{margin-left:-522px;}
	.g-nbanner .nb1{margin-left:-40%;}
	.g-nbanner .nb1  img{height:70px;}
	.g-nbanner .nb2{margin-left:-37%;}
	.g-nbanner .nb2 img{height:110px;}
	.g-nbanner .nb3 img{height:260px;}
	.g-nbanner .nb4 img{height:220px;}
}

/*通用 */





