body {
	font-family:'microsoft yahei';
}
.one_row {
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.two_row {
	text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
}
.body-wrap {
	background-color:#eaeaea;
	padding-bottom:60px;
}
.banner_ul {
	position:relative;
}
.haed_nav {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100px;
	z-index:9999;
	line-height:100px;
	transition:all 0.6s;
}
.header_nav {
	width:90%;
	margin:0 auto;
}
.right_nav_box .nav_list {
	float:left;
	
	font-size:14px;
}
.right_nav_box .ico_list {
	float:left;
	height:100px;
	display:flex;
	align-items:center;
}
.nav_phone_num {
	font-size:22px;
	color:#fff;
	margin-left:3px;
	
}
.nav_phone_img {
	margin-top:37px;
	background:url(../image/nav_phone.png) no-repeat center;
	transition:all 0.6s;
}
.right_nav_box {
	float:right;
}
.haed_nav .nav_list>dl dd {
	float:left;
	color:#fff;
	font-size:16px;
	padding:0 15px;
}
.haed_nav .nav_list>dl dd>a {
	color:#fff;
	height:70px;
	display:inline-block;
	position:relative;
	font-size:16px;
}
.haed_nav .nav_list>dl dd>a.cative-show:after {
	content:'';
	width:100%;
	bottom:0;
	position:absolute;
	display:block;
	height:1px;
	background:#fff;
}
.haed_nav .nav_list>dl dd>a:hover:after {
	width:100%;
}
.haed_nav .nav_list>dl dd>a:after {
	content:'';
	bottom:0;
	position:absolute;
	display:block;
	width:0;
	height:1px;
	background:#fff;
	transition:all .4s;
}
.ico_list .same_nav_a {
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align:middle;
	margin:0 10px;
}
.labour_dd {
	position:relative;
}
.labour_dd>a {
	display:block;
	float:left;
}
.header_nav dl .line {
	display:block;
	width:1px;
	height:14px;
	background:rgba(255,255,255,0.5);
	float:right;
	margin-top:43px;
}
.haed_nav .ico_list .qq {
	background:url(../image/QQ.png) no-repeat center;
	transition:all 0.4s;
}
.haed_nav .ico_list .weixin {
	background:url(../image/wechat.png) no-repeat center;
	transition:all 0.4s;
}
.haed_nav .ico_list .weibo {
	background:url(../image/sina.png) no-repeat center;
	transition:all 0.4s;
}
.haed_nav .ico_list .qq:hover {
	background:url(../image/bai_man.png) no-repeat center;
	transform:rotateX(360deg);
}
.haed_nav .ico_list .weixin:hover {
	background:url(../image/bai_wechat.png) no-repeat center;
	transform:rotateX(360deg);
}
.haed_nav .ico_list .weibo:hover {
	transform:rotateX(360deg);
}
.logo {
	display:inline-block;
}
.logo div {
	color:#ccc;
	font-size:15px;
	
	line-height:110px;
	margin-left:5px;
}
.logo img {
	display:inline-block;
	width:300px;
}
.logo .logo_two {
	display:none;
}
/* 平板和小屏的导航 */
.m-nav-box>.lines_box {
	width:42px;
	display:inline-block;
	line-height:10px;
}
.m-nav-box>.lines_box>.line {
	height:2px;
	background-color:#000!important;
	display:inline-block;
}
.m-nav-box>.lines_box>.line1 {
	width:60%;
}
.m-nav-box>.lines_box>.line2 {
	width:80%;
}
.m-nav-box>.lines_box>.line3 {
	width:90%;
}
.m-nav-box {
	display:none;
}
/* 当鼠标下滑是导航的样式 */
.nav_change_style {
	background:rgba(255,255,255,1);
}
.nav_change_style .nav_list>dl dd {
	color:#333;
    position: relative;
}
.nav_change_style .nav_list>dl dd>a {
	color:#333;
}
.nav_change_style .nav_list>dl dd>a.cative-show:after {
	background:#333;
}
.nav_change_style .nav_list>dl dd>a:hover:after {
	background:#333;
}
.nav_change_style .nav_list>dl dd>a:after {
	background:#333;
}
.nav_change_style .nav_list>dl .li{
    background: #4d317c;
    border-top: 2px solid #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
        left: -10px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
    opacity: 0;
	visibility: hidden;
    margin: 0 10px;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.nav_change_style .nav_list>dl .li a{
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    font-family: 微软雅黑, microsoft yahei;
    border-top: 0.5px solid #eee;
    display: block;
}
.nav_change_style .nav_list>dl .li a:hover {
	color: #4d317c;
	background: #fff;
}
.nav_change_style .nav_list>dl dd:hover .li{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_change_style dl .line {
	background:rgba(33,33,33,0.5);
}
.nav_change_style .ico_list .qq {
	background:url(../image/QQ_block.png) no-repeat center;
	transition:all 0.4s;
}
.nav_change_style .ico_list .weixin {
	background:url(../image/wechat_block.png) no-repeat center;
	transition:all 0.4s;
}
.nav_change_style .ico_list .weibo {
	background:url(../image/sina_block.png) no-repeat center;
	transition:all 0.4s;
}
.nav_change_style .ico_list .qq:hover {
	background:url(../image/hei_man.png) no-repeat center;
	transform:rotateX(360deg);
}
.nav_change_style .ico_list .weixin:hover {
	background:url(../image/hei_wechat.png) no-repeat center;
	transform:rotateX(360deg);
}
.nav_change_style .ico_list .weibo:hover {
	transform:rotateX(360deg);
}
.nav_change_style .ico_list .nav_phone_img {
	margin-top:40px;
	background:url(../image/nav_phone_block.png) no-repeat center;
}
.nav_change_style .ico_list .nav_phone_num {
	color:#333;
}
.i-ban li .word {
	font-size:36px;
}
.i-ban li .word .eng_text {
	font-size:18px;
}
.i-ban .btns {
	bottom:10%;
}
.i-ban .btns span {
	width:100px;
}
.i-ban .down-arrow-box {
	bottom:50px;
	left:50%;
	margin-left:-26px;
	position:absolute;
	z-index:99;
}
.i-ban .down-arrow {
	width:52px;
	height:52px;
	border:1px solid rgba(255,255,255,0.25);
	border-radius:100%;
	position:relative;
}
.i-ban .down-arrow-nei {
	width:30px;
	height:30px;
	border:1px solid #fff;
	border-radius:100%;
	margin:10px;
}
.i-ban .down-arrow-nei .carousel-scroll-btn-icon {
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-16px;
	display:block;
	width:32px;
	height:32px;
	background:url(../image/i-ban-arrow-down.png) no-repeat center center;
	cursor:pointer;
	animation:scroll 1.5s infinite ease-in-out;
	opacity:1;
	filter:alpha(opacity=100);
}
.arrow {
	display:inline-block;
	width:29px;
	height:8px;
	background:url(../image/arrow.png);
	margin-left:8%;
	transition:all 0.6s;
}
.i-ban .btns span {
	width:150px;
}
.word {
	
	font-size:48px;
}
.i-fir-wrap .left-wrap .cent-cont {
	position:static;
	padding-left:8%;
	padding-top:88px;
}
.mgtop {
	margin-top:80px;
}
.mginb-16 {
	margin-bottom:30px;
}
.i-column-wrap.black .stit a {
	font-size:36px;
	
}
.i-column-wrap.black .line {
	background-color:#000;
}
.i-column-wrap .line {
	width:20px;
	height:3px;
}
.i-column-wrap.black .mtit {
	
	font-size:22px;
	color:#333333;
}
.i-column-wrap .black .mtit a {
	
	font-size:22px;
	color:#333333;
}
.i-column-wrap .font {
	font-size:14px;
	color:#555555;
	line-height:28px;
	margin-top:12px;
}
.i-column-wrap .font>a {
	font-size:14px;
	color:#555555;
	line-height:28px;
}
.i-fir-wrap .left-wrap .link-box {
	margin-top:72px;
}
.i-sec-wrap .right-cont .link-box {
	margin-top:76px;
}
.i-fir-wrap .left-wrap .link-box a {
	display:inline-block;
	line-height:28px;
	height:28px;
	font-size:14px;
	margin-bottom:14px;
	border:1px solid #828282;
	padding:0 12px;
	border-radius:18px;
	margin-right:20px;
	color:#666666;
	transition:all 0.3s ease 0s;
	float:left;
}
.i-fir-wrap .left-wrap .link-box a:hover {
	color:#fff;
	background-color:#4e4e4e;
}
.i-column-wrap.white .stit a {
	font-size:36px;
	
}
.i-column-wrap.white .line {
	width:20px;
	height:3px;
	background-color:#fff;
}
.i-column-wrap.white .font {
	opacity:0.9;
}
.i-column-wrap.white .font>a {
	font-size:14px;
	color:#fff;
}
.i-sec-wrap .right-cont .link-box a {
	font-size:14px;
	line-height:28px;
	height:28px;
}
.i-column-wrap .mtit {
	
	font-size:22px;
	line-height:36px;
}
.case-wrap {
	background-color:#fff;
	width:100%;
}
.case-wrap .mginb-16 {
    margin-bottom: 2px;
}
.ntit-box {
	text-align: center;
}
.ntit-box img{
	width: 100px;
	margin-right: 10px;
	margin-top:-10px
}
.ntit-box .intr{
	font-size:40px;
	font-weight: bold;
}
.i-thi-wrap .tit-box h4 {
	
	font-size:40px;
	color:#333333
}
.i-thi-wrap .tit-box .intr {
    font-family: '黑体';
    font-size: 32px;
    color: #333333;
    margin-top: 20px;
}
.tit-box {
	float:left;
	width:50%;
}
.i-thi-wrap .nav-box {
	float:right;
	width:50%;
	margin-top:0;
}
.i-thi-wrap .nav-box .left-link .type-link {
	
	background:none;
	line-height:40px;
	padding-left:30px;
	margin-left:50px;
	color:#999999;
	transition:border-bottom 0.6s ease-in;
	border-bottom:1px solid transparent;
}
.i-thi-wrap .nav-box .left-link .type-link:hover {
	background:none !important;
	border-bottom:1px solid #333;
	color:#333;
	opacity:1;
	
	display:block;
}
.i-thi-wrap .nav-box .left-link a h2 {
	line-height:40px;
	
}
.i-thi-wrap .case_box {
	width:100%;
}
.i-thi-wrap .nav-box .left-link a.all {
	
	width:auto;
	color:#999999;
	border-bottom:1px solid #333;
	color:#333;
	opacity:1;
}
.i-thi-wrap .list-wrap ul {
	width:100%;
}
.i-thi-wrap .list-wrap li {
	width:calc(100% / 3 - 2px);
	margin:1px;
}
.casemagtop {
	padding-top:60px;
}
.i-wrap .up-graybox .case-caption {
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	top:30%;
	color:#fff;
}
.write-line {
	width:15px;
	height:3px;
	background-color:#fff;
	margin:10px auto;
}
.case-item-title {
	font-size:28px;
	font-family:'微软雅黑';
}
.case-item-move {
	
	font-size:16px;
	color:#fff;
}
.lade_move {
	display:inline-block;
	height:50px;
	width:177px;
	background-color:#f7f7f7;
	text-align:center;
	line-height:50px;
	float:left;
	margin:0 30px;
	border-radius:25px;
	transition:all 0.6s;
}
.lade_move:hover {
	background-color:rgb(247,247,247);
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);
}
.move-icon {
	display:inline-block;
	width:13px;
	height:13px;
	background:url(../images/ico_09.png) no-repeat center;
	vertical-align:middle;
}
.pages-move {
	font-family:arial;
	font-size:14px;
	color:#333333;
	margin-left:8px;
}
.service_box{
    width: 100%;
}
.service_box li{
    background-color: #fff;
    width: 100%;
    padding: 60px 80px;
    margin-bottom: 30px;
}
.service_box li .fuwu35{
    width: 35%;
}
.service_box li .fuwu50{
    width: 55%;
}
.service_box li:nth-child(2n+1) .fuwu35,.service_box li:nth-child(2n) .fuwu50{
    float: left;
}
.service_box li:nth-child(2n) .fuwu35,.service_box li:nth-child(2n+1) .fuwu50{
    float: right;
}
.service_box li .fuwu35 .p1{
    font-size: 18px;
    margin-top: 20px;
    color: #4d317c;
}
.service_box li .fuwu35 .p2{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    font-family: 微软雅黑, microsoft yahei, helvetica neue, Helvetica, Tahoma, sans-serif;
}
.service_box li .fuwu35 .p3{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.service_box .tag  a{
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 17px;
    color: #666;
    width: calc(100% / 2 - 10px);
    height: 45px;
    line-height: 45px;
    border: 1px solid #b4b4b4;
}
.service_box .tag  a:nth-child(2n){
    margin-right: 0;
}
.service_box li .fuwu50 img{
    width: 100%;
}
/* box-shadow:0 0 5px 5px #ccc;
	*/
.btn_box {
	width:337px;
	height:50px;
	margin:0 auto;
}
.about-ban .top-tit h4 {
	
	font-size:40px;
	color:#fff;
	line-height:60px;
}
.about-ban .top-tit .date {
	font-size:16px;
	color:#fff;
	
	line-height:30px;
	margin-top:0;
}
.about-ban .top-tit .tit {
	
	font-size:16px;
	line-height:30px;
	margin-top:35px;
	font-weight:bold;
    width: 50%;
}
.about-ban .top-tit .tit-intro {
	font-size:16px;
	line-height:30px;
	width:50%;
	margin-top:20px;
}
.about-ban .num-top {
	width:45%;
	top:16%;
}
.about-ban .num-top li {
	padding-left:0rem;
	margin-left:0rem;
	text-align:center;
	box-sizing:border-box;
	padding-bottom:30px;
}
.about-ban .num-top li:nth-of-type(1) {
	width:50%;
	text-align:left;
	/* border-right:1px solid #6d7680;
	*/
}
.about-ban .num-top li:nth-of-type(2) {
	width:50%;
	text-align:center;
}
.about-ban .num-top .num {
	font-size:60px;
	line-height:90px;
	font-family:arial;
	padding-top:30px;
}
.about-ban .num-top ul:nth-child(1) li:nth-child(2) .num {
	font-size:24px;
	font-weight:bold;
}
.about-ban .num-top .num>.num-active {
	font-size:90px;
	line-height:90px;
	
}
.about-ban .num-top .en-tt {
	font-size:16px;
	opacity:1;
	line-height:30px;
	
}
.about-ban .num-top .line {
	height:124%;
	opacity:1;
	background-color:#fff;
	opacity:.45;
	filter:alpha(opacity=45)
}
.about-ban .cent-cont {
	margin-top:50px;
	padding-top:0px;
}
.about-ban .cent-cont .list-cont {
	width:50%;
}
.about-ban .cont-wrap {
	top:60px;
}
.about-ban .list-cont li {
	width:50%;
	box-sizing:border-box;
	background:none;
	height:200px;
}
.about-ban .list-cont li:nth-of-type(2) {
	border:none;
}
.about-ban .list-cont .num {
	font-size:60px;
	line-height:90px;
	font-family:arial;
	padding-top:40px;
}
.about-ban .list-cont .num>.num-active {
	font-size:90px;
	line-height:90px;
	
}
.about-ban .list-cont .en-tt {
	font-size:16px;
	opacity:1;
	line-height:30px;
	
}
.about-ban .cent-cont .map-sign {
	width:40%;
	margin-top:71px;
	margin-right:-83px
}
.bgimg {
	display:block;
}
.new-center {
	width:100%;
	background-color:#eaeaea;
	margin-top:-1px;
}
.newmagtop {
	padding-top:100px;
	padding-bottom:100px;
}
.new-box {
	background-color:#eaeaea;
}
.i-thi-wrap .list-wrap .new-box>li {
    background-color: #fff;
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
    padding: 20px;
    transition: all 0.6s;
}
.i-thi-wrap .list-wrap .new-box>li:hover {
	box-shadow:0 0 5px 6px #ccc;
}
.i-thi-wrap .list-wrap .new-box>li:nth-child(2n){
	margin-right:0;
}
.i-thi-wrap .list-wrap .new-box>li a {
	color:#333;
}
.i-thi-wrap .list-wrap .new-box>li a>.pic {
	width: 240px;
    padding-top: 160px;
	float: left;
    overflow: hidden;
    position: relative;
}

.i-thi-wrap .list-wrap .new-box>li a>.pic>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.i-thi-wrap .list-wrap .new-box>li a>.text1{
	width: calc(100% - 260px);
	float: right;
}
.i-thi-wrap .list-wrap .new-box>li a h2 {
	
	color:#4d317c;
	font-size:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
}
.i-thi-wrap .list-wrap .new-box>li a .data {
	
	font-size:14px;
	color:#222222;
	margin-top:8px;
}
.i-thi-wrap .list-wrap .new-box>li a .new-indro {
	
	font-size:14px;
	color:#666666;
	margin-top:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	height:3em;
}
.i-thi-wrap .list-wrap .new-box>li a .link-point {
	font-family:arial;
	font-size:14px;
	color:#111820;
	font-weight:600;
	margin-top:15px;
	display:block;
}
.dianliang{
	text-align: center;
	background-color: #fff;
	padding: 80px 0;
}
.dianliang .tt1{
	font-size: 60px;
	font-weight: bold;
	color: #4d317c;
}
.dianliang p{
	font-size: 32px;
	margin: 5px 0;
}
/* 合作伙伴 */
.cooperation {
	padding-top:75px;
	padding-bottom:75px;
    background-color: #fff;
}
.cooperation-left {
	width:41%;
}
.cooperation-right {
	width:50.5%
}
.cooperation-title {
	
	font-size:40px;
	color:#333333;
}
.cooperation-huoban {
	
	font-size:16px;
	color:#333333;
	line-height:30px;
}
.cooperation-intro {
	font-size:14px;
	color:#333333;
	margin-top:40px;
}
.cooperation-right>img {
	width:100%;
	border:0;
	vertical-align:middle;
}
.body-wrap {
	padding-bottom:0px;
    margin-top: 100px;
}
.index_item {
	padding-bottom:60px;
    display: none;
}
.index-about{
    padding:60px 0;
    background-color: #fff;
}
.index-about .t1{
    font-size: 26px;
    text-align: center;
    padding-bottom: 10px;
}
.index-about .about-ban .data-ul{
    margin: 30px 10% 50px 10%;
}
.index-about .about-ban li {
    border-right: 2px solid #ABABAB;
}
.index-about .about-ban li:last-child {
    border-right: none;
}
.index-about .about-ban .img{
	color: #4d317c;
	font-size: 52px;
	font-weight: bold;
	text-align: center;
}
.index-about .about-ban .img img{
    max-width: 100%;
}
.index-about .about-ban .num-active-box>span {
    font-weight: bold;
}
.index-about .about-ban .num-active-box:after {
    color: #4d317c!important;
}
.index-about .fuwuneirong {
    background-color: #4d317c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 70px 0 100px 0;
}
.index-about .fuwuneirong .t1{
    font-size: 60px;
	padding-bottom: 0;
}
.index-about .fuwuneirong .t2{
    font-size: 42px;
}
.index-about .fuwuneirong .img{
    background-color: #4d317c;
	margin-top: 30px;
}
.index-about .fuwuneirong .img img{
   width: 100%;
}
.jieshao{
	background-color: #4d317c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 70px 0 100px 0;
}
.jieshao p{
	font-size: 60px;
}
.jieshao .img{
	margin: 30px 0;
}
.jieshao .img img{
    width: 400px;
    max-width: 100%;
}
.partner_ul>li {
	width:22%;
	margin:20px 1.5%;
	text-align:center;
}
.partner_ul>li img {
	cursor:pointer;
	filter:grayscale(100%);
	transition:all 0.6s;
	width:100%;
	height:auto;
}
.partner_ul>li:hover img {
	filter:grayscale(0%);
}
/* 	底部样式 */
footer {
	width:100%;
	background-color:#111820;
}
.company-intro {
	/* height:266px;
	*/
	box-sizing:border-box;
	padding-bottom:40px;
}
.one-row {
	padding-top:60px;
}
.input-box {
	width:30%;
	position:relative;
}
.company-info {
	width:60%;
}
.erweima {
	width:82px;
}
.erweima>img {
	width:100%;
}
.phone-num {
	
	font-size:30px;
	color:#5c6166;
	display:block;
	margin-top:-7px;
	margin-left:18px;
}
.phone-box {
	width:45px;
	height:45px;
	display:block;
	vertical-align:middle;
}
.phone-box>img {
	width:100%;
}
.company-phone {
	margin-left:22%;
	padding-top:20px;
}
.company-logo {
	/* padding-top:20px;
	*/
}
.company-logo img {
	display:inline-block;
}
.nav-ul>li>a {
	font-size:16px;
	color:#5c6166;
}
.nav-ul>li>a:hover {
	font-size:16px;
	color:#fff;
}
.nav-ul>li {
	width:10%;
	border-left:1px solid #5c6166;
	text-align:center;
	height:18px;
	line-height:18px;
}
.nav-ul>li:last-child {
	border-right:1px solid #5c6166;
}
.nav-ul-box {
	margin-top:40px;
}
.foot-bottom {
	width:100%;
	text-align:center;
	padding:15px 0;
}
.foot-bottom {
	font-size:14px;
	color:#5c6166;
}
.banquan {
	position:relative;
	transition:all 0.3s linear;
}
.foot-bottom .banquan:hover {
	color:#fff;
	opacity:0.8;
}
/* .banquan:after {
	content:'';
	width:2px;
	height:14px;
	background-color:#293037;
	position:absolute;
	right:-17px;
	top:3px;
}
*/
.addre {
	margin-left:30px;
}
.abso-input {
	position:absolute;
	width:500px;
	height:380px;
	left:0;
	top:-70px;
	box-sizing:border-box;
	background-color:#1d242b;
}
.form {
	padding:0 40px;
	padding-top:30px;
}
.form>input {
	width:100%;
	border:none;
	height:50px;
	box-sizing:border-box;
	border-bottom:1px solid #5c6166;
	background-color:#1d242b;
	color:#fff;
	font-size:14px;
}
.form>.msg {
	width:100%;
	border:none;
	resize:none;
	background-color:#1d242b;
	color:#fff;
	font-size:14px;
	margin-top:10px;
	height:50px;
	box-sizing:border-box;
	border-bottom:1px solid #5c6166;
	padding-top:10px;
}
.tijiao-btn {
	width:200px;
	height:55px;
	background:rgba(70,76,81,0.7);
	color:#fff;
	
	font-size:16px;
	text-align:center;
	line-height:55px;
	margin-top:20px;
	transition:all 0.4s;
	cursor:pointer;
}
.baojia_submit {
	width:100%;
	height:55px;
	background:rgba(70,76,81,0.7);
	color:#fff;
	
	font-size:16px;
	text-align:center;
	line-height:55px;
	margin-top:20px;
	transition:all 0.4s;
	cursor:pointer;
	border:none;
}
.reset {
	background:rgba(70,76,81,0.7);
	color:#fff;
	
}
.tijiao-btn:hover {
	background:rgba(255,255,255,0.8);
	color:#333;
}
.baojia_submit:hover {
	background:rgba(255,255,255,0.8);
	color:#333;
}
.reset:hover {
	background:rgba(255,255,255,0.8);
	color:#333;
}
.form>input::placeholder {
	color:#5c6166;
	font-size:14px;
	font-family:arial;
}
.form>.msg::placeholder {
	color:#5c6166;
	font-size:14px;
	font-family:arial;
}
.bottom_line {
	width:100%;
	height:1px;
	background-color:#293037;
}
.company_info_box {
	margin-top:60px;
}
.compang_two_code {
	width:100px;
	text-align:center;
}
.company_name {
	color:#5c6166;
	font-size:14px;
	line-height:28px;
	margin-top:10px;
}
.icon_img_box {
	width:24px;
	height:24px;
}
.company_info_text {
	display:inline-block;
	
	font-size:16px;
	line-height:32px;
	color:#fff;
	margin-left:10px;
}
.adress_img {
	background:url(../image/foot_address.png) no-repeat center;
	margin-top:1px;
}
.plane_img {
	background:url(../image/phone_icon.png) no-repeat center;
}
.phone_img {
	background:url(../image/foot_phone.png) no-repeat center;
}
.email_img {
	background:url(../image/foot_email.png) no-repeat center;
}
.compang_info_left>div {
	margin-bottom:15px;
}
.footer_title {
	color:#fff;
	font-size:22px;
	text-align:center;
	cursor:pointer;
}
.footer_title2 {
	color:#d68c43;
	font-size:16px;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
}
.footer_baomi {
	color:#fff;
	opacity:0.7;
	font-size:14px;
	cursor:pointer;
	margin-top:8px;
}
.weibuwenan{
	background-color: #fff;
	padding: 80px 0;
	text-align: center;
}
.weibuwenan .tt1{
	font-size: 42px;
}
.weibuwenan .tt2{
	font-size: 60px;
	font-weight: bold;
	color: #4d317c;
}
.weibuwenan .tt3{
	font-size: 42px;
	letter-spacing: 10px;
}
.guanyu{
	background-color: #fff;
}
.aboutbt{
	background-color: #eee;
	color: #4d317c;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	margin: 50px 0; 
}
.aboutbt .abouttitle1{
	font-size: 48px;
	letter-spacing: 5px;
}
.aboutbt .abouttitle2{
	height: 3px;
	width: 220px;
	background-color: #4d317c;
	margin: 0 auto;
}
.aboutbt .abouttitle3{
	font-size: 20px;
}
.aboutbt2{
	background-color: #4d317c;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	margin: 50px 0; 
}
.aboutbt2 .abouttitle1{
	font-size: 48px;
	letter-spacing: 5px;
}
.aboutbt2 .abouttitle2{
	height: 3px;
	width: 220px;
	background-color: #fff;
	margin: 0 auto;
}
.aboutbt2 .abouttitle3{
	font-size: 20px;
}
.tuandui li{
	width: 31%;
	margin-right: 3.5%;
}
.tuandui li:nth-child(3n){
	margin-right: 0;
}
.tuandui .touxiang{
	width: 35%;
	float: left;
	min-width: 150px;
}
.tuandui .touxiang img{
	width: 100%;
	height: 100%;
}
.tuandui .xinxi{
	width: 62%;
	float: right;
	max-width: calc(100% - 170px);
	margin-top: -5px;
}
.tuandui .xinxi .xingming{
	font-size: 36px;
	font-weight: bold;
	color: #4d317c;
}
.tuandui .xinxi .xingming span{
	float: right;
}
.tuandui .xinxi .xingming span img{
	vertical-align: super;
}
.tuandui .xinxi .zhiwei{
	font-size: 24px;
	font-weight: bold;
	color: #4d317c;
	text-align: right;
	margin: 5px 0 15px 0;
}
.tuandui .xinxi .jianjie{
	font-size: 18px;
	text-align: justify;
}
.aabout1{
	padding: 50px 0 30px 0;
	font-weight: bold;
	text-align: center;
}
.aabout1 .p1{
	font-size: 60px;
}
.aabout1 .p2{
	font-size: 80px;
	color: #4d317c;
}
.ayoushi .img img{
	width: 100%;
}
.afangfalun .img img{
	width: 100%;
}
.w50{
    width:50%;
    margin:0 auto;
}
.w85{
    width:70%;
    margin:0 auto;
}
.w90{
    width:75%;
    margin:0 auto;
}
.w95{
    width:80%;
    margin:0 auto;
}
.ayuanze .img{
	width: 100%;
	padding: 5% 7.5%;
	margin-top: -30px;
	background-color: #4d317c;
}
.ayuanze .img img{
	width: 100%;
}
.adi{
	text-align: center;
	padding: 50px 0;
}
.adi .atd{
	border:5px solid #4d317c;
	padding: 15px 50px;
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	color: #4d317c;
	letter-spacing: 10px;
	margin-bottom: 30px;
}
.adi p{
	font-size: 32px;
}
.dingwei{
	text-align: center;
}
.dingwei li{
	width: 29.33%;
    margin: 0 2%;
	color: #4d317c;
}
.dingwei li .dingwei1{
	width: 35%;
	margin: 0 auto;
}
.dingwei li .dingwei1 img{
	width: 100%;
}
.dingwei li .dingwei2{
	font-size: 36px;
	font-weight: bold;
}
.dingwei li .dingwei3{
	font-size: 24px;
	font-weight: bold;
}
.dingwei li .dingwei4w{
	background-color: #4d317c;
	margin-top: 30px;
}
.dingwei li .dingwei4{
	color: #fff;
	padding: 10% 0;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	font-size: 24px;
	line-height: 2;
}
.dingwei li .dingwei4 span{
	font-weight: bold;
	margin-right: 5px;
}
.celue li{
	width: 33.33%;
	padding: 5px 5%;
	color: #fff;
	border-right:3px dashed #4d317c;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.celue li:nth-child(3n){
	border-right:none;
}
.celue li p{
	margin-right: 10px;
	background-color: #4d317c;
	margin: 10px 0;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}
.duijie{
	text-align: center;
	padding: 30px 0 60px 0;
}
.duijie p{
	font-size: 36px;
	color: #4d317c;
}
.duijie p.span{
	font-weight: bold;
}
.duijie ul{
	width: 80%;
	margin:  auto;
}
.duijie li{
	display: inline-block;
	background-color: #4d317c;
	color: #fff;
	font-size: 28px;
	padding: 15px 25px;
	border-radius: 10px;
	line-height: 1.25;
	font-weight: bold;
	margin: 8px;
	float: none;
}
.quanan .afangfalun{
	margin: 30px auto;
}
.quanan .baopin{
	overflow: hidden;
}
.quanan .baopin .left{
	width: 40%;
	float: left;
	color: #4d317c;
}
.quanan .baopin .left .tt1{
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}
.quanan .baopin .left .tt2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.quanan .baopin .left .tt3{
	font-size: 20px;
	text-align-last: left;
	text-align: justify;
	line-height: 2;
	margin-top: 20px;
}
.quanan .baopin .right{
	width: 53%;
	float: right;
	color: #4d317c;
	font-size: 24px;
	line-height: 2;
}
.quanan .baopin .right b{
	border-top:3px dashed #4d317c;
}
.quanan .baopin .right span{
	font-weight: bold;
	font-size: 36px;
	margin-right: 10px;
}
.quanan .baopin .right dd {
    float: left;
    margin-top: 8px;
}
.si p{
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #4d317c;
}
.si ul li{
	display: inline-block;
	float: none;
	width: 33%;
	box-sizing: border-box;
	border-right:3px dashed #4d317c;
	text-align: center;
	margin: 20px 0;
	padding: 0 3%;
	height: 260px;
	vertical-align: top;
}
.si ul li:nth-child(3n){
	border-right:none;
}
.si li .t1{
	font-size: 60px;
	font-weight: bold;
	color: #4d317c;
}
.si li .t2{
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #4d317c;
	display: inline-block;
	font-size: 24px;
	color: #fff;font-weight: bold;
}
.si li .t3{
	font-size: 18px;
	margin-top: 30px;
	text-align-last: left;
	text-align: justify;
}
.jiazhi{
	background-color: #4d317c;
	padding: 50px;
	text-align: center;
	color: #fff;
}
.jiazhi .t1{
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}
.jiazhi li{
	width: 50%;
	float: left;
}
.jiazhi .li1{
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #fff;
	font-size: 36px;
	color: #4d317c;
	font-weight: bold;
	margin:30px auto;
	width: 240px;
}
.jiazhi .li2 {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    line-height: 2;
}
.jiazhi li p span{
	line-height: 2;
	margin-right: 5px;
	font-weight: bold;
}
.adi2{
	text-align: center;
	margin: 30px 0;
}
.adi2 .atd{
	font-size: 60px;
	font-weight: bold;
	color: #4d317c;
	letter-spacing: 10px;
}
.adi2 p{
	font-size: 32px;
}






/* 关于我们样式 */
.bg-banner li {
	position:relative;
	left:0;
	top:0;
}
.header-img-box {
	width:90%;
	height:70%;
	box-sizing:border-box;
	position:absolute;
	top:30%;
	left:5%;
}
.title-intro {
	
	font-size:20px;
	color:#fff;
}
.title-intro-en {
	font-family:'pingFangSC-LIGHT';
	font-size:48px;
	color:#fff;
	opacity:0.8;
	width:40%;
	line-height:60px;
	margin-top:2%;
}
.down-line {
	width:50%;
	height:1px;
	background:rgba(255,255,255,0.4);
	margin-top:30px;
	margin-left:1.5%;
}
.arrow-box {
	margin-top:5%;
}
.down-arrow {
	width:52px;
	height:52px;
	border:1px solid #fff;
	border-radius:100%;
	position:relative;
}
@keyframes scroll {
	0% {
	top:10%;
}
15% {
	top:12%;
}
25% {
	top:15%;
}
35% {
	top:20%;
}
40% {
	top:25%;
}
50% {
	top:30%;
}
75% {
	top:35%;
}
100% {
	top:10%;
}
}@-webkit-keyframes scroll {
	0% {
	top:10%;
}
15% {
	top:12%;
}
25% {
	top:15%;
}
35% {
	top:20%;
}
40% {
	top:25%;
}
50% {
	top:30%;
}
75% {
	top:35%;
}
100% {
	top:10%;
}
}.carousel-scroll-btn-icon {
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-16px;
	display:block;
	width:32px;
	height:32px;
	background:url(../image/arrow-down.png) no-repeat center center;
	cursor:pointer;
	animation:scroll 1.5s infinite ease-in-out;
}
.advantage-main {
	margin-top:100px;
	box-sizing:border-box;
	padding:60px 80px;
	background-color:#fff;
}
.our-advantage {
	
	font-size:24px;
	color:#333333;
	line-height:48px;
}
.advantage-line {
	display:inline-block;
	width:15px;
	height:3px;
	background-color:#000;
}
.advantage-indro {
	font-size:14px;
	color:#676767;
	margin-top:12px;
	
}
.data-ul>li {
	width:25%;
}
.ico-div {
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	padding-top:52px;
}
.ico-div>img {
	display:block;
	width:100%;
	height:100%;
}
.num-active-box {
	position:relative;
	margin-left:35px;
}
.num-active-box>span {
	font-family: '微软雅黑';
	font-size:65px;
	color:#222222;
}
#num10:after {
	content:'年';
	display:block;
	font-size:32px;
	font-family:arial;
	color:#4d317c;
	position:absolute;
	right:-40px;
	top:0;
}
#num11:after {
	content:'个';
	display:block;
	font-size:32px;
	font-family:arial;
	color:#4d317c;
	position:absolute;
	right:-40px;
	top:0;
}
#num12:after {
	content:'家';
	display:block;
	font-size:32px;
	font-family:arial;
	color:#4d317c;
	position:absolute;
	right:-40px;
	top:0;
}
#num13:after {
	content:'㎡';
	display:block;
	font-size:32px;
	font-family:arial;
	color:#4d317c;
	position:absolute;
	right:-40px;
	top:0;
}
.info-num {
	margin-left:35px;
	
}
.num-pro,.num-pro-move {
	font-size:16px;
	color:#666;
}
.magbot {
	margin-bottom:30px;
}
.about-box-two {
	background-color:#fff;
}
.about-us-info-box {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.about-info-left {
	width:55%;
	padding:60px 80px;
	box-sizing:border-box;
}
.about-info-right {
	width:45%;
	height:100%;
}
.about-info-right img {
	width:100%;
	display:block;
}
.about-info-title {
	
	font-size:48px;
	color:#333333;
	line-height:60px;
}
.company-name-title {
	
	font-size:18px;
	color:#333333;
	line-height:36px;
}
.one-p {
	margin-top:20px;
	
	font-weight:600;
}
.lianxi-box {
	margin-top:60px;
}
.company-intro-txt {
	font-size:15px;
	color:#676767;
	line-height:28px;
	margin-bottom:25px;
	
}
.email-div,.qq-div {
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #ccc;
	transition:all 0.6s;
	cursor:pointer;
}
.email-div {
	background:url(../image/e-h.png) no-repeat center;
}
.qq-div {
	background:url(../image/q-h.png) no-repeat center;
	margin-left:30px;
}
.email-div:hover {
	background:url(../image/e-b.png) no-repeat center;
	background-color:#333;
}
.qq-div:hover {
	background:url(../image/q-b.png) no-repeat center;
	background-color:#333;
}
.our-serve {
	padding:60px 80px;
	box-sizing:border-box;
	background-color:#fff;
}
.our-serve-title {
	
	font-size:24px;
	color:#333333;
	line-height:48px;
}
.our-serve-intro {
	font-size:16px;
	color:#676767;
	line-height:28px;
	margin-top:20px;
}
.our-serve-img-box {
	width:100%;
	height:52px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.our-serve-img-box>img {
	display:block;
	transition:all 0.8s;
	text-align:center;
}
.our-serve-img-box:hover img {
	transform:rotateY(180deg);
}
/* 	.our-serve-img-box>img.weixin-ico-img {
	height:38px;
	width:42px;
}
.our-serve-img-box>img.shubiao-ico {
	width:41px;
}
*/
.our-serve-name {
	
	font-size:22px;
	color:#333333;
	line-height:44px;
	margin-top:10px;
}
.our-serve-item-intro {
	font-size:14px;
	color:#999999;
	margin-top:6px;
	
}
.our-serve-ul {
	margin-top:70px;
}
.our-serve-ul>li {
	width:24%;
	margin-right:9.33%;
	text-align:center;
}
.our-serve-ul>li:nth-of-type(3) {
	margin-right:0px;
}
.office-environment {
	background-color:#fff;
}
.officeleft {
	width:35%;
	box-sizing:border-box;
	padding:60px 80px;
}
.office-title {
	font-size:28px;
	color:#333333;
	
	line-height:55px;
}
.office-info {
	font-size:14px;
	line-height:28px;
	color:#333;
	margin-top:20px;
}
.office-info-en {
	font-size:14px;
	font-family:arial;
	line-height:28px;
	color:#999999;
	margin-top:15px;
	text-align:justify;
}
.officeright {
	width:65%;
	overflow:hidden;
}
.officeright>img {
	width:100%;
	display:block;
	transition:all 0.6s;
}
.about-img-one {
	width:49%;
	height:472px;
	overflow:hidden;
}
.about-img-two {
	width:49%;
	height:472px;
	overflow:hidden;
}
.about-img-one img,.about-img-two img {
	width:100%;
	display:block;
	transition:all 0.6s;
}
.about-wrap-box {
	padding-bottom:300px;
}
.tgg_about-wrap-boxnews {
	padding-bottom:0;
}
.case-wrap-box {
	background-color:#fff;
}
.about-img-one>img {
	filter:grayscale(100%);
	cursor:pointer;
}
.about-img-one>img:hover {
	filter:grayscale(0%);
}
.about-img-two>img {
	filter:grayscale(100%);
	cursor:pointer;
}
.about-img-two>img:hover {
	filter:grayscale(0%);
}
.office_envi>img {
	filter:grayscale(100%);
	cursor:pointer;
}
.office_envi>img:hover {
	filter:grayscale(0%);
}
.office_ture>img {
	filter:grayscale(100%);
	cursor:pointer;
}
.office_ture>img:hover {
	filter:grayscale(0%);
	cursor:pointer;
}
/* 	案例中心样式 */
.case-mian {
	padding-top:60px;
	padding-bottom:200px;
}
.case-nav-box {
	margin-top:35px;
}
.case-mian .nav-box {
	width:100%;
}
.case-mian .title-box h4 {
	
	font-size:24px;
	color:#333333;
	line-height:48px;
}
.case-nav-box .left-link .type-link {
	background:none;
	line-height:40px;
	padding-left:30px;
	padding-right:30px;
	display:inline-block;
	float:left;
	font-size:14px;
	cursor:pointer;
	transition:all 0.5s ease-in;
	color:#999999;
	margin-right:60px;
	
	border-bottom:1px solid transparent;
	padding-top:8px;
	padding-bottom:8px;
}
.case-nav-box .left-link .type-link.all {
	color:#333;
	border-bottom:1px solid #333;
}
.case-nav-box .left-link .type-link:hover {
	color:#333;
	border-bottom:1px solid #333;
}
.case-wrap-mat {
	margin-top:45px;
}
.case-wrap-mat ul {
	width:100%;
}
.case-wrap-mat ul li {
	width:33.3333%;
	transition:box-shadow 0.3s ease 0s;
	margin-right:0;
	margin-bottom:-1px;
}
.case_details_sty02txt_right .case-wrap-mat ul li {
	width:100%;
	transition:box-shadow 0.3s ease 0s;
	margin-right:0;
	margin-bottom:20px;
}
.case-wrap-mat ul li .img {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.case-wrap-mat ul li .img img.up-pic {
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.case-wrap-mat .up-graybox {
	z-index:3;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:all 0.4s ease 0s;
}
.case-wrap-mat ul li .img:hover img.up-pic {
	transform:scale(1.05,1.05);
	transition:transform 0.6s ease 0s;
}
.case-wrap-mat ul li .img:hover .up-graybox {
	opacity:1;
	filter:alpha(opacity=1);
}
.case-wrap-mat .bgbox {
	display:block;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
}
.case-wrap-mat .case-caption {
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	top:30%;
	color:#fff;
}
.pages-btns {
	margin:0 auto;
	text-align:center;
	padding-top:100px;
	padding-bottom:50px;
}
.pages-btns>a {
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:50%;
	border:1px solid #ccc;
	margin-right:5px;
}
.pages-btns>a.pages-active {
	background-color:#333;
	border:1px solid #555;
}
.case_title-intro {
	font-family:'pingFangSC-LIGHT';
	font-size:44px;
	color:#fff;
	line-height:80px;
}
.case_title-intro-en {
	font-size:18px;
	color:rgb(255,255,255,.5);
	width:80%;
	line-height:36px;
	margin-top:20px;
	text-transform:uppercase;
	font-family:'pingFangSC-LIGHT';
}
.case_title_blod {
	
}
/* 网站策划页面样式 */
.play-title-intro {
	
	font-size:55px;
	color:#fff;
	line-height:82px;
}
.play-title-line {
	width:40px;
	height:3px;
	background-color:#fff;
	margin-left:3px;
	margin-top:15px;
}
.play-title-intro-cn {
	font-family:'pingFangSC-LIGHT';
	font-size:24px;
	color:#fff;
	width:100%;
	line-height:48px;
	margin-top:20px;
}
.play-title-intro-tel {
	font-family:'pingFangSC-LIGHT';
	font-size:28px;
	color:#fff;
	margin-top:40px;
	margin-bottom:80px;
	width:30%;
	text-align:center;
	border-bottom:1px solid #fff;
}
.play-top-box {
	position:relative;
	width:100%;
	padding-bottom:120px;
}
.top-title-box {
	position:relative;
	background-color:#fff;
	padding:60px 80px;
	width:100%;
	z-index:1000;
	text-align:center;
	box-sizing:border-box;
	margin-top:-80px;
}
.plat-txt {
	
	font-size:30px;
	line-height:60px;
}
.top-txt-line {
	width:30px;
	height:3px;
	background-color:#333;
	margin:15px auto;
	margin-bottom:25px;
}
.play-info {
	font-size:16px;
	line-height:32px;
	color:#333333;
}
.play-main-comtent {
	margin-top:90px;
}
.play-item-box {
	background-color:#fff;
}
.play-left-box {
	width:50%;
}
.play-right-box {
	width:50%;
}
.play-left-box img,.play-right-box img {
	width:100%;
	display:block;
}
.play-right-box {
	padding:80px 100px;
	box-sizing:border-box;
}
.play-item-title {
	font-size:28px;
	line-height:54px;
	color:#333333;
}
.play-item-line {
	width:24px;
	height:3px;
	background-color:#333;
	margin-top:12px;
	margin-bottom:20px;
}
.play-item-info {
	font-size:16px;
	color:#666;
	line-height:30px;
}
.play-item-info-en {
	font-size:14px;
	line-height:28px;
	color:#666;
	margin-top:25px;
	font-family:arial;
}
.play_box {
	padding-top:60px;
	padding-bottom:230px;
}
.play_item_right>h4 {
	font-size:30px;
	line-height:60px;
	color:#333333;
}
.play_item-line {
	width:20px;
	height:3px;
	background-color:#333;
	margin-top:10px;
}
/* 小程序页面样式 */
.applet-mian {
	margin-top:100px;
}
.applet_intro {
	background-color:#fff;
}
.applet_ul_box {
	padding:100px 80px;
}
.applet_ul_box>li {
	width:18%;
	margin-right:9.333%;
}
.applet_ul_box>li:nth-of-type(4) {
	margin-right:0;
}
.applet_img_box {
	width:105px;
	height:105px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.applet_img_box>img.shezhi {
	width:99px;
	height:99px;
}
.applet_img_box>img.deng {
	width:74px;
	height:100px;
}
.applet_img_box>img.xuzhang {
	width:71px;
	height:105px;
}
.applet_img_box>img.fuwu_ico {
	width:100px;
	height:92px;
}
.technology {
	font-size:20px;
	line-height:40px;
	color:#333333;
	text-align:center;
	margin-top:10px;
}
.technology_en {
	font-size:14px;
	line-height:28px;
	color:#666666;
	text-align:center;
}
.applet_advantage {
	margin-top:30px;
}
.advantage>li {
	float:none;
}
.applet_line {
	margin:20px 0;
	background-color:#999999;
}
.cases_list_box {
	margin-top:80px;
	width:100%;
}
.case_img_box {
	width:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.case_img_box>img {
	display:block;
	width:100%;
	height:100%;
}
.case_item_info {
	width:40%;
	box-sizing:border-box;
	padding:60px 80px;
}
.case_item_text {
	
	font-size:36px;
	color:#333333;
	line-height:72px;
}
.case_item_line {
	width:27px;
	height:3px;
	background-color:#000000;
	margin-left:3px;
	margin-top:15px;
}
.case_item_info_txt {
	
	font-size:16px;
	line-height:32px;
	color:#666666;
	margin-top:20px;
}
.share_two_box {
	position:relative;
	margin-top:30px;
	transition:all 0.6s;
}
.applet_share_code>img {
	width:100%;
	height:100%;
	transition:all 0.6s;
}
.share_two_box:hover .applet_share_code {
	display:block;
}
.heng_line {
	width:100%;
	height:1px;
	background-color:#e5e5e5;
	margin-top:30px;
}
.wrap_case_box {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:50px;
}
.arrow_icon {
	font-family:arial;
	color:#b2b2b2;
	font-size:42px;
	font-weight:600;
	display:inline-block;
}
.pages_num {
	display:inline-block;
	margin:0 20px;
	margin-top:17px;
}
i,b {
	font-style:normal
}
.page {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 0;
}
.page li{
	display: inline-block;
	margin: 2px;
    float: none;
}
.page li a,.page li span {
	font-size: 14px;
	display: block;
	color: #858585;
	border: 1px solid #d1d1d1;
	padding: 7px 20px;
}
.page li a:hover,.page li.active {
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.page li.active a{
	border-color: #333;
	color: #fff;
}
.page .pageinfo{
	display: inline-block;
	font-size: 14px;
	color: #858585;
	padding: 7px 10px;
}
.pages {
	color:#333;
	font-size:24px;
	line-height:48px;
    text-align: center;
    margin-top: 65px;
    width: 100%;
    padding-bottom: 10px;
}
.xie_line {
	
	font-size:24px;
	line-height:48px;
	color:#999;
	margin:0 15px;
}
.count_num {
	color:#999;
}
.arrow_cative {
	color:#333;
}
.development_adv {
	width:100%;
	background-color:#fff;
	margin-top:30px;
	box-sizing:border-box;
	padding:50px 80px
}
.development_ul {
	margin-top:30px;
}
.development_ul>li {
	box-sizing:border-box;
	padding:30px 50px;
	width:48%;
	border:1px solid #e5e5e5;
	border-radius:4px;
	margin-top:40px;
	margin-right:4%;
	transition:all 0.4s;
}
.development_ul>li:nth-of-type(2) {
	margin-right:0;
}
.development_ul>li:nth-of-type(4) {
	margin-right:0;
}
.development_ul>li:hover {
	box-shadow:0 0 8px #ccc;
}
.development_ul>li:hover .bg_ico_box {
	background-color:#ccc;
}
.adv_info {
	width:60%;
	margin-left:10%;
}
.adv_title {
	
	font-size:24px;
	line-height:48px;
	color:#333333;
}
.adv_txt_intro {
	font-size:16px;
	line-height:32px;
	color:#999999;
}
.applet_entrance {
	width:100%;
	background-color:#fff;
}
.applet_superiority {
	box-sizing:border-box;
	padding:60px 0;
}
.applet_superiority_title {
	
	font-size:32px;
	line-height:64px;
	color:#333;
	width:100%;
	text-align:center;
}
.superiority_img_box {
	width:100%;
	overflow:hidden;
}
.superiority_img_box>img {
	width:100%;
	display:block;
	transition:all 0.6s;
}
.superiority_img_box:hover img {
	transform:scale(1.1);
}
.applet_superiority_ul {
	margin-top:40px;
}
.applet_superiority_ul>li {
	width:18%;
	margin-right:2.5%;
	background-color:#fff;
}
.applet_superiority_ul>li:nth-of-type(5) {
	margin-right:0;
}
.superiority_item_txt {
	width:80%;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	color:#333;
	margin-top:20px;
	line-height:36px;
}
.superiority_intro {
	width:90%;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#999;
	line-height:28px;
	margin-top:8px;
	margin-bottom:30px;
	height:60px;
}
.applet_img_box img {
	cursor:pointer;
	transition:all 0.6s;
}
.applet_img_box:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
/* 导航弹出层 */
.nav_model {
	width:100%;
	position:fixed;
	right:0;
	top:0;
	transition:all 0.2s ease-in 0s;
	transform:translate(50%,-50%) scale(0.4);
	opacity:0;
	border-top-right-radius:0;
	border-radius:30%;
	background: #4d317c;
}
.nav-active {
	border-radius:0;
	opacity:1;
    z-index:8888;
	transform:translateY(0) scale(1);
}
.nav_model_ul>li {
	float:none;
}
.business_line {
	width:30px;
	height:3px;
	background-color:#333;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:15px;
}
/* 所有页面做适配 */
.padding_top {
	padding-top:40px;
	display:none;
}
/* 新闻页面 */
.new-main {
	padding-top:90px;
	padding-bottom:100px;
}
.contact_main {
	background-color:#fff;
	padding:40px;
	overflow:hidden;
}
.contact_main .compang_info_left {
	color:#000;
}
.contact_main_title h4 {
	
	font-size:30px;
	line-height:60px;
}
.contact_main_title .line {
	height:1px;
	background-color:#000;
	width:50px;
}
.contact_main_body {
	margin-top:50px;
}
.contact_main_body_left>div {
	margin-bottom:25px;
	overflow:hidden;
	line-height:24px;
}
.contact_main_body_left .contact_plane_img {
	background:url(../image/phone_icon_black.png) no-repeat center;
	width:24px;
	height:24px;
	margin-right:10px;
}
.contact_main_body_left .contact_phone_img {
	background:url(../image/foot_phone_black.png) no-repeat center;
	width:24px;
	height:24px;
	margin-right:10px;
}
.contact_main_body_left .contact_email_img {
	background:url(../image/foot_email_black.png) no-repeat center;
	width:24px;
	height:24px;
	margin-right:10px;
}
.contact_main_body_left .contact_address_img {
	background:url(../image/foot_address_black.png) no-repeat center;
	width:24px;
	height:24px;
	margin-right:10px;
}
.contact_main_body_left .contact_info_text {
	color:#000;
	font-size:18px;
	
}
.contact_main_body_right .contact_main_body_right_erweima {
	margin-left:15px;
}
.contact_main_body_right .contact_main_body_right_erweima img {
	border:1px solid #f7f7f7;
	padding:5px;
	max-width:100%;
}
.contact_main_body_right .contact_main_body_right_erweima_text {
	color:#000;
	font-size:16px;
	
	text-align:center;
}
.contact_map {
	width:100%;
	margin:20px auto;
	padding: 40px;
	background-color: #fff;
}
.contact_map #container{
    width: 100%;
    height: 500px;
}
.news_title {
	
	font-size:40px;
	color:#333333;
	line-height:60px;
}
.news_intr {
	
	font-size:16px;
	line-height:30px;
	color:#333333;
	margin-top:6px;
}
.news-box {
	float:right;
	width:50%;
	margin-top:15px;
}
.news-box .type-link {
	
	background:none;
	line-height:40px;
	padding-left:30px;
	margin-left:80px;
	color:#999999;
	transition:border-bottom 0.6s ease-in;
	border-bottom:1px solid transparent;
	padding-right:30px;
	display:inline-block;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	cursor:pointer;
}
.news-box .type-link:hover {
	
	width:auto;
	border-bottom:1px solid #333;
	color:#333;
	opacity:1;
}
.news-box .all {
	
	width:auto;
	border-bottom:1px solid #333;
	color:#333;
	opacity:1;
}
.news-box .more {
	display:inline-block;
	font-size:14px;
	line-height:42px;
	color:#333;
	background:url(../image/ico_09.png) no-repeat left center;
	padding-left:22px;
	transition:all 0.3s ease 0s;
	margin-top:-6px;
}
.news-wraps {
	padding:20px 0;
}
.news-content-box li {
	width:49.5%;
	box-sizing:border-box;
	padding:20px;
	background-color:#fff;
	margin-right:1%;
	transition:all 0.6s;
	border-radius:5px;
	margin-top:1%;
}
.news-content-box li:hover {
	box-shadow:0 0 5px 6px #ccc;
}
.news-content-box li:nth-of-type(2n) {
	margin-right:0;
}
.news-content-box li .pic {
    width: 240px;
    padding-top: 160px;
	float: left;
    overflow: hidden;
    position: relative;
}
.news-content-box li .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.news-content-box li a .text1{
	width: calc(100% - 260px);
	float: right;
}
.news-content-box h2 {
	
	color:#111820;
	font-size:18px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
}
.news-content-box .data {
	font-family:arial;
	font-size:14px;
	margin-top:8px;
}
.news-content-box .new-indro {
	font-size:14px;
	color:#666666;
	margin-top:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	height: 3em;
}
.news-content-box .link-point {
	font-family:arial;
	font-size:14px;
	font-weight:600;
	margin-top:15px;
	display:block;
	color:#333;
}
.newsdetails-main {
	padding:60px 0;
	padding-bottom:200px;
}
.newsdetail_content {
	text-align:center;
	font-family:"微软雅黑";
	width:80%;
	margin:0 auto;
}
.newsdetail_content img {
	display:inline-block;
	max-width:100% !important;
	height:auto !important;
}
.newsdetails_title {
	color:#333;
	font-size:24px;
	line-height:48px;
}
.newsdetail_data {
	color:#444;
	font-size:18px;
	line-height:36px;
	margin-top:10px;
	margin-bottom:20px;
}
.newsdetails_intro {
	color:#333;
	font-size:14px;
	line-height:28px;
	text-align:left;
}
/* tab动态效果css */
@-webkit-keyframes contentSwitch {
	10% {
	-webkit-filter:blur(2px);
	-moz-filter:blur(2px);
	-o-filter:blur(2px);
	-ms-filter:blur(2px);
	filter:blur(2px);
}
40% {
	-webkit-filter:blur(1px);
	-moz-filter:blur(1px);
	-o-filter:blur(1px);
	-ms-filter:blur(1px);
	filter:blur(1px);
}
60% {
	-webkit-filter:blur(0.5px);
	-moz-filter:blur(0.5px);
	-o-filter:blur(0.5px);
	-ms-filter:blur(0.5px);
	filter:blur(0.5px);
}
80% {
	-webkit-filter:blur(0.2px);
	-moz-filter:blur(0.2px);
	-o-filter:blur(0.2px);
	-ms-filter:blur(0.2px);
	filter:blur(0.2px);
}
100 % {
	}
}
.all_item_case .section {
	display:none;
	transform:all 0.6s;
	-webkit-animation:contentSwitch .6s forwards;
	animation:contentSwitch .6s forwards;
}
.all_item_case .section:nth-of-type(1) {
	display:block;
}
.index_news_nav {
	display:none;
}
/* 小程序案例样式 */
.aui-rotate-box {
	margin-top:50px;
	width:100%;
}
.aui-rotate-content {
	width:100%;
}
.function-wrapper .function-content {
	width:100%;
}
.aui-rotate-item-fr {
	width:50%;
}
.aui-rotate-left {
	width:100%;
}
.applet_case_right {
	width:50%;
	box-sizing:border-box;
	padding:0 80px;
}
#slider-wrap {
	height:360px;
	width:640px;
}
.function-wrapper .aui-title-subtitle {
	font-size:36px;
	line-height:62px;
	
	padding:0;
	height:auto;
	color:#333;
}
.au-border-bottom {
	width:32px;
	height:3px;
	background-color:#000000;
	border-top:none;
	margin-top:15px;
	margin-bottom:25px;
}
.function-wrapper .desc {
	
	font-size:16px;
	line-height:32px;
	color:#666666;
	letter-spacing:normal;
}
.function-wrapper .aui-info .aui-text-wrapper {
	height:auto;
}
.applet_case_line {
	width:100%;
	height:1px;
	background-color:#ccc;
	margin-top:30px;
}
.pages_box {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:30px;
}
.function-wrapper .control {
	position:relative;
}
#js_function-orbit-next {
	margin-right:0px;
}
#js_function-orbit-prev {
	margin-right:0px;
}
#slider-wrap ul#slider li {
	height:360px;
	width:640px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#counter {
	left:0px;
	top:0;
	
	font-size:20px;
	line-height:40px;
	right:0;
	position:relative;
	margin-top:-4px;
	margin-left:20px;
	margin-right:20px;
}
.move_hint {
	width:100%;
	margin-top:30px;
	text-align:center;
	color:#666;
	cursor:pointer;
	font-size:16px;
	line-height:32px;
}
.case_details {
	background-color:#fff;
}
.cases_detailsn {
	padding:100px 0px;
}
.case_item_left {
	width:50%;
	float:left;
	text-align:center;
}
/* .case_item_left img {
	width:100%;
}
*/
.case_item_right {
	width:42%;
	float:right;
	box-sizing:border-box;
	padding-right:80px;
}
.case_item_details_name {
	font-size:30px;
	
	color:#333;
	line-height:60px;
}
.case_item_details_intro {
	
	font-size:16px;
	line-height:32px;
	color:#666;
	margin-top:20px;
	margin-bottom:30px;
}
.case_item_state {
	width:100%;
	padding:5px 0;
	font-size:24px;
	color:#333;
	
	line-height:48px;
	border-bottom:1px solid #ccc;
}
.state_info_data {
	margin-top:20px;
}
.data_title {
	
	font-size:18px;
	line-height:32px;
	color:#333;
	float:left;
}
.data_num {
	font-family:arial;
	font-size:16px;
	color:#666;
	line-height:28px;
	float:right;
}
.web_src {
	margin-top:40px;
}
.case_details_pages {
	text-align:center;
}
.web_src>a {
	font-size:18px;
	font-family:arial;
	color:#000;
	text-transform:uppercase;
	border:2px solid #333;
	padding:12px 18px;
	transition:all 0.4s;
}
.web_src>a:hover {
	border:2px solid transparent;
	background-color:#535961;
	color:#fff;
}
.case_details_pages {
	width:60%;
	margin:0 auto;
	margin-top:100px;
	margin-bottom:60px;
}
.return_back {
	text-transform:uppercase;
	color:#333;
	font-family:arial;
	border:2px solid #333;
	padding:12px 15px;
	font-size:18px;
	transition:all 0.4s;
	text-align:center;
}
.return_back:hover {
	border:2px solid transparent;
	background-color:#535961;
	color:#fff;
}
.layui-flow-more {
	margin:10px 0;
	padding-top:50px;
	text-align:center;
	color:#666;
	font-size:16px;
	line-height:32px;
	clear:both;
}
.log_move_btn {
	width:150px;
	margin:0 auto;
	color:#000;
	font-size:16px;
	line-height:32px;
	border:2px solid #eee;
	padding:5px 0;
	box-shadow:0 0 20px #ccc;
	cursor:pointer;
	transition:all 0.4s;
	border-radius:5px;
}
.log_move_btn:hover {
	color:#fff;
	border:2px solid transparent;
	box-shadow:0 0 20px #bbb;
	border-radius:5px;
	background-color:rgba(33,33,33,0.8);
}
.linka {
	cursor:pointer;
}
.i-thi-wrap .nav-box .left-link .type-link {
	padding-left:10px;
	padding-right:10px;
	margin-left:80px;
}
.case-nav-box .left-link .type-link {
	padding-left:10px;
	padding-right:10px;
	margin-right:80px;
}
.about-title-intro {
	font-size:48px;
	color:#fff;
	width:70%;
}
.about-title-intro-cn {
	font-size:22px;
	color:#fff;
	width:70%;
	font-family:'pingFangSC-LIGHT';
}
.about_title_line {
	width:30px;
	height:2px;
	background-color:#fff;
	margin:10px 0;
	margin-bottom:15px;
}
.webplan_lianxi {
	margin-top:40px;
	display:inline-block;
}
.text_div>a {
	text-decoration:underline;
	color:#666;
	font-size:14px;
	line-height:28px;
	transition:all 0.6s;
}
.text_div {
	margin-top:10px;
	margin-left:20px;
}
.webplan_kefu {
	background:url(../image/kefu_black.png) no-repeat center;
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #ccc;
	transition:all 0.6s;
	cursor:pointer;
}
.webplan_lianxi:hover .webplan_kefu {
	background:url(../image/kefu_white.png) no-repeat center;
	border:1px solid #000;
	background-color:rgba(00,00,00,0.7);
}
.webplan_lianxi:hover .text_div>a {
	color:#000;
}
.phone_ul {
	display:none;
}
.lines_box {
	cursor:pointer;
}
.stop_move_btn {
	background-color:#ccc;
	color:#666;
	border:none;
}
.stop_move_btn:hover {
	background-color:#ccc;
	color:#666;
	border:none
}
.text_div {
	cursor:pointer;
}
.banner_ul>li>img.phone_bg_img {
	display:none;
}
.about-title-phone-cn {
	display:none;
}
.about-ban>.bgimg2 {
	display:none;
}
.about-ban .top-tit .phone_tit-intro {
	display:none;
}
#slider li img {
	width:100%;
}
.desc img {
	width:120px;
	height:auto;
	margin-top:15px;
}
.function-wrapper .aui-info .aui-text-wrapper {
	margin-bottom:30px;
}
.Tpiaochuan {
	width:190px;
	height:440px;
	background:url(../image/piao_bg.jpg) no-repeat top center #fff;
	background-size:100%;
	position:fixed;
	right:0%;
	top:50%;
	z-index:99999;
	margin:-160px 0 0 0px;
	box-sizing:border-box;
	transition:all 0.6s;
	opacity:1;
	border-radius:5px;
}
.quxiao {
	width:15px;
	height:15px;
	background:url(../image/cha.png) no-repeat center;
	position:absolute;
	top:25px;
	right:20px;
	cursor:pointer;
	transition:all 0.6s;
	opacity:.36;
	filter:alpha(opacity=36);
}
.quxiao:hover {
	transform:scale(1.2);
}
.Tpiaochuan_main {
	padding:0 20px;
}
.Tpiaochuan_title {
	
	color:#fff;
	font-size:22px;
	font-weight:500;
	padding:10px 20px;
	border-bottom:1px solid rgb(255,255,255,.36);
}
.Tpiaochuan_title a {
	color:#fff;
	
}
.samllTpiaochuan_title {
	font-size:36px;
}
.Tpiaochuan_intro {
	margin:15px auto;
	font-size:16px;
	color:rgba(255,255,255,.6);
	background:url(../image/phone_icon.png) no-repeat left center;
	padding-left:25px;
}
.Tp_phone_num {
	margin-left:5px;
	font-size:22px;
	line-height:40px;
	height:40px;
	color:#fff;
	width:100%;
	overflow:hidden;
}
.now_consulting {
	width:103px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#333;
	
	font-size:16px;
	background-color:#fff;
	border-radius:3px;
	cursor:pointer;
}
.later_say {
	width:103px;
	height:34px;
	
	font-size:16px;
	text-align:center;
	line-height:34px;
	color:#fff;
	border:1px solid #fff;
	border-radius:3px;
	box-sizing:border-box;
	margin-left:10px;
	cursor:pointer;
	transition:all 0.4s;
}
.later_say:hover {
	background-color:rgba(255,255,255,0.9);
	color:#333;
	border:none;
}
.Tp_btn_box {
	margin-top:10px;
}
.Tpiaochuan_left {
	width:100%;
}
.Tpiaochuan_right {
	width:100%;
	text-align:center;
	padding-top:20px;
}
.Tpiaochuan_right>img {
	cursor:pointer;
	width:90%;
	height:auto;
}
.Tp_text {
	color:#000;
	font-size:16px;
	
	margin-top:5px;
}
.immediately_consult_btn {
	padding:5px 20px;
	border:1px solid #ccc;
	display:inline-block;
	margin-top:20px;
	color:#333;
	font-size:16px;
	border-radius:5px;
	transition:all 0.4s;
}
.immediately_consult_btn:hover {
	background-color:rgba(33,33,33,0.8);
	color:#fff;
}
.infor_lianxi {
	margin-top:25px;
	display:inline-block;
}
.information_text_box {
	padding:50px 100px;
}
/* .right_consult {
	position:fixed;
	right:0;
	top:50%;
	z-index:8888;
	width:80px;
	height:80px;
	border-radius:50%;
	background-color:rgba(54,73,114,0.7);
	text-align:center;
	line-height:80px;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	display:none;
	transition:all 0.6s;
}
*/
.right_consult {
	position:fixed;
	right:2%;
	top:50%;
	z-index:8888;
	cursor:pointer;
	display:none;
	transition:all 0.6s;
}
.nav-ul-box {
	margin-top:35px;
}
.company_info_box {
	margin-top:30px;
}
.compang_address_title {
	
	font-size:20px;
	line-height:40px;
	color:#fff;
	margin-bottom:18px;
	margin-left:4px;
}
/* 	手机商桥样式 */
.phone_bridge {
	width:100%;
	background-color:#fff;
	padding:8px 1%;
	position:fixed;
	left:0;
	bottom:0;
	z-index:777;
	box-sizing:border-box;
	display:none;
}
.bridge_text {
	font-family:"微软雅黑";
	color:#333;
	font-size:12px;
	line-height:12px;
	margin-top:9px;
}
/* .bridge_img {
	width:25px;
	height:20px;
	margin:0 auto;
}
*/
.bridge_img img {
	width:24px;
	margin:0 auto;
	display:block;
}
.online_consultant {
	width:33.33%;
	text-align:center;
}
/* .make_call {
	width:40%;
	text-align:center;
}
*/

.nav_phone_num:hover {
	font-size:18px;
	color:#fff;
	margin-left:8px;
	
}
.tijiao-btn.fr:hover {
	background:rgba(255,255,255,0.8) !important;
	color:#333 !important;
}
.baojia_submit.fr:hover {
	background:rgba(255,255,255,0.8) !important;
	color:#333 !important;
}
#J_loadmore {
	text-align:center;
}
.log_move_btn {
	border:none;
	box-shadow:none;
	cursor:auto;
	background:transparent;
}
.log_move_btn:hover {
	border:none;
	box-shadow:none;
	color:#000;
	background:transparent;
}
.pages-btns {
	display:none;
}
/* 案例内页样式修改 */
.case_details_sty02 {
	width:100%;
	background:#fff;
	padding-top:100px;
	min-height:40vh;
}
.case_details_sty02rwap {
	width:100%;
	border-top:1px solid rgba(0,0,0,0.1);
}
.case_details_sty02main {
	margin:0 auto;
	padding-bottom:210px;
	padding-top:80px;
	overflow:hidden;
}
.case_details_sty02titletxt {
	font-size:2.5vw;
	line-height:4.5vw;
	padding-bottom:15px;
}
.case_details_sty02href {
	width:100%;
	text-align:center;
}
.case_details_sty02href_center {
	display:inline-block;
	width:48px;
	height:48px;
	background-size:100%;
	transition:.5s ease-in-out;
	cursor:pointer;
}
.case_details_sty02href_rt {
	font-size:18px;
	color:#222222;
	display:inline-block;
	text-transform:capitalize;
	font-family:Arial;
	overflow:hidden;
	width:68px;
	height:45px;
	background-size:100% auto;
	transition:.5s ease-in-out;
}
.case_details_sty02href_rt:hover {
	background-size:100% auto;
	transition:.5s ease-in-out;
}
.case_details_sty02href_lt {
	max-width:calc(100% - 70px);
	font-family:arial;
	font-size:18px;
	letter-spacing:1px;
}
.case_details_sty02title {
	padding-bottom:6vh;
}
.news_details_sty02title {
	padding-bottom:6vh;
	width:70%;
	margin-right:5%;
}
.news_details_sty02title .news_details_left_sx {
	border-top:1px solid rgba(0,0,0,0.1);
	font-size:16px;
	font-family:"微软雅黑";
	line-height:2.5vw;
	padding-top:20px;
}
.news_details_right {
	width:25%;
	font-family:"微软雅黑";
}
.news_details_right_title {
	font-size:2vw;
	line-height:4.5vw;
	padding-bottom:15px;
}
.news_details_right_list {
	font-size:16px;
	border:1px solid rgba(0,0,0,0.1);
}
.news_details_right_list li {
	padding:20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
    width: 100%;
}
.news_details_right_list li:last-child {
	border-bottom:none;
}
.news_details_right_list li:hover {
	background-color:#f7f7f7;
}
.news_details_right_list li .news_details_right_list_time {
	color:#999;
}
.case_details_sty02href_introp {
	font-size:18px;
	line-height:1.5em;
	font-family:"微软雅黑";
	padding-bottom:2vh;
}
.case_details_sty02href_introbox {
	padding-top:6vh;
	padding-bottom:6.5vh;
}
.case_details_sty02txt {
	font-size:16px;
	line-height:32px;
	color:#333;
	background-color:#f7f7f7;
	overflow:hidden;
	padding-bottom:210px;
	font-family:"微软雅黑";
}
.case_details_sty02txt_left {
	width:70%;
	margin-right:5%;
}
.case_details_sty02txt_left_title {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-top:4vh;
	padding-bottom:2vh;
	font-size:24px;
	margin-bottom:2vh;
}
.case_details_sty02txt_left_title span {
	border-bottom:1px solid rgba(0,0,0,1);
	padding-bottom:2.6vh;
}
.case_details_sty02txt_right {
	width:25%;
}
.case_details_sty02txt_left img {
	display:block;
	margin:2px auto;
	max-width:100%;
}
.case_details_sty01,.case_details_sty02 {
	display:none;
}
*,*::before,*::after {
	box-sizing:border-box;
}
#app {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	min-height:100vh;
	background:rgba(249,249,249,1);
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100vh;
	left:0;
	top:0;
	z-index:999999;
}
.text-wrapper {
	padding:0 1rem;
	max-width:50rem;
	width:100%;
	text-align:center;
}
.text {
	font-size:8em;
	text-transform:uppercase;
	letter-spacing:-14px;
}
.text .letter {
	position:relative;
	display:inline-block;
	-webkit-transition:all .4s;
	transition:all .4s;
}
.text .letter .character {
	opacity:0.65;
	-webkit-transition:color .4s;
	transition:color .4s;
	cursor:pointer;
}
.text .letter span {
	position:absolute;
	bottom:.8rem;
	left:.4rem;
	display:block;
	width:100%;
	height:15px;
}
.text .letter span::before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:0;
	height:0;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	border-radius:50%;
	background:rgba(0,0,0,0.25);
}
.text .letter:hover .character {
	color:#fff !important;
}
.text.part1 .letter:nth-child(1).poofed {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation:poofing1 1.4s ease-in-out infinite alternate;
	animation:poofing1 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes poofing1 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(459deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(459deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(459deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(459deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes poofing1 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(459deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(459deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(459deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(459deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part1 .letter:nth-child(1) .character {
	color:#000;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:0.33333s;
	animation-delay:0.33333s;
}
.text.part1 .letter:nth-child(1) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:0.33333s;
	animation-delay:0.33333s;
}
.text.part1 .letter:nth-child(2).poofed {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation:poofing2 1.4s ease-in-out infinite alternate;
	animation:poofing2 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes poofing2 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(540deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(540deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(540deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(540deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes poofing2 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(540deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(540deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(540deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(540deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part1 .letter:nth-child(2) .character {
	color:#000;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:0.66667s;
	animation-delay:0.66667s;
}
.text.part1 .letter:nth-child(2) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:0.66667s;
	animation-delay:0.66667s;
}
.text.part1 .letter:nth-child(3).poofed {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation:poofing3 1.4s ease-in-out infinite alternate;
	animation:poofing3 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes poofing3 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(264deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(264deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(264deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(264deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes poofing3 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(264deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(264deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(264deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(264deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part1 .letter:nth-child(3) .character {
	color:#000;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.text.part1 .letter:nth-child(3) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.text.part1 .letter:nth-child(4).poofed {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation:poofing4 1.4s ease-in-out infinite alternate;
	animation:poofing4 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes poofing4 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(42deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(42deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(42deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(42deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes poofing4 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(42deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(42deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(42deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(42deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part1 .letter:nth-child(4) .character {
	color:#000;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:1.33333s;
	animation-delay:1.33333s;
}
.text.part1 .letter:nth-child(4) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:1.33333s;
	animation-delay:1.33333s;
}
.text.part1 .letter:nth-child(5).poofed {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation:poofing5 1.4s ease-in-out infinite alternate;
	animation:poofing5 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes poofing5 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(384deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(384deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(384deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(384deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes poofing5 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(384deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(384deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(384deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(384deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part1 .letter:nth-child(5) .character {
	color:#000;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:1.66667s;
	animation-delay:1.66667s;
}
.text.part1 .letter:nth-child(5) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:1.66667s;
	animation-delay:1.66667s;
}
.text.part1 .letter:nth-child(6).poofed {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation:poofing6 1.4s ease-in-out infinite alternate;
	animation:poofing6 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes poofing6 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes poofing6 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part1 .letter:nth-child(6) .character {
	color:#f44336;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.text.part1 .letter:nth-child(6) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.text.part1 .letter:nth-child(7).poofed {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-animation:poofing7 1.4s ease-in-out infinite alternate;
	animation:poofing7 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes poofing7 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes poofing7 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(156deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(156deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part1 .letter:nth-child(7) .character {
	color:#4d317c;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:2s;
	animation-delay:2.5s;
}
.text.part1 .letter:nth-child(7) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:2s;
	animation-delay:3s;
}
.text.part2 span:nth-child(1).poofed {
	-webkit-animation:sec_poofing1 1.4s ease-in-out infinite alternate;
	animation:sec_poofing1 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing1 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(268deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(268deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(268deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(268deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing1 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(268deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(268deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(268deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(268deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(1) .character {
	color:#ff5a5f;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:2.33333s;
	animation-delay:2.33333s;
}
.text.part2 span:nth-child(1) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:2.33333s;
	animation-delay:2.33333s;
}
.text.part2 span:nth-child(2).poofed {
	-webkit-animation:sec_poofing2 1.4s ease-in-out infinite alternate;
	animation:sec_poofing2 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing2 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(135deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(135deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(135deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(135deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing2 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(135deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(135deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(135deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(135deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(2) .character {
	color:#f99b0c;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:2.66667s;
	animation-delay:2.66667s;
}
.text.part2 span:nth-child(2) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:2.66667s;
	animation-delay:2.66667s;
}
.text.part2 span:nth-child(3).poofed {
	-webkit-animation:sec_poofing3 1.4s ease-in-out infinite alternate;
	animation:sec_poofing3 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing3 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(442deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(442deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(442deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(442deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing3 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(442deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(442deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(442deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(442deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(3) .character {
	color:#cee007;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:3s;
	animation-delay:3s;
}
.text.part2 span:nth-child(3) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:3s;
	animation-delay:3s;
}
.text.part2 span:nth-child(4).poofed {
	-webkit-animation:sec_poofing4 1.4s ease-in-out infinite alternate;
	animation:sec_poofing4 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing4 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(525deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(525deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(525deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(525deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing4 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(525deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(525deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(525deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(525deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(4) .character {
	color:#00c6b2;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:3.33333s;
	animation-delay:3.33333s;
}
.text.part2 span:nth-child(4) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:3.33333s;
	animation-delay:3.33333s;
}
.text.part2 span:nth-child(5).poofed {
	-webkit-animation:sec_poofing5 1.4s ease-in-out infinite alternate;
	animation:sec_poofing5 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing5 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(419deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(419deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(419deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(419deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing5 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(419deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(419deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(419deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(419deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(5) .character {
	color:#4d317c;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:3.66667s;
	animation-delay:3.66667s;
}
.text.part2 span:nth-child(5) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:3.66667s;
	animation-delay:3.66667s;
}
.text.part2 span:nth-child(6).poofed {
	-webkit-animation:sec_poofing6 1.4s ease-in-out infinite alternate;
	animation:sec_poofing6 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing6 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(246deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(246deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(246deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(246deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing6 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(246deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(246deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(246deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(246deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(6) .character {
	color:#9C27B0;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:4s;
	animation-delay:4s;
}
.text.part2 span:nth-child(6) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:4s;
	animation-delay:4s;
}
.text.part2 span:nth-child(7).poofed {
	-webkit-animation:sec_poofing7 1.4s ease-in-out infinite alternate;
	animation:sec_poofing7 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing7 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(206deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(206deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(206deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(206deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing7 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(206deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(206deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(206deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(206deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(7) .character {
	color:#f99b0c;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:4.33333s;
	animation-delay:4.33333s;
}
.text.part2 span:nth-child(7) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:4.33333s;
	animation-delay:4.33333s;
}
.text.part2 span:nth-child(8).poofed {
	-webkit-animation:sec_poofing8 1.4s ease-in-out infinite alternate;
	animation:sec_poofing8 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing8 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(60deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(60deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(60deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(60deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing8 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(60deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(60deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(60deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(60deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(8) .character {
	color:#cee007;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:4.66667s;
	animation-delay:4.66667s;
}
.text.part2 span:nth-child(8) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:4.66667s;
	animation-delay:4.66667s;
}
.text.part2 span:nth-child(9).poofed {
	-webkit-animation:sec_poofing9 1.4s ease-in-out infinite alternate;
	animation:sec_poofing9 1.4s ease-in-out infinite alternate;
}
@-webkit-keyframes sec_poofing9 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(496deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(496deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(496deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(496deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}@keyframes sec_poofing9 {
	0% {
	-webkit-transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(0) translateY(0px) scale(1);
}
50% {
	-webkit-transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(0deg) rotateY(360deg) translateY(0px) scale(1);
}
56% {
	-webkit-transform:rotateZ(496deg) rotateY(360deg) translateY(0px) scale(1);
	transform:rotateZ(496deg) rotateY(360deg) translateY(0px) scale(1);
}
100% {
	-webkit-transform:rotateZ(496deg) rotateY(360deg) translateY(-700px) scale(0.01);
	transform:rotateZ(496deg) rotateY(360deg) translateY(-700px) scale(0.01);
}
}.text.part2 span:nth-child(9) .character {
	color:#00c6b2;
	-webkit-animation:wave 1.2s linear infinite;
	animation:wave 1.2s linear infinite;
	-webkit-animation-delay:5s;
	animation-delay:5s;
}
.text.part2 span:nth-child(9) span::before {
	-webkit-animation:shadow 1.2s linear infinite;
	animation:shadow 1.2s linear infinite;
	-webkit-animation-delay:5s;
	animation-delay:5s;
}
@-webkit-keyframes wave {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
50% {
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
100% {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
}@keyframes wave {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
50% {
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
100% {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
}@-webkit-keyframes shadow {
	0% {
	width:0;
	height:0;
}
50% {
	width:100%;
	height:100%;
}
100% {
	width:0;
	height:0;
}
}@keyframes shadow {
	0% {
	width:0;
	height:0;
}
50% {
	width:100%;
	height:100%;
}
100% {
	width:0;
	height:0;
}
}.how-to {
	margin:2rem 0 2rem 1rem;
	font-family:"Opens Sans",sans-serif;
	font-weight:300;
	font-size:.85em;
	letter-spacing:4px;
	color:rgba(0,0,0,0.8);
}
@-webkit-keyframes rotate {
	0% {
	-webkit-transform:rotateZ(0) scale(0.7);
	transform:rotateZ(0) scale(0.7);
}
100% {
	-webkit-transform:rotateZ(360deg) scale(0.7);
	transform:rotateZ(360deg) scale(0.7);
}
}@keyframes rotate {
	0% {
	-webkit-transform:rotateZ(0) scale(0.7);
	transform:rotateZ(0) scale(0.7);
}
100% {
	-webkit-transform:rotateZ(360deg) scale(0.7);
	transform:rotateZ(360deg) scale(0.7);
}
}@media only screen and (max-width:767px) {
	.text {
	font-size:6em;
	letter-spacing:0;
}
.text .letter span {
	bottom:.5rem;
}
}@media only screen and (max-width:480px) {
	.text {
	font-size:4em;
	letter-spacing:0;
}
.text .letter span {
	bottom:0;
}
}.case_details_sty02rwap {
	padding-bottom:210px;
}
.case_details_sty02main {
	padding-bottom:100px;
}
/* 最新调整 */
.case_details_hrefbox {
	padding-top:10px;
}
.case_details_sty02href_center {
	margin-right:15px;
	position:relative;
}
.case_one_icon {
	display:inline-block;
	width:19px;
	height:19px;
	background:url(../image/cd_icon.png) no-repeat center;
	background-size:cover;
	vertical-align:sub;
	margin-right:15px;
}
.case_one_icontwo {
	display:inline-block;
	width:19px;
	height:19px;
	background:url(../image/cs_iconh.png) no-repeat center;
	background-size:cover;
	vertical-align:sub;
	margin-right:15px;
}
.case_details_commonsty {
	width:213px;
	height:52px;
	box-sizing:border-box;
	background:#fff;
	color:#333;
	font-size:16px;
	border:1px solid rgba(0,0,0,0.1);
	display:inline-block;
	line-height:52px;
	text-align:center;
}
.case_details_commonsty:hover {
	border:1px solid #333;
	background:#333;
	color:#fff;
}
.cd_move_icon {
	width:19px;
	height:19px;
	background:url(../image/cd_icon.png) no-repeat center;
	background-size:100% 100%;
}
.cd_pages-move {
	font-size:15px;
	margin-left:10px;
}
/* 右侧悬框 */
/* side */
.side {
	position:fixed;
	width:52px;
	/* height:275px;
	*/
	right:2%;
	top:56%;
	z-index:100;
}
.side ul li {
	width:52px;
	height:52px;
	float:left;
	position:relative;
	/* 	border-bottom:1px solid #444;
	*/
	margin-bottom:10px;
	box-sizing:border-box;
}
.side ul li  a {
	display:block;
	width:100%;
	height:100%;
}
.side ul li .sidebox {
	position:absolute;
	width:52px;
	height:52px;
	top:0;
	right:0;
	transition:all 0.3s ease-in-out;
	background:#fff;
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
	border-radius:10px;
	box-sizing:border-box;
	border:1px solid #e5e5e5;
}
.side ul li .sidebox:hover {
	width:140px;
	background:#222;
	border:1px solid #222;
}
.cd_show {
	display:none;
	transition:all 0.3s ease-in-out;
}
.side ul li .ce_bg_one:hover {
	background:#222;
}
.side ul li .ce_bg_one:hover .cd_show {
	display:block;
	text-align:center;
	vertical-align:middle;
}
.side ul li .sidebox:hover .cd_show {
	display:block;
	text-align:center;
}
.cd_show img {
	display:inline-block;
	margin-left:15px;
	vertical-align:middle;
}
.look_details_box_tgg {
	width:100%;
	display:inline-block;
	margin-top:15px;
}
.look_details_box_tgg img {
	margin:0;
	width:120px;
	float:left;
}
.watch_look_href {
	width:150px;
	height:45px;
	line-height:45px;
	margin-top:45px;
	float:right;
}
/* 清理浮动 */
.clearfix:before,.clearfix:after {
	display:block;
	content:" ";
	clear:both;
}
.clearfix {
	zoom:1;
	/* for ie67*/
}
.function-wrapper .aui-title-subtitle {
	cursor:pointer;
	display:inline-block;
	max-width:100%;
	transition:all 0.3s;
	z-index:1;
}
.function-wrapper .aui-info .title.mui-enter.mui-enter-active {
	z-index:10;
}
.function-wrapper .aui-title-subtitle a {
	width:100%;
	display:inline-block;
	cursor:pointer;
	color:#333;
	transition:all 0.3s;
	white-space:nowrap;
	/*规定段落中的文本不进行换行*/
	overflow:hidden;
	/*内容会被修剪，并且其余内容是不可见的。*/
	text-overflow:ellipsis;
	/*显示省略号来代表被修剪的文本*/
}
.function-wrapper .aui-title-subtitle:hover a {
	color:#000;
	padding-left:10px;
}
#slider li a {
	display:inline-block;
	cursor:pointer;
}
/* 2020-02-18新增 */
.i-thi-wrap .nav-box .left-link .type-link {
	padding-left:3px;
	padding-right:3px;
}
.i-thi-wrap .nav-box {
	width:46%;
}
.page_crumbs {
	width:100%;
	background:#fff;
	border-bottom:1px solid rgba(0,0,0,0.06);
	padding:13px 0;
	padding-bottom:15px;
}
.page_crumbs_main {
	box-sizing:border-box;
	/* padding:0 20px;
	*/
}
.page_crumbs_icon {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../image/dq_icon.png) no-repeat center;
	background-size:100% 100%;
	vertical-align:middle;
	margin-right:6px;
}
.page_crumbs_text {
	font-size:15px;
	color:#555555;
	vertical-align:middle;
	display:inline-block;
	padding-right:20px;
	position:relative;
}
.page_crumbs_main span a {
	color:#555555;
	display:inline-block;
	transition:all 0.3s linear;
}
.page_crumbs_main span a:hover {
	color:#333;
	-webkit-transform:translate3d(0,-1px,0);
	transform:translate3d(0,-1px,0);
}
.new_selectbox {
	position:relative;
	padding:0 20px;
	transition:all 0.3s linear;
}
.new_selectlist {
	position:absolute;
	width:100%;
	background:#fff;
	left:0;
	padding:5px 0;
	/* 	bottom:0;
	*/
		z-index:11;
	display:none;
	transition:all 0.3s linear;
}
.new_selectbox:hover .new_selectlist {
	display:block;
}
.new_selectul {
	width:100%;
}
.new_selectul li {
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.04);
}
.new_selectul li a {
	display:block;
	font-size:13px;
	box-sizing:border-box;
	padding:2px 3px;
	text-align:center;
	color:#666;
	transition:all 0.3s linear;
}
.new_selectul li a:hover {
	background:#f3f4f4;
	color:#333;
}
/* 2020-02-28新增 */
.index_case_main .swiper-slide {
	height:0px;
	overflow:hidden;
}
/* 随意指定一个height值即可 */ 
.index_case_main .swiper-slide-active {
	height:auto
}
/* tgg新增loding */




/* 2020-03-04案例hover新增效果 */
		
		
	
	/* 	.tgg_case_style:before,.tgg_case_style:after {
	content:'';
	background:linear-gradient( #5c6a85 0%,#5c6a85 100%);
	height:150%;
	width:100%;
	border-radius:0 100% 0 0;
	opacity:0;
	position:absolute;
	left:-50%;
	top:100%;
	z-index:3;
	transition:border-radius .5s ease-out,top .5s ease-out,opacity .3s ease-out;
}
.tgg_case_style:after {
	border-radius:100% 0 0 0;
	left:50%;
}
.tgg_case_style:hover:before,.tgg_case_style:hover:after {
	top:-50%;
	opacity:1;
	border-radius:0 35% 0 0;
}
.tgg_case_style:hover:after {
	border-radius:35% 0 0 0;
}
.tgg_case_style img {
	width:100%;
	height:auto;
}
*/
		
.tgg_news_hover li.ih-item.circle {
	height:auto;
}
.tgg_news_hover .ih-item.circle .img {
	width:100%;
	height:auto;
	border-radius:0;
}
.tgg_news_hover .ih-item.circle .img img {
	border-radius:0;
}
.tgg_news_hover .ih-item.circle .img:before {
	border-radius:0;
	box-shadow:none;
	background:#5c6a85;
	display:none;
}
.tgg_news_hover .ih-item.circle.effect13 a:hover .info {
	background:#4d317c;
	border-radius:0;
}
.tgg_news_hover .up-graybox .case-caption {
	width:100%;
	height:auto;
	position:absolute;
	left:50%;
	top:50% !important;
	transform:translateX(-50%) translateY(-50%);
	z-index:3;
}
.i-thi-wrap .list-wrap .tgg_case_style .up-graybox {
	/* color:#fff;
	text-align:center;
	width:95%;
	opacity:0;
	transform:translateX(-50%) translateY(-50%);
	position:absolute;
	top:50%;
	left:50%;
	z-index:4;
	transition:all 0.3s ease 0.2s;
	height:auto;
	*/
}
/* .i-thi-wrap .list-wrap .tgg_case_style:hover .up-graybox {
	opacity:1;
}
*/
		
		/* .i-wrap .tgg_case_style .up-graybox .case-caption {
	width:auto;
	position:static;
}
*/
		.tgg_case_style .case-item-title {
	
	letter-spacing:0.5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.i-wrap .tgg_case_style  .up-graybox .case-caption .write-line {
	display:block;
	width:25px;
	height:1px;
	background:#fff;
	margin:0 auto;
	margin-top:3px;
	margin-bottom:7px;
	opacity:0.6;
}
.i-wrap .tgg_case_style .up-graybox .case-caption .case-item-move {
	display:inline-block;
	
	font-size:17px;
	opacity:0.7;
	letter-spacing:0.5px;
	transition:all 0.3s linear;
}
.i-wrap .tgg_case_style .up-graybox .case-caption .case-item-move:hover {
	opacity:1;
}
.tgg_write_arrow {
	width:50px;
	height:50px;
	border-radius:100%;
	margin:0 auto;
	opacity:0.7;
	margin-top:35px;
	border:1px solid #fff;
	background:url(../image/write_newarrow.png) no-repeat center;
	background-size:80% 80%;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	z-index:4;
}
.tgg_news_hover .ih-item.circle.effect13 .info {
	z-index:6;
}
.tgg_news_hover .ih-item.circle.effect13.top_to_bottom .info p.tgg_write_arrow:hover {
	box-shadow:0 0 25px rgba(0,0,0,0.45);
	background-position-x:right;
}
.ih-item.circle.effect13.top_to_bottom .info p.tgg_write_arrow:hover {
	box-shadow:0 0 15px rgba(0,0,0,0.45);
}
.tgg_write_arrow img {
	display:block;
	width:100%;
}
.tgg_case_style .title {
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 7px;
}
.tgg_case_style .post {
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:capitalize;
	margin:0 0 10px;
	display:block;
}
.tgg_case_style .icon {
	padding:0;
	margin:0;
	list-style:none;
}
.tgg_case_style .icon li {
	margin:0 5px;
	display:inline-block;
}
.tgg_case_style .icon li a {
	color:#fff;
	background:transparent;
	font-size:14px;
	line-height:31px;
	height:35px;
	width:35px;
	border:1px solid #fff;
	border-bottom:none;
	border-right:none;
	border-radius:50%;
	display:block;
	transition:all 0.3s ease;
}
.tgg_case_style .icon li  a:hover {
	color:#fff;
	box-shadow:0 0 10px #000;
}
.up-graybox .bgbox {
	display:none !important;
}
.tgg_news_hover .write-line {
	display:block;
	width:25px;
	height:1px;
	background:#fff;
	margin:0 auto;
	margin-top:3px;
	margin-bottom:7px;
	opacity:0.6;
}
.tgg_news_hover .case-item-move {
	display:inline-block;
	
	font-size:17px;
	opacity:0.7;
	letter-spacing:0.5px;
	transition:all 0.3s linear;
}
.tgg_news_hover .case-item-move:hover {
	opacity:1;
}
.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	*zoom:1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
/* 2020-03-11修改 */
			.tgg_2010_change {
	display:none !important;
}
.tgg_about_allshow {
	width:100%;
	background:#fff;
	padding-top:85px;
	padding-bottom:260px;
	
}
.tgg_new2020_nav {
	display:block;
	text-align:center;
}
.tgg_new2020_nav img{
	width: 100%;
}
.tgg_new2020_navlist {
	display:inline-block;
}
.tgg_about-wrap-box {
	padding-bottom:0px !important;
}
.tgg_new2020_navlist li {
	display:inline-block;
	padding:0 22px;
}
.tgg_new2020_navlist li a {
	font-size:18px;
	color:#333333;
	cursor:pointer;
	padding-bottom:4px;
	border-bottom:2px solid transparent;
	transition:all 0.3s ease-in-out;
}
.tgg_new2020_navlist li.tgg_navactive a {
	/* 
	*/
				font-weight:bold;
	border-bottom:2px solid rgba(0,0,0);
}
.tgg_new2020_navlist li:hover a {
	font-weight:bold;
	border-bottom:2px solid rgba(0,0,0);
}
.tgg_swiper-father {
	width:100%;
	box-sizing:border-box;
	padding:0 65px;
	position:relative;
}
.tgg_same_case_banner {
	width:100%;
}
.tgg_same_case_banner .swiper-slide {
	box-sizing:border-box;
	padding:0 2%;
}
.about_team_item {
	width:92%;
	/* padding-top:40px;
	*/
				margin:0 auto;
	box-sizing:border-box;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	border-radius:20px;
}
.about_team_item a {
	display:block;
	width:100%;
	box-sizing:border-box;
}
.tgg_swiper-father .swiper-button-prev {
	background:url(../image/tgg_harrow.png) no-repeat center;
	width:50px;
	height:50px;
	border-radius:100%;
	margin-top:-25px;
	box-sizing:border-box;
	border:1px solid rgba(33,33,33);
	left:0;
	transition:all 0.3s linear;
}
.tgg_swiper-father .swiper-button-prev:hover {
	background:url(../image/tgg_bharrow.png) no-repeat center;
	background-color:#313131;
}
.tgg_swiper-father .swiper-button-next {
	background:url(../image/tgg_hrarrow.png) no-repeat center;
	width:50px;
	height:50px;
	border-radius:100%;
	margin-top:-25px;
	box-sizing:border-box;
	border:1px solid rgba(33,33,33);
	right:0;
	transition:all 0.3s linear;
}
.tgg_swiper-father .swiper-button-next:hover {
	background:url(../image/tgg_bhrarrow.png) no-repeat center;
	background-color:#313131;
}
.tgg_same_case_banner {
	padding-top:20px;
	padding-bottom:70px;
}
.tgg_same_case_banner.swiper-container-horizontal>.swiper-pagination {
	bottom:0;
}
.tgg_new2020_show {
	margin-top:75px;
}
.about_team_itemtop {
	width:81%;
	margin:0 auto;
	padding-bottom:20px;
}
.about_team_item_iconbox {
	width:81%;
	margin:0 auto;
	padding-top:17px;
	padding-bottom:22px;
}
.about_team_itembottom {
	border-top:1px solid rgba(0,0,0,0.06);
	transition:all 0.3s linear;
	border-radius:0 0 20px 20px;
}
.about_team_itemimg {
	width:100%;
	overflow:hidden;
	transition:all 0.3s linear;
}
.about_team_itemimg img {
	display:block;
	max-width:100%;
	margin:0 auto;
	transition:all 0.3s linear;
}
.about_team_itemname {
	font-family:'pingFangSC-MEDIUM';
	color:#333333;
	font-size:25px;
	margin-top:15px;
	line-height:35px;
	transition:all 0.3s linear;
}
.about_team_itemzw {
	font-family:'pingFangSC-MEDIUM';
	color:#333333;
	font-size:18px;
	transition:all 0.3s linear;
}
.about_team_intro {
	font-size:16px;
	color:#666666;
	line-height:30px;
	margin-top:4px;
	height:160px;
	overflow:hidden;
}
.about_team_item .about_team_item_icon {
	display:inline-block;
	width:30px;
	height:30ox;
	text-align:center;
	line-height:30px;
	vertical-align:middle;
	margin-right:22px;
}
.about_team_item_icon img {
	opacity:0.7;
	transition:all 0.3s linear;
}
.tgg_swiper-father .swiper-pagination-bullet {
	width:14px;
	height:14px;
	border:1px solid #fff;
	border-radius:100%;
	box-sizing:border-box;
	position:relative;
	background:#fff;
	opacity:1;
}
.tgg_swiper-father .swiper-pagination-bullet:after {
	display:block;
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#000;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-3px;
	margin-top:-3px;
	z-index:3;
}
.tgg_swiper-father .swiper-pagination-bullet-active {
	border:1px solid #000;
}
.tgg_swiper-father .swiper-pagination-bullet-active:after {
	background:#000;
}
.hj_item_group_lt {
	width:32.5%;
	overflow:hidden;
	transition:all 0.4s linear;
	cursor:pointer;
}
.hj_item_group_lt img {
	display:block;
	width:100%;
	transition:all 0.4s linear;
}
.hj_item_group_lt:hover img {
	transform:scale(1.05);
}
.hj_item_group_rt {
	width:66%;
}
.hj_item_group_rtbox {
	width:100%;
}
.hj_item_group_rtbox li {
	float:left;
	width:49%;
	overflow:hidden;
	transition:all 0.4s linear;
	height:100%;
	cursor:pointer;
}
.hj_item_group_rtbox li img {
	display:block;
	width:100%;
	height:100%;
	transition:all 0.4s linear;
}
.hj_item_group_rtbox li:hover img {
	transform:scale(1.07);
}
.hj_item_group_rtbox li:nth-of-type(1) {
	margin-bottom:1.2vw;
}
.hj_item_group_rtbox li:nth-of-type(2) {
	margin-bottom:1.2vw;
}
.hj_item_group_rtbox li:nth-child(odd) {
	margin-right:2%;
}
.hj_item_group_rtbox li img {
	width:100%;
}
/* 旋转木马的样式 */
			.jingcai_active_wrap .swiper-slide {
	-webkit-transition:transform 1.0s;
	-moz-transition:transform 1.0s;
	-ms-transition:transform 1.0s;
	-o-transition:transform 1.0s;
	-webkit-transform:scale(0.85);
	/* margin:1px;
	*/
					transform:scale(0.85);
}
.rongyu_show_wrap .swiper-slide {
	-webkit-transition:transform 1.0s;
	-moz-transition:transform 1.0s;
	-ms-transition:transform 1.0s;
	-o-transition:transform 1.0s;
	-webkit-transform:scale(0.85);
	/* margin:1px;
	*/
					transform:scale(0.85);
}
.jingcai_active_wrap .swiper-slide-active,.jingcai_active_wrap .swiper-slide-duplicate-active {
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
	z-index:1002;
}
.rongyu_show_wrap .swiper-slide-active,.rongyu_show_wrap .swiper-slide-duplicate-active {
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
	z-index:1002;
}
.jingcai_active_wrap .layer-mask {
	width:100%;
	height:100%;
	opacity:0.7;
	transition:all 0.5s;
	background-color:#3e3e3e;
	position:absolute;
	left:0;
	top:0;
	right:0;
}
.rongyu_show_wrap .swiper-slide a {
	background:#fff;
	display:block;
}
.jingcai_active_wrap .swiper-slide a {
	background:#fff;
	display:block;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.jingcai_active_wrap .swiper-slide a::before {
	position:absolute;
	top:3vw;
	right:3vw;
	bottom:3vw;
	left:3vw;
	border:1px solid rgba(255,255,255,0.35);
	content:'';
	opacity:0;
	-webkit-transition:opacity .35s,-webkit-transform .45s;
	transition:opacity .35s,transform .45s;
	-webkit-transform:translate3d(-3vw,0,0);
	transform:translate3d(-3vw,0,0);
	z-index:2;
	background:transparent;
}
.jingcai_active_text {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:16px;
	color:#fff;
	z-index:5;
	opacity:0.5;
	transition:all 0.3s linear;
	opacity:0;
}
.jingcai_active_wrap .swiper-slide:hover .jingcai_active_text {
	opacity:0.7;
}
.jingcai_active_wrap .swiper-slide:hover a::before {
	opacity:0.6;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.jingcai_active_wrap .swiper-slide a img {
	display:block;
	width:100%;
	transition:all 0.3s linear;
	position:relative;
}
.jingcai_active_wrap .swiper-slide a:after {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	left:0;
	top:0;
	display:block;
	content:"";
	opacity:0;
	transition:all 0.3s linear;
}
.jingcai_active_wrap .swiper-slide:hover a:after {
	opacity:1;
}
.jingcai_active_wrap .swiper-slide:hover a img {
	transform:scale(1.06);
}
.rongyu_show_wrap .swiper-slide a {
	background:#fff;
	display:block;
}
.jingcai_active_wrap .swiper-slide-active .layer-mask {
	display:none;
}
.jingcai_active_wrap img {
	display:block;
	width:100%;
}
.rongyu_show_wrap img {
	display:block;
	width:100%;
}
.jingcai_active_wrap .tgg_same_case_banner .swiper-slide {
	padding:0;
}
.rongyu_show_wrap .tgg_same_case_banner .swiper-slide {
	padding:0;
}
.jingcai_active_wrap .tgg_swiper-father {
	padding:0 90px;
}
.swiper-pagination {
	z-index:55;
}
.jingcai_active_wrap .tgg_swiper-father {
	padding:0 90px;
}
.jingcai_active_wrap .tgg_same_case_banner {
	padding-bottom:90px;
}
.rongyu_show_wrap .tgg_same_case_banner {
	padding-bottom:90px;
}
.rongyu_show_wrap {
	padding-top:20px;
}
.jingcai_active_wrap {
	padding-top:20px;
}
.tgg_show_member {
	display:none;
}
.tgg_hjshow_wrap {
	display:none;
}
#banner {
	display:none;
}
.jingcai_active_wrap {
	display:none;
}
.about_team_itemimg {
	z-index:1;
	position:relative;
}
.about_team_itemimg img {
	width:100%;
	height:auto;
	border-radius:50%;
	transform:scale(1);
	transition:all 0.9s ease 0s;
}
.about_team_item {
	position:relative;
	/* overflow:hidden;
	*/
				cursor:pointer;
}
.about_team_itemtop {
	width:100%;
	box-sizing:border-box;
	padding:0 9.5%;
	z-index:1;
	position:relative;
	transition:all 0.4s linear;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:20px;
	transition:all 0.4s linear;
	border-radius:20px;
}
.about_team_itemtop:before {
	content:"";
	width:100%;
	height:0%;
	border-radius:100%;
	background:rgba(17,24,32,1);
	position:absolute;
	bottom:118%;
	right:0;
	left:0;
	opacity:0.15;
	transform:scale(1.7);
	transition:all 0.6s linear 0s;
	z-index:-1;
}
.about_team_item:hover .about_team_itemtop:before {
	height:100%;
}
.about_team_item:hover .about_team_itemimg img {
	transform:scale(0.92);
}
.about_team_itemimg:after {
	content:"";
	width:100%;
	height:100%;
	border-radius:50%;
	background:rgba(255,255,255,0.3);
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.about_team_item_icon {
	position:relative;
	/* transition:all 0.3s linear;
	*/
}
.about_team_item_icon:hover img {
	opacity:1;
}
.about_us_twocode_box {
	width:100px;
	height:100px;
	position:absolute;
	top:-108px;
	left:-35px;
	z-index:3;
	box-sizing:border-box;
	padding:1px;
	background:#fff;
	border:1px solid rgba(0,0,0,0.1);
	display:none;
	opacity:0;
	transition:all 0.3s ease-in 0;
}
.about_team_item_icon:hover .about_us_twocode_box {
	display:block;
	opacity:1;
}
.about_us_twocode_box img {
	width:100%;
}
.about_us_twocode_box:after {
	content:"";
	display:block;
	width:22px;
	height:22px;
	background-size:100% 100%;
	bottom:-15px;
	left:50%;
	position:absolute;
	margin-left:-11px;
}
.about_team_item:hover .about_team_itembottom {
	background:rgba(17,24,32,0.08);
}
.about_team_item:hover .about_team_itemname {
	color:#000;
}
#hj_show .swiper-slide {
	background:#fff;
}
.rongyu_swiper_phone {
	display:none;
}
.rongyu_swiper_pc {
	display:none;
}
/* 20201125修改 */
		.i-ban {
	height:auto;
}
.tgg_business_pageone {
	background:#fff;
	padding:6.3vw 0;
}
.tgg_business_pageonelist {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.tgg_business_pageonelist li {
	width:20%;
	text-align:center;
}
.tgg_business_pageoneimgbox {
	display:inline-block;
	margin:0 auto;
	height:66px;
	position:relative;
	transition:all 0.2s linear;
}
.tgg_business_pageoneimgbox:hover img {
	-webkit-transform:translate3d(0,-2px,0);
	transform:translate3d(0,-2px,0);
}
/* 	.tgg_business_pageoneimgbox::after {
	content:"";
	display:block;
	width:40px;
	height:40px;
	background:rgba(119,138,168,0.1);
	border-radius:100%;
	position:absolute;
	z-index:-1;
	top:-20px;
	left:-15px;
}
*/
		.tgg_business_pageoneimgbox img {
	display:block;
	max-width:60px;
	transition:all 0.2s linear;
}
.tgg_business_pageonetitle {
	
	font-size:18px;
	color:#555;
	line-height:20px;
	margin-top:1.2vw;
}
.tgg_business_pageoneintro {
	font-size:14px;
	color:#999999;
	line-height:24px;
	font-family:"pingFangSC-REGULAR";
}
.tgg_business_pagetwo {
	padding:100px 0;
}
.tgg_business_titlebig {
	font-size:34px;
	text-align:center;
	color:#333333;
	/* 
	*/
			font-family:pingFangSC-MEDIUM;
	line-height:46px;
	/* font-weight:bold;
	*/
}
.tgg_business_titlesmail {
	font-size:15px;
	color:#999999;
	text-align:center;
	font-family:"pingFangSC-REGULAR";
	margin-top:2px;
}
.tgg_business_titlebox {
	margin-bottom:70px;
	overflow:hidden;
	width:100%;
}
.tgg_business_pagetwolist {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.tgg_business_pagetwolist li {
	background:#fff;
	width:21.8%;
	margin-right:4.266%;
	margin-bottom:55px;
	transition:all 0.2s linear;
}
.tgg_business_pagetwolist li:hover {
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
	box-shadow:0 15px 30px rgba(0,0,0,.1);
	-webkit-transform:translate3d(0,-2px,0);
	transform:translate3d(0,-2px,0);
}
.tgg_business_pagetwolist li:nth-child(4n) {
	margin-right:0%;
}
.tgg_business_pagetwolist li a {
	display:block;
}
.tgg_business_pagetwoimg {
	width:100%;
	position:relative;
	overflow:hidden;
}
.tgg_business_pagetwoimg img {
	display:block;
	width:100%;
	transition:all 1s ease;
}
.tgg_mark_bg {
	position:absolute;
	top:50px;
	left:120px;
	cursor:pointer;
	border-radius:50px;
	border-width:50px;
	display:inline-block;
	height:100px;
	width:100px;
	border:0px solid rgba(255,255,255,0.7);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transform:scale(6);
	-webkit-transform:scale(6);
	-o-transform:scale(6);
	-ms-transform:scale(6);
	transform:scale(6);
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
	opacity:0;
	border:0px solid rgba(255,255,255,0.7);
	visibility:hidden;
	/* 	border:50px solid pink;
	*/
}
.tgg_business_pagetwoimg:hover .tgg_mark_bg {
	opacity:1;
	border:50px solid rgba(0,0,0,0.2);
	visibility:visible;
}
.tgg_business_pagetwoimg:hover img {
	transform:scale(1.1);
}
.tgg_business_pagetwobottom {
	padding:32px 5%;
	text-align:center;
	box-sizing:border-box;
}
.tgg_business_pagetwotitle {
	
	font-size:22px;
	color:#333333;
	line-height:32px;
}
.tgg_business_pagetwointro {
	font-size:15px;
	color:#666666;
	font-family:"pingFangSC-REGULAR";
}
.tgg_business_pagetwomore {
	width:115px;
	height:42px;
	line-height:42px;
	text-align:center;
	box-sizing:border-box;
	/* background:pink;
	*/
			margin:0 auto;
	margin-top:28px;
	position:relative;
	webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	border:1px solid rgba(99,99,99,1);
	cursor:pointer;
	border-radius:21px;
	overflow:hidden;
	font-size:14px;
	color:#666666;
}
.tgg_business_pagetwomore::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:0%;
	height:100%;
	z-index:1;
	opacity:0;
	background-color:rgba(99,99,99,1);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.tgg_business_pagetwomore:hover::before {
	opacity:1;
	width:100%;
}
.tgg_business_pagetwomore span {
	z-index:2;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:auto;
}
.tgg_business_pagetwomore:hover span {
	color:#fff;
}
.tgg_business_pagethere {
	position:relative;
	z-index:2;
	overflow:hidden;
	padding-top:76px;
	padding-bottom:121px;
}
#business_bg {
	width:100%;
	height:100%;
	background-color:#1f3f70;
	background-size:cover;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:center;
	/* transition:all 0.3s linear;
	*/
}
.tgg_businessthere_itembox {
	display:none;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
}
.tgg_businessthere_itembox.tactive {
	display:block;
}
.bai_tgg_business_titlebox .tgg_business_titlebig {
	color:#fff;
}
.bai_tgg_business_titlebox .tgg_business_titlesmail {
	color:#fff;
	opacity:0.8;
}
.baibgwrap {
	background:#fff;
	padding:100px 0;
}
.bg_box_wrap:hover .bg_box_itemimg {
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.bg_box_itemimg {
	cursor:pointer;
	transition:all 0.3s linear;
	width:43px;
	height:55px;
}
.tgg_ebusiness_wrap .service_area_name {
	line-height:18px;
	margin-top:7px;
}
.bg_box_itemimg img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.service_area_list {
	display:flex;
	flex-wrap:wrap;
}
.tgg_ebusiness_wrap li {
	float:none;
	margin-right:2% !important;
}
.tgg_ebusiness_wrap li:nth-child(6n) {
	margin-right:0% !important;
}
.tgg_case_itembox {
	width:100%;
	box-sizing:border-box;
	padding:0 8%;
}
.tgg_case_itemtop {
	text-align:left;
}
.tgg_news_hover .tgg_case_itemtop  .write-line {
	margin-left:0px;
}
.tgg_case_itembottomcode {
	/* width:110px;
	*/
			width:0px;
	height:110px;
	overflow:hidden;
	border-radius:5px;
	box-sizing:border-box;
	padding:8px;
	background:#fff;
	/* opacity:0;
	*/
			transition:all 0.4s ease;
}
.tgg_case_itembottombox {
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
	padding-right:7%;
	margin-top:1.2vw;
}
.tgg_case_itembottomcode img {
	display:block;
	max-width:100%;
	width:100%;
}
.tgg_case_itembottommore .tgg_write_arrow {
	margin:0 auto;
}
.ih-item.circle.effect13 a:hover .tgg_case_itembottomcode {
	width:110px;
}
.tgg_wachaer_hover .case-item-title {
	font-size:26px;
}
.tgg_news_hover .case-item-move {
	padding:0 3%;
}
.tgg_wachaer_hover .case-item-move {
	font-size:15px;
	padding:0;
}
/* 		.tgg_news_hover .ih-item.circle.effect13 a .info {
	background:rgba(92,106,133,1);
	border-radius:0;
	opacity:1 !important;
}
.ih-item.circle.effect13 a h3 {
	visibility:visible !important;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0) !important;
}
.ih-item.circle.effect13 a p {
	visibility:visible !important;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0) !important;
}
*/
		.tgg_business_pagesixlist {
	display:flex;
	flex-wrap:wrap;
}
.tgg_business_pagesixlist li {
	width:14.28%;
	text-align:center;
}
.tgg_business_pagesix_icon {
	width:25px;
	height:28px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.tgg_business_pagesix_icon img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.tgg_business_pagesix_iconbox {
	width:53px;
	height:53px;
	/* background:pink;
	*/
			border-radius:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	transition:all 0.3s linear;
}
.tgg_business_pagesix_iconbox1 {
	background:rgba(52,144,222,0.1);
}
.tgg_business_pagesix_iconbox2 {
	background:rgba(143,195,31,0.1);
}
.tgg_business_pagesix_iconbox3 {
	background:rgba(62,195,184,0.1);
}
.tgg_business_pagesix_iconbox4 {
	background:rgba(227,173,45,0.1);
}
.tgg_business_pagesix_iconbox5 {
	background:rgba(240,123,63,0.1);
}
.tgg_business_pagesix_iconbox6 {
	background:rgba(255,131,131,0.1);
}
.tgg_business_pagesix_iconbox7 {
	background:rgba(159,154,255,0.1);
}
.tgg_business_pagesixlist li:hover .tgg_business_pagesix_iconbox1 {
	background:rgba(52,144,222,0.3);
}
.tgg_business_pagesixlist li:hover .tgg_business_pagesix_iconbox2 {
	background:rgba(143,195,31,0.3);
}
.tgg_business_pagesixlist li:hover .tgg_business_pagesix_iconbox3 {
	background:rgba(62,195,184,0.3);
}
.tgg_business_pagesixlist li:hover .tgg_business_pagesix_iconbox4 {
	background:rgba(227,173,45,0.3);
}
.tgg_business_pagesixlist li:hover .tgg_business_pagesix_iconbox5 {
	background:rgba(240,123,63,0.3);
}
.tgg_business_pagesixlist li:hover .tgg_business_pagesix_iconbox6 {
	background:rgba(255,131,131,0.3);
}
.tgg_business_pagesixlist li:hover .tgg_business_pagesix_iconbox7 {
	background:rgba(159,154,255,0.3);
}
.tgg_business_pagesix_number4 {
	background:#e3ad2d;
}
.tgg_business_pagesix_number5 {
	background:#f07c42;
}
.tgg_business_pagesix_number6 {
	background:#ff8484;
}
.tgg_business_pagesix_number7 {
	background:#9f9aff;
}
.tgg_business_pagesix_title {
	font-size:18px;
	color:#333333;
	margin-top:12px;
	line-height:20px;
	/* 
	*/
}
.tgg_business_pagesix_linebox {
	position:relative;
	padding:30px 0;
}
.tgg_business_pagesix_line {
	width:100%;
	height:1px;
	background:#d1d6da;
}
.tgg_business_pagesix_yuan {
	width:36px;
	height:36px;
	border-radius:100%;
	overflow:hidden;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	box-sizing:border-box;
	padding:3px;
}
.tgg_business_pagesix_number {
	width:100%;
	height:100%;
	border-radius:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	/* 	line-height:30px;
	*/
			text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	font-family:arial;
}
.tgg_business_pagesix_number1 {
	background:#3490de;
}
.tgg_business_pagesix_number2 {
	background:#8fc31f;
}
.tgg_business_pagesix_number3 {
	background:#3ec3b8;
}
.tgg_business_pagesix_bottom {
	font-size:14px;
	font-family:"pingFangSC-REGULAR";
	color:#999999;
	line-height:24px;
	box-sizing:border-box;
	padding:0 1%;
}
.tgg_business_pagesixmain {
	padding-top:1vw;
}
.tgg_businessthere_main {
	padding-top:1vw;
}
.tgg_businessthere_content {
	width:100%;
	display:flex;
}
.tgg_businessthere_left {
	width:240px;
	padding:0 35px;
}
.tgg_businessthere_leftnav li {
	width:100%;
	cursor:pointer;
	transition:all 0.3s linear;
	margin-bottom:12px;
}
/* .tgg_businessthere_leftnav li:last-child {
	}*/
		.tgg_businessthere_leftnav li a {
	display:flex;
	text-align:center;
	height:50px;
	/* justify-content:center;
	*/
			box-sizing:border-box;
	padding:0% 8%;
	align-items:center;
	padding-left:16%;
}
.tgg_businessthere_leftitem span {
	display:inline-block;
	vertical-align:middle;
}
.tgg_businessthere_textnav {
	color:#fff;
	opacity:0.7;
	font-family:"pingFangSC-REGULAR";
	font-size:16px;
	transition:all 0.2s linear;
}
.tgg_businessthere_icon {
	width:7px;
	margin-left:14px;
	opacity:0;
	transition:all 0.2s linear;
}
.tgg_businessthere_icon img {
	display:block;
	width:100%;
}
.tgg_businessthere_leftnav li.tactive {
	background:#166eff;
}
.tgg_businessthere_leftnav li.tactive .tgg_businessthere_icon {
	opacity:1;
}
.tgg_businessthere_leftnav li.tactive .tgg_businessthere_textnav {
	opacity:1;
}
/* .tgg_businessthere_leftnav li:hover .tgg_businessthere_icon {
	opacity:1;
}
.tgg_businessthere_leftnav li:hover {
	background:#166eff;
}
*/
		.tgg_businessthere_right {
	width:calc(100% - 240px);
	border-left:1px solid rgba(255,255,255,0.23);
	box-sizing:border-box;
	padding-left:6.1%;
	padding-right:5%;
}
.tgg_businessthere_rightbox {
	width:800px;
	height:100%;
	box-sizing:border-box;
	padding:12px 0;
}
.tgg_businessthere_itemtitle {
	font-size:25px;
	color:#fff;
	/* 
	*/
			font-family:pingFangSC-REGULAR;
}
.tgg_businessthere_itemline {
	width:20px;
	height:3px;
	background:#fff;
	margin-top:20px;
	margin-bottom:26px;
}
.tgg_businessthere_itemintro {
	font-size:14px;
	line-height:24px;
	color:#fff;
	opacity:0.8;
	height:52px;
}
.tgg_businessthere_itemzx {
	margin-top:65px;
	margin-bottom:60px;
}
.tgg_businessthere_itemzx a {
	display:inline-block;
	position:relative;
	width:115px;
	height:40px;
	border-radius:20px;
	overflow:hidden;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,0.4);
	cursor:pointer;
}
.tgg_businessthere_itemzx a::after {
	display:block;
	content:"";
	position:absolute;
	width:0%;
	height:100%;
	background:rgba(255,255,255,0.3);
	left:0;
	top:0;
	transition:all 0.3s linear;
}
.tgg_businessthere_itemzx a:hover::after {
	width:100%;
}
.tgg_businessthere_itemzxtxt {
	position:relative;
	z-index:3;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
	color:#fff;
	opacity:0.9;
}
ul.tgg_businessthere_itemiconlist:after {
	display:none;
}
.tgg_businessthere_itemiconlist {
	display:flex;
	flex-wrap:wrap;
	/* justify-content:space-between;
	*/
			width:100%;
}
.tgg_businessthere_itemiconlist li {
	width:16.666%;
	text-align:left;
}
.tgg_businessthere_itemiconlist li:first-child {
	}.tgg_businessthere_itemiconlist li .tgg_businessthere_icon_item {
	display:inline-block;
}
.tgg_businessthere_img {
	width:40px;
	height:48px;
	/* display:flex;
	*/
			margin:0 auto;
	/* justify-content:center;
	align-items:center;
	*/
			transition:all 0.3s linear;
}
.peisong_only .tgg_businessthere_img {
	width:58px;
}
.paifa_only .tgg_businessthere_img {
	width:35px;
}
.tgg_businessthere_icon_item:hover .tgg_businessthere_img {
	-webkit-transform:translate3d(0,-3px,0);
	transform:translate3d(0,-3px,0);
}
.tgg_businessthere_img img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.tgg_businessthere_text {
	font-size:16px;
	color:#fff;
	margin-top:6px;
}
.tgg_yymodel_wrap .call_me {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(120,117,116,.5);
	z-index:99999;
	display:none;
}
.tgg_yymodel_wrap .call_me .call_me-item {
	width:418px;
	height:460px;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:999999;
	background:#fff;
	border-radius:8px;
}
.tgg_yymodel_wrap .call_me .call_me-item .img-bg {
	position:absolute;
	left:0;
	top:0;
	z-index:4;
}
.tgg_yymodel_wrap .call_me .call_me-item .call_me-content {
	position:absolute;
	left:0;
	top:0;
	z-index:12;
}
.tgg_yymodel_wrap .call_me .call_me-item .call_me-content>h4 {
	font-size:24px;
	color:#555;
	line-height:24px;
	text-align:center;
	padding:55px 0 38px;
	font-family:"pingFangSC-REGULAR";
}
.call_me .call_me-item .call_me-content>img {
	width:194px;
	margin:0 auto;
	display:block;
}
.call_me .call_me-item .call_me-content>p {
	font-size:14px;
	color:#898989;
	line-height:22px;
	text-align:center;
	/* width:320px;
	*/
			    padding:42px 50px 0;
}
.pc_solutione_warp {
	display:block;
}
.phone_solutione_warp {
	display:none;
}
.padding_bottom_newsbox {
	padding-top:100px;
	padding-bottom:200px;
}
.tgg_business_case .swiper-slide {
	height:1px;
}
/* 随意指定一个height值即可 */
		.tgg_business_case .swiper-slide-active {
	height:auto;
}
.swiper_banner_same .swiper-slide {
	height:1px;
}
/* 随意指定一个height值即可 */
		.swiper_banner_same .swiper-slide-active {
	height:auto;
}
.tgg_ebusiness_wrap li {
	margin-top:100px;
}
.tgg_ebusiness_wrap li:nth-of-type(1) {
	margin-top:45px;
}
.tgg_ebusiness_wrap li:nth-of-type(2) {
	margin-top:45px;
}
.tgg_ebusiness_wrap li:nth-of-type(3) {
	margin-top:45px;
}
.tgg_ebusiness_wrap li:nth-of-type(4) {
	margin-top:45px;
}
.tgg_ebusiness_wrap li:nth-of-type(5) {
	margin-top:45px;
}
.tgg_ebusiness_wrap li:nth-of-type(6) {
	margin-top:45px;
}
.phone_solution_item {
	margin-bottom:35px;
}
.phone_solution_box .phone_solution_item:last-child {
	margin-bottom:0px;
}
.tgg_same_padding100 {
	padding:80px 0;
}
.tgg_same_padding120 {
	padding:100px 0;
}
.bai_background_wrap {
	background:#fff;
}
.tgg_applet1_content {
	display:flex;
	padding-top:1vw;
	padding-bottom:1.5vw;
}
.tgg_applet1_left {
	width:44%;
	/* background:pink;
	*/
}
.tgg_applet1_right {
	width:56%;
	box-sizing:border-box;
	padding-left:5%;
	padding-top:1.5vw;
}
.tgg_applet1_leftbox {
	position:relative;
	display:inline-block;
}
.tgg_applet1_leftphone {
	width:370px;
	border-radius:38px;
	box-shadow:0px 6px 76px 0px rgba(201,206,219,0.84);
}
.tgg_applet1_leftphone img {
	max-width:100%;
	display:block;
}
.tgg_applet1_leftshow {
	position:absolute;
	top:10%;
	left:38%;
	width:490px;
}
.tgg_applet1_leftshow img {
	display:block;
	max-width:100%;
}
.tgg_applet1_righlist {
	display:flex;
	flex-wrap:wrap;
}
.tgg_applet1_righlist li {
	width:49%;
	margin-right:2%;
	background:#fff;
	border-radius:14px;
	box-shadow:0px 2px 30px 0px rgba(201,206,219,0.49);
	padding:26px 4%;
	box-sizing:border-box;
	margin-bottom:18px;
}
.tgg_applet1_righlist li:nth-child(even) {
	margin-right:0;
}
.tgg_applet1_item {
	display:flex;
	align-items:center;
}
.tgg_applet1_itemicon {
	width:54px;
}
.tgg_applet1_itemicon img {
	display:block;
	width:100%;
}
.tgg_applet1_item_title {
	font-size:20px;
	color:#333333;
	
}
.tgg_applet1_item_intro {
	font-size:15px;
	line-height:20px;
	height:40px;
	color:#999999;
}
.tgg_applet1_itemintro {
	width:calc(100% - 53px);
	padding-left:16px;
	box-sizing:border-box;
}
.applet_more_btn {
	margin-top:40px;
}
.applet_more_btn .tgg_business_pagetwomore {
	margin:0;
	width:165px;
	height:48px;
	line-height:48px;
	border-radius:24px;
	font-size:16px;
}
.applet_page02_pcbox {
	position:relative;
	width:100%;
}
.applet_page02_pcimg {
	width:100%;
}
.applet_page02_pcimg img {
	display:block;
	width:100%;
}
.applet_page02_pcphone {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.tw1520 {
	width:77%;
}
.applet_page02_pc {
	display:block;
	padding-top:1vw;
}
.applet_page02_phone {
	display:none;
}
.gn_morebtn .tgg_business_pagetwomore {
	margin:0 auto;
}
.applet_page03_mainbox {
	display:flex;
	width:100%;
	justify-content:space-between;
}
.applet_page03_imgpc {
	display:block;
}
.applet_page03_imgphone {
	display:none;
}
.applet_page04_content .tgg_business_pagetwomore {
	border:1px solid #ff863d;
	color:#ff863d;
}
.applet_page04_content .tgg_business_pagetwomore::before {
	background-color:rgba(255,134,61,0.9);
}
.gn_morebtn {
	margin-top:62px;
}
.applet_page04_content .tgg_business_pagetwobottom {
	padding:25px 5%;
	padding-bottom:30px;
}
.applet_page04_content .tgg_business_pagetwointro {
	line-height:22px;
	margin-top:18px;
}
.applet_page05_list {
	display:flex;
	width:100%;
	justify-content:space-between;
	padding:1.2vw 0;
	padding-bottom:1.5vw;
}
.applet_page05_icon {
	width:95px;
	margin:0 auto;
	transition:all 0.3s linear;
}
.applet_page05_item:hover .applet_page05_icon {
	-webkit-transform:translate3d(0,-2px,0);
	transform:translate3d(0,-2px,0);
}
.applet_page05_icon img {
	display:block;
	width:100%;
}
.applet_page05_title {
	font-size:18px;
	color:#333333;
	text-align:center;
	margin-top:10px;
}
.applet_page03_left,.applet_page03_right {
	padding-top:3vw;
}
.applet_page03 .tgg_business_titlebox {
	margin-bottom:60px;
}
.applet_page03_left {
	width:35%;
}
.applet_page03_imgpc {
	width:86%;
	margin:0 auto;
}
.applet_page03_left img {
	display:block;
	width:100%;
}
.applet_page03_right {
	width:37%;
}
.applet_page03_right img {
	display:block;
	/* 	width:100%;
	*/
		max-width:615px;
}
.applet_page03_center {
	width:28%;
}
.applet_page03_center img {
	display:block;
	width:100%;
}
.gn_morebtn {
	box-sizing:border-box;
	padding-right:2%;
}
.gn_tgg_morenewbtn {
	padding-right:0%;
}
.applet_page02_pcphonebox {
	/* width:24.3vw;
	*/
}
.applet_page02_pcphonebox img {
	display:block;
	width:100%;
}
/* 20201125修改 */
		
		
		


@media screen and (min-width:1920px) {
	.w1520 {
	width:85%;
}
.tw1520 {
	width:77%;
}
.i-ban li .cent-cont {
	width:80%;
	left:10%;
	top:60%
}
.i-ban .btns {
	left:10%;
	bottom: 10%;
}
.about-wrap-box {
	padding-bottom:200px;
}
.tgg_about-wrap-boxnews {
	padding-bottom:0;
}
.function-wrapper .aui-info .aui-text-wrapper {
	height:230px;
}
}@media screen and (max-width:1919px) and (min-width:1680px) {
	.w1520 {
	width:1440px;
}
.i-ban li .cent-cont {
	width:90%;
	left:5%;
	top:58%
}
.i-ban .btns {
	left:5%;
	bottom:5%;
}
.tit-box {
	width:45%;
}
.i-thi-wrap .nav-box {
	width:55%;
}
.about-ban .num-top .line {
	height:136%;
}
.i-fir-wrap .left-wrap .link-box {
	margin-top:62px;
}
.i-sec-wrap .right-cont .link-box {
	margin-top:66px;
}
.nav-ul>li {
	width:9%;
	margin-right:2.37%;
}
.banner_ul>li>img {
	width:100%;
	display:block;
	height:100%;
}
.about-wrap-box {
	padding-bottom:200px;
}
.tgg_about-wrap-boxnews {
	padding-bottom:0;
}
/* 小程序 */
	.superiority_intro {
	height:80px;
}
.sup_row {
	padding-bottom:0px;
}
.superiority_bottom_img4 {
	height:40px;
}
.superiority_bottom_img5 {
	height:40px;
}
.play-right-box {
	padding:60px 100px;
}
/* 新闻中心 */
	.news-box .type-link {
	margin-left:50px;
}
/* 合作伙伴 */
	.partner_ul>li {
	padding:5px 0;
}
.index_news_nav {
	display:none;
}
.bg-banner {
	height:auto;
}
.banner_ul>li>img {
	height:auto;
}
.i-thi-wrap .nav-box .left-link .type-link {
	padding-left:10px;
	padding-right:10px;
	margin-left:90px;
}
.webplan-right-box {
	padding:40px 100px;
}
.information_text_box {
	padding:40px 80px;
}
.function-wrapper .aui-info .aui-text-wrapper {
	height:220px;
}
}@media screen and (max-width:1679px) and (min-width:1440px) {
	.w1520 {
	width:1366px;
}
.i-ban li .cent-cont {
	width:90%;
	left:5%;
	top:55%
}
.i-ban .btns {
	left:5%;
	bottom:10%;
}
.about-ban .cent-cont .list-cont {
	width:50%;
}
.about-ban .cent-cont .map-sign {
	width:45%;
}
.about-ban .num-top .line {
	height:136%;
}
.i-fir-wrap .left-wrap .link-box {
	margin-top:42px;
}
.i-sec-wrap .right-cont .link-box {
	margin-top:46px;
}
.tit-box {
	width:50%;
}
.i-thi-wrap .nav-box {
	width:50%;
}
.about-ban .cont-wrap {
	left:5%;
}
.i-thi-wrap .list-wrap li {
	width:33%;
}
.banner_ul>li>img {
	width:100%;
	display:block;
	height:100%;
}
.case-wrap-mat ul li {
	width:33%;
}
.about-wrap-box {
	padding-bottom:200px;
}
.tgg_about-wrap-boxnews {
	padding-bottom:0;
}
/* 小程序 */
	.superiority_intro {
	height:100px;
}
.sup_row {
	padding-bottom:0px;
}
.superiority_bottom_img4 {
	height:40px;
}
.superiority_bottom_img5 {
	height:40px;
}
.play-right-box {
	padding:60px 100px;
}
/* 新闻中心 */
	.news-box .type-link {
	margin-left:50px;
}
/* 合作伙伴 */
	.partner_ul>li {
	padding:5px 0;
	width:23%;
	margin:20px 1%;
}
.index_news_nav {
	display:none;
}
.bg-banner {
	height:auto;
}
.banner_ul>li>img {
	height:auto;
}
.case_title-intro {
	font-size:45px;
	line-height:90px;
}
.i-thi-wrap .nav-box .left-link .type-link {
	padding-left:10px;
	padding-right:10px;
	margin-left:90px;
}
.i-sec-wrap .right-cont {
	padding-top:68px;
}
.i-fir-wrap .left-wrap .cent-cont {
	padding-top:68px;
}
.busimess-title-intro {
	font-size:38px;
	line-height:76px;
}
.busimess-title-intro-cn {
	width:55%;
	font-size:20px;
	line-height:40px;
}
.infor-title-intro {
	font-size:42px;
	line-height:84px;
}
.infor-title-intro-cn {
	width:50%;
	font-size:22px;
	line-height:44px;
}
.webplan-right-box {
	padding:40px 80px;
}
.information_text_box {
	padding:30px 50px;
}
.function-wrapper .aui-info .aui-text-wrapper {
	height:220px;
}
.case-item-title {
	font-size:24px;
}
.tgg_about_allshow {
	padding-bottom:240px;
}
/* 20201125修改 */
	.tgg_business_pageoneimgbox {
	height:55px;
}
.tgg_business_pageoneimgbox img {
	max-width:50px;
}
.tgg_business_pageonetitle {
	font-size:17px;
}
.tgg_business_pageoneintro {
	margin-top:1px;
}
.tgg_business_titlebig {
	font-size:31px;
	line-height:38px;
}
.tgg_business_pagetwo {
	padding:88px 0;
}
.baibgwrap {
	padding:88px 0;
}
.tgg_business_pagefive {
	padding-top:80px;
	padding-bottom:100px;
}
.tgg_business_pagetwolist li {
	width:22%;
	margin-right:4%;
}
.tgg_business_pagefourmain {
	padding-top:1vw;
}
.tgg_businessthere_img {
	width:38px;
	height:46px;
}
.tgg_ebusiness_wrap li {
	margin-top:80px;
}
.tgg_ebusiness_wrap li:nth-of-type(1) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(2) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(3) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(4) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(5) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(6) {
	margin-top:40px;
}
.bg_box_itemimg {
	width:38px;
	height:46px;
}
.tgg_wachaer_hover .case-item-title {
	font-size:24px;
}
.tgg_wachaer_hover .case-item-move {
	font-size:14px;
}
.tgg_case_itembottomcode {
	height:95px;
}
.ih-item.circle.effect13 a:hover .tgg_case_itembottomcode {
	width:95px;
}
.tgg_case_itembottommore .tgg_write_arrow {
	width:45px;
	height:45px;
	background-size:75% 75%;
}
.tgg_mark_bg {
	top:50px;
	left:90px;
}
.tgg_applet1_leftphone {
	width:330px;
}
.tgg_applet1_leftshow {
	width:430px;
}
.tgg_applet1_righlist li {
	padding:24px 4%;
}
.tgg_applet1_item_title {
	font-size:19px;
}
.applet_page02_pcphonebox {
	width:445px;
}
.applet_page03_right img {
	max-width:none;
	width:100%;
}
.applet_page03_imgpc {
	width:84%;
}
.applet_page05_icon {
	width:90px;
}
.gn_tgg_morenewbtn {
	margin-top:70px;
}
}@media screen and (max-width:1439px) {
.tgg_about_allshow {
	padding-bottom:220px;
}
.page_crumbs {
	padding-top:11px;
	padding-bottom:11px;
}
.w1520 {
	width:1200px;
}
.index-about .about-ban .data-ul {
    margin: 30px 0% 50px 0%;
}
.num-active-box>span {
    font-size: 52px;
}
.logo img {
    width: 230px;
}
.i-ban li .cent-cont {
	width:90%;
	left:5%;
	top:62%
}
.i-ban .btns {
	left:5%;
	bottom:10%;
}
.i-fir-wrap .left-wrap .link-box {
	margin-top:25px;
}
.i-sec-wrap .right-cont .link-box {
	margin-top:25px;
}
.tit-box {
	width:40%;
}
.i-thi-wrap .nav-box {
	width:60%;
}
.about-ban .num-top .line {
	height:148%;
}
.abso-input {
	width:430px;
}
.tijiao-btn {
	width:150px;
}
.baojia_submit {
	width:150px;
}
.input-box {
	width:35%;
}
.nav-ul>li {
	width:10%;
	margin-right:1.11%;
}
.about-ban .cont-wrap {
	left:5%;
}
/* 案例页面 */
.case_title-intro {
	font-size:45px;
	line-height:90px;
}
.title-intro-en {
	width:60%;
}
.office-info {
	margin-top:10px;
}
.office-info-en {
	margin-top:10px;
}
.about-wrap-box {
	padding-bottom:200px;
}
.tgg_about-wrap-boxnews {
	padding-bottom:0;
}
/* 网站策划 */
	.play-title-intro {
	font-size:45px;
}
.top-title-box {
	padding:40px 80px;
}
.plat-txt {
	font-size:28px;
	line-height:56px;
}
.play-item-info-en {
	display:none;
}
/* 小程序 */
	.superiority_intro {
	height:90px;
}
.sup_row {
	padding-bottom:0px;
}
.superiority_bottom_img4 {
	height:40px;
}
.superiority_bottom_img5 {
	height:40px;
}
.development_ul>li {
	padding:30px 20px;
}
/* 人工智能 */
	.ai_padding {
	padding:40px 100px;
}
/* 新闻中心 */
	.news-box {
	width:65%;
}
.news-box .type-link {
	margin-left:50px;
}
/* 合作伙伴 */
	/* .partner_ul>li {
	padding:0px;
	width:28%;
	margin:20px 2%;
}
*/
	.index_news_nav {
	display:none;
}
.bg-banner {
	height:auto;
}
.case_title-intro {
	font-size:38px;
	line-height:76px;
}
.case_title-intro-en {
	font-size:16px;
	line-height:32px;
}
.arrow-box {
	margin-top:3%;
}
.company-intro {
	width:95%;
	margin:0 auto;
}
.case-title {
	/* width:95%;
	*/
		margin:0 auto;
}
.i-thi-wrap .nav-box .left-link .type-link {
	padding-left:10px;
	padding-right:10px;
	margin-left:80px;
}
.about-img-one {
	height:auto;
}
.about-img-two {
	height:auto;
}
.about-img-one>img {
	width:100%;
	height:auto;
}
.about-img-two>img {
	width:100%;
	height:auto;
}
.applet_title_cn {
	width:65%;
}
.i-fir-wrap .left-wrap .cent-cont {
	padding-top:42px;
}
.i-sec-wrap .right-cont {
	padding-top:42px;
}
.about-title-intro {
	font-size:40px;
	line-height:70px;
}
.about-title-intro-cn {
	width:55%;
}
.webplan-title-intro {
	font-size:35px;
	line-height:70px;
}
.about_development {
	padding:40px 80px;
}
.webplan-title-intro-cn {
	font-size:20px;
	line-height:40px;
}
.busimess-title-intro {
	font-size:32px;
	line-height:64px;
}
.busimess-title-intro-cn {
	width:55%;
	font-size:20px;
	line-height:40px;
}
.infor-title-intro {
	font-size:35px;
	line-height:70px;
}
.infor-title-intro-cn {
	width:50%;
	font-size:18px;
	line-height:36px;
}
.ai_title-intro {
	font-size:35px;
	line-height:70px;
}
.ai_title-intro-cn {
	width:40%;
	font-size:18px;
	line-height:36px;
}
.font-sign-two {
	font-size:32px;
	line-height:64px;
}
.i-ban li .word p.banner-two {
	height:55px;
}
.webplan-right-box {
	padding:40px 80px;
}
.function-wrapper .aui-info .aui-text-wrapper {
	height:280px;
}
.case-item-title {
	font-size:24px;
}
.applet_case_right {
	padding:0 80px;
	padding-left:100px;
	padding-right:30px;
}
.logo img {
	display:inline-block;
	width:220px;
}
/* 20201125修改 */
	.tgg_business_pageoneimgbox {
	height:55px;
}
.tgg_business_pageoneimgbox img {
	max-width:50px;
}
.tgg_business_pageonetitle {
	font-size:17px;
}
.tgg_business_pageoneintro {
	margin-top:1px;
}
.tgg_business_pageonetitle {
	margin-top:12px;
}
.tgg_business_titlebig {
	font-size:30px;
	line-height:38px;
}
.tgg_business_titlesmail {
	font-size:14px;
}
.tgg_business_pagetwo {
	padding:78px 0;
}
.baibgwrap {
	padding:88px 0;
}
.tgg_business_pagefive {
	padding-top:80px;
	padding-bottom:100px;
}
.tgg_business_pagetwolist li {
	width:22.5%;
	margin-right:3.333%;
}
.tgg_business_pagefourmain {
	padding-top:1vw;
}
.tgg_businessthere_img {
	width:34px;
	height:38px;
}
.paifa_only .tgg_businessthere_img {
	width:30px;
}
.peisong_only .tgg_businessthere_img {
	width:48px;
}
.tgg_ebusiness_wrap li {
	margin-top:80px;
}
.tgg_ebusiness_wrap li:nth-of-type(1) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(2) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(3) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(4) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(5) {
	margin-top:40px;
}
.tgg_ebusiness_wrap li:nth-of-type(6) {
	margin-top:40px;
}
.bg_box_itemimg {
	width:38px;
	height:46px;
}
.tgg_wachaer_hover .case-item-title {
	font-size:20px;
}
.tgg_wachaer_hover .case-item-move {
	font-size:13px;
}
.tgg_case_itembottomcode {
	height:90px;
}
.ih-item.circle.effect13 a:hover .tgg_case_itembottomcode {
	width:90px;
}
.tgg_case_itembottommore .tgg_write_arrow {
	width:45px;
	height:45px;
	background-size:75% 75%;
}
.tgg_business_pageone {
	padding:80px 0;
}
.tgg_business_pagetwotitle {
	font-size:20px;
	line-height:32px;
}
.tgg_business_pagetwobottom {
	padding:28px 5%;
}
.tgg_business_pagetwomore {
	height:40px;
	line-height:40px;
	margin-top:25px;
}
.tgg_business_pagefour_icon {
	width:75px;
}
.tgg_business_pagefour_title {
	font-size:20px;
}
.padding_bottom_newsbox {
	padding-top:80px;
	padding-bottom:180px;
}
.tgg_mark_bg {
	top:50px;
	left:90px;
}
.tgg_applet1_leftphone {
	width:300px;
}
.tgg_applet1_leftshow {
	width:400px;
}
.tgg_applet1_itemicon {
	width:46px;
}
.tgg_applet1_item_title {
	font-size:18px;
}
.tgg_applet1_item_intro {
	font-size:14px;
	line-height:18px;
}
.tgg_applet1_right {
	padding-left:4%;
}
.tgg_applet1_righlist li {
	padding:15px 4%;
	margin-bottom:12px;
}
.applet_more_btn .tgg_business_pagetwomore {
	width:152px;
	height:44px;
	line-height:44px;
	font-size:15px;
}
.applet_page02_pcphonebox {
	width:380px;
	padding-top:30px;
}
.applet_page03_right img {
	max-width:100%;
}
.applet_page05_icon {
	width:90px;
}
.tgg_same_padding120 {
	padding:80px 0;
}
/* 20201125修改 */}.two_code_img_box {
	width:100%;
	text-align:center;
}
.two_code_img_box img {
	width:120px;
	height:auto;
}
.two_code_wrap {
	margin-top:5px;
	margin-right:120px;
}
@media screen and (max-width:1440px) {
	.two_code_wrap {
	margin-top:26px;
	margin-right:10px;
}
.company_info_text {
	font-size:15px;
	line-height:30px;
}
.two_code_img_box img {
	width:110px;
}
.tgg_mark_bg {
	top:50px;
	left:90px;
}
}/* 2020-03-04案例hover新增效果 */
@media screen and (max-width:1366px) {
	.tgg_write_arrow {
	width:45px;
	height:45px;
	margin-top:22px;
}
/* 2020-03-11新增 */
.tgg_new2020_show {
	margin-top:60px;
}
.tgg_swiper-father {
	padding:0 75px;
	/* padding-right:65px;
	*/
}
.about_team_item {
	width:95%;
	margin:0 auto;
}
.about_team_itemtop {
	}#about_team_tgg .about_team_tgg {
	padding:0 1%;
}
.about_team_itemname {
	font-size:22px;
}
.about_team_itemzw {
	font-size:16px;
}
.about_us_twocode_box {
	width:90px;
	height:90px;
}
.tgg_about_allshow {
	padding-bottom:190px;
}
/* 20201125修改 */
		.tgg_business_pageoneimgbox {
	height:48px;
}
.tgg_business_pageoneimgbox img {
	max-width:45px;
}
.tgg_businessthere_img {
	width:33px;
	height:38px;
}
.tgg_business_pagefour_icon {
	width:70px;
}
.tgg_business_pagesix_bottom {
	font-size:13px;
	line-height:23px;
}
.tgg_business_pagefive .tgg_business_titlebox {
	margin-bottom:30px;
}
.tgg_ebusiness_wrap {
	justify-content:flex-start;
}
.tgg_ebusiness_wrap::after {
	display:none;
}
.bg_box_itemimg {
	width:32px;
	height:40px;
}
.tgg_ebusiness_wrap .service_area_name {
	margin-top:3px;
}
.tgg_business_pagesixlist li {
	width:25%;
	margin-bottom:50px;
}
.tgg_business_pagesixlist li:nth-of-type(5) {
	width:33.33%;
	margin-bottom:0px;
}
.tgg_business_pagesixlist li:nth-of-type(6) {
	width:33.33%;
	margin-bottom:0px;
}
.tgg_business_pagesixlist li:nth-of-type(7) {
	width:33.33%;
	margin-bottom:0px;
}
.tgg_business_pagesix_icon {
	width:18px;
	height:22px;
}
.tgg_business_pagesix_iconbox {
	width:48px;
	height:48px;
}
.tgg_business_pagesix_title {
	font-size:15px;
	margin-top:8px;
}
.tgg_business_pagesix_yuan {
	width:32px;
	height:32px;
}
.tgg_business_pagesix_number {
	font-size:15px;
}
.tgg_business_pagesix_linebox {
	padding:28px 0;
}
.tgg_business_pagesix_bottom {
	padding:0 3%;
	font-size:10px;
	line-height:20px;
}
.tgg_businessthere_text {
	font-size:15px;
}
.tgg_businessthere_leftnav li a {
	height:45px;
}
.tgg_businessthere_leftnav li {
	margin-bottom:10px;
}
.tgg_mark_bg {
	top:50px;
	left:80px;
}
.tgg_applet1_leftphone {
	width:290px;
}
.tgg_applet1_leftshow {
	width:390px;
}
.tgg_applet1_itemicon {
	width:44px;
}
.tgg_applet1_item_title {
	font-size:16px;
}
.tgg_applet1_item_intro {
	height:36px;
	font-size:13px;
}
.applet_more_btn .tgg_business_pagetwomore {
	width:146px;
	height:42px;
	line-height:42px;
	font-size:14px;
}
.tgg_same_padding100 {
	padding:70px 0;
}
.applet_page02_pcphonebox {
	width:355px;
}
.applet_page03_right img {
	max-width:100%;
}
.gn_morebtn {
	margin-top:40px;
}
.gn_tgg_morenewbtn {
	margin-top:65px;
}
.applet_page03_imgpc {
	width:84%;
}
.applet_page04_content .tgg_business_pagetwointro {
	margin-top:15px;
	font-size:14px;
	line-height:20px;
}
.applet_page04_content .tgg_business_pagetwomore {
	height:36px;
	line-height:36px;
}
.tgg_same_padding120 {
	padding:70px 0;
}
.applet_page05_icon {
	width:83px;
}
/* 20201125修改 */}@media screen and (max-width:1240px) {
	.nav-ul-box .nav-ul {
	display:flex;
	justify-content:space-between;
}
.nav-ul>li {
	width:auto;
	margin:0;
}
}.news_phone_righttgg {
	display:none;
}
@media screen and (max-width:1200px) {
	/* 2020-03-11新增 */
		.tgg_new2020_navlist {
	width:100%;
	display:flex;
	justify-content:space-between;
}
.tgg_new2020_navlist li {
	padding:0;
	width:25%;
	flex:1;
}
.rongyu_phone_a {
	display:block;
	width:100%;
}
.rongyu_phone_a img {
	display:block;
	width:100%;
}
.tgg_new2020_navlist li a {
	font-size:16px;
	border-bottom:1px solid transparent;
	padding-bottom:3px;
}
.tgg_new2020_navlist li.tgg_navactive a {
	border-bottom:1px solid rgba(0,0,0);
}
.tgg_swiper-father {
	padding:0;
}
.tgg_swiper-father .swiper-button-prev {
	display:none;
}
.tgg_swiper-father .swiper-button-next {
	display:none;
}
.tgg_new2020_show {
	margin-top:25px;
}
.tgg_about_allshow {
	padding-top:60px;
	padding-bottom:60px;
}
.about_team_itemtop {
	padding:0 6%;
	padding-top:30px;
	padding-bottom:20px;
}
.tgg_same_case_banner .swiper-slide {
	padding:0 2%;
}
.about_team_item {
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	border-radius:20px;
}
.about_team_itemname {
	font-size:20px;
}
.tgg_same_case_banner {
	padding-bottom:70px;
}
.jingcai_active_wrap .swiper-slide {
	transform:scale(1);
}
.jingcai_active_wrap .tgg_swiper-father {
	padding:0;
}
.jingcai_active_text {
	display:none;
}
.jingcai_active_wrap .swiper-slide a:after {
	display:none !important;
}
.jingcai_active_wrap .swiper-slide a::before {
	display:none;
}
.jingcai_active_wrap .layer-mask {
	display:none !important;
}
.jingcai_active_wrap .tgg_same_case_banner {
	padding-bottom:60px;
	padding-top:0;
}
.tgg_same_case_banner {
	padding-bottom:60px;
}
#rongyu_phone {
	padding-top:12px;
}
.right_nav_box {
	display:none;
}
.m-nav-box {
	display:block;
}
.w1520 {
	width:90%;
	margin:0 auto;
}
/* .i-ban {
	height:700px;
}
*/
	.i-fir-wrap .right-wrap {
	float:none;
	width:100%;
	height:500px;
}
.i-fir-wrap .left-wrap {
	width:100%;
}
.i-fir-wrap .left-wrap .link-box {
	margin-bottom:50px;
}
.i-fir-wrap .left-wrap .cent-cont {
	box-sizing:border-box;
	width:100%;
}
.i-sec-wrap .img-box {
	float:none;
	width:100%;
}
.i-sec-wrap .right-cont {
	float:none;
	width:100%;
	margin-right:0;
	padding-top:0;
	box-sizing:border-box;
	display:block;
	padding:50px 0;
	padding-left:8%;
}
.tit-box {
	float:none;
	width:100%;
}
.i-thi-wrap .nav-box {
	width:100%;
	float:none;
	margin-top:60px;
}
.i-thi-wrap .nav-box .left-link .type-link {
	margin-left:0;
	margin-right:50px;
}
.ins-ban {
	height:776px;
}
.about-ban .num-top .line {
	height:100%;
}
.input-box {
	float:none;
	width:80%;
	margin:0 auto;
	position:static;
}
.abso-input {
	width:100%;
	position:static;
}
.company-info {
	width:100%;
	float:none;
	margin-top:50px;
}
.banner_ul>li>img {
	width:100%;
	display:block;
	height:auto;
}
.nav_model_ul {
	padding-top:140px;
	width:100%;
	text-align:center;
}
.nav_model_ul>li {
	margin-bottom:30px;
}
.nav_model_ul>li>a {
	
	font-size:22px;
	line-height:44px;
	color:#fff;
}
.padding_top {
	padding-top:80px;
	display:block;
}
.i-thi-wrap .list-wrap li {
	width:33%;
}
/* 案例页面 */
	.case_title-intro {
	font-size:40px;
	line-height:60px;
}
.data-ul>li {
	width:30%;
	margin-right:0;
	margin-top:20px;
	margin-right:30%;
}
.data-ul>li:nth-of-type(2) {
	margin-right:0;
}
.data-ul>li:nth-of-type(4) {
	margin-right:0;
}
.one-p {
	/* display:none;
	*/
}
.lianxi-box {
	margin-top:10px;
}
.officeleft {
	padding:60px 80px;
	padding-bottom:40px;
}
.office-info-en {
	display:none;
}
.about-wrap-box {
	padding-bottom:40px;
}
.tgg_about-wrap-boxnews {
	padding-bottom:0;
}
/* 网站策划 */
	.play-title-intro {
	font-size:40px;
	line-height:80px;
}
.play-title-intro-cn {
	width:60%;
}
.plat-txt {
	font-size:25px;
	line-height:50px;
}
.top-title-box {
	padding:40px 60px;
}
.play-right-box {
	padding:50px 80px;
}
.case-wrap-mat ul li {
	width:33%;
}
/* 小程序 */
	.applet_img_box {
	width:60px;
	height:60px;
}
.applet_img_box>img.shezhi {
	width:60px;
	height:60px;
}
.applet_img_box>img.deng {
	width:44px;
	height:60px;
}
.applet_img_box>img.xuzhang {
	width:44px;
	height:60px;
}
.applet_img_box>img.fuwu_ico {
	width:60px;
	height:59px;
}
.applet_main_top {
	margin-top:40px;
}
.development_ul {
	margin-top:10px;
}
.bg_ico_box {
	width:100px;
	height:100px;
}
.entrance_bg_img {
	width:140px;
	height:140px;
	background-size:40% 40%;
}
.superiority_item_txt {
	font-size:14px;
	line-height:28px;
}
.superiority_intro {
	height:120px;
}
.case_img_box {
	width:100%;
}
.case_img_box>img {
	width:100%;
}
.case_item_info {
	width:100%;
	margin-top:40px;
}
/* 信息化建设 */
	.info_item_bg {
	width:137px;
	height:137px;
}
.info_item_bg2 {
	width:137px;
	height:137px;
}
.info_item_bg3 {
	width:137px;
	height:137px;
}
/* 电子商务 */
	.business_item_show>li {
	width:25%;
	margin:0 auto;
}
/* 人工智能 */
	.ai_padding {
	padding:30px 40px;
}
.ai_item_box>.ai_padding {
	width:100%;
}
.ai-main {
	padding-top:40px;
	padding-bottom:30px;
}
.ai_img_box {
	width:100%;
}
.ai-item-title {
	text-align:center;
}
.ai-item-line {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}
.ai_width {
	width:100%;
}
.ai_width_box {
	margin-top:30px;
}
/* 新闻中心 */
	.news-box {
	width:100%;
}
.news-box .type-link {
	margin-left:0px;
	margin-right:40px;
	margin-top:30px;
}
/* 合作伙伴 */
	.cooperation-left {
	width:100%;
}
.cooperation-right {
	width:100%;
	margin-top:50px;
}
.partner_ul>li {
	padding:0px;
	width:22%;
	margin:20px 1.5%;
}
.index_news_nav {
	display:none;
}
.aui-rotate-item-fr {
	width:100%;
}
#slider-wrap {
	margin:0 auto;
}
.applet_case_right {
	width:100%;
	margin-top:50px;
}
.play_box {
	padding-bottom:150px;
}
.news_titles_name {
	width:50%;
	float:left;
}
.i-thi-wrap .news_move_box {
	width:50%;
	float:right;
	margin-top:0;
}
/* 案例详情 */

	.case_item_left {
	width:100%;
	text-align:center;
}
.case_item_left img {
	width:auto;
}
.case_item_right {
	width:100%;
	padding-left:80px;
	margin-top:30px;
}
.case_details_pages {
	box-sizing:border-box;
	padding:0 80px;
}
.case_title-intro {
	font-size:24px;
	line-height:48px;
}
.case_title-intro-en {
	width:90%;
	font-size:14px;
	line-height:28px;
}
.title-intro-en {
	width:50%;
	font-size:18px;
	line-height:36px;
}
.play-title-intro-cn {
	width:90%;
}
.play-title-intro-cn {
	font-size:16px;
	line-height:32px;
}
.play-title-intro {
	font-size:32px;
	line-height:64px;
}
.i-ban li .word {
	font-size:32px;
	line-height:64px;
}
.i-ban li .word p {
	height:48px;
}
.i-ban li .cent-cont {
	top:72%;
}
.i-sec-wrap .right-cont {
	padding-right:8%;
}
.i-fir-wrap .left-wrap .cent-cont {
	padding-right:8%;
}
.about-title-intro {
	font-size:24px;
	line-height:48px;
}
.about-title-intro-cn {
	font-size:14px;
	line-height:28px;
	width:60%;
}
.about_development {
	padding:20px 40px;
}
.busimess-title-intro {
	font-size:22px;
	line-height:44px;
}
.busimess-title-intro-cn {
	width:60%;
	font-size:16px;
	line-height:32px;
	margin-top:15px;
}
.infor-title-intro {
	font-size:28px;
	line-height:56px;
}
.infor-title-intro-cn {
	width:60%;
	font-size:16px;
	line-height:32px;
}
.ai_title-intro {
	font-size:35px;
	line-height:70px;
}
.ai_title-intro-cn {
	width:60%;
	font-size:16px;
	line-height:32px;
}
.font-sign-two {
	font-size:30px;
	line-height:60px;
}
.i-ban li .word p.banner-two {
	height:50px;
}
.function-wrapper .aui-info .aui-text-wrapper {
	height:240px;
}
.case-item-title {
	font-size:20px;
}
/* tgg修改 */
	.desc img {
	display:block;
	margin:0 auto;
	margin-top:18px;
}
.pages_box {
	width:100%;
}
.function-wrapper .control {
	width:100%;
	text-align:center;
}
#js_function-orbit-next {
	float:right;
}
#counter {
	margin-left:0;
	margin-right:0;
	width:80%;
	text-align:center;
	display:inline-block;
	position:static;
	float:none;
}
.aui-icon {
	margin-top:10px;
}
.m-nav-box_sty2 {
	display:block;
}
.m-nav-box_sty2>.lines_box {
	width:42px;
	display:inline-block;
	line-height:10px;
}
.m-nav-box_sty2>.lines_box>.line {
	background:#333;
	width:70%;
	height:2px;
	display:inline-block;
}
.case_details_sty02 {
	padding-top:75px;
}
.case_details_sty02main {
	padding-top:40px;
	padding-bottom:80px;
}
.news_details_sty02title {
	width:100%;
	margin-right:0%;
}
.news_details_right {
	display:none
}
.case_details_sty02txt_left {
	width:100%;
	margin-right:0%;
}
.case_details_sty02txt_right {
	display:none
}
.news_details_sty02title .news_details_left_sx {
	font-size:14px;
	line-height:5vw;
}
.contact_main_body_left .contact_info_text {
	font-size:14px;
}
.contact_main_body_right .contact_main_body_right_erweima {
	width:32%;
	margin:0 0.5%
}
.contact_main_body_right .contact_main_body_right_erweima .contact_main_body_right_erweima_text {
	font-size:14px;
}
.case_details_sty02titletxt {
	font-size:18px;
	line-height:36px;
}
.case_details_sty02href_lt {
	font-size:15px;
	margin-top:2px;
}
.case_details_sty02href_rt {
	font-size:16px;
	width:60px;
	height:35px;
}
.case_details_sty02title {
	padding-bottom:30px;
}
.case_details_sty02href_introbox {
	padding:30px 0;
}
.case_details_sty02href_introp {
	font-size:15px;
	line-height:2em;
	padding-bottom:30px;
}
.company-info {
	display:none;
	padding:0;
}
.foot {
	padding-bottom:70px;
}
.case_details_sty02main {
	padding-bottom:0;
}
.case_details_sty02rwap {
	padding-bottom:80px;
}
.side {
	display:none;
}
.case_details_hrefbox {
	text-align:center;
	padding-top:0;
	padding-bottom:8px;
}
.case_details_sty02href_center {
	margin-right:0;
}
.case_details_commonsty {
	font-size:14px;
}
.case_details_hrefbox a {
	display:inline-block;
	width:100%;
	margin:12px 0;
}
.watch_look_href {
	width:120px;
	margin-top:55px;
}
.watch_look_icon {
	margin-right:10px;
}
.case_details_sty01 .cases_detailsn {
	padding:70px 0px;
	padding-top:50px;
}
.news_phone_righttgg {
	display:block;
	float:right;
}
.news_phone_righttgg .index_case_move {
	display:inline-block;
	font-size:14px;
	line-height:42px;
	color:#777;
	background:url(../image/ico_09.png) no-repeat left center;
	padding-left:22px;
	transition:all 0.3s ease 0s;
}
.tgg_new_case-title .news_titles_name {
	float:left;
}
.i-thi-wrap .tgg_new_case-title  .nav-box {
	float:left;
	width:100%;
}
.newsdetail_content {
	width:100%;
}
.case_details_sty02main {
	width:90%;
}
.about-info-left {
	width:60%;
}
.about-info-right {
	width:40%;
}
.about-ban .cont-wrap {
	top:13%;
}
.about-ban .num-top .num>.num-active {
	font-size:80px;
}
.about-ban .list-cont .num>.num-active {
	font-size:80px;
}
/* 20201125修改 */
	.tgg_business_pageone {
	padding:45px 0;
}
.tgg_business_pageonelist {
	display:flex;
	justify-content:space-between;
}
.tgg_business_pageonelist li {
	width:33.33%;
	box-sizing:border-box;
	padding:0 1%;
	margin-bottom:0px;
}
.tgg_business_pageonelist li:nth-of-type(4) {
	width:50%;
	display:none;
}
.tgg_business_pageonelist li:nth-of-type(5) {
	width:50%;
	display:none;
}
.tgg_business_pageonelist::after {
	display:none;
}
.tgg_business_pageoneimgbox {
	height:40px;
}
.tgg_business_pageoneimgbox img {
	max-width:38px;
}
.tgg_business_pageonetitle {
	font-size:13px;
	margin-top:2px;
}
.tgg_business_pageoneintro {
	font-size:10px;
}
.tgg_business_pagetwo {
	padding:48px 0;
}
.tgg_business_titlebig {
	font-size:20px;
	line-height:26px;
}
.tgg_business_titlesmail {
	font-size:10px;
	width:78%;
	margin:0 auto;
	line-height:18px;
	margin-top:3px;
}
.tgg_business_titlebox {
	margin-bottom:45px;
}
.tgg_business_pagetwolist li {
	width:48%;
	margin-right:4%;
	margin-bottom:17px;
}
.tgg_business_pagetwolist li:nth-child(4n) {
	margin-right:4%;
}
.tgg_business_pagetwolist li:nth-child(2n) {
	margin-right:0%;
}
.tgg_mark_bg {
	display:none !important;
}
.tgg_business_pagetwobottom {
	padding:18px 5%;
}
.tgg_business_pagetwotitle {
	font-size:16px;
}
.tgg_business_pagetwointro {
	font-size:12px;
	height:48px;
}
.tgg_business_pagetwomore {
	height:32px;
	line-height:32px;
	margin-top:11px;
	width:98px;
	font-size:13px;
}
.tgg_business_pagethere {
	padding-top:55px;
	padding-bottom:80px;
}
.phone_solutione_warp {
	display:block;
}
.pc_solutione_warp {
	display:none;
}
.tgg_businessthere_content {
	display:none;
}
.tgg_businessthere_left {
	width:100%;
	padding:0;
}
.phone_solutione_warp li {
	width:25%;
	box-sizing:border-box;
	padding:0 1%;
	margin-bottom:6px;
}
.phone_solutione_warp li a {
	display:block;
	width:100%;
	height:32px;
	line-height:32px;
	font-size:12px;
	color:#166eff;
	/* background:#166eff;
	*/
		text-align:center;
	border-radius:4px;
	background:#fff;
}
.tgg_businessthere_right {
	width:100%;
	border:none;
	padding:0;
}
.tgg_businessthere_right {
	margin-top:25px;
}
.tgg_businessthere_rightbox {
	width:100%;
	padding:0;
}
.tgg_businessthere_itembox {
	display:block;
	margin-bottom:20px;
}
#business_bg {
	background:#1f3f70 !important;
}
.phone_solutione_itemmain {
	margin-top:15px;
}
.tgg_businessthere_itembox {
	padding:15px 16px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:0;
	padding-top:15px;
}
.phone_solutione_warp li.onactive a {
	background:#166eff;
	color:#fff;
}
.tgg_businessthere_itemtitle {
	font-size:17px;
}
.tgg_businessthere_itemline {
	height:2px;
	margin-top:13px;
	margin-bottom:16px;
}
.tgg_businessthere_itemintro {
	font-size:12px;
	line-height:22px;
	height:auto;
}
.tgg_businessthere_itemzx {
	margin-top:30px;
	margin-bottom:30px;
}
.tgg_businessthere_itemzx a {
	width:100px;
	height:34px;
	border-radius:17px;
}
.tgg_businessthere_itemiconlist {
	justify-content:flex-start;
}
.tgg_businessthere_itemiconlist li {
	width:33.33%;
	margin-bottom:19px;
}
.tgg_businessthere_icon_item {
	min-width:75px;
}
.tgg_businessthere_text {
	text-align:center;
}
.tgg_business_pagesix_bottom {
	padding:0 4%;
}
.tgg_businessthere_img {
	width:28px;
	height:30px;
}
.paifa_only .tgg_businessthere_img {
	width:25px;
}
.peisong_only .tgg_businessthere_img {
	width:40px;
}
.tgg_businessthere_text {
	font-size:12px;
	margin-top:6px;
}
.tgg_business_pagethere {
	padding-bottom:60px;
}
.baibgwrap {
	padding:45px 0;
}
.tgg_business_pagefourmain {
	padding-top:0px;
}
.tgg_business_pagefourlist li {
	width:48%;
	margin:0 1%;
	margin-bottom:10px;
	border-radius:5px;
}
.tgg_business_pagefourlist li:nth-of-type(3) {
	width:31.33%;
	/* display:none;
	*/
}
.tgg_business_pagefourlist li:nth-of-type(4) {
	width:31.33%;
	/* display:none;
	*/
}
.tgg_business_pagefourlist li:nth-of-type(5) {
	width:31.33%;
	/* display:none;
	*/
}
.tgg_business_pagefour_icontop {
	padding:13px 0;
}
.tgg_business_pagefour_icon {
	width:48px;
}
.tgg_business_pagefour_title {
	font-size:14px;
	margin-top:0px;
}
.tgg_business_pagefour_intro {
	padding:0 3%;
	box-sizing:border-box;
	font-size:10px;
	line-height:18px;
}
.tgg_business_pagefourlist li a {
	padding-bottom:23px;
}
.tgg_business_pagefive {
	padding:45px 0 !important;
}
.tgg_yymodel_wrap .call_me .call_me-item {
	width:85%;
	height:400px;
}
.tgg_yymodel_wrap .call_me .call_me-item .call_me-content>h4 {
	font-size:20px;
	padding:35px 0 35px;
}
.call_me .call_me-item .call_me-content>img {
	width:160px;
}
.tgg_business_pagesever .tgg_wachaer_hover {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.tgg_business_pagesever .tgg_wachaer_hover::before {
	display:none;
}
.tgg_business_pagesever .tgg_wachaer_hover::after {
	display:none;
}
.tgg_business_pagesever .tgg_news_hover li {
	width:49%;
	margin-right:2%;
	margin-bottom:10px;
}
.tgg_business_pagesever .tgg_news_hover li:nth-child(even) {
	margin-right:0%;
}
.tgg_business_pagesever .tgg_news_hover .ih-item.circle.effect13 .info {
	opacity:1;
	background:rgba(0,0,0,0.3);
}
.tgg_case_itembottom {
	display:none;
}
.tgg_business_pagesever .tgg_wachaer_hover .case-item-move {
	display:none;
}
.tgg_business_pagesever .ih-item.circle.effect13.top_to_bottom .info h3 {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	color:#fff;
	visibility:visible;
	text-align:center;
	font-size:15px;
	opacity:0.8;
}
.tgg_business_pagesever .pages {
	margin-top:50px;
}
.tgg_business_pagesever {
	padding-bottom:55px;
}
.padding_bottom_newsbox {
	padding-top:45px;
	padding-bottom:70px;
}
.tgg_ebusiness_wrap li {
	width:25% !important;
	margin:0% !important;
	margin-top:28px !important;
}
.tgg_case_ulwrap {
	display:flex;
	flex-wrap:wrap;
}
.bg_box_itemimg {
	width:27px;
	height:35px;
}
.tgg_same_padding100 {
	padding:50px 0;
}
.tgg_applet1_content {
	display:block;
}
.tgg_applet1_left {
	width:100%;
}
.tgg_applet1_leftbox {
	display:block;
}
.tgg_applet1_leftphone {
	width:56%;
}
.tgg_applet1_leftshow {
	width:80%;
	left:auto;
	right:0;
}
.tgg_applet1_right {
	width:100%;
	padding:0;
	margin-top:45px;
}
.tgg_applet1_righlist li {
	width:100%;
	margin:0;
	margin-bottom:15px;
	padding:14px 6%;
}
.tgg_applet1_itemicon {
	width:42px;
}
.tgg_applet1_item_title {
	font-size:15px;
}
.tgg_applet1_item_intro {
	font-size:12px;
	line-height:16px;
	height:32px;
}
.applet_more_btn .tgg_business_pagetwomore {
	margin:0 auto;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
}
.applet_page02_pc {
	display:none;
}
.applet_page02_phone {
	display:block;
}
.applet_page02_phone li {
	width:100%;
	margin:0 0 15px;
	position:relative;
	background:#fff;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.05);
	box-sizing:border-box;
	padding:12px 5%;
	border-radius:5px;
	height:auto;
}
.applet_page02_phoneitem {
	display:flex;
	flex-wrap:wrap;
}
.applet_page02_phonenum {
	width:70px;
	display:flex;
	justify-content:center;
	align-items:center;
	
	color:#999;
	font-size:40px;
	opacity:0.1;
}
.applet_page02_phoneintro {
	width:calc(100% - 70px);
	box-sizing:border-box;
	padding-left:5%;
}
.applet_page02_phonetitle {
	font-size:15px;
	color:#333;
}
.applet_page02_phoneintrop {
	font-size:12px;
	line-height:16px;
	color:#888;
}
.gn_tgg_morenewbtn {
	margin-top:40px;
}
.applet_page03_mainbox {
	flex-wrap:wrap;
}
.tgg_applet1_content {
	padding:0;
}
.applet_page03_left,.applet_page03_right {
	padding:0;
}
.applet_page03_left {
	width:100%;
}
.applet_page03_imgpc {
	display:none;
}
.applet_page03_imgphone {
	display:block;
}
.applet_page03_center {
	display:none;
}
.applet_page03_right {
	width:100%;
	margin-top:35px;
}
.gn_morebtn {
	padding:0;
}
.tgg_same_padding120 {
	padding:60px 0;
}
.applet_page04 .tgg_business_titlebig {
	font-size:18px;
}
.applet_page04 .tgg_business_titlebox {
	margin-bottom:40px;
}
.applet_page04_content .tgg_business_pagetwobottom {
	padding:15px 5%;
	padding-bottom:20px;
}
.applet_page04_content .tgg_business_pagetwointro {
	font-size:12px;
	line-height:16px;
	height:32px;
	margin-top:5px;
}
.applet_page04_content .tgg_business_pagetwomore {
	height:31px;
	line-height:31px;
	margin-top:15px;
}
.applet_page05_list {
	flex-wrap:wrap;
	padding:0;
}
.applet_page05_item {
	width:33.33%;
	margin-bottom:26px;
}
.applet_page05_icon {
	width:50px;
}
.applet_page05_title {
	font-size:12px;
	margin-top:6px;
}
.applet_page05_item:nth-of-type(4) {
	width:50%;
	margin-bottom:0px;
}
.applet_page05_item:nth-of-type(5) {
	width:50%;
	margin-bottom:0px;
}
/* 20201125修改 */}/*小屏幕*/
@media screen and (max-width:760px) {
	.i-ban {
	height:480px;
}
.haed_nav {
	height:75px;
	line-height:75px;
}
.m-nav-box>.lines_box>.line1 {
	width:70%;
}
.m-nav-box>.lines_box>.line2 {
	width:70%;
}
.m-nav-box>.lines_box>.line3 {
	width:70%;
}
.logo>img {
	width:180px;
}
.logo div {
	display:none;
}
#slider-wrap ul#slider li,#slider-wrap {
	width:320px;
	height:180px;
}
/* .i-thi-wrap .list-wrap li {
	margin-top:0px;
}
*/
	.aui-rotate-box {
	margin-top:0px;
}
.m-nav-box,.m-nav-change {
	box-sizing:border-box;
}
.lines_box {
	padding-top:20px;
}
.nav_model_ul {
	padding-top:95px;
	width:100%;
	text-align:center;
}
.nav_model_ul>li {
	margin-bottom:20px;
}
.nav_model_ul>li>a {
	
	font-size:18px;
	line-height:36px;
}
.i-ban .btns span {
	width:90px;
}
.i-ban li .word {
	font-size:28px;
	line-height:40px;
}
.i-ban li .word p {
	height:50px;
}
.i-ban li .cent-cont {
	top:30%;
	margin-top:0;
}
.i-ban .btns {
	bottom:10%;
}
.mgtop {
	margin-top:50px;
}
.i-fir-wrap .left-wrap .cent-cont {
	padding-top:38px;
	padding-right:8%;
}
.i-column-wrap.black .stit a {
	font-size:30px;
}
.i-column-wrap.black .mtit {
	font-size:18px;
}
.i-sec-wrap .right-cont {
	padding-right:8%;
	padding-top:30px;
}
.i-column-wrap .mtit {
	font-size:18px;
}
.i-sec-wrap .right-cont .stit {
	line-height:40px;
}
.i-column-wrap.white .stit {
	font-weight:normal;
}
.i-column-wrap.white .stit a {
	font-size:28px;
	
	font-weight:normal;
}
.index_item {
	width:100%;
	padding-bottom:40px;
}
.index_item_margin {
	padding-bottom:10px;
}
.casemagtop {
	padding: 30px 0;
    margin-bottom: 0;
}
.i-thi-wrap .nav-box {
	margin-top:30px;
}
.i-thi-wrap .nav-box .left-link .type-link {
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}
/* .i-thi-wrap .nav-box .more {
	display:none;
}
*/
	.i-thi-wrap .list-wrap {
	margin-top:30px;
}
.i-thi-wrap .list-wrap li {
	float:none;
	width:100%;
	margin-top:20px;
}
.i-thi-wrap .list-wrap li:nth-of-type(1) {
	display:block;
}
.i-thi-wrap .list-wrap li:nth-of-type(2) {
	display:block;
}
.i-thi-wrap .list-wrap li:nth-of-type(3) {
	display:block;
}
.i-thi-wrap .list-wrap li:nth-of-type(4) {
	display:block;
}
.ntit-box img {
	width: 65px;
    margin-right: 9px;
    margin-top: -3px;
}
.ntit-box .intr {
    font-size: 25px;
}
.about-ban .cont-wrap {
	top:8%;
}
.about-ban .num-top {
	display:none;
}
.about-ban .cent-cont {
	display:none;
}
.about-ban .top-tit h4 {
	font-size:30px;
	line-height:50px;
}
.about-ban .top-tit .tit {
	margin-top:10px;
	
	width: 100%;
}
.about-ban .top-tit .tit-intro {
	width:100%;
	margin-top:20px;
}
.i-thi-wrap .tit-box h4 {
	font-size:30px;
}
.newmagtop {
	padding-top:40px;
	padding-bottom:40px;
}
.i-thi-wrap .list-wrap .new-box>li {
	float:none;
	width:100%;
	border-radius:10px;
	padding:30px;
}
/* .i-thi-wrap .nav-box {
	display:none;
}
*/
	.cooperation-left {
	float:none;
	width:100%;
}
.cooperation {
	padding-top:40px;
	padding-bottom:40px;
}
.cooperation-title {
	font-size:30px;
}
.cooperation-intro {
	margin-top:20px;
}
.cooperation-right {
	width:100%;
	margin-top:20px;
}
.padding_top {
	display:none;
}
.input-box {
	width:100%;
}
.company-intro {
	width:100%;
}
.tijiao-btn {
	width:120px;
	height:45px;
	line-height:45px;
	border-radius:5px;
}
.baojia_submit {
	width:120px;
	height:45px;
	line-height:45px;
	border-radius:5px;
}
.one-row {
	padding-top:40px;
	width:90%;
	margin:0 auto;
}
.company-logo img {
	}.nav-ul-box {
	width:90%;
	margin:0 auto;
	margin-top:30px;
}
.nav-ul>li {
	width:30%;
	margin-right:5%;
	margin-top:6px;
}
.nav-ul>li:nth-of-type(3) {
	margin-right:0;
}
.nav-ul>li:nth-of-type(6) {
	margin-right:0;
}
.nav-ul>li:nth-of-type(9) {
	margin-right:0;
}
.company_info_box {
	width:90%;
	margin:0 auto;
	margin-top:20px;
}
.company_info_text {
	font-size:14px;
}
.compang_two_code {
	margin-top:-85px;
	margin-right:5%;
}
.company-intro {
	padding-bottom:20px;
}
/* 案例页面 */
	.case_title-intro {
	font-size:20px;
	line-height:40px;
}
.case_title-intro-en {
	display:none;
}
.down-arrow {
	width:45px;
	height:45px;
}
.down-line {
	width:40%;
	margin-top:20px;
	margin-left:3%;
}
.arrow-box {
	margin-top:8%;
}
.case-nav-box .left-link .type-link {
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
}
.case-wrap-mat ul li {
	float:none;
	width:100%;
	margin-bottom:20px;
	border-radius:5px;
}
.case-mian {
	padding-bottom:60px;
	padding-top:40px;
}
.pages-btns {
	padding-top:50px;
}
.case-mian .title-box h4 {
	font-size:20px;
	line-height:40px;
}
.case-nav-box {
	margin-top:15px;
}
/* 关于页面 */
	.about-us-mian {
	width:100%;
}
.title-intro-en {
	width:90%;
	font-size:18px;
	line-height:36px;
}
.advantage-main {
	margin-top:40px;
	padding:30px 30px;
}
.data-ul>li {
	float:none;
	width:100%;
}
.about-info-left {
	float:none;
	padding:50px 0px;
	width:100%;
}
.about-info-right {
	display:none;
}
.tgg_about-us-info-box {
	display:block;
}
.about-info-title {
	font-size:30px;
	line-height:60px;
	text-align:center;
}
.company-name-title {
	text-align:center;
}
.advantage-line {
	margin:10px auto;
	display:block;
	width:25px;
}
.company-intro-txt {
	width:90%;
	margin:0 auto;
}
.lianxi-box {
	display:flex;
	justify-content:center;
}
.our-serve {
	padding:30px 0;
}
.our-serve-title {
	text-align:center;
	font-size:20px;
	line-height:40px;
}
.our-serve-intro {
	width:90%;
	margin:0 auto;
	margin-top:10px;
}
.our-serve-ul {
	margin-top:40px;
}
.our-serve-ul>li {
	width:90%;
	margin:0 auto;
	margin-left:5%;
	margin-top:20px;
}
.office_one {
	display:none;
}
.about-img-two {
	display:none;
}
.about-img-one {
	width:100%;
	height:auto;
}
.officeleft {
	width:100%;
	padding:30px 0px;
}
.office-title {
	text-align:center;
	font-size:20px;
	line-height:40px;
}
.office-info {
	width:80%;
	margin:0 auto;
	margin-top:6px;
}
.officeright {
	width:100%;
}
.our-serve-img-box {
	margin:0 auto;
}
.our-serve-name {
	text-align:center;
	font-size:18px;
	line-height:36px;
	
}
.our-serve-item-intro {
	width:90%;
	margin:0 auto;
	margin-top:10px;
}
.our-advantage {
	text-align:center;
	font-size:20px;
	line-height:40px;
}
/* 网站策划 */
	.play-title-intro {
	font-size:22px;
	line-height:44px;
}
.play-title-intro-cn {
	width:100%;
	font-size:16px;
	margin-top:10px;
	line-height:30px;
}
.webplan-line {
	width:25px;
	margin-top:8px;
}
.top-title-box {
	padding:20px 10px;
	margin-top:-60px;
}
.plat-txt {
	font-size:20px;
	line-height:40px;
	
	color:#333;
}
.top-txt-line {
	width:25px;
	margin-top:10px;
	margin-bottom:12px;
	background-color:#555;
}
.play-info {
	font-size:14px;
	line-height:28px;
}
.play-info-two {
	display:none;
}
.play-main-comtent {
	margin-top:60px;
}
.play-left-box {
	width:100%;
}
.play-right-box {
	width:100%;
	padding:30px 10px;
}
.play-item-title {
	font-size:20px;
	line-height:40px;
}
.two-play-item {
	float:right;
}
.play-item-box {
	margin-bottom:20px;
}
.play-top-box {
	padding-bottom:60px;
}
.play_item_right>h4 {
	font-size:20px;
	line-height:40px;
}
.plan_move {
	margin-top:4px;
}
.play_box {
	padding-top:30px;
	padding-bottom:60px;
}
/* 小程序 */
	.applet_ul_box {
	padding:40px 10px;
}
.applet_img_box {
	width:50px;
	height:50px;
}
.applet_img_box>img.shezhi {
	width:50px;
	height:50px;
}
.applet_img_box>img.deng {
	width:38px;
	height:50px;
}
.applet_img_box>img.xuzhang {
	width:40px;
	height:50px;
}
.applet_img_box>img.fuwu_ico {
	width:50px;
	height:49px;
}
.technology {
	font-size:14px;
	line-height:28px;
}
.technology_en {
	display:none;
}
.development_adv {
	padding:30px 10px;
	padding-bottom:60px;
}
.development_ul>li {
	width:100%;
	margin-top:20px;
	padding:10px 20px;
}
.bg_ico_box {
	width:60px;
	height:60px;
	background-size:50% 50%;
}
.adv_title {
	font-size:20px;
	line-height:40px;
}
.adv_info {
	width:70%;
}
.applet_main_top {
	width:100%;
}
.entrance_title {
	font-size:20px;
	line-height:40px;
}
.entrance_content {
	padding:40px 10px;
}
.entrance_bg_img {
	width:62px;
	height:62px;
}
.entrance_ul>li {
	width:50%;
	margin:0 auto;
	margin-bottom:20px;
}
.entrance_title_item {
	font-size:16px;
	line-height:32px;
}
.applet_superiority_title {
	font-size:20px;
	line-height:40px;
}
.applet_superiority {
	padding:30px 0;
}
.applet_superiority_ul>li {
	width:100%;
	margin:0 auto;
	margin-bottom:30px;
}
.applet_superiority {
	width:100%;
}
.superiority_bottom_img,.superiority_bottom_img2,.superiority_bottom_img3,.superiority_bottom_img4,.superiority_bottom_img5 {
	display:none;
}
.superiority_intro {
	height:auto;
}
.case_item_info {
	padding:30px 0px;
}
.case_item_text {
	font-size:20px;
	line-height:40px;
}
.case_item_line {
	background-color:#666;
	width:22px;
}
.case_item_info_txt {
	font-size:14px;
	line-height:28px;
}
.arrow_icon {
	font-size:38px;
}
.pages {
	font-size:20px;
	line-height:40px;
    margin-top: 20px;
}
.lade_move {
    float: none;
}
.body-wrap {
    margin-top: 75px;
}
.xie_line {
	font-size:20px;
	line-height:40px;
}
/* 信息化建设 */
	.info_title {
	font-size:20px;
	line-height:40px;
}
.info_core {
	padding-top:40px;
}
.info_item_bg {
	width:80px;
	height:80px;
	background-size:65% 65%;
}
.info_item_bg2 {
	width:80px;
	height:80px;
	background-size:60% 60%;
}
.info_item_bg3 {
	width:80px;
	height:80px;
	background-size:65% 65%;
}
.construction_list>li {
	width:100%;
	margin:0 auto;
	margin-bottom:30px;
}
.construction_list {
	margin-top:30px;
}
.construction_item {
	font-size:18px;
	line-height:36px;
}
.service_area_title {
	font-size:20px;
	line-height:40px;
}
.service_area_intro {
	margin-top:10px;
}
.service_area {
	background-size:auto;
	background-attachment:scroll;
	padding:40px 0 60px 0;
}
.service_area_list>li {
	width:20%;
	margin:0 auto;
	margin-top:30px;
}
.service_area_list>li a {
	display:block;
}
.service_area_name {
	font-size:14px;
	line-height:28px;
}
.information_top {
	margin-top:30px;
}
/* 电子商务 */
	.business_main {
	padding:60px 0;
	padding-top:40px;
}
.business_title {
	font-size:20px;
	line-height:40px;
}
.business_list {
	margin-top:10px;
	padding-bottom:30px;
}
.business_list>li {
	width:30%;
	margin:0 auto;
	margin-right:5%;
	padding:10px 0;
	margin-bottom:20px;
}
.business_list>li:nth-of-type(1) {
	display:none;
}
.business_list>li:nth-of-type(5) {
	margin-right:5%;
}
.business_list>li:nth-of-type(4) {
	margin-right:0px;
}
.business_list>li:nth-of-type(6) {
	margin-right:5%;
}
.business_list>li:nth-of-type(7) {
	margin-right:0px;
}
.business_list>li:nth-of-type(9) {
	margin-right:5%;
}
.business_list>li:nth-of-type(10) {
	margin-right:0px;
}
.business_img_box>img {
	width:100%;
	height:auto;
}
.business_img_box {
	width:50px;
	height:50px;
}
.business-mian {
	padding:60px 0;
	padding-top:40px;
}
.business_item_show {
	padding:50px 10px;
}
.business_item_show>li {
	width:100%;
	margin-bottom:30px;
}
.type_name {
	font-size:22px;
	line-height:44px;
}
/* 人工智能 */
	.ai_item {
	width:80px;
	height:80px;
}
.ai_bg1 {
	background-size:65% 65%;
}
.ai_bg2 {
	background-size:60% 65%;
}
.ai_bg3 {
	background-size:65% 65%;
}
/* 新闻中心 */
.new-main {
	padding-top:40px;
	padding-bottom:60px;
}
.news_title {
	font-size:30px;
	line-height:60px;
}
.news-box .type-link {
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
}
.news-content-box li {
	width:100%;
	padding:20px;
}
.newsdetails_title {
	font-size:20px;
	line-height:40px;
}
.newsdetail_data {
	font-size:16px;
	line-height:32px;
}
.newsdetails-main {
	padding-bottom:60px;
}
.service_box li{
   padding:30px;
}
.service_box li .fuwu35{
    width: 100%;
}
.service_box li .fuwu35 .p1{
    font-size: 14px;
    margin-top: 10px;
}
.service_box li .fuwu35 .p2{
    font-size: 30px;
}
.service_box li .fuwu35 .p3{
    font-size: 13px;
    margin-bottom: 10px;
}
.service_box .tag  a{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.service_box li .fuwu50{
    width: 100%;
    margin-top: 20px;
}
/* 合作伙伴 */
.cooperation-left {
	width:100%;
}
.cooperation-right {
	width:100%;
	margin-top:10px;
}
.partner_ul>li {
	padding:0px;
	width:45%;
	margin:20px 2.5%;
}
.partner_ul>li img {
	filter:grayscale(0%);
}
.index_news_nav {
	display:none;
}
.applet_case_right {
	padding:0 10px;
}
.function-wrapper .aui-title-subtitle {
	font-size:20px;
	line-height:40px;
}
.au-border-bottom {
	width:25px;
}
.function-wrapper .desc {
	font-size:14px;
	line-height:28px;
}
.news_titles_name {
	width:50%;
	float:left;
}
.i-thi-wrap .news_move_box {
	width:50%;
	float:right;
	margin-top:0;
}
.i-thi-wrap .list-wrap .new-box>li {
	padding:20px;
}
/* 案例详情 */
	.case_item_left img {
	width:100%;
}
.case_item_right {
	padding:0 15px;
}
.case_item_details_name {
	font-size:20px;
	line-height:40px;
}
.case_item_details_intro {
	font-size:14px;
	line-height:28px;
}
.case_item_state {
	font-size:18px;
	line-height:36px;
}
.data_title {
	font-size:16px;
	line-height:32px;
}
.data_num {
	margin-top:2px;
}
.case_details_pages {
	padding:0 15px;
}
.return_back {
	font-size:16px;
	line-height:32px;
	padding:10px 12px;
}
.bg-banner {
	height:auto;
}
.banner_ul>li>img {
	height:auto;
}
.about-img-two {
	width:100%;
	margin-top:15px;
	display:block;
}
.i-thi-wrap .nav-box .index_case_move {
	display:none;
}
.banner_ul>li>img.pc_banner {
	display:none;
}
.banner_ul>li>img.phone_banner {
	display:block;
}
.i-ban li .word {
	font-size:22px;
	line-height:44px;
}
.font-sign-two {
	font-size:22px;
	line-height:44px;
}
.i-ban li .word p .eng_text {
	font-size:18px;
	line-height:36px;
}
.i-ban .btns span {
	width:50px;
	margin-right:10px;
}
.i-ban li .word p.banner-two {
	height:auto;
}
.i-ban li .word p {
	height:auto;
}
.i-fir-wrap .right-wrap {
	height:auto;
}
.i-ban li .cent-cont {
	top:30%
}
.news_titles_name {
	width:70%;
}
.i-ban li .word p .eng_text {
	display:none;
}
.i-thi-wrap .news_move_box {
	width:30%;
	float:right;
}
.i-thi-wrap .nav-box .news_move_btn {
	float:right;
}
.case_details_pages {
	width:100%;
	margin:0 auto;
	margin-top:80px;
	margin-bottom:50px;
}
.i-ban .btns {
	bottom:10%;
}
.banner_ul>li>img.pc_bg_img {
	display:none;
}
.banner_ul>li>img.phone_bg_img {
	display:block;
}
.about-title-intro-cn {
	display:none;
}
.about-title-intro {
	font-size: 18px;
    line-height: 27px;
}
.about-title-phone-cn {
	display:block;
	width:90%;
}
.play-title-intro-cn {
	font-size:14px;
	line-height:28px;
}
.play-title-intro-tel {
	font-family:'pingFangSC-LIGHT';
	font-size:24px;
	color:#fff;
	width:45%;
	border-bottom:1px solid #fff;
}
.play-title-intro {
	font-size:20px;
	line-height:40px;
}
.play-title-line {
	height:2px;
	width:30px;
}
.partner_ul>li {
	width:20%;
	margin:0 2.5%;
	margin-top:15px;
}
.partner_ul>li img {
	width:100%;
}
.about-ban>.bgimg {
	display:none;
}
.ins-ban {
	width:100%;
	height:auto;
}
.about-ban>.bgimg2 {
	display:block;
	width:100%;
}
.about-ban .top-tit .tit-intro {
	display:none;
}
.about-ban .top-tit .phone_tit-intro {
	display:block;
	font-size:14px;
	line-height:28px;
	margin-top:15px;
}
.applet_superiority_ul>li {
	width:45%;
	margin:0 2.5%;
	margin-top:20px;
}
.superiority_intro {
	height:90px;
}
.entrance_bg_img1 {
	background-size:45% 42%;
}
.entrance_ul>li {
	width:32%;
}
.construction_list {
	padding-bottom:40px;
}
.ai_main_content {
	padding-top:10px;
	padding-bottom:30px;
}
.construction_intro {
	width:80%;
	text-align:center;
	margin:0 auto;
	margin-top:15px;
}
.ai_item {
	width:52px;
	height:52px;
}
.construction_item {
	margin-top:12px;
}
.door {
	background-size:70% 70%;
}
.passport {
	background-size:90% 90%;
}
.judicial {
	background-size:80% 80%;
}
.finance {
	background-size:70% 70%;
}
.security {
	background-size:70% 70%;
}
.troops {
	background-size:70% 70%;
}
.aviation {
	background-size:80% 80%;
}
.frontier {
	background-size:70% 70%;
}
.government {
	background-size:70% 70%;
}
.serve {
	background-size:80% 80%;
}
.i-thi-wrap .list-wrap {
	margin-top:0px;
}
.applet_case_right {
	margin-top:20px;
}
.applet_case_line {
	margin-top:15px;
}
.function-wrapper .aui-info .aui-text-wrapper {
	margin-bottom:36px;
}
.data-ul>li {
	float:left;
	width:50%;
	margin:0 auto;
}
.index-about .about-ban .data-ul {
    margin: 30px 0 50px 0;
}
.index-about .about-ban li {
    border-right: none;
}
.index-about .t1 {
    font-size: 20px;
}
.index-about .about-ban .img {
    font-size: 20px;
}
.num-active-box {
    margin-left: 0;
}
.info-num {
	margin-left: 0;
}
.num-active-box>span {
	font-size:26px;
	line-height:64px;
}
#num10:after {
	font-size: 16px;
    right: -20px;
    top: -10px;
}
#num11:after {
	font-size: 16px;
    right: -20px;
    top: -10px;
}
#num12:after {
	font-size: 16px;
    right: -20px;
    top: -10px;
}
#num13:after {
	font-size: 16px;
    right: -20px;
    top: -10px;
}
.index-about .fuwuneirong {
    padding: 30px 0;
}
.index-about .fuwuneirong .t1 {
    font-size: 18px;
}
.index-about .fuwuneirong .t2 {
    font-size: 16px;
}
.jieshao {
    padding: 30px 0;
}
.jieshao p {
    font-size: 20px;
}
.dianliang {
    padding: 30px 0;
}
.dianliang .tt1 {
    font-size: 24px;
}
.dianliang p {
    font-size: 16px;
}
.i-thi-wrap .list-wrap .new-box>li a>.pic {
    width: 100%;
	float: none;
	padding-top: 66.66%;
}
.i-thi-wrap .list-wrap .new-box>li a>.text1 {
    width: 100%;
    float: none;
}
.i-thi-wrap .list-wrap .new-box>li a h2 {
    font-size: 18px;
}
.weibuwenan {
    padding: 30px 0;
}
.weibuwenan .tt1 {
    font-size: 18px;
}
.weibuwenan .tt2 {
    font-size: 28px;
}
.weibuwenan .tt3 {
    font-size: 18px;
}
.aboutbt, .aboutbt2 {
    margin: 30px 0;
	padding: 15px 0;
}
.aboutbt .abouttitle1,.aboutbt2 .abouttitle1 {
    font-size: 24px;
}
.aboutbt .abouttitle2,.aboutbt2 .abouttitle2 {
    height: 2px;
    width: 160px;
}
.aboutbt2 .abouttitle3, .aboutbt .abouttitle3{
    font-size: 16px;
}
.w50{
    width:100%;
}
.w85{
    width:100%;
}
.w90{
   width:100%;
}
.w95{
    width:100%;
}
.quanan .baopin .left {
    width: 100%;
    float: none;
}
.quanan .baopin .left .tt1 {
    font-size: 32px;
}
.quanan .baopin .left .tt3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}
.quanan .baopin .right {
    width: 100%;
    font-size: 18px;
	float: none;
}
.quanan .baopin .right dd {
    margin-top: 9px;
    font-size: 10px;
}
.quanan .baopin .right span {
    font-size: 18px;
    margin-right: 10px;
}
.si p {
    font-size: 36px;
}
.si ul li {
    width: 49%;
    margin: 20px 0;
    padding: 0 3%;
    height: 230px;
}
.si ul li:nth-child(2n) {
    border-right: none;
}
.si ul li:nth-child(3) {
	border-right: 3px dashed #4d317c;
}
.si li .t1 {
    font-size: 38px;
}
.si li .t2 {
    padding: 5px 15px;
    font-size: 18px;
}
.si li .t3 {
    font-size: 16px;
    margin-top: 20px;
}
.jiazhi {
    padding: 30px 5%;
	margin: 0 auto;
}
.jiazhi .t1 {
    font-size: 26px;
}
.jiazhi .li1 {
    font-size: 22px;
    margin: 20px auto;
    width: 150px;
}
.jiazhi .li2 {
    font-size: 20px;
}
.adi2 p {
    font-size: 22px;
}
.adi2 .atd {
    font-size: 32px;
    letter-spacing: 0;
}
.adi2 {
    margin: 50px 0 0 0;
}
.dingwei li {
    margin: 0;
    width: 100%;
}
.dingwei li .dingwei1 {
    width: 30%;
}
.dingwei li .dingwei2 {
    font-size: 24px;
}
.dingwei li .dingwei3 {
    font-size: 18px;
}
.dingwei li .dingwei4w {
    margin: 10px 0 20px 0;
}
.dingwei li .dingwei4 {
    padding: 5% 0;
    font-size: 18px;
}
.celue li {
    width: 33.33%;
    padding: 0 2%;
    border-right: 2px dashed #4d317c;
}
.celue li p {
    margin: 5px 0;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
}
.duijie {
    padding: 0;
}
.duijie p {
    font-size: 20px;
}
.duijie ul {
    width: 100%;
}
.duijie li {
    font-size: 18px;
    padding: 10px 15px;
    margin: 5px;
	font-weight: normal;
}
.tuandui li {
    margin-right: 0;
    width: 100%;
	margin-bottom: 30px;
}
.tuandui .xinxi .xingming {
    font-size: 24px;
}
.tuandui .xinxi .xingming span img {
    width: 20px;
}
.tuandui .xinxi .zhiwei {
    font-size: 18px;
    margin: 5px 0 10px 0;
}
.tuandui .xinxi .jianjie {
    font-size: 14px;
}
.aabout1 {
    padding: 10px 0 ;
}
.aabout1 .p1 {
    font-size: 22px;
}
.aabout1 .p2 {
    font-size: 28px;
}
.adi .atd {
    border: 3px solid #4d317c;
    padding: 10px 25px;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.adi p {
    font-size: 20px;
}
.adi {
    text-align: center;
    padding: 30px 0 0 0;
}
.news-content-box li {
    margin-bottom: 20px;
}
.news-content-box li .pic {
    width: 100%;
	padding-top: 66.66%;
	float: none;
}
.news-content-box li a .text1 {
    width: 100%;
    float: none;
}
.contact_main {
    padding: 20px;
}

.contact_map {
    padding: 20px;
}
.contact_map #container {
    height: 300px;
}









.ico-div>img {
	width:100%;
	height:auto;
}
.ico-div {
	padding-top:20px;
	width:25px;
	height:25px;
}
.num-active-box:after {
	top:-10px;
}
.num-pro,.num-pro-move {
	font-size:14px;
	line-height:28px;
}
.index-about {
    padding: 30px 0 0 0;
}


.advantage-indro {
	margin-bottom:20px;
}
.our-serve-ul>li {
	width:50%;
	float:left;
	margin:0 auto;
	margin-top:25px;
}
.our-serve-img-box {
	height:35px;
	width:35px;
}
.our-serve-img-box>img {
	width:100%;
}
.our-serve-item-intro {
	width:80%;
	margin:0 auto;
	display:none;
}
.business-mian {
	width:100%;
}
.text_img {
	width:50px;
	height:40px;
}
.text_img img {
	width:100%;
}
.business_item_show>li {
	float:left;
	width:50%;
}
.type_eg {
	display:none;
}
.type_intro,.type_eg {
	width:80%;
	margin:0 auto;
}
.pingtuan {
	background-size:80% 80%;
}
.bargain_price {
	background-size:70% 70%;
}
.seckil {
	background-size:70% 70%;
}
.discount {
	background-size:80% 80%;
}
.draw {
	background-size:80% 80%;
}
.combo {
	background-size:70% 70%;
}
.share {
	background-size:70% 70%;
}
.sign {
	background-size:70% 70%;
}
.exchange {
	background-size:80% 80%;
}
.topup {
	background-size:80% 80%;
}
.business_case_title {
	margin-bottom:20px;
}
.business_img_box {
	width:35px;
	height:35px;
}
.business_item_show {
	margin-top:40px;
}
.business_main {
	padding-bottom:30px;
}
.info_item_bg {
	width:52px;
	height:52px;
}
.info_item_bg2 {
	width:52px;
	height:52px;
}
.info_item_bg3 {
	width:52px;
	height:52px;
}
.car {
	background-size:80% 80%;
}
.compant {
	background-size:80% 70%;
}
.canyin {
	background-size:80% 70%;
}
.jiudian {
	background-size:70% 80%;
}
.yiliao {
	background-size:80% 80%;
}
.jiaoyu {
	background-size:80% 80%;
}
.shejiao {
	background-size:80% 80%;
}
.meiti {
	background-size:80% 70%;
}
.lvyou {
	background-size:70% 80%;
}
.bangong {
	background-size:80% 70%;
}
.footer_title {
	font-size:20px;
	line-height:40px;
}
.immediately_consult_btn {
	padding:5px 20px;
	font-size:14px;
}
.company_name {
	display:none;
}
.compang_two_code>img {
	width:60px;
	height:auto;
}
.phone_sq_btn {
	display:block;
	text-align:center;
}
.superiority_intro {
	display:none;
}
.superiority_item_txt {
	margin:10px auto;
}
.webplan-title-intro-cn {
	width:70%;
}
.i-thi-wrap .list-wrap .new-box>li a>h2 {
	float:left;
	
	font-size:14px;
	line-height:28px;
	width:60%;
	overflow:hidden;
}
.i-thi-wrap .list-wrap .new-box>li a .data {
	display: none;
}
.i-thi-wrap .list-wrap .new-box>li {
	overflow:hidden;
}
.i-thi-wrap .list-wrap .new-box>li a .link-point {
	margin-top: 5px;
}
.i-thi-wrap .list-wrap .new-box>li {
	padding:15px 20px;
	margin-top: 15px;
}
.office_one {
	display:block;
}
.about-img-one {
	width:48%;
}
.about-img-two {
	width:48%;
	margin-top:0;
}
.applet_item_box {
	padding-bottom:30px;
}
.entrance_bg_img {
	transition:all 0.4s;
}
.entrance_bg_img1:hover {
	background-size:45% 42%;
}
.entrance_bg_img2:hover {
	background-size:40% 40%;
}
.entrance_bg_img3:hover {
	background-size:40% 40%;
}
.entrance_bg_img4:hover {
	background-size:40% 40%;
}
.entrance_bg_img5:hover {
	background-size:40% 40%;
}
.info_item_bg:hover {
	background-size:65% 65%;
}
.info_item_bg2:hover {
	background-size:60% 60%;
}
.info_item_bg3:hover {
	background-size:65% 65%;
}
.ai_bg1:hover {
	background-size:65% 65%;
}
.ai_bg2:hover {
	background-size:60% 65%;
}
.ai_bg3:hover {
	background-size:65% 65%;
}
.guiyang_compang {
	float:left;
	margin-top:15px;
}
.compang_address_title {
	font-size:16px;
	line-height:32px;
	margin-bottom:5px;
	margin-left:0;
}
.icon_img_box {
	display:none;
}
.company_info_text {
	margin-left:0px;
}
.compang_info_left>div {
	margin-bottom:3px;
}
.function-wrapper .aui-info .aui-text-wrapper {
	height:260px;
}
.two_code_wrap {
	display:none;
}
.company-intro {
	padding-bottom:0;
}
.i-ban .down-arrow-box {
	bottom:10px;
}

}.i-ban #active_line {
	display:none;
}
.i-wrap .up-graybox .case-caption .write-line {
	display:none;
}
.i-wrap .up-graybox .case-caption .case-item-move {
	display:none;
}
.i-wrap .up-graybox .case-caption {
	top:38%;
}
.write-line {
	display:none;
}
.case-item-move {
	display:none;
}
.case-wrap-mat .case-caption {
	top:38%;
}
.shao_two_code {
	font-size:14px;
	color:#fff;
	margin-top:12px;
}
.sjkj {
	margin-top:20px;
}
.case-nav-box .left-link .type-link.on {
	color:#333;
	border-bottom:1px solid #333;
}
.company-logo img {
	width:200px;
}
