﻿
/*五等分*/
@media screen and (min-width:1200px) {
.col-lg-1-5{
float: left;
width:20%;
}
}

.ipro_nav{ padding-bottom:30px;text-align:center;display: none; margin-top:30px;}
.ipro_nav a{margin-bottom:16px;line-height:38px;border:1px solid #dddddd; padding:10px 35px;margin-left:23px;text-align:center;color:#333333;background-color:#dddddd;}
.ipro_nav a.navli1{margin-left:0;}
.ipro_nav a:hover{background:#1f1a17;border-color:#000;color:#fff;}
.ipro_nav a.active_{background:#1f1a17;border-color:#000;color:#fff;}


.aside {
	position: fixed;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	z-index: 18;
	background: url(../images/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/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);
}
/* ----common---- */

/* header */
.header {

	height: 80px;
	line-height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	background: rgba(31, 26, 23, 0.9);
    font-size:14px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C81f1a17,endcolorstr=#C81f1a17);
}
.header .logo {
	
}

.header .logo img{
height:50px;
width:auto;
}
.nav_bg {

}

.head_img_top{
	margin-top:80px;
}

@media screen and (max-width: 479px) {


.header .logo img {
width:121px;
height:28px;

	}

}

@media screen and (max-width: 1366px){
.head_img_top{
	margin-top:70px;
}
}
.header .header_menu {
	float:right;
}
.header .header_menu ul {
	text-align: center;

}
.header .header_menu ul li {
	display: inline-block;
	padding-top: 2px\0;
	
}
.header .header_menu ul li a {
	display: block;
	padding: 0 30px;
    color:#fff;
	border-top: solid 2px rgba(0, 0, 0, 0);
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.header .header_menu ul li a:hover, .header .header_menu ul li a.active {
    color:#d7b455;
	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 {
	background: rgba(0, 0, 0, 0.8);
    /*background: #3d362e;*/
	/*background: #257dff;*/
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8000000,endcolorstr=#C8000000);

}
.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;
}
}


/* footer */
.footer {
	background: url(../images/index_foot_bg1.jpg) center top repeat;
	
}
.footer_content {
	padding: 78px 0;
	overflow: hidden;
	margin-left: -10px;
}
.footer_list {
	margin-left: 10px;
}


.footer .bottom_logo {

text-align:center;
}
.footer .bottom_logo img{
width:60%;
height:auto;
}

.quick_navigation_title, .footer_link_title, .footer_cotact_title {
	color: #D9D9DA;
	font-size: 16px;
	margin-bottom: 15px;
}
.footer_link_title1 {
	color: #D9D9DA;
	font-size: 16px;
	margin-bottom: 15px;
	text-align:center;
}

.footer_link_title2 {
text-align:center;

}
.quick_navigation {
	padding-left: 50px;
}
.quick_navigation ul li a {
	display: block;
	margin-bottom: 10px;
	color: #aaaaaa;
	font-size: 13px;
}
.quick_navigation ul li a:hover {
	color: #fff;
}
.footer_link {
width:100%;
margin:0 auto;
}
.footer_link ul li {
	float: left;
}
.footer_link ul li a {
	display: block;
	margin: 5px 10px 5px 0px;
	background: #292929;
	color: #8A8A8A;
	font-size: 14px;
	padding: 10px 26px;
}
.footer_link ul li a:hover {
	color: #fff;
	background: #222;
}
.footer_cotact {
	color: #bbbbbb;
	font-size: 13px;
}
.footer_cotact .footer_cotact_type {
	width: 20%;
	display: block;
	float: left;
}
.footer_cotact .footer_cotact_content {
	width: 80%;
	display: block;
	float: left;
}
.footer_cotact ul li {
	margin-bottom: 10px;
	overflow: hidden;
}
.footer_cotact ul li a {
	color: #bbbbbb;
}
.footer .copyright {


	text-align: center;
	padding: 8px 10px;
	color: #bbbbbb;
    background:#150301;
	/*background: rgba(21, 3, 1, 0.9);*/
	font-size: 12px;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E5150301,endcolorstr=#E5150301);*/
}

.down{
	bottom:10px;
    left:50%;
	z-index:999;
	display:block;
	position: absolute;
	-webkit-animation: change 1s infinite;
	margin-left:-30px;
}
.down:hover{
	-webkit-animation: down 1s infinite;
}
 @-webkit-keyframes down {
    from { bottom:10px; }
    to { bottom:0px;}
}

@keyframes down {
    from { bottom:10px; }
    to { bottom:0px;}
}

 @-webkit-keyframes change {
    from { opacity: 1; }
    to { opacity: 0.1;}
}

@keyframes change {
    from {opacity: 1;}
    to { opacity: 0.1; }
} 




/* ----index.htm---- */

/* page1 */
.page1{
	background:#000000;
}

/* page2 */
.page2{
	background: url(/templets/otj/images/index_bg1.jpg) center top repeat;
}



.index_pro{
	padding:110px 0px 0px 0px;
	text-align: center; 

}

.pro_bg{
	width:100%;
	max-width:1197px;
	margin:0 auto;
	height:600px;
	background: url(/templets/otj/images/pro_bg21.jpg) center top repeat;
}


.pro_bg .c_s{
	width:100%;
	height:600px;
	position: relative;

}

.pro_bg .c_line_r{
	border-right:1px solid #eee;

}

.c_bg1{
background: rgba(0, 0, 0, 0.5);
}
.c_bg2{
background: rgba(0, 0, 0, 0.1);
}
.pro_title{
	margin-bottom: 30px;
	text-align: center;
	font-family:"simsun";
	opacity: 0;

}

.active .pro_title{
	opacity: 1; 
	transition-delay: 0.7s;
}

.title{
	font-size: 36px;
	color: #dcdacf;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial";
}
.title1{
	font-size:24px;
	color: #dcdacf;
}

.p_title{
width:100%;
height:80px;
background:rgba(0,0,0,0.2);
position: absolute;
top:50%;
margin-top:-40px;
}

.c_title{
	display: inline;
    line-height:80px;
	color: #dcdacf;

    font-size:20px;
	text-align: center;
	overflow: hidden;
}

.p_title:hover{
    background:rgba(0,0,0,0.5);
}

@media screen and (max-width: 1600px){
.page2{

	    overflow: hidden;

        position: fixed;

        width:100%;

        height:100%;

        background: url(/templets/otj/images/index_bg1.jpg) no-repeat;

        background-size:cover;
		position: relative;
}
.pro_title{
	margin-bottom: 10px;
	text-align: center;
	font-family:"simsun";
	opacity: 0;

}
.pro_bg{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	height:500px;
	background: url(/templets/otj/images/pro_bg21.jpg) no-repeat;
}
.pro_bg .c_s{
	width:100%;
	height:500px;

}
.p_title{

height:70px;

}

.c_title{

    line-height:70px;


    font-size:20px;

}

}

@media screen and (max-width: 1366px){
.page2{

	    overflow: hidden;

        position: fixed;

        width:100%;

        height:100%;

        background: url(/templets/otj/images/index_bg1.jpg) no-repeat;

        background-size:cover;
		position: relative;
}
.index_pro{
	padding:100px 0px 0px 0px;
	text-align: center; 

}
.title{
	font-size: 24px;
	color: #dcdacf;
}
.title1{
	font-size:18px;
	color: #dcdacf;
}
.pro_bg{
	width:100%;
	max-width:800px;
	margin:0 auto;
	height:400px;
	background: url(/templets/otj/images/pro_bg21.jpg) no-repeat;
	background-size:100% 100%;
}
.pro_bg .c_s{
	width:100%;
	height:400px;
}

.p_title{

height:60px;

}

.c_title{

    line-height:60px;


    font-size:16px;

}

}

/* page3 */
.page3{
	background: url(/templets/otj/images/index_bg2.jpg) center top repeat;
	position: relative;
}

.index_feature{

}

.feature{
	position: absolute;

	opacity: 0; 
	transition: all 0.5s;
}

.active .feature{
	opacity: 1; 
	transition-delay: 0.7s;
	top:50%;
	margin-top:-158px;
}

@media screen and (max-width: 1600px){

.page3{

	    overflow: hidden;

        position: fixed;

        width:100%;

        height:100%;

        background: url(/templets/otj/images/index_bg2.jpg) no-repeat 100% auto;

        background-size:cover;
		position: relative;
}

.feature{
	position: absolute;

	opacity: 0; 
	transition: all 1s;
}

.active .feature{
	opacity: 1; 
	transition-delay: 0.7s;
	top:50%;
	margin-top:-128px;
}


}



/* page4 */
.page4{
	background: url(/templets/otj/images/index_bg4.jpg) center top repeat;
	position: relative;
}



.index_about {
	padding: 50px 0;
	text-align: center; 
}
.container_about{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.about_title{
	margin-bottom: 30px;
	text-align: center;
	font-family:"simsun"

}
.about_title .title{
	font-size: 36px;
	color: #dcdacf;
}
.about_title .title1{
	font-size:24px;
	color: #dcdacf;
}
.about_title{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	height:600px;
	background: rgba(0, 0, 0, 0.7);
	padding:50px  100px;
	margin-top:100px;
 	opacity: 0; 
}

.active .about_title{
	opacity: 1; 
	transition-delay: 0.7s;
}


.about_text{
font-size:16px;
color:#eeeeee;
text-align:left;
line-height:40px;
font-family:"simsun";
margin-top:20px;

}

.about_button{
font-size:16px;
border:1px solid #eeeeee;
padding:10px 30px;
width:80px;
margin:0 auto;	

margin-top:20px;
}

.about_button a{
color:#eeeeee;
}
.about_button:hover{
border:1px solid #dcdacf;
background:rgba(0,0,0,0.5);
	cursor: pointer;
}

@media screen and (max-width: 1600px){

.page4{

	    overflow: hidden;

        position: fixed;

        width:100%;

        height:100%;

        background: url(/templets/otj/images/index_bg4.jpg) no-repeat;

        background-size:cover;
		position: relative;
}
.container_about{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.index_about {
	padding: 40px 0;
	text-align: center; 
}

.about_title{
	width:100%;
	max-width:900px;
	margin:0 auto;
	height:500px;
	background: rgba(0, 0, 0, 0.7);
	padding:30px;
	margin-top:80px;
}

.about_text{
font-size:14px;
color:#eeeeee;
text-align:left;
line-height:32px;
font-family:"simsun";
margin-top:10px;

}
}

@media screen and (max-width: 1366px){

.page4{

	    overflow: hidden;

        position: fixed;

        width:100%;

        height:100%;

        background: url(/templets/otj/images/index_bg4.jpg) no-repeat;

        background-size:cover;
		position: relative;
}
.index_about {
	padding: 40px 0;
	text-align: center; 
}
.container_about{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.about_title{
	width:100%;
	max-width:800px;
	height:375px;
	background: rgba(0, 0, 0, 0.7);
	padding:30px;
	margin-top:80px;
    margin-left:-25px;
	}
.about_title .title{
	font-size: 24px;
	color: #dcdacf;
}
.about_title .title1{
	font-size:18px;
	color: #dcdacf;
}
.about_text{
font-size:12px;
color:#eeeeee;
text-align:left;
line-height:26px;
font-family:"simsun";
margin-top:10px;

}

.about_button{

border:1px solid #eeeeee;
padding:8px 20px;
width:60px;
margin:0 auto;	
font-size:12px;
margin-top:10px;
}

}

/* page6 */
.page5{
	position: relative;
}
.index_news {
	margin-top:150px;
	text-align: center; 
}
.news_content {

	margin-left:-60px;

}
.container_news{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.newsPic{
	height:225px;
	margin-left:60px;
	position: relative;
	overflow:hidden;
}

.newsPic .txt{
	position: absolute;
	bottom:0;
	background:rgba(0,0,0,0.7);
	color:#eeeeee;
	height:36px;	
    width:100%;
}
.newsPic .txt h3{
	font-size:18px;
	line-height:36px;
}

.newsPic .txt span{
	font-size:12px;
}
.newsPic p{
	padding:10px;
    text-align:left;
}

.index_news_text {

	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
}
.news_con{
	opacity: 0;
}
.active .news_con{
	opacity: 1; 
	transition-delay: 0.7s;
}
.news_button{
	border:1px solid #000000;
	padding:10px 30px;
	width:60px;
	margin:0 auto;
	background:#000000;
	color:#ffffff;
	margin-top:30px;
}
.news_button_style{
	margin-top:50px;

}
.news_button a{
color:#ffffff;
}
.news_button a:hover{
color:#000000;
}

.news_button:hover{
background:#ffffff;
color:#000000;
cursor: pointer;
}


.news_title3 {
	margin-bottom: 30px;
	text-align: center;
 	opacity: 0; 
}


.active .news_title3{
	opacity: 1; 
	transition-delay: 0.7s;
}

.news_title3 .title {
	font-size: 32px;
	color: #111111;
}

.news_title3 .text {
	color: #111111;
}



.index_footer{
	background:#1f1a17;
	padding-top:30px;
	overflow: hidden;
    width:100%;
	position: absolute;
	bottom:0px;
}

.index_footer1{
	background:#1f1a17;
	padding-top:30px;
	overflow: hidden;
    width:100%;
	position: relative;
	bottom:0px;
}

.fast_menu{
	max-width:1197px;
	margin: 0 auto;
	color:#eeeeee;
	font-family:"simsun";


}
.footer_list_c{
margin-left:-50px;
}
.fast_menu .f_title{
	font-size:18px;
	border-bottom:1px solid #999999;
	margin-left:50px;
	line-height:42px;
    
}

.fast_menu .f_text{
	font-size:12px;
	line-height:36px;
	color:#999999;
	margin-left:50px;
}
.f_text ul li{

}

.fast_menu .f_text1{
	font-size:12px;
	line-height:36px;
	color:#999999;
	margin-left:50px;
}
.f_text1 ul li{
	width:120px;
	float:left;

}
.f_text2 ul li{
	width:120px;
	float:left;

}
.f_text2 img{

	width:120px;
	height:120px;
}
.f_text2 p{
	text-align:center;
}
.fast_menu .f_text2{
	font-size:12px;
	line-height:36px;
	color:#999999;
	margin-left:50px;
}
.f_text1 ul li a{
	color:#999999;
}
.f_text1 a:hover{
	color:#ffffff;
}
.wx_code{
	width:120px;
	margin-right:60px;
	text-align:center;
	margin-top:10px;
}
.copyright {
	color:#818181;
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
	line-height:36px;
	font-size:12px;
}


.footer_line {
	max-width:1197px;
	margin: 0 auto;
	border-top:1px solid #818181;
    
}

@media screen and (max-width: 1600px){

.page5{


}


.index_news {
	margin-top:110px;
	text-align: center; 
}

.news_content {

margin-left:-60px;

}

.newsPic{
height:225px;
margin-left:60px;
position: relative;
overflow:hidden;
}

.newsPic .txt{
	position: absolute;
	bottom:0;
	background:rgba(0,0,0,0.7);
	color:#eeeeee;
	height:36px;	
    width:100%;
}

.newsPic .txt h3{
	font-size:16px;
	line-height:32px;
}

.fast_menu .f_text{
	font-size:12px;
	line-height:32px;
	color:#818181;
}

.news_button{
border:1px solid #000000;
padding:10px 30px;
width:60px;
margin:0 auto;
background:#000000;
color:#ffffff;
margin-top:30px;
}

.index_footer{
	background:#202020;
	padding-top:20px;
	overflow: hidden;
    width:100%;
	position: absolute;
	bottom:0px;
}

.fast_menu .f_title{
	font-size:18px;
	border-bottom:1px solid #999999;
	margin-left:50px;
	line-height:36px;
}

.fast_menu .f_text{
	font-size:12px;
	line-height:32px;
	color:#999999;
	margin-left:50px;
}
.fast_menu .f_text1{
	font-size:12px;
	line-height:32px;
	color:#999999;
	margin-left:50px;
}

.f_text2 img{
	width:80px;
	height:80px;
}
.wx_code{
	width:80px;
	margin-right:80px;
	text-align:center;
	margin-top:10px;
}

.f_text2 ul li{
	width:80px;
	float:left;

}
.copyright {
	color:#999999;
	float:left;
	width:100%;
	text-align:center;
	margin-top:0px;
	line-height:32px;
	font-size:12px;
}
}

@media screen and (max-width: 1366px){

.page5{


}
.header {

	height: 70px;
	line-height: 70px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	background: rgba(0, 0, 0, 0.8);
    font-size:15px;

}
.header .logo img{
height:50px;
}
.index_news {
	margin-top:80px;
	text-align: center; 
}

.news_title3 .title {
	font-size: 24px;
	color: #111111;
}

.news_title3 .text {
	color: #111111;
	font-size: 12px;
}

.news_content {

margin-left:-60px;

}
.news_title3 {
	margin-bottom: 10px;
	text-align: center;
 	opacity: 0; 
}
.newsPic{
height:225px;
margin-left:60px;
position: relative;
overflow:hidden;
	
}

.newsPic .txt{
	position: absolute;
	bottom:0px;
	background:rgba(0,0,0,0.7);
	color:#eeeeee;
	height:32px;	
    width:100%;
	font-size:12px;
	line-height:20px;
}

.newsPic .txt h3{
font-size:14px;
line-height:32px;
}
.fast_menu .f_text{
	font-size:12px;
	line-height:32px;
	color:#999999;

}
.news_button{
border:1px solid #000000;
padding:6px 20px;
width:60px;
margin:0 auto;
background:#000000;
color:#ffffff;
margin-top:10px;
}

.index_news_text {
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:5;
	overflow:hidden;
 /* autoprefixer: off */
	-webkit-box-orient:vertical;
 /* autoprefixer: on */
}

.index_footer{
	background:#202020;
	padding-top:10px;
	overflow: hidden;
    width:100%;
	position: absolute;
	bottom:0px;
}

.fast_menu .f_title{
	font-size:18px;
	border-bottom:1px solid #999999;
	margin-left:50px;
	line-height:36px;
    
}

.fast_menu .f_text{
	font-size:12px;
	line-height:26px;
	color:#999999;
	margin-left:50px;
}
.fast_menu .f_text1{
	font-size:12px;
	line-height:26px;
	color:#999999;
	margin-left:50px;
}
.f_text2 img{

	width:80px;
	height:80px;
    text-align:center;
}
.wx_code{
	width:80px;
	margin-right:80px;
	margin-top:5px;
}
.f_text2 ul li{
	width:80px;
	float:left;
    font-size:12px;
	line-height:18px;
}
.copyright {
	color:#999999;
	float:left;
	width:100%;
	text-align:center;
	margin-top:5px;
	line-height:28px;
	font-size:12px;
}
}

@media screen and (max-width: 1280px){

.page5{


}
.header {

	height: 70px;
	line-height: 70px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	background: rgba(0, 0, 0, 0.8);
    font-size:15px;

}
.header .logo img{
height:50px;
}
.index_news {
	margin-top:80px;
	text-align: center; 
}

.news_title3 .title {
	font-size: 24px;
	color: #111111;
}

.news_title3 .text {
	color: #111111;
	font-size: 12px;
}

.news_content {

margin-left:-60px;

}
.news_title3 {
	margin-bottom: 10px;
	text-align: center;
 	opacity: 0; 
}
.newsPic{
height:200px;
margin-left:60px;
position: relative;
overflow:hidden;
	
}

.newsPic .txt{
	position: absolute;
	bottom:0px;
	background:rgba(0,0,0,0.7);
	color:#eeeeee;
	height:32px;	
    width:100%;
	font-size:12px;
	line-height:20px;

}

.newsPic .txt h3{
	margin-top:5px;
font-size:14px;
line-height:32px;
}
.fast_menu .f_text{
	font-size:12px;
	line-height:32px;
	color:#999999;

}
.news_button{
border:1px solid #000000;
padding:6px 20px;
width:60px;
margin:0 auto;
background:#000000;
color:#ffffff;
margin-top:10px;
}

.index_news_text {
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:5;
	overflow:hidden;
 /* autoprefixer: off */
	-webkit-box-orient:vertical;
 /* autoprefixer: on */
}

.index_footer{
	background:#202020;
	padding-top:10px;
	overflow: hidden;
    width:100%;
	position: absolute;
	bottom:0px;
}

.fast_menu .f_title{
	font-size:18px;
	border-bottom:1px solid #999999;
	margin-left:50px;
	line-height:36px;
    
}

.fast_menu .f_text{
	font-size:12px;
	line-height:26px;
	color:#999999;
	margin-left:50px;
}
.fast_menu .f_text1{
	font-size:12px;
	line-height:26px;
	color:#999999;
	margin-left:50px;
}
.f_text2 img{

	width:80px;
	height:80px;
    text-align:center;
}
.wx_code{
	width:80px;
	margin-right:80px;
	margin-top:5px;
}
.f_text2 ul li{
	width:80px;
	float:left;
    font-size:12px;
	line-height:18px;
}
.copyright {
	color:#999999;
	float:left;
	width:100%;
	text-align:center;
	margin-top:5px;
	line-height:28px;
	font-size:12px;
}
}
/* ----about.htm---- */
.about_profile_bg{
width:100%;
margin:0 auto;
text-align:center;
margin-top:20px;
}
.about_profile_bg img{
width:1160px;
height:auto;

}
.about_dev {
	padding: 80px 0;
	background: url(/templets/otj/images/about_dev_bg.jpg) center top repeat;
}
.about_dev_content { 

	text-align:center;

}

.about_honor {
	padding: 100px 0;
	background: #ffffff;;
}
.about_honor_content { 

	text-align:center;

}

.about_culture{
	padding: 50px 0;
}
.culture_container{
    width:100%;
	max-width: 1200px;
	margin: 0 auto;


}
.culture_content{
margin:20px 0px;
}
.culture_pic{
width:100%;

}

.culture_pic img{
width:580px;
height:400px;
}
.culture_con{
width:100%;


}
.culture_title {
text-align:center;
font-size:16px;
font-weight:bold;
line-height:26px;
padding:0px 0px 0px 20px;
}

.culture_text{
font-size:14px;
line-height:28px;
padding:0px 0px 10px 20px;
}



.culture_pic2{
width:100%;
padding-left:20px;
}
.culture_pic img{
width:580px;
height:400px;
}

.culture_title2 {
text-align:center;
font-size:16px;
font-weight:bold;
line-height:26px;
padding:0px 20px 0px 0px;
}

.culture_text2{
font-size:14px;
line-height:28px;
padding:0px 20px 10px 0px;
}


.fonuder_pic{
width:100%;
text-align:center;
margin-top:9px;
}
.fonuder_pic span{

font-size:16px;
line-height:28px;

}
.bottom_img{
margin:30px 0 ;
}
.sample_3{
margin-top:10px;
}

.event_box{width:80%;margin:3% auto 0;position:relative;min-height:300px;margin-top:80px;}
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:85%;height:1px;background:#fff;position:absolute;/* top:33%;*//* right:-140%;*/right:8%;top:35%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#fff;margin:0 30px;position:relative;}
.parHd li:after{content:'';background:url(/templets/otj/images/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:60px;}
.parBd h4{position:relative;font-size:36px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;color:#eee;font-family:"simsun"}
.parBd h4:after{content:'';background:#fff;width:80px;height:1px;position:absolute;left:-60px;bottom:40%;}
.parBd h4:before{content:'';background:#fff;width:80px;height:1px;position:absolute;right:-60px;bottom:50%;}
.parBd p{line-height:180%;font-size:16px;width:80%;margin:0 auto;}
div#listBox {width:100%;}
.sPrev,.sNext{width:50px;height:45px;display:block;position:absolute;top:0px;	cursor: pointer;	}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.sPrev:hover{

}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(/templets/otj/images/dot_ico2.png) no-repeat;position:absolute;top:-12px;left:14px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	

/* ----list_product.htm---- */
.pro_class{
background: #eeeeee;
}
.title_height{
font-size:24px;
line-height:60px;

}


.title_line{
width:96%;
border-top:#dddddd 1px solid;
margin:0 auto;
}

.product_list_title{
margin:10px 10px 50px 50px;
border-bottom:1px solid #1f1a17;
padding-bottom:10px;
}


.title_style{
text-align:center;
color:#000;
font-weight:bold;
font-size:14px;

}

.index_product_list p {
margin-top:10px;

}
.index_product_list p a{
text-align:center;
font-size:14px;

}
.title_style a{

}
.title_style a:hover{
color:#e78c0f;

}


/* ----join.htm---- */
.join_content{
	padding: 0px 0px 60px 0px;
text-align:center;
	width:100%;
}

/* ----contact.htm---- */
.contact_l{
text-align:left;
padding-left:20px;
}

.contact_r{
margin-left:30px;
line-height:50px;
}

.marketing_content{
width:100%;
}
.marketing_content .map{
	height:600px;
	width: 1050px;
	padding:10px;
	margin:0 auto;
}
.shop_content{
	width:100%;
	text-align:center;
}
.shop_content img{
	width:100%;
	height:auto;
}
.all_title1 {
	margin-bottom: 50px;
	text-align: center;
}
.all_title1 .title {
	font-size: 35px;
	color: #333;
}
.all_title1 .text {
	color: #818181;
}
.all_title2 {
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
}
.all_title2 .title {
	font-size: 35px;
}
.all_title3 {
	margin-bottom: 30px;
	text-align: center;
}

.all_title3 .title {
	font-size: 32px;
	color: #111111;
}

.all_title3 .text {
	color: #111111;
}
.all_title4 {
	margin-bottom: 30px;
	text-align: center;
}

.all_title4 .title {
	font-size: 35px;
	color: #f7d995;

}
.all_title4 .title1 {
	color: #f7d995;
}

.all_title4 .title2 {
	color: #f7d995;
	font-size:20px;
	font-family:"SimSun";
}

.all_title5 {
	margin-bottom: 20px;
	text-align: center;
}

.all_title5 .title {
	font-size: 32px;
	color: #eeeeee;

}
.all_title5 .title1 {
	color: #eeeeee;
}

.all_title5 .title2 {
	color: #eeeeee;


}

.all_title5 .text {
	color: #ffffff;
	line-height:35px;
	text-align: left;
}
.more {
margin-top:30px;
text-align: center;
}

.all_button2 {
	display: inline-block;
	color: #d7b455;
	background: #1f1a17;
	border: solid 1px #1f1a17;
	padding: 6px 30px;
	border-radius: 3px;
	overflow: hidden;
}

.all_button2:hover  {
	background: #1f1a17;
	color: #fff;
	border: solid 1px #1f1a17;
}

.all_button1 {
	display: inline-block;
	background: #f7d995;
	border: solid 1px #f7d995;
	color: #2b2019;
	padding: 6px 30px;
	border-radius: 3px;
	overflow: hidden;
}

.all_button1:hover  {
	background: #fff;
	background: transparent;
	color: #f7d995;
}

.all_button {
	display: inline-block;
	background: #3B9FF2;
	border: solid 1px #3B9FF2;
	color: #fff;
	padding: 6px 30px;
	border-radius: 3px;
	overflow: hidden;
}
.all_button:hover {
	background: #fff;
	background: transparent;
	color: #3B9FF2;
}

/*.banner {
	overflow: hidden;
	text-align: center;
	z-index: 10;
	position: relative;
	background: #000;
	background: rgba(0, 0, 0, 0);
	background-image: url(../images/bg-new.png);
	height: 788px;
}*/

.mpage {
	width: 100%;
	height: 888px;
	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_title {
	color: #fff;
	font-size: 60px;
	padding-top: 280px;
}
.banner_text {
	color: #9ad0ff;
}
.banner_button {
	margin-top: 30px;
}
.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;
	background: #fff url(../images/icon_prev2_1.png) center no-repeat;
	display: none;
}
.banner .owl-next {
	margin-right: 40px;
	float: right;
	background: #fff url(../images/icon_next2_1.png) center no-repeat;
	display: none;
}
.index_product {
	padding: 50px 0;
	background: #eeeeee;
}
.index_product_content {
	margin-left: -50px;
	margin-top:50px;
}
.index_product_list {
	display: block;
	margin: 0 0 0 50px;
	position: relative;
	overflow: hidden;



}

.index_product_list img{

}
.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 {
	padding:0px 0;
	text-align: center;

}
/*.index_product_list .list_backimg1 {
	background: url(../images/002.jpg) center repeat;
}
.index_product_list .list_backimg2 {
	background: url(../images/003.jpg) center repeat;
}
.index_product_list .list_backimg3 {
	background: url(../images/004.jpg) center repeat;
}
.index_product_list .list_backimg4 {
	background: url(../images/005.jpg) center repeat;
}
.index_product_list .list_backimg5 {
	background: url(../images/006.jpg) center repeat;
}
.index_product_list .list_backimg6 {
	background: url(../images/007.jpg) center repeat;
}*/




.index_product_list .list_txt {
	color: #fff;
	margin-top: 10px;
}
.index_product_list .list_title {
	font-size: 16px;	

	
}
.index_product_list .list_text {
	font-size: 20px;
}



.index_show {
	padding: 100px 0;
	background: #f5e8cb;
}



.platform_advantage {
	/*background: #fff url(../images/01411.jpg) center top repeat-x;*/
	background: #3e2e1e;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.platform_advantage_content {
	margin-left: -100px;
	overflow: hidden;
}
.platform_advantage_list {
	display: block;
	overflow: hidden;
	margin: 0 0 60px 100px;
}
.platform_advantage_img {
	float: left;
}
.platform_advantage_brief {
	float: left;
	color: #fff;
	padding-left: 50px;
}
.platform_advantage_brief .brief_title {
	font-size: 18px;
}
.platform_advantage_brief .brief_text {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.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_z1 {
	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_z1 li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -200px;

	-webkit-animation: square_z1 12s infinite;
	animation: square_z1 12s 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), .platform_advantage_bg_z1 li:nth-child(1) {
	left: 10%
}
.platform_advantage_bg li:nth-child(2), .platform_advantage_bg_z li:nth-child(2), .platform_advantage_bg_z1 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), .platform_advantage_bg_z1 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), .platform_advantage_bg_z1 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), .platform_advantage_bg_z1 li:nth-child(5) {
	left: 70%
}
.platform_advantage_bg li:nth-child(6), .platform_advantage_bg_z li:nth-child(6), .platform_advantage_bg_z1 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), .platform_advantage_bg_z1 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), .platform_advantage_bg_z1 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), .platform_advantage_bg_z1 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), .platform_advantage_bg_z1 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)
}
}

 @-webkit-keyframes square_z1 {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-450px)rotate(500deg);
 transform: translateY(-450px)rotate(500deg)
}
}
 @keyframes square_z1 {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-450px)rotate(500deg);
 transform: translateY(-450px)rotate(500deg)
}
}
.marketing_advantage {
	padding: 100px 0;
	background: url(../images/0181.jpg) center top repeat;
}
.marketing_advantage_content {
	margin-left: -15px;
}
.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;
	border:2px solid #f7d995;
}
.marketing_advantage_brief {
	position: absolute;
	top: 30%;
	padding: 0 40px;
}
.marketing_advantage_brief .brief_img{
width:40px;
margin: 0 auto;
} 
.marketing_advantage_brief .brief_title {
	font-size: 16px;
	color: #f7d995;
	margin-bottom: 10px;

}

