@charset utf-8;
/**
  Theme Name: nanasai
  Version: 100.0
  Author: Jacky
  Author URI: http://www.huilingsh.com
*/
@import url(reset.css);
.clr{
	clear: both;
}
/*back to top*/
#BackToTop {
	float:left;
	display:none;
    color:#eee;
	position:fixed;
	z-index:999999;
	right:0px;
	bottom:0px;
}
#BackToTop span{
    display: block;
    cursor: pointer;
	width:95px;
	height:30px;
	background:url(images/backtotop.png) no-repeat;
	text-indent:-9999px;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body{
	font-size:16px;
	line-height: 24px;
	color:#777;
	font-family: "SimSun", Arial, sans-serif;
	background:#fff;
}
body ::selection {
	color:#fff;
	background-color:#530000;
}
.container{
	width: 1000px;
	margin: 0 auto;
}

#heading-image{
	width: 100%;
	min-width: 1000px;
	float: left;
	position: relative;
	z-index: 1;
	min-height: 400px;
}
#heading-image .company-name{
	position: absolute;
	z-index: 12;
	left: 10px;
	bottom: 10px;
}
#heading-image .logo{
	width: 300px;
	position: absolute;
	z-index: 13;
	top:50%;
	left: 50%;
	margin-top: -134px;
	margin-left: -150px;
	text-align: center;
}
#heading-image .logo .l-image{
	width: 100%;
	float: left;
	margin: 45px 0px 40px 0px;
}
#heading-image .logo .l-image img{
	width: 68px;
	height: auto;
}
#heading-image .logo .l-text{
	color: #ff679d;
	font-size: 36px;
	line-height: 46px;
}
#heading-image .bg{
	width: 100%;
	float: left;
	position: relative;
	z-index: 11;
}
#heading-image .bg img{
	width: 100%;
	height: auto;
}
#heading-image .heading-text{
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 101;
	top:50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
	background: rgba(255,255,255,0.65);
	color: #ff679d;
	text-align: center;
	line-height: 200px;
	font-size: 22px;
	letter-spacing: 5px;
	display: none;
}
.page-id-11 #heading-image .heading-text{
	line-height: 30px;
	letter-spacing: 2px;
}
.page-id-11 #heading-image .heading-text span{
	margin-top: 55px;
    float: left;
    width: 100%;
}

#breadcrumb{
	width: 100%;
	min-width: 1000px;
	float: left;
	margin: 15px 0 0 0;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #555;
}

#navigation{
	width: 100%;
	min-width: 1000px;
	float: left;
	position: relative;
	z-index: 2;
	margin: 65px 0 65px 0;
	font-family: "Microsoft Yahei";
}
ul#main-menu{}
ul#main-menu li{
	float: left;
	margin: 0px 25px 0px 0px;
}
ul#main-menu li.last{
	margin-right: 0px;
	float: right;
}
ul#main-menu li a{
	font-size: 13px;
	line-height: 30px;
	width: 110px;
	height: 30px;
	padding: 40px 0px 40px 0px;
	border:5px solid #555555;
	color: #555555;
	display: block;
	text-align: center;
	border-radius: 100%;
	text-transform: uppercase;
}
ul#main-menu li.two-line a{
	height: 40px;
	line-height: 20px;
	padding: 35px 0px 35px 0px;
}
ul#main-menu li a span b{
	font-weight: normal;
}
ul#main-menu li.current-menu-item a,
ul#main-menu li a:hover{
	color: #dddddd;
	border-color: #dddddd;
}

