﻿*{ margin:0;padding:0; list-style-type:none;}
a,img{border:0;}

html,body{
	font-size:100%;
    font-family:'Microsoft YaHei';
	background:#fff;
	margin:0;
	padding:0;
	color:#686868;
    font-family:'Microsoft YaHei';
    height:100%;
}

body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
@media (max-width:1100px) {
body{ 
    font-size:0.8em;
}
}
body a:hover{
	transition: 0.5s all ease-out;
	-webkit-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	-o-transition: 0.5s all ease-out;
	-ms-transition: 0.5s all ease-out;
}
/* menu */
.menu{height:6em;background:#222222;width:100%;}
.menu .nav{margin:0 auto;position:relative;height:6em;max-width:1200px; padding-left:200px;}
.menu .logo{ position:absolute;left:0;top:3%;width:10%;padding-left:2em; }
.menu .nav li{float:left;font-size:1em;height:6em;}
.menu .nav li a{float:left;display:block;height:6em;padding:0 30px;line-height:6em;color:white;text-decoration:none;overflow:hidden;}
.menu .nav li a:hover,.menu .nav li a.current{background:#00bcbc;color:#fff;}

.menu .box1,.menu .box2,.menu .box3 {height:40px;position:absolute;top:6em;background:#00bcbc;z-index:999;}
.menu .nav #item .box1_inner { width:240px;height:40px;margin:0 auto; }
.menu .nav #item .box1_inner a{display:block;height:40px;float:left;color:#fff;line-height:40px;border:none;background:none;padding:0;width:118px;text-align:center;text-decoration:none;font-size:14px;}
.menu .nav #item .box1_inner a:hover{color:#9f9f9f;}
.menu .nav #fuwu .box2_inner { width:240px;height:40px;margin:0 auto; }
.menu .nav #fuwu .box2_inner a{display:block;height:40px;float:left;color:#fff;line-height:40px;border:none;background:none;padding:0;width:118px;text-align:center;text-decoration:none;font-size:14px;}
.menu .nav #fuwu .box2_inner a:hover{color:#9f9f9f;}
.menu .nav #link .box3_inner { width:240px;height:40px;margin:0 auto; }
.menu .nav #link .box3_inner a{display:block;height:40px;float:left;color:#fff;line-height:40px;border:none;background:none;padding:0;width:118px;text-align:center;text-decoration:none;font-size:14px;}
.menu .nav #link .box3_inner a:hover{color:#9f9f9f;}

.menu .nav .menu_icon { position:absolute;z-index:99999;right:0;top:3%;display:none;  }
.menu .nav .weibo { }
.menu .nav .logo {margin-top:16px;margin-right:50px; }
.wechat:hover { cursor:pointer; }
.menu .nav #erweima{ position: absolute;top: 70%;left:77%;z-index:999; }

@media (max-width:1100px) {
    .menu .nav li { display:none; }
    .menu .logo img { width:5em; }
    .menu { height:5em; }
    .menu .nav .menu_icon { display: block;top: 1.4em;right: 1.5em; }
    .menu_phone { display:block;}
    .menu .nav .weibo { display:none;}
    .menu .nav .wechat { display:none; }
}

.menu_phone { 
    position:absolute;
    top:5em;
    width:100%;
    background:#222222;
    text-align:center;
    z-index:999;
    display:none;
}
.menu_phone li { 
    margin:0 auto;
    width:100%;
    border-top:1px solid #9f9f9f;
    color:white;
    padding-top:2em;
    padding-bottom:2em;
    cursor:pointer;
}
.menu_phone li a { 
    display:block;
    color:white;
    font-size:1em;
    height:2em;
    transition: 0.5s all ease-in-out;
}
.menu_phone li:hover { 
background:#00bcbc;
}
/*轮播css*/

#wrapper {
	position:relative;
}

#wrapper a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#wrapper a:focus , a:link, a:active {
	outline:none;
}

#wrapper a:hover {
	color:#444;
}

#wrapper ul li img { 
    width:100%;
}

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100%;
	max-height:670px;
	position:relative;
}


.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#00bcbc !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#00bcbc !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 90;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #c8c8c9;
    width: 188px;
    height: 5px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index:20;
	cursor: pointer;
	position: relative;
	background: #686868 url(../images/slider-left-arrow.png) no-Repeat -2px 0px;
    border-radius:50%;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    margin-left:0px;
    z-index: 20;
    cursor: pointer;
    position: relative;
    background: #686868 url(../images/slider-right-arrow.png) no-Repeat 2px 0px;
    border-radius:50%;
    width: 42px;
    height: 43px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

@media (max-width:800px) and (min-width:600px) {
    .tp-rightarrow.large {  margin-top: -5%;   }
    .tp-leftarrow.large { margin-top: -5%; }
}
@media (max-width:600px)  {
    .tp-rightarrow.large {  margin-top: -9%;   }
    .tp-leftarrow.large { margin-top: -9%; }
}
.tp-bullets.tp-thumbs {
    z-index: 5;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 2;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*轮播css结束*/


/***** Chico *****/
/*---------------*/
.grid2 { display:none; }
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 0.3%;
    margin-left: 0.3%;
	width: 32.95%;
	text-align: center;
	cursor: pointer;
 
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;

}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a {
    outline: none;
    color: #3498db;
    text-decoration: none;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}
