﻿* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 0.28rem;
    font-weight: normal;
}

img {
    border: 0 none;
}

@media (min-width: 1200px) {
    body {
        width: 600px;
        margin: 0 auto;
        position: relative;
    }

}

body {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Microsoft Yahei";
    position: relative;
    background: #7796c1;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.contain {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #7291bf url('../images/bg.jpg') no-repeat center top;
    background-size: 100%;
}

.contain2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #7291bf url('../images/bg-2.jpg') no-repeat center top;
    background-size: 100%;
}


.fd-tit {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.tyg-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    margin-top: 20px;
}

.tyg-img {
    position: absolute;
    left: 20px;
    top: 0;
    width: 100px;
}

.tyg-img a img{
    width: 90px;
}

.tyg-img1 a img{
    width: 80px;
    border: 2px solid #ffc600;
}

.tyg-tit {
    position: absolute;
    left: 130px;
    top: 0;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #ffc600;
}

.tyg-tit span {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
}

.tyg-list {
    width: 94%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    border: 2px solid #ffc600;
    box-sizing: border-box;
    padding: 4px;
}

.list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.list p {
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 14px;
    border-bottom: 1px dashed #e3e3e3;
    padding-left: 105px;
    padding-right: 5px;
    box-sizing: border-box;
    color: #666;
    position: relative;
}

.list p span.one {
    position: absolute;
    left: 80px;
    top: 0;
}

.list p span.two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tyg-nr {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    font-size: 14px;
    background: #fff;
    position: relative;
}

.tyg-one{
	width: 70%;
	margin:0 auto 10px auto;
}

.tyg-two,.tyg-three{
	width: 50%;
	float: left;
}

.cty-box{
	width: 94%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	margin: 0 auto;
}

.video-pic img{
	border: 2px solid #fff;
	display: block;
	box-sizing: border-box;
}

.pics{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.16rem
}

.pics ul{
	overflow: hidden;
	margin-right: -10px;
}

.pics ul li{
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

.pics ul li a {
	display: block;
}

.pics ul li a img{
	display: block;
}

.pics ul li p{
	font-size: 14px;
	line-height: 28px;
}



.contain1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #7796c1 url(../images/bg1.jpg) no-repeat center top;
    background-size: 100%;
}

.box {
    width: 94%;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 3.6rem;
    text-align: center;
}

.nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.88rem;
    overflow: hidden;
    background: #4174bc;
    background-size: cover;
    z-index: 1000;
}

.nav ul li {
    float: left;
    width: 25%;
}

.nav ul li a {
    display: block;
    /*width: 2.05rem;	*/
    height: 0.88rem;
    font: normal 0.28rem/0.88rem "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
}

.nav ul .center a {
    border-left: 0;
}

.nav ul .on {
    background: #ffc600;
}

.tit {
    width: 94%;
    line-height: 0.36rem;
    margin: 0.20rem auto;
}


/*首页*/
.enter {
    margin-bottom: 6rem;
}

.enter p {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 1.2rem;
    font: normal 0.26rem/0.54rem "微软雅黑";
    text-align: center;
}

.enter p span {
    text-decoration: underline;
    font-style: italic;
    margin: 0 0.08rem;
}

.enter p strong {
    font-size: 0.3rem;
}

.enter .enter-pic a {
    display: block;
    width: 2.78rem;
    height: 0.98rem;
    background: url(../images/enter.png) no-repeat center/100%;
    margin: 0.24rem auto;
    font: bold 0.38rem/0.98rem "微软雅黑";
    text-align: center;
}

/*今日头条*/
.jrtt .box {
    width: 88%;
    height: auto;
    background: #FFFFFF;
    padding: 3%;
}

.jrtt .box ul .tt-first {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font: normal 0.26rem/0.50rem "微软雅黑";
    padding-left: 0;
    background: none;
    text-align: left;
}

.jrtt .box ul li .ttbt {
    width: 97%;
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.26rem;
    overflow: hidden;
    padding-left: 3%;
    background: url(../images/tt-bg.png) no-repeat center left;
}

