* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    background: #fff;
    width: 100%;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover{
   
	text-decoration: none;
}
html {
    font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/
}
body {
    font-size: 1.4rem;/*1.4 × 10px = 14px */
}
h1 {
    font-size: 2.4rem;/*2.4 × 10px = 24px*/
}
ul, ol, li {
    list-style-type: none;
    text-decoration: none;
}
.clear:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
    }

.clear{zoom:1;}
.headnav{
	position: fixed!important;
	background: rgba(80,80,80,0.3);
	padding-bottom: 0.5%;
}
.bg-darke {
    padding: 0 12%!important;
}
.navbar-nav {
    width: 100%;
    margin-left: 15%;
}
.nav-item {
    width: 16%;
    text-align: center;
    padding: 1.6% 0;
    font-size: 1.4rem;
}
.nav-item:hover {
    border-bottom: 0.4rem solid #fff;
}
.nav-link {
    color: #fff!important;
}
.banner1 {
    background: url("../images/banner1.png") no-repeat;
    left: 0%;
    width: 100%;
    background-size: cover;
    height: 700px;
}
.banner2 {
    background: url("../images/banner2.png") no-repeat;
    left: 0%;
    width: 100%;
    background-size: cover;
    height: 700px;
}
.banner3 {
    background: url("../images/banner3.png") no-repeat;
    left: 0%;
    width: 100%;
    background-size: cover;
    height: 700px;
}
.banner {
    width: 80%;
    margin: 0 auto;
    display: table;
    margin-top: 5%;
}
.bannerzi {
    float: left;
    width: 42%;
    margin-left: 3%;
    margin-top: 10%;
    animation: leftEaseInAnimate 2s ease 1; /*调用动画：动画名、时间、时间线条、播放次数*/
    animation-fill-mode: forwards;/*定义动画结束的状态*/
}
@keyframes leftEaseInAnimate {/*定义从下边滑入文字的动画*/
 0% {
transform: translateY(500px);
opacity: 0;
}
 100% {
transform:translateY(0px);
opacity: 1;
}
}
.bannerzi h1 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5rem;
}
.bannerzi p {
    width: 70%;
    font-size: 1.6rem;
    margin-top: 5%;
    color: #fff;
    line-height: 3rem;
}
.bannerimg {
    float: right;
    width: 50%;
    margin-right: 5%;
    animation: rightEaseInAnimate 2s ease 1; /*调用动画：动画名、时间、时间线条、播放次数*/
    animation-fill-mode: forwards;/*定义动画结束的状态*/
}
@keyframes rightEaseInAnimate {/*定义从右边滑入文字的动画*/
 0% {
transform: translateX(500px);
opacity: 0;
}
 100% {
transform:translateX(0px);
opacity: 1;
}
}
.bannerimg img {
    width: 100%;
    margin-right: 5%;
}
.new_index_banner_page {
    padding: 0px 50px 0px 40px;
    width: 420px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.6);
}
.new_index_banner_page i.banner_Next_btn {
    background-color: #d90000;
    background-image: url(../images/banner_left.png);
}
.zyanniu {
    background-color: rgba(255,255,255,0.6);
    width: 25%;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 7rem;
}
.count {
    position: absolute;
    left: 0;
    width: 180px;
    padding-left: 66px;
    font: bold 18px/80px 'gotham-medium';
    color: #666;
    display: inline-table;
}
.count .current {
    color: #222;
}
.count span {
    display: inline-block;
}
.controls {
    position: absolute;
    left: 50%;
}
.carousel-line {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 18px;
    display: block;
    width: 1px;
    height: 35px;
    background: #eee;
    opacity: .3;
}
/*头部结束*/

/*首页关于我们*/

