﻿@charset "UTF-8";

@font-face

{

font-family:Georgia;

src: url('../other/Georgia.ttf');

}

.logo { font-size: 24px; color: #fff; padding: 13px 0 0 25px; float:left }

.superNav { width: 100%; background-color: rgba(255,255,255,1); height: 84px; position: fixed; z-index: 80; left: 0px; top: 0px; box-shadow:0 2px 3px rgba(0,0,0,0.1);}

.superNav .container{padding:0; width:100%;}

.superNav-inner { width: 100%; margin-right: auto; margin-left: auto; position: relative; }

.superNav-inner-header { float: left }

.superNav-inner-header-icon { display: none; }

.superNav-inner-nav { float:right; }

.superNav-inner-nav li { display: inline-block; float: left; position: relative; border-left: 1px solid #e0e0e0; height: 84px;}

.superMenuDl { width: 100%; padding: 25px 0px; background: rgba(255,255,255,0.65); position: absolute; left: 0px; top: 84px; text-align: center; display: none; }

.nav_a2 { line-height: 38px; height: 38px; display: inline-block; font-size: 14px; }

.nav_a2:hover { text-decoration: underline; }

.nav_a { display: inline-block; line-height: 84px; font-size: 18px; padding: 0 40px; }

.nav_a:hover,.superNav-inner-nav li.hover .nav_a,.superNav-inner-nav li.on .nav_a{ color: #FFF; background: #046BB4; }

.hide{display:none;}

@media (min-width:768px) {

.superNav-inner-nav { display: block!important; }

}

@media (max-width:767px) {

.logo { font-size: 16px; line-height: 50px; padding: 0 10px; }

.superNav { height: 50px; position: fixed; z-index: 80; left: 0; top: 0; background-color: rgba(0,0,0,0.7); }

.superNav .container { padding-left: 0; padding-right: 0; }

.superNav-inner-header { width: 100%; height: 50px; position: absolute; top: 0; right: 0; }

.superNav-inner-header-icon { color: #ffffff; height: 50px; line-height:50px; font-size: 14px; text-align: center; width: 70px; position: absolute; right: 5px; top: 0; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s; display: block; }

.superNav-inner-header-icon:hover { background-color: rgba(255,255,255,0.2); cursor: pointer; }

.superNav-inner-header-icon span { position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 1px) / 2); width: 25px; height: 2px; background-color: rgba(255,255,255,1); }

.superNav-inner-header-icon span:nth-child(1) { transform: translateY(4px) rotate(0deg); }

.superNav-inner-header-icon span:nth-child(2) { transform: translateY(-4px) rotate(0deg); }

.superNav-inner-header-icon-click span:nth-child(1) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst; }

.superNav-inner-header-icon-click span:nth-child(2) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond; }

 @keyframes clickfirst { 0% {

 transform: translateY(4px) rotate(0deg);

}

 100% {

 transform: translateY(0) rotate(45deg);

}

}

 @keyframes clicksecond { 0% {

 transform: translateY(-4px) rotate(0deg);

}

 100% {

 transform: translateY(0) rotate(-45deg);

}

}

.superNav-inner-header-icon-out span:nth-child(1) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }

.superNav-inner-header-icon-out span:nth-child(2) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: outsecond; }

 @keyframes outfirst { 0% {

 transform: translateY(0) rotate(-45deg);

}

 100% {

 transform: translateY(-4px) rotate(0deg);

}

}

 @keyframes outsecond { 0% {

 transform: translateY(0) rotate(45deg);

}

 100% {

 transform: translateY(4px) rotate(0deg);

}

}

.superNav-inner-nav { background-color: rgba(0,0,0,0.9); width: 100%; position: absolute; top: 50px; left: 0px; padding-top: 30px; padding-bottom: 80px; display: none; margin-left: 0; }

.superNav-inner-nav li { display: block; }

