/**
  * Name: Avent
  * Version: 1.0
  * Author: ROLLTHEMES
  * Author URI: http://www.rollthemes.com
*/

/*@import url("fontello.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("calendar.css");
@import url("fancybox.css");*/

/**  
  * Repeatable Patterns
  * Top
  * Header
  * Navigation
  * Mobile navigation
  * Parallax
  * Page Title
  * Main Page
  * Go Top Button
  * Switcher
  * Media Queries
*/

/* Repeatable Patterns
-------------------------------------------------------------- */

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/normal/SourceHanSansCN.eot");
    src: url("../fonts/normal/SourceHanSansCN.eot#ie-fixed") format("embedded-opentype"),
    url("../fonts/normal/SourceHanSansCN.woff2") format("woff2"),
    url("../fonts/normal/SourceHanSansCN.woff") format("woff"),
    url("../fonts/normal/SourceHanSansCN.ttf") format("truetype"),
    url("../fonts/normal/SourceHanSansCN.svg") format("svg");
    font-style: normal;
    font-weight: 200
}

html{
    font-size: 16px;
}

body, div, section, button, input, select, textarea ,h1 ,h2, h3, h4, h5, h6, a, p, span{
    font-family: "SourceHanSansCN","PingFang SC","Microsoft YaHei","Helvetica Neue","Helvetica","Arial";
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


::-moz-selection {
 color: #fff;
 text-shadow: none;
 background: #000;
}

::-webkit-selection {
 color: #fff;
 text-shadow: none;
 background: #000;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}
a, a:focus {
	color: #000;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #0f1521;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
img {
	/*max-width: 100%;*/
	height: auto;
}
img.img-left {
	margin: 7px 30px 25px 0 !important;
	float: left;
}
img.img-right {
	margin: 7px 0 25px 30px !important;
	float: right;
}
strong, b {
	font-weight: 700;
}
p {
	margin: 0;
	margin-bottom: 20px;
}
.margint1 {
	margin-top: 10px;
}
.margint2 {
	margin-top: 20px;
}
.margint3 {
	margin-top: 30px;
}
.margint4 {
	margin-top: 40px;
}
.margint5 {
	margin-top: 48px;
}
.margint6 {
	margin-top: 59px;
}
.marginb1 {
	margin-bottom: 10px;
}
.marginb2 {
	margin-bottom: 20px;
}
.marginb3 {
	margin-bottom: 30px;
}
.marginb4 {
	margin-bottom: 40px;
}
.marginb5 {
	margin-bottom: 58px;
}
.marginb6 {
	margin-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
}

.text-white {
	color: #fff !important;
}
.text-dark {
	color: #322d2d !important;
}
input[type="checkbox"] {
	display: inline;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	color: #ccc;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus{
	color: #000;
	border-color: #bbb;
	/*-webkit-box-shadow: none;*/
	-moz-box-shadow: none;
	/*box-shadow: none;*/
}
.uneditable-input:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

 input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
 color: #000;
 opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #000;
 opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #000;
 opacity: 1;
}
.roll-animation {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.roll-animation.animated {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* bootstrap resetting elements */
.btn {
	background-image: none;
}
textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
/* Top
-------------------------------------------------------------- */

.Chinese{
    padding: 18px 0px 0px 2px;
    display: flex;
    line-height: 40px;
}

.Chinese a{
    border: solid 1px #1e51a2;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    margin-top: 8px;
    line-height: 25px;
    margin-left: 5px;
}

.roll-top {
	border-bottom: 1px solid #e5e5e5;
}
.roll-top ul {
	margin: 0;
	padding: 6px 0;
	display: inline-block;
}
.roll-top ul li {
	display: inline-block;
	position: relative;
	font-size: 10px;
	margin-left: 6px;
	padding-left: 28px;
	color: #010101;
}
.roll-top ul li.email {
	width: 138px;
}
.roll-top ul li.phone {
	width: 138px;
}
.roll-top ul.top-right li {
	margin-left: 19px;
	padding-left: 30px;
}
.roll-top ul li:first-child {
	margin-left: 0;
}
.roll-top ul li a {
	color: #010101;
	font-weight: 500;
	letter-spacing: 0.4px;
}
.roll-top ul.top-left {
	float: left;
}
.roll-top ul.top-right {
	float: right;
}
.roll-top ul.top-right li {
	padding-left: 27px;
	margin-left: 18px;
}
.roll-top ul li:before {
	top: -1px;
	left: 0;
	position: absolute;
}
.roll-top ul.top-left li:before {
	font-size: 16px;
}
.roll-top ul.top-right li:before {
	font-size: 15px;
}
.roll-top ul.top-right li.support {
	width: 75px;
}
.roll-top ul.top-right li.login {
	width: 61px;
}
.roll-top ul.top-right li.cart {
	width: 53px;
}
/* Header
-------------------------------------------------------------- */
.header {
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.133) inset;
	position: fixed;
    z-index: 999;
    text-align: center;
    margin: auto;
    width: 100%;
    background-color: #fff;
}
.logo {
	height: 19px;
	padding-top: 8px;
	margin-left: 2px;
}
.header.head-shadow {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	margin-bottom: 3px;
	position: relative;
}
.header.sticky .logo, .header.sticky #mainnav {
	padding: 0;
	margin: 0;
}
.header.sticky .logo {
	padding-top: 20px;
}
.single-page .header {
	position: relative;
}
.single-page .header .overlay {
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.header.small .logo {
	padding: 0;
	padding-top: 20px;
}
.header.small #mainnav {
	margin: 0;
}
.header.small #mainnav > ul > li {
	margin: 0 14px;
}
.header.small #mainnav > ul > li > a {
	padding: 18px 1px 18px 1px;
}
.header.center {
	text-align: center;
}
.header.center #mainnav {
	float: none;
	margin: 0;
}
.header.center .logo {
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.header.center .spacing {
	width: 40px;
	display: inline-block;
}
.header.center #mainnav > ul > li > a {
	margin: 0 14px;
	padding: 22px 1px 29px 1px;
}
#mainnav .sub-menu {
	text-align: left;
}
.header.left {
	text-align: left;
}
.header.left #mainnav {
	float: none;
	margin: 0;
}
.header.left .logo {
	padding: 0;
	padding-top: 35px;
	padding-bottom: 58px;
}
.header.left #mainnav > ul > li > a {
	padding: 10px 2px 17px 2px;
}
.header.left #mainnav > ul > li:first-child {
	margin-left: 0;
}
.header.left .spacing {
	width: 100%;
	position: absolute;
	left: 0;
}
.header.right {
	text-align: right;
}
.header.right #mainnav {
	float: none;
	margin: 0;
	position: relative;
	right: -10px;
}
.header.right .logo {
	padding: 0;
	padding-top: 35px;
	padding-bottom: 58px;
}
.header.right #mainnav > ul > li > a {
	padding: 10px 2px 17px 2px;
}
.header.right #mainnav > ul > li {
	margin: 0 13px;
}
.header.right#mainnav > ul > li:first-child > a {
	padding-left: 4px !important;
}
.header.right .spacing {
	width: 100%;
	position: absolute;
	left: 0;
}
/* Navigation
-------------------------------------------------------------- */
#mainnav {
	float: right;
}
#mainnav ul {
	padding: 0;
	margin: 0;
}
#mainnav > ul > li {
	display: inline-block;
	margin-right: -3px;
	margin: 0 13px;
}
#mainnav > ul > li > a {
	display: block;
	background: transparent;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 26px 2px 23px 2px;
}
.header.sticky #mainnav > ul > li > a {
	padding: 18px 15px 18px 15px;
}
#mainnav ul a {
	font-size: 12px;
	line-height: 24px;
}
#mainnav ul li.social a {
	font-size: 20px;
}
#mainnav ul li.social {
	padding: 0;
	margin: 0;
}
#mainnav ul li.social a i:before {
	top: 2px;
	position: relative;
}
#mainnav ul li.social.twitter {
	margin-right: 4px;
}
#mainnav ul li.social.twitter a {
	padding-left: 8px;
}
#mainnav ul li.social.facebook a {
	padding-left: 0;
	padding-right: 8px;
}
#mainnav ul li.social.basket a {
	margin-left: 13px;
}
#mainnav ul li.social.basket {
	position: relative;
}
#mainnav ul li.social.twitter a:after, #mainnav ul li.social.facebook a:after, #mainnav ul li.social.basket a:after {
	opacity: 0;
}

/*banner开始*/

.slider.banner{
    padding-top: 75px;
}

.slider.banner #swiper1 img{
    max-width: 100%;
    width: 100%;
}

/*banner结束*/

.span2 h3 a{
    font-size: 19px;
    color: #fff;
}

