.index-m-tt {
    text-align: center;
    padding: 63px 0 20px;
}

.index-m-blod {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #010101;
    margin-top: 10px;
    padding-bottom: 15px;
}

.index-m-fefefe {
    color: #fefefe;
}

.index-m-blod:after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 376px;
    height: 1px;
    margin-left: -188px;
    background: #fff;
    z-index: 5;
}

.index-m-blod:before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 68px;
    height: 3px;
    margin-left: -34px;
    background: #db161f;
    z-index: 10;
}

.index-m-light {
    font-size: 14px;
    color: #303030;
    margin-top: 10px;
}

.index-m-f1f1f1 {
    color: #f1f1f1;
}


.main{ width:100%; margin:0 auto; background:#fff;margin-top:45px; height:500px}

.mainliucheng{ width:100%; margin:0 auto; background:#fff;margin-top:45px; height:440px}


.casebg{ width:100%; margin:0 auto}



.contenthome {
    width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}



/*推荐案例标题*/
.section-title {
  text-align: center;
  padding-bottom:25px;
}
.section-title h1 {
    line-height:74px;
    font-size: 38px; position: relative;
    color: #000;
}
.section-title h2 {
    margin-top: 5px;
    line-height: 36px;
    font-size: 16px;
    color: #818181;
	letter-spacing:0.2px;

}

.section-title h1:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #db1103;
	left: 50%;
	margin-left: -31px;
	bottom: 0;
}
.section-title[data-theme="light"] h1 {
  color: #fff;
}
.section-title[data-theme="light"] h2 {
  color: rgba(255, 255, 255, 0.5);
}
.section-title[data-theme="dark"] h1 {
  color: #0d0d0d;
}
.section-title[data-theme="dark"] h2 {
  color: #999;
}
.section-news {
  background: #ffffff;
  
}


.m-cases {
	margin:0 auto;
}




.cases-title {
  text-align: center;
  padding-bottom:15px;
}
.cases-title h1 {
    line-height:74px;
    font-size: 38px; position: relative;
    color: #000;
	padding-top:45px;
}
.cases-title h2 {
    margin-top: 5px;
    line-height: 36px;
    font-size: 16px;
    color: #818181;
	letter-spacing:0.2px;

}

.cases-title h1:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #db1103;
	left: 50%;
	margin-left: -31px;
	bottom: 0;
}
.cases-title[data-theme="light"] h1 {
  color: #fff;
}
.cases-title[data-theme="light"] h2 {
  color: rgba(255, 255, 255, 0.5);
}
.cases-title[data-theme="dark"] h1 {
  color: #0d0d0d;
}
.cases-title[data-theme="dark"] h2 {
  color: #999;
}
.cases-news {
  background: #ffffff;
  
}



.m-news {
    background: #fff;
	margin:0 auto;
}


.news-title {
  text-align: center;
  padding-bottom:25px;
}
.news-title h1 {
    line-height:74px;
    font-size: 38px; position: relative;
    color: #000; 
}
.news-title h2 {
    margin-top: 5px;
    line-height: 36px;
    font-size: 16px;
    color: #818181;
	letter-spacing:0.2px;

}

.news-title h1:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #db1103;
	left: 50%;
	margin-left: -31px;
	bottom: 0;
}
.news-title[data-theme="light"] h1 {
  color: #fff;
}
.news-title[data-theme="light"] h2 {
  color: rgba(255, 255, 255, 0.5);
}
.news-title[data-theme="dark"] h1 {
  color: #0d0d0d;
}
.news-title[data-theme="dark"] h2 {
  color: #999;
}
.news-news {
  background: #ffffff;
  
}




/************* services ****************/
.m-services {
    background: #fff;
	margin:0 auto;
}

.services-bd {
    padding-bottom: 53px;
}

.services-bd li {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10;
}

.services-bd li a {
    position: relative;
    display: block;
    padding: 27px 19px;
    transition: all .3s ease;
    overflow: hidden;
}