#home-intro{}
#home-intro .ss-title{
	font-size: 48px;
	line-height: 60px;
	width: 100%;
	margin: 0 0 55px 0;
	color: #ff679d;
	text-align: center;
}
#home-intro .ss-content{
	font-size: 22px;
	line-height: 46px;
	color: #333333;
	float: left;
	margin: 0 0 75px 60px;
}
#home-intro .videos{
	width: 100%;
	float: left;
	margin-bottom: 75px;
}
#home-intro .videos .one-video{
	width: 640px;
	margin: 0 auto;
}
#home-intro .videos .one-video .mejs-video{
	
}
#home-intro .videos .one-video .text{
	width: 100%;
	float: left;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
}
.home-one-line{
	width: 100%;
	height: 400px;
	margin: 0 0 100px 0;
	float: left;
	background: url(images/left-grey-bg.jpg) repeat center center;
}
.home-one-line-inversed{
	background: url(images/right-grey-bg.jpg) repeat center center;
}
#home-xzp{}
.white-bg{
	background: #fff;
	float: right;
}
.x-image{
	float: right;
}
.x-image img{
	width: 400px;
	height: 400px;
}
.x-image a:hover img{
	opacity: 0.6;
}
.x-text{
	width: 455px;
	float: right;
	height: 400px;
	margin: 0 0 0 50px;
}
.x-text .x-title{
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	text-indent: 30px;
	background: #333;
	color: #fff;
	width: 100%;
	float: left;
	margin: 50px 0 30px 0;
}
.x-text .x-content{
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	float: left;
}
.x-text .x-more{
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: right;
}
.x-text .x-more a:hover img{
	opacity: 0.6;
}
#home-zpjs{}
.home-one-line-inversed .white-bg{
	float: left;
}
.home-one-line-inversed .x-text{
	float: left;
	margin: 0 50px 0 0;
}

#home-pick-up{
	width: 100%;
	min-width: 1000px;
	float: left;
	position: relative;
	z-index: 4;
	margin: 0px 0px 130px 0px;
}
#home-pick-up .pu-title{
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}
.one-pick{
	width: 250px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.one-pick .pick-image{
	height: 360px;
	position: relative;
	z-index: 10;
}
.one-pick .pick-image .img-mote{
	position: relative;
	z-index: 102;
	top:0;
}
.one-pick .pick-image a:hover img.img-mote{
	opacity: 0.9;
}
.one-pick .pick-image .img-quan{
	position: absolute;
	z-index: 101;
	top: 75px;
    left: 20px;
    display: none;
}
/*
.one-pick:hover .pick-image .img-quan{
	display: block;
}
*/
.one-pick .pick-name{
	color: #777777;
	font-size: 16px;
	line-height: 26px;
}
.one-pick .pick-name a{
	color: #777777;
}
.one-pick .pick-name a:hover{
	color: #000;
	text-decoration:underline;
}

#bottom{
	width: 100%;
	min-width: 1000px;
	height: 90px;
	background: url(images/bottom-bg.jpg) repeat-x left top;
	background-color: #f5f5f3;
	float: left;
	margin: 0px;
	position: relative;
	z-index: 5;
}
#bottom .container{
	position: relative;
	z-index: 51;
	height: 90px;
}
#bottom .f-logo{
	position: absolute;
	top:38px;
	left: 0px;
}
#bottom .f-logo img{
	height: 36px;
	width: auto;
}
#bottom .f-logo .f-name{
	position: relative;
	top:-8px;
	left: 20px;
	font-size: 20px;
	line-height: 36px;
	color: #000;
}
#bottom .logo-w{
	position: absolute;
	z-index: 52;
	left: 50%;
	top:50%;
	margin-left: -30px;
	margin-top: -28px;
}
#bottom .f-link{
	position: absolute;
	z-index: 53;
	right:15px;
	bottom: 15px;
	color: #555;
}
#bottom .f-link a{
	color: #555;
}
#bottom .f-link a:hover{
	text-decoration:underline;
	color: #000;
}

#footer{
	width: 100%;
	min-width: 1000px;
	float: left;
	height: 40px;
	padding: 10px 0;
	line-height: 20px;
	color: #fff;
	background: #333;
	font-size: 12px;
	text-align: center;
}
#copyright span{
	font-size: 12px;
	color: #999;
}
#footer a{
	color: #999;
}
#footer a:hover{
	text-decoration:underline;
}

