﻿body {
	font-family: '微软雅黑';
	color: #222;
	font-size: 16px;
}

img {
	max-width: 100%;
}
    
/*fonts*/
/*fonts*/
@font-face {
	font-family: 'HelveticaNeueLT-MediumCond';
	src: url('/static/fonts/helveticaneuelt-mediumcond.eot');
	src: local('HelveticaNeueLT-MediumCond'),
		local('HelveticaNeueLT-MediumCond'),
		url('/static/fonts/helveticaneuelt-mediumcond.woff') format('woff'),
		url('/static/fonts/helveticaneuelt-mediumcond.ttf') format('truetype'),
		url('/static/fonts/helveticaneuelt-mediumcond.svg#helveticaneuelt-mediumcond') format('svg');
}
@font-face {
	font-family: 'HelveticaNeueLT-LightCond';
	src: url('/static/fonts/helveticaneuelt-lightcond.eot');
	src: local('HelveticaNeueLT-LightCond'),
		local('HelveticaNeueLT-LightCond'),
		url('/static/fonts/helveticaneuelt-lightcond.woff') format('woff'),
		url('/static/fonts/helveticaneuelt-lightcond.ttf') format('truetype'),
		url('/static/fonts/helveticaneuelt-lightcond.svg#helveticaneuelt-lightcond') format('svg');
}
/*menus*/
.menus{
	width: 100%;
	padding: 9px 0 8px 0;
	transition: all .5s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: rgba(0,0,0,0);
}
.menus.fixedbg{
	position: fixed !important;
    opacity: 0.9;
    background: #fff;
    z-index: 8888;
    transition: all .5s ease;
}
.menus.fixedbg2{
	position: fixed !important;
	opacity: 0.9;
	background: #fff;
	z-index: 8888;
	transition: all .5s ease;
	
}

.menus .Logo{
	padding: 11px 0 0 67px;
	float: left;
}
.menus .Logo .logow{
	display: block;
}
.menus .Logo .logob{
	display: none;
}
.menus.fixedbg .Logo .logow{
	display: none;
}
.menus.fixedbg .Logo .logob{
	display: block;
}
.menus.fixedbg2 .Logo .logow{
	display: none;
}
.menus.fixedbg2 .Logo .logob{
	display: block;
}
.menus .Logo img{
	float: left;
}
.menus .Logo a{
	display: block;
	color: #222;
}
.menus .Logo p{
	float: left;
	font-size: 36px;
	font-weight: bold;
	padding-left: 3px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 2px;
}
.menus.fixedbg .Logo p{
	color: #333;
}
.menus.fixedbg2 .Logo p{
	color: #333;
}
.menus .Logo p span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 30px;
}
.WebLink{
	float: left;
	margin-left: 30%;
	margin-top: 25px;
}

.WebLink li{
	float: left;
	position: relative;
	margin-left:61px;
}
.WebLink li:last-child{
	background:none;
}
.WebLink li > a{
	font-size: 17px;
	display: block;
	transition: all .5s ease;
	color: #fff;
}
.WebLink li.on > a, .WebLink li:hover > a{
	color: #666666 !important;
	display: block;
	transition: all .5s ease;
}
.WebLink li:first-child{
	margin-left:0;
}

