﻿@charset "utf-8";

a{color:#333;text-decoration:none;}
a:hover, a:focus{color:#fc952c;}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
/*
body,section{min-width:1024px;}
*/

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform,left,top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform,left,top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform,left,top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	-ms-transition-property: -ms-transform,left,top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform,left,top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}

.swiper-container {
}

.swiper-slide {
}

.swiper-slide-active {
}

.swiper-slide-visible {
}

.swiper-pagination-switch {
}

.swiper-active-switch {
}

.swiper-visible-switch {
}

html {
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑",Arial;
}

header,section {
	width: 100%;
}

table {
	border-collapse: collapse;
}

a:focus {
	outline: none;
}

header {
	position: fixed;
	height: 74px;
	color: #ccc;
	z-index: 999;
}

header.fixed {
	height: 70px;
}

header .logo {
	position: fixed;
	top: 8px;
	left: 50px;
	width: 180px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .logo {
	width: 120px;
	top: 8px;
}

header .words {
	display: block;
	position: fixed;
	top: 40px;
	left: 230px;
	letter-spacing: 1px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .words {
	top: 40px;
	left: 230px;
}

header nav.menu {
	margin: 18px 0 0 110px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	/*min-width:1050px;*/
}

header.fixed nav.menu {
	margin: 22px 0 0 85px;
}

header nav.menu ul li {
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
	font-size: 20px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed nav.menu ul li {
	margin: 0px;
	font-size: 16px;
}

header nav.menu ul li a {
	color: #ccc;
	letter-spacing: 2px;
	cursor: pointer;
}

header nav.menu ul.aui-nav-dow li a {
	color: #000;
	letter-spacing: 2px;
	cursor: pointer;
}

header nav.menu ul li a:hover,.mtmegamenu .submenu .title a:hover ,header nav.menu ul li.active a{
	color: #fc952c;
	text-decoration: none;
}

header nav.menu .line {
	position: absolute;
	top: 0px;
	width: 0px;
	height: 3px;
	font-size: 3px;
	background-color: #fc952c;
	display: none;
}

header .hotline {
	position: fixed;
	top: 22px;
	right: 215px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline {
	top: 20px;
	right: 185px;
}

header .hotline span {
	position: fixed;
	color: #fc952c;
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline span {
	font-size: 20px;
}

header .hotline u {
	position: fixed;
	top: 25px;
	right: 230px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url(../images/icons.png) no-repeat;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .hotline u {
	top: 20px;
	right: 195px;
}

header .hotline a {
	color: #fc952c;
}

header .menu-icon {
	position: fixed;
	top: 24px;
	right: 48px;
	font-size: 24px;
	color: #fc952c;
	z-index: 99;
	display: none;
}

header.fixed .menu-icon {
	top: 18px;
}

header .menu-icon a {
	color: #fc952c;
	text-decoration: none;
}

header .menu-icon span {
	margin-left: 15px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .menu-icon span.glyphicon-earphone {
	display: none;
}

header .menu-icon span:hover,header .menu-icon span.active {
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

header .bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0px;
	background: #111;
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: -1;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

header.fixed .bg {
	height: 70px;
}


.icon-dow {
    width: 13px;
    height: 13px;
    background-size: 13px;
    font-size: 12px;
    margin-left: 2px;
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACEUlEQVRYR+3WMYvUQBgG4Peb6NoJKwgW4llY2Ghhd+LZnY3+ArnCwkKWG2b3Bwgp7JNJthYRFDsF0cbm8E6xs7WQQ+EODq5aS9nMJwO7EGL2MskkcEW23ZnMw/u9TEI45T865T70QN8J9Qn2Cfom4Lu/72CfoG8Cvvv7DvYJ+ibgu7/vYCcJKqWuDIfDozAM//oe4LI/DEMxm82uRlG0X1z/34iVUttEpAEczufze9Pp9IfLIU3XSCkvCyE+EdF1Zn6mtX6af1YZ8D0RPbCLmPk4y7K7XSEtLgiCPQBri/O+a61vVQE3iegjgDNLpBDidhRFP5umVLZvNBpdGgwG33I4ZuatJElenwi0f47H4/sA3uWQR0KIjbaQC9wugGuLEBjAI631y8oOLhd0hayDs5YT78G2kXVxlcBV4yai9TiOf9XppJTyYhAEX13GWtnB4sElSR4Q0YYr0uKEEJ/tVVLVOecOtoX0wTmNOA8tS9IYs56m6UHZuH1xtYFlnQTwO8uyO0XkZDK5YIz50mSstTtYNe4i0uKYeQfAjbqda9xBB+S+MeYxgD9E9JyIbvriGo242ElmfktEZ8s6aN9dq94QrleU9werUmoTwIcisg2cd4LLFIpIi2Pmh0mSvHFNatU67wRzSPuJ9grAOSJ6EsfxC19cawkuIVLK8xaYpulxG7jWgW2hvO/BLiCdd7Ar9D8WDyo4hGgicQAAAABJRU5ErkJggg==');
}

.aui-dow-box {
    position: absolute;
    top: 200%;
    left: 50%;
    width: 140px;
    padding: 30px 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.aui-dow-box-list {
    width: 720px;
    left: 810px;
    height: 365px;
    padding: 30px 10px 30px 10px;
	text-align:left;
	background-color:#66686a;
	color:#ffffff;
}

.drop-down:hover .aui-dow-box-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.aui-down-menu {
    padding: 0 24px;
    width: auto;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.aui-down-menu-title {
    padding-bottom: 10px;
    color: #fffff;/*#313131;*/
    font-size: 18px;
    line-height: 1;
    border-bottom: 0;
    margin-bottom: 0;
}

.aui-down-menu-list-title i {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.aui-down-menu ul li {
    position: relative;
    display: block;
    float: left;
}

.aui-down-menu ul li a {
    color: #616161;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 28px;
    background: none;
    position: relative;
    display: block;
}

.aui-down-menu ul li a:hover {
    color: #1ec67a;
}

.aui-down-menu ul li .cur {
    color: #1ec67a;
}

.icon-title001 {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 1px;
    background-image: url('data:image/png;base64,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');
}

.icon-title007 {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-top: 1px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAADCUlEQVRYR+3Wz2sTQRQH8Pc2C7stCuI/4MWDCF48VBEpKAi2kuxM6krRHvQgYhF6E8S7B09eKqh4URAx2tkulvibgkcpeFF7E4oHpYd4EG2SdZ9MyaZJOrszCS0ByRzT2elnv/PeSxD6sIrF4p44jr8iImb9eyJ6nrlhO+2c83NE9FCDrPUNKF9ehySiqK9AHfL/BY6NjTmO48wg4hEAeCGEuAMA1G3NbssV+76/o16vv0HEQy2gsFKpTCwuLkamSB1OntP1FafgElNo23axVCr91SGzcET0ExF3dQ3U4BLTU9u2J7OQmuSW19bWRl3XnQGA68YJGuK0SBNcuVxelQcxxq4g4k3tmOkSl4r0PO80Ij5JGczrySW45JBCobA3E2iAewcAx1NqrnndEmdZ1mMAyCn2KnHJvlRgFo6ICBEvCSHuMcZuI+LlNCQRlRDxUS84eaYSaIA7L4R4kKA0yLSmbibned64ZVlXOzcS0bNNwHw+P2zb9ksAOKp4QCbXhusR2XatnPMyAJxUvMm3NqAB7qwQQtaSchkmuanmOOeylo8pDl1tArNwACCH71SCk191ruselqXYemitVlt2HOcGAFxIeQdlQ2iBOlwcx/78/Lxouc5biCiHadsioo9BEBzknN9XIFO7NROoudaIiM604hpDdAERxxUp/RJC7JTN53neNUScRMQDRPS+Wq1OdM655PlMIOf8LgBcVKQRWZbF5ubmFjr/xhjTAdPKVPm5DvgbAIY6nqwjIlfhDBPcOiBj7BMi7m85sQ4Ap4QQrzO61ShB3/eHoiga6WymOI6/hGH4w+iKC4XCaC6Xkw2wGwC+E9FUEARvsyIwvWLG2CwiTivO+iCEGDECyk2NsbFvZWXl89LSkkwwc5kCOeevAOCEor4rQRDIQNaXdszoQL02yZYDPc+btixrVgEOhRBe8nnfEuScBwDQhLRA/wghhvsOZIyFiJhX1Ew1CAJ3ANxcWxs/FhoDeJCgDIKIehszgxps1Nggwb4N6kENDmqwkcCgBje+8lb/Aag6QxGJ4bnMAAAAAElFTkSuQmCC');
}

.icon-title002 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAADz0lEQVRYR+WYXYgbVRTH/2dm0i4+tNkKgp9bq2196Coq+CB+LIjWZXFyJyFgoYogaEUFQaEVKj60iPj54IMtPqhIQRs398zE3Sj4/WJVVGgriNBiEbFF1K2f+ZiZIzckS3a7cZNmMCmex+Se//3dc+ee+c8lDHnQkPPhzABUSt1ERA8CSA9JRedE5AVmfo/y+fyKMAx/B7BiSOBaGLVKpbKKcrncujiOjzR/jUSkDOCLAcFaAB4golEzfxiG6xYAish2Zn5qQHCNaV3XvcG27Y+WBIyi6IogCA4OEnBycnLlyMhIZUlAAONa68PtgEqpXUQ0HkXRc0EQfJzJZMYty3osjuP9vu+/2WExpJTaAeB6Ijrr3xYsIgLgVWZ+xYxrnolqV4D5fH5NGIY/m8Ei8gYz3+553ocAbgTwd6VSGS2Xyw2x9nBd90rbtr/sdidE5Ftm3tgzIABTiU8AbBSRHb7v71VKPUFE20XkXWbe3KmCmUxmCxFt6AbSsqzPi8XiTDeA12qtDdDAIpvNXiAi33fa4vfDMLytVCr9NQhC13UvtSzraSJS84DZbHZMRL4bBNBycxLR2sa7WCl1jIguWi7hP/7/uNb6/Aag53nniMgWAI0OPgQxV61W95XL5Z/ODDczBBXriNB6BncS0SMAVg8J7EkReYaZdxu7tToMw7khAVuA4ThOerGb+RTA/cw8ELuVy+XWx3H8OoCrlmzUcRzf6vv+O4OsZrs/PcUPLuVmpqamRlOp1FgqlTpUKBSiiYkJJ51Ob6rX68dmZmZ+TXoxvboZu16v/0JEqwA8qbV+VCn1PBE9BOCk1tr0TWOXFkQ2mz1XRI4CGOlyAXu11tu6MQsL/KDruufZtv2DSRSR15j5Ts/z9hvbBqDuOM6aQqHwx2KIZp6xZeu7BHxbaz25LGAcx5f7vn+oXVQpZWzTzZZl7Z6enj7qed4GEdkJ4C1mNrCJxnKO+h6t9UuJztijmFLqGiIy3eTUjyYANQCPi8iBHnUTGS4ixm49DOCyeUBjFACcSGSGhEUcxzm75Wb2ALg3Yf1+5Myr7llm3vX/cDPNx2SriJjPzK9EZB8zt24r+qlk/7dbSqm1AD4w9rxFIiK/WZa1uVgs9n3YWnbrbnN6iejCvpabXPLBKIpuCYLgBDUb458A7OT0E1G6T2u9p1XBl4norkRkExARkWoURVeXSqWv50+xUuoSAD1vMRFdLCIvEtHKtmfQGAhzN/PZ6fDWarVvZmdnj5vcRNqM53nXicgdAMYA/Cgige/7+nTgFuckApgESCeNoQf8Bx7rHt/qI/RjAAAAAElFTkSuQmCC');
}

.icon-title003 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABY0lEQVRYR+2YsUoEMRRF72XAWrCxtBPEDxBs/AMzneXWNv6A4Ap+hsV22u3zD7axsBdELKwsLW3nyi6OzIqr2WQzzCwJTJf73n1nZvKSEB0f7Lg/9Megc+4IwPTpwpiY2WRq5Jugc25I8qIL7iRdmtnwV4OS3kk+StoguVcblvRB8iVlAZL2SW79aRDA3Xg8ds65HZKvDYMPZnaQ0mBZlgbguPcG7yWdV1W1XRTFTYPgE4DTlARJXgE4/I/gzIOkOS9keyvSIoMDkoOUhHxjSxqZ2WjuL/YVtz2vvfcWWFlzoc6dxBdi7iS+pH7OW49OIukZwC2ATZJndZVVVb2RvA6l46k7Ibnr1Uk8AyaZljvJKrHmThJIcw3OJIGVR8mWOpNEZQoUL9VJAnNEybLBKHwAMsFM8OvyaHb1EUsjRO/1DdaXRyEJYjW+C3Vsnmj9ov1gt4+d0WUnCtCf/WAiANFhPwEAhIo4B/53mAAAAABJRU5ErkJggg==');
}

.icon-title004 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEbElEQVRYR+2YXYgbVRTHz/9mkrwEl/ZBH3Rl8cEHBVldUVDEBVGEkjCTJcWHIlSUglgUq+IqFkFEKtiqiKK49aH4AanJTLIS0CJrERG/KFb6slXBj+qidB92H9aduffISWeW2Ww+Jsmii+6FCWFy59zf/Z+PeyagLT6wxfloG3BYD/2/FCyVSiO+7+9VSs1XKpUPhlVPnt8UBfP5/OVKqUcA7GNmBUAR0bfM/KjneSeGAR0K0LbtcQBPElGRiJiZUwDkizDJh1zfKKX2VyqVzwcBHQjQcZzbmfkpALcYYxgXRtv1hVpAAXyqtT5Qq9W+6gc0MeDk5KQ1MjKyG8AzAMaISMnancDiEDFFDRF9zMwHPM87nQS0J2CpVMr5vn8vEYkrdwBIJTHcbk4IKpCGmRtE9LjneWe62esIWCgULgHwEIAHiSgjYEkV67WB0I5AyuUy83StVjvb7rkNgI7jXMnMTwDY04z0MPB7LTro78ysQ0XLxpjper3+U9zWGmChULhZKXWQiO4AIG6QUvGPjRA0IKK3gyA4ODs7+2uzDtq2LUCHjTFXNW90ychW2jCmmrclWwGIGhIKPhEFALL9hEboet8YowG8BeBpATwPYEe4QM+kCWEiVikhAnUaQIOZ54noZ7nHzBYR3aiU2s3MsnlJro7lqDXrw3o6j6mpqSu01pKl+4hoJzPLzq125SMqF2EI1Iwxr2cymZNBEEjcSoaz1noxm83+Ui6Xz0eLFgqFa5VSh4joNhFaKbVOiCj5JGnkFGLmP4noZa31a2sTJyYm0qOjowUimiai6yRww103a11kxBhzfHl5+YFcLncTgBIz71JKXdQmWFeYWdQ8SUTvp9PpD33fzxPRe6GSmShERBSllMXMXwA4sri4eHxubk7iceNZ7DjOwsrKSjGbzd5HRHvEJ+Fp8X1YcsaY+VkAO9f8HBbseEyuy8QLp8zvRPTS6urqR+l0eiZyu1JKwkGgD7uue6p1o+3KzILW+pparbZQLBYvM8Y8BuDc0tLSO7lc7qi4KUymxBneAv6J1npvKpV6DsCZIAherdfr4tK2oytg/AnbtmeI6J5+4eIqx+zNuK4rcd9z9AN4LHR5T6PdJoRqHnNd9+4khrYBOxT3/6iCxWJxFzNXjTH3e573ZkuS/PsxaNv2CwAeZuavXde9fssBOo5zMRGdI6LxarX63WYDxurhYDFo2/YYgB8B3FCpVL7sBzDezHZqbIcGdBznLiJ6l5n3u677SifA+MnQ5WVpXQK3QA+s4BFp85l5gwHbtptJskknycCALwIYJ6IfqtVq81iLRvyoi+4leaPrcNS94bqutHc9R6IGVayUSqWM7/uHmFlepDoajn5r19kA+IOIjlqW9Xy8X+xGmRgwMpLP56+2LEvC4E5mvrRdixzvH5l5lYhOAJixLMsrl8vSgScefQPGLcs7s9b6VmaekP9kYq6XZvc3rfVZ3/c/azQafyUmapk4FOCgi/bz3DZgP2q1m7ut4LAK/g0s3IEV8r+FwAAAAABJRU5ErkJggg==');
}

.icon-title005 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACUUlEQVRYR+2YsWsUQRTGv7e7QhotlTRpkkLUaGMjNqKFXLG7M4dXiUFB/A9iK8FGxF4sUoSkFGZ27/AaiysFG4kGLEwhohDTHAji4u08GTghXu5uL3t7kmIGlmXZeW9/83bem5mPcMwbjeMTQtwA8JiILgM4UfFYfjPzGwD3tNa7o3yPBKzX6/PMbA1/GGM2iOhnxYAgolsATud5vpym6d4w/yMBpZQrADZ6vd6FZrO5UwQnhLgGwF62dbTWnSKbMAzPB0HwgZlXtNabRwVcBfBUKTV2Gvx1KqXcAnDbPjPzltb6ThGgfS+lZACrSqlnMwWcBGZYn8oAhRDrRLRYFuSgHTN/0lrfrzSCQohtO6GJ6OM0kMx8loj2lFKXZgH4Tmttk6d0E0JsEtFFB1g2hC6Cbg4OzJ1xS90/K0m/zLgsHkw+F8HBiLgy48qMKzMFi7RLEpckLklckvQjIKU8tN0iImZmVXa7b+2ISNr7TA5NRLQ8DdwB2+3KASsCO+SmMmWhCNBKdUT0vK/NPJhEPKr04D4OsFarnZqbm9tnZqs+2E3wYrfbne90Or+KBvZfIhiG4UIQBJ8BPDTGeJ7nPTHGLCRJ8uVYAFoIIYQiImHTHMCa1nqtCG7aX3wkAbPRaPhZll01xuy2Wq2vk8DFcXzO87ydUgJmFEVnfN9/D+A7M7+c5IMFfXpZlr1ot9v7cRzfJKLrRHQXwMk8z5fSNP02zH6sehpF0ZLv++sArlQgoufGmChJkldSygRAjZnfMvOjJElejxrcRPJuBdEr7eIPDYmjR0bf86EAAAAASUVORK5CYII=');
}

.icon-title006 {
    background-image: url('data:image/png;base64,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');
}

.icon-title008 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAHJ0lEQVRYR71YXWwcVxX+zp1Z27iUYkCISk0qAoWKCvXBEhXqA5GKAo7ZnZk1o1IotNBASn9IQpKShCTEaROaptAEkqaRKKKtKkAb7+x4EUFBldyHPOTBQiAhKsJPiStQESULqE7Z+TnorMbW9c3Mrn9C7+PuzLnf3POd73znEq7Aqlar16dpegjApwBEACaIaFcQBH9faXhaSYByuTxoWdYOAA8RUb8ei5n/A+CRmZmZJ6anpwX0stayAbquewcRfQfAtd12ZuY/EtHWIAjC5SBcMkDP825m5pNEdIux4a8BbALwdgCHAdxgnOgLSZI80Gw2X1oK0EUD9Dzv3QAOMPM9RDT/HjO/ysy7wzB8GgDL5sPDw6VVq1bdR0TjAK6ZA8TMMYATpVJpT61W+9digPYEKJutXr36QWbeR0RXa0HfYOYnZmdnD5w5c+b1vM18339HFEV7AdxPRLYG9DVm3huG4VMA0m5AuwJ0Xfc2IjphpgvAT4hoe71ef2UxpzA2NnZDmqaSdsd4/rcCPgiCF4vi5AL0PO8DAL4LYNTg0Tlm3hSG4bnFADOf8TzvYwCOArjZ+C8goi31ev0v5jsLAI6MjLxtYGBgDzNvNlIyQ0Q7gyB4fjnAjHeU53l3iwTpCsDM/5VDMSkzB5A8z/siMx8iondpXBFuHWq1WoenpqbeuALg5kOsW7fuqsHBwW8IVQAMaLH/BkAO41kpOiqXy++1bTswjl2I+wyAHVeiG3T7sGq1el2apgcB3GmowzSAT5Prur8hog9rQYSwm4IgEF1705brusNEJPy8VcvgryS1LwO4XkNyVgqh0WjIF7xpSxoAgOMGwJcF4CeZ+RQRXaUhZyJ6joh21Ot14cT/bVWr1WuzFN+Vk+INnSKRLsHMDxPRBgBKAzpLRI/HcXyo2WzOXkmUvu+/JYqibcJzIhrU9nw1U4wfdYpE37RcLt9kWdZRIrpN/52Z/wrgm41GQwqn085WsCRrnwXwKIDrtDjtNE2PXrp0aVzvTLlC7TjOeqWUOJUbDSAdQ9BN+bsBdxznFiI6TkTDxgH8zLKsTRMTE38y3y9sdWvXrrWHhoY2ZqkfMgI2LMvamhcwD+CcoSWi243/zzPzVxuNxgtFH9bTLLiuK/ZpNxF9DUBJCxQx8/FSqbSvyJlUKpWrlVI7AXzdMLTiZMYvXrz4/ampKXE4hYscx/mEUuo5Zj6bJMnOIr82Nja2JkmSx4hozIj2z2yzJ7XNlOM4X1JKHQAgNm1uSQN4Oo7jXc1m8x95qMrl8o22bQs/PwrgHhHqXxLRx+Vh8WtEdNK27b21Wk02vmxVKpVblVJSSCaPfp+m6XbLsuR0RM9uMmhxjog2FjWAzJqJpbsPgJW9G0pFOcz8vKGDLSLa3yUF8t7ns0rsavkBvMLMDzUajR/nfXDGdQG13zC3ryulbu9wcP369e/p7+8/yMx362IJ4HySJNsmJycnC9IxaNv2NmaWpj+vZdmzYmgPt1qtg0VGI1OLI7rfZOZOkwCwXXzAgiKRfijpyZk3Xozj+P5msykG87KVdYNHiOhOSQ8zTyilthYZWuGZZVnHcvRW2utGvc0WGdbPZYOPnr6eBO9WjfKf53nvlIICcK/GM/lrgcXS4xTKTNHMy8z/ZuaD7Xb7yOnTp8Vk9lzZECVzyT6dZwDazHxkdnZ2f9Fc0wHoOM6H+vr6/lCr1drmbiKywiUAvlGVfxbyh2F4qhvCarU6KsNVzhjatCxrc57Yj4yM9A8MDKwJguB3IjNS2t+S8ZGI9gRBIOPjZZOWyItlWSdN+QBwNht8FvjHIp5J4XXpHgv0s1N8ruv+nIhGtFPoNmlJgC8T0beJaL79SeUBeFa6RhRFkWVZ+4noKzrPmLkl/Gu1Wsfyukc2UJn6eYoqlcoHlVKigwuEF8CkUmpLXgp8378mjmM59QeN4UosWZuIpD3OrZSZf1AqlXbmib/ruu8jIqGQZ1BoOk3Tz+hD0xcAPGa0Jrn0OWbb9nhev5V5N0mSE6ZcaBudjeN4Y548yQTZ19e3Wym1We/xGdVkaLrcD/q+/9YoinaZzZ2ZXxOe2rb9VK1WS3IKaUEhMPMMM28Pw/CnOQWkXNcVY3xAnyDl5BftB8UYpGn6uHnsAF5i5gfy7JHv+1Ycxx8R3l24cOFc3pVbAc/EAyzdD2bCKjcBcn9iGtdfxHG8ZbE3VZVK5f2WZckHm1cfK/eD2cncaxrXxTgfKaYoivbkeElxPGJGvtfTD/ZsA9kDo6OjQ6VSadywQ5IecT4P65vJR7Xb7Q1EJP15/qYi09cfxnEsvjPXD5p4ejpq84XMUEraJf36Oi8OBIDo3ZL9YNFBLRngXCDxkdkN2JoeWejqB3tlcNkAJbDv+31RFImO7dUNb7Zpxw8mSfLoSmbqFQHUTlPmDpkj7soGf7mpkPu+RV1wdjvF/wFk06RIe4WErAAAAABJRU5ErkJggg==');
}

.icon-title009 {
    background-image: url('data:image/png;base64,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');
}

.icon-title010 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAADdElEQVRYR+2YTWgVVxTHz5mZF1EQS9FVCRpBREqtIEVwYaXxC2Ey9740Fdyoq4JIqytRFD8WFdwYcRVdGHBnzLvHN1E3/UiLrYgEXSlSQU0oIrhIMYhx5s4pN8yT1+dLMveNMU/IgdkM55z53f859869F4UQuwHgDCJ+Ak1mzNyNUkpuMq7/4VQD/svMxwHg3iwDr0FEw7HIcLwFZOazRLR/luEmPm/aDhEv1gKeICJDPusmhNiIiL/NATZaijkFbZQTQpj19zsAGCGiG+kkydWDjhDiEgBsQcQrnuft6+vr0zZQVb6OlHIYAD4z75h5ExH9kqvEQRBsdxznWuUjWutvyuXyxIyzNd/3F7iuO4aImAKeJqKDuQCLxeJXSZLcTpO+juN4ZRiGRoWGTAhxEhGPAsAbZl5HRPcaBTSL+uEoinpd112OiO3MfBMRH2mtx8IwfGFDKIRYCwBHCoXCt1rrLxHxZX9//98N9aDv+4s9z7sMAEuY2SeiJxUYIcRPAFBMkuTrcrn8PAtkR0fHatd1/2DmY0R0tjbGSsEgCL5wHOdnALgVx/HOMAxf1SQ0yvYAQLvWev10kFLKVQBwEwDOK6UO1RvQtIBBEGxyHOd7Zr5TKBR6oijaS0SnplJHSnneQEZRtGFgYOCfer6dnZ0rkiT5k5mvEdGeyfJNCSiEWIaIDwGgJU3QrpT6NUvpDCQzb43jeH0tpO/7bZ7nGbi/iMise0lDgGkJ7lcFZwZMG/wcAHQ4jrOhVCo9Ne+6urrmx3H8gJkfj46Obh4cHIynGvC0JZZSXgCAgJl7RkZGTg4NDUVZFKz4BEFwsKWl5cL4+Pgq13VXDg8PX2ptbd2htS7V6eF3Uk8LaAMzma+UchszX0/XS6WUKmbN+6EAzfLxQwo1ppRa2FSAvu9/7nneHQDwAOCUUupYUwGmk+NTrfW8Uqn0LCtcQ38Sm+Tvw/eD9GAe0DnAPOpN2oN5k85U/Ed19TFTIuTK2/wKCiF6EXFXrmHOXPDvE6cpswcEAPM0k42aA9QEoI2lG9qlNjEVX2Z+Wn2eyZKjEcBuRPwxS/I6PleVUsImthHAu4i4xuYjVQo+IaI2m1hrwLxXxszcZlNmK8Dqn7iNCtW+zCyJiLLG2wIeR8TMG896ELZXzbaAAhF7KxfcWVWoUfAAEXVnjf0P8hVI1Xvvbs4AAAAASUVORK5CYII=');
}

.aui-down-menu-list {
    float: left;
    font-size: 0;
}

.header .aui-down-menu-list .aui-down-menu-list-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 229px;
    line-height: 1;
    padding-top: 0;
	margin-left:0;
	margin-right:0;	
}

.header .aui-top-border {
    border-top: 1px solid #f5f5f5;
}

.header .aui-down-menu-list ul .aui-down-menu-list-item a {
    padding: 0;
    line-height: inherit;
}

.header .aui-down-menu-list-title {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #616161;
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.aui-down-menu-list-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #919191;
    font-size: 14px;
    letter-spacing: 1px;
}

.aui-down-menu-list-title:hover {
    color: #1ec67a;
}

ul li a:hover .icon-dow {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIUSURBVHja7NdPSFRRFAbw7zyvTlAIBQNCMlOO6BCOiLYZyXa2yV2LQFy4cOHCVW2imYHAUVxEGG5aRQRFmyiT2rSJNG2hzKKNOs9RwUCY/lqQM765p8VgwvR8M+/Ne1Fxz/Kcze9yzuK7xMz4m4sUUAEVUAEVUAEVUAEVUAH/KSARQR9tDjxr8W9fubyQ/yMKvqHN35o51X11KfObp7SRSbaMCOLbAN4bwIVQXF/20rY4EWk8buRfCpbhAlHydGwlYQ0cC88Iln3Fl3HW0HDeK+TiRKTRv7c7ByAIAAZpqabYcqclcGM83Ktx4QWYxC8kUXcokdbdxE1PdTV0fNl5e4AjFlwYCMT1h2VvcHM0dBFET/eRBmnbYNnjFnJ6qquh7eu3WcHcfIDjwWAifb/sDRIRAHiGtMIVF1Yh0AtkOZxt4GHInCajZ66nN+zgHt+J+js+fJy3wjkCmiNpK6dxT6XIIu7Ta8EybIVzDKwGaQdXFfAw5Gfhi5699m7LDVzVQDMkgM1s7ZFzpcjUZNuJ+u97b+zgXAFWgizi8q8Ec8QOzjWgKZKRkTUY+oG6naOcuwumdrs4V4H7SIPEE8Gy1mxuF+c6EADWx1p7JeN5KdIJzhOgGdIgYgHZH4zrj2xHQy+AALCWbO0TLB+A4SvU0HBTbPWeo+zqFRAAMjcD9aljJ32XhheyjsN1OaD6NP1vwJ8DAAmt/8CAHJ9IAAAAAElFTkSuQmCC');
}

.aui-nav-dow {
    opacity: 1;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 170px;
    padding: 8px 10px;
    background: #66686a;/* #111;*/
    border:1px solid #eee;
	border-bottom:5px solid #fc952c;
	background:#fff;
    z-index: 99;
	box-sizing:border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
	text-align:left;
	padding-left:30px;
}

.drop-down:hover .aui-nav-dow {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

div.welcome {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/welcome.jpg) 30% 80%;
	background-color: White;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
	z-index: 999;
}

div.welcome p {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 370px;
	height: 30px;
	padding-top: 240px;
	top: 50%;
	left: 50%;
	margin-top: -135px;
	margin-left: -185px;
	color: #fc952c;
	font-size: 20px;
	text-align: center;
	/*background: url(../images/welcome_words.png) no-repeat;*/
	overflow: hidden;
}

div.welcome p u {
	text-decoration: none;
}

section {
	position: relative;
	overflow: hidden;
}

.video .swiper-container {
	width: 100%;
}

.video .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.video .swiper-container .nth1 {
	background: url(../images/wallpaper1_1.jpg) 50% top;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth1 .box {
	position: relative;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth1 .box .left {
	position: absolute;
	left: -300px;
	width: 123px;
	height: 231px;
	background: url(../images/words.png) no-repeat top right;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth1.active .box .left {
	left: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth1 .box .right {
	position: absolute;
	right: -500px;
	margin: 30px 0 0 120px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth1.active .box .right {
	right: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth1 .box .right span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth1 .box .right i {
	display: block;
	width: 339px;
	height: 66px;
	margin-bottom: 5px;
	background: url(../images/words.png) no-repeat;
}

.video .swiper-container .nth1 .box .right p {
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

.video .swiper-container .nth1 .shade {
	position: absolute;
	width: 400%;
	height: 1800px;
	background: url(../images/swiper_nth1_shade.png) no-repeat center top;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: width .8s ease-in-out .3s;
	-moz-transition: width .8s ease-in-out .3s;
	-ms-transition: width .8s ease-in-out .3s;
	-o-transition: width .8s ease-in-out .3s;
	transition: width .8s ease-in-out .3s;
}

.video .swiper-container .nth1.active .shade {
	width: 100%;
}

.video .swiper-container .nth1 .line {
	position: relative;
	margin: 0 auto;
	top: -91px;
	width: 602px;
	height: 413px;
	z-index: 20;
}

.video .swiper-container .nth1 .line u {
	display: block;
	width: 0px;
	height: 0px;
	border: 1px dashed #22fae2;
	text-decoration: none;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in .7s;
	-moz-transition: all .8s ease-in .7s;
	-ms-transition: all .8s ease-in .7s;
	-o-transition: all .8s ease-in .7s;
	transition: all .8s ease-in .7s;
}

.video .swiper-container .nth1.active .line u {
	width: 600px;
	height: 411px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth2 {
	background: url(../images/wallpaper1_2.jpg) 50% 20%;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth2 .box {
	position: absolute;
	left: -350px;
	text-align: right;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth2 .box span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth2 .box i {
	display: block;
	width: 320px;
	height: 65px;
	margin: 10px 0px 8px 0px;
	background: url(../images/words.png) no-repeat 0px -72px;
}

.video .swiper-container .nth2 .box p {
	margin: 0px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

.video .swiper-container .nth2 .shade {
	width: 100%;
	height: 2000px;
	background: #0b151a;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.video .swiper-container .nth2.active .shade {
	width: 0%; /*50%*/
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.video .swiper-container .nth3 {
	background: url(../images/wallpaper1_3.jpg) 50% center;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth3 .box {
	position: relative;
	width: 100%;
}

.video .swiper-container .nth3 .box .top {
	font-size: 80px;
	color: White;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.video .swiper-container .nth3.active .box .top {
	font-size: 36px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth3 .box .mid {
	width: 358px;
	height: 66px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background: url(../images/words.png) no-repeat 0px -219px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.video .swiper-container .nth3.active .box .mid {
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth3 .box .bottom {
	width: 100%;
	color: #ccc;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-ms-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	z-index: 10;
}

.video .swiper-container .nth3.active .box .bottom {
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 {
	background: url(../images/wallpaper1_4.jpg) 50% top;
	-moz-background-size: cover;
	background-size: cover;
}

.video .swiper-container .nth4 .box {
	position: relative;
	width: 100%;
}

.video .swiper-container .nth4 .box .top {
	position: relative;
	top: -100px;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	z-index: 10;
}

.video .swiper-container .nth4.active .box .top {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 .box .top span {
	font-size: 36px;
	color: White;
}

.video .swiper-container .nth4 .box .top i {
	display: block;
	width: 242px;
	height: 64px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/words.png) no-repeat 0px -147px;
}

.video .swiper-container .nth4 .box .bottom {
	position: relative;
	top: 100px;
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-ms-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	z-index: 10;
}

.video .swiper-container .nth4.active .box .bottom {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.video .swiper-container .nth4 .box .bottom u {
	margin: 0 5px;
	color: #fc952c;
	text-decoration: none;
}

.video .innerBox {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 10;
}

.video .innerBox .news {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 400px;
}

.video .innerBox .news span {
	float: left;
	margin: 1px 15px 0px 0px;
	color: #fc952c;
	font-weight: bold;
}

.video .innerBox .news ul {
	float: left;
}

.video .innerBox .news ul li a {
	color: #ddd;
}

.video .innerBox .news a.more {
	float: right;
	color: #fc952c;
	margin-top: -3px;
	text-decoration: none;
	border-bottom: 1px dotted #fc952c;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

.video .innerBox .news a.more:hover {
	color: White;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

.video .innerBox .guide {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 200px;
}

.video .innerBox .guide a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	font-size: 3px;
	background: White;
	cursor: pointer;
}

.video .innerBox .guide a.active {
	background: #fc952c;
}

.video .innerBox a.movedown {
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 47px;
	background: url(../images/icons.png) no-repeat 0px -60px;
	cursor: pointer;
	z-index: 99;
}

.video .innerBox a.movedown:hover {
	background: url(../images/icons.png) no-repeat 0px -112px;
}

section.business {
	background: url(../images/wallpaper2.jpg) 50% bottom;
}

.video .innerBox {
		bottom: 15px;
	}

	.video .innerBox .news {
		margin-left: 100px;
		margin-bottom: 10px;
	}

	.video .innerBox .guide {
		position: absolute;
		margin: 0px;
		right: 15px;
		bottom: 18px;
		width: 110px;
	}

	.video .innerBox .guide a {
		margin: 0px 3px;
		width: 20px;
	}

	.video .innerBox a.movedown {
		position: absolute;
		margin: 0px;
		left: 15px;
		bottom: 0px;
	}
	
.business .box {
	position: relative;
	margin-top: -55px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.business .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	
}

.business.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.business .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 320px;
	height: 31px;
	background: url(../images/words.png) no-repeat 0px -294px;
}

.business .box .caption span {
	font-size: 24px;
	letter-spacing: 3px;
}

.business .box ul.items {
	margin: 0 auto;
	margin-top: 60px;
}

.business .box ul.items li {
	width: 200px;
	height: 300px;
	margin: 0 8px;
	background: url(../images/bg_green.png) no-repeat 0px 400px;
	overflow: hidden;
}

.business .box ul.items li i {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 43px;
	height: 69px;
}

.business .box ul.items li.pc i {
	width: 69px;
	background: url(../images/words.png) no-repeat -245px -357px;
}

.business .box ul.items li.mobi i {
	width: 64px;
	background: url(../images/words.png) no-repeat -416px -291px;
}

.business .box ul.items li.sys i {
	width: 76px;
	background: url(../images/words.png) no-repeat -415px -362px;
}

.business .box ul.items li.app i {
	width: 74px;
	background: url(../images/words.png) no-repeat -244px -439px;
}

.business .box ul.items li.host i {
	width: 79px;
	background: url(../images/words.png) no-repeat -420px -439px;
}

.business .box ul.items li.onsite i {
	width: 69px;
	background: url(../images/Onsite69_2.png) no-repeat -66px 0px;
}

.business .box ul.items li u {
	display: block;
	position: absolute;
	width: 156px;
	height: 156px;
	margin-left: 22px;
	background: url(../images/words.png) no-repeat 0px -363px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.business .box ul.items li u.cl {
	clip: rect(0px,156px,-10px,78px);
}

.business.active .box ul.items li u.cl {
	clip: rect(0px,156px,156px,78px);
}

.business .box ul.items li u.cr {
	clip: rect(156px,78px,156px,0px);
}

.business.active .box ul.items li u.cr {
	clip: rect(0px,78px,156px,0px);
}

.business .box ul.items li strong {
	display: block;
	margin-top: 70px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.business .box ul.items li p {
	position: relative;
	top: 200px;
	color: White;
	font-family: Arial,"宋体";
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.business .box ul.items li:hover {
	background-position: 0px 0px;
	-webkit-transition: all .5s ease-in-out .3s;
	-moz-transition: all .5s ease-in-out .3s;
	-ms-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.business .box ul.items li:hover i {
	-webkit-transition: all .5s ease-in-out .4s;
	-moz-transition: all .5s ease-in-out .4s;
	-ms-transition: all .5s ease-in-out .4s;
	-o-transition: all .5s ease-in-out .4s;
	transition: all .5s ease-in-out .4s;
}

.business .box ul.items li.pc:hover i {
	background: url(../images/words.png) no-repeat -168px -357px;
}

.business .box ul.items li.mobi:hover i {
	background: url(../images/words.png) no-repeat -337px -291px;
}

.business .box ul.items li.sys:hover i {
	background: url(../images/words.png) no-repeat -327px -362px;
}

.business .box ul.items li.app:hover i {
	background: url(../images/words.png) no-repeat -164px -439px;
}

.business .box ul.items li.host:hover i {
	background: url(../images/words.png) no-repeat -335px -439px;
}

.business .box ul.items li.onsite:hover i {
	background: url(../images/onsite69_2.png) no-repeat 0px 0px;
}

.business .box ul.items li:hover u.cl {
	clip: rect(0px,156px,-10px,78px);
}

.business .box ul.items li:hover u.cr {
	clip: rect(156px,78px,156px,0px);
}

.business .box ul.items li:hover strong {
	color: White;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.business .box ul.items li:hover p {
	top: 20px;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
}

.business .box label {
	display: block;
	margin: 0 auto;
	margin-top: -40px;
	width: 297px;
	height: 21px;
	background: url(../images/words.png) no-repeat 0px -333px;
}

section.cases {
	background: url(../images/wallpaper3.jpg);
}

.cases .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	margin-top:20px;
	margin-bottom:60px;
}

.cases.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.cases .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 129px;
	height: 37px;
	background: url(../images/words.png) no-repeat 0px -528px;
}

.cases .box .caption span {
	font-size: 24px;
	letter-spacing: 3px;
	padding-left: 10px;
}

.cases .box .swiper-container.items {
	position: relative;
	margin: 0 auto;
	margin-top: 60px;
	top: 700px;
	width: 1080px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
	top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
	width: 340px;
	margin: 0 10px;
	border-bottom: 2px solid #fc952c;
	cursor: pointer;
}

.cases .box .swiper-container.items .swiper-slide img {
	width: 340px;
	height: 200px;
}

.cases .box .swiper-container.items .swiper-slide .shade {
	position: absolute;
	width: 340px;
	height: 200px;
	margin-top: -200px;
	background: Black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.cases .box .swiper-container.items .swiper-slide .shade u {
	display: block;
	margin: 0 auto;
	margin-top: 78px;
	width: 44px;
	height: 44px;
	background: url(../images/icons.png) no-repeat 0px -168px;
}

.cases .box .swiper-container.items .swiper-slide p {
	position: absolute;
	margin: 10px 20px;
	color: #999;
	font-family: Arial,"宋体";
	font-size: 12px;
	line-height: 26px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 10;
}

.cases .box .swiper-container.items .swiper-slide p strong {
	color: #222;
	font-family: Arial,"微软雅黑";
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide .bg {
	width: 340px;
	height: 100px;
	background-color: #fff;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide .bg u {
	display: block;
	position: absolute;
	width: 340px;
	height: 100px;
	margin-top: 150px;
	background-color: #fc952c;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .shade {
	margin-top: 0px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .bg {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover .bg u {
	margin-top: 0px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover p {
	color: White;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.items .swiper-slide:hover p strong {
	color: White;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.cases .box .swiper-container.mini,.cases .box .swiper-container.xs,.cases .box a.prev,.cases .box a.next {
	display: none;
}

.cases .box a.more ,.quality .box a.more{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	top: 700px;
	width: 120px;
	padding: 5px 0px;
	color: #fc952c;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	border: 1px dotted #fc952c;
	-webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more,.quality.active .box a.more {
	top: 0px;
}

.cases .box a.more:hover,.quality .box a.more:hover {
	color: White;
	background: #fc952c;
}

section.clients {
	background: url(../images/wallpaper4.jpg) 50% 90%;
}

.clients .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.clients .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.clients.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.clients .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 299px;
	height: 37px;
	background: url(../images/words.png) no-repeat -152px -528px;
}

.clients .box .caption span {
	font-size: 24px;
	padding-left: 10px;
}

.clients .box ul.items {
	margin: 0 auto;
	margin-top: 45px;
	width: 1155px;
	height: 450px;
	font-size: 0;
	overflow: hidden;
}

.clients .box ul.items li {
	position: relative;
	padding: 0;
	width: 230px;
	height: 150px;
	overflow: hidden;
	z-index: 10;
}

.clients .box ul.items li.cctv {
	top: 600px;
	background: url(../images/clients.png) no-repeat;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cctv.active {
	background: url(../images/clients.png) no-repeat 0px -150px;
}

.clients.active .box ul.items li.cctv {
	top: 0px;
}

.clients .box ul.items li.unicom {
	top: -400px;
	background: url(../images/clients.png) no-repeat -230px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.unicom.active {
	background: url(../images/clients.png) no-repeat -230px -150px;
}

.clients.active .box ul.items li.unicom {
	top: 0px;
}

.clients .box ul.items li.tsinghua {
	top: 600px;
	background: url(../images/clients.png) no-repeat -460px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.tsinghua.active {
	background: url(../images/clients.png) no-repeat -460px -150px;
}

.clients.active .box ul.items li.tsinghua {
	top: 0px;
}

.clients .box ul.items li.cas {
	top: -400px;
	background: url(../images/clients.png) no-repeat -690px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.cas.active {
	background: url(../images/clients.png) no-repeat -690px -150px;
}

.clients.active .box ul.items li.cas {
	top: 0px;
}

.clients .box ul.items li.sipo {
	top: 600px;
	background: url(../images/clients.png) no-repeat -920px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sipo.active {
	background: url(../images/clients.png) no-repeat -920px -150px;
}

.clients.active .box ul.items li.sipo {
	top: 0px;
}

.clients .box ul.items li.apple {
	top: 450px;
	background: url(../images/clients.png) no-repeat -1150px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.apple.active {
	background: url(../images/clients.png) no-repeat -1150px -150px;
}

.clients.active .box ul.items li.apple {
	top: 0px;
}

.clients .box ul.items li.das {
	top: -550px;
	background: url(../images/clients.png) no-repeat -1380px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.das.active {
	background: url(../images/clients.png) no-repeat -1380px -150px;
}

.clients.active .box ul.items li.das {
	top: 0px;
}

.clients .box ul.items li.hunantv {
	top: 450px;
	background: url(../images/clients.png) no-repeat -1610px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.hunantv.active {
	background: url(../images/clients.png) no-repeat -1610px -150px;
}

.clients.active .box ul.items li.hunantv {
	top: 0px;
}

.clients .box ul.items li.sino {
	top: -550px;
	background: url(../images/clients.png) no-repeat -1840px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.sino.active {
	background: url(../images/clients.png) no-repeat -1840px -150px;
}

.clients.active .box ul.items li.sino {
	top: 0px;
}

.clients .box ul.items li.report {
	top: 450px;
	background: url(../images/clients.png) no-repeat -2070px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.report.active {
	background: url(../images/clients.png) no-repeat -2070px -150px;
}

.clients.active .box ul.items li.report {
	top: 0px;
}

.clients .box ul.items li.gedu {
	top: 300px;
	background: url(../images/clients.png) no-repeat -2300px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.gedu.active {
	background: url(../images/clients.png) no-repeat -2300px -150px;
}

.clients.active .box ul.items li.gedu {
	top: 0px;
}

.clients .box ul.items li.bgg {
	top: -700px;
	background: url(../images/clients.png) no-repeat -2530px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bgg.active {
	background: url(../images/clients.png) no-repeat -2530px -150px;
}

.clients.active .box ul.items li.bgg {
	top: 0px;
}

.clients .box ul.items li.bsec {
	top: 300px;
	background: url(../images/clients.png) no-repeat -2760px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.bsec.active {
	background: url(../images/clients.png) no-repeat -2760px -150px;
}

.clients.active .box ul.items li.bsec {
	top: 0px;
}

.clients .box ul.items li.huadan {
	top: -700px;
	background: url(../images/clients.png) no-repeat -2990px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.huadan.active {
	background: url(../images/clients.png) no-repeat -2990px -150px;
}

.clients.active .box ul.items li.huadan {
	top: 0px;
}

.clients .box ul.items li.zd {
	top: 300px;
	background: url(../images/clients.png) no-repeat -3220px 0px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.clients .box ul.items li.zd.active {
	background: url(../images/clients.png) no-repeat -3220px -150px;
}

.clients.active .box ul.items li.zd {
	top: 0px;
}

.clients .box ul.items li.r {
	border-right: 1px dotted #ddd;
}

.clients .box ul.items li.b {
	border-bottom: 1px dotted #ddd;
}

.clients .box ul.items li span {
	position: absolute;
	bottom: -30px;
}

.clients .box ul.items li.bg.all {
	position: absolute;
	width: 1155px;
	height: 450px;
	background-color: White;
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.clients .box ul.items li.bg.one {
	position: absolute;
	background: #eee;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: none;
}

.clients .box ul.mini {
	display: none;
}

section.quality {
	background: url(../images/wallpaper5.jpg) 50% 10%;
}

.quality .box {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	text-align:center;
}

.quality .box .caption {
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.quality.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.quality .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 240px;
	height: 37px;
	background: url(../images/words.png) no-repeat 0px -576px;
}

.quality .box .caption span {
	padding-left: 5px;
	color: White;
	font-size: 24px;
}

.quality .box .items {
	margin: 0 auto;
	margin-top: 30px;
	width: 1080px;
}

/*
.quality .box .swiper-slide {
	position: relative;
	width: 240px;
	margin: 0 40px;
}
*/

.quality .box .items .swiper-slide.nth1 {
	left: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.quality.active .box .items .swiper-slide.nth1 {
	left: 0px;
}

.quality .box .items .swiper-slide.nth2 {
	bottom: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.quality.active .box .items .swiper-slide.nth2 {
	bottom: 0px;
}

.quality .box .items .swiper-slide.nth3 {
	right: -300px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.quality.active .box .items .swiper-slide.nth3 {
	right: 0px;
}

.quality .box .swiper-slide ul {
	margin: 0 auto;
	margin-bottom: 20px;
}

.quality .box .swiper-slide ul li {
	position: relative;
	margin: 0 15px;
	padding: 0;
	overflow: hidden;
}

.quality .box .swiper-slide ul li.mobi {
	width: 14px;
	height: 27px;
	background: url(../images/icons.png) no-repeat 0px -264px;
}

.quality .box .swiper-slide ul li.pad {
	width: 29px;
	height: 23px;
	background: url(../images/icons.png) no-repeat -71px -264px;
}

.quality .box .swiper-slide ul li.pc {
	width: 35px;
	height: 27px;
	background: url(../images/icons.png) no-repeat 0px -303px;
}

.quality .box .swiper-slide ul li.windows {
	width: 27px;
	height: 27px;
	background: url(../images/icons.png) no-repeat -73px -304px;
}

.quality .box .swiper-slide ul li.ios {
	width: 24px;
	height: 30px;
	background: url(../images/icons.png) no-repeat 0px -344px;
}

.quality .box .swiper-slide ul li.andriod {
	width: 28px;
	height: 29px;
	background: url(../images/icons.png) no-repeat -72px -345px;
}

.quality .box .swiper-slide ul li.ie {
	width: 28px;
	height: 28px;
	background: url(../images/icons.png) no-repeat 0px -392px;
}

.quality .box .swiper-slide ul li.chrome {
	width: 30px;
	height: 30px;
	background: url(../images/icons.png) no-repeat -71px -392px;
}

.quality .box .swiper-slide ul li.firefox {
	width: 32px;
	height: 30px;
	background: url(../images/icons.png) no-repeat 0px -432px;
}

.quality .box .swiper-slide ul li.safari {
	width: 30px;
	height: 32px;
	background: url(../images/icons.png) no-repeat -71px -432px;
}

.quality .box .swiper-slide ul li span {
	position: absolute;
	top: 30px;
}

.quality .box .swiper-slide p {
	color: #e1e1e1;
	text-align: center;
	line-height: 36px;
}

.quality .box a.lookall {
	display: block;
	margin: 0 auto;
	margin-top: 90px;
	width: 300px;
	padding: 12px 0px;
	color: #00aa88;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00aa88;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.quality.active .box a.lookall {
	-moz-opacity: 1;
	opacity: 1;
}

.quality .box a.lookall:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.quality .box .mini,.quality .box a.prev,.quality .box a.next {
	display: none;
}

section.process {
	background: url(../images/wallpaper6.jpg) 50% 45%;
}

.process .box {
	position: relative;
	margin-top: 0px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.process .box .caption {
	position: relative;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.process.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.process .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 240px;
	height: 37px;
	/*background: url(../images/words.png) no-repeat right -576px;*/
}

.process .box .caption span {
	padding-left: 5px;
	font-size: 24px;
}

.process .box ul.items {
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.process .box ul.items li {
	width: 128px;
	height: 230px;
	margin: 0 20px;
	overflow: hidden;
}

.process .box ul.items li i {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 28px;
	height: 70px;
}

.process .box ul.items li.se i {
	width: 54px;
	background: url(../images/words.png) no-repeat -144px -632px;
}

.process .box ul.items li.weixin i {
	width: 74px;
	background: url(../images/words.png) no-repeat -207px -630px;
}

.process .box ul.items li.weibo i {
	width: 68px;
	background: url(../images/words.png) no-repeat -288px -630px;
}

.process .box ul.items li.sms i {
	width: 61px;
	background: url(../images/words.png) no-repeat -366px -628px;
}

.process .box ul.items li.pay i {
	width: 56px;
	background: url(../images/words.png) no-repeat -438px -639px;
}

.process .box ul.items li.bbs i {
	width: 51px;
	background: url(../images/words.png) no-repeat -144px -705px;
}

.process .box ul.items li u {
	display: block;
	position: absolute;
	width: 128px;
	height: 128px;
	background: url(../images/words.png) no-repeat 0px -624px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.process .box ul.items li u.cl {
	clip: rect(0px,128px,-10px,64px);
}

.process .box ul.items li:hover u.cl {
	clip: rect(0px,128px,128px,64px);
}

.process .box ul.items li u.cr {
	clip: rect(128px,64px,128px,0px);
}

.process .box ul.items li:hover u.cr {
	clip: rect(0px,64px,128px,0px);
}

.process .box ul.items li strong {
	display: block;
	margin: 200px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.process.active .box ul.items li strong {
	margin-top: 50px;
}

.process .box ul.items li p {
	line-height: 20px;
	text-align: center;
}

.process .shade {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	background: White;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

section.solution {
	background: url(../images/wallpaper6.jpg) 50% 45%;
}

.solution .box {
	position: relative;
	margin-top: 100px; /*-80px*/
	text-align:center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.solution .box .caption {
	position: relative;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.solution.active .box .caption {
	-moz-opacity: 1;
	opacity: 1;
}

.solution .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 240px;
	height: 37px;
	background: url(../images/words.png) no-repeat right -576px;
}

.solution .box .caption span {
	padding-left: 5px;
	font-size: 24px;
}

.solution .box ul.items {
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.solution .box ul.items li {
	width: 128px;
	height: 280px;
	margin: 0 20px;
	overflow: hidden;
}

.solution .box ul.items li i {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	height: 88px;
}

.solution .box ul.items li.item1 i {
	width: 88px;
	background: url(../images/solution01.png) no-repeat;
}

.solution .box ul.items li.item2 i {
	width: 88px;
	background: url(../images/solution02.png) no-repeat;
}

.solution .box ul.items li.item3 i {
	width: 88px;
	background: url(../images/solution03.png) no-repeat;
}

.solution .box ul.items li.item4 i {
	width: 88px;
	background: url(../images/solution04.png) no-repeat;
}

.solution .box ul.items li.item5 i {
	width: 88px;
	background: url(../images/solution05.png) no-repeat;
}

.solution .box ul.items li.item6 i {
	width: 88px;
	background: url(../images/solution06.png) no-repeat;
}

.solution .box ul.items li.item7 i {
	width: 88px;
	background: url(../images/solution07.png) no-repeat;
}

.solution .box ul.items li u {
	display: block;
	position: absolute;
	width: 128px;
	height: 128px;
	background: url(../images/words.png) no-repeat 0px -624px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.solution .box ul.items li u.cl {
	clip: rect(0px,128px,-10px,64px);
}

.solution .box ul.items li:hover u.cl {
	clip: rect(0px,128px,128px,64px);
}

.solution .box ul.items li u.cr {
	clip: rect(128px,64px,128px,0px);
}

.solution .box ul.items li:hover u.cr {
	clip: rect(0px,64px,128px,0px);
}

.solution .box ul.items li strong {
	display: block;
	margin: 200px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.solution.active .box ul.items li strong {
	margin-top: 50px;
}

.solution .box ul.items li p {
	line-height: 20px;
	text-align: center;
}

.solution .shade {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	background: White;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

section.aboutus {
	position: relative;
	background: url(../images/wallpaper7.jpg) 50% 60%;
	-moz-background-size: cover;
	background-size: cover;
}

.aboutus ul.menu {
	position: absolute;
	list-style: none;
	top: 150px;
	left: 50px;
	width: 80px;
	padding: 0px;
}

.aboutus ul.menu li {
	position: relative;
	color: #888;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	z-index: 30;
	-webkit-transition: all .0s ease-in-out .2s;
	-moz-transition: all .0s ease-in-out .2s;
	-ms-transition: all .0s ease-in-out .2s;
	-o-transition: all .0s ease-in-out .2s;
	transition: all .0s ease-in-out .2s;
}

.aboutus ul.menu li.active {
	color: White;
}

.aboutus ul.menu li.bg.all {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 80px !important;
	height: 126px !important;
	background: #fc952c;
	-moz-opacity: 0.15;
	opacity: 0.15;
	filter: alpha(opacity=15);
	z-index: 10;
}

.aboutus ul.menu li.bg.one {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	background: #fc952c;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 20;
}

.aboutus .items {
	position: absolute;
	left: -480px;
	width: 480px;
	height: 240px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.aboutus.active .items {
	left: 50%;
	-moz-opacity: 1;
	opacity: 1;
}

.aboutus .items .swiper-slide.nth1 strong {
	display: block;
	color: #ddd;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 5px;
}

.aboutus .items .swiper-slide.nth1 p {
	margin-top: 20px;
	color: #999;
	line-height: 35px;
}

.aboutus .items .swiper-slide.nth1 u {
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 24px;
	text-decoration: none;
}

.aboutus .items .swiper-slide.nth2 strong {
	display: block;
	color: #fc952c;
	font-size: 22px;
	font-weight: normal;
	text-indent: 28px;
}

.aboutus .items .swiper-slide.nth2 p {
	margin-top: 20px;
	color: #999;
	line-height: 35px;
	text-indent: 28px;
}

.aboutus .items .swiper-slide.nth3 strong {
	display: block;
	margin-bottom: 20px;
	color: #fc952c;
	font-size: 22px;
	font-weight: normal;
}

.aboutus .items .swiper-slide.nth3 ul {
	padding: 0px;
}

.aboutus .items .swiper-slide.nth3 ul li {
	color: #999;
	line-height: 35px;
	padding-left: 30px;
	list-style: none;
	background: url(../images/point.png) no-repeat 0px 13px;
}

.aboutus .items .swiper-slide.nth3 ul li u {
	margin: 0 15px;
	text-decoration: none;
}

.aboutus table.exp {
	position: absolute;
	bottom: -80px;
	width: 100%;
	border-top: 1px solid #666;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 20;
}

.aboutus.active table.exp {
	bottom: 0px;
}

.aboutus table.exp td {
	width: 20%;
	height: 70px;
	color: #bbb;
	text-align: center;
}

.aboutus table.exp u {
	margin-right: 10px;
	color: #fc952c;
	font-family: Arial;
	font-size: 26px;
	text-decoration: none;
}

.aboutus .expBg {
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 70px;
	background: White;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	z-index: 10;
}

.aboutus.active .expBg {
	bottom: 0px;
}

.aboutus .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: Black;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	z-index: 5;
}

.aboutus.active .shade {
	-moz-opacity: 0;
	opacity: 0;
	z-index: -1;
}

section.contact {
	position: relative;
	background: url(../images/wallpaper8.jpg) 50% bottom;
	-moz-background-size: cover;
	background-size: cover;
}

.contact .box {
	position: relative;
	margin: 0 auto;
	width: 810px;
	height: 330px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.contact .box .above {
	position: relative;
	top: -300px;
	width: 100%;
	height: 200px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .above {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.contact .box .above .wechat {
	float: left;
}

.contact .box .above .left {
	float: left;
	margin: -12px 0px 0px 70px;
}

.contact .box .above .left a.tel {
	display: block;
	margin: 10px 0px 15px 0px;
	width: 243px;
	height: 37px;
	text-decoration: none;
	background: url(../images/words.png) no-repeat 0px -877px;
}

.contact .box .above .left p {
	margin-top: 8px;
	color: #666;
	line-height: 26px;
}

.contact .box .above .left a {
	color: #666;
	text-decoration: none;
}

.contact .box .above .left p u {
	margin: 0 5px;
	text-decoration: none;
}

.contact .box .above .left p a.job {
	margin-left: 20px;
	color: #d00000;
	font-weight: bold;
}

.contact .box .above .left p a.job:hover {
	border-bottom: 1px solid #d00000;
}

.contact .box .above .right {
	float: right;
	margin-top: -3px;
	color: #666;
	line-height: 32px;
}

.contact .box .above .right u {
	margin: 0 5px;
	text-decoration: none;
}

.contact .box .below {
	position: relative;
	padding-top: 50px;
	width: 100%;
	border-top: 1px dotted #ccc;
}

.contact .box .below i {
	display: block;
	position: relative;
	top: 300px;
	margin: 0 auto;
	width: 424px;
	height: 86px;
	background: url(../images/words.png) no-repeat 0px -787px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.contact.active .box .below i {
	top: 0px;
	-moz-opacity: 1;
	opacity: 1;
}

.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
	width: 100px;
}

.dock ul.icons li.im p {
	width: 115px;
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #fc952c;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fc952c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 118px;
}

.dock ul.icons li.wechat p img {
	width: 115px;
	border: 2px solid White;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}



/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0eb493;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 24%;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:10px;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.work-item_text{
	background-color:#d7d7d7;
	text-align:center;
	padding:6px;
}

.overlay {
	background-color: rgba(14,180,147,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}


.clear {
	clear: both;
}

#BDBridgeWrap {
	display: none;
}

/* footer */
.contact{background: #10293c;margin-top:0px;padding-top: 0px;padding-bottom: 60px; height:500px;}
.contact h2{margin-bottom:28px;margin-top:0px;}
.contact h2 a{font-size:18px;color:#fff;font-weight:normal;}
.contact  ul, ol, li,.contact .home_contact ul, ol, li{list-style-type:none;margin:0;padding:0;}
.contact .bkpic{
	background:url(../images/aboutbanner.jpg) no-repeat center top;
	height:200px;
	margin-top:70px;
}
.footer .contact .righttext{text-align:center;margin-top:0px;color:white;}

.home_about{width:250px;padding-left:20px;}
.home_about dt{margin-bottom: 24px;}
.home_about dt a{font-size:18px;color:#fff;font-weight:normal;}
.home_about dd{color: #eeeeee;line-height: 28px;font-family: "宋体";}
.home_about .more{color: #fff;display: inline-block;border: 1px solid #cccccc;line-height: 38px;padding: 0 24px;margin-top: 12px;}
.home_about .more:hover{border-color: #fff;}
.home_case{width:280px;margin-left:45px;}
.home_case li:first-child{border:0;padding-top:3px;}
.home_case li img{float: left;margin-right: 18px;}
.home_case h5{margin-top:-5px;line-height:28px;}
.home_case h5 a{font-size:14px;color:#fff;font-weight:normal;}
.home_case .text{line-height:22px;}
.home_case .text a{color:#dddddd;font-family:"宋体";}
.home_case .label{color: #cccccc;line-height: 28px;}
.home_service{width: 230px;margin-left:45px;}
.home_service a.sub{font-size: 12px;color: #fff;line-height: 38px;width: 98px;display: inline-block;border: 1px solid #cccccc;text-align: center;margin-right: 12px;margin-bottom: 12px;margin-top: 3px;}
.home_service a.sub:hover{border-color: #fff;}
.home_contact{margin-left:40px;}
.home_contact li{color: #ddd;margin-bottom: 14px;}
.home_contact li i{display:inline-block;width:18px;height:18px;margin-right: 10px;vertical-align: middle;}
.home_contact li .addres{background: url("../images/sprite.png")/*tpa=http://localhost/Public/Web/images/sprite.png*/ no-repeat 0 -20px  ;}
.home_contact li .weibo{background: url("../images/sprite.png")/*tpa=http://localhost/Public/Web/images/sprite.png*/ no-repeat -20px -20px  ;}
.home_contact li .email{background: url("../images/sprite.png")/*tpa=http://localhost/Public/Web/images/sprite.png*/ no-repeat -40px -20px  ;}
.home_contact li .weixin{background: url("../images/sprite.png")/*tpa=http://localhost/Public/Web/images/sprite.png*/ no-repeat -80px -20px  ;}
.home_contact li .call{background: url("../images/sprite.png")/*tpa=http://localhost/Public/Web/images/sprite.png*/ no-repeat -0px -0px  ;}
.home_contact li a{color: #ddd;}
.blogroll{line-height: 28px;color: #999;text-align: center;padding: 30px 0;}
.blogroll a{color: #999;display:inline-block;}
.blogroll a:hover{color: #333;}
.blogroll .copyright{margin-top: 16px;}

.wrap{border:0;padding:0;width:1100px;margin:0 auto;*zoom:1;}
.fl{float:left;}
.fr{float:right;}

@media (max-width:1200px) {
	header nav.menu ul li{
		padding-left:0px;
		padding-right:0px;
	}
	.nav{
		width:1200px;
	}
}
@media (max-width:1080px) {
	header .words {
		display: block;
		left: 220px;
	}

	header .hotline {
		right: 285px;
	}

	header.fixed .hotline {
		right: 255px;
	}

	header .hotline u {
		right: 300px;
	}

	header.fixed .hotline u {
		right: 265px;
	}

	header .menu-icon {
		display: block;
	}

	header nav.menu {
		position: fixed;
		width: 72px;
		top: 28px;
		right: -100px;
		margin: 0px;
		padding-top: 30px;
		border: 1px solid #000;
		border-top: 1px solid #fc952c;
		border-right: none;
		background: #3a3a3a;
	}

	header.fixed nav.menu {
		top: 22px;
		margin: 0px;
	}

	header nav.menu.active {
		display: block;
		margin: 0px;
		right: 0px;
	}

	header nav.menu ul li,header.fixed nav.menu ul li {
		margin: 0px;
		margin-left: 5px;
		width: 73px;
		padding: 8px 0px;
		font-family: "宋体";
		font-size: 14px;
		text-align: center;
	}

	header nav.menu ul li.active {
		background: #111;
	}

	header nav.menu .line {
		-moz-opacity: 0;
		opacity: 0;
	}
	
}

@media (max-width:720px) {
	header {
		height: 54px;
	}

	header .logo,header.fixed .logo {
		top: 8px;
		left: 20px;
		width: 120px;
	}

	header .words {
		display: none;
	}

	header .menu-icon,header.fixed .menu-icon {
		top: 18px;
		right: 30px;
	}

	header nav.menu,header.fixed nav.menu {
		width: 72px;
		top: 22px;
		padding-top: 30px;
	}

	header nav.menu ul li,header.fixed nav.menu ul li {
		margin-left: 5px;
		width: 55px;
		padding: 5px 0px;
		font-size: 12px;
	}

	header .hotline,header.fixed .hotline {
		top: 21px;
		right: 218px;
	}

	header .hotline span {
		font-size: 20px;
	}

	header .hotline u,header.fixed .hotline u {
		top: 24px;
		right: 223px;
		width: 15px;
		height: 21px;
		background: url(../images/icons.png) no-repeat 0px -34px;
	}

	header .menu ul li a i{
		display: none;
	}
	
	header .menu ul li ul{
		display: none;
	}
}

@media (max-width:460px) {
	header {
		height: 42px;
	}

	header.fixed {
		height: 70px;
	}

	header .logo,header.fixed .logo {
		width: 80px;
	}

	header .menu-icon,header.fixed .menu-icon {
		top: 13px;
	}

	header .menu-icon span.glyphicon-earphone {
		display: inline;
	}

	header nav.menu,header.fixed nav.menu {
		top: 17px;
	}

	header .hotline,header.fixed .hotline {
		display: none;
	}

	header.fixed .bg {
		height: 60px;
	}
	
	header .menu ul li a i{
		display: none;
	}
	
	header .menu ul li ul{
		display: none;
	}
}

/*test*/
@media (max-width:1300px) {
	header .logo {
		top: 24px;
		left: 35px;
		width: 160px;
	}

	header .words {
		display: none;
	}

	header nav.menu {
		margin-left: -40px;
	}

	header.fixed nav.menu {
		margin-left: -55px;
	}

	header nav.menu ul li {
		margin: 0 8px;
	}

	header .hotline {
		right: 200px;
	}

	header.fixed .hotline {
		right: 170px;
	}

	header .hotline u {
		right: 215px;
	}

	header.fixed .hotline u {
		right: 180px;
	}
}

@media (max-width:1080px) {
	header .words {
		display: block;
		left: 220px;
	}

	header .hotline {
		right: 285px;
	}

	header.fixed .hotline {
		right: 255px;
	}

	header .hotline u {
		right: 300px;
	}

	header.fixed .hotline u {
		right: 265px;
	}

	header .menu-icon {
		display: block;
	}

	header nav.menu {
		position: fixed;
		width: 72px;
		top: 38px;
		right: -100px;
		margin: 0px;
		padding-top: 30px;
		border: 1px solid #000;
		border-top: 1px solid #00dfb9;
		border-right: none;
		background: #3a3a3a;
	}

	header.fixed nav.menu {
		top: 22px;
		margin: 0px;
	}

	header nav.menu.active {
		display: block;
		margin: 0px;
		right: 0px;
	}

	header nav.menu ul li,header.fixed nav.menu ul li {
		margin: 0px;
		margin-left: 5px;
		width: 73px;
		padding: 8px 0px;
		font-family: "宋体";
		font-size: 14px;
		text-align: center;
	}

	header nav.menu ul li.active {
		background: #111;
	}

	header nav.menu .line {
		-moz-opacity: 0;
		opacity: 0;
	}
}

@media (max-width:720px) {
	header {
		height: 54px;
	}

	header .logo,header.fixed .logo {
		top: 0px;
		left: 20px;
		width: 120px;
	}

	header .words {
		display: none;
	}

	header .menu-icon,header.fixed .menu-icon {
		top: 18px;
		right: 30px;
	}

	header nav.menu,header.fixed nav.menu {
		width: 72px;
		top: 22px;
		padding-top: 30px;
	}

	header nav.menu ul li,header.fixed nav.menu ul li {
		margin-left: 5px;
		width: 55px;
		padding: 5px 0px;
		font-size: 12px;
	}

	header .hotline,header.fixed .hotline {
		top: 21px;
		right: 218px;
	}

	header .hotline span {
		font-size: 20px;
	}

	header .hotline u,header.fixed .hotline u {
		top: 24px;
		right: 223px;
		width: 15px;
		height: 21px;
		background: url(../images/icons.png) no-repeat 0px -34px;
	}
}

@media (max-width:460px) {
	header {
		height: 42px;
	}

	header.fixed {
		height: 60px;
	}

	header .logo,header.fixed .logo {
		width: 80px;
	}

	header .menu-icon,header.fixed .menu-icon {
		top: 13px;
	}

	header .menu-icon span.glyphicon-earphone {
		display: inline;
	}

	header nav.menu,header.fixed nav.menu {
		top: 17px;
	}

	header .hotline,header.fixed .hotline {
		display: none;
	}

	header.fixed .bg {
		height: 60px;
	}
}

@media (max-height:310px) {
	header,header.fixed {
		display: none;
		height: 0px;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	div.welcome {
		background: url(../images/welcome_h800.jpg) 30% 80%;
	}
}

@media (max-width:960px) and (max-height:600px) {
	div.welcome {
		background: url(../images/welcome_h600.jpg) 30% 80%;
	}
}

@media (max-width:800px),(max-height:480px) {
	div.welcome p {
		width: 218px;
		padding-top: 190px;
		top: 50%;
		left: 50%;
		margin-top: -110px;
		margin-left: -109px;
		background: url(../images/welcome_words_mini.png) no-repeat;
	}
}

@media (max-height:260px) {
	div.welcome p {
		height: 158px;
		padding: 0px;
		margin-top: -79px;
	}

	div.welcome p u {
		display: none;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth1 {
		background: url(../images/wallpaper1_1_h800.jpg) 50% 35%;
	}
}

@media (max-width:960px)  { /*and (max-height:600px)*/
	.video .swiper-container .nth1 {
		background: url(../images/wallpaper1_1_h600.jpg) center top;
		-moz-background-size: cover;
		background-size: cover;
	}
	
	.video .innerBox .guide{
		bottom:0px;
	}
}

@media (max-height:750px) {
	.video .swiper-container .nth1 .line {
		display: none;
	}
}

@media (max-width:900px),(min-height:1201px),(max-height:720px) {
	.video .swiper-container .nth1 .shade {
		display: none;
	}
}

@media
(orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth1 .box .left {
		width: 74px;
		height: 139px;
		left: -150px;
		background: url(../images/words_mini.png) no-repeat top right;
	}

	.video .swiper-container .nth1 .box .right {
		margin-top: 8px;
		right: -300px;
	}

	.video .swiper-container .nth1 .box .right span {
		font-size: 24px;
	}

	.video .swiper-container .nth1 .box .right i {
		width: 203px;
		height: 40px;
		margin: 3px 0px 5px 0px;
		background: url(../images/words_mini.png) no-repeat;
	}

	.video .swiper-container .nth1 .box .right p {
		font-size: 12px;
		font-family: "宋体";
		line-height: 20px;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth2 {
		background: url(../images/wallpaper1_2_h800.jpg) 50% 20%;
	}
}

@media (max-width:960px) { /*and (max-height:600px)*/
	.video .swiper-container .nth2 {
		background: url(../images/wallpaper1_2_h600.jpg) center top;
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media (max-width:799px) {
	.video .swiper-container .nth2 .box {
		left: -400px;
		width: 100%;
		text-align: center;
	}

	.video .swiper-container .nth2.active .box {
		left: 0px;
	}

	.video .swiper-container .nth2 .box i {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

@media
(orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth2 .box span {
		font-size: 24px;
	}

	.video .swiper-container .nth2 .box i {
		width: 191px;
		height: 40px;
		margin-top: 8px;
		margin-bottom: 5px;
		background: url(../images/words_mini.png) no-repeat 0px -45px;
	}

	.video .swiper-container .nth2 .box p {
		font-size: 12px;
		font-family: "宋体";
		line-height: 20px;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth3 {
		background: url(../images/wallpaper1_3_h800.jpg) 50% center;
	}
}

@media (max-width:960px) {/*and (max-height:600px) */
	.video .swiper-container .nth3 {
		background: url(../images/wallpaper1_3_h600.jpg) center top;
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media
(orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth3 .box .top {
		font-size: 40px;
	}

	.video .swiper-container .nth3.active .box .top {
		font-size: 24px;
	}

	.video .swiper-container .nth3 .box .mid {
		width: 216px;
		height: 40px;
		margin-top: 10px;
		background: url(../images/words_mini.png) no-repeat 0px -131px;
	}

	.video .swiper-container .nth3 .box .bottom {
		font-size: 12px;
		font-family: "宋体";
		line-height: 20px;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	.video .swiper-container .nth4 {
		background: url(../images/wallpaper1_4_h800.jpg) 50% top;
	}
}

@media (max-width:960px)  {/*and (max-height:600px)*/
	.video .swiper-container .nth4 {
		background: url(../images/wallpaper1_4_h600.jpg) center top;
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media
(orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
	.video .swiper-container .nth4 .box .top span {
		font-size: 24px;
	}

	.video .swiper-container .nth4 .box .top i {
		width: 143px;
		height: 38px;
		background: url(../images/words_mini.png) no-repeat 0px -88px;
	}

	.video .swiper-container .nth4 .box .bottom {
		font-size: 12px;
		font-family: "宋体";
		line-height: 20px;
	}
}

@media (orientation:landscape) and (max-height:300px) {
	.video .swiper-container .swiper-slide {
		padding-top: 10px;
	}

	.video .swiper-container .nth2 .shade {
		margin-top: -10px;
		height: 400px;
	}
}

@media (orientation:landscape) and (max-height:650px) {
	.video .innerBox {
		bottom: 15px;
	}

	.video .innerBox .news {
		margin-left: 100px;
		margin-bottom: 10px;
	}

	.video .innerBox .guide {
		position: absolute;
		margin: 0px;
		right: 15px;
		bottom: 18px;
		width: 110px;
	}

	.video .innerBox .guide a {
		margin: 0px 3px;
		width: 20px;
	}

	.video .innerBox a.movedown {
		position: absolute;
		margin: 0px;
		left: 15px;
		bottom: 0px;
	}
}

/*
@media (orientation:landscape) and (max-height:650px) and (max-width:660px) {
	.video .innerBox .news a.more {
		display: none;
	}

	.video .innerBox .news span {
		display: none;
	}
}
*/


@media (orientation:landscape) and (max-height:650px) and (max-width:540px) {
	.video .innerBox .news {
		margin-left: 85px;
	}

	.video .innerBox .news ul li {
		font-size: 12px;
		font-family: "宋体";
	}
}

@media
(orientation:landscape) and (max-height:650px) and (max-width:460px),(orientation:landscape) and (max-height:300px),(orientation:portrait) and (max-height:380px) {
	.video .innerBox .news {
		display: none;
	}
}

@media (orientation:portrait) and (max-width:460px) {
	/*
	.video .innerBox .news a.more {
		display: none;
	}

	.video .innerBox .news span {
		display: none;
	}
*/
	.video .innerBox .news {
		width: 100%;
	}
	
	.video .innerBox .news ul {
		width: 100%;
		text-align: left;
	}
}

@media (orientation:portrait) and (max-width:360px) {
	.video .innerBox .news {
		margin: 0px;
		margin-bottom: 10px;
	}

	.video .innerBox .news ul li {
		font-size: 12px;
		font-family: "宋体";
	}

	.video .innerBox .guide {
		position: static;
		margin: 0 auto;
		padding-top: 10px;
		margin-bottom: 25px;
		right: inherit;
		bottom: inherit;
		width: 110px;
	}

	.video .innerBox .guide a {
		margin: 0 3px;
		width: 20px;
	}

	.video .innerBox a.movedown {
		position: static;
		margin: 0 auto;
		left: 0px;
	}
}

@media (min-width:1921px),(min-height:1201px) {
	section.business {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media (min-height:1201px) {
	.business .box {
		margin-top: -70px;
	}
}

@media (min-width:1151px) and (max-height:700px) {
	.business .box .caption i {
		display: none;
	}

	.business .box ul.items {
		margin-top: 50px;
	}
}

@media (min-width:1151px) and (max-height:630px) {
	.business .box {
		margin-top: 0px;
	}
}

@media (max-width:1150px) {
	.business .box ul.items {
		margin-top: 40px;
	}

	.business .box ul.items li {
		width: 170px;
		height: 270px;
		margin: 0px;
	}

	.business .box ul.items li u {
		background: none;
		display: none;
	}

	.business .box ul.items li strong {
		margin-top: 40px;
	}

	.business .box ul.items li:hover {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	.solution .box{
		margin-top:80px;
	}
	.solution .box ul.items{
		margin-top:0px;
	}
	.solution .box ul.items li{
		height:auto;
	}
	.solution .box ul.items li strong{
		margin:0;
	}
	.solution.active .box ul.items li strong{
		margin-top:18px;
	}
	
	.solution .box ul.items li p{
		display:none;
	}
	
}

@media (max-width:1150px) and (max-height:680px) {
	.business .box .caption i {
		display: none;
	}

	.business .box ul.items {
		margin-top: 10px;
	}
}

@media (max-width:1150px) and (max-height:580px) {
	.business .box {
		margin-top: 0px;
	}
}

@media (max-width:1000px) {
	.business .box {
		margin-top: -55px;
	}

	.business .box ul.items li {
		width: 270px;
		height: 80px;
		margin: 30px 0 0 21px;
		padding: 10px 0 5px 15px;
	}

	.business .box ul.items li i {
		margin-top: 0px;
		float: left;
	}

	.business .box ul.items li strong {
		float: left;
		margin: 5px 0 0 20px;
	}

	.business .box ul.items li p {
		float: left;
		margin: 5px 0 0 20px;
		color: #888;
		text-align: inherit;
	}

	.business .box ul.items li:hover p {
		margin: 5px 0 0 20px;
		color: White;
		-webkit-transition-delay: .2s;
		-moz-transition-delay: .2s;
		-ms-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}

	.business .box label {
		margin-top: 50px;
	}
}

@media (max-width:1000px) and (max-height:730px) {
	.business .box .caption i {
		display: none;
	}

	.business .box ul.items {
		margin-top: 10px;
	}
}

@media (max-width:1000px) and (max-height:650px) {
	.business .box label {
		display: none;
	}
}

@media (max-width:1000px) and (max-height:560px) {
	.business .box {
		margin-top: 0px;
	}
}

@media (max-width:929px) and (max-height:880px) {
	.business .box .caption i {
		display: none;
	}

	.business .box ul.items {
		margin-top: 10px;
	}
}

@media (max-width:929px) and (max-height:770px) {
	.business .box label {
		display: none;
	}
}

@media (max-width:929px) and (max-height:680px) {
	.business .box {
		margin-top: 0px;
	}
}

@media (max-width:929px) and (max-height:570px),(max-width:620px) {
	.business .box {
		margin-top: -55px;
	}

	.business .box ul.items {
		margin-top: 30px;
	}

	.business .box ul.items li {
		width: 183px;
		height: 43px;
		margin: 15px 10px 0px 10px;
	}

	.business .box ul.items li i {
		margin-top: 0px;
	}

	.business .box ul.items li.pc i {
		width: 46px;
		height: 35px;
		background: url(../images/words_mini.png) no-repeat -145px -217px;
	}

	.business .box ul.items li.mobi i {
		width: 46px;
		height: 39px;
		background: url(../images/words_mini.png) no-repeat -245px -176px;
	}

	.business .box ul.items li.sys i {
		width: 46px;
		height: 35px;
		background: url(../images/words_mini.png) no-repeat -249px -220px;
	}

	.business .box ul.items li.app i {
		width: 46px;
		height: 41px;
		background: url(../images/words_mini.png) no-repeat -146px -264px;
	}

	.business .box ul.items li.host i {
		width: 47px;
		height: 38px;
		background: url(../images/words_mini.png) no-repeat -253px -266px;
	}
	
	.business .box ul.items li.onsite i {
		margin-top:-8px;
		margin-left:-8px;
		width: 46px;
		height: 46px;
	}

	.business .box ul.items li p {
		display: none;
	}

	.business .box ul.items li strong {
		margin-left: 15px;
	}

	.business .box ul.items li.pc:hover i {
		background: url(../images/words_mini.png) no-repeat -100px -217px;
	}

	.business .box ul.items li.mobi:hover i {
		background: url(../images/words_mini.png) no-repeat -201px -176px;
	}

	.business .box ul.items li.sys:hover i {
		background: url(../images/words_mini.png) no-repeat -196px -220px;
	}

	.business .box ul.items li.app:hover i {
		background: url(../images/words_mini.png) no-repeat -100px -264px;
	}

	.business .box ul.items li.host:hover i {
		background: url(../images/words_mini.png) no-repeat -201px -266px;
	}
}

@media (max-width:929px) and (max-height:460px) {
	.business .box ul.items {
		margin-top: 15px;
	}

	.business .box ul.items li {
		margin: 5px 10px 0px 10px;
	}
}

@media (max-width:929px) and (max-height:420px) {
	.business .box ul.items {
		margin-top: 30px;
	}

	.business .box {
		margin-top: 0px;
	}
}

@media (max-width:929px) and (max-height:720px) {
	.business .box label {
		display: none;
	}
}

@media (max-width:929px) and (max-height:660px) {
	.business .box .caption i {
		display: none;
	}

	.business .box ul.items {
		margin-top: 30px;
	}
}

@media (max-width:929px) and (max-height:550px) {
	.business .box ul.items {
		margin-top: 20px;
	}

	.business .box ul.items li {
		margin: 5px 10px 0px 10px;
	}
}

@media (max-width:929px) and (max-height:460px) {
	.business .box {
		margin-top: 0px;
	}
}

@media (max-width:929px) and (max-height:320px) {
	.business .box ul.items {
		margin-top: 15px;
	}
}

@media (max-width:929px) and (max-height:310px),(max-width:638px) and (max-height:390px),(max-width:425px) and (max-height:500px) {
	.business .box ul.items {
		margin-top: 40px;
	}

	.business .box ul.items li {
		width: 120px;
		height: 40px;
		margin: 0px 10px 15px 10px;
		padding: 0px;
		background: none;
	}

	.business .box ul.items li strong {
		position: relative;
		margin: 0px;
		width: 100%;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		z-index: 10;
	}

	.business .box ul.items li:hover strong {
		color: #333;
	}

	.business .box ul.items li i {
		position: absolute;
		display: block !important;
		width: 120px !important;
		height: 40px !important;
		background: White !important;
		border: 1px solid #bbb;
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
}

@media (max-width:929px) and (max-height:260px) {
	.business .box {
		margin-top: 8px;
	}

	.business .box ul.items {
		margin-top: 18px;
	}
}

@media (max-width:425px) and (max-height:880px) {
	.business .box .caption i {
		display: block;
	}

	.business .box label {
		display: none;
	}
}

@media (max-width:425px) and (max-height:770px) {
	.business .box .caption i {
		display: none;
	}

	.business .box ul.items {
		margin-top: 20px;
	}
}

@media (max-width:425px) and (max-height:670px) {
	.business .box {
		margin-top: 0px;
	}
}

@media (max-width:425px) and (max-height:500px) {
	.business .box ul.items {
		margin-top: 40px;
	}
}

@media (max-width:390px) {
	.business .box .caption i {
		display: none;
	}
}

@media (min-width:1921px),(min-height:921px) {
	section.cases {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.cases {
		background: url(../images/wallpaper3_h800.jpg);
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.cases {
		background: url(../images/wallpaper3_h600.jpg);
	}
}

@media (min-width:1151px) and (max-height:700px) {
	.cases .box .swiper-container.items {
		margin-top: 40px;
	}

	.cases .box .caption i {
		display: none;
	}
}

@media (min-width:1151px) and (max-height:620px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none;
	}

	.cases .box .items .swiper-slide p,.cases .box .items .swiper-slide .bg {
		display: none;
	}
}

@media (max-width:1150px) {
	.cases .box .swiper-container.items {
		width: 840px;
	}

	.cases .box .swiper-container.items .swiper-slide {
		width: 260px;
	}

	.cases .box .swiper-container.items .swiper-slide img {
		width: 260px;
		height: 153px;
	}

	.cases .box .swiper-container.items .swiper-slide .shade {
		width: 260px;
		height: 153px;
	}

	.cases .box .swiper-container.items .swiper-slide .shade u {
		margin-top: 54px;
	}

	.cases .box .swiper-container.items .swiper-slide p strong {
		font-size: 14px;
	}

	.cases .box .swiper-container.items .swiper-slide .bg {
		width: 260px;
		height: 100px;
	}

	.cases .box .swiper-container.items .swiper-slide .bg u {
		width: 260px;
		height: 100px;
	}
}

@media (max-width:1150px) and (max-height:660px) {
	.cases .box .swiper-container.items {
		margin-top: 40px;
	}

	.cases .box .caption i {
		display: none;
	}
}

@media (max-width:1150px) and (max-height:580px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none;
	}

	.cases .box .items .swiper-slide p,.cases .box .items .swiper-slide .bg {
		display: none;
	}
}

@media (max-width:1150px) and (max-height:480px) {
	.cases .box .swiper-container.items .swiper-slide {
		border: none;
	}

	.cases .box .items .swiper-slide p,.cases .box .items .swiper-slide .bg {
		display: none;
	}
}

@media (orientation:landscape) and (max-width:900px) {
	.cases .box .swiper-container.items {
		display: none;
	}

	.cases .box .swiper-container.xs {
		display: block;
		margin: 0 auto;
		margin-top: 40px;
		width: 90%;
	}

	.cases .box .swiper-container.xs .swiper-slide {
		width: 31.33%;
		margin: 0 1%;
	}

	.cases .box .xs .swiper-slide p,.cases .xs .swiper-slide .bg {
		display: none;
		background: none;
	}
}

@media (orientation:landscape) and (max-width:900px) and (max-height:450px) {
	.cases .box .swiper-container.xs {
		margin-top: 15px;
	}

	.cases .box a.more {
		margin-top: 18px;
		width: 66px;
		padding: 3px 0px;
		font-size: 16px;
	}
}

@media (orientation:portrait) and (max-width:900px) {
	.cases .box .swiper-container.items {
		display: none;
	}

	.cases .box .swiper-container.mini {
		display: block;
		width: 340px;
		margin-top: 60px;
	}

	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 300px !important;
	}

	.cases .box .swiper-container.mini .swiper-slide {
		width: 340px;
		height: 300px !important;
		border-bottom: 2px solid #2fd0b5;
		cursor: pointer;
	}

	.cases .box .swiper-container.mini .swiper-slide img {
		width: 340px;
		height: 200px;
	}

	.cases .box .swiper-container.mini .swiper-slide p {
		position: absolute;
		margin: 10px 20px;
		color: #999;
		font-family: Arial,"宋体";
		font-size: 12px;
		line-height: 26px;
		z-index: 10;
	}

	.cases .box .swiper-container.mini .swiper-slide p strong {
		color: #222;
		font-family: Arial,"微软雅黑";
		font-size: 16px;
		font-weight: normal;
	}

	.cases .box .swiper-container.mini .swiper-slide .bg {
		width: 340px;
		height: 100px;
		background-color: #fff;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	.cases .box a.prev,.cases .box a.next {
		display: block;
		position: absolute;
		top: -300px;
		width: 16px;
		height: 30px;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		z-index: 100;
	}

	.cases .box a.prev {
		left: 30px;
		background: url(../images/icons.png) no-repeat 0px -219px;
	}

	.cases .box a.next {
		right: 30px;
		background: url(../images/icons.png) no-repeat -25px -219px;
	}
}

@media (orientation:portrait) and (max-width:900px) and (max-height:700px) {
	.cases .box .swiper-container.mini {
		margin-top: 40px;
	}

	.cases .box .caption i {
		display: none;
	}
}

@media (orientation:portrait) and (max-width:500px) {
	.cases .box .caption i {
		display: block;
	}

	.cases .box .swiper-container.mini {
		width: 260px;
		margin-top: 40px;
	}

	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 253px !important;
	}

	.cases .box .swiper-container.mini .swiper-slide {
		width: 260px;
		height: 253px !important;
	}

	.cases .box .swiper-container.mini .swiper-slide img {
		width: 260px;
		height: 153px;
	}

	.cases .box .swiper-container.mini .swiper-slide p strong {
		font-size: 14px;
	}

	.cases .box .swiper-container.mini .swiper-slide .bg {
		width: 260px;
		height: 100px;
	}

	.cases .box a.prev {
		left: 20px;
	}

	.cases .box a.next {
		right: 20px;
	}
}

@media (orientation:portrait) and (max-width:500px) and (max-height:640px) {
	.cases .box .caption i {
		display: none;
	}
}

@media (orientation:portrait) and (max-width:500px) and (max-height:580px) {
	.cases .box .swiper-container.mini {
		margin-top: 30px;
	}

	.cases .box a.more {
		display: block;
		position: static;
		margin: 0 auto;
		margin-top: 30px;
		width: 66px;
		font-size: 16px;
		padding: 3px 0px;
	}
}

@media (orientation:portrait) and (max-width:370px) {
	.cases .box a.prev,.cases .box a.next {
		margin-top: 175px;
	}

	.cases .box a.prev {
		left: 40px;
	}

	.cases .box a.next {
		right: 40px;
	}
}

@media (orientation:portrait) and (max-width:370px) and (max-height:500px) {
	.cases .box .swiper-container.mini .swiper-wrapper {
		height: 153px !important;
	}

	.cases .box .swiper-container.mini .swiper-slide {
		height: 153px !important;
		border: none;
	}

	.cases .box .mini .swiper-slide p,.cases .box .mini .swiper-slide .bg {
		display: none;
	}

	.cases .box a.prev,.cases .box a.next {
		margin-top: 73px;
	}
}

@media (min-width:1921px),(min-height:1201px) {
	section.clients {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.clients {
		background: url(../images/wallpaper4_h800.jpg) 50% 90%;
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.clients {
		background: url(../images/wallpaper4_h600.jpg) 50% 90%;
	}
}

@media (max-width:1150px) {
	.clients .box ul.items {
		width: 924px;
	}

	.clients .box ul.items li.bg.all {
		width: 924px;
	}
}

@media (max-width:920px) {
	.clients .box ul.items {
		width: 693px;
	}

	.clients .box ul.items li.bg.all {
		width: 693px;
	}
}

@media (max-width:690px) {
	.clients .box ul.items {
		width: 462px;
	}

	.clients .box ul.items li.bg.all {
		width: 462px;
	}
}

@media (min-width:471px) and (max-height:720px) {
	.clients .box ul.items {
		height: 300px;
	}

	.clients .box ul.items li.bg.all {
		height: 300px;
	}
}

@media (min-width:471px) and (max-height:580px) {
	.clients .box ul.items {
		height: 150px;
	}

	.clients .box ul.items li.bg.all {
		height: 150px;
	}
}

@media (min-width:471px) and (max-height:450px) {
	.clients .box .swiper-container.items {
		margin-top: 40px;
	}

	.clients .box .caption i {
		display: none;
	}
}

@media (min-height:920px) {
	.clients .box {
		margin-top: -80px;
	}
}

@media (max-width:690px) and (max-height:380px),(max-width:620px) and (max-height:480px),(max-width:470px) {
	.clients .box ul.items {
		display: none;
	}

	.clients .box ul.mini {
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 30px;
		width: 500px;
		height: 550px;
		overflow: hidden;
	}

	.clients .box ul.mini li {
		position: relative;
		float: left;
		width: 200px;
		padding: 8px 0 8px 40px;
		background: url(../images/point.png) no-repeat 20px 15px;
		z-index: 20;
	}

	.clients .box ul.mini li.bg.all {
		position: absolute;
		width: 500px;
		height: 560px;
		list-style: none;
		background-color: White;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	.clients .box ul.mini li.bg.one {
		display: none;
	}
}

@media (max-width:560px) and (max-height:480px),(max-width:470px) {
	.clients .box ul.mini {
		width: 250px;
	}

	.clients .box ul.mini li.bg.all {
		width: 250px;
	}
}

@media (max-width:470px) and (max-height:800px) {
	.clients .box ul.mini {
		height: 440px;
	}

	.clients .box ul.mini li.bg.all {
		height: 440px;
	}
}

@media (max-width:470px) and (max-height:700px) {
	.clients .box ul.mini {
		height: 330px;
	}

	.clients .box ul.mini li.bg.all {
		height: 330px;
	}
}

@media (max-width:560px) and (max-height:600px) {
	.clients .box ul.mini {
		height: 260px;
	}

	.clients .box ul.mini li.bg.all {
		height: 260px;
	}
}

@media (max-width:690px) and (max-height:520px) {
	.clients .box ul.mini {
		margin-top: 15px;
	}

	.clients .box .caption i {
		display: none;
	}
}

@media (max-width:690px) and (max-height:430px) {
	.clients .box ul.mini {
		height: 150px;
	}

	.clients .box ul.mini li.bg.all {
		height: 150px;
	}
}

@media (max-width:690px) and (max-height:420px) {
	.clients .box ul.mini {
		height: 110px;
	}

	.clients .box ul.mini li.bg.all {
		height: 110px;
	}
}

@media (max-width:690px) and (max-height:300px) {
	.clients .box ul.mini {
		margin-top: 5px;
	}
}

@media (max-width:400px) {
	.clients .box .caption i {
		display: none;
	}
}

@media (min-width:1921px),(min-height:1201px) {
	section.quality {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.quality {
		background: url(../images/wallpaper5_h800.jpg) 50% 10%;
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.quality {
		background: url(../images/wallpaper5_h600.jpg) 50% 10%;
	}
}

@media (max-width:960px) {
	.quality .box .items {
		display: none;
		
	}

	.quality .box .mini {
		display: block;
		margin: 0 auto;
		margin-top: 120px;
		width: 288px;
		height: 260px;
		overflow: hidden;
	}

	.quality .box .mini .swiper-slide {
		margin: 0px;
	}

	.quality .box a.prev,.quality .box a.next {
		display: block;
		position: absolute;
		top: -300px;
		width: 16px;
		height: 30px;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
		z-index: 100;
	}

	.quality .box a.prev {
		left: 30px;
		background: url(../images/icons.png) no-repeat 0px -219px;
	}

	.quality .box a.next {
		right: 30px;
		background: url(../images/icons.png) no-repeat -25px -219px;
	}
}

@media (max-height:730px) {
	.quality .box .mini { /*.quality .box .items,*/
		margin-top: 80px;
	}
}

@media (max-height:710px) {
	.quality .box a.lookall {
		display: none;
	}
}

@media (max-height:530px) {
	.quality .box .items,.quality .box .mini {
		margin-top: 60px;
	}

	.quality .box .caption i {
		display: none;
	}
}

@media (max-height:420px) {
	.quality .box .items,.quality .box .mini {
		height: 260px; /*height: 120px;*/
		margin-top: 40px;
	}

	.quality .box a.prev,.quality .box a.next {
		margin-top: -40px;
	}
}

@media (max-height:360px) {
	.quality .box .items,.quality .box .mini {
		height: 110px;
		margin-top: 20px;
	}

	.quality .box .swiper-slide ul {
		margin-bottom: 10px;
	}

	.quality .box a.prev,.quality .box a.next {
		margin-top: -80px;
	}
}

@media (min-width:1921px),(min-height:1201px) {
	section.marketing {
		-moz-background-size: cover;
		background-size: cover;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.marketing {
		background: url(../images/wallpaper6_h800.jpg) 50% 45%;
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.marketing {
		background: url(../images/wallpaper6_h600.jpg) 50% 45%;
	}
}

@media (max-width:1100px) {
	.marketing .box ul.items li {
		margin: 0 10px;
	}
}

@media (min-width:1001px) and (min-height:951px) {
	.marketing .box {
		margin-top: -170px;
	}
}

@media (min-width:1001px) and (max-height:950px) {
	.marketing .box {
		margin-top: -130px;
	}
}

@media (min-width:1001px) and (max-height:850px) {
	.marketing .box {
		margin-top: -90px;
	}
}

@media (min-width:1001px) and (max-height:750px) {
	.marketing .box {
		margin-top: -60px;
	}
}

@media (min-width:1001px) and (max-height:700px) {
	.marketing .box .caption i {
		display: none;
	}
}

@media (min-width:1001px) and (max-height:650px) {
	.marketing .box {
		margin-top: 0px;
	}
}

@media (max-width:1000px) {
	.marketing .box {
		margin: 0px;
	}

	.marketing .box ul.items {
		width: 550px !important;
	}

	.marketing .box ul.items li {
		height: 190px;
		margin: 0 20px;
	}

	.marketing .box ul.items li u {
		display: none;
	}

	.marketing.active .box ul.items li strong {
		margin-top: 20px;
	}

	.marketing .shade {
		display: block;
	}
}

@media (max-width:1000px) and (min-height:920px) {
	.marketing .box {
		margin-top: -100px;
	}
}

@media (max-width:1000px) and (max-height:700px) {
	.marketing .box ul.items li {
		height: 140px;
	}
}

@media (max-width:1000px) and (max-height:580px) {
	.marketing .box .caption i {
		display: none;
	}

	.marketing .box ul.items {
		margin-top: 10px;
	}
}

@media (max-width:1000px) and (max-height:470px),(max-width:600px) {
	.marketing .box ul.items {
		margin-top: 30px;
		width: 600px !important;
	}

	.marketing .box ul.items li {
		width: 160px;
		height: 43px;
		margin: 30px 0 0 25px;
	}

	.marketing .box ul.items li i {
		float: left;
		margin-top: 0px;
		height: 43px;
	}

	.marketing .box ul.items li.se i {
		width: 33px;
		margin: 0 6px;
		background: url(../images/words_mini.png) no-repeat -86px -380px;
	}

	.marketing .box ul.items li.weixin i {
		width: 45px;
		background: url(../images/words_mini.png) no-repeat -124px -377px;
	}

	.marketing .box ul.items li.weibo i {
		width: 42px;
		margin: 0 1px 0 2px;
		background: url(../images/words_mini.png) no-repeat -172px -377px;
	}

	.marketing .box ul.items li.sms i {
		width: 38px;
		margin: 0 3px 0 4px;
		background: url(../images/words_mini.png) no-repeat -219px -374px;
	}

	.marketing .box ul.items li.pay i {
		width: 34px;
		margin: 0 5px 0 6px;
		background: url(../images/words_mini.png) no-repeat -263px -382px;
	}

	.marketing .box ul.items li.bbs i {
		width: 31px;
		margin: 0 7px;
		background: url(../images/words_mini.png) no-repeat -86px -422px;
	}

	.marketing .box ul.items li strong,.marketing.active .box ul.items li strong {
		float: left;
		margin: 0px;
		padding-left: 15px;
		line-height: 43px;
	}

	.marketing .box ul.items li p {
		display: none;
	}
}

@media (max-width:1000px) and (max-height:430px) {
	.marketing .box ul.items {
		margin-top: 20px;
	}

	.marketing .box ul.items li {
		margin-top: 20px;
	}
}

@media (max-width:600px) {
	.marketing .box ul.items {
		margin-top: 50px;
		width: 395px !important;
	}
}

@media (max-width:600px) and (min-height:750px) {
	.marketing .box {
		margin-top: -70px;
	}
}

@media (max-width:600px) and (max-height:520px) {
	.marketing .box ul.items {
		margin-top: 20px;
	}

	.marketing .box ul.items li {
		margin-top: 15px;
	}
}

@media (max-width:450px) {
	.marketing .box {
		margin-top: 0px;
	}

	.marketing .box ul.items {
		margin-top: 20px;
		width: 220px !important;
	}
}

@media (max-width:450px) and (max-height:730px) {
	.marketing .box ul.items {
		margin-top: 30px;
	}

	.marketing .box ul.items li {
		margin-top: 15px;
	}
}

@media (max-width:450px) and (max-height:650px) {
	.marketing .box .caption i {
		display: none;
	}

	.marketing .box ul.items {
		margin-top: 20px;
	}
}

@media (max-width:600px) and (max-height:380px),(max-width:450px) and (max-height:550px) {
	.marketing .box ul.items {
		width: 222px !important;
	}

	.marketing .box ul.items li {
		position: relative;
		width: 102px;
		margin: 0 3px;
		padding: 0px;
		text-align: center;
	}

	.marketing .box ul.items li strong,.marketing.active .box ul.items li strong {
		display: block;
		position: absolute;
		float: none;
		padding: 0px;
		margin: 0 auto;
		width: 100px;
		font-size: 14px;
		font-weight: normal;
		line-height: 36px;
		border: 1px solid #eee;
	}

	.marketing .box ul.items li i {
		position: absolute;
		width: 130px !important;
		height: 36px !important;
		margin: 0 !important;
		padding: 1px 0 0 1px !important;
		background: White !important;
		-moz-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}

@media (orientation:landscape) and (max-height:230px) {
	.marketing .box ul.items {
		width: 334px !important;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.aboutus {
		background: url(../images/wallpaper7_h800.jpg) 50% 60%;
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.aboutus {
		background: url(../images/wallpaper7_h600.jpg) 50% 60%;
	}
}

@media (max-width:1200px) {
	.aboutus table.exp td:nth-child(2) {
		display: none;
	}

	.aboutus table.exp td {
		width: 25%;
	}
}

@media (max-width:1100px) {
	.aboutus .items {
		left: auto;
		right: -480px;
	}

	.aboutus.active .items {
		left: auto;
		right: 70px;
	}
}

@media (max-width:900px) {
	.aboutus table.exp td:last-child {
		display: none;
	}

	.aboutus table.exp td {
		width: 33.333333%;
	}
}

@media (max-width:780px) {
	.aboutus.active .items {
		left: auto;
		right: 30px;
	}
}

@media (max-width:780px) and (max-height:500px) {
	.aboutus ul.menu {
		top: 100px;
	}
}

@media (max-width:780px) and (max-height:400px) {
	.aboutus .items {
		height: 220px;
	}

	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 30px;
	}

	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 15px;
	}

	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 15px;
		font-size: 22px;
	}

	.aboutus .items .swiper-slide.nth2 p {
		margin-top: 12px;
		line-height: 32px;
	}

	.aboutus .items .swiper-slide.nth3 strong {
		margin-bottom: 15px;
	}
}

@media (max-width:780px) and (max-height:340px) {
	.aboutus .items {
		height: 190px;
	}

	.aboutus.active .items {
		right: -50px;
	}

	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 26px;
	}

	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 0px;
		font-size: 14px;
	}

	.aboutus .items .swiper-slide.nth2 p:last-child {
		display: none;
	}

	.aboutus .items .swiper-slide.nth2 p {
		display: block;
		width: 350px;
		line-height: 35px;
	}

	.aboutus .items .swiper-slide.nth3 ul li:last-child {
		display: none;
	}
}

@media (max-width:780px) and (max-height:310px) {
	.aboutus ul.menu {
		top: 40px;
	}

	.aboutus .items {
		height: 140px;
	}

	.aboutus.active .items {
		right: -100px;
	}

	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 22px;
	}

	.aboutus .items .swiper-slide.nth1 p {
		font-family: "宋体";
		font-size: 12px;
		line-height: 25px;
	}

	.aboutus .items .swiper-slide.nth1 u {
		margin-top: -6px;
		font-family: "宋体";
		font-size: 12px;
	}

	.aboutus .items .swiper-slide.nth2 p {
		width: 330px;
		font-family: "宋体";
		font-size: 12px;
		line-height: 25px;
	}

	.aboutus .items .swiper-slide.nth3 ul li {
		font-family: "宋体";
		font-size: 12px;
		line-height: 25px;
		background-position: 0px 7px;
	}
}

@media (max-width:550px) {
	.aboutus ul.menu {
		top: 90px;
		left: auto;
		right: 30px;
		width: 180px;
	}

	.aboutus ul.menu li {
		float: left;
		width: 60px;
		padding: 6px 0px;
	}

	.aboutus ul.menu li.bg.all {
		left: auto;
		margin: 0px;
		width: 180px !important;
		height: 34px !important;
	}

	.aboutus ul.menu li.bg.one {
		width: 60px;
	}

	.aboutus .items,.aboutus.active .items {
		left: 30px;
		right: auto;
	}
}

@media (max-width:550px) and (max-height:310px) {
	.aboutus ul.menu {
		top: 25px;
	}
}

@media (orientation:portrait) and (max-width:700px) {
	.aboutus ul.menu {
		top: 120px;
		left: 50%;
		width: 80px;
		margin-left: -120px;
		width: 240px;
	}

	.aboutus ul.menu li {
		float: left;
		width: 80px !important;
		padding: 10px 0px;
	}

	.aboutus ul.menu li.bg.all {
		left: 50%;
		margin-left: -120px;
		width: 240px !important;
		height: 42px !important;
	}

	.aboutus .items,.aboutus.active .items {
		left: 50%;
		margin-left: -240px;
		height: 280px;
	}

	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 32px;
		text-align: center;
	}

	.aboutus .items .swiper-slide.nth1 p {
		display: block;
		width: 230px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.aboutus .items .swiper-slide.nth1 u {
		font-size: 14px;
		width: 230px;
		margin: 0 auto;
		margin-top: 6px;
	}

	.aboutus .items .swiper-slide.nth2 strong {
		text-align: center;
		margin-left: -20px;
	}

	.aboutus .items .swiper-slide.nth2 p {
		display: block;
		width: 240px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.aboutus .items .swiper-slide.nth3 strong {
		text-align: center;
		margin-left: 10px;
	}

	.aboutus .items .swiper-slide.nth3 ul {
		width: 240px;
		margin: 0 auto;
	}

	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 32px;
	}

	.aboutus .items .swiper-slide.nth3 ul li:last-child {
		display: none;
	}
}

@media (orientation:portrait) and (max-width:700px) and (max-height:660px) {
	.aboutus ul.menu {
		top: 100px;
	}

	.aboutus .items,.aboutus.active .items {
		margin-top: 20px;
	}
}

@media (orientation:portrait) and (max-width:700px) and (max-height:500px) {
	.aboutus ul.menu {
		top: 90px;
	}

	.aboutus .items,.aboutus.active .items {
		margin-top: 60px;
		height: 260px;
	}

	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 15px;
	}

	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 30px;
	}
}

@media (orientation:portrait) and (max-width:700px) and (max-height:470px) {
	.aboutus ul.menu {
		top: 80px;
	}

	.aboutus .items .swiper-slide.nth1 strong {
		font-size: 24px;
	}

	.aboutus .items .swiper-slide.nth1 p {
		margin-top: 10px;
		line-height: 27px;
	}

	.aboutus .items .swiper-slide.nth1 u {
		margin-top: 4px;
	}

	.aboutus .items .swiper-slide.nth2 p {
		margin-top: 10px;
		line-height: 28px;
	}

	.aboutus .items .swiper-slide.nth2 p:last-child {
		display: none;
	}

	.aboutus .items .swiper-slide.nth3 strong {
		margin-bottom: 8px;
	}

	.aboutus .items .swiper-slide.nth3 ul li {
		line-height: 25px;
	}
}

@media (max-width:680px),(max-height:470px) {
	.aboutus table.exp,.aboutus .expBg {
		display: none;
		height: 0px;
	}
}

@media (max-width:1280px) and (max-height:800px) {
	section.contact {
		background: url(../images/wallpaper8_h800.jpg) 50% bottom;
	}
}

@media (max-width:960px) and (max-height:600px) {
	section.contact {
		background: url(../images/wallpaper8_h600.jpg) 50% 10%;
	}
}

@media (max-width:950px) {
	.contact .box {
		width: 470px;
	}

	.contact .box .above .left {
		float: right;
		margin-left: 0px;
	}

	.contact .box .above .right {
		display: none;
	}
}

@media (orientation:landscape) and (max-height:520px) {
	.contact .box {
		height: 150px;
	}

	.contact .box .below {
		display: none;
	}
}

@media (orientation:landscape) and (max-height:480px) and (max-width:570px) {
	.contact .box {
		width: 380px;
		height: 140px;
	}

	.contact .box .above .wechat {
		margin-top: 5px;
		width: 100px;
	}

	.contact .box .above .left p {
		margin-top: 0px;
	}
}

@media (orientation:portrait) and (max-width:550px) {
	.contact .box {
		width: 430px;
		height: 490px;
	}

	.contact .box .above .wechat {
		position: absolute;
		float: none;
		margin: 0px;
		top: 200px;
		width: 100px;
		left: 50%;
		margin-left: -50px;
	}

	.contact .box .above .left {
		position: absolute;
		float: none;
		margin: 0px;
		top: 0px;
		left: 50%;
		margin-left: -125px;
	}

	.contact .box .below {
		margin-top: 150px;
	}
	
	.home_about{
		display:none;
	}
	.home_case{
		display:none;
	}
}

@media (orientation:portrait) and (max-width:550px) and (max-height:650px),(orientation:portrait) and (max-width:470px) {
	
	.contact .box {
		width: 260px;
		height: 350px;
	}

	.contact .box .above .wechat {
		width: 150px;
		margin-left: -75px;
	}

	.contact .box .below {
		display: none;
	}
}

@media (orientation:portrait) and (max-height:450px) {
	.contact .box {
		height: 160px;
	}

	.contact .box .above .wechat {
		display: none;
	}
}

@media (max-width:700px),(max-height:600px) {
	.dock {
		display: none;
	}
}

@media (max-width:319px),(max-height:210px) {
	body {
		display: none;
	}

	html {
		background: url(../images/displaynone.png) no-repeat 50% top;
		background-color: #333a32;
	}
}

@media (max-width:640px){
	.contact .bkpic{
	margin-top:60px;
	background:url(../images/aboutbanner2.jpg) no-repeat center top;
}
}
.clear {
	clear: both;
}

#BDBridgeWrap {
	display: none;
}

.productlist{
	max-width:1200px;
	margin:0 auto;
}

@media screen and (max-width: 900px) {
    .wrap{
        width: 100%;

    }
	.home_service{
		width: 170px;
	}
	/* .home_contact{ */
		/* margin-left:20px; */
	/* } */
	/* .NeiNav li{ */
		/* height:20px; */
	/* } */
	.about_main{
		display: none;
	}
	.cmain{
		padding:0 10px;
		box-sizing:border-box;
		min-height: 40px;
	}
	
}