#tools{
	width: 60px;
	height: 100%;
	position: fixed;
	z-index: 100;
	right: 0px;
	top:0px;
	background: url(images/tools-bg.jpg) repeat-y left top;
	background-color: #f5f5f3;
}
#tools .img-btn-contact{
	width: 50px;
	height: auto;
	position: absolute;
	left: 0px;
	bottom:180px;
}
#main{
	width: 100%;
	min-width: 1000px;
	float: left;
	position: relative;
	z-index: 5;
}
.overview{
	width: 100%;
	float: left;
}
.xcp001{
	width: 805px;
	float: left;
	margin: 35px 0 65px 100px;
}
.xcp001 .image{
	width: 400px;
	float: left;
}
.xcp001 .text{
	width: 385px;
	float: right;
}
.xcp001 .text h2{
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.x-title{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 19px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	background: #333333;
	text-indent: 20px;
}
.cpjs-title{
	margin-bottom: 75px;
}
.about-title{
	margin-top: 40px;
	margin-bottom: 70px;
}
.x-desc{
	width: 100%;
	float: left;
	margin: 0 0 65px 0px;
}
.x-desc h3{
	font-size: 18px;
	line-height: 30px;
}
.products .one-product{
	width: 100%;
	min-width: 1000px;
	float: left;
	min-height: 200px;
	margin: 0 0 100px 0;
	color: #333;
}
.right-grey-bg{
	background: url(images/right-grey-bg-big.jpg) repeat-y center top;
}
.left-grey-bg{
	background: url(images/left-grey-bg-big.jpg) repeat-y center top;
}
.one-product .p-image{
	float: left;
}
.product-inverse .p-image{
	float: right;
}
.one-product .p-image img{
	width: auto;
	height: 400px;
	float: left;
	border-right:10px solid #fff;
}
.product-inverse .p-image img{
	border-right:none;
	border-left:10px solid #fff;
}
.one-product .p-intro{
	width: 400px;
	float: left;
	margin: 40px 0 0 40px;
}
.product-inverse .p-intro{
	float: right;
	margin: 40px 40px 0 0;
}
.one-product .p-intro .p-title{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.xias{}
.xia-list{
	width: 100%;
	float: left;
	margin: 40px 0 100px 0;
	color: #333;
}
.xia-list .one-xia{
	width: 166px;
	float: left;
}
.xia-list .one-xia .image{
	width: 100%;
	text-align: center;
}
.xia-list .one-xia .image img{
	margin-bottom: 30px;
}
.xia-list .one-xia .name{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	width: 126px;
	padding: 0 20px 0 20px;
}
.xia-list .one-xia .desc{
	width: 146px;
	padding: 0 0px 0 20px;
	font-size: 14px;
}

/*cpjs*/
.text-wrapper{
	width: 100%;
	float: left;
	color: #333;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	margin: 35px 0 100px 0;
}
.one-product .one-column{
	width: 495px;
	height: 400px;
	float: left;
}
.one-product .big-column{
	width: 750px;
}
.one-product .one-column .cc-image{
	float: left;
}
.one-product .one-column .cc-image img{
	width: auto;
	height: 400px;
}
.one-product .one-column .cc-text{
	width: 260px;
	float: right;
}
.one-product .big-column .cc-text{
	width: 300px;
}
.one-product .one-column .cc-text .cc-title{
	font-size: 20px;
	line-height: 30px;
	margin: 45px 0px 15px 0px;
}
.one-product .one-column .cc-text .cc-desc{
	font-size: 14px;
}
.one-product .left-column{
	border-right:10px solid #fff;
}
.one-product .right-column{
	float: right;
}

.product-inverse .one-column .cc-image{
	float: right;
}
.product-inverse .one-column .cc-text{
	width: 240px;
	float: left;
	margin-left: 60px;
}
.product-inverse .one-column .cc-text-optf-m2{
	margin-left: 40px;
}
.download{
	width: 100%;
	min-width: 1000px;
	float: left;
	margin: 0 0 150px 0;
	text-align: center;
	font-size: 18px;
	color: #010101;
	font-style: italic;
	line-height: 28px;
}
.download .img-btn-download{
	position: relative;
	left: 15px;
    top: 13px;
}

/*cases*/
.products .one-product .case-image{
	width: 572px;
	float: left;
	border-right: 10px solid #fff;
}
.products .product-inverse .case-image{
	float: right;
	border-right:none;
	border-left: 10px solid #fff;
}
.products .one-product .case-image img{
	height: 400px;
	width: auto;
	float: left;
}
.products .one-product .case-desc{
	width: 360px;
	float: left;
	margin: 40px 0 0 45px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.products .product-inverse .case-desc{
	float: right;
	margin: 40px 45px 0 0;
	text-align: right;
}

.products .one-product-cdtgl .case-image{
	width: 572px;
}
.products .one-product-cdtgl .case-image img{
	width: 572px;
	height: auto;
}
/*about*/
.profile{
	width: 100%;
	float: left;
	margin: 0 0 120px 0;
	color: #000;
}
.profile .container{
	position: relative;
	z-index: 10;
}
.profile .img-profile-model{
	position: absolute;
	right:20px;
	top:-30px;
}
.profile .one-line{
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 12px 0;
	font-size: 14px;
	color: #000;
	border-bottom: 1px dashed #a0a0a0;
	clear: both;
}
.profile .one-line .l-title{
	width: 170px;
	float: left;
	font-weight: bold;
	padding: 0 0 0 10px
}
.profile .one-line .r-value{
	width: 820px;
	float: right;
}
.grey-bg-n{
	background: #f5f5f3;
}
.profile .zong{
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
	font-size: 18px;
	line-height: 30px;
}
.profile .zong .img-z-logo{
	position: relative;
	top:7px;
	margin-right: 100px;
}
.profile a{
	color: #000;
}
.profile a:hover{
	color: #333;
	text-decoration:underline;
}
.map{
	width: 100%;
	min-width: 1000px;
	float: left;
	margin: 0 0 150px 0;
	padding: 20px 0;
	background: url(images/contact/map-bg.jpg) repeat left top;
}
.map .l-model{
	width:200px;
	float: left;
	margin: 15px 0 0 5px;
}
.map .r-map{
	width: 700px;
	float: right;
}
.map .r-map img{
	width: 700px;
	height: auto;
	float: left;
}

/*contact*/
#contactForm{
	width:1000px;
	float: left;
	margin: 0px 0px 100px 0px;
	background: #fff;
}
#contactForm .tetxlabelWrapper{
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
}
#contactForm .tetxlabelWrapper span.required{
	margin-top: 2px;
}
#contactForm span.required{
	color: #bf0000;
}
#contactForm #form-jacky span.required{
	margin-top: 15px;
}
#contactForm .textInputWrapper{
	width:100%;
	float: left;
	margin: 0 0 20px 0;
}
#contactForm .textInputWrapper .input-name{
	width: 170px;
	float: left;
	padding-left:30px;
	line-height: 45px;
	color: #000;
}
#contactForm .textAreaWrapper .input-name{
	height: 150px;
}
#contactForm .textInputWrapper .input-value{
	float: right;
}
#contactForm .textInputWrapper .input-value input,
#contactForm .textInputWrapper .input-value select,
#contactForm .textInputWrapper .input-value textarea{
	width:740px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	border:1px solid #aaaaaa;
	padding: 10px 10px;
	font-family: "SimSun";
}
#contactForm .textInputWrapper .input-value select{
	width:762px;
	height: 42px;
	line-height: 42px;
	padding: 10px 10px;
}
#contactForm .textInputWrapper .input-value textarea{
	width: 740px;
	height: 120px;
	resize: none;
}
#contactForm .submitWrapper{
	width:100%;
	float: left;
	text-align: center;
	margin: 40px 0px 20px 0px;
}
#contactForm .submitWrapper input{
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	padding: 0px 25px;
	background: #333;
	cursor: pointer;
	font-size: 16px;
	border-radius: 8px;
	font-family: "SimSun";
	display: inline-block;
}
#contactForm .submitWrapper input[type="submit"]{
	background: #333;
}
#contactForm .submitWrapper input[type="reset"]{
	background: #ddd;
	color: #000;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
	border: none !important;
	margin: 0px 0.5em 1em 0.5em !important;
	top: -30px;
	left: 0px;
	position: relative;
	float: left;
	color:red;
	width: 100%;
	text-align: center;
}
div.wpcf7-mail-sent-ok{
	color: green;
}
/*xcp*/
.x-title-mcwm{
	margin-bottom: 65px;
}
.products-mcwm .one-product .p-image img{
	height: auto;
}
.products-mcwm .one-product.product-004 .p-intro{
	width: 260px;
}

