.top {
    width: 100%;
    height: 650px;
    background: url(../images/banner_01.png) 50% 0px no-repeat;
}

.top-title {
    width: 1200px;
    height: 56px;
    margin: auto;
}

.top-title .logo {
    margin-top: 20px;
}

.top-title .kf {
    margin-top: 10px;
}

.top-title .dh {
    margin-top: 33px;
    margin-right: 20px;
}

.banner-cont {
    width: 1200px;
    height: 454px;
    margin: auto;
    margin-top: 80px;
}

.banner-text {
    /* width: 920px; */
	width: 870px;
    height: 431px;
}

.banner-bd {
    width: 280px;
    height: 431px;
}

.banner-text p {
    color: #fff;
}

.banner-text .bp-1 {
    font-size: 70px;
    letter-spacing: 2px;
}

.banner-text .bp-2 {
    font-size: 27px;
    letter-spacing: 9px;
    margin-bottom: 15px;
    font-family: "新宋体";
}

.banner-text .bp-3 {
    font-size: 40px;
    /* margin-bottom:45px ; */
    margin: 20px 0;
}

.bp-4 span {
    display: inline-block;
    width: 239px;
    height: 41px;
    border-radius: 20px;
    background: -webkit-linear-gradient(#e25e5f, #d73867); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e25e5f, #d73867); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e25e5f, #d73867); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e25e5f, #d73867); /* 标准的语法 */
    padding-left: 15px;

}

.banner-text .bp-4 {
    font-size: 28px;
    letter-spacing: 11px;
    font-family: "新宋体";
    line-height: 40px;
}

.banner-bd .bd {
    margin-top: 15px;
    width: 280px;
    height: 360px;
    background-color: rgba(255, 255, 255, 0.9);
}

.bd-title {
    width: 240px;
    height: 57px;
    margin: auto;
}

.bd-title a {
    display: block;
    float: left;
    width: 96px;
    height: 26px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    padding-top: 30px;
    color: #000000;
}

.bd-title :first-child {
    margin: 0 23px 0 12px;
}

.banner-active {
    font-weight: bold;
    border-bottom: 1px solid #d46c6d;
}

.bd-cont {
    width: 240px;
    height: 250px;
    margin: auto;
}

.bd-cont p {
    font-size: 13px;
    color: #333333;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 10px;
}

.bd-wbk {
    width: 240px;
    height: 94px;
    margin: auto;
    margin-bottom: 20px;
}

.bd-wbk input {
    width: 230px;
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
}

.bd-wbk :first-child {
    margin-bottom: 14px;
}

.bd-bootom {
    width: 240px;
    margin: auto;
    height: 90px;
}

.bd-bootom a {
    display: block;
    width: 240px;
    height: 40px;
    background: #d46c6d;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.bd-bootom p {
    font-size: 12px;
    color: #848586;
    padding: 0;
}

.sjcl {
    width: 1200px;
    height: 60px;
    margin: auto;
    color: #ffffff;
}

.sjcl ul li {

    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-family: "微软雅黑";
    width: 167px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-right: 5px;
    text-align: center;
    border-radius: 6px;
}
.sjcl ul li:last-child{
	margin: 0;
}

/* .sjcl ul .plus{
	font-size: 30px;
	margin: 0 16px;
} */
.sjcl .for {
    height: 52px;
    line-height: 22px;
    padding-top: 8px;
}

.two-bg {
    width: 100%;
    height: 456px;
    background: #f8f8f8;

}

.two-programme {
    width: 1200px;
    height: 456px;
    margin: auto;
    background: url(../images/two-bg_03.png) 50% 0px no-repeat;
}

.programme-title {
    width: 1200px;
    height: 50px;
    padding-top: 30px;
}

.programme-title h5 {
    font-size: 40px;
    color: #000;
    text-align: center;
}

.programme-list {
    width: 1200px;
    height: 100px;
    margin-top: 75px; /*20*/
}

.programme-list img {
    display: block;
    width: 81px;
    height: 62px;
    margin: auto;
}

.programme-list ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 114px;
    z-index: 1;

}

.lis-u li .big-bg {
    opacity: 0;
}

