/* 页面开始 */
.viewport{
	margin: 0 auto;
    background: #FFF;
    position: relative;
}
.mobile{
	width: 100%;
	font-size: 0;
}
.header{
	padding-top: 1.5rem;
	height:4.5rem;
	background-color: #000;
	position: relative;
}
.nav-m{
	background-color: rgba(0,0,0,0.9);
    width: 100%;
    position: absolute;
    top: 5rem;
    left: 0px;
    display: none;
    z-index: 1000;
    padding-top: 3rem;
    padding-bottom: 20rem;
    text-align: left;
}
.nav-m a{
	display: inline-block;
    line-height: 4rem;
    font-size: 1.8rem;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    height: 4rem;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
@-webkit-keyframes returnToNormal {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

@keyframes returnToNormal {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.header .nav{
	width:2.7rem;
	height:2rem;
	float:right;
	margin:0.7rem  2.4rem 0 0rem;
	position: relative;
	cursor:pointer;
}
.header .nav .icon{
	width: 2.7rem;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 1rem;
    left: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
}
.header .nav .icon:before {
    top: -0.7rem;
}
.header .nav .icon:after {
    top: 0.7rem;
}
.header .nav .icon:before, .header .nav .icon:after {
    width: 2.7rem;
    height: 3px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}
.header .nav.nav-b .icon {
    width: 0;
}
.header .nav.nav-b .icon:before {
    -webkit-transform: translateY(0.7rem) rotate(45deg);
    -ms-transform: translateY(0.7rem) rotate(45deg);
    transform: translateY(0.7rem) rotate(45deg);
}
.header .nav.nav-b .icon:after {
    -webkit-transform: translateY(-0.7rem) rotate(-45deg);
    -ms-transform: translateY(-0.7rem) rotate(-45deg);
    transform: translateY(-0.7rem) rotate(-45deg);
}
.logo{
	width:28.95rem;
	height:3.95rem;
	float: left;
	margin-left: 0.6rem;
	background:url(../mob_img/logo.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.logo a{
	display: inline-block;
	width:100%;
	height:100%;
}
.swiper-containergg{
	overflow: hidden;
	position: relative;
}
.swiper-containergg img{
	width:100%;
}
.swiper-containergg .swiper-pagination{
	bottom:2.5rem!important;
}
.swiper-containergg .swiper-pagination .swiper-pagination-bullet{
	width:4.5rem;
	height:0.3rem;
	border-radius:0.15rem;
	background: #696869;
	opacity:1;
}
.swiper-containergg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #fcfafc;
	opacity:1;
}
.main.list-nav{
	font-size: 0;
	background: #eeeeee;
	text-align: center;
}
.main.list-nav a{
	display: inline-block;
	width:33.333%;
	margin-bottom: 0.9rem;
}
.main.list-nav a img{
	width:41.6%;
	display: block;
	margin:0 auto;
}
.main.list-nav a p.fs24{
	color:#424343;
	line-height: 1.2rem;
	margin-top: 0.7rem;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.main.list-nav a p.fs12,
	.one-main .fs12{
		-webkit-transform:scale(0.6)
		} 
}
.main.list-nav a p.fs12{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ha{
	display:block;
	margin:0 auto;
	text-align: center;
}
.ha i{
	display: block;
	width:11.7rem;
	height:1.8rem;
	margin:0 auto;
}
.ha .blue{
	width:2rem;
	height:0.2rem;
	background: #1663ff;
	margin:0.6rem auto;
}
.yw .ha i{
	background:url(../images/q6.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.ha h2{
	color:#000104;
	font-weight: 600;
	line-height: 1.5rem;
}
.main.yw>p.fs18{
	color:#8c8c8c;
	text-align: center;
}
.main.yw ul{
	text-align: center;
}
.main.yw ul li{
	background: #1663ff;
	display: inline-block;
	width:26%;
	height:14.6rem;
	margin:0 1.5%;
	border-top-left-radius:3.5rem;
	border-top-right-radius:3.5rem;
	border-bottom-right-radius:3.5rem;
	border-bottom-left-radius:3.5rem;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.yw-top{
	width:100%;
	height:50%;
	color:#ffffff;
	overflow: hidden;
}
.yw-top .dian{
	display: block;
	margin:0 auto 0;
	width:10px;
	height:10px;
	border-radius: 100%;
	background: #fbcb5f;
	display: none;
}
.yw-top p.fs14{
	line-height: 0.7rem;
	display: none;
}
.yw-top p.fs28{
	margin:0.5rem auto;
	line-height: 1.4rem;
}
.yw-b{
	width:100%;
	height:50%;
	overflow: hidden;
}
.yw-b img{
	width:100%;
}
.main.yw ul li:nth-child(odd) .yw-top i:nth-child(1){
	display: block;
	margin-top: 2.3rem;
}
.main.yw ul li:nth-child(odd) .yw-top p:nth-child(5){
	display: block;
	margin-bottom: 1.3rem;
}
.main.yw ul li:nth-child(even) .yw-top p:nth-child(2){
	display: block;
	margin-top: 1.3rem;
}
.main.yw ul li:nth-child(even) .yw-top i:nth-child(4){
	display: block;
	margin-bottom: 2.5rem;
}
.main.yw ul li:nth-child(even) .yw-b{
	position: absolute;
	top:0;
	left:0;
}
.main.yw ul li:nth-child(even) .yw-top{
	position: absolute;
	bottom:0;
	left:0;
}
.two{
	width:23.7rem;
	height:11rem;
	margin:0 auto;
	background:url(../images/q7.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.main.yw{
	background:url(../images/q8.png) no-repeat bottom center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.main.fws{
	background: #333333 url(../images/q9.png) no-repeat 98% center;
	-webkit-background-size: 34%;
	background-size: 34%;
	color:#fff;
	text-align: center;
}
.main.fws .fs36{
	line-height: 1.8rem;
}
.main.fws .fs16{
	line-height: 0.8rem;
}
.main.fws p.fs36{
	margin:0.6rem auto 1rem;
}
.al .ha i {
	height:2rem;
    background: url(../images/q10.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.block35{
	height:1.75rem;
}
.main.al ul li {
	background: #f2f2f2;
	width:100%;
	margin:0 auto;
	position: relative;
}
.main.al ul li .al-l{
	float: left;
	width:48%;
	text-align: center;
	 padding-left: 5px;
}
.main.al ul li .al-r{
	float: right;
	width:50%;
}
.al-r img{
	width:100%;
}
.al-l i{
	display: block;
	width:1.85rem;
	height:2.05rem;
	margin:0 auto;
	background: url(../images/q11.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.al-l .fs20{
	line-height: 1rem;
	margin:0.5rem auto 0.3rem;
	color:#222222;
}
.al-l .fs12{
	line-height: 0.6rem;
	color:#222222;
	margin-bottom:0.8rem;
}
.al-l .fs14{
	color:#666666;
}
.main.al ul li:nth-child(even) .al-l{
	float: right;
}
.main.al ul li:nth-child(even) .al-r{
	float: left;
}
i.ling{
	display: block;
	position: absolute;
	top: 50%;
	left:50%;
    width: 0.8rem;
    height: 0.8rem;
    margin:-0.4rem 0 0 -0.4rem;
    background: #f2f2f2;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
a.more{
	display: block;
	width:18rem;
	height:2.8rem;
	margin:0 auto;
	border:1px solid #cccccc;
	color:#666666;
	line-height: 3rem;
	text-align: center;
	border-radius: 1.3rem;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a.more:hover{
	border:1px solid #666666;
	color:#222222;
}
.main.sy-one img{
	width:100%;
}
.main.sy-one {
	position: relative;
}
.one-main{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	text-align: center;
	color:#fff;
}
.one-main .fs36{
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}
.one-main .fs12{
	line-height: 0.6rem;
}
.video .ha i {
    height: 2rem;
    background: url(../images/q12.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.video-main{
	width:83%;
	margin:0 auto;
	text-align: center;
}
.video-main img{
	width:100%;
}
.vid-top{
	position: relative;
}
.vid-top i{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background: url(../images/q13.png) no-repeat center 40%;
	-webkit-background-size: 11%;
	background-size: 11%;
	overflow: hidden;
	color:#fff;
}
.vid-top i .bblock40{
	height:55%;
}
.vid-top i h2.fs18{
	line-height: 0.9rem;
}
.video-main a>.fs18{
	line-height: 0.9rem;
	margin:1rem auto 0.3rem;
	color:#000000;
}
.video-main a>.fs12{
	line-height: 0.6rem;
	color:#000000;
}
.main.alm{
	width:100%;
	height:14.25rem;
	background: url(../images/alm-bg.jpg) no-repeat center 40%;
	-webkit-background-size:100%;
	background-size:100%;
}
.alm-l{
	width:40%;
	color:#fff;
	float: left;
	text-align: right;
}
.alm-r{
	width:50%;
	float: right;
	height:100%;
}
.alm-r .list_lh{
	width:74%;
	height:73%;
	overflow: hidden;
	margin:0 auto;
}
.alm-r .list_lh li{
	height:1.5rem;
}
.alm-r .list_lh li a{
	height:1.5rem;
	font-size: 1rem;
	color:#fff;
	line-height: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .ha i {
    height: 2rem;
    background: url(../images/q15.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.new-nav{
	text-align: center;
}
.new-nav a{
	display: inline-block;
	width:9rem;
	height:2.5rem;
	border:1px solid #666666;
	font-size:1.1rem;
	color:#000001;
	line-height: 2.7rem;
	border-radius: 1.1rem;
	margin:0 1.9rem 0;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.new-nav a:hover{
	border:1px solid #305dff;
	color:#1663ff;
}
.new-nav a.on{
	border:1px solid #305dff;
	color:#1663ff;
}
.news ul li {
	position: relative;
	background: #f4f2f2;
}
.news ul li img{
	width:100%;
}
.news ul li .new-l{
	float: left;
	width:50%;
}
.news ul li .new-r{
	float: right;
	width:50%;
}
.news ul li:nth-child(even) .new-l{
	float: right;
}
.news ul li:nth-child(even) .new-r{
	float: left;
}
.new-r p.fs20{
	line-height: 1rem;
	margin:1rem 0 0.2rem 0.8rem;
	color:#000000;
}
.new-r p.fs12{
	color:#000000;
	line-height: 0.6rem;
	margin-bottom: 0.3rem;
}
.new-r p.fs18{
	color:#666666;
}
.new-r p{
	width:84%;
	margin-left: 0.8rem;
}
.yy .ha i {
    height: 2rem;
    background: url(../images/q16.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.yy input {
    display: block;
    width: 86%;
    height: 4.2rem;
    border: 1px solid #696869;
    margin: 0 auto;
    border-radius: 0.4rem;
}
.yy input[placeholder] {
    font-size: 1.2rem;
    color:#999999;
    font-family: "Microsoft Yahei", Arial, Verdana, 微软雅黑, 宋体;
    text-indent: 3.8em;
}
.yy input:nth-child(1) {
    background: url(../images/q17.png) no-repeat 5% center;
    -webkit-background-size: 6%;
    background-size: 6%;
}
.yy input:nth-child(3) {
    background: url(../images/q18.png) no-repeat 5% center;
    -webkit-background-size: 6%;
    background-size: 6%;
}
.yy input:nth-child(5) {
    background: url(../images/q19.png) no-repeat 5% center;
    -webkit-background-size: 6%;
    background-size: 6%;
}
.yy button {
    width: 86%;
    height: 4.3rem;
    display: block;
    margin:0 auto;
    background-color: #1663ff;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Microsoft Yahei", Arial, Verdana, 微软雅黑, 宋体;
    border-radius: 0.4rem;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    cursor: pointer;
}
.form p.fs20{
	text-align: center;
	color:#666666;
}
.fw{
	width:24rem;
	height:2.5rem;
	background: #eeeeee;
	margin:0 auto;
	border-radius: 1.25rem;
}
.fw p.fs22{
	text-align: center;
	line-height: 2.7rem;
	color:#666666;
}
.foot{
	background: #000001;
	position: relative;
	text-align: center;
}
.blogo{
	width:6.05rem;
	height:7.2rem;
	background: url(../images/b-logo.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -3.025rem;
	margin-top: -3.6rem;
}
.foot p.fs24{
	color:#999999;
	line-height: 1.2rem;
}
.foot h2.fs60{
	font-size:3rem;
	color:#fff;
	line-height: 3rem;
	margin-bottom: 0.5rem;
}
.foot p.fs18{
	color:#fff;
	line-height: 0.9rem;
}
.foot img{
	width:45%;
	margin:0 auto;
	display: block;
}
.foot p.fs18.f99{
	color:#999999;
}
.foot p.fs20{
	color:#fff;
}
.copy{
	border-top:1px solid #403e3e;
}
.copy p.fs18{
	color:#999999;
	margin-bottom: 0.4rem;
}
.copy p.fs18 a{
	color:#999999;
	margin-bottom: 0.4rem;
}
.btn{
	position: fixed;
	z-index: 999;
	bottom:0;
	width:100%;
	max-width: 36rem;
	height:4.8rem;
	background: url(../images/q.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.btn a{
	display: inline-block;
	width:50%;
	height:100%;
}
.list-header{
	text-align: center;
	background: url(../images/list-bg.png) no-repeat top center;
	-webkit-background-size: 100%;
	background-size: 100%;
	color:#fff;
	height:15rem;
}
.list-header .fs42{
	line-height: 2.1rem;
}
.list-header .fs14{
	line-height: 0.7rem;
	margin:0.7rem auto;
}
.list-header .fs18{
	line-height: 0.9rem;
}
.list-header .sj{
	display: block;
	width: 0;
	height: 0;
	border-left:0.6rem solid transparent;
	border-right:0.6rem solid transparent;
	border-top:0.6rem solid #fff;
	margin:1rem auto;
}
.w92{
	width:92%;
	margin:0 auto;
}
.list-fw .fw-top{
	position: relative;
}
.fw-top img{
	width:100%;
}
.fw-top i{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	color:#fff;
	background:rgba(0,0,0,.4);
}
.fw-top i .bblock50{
	width:100%;
	height:32%;
}
.list-fw li div.fs20{
	width:85%;
	margin:0 auto;
	text-align: center;
}
.list-fw  .block15{
	background: #f1f1f1;
}
.list-fw li:nth-child(1) .block40{
	height:0rem;
}
.list {
	text-align: center;
}
.list a{
	display: inline-block;
	height:2.5rem;
	padding:0 1rem;
	border:1px solid #999999;
	color:#333333;
	line-height: 2.6rem;
	font-size: 1.2rem;
	margin:0 0.3rem;
	border-radius: 1.2rem;
}
.list a.cover{
	background: #185fef;
	border:1px solid #185fef;
	color:#fff;
}
.list a:hover{
	background: #185fef;
	border:1px solid #185fef;
	color:#fff;
}
.list-al li img{
	width:100%;
}
.al-b{
	width:90%;
	margin:0 auto;
}
.al-b h2{
	color:#222222;
}
.al-b div i:nth-child(1){
	display: inline-block;
	width:0.8rem;
	height:0.8rem;
	background: url(../images/q20.png) no-repeat top center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-right:0.5rem;
	float: left;
	margin-top: 0.1rem;
}
.al-b div i:nth-child(3){
	display: inline-block;
	width:0.7rem;
	height:0.85rem;
	background: url(../images/q21.png) no-repeat top center;
	-webkit-background-size: 100%;
	background-size: 100%;
	float: left;
	margin:0.1rem 0.5rem 0 1rem;
}
.al-b div p.fs16{
	float: left;
	color:#333333;
}
.al-b div.fs18{
	color:#666666;
}
.content{
	 text-align: center;
}
/*.content .al-b{
	width:60%;
}*/
.content .al-b i,.content .al-b p{
	float: none!important;
	display: inline-block!important;
}
.con-main {
	font-size: 1rem;
	color:#666666;
	width:100%;
	margin:0 auto;
}
.con-main img{
	max-width: 100%;
}
a.more.bg{
	width:16.5rem;
	background: #1663ff;
	border:1px solid #1663ff;
	color:#fff;
	font-size:1.2rem;
	box-shadow: 0px 0.2rem 0.5rem 0.1rem #b2ccff;
}
.heng.block15{
	height:0.75rem;
	background: #f1f1f1;
	border:none;
}
.video-main.w86{
	width:86%;
}
.video-main.w86 .block90{
	background: url(../images/q22.png) no-repeat center 1.3rem;
	-webkit-background-size: 40%;
	background-size: 40%;
}
video {
    width: 100%;
    height: auto;
}
.fz{
	width:24.2rem;
	height:4.2rem;
	margin:0 auto;
	background: url(../images/q23.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.fz a{
	display: inline-block;
	width:33.33%;
	height:100%;
}
.new-list li .clearfix{
	background: #f2f2f2;
}
.new-list .new-l{
	width:60%;
	position: relative;
}
.new-list .new-l img{
	width:100%;
}
.new-list .new-r{
	width:40%;
	text-align: center;
}
.new-list .new-r h2{
	width:90%;
	margin:2rem auto 0;
	color:#333333;
}
.new-list li:nth-child(odd) .new-l{
	float: left;
}
.new-list li:nth-child(odd) .new-r{
	float: right;
}
.new-list li:nth-child(even) .new-l{
	float: right;
}
.new-list li:nth-child(even) .new-r{
	float: left;
}
.new-list li:nth-child(odd) .new-l .ling{
	position: absolute;
	top:50%;
	left:97%;
	margin-left: 0.4rem;
}
.new-list li:nth-child(even) .new-l .ling{
	position: absolute;
	top:50%;
	left:0%;
	margin-left: -0.6rem;
}
.lv{
	display: block;
	margin:0 auto;
	width:2.5rem;
	height:0.15rem;
	background: #1663ff;
	margin:0.8rem auto 0.5rem;
}
.content h2.fs48{
	color:#222222;
	line-height: 2.4rem;
}
.gywm{
	width:88%;
	margin:0 auto;
}
.gywm .clearfix p{
	float: left;
	font-weight: bold;
	color:#1663ff;
	line-height: 1.5rem;
}
.q{
	display: inline-block;
	float: left;
	width:4.7rem;
	height:1.3rem;
	background: url(../images/q24.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin:0 0 0 0.4rem;
}
.gywm p.fs22{
	color:#666666;
}
.t{
	display: inline-block;
	float: left;
	width:5.1rem;
	height:1.4rem;
	background: url(../images/q25.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin:0 0 0 0.4rem;
}
.gy-main{
	width:90%;
	margin:0 auto;
	background: #f2f2f2;
	text-align: center;
	position: relative;
}
.gy-main .fs18{
	line-height: 0.9rem;
	margin-bottom: 0.5rem;
}
.gy-main .fs36{
	line-height: 1.8rem;
	color:#333333;
}
.gy-main .fs30{
	line-height: 1.5rem;
	color:#333333;
}
.d{
	display: block;
	margin:0 auto;
	width:1.3rem;
	height:1.4rem;
	background: url(../images/q26.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-bottom: 0.7rem;
}
.w{
	display: block;
	margin:0 auto;
	width:1.9rem;
	height:1.55rem;
	background: url(../images/q27.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-bottom: 0.7rem;
}
.conma{
	width:100%;
	margin-top: -4.5rem;
}
.conba{
	text-align: center;
	color:#666666;
}
.lx i{
	display: block;
	width:4rem;
	height:4rem;
	margin:0 auto 1rem;
}
.q28{
	background: url(../images/q28.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.q29{
	background: url(../images/q29.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.q30{
	background: url(../images/q30.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.lx .fs20{
	color:#222222;
}
.lx .fs20.x{
	color:#666666;
}
.lx .fs60{
	font-size:3rem;
	color:#222222;
	line-height: 3.2rem;
}