.span2 .span-into{
    border-bottom: solid 2px #e1e1e1;
    text-align: center;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.span-into{
    border-bottom: solid 2px #e1e1e1;
    text-align: center;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.span3.foot-qrcode .widget{
    float: right;
}

.span2 .footer-sub.sub-box a{
    color: #fff;
    display: block;
    padding-top: 0;
    line-height: 2.5;
}

/*首页表单悬浮开始*/

.message{
    width: 360px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    position: fixed;
    bottom: 44px;
    right: 20px;
    z-index: 99999;
    box-shadow: 0 8px 40px 0 rgb(0 0 0 / 40%);
}

.message .message-title{
    display: flex;
    justify-content: space-between;
    background-color: #2058b1;
    border-radius: 8px;
    padding: 0px 26px;
    height: 46px;
    line-height: 46px;
}

.message .message-title h3{
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.message .message-title ins{
    font-size: 0;
    margin-top: 18px;
    cursor: pointer;
    width: 14px;
    height: 12px;
    border: solid 2px #fff;
}

.message .message-title.active ins{
    margin-top: 22px;
    cursor: pointer;
    width: 25px;
    height: 0px;
}

.message .message-form{
    display: none;
    background: white;
    padding: 26px;
}

.message .message-form.active{
    display: block;
}

.message .message-form .form .form-group input{
    width: 100%;
    outline: none;
    border: 1px solid #dfdce6;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #03324d;
    height: auto;
    padding: 20px 20px;
    resize: none;
    min-width: 100%;
    height: 58px;

}

.message .message-form .form .submit{
    text-align: center;
    padding-top: 20px;
}

.message .message-form .form .submit button{
    padding: 8px 28px;
    color: #000;
    font-size: 14px;
    border: solid 1px #000;
    transition: all 0.3s;
}

.message .message-form .form .submit button:hover{
    background-color: #2058b1;
    color: #fff;
    border: solid 1px #fff;
    transition: all 0.3s;
}

/*首页 表单悬浮结束*/


/*首页合作伙伴开始*/

.hzhb-wrap{
    padding: 30px 0 45px!important;
    background-color: #f4f4f4;
}

.hzhb-wrap .hzhb .hzhb-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hzhb-wrap .hzhb .hzhb-item .hzhb-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hzhb-wrap .hzhb .hzhb-item .hzhb-item-list{
    opacity: 0;
    transition: all .3s ease-out 0s;
    position: relative;
    top: 30%;
    left: 13%;
}

.hzhb-wrap .hzhb .hzhb-item.swiper-slide-active .hzhb-item-list{
    display: block;
    opacity: 1;
    transition: all ease .3s;
    position: relative;
    margin-top: 0%;
    left: 10%;
    /*width: 40%;*/
}

.hzhb-content .hzhb-item-list h2{
    font-size: 32px;
    color: #1e51a2;
}

.hzhb-content .hzhb-item-list p{
    font-size: 18px;
    padding-top: 20px;
}

.hzhb-content .hzhb-item-list i{
    height: 4px;
    width: 80px;
    line-height: 4px;
    font-size: 0px;
    background-color: #1e51a2;
    margin-top: 18px;
    display: inline-block;
}

.hzhb-content .hzhb-item-img{
    background-color: #1e51a2;
    height: 90%;
    border-radius: 10px;

}

.hzhb-content .hzhb-item-img img{
    position: relative;
    right: 6%;
    margin-top: 4%;
    box-shadow: 0px 4px 8px #a8a8a8;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-clickable{
    left: -26%;
}

.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #1e51a2;
}

/*首页合作伙伴结束*/

/*关于我们开始*/

.about-wrap{
    display: flex;
}

.about-wrap .iabout{
    width: 50%;
    text-align: left;
}

.about-wrap .about-images{
    width: 50%;
}

.about-wrap .iabout h3{
    color: #333333;
    line-height: 36px;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
}

.about-wrap .iabout h4.item-title-bt{
    line-height: 28px;
    font-size: 20px;
    color: #015198;
    font-weight: 500;
    margin-top: 26px;
}

.about-wrap .iabout .item-title-bt:before {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 3px;
    margin-right: 20px;
    background: #015198;
    content: "";
}

.about-wrap .iabout p{
    line-height: 28px;
    font-size: 14px;
    color: #484848;
    margin-top: 12px;
    text-indent: 2em;
    text-align: justify;
}

.about-wrap .iabout .about-icon{
    margin-top: 54px;
}

.about-wrap .iabout .about-icon .icon-intro {
    display: inline-block;
    vertical-align: top;
    width: 32.3333%;
    transition: all 0.3s;
}

.about-wrap .about-icon .icon-intro a{
    display: inline-block;
    text-align: center;
}

.inabout-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.inabout-h5 {
    margin-top: 6px;
    line-height: 24px;
    font-size: 16px;
    color: #484848;
    font-weight: 600;
}

.icon-intro:nth-child(1) .inabout-icon {
    background-image: url(../images/inabout-icon1.png);
    transition: all 0.3s;
}

.about-icon .icon-intro:nth-child(1) a:hover .inabout-icon {
    background-image: url(../images/inabout-icon11.png);
}

.icon-intro:nth-child(2) .inabout-icon {
    background-image: url(../images/inabout-icon2.png);
    transition: all 0.3s;
}

.about-icon .icon-intro:nth-child(2) a:hover .inabout-icon {
    background-image: url(../images/inabout-icon21.png);
}

.icon-intro:nth-child(3) .inabout-icon {
    background-image: url(../images/inabout-icon3.png);
    transition: all 0.3s;
}

.about-icon .icon-intro:nth-child(3) a:hover .inabout-icon {
    background-image: url(../images/inabout-icon31.png);
}

.about-icon .icon-intro a:hover .inabout-h5{
    color: #1e51a2;
}

.about-wrap .iabout .about-ref {
    margin-top: 65px;
    display: block;
    width: 118px;
    height: 36px;
    font-size: 0;
    line-height: 36px;
    text-align: center;
    background: #5e5e5e;
}

.about-wrap .iabout .about-ref:hover{
    background: #1e51a2;
}

.about-wrap .iabout .about-ref:hover span{
    margin-right: 15px;
}

.about-ref span {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
}

.about-ref i, .about-ref span {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

/*关于我们结束*/

/*公司简介开始*/

.intro .intro-wrap{
    padding-top: 46px;
}

.item-title{
    font-size: 34px;
    font-weight: 600;
    text-align: center;

}



.intro h2{
    font-size: 22px;
    font-weight: 500;
}

.intro .com-cnt.page-content{
    font-size: 16px;
    padding-top: 22px;
}

.intro .main {
    padding-top: 20px;
}

.contnet {
    padding-top: 73px;
}

.ny-box {
    height: 350px;
    line-height: 350px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background-size: cover;
}

.ny-box .ny-box-txt{
    position: relative;
    right: 20%;
    color: #000000;
}

/*公司简介结束*/


/*发展历程开始*/

/*发展时间线*/
.history {
    text-align: center;
    margin-bottom: 3%;
    margin-top: 50px;
}
.history__banner {
    position: relative;
    overflow: hidden;
}
.history__banner .description {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: middle;
    text-align: center;
    color: white;
}
.history__banner .description h3 {
    font-size: 24px;
    font-weight: 700;
}
.history__banner .description p {
    font-size: 14px;
}
.history__banner img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    vertical-align: middle;
}
.history__prev, .history__next {
    text-align: center;
    font-size: 30px;
    display: block;
    color: #8a8a8a;
}
.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}
.history__content {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 780px;
}
.history__content .history__line {
    float: left;
    width: 60px;
    position: relative;
}
.history__content .history__line a {
    position: relative;
    display: table;
    margin: 0 auto 25px;
    z-index: 1;
    line-height: 0;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #071c83;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.history__content .history__line a span {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
}
.history__content .history__line a.start i, .history__content .history__line a.end i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #071c83;
    border-radius: 50%;
}

.history__content .history__line a {
    position: relative;
    display: table;
    margin: 0 auto 25px;
    z-index: 1;
    line-height: 0;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #071c83;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.history__content .history__line a span {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
}
.history__content .history__line a.point {
    font-size: 12px;
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}
.history__content .history__line a.second {
    font-size: 16px;
    width: 44px;
    height: 44px;
}
.history__content .history__line a.first {
    font-size: 20px;
    width: 54px;
    height: 54px;
    background: #071c83;
    color: white;
}
.history__content .history__line a {
    position: relative;
    display: table;
    margin: 0 auto 25px;
    z-index: 1;
    line-height: 0;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #071c83;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.history__content .history__line a span {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
}
.history__content .history__line:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #071c83;
}
.history__content .history__line a.end {
    margin: 0 auto;
}
.history__content .history__line a.start span, .history__content .history__line a.end span {
    line-height: 0;
}
.history__content .history__line a span {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
}
.history__content .history__line a.start i, .history__content .history__line a.end i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #071c83;
    border-radius: 50%;
}

