﻿@charset "UTF-8";

.aside {
	position: fixed; 
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	z-index: 18;
	background: url(../../images/cpgwimages/aside.jpg) center top repeat;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.aside ul {
	margin-top: 100px;
}

.aside ul li a {
	display: block;
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

.aside ul li img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.aside ul li.consulting .img2 {
	display: none;
}

.aside ul li.consulting span {
	display: inline-block;
	margin: 0 2px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
}

.aside ul li.consulting span:nth-child(1) {
	-webkit-animation: consulting 0.6s 0.07s infinite ease-in-out;
	animation: consulting 0.6s 0.07s infinite ease-in-out;
}

.aside ul li.consulting span:nth-child(2) {
	-webkit-animation: consulting 0.6s 0.14s infinite ease-in-out;
	animation: consulting 0.6s 0.14s infinite ease-in-out;
}

.aside ul li.consulting span:nth-child(3) {
	-webkit-animation: consulting 0.6s 0.21s infinite ease-in-out;
	animation: consulting 0.6s 0.21s infinite ease-in-out;
}

@keyframes consulting {
	33% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	66% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes consulting {
	33% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	66% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.aside ul li.consulting.active {
	background: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.aside ul li.consulting.active a {
	color: #3F82ED;
}

.aside ul li.consulting.active span {
	background: #3F82ED;
}

.aside ul li.consulting.active .img1 {
	display: none;
}

.aside ul li.consulting.active .img2 {
	display: block;
}

.consulting_box {
	width: 250px;
	height: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 15;
	position: fixed;
	top: 0;
	right: -250px;
	box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
}

.consulting_box .title {
	background: url(../../images/cpgwimages/002.png) center top no-repeat;
	text-align: center;
	padding: 26px 0 2px 0;
	color: #fff;
}

.consulting_box .title_t1 {
	font-size: 12px;
}

.consulting_box .title_t2 {
	font-size: 16px;
	margin: 5px 0;
}

.consulting_type {
	padding: 40px 0;
	border-bottom: solid 1px #399BEC;
}

.consulting_type_title {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
}

.consulting_type ul {
	margin: 30px 0 20px 0;
}

.consulting_type ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	z-index: 2;
	position: relative;
	color: #666;
	margin: 0;
	text-align: left;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.consulting_type ul li a img {
	margin: 0;
	display: inline-block;
	padding-right: 30px;
}

.consulting_type ul li a .img2 {
	display: none;
}

.consulting_type ul li a:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3c9af2;
	opacity: 0;
	-webkit-transform: scale3d(1, 0.1, 1);
	transform: scale3d(1, 0.1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.consulting_type ul li a,
.consulting_type ul li a:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.consulting_type ul li a:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.consulting_type ul li a:hover {
	color: #fff;
}

.consulting_type ul li a:hover .img2 {
	display: inline-block;
}

.consulting_type ul li a:hover .img1 {
	display: none;
}

.consulting_box .problem {
	padding-top: 40px;
}

.consulting_box .problem_title {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
}

.consulting_box .problem ul {
	padding: 20px 0 0 30px;
}

.consulting_box .problem ul li {
	margin-bottom: 8px;
}

.consulting_box .problem ul li a {
	display: inline-block;
}

.consulting_box .problem ul li span {
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #3c9af2;
	margin: 3px 10px 3px 0;
	animation: none;
}

.consulting_box .problem ul li a {
	font-size: 12px;
	color: #818181;
}

.consulting_box .problem ul li a:hover {
	color: #3c9af2;
}

.consulting_type .time {
	color: #818181;
	font-size: 12px;
	padding-left: 30px;
}

.consulting_box .close {
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
}

.consulting_box .close img {
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.consulting_box .close:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.all_title1 { margin-top:30px; text-align: center; margin-bottom:25px;}
.all_title1 .title { width: 100%; background:url(../../images/about_t.jpg) top center no-repeat; height:80px; display:block;}
.all_title1 .title a{ color:#fff;}
.all_title1 .title a:hover{color:#F90;}
.all_title1 .text {
	color: #000;
	float: left;
	width: 50%;
	background-color: #5097f5;
	line-height: 36px;
	height: 36px;
	/* [disabled]text-align: left; */
	text-indent: 30px;
	font-size: 30px;
}

.all_title2 { background:url(../../images/ys_t.jpg) center no-repeat;height:148px; margin-bottom: 52px;}
.all_title3 { background:url(../../images/cp_t.jpg) center no-repeat;height:214px;}

.all_button {
	display: inline-block;
	background: #3B9FF2;
	border: solid 1px #3B9FF2;
	color: #fff;
	padding: 6px 30px;
	border-radius: 5px;
	overflow: hidden;
}

.all_button:hover {
	background: #fff;
	background: transparent;
	color: #3B9FF2;
}
.header .menu{
	line-height:50px;
	width: 100%;
	overflow: hidden;
	height: 50px;
}
.header {
	/* [disabled]height: 192px; */
	width: 100%; height:125px; top: 0px; z-index: 11; background:url(../../images/top.jpg) center no-repeat;}
.header .logo {
	width:350px;
	height:100px;
	margin-top:14px;
	margin-bottom:11px;
}
.top2{
	width:840px;
	float:right;
}
.header .tel{
	/* [disabled]width:306px; */
	margin-top:14px;
	/* [disabled]float:right; */
	margin-bottom:11px;
}
.header .header_menu ul { text-align: center;}
.header .header_menu ul li {
	display: inline-block;
	padding-top:2px\0;
	line-height: 50px;}
.header .header_menu ul li:hover{ background:#3f90eb;}
.header .header_menu ul li a {
	display: block;
	font-size:16px;
	/* [disabled]padding: 0 25px; */
	font-weight:bold;
	color: #fff;
	width: 136px;
	text-align: center;
}
.header .header_menu ul li a:hover,
.header .header_menu ul li a.active { opacity: 1; filter: alpha(opacity=100);}

.header .login {
	float: right;
	background: rgba(255, 255, 255, .1);
	margin: 20px 50px 0 0;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}

.header .login span {
	color: #fff;
}
.header .header_avatar {
    width: 30px; border-radius: 50%; height: 30px; overflow: hidden; display: block; float: left; margin-top: 3px;margin-left: 5px;
}
.header .header_avatar img {
    display: block;max-width: 100%;
}
.header .login a {
	padding: 0 10px 0 10px;
	color: #fff;
}

.header .md-show {
	display: none;
}

.header_scroll {
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.header .mobileMenuBtn {
	position: fixed;
	right: 20px;
	top: 18px;
	width: 32px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	display: none;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.header .mobileMenuBtn.active {
	right: 220px;
}

.header .mobileMenuBtn span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 8px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.header .mobileMenuBtn span:last-child {
	margin: 0;
}

.header .mobileMenuBtn span:first-child,
.header .mobileMenuBtn span:last-child {
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

.header .mobileMenuBtn.active span:first-child {
	transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
}

.header .mobileMenuBtn.active span:last-child {
	transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
}

.header .mobileMenuBtn span:nth-child(2) {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.header .mobileMenuBtn.active span:nth-child(2) {
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
}

.banner {
	overflow: hidden;
	text-align: center;
	z-index: 1;
	position: relative;
	background: #000;
	background: rgba(0, 0, 0, 0);
	/* [disabled]background-image:url(../../images/banner1.jpg); */
	height:514px;
	top: 192px;
}


.mpage {
	width: 100%;
	height: 688px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top:0;
	z-index:-1;
}

.anitOut {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.banner_img{
	left:50%;
	margin-left:-50%;
	width:100%;
}
.banner_img img{ width:100%;}
.banner_wen{
	position:absolute;
	/* [disabled]left:50%; */
	/* [disabled]margin-left:-50%; */
	width:100%;
	z-index:110;
}
.banner_title {
	color: #fff;
	font-size: 80px;
	padding-top: 260px;
	font-family: "迷你简综艺";
	text-shadow: 1px 2px 1px #333;
}
.banner_title b{
	color:#F90;
	font-weight: normal;
}
.banner_text {
	color: #000;
	background-image: url(../../images/bj1.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 38px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
.banner .item1{ background-image:url(../../images/banner1.jpg); background-position: center top; background-repeat:no-repeat;}
.banner .item2{ background-image:url(../../images/banner2.jpg); background-position: center top; background-repeat:no-repeat;}
.banner .item3{ background-image:url(../../images/banner3.jpg); background-position: center top; background-repeat:no-repeat;}
.banner_button {
	/* [disabled]margin-top: 30px; */
	font-family: "文鼎CS大黑";
	font-size: 30px;
	color: #FFF;
	position:absolute;
	/* z-index:0;
	[disabled]margin-left:-50%; */
	/* [disabled]left:50%; */
	/* [disabled]top: 0px; */
}
.banner_button span,.banner_text span{ color:#F00;}
.banner_button a {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 30px;
	border: solid 1px #fff;
	color: #fff;
}

.banner_button a:hover,
.banner_button a.active {
	background: #fff;
	color: #3ca0f3;
}

.banner .owl-pagination {
	 margin-top:150px;
}


.banner .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.banner .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
    border:1px #fff solid;
    transition:all .3s;
}

.banner .owl-theme .owl-controls .owl-page.active span,
.banner .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
    background: none;
}

.banner .owl-buttons {
	display:none;
}

.banner .owl-prev,
.banner .owl-next {
	
	width: 39px;
	height: 39px;
	border-radius: 100%;
	opacity: 0.5;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
    margin-top:-100px;
    display:none;
}

.banner .owl-prev {
	margin-left: 40px;
	float: left;
	display:none;
	background-color: #fff;
	background-image: url(../../images/cpgwimages/icon_prev2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.banner .owl-next {
	margin-right: 40px;
	float: right;
	background: #fff url(../../images/cpgwimages/icon_next2.png) center no-repeat;
    display:none;
}

.index_product {padding: 0px 0 50px;}

.index_product_content {
	/* [disabled]margin-left: -10px; */
}

.index_product_list {
	display: block;
	/* [disabled]margin: 0 0 10px 0px; */
	position: relative;
	overflow: hidden;
}

.index_product_list:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	content: '';
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
}

.index_product_list:hover:before {
	-webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

.index_product_list .list_backimg {
	overflow: hidden;
	margin: 10px 0px 10px;
}

.index_product_list .list_backimg1 {
	background-image: url(../../images/hc_r22_c30.jpg);
	background-repeat: repeat-y;
	background-position: right 0px;
	background-color: #5296F7;
	padding-right: 71px;
}

.index_product_list .list_backimg2 {
	background-image: url(../../images/hc_r22_c33.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 71px;
	background-color: #5296F7;
}
.index_product_list .list_backimg3 {
	/* [disabled]background-color: #5296F7; */
}

.index_product_list .list_backimg4 {
	/* [disabled]background-color: #5296F7; */
}

.index_product_list .list_backimg5 {
	background-image: url(../../images/hc_r22_c30.jpg);
	background-repeat: repeat-y;
	background-position: right 0px;
	background-color: #5296F7;
	padding-right: 71px;
}

.index_product_list .list_backimg6 {
	background-image: url(../../images/hc_r22_c33.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 71px;
	background-color: #5296F7;
}
.index_product_list .list_backimg1 .list_img,.index_product_list .list_backimg2 .list_txt,.index_product_list .list_backimg3 .list_txt,.index_product_list .list_backimg4 .list_img,.index_product_list .list_backimg5 .list_img,.index_product_list .list_backimg6 .list_txt{ float:right;}
.index_product_list .list_backimg1 .list_txt,.index_product_list .list_backimg2 .list_img,.index_product_list .list_backimg3 .list_img,.index_product_list .list_backimg4 .list_txt,.index_product_list .list_backimg5 .list_txtt,.index_product_list .list_backimg6 .list_img{ float:left;}
.index_product_list .cpf_l{
	float:left;	
}
.index_product_list .cpf_r{
	float:right;
}
.index_product_list .cppic1{
	background-image: url(../../images/hc_r22_c30.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]width: 100%; */
	background-color: #5197F6;
	padding-right: 50px;
}
.index_product_list .cppic1{
	background-image: url(../../images/hc_r22_c30.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]width: 100%; */
	background-color: #5197F6;
	padding-right: 50px;
}
.index_product_list .cppic2{
	background-image: url(../../images/hc_r22_c30.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]width: 100%; */
	background-color: #5197F6;
	padding-right: 50px;
}
.index_product_list .cppic3{
	background-image: url(../../images/hc_r22_c30.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]width: 100%; */
	background-color: #5197F6;
	padding-right: 50px;
}
.index_product_list .list_img {
	width: 48.9%;
	color: #FFF;
	background-color: #5296F7;
	height: 201px;
	text-align: center;
	overflow: hidden;
}
.index_product_list .list_img img{
	/* [disabled]max-height: 201px; */
}
.index_product_list .list_txt img{
	/* [disabled]width:325px; */
	max-height: 201px;
}
.index_product_list .list_txt {
	color: #fff;
	text-align: left;
	-webkit-animation: stretchdelay 0.3s infinite ease-in-out;
	animation: stretchdelay 0.3s infinite ease-in-out;
	overflow: hidden;
	width:51.1%;
}
.index_product_list .list_backimg2 .list_title,.index_product_list .list_backimg6 .list_title { padding-left:-10px;}
.index_product_list .list_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	text-align: left;
	padding-left: 10px;
}

.index_product_list .list_text {
	font-size: 100%;
	line-height: 22px;
	text-align: left;
	padding-left: 10px;
}

.platform_advantage {
	padding: 0px 0 30px;
	position: relative;
	overflow: hidden;
}

.platform_advantage_content {
	/* [disabled]margin-left: -100px; */
	overflow: hidden; margin:0 auto; width:990px;
}

.platform_advantage_list { background:url(../../images/ys_di1.jpg) bottom center no-repeat; padding-bottom:30px; display:block;overflow: hidden;}
.platform_advantage_list2 { background:url(../../images/ys_di2.jpg) bottom center no-repeat; padding-bottom:30px; display:block;overflow: hidden;}

.platform_advantage_img {
	float: left;
}
.platform_advantage_title{
	font-size:48px;
	line-height: 60px;
	font-family:"微软雅黑";
	font-weight: bold;
}
.platform_advantage_title span{ color:#d46a00;}
.adfloat_l{
	float:left;
	/* [disabled]width: 50%; */
}
.adfloat_r{
	float:right;
}
.platform_advantage_brief {
	color: #000;
	width: 50%;
}
.adfloat_r_tfr{ text-align:right;}
.platform_advantage_brief .brief_title { background:url(../../images/1.jpg) left center no-repeat;overflow: hidden; padding-left:65px; height:72px; display:block; border-bottom:1px dashed #a4c5da; margin-bottom:10px;}
.platform_advantage_brief .brief_title b{ font-size:24px; line-height:45px; height:45px; color:#c71922;}
.platform_advantage_brief .brief_title h3{ font-size:12px; line-height:24px; height:24px; color:#a4c5da;}
.platform_advantage_brief p{ line-height:24px; font-size:12px; padding-left:30px;}

.platform_advantage_brief .brief_title2 { background:url(../../images/2.jpg) left center no-repeat;overflow: hidden; padding-left:65px; height:72px; display:block; border-bottom:1px dashed #a4c5da; margin-bottom:10px; padding-top:45px;}
.platform_advantage_brief .brief_title2 b{ font-size:24px; line-height:45px; height:45px; color:#c71922;}
.platform_advantage_brief .brief_title2 h3{ font-size:12px; line-height:24px; height:24px; color:#a4c5da;}

.platform_advantage_brief .brief_title3 { background:url(../../images/3.jpg) left center no-repeat;overflow: hidden; padding-left:65px; height:72px; display:block; border-bottom:1px dashed #a4c5da; margin-bottom:10px; padding-top:45px;}
.platform_advantage_brief .brief_title3 b{ font-size:24px; line-height:45px; height:45px; color:#c71922;}
.platform_advantage_brief .brief_title3 h3{ font-size:12px; line-height:24px; height:24px; color:#a4c5da;}

.platform_advantage_brief .brief_title4 { background:url(../../images/4.jpg) left center no-repeat;overflow: hidden; padding-left:65px; height:72px; display:block; border-bottom:1px dashed #a4c5da; margin-bottom:10px; padding-top:45px;}
.platform_advantage_brief .brief_title4 b{ font-size:24px; line-height:45px; height:45px; color:#c71922;}
.platform_advantage_brief .brief_title4 h3{ font-size:12px; line-height:24px; height:24px; color:#a4c5da;}

.platform_advantage_brief .brief_text {
	overflow: hidden;
	line-height: 30px;
	padding: 10px 25px 15px 25px;
	border: 1px solid #edd9cc;
}
.platform_advantage_brief .brief_text_box{
	background-color: #FAF5F1;
	background-image: url(../../images/hc_r39_c11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0px 0px 10px;
	font-size: 14px;
	line-height: 36px;
}
.platform_advantage_brief .brief_text_2{
	text-indent:60px;
}
.waves_box canvas {
	height: 150px !important;
	width: 100% !important;
	margin-bottom: 30px;
}

.response_shows .response_shows_box {
	padding: 0 0 100px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.response_shows .response_shows_box img {
	width: 100%;
}

.response_shows .response_shows_width {
	position: relative;
}

.response_shows .response_shows_box .pic {
	overflow: hidden;
	position: absolute;
	float: none;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.response_shows .response_shows_box .pc {
	position: relative;
	margin-top: -2%;
	max-width: 75%;
	width: 100%;
}

.response_shows .response_shows_box .pc .pic {
	top: 2.5%;
	bottom: 20%;
	left: 2.22%;
	right: 1.5%;
}

.response_shows .response_shows_box .pad {
	position: absolute;
	bottom: 2%;
	right: 0px;
	max-width: 40%;
	width: 100%;
}

.response_shows .response_shows_box .pad .pic {
	top: 3%;
	bottom: 6%;
	left: 2%;
	right: 1.6%;
	overflow: hidden;
}

.response_shows .response_shows_box .phone {
	position: absolute;
	bottom: 0;
	right: 38%;
	max-width: 15%;
	width: 100%;
}

.response_shows .response_shows_box .phone .pic {
	top: 8%;
	bottom: 10.5%;
	left: 5%;
	right: 5%;
}

.response_shows .response_shows_box .item {
	width: 100%;
	height: 101%;
	position: relative;
	float: left;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.response_shows .response_shows_box .thumb {
	width: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -15%;
}

.response_shows .response_shows_box .thumb span {
	width: 25px;
	height: 25px;
	position: relative;
	float: left;
	border-radius: 100%;
	cursor: pointer;
	margin: 0 0 0 10px;
}

.response_shows .response_shows_box .thumb span:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	border: solid 1px #2D9EDD;
	background: #fff;
	z-index: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.response_shows .response_shows_box .thumb span:hover::before,
.response_shows .response_shows_box .thumb span.active:before {
	background: #2D9EDD;
}

.platform_advantage_bg {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.platform_advantage_bg_z {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.platform_advantage_bg li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -160px;
	-webkit-animation: square 28s infinite;
	animation: square 28s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.platform_advantage_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.platform_advantage_bg li:nth-child(1),
.platform_advantage_bg_z li:nth-child(1) {
	left: 10%
}

.platform_advantage_bg li:nth-child(2),
.platform_advantage_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}

.platform_advantage_bg li:nth-child(3),
.platform_advantage_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}

.platform_advantage_bg li:nth-child(4),
.platform_advantage_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background-color: rgba(255, 255, 255, .25)
}

.platform_advantage_bg li:nth-child(5),
.platform_advantage_bg_z li:nth-child(5) {
	left: 70%
}

.platform_advantage_bg li:nth-child(6),
.platform_advantage_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, .2)
}

.platform_advantage_bg li:nth-child(7),
.platform_advantage_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.platform_advantage_bg li:nth-child(8),
.platform_advantage_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}

.platform_advantage_bg li:nth-child(9),
.platform_advantage_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, .3)
}

.platform_advantage_bg li:nth-child(10),
.platform_advantage_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@-webkit-keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

@keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

.marketing_advantage { margin-top:30px;
	background: url(../../images/cpgwimages/0181.jpg) center top repeat;
}
.xinlai{ width:1200px; margin:0 auto; margin-top:30px;}
.xinlai_t{ width:100%; margin:0 auto; height:73px; display:block; background:url(../../images/xinlai.jpg) center no-repeat;}
.xinlai_con{ width:459px; height:397px; margin:0 auto; background:url(../../images/xinlai_l.jpg) left center no-repeat; display:block; padding-left:497px; padding-top:42px;}
.xinlai_text{ width:450px; border-bottom:2px dashed #626262; background:url(../../images/xinlai_t.jpg) left 80px center no-repeat; height:56px; margin-bottom:10px;}
.xinlai_con dl{ width:420px; border-bottom:1px dashed #CCC; display:block; padding:15px 0px 5px;}
.xinlai_con dl dt{ height:30px; line-height:30px; font-weight:bold; font-size:14px; padding-left:30px;}
.xinlai_con dl dd{ line-height:24px; font-size:12px; color:#888888; padding-left:30px;}

.changfang{ width:100%; background:url(../../images/cf_t_bg.jpg) top center no-repeat #efefef; height:430px; display:block;}
.cf_con{ width:1200px; margin:0 auto; padding-top:45px;}
.cf_title{ width:559px; height:26px; margin:0 auto; background:url(../../images/chang_t.png) top center no-repeat; display:block; padding-top:90px; margin-bottom:30px;}
.cf_title a{ width:92px; height:26px; display:block; background:#d01520; text-align:center; line-height:26px; margin:0 auto; color:#FFF;}
.cf_title a:hover{ color:#314f6b;}
.anli_con{ width:1200px; height:280px; margin:0 auto; margin-top:50px;}
#marquee6{
	width:1200px;
	height:360px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	margin-top:50px;
}
#marquee6 ul{
	position:relative;
	width:100%;
}
#marquee6 ul li{
	width:380px;
	height:360px;
	float:left;
	line-height:45px;
	text-align:center;
	margin:0 10px;
}
#marquee6 ul li img{
	width:100%;
	border-radius:20px;
	display: block;
}
#marquee6 ul li a{ color:#19327a; line-height:45px; text-align:center; height:45px;}
#marquee6 ul li span{
	height:45px;
	line-height:45px;
	font-size: 16px;
}
.tui_d{ width:100%; height:502px; background:url(../../images/tu.png) center no-repeat;}


.hezuo_title{ width:558px; height:60px; margin:0 auto; margin-top:30px; background:url(../../images/hezuo_t.jpg) center no-repeat; display:block; margin-bottom:20px;}
#marquee5{width:1200px;height:180px; overflow:hidden; position:relative;}
#marquee5 ul{ float:left; position:relative;}
#marquee5 ul li{ width:200px; height:180px; float:left; line-height:50px; text-align:center; padding:0 15px; overflow:hidden;}
#marquee5 ul li img{ width:200px; height:178px; border:1px solid #999;}
#marquee5 ul li a{ color:#314f6b;}

.marketing_advantage_content { width:100%; background:#e7e7e9; padding-top:40px; padding-bottom:30px;}
.cp_con{ width:1200px; margin:0 auto;}
.fl_cp{ width:224px; float:left;}
.fl_cp span{ width:224px; height:90px; display:block; background:#0a77d6; text-align:center; font-size:22px; font-weight:bold; color:#FFF; line-height:90px;}
.fl_cp ul{ padding:30px 15px; border:1px solid #0a77d6;}
.fl_cp ul li{ line-height:40px; height:40px; background:#5ba5e5; border-bottom:1px dashed #999; margin-bottom:10px; padding-left:42px;}
.fl_cp ul li a{ color:#fff;}
.fl_cp ul li a:hover{ color:#F00;}
.cp_list{ width:935px; float:right; background:#FFF; border-top:3px solid #0a77d6; padding-top:15px;}
.cp_list li{ width:31%; float:left; margin:0 9px;}
.marketing_advantage_list {
	position: relative;
	margin: 0 0 15px 15px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	overflow: hidden;
}
.marketing_advantage_list a img{
	border:1px solid #e1e1e1;
	padding:1%;
	width:97%;
}
.marketing_advantage_brief {
	/* [disabled]position: absolute; */
	/* [disabled]top: 30%; */
	/* [disabled]padding: 0 40px; */
}
.marketing_advantage_list a:hover img{border-color:#2e5fa1;}
.marketing_advantage_brief .brief_title {
	font-size: 100%; height:30px; line-height:30px;
	color: #606060;
	margin-bottom: 10px;
	text-align:center;
}

.marketing_advantage_brief .brief_title span {
	margin-left: 15px;
}

.marketing_advantage_brief .brief_text {
	font-size: 12px;
	color: #a5a5a5;
	line-height: 1.6;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.marketing_advantage_list:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.marketing_advantage_list:hover .brief_text {
	color: #333;
}

.partners { height:562px;
	/* [disabled]padding: 30px 0; */ background:url(../../images/about_bg.jpg) repeat-x; display:block; margin-top:30px;
}
.jianjie{
	width:1200px;
	margin:0 auto;
	margin-top:34px;
}
.jianjie .jj_pic{ float:left; width:42%;} 
.jianjie .jm j_wen{
	float:left;
	width:53%;
	margin-left:4%;
	line-height: 30px;
}
.jianjie .jj_wen{  width:98%; margin:0 auto;}
.jianjie .jj_wen b{ font-size:18px; color:#2e4c66; height:45px; line-height:45px; border-bottom:2px solid #cc141c; width:610px; display:block; margin-bottom:20px;}
.jianjie .jj_wen p{ line-height:30px; color:#555555;text-indent: 2em; font-size:12px;}
.wenhua{
	width:1200px;
	margin:0 auto;
	margin-top:36px;
}
.wenhua ul li{
	/* [disabled]width:32%; */
	float:left;
	/* [disabled]margin:0 0.5%; */
	text-align:center;
	line-height:24px;
}
.wenhua ul li.first{ width:340px; background-color:#000;}
.wenhua ul li.last{ width:860px; }
.wenhua ul li iframe{ width:100%; height:308px; background-color:#000;}
.wenhua ul li p{ width:80%; line-height:24px; margin:0 auto; margin-top:10px;}
.wenhua ul li dl{ float:left; width:24%; margin:0px 0.5% 5px;}
.wenhua ul li dl dt{ display:block;}
.wenhua ul li dl dt img{ max-width:100%;}
.partners_content {
	text-align: center;
	padding-top: 20px;
}
.partners_content li{
	float:left;
	width:16.6%;
}
.partners_content li img{ width:100%;}
.partners_content_list {
	display: inline-block;
	margin: 20px 10px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.partners_content_list:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.join_in {
	padding: 100px 0;
	background: url(../../images/cpgwimages/033.jpg) center top repeat;
	text-align: center;
}

.join_in_title {
	font-size: 36px;
	color: #fff;
}

.join_in_title span {
	color: #31b5ff;
}

.join_in_text {
	color: #e3e3e3;
	font-size: 18px;
	margin: 15px 0 50px 0;
}

.join_in_button {
	padding: 8px 60px;
}

.news_center { padding: 0px 0 30px; margin-top:30px;}

.news_center_list_title {font-size: 18px; color: #c61621; font-weight:bold; line-height: 40px; border-bottom: 1px solid #e1e1e1;}
.news_center_list_title a{ color:#0a77d6;}
.news_center_list_title a:hover{color:#F93;}

.xw_t{ width:100%; height:79px; display:block; background:url(../../images/xw_t.png) center no-repeat; margin-top:30px; margin-bottom:28px;}
.news_center_content { width:1200px; margin:0 auto;}

.news_center_list {}
.newslist{
	padding:10px 0px;
}
.newslist dl{
	width:31.333%;
	height:360px;
	float:left;
	margin:0px 1% 10px;
	background:url(../../images/xw_bg.jpg) no-repeat;
}
.newslist dl dt{ width:80px; height:93px; display:block; margin:0 auto; color:#FFF; text-align:center; padding:0 6px; line-height:45px; font-size:18px;}
.newslist dl dt span{ height:45px; border-bottom:1px solid #FFF; line-height:45px; display:block; font-size:18px;}
.newslist dl dd{ width:292px; padding:0 40px; text-align:center;}
.newslist dl dd b{ height:50px; line-height:50px; text-align:center; font-weight:bold;}
.newslist dl dd b a{ color:#0a0a0a;}
.newslist dl dd b a:hover{ color:#F00;}
.newslist dl dd p{ line-height:24px; color:#777777;}
.newslist dl dd span{ width:140px; height:38px; background:#19327a; display:block; margin:0 auto; text-align:center; line-height:38px; margin-top:20px;}
.newslist dl dd span a{ color:#FFF;}
.newslist dl dd span a:hover{ color:#F00;}


.newslist ul li{ height:30px; line-height:30px; font-size:14px;}
.newslist ul li a{ font-size:14px;}

.newslist .news_time{font-size: 12px; color: #ccc; float: right; margin-top: 3px;}
.news_center_list_img {
	overflow: hidden;
}

.news_center_list_img img {
    width:100%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.news_center_list_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news_center_content ul li a {
	display: block;
	color: #767676;
	font-size: 12px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 3px 0 3px 15px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	background-image: url(../../images/hc_r46_c10.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.news_center_content ul li a .text {
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_center_content ul li a .time {
	float: right;
	width: 20%;
	text-align: right;
}

.news_center_content ul li a:hover {
	color: #333;
	text-indent: 5px;
}

.footer { background:url(../../images/di_t.jpg) top center no-repeat #1a327a; width:100%; height:440px;}
.footer_content { width:1200px; margin:0 auto; height:330px; padding-top:110px;}

.footer_list {}

.quick_navigation_title{
	width:620px;
	float:left;
	margin-left:30px;
	color:#FFF;
	font-size:18px;
}
.quick_navigation_title b{ height:42px; line-height:42px; font-size:18px; color:#FFF; margin-bottom:20px; display:block; background:url(../../images/lx.png) left center no-repeat; padding-left:45px;}
.quick_navigation{
	width:300px;
}
.quick_navigation p{ float:left;}

.footer_nav{ width:260px; float:left; display:block; margin:0 auto; padding:8px 0px 24px; margin-bottom:18px;}
.footer_nav b{ height:42px; line-height:42px; font-size:18px; color:#FFF; margin-bottom:20px; display:block;}
.footer_nav ul li{ width:100px; height:30px; line-height:30px; border:2px solid #FFF; float:left; margin-right:26px; text-align:center; margin-bottom:20px;}
.footer_nav ul li a{ color:#FFF; font-size:14px;}
.footer_nav ul li a:hover{ color:#F00;}

.quick_navigation { height:50px; line-height:50px; color:#FFF;
	/* [disabled]padding-left: 50px; */}
.quick_navigation a{ float:left; padding:0 5px; color:#FFF;}
.quick_navigation dl{
	float:left;
	width:17%;
	margin-right:3%;
	line-height: 27px;
}
.quick_navigation  dl dt{padding:0 8px; border:1px solid #5097f5;}
.quick_navigation  dl dd{background-color:#fff;padding:0 8px;}
.quick_navigation p{ line-height:24px; font-size:14px; float:left;}
.quick_navigation img{
	float:right;
	width:150px;
	height:150px;
}
.quick_navigation ul li{}

.quick_navigation ul li a {
	display: block;
	margin-bottom: 10px;
	color: #8A8A8A;
	font-size: 13px;
}

.quick_navigation ul li a:hover {
	color: #fff;
}

.footer_link ul li {
	float: left;
}

.footer_link ul li a {
	display: block;
	margin: 0 1px 1px 0;
	background: #292929;
	color: #8A8A8A;
	font-size: 13px;
	padding: 5px 16px;
}

.footer_link ul li a:hover {
	color: #fff;
	background: #222;
}

.footer_cotact {
	color: #333;
	font-size: 12px;
}

.footer_cotact .footer_cotact_type {
	width: 15%;
	display: block;
	float: left;
}

.footer_cotact .footer_cotact_content {
	width: 85%;
	display: block;
	float: left;
}

.footer_cotact ul li {
	margin-bottom: 10px;
	overflow: hidden;
}

.footer_cotact ul li a {
	color: #8A8A8A;
}

.footer .copyright { height:70px; border-top:1px solid #FFF; line-height:70px;}
.footer .copyright p{ text-align:center; font-size:14px; color:#FFF; line-height:30px;}
.footer .footer_b{ width:100%; margin:0 auto;}
.footer .footer_b .footer_b_l{ float:left; margin-right:3%;}
.footer .footer_b .footer_b_r{
	float:left;
	text-align: left;
	color: #b2b2b2;
	line-height: 30px;
}
.z_banner {
	text-align: center;
	overflow: hidden;
}

.support_z_banner {
	padding: 150px 0 70px 0;
}

.z_banner_title {
	color: #ca151e;
	font-size: 50px; font-weight:bold;
	font-family: "文鼎CS大黑";
	text-shadow: 1px 2px 1px #fff;
	z-index:10;
	position:absolute;
	width:100%;
	left:50%;
	margin-left:-50%;bottom:40%;
}

.z_banner_text {
	color: #000;
	background-image: url(../../images/bj1.png);
	z-index:10;
	width:100%;
	left:50%;
	margin-left:-50%;
	top: 50%;
	font-size: 24px;
	font-weight: bold;
	position:absolute;
}
.z_banner_img {
	color: #333;
	font-size: 16px;
	position:absolute;
	left:50%;
	width:100%;
	margin-left:-50%;
	z-index:-2;
	top:190px;
	height: 455px;
}
.z_banner_img img {
	min-height:200px;}
.case_show_content { width:1200px; margin:0 auto; padding-top:20px;
	border-bottom: solid 1px #F7F7F7;
	overflow: hidden;}

.case_show_list {
	overflow: hidden; padding-bottom:30px;
	border-top: solid 1px #F7F7F7;
}
.case_show_pic{ float:left;}
.case_show_brief{ width:710px; float:right; }
.case_show_brief2{
	float:right;
	width: 460px;
}
.case_show_brief_title { text-align:center;
	color: #333;
	font-size: 16px;
}

.case_show_brief_title span {
	color: #8a8a8a;
}

.case_show_brief_text {
	color: #8a8a8a;
	margin: 20px 0px 30px 0;
	line-height: 1.8;
}
.case_show_brief_text p{ text-indent:2em;}
.case_show_brief_button .all_button {
	padding: 8px 50px;
}

.case_show_more {
	padding: 50px 0;
	text-align: center;
}

.case_show_more .all_button {
	padding: 8px 50px;
}

.know_more {
	text-align: center;
	padding: 50px 0;
}

.know_more_text {
	font-size: 16px;
	color: #818181;
	margin-bottom: 20px;
}

.know_more .all_button {
	margin: 0 15px;
}

.z_banner_input {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 50px auto 20px auto;
}

.z_banner_input input {
	background: #2A6EAA;
	color: #829BC4;
	border: solid 1px #78ADF4;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	text-indent: 20px;
}

.z_banner_input img {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

.hot_search {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.hot_search ul li {
	float: left;
	color: #C2D6F9;
	margin-right: 20px;
}

.hot_search ul li a {
	color: #A3BBE0;
}

.hot_search ul li a:hover {
	color: #C2D6F9;
}

.support_type { margin:0 auto; margin: 30px auto 30px; width:1200px;
}
.support_type2 { margin:0 auto; margin: 550px auto 30px; width:1200px;
}

.support_type_content {}
.support_type_content ul li{
	float:left;
	width:105px;
	display:block;
	/* [disabled]height:30px; */
	line-height:30px;
	border: solid 1px #e1e1e1;
	text-align: center;
	color: #7b7b7b;
	margin:0 12px 0px;
	position: relative;
	z-index: 1;
	padding: 5px 10px;
}
.support_type_content ul li ul li{ display:none;}
.support_type_content ul li:hover ul li{ display:block;  text-align:left; margin-top:5px; background: #bc191e; border: solid 1px #fff;transition: 0.3s all;
	-webkit-transition: 0.3s all;transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);}
.support_type_content ul li:hover ul li span{ display:none;transition: 0.3s all;
	-webkit-transition: 0.3s all;transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);}
.support_type_content ul li:hover ul li:hover{ width:1100px;}
.support_type_content ul li:hover ul li:hover span{ display:inline;color: #fff;}
.support_type_content ul li.active{color: #fff;background: #ca151e; border:1px solid #fff;}
.support_type_content ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 0;
	height: 100%;
	background: #ca151e;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	z-index: -1;}
.support_type_content ul li:hover:before {width: 100%;}
.support_type_content ul li:hover {color: #fff; background: #bc191e;background: rgba(0, 0, 0, 0); border: solid 1px #bc191e;border: solid 1px rgba(0, 0, 0, 0);}
.support_type_content ul li:hover a,.support_type_content ul li.active a{ color:#FFF;}

.support_type_list {
	display: block;
	border: solid 1px #e1e1e1;
	text-align: center;
	padding: 10px 0;
	color: #7b7b7b; margin:0 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.support_type_list.active{
	color: #fff;
	background: #ca151e;
	/* [disabled]border: solid 1px #3DA6F7; */
	
}
.support_type_list.atnow {
	color: #fff;
	background: #0a77d6;
	/* [disabled]border: solid 1px #3DA6F7; */	
}
.support_type_list.normal:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 0;
	height: 100%;
	background: #0a77d6;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	z-index: -1;
}

.support_type_list.normal:hover:before {
	width: 100%;
}

.support_type_list.normal:hover {
	color: #fff;
	background: #0a77d6;
	background: rgba(0, 0, 0, 0);
	border: solid 1px #bc191e;
	border: solid 1px rgba(0, 0, 0, 0);
}

.technical_support {
	overflow: hidden;
	padding: 0px 0 20px;
}

.technical_support_content { width:1200px; margin:0 auto;
	overflow: hidden;
}

.technical_support_list { width:1200px; margin:0 auto;
	overflow: hidden;
}

.technical_support_type {
	background: #fff;
	line-height:160%;
}

.technical_support_type .title {
	background:#b91617;
	color: #fff;
	font-size: 16px;
	text-indent: 35px;
	padding: 15px 0;
	position: relative;
	line-height:180%;
}

.technical_support_type .title span {
	position: absolute;
	top: 13px;
	right: 20px;
	display: none;
}

.technical_support_type .title span img {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.technical_support_type .title span.active img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.technical_support_type dl dt {
	position: relative;
	z-index: 1;
	background-image:url(../../images/hc_r5_c35.jpg); background-repeat:no-repeat; background-position:15px center;
}
.technical_support_type  p { text-indent: 35px; padding:2px 0px; widht:50%; float:left;}
.technical_support_type  p a{}
.technical_support_type  p a:hover{ color:#F90;}
.technical_support_type ul li {
	position: relative;
	z-index: 1;
	background:url(../../images/hc_r46_c10.jpg) left 15px center no-repeat;
}
.technical_support_type ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	width: 0;
	height: 100%;
	background: #fafafa;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	z-index: -1;
}

.technical_support_type ul li a {
	display: block;
	color: #4e4e4e;
	padding: 15px 0;
	margin: 0 10px;
	border-bottom: solid 1px #ca151e;
	text-indent: 25px;
}

.technical_support_type ul li:last-child a,
.technical_support_type ul li:hover:last-child a {
	border: none;
}

.technical_support_type ul li:hover:before {
	width: 100%;
}

.technical_support_type ul li:hover a {
	background: #ca151e;
	background: rgba(0, 0, 0, 0);
	border-bottom: solid 1px #ca151e;
	background:url(../../images/hc_r46_c10.jpg) left center no-repeat;
}

.technical_support_type ul li:first-child.active {
	border-top: none;
}

.technical_support_type ul li.active {
	background: #3DA6F7;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	background-image:url(../../images/hc_r5_c35.jpg); background-repeat:no-repeat; background-position:15px center;
}

.fenye{ text-align:center; height:30px; margin-left:20px; margin-top:30px;}
#pagination-digg li { border:0; margin:0; padding:0 1px;; font-size:11px; list-style:none;  float:left; }
#pagination-digg a { border:solid 1px #1eaaf5; margin-right:2px; padding:0px;}
#pagination-digg .previous-off,#pagination-digg .next-off  { border:solid 1px #f069ae; color:#888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination-digg .next a,#pagination-digg .previous a { font-weight:bold; }	
#pagination-digg .active { background:#de7a24; color:#fff; font-weight:bold; display:block; float:left; padding:4px 6px; margin-right:2px; }
#pagination-digg a:link,#pagination-digg a:visited { color:#de7a24; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-digg a:hover { border:solid 1px #1eaaf5; }

.chanpin_con3{
	text-align:center;
	font-size:24px;
	line-height:45px;
	color: #000;
}
.shuoming-top{ font-size:16px; font-weight:bold; height:35px; line-height:35px;}

.technical_support_type ul li.active a {
	color: #fff;
	border-bottom: solid 1px #3DA6F7;
}

.technical_support_type ul li.active:hover:before {
	display: none;
}

.technical_support_box {
	padding: 20px 20px;
	background: #fff;
	line-height: 160%;
}
.technical_support_box .newstitle{
	line-height:200%;
	font-size:180%;
}
.technical_support_box .title { 
	font-size: 133%;
	color: #4e4e4e;
	line-height:45px;
	border-bottom: 1px solid #e1e1e1;
}
.pro_tiao{
	background-color:#39F;
	line-height:80px;
	font-size:36px;
	text-align:center;
	color:#fff;
	letter-spacing:5px;
	margin-bottom: 10px;
}
.technical_support_box .news{}
.technical_support_box .news ul li{ height:50px; line-height:30px; background:url(../../images/hc_r46_c10.jpg) left 15px center no-repeat; padding-left:25px;}
.technical_support_box .news ul li a{ float:left;}
.technical_support_box .news ul li a:hover{}
.technical_support_box .news ul li span{ float:right;}
.technical_support_box .zuozhe{ line-height:180%; text-align:center;}
.pro_tit_4 p{ line-height:30px; text-indent:2em;}
.pro_tit_sx{ height:35px; line-height:35px;}
.pro_tit_sx a:hover{ color:#F00;}
.technical_support_box ul {
	margin: 15px 0;
	padding: 10px 0;
	border-top: solid 1px #F7F7F7;
	border-bottom: solid 1px #F7F7F7;
}

.technical_support_box ul li a {
	display: block;
	overflow: hidden;
	color: #9a9a9a;
	position: relative;
	z-index: 1;
	/* [disabled]padding: 10px; */
}

.technical_support_box ul li a:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FAFAFA;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale3d(1, 0.1, 1);
	transform: scale3d(1, 0.1, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.technical_support_box ul li a,
.technical_support_box ul li a:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.technical_support_box ul li a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.technical_support_box ul li a:hover {
	color: #333;
}

.technical_support_box ul li a .text {
	float: left;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image:url(../../images/hc_r46_c10.jpg); background-repeat:no-repeat; background-position:left center;
	padding-left:15px;
}

.technical_support_box ul li a .time {
	float: right;
	width: 15%;
	text-align: right;
}

.technical_support_page {
	padding: 0 20px 30px 20px;
	overflow: hidden;
	background: #fff;
}

.technical_support_page ul li {
	float: left;
}

.technical_support_page ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: solid 1px #D1D1D1;
	border-radius: 3px;
	color: #c1c1c1;
	margin-right: 15px;
}

.technical_support_page ul li a.active,
.technical_support_page ul li a:hover {
	background: #3c9af2;
	color: #fff;
	border: solid 1px #3c9af2;
}

.technical_support_page ul li a.disable {
	cursor: not-allowed;
}

.technical_support_page ul li a.disable:hover {
	color: #c1c1c1;
	background: #fff;
	border: solid 1px #D1D1D1;
}

.technical_support_box_z {
	background: #fff;
	padding: 30px;
}

.technical_support_box_z_header .title {
	color: #4E4E4E;
	font-size: 24px;
}

.technical_support_box_z_header ul {
	overflow: hidden;
	margin-top: 10px;
}

.technical_support_box_z_header ul li {
	float: left;
	font-size: 12px;
	color: #989898;
	margin-right: 20px;
}

.technical_support_box_z_info_box {
	border-top: solid 1px #F7F7F7;
	border-bottom: solid 1px #F7F7F7;
	margin: 20px 0;
	padding: 20px 0;
	white-space: normal;
	line-height: 1.8em;
}

.technical_support_box_z_info img{
	max-width:100%;
    height:auto !important;
}

.technical_support_page_z {
	background: #fff;
	overflow: hidden;
	padding: 0 30px 30px 30px;
}

.technical_support_page_z a {
	display: inline-block;
	padding: 8px 45px;
	background: #fff;
	border: solid 1px #F7F7F7;
	color: #9a9a9a;
	border-radius: 3px;
}

.technical_support_page_z a.active,
.technical_support_page_z a:hover {
	background: #3F98F2;
	color: #fff;
	border: solid 1px #3F98F2;
}

.technical_support_page_z a.page_next {
	float: right;
}

.template_search {
	text-align: center;
	margin: 50px 0;
	overflow: hidden;
}

.template_search_select {
	display: inline-block;
	margin: 0 30px;
}

.template_search_select select {
	color: #adadad;
	width: 280px;
	height: 40px;
	text-indent: 15px;
	border: solid 1px #F0F0F0;
	border-radius: 3px;
	cursor: pointer;
}

.template_search_select option {
	color: #adadad;
}

.template_search_button {
	display: inline-block;
	margin: 0 30px;
}

.template_search_button .all_button {
	display: initial;
}

.template_show_content {
	position: relative;
	overflow: hidden;
	margin: 35% 0 50px;
}

.template_show_content:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #F7F7F7;
}

.template_show_list_box {
	border-bottom: solid 1px #F7F7F7;
	text-align: center;
}
.productlist{}
.productlist li{
	width:32.3333%;
	float:left;
	margin: 0.5%;
	background-color: #F5F5F5;
	text-align: center;
	/* [disabled]height:272px; */
}
.productlist li h3{ padding:10px;}
.productlist li .prod_img{
	/* [disabled]padding: 10px; */
	text-align: center;
	max-height:132px;
}
.template_show_list {
	width: 96%;
	max-width: 540px;
	margin: 0 auto;
	padding: 10px 0;
}

.template_show_list_text {
	overflow: hidden;
}

.template_show_list_text ul li {
	float: left;
	margin-right: 30px;
	color: #9a9a9a;
}

.template_show_list_text ul li span {
	color: #636363;
}

.template_show_list_button a:last-child {
	float: right;
}

.template_show_list_button .all_button {
	padding: 8px 40px;
}

.template_show .know_more {
	border-top: solid 1px #F7F7F7;
}

.introduce {
	padding: 100px 0;
}

.introduce_content {
	overflow: hidden;
}

.introduce_list_brief {
	margin: 0 50px 20px 0;
}

.introduce_list_title {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
}

.introduce_list_text {
	color: #969696;
}

.cloud_platform {
	padding: 100px 0;
	background: url(../../images/cpgwimages/076.jpg) center top repeat;
}

.cloud_platform_content {
	overflow: hidden;
	margin: 80px 0 80px -30px;
}

.cloud_platform_list {
	display: block;
	margin-left: 30px;
	background: #fff;
	text-align: center;
	padding: 60px 20px;
}

.cloud_platform_list_title {
	font-size: 16px;
	color: #333;
}

.cloud_platform_list_text {
	color: #aeaeae;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}

.cloud_platform_solution {
	text-align: center;
	color: #fff;
}

.cloud_platform_solution .title {
	font-size: 24px;
}

.cloud_platform_solution .text {
	color: #c0e3ff;
	margin-top: 10px;
}

.industry {
	padding: 100px 0;
}

.industry_content {
	margin-top: 50px;
	overflow: hidden;
}

.industry_list_img {
	text-align: center;
}

.industry_list_left {
	text-align: right;
	padding-right: 60px;
}

.industry_list_rigth {
	text-align: left;
	padding-left: 60px;
}

.industry_list_brief {
	margin-bottom: 40px;
}

.industry_list_title {
	color: #474747;
	font-size: 18px;
	margin-bottom: 30px;
}

.industry_list_brief_title {
	color: #464646;
}

.industry_list_brief_text {
	margin-top: 5px;
	height: 40px;
	line-height: 20px;
	color: #9c9c9c;
	overflow: hidden;
}

.advantage_project {
	padding-top: 100px;
	background: url(../../images/cpgwimages/079.jpg) center bottom repeat;
}

.advantage_project_content {
	overflow: hidden;
	margin: 50px 0 0 -30px;
}

.advantage_project_list {
	overflow: hidden;
	margin: 0 0 100px 30px;
}

.advantage_project_list_brief {
	padding-left: 10px;
	color: #fff;
}

.advantage_project_list_brief .title {
	font-size: 16px;
}

.advantage_project_list_brief .text {
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.marketing_support {
	padding: 100px 0;
}

.marketing_support_content {
	overflow: hidden;
	margin-left: -20px;
}

.marketing_support_list {
	margin-left: 20px;
}

.marketing_support_list_brief {
	margin-top: 30px;
}

.marketing_support_list_brief .title {
	color: #383838;
	font-size: 18px;
}

.marketing_support_list_brief .text {
	color: #686868;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.proxy_process {
	padding: 100px 0;
	background: #3BA1F2;
}

.proxy_process_line {
	height: 15px;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	margin-top: 60px;
}

.proxy_process_content {
	margin: -55px 0 0 -60px;
}

.proxy_process_list {
	display: block;
	text-align: center;
	margin-left: 60px;
}

.proxy_process_list_top {
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	margin: 0 auto;
	border-radius: 100%;
	background: #fff;
	color: #3ba1f2;
	font-size: 48px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.proxy_process_list_top:before {
	content: "";
	width: 70px;
	height: 70px;
	background: #fff;
	background: rgba(59, 161, 242, 1);
	border-radius: 100%;
	position: absolute;
	top: 12%;
	left: 12%;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.proxy_process_list_middle {
	width: 15px;
	height: 15px;
	background: #fff;
	margin: -1px auto 0 auto;
}

.proxy_process_list_bottom {
	background: #fff;
	padding: 30px 0;
	min-height: 90px;
	border-radius: 5px;
}

.proxy_process_list_bottom .title {
	color: #3b3b3b;
	font-size: 18px;
	margin-bottom: 10px;
}

.proxy_process_list_bottom .text {
	color: #939393;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.proxy_process_list:hover .proxy_process_list_top:before {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.proxy_process_list:hover .proxy_process_list_top {
	color: #3ba1f2;
	color: rgba(255, 255, 255, 1);
}

.proxy_process_list:hover .proxy_process_list_bottom .text {
	color: #333;
}
.h82{height: 82px; padding: 0px;}




.page_num_box {
	/* [disabled]float: left; */
}

.page_num_box ul li {
	float: left;
}

.page_num_box ul li a {
	display: block;
	border: solid 1px #E9E9E9;
	padding: 3px 6px;
	/* [disabled]width: 25px; */
	text-align: center;
	font-size:12px;
}

.page_num_box ul li a:hover,
.page_num_box ul .page_num_active,
.page_num_box ul li.active{
	background: #008BD6;
	color: #fff;
	border: solid 1px #008BD6;
	padding: 1px 6px;
}
.news_banner {
	padding: 40px 0;
}


/*
*  Author:黄佳宝(Jabo)
*  Time: 2016/07/19
*  Dec: 官网首页部分样式
*/

/*头部菜单最后一个li*/

/*
.header .header_menu ul li:last-child {
    display:none;
}*/

/*为兼容IE改使用*/
.header .header_menu ul .nav-last-li {
    display:none;
}


@media screen and (max-width: 1199px) {

    .header .header_menu ul li:last-child {
        display:block;
        line-height: 40px;
        border-bottom: 1px solid #378fdd;
    }

    .header .header_menu ul li:last-child a {
        display: inline;
        padding: 0 20px;
        border: none;
    }

    .header .header_menu ul li:last-child span {
        color:#fff;
        filter:alpha(opacity=20); /* IE 透明度20% */
        opacity: 0.8;
    }

   .header .header_menu ul li:last-child a:hover  {
       border:none;
   }
   .top{ width:80%; margin:0 auto;}
   .platform_advantage_img{ width:50%;}
   .platform_advantage_brief{ float:left; width:50%;}}

}

/**
 * AUTHOR:黄佳宝(Jabo)
 * TIME:2016/07/25
 * DESC:建站方案
 * */

.template_show_list_button .all_button {
	padding: 6px 30px;
}

.template_show_list_button .all_button:first-child {
	float: right;
	margin-left: 25px;
}

.template_show_list {
	width: 82%;
	/*	padding: 80px 0;*/
	/*padding-right: 10px;*/
}


.template_show-container {
	background: #F5F5F5;
	height: 100%;
	padding: 10px 10px 10px 10px;
}

.template_show_list_text {
	text-align: center;
}

.template_show_list_pic img {
	background: transparent;
	background-color: rgba(0, 0, 0, 0);
}

.template_show_list_pic {
	position: relative;
}

.template_show_list_pic .front-model{
	/*position: relative;*/
}

.template_show_list_pic .front-img {
	/* [disabled]position: absolute; */
	transition: all  0.3s;
}

.template_show_list_pic .front-img:hover {
	opacity: 0;
	filter:Alpha(opacity=0);
}

.template_show_list_button {
	margin-top: 28px;
}

.template_show_list_text  h3 {
	color: #636363;
	padding-bottom: 3px;
	font-size: 100%;
}

.template_show_list_text p {
	color: #9A9A9A;
}



.web_tip {
	margin: 76px 0 36px;
	text-align: center;
	position: relative;
}

.web_tip:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

.web_tip h4{
	font-size: 16px;
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 0 30px;
	z-index: 1;
}

.web_tip .create_web {
	margin-top: 18px;
}

.web_tip a {
	display: inline-block;
	padding: 6px 30px;
	background: #3B9EF3;
	border-radius: 3px;
	color: #fff;
	border: solid 1px #3B9FF2;
	transition: all 0.3s; 
}

.web_tip a:hover{
	background: transparent;
    color: #3B9FF2;
}


@media only screen and (max-width: 1110px) {
	.web_tip h4 {
		padding: 0 26px;
	}
	.template_show_list_text {
		position: relative;
		margin: 22px 0  12px 0;
		text-align:center;
	}
	
	.template_show_list_button {
		margin-top: 12px;
		text-align: center;
	}
	
	
	.template_show_list_button .all_button:first-child {
		float: none;
		margin-left: 0;
	}
	
	.template_show_list_button a:last-child {
		float: none;
	}
	
	.template_show-container{
		padding: 10px 10px 18px 10px;
	}
	
	.web_tip {
		margin: 50px 0 26px;
	}
	.top{ width:90%; margin:0 auto;}
}

@media only screen and (min-width: 420px) and (max-width: 770px) {
	.web_tip h4 {
		padding: 0 20px;
	}
	
	.web_tip {
    	margin: 40px 0 16px;
	}
	.template_show_list_button .all_button:first-child{
		margin-left: 0;
	}
	.index_product_list .cpf_l{
	float:none;
	}
	.index_product_list .cpf_r{
	float:none;
	}
	.index_product_list .list_img {
	width: 100%;
	}	
	.index_product_list .list_txt {
	width: 100%;
	}	
	.index_product_list .list_img img,.index_product_list .list_txt img{ width:90%;}
}

@media only screen and  (max-width: 420px) {
	.web_tip h4 {
		padding: 0 15px;
	}
	
	.web_tip {
    	margin: 40px 0 6px;
	}
	.template_show_list {
		padding: 30px 0 !important;
	}
	.index_product_list .cpf_l{
	float:none;
	}
	.index_product_list .cpf_r{
	float:none;
	}
	.index_product_list .list_img {
	width: 100%;
	}	
	.index_product_list .list_txt {
	width: 100%;
	}	
	.index_product_list .list_img img,.index_product_list .list_txt img{ width:90%;}
}

@media only screen and  (max-width: 322px) {
	.web_tip:before {
		display: none;
	}
	.index_product_list .cpf_l{
	float:none;
	}
	.index_product_list .cpf_r{
	float:none;
	}
	.index_product_list .list_img {
	width: 100%;
	}	
	.index_product_list .list_txt {
	width: 100%;
	}	
	.index_product_list .list_img img,.index_product_list .list_txt img{ width:90%;}
}
#zone_1{
	width:100%;
	background:url(../../images/ky_bg.jpg) center no-repeat;
	margin: 0 auto; height:68px;
}
#zone_1 .shili{ width:1200px; margin:0 auto;}
#zone_1 .shili_l{ padding-top:5px;}
#zone_1 .shili_l b{ float:left; width:108px; padding-left:18px; color:#fff; font-size:18px; line-height:30px; display:block;}
#zone_1 .shili_l span{ float:right; width:645px; color:#FFF; list-style:30px; padding-top:5px;}
 
#zone_1 .shili_r h4{
	line-height:30px;
	padding: 10px 30px 0px 30px;
	background-image: url(../../images/hc_r15_c25.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
}
#zone_1 .shili_l{
	float:left;
	-webkit-animation: stretchdelay 0.1s infinite ease-in-out;
	animation: stretchdelay 0.1s infinite ease-in-out;
	width: 65%;
}
#zone_1 .shili_r{
	float: left;
	-webkit-animation: stretchdelay 0.3s infinite ease-in-out;
	animation: stretchdelay 0.3s infinite ease-in-out;
	width: 35%;
}
#zone_1 .shili_r img{ margin-left:15%; height:68px;}
.header .header_menu{}
.header .header_menu #menu{
	margin:0 auto;
	width:100%;
}
.index_product_list .tjpic3{
	width:325px;
	padding-left:150px;
	margin-left:-201px;
	/* [disabled]float:left; */
	transform:skew(-18deg,0deg);
	-ms-transform:skew(-18deg,0deg); /* IE 9 */
	-moz-transform:skew(-18deg,0deg); /* Firefox */
	-webkit-transform:skew(-18deg,0deg); /* Safari and Chrome */
	-o-transform:skew(-18deg,0deg); /* Opera */
	overflow:hidden;
	max-height: 201px;
	text-align: right;
}
.index_product_list .tjpic3 img{
	transform:skew(0deg,0deg);
	-ms-transform:skew(0deg,0deg); /* IE 9 */
	-moz-transform:skew(0deg,0deg); /* Firefox */
	-webkit-transform:skew(0deg,0deg); /* Safari and Chrome */
	-o-transform:skew(0deg,0deg); /* Opera */
	width: 100%;
}

.index_product_list .tjpic4{
	width:326px;
	height:201px;
	margin-left:30px;
	/* [disabled]float:left; */
	transform:skew(-17deg,0deg);
	-ms-transform:skew(-17deg,0deg); /* IE 9 */
	-moz-transform:skew(-17deg,0deg); /* Firefox */
	-webkit-transform:skew(-17deg,0deg); /* Safari and Chrome */
	-o-transform:skew(-17deg,0deg); /* Opera */
	overflow:hidden;
}

.index_product_list .tjpic4 img{
	transform:skew(0deg,0deg);
	-ms-transform:skew(0deg,0deg); /* IE 9 */
	-moz-transform:skew(0deg,0deg); /* Firefox */
	-webkit-transform:skew(0deg,0deg); /* Safari and Chrome */
	-o-transform:skew(0deg,0deg); /* Opera */
	width: 100%;}
	
.section-padding-100-0 { background:url(../../images/bg_t.jpg) top center no-repeat #1a327a; padding-top:95px;  padding-bottom:65px; }
.bg_b{ background:url(../../images/bg_b.jpg) center no-repeat; height:98px; display:block; width:100%;}
.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.section-heading h2 { background:url(../../images/cp_t.png) center no-repeat; height:81px; display:block;  text-transform: uppercase;  margin-bottom: 0; }
.alazea-portfolio-filter {
  position: relative;
  z-index: 1;
  text-align: center; }
.alazea-portfolio-filter .btn {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;  border:2px solid #FFF; border-radius:15px; padding:1px 6px;
    font-size: 20px;
    color: #fff; background:none;
    font-weight: 500; list-style:none;
    margin: 0 20px; }
    @media only screen and (max-width: 767px) {
.alazea-portfolio-filter .btn {
        font-size: 16px;
        padding: 0 5px; } }
.alazea-portfolio-filter .btn:hover, .alazea-portfolio-filter .btn:focus {
      color: #f00;
      box-shadow: none; }

.alazea-portfolio.row {
  margin-right: -10px;
  margin-left: -10px; }
.alazea-portfolio .col-12 {
	/* [disabled]padding-left: 10px; */
	/* [disabled]padding-right: 10px; */
}
.single_portfolio_item {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  overflow: hidden;
  height: 400px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
.single_portfolio_item {
      height: 290px; } }
  @media only screen and (max-width: 767px) {
    .single_portfolio_item {
      height: 300px; } }
  .single_portfolio_item .portfolio-thumbnail {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: calc(100% - 20px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    background-repeat: no-repeat; }
  .single_portfolio_item .portfolio-hover-overlay {
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: hidden; }
    .single_portfolio_item .portfolio-hover-overlay a {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 30; }
      .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
	font-size: 28px;
	color: #18489c;
	border:1px solid #18489c;
	width:96%;
	height:68px;
	display:block;
	line-height:68px;
	text-align:center;
	margin:0 auto;
	margin-top:30%;
}
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
            font-size: 18px; } }
      .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
        font-size: 18px;
        margin-bottom: 0;
        color: #ffffff;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
            font-size: 14px; } }
  .single_portfolio_item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
    .single_portfolio_item:hover .portfolio-hover-overlay {
      opacity: 1;
      visibility: visible; }
.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%
}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  
.tuijian{
	width:100%;
	background:url(../../images/bg.jpg) center no-repeat;
	/* [disabled]height:900px; */
	padding-top:46px;
}
.tui_t{ width:456px; height:83px; margin:0 auto; display:block;}
.tui_t h2{ width:456px; height:83px; background:url(../../images/tui.png) center no-repeat; display:block; }
.txt_news4{
	width:100%;
	margin:10px auto;
}
.txt_news4 dl{
	float:left;
	width:342px;
	margin: 0px 10px 15px;
	border:1px dashed #e5e5e5;
	background-image:#fff;
	padding:10px;
	box-shadow: 0px 3px 5px 3px #e8d3da;
	height:400px;
	overflow:hidden;
	-webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.txt_news4 dl:hover{box-shadow: 0px 3px 5px 3px #90d0f1;}
.txt_news4 dl dt{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}
.txt_news4 dl dt a{ color:#454545;}
.txt_news4 dl dt a:hover{ color:#399BEC;}
.txt_news4 dl dt.dt2{margin-bottom: 0px;}
.txt_news4 dl dt span{
	display:block;
	line-height:20px;
	color:#aaa;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
}
.txt_news4 dl dd{}
.txt_news4 dl dd p{
	line-height:24px;
	padding: 20px 0px;
	height: 72px;
	overflow: hidden;
}
.txt_news4 dl dd .xqimg{ margin:0 auto; text-align:center;}
.txt_news4 dl dd .xqimg img{
	max-width:100%;
	height:200px;
	margin:0 auto;
	vertical-align:middle;
}