.jrtt .box ul li .tt-con {
    width: 98%;
    height: 1.2rem;
    font: normal 0.24rem/0.4rem "微软雅黑";
    color: #666666;
    padding-left: 2%;
    margin: 0.1rem auto;
    overflow: hidden;
}

.jrtt .box ul li .tt-con a {
    color: #ffc600;
}

.jrtt .box ul li {
    width: 94%;
    height: 0.50rem;
    font: normal 0.26rem/0.50rem "微软雅黑";
    overflow: hidden;
    padding-left: 6%;
    background: url(../images/story-tit.png) no-repeat left center /0.2rem 0.35rem;
}

.jrtt .box ul li a {
    color: #333333;
}

/*.more a{
	display: block;
	width:3rem;
	height: 0.6rem;
	font: normal 0.28rem/0.6rem "微软雅黑";
	color: #7796c1;
	border: 1px solid #7796C1;
	border-radius: 3px;
	text-align: center;
	margin: 0.15rem auto;
}*/



/*活动介绍*/
.gz .box {
    width: 86%;
    height: auto;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 4%;
}

.gz .box p {
    width: 100%;
    height: auto;
    margin: 0.1rem auto;
    font: normal 0.26rem/0.42rem "微软雅黑";
    color: #333333;
}

.gz .box p.js {
    text-indent: 0.52rem;
    margin: 0 auto;
}

.gz h6 {
    width: 2.2rem;
    height: 0.52rem;
    font: normal 0.30rem/0.52rem "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    background: url(../images/gz-tit.png) no-repeat center /100%;
    margin-top: 0.2rem;
}

.gz .box span {
    font-size: 0.24rem;
    color: #cccccc;
}

.gz h5 {
    font: normal 0.26rem/0.42rem "微软雅黑";
    color: #7796c1;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.20rem;
}

.gz h5 a {
    font: bold 0.30rem/0.46rem "微软雅黑";
    color: #ffc600;
    font-style: italic;
    margin: 0 0.1rem;
}

/*体验官-参赛选手风采*/
.gz h3 {
    width: 100%;
    height: auto;
    font: normal 0.22rem/0.22rem "微软雅黑";
    color: #cccccc;
    text-align: center;
    margin-bottom: 0.16rem;
}

h3 {
    width: 100%;
    height: auto;
    font: normal 0.24rem/0.28rem "微软雅黑";
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-bottom: 0.16rem;
}

.tyg h5 {
    width: 2.0rem;
    height: 0.54rem;
    font: normal 0.28rem/0.54rem "微软雅黑";
    color: #ffc600;
    background: url(../images/xsfc-tit.png) no-repeat center /100%;
    padding-left: 0.6rem;
}

.tyg .yh {
    float: left;
    /*width: 2.90rem;*/
    width: 48%;
    height: auto;
    /*6rem*/
    background: url(../images/tp-bg.png) no-repeat center bottom /100%;
    margin: 0.15rem 0;
    margin-right: 4%;
}

.tyg .yh:nth-child(2n) {
    float: left;
    margin-right: 0;
}

.tyg .yh .yh-pic {
    width: 2rem;
    height: 2.4rem;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    overflow: hidden;
    background: #FFFFFF;
}

.infor li {
    width: 2.5rem;
    height: 0.33rem;
    font: normal 0.22rem/0.34rem "微软雅黑";
    margin: 0 auto;
}

.tyg .xy {
    width: 2.5rem;
    height: auto;
    font: normal 0.24rem/0.34rem "微软雅黑";
    margin: 0 auto;
}

.tyg .xy h6 {
    width: 0.84rem;
    height: 0.34rem;
    /*font: normal 0.22rem/0.34rem "微软雅黑";*/
    color: #819dc6;
    background: url(../images/xy-bg.png) no-repeat center /0.84rem 0.34rem;
    /*padding-left: 0.12rem;*/
    margin: 0.04rem 0;
}

.tyg .xy .xuan {
    width: 100%;
    height: 0.64rem;
    font: normal 0.22rem/0.32rem "微软雅黑";
    overflow: hidden;
}

.tyg .yh .dzs {
    text-align: center;
    font: normal 0.22rem/0.32rem "微软雅黑";
    color: #ffc600;
    margin-top: 0.1rem;
}

