﻿@charset "utf-8"; 
body{ background:#fffff;}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #1b1b1b;
}
/* header */
#header_top{ position:fixed; height:80px; color:#666; z-index:999; width:100%; background:#fff; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);}
#header_top .logo{ position:fixed; top:15px; left:50px; width:420px; -webkit-transition: all .2s ease-in-out 0s;  -moz-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s;}
#header_top .logo a{ width:158px; float:left;}
#header_top .logo h1{ margin:0 0 0 20px; float:left; font-size:20px; line-height:50px;}
#header_top nav.menu{ position:fixed; right:50px; line-height:80px; -webkit-transition: all .2s ease-in-out 0s;  -moz-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s;}
#header_top nav.menu ul li{ font-size: 20px; -webkit-transition: all .2s ease-in-out 0s;  -moz-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s;}
.list-inline>li { display: inline-block;}

header nav.menu ul li{ position:relative; cursor:pointer;}
header nav.menu ul li a{ color:#666; display:block; position: relative; padding:0 30px;transition: none ease-out .3s; transition-property: color, background, text-indent, opacity; text-align:center;}
header nav.menu ul li a.active, header nav.menu ul li:hover a { color:#ff6900; }
header nav.menu ul li a.active::before, header nav.menu ul li:hover a::before { position: absolute; content: ""; height: 3px; background-color: #ff6900; width: 150%; left: -25%; }
header nav.menu ul li a.active::before {position: absolute;content: "";height: 3px;background-color: #ff6900;width: 150%;left: -25%;}
header nav.menu ul li a::before { position: absolute; content: ""; width: 0%; height: 3px; background-color:#ff6900; left: 50%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }



header nav.menu ul li ul.subnav { transition: all 0.3s ease-out 0s; position: absolute; width:170px;  border-top: #e0a240 3px solid; top:100px; left: -40px; opacity: 0; visibility: hidden; transform: translate3d(0px, 10px, 0px);  -moz-transform: translate3d(0px, 10px, 0px); -webkit-transform: translate3d(0px, 10px, 0px);}
header nav.menu ul li ul.subnav li a { background: #fff; box-shadow: 0 6px 10px rgba(0, 0, 0, .1); font-size:14px;}
header nav.menu ul li ul.subnav { border-top: 0; }
header nav.menu ul li ul.subnav  li { border-bottom: #f6f6f6 1px solid; height:40px; line-height:40px;}
header nav.menu ul li ul.subnav  li a:hover { background: rgb(245, 245, 245);color: #848484;}
header nav.menu ul li ul.subnav li a::before { position: absolute; content: ""; width: 0%; height: 0px; }
header nav.menu ul li ul.subnav li a.active::before { content:""; width:0; height:0;}

header nav.menu ul li:hover ul.subnav { opacity: 1; visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);}

header nav.menu ul li:hover ul.subnav{ display:block; top:80px;}
header nav.menu ul li:hover ul.subnav li a i{ opacity:0;}
header nav.menu ul li:hover ul.subnav li a{ color:#666;}
header nav.menu ul li:hover ul.subnav li a:hover{ color:#ff6900;text-indent: 10px;}
header nav.menu ul li:hover ul.subnav li a:hover i{ opacity:1;}

.h80{ height:80px;}
.h4{ color:#999;}

.menu_nav {
    width: 35px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12.5px;
	display:none;
}
.menu_nav ul li {
    width: 100%;
    height: 5px;
    border-radius: 2px;
    margin-bottom: 5px;
    background: #838286;
    margin-left: 0px;
}



/* 焦点图  */
#wrapper {
	background:#fff;
	position:relative;
	margin-bottom:10px;
}

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:700px !important;
	overflow:hidden;
}
.fullwidthbanner ul li{ position:relative;}
.fullwidthbanner ul li video{ position:absolute;}
.fullwidthbanner ul li img{ width:100%;}
.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}
/* 右侧导航 */
.g_senav {
    width: 62px;
    position: fixed;
    right: 0;
    bottom:50px;
    transform: translate(100%,-50%);
    z-index: 51;
    transition: all 0.3s;
}
.g_senavatv {
    transform: translate(0,-50%);
}
.g_senitm {
    cursor: pointer;
    position: relative;
}
.g_senitma {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
	vertical-align: middle;
}
.g_senitmb {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.g_senweix {
    width: 164px;
    position: absolute;
    left: 300px;
    bottom: -63px;
    z-index: 50;
    transform: translateX(calc(-100% - 10px - 12px));
}
.g_senitmqq .g_senweix {
    width:200px;
    top:0;
    bottom: inherit;
    left: 46px;
	opacity:0;
	overflow:hidden;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.g_senitmqq:hover .g_senweix{ left:23px; opacity:1; overflow:visible;}
.g_senweix .g_senweiximg {
    width: 100%;
    border: 1px solid #f3f7f3;
    transition: all 1.3s;
}
.g_senitmqq .g_senweiximg {
    width: auto;
    height: 100%;
}
.g_senitmqq .g_senweix p {
    font-size: 18px;
    color:#333333;
    background: #fff;
    line-height: 62px;
    padding-left: 15px;
    padding-right: 15px;
	margin:0;
}
.g_senitm {
    cursor: pointer;
    position: relative;
	background:#fff;
}
.g_senitm:hover{ background:#ff6900;}
.g_senav .g_senitm {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

/* 右侧导航 */

.inner{width:100%; position:relative; padding-bottom:56.25%; height:0;}
.inner .video-js{position: absolute; left:0; top:0; width:100%; height:100%;}
.fot_bot p{ color:#fff;}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}

/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom:20px!important;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width:10px;
    height:10px;
    float: left; border-radius:50%; margin:0 5px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 9999;
	cursor: pointer;
	position: relative;
	background:url(../images/slider-left-arrow.png) no-Repeat #000;
	width: 42px;
	height: 42px;
	top:50%!important;
	margin-top:-21px;
}

.tp-rightarrow.large {
    z-index: 9999;
    cursor: pointer;
    position: relative;
    background:url(../images/slider-right-arrow.png) no-Repeat 0 0 #000;
    width:42px;
    height: 42px;
	top:50%!important;
	margin-top:-21px;
}



.tp-bullets.tp-thumbs {
    z-index: 99999;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden; width:100%;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.banner_txt{ position:absolute; left:50%; color:#fff; text-align:center; top:40%; margin-top:-50px; margin-left:-160px; width:324px; height:105px;}
.banner_txt h2{ font-size:36px;}

/* 焦点图样式 end */


.ulnewslist ul li{ -webkit-transition: all 0.2s linear; transition: all 0.2s linear; background:#fff; min-height:330px;background-color: transparent;}
.ulnewslist ul li:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0)}

 .main_wrap p{ text-align:center;}

/* 五星服务 */
/*.new_sear{ width:1170px; margin:0 auto;}*/
.jiasu_fwcon{ background:#fff;}
.new_sear_con{ width:93.4%; margin:20px auto 0 auto; padding-bottom:50px;}
.business_tit{ margin-top:10px;}
.casecon{ background:#fff;}
.box-hover-modal{
	float: left;
	/*width:23%; margin:0 1%;*/
	height:360px;
	position: relative;
	background: #fff; 
	overflow: hidden; z-index:2;
}
#mservice .title{ color:#fff;}
#mservice .subtitle{ color:#fff;}
.box-hover-modal-con {
	width: 100%;
	height: 100%;
}
.fwtitle{ margin:70px 0;}
/*.box-hover-modal:hover{
	background:#df4044;
	-webkit-box-shadow: 0 0 12px 0 #c9c9c9;
	-moz-box-shadow: 0 0 12px 0 #c9c9c9;
	box-shadow: 0 0 12px 0 #c9c9c9;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.4)
}*/


.box-hover-modal-con .ico,.box-hover-modal:hover .box-hover-modal-con2 .ico{ margin:25px 0 0 0; height:50px;}
.box-hover-modal-con .ico1{ background: url(../images/r0_ico3.png) center top no-repeat;}
.box-hover-modal-con .ico2{ background: url(../images/r0_ico1.png) center top no-repeat;}
.box-hover-modal-con .ico3{ background: url(../images/r0_ico4.png) center top no-repeat;}
.box-hover-modal-con .ico4{ background: url(../images/r0_ico5.png) center top no-repeat;}
.box-hover-modal-con .ico5{ background: url(../images/r0_ico6.png) center top no-repeat;}
.box-hover-modal-con .ico6{ background: url(../images/r0_ico2.png) center top no-repeat;}

.box-hover-modal-con .t1{font-size:16px; padding:20px 0 0 0; text-align:center; color:#333;}
.box-hover-modal-con .t2{text-transform:uppercase; font-family: "Helvetica Neue', Helvetica, Arial,sans-serif"; text-align:center;}
.box-hover-modal-con .t3{font-size:12px; line-height:20px;/* display: -webkit-box; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/ text-align:center;}
.box-hover-modal-con .hr{width:66px; margin:15px auto; height:2px; background:#b8b8b8;}
.box-hover-modal-con a{ color:#666;}

.box-hover-modal:hover .ico1{ background: url(../images/r0_ico3_hov.png) center top no-repeat;}
.box-hover-modal:hover .ico2{ background: url(../images/r0_ico1_hov.png) center top no-repeat;}
.box-hover-modal:hover .ico3{ background: url(../images/r0_ico4_hov.png) center top no-repeat;}
.box-hover-modal:hover .ico4{ background: url(../images/r0_ico5_hov.png) center top no-repeat;}
.box-hover-modal:hover .ico5{ background: url(../images/r0_ico6_hov.png) center top no-repeat;}
.box-hover-modal:hover .ico6{ background: url(../images/r0_ico2_hov.png) center top no-repeat;}
.box-hover-modal .t3 p a{ color:#999;}
.box-hover-modal:hover .t1,.box-hover-modal:hover .t2,.box-hover-modal:hover .t3 p a{ color:#fff;}
.box-hover-modal:hover .t3 p a:hover{ text-decoration:underline;}
.box-hover-modal:hover .hr{ background:#fff;}



.box-hover-modal-con2{
	transition: all 0.3s ease-out 0s;/* background:#3ca7fc;*/ padding:0 8%;  background:#ff6900;
    position: absolute;
    width:100%;
	height:360px;
    top:-360px;
    left:0px;
    opacity: 0; z-index:-1;
}
.box-hover-modal:hover .box-hover-modal-con2{ opacity:1; top:0;}






#mslider {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden
}

#mslider .bx-wrapper {
	position: fixed;
	width: 100%;
}

#mslider .bx-wrapper .bx-pager {
	bottom: 50px
}

#mslider ul li {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#indexPage #mslider ul li a {
	display: table;
	width: 100%;
	height: 100%;
	display: table
}

#mslider ul li div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: transparent;
}

#mslider ul li p {
	color: #fff;
	text-align: center;
}

#mslider ul li p.title {
	font-size: 60px;
	line-height: 70px;
	height: 70px;
	transition-delay: 0
}

#mslider ul li p.subtitle {
	font-size:24px;
	height: 30px;
	transition-delay: 0.2s
}
#mslider ul li p.imgcon{
	width:600px; margin:0 auto;	
	transition-delay: 0.4s;
}
#mslider ul li p.imgcon img{
	display:block; float:left;
	padding:20px 30px 0 30px; 
	
	}
#mslider.sliderArrow {
	display: none
}

#mslider ul li a i {
	text-indent: 20px;
	font-size: 24px
}

#mslider ul li p {
	transform: translateY(25px);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	opacity: 0
}

#mslider ul li.active p {
	transform: translateY(0px);
	opacity: 1
}














/* 佳速案例 */
.scrollpic{ width:100%; overflow:hidden; padding-top:50px;}
.case-content li{ position:relative;}
.case-content li a {
    display: block;
    background: #dedede url("../images/loading.gif") no-repeat center;
}
.case-content .pic{overflow: hidden;}
.case-content .pic img{width: 100%;background:#dedede url("../images/loading.gif") no-repeat center;
-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
		
.case-content .pic:hover img{ 
-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.case-loading{ text-align:center; margin:0 0 50px; width:100%;display:none;}

.case-content li .hd{ opacity:0; transition: all 0.3s ease-out 0s; padding: 20px 0; position: absolute; left:0px; bottom: -30px; width:100%; background-color:#f5f5f5; z-index:2;}
	
.case-content li .hd p{ text-align: left; padding: 0 20px; font-size: 16px; color: #e83828; margin:0;}
.case-content li .hd span{ width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; color: #767676; display: block; padding-left: 20px;}
.case-content li:hover .hd{ opacity:1; bottom:0;}

.case-content li:after{ content:""; opacity:1; position: absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.3); transition: all 0.5s ease-out 0s; z-index:1;}
.case-content li:hover:after{ opacity:1; width:0;}




/* 服务客服 */
.clients{ width:93.4%; margin:0 auto; padding:50px 0;}
.clients ul li{ text-align:center; -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; float:left;}
.clients ul li:hover{ box-shadow: 0 15px 30px rgba(0,0,0,0.1);}
.clients ul li img{ filter:grayscale(100%); 
    -webkit-filter:grayscale(100%); 
    -moz-filter:grayscale(100%); 
    -ms-filter:grayscale(100%); 
    -o-filter:grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
    -webkit-filter:grayscale(1);
    opacity: 0.3;  transition: all 0.5s ease-out 0s; width:100%;}
	
.clients ul li:hover img{
    filter:grayscale(0%); 
    -webkit-filter:grayscale(0%); 
    -moz-filter:grayscale(0%); 
    -ms-filter:grayscale(0%); 
    -o-filter:grayscale(0%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); 
    -webkit-filter:grayscale(0);
    opacity: 1;
}



/* 新闻 */
.js_news{ width:93.4%; margin:0 auto; padding:30px 0 0 0;}
.js_news .news1,.js_news .news2,.js_news .news3{ background:#f5f5f5; position:relative;}
.js_news .news1 h2,.js_news .news2 h2,.js_news .news3 h2{ text-align:center; width:100px; height:100px; background:#0076c1; color:#fff; border-radius:50%; position:absolute; left:50%; margin-left:-50px; top:-50px; line-height:90px; border:solid 5px #fff;-webkit-transition:all .2s ease-out .1s;-moz-transition:all .2s ease-out .1s;-o-transition:all .2s ease-out .1s;-ms-transition:all .2s ease-out .1s;}
.js_news .news1:hover h2,.js_news .news2:hover h2,.js_news .news3:hover h2{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.3);}
.js_news .news2 h2{ background:#ff7800;}
.js_news .news3 h2{ background:#ff0000;}
.js_news .news1 ul,.js_news .news2 ul,.js_news .news3 ul{ padding:100px 20px 20px 20px;}
.js_news .news1 ul li,.js_news .news2 ul li,.js_news .news3 ul li{ line-height:30px;}
.newslist ul li a{ display:block;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color:#333;}
.newslist ul li a:hover{ color:#f00;}
.newslist ul li span{ float:right; color:#999;}
.newslist ul li .newsicon{/* background:url(../images/newsicon.png) no-repeat; width:22px; height:22px;*/ display:block; float:left; margin:12px 10px 0 0; width:5px; height:5px; background:#ddd; border-radius:50%;}
.news1 ul li a:hover .newsicon{ background:#0076c1;}
.news2 ul li a:hover .newsicon{ background:#ff6900;}
.news3 ul li a:hover .newsicon{ background:#ff0000;}
/*.newslist ul li .newsicon1{ background-position:0 0;}
.newslist ul li .newsicon2{ background-position:0 -22px;}
.newslist ul li .newsicon3{ background-position:0 -44px;}
.newslist ul li .newsicon4{ background-position:0 -66px;}
.newslist ul li .newsicon5{ background-position:0 -88px;}
.newslist ul li .newsicon6{ background-position:0 -110px;}
.newslist ul li .newsicon7{ background-position:0 -132px;}
.newslist ul li .newsicon8{ background-position:0 -154px;}
.newslist ul li a:hover .newsicon1{ background-position:-22px 0;}
.newslist ul li a:hover .newsicon2{ background-position:-22px -22px;}
.newslist ul li a:hover .newsicon3{ background-position:-22px -44px;}
.newslist ul li a:hover .newsicon4{ background-position:-22px -66px;}
.newslist ul li a:hover .newsicon5{ background-position:-22px -88px;}
.newslist ul li a:hover .newsicon6{ background-position:-22px -110px;}
.newslist ul li a:hover .newsicon7{ background-position:-22px -132px;}
.newslist ul li a:hover .newsicon8{ background-position:-22px -154px;}*/

.footlist li:last-child{ color:#fff;}

	
.wz_txt{ margin-bottom:2%; border-bottom:dashed 1px #ddd; padding-bottom:2%;}
.wz_txt:last-child{ border:0}
.wz_txt p em{font-size:20px; font-weight:600; display:inline-block; padding-right:10px;}



/* 联系 */
.cont_lx{ background:#222; position:relative;overflow:hidden;background-position:center auto;background-attachment:fixed; padding:50px 0 0 0;/* min-height:300px;*/}
.fotnav{ width:82.8%; margin:0 auto;padding-bottom: 35px;border-bottom: 1px solid #393939;}
.fotnav a {
    display: inline-block;
    font-size: 14px;
    float: left;
    color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    transition: opacity 0.3s ease 0s;
}
.fotnav .line {
    display: inline-block;
    float: left;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin:6px 20px 14px;
}
.fotnav a:hover{ color:#fff; opacity:1;}

.ftcont{ width:90%; margin:0 auto; padding:50px 0;}
.footlist li{ float:left; width:33.333333%; line-height:30px;}
.ftcontL{ float:left; width:90%;}
.ftcontL p{ line-height:24px; padding:0; margin:0;}
.ftcontR{ float:right; width:10%;}
.ftcontR img{ width:100%;}
.fot_bot{ padding:20px 0; color:#fff; text-align:center; font-size:12px; line-height:40px;}
.fot_bot a{ color:#fff;}
.fot_botcon{ width:82.8%; margin:0 auto;}
body .cont_lx.container,body .ournews.container{ margin-bottom:0;}



.friendlink{ width:90%; margin:0 auto 30px auto;}
.friendlink span{ color:#fff;}
.friendlink a{ position:relative; display:inline-block; padding:0 10px;color:#aaa;}
.friendlink a:hover{ text-decoration:underline; color:#fff;}
.friendlink a:after{ content:""; position:absolute; width:1px; height:12px; background:#666; top:4px; left:-2px;}

.footlist li{ color:#aaa;}

#page-content #flexslider-nav.small{ margin-top:160px;}











/*  响应式菜单 */
.xy_menu{ position:relative;}
.m-btn {
	position: fixed;
     display: block;
    right: 20px; z-index:9998;
    top: 15px;
    color: #dedede;
    background: #393939;
    width: 50px;
    height: 50px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; text-align:center; display:none;
}
.m-btn:hover {background-color:#ff6900;}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.m-btn i{
		
font-size: 17px;
    margin-top: 17px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.m-btn:hover i{ color: #fff; transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.m-sub-menu {
    position: fixed;
    right: -100%;
    width:100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    transition: all 0.64s ease 0s; z-index:9999;
}
.m-sub-menu.show {
    right: 0;
    transition: all 0.44s ease 0s;
}

.m-sub-menu .top-box {
    line-height: 60px;
    background-color: #333; height:60px;
}
.f-cb {
    zoom: 1;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.m-sub-menu .top-box .stt {
    display: inline-block;
    font-size: 16px;
    color: #acacac;
    margin-left: 8.2%;
    font-family: "Helvetica Neue', Helvetica, Arial,sans-serif";
}

.m-sub-menu .top-box .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 22px;
    cursor: pointer;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.m-sub-menu .list-wrap ul {
    width: 100%;
}
.m-sub-menu .list-wrap li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2; cursor:pointer;
}
.m-sub-menu .list-wrap li .col-box {
    display: block;
    width:100%;
    padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
    font-size: 16px;
    color: #666;
}
.m-sub-menu .list-wrap .point {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../images/ico_38.png) no-repeat center;
    margin-top: 26px;
}
.list-wrap ul:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.m-sub-menu .sec-sub-list {
    position: absolute;
    right: -100%;
    top: 60px;
    width: 100%;
}
.m-sub-menu .sec-sub-list .boxs {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    background-color: #fff; min-height:440px;
}
.m-sub-menu .sec-sub-list .boxs.show {
    left: -100%;
}
.m-sub-menu .sec-sub-list .return-fir {
    display: block;
    width: 100%;
    padding: 0 7.8% 0 8.2%;
    line-height: 60px;
    background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
    padding-left: 18px;
    color: #fff;
    font-size: 18px;
    background: url(../images/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
    width: 100%;
}
.m-sub-menu .sec-sub-list li {
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    font-size: 16px;
    color: #666;
}

.boxs ul{ min-height:300px;}

@media (max-width: 1050px) {
    
	#nav{ display:none;}
	.m-btn{ display:block;}
}

@media ( max-width: 960px){

	
}
@media ( max-width: 860px){


}




/* 服务 */
.fuwu_seavice{ margin-bottom:10px;}
.b_1 {
    background: url(../images/bann2.jpg) no-repeat; background-size:cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    padding: 200px 0; text-align:center; color:#fff;
}

.casebanner {
    background: url(../images/intro.jpg) no-repeat; background-size:cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    padding: 200px 0; text-align:center; color:#fff;
}

.b_1 h2{ font-size:42px;}
.b_1 p.wow{ color:#fff;}
#flexslider-nav.small ul li .text h1{ font-size:42px;}
#flexslider-nav.small ul li .text p{ font-size:18px;}


.seravlist { width:89%; margin:0 auto; padding:50px 0;}
.seravlist ul li {width:50%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
.seravlist ul li span {display:block; width:80px; float:left;}
.seravlist ul li span img {width:80px; height:80px;}
.seravlist ul li div {width:auto; padding:20px 0 0 100px;}
.seravlist ul li div h1 {font-size:18px; color:#333; padding:0; margin:0;}
.seravlist ul li div p {font-size:0.75rem; color:#999; padding-top:10px; line-height:1.2rem;}

.fwlc{ background:url(../images/b.jpg) no-repeat; 
	background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}


.fuwu_threebox .btn{ border:0;}
.fuwu_threebox img.fuwu_threeimg{
	display: block;
	width: 228px;
	height: 54px;
	position: absolute;
	left: 50%;
	margin-left: -114px;
	top: 646px;
}
.fuwu_threebox div.btn span{
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	position: absolute;
	opacity: 0;
	transition:400ms;
	-o-transition:400ms;
	-ms-transition:400ms;
	-moz-transition:400ms;
	-webkit-transition:400ms;
}
.fuwu_threebox div.btn em{
	display: block;
	width: 26px;
	height: 26px;
	background: #d5000e;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	font-style: normal;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	cursor: pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	z-index: 5;
	opacity: 0;
}
.fuwu_threebox div.btn em:before{
	content: "";
	width: 58px;
	height: 58px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: 1px solid #ffa4aa;
	box-shadow: 0px 0px 10px rgba(213,0,14,0.15) inset,0px 0px 15px rgba(213,0,14,0.3);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}
.fuwu_threebox div.btn4 em:before,
.fuwu_threebox div.btn6 em:before,
.fuwu_threebox div.btn7 em:before,
.fuwu_threebox div.btn9 em:before{
	border: 1px solid #71a6ff;
	box-shadow: 0px 0px 10px rgba(24,90,201,0.15) inset,0px 0px 15px rgba(24,90,201,0.3);
}

	.fuwu_threebox div.btn1 span {left:580px;top:140px;}
	.fuwu_threebox div.btn1 em   {left:600px;top:110px;}
	.fuwu_threebox div.btn2 span {left:380px;top: 190px;}
	.fuwu_threebox div.btn2 em   {left:400px;top: 160px;}
	.fuwu_threebox div.btn3 span {left:60px;top: 360px;}
	.fuwu_threebox div.btn3 em   {left:80px;top: 328px;}
	.fuwu_threebox div.btn4 span {left:380px;top: 350px;}
	.fuwu_threebox div.btn4 em   {left:400px;top:320px;background: #185ac9;}
	.fuwu_threebox div.btn5 span {left:770px;top: 320px;}
	.fuwu_threebox div.btn5 em   {left:770px;top: 290px;}
	.fuwu_threebox div.btn6 span {left:990px;top: 330px;}
	.fuwu_threebox div.btn6 em   {left:1009px;top: 294px;background: #185ac9;}
	.fuwu_threebox div.btn7 span {left:930px;top: 520px;}
	.fuwu_threebox div.btn7 em   {left:1000px;top:485px;background: #185ac9;}
	.fuwu_threebox div.btn8 span {left:720px;top: 510px;}
	.fuwu_threebox div.btn8 em   {left:800px;top:480px;}
	.fuwu_threebox div.btn9 span {left:450px;top:500px;}
	.fuwu_threebox div.btn9 em   {left:560px;top: 470px;background: #185ac9;}
	.fuwu_threebox div.btn10 span{left:517px;top:632px;}
	.fuwu_threebox div.btn10 em  {left:534px;top:602px;}

/*hover*/
	.fuwu_threebox div.btn em:hover:before{
		animation: hoveron 0.7s ease-in infinite alternate;
		-moz-animation: hoveron 0.7s ease-in infinite alternate;
		-webkit-animation: hoveron 0.7s ease-in infinite alternate;
	}
	@keyframes hoveron {
		form{
			opacity: 0;
			-webkit-transform: scale(0.7);
			transform: scale(0.7);
		}	
		to{
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
	-moz-@keyframes hoveron {
		form{
			opacity: 0;
			-webkit-transform: scale(0.7);
			transform: scale(0.7);
		}	
		to{
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
	-webkit-@keyframes hoveron {
		form{
			opacity: 0;
			-webkit-transform: scale(0.7);
			transform: scale(0.7);
		}	
		to{
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}

/*åŠ¨æ•ˆ*/
	.fuwu_threebox.hoveron{
		-webkit-animation: boxheight linear 1.5s forwards;
		-moz-animation: boxheight linear 1.5s forwards;
		animation: boxheight linear 1.5s forwards;  
	}
	@-webkit-keyframes boxheight {
	    from{height: 0;}
	    to  {height: 700px;}
	}
	@-moz-keyframes boxheight {
	    from{height: 0;}
	    to  {height: 700px;}
	}
	@-ms-keyframes boxheight {
	    from{height: 0;}
	    to  {height: 700px;}
	}
	@keyframes boxheight {
	    from{height: 0;}
	    to  {height: 700px;}
	}
	.fuwu_threebox div.btn.btnhover span{
		transition-delay: 2s;
		-moz-transition-delay: 2s;
		-webkit-transition-delay: 2s;
		-o-transition-delay: 2s;
		opacity: 1;
	}
	.btnhover em{
		opacity: 0;
		-webkit-animation: btnhover 1s ;
		animation: btnhover 1s ;
		-webkit-animation-iteration-count:1;/*æ’­æ”¾æ¬¡æ•°*/
		animation-iteration-count:1;/*æ’­æ”¾æ¬¡æ•°*/
		-webkit-animation-fill-mode: forwards;/*å®šä½åŠ¨ç”»ç»“æŸ*/
		animation-fill-mode: forwards;/*å®šä½åŠ¨ç”»ç»“æŸ*/
		animation-timing-function:ease-out;
	}
	.btnhover:nth-child(10) em{
		-webkit-animation-delay: 1.6s;
	    animation-delay: 1.6s;
		}
	.btnhover:nth-child(9) em{
		-webkit-animation-delay: 1.55s;
	    animation-delay: 1.55s;
		}
	.btnhover:nth-child(8) em{
		-webkit-animation-delay: 1.5s;
	    animation-delay: 1.5s;
		}
	.btnhover:nth-child(7) em{
		-webkit-animation-delay: 1.45s;
	    animation-delay: 1.45s;
		}	
	.btnhover:nth-child(6) em{
		-webkit-animation-delay: 1.4s;
	    animation-delay: 1.4s;
		}
	.btnhover:nth-child(5) em{
		-webkit-animation-delay: 1.35s;
	    animation-delay: 1.35s;
		}
	.btnhover:nth-child(4) em{
		-webkit-animation-delay: 1.3s;
	    animation-delay: 1.3s;
		}
	.btnhover:nth-child(3) em{
		-webkit-animation-delay: 1.25s;
	    animation-delay: 1.25s;
		}
	.btnhover:nth-child(2) em{
		-webkit-animation-delay: 1.2s;
	    animation-delay: 1.2s;
		}	
	.btnhover:nth-child(1) em{
		-webkit-animation-delay: 1s;
	    animation-delay: 1s;
		}								

		
	@keyframes btnhover{
	 0% {
		opacity: 0;
	    -ms-transform: translate(0,0); 
	   	-webkit-transform: translate(0,0);
	    transform: translate(0,0);
		}
	50% {
		opacity: 1;
	    -ms-transform: translate(0,-10px); 
	   	-webkit-transform: translate(0,-10px);
	    transform: translate(0,-10px);
		}
	100% {
		opacity: 1;
	    -ms-transform: translate(0,0); 
	   	-webkit-transform: translate(0,0);
	    transform: translate(0,0);
		} 
	} 
	-moz-@keyframes btnhover{
	 0% {
		opacity: 0;
	    -ms-transform: translate(0,0); 
	   	-webkit-transform: translate(0,0);
	    transform: translate(0,0);
		}
	50% {
		opacity: 1;
	    -ms-transform: translate(0,-10px); 
	   	-webkit-transform: translate(0,-10px);
	    transform: translate(0,-10px);
		}
	100% {
		opacity: 1;
	    -ms-transform: translate(0,0); 
	   	-webkit-transform: translate(0,0);
	    transform: translate(0,0);
		} 
	} 		
	@-webkit-keyframes btnhover{
	 0% {
		opacity: 0;
	    -ms-transform: translate(0,0); 
	   	-webkit-transform: translate(0,0);
	    transform: translate(0,0);
		}
	50% {
		opacity: 1;
	    -ms-transform: translate(0,-10px); 
	   	-webkit-transform: translate(0,-10px);
	    transform: translate(0,-10px);
		}
	100% {
		opacity: 1;
	    -ms-transform: translate(0,0); 
	   	-webkit-transform: translate(0,0);
	    transform: translate(0,0);
		} 
	} 





.next_te{ border-top:solid 1px #eee; padding-top:20px; margin-top:20px;}
.next_te a:hover,.prev_te a:hover{ color:#ff6900;}


.row-box{ margin-top:30px;}

.wp {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.job-pic .thead {
    overflow: hidden;
    background-color: #2ca9e3;
    color: #fff;
}
.job-pic .td{float:left;text-align:left;line-height:58px;font-size:18px}
.job-pic .td.s1{width:70%; margin-left:2%;}
.job-pic .td.s4{float:right;width:17%}
.job-pic .td .btn{float:none;display:block;margin:8px auto;width:40px;height:40px;background:url(../images/icon-h1.png) center center no-repeat;-webkit-background-size:100% auto;background-size:100% auto;cursor:pointer}
.job-list .tit{overflow:hidden;background-color:#f5f5f5;color:#000}
.job-list.on .td .btn{background-image:url(../images/icon-h2.png)}
.job-list.on .tit{/*background-color:transparent;*/margin:10px 0}
.job-list{margin-top:10px;overflow:hidden}
.job-list .desc{display:none;font-size:14px;line-height:24px;color:#666;padding:35px 0 24px}
.job-pic h2{ color:#000; font-size:18px; font-weight:600;}
.job-list h4{color:#000;font-weight:400;font-size:18px;}
.desctxtcon{ padding-bottom:20px; width:96%; margin:0 auto;}
.job-list .link{display:block;width:220px;line-height:50px;background-color:#2ca9e3;border-radius:4px;text-align:center;font-size:20px;color:#fff;margin-top:40px}
.job-list .link:hover{background-color:#2696c9}

.jj_txtwz{ padding:30px 0;}
.jj_txtwz h4{ color:#000; padding-bottom:10px;}


.dlcpon{ width:90%; margin:0 auto; padding:30px 0;}
.dlcpon dl{ padding:2%; border: dashed 2px #ddd; width:48%; float:left; margin-right:2%; display:inline; overflow:hidden; position:relative;}
.dlcpon dl:hover{ border-color:#ff6900;}
.dlcpon dl h3{ color:#000; font-weight:600;}
.dlcpon dl:hover h3{ color:#ff6900;}
.dlcpon dl p{ font-size:16px;}
.dlcpon dl dt{ text-align:center;}
.dlcpon dl dt img{ max-width:100%; text-align:center;}
.dlcpon dl dd{ text-align:center;}

/*  案例  */
.container .s-nav {
    margin-top: 22px;
    font-size: 14px;
    line-height: 34px;
	
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.container .s-nav ul{ text-align:center;}
.container .s-nav li {
    margin-right: 50px;
    border-bottom: 2px solid #fff; display:inline; padding-bottom:10px;
}
.container .s-nav li a{ position:relative;}
.container .s-nav li a:before{ 
	content: "";
    width: 0%;
    height: 2px;
    background-color: #ff6900;
    left: 50%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position:absolute; left:0; bottom:-11px;}
.container .s-nav li a:hover:before{ width:100%;}

.container .s-nav li.hover{
    border-bottom: 2px solid #ff6900;
}
.container .s-nav li a {
    display: inline-block;
    color: #666;
}

.container .s-nav li.hover a {
    color: #ff6900;
}

.container .s-nav li a:hover{ color:#ff6900;}

.main-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.list-wrap {
    position: relative;
   
}
.main-wrap .list-wrap {
    margin-top: 0px;
    position: relative;
   
}
.list-wrap ul {
    width: 1400px;
}
.main-wrap .list-wrap li {
    width: 24.3%;
    margin: 0 10px 10px 0;
    margin-bottom: 30px; float:left; position:relative;
}
.list-wrap li:nth-child(4n){ margin-right:0;}

.new-tjyd .list-wrap li{ width:23.6666666%;}
.new-tjyd li:nth-child(4n){ margin-right:2%;}
.new-tjyd li:nth-child(4n){ margin-right:0;}
.new-tjyd .list-wrap{ margin-top:20px;}
.new-tjyd h2{ padding-top:30px;}

.list-wrap .img-box:after {
    content: "";
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
	border-bottom:#CCCCCC 1px solid;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.list-wrap .img-box:hover:after {
    content: "";
    opacity:1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.list-wrap .img-box {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; 
	transition: color 0.3s ease 0s;
}
.list-wrap .img-box p{ border:solid 1px #fff; padding:5px; position:absolute; z-index:99; left:50%; top:0%; text-align:center; margin-left:-38px; color:#fff; font-size:16px; opacity:0; transition: all 0.5s ease-out 0s;}
.list-wrap .img-box:hover p{ opacity:1; top:50%; margin-top:-18px;}
.list-wrap .img-box img {
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.list-wrap .img-box:hover img{ 
-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

img.up-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}




.list-wrap .cont-box {
    width:86.5%;
    padding: 22px 6.5%;
    border: 1px solid #f2f2f2;
}

.list-wrap .cont-box h2{ font-size:18px; line-height:30px; color:#333; margin:0; padding:0;text-align:center;}
.list-wrap .cont-box span{ font-size:12px; line-height:24px; color:#666;}

.list-wrap li:hover .cont-box h2{ color:#ff6900;}


/*@media screen and (min-width: 1400px){
	.js_news .newslist { width: 31.33333333%; float:left; margin:2.5% 1%;}
	.newslist ul li span{ display:block;}
	.fot_botcon span.fl{ float:left; display:block;}
	.fot_botcon span.fr{ display:block; float:right;}
	.ftcontL{ float:left; width:90%;}
	.ftcontR{ float:right; width:10%;}
	.seravlist ul li {width:50%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	.list-wrap li {
    width: 31.6%;
    margin-right: 1.7%;
    margin-bottom: 30px;
	float:left;
}
}*/






.con-tit h1{ font-size:26px;}
/*.con-tit .h4{ font-size:12px;}*/




.alxq_banner{ width:100%; margin-bottom:10px;}
.alxq_banner img{ width:100%;}

.xmbj{
	background-color: #fff;
    width:50%;
    padding: 30px 3.5%;
	float:left;
	min-height:360px;
}
.xmbj h2,.sjsm h2{ font-size:30px; color:#000; margin:0;}
.xmbj .line,.sjsm .line{ display:block; width:10px; height:2px; background-color: #9a9a9a; margin:10px 0 0 0;}
.casebanner .line{ display:block; width:10px; height:2px; background-color:#fff; margin:20px auto;}
.casebanner p{ font-size:18px;}
.xmbj h3{ color:#333; font-size:24px;}
.new-date{ color:#999; margin-bottom:15px;}
.xmbj p,.sjsm p{display: block; line-height: 24px; color:#777;}

.sjsm{
	background-color:#f5f5f5;
    width:50%;
    padding: 30px 3.5%;
	float:left;
	min-height: 360px;
}


#works_ctrl{position:fixed; bottom:300px; left:20px; z-index:10; width:60px; text-align:center; -webkit-animation:grightIn 0.8s 1.5s both; -moz-animation:grightIn 0.8s 1.5s both; animation:grightIn 0.8s 1.5s both;}
#works_ctrl a{display:block; width:52px; height:50px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);}
#works_ctrl .works_prev{background:#fff url(../images/works_arr.png) no-repeat 0 0; border-radius:4px 4px 0 0;}
#works_ctrl .works_prev:hover{background:#ff6900 url(../images/works_arr.png) no-repeat -52px 0;}
#works_ctrl .works_next{background:#fff url(../images/works_arr.png) no-repeat -52px -50px; border-radius:0 0 4px 4px;}
#works_ctrl .works_next:hover{background:#ff6900 url(../images/works_arr.png) no-repeat 0 -50px;}
.works_more{background:#fff; color:#333; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; text-align:center; line-height:50px;}
.works_more:hover{background:#ff6900; color:#fff;}


.xmbjcon .links {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin:30px 0 0 0;
}

.xmbjcon .links b {
    border-radius: 50%;
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90);
    -moz-transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90);
    display: -webkit-box;
}

.xmbjcon .links b {
    width: 48px;
    height: 48px;
    border: 1px solid #666;
    background: #fff;
}
.xmbjcon i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.xmbjcon .links i {
    background: url(../images/icon_link.png) no-repeat center center;
}

.xmbjcon a:hover b{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}




.main_wrap{ padding:50px 3.5%;}
.main_wrap img{ width:100%; margin-bottom:10px;}







 /* 关于 */
 .about {
    width: 100%;
    background: url(../images/service_web.jpg) no-repeat top center;
    background-size: cover;
    display: table;
    text-align: center;
	padding:200px 0; margin-bottom:10px;
}
 .fzlc {
    width: 100%;
    background: url(../images/1-1f206191332948.jpg) no-repeat top center;
    background-size: cover;
    display: table;
    text-align: center;
	padding:200px 0;
}

.about article {
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.about article h2 {
    
    margin: 0;
    font-size: 36px;
}

.about article h3{ font-size:16px;}

.aboutcona{ padding:50px 3.5%; margin-top:10px; background:#fff;}
.about_wz{ text-align:center;}
.about_wz h2{ font-size:36px; color:#333;}
.about_wz h3{ font-size:18px; color:#333;}


.about_wz .line,.wsmxzwm .line,.kfqtfb .line{ display:block; width:40px; height:4px; background:#333;}
.about_sj{ width:80%; margin:50px auto 0 auto;}
.about_sj .stats1-info{ width:23%; float:left; border:solid 1px #ddd; padding:1.5%; text-align: center; margin:1%;} 
.about_sj .stats1-info:hover{ border-color:#ff6900;}
.about_sj .stats1-info h2{ font-size:50px; color:#333;} 
.about_sj .stats1-info:hover h2{ color:#ff6900;}
.about_sj .stats1-info p{ font-size:14px; color:#999;}
.about_sj .stats1-info:hover p{ color:#333;}


.wsmxzwm{ width:89%; margin:0 auto; padding:50px 0; text-align:center;}
.about-t{ font-size:36px; color:#333;}

.tbcon{ width:69%; margin:0 auto; padding:50px 0 0 0;}
.tbcon1{ width:25%; padding:4%; float:left;}
.tbcon1 img{ width:100%; margin-bottom:10px;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.tbcon1 img:hover{
    -webkit-transform: rotate(360deg)  /*scale(1.2, 1.2) 这是放大*/;
       -moz-transform: rotate(360deg) ;
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
.data-so-inner{width: 924px;margin:0 auto;position: relative;padding-left: 50px;}







.newban{ width:100%; padding:200px 0; background:url(../images/wallpaper5.jpg) no-repeat; color:#fff; position: relative; overflow: hidden; background-position: center auto;  background-attachment: fixed;}
.lxbanner{ width:100%; padding:200px 0; background:url(../images/home-image-1.jpg) no-repeat center top; color:#fff; position: relative; overflow: hidden; background-position: center auto;  background-attachment: fixed;}

.newban article{ width:79%; margin:0 auto;}
.newban article h2{ font-size:36px; margin:0; text-align:center;}
.newban article .line{ display:block; width:10px; height:2px; background:#fff; padding:0;}
.newban article h3{ text-align:center;}


.news{ margin-top:10px;}
.newsconn{ width:93.4%; margin:0 auto; padding:50px; background:#fff;}
.newsconn .tit-box{ text-align:center;}
.newsconn .tit-box h4{ font-size:26px; color:#333;}
.newsconn .tit-box p{ color:#999;}

.ulnewslist{ margin-top:20px;}
.ulnewslist ul li{ float: left; width:50%; padding:20px 5%;}

.ulnewslist ul li .img {
    height: 135px;
    line-height: 135px;
    overflow: hidden;
}

.ulnewslist ul li h4 {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
    color: #333;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ulnewslist ul li h4 small {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 1px solid #ff6900;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.ulnewslist ul li:hover h4 small {
                width: 40px;
            }
.ulnewslist ul li:hover h4{ color:#ff6900;}
.ulnewslist ul li p {
         
                line-height: 22px;
                color: #666;
				display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ulnewslist ul li span.data {
    font-size: 16px;
    font-family: "Helvetica Neue', Helvetica, Arial,sans-serif";
    padding-top: 30px;
    display: block;
}



.news_info h1{ font-size:26px; color:#000;}
.subtitle{ border-bottom:solid 1px #eee; padding-bottom:20px; margin-bottom:20px;}

.ifoncon article p{ padding-bottom:20px;}

.pages{ text-align:center; padding:50px 0; border-top:solid 1px #eee; margin-top:20px;}
.pages a {
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: "Helvetica Neue', Helvetica, Arial,sans-serif";
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}



.pages .pageactive {width: 36px;
    height: 36px;
    background: #f5f5f5;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
   
}

.pages .slh{ width:36px; height:36px; text-align:center; line-height:36px;}


.yy-icon {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/yy-icon.png);
    line-height: 28px;
	position: relative;
    top: 3px;
}
.yy-pp {
    width: 11px;
    height: 18px;
    background-position: -124px -656px;
}

.pages .pageactive {
    background: #333;
    color: #fff;
}

.yy-rotate, .yy-rotatem:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pages a:hover{ background:#333;}


.s26{ font-size:26px; color:#333; padding-bottom:10px;}
.Cooperationright ul li label{ width:100%; max-width:100%; margin-bottom:10px; font-weight:normal; font-size:14px;}
.Cooperationright ul li label input{ width:100%; padding:10px; border:solid 1px #ddd;}
.Cooperationright dl dd label{ font-weight:normal; font-size:13px; color:#333; padding:0 10px; width:33.33333%;}
.Cooperationright dl dd label input{ margin-right:5px;}

#dosubmit{ width:100%; padding:10px 0; background:#000; color:#999; transition: none ease-out .3s; border-radius:3px;}
#dosubmit:hover{ color:#fff; background:#ff6900;}




/* APP开发 */

#dowebok .section1{ background:url(../images/bg_1.jpg) no-repeat center top; width:100%; background-size:cover;}
#dowebok .section2{ background-color: rgb(242, 104, 76);}
#dowebok .section3{ background-color: rgb(84, 160, 213);}
#dowebok .section4{ background-color: rgb(62, 198, 174);}
#dowebok .section5{ background-color: rgb(255, 179, 41);}

#dowebok .section7{ background:url(../images/js1.jpg) no-repeat center top; width:100%; background-size:cover;}
#dowebok .section8{ background:url(../images/js2.jpg) no-repeat center top; width:100%; background-size:cover;}
#dowebok .section9{ background:url(../images/js7.jpg) no-repeat center top; width:100%; background-size:cover;}
#dowebok .section10{ background:url(../images/acb1.jpg) no-repeat center top; width:100%; background-size:cover;}
#dowebok .section11{ background:url(../images/fabg5.jpg) no-repeat center top; width:100%; background-size:cover;}


.wan{ position: absolute; width: 587px; height: 108px; background: url(../images/page1_3.png) no-repeat center;}
#dowebok .section6{ background:url(../images/bg_3.jpg) no-repeat center top; width:100%; background-size:cover;}



.qyjscon{ width:79%; margin:0 auto; position:relative; height:100%;}
.txat{ width:50%; padding:0 10%; float:left; color:#fff;}
.txat1{ position:absolute; top:35%;}
.txat3{ position: absolute; top:35%; right:5%; color:#000;}
.txat1 h2,.txat3 h2{ font-size:46px; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}
.txat1 .line{ display:block; width:40px; height:4px; background:#fff; margin:30px 0;}
.txat3 .line{ display:block; width:40px; height:4px; background:#000; margin:30px 0;}
.txat1 h3,.txat3 h3{ font-size:24px; padding-top:30px;opacity:0;transition: all 2s;}
.txat1 p,.txat3 p{ font-size:13px; padding-top:30px;opacity:0;transition: all 3s;}
.txat1 a{ display:block; color:#333; background:#fff; text-align:center; height:35px; line-height:35px; width:100px; margin-top:50px; padding-top:30px;opacity:0;transition: all 3s;}
.txat3 a{ display:block; color:#fff; background:#333; text-align:center; height:35px; line-height:35px; width:100px; margin-top:50px; padding-top:30px;opacity:0;transition: all 3s;}
.txat2 .dypimg1{ position: absolute; z-index:1; right:20%; top:30%; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}
.txat2 .dypimg2{ position: absolute; z-index:2; right:0; top:50%; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 2s;}

.txat4 .dypimg3{ position: absolute; z-index:2; left:5%; top:22%; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 2s;}
.txat4 .dypimg4{ position: absolute; z-index:2; left:0; top:28%; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 2s;}


.section1 .app_txt h2{ font-size:60px; font-weight:bold; text-align:center; color:#724009; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s; padding:200px 0 0 0;}
.section1 .app_txt p{ text-align:center; color:#724009; font-size:16px; opacity:0;transition: all 1s; padding-top:30px;}
.section1 .app_txt .app_bg1{ background:url(../images/page1_1.png) no-repeat; width:613px; height:170px; position:absolute; left:50%; margin-left:-306.5px; bottom:0%; opacity: 0; transition: all 1s;}
.section1 .app_txt .app_bg2{ background:url(../images/page1_2.png) no-repeat; width:888px; height:453px; position:absolute; left:50%; margin-left:-444px; bottom:20%; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}

.section2 .app_txt2 .app_bg3{ background:url(../images/type01.png) no-repeat; width:424px; height:400px; position: absolute; top:50%; left:30%; margin-top:-200px; margin-left:-127px; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}
.rithwz{ position:absolute; top:30%; left:70%; width:500px; margin-left:-350px;}
.rithwz h2{ font-size:36px; color:#fff;opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}
.rithwz h4{padding-top:60px; opacity:0;transition: all 1s; color:#fff;}
.rithwz p{ padding-top:60px; opacity:0;transition: all 1s; text-align:justify; color:#fff; font-size:14px;}
.rithwz .line{ display:block; width:40px; height:4px; background:#fff; margin:30px 0;}

.section3 .app_txt2 .app_bg3{ background:url(../images/type02.png) no-repeat; width:510px; height:455px; position: absolute; top:50%; left:30%; margin-top:-240px; margin-left:-227px; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}



.section4 .app_txt2 .app_bg4{ background:url(../images/cyapp.jpg) no-repeat; width:566px; height:590px; position: absolute; top:50%; left:30%; margin-top:-240px; margin-left:-227px; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}

.section5 .app_txt2 .app_bg5{ background:url(../images/jrapp.jpg) no-repeat; width:566px; height:590px; position: absolute; top:50%; left:30%; margin-top:-240px; margin-left:-227px; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s;}


.section6 .app_txt h2{ font-size:60px; font-weight:bold; text-align:center; color:#fff; opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s; padding:200px 0 0 0;}
.section6 .app_txt p{ text-align:center; color:#fff; font-size:16px; opacity:0;transition: all 1s; padding-top:30px;}


.xqtx{ width:500px; margin:0 auto;opacity: 0; -webkit-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); transition: all 1s; }
.xqtx li{ margin-bottom:10px; color:#fff;}
.xqtx li input{ background:url(../images/ly-bg.png) repeat-x; height:50px; line-height:50px; width:100%; padding-left:10px;}
.xqtx li textarea{ background:url(../images/ly-bg.png) repeat; height:120px; line-height:24px; width:100%; padding:10px; border:0;}
.tjxq{ width:500px; margin:0 auto;}
.tjxq input{ width:100%; height:50px; line-height:50px; text-align:center; background:#009efe; border-radius:5px; font-size:16px; color:#fff; cursor:pointer;padding-top:60px; opacity:0;transition: all 1s;}

.tjxq:hover input{ opacity:.8;}
	
/* CSS3动画及过度效果 */
.active .app_txt h2,.active .app_txt2 .rithwz h2,.active .app_txt2 .app_bg3,.active .app_txt2 .app_bg4,.active .app_txt2 .app_bg5,.active .xqtx,.active .txat1 h2,.active .txat3 h2,.active .txat2 .dypimg1,.active .txat2 .dypimg2,.active .txat4 .dypimg3,.active .txat4 .dypimg4{ opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.3s;}
.active .app_txt p,.active .app_txt2 .rithwz p,.active .app_txt2 .rithwz h4,.active .tjxq input,.active .txat1 h3,.active .txat3 h3,.active .txat1 p,.active .txat3 p,.active .txat1 a,.active .txat3 a{ opacity: 1; transition-duration: 1s; transition-delay: 0.8s; padding-top:0;}
.active .app_txt .app_bg1{bottom:10%; transition-delay: 0.5s; opacity: 1;}
.active .app_txt .app_bg2{bottom:20%; transition-delay: 0.8s; opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1);}








.kebak{ background:#fff;}
.kfimg{ width:60%; margin:50px auto 0 auto;}
.kfimg img{ width:100%;}


.aboutcona .about-t,.aboutcona .about-t2,.aboutcona .tit{ text-align:center;}



/* 历程 */
.history-wrap .tit-box {
    text-align: center;
	padding-top:30px;
}
.history-wrap .tit-box h4 {
    font-size:36px;
    line-height: 50px;
    color: #333;
}
.history-wrap .tit-box .st {
    font-size: 16px;
    line-height: 20px;
    color: #777;
}
.history-wrap .cent-wrap {
    width: 89.2%;
    margin: 42px auto 0;
    position: relative;
    padding-bottom: 100px;
}
.history-wrap .cent-wrap ul {
    position: relative;
    z-index: 2;
	width:100%;
}
.history-wrap .cent-wrap li {
    margin-top: 98px;
    position: relative;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
	width:100%; float:left; display:block;
}
.history-wrap .cent-wrap li .img {
    display: block;
    width: 10.8%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 8px;
}
.history-wrap .cent-wrap li:nth-child(odd) .img {
    float: left;
}
.history-wrap .cent-wrap li:nth-child(even) .img {
    float: right;
}
.history-wrap .cent-wrap li .img img {
    width: 100%;
    height: auto;
}
.history-wrap .cent-wrap li .cont-box {
    width: 29%;
}
.history-wrap .cent-wrap li:nth-child(odd) .cont-box {
    float: left;
    margin-left: 6.8%;
    text-align: right;
}
.history-wrap .cent-wrap li:nth-child(even) .cont-box {
    float: right;
    margin-right: 9.7%;
    width: 26%;
    text-align: left;
}
.history-wrap .cent-wrap li .year {
    font-size: 40px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    font-family: "Arial";
}
.history-wrap .cent-wrap li .word {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #777;
}
.history-wrap .cent-wrap li .point {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    text-align: center;
    border-radius: 50%;
    top: 14px;
}
.history-wrap .cent-wrap li .point i {
    display: none;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    vertical-align: top;
    background-color: #000;
    border-radius: 50%;
}
.history-wrap .cent-wrap li.show .point i {
    display: inline-block;
}
.history-wrap .cent-wrap li.show {
    opacity: 1;
}

.history-wrap .cent-line-box {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}
.history-wrap .cent-line-box .line {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc; margin:0;
}
.history-wrap .cent-line-box .point-t {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    margin-left: -8px;
    position: absolute;
    top: 0;
}




.ulist li{ width:23%; float:left; margin-right:2%;box-shadow: 0 0 3px 2px rgba(135, 135, 135, 0.15);}
.ulist li h2{ height:80px; line-height:80px; text-align:center; background:#999; color:#fff; margin:0;}
.ulist li .listcon{ padding:30px 0;}
.ulist li .listcon p{ height:40px; line-height:40px; border-bottom:dashed 1px #eee; margin:0;}
.ulist li .listcon p:last-child{ border:0;}
.ulist li a{ display:block; width:140px; height:40px; text-align:center; margin:0 auto; line-height:40px; background:#c5c5c5; color:#fff; margin-bottom:30px;}
.ulist li:hover h2,.ulist li:hover a{ background:#ff6900; color:#fff;}




.jjfalist li{ width:25%; text-align:center; margin-bottom:30px; float:left;}
.uuali li{ float:left; text-align:center; width:23%; margin:0 2% 2% 0;}
.uuali li a{ display:block;background:#f5f5f5; padding:10px 0; border-radius:5px;}
.uuali li a:hover,.uuali li a.cture{ display:block; background:#ff6900; color:#fff;}
 
 
 
.fy_nt{ padding: 50px 3.5%; border-top:solid 1px #eee;}
.fy_nt a{ display:block; float:left; width:50%;}
.fy_nt a:hover{ color:#ff6900;}


.new_2018news h2{ width:93.4%; padding:30px 50px 0 50px; margin:0 auto;}
.new_2018news .newsconn{ padding-top:20px;}
.new_2018news .newsconn li{ width:40%; float:left; height:40px; line-height:40px; border-bottom:dashed 1px #ddd; margin-right:5%; position:relative;}
.new_2018news .newsconn li a span{ float:right; color:#999;}
.new_2018news .newsconn li:before{ content:""; position:absolute; width:6px; height:6px; border-radius:50%; background:#ddd; left:0; top:50%; margin-top:-3px;}
.new_2018news .newsconn li a{ display:block; padding-left:15px; color:#333;}
.new_2018news .newsconn li a:hover,.new_2018news  .newsconn li a:hover span{ color:#ff6900;}
.new_2018news .newsconn li:hover:before{ content:""; background:#ff6900;}


.main-wrap .APPlist{ margin-top:2%;}
.main-wrap .APPlist li{ width:20%; margin:0; text-align:center;transition: all 0.3s ease-out 0s; float:left;}
.main-wrap .APPlist li img{ width:120px; height:120px; max-width:100%; margin:0 auto;-webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;}
.main-wrap .APPlist li p{ padding:15px 0;}
.main-wrap .APPlist li:hover img{  -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);}

.main-wrap .APPlist li .wx img{ border-radius:50%; border:solid 5px rgba(0,0,0,.1);}
.main-wrap .APPlist li:hover p{ color:#ff6900;}
@media (max-width: 1140px){


	.main-wrap .list-wrap li{ width:48%; margin:0 2% 2% 0;}
	.main-wrap .list-wrap li:nth-child(3n){ margin-right:2%;}
	.main-wrap .list-wrap li:nth-child(2n){ margin-right:0;}
}
@media (max-width: 1024px){

.xmbj{
	background-color: #fff;
    width:100%;
    padding: 50px 3.5%;
	float:left;}
	#header_top .logo{ left:15px;}
	.main-wrap .list-wrap li{ width:48%; margin:0 2% 2% 0;}
	.main-wrap .list-wrap li:nth-child(3n){ margin-right:2%;}
	.main-wrap .list-wrap li:nth-child(2n){ margin-right:0;}
}


@media screen and ( max-width: 960px ) {
	
	.main-wrap .list-wrap li{ width:48%; margin:0 2% 2% 0;}
	.main-wrap .list-wrap li:nth-child(3n){ margin-right:2%;}
	.main-wrap .list-wrap li:nth-child(2n){ margin-right:0;}
}

@media (max-width: 768px){
	.main-wrap .list-wrap li {
		width: 45%;
		margin-right: 5%;
	}
	.main-wrap .list-wrap li:nth-child(2n){ margin-right:0;}
	.main-wrap .list-wrap li:nth-child(3n) { margin-right: 5%;}
	
	.xmbj{
	background-color: #fff;
    width:100%;
    padding: 50px 3.5%;
	float:left;}
	.js_news{ width:93.4%; margin:0 auto; padding:50px 0;}

.sjsm{
	background-color:#f5f5f5;
    width:100%;
    padding: 50px 3.5%;
	float:left;
}
	.about article h2 {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
	}
	.about article h3{ font-size:16px;}
	.about_sj .stats1-info{ width:48%;}
	.tbcon1{ width:46%; float:left; margin:2%;}
	.container .s-nav li{ margin:0; padding:0 10px 10px 10px;}
	.ulnewslist ul li{ float: left; width:100%; padding:20px 5%;}
	#header_top .logo h1{ font-size:15px;}

}

@media (max-width: 480px){
	.main-wrap .list-wrap li {
		width: 100%;
		margin-right: 0;
	}
	.xmbj{
	background-color: #fff;
    width:100%;
    padding: 50px 3.5%;
	float:left; min-height:300px
}
	.container .s-nav li{ margin:0; padding:0 10px 10px 10px; float:left; margin-bottom:15px; display:inline; overflow:hidden;}

.sjsm{
	background-color:#f5f5f5;
    width:100%;
    padding: 50px 3.5%;
	float:left;min-height:300px
}

	.about article h2 {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
	}
	.about article h3{ font-size:14px;}
	.about_sj .stats1-info{ width:98%;}
	.tbcon1{ width:80%; margin:0 auto;}
	.ulnewslist ul li{ float: left; width:100%; padding:20px 5%;}
	#header_top{ height:70px;}
	#header_top .logo{ left:10px; width:130px;}
	.m-btn{ width:40px; height:40px;}
	.m-btn i{ margin-top:12px;}
	#header_top .logo a{ width:120px;}
	.box-hover-modal{ height:auto; background:#f5f5f5; margin-bottom:20px;}
	.box-hover-modal-con .t3{padding: 0 20px 35px 20px;}
	.box-hover-modal-con .t3 p{ margin:0; display:inline-block; padding:5px; color:#666;}
	#header_top .logo h1{ display:none;}
	.course_nr2 li{ width:100%; }
	.main-wrap .list-wrap{ margin-top:20px;}
	.newsconn{ padding:0;}
	.container .s-nav li{ display:inline-block; float:none;}
	.ulnewslist ul li{ border:solid 1px #ddd; margin-bottom:20px;}
	.ulnewslist ul li .img{ width:100%;}
	.ulnewslist ul li .img img{ width:100%;}
	#page-content #flexslider-nav.small{ margin-top:80px;}
	.main-wrap .APPlist li{ width:32%; margin:0 2% 2% 0;}
	.main-wrap .APPlist li:nth-child(3n){ margin-right:0;}
	.main-wrap .APPlist li:nth-child(10){ display:none;}
}







@media screen and (max-width: 480px) {
	
		#flexslider-nav.small ul li .text h1{ font-size:24px; margin:0;}
		#page-content #flexslider-nav ul li .text{ padding:50px; top:26%;}
		#flexslider-nav.small ul li .text p{ font-size:14px;}
		.main_wrap img{ max-width:100%!important; height:auto!important;}
		.fy_nt{ padding-top:20px;}
		.main_wrap{ padding-bottom:20px;}
		.list-wrap .img-box p{ display:none;}
	}



/* 手机版样式 */
@media screen and (min-width:320px){
	.con-tit .h4{ padding:0 10px; line-height:24px;}
	.js_news .newslist { width:100%; float:left; margin:5% auto;}
	.newslist ul li span{ display:none;}
	.fot_botcon span{ display:block; float:none;}
	.ftcontL{ float:none; width:10.
	.
	
	.0%;}
	.ftcontR{ float:none; width:30%;}
	.seravlist ul li {width:100%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	.fuwu_threebox div.btn1 span {left:160px;top:130px;}
	.fuwu_threebox div.btn1 em   {left:120px;top:130px;}
	.fuwu_threebox div.btn2 span {left:160px;top:180px;}
	.fuwu_threebox div.btn2 em   {left:120px;top:180px;}
	.fuwu_threebox div.btn3 span {left:160px;top:230px;}
	.fuwu_threebox div.btn3 em   {left:120px;top:230px;}
	.fuwu_threebox div.btn4 span {left:160px;top:280px;}
	.fuwu_threebox div.btn4 em   {left:120px;top:280px;background: #185ac9;}
	.fuwu_threebox div.btn5 span {left:160px;top:330px;}
	.fuwu_threebox div.btn5 em   {left:120px;top:330px;}
	.fuwu_threebox div.btn6 span {left:160px;top:380px;}
	.fuwu_threebox div.btn6 em   {left:120px;top:380px;background: #185ac9;}
	.fuwu_threebox div.btn7 span {left:160px;top:430px;}
	.fuwu_threebox div.btn7 em   {left:120px;top:430px;background: #185ac9;}
	.fuwu_threebox div.btn8 span {left:160px;top:480px;}
	.fuwu_threebox div.btn8 em   {left:120px;top:480px;}
	.fuwu_threebox div.btn9 span {left:160px;top:530px;}
	.fuwu_threebox div.btn9 em   {left:120px;top:530px;background: #185ac9;}
	.fuwu_threebox div.btn10 span{left:160px;top:580px;}
	.fuwu_threebox div.btn10 em  {left:120px;top:580px;}
	.fuwu_threebox { background:none;}
	.ulnewslist ul li{ float: left; width:100%; padding:20px 5%;}
	.Cooperationright dl dd label{ width:100%; max-width:100%;}
	.data-so-inner{width: 300px;}
	.ju-exp p{ padding-bottom:5px;}
	.data-so .so-ul li dl dd .ju-exp{ padding-top:15px;}
	.g_serv{ display:none;}
	.footlist li{ width:100%;}
	.ulist li{ width:100%; margin-bottom:3%;}
	.jjfalist li{ width:100%;}
	.job-pic .td,.job-list h4{ font-size:14px;}
	.job-pic .td.s4{ width:18%;}
	.dlcpon dl{ width:100%;}
	
}
@media screen and (min-width:480px) {
	.js_news .newslist { width: 100%; float:left; margin:5% 0%;}
	.newslist ul li span{ display:block;}
	.fot_botcon span.fl{ float:left; display:block;}
	.fot_botcon span.fr{ display:block; float:right;}
	.ftcontL{ float:left; width:100%;}
	.ftcontR{ float:right; width:40%;}
	.seravlist ul li {width:100%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	.fuwu_threebox div.btn1 span {left:240px;top:130px;}
	.fuwu_threebox div.btn1 em   {left:200px;top:130px;}
	.fuwu_threebox div.btn2 span {left:240px;top:180px;}
	.fuwu_threebox div.btn2 em   {left:200px;top:180px;}
	.fuwu_threebox div.btn3 span {left:240px;top:230px;}
	.fuwu_threebox div.btn3 em   {left:200px;top:230px;}
	.fuwu_threebox div.btn4 span {left:240px;top:280px;}
	.fuwu_threebox div.btn4 em   {left:200px;top:280px;background: #185ac9;}
	.fuwu_threebox div.btn5 span {left:240px;top:330px;}
	.fuwu_threebox div.btn5 em   {left:200px;top:330px;}
	.fuwu_threebox div.btn6 span {left:240px;top:380px;}
	.fuwu_threebox div.btn6 em   {left:200px;top:380px;background: #185ac9;}
	.fuwu_threebox div.btn7 span {left:240px;top:430px;}
	.fuwu_threebox div.btn7 em   {left:200px;top:430px;background: #185ac9;}
	.fuwu_threebox div.btn8 span {left:240px;top:480px;}
	.fuwu_threebox div.btn8 em   {left:200px;top:480px;}
	.fuwu_threebox div.btn9 span {left:240px;top:530px;}
	.fuwu_threebox div.btn9 em   {left:200px;top:530px;background: #185ac9;}
	.fuwu_threebox div.btn10 span{left:240px;top:580px;}
	.fuwu_threebox div.btn10 em  {left:200px;top:580px;}
	.fuwu_threebox { background:none;}
	
	.con-tit{ padding:0 20px;}
	.data-so-inner{width: 300px;}
	.ulnewslist ul li{ float: left; width:100%; padding:20px 5%;}
	.Cooperationright dl dd label{ width:100%; max-width:100%;}
	.Cooperationright dl dd label{ width:49%; max-width:49%;}
	.ju-exp p{ padding-bottom:5px;}
	.data-so .so-ul li dl dd .ju-exp{ padding-top:15px;}
	.g_serv{ display:none;}
	.footlist li{ width:100%;}
	.ulist li{ width:100%; margin-bottom:3%;}
	
	.jjfalist li{ width:50%;}
	.job-pic .td,.job-list h4{ font-size:14px;}
	.job-pic .td.s4{ width:18%;}
	.dlcpon dl{ width:100%;}
}

@media screen and (min-width:640px) {
	.js_news .newslist { width: 100%; float:left; margin:5% 0%;}
	.newslist ul li span{ display:block;}
	.fot_botcon span.fl{ float:left; display:block;}
	.fot_botcon span.fr{ display:block; float:right;}
	.ftcontL{ float:left; width:70%;}
	.ftcontR{ float:right; width:30%;}
	.seravlist ul li {width:100%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	.fuwu_threebox div.btn1 span {left:420px;top:140px;}
	.fuwu_threebox div.btn1 em   {left:380px;top:140px;}
	.fuwu_threebox div.btn2 span {left:220px;top: 190px;}
	.fuwu_threebox div.btn2 em   {left: 240px; top: 164px;}
	.fuwu_threebox div.btn3 span {left:60px;top: 180px;}
	.fuwu_threebox div.btn3 em   {left:80px;top: 145px;}
	.fuwu_threebox div.btn4 span {left:60px;top: 365px;}
	.fuwu_threebox div.btn4 em   {left:80px;top:335px;background: #185ac9;}
	.fuwu_threebox div.btn5 span {left:250px;top:340px;}
	.fuwu_threebox div.btn5 em   {left:250px;top:315px;}
	.fuwu_threebox div.btn6 span {left:380px;top: 320px;}
	.fuwu_threebox div.btn6 em   {left:400px;top: 292px;background: #185ac9;}
	.fuwu_threebox div.btn7 span {left:550px;top:320px;}
	.fuwu_threebox div.btn7 em   {left:570px; top: 290px;background: #185ac9;}
	.fuwu_threebox div.btn8 span {left:590px;top: 510px;}
	.fuwu_threebox div.btn8 em   {left:590px;top: 482px;}
	.fuwu_threebox div.btn9 span {left:400px;top: 500px;}
	.fuwu_threebox div.btn9 em   {left:400px;top:470px;background: #185ac9;}
	.fuwu_threebox div.btn10 span{left:320px;top:575px;}
	.fuwu_threebox div.btn10 em  {left:350px;top:545px;}
	.fuwu_threebox {
    margin: 50px auto;
    background-image: url(../images/a28.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    max-width: 1200px;
	}
	.data-so-inner{width: 300px;}
	.ulnewslist ul li{ float: left; width:100%; padding:20px 5%;}
	.Cooperationright dl dd label{ width:33.3333%; max-width:33.3333%;}
	.ju-exp p{ padding-bottom:0px;}
	 .data-so .so-ul li dl dd .ju-exp{ padding-top:5px;}
	 .g_serv{ display:none;}
	 .footlist li{ width:50%;}
	 .ulist li{ width:48%; margin-bottom:3%;}
	 .ulist li:nth-child(2n){ margin-right:0; float:right;}
	 .course_nr2 li{ width:46%;}
	 .jjfalist li{ width:50%;}
	 .job-pic .td,.job-list h4{ font-size:14px;}
	 .job-pic .td.s4{ width:18%;}
	 .dlcpon dl{ width:100%;}
	 
}


@media screen and (min-width:768px) {
	
	.js_news .newslist { width: 100%; float:left; margin:5% 0%;}
	.newslist ul li span{ display:block;}
	.fot_botcon span.fl{ float:left; display:block;}
	.fot_botcon span.fr{ display:block; float:right;}
	.ftcontL{ float:left; width:70%;}
	.ftcontR{ float:right; width:30%;}
	.seravlist ul li {width:100%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	.fuwu_threebox div.btn1 span {left:560px;top:140px;}
	.fuwu_threebox div.btn1 em   {left:525px;top:140px;}
	.fuwu_threebox div.btn2 span {left:280px;top: 180px;}
	.fuwu_threebox div.btn2 em   {left:300px;top: 148px;}
	.fuwu_threebox div.btn3 span {left:60px;top: 180px;}
	.fuwu_threebox div.btn3 em   {left:80px;top: 145px;}
	.fuwu_threebox div.btn4 span {left:60px;top: 360px;}
	.fuwu_threebox div.btn4 em   {left:80px;top:328px;background: #185ac9;}
	.fuwu_threebox div.btn5 span {left:390px;top: 350px;}
	.fuwu_threebox div.btn5 em   {left:390px;top:312px;}
	.fuwu_threebox div.btn6 span {left:650px;top: 320px;}
	.fuwu_threebox div.btn6 em   {left:670px;top: 290px;background: #185ac9;}
	.fuwu_threebox div.btn7 span {left:830px;top: 330px;}
	.fuwu_threebox div.btn7 em   {left:850px;top:294px;background: #185ac9;}
	.fuwu_threebox div.btn8 span {left:850px;top: 510px;}
	.fuwu_threebox div.btn8 em   {left:850px;top: 480px;}
	.fuwu_threebox div.btn9 span {left:700px;top: 510px;}
	.fuwu_threebox div.btn9 em   {left:700px;top: 482px;background: #185ac9;}
	.fuwu_threebox div.btn10 span{left:490px;top:495px;}
	.fuwu_threebox div.btn10 em  {left:510px;top: 466px;}
	.fuwu_threebox {
    margin: 50px auto;
    background-image: url(../images/a28.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    max-width: 1200px;
	}
	.data-so-inner{width: 500px;}
	.ulnewslist ul li{ float: left; width:100%; padding:20px 5%;}
	.Cooperationright dl dd label{ width:49%; max-width:49%;}
	.ju-exp p{ padding-bottom:0px;}
	 .data-so .so-ul li dl dd .ju-exp{ padding-top:5px;}
	 .g_serv{ display:none;}
	 .footlist li{ width:50%;}
	 .ulist li{ width:48%; margin-bottom:3%;}
	 .ulist li:nth-child(2n){ margin-right:0; float:right;}
	 .course_nr2 li{ width:46%;}
	 .jjfalist li{ width:50%;}
	 .job-pic .td,.job-list h4{ font-size:18px;}
	 .job-pic .td.s4{ width:10%;}
	 .dlcpon dl{ width:48%;}
}

@media screen and (min-width:992px) {
	.news-left,.news-right,.pro-left,.pro-right{width:50%;}
	.news-left{padding-right:4px;}
    .news-right{padding-left:4px;}
	.pro-left{padding-right:35px;}
	.pro-right{padding-left:35px;}
	.js_news .newslist { width: 31.33333333%; float:left; margin:2.5% 1%;}
	.newslist ul li span{ display:none;}
	.fot_botcon span.fl{ float:left; display:block;}
	.fot_botcon span.fr{ display:block; float:right;}
	.ftcontL{ float:left; width:80%;}
	.ftcontR{ float:right; width:20%;}
	.seravlist ul li {width:50%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	 .data-so-inner{width: 700px;}
	 .ulnewslist ul li{ float: left; width:50%; padding:20px 5%;}
	 .Cooperationright dl dd label{ width:49%; max-width:49%;}
	 .ju-exp p{ padding-bottom:0px;}
	 .data-so .so-ul li dl dd .ju-exp{ padding-top:5px;}
	 .g_serv{ display:block;}
	 .footlist li{ width:50%;}
	 .ulist li{ width:48%;}
	 .course_nr2 li{ width:23%;}
	 .jjfalist li{ width:33.333333%;}
	 .job-pic .td,.job-list h4{ font-size:18px;}
	 .job-pic .td.s4{ width:10%;}
	.dlcpon dl{ width:48%;}
}


@media screen and (min-width:1024px) {
	.js_news .newslist { width: 31.33333333%; float:left; margin:2.5% 1%;}
	.newslist ul li span{ display:none;}
	.fot_botcon span.fl{ float:left; display:block;}
	.fot_botcon span.fr{ display:block; float:right;}
	.ftcontL{ float:left; width:80%;}
	.ftcontR{ float:right; width:20%;}
	.seravlist ul li {width:50%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	.fuwu_threebox div.btn1 span {left:560px;top:140px;}
	.fuwu_threebox div.btn1 em   {left:525px;top:140px;}
	.fuwu_threebox div.btn2 span {left:280px;top: 180px;}
	.fuwu_threebox div.btn2 em   {left:300px;top: 148px;}
	.fuwu_threebox div.btn3 span {left:60px;top: 180px;}
	.fuwu_threebox div.btn3 em   {left:80px;top: 145px;}
	.fuwu_threebox div.btn4 span {left:60px;top: 360px;}
	.fuwu_threebox div.btn4 em   {left:80px;top:328px;background: #185ac9;}
	.fuwu_threebox div.btn5 span {left:390px;top: 350px;}
	.fuwu_threebox div.btn5 em   {left:390px;top:312px;}
	.fuwu_threebox div.btn6 span {left:650px;top: 320px;}
	.fuwu_threebox div.btn6 em   {left:670px;top: 290px;background: #185ac9;}
	.fuwu_threebox div.btn7 span {left:830px;top: 330px;}
	.fuwu_threebox div.btn7 em   {left:850px;top:294px;background: #185ac9;}
	.fuwu_threebox div.btn8 span {left:850px;top: 510px;}
	.fuwu_threebox div.btn8 em   {left:850px;top: 480px;}
	.fuwu_threebox div.btn9 span {left:700px;top: 510px;}
	.fuwu_threebox div.btn9 em   {left:700px;top: 482px;background: #185ac9;}
	.fuwu_threebox div.btn10 span{left:490px;top:495px;}
	.fuwu_threebox div.btn10 em  {left:510px;top: 466px;}
	.fuwu_threebox {
    margin: 50px auto;
    background-image: url(../images/a28.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    max-width: 1200px;
}
	.data-so-inner{width: 924px;margin:0 auto;position: relative;padding-left: 50px;}
	.ulnewslist ul li{ float: left; width:50%; padding:20px 5%;}

	.Cooperationright dl dd label{ width:49%; max-width:49%;}
	.ju-exp p{ padding-bottom:0px;}
	.data-so .so-ul li dl dd .ju-exp{ padding-top:5px;}
	.g_serv{ display:block;}
	.footlist li{ width:50%;}
	 .ulist li{ width:48%;}
	 .course_nr2 li{ width:23%;}
	  .jjfalist li{ width:25%;}
	  .job-pic .td,.job-list h4{ font-size:18px;}
	  .job-pic .td.s4{ width:10%;}
	  .dlcpon dl{ width:48%;}
	
}



@media screen and (min-width:1200px) {
	.js_news .newslist { width: 31.33333333%; float:left; margin:2.5% 2% 2.5% 0;}
	.newslist ul li span{ display:none;}
	.fot_botcon span.fl{ float:left; display:block;}
	.fot_botcon span.fr{ display:block; float:right;}
	.ftcontL{ float:left; width:90%;}
	.ftcontR{ float:right; width:10%;}
	.seravlist ul li {width:50%; height:auto; min-height:100px; float:left; padding:10px 40px 10px 0;}
	.seravlist ul li div {width:auto; padding:10px 0 0 100px;}
	.fuwu_threebox div.btn1 span {left:580px;top:140px;}
	.fuwu_threebox div.btn1 em   {left:600px;top:110px;}
	.fuwu_threebox div.btn2 span {left:380px;top: 190px;}
	.fuwu_threebox div.btn2 em   {left:400px;top: 160px;}
	.fuwu_threebox div.btn3 span {left:60px;top: 360px;}
	.fuwu_threebox div.btn3 em   {left:80px;top: 328px;}
	.fuwu_threebox div.btn4 span {left:380px;top: 350px;}
	.fuwu_threebox div.btn4 em   {left:400px;top:320px;background: #185ac9;}
	.fuwu_threebox div.btn5 span {left:770px;top: 320px;}
	.fuwu_threebox div.btn5 em   {left:770px;top: 290px;}
	.fuwu_threebox div.btn6 span {left:990px;top: 330px;}
	.fuwu_threebox div.btn6 em   {left:1009px;top: 294px;background: #185ac9;}
	.fuwu_threebox div.btn7 span {left:980px;top: 520px;}
	.fuwu_threebox div.btn7 em   {left:1000px;top:485px;background: #185ac9;}
	.fuwu_threebox div.btn8 span {left:800px;top: 510px;}
	.fuwu_threebox div.btn8 em   {left:800px;top:480px;}
	.fuwu_threebox div.btn9 span {left:560px;top:500px;}
	.fuwu_threebox div.btn9 em   {left:560px;top: 470px;background: #185ac9;}
	.fuwu_threebox div.btn10 span{left:517px;top:632px;}
	.fuwu_threebox div.btn10 em  {left:534px;top:602px;}
	.fuwu_threebox {
    margin: 50px auto;
    background-image: url(../images/a28.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    max-width: 1200px;
	}
	.data-so-inner{width: 924px;margin:0 auto;position: relative;padding-left: 50px;}
	.ulnewslist ul li{ float: left; width:50%; padding:20px 5%;}
	.Cooperationright dl dd label{ width:49%; max-width:49%;}
	.ju-exp p{ padding-bottom:0px;}
	.data-so .so-ul li dl dd .ju-exp{ padding-top:5px;}
	.g_serv{ display:block;}
	.ulist li{ width:23.444444%;     margin-bottom: 0%;}
	.ulist li:nth-child(2n){ margin-right:2%; float:left;}
	.ulist li:last-child{ margin-right:0;}
	.course_nr2 li{ width:23%;}
	.jjfalist li{ width:25%;}
	.job-pic .td,.job-list h4{ font-size:18px;}
	.job-pic .td.s4{ width:10%;}
	.dlcpon dl{ width:48%;}
	
}

@media screen and (min-width:1360px) {
	
	.newslist ul li span{ display:block;}
	
}
@media screen and (min-width:1440px) {
	
	.newslist ul li span{ display:block;}
	
}
@media screen and (min-width:1560px) {
	
	.newslist ul li span{ display:block;}
	
}
@media screen and (min-width:1600px) {
	
	.newslist ul li span{ display:block;}
	
}



.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor: pointer;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor: pointer;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide_style_left {
    text-align: left !important;
}
.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.slide-text > a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide_style_center {
    text-align: center !important;
}

.control-round .carousel-control{ text-align:center;}


#wave{
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
	bottom: 0;
	z-index: 999;
}
#wave *{position: relative;z-index: 999;}
div.type {
	width: 100%;
	background-color: #eff3fb;
	/*padding-bottom: 20px;*/
}




.new_sear_con .tile{ 
	height:215px;
	padding: 45px 0 0;
    position: relative;
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.new_sear_con .tile h2{ text-align:center;}

.new_sear_con .tile:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);}
.new_sear_con .tile:first-child {
    border-left: none;
}

.new_sear_con .tile .iconimg{ width:50px; height:50px; margin:0 auto;position: relative;
    top: 0;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;}
	
.new_sear_con .tile .iconimg img{ max-width:100%;}

.new_sear_con .tile:hover .iconimg{ top:-10px;}
.new_sear_con .tile:hover h2{ color:#ff6900;}




.gy{ max-width:90%; margin:40px auto;}
.gy ul li{ width:23.5%; float:left; margin-right:2%; background-color: rgba(255,255,255,.2); text-align:center; padding-bottom:28px; position:relative; min-height:170px;}
.gy ul li:last-child{ margin-right:0;}
.gy ul li a{width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    /*height: 100%;*/
    display: block;
    color: #fff;}
.gy ul li img{
	
	width: 44px;
    height: 43px;
    display: block;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 25px;
}

/*.gy ul li:hover{ background-color:rgba(205,105,0,1);}*/

.fot-box-hover{
	
	transition: all 0.3s ease-out 0s;/* background:#3ca7fc;*/ padding:0 8%;  background:#ff6900;
    position: absolute;
    width:100%;
	height:0;
    top:0;
    left:0px;
    opacity: 0; z-index:-1;
}
.gy ul li:hover .fot-box-hover{ opacity:1;top:0; height:100%;}

@media (max-width: 860px){
	
	.gy ul li{ width:49%; margin-right:2%; margin-bottom:2%;}
	.gy ul li:nth-child(2n){ margin-right:0;}
	.gy ul li:nth-child(3),.gy ul li:nth-child(4){ margin-bottom:0;}
	
		
}



.ny-foot{ padding:0;}
.ny-foot .gy{ margin:40px auto 20px auto;}

.about{ padding:0;}
.about .casebanner{ background:none;}

@media (max-width: 480px){
	
	.clients ul li{ width:49%; float:left; margin:0 2% 2% 0; border:solid 1px #ddd;}
	.clients ul li:nth-child(2n){ margin-right:0;}
		
}