/*右侧内容*/
.history__content .history__list {
    padding-left: 20%;
    text-align: left;
}
.history__content .list__item .item {
    padding: 5% 5% 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.history__content .list__item .item .image img {
    max-width: 100%;
    vertical-align: middle;
    padding-bottom: 10px;
}
.history__content .list__item .item .line {
    display: inline-block;
    width: 32px;
    background: black;
    height: 1px;
    margin: 1.8em 0 1em;
}
.history__content .list__item .item .text {
    font-size: 14px;
}
.history__content .list__item .item .text ul {
    margin: 0;
    list-style: disc inside;
}

.list__item .item .text ul li{
    padding-top: 10px;
}


/*发展历程结束*/

/*公司荣誉开始*/

.intro-ry{
    padding: 45px 0;
    margin-top: 132px;
    background-color: #f5f5f5;
}

.intro-ry .ry-list .ry-wrap-content{
    padding-top: 40px;
}

.intro-ry .ry-list .ry-wrap-content .ry-wrap-list{
    padding: 10px 10px;
}

.intro-ry .ry-list .ry-wrap-content .ry-wrap-list .ry-wrap-p{
    text-align: center;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 0px;
}

.intro-ry .ry-list .ry-wrap-content .ry-wrap-list .ry-wrap-img{
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

/*公司荣誉结束*/


/*联系我们结束*/

/*联系我们开始*/

.content-wrap{
    padding: 45px 0;
    margin-top: 50px;
}

.content-wrap .list-lxwm{
    max-width: 1400px;
    margin: auto;
    padding: 1rem 0rem;
}

.content-wrap .list-lxwm .lxwm-card{
    align-items: stretch;
    justify-content: space-between;
    display: flex;
}

.content-wrap .list-lxwm .card-list{
    width: 45%;
    background-color: #efefef;
    padding: 3.4rem 3rem;
}

.content-wrap .list-lxwm .ditu{
    width: 50%;
}

.content-wrap .list-lxwm .card-list p{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-top: 50px;
}

.content-wrap .list-lxwm .card-list h2{
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 600;
}

.content-wrap .list-lxwm .card-list .info-list .info-item{
    padding: 0.5rem;
    border-bottom: 1px solid #ececec;
    list-style-type:none;
}


.content-wrap .list-lxwm .card-list .info-list{
    /*padding-top: 0.5rem;*/
}

.content-wrap .list-lxwm .info-list i img{
    /*font-size: 18px;*/
    width: 16px;
}

.content-wrap .list-lxwm .info-list .info-title{
    font-size: 16px;
    padding-left: 14px;
}

/*联系我们结束*/


/*联系我们开始*/

/*产品页开始*/

.portfolio-item figure:hover{
    opacity: 1;
    background-color: #1e51a2;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.portfolio-item figure:hover .swipebox img{
    opacity: 0.5;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.portfolio-item figure span .cplist-title{
    color: #fff;
    font-size: 20px;
    width: 83%;
    text-align: center;
    z-index: 1111;
    border: 0px;
}

.jetson-wrap .jet-wrap{
    padding-top: 4rem;
}

.jetson-wrap .jet-wrap.jet-list{
    padding: 4rem 8rem 2rem;
    text-align: center;
}

.jetson-wrap .jet-wrap.jet-list .xavier_nx{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding-top: 30px;
}

.jet .jet-wrap .wrap-title h2{
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    font-family: 优设标题黑;
    font-size: 60px;
    margin-top: -52px;
    letter-spacing: 8px;
}

.jet .jet-wrap .wrap-title p{
    text-align: center;
    font-size: 80px;
    font-family: 优设标题黑;
    color: #8b8b8b;
    text-transform: uppercase;
}

.pr-wrap.jet .jet-wrap .wrap-title h2{
    font-family: "SourceHanSansCN","PingFang SC","Microsoft YaHei","Helvetica Neue","Helvetica","Arial";
}


/*首页降本增效板块*/

.cpzx-ysdb .ysdb-content{
    display: flex;
    /*justify-content: space-around;*/
}

.cpzx-ysdb .ysdb-content .ysdb-wrap{
    width: 50%;
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.cpzx-ysdb .ysdb-content .ysdb-list-difficult{
    background-color: #efefef;
    margin-top: 68px;
}


.cpzx-ysdb .ysdb-content .ysdb-wrap .list-title h2{
    font-family: 'SourceHanSansCN';
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 26px;
    line-height: unset;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .ysdb-wrap-content{
    display: flex;
    justify-content: center;
    padding: 30px;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .ysdb-wrap-content .ysdb-wrap-img{
    width: 50%;
    text-align: center;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .ysdb-wrap-content .ysdb-wrap-list{
    width: 50%; 
    text-align: left;
    padding-left: 14px;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .ysdb-wrap-content .ysdb-wrap-list h3{
    font-size: 24px;
    padding: 20px 0px;
    font-weight: 600;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .ysdb-wrap-content .ysdb-wrap-list p{
    font-size: 15px;
    font-weight: 600;
}

.ysdb-form .form-content{
    text-align: center;
}

.ysdb-form .form-content a{
    padding: 30px 60px;
    background: red;
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 12px;
}

.ysdb-form .form-content a:hover{
    background: #0258a3;
    color: #fff;
}

.ysdb-form .form-title h2{
    text-align: center;
    padding: 60px;
    color: #024d99;
    font-weight: 600;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .list-content{
    display: flex;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .list-content .list-content-img img{
    width: 123%;
    margin-left: -229px;
    padding-right: 20px;
    /*margin-bottom: -29px;*/
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .list-content .list-content-wrap{
    margin-left: -190px;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy{
    box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.4);
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .list-title h2{
    color: #024d99;
    text-shadow: 1px 1px 2px black;
    font-size: 30px;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content{
    display: flex;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content .easy-content-wrap .ysdb-wrap-content{
    width: 122%;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .ysdb-wrap-content .ysdb-wrap-img img{
    max-width: 100%;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap .ysdb-wrap-content .ysdb-wrap-list h3{
    font-size: 18px;
    padding: 10px 0px;
}

.ysdb-form .form-title h2{
    padding: 40px;
}

.ysdb-form .form-content a{
    padding: 20px 40px;
    font-size: 24px;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content .easy-content-img{
    display: none;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content .easy-content-wrap .ysdb-wrap-content .ysdb-wrap-list h3{
    z-index: 1;
    position: relative;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content .easy-content-wrap .ysdb-wrap-content .ysdb-wrap-list p{
    position: relative;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content .easy-content-wrap .ysdb-wrap-content{
    width: 100%;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content .easy-content-img{
    margin-right: -260px;
    margin-top: 70px;
}

.cpzx-ysdb .ysdb-content .ysdb-wrap.ysdb-list-easy .easy-content .ysdb-wrap-list h3{
    color: #024d99;
}

.cpzx-ysdb .jet .jet-wrap .wrap-title h2{
    margin-top: 0px;
}

.cpzx-ysdb .jet .jet-wrap .wrap-title p{
    text-transform: capitalize;
    font-size: 36px;
}


.cpzx-item .container-title{
    font-family: 优设标题黑;
    font-size: 40px;
    padding: 15px 15px 0px 15px;
}

.hzhb-wrap .container-title{
    font-family: 优设标题黑;
    font-size: 40px;
    padding: 15px 15px 15px 15px;
}

.communicate-item .communicate-wrap{
    display: flex;
    justify-content: space-around;
}

.communicate-item .communicate-wrap .communicate-title h3{
    padding: 60px 0px 30px 0px;
    text-align: center;
}

.communicate-item .communicate-wrap .communicate-title p{
    text-align: center;
    font-size: 22px;
    color: #939393;
    font-weight: 600;
}

.communicate-item .communicate-wrap .communicate-title{
    width: 50%;
}

.communicate-item .communicate-wrap .communicate-title .wx-img{
    text-align: center;
    padding: 50px 0px 30px 0px
}

.communicate-item .communicate-wrap .communicate-title .wx-img img{
    width: 35%;
}

.communicate-item .communicate-wrap .communicate-title .wx-lkzx{
    text-align: center;
}

.communicate-item .communicate-wrap .communicate-title .wx-lkzx a{
    padding: 20px 75px;
    border-radius: 16px;
    background: red;
    border: 0px black;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

.communicate-item .communicate-wrap .communicate-title .wx-lkzx a:hover{
    background: #024d99;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.communicate-item .communicate-wrap .communicate-title .from-wrap .message-form .submit{
    padding: 20px;
    text-align: center;
}

.communicate-item .communicate-wrap .communicate-title .from-wrap .message-form .submit button{
    padding: 20px 100px;
    border-radius: 16px;
    background: red;
    border: 0px black;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

.message-form .index-form{
    padding: 20px 104px;
}

.message-form .footer-form .form-input input{
    
}

.message-form .footer-form .form-content input{
    padding: 42px 15px;
    font-size: 20px;
}

.communicate-item .communicate-wrap .communicate-title .from-wrap .message-form .submit button:hover{
    background: #024d99;
    color: #fff;
    transition: all 0.3s ease-in-out;
    
}

/*合作伙伴*/

.Partners-item{
    
}

.jet .jet-wrap .wrap-list{
    padding-top: 2rem;
}

.jet .jet-wrap.jet-list .wrap-list{
    width: 88%;
    margin: auto;
}

.jet .jet-wrap.jet-list .wrap-list p{
    font-size: 1.25rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
}

.jet .jet-ai .wrap-content{
    padding-top: 3rem;
}

.jet .jet-ai .item-img img{
    width: 100%;
}

.jet .item-wrap .item-title h3{
    text-align: left;
    color: #1e51a2;
    padding-top: 1rem;
}

.jet .item-wrap .item-content p{
    font-size: 1rem;
    padding-top: 1rem;
}

.jet .jet-ai .wrap-content .item-wrap{
    
}

.jet-cp-list .wrap-content .cp-wrap{
    display: inline-block;
    padding-top: 2rem;
}

.jet-cp-list .wrap-content .cp-wrap .cp-wrap-left{
    width: 50%;
    float: left;
    padding-left: 5rem;
}

.jet-cp-list .wrap-content .cp-wrap .cp-wrap-left .item-content{
    padding-top: 3rem;
}

.jet-cp-list .wrap-content .cp-wrap .pc-wrap-img{
    float: right;
    width: 50%;
}

.jet-cp-list .wrap-content .cp-wrap:nth-child(2) .cp-wrap-left,.jet-cp-list .wrap-content .cp-wrap:nth-child(4) .cp-wrap-left{
    float: right;
    padding-right: 5rem;
}

.jet-cp-list .wrap-content .cp-wrap:nth-child(2) .pc-wrap-img,.jet-cp-list .wrap-content .cp-wrap:nth-child(2) .pc-wrap-img{
    float: left;
}

.about-ref {
    margin-top: 65px;
    display: block;
    width: 118px;
    height: 36px;
    font-size: 0;
    line-height: 36px;
    padding-left: 20px;
    background: #5e5e5e;
}

.about-ref:hover {
    background: #1e51a2;
    transition: all 0.3s;
}

.about-ref:hover span {
    /*margin-right: 15px;*/
}

.about-ref i{
    transition: all 0.3s;
}

.about-ref:hover i{
    margin-left: 10px;
    transition: all 0.3s;
}

.pagination{
    display: block;
    margin: 0 auto;
    padding: 2rem 0;
    list-style: none;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0.25rem 0.375rem;
    font-size: 0.875rem;
    border: none;
    border-radius: 0.25rem;
}

.pagination li > * {
    display: block;
    border-radius: 0.25rem;
    color: #6e6e6e;
    background: #ffffff;
    padding: 0.5rem 0.75rem;
    border: 1px solid #DCDCDC;
}

.pagination li.active > *,
.pagination li > *:hover {
    background: #0288D1;
    color: #ffffff;
    border: 1px solid #0288D1;
}


.jetson-wrap.Nano .jet-ai{
    background-color: #ddd;
}

.item-img .vid-container{
    margin: auto;
}

.item-img .vid-container.laptext-center{
    width: 630px;
}

.jet.Nano .jet-ai .wrap-content{
    padding: 2rem 0;
}

.jet.Nano .cp-wrap-left{
    padding-top: 2rem;
}

.jet.Nano .jet-cp-list .wrap-content .cp-wrap.znspfx-list:nth-child(2) .cp-wrap-left{
    padding-top: 1rem;
}

.jetson-wrap.Nano .jet-wrap{
    padding: 4rem 0;
}

.jetson-wrap.Nano .jet-wrap.jet-xavier_nx{
    padding: 0 0 2rem 0;
}

.jetson-wrap.Nano .jet-wrap.jet-xavier_nx .wrap-list{
    padding-top: 2rem;
}

.jetson-wrap.Nano .ai_on .ai-on-content{
    padding: 0rem 0rem 4rem 0rem;
}

.card {
    background: #fff;
    transition: all .3s cubic-bezier(0.25,0.8,0.25,1);
    border-radius: 2px;
    box-shadow: 
    0 4px 5px 0 rgb(0 0 0 / 14%),
    0 1px 10px 0 rgb(0 0 0 / 12%),
    0 2px 4px -1px rgb(0 0 0 / 30%) !important;
}

.card .item-title{
    border-top: solid 1px #cfcfcf;
}

.card .item-content{
    height: 152px;
}

.jet.Xavier .jet-wrap .wrap-list{
    /*padding: 0rem;*/
}

.jet.Xavier .jet-wrap .wrap-list p{
    margin-bottom: 0px;
}

.Xavier .Xavier-wrap .Xavier-list{
    display: flex;
}

.Xavier .Xavier-wrap .Xavier-list .jet-wrap{
    width: 70%;
}

.Xavier .Xavier-wrap{
    background-color: #343434;
    padding: 4rem 0rem;
}

.Xavier .Xavier-wrap .Xavier-list .jet-wrap .wrap-title h2{
    color: #fff;
    text-align: left;
}

.Xavier .Xavier-wrap .Xavier-list .jet-wrap .wrap-list{
    width: 100%;
}

.Xavier .Xavier-wrap .Xavier-list .jet-wrap .wrap-list p{
    color: #fff;
    text-align: left;
    font-size: 1rem;
    padding-top: 1rem;
}

.Xavier .jet-ai .parameter{
    display: flex;
    justify-content: center;
    padding: 2.5rem;
}

.Xavier .jet-ai .parameter.parameter-wrap{
    justify-content: left;
    padding: 0px;
}

.Xavier .jet-ai .parameter.parameter-wrap .parameter-list{
    margin-right: 24px;
}

.Xavier .jet-ai .parameter-content.parameter-wrap-content .content-list.active{
    display: flex;
    width: 100%;
    padding: 3rem 0rem;
    justify-content: space-between;
}

.Xavier .jet-ai .parameter-content.parameter-wrap-content .content-list.active p{
    width: 56%;
}

.Xavier .jet-ai .parameter-content.parameter-wrap-content .content-list.active .wrap-content{
    width: 41%;
}

.Xavier .jet-ai .parameter-wrap{
    justify-content: left;
    padding: 0px;
    display: flex;
}

.Xavier .jet-ai .parameter-wrap .parameter-list{
    font-size: 20px;
    margin: 0px 20px;
    cursor: pointer;
}

.Xavier .jet-ai .parameter-wrap .parameter-list.active {
    border-bottom: 2px solid #76b900;
}

.Xavier .jet-ai .parameter.parameter-wrap .parameter-list {
    margin-right: 24px;
}

.Xavier .jet-ai .parameter-wrap .parameter-list {
    margin-right: 24px;
}


.parameter-wrap-content{
    display: flex;
}

.parameter-wrap-content.parameter-cc.active{
    display: none;
}



.Xavier .jet-ai .tx-content{
    display: flex;
    justify-content: center;
    padding: 2.5rem;
}

.Xavier .jet-ai .parameter .parameter-list.active{
    border-bottom: 2px solid #76b900;
}

.Xavier .jet-ai .tx-content .parameter-list.active{
    border-bottom: 2px solid #76b900;
}

.Xavier .jet-ai .parameter .parameter-list{
    font-size: 20px;
    margin: 0px 20px;
    cursor: pointer;
}

.Xavier .jet-ai .tx-content .parameter-list{
    font-size: 20px;
    margin: 0px 20px;
    cursor: pointer;
}

.Xavier .jet-ai .parameter-content .content-list{
    display: none;
    width: 68%;
    margin: auto;
    text-align: left;
}

.Xavier .jet-ai .parameter-content .content-list.active{
    display: block;
}

.Xavier .jet-ai .parameter-content .content-list h3{
    padding-bottom: 1rem;
}

.Xavier .jet-ai .parameter-content .content-list p{
    font-size: 16px;
}

.Xavier .jet-ai .parameter-content .wrap-content .item-img img{
    max-width: 850px;
}

.Xavier .jet-ai .parameter-content .wrap-content{
    padding: 0rem;
}

.jetson-wrap.Nano.Xavier .jet-ai{
    background-color: #fff;
}

.Autopilot .Autopilot-wrap{
    padding-top: 2rem;
}

.Autopilot .Autopilot-Partner .znspfx-logo{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}


.tx .tx-wrap{
    background-color: #767676;
}

.tx .tx-wrap .tx-item{
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.tx .tx-wrap .tx-item .item-title h2{
    color: #e7e7e7;
    letter-spacing: 1px;
}

.tx .tx-wrap .tx-item .about-btn-wrap{
    text-decoration: none;
    text-align: center;
    display: inline-block;
    min-width: 50px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #fff;
    background-color: #ffffff;
    color: #fff;
    margin-left: 4rem;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s;
    transform: scale(1.03, 1.03);
}

.tx .tx-wrap .tx-item .about-btn-wrap:hover{
    background-color: #0c3371;
    transition: all 0.3s;
    transform: scale(1.03, 1.03);
    border: 1px solid #0c3371;
}

.tx .tx-wrap .tx-item .about-btn-wrap:hover .about-btn{
    color: #fff;
    transition: all 0.3s;
    transform: scale(1.03, 1.03);
}

.tx .tx-wrap .tx-item .about-btn-wrap .about-btn{
    display: block;
    color: #1e51a2;
    padding: 10px;
    font-weight: 300;
}

.tx-list .parameter-content{
    display: none;
}

.tx-list .parameter-content.active{
    display: flex;
    justify-content: space-between;
}

.tx-list .parameter-content.active .content-list{
    display: block;
    width: 48%;
}

.tx-list .parameter-content.active .content-list h3{
    border-bottom: 2px solid #76b900;
    display: initial;
}

.tx-list .parameter-content.active .content-list p{
    padding-top: 12px;
}

.cpnr-wrap .product-show .owl-stage-outer{
    width: 50%;
}

.cpnr-wrap .owl-carousel .owl-item img{
    width: 300px;
    max-width: 300px;
}

#page-body-wrap .cpnr-title.jet{
    width: 50%;
}

#page-body-wrap .cpnr-title.jet .jet-wrap.jet-list .wrap-title{
    width: 88%;
    margin: auto;
}

#page-body-wrap .cpnr-title.jet .jet-wrap.jet-list .wrap-title h2{
    text-align: left;
    font-size: 24px;
}

#page-body-wrap .cpnr-wrap{
    width: 50%;
}

.page-container .product-show .page-content{
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
}

.page-container .product-show .page-content.active{
    opacity: 0.5;
}

#page-body-wrap .cpnr-title.jet .jet-wrap.jet-list .wrap-list p{
    font-size: 16px;
}

.jet .jet-wrap.jet-list .target-alt{
    text-align: left;
    width: 88%;
    margin: auto;
    padding-top: 44px;
}

.jet .jet-wrap.jet-list .target-alt a{
    background: #1e51a2;
    padding: 12px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
}

.jet .jet-wrap.jet-list .target-alt a:hover{
    background: #67be8d;
    color: #6651a2;
}

.product-wrap{
    opacity: 0;
    display: none;
}

.product-wrap.active{
    position: fixed;
    top: 25%;
    left: 37%;
    z-index: 99999;
    opacity: 1;
    display: block;
}

.product-wrap.active .product-icon{
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}

.product-wrap.active .product-icon img{
    transition: all 300ms ease 0s;
    transform: rotate(90deg);
}

.product-wrap.active .product-icon:hover img{
    transition: all 300ms ease 0s;
    transform: rotate(270deg);
}

.product-wrap .form{
    background: white;
    padding: 50px;
    width: 476px;
    border-radius: 10px;
    box-shadow: 0 8px 40px 0 rgb(0 0 0 / 40%);
}



.product-wrap .form .form-group input{
    width: 100%;
    outline: none;
    border: 1px solid #dfdce6;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #03324d;
    height: auto;
    padding: 20px 20px;
    resize: none;
    min-width: 100%;
    height: 44px;
}

.product-wrap .form .submit {
    text-align: center;
    padding-top: 20px;
}


.product-wrap .form .submit button{
    padding: 8px 28px;
    color: #000;
    font-size: 14px;
    border: solid 1px #000;
    transition: all 0.3s;
}

.product-wrap .form .submit button:hover {
    background-color: #2058b1;
    color: #fff;
    border: solid 1px #fff;
    transition: all 0.3s;
}


#page-body-wrap .cp-Features{
    background-color: #e1e1e1;
}

#page-body-wrap .cp-Features .Features-item .Features-img{
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

#page-body-wrap .cp-Features .Features-item .Features-img img{
    width: 64px;
    height: 64px;
}

#page-body-wrap .cp-Features .Features-item .Features-title h3{
    text-align: center;
    padding: 1rem;
    font-size: 18px;
}

#page-body-wrap .cp-Features .Features-item .Features-content p{
    padding: 0px 6rem 1rem;
    font-size: 16px;
    letter-spacing: 1px;
}

#page-body-wrap .cp-Features .Features-item .Features-list{
    border-right: solid 1px #979797;    
    margin: 26px 0px;
}


/*产品页结束*/


/*合格声明开始*/

.jetson-wrap.hgsm .jet-wrap.jet-list{
    padding: 4rem 0;
}

.hgsm .jet-wrap .wrap-list{
    text-align: left;
    font-size: 1rem;
    padding-top: 1rem;
    letter-spacing: 1px;
}

.hgsm strong{
    color: #1e51a2;
    letter-spacing: 1px;
    text-align: center;
    font-size: 31.5px;
}

/*合格声明结束*/

/*业务范围开始*/

.ywfw{
    padding: 30px 0 45px!important;
}

.ywfw .advantage_head{
    text-align: center;
    width: 100%;
}

.ywfw .advantage_head .title{
    font-weight: 500;
    font-size: 34px;
    line-height: 72px;
    letter-spacing: 2.5px;
    word-spacing: 5px;
    margin-bottom: 0px;
}

.advantage_col {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 25px;
}

.advantage_col:hover {
    border-radius: 25px;
    background-image: linear-gradient(#fff, #f7f7f7);
}

.advantage_col img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
}

.advantage_col img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.advantage_col a {
    display: block;
    color: #333;
    font-size: 18px;
    padding-top: 20px;
}

/*业务范围结束*/

/*解决方案开始*/

.ai_on .ai-wrap{
    background-color: #f5f5f5;
    padding-bottom: 4rem;
}

.ai_on .ai-wrap.video{
    background-color: #fff;
}

.ai_on .ai-wrap .wrap-img{
    width: 88%;
    margin: auto;
    padding-top: 2rem;
}

.ai_on .ai-wrap .jet-wrap .wrap-list p{
    font-size: 1rem;
}

.ai_on .ai-wrap .ai-on-content{
    padding-top: 1rem;
}

.ai_on .ai-on-content{
    padding: 4rem 0rem;
}

.ai_on .ai-on-content .item-list{
    display: block;
    border: 1px solid #e3e3eb;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.ai_on.orin .ai-on-content{
    padding: 0rem 0rem 0rem 0rem; 
}

.ai_on.orin .ai-on-content.orin-wrap{
    padding: 0rem 0rem 4rem 0rem; 
}

.ai_on.orin .ai-on-content .item-list{
    height: 500px;   
}

.ai_on .ai-on-content .item-list .item-title h3{
    text-align: center;
}

.item-img{
    overflow: hidden;
}

.item-img img{
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.7s;
}

.item-list:hover .item-img img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.03, 1.03);
}

.ai_on .ai-on-content .item-list .item-content p{
    padding: 1rem 1rem;
    line-height: 1.6rem;
}

/*视频分析*/

.ai_on .ai-wrap.video .video-wrap .item-list{
    background: #fff;
    border-radius: 2px;
    padding: 1rem;
    box-shadow: 
    0 4px 5px 0 rgb(0 0 0 / 14%), 
    0 1px 10px 0 rgb(0 0 0 / 12%),
    0 2px 4px -1px rgb(0 0 0 / 30%) !important;
}

.ai_on .ai-wrap.video .video-wrap .item-list ul{
    padding-left: 12px;
}

.ai_on .ai-wrap.video .video-wrap .item-list ul li{
    list-style: square outside url(../images/jjff-li.png);
}

.ai_on .ai-wrap.video .video-wrap .wrap-list{
    text-align: center;
}

.ai_on .ai-wrap.video .video-wrap .video-list{
    padding-top: 2rem;
}

.ai_on .ai-wrap .ai-on-content.znspfx-wrap{
    padding-top: 0rem;
}

.jet-cp-list .wrap-content .cp-wrap.znspfx-list{
    padding-top: 0rem;
} 

.ai_on .ai-wrap.znspfx{
    padding-bottom: 0rem;
}

.jet-cp-list .wrap-content .cp-wrap.znspfx-list .cp-wrap-left{
    padding-right: 5rem;
    padding-left: 0rem;
}

.jet-cp-list .wrap-content .cp-wrap.znspfx-list:nth-child(2) .cp-wrap-left{
    padding-right: 0rem;
    padding-left: 5rem;
    padding-top: 5rem;
}

.gy-wrap .jet-cp-list .wrap-content .cp-wrap.znspfx-list:nth-child(2) .cp-wrap-left{
    padding-top: 2rem;
}

.gy-wrap .jet-cp-list .wrap-content .cp-wrap.znspfx-list:nth-child(4) .cp-wrap-left{
    padding-right: 0rem;
    padding-left: 5rem;
    padding-top: 5rem;
}


/*视频分析结束*/


.wrap-guige .general-container-text{
    width: 100%;
    max-width: 100%;
}


/*机器人开始*/

.jqr-wrap .ai-wrap{
    background-color: #fff;
}

.jqr-wrap .ai-wrap.znspfx{
    background-color: #f5f5f5;
}

.jqr-wrap .ai-wrap.znspfx .wrap-content{
    padding-top: 2rem;
}

.jqr-wrap .jet-cp-list .wrap-content .cp-wrap.znspfx-list:nth-child(2) .cp-wrap-left{
    padding-right: 0rem;
    padding-left: 5rem;
    padding-top: 4rem;
}

/*机器人结*/

/*边缘部署开始*/

.bybsgl-wrap .bybsgl-list{
    padding-bottom: 2rem;;
}

.bybsgl-wrap .ai-wrap{
    background-color: #f5f5f5;
}

.bybsgl-wrap .ai-wrap .bybsgl-list{
    padding-bottom: 0px;;
}

.bybsgl-wrap .ai-wrap .bybsgl-list p{
    margin-bottom: 0px;
}

/*边缘部署结束*/


/*边缘解决方案开始*/

.jet.Xavier.byjjfa-wrap .jet-wrap .wrap-list{
    padding-top: 2rem;
}

.jetson-wrap .jet-wrap.jet-list.byjjfa-content{
    padding: 4rem 0rem 2rem;
}

.Xavier.byjjfa-wrap .jet-ai .parameter-content{
    display: flex;
    justify-content: space-between;
}

.Xavier.byjjfa-wrap .jet-ai .parameter-content .content-list{
    width: 45%;
}

.Xavier.byjjfa-wrap .jet-ai .parameter-content.active .content-list{
    display: block;
}

.Xavier.byjjfa-wrap .jet-ai .parameter-content .wrap-content{
    display: none;
}

.Xavier.byjjfa-wrap .jet-ai .parameter-content.active .wrap-content{
    display: block;
}

.byjjfa-wrap .jet-ai.ai_on{
    background-color: whitesmoke;
}

.byjjfa-wrap .card .item-content{
    height: 200px;
}

.byjjfa-wrap .ai_on .ai-on-content .item-wrap{
        padding-bottom: 2rem;
}

/*边缘解决方案结束*/




/*解决方案结束*/



.basket-items {
	width: 276px;
	background-color: #000;
	position: absolute;
	padding: 28px 32px 15px 26px;
	right: -16px;
	top: 55px;
	color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.basket-items:before {
	position: absolute;
	top: 0px;
	right: 21px;
	border: 8px solid transparent;
	border-bottom: 7px solid #000;
	content: "";
	margin-top: -15px;
	z-index: 1;
}
.basket-items .items {
	position: relative;
	margin-bottom: 19px;
}
.basket-items .items .image {
	width: 45px;
	display: inline-block;
	position: absolute;
}
.basket-items .items .image img {
	border-radius: 3px;
}
.basket-items .items .name {
	display: inline-block;
	color: #fff;
	padding-left: 63px;
	width: 100%;
	top: -3px;
	line-height: 20px;
	position: relative;
}
.basket-items .items .number {
	display: inline-block;
	padding-left: 63px;
	position: relative;
	top: -5px;
}
.basket-items .items .spacing {
	height: 4px;
	background-color: #fff;
	opacity: 0.2;
	position: relative;
	top: 10px;
	display: inline-block;
	width: 100%;
}
.basket-items .items .remove-items {
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 15px;
	color: #fff;
	opacity: 0.3;
	cursor: pointer;
}
.basket-items a {
	border: 2px solid #212121;
	border-radius: 1px;
	color: #fff !important;
	font-size: 10px !important;
	line-height: 34px !important;
	letter-spacing: 1.2px;
	margin: 0 !important;
	border-radius: 3px;
}
.basket-items a.checkout {
	margin-right: 3px !important;
	padding: 11px 20px 9px 18px;
}
.basket-items a.viewcart {
	padding: 11px 17px 9px 19px;
	letter-spacing: 1.1px;
}
.top-right .cart .basket-items {
	right: auto;
	left: -33px;
	top: 24px;
}
.top-right .cart .basket-items:before {
	right: auto;
	left: 37px;
}
.top-right .cart .basket-items .items .spacing {
	top: 20px;
}
.top-right .cart .basket-items .items {
	margin-bottom: 31px;
}
#mainnav ul li {
	position: relative;
}

#mainnav ul li:nth-child(5) .sub-menu{
    min-width: 190%;
}

#mainnav > ul > li > a:after {
	width: 0;
	height: 2px;
	position: absolute;
	content: "";
	bottom: 20px;
	left: 0;
	background-color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(150%) translateY(0);
	-moz-transform: translateX(150%) translateY(0);
	-ms-transform: translateX(150%) translateY(0);
	transform: translateX(150%) translateY(0);
}
#mainnav > ul > li:hover a:after {
	width: 100%;
	transform: translateX(0%) translateY(0%);
	-webkit-transform: translateX(0%) translateY(0%);
	-moz-transform: translateX(0%) translateY(0%);
	-ms-transform: translateX(0%) translateY(0%);
}
.sub-menu > li a {
	position: relative;
	display: inline-block;
}
.sub-menu > li a:after {
	width: 100%;
	height: 2px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sub-menu > li:hover > a:after {
	opacity: 1;
}
#mainnav ul li ul {
	position: absolute;
	padding: 15px 0 7px 0;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	list-style: none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
}
#mainnav ul li ul li ul {
	left: 100%;
	top: 0px;
}
#mainnav li:hover > ul {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	margin-top: -1px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#mainnav .sub-menu {
	width: 220px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translate(0px, 10px);
	-moz-transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	-o-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
	border: 1px solid #eaeaec;
}
#mainnav .sub-menu li a {
	margin-bottom: 9px;
}

#mainnav li > .sub-menu > li{
	padding: 1px 20px;
}

#mainnav li:hover > .sub-menu > li {
	padding: 1px 20px;
}

#mainnav li:hover > .sub-menu > li > a {
	letter-spacing: 1px;
	color: #000;
}
#mainnav .sub-menu .sub-menu:before {
	left: -8px;
}
/* Mobile navigation
---------------------------------------- */
.btn-menu {
	font-size: 28px;
	font-family: "fontello";
	color: #000;
	float: right;
	text-align: center;
	width: 28px;
	height: 28px;
	margin-top: 41px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.btn-menu:before {
	content: "\e815";
}
.btn-menu {
	display: none
}
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #07232E;
	z-index: 1000;
	left: 0;
}
#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer
}
#mainnav-mobi ul li:before {
	border: 0;
}
#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #fff;
}
#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #00051C;
}
#mainnav-mobi > ul > li > ul > li, #mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid rgba(236, 236, 236, 0.21)
}
#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 70px !important
}
#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}
#mainnav-mobi ul.sub-menu > li > a:hover, #mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}
.btn-submenu:before {
	content: "\e877";
	color: #fff;
	font-family: "fontello";
	font-size: 20px;
	position: absolute;
	right: 40px;
	top: 15px;
}
.btn-submenu.active:before {
	content: "\e87a";
}
/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}
.parallax-bg1 {
	background-image: url(../images/parallax-bg1.jpg);
}
/* Page Title
-------------------------------------------------------------- */
.roll-row.page-title {
	padding: 0;
}
.roll-row.page-title .main-title {
	position: relative;
	background-image: url(../images/bg1.jpg);
	position: relative;
	min-height: 393px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.roll-row.page-about {
	margin-top: -1px;
}
.roll-row.page-about .main-title {
	background-image: url(../images/bg.jpg);
	min-height: 134px;
}
.roll-row.page-about .main-title {
	background-image: url(../images/bg.jpg);
	min-height: 134px;
}
.roll-row.page-services .main-title {
	background-image: url(../images/bg.jpg);
	min-height: 203px;
}
.roll-row.roll-help {
	background-image: url(../images/bg.jpg);
	min-height: 583px;
	position: relative;
}
.roll-row.page-services-alt .main-title {
	background-image: url(../images/bg1.jpg);
	min-height: 207px;
	position: relative;
}
.roll-row.page-about-alt .main-title {
	min-height: 240px;
}
.roll-row.page-title .main-title .page-overlay {
	position: absolute;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
}
.roll-row.page-title.page-faq .main-title {
	min-height: 318px;
}
.roll-row.page-title .main-title {
	width: 100%;
}
.roll-row.page-title .main-title h2.title {
	position: relative;
	margin-top: 89px;
	color: #fff;
	margin-bottom: 37px;
	z-index: 10;
}
.roll-row.page-about .main-title h2.title {
	color: #222;
	margin: 0;
	margin-top: 42px;
}
.roll-row.page-services .main-title h2.title {
	color: #222;
	margin: 0;
	margin-top: 86px;
}
.roll-row.page-services-alt .main-title h2.title {
	color: #fff;
	margin: 0;
	margin-top: 81px;
}
.roll-row.page-about-alt .main-title h1.title {
	font-size: 48px;
	line-height: 46px;
	font-weight: 300;
	z-index: 1;
	position: relative;
	color: #fff;
	margin-top: 101px;
}
.roll-row.page-title.page-faq .main-title h2.title {
	letter-spacing: 0.2px;
	font-size: 48px;
	margin-top: 76px;
	margin-bottom: 42px;
	font-weight: 200;
}
.roll-row.page-title .main-title p.content {
	width: 415px;
	float: left;
	margin-right: 47px;
	position: relative;
	color: #fff;
	z-index: 1;
}
.roll-row.page-title .page-nav {
	border-bottom: 1px solid #e6e6e6;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
}
.roll-row.page-title .page-nav .nav-left {
	float: left;
}
.roll-row.page-title .page-nav .nav-right {
	float: right;
}
.roll-row.page-title .page-nav .nav-right a {
	color: #a3a3a3;
	letter-spacing: 1px;
}
.roll-row.page-title .page-nav a.nav-prev {
	color: #737373;
	margin-right: 13px;
	letter-spacing: 1px;
	margin-left: 1px;
}
.roll-row.page-title .page-nav a.nav-split {
	margin-right: 9px;
	letter-spacing: 1px;
}
.roll-row.page-title .page-nav a.nav-myaccount {
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
}
.roll-row.page-title .page-nav a {
	margin-right: 26px;
	letter-spacing: 1.2px;
	padding: 18px 0 16px 0;
	display: inline-block;
}
.roll-row.page-title .page-nav .nav-right a {
	margin-right: 0;
	margin-left: 26px;
}
.blog-post.shop .blog-sort {
	display: inline-block;
	margin-right: -3px;
}
.blog-post.shop .blog-filter {
	display: inline-block;
	margin-right: -3px;
	margin-left: 61px;
}
.blog-post.shop .blog-filter ul .drop-wrap.size, .blog-post.shop .blog-filter ul .drop-wrap.size + .dropdown {
	width: 119px;
}
.blog-post.shop .blog-filter ul {
	margin-right: 23px;
}
.blog-post.shop .shop-toppaging {
	display: inline-block;
	margin-right: -3px;
	float: right;
}
.blog-post.shop .shop-toppaging button {
	position: relative;
	height: 50px;
	width: 50px;
	background-color: transparent;
	border: 2px solid #dedede;
	border-radius: 3px;
	float: left;
}
.blog-post.shop .shop-toppaging button.shop-topprev {
	margin-right: 9px;
}
.blog-post.shop .shop-toppaging button.shop-topnext {
	margin-left: 11px;
}
.blog-post.shop .shop-toppaging button.shop-topprev:before {
	position: absolute;
	top: 13px;
	left: 20px;
	font-family: "fontello";
	font-size: 20px;
	content: "\e878";
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post.shop .shop-toppaging button.shop-topnext:before {
	position: absolute;
	top: 13px;
	right: 20px;
	font-family: "fontello";
	font-size: 20px;
	content: "\e879";
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post.shop .shop-toppaging button.shop-topprev:hover:before {
	left: 15px;
}
.blog-post.shop .shop-toppaging button.shop-topnext:hover:before {
	right: 15px;
}
.blog-post.shop .shop-toppaging ul {
	float: left;
	opacity: 0.6;
	margin-top: 7px;
}
.blog-post.shop .shop-toppaging ul li {
	width: auto;
	margin: 0 8px 0 4px;
}
/* Main Page */
.roll-row.main-page {
	padding: 66px 0 90px 0;
}
.footer .footer-top {
	padding: 70px 0;
	color: #fff;
	background-color: #0f8cee;
}
.footer h5.title {
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
.footer p {
	margin-top: 2px;
	color: #fff;
	padding-top: 22px;
}
.footer-bottom {
	color: #000;
	font-size: 11px;
	line-height: 24px;
}
.footer-bottom .copyright, .footer-bottom .link, .footer-bottom .link a, .footer-bottom .social, .footer-bottom .social a {
	display: inline-block;
}
.footer-bottom .copyright {
	margin-right: 26px;
}

.footer-bottom .copyright .sitemap{
    padding: 0px 20px;
}

.footer-bottom .link a {
	margin-left: 26px;
	padding-top: 14px;
	padding-bottom: 8px;
}
.footer-bottom .social {
	float: right;
}
.footer-bottom .social a i:before {
	font-size: 19px;
}
.footer-bottom .social a {
	margin-left: 14px;
	padding: 9px 0 15px 0;
}
.footer-bottom .social a:first-child, .footer-bottom .link a:first-child {
	margin-left: 0;
}
/* Go Top Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: 12px;
	bottom: -45px;
	background-color: #161625;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.go-top:hover {
	color: #fff;
}
.go-top.show {
	bottom : 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}
.notification_error {
	color: #ff0000;
}
.head-slide.contact .note {
	text-align: left;
	margin-bottom: 15px;
}
.head-slide.contact .notification_error {
	color: #1DD329;
}
.head-slide.contact .notification_ok {
	color: #00f5ff;
}
.go-top.show i:before {
	position: absolute;
	top: 5px;
	left: 2px;
}
/* Switcher
-------------------------------------------------------------- */
.switcher-container {
	width: 260px;
	position: fixed;
	right: -260px;
	top: 260px;
	z-index: 9999;
	background-color: #1dd329;
	z-index: 99999999;
}
.switcher-container h2 {
	color: #fff;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	margin: 0;
}
.switcher-container h2 a {
	background-color: #120813;
	display: block;
	position: absolute;
	left: -45px;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	outline: 0;
}
.switcher-container h2 a:hover {
	color: #fff;
}
.switcher-container h2 a:hover, .switcher-container h2 a:focus {
	text-decoration: none;
}
.switcher-container h2 i {
	line-height: 45px;
	font-size: 20px;
}
.switcher-container h3 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 22px;
	margin-bottom: 15px;
}
.switcher-container .selector-box {
	background: #120813;
	color: #fff;
	overflow: hidden;
	padding: 10px 20px 20px;
}
.switcher-container .layout-switcher {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.switcher-container .layout-switcher a.layout {
	float: left;
	display: block;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	padding: 10px 20px;
	margin-left: 10px;
}
.switcher-container .layout-switcher a.layout:first-child {
	margin-left: 0;
}
.switcher-container .layout-switcher a.layout:hover {
	color: #fff;
	cursor: pointer;
}
.switcher-container .color-box {
	height: auto;
	overflow: hidden;
	margin-bottom: 6px;
}
.switcher-container .styleswitch {
	width: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	margin: 0 8px 0 0;
	float: left;
}
.switcher-container .styleswitch {
	margin-bottom: 10px;
}
.switcher-container .styleswitch#color1 {
	background-color: #1dd329;
}
.switcher-container .styleswitch#color2 {
	background-color: #18ded7;
}
.switcher-container .styleswitch#color3 {
	background-color: #1f9353;
}
.switcher-container .styleswitch#color4 {
	background-color: #df8316;
}
.switcher-container .styleswitch#color5 {
	background-color: #d11267;
}
.switcher-container .styleswitch#color6 {
	background-color: #d11212;
}
.ui-element {
	margin-bottom: 50px;
}
.ui-element {
	font-weight: 500;
}
.ui-element p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
	color: #b7b7b7;
}
.box-view {
	background-image: url('../images/pattern.png');
}
.box {
	width: 1230px;
	margin: 0 auto;
	background-color: #fff;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
.parallax {
	background-size: cover;
}
}

