.productbox {
    margin: 0 auto;
    width: 100%;
}

.fuwu {
	display: flex;
	flex-direction: row;
    margin: 20px auto;
    height: 440px;
}

.title {
    margin: 0 auto;
    height: 55px;
}

.x_line {
    width: 100px;
    height: 2px;
    background: #000;
    margin: 39px 0;
}

.top-title {
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
}

.left-fw {
    position: relative;
    float: left;
    width: 20%;
    height: 440px;
    overflow: hidden;
}

.center-fw {
    position: relative;
    float: left;
    width: 50%;
    height: 440px;
    margin: 0 10px;
    overflow: hidden;
}

.right-fw {
    float: right;
    width: 28.3%;
    overflow: hidden;
}

.case_fw{
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: all .9s;
}

.case_fw:hover {
    overflow: hidden;
    transform: scale(1.1);
}

.c_text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    background: rgba(255, 255, 255, .6);
    width: 100%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.c_mw {
    float: left;
    width: 150px;
    line-height: 40px;
    background: rgba(0, 16, 95, .9);
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    font-size: 18px;
    text-indent: 10px;
    letter-spacing: 1px;
    color: #ffffff;
}

.c_font {
    float: left;
	margin-top:8px;
    padding-left: 12px;
    font-size: 17px;
    color: #333;
    font-weight: 700;
}

.right-fw .top-fw {
    height: 218px;
    position: relative;
    overflow: hidden;
}

.right-fw .bottom-fw {
    height: 218px;
    position: relative;
    margin-top: 4px;
    overflow: hidden;
}

.r_text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 0;
    overflow: hidden;
    color: #fff;
}

.r_rw {
    height: 38px;
    line-height: 38px;
    background: rgba(0, 16, 95, .9);
    font-size: 16px;
    margin-top: 4px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    color: #fff;
}

.top_bt {
    width: 145px;
    letter-spacing: 1px;
}

.bottom_bt {
    width: 116px;
    letter-spacing: 2px;
}

.left-neir {
    position: absolute;
    top: 20px;
    left: 0;
    color: #ffffff;
    text-align: center;
}

.nrd {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    padding: 3px 9px;
}

.more {
    position: absolute;
    top: 310px;
    left: 20px;
    display: block;
    border: 1px solid rgb(255, 255, 255);
    width: 200px;
    margin: 20px auto auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.more:hover {
    background-color: rgb(0 16 95 / 90%);
}

hr {
    width: 60px;
    margin-left: 95px;
    margin-top: 20px;
    height: 5px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
/* 产品 样式*/
/*标题*/


.pro-center {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* padding: 35px 0 0 0; */
}

.pro-center .title {
    font-size: 2.2em;
    text-align: center;
    padding-bottom: 5px;
    color: #333333;
    letter-spacing: 1px;
}

.pro-center .sub-title {
    font-size: 1.5em;
    text-align: center;
    color: #333333;
}

.pro-center .sub-title span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: auto;
}

.pro-center .sub-title span.text {
    padding: 0 1%;
}


/*内容左侧*/

.pro-left {
    float: left;
    width: 19%;
    box-sizing: border-box;
    box-shadow: 0px 10px 12px #f7f7f7;
}


.pro-content {
    width: 100%;
    padding-top: 40px;
}

.pro-right {
    float: right;
    width: 79%;
}

.pro-left .left-title {
    background: #314a82;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.pro-left .left-title span {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
}

.pro-left .left-title span.text {
    padding: 0 4%;
}
.pro-left .left-category{
	background-image: url("/tpl/demo/images/rongyu/case_bg.jpg");
	
}
.pro-left .left-category ul li {
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
    cursor: pointer;
    color: #333;
	font-weight:700;
}

.pro-left .left-category ul li .kt{
	display:inline-block;
	width:15%;
	height:51%;
	margin: 0 4% 0 10%;
	vertical-align:middle;
	background: url(/tpl/demo/images/anli_tb.png) no-repeat;
}
.pro-left .left-category ul li.on {
    background: #314a82;
    color: #FFFFFF;
}

.pro-left .left-category ul li:hover {
    background: #314a82;
    color: #FFFFFF;
}
/* .pro-left .left-category ul li:hover .kt{ */
	/* background: url(/tpl/demo/images/anli_tb_b.png) no-repeat; */
/* } */

.pro-left .left-contact {
    margin-top: 12%;
    margin-bottom: 15%;
    text-indent: 29%;
    background: url(/tpl/demo/images/teler.png) left 7% center no-repeat;
    background-size: 17%;
}

.pro-left .left-contact p {
    color: #282c7d;
    font-size: 14px;
}

.pro-left .left-contact p.tel {
    font-size: 1.5em;
    padding-top: 5%;
}


/*内容右侧*/

.pro-right {
    display: none;
}

.pro-right ul li {
    float: left;
    width: 31%;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 2%;
    transition: all .3s linear;
}

.pro-right ul li:nth-child(3n) {
    margin-right: 0;
}

.pro-right ul li .img {
    width: 100%;
    overflow: hidden;
}

.pro-right ul li img {
    width: 100%;
}

.pro-right ul li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.6em;
    color: #333333;
}

.pro-right.active {
    display: block;
}

.pro-right ul li:hover {
    box-shadow: 0px 0px 15px #314a82;
    transition: all .2s linear;
}


/* 荣誉资质 */
.slide-content {
    padding-top: 10px;
    background-image: url("/tpl/demo/images/rongyu/bg.jpg");
}

.slide-title {
    font-size: 48px;
    color: #313131;
    letter-spacing: 5px;
    line-height: 1;
    text-align: center;
}

.slide-links {
    text-align: center;
}

.slide-links a {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #3f51b5;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 22px;
}

.slide-links a:hover {
    background: #0c27bb;
    color: #fff;
}

.slide-item-body ul li {
    float: left;
    width:206px;
    height: 276px;
    display: block;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    color: #000;
    z-index: 10002;
}

.slide-item-body ul li a {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

.slide-item {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.slide-item-box {
    padding: 45px 0;
}

.new-body {
    padding: 20px 20px 40px 20px;
}

.new-body-title {
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    color: #616161;
    letter-spacing: 1px;
    font-weight: 600;
}

.new-body-text {
    padding-top: 20px;
    height: 92px;
    min-height: 50px;
    line-height: 18px;
    font-size: 12px;
    color: #919191;
    overflow: hidden;
}

.slide-item-body ul li {
    overflow: hidden;
    margin: 0 15px;
}

.slide-item-body ul {
    padding-top: 10px;
    overflow: hidden;
}

.slide-item-body ul li:hover {
    transform: scale(1.08, 1.05);
    z-index: 1002;
    position: relative;
    left: 0;
}

.next {
    position: absolute;
    top: 24%;
	 left: -16%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	width: 180px;
    height: 180px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.next-bg {
    background-image: url("http://www.jp-tree.cn//tpl/demo/images/rongyu/z.png");
}

/* .next:hover { */
    /* background-image: url("http://www.jp-tree.cn//tpl/demo/images/rongyu/z1.png"); */
/* } */

.prev {
    position: absolute;
    top: 24%;
	right: -14%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prev-bg {
    background-image: url("http://www.jp-tree.cn//tpl/demo/images/rongyu/y.png");
}

/* .prev-bg:hover { */
    /* background-image: url("http://www.jp-tree.cn//tpl/demo/images/rongyu/y1.png"); */
/* } */