.menus.fixedbg .WebLink li > a{
	color: #333;
}
.menus.fixedbg2 .WebLink li > a{
	color: #333;
}
.head-tel{
	float: left;
	background: #666666;
	line-height: 70px;
	margin-left: 3.045833%;
	color: #fff;
	padding-right: 55px;
}
.head-tel .tel-icon{
	padding-left: 30px;
	padding-right: 13px;
	float: left;
}
.head-tel a{
	font-size: 20px;
	line-height: 20px;
    vertical-align: middle;
	font-family: Myriad Pro;
	color: #fff;
}
.head-tel span{
	padding: 0 5px;
}
/*下拉*/
.menus .WebLink li .yb-sub-lm{
	width: 164px;
	position: absolute;
	left: 50%;
	margin-left: -82px;
	z-index: 9999;
	top: 54px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.menus .WebLink li:hover .yb-sub-lm{
	top: 24px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.yb-sub-lm .lm-line{
	width: 100%;
	height: 33px;
	border-bottom: 3px solid ;
	border-image: linear-gradient(90deg, rgb(5,131,169),rgb(13,155,107)) 100 0;
}
.yb-sub-lm .lm-a{
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	background: #fff;
}
.yb-sub-lm .lm-a a{
	display: block !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 22px !important;
	padding: 10px 8px !important;
	border-bottom: 1px solid #eeeeee;
	transition: all .5s ease;
} 
.yb-sub-lm .lm-a a:hover{
	color: #666666;
	padding-left: 16px !important;
	transition: all .5s ease;
}
/*新增20200304*/
.yb-sub-lm .lm-a{
	overflow: visible;
}
.yb-sub-lm .lm-a .item{
	display: block !important;
	text-align: center !important;
	font-size: 14px !important;
	height: 42px;
	line-height: 42px !important;
	padding: 0 8px !important;
	position: relative;
	z-index: 99;
} 
.yb-sub-lm .lm-a .item>.list{
	position: absolute;
	width: 150px;
	transition: all .8s ease 0s;
	transform: translateX(-20px);
	display: none;
	top: 0;
	left: 164px;
	background: #fff;
	z-index: 999;
}
.yb-sub-lm .lm-a .item:hover>.list{
	display: block;
	transform: translateX(0px);
}
.yb-sub-lm .lm-a .item:hover>.list:hover{
	display: block;
}
.yb-sub-lm .lm-a .item .list a{
	display: block !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 22px !important;
	padding: 10px 8px !important;
	border-bottom: 1px solid #eeeeee;
} 
.yb-sub-lm .lm-a .item .list a:hover{
	color: #edbf5d;
}

.clear {
	clear: both;
}
.footH {
	height: 50px;
	display: none;
}
.footFix {
	background: #666666;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}
.footFix>a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}
/*index*/
.indexBanner{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#banner1{
	width: 100%;
}
#banner1 .swiper-slide .txt{
/*	width: 21.9270833%;*/
	width: 34%;
	position: absolute;
	color: #fff;
	left: 17.708333%;
	top: 29.504741%;
}
#banner1 .swiper-slide .txt .tit1{
	font-size: 68px;
	line-height: 92px;
}
#banner1 .swiper-slide .txt .tit2{
	font-size: 16px;
	line-height: 30px;
	padding-top: 44px;
}
#banner1 .swiper-slide .next-title{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999999999;
}
#bannerbp{
	color: #fff;
	width: auto;
	left: 18%;
	top: 26%;
}
#bannerbp .swiper-pagination-bullet-active{
	background: #fff;
}
#bannerbp ul{
	width:85px;
}
#bannerbp ul li{
	position:absolute;
	left:-10px;
	top:0;
}
#rightdot{
	display: flex;
    flex-direction: column;
    left: auto;
    right: 40px;
    width: auto;
    height: 100%;
    bottom: 0;
    justify-content: center;
	z-index: 9999999;
}
#rightdot .swiper-pagination-bullet{
	background: rgba(255,255,255,1) !important;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 14px 0;
    width: 11px;
    height: 11px;
    position: relative;
}
#rightdot .swiper-pagination-bullet-active{
	background: rgba(255,255,255,0) !important;
    position: relative;
}
.slider_circle{
	height: 222px;
    margin-top: -111px;
    margin-bottom: -111px;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    opacity: 1;
    transition: opacity .5s ease;
	z-index: 99999;
}
.circle_line{
	height: 1px;
    background-color: hsla(0,0%,100%,.2);
    margin-top: 111px;
    transform-origin: 0 0;
    transform: none;
}
.circle_line::before{
	content: "";
    display: block;
    width: 1px;
    height: 1px;
    background: #efeeeb;
    margin-left: 177px;
    transition: opacity .5s ease 2.5s;
    opacity: 1;	
}
.circle_outer{
    margin-left: 66px;
    width: 222px;
    height: 222px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: -111px;	
}
.circle_outer::before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.circle_inner{
	display: inline-block;
    vertical-align: middle;
	opacity: 1;
	position: relative;
	z-index: 999999;
}
.circle_text{
	height: 80px;
	color: #fff;
	font-size: 16px;
	font-family: arial;
	line-height: 40px;
}
.circle_text:hover{
	
}
.slider_circle svg{
    width: 222px;
    height: 222px;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.circle_c1{
	stroke-dasharray: 700;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s ease;
	transition-delay: 2.5s;
}
.circle svg .circle__c2{
	stroke-dasharray: 700;
    stroke-dashoffset: 700;
    transition: stroke-dashoffset 1s ease;
}
.slider_whinfo{
	position: absolute;
	bottom: 9px;
	left: 9px;
    background-color: #f5f5f3;
    width: 653px;
    height: 133px;
    z-index: 1;
    padding: 0 58px;
}
.slider_whinfo-l{
	width: 61.824953%;
	float: left;
	max-width: 332px;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	padding-top: 32px;
}
.slider_whinfo-l .laber{
	color: #363636;
    font-size: 16px;
	line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.slider_whinfo-l .titles{
	position: relative;
	font-family: 'Avanti';
	font-size: 20px;
	overflow: hidden;
	width: 100%;
	color: #1c1c1c;	
	font-weight: 700;
}
.slider_whinfo-r{
	display: inline-block;
	vertical-align: middle;
	width: 26.443203%;
	margin-left: 11.731843%;
	float: right;
	position: relative;
	height: 100%;
}
#arrown{
	background: url(/static/images/h-arrow-r.png) no-repeat;
	width: 63px;
	height: 15px;
	margin-top: -7px;
	right: 0;
	transition: all .5s ease;
}
#arrown:hover{
	right: -10px;
	transition: all .5s ease;
	background: url(/static/images/h-arrow-r-g.png) no-repeat;
}
#arrowp{
	background: url(/static/images/h-arrow-l.png) no-repeat;
	width: 63px;
	height: 15px;
	margin-top: -7px;
	left: 0;
	transition: all .5s ease;
}
#arrowp:hover{
	left: -10px;
	transition: all .5s ease;
	background: url(/static/images/h-arrow-l-g.png) no-repeat;
}
.iAbout{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0 93px 0;
	background: url(/static/images/bg1.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.iAbout-box{
	width: 62.291666%;
	padding-left: 11.354166%;
	overflow: hidden;
}
.iAbout-box .tit{
	background: #666666;
	width: 18.852459%;
	height: 621px;
	float: left;
	overflow: hidden;
}
.iAbout-box .tit p{
	font-size: 174px;
	line-height: 123px;
	color: rgba(255,255,255,0.5);
	font-family: 'HelveticaNeueLT-MediumCond';
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	position: relative;
	left: 106px;
}
.iAbout-box .info-tit{
	background: url(/static/images/h-light.png) no-repeat left top;
	width: 73.155737%;
	float: right;
	margin-top: 42px;
	margin-left: 7.991803%;
	padding-left: 107px;	
}
.iAbout-box .info-tit h1{
	font-size: 20px;
	line-height: 26px;
	color: #27146d;
	padding-top: 44px;
}
.iAbout-box .info-tit h2{
	font-size: 48px;
	line-height: 64px;
	color: #162b32;
	padding-top: 22px;
	color: #162b32;
}
.iAbout-box .info-tit .info-info{
	color: #555555;
	line-height: 30px;
	padding-top: 31px;
	text-align: justify;
}
.iAbout-inner-box{
	/* width: 76.875%; */
	width: 100%;
	padding-left: 16.145833%;
	position: relative;
	margin-top: -163px;
	overflow: hidden;
}
.iAbout-inner-box-l{
	float: left;
}
.iAbout-inner-box-r{
	float: left;
	padding-left: 87px;
	padding-top: 53px;
}
.iAbout-inner-box-r .tit{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.iAbout-inner-box-r .tit span{
	display: block;
	padding-bottom: 30px;
}
.iAbout-inner-box-r .tit span img{
	vertical-align: top;
}
.ln-info{
	padding-top:31px;
}
.ln-info .item{
	color: #555555;
	line-height: 32px;
}
.ln-info .item h1{
	font-weight: bold;
	line-height: 32px;
}
.ln-info .item h2{
	line-height: 32px;
}
.iAbout-float{
	position: absolute;
	right: 260px;
	top: 199px;
	
}
.float-item{
	width: 100%;
	padding-bottom: 27px;
	border-bottom: 1px solid #d3d2d2;
	margin-bottom: 27px;
}
.float-item:last-child{
	margin-bottom: 0;
}
.float-item .danwei{
	color: #666666;
	padding-left: 10px;
}
.float-item .danwei .counter{
	font-size: 48px;
	line-height: 70px;
	color: #666666;
	padding-right: 6px;
}
.float-item .float-sj{
	line-height: 30px;
	padding-left: 39px;
}
.float-item .danwei.bfb{
	color: #666666;
	font-size: 48px;
}
/*iProduct*/
.iProduct{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #eef6f8;
	position: relative;
	padding-top: 89px;
}
.iProduct::before{
	position: absolute;
	content: "";
	background: url(/static/images/pro-line.png) no-repeat left top;
	width: 738px;
	height: 395px;
	left: 0;
	top: 0;
}
.iPro-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/static/images/productbg.png) no-repeat;
	left: 0;
	top: 0;
	z-index: 1;
}
.iProduct-info{
	width: 100%;
	overflow: hidden;
}
.iProduct-info-l{
	width: 50%;
	float: left;
	z-index: 99;
	position: relative;
}
.iProduct-tit{
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}
.iProduct-tit h1{
	float: left;
	padding-left: 30.729166%;
	font-weight: normal;
	font-family: 'HelveticaNeueLT-MediumCond';
	color:#303030;
	line-height: 16px;
	writing-mode: vertical-rl;
	letter-spacing: 7px;
	margin-top: 15px;
}
.iProduct-tit h2{
	background: url(/static/images/product-kuang.png) no-repeat;
	float: left;
	margin-left: 12px;
	width: 100px;
	height: 143px;
	position: relative;
}
.iProduct-tit h2 .chan{
	position: absolute;
	left: 19px;
	top: 16px;
	font-size: 42px;
	line-height: 40px;
	color: #2b2b2b;
}
.iProduct-tit h2 .pin{
	position: absolute;
	font-size: 42px;
	line-height: 40px;
	color: #2b2b2b;
	right: 17px;
	bottom: 19px;
}
.pro-img{
	width: 100%;
	padding-top: 113px;
}
.iProduct-info-r{
	width: 51.09375%;
	position: relative;
	margin-left: -222px;
	z-index: 999;
	float: left;
	border-bottom: 4px solid #666666;
}
.iProduct-row{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.iProduct-row .item{
	float: left;
	width: 25%;
	border-right: 1px solid #f1f1f1;
	padding-top: 81px;
	background: #fff;
	transition: all .5s ease;
	height: 100%;
}
.iProduct-row .item:hover{
	background: #239853;
	transition: all .5s ease;
}
.iProduct-row .item a{
	display: block;
}
.iProduct-row .item .num{
	width: 100%;
	font-family: arial;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	border-right: 1px solid #666666;
	color: #2b2b2b;
	transition: all .5s ease;
}
.iProduct-row .item:hover .num{
	color: #fff;
	transition: all .5s ease;
}
.iProduct-row .item .pic{
	width: 100%;
	text-align: center;
	padding-top: 37px;
}
.iProduct-row .item .txt{
	width: 100%;
	text-align: center;
	color: #2b2b2b;
	padding-top: 22px;
	min-height: 134px;
	transition: all .5s ease;
}
.iProduct-row .item:hover .txt{
	color: #fff;
	transition: all .5s ease;
}
.iProduct-row .item .txt .tit1{
	font-size: 24px;
	line-height: 32px;
}
.iProduct-row .item .txt .tit2{
	font-family: 'HelveticaNeueLT-MediumCond';
	font-size: 18px;
	line-height: 31px;
	padding-top: 18px;
	text-transform: uppercase;
	width: 100px;
	margin: 0 auto;
}
.iProduct-row .item .arrow{
	background: url(/static/images/product-arrow.png) no-repeat center;
	width: 100%;
	height: 14px;
	padding-top: 110px;
	padding-bottom: 118px;
	transition: all .5s ease;
}
.iProduct-row .item:hover .arrow{
	background: url(/static/images/product-arrow-w.png) no-repeat center;
	transition: all .5s ease;
}
/*iCase*/
.iCase{
	width: 100%;
	background: #666666 url(/static/images/right-bg.jpg) no-repeat right top;
	overflow: hidden;
	padding: 84px 2.96875% 83px 2.65625%;
}
.iCase-info{
	width: 100%;
	background: #fff;
	padding: 93px 0 110px 0;
	overflow: hidden;
}
.iCase-info-l{
	width: 53.421633%;
	float: left;
	padding-top: 84px;
}
.iCase-info-l h1{
	font-size: 24px;
	line-height: 26px;
	color: #838383;
	font-family: 'HelveticaNeueLT-MediumCond';
	letter-spacing: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 83px;
}
.iCase-info-l h2{
	font-size: 42px;
	line-height: 50px;
	padding-left: 83px;
	padding-top: 25px;
	color: #333333;
}
.iCase-slt{
	width: 100%;
	margin-top: 43px;
	background: #eae9e9;
	padding: 76px 83px 134px 83px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.iCase-slt .swiper-slide{
	overflow: hidden;
}
.iCase-slt .swiper-slide img{
	transform: scale(1);
	transition: all .5s ease;
}

.iCase-slt .swiper-slide:hover img{
	transform: scale(1.2);
	transition: all .5s ease;
}
#sltpa{
	position: absolute;
	bottom: 63px;
	color: #a8a7a3;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	padding-left: 83px;
}
#sltpa .swiper-pagination-current{
	color: #666666;
	font-size: 48px;
	padding-right: 8px;
}
#sltpa .swiper-pagination-total{
	font-size: 24px;
	color: #a8a7a3;
}
.iCase-info-r{
	width: 49.724061%;
	float: left;
	position: relative;
	margin-left: -171px;
}
.iCase-info-r::before{
	position: absolute;
	display: block;
	content:"";
	width: 627px;
	border: 7px solid #e8e8e8;
	background: url(/static/images/xiegangshadow.png) no-repeat left 3px top 3px;
	height: 660px;
	
}
#dtP{
	background: url(/static/images/pur-left.png) no-repeat;
	width: 33px;
	height: 33px;
	left: 43.28523%;
	top: auto;
	bottom: -56px;
}
#dtN{
	background: url(/static/images/pur-right.png) no-repeat;
	width: 33px;
	height: 33px;
	left: auto;
	right: 47.946725%;
	top: auto;
	bottom: -56px;
}
.iCase-info-r .gallery-top{
	overflow: -webkit-paged-y;
}
.iCase-info-r .swiper-slide{

}
.iCase-info-r .swiper-slide .txt{
	position: absolute;
	background: url(/static/images/mawanyi.jpg) no-repeat left center;
	font-size: 24px;
	color: #333;
	padding-left: 14px;
	top: 58px;
	left: 132px;
}
.iCase-info-r .swiper-slide .pic{
	width: 100%;
	z-index: 9999;
	position: relative;
	top: 110px;
	left: 131px;
}
/*news*/
.iNews{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 65px;
	background: #eeeeee url(/static/images/newbg-right.jpg) no-repeat right top;
	/*background-size: cover;*/
}
.iNews-info{
	width: 100%;
	overflow: hidden;
}
.iNews-l{
	width: 18.958333%;
	margin-right: 14.375%;
	float: right;
}
.iNews-l-tit{
	font-size: 45px;
	color: #383838;
	font-family: "宋体";
	font-weight: 200;
	line-height: 54px;
}
.iNews-l-tit span.xw{
	font-weight: bold;
	font-family:"arial, helvetica, sans-serif";
	float: left;
}
.iNews-l-tit h2{
	font-size: 54px;
}	
.iNews-l-tit span.dsa{
	display: block;
	background:#666666;
	height: 4px;
	width: 51px;
	margin-top: 42px;
}
.iNews_tit span{
	color: #555555;
	font-size: 16px;
	line-height: 28px;
	padding-top: 11px;
	display: block;
}
.iNews-l-subt{
	font-size: 28px;
	color: #383838;
	line-height: 34px;
	margin-top: 61px;
}
.iNews-l-info{
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	padding-top: 30px;
}
.iNews-l a.more{
	display: block;
	background: #666666;
	border: 1px solid #666666;
	border-radius: 20px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	width: 193px;
	margin-top: 86px;
	transition: all .5s ease;
}
.iNews-l a.more:hover{
	background: none;
	color: #666666;
	transition: all .5s ease;	
}
.iNews-r{
	float: left;
	width: 59.84375%;
	padding-left: 6.979166%;
}
.iNews-r-box{
	width: 100%;
	overflow: hidden;
}
.iNews-hd{
	width: 47.389162%;
	overflow: hidden;
}
.iNews-hd ul li{
	float: left;
	font-size: 16px;
	line-height: 34px;
	background: #fff;
	text-align: center;
	color: #555555;
	padding: 0 16px;
	cursor: pointer;
}
.iNews-hd ul li.on{
	color: #fff;
	background: #666666;
}
.iNews-bd{
	width: 100%;
	margin-top: 40px;
}
.iNews-bd-l{
	width: 47.389162%;
	float: left;
}
.left-item{
	width: 100%;
}
.left-item .pic{
	width: 100%;
	overflow: hidden;
}
.left-item .pic img{
	transition: all .5s ease;
	transform: scale(1);
}
.left-item:hover .pic img{
	transition: all .5s ease;
	transform: scale(1.2);
}
.left-item .txt{
	width: 100%;
	padding-top: 28px;
}
.left-item .txt .date{
	font-family: arial;
	font-size: 15px;
	line-height: 26px;
	color: #666666;
}
.left-item .txt .tit1{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	padding-top: 11px;
}
.left-item .txt .tit2{
	font-size: 15px;
	line-height: 26px;
	color: #777777;
	padding-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 64px;
	overflow: hidden;
}
.left-item .more{
	margin-top: 22px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #666666;
	border-radius: 22px;
	line-height: 29px;
	display: block;
	width: 97px;
	padding-left: 19px;
	transition: all .5s ease;
}
.left-item .more:hover{
	color: #fff;
	background: #666666;
	transition: all .5s ease;
}
.left-item .more i{
	font-size: 14px;
	color: #666666;
	padding-left: 9px;
	transition: all .5s ease;
}
.left-item .more:hover i{
	color: #fff;
	transition: all .5s ease;
}
.iNews-bd-r{
	float: left;
	width: 45.812807%;
	margin-left: 5.812807%;
	position: relative;
	top: -74px;
}
.iNews-bd-r .item{
	width: 100%;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 26px;
	margin-bottom: 20px;
}
.iNews-bd-r .item:last-child{
	margin-bottom: 0;
}
.iNews-bd-r .item .date{
	font-size: 15px;
	font-family: arial;
	color: #666666;
	line-height: 26px;
}
.iNews-bd-r .item .tit1{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	padding-top: 11px;
}
.iNews-bd-r .item .tit2{
	font-size: 15px;
	line-height: 26px;
	color: #777777;
	padding-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 64px;
	overflow: hidden;
}


