
a,img{
    transition: all ease-out .5s;
}
/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.imgh img{
    display: block;
    width: 100%;
    height: 100%;
}
.imgh:hover img{
    transform: scale(1.1);
}


/*按钮*/
.mm{
    transition: .5s;
}
.mm:hover{
    transform: translateY(-5px);
}
.mm:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.mm:hover:before{
    opacity: 1;
}
a,img{
    transition: all ease-out .5s;
}
.one {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
}

.one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
}

.one:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*首页banner*/
.banner-box{
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}
.html5zoo-timer-0{
    background: transparent !important;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}


/*about-top*/
.about-top{
    background: url("../images/about-top.jpg") no-repeat center;
    height: 140px;
}
.aboutTime {
    height: 140px;
    float: left;
}

.aboutTime ul li {
    float: left;
    width: 181px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-top: 40px;
    box-sizing: border-box;
}

.aboutTime ul li span {
    display: block;
}
.aboutTime ul li span b {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    display: inline-block;
}
.aboutTime ul li span b:after {
    content: "+";
    position: absolute;
    font-size: 14px;
    right: -12px;
    top: 0;
    line-height: 14px;
}
.aboutTime ul li:last-child span b:after {
    content: "㎡";
    position: absolute;
    font-size: 14px;
    right: -18px;
    top: 0;
    line-height: 14px;
}
.aboutTime ul li p {
    line-height: 1;
    margin-top: 20px;
    font-size: 14px;
}

.about-topR{
    width: 310px;
    line-height: 1;
}

.about-topR h6{
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
    line-height: 70px;
    background: url("../images/quan.png") no-repeat 0 center;
    padding-left: 48px;
    box-sizing: border-box;
    font-size: 18px;
    color: #444;
}

.about-topR p{
    font-size: 27px;
    color: #444;
    background: url("../images/tel1.png") no-repeat 0 center;
    padding-left: 46px;
    box-sizing: border-box;
    margin-top: 18px;
}
.about-topR p i{
    font-size: 16px;
    /*float: left;*/
}

.titles{
    text-align: center;
    line-height: 1;
}
.titles i{
    display: block;
}
.titles h6{
    font-size: 30px;
    color: #555555;
    margin: -40px 0 15px;
    font-weight: bold;
}
.titles h6 a{
    color: #555;
}
.titles p{
    font-size: 14px;
    color: #777777;
}



/*dy-box*/
.dy-box{
    margin-top: 76px;
}

.dy{
    background: url("../images/dy-bg.png") no-repeat center top;
    margin-top: 51px;
    height: 331px;
}
.dy li{
    float: left;
    width: 400px;
    text-align: center;
    line-height: 1;
    height: 317px;
    box-sizing: border-box;
}