.next-form {
	text-align: center;
}
.next-form img {
	margin: 0 20px 60px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}

/*3ds*/
.lt3ds{
	width: 100%;
	float: left;
}
.lt3ds .one-lt3d{
	width: 100%;
	float: left;
	margin: 0 0 115px 0;
	background: #f5f5f3;
	position: relative;
	z-index: 10;
	padding: 0 0 65px 0;
}
.lt3ds .lt3d-001{
	margin-top: 100px;
}
.lt3ds .lt3d-003{
	margin-bottom: 100px;
}
.lt3ds .one-lt3d .lt3d-image img{
	position: relative;
	margin-top:-115px;
	z-index: 101;
	float: left;
}
.lt3ds .one-lt3d .lt3d-text{
	float: left;
	margin: 60px 0 0 35px;
	font-size: 14px;
}
.lt3ds .one-lt3d .lt3d-text strong{
	font-weight: normal;
	font-size: 16px;
}

.lt3ds .one-lt3d-inversed .lt3d-image img{
	float: right;
	margin-top: -165px;
}
.lt3ds .one-lt3d-inversed .lt3d-text{
	float: right;
	margin: 60px 35px 0 0;
}

.lt3ds .one-lt3d-inversed .lt3d-image-002 img{
	float: left;
	margin-top: -40px;
}