/*subdh*/
.subdh{
	width: 100%;
	line-height: 67px;
	border-bottom: 1px solid #e7e6e6;
	color: #555555;
}
.subdh-l{
	float: left;
	font-size: 16px;
}
.subdh-l i{
	font-size: 17px;
	color: #d1d1d1;
	padding-right: 12px;
}
.subdh-l a{
	color: #555555;
}
.subdh-r{
	float: right;
}
.subdh-r a{
	margin-right: 6px;
	color: #333;
	display: block;
	float: left;
	background: #fff;
	padding: 0 38px;
}
.subdh-r a.on, .subdh-r a:hover{
	background: #666666;
	color: #fff;
}
.subdh-r a:last-child{
	margin-right: 0;
}
/*ny*/
.Nyabout{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	
}
.Nyabout_info{
	width: 100%;
	background: #f3f6fd url(/static/images/profile_bg.png) no-repeat center bottom;
	overflow: hidden;
	padding: 77px 0 109px 0;
	position: relative;
}
.list-hidden{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 60px;
	opacity: 0;
	margin-top: -70px;
}
.Nyabout_info_tit{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #323232;
}
.Nyabout_info_tit span{
	text-align: center;
	display: block;
	font-size: 24px;
	color: #323232;
	line-height: 26px;
	padding-bottom: 15px;
	font-family: 'HelveticaNeueLT-LightCond';
}
.Nyabout_info_list{
	width: 100%;
	overflow: hidden;
	padding-top: 58px;
	font-size: 15px;
	color: #555;
	line-height: 26px;
}
.Nyabout_info_l{
	width: 48.486842%;
	float: left;
	position: relative;
}
.Nyabout_info_l::before{
	position: absolute;
	display: block;
	content: "";
	background: url(/static/images/yinhao.png) no-repeat left top;
	width: 45px;
	height: 41px;
	left: 0;
	top: -58px;
}
.Nyabout_info_r{
	float: left;
	width: 51.513157%;
	padding-left: 3.0921%;
}
.Nyabout_info_area{
	width:100%;
	background: url(/static/images/area.jpg) no-repeat;
	height: 230px;
	padding: 63px 0 0 0;
}
.Nyabout_info_area .item{
	color: #fff;
	float: left;
	width: 23.177083%;
	position: relative;
}
.Nyabout_info_area .item:first-child{
	margin-left: 15.520833%;
}
.Nyabout_info_area .item:first-child::after{
	background: none;
}
.Nyabout_info_area .item::after{
	position: absolute;
	content: "";
	background: url(/static/images/xiegang.png) no-repeat left center;
	width: 21px;
	height: 54px;
	left: 0;
	top: 24px;
}
.Nyabout_info_area .item .danwei{
	width: 100%;
	padding-left: 144px;
}
.Nyabout_info_area .item .danwei.bfb{
	font-size: 48px;
}
.Nyabout_info_area .item .danwei .counter{
	font-size: 48px;
	line-height: 70px;
	padding-right: 8px;
}
.Nyabout_info_area .item .float-sj{
	line-height: 30px;
	padding-left: 172px;
}
.Nyabout_info_area .item .float-sj.bfb{
	padding-left: 150px;
}
.Nyabout_info_ln{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0 100px 0;
}
.Nyabout_info_ln-l{
	width: 50%;
	float: left;
	padding-left: 10.416666%;
	padding-top: 72px;
}
.Nyabout_info_ln-l .item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 41px;
}
.Nyabout_info_ln-l .item .pic{
	width: 7.5%;
	float: left;
}
.Nyabout_info_ln-l .item .txt{
	width: 72%;
	margin-left: 4.078947%;
	float: left;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 36px;
}
.Nyabout_info_ln-l .item .txt h1{
	font-size: 24px;
	line-height: 42px;
	color: #222;
}
.Nyabout_info_ln-l .item .txt h2{
	font-size: 16px;
	line-height: 30px;
	padding-top: 2px;
	color: #555;
}
.Nyabout_info_ln-r{
	width: 50%;
	float: left;
}
.NyOrgan{
	width: 100%;
	background: #e3e3e4 url(/static/images/organ_bg.jpg) no-repeat center bottom;
	overflow: hidden;
	padding: 62px 0 63px 0;
	position: relative;
}
.NyOrgan_tit{
	width: 100%;
	text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #323232;
}
.NyOrgan_tit span{
	text-align: center;
    display: block;
    font-size: 24px;
    color: #323232;
    line-height: 26px;
    padding-bottom: 15px;
    font-family: 'HelveticaNeueLT-LightCond';
}
.NyOrgan_item{
	width: 100%;
	margin-top: 42px;
	text-align: center;
}
.NyScgm{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(/static/images/scgm_bg.jpg) no-repeat;
	padding: 101px 0 113px 0;
	position: relative;
}
.NyScgm_info{
	width: 100%;
	overflow: hidden;
}
.NyScgm_info-l{
	width: 54.407894%;
	float: left;
}
#scgmBP {
	
}
#scgmBP .swiper-slide .txt{
	width: 173px;
	position: absolute;
	bottom: 25px;
	right: 0px;
	background: #dc241d;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}
