
body{overflow-x:hidden;}
/* NAV */
#nav{width:1920px;height:100px;position:fixed;top:0;left:50%;transform:translateX(-50%);/* margin:0 auto;*/
background-color:rgba(0,0,0,.5);z-index:3;}
.nav-logo{width:220px;height:70px;left:240px;position:absolute;top:50%;transform:translateY(-50%);}
#nav ul{position:absolute;left:770px;top:50%;transform:translateY(-50%);}
#nav li{margin:auto 30px;float:left;font-size:16px;line-height:20px;color:#FFFFFF;}
#nav .center{color:yellow;}
a:hover {color:#facf00;text-decoration:none;}
/* NAV end */
.banner-text{width:860px;text-align:center;color:#FFFFFF;margin: 290px auto;padding: 50px 0;}
.banner-text h1{font-size: 60px;font-weight:bold;line-height:100px;}
.banner-text h2{font-size:44px;font-weight:bold;line-height:75px;}
.banner-text p{font-size:14px;line-height:30px;}
.banner-text a{font-size:14px;line-height:30px;color: #ffffff;}
.banner-text-btn{width:100px;height:30px;line-height:30px;color:#FFFFFF;background:none;border:1px solid #FFFFFF;border-radius:5px;
	 display: block;margin: 40px auto;}

.banner-text-btn:hover{transform: scale(1.1);-moz-box-shadow:0px 5px 20px #333333; -webkit-box-shadow:0px 5px 20px #333333; box-shadow:0px 5px 20px #333333;
	background-color: #facf00;color: #000;}

/* 服务 */
.service{width: 100%;height:900px;margin:0 auto;background-image:url(../img/Advantage.jpg);}
.title-text{width:700px;height:190px;margin:0 auto;padding-top:60px;text-align:center;font-family:auto;}
.title-text h1{font-size:40px;color:#999999;font-weight:500;display: none;}
.title-text h2{font-size:50px;line-height:60px;font-family: "Noto Sans SC";font-weight: 500;}
.title-text p{font-size:14px;line-height:20px;color:#999999;}
/* 手风琴 */
.accordion{width:100%;max-width:1440px;min-width:320px;height:566px;margin:0 auto;text-align:left;}
.accordion-item{width:134px;height:566px;float:left;overflow:hidden;position:relative;background-position:right;background-position: center;/* background-size: 100% auto; */background-size:100% atuo;}
.accordion-item-show{width:1168px;animation:mymove 0.4s infinite;-webkit-animation:mymove 0.4s infinite;animation-iteration-count:1;}
@keyframes mymove{from{width:134px;}
to{width:1168px;}
}
.accordion-left{width:134px;height:566px;background-color:#cdcecf;border-right:1px solid #999;box-sizing:border-box;position:absolute;left:0;}
.accordion-left-icon{position:absolute;bottom:52px;left:50%;transform:translateX(-50%);}
.accordion-left-c{background-color:#008cd6;}
.accordion-left-logo{width:30px;height:40px;margin:30px auto;}
.accordion-left p{font-size:35px;margin:30px auto;overflow-wrap:anywhere;text-align:center;}
.accordion-item:nth-child(4) .accordion-left{border:none;}
.accordion-right{width:1035px;height:110px;box-sizing:border-box;background-color:rgba(0,0,0,.5);position:absolute;bottom:0px;left:134px;padding:33px;}
.accordion-right p{width:900px;height:30px;color:#FFFFFF;float:left;font-size: 18px;}
.accordion-next{width:45px;height:45px;float:right}
/* 手风琴end */
/* 服务end */
/* 关于我们 */
.index-about{width: 100%;height: 878px;margin:0 auto;background-image:url(../img/index-about.jpg);position:relative;background-position: center;}
.index-about p{width:640px;font-size:16px;line-height:30px;color:#FFFFFF;/* position:absolute;bottom:250px;right:228px; */text-align:left;}
.index-about a{width:100px;height:30px;display: block;text-align: center;border:#fff solid 1px;background:none;margin-top:100px;/* position:absolute; *//* right:770px; *//* bottom: 0px; */color:#FFFFFF;font-size:14px;line-height:30px;}
.index-about a:hover{-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;
                    margin-top:98px;background-color: #ffffff;color: #008cd7;}
.index-about a span{line-height: 30px;}
.index-about-right{width: 50%;float: right;}
.index-about-right p{width: 80%; margin-top: 200px;padding: 10%;
}
/* 关于我们end */
/* Advantage */
.Advantage{width:100%;/* height:900px; */margin:0 auto;box-sizing:border-box;background-image:url(../img/Advantage.jpg);padding-top:70px;/* padding:70px 240px 0 240px;*/background-size: auto 100%;}
.Advantage-con{width:1440px;/* height:550px; */margin:0 auto;display: flex;justify-items: center;align-items: center;justify-content: center;flex-wrap: wrap;}
.Advantage-item{
              width: 480px;
              height:440px;
              float:left;
              box-sizing:border-box;
              text-align:center;
              position: relative;
              bottom: 0px;
              transition: 0.5s ease-in;
              border-bottom: 0px solid rgba(0,0,0,.0);
              border-radius: 20px;
              }
.Advantage-item:hover{border-bottom: 5px solid yellow;background-color: rgba(0,0,0,.5);bottom: 10px;
          background-image: url(../img/Advantage-item.jpg);background-size: 100% 100%; background-repeat: no-repeat;}
.Advantage-item:hover h1{color: #FFFFFF;}
.Advantage-item:hover p{color: #FFFFFF;}
.Advantage-item:hover a{color: #FFFFFF;border: #fff 1px solid;}
.Advantage-icon{width:106px;height:106px;margin:40px auto;background-repeat: no-repeat;}
.Advantage-icon1{background-image: url(../img/Advantage1.png);}
.Advantage-icon2{background-image: url(../img/Advantage2.png);}
.Advantage-icon3{background-image: url(../img/Advantage3.png);}
.Advantage-icon4{background-image: url(../img/Advantage4.png);}
.Advantage-icon5{background-image: url(../img/Advantage5.png);}
.Advantage-icon6{background-image: url(../img/Advantage6.png);}
.Advantage-item:hover .Advantage-icon1{background-image: url(../img/Advantage1-hover.png);}
.Advantage-item:hover .Advantage-icon2{background-image: url(../img/Advantage2-hover.png);}
.Advantage-item:hover .Advantage-icon3{background-image: url(../img/Advantage3-hover.png);}
.Advantage-item:hover .Advantage-icon4{background-image: url(../img/Advantage4-hover.png);}
.Advantage-item:hover .Advantage-icon5{background-image: url(../img/Advantage5-hover.png);}
.Advantage-item:hover .Advantage-icon6{background-image: url(../img/Advantage6-hover.png);}

.Advantage-item h1{font-size:25px;font-weight:500;}
.Advantage-item p{width:294px;margin:30px auto;line-height:30px;color:#666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.Advantage-item a{width:95px;height:30px;display: block;text-align: center;margin: 0 auto;line-height: 30px;font-size:14px;background:none;border:#666 solid 1px;color:#666666;}
.Advantage-item a:hover{background-color: #facf00;color: #000;}
/* Advantage end */
/* news */
.big-index-news{
	width: 100%;
}
.index-news{width:1440px;height: 780px;margin:0 auto;}
.index-news-left{width:900px;height: 780px;/* background-color:pink;*/float:left;text-align:left;}
.index-news-left-h1{font-size:50px;color:#008cd6;font-family:"微软雅黑";margin-top:100px;}
.index-news-left-h2{font-size:23px;font-family:"微软雅黑";font-weight:500;display: none;}
.index-news-major{width:900px;height:264px;margin-top:70px;box-sizing:border-box;}
.index-news-left .index-news-major .major-img{width:398px;height:264px;float:left;}
.index-news-left .index-news-major .major-text{width:500px;height:264px;padding-left:30px;float:left;box-sizing:border-box;}
.index-news-left .index-news-major .major-text h1{font-size:24px;line-height:40px;font-weight:bold;}
.index-news-left .index-news-major .major-text h2{font-size:14px;font-family:"microsoft yahei";margin-top:24px;line-height:22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;}
.index-news-left .index-news-major .major-text p{font-size:14px;font-family:"microsoft yahei";margin-top:18px;color:#008cd6;}
.index-news-icon{width:900px;height:220px;margin-top:38px;}
.index-news-item{width:415px;height:50px;float:left;font-size:15px;font-weight:500px;font-family:"microsoft yahei";border-bottom:1px dashed #ccc;line-height:50px;}


.index-news-item:nth-child(2n){margin-left:70px;}
.index-news-item span{font-size:18px;color:#999999;font-family:"宋体";float:right;width: 16%;display: inline-block;position: absolute;right: 0;top: 0;}
.index-news-item a{width: 100%;display: inline-block;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;    padding-right: 70px;
    box-sizing: border-box;}
.index-news-right{width:540px;height: 780px;float:right;text-align:left;}
.index-news-right-title{width:490px;height:90px;position:relative;line-height:90px;font-size:24px;padding-left:40px;margin-top:130px;}
.index-news-right-title img{width:28px;height:28px;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.QA{width:476pa;height: 500px;overflow-y:scroll;box-sizing:border-box;padding:0 40px;}
.QAitem{width:435px;height:147px;border-radius:5px;border:1px solid #ccc;margin-bottom:20px;padding:20px;box-sizing:border-box;}
.Qitem{width:auto;height:50px;font-size:20px;position:relative;padding-left:60px;line-height:50px;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.Aitem{width:340px;height:50px;font-size:16px;color:#666;position:relative;padding-top:12px;padding-left:60px;line-height:24px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.Qitem img,.Aitem img{width:28px;height:28px;position:absolute;top:10px;left:10px;}
.QAitem:last-child{margin-bottom:0;}
/* 定义滚动条样式 */
::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(240,240,240,1);}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{box-shadow:inset 0 0 0px rgba(240,240,240,.5);border-radius:10px;background-color:rgba(240,240,240,.5);}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 0px rgba(240,240,240,.5);background-color:#1987c7;}
/* news end */
/* 合作伙伴 */
.partners{width: 100%;height:430px;background-color:#f1f7ff;padding-bottom: 50px;margin:0 auto;margin-bottom:-60px;}
.partners-con{width: 1280px;height: auto;margin:0 auto;}
.partners-con img{display:block;width: 190px;height: auto;/* height:90px; */float:left;margin: 0 11px;}
/* 合作伙伴end */
/* fooyer */
#footer{width: 100%;height:560px;margin:0 auto;/* background-color:#f1f7ff; */background-image:url(../img/footer.png);}
#footer .footer-con{width: 1440px;height:300px;margin:0 auto;padding-top:180px;}
#footer .footer-con .footer-con-left{width: 560px;float:left;text-align:left;}
#footer .footer-con .footer-con-left p{line-height:34px;font-size:18px;color:#999999;}
#footer .footer-con .footer-con-left img{width:220px;height:70px;margin-bottom:46px;}
#footer .footer-con .footer-con-center{width:464px;height:280px;float:left;margin-top:10px;}
#footer .footer-con .footer-con-center ul{width: 160px;height:280px;float:left;}
#footer .footer-con .footer-con-center li{font-size:18px;height:36px;}
#footer .footer-con .footer-con-center a{font-size:18px;color:#999999;height:36px;}
#footer .footer-con .footer-con-center a:hover{color:#facf00;}
#footer .footer-con .footer-con-center .title{font-size:20px;color:#FFFFFF;padding-bottom:46px;}
#footer .footer-con .footer-con-right{width: 400px;float: left;/* background-color: #facf00; */}
#footer .footer-con .footer-ewm{width:200px;height:188px;float:right;}
#footer .footer-con .footer-con-right img{width:132px;height:132px;}
#footer .footer-con .footer-con-right p{display:block;font-size:18px;color:#999999;line-height:50px;}
.copyright{font-family:"microsoft yahei";height: 80px;border-top:0.5px solid #363636;color:#999999;text-align:center;line-height: 80px;/* padding: 26px; */}
.copyright a{color: #999999;}
/*-- 首页以外 ---------------------------------------------------------------------------------------------- */

/*-------- 服务 -------*/
.service-banner{width:100%;max-width: 1920px;max-height: 600px;overflow: hidden;}
.mainbox{width:1440px;margin:0 auto;}
.overseas-big{display: flex;align-items: center;justify-items: center;}
.overseas{width: max-content;margin: 0 auto;background: rgba(0,0,0,0.7);border-radius: 30px;padding-top: 30px;margin-bottom: 70px;}
.overseas-left{width:720px;height:auto;float:left;text-align:left;/* font-weight: 600; */padding: 20px;box-sizing: border-box;/* display: flex; *//* align-items: center; */}
.overseas-left p{font-size:18px;line-height:36px;font-family:inherit;color: #fff;}
.overseas-left b{font-size:16px;line-height:36px;}
.overseas-right{width:636px;float:right;}
.express{width:100%;height:690px;background-image:url(../img/express-bg.png);padding:125px 0;box-sizing:border-box;background-size: auto 100%;}
.express-text{width:100%;height:440px;box-sizing:border-box;padding:0 55px;background-color:rgba(0,140,214,.7);border-radius:30px;}
.express-text p{font-size:18px;line-height:36px;color:#ffffff;}
.express .title-text{height:160px;color:#ffffff;}
.express .title-text h1{color:#d1d1d1;}

.body-bg, .body-bg1, .body-bg2, .body-bg3 , .body-bg4, .body-bg5, .body-bg6{
	width: 100%;margin-bottom: -80px;padding-bottom: 80px;padding-top: 100px;background-size: 1920px 100%;background-repeat: no-repeat;background-position: center;
}
.body-bg{background-image: url(../img/service-bg1.jpg);}
.body-bg2{background-image: url(../img/service-bg2.jpg);}
.body-bg3{background-image: url(../img/service-bg3.jpg);}
.body-bg4{background-image: url(../img/service-bg4.jpg);}
.body-bg5{background-image: url(../img/service-bg5.jpg);}
.body-bg6{background-image: url(../img/service-bg6.jpg);}

/* ----------------- */

/*------- 联系我们 -------- */
.contact{width:1200px;margin:0 auto;}
.contact-item{width:330px;height:380px;margin:0 35px;box-sizing:border-box;float:left;border-radius:30px;border:1px solid #ccc;margin-bottom:70px;position: relative;bottom: 0px;}
.contact .contact-item:hover{border:1px solid #008cd6;position: relative;bottom: 10px;transition: ease 1s;}
.contact-img{width:68px;height:80px;margin:75px auto;/* margin-bottom:60px;*/
 background-size:68px auto;background-position:bottom;background-repeat:no-repeat;}
.contact-text{background-image:url(../img/contact-item-broder.png);background-repeat:no-repeat;background-position:top;width:250px;margin:0 auto;padding-top:20px;}
.contact-text p{font-size:16px;line-height:30px;padding-bottom:10px;font-family:Arial;color:#000000;font-weight: bold;}
/*------------------------ */
.news{width:1440px;margin:0 auto;}
.news-item{width:1440px;height:194px;padding:18px 10px;box-sizing:border-box;border:1px dashed #ccc;font-family:"Noto Sans SC";font-weight:500;}
.news-item-img{width:175px;height:160px;float:left;}
.news-item-center{width:950px;text-align:left;float:left;padding:20px;box-sizing:border-box;}
.news-item-center h2{font-size:24px;line-height:36px;margin-bottom:10px;/* color: #c30505; */    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.news-item-center p{font-size:14px;line-height:24px;color:#666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.news-item-time{width:120px;float:right;font-size:16px;line-height:160px;text-align:center;color:#888888;}
.news-page{display:flex;height:40px;margin:42px auto 72px;justify-content:center;}
.news-page-item{width:50px;height:40px;line-height:40px;margin:0 7px;font-size:14px;border:#666666 1px solid;color: #8d9193;}
.news-page-active, .news-page-item:hover{background-color: #8d9193;color:#ffffff;border: 1px solid #8d9193;}
.news-content{width: 96%;max-width: 1440px;margin: 0 auto;text-align: left;}
.news-content-title{padding-top: 100px;padding-bottom: 50px;}
.news-content-title h2{font-size: 30px;line-height: 38px;}
.news-content-title h3{font-size: 16px;line-height: 38px;padding-top: 20px;}
.news-content-body p{font-size: 16px;line-height: 38px;padding-top: 20px;color: #555555;}
.news-content-body b{font-size: 16px;line-height: 38px;padding-top: 20px;color: #333333;}
.news-content-body{border-bottom: 1px solid #d7d7d7;border-top: 1px solid #d7d7d7;padding-top: 30px;padding-bottom: 70px;margin-bottom: 70px;}
.news-content-pages{margin-bottom: 200px;}
.news-content-pageBt p{font-size: 18px;line-height: 0px;padding: 15px 0;float: left;display:inline-block;width: 80px;}
.news-content-pageBt a{font-size: 16px;line-height: 28px;float: left;display:inline-block;width: 80%;}


/* ------------------------ */
/* 关于我们 */
.about{width:1440px;margin:0 auto;background-image:url(../img/about-bg.png);background-position:right;background-size:auto 100%;background-repeat:no-repeat;}
.about-img{
 width:670px;
 height:520px;
 float:left;
 position:relative;
 padding:45px 0;
 /* margin-right:-1px;*/
 right:-3px;
 overflow: hidden;
 }
.about-text{width:770px;height:613px;float:left;padding:110px 34px;box-sizing:border-box;color:#ffffff;background: #008cd6;}
.about-text p{text-align:left;font-size:17px;line-height:36px;font-family:"Noto Sans SC";}
.quali{width:1440px;margin:0 auto;}
.quali-item{width:25%;float:left;margin-bottom:50px;}
.quali-item-img{display:flex;justify-content:center;}
.quali-item-img img{width:60px;display:-webkit-inline-box;/* color: #008cd6; */}
.quali-item-img span{font-size:38px;line-height:64px;padding-left:20px;color:#555;font-family:"Noto Sans SC";font-weight:600;}
.quali-item-img span::after{content:'+';}
.quali-item p{font-size:18px;font-family:"Noto Sans SC";line-height:70px;}
.big-process{
    width: 100%;
    background-image: url(../img/about-history-bg.jpg);
    background-size: auto 100%;
    padding-bottom: 100px;
    margin-bottom: -80px;
}
.big-process .title-text h1,
.big-process .title-text h2{
	color: #ffffff;
}
.process{margin:0 auto;width:1440px;margin-bottom:90px;}
.process-img1{display: block;}
.process-img2{display: none;}
/* ----------------------------------- */
/* 我们的优势 */
.superior{width:1440px;height: 838px;margin:0 auto;background-image:url(../img/superior.png);margin-bottom:85px;position:relative;}
.superior-item{width:460px;height:auto;position:absolute;text-align:left;padding-left:40px;box-sizing:border-box;border-bottom: 1px solid #68676a;padding-bottom: 24px;}
.superior-icon{width: 15px;height: 15px;position: absolute;right: -4px;bottom: -7px;}
.superior-img{width:32px;position:absolute;top:10px;left:0;}
.superior-item h2{font-size:24px;line-height:50px;font-family:"Noto Sans SC";font-weight:600;}
.superior-item p{font-size:16px;line-height:28px;font-family:"Noto Sans SC";color:#666666;}
.superior-item:nth-child(1){top:-10px;left:0;}
.superior-item:nth-child(2){top:94px;right:10px;}
.superior-item:nth-child(3){bottom: 393px;left:0;}
.superior-item:nth-child(4){bottom: 250px;right:59px;}
.superior-item:nth-child(5){bottom: 46px;left: 226px;}
.m-superior{display: none;}
/* --------------------------- */
/* 放置效果 */
.hovercase {
	position:relative;
	overflow:hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.hovercase:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: #5f5859;
	opacity:0;
	transform:translateX(-100%);
	transition:transform 0.5s ease-in-out 0s;
	z-index:-1;
}
.hovercase:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	/* background: #5f5859; */
	opacity:1;
	transform:translateX(100%);
	transition:transform 0.5s ease-in-out 0s;
	z-index:-1;
}

.hovercase:hover p{
  color: #ffffff;
}
.hovercase:hover h2 a{
  color: #ffffff;
}
.hovercase:hover .news-item-time{color: #ffffff;}
.hovercase:hover:before {
	opacity:1;
	transform:translateX(0px);
}
.hovercase:hover:after {
	opacity:0;
	transform:translateX(0%);
}
/* ------------------ */
#allmap{width: 1200px; height: 503px;margin: 0 auto;border-radius: 20px;}
@media screen and (max-width: 1200px) {	#allmap{width: 960px;height: 503px;} }
@media screen and (max-width: 970px) {	#allmap{width: 720px;height: 503px;margin-bottom: 50px;} }
@media screen and (max-width: 750px) {	#allmap{width: 80%;height: 320px;} }


.test-tab{
	margin: 50px auto;
	width: 100%;
	max-width: 1400px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 50px 0; */
}
.test-tab a:hover{color: #1698dc;}
.test-tab-item{
	padding: 14px 50px;
	font-size: 16px;
	margin: 20px 80px;
	border: #1698dc 1px solid;
	border-radius: 5px;
}
.test-tab-active,
.test-tab-item:hover{
	background-color: #1698dc;
	color: #FFFFFF;
}
.qa-all-item{
	margin-bottom: 5px;
}
.qa-all{
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}
.an-q{
	width: 100%;
	padding: 14px;
	position: relative;
	background: #1698dc;
	box-sizing: border-box;
}
.an-a{
	width: 100%;
	padding: 0 14px;
	height: 0;
	overflow: hidden;
}
.an-a-height{
	height: auto;
	transition: ease-in 3s;
}
.an-q-left,
.an-a-left{
	width: 30px;
	float: left;
}
.an-a-left{margin-top: 40px;}
.an-q-right{
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 56px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.an-q-off{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(0deg);
	transition: ease-in 0.3s;
}
.an-q-on{
	transform: translateY(-50%) rotate(90deg);
	transition: ease-in 0.3s;
}
.an-a-right{
	font-size: 15px;
	text-align: left;
	padding: 0 60px;
	line-height: 1.8;
	margin-bottom: 50px;
	margin-top: 40px;
}

@media screen and (max-width: 1400px){
	.qa-all{
		margin: 0 auto;
		width: 96%;
		max-width: 1200px;
	}
	.test-tab{
		width: 96%;
		max-width: 1200px;
	}
	.test-tab-item{
		padding: 14px 40px;
		font-size: 16px;
	}
}
@media screen and (max-width: 980px){
	.test-tab{
		width: 96%;
		max-width: 750px;
	}
	.test-tab-item{
		padding: 14px 50px;
		margin: 0 36px;
		font-size: 16px;
	}
}
@media screen and (max-width: 750px){
	.test-tab{
		width: 96%;
	}
	.test-tab-item{
		padding: 14px 20px;
		margin: 0 7px;
		font-size: 16px;
	}
}
.search{
	max-width: 1400px;
	width: 90%;
	margin: 50px auto;
}
.search h2{
	font-size: 30px;
	color: #000000;
	text-align: left;
	line-height: 60px;
	margin-bottom: 30px;
}
.search-con{}
.search-con a{}
.search-con p{
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px;
}