.services-bd li a:after {
    content: ' ';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #db1103;
    z-index: -1;
    transition: all .3s ease;
}

.services-bd-icon {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.services-bd-icon:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/services-icon.png);
    background-repeat: no-repeat;
    background-size: 200%;
}

.services-bd-list1 .services-bd-icon:before {
    background-position: 0 0;
}

.services-bd-list2 .services-bd-icon:before {
    background-position: 0 -140px;
}

.services-bd-list3 .services-bd-icon:before {
    background-position: 0 -280px;
}

.services-bd-list4 .services-bd-icon:before {
    background-position: 0 -420px;
}

.services-bd-icon:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/services-border.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: transform 3s ease;
}

.services-bd-title {
    text-align: center;
    margin: 25px 0 5px;
	color:#222222;
	font-size:22px;
}



.section-line{
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #db1103;
	left: 50%;
	margin-left: -15px;
	margin-top:5px;
}


.services-bd li:hover .section-line{
    position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	left: 50%;
	margin-left: -15px;
	margin-top:5px;
}

.services-bd li:hover .services-bd-title {
    color: #fff;
}

.services-bd-infor {
    color: #595959;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
	padding-top:30px;
}

.services-bd li:hover a {
    color: #fff;
}

.services-bd li:hover a:after {
    bottom: 0;
}

.services-bd li:hover .services-bd-infor {
    color: #fff;
}

.services-bd li:hover .services-bd-icon:after {
    background-image: url(/images/services-border-hover.png);
    -webkit-animation: rotateBorder 3s linear infinite;
    animation: rotateBorder 3s linear infinite;
}

.services-bd .services-bd-list1:hover .services-bd-icon:before {
    background-position: -140px 0;
}

.services-bd .services-bd-list2:hover .services-bd-icon:before {
    background-position: -140px -140px;
}

.services-bd .services-bd-list3:hover .services-bd-icon:before {
    background-position: -140px -280px;
}

.services-bd .services-bd-list4:hover .services-bd-icon:before {
    background-position: -140px -420px;
}

@-webkit-keyframes rotateBorder {
    from {
        transform: rotatez(0);
    }
    to {
        transform: rotatez(360deg);
    }
}

@keyframes rotateBorder {
    from {
        transform: rotatez(0);
    }
    to {
        transform: rotatez(360deg);
    }
}

@media (max-width: 1280px) {
    .services-bd li {
        padding: 0 .16666666rem;
    }

    .services-bd-icon {
        width: 1.1666666rem;
        height: 1.1666666rem;
    }

    .services-bd li a {
        padding: .225rem .125rem;
    }

    .services-bd-infor {
        line-height: 18px;
    }

    .services-bd-list2 .services-bd-icon:before {
        background-position: 0 -1.166666rem;
    }

    .services-bd-list3 .services-bd-icon:before {
        background-position: 0 -2.333333333rem;
    }

    .services-bd-list4 .services-bd-icon:before {
        background-position: 0 -3.5rem;
    }

    .services-bd .services-bd-list1:hover .services-bd-icon:before {
        background-position: -1.1666666rem 0;
    }

    .services-bd .services-bd-list2:hover .services-bd-icon:before {
        background-position: -1.1666666rem -1.1666666rem;
    }

    .services-bd .services-bd-list3:hover .services-bd-icon:before {
        background-position: -1.1666666rem -2.3333333rem;
    }

    .services-bd .services-bd-list4:hover .services-bd-icon:before {
        background-position: -1.1666666rem -3.5rem;
    }
}