.tyg .yh .dz {
    width: 0.34rem;
    height: 0.44rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.22rem;
    position: relative;
    cursor: pointer;
}

.tyg .yh .dz img {
    width: 0.34rem;
    height: 0.44rem;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0.12rem;
    left: 0;
}

/*用户故事*/
.yhgs .box {
    width: 88%;
    height: auto;
    background: #FFFFFF;
    padding: 3%;
}

.yhgs .box ul li {
    width: 94%;
    height: 0.50rem;
    font: normal 0.26rem/0.50rem "微软雅黑";
    overflow: hidden;
    padding-left: 6%;
    background: url(../images/story-tit.png) no-repeat left center /0.2rem 0.35rem;
}

.yhgs .box ul li a {
    color: #333333;
}

.more a {
    display: block;
    width: 3rem;
    height: 0.6rem;
    font: normal 0.28rem/0.6rem "微软雅黑";
    color: #7796c1;
    border: 1px solid #7796C1;
    border-radius: 3px;
    text-align: center;
    margin: 0.15rem auto;
}

/*参赛选手*/
.csxs h2 {
    width: 3.04rem;
    height: 0.54rem;
    background: url(../images/csxs-tit.png) no-repeat center/100%;
    font: bold 0.34rem/0.54rem "微软雅黑";
    color: #ffc600;
    text-align: center;
    margin: 0 auto;
}

.xsxq {
    width: 100%;
    height: 2.4rem;
    margin: 0.26rem auto;
    background: url(../images/csyh-bg.png) no-repeat center/100%;
    position: relative;
}

.xsxq .cs-pic {
    position: absolute;
    width: 1.70rem;
    height: 2.04rem;
    border: 1px solid #FFFFFF;
    left: 0.1rem;
    bottom: 0.3rem;
}

.xsxq ul {
    width: 66%;
    height: auto;
    position: absolute;
    right: 0;
}

.xsxq ul li {
    float: left;
    width: 40%;
    height: 0.46rem;
    font: normal 0.22rem/0.46rem "微软雅黑";
    overflow: hidden;
}

.xsxq ul li:nth-child(2n) {
    width: 59%;
    height: 0.46rem;
}

.xsxq .yhxy {
    width: 56%;
    height: 0.64rem;
    font: normal 0.22rem/0.30rem "微软雅黑";
    color: #333333;
    position: absolute;
    right: 0.3rem;
    bottom: 0.36rem;
    overflow: hidden;
}

.xqdz {
    width: 60%;
    height: 0.72rem;
    margin: 0 auto;
}

.xqdz .dz {
    float: left;
    width: 40%;
    height: 0.72rem;
    margin: 0 auto;
    background: #ffc600;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}

.xqdz .dz img {
    width: 0.44rem;
    height: 0.54rem;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0.08rem;
    left: 0.44rem;

}

.xqdz .dzs {
    float: right;
    width: 58%;
    height: 0.72rem;
    margin: 0 auto;
    background: #FFFFFF;
    text-align: center;
    font: normal 0.22rem/0.72rem "微软雅黑";
    color: #ffc600;
    border-radius: 3px;
}


/*点评*/
.video .video-pic {
    width: 100%;
    height: auto;
    position: relative;
}

.video .video-pic span {
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/video-btn.png) no-repeat center /100%;
    margin: 0 auto;
    position: absolute;
    left: 40%;
    top: 30%;
}

.video p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font: normal 0.26rem/0.46rem "微软雅黑";
    overflow: hidden;
}

/*图文*/
.news {
    width: 100%;
    height: auto;
    margin-top: 0.16rem;
}

.news img {
    width: 34%;
    height: auto;
    border: 1px solid #FFFFFF;
}

.new-con {
    float: right;
    width: 62%;
    height: auto;
}

.new-con h2 {
    width: 100%;
    height: 0.96rem;
    font: normal 0.26rem/0.32rem "微软雅黑";
    overflow: hidden;
}

.new-con p {
    width: 100%;
    height: 0.32rem;
    font-size: 0.20rem;
    margin-top: 0.14rem;
    overflow: hidden;
    color: #ffffff;
    opacity: 0.66;
}

/*.new-con p a{
	color: #ffc600;
}*/

