/* CSS Document */
html{
	width:100%;
	height:100%;
}
body{
	-webkit-text-size-adjust:none;
	font-family:'微软雅黑';
	width:100%;
	height:100%;
}
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, pre, form, fieldset, legend, button, input, textarea, th, td, img{
	margin:0;
	padding:0;
}
@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot?t=1503286834084'); /* IE9*/
    src: url('../font/iconfont.eot?t=1503286834084#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff?t=1503286834084') format('woff'), /* chrome, firefox */
    url('../font/iconfont.ttf?t=1503286834084') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg?t=1503286834084#iconfont') format('svg'); /* iOS 4.1- */
}
ul, li, ol{
	list-style:none;
	margin:0;
	padding:0;
}
input, textarea{
	margin: 0;
	padding: 0;
	border:none;
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:none;
}
a {
	color:#000;
	text-decoration:none;
	transition:all .4s;
}
input, img {
	vertical-align:middle;
}
video { display: block; }
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/* iphone按钮初始化 */
input[type="submit"],  input[type="reset"],  input[type="button"],  button {
	-webkit-appearance: none;
}
/* 圆角 */
.fillet5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.fillet10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.fillet50{
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.fillet80{
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	border-radius:80px;
}
.fillet300{
	-moz-border-radius:300px;
	-webkit-border-radius:300px;
	border-radius:300px;
}
/*=============
 * heard
 =============*/
.header{
	width:100%;
	height:90px;
	line-height:90px;
	position:fixed;
	background: rgba(0,0,0,0.15);
	top:0;
	z-index:8888;
}
.content{
	width:80%;
	margin:0 auto;
}
/* logo */
.logo{
	width:15%;
	height:auto;
	float:left;
}
.logo img{
	width:100%;
	height:100%;
}
/* menu */
.menu{
	float:right;
}
.menu ul li{
	padding:0 0 0 25px;
	float:left;
	font-size:16px;
}
.menu ul li a{
	display:block;
	color:#fff;
}
.menu ul li a:active,.menu ul li a:hover{
	color:#23aae8;
}
/* banner */
.banner{
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background:#000;
	overflow:hidden;
}
.banner:after {
	content: '';
	display: inline-block;
	width: 0; height: 100%;
	vertical-align: middle;
}
/* video */
.banner .banner_video {
	position:absolute;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.banner .banner_video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
/* banner_cont */
.banner .banner_cont{
	position:relative;
	z-index: 9999;
	display: inline-block;
	width: auto;
	margin-top: -5%;
	vertical-align: middle;
}
.banner_cont h2{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:54px;
}
.banner_cont p{
	width:100%;
	color:#fff;
	text-align:center;
	margin-top:70px;
	line-height:40px;
	font-size:20px;
}
.banner_cont p.fu{
	font-size: 30px;
}
.banner1{
	width:100%;
}
.banner1 img{
	width: 100%;
	height: auto;
}
/* philosophy */
.philosophy{
	position:absolute;
	bottom:0;
	width:100%;
	padding:30px 0;
	text-align: left;
	background:rgba(0,0,0,0.5);
}
.philosophy_left{
	width:55%;
	float:left;
	left:-55%;
	position:relative;
	padding-left:30px;
}
.philosophy h3{
	color:#fff;
	font-size:24px;
	margin-bottom:10px;
	font-weight:inherit;
}
.philosophy p{
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.philosophy_right{
	width:20%;
	height:48px;
	line-height:48px;
	text-align:center;
	position:relative;
	right:-20%;
	float:right;
	font-size:16px;
	margin:32px 32px 0 0;
}
.philosophy_right a{
	display:block;
	background:#fff;
}
.philosophy_right a:hover{
	background:#23aae8;
	color:#fff;
}
/*=============
 * footer
 =============*/
.w1210{
	width:80%;
	margin: 0 auto;
}
/*尾部*/
.site-footer {
	font-size: 14px;
	line-height: 1.8;
	background: #373d41;
}
.site-footer a:hover {
	color: #ff7300 !important;
}
.site-footer .footer-article {
	padding: 30px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #4b5054;
	position: relative;
	top:50px;
	opacity: 0;
}
.site-footer .col-article {
	float: left;
	width: 233px;
	margin-right: 40px;
}
.site-footer .col-article dt {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	color: #d7d8d9;
}
.site-footer .col-article dd {
	width: 232px;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #4b5054;
}
.site-footer .col-article dd a {
	float: left;
	width: 116px;
	margin: 0 0 6px;
	font-size: 12px;
	color: #9b9ea0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.site-footer .col-article.col-article-spe {
	width: 195px;
}
.site-footer .col-article.col-article-spe dd {
	width: auto;
	border: 0;
}
.site-footer .col-article.col-article-spe dd p {
	height: 36px;
	padding-top: 6px;
	font: 20px/36px Arial;
	color: #9b9ea0;
}
.site-footer .col-article.col-article-spe dd i {
	float: left;
	margin-right: 10px;
	font-size: 32px;
}
.site-footer .col-article.col-article-spe dd i.orange {
	color: #ff7300;
}
.site-footer .col-article.col-article-spe dd i.blue {
	color: #2da6f6;
}
.site-footer .col-code {
	float: left;
	width: 120px;
	text-align: center;
	color: #9b9ea0;
}
.site-footer .col-code img {
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}
.footer-links {
	position: relative;
	z-index: 1;
	width:75%;
	padding: 10px 0 10px 5%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #4b5054;
	top:50px;
	opacity: 0;
}
.footer-links span {
	position: absolute;
	left: 0;
	color:#999;
}
.footer-links a {
	padding: 0 5px;
	margin: 0 10px;
	color: #ccc;
}
.footer-info .info-text {
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}
.footer-info .info-text .nav-bottom {
	padding: 20px 0 5px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	position: relative;
	top:50px;
	opacity: 0;
}
.footer-info .info-text .nav-bottom a {
	padding: 0 8px;
	color: #9b9ea0;
}
.footer-info .info-text .copyright {
	padding-top: 5px;
}
.footer-info .info-text em {
	padding: 0 8px;
}
.bottom{
	width:100%;
	height:50px;
	line-height:50px;
	background:#373d41;
	border-top:1px solid #4b5054;
	overflow:hidden;
}
.bottom p{
	color:#999;
	opacity:0;
	position:relative;
	top:50px;
}
.bottom a{
	color:#999;
}
.footer_cont{
	width:75%;
	margin:0 auto;
	font-size: 14px;
}
/*=============
 * index
 =============*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
*html .clearfix{height:1%}
.btn{display:inline-block;width:100px;height:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:32px;color:#009FD9;text-align:center;text-decoration:none;font-size:12px;cursor:pointer}
.cloud-product-wrapper{margin:0 auto;width:85%}
.cloud-product{position:relative;z-index:9;padding:80px 0 100px 0}
.cloud-product-title{height:32px;text-align:center;line-height:32px;font-size:32px;color:#333}
.color-blue{color:#009fd9}
.cloud-product-explain{margin-top:26px;margin-bottom:50px;height:16px;line-height:16px;text-align:center;font-size:16px;color:#999}
.cloud-product-ul{width:100%}
.cloud-product-ul li{position:relative;margin-left:1.5%;width:15%;height:410px;float:left;background:#f0f0f0}
.cloud-product-ul li:first-child{margin-left:0}
.cloud-product-single-top{width:100%;height:60px;line-height:60px;text-align:center;background-color:#f2f2f2}
.cloud-product-name{font-size:18px;color:#333;font-weight:700}
.cloud-product-single-bottom{width:100%;height:340px}
.empty-space{width:100%;height:99px;padding:15px 0 0 0;}
.single-bottom-item{height:340px;width:100%}
.single-bottom-item:first-child{border-right:1px solid #eee}
.bg-product-pic{width:100%;height:82px}
.server-header-01{background:url(../images/product_header_icon_01.png) center no-repeat}
.server-header-02{background:url(../images/product_header_icon_02.png) center no-repeat}
.server-header-03{background:url(../images/product_header_icon_03.png) center no-repeat}
.server-header-04{background:url(../images/product_header_icon_04.png) center no-repeat}
.server-header-05{background:url(../images/product_header_icon_05.png) center no-repeat}
.server-header-06{background:url(../images/product_header_icon_05.png) center no-repeat}
.server-header-active-01{background:url(../images/product_header_active_icon_01.png) center no-repeat}
.server-header-active-02{background:url(../images/product_header_active_icon_02.png) center no-repeat}
.server-header-active-03{background:url(../images/product_header_active_icon_03.png) center no-repeat}
.server-header-active-04{background:url(../images/product_header_active_icon_04.png) center no-repeat}
.server-header-active-05{background:url(../images/product_header_active_icon_05.png) center no-repeat}
.server-header-active-06{background:url(../images/product_header_active_icon_05.png) center no-repeat}
.product-introduce-title{margin-bottom:14px;height:22px;line-height:22px;font-size:22px;text-align:center}
.product-introduce-title.normal-weight{font-weight:400}
.product-introduce-content{margin:0 auto 16px auto;line-height:14px;font-size:12px;text-align:center;color:#999}
.product-introduce-list{margin:0 auto;padding-top:16px;height:135px;width:90%;border:1px solid #f1f1f1;border-left:none;border-right:none}
.introduce-list-small{margin-bottom:18px;line-height:12px;font-size:12px;color:#999;text-align:center}
.product-introduce-price{margin:48px auto 0;font-size:12px;text-align:center;color:#333}
.price-blue{color:#0af;font-size:38px}
.normal-inner{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.active-inner{position:relative;display:none;height:100%;-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.introduce-link{position:absolute;top:0;left:0;width:100%;height:360px}
.active-inner-01{background:url(../images/producet_bg_01.jpg) center no-repeat}
.active-inner-02{background:url(../images/producet_bg_01.jpg) center no-repeat}
.active-inner-03{background:url(../images/producet_bg_01.jpg) center no-repeat}
.active-inner-04{background:url(../images/producet_bg_01.jpg) center no-repeat}
.active-inner-05{background:url(../images/producet_bg_01.jpg) center no-repeat}
.active-inner-06{background:url(../images/producet_bg_01.jpg) center no-repeat}
.cloud-product-ul li.active .active-inner{display:block;-moz-opacity:1;-khtml-opacity:1;opacity:1}
.cloud-product-ul li.active .normal-inner{display:none;-moz-opacity:0;-khtml-opacity:0;opacity:0}
.cloud-product-ul li{-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.08);-moz-box-shadow:1px 1px 12px rgba(0,0,0,.08);box-shadow:1px 1px 12px rgba(0,0,0,.08);-webkit-transition:width .15s linear;-o-transition:width .15s linear;-moz-transition:width .15s linear;transition:width .15s linear}
.cloud-product-ul li.active{z-index:9;width:17%;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.2);-moz-box-shadow:0 4px 20px rgba(0,0,0,.2);box-shadow:0 4px 20px rgba(0,0,0,.2)}
.active .product-introduce-content{color:#eff6ff}
.active-product-introduce-title{color:#fff}
.active .product-introduce-list{padding:10px 0;border-color:#cde7ff}
.introduce-list-large{margin:0 auto;line-height:22px;color:#ddebff;font-size:12px}
.active .product-introduce-price{margin-top:32px;color:#fefeff}
.product-introduce-price .price-white{display:inline-block;font-size:36px;height:36px;line-height:36px;color:#fff}
.buy-link-btn{display:block;margin:20px auto 0;width:90%;height:30px;line-height:30px;background-color:#ff9600;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.buy-link-btn:hover{background-color:#f80}
/* server */
.server{
	width:100%;
	padding:50px 0;
	color:#fff;
	text-align: center;
	line-height:50px;
	position: relative;
	background: rgba(0,0,0,0.8) url(../images/wg.png) repeat;
}
.server h1{
	font-size:32px;
}
.server p{
	font-size:28px;
}
.server img{
	width:67px;
	height:30px;
	position: absolute;
	bottom:-25px;
	margin-left:-33.5px;
}
/* case */
.index_case{
	overflow:hidden;
	padding:80px 0 50px 0;
    background: #fcfcfc;
	margin:0;
}
.index_case h2{
	width:100%;
	font-size:34px;
	font-weight:inherit;
	opacity:0;
	position:relative;
	top:80px;
    text-align: center;
	padding-bottom:40px;
}
.index_case > p{
	opacity:0;
    color:#999;
    text-align: center;
	position:relative;
	top:80px;
    margin-bottom: 30px;
}
.index_case .item{
    width:23.5%;
    margin:30px 0 0 1.2%;
	float:left;
	opacity:0;
	top:80px;
    position: relative;
}
.index_case .item .case_img > a img{
	width:100%;
	height:276px;
}
.index_case .item h3{
    width:96%;
    height:55px;
    line-height:55px;
    padding:0 2%;
	font-weight:inherit;
    background:#eee;
    font-size: 16px;
}
.buts{
    width:120px;
    height: 55px;
    position: absolute;
    bottom: 0;
    right:0;
}
.buts a{
    float: left;
    width:25px;
    height:25px;
    margin-top:14px;
}
.buts a.pc{
    margin-right:15px;
}
.buts a img{
    width:100%;
    height: auto;
}
.more{
    width:150px;
    height:40px;
    line-height: 40px;
	display:block;
	color:#354052;
	font-size:16px;
	display:block;
    border:1px solid #354052;
	margin:80px auto 0 auto;
    text-align: center;
    border-radius: 50px;
}
.more:hover{
    background:#354052;
    color:#fff;
}
/* slogan1 */
.slogan1{
	width:100%;
	height:600px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	position:relative;
    background:rgba(0,0,0,0.8) url(../images/wg.png) repeat;
}
.slogan1_cont{
    opacity:0;
	top:50px;
	width:100%;
	height:100%;
	text-align:center;
	position:absolute;
	padding-top:50px;
}
.slogan1_cont > span{
	font-size:42px;
    width:300px;
    display: block;
    margin:20px auto 0 auto;
    text-align: center;
    z-index: 999;
    padding-bottom:30px;
    border-bottom:1px solid #fff;
	font-weight: 400;
    background: url(../images/hx.jpg) no-repeat center bottom;
}
.slogan1_cont > p{
    font-size: 16px;
    margin:30px 0 50px 0;
}

[class*=avg-] {
	display: block;
	margin: 0 auto;
	padding: 0;
}
[class*=avg-]:before,
[class*=avg-]:after {
	content: '';
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*=avg-]:after {
	clear: both;
}
[class*=avg-]>.avg-u {
	display: block;
	height: auto;
	float: left;
}
.avg-1>.avg-u {width: 100%;}
.avg-2>.avg-u {width: 50%;}
.avg-3>.avg-u {width: 33.33333333%;}
.avg-4>.avg-u {width: 25%;}
.avg-5>.avg-u {width: 20%;}
.avg-6>.avg-u {width: 16.66666667%;}
.avg-1>.avg-u:nth-of-type(1n+1),
.avg-2>.avg-u:nth-of-type(2n+1),
.avg-3>.avg-u:nth-of-type(3n+1),
.avg-4>.avg-u:nth-of-type(4n+1),
.avg-5>.avg-u:nth-of-type(5n+1),
.avg-6>.avg-u:nth-of-type(6n+1){
	clear: both;
}
.avg-1>.avg-u:nth-of-type(n),
.avg-2>.avg-u:nth-of-type(n),
.avg-3>.avg-u:nth-of-type(n),
.avg-4>.avg-u:nth-of-type(n),
.avg-5>.avg-u:nth-of-type(n),
.avg-6>.avg-u:nth-of-type(n){
	clear: none;
}
/*nubCard*/
.nub_card {
	display: block;
	margin: 0 auto;
	padding: 2rem 0 0!important;
	width: 100%; max-width: 1530px;
}
.nub_card .card-title {
	position: relative;
	padding: 0 2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nub_card .card-title .roll-number {
	position: relative;
	margin: 0 auto;
	padding: 2rem 0;
	min-width: 80%; max-width: 100%;
	font-size: 5rem;
	background-color: #bd1414;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nub_card .card-title .roll-number:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%; left: 0;
	width: 100%; height: 6px;
	background-color: #bd1414;
}
.nub_card .card-title .roll-title {
	margin: 0 auto;
	padding: 1.5rem 0;
	width: 100%;
	font-size: 1rem;
}

/* Cooperative */
.Cooperative{
	width: 95%;
	opacity: 0;
	position:relative;
	top:50px;
	margin:0 auto;
}
.Cooperative h2{
	margin:90px 0 20px 0;
	text-align: center;
	font-size: 36px;
	font-weight: initial;
}
.Cooperative p{
	color:#999;
	font-size: 18px;
	text-align: center;
}
.Cooperative ul{
	margin:30px 0 90px 0;
}
.Cooperative ul li{
	width:14.5%;
	height:130px;
	line-height: 130px;
	float: left;
	text-align: center;
	background: #fff;
	padding:1%;
	border:1px solid #ddd;
}
.Cooperative ul li a{
	width:auto;
	height: 100%;
	display: block;
	background: #fff;
}
.Cooperative ul li img{
	width:auto;
	height: 100%;
}
/* team */
.team {
	width: 100%;
	height: 600px;
	margin: 100px auto 0 auto;
	position: relative;
	overflow:hidden;
	top:50px;
	opacity: 0;
}
.team_ask {
	color: #FFF;
	font-size: 20px;
	width: 800px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	padding-top: 150px;
	margin:20px auto;
	text-align: center
}
.team_move {
	position: absolute;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
	height: 234px
}
.team_l,.team_r {
	position: absolute;
	top: 80px;
	z-index: 10;
	width: 40px;
	height: 78px;
	display: block
}
.team_l {
	background: url(../images/team_Lac.png) no-repeat;
	left: -80px
}
.team_r {
	background: url(../images/team_Rac.png) no-repeat;
	right: -80px
}
.team_Mlist {
	width: 1100px;
	height: 274px;
	overflow: hidden
}
.team_Mlist li {
	float: left;
	width: 130px;
	height: 188px;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
	transition: width .5s ease .01s,height .5s ease .01s,margin .5s ease .01s
}
.team_Mlist li img {
	margin-left: 25px;
	margin-top: 76px;
	opacity: .5;
	transition: width .5s ease .01s,height .5s ease .01s,opacity .5s ease .01s,margin-top .5s ease .01s,margin-left .5s ease .01s,background .02s ease .01s
}
.team_Mlist li img,.team_Mlist li span {
	display: block
}
.team_job {
	color: #e58a93;
	height: 24px;
	padding-top: 8px;
	text-align: center
}
.team_Mlist li.team_on,.team_Mlist li:hover {
	width: 234px;
	height: 270px;
	margin: 0 18px 0 8px
}
.team_Mlist li.team_on img,.team_Mlist li:hover img {
	width: 220px;
	height: 220px;
	padding: 7px;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	margin-top: 0;
	margin-left: 0;
	opacity: 1
}
.team_Mlist li:hover span,.team_Mlist li.team_on span {
	color: #FFF;
	font-size: 18px;
	padding-top: 12px
}
.team_Fimg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -1;
	width: 1920px;
	height: 700px
}
.team_Fimg img {
	float: left
}
/* news */
/* 必要布局样式css */
.title_cn {
	text-align: center;
	font-size: 36px;
	color:#666;
}
#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.new_con {
	max-width:80%;
	margin: 0 auto;
	margin-top:30px;
}
.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666
}
.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}
.new_telst li.newon {
	color: #217af0;
	font-weight: bold;
}
.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 166px;
	height:10px;
	border-top: 3px solid #217af0;
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 10px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	height:310px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}
.new_lst ul {
	position: absolute;
	left: 0px;
}
.new-wrap {
	margin:30px 0 60px 0;
}
.new-wrap .show {
	display: block;
}
li.new_cnlf {
	width:24%;
	float: left;
}
li.new_cnlf p {
	width: 100%;
}
p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}
p.newlf_tel a:hover {
	color: #C33
}
p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height:80px;
	overflow: hidden;
}
li.new_cnrf {
	float: right;
	width:76%;
}
.newrf_lst dd {
	width:29.8%;
	height:140px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left:3.3%;
	margin-bottom:20px;
}
p.new_rq {
	width:23%;
	height:80px;
	padding:20px 0;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin:10px 2.5%;
	font-family: Arial, Helvetica, sans-serif;
}
p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
p.newrf_tx {
	float: left;
	width:71%;
	line-height: 26px;
	margin-top: 8px;
}
p.newrf_tx a {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color: #333;
	font-size: 16px;
	display: block;
	line-height: 30px;
}
p.newrf_tx span {
	display: block;
	font-size: 13px;
	color: #999;
	height:90px;
	overflow: hidden;
	margin-top: 10px;
}
.newrf_lst dd:hover {
	width:29.62%;
	height:138px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}
