
@font-face {
	font-family: 'HeldFTVBlack';
	src: url('../font/HeldFTVBlack.eot')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/HeldFTVBlack.eot*/;
	src: url('../font/HeldFTVBlack.woff')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/HeldFTVBlack.woff*/ format('woff'), url('../font/HeldFTVBlack.ttf')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/HeldFTVBlack.ttf*/ format('truetype'), url('https://www.uniseven.cn/Yourphp/Tpl/Home/Default/Public/fonts/HeldFTVBlack.svg')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/HeldFTVBlack.svg*/ format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica-Roman-SemiB';
	src: url('../font/Helvetica-Roman-SemiB.eot')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/Helvetica-Roman-SemiB.eot*/;
	src: url('../font/Helvetica-Roman-SemiB.woff')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/Helvetica-Roman-SemiB.woff*/ format('woff'), url('../font/Helvetica-Roman-SemiB.ttf')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/Helvetica-Roman-SemiB.ttf*/ format('truetype'), url('https://www.uniseven.cn/Yourphp/Tpl/Home/Default/Public/fonts/Helvetica-Roman-SemiB.svg')/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/fonts/Helvetica-Roman-SemiB.svg*/ format('svg');
	font-weight: normal;
	font-style: normal;
}
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 992px){
	html {
		font-size: 170% !important;
	}
}
@media only screen and (min-width: 1200px){
	html {
		font-size: 187.5% !important;
	}
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   color: #020202;
   font-family: "Microsoft Yahei";
   font-size:14px;
   line-height: 1.8em;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
a:hover{
	text-decoration: none;
	color: #0290DD;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
p{
	margin-bottom: 0px;
}
.w1200{
	max-width: 1200px;
	margin:0 auto;
}
/*header*/
.header{
	position: relative;
	background: #fff;
}
.company-logo{
	float: left;
	margin-top: 15px;
}
.header-nav{
	float: right;
	margin-bottom: 0px;
}
.header-nav li{
	float: left;
	margin-left: 1rem;
}
.menu{
	background: url(../image/menu.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/menu.png*/ center center no-repeat;
	width: 30px;
	height: 25px;
	float: right;
	display: none;
}
/*banner*/
.banner-box{
	width: 100%;
    position: relative;
}
.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    background-position: center;
    background-size: cover !important;
}
.swiper-slide>img{
	width: 100%;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
}
/*header*/
/*banner*/
.b-icon{
    display: inline-block;
    visibility: hidden;
}
@keyframes move-left{
	from{visibility: hidden;left:0;} 
	to{visibility:visible;left:50%;} 
}
@keyframes move-right{
	from{visibility: hidden;right:0%;} 
	to{visibility:visible;right:50%;} 
}
@keyframes scale{
	from{visibility: hidden;transform:scale(0,0);}
    to{visibility:visible;transform:scale(1,1); } 
}
@keyframes move-down{
	from{visibility: hidden;top:5%;}
    to{visibility:visible;top:30%;} 
}
@keyframes move-up{
	from{visibility: hidden;bottom:5%;}
    to{visibility:visible;bottom:22%;} 
}
.banner-more{
	text-align: center;
	position: absolute;
	bottom: 22%;
	width: 100%;
	left: 0px;
	visibility: hidden;
}
.banner-more a{
	display: inline-block;
	border:1px solid #fff;
	padding: 8px 1rem;
	margin-right: 4%;
	color: #fff;
	transition: All 0.4s ease-in-out;	
}
.banner-more a:hover{
	background: #F9F9F9;
	color: #000;
}
.swiper-slide-active .banner-more{
	animation:move-up 1.5s forwards 1.5s;
   -webkit-animation:move-up 1.5s forwards 1.5s;
   -moz-animation:move-up 1.5s forwards 1.5s;
   -o-animation:move-up 1.5s forwards 1.5s;
   -ms-animation:move-up 1.5s forwards 1.5s;
}
.b-icon{
	position: absolute;
	top: 50%;
	text-align: center;
}
.b-icon1{
	width: 90%;
    left: 50%;
	-webkit-transform:translateX(-54%)translateY(-50%);
    -moz-transform:translateX(-54%)translateY(-50%);
    -o-transform:translateX(-54%)translateY(-50%);
    -ms-transform:translateX(-54%)translateY(-50%);
    transform:translateX(-54%)translateY(-50%); 
}
.swiper-slide-active .b-icon1 img{
	animation:scale 1s forwards 0.5s;
   -webkit-animation:scale 1s forwards 0.5s;
   -moz-animation:scale 1s forwards 0.5s;
   -o-animation:scale 1s forwards 0.5s;
   -ms-animation:scale 1s forwards 0.5s;
}
.b-icon2{
    width:75%;
    left: 50%;
	-webkit-transform:translateX(-54%)translateY(-50%);
    -moz-transform:translateX(-54%)translateY(-50%);
    -o-transform:translateX(-54%)translateY(-50%);
    -ms-transform:translateX(-54%)translateY(-50%);
    transform:translateX(-54%)translateY(-50%);
}
.swiper-slide-active .b-icon2{
	animation:move-left 2s forwards 1s;
   -webkit-animation:move-left 2s forwards 1s;
   -moz-animation:move-left 2s forwards 1s;
   -o-animation:move-left 2s forwards 1s;
   -ms-animation:move-left 2s forwards 1s;
}
.b-icon3{
	right: 50%;
	-webkit-transform:translateX(46%)translateY(-50%);
	-moz-transform:translateX(46%)translateY(-50%);
	-o-transform:translateX(46%)translateY(-50%);
	-ms-transform:translateX(46%)translateY(-50%);
	transform:translateX(46%)translateY(-50%);
	width:70%;
    padding-top:2.5rem;
}
.swiper-slide-active .b-icon3{
	animation:move-right 2s forwards 1s;
   -webkit-animation:move-right 2s forwards 1s;
   -moz-animation:move-right 2s forwards 1s;
   -o-animation:move-right 2s forwards 1s;
   -ms-animation:move-right 2s forwards 1s;
}
.b-icon4{
	left: 50%;
	width: 22%;
	-webkit-transform:translateX(-54%)translateY(-50%);
    -moz-transform:translateX(-54%)translateY(-50%);
    -o-transform:translateX(-54%)translateY(-50%);
    -ms-transform:translateX(-54%)translateY(-50%);
    transform:translateX(-54%)translateY(-50%);
	max-width: 260px;
	z-index: 3;
	top: 30%;
}
.swiper-slide-active .b-icon4{
   animation:move-down 1s forwards 0s;
   -webkit-animation:move-down 1s forwards 0s;
   -moz-animation:move-down 1s forwards 0s;
   -o-animation:move-down 1s forwards 0s;
   -ms-animation:move-down 1s forwards 0s;
}
.item1{
	background: url(../image/item1bj.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/item1bj.png*/ center center no-repeat;
	background-size: cover;
	padding: 2.5rem 0px 3.5rem 0;
	overflow: hidden;
}
.item1 .container-fluid,.item2 .container-fluid,.item5 .container-fluid,.resources-box .container-fluid,
.about-item1 .container-fluid,.about-item3 .container-fluid,.about-item4 .container-fluid,
.contact .container-fluid,.dsp-item1 .container-fluid,.dsp-item3 .container-fluid
,.dsp-item5 .container-fluid,.positon-item .container-fluid,
.bottom-bar .container-fluid,.promotion-item .container-fluid,
.case-box2>.container-fluid,.web-item>.container-fluid{
	max-width: 1200px;
}
.item-top{
	text-align: center;
	max-width:420px;
	margin: 0 auto;
}
.item-top h1{
	text-transform: uppercase;
	font-family: 'Helvetica-Roman-SemiB';
	font-weight:900;
	font-size: 1.79rem;
	margin: 15px 0;
}
.item-top em{
	display: block;
	width: 60%;
	height: 4px;
	background: #FD0037;
}
.item-top p{
   font-family: "arial";
   color: #909090;
   font-size: 0.7rem;
   margin-bottom: 8px;
}
.item-top h3{
	margin-top: -8px;
}
.Service-list.row{
	margin-right: -40px;
	margin-left: -40px;
	margin-top: 1rem;
}
.Service-list li{
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 3rem;
}
.Service-list li a{
	color: #868686;
	display: block;
	position: relative;
}
.Service-list li h3{
	font-weight: 600;
	color: #000;
	font-size: 22px;
	margin: 1.5rem 0 1rem 0;
}
.Service-list li span{
	font-family: 'HeldFTVBlack';
	font-size: 4rem;
	color: rgba(35,37,42,0.07);
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.Service-list li p{
	line-height: 2.2em;
}
.Service-list li .info{
   min-height: 170px;
}
.Service-list li em{
	display: block;
	width: 100%;
	height: 2px;
	background: #E2E2E2;
}
.Service-list li a:before{
	content: "";
    width: 0;
    height:2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0.4s ease 0s;
	background: #EB0000;
}
.Service-list li a:hover:before{
	width: 100%;
}
.item2 .container-fluid{
	position: relative;
}
.item2{
	height: 480px;
	background: url(../image/item2bj.jpg)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/item2bj.jpg*/ center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.item2-block{
	background: #FD0037;
	padding: 4rem 1.5rem;
	max-width:400px;
	color: #fff;
	position: absolute;
	top: 174px;
	left: 0px;
}
.item2-block h2{
	font-weight: 600;
	line-height: 1.8em;
}
.item2-block em{
	display: block;
	width: 34px;
	height: 3px;
	background: #fff;
	margin:1.5rem 0;
}
.item2-block p{
	font-size: 16px;
}
.item3{
	background: url(../image/item3bj.jpg)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/item3bj.jpg*/ left center no-repeat;
	background-size:cover;
}
@keyframes mymove{
    from {
        box-shadow: 
        0 0 0 1px rgba(253,0,55,0.8)
    }
    to {
        box-shadow: 
        0 0 0 6px rgba(253,0,55,0.1)
    }
}
.youshi-box{
	width: 832px;
	height: 491px;
	background: url(../image/ball.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/ball.png*/ center center no-repeat;
	margin: 6.5rem auto 4.5rem auto;
	position: relative;
}
.youshi-box h3{
	max-width: 250px;
	text-align: center;
	color: #FD0037;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    line-height: 1.3em;
}

.youshi{
	position: absolute;
}
.youshi:before{
	content: "";
	width: 13px;
	height: 13px;
	background: #FD0037;
	box-shadow: 1px 1px 6px #fd0037,-1px -1px 6px #fd0037;
	border-radius: 100%;
	position: absolute;
	animation:mymove 1s infinite;
    -moz-animation:mymove 1s infinite; /* Firefox */
    -webkit-animation:mymove 1s infinite; /* Safari and Chrome */
    -o-animation:mymove 1s infinite; /* Opera */
}
.youshi1:before{
	top: -8px;
	right: -25px;
}
.youshi2:before{
	top: -16px;
	right: -3px;
}
.youshi3:before{
	top: 15px;
	left: -25px;
	display: block;
}
.youshi4:before{
	top: 60px;
	left: -82px;
}
.youshi5:before{
	top: -11px;
	left: -2px;
}
.youshi h4{
	color: #000;
	font-weight: 600;
}
.dsp-item2 .youshi-box h4{
	color: #fff;
}
.youshi3 h4,.youshi:hover h4{
	color: #fd0037;
}
.youshi:hover:before{
	display: block;
}
.youshi1{
	top:80px;
	left:-135px;
	text-align: right;
	max-width: 240px;
}
.youshi2{
	top:380px;
	left: -190px;
	max-width: 200px;
	text-align: right;
}
.youshi3{
	top:-17px;
	right: -40px;
	max-width: 225px;
}
.youshi4{
	top:130px;
	right: -145px;
	max-width: 285px;
}
.youshi5{
	top:410px;
	right: -190px;
	max-width: 200px;
}
.tel-youshi{
	display: none;
}
.tel-youshi li h4{
	font-weight: 600;
}
.tel-youshi li p{
	color: #606060;
	min-height: 75px;
}
.item4{
	background: #23252A;
	padding: 3rem 0;
}
.item4 .item-top{
	color: #fff;
}
.case-list.row{
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 2rem;
}
.case-list.row>li{
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 18px;
}
.case-list li a{
	display: block;
	overflow: hidden;	
}
.case-list li a .pic img{
	transition: All 0.4s ease-in-out;
	width: 100%;
}
.case-list li a:hover .pic img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.botton-box{
	min-height:25px;
	text-align: center;
	margin-top: 2.5rem;
}
.more-box{
	text-align: center;
	border-bottom: 2px solid #4C4D4F;
	width: 60%;
	height: 15px;
	display: inline-block;
	margin: 0px 15px;
}
.more-box a{
	display: inline-block;
	background: #23252A;
	padding: 0px 15px;
	margin-bottom: -18px;
	color: #606060;
}
.more-box img{
	vertical-align: middle;
	margin-right: 8px;
}
.swiper-button-next,.swiper-button-prev{
	display: inline-block;
	position: static;
	width: 19px;
	height: 8px;
}
.swiper-button-prev{
	background: url(../image/prev.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/prev.png*/;
}
.swiper-button-next{
	background: url(../image/next.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/next.png*/;
}
.bar{
	background: #FD0037;
	padding: 1.5rem 0;
	text-align: center;
	color: #fff;
}
.bar span{
	display: inline-block;
	padding: 12px 1.5rem;
	font-size: 16px;
}
.bar span b{
	display: block;
	font-family: 'HeldFTVBlack';
	font-size: 30px;
	margin-bottom: 10px;
}
.item5{
	padding: 3rem 0;
	overflow: hidden;
}
.item5 .item-top{
	margin-bottom: 2rem;
}
.id-aboutr .info{
	color: #666666;
	min-height: 190px;
}
.id-aboutr h3{
	margin-top: 2rem;
}
.more2{
	background: url(../image/more2.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/more2.png*/;
	width: 112px;
	height: 42px;
	display: block;
}
.footer-top{
	background: url(../image/footer-topbj.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/footer-topbj.png*/ right top no-repeat;
	background-size: cover;
}
.resources-box{
	background: #fff;
	padding: 3rem 0 3rem 0;
}
.resources-box .container-fluid{
	position: relative;
}
.resources-box .more{
	position: absolute;
	top: 20px;
	right: 19px;
	color: #333333;
	display: inline-block;
}
.resources-list{
	margin: 1.5rem 0 0rem 0;
}
.resources-list li{
	width: 16.74%;
	float: left;
	border:1px solid #F0F0F0;
	height: 105px;
	margin-bottom: -1px;
	margin-right: -1px;
	overflow: hidden;
	text-align: center;
}
.resources-list li:before{
	content: "";
	width: 0px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.resources-list li img{
   vertical-align: middle;
    max-width: 96%;
    --webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    max-width: 124px;
    max-height: 70px;
}
.resources-list li:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: normal;
}
.footer-box{
	background: #23252A;
	padding: 2rem 0;
	color: #939393;
}
.footer-list{
	min-height: 176px;
}
.footer-list a{
   display: block;
   color: #939393;
   margin-bottom: 5px;
}
.footer-bottom{
	background: #FFFFFF;
	padding: 18px 0;
	color: #707070;
	text-align: center;
}
/*banner-box*/
.banner{
	position: relative; 
}
.hudu{
	position: absolute;
	height: 60px;
	background: url(../image/hudu.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/hudu.png*/ center center no-repeat;
	left: 0px;
	bottom: -2px;
	width: 100%;
}
.banner-info{
	padding: 0px 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    max-width: 1200px;
    width: 100%;
    color: #fff;
    text-align: center;
}
@keyframes allmove{
    from {
        bottom: 3rem;
    }
    to {
        bottom: 2.5rem;
    }
}
.down{
	position: absolute;
	background: url(../image/down.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/down.png*/;
	width: 29px;
	height: 15px;
	left: 50%;
	bottom: 3rem;
	-webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    animation:allmove 1s infinite;
    -moz-animation:allmove 1s infinite; /* Firefox */
    -webkit-animation:allmove 1s infinite; /* Safari and Chrome */
    -o-animation:allmove 1s infinite; /* Opera */
    cursor: pointer;
}
.banner-info h1{
	margin-bottom:5px;
	margin-top: 0px;
	font-weight: 600;
}
.banner-info p{
	font-size: 16px;
}
.banner-text{
	margin-top: 2rem;
}
.banner-info em{
	width: 80px;
	height:4px;
	background:#fff;
	display: block;
	margin: 15px 0 10px 0;
}
.about-item1{
	padding: 2.5rem 0;
	background: #F9F9F9;
	overflow: hidden;
}
.about-item3{
	padding: 2.5rem 0 0.5rem 0;
	background: #23252A;
	overflow: hidden;
}
.about-title{
	text-align: center;
	margin-bottom: 1.5rem;
}
.about-title h3{
	color: #202226;
	margin-top: 0px;
	margin-bottom: 5px;
}
.about-title p{
	font-size: 14px;
	text-transform: uppercase;
	color: #fd0037;
}
.about-item1-r h3{
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}
.about-item1-r p{
	text-indent: 2em;
	color: #666;
	font-size: 15px;
}
.about-item2,.about-item4{
	padding: 2.5rem 0;
	overflow: hidden;
}
.team-list li>div{
	display: block;
	background: #fff;
	border-bottom: 2px solid #FD0037;
	box-shadow: 3px 6px 10px rgba(253,0,55,0.12),-3px -3px 10px rgba(253,0,55,0.12);
	text-align: center;
	margin-bottom: 2rem;
}
.team-list li .info{
	padding: 20px 0;
}
.team-list li h4{
	margin:0px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.team-list li img{
	width: 100%;
}
.team-list li p,.choose-list li p{
	color: #666;
}
.choose-list li{
	margin: 1rem 0;
}
.choose-list li h4{
	margin-top: 18px;
}
.contact{
	padding-bottom: 3rem;
}
.contact-us{
	background: #fff;
	margin-top: -3rem;
	border-radius: 3px;	
	position: relative;
}
.contact-title{
	font-size:22px;
	color: #2c3e50;
	font-family: 'Akzidenz';
	text-transform: uppercase;
	margin-bottom: 35px;
}
.contact-us-l{
	background: #fff;
	width: 65%;
	float: left;
	border-radius: 3px 0px 0px 3px;
	padding: 30px 5%;
	box-shadow:0px 5px 20px rgba(3,0,0,0.1),-5px 0px 20px rgba(3,0,0,0.1); 
}
.contact-us-r{
	background: #e21843;
	width: 35%;
	float: right;
	border-radius: 0px 3px 3px 0px;
	padding: 30px 3%;
	color: #ecf0f1;
}
.contact-form p{
	color: #7f8c8d;
}
.contact-form>div{
	position: relative;
	margin-bottom: 25px;
}
.contact-form input{
	width: 100%;
	border:0px;
	border-bottom: 1px solid #CDD2D5;
	height: 25px;
}
.contact-form p{
	margin-bottom: 0px;
}
.contact-form textarea{
	width: 100%;
	border:1px solid #CDD2D5;
	border-radius: 3px;
	resize: vertical;
	min-height: 150px;
	padding: 5px;
}
.contact-form input[type=submit]{
	position: absolute;
	bottom: -41px;
	right: -40px;
	width: 91px;
	height: 91px;
	background: url(../image/submit-btn.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/submit-btn.png*/ center center no-repeat;
	border-bottom: 0px;
}
.contact-us-r>div{
	min-height: 30px;
	padding-left: 13%;
	font-size: 16px;
	margin-bottom: 44px;
}
.contact-us-r .contact-title{
	color: #fff;
	margin-bottom: 43px;
}
.contact-us-r .share{
	padding:20px 0 24px 0;
}
.contact-us-r .share a{
	display: inline-block;
	margin-right: 0.5rem;
}
.about-list{
	margin-top: 1.5rem;
}
.about-list li{
	float: left;
	width: 16.6666%;
	background: #23252A;
	height: 320px;
	color: #fff;
	background-size:cover!important;
}
.about-list li img{
	height:320px;
}
.about-list li:nth-child(2n){
	padding: 1.5rem 1rem;
}
.about-info{
	text-align: center;
}
.dsp-item1{
	padding: 2rem 0 0rem 0;
	position: relative;
	overflow: hidden;
}
.dsp-item1 h3{
	line-height: 1.5em;
}
.precise-l p{
	color: #666;
	margin-bottom: 5px;
}
.precise-title{
	font-size: 24px;
	margin: 2rem 0px 0.5rem 0;
	font-family: '宋体';
}
.precise-type{
	border-bottom: 2px solid #DFE0E0;
	max-width: 430px;
	margin: 0 auto;
	font-size: 0;
}
.precise-type span{
	display: inline-block;
	font-size: 17px;
	margin-bottom: -2px;
	width: 33.333%;
	text-align: center;
	cursor: pointer;
	padding-bottom: 10px;
}
.precise-type span.active,.precise-type span:hover{
	border-bottom: 3px solid #FD0037;
}
.precise-info{
	position:relative;
	max-width: 430px;
	margin: 0 auto;
	height: 60px;
   overflow: hidden;
   width: 100%;
}
.precise-info ul{
   position: absolute;
   left: 0px;
   top: 0px;
}
.precise-info ul li{
	text-align: center;
	float: left;
	color: #666;
	font-size: 15px;
	padding-top: 15px;
}
.precise-list{
	overflow:hidden;
}
.dsp-item2{
	background: url(../image/red.jpg)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/red.jpg*/ left bottom no-repeat;
	padding: 2rem 4%;
	overflow: hidden;
}
.dsp-item2 .container-fluid{
	background: url(../image/dsp-itembj.jpg)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/dsp-itembj.jpg*/ center bottom no-repeat;
	background-size: cover;
}
.dsp-item2 .youshi-box{
	color: #fff;
}
.dsp-item3{
	padding: 2rem 0 0rem 0;
	overflow: hidden;
}
.pt-list li>div{
	background: #F6F6F6;
	text-align: center;
	padding: 2rem 0.5rem;
}
.pt-list li h4{
	font-weight: 500;
	margin:0.8rem 0 0 0;
}
.pt-list li p{
   color: #606060;
   margin-top: 10px;
   min-height: 50px;
}
.dsp-item4{
	background: url(../image/dsp-item4bj.jpg)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/dsp-item4bj.jpg*/ center top no-repeat;
	padding: 2rem 0;
	background-size: cover;
}
.pc-box{
	background: rgba(253,0,55,0.95);
	padding: 2rem 0;
}
.media-services{
	max-width: 1170px;
	margin: 0px auto;
}
.media-services h4{
	font-size: 16px;
	font-weight: 600;
}
.pc-services{
	color: #fff;
}
.media-services .resources-list{
	background: #fff;
	margin-bottom:35px;
}
.sj-box{
	padding: 2rem 0 1rem 0;
}
.media-services .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: -5px;
}
.media-services  .swiper-pagination-bullet,.effect .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.effect .swiper-pagination-bullet{
	border:1px solid #FD0037;
}
.dsp-item5{
	padding: 2rem 0;
	overflow: hidden;
}
.dsp-item5 img{
	max-height: 515px;
	float: right;
}
.effect-r h5{
	color: #999;
	font-size: 18px;
	margin-top: 2rem;
}
.effect-title{
	font-weight: 500;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.effect-title em{
	color: #FD0037;
	line-height: 1.8em;
}
.effect-description p{
	font-size: 15px;
	margin-bottom: 5px;
}
.effect-description p:before{
    display: inline-block;
    content: '|';
    margin-right: 8px;
}
.ad-more{
	color: #fff;
	display: inline-block;
	background: #23252A;
    padding: 10px 15px;
    min-width: 120px;
    text-align: center;
    margin-top: 2rem;
}
.ad-more:hover{
	color: #fff;
	background: #FD0037;
}
.effect{
	padding-bottom: 2rem;
}
.precise-pic{
	display: none;
}
.positon-item1,.positon-item3{
	background: #F9F9F9;
}
.positon-item{
	padding: 2rem 0;
}
.base-list li a{
	display: block;
	color: #202226;
	padding-left: 50px;
	position: relative;
	margin-top:1.8rem;
}
.base-list li a:before{
	position: absolute;
	content: "";
	width: 38px;
	height: 42px;
	left: 0px;
	top: 0px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../image/icon-all.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/icon-all.png*/;
}
.base-list li.list1 a:before{
   background-position: 0px 0;
}
.base-list li.list2 a:before{
   background-position: -38px 0;
}
.base-list li.list3 a:before{
   background-position:-78px 0;
}
.base-list li.list4 a:before{
   background-position:-121px 0;
}
.base-list li.list5 a:before{
   background-position:-165px 0;
}
.base-list li.list6 a:before{
   background-position:-205px 0;
}
.base-list li.list7 a:before{
   background-position:-246px 0;
}
.base-list li.list8 a:before{
   background-position:-288px 0;
}
.base-list li h4{
	font-weight: 600;
}
.base-list li p{
	color: #666;
}
.vertical-l h3,.orientation-r h3{
	text-align: left;
	margin: 1rem 0 1rem 0;
}
.case-banner{
	height: 350px;
}
.case-banner p{
	color: #9c9c9c;
}
.case-banner em{
	background: #fd0037;
	height: 2px;
}
.case-banner .banner-info{
	text-align: left;
}
.case-type{
	text-align: right;
	padding-top: 15px;
}
.case-type a{
	display: inline-block;
	color: #9c9c9c;
	border-left: 2px solid #9c9c9c;
	height: 16px;
	line-height: 16px;
	padding: 0px 10px;
}
.case-type a:first-child{
	border: 0;
}
.case-type a.on,.case-type a:hover{
	color: #fff;
}
.case-box{
	background: #F9F9F9;
	padding: 1.7rem 0;
}
.dsp-case.row{
	margin-top: 0px;
}
.dsp-case.row>li{
	margin-top: 0px;
	margin-bottom: 1.2rem;
}
.dsp-case li a{
	background: #fff;
	display: block;
	color: #000;
	border:1px solid #F9F9F9;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.dsp-case li .pic{
	overflow: hidden;
}
.dsp-case li .pic img{
	transition: All 0.3s ease-in-out;
	width: 100%;
}
.dsp-case li a:hover .pic img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.dsp-case li a:hover{
	border:1px solid #FF0000;
}
.dsp-case li p,.case-meta-title{
	color: #666666;
}
.dsp-case li .info{
	padding: 18px;
}
.dsp-case li h4{
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-item-ft{
	border-top: 1px dotted #DFDFDF;
	padding-top: 10px;
    margin-top: 13px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    font-size: 0px;
}
.case-meta{
    display: inline-block;
    font-size: 14px;
}
.case-item-ft>div:first-child{
    float: left;
}
.case-item-ft>div:last-child{
	float: right;
}
.case-meta-data{
	color: #000;
	font-size: 16px;
}
.case-meta-title img{
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
}
.case-box .ad-more{
	margin:0 auto;
}
.loading{
	text-align: center;
	color: #666;
	cursor: pointer;
}
.loading a{
	color: #aaa;
}
.loading a:hover{
	color: red;
}
.ad-type{
	font-size: 0;
}
.ad-type span{
	display: inline-block;
	border-radius: 3px;
	background: #E80435;
	padding: 2px 12px;
	margin: 10px 0.4rem;
	font-size: 14px;
}
.case-info-box{
	border-radius: 5px 5px 0 0;
}
.case-info-box .case-item-ft{
	padding: 1rem 0px;
	background: #E80435;
	border-radius: 5px 5px 0 0;
	border-top: 0;
	margin-top: 0;
}
.case-info-box .case-item-ft .case-meta{
	float: none;
	width: 33.3333%;
}
.case-info-box .case-meta-data,.case-info-box .case-meta-title{
   color: #fff;
   font-size: 15px;
}
.case-info-box .case-meta-data{
	font-size: 18px;
}
.case-info{
	padding: 1rem 2rem;
}
.case-info p{
	color: #666;
}
.case-link{
	border-top:1px solid #F1F0F0;
	margin-top: 1.2rem;
	margin-bottom: 0.5rem;
	padding-top: 10px;
}
.case-link a{
	font-size: 15px;
	color: #000;
}
.case-link a:hover{
	color: #E80435;
}
.web-nav {
	padding-bottom: 0.5rem;
}
.web-nav.row{
	margin-right: -10px;
	margin-left: -10px;
}
.web-nav.row>div{
	padding-right: 10px;
	padding-left: 10px;
}
.web-nav a{
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow:0 5px 15px rgba(0,0,0,0.15),0 -5px 15px rgba(0,0,0,0.1);
	margin-bottom: 15px;
	padding:0 1rem;
	line-height: 60px;
	color: #666666;
	font-size: 0.65rem;
}
.web-nav a.on,.web-nav a:hover{
	box-shadow:0 5px 20px rgba(255,0,0,0.18),0 -5px 20px rgba(255,0,0,0.18);
}
.web-nav a img{
	margin-right: 15px;
	width: 1.5rem;
}
/*底部*/
.bottom-bar{
	background: #fff;
	padding: 2rem 0;
}
.bottom-bar-title{
	margin-bottom: 1.5rem;
}
.bottom-bar-title em{
	display: block;
	width: 80px;
	height: 4px;
	background: #FF0F0F;
	margin: 0.8rem 0 0.5rem 0;
}
.bottom-bar-title p,.bottom-bar-r-info p{
	color: #666;
}
.bar-form>.row{
	margin-right: -8px;
	margin-left: -8px;
}
.bar-form>.row>div{
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 20px;
}
.bar-form input[type=submit]{
	border:0;
	background: #23252A;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 1rem;
}
.bar-form .form-control{
	border-radius: 0px;
	padding: 22px 12px;
	box-shadow: none;
}
.rexian{
	font-size: 45px;
	font-family: 'Helvetica-Roman-SemiB';
}
.bottom-bar-r-info{
	text-align: center;
}
.new{
	background: #f9f9f9;
	padding-bottom: 2rem;
	padding-top: 16px;
}
.new-top a{
	display: block;
	overflow: hidden;
	position: relative;
}
.new-top a .mark{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: url(../image/case_cover.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/case_cover.png*/ center top no-repeat;
	background-size: 100% auto;
	color: #fff;
	padding: 0.8rem 2.5% 0.5rem 2.5%;
}
.new-top a .mark h3{
	margin: 5px 0px 0.5rem 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new-top a img{
	width: 100%;
	transition: All 0.6s ease-in-out;
}
.new-top a:hover img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.new-top>.row{
	margin-right: -8px;
	margin-left: -8px;
}
.new-top>.row>div{
	padding-right: 8px;
	padding-left: 8px;
}
.new-info-box{
	background: #F9F9F9;
}
.new-info{
	background: #fff;
	padding:1.5rem 2rem;
	margin:15px 0 25px 0;
}
.new-info h3{
	color: #333;
	font-weight: 500;
}
.new-nav{
	padding: 1rem 0;
}
.new-nav h2{
	margin: 0px;
	text-align: left;
}
.new-nav a{
	display: inline-block;
	margin-left: 0.8rem;
	color: #000;
	font-size: 16px;
}
.new-nav a.on,.new-nav a:hover{
	color: #eb0000;
}
.new-list .text{
	height: 60px;
	overflow: hidden;
	color: #aaaaaa;
	line-height: 1.5em;
	padding: 5px 0;
}
.new-info-box{
	padding: 0.8rem 0  2rem 0;
}
.new-info-top{
	background: #F9F9F9;
	padding: 2rem 0;
	border-top:1px solid #E6E8EA;
	border-bottom:1px solid #E6E8EA;
	text-align: center;
}
.new-info-top h3{
	margin-top: 0px;
}
.new-info-top a{
	color: #666;
}
.new-info-share{
	margin-bottom: 15px;
}
.new-info-share span{
	display: inline-block;
	margin-right: 0.6rem;
	color: #666;
}
.new-info-share span img{
	margin-right: 5px;
}
.new-info-share b{
	font-size: 15px;
}
.new-info-share a{
	display: inline-block;
	margin-left: 5px;
}
.new-info-r{
	padding-top: 15px;
}
.new-info-r .new-top  a:first-child{
	margin-bottom: 16px;
}
.new-info-r h4{
	border-bottom: 1px solid #E6E8EA;
	padding-bottom: 15px;
	margin: 25px 0 20px 0;
}
.sides-new-list li{
	margin-bottom: 15px;
}
.sides-new-list li img{
	float: left;
	margin-right: 15px;
}
.sides-new-list li p{
	color: #666;
	max-height: 50px;
	overflow: hidden;
}
.promotion-item{
    padding: 2rem 0;
    overflow: hidden;
}
.promotion-l h4{
	color: #000;
	font-weight: 600;
	margin-top: 1rem;
}
.promotion-l p{
	color: #666;
}
.promotion-r p{
	color: #999;
	padding: 10px 1.5rem;
}
.promotion-r .pic-box{
	width: 100%;
	height: 489px;
    background: url(../image/promotionbj.jpg)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/promotionbj.jpg*/ center top no-repeat;
    padding: 35px 0px 10px 1px;
    background-size:100% 100%;
    overflow: hidden;
}
.pic-box .pic{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.promotion-item .about-info{
	margin-bottom: 1.5rem;
	color: #666;
}
.promotion-item1,.promotion-item3{
	background: #F9F9F9;
}
.zs-list li{
	text-align: center;
}
.zs-list li h4{
	margin: 20px 0 15px 0;
}
.zs-list li p{
	color: #999;
	height: 100px;
	overflow: hidden;
}
.sina-list li{
	float: left;
	text-align: center;
	width: 20%;
	margin-bottom: 20px;
}
.sina-list li h5{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 17px;
}
.promotion-case li a .info{
	text-align: center;
	padding: 22px 0;
}
.promotion-case li a:hover{
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
	box-shadow:0 15px 30px rgba(0,0,0,0.2);
	-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0);
	border:0;
}
.promotion-case li a{
	border:0;
}
.case-info2-item{
	background: #fff;
	border-radius: 5px;
	padding: 1rem 20px 1.5rem 20px;
	color: #666;
	margin-bottom: 20px;
}
.case-info2-item .title{
	font-size: 18px;
	font-weight: 600;
	border-left: 5px solid #FD0037;
	margin-left: -20px;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	margin-bottom: 1.2rem;
}
.case-info2-item .title2{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.company-info{
	margin-bottom: 0.5rem;
}
.company-info span{
	display: inline-block;
	margin-right: 1.5rem;
	margin-bottom: 10px;
}
.company-info span:last-child{
	margin-right: 0;
}
.company-info span img{
	margin-right: 10px;
}
.case-info2 .company-info span{
	background: #E0E0E0;
	border-radius: 5px;
	padding: 5px 15px;
}
.case-box>.container-fluid>h3{
	font-size: 20px;
	margin-top: 30px ;
	margin-bottom:15px;
}
.header2{
	background: #24252A;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #989898;
	padding:10px 15px;
	border-bottom: 1px solid #7D7D7E;
}
.header2 .container-fluid{
	padding:0;
	position: relative;
}
.logo3{
	border-right:1px solid #7D7D7E;
	display: inline-block;
	padding-right: 15px;
	float: left;
	margin-right: 15px;
}
.effect-pic-info{
	float: left;
}
.effect-pic-info span{
	display: inline-block;
	margin-right: 15px;
}
.effect-pic-info h5{
	color: #fff;
	margin-top:4px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.effect-pic-info span:last-child,.small-pic a:last-child{
	margin-right: 0px;
}
.header2-close{
	width: 20px;
	height: 20px;
	display: block;
	background: url(../image/header2-close.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/header2-close.png*/;
	position: absolute;
	right: 0px;
	top: 13px;
}
.small-pic{
	position: absolute;
	right: 50px;
	top: 10px;
	font-size: 0;
	border-right:1px solid #7D7D7E;
	padding-right: 15px;
}
.small-pic img{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0;
}
.small-pic a{
	display:inline-block;
	margin-right:15px;
	font-size: 14px;
	width: 70px;
	height: 60px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
    border-radius: 3px;
}
.small-pic a.on,.small-pic a:hover{
	border:2px solid #EF0000;
}
.big-pic-box{
	text-align: center;
	max-width: 1470px;
	margin: 20px auto;
	padding: 0px 15px;
}
.big-pic{
    box-shadow:10px 10px 30px rgba(0,0,0,0.3),-10px -10px 30px rgba(0,0,0,0.3);
}
.wyjz{
	display: block;
	padding: 10px;
	color: #fff;
	background: #989898;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 20px;
}
.wyjz:hover{
	background: #FD0037;
	color: #fff;
}
.love-box{
	text-align: center;
	color: #989898;
	margin-top: 20px;
}
.love{
	display: inline-block;
	width: 57px;
	height: 57px;
	background: url(../image/lovebj.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/lovebj.png*/;
	line-height: 57px;
	cursor: pointer;
}
.fix-btn{
	position: fixed;
	top: 45%;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: rgba(152,152,152,0.7);
    text-align: center;
    line-height: 36px;
}
.fix-btn a{
	display: block;
}
.fix-left{
	left: 3%;
}
.fix-right{
	right: 3%;
}
.web-type li{
	text-align: center;
}
.web-type li em{
	width: 4rem;
	height: 4rem;
	line-height: 3.8rem;
	border:3px solid #e8e8e8;
	display: inline-block;
	border-radius: 100%;
	transition: All 0.5s ease-in-out;
}
.web-type li:hover em{
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    border:5px solid #ccc;
}
.web-item h4{
   font-weight: 600;
   font-size: 16px;
   margin: 18px auto 8px auto;
   color: #333;
}
.web-type li h4{
	font-size: 18px;
}
.web-type li p{
	color: #999;
	text-transform: capitalize;
}
.web-item{
	padding: 2.5rem 0;
	overflow: hidden;
}
.web-item2,.web-item4{
	background: #F9F9F9;
}
.fwlc{
	background: url(../image/fwlc.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/fwlc.png*/ 1px top no-repeat;
	background-size: 100% auto;
	padding-top: 5.55rem;
}
.fwlc-list li{
	text-align: center;
}
.fwlc-list li>div{
	padding-top: 4.5rem;
	padding-bottom: 1rem;
}
.fwlc-list li:first-child>div{
	border-right:1px dotted #CACACA;
}
.fwlc-list li:last-child>div{
	border-left: 1px dotted #CACACA;
}
.fwlc-list li p{
	color: #999;
}
.fixed-left{
	position: fixed;
	left: 1%;
	bottom: 4%;
	text-align: center;
	z-index: 2;
	cursor: pointer;
}
.fixed-left em{
	width: 100px;
	height: 100px;
	background: #CCCCCC;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	border:2px solid #fff;
}
@keyframes hi{
	from{opacity: 0;}
	to{opacity: 1;}
}
.fixed-left .hi{
	position: absolute;
    right: -10px;
    top: -7px;
    animation:hi 1s linear infinite alternate;
    -moz-animation:hi 1s linear infinite alternate;
    -webkit-animation:hi 1s linear infinite alternate;
    -o-animation:hi 1s linear infinite alternate;
    width: 33px;
}
.fixed-left .kefu{
	width: 70px;
	margin-top: 2px;
	margin-right: 10px;
}
.fixed-bottom{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #615e5e;
	z-index: 2;
	height: 100px;
	color: #fff;
	padding-top: 20px;
	display: none;
}
.fixed-bottom  .kefu{
	margin-top: -70px;
	float: left;
	margin-right:1%;
}
.fixed-bottom span{
	display: inline-block;
	vertical-align: middle;
	margin-right:1.8%;
	font-size: 16px;
}
.fixed-bottom h3{
	margin-top: 3px;
}
.fixed-bottom p{
	font-size: 14px;
}
.fixed-bottom a{
	display: inline-block;
	color: #fff;
	margin-right:1.8%;
	vertical-align: middle;
}
.fixed-bottom form{
	display: inline-block;
	border:2px solid #fff;
	border-radius: 5px;
}
.fixed-bottom input[type=number]{
    width: 200px;
    border: 0px;
    background: none;
    height: 36px;
    padding-left: 10px;
    color: #fff;
}
.fixed-bottom input[type=submit]{
	color: #999999;
	border:0;
	background: #fff;
	padding: 0px 10px;
	height: 36px;
}
.bottom-close{
	float: right;
	cursor: pointer;
	margin-top: 13px;
	margin-right: 10px;
}
#top{
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: #989898;
	position: fixed;
	right: 2%;
	bottom: 30%;
	text-align: center;
	color: #fff;
	line-height: 36px;
	cursor: pointer;
	z-index: 99;
}
/*suspension*/
.lfooter{
	width: 100%;
	background-color: #000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 8px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
@media(max-width: 1450px){
	.fixed-bottom form{
		display: none;
	}
}
@media(min-width: 1200px){
	.header .container-fluid,.item4 .container-fluid,.footer-top>.container-fluid,
	.footer-box>.container-fluid,.dsp-item4>.container-fluid
	,.case-box>.container-fluid,.new>.container-fluid,
	.new-info-box>.container-fluid,.fixed-bottom>.container-fluid{
	   padding: 0px 4%;
    }
    .case-box2>.container-fluid{
		padding: 0px 15px;
	}
    .swiper-container1 .swiper-pagination-bullets{
    	left: auto;
    	right: 0px;
    	top: 0px;
    	width: 4%;
    	height: 100%;
    	background: #545454;
    	text-align: left;
    	padding: 0px 0.8%;
    	line-height: normal;
    	padding-top: 15%;
    }
    .swiper-container1 .swiper-pagination-bullet{
    	border-radius: 1px;
    	height: 5px;
    	margin:0 !important;
    	width: 20px;
    }
    .swiper-container1 .swiper-pagination-bullets span:first-of-type{
    	margin-top: 30% !important;
    }
    .swiper-container1 .swiper-pagination-bullet-active{
    	width: 100%;
    	background: #EB0000;
    }
    .footer-top{
    	padding-top:3.1vw;
    }
    .precise-l{
		padding-right:4rem;
	}
	.dsp-item1:before{
		content: "";
		width: 4%;
		height: 100px;
		position: absolute;
		display: block;
		right: 0px;
		top: 0px;
		background: #EB0000;
	}
	.new-top .col-lg-5 a:first-child{
		margin-bottom: 16px;
	}
	.new-lik{
		border:1px solid #E5E5E5;
		padding: 12px 15px;
	}
	.promotion-item .about-info{
		font-size: 15px;
	}
	.promotion-item1 .promotion-l{
		padding-top:2.2rem;
	}
} 
@media(max-width: 1200px){
	.b-icon1,.b-icon2,.b-icon4{
		-webkit-transform:translateX(-50%)translateY(-50%);
	    -moz-transform:translateX(-50%)translateY(-50%);
	    -o-transform:translateX(-50%)translateY(-50%);
	    -ms-transform:translateX(-50%)translateY(-50%);
	    transform:translateX(-50%)translateY(-50%); 
	}
	.b-icon3{
		-webkit-transform:translateX(50%)translateY(-50%);
	    -moz-transform:translateX(50%)translateY(-50%);
	    -o-transform:translateX(50%)translateY(-50%);
	    -ms-transform:translateX(50%)translateY(-50%);
	    transform:translateX(50%)translateY(-50%); 
	}
	.youshi-box{
		display: none;
	}
	.tel-youshi{
		display: block;
	}
	.dsp-item2 .tel-youshi li p,.dsp-item2 .tel-youshi li h4{
		color: #fff !important;
	}
	.pt-list li{
		margin-bottom:20px;
	}
	.pc-box{
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.new-lik a{
		display: block;
		float: left;
	}
	.fix-btn{
		display: none;
	}

}
@media(min-width: 992px) and (max-width: 1199px){
	.tel-youshi{
		margin: 10rem 0 3rem 0;
	}
	.dsp-item2 .tel-youshi{
		margin-top: 3.5rem;
	}
	.dsp-item2 .about-title{
        margin-bottom: 3.4rem;
	}
	.footer-top>.container-fluid{
		padding: 0 2%;
	}
	.footer-top{
    	padding-top:2.1vw;
    }
    .about-list li{
    	width: 33.33%;
    }
    .new-top .col-lg-5 a:first-child{
		margin-bottom: 10px;
	}
}
@media(min-width: 992px){
	.header-nav li a{
		color: #4c4c4c;
		line-height: 95px;
		display: block;
		position: relative;
		padding: 0px 10px;
		font-weight: 600;
	}
	.header-nav li:last-child a{
		padding-right: 0px;
	}
	.header-nav li a:before{
		content: "";
	    width: 0;
	    height:3px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		transition: all 0.35s ease 0s;
		background: #EB0000;
	}
	.header-nav li a:hover:before,.header-nav li.on a:before{
		width: 100%;
	}
	.bottom-bar-r{
		padding-left: 2rem;
	}
	.case-info p{
		font-size: 15px;
	}
	
}
@media(max-width: 991px){
	.header-nav{
		position: absolute;
		display: none;
		width: 100%;
		left: 0px;
		top: 100%;
		background: #000;
		z-index: 3;
		padding: 15px 0;
	}
	.header-nav li{
		display: block;
		float: none;
		padding: 5px 0;
	}
	.header-nav li a{
		color: #939393;
		font-weight: 600;
	}
	.header-nav li.on a{
		color: #FD0037;
	}
	.menu{
		margin-top: 30px;
		display: block;
	}
	.company-logo{
		margin: 10px 0;
	}
	.item2-block{
		left: 0px;
		top: 250px;
		width: 100%;
		max-width:100%;
		height: 420px;
	}
	.item2{
		height: 420px;
	}
	.tel-youshi{
		margin-top: 340px;
		margin-bottom: 70px;
	}
	.dsp-item2 .tel-youshi{
		margin-top: 5rem;
	}
	.resources-list li{
		width: 25.1%;
	}
	.contact-us{
		margin-top: 3rem;
	}
	.footer-top>.container-fluid{
		padding: 0px;
	}
	.case-info-box{
		margin-top: 0;
	}
	.case-banner{
		height: 300px;
	}
	.fwlc-list li>div{
		border:0px !important;
	}
	.web-item .ad-more{
		margin-bottom: 2rem;
	}
	.fixed-bottom span{
		display: none;
	}
	.fixed-bottom a{
       margin-top: 15px;
	}
}
@media(min-width: 768px){
   .lfooter{
   	display: none;
   }
   .vertical-r img,.orientation-l img{
       float: right;
       width: 311px;
	}
	.orientation-l img{
		float: left;
	}
	.new-nav{
		text-align: right;
	}
}
@media(max-width: 767px){
	h1{
		font-size: 22px;
	}
	h2,.contact-title{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	p{
		font-size: 14px;
	}
	.item-top em{
		width: 40%;
		margin-left: 7rem !important;
	}
	.item-top p{
		font-size: 14px;
	}
	.item-top h1{
		font-size: 29px;
	}
	.item-top h3{
		font-size: 16px;
	}
	.bar span{
		display: block;
	}
	.resources-list li{
		width: 33.5333%;
	}
	.footer-top>.container-fluid{
		padding: 0px;
	}
	.resources-box .more{
		position: static;
	}
	.footer-box,.web-type{
		display: none;
	}
	.footer-bottom{
		background: #FD0037;
		color: #fff;
	}
	body{
		padding-bottom: 70px;
	}
	.contact-us-l,.contact-us-r{
		width: 100%;
		border-radius: 0px;
	}
	.contact-us-r>div,.banner-info p{
		font-size: 14px;
	}
	.contact{
		overflow:hidden;
	}
	.about-list li{
    	width: 100%;
    }
    .about-list li:nth-child(2n){
    	padding: 2.5rem 1.5rem;
    }
    .banner-text,.down,.web-item1{
    	display: none;
    }
    .case-banner{
		height: 200px;
	}
	.case-info{
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.new-top a .mark{
		background: url(../image/case_cover.png)/*tpa=http://www.uniseven.com/Yourphp/Tpl/Home/Default/Public/images/case_cover.png*/ center center no-repeat;
		background-size: 100% auto;
	}
	.new-nav,.new-nav h2{
		text-align: center;
	}
	.new-nav a{
		margin-left: 0px;
		padding:5px 5px; 
		font-size: 14px;
	}
	.new-nav h2{
		font-size: 18px;
		margin-top: 5px;
	}
	.new-info-r,.logo3,.effect-pic-info em,.banner-more,.fixed-bottom,.fixed-left{
		display: none;
	}
	.case-link a{
		font-size: 14px;
	}
	.about-info{
		text-align: left;
	}
	.sina-list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.sina-list li:nth-child(2n){
		margin-right: 0;
	}
	.web-nav a{
		font-size: 1.35rem;
		line-height: 50px;
		padding: 0px 0.6rem;
	}
	.web-nav a img{
		width: 2rem;
	}
	.small-pic{
		position: static;
		border:0;
	}
	.small-pic a{
		margin-top: 10px;
	}
	.header2{
		border:0px;
		position: static;
	}
	.header2 .container-fluid{
		border-bottom: 1px solid #7D7D7E;
		padding-bottom: 10px;
	}
	.fwlc{
		min-height: 8rem;
	}
	.company-logo img{
		width: 11.5rem;
	}
}

@media(min-width: 768px) and (max-width: 992px){
	.about-list li{
    	width: 33.333%;
    }
    .new-nav h2{
		font-size: 24px;
	}
	.sina-list li{
		width: 33.33333%;
	}
}
@media(min-width:1200px) and (max-width: 1350px){
   
}
/*微信分享*/
.code-box {
	margin: 0 auto;
	position:absolute;
	top: 50%;
	left: 50%;
	padding: 20px 10px !important;
	box-shadow: 0 2px 10px #333;
	display: none;
	width:240px;
	background: #fff;
	border: solid 1px #d8d8d8;
	font-size: 12px;
	-webkit-transform:translateX(-50%)translateY(-50%);
	-moz-transform:translateX(-50%)translateY(-50%);
	-o-transform:translateX(-50%)translateY(-50%);
	-ms-transform:translateX(-50%)translateY(-50%);
	transform:translateX(-50%)translateY(-50%);
	z-index: 2;
	text-align: center;
}
.code-box i{
	color:#fff;
	position: absolute;
	right:-9px;
	top:-9px;
	display: inline-block;
	width:30px;
	height: 30px;
	border-radius: 100%;
	background: rgba(152,152,152,0.7);
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.code-box p{
	text-align: center;
	font-size: 12px;
	color: #7D7D7E;
}