/***** Chico *****/


@media (max-width:1366px) and (min-width:800px) {
    .grid .effect-chico span{ margin-top:0;}
}
@media (max-width:800px) and (min-width:430px) {
    .grid .effect-chico span{ margin-top:10%;}
    .grid { padding:1%; }
    .grid .effect-chico p { font-size:1em; }

}
@media (max-width:430px) {
    .grid .effect-chico span{ margin-top:0;}
    .grid { padding:1%; }
    .grid .effect-chico p { font-size:0.5em; }

}


/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}


figure.effect-chico p {
	margin: 10% auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
    font-size:65%;
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 1% auto;
		width: 100%;
	}
}

.effect-chico span { 
    margin-left:43%;
    margin-top:7%;
    width:10%;
    height:10%;
    display:block;
}

figure.effect-chico figcaption::before, figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
/***** Chico *****/
/*---------------*/
/*底部*/
.shuxian { background:url(../images/index.png) repeat-x;height:1px;margin-top:15%; }
.shuxian2 { background:url(../images/index.png) repeat-x;height:1px;margin-top:0; }
.footer { 
width:100%;
text-align:center;

}
.footer .footer_main { 
width:80%;
max-width:1100px;
margin:0 auto;
padding-top:1%;
}
.footer1 { 
    float:left;
}
.footer2 { 
   float:right;
}

@media (max-width:1100px) {
.footer1 { 
    float:none;
    width:70%;
}
.footer2 { 
   float:none;
    width:30%;

}
}





.introduction { 
 width:100%;

}
.introduction .img1 { 
width:99.5%;
margin-top:3%;
}

.moshi { 
display:block;
text-align:center;
width:100%;
}
.moshi h3 { 
display:block;
border:1px solid #c8c8c9;
padding:10px;
width:20%;
margin:3% auto;
font-size:150%;
min-width:155px;
}
.moshi img { 
    width:50%;
    min-width:300px;
    max-width:800px;
}
.quwei { 
    margin-top:5%;
    position:relative;
    width:100%;
}
.quwei .quwei1 { 
    position:absolute;
    width:100%;
}
.quwei .quwei2 { 
    position:absolute;
    width:33.3%;
    margin-top:20%;
}
@media screen and (max-width:800px) {
	.moshi h3 {
    display: block;
    border: 1px solid #c8c8c9;
    padding: 5px;
    width: 15%;
    margin: 1% auto;
    font-size: 100%;
    margin: 5% auto;
}
	}
.share { 
    position:relative;
    display:block;
    margin-top:10%;
}
.share .fenxiang1 { 
    position:absolute;
    z-index:2;
    width:15%;
    left:25%;

}
.share .fenxiang2 { 
    position:absolute;
    z-index:1;
    width:100%;
}
.support { 
    text-align:center;
    margin-top:3%;
    margin-bottom:5%;
}

.support .wenzi { 
    width:90%;
    max-width:1100px;
    margin:0 auto;
    display:block;
    font-size:100%;
}
.support .wenzi .banben .xiazai { 
    padding:1% 1%;
    width:15%;
    height:5%;
    display:block;
    background:#00bcbc;
    color:white;
    cursor:pointer;
    border:1px solid #00bcbc;
    border-radius:7%;
    margin:0 auto;
    margin-top:5%;
    min-width:85px;
    opacity:0.8;
}
.support .wenzi .banben .xiazai a { color:white;font-size:100%;transition: 0.5s all ease; }
.support .wenzi .banben .xiazai:hover {  background:#00bcbc; transition: 0.5s all ease-in-out;opacity:1;}
.support .wenzi span,.about .jieshao span { font-size:120%;font-weight:600;margin-top:20% }
.support .jieshao,.about .jieshao { 
text-align:left;
margin-top:5%;
line-height:2rem;
max-width: 1400px;
}
.jieshao { 
    width:90%;
    text-align:center;
    margin-top:3%;
    margin-bottom:5%;
    max-width:1100px;
    margin:0 auto;
    display:block;
    font-size:100%;
    margin-bottom:5%;
}



/*机型*/

.list { 
    width:100%;
    margin-bottom:10%;
}
.list li { 
    font-size:1em;
}
.list .jixing { 
    margin-top:5%;
}
.list .left { 
    width:50%;
    float:left;
    margin-bottom:10%;
}
.list .right { 
    width:50%;
    float:left;
}
.list .first{ 
color: white;
background: #00bcbc;
width: 30%;
height: 0%;
text-align: center;
border-radius: 0.5em;
margin-bottom:2%;
}

@media (max-width:1100px) {
.list .left { 
    float:none;
}
.list .right { 
    float:none;
}
}