@charset "utf-8";
/* CSS Document */
.effect-text,
.effect-text::before,
.effect-text::after {
    box-sizing: border-box;
}
body{
	font-size:12px;
	color:#000;
	margin:0 auto;
	padding:0px;
	font-family:"Arial", "微软雅黑", "Helvetica", "sans-serif";
	font-size:14px;

	}
img{ border:none}
div,ul,li
{
	color:#000;
	font-size:15px;
	font-family:"Arial", "微软雅黑", "Helvetica", "sans-serif";
	margin:0 auto; 
	padding:0;
	list-style:none
}
.ph{ display:none}
/*定义新型浏览器特性*/
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}

::selection { background:#2c63d7; color:white; } ::-moz-selection { background:#2c63d7; color:white; } ::-webkit-selection { background:#2c63d7; color:white;}

a,a:link,a:visited,a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #2a66e2;transition: all 0.5s;

}
*{ outline:none}
.clear{ clear:both}

.cl{ clear:both}
#header{ width:100%; height:60px; padding:18px 0; position:fixed; top:0; z-index:999}
#header .warp{width:1600px; height:60px;}

@media screen and (max-width: 1599px) { 
#header .warp{width:94%; height:60px; padding: 0 3%}
}

.default {
	width: 100%;
	height:auto;
	border-bottom:1px solid rgba(255,255,255,.2);
	
}
.default .logo{ float:left; width:205px; height:60px; background:url(../2022images/logo.png) left center no-repeat}
.default .byu{ float:left; width:240px;}
.default .byu strong{ float:left; width:100%; color:#fff; font-weight:normal; font-size:18px; padding-top:8px}
.default .byu i{ float:left; width:100%; color:#fff; font-style:normal; font-size:14px; padding-top:2px}
.default .right{ float:right; width:650px;}
.default .right .tel{ float:left; width:100%; text-align:right; font-size:18px; color:#fff; background:url(../2022images/tel.png) left center no-repeat; background-position:380px 0px;}

.default .right .menu{ float:left; width:100%; text-align:right}
.default .right .menu a{ margin-left:40px; font-size:16px; color:#fff; line-height:38px}
.default .right .menu a:hover{color:rgba(255,255,255,.8);}
.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	background:#fff;
	border-bottom:1px solid #ddd;
}
.fixed .logo{ float:left; width:205px; height:60px; background:url(../2022images/logoa.png) left center no-repeat}
.fixed .byu{ float:left; width:240px;}
.fixed .byu strong{ float:left; width:100%; color:#333; font-weight:normal; font-size:18px; padding-top:8px}
.fixed .byu i{ float:left; width:100%; color:#333; font-style:normal; font-size:14px; padding-top:2px}

.fixed .right{ float:right; width:650px;}
.fixed .right .tel{ float:left; width:100%; text-align:right; font-size:18px; color:#666; background:url(../2022images/tela.png) left center no-repeat; background-position:380px 0px;}
.fixed .right .menu{ float:left; width:100%; text-align:right}
.fixed .right .menu a{ margin-left:40px; font-size:16px; color:#666; line-height:38px}
.fixed .right .menu a:hover{color:#3366cc;}


.swiper-container {
  height:580px;
}

.swiper-container .swiper-slide {
  overflow: hidden;
}

.swiper-container .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.swiper-container .slide-inner img { position:absolute; z-index:1; top:34%; left:8%; float:left; display:block; width:28%; height:auto; overflow:hidden}
.fwcpw{ width:100%; height:185px; position:absolute; z-index:1; bottom:0; z-index:10;}
.warp{ width:1600px; overflow:hidden;}
@media screen and (max-width: 1599px) { 
.warp{width:94%; padding: 0 3%}
}

.fwcp{ width:825px; height:185px;background:rgba(0,0,0,.5); float:right; overflow:hidden}
.fwcpl{ background:url(../2022images/fwcpl.jpg); float:left; height:185px; width:207px; overflow:hidden}
.fwcpr{ width:561px; float:right; padding-left:55px; padding-top:70px}
.fwcpr ul{ display:inline}
.fwcpr ul li{ width:33%; float:left; color:#fff}
.fwcpr ul li strong{ width:100%; float:left; font-size:35px; font-weight:normal; height:50px}
.fwcpr ul li strong i{ font-style:normal; color:#ff6666}
.fwcpr ul li strong img{ margin-bottom:20px; margin-left:5px}
.sq_m_small{
    position: absolute;
	margin-top:115px;
    width:40px;
    height:40px;
	margin-left:42px;
    border-radius: 25px;
    background:url(../2022images/inico1.png) center no-repeat;
    animation: smallDown 1.5s forwards infinite;
    -webkit-animation: smallDown 1.5s forwards infinite;
}
@keyframes smallDown {
    0%{top:5px;opacity: 1;}
    50%{top:12px;opacity: 0.5;}
    100%{top:15px;opacity: 0}
}
@-webkit-keyframes smallDown {
    0%{top:5px;opacity: 1;}
    50%{top:12px;opacity: 0.5;}
    100%{top:15px;opacity: 0}
}

.serve{ width:1598px; border-left:1px solid #eee;border-right:1px solid #eee;  overflow:hidden}

@media screen and (max-width: 1599px) { 
.serve{width:99%; border-left:1px solid #eee;border-right:1px solid #eee;  overflow:hidden}
}

.serve ul{ display:inline}
.serve ul li{ float:left; width:22.5%; padding-right:2%; overflow:hidden;padding-top:90px; padding-bottom:155px;transition: all 0.6s;}
.serve ul li strong{ float:left; width:100%; font-size:24px; height:44px; font-weight:normal; text-align:right}
.serve ul li span{ float:left; width:100%; font-size:14px; height:75px; line-height:24px; font-weight:normal; text-align:right; color:#666}
.serve ul li i{ float:left; width:100%; font-size:16px; height:65px; font-weight:normal; text-align:right; font-style:normal}

@media screen and (max-width: 1599px) { 
.serve ul li i{float:left; width:100%; font-size:14px; height:65px; font-weight:normal; text-align:right; font-style:normal}
}

.serve ul li em{ float:right; width:52px; height:42px; background:url(../2022images/icon.jpg) top center no-repeat; text-align:center ; padding-top:10px;transition: all 0.5s; border:1px solid #666;}
.serve ul li img{transition: all 0.6s;}
.serve ul li:hover em{ border:1px solid #F00;transition: all 0.5s;background:url(../2022images/icona.jpg) top center no-repeat;border-radius:10px;}
.serve ul li:hover{ padding-right:4%;transition: all 0.6s;width:20.5%; cursor:pointer}
.serve ul li:hover em img{transform: rotate(360deg); }
.case{ background:#f9f9f9; width:100%; padding-top:80px; padding-bottom:85px; overflow:hidden}
.r_bro{ border-right:1px solid #eee}

.i_tit{ width:100%; float:left; margin-bottom:40px}
.i_tit strong{ width:100%; float:left; height:50px; font-weight:normal}
.i_tit strong span{float:left;font-weight:normal; font-style:normal; font-size:32px; color:#000}
.i_tit strong i{float:left;font-weight:normal; font-style:normal; font-size:16px; color:#666; margin-left:6px; margin-top:20px}
.i_tit strong em{float:right;font-weight:normal; font-style:normal; font-size:16px; color:#333; margin-top:20px; background:url(../2022images/more.png) right center no-repeat; padding-right:33px}
.i_tit strong em:hover{background:url(../2022images/morea.png) right center no-repeat;}
.i_tit large{ width:100%; float:left; font-size:16px; color:#666; font-weight:normal}

.i_tita{ width:100%; float:left; color:#fff}
.i_tita strong{ width:100%; float:left; height:50px; font-weight:normal}
.i_tita strong span{float:left;font-weight:normal; font-style:normal; font-size:32px; color:#fff}
.i_tita strong i{float:left;font-weight:normal; font-style:normal; font-size:16px; color:#fff; margin-left:6px; margin-top:20px; text-transform:uppercase}
.i_tita strong em{float:right;font-weight:normal; font-style:normal; font-size:16px; color:#333; margin-top:20px; background:url(../2022images/more.png) right center no-repeat; padding-right:33px}
.i_tita strong em:hover{background:url(../2022images/morea.png) right center no-repeat;}
.i_tita large{ width:100%; float:left; font-size:16px; color:#666; font-weight:normal}


.i_titb{ width:100%; float:left; color:#fff;}
.i_titb strong{ width:100%; float:left; height:120px; font-weight:normal}
.i_titb strong span{float:left;font-weight:normal; font-style:normal; font-size:32px; color:#fff}
.i_titb strong i{float:left;font-weight:normal; font-style:normal; font-size:16px; color:#fff; margin-left:6px; margin-top:20px; text-transform:uppercase}
.i_titb strong em a{float:right;font-weight:normal; font-style:normal; font-size:16px; color:#fff; margin-top:20px; background:url(../2022images/bmore.png) right center no-repeat; padding-right:33px}


/* 焦点图 */
.focus{overflow:hidden;width:1600px; height:577px; background:#fff}
.scroll{ width:1600px; margin:0 auto; position:relative;}
.scroll .t, .arr_left, .arr_right,.scroll_txt{position:absolute;}
.arr_left{ width:45px; height:70px; cursor:pointer; line-height:400px; overflow:hidden; left:0; top:135px;background:url(img/video_0921_arrow_left.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='img/video_0921_arrow_left.png');_background:none;}
.arr_right{ width:45px; height:70px; cursor:pointer; line-height:400px; overflow:hidden; right:0; top:135px;background:url(img/video_0921_arrow_right.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='img/video_0921_arrow_right.png');_background:none;}
.scroll .t{width:145px; height:36px; cursor:pointer;overflow:hidden; left:-10px; top:16px;background:url(img/video_1220_zyc_dsj_logo.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='img/video_1220_zyc_dsj_logo.png');_background:none;}
.scroll .box{float:left; width:1058px; height:577px; overflow:hidden; left:0}
.scroll_cont{width:1058px; height:577px; float:left}


.numList{ vertical-align:middle; text-align:center; padding:8px; }
.numList span{display: inline-block; width:25px; height:0; padding-top:8px; border:solid 1px #5e5e5e;background:#0f0f0f; cursor:pointer; line-height:0; font-size:0}
.numList span.selected{border:solid 1px #333; background:#fff}
.scroll_txt{ left:1058px; top:11px;}
.scroll_txt .txtbg{ position:absolute;width:540px; height:577px; float:right;top:0}
.scroll_txt .txtcontent{ position:absolute;left:90px; top:60px; color:#000000; width:370px}
.scroll_txt .txtcontent h2{ font-size:26px; color:#000000;line-height:40px; width:100%; float:left; height:40px; overflow:hidden}
.scroll_txt .txtcontent p{ padding:5px 0;}
.scroll_txt .txtcontent p span{ color:#2d84be;}
.scroll_txt .txtcontent .btn{ width:100%; float:left}
.scroll_txt .txtcontent .js{ width:100%; float:left; text-align:center; font-size:18px; color:#666; padding-top:150px}

.scroll .box img{ width:1058px; height:577px}
.des{ line-height:32px; font-size:16px; color:#333; width:100%; float:left; overflow:hidden; height:128px}
.tpqh{ position:absolute; z-index:222; width:370px; padding-left:90px; top:480px;}
.fr{ float:right}
.e35{ width:100%; float:left; height:35px}
.imghvr-hinge-right{ width:519px; height:363px; float:left !important;margin-top:35px}

.column {
 width:519px; height:363px; float:left !important;margin-top:35px
}

@media screen and (max-width: 1599px) { 
.column{width:32%; overflow:hidden;float:left !important;margin-top:35px}
.column img{ width:100%; height:auto; overflow:hidden}
}

.column img{ width:519px; height:363px}


.imghvr-flip-horiz{ width:470px; height:329px; float:left !important;margin-top:35px}

@media screen and (max-width: 1599px) { 
.imghvr-flip-horiz{width:32%; overflow:hidden;float:left !important;margin-top:35px}
.imghvr-flip-horiz img{ width:100%; height:auto; overflow:hidden}
}

.imghvr-flip-horiz img{ width:470px; height:329px}






.section-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: #eeeeee;
}

.section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}


.effect-4 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
	background:#305bc3
}

.effect-4 .effect-img {
    font-size: 0;
    overflow: hidden;
}

.effect-4 .effect-img img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.effect-4:hover .effect-img img {
    transform: scale(1.2);
	opacity: 0; 
}

.effect-4 .effect-text {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(49, 92, 196, .9);
    overflow: hidden;
    transition: all .3s ease-in;
    opacity: 0;
}

.effect-4 .effect-text .effect-text-inner {
    position: absolute;
    padding: 15px;
    z-index: 1;
}

.effect-4 .effect-text:before,
.effect-4 .effect-text:after{
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    content: '';
}

.effect-4 .effect-text:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    left: -100%;
    top: 0;
}

.effect-4 .effect-text:after,.effect-4 .effect-texta:after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 100%;
    bottom: 0;
}

@-webkit-keyframes left-up {
    0% {
        left: 100%;
        height: 0;
    }
    50% {
        left: 0;
        height: 0;
    }
    100% {
        height: 100%;
        left: 0;
    }
}

@-webkit-keyframes right-dn {
    0% {
        left: -100%;
        height: 0;
    }
    50% {
        left: 0;
        height: 0;
    }
    100% {
        height: 100%;
        left: 0;
    }
}

.effect-4:hover .effect-text{
    opacity: 1;
}

.effect-4:hover .effect-text:after,
.effect-4:hover .effect-text:before {
    animation-delay: .1s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
}

.effect-4:hover .effect-text:after {
    animation-name: left-up;
}

.effect-4:hover .effect-text:before {
    animation-name: right-dn;
}

.effect-4 .effect-text h2 {
    height: 40px;
    color: #ffffff;
    font-size: 20px;
	font-weight:normal;
    margin: 0;
}

.effect-4 .effect-text p {
    color: #ffffff;
    font-size: 14px;
	line-height:24px;
	height:72px;
	overflow:hidden;
    margin-bottom: 20px;
}


.effect-4 .effect-btn .btn {
    display: inline-block;
border:1px solid #fff; width:38px; line-height:38px;border-radius:50px; text-align:center; font-weight:normal; margin-left:20px; content:''; color:#fff
}
.effect-4 .effect-btn .btn a{ color:#fff !important}

.case_name{ width:100%; float:left; height:60px; font-size:20px;font-weight:normal; padding-top:40px}
.case_url{ width:100%; float:left;  font-size:14px;font-weight:normal; line-height:24px; height:72px; overflow:hidden}
.case_link{ width:100%; float:left; text-align:right; font-size:16px}
.case_link i{ border:1px solid #fff; width:38px; line-height:38px;border-radius:50px; text-align:center; font-weight:normal; margin-left:20px; content:''}
.case_link i a{ color:#fff}
.casemar{ margin-right:20px !important}
.casemars{ margin-right:45px !important}

@media screen and (max-width: 1599px) { 
.casemars{ margin-right:20px !important}
}

.case_namea{ width:100%; float:left; height:26px; line-height:26px; font-size:16px;font-weight:normal; text-align:center; }

.zmkh{ padding-top:70px}

.aimghvr-fold-up{ width:266.6px; height:116px; float:left; border:1px solid #ddd;margin: 0 -1px -1px 0 !important;box-sizing:border-box; background:#fff;transition: all 0.5s; overflow:hidden}
.aimghvr-fold-up img{ width:266.6px; height:116px;transition: all 0.5s;}
.aimghvr-fold-up:hover img{transform: scale(1.2);}

@media screen and (max-width: 1599px) { 
.aimghvr-fold-up{ width:16.6%; height:116px; float:left; border:1px solid #ddd;margin: 0 -1px -1px 0 !important;box-sizing:border-box; background:#fff;transition: all 0.5s; overflow:hidden}
.aimghvr-fold-up img{ width:100%; height:116px; overflow:hidden;transition: all 0.5s;}
}

.bp1{padding-bottom:1px}
.khpj{ width:100%; margin-top:65px; margin-bottom:70px; background:url(../2022images/khpj.jpg) center no-repeat fixed; background-size:cover; height:259px; padding-top:60px}


.mySwiper {
width: 100%;
height: 130px !important;
float:left;
margin-top:20px
}

.mySwiper .swiper-slide {
text-align: center;
font-size: 18px;
height: 90px !important;
align-items: center;
float:left;
}

.mySwiper .swiper-slide  strong{
text-align: center;
font-size:20px;
height:42px;
line-height:42px;
overflow:hidden;
text-align:center;
float:left;
color:#fff;
width:100%;
font-weight:normal
}


.mySwiper .swiper-slide  span{
font-size:16px;
height:32px;
line-height:32px;
overflow:hidden;
text-align:center;
float:left;
width:100%;
color:#fff
}

.swiper-pagination{ position:absolute}

.xwdtl{ width:514px; float:left}

@media screen and (max-width: 1599px) { 
.xwdtl{ width:35%; float:left}
}

.xwdtla{ width:100%; float:left; height:324px; overflow:hidden}
.xwdtla img{ width:100%;height:324px;transition: all 0.3s;}
.xwdtl:hover .xwdtla img{transform: scale(1.1);}
.xwdtl:hover .xwdtlb{ color:#3366cc}
.xwdtlb{ width:100%; float:left; height:50px; line-height:50px; font-size:18px; overflow:hidden; margin-top:12px}
.xwdtlc{ width:100%; float:left; height:52px; line-height:26px; font-size:14px; color:#666; overflow:hidden}

.xwdtr{ float:right; width:1040px; padding-bottom:1px}

@media screen and (max-width: 1599px) { 
.xwdtr{ float:right; width:63%; padding-bottom:1px}
}

.xwdtrlist{ float:left; width:50%;border:1px solid #eee;margin: 0 -1px -1px 0 !important;box-sizing:border-box; height:242px; position:relative; background:#fff;transition: all 0.3s; padding:50px 5% 0 5%}
.xwdtrlist:hover{ background:#3366cc; color:#fff}
.xwdtrlistl{ float:left; width:18%;}
.xwdtrlistl strong{ float:left; width:100%; font-size:24px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding-bottom:5px}
.xwdtrlistl i{ float:left; width:100%; font-size:12px; color:#999; font-style:normal}
.xwdtrlistr{ float:right; width:78%;}
.xwdtrlistr strong{ float:left; width:100%; font-size:18px; height:40px; line-height:40px; overflow:hidden; font-weight:normal; margin-top:-8px}
.xwdtrlistr i{ float:left; width:100%; font-size:14px; height:52px; line-height:26px; overflow:hidden; font-style:normal; color:#666}
.xwdtrlistr em{ float:left; width:100%; margin-top:30px; height:25px; text-align:right; color:#666; font-size:18px;transition: all 0.3s;}
.xwdtrlist:hover .xwdtrlistl,.xwdtrlist:hover .xwdtrlistl i,.xwdtrlist:hover .xwdtrlistr,.xwdtrlist:hover .xwdtrlistr i,.xwdtrlist:hover .xwdtrlistr em{color:#fff}
.xwdtrlist:hover .xwdtrlistr span{ margin-right:15px;transition: all 0.3s;}

.choose{ width:100%; background:#f9f9f9; padding:85px 0 80px 0; overflow:hidden; margin-top:70px}
.chooset{ width:100%; height:100px; float:left}
.chooselist{ width:100%;float:left}
.chooselist li{ width:19.5%;float:left; background:#fff; background-size:30%;  line-height:38px; font-size:15px; min-height:152px; padding:22px 1.5% 22px 2%; border:1px solid #fff;transition: all 0.3s;}


@media screen and (max-width: 1599px) { 
.chooselist li{ width:19%;float:left; background:#fff; background-size:30%;  line-height:38px; font-size:0.6rem; height:152px; overflow:hidden; padding:22px % 22px 1%; border:1px solid #fff;transition: all 0.3s;}

}

.chooselist li:hover{ border:1px solid #3366cc; color:#3366cc;box-shadow: 3px 16px 27px -8px rgba(157,210,255,0.89);
-webkit-box-shadow: 3px 16px 27px -8px rgba(157,210,255,0.89);
-moz-box-shadow: 3px 16px 27px -8px rgba(157,210,255,0.89);}
@media screen and (max-width: 1599px) { 
.cm{ margin-right:1%}
}
.cm{ margin-right:2.5%}

footer{ background: url(../2022images/foot.jpg) left no-repeat  #242424; background-position:12% 0; padding-top:10px; overflow:hidden; height:290px}
.footerl{ width:570px; float:left; margin-top:42px}
.footerl li{ width:100%; float:left; line-height:40px; color:rgba(255,255,255,0.5); font-size:16px; padding-left:40px}
.f1{ background:url(../2022images/foot_03.png) left center no-repeat}
.f2{ background:url(../2022images/foot_06.png) left center no-repeat}
.f3{ background:url(../2022images/foot_08.jpg) left center no-repeat}

.footerr{ width:122px; float:right; margin-top:32px; margin-left:30px; text-align:center; line-height:22px;color:rgba(255,255,255,0.5);}
.footerr img{ width:122px;}

.footerm{ width:222px; float:right; margin-top:32px;color:rgba(255,255,255,0.5); font-size:14px; text-align:right; margin-top:80px}
.footerm strong{ width:100%; float:left;text-align:right;line-height:30px;color:rgba(245,90,88,0.84); font-size:26px; font-weight:normal; }
.copy{ width:100%;border-top:1px solid rgba(255,255,255,.2);margin-top:30px}
.copya{  width:1600px; height:82px; line-height:82px;color:rgba(255,255,255,0.5); font-size:15px}
.copya a{color:rgba(255,255,255,0.5);}
.copya span{ float:right}

@media screen and (max-width: 1599px) { 
.copya{  width:94%; padding:0 3%; height:82px; line-height:82px;color:rgba(255,255,255,0.5); font-size:14px}
}

.nytp{ width:100%; height:450px;}
.nytpa{ width:100%; height:450px;}
.nybg{ background:#f9f9f9}

.nytp strong{ width:100%; height:50px; float:left; font-size:32px; color:#fff; margin-top:290px}
.nytp span{ width:100%; height:45px; float:left; font-size:16px; text-transform:uppercase; color:#fff}
.nytp i{ width:100%; float:left; font-size:16px; font-style:normal; color:#fff}
.nypb{ padding-bottom:110px}
.nymenu{ width:100%; float:left; height:70px; line-height:70px; font-size:16px; text-align:right; margin-bottom:15px;}
.nymenu a{margin-left:35px}
.nymenu a .on{ color:#f25755 !important}

.dtlist{ width:97%; float:left; margin-bottom:30px; background:#fff;padding:1.5%; overflow:hidden;transition: all 0.3s;}
.dtlistl{ width:21%; float:left;}
.dtlistl img{ width:100%;  height:auto; overflow:hidden}
.dtlist:hover{box-shadow: -3px 6px 19px -7px rgba(0,0,0,0.18);
-webkit-box-shadow: -3px 6px 19px -7px rgba(0,0,0,0.18);
-moz-box-shadow: -3px 6px 19px -7px rgba(0,0,0,0.18);}

.dtlistr{ width:77%; float:right;}
.dtlistr strong{ width:100%; height:40px; line-height:40px; float:left; font-size:20px;margin-top:10px; font-weight:normal; overflow:hidden; color:#333;transition: all 0.3s;}
.dtlistr span{ width:100%; height:60px; line-height:30px; float:left; font-size:14px;margin-top:10px; font-weight:normal; overflow:hidden; color:#666}
.dtlistr i{ width:100%; height:30px; line-height:30px; float:left; font-style:normal; color:#999; padding-top:20px}
.dtlist:hover .dtlistr strong{ color:#2b62d7; padding-left:.2%;}

.wtlist{ width:28%; float:left; background:#fff; padding:2%; margin-bottom:30px; overflow:hidden;transition: all 0.3s;}
.wtlist strong{ width:100%; float:left; height:40px; line-height:40px; overflow:hidden; font-size:18px; font-weight:normal;transition: all 0.3s;}
.wtlist span{  width:100%; height:78px; line-height:26px; float:left; font-size:14px;margin-top:10px; font-weight:normal; overflow:hidden; color:#666; }
.wtlist i{  width:100%; height:40px; float:left;margin-top:30px; border-top:1px solid #eee;}
.wtlist em{ width:100%; float:left; font-style:normal}
.wtlist em .date{ width:30%; float:left; }
.wtlist em .da{ width:100%; float:left; height:30px; color:#000; font-size:24px}
.wtlist em .dx{ width:100%; float:left; color:#999; font-size:14px; height:40px}
.wtlist em .jt{float:right; color:#999; font-size:16px; width:70%; text-align:right; font-weight:normal; padding-top:20px}
.wtmar{ margin-right:2%}
.wtlist:hover{ background:#2b62d7}
.wtlist:hover strong,.wtlist:hover span,.wtlist:hover i,.wtlist:hover .da,.wtlist:hover .dx,.wtlist:hover .jt{ color:#fff !important;}
.wtlist:hover .jt{color:#2b62d7;}
.casebmar{ margin-bottom:40px !important}


.page_info{text-align:center;margin-top:10px;color:#05a4f5;font-family:"Microsoft Yahei";}
.page_info span{padding:0 5px;font-weight:bold;}
.page_list{height:34px;line-height:34px;text-align:center;letter-spacing:0;font-family:"Microsoft Yahei";font-size:14px;margin-top:20px;}
.page_list a{display:inline-block;color:#05a4f5;border:1px solid #05a4f5;background:#fff;text-align:center;padding:0 14px;margin:0 2px;border-radius:4px;border-radius:4px;}
.page_list a:hover{color:#fff;border:1px solid #05a4f5;background:#05a4f5;}
.page_list a.on{color:#fff;border:1px solid #05a4f5;background:#05a4f5;}
#Allw{ width:100%; float:left}

.dispwarp{ width:94%; padding:3%; background:#fff; overflow:hidden}
.dispwarpl{ width:68%; padding:3%; background:#fff; overflow:hidden; float:left}
.dispwarpr{ width:21%; padding:2%; background:#fff; overflow:hidden; float:right}


.dispwarpa{ width:97%; padding:0 3% 0 0; background:#fff; overflow:hidden; margin-top:40px}
.disptit{ width:100%; float:left; font-size:26px; font-weight:bold; height:60px}
.disptitnews{ width:100%; float:left; font-size:26px; font-weight:bold; min-height:40px; line-height:38px; padding-bottom:15px}
.disptit span{float:right; font-size:16px; font-weight:normal; background:#3467cc; color:#fff;border-radius:56px; height:42px; line-height:42px; padding:0 20px; margin-top:5px}
.disptit span i{ margin-right:6px; margin-top:15px; float:left}
.disptit span a{ color:#fff}

.dispdes{ width:100%; float:left; font-size:15px;height:40px; border-bottom:1px solid #eee; color:#666; margin-bottom:30px}
.dispdes i{ margin-right:5px}
.dispjj{width:100%; float:left; font-size:15px; line-height:34px;text-indent:24px; margin-bottom:30px}
.dispcontent{width:100%; float:left; font-size:15px; line-height:34px;}
.dispcontent img{ text-align:center}
.e30{ width:100%; float:left; height:30px}

.xgal{ width:100%; float:left; height:40px; font-size:18px; border-bottom:1px solid #eee; margin-bottom:30px}

.nrcontent{width:100%; float:left; font-size:16px; line-height:34px;}
.nrcontent img{ max-width:100%; height:auto; overflow:hidden}


.fwcpl_t{ float:left; width:45%; background:#fcfcfc; padding-left:5%; height:375px; overflow:hidden; padding-top:100px}
.fwcpl_t span{ float:left; width:60%;height:40px; font-size:20px; font-weight:bold; color:#8e8e8e; background:url(../2022images/fwcp_5.jpg) left center no-repeat; padding-left:25px}
.fwcpl_t strong{ float:left; width:100%;height:60px; font-size:28px; font-weight:bold; color:#333}
.fwcpl_t i{ float:left; width:60%; font-size:16px; line-height:30px; color:#333; font-style:normal; padding-right:40%; margin-bottom:30px}
.fwcpl_t em{ float:left; width:100%;height:41px; background:url(../2022images/fw_06.jpg) left center no-repeat}


.fwcpl_i1{ float:left; width:50%;height:475px; overflow:hidden; background:url(../2022images/fwcp_01.jpg) center; background-size:100% 100%;transition: all 0.3s;}
.fwcpl_i2{ float:left; width:50%;height:475px; overflow:hidden; background:url(../2022images/fwcp_02.jpg) center; background-size:100% 100%;transition: all 0.3s;}
.fwcpl_i3{ float:left; width:50%;height:475px; overflow:hidden; background:url(../2022images/fwcp_03.jpg) center; background-size:100% 100%;transition: all 0.3s;}
.fwcpl_i4{ float:left; width:50%;height:475px; overflow:hidden; background:url(../2022images/fwcp_04.jpg) center; background-size:100% 100%;transition: all 0.3s;}
.fwcpl_i5{ float:left; width:50%;height:475px; overflow:hidden; background:url(../2022images/fwcp_05.jpg) center; background-size:100% 100%;transition: all 0.3s;}
.fwcpl_i6{ float:left; width:50%;height:719px; overflow:hidden; background:url(../2022images/fwcp_06.jpg) center; background-size:100% 100%;transition: all 0.3s;}
.fwcpl_i1:hover,.fwcpl_i2:hover,.fwcpl_i3:hover,.fwcpl_i4:hover,.fwcpl_i5:hover,.fwcpl_i6:hover{background-size:110% 110%}

.fwcpl_t2{ float:left; width:45%; background:#fcfcfc; padding-right:5%; height:375px; overflow:hidden; padding-top:100px}
.fwcpl_t2 span{ float:left; width:100%;height:40px; font-size:20px; font-weight:bold; color:#8e8e8e; background:url(../2022images/fwcp_5.jpg) right center no-repeat; padding-right:25px; text-align:right}
.fwcpl_t2 strong{ float:left; width:100%;height:60px; font-size:28px; font-weight:bold; color:#333;text-align:right;}
.fwcpl_t2 i{ float:right; width:60%;font-size:16px; line-height:30px; color:#333; font-style:normal; margin-bottom:30px;text-align:right; padding-left:10%}
.fwcpl_t2 em{ float:left; width:100%;height:41px; background:url(../2022images/fw_06.jpg) right center no-repeat}

.fwcpl_t3{ float:left; width:45%; background:#fcfcfc; padding-left:5%; height:619px; overflow:hidden; padding-top:100px}
.fwcpl_t3 span{ float:left; width:100%;height:60px; font-size:14px; color:#8e8e8e; text-transform:uppercase}
.fwcpl_t3 strong{ float:left; width:100%;height:40px; font-size:28px; font-weight:nomal; color:#333;}
.fwcpl_t3 .wz{ float:left; width:85%;}
.fwcpl_t3 .wz li{ float:left; width:100%;font-size:16px; line-height:30px; color:#333; font-style:normal; margin-bottom:30px; background:url(../2022images/fwcp_23.jpg) left top no-repeat; background-position:0 13px; padding-left:30px}
.fwcpl_t3 em{ float:left; width:100%;height:41px; background:url(../2022images/fw_06.jpg) right center no-repeat}

.jslc{ width:100%; padding:90px 0 0 0; background:url(../2022images/fwlc.jpg) no-repeat fixed; background-size:100% 100%; height:403px}
.jslct1{ width:100%; float:left; text-align:center; color:#fff; padding-bottom:10px; font-size:32px}
.jslct2{ width:100%; float:left; text-align:center; color:#fff; padding-bottom:100px; font-size:16px}
.jslcicon{ width:100%; float:left;}
.jslcicon ul{ display:inline}
.jslcicon ul li{ width:16.666%; float:left; height:50px; text-align:center; color:#fff; font-size:18px}

.jslcicona{ width:100%; float:left; background:url(../2022images/fwlc_41.png) right center no-repeat}
.jslcicona ul{ display:inline}
.jslcicona ul li{ width:16.666%; float:left; height:63px; text-align:center;}
.jslcicona ul li img{ background:#3d3d3d;border-radius:50px;transition: all 0.3s;}
.jslcicona ul li:hover img{ background:#f25755;border-radius:50px;transform: rotate(360deg);}

.jslciconb{ width:100%; float:left; margin-top:30px}
.jslciconb ul{ display:inline}
.jslciconb ul li{ width:16.666%; float:left; color:#fff; font-size:12px; line-height:30px;text-align:center}
.jslciconb ul li strong{ color:#fff; font-weight:normal}

@media screen and (max-width: 1599px) { 
.jslciconb ul li{ width:14.666%; float:left; color:#fff; font-size:12px; line-height:30px; padding:0 1%; text-align:center}

}


.content{ width:100%; float:left; padding-bottom:58px; border-bottom:1px solid #ddd; overflow:hidden; height:285px; margin-bottom:50px}
.content1{ width:25%; float:left;border-right:1px solid #ddd; overflow:hidden; height:285px}
.content1 span{ width:100%; float:left; font-size:34px; line-height:45px; color:#333}
.content1 strong{ width:100%; float:left; font-size:32px; color:#333; height:60px; padding-top:15px; font-weight:normal}
.content1 i{ width:100%; float:left; font-size:14px; color:#999; height:65px; font-style:normal}
.content1 em a{display: inline-block;
    width: 180px;
    line-height: 50px;
    background: #336ce3;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05rem;
    font-style:normal;
	transition: all 0.3s
	}
	
.content1 em a:hover{ background:#f15755}

.content2{ width:52%; float:left;border-right:1px solid #ddd; overflow:hidden; height:285px}
.content2 span{ width:85%; float:left; font-size:22px; color:#336ce3;height:44px; padding-left:15%}
.content2 strong{ width:85%; float:left; font-size:36px; color:#336ce3;height:50px; padding-left:15%}
.content2 i{ width:85%; float:left; font-size:14px; color:#999; height:65px; font-style:normal; padding-left:15%}
.content2 em{ width:85%; float:left; font-size:14px; color:#333; line-height:38px; font-style:normal; padding-left:15%; font-size:15px; padding-top:18px}

.content3{ width:20%; float:right;overflow:hidden; height:285px; text-align:center; font-size:16px; line-height:30px;}
.content3 img{ width:40%; border:1px solid #ddd; height:auto; overflow:hidden; padding:10px; margin-top:35px}

.BMap_noprint{
position: absolute;
    padding: 0px;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    background: url(../2022images/fwlc_41.png) !important;
    width: 20px;
    height: 25px;
    left: 637px;
    top: 213px;
    z-index: -7212154;	
	}

.messagel{
    width: 24%;
    float: left;
    background:#545454;
	padding:3% 3% 0 3%;
    height:460px;
    color: #fff;

}

.messagel strong{ width:100%; float:left; font-size:30px; font-weight:normal; border-bottom:1px solid #c4c2c2; height:60px; margin-bottom:40px}
.messagel span{ width:100%; float:left; font-size:16px; line-height:35px}
.messagel i{ width:100%; float:left; font-size:86px; margin-top:60px; color:rgba(255,255,255,.5); text-align:right}


.messager{
    width: 64%;
    float: right;
	margin-top:45px;
}
.m1{ width:47%; float:left; height:54px; margin-bottom:30px}
.m2{ width:47%; float:right; height:54px; margin-bottom:30px}
.m3{ width:100%; float:left; height:54px; margin-bottom:30px}
.m5{ width:100%; float:left; height:54px; margin-bottom:10px}
.m4{ width:100%; float:left; height:210px; margin-bottom:30px}
.input{ width:99%; height:54px; line-height:54px; padding-left:1%; font-size:14px; color:#666; background:#f2f2f2; border:none}
.inputa{ width:99%; height:210px; line-height:34px; padding-left:1%; font-size:14px; color:#666; background:#f2f2f2; border:none;font-family:"Microsoft yahei";}
.msg_btn_area{ }
.msg_btn_area a{float:left; width:890px; height:50px; line-height:50px; text-align:center;background:#0168b7;color:#fff;text-align:center;font-family:"Microsoft yahei";font-size:16px;overflow:hidden;cursor:pointer;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}

.tyan{border: none;
    width: 160px;
    height: 54px;
    color: #fff;
    background-color: #2B6DE5;
    font-size: 15px;
	float:right;
    margin-left: auto;
    outline: none; float:right;cursor:pointer}

	.text
{
  line-height: 28px;
}
.line
{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px dashed #ccc;
}

.xgzx{ width:100%; float:left;}
.xgzx li{ width:100%; float:left; padding-bottom:25px; border-bottom:1px dashed #ddd; margin-bottom:20px}
.xgzx li strong{ width:100%; float:left; height:40px; line-height:40px; font-size:16px; font-weight:normal; overflow:hidden; color:#666}
.xgzx li span{ width:100%; float:left;line-height:30px; font-size:14px; color:#999}
.jjimgwarp{width:1600px; height:60px; padding-top:150px}

@media screen and (max-width: 1599px) { 
.jjimgwarp{width:94%; height:60px; padding:20px 3% 0 3%}
}

.jjimgwarp i{width:100%; height:32px; float:left; font-weight:normal; font-style:normal; font-size:16px; color:#fff}
.jjimgwarp strong{width:100%; height:165px; float:left;font-style:normal; font-size:36px; color:#fff}
.jjimgwarp i{width:100%; height:32px; float:left; font-weight:normal; font-style:normal; font-size:16px; color:#fff}
.jjimgwarp span{width:100%; height:190px; line-height:40px; float:left; font-weight:normal; font-style:normal; font-size:20px; color:#fff}

.sz1{ width:120px; float:left; color:#fff; text-align:center; font-size:16px; line-height:35px}
.sz1 font{ font-size:70px;}
.sz1 small{ font-size:28px;}

.sz2{ width:460px; float:left; color:#fff; text-align:center; font-size:16px; line-height:35px}
.sz2 font{ font-size:70px;}
.sz2 small{ font-size:28px;}


.sz3{ width:190px; float:left; color:#fff; text-align:center; font-size:16px; line-height:35px}
.sz3 font{ font-size:70px;}
.sz3 small{ font-size:28px;}

.gy1{ width:100%; background:url(../2022images/gy_02.jpg) center no-repeat; height:406px; padding-top:30px}
.gy1_1{ width:100%; float:left;height:106px; text-align:center}
.gy1_2{ width:100%; float:left; font-size:16px; line-height:40px; padding-bottom:30px}
.gy1_3{ width:100%; float:left;text-align:center; font-size:16px;}
.gy1_3 img{ padding-left:10px}

.gy2{ width:100%; background:url(../2022images/gy_03.jpg) center no-repeat; height:319px; padding-top:70px}
.gy3{ width:100%; background:url(../2022images/gy_05.jpg) center no-repeat; height:430px; padding-top:90px; overflow:hidden}
.gybg{ width:60%; background:rgba(42,102,226,.9); height:310px; padding-top:40px}
.gybg .t1{ width:100%; text-align:center; color:#fff; font-size:32px;  height:45px}
.gybg .t2{ width:100%; text-align:center; color:#fff; font-size:16px;  height:65px; text-transform:uppercase}
.gybg .t3{ width:100%; text-align:center; color:#fff; font-size:30px;  height:53px}
.gybg .t4{ width:100%; text-align:center; color:#fff; font-size:18px;  height:65px}
.gybg .t5{ width:100%; text-align:center; color:#fff; font-size:16px;}

.gylist{ width:100%; float:left}
.gylist ul{ display:inline}
.gylist li{ width:20%; float:left; text-align:center; color:#fff}
.gylist li img{ margin-bottom:25px}
.gylist li strong{ width:100%; float:left; text-align:center; font-weight:normal; font-size:18px; padding-bottom:10px}
.gylist li span{ font-size:14px}


.jjbg1{ width:28%; float:left; padding-left:3%; padding-top:55px; height:150px; background: url(../2022images/3iocn_03.png) right bottom no-repeat #f9f9f9; margin-right:3.33%; margin-top:70px; margin-bottom:70px;transition: all 0.3s;}
.jjbg1:hover{background: url(../2022images/3iocn_03.png) right bottom no-repeat #295ecd;}
.jjbg2:hover{background: url(../2022images/3iocn_05.png) right bottom no-repeat #295ecd;}
.jjbg3:hover{background: url(../2022images/3iocn_07.png) right bottom no-repeat #295ecd;}
.jjbg1:hover *,.jjbg2:hover *,.jjbg3:hover *{ color:#fff}

.jjbg2{ width:46%; float:left; padding-left:3%; padding-top:55px; height:150px; background: url(../2022images/3iocn_05.png) right bottom no-repeat #295ecd; margin-right:2%; margin-top:70px; margin-bottom:70px;transition: all 0.3s;}

.jjbg3{ width:46%; float:left; padding-left:3%; padding-top:55px; height:150px; background: url(../2022images/3iocn_07.png) right bottom no-repeat #295ecd;margin-top:70px; margin-bottom:70px;transition: all 0.3s;}

.jjt1{ width:100%; float:left; font-size:22px; height:34px;color:#fff;}
.jjt2{ width:100%; float:left; font-size:14px; height:55px; color:#fff; text-transform:uppercase}
.jjt3{ width:100%; float:left;}
.jjt3 span{float:left;color:#fff;font-size:14px; height:25px; border-bottom:1px solid #dd5351}

.yxfwbg{ width:100%; background:#fff; overflow:hidden; padding-top:60px; padding-bottom:40px}

.fwcn{ width:100%; background:#f6f6f6; overflow:hidden; padding-top:68px; padding-bottom:75px}

.fwcna{ width:100%; float:left; text-align:center; font-size:32px; height:45px; padding-top:15px; height:45px}
.fwcnb{ width:100%; float:left; text-align:center; font-size:14px; height:75px; color:#666666; text-transform:uppercase}

.fwcnc{ width:100%; float:left;}
.fwcnc ul{ display:inline}
.fwcnc li{ width:23.8%; float:left; background:#fff; height:245px; text-align:center; padding-top:40px}
.fwcnc li span{ width:100%; float:left;height:55px; text-align:center;}
.fwcnc li strong{ width:100%; float:left;height:38px; text-align:center; font-size:18px; font-weight:normal}
.fwcnc li i{ width:100%; float:left; line-height:26px; color:#666; text-align:center; font-size:14px; font-weight:normal; font-style:normal;}

.fwmars{ margin-right:1.6%}

#ljgd a{ width:150px; height:48px; line-height:48px; color:#fff; float:left; font-size:14px; background:#2c63d7;border-radius:4px; text-align:center}
#ljgd a:hover{ width:150px; height:48px; line-height:48px; color:#fff; float:left; font-size:14px; background:#ecc333;border-radius:4px; text-align:center}
.tjtitle{ font-size:14px}
#share-3{float:right; width:100%; text-align:right; border-top:1px dashed #ccc; padding-top:22px}


 
@keyframes scaleToggleOne { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl { width: 60px; height: 60px; border-radius: 50%; position: fixed; bottom: 0; right: 40px; opacity: 0; -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl:focus { outline: 0 }
.livechat-girl.animated { opacity: 1; transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px) }

.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50 }
.livechat-girl .animated-circles .circle { background: rgba(38,199,252,.25); width: 60px; height: 60px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl .livechat-hint { position: absolute; right: 40px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1 }
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0) }
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1296px!important }
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
@media only screen and (max-width:1599px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1060px!important }
}
@media only screen and (max-width:1309px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 984px!important }
}
@media only screen and (max-width:1124px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 600px!important }
}
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }

.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px; font-weight: 400; line-height: 1.45 }
.rd-notice-type-success { background-color: #26c7fc; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-type-success .rd-notice-content { background-color: #26c7fc }
.rd-notice-type-success:after { background-color: #26c7fc; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-position-left { margin-left: -20px }
.rd-notice-position-left:after { right: -6px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap }
.zixun{position: absolute;
    z-index: 100;
    left:10px;
    bottom: -4px;
    background: #2c63d7;
    color: #fff;
    font-size: .12rem;
    text-align: center;
    line-height:20px;
    border-radius: .18rem;
	width:40px}
	
.whlist{ width:100%; float:left;border-top:1px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee; box-sizing:border-box}
.whlist ul{ display:inline}
.whlist ul li{ width:27.25%; float:left; padding:40px 3% 0 3%; height:260px;transition: all 0.3s}
.whlist ul li strong{ width:100%; float:left; height:70px;}
.whlist ul li strong img{ width:12%; overflow:hidden; height:auto}
.whlist ul li span{ width:100%; float:left; height:40px; font-size:20px;}
.whlist ul li i{ width:100%; float:left; line-height:28px;font-size:14px; font-style:normal; color:#666}
.rline{ border-right:1px solid #eee;}
.bline{ border-bottom:1px solid #eee;}
.whlist ul li:hover{ background:#2c63d7;}
.whlist ul li:hover *{ color:#fff}
.whlist ul li:hover img{filter: brightness(100);}


@font-face {font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780'); /* IE9 */
    src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQ0AAsAAAAACMAAAAPmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqETIQbATYCJAMUCwwABCAFhG0HWRu4B8gehXEsLBShUansf34QD19r6Pu7exdglJGA46Oo44HAAilVYVtjO/UEwuX/dOp3TiETj7eViAQFMpxsGSJXOhdQLpCnEsEaAJyKOOa5yu3/71A1c1peaH6LxeUu+7LmpIQGYCgdQLXa3lgqWQtSUe8yNhm+gkz1HR8TaDauL93+9Lks5CnIVYG4LIV8kBf5lQ5paHTVlQeLeA/ZGtOLrAoA7/Tvxy8YHHkkVUZuPDg7LQgTv+o+9ENaRoOVkgLGw0UxeoyMVaAQN6vxy5Ctr0KaF6cztoFmjZJ0qOOyP/T+0C+TwVtuyNlM/+GRFSERNWJvxcztRuGrjmvJfM021By9wSvA0Q8aEl7XgzSjDR9A9AMRjLooq2Sp22szIuUggx41cA42cVLNnHTjDdzao9qxtEc4kXLzxw/6qIszyuoxg+nMwY2I1knSQFIbn+xr+sA3fxQa33MN7zYzwhoc3tz0IWhJHzt1VG9+efzMCYE9qkjqQJX0MY3lOIrwAa0pwMck7Gk6mpuFpqaNjPAGh9mGhhXGo8qPH3Sy0WPpO2fgNZ3IXrLCBtZrHDt6nQbC9klVPTnxIUMKufWH0xtAeFjJWd/YuPZ21s6KF3O2N1bu1avuxtf213ndDi08MDocHn3gIkMKufWL00nI7GjJxji7hXoxFhY/YTpSXcTkNRawFg0xWJpTvrzunf9a91bfW48nv9yvqyO2Cqs47BCtldaWN0MqbwhvqLABnpnwgvmbecm8apCVPWf+RRHCJxnUARdRYzO6jC6h2EV0YSG5hC7fNuKYrNKN7owndPnKBvdG8TIXuO+pVH74w/MTJrybgCd0TbgwgJ4OSwFOW9EN1ENf3oCeoIkA5E+6R3+Ov/F/+pzCNZax/xsNBXwunzYY5k41BvJzgG/YYWPjX8G44UpZmkmgKvNFbpgnK+tvoj0tdprxB0h36zqMs2/jYUKjPg9JgzHIGs1SC3MVKi3WoNZoC5qtmPF4ix4KJEoTlu1BEDo9gKTdR8g6VVILsxMq/b5DrTMQNDsMxwtbzIekn6IQHyVB7N+EpYBcILIQ1ZvRxSSUjPmU0KwVPFFUqYQH9R+YtmaQAqIc4hZ1fWgwpSIWFTmOp6PPkVhMxglFjpAA7R+mNDF6wACx9k39A3Ic9PYoCB+KCML8NsEkAbICotxO6bOfX4wISYrxUTqWLnR5hEIlHR0bpL+BG1Bn2As2WnopX1GtFzIYRYkwkUIWh01HUSJG6zIsUT8vggig+gvvUE0YbQDeJG5q7396Z/w9PgTNyMuqSJGjRBW15ouSr4DKyU3MaXDVfpuTsp6bQmeu9gEAAAA=') format('woff2'),
    url('//at.alicdn.com/t/font_1457575_wc4kbab342e.woff?t=1571103794780') format('woff'),
    url('//at.alicdn.com/t/font_1457575_wc4kbab342e.ttf?t=1571103794780') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('//at.alicdn.com/t/font_1457575_wc4kbab342e.svg?t=1571103794780#iconfont') format('svg'); /* iOS 4.1- */
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-jiantouyou:before {
    content: "\e62a";
  }
  
  .icon-jiantou-zuo:before {
    content: "\e62d";
  }
  
  .icon-zuojiantou:before {
    content: "\e601";
  }
  
  .icon-jiantou:before {
    content: "\e605";
  }

.button {
    position: absolute;
    cursor: pointer;
    top: 30px;
}
.prev {
    left: 0px;
}
.next {
    right: 0px;
    transform: rotate(-180deg);
}
.container {
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding: 0 4%;
}
.slide_wrap  {
    overflow: hidden;
    position: relative;
}
.slide_wrap ul {
    position: relative;
    left: 0px;
}
.slide_wrap::after {
    width: 100%;
    height: 1px ;
    background-color: #eee;
    content: '';
    position: absolute;
    top: 50px;
    left: 0px;
}
.slide_items li{
    float: left;
    font-size: 24px;
    width: 200px;
    text-align: center;
	z-index:2  !important  
}
.slide_items li a {
    display: block;
}
.slide_items li.on {
    color: yellow;
    border-radius: 30px;
}
.slide_items li span {
    color: #333333;
    font-size: 26px;
    display: block;
	font-family:Georgia, "Times New Roman", Times, serif
}
.slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #346de3;
    border-radius: 13px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 1px;
	background:#346de3 !important;
	z-index:2 !important;
}
.slide_items li i{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 5px;
	z-index:2;

}
.slide_items .on span{ color:#346de3 !important}

.slide-content {
    margin-top: 50px;
}

.slide-content ul {
    display: none;
}
.slide-content ul.on {
    display: block;
}

	
	
.iframe{
top:0;
left:0;
width:100%;
height:100%;
border:0;
}


.cndns-right{position:fixed;right:50px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:49px;height:49px;display:block;margin-bottom:6px;position:relative;}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:49px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#2a66e2;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#2a66e2;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#2a66e2;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#2a66e2}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#2a66e2;}
.meau-sev .cndns-right-btn{border-color:#2a66e2;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}

.cndns-right-box{position:absolute;top:-15px;right:55px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;padding:15px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#2a66e2;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa; font-style:normal}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(images/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#2a66e2}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#2a66e2;font-size:16px;line-height:16px; font-style:normal}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.demo-icon{display:none; float:left;}
.demo-icon img{margin-top:24px; width:50px}
.meau-sev:hover .cndns-right-btn{background:#2a66e2}
.meau-zs .cndns-right-btn{background-color:#2a66e2;color:#fff;margin-top:80px;border-color:#2a66e2}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #fff;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


