﻿.foot{
    width: 100%;
}
/* scrollbar */
.scrollbar::-webkit-scrollbar{
  width: 2px;
  height: 2px
}
.scrollbar::-webkit-scrollbar-button:vertical{
  display:none;
}
.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(11,56,129, 0.1);
  border-radius: 10px;
  background: rgba(51,51,51, 0.2);
}
.scrollbar::-webkit-scrollbar-corner{
  background-color:#ffffff;
}
.scrollbar::-webkit-scrollbar-thumb{
  border-radius:0;background-color: #da231b;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:hover{
  background-color: #da231b;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:active{
  background-color: #da231b;
}
.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.dot2,.dot3,.dot4,.dot5,.dot6{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap: break-word; -webkit-box-orient:vertical;}
/*å¤šè¡Œæ–‡æœ¬çœç•¥å·*/
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}
.dot6{-webkit-line-clamp:6;}
/*ç›’å­å¸ƒå±€*/
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexed{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}
.flexace{align-items: center;}
img{
    border: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
a,
img{
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.industry1 .industry1-img,
.industry1 .industry1-img img,
.industry3 .industry3-img,
.industry3 .industry3-img img{
    width: 100%;
    overflow: hidden;
    display: block;
}
.industry1 .industry1-ul li:hover .industry1-img img,
.industry3 .industry3-img:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.industry3 .industry3-icon img,
.industry4 .industry4-icon img,
.industry5 .industry5-icon img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.industry1{
    position: relative;
    padding-top: 60px;
}
.industry1-tit{
    font-size: 30px;
	color: #333333;
}
.industry1-line{
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 30px auto;
}
.industry1 .industry1-ul{
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
}
.industry1 .industry1-ul li{
    width: 48.83%;
    margin-right: 2%;
    margin-top: 2%;
    position: relative;
}
.industry1 .industry1-ul li:nth-child(2n){
    margin-right: 0px;
}
.industry2{
    position: relative;
    padding: 55px 0;
}
.industry2 .industry2-dec{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.industry2 .industry2-dec p{
    margin-top: 25px;
}
.industry3{
    position: relative;
    background: url(../images/ind-bgm1.jpg) no-repeat center center;
    background-size: cover;
    padding: 65px 0;
}
.industry3 .industry3-font{
    text-align: center;
    padding: 5% 15%;
}
.industry3 .industry3-font .tit{
    font-size: 22px;
    line-height: 30px;
	color: #333333;
    margin-top: 35px;
    margin-bottom: 20px;
}
.industry3 .industry3-font .dec{
    font-size: 16px;
    line-height: 30px;
	color: #666666;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}
.industry3 .industry3-right,
.industry3 .industry3-left{
    width: 100%;
    position: relative;
}
.industry3 .industry3-left::before{
    content: "";
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    background: url(../images/ind-icon1.png) no-repeat center center;
    background-size: cover;
    width: 16px;
	height: 32px;
}
.industry3 .industry3-ul li:nth-child(even) .industry3-left::before{
    right: auto;
    left: -16px;
    background: url(../images/ind-icon1_1.png) no-repeat center center;
    background-size: cover;
}
.industry3 .industry3-icon{
    width: 80px;
	height: 80px;
    position: relative;
    margin: 0 auto;
}
.industry3 .industry3-ul li{
    background: #fff;
}
.industry4{
    position: relative;
    padding-top: 55px;
    padding-bottom: 65px;
}
.industry4 .industry4-ul{
    flex-wrap: wrap;
    margin-top: 60px;
}
.industry4 .industry4-ul li{
    width: 33.333%;
    position: relative;
}
.industry4 .industry4-icon{
    width: 36px;
	height: 36px;
    position: relative;
    margin: 0 auto;
}
.industry4 .industry4-font .tit{
    font-size: 20px;
	line-height: 30px;
    text-align: center;
	color: #333333;
    margin-top: 40px;
    margin-bottom: 25px;
}
.industry4 .industry4-font .dec{
    font-size: 32px;
	color: #333333;
    text-align: center;
}
.industry4 .email{
    width: 176px;
	height: 44px;
	background-color: #da251d;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
	color: #ffffff;
    display: block;
    margin: 0 auto;
}
.industry4 .email img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.industry4 .email:hover{
    background: #ff0800;
}
.industry4 .industry4-ul li:hover .industry4-icon img,
.industry5 .industry5-ul li:hover .industry5-icon img,
.industry3 .industry3-left:hover .industry3-icon img{
    transform: rotateY(180deg);
}
.industry4 .industry4-ul li:hover .industry4-font .dec,
.industry5 .industry5-ul li:hover .industry5-font,
.industry3 .industry3-left:hover .industry3-font .tit{
    color: #da251d;
}
.industry5 .industry1-tit,
.industry4 .industry1-tit{
    text-align: center;
}
.industry4 .industry1-tit{
text-align: left;
}
.industry5{
    position: relative;
    padding: 55px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.industry5 .industry5-ul{
    margin-top: 45px;
    margin-bottom: 10px;
}
.industry5 .industry5-ul li{
    width: 20%;
    position: relative;
    padding: 0 35px;
}
.industry5 .industry5-ul li::before{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: rgba(51,51,51, 0.1);
}
.industry5 .industry5-ul li:last-child::before{
    opacity: 0;
}
.industry5 .industry5-ul li:first-child{
    padding-left: 0px;
}
.industry5 .industry5-ul li:last-child{
    padding-right: 0px;
}
.industry5 .industry5-icon{
    width: 80px;
    height: 60px;
    position: relative;
}
.industry5 .industry5-num,
.industry5 .industry5-font{
	font-size: 18px;
	color: #999999;
    line-height: 30px;
}
.industry5 .industry5-font{
	color: #333333;
    margin-top: 25px;
}
.industry5 .industry5-top,
.industry5 .industry5-ul,
.industry4 .industry4-ul{
    align-items: flex-start;
}