#scgmpa{
	margin-left: -44px;
}
#scgmpa .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background:#f2f2f2;
	opacity: 1;
}
#scgmpa .swiper-pagination-bullet-active{
	background:#666666;
}
.NyScgm_info-r{
	width: 45.592106%;
	float: left;
	padding-left: 9.0131578%;
}
.NyScgm_tit{
	width: 100%;
    text-align: left;
    font-size: 42px;
    line-height: 48px;
    color: #323232;
}
.NyScgm_tit span{
	text-align: left;
    display: block;
    font-size: 24px;
    color: #323232;
    line-height: 26px;
	padding-top: 18px;
    padding-bottom: 15px;
    font-family: 'HelveticaNeueLT-LightCond';
}
.NyScgm_list{
	width: 100%;
	padding-top: 31px;
}
.NyScgm_list h1{
	font-size: 24px;
	line-height: 30px;
	color: #323232;
	font-weight: 400;
}
.NyScgm_list h2{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	padding-top: 19px;
	font-weight: 400;
}
.NyEquip{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f2f2f2;
	padding:  61px 0 104px 0;
	position: relative;
}
.NyEquip_tit{
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #323232;	
}
.NyEquip_tit span{
    text-align: center;
    display: block;
    font-size: 24px;
    color: #323232;
    line-height: 26px;
    padding-bottom: 14px;
    font-family: 'HelveticaNeueLT-LightCond';	
}
.NyEquip_info{
	width: 100%;
	padding-top: 71px;
	position: relative;
	overflow: hidden;
}
#equipBP{
	width: 78.125%;
	float: right;
}
#equipBP .swiper-slide{ 
	
}
#equipBP .swiper-slide .pic{ 
	overflow: hidden;
}
#equipBP .swiper-slide .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
#equipBP .swiper-slide:hover .pic img{
	transform: scale(1.2);
	transition: all .5s ease;
} 
#equipBP .swiper-slide .txt{ 
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
	color: #333333;
	text-align: center;
}
#equipP {
    background: url(/static/images/rightarrow-l.png) no-repeat;
    width: 58px;
    height: 58px;
    left: 10.416666%;
    top: 43%;
}
#equipN {
    background: url(/static/images/rightarrow-r.png) no-repeat;
    width: 58px;
    height: 58px;
    left: 10.416666%;
    right: auto;
	top: 62%;
}
.NyEquip_info .swiper-button-prev.on {
    background: url(/static/images/rightarrow-l-g.png) no-repeat !important;
}
.NyEquip_info .swiper-button-next.on {
    background: url(/static/images/rightarrow-r-g.png) no-repeat !important;
}