.lis-u li:hover .big-bg {
    opacity: 1;
    top: -45px;
}

.lis-u li:hover .n-y {
    bottom: -100px;
}

.big-bg {
    transition: all .2s;
    width: 218px;
    height: 200px;
    background: #fff;
    position: absolute;
    z-index: 0;
    top: -35px;
    left: -65px;
    box-shadow: 0 0px 20px #eaeaea;
    border-radius: 5px;
}

.big-bg h5 {
    font-size: 22px;
    color: #333333;
    margin: 50px 0px 15px 0px;
}

.programme-list .big-bg ul {
    padding: 0;
}

.big-bg ul li {
    display: block;
    color: #666666;
    font-size: 14px;
    margin: 0;
}

.n-ul {
    position: relative;
}

.n-ul .n-y {
    transition: all 0.1s;
    position: absolute;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: -webkit-linear-gradient(#e25e5f, #d73867); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e25e5f, #d73867); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e25e5f, #d73867); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e25e5f, #d73867); /* 标准的语法 */
    left: 72px;
    bottom: -104px;
    color: #fff;
    /*    box-shadow: 0px 0px 10px #e25e5f; */
}

.n-ul .n-y p {
    padding-top: 15px;
    color: #fff;
}

.programme-list ul li span {
    font-size: 22px;
    color: #333;
}

.programme-list ul {
    padding-left: 49px;
}

.programme-list ul :last-child {
    margin-right: 0;
}

.programme-bottom {
    width: 433px;
    height: 90px;
    margin: auto;
    padding-top: 110px;
}

.programme-bottom p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}