.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}
.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin:9px 2.5%;
}
.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}

.nav {
	margin-top:50px;
	width:40%;
	float: right;
	text-align: center;
}
.model-nav {
	display: none;
	position: fixed;
	left: 0; top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
.model-nav:after {
	content: '';
	clear: both;
}
.model-shadow {
	position: absolute;
	left: 0; top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
}
.nav-list {
	float: right;
	margin-right: -100%;
	width:40%;
	height: 100%;
	display: block;
	background:rgba(0,0,0,0.8);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-item {
	/*display: none;*/
}
.nav-item a {
	display: block;
	padding: 15px 0;
	font-size: 0.8725em;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px ridge #444;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.nav-inner {
	display: none;
}
.nav-active, .nav-active-inner .nav-inner {
	display:block;
}
/*=============
 * wexin
 =============*/
@media  only screen and (min-width:1000px) and (max-width:1200px){
	.header {
		width:100%;
		height:70px;
		line-height: 70px;
		background:rgba(0,0,0,0.15);
		position:fixed;
		z-index:8888;
	}
	.content{
		width:90%;
		margin:0 auto;
	}
	.logo{
		width:20%;
		display: block;
		float: left;
	}
	.nav-active, .nav-active-inner .nav-inner {
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.menu {
		display: none;
	}
	.nav {
		margin-top:0px;
		margin-right:-5.5%;
		width:30%;
		height: 100%;
		background-color:rgba(0,0,0,0.7);
		float: right;
		text-align: center;
		z-index:9999999;
	}
	.nav-item {
		display: block;
		width:100%;
	}
	.nav-mobile {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 25px;
		background: url(../images/nav_icon2.png) 60% 60% no-repeat;
		height:32px;
		width: 32px;
	}
	.banner_cont{
		position:absolute;
		margin-top:18%;
		width:80%;
		padding: 0 10%;
		height:80%;
	}
	.banner_cont h2{
		width:100%;
		color:#fff;
		text-align:center;
		font-size:2.6em;
		padding-bottom:5%;
	}
	.banner_cont p{
		width:100%;
		color:#fff;
		text-align:center;
		margin-top:5%;
		line-height:40px;
		font-size:1em;
	}
}
@media  only screen and (min-width:700px) and (max-width:1000px){
    .nub_card .nub_card-item {
        width: 8rem; height: 8rem;
        line-height: 8rem;
        font-size: 4rem;
    }
	.content{
		width:90%;
		margin:0 auto;
	}
	.logo{
		width:25%;
		display: block;
		float: left;
	}
	.banner {
		height:75%;
		border: 1px solid #0AA372;
	}
	.menu {
		display: none;
	}
	.nav {
		margin-top:0px;
		margin-right:-5.5%;
		width:30%;
		height: 100%;
		background-color:rgba(0,0,0,0.7);
		float: right;
		text-align: center;
		z-index:9999999;
	}
	.nav-item {
		display: block;
		width:100%;
	}
	.nav-mobile {
		display: block;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 25px;
		background: url(../images/nav_icon2.png) 60% 60% no-repeat;
		height:32px;
		width: 32px;
	}
	.banner_cont{
		position:absolute;
		margin-top:15%;
		width:80%;
		padding: 0 10%;
		height:80%;
	}
	.banner_cont h2{
		width:100%;
		color:#fff;
		text-align:center;
		font-size:2em;
		padding-bottom:5%;
	}
	.banner_cont p{
		width:100%;
		color:#fff;
		text-align:center;
		margin-top:5%;
		line-height:40px;
		font-size:1em;
	}
	.banner_cont p.fu{
		font-size: 1.6em;
	}
	/* philosophy */
	.philosophy{
		position:absolute;
		bottom:0;
		width:100%;
		padding:20px 0;
		text-align: left;
		background:rgba(0,0,0,0.5);
	}
	.philosophy_left{
		width:55%;
		float:left;
		left:-55%;
		position:relative;
		padding-left:30px;
	}
	.philosophy h3{
		color:#fff;
		font-size:20px;
		margin-bottom:10px;
		font-weight:inherit;
	}
	.philosophy p{
		font-size:14px;
		line-height:30px;
		color:#fff;
	}
	.philosophy_right{
		width:20%;
		height:35px;
		line-height:35px;
		text-align:center;
		position:relative;
		right:-20%;
		float:right;
		font-size:14px;
		margin:50px 32px 0 0;
	}
	.philosophy_right a{
		display:block;
		background:#fff;
	}
	.philosophy_right a:hover{
		background:#23aae8;
		color:#fff;
	}
}
@media  only screen and (max-width: 700px) {
    .nub_card .nub_card-item {
        width: 6rem; height: 6rem;
        line-height: 6rem;
        font-size: 2.6rem;
    }
	.content{
		width:90%;
		margin:0 auto;
	}
	.logo{
		width:35%;
		display: block;
		float: left;
	}
	div.header {
		width:100%;
		height:70px;
		line-height: 70px;
		background:rgba(0,0,0,0.15);
		position:fixed;
		z-index:8888;
	}
	.nav-active, .nav-active-inner .nav-inner {
		margin-top: 0px;
		padding-bottom: 10px;
	}
	.menu {
		display: none;
	}
	.nav {
		display: block;
		float: right;
	}
	.nav-item {
		display: block;
		width:100%;
	}
	.nav-mobile {
		display: block;
		cursor: pointer;
		position: absolute;
		background-color:#000000 ;
		top: 20px;
		right: 25px;
		background: url(../images/nav_icon2.png) 60% 60% no-repeat;
		height:32px;
		width: 32px;
	}
	.banner{
		width:100%;
		height: 400px;
		background:#000;
		position:relative;
		overflow: hidden;
	}
	.banner_cont{
		position:absolute;
		margin-top:15%;
		width:80%;
		padding: 0 10%;
		height:80%;
	}
	.banner_cont h2{
		width:100%;
		color:#fff;
		text-align:center;
		font-size:1.4em;
		padding-bottom:0;
	}
	.banner_cont p{
		width:100%;
		color:#fff;
		text-align:center;
		margin-top:3%;
		line-height:30px;
		font-size:0.975em;
	}
	.banner_cont p.fu{
		font-size: 1.2em;
	}
	.philosophy{
		display: block;
		width:100%;
		padding:15px 0;
		background:rgba(0,0,0,0.5);
	}
	.philosophy_left{
		width:100%;
		float: none;
		position:relative;
		margin: auto;
		padding:0;
	}
	.philosophy h3{
		color:#fff;
		font-size:1em;
		margin-bottom:1%;
		font-weight:inherit;
	}
	.philosophy p{
		font-size:0.875em;
		line-height:25px;
		color:#fff;
	}
	.philosophy_right{
		width:20%;
		height:25px;
		line-height:25px;
		text-align:center;
		position:relative;
		font-size:0.875em;
		float: none;
		margin:0 auto;
	}
	.philosophy_right a{
		display:block;
		background:#fff;
	}
	.philosophy_right a:hover{
		background:#23aae8;
		color:#fff;
	}
	.service h2{
		display: block;
		width:100%;
		font-size:1.825em;
		font-weight:inherit;
		border-bottom:1px solid #eee;
		opacity:0;
		position:relative;
		top:20%;
	}
	.index_case{
		overflow:hidden;
		background:#1b252e;
		margin-top: 20px;
		padding:0;
		text-align:center;
	}
	.index_case h2{
		width:100%;
		font-size:1.825em;
		font-weight:inherit;
		opacity:0;
		position:relative;
		top:15%;
		color:#fff;
		padding-bottom:5%;
	}
	.index_case > .content > p{
		color:#999;
		margin-bottom:7%;
		opacity:0;
		position:relative;
		top:15%;
	}
	.slogan1{
		display: block;
		width:100%;
		height: auto;
		text-align:center;
		color:#fff;
		position:relative;
		top:50px;
	}
	.slogan1_cont{
		width:80%;
		height: 100%;
		line-height:70px;
		font-size:1.325em;
		text-align:center;
		position:absolute;
		top:0;
		padding:5% 10% ;
	}
	.slogan1_cont p{
		opacity:0;
	}
	.news{
		width:100%;
		margin:50px auto 10px auto;
	}
	.new_box{
		width:80%;
		float:left;
		padding: 0 10%;
		opacity:0;
		position:relative;
		margin-top:30px;
	}
	.new_box h3{
		font-size:1.5em;
		font-weight:inherit;
		margin-bottom:20px;
		color:#2a9cd1;
	}
	.new_box > a > img{
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	.wrap {
		width: 100%;
		margin: 0 auto;
	}
}