﻿@charset "utf-8";
/* CSS Document */

*{padding:0;margin:0;}
html{ overflow-x:hidden;}
	a {color: #333; text-decoration: none}
	a:hover {color: #008cd7;text-decoration: none}
	@fant-face{
		font-family: "pingfang";
		src:url(../fonts/PingFang Light_0.ttf),
			url(../fonts/PingFang Regular_0.ttf),
			url(../fonts/PingFang Medium_0.ttf),
			url(../fonts/PingFang Heavy_0.ttf),
			url(../fonts/PingFang Bold_0.ttf);
	}
	li{list-style: none;}
	@fant-face{
		font-family: "zaozi";
		src:url(../fonts/zaozigongfang.otf);
			
	}
	.clearfix:after {visibility: hidden;display: block;font-size: 0;content:" ";clear:both;height: 0;}
	.clearfix{clear: both;}
	.head{background:#fff;position:relative;}
	.head-fixed{ position:fixed; width:100%; top:0; left:0;box-shadow: 0 0 30px rgba(0,0,0,.15); z-index:99999}
	.head .rexian{background:#007cc2;padding:10px 5%;}

	.head .rexian p{font-size:16px;color:#fff;white-space: nowrap;text-align: right;}
	.head .rexian p img{width:auto;padding-right:5px;position:relative;top:2px;}
	
	.top{display: flex; flex-wrap: wrap; box-sizing: border-box;padding:20px 5%;align-items: center;}
	
	.menu{flex: 0.3;display: flex;box-sizing: border-box; cursor:pointer;align-items: center; display:none;}
	.menu .nav_btn,.nav_btn_on{margin-right: 10px;}
	.menu .nav_btn span,.nav_btn_on span{width:32px;height: 2px;display: block;margin:8px 0;background:#000;-webkit-transition: 1s; transition: 1s;}

	.nav_btn_on span:first-child{-webkit-transform: rotateZ(225deg) translateY(-7px) translateX(-7px);transform: rotateZ(225deg) translateY(-7px) translateX(-7px);}
	.nav_btn_on span:nth-child(2){-webkit-transform: rotateZ(-225deg) translateY(0px) translateX(0px); transform: rotateZ(-225deg) translateY(0px) translateX(0px);}
	.nav_btn_on span:nth-child(3){-webkit-transform: rotateZ(225deg) translateY(7px) translateX(7px); transform: rotateZ(225deg) translateY(7px) translateX(7px);}
	.menu p{color:#000;font-family: pingfang;font-size:18px;}
	
	.logo{width:15%;justify-content: center;}
	.logo img{ display:inline-block; width:180px}
	
	.head_nav{ width:60%;text-align:center; margin-right:2%; }
	.head_nav li{ text-align:center; display: inline-block; width:13%; position:relative;}
	.head_nav li:after{ content:''; position:absolute; right:0; top:12.5%; width:1px; height:75%; background:#ccc;}
	.head_nav li:last-child:after{ display:none;}
	
	.head_right{width:23%; padding:15px 0;}
	.head_right p span{margin-left:30px;}
	
	.sousuo{display: flex;box-sizing: border-box;}
	.sousuo .sou{flex: 1.5;height:37px;border:1px solid #ddd;border-radius: 20px;}
	.sousuo .sou input{ float:left; display:inline-block; width:calc(100% - 60px);height:37px;padding-left:15px;background:none;border:0;outline: none;}
	.sousuo .sou button{ float:right; display:inline-block; width:37px;height:37px;border:0;background:url(../images/search.png) center center no-repeat;background-size:26px 22px;outline: none;}
	
	.sousuo .language_right{flex: 0.3; position:relative;}
	.sousuo .language{ height:25px; margin-top:10px;margin-left:30px;white-space: nowrap;}
	.sousuo .language a{font-size:14px; display:block; padding-left:45px;}
	.sousuo .language a.cn{ background:url(../images/cn.png) left center no-repeat; margin-right:10px;}
	.sousuo .language a.en{ background:url(../images/en.png) left center no-repeat;}
	
	.login{font-size:16px; color:#000;font-weight: bold;margin-top:30px;}
	.login button{background:none;border:none;outline: none;}
	
	.nav{overflow: hidden;position: absolute;left:50%;top:150px;transform: translateX(-50%);height: 0;width: 100%; z-index: 2;background:#fff;
	-webkit-transition: 0.8s;
	transition: 0.8s;}
	.nav li{text-align: center; height:0;overflow: hidden;}
	.nav li img:nth-child(1){transform: translateX(-260px);opacity: 0;}
	.nav li img:nth-child(3){transform: translateX(260px);opacity: 0;}
	.nav li.img{ height:90px;}
	.nav li.img img{transform:translateX(0px) !important;opacity: 1 !important;}
	.nav li.img:hover img:nth-child(1){transform: translateX(-260px) !important;opacity: 0 !important;}
	.nav li.img:hover img:nth-child(3){transform: translateX(260px) !important;opacity: 0 !important;}
	.nav li a{width:285px;display: inline-block;line-height: 90px;color:#000;transition: all 0.6s ease 0s;}
	.nav li:hover{background:#1a7eb4;}
	.nav li:hover a{color:#fff;}
	
	/*---------------------------轮播图css开始------------------------*/
	.swiper-container {  width: 100%;max-height:700px;}

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
		position:relative;
    }
	.swiper-slide img{width:100%;}
	
	.banner_words{width:100%;position:absolute;transform: translateY(-50%);top:50%;color:#007cc2;}
	.banner_words h2{font-size:60px;margin-bottom: 33px;transform:translateX(-100%);opacity:0;transition:all .6s;}
	.banner_words h3{font-size:45px;font-weight: normal;font-family:"zaozi";margin-bottom:50px;transform:translateX(100%);opacity:0;transition:all 1s; }
	.banner_words p{font-size:24px;font-family: "pingfang";line-height: 36px;transform:translateX(-100%);opacity:0;transition:all 1.5s; }
	.banner_words p span{display: block;}
	
	.ani-slide .banner_words h2,.ani-slide .banner_words h3,.ani-slide .banner_words p{transform:translateX(0);opacity:1;}
	
/*---------------------------轮播图css结束------------------------*/	
	
	.title{margin:100px 0;text-align: center;}	
	.title h3{font-size:36px;font-weight:lighter;font-family: "pingfang";color:#333; text-transform:capitalize;}
	.title h3 span{font-size:60px;}
	.title h2 a{font-size:45px;color:#000;display: inline-block;width:400px;font-family:" pingfang";font-weight: normal;}
	.title h2 a span{color:#008cd7;}
	.title h2 img{width:auto;}
	
	.yewu{max-width: 1280px;text-align: right;margin:40px auto;}
	.yewu a{padding:0 20px;border-right:1px solid #333;color:#333;}
	.yewu a:hover{color:#008cd7;}
	.yewu a:last-child{border:none;}
	
	.yw_fanwei{width:100%;}
	.yw_fanwei a{display: block;float:left;margin-right:20px;width:calc(25% - 25px);color:#fff;text-align: center;}
	.yw_fanwei a:first-child{margin-left:20px;}
	
	.yw_fanwei a .business{width:100%;position:relative;overflow: hidden;}	
	.yw_fanwei a .business>img{width:100%;display: block;}
	
	.yw_fanwei a .business .business_type{width:calc(100%);height:20%;background:rgba(0,140,215,0.6);position:absolute; top:80%; left:0px;opacity: 1;transition: 0.6s;}
	.yw_fanwei a:hover .business .business_type{width:calc(100% - 30px); height:calc(100% - 120px); top:60px;left:15px;}

	.yw_fanwei a .business_content{position: relative;top:0; padding:0 30px; height:100%;}
	.yw_fanwei a:hover .business_content{top:20%;}

	.yw_fanwei a .business .business_type .business_content h3{font-size:30px;margin:0 20px; transition: 0.8s; position: relative; top:50%; transform: translateY(-50%);}
	.yw_fanwei a:hover .business .business_type .business_content h3{margin:20px 20px 25px 20px; top:0;transform: translateY(0);}
	
	.yw_fanwei a .business .business_type .business_content p{font-size:18px; font-weight:100;line-height: 36px; transition: 0.6s; opacity:0;}
	.yw_fanwei a:hover .business .business_type .business_content p{ opacity:1;}
	.yw_fanwei a .business .business_type .business_content img{margin-top:30px;width:49px; transition: 0.6s;display: inline-block; opacity:0;}
	.yw_fanwei a:hover .business .business_type .business_content img{ opacity:1;}
	
	.business_type span{background:#005c9e;display: block;position:absolute;opacity:0;transition: 1.5s;}
	.line_w,.line2_w{width:65px;height: 1px;}
	.line_h,.line2_h{height:65px;width: 1px;}
	.line_w{top:35px;left:50px;}
	.line_h{top:60px;left:30px; }
	.line2_w{bottom:35px;right:60px;}
	.line2_h{ bottom:60px;right:30px;}
	
	.yw_fanwei a .business:hover .business_type .line_w{top:35px;left:20px;opacity: 1;}
	.yw_fanwei a .business:hover .business_type .line_h{top:20px;left:30px;opacity: 1; }
	.yw_fanwei a .business:hover .business_type .line2_w{bottom:35px;right:20px;opacity: 1;}
	.yw_fanwei a .business:hover .business_type .line2_h{ bottom:20px;right:30px;opacity: 1;}
	
	
	.kehu{ width:80%;margin:0 10%;}
	.kehu .kehu_logo{float:left;width:calc(20% - 42px);margin-right:40px;border:1px solid #ddd;margin-bottom:20px; overflow:hidden;}
	.kehu .kehu_logo img{display: block;width:100%;transition: 0.6s;}
	.kehu .kehu_logo:hover img{transform:scale(1.2);}
	
	
	.success{width:80%;margin:0 10%; box-sizing: border-box; overflow:hidden;}
	
	.success_left{ float:left; width:34%; margin-right:3%;position:relative;}
	.scs_title{position:relative; padding-top:10px;}
	.scs_title a h3{font-size:30px;color:#fff;font-weight: 500;margin-left: 10px; text-transform:uppercase}
	.scs_title a p{font-size:24px;color:#000;margin-left:10px;}
	.scs_title a span{display: block;width:100px;height: 100px;background:#007cc2;position:absolute;top:0;left:0;z-index: -1;}
	
	.scs_img {overflow: hidden;} 
	.scs_img img{display: block; width:100%;transition: 0.6s;}
	.scs_img:hover img{transform:scale(1.2);}
	
	.scs_img1{width:60%; float:right; margin-top:0px;}
	.scs_img2{width:85%; float:left; margin-top:100px;}
	.scs_img3{width:80%; float:right; margin-top:100px; margin-right:50px;}
	.scs_img4{width:80%; float:right; margin-top:60px;}
	
	.success_center{ float: left; width:28%; border-left:1px solid #ddd;padding-left:40px;margin:20px 0;position:relative;}
	.success_center .anli{display: flex;box-sizing: border-box;position:relative;align-items: center;margin:80px 0;}
	.success_center .anli:before{content:'';width:10px;height:12px;background:#007cc2;position: absolute; top: 50%; left: -45px; transform: translateY(-50%); transition: 0.6s;}
	.success_center .anli:hover:before{height: 42px;}
	.success_center .anli p{font-size:22px;color:#69686e; line-height:35px; display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
	.success_right{ float:right; width:28%; position:relative}
	
	.success a.more{display: block;background:#007cc2;color:#fff;font-size:24px;text-align:center;width:450px;line-height: 80px;margin:0 auto;margin-top:80px;}
	
	
	.news_box{background:#0f376e;padding:56px 56px 0 56px; overflow:hidden}
	
	.news{float:left;width:72%;overflow: hidden;padding-top:70px ;}
	.news ul li{float:left;width:calc(33.33% - 15px);margin-right:15px;height: 480px;}
	.news ul li a .news_img{width:100%;height: 250px;overflow: hidden;}
	.news ul li a .news_img img{ display:block; width:100%; height:100%;transition: 0.6s;}
	.news ul li:hover a .news_img img{transform:scale(1.2);}
	.news ul li a .news_content{background:#fff;height: 230px;padding:0 40px; overflow:hidden;}
	.news ul li a .news_content h4{font-size:22px;color:#333; margin:30px 0; font-weight:500; height:60px; line-height: 30px; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
	.news ul li a .news_content p{font-size:16px;color:#666; height:125px; line-height: 25px; display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
	
	
	.news_right{float:right;width:28%;background:#007cc2;height: 670px;}
	.news_right_box{ padding:0 25px;}
	.news_right .news_title{padding-top:70px;}
	.news_right .news_title .line_top{display: block;width:82px;height: 1px;background:#fff;margin-bottom:20px;}
	.news_right .news_title .line_bottom{display: block;width:300px;height: 1px;background:#fff;margin:20px 0;}
	.news_right .news_title .news_title1{display: flex;box-sizing: border-box;color:#fff;align-items: center;}
	.news_right .news_title .news_title1 h2{font-size:75px;}
	.news_right .news_title .news_title1 p{font-size:24px;}
	.news_right .news_title .news_title1 p span{display: block;font-size:36px;}
	
	.look span a{font-size:18px;color:#fff;display: block;}
	.look>a{background:#000;color:#fff;padding:5px;font-size:20px;display: inline-block;margin-right: 10px;margin-top:20px;}
	
	.news_list{background:#fff;padding:0 20px;margin-top:40px;}
	.news_list a{display: block;color:#444;font-size:16px;line-height: 48px;width:100%;border-bottom:1px solid #e7e7e7;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
	.news_list a:last-child{border:none;}
	.news_list a span{color:#2fa670;padding-right: 10px;}
	
	.about{background:#f8f8f8;padding:100px 0;}
	.about .title{margin-top:0;}
	.about_content{max-width: 1230px;margin:0 auto;color:#000;font-size:16px;line-height: 30px;display: flex;box-sizing: border-box;align-items: center;}
	.about_content .about-video{width:50%;height:100%; overflow:hidden;}
	.about_content .about-text{width:calc(50% - 40px);margin-left: 40px;text-indent: 2rem;}
	
	.foot,.foot_title1{display:flex;box-sizing: border-box;align-items: center;}
	.foot .foot_left{width:30%;background:#f8f8f8;padding-left:20%;padding-bottom:20px;}
	.foot_title{transform: translateY(-35%);}
	.foot_title>span{display: block;}
	.foot_title .line2_top{background:#000;width:82px;height: 1px;margin-bottom:30px;}
	.foot_title .line2_bottom{background:#000;width:300px;height: 1px;margin:30px 0;}
	.foot_title1 h2{font-weight: normal;font-size:75px;}
	.foot_title1p{font-size:24px;}
	.foot_title1 p span{display: block;font-size:36px;}
	.foot_title a{color:#000;font-size:18px;}
	
	.lianxi{display: flex;box-sizing: border-box;flex-wrap: wrap;transform: translateY(-25%);}
	.lianxi .phone{width:40%;margin:20px 0;text-align: center;}
	.lianxi .phone:nth-child(2n){ width:60%;}
	.lianxi .phone img{width:auto; height:40px;}
	.lianxi .phone p{font-size:20px;color:#111;margin-top:10px;}
	
	.foot .foot_right{width:50%;background:url(../images/bg5.jpg) no-repeat;background-size:1175px 375px;height: 375px;}
	.foot .foot_right .foot_logo{width:300px;margin-left: 30%;margin-top:15%;text-align: center;}
	.foot .foot_right .foot_logo img{width: auto;}




/*-------------------------业务范围口译css-----------------------*/

.banner{width:100%;}
	.banner img{width:100%;display: block;}
	.content{max-width:1200px;margin:0 auto;margin-bottom:100px;}
	
	.shili{margin:40px 0;}
	
	.shili h2{font-size:36px;color:#007cc2;text-align: center;margin-bottom:30px;}
	.rencai{margin-bottom:40px;font-size:20px;line-height: 36px;text-align: center;}
	
/*	.rencai span{color:#fff;background:#007cc2;font-size:20px;white-space: nowrap;display:inline-block;width:100px;height: 24px; line-height: 23px;text-align: center;position: relative;top:5px;flex-shrink: 0;}*/
	
	
	.range{width:100%;display: flex;box-sizing: border-box;position: relative;padding:0 50px;}
	.range::before{content: "";width:100%;height: 1px;background:#007cc2;position: absolute;left:0;top:50%;z-index: -1;}
	.range a{color:#fff;font-size:20px;background:#007cc2;border-right: 1px solid #fff;flex: 1;text-align: center;line-height: 50px;}
	
	.range a:last-child{border:none;}
	
	.on{background:#e35d15 !important;}
	
	.fuwu{box-sizing: border-box;margin:80px 0;align-items: center;}
	.fuwu .fuwu_img{ float:left; width:48%;}
	.fuwu:nth-child(2n) .fuwu_img{ float: right;}
	.fuwu .fuwu_img img{width:100%;}
	.fuwu .fuwu_content{ float:right; width:48%;}
	.fuwu:nth-child(2n) .fuwu_content{ float: left;}
	.fuwu .fuwu_content h3{font-size:35px;font-weight: normal;border-left:6px solid #007cc2;line-height: 35px;padding-left:15px;margin-bottom:20px;}
	.fuwu .fuwu_content p{font-size:18px;font-weight: lighter;border-top:1px solid #666;line-height: 36px;padding-top:10px;}
	
	.team_box{background:url(../images/bg6.png) no-repeat;background-size: contain;}
	.team{max-width: 1200px;margin:0 auto;}
	.team_youshi{padding:20px 90px;}
	.team_youshi p{font-size:18px;color:#050000;font-weight: lighter;line-height: 36px;margin-bottom:20px;}
	
	.t_ys_box{display: flex;box-sizing: border-box;flex-wrap: wrap;margin-top:30px;}
	.t_ys{width:calc(50% - 70px);margin-bottom:75px;margin-right:70px; }
	.t_ys:nth-child(2n){ margin-right:0; margin-left:70px; }
	.t_ys_img{width:100%;overflow: hidden;}
	.t_ys_img img{width:100%;transition: 1s;}
	.t_ys:hover .t_ys_img img{transform: scale(1.2);}
	.t_ys h3{font-size:30px;line-height: 30px;border-left: 6px solid #007cc2;padding-left: 10px;margin:30px 0; font-weight:500;}
	.t_ys p{font-size:18px;color:#050000;font-weight: lighter;line-height: 36px;margin-bottom:20px;}
	
	.ky_lc,.ky_lc_mb{max-width: 1200px;margin:0 auto;}
	.ky_lc_mb{ display:none;}
	.ky_lc img,.ky_lc_mb img{width:100%;display: block;}
	
	.jd_list{max-width: 1200px;margin:0 auto;box-sizing: border-box;flex-wrap: wrap;}
	.jd_list>div{display: flex;flex-wrap: wrap;}
	
	.list{width:31% ;margin:30px 3.5% 30px 0}
	.list:nth-child(3n){margin-right:0;}
	.list .list_img{width:100%; max-height:205px; overflow: hidden;}
	.list .list_img img{width:100%;transition:1s;}
	.list:hover .list_img img{transform: scale(1.2);}
	.list p{font-size:24px;color:#050000;margin:10px 0; height:60px; line-height:30px; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
	.list span{display: block;width:80%;height: 1px;background:#827f7f;position:relative; margin-top:40px; }
	.list span::before{content: "";width:10%;height: 6px;background:#007cc2;position:absolute;left: 0;bottom:-2px; transition:1s;}
	.list:hover span::before{width:100%;}
	
	.jd_list a.more{display: block;background:#007cc2;color:#fff;font-size:24px;text-align:center;width:450px;line-height: 80px;margin:0 auto;margin-top:80px;}

/*------------------------------笔译css---------------------------*/

.introduce{width:100%;font-size:16px;font-weight: lighter;text-align: center;margin:60px 0;}
	
	.by_box{display: flex;box-sizing: border-box;margin:40px 0;flex-wrap: wrap;}
	
	.by_yw{width:calc(50% - 40px);margin-bottom:70px; margin-right:40px;}
	.by_yw:nth-child(2n){ margin-right:0; margin-left:40px; }
	.by_img{width:100%;overflow: hidden;}
	.by_img img{display: block;width:100%;transition:1s;}
	.by_yw:hover .by_img img{transform: scale(1.2);}
	.by_content h3{font-size:30px;color:#050000;font-weight: normal;padding-left: 10px;line-height: 30px;border-left: 6px solid #007cc2;position:relative;margin:40px 0;}
	.by_content h3::after{content: "";width:100%;height: 1px;background:#827f7f;position:absolute;left: 0;bottom:-20px;}
	.by_content p{font-size:18px;font-weight: lighter;line-height: 36px;}
	.by_yw a{ color:#000;}

/*-------------------------线上会议css-----------------------*/
.introduce h1{font-size:30px;margin-bottom:30px;}

.introduce span{color: #007cc2;}

	.huiyi{max-width: 1200px;margin:50px 0;}
	.huiyi h2{font-size:30px;text-align: center;font-weight: normal;line-height: 60px;}
	.huiyi h2 span{font-size:20px;color:#e35d15;display: block;}
	.huiyi_img{display: flex;box-sizing: border-box;margin:20px 0;}
	.huiyi_img img{width:calc(50% - 40px);}
	.huiyi_img img:first-child{margin-right: 40px;}
	.huiyi_img img:nth-child(2){margin-left: 40px;}

/*----------------------设备css-------------------*/
	.by_box.sb_box .by_yw{width:calc(33.333% - 20px);margin-right:30px;}
	.by_box.sb_box .by_yw:nth-child(2n){margin-right:30px;margin-left:0;}
	.by_box.sb_box .by_yw:nth-child(3n){margin-right:0;}
	.by_box.sb_box.star_box{margin-left:180px;margin-right:180px;}

/*---------------------------------------排版css----------------------------*/
.paiban_box{display:flex;box-sizing: border-box;flex-wrap: wrap;align-items: center;}
	
	.pb_xuanchuan,.pb_zazhi{width:calc(50% - 12px);border:5px solid #e6eefa;padding-bottom:220px;position:relative;margin-bottom:120px;}
	.pb_xuanchuan .txt,.pb_zazhi .txt{padding-left:60px;max-width: 385px; position:relative;top:-22px;}
	.pb_xuanchuan .txt h2,.pb_zazhi .txt h2{font-size:35px;border-left: 6px solid #007cc2;padding-left:10px;background:#fff;width: 140px;line-height: 35px;font-weight: normal;margin-bottom:40px;}
	.pb_xuanchuan .txt p,.pb_zazhi .txt p{font-size:17px;line-height: 36px;margin-left: 10px;position:relative;}
	.pb_xuanchuan .txt p::after{content:"";width:150px;height: 8px;background:#e35d15;position:absolute;left: 0;bottom:-100px;}
	.pb_xuanchuan .img{position: relative; top:-15px;} 
	.pb_xuanchuan .img img{position:absolute;right:20px; top:0;} 
	
	.pb_company{width:calc(50% - 40px);margin-left:40px;position:relative;margin-bottom:120px;}
	.pb_company .txt,.pb_shuji .txt{background:#e6eefa;max-width: 400px;padding:10px;padding-bottom:20px;}
	.pb_company .txt h2,.pb_shuji .txt h2{font-size:35px;border-left: 6px solid #007cc2;padding-left:10px;line-height: 35px;font-weight: normal;}
	.pb_company .txt p,.pb_shuji .txt p{font-size:17px;line-height: 36px;width:250px;margin-top:10px;}
	.pb_company .img{position:absolute;right:-5%;top:-20%;}
	
	.pb_shuji{width:calc(50% - 30px);position:relative;margin-right: 30px; margin-top:50px;}
	.pb_shuji .img{position:absolute;right:-5%;top:-20%;}
	
	.pb_zazhi{width:calc(50% - 42px);margin-left: 30px;position:relative;top:-30px;}
	.pb_zazhi .img{position: absolute; right:0px;bottom:-18%;}
	
	.bd_fuwu{padding:20px 60px;}
	.bendi{box-sizing: border-box;flex-wrap: wrap;margin:50px 0;align-items: center;}
	.bendi .bendi_img{width:55%; float:left;}
	.bendi:nth-child(2n) .bendi_img{ float:right;}
	.bendi_img img{width:100%;}
	.bendi .bd_dmt{width:calc(45% - 110px); float:right;}
	.bendi:nth-child(2n) .bd_dmt{ float: left;}
	.bd_dmt h2{font-size:35px;line-height: 35px;border-left: 6px solid #007cc2;padding-left:10px;margin-bottom:40px;font-weight: normal;}
	.bd_dmt p{ display:block; font-size:24px;height: 50px; line-height: 50px; padding-left:30px; position:relative;}
	.bd_dmt p:before{ content:''; width:15px;height: 15px;display: block;background:#007cc2;border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }





/*------------------------行业新闻css----------------------------*/

.by_box.hy_news {padding:0px;}
	.by_box.hy_news .by_img {max-height:340px}
	.by_box.hy_news .by_yw a{display: block;}
	.by_box.hy_news .by_yw a p{margin-top:30px;color:#007cc2;font-size:18px;}

/*--------------------新闻资讯css------------------------*/

.by_box.hy_news2{ display:block;}

#slider{overflow:hidden;width:100%;height:427px;position:relative; margin-bottom:60px;}
#slider .pics{width:100%;height:427px}
#slider .pics li{float:left; width:100%; height:427px; overflow:hidden; position:relative;}
#slider .pics li img{ display:block; width:100%; position:absolute; top:50%;transform: translateY(-50%);}
#slider .pics li p{ position:absolute; bottom:0; left:0px; width:100%; height:45px; line-height:45px; padding-left:15px; background:rgba(0,0,0,0.45); color:#fff;}
#slider #nav {position:absolute;bottom:10px;right:10px;}
#slider #nav li.news_bn{background:#900107; color:#fff;}
#slider #nav li{color:#000; cursor:pointer;background:#c0c0c0;font-size:12px; height:25px; line-height:25px; width:25px;float:left;margin-left:5px;display:inline;text-align:center}
	
	.xinwen{margin-bottom:60px;padding-bottom:30px;border-bottom:1px solid #333;}	
	.xinwen a .news_biaoti{display: flex;box-sizing: border-box;}
	.xinwen a .news_biaoti h5{font-size:18px;color:#007cc2;flex: 3;font-weight: normal;}
	.xinwen a .news_biaoti span{font-size:14px;flex: 1;text-align: right;color:#7e7d7d;}
	.xinwen a p{color:#7e7d7d;font-size:18px;line-height: 30px;margin-top:20px;}
	.xinwen a p span{color:#007cc2;}


/*-----------------------联系我们css-------------------------*/
	.zhaopin{margin:30px 0;}
	.zp_lei{display: flex;box-sizing: border-box;padding-bottom:15px;border-bottom:1px solid #000;margin-bottom:30px;}
	
	.zp_lei h3{font-size:22px;flex: 1;}
	.zp_lei p{font-size:16px;flex: 1;text-align: right;}
	
	.zp_yaoqiu{display: flex;box-sizing: border-box;}
	
	.yaoqiu{flex: 1;}
	
	.yaoqiu p{font-size:18px;line-height: 30px;margin-right:20px;}
	
	.zp_img{flex: 1;margin-left: 20px;}
	
	.zp_img img{width:100%;}
	
	.yaoqiu a{color:#fff;background:#007cc2;display: inline-block;padding:5px 10px;margin-top:40px;}
	
	.liuyan_box{background:url(../images/bg7.png) no-repeat;background-size: cover;padding:40px 0;}
	.ly{max-width: 1200px;margin: 0 auto;display: flex;box-sizing: border-box;align-items: center;}
	.ly form{margin-left:80px;}
	.ly form input{display: block;width:400px;height: 50px;padding-left:20px;background:#f3f3f3;border:none;margin:10px 0;outline: none;}
	.ly form input.liuyan{height: 150px;}
	.ly form button{width:350px;height: 50px;color:#fff;font-size:30px;outline: none;border:none;background:#e97740;}
	
	.contact{margin-left:80px;}
	.contact p{font-size:24px;color:#fff;line-height: 60px;}
	.contact p i{ width:45px;}
	.contact p i.fd{ font-size:30px;}
	.contact p span{font-size:18px;}
	.ditu{margin: 50px auto;max-width: 1200px;}
	
	.ditu h3{font-size:35px;color:#fff;background:#007cc2;width:200px;height: 60px;line-height: 60px;margin:40px auto;text-align: center;font-weight: normal;}

.jiage_tixi{max-width: 680px;margin:0 auto;}
.jiage_tixi img{display: block;width:100%;}



@media (max-width:1680px){
	.kehu{ width:90%;margin:0 5%;}
	.success{ width:90%;margin:0 5%;}
	.success_center .anli p{font-size:18px;}

	.news ul li a .news_img{height: 200px;}
	.news ul li a .news_content{height: 280px;padding:0 20px;}
	
	.lianxi .phone p{font-size:16px;}
}

@media (max-width:1440px){
	.top{padding:20px 5%;}
	.title h2 a {font-size: 30px; width:300px;}
	
	.yw_fanwei a .business .business_type .business_content h3 {font-size: 20px;}
	.news ul li a .news_img{height: 170px;}
	.news ul li a .news_content{height: 310px;padding:0 20px;}
	.lianxi .phone p{font-size:14px;}
}

@media (max-width:1280px){
	
	.menu{ width: auto; display: flex;}
	.head_nav{ display:none;}
	
	.logo{ flex:0.4; width: auto; text-align:center;}
	.head_right{flex:0.3; width: auto;}
}

@media (max-width:750px){
	.top{padding:10px 10px;}
	
	.menu .nav_btn span,.nav_btn_on span{width:24px;height: 2px;}
	.menu p{ font-size:0.9rem}
	
	.logo{}
	.logo img{width:100px;}
	
	.rexian{display: none;}
	
	.head_right{padding: 0;}
	
	.sousuo{}
	.sousuo .sou{display: none;}
	
	.sousuo .language_right{flex: 1;}
	.sousuo .language{ margin-top:0px;}
	.sousuo .language a{font-size:0.85; padding-left:35px;}
	.sousuo .language a.cn,.sousuo .language a.en{ background-size:25px 14px;}
	
	.nav{top:100%;}
	.nav li.img{ height:70px;}
	.nav li a{width:50%; line-height:70px;}
	.nav li img{width:30px;}
	
	.swiper-container {height:220px;}
	
	.swiper-slide img{height:220px;position:absolute;transform: translateY(-50%);top:50%; z-index:0}
	
	.banner_words{position:absolute;transform: translateY(15%);top:10%;color:#007cc2; z-index:10}
	.banner_words h2{font-size:1.2rem;margin-bottom: 5px;}
	.banner_words h3{font-size:1rem;font-family:"zaozi";margin-bottom:10px; }
	.banner_words p{font-size:0.9rem;line-height: 1rem; }
	
	.swiper-pagination-bullet{width:6px;height:6px;}
	.swiper-pagination-bullet-active{width:20px; }
	
	.title{margin:20px 0;}	
	.title h3{font-size:1.2rem;}
	.title h3 span{font-size:1.25rem;}
	.title h2 a{font-size:1.25rem; width:auto; max-width:60%; margin:0 20px;}
	.title h2 a span{color:#008cd7;}
	.title h2 img{width:auto;}
	
	.introduce { width: 90%; font-size: 0.85rem; margin: 10px 5% 30px 5%;}
	
	.yewu{width:100%;text-align: center;margin:1.5rem auto;}
	.yewu a{padding:0 10px;}
	
	.yw_fanwei{width:calc(100% - 10px); margin:5px;}
	
	.yw_fanwei a{margin:5px;width:calc(50% - 10px);}
	.yw_fanwei a:first-child{margin-left:5px;}
	
	.yw_fanwei a .business .business_type{ width:90%; height:90%; top:5%; left:5%;}
	.yw_fanwei a:hover .business .business_type{width:90%; height:90%; top:5%; left:5%;}

	.yw_fanwei a .business_content{padding:0;}
	.yw_fanwei a:hover .business_content{top:0;}

	.yw_fanwei a .business .business_type .business_content h3{font-size:1rem; margin:30px 0 10px 0; top:0; transform: translateY(0);}
	.yw_fanwei a:hover .business .business_type .business_content h3{ margin:30px 0 10px 0;}
	
	.yw_fanwei a .business .business_type .business_content p{font-size:0.8rem; height:66px; line-height: 22px; opacity:1; padding:0 10px; overflow:hidden;}
	.yw_fanwei a .business .business_type .business_content img{ width:40px; margin-top:0px; opacity:1;}
	
	.business_type span{opacity:0;}
	.line_w,.line2_w{width:45px;}
	.line_h,.line2_h{height:45px;}
	.line_w{top:25px;left:10px;}
	.line_h{top:10px;left:20px; }
	.line2_w{bottom:25px;right:10px;}
	.line2_h{ bottom:10px;right:20px;}
	
	.yw_fanwei a .business:hover .business_type .line_w{top:25px;left:10px;}
	.yw_fanwei a .business:hover .business_type .line_h{top:10px;left:20px;}
	.yw_fanwei a .business:hover .business_type .line2_w{bottom:25px;right:10px;}
	.yw_fanwei a .business:hover .business_type .line2_h{ bottom:10px;right:20px;}
	
	.kehu{width:calc(100% - 10px );margin:0 5px;}
	.kehu .kehu_logo{float:left;width:calc(50% - 12px);margin:5px;}
	
	.success{width:calc(100% - 20px);margin:0 10px;}
	.success_left{ float:none; width:100%; margin-right:0px;position:relative;}
	.success_left:after {visibility: hidden;display: block;font-size: 0;content:" ";clear:both;height: 0;}
	
	.scs_title{background:#007cc2;width:50%;margin:20px auto;text-align: center;padding:20px 0; display:none;}
	.scs_title a h3{font-size:1.5rem;margin-left: 0px;}
	.scs_title a p{font-size:1.1rem;margin-left:0px;color:#eee;}
	.scs_title a span{display:none;}
	
	.scs_img {position: relative;} 
	
	.scs_img1{width:49%; float:left; margin-top:10px;}
	.scs_img2{width:49%; float:right; margin-top:10px;}
	.scs_img3{width:49%; float:left; margin-top:10px; margin-right:0px; margin-bottom:30px;}
	.scs_img4{width:49%; float:right; margin-top:10px; margin-bottom:30px;}
	
	.success_center{float:none; clear:both; width:100%; margin:5px 10px; padding-left:0;}
	.success_center:after {visibility: hidden;display: block;font-size: 0;content:" ";clear:both;height: 0;}
	.success_center .anli{ clear:both; margin-bottom:20px;max-width:calc(100% - 40px); margin:0; margin-left:30px;}
	.success_center .anli:before{left: -35px;}
	.success_center .anli p{font-size:0.9rem; height:auto; line-height:2.5;}
	
	.success_right{ float:none; width:100%;}
	
	.success a.more{font-size:1rem;width:100%;line-height: 40px; margin-top:30px; margin-bottom:30px;}

	.news_box{padding:15px;}
	
	.news{float: none;width:100%; padding-top:10px ;}
	.news ul li{float: none;width:calc(100%);margin-right:0;height: auto;}
	.news ul li a .news_img{height: 170px;}
	.news ul li a .news_content{height: auto;padding:5px 15px 15px 15px;}
	.news ul li a .news_content h4{font-size:1rem; margin:10px 0; height:50px; line-height: 25px;}
	.news ul li a .news_content p{font-size:0.85rem; height:44px; line-height: 22px; -webkit-line-clamp:2;}
	
	
	.news_right{float: none;width:100%; height: auto;}
	.news_right_box{ padding:15px;}
	.news_right .news_title{padding-top:10px;}
	.news_right .news_title .line_top{width:20%; margin-bottom:5px;}
	.news_right .news_title .line_bottom{width:80%;margin:5px 0 10px 0;}
	.news_right .news_title .news_title1 h2{font-size:3rem;}
	.news_right .news_title .news_title1 p{font-size:1rem;}
	.news_right .news_title .news_title1 p span{font-size:1.25rem;}
	
	.look span a{font-size:0.8rem;}
	.look>a{font-size:1rem; padding:5px 20px; margin-top:10px; margin-bottom:10px;}
	
	.news_list{padding:10px;margin-top:0px; display:none;}
	.news_list a{font-size:0.85rem;line-height: 38px; }
	.news_list a span{ display:none;}
	
	.about{padding:30px 10px;}
	.about_content{width:100%;font-size:0.9rem;line-height: 1.8rem;display: block;}
	.about_content .about-video{width:100%}
	.about_content .about-text{width:100%;margin-left: 0px; padding:15px 0;}

	
	.foot{display:block;}
	.foot .foot_left{width:100%;padding-left:0;padding-bottom:0;background:none;}
	.foot_title{transform: translateY(0);background:#007cc2;color:#fff;width:50%;padding: 30px;margin:0 auto; display:none;}
	.foot_title .line2_top{background:#fff;width:42px;height: 1px;margin-bottom:20px;}
	.foot_title .line2_bottom{background:#fff;width:150px;height: 1px;margin:20px 0;}
	.foot_title1 h2{font-weight: normal;font-size:2.5rem;}
	.foot_title1 p{font-size:1rem;}
	.foot_title1 p span{display: block;font-size:1.2rem;}
	.foot_title a{color:#fff;font-size:18px;}
	
	.lianxi{transform: translateY(0); background:#f8f8f8;margin-top:20px; padding:10px 20px;}
	.lianxi .phone{width:100%;margin:10px 0;text-align: center;display: flex; align-items: center;}
	.lianxi .phone:nth-child(2n) { width: 100%;}
	.lianxi .phone img{height:18px;}
	.lianxi .phone p{font-size:0.9rem; margin-top:0; margin-left:10px;}

	.foot .foot_right{display: none;}
	
/*-------------------------业务范围口译css-----------------------*/
.banner{ position:relative;height:150px; overflow:hidden;}
.banner img{ width:auto; height:150px;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%); z-index:0}

	.content{max-width:90%; margin:0 5%;}
	
	.shili{margin:20px 0;}
	
	.shili h2{font-size:1.25rem; font-weight:500; margin-bottom:20px;}
	.rencai{margin-bottom:20px;font-size:0.85rem;line-height: 1.5rem; }
	
	.range{padding:0px; display:block; margin-bottom:20px; overflow:hidden;}
	.range:before{ display:none;}
	.range:after {visibility: hidden;display: block;font-size: 0;content:" ";clear:both;height: 0;}
	.range a{width:100%; display:block;font-size:1rem; border:0; height: 40px;line-height: 40px; margin-bottom:1px;}
	
	.on{background:#e35d15 !important;}
	
	.fuwu{margin:20px 0; padding-bottom:50px; overflow:hidden;}
	.fuwu .fuwu_img{ float: none; width:100%;}
	.fuwu:nth-child(2n) .fuwu_img{ float: none;}
	.fuwu .fuwu_content{ float: none; width:100%;}
	.fuwu:nth-child(2n) .fuwu_content{ float: none;}
	.fuwu .fuwu_content h3{font-size:1.15rem; line-height: 1; margin-bottom:10px; margin-top:10px;}
	.fuwu .fuwu_content p{font-size:0.85rem; line-height: 180%;}
	
	.team_box{padding-bottom:50px; overflow:hidden;}
	.team{max-width: 100%;}
	.team_youshi{padding:0 20px;}
	.team_youshi p{font-size:0.85rem;line-height: 180%;margin-bottom:20px;}
	
	.t_ys_box{margin-top:20px;}
	.t_ys{width:calc(50% - 20px);margin:5px 10px; }
	.t_ys:nth-child(2n){ margin:5px 10px;}
	.t_ys_img{width:100%;overflow: hidden;}
	.t_ys h3{font-size:0.9rem; line-height:1.5; margin:10px 0;}
	.t_ys p{font-size:0.85rem;line-height: 180%;margin-bottom:20px;}
	
	.ky_lc,.ky_lc_mb{max-width: 100%;padding-bottom:50px;}
	.ky_lc{ display:none;}
	.ky_lc_mb{ display: block;}
	
	.jd_list{max-width: calc(100% - 30px); margin:0 15px;padding-bottom:50px; overflow:hidden}
	.jd_list2{max-width: calc(100%); margin:0px;}
	.list{width: 100%;margin:10px 0}
	.list p{font-size:1rem; margin:10px 0; height: auto; line-height:25px;}
	.list span{background:#ccc; margin-top:20px; }
	
	.jd_list a.more{font-size:1rem;width:100%;line-height: 40px; margin-top:10px;}

/*------------------------------笔译css---------------------------*/
	
	.by_box{margin:10px 0;padding-bottom:50px; overflow:hidden}
	
	.by_yw{width: 100%;margin:5px 0;}
	.by_yw:nth-child(2n){ margin:5px 0;}
	.by_content h3{font-size:1.15rem; line-height: 1; margin:15px 0 25px 0;}
	.by_content h3::after{background:#ddd;}
	.by_content p{font-size:0.85rem;line-height: 2;}

/*-------------------------线上会议css-----------------------*/
.content .introduce h1{font-size:1.25rem;margin-bottom:20px;}
.content .introduce p{ line-height:180%;}

	.huiyi{max-width: 100%;margin:20px 0; padding-bottom:50px;}
	.huiyi h2{font-size:1rem; font-weight:700; line-height: 2;}
	.huiyi h2 span{font-size:0.85rem;}
	.huiyi_img{ display:block; margin:20px 0;}
	.huiyi_img img{width:100%;}
	.huiyi_img img:first-child{margin-right: 0;}
	.huiyi_img img:nth-child(2){margin-left: 0;}

/*----------------------设备css-------------------*/
	.by_box.sb_box .by_yw{width: 100%;margin:0;}
	.by_box.sb_box .by_yw:nth-child(2n){margin:0;}
	.by_box.sb_box .by_yw:nth-child(3n){margin:0;}
	.by_box.sb_box.star_box{margin:0;}

/*---------------------------------------排版css----------------------------*/
.paiban_box{ overflow:hidden;}
.paiban_box img{ width:100%; display:block}
	.pb_xuanchuan,.pb_zazhi{width:calc(100% - 10px); padding-bottom:0px; margin-bottom:10px; margin-top:10px;}
	.pb_xuanchuan .txt,.pb_zazhi .txt{padding-left:10px;max-width: 100%;position: inherit;top: inherit; margin-top:10px; margin-bottom:20px;}
	.pb_xuanchuan .txt h2,.pb_zazhi .txt h2{font-size:1.15rem; width: 40%; margin-bottom:20px;}
	.pb_xuanchuan .txt p,.pb_zazhi .txt p{font-size:1rem;line-height:1.8;margin-left: 0px;}
	.pb_xuanchuan .txt p::after{ display:none;}
	.pb_xuanchuan .img{position: inherit;right: inherit;bottom:inherit;} 
	
	.pb_company{width: 100%;margin-left:0px; margin-bottom:10px;}
	.pb_company .txt,.pb_shuji .txt{max-width: 100%;padding:10px;padding-bottom:20px;}
	.pb_company .txt h2,.pb_shuji .txt h2{font-size:1.15rem; padding-left:10px;}
	.pb_company .txt p,.pb_shuji .txt p{font-size:1rem;line-height: 1.8;width: 100%;margin-top:10px;}
	.pb_company .img{position:inherit;right:inherit;top:inherit;}
	
	.pb_shuji{width:100%;margin-right: 0px;}
	.pb_shuji .img{position:inherit;right:inherit;top:inherit;}
	
	.pb_zazhi{width:100%;margin-left: 0px;position: inherit;top: inherit;}
	.pb_zazhi .img{position:inherit; right:inherit;bottom:inherit;}
	
	.bd_fuwu{padding:20px 0; overflow:hidden;}
	.bendi{margin:10px 0;}
	.bendi .bendi_img{width:100%; float: none;}
	.bendi:nth-child(2n) .bendi_img{ float: none;}
	.bendi_img img{width:100%;}
	.bendi .bd_dmt{width:100%; float: none;}
	.bendi:nth-child(2n) .bd_dmt{ float: none;}
	.bd_dmt h2{font-size:1.15rem;line-height: 1.5; margin:10px 0;}
	.bd_dmt p{font-size:1rem;height: 30px; line-height: 30px; padding-left:20px;}
	.bd_dmt p:before{width:10px;height: 10px;}





/*------------------------行业新闻css----------------------------*/

.by_box.hy_news {padding:0 0px;}
	.by_box.hy_news .by_yw a p{margin-top:10px; font-size:1rem;}

/*--------------------新闻资讯css------------------------*/

.by_box.hy_news2{ display:block;}

#slider{height:170px; margin-bottom:20px;}
#slider .pics{height:170px}
#slider .pics li{height:170px; }
#slider .pics li img{top:0%;transform: translateY(0%);}
	
	.xinwen{margin-bottom:20px;padding-bottom:20px;}	
	.xinwen a .news_biaoti{display: block;}
	.xinwen a .news_biaoti h5{font-size:1rem; line-height:1.5; margin-bottom:10px;}
	.xinwen a .news_biaoti span{font-size:0.85rem;flex: 1;text-align: right;color:#7e7d7d;}
	.xinwen a p{font-size:0.9rem;line-height:1.8;margin-top:10px;}


/*-----------------------联系我们css-------------------------*/
	.zhaopin{margin:20px 0; overflow:hidden}
	.zp_lei{margin-bottom:20px;}
	.zp_lei h3{font-size:1rem;}
	.zp_lei p{font-size:0.85rem;}
	.zp_yaoqiu{display: block;}
	.yaoqiu p{font-size:0.9rem;line-height: 30px;margin-right:0;}
	.zp_img{flex: 1;margin-left: 00px;}
	.yaoqiu a{margin-top:20px; margin-bottom:20px; width:35%; text-align:center;}
	
	.liuyan_box{background-size: cover;padding:20px 0; overflow:hidden;}
	.ly{max-width: 100%;}
	
	.contact{margin-left:0px; padding:20px;}
	.contact p{font-size:1rem; line-height: 40px;}
	.contact p i{ width:1.5rem;}
	.contact p i.fd{ font-size:1.35rem;}
	.contact p span{font-size:1rem;}
	
	.ditu{margin: 20px auto;max-width: 100%;}
	.ditu h3{font-size:1.25rem; width:50%;height: 50px;line-height: 50px;margin:20px auto;}

.jiage_tixi{max-width: 100%;}


}


/*地图*/
#allmap{ width:100%; height:550px; overflow: hidden;}


/*正文文章样式*/
.single_title{font-size:30px;font-weight: 700; text-align:center; color:#000 ;padding-bottom:25px; margin-top:50px;}
.single_add{color:#A0A0A0;text-align:center; margin-bottom:50px; padding-bottom:30px;border-bottom:#eee solid 1px;}

/*正文定义*/
#article-lsf {line-height:28px; font-size:16px; margin-top:30px;}
#article-lsf h2{margin-bottom:15px;}
#article-lsf p{margin-bottom:15px;}
#article-lsf img{max-width: 100%; margin-top:15px;}
#article-lsf table{border-collapse: collapse; width:100%; border:#aaa solid 1px;}
#article-lsf table th{padding:10px; border:#aaa solid 1px;}
#article-lsf table td{padding:10px; border:#aaa solid 1px;}
#article-lsf table td p{ margin-bottom:0px;}

.pre_next{margin-top:40px; border-top:1px solid #e7e7e4; position:relative; overflow:hidden; padding:20px 0; }
.pre_next span{ display: block; margin:10px 0; }


/*分页样式开始*/
.turnover {text-align:center;margin-bottom:30px; font-size:16px;padding-top:30px;}
.turnover a, .turnover .current, .turnover .disabled{display:inline-block;height:50px;line-height:50px;padding:0 20px;margin-left:2px;text-align:center;}
.turnover a, .turnover .disabled {background:#fff;border:1px solid #eee;text-decoration:none; color:#333;}
.turnover a:hover, .turnover .current {border:1px solid #008cd7;background:#008cd7;color:#fff;  }
.turnover .disabled{ color:#999;}

.footer-mb-div,
.footer-mb{ display:none;}

@media screen and (max-width:768px) {	
	/*地图*/
	#allmap{ height:300px;}

	/*正文文章样式*/
	.single_title{font-size:1.25rem;}
	.single_add{margin-bottom:20px; padding-bottom:15px;}

	/*正文定义*/
	#article-lsf {line-height:28px; font-size:0.9rem; padding:0 0px; text-align:justify;}
	#article-lsf img{width: 100%;}
	#article-lsf p{margin-bottom:10px;}
	#article-lsf table th{padding:5px;}
	#article-lsf table td{padding:5px;}

	.pre_next{margin-top:20px; padding:15px 0; font-size:0.9rem }
	.pre_next span{ display: block; float: none; margin:10px 0;}
	.pre_next span:last-child{ float: none;}
	
	/*分页样式开始*/
	.turnover {font-size:0.85rem;margin-bottom:20px; padding-top:15px;}
	.turnover .fy{ display:none;}
	
	.footer-mb-div{ width:100%; height:60px; display:block;}
	.footer-mb{ display: block; position:fixed; left:0; right:0; bottom:0; width:100%; height:60px; background:#007cc2;}
	.footer-mb li{ float:left; width:25%; text-align:center; padding:8px 0 10px 0; font-size:0.8rem; position:relative;}
	.footer-mb li:after{ content:''; position:absolute; top:0; right:0px; height:100%; width:1px; background:rgba(255,255,255,0.15)}
	.footer-mb li i{ font-size:22px; color:#fff; margin-bottom:3px;}
	.footer-mb li a{ color:#fff;}
}