.programme-bottom a {
    display: block;
    margin: auto;
    width: 240px;
    height: 48px;
    background: #d73867;
    color: #FFF;
    background: -webkit-linear-gradient(#e25e5f, #d73867); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e25e5f, #d73867); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e25e5f, #d73867); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e25e5f, #d73867); /* 标准的语法 */
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    /* box-shadow: 0px 0px 20px #e25e5f; */
}

.vr-case {
    width: 1200px;
    height:auto;
    margin: auto;
}

.var-title {
    width: 1200px;
    height: 100px;
}

.var-title h4 {
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
.var-title p {
 font-size:16px;
 color:#666;
}


.vr-lb {
    width: 1200px;
    height: 664px;
}

/*VR轮播*/
.pc-slide {
    width: 1200px;
    margin: 0 auto;
}

.view .swiper-container {
    width: 1200px;
    height: 540px;
}

.view .swiper-container img {
    width: 1200px;
    height: 100%;
}

/* .view .arrow-left {
	background: url(../images/nex.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
} */

/* .view .arrow-right {
	background: url(../images/nex2.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
} */

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 1151px;
    height: 113px;
    margin-left: 35px;
}

.preview .swiper-slide {
    width: 172px;
    height: 111px;
    cursor: pointer;
    margin-right: 12px;
}

.preview .swiper-slide img {
    width: 100%;
    height: 100%;
}

.preview .slide6 {
    width: 172px;
}

.preview .arrow-left {
    background: url(../images/nex.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 30px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/nex2.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 30px;
    z-index: 10;
}

.preview img {

    padding: 1px;
}


.preview .active-nav{
    padding: 0;
    border: 1px solid #F00;
	z-index: 9999;
}

.swiper-slide {
    width: 1200px;
	overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.vr-button {
    width: 760px;
    height: 55px;
    padding-top: 30px;
    margin: auto;
}

.vr-button a {
    display: block;
    margin: auto;
    width: 240px;
    height: 48px;
    background: #fff5f3;
    color: #e14647;
    border: solid 1px #e25e5f;
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;

    /*  box-shadow: 0px 0px 20px #fdf2f2; */
}

.vr-button :first-child {
    background: -webkit-linear-gradient(#e25e5f, #d73867); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e25e5f, #d73867); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e25e5f, #d73867); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e25e5f, #d73867); /* 标准的语法 */
    /* box-shadow: 0px 0px 20px #e25e5f; */
    color: #fff;
}

.vr-button .vr-mid {
    margin: 0px 16px;
}

.problem {
    width: 100%;
    height: 850px;
    background: url(../images/three_02.jpg) 50% 0;
    background-size: 100% 100%;
	background-attachment:fixed;
}

.swiper-wrapper {
   /* padding-left: 18px; */
}

.problem-title {
    width: 1200px;
    height: 74px;
    padding-top: 60px;
    margin: auto;
}

.problem-title h4 {
    font-size: 40px;
    text-align: center;
}

/*问题侧轮播*/
.problem-lb {
    width: 1200px;
    height: 666px;
    margin: auto;
    background: #fff;
}

.lb-left {
    width: 258px;
    height: 666px;
}

.lb-right {
    width: 942px;
    height: 666px;
}

.lb-left ul li {
    width: 258px;
    height: 110px;
    margin-bottom: 1px;
    background: #284e73;
}

.lb-left ul :last-child {
    margin: 0;
}

/**/
.gx {
    width: 100%;
    height: 850px;
    background: #f8f8f8;
}

.zygx {
    width: 1200px;
    height: 800px;
    margin: auto;
}

.zy-title {
    width: 1200px;
    height: 124px;
    text-align: center;
    padding-top: 60px;
}

.zy-title h5 {
    font-size: 40px;
    margin-bottom: 10px;
}

.zy-title p {
    font-size: 20px;
    color: #919191;
}

.zy-cont {
    width: 1200px;
    height: 614px;
}

.cont-top {
    width: 1200px;
    height: 213px;
    background: #284e73;
}

.cont-bot {
    width: 1200px;
    height: 403px;
    background: #fff;
}

.bot-left {
    width: 642px;
    height: 403px;
}

.bot-right {
    width: 558px;
    height: 403px;
}

.right-cont {
    width: 401px;
    height: 403px;

}

.right-cont input {
    width: 350px;
    height: 53px;
    border: solid 1px #cccccc;
    margin-bottom: 10px;
    padding-left: 48px;
    border-radius: 3px;
}

.p-top {
    font-size: 16px;
    text-align: center;
    padding-top: 47px;
    margin-bottom: 10px;

}

.p-top span {
    color: #e14647 !important;
}

.right-cont a {
    display: block;
    margin: auto;
    width: 400px;
    height: 48px;
    background: #d73867;
    color: #FFF;
    background: -webkit-linear-gradient(#e25e5f, #d73867); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e25e5f, #d73867); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e25e5f, #d73867); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e25e5f, #d73867); /* 标准的语法 */
    border-radius: 3px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    /* box-shadow: 0px 0px 10px #e25e5f; */
    margin-bottom: 10px;
}

.ys {
    font-size: 13px;
    color: #9f9f9f;
    text-align: center;
}

.lx {
    background: url(../images/but-ico_03.png) no-repeat;
    background-size: 24px 24px;
    background-position: 10px 15px;
}

.xm {
    background: url(../images/but-ico_06.png) no-repeat;
    background-size: 24px 24px;
    background-position: 10px 15px;
}

.phone {
    background: url(../images/but-ico_09.png) no-repeat;
    background-size: 24px 24px;
    background-position: 10px 15px;
}

.khz {
    width: 1200px;
    height: 542px;
    margin: auto;
}

.khz-title {
    width: 1200px;
    height: 72px;
    padding-top: 60px;

}

.khz-title h4 {
    font-size: 40px;
    text-align: center;
    color: #222;
}

.pic-list {
    width: 1200px;
    height: 354px;
}

.pic-list ul li {
    float: left;
    width: 200px;
    height: 118px;
}

.pic-list ul li img {
    transition: all 0.5s;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.pic-list ul li img:hover {
    transform: scale(1.1);
    z-index: 999
}

.btm {
    width: 100%;
    height: 771px;
    background: url(../images/db_02.jpg) 50% 0 no-repeat;
}

.btm-cont {
    width: 1200px;
    height: 607px;
    margin: auto;
    background: #fff;
}

.btm-title {
    width: 1200px;
    height: 100px;
    padding-top: 70px;
    text-align: center;
}

.btm-title h3 {
    font-size: 40px;
    color: #222;
    margin-bottom: 10px;
}

.btm-title p {
    font-size: 20px;
    color: #999999;
}

.btm-rl {
    width: 894px;
    height: 358px;
    margin: auto;
}

.btm-left {
    width: 493px;
    height: 358px;
}

.btm-right {
    width: 401px;
    height: 358px;
}

.two {
    height: 358px;
}

.bq {
    width: 1200px;
    height: 80px;
    margin: auto;
}

.bq p {
    text-align: center;
    font-size: 15px;
    color: #333333;
    line-height: 80px;
}

.wflb {
    width: 388px;
    height: 330px;
    margin: auto;
    background: #f9f9f9;
    margin-top: 40px;
}

/**/
.view2 {
    width: 942px;
    float: right;
    height: 665px;
}

.view2 .swiper-container2 {
    width: 942px;
    height: 665px;
}

.preview2 {
    float: left;
    width: 258px;
    height: 665px;
    margin: 0;
}

.preview2 .swiper-container2 {
    width: 258px;
    height: 665px;
    margin: 0;
    padding: 0;
}

.swiper-wrapper2 {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

/* CSS Document */
#ifocus {
    width: 1200px;
    height: 666px;


}

#ifocus_pic {
    display: inline;
    position: relative;
    float: right;
    width: 943px;
    height: 666px;
    overflow: hidden;
    /* margin: 10px 0 0 10px; */
}

#ifocus_piclist {
    position: absolute;
}

#ifocus_piclist li {
    width: 943px;
    height: 666px;
    overflow: hidden;
}

#ifocus_piclist img {
    width: 943px;
    height: 353px;
}

#ifocus_btn {
    display: inline;
    float: left;
    width: 257px;
    height: 666px;
    /* margin: 9px 9px 0 0; */
}

#ifocus_btn li {
    color: #fff;
    width: 257px;
    height: 84px;
    cursor: pointer;
    background: #284e73;
    margin-bottom: 1px;
    padding-top: 26px;
}