/*解密*/
/*轮播图*/
.cp {
    width: 100%;
    height: auto;
}

.device {
    width: 5.7rem;
    height: 3.8rem;
    border: 1px solid #FFFFFF;
    position: relative;
    margin: 0 auto;
    z-index: 102;
}

.swiper-container {
    height: 4rem;
}

.device .swiper-slide img {
    width: 102%;
    margin: 0 auto;
}

.pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 100;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    margin: 0 3px;
}

.swiper-active-switch {
    background: #ffc600;
}

/*参数*/
.cpcs {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.cpcs h3 {
    color: #7796C1;
    margin-top: 0.2rem;
}

.tit1 {
    width: 2rem;
    height: 0.58rem;
    margin: 0 auto;
    text-align: center;
    padding: 0.3rem 0 0;
}

.cpcs table {
    width: 80%;
    height: auto;
    color: #333333;
    margin: 0 auto;
    font: normal 0.26rem/0.36rem "微软雅黑";
    border-collapse: collapse;
    margin: 0.2rem auto;
}

.cpcs table tr {
    width: 100%;
    height: 0.6rem;
    line-height: 0.66rem;
    border-bottom: 1px solid rgba(159, 185, 222, 0.5);
}

.cpcs table tr td {
    line-height: 0.42rem;
}

.cpcs table tr td:nth-child(2n) {
    width: 1.0rem;
    color: #666666;
}

.cpcs .cpjs {
    width: 80%;
    margin: 0.16rem auto;
    font: normal 0.26rem/0.42rem "微软雅黑";
    color: #333333;
    text-indent: 0.52rem;
}

/*品质代言人*/
.pzdy .dy-con {
    float: left;
    width: 48%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 3%;
}

.pzdy .dy-con:nth-child(2n) {
    margin-right: 0;
}

.pzdy .dy-con .dy-pic {
    width: 100%;
    height: auto;
    position: relative;
}

.pzdy .dy-con .dy-pic span {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/video-btn.png) no-repeat center /100%;
    margin: 0 auto;
    position: absolute;
    left: 36%;
    top: 30%;
}

.pzdy .dy-con p {
    height: 0.72rem;
    font: normal 0.26rem/0.36rem "微软雅黑";
    overflow: hidden;
}




/*底部*/
.footer {
    width: 100%;
    height: 1.8rem;
    margin: 0.3rem 0 0.6rem 0;
}

.footer p {
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem 0;
}

/*我要报名*/
.feedback {
    /*width: 94%;*/
    margin: 0 auto;
    margin-top: 0.4rem;
}

.feedback .box {
    width: 86%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 4%;
}

.ask-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 0.16rem;
}

.ask-form>p {
    color: #999999;
    margin-bottom: 10px;
}

.ask-form div {
    overflow: hidden;
    margin-bottom: 15px;
}

.ask-form div input,
.ask-form div textarea {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
    color: #666666;
}

.ask-form div input.input-half {
    width: 60%;
    float: left;
}

.ask-form div input.input-wz,
.ask-form div p,
.ask-form button {
    width: 35%;
    height: 36px;
    float: right;
    background: #23789f;
    color: #ffffff;
    text-align: center;
}

.ask-form button {
    outline: none;
    border: 0 none;
}

.ask-form div p img {
    margin: 0 auto;
}

.ask-form div textarea {
    height: 100px;
    text-align: left;
}

.ask-form div input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    float: left;
    outline: none;
    border: 0 none;
    background: #dddddd;
    color: #333333;
    font-size: 16px;
}

.ask-form div input[type="submit"]:hover {
    background: #ff6501;
    color: #ffffff;
}

.ask-form div input.shense {
    background: #ff6501;
    color: #ffffff;
}

.ask-form div input::-webkit-input-placeholder {
    color: #999999;
}

.ask-form div textarea::-webkit-input-placeholder {
    color: #999999;
}

.tyg-one a{
    position: relative;
    display: block;
}

.tyg-one a span{
    position: absolute;
    width: 15px;
    height: 14px;
    right: 16px;
    top:50%;
    margin-top: -8px;   
    background: url('../images/video.png') no-repeat center center;
    background-size: contain;
}