.marketing_advantage_brief .brief_title img{
width:25px;
height:25px;
}

.marketing_advantage_brief .brief_title span {
	margin-left: 15px;
}
.marketing_advantage_brief .brief_text {
	font-size: 12px;
	color: #f7d995;
	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: #f7d995;
}
.partners {
	padding: 100px 0;
}
.partners_content {
	text-align: center;
}
.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: 150px 0;
	background: url(../images/join_bg2.jpg) center top repeat;
	text-align: center;
}
.join_in_title {
	font-size: 36px;
	color: #fff;
}
.join_in_title span {
	color: #f7d995;
}
.join_in_text {
	color: #e3e3e3;
	font-size: 18px;
	margin: 15px 0 50px 0;
}
.join_in_button {
	padding: 8px 60px;
}
.join_in_button2 {
	padding: 8px 60px;
}
.news_center {
	padding: 100px 0;
}


.news_bg {
background:#fff;
}
.news_center_list_title {
	font-size: 16px;
	color: #333;
	margin: 20px 5px 5px 5px;
	text-align: center;
}
.news_center_list_date {
	font-size: 12px;
	color: #333;
	margin: 0 5px;
	text-align: center;	
}

.news_center_list_body {
	font-size: 14px;
	color:#717171;
	margin: 5px 5px;
    line-height:35px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
}