@media (max-width: 768px) {
    .services-bd li {
        width: 50%;
        padding: 0;
    }

    .services-bd li a {
        padding: 20px 0.2666666rem;
    }

    .services-bd-icon {
        width: 2.66666666rem;
        height: 2.66666666rem;
    }

    .services-bd-list2 .services-bd-icon:before {
        background-position: 0 -2.66666666rem;
    }

    .services-bd-list3 .services-bd-icon:before {
        background-position: 0 -5.333333333rem;
    }

    .services-bd-list4 .services-bd-icon:before {
        background-position: 0 -8rem;
    }

    .services-bd .services-bd-list1:hover .services-bd-icon:before {
        background-position: -2.6666666rem 0;
    }

    .services-bd .services-bd-list2:hover .services-bd-icon:before {
        background-position: -2.6666666rem -2.6666666rem;
    }

    .services-bd .services-bd-list3:hover .services-bd-icon:before {
        background-position: -2.6666666rem -5.333333333rem;
    }

    .services-bd .services-bd-list4:hover .services-bd-icon:before {
        background-position: -2.6666666rem -8rem;
    }

    .services-bd-title {
        font-size: 0.3733333333rem;
    }

    .services-bd-infor {
        font-size: 0.26666666rem;
        line-height: 0.48rem;
    }
}