.dy li .dy-img{
    display: block;
    width: 300px;
    height: 200px;
    background-color: #009fef;
    border: solid 10px #f7f7f7;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
.dy li:hover .dy-img{
    transform: translateY(5px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.dy li .dy-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.dy li:hover .dy-img img{
    transform: scale(1.02);
}
.dy li .dy-name{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #444444;
    margin-top: 30px;
}
.dy li:hover .dy-name{
    transform: translateY(-3px);
    color: #1565bf;
}
.dy li p{
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 9px;
    font-size: 14px;
    color: #999;
    transition: all ease-out .7s;
}

.dy li:hover p{
    transform: translateY(-3px);
}
.dy .dy_ul{
	height:288px;
}
.dy .anniu_1 .prev{
	width:50px;
	height:50px;
	background:url(../images/anniu_l.png) no-repeat ;
	margin-left:376px;
	float:left;
	cursor:pointer;
	display:block;
	position:relative;
	z-index:2;
}
.dy .anniu_1 .next{
	width:50px;
	height:50px;
	background:url(../images/anniu_r.png) no-repeat ;
	margin-right:376px;
	float:right;
	cursor:pointer;
	display:block;
	position:relative;
	z-index:2;
}
/*duct-box*/
.duct-box{
    margin-top: 70px;
}

.duct{
    background: url("../images/duct-bg.jpg") no-repeat center;
    height: 848px;
    margin-top: 39px;
    overflow: hidden;
}

.ductL{
    width: 180px;
    line-height: 1;
}

.duct-nav{
    padding-top: 45px;
}
.duct-nav li{
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    z-index: 0;
    border-radius: 0px 25px 25px 0px;
    overflow: hidden;
    padding-right: 18px;
    box-sizing: border-box;
}
.duct-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #1565bf;
    transition: all ease-out .5s;
}
.duct-nav li:hover:before{
    width: 100%;
}

.duct-nav li a{
    display: block;
    box-sizing: border-box;
    background: url("../images/dn-q.png") no-repeat 110% center;
    width: 100%;
    padding-right: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #555;
}
.duct-nav li:hover a{
    background: url("../images/dn-q.png") no-repeat 90% center;
    color: #fff;
    transform: translateX(20px);
}


.duct-er{
    width: 150px;
    height: 150px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    margin-top: 80px;
}
.duct-er img{
    display: block;
    width: 100%;
    height: 100%;
}

.ductR{
    width: 960px;
}
.ductR li:nth-child(3n+1){
    margin-left: 0;
}
.ductR li{
    float: left;
    width: 300px;
    margin: 0 0 38px 30px;
    line-height: 1;
}
.ductR li .duct-img{
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.ductR li .duct-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.ductR li:hover .duct-img{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    transform: scale(.98);
}
.ductR li .duct-nn{
    width: 100%;
    height: 116px;
    background: url("../images/duct-nn.png") no-repeat 280px top;
    padding: 19px 65px 0 11px;
    line-height: 1;
    box-sizing: border-box;
}
.ductR li .duct-nn i{
    display: block;
    width: 31px;
    height: 3px;
    background: #dddddd;
    transition: all ease-out .5s;
}
.ductR li:hover .duct-nn i{
    width: 60px;
    background: #1565bf;
}

.ductR li .duct-nn a{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #444;
    margin: 18px 0;
}

.ductR li .duct-nn p{
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    height: 52px;
}
.ductR li:hover .duct-nn a{
    color: #1565bf;
    transform: translateY(3px);
}

/*ys-box*/
.ys-box{
    background: url("../images/ys-bg.jpg") no-repeat center;
    height: 771px;
    box-sizing: border-box;
    padding-top: 38px;
}

.ys{
    margin-top: 149px;
    height: 500px;
    background: tan;
    box-sizing: border-box;
    padding: 50px 70px 0;
    line-height: 1;
    position: relative;
}

.ys-tu{
    width: 550px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}
.ys-tu img{
    display: block;
    width: 100%;
    height: 100%;
}
.ys-zi{
    width: 510px;
    background: #f7f7f7;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 54px 58px 0;
    line-height: 1;
    height: 400px;
    position: relative;
}


.ys-zi h6{
    font-weight: bold;
    font-size: 18px;
    color: #484848;
}
.ys-zi p{
    height: 137px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
}

.ys-nav{
    position: absolute;
    top: 292px;
    right: 130px;
    background: url("../images/ys-nav.png") no-repeat center;
    width: 386px;
    height: 121px;
}
.ys-nav li{
    width: 193px;
    float: left;
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    color: #555;
    transition: all ease-out .5s;
}
.ys-nav li span{
    color: #999999;
}
.ys-nav li:nth-child(2),
.ys-nav li:nth-child(4){
    padding-left: 69px;
}

.ys-nav li.on{
    color: #1565bf;
    letter-spacing: 1px;
}

/*case-box*/
.case-box{
    margin-top: 46px;
}

.case{
    background: url("../images/case-bg.jpg") no-repeat center;
    height: 990px;
    margin-top: 42px;
    overflow: hidden;
}

.caseL{
    width: 400px;
    padding-top: 179px;
    margin-left: 63px;
}
.caseL .case-tu{
    display: block;
    width: 100%;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}
.caseL:hover .case-tu{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.caseL .case-tu img{
    display: block;
    width: 100%;
    height: 100%;
}
.caseL:hover .case-tu img{
    transform: scale(1.02);
}
.caseL .case-nn{
    margin-top: 30px;
    line-height: 1;
}

.caseL .case-nn a{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #555555;
    padding: 0 50px 0 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
}
.caseL:hover .case-nn a{
    color: #1565bf;
    transform: translateY(-3px);
}
.caseL .case-nn a:before{
    content: '+';
    font-size: 16px;
    color: #555555;
    position: absolute;
    left: 350px;
    top: -2px;
    line-height: 18px;
}

.caseL .case-nn p{
    padding: 0 39px 0 33px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-top: 16px;
    height: 48px;
    transition: all ease-out .7s;
}
.caseL:hover .case-nn p{
    transform: translateY(-3px);
}


.caseR{
    width: 670px;
}
.caseR li:nth-child(2n+1){
    margin-left: 0;
}

.caseR li{
    float: left;
    margin: 0 0 60px 30px;
    width: 320px;
    line-height: 1;
}

.caseR li .case-img{
    display: block;
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}
.caseR li:hover .case-img{
    transform: scale(.98);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.caseR li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.caseR li .case-name{
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    color: #555555;
    padding: 0 15px 0 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    width: 298px;
    margin: 20px auto 0;
}
.caseR li:hover .case-name{
    color: #1565bf;
    transform: translateY(-3px);
}
.caseR li .case-name:before{
    content: '+';
    font-size: 16px;
    color: #555555;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
}






.case_la{
    width:1200px;
	margin:auto;
	overflow:hidden;
}
.case_la .case_la_1{
	width:1050px;
	float:right;
}
.case_la li{
    float: left;
    margin: 0 0 60px 30px;
    width: 320px;
    line-height: 1;
}

.case_la li .case-img{
    display: block;
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}
.case_la li:hover .case-img{
    transform: scale(.98);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.case_la li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.case_la li .case-name{
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    color: #555555;
    padding: 0 15px 0 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    width: 298px;
    margin: 20px auto 0;
}
.case_la li:hover .case-name{
    color: #1565bf;
    transform: translateY(-3px);
}
.case_la li .case-name:before{
    content: '+';
    font-size: 16px;
    color: #555555;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
}
.anniu{
width:150px;
margin-left:60px;
}
.anniu .prev{
	width:50px;
	height:50px;
	background:url(../images/anniu_l.png) no-repeat ;
	cursor:pointer;
	display:block;
	position:relative;
	z-index:2;
	margin-top:60px;
}
.anniu .next{
	width:50px;
	height:50px;
	background:url(../images/anniu_r.png) no-repeat ;
	cursor:pointer;
	display:block;
	position:relative;
	z-index:2;
	margin-top:30px;
}








.case-text{
    font-size: 16px;
    line-height: 36px;
    color: #555555;
    position: absolute;
    top: 30px;
    left: 0;
}

/*about-box*/
.about-box{
    background: url("../images/about-bg.jpg") no-repeat center;
    height: 881px;
    overflow: hidden;
    padding-top: 44px;
    box-sizing: border-box;
    margin-top: 80px;
}

.about{
    background: url("../images/about-beijing.png") no-repeat center;
    height: 666px;
    overflow: hidden;
    margin-top: 42px;
    position: relative;
}

.about-desc{
    padding: 66px 64px 0 80px;
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
    height: 426px;
}

.about-tu{
    width: 521px;
    height: 360px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: solid 5px #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}
.about-tu img{
    display: block;
    width: 100%;
    height: 100%;
}

.about-nei{
    padding-top: 44px;
    width: 485px;
    color: #fff;
}

.about-nei h6{
    font-size: 18px;
    color: #fff;
}

.about-nei p{
    overflow: hidden;
    font-size: 15px;
    line-height: 36px;
    color: #ffffff;
    height: 108px;
    margin-top: 25px;
}

.about-nei a{
    display: block;
    color: #fff;
    background: url("../images/about-more.png") no-repeat center;
    width: 121px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    box-sizing: border-box;
    padding-left: 52px;
    font-size: 15px;
    margin-top: 90px;
}

.about-list{
    margin-top: 70px;
    padding-left: 80px;
    box-sizing: border-box;
    width: 100%;
}
.about-list li:nth-child(2n+1){
    margin-left: 0;
}
.about-list li{
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 61px;
    border-radius: 6px;
    margin: 0 0 0 40px;
    float: left;
    z-index: 0;
}

.about-list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 22px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
}

.about-list li a i{
    display: block;
    float: left;
    width: 61px;
    height: 61px;
    border-radius: 6px;
    margin: 0 65px 0 0;
    transition: all ease-out .5s;
}
.about-list li:hover a i{
    transform: translateX(5px);
}
.about-list li:nth-child(1) a i{
    background: url("../images/a1.png") no-repeat center #bbb;
}
.about-list li:nth-child(1):hover a i{
    background: url("../images/a1.png") no-repeat center #1565bf;
}
.about-list li:nth-child(2) a i{
    background: url("../images/a2.png") no-repeat center #bbb;
}
.about-list li:nth-child(2):hover a i{
    background: url("../images/a2.png") no-repeat center #1565bf;
}
.about-list li:nth-child(3) a i{
    background: url("../images/a3.png") no-repeat center #bbb;
}
.about-list li:nth-child(3):hover a i{
    background: url("../images/a3.png") no-repeat center #1565bf;
}
.about-list li:nth-child(4) a i{
    background: url("../images/a4.png") no-repeat center #bbb;
}
.about-list li:nth-child(4):hover a i{
    background: url("../images/a4.png") no-repeat center #1565bf;
}
.about-list li a p{
    display: block;
    float: left;
    transition: all ease-out .5s;
    font-size: 18px;
    color: #555;
    padding-top: 16px;
    line-height: 1;
}
.about-list li a p span{
    display: block;
    margin-top: 6px;
    font-weight: normal;
    font-size: 12px;
    color: #999;
}
.about-list li:hover a p{
    transform: translateX(-5px);
}


.about-list li:before{
    content: '';
    position: absolute;
    top: 29px;
    left: 102px;
    width: 31px;
    height: 1px;
    background-color: #999999;
}



/*new-box*/
.new-box{
    margin-top: 70px;
}

.new{
    margin-top: 40px;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.newL{
    width: 400px;
}
.newL .new-tu{
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.newL:hover .new-tu{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.newL .new-tu img{
    display: block;
    width: 100%;
    height: 100%;
}
.newL:hover .new-tu img{
    transform: scale(1.02);
}
.newL .new-nn{
    margin-top: 30px;
    line-height: 1;
}

.newL .new-nn a{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #555555;
    padding: 0 50px 0 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
}
.newL:hover .new-nn a{
    color: #1565bf;
    transform: translateY(-3px);
}
.newL .new-nn a:before{
    content: '+';
    font-size: 16px;
    color: #555555;
    position: absolute;
    left: 350px;
    top: -2px;
    line-height: 18px;
}

.newL .new-nn p{
    padding: 0 39px 0 33px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-top: 16px;
    height: 48px;
    transition: all ease-out .7s;
}
.newL:hover .new-nn p{
    transform: translateY(-3px);
}


.newR{
    width: 737px;
}
.newR li:nth-child(2n+1){
    margin-left: 0;
}
.newR li{
    float: left;
    width: 327px;
    line-height: 1;
    margin: 0 0 30px 83px;
    height: 65px;
}

.newR li span{
    font-size: 14px;
    color: #999999;
    display: block;
    margin-bottom: 20px;
}

.newR li a{
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-right:20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #444;
}


.newR li a:before{
    content: '>';
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 14px;
    line-height: 16px;
}

.newR li:hover a{
    color: #1565bf;
    transform: translateX(3px);
}


/*link*/
.link{
    height: 33px;
    line-height: 33px;
    margin: 60px 0 78px;
}

.link b{
    font-size: 24px;
    color: #fff;
    margin-right: 20px;
    width: 80px;
    height: 33px;
    background-color: #1565bf;
    border-radius: 4px;
    line-height: 33px;
    text-align: center;
}
.link-li{
    width: 91%;
    overflow: hidden;
}
.link-li li{
    float: left;
}
.link-li a{
    display: inline-block;
    font-size: 14px;
    color: #555;
    margin: 0 20px;
}

.link-li a:hover{
    transform: translateY(-5px);
    color: #1565bf;
}

/*touchs-box*/
.touchs-box{
    height: 100px;
    background-color: #f3f5fb;
    width: 100%;
    line-height: 100px;
}

.touchs-box li:nth-child(1){
    background: url("../images/f1.png") no-repeat 0 center;
    width: 25%;
}
.touchs-box li:nth-child(2){
    background: url("../images/f2.png") no-repeat 0 center;
    width: 35%;
}
.touchs-box li:nth-child(3){
    background: url("../images/f3.png") no-repeat 0 center;
    width: 40%;
}

.touchs-box li{
    padding-left: 45px;
    box-sizing: border-box;
    font-size: 15px;
    color: #444444;
    float: left;
}






































































































































































































































































































































































































































































































































































































































































































































































































































































































































































