*, ::before, ::after {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,hr,button,footer,header,hgroup,menu,nav,section {margin:0;padding:0;outline:none;}
footer,header,hgroup,menu,nav,section,audio,canvas,video{ display:block;}
body{font:14px/1.5 "微软雅黑","Microsoft YaHei",sans-serif;color:#666;background:#f7f7f7;}
::-webkit-scrollbar{
	width: 8px;
}
::-webkit-scrollbar-track{
	background: #fff;
}
::-webkit-scrollbar-thumb{
	background: #EC2529;
}
::-webkit-scrollbar-thumb:window-inactive{background: #EC2529;
}
::-webkit-scrollbar-thumb:vertical:hover{background: #EC2529;
}
.clear:after{display:block;height:0;clear:both;visibility:hidden;overflow:hidden;content:"";}
.g-wrap{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}
.container{position:relative;overflow:hidden;padding-top:80px;transition:all ease .5s;}

.header{position:fixed;background:#fff;z-index:9;width:100%;left:0;top:0;}
.header .logo{display:block;height:70px;float:left;margin:5px 0;}
.header .logo img{display:block;height:100%;}
.header .menubtn{display:none;width:50px;height:60px;padding:15px 10px;right:5px;position:absolute;top:50%;margin-top:-30px;}
.header .menubtn span{display:block;width:30px;height:30px;border-radius:50%;background:#fff;position:relative;}
.header .menubtn span i{width:20px;height:2px;background-color:#333;border-radius:2px;position:absolute;top:14px;left:7px;}
.header .menubtn span i:before,.header .menubtn span i:after{content:'';width:16px;height:2px;background-color:#333; border-radius: 2px;position:absolute;top:14px;left:0;}
.header .menubtn span i:before{top:-6px;}
.header .menubtn span i:after{top:6px;}
.nav-list{float:right;height:80px;position:relative;}
.nav-list .dno{position:absolute;width:60px;height:3px;background:#EB2B27;left:40px;top:0;}
.nav-list li{list-style:none;float:left;position:relative;margin-left:40px;}
.nav-list li a{display:block;text-decoration:none;}
.nav-list .one{line-height:80px;color:#000}
.nav-list .one i{display:inline-block;width:12px;height:12px;background:url(../images/xl.png);margin-left:5px;vertical-align:middle;}
.nav-list .subnav{position:absolute;width:140px;background:#fff;opacity:0;visibility:hidden;transform:translate(0,10px);transition:all ease .3s}
.nav-list .subnav a{height:50px;line-height:50px;padding-left:20px;color:#999;}
.nav-list .subnav a.act{background:#ecedef;color:#333;}
.nav-list li:hover .subnav{opacity:1;visibility:visible;transform:translate(0,0);}

.mobile-nav{position:fixed;top:0;bottom:0;width:290px;background:#fff;right:-290px;transition:right ease .5s;display:none;overflow-y:auto;z-index:9;}
.mobile-nav a{text-decoration:none;color:#333;}
.mobile-nav .mnav li{border-bottom:1px solid #f2f2f2;}
.mobile-nav .mnav .one{display:block;height:60px;line-height:60px;padding-left:30px;font-size:16px;position:relative;}
.container.open{transform: translate(-290px,0);}
.container.open .header .menubtn span i{width: 0;}
.container.open .header .menubtn span i:before{transform: translateY(6px) rotate(45deg);}
.container.open .header .menubtn span i:after{transform: translateY(-6px) rotate(-45deg);}
.mobile-nav.open{right:0;}

.index{position:relative;height:calc(100vh - 80px);width:100%;overflow:hidden;}
.index-banner{width:100%;height:100%;}
.index-banner-img .swiper-slide{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}

.index-banner-cont{position:absolute;width:100%;left:0;top:50%;transform:translate(0,-110%);color:#fff;z-index:3;}
.index-banner-cont .block{width:37px;height:30px;background:#EB2B27;transform:translate(0,70px);opacity:0;transition:all ease .5s}
.index-banner-cont .en{font-size:30px;font-weight:bold;margin-top:20px;letter-spacing:2px;transform:translate(0,70px);opacity:0;transition:all ease .8s .3s}
.index-banner-cont .big{font-size:60px;font-weight:bold;margin:40px 0 20px;letter-spacing:2px;transform:translate(0,70px);opacity:0;transition:all ease 1s .5s}
.index-banner-cont .small{font-size:32px;letter-spacing:4px;transform:translate(0,70px);opacity:0;transition:all ease 1.5s .8s}
.index-banner-cont.active .block{transform:translate(0,0);opacity:1;}
.index-banner-cont.active .en{transform:translate(0,0);opacity:1;}
.index-banner-cont.active .big{transform:translate(0,0);opacity:1;}
.index-banner-cont.active .small{transform:translate(0,0);opacity:1;}


.index-banner-foot{position:absolute;left:0;width:100%;bottom:0;overflow:hidden;z-index:3;}
.index-banner-foot .g-wrap{position:relative;}
.index-banner-dot{float:left;margin-top:130px;position:static;width:41%;}
.index-banner-dot .swiper-pagination-bullet{width:10px;height:10px;position:relative;margin-right:50px;cursor:pointer;opacity:1;background:transparent;}
.index-banner-dot .swiper-pagination-bullet .swiper-pagination-bullet:last-child{margin-right:0;}
.index-banner-dot i{display:block;}
.index-banner-dot .d{width:10px;height:10px;background:rgba(255,255,255,.6);border-radius:50%;}
.index-banner-dot svg{opacity:0;visibility:hidden;position:absolute;width:50px;height:50px;top:-20px;left:-20px;transform: rotate(-90deg);}
.index-banner-dot svg .progress{r:24;}
.index-banner-dot svg .dot{r:10;}
.index-banner-dot .swiper-pagination-bullet-active svg{opacity:1;visibility:visible;}
.index-banner-dot .swiper-pagination-bullet-active svg .progress{-webkit-animation:circlerotate 5s linear forwards;animation:circlerotate 5s linear forwards;}
.index-banner-foot .link{float:right;width:59%;max-width:700px;}
.index-banner-foot .link a{display:block;float:left;width:50%;max-width:350px;height:270px;background:rgba(0,0,0,.7);padding-left:50px;padding-top:65px;color:#fff;text-decoration:none;}
.index-banner-foot .link a p{transition:all ease .3s}
.index-banner-foot .link .num{}
.index-banner-foot .link .big{font-size:30px;font-weight:bold;margin-top:25px;}
.index-banner-foot .link .small{font-size:18px;margin-top:25px;}
.index-banner-foot .link .img{position:absolute;right:-100%;bottom:0;height:270px;}
.index-banner-foot .link .img img{display:block;width:100%;height:auto;}
.index-banner-foot .link a:hover p{transform:translate(50px,0);}
.index-banner-foot .img{position:absolute;width:360px;height:270px;right:-340px;bottom:0;}

.nybanner{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;position:relative;height:650px;}
.nybanner .g-wrap{position:relative;top:50%;transform:translate(0,-50%);text-align:center;color:#fff}
.nybanner .ti{font-size:60px;font-weight:bold;letter-spacing:2px;transform:translate(0,70px);opacity:0;}
.nybanner .en{font-size:30px;font-weight:bold;margin-top:20px;letter-spacing:2px;transform:translate(0,70px);opacity:0;}
.nybanner .small{font-size:32px;margin-top:30px;letter-spacing:4px;transform:translate(0,70px);opacity:0;}
.nybanner.active .ti{transform:translate(0,0);opacity:1;transition:all ease .5s}
.nybanner.active .en{transform:translate(0,0);opacity:1;transition:all ease .8s .3s}
.nybanner.active .small{transform:translate(0,0);opacity:1;transition:all ease 1s .5s}

.footer{padding:30px 0;background-color:#000;color:#fff;}
.footer .g-wrap{display:flex;justify-content:space-between;}
.footer dl{overflow:hidden;}
.footer dt{font-size:16px;}
.footer dt .line{width:62px;height:2px;background:#fff;margin:20px 0;}
.footer dt .line i{display:block;width:18px;height:2px;background:#EB2B27;}
.footer .fnav{flex:1;}
.footer .fnav dd{float:left;line-height:34px;width:33.333%;}
.footer .fnav dd a{color:#CFCFCF;text-decoration:none;}
.footer .fcontact{padding:0 20px;flex:1}
.footer .fcontact dd{line-height:24px;padding:5px 0 5px 30px;background-repeat:no-repeat;background-position:0 5px;}
.footer .fcontact dd:nth-of-type(1){background-image:url(../images/icon_1.png);}
.footer .fcontact dd:nth-of-type(2){background-image:url(../images/icon_2.png);}
.footer .fcontact dd:nth-of-type(3){background-image:url(../images/icon_3.png);}
.footer .fewm dd{display:flex;align-items:center;padding:10px;border:3px solid #333;width:200px;border-radius:10px;position:relative;}
.footer .fewm dd i{position:absolute;width:14px;height:14px;border-color:#B8B8B8;border-style:solid;border-width:0;}
.footer .fewm dd i:nth-child(1){border-top-width:3px;border-left-width:3px;left:-3px;top:-3px;border-radius:5px 0 0 0;}
.footer .fewm dd i:nth-child(2){border-top-width:3px;border-right-width:3px;right:-3px;top:-3px;border-radius:0 5px 0 0;}
.footer .fewm dd i:nth-child(3){border-bottom-width:3px;border-right-width:3px;right:-3px;bottom:-3px;border-radius:0 0 5px 0;}
.footer .fewm dd i:nth-child(4){border-bottom-width:3px;border-left-width:3px;left:-3px;bottom:-3px;border-radius:0 0 0 5px;}
.footer .fewm dd .img{width:80px;height:80px;margin-right:18px;}
.footer .fewm dd .img img{display:block;width:100%;height:auto;}
.footer .fewm dd .cont{line-height:24px;color:#a8a8a8;flex:1;min-width:0;}

.copyright{background:#333;color:#fff;text-align:center;line-height:24px;padding:18px 0;}
.copyright a{color:#fff;text-decoration:none;}

.screen{display:flex;margin:0 -7.5px;}
.select{display:inline-block;position:relative;z-index:3;margin:0 7.5px;flex:1;max-width:390px;}
.select .txt{border:1px solid #E5E5E5;line-height:48px;padding:0 20px;background:#fff url(../images/xl_1.png) no-repeat 97% 50%;cursor:pointer;color:#999;}
.select ul{opacity:0;visibility:hidden;position:absolute;width:100%;left:0;border:1px solid #E5E5E5;top:49px;background:#fff;}
.select li{list-style:none;}
.select li .one{height:50px;line-height:50px;padding:0 15px;cursor:pointer;color:#999;list-style:none;position:relative;}
.select li.hastwo .one{background:url(../images/xl.png) no-repeat 97% 50%;}
.select.act ul{opacity:1;visibility:visible;}
.select .txt:hover,.select.act .txt{background-image:url(../images/xl_2.png);}
.select li dl{height:0;overflow:hidden;}
.select li dl dd{height:40px;line-height:40px;list-style:none;color:#999;padding:0 30px;cursor:pointer;}
.select li .one:hover{color:#EB2B27;}
.select li dl dd:hover{background:#EB2B27;color:#fff}
.select li.open dl{height:auto;}

.case{padding-top:40px;padding-bottom:70px;}
.case-list{margin:0 -7.5px;}
.case-list li{width:33.3333333%;float:left;position:relative;list-style:none;margin-top:40px;}
.case-list a{display:block;margin:0 7.5px;position:relative;overflow:hidden;background:#fff;text-decoration:none;}
.case-list .img{overflow:hidden;height:260px;}
.case-list .img img{display:block;width:100%;height:100%;transition:all ease .5s}
.case-list .cont{padding:10px 20px 0;}
.case-list .cont .ti{color:#000;line-height:24px;height:24px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.case-list .cont .date{font-size:12px;color:#999;margin-top:5px;height:18px;line-height:18px;}
.case-list .cont .ft{border-top:1px solid #eee;line-height:40px;overflow:hidden;margin-top:10px;}
.case-list .cont .ft span{float:left;font-size:12px;color:#999;}
.case-list .cont .ft .icon{float:right;display:block;width:24px;height:24px;background:url(../images/ico_01.png);margin-top:8px;}
.case-list a:hover{box-shadow:0px 5px 32px 0px rgba(0, 0, 0, 0.09);}
.case-list a:hover img{transform:scale(1.2);}
.case-list a:hover .ti{color:#EB2B27}
.case-list li.nodata{float:none;width:100%;height:500px;line-height:500px;font-size:20px;text-align:center;}

.morebtn{width:180px;height:60px;margin:40px auto 0;background:#fff;font-size:18px;text-align:center;line-height:60px;cursor:pointer;}
.morebtn:hover{background:#EB2B27;color:#fff;box-shadow:0px 5px 32px 0px rgba(0, 0, 0, 0.09);}

.report-nav{text-align:center;}
.report-nav a{display:inline-block;width:160px;height:60px;line-height:56px;position:relative;font-size:20px;color:#9a9a9a;text-align:center;cursor:pointer;text-decoration:none;margin:0 35px;}
.report-nav a:before{content:'';position:absolute;width:0;height:100%;top:0;left:50%;border-top:2px solid #EB2B27;border-bottom:2px solid #EB2B27;transition:all ease .3s}
.report-nav a:hover:before,.report-nav a.act:before{width:100%;left:0;}
.report-nav a.act{color:#EB2B27;}

.activity-list{position:relative;overflow:hidden;}
.activity-list:before{content:'';position:absolute;width:1px;height:100%;background:#DCD9D9;left:385px;top:30px;}
.activity-list li{list-style:none;}
.activity-list a{display:block;overflow:hidden;text-decoration:none;padding:25px 0;}
.activity-list .img{float:left;width:357px;height:152px;overflow:hidden;}
.activity-list .img img{display:block;width:100%;height:auto;}
.activity-list .date{float:left;margin-left:50px;position:relative;}
.activity-list .date .dot{width:12px;height:12px;border:1px solid #DCD9D9;border-radius:50%;position:absolute;top:5px;left:-27.5px;background:#fff;}
.activity-list .date .big{font-size:18px;color:#272626}
.activity-list .date .small{margin-top:5px;font-size:12px;color:#272626}
.activity-list .cont{margin-left:500px;overflow:hidden;}
.activity-list .cont .ti{font-size:16px;font-weight:bold;color:#333;}
.activity-list .cont .desc{color:#999;line-height:22px;margin-top:25px;}
.activity-list a:hover{background:#F6EDEC}
.activity-list a:hover .date .dot{background:#EB2B27;border-color:#EB2B27;}
.activity-list a:hover .date .big{color:#EB2B27}
.activity-list a:hover .date .small{color:#EB2B27}

.partner{padding-top:80px;padding-bottom:20px;}
.partner-li{}
.partner-li .img{margin-top:30px;margin-bottom:60px;}
.partner-li .img img{display:block;width:100%;height:auto;}
.partner-li .one{font-size:40px;text-align:center;position:relative;border-bottom:1px dashed #999999;color:#1e1e1e;font-weight:bold;padding-bottom:15px;}
.partner-li .one:before{content:'';position:absolute;width:84px;height:2px;background:#EB2B27;bottom:-1px;left:50%;margin-left:-42px;}
.partner-li .two{font-size:24px;color:#999;text-align:center;margin-top:30px;}

.article-show{background:#fff;padding:60px 20px 80px;}
.article-show .hd{border-bottom:1px solid #eee;padding:0 15px 15px;}
.article-show .hd .ti{font-size:28px;font-weight:bold;color:#000;padding-bottom:10px}
.article-show .hd .type{color:#999;padding:7px 0;}
.article-show .hd .type p{width:190px;display:inline-block;}
.article-show .cont{padding:30px 15px 0;}
.article-show .cont img{max-width:100%;display:block;margin:0 auto;line-height:22px;}

.server-nav{background:#fff;padding:15px 30px 20px;position:relative;top:-50px;}
.server-nav .mti{position:relative;padding-left:20px;font-size:16px;color:#333;font-weight:bold;margin:0 10px;}
.server-nav .mti span{position:absolute;width:4px;height:18px;top:50%;margin-top:-9px;left:0;}
.server-nav .mti span i{display:block;width:4px;height:4px;border-radius:2px;background:#EB2B27;}
.server-nav .mti span i:nth-child(2){margin:3px 0}
.server-nav-swiper{margin-top:20px;position:relative;}
.server-nav-swiper .swiper-slide{width:25%;}
.server-nav-swiper .box{margin:0 10px;text-align:center;}
.server-nav-swiper .icon{width:80px;height:80px;margin:0 auto;border-radius:50%;overflow:hidden;position:relative;border:1px solid #ddd;background-color:#fff;background-repeat:no-repeat;background-position:50% 50%}
.server-nav-swiper .swiper-slide:nth-child(1) .icon{background-image:url(../images/ser_icon_1.png);}
.server-nav-swiper .swiper-slide:nth-child(2) .icon{background-image:url(../images/ser_icon_2.png);}
.server-nav-swiper .swiper-slide:nth-child(3) .icon{background-image:url(../images/ser_icon_3.png);}
.server-nav-swiper .swiper-slide:nth-child(4) .icon{background-image:url(../images/ser_icon_4.png);}
.server-nav-swiper .ti{font-size:20px;color:#333;margin-top:10px;}
.server-nav-swiper .swiper-button-next,.server-nav-swiper .swiper-button-prev{width:50px;height:50px;margin-top:-35px;}
.server-nav-swiper .swiper-button-next{right:-100px;background:url(../images/right_1.png);}
.server-nav-swiper .swiper-button-prev{left:-100px;background:url(../images/left_1.png);}
.server-nav-swiper .swiper-button-prev:after,.server-nav-swiper .swiper-button-next:after{content:''}
.server-nav-swiper .swiper-button-next:hover{right:-100px;background:url(../images/right_2.png);}
.server-nav-swiper .swiper-button-prev:hover{left:-100px;background:url(../images/left_2.png);}

.serve-list li{height:680px;list-style:none;position:relative;margin-top:20px;}
.serve-list li:first-child{margin-top:0;}
.serve-list li:before{content:'';position:absolute;background:rgba(0,0,0,.7);top:0;width:50%;height:100%;z-index:1;}
.serve-list .img{position:absolute;width:100%;height:100%;left:0;top:0;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;}
.serve-list .g-wrap{position:relative;height:100%;display:flex;align-items:center;}
.serve-list .cont{color:#fff;width:50%;position:relative;padding-top:20px;padding-bottom:20px;z-index:1;}
.serve-list .cont .ti{font-size:30px;padding-bottom:35px;}
.serve-list .cont .desc{line-height:28px;}
.serve-list .cont .desc p{padding:25px 0;}
.serve-list .cont .btn{display:block;width:150px;height:50px;background:#EC2529;border-radius:2px;border-radius:2px;color:#fff;margin-top:100px;text-align:center;line-height:50px;text-decoration:none;}
.serve-list li:nth-child(2n+1) .g-wrap{justify-content:flex-start;}
.serve-list li:nth-child(2n) .g-wrap{justify-content:flex-end;}
.serve-list li:nth-child(2n+1) .cont{padding-right:30px;}
.serve-list li:nth-child(2n) .cont{padding-left:30px;}
.serve-list li:nth-child(2n+1):before{left:0;}
.serve-list li:nth-child(2n):before{right:0;}

.about-one{padding-top:80px;padding-bottom:80px;background:url(../images/aboutus_img_3.png) no-repeat 50% 100%;}
.about-one .g-wrap{position:relative;}
.about-one .img{float:right;margin-left:85px;width:520px;}
.about-one .img img{display:block;width:100%;height:auto;}
.about-one .about-ti{font-size:32px;color:#1E1E1E;position:absolute;top:50px;}
.about-one .about-ti span{color:#B3B3B3}
.about-one .cont{overflow:hidden;padding-top:260px;}
.about-one .cont .ti{font-size:28px;color:#2b3236;position:relative;}
.about-one .cont .ti:before{content:'';position:absolute;width:60px;height:3px;background:#EB2B27;left:0;bottom:-15px;}
.about-one .cont .desc{line-height:28px;color:#000000;margin-top:90px;}

.about-two{padding-top:80px;padding-bottom:80px;}
.about-two .g-wrap{position:relative;min-height:502px;}
.about-two .img{position:absolute;left:50%;margin-left:-900px;top:0;}
.about-two .img img{display:block;width:100%;height:auto;}
.about-two .cont{margin-left:55%;padding-top:40px;}
.about-two .cont .ti{font-size:28px;color:#2b3236;position:relative;}
.about-two .cont .ti:before{content:'';position:absolute;width:60px;height:3px;background:#EB2B27;left:0;bottom:-15px;}
.about-two .cont .desc{line-height:28px;color:#000000;margin-top:60px;}
.about-two .cont .list{overflow:hidden;text-align:center;margin-top:100px;}
.about-two .cont .list li{float:left;width:33.3333333%;list-style:none;}
.about-two .cont .list li .num{font-size:40px;color:#EB2B27;margin-bottom:20px;}

@keyframes circlerotate {
    from {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    to {
        stroke-dasharray: 120, 150;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes circlerotate {
    from {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    to {
        stroke-dasharray: 120, 150;
        stroke-dashoffset: 0;
    }
}

@media only screen and (max-width:1240px){
	.index-banner-dot .swiper-pagination-bullet{margin-right:30px;}
}

@media only screen and (max-width:960px){
	.container{padding-top:60px;}

	.nav-list{display:none;}
	.header .menubtn,.mobile-nav{display:block;}
	.header .logo{height:50px;}
	.header .menubtn{right:0;}

	.index{height:calc(100vh - 60px);}
	.index-banner-cont{transform:translate(0,-70%);}
	.index-banner-cont .en{font-size:20px;}
	.index-banner-cont .big{font-size:40px;}
	.index-banner-cont .small{font-size:22px;}

	.index-banner-foot .link,.index-banner-foot .img{display:none;}
	.index-banner-dot{width:100%;margin:40px 0;}
	.index-banner-dot .swiper-pagination-bullet{margin:0 15px;}

	.nybanner {height:300px;}
	.nybanner .en{font-size:20px;margin-top:10px;}
	.nybanner .ti{font-size:30px;}
	.nybanner .small{font-size:16px;margin-top:10px;}

	.server-nav-swiper .swiper-slide{width:220px;}

	.serve-list li{height:500px;}
	.serve-list .cont .ti{font-size:20px;padding-bottom:20px;}
	.serve-list .cont .desc{line-height:28px;padding:10px 0;}
	.serve-list .cont .btn{margin-top:20px;}

	.case-list li{width:50%;}

	.activity-list:before{display:none;}
	.activity-list a{padding:20px 0;}
	.activity-list .img{float:none;height:auto;width:100%;}
	.activity-list .date{float:none;margin:10px 0;}
	.activity-list .cont{margin-left:0;}
	.activity-list .cont .desc{margin-top:10px;}

    .about-one .about-ti{position:static;top:0;margin-bottom:20px;font-size:28px;}
    .about-one .img{float:none;margin-left:0;width:100%;}
    .about-one .cont{padding-top:20px;}
    .about-one .cont .desc{margin-top:40px;}

    .about-two .img{position:static;margin-left:0;}
    .about-one .cont .ti,.about-two .cont .ti{font-size:24px;}
    .about-two .cont{margin-left:0;padding-top:20px;}
    .about-two .cont .desc{margin-top:30px;}
    .about-two .cont .list{margin-top:20px;text-align:center;}
    .about-two .cont .list li{display:inline-block;width:auto;margin:0 20px;float:none;}
    .about-two .cont .list li .num{font-size:26px;}
}

@media only screen and (max-width:750px){
	.g-wrap{padding-left:10px;padding-right:10px;}

	.index-banner-dot{margin:20px 0;}
	.index-banner-dot svg .progress{r:15;}
	.index-banner-dot svg .dot{r:5;}

	.server-nav{padding:15px 10px;top:0;margin:0 -10px 20px;}
	.server-nav{}

	.serve-list li{min-height:400px;height:auto;margin-bottom:20px;}
	.serve-list li:before{width:100%;display:none;}
	.serve-list .cont{width:100%;color:#666;}
	.serve-list .img{position:static;height:400px;}
	.serve-list li:nth-child(2n+1) .cont{padding-right:0}
	.serve-list li:nth-child(2n) .cont{padding-left:0}

	.footer .g-wrap{display:block;}
	.footer .fcontact{padding:0;margin:30px 0;}

	.case{padding-top:20px;padding-bottom:40px;}
	.case-list{margin:0 -5px;}
	.case-list li{width:100%;margin-top:20px;}
	.case-list a{margin:0 5px;}
	.case-list .img,.case-list .img img{height:auto;}
	.morebtn{margin-top:20px;}

	.report-nav{margin:0 -5px;}
	.report-nav a{font-size:14px;margin:0 5px;width:90px;height:50px;line-height:50px;}

	.screen{margin:0 -5px;}
	.select{margin:0 5px;}

    .about-one,.about-two{padding-top:40px;padding-bottom:40px;}
    .about-two{}

    .partner{padding-top:40px;padding-bottom:0;}
    .partner-li .img{margin-top:20px;margin-bottom:40px;}
    .partner-li .one{font-size:30px;}
    .partner-li .two{margin-top:20px;font-size:22px;}

    .article-show{padding:20px 0 40px;margin-left:-10px;margin-right:-10px;}
    .article-show .hd,.article-show .cont{padding-left:10px;padding-right:10px;}
    .article-show .hd .ti{font-size:24px;}


	@keyframes circlerotate {
	    from {
	        stroke-dasharray: 1, 150;
	        stroke-dashoffset: 0;
	    }
	    to {
	        stroke-dasharray: 70, 150;
	        stroke-dashoffset: 0;
	    }
	}

	@-webkit-keyframes circlerotate {
	    from {
	        stroke-dasharray: 1, 150;
	        stroke-dashoffset: 0;
	    }
	    to {
	        stroke-dasharray: 70, 150;
	        stroke-dashoffset: 0;
	    }
	}

}