.hebox{ width:100%; padding:15px 0; overflow:hidden;}
.hebox .title{ width:100%; padding-bottom:10px; text-align:center;}
.hebox .title h1{ font-size:40px; line-height:50px; padding-bottom:20px;}
.hebox .title h2{ font-size:40px; line-height:50px; padding-bottom:20px; font-weight:bold; color:#fff;}
.hebox .title p{ color:#666; font-size:16px;}
.hebox .title strong{ display:block; padding:20px 0 0; text-align:center; color:#666;}
.hebox .title strong a{ display:inline-block; color:#666; font-size:16px;}
.hebox .title strong a i{ display:inline-block; padding:0 35px;} 
.hebox .title strong a:last-child i{ display:none;}
.hebox .title strong a:hover{ color:#e62129;}
.hebox .title strong a:hover i{ color:#666;}

.inner{ width:1238px; margin:0px auto; padding-left:20px}

.inner a{display:inline-block; width:129px; line-height:42px;margin-right:19.2px;background:#f1f1f1;font-size:16px; color:#000000; margin-bottom:18px;}

.inner a:hover{width:129px; line-height:42px; background:#db1103; color:#FFFFFF;margin-right:19.2px;}

.inner a.active {width:129px; background:#db1103; color:#FFFFFF;margin-right:19.2px;}


/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 10px 0;
    height: 37px;
    text-align: center;
	margin-bottom:60px;
	padding-right:30px;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 14px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#006ab6;
    color:#fff;
    border-color:#006ab6;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}






.caselist{overflow:hidden; margin-top:60px; width:1200px; margin:0 auto; margin-bottom:15px}
.caselist li{float:left; overflow:hidden; width:33.33333333%;-moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
        transition: all .3s ease-out; margin-right:20px;}
.caselist li a{ display:block; padding:0 35px; overflow:hidden;}
.caselist li a:focus{outline:0;}
.caselist li .case_img{position:relative;}
.caselist li .case_img img{ width:100%; height:auto;}
.caselist li .case_img .yinying{ position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:0;
	filter:alpha(opacity=0);
-moz-transition: all .4s .1s ease-out;
  -o-transition: all .4s .1s ease-out;
     transition: all .4s .1s ease-out;
}
.caselist li .case_img .yinying.on{opacity:0.76;filter:alpha(opacity=76);}



.av_avatar {
    position: relative;
	 overflow: hidden;
}
.av_tv_hot .av_avatar {
    display: block;
    height: 290px;
    overflow: hidden;
    width: 387px;
}
.av_tv_hot .av_avatar img {
    height: 290px;
}
.av_avatar:after {
    bottom:55%;
    content: url("/images/play2.png");
    left: 42%;
    position: absolute;
   
}




.hover-shadow {
  display: inline-block;
  position: relative;
  -o-transition: .8s, box-shadow .4s linear;
  -moz-transition: .8s, box-shadow .4s linear, -moz-box-shadow .4s linear;
  transition: .8s, box-shadow .4s linear;
  transition: .8s, box-shadow .4s linear, -moz-box-shadow .4s linear;
}
.hover-shadow:hover {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
    -o-transform: translate(0);
       transform: translate(0);
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
       animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
       animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
       animation-direction: alternate;
   -moz-box-shadow: 0px 6px 25px rgba(0,0,0,0.35);
        box-shadow: 0px 6px 25px rgba(0,0,0,0.35);
  
}
.caselist li .case_text{ padding:20px 0 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -js-display: flex; display: flex;}
.caselist li .case_text h2{ font-size:16px; color:#333;    -webkit-box-flex: 1; -webkit-flex: 1;-ms-flex: 1;flex: 1 1;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.caselist li .case_text span{ color:#999;}
.caselist li:hover .case_text h2{ color:#e62129;}
@media screen and (max-width:1600px){
	.caselist{ padding:0 2%;}
	.caselist li a{ padding:0 20px;}
	.caselist li .case_text h2{ font-size:14px;}
	.caselist li .case_text span{ font-size:12px;}
	}
@media screen and (max-width:1400px){
	.caselist{ padding:0 1%; min-width:1220px;}
	.caselist li a{ padding:0 10px;}
	}




.indexsum {
    width:1240px;
	margin:0 auto;
	padding-left:30px;
}


.fl{float:left;}


.clearfix:after{content:".";display:block;height:0px;clear:both;visibility:hidden;}

.clearfix{zoom:1;}

.zk{ width:1200px; margin:0px auto;}

.news{width:100%;}

.ourTit{text-align: center;color:#333;}

.ourTit h5{ text-align:center; font-size:36px; text-align:center; color:#282828; height:38px; line-height:38px; margin-bottom:15px; font-weight:normal;}

.ourTit h6{text-align:center; font-size:20px; color:#5b5b5b; height:22px; line-height:22px; font-weight:normal;}

.newList{}

.newList li{float:left;width:380px;margin-right:30px;margin-top:30px;}

.newList .mr0{margin-right:0;}


.newList .mr3{margin-right:0;}


.newList .mr6{margin-right:0;}


.newList .mr9{margin-right:0;}


.newDate{float:left;width:78px;height:78px; background:#db1103;color:#333;text-align: center; transition: all 0.5s;}

.newDate span{display:block;height:52px; font-size:36px; color:#fff; line-height:52px;}

.newDate em{display:block; font-style:normal; height:26px; line-height:10px; font-size:15px; color:#FFFFFF}

.newsText{float:right;width:75%;height:100%;overflow:hidden;}

.newsText h4 a:hover{ color:#db1103;}
.newsText h4 a{padding-top:5px;color:#333333; font-weight:normal; font-size:16px}

.newsText h4{padding-top:5px;color:#000; font-weight:normal; font-size:16px}

.newsText p{color:#999999;overflow:hidden; line-height:21px; font-size:13px; padding-top:10px}

.mar2 a{ display:block; width:144px; height:36px; line-height:36px; text-align:center; border:1px solid #DC0000; font-size:13px; color:#DC0000; margin:0px auto; margin-top:48px; font-weight:bold; transition:0.5s;}

.mar2 a:hover{ background:#DC0000; color:#fff; transition:0.5s; width:188px;}



.service_foot {
	height: 85px;
	text-align: center;
	background:url(../images/bg_services.jpg);
	color: #fff;
	font-size: 25px;
	line-height:85px;
	margin-top:53px;
	letter-spacing:1px;
}




.ibw-f { padding-top: 5px; padding-bottom:1px; }
.ibw-f .hd { margin-bottom: 50px; }
.ibw-f .bd { margin-bottom:10px; }
.ibw-f .bd .item { float: left; width: 380px; margin-right: 30px; background: #fff; }
.ibw-f .bd .item .img { height: 250px; overflow: hidden; }
.ibw-f .bd .item .img img { transition:all 0.6s ease-in-out; transform:scale(1); }
.ibw-f .bd .item .intro { padding: 10px 16px; border:1px solid #e5e5e5; border-top:0; height:140px}
.ibw-f .bd .item .intro h4 {color: #333333; font-size: 16px; line-height: 28px; font-weight: normal;}
.ibw-f .bd .item .intro h4 a {color: #333333; }
.ibw-f .bd .item .intro h4 a:hover {color: #db1103;}

.ibw-f .bd .item h4 {color: #333333; font-size: 16px; line-height: 28px; font-weight: normal;}
.ibw-f .bd .item h4 a {color: #333333; }
.ibw-f .bd .item h4 a:hover {color: #db1103;}


.ibw-f .bd .item .intro p { color: #999999; font-size: 13px; line-height: 22px; font-weight: normal; padding-top:10px; padding-bottom:20px}

.ibw-f .bd .item .intro p  a:hover { color: #db1103; }



.ibw-f .bd .item .intro p.ff { color: #999999; font-size: 13px; line-height: 22px; font-weight: normal; padding-top:10px; padding-bottom:20px}

.ibw-f .bd .item .intro p.ff  a:hover { color: #db1103; }



.ibw-f .bd .item:last-child { margin-right: 0; }
.ibw-f .bd .item:hover .img img { transform:scale(1.1); color:#FF0000 }

.ibw-f .ft { padding: 22px 0; border:1px solid #dcdcdc; }
.ibw-f .ft li { float: left; width: 33.333%; padding-left: 24px; line-height: 28px; }
.ibw-f .ft li a { color: #7d7d7d; }
.ibw-f .ft li a:hover { color: #0073c3; }
.ibw-title { padding:10px 0; }
.ibw-title .hd { margin-bottom: 49px; text-align: center; }
.ibw-title .hd h2 { font-size: 30px; line-height: 53px; font-weight: normal; }
.ibw-title .hd p { font-size: 16px; line-height: 40px; }




/**/

.contentpro {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}


.contentabout {
    width: 1200px;
    margin: 0 auto;
	color:#555555;
	font-size:15.3px; 
	line-height:1.9;
	margin-top:20px;
	font-weight: normal;
}


.case_con{position: relative; margin-top:5px}
.case_con .prev{ width: 36px; height: 53px; position: absolute; top: 139px; left: -64px;}
.case_con .next{ width: 36px; height: 53px; position: absolute; top: 139px; right: -64px;}
.case_con ul{ height: 462px;}
.case_con ul li{height:358px; overflow: hidden; float: left;width: 382px; margin-right:27px; background:url(../images/probg.jpg)}
.case_con ul li img{ width: 372px; height: 280px; overflow: hidden; display: block; padding-left:5px}
.case_con ul li span{ margin-top: 12px; display: block; text-align: center; color: #323232; font-family: "Microsoft Yahei"; font-size: 14px; line-height: 24px;}
.case_con ul li span em{ display: block; font-size: 20px; line-height: 30px;}
.case_con ul li a:hover{ text-decoration: none;}

.case_con .nobot{ margin-right: 0;}





.case-list li {
    width: 385px;
    height: 368px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    float: left;
    position: relative;
	margin-right:27px;
	background:url(../images/pro.jpg);
	margin-bottom:25px;
}

.case-list li a {
    display: block;
    width: 385px;
    height: 368px;
}

.case-list li:hover {
    -moz-box-shadow: 1px 1px 15px 5px #d8d8d8; /* 老的 Firefox */
    box-shadow: 1px 1px 15px 5px #d8d8d8;
}

.case-list li a:hover .lans {
    height: 65px;
}

.case-list li .img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.case-list li a:hover .lans-top {
    margin-top: 25px;
}

.case-list .lans {
    width:100%;
    box-sizing: border-box;
    padding: 0px 20px;
    height:84px;
    color: #999999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
    margin-bottom: 1px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.case-list li:hover .lans {
    margin-bottom: 0px;
    height: 65px;
	background-color: #db1103;
}

.lans .lans-top {
    line-height: 24px;
    margin-top: 25px;
}

.lans-top .lans-top-left {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    float: left;
}



.lans-top-right {
    float: right;
	font-size:14px;
}

.lans .lans-bottom {
    display: none;
    margin-top: 15px;
}

.case-list li:hover .lans-bottom {
    display: block;
	color:#FFFFFF;
	border-top:1px #FFFFFF dotted;
	padding-top:15px;
	font-size:14px;
}


.case-list li:hover .lans-top-left {
    display: block;
	color:#FFFFFF;
}





.case-list li:hover .lans-top-right {
    display: block;
	color:#fed7d8;
}





.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

.each-item:hover .picture img {
    transform: scale(1.09);
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    zoom: 1.09 \9;
}



.mainyoushi{ width:100%; margin:0 auto;}
.youshi { min-width: 1200px; height: 755px; position: relative; margin-top:0px; background:url(/images/bg_faq.jpg) no-repeat center top; overflow: hidden; padding-top:45px}
.youshi .container { height: 100%; position: relative; }
.youshi .ystit { width: 350px; height: 350px; margin: 0 auto; padding-top: 125px; position: relative; }
.youshi .ystit:before, .youshi .ystit:after, .youshi .ystit .yuan { content: ""; animation: yuan 3s ease-out infinite; width: 330px; height: 330px; opacity: 0; border-radius: 50%; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.8); position: absolute; left: 10px; top: 135px; }
.youshi .ystit:after {animation-delay: 1s;}
.youshi .ystit .yuan {animation-delay: 2s;}
.youshi .ystit img {position: relative; z-index: 2;}
.youshi .item {width: 320px; height: 98px; cursor: pointer; transition: all .4s; padding: 20px; background-color: rgba(255, 255, 255, 0.1); border-radius: 3px; color: #FFF; position: absolute; }
.youshi .item .name { font-size:25px; line-height:30px; padding-top:5px}
.youshi .item .name .img { display: inline-block; width: 40px; margin-right: 11px; text-align: center; vertical-align: middle; margin-top: -3px; }
.youshi .item:hover { background-color: rgba(255, 255, 255, 0.2); box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); transform: translate3d(10px, 10px, 0); }
.youshi .item .desc { margin: 10px 0 0 60px; height: 44px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }
.youshi .item.it01 { left: 70px; top: 50px; }
.youshi .item.it02 { left: 0; top: 230px; }
.youshi .item.it03 { left: 70px; top: 410px; }
.youshi .item.it04 { right: 70px; top: 50px; }
.youshi .item.it05 { right: 0; top: 230px; }
.youshi .item.it06 { right: 70px; top: 410px; }


@keyframes yuan { 0% { transform: scale(1); opacity: 0; }
  50% { opacity: .2; }
  100% { transform: scale(1.5); opacity: 0; } }




.index_process{ width:1200px; margin:0 auto}
.index_process > ul { display: inline-block; width: 100%; padding: 32px 0; }
.index_process > ul li { float: left; margin-right: 1%; text-align: center;width: 13%;}
.index_process > ul li i { display: inline-block; }
.index_process > ul li span { display: inline-block; width: 100%; font-size: 17px; line-height: 32px; }
.index_process > ul li p { font-size: 14px; color: #b3b3b3; line-height: 20px; }
.index_process > ul li:last-child { margin-right: 0; }
.index_process .index_step ul li { float: left; text-align: center; width: 14%; position: relative; }
.index_process .index_step ul li i { display: inline-block; padding: 0 5px; }
.index_process .index_step ul li span { display: inline-block;
 width: 15%; height: 1px; margin: 0 0 18px 0;  width: 100%;
 background-color: #efeded; position: absolute; top: 50%; margin-top: -1px; }
.index_process .index_step ul li:nth-child(1) i { margin-left: 52px; }
.index_process .index_step ul li:last-child span { width: 0; }


.liucheng-title {
  text-align: center;
  padding-bottom:25px;
}
.liucheng-title h1 {
    line-height:74px;
    font-size: 38px; position: relative;
    color: #fff; 
}
.liucheng-title h2 {
    margin-top: 5px;
    line-height: 36px;
    font-size: 16px;
    color: #818181;
	letter-spacing:0.2px;

}

.liucheng-title h1:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #db1103;
	left: 50%;
	margin-left: -31px;
	bottom: 0;
}
.liucheng-title[data-theme="light"] h1 {
  color: #fff;
}
.liucheng-title[data-theme="light"] h2 {
  color: rgba(255, 255, 255, 0.5);
}
.liucheng-title[data-theme="dark"] h1 {
  color: #fff;
}
.liucheng-title[data-theme="dark"] h2 {
  color: #999;
}
.liucheng-news {
  background: #ffffff;
  
}


/*************  page-address  ***********/



.p-address-margintop {
    padding-top: 50px;
}

.p-address-bd ul {
    margin-right: -39px;
}

.p-address-bd li {
    position: relative;
    float: left;
    margin: 0 39px 39px 0;
    width: 374px;
    height: 300px;
    overflow: hidden;
}

.p-address-pic img {
    width: 374px;
    height: 300px;
}

.p-address-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background: rgba(230, 230, 230, .73);
    transition: all .3s ease;
}

.p-address-bd li:hover .p-address-text {
    background: rgba(255, 0, 0, .73);
    color: #fff;
}

.p-address-ft {
    margin: 70px 0 60px;
}

.p-address-ft ul {
    margin-right: -12px;
}

.p-address-ft li {
    float: left;
    margin-right: 12px;
    width: 392px;
    height: 106px;
    font-size: 24px;
    line-height: 35px;
    padding: 18px 0 18px 156px;
    box-sizing: border-box;
    background-color: #33383e;
    background-repeat: no-repeat;
    background-position: 36px center;
    overflow: hidden;
    transition: all .3s ease;
}

.p-address-ft li:hover {
    background-color: #f00;
}

.p-address-ft li a {
    color: #fff;
    display: block;
}

.p-address-ft li.need {
    background-image: url(../img/p-address-icon1.png);
}

.p-address-ft li.want {
    background-image: url(../img/p-address-icon2.png);
}

.p-address-ft li.more {
    background-image: url(../img/p-address-icon3.png);
}

.p-address-ft li span {
    position: relative;
}

.p-address-ft li span:after {
    position: absolute;
    content: ' ';
    width: 46px;
    height: 42px;
    right: -74px;
    top: -20px;
    background: url(../img/p-address-line.png) no-repeat center;
}

.p-address-ft li p {
    position: relative;
    padding-left: 36px;
}

.p-address-ft li p:before {
    position: absolute;
    content: ' ';
    width: 46px;
    height: 42px;
    left: -22px;
    bottom: -20px;
    background: url(../img/p-address-line.png) no-repeat center;
}

.p-address-detail-menu {
    margin: 45px 0;
    text-align: justify;
}

.p-address-detail-menu a {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 3px;
    background: #f1f1f1;
    margin: 0 5px 15px;
    transition: all .3s ease;
}

.p-address-detail-menu a.show,
.p-address-detail-menu a:hover {
    color: #fff;
    background: #f00;
}

.p-address-detail-step {
    margin-left: 20px;
    padding-left: 50px;
    border-left: 1px solid #f00;
}

.p-address-detail-list {
    padding-bottom: 70px;
}

.p-address-detail-list p {
    font-size: 14px;
    color: #292828;
    line-height: 24px;
}

.p-address-detail-list p span {
    position: relative;
    display: block;
    font-size: 20px;
    color: #f00;
    margin-bottom: 10px;
}

.p-address-detail-list p span:before {
    content: ' ';
    position: absolute;
    left: -64px;
    top: 0;
    width: 28px;
    height: 28px;
    background: url(../img/p-address-detail-icon.png) no-repeat center;
}