.Nyhonor{
	width: 100%;
	margin: 0 auto;
	padding: 58px 0 94px 0;
	background: #f8f8f8;
	position: relative;
}
.Nyhonor_tit{
	width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #323232;
}
.Nyhonor_tit span{
	text-align: center;
    display: block;
    font-size: 24px;
    color: #323232;
    line-height: 26px;
    padding-bottom: 14px;
    font-family: 'HelveticaNeueLT-LightCond';
}
.Nyhonor_list{
	width: 100%;
	padding-top: 44px;
	position: relative;
	overflow: hidden;
}
#Szs{
	width: 73.68421%;
	margin: 0 auto;
	padding: 10px;
}
#Szs .swiper-slide{
	width: 313px;
}
#Szs img{ 
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
#zsN,
#zsP{
	width: 28px;
	height: 51px;
}
#zsN{
	background: url(/static/images/zsn.png) no-repeat center center;
	right:10.5%;
}
#zsP{
	background: url(/static/images/zsp.png) no-repeat center center;
	left: 10.5%;
}
/*Nycase*/
.Nycase{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 74px 0 0 0;
}
.Nycase_info{
	width: 100%;
}
.Nycase_info .case_item{
	margin-bottom: 41px;
}
.Nycase_info .case_item a{
	display: block;
}
.Nycase_info .case_item .pic{
	overflow: hidden;
}
.Nycase_info .case_item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.Nycase_info .case_item:hover .pic img{
	transform: scale(1.2);
	transition: all .5s ease;
}
.Nycase_info .case_item .txt{
	text-align: center;
	color: #333;
	line-height: 20px;
	padding: 21px 0 0 0;
	transition: all .5s ease;
}
.Nycase_info .case_item:hover .txt{
	color: #239853;
	transition: all .5s ease;
}
/*Nyproduct*/
.Nyproduct{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 78px 0 60px 0;
}
.Nyproduct_info{
	width: 100%;
	overflow: hidden;
}
.Nyproduct_info-l{
	width: 14.14473%;
	float: left;
}
.leftdh{
	width: 120%;
	overflow: hidden;
}
.leftdh h3{
	font-size: 30px;
	line-height: 30px;

	color: #333333;
	padding-bottom: 31px;
	border-bottom: 1px solid #d0d0d0;
}
.leftdh ul{
	width: 100%;
}
.leftdh ul li{
	border-bottom: 1px solid #d0d0d0;
	background:url(/static/images/arrow-1.png) no-repeat right 10px center;
	line-height: 60px;
}
.leftdh ul li.on, .leftdh ul li:hover{
	background: #666666 url(/static/images/arrow-1.png) no-repeat right 10px center;;
}
.leftdh ul li a{
	display: block;
	padding-left: 21px;
	padding-right: 21px;
	color: #666;
}
.leftdh ul li.on a, .leftdh ul li:hover a{
	color: #fff;
}
.Nyproduct_info-r{
	width: 85.8552631%;
	float: left;
	padding-left: 6.97368%;
}
.Nyproduct-list{
	width: 100%;
}
.Nyproduct-list .pro_item{
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 26px;
}
.Nyproduct-list .pro_item a{
	display: block;
	border: 1px solid #dcdcdc;
}
.Nyproduct-list .pro_item .pic{
	overflow: hidden;
}
.Nyproduct-list .pro_item .pic img{
	transform: scale(1);
	transition: all .5s ease;
    padding-top: 15px;
}
.Nyproduct-list .pro_item:hover .pic img{
	transform: scale(1.2);
	transition: all .5s ease;
}
.Nyproduct-list .pro_item .txt{
	border-top: 1px solid #dcdcdc;
	line-height: 65px;
	font-family: arial;
	color: #333333;
	text-align: center;
	transition: all .5s ease;
}
.Nyproduct-list .pro_item:hover .txt{
	background: #666666;
	color: #fff;
	transition: all .5s ease;
}
/*productDe*/
.NyproductDe{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 78px 0 60px 0;	
}
.NyproductDe_info{
	width: 100%;
    overflow: hidden;
}
.NyproductDe_info-r{
	width: 85.8552631%;
    float: left;
    padding-left: 6%;
}
.NyproductDe_list{
	width: 100%;
	overflow: hidden;
}
.first-part{
	width: 100%;
	overflow: hidden;
}
.first-part-l{
	width: 45.583333%;
	float: left;
	border: 1px solid #dcdcdc;
	position: relative;
}
.first-part-l .yc-pic{
	position: absolute;
	bottom: 14px;
	right: 17px;
	z-index: 1;
}
.first-part-r{
	width: 54.416666%;
	float: left;
	padding-left: 3.75%;
}
.first-part-r .tit{
	font-family: arial;
	font-size: 42px;
	color: #333333;
	line-height: 70px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d3d4d4;
}
.first-part-r .txt{
	width: 100%;
	padding-top: 19px;
}
.first-part-r .txt ul{
	width: 100%;
}
.first-part-r .txt ul li{
	background: url(/static/images/prode-dot.png) no-repeat left top 15px;
	padding-left: 16px;
	line-height: 36px;
}