.news_center_content {
	margin-left: -40px;
}
.news_center_list {
	margin-left: 60px;
	padding-bottom:15px;
	height:485px;
}
.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;
	background: url(../images/056.png) left center no-repeat;
	padding: 3px 0 3px 15px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.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;
}

.news_video{
width:640px;
height:498px;
}

.case_text{
width:100%;
    margin-left:-10px;
	border:1x solid #ff5454;
}

.case_text .case_t{
    display:block;
    background:#3e2e1e;
	margin-left:10px;
	margin-bottom:10px;
	height:100px;
	padding:50px 10px;
	color:#f5e8cb;
	overflow:hidden;
		text-align:center;
}

.case_text .case_t span{

    font-size:26px;

	line-height:30px;

	margin:0 auto;
}
.case_text .case_t p{
 	line-height:25px; 
	margin-top:5px;
}

.case_text .case_t:hover{
    background:#150301;
	color:#ffffff;
}

.case_process {
width:100%
margin: 0 auto;
padding-left:30px;
padding-right:30px;
}

.case_process_up {
width:100%;
display:block;
height:100px;
}

.case_process_middle {
width:100%;
display:block;

height:100px;
}

.case_process_down {
width:100%;
display:block;
float:right;
height:100px;
}
.case_process .process{
width:150px;
height:100px;
float:left;
text-align:center;
}

 .process_r{
width:100px;
height:100px;
float:left;
}
 .process_l{
width:100px;
height:100px;
float:left;
}

 .process_m{
width:100px;
height:100px;
margin:0 auto;

}
.case_process .process_pic{
width:80px;
height:80px;
margin:0 auto;

-webkit-transition: -webkit-transform 1s ease-out;
-moz-transition: -moz-transform 1s ease-out;
-o-transition: -o-transform 1s ease-out;
-ms-transition: -ms-transform 1s ease-out;
}

