/* Write your styles */
body, button, input, select, textarea { font-family:'Microsoft YaHei', 'Hiragino Sans GB', sans-serif,Arial; color: #333; }
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:#06c160;}
img{ max-width:100%;}
.am-container{max-width: 83%;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}
.am-title h2{ font-size:40px; margin-top:0; line-height: 135%; font-weight: normal; }
.am-title h3{ font-size:24px; margin-top:0; line-height: 145%; font-weight: normal; }
.am-title h4{ font-size:16px; margin-top:0; line-height: 160%; font-weight: normal; }
/* 
::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
}
 */
::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
::-webkit-scrollbar-track {
  background: #ababa7;
}
::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }

:root{--gradient-green:#5cc53f;--gradient-green-rgb:rgba(92, 197, 63);--gradient-green-rgba:rgba(92, 197, 63, 1);--gradient-green-rgba-4:rgba(92, 197, 63, .4);--gradient-green-rgba-2:rgba(92, 197, 63, .2);--gradient-green-rgba-1:rgba(92, 197, 63, .1);--gradient-green-1:#17b491;--gradient-green-1-rgba:#17b491;--gradient-green-1-rgba-4:rgba(23, 180, 145, .4);--gradient-green-1-rgba-2:rgba(23, 180, 145, .2);--gradient-green-1-rgba-1:rgba(23, 180, 145, .1);--gradient-blue:#00b1e6;--gradient-blue-rgba:rgba(0, 177, 230, 1);--gradient-blue-rgba-1:rgba(0, 177, 230, .1);--gradient-blue-rgba-2:rgba(0, 177, 230, .2);--gradient-blue-rgba-4:rgba(0, 177, 230, .4);--blue:#0072ff;--blue-rgba-4:rgba(0, 114, 255, .4);--blue-rgba-2:rgba(0, 114, 255, .2);--gradient-pink:#ffb7f6;--gradient-pink-rgba:rgba(255, 183, 246, 1);--gradient-pink-rgba-4:rgba(255, 183, 246, .4);--gradient-pink-1:#ff93f2;--gradient-pink-1-rgba:rgba(255, 147, 242, 1);--gradient-pink-1-rgba-4:rgba(255, 147, 242, .4);--gradient-pink-1-rgba-2:rgba(255, 147, 242, .2);--pink:#ff56ea;--pink-rgba-1:rgba(255, 86, 234, .1);--border-width:.3rem}

.preloader{width:100%;height:100vh;position:fixed;top:0;bottom:0;background:#7004bc;z-index:99999;text-align:center;overflow:hidden;background-color:#fff;background: -webkit-gradient(linear,left top,right top,color-stop(20%,#00b1e6),color-stop(80%,#5cc53f));background: linear-gradient(45deg,#00b1e6 20%,#5cc53f 80%);-webkit-transition:all .25s ease-out 0s;transition:all .25s ease-out 0s}
.box{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);display:inline-block}
.box:after{content:'';width:50px;height:50px;background:#fff;-moz-animation:preloader .5s linear infinite;-webkit-animation:preloader .5s linear infinite;animation:preloader .5s linear infinite;position:absolute;top:0;left:0;border-radius:3px}
.box:before{content:'';width:50px;height:5px;background:#000;-moz-animation:preloader-shadow .5s linear infinite;-webkit-animation:preloader-shadow .5s linear infinite;animation:preloader-shadow .5s linear infinite;opacity:.1;position:absolute;top:59px;left:0;border-radius:50%}
@-moz-keyframes preloader{17%{border-bottom-right-radius:3px}
25%{-moz-transform:translateY(9px) rotate(22.5deg);transform:translateY(9px) rotate(22.5deg)}
50%{-moz-transform:scale(1,.9) translateY(18px) rotate(45deg);transform:scale(1,.9) translateY(18px) rotate(45deg);border-bottom-right-radius:40px}
75%{-moz-transform:translateY(9px) rotate(67.5deg);transform:translateY(9px) rotate(67.5deg)}
100%{-moz-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}
}
@-webkit-keyframes preloader{17%{border-bottom-right-radius:3px}
25%{-webkit-transform:translateY(9px) rotate(22.5deg);transform:translateY(9px) rotate(22.5deg)}
50%{-webkit-transform:scale(1,.9) translateY(18px) rotate(45deg);transform:scale(1,.9) translateY(18px) rotate(45deg);border-bottom-right-radius:40px}
75%{-webkit-transform:translateY(9px) rotate(67.5deg);transform:translateY(9px) rotate(67.5deg)}
100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}
}
@keyframes preloader{17%{border-bottom-right-radius:3px}
25%{-moz-transform:translateY(9px) rotate(22.5deg);-ms-transform:translateY(9px) rotate(22.5deg);-webkit-transform:translateY(9px) rotate(22.5deg);transform:translateY(9px) rotate(22.5deg)}
50%{-moz-transform:scale(1,.9) translateY(18px) rotate(45deg);-ms-transform:scale(1,.9) translateY(18px) rotate(45deg);-webkit-transform:scale(1,.9) translateY(18px) rotate(45deg);transform:scale(1,.9) translateY(18px) rotate(45deg);border-bottom-right-radius:40px}
75%{-moz-transform:translateY(9px) rotate(67.5deg);-ms-transform:translateY(9px) rotate(67.5deg);-webkit-transform:translateY(9px) rotate(67.5deg);transform:translateY(9px) rotate(67.5deg)}
100%{-moz-transform:translateY(0) rotate(90deg);-ms-transform:translateY(0) rotate(90deg);-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}
}
@-moz-keyframes preloader-shadow{50%{-moz-transform:scale(1.2,1);transform:scale(1.2,1)}
}
@-webkit-keyframes preloader-shadow{50%{-webkit-transform:scale(1.2,1);transform:scale(1.2,1)}
}
@keyframes preloader-shadow{50%{-moz-transform:scale(1.2,1);-ms-transform:scale(1.2,1);-webkit-transform:scale(1.2,1);transform:scale(1.2,1)}
}
.cd-transition-layer{position:fixed;top:0;left:0;z-index:2;height:100%;width:100%;opacity:0;visibility:visible;overflow:hidden;pointer-events:none}
.cd-transition-layer .bg-layer{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-2%);-moz-transform:translateY(-50%) translateX(-2%);-ms-transform:translateY(-50%) translateX(-2%);-o-transform:translateY(-50%) translateX(-2%);transform:translateY(-50%) translateX(-2%);height:100%;width:2500%;background:url(../images/ink.png) no-repeat 0 0;background-size:100% 100%}
.cd-transition-layer.visible{opacity:1;visibility:visible}
.cd-transition-layer.opening .bg-layer{-webkit-animation:cd-sequence 1s steps(24);-moz-animation:cd-sequence 1s steps(24);animation:cd-sequence 1s steps(24);-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}
.cd-transition-layer.closing .bg-layer{-webkit-animation:cd-sequence-reverse 1s steps(24);-moz-animation:cd-sequence-reverse 1s steps(24);animation:cd-sequence-reverse 1s steps(24);-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}
.no-cssanimations .cd-transition-layer{display:none}
@-webkit-keyframes cd-sequence{0%{-webkit-transform:translateY(-50%) translateX(-2%)}
100%{-webkit-transform:translateY(-50%) translateX(-98%)}
}
@-moz-keyframes cd-sequence{0%{-moz-transform:translateY(-50%) translateX(-2%)}
100%{-moz-transform:translateY(-50%) translateX(-98%)}
}
@keyframes cd-sequence{0%{-webkit-transform:translateY(-50%) translateX(-2%);-moz-transform:translateY(-50%) translateX(-2%);-ms-transform:translateY(-50%) translateX(-2%);-o-transform:translateY(-50%) translateX(-2%);transform:translateY(-50%) translateX(-2%)}
100%{-webkit-transform:translateY(-50%) translateX(-98%);-moz-transform:translateY(-50%) translateX(-98%);-ms-transform:translateY(-50%) translateX(-98%);-o-transform:translateY(-50%) translateX(-98%);transform:translateY(-50%) translateX(-98%)}
}
@-webkit-keyframes cd-sequence-reverse{0%{-webkit-transform:translateY(-50%) translateX(-98%)}
100%{-webkit-transform:translateY(-50%) translateX(-2%)}
}
@-moz-keyframes cd-sequence-reverse{0%{-moz-transform:translateY(-50%) translateX(-98%)}
100%{-moz-transform:translateY(-50%) translateX(-2%)}
}
@keyframes cd-sequence-reverse{0%{-webkit-transform:translateY(-50%) translateX(-98%);-moz-transform:translateY(-50%) translateX(-98%);-ms-transform:translateY(-50%) translateX(-98%);-o-transform:translateY(-50%) translateX(-98%);transform:translateY(-50%) translateX(-98%)}
100%{-webkit-transform:translateY(-50%) translateX(-2%);-moz-transform:translateY(-50%) translateX(-2%);-ms-transform:translateY(-50%) translateX(-2%);-o-transform:translateY(-50%) translateX(-2%);transform:translateY(-50%) translateX(-2%)}
}


header{ position: absolute; width:100%; left:0; top:0; z-index:1600;transition: all .3s linear; }
header .am-container{ max-width:90%}
header .logo{ line-height:90px; max-width:18%}
header .logo img{ max-height:36px}
header .menu{ float:right; position:relative; width:68%;}
header .menu nav>ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
header .menu nav>ul>li{ float:left;flex: auto;-webkit-box-flex: auto;text-align: center;position: relative;}
header .menu nav>ul>li>a{ display:block; line-height:88px; font-size:16px; color:#fff; position: relative;}
header .menu nav>ul>li>a:before{ content:""; display:block; width:0; height:2px; position:absolute; left:50%; margin-left:-1.5em; bottom:-1px;transition: all .3s linear; }
header .menu nav>ul>li.on>a,header .menu nav>ul>li:hover>a{ font-weight:bold;}

.ulnav>li .subnav{position: absolute;width:100%;background-color: #FFF; margin:0; box-shadow: 0 2px 10px rgba(0,0,0,.05); height: auto;z-index: 199;top: 68px;left: 0;opacity:0; visibility:hidden;transition: all .36s ease; border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5; border-radius:5px;}
.ulnav>li .subnav:before{ content:""; display:block; position:absolute; left:50%; top:-8px; margin-left:-5px;border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;}
.ulnav>li:hover .subnav{opacity:1;visibility: visible;top:90px;}
.ulnav>li .subnav li{ border-bottom:1px solid #f5f5f5;}
.ulnav>li .subnav li:first-child{ border-radius:5px 5px 0 0;}
.ulnav>li .subnav li:last-child{ border-radius:0 0 5px 5px;}
.ulnav>li .subnav li a{font-weight: 500;color: #666; padding: 8px 5px;line-height: 22px;display: block;transition: all .2s ease-in-out;font-size: 14px;}
.ulnav>li .subnav li a:hover{ color:#06c160;}
.nav-warp{ display:none;}

header.on{ background:rgba(255,255,255,.9); position:fixed;    box-shadow: 0 2px 20px rgba(0,0,0,.05);}
header.on .logo{ line-height:65px;}
header.on .menu nav>ul>li>a{ color:#333; line-height:65px;}
header.on .ulnav>li:hover .subnav{ top:74px;}

.img100{ width:100%;}

.banner .s-b-n,.banner .s-b-p{ width:35px; height:35px; background-size: contain; opacity:.6; }
.banner .s-b-n{ right:2%;}
.banner .s-b-p{ left:2%;}
.banner .swiper-p-b{ }
.banner .swiper-p-b .swiper-pagination-bullet{ width:28px; height:4px; border-radius:4px; position:relative; opacity:1; background:#fff; margin:0 10px;transition: all .3s linear;}

.banner .swiper-p-b .swiper-pagination-bullet-active{ background:#06c160; }


.banner .swiper-slide{ position:relative; height:100vh; overflow:hidden;}
.banner .swiper-slide .dflink{ display:block; width:100%; height:100%; background-position:center; background-size:cover;}
.banner .swiper-slide .dkikn{display:block; width:400%; height:100%; background-size:cover;mix-blend-mode: color-burn; opacity:.15; background-repeat:repeat-x; background-size:auto 100%; animation: animationSlide 200s linear infinite;animation-direction: reverse;   }
.banner .swiper-slide .fbbg{ display:block; width:100%; height:100%;background: -webkit-gradient(linear,left top,right top,color-stop(20%,#00b1e6),color-stop(80%,#5cc53f));background: linear-gradient(45deg,#00b1e6 20%,#5cc53f 80%);}
.banner .swiper-slide .df2{display:block; width:400%; height:100%; background-repeat:repeat-x; background-size:auto 100%; animation: animationSlide 200s linear infinite;animation-direction: reverse;}
.banner .swiper-slide .df2:before{ content:""; display:block; width:100%; height:100%; left:0; top:0;    background:rgb(6 17 7 / 84%);}
.banner .swiper-slide .df2.noss{animation:none;background-size: cover;width: 100%;}
.banner .swiper-slide.swiper-slide-active .df2.noss{-webkit-animation: banner_outsideo 4s linear forwards;-o-animation: banner_outsideo 5s linear forwards;animation: banner_outsideo 5s linear forwards;}
.banner .swiper-slide .df2.noss:before{ opacity:.4;}
.banner .swiper-slide .ban2{ text-align:center;}
.banner .ban1txt{ position:absolute; width:100%; left:0; top:50%; transform:translate(0,-50%);}
.banner .ban1txt .am-container{ max-width:1600px; position:relative;}
.banner .ban1txt .left{ width:50%; position:absolute; left:1.5rem; top:50%; transform:translateY(-50%);}
.banner .ban1txt .tit{ font-size:50px; font-weight:bold; color:#fff;}
.banner .ban1txt .note{ font-size:22px; color:#fff; margin-top:15px;}
.banner .ban1txt .link{ margin-top:50px;}
.banner .ban1txt .link a{ background:#4CAF50; color:#fff; padding:15px 40px; display: inline-block; overflow:hidden; border-radius:30px; color:#fff; position:relative;}
.banner .ban1txt .link a span{ position:relative; z-index:1;}
.banner .ban1txt .link a:before{ content:""; display:block; width:200%; height:100%; position:absolute; left:0; top:0;    background: linear-gradient(90deg, #CDDC39, #54c236,#CDDC39);transition: all .3s linear;}
.banner .ban1txt .link a:hover:before{ left:-100%;}
.banner .ban1txt .right{ max-width:50%; float:right;}

.cd-headline.clip span{display:inline-block;padding:0; font-size:22px; color:#fff;}
.cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:top}
.cd-headline.clip .cd-words-wrapper::after{content:'';position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:70%;width:3px;background-color:#fff;animation: animationop 1s linear infinite;}
.cd-headline.clip b{opacity:0}
.cd-headline.clip b.is-visible{opacity:1}
.cd-words-wrapper{display:inline-block;position:relative;text-align:left}
.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0}
.cd-words-wrapper b.is-visible{position:relative}
.no-js .cd-words-wrapper b{opacity:0}
.no-js .cd-words-wrapper b.is-visible{opacity:1}

@-webkit-keyframes animationSlide{0%{background-position:0 0}to{background-position:100% 0}}
@keyframes animationSlide{0%{background-position:0 0}to{background-position:100% 0}}
@-webkit-keyframes animationop{0%{ opacity:0;}to{ opacity:1;}}
@keyframes animationop{0%{ opacity:0;}to{ opacity:1;}}

@-webkit-keyframes banner_outsideo{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes banner_outsideo{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-o-keyframes banner_outsideo{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@keyframes banner_outsideo{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}

.am-pd{ padding:80px 0;}
.am-pb{ padding-bottom:80px;}
.bgr{ background:#f5f5f5;}
.am-title{ text-align:center;}
.am-title .tit{ font-size:46px; font-weight:bold;}
.am-title .note{ font-size:16px; margin-top:10px;}
.am-title.white{ color:#fff;}
.mgt{ margin-top:30px;}
.flex {display: flex;}
.flex-x-sb {justify-content: space-between;}
.center{ text-align:center;}


.service-box{ margin-top:216px;}
.state-pos_left{ width:40%; float:left; padding-top:170px;}
.state-pos_left .list-info ul li{ margin-bottom:150px; opacity:0; color:#fff;}
.state-pos_left .list-info ul li:last-child{ margin-bottom:0;}
.state-pos_left .list-info ul li i{ display:block; margin-bottom:30px;}
.state-pos_left .list-info ul li i img{ width:54px;}
.state-pos_left .list-info ul li .tit{ font-size:48px; font-weight:bold; margin-bottom:17px;}
.state-pos_left .list-info ul li .note{}
.state-pos_right{ width:50%; float:right;}
.box-intro_img {position: relative; }

.box-intro_img .box-bg {position: absolute;top: 50%;left: 50%;width: 0;height:0;margin: 0 auto;}
.box-intro_img .bg-circle{position: relative;width: 880px;position: absolute;transform: translate3d(-50%,-50%,0);border-radius: 50%;box-shadow: inset 0 0 0 #000;}
.box-intro_img .bg-circle:first-child {width: 480px;box-shadow: inset 0 0 40px 0 rgba(0,88,48,.36);}
.box-intro_img .bg-circle:nth-child(2) {width: 650px;box-shadow: inset 0 0 40px 0 rgba(0,88,48,.18);}
.box-intro_img .bg-circle:nth-child(3) {width: 820px;box-shadow: inset 0 0 40px 0 rgba(0,88,48,.108);}
.box-intro_img .bg-circle:after {display: block;padding-top: 100%;content: "";}
.list-intro_img {position: relative;top: 6px;width: 380px;border-radius: 24px;background: #fff; left:50%; transform:translateX(-50%)}
.item-intro_img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;overflow: hidden;opacity: 0;border-radius: 24px;box-shadow: 0 40px 80px 0 rgba(0,0,0,.35);will-change: opacity;}
.item-intro_img:first-child {z-index: 10;visibility: visible;opacity: 1;}
.list-intro_img:after {display: block;padding-top: 153.5227272727%;content: "";}
.item-intro_img2{ z-index:12; box-shadow:none;}
.item-intro_img3{ z-index:13; box-shadow:none;}
.item-intro_img4{ z-index:14; box-shadow:none;}
.item-intro_img5{ z-index:15; box-shadow:none;}

.service{background-color: #f3f9f4;}
.service-list{ margin-top:30px;}
.service-list ul li{ padding:20px;}
.service-list ul li a{ padding:10%; border-radius:14px; border:1px solid #f4f4f4; display:block; position:relative; background:#fff;}
.service-list ul li a:hover{ box-shadow:0 2px 20px 2px rgba(0,0,0,.1)}
.service-list ul li a i{ display:block;}
.service-list ul li a i img,.service-list ul li a i svg{ width:70px !important; height:70px;}
.service-list ul li a .tit{ font-size:24px; margin-bottom:20px; color:#333; margin-top:20px;}
.service-list ul li a .tit h3{font-weight:normal;}
.service-list ul li a .desc{ font-size:16px; color:#999; line-height:28px; min-height: 56px;}
.service-list ul li a .num{ font-size:24px; color:#efefef; position:absolute; right:10%; top:20%; font-family:MontDemo-Heavy; font-weight:bold;}

.avg-lg-4>li{ width:25%; float:left;}
.case-list ul{ margin:0 -15px;}
.case-list ul li{ padding:15px;}
.case-list ul li a{ display:block; overflow:hidden; box-shadow:0 2px 10px 2px rgba(0,0,0,.05); border-radius:14px;}
.case-list ul li a i{ display:block; overflow:hidden;}
.case-list ul li a i img{max-height:280px; width:100%; transition: all .3s linear;}
.case-list ul li a:hover i img{ transform:scale(1.1) matrix3d(1, 0, 0, 0, 0, 1, 0, 0.0002, 0, 0, 1,0, 0, 0, 0, 1)}
.case-list ul li .txt{ display:block;  padding:25px; text-align:center;}
.case-list ul li .txt .tit{ font-size:20px; font-weight:normal; color:#333; margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.case-list ul li .txt .note{overflow:hidden;text-overflow:ellipsis;white-space:nowrap; font-size:14px; color:#999;}
.case-list .avg-lg-4>li:nth-child(9){ display:none;}
.ny-warp .case-list .avg-lg-4>li:nth-child(9){ display: block;}

.about{ position:relative; background:url(../images/about_bg.jpg) center bottom no-repeat; background-size:cover; padding:100px 0; overflow:hidden;}
.about .abimg{ position:absolute; right:0; bottom:0; max-width:70%;}
.about .abimg .abitm{ transform:translateX(100%)}
.abouttxt{ color:#fff; margin-top:80px;}
.abouttxt .tit{ font-size:32px;}
.abouttxt .note{ font-size:36px; font-weight:bold; margin:50px 0;}
.more a{ display:inline-block; width:220px; height:58px; border-radius:30px; line-height:58px; background:#fff; color:#4caf50; text-align:center;box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);}
.more a span{transition: all .3s ease-out 0s; margin-left:0px;}
.more a i{opacity: 0;transition: all .3s ease-out 0s; transform:translateX(-20px)}
.more a:hover i{transform:translateX(5px); opacity:1;}
.more a:hover span{ margin-left:-10px;}
.abouttxt .abdata{ margin-top:50px;}
.abouttxt .abdata ul li{ float:left; text-align:center; padding:0 50px;}
.abouttxt .abdata ul li:first-child{ padding-left:0;}
.abouttxt .abdata ul li .t span{ font-size:40px; font-weight:bold;}
.abouttxt .abdata ul li .n{}


.inews-tit .tit{ font-size:46px; float:left;}
.inews-tit .hd{ float:right; padding-top:15px;}
.inews-tit .hd ul{ display:inline-block;}
.inews-tit .hd ul li{ display:inline-block;}
.inews-tit .hd ul li a,.inews-tit .hd .gd{ display:block; margin-left:20px; background:#fff; line-height:40px; border-radius:30px; color:#666; padding:0 24px; cursor:pointer;}
.inews-tit .hd .gd{ display:inline-block;}
.inews-tit .hd a:hover,.inews-tit .hd ul li.on a{ background:#4caf50; color:#fff;}

.inews .bd ul{ margin:0 -80px;}
.inews .bd ul li{ padding:40px 80px;}
.inews .bd ul li a{ display:block;}
.inews .bd ul li a .tit{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: block; font-size:22px;  line-height:88px;}
.inews .bd ul li a .note{font-size: 15px;line-height: 28px;color: #999;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 56px;}
.inews .bd ul li a .time{font-size: 15px; margin-top:15px; color:#777;}


.imessage{background-color: #53b753;color: #fff;position:relative;    background: linear-gradient(-45deg,#CDDC39,#8BC34A,#23a6d5,#23d5ab);background-size: 400% 400%;-webkit-animation: gradient 15s ease infinite;animation: gradient 15s ease infinite; }
.imessage .am-container{ position:relative; z-index:12;}
.imessage:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0;background-image: url(../images/bg-me.png); opacity:.5;background-size: 6px;}
@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
.imessage .tit{ font-size:36px;}
.imessage .note{ margin-top:1em;}
.mesform{ margin-top:30px;}
.mesform .item{ width:25%; float:left; padding-right:20px;}
.mesform .item:nth-child(3){ width:40%;}
.mesform .item:nth-child(4){width:10%;}
.mesform .item .am-form-field{ padding:15px; border:none;}
.mesform .item .am-btn{ padding:15px; border:none; width:100%;background: #FFEB3B; color:#4caf50; outline:none;}




footer{background: #232323; padding-top:6em;}
footer .footer-main{ margin-bottom:50px;}
footer .footer-main .footer-left{ width:18%; float:left;}
footer .footer-main .footer-left img{ margin-bottom:10px;width: 160px;}
footer .footer-main .footer-left p{ line-height:2; font-size:14px; color:#999;}
footer .footer-main .footer-left a{color:#999;}
footer .footer-main .footer-nav{ width:58%; float:left;}
footer .footer-main .footer-nav ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
footer .footer-main .footer-nav ul li{flex:1; float:left;}
footer .footer-main .footer-nav ul li .tit{ color:#fff; font-weight:bold; margin-bottom:8px;}
footer .footer-main .footer-nav ul li p{ font-size:14px; line-height:2.5;}
footer .footer-main .footer-nav ul li p a{ color:#999;}
footer .footer-main .footer-contact{ width:24%; float:left;}
footer .footer-main .footer-contact .tit{color:#fff; font-weight:bold; margin-bottom:8px;}
footer .footer-main .footer-contact p{font-size:14px; color:#999; line-height:2.5;}
footer .footer-main .footer-contact .footer-tel{ background:#4caf50; padding:12px; margin-top:8px; border-radius:30px; color:#fff; text-align:center; max-width:285px; position:relative;}
footer .footer-main .footer-contact .footer-tel svg{ position:absolute;}
footer .footer-main .footer-contact .footer-tel a{ color:#fff;}
footer .footer-main .footer-contact .footer-tel span{ text-indent:32px; display:inline-block;}

footer .yqlink{ font-size:12px; color:#999; margin-bottom:15px;}
footer .yqlink a{ display:inline-block; margin-right:15px; color:#999;}
footer .copyr{ border-top:1px solid rgba(255,255,255,.05); padding:20px 0; font-size:12px; color:#999;}
footer .copyr a{ color:#999;}
footer .copyr .fioc i{ font-size:16px; margin:0 15px;}
footer .bq_tag{border-top:1px solid rgba(255,255,255,.05); padding:15px 0; font-size:12px; color:#999;}
footer .bq_tag a{color:#999; display:inline-block; margin-right:15px;}

.nybanner{ position:relative; height:50vh; overflow:hidden;      perspective: 500px;  background: -webkit-gradient(linear,left top,right top,color-stop(20%,#00b1e6),color-stop(80%,#5cc53f));background: linear-gradient(45deg,#00b1e6 20%,#5cc53f 80%);}
.nybanner:before{ content:""; display:block; width:100%; height:100%; background:#000; opacity:.1; position:absolute; left:0; top:0; z-index:3;}
.nybanner .nybanbg{ width:400%; height:100%; background-repeat:repeat-x;mix-blend-mode: overlay;    background-size: auto 100%;animation: animationSlide 200s linear infinite;animation-direction: reverse;    opacity: 0.3;}
.nybanner .nyban-txt{ position:absolute; width:100%; left:0; top:50%; transform:translateY(-40%); z-index:990; color:#fff; text-align:center;}
.nybanner .nyban-txt .tit{ font-size:40px; margin-bottom:20px; font-weight:bold;}
.nybanner .nyban-txt .wezhi{ margin-top:20px; color:#fff;}
.nybanner .nyban-txt .wezhi a{ color:#fff;}
.nybanner .nyban-txt .wezhi a span{ margin-right:3px;}
.nybanner .nyban-txt .wezhi i{ margin:0 5px; opacity:.7;}

.nybanner .nybg{min-width: 2200px;height: 1432px;z-index: 0;opacity: .5;position: absolute;left: -22%;right: -22%;top: -28%;bottom: -22%;transform: rotateX(15deg);transform-origin: center;vertical-align: middle;}
.nybanner .nybg:before{ content:""; display:block; width:100%; height:100%; position:absolute; z-index:20; left:0; top:0; opacity:.6; background:#012402;}
.nybanner .nybg .bg1 {
	height: 916px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg1-data-v-c2c41fa4 30s linear infinite
}

.nybanner .nybg .bg2 {
	height: 916px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg2-data-v-c2c41fa4 30s linear infinite;
}
@keyframes bg1-data-v-c2c41fa4 {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-916px)
	}
}

@keyframes bg2-data-v-c2c41fa4 {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-916px)
	}
}


.ny-title{ text-align:center;}
.ny-title .tit{ font-size:36px; color: #1C1C1C;    margin-bottom: 10px;}
.ny-title .note{color: #666; font-size:14px;}




.webA ul{width:100%;float:left;margin-top:80px;}
.webA ul li{width:20%;float:left;}
.webA ul li a{display:block;border-right:1px solid #f0f0f0;padding:30px 19% 52px 19%;text-align:center;}
.webA ul li a strong{display:block;font-size:91px;color:#333333;opacity:0.06;}
.webA ul li a span{display:block;font-size:20px;color:#444444;margin-top:-44px;font-weight:bold;height:26px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.webA ul li a p{color:#333333;line-height:24px;margin-top:50px;height:120px;overflow:hidden;}
.webA ul li a i{display:inline-block;width:70px;height:70px;line-height:70px;border:1px solid #c6c6c6;border-radius:20px;margin-top:12px;}
.webA ul li a i img{vertical-align:middle;}
.webA ul li a i .h_img{display:none;}
.webA ul li:last-child a{border:none;}
.webA ul li a:hover{background:#4caf50;}
.webA ul li a:hover strong,.webA ul li a:hover span,.webA ul li a:hover p{color:#fff;}
.webA ul li a:hover i{border-color:#fff;}
.webA ul li a:hover i .h_img{display:inline-block;}
.webA ul li a:hover i .s_img{display:none;}
.webA ul li a:hover strong{opacity:0.2;}

.jgbiao{ margin-top:30px;}

.pricing {transition: 0.2s linear;-webkit-transition: 0.2s linear;-moz-transition: 0.2s linear;}
.pricing i:first-child {color: #232323;}
.pricing h6:first-child, .pricing h5:first-child {margin: 0;}
.pricing .pricing__price {margin-top: 1em;}
.pricing .pricing__dollar {vertical-align: top;}
.pricing p:last-of-type {margin-bottom:1em;}
.pricing:not(.pricing-1):not(.pricing--emphasise) hr {border-color: #efefef;}
.pricing-5 .pricing__title {min-height: 124px;padding: 1em 0;position: relative;}
.bor {border: 1px solid #e9e9e9;}
.pricing-5 ul li span:not(:first-child) {display: inline-block;margin-left: 0.4125em;position: relative;font-size:14px;}
.pricing-5 ul li:nth-child(odd) {background: #efefef;}
.pricing .am-u-md-6{ padding:0;}
.pricing .am-u-md-6 .am-u-md-3{ padding:0;}
.pricing .am-u-md-6 .am-u-sm-3{ padding:0;}
.pricing-5 .am-u-md-3 {
    border-left: 1px solid #e9e9e9;
}
.pricing-5 ul li {line-height: 1.625em;padding: 1em 0;text-align: left;padding-left: 15px;font-size:14px;}
.pricing-5 .pricing__title h6 { font-weight:normal;opacity: .8;}
.pricing__price{ font-weight:bold;}
.pricing__price .h3{ font-size:2em;}

.checkmark, .crossmark,.cordes {width: 1.225em;height: 1.225em;line-height: 1.225em;background: #64b671;border-radius: 50%;display: inline-block;position: relative;text-align: center;    margin-top: -5px;top: 5px;}
.checkmark:before, .crossmark:before,.cordes:before {content: '\2713';position: absolute;color: #fff;width: 100%;left: 0;opacity: 1;font-size: 0.8em;}
.crossmark {background: #e34747;}
.crossmark:before {content: '\2715';}
.cordes{ background:#fdbd00;}


.ny-xnews ul li{ padding:15px;}
.ny-xnews ul li a{ background:#fff; display:block; border:1px solid #eee; padding:30px;}
.ny-xnews ul li a .tit{font-size: 18px;line-height: 48px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny-xnews ul li a .note{font-size: 14px;color: #666666;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;line-height: 24px;max-height: 72px;}
.ny-xnews ul li a .info{margin-top: 10px; color:#666; font-size:14px; border-top:1px solid #eee; padding-top:15px;}
.ny-xnews ul li a .info span{ float:left;}
.ny-xnews ul li a .info em{ float:right;}
.ny-xnews ul li a .info em i{ margin-left:5px;}

.text-center{ text-align:center;}

.yh-par1 .am-container{ max-width:1600px;}

.yh-par1-list{ margin-top:30px;}
.yh-par1-list ul{ margin:0 -15px;}
.yh-par1-list li{float:left;width:50%; padding:15px;}
.yh-par1-list li .item{height:154px;background-color:#fff;box-shadow:0 0 27px 0 rgba(52,52,52,.1);padding:29px 37px 0;box-sizing:border-box;text-align:left;}
.yh-par1-list li .item .text-title{position:relative;padding-left:26px;font-size:22px;color:#343434;margin-bottom:15px;font-weight:normal;}
.yh-par1-list li .item .text-title:before{position:absolute;content:"";left:0;border-radius:50%;background-color:#84ccc9;box-shadow:0 6px 10px 0 #84ccc9;width:8px;height:8px;top:7px}
.yh-par1-list li .item .text-description{padding-left:26px;font-size:16px;color:#666;line-height:30px}
.yh-par1-list li:nth-child(2) .text-title:before{background-color:#ff6f26;box-shadow:0 6px 10px 0 rgba(255,111,38,.82)}
.yh-par1-list li:nth-child(3) .text-title:before{background-color:#ffa827;box-shadow:0 6px 10px 0 rgba(255,168,39,.82)}
.yh-par1-list li:nth-child(4) .text-title:before{background-color:#25c8db;box-shadow:0 6px 10px 0 rgba(37,200,219,.62)}

.yh-par2-list{ margin-top:30px;}
.yh-par2-list ul{ margin:0 -20px;}
.yh-par2-list ul li{ padding:0 20px;text-align:center; }
.yh-par2-list ul li .item{ padding:30px;transition: all .1s linear;}
.yh-par2-list ul li .icon{ text-align:center; margin-bottom:20px;}
.yh-par2-list ul li .text-title{ font-size:22px;text-align:center; margin-bottom:10px;font-weight:normal;}
.yh-par2-list ul li .text-description{    font-size: 16px;color: #666; line-height:2;}
.yh-par2-list ul li .item:hover{box-shadow: 0px 0px 29px 0px rgba(52, 52, 52, 0.13);}
.bgr{ background:#f5f6f7;}

.yh-par3-box{ margin-top:30px;}
.yh-par3-box .item{ width:33.333%; float:left; padding:0 20px;}
.yh-par3-box .item .yh-par3-he{ background:#333; color:#fff; height:50px; line-height:50px; font-size:18px; font-weight:600; border-radius:5px 5px 0 0;}
.yh-par3-box .item .yh-par3-he span:first-child{ width:50%; float:left; padding:0 15px;}
.yh-par3-box .item .yh-par3-he span:nth-child(2){width: 30%; float:left;text-align: center;}
.yh-par3-box .item .yh-par3-he span:nth-child(3){ width:20%; float:left; text-align:center;}
.yh-par3-box .item .yhpp-list ul li{ height:35px; line-height:35px; background:#fff; font-size:14px;}
.yh-par3-box .item .yhpp-list ul li span:first-child{ width:50%; float:left; display:block; padding:0 15px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.yh-par3-box .item .yhpp-list ul li span:nth-child(2){width: 30%; float:left;text-align: center; color:#4caf50;}
.yh-par3-box .item .yhpp-list ul li span:nth-child(3){width:20%; float:left; text-align:center;}
.yh-par3-box .item .yhpp-list ul li:nth-of-type(2n){ background:#eaf3ff;}



.tb {display: table;width: 100%;height: 100%;}
.tbc {display: table-cell;vertical-align: middle;}
.yh-cf:before,.yh-cf:after{ content:""; display:block; clear:both;}

.yh-container{ max-width:1170px; margin:0 auto;}
.yh-pd{ padding:120px 0;}
.yh-part1{ background:#f0f0f0; text-align:center;}
.yh-title{ text-align:center;}
.yh-title .tit{ font-size:32px; font-weight:bold; color:#343434;}
.yh-title .note{ font-size:16px; color:#666; margin-top:20px; line-height:1.8;    white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}

.yh-p2-list{ margin-top:60px;}
.yh-p2-list ul{ margin:0 -20px;}
.yh-p2-list ul li{ padding:20px; width:33.333%; float:left; box-sizing:border-box;}
.yh-p2-list ul li a{ display:block; position:relative;box-sizing:border-box; overflow:hidden;}
.yh-p2-list ul li a img{ width:100%; margin:0;transition: all .3s linear;}
.yh-p2-list ul li a:hover img{transform: scale(1.05);}
.yh-p2-list ul li a:before{ content:""; display:block; width:100%; height:100%; background:rgb(66,92,187); opacity:.8; position:absolute; left:0; top:0; z-index:22;transition: all .3s linear;}
.yh-p2-list ul li a:hover:before{ opacity:.9;}
.yh-p2-list ul li a .txt{ position:absolute; z-index:33; left:0; bottom:0; padding:34px; text-align:center; width:100%;box-sizing:border-box; color:#fff; line-height:1.8;}
.yh-p2-list ul li:nth-child(2n) a:before{ background:rgb(248,248,248);}
.yh-p2-list ul li:nth-child(2n) a .txt{ color:#333;}

.yh-part3-list ul{ margin:0 -45px;}
.yh-part3-list ul li{ padding:45px;}
.yh-part3-list ul li .tit{ background:#fff; padding:10px; text-align:center; font-size:20px; font-weight:bold;}
.yh-part3-list ul li .tit img{ margin-right:10px;}
.yh-part3-list ul li .tgs{ margin:15px -8px 0 -8px;}
.yh-part3-list ul li .tgs span{ display:block; width:33.333%; float:left; text-align:center; padding:3px 8px;}
.yh-part3-list ul li .tgs span em{ display:block; background:#fff; padding:8px 2px; font-size:14px; color:#666;}

.yh-logolist ul{ margin:0 -10px;}
.yh-logolist ul li{ padding:10px; text-align:center;}


.nybanner .nyban-txt .tit .cd-headline.clip span{ font-size:40px;}

.movie-list ul{ margin:0 -15px;}
.movie-list ul li{ padding:15px;}
.movie-list ul li a{ display:block; overflow:hidden; box-shadow:0 2px 20px 2px rgba(0,0,0,.05);transition: all .3s linear; border-radius:8px;}
.movie-list ul li a .img{ display:block; overflow:hidden; position:relative; padding:28% 0;}
.movie-list ul li a .img:before{ content:""; display:block; width:100%; height:100%;background: linear-gradient(45deg,var(--gradient-blue-rgba) 20%,var(--gradient-green-rgba) 80%); background-size:400% 400%; opacity:0; position:absolute; left:0; top:0; z-index:1;transition: all .3s linear;}
.movie-list ul li a .img:after{ content: "";display: block;width:100%; height:100%; background: rgba(0, 0, 0, 0.3);position:absolute; left:0; top:0; z-index:1;transition: all .3s linear;}
.movie-list ul li a:hover .img:after{ opacity: .1;}
.movie-list ul li a:hover .img:before{ opacity:0.5;background-size:100% 100%;}
.movie-list ul li a .img>img{transition: all .3s linear;width: 100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
.movie-list ul li a:hover .img>img{ transform:scale(1.08) translate(-50%,-50%);}
.movie-list ul li a .img .paly{ width:48px; position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%)}
.movie-list ul li a .txt{ text-align:center; padding:15px; font-size:18px; color:#333;    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.movie-list ul li a:hover{ transform:translateY(-15px);box-shadow: 0 20px 20px 1px rgba(0,0,0,.1);}


.pages{ text-align:center; margin-top:20px;}
.pages li{display:inline};
.pages>.active>a, .pages>.active>span, .pages>.active>a:hover, .pages>.active>span:hover, .pages>.active>a:focus, .pages>.active>span:focus {
 color:#fff;background:#4CAF50; border-color: #4CAF50
}
.pages>li.thisclass a, .pages>li>a:hover, .pages>li>span:hover, .pages>li>a:focus, .pages>li>span:focus {
	color: #fff;
	background-color: #4CAF50;
	border-color: #4CAF50
}
.pages>li>a, .pages>li>b, .pages>li>span {
width:46px; margin:0 2px; height:46px; line-height:46px;font-size:12px; text-align:center; display:inline-block; background:#fff; border-radius:50%; box-shadow:0 2px 2px 2px rgba(0,0,0,.05)
}
.pages .active a{color:#fff;background:#4CAF50; border-color: #4CAF50};
.pages b{display:none;}



.ny-warp{ padding:60px 0; background:#f3f3f3;}

.ny-nav{ text-align:center; margin-bottom:30px;}
.ny-nav a{ display:inline-block; padding:10px 30px; background:#fff; border-radius:40px; border: 1px solid #ebe8e4;margin:0 10px;}
.ny-nav a.on,.ny-nav a:hover{ background:#4CAF50; color:#fff; border-color:#4CAF50;}

.ny-news-list ul li{ transition: all .1s linear;position:relative;padding:15px;}
.ny-news-list ul li a{ display:block; padding:30px;background:#fff; border-radius:10px;}
.ny-news-list ul li a:hover{box-shadow: 0 0 10px 6px #eeeeee;z-index: 99;}
.ny-news-list ul li a i{ display:block; overflow:hidden; font-style:normal; border-radius:10px; position:relative;}
.ny-news-list ul li a i em{ position:absolute; left:0; bottom:0; background:rgba(76,175,80,0.5); color:#fff; font-size:14px; padding:4px 15px; border-radius:0 10px 0 0;}
.ny-news-list ul li a .txt{position:relative; padding-top:10px;}
.ny-news-list ul li a .txt .tit{ font-size:20px; color:#333; font-weight:bold; }
.ny-news-list ul li a .txt .note{ font-size:14px; color:#999;margin:18px 0; background:#fafafa; border-radius:10px; padding:20px 15px; line-height:2;}
.ny-news-list ul li a .txt .note .mtxt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.ny-news-list ul li a .txt .nfok{}
.ny-news-list ul li a .txt .nfok .rq {display: block;font-size: 13px;font-family: arial;height: 16px; float:left;color: #b5b5b5;background: url(../images/icon-time.png) no-repeat left center; padding-left:24px; background-size:18px auto;}
.ny-news-list ul li a .txt .nfok .readNum {display: block;font-size: 13px;font-family: arial;height: 16px;background: url(../images/icon_eye.png) no-repeat left center; background-size:20px auto; float:right;padding-left: 24px; color:#b5b5b5;}
.ny-news-list ul li a .txt .more{ width:36px; height:36px; line-height:34px; border-radius:50%; border:1px solid #ddd; text-align:center;transition: all .3s linear;}
.ny-news-list ul li a .txt .more:before{content: "\f105";}
.ny-news-list ul li a i{ display:block; overflow:hidden; background:#f5f5f5;}
.ny-news-list ul li a i{ display:block; overflow:hidden; position: relative; padding: 30% 0;}
.ny-news-list ul li a i img{transition: all .3s linear; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);width:100%; }
.ny-news-list ul li a:hover i img{ transform:translate(-50%,-50%) scale(1.1); opacity:.8; }

.ny-news-list ul li a:hover .more{ background:#4CAF50; color:#fff;}
.ny-news-list ul li a .txt .ncas{ display:none;}
.nynews .am-container{ }


.newscon-head{ text-align:center;}
.newscon-head h1{ font-size:36px;}
.blog-post__author{ margin-top:15px; font-size:14px; color:#999;}

.blog-post__author em{ display:inline-block; margin:0 5px;}
.blog-post__author a{color:#999;}

.newsarcbox .am-container{ max-width:1170px;}
.newsarcbox  .arccontent{border-radius: 10px;box-shadow: 0 2px 20px 2px rgba(0,0,0,.05);padding: 50px;margin-top: -120px;background: #fff;}

.next-prev{border-radius: 10px;box-shadow: 0 2px 20px 2px rgba(0,0,0,.05); margin-top:30px; overflow:hidden;}
.next-prev .npitm{ width:50%; float:left; padding:30px; height:150px; overflow:hidden; background:#fff;}
.next-prev .npitm a{ display:block;}
.next-prev .npitm a .img{ width:30%; float:left; border-radius:10px; overflow:hidden;    max-height: 90px;}
.next-prev .npitm a .txt{ width:70%; float:left; padding-left:20px;}
.next-prev .npitm a .txt .tit{ font-size:14px; color:#999; margin-top:10px;}
.next-prev .npitm a .txt .tip{ font-size:16px; color:#333;}
.next-prev .npitm a .txt .tip i{ font-size:20px;}
.next-prev .npitm.prev{     background-image: -webkit-linear-gradient(left,#fff,#fbfbfb);background-image: -o-linear-gradient(left,#fff,#fbfbfb);background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(#fbfbfb));}
.next-prev .npitm.prev a .txt .tip i{ margin-right:10px;}
.next-prev .npitm.next a .txt .tip i{ margin-left:10px;}

.xianggnews{border-radius: 10px;box-shadow: 0 2px 20px 2px rgba(0,0,0,.05); margin-top:30px; padding:30px;}
.xianggnews .xgtit{ font-size:20px; font-weight:bold; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:15px;}
.xgnews-list ul li{ line-height:2.2;}
.xgnews-list ul li a{ display:block; font-size:14px; color:#777;}


.nycasehead{ text-align:center; }
.nycasehead .am-container{ max-width:1200px;}
.nycasehead h1{font-size:36px;}
.nycasehead .note{ margin-top:30px; line-height:2;}

.case-view-btn{ margin-top:30px;}
.case-view-btn a{ display:inline-block; position:relative;}
.case-view-btn a .bn{ position:relative; padding:10px 30px; background:#4CAF50; border-radius:4px; margin:0 10px; color:#fff; cursor:pointer; overflow:hidden; z-index:1;}
.case-view-btn a .bn:after{z-index: -1;content: " ";position: absolute;border-radius: 50%;left: 50%;top: 50%;margin-left: -120px;margin-top: -120px;border-width: 120px;border-color: #fff;border-style: dashed;width: 0;height: 0;-webkit-transition: all 250ms ease 0ms;transition: all 250ms ease 0ms;opacity: 0.1;filter: alpha(opacity=10);*zoom: 1;visibility: hidden;-webkit-transform: scale(0.1);transform: scale(0.1);pointer-events: none;}
.case-view-btn a:hover div:after{-webkit-transition: all 350ms ease-in 0ms;transition: all 350ms ease-in 0ms;opacity: 0.15;filter: alpha(opacity=15);visibility: visible;-webkit-transform: none !important;transform: none !important;}
.case-view-btn a:nth-child(2) .bn{ background:#FF5722}
.case-view-btn a img{ width:28px; margin-right:4px; position:relative; margin-top:-2px;}
.case-view-btn a span{ position:absolute; width:140px; left:50%; margin-left:-70px; bottom:100%; padding:10px; border-radius:8px; display:block; box-shadow:0 2px 10px 2px rgba(0,0,0,.08); background:#fff; visibility:hidden;-webkit-transition: all 250ms ease 0ms;transition: all 250ms ease 0ms; opacity:0;}
.case-view-btn a:hover span{ visibility:inherit; opacity:1;}

.case-v-con .am-container{ max-width:1200px;}
.case-v-con .case-v-sp{padding-top: 36px;border-radius: 4px 4px 0 0;background-color: #fff;background-image: url(../images/bgs-casect.png);background-size: auto;background-position: 0 0;background-repeat: no-repeat;-webkit-box-shadow: 0px 8px 41.4px 4.6px rgba(4, 0, 0, 0.1);box-shadow: 0px 8px 41.4px 4.6px rgba(4, 0, 0, 0.1);}

iframe, embed, video {width: 100% !important;}
.case-v-con  iframe{ min-height: 620px;}


.area-nav-box{ }
.area-nav{ padding-top:5px;}
.area-nav ul li{ float:left; margin-right:15px;opacity:.8;}
.area-nav ul li:hover,.area-nav ul li.on{ opacity:1;}
.area-nav ul li:after{content: '/';margin-left: 0.8125em;opacity: 0.3;}
.area-nav ul li:last-child:after{ display:none;}
.area-nav ul li.on a{ color:#4CAF50;}

.area-list{ padding:25px 0;}
.area-list ul{ position:relative; margin-left:-15px; margin-right:-15px;}
.area-list ul li{ padding:15px;}
.area-list ul li a{ display:block; background:#fff;}
.area-list ul li i{ width:100%; overflow:hidden; display:block;}
.area-list ul li i img{ width:100%;}
.area-list ul li .txt{    overflow: hidden;padding: 2.4375em;}
.area-list ul li .txt span{ display:block; font-size:18px; font-weight:bold; margin-bottom:6px; color:#333;}
.area-list ul li .txt p{ font-size:14px; color:#666;}


.about-yx{ position:relative; z-index:11; margin-top:-100px;}
.about-yx .am-container{ max-width:1400px;}

.about0txt .note{ text-indent:2em; line-height:2;}
.about0txt .taitle .tit{ font-size:24px;}
.about0txt .taitle .line{ width:54px; height:2px; background:#4CAF50; margin:15px 0;}
.about-yx .video-cover{ width:48%; float:left; margin-right:4%;}
.video-cover video{ max-width:100%;}

.about-con{ background:#fff; border-radius:30px; box-shadow:0 2px 20px 6px rgba(0,0,0,.05); padding:50px;}

.contact-ico{ margin-top:60px;}
.contact-ico ul{ margin:0 -30px;}
.contact-ico ul li{ width:33.3333%; float:left; padding:30px;}
.contact-ico ul li a{ padding:60px; display:block; text-align:center;border-radius:30px; box-shadow:0 2px 20px 6px rgba(0,0,0,.05);}
.contact-ico ul li:nth-child(2) a{ background:#4CAF50;}
.contact-ico ul li:nth-child(2) a .tit{ color:#fff;}
.contact-ico ul li:nth-child(2) a .note{ color:#fff;}
.contact-ico ul li a .tit{ font-size:20px; font-weight:bold; color:#333; margin:10px 0;}
.contact-ico ul li a .note{ color:#666;}


.cmap{border-radius:30px; box-shadow:0 2px 20px 6px rgba(0,0,0,.05); background:#fff; margin-top:60px; overflow:hidden; padding:30px;}
#allmap{ height:460px;}
.css_animation{height:104px; width:104px; border-radius: 50%; background:rgb(76 175 80 / 68%);; transform: scale(0.6); -webkit-animation: myfirst 3s; animation: myfirst 3s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}  


.area-content{ padding:77px 0; }
.area-content .am-container{ max-width:1236px;}
.area-content .qpic{ width:530px; height:344px; }
.area-content .qpic img{ width:100%; height:100%; border-radius:6px;}
.area-content .txt{ width:500px; padding-top:20px;}
.area-content .txt h2{ font-size:24px; margin-bottom:30px;}
.area-content .txt p{ font-size:14px; line-height:24px; height:144px; overflow:hidden;}

.ygg_a{ margin-top:30px;}
.ygg_a a{display: inline-block;margin-bottom: 10px;background: #4CAF50;padding: 12px 45px;border-radius: 25px;font-size: 15px; color:#fff; margin-right:20px;}
.ygg_a a.qql{ background:#FF5722;}
.ygg_a a.mobi{padding: 12px 25px;}

#footbar{ height:78px; width:100%; position:fixed; z-index:1960; left:0; bottom:0; /*background-image:url(../images/fbarbg.png); background-position:0 0;background-position: -460px 0;*/transition: all .3s linear; display:none;}
#footbar.uin0{background-position: -460px 0;}
#footbar.uin1{background-position: -370px 0;}
#footbar.uin2{background-position: -276px 0;}
#footbar.uin3{background-position: -186px 0;}
#footbar ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; position:relative; z-index:9; padding-top:20px;}
#footbar ul li{ flex:1; text-align:center;}
#footbar ul li svg{ width:24px; height:24px;}
#footbar ul li a{ display:block;}
#footbar ul li a i{ display:inline-block; transform:translateY(20px);transition: all .3s linear;}
#footbar ul li a p{ font-size:12px; transform:translateY(20px); opacity:0;transition: all .3s linear;}
#footbar ul li a:hover i,#footbar ul li.on a i{ transform:translateY(-10px);}
#footbar ul li a:hover p,#footbar ul li.on a p{transform:translateY(10px); opacity:1; color:#4caf50;}
#footbar #fbcale{ width:40px; height:40px; position:absolute; border-radius:50%; background:#4caf50; left:7%; top:-9px; z-index:1;transition: all .3s linear;}
#footbar ul li a:hover i svg path,#footbar ul li.on a i svg path{ fill:#fff;}


@-webkit-keyframes myfirst{  
 to{transform: scale(1.05); background: rgba(0, 0, 0, 0);}  
} 
@keyframes myfirst{  
 to{transform: scale(1.05); background: rgba(0, 0, 0, 0);}  
} 

.main-container .am-container{ max-width:1170px;}
.webjs-title .tit{ font-size:2em; margin-bottom:10px;}
.webjs-title .lead{ color:#999;}
.fwnr .col-sm-6{ width:50%; float:left; padding:0 15px; margin-bottom:30px;}
.fwnr .col-sm-6 .feature i{ font-size:2em;}
.fwnr .col-sm-6 .feature p{ font-size:14px; color:#999;}
.webjs-pard1 .col-md-8{ width:66.6666%; float:left;}
.webjs-pard1 .col-md-4{ width:33.3333%; float:left; padding-left:15px;}
.pricing-1 {padding: 2.16666667em 3.25em 2.15em 3.25em;background: #fff;margin-bottom: 30px;}
.pricing-1 h4{ font-size:1.5em;}
.pricing{transition:.2s linear;-webkit-transition:.2s linear;-moz-transition:.2s linear}
.pricing i:first-child{color:#232323}
.pricing h5:first-child,.pricing h6:first-child{margin:0}
.pricing .pricing__price{margin-top:1em}
.pricing .pricing__dollar{vertical-align:top}
.pricing p:last-of-type{margin-bottom:1em}
.pricing p{ font-size:14px; color:#999; line-height:24px;}
.pricing:not(.pricing-1):not(.pricing--emphasise) hr{border-color:#efefef}
.pricing__price .h1{ font-size:4em; line-height:1}
.btn.btn--primary {border-color: #4CAF50; display:inline-block; padding:8px 30px; border-radius:30px; color:#fff;}
.btn--primary, .btn--primary:visited {background: #409143;border-color: #409143;}

.imagebg{ position:relative;}
section.section--even, footer.section--even {padding-top: 8.125em;padding-bottom: 8.125em;}
.background-image-holder {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-size: cover !important;background-position: 50% 50% !important;z-index: 0;}


.imagebg .am-container {position: relative;  z-index: 2;}
.imagebg .am-container h3{ color:#fff; font-size:2em;}
.row:before,.row:after{ content:""; display:block; clear:both;}
.process-1{ position:relative;}
.process-1:before{ content:""; display:block; width:1px; height:100%; position:absolute; left:50%; top:0; border-left:1px dashed #dcdcdc;}
.process-1 .fwnr{ margin-top:-170px;}
.process-1 .fwnr .feature{ text-align:right;}
.process-1 .fwnr .col-sm-offset-2 .feature{ text-align:left;}
.process-1 .fwnr .col-sm-offset-3 .feature{ text-align:center;}
.process-1 .fwnr .feature i{ font-size:2em;}
.process-1 .fwnr .feature h5{ font-size:16px; margin:15px 0;}
.process-1 .fwnr .feature p{ font-size:13px; line-height:24px; color:#999;}
.process-1 .col-sm-5{ width:35%; float:left;}
.process-1 .col-sm-5.col-sm-offset-2 {margin-left: 30%;}
.piechart{ width:200px; height:200px; background:#fff; margin:0 auto; border-radius:50%; position:relative;}
.piechart .piechart__description{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.piechart .piechart__description h6{ font-size:14px; color:#999; margin-bottom:5px;}
.piechart .piechart__description .h4{ font-size:18px; font-weight:bold;}

.process-end{ padding-top:30px;}
.process-end:before{ height:40%;}
.process-end .fwnr{ margin-top:30px;}
.process-end .fwnr .col-sm-6{ margin:0 auto; float:none;}

@media screen and (max-width:1920px){
.avg-md-3>li{ width:33.3333%}
.case-list .avg-lg-4>li:nth-child(9){ display:block;}
	}
@media screen and (max-width: 1680px){
.am-container{max-width: 1400px;}
.yh-par1 .am-container{ max-width:1400px;}
.about .abimg{ max-width:62%;}
.banner .ban1txt .am-container{ max-width:1400px;}
.banner .ban1txt .tit{ font-size:40px;}
.banner .ban1txt .note{ font-size:18px;}
.am-title .tit{ font-size:40px;}
.abouttxt .note{ font-size:32px;}
.inews-tit .tit{ font-size:40px;}
.inews .bd ul li a .tit{ font-size:18px;}
.inews .bd ul{ margin:0 -50px;}
.inews .bd ul li{ padding:20px 50px;}

}
@media screen and (max-width: 1440px){
.am-container{max-width: 1200px;}
.yh-par1 .am-container{ max-width:1200px;}
.nynews .am-container{ max-width:1200px;}
.banner .ban1txt .am-container{ max-width: 1280px;}
.banner .ban1txt .right{ max-width: 36%;}
.service-list ul li a i img, .service-list ul li a i svg{width: 60px !important;height: 60px;}
.service-list ul li a .tit{font-size: 20px; margin: 15px 0;}
.service-list ul li a .desc{font-size: 12px;}
.cd-headline.clip span{font-size: 18px;}
.am-title .tit{font-size: 34px;}
.am-title .note{font-size: 14px;}
.abouttxt .tit{font-size: 24px;}
.abouttxt .note{font-size: 26px;}
.inews-tit .tit{font-size: 34px;}
}


@media screen and (max-width:1024px){
html {background: #fafafa;}
body{ margin:0 auto; background:#fff; zoom:1; padding-bottom:56px;}	
.menu-bar{ display:block; width:26px; height:18px; float:right; position: absolute; right:1.5rem; top:20px; border-bottom:2px solid #fff;}
.menu-bar:after{ content:""; display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; top:0;}
.menu-bar:before{ content:""; display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; top:50%;}
header .logo{ height:60px; line-height:60px; padding-left:1.5rem;    max-width: 26%;}
.searbtn{ display:none;}

header .logo img{ }
header .menu nav{ position:fixed; width:100%; height:100%; left:-100%; top:0; z-index:99999;transition: all .3s linear;}
header .menu nav.active{ left:0; opacity:1;pointer-events: none;}
header .am-container{  height:100%; max-width:100%;}
header .menu nav .ulnav{ display:block; width:60%;background: #4caf50; height:100%; position:relative;overflow-y: auto;    pointer-events: auto;}
header .menu nav .ulnav>li{ width:100%; float:none; border-bottom:1px solid rgba(255,255,255,.1); border-radius:0!important;}
header .menu nav .ulnav>li>a{ line-height:60px;}
header.on .menu nav>ul>li>a{ color:#fff;}
header .menu nav .ulnav>li>a:before{ display:none;}
header .menu nav .ulnav>li .xm{ position:absolute; width:70px; display:block; right:0; top:0; color:rgba(255,255,255,.81); line-height:60px;}
header .menu nav .ulnav>li .subnav{ position:relative; display:none; top:0; opacity:1;visibility:inherit; border-radius:0;}
header .menu nav .ulnav>li:hover>a{ background:none;}
header .menu nav .ulnav>li .subnav.show{ display:block;}
header.on .ulnav>li:hover .subnav{ top:0;}
header.on{ position:absolute;}
nav .am-close {position: absolute;right: 32%;top: 4px;color: #fff;text-shadow: none;opacity: .5;font-size: 2.6rem;display: block;}
.nav-warp{ width:100%; height:100%; position: fixed; right:0; top:0; background:rgba(0,0,0,.81); display:none; z-index:1920}
.nav-warp .am-close{ color:#fff; font-size:24px; padding:15px; opacity:.5;    padding-left: 66%;}

.banner .swiper-slide{ height:50vh;}
.banner .ban1txt .right{ display:none;}
.banner .ban1txt .left{ width:100%; text-align:center; left:0;}
.banner .ban1txt .tit{ font-size:20px;}
.banner .ban1txt .note{ font-size:12px;}
.banner .ban1txt .link{ margin-top:20px;}
.banner .ban1txt .link a{ padding:6px 20px; font-size:12px; }
.banner .s-b-n, .banner .s-b-p{ width:25px; height:25px; opacity:.1;}
.cd-headline.clip span{ font-size:14px;}
.banner .swiper-p-b .swiper-pagination-bullet{ width:20px; height:2px;}
.banner .swiper-slide .dkikn{    animation: animationSlide 50s linear infinite;}

.am-pd{ padding:30px 0;}
.am-title .tit{ font-size:20px;}
.am-title .note{ font-size:12px; margin-top:5px;}
.mgt{ margin-top:15px;}
.service-list{ margin-top:15px;}
.service-list ul{ margin:0 -5px;}
.service-list ul li{ padding:5px;}
.service-list ul li a i img, .service-list ul li a i svg{ width:40px !important; height:40px !important;}
.service-list ul li a .num{ font-size:18px; top:6%;}
.service-list ul li a .tit{ font-size:18px; margin:6px 0;}
.service-list ul li a .desc{ font-size:12px; line-height:1.8;}
.avg-sm-2>li{ width:50%;}
.case-list ul{ margin:0 -5px;}
.case-list ul li{ padding:5px;}
.case-list ul li .txt{ padding:15px;}
.case-list ul li .txt .tit{ font-size:14px; margin-bottom:3px;font-weight:normal;}
.case-list ul li .txt .note{ font-size:12px;}
.case-list .avg-lg-4>li:nth-child(9){ display: none;}
.ny-warp .case-list .avg-lg-4>li:nth-child(9){ display:block;}
.more a{ width:120px; height:34px; line-height:34px; font-size:12px;}
.abouttxt{ margin-top:15px;}
.abouttxt .tit{ font-size:14px; text-align:center;}
.abouttxt .note{ font-size:14px;text-align:center; margin:20px 0;}
.abouttxt .more{ text-align:center;}
.abouttxt .abdata ul li{ padding:0 20px;}
.abouttxt .abdata ul li .t span{ font-size:18px;}
.abouttxt .abdata ul li .n{ font-size:12px;}
.abouttxt .abdata{ margin-top:34px; position:relative; z-index:99;}
.about .abimg{max-width: 50%;}
.inews-tit .tit{ float:none; width:100%; text-align:center; font-size:20px; font-weight:bold;}
.inews-tit .hd{ float:none; width:100%; text-align:center;}
.inews-tit .hd ul li a, .inews-tit .hd .gd{ font-size:12px; padding:0 10px; margin:0 2px; height:30px; line-height:30px;}
.inews .bd{ margin-top:15px;}
.inews .bd ul li a .tit{ line-height:2.2; font-size:16px;}
.inews .bd ul li a .note{ font-size:12px; line-height:1.8; height:auto;}
.inews .bd ul li a .time{ font-size:12px; margin-top:5px;}
.inews .bd ul{ margin:0;}
.inews .bd ul li{ padding:10px 0;}

.imessage .tit{ font-size:18px;}
.imessage .note{ font-size:14px;}
.mesform .item{ width:100% !important; float:none; padding-right:0; margin-bottom:10px;}
.mesform .item .am-form-field{ font-size:12px;}
.mesform .item .am-btn{ font-size:12px;}

footer{ padding-top:2em;}
footer .footer-main .footer-left{ display:none;}
footer .footer-main .footer-nav{ display:none;}
footer .footer-main .footer-contact{ width:100%; float:none; text-align:center;}
footer .footer-main .footer-contact .footer-tel{ margin:0 auto;}
footer .yqlink{ display:none;}
footer .bq_tag{ display:none;}
footer .copyr{ text-align:center;}
footer .copyr .fioc{ display:none;}
footer .footer-main{ margin-bottom:30px;}
footer .footer-main .footer-contact .footer-tel{ width:240px; padding:8px;}
.nybanner{ height:33vh;}
.nybanner .nybanbg{animation: animationSlide 20s linear infinite; animation-direction: reverse;}
.nybanner .nyban-txt .tit{ font-size:18px; margin-bottom:10px;}
.nybanner .nyban-txt .tit .cd-headline.clip span{ font-size:18px;}
.nybanner .nyban-txt .note{ font-size:12px;}
.nybanner .nyban-txt .wezhi{ font-size:12px; margin-top:10px;}

.ny-warp{ padding:30px 0;}
.ny-nav{ margin-bottom:8px; margin:-30px -1rem 5px -1rem; background:#fff; padding-top:10px;white-space: nowrap;overflow-y: hidden;overflow-x: auto;}
.ny-nav a{ font-size:14px; font-weight:bold; padding:4px 10px; margin-bottom:10px; border:none; margin-left:5px; margin-right:5px;}




.ny-title .tit{ font-size:18px; margin-bottom:6px;}
.ny-title .note{ font-size:12px;}
.webA ul li{width:100%;border-top:1px solid #f0f0f0;}
.webA ul li a strong{ font-size:60px;}
.webA ul li a{border-right:none; padding:15px;}
.webA ul li a i img{ width:30px;}
.webA ul li a p{height:auto;margin-top:24px;}
.webA ul li a i{margin-top:15px;width:50px;height:50px;line-height:50px;}
.webA ul{margin-top:10px;}
.webA{padding:30px 0px;}

.pricing-5 ul li span:not(:first-child){ display:inline-block !important;}
.pricing-5 .pricing__title{ background:#fff;}

.ny-xnews ul{ margin:0;}
.ny-xnews ul li{ padding:5px 0;}
.ny-xnews ul li a{ padding:15px;}
.ny-xnews ul li a .tit{ font-size:14px; line-height:2;}
.ny-xnews ul li a .note{ font-size:12px;}
.ny-xnews ul li a .info{ font-size:12px;}
.ny-xnews{ margin-top:15px;}

.yh-par1-list{ margin-top:15px;}
.yh-par1-list ul{ margin:0;}
.yh-par1-list ul li{ width:100%; float:none; margin-bottom:10px; padding:0;}
.yh-par1-list li .item{ padding:15px 20px; height:auto;}
.yh-par1-list .text-title{ font-size:16px; margin-bottom:5px;}
.yh-par1-list .text-description{ font-size:12px;}
.yh-par2-list ul{ margin:0 -10px;}
.yh-par2-list ul li{ padding:10px;}
.yh-par2-list ul li .item{ padding:10px;}
.yh-par2-list ul li .text-title{ font-size:16px;}
.yh-par2-list ul li .text-description{ font-size:12px;}
.yh-par2-list ul li .icon img{ width:34px;}
.yh-par2-list{ margin-top:15px;}
.yh-par3-box .item{ width:100%; float:none; padding:0; margin-bottom:15px;}
.yh-par3-box{ margin-top:15px;}
.yh-par3-box .item .yh-par3-he{ font-size:14px;}


.yh-container{ padding-left:15px; padding-right:15px;}
.yh-pd{ padding:30px 0;}
.yh-title .tit{ font-size:18px;}
.yh-title .note{ font-size:12px; margin-top:8px;white-space: inherit;}

.yh-p2-list{ margin-top:20px;}
.yh-p2-list ul{ margin:0;}
.yh-p2-list ul li{ padding:10px 0; width:100%; float:none;}

.yh-part3-list ul{ margin:0;}
.yh-part3-list ul li{ padding:10px 0;}
.yh-part3-list ul li .tit{ font-size:18px;}
.yh-part3-list ul li .tit img{ width:40px;}
.yh-part3-list ul li .tgs span em{ font-size:12px;}

.movie-list ul{ margin:0 -5px;}
.movie-list ul li{ padding:5px;}
.movie-list ul li a .img .paly{ width:26px;}
.movie-list ul li a .txt{ font-size:12px; padding:8px;}

.ny-news-list ul{ margin:0 -1rem;}
.ny-news-list ul li{ padding:5px 0;}
.ny-news-list ul li a{ padding:10px 15px; border-radius:0;}
.ny-news-list ul li a i{ width:28%; float:right; border-radius:4px; margin-top:14px; padding: 10% 0;}

.ny-news-list ul li a .txt{ width:72%; padding-right:15px; float:left; padding-bottom:10px;}
.ny-news-list ul li a .txt .rq{ display:none;}
.ny-news-list ul li a .txt .readNum{ display:none;}
.ny-news-list ul li a .txt .tit{ font-size:16px; font-weight:normal;}
.ny-news-list ul li a .txt .more{ display:none;}
.ny-news-list ul li a .txt .note{ display:none;}
.ny-news-list ul li a .txt .nfok{ margin-top:10px;}
.ny-news-list ul li a .txt .nfok .rq{ font-size:12px;}
.ny-news-list ul li a .txt .nfok .readNum{ font-size:12px; float:left; margin-left:15px;}
.ny-news-list ul li a i em{ display:none;}
.ny-news-list ul li a .txt .ncas{ display: inline-block; font-size:12px; padding:4px 10px; background:#fafafa; color:#999; border-radius:8px; margin-top:10px;}
iframe,embed,video{ width:100% !important;}

.newscon-head h1{ font-size:18px;}
.blog-post__author{ font-size:12px;}

.newsarcbox .arccontent{ margin-top:0; padding:0 15px; box-shadow:none;}
.newsarcbox .arccontent img{ height:auto !important;}
.next-prev .npitm{ width:100%; float:none; padding:10px; height:auto;}
.next-prev .npitm.prev{ background:#fbfbfb;}
.next-prev .npitm a .txt .tip{ font-size:14px;}
.next-prev .npitm.prev a .txt .tip i{ font-size:14px;}
.next-prev .npitm a .txt .tit{ font-size:12px; margin-top:3px;}
.xianggnews{ padding:15px;}
.xianggnews .xgtit{ font-size:18px; padding-bottom:8px; margin-bottom:8px;}

.nycasehead h1{ font-size:18px;}
.nycasehead .note{ font-size:12px; margin-top:15px;}
.case-view-btn a .bn{ font-size:12px; padding:8px 10px; width:120px;}
.case-view-btn a img{ width:22px;}
.case-view-btn a:nth-child(3){ display:none;}
.case-view-btn{ margin-top:15px;}
.case-v-con  iframe{ min-height: 260px;}

.area-list ul{ margin:0;}
.area-list ul li{ padding:10px 0;}
.area-nav ul li{ font-size:12px; margin-right:8px;}
.area-list ul li .txt{ padding:15px;}
.area-list ul li .txt p{ font-size:12px;}

.about-yx{ margin-top:-60px; overflow:hidden;}
.about-con{ padding:10px; border-radius:5px;}
.about-yx .video-cover{ width:100%; margin-right:0;}
.about0txt .taitle .tit{ font-size:18px;}
.about0txt .note{ font-size:12px;}
.contact-ico ul{ margin:0 -20px;}
.contact-ico ul li{ width:100%;}
.contact-ico ul li{ padding:15px 20px;}
.contact-ico ul li a{ padding:20px;}
.contact-ico{ margin-top:20px;}
.cmap{ margin-top:20px; padding:10px;}
#allmap{ height:260px;}

.area-content .txt{ width:100%; float:none;}
.area-content .qpic{ width:100%; height:auto;}
.area-content{ padding:20px 0;}
.area-content .txt h2{ font-size:18px; margin-bottom:5px;}
.ygg_a{ margin-top:5px;}
.ygg_a a{ font-size:12px; margin-right:5px;}

#footbar{ display:block;}
.cndns-right{display: none;}
.box:after{ width: 20px;height: 20px;}
.box:before{width: 20px;top:29px;}
.am-pb{ padding-bottom:20px;}
.webjs-title .tit{ font-size:17px;}
.webjs-title .lead{ font-size:12px;}
.webjs-pard1 .col-md-8{ width:100%; float:none;}
.fwnr .col-sm-6{ width:100%; float:none;}
.fwnr .col-sm-6 .feature i{ font-size:1.6em;}
.fwnr .col-sm-6 h5{ font-size:14px; margin:8px 0;}
.fwnr .col-sm-6 .feature p{ font-size:12px;}
.webjs-pard1 .col-md-4{ width:100%; float:none; padding-right:15px;}
.pricing-1 h4{ font-size:1.2em;}
.pricing-1{ padding:20px;}
.pricing__price .h1{ font-size:2.4em;}
.pricing p{ font-size:12px;}
.btn.btn--primary{ font-size:12px;}
section.section--even, footer.section--even{ padding:40px 0;}
.imagebg .am-container h3{ font-size:18px;}
.process-1 .col-sm-5{ width:100%; float:none; margin-left:0;}
.process-1 .col-sm-5.col-sm-offset-2{ margin-left:0;}
.process-1 .fwnr .feature{ text-align:center !important;}
.process-1 .fwnr{ margin-top:15px;}
.piechart{ width:140px; height:140px;}
.piechart .piechart__description h6{ font-size:1rem;}
.piechart .piechart__description .h4{ font-size:14px;}
.process-1:before{ display:none;}
.process-1 .fwnr .feature{ margin-bottom:20px;}
.process-1 .col-sm-5{ padding:0 15px;}
}

/*新闻中心*/
.page-sort {
	padding-top:50px;
	margin-bottom:10px
}
.page-sort .sort-list {
	font-size:0;
	text-align:center
}
.page-sort .sort-list li {
	display:inline-block;
	margin:0 40px
}
.page-sort .sort-list li>a {
	display:block;
	padding:0 10px 15px;
	font-size:14px;
	color:#444;
	border-bottom:1px solid transparent
}
.page-sort .sort-list li.active>a,.page-sort .sort-list li:hover>a {
	color:#03a9f4;
	font-weight:700;
	border-bottom-color:#03a9f4
}
@media (max-width:990px) {
	.page-sort .sort-list li {
	margin:0;
	padding:0 15px
}
.page-sort .sort-list li>a {
	padding:0;
	line-height:30px
}
}.page-news-wrap {
	padding:20px 0 50px;
	background-color:#f1f4f9
}
@media (max-width:768px) {
	.page-news-wrap {
	padding-left:15px;
	padding-right:15px
}
}.page-news-wrap .newscon {
	width:calc(100% - 243px);
	padding:35px 24px 75px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#fff;
	float:right
}
@media (max-width:990px) {
	.page-news-wrap .newscon {
	float:none;
	width:100%;
	margin-top:20px
}
}.page-news-wrap .news-sort {
	width:220px;
	float:left;
	padding:20px 0 0;
	background:#fff
}
@media (max-width:990px) {
	.page-news-wrap .news-sort {
	float:none;
	width:100%;
	padding-bottom:1px
}
}.page-news-wrap .news-sort .sort-list {
	text-align:left;
	margin-bottom:30px
}
.page-news-wrap .news-sort .sort-list>li {
	margin:0;
	display:block
}
.page-news-wrap .news-sort .sort-list>li a {
	font-weight:500;
	padding:0;
	border-bottom:none;
	color:#333;
	font-size:16px;
	display:block;
	transition:color .2s;
	-moz-transition:color .2s;
	-webkit-transition:color .2s;
	-o-transition:color .2s;
	background:url(../images/arrow_down.png) no-repeat 74%;
	padding-left:40px;
	position:relative;
	line-height:54px
}
.page-news-wrap .news-sort .sort-list>li a:before {
	content:"";
	position:absolute;
	display:block;
	left:23px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:2px;
	height:16px;
	background-color:#4CAF50;
	opacity:0;
	-webkit-transition:all .4s ease-out;
	transition:all .4s ease-out
}
.page-news-wrap .news-sort .sort-list>li.active a,.page-news-wrap .news-sort .sort-list>li:hover a {
	color:#4CAF50;
	background:url(../images/arrow_up.png) no-repeat 74%
}
.page-news-wrap .news-sort .sort-list>li.active a:before,.page-news-wrap .news-sort .sort-list>li:hover a:before {
	opacity:1
}
.page-news-wrap .news-sort .sort-list>.page-news-sort1>li {
	margin:0;
	display:block
}
.page-news-wrap .news-sort .sort-list>.page-news-sort1>li>a {
	display:block;
	padding:0;
	font-size:14px;
	color:#888;
	border:none;
	line-height:46px;
	padding-left:40px
}
.page-news-wrap .news-sort .sort-list>.page-news-sort1>li.active a,.page-news-wrap .news-sort .sort-list>.page-news-sort1>li:hover a {
	font-weight:500;
	color:#4CAF50;
	background-color:#e3eeff
}
.page-news-list {
	margin-bottom:2.4vw
}
.page-news-list li {
	padding-bottom:20px;
	border-bottom:1px solid #e1e8ec;
	padding-top:20px
}
.page-news-list li:first-of-type {
	padding-top:0
}
.page-news-list li h3 {
	font-size:21px;
	margin:10px 0;
	font-weight:400;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position:relative;
	padding-right:130px
}
.page-news-list li h3 a {
	color:#2f3033;
	-webkit-transition:all .4s ease-out;
	transition:all .4s ease-out
}
.page-news-list li .date1 {
	margin:0 5px;
	font-size:12px;
	color:#97989c
}
.page-news-list li .date1 span {
	padding-left:20px
}
.page-news-list li .date {
	margin:0 5px;
	font-size:12px;
	color:#97989c;
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.page-news-list li .info {
	font-size:14px;
	line-height:2;
	color:#888;
	margin:20px 0 10px
}
.page-news-list li:hover h3 a {
	color:#4CAF50
}
.page-news-list h4 {
	text-align:center;
	padding:50px 0;
	font-size:20px;
	font-weight:100
}
@media (max-width:768px) {
	.page-news-wrap {
	padding-bottom:40px
}
.page-news-sort {
	margin:10px 0 20px
}
.page-news-sort>li {
	display:inline-block;
	padding-left:0
}
.page-news-sort>li a {
	font-size:18px
}
.page-news-list li h3 {
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.page-news-list li .info {
	font-size:14px;
	margin:10px 0
}
}
.news-detail-wrap {
	padding:20px 0 50px;
	background-color:#f7f7f7
}
@media (max-width:768px) {
	.news-detail-wrap {
	padding-left:15px;
	padding-right:15px
}
}.detail-title {
	font-size:22px;
	color:#000;
	font-weight:400;
	line-height:1.5;
	margin:0 0 10px -9px
}
.detail-info {
	font-size:14px;
	color:#999;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:25px;
	margin-bottom:25px
}
.detail-info .date {
	margin-right:30px
}
.detail-content {
	font-size:14px;
	line-height:34px;
	color:#000
}
.detail-content .key-tag {
	color:#4CAF50
}
.detail-content img,.detail-content p img {
	max-width:100%;
	width:auto!important;

	height:auto!important
}
.detail-search {
	margin-top:13px;
	border:1px solid #e0e0e0;
	height:40px;
	margin-bottom:39px
}
.detail-search input[type=text] {
	width:calc(100% - 40px);
	height:38px;
	background:none;
	outline:none;
	border:none;
	font-size:14px;
	color:#bbb;
	padding-left:10px
}
.detail-search button[type=submit] {
	float:right;
	width:40px;
	height:38px;
	background:none;
	outline:none;
	border:none;
	font-size:20px
}
.detail-sort {
	border-top:1px solid #e0e0e0;
	padding-top:25px
}
.detail-sort li a {
	font-size:14px;
	color:#333;
	display:block;
	line-height:40px
}
.detail-sort li a:hover {
	color:#03a9f4
}
.hot-news {
	margin-bottom:10px;
	padding:0 13px
}
.hot-news h3 {
	margin:0 0 10px;
	padding-bottom:10px;
	font-size:18px;
	color:#333;
	font-weight:400;
	border-bottom:1px solid #e0e0e0
}
.hot-news .hot-news-list1 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:36px
}
.hot-news .hot-news-list1 li {
	margin-bottom:6px;
	padding:9px 6px;
	width:47%;
	background-color:#f2f2f2;
	text-align:center
}
.hot-news .hot-news-list1 li a {
	font-size:14px;
	display:block;
	color:#666;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
}
.hot-news .hot-news-list1 li:hover {
	background-color:#e3eeff
}
.hot-news .hot-news-list1 li:hover a {
	color:#4CAF50
}
.hot-news .hot-news-list li {
	line-height:32px
}
.hot-news .hot-news-list li a {
	font-size:14px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:0;
	color:#666;
	position:relative;
	padding-left:13px
}
.hot-news .hot-news-list li a .timex {
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	color:#4CAF50
}
.hot-news .hot-news-list li a:hover {
	color:#4CAF50
}
.hot-news .hot-news-list li a:before {
	content:"";
	position:absolute;
	margin-left:-13px;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#4CAF50;
	margin-top:14.5px
}
.hot-news .hot-news-zs {
	display:block;
	margin-top:20px
}
.hot-news .hot-news-zs img {
	max-width:100%
}
@media (max-width:990px) {
	.detail-title {
	margin-left:0;
	margin-top:10px
}
.detail-search {
	margin-top:0
}
.news-detail-wrap .hot-news {
	margin-top:40px
}
}.page-next-prev {
	background:#f6f6f6;
	padding:11px 15px;
	margin-top:60px
}
.page-next-prev span {
	display:inline-block;
	border:1px solid #666;
	border-radius:2px;
	font-size:12px;
	color:#666;
	width:65px;
	text-align:center;
	margin-right:15px
}
.page-next-prev a {
	font-size:14px;
	color:#666;
	display:block;
	line-height:40px
}
.page-next-prev a:hover {
	opacity:.5
}
.page-next-prev .page-next,.page-next-prev .page-prev {
	width:50%;
	float:left
}
.page-next-prev .page-next {
	text-align:right;
	position:relative
}
.page-next-prev .page-next a {
	padding-right:85px
}
.page-next-prev .page-next span {
	position:absolute;
	right:0;
	top:0;
	margin-right:0
}
@media (max-width:990px) {
	.page-next-prev .page-next,.page-next-prev .page-prev {
	width:100%;
	float:none
}
.page-next-prev a {
	line-height:30px
}
.page-next-prev .page-next {
	text-align:left;
	margin-top:15px
}
.page-next-prev .page-next a {
	padding-left:85px;
	padding-right:0
}
.page-next-prev .page-next span {
	position:absolute;
	right:auto;
	top:0;
	left:0
}
}@media (max-width:768px) {
	.news-detail-wrap .detail-content img {
	max-width:100%;
	height:auto!important
}
}.tag_list a {
	background-color:#f2f2f2;
	color:#666;
	padding:5px 8px;
	text-decoration:none;
	margin-right:5px;
	margin-bottom:10px;
	display:inline-block
}
.tag_list a:hover {
	background-color:#ddd
}
.statement{background:#f8f8f8;font-size:12px;margin-bottom:30px;padding:20px 14px 20px 20px;line-height:26px;margin-top:30px}

.footer-about {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer-about dl {
    margin: 0;
    margin-top: 10px;
    background: #fff;
}

.footer-about dl.n3 img {
    width: 145px;
    height: 88px;
    float: left;
    margin-right: 5px;
}

.footer-about dt {
    padding-left: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    position: relative;
}

.footer-about dd {
    color: #666;
    line-height: 24px;
}

.footer-about dt:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #4CAF50;
}

.footer-about ul {
    padding: 0;
    overflow: hidden;
}

.footer-about dt {
	padding-left: 0;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

.footer-about dt:after {
	width: 40px;
}

.footer-about dd {
	padding: 0;
	padding-top: 15px;
	line-height: 30px;
    color:#666;font-size:14px;
}
.footer-about dd::-webkit-scrollbar{width:4px}
.footer-about dd::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}

.footer-about li {
	float: left;
	width: 50%
}
	.footer-about {
	margin-top: 20px
}

.footer-about dt {
	line-height: 60px;
	font-size: 18px;
}
.footer-about {
	margin-left: -30px;
}

.footer-about dl {
	padding-left: 30px;
	float: left;
}

.footer-about dl.n1 {
	width: 30%
}

.footer-about dl.n2 {
	width: 37%
}

.footer-about dl.n3 {
	width: 33%
}

.footer-about li {
	width: auto;
}

.footer-about li.s1 {
	width: 190px;
}
@media screen and (max-width:768px) {
.footer-about{ display: none; }
}
/*网站地图*/
.sitemap-wrapper{
    padding:10px 0 10px;
    background-color:#e6e6e6
}
.sitemap-wrapper .weblg{
    background-color:#fff
}
.sitemap-wrapper .title{
    padding:40px 40px 20px
}
.sitemap{
    padding:20px 40px 58px
}
.mapitem{
    position:relative;
    margin-bottom:20px;
    border:1px solid #ddd;
    padding:15px 10px 10px;
    font-size:0
}
.mapitem a:hover{
    color:#d90000
}
.mapitem .one{
    position:absolute;
    left:10px;
    top:-19px;
    padding:5px;
    background:#fff;
    color:#d90000;
    font-size:16px;
    font-weight:bold
}
.mapitem .two{
    display:inline-block;
    vertical-align:top;
    *display:inline;
    *zoom:1;
    font-size:14px;
    line-height:32px;
    padding-left:5px
}
.mapitem .two dt:before{
    content:'';
    display:inline-block;
    vertical-align:top;
    *display:inline;
    *zoom:1;
    width:4px;
    height:4px;
    margin-top:14px;
    background:#d90000;
    margin-right:5px
}
.mapitem .two dd{
    padding-bottom:5px
}
.mapitem .two dd a { padding: 1px 12px; white-space: nowrap; }

.mapitem .thr a{
    display:block;
    font-size:13px;
    line-height:30px;
    padding-left:12px
}
