.NyproductDe_Detail{
	width: 100%;
	padding-top: 10px;
}
.NyproductDe_Detail.f{
	padding-top: 1px;
}
.NyproductDe_Detail.f .NyproDe_info{
	padding-left: 0;
}
.NyproDe_tit{
	width: 100%;
	line-height: 57px;
	background: #f9f8f8;
	font-size: 24px;
	color: #333333;
	position: relative;
	padding-left: 24px;
}
.NyproDe_tit::before{
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	background: #666666;
	left: 0;
	top: 0;
	z-index: 99999;
}
.NyproDe_info{
	padding: 20px 0;
	font-size: 15px;
	color: #666666;
	line-height: 47px;
	padding-left: 24px;
}

/*news*/
.Nynews{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 78px 0 60px 0;
}
.Nynews_info{
	width: 100%;
	overflow: hidden;
}
.news_item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	background: #fff;
	padding: 37px 44px 35px 31px;
	transition: all .5s ease
}
.news_item:hover{
	background: #f4f6f8;
	transition: all .5s ease;
}
.news_item a{
	display: block;
}
.news_item .list-l{
	float: left;
	width: 7.820069%;
	padding-right: 1.6609%;
	position: relative;
}
.news_item .list-l .date{
	width: 100%;
	float: right;
	font-family: Arial;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #0050a0;
    padding: 8px 0 15px 0;
    position: relative;
    transition: all 1.1s ease;	
}
.news_item .list-l .date h1{
	font-size: 48px;
	line-height: 48px;
	display: block;
	position: relative;
}
.news_item .list-l .date h2{
	font-size: 15px;
	color: #ffffff;
	display: block;
	position: relative;
	padding-top: 3px;
}
.news_item .list-r{
	width: 92.17993%;
	float: left;
	position: relative;
}
.news_item .list-r::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 90px;
	left: 0;
	top: 0;
	background: #e5e6e6;
	z-index: 999;
}
.news_item .list-r .box{
	width: 100%;
	overflow: hidden;
}
.news_item .list-r .box .intro-box{
	width: 70.495495%;
	float: left;
	padding-left: 20px;
}
.news_item .list-r .box .intro-box .tit{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	transition: all .5s ease;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 22px;
}
.news_item:hover .list-r .box .intro-box .tit{
	color: #0050a0;
	transition: all .5s ease;
}
.news_item .list-r .box .intro-box .subt{
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	padding-top: 17px;
}
.news_item .list-r .box .intro-box .con{
	font-size: 15px;
	line-height: 28px;
	color: #666666;
	padding-top: 11px;
}
.news_item .list-r .box .img-box{
	width: 17.042042%;
	overflow: hidden;
	float: right;
}
.news_item .list-r .box .img-box img{
	transform: scale(1);
	transition: all .5s ease;
}
.news_item:hover .list-r .box .img-box img{
	transform: scale(1.2);
	transition: all .5s ease;
}