.case_process .process_pic:hover{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.z_banner {
	background: url(../images/0555.jpg) center top repeat;
	text-align: center;
	padding: 170px 0;
	overflow: hidden;
}

.z_banner1 {
	background: url(../images/about1_bg.jpg) center top repeat;
	text-align: center;
	padding: 260px 0;
	overflow: hidden;
}

.z_banner2 {
	background: url(../images/news_bg.jpg) center top repeat;
	text-align: center;
	padding: 260px 0;
	overflow: hidden;
}

.z_banner3 {
	background: rgba(21, 3, 1, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E5150301,endcolorstr=#E5150301);
	text-align: center;
	padding: 170px 0;
	overflow: hidden;

}
.z_banner7 {
	background: url(../images/contact_bg.jpg) center top repeat;
	text-align: center;
	padding: 260px 0;
	overflow: hidden;
}
.support_z_banner {
	padding: 150px 0 70px 0;
}
.z_banner_title {
	font-size: 34px;
	color: #f7d995;
	margin-bottom: 10px;
}
.z_banner_text {
	font-size: 16px;
	color: #e3e3e3;
}
.case_show_content {
	margin: 50px 0;
	border-bottom: solid 1px #F7F7F7;
	overflow: hidden;
}
.case_show_list {
	overflow: hidden;
	padding-top: 50px;
	border-top: solid 1px #F7F7F7;
}
.case_show_brief_title {
	color: #333;
	font-size: 16px;
}
.case_show_brief_title span {
	color: #8a8a8a;
}
.case_show_brief_text {
	color: #8a8a8a;
	margin: 20px 60px 30px 0;
	line-height: 1.8;
}
.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: 50px 0px  0px 0px;
    background: #ffffff;
}
.support_type_content {
    border-left:1px solid #cccccc;
	position: relative;
	width:100%;
	height:61px;

}
.support_type_list {
	display: block;
	text-align: center;
	padding: 20px 0;
	color: #111111;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background:#e8e8e8;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

.support_type_list.active {
	color: #d7b455;
	background: #1f1a17;

}
.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: #1f1a17;
	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: #d7b455;
	background: #1f1a17;
	background: rgba(0, 0, 0, 0);

}
.technical_support {
	background: #ffffff;
	overflow: hidden;
	padding: 50px 0;
}
.technical_support_content {
	overflow: hidden;
	margin-left: -30px;
}
.technical_support_list {
	margin-left: 30px;
	overflow: hidden;
}
.technical_support_type {
	background: #fff;
}
.technical_support_type .title {
	background: url(../images/074.png) center no-repeat;
	color: #fff;
	font-size: 16px;
	text-indent: 35px;
	padding: 15px 0;
	position: relative;
}
.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 ul li {
	position: relative;
	z-index: 1;
}
.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 #F7F7F7;
	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: #3DA6F7;
	background: rgba(0, 0, 0, 0);
	border-bottom: solid 1px #3DA6F7;
}
.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;
}
.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: 30px 20px;
	background: #fff;
}
.technical_support_box .title {
	font-size: 16px;
	color: #4e4e4e;
	text-indent: 10px;
}
.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;
	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;
}
.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{
text-align:center;
	margin-top:30px;
}
.technical_support_box_z_header .title {
	color: #4E4E4E;
	font-size: 24px;
}
.technical_support_box_z_header .a_date{
	font-size: 12px;
	color: #989898;
	margin-top: 10px;
}
.technical_support_box_z_header .t_line{

border-bottom:1px solid #e1e1e1;
margin-top:30px;
}
.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 #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	margin: 30px 0;
	padding: 30px 0;
}
.technical_support_box_z_info img {
	max-width: 100%;
	height: auto !important;
}
.technical_support_box_z_back{
	margin: 20px 0 0 0;
	text-align:center;
}