@media only screen and (max-width:1400px){
    #mainnav > ul > li{
        margin: 0 16px;
    }
}

 @media only screen and (max-width: 1366px) {
.head-slider.default {
	height: 650px;
}
.head-slider.default .content {
	margin-top: 180px;
}
.flexslider .flex-direction-nav a {
	bottom: -135px;
}
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
.roll-container {
	width: 970px;
}
.purchase-box .detail {
	text-align: center;
}
.purchase-box a.read-more {
	float: none;
}
article.post .meta-post span.date {
	margin-right: 25px;
}
article.post .meta-post span.like {
	margin-left: 0;
}
.home-lsleft {
	padding-right: 5%;
}
.head-slider.slide-2 h2.title {
	padding: 15px 20px 15px 37px;
	font-size: 30px;
}
.head-slider.slide-2 {
	min-height: 360px;
}
.main-404 h1.info {
	padding-left: 0;
	font-size: 35px;
	line-height: 29px;
	top: -7px;
	position: relative;
	text-align: left;
	width: 100%;
}
.main-404 span {
	font-size: 110px;
}
.roll-row.purchase {
	text-align: center;
	padding-bottom: 30px;
}
.roll-row.purchase h3 {
	padding-bottom: 17px;
}
.main-404 h1.number {
	padding-left: 0;
}
.shop-items .items .item-detail {
	top: 160px;
}
.widget-newsletter .input {
	width: 100%;
}
.widget-newsletter .subscribe-content {
	display: inline-block;
	width: 100%;
}
.head-mask .flexslider .flex-direction-nav .flex-next {
	right: 0;
}
.head-mask .flexslider .flex-direction-nav .flex-prev {
	left: -85px;
}
.roll-aboutus .main-box span.content {
	margin-bottom: 10px;
}
.box {
	width: 970px;
}
.page-myaccount .person-order table tr .tbl-col-1 {
	width: 100px;
}
.page-myaccount .person-order table tr .tbl-col-2 {
	width: 150px;
}
.page-myaccount .person-order table tr .tbl-col-3 {
	width: 120px;
}
.page-myaccount .person-order table tr .tbl-col-4 {
	width: 210px;
}
.page-myaccount .person-order table tr .tbl-col-5 {
	width: 220px;
}
.roll-feature .feature-left .image ul li {
	width: 134px;
	float: left;
	display: block;
}
.roll-feature .feature-right h4.title,  .roll-feature .feature-left h4.title {
	margin-top: -25px
}
.portfolio .items h5.title {
	top: 29px;
}
.portfolio .items h6.sub-title {
	top: 52px;
}
.portfolio .items span {
	top: 92px;
}
.portfolio .items a.resize-full {
	top: 160px;
}
.portfolio .items a.read-more {
	top: 161px;
}
.portfolio.two-col .items h5.title {
	top: 100px;
}
.portfolio.two-col .items h6.sub-title {
	top: 121px;
}
.portfolio.two-col .items span {
	top: 160px;
}
.portfolio.two-col .items a.resize-full {
	top: 220px;
}
.portfolio.two-col .items a.read-more {
	top: 221px;
}
.portfolio.third-text .items a.resize-full {
	left: 15px;
	top: 90px;
}
.portfolio.third-text .items a.read-more {
	left: 75px;
	top: 90px;
}
.portfolio.third-text h5.title {
	margin-top: 0;
}
.portfolio.third-text .items h5.title,  .portfolio.third-text .items h6.sub-title {
	top: 0;
}
.portfolio.full .items h5.title {
	padding-left: 10px;
}
.portfolio.full h6.sub-title {
	padding-left: 10px;
}
.portfolio.full .items span {
	padding: 0 10px;
}
.portfolio.full .items a.resize-full {
	left: 10px;
}
.portfolio.full .items a.read-more {
	left: 65px;
}
.head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-prev {
	left: 0;
}
.head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-next {
	right: 0;
}
.head-slider.slide-landing-right .content {
	margin-right: 70px;
}
.product-details .item-name h2.name {
	margin-bottom: 15px;
}
.image-small .picture {
	width: 30.7249%;
}
.blog-post.shop .blog-filter {
	margin-left: 20px;
}
.blog-post.shop .blog-filter ul {
	margin-right: 10px;
}
.roll-feature .feature-right {
	width: 48%;
}
#mainnav > ul > li > a,  .header.small #mainnav > ul > li > a {
	padding: 21px 9px;
}
.single-page #mainnav > ul > li > a {
	padding: 21px 2px !important;
}
.single-page #mainnav > ul > li {
	margin: 0 5px;
}
.head-slider.default {
	height: 505px;
}
.head-slider.default .content {
	margin-top: 100px;
}
.flexslider .flex-direction-nav a {
	bottom: -100px;
}
#mainnav > ul > li {
	margin: 0;
}
.header.left #mainnav > ul > li {
	margin: 0 8px;
}
.head-slider .content p.sub-title {
	font-size: 19px;
}
.head-slider.slide-2 .content .head-subtitle {
	top: 32%;
	right: 100px;
}
.head-slider.slide-2 .content .head-title {
	right: 100px;
}
.head-slider.slide-2 .flexslider .flex-direction-nav .flex-next {
	right: 0;
}
.head-slider.slide-2 .flexslider .flex-direction-nav .flex-prev {
	left: 0;
}
.header.small #mainnav > ul > li {
	margin: 0;
}
.header.small .logo {
	padding-top: 26px;
}
h4.proc-title {
	padding-left: 15px;
}
.shop-items,  .roll-row.purchase-box {
	padding-left: 15px;
	padding-right: 15px;
}
.roll-iconbox {
	width: 98%;
	margin-left: 1%;
}
.head-slider.slide-mask {
	min-height: 450px;
}
.head-slider.slide-mask .content {
	margin-top: 100px;
}
.head-slider.slide-landing-left .content {
	width: 100%;
}
.head-slider.slide-landing-left {
	height: 470px;
}
.head-slider.slide-landing-left .content h2.title {
	font-size: 40px;
	line-height: 50px;
	top: -30px;
}
}

