﻿
.p-btn-1.color1{border-color: #9f805c;}
.p-btn-1.color1 span{background-color: #9f805c;}
/*标题*/
.p-tit-1{
    padding: 68px 0 39px;
    text-align: center;
    font-size: 16px;
    color: #b18c62;
}
.p-tit-1 .en{
    font-size: 48px;
    font-family: 'ShinePersonalUse';
}
.p-tit-1 .cn{
    font-size: 28px;
    margin-bottom: 17px;
}
.p-tit-1 .cn span{
    padding-left: 37px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}
.p-tit-1.white{
    color: #fff;
}
.p-tit-2{
    text-align: center;
    color: #b18c62;
}
.p-tit-2 .d1{
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
}
.p-tit-2 .d2{
    position: relative;
    display: inline-block;
    padding: 0 42px;
    font-size: 40px;
    font-family: 'PAINP';
    line-height: 55px;
}
.p-tit-2 .d2:after,
.p-tit-2 .d2:before{
    content: '';
    position: absolute;
    top: 0;
    width: 42px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 50% 9px;
}
.p-tit-2 .d2:after{left: 0;background-image: url(../images/ico-hm-tit-1.png);}
.p-tit-2 .d2:before{right: 0;background-image: url(../images/ico-hm-tit-2.png);}
.p-tit-2 .d3{
    font-size: 16px;
    line-height: 1;
}
.p-tit-2.white{
    color: #fff;
}

.m-box-three .row1{
    padding-bottom: 70px;
}
.m-box-three .row1 .cont{
    padding-bottom: 45px;
}
.m-box-three .row1 .col-l{
    width: 33.3333%;
}
.m-box-three .row1 .col-r{
    margin-right: -10px;
    width: 65%;
}
.m-box-three .row1 .video{
    position: relative;
    overflow: hidden;
    height: 430px;
}
.m-box-three .row1 .video .pos{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    background: url(../images/bg-three-2.png);
}
.m-box-three .row1 .video .pos:before {
   content: '';
   display: inline-block;
   width: 0;
   height: 100%;
   vertical-align: middle;
}
.m-box-three .row1 .video .txt{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    -moz-text-shadow: 2px 3px 7px rgba(0,0,0,.4);
    -webkit-text-shadow: 2px 3px 7px rgba(0,0,0,.4);
    text-shadow: 2px 3px 7px rgba(0,0,0,.4);
    color: #fff;
}
.m-box-three .row1 .video .play{
    margin-top: 12px;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/ico-three-2.png) center no-repeat;
}
.m-box-three .row1 video{
    object-fit: cover;
}
.m-box-three .row1 .items{
    float: left;
    width: 50%;
}
.m-box-three .row1 .item-cnt{
    margin: 0 10px 10px 0;
    padding: 0 20px 0 35px;
    height: 100px;
    font-size: 14px;
    background-color: #fff;
    color: #666;
}
.m-box-three .row1 .items h4{
    padding: 23px 0 9px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.m-box-three .row2{
    padding-bottom: 70px;
    background: url(../images/img-three-3.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-box-three .row2 .cont{
    padding-bottom: 55px;
}
.m-box-three .row2 .col-l{
    width: 45%;
}
.m-box-three .row2 .col-r{
    width: 55%;
}
.workScro1 img{
    width: 100%;
}
.workScro1 .slick-arrow{
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
}
.workScro1 .slick-arrow.prev{
    right: 44px;
    background-image: url(../images/arr-l5.png);
}
.workScro1 .slick-arrow.next{
    right: 0;
    background-image: url(../images/arr-r5.png);
}
.workScro1 .slick-arrow.prev:hover{background-image: url(../images/arr-l6.png);}
.workScro1 .slick-arrow.next:hover{background-image: url(../images/arr-r6.png);}
.workScro2{
    padding-bottom: 20px;
}
.workScro2 a{
    display: block;
    margin: 0 0 20px 20px;
    height: 240px;
    font-size: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.workScro2 a:before {
   content: '';
   display: inline-block;
   width: 0;
   height: 100%;
   vertical-align: middle;
}
.workScro2 .center{
    position: relative;
   display: inline-block;
   width: 152px;
   height: 53px;
   font-size: 12px;
   vertical-align: middle;
   background: url(../images/bg-three-3.png);
   color: #666;
   opacity: 0;
   -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
   filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
   -o-transition: .5s;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}
.workScro2 .center:after,.workScro2 .center:before{
    content: '';
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    z-index: 10;
    opacity: .9;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.workScro2 .center:after{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.workScro2 .center:before{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.workScro2 .cn{
    display: block;
    padding-top: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.workScro2 .en{
    font-family: 'Arial';
}
.slickDots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    font-size: 0;
    text-align: center;
}
.slickDots li{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.slickDots li:before,.slickDots li:after{
    content: '';
    position: absolute;
    top: 50%;
    z-index: 10;
}
.slickDots li:before{
    left: 50%;
    margin: -11px 0 0 -11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.slickDots .slick-active{
    margin-right: 65px;
    background-color: #dca436;
}
.slickDots .slick-active:before{
    border-color: #dca436;
}
.slickDots .slick-active:after{
    left: 25px;
    width: 40px;
    height: 1px;
    background-color: #dca436;
}
.slickDots .slick-active:last-child{
    margin-right: 0px;
}
.slickDots .slick-active:last-child:after{
    display: none;
}
.workScro2 a:hover .center{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.m-box-three .row3{
    padding-bottom: 70px;
}
.m-box-three .row3 .p-btn-1{
    margin-top: 45px;
}
.tchScro{
    margin-left: -20px;
}
.tchScro .item a{
    display: block;
    margin: 0 0 10px 20px;
    padding: 22px;
    background-color: #fff;
}
.tchScro .img{
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.tchScro .img img{
    width: 100%;
}
.tchScro .img .pos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../images/bg-three-2.png);
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.tchScro .img .pos:before {
   content: '';
   display: inline-block;
   width: 0;
   height: 100%;
   vertical-align: middle;
}
.tchScro .img .btn{
   display: inline-block;
   padding: 0 35px;
   font-size: 16px;
   line-height: 46px;
   vertical-align: middle;
   background-color: #dca436;
   color: #fff;
}
.tchScro .txt{
    overflow: hidden;
    height: 340px;
}
.tchScro .txt h3{
    position: relative;
    margin-bottom: 28px;
    padding: 24px 0 29px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.tchScro .txt h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 50px;
    height: 3px;
    background-color: #e7dcd0;
}
.tchScro .txt p{
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.tchScro .txt .color{
    font-size: 16px;
    color: #333;
}
.tchScro a:hover .pos{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.tchScro .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
}
.tchScro .slick-arrow.prev{
    left: -85px;
    background-image: url(../images/arr-l.png);
}
.tchScro .slick-arrow.next{
    right: -85px;
    background-image: url(../images/arr-r.png);
}
.tchScro .slick-arrow.prev:hover{background-image: url(../images/arr-l1.png);}
.tchScro .slick-arrow.next:hover{background-image: url(../images/arr-r1.png);}

.m-box-three .row4{
    padding: 80px 0 60px;
    background: url(../images/img-three-6.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-box-three .row4 .col-l{
    width: 42%;
    font-size: 14px;
    color: #fff;
}
.m-box-three .row4 .col-r{
    width: 53.5%;
}
.m-box-three .row4 .cl-en{
    padding-top: 4px;
    font-family: 'sophis';
    font-weight: normal;
    font-size: 50px;
    line-height: 0.9;
}
.m-box-three .row4 .cl-cn{
    padding: 30px 0 8px;
    font-weight: normal;
    font-size: 24px;
}
.m-box-three .row4 .cl-info{
    padding-bottom: 65px;
    line-height: 24px;
}
.m-box-three .row4 .cl-info h5{
    padding-top: 16px;
    font-weight: normal;
    font-size: 16px;
}
.m-box-three .row4 .p-btn-1{
    margin: 0;
}
.m-box-three .row4 .item{
    position: relative;
    float: left;
    margin: 0 0 20px 20px;
    width: 300px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-box-three .row4 .item:after,
.m-box-three .row4 .item:before{
    content: '';
    position: absolute;
    z-index: 5;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.m-box-three .row4 .item:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b18c62;
}
.m-box-three .row4 .item:after{
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    border: 1px solid #d8c4ad;
}
.m-box-three .row4 .bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: url(../images/bg12.png);
}
.m-box-three .row4 .center{
    position: relative;
    z-index: 10;
    padding: 35px 30px 0 40px;
    color: #fff;
}
.m-box-three .row4 .tit{
    padding-bottom: 40px;
}
.m-box-three .row4 .cn{
    padding-bottom: 12px;
    font-size: 20px;
}
.m-box-three .row4 .en{
    font-size: 16px;
    font-family: 'Arial';
}
.m-box-three .row4 .ico{
    overflow: hidden;
}
.m-box-three .row4 .btn{
    float: right;
    margin-top: 65px;
    width: 30px;
    height: 30px;
    background: url(../images/ico-three-5.png) center no-repeat;
}
.m-box-three .row4 .it1:before,
.m-box-three .row4 .it1:after,
.m-box-three .row4 .it2:hover:before,
.m-box-three .row4 .it2:hover:after{
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.m-box-three .row4 .it1:hover:before,
.m-box-three .row4 .it1:hover:after{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.ul-list-p1{
    overflow: hidden;
    margin-left: -20px;
}
.ul-list-p1 li{
    float: left;
    width: 25%;
}
.ul-list-p1 a{
    display: block;
    margin-left: 20px;
    padding: 50px 35px 37px;
    text-align: center;
    background-color: #fff;
}
.ul-list-p1 .ico{
    display: inline-block;
    width: 52px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center top;
}
.ul-list-p1 h4{
    margin: 33px 0 18px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
}
.ul-list-p1 .info{
    overflow: hidden;
    height: 68px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
}
.ul-list-p1 .btn{
    display: inline-block;
    margin-top: 33px;
    width: 16px;
    height: 15px;
   
}
.ul-list-p1 .ico1{background-image: url(../images/ico-three-11.png);}
.ul-list-p1 .ico2{background-image: url(../images/ico-three-12.png);}
.ul-list-p1 .ico3{background-image: url(../images/ico-three-13.png);}
.ul-list-p1 .ico4{background-image: url(../images/ico-three-14.png);}
.ul-list-p1 a:hover{background-color: #b18c62;}
.ul-list-p1 a:hover h4{color: #fff;}
.ul-list-p1 a:hover .info{color: #fff;}
.ul-list-p1 a:hover .ico{background-position: 50% -42px;}
.ul-list-p1 a:hover .btn{background-position: 50% -15px;}
.m-box-three .row5 .cont{
    padding: 69px 0 70px 20px;
}
.m-box-three .row5 .col-l{
    position: relative;
    width: 43.33%;
}
.m-box-three .row5 .col-l:before,
.m-box-three .row5 .col-r:before{
    content: '';
    position: absolute;
    top: -19px;
    z-index: 5;
    opacity: .2;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}
.m-box-three .row5 .col-l:before{
    left: -20px;
    width: 160px;
    height: 165px;
    background-color: #dca436;
}
.m-box-three .row5 .col-l img{
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
}
.m-box-three .row5 .col-r{
    position: relative;
    width: 52%;
}
.m-box-three .row5 .col-r:before{
    right: 0;
    width: 165px;
    height: 165px;
    border-top: 2px solid #dca436;
    border-right: 2px solid #dca436;
}
.m-box-three .row5 .ct-tit{
    position: relative;
    padding: 19px 0 30px;
}
.m-box-three .row5 .ct-tit:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100px;
    height: 2px;
    background-color: #dca436;
}
.m-box-three .row5 .ct-tit .en{
    font-size: 26px;
    font-family: 'ShinePersonalUse';
    color: #b18c62;
    opacity: .5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.m-box-three .row5 .ct-tit .cn{
    padding-top: 8px;
    font-size: 24px;
}
.m-box-three .row5 .ct-info{
    padding: 28px 0 42px;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
.m-box-three .row5 .color{
    color: #dca436;
}
.m-box-three .row5 .btns{
    margin-left: -45px;
}
.m-box-three .row5 .p-btn-1{
    float: left;
    margin-left: 45px;
}


.row-three {
    padding: 90px 0;
    background: url(../images/bg-hm-1.jpg) center center no-repeat;
    background-size: cover;
}
.row-three.bg1{
    background: url(../images/img-nine-8.jpg) fixed;
	background-size:cover;
}
.row-three .list{
    margin-right: 20px;
    padding-top: 16px;
}
.row-three .cont{
    margin-top: 40px;
    background-color: #9f805c;
    border: 1px solid #9f805c;
}
.row-three .cont{margin-top: 44px;}
.row-three .tit{
    border-bottom: 1px solid #b69978;
    color: #fff;
}
.row-three .table .item{
    border-bottom: 1px dotted #b69978;
    color: #fff;
}
.row-three .table .d3,
.row-three .form .d1 em{
    color: #f0ac27;
}
.row-three .form,
.row-three .form .inp-form{
    background-color: #9f805c;
    color: #fff;
}
.row-three .form .inp-form::-webkit-input-placeholder {color: #fff;}
.row-three .form .inp-form::-moz-placeholder {color: #fff;}
.row-three .form .inp-form::-ms-input-placeholder {color: #fff;}
.row-three .form .li-item{
    border: 1px solid #b69978;
}
.row-three .form .d1{
    border-right: 1px solid #b69978;
    color: #fff;
}
.row-three .form .select .cur{background-image: url(../images/ico-three-16.png);}
.row-three .form .select .s-list{
    background-color: #9f805c;
    border: 1px solid #b69978;  
}
.row-three .form .select .s-list a{color: #fff;}
.row-three .form .select .s-list a:hover{color: #f0ac27;}


.m-box-nine .p-tit-2{
    padding-top: 80px;
}
.m-box-nine .row1{
    background: url(../images/img-nine-2.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-list-p2{
    overflow: hidden;
    padding: 100px 0 20px;
}
.ul-list-p2 li{
    overflow: hidden;
    padding-bottom: 40px;
    width: 50%;
}
.ul-list-p2 .ico{
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-image: url(../images/img-nine-2.png);
}
.ul-list-p2 .info{
    overflow: hidden;
    max-width: 280px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.ul-list-p2 .info h5{
    padding: 4px 0 10px;
    font-size: 18px;
    font-weight: normal;
}
.ul-list-p2 .lil,
.ul-list-p2 .lil .ico,
.ul-list-p2 .lil .info{float: left;}
.ul-list-p2 .lil .ico{margin-right: 18px;}
.ul-list-p2 .lir,
.ul-list-p2 .lir .ico,
.ul-list-p2 .lir .info{float: right;}
.ul-list-p2 .lir .ico{margin-left: 18px;}
.ul-list-p2 .lir .info{text-align: right;}
.ul-list-p2 .li1 .ico{background-position: 0px 0;}
.ul-list-p2 .li3 .ico{background-position: -84px 0;}
.ul-list-p2 .li5 .ico{background-position: -168px 0;}
.ul-list-p2 .li7 .ico{background-position: -252px 0;}
.ul-list-p2 .li2 .ico{background-position: 0px -84px;}
.ul-list-p2 .li4 .ico{background-position: -84px -84px;}
.ul-list-p2 .li6 .ico{background-position: -168px -84px;}
.ul-list-p2 .li8 .ico{background-position: -252px -84px;}

.m-box-nine .row2{
    overflow: hidden;
}
.m-box-nine .row2 .img{
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.m-box-nine .row2 .img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: url(../images/bg9.png);
}

.m-box-nine .row2 a:hover:before{
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	opacity:0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)';
}
.m-box-nine .row2 .img1{
    width: 40%;
    height: 492px;
}
.m-box-nine .row2 .img2{
    width: 19%;
    height: 246px;
}
.m-box-nine .row2 .pos{
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    z-index: 10;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: url(../images/bg-nine-1.png);
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.m-box-nine .row2 a:hover .pos{bottom: 0;}

.m-box-nine .row3{
    padding-bottom: 17px;
}
.m-box-nine .row3 .cont{
    padding: 40px 0 35px;
}
.m-box-nine .row3 .col-l,
.m-box-nine .row3 .col-r{
    width: 50%;
}
.m-box-nine .row3 .cl-cont{
    position: relative;
    padding: 0 50px;
    height: 536px;
    background: #fdfdfb url(../images/img-nine-4.png) 375px 18px no-repeat;
}
.techScro,.techScro .slick-list,.techScro .slick-track,.techScro .item{
    height: 100%;
}
.techScro h3{
    padding: 46px 0 20px;
    font-weight: normal;
    font-size: 24px;
}
.techScro .info{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.techScro .info p{
    padding-bottom: 16px;
}
.m-box-nine .row3 .teacher{
    position: absolute;
    bottom: 13px;
    left: 50%;
    z-index: 10;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.m-box-nine .row3 .list{
    overflow: hidden;
    position: absolute;
    bottom:12px;
    left: 50px;
    right: 50px;
    z-index: 5;
    padding: 20px 0;
}
.m-box-nine .row3 .list a{
    display: block;
    padding: 8px 0;
    width: 170px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #e6dbcd;
    border-bottom: 1px solid #e6dbcd;
    color: #666;
}
.m-box-nine .row3 .list .prev{
    float: left;
}
.m-box-nine .row3 .list .next{
    float: right;
}
.m-box-nine .row3 .list .cn{
    font-size: 16px;
}
.m-box-nine .row3 .list .en{
    font-size: 18px;
    font-family: 'Arial';
}
.m-box-nine .row3 .list a:hover{color: #b18c62;}
.workScro .item{
    overflow: hidden;
}
.workScro a{
    position: relative;
    display: block;
    float: left;
    margin: 0 0 20px 20px;
    width: 280px;
    text-align: center;
    font-size: 16px;
    color: #dca436;
}
.workScro img{
    width: 100%;
}
.workScro .pos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg9.png);
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.workScro .pos:after,
.workScro .pos:before{
    content: '';
}
.workScro .pos:after{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.workScro .pos:before{
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 2px solid #fff;
}
.workScro .btn{
    display: inline-block;
    width: 150px;
    line-height: 45px;
    vertical-align: middle;
    background-color: #fff;
}
.workScro a:hover .pos{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.m-box-nine .row4{
    padding-bottom: 80px;
    background: url(../images/img-nine-6.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-list-p3{
    overflow: hidden;
    margin-left: -110px;
    padding: 50px 0 30px;
}
.ul-list-p3 li{
    float: left;
    width: 25%;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.ul-list-p3 .center{
    margin-left: 110px;
}
.ul-list-p3 h6{
    font-weight: normal;
    font-size: 18px;
}
.ul-list-p3 .info{
    overflow: hidden;
    margin-top: 10px;
    height: 66px;
    line-height: 22px;
}
.ul-list-p3 .img{
    position: relative;
    margin: 0 auto 18px;
    padding: 15px;
    width: 153px;
    height: 153px;
    border-radius: 50%;
    border: 1px dashed #aba8a6;
}
.ul-list-p3 .img:before{
    content: '';
    position: absolute;
    top: 50%;
    right: -99px;
    margin-top: -15px;
    width: 56px;
    height: 30px;
    background: url(../images/img-nine-5.png) center no-repeat;
}
.ul-list-p3 .img img{
    display: block;
    width: 100%;
}

.ul-list-p4{
    overflow: hidden;
    margin-left: -20px;
    padding: 40px 0 80px;
}
.ul-list-p4 li{
    float: left;
    width: 25%;
}
.ul-list-p4 a{
    position: relative;
    display: block;
    height: 587px;
    border: 2px solid #ebe2d5;
    margin-left: 20px;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.ul-list-p4 .li4 a{
    height: 587px;
}
.ul-list-p4 .ico{
    margin: 30px auto 0;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/img-nine-2.png);
}
.ul-list-p4 .li1 .ico{background-position: -84px 0;}
.ul-list-p4 .li2 .ico{background-position: -252px 0;}
.ul-list-p4 .li3 .ico{background-position: -252px -84px;}
.ul-list-p4 .li4 .ico{background-position: -84px -84px;}
.ul-list-p4 h4{
    position: relative;
    margin-bottom: 23px;
    padding: 20px 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    color: #333;
}
.ul-list-p4 h4:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background-color: #666;
}
.ul-list-p4 .img,.ul-list-p4 .txt{
    position: absolute;
}
.ul-list-p4 .img{
    left: -2px;
    right: -2px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-list-p4 .txt{
    left: 0;
    right: 0;
    padding: 0 14px;
}
.ul-list-p4 .center{
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    text-align: center;
    background: url(../images/bg12.png);
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.ul-list-p4 .center:before {
   content: '';
   display: inline-block;
   width: 0;
   height: 100%;
   vertical-align: middle;
}
.ul-list-p4 .btn {
   display: inline-block;
   width: 150px;
   font-size: 16px;
   line-height: 45px;
   vertical-align: middle;
   background-color: #dca436;
   color: #fff;
}
.ul-list-p4 .li1 .img,
.ul-list-p4 .li3 .img{
    bottom: -2px;
}
.ul-list-p4 .li2 .img,
.ul-list-p4 .li4 .img{
    top: -2px;
}
.ul-list-p4 .li1 .txt,
.ul-list-p4 .li3 .txt{
    top: 0;
}
.ul-list-p4 .li2 .txt,
.ul-list-p4 .li4 .txt{
    top: 298px;
}
.ul-list-p4 a:hover .center{
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