.srabout {
    width: 70%;
    margin: 0 auto;
    margin-top: 4%;
}
.srabtop {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.srabda {
    width: 100%;
    letter-spacing: 0.1rem;
}
.srabda h1 {
    font-size: 6rem;
    color: #222;
    font-weight: bold;
	text-transform:uppercase;
}
.srabda h2 {
    width: 5%;
    height: 0.6rem;
    background: #db1613;
    margin: 0 auto;
    margin-top: 1.5%;
}
.srabda p {
    font-size: 2rem;
    line-height: 3rem;
    color: #888;
    margin-top: 2rem;
}
.srabxz {
    width: 70%;
    margin: 0 auto;
    margin-top: 3%;
}
.srabxz p {
    font-size: 1.4rem;
    color: #888;
    line-height: 3rem;
}
.srabxz span {
    color: #db1613;
}
.srabys {
    width: 100%;
    margin: 0 auto;
    margin-top: 3%;
}
.srabys ul {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.srabys ul li {
    width: 25%;
    margin: 0 auto;
    float: left;
    text-align: center;
}
.srabys ul li h1 {
    font-size: 7.2rem;
    color: #222;
}
.srabys ul li h1:hover {
    color: #db1613;
}
.srabys ul li p {
    color: #888;
    font-size: 1.6rem;
}
.srcto {
    background: #fff url("../images/stobg.png") no-repeat left top;
    width: 100%;
    margin-top: 2%;
    padding-top: 14rem;
    
}
.srsto {
    width: 75%;
    margin: 0 auto;
}
.srstoz {
    width: 100%;
    margin: 0 auto;
}
.srstoz h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.srstoz p {
    font-size: 1.4rem;
    color: #ddd;
    margin-top: 2%;
    width: 50%;
    line-height: 2.4rem;
}
.advantage-list {
    width: 100%;
    display: table;
    padding-bottom: 60px;
    overflow: hidden;
    margin-top: 4%;
}
.advantage-list li {
    width: 23%;
    float: left;
    box-sizing: border-box;
    padding: 5% 4%;
    border: 1px #ccc solid;
    transition: all ease .3s;
    border-radius: 3px;
    margin-left: 2%;
}
.advantage-list li:hover {
    background: #eee;
	 
}



.advantage-list li .icon1 {
    background: url("../images/sto01.png") left top no-repeat;
}
.advantage-list li:hover .icon1 {
    background: url("../images/sto-01.png") left top no-repeat;
}
.advantage-list li .icon2 {
    background: url("../images/sto02.png") left top no-repeat;
}
.advantage-list li:hover .icon2 {
    background: url("../images/sto-02.png") left top no-repeat;
}
.advantage-list li .icon3 {
    background: url("../images/sto03.png") left top no-repeat;
}
.advantage-list li:hover .icon3 {
    background: url("../images/sto-03.png") left top no-repeat;
}
.advantage-list li .icon4 {
    background: url("../images/sto04.png") left top no-repeat;
}
.advantage-list li:hover .icon4 {
    background: url("../images/sto-04.png") left top no-repeat;
}
.advantage-list li .icon {
    width: 100%;
    height: 100px;
    transition: all ease .3s;
}
.advantage-list li .title {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 28px;
    transition: all ease .3s;
}
.advantage-list li:hover .title {
    color: #222;
}
.advantage-list li:hover a {
    text-decoration: none;
}
.advantage-list li .txt {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    transition: all ease .3s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.advantage-list li .link {
    width: 0;
    height: 10px;
    margin-top: 45px;
    background: url(../images/jt.png) right center no-repeat;
    transition: all ease .3s;
}
.advantage-list li:hover .link {
    width: 48px;
}
.srcase {
    width: 75%;
    margin: 0 auto;
}
.srcase-title {
    width: 100%;
    margin: 0 auto;
    display: inline-table;
}
.srcase-txt {
    width: 75%;
    margin: 0 auto;
    float: left;
}
.srcase-txt h1 {
    font-size: 3.6rem;
    color: #222;
    font-weight: bold;
}
.srcase-txt p {
    font-size: 1.6rem;
    color: #666;
    margin-top: 2%;
}
.srcase-butt {
    width: 25%;
    margin: 0 auto;
    float: right;
    text-align: right;
    margin-top: 3%;
}
.srcase-butt a {
    background-image: linear-gradient(to right, #212121, #9b9c9b );
    font-size: 1.6rem;
    color: #fff;
    border-radius: 5rem;
    padding: 3% 20%;
}
.srcase-butt a:hover {
    background-image: linear-gradient(to right, #bd1613, #e86260 );
    text-decoration: none;
    color: #fff
}
.new_index_Ourworks {
    display: none;
    padding-top: 30px;
}
.new_index_Ourworks ul {
    margin: 0px -10px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 1;
}
.new_index_Ourworks ul li {
    width: 33%;
    padding: 0px 1% 2%;
	display: inline-block;
}
.new_index_Ourworks ul li .Ourworksbox {
    position: relative;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.new_index_Ourworks ul li img {
    width: 100%;
    display: block;
}
.new_index_Ourworks ul li div.OurworksImgbox {
    position: relative;
}
.new_index_Ourworks ul li div.OurworksContent {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 10%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.new_index_Ourworks ul li div.OurworksContent h3 {
    font-size: 2.4rem;
    color: #fff;
    line-height: 3.6rem;
    padding-bottom: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new_index_Ourworks ul li div.OurworksContent .subtitle {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new_index_Ourworks ul li div.OurworksContent .desc {
    font-size: 1.4rem;
    color: #eee;
    display: -webkit-box;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.new_index_Ourworks ul li:hover div.OurworksContent {
    opacity: 1;
    filter: alpha(opacity=100);
}
.new_index_Ourworks_more {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 0px;
}
.new_index_Ourworks_more a {
    border: 1px solid #e5e5e5;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    width: 180px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    text-align: left;
}
.new_index_Ourworks_more a:after {
    content: '';
    height: 100%;
    width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.new_index_Ourworks ul.new_index_Ourwork_Aadmission {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.int-font {
    height: 140px;
    border: solid 1px #eee;
    margin-top: -1px;
    padding-top: 35px;
}
.int-font .h3 {
    margin: 0 40px;
    font-size: 18px;
    color: #444;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 18px;
}

.int-font .h4 {
    padding: 0 40px;
    transition: all 1s;
    position: relative;
    height: 47px;
    line-height: 47px;
    color: #777;
    font-size: 14px;
    background: url(../images/jt1.png) no-repeat right 40px center;
}
.int-font .h4:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #db1613;
    transition: all 1s;
    top: -1px;
}
.Ourworksbox:hover .int-font .h4:before {
    width: 82%;
}

.Ourworksbox:hover .h3 {
    color: #db1613;
}
.Ourworksbox:hover .int-font .h4 {
    background: url("../images/jt.png") no-repeat right 30px center;
}


.srnews{
	width:100%;
	margin: 0 auto;
	margin-top: 3%;
	background: url("../images/srnew.png") left top;
	padding: 3% 0;
}
.srnew{
	width:75%;
	margin: 0 auto;
}
.srnew-title {
    width: 100%;
    margin: 0 auto;
    display: inline-table;
}
.srnew-txt {
    width: 75%;
    margin: 0 auto;
    float: left;
}
.srnew-txt h1 {
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
}
.srnew-txt p {
    font-size: 1.6rem;
    color: #d9d9d9;
    margin-top: 2%;
}

.srnew-butt {
    width: 25%;
    margin: 0 auto;
    float: right;
    text-align: right;
    margin-top: 3%;
}
.srnew-butt a {
    background-image: linear-gradient(to right, #fff, #444 );
    font-size: 1.6rem;
    color: #fff;
    border-radius: 5rem;
    padding: 3% 20%;
}
.srnew-butt a:hover {
    background-image: linear-gradient(to right, #bd1613, #e86260 );
    text-decoration: none;
    color: #fff;
}
.srnew-con{
	width:100%;
	margin: 0 auto;
	margin-top: 2%;
	display: inline-block;
}
.srnew-left{
	width: 32%;
    box-sizing: border-box;
    background: #fff;
    float: left;
    
  
}
.srnew-left img{
	width:100%;
	margin-bottom: 3%;
}
.srnew-news{
	width:100%;
	padding: 8% 10%;
	background: #fff
}

.intm-bot{
	width:100%;
	
	padding-bottom: 3%;
}
.intm-bot .h4{
	font-size:4rem;
	color: #8a8a8a;
	font-weight: bold;
	
}
.intm-bot .h5{
	font-size: 1.4rem;
	color: #8a8a8a;
}
.intm-bot {
    transition: all 1s;
    position: relative;
    background: url(../images/jt1.png) no-repeat right 40px center;
}

.srnew-left:hover .intm-bot {
    background: url(../images/jt.png) no-repeat right 30px center;
}

.srnew-left .intm-bot:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #db1613;
    transition: all 1s;
    bottom: 0;
}

.srnew-left:hover .intm-bot:before {
    width: 100%;
}

.srnew-news .h3{
	width:100%;
	margin-top:5%;
	
}
.srnew-news .h3 h1{
	font-size:1.8rem;
	color: #222;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.srnew-news .h3 p{
	font-size:1.4rem;
	color:#888;
	margin-top: 4%;
	line-height: 2rem;
	overflow: hidden;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
display: -webkit-box;
	
}
.srnew-news:hover .h3 h1{
	color:#db1613;
}

.new2{
	margin-top: 2%;
}

.srnew-center{
	width: 32%;
    box-sizing: border-box;
    float: left;
    margin-left: 2%;
}

.srnew-news:hover .intm-bot {
    background: url(../images/jt.png) no-repeat right 30px center;
}

.srnew-news .intm-bot:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #db1613;
    transition: all 1s;
    bottom: 0;
}

.srnew-news:hover .intm-bot:before {
    width: 100%;
}

.srnew-right{
	width: 32%;
    box-sizing: border-box;
    float: left;
    margin-left: 2%;
}
.srnew-right ul li{
	width:100%;
	background: #fff;
	padding: 5% 8%;
	display: inline-block;
	margin-top: 2%;
}
.srnew-right ul li .intm-bot1{
	width:25%;
	float: left;
}
.srnew-right ul li .intm-bot1 .h4{
	font-size:4rem;
	font-weight: bold;
	color:#888;
	
}
.srnew-right ul li .intm-bot1 .h5{
	font-size:1.4rem;
	color:#888;
}
.srnew-right ul li .intm-h3{
	width:75%;
	float: left;
}

.srnew-right ul li:hover .intm-h3 h3 {
    transition: all 1s;
	color: #db1613;
}


.intm-h3 h3{
	width:100%;
	font-size: 1.8rem;
	color: #222;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.intm-h3 p{
	font-size:1.4rem;
	color: #888;
	margin-top: 2%;
	 overflow: hidden;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
display: -webkit-box;
}

.srad{
	width:75%;
	margin: 0 auto;
	margin-top: 5%;
}

.srad-tit{
	width:100%;
	margin: 0 auto;
 }

.srad-tit h1{
	font-size: 3.6rem;
	color: #222;
	font-weight: bold;
}
.srad-tit p{
	font-size: 1.6rem;
	 color: #888;
	margin-top: 2%;
}
.srad-con{
	width:100%;
	margin: 0 auto;
	
}
.srad-con ul{
	width: 100%;
	display: inline-table;
}
.srad-ad{
	margin-left: 0!important;
}
.srad-con ul li{
	width:23%;
	margin-left: 2%;
	float: left;
	border: 1px #e9e9e9 solid;
	text-align: center;
	padding: 4% 3%;
	margin-top: 3%;
}
.srad-con ul li:hover{
	border: 1px #db1613 solid;
	transition: all 2s;
}

.srad-con ul li img{
	width: 30%;
	margin: 0 auto;
}

.srad-con ul li:hover img{
	transform: rotateY(360deg);
	transition: all 2s;
}

.srad-con ul li h1{
	font-size:2.4rem;
	color: #666;
	margin-top: 10%;
	font-weight: bold;
}
.srad-con ul li p{
	font-size: 1.6rem;
	color: #888;
	margin-top: 5%;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
}

.srtrial{
	width:100%;
	margin: 0 auto;
	margin-top: 5%;
	background: url("../images/trial.png");
	padding: 3% 0;
}

.srtrial-con{
	width: 75%;
	margin: 0 auto;
	
}
.srtrial-tit{
	width:100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}

.srtrial-tit h1{
	font-size: 3.6rem;
	color: #fff;
	font-weight: bold;
}

.srtrial-tit p{
	font-size: 1.6rem;
	color: #ccc;
	margin-top: 1%;
}
.srtrial-xinxi{
	width:100%;
	margin: 0 auto;
	
}
.srtrial-xinxi lable{
	width:50%;
	
}
.srtrial-name input{
	margin-top: 2%;
	width:48%;
	font-size: 1.6rem;
	color: #888;
	padding: 1% 3%;
	margin-left: 3%;
	border: none;
	border-radius: 1rem;
	outline:none;
}


.srtrial-ly textarea{
	width:100%;
	margin-top: 2%;
	font-size: 1.6rem;
	color: #888;
	padding: 2% 3%;
	border: none;
	border-radius: 1rem;
	height: 15rem;
	outline:none;
}

.srtrial-tj{
	width:100%;
	margin-top: 3%;
	text-align: center;
}

.srtrial-tj button{
	width:30%;
	background: #db1613;
	border: none;
	border-radius: 1rem;
	padding: 1%;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 1px;
	outline:none;
}





/*底部开始*/


.footer {
    width: 100%;
    margin: 0 auto;
    background: #181818;
    display: inline-block;
}

.foot-top{
	width:100%;
	background: #2c2c2c;
	padding: 2% 0;
}
.foot-nav{
	width:75%;
	margin: 0 auto;
	padding-bottom: 1.5%;
	border-bottom: 1px #3c3c3c solid;
}
.foot-nav ul{
	width:100%;
	margin: 0 auto;
	display: inline-table;
}
.foot-nav ul li{
	width: 14%;
	float: left;
	text-align: center;
	
}
.foot-nav ul li a{
	font-size:1.4rem;
	color: #f4f4f4;
	
}
.foot-nav ul li a:hover{
	color:#db1613;
}

.foot-lianxi{
	width:75%;
	margin: 0 auto;
	margin-top: 2%;
	display:table;
}

.foot-lx{
	width:33%;
	margin: 0 auto;
	float: left;
	border-right: 1px #3c3c3c solid;
	display: table;
}

.foot-lx img{
	width:14%;
	float: left;
	margin-right: 10%;
	margin-top: 4%;
}
.foot-lx h1{
	width: 50%;
	float: left;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	margin-top: 5%;
}

.foot-lx h1 p{
	font-size:1.4rem;
	font-weight: normal;
	color: #888;
	line-height: 5rem;
}


.foot-lx1{
	width:33%;
	margin: 0 auto;
	float: left;
	border-right: 1px #3c3c3c solid;
	display: table;
	padding-left: 7%;
}

.foot-lx1 img{
	    width: 15%;
    float: left;
    margin-right: 10%;
    margin-top: 8%;
}
.foot-lx1 h1{
	width: 50%;
	float: left;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	margin-top: 5%;
}

.foot-lx1 h1 p{
	font-size:1.4rem;
	font-weight: normal;
	color: #888;
	line-height: 2rem;
}

.foot-lx2{
	width:33%;
	margin: 0 auto;
	float: right;

	display: table;
	padding-left: 5%;
}

.foot-lx2 img{
	width:14%;
	float: left;
	margin-right:10%;
	margin-top: 6%;
}
.foot-lx2 h1{
	width: 50%;
	float: left;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	margin-top: 5%;
}

.foot-lx2 h1 p{
	font-size:1.4rem;
	font-weight: normal;
	color: #888;
	line-height: 2rem;
}




.foot-bottom{
	width:100%;
}

.foot-bottom p {
    font-size: 1.3rem;
    color: #aaa;
    text-align: center;
    margin-bottom: 0;
    padding: 1% 0;
}



/*案例页面*/

.case-banner{
	width:100%;
	margin: 0 auto;
	background: url("../images/case-banner.png") center no-repeat;
	background-size: 100% 100%;
	padding: 8% 0;
}
.case-banner p{
   width:75%;
	margin: 0 auto;
   font-size: 3.2rem;
	color: #fff;
	line-height: 6rem;
	font-weight: bold;
	letter-spacing: 3px;
	animation: rightEaseInAnimate 2s ease 1;

}

.position{
	width:75%;
	margin: 0 auto;
	margin-top: 2%;
	color: #888;
	font-size: 1.4rem;
	letter-spacing: 1px;
}
.position img{
	float:left;
	margin-right: 1%;
}

.position p{
	float:left;
	
}
.position a{
	font-size: 1.4rem;
	color: #333;
}
.position a:hover{
	color: #db1613;
}

.page{
	width:75%;
	margin: 0 auto;
	margin-top: 2%;
	text-align: center;
}


ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	font-size: 1.4rem;
	border-radius: 5px;
}

ul.pagination li a.active {
    background-color: #db1613;
    color: white;
    border: 1px solid #db1613;
}

ul.pagination li a:hover:not(.active) {background-color: #db1613;color: #fff;}

/*案例详情*/
.srcase-title1 {
    width: 100%;
    margin: 0 auto;
    display: inline-table;
}

.srcase-title1 h1{
	font-size:2.4rem;
	font-weight: bold;
	color: #222;
	float: left;
}
.srcase-title1 a{
	float: right;
	font-size: 1.4rem;
	color: #888;
	line-height: 3rem;
}
.srcase-title1 a:hover{
	color: #db1613;
}

.case-banner1{
	width: 100%;
	margin: 0 auto;
	background: url("../images/case-banner1.png") no-repeat;
	background-size: 100% 100%;
	height: 657px;
	position: absolute;
}


.case-anli{
	width:75%;
	margin: 0 auto;
	
}
.case-anli img{
	width:100%;
	
}

.case-lizi{
	position: relative;
	z-index: 999;
	padding-top: 8%;
}


.position1{
	width:75%;
	margin: 0 auto;
	margin-top: 2%;
	color: #888;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-bottom: 2%;
}
.position1 img{
	float:left;
	margin-right: 1%;
}

.position1 p{
	float:left;
	
}
.position1 a{
	font-size: 1.4rem;
	color: #eee;
}
.position1 a:hover{
	color: #db1613;
}

.case-project{
	width:75%;
	margin: 0 auto;
}

.case-about{
	width:100%;
	margin: 0 auto;
	margin-top: 2%;
}
.case-color{
	text-align: center;
	
}
.case-color h1{
	font-size:3rem;
	color: #222;
	font-weight: bold;
}
.case-color ul{
	width:60%;
	margin: 0 auto;
	display: inline-table;
}

.case-color ul li{
	float: left;
	    text-align: center;
    width: 33%;
	margin-top: 5%;
}
.case-color ul li i{
	margin: 0 auto 10px auto;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: block;
}
.case-color ul li p{
	font-size: 1.6rem;
	line-height: 3rem;
	color: #888;
}
.case-bg{
	width:100%;
	margin: 0 auto;
	
	margin-top: 3%;
}
.case-bg h1{
	font-size:3rem;
	color: #222;
	font-weight: bold;
	text-align: center;
}

.case-bg p{
	font-size: 1.4rem;
	line-height: 3rem;
	color: #888;
	margin-top: 2%;
	text-indent: 2.8rem;
}

.case-img{
	width:100%;
	margin: 0 auto;
	margin-top: 3%;
}
.case-img img{
	width:100%;
	box-shadow: 0 0 20px #888888;
}


/*优势页面*/

.ad-banner{
	width:100%;
	background: url("../images/ad-banner.png") no-repeat;
	background-size: 100% 100%;
	padding: 8% 0;
}
.ad-banner p{
   width:75%;
	margin: 0 auto;
   font-size: 3.2rem;
	color: #fff;
	line-height: 6rem;
	font-weight: bold;
	letter-spacing: 3px;
	animation: leftEaseInAnimate 2s ease 1;

}

.service{
	width:75%;
	margin: 0 auto;
	margin-top: 3%;
}
.servicet{
	width:100%;
	margin: 0 auto;
	display: inline-table;
}
.servicet img{
	width:30%;
	float: left;
}
.serfont{
	width:65%;
	float: right;
	text-align: right;
}

.serfont h1{
	font-size: 3rem;
	color: #222;
	line-height: 6rem;
	font-weight: bold;
	margin-bottom: 5%;
	white-space: nowrap;
	overflow: hidden;		
	text-overflow: ellipsis;
}
.serfont p{
	font-size: 1.5rem;
	color: #888;
	line-height: 3.6rem;
	letter-spacing: 3px;
	white-space: nowrap;
	overflow: hidden;		
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.serfont span{
	color: #db1613;
}

.serviceb{
	width:100%;
	margin: 0 auto;
	margin-top: 3%;
}
.serviceb ul{
	width:100%;
	display: inline-table;
}
.serviceb ul li{
	width:32%;
	float: left;
	margin-left: 2%;
	padding: 10% 5%;
	background-color: rgba(26,26,26,1);
}
.serviceb ul li:hover p{
	color:#222;
}
.serviceb ul li:hover h1{
	color:#222;
}
.ser-pow{
	
	background: url("../images/ad-01.png") no-repeat;
	background-size: 100% 100%;
}
.ser-pow:hover {
	background: url("../images/ad01.png") no-repeat;
	background-size: 100% 100%;
	transition: all 2s;
}

.ser-pow1{
	background: url("../images/ad-02.png") no-repeat;
	background-size: 100% 100%;
}
.ser-pow1:hover {
	background: url("../images/ad02.png") no-repeat;
	background-size: 100% 100%;
	transition: all 2s;
}
.ser-pow2{
	background: url("../images/ad-03.png") no-repeat;
	background-size: 100% 100%;
}
.ser-pow2:hover {
	background: url("../images/ad03.png") no-repeat;
	background-size: 100% 100%;
	transition: all 2s;
}
.absorbed{
	width:100%;
}

.absorbed h1{
	font-size:3rem;
	color: #fff;
	font-weight: bold;
	    letter-spacing: 2px;
}

.absorbed p{
	font-size:1.8rem;
	color: #fff;
	margin-top: 4%;
	white-space: nowrap;
	overflow: hidden;		
	text-overflow: ellipsis;
}

.ab-sorb{
	width:100%;
	margin-top: 10%;
}

.ab-sorb p{
	font-size:1.4rem;
	color: #fff;
	line-height: 2.4rem;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.process{
	width:100%;
	margin: 0 auto;
	background: url("../images/trial.png");
	margin-top: 5%;
	padding: 4.5% 0;
}
.sr-prcoess{
	width:75%;
	margin: 0 auto;
}
.sr-prtop{
	width:100%;
	margin: 0 auto;
}
.sr-prtop h1{
	font-size:3rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

.sr-prtop p{
	font-size:1.6rem;
	color: #bebebe;
	margin-top:1%;
}

.sr-prcon{
	width:100%;
	margin: 0 auto;
	margin-top: 5%;
	display: inline-table;
}
.prcon1{
	width:12.5%;
	float: left;
}
.fuwuimg{
	width:60%;
	float: left;
	text-align: center;
}
.fuwutu{
	width:100%;
	margin: 0 auto;
	background: url("../images/ad-yy.png") no-repeat;
	background-size:100% 100%;
	padding: 30% 15%;
}
.fuwuimg img{
	width:50%;
	margin: 0 auto;	
}


.fuwuimg p{
	font-size:1.6rem;
	color: #fff;
	line-height: 3rem;
	margin-top: 10%;
}

.fuwujt{
	width: 30%;
	float: left;
	margin-left: 5%;
}
.fuwujt img{
	 width: 100%;
    margin-top: 135%;
   
}
.prcon2{
	width:12.5%;
	float: left;
}

.fuwutu:hover{
	transform: rotateY(360deg);
	transition: all 3s;
}
.fuwutup{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc01.png") no-repeat;
	background-size: 100% 100%;
}
.prcon1:hover .fuwutup{
	background: url("../images/ad-lc-01.png") no-repeat;
}
.fuwutup1{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc02.png") no-repeat;
	background-size: 100% 100%;
}
.prcon2:hover .fuwutup1{
	background: url("../images/ad-lc-02.png") no-repeat;
}
.fuwutup2{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc03.png") no-repeat;
}
.prcon1:hover .fuwutup2{
	background: url("../images/ad-lc-03.png") no-repeat;
}
.fuwutup3{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc04.png") no-repeat;
	background-size: 100% 100%;
}
.prcon2:hover .fuwutup3{
	background: url("../images/ad-lc-04.png") no-repeat;
}
.fuwutup4{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc05.png") no-repeat;
	background-size: 100% 100%;
}
.prcon1:hover .fuwutup4{
	background: url("../images/ad-lc-05.png") no-repeat;
}
.fuwutup5{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc06.png") no-repeat;
	background-size: 100% 100%;
}
.prcon2:hover .fuwutup5{
	background: url("../images/ad-lc-06.png") no-repeat;
}
.fuwutup6{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc07.png") no-repeat;
	background-size: 100% 100%;
}
.prcon1:hover .fuwutup6{
	background: url("../images/ad-lc-07.png") no-repeat;
}
.fuwutup7{
	width:45px;
	height: 45px;
	margin: 0 auto;	
	background: url("../images/ad-lc08.png") no-repeat;
	background-size: 100% 100%;
}
.prcon2:hover .fuwutup7{
	background: url("../images/ad-lc-08.png") no-repeat;
}

/*定制*/
.cut-banner{
	width:100%;
	background: url("../images/cut-banner.png") no-repeat;
	background-size: 100% 100%;
	padding: 8% 0;
}
.cut-banner h1{
   width:75%;
	text-align: right;
	margin: 0 auto;
   font-size: 3.2rem;
	color: #fff;
	line-height: 6rem;
	font-weight: bold;
	letter-spacing: 3px;
	animation: leftEaseInAnimate 2s ease 1;

}
.cut-banner p{
	font-size: 1.4rem;
	font-weight: normal;
	    line-height: 2.4rem;
    margin-top: 1%;
}

.cut-con{
	width:75%;
	margin: 0 auto;
}

.cutm{
	height: 90px;
}
.cutimg{
	padding: 15%!important;
}
.cutz{
	
    -webkit-line-clamp: 2!important;
}

.cutimg button{
	border: none;
	background: #db1613;
	color: #fff;
	font-size: 1.4rem;
	padding: 3% 10%;
	margin-top: 3%;
}

.cut-adv{
	width:75%;
	margin: 0 auto;
	margin-top: 3%;
}
.cut-adv-tit{
	width:100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 2px;
}
.cut-adv-tit h1{
	font-size:3.6rem;
	color: #222;
	font-weight: bold;
}
.cut-adv-tit p{
	font-size: 1.6rem;
	color: #888;
	margin-top: 1%;
}
.cut-adv-con{
	width:100%;
	margin: 0 auto;
	    display: inline-block;
}


.cut-adv-con ul li{
	width: 49%;
	float: left;
	border: 1px #cdcdcd solid;
	margin-top: 2%;
	padding: 2% 5%;
}
.cut-adv-con ul li:hover{
	background: #db1613;
	
}
.adv1{
	margin-left: 2%;
}

.cut-adv-img{
	width:30%;
	float: left;
}

.cut-adv-font{
	width:78%;
	float: right;
}
.cut-adv-font h1{
	font-size:2.4rem;
	color: #222;
	font-weight: bold;
	line-height: 4rem;
	white-space: nowrap;    /*规定文本不换行**/
            text-overflow: ellipsis;  /**显示省略符号来代表被修剪的文本。*/
            overflow: hidden;
}
.cut-adv-font p{
	font-size:1.6rem;
	color: #888;
	margin-top: 2%;
	display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;   /** 多行文本溢出...*/
		overflow: hidden;
}
.cut-adv-con ul li:hover{
	transition: all ease 2s;
}
.cut-adv-con ul li:hover .cut-adv-font h1{
	color: #fff;
}
.cut-adv-con ul li:hover .cut-adv-font p{
	color: #fff;
}
.advimg{
	background: url("../images/cut-q1.png") no-repeat;
	background-size: 100% 100%;
	    width: 75px;
    height: 75px;
}
.cut-adv-con ul li:hover .advimg{
	background: url("../images/cutys01.png") no-repeat;
}
.advimg1{
	background: url("../images/cut-q2.png") no-repeat;
	background-size: 100% 100%;
	    width: 75px;
    height: 75px;
}
.cut-adv-con ul li:hover .advimg1{
	background: url("../images/cutys02.png") no-repeat;
}
.advimg2{
	background:url("../images/cutys-03.png")no-repeat;
	background-size: 100% 100%;
	    width: 75px;
    height: 75px;
}
.cut-adv-con ul li:hover .advimg2{
	background: url("../images/cutys03.png") no-repeat;
}
.advimg3{
	background: url("../images/cut-q4.png") no-repeat;
	background-size: 100% 100%;
	    width: 75px;
    height: 75px;
}
.cut-adv-con ul li:hover .advimg3{
	background: url("../images/cutys04.png") no-repeat;
}

/*关于塞壬*/

.about-banner{
	width:100%;
	background: url("../images/about-banner.png") no-repeat;
	background-size: 100% 100%;
	padding: 8% 0;
}
.about-banner h1{
   width:75%;
	text-align: center;
	margin: 0 auto;
   font-size: 3.6rem;
	color: #fff;
	line-height: 6rem;
	font-weight: bold;
	letter-spacing: 3px;
	animation: leftEaseInAnimate 2s ease 1;

}
.about-banner p{
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.4rem;
    margin-top: 1%;
	text-transform:uppercase;
	letter-spacing: 5px;
}

.aboutz{
	width: 100%;
	text-align: left;
	text-indent: 2.4rem;
}

.about1{
	width: 75%;
}

.honor{
	width:100%;
	margin: 0 auto;
	background: url("../images/honor.png");
	
	margin-top: 5%;
	padding: 5% 0;
}
.honor-con{
	width:75%;
	margin: 0 auto;
}

.honor-tit{
	width:100%;
	margin: 0 auto;
	text-align: center;
	
 }

.honor-tit h1{
	font-size: 3.6rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.honor-tit p{
	font-size:1.4rem;
	color: #aaa;
	margin-top:1%;
}
.Qualification{
	width:100%;
	margin: 0 auto;
	margin-top: 3%;
	    display: table;
}


.lb-album{
	width: 100%;
	margin: 0 auto;
	display: table;
}
.lb-album li{
	float: left;
	position: relative;
	width: 24%;
	margin-left: 1%;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
	    width: 100%;
}
.lb-album li > a{
	
	position: relative;
	
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(34,34,34);
	background: -moz-radial-gradient(center, ellipse cover, rgba(34,34,34,0.56) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(34,34,34,0.56)), color-stop(100%,rgba(34,34,34,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(34,34,34,0.56) 0%,rgba(34,34,34,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(34,34,34,0.56) 0%,rgba(34,34,34,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(34,34,34,0.56) 0%,rgba(34,34,34,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(34,34,34,0.56) 0%,rgba(34,34,34,1) 100%);
}

.lb-overlay a.lb-close{
	
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 12%;
	right: 10%;
	font-size: 3rem;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	width:auto;
	
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	    padding: 10%;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
	    display: initial;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}

@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;

	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	    width: 42px;
    height: 42px;
    left: 20%;
    top: 35%;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows1.png) no-repeat top right;
	    width: 42px;
    height: 42px;
    right: 20%;
    top: 35%;
}
.lb-overlay > div {
   
    color: rgba(27,54,81,0.8);
    margin: 40px auto 0px auto;
    text-shadow: 0px 1px 1px rgb(255 255 255 / 60%);
	margin-top: 5%;
}

.environ{
	width:75%;
	margin: 0 auto;
	margin-top: 5%;
}

.environ-tit{
	width:100%;
	margin: 0 auto;
	text-align: center;
}

.environ-tit h1{
	font-size: 3.6rem;
	color: #222;
	font-weight: bold;
	letter-spacing: 2px;
}
.environ-tit p{
	font-size:1.4rem;
	color: #888;
	margin-top:1%;
}


/*新闻*/
.news-banner{
	width:100%;
	margin: 0 auto;
	background: url("../images/news-banner.png") center no-repeat;
	background-size: 100% 100%;
	padding: 10% 0;
}
.news-banner h1{
   width:80%;
	margin: 0 auto;
   font-size: 3.2rem;
	color: #fff;
	line-height: 6rem;
	font-weight: bold;
	letter-spacing: 3px;
	animation: rightEaseInAnimate 2s ease 1;

}

.news-banner p{
   width:80%;
	margin: 0 auto;
   font-size: 1.6rem;
	color: #fff;
	animation: rightEaseInAnimate 2s ease 1;
}

.srnew-new{
	width: 100%;
   margin: 0 auto;
	    display: inline-block;
}
.srnew-new ul{
	width:100%;
	margin: 0 auto;
}
.srnew-new ul li{
	width:48%;
	background: #fff;
	padding: 3%;
float: left;
	margin-top: 2%;
	margin-left: 2%;
	    overflow: hidden;
}
.srnew-new ul li:hover{
	box-shadow: 0 2px 1.5rem #aaa;
	transition: all 2s;
}
.srnew-new ul li .intm-bot1{
	width:20%;
	float: left;
	border-right: 1px #ddd solid;
	text-align: center;
}
.srnew-new ul li .intm-bot1 .h4{
	font-size:4rem;
	font-weight: bold;
	color:#444;
	
}
.srnew-new ul li .intm-bot1 .h5{
	font-size:1.4rem;
	color:#888;
}
.srnew-new ul li .intm-h3{
	width: 72%;
    float: right;
   
}

.srnew-new ul li:hover .intm-h3 h3 {
    transition: all 1s;
	color: #db1613;
}
/*新闻详情*/
.srnews-detail{
	width:75%;
	margin: 0 auto;
	margin-top: 3%;
	display:table;
	margin-bottom: 5%;
}

.news-detail{
	width:75%;
	float: left;
	background: #fff;
	padding: 5%;
}

.news-other{
	width:23%;
	float: right;
	background: #fff;
	padding: 3%;
}

.news-detit{
	width:100%;
	margin: 0 auto;
	border-bottom: 1px #eee solid;
	padding-bottom: 3%;
}
.news-detit h1{
	font-size:3rem;
	color: #222;
	letter-spacing: 2px;
	font-weight: bold;
}
.news-detit p{
	font-size: 1.4rem;
	color: #888;
	margin-top: 2%;
}

.news-decon{
	width:100%;
	margin: 0 auto;
	margin-top: 3%;
	border-bottom: 1px #eee solid;
	padding-bottom: 3%;
}
.news-decon p{
	font-size: 1.4rem;
	color: #888;
	line-height: 3rem;
	text-indent: 2.8rem;
	margin-top: 2%;
}
.news-decon img{
	width:80%;
	margin: 0 auto;
	text-align: center;
}
.news-next{
	width:100%;
	margin: 0 auto;
	margin-top: 3%;
	    display: inline-table;
}
.news-nextz{
	width:35%;
	float: left;
	border: 1px #eee dashed;
	padding: 1% 3%;
	display: inline-table;
}
.news-nexty{
	width:35%;
	float: right;
	border: 1px #eee dashed;
	padding: 1% 3%;
	display: inline-table;
}

.news-nextz h1{
	font-size: 1.6rem;
	color: #888;
	line-height: 2.4rem;
	float: right;
	width: 80%;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
word-break: break-all;
	margin-bottom: 0;
}
.arrow{
	width:7%;
	float: left;
	background: url("../images/newz.png") 100% no-repeat;
	height: 20px;
    background-size: 100% 100%;
	    margin-top: 5%;
}
.news-nextz:hover .arrow{
	background: url("../images/newz1.png") 100% no-repeat;
	 background-size: 100% 100%;
	transition:  all 1s;
}
.news-nextz:hover{
	border: 1px #db1613 dashed;transition:  all 2s;
}
.news-nextz:hover h1{
	color: #db1613;transition:  all 2s;
}
.news-nexty h1{
	font-size: 1.6rem;
	color: #888;
	line-height: 2.4rem;
	float: left;
	width: 80%;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
word-break: break-all;
	margin-bottom: 0;
}
.arrow1{
	width:7%;
	float: right;
	background: url("../images/newy.png") 100% no-repeat;
	height: 20px;
    background-size: 100% 100%;
	    margin-top: 5%;
}
.news-nexty:hover .arrow1{
	background: url("../images/newy1.png") 100% no-repeat;
	 background-size: 100% 100%;
	transition:  all 1s;
}
.news-nexty:hover{
	border: 1px #db1613 dashed;transition:  all 2s;
}
.news-nexty:hover h1{
	color: #db1613;transition:  all 2s;
}
.news-otherh{
	width:100%;
	font-size: 3rem;
	color: #222;
	font-weight: bold;
	border-bottom: 1px #eee solid;
	padding-bottom: 5%;
}

.news-other ul{
	width:100%;
	margin: 0 auto;
	margin-top:5%;
}
.news-other ul li{
	width:100%;
	margin: 0 auto;
	margin-top: 6%;
	border-bottom: 1px #eee dashed;
	padding-bottom: 3%;
}
.news-other ul li h1{
	font-size: 1.6rem;
	color: #222;
	line-height: 3rem;
	overflow: hidden; 
text-overflow: ellipsis; 
white-space: nowrap; 
	
}
.news-other ul li p{
	font-size:1.2rem;
	color: #888;
	
}
.news-other ul li:hover h1{
	color: #db1613;
}


/*联系我们*/

.contact-banner{
	width:100%;
	margin: 0 auto;
	background: url("../images/contant-banner.png") center no-repeat;
	background-size: 100% 100%;
	padding: 8% 0;
}
.contact-banner p{
   width:75%;
	margin: 0 auto;
   font-size: 1.5rem;
	color: #fff;
	animation: rightEaseInAnimate 2s ease 1;
margin-top: 1%
}
.contact-banner h1{
   width:75%;
	margin: 0 auto;
   font-size: 3.2rem;
	color: #fff;
	line-height: 6rem;
	font-weight: bold;
	letter-spacing: 3px;
	animation: rightEaseInAnimate 2s ease 1;

}
.srmapour{
	width:75%;
	margin: 0 auto;
	margin-top: 3%;
	display:table;
}


.srmap{
	width:50%;
	float: left;
}
#dituContent{
	width:100%;
	height: auto;
}

.conour{
	width:50%;
	float: left;
	background: #fff;
	padding: 3% 5%;
}
.conour h1{
	font-size:2.4rem;
	color: #222;
	font-weight: bold;
}
.conour p{
	font-size:1.4rem;
	color: #888;
	line-height: 3rem;
	margin-top: 5%;
}

.employ{
	width:75%;
	margin: 0 auto;
	margin-top: 3%;
}

.employtit{
	width:100%;
	margin: 0 auto;
	background: url("../images/zp-banner.png") no-repeat;
	background-size: 100% 100%;
	padding:4% 5%;
	text-align: center;
}
.employtit h1{
	font-size:3rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.employtit  p{
	font-size:1.6rem;
	color: #fff;
	margin-top: 1%;
}
.employ-con{
	width:100%;
	margin: 0 auto;
	margin-top: 2%;
}

.employ-con ul li{
	width:100%;
	background: #fff;
	margin-top: 2%;
	display: table;
}
.employ-zhi{
	width:50%;
	float: left;
	padding:3% 5%;
}
.employ-zhi h1{
	font-size:2.4rem;
	color: #222;
	font-weight: bold;
	margin-bottom: 5%;
}
.employ-zhi  p{
	font-size:1.2rem;
	color: #888;
	margin-top: 1%;
	line-height: 2rem;
}
.employ-con ul li img{
	width:50%;
	float: left;
}




/*回到顶部*/
.izl-rmenu{position:fixed; right: 5%; margin-left:532px; bottom:10px; z-index:999; }
.izl-rmenu .btn1{width:60px; height:60px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#aaa;border-radius: 4rem 4rem 0 0;}
.izl-rmenu .btn-qq:hover{background-color:#db1613;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#aaa; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#aaa;}
.izl-rmenu .btn-wx:hover{background-color:#db1613;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#aaa;}
.izl-rmenu .btn-phone:hover{background-color:#db1613;}
.izl-rmenu .btn-phone .phone{background-color:#db1613; position:absolute; width:160px; left:-160px; top:0px; line-height:60px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#db1613; display:none;border-radius: 0 0 4rem 4rem;}
.izl-rmenu .btn-top:hover{background-color:#db1613;}









@media screen and (min-width:1365px) and (max-width:1440px) {
.navbar-dark .navbar-brand img {
    width: 85%;
}
.navbar-nav {
    margin-left: 0;
}
.nav-link {
    font-size: 1rem;
    padding: 0!important;
}
.nav-item {
    padding: 4% 0;
}
.banner1 {
    height: 550px;
}
.banner2 {
    height: 550px;
}
.banner3 {
    height: 550px;
}
.bannerzi h1 {
    font-size: 4.5rem;
}
.zyanniu {
    width: 30%;
}
.controls {
    left: 60%
}
.srabxz {
    width: 100%;
}
}

@media screen and (min-width:1279px) and (max-width:1366px) {
.navbar-dark .navbar-brand img {
    width: 85%;
}
.navbar-nav {
    margin-left: 0;
}
.nav-link {
    font-size: 1rem;
    padding: 0!important;
}
.nav-item {
    padding: 4% 0;
}
.banner1 {
    height: 550px;
}
.banner2 {
    height: 550px;
}
.banner3 {
    height: 550px;
}
.bannerzi h1 {
    font-size: 4rem;
}
.zyanniu {
    width: 35%;
}
.srabxz {
    width: 100%;
}
}

@media screen and (min-width:769px) and (max-width:1280px) {
.navbar-dark .navbar-brand img {
    width: 85%;
}
.navbar-nav {
    margin-left: 0;
}
.nav-link {
    font-size: 1rem;
    padding: 0!important;
}
.nav-item {
    padding: 4% 0;
}
.banner1 {
    height: 500px;
}
.banner2 {
    height: 500px;
}
.banner3 {
    height: 500px;
}
.bannerzi h1 {
    font-size: 3rem;
}
.banner {
    margin-top: 10%;
}
.bannerzi p {
    font-size: 1.4rem;
}
.zyanniu {
    width: 40%;
}
.head .nav {
    width: 70%!important;
}
.srabxz {
    width: 100%;
}
.srabys ul li {
    width: 50%;
}

.srstoz p {
    width: 100%;
}
.advantage-list li {
    width: 48%;
    margin-top: 2%;
}
.sto3 {
    margin-left: 0!important;
}
.advantage-list li {
    padding: 6%;
}
.advantage-list li .icon3 {
    background: url(../images/sto-03.png) left top no-repeat;
}
.advantage-list li .icon4 {
    background: url(../images/sto-04.png) left top no-repeat;
}
.advantage-list li .title {
    color: #666;
}
	
	.new_index_Ourworks ul li div.OurworksContent .desc{
		-webkit-line-clamp: 2;
	}
	.new_index_Ourworks ul li{
		width: 49%;
}	
	
	.srnew-left{
		width:49%;
	}	
	
	.srnew-center{
		width:49%;
	}	
	.srnew-right{
		width: 100%;
    margin-top: 3%;
    margin-left: 0;
	}
	.srnews{
		padding: 6% 0;
	}
	
	.srad-con ul li{
		width:48%;
	}
	.srad-ad1{
		margin-left: 0!important;
	}
	.foot-lx1 h1 p{margin-bottom: 0;}
	.foot-lx img{width:20%;}
	.foot-lx h1{width:60%;}
	.foot-lx1{padding-left: 1%;}
	.foot-lx1 img {width: 20%;}
.foot-lx1 h1 {width: 70%;}
	.foot-lx2{padding-left: 1%;}
	.foot-lx2 img{width:20%;}
	.foot-lx2 h1{width:70%;}
	.case-lizi{padding-top: 15%;}
	.prcon1{width:25%;}.prcon2{width:25%;}
	.cut-adv-font{width:65%;}
	.advimg1{margin-top: 5%}
	.srcase{width:90%;}
	.srnews-detail{width:90%;}
	.srmapour{width:90%;}
	.employ{width:90%;}
	
}

@media screen and (min-width:640px) and (max-width:768px) {
.navbar-dark .navbar-brand img {
    width: 80%;
}
.navbar-nav {
    margin-left: 0;
}
.nav-link {
    padding: 0!important;
}
.nav-item {
    padding: 4% 0;
    width: 100%;
}
.banner1 {
    height: 500px;
}
.banner2 {
    height: 500px;
}
.banner3 {
    height: 500px;
}
.bannerzi {
    width: 100%;
    margin-top: 15%
}
.bannerimg {
    display: none;
}
.bannerzi h1 {
    font-size: 4rem;
}
.banner {
    margin-top: 15%;
}
.srabys ul li {
    width: 50%;
}
.srabxz {
    width: 100%;
}
.srabda h1 {
    font-size: 5.5rem;
}

.srstoz p {
    width: 100%;
}
.advantage-list li {
    width: 48%;
    margin-top: 2%;
}
.sto3 {
    margin-left: 0!important;
}
.advantage-list li {
    padding: 6%;
}
.advantage-list li .icon3 {
    background: url(../images/sto-03.png) left top no-repeat;
}
.advantage-list li .icon4 {
    background: url(../images/sto-04.png) left top no-repeat;
}
.advantage-list li .title {
    color: #666;
}
.new_index_Ourworks ul li{
		width: 49%;
}	
.srabout{
	width:85%;
}	
.srsto{
	width:90%;
}
.srcase{
	width: 90%;
}
	.srnew {
		width:90%;
	}	
.srnew-left{
		width:49%;
	}	
	
.srnew-center{
	width:49%;
}	
.srnew-right{
	width: 100%;
	margin-top: 3%;
	margin-left: 0;
}	
	.srnews{
		padding: 10% 0;
	}	
	.srnew-left img{
		margin-bottom: 13%;
	}
	.srad{
		width:90%;
	}
	.srad-con ul li{
		width:49%;
	}
	.srad-ad1{
		margin-left: 0!important;
	}
	.srtrial-con{width:90%;}
	
	.foot-nav { width: 90%;}
	.foot-lianxi{width:90%;}
	.foot-lx h1{width:70%;}
	.foot-lx1{padding-left: 1%;}
	.foot-lx1 img{width:18%;}
	.foot-lx1 h1 {width:70%;}
	.foot-lx2{padding-left: 1%;}
	.foot-lx2 h1 {width:70%;}
	.foot-lx2 img{width:18%;}
	.position{width:90%;}
	.case-banner1{height:460px;}
	.case-lizi{padding-top: 16%;}
	.case-anli{width:90%;}
	.case-project{width:90%;}
	.service{width:90%;}
	.prcon1{width:25%;}.prcon2{width:25%;}
	.servicet img { width: 40%; margin-top: 5%;}
	.serfont {width: 55%;}
	.ad-banner{padding: 12% 0;}
	.ad-banner p{font-size:2.4rem;line-height: 3rem;}
	.cut-con{width:90%;}
	.cut-adv{width:90%;}
	.cut-adv-con ul li{width:100%;margin-left: 0;}
	.about-banner h1{width:90%;}
	.honor-con{width:90%;}
	.lb-album li{width:48%;margin-top: 2%;}
	.environ{width:90%;}
	.lb-prev{top:45%;}.lb-next{top:45%;}
	.srcase{width:90%;}.srnew-new ul li{width:100%;margin-left: 0;}
	.srnews-detail{width:90%;}
	.news-detail{width:100%;}
	.news-other{width:100%;margin-top: 5%;}
	.srmapour{width:90%;}
	.employ{width:90%;}
	.srmap{width:100%;}.conour{width:100%;}
	.employ-zhi {width:100%;}
	.employ-con ul li img{width:100%;}.izl-rmenu{display: none;}
	.sr-prcoess{width:90%;}.srad-con ul li img{width:20%;}
}

@media screen and (min-width:320px) and (max-width:639px) {
	h1{font-size:2rem!important;}
.navbar-dark .navbar-brand img {
    width: 50%;
}
.navbar-nav {
    margin-left: 0;
}
.nav-link {
    padding: 0!important;
}
.nav-item {
    padding: 4% 0;
    width: 100%;
}
.bg-darke {
    padding: 2% 10%!important;
}
.banner1 {
    height: 400px;
}
.banner2 {
    height: 400px;
}
.banner3 {
    height: 400px;
}
.bannerzi {
    width: 100%;
    margin-top: 15%
}
.bannerimg {
    display: none;
}
.bannerzi h1 {
    font-size: 3rem;
}
.banner {
    margin-top: 15%;
}
.bannerzi p {
    width: 90%;
}
.carousel-control-next-icon {
    display: none!important;
}
.carousel-control-prev-icon {
    display: none!important;
}
.srabda h1 {
    font-size: 4rem;
}
.srabys ul li {
    width: 49%;
}
.srabxz {
    width: 100%;
}

.srstoz h1 {
    font-size: 1.8rem;
}
.srstoz p {
    width: 100%;
    margin-top: 2%;
}
.advantage-list li {
    width: 100%;
    margin-top: 2%;
    margin-left: 0;
}
.sto3 {
    margin-left: 0!important;
}
.advantage-list li {
    padding: 10%;
}

.advantage-list li .icon2 {
    background: url("../images/sto-02.png") left top no-repeat;
}
.advantage-list li .icon3 {
    background: url("../images/sto-03.png") left top no-repeat;
}
.advantage-list li .icon4 {
    background: url("../images/sto-04.png") left top no-repeat;
}
.advantage-list li .title {
    color: #666;
}
.new_index_Ourworks ul li{
		width: 100%;
}		
.srabout{
	width:90%;
}	
.srsto{
	width:95%;
}
.srcase{
	width: 90%;
}	
.srcase-txt{
	width:90%;
}	
.srcase-butt{
	width:90%;
}
	.srnew{
		width:90%;
		    padding: 10% 0;
	}
	.srnew-left{
		width:100%;
	}	
	
	.srnew-center{
		width:100%;
		margin-left: 0;
	}	
	.srnew-right{
		width: 100%;
    margin-left: 0;
    margin-top: 3%;
	}
	.srnew-txt{
		width:100%;
	}
	.srnew-butt{
		width:100%;
	}	
	
	.srnew-con{
		margin-top: 5%;
	}
	.srnew-news{
		margin-top: 3%;
	}
	.srad{
		width:90%;
	}
	.srad-con ul li{
		width:100%;
		margin-left: 0;
	}
	
	.srtrial-con{
		width:90%;
	}
	.foot-nav{
		width:90%;
	}
	.foot-lianxi{
		width:90%;
	}
	.srtrial-name input{
		width:100%;
		margin-left: 0;
	}
	.srtrial-tj button{
		width:80%;
	}
	.foot-nav ul li{
		width:25%;
		margin-top: 2%;
	}
	.foot-lx { width: 94%;border-right: none;margin-left: 6%;}
	.foot-lx1 { width: 100%;border-right: none;}
	.foot-lx2 { width: 100%;}
	.foot-lx2 h1{width:70%;}
	.foot-bottom p{width:80%;margin: 0 auto;}
	.foot-bottom{
		padding: 3% 0;
	}
	.position{width:90%;}
	.page{width:100%;}
	ul.pagination li a { padding: 6px 10px; margin: 0 2px;}
   .case-banner {  height: 200px; background-size: cover;  }
	.case-banner p{width:90%;font-size:2rem;line-height: 3rem;    padding-top: 15%;}
	.case-banner1{height:250px;}
	.position1{display: none;}
	.case-color ul{width:100%;}
	.case-lizi{padding-top: 24%;}
	.case-anli{width:90%;}
	.case-project{width:90%;}
	.service{width:90%;}
	.servicet img{width:100%;float: none;}
	.serfont{width:100%;}
	.ad-banner{padding: 20% 0;}
	.ad-banner p{font-size:1.6rem;line-height: 2.4rem;}
	.servicet{display: block;}
	.serfont p{line-height: 2.6rem;}
	.serviceb ul li{width:100%;margin-left: 0;margin-top: 3%;}
	.prcon1{width:50%;}.prcon2{width:50%;}
	.process{display: none;}
	.srad-tit h1{font-size: 2.4rem;}
	.cut-con{width:90%;}
	.cut-banner h1{font-size: 2.4rem;}
	.cut-adv-tit h1{font-size:2.4rem;}
	.cut-adv{width:90%;}
	.cut-adv-con ul li{width:100%;margin-left: 0;}
	.cut-adv-font{width:73%;}
	.advimg{margin-top: 3%;width:55px;height: 55px;}
	.about-banner{padding: 15% 0;}
	.about-banner h1{width:90%;}
	.honor-con{width:90%;}
	.lb-album li{width:100%;margin-top: 2%;}
	.environ{width:90%;}
	.lb-overlay img{width:100%;}
	.lb-prev{top:45%;}.lb-next{top:45%;}
	.news-banner{padding: 15% 0;}
	.srnew-new ul li{width:100%;margin-left: 0;}
	.srnews-detail{width:90%;}
	.news-detail{width:100%;}
	.news-other{width:100%;margin-top: 5%;}
	.news-nexty h1{font-size:1.6rem!important;}
	.news-nextz h1{font-size:1.6rem!important;}
	.news-nexty{width:49%;}.news-nextz{width:49%;}
	.news-other ul li h1{font-size:1.6rem!important;}
	.srmapour{width:90%;}
	.employ{width:90%;}
	.srmap{width:100%;}.conour{width:100%;}
	.employ-zhi {width:100%;}
	.employ-con ul li img{width:100%;}
	.contact-banner{padding: 15% 0;}
	.cut-adv-img{margin-top: 6%;width:55px;height: 55px;}
	.foot-lx img{margin-top: 7%;}.izl-rmenu{display: none;}
	.srad-con ul li img{width:18%;}.srad-con ul li{padding: 8% 0;}
	
	
}
