body {
    margin: 0;
    /*overflow-x: hidden;*/
}
div{
    padding: 0;
    margin: 0;
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.content{
    display: flex;
    flex-direction: column;
}
.index-info{
    max-width: 1500px;
	width: 100%;
    display: flex;
     /*transform: scale(0.8);*/
    flex-direction: column;
    margin: 0 auto;
}
.info-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.info-title{
    text-align: center;
    font-size: 36px;
    
    font-weight: bold;
    color: #545454;
    line-height: 34px;
}
.info-line{
    width: 33px;
    height: 2px;
    background: #F15921;
    margin-top:  15px;
    margin-bottom: 17px;
}
.info-desc{
    font-size: 16px;
    
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}
.info-card-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 34px;
    width: 100%;
}
.info-card-col{
    width: 323px;
    height: 278px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F0F0F0;
    border-radius: 2px;
}
.info-card-title{
    font-size: 30px;
    
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 50px;
}
.info-card-col:hover{
    background: #F15921;
}
.info-card-col:hover .info-card-title{
    color: #fff;
}
.info-card-col:hover .info-card-desc{
    color: #fff;
}
.info-card-col:hover .service-1{
    background-image: url("../images/icon/service-1.png");
}
.info-card-col:hover .service-2{
    background-image: url("../images/icon/service-2.png");
}
.info-card-col:hover .service-3{
    background-image: url("../images/icon/service-3.png");
}
.info-card-col:hover .service-4{
    background-image: url("../images/icon/service-4.png");
}
.info-card-desc{
    font-size: 14px;
    
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-top: 22px;
}
.info-card-icon{
    background-size: 100% 100%;
}
.service-1{
    width: 65px;
    height: 76px;
    margin-top: 29px;
    background-image: url("../images/icon/service-1-active.png");
}
.service-2{
    width: 58px;
    height: 59px;
    margin-top: 53px;
    background-image: url("../images/icon/service-2-active.png");
}
.service-3{
    width: 76px;
    height: 70px;
    margin-top: 41px;
    background-image: url("../images/icon/service-3-active.png");
}
.service-4{
    width: 72px;
    height: 63px;
    margin-top: 48px;
    background-image: url("../images/icon/service-4-active.png");
}

.product-card-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}
.product-card-col{
    width: 334px;
    padding-top: 18px;
    padding-bottom: 19px;
    border: 2px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
}
.product-card-icon{
    width: 90%;
    overflow: hidden;
    margin-top: 19px;
    margin-bottom: 31px;
}
.product-card-icon img{
    width: 100%;
    height: auto;
}
.product-card-desc{
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}
.product-card-tag{
    margin-top: 19px;
    width: 23px;
    height: 23px;
    border: 1px solid #F15921;
display: none;
    transform: rotate(45deg);
}
.product-card-tag-text{
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: Regular;
    color: #F15921;
    line-height: 18px;
    text-align: center;
    transform: rotate(-45deg);
}
.product-card-col:hover{
    border: 2px solid #F15921;
}
.product-card-col:hover .product-card-tag{
    background-color: #F15921;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); /* Opera */
}
.product-card-col:hover .product-card-tag .product-card-tag-text{
    color: #fff;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -moz-transform: rotate(-90deg); /* Firefox */
    -webkit-transform: rotate(-90deg); /* Safari 和 Chrome */
    -o-transform: rotate(-90deg); /* Opera */
}
.more-but-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 57px;
    background: #F15921;
    border-radius: 28px;
    margin-top: 16px;
}
.more-but-icon{
    width: 14px;
    height: 14px;
    background-image: url("../images/icon/more.png");
}
.more-but-text{
    margin-left: 8px;
    font-size: 18px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.introduction-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 506px;
    background-image: url("../images/profile-banner.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 80px; padding-top:30px
}
.introduction-text{
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.introduction-name{
    font-size: 33px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    margin-top: 26px;
}
.introduction-desc{
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-align: left;
    margin-top: 30px;
}

.introduction-desc p{
	margin: 0 auto;
	width: 1200px;
}
.introduction-aim{
    font-size: 16px;
    
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-align: center;
}
.introduction-but-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 177px;
    height: 49px;
    background: #F15921;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.introduction-but-text{
    font-size: 14px;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}
.introduction-but-icon{
    width: 15px;
    height: 13px;
    margin-left: 10px;
}
.resources-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
}
.resources-title-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.resources-carousel{
    width: 1547px;
    height: 150px;
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.rongyu img{
	width: 100%;
}

.rongyu {
	margin-top: 30px;
}

.pic-info{ width:1300px; margin:  80px auto 0  auto   }
.pic-info-2{ width:1300px; margin:  0px auto 0  auto   }
.md-3{ width:33.3%;}
.md-4{ width:40%;}
.md-6{ width:60%;}
.md-5{ width:50%;}
.mt-80{ margin-top:80px }
.mt-50{ margin-top:50px }
.mb-50{margin-bottom:50px}
.mb-30{margin-bottom:30px}
.mt-10{margin-top:10px }
.info-pic-row .info-text{}
.info-pic-row .info-text h3{ font-size:26px; margin-bottom:25px;}
.info-pic-row .info-text p{ font-size:18px; line-height:35px;   }
.pr-60{padding-right:60px}
.pl-60{padding-left:60px}
.info-pic-row .info-pic{ }
.info-pic-row .info-pic img{ width:100%}
.f-l{ float:left}
.f-r{ float: right}

.about-row img{width:100%}.about-row .about_text{ width:100%; }
.who{ border:1px solid #ddd; padding:50px; margin-top:-30px; border-radius:5px; background:#f9f9f9}

.who .about-subtitle{margin:30px 0;color: #F15921; letter-spacing:5px; font-size:22px}
.who .about-title{font-size:28px; margin-bottom:40px; font-weight:700}
.who p{font-size:16px; line-height:35px}
.about_info p{font-size:16px; line-height:35px}
.about_icon{padding:0 15px}
.about_icon .icon{width:15%; }
.about_icon .icon img{width:60px; }
.about_icon .title{width:75%;}
.about_icon .title .text{ margin:15px 0 5px 0; font-size:18px}
.about_icon .title .texts{  font-size:14px}
.about_icon  p{ line-height:26px; margin:15px 0 50px 0}
.pagination a { padding:12px 15px ; font-size:16px; border:1px #ddd solid; border-radius:5px; margin:0 5px
}
.pagination a.page-num-current{ background:#F15921; color:#FFF}
@media only screen and (max-width: 768px) {
	
.pic-info{ width:100%; margin: 40px auto 0  auto   }	
.pic-info-2{ width:100%; margin: 0px auto 0  auto   }		
.info-pic-row{ padding:0 15px}	
.md-3{ width:100%;}
.md-4{ width:100%;}
.md-6{ width:100%;}
.md-5{ width:100%;}
.pr-60{padding-right:0px}
.pl-60{padding-left:0px}

.mt-50{ margin-top:20px }
.mb-50{margin-bottom:20px}
.mb-30{margin-bottom:15px}
.info-pic-row .info-text h3{ font-size:26px; margin-bottom:25px;}
.info-pic-row .info-text p{ font-size:13px; line-height:30px;   }

 .who{ border:0px solid #ddd;  }
 .about_info{padding:0 30px}
 .about_icon .title{width:70%;}
 .pic-info-2 .info-title{
    text-align: center;
    font-size: 26px;
    
    font-weight: bold;
    color: #545454;
    line-height: 34px;
}

}