.pronav{
    width: 100%;
    height: 1rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.pronav>li {
    width: 100%;
    padding: 0 .4rem;
    line-height: 1rem;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    cursor: pointer;
}
.pronav>li>a {
    width:100%;
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: .18rem;
    
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-ms-transition: 0.3s linear;
-o-transition: 0.3s linear;	
transition: 0.3s linea
}
.pronav>li>a:hover{
    color: #006bb7;
}
.pronav>li>a>img{
    width: 13px;
    height: 8px;
    position: relative;
    top: .43rem;
}
.tab1{
    position: relative;
}
#title li {
    cursor:pointer;
    position:relative;
    z-index:1000;
    text-align: left;
    margin-left: .5rem;
    height: 100%;
}
#title {
    display: flex;
    justify-content: flex-start;
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #f5f5f5;
}
#wrap {
    width: 100%;
    /* border: 1px solid #dedede; */
    position: relative;
    padding: .6rem 1.6rem 1.6rem;
    background: #f5f5f5;
}
#wrap>div {
    display:none;
}
#wrap .active {
    display:block;
}
#title .ho {
    /* border-bottom:1px solid #FFF; */
}
#title .ho a {
    color:#006bb7;
    cursor:pointer;
}
#title li>a {
    cursor:pointer;
    color: #333;
    font-size: .16rem;
}
#title li>a:hover   {
    color: #006bb7;
    font-size: .16rem;
    cursor:pointer;
}

.tab11{
    position: relative;
}
#title11 li {
    cursor:pointer;
    position: relative;
    z-index: 1000;
    text-align: center;
    margin-left: 0;
    height: .5rem;
    width: 1.5rem;
    border: 1px solid #e8e8e8;
    margin-right: .4rem;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
#title11 li:hover{
    background: #006bb7;
   
}
#title11 li:hover a{
    cursor:pointer;
    color: #fff;
}
#title11 {
    display: flex;
    justify-content: flex-start;
    position: relative !important;
    margin-top: .35rem;
    margin-bottom: .65rem;
}
#wrap11 {
    width: 100%;
    
}
#wrap11>div {
    display:none;
}
#wrap11 .active11 {
    display:block;
    
}
.clear {
    clear: both;
    }
#title11 .ho11 {
    /* border-bottom:1px solid #FFF; */
}
#title11 .ho11 a {
    color: #fff;
    background: #006bb7;
}
#title11 .ho1 a {
    color: #fff;
    background: #006bb7;
}
#title11 li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: .5rem;
    color: #333;
    font-size: .18rem;
    
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-ms-transition: 0.3s linear;
-o-transition: 0.3s linear;	
transition: 0.3s linear;
}
.wrap {
    min-height:500px;
}
.protit>h5{
    font-size: .5rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
}
.procon {
    float: left;
    width: 5.2rem;
    margin-right: .18rem;
    background: #fff;
    padding: 0;
    text-align: center;
    margin-bottom: .2rem;
}
.procon:nth-child(3n){
    margin-right: 0 !important;
}
.proimg>img {
    width: 100%;
}
.protxt>h5 {
    line-height: 1.5;
    margin: 0 0 .1rem;
    color: #333;
    font-size: .24rem;
    /* min-height: .8rem; */
    padding: 0 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.protxt{
    height: 2.1rem;
    padding: .3rem 0;
}
.protxt>p{
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #888;
    font-size: .16rem;
    margin-bottom: .45rem;
}
.protxt>div{
    font-size: .16rem;
    color: #333;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.protxt>div:hover {
    letter-spacing: 2px;
}
.protxt>div>img{
    position: relative;
    top: .011rem;
}
.proimg{
    overflow: hidden;
    height: 4.3rem;
}
.proimg img{
	 cursor: pointer;
     transition: all 1s;
}
.proimg img:hover{
	transform: scale(1.1);
}
.pro_page{
    text-align: center;
    display: flex;
    width: 2rem;
    position: relative;
    left: 50%;
    margin-left: -1rem;
    margin-top: .6rem;
    margin-bottom: 1.2rem;
}
.pro_page>li{
    display: inline-block;
    color: #333;
    width:.6rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    /* background: #b3b3b3; */
    margin: 0 .15rem;
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.pro_page>li:hover{
    background: #b3b3b3;
    color: #fff;
}
.h{
    background: #b3b3b3;
    color: #fff;
}
.pronav li{
    background: #fff;
}
.pronav li:first-child{
    /* border-bottom:none; */
}

@media all and (max-width: 1440px){
    .protxt>div>img {
        position: relative;
        top: 1.2px;
        width: 7px;
    }
    .pronav>li>a>img {
        width: 10px;
        height: 6px;
        position: relative;
        top: .43rem;
    }
}

@media all and (max-width: 768px) {
    .pronav {
        width: 100%;
        height: 162px;
        background: #fff;
        display: inherit;
        justify-content: space-between;
    }
   
    
.pronav>li>a>img {
    width: 8px;
    height: 4px;
    position: relative;
    top: 17px;
}
.pronav>li {
    width: 50%;
    float: left;
    padding: 0 15px;
    line-height: 40px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.pronav>li>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: 16px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linea;
}
.pronav li:first-child{
    border-bottom:1px solid #e8e8e8 !important;
    
}
.pronav>li:last-child {
    border-right:1px solid #e8e8e8 !important;
}
#title li>a {
    color: #333;
    font-size: 14px;
}
#title li>a:hover {
    color: #006bb7;
    font-size: 14px;
    cursor: pointer;
}
#title {
    display: inherit;
    justify-content: flex-start;
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}
#title li {
    position: relative;
    z-index: 1000;
    text-align: left;
    margin: 0 auto;
    height: 40px;
    width: 90%;
    float: inherit;
    line-height: 20px;
    padding-top: 14px;
    border-bottom: 1px solid #dedede;
}
#title li:last-child{
    border: none;
}
#wrap {
    width: 100%;
    border: none;
    border-top: 1px solid #dedede;
    position: relative;
    padding: 30px 20px;
}
.protit>h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
}
#title11 {
    display: inherit;
    justify-content: flex-start;
    position: relative !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
#title11 li {
    position: relative;
    z-index: 1000;
    text-align: center;
    margin-left: 0;
    height: 30px;
    width: auto;
    border: 1px solid #e8e8e8;
    margin-right: 20px;
   margin-bottom: 10px;
}
#title11 li>a {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.procon {
    float: left;
    width: 100%;
    margin-right: 0;
    background: #fff;
    padding: 0 0 20px;
    text-align: center;
    margin-bottom: 20px;
}
.protxt>h5 {
    line-height: 1.2;
    margin: 10px 0 10px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
}
.protxt>p {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
}
.protxt>div {
    font-size: 14px;
    color: #333;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.protxt>div>img {
    position: relative;
    top: 2px;
}
.proimg {
    overflow: hidden;
    height: auto;
}
.protxt {
    height: auto;
    padding: 0;
}
}