.superNav-inner-nav a { display: inline-block; line-height: 50px; text-decoration: none; width: 90%; margin-left: 5%; color: #333333; 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; font-size: 18px; }

.superNav-inner-nav a:hover { color: rgba(255,255,255,0.4); border-bottom: solid 1px rgba(255,255,255,0.2); }

.superNav-inner-nav a { -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 { 0% {

 opacity: 0;

 -webkit-transform: translate3d(0, -100%, 0);

 transform: translate3d(0, -100%, 0);

}

 100% {

 opacity: 1;

 -webkit-transform: none;

 transform: none;

}

}

 @keyframes returnToNormal { 0% {

 opacity: 0;

 -webkit-transform: translate3d(0, -100%, 0);

 transform: translate3d(0, -100%, 0);

}

 100% {

 opacity: 1;

 -webkit-transform: none;

 transform: none;

}

}

}

.hmFocus,.hmFocus .swiper-slide,.hmFocus .hmBanner{width: 100%;height: 100%;}

.nextPage2 { height: 46px; width: 24px; border: 2px solid #FFF; margin-left: -12px; position: absolute; left: 50%; z-index: 20; bottom: 35px; border-radius:1.8em; }

.nextPage2:before{width:6px; height:6px; background:#fff; border-radius:50%; overflow:hidden; position:absolute; left:50%; margin-left:-3px; top:7px; content:""}

.nextPage2:after{ background: url(../images/nextPage.png) no-repeat; background-size:12px auto; height: 13px; width: 12px; display: block; margin-left: -6px; left: 50%; top: 17px; content: ""; position: absolute; animation:nextIconMv 0.8s linear 0s infinite; -webkit-animation:nextIconMv 0.8s linear 0s infinite; }

@keyframes nextIconMv{

	0% {top:17px;}

	100% {top:24px;}

}

@-webkit-keyframes nextIconMv{

	0% {top:17px;}

	100% {top:24px;}

}

.hm_page2{ background: url(../images/page2.jpg) no-repeat center center; background-size:cover; }

.hm_page3{ background: url(../images/page3.jpg) no-repeat center center; background-size:cover; }

.hm_page4{ background: url(../images/page4.jpg) no-repeat center center; background-size:cover; }

.hm_page5{ background: url(../images/page5.jpg) no-repeat center center; background-size:cover; }

.backTop { background: url(../images/backTop.png) no-repeat; height: 50px; width: 50px; position: fixed; z-index: 50; right: 20px; bottom: 90px; display: none; }

.topRes { float: right; background: #046bb4; padding: 0px 26px; position: relative; }

.top_aRes { height: 84px; padding: 33px 12px 0px; display: inline-block; }

.topWxImg { position: absolute; top: 77px; right: 0px; }

.superNav-inner-nav li .mLag { line-height: 24px; font-size: 14px; display:block }

.superNav-inner-nav .superLange { text-align: center; padding: 18px 50px 0px; background: #ededed; }

.superNav-inner-nav li a span { display: inline-block; margin-right: 15px; }

.hm_page1 .swiper-pagination{bottom:110px;}

.hm_page1 .swiper-pagination-bullet{opacity:1; border-radius:0; width:38px; height:4px; background:#fff;}

.hm_page1 .swiper-pagination-bullet-active{background:#046BB4;}

.hmT1en { text-align: center; height: 36px; text-transform: uppercase; font: 22px/36px Georgia; }

.hmT1ch { font-size: 24px; line-height: 38px; height: 38px; margin-bottom: 98px; text-align: center; position: relative; }

.hmT1ch span { display: inline-block; margin-right: 15px; position:relative; top:4px; }

.hmT1ch:after{content:""; width:60px; height:2px; background:#333; display:block; position:absolute; left:50%; margin-left:-30px; bottom:-32px;}

.hmp2_nm{ position: absolute; width: 100%; left: 0px; bottom: 0px; display: block; padding: 0px 28px; line-height: 44px; height: 44px; background: rgba(54,113,202,1); font-size: 16px; text-align: center; font-weight: normal; color: #FFF; transition:all 0.3s ease }

.hmp2_layer { position: absolute; left: 0px; right: 0px; bottom: -1px; color: #FFF; background: rgba(54,113,202,0.8); padding: 26px 30px 0px; transition: all 0.3s ease; top: 0px; opacity:0; transform:translateY(-50px); }

.hmp2_layer strong { font-size: 16px; line-height: 44px; text-align: center; font-weight: normal; display: block; height: 44px; margin-bottom: 12px; }

.hmp2_layer p{ font-size: 13px; line-height: 26px; transition:all 0.3s ease }

.hmp2_aBox { display: block; position: relative; overflow:hidden }

.hmp2_aBox:hover .hmp2_nm{ bottom:-44px;}

.hmp2_aBox:hover .hmp2_layer{ opacity:1; transform:translateY(0px);}

.hmPage_ul li:nth-child(2) .hmp2_nm{ background:rgba(240,139,17,1);}

.hmPage_ul li:nth-child(2) .hmp2_layer { background:rgba(240,139,17,0.8);}

.hmPage_ul li:nth-child(3) .hmp2_nm{ background:rgba(20,170,60,1);}

.hmPage_ul li:nth-child(3) .hmp2_layer { background:rgba(20,170,60,0.8);}

.hmPage_ul li:nth-child(4) .hmp2_nm{ background:rgba(9,164,156,1);}

.hmPage_ul li:nth-child(4) .hmp2_layer { background:rgba(9,164,156,0.8);}

.hmPage_ul li { padding: 0px 25px; }

.hmPage_ul ul { margin: 0px -25px; }

.hmNext { background: url(../images/hmNext.png) no-repeat; height: 30px; width: 59px; position: absolute; left: 50%; bottom: 8%; display: block; margin-left: -30px; animation:nextIconMv2 2.6s linear 0s infinite; -webkit-animation:nextIconMv2 2.6s linear 0s infinite; }

@keyframes nextIconMv2{

	0% { transform:translateY(-10px); opacity:0}

	50% { opacity:1}

	100% { transform:translateY(10px);}

}

@-webkit-keyframes nextIconMv2{

	0% { transform:translateY(-10px); opacity:0}

	50% { opacity:1}

	100% { transform:translateY(10px);}

}



.hmc3_ul{margin-top:-15px;}

.hmc3_ul ul { margin: 0px -3px; }

.hmc3_aBox { display: block; height: 350px; position: relative; padding: 179px 15% 0px; text-align: center; }

.hmc3_aBox img { position: absolute; left: 50%; top: 44px; margin-left: -60px; }

.hmc3_ImgIcon{opacity:0; transition:all 0.3s ease;}

.hmc3_aBox:hover .hmc3_ImgIcon{opacity:1;}

.hmc3_ul ul li { display: inline-block; width: 20%; padding: 0px 3px; float: left; }

.hmc3_t1 { font-size: 18px; color: #d62d68; line-height: 62px; height: 62px; transition:all 0.3s ease; }

.hmc3_aBox p { font-size: 13px; color: #666666; line-height: 22px; transition:all 0.3s ease; }

.hmc3_ul li:nth-child(2) .hmc3_t1{color:#f08b11;}

.hmc3_ul li:nth-child(3) .hmc3_t1{color:#2478c0;}

.hmc3_ul li:nth-child(4) .hmc3_t1{color:#14aa3c;}

.hmc3_ul li:nth-child(5) .hmc3_t1{color:#09a49c;}

.hmc3_aBox:hover{ background:#e74c82;}

.hmc3_ul li:nth-child(2) .hmc3_aBox:hover{background:#f08b11;}

.hmc3_ul li:nth-child(3) .hmc3_aBox:hover{background:#2478c0;}

.hmc3_ul li:nth-child(4) .hmc3_aBox:hover{background:#14aa3c;}

.hmc3_ul li:nth-child(5) .hmc3_aBox:hover{background:#09a49c;}

.hmc3_aBox:hover .hmc3_t1,.hmc3_aBox:hover p{color:#fff!important;}

.hmp4_tag { text-align: center; height: 87px; margin-top: -25px; }

.hmp4_a { font-size: 14px; color: #666666; padding: 0px 35px; line-height: 32px; display: inline-block; height: 34px; border: 1px solid #B5B5B5; margin: 0px 6px; border-radius:0.3em; }

.hmp4_a.on{ color: #FFF; background: #046bb4; border: 1px solid #046bb4; }

.hmp4_ul { }

.hmp4_ul ul li { padding: 0px 24px; }

.hmp4_aBox .autoImg { overflow: hidden; }

.hmp4_aBox p { font-size: 14px; line-height: 22px; height: 62px; overflow: hidden; color: #333; }

.hmp4Btn { display: block; height: 24px; width: 24px; background: url(../images/hmp4Btn.png) no-repeat right top; transition:all 0.3s ease }

.hmp4Time { color: #666666; line-height: 38px; padding-top: 8px; display: block; }

.hmp4_aBox img{transition:all 0.3s ease;}

.hmp4_aBox:hover img{transform:scale(1.1);}

.hmp4_aBox:hover .hmp4Btn{ background: url(../images/hmp4Btn.png) no-repeat left center; }

.hm_page5{color:#000;}

.hm_page5 .hmT1ch::after{background:#333;}

.footer { color: #444444; text-align: center; line-height: 26px; padding: 25px 15px; position: absolute; left: 0px; bottom: 0px; width: 100%; background: rgba(0,0,0,0.12); font-size: 14px; }

.footer a{ color: #444; margin:0 5px;}

.hmp5Box { margin: 0px auto; width:100%; max-width: 915px; padding-left:25px; padding-right:25px; }

.hmp5BoxL { float: left; width:100%; max-width: 372px; }

.hmp5BoxR { float: right; width: 100%; max-width: 450px; height: 340px;}

.hmp5BoxL p { line-height: 32px; font-size: 14px; text-indent: -42px; padding-left: 42px; }

.hmp5_t1 { font-size: 20px; line-height: 34px; padding-top: 10px; }

.hmp5bom { margin-top: 40px; }

.hmp5_bmR { float: right; width: 200px; }

.hmp5_sys { text-align: center; height: 30px; margin-bottom: 32px; font-size: 14px; line-height: 30px; color: #FFF; background: #0080B9; display: block; border-radius: 1.4em; position: relative; }

.hmp5_sys:after{ content: ""; background: url(../images/hmp5Icon.png) no-repeat; height: 10px; width: 23px; position: absolute; left: 16px; bottom: -10px; }

.hmp5Sel { margin: 10px auto 0px; height: 22px; width: 168px; position: relative; }

.hmp5Hnm { line-height: 22px; color: #a1d2f4; display: block; text-align: center; position: relative; background: #0071A4; cursor: pointer; }

.hmp5Hnm:after{ content: ""; background: url(../images/hmp5Icon2.png) no-repeat; height: 5px; width: 9px; position: absolute; top: 8px; right: 12px; }

.hmp5Sel ul { width: 100%; background: #F7F7F7; line-height: 24px; position: absolute; left: 0px; bottom: 22px; padding: 15px 0px; }

.hmp5Sel ul li a { color: #666666; padding-left: 12px; display: block; }

.hmp5Sel ul li a:hover{ color: #005ea1; }

.m2topEmpty { height: 84px; }

.m2menu { text-align: center; padding: 56px 0px 38px; }

.m2menu_a { padding: 0px 33px; line-height: 36px; display: inline-block; margin: 0px 8px 12px; height: 38px; border: 1px solid #AAAAAA; font-size: 15px; border-radius: 0.3em; position: relative; }

.m2menu_a.on,.m2menu_a:hover{ background: #046BB4; color: #FFF; border: 1px solid #046BB4; }

.m2menu_a:after{ transition:all 0.3s ease;content:""; border-left:8px solid transparent; border-right:8px solid transparent; border-top:8px solid #fff; position:absolute; left:50%; margin-left:-5px; bottom:-9px;}

.m2menu_a.on:after,.m2menu_a:hover:after{ border-top:8px solid #046BB4;}

.m2main { width: 100%; max-width:1100px; margin:0 auto; }

.m2proTop { background: #F7F7F7; position: relative; }

.m2footer { color: #222222; background: #ccc; position: static; }

.m2pro_t1 { line-height: 42px; text-align: center; padding: 52px 0px 35px; font-size: 28px; color: #000; }

.m2zcMain { background: #f5f5f5; }

.m2zc_t1 { font: 30px/42px Georgia; color: #b1b1b1; text-transform: uppercase; text-align: center; padding-top: 75px; }

.m2zc_t2 { font-size: 22px; line-height: 36px; text-align: center; padding-bottom: 32px; }

.m2zcImg { float: left; width: 100%; max-width:330px; margin: 56px 0px 40px; position: relative; }

.m2zcImg img{ border: 2px solid #FFF; border-radius:0.8em;}

.m2zcImg:after{ content: "";/* background: url(../images/m2zcShax.jpg) no-repeat;*/ height: 40px; width: 185px; position: absolute; bottom: -42px; right: 0px; }

.m2zcTxt { padding-bottom: 50px; }

.m2zcEditor { /*margin: 0px 0px 0px 422px;*/margin: 0px 0px 0px 352px; padding: 48px 66px 55px 0px; font-size: 14px; line-height: 28px; color: #666666; position:relative; }

.m2zcT { font-size: 16px; color: #ef7c00; line-height: 32px; display: block; margin-bottom: 14px; }

.m2zcEditor:before{ content: ""; background: url(../images/m2zc_line1.png) no-repeat; height: 110px; width: 150px; position: absolute; left: -65px; top: 0px; }

.m2zcEditor:after{ content: ""; height: 110px; width: 150px; position: absolute; right: 0px; bottom: 0px; background: url(../images/m2zc_line2.png) no-repeat; }

.m2zrEditor { font-size: 14px; line-height: 26px; color: #6b6b6b; padding: 10px 0px 0px; }

.m2proTxt strong { font-size: 18px; color: #046bb4; line-height: 34px; display: block; margin-bottom: 12px; }

.m2proTxt { font-size: 13px; line-height: 28px; color: #777777; padding: 0px 20px 0px 25px; position: absolute; top: 50%; transform:translateY(-50%) }

.m2proRtv { position: absolute; top: 0px; right: 0px; height: 100%; }

.m2pro_down,.m2pro_down:hover { line-height: 64px; height: 64px; width: 302px; text-align: center; background: url(../images/m2pro_btnBg.jpg) repeat; font-size: 22px; color: #FFF; display: block; margin: 30px auto 50px; border-radius:0.2em; }

.m2pro_down img { margin-right: 14px; position: relative; top: 3px; }

.m2proChange { }

.m2proChange .chgBtnList { height: 46px; position: relative; z-index: 1; }

.m2proChange .chgBtnList ul .chgBtn { float: left; width: 20%; text-align: center; border-top: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD; border-left: 1px solid #CDCDCD; line-height: 44px; height: 46px; font-size: 14px; cursor: pointer; position: relative; }

.m2proChange .chgBtnList ul .chgBtn:last-child{border-right: 1px solid #CDCDCD;}

.m2proChange .chgBtnList ul .chgBtn.chgCutBtn { color: #FFF; background: #1079c4; border-top: 1px solid #1079c4; border-bottom: 1px solid #1079c4; border-left: 1px solid #1079c4; }

.m2proChange .chgBtnList ul .chgBtn.chgCutBtn:last-child{border-right: 1px solid #1079c4;}

.m2proSlider { height: 355px; border-right: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD; border-left: 1px solid #CDCDCD; padding: 54px 54px 0px; }

.m2proChange .chgBtnList ul .chgBtn.chgCutBtn:after{content:""; border-left:8px solid transparent; border-right:8px solid transparent; border-top:8px solid #1079c4; position:absolute; left:50%; margin-left:-5px; bottom:-9px;}

.m2proDsc { margin-left: 366px; }

.m2proP { font-size: 13px; line-height: 28px; color: #868686; height: 140px; overflow: hidden; margin-bottom: 22px; }

.m2proDsc strong { font-size: 16px; line-height: 32px; color: #006fbe; display: block; margin-bottom: 8px; }

.m2pro_more { font-size: 13px; line-height: 36px; color: #5c5c5c; height: 38px; width: 136px; border: 1px solid #868686; display: inline-block; text-align: center; border-radius:0.3em; }

.cor_blue { color: #006fbe; }

.m2pro_more:hover{ color: #FFF; background: #006fbe; border: 1px solid #006fbe; }

.m2proImgTxt { font-size: 13px; line-height: 28px; color: #868686; padding: 50px 0px; }

.m2proTop2 .imgBlock{ padding: 10px; border: 1px solid #D8D8D8; position: relative; }

.m2proTop2 .imgBlock i { background: url(../images/m2proTag.png) no-repeat; height: 30px; width: 95px; font-size: 14px; font-weight: bold; color: #FFF; padding-left: 12px; position: absolute; left: 10px; top: 30px; font-style: normal; line-height: 30px; }

.m2proInfo { margin-left: 580px; }

.m2pro_t2 { line-height: 38px; font-size: 24px; color: #046bb4; padding: 6px 0px 20px; border-bottom: 1px solid #DFDFDF; }

.m2pro_txt2 { padding: 28px 0px 20px; font-size: 14px; line-height: 28px; color: #666666; }

.m2pro_txt2 strong { font-size: 16px; line-height: 30px; color: #333333; display: block; margin-bottom: 8px; }

.m2proRes { height: 55px; border-bottom: 1px solid #DFDFDF; }

.m2proIconBtn { background: url(../images/m2pro_icon.png) no-repeat center center; height: 18px; width: 22px; background-size: 22px auto; display: inline-block; margin-right: 8px; position: relative; top: 3px; }

.m2pro_btn,.m2pro_btn:hover { background: #046BB4; text-align: center; height: 50px; width: 220px; margin-right: 10px; display: inline-block; font-size: 16px; line-height: 50px; font-weight: bold; color: #FFF; border-radius:0.2em; }

.m2pro_btn2,.m2pro_btn2:hover { background: #009c2a; text-align: center; height: 50px; width: 220px; margin-right: 10px; display: inline-block; font-size: 16px; line-height: 50px; font-weight: bold; color: #FFF; border-radius: 0.2em; }

.m2proBomBtn { padding-top: 30px; }

.m2pro_res { line-height: 48px; height: 48px; }

.m2pro_res strong { font-size: 15px; background: url(../images/resIcon.png) no-repeat left center; float: left; padding-left: 24px; margin-right: 17px; }

.m2pro_rsBtn { float: left; margin: 0!important; padding: 0!important; margin-top: 9px!important; margin-right: 6px!important; height: 30px!important; width: 30px!important; display: block; }

.m2pro_res.bdsharebuttonbox .m2pro_rsBtn.bds_tsina { background: url(../images/m2xx_icon1.png) no-repeat left top; }

.m2pro_res.bdsharebuttonbox .m2pro_rsBtn.bds_tqq { background: url(../images/m2xx_icon2.png) no-repeat left top; }

.m2pro_res.bdsharebuttonbox .m2pro_rsBtn.bds_sqq { background: url(../images/m2xx_icon3.png) no-repeat left top; }

.m2pro_res.bdsharebuttonbox .m2pro_rsBtn.bds_weixin { background: url(../images/m2xx_icon4.png) no-repeat left top; }

.bd_weixin_popup,bd_weixin_popup *{box-sizing:content-box;} 

.m2cy_ul { padding: 15px 0px 35px; }

.m2cy_ul li { margin-bottom: 40px; }

.m2cyTxt { margin-left: 438px; font-size: 14px; line-height: 28px; color: #666666; }

.m2cyTxt strong { font-size: 24px; line-height: 38px; padding-top: 2px; padding-bottom: 20px; color: #222; font-weight: normal; display: block; }

.m2lcBox { margin: 0px auto; max-width: 870px; width: 100%; padding-bottom: 62px; }

.m2lcBox dl { }

.m2lcBox dt { line-height: 48px; font-size: 14px; font-weight: bold; color: #046bb4; float: left; text-align: right; width: 122px; }

.m2lcBox dd { border-left: 1px solid #D4D4D4; margin-left: 145px; position: relative; padding: 0px 0px 12px 37px; }

.m2lcBox dd:before{ content: ""; height: 18px; width: 18px; border: 4px solid #549DD1; position: absolute; left: -10px; top: 15px; border-radius: 50%; background: #F5F5F5; }

.m2lcTxt { line-height: 24px; padding: 12px 20px; background: #DFDFDF; font-size: 14px; color: #444444; border-radius: 0.3em; position: relative; }

.m2lcTxt:before{ content: ""; border-top: 8px solid #F5F5F5; border-right: 8px solid #DFDFDF; border-bottom: 8px solid #F5F5F5; margin-top: -8px; position: absolute; left: -8px; top: 50%; }

.m2lcBox dl:nth-child(2n) .m2lcTxt{background:#E9E9E9;}

.m2lcBox dl:nth-child(2n) .m2lcTxt:before{ content: ""; border-right: 8px solid #E9E9E9;}

.m2lcBox dl:last-child dd{padding-bottom:0;}

.m3menu { font-size: 14px; text-align: center; }

.m3menu_a { line-height: 28px; color: #555; border-bottom: 2px solid #FFF; margin: 0px 20px; padding: 0px 8px 22px; display: inline-block; }

.m3menu_a.on, .m3menu_a:hover { color: #046bb4; border-bottom: 2px solid #046bb4; }

.m2svr_ul { max-width: 980px; margin: 0 auto; padding: 5px 0px 50px; }

.m2svr_ul li { text-align: center; padding-bottom: 38px; }

.m2svrBx1 { height: 538px; }

.m2svrImg { background-size: cover; background-position: center center; height: 538px; }

.m2svrTxt { float: left; height: 538px; width: 438px; margin-left: 6%; position: relative; }

.m2svrTxtBox { position: absolute; left: 0px; top: 50%; width: 100%; transform:translateY(-50%) }

.m2svrTxtBox strong { font-size: 28px; line-height: 44px; color: #046bb4; height: 44px; display: block; margin-bottom: 28px; font-weight: normal; }

.m2svrTxtBox strong img { float: left; margin-right: 12px; }

.m2svrP p { background: url(../images/m2svr_icon5.jpg) no-repeat left 11px; padding-left: 15px; font-size: 14px; line-height: 30px; color: #555; }

.m2svrP { margin-bottom: 25px; }

.m2svrFun { padding: 0px 20px; font-size: 14px; line-height: 36px; height: 38px; color: #777777; display: inline-block; border: 1px solid #777777; border-radius:1.8em; }

.m2svr_aBtn { margin: 0px 5px; position: relative; top: 2px; }

.m2svrBx2 .m2svrImg { float: right; }

.m2svrBx2 .m2svrTxt { float: right; margin-right: 6%; margin-left: 0px; }

.m2pList { margin: -10px auto 0px; width: 100%; max-width: 980px; padding: 0px 0px 42px; }

.m2pList li { padding: 25px 0px; border-bottom: 1px solid #D3D3D3; }

.m2pList li:last-child{border:none;}

.m2pTxt { margin-left: 250px; font-size: 14px; line-height: 26px; color: #555555; }

.m2pTnm { line-height: 32px; padding: 5px 0px; font-size: 20px; font-weight: normal; color: #005089; display: block; text-transform: uppercase; }

.m2pks { font-size: 14px; line-height: 24px; color: #969696; margin-bottom: 28px; }

.m2wh_p1 { font-size: 14px; line-height: 22px; color: #777777; margin: 12px auto 50px; width: 100%; max-width: 865px; text-align: center; padding: 0px 15px; }

.m2wh_u1 li { padding: 0px 42px; }

.m2wh_u1 { padding-bottom: 62px; }

.m2wh_st1 { margin-top: 22px; margin-bottom: 18px; height: 26px; }

.m2wh_st1 strong { font-size: 18px; color: #000; line-height: 26px; float: left; position: relative; font-weight: normal; }

.m2wh_st1 strong:after{ content: ""; background: #000; height: 2px; width: 26px; position: absolute; right: -34px; bottom: 5px; }

.m2wh_p2 { line-height: 22px; color: #777777; }

.m2whChange { max-width: 1180px; width: 100%; margin: 0px auto; padding: 0px 0px 72px 0px; }

.m2whChange .chgBtnList { text-align: center; height: 78px; }

.m2whChange .chgBtnList ul .chgBtn { line-height: 34px; padding: 0px 32px; height: 34px; font-size: 14px; background: #E3E3E3; cursor: pointer; margin: 0px 5px; border-radius: 0.2em; display: inline-block; }

.m2whChange .chgBtnList ul .chgBtn.chgCutBtn{ color: #FFF; background: #046BB4; }

.m2wh_u2 li { padding: 0px 40px 12px; border-right: 1px solid #D9D9D9; }

.m2wh_u2 li:last-child{border:none;}

.m2wh_u2 { margin: 0px -40px; }

.m2wh_st2 { line-height: 46px; height: 46px; margin-bottom: 6px; font-size: 16px; font-weight: bold; }

.m2wh_st2 span { font: 21px Georgia; }

.m2wh_u2 p { line-height: 22px; color: #777777; height:88px; overflow:hidden }

.m2whBom { padding-bottom: 58px; margin: 0px auto; width:100%; max-width: 1118px; }

.m2whBom li { padding: 0px 9px; float: left; width: 33.3333%; }

.m2whImg { background-size: cover; background-position: center center; display: block; position: relative; overflow: hidden; }

.m2whImg .ellipsis { line-height: 48px; text-align: center; padding: 0px 10px; height: 48px; width: 100%; font-size: 14px; color: #FFF; background: rgba(0,0,0,0.75); position: absolute; left: 0px; bottom: -48px; transition:all 0.3s ease }

.m2whImg:hover .ellipsis{bottom:0;}

.m2whImg1 { height: 200px; margin-bottom: 18px; }

.m2whImg2 { height: 418px; }

.page { text-align: center; height: 100px; }

.m2nList { margin-bottom: 40px; width:100%; margin-left:auto; margin-right:auto; max-width: 1100px; }

.m2n_aBox { display: block; padding: 34px 24px; border-bottom: 1px solid #E0E0E0; }

.m2nDes { margin-left: 272px; position: relative; }

.m2n_t1 { line-height: 40px; height: 40px; padding-right: 102px; font-size: 18px; color: #000000; transition:all 0.3s ease; }

.m2n_info { padding: 10px 0px 12px; line-height: 20px; color: #888888; height: 42px; }

.m2n_time { background: url(../images/m2nicon1.jpg) no-repeat left center; padding-left: 17px; float: left; margin-right: 18px; }

.m2n_view { background: url(../images/m2nicon2.jpg) no-repeat left center; float: left; padding-left: 19px; }

.m2n_p { font-size: 13px; line-height: 26px; color: #555555; height:78px; overflow:hidden }

.m2nMore { background: url(../images/m2nBtn.png) no-repeat right bottom; height: 25px; width: 87px; font-size: 14px; line-height: 25px; color: #b1b1b1; position: absolute; top: 8px; right: 0px; display: block; transition:all 0.3s ease; }

.m2n_aBox:hover{ background: #f5f5f5; }

/*.m2n_aBox .imgBlock img{ transition:all 0.3s ease; }

.m2n_aBox:hover .imgBlock img{ transform:scale(1.1)}*/

.m2n_aBox:hover .m2nMore{ background: url(../images/m2nBtn.png) no-repeat right top; color: #046bb4; }

.m2n_aBox:hover .m2n_t1{ color: #046bb4;}

.m2nContent { margin: 0px auto; width:100%; max-width: 990px; }

.m2n_title { font-size: 24px; line-height: 44px; padding-top: 55px; text-align: center; }

.m2n_time { display: inline-block; float: none; }

.m2n_view { display: inline-block; float: none; }

.m2nContent .m2n_info { text-align: center; margin: -4px 0px 10px; }

.m2nEditor { border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; padding: 32px 0px; font-size: 14px; line-height: 28px; color: #666666; }

.m2nBom { padding: 23px 10px 70px; }

.m2nBom_prev { background: url(../images/m2nPage.png) no-repeat; float: left; height: 35px; width: 35px; margin-right: 10px; }

.m2nBom_backList { background: url(../images/m2nPage.png) no-repeat -35px top; float: left; height: 35px; width: 35px; margin-right: 10px; }

.m2Bom_next { background: url(../images/m2nPage.png) no-repeat right top; height: 35px; width: 35px; float: left; }

.m2nRs { float: left; background: url(../images/resIcon.png) no-repeat left 6px; padding-left: 28px; font-size: 15px; line-height: 28px; font-weight: bold; color: #333; margin-top: 3px; }

.m2nrs_icon1 { display: inline-block; height: 28px; width: 30px; margin-left: 5px; background: url(../images/res_icon1.png) no-repeat center center; }

.m2nrs_icon2 { display: inline-block; height: 28px; width: 30px; margin-left: 5px; background: url(../images/res_icon2.png) no-repeat center center; }

.m2nrs_icon3 { display: inline-block; height: 28px; width: 30px; margin-left: 5px; background: url(../images/res_icon3.png) no-repeat center center; }

.m2nrs_icon4 { display: inline-block; height: 28px; width: 30px; margin-left: 5px; background: url(../images/res_icon4.png) no-repeat center center; }

.m2nrs_icon5 { display: inline-block; height: 28px; width: 30px; margin-left: 5px; background: url(../images/res_icon5.png) no-repeat center center; }

.m2nRs text,a{ vertical-align: middle; }

.m2glEditor { font-size: 14px; line-height: 30px; color: #666666; width: 100%; max-width: 1030px; margin: 0 auto; padding: 0px 15px 68px; }

.m2glBom { border: 1px solid #BFBFBF; margin: 30px auto 40px; width: 100%; max-width: 900px; border-radius: 0.3em; padding: 38px 0px; }

.m2glL { float: left; width: 42%; height: 126px; padding-top: 12px; text-align: center; border-right: 1px solid #BFBFBF; }

.m2glStxt { margin-left: 42%; font-size: 14px; line-height: 28px; padding: 6px 0px 0px 7.5%; color: #555555; }

.keUpDownSlide{ margin: 10px auto 40px; width:100%; max-width:1130px; padding:0 15px; }

.keUpDownSlide dl dt { line-height: 44px; height: 44px; position: relative; font-size: 14px; color: #666; padding-left: 30px; cursor: pointer; border-bottom: 1px solid #DDDDDD; }

.keUpDownToggleBtn { background: url(../images/m2zp_icon2.png) no-repeat left center; display: block; height: 40px; width: 42px; position: absolute; top: 0px; right: 0px; }

.keUpDownSlide dl dd { color: #777777; line-height: 24px; padding: 28px 30px; display: none; font-size: 14px; border-bottom: 1px solid #DDDDDD; }

.keUpDownSlide dl { margin-bottom: 10px; }

.keUpDownSlide dl dt.on { color: #046bb4; font-weight: bold; background: #EDEDED; border-bottom-width: 0px; border-bottom-style: none; }

.keUpDownSlide dl dt.on .keUpDownToggleBtn { background: url(../images/m2zp_icon1.png) no-repeat left center; }

.m2zp_s1 { float: left; width: 308px; }

.m2zp_s2 { text-align: center; float: left; width: 170px; }

.m2zpT { line-height: 42px; height: 42px; padding-left: 30px; color: #FFF; background: #007CC4; font-size: 15px; font-weight: bold; }

.m2zp_fun { float: right; text-align: center; width: 70px; }

.m2zpBom { font-size: 14px; line-height: 30px; color: #666666; width: 100%; margin: 0 auto; max-width: 1105px; padding: 0px 15px 60px; }

.m2zpBom strong.cor_blue { font-size: 18px; font-weight: normal; }

.m2zlImgNm { text-align: center; font-size: 14px; line-height: 24px; padding: 22px 0px 30px; }

.m2zl_ul li { padding: 0px 45px; color: #444444; }

.m2zl_ul li img{border:1px solid #BFBFBF;}

.m2zl_ul { padding: 15px 0 25px; margin-left:-45px; margin-right:-45px; }

.m2videoList { margin-bottom: 10px; }

.m2vdo_aBox { border: 1px solid #C9C9C9; padding-top: 19px; padding-right: 19px; padding-left: 19px; display: block; }

.m2vdo_aBox:hover{ background:#EEEEEE;}

.m2vdo_nm { line-height: 26px; text-align: center; padding: 0px 5px; height: 26px; margin-top: 20px; font-size: 14px; color: #444; transition:all 0.3s ease }

.m2vdo_time { font-size: 13px; color: #888; text-align: center; line-height: 26px; height: 46px; transition:all 0.3s ease }

.m2videoList li { padding: 0px 20px; margin-bottom: 40px; }

.m2videoList{margin-left:-20px; margin-right:-20px;}

.m2vdo_aBox:hover .m2vdo_nm{color:#046bb4; font-weight:bold}

.m2vdo_aBox:hover .m2vdo_time{color:#046bb4;}

.m2videoList .imgBlock{position:relative;}

.m2videoList .imgBlock i{ background: rgba(0,0,0,0.3) url(../images/playBtn.png) no-repeat center center; height: 100%; width: 100%; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; }

.m2yfBom { background: url(../images/m2yfBg.jpg) no-repeat center bottom; background-size: cover; padding: 88px 0px 95px; }

.m2yfHd { text-align: center; height: 90px; }

.m2yf_sbtn { text-align: center; display: inline-block; height: 46px; width: 155px; font-size: 17px; line-height: 44px; color: #444444; border: 1px solid #A0A0A0; cursor: pointer; background: #FFF;position:relative; }

.m2yf_sbtn:first-child{ left:4px;}

.m2yf_sbtn:last-child{ left:-4px;}

.m2yf_sbtn.on{ color: #FFF; background: #1079C4; border: 1px solid #1079C4; z-index: 1; }

.m2yf_sbtn.on:after{content:""; border-left:8px solid transparent; border-right:8px solid transparent; border-top:8px solid #1079C4; position:absolute; left:50%; margin-left:-5px; bottom:-9px;}

.m2yfBd { margin: 0px auto; width: 100%; max-width: 954px; position: relative; }

.m2yfPrev { background: url(../images/m2fsBtn.png) no-repeat left top; display: block; height: 51px; width: 29px; position: absolute; top: 50%; left: -72px; transform: translateY(-50%); z-index: 4; }

.m2yfNext { background: url(../images/m2fsBtn.png) no-repeat right top; display: block; height: 51px; width: 29px; position: absolute; top: 50%; right: -72px; transform: translateY(-50%); z-index: 4; }

.m2yfPrev.swiper-button-disabled,.m2yfNext.swiper-button-disabled{ opacity:0.5};

.m2yfBom{-webkit-user-select:none; -moz-user-select:none;}

.m2zzBox { padding: 88px 0px 80px; background-repeat:no-repeat; background-position:center center; background-size:cover; }

.m2zzBoxCon { margin: 0px auto; width: 100%; max-width: 1100px; height: 358px; position: relative; }

.m2zzFs { float: left; width: 440px; position:absolute; left:0; top:0 }

.m2zzTxt { margin-left: 508px; color: #FFF; font-size: 14px; line-height: 28px; }

.m2zzTxt strong { font-size: 26px; line-height: 56px; padding-bottom: 20px; position: relative; font-weight: normal; display: block; }

.m2zzTxt strong:after{content:""; width:48px; height:2px; background:#fff; position:absolute; bottom:-2px; left:0}

.m2zz_st { line-height: 30px; height: 30px; margin-top: 26px; font-size: 16px; font-weight: bold; padding-left: 20px; background: url(../images/m2yf_sicon1.png) no-repeat left center; }

.m2zzFsBox { position: relative; border: 1px solid #FFF; }

.m2zzPrev { background: url(../images/m2yf_btn.png) no-repeat; display: block; height: 38px; width: 23px; position: absolute; left: 20px; top: 50%; z-index: 3; transform:translateY(-50%) }

.m2zzNext { background: url(../images/m2yf_btn.png) no-repeat right top; display: block; height: 38px; width: 23px; position: absolute; right: 20px; top: 50%; z-index: 3; transform: translateY(-50%) }

.m2zzSimg { padding: 8px 8px 10px; background: #FFF; }

.m2zzSimg li { float: left; width: 20%; padding: 0px 5px; }

.m2zzSimg li.on img{border:1px solid #118EC2;}

.m2zzBox2 .m2zzTxt{color:#666666; margin-right: 490px; margin-left:0;}

.m2zzBox2 .m2zzTxt strong{color:#000000;}

.m2zzBox2 .m2zz_st{color:#222;}

.m2zzBox2 .m2zzTxt strong::after{background:#046BB4;}

.m2zzBox2 .m2zz_st { background: url(../images/m2yf_sicon2.png) no-repeat left center; }

.m2zzBox2 .m2zzFs{left:auto; right:0;}

.hmFs_prev { background: url(../images/m2fsBtn.png) no-repeat; height: 51px; width: 29px; display: block; position: absolute; z-index: 5; top: 50%; left: 5%; margin-top: -25px; }

.hmFs_next { background: url(../images/m2fsBtn.png) no-repeat right top; height: 51px; width: 29px; display: block; position: absolute; z-index: 5; top: 50%; right: 5%; margin-top: -25px; }

.hmBanTxt { width: 14.9%; position: absolute; right: 21.88%; top: 31.8%; }

.hmBanTxt2 { position: absolute; top: 41%; width: 28.1%; right: 21.88%; }



.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{}

@media (max-height:700px){

.hmT1ch{ margin-bottom:22px;}

.hmT1ch::after{bottom:-8px;}

.hmT1en{height:32px; line-height:32px;}

.hmNext { bottom:6%;}

@keyframes nextIconMv2{

	0% { transform:translateY(-6px); opacity:0}

	50% { opacity:1}

	100% { transform:translateY(6px);}

}

@-webkit-keyframes nextIconMv2{

	0% { transform:translateY(-6px); opacity:0}

	50% { opacity:1}

	100% { transform:translateY(6px);}

}

.hmp4_tag{margin-top:5px; height:60px;}





}

@media (max-width:1599px) {

.nav_a{padding:0 12px;}

}

@media (max-width:1199px) {

.nav_a{font-size:16px; padding:0 16px;}

.m2proTxt strong{margin-bottom:0;}

.m2proTxt{line-height:25px; padding-left:0}

.m2proChange .chgBtnList ul .chgBtn{overflow:hidden; text-overflow:ellipsis; white-space:nowrap}

.m2proInfo{margin-left:550px;}

.m2pro_btn, .m2pro_btn:hover,.m2pro_btn2, .m2pro_btn2:hover{width:180px;}

.m2pro_txt2 { padding: 18px 0 10px;}

.m2cyTxt{margin-left:415px;}

.m2svrTxt{margin:0!important; width:50%;}

.m2svrTxtBox{padding-left:25px; padding-right:25px;}

.m2pTxt{margin-left:230px;}

.m2whChange{max-width:none;}

.m2wh_u2{margin-left:0px; margin-right:0px;}

.m2wh_u2 li{padding:0 15px 12px;}

.m2zp_s1{width:30%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.m2zp_s2{width:14%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.m2zl_ul li{padding:0 30px;}

.m2zl_ul{margin-left:-15px; margin-right:-15px;}

.m2videoList{margin-left:-15px; margin-right:-15px;}

.m2yfBd{margin-left:80px; margin-right:80px; max-width:none; width:auto;}

.m2yfPrev{left:-50px;}

.m2yfNext{right:-50px;}

.m2zzTxt{margin-left:468px; padding-right:15px; margin-top:-10px;}

.m2zzFs{left:15px; width:430px;}

.m2zzTxt strong{line-height:46px; padding-bottom:10px;}

.m2zz_st{margin-top:20px;}

.m2zzBox2 .m2zzTxt{margin-right:468px; padding-right:0; padding-left:15px;}

.m2zzBox2 .m2zzFs {left:auto; right:15px;}

.superNav-inner-nav .superLange{padding:18px 35px 0;}

.top_aRes{ padding:33px 6px 0;}

}





@media (max-width:991px){

.topRes{padding:0 8px;}

.top_aRes{ padding:33px 4px 0;}

.superNav-inner-nav .superLange{padding:18px 12px 0;}

.nav_a{font-size:15px; padding:0 10px;}

.superNav-inner-nav li a span{margin-right:8px;}

#home_page .fp-section,#home_page .fp-tableCell,#home_page .fp-table, #home_page .fp-scrollable{height:auto !important;}

.hm_page1,.hm_page1 .fp-tableCell{height:450px!important;}

.hmFocus{height:450px;}

.hmPage_ul li{margin-bottom:30px; padding:0 15px;}

.hmPage_ul ul{margin-left:-15px; margin-right:-15px;}

.hmNext{display:none;}

.hmT1en{margin-top:80px;}

.hmPage_ul{padding-bottom:60px;}

.hm_page2{padding-bottom:60px;}

.hmc3_ul ul li{width:33%; display:inline-block; margin-bottom:0px; float:none; vertical-align:middle}

.hmc3_ul{text-align:center;}

.hm_page3{padding-bottom:60px;}

.hm_page4{padding-bottom:30px;}

.hmp4_ul ul li{margin-bottom:30px;}

.hm_page5{padding-bottom:120px;}

.hmp5BoxR{max-width:325px;}

.m2proDscBox{height:168px; line-height:24px; overflow:hidden}

.m2proChange .chgBtnList{display:none;}

.m2proSlider{ padding: 0; height: auto; margin-bottom: 10px; border-top: none; border-right: none; border-bottom: 1px solid #cdcdcd; border-left: none; }

.m2proSlider dd{ padding: 50px; display: none; border-top: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; border-left: 1px solid #cdcdcd; }

.m2proSlider dt{ line-height: 44px; height: 46px; border-top: 1px solid #cdcdcd; font-size: 14px; padding-left: 50px; cursor: pointer; border-right: 1px solid #cdcdcd; border-left: 1px solid #cdcdcd; }

.m2proChange .chgCon{display:block;}

.m2proChange .chgCon:first-child dd{display:block;}

.m2proSlider.on dd{padding:50px; display:none;border-top: 1px solid #fff;}

.m2proSlider.on dt{background:#1079c4; color:#fff; border-top: 1px solid #1079c4; border-right: 1px solid #1079c4; border-left: 1px solid #1079c4;}

.m2proTop2 .fl{width:100%; float:none;}

.m2proTop2 .fl img{width:100%; height:auto;}

.m2proInfo{margin-left:0;}

.m2proTop2 .imgBlock{border:none;}

.m2proTop2 .imgBlock i{top:40px; left:0;}

.m2cy_ul .fl{width:200px;}

.m2cy_ul .fl img{width:100%; height:auto;}

.m2cyTxt{margin-left:220px;}

.m2cyTxt strong{margin-top:-8px;}

.m2svr_ul{text-align:center;}

.m2svr_ul li{width:40%; display:inline-block; float:none}

.m2pTxt{margin-left:210px;}

.m2pks{margin-bottom:6px;}

.m2wh_u1 li {padding: 0 15px;}

.m2nDes{ margin-left:258px;}

.m2glStxt{margin-left:38%;}

.m2glL{width:40%;}

.m2glEditor{padding-left:0; padding-right:0}

.m2zp_s1{width:82%;}

.keUpDownSlide .dsPadPhone{line-height:28px; margin-bottom:10px;}

.keUpDownSlide .dsPadPhone strong{color:#222;}

.m2zl_ul li{padding:0 10px;}

.m2zzBoxCon{padding-left:15px; padding-right:15px;}

.m2zzTxt{margin-left:0px;}

.m2zzBoxCon{height:auto;}

.m2zzFs{width:300px; position:static; margin-right:15px ;}

.m2zzTxt strong::after{display:none;}

.m2zzTxt strong{padding-bottom:0px;}

.m2zz_st{margin-top:0px;}

.m2zzBox2 .m2zzTxt{margin-right:0; padding-right:0; padding-left:0px;}

.m2zzBox2 .m2zzFs { float:right; margin-left:15px; margin-right:0}

.m2zcImg{width:260px; float:none; margin:0 auto; margin-bottom:35px;}

.m2zcEditor{margin-left:66px;}

}



@media (max-width:767px){

.topRes{display:none;}

.superNav-inner-nav li{width:100%; min-height:50px; height:auto; border:none}

.superNav-inner-nav a{color:#fff;}

.superNav-inner-nav .superLange{height:100px; background:none}

.superNav-inner-nav li .mLag{line-height:40px; margin-left:0; width:50%; text-align:center; float:left}

.superMenuDl{display:block!important; position:static; background:none; padding:0}

.nav_a2{ line-height:36px!important; height:36px!important; text-align:left; padding-left:25px; }

.nav_a2:hover { text-decoration: underline; color:#fff;}

.nav_a:hover,.superNav-inner-nav li.hover .nav_a,.superNav-inner-nav li.on .nav_a{ color: #FFF; background:none; }

.superNav a{transition:none;}

.hmc3_ul ul li{width:48%;}

.hmT1ch{margin-bottom:40px;}

.hmp5BoxL{float:none; margin-bottom:30px;}

.hmp5BoxR{float:none;}

.hm_page5{padding-bottom:200px;}

.hmp5bom img{display:block; margin:0 auto; float:none}

.hmp5_bmR{float:none; margin:20px auto 0;}

.footItms{display:block; text-align:center;}

.hmBanTxt{width:32%;}

.hmBanTxt2{width:50%;}

.backTop{bottom:30px;}

.m2topEmpty{height:50px;}

.m2proTxt{position:static;transform: translateY(0%); padding-top:15px; padding-bottom:25px;}

.m2proRtv{position:static;}

.m2proDscBox{ height:auto;}

.m2proSlider dd .fl{float:none; width:100%;}

.m2proSlider dd .fl img{width:100%; height:auto;}

.m2proDsc{margin-left:0;}

.m2proSlider.on dd {padding: 25px;}

.m2proBomBtn{text-align:center;}

.m2pro_btn, .m2pro_btn:hover,.m2pro_btn2, .m2pro_btn2:hover{width:150px; font-size:15px; float:none; display:inline-block}

.m2cy_ul .fl{width:100%; float:none}

.m2cyTxt{margin-left:0;}

.m2cyTxt strong{margin-top:18px; font-size:20px; padding-bottom:0}

.m2zc_t1{font-size:28px;}

.m2zc_t2{font-size:21px;}

.m2lcBox dt{width:100%; float:none; text-align:left; padding-left:15px;}

.m2lcBox dd{margin-left:15px; border:none; padding-left:0;}

.m2lcBox dd::before{display:none;}

.m3menu_a{padding-bottom:10px; margin-bottom:15px;}

.m2svr_ul li{width:48%; padding-left:0; padding-right:0}

.m2svrImg{height:250px; float:none!important; width:100%;}

.m2svrTxt{width:100%; position:relative; height:auto; padding:30px 0 45px; float:none!important;}

.m2svrTxtBox{position:static; transform:translateY(0)}

.m2svrBx1{height:auto;}

.m2pList .fl{width:60%; float:none; margin-left:auto; margin-right:auto;}

.m2pList .fl img{width:100%; height:auto}

.m2pTxt{margin-left:0; margin-top:15px;}

.m2pList li{margin-bottom:12px;}

.m2wh_p1{margin-bottom:35px;}

.m2wh_u1 li{margin-bottom:20px;}

.m2whBom li{width:100%;}

.m2whBom li:nth-child(2){margin-bottom:18px;}

.m2wh_u2 p{height:auto;}

.m2n_aBox .fl{width:100%; float:none;}

.m2n_aBox .fl img{width:100%; height:auto}

.m2nDes{margin-left:0; margin-top:15px;}

.m2nMore{position:relative;}

.m2n_t1{padding-right:0;}

.m2nRs{float:none; width:300px; margin-left:auto; margin-right:auto; display:block}

.m2nBom .fr{width:126px; float:none; margin-left:auto; margin-right:auto; display:block; margin-top:18px;}

.m2glL{width:80%; float:none; margin-left:auto; margin-right:auto; display:block; border:none}

.m2glStxt{margin-left:0; padding:6px 7% 0}

.m2zp_s1{width:76%;}

.m2zpT,.keUpDownSlide dl dt{padding-left:15px;}

.keUpDownSlide dl dd{padding-left:15px; padding-right:15px;}

.m2zl_ul{margin:0;}

.m2yf_sbtn{width:auto; padding:0 25px;}

.m2yfBd{margin-left:50px; margin-right:50px;}

.m2yfPrev{left:-40px;}

.m2yfNext{right:-40px;}

.m2zzFs{width:100%; float:none; margin:0; margin-bottom:26px;}

.m2zzTxt strong{padding-bottom:0px;}

.m2zzTxt{ padding:0!important;}

.m2zcEditor{margin-left:25px; padding-right:25px;}

.m2zcEditor::before{left:-38px;}

.m2zcEditor::after{right:-22px;}

.m2zcTxt{overflow:hidden;}

.m2proSlider dt{padding-left:25px;}

.superMenuDl{display:none!important;}

.superNav-inner-nav{padding-bottom:20px;}

}



@media (max-width:359px){

.hmT1en{font-size:18px;}

.hmT1ch{font-size:20px;}

.m2pro_down, .m2pro_down:hover{width:100%;}

.m2pro_btn, .m2pro_btn:hover,.m2pro_btn2, .m2pro_btn2:hover{width:130px; font-size:13px;}

.m2zc_t1{font-size:24px;}

.m2zc_t2{font-size:18px;}

.m2svr_ul li{width:49%;}

.m2svr_ul li{width:100%; height:auto;}

.m2nRs{width:275px;}

.m2nRs a{margin-left:0;}

.m2zp_s1{width:74%;}

.m2yf_sbtn{width:auto; padding:0 20px;}

}



.topRes .top_aRes:first-child{display:none;}

.m2svrFun{position:relative;}

.m2svrTel{ width: 125px; height: 38px; line-height: 36px; font-size: 16px; text-align: center; border-radius: 0.4em; border: 1px solid #046bb4; top: -1px; position: absolute; background: #046bb4; box-shadow: 0 2px 3px rgba(0,0,0,0.2); right: -140px; color: #FFF; display: none; font-weight: bold; }

.m2svrTel:after{content:""; border-right:8px solid #046bb4; border-top:8px solid transparent; border-bottom:8px solid transparent; position:absolute; left:-7px; top:10px; }

.m2svrTel a{color:#fff;}

.m2svrToggleBtn{display:block; cursor:pointer;}



/*2016-07-12 CSS*/

.superNav-inner-header-icon span{display:none!important;}

.superToggleBtn{ background: url(../images/toggleBtn.png) no-repeat; height: 26px; width: 26px; background-size:cover; display: inline-block; margin-top:11px;}



@media (max-height:400px){

.hmBanTxt{top:27.8%;}

}



.mnLogo{ width:80px; height:35px; background:url(../images/mlogo.png) no-repeat; background-size:cover; float:left; margin-top:7px;}

.er_lanmu{}
.er_lanmu ul { padding-top:50px;}
.er_lanmu ul li{ width:150px; margin-right:16px; height:40px; float:left; font-size:18px; line-height:38px; background-color:#ffffff; border:1px solid #cfcfcf; border-radius:4px; text-align:center;}
.er_lanmu ul li:hover{ background-color:#056bb3;}
.er_lanmu ul li:hover a{ color:#ffffff;}
.er_lanmu ul li.er_active{ width:150px; margin-right:16px; height:50px; float:left; font-size:18px; background-image:url(../images/er_active.jpg); text-align:center; border:none;}

.er_lanmu ul li.er_active a{ color:#fff;}
.er_lanmu ul li.er_active a:visited{ color: #fff; text-decoration: none;}
.er_lanmu ul li.er_active a:link{ color: #fff; text-decoration: none;}
.er_lanmu ul li.er_active a:hover{ color:#fff; text-decoration: none;}
.er_lanmu ul li.er_active a:active{ color: #fff; text-decoration: none;}
.piclist{ width:916px; margin:0 auto; overflow:hidden;}
.piclist ul{ width:996px;}
.piclist ul li{ float:left; width:252px; margin-right:80px; margin-bottom:80px;}
.newslist ul li{ border-bottom:1px dashed #CCCCCC; margin-bottom:30px; padding-bottom:30px;}

.pagelist { text-align: center; margin: 20px 0 40px; clear:both; padding-top:30px;}
.pagelist span, .pagelist strong, .pagelist a { display: inline-block; border: 1px solid #ddd;padding: 2px 6px; margin-right: 2px; line-height:16px; text-decoration:none; color:#666;}
.pagelist strong { background: #ef5600; color: #fff;}

img{ border:0px;}