.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;
}
.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;
}
.template_show_list {
	width: 96%;
	max-width: 540px;
	margin: 0 auto;
	padding: 80px 0;
}
.template_show_list_text {
	margin: 25px 0;
	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: 60px 0px 60px 0px;
    background: #fff;

}
.introduce_content {
	overflow: hidden;

}
.introduce_list_brief {
	margin: 0px 20px 0px 20px;
}
.introduce_list_brief1 {
	margin: 0px 20px 0px 0px;
}
.introduce_list_title {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
}
.introduce_list_text {
	color: #969696;
}
.introduce_list_text1 {
	color: #2b2019;
	line-height:35px;
	font-size:16px;
	text-align:left;
}
.introduce_list_text2 {
	color: #2b2019;
	line-height:20px;
	text-align:left;
}
.cloud_platform {
	padding: 50px 0;
	background: url(../images/about_bg3.jpg) center top repeat;
}
.cloud_platform_content { 
	overflow: hidden;
	text-align:center;

}
.video_bg {
margin:0 auto;
height:370px;
width:546px;


position: relative;
}


.item_bg {  width: 100%; height: 100%;position: absolute; display:block;	}

.item_bg.image.item_bg.video:after { position: absolute; width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat }
.item_bg.video video { background:#000000;position: absolute; top:10px; left:0px; margin-top: 0%; margin-left: 0%;width:546px;height:370px; object-fit:fill;}

.flowplayer_s {
position: absolute; top:32px; left:30px; width:546px;height:305px;
}

@media screen and (max-width: 767px) {
.video_bg {
margin:0 auto;
height:198px;
width:346px;
background:none;
position: relative;
}


.item_bg {  width: 100%; height: 100%;position: absolute; display:block;}

.item_bg.image.item_bg.video:after { position: absolute; width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat }
.item_bg.video video {position: absolute; top:0px; left:0px; margin-top: 0%; margin-left: 0%;width:346px;height:198px;}

.news_video{
width:320px;
height:249px;
}

}




.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/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 {
	float: right;
}
.page_num_box ul li {
	float: left;
}
.page_num_box ul li a {
	display: block;
	border: solid 1px #E9E9E9;
	padding: 3px 0;
	width: 25px;
	text-align: center;
	font-size: 12px;
}
.page_num_box ul li a:hover, .page_num_box ul .page_num_active {
	background: #008BD6;
	color: #fff;
	border: solid 1px #008BD6;
}
.news_banner {
	padding: 40px 0;
}


/*
.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 #2b2019;
}
.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;
}
}


.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 68px 10px;
}
.template_show_list_text {
	position: absolute;
	margin: 22px 0 12px 0;
}
.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 {
	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;
}
.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;
}
}
 @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;
}
}
 @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;
}
}
 @media only screen and (max-width: 322px) {
.web_tip:before {
	display: none;
}
}
/*
 * @Autor:Jabo(�Ƽѱ�)
 * Time:2016/09/07
 * Desc:��������
 */

.support_type_content .kzf-mod-center {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);
}
.kzf-mod-new-container {
margin-left:-30px;
margin-bottom:60px;
}
.kzf-mod-new-container .container {
	max-width: 1200px;
	width:96%;
}
.kzf-mod-new-container .kzf-mod-new-li {
	position: relative;
	overflow: hidden;
	padding: 10px ;
	margin: 15px 0;
  	background: #ffffff; 
	margin-left:30px;
}
.kzf-mod-new-container .kzf-mod-new-li:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	background: #a07349; 
}
.p_img{

}
.kzf-mod-new-container .kzf-mod-new-li:hover:after {
	right: 0;
	width: 100%;
 
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-box {
	position:relative;
	padding: 6px 0;
    z-index:999;
	text-align: center;
	color: #ccc;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-time-box {
	color: #fff;
	
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
	position:relative;
    z-index:999;
	padding: 2px 10px;

}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
	font-size: 36px

}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-year {
	font-size: 14px;
}
.kzf-mod-new-date{
	color: #717171;
	font-size: 12px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
	position: relative;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	padding-bottom: 3px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title:before {

}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-text {
    margin-top:2px;
	font-size: 14px;
	color: #717171;
	line-height: 24px;
	/*white-space: nowrap;*/
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-title {
	color: #eeeeee;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-date {
	color: #eeeeee;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-text {
	color: #eeeeee;
}
.kzf-mod-new-container .kzf-mod-new-li:hover .kzf-mod-new-title:before {
	border-left-color: #eeeeee;
}
.kzf-mod-new-container .kzf-mod-new-btn-more {
	text-align: center;
	padding: 55px 0;
}
.kzf-mod-new-container .kzf-mod-new-btn-more a {
	padding: 10px 40px;
	border-radius: 3px;
	color: #fff;
	background-color: #3b9ef3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.kzf-mod-new-container .kzf-mod-new-btn-more a:hover {
	color: #3b9ef3;
	border: 1px solid #3b9ef3;
	background-color: #fff;
}
 @media only screen and (max-width: 1199px) {
.kzf-mod-new-container {

}
.kzf-mod-new-container .kzf-mod-new-btn-more {
	padding: 25px 0;
}

}
 @media only screen and (max-width: 960px) {
.kzf-mod-new-container {

}
.kzf-mod-new-container .kzf-mod-new-btn-more {
	padding: 15px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-box {
	padding: 6px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
	font-size: 38px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
	padding-bottom: 22px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
	padding: 6px 20px;
}
.kzf-mod-new-container .kzf-mod-new-li {
	padding: 14px 0;
}
}
 @media only screen and (max-width: 767px) {
.kzf-mod-new-container {

}
.kzf-mod-new-container .kzf-mod-new-btn-more {
	padding: 15px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-box {
	padding: 3px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
	font-size: 24px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
	padding-bottom: 10px;
	line-height: 25px;

}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
	padding: 3px 10px;
}
.kzf-mod-new-container .kzf-mod-new-li {
	padding: 4px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-text {
    margin-top:10px;
	font-size: 12px;
	color: #717171;
	line-height: 20px;
	/*white-space: nowrap;*/
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	overflow:hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
}
 @media only screen and (max-width: 479px) {
.kzf-mod-new-container {

}
.kzf-mod-new-container .kzf-mod-new-btn-more {
	padding: 10px 0;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-date {
	font-size: 14px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-time-year {
	font-size: 12px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
	padding-bottom: 2px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-box {
	padding: 0 10px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-title {
	font-size: 14px;
}
.kzf-mod-new-container .kzf-mod-new-li .kzf-mod-new-text {
    margin-top:2px;
	font-size: 12px;
	color: #717171;
	line-height: 26px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.kzf-mod-new-container .kzf-mod-new-li {
	padding: 4px 0;
}
.support_type_content .kzf-mod-center {
	position: relative;
	left: 0;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
}
/*
 * @Autor:Jabo(�Ƽѱ�)
 * Time:2016/09/12
 * Desc:�������
 */

.kzf-mod-case-container {
	padding: 65px 0;
}
.kzf-mod-so-title-box {
	margin: 25px 0 56px;
	text-align: center;
}
.kzf-so-title {
	margin-bottom: 10px;
	font-size: 36px;
	color: #f5e8cb;
}
.kzf-so-text {
	color: #bbbbbb;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box {
	margin-left: -30px;
	text-align: center;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
	margin: 0 0 60px 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap .kzf-mod-pic {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap:hover .kzf-mod-pic {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap .kzf-mod-title {
	color: #818181;
}
.kzf-mod-link-container {
	padding: 76px 10px 110px;
	background: url(../images/index_foot_bg1.jpg) no-repeat;
	background-size: cover;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
	margin: 0 0 30px -26px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box> div {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box> div a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
	padding: 20px 3px;
	margin: 0 0 3px 26px;
	width: 100%;
	text-align: center;
	background-color: rgba(180, 180, 180, .2);
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-pic {
	margin-bottom: 20px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-txt {
	color: #bbbbbb;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
	margin-left: -15px;
	/*QQ����*/
	display: none;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
	margin-left: 15px;
	margin-bottom: 1px;
	padding: 12px 3px;
	text-align: center;
	color: #fff;
	background-color: rgba(180, 180, 180, .2);
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap img {
	margin-right: 10px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
	vertical-align: middle;
	font-size: 16px;
}
 @media screen and (max-width: 967px) {
.kzf-so-title {
	font-size: 30px;
}
.kzf-mod-case-container {
	padding: 50px 0;
}
.kzf-mod-so-title-box {
	margin: 25px 0 45px;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
	margin: 0 0 55px 30px;
}
.kzf-mod-link-container {
	padding: 50px 6px 82px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
	margin: 0 0 30px -16px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
	margin: 0 0 3px 16px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
	font-size: 14px;
}
}
 @media screen and (max-width: 767px) {
.kzf-mod-case-container {
	padding: 40px 0;
}
.kzf-mod-so-title-box {
	margin: 25px 0 30px;
}
.kzf-so-title {
	margin-bottom: 3px;
	font-size: 26px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
	margin: 0 0 1px 5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
	margin: 0 0 10px -5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
	margin-left: -5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
	margin-left: 5px;
}
}
 @media screen and (max-width: 479px) {
.kzf-mod-case-container {
	padding: 15px 0;
}
.kzf-mod-so-title-box {
	margin: 15px 0 30px;
}
.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
	margin: 0 0 30px 30px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
	margin: 0 0 5px -5px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-pic {
	margin-bottom: 10px;
}
.kzf-mod-link-container {
	padding: 15px 6px 90px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
	padding: 10px 3px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-txt {
	font-size: 12px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
	margin-left: -3px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
	margin-left: 3px;
	margin-bottom: 1px;
	padding: 6px 2px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap img {
	margin-right: 3px;
}
.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
	font-size: 12px;
}
}
/*
 * @Autor:����Ⱥ
 * Time:2016/09/12
 * Desc:��Ʒ�ͷ���
 */

.kzf-mod-product {
	padding: 90px 0;
	text-align: center;

}
.kzf-mod-product1 {
	padding: 30px 0px 90px 0px;
	text-align: center;

}
.kzf-mod-product-title {
	font-size: 36px;
	color: #3c94f1;
}
.kzf-mod-product-brief {
	color: #818181;
	margin: 20px 0 55px 0;
}
.kzf-mod-product-list-title {
	color: #333;
	font-size: 18px;
	margin: 25px 0 10px 0;
}
.kzf-mod-product-list p {
	line-height: 2;
	color: #818181;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.kzf-mod-product-list img {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	position: relative;
	top: 0;
}
.kzf-mod-product-list:hover img {
	top: 5px;
}
.kzf-mod-product-list:hover p {
	color: #444;
}
 @media only screen and (max-width: 967px) {
.kzf-mod-product {
	padding: 60px 0;
}
.kzf-mod-product-title {
	font-size: 30px;
}
.kzf-mod-product-brief {
	margin: 20px 0 40px 0;
}
.kzf-mod-product-list-title {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.kzf-mod-product-list p {
	line-height: 1.8;
}
}
 @media only screen and (max-width: 767px) {
.kzf-mod-product {
	padding: 40px 0 0 0;
}
.kzf-mod-product-title {
	font-size: 26px;
}
.kzf-mod-product-brief {
	margin: 15px 0 25px 0;
}
.kzf-mod-product-list {
	margin-bottom: 40px;
}
.kzf-mod-product-list-title {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.kzf-mod-product-list p {
	line-height: 1.8;
}
}
.kzf-mod-custom {
	padding: 90px 0;
	text-align: center;
	background: #11121C;
}
.kzf-mod-custom-title {
	font-size: 36px;
	color: #3c94f1;
}
.kzf-mod-custom-brief {
	color: #818181;
	margin: 20px 0 55px 0;
}
.kzf-mod-custom-content {
	overflow: hidden;
}
.kzf-mod-custom-list {
	width: 14.2%;
	float: left;
}
.kzf-mod-custom-list img {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	position: relative;
	top: 0;
}
.kzf-mod-custom-list-title {
	color: #fff;
	font-size: 18px;
	margin: 25px 0 10px 0;
}
.kzf-mod-custom-list p {
	line-height: 2;
	color: #818181;
	padding: 0 15px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.kzf-mod-custom-list:hover img {
	top: 5px;
}
.kzf-mod-custom-list:hover p {
	color: #FAFAFA;
}
 @media only screen and (max-width: 967px) {
.kzf-mod-custom {
	padding: 60px 0 20px 0;
}
.kzf-mod-custom-title {
	font-size: 30px;
}
.kzf-mod-custom-brief {
	margin: 20px 0 40px 0;
}
.kzf-mod-custom-list {
	width: 25%;
	margin-bottom: 40px;
}
.kzf-mod-custom-list-title {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.kzf-mod-custom-list p {
	line-height: 1.8;
}
}
 @media only screen and (max-width: 767px) {
.kzf-mod-custom {
	padding: 40px 0 0 0;
}
.kzf-mod-custom-title {
	font-size: 26px;
}
.kzf-mod-custom-brief {
	margin: 15px 0 25px 0;
}
.kzf-mod-custom-list {
	margin-bottom: 40px;
}
.kzf-mod-custom-list-title {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.kzf-mod-custom-list p {
	line-height: 1.8;
}
}
 @media only screen and (max-width: 479px) {
.kzf-mod-custom-list {
	width: 33.333%;
}
.kzf-mod-custom-list img {
	width: 100px;
}
.kzf-mod-custom-list p {
	padding: 0 10px;
	font-size: 12px;
}
.kzf-mod-custom-list-last {
	float: none;
	animation-delay: inherit;
	visibility: visible;
	animation-name: inherit;
	-webkit-animation-fill-mode: inherit;
	animation-fill-mode: initial;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:14px;color:#150301;}
.pagess a{margin-left:10px;}
.pagess ul.thisclass {color:#ff5454;}
.pagess a:hover {color: #ff5454;}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#3b9ef3; color:#fff;border: 1px solid #3b9ef3}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #3b9ef3;padding: 2px 9px;margin: 0 3px;background: #3b9ef3;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #ff5454;}


.page_s {
clear: both;margin: 20px auto;overflow: hidden;margin-left: 0px;text-align: center;font-size:14px;color:#1f1a17;
}

.pagenew {display: inline-block;height: 25px;border-top:none;color:#1f1a17}
.pagenew li{
	list-style: none;
	margin-left:10px;
	float:left;
	height: 26px;
	min-width:26px;
	line-height: 26px;	
	font-size: 14px;
	color: #333333;
	letter-spacing:2px;

}

.pagenew li a{	color: #1f1a17;	padding:3px 8px;}
.pagenew a:hover{color:#e79d01; 	background:#1f1a17;transition: color .6s,border-color .6s,background-color .6s,border .6s;}
.pagenew li.thisclass{	list-style: none;	height: 26px; width:26px;	line-height: 26px;color:#e79d01;	background:#1f1a17;}
.pagenew span{ margin-left:0px;}

/*幻灯*/ 

 

#full-width-slider { width:100%; color: #000; }

.coloredBlock { width:350px;left:20%; top: 5%;}

.infoBlock { width:350px; position:absolute;top:72%; left:50% ; margin:0 0 0 -175px; overflow: hidden; }

.infoBlockLeftBlack { }

.infoBlock h4 {font-size: 20px;line-height: 1.2;margin: 0; }

 

.infoBlock a {color: #FFF; display:inline-block; background:#13b125; font-size:16px; font-weight:normal; padding:0 30px; height:46px; line-height:46px; text-align:center; border-radius:4px; margin-right:10px; -moz-transition: all 0.3s  ease-in-out; -webkit-transition: all 0.3s  ease-in-out; transition: all 0.3s  ease-in-out;}

.infoBlock a:hover{ background:#1ea721 ; }

 



.fullWidth {max-width:1920px; margin: 0 auto 0 auto;}

.rsContent a{ display:block; width:100%; height:100%; }

 .bg_img {
display:"";
width:100%;
height:auto;
}
.bg_img2 {
display:none;
}

.bg_img3 {
display:none;
}

@media screen and (max-width: 1920px){

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:950px !important;

}
}

@media screen and (max-width: 1600px){

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:792px !important;

}
}

@media screen and (max-width: 1440px){

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:792px !important;

}
}


@media screen and (max-width: 1366px){

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:636px !important;

}
}

@media screen and (max-width: 1280px){

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:600px !important;

}
}

@media screen and (max-width: 1024px){

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:506px !important;

}
}
@media screen and (max-width: 767px){

.bg_img {
display:none;
}
.bg_img2 {
display:inline;
}
.bg_img3 {
display:none;
}
.royalSlider.heroSlider,  .royalSlider.heroSlider .rsOverflow {

	height:476px !important;

}
}

 @media screen and (max-width:479px){
 .bg_img {
display:none;
}
.bg_img2 {
display:none;
}
.bg_img3 {
display:inline;
}

.royalSlider.heroSlider,  .royalSlider.heroSlider .rsOverflow {

	height:300px !important;

}
 }


@media screen and (min-width:0px) and (max-width:800px) {

.infoBlock h4{ display:none;}


}
 /*@media screen and (min-width:760px) and (min-height:460px) {

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:600px !important;}

	 

}



 @media screen and (min-width:960px) and (min-height:660px) {

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:920px !important;

}

}

 

 @media screen and (min-width:960px) and (min-height:1000px) {

.heroSlider .rsOverflow,  .royalSlider.heroSlider {

	height:794px !important;

}

}

*/







 







.royalSlider { width: 600px; height: 400px; position: relative; direction: ltr;}

.royalSlider > * { float: left;}

.rsWebkit3d .rsSlide { -webkit-transform: translateZ(0);}

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink { -webkit-backface-visibility: hidden;}

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer { -webkit-transform: none;}

.rsOverflow { width: 100%;height: 100%;position: relative;overflow: hidden;float: left;-webkit-tap-highlight-color: rgba(0,0,0,0);}

.rsVisibleNearbyWrap {width: 100%;height: 100%;position: relative;overflow: hidden;left: 0;top: 0;-webkit-tap-highlight-color: rgba(0,0,0,0);}

.rsVisibleNearbyWrap .rsOverflow {position: absolute;left: 0;top: 0;}

.rsContainer {position: relative;width: 100%;height: 100%;-webkit-tap-highlight-color: rgba(0,0,0,0);}

.rsArrow, .rsThumbsArrow {cursor: pointer;}

.rsThumb {float: left;position: relative;}

.rsArrow, .rsNav, .rsThumbsArrow {opacity: 1;-webkit-transition: opacity 0.3s linear;-moz-transition: opacity 0.3s linear;-o-transition: opacity 0.3s linear;transition: opacity 0.3s linear;}

.rsHidden {opacity: 0;visibility: hidden;-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;transition: visibility 0s linear 0.3s, opacity 0.3s linear;}

.rsGCaption {width: 100%;float: left;text-align: center;}

/* Fullscreen options, very important ^^ */

.royalSlider.rsFullscreen {position: fixed !important;height: auto !important;width: auto !important;

margin: 0 !important;padding: 0 !important;z-index: 2147483647 !important;top: 0 !important;left: 0 !important;bottom: 0 !important;right: 0 !important;}

.royalSlider .rsSlide.rsFakePreloader {opacity: 1 !important;-webkit-transition: 0s;-moz-transition: 0s;-o-transition: 0s;transition: 0s;display: none;}

.rsSlide {position: absolute;left: 0;top: 0;display: block;overflow: hidden;height: 100%;width: 100%;}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {height: auto;}

.rsContent {width: 100%;height: 100%;position: relative;}

.rsPreloader {position: absolute;z-index: 0;}

.rsNav {-moz-user-select: -moz-none;-webkit-user-select: none;user-select: none;}

.rsNavItem {-webkit-tap-highlight-color: rgba(0,0,0,0.25);}

.rsThumbs {cursor: pointer;position: relative;overflow: hidden;float: left;z-index: 22;}

.rsTabs {float: left;background: none !important;}

.rsTabs, .rsThumbs {-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: rgba(0,0,0,0);}

.rsVideoContainer {width: auto;height: auto;line-height: 0;position: relative;}

.rsVideoFrameHolder {position: absolute;left: 0;top: 0;background: #141414;opacity: 0;-webkit-transition: .3s;}

.rsVideoFrameHolder.rsVideoActive {opacity: 1;}

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {

position: absolute;z-index: 50;left: 0;top: 0;width: 100%;height: 100%;}

/* ios controls over video bug, shifting video */

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 44px;}

.rsABlock { position: absolute;z-index: 15;}

img.rsImg {max-width: none;}

/*.grab-cursor {cursor: url(../images/grab.png) 8 8, move;}*/

/*.grabbing-cursor {cursor: url(../images/grabbing.png) 8 8, move;}*/

.rsNoDrag {cursor: auto;}

.rsLink {left: 0;top: 0;position: absolute;width: 100%;height: 100%;display: block;z-index: 20;background: url(../images/blank.gif);}



.rsMinW,

.rsMinW .rsOverflow,

.rsMinW .rsSlide,

.rsMinW .rsVideoFrameHolder,

.rsMinW .rsThumbs {background: #fff;color: #FFF;}







.rsMinW .rsArrow {height: 32px;width: 32px;position: absolute;display: block;cursor: pointer;z-index: 0;}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }

.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }



.rsMinW .rsArrowIcn { width: 24px;height: 24px;margin-top: 3px;margin-left: 3px;position: absolute;cursor: pointer;background: transparent;border-radius: 2px;}

.rsMinW .rsArrowIcn:hover {}



.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }

.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }

.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }





.rsMinW .rsBullets { width:200px; position: absolute;bottom:80px;left:50%; margin:0 0 0 -100px; z-index: 0;padding-top: 4px; height: auto;

text-align: center;line-height:12px;overflow: hidden;}

.rsMinW .rsBullet { display: inline-block;*display:inline; *zoom:1; }

.rsMinW .rsBullet span {display: block; width:10px;height:10px;border-radius: 50%;background: #ffffff;margin:0 4px; cursor:pointer;}

.rsMinW .rsBullet.rsNavSelected span {background: #1f1a17;}
/*.rsMinW .rsBullet.rsNavSelected span {background: #33ac41;}*/




 



.rsMinW .rsThumbsHor {width: 100%;height: auto;}

.rsMinW .rsThumbsVer {width: 96px;height: 100%;position: absolute;top: 0;right: 0;}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {position: relative;height: 100%;}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {position: relative;width: 100%;}

.rsMinW .rsThumb {float: left;overflow: hidden;width: 96px;height: 72px;}

.rsMinW .rsThumb img {width: 100%;height: 100%;}

.rsMinW .rsThumb.rsNavSelected {background: #333;}

.rsMinW .rsThumb.rsNavSelected img {filter: alpha(opacity=40);opacity: 0.7;}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {position: absolute;top: 0;bottom: 0;left: 0;right: 0;border: 2px solid #FFF;border: 2px solid rgba(255,255,255,0.9);-webkit-backface-visibility: hidden;} 

.rsMinW .rsTmb {display: block;}









/* Thumbnails arrow icons */

.rsMinW .rsThumbsArrow {height: 100%;width: 20px;position: absolute;display: block;cursor: pointer;	z-index: 21;	}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {width: 100%;height: 20px;}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		width: 16px;height: 16px;top: 50%;left: 50%;margin-top:-8px;	margin-left: -8px;position: absolute;	cursor: pointer;	background: url('../images/rs-minimal-white.png');}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }



.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }



.rsMinW .rsThumbsArrowDisabled { display: none !important; }



/* Thumbnails resizing on smaller screens */

@media screen and (min-width: 0px) and (max-width: 800px) {

	.rsMinW .rsThumb {width: 59px;height: 44px;}

	.rsMinW .rsThumbsHor {height: 44px;}

	.rsMinW .rsThumbsVer {width: 59px;}

}