.lt3ds .one-lt3d-inversed .lt3d-text-002{
	width: 485px;
	height: 40px;
	padding:30px 30px;
	float: left;
	margin: 90px 0 0 70px;
	background: #e6e6e3;
	border-radius: 15px;
	position: relative;
	z-index: 10;
}
.lt3ds .one-lt3d-inversed.lt3d-003 .lt3d-text-002{
	padding:40px 30px;
	height: 20px;
}
.lt3ds .one-lt3d-inversed .lt3d-text-002 .title{
	background: #e6e6e3;
	border:5px solid #fff;
	position: absolute;
	z-index: 101;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	border-radius: 100px;
	left: -35px;
	top:-35px;
}

/*hy*/
.hy{
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}
.hy .hy-left{
	width: 445px;
	float: left;
}
.hy .hy-center{
	width: 135px;
	float: left;
	text-align: center;
	margin: 175px 0 0 40px;
}
.hy .hy-center .text{
	padding:0 0 10px 0;
	float: left;
	width: 135px;
	text-align: center;
}
.hy .hy-right{
	width: 335px;
	float: right;
}
.hy .hy-right img{
	float: left;
	margin: 0 0 10px 3px;
}
.hy .hy-right .wz{
	text-align: center;
	font-size: 13px;
	background: #e6e6e3;
	border-radius: 10px;
	padding:15px 15px;
	float: left;
}

/**/
.products-lula .one-product .p-intro{}

.products-lula .one-product.product-inverse .p-intro,
.products-tiara-m .one-product.product-inverse .p-intro{}

.wb-98{
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
}
.wb-98-list{
	color: #333;
}
.wb-98-list .one-wb-98{
	width: 333px;
	float: left;
}
.wb-98-list .one-wb-98 .image img {
    margin-bottom: 30px;
}
.wb-98-list .one-wb-98 .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 70px;
}
.wb-98-list .one-wb-98 .desc {
    padding: 0 0px 0 70px;
    font-size: 14px;
}