/*newsDe*/
.NynewsDe{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 89px 0 60px 0;
}
.NynewsDe_info{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.NynewsDe_tit{
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.NynewsDe_subt{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	padding-top: 16px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d8d8;
	text-align: center;
}
.NynewsDe_con{
	font-size: 15px;
	line-height: 26px;
	color: #555555;
	padding: 35px 0 43px 0;
}
.prev-next{
	border-top: 1px solid #e8e7e7;
	padding-top: 39px;
}
.prev-next .pn-l{
	float: left;
	width: 70%;
}
.prev-next .pn-l .pn-l-p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	width: 100%;
	display: block;
}
.prev-next .pn-l .pn-l-p a{
	color: #333;
}
.prev-next .pn-l .pn-l-n{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	width: 100%;
	display: block;
}
.prev-next .pn-l .pn-l-n a{
	color: #333;
}
.prev-next .pn-r{
	float: right;
}
.pn-r .return{
	display: block;
	background: #666666;
	font-size: 15px;
	color: #fff;
	line-height: 47px;
	width: 140px;
	text-align: center;
}
/*contact*/
.Nycontact{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 75px 0 0 0;
}
.Nycontact_info{
	width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}
.Nycontact_info-l{
	width: 27.631578%;
	float: left;
}
.Nycontact_info-l .tit{
	font-size: 26px;
	line-height: 26px;
	color: #666666;
}

.Nycontact_info-l p{
	line-height: 60px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 30px;
    font-size: 16px;
    color: #555555;
}
.Nycontact_info-l p a{
	color:#555555;
}
.Nycontact_info-l p.tel a{
	color: #00904a;
	font-size: 20px;
	font-family: arial;
}
.Nycontact_info-l p.add{
	background: url(/static/images/add2.png) no-repeat left center;
    margin-top: 30px;
}
.Nycontact_info-l p.tel{
	background: url(/static/images/mobile2.png) no-repeat left center;
}
.Nycontact_info-l p.wz{
	background: url(/static/images/email2.png) no-repeat left center;
}
.Nycontact_info-l p.fax{
	background: url(/static/images/fax2.png) no-repeat left center;
}
.Nycontact_info-m{
	width: 27.631578%;
	float: left;
	margin-left:8.552631%;
}
.Nycontact_info-m .name{
	font-size: 18px;
	line-height: 26px;
	color: #dc241d;
	padding-top: 70px;
}
.Nycontact_info-m p{
	line-height: 49px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 34px;
	font-size: 16px;
	color: #555555;
}
.Nycontact_info-m p a{
	color: #555555;
}
.Nycontact_info-m p.tel{
	background: url(/static/images/tel2.png) no-repeat left 2px center;
	margin-top:17px;
}
.Nycontact_info-m p.mobile{
	background: url(/static/images/mobile2.png) no-repeat left 2px center;
}
.Nycontact_info-m p.qq{
	background: url(/static/images/qq2.png) no-repeat left 2px center;
}
.Nycontact_info-m p.email{
	background: url(/static/images/email2.png) no-repeat left 2px center;
}
.Nycontact_info-r{
	float: right;
	width: 27.631578%;
}
.Nycontact_info-r .name{
	font-size: 18px;
    line-height: 26px;
    color: #dc241d;
    padding-top: 70px;	
}
.Nycontact_info-r p{
	line-height: 49px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 34px;
	font-size: 16px;
	color: #555555;
}
.Nycontact_info-r p a{
	color: #555555;
}
.Nycontact_info-r p.tel{
	background: url(/static/images/tel2.png) no-repeat left 2px center;
    margin-top: 17px;
}
.Nycontact_info-r p.mobile{
	background: url(/static/images/mobile2.png) no-repeat left 2px center;
}
.Nycontact_info-r p.fax{
	background: url(/static/images/fax2.png) no-repeat left 2px center;
}
.Nycontact_info-r p.email{
	background: url(/static/images/email2.png) no-repeat left 2px center;
}


.maps{
	width: 100%;
	overflow: hidden;
	height: 450px;
	padding-bottom: 20px;
}
/*footer*/
.footer{
	background: #555555;
	width: 100%;
	padding-top: 79px;
}
.footer-info{
	width: 100%;
	overflow: hidden;
}
.footer-left{
	float: left;
}
.footer-left_add{
	width: 100%;
	overflow: hidden;
}
.footer-left_add ul li{
	font-size: 15px;
	color: #fff;
	line-height: 36px;
	padding-left: 28px;
}
.footer-left_add ul li.add{
	background: url(/static/images/add.png) no-repeat left center;
}
.footer-left_add ul li.tel{
	background: url(/static/images/tel.png) no-repeat left center;
}
.footer-left_add ul li.email{
	background: url(/static/images/email.png) no-repeat left center;
}
.footer-left_share{
	width: 100%;
    overflow: hidden;
    padding-top: 27px;
}
.bds_weixin{
	background-image: url(/static/images/s-wechat.jpg) !important;
	background-repeat: no-repeat;
	background-position: 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 36px !important;
	border-radius: 100%;
}
.bds_tsina{
	background-image: url(/static/images/s-weibo.jpg) !important;
	background-repeat: no-repeat;
	background-position: 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	margin-left: 9px !important;
	padding: 0 !important;
	line-height: 36px !important;
	border-radius: 100%;
}
.footer-mid{
	margin-left: 175px;
	overflow: hidden;
	float: left;
}
.footer-mid img{
	max-width: 127px;
}
.footer-mid span{
	display: block;
	font-size: 15px;
	color: #adacac;
	line-height: 26px;
	text-align: center;
	padding-top: 11px;
}
.footer-right{
	float: left;
	margin-left: 7.8125%;
}
.footer-right .item{
	float: left;
	margin-left: 120px;
}
.footer-right .item:first-child{
	margin-left: 0;
}
.footer-right .item h3{
	font-size: 20px;
	color: #fff;
	line-height: 32px;
}
.footer-right .item ul{
	color: #999999;
	padding-top: 28px;
}
.footer-right .item ul li{
	font-size: 15px;
	margin-bottom: 11px;
}
.footer-right .item ul li a{
	color: #999999;
}
.footer-right .item ul li a:hover{
	color: #ffffff;
}
.foot-copy{
	width: 100%;
	padding-top: 80px;
	line-height: 65px;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999999;
}
.foot-copy a:hover{
	color: #ffffff;
}
/*pc下拉*/
.dh-wrap {
	width: 100%;
	opacity: 0;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
	overflow: hidden;
	position: fixed;
	top: 90px;
	z-index: -1;
	height: 0;
	transition: all .8s ease;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.dh-wrap.xs {
	opacity: 1;
	z-index: 999;
	height: auto;
	transition: all .8s ease;
}

.dh-wrap .class-list {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.dh-wrap .class-list .item {
	width: 16%;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}

.class-list .item h2 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}

.class-list .item h2 a {
	display: inline-block;
	color: #0c6cb3;
}

.class-list .item ul {
	padding-top: 26px;
}

.class-list .item ul li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.class-list .item ul li:hover a,
.class-list .item h2 a:hover {
	color: #0c6cb3;
}

.class-list .item ul li a {
	display: inline-block;
	overflow: hidden;
}

/*返回顶部*/
.sroll_top {
	right: 0.8%;
	bottom: 6.3%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 9999;
}

/*Mask*/
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}

.mask.visible {
	visibility: visible;
	opacity: 1;
	transition: all .5s ease;
}

/*弹出框*/
.Popup {
	background: #fff;
	border: 1px solid #e1e1e1;
	position: fixed;
	z-index: 100;
	width: 330px;
	left: 50%;
	margin-left: -250px;
	top: 84%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.Popup.visible {
	visibility: visible;
	top: 24%;
	opacity: 1;
	transition: all .5s ease;
}

.Popup.downmore {
	width: 500px;
	padding: 32px 0 35px;
	transition: all .5s ease;
	border-radius: 24px;
}

.Popup .tc-inner {
	width: 350px;
	margin: 24px auto 0;
}

.tc-inner textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 80px;
	text-indent: 21px;
	padding-top: 8px;
	font-size: 16px;
	color: #666;
	border: 1px solid #cccccc;
	background: #ffffff;
	line-height: 25px;
	border-radius: 10px;
}

.mta40 {
	margin: 40px auto 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

.mta15 {
	margin: 15px auto 0;
}
/*topsearch*/
.top-search{
	overflow: hidden;
	background: #f2f2f2;
	height: 0;
    transition: all .5s ease;
}
.top-search.on{
	height: 85px;
	padding: 20px;
    transition: all .5s ease;
}
.top-search input[type=text]{
	width: 80%;
	float: left;
	height: 45px;
	border: 2px solid #1d91b0;
	font-family: "思源黑体 CN";
	font-size: 18px;
	color: #333;
	text-indent: 12px;
}
.top-search input[type=button]{
	width: 20%;
	border: none;
	float: left;
	height: 45px;
	background: #1d91b0; 
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
/*Page*/
.Page {
	padding: 50px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
	margin-bottom: 30px;
}

.Page a {
	padding: 9px 15px;
	margin: 3px;
	color: #333;
	text-align: none;
	background: #fff;
	border: #f9f9f9 solid 1px;
}

.Page a:hover {
	color: #fff;
	background: #008df7;
	border: #f9f9f9 solid 1px;
}

.Page a:active {
	color: #fff;
	background: #008df7;
	border: #f9f9f9 solid 1px;
}

.Page span.current {
	color: #fff;
	background: #008df7;
	border: #008df7 solid 1px;
	padding: 9px 15px;
	margin: 3px;
}

.Page span.disabled {
	background: #ffffff;
	border: #f2f2f2 solid 1px;
	padding: 10px;
	margin: 0 3px;
	color: #585858;
}

@-webkit-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-moz-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-ms-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}





/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(33, 150, 82, .5);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(33, 150, 82, .8);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(33, 150, 82, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