#ifocus_btn li p {
    color: #fff;
    font-size: 13px;
    width: 186px;
    margin: 10px 0 0 36px;
}

#ifocus_btn li span {
    margin-left: 36px;

    font-size: 18px;
    color: #fff;
}

#ifocus_btn img {
    width: 257px;
    height: 110px;
    /*   margin: 7px 0 0 11px; */
}

#ifocus_btn .current {
    background: -webkit-linear-gradient(#e25e5f, #d73867); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e25e5f, #d73867); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e25e5f, #d73867); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e25e5f, #d73867); /* 标准的语法 */
    color: #fff;

}

#ifocus_btn .current p {
    color: #fff;
}

#ifocus_btn .current span {
    color: #fff;
}

#ifocus_tx .normal {
    display: none;
}

/**/
.myscroll {
    width: 270px;
    height: 260px;
    margin: 0 auto;
    line-height: 26px;
    font-size: 12px;
    overflow: hidden;
}

.myscroll li {
    height: 26px;
    margin-left: 25px;
}

.myscroll a {
	font-size: 15px;
    color: #6c6c6c;
    text-decoration: none;
}

.myscroll a:hover {
    color: #ED5565;
    text-decoration: underline;
}

.titlewf {
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;

}

.titlewf p {
	text-align: center;
    font-size: 17px;
	padding-left: 23px;
}

.titlewf p span {
    color: #e14646;
}

.tab-title {
    width: 943px;
    height: 149px;
    text-align: center;
    padding-top: 56px;
}

.tab-title h5 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

.tab-title p {
    width: 640px;
    margin: auto;
    font-size: 15px;
    color: #999999;
    margin-bottom: 20px;
}

.tab-title .a1 {
    font-size: 15px;
    color: #e14647;
}

.tab-pic {
    width: 943px;
    height: 353px;
    background: #007AFF;
    margin-top: 10px;
}

.tab-pic img {
    width: 100%;
    height: 100%;
}

