/* ***轮播图*** */
#wf-carousel{
    margin-top: .9rem;
}
#wf-carousel .carousel-inner .carousel-item{
    height: 38vw;
}
#wf-carousel .carousel-indicators li{
    background-color: #fe9b00 !important;
}
#wf-carousel .carousel-control-prev-icon{
    background-image: url("../image/leftArrow.png") !important;
    width: 40px !important;
    height: 40px !important;
}
#wf-carousel .carousel-control-next-icon{
    background-image: url("/Image/rightArrow.png") !important;
    width: 40px !important;
    height: 40px !important;
}
#wf-carousel .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
}
#wf-carousel .carousel-inner .carousel-item .carousel-caption p:first-of-type{
    font-size: 26px;
    font-weight: 600;
}
#wf-carousel .carousel-inner .carousel-item .carousel-caption p{
    color: #fe9b00;
    font-size: 18px;
}
#wf-carousel .carousel-inner .carousel-item .carousel-caption{
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
}
#wf-carousel .carousel-indicators{
    bottom: 110px;
}
/* ***公司介绍*** */
.introduce-wrap{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;	
}
.introduce-wrap strong{
    margin: 0 20px;
}
.introduce-wrap p{
    margin:4px 0;
}
.introduce-wrap p:first-of-type{
    color: #fe9b00;
}
.introduce-wrap p:nth-child(2){
    font-size: 15px;
    color: gray;
}
.introduce-wrap p:nth-child(3){
    color: gray;
    font-size: 13px;
}
#wf-introduce .introduce-content #wf-company .carousel-item{
	overflow: hidden;
	display: inline-block;
    width: 100%;
    height: auto;
}
#wf-introduce .introduce-content #wf-company img{
    width: 100%;
    transition: all 2s ease 0s;
    height: 350px;
}
#wf-introduce .introduce-content #wf-company img:hover{
    -webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform: scale(1.1);
}
#wf-introduce .introduce-content{
    width: 70%;
    margin: 5px auto;
    position: relative;
    font-size: 15px;
}
#wf-introduce .introduce-content .row .text .btn-bottom{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 50px;
    margin-left: 8px;
    height: 30px;
}
#wf-introduce .introduce-content .row .text .btn-bottom button{
    background-color: #fe9b00;
    color: white;
    border: none;
    margin: 0 8px;
    padding: 0 .12rem;
}
#wf-introduce .introduce-content .row .text .btn-bottom .carousel-control-prev{
    left:auto;
    opacity: 1;
}
#wf-introduce .introduce-content .row .text .btn-bottom .carousel-control-next{
    opacity: 1;
}
#wf-introduce .introduce-content .row .text .title_span span{
	text-shadow: 2px 2px 0 #5c5858;
	font-size: 26px;
    color: #fe9b00;
    cursor: pointer;
	display: inline-block;
	transition: transform 0.25s;
}
#wf-introduce .introduce-content .row .text .title_span span:hover{
	transform: translateY(-10px) rotate(10deg) scale(2);
}
#wf-introduce .introduce-content .row .text p{
    margin: 5px 0;
    font-size: 16px;
}
#wf-introduce .introduce-content .row .text strong:first-of-type{
    font-size: 20px;
}
#wf-introduce .introduce-content .row .text{
    padding: 8px 0 0 0;
}
#wf-introduce .introduce-content .row .text p:last-of-type strong{
    color: #fe9b00;
    cursor: pointer;
    font-size: 15px;
}
#wf-introduce .introduce-content .ecarousel-innr .carousel-caption{
    color: black;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    padding: 2px 10px !important;
    background-color: white;
}
/* ***主要业务*** */
#wf-business {
    width: 100%;
    height: 290px;
    position: relative;
}
#wf-business .col-md-5 img{
    width: 100%;
    height: 280px;
    z-index: 8;
    border-radius: 4px;
}
#wf-business .col-md-5{
    z-index: 888;
    height: 290px;
}
#wf-business .business-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 16px;
    background-color: #fe9b00;
    padding: .7rem;
    border-bottom: 5px solid #f17531;
    z-index: 8;
}
#wf-business .business-bottom button{
    width: 120px;
    height: 30px;
    border: none;
    background-color: #fe9b00;
    border: .05rem solid white;
    border-radius: 1px;
    margin-left: 50px;
    color: white;
}
#wf-business .business-bottom .business_span span{
	text-shadow: 2px 3px 0 #f17531;
	font-size: 28px;
    color: #5c5858;
    cursor: pointer;
	display: inline-block;
	transition: transform 0.25s;
}
#wf-business .business-bottom .business_span span:hover{
	transform: translateY(-10px) rotate(10deg) scale(2);
}
#wf-business .business-bottom .buiness-title{
    font-size: 18px;
}
/* ***产品优势*** */
#wf-product .introduce-wrap p:last-of-type{
   font-size: 14px;
}
#wf-product .container .row .col-md-3 .circle-div{
    width: 100%;
    float: left;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
#wf-product .container .row .col-md-3 .circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #DBDBDB;
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wf-product .container .row .col-md-3 .circle:hover{
    width: 110px;
    height: 110px;
    background-color: #fe9b00;
    transition: all 1.2s ease 0s;
}
#wf-product .container .row .col-md-3 .text-wrap{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
#wf-product .container .row .col-md-3 .text-wrap p{
    margin: 5px 0;
}
#wf-product .container .row .col-md-3 .text-wrap div{
    width: 18%;
    height: 3px;
    margin: auto;
    transition: all 0.4s ease 0s;
    background-color: #fe9b00;
    border-radius: 4px;
}
#wf-product .container .row .col-md-3 .text-wrap strong{
    font-size: 16px !important;
}
#wf-product .container .row .col-md-3 img{
    width: 70%;
    height: 70%;
}
#wf-product .container .row .product-item{
    box-shadow: 0px 10px 40px -10px rgba(0,64,128,0.2);
    border:1px solid #f0f0f0;
    width: 100%;
    height: 100%;
}
/* ***合作伙伴*** */
#wf-partner{
    width: 100%;
    text-align: center;
    background-color: #F4F4F4;
    padding-top: 15px;
    margin-top: 35px;
}
#wf-partner .partner-title{
    color: #fe9b00;
    font-size: .35rem;
    margin-bottom: .2rem;
}
#wf-partner p:first-of-type strong{
    margin: 0 10px;
}
#wf-partner .container img{
    width: 55%;
    height:.85rem;
}
#wf-partner .container .col-md-1-5 .image-wrap{
    width: 100%;
    float: left;
}
#wf-partner .container .col-md-1-5 p{
    width: 100%;
    margin: 6px 0;
    font-size: 15px;
}
#wf-partner .container .col-md-1-5{
    width: 20%;
    float: left;
}
/*联系我们小框框*/
#wf-contact #right_fixed_box {
    padding-bottom: .2rem;
    padding-right: 30px;
    padding-top: .1rem;
	background-color: #fe9b00;
	position: fixed;
	right: -20px;
    bottom: 50px;
	z-index: 9999;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	color: white;
    padding-left: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
#wf-contact .right_fixed_div{
	width: 20px;
    text-align: center;
    font-size: 15px;
}
#wf-contact .right_fixed_div p{
	margin-bottom: 0 !important;
}
#wf-contact #right_fixed_box img{
	width: 20px;
    height: 20px;
    margin: 5px 0;
}