/* Smaller than standard 980 */
@media only screen and (max-width: 979px) {
.roll-container {
	width: 754px;
}
.btn-menu {
	display: block;
	margin-top: 29px;
	position: relative;
	z-index: 9991;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header.small .btn-menu {
	margin-top: 13px;
}
.header.small .logo {
	padding-top: 10px;
}
.btn-menu.close-menu {
	margin-top: 0;
	right: 0;
	position: absolute;
	top: 0;
	color: #fff;
}
.btn-menu.close-menu:before {
	content: "\e817";
}
.logo {
	display: inline-block;
	padding: 29px 0 52px 0;
}
.home-lsright .span4 {
	width: 100%;
}
.head-slider.slide-2 {
	min-height: 295px;
}
.head-slider.slide-2 .content .head-title {
	right: 0;
}
.head-slider.slide-2 .content h2.title {
	font-size: 35px;
	line-height: 45px;
	text-align: right;
	padding-top: 0;
	top: 5px;
}
.head-slider.slide-2 .content p.sub-title {
	top: 0;
}
.head-slider.slide-2 .content .head-subtitle {
	top: 55%;
	right: 0;
}
.head-slider.slide-2 h2.title {
	font-size: 25px;
	padding: 10px 20px 10px 37px;
}
.roll-top ul.top-right {
	margin-right: 5px;
}
.main-404 h1.number {
	margin-top: 150px;
	font-size: 180px;
}
.main-404 span {
	font-size: 90px;
}
.roll-top ul li.phone {
	width: 75px;
}
.content-procleft {
	width: 40%;
}
.content-procright {
	width: 55%;
}
.shop-items .items .item-detail {
	top: 140px;
}
.head-slider.slide-product .flexslider .flex-direction-nav .flex-prev {
	left: -50px;
	display: none;
}
.head-slider.slide-product .flexslider .flex-direction-nav .flex-next {
	right: -50px;
	display: none;
}
.head-slider.slide-product .content {
	width: auto;
}
.head-slider.slide-product .flex-prev,  .head-slider.slide-product .flex-next {
	opacity: 0;
}
.services-home .items {
	padding-right: 0;
}
.header.center .logo {
	float: left;
	padding-top: 10px;
}
.header.center .btn-menu {
	margin-top: 12px;
}
.header.center .spacing {
	display: none;
}
.header.left .logo {
	float: left;
}
.header.left .spacing {
	display: none;
}
.header.left .btn-menu,  .header.right .btn-menu {
	margin-top: 35px;
}
.header.left .btn-menu.close-menu,  .header.right .btn-menu.close-menu {
	margin-top: 0;
}
.header.right .logo {
	float: left;
}
.header.right .spacing {
	display: none;
}
.head-mask .btn-menu {
	color: #fff;
}
.roll-aboutus .roll-iconbox .main-box {
	padding: 10px;
}
.roll-aboutus .main-box .icon .line {
	margin-top: 15px;
	margin-bottom: 5px;
}
.roll-aboutus .main-box h5.title {
	margin-bottom: 5px;
}
.roll-aboutus .main-box .icon {
	width: 45px;
	height: 45px;
}
.roll-aboutus .main-box span.content {
	font-size: 13px;
}
.roll-testimonial ul li img {
	left: 0;
}
.roll-row.roll-client .logos li img {
	height: auto;
}
.box {
	width: 754px;
}
.page-title-account {
	text-align: center;
}
.page-title-account .person-nav {
	float: none;
	display: inline-block;
	margin-top: 30px;
}
.page-title-account .person-info {
	display: inline-block;
	float: none;
}
.page-myaccount .person-order tr.process td a.read-more.dark {
	padding: 0 5px;
}
.page-myaccount .person-order {
	overflow-x: scroll;
}
.person-address .address {
	margin-right: 30px !important;
}
.page-title-account .person-nav ul li a {
	padding: 11px;
}
.blog-title {
	margin-bottom: 15px;
}
.roll-row.page-title .main-title p.content {
	width: 43%;
}
.page-checkout .checkout-left {
	padding-right: 3%;
}
.page-checkout .checkout-right {
	padding-left: 3%;
}
.roll-feature .feature-left .image ul li {
	width: 99px;
}
.roll-feature .feature-right h4.title,  .roll-feature .feature-left h4.title {
	margin-top: -25px
}
.roll-testimonial ul li {
	padding-left: 0;
	position: relative;
}
.portfolio .items h5.title {
	top: 9px;
	padding-left: 10px;
}
.portfolio .items h6.sub-title {
	top: 32px;
	padding-left: 10px;
}
.portfolio .items span {
	top: 62px;
	padding: 0 10px;
}
.portfolio .items a.resize-full {
	top: 130px;
	left: 10px;
	width: 30px;
	height: 30px;
}
.portfolio .items a.read-more {
	top: 131px;
	left: 43px;
	padding: 0 50px 0 20px;
	line-height: 26px;
	font-size: 9px;
}
.portfolio .items .read-more:after {
	font-size: 15px;
	top: 0;
}
.portfolio .items a.resize-full:before {
	top: 5px;
	left: 4px;
	font-size: 15px;
}
.portfolio.two-col .items h5.title {
	top: 60px;
}
.portfolio.two-col .items h6.sub-title {
	top: 81px;
}
.portfolio.two-col .items span {
	top: 120px;
}
.portfolio.two-col .items a.resize-full {
	top: 180px;
}
.portfolio.two-col .items a.read-more {
	top: 181px;
}
.portfolio.third-text .items a.read-more {
	left: 52px;
}
.portfolio.details.small-image .detail-left {
	width: 60%;
}
.portfolio.details.small-image .detail-right {
	width: 40%;
}
.product-details .detail-item .item-name {
	margin-right: 0;
	width: 30%;
}
.product-details .introduce {
	padding-left: 10px;
	width: 27.27468%;
}
.image-small .picture {
	width: 30%;
}
.blog-post.shop .blog-sort {
	margin-right: 50px;
	margin-bottom: 10px;
}
.blog-post.shop .blog-filter {
	margin-left: 0;
}
.single-page .btn-menu {
	color: #fff;
}
.roll-feature .feature-left {
	width: 30%;
}
.roll-feature.light .feature-left img {
	padding-left: 0;
}
.roll-feature .feature-right {
	width: 60%;
}
.roll-aboutus.landing.light .about-right {
	padding: 0;
}
.widget-popular-post-img ul li a {
	font-size: 11px;
}
.widget-popular-post-img ul li img {
	width: 50px;
}
.widget-popular-post-img p.content {
	padding-left: 55px;
	padding-right: 0;
	font-size: 10px;
}
.widget-calendar .ui-datepicker .ui-datepicker-title {
	padding: 0 5px;
}
.single-page .logo {
	padding-top: 12px !important;
}
.single-page .btn-menu {
	margin-top: 15px;
}
.roll-testiquote .items:after {
	bottom: -13px;
	right: -30px;
}
.roll-testiquote .items:before {
	left: -35px;
}
.head-slider.slide-2 .content {
	height: 304px !important;
	margin-top: 15px;
}
.head-slider.default {
	height: 400px;
}
.head-slider.default .content {
	margin-top: 90px;
}
.flexslider .flex-direction-nav a {
	opacity: 0;
}
.head-slider .content h2.title {
	font-size: 55px;
	line-height: 65px;
	top: 10px;
}
.head-slider .content p.sub-title {
	font-size: 17px;
	top: 90px;
}
.head-slider.video-bg {
	height: 350px !important;
}
.head-slider.video-bg .content {
	margin-top: 50px;
}
.head-slider.slide-mask {
	min-height: 350px;
}
.head-slider.slide-mask .content {
	margin-top: 50px;
}
.head-slider.slide-landing-right .content {
	width: 100%;
}
.head-slider.slide-landing-right h2.title {
	font-size: 35px !important;
	line-height: 40px !important;
	margin-top: -20px;
}
.head-slider.slide-landing-right {
	height: 400px;
}
.head-slider.slide-landing-right .content {
	margin-top: 80px;
}
.head-slider.single {
	min-height: 0;
	height: 630px;
}
.head-slider.single .content h2.title {
	font-size: 47px;
	line-height: 57px;
}
.head-slider.single .content {
	margin-top: 200px;
}
.head-slider.slide-landing-left {
	height: 450px;
}
.head-slider.slide-landing-left .content {
	margin-top: 120px;
}
}

@media only screen and (max-width: 768px) {
    .btn-submenu:before{
        top: 4px;
    }
    .jetson-wrap .jet-wrap.jet-list .xavier_nx{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.parallax {
	background-size: cover;
	background-attachment: scroll;
	background-position: top center!important;
}


}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
.header .span2,  .header .span10 {
	width: auto;
	float: left;
}
.header .span10 {
	float: right;
}
.footer-bottom .social {
	margin-right: 13px;
}
.widget-newsletter .input {
	width: 95%;
}
.home-lsleft {
	padding-right: 0;
}
.head-slider.slide-2 .content .head-title {
	right: 0;
}
.head-slider.slide-2 h2.title {
	font-size: 20px;
	padding: 8px 20px 8px 35px;
}
.head-slider.slide-2 p.sub-title {
	padding: 8px 25px 10px 55px;
}
.head-slider.slide-2 .content .head-subtitle {
	right: 0;
}
.head-slider.slide-2 .flexslider .flex-direction-nav a {
	opacity: 0;
}
.head-slider.slide-2 {
	min-height: 275px;
}
.shop-items .items:nth-child(2n+1) {
	margin-left: 0;
}
.shop-items .items {
	width: 48.7212%;
}
.shop-items .widget h5.title {
	margin-top: -26px;
}
.shop-items .items .item-detail {
	top: 270px;
}
.roll-iconbox {
	margin-bottom: 10px;
}
.services-home .items {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.roll-withoutbox,  .progress-line,  .comment-respond.home-getin,  footer .widget,  .footer-bottom {
	padding-left: 15px;
	padding-right: 15px;
}
.services-home .items:nth-child(2) {
	margin: 0;
}
.head-slider.video-bg .flex-next,  .head-slider.video-bg .flex-prev {
	opacity: 0;
}
.head-mask .head-slider .content h2.title {
	font-size: 23px;
	line-height: 40px;
}
.roll-aboutus .span4 {
	width: 33%;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.roll-ourteam .team span.social {
	float: left;
	margin-top: 5px;
	margin-bottom: 7px;
}
.roll-row.roll-stats {
	padding-bottom: 50px !important;
}
.roll-testimonial ul li img {
	width: 40px;
}
.aboutus .about-left {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.aboutus .about-right {
	width: 100%;
}
.box {
	width: 100%;
}
.roll-row.page-title .main-title p.content {
	width: 100%;
}
.person-address .address {
	margin-right: 5px !important;
}
.blog-post {
	padding-right: 0;
}
.blog-details .blog-paging li a.prev-submit {
	margin-right: 5px;
}
.blog-details .blog-paging li a.next-submit {
	margin-left: 5px;
}
.blog-nav {
	float: left;
	margin-top: 15px;
}
.blog-nav button.blog-prev {
	margin-left: 0;
}
.person-order-items table tr td.order-empty {
	width: 0;
}
.person-order-items .per-order-items {
	overflow-x: scroll;
}
.page-checkout .checkout-left {
	width: 100%;
	padding-right: 0;
}
.page-checkout .checkout-right {
	width: 100%;
	padding-left: 0;
}
.roll-feature .feature-left div {
	padding-left: 0;
}
.roll-feature .feature-left .image ul li {
	width: 110px;
}
.roll-feature .feature-right {
	width: 48%;
}
.head-slider.slide-landing .comment-form {
	width: 100%;
	margin-left: 0;
	display: block;
}
.head-slider.slide-landing .comment-form .input-wrap input {
	width: 100%;
}
.head-slider.slide-landing .comment-form .input-wrap {
	width: 49%;
}
.head-slider.slide-landing .content {
	min-height: 250px;
}
.portfolio .blog-container .span4 {
	width: 33%;
	margin-right: 2px;
}
.portfolio .items {
	margin-top: 15px;
}
.portfolio .blog-container .span6 {
	width: 49%;
	margin-right: 5px;
}
.blog-container .items-4 {
	width: 33.33%;
}
.head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-prev {
	opacity: 0;
}
.head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-next {
	opacity: 0;
}
.roll-member span.social {
	margin-right: 5px;
}
.product-details .detail-item .item-image,  .product-details .detail-item .item-name {
	width: 48.7215%;
}
.product-details .introduce {
	width: 100%;
	margin-top: 15px;
}
.proc-detail-center {
	width: 65%;
	margin: 0;
}
.proc-detail-right {
	width: 100%;
	margin-top: 17px;
}
.proc-detail-col2 {
	width: 100%;
}
.proc-youlike .proc-detail-right {
	width: 39%;
}
.proc-detail-right .drop-wrap {
	width: 98%;
}
.proc-youlike {
	margin-top: 30px;
}
.blog-post.shop .blog-sort {
	margin-right: 100px;
	margin-bottom: 10px;
}
.blog-post.shop .blog-filter {
	margin-left: 0;
}
.blog-post.shop .shop-toppaging {
	margin-right: 0;
}
.roll-keyservices .key-details {
	position: relative;
}
.roll-teamskill .skill-bar {
	width: 100%;
}
.serclient.control-nav .owl-nav i.icon-right-open {
	display: none;
}
.tabs.left {
	margin-top: 5px;
}
.roll-lists .list-icons li {
	width: 100%;
}
.roll-pricing-trans {
	margin-bottom: 15px;
}
.roll-lightbox .items {
	width: 31.5%;
	margin-bottom: 15px;
}
.page-sidenavigation .page-right {
	padding-left: 3%;
}
.roll-feature.light .feature-right {
	width: 60%;
}
.team-mobile .team span.social {
	margin-top: 25px;
	float: right;
	margin-right: 5px;
}
.widget-comment ul li {
	width: 100%;
}
.widget-popular-post-img ul li a {
	font-size: 14px;
}
.widget-popular-post-img ul li img {
	width: 70px;
}
.widget-popular-post-img p.content {
	padding-left: 85px;
	font-size: 13px;
}
.widget-popular-post-img ul li {
	min-height: 95px;
}
.widget-feature img {
	width: 100%;
}
.slide-mask .flex-prev,  .slide-mask .flex-next {
	display: none !important;
}
.head-slider.single .flexslider .flex-direction-nav .flex-next,  .head-slider.single .flexslider .flex-direction-nav .flex-prev {
	display: none;
}
.roll-testiquote .items:before {
	left: -25px;
}
.head-slider .content h2.title {
	font-size: 30px;
	line-height: 40px;
	top: 10px;
}
.head-slider .content p.sub-title {
	font-size: 14px;
	top: 60px;
	line-height: 25px;
}
.head-slider .content .read-more {
	top: 130px;
}
.head-slider.default {
	height: 250px;
}
.head-slider.default .content {
	margin-top: 30px;
}
.flexslider .flex-direction-nav a {
	display: none;
}
.head-slider.video-bg {
	height: 280px !important;
}
.head-slider.slide-landing-right {
	height: 360px;
}
.head-slider.slide-landing-right .content {
	margin-left: 15px;
}
.head-slider.single .content h2.title {
	font-size: 42px;
	line-height: 57px;
}
.head-slider.single .content {
	margin-top: 140px;
}
.head-slider.single .content p.sub-title {
	top: 70px;
}
.head-slider.single {
	height: 470px;
}
.head-slider.slide-landing h1.title {
	font-size: 50px;
}
.head-slider.slide-landing {
	height: 450px;
}
.head-slider.slide-landing .content {
	margin-top: 90px;
}
.head-slider.single .content {
	margin-top: 200px;
}
.head-slider.slide-landing-left {
	height: 370px;
}
.head-slider.slide-landing-left .content {
	margin-top: 100px;
}
.head-slider.slide-landing-left p {
	top: 60px;
}
.head-slider.slide-landing-left .content h2.title {
	font-size: 30px;
	line-height: 40px;
}
.head-slider.slide-landing-left a.read-more {
	top: 130px;
}
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
.roll-top ul {
	width: 100%;
	text-align: center;
}
.flexslider .flex-direction-nav a {
	opacity: 0;
}
.services-home .items {
	width: 100%;
}
.purchase-box a.read-more {
	margin-right: 0;
	padding-left: 25px;
	padding-right: 60px;
}
.footer-bottom .link {
	text-align: center;
}
.footer-bottom .social {
	float: none;
	display: inline-block;
}
.footer-bottom {
	text-align: center;
}
.services-home .items {
	padding: 0;
}
.services-home .items:nth-child(2) {
	margin: 0;
}
.widget-recent-post ul li {
	width: 100%;
}
.footer-bottom .copyright {
	margin: 0;
}
.home-lsleft,  .home-lsright {
	width: 100%;
}
.home-lsleft {
	margin-bottom: 15px;
}
article.post .meta-post span.date {
	margin-right: 45px;
}
.head-slider.slide-2 p.sub-title {
	padding: 2px;
}
.head-slider.slide-2 h2.title {
	font-size: 13px !important;
	line-height: 17px !important;
	padding: 5px;
	padding-bottom: 10px;
}
.head-slider.slide-2 .content .head-title {
	top: 0;
}
.head-slider.slide-2 .content .head-subtitle {
	top: 45px;
}
.head-slider.slide-2 {
	min-height: 0;
}


.shop-items .items {
	width: 100%;
	margin: 0;
}
.shop-items .items .item-detail {
	top: 220px;
}
.content-procleft {
	width: 40%;
	padding-top: 45px;
}
.content-procright {
	width: 60%;
	padding: 0;
	display: inline-block;
	float: none;
}
.content-procright h2.name {
	font-size: 15px;
	margin-right: 5px;
}
.content-procright span.price-dist {
	font-size: 16px;
}
.content-procright p {
	font-size: 8px;
	margin-bottom: 10px;
}
.details-list li {
	font-size: 7px;
}
.head-slider.slide-product .content {
	width: auto;
	margin-top: 40px;
}
.content-procright a.head-addcart {
	padding: 0 32px 0 8px;
	margin-bottom: 2px;
	font-size: 8px;
}
.content-procright a.head-addcart:before {
	font-size: 8px;
	top: 0;
	right: 10px;
}
.head-addcart:hover:before {
	right: 15px !important;
}
.content-procright a.head-goproc {
	padding: 1px 5px;
	font-size: 8px;
}
.head-mask .head-slider .content h2.title {
	font-size: 15px;
	line-height: 20px;
}
.roll-row.page-title .page-nav .nav-right {
	float: left;
}
.roll-row.page-title .page-nav .nav-right a:first-child {
	margin-left: 0;
}
.main-404 {
	text-align: center;
}
.main-404 h1.number {
	margin-top: 10px;
	font-size: 150px;
}
.main-404 span {
	bottom: 27px;
}
.main-404 h1.info {
	line-height: 35px;
}
.main-404 .event .search {
	top: 15px;
}
.main-404 .event a.read-more {
	margin-right: 0;
}
.roll-row.purchase h3 {
	padding-left: 0;
}
.roll-row.purchase a.read-more {
	margin-left: 0;
}
.roll-aboutus .span4 {
	width: 100%;
	float: left;
	margin-right: 0;
}
.roll-aboutus .main-box .icon {
	width: 65px;
	height: 65px;
}
.roll-aboutus .roll-iconbox .main-box {
	padding: 15.5% 32px 67px 32px;
}
.roll-ourteam .team {
	width: 100%;
	margin-left: 0;
}
.roll-ourteam .team span.social {
	float: right;
	margin-right: 5px;
	margin-top: 25px;
}
.person-address .address {
	margin-right: 0 !important;
}
.person-order-items .shop-continue {
	padding: 5px;
}
.person-order-items .shop-order {
	padding: 5px 25px 5px 10px;
}
.person-order-items .shop-order:after {
	right: 5px;
	top: 5px;
}
.head-slider.slide-landing h1.title {
	font-size: 49px;
	line-height: 45px;
}
.head-slider.slide-landing .content {
	min-height: 300px;
}
.roll-feature .feature-left {
	width: 100%;
}
.roll-feature .feature-right {
	width: 100%;
}
.roll-feature .feature-left .image ul li {
	width: 85px;
}
.roll-aboutus.landing .about-left,  .roll-aboutus.landing .about-right {
	width: 100%;
	text-align: left;
}
.roll-feature .feature-right,  .roll-feature .feature-left {
	margin-bottom: 15px;
	text-align: left;
}
.roll-feature .feature-right h4.title,  .roll-feature .feature-left h4.title {
	text-align: center;
}
.roll-testimonial ul li {
	width: 100%;
}
.head-slider.slide-landing-left .content {
	margin-left: 0;
	width: 100%;
	margin-top: 150px;
}
.head-slider.slide-landing-left h2.title {
	font-size: 27px;
}
.head-slider.slide-landing-left a.read-more {
	top: 180px;
}
.project-items .item {
	width: 100%;
	margin-left: 0;
}
.portfolio .blog-container .span4 {
	width: 100%;
	margin: 0;
}
.portfolio .items h5.title {
	top: 39px;
}
.portfolio .items h6.sub-title {
	top: 62px;
}
.portfolio .items span {
	top: 102px;
}
.portfolio .items a.resize-full {
	top: 161px;
	width: 50px;
	height: 50px;
}
.portfolio .items a.read-more {
	top: 162px;
	left: 62px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 26px;
	padding-right: 63px;
	font-size: 12px;
	line-height: 34px;
}
.portfolio .items a.resize-full:before {
	font-size: 20px;
	top: 13px;
	left: 9px;
}
.portfolio .blog-container .span6 {
	width: 100%;
	margin-right: 0;
}
.portfolio.two-col .items h5.title {
	top: 10px;
}
.portfolio.two-col .items h6.sub-title {
	top: 30px;
}
.portfolio.two-col .items span {
	top: 70px;
}
.portfolio.two-col .items a.resize-full {
	top: 125px;
}
.portfolio.two-col .items a.read-more {
	top: 126px;
}
.portfolio.third-text .items a.read-more {
	left: 82px;
}
.blog-container .items-4 {
	width: 100%;
}
.portfolio.details .blog-nav button {
	width: 40px;
	height: 40px;
}
.blog-nav button.blog-prev:before {
	top: 7px;
	left: 15px;
}
.blog-nav button.blog-next:before {
	top: 7px;
	right: 15px;
}
.portfolio.details .detail-left,  .portfolio.details .detail-right {
	width: 100%;
}
.portfolio.details .detail-related ul li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
}
.portfolio.details.small-image .detail-left {
	width: 100%;
}
.portfolio.details.small-image .detail-right {
	width: 100%;
}
.roll-member .member-left,  .roll-member .member-right {
	width: 100%;
}
.roll-getin .contact-form {
	margin: 0;
	width: 100%;
}
.head-slider.slide-landing-right .content {
	width: 100%;
}
.head-slider.slide-landing-right h2.title {
	font-size: 22px;
}
.head-slider.slide-landing-right a.read-more {
	top: 179px;
}
.roll-pricing {
	margin-bottom: 5px;
}
.product-search {
	float: left;
}
.product-details .detail-nav {
	margin-bottom: 15px;
}
.product-details .detail-item .item-image,  .product-details .detail-item .item-name {
	width: 100%;
}
.product-details .detail-item .item-name {
	margin-top: 15px;
}
.image-small .picture:before {
	background-size: 50px 55px;
	width: 50px;
	height: 55px;
	margin-left: -25px;
	margin-top: -27px;
}
.products-tab .tabs .content-tab {
	padding-right: 10px;
}
.proc-detail-left {
	width: 100%;
}
.proc-detail-center {
	width: 100%;
}
.proc-youlike .proc-detail-left {
	width: 100%;
}
.proc-youlike .proc-detail-center {
	width: 100%;
	margin: 0;
}
.proc-youlike .proc-detail-right {
	width: 100%;
	padding: 0;
}
.blog-post.shop .blog-sort {
	margin-right: 0;
}
.blog-post.shop .blog-filter ul + ul {
	margin-left: 85px;
	margin-top: 5px;
}
.blog-post.shop .shop-toppaging {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.blog-post.shop .shop-toppaging button,  .blog-post.shop .shop-toppaging ul {
	float: none;
}
.blog-post.shop .blog-filter {
	margin-right: 0;
}
.roll-searh-results .form-search {
	width: 98%;
}
.roll-keyservices .key-details .items {
	width: 100%;
}
.roll-row.roll-serabout .details {
	padding-left: 0;
}
.roll-teamskill .skill-user {
	left: 50%;
	margin-left: -51px;
}
.roll-serwork .servies-items {
	width: 55%;
}
.roll-lightbox .items {
	width: 31.3%;
	margin-bottom: 5px;
}
.tabs.left .menu-tab {
	position: relative;
}
.tabs.left.margin,  .tabs.left {
	padding-left: 0;
}
.page-sidenavigation .page-left,  .page-sidenavigation .page-right .content-left,  .page-sidenavigation .page-right .content-right,  .page-sidenavigation .page-right .member-left,  .page-sidenavigation .page-right .member-right {
	width: 100%;
}
.page-sidenavigation .page-right {
	width: 100%;
	padding-left: 0;
}
.accordion {
	margin-bottom: 15px;
}
.page-sidenavigation .page-right .content-right {
	margin-left: 0;
}
.roll-feature.light .feature-right,  .roll-feature.light .feature-left {
	width: 100%;
}
.roll-competen .cpprocess-left,  .roll-competen .cpprocess-right {
	width: 100%;
	padding: 0;
}
.head-slider.single {
	min-height: 411px;
}
.head-slider.single .content {
	margin-top: 90px;
}
.roll-row {
	padding: auto 5px;
}
.container {
	padding: 0 10px;
}
.content-procright .items-name {
	margin-bottom: 5px;
}
.details-list {
	margin-bottom: 10px;
}
.head-slider.slide-product {
	height: 360px;
}
.head-slider .content h2.title {
	top: -120%;
}
.head-mask .head-slider .content h2.title.item-1 {
	top: -45px;
}
.head-mask .head-slider .content h2.title.item-2 {
	top: 0;
}
.head-mask .head-slider .content h2.title.item-3 {
	top: 45px;
}
.head-mask .head-slider .content .read-more {
	top: 225px;
}
.single-page .head-slider .content h2.title {
	top: -40%;
}
.single-page .head-slider .content p.sub-title {
	top: 70px;
}
.single-page .head-slider .content .read-more {
	top: 150px
}
.head-slider.slide-landing h1.title {
	top: -30px;
}
.head-slider.slide-landing-left p {
	top: 100px;
}
.head-slider.slide-landing-left a.read-more {
	top: 210px;
}
.roll-testiquote .items:after {
	bottom: 5px;
	right: 0;
}
.roll-testiquote .items:before {
	left: -5px;
}
.head-slider.slide-2 .content {
	height: 115px !important;
}
.head-slider.slide-2 {
	height: 140px;
}
.head-slider.default {
	height: 170px;
}
.head-slider .content h2.title {
	font-size: 15px;
	line-height: 20px;
	top: 0;
}
.head-slider .content p.sub-title {
	font-size: 8px;
	top: 30px;
	line-height: 13px;
}
.head-slider .content .read-more {
	top: 90px;
	padding: 0 40px 0 10px;
	font-size: 8px;
}
.head-slider.default .content {
	margin-top: 30px;
	top: 0;
	font-size: 7px;
}
.head-slider .content .read-more:after {
	top: 1px;
	right: 20px;
	font-size: 10px;
}
.roll-withoutbox {
	padding: 0 !important;
}
.head-slider.video-bg {
	height: 230px !important;
}
.widget.widget-recent-project ul li {
	margin-right: 10px;
}
.head-slider.slide-mask {
	min-height: 230px;
}
.head-slider.slide-mask .content {
	margin-top: 100px;
}
.head-slider.slide-landing-right h2.title {
	font-size: 15px !important;
	line-height: 25px !important;
}
.head-slider.slide-landing-right p {
	top: 70px;
}
.head-slider.slide-landing-right .content {
	margin-left: 0;
}
.head-slider .content .read-more:after {
	top: 18px;
}
.head-slider.single .content h2.title {
	font-size: 30px;
	line-height: 35px;
}
.head-slider.single .content {
	margin-top: 120px;
}
.head-slider.single .content p.sub-title {
	font-size: 13px;
	line-height: 17px;
}
.head-slider.single {
	height: 270px;
}
.roll-feature.light .feature-right h4.title,  .roll-feature.light .feature-left h4.title {
	line-height: 40px;
	margin-top: 15px;
}
.portfolio .items .read-more:after {
	top: 50%;
}
.head-slider.slide-landing-left {
	height: 270px;
}
.head-slider.slide-landing-left .content {
	margin-top: 80px;
}
.head-slider.slide-landing-left p {
	top: 25px;
}
.head-slider.slide-landing-left .content h2.title {
	font-size: 17px;
	line-height: 25px;
}
.head-slider.slide-landing-left a.read-more {
	top: 110px;
}
}
 
/* Retina Devices */
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
}