.butn {
    display: block;
    margin: auto;
    width: 240px;
    height: 48px;
    background: #d73867;
    color: #FFF;
    background: -webkit-linear-gradient(#e25e5f, #d73867); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e25e5f, #d73867); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e25e5f, #d73867); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e25e5f, #d73867); /* 标准的语法 */
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    /* 	box-shadow: 0px 0px 10px #e25e5f; */
    margin-top: 15px;

}

/*按钮效果*/
.btn-fx {
}

.btn-fx {
    -webkit-animation: free_download 0.5s linear alternate infinite;
    animation: free_download 0.5s linear alternate infinite;
}

@-webkit-keyframes free_download {
    0% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes free_download {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.btm-cont {
    position: relative;
}

.btm-cont .rw {
    position: absolute;
    top: 150px;
    right: -25px;
	z-index: 101;
	width: 150px;
	height: 345px;
}

.vr-rw {
    position: absolute;
    bottom: 0px;
    left: 8px;
    width: 266px !important;
    height: 223px !important;
z-index: 999;
}

.open {
    position: absolute;
    width: 45px !important;
    height: 45px !important;
    top: 50%;
    left: 46%;
	z-index: 999;
}

.muse {
    position: absolute;
    width: 38px !important;
    height: 38px !important;
    top: 20px;
    right: 24px;
	z-index: 999;
}

.vrpic {
    position: absolute;
    width: 38px !important;
    height: 38px !important;
    top: 70px;
    right: 24px;
	z-index: 999;
}

/* .trans-rotate{

    transition: transform .5s linear;
}

:hover{transform:rotate(5deg);}
 */
.btnbg {
    -webkit-animation: deg 0.7s linear alternate infinite;
    animation: deg 0.7s linear alternate infinite;
}

/* @-webkit-keyframes deg {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(5deg);
    }
}

@keyframes deg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
 */
.dh {
    color: #fff;
    font-size: 20px;
}

.p-top p {
    color: #e14647;
}
.pelm {
		position: absolute;
	}

	.xf{
		width: 100px;
		height: 250px;
		position: fixed;
		/* right: 50px; */
		right: 50px;
		background: #26476c;
		top: 30%;
		z-index: 100;
	}

	.xf a{
		color: #fff;
		display: block;
		width: 100px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 16px;
	}
	.xf .md{
		height: 45px;
		padding-top: 5px;
		position: relative;
	}
	.md img{
		position: absolute;
		top: 6px;
		left: 40px;
	}
	.xf .ys1{
		background: #284e73;
	}
	.xf a:hover{
		background: linear-gradient(#e25e5f, #d73867);
		color: #fff;
	}
	.zhezhao{
		display: block;
		position: fixed;
		top: 0px;
		background-color:rgba(0,0,0,0.8);
		width: 100%;
		height: 100%;
		z-index: 200;
	}
	.tc-bd{
		position: fixed;
		top: 20%;
		left: 35%;
		z-index: 201;
		width: 460px;
		height: 513px;
		border-radius: 10px;
		background: #fff;
	}
	.tc-title{
		width: 460px;
		height: 92px;
		background: url(../images/bd-bg_03.png) 100% 100%;
		border-radius:10px 10px 0 0;
		text-align: center;
		padding-top: 20px;
		position: relative;
	}
	.tc-title h5{
		color: #fff;
		font-size: 32px;
	}
	.tc-title p{
		color: #fff;
		font-size: 26px;
	}
	.three{
		margin: auto;
	}
	.p-tc{
		padding-top: 27px;
	}
	.tc-title .close{
		position: absolute;
		right: 10px;
		top: 5px;
		cursor:pointer;
	}

	.bk{
		width: 1200px;
		height: 540px;
		overflow: hidden;
		position: relative;


	}


.yd {
	position: absolute;
	width: 1600px !important;
	left: 0px;
	animation: gt 16s infinite linear ;
}

@keyframes gt {
	0% {
		left: 0px;
	}
	50% {
		left: -400px;
	}
	100% {
		left: 0px;
	}
}

.vrlex{
    padding-left:90px;

    width:70px;
    height:37px;
position:absolute;
top: 20px;
left:20px;
z-index:99;
color:#fff;
font-size:14px;
background:url(../images/vr360.png)no-repeat;
line-height:37px;
}
.vr-case{

}