﻿.top{
    background: #f1f1f1;
    width: 100%;
}
.top .container{
    display: flex;
    justify-content: space-between;
    height: 130px;
    align-items:center;
}
.top h1{
    width: 100%;
    text-align: center;
}


.vx{
    width: 260px;
    display: flex;
    justify-content: space-between;
}

.menu{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.proDesc{
color:#366c9a;
font-size:.8rem;
line-height:2
}
.menu a{
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 30px;
    text-align: center;
    width: 23%;
    margin-left: 1%;
    line-height: 30px;
    font-size: .8rem;
}


.menuMobile li.drop span a{
  
    position: relative;

}

.menuMobile li span a{
  
       font-size: .9rem;

}


.menuMobile li.drop span a::before{
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 10px;
	right: 10%;
	line-height: 1;
	color: #d1d1d1;
    font-size: 15px;
}





.menuMobile{
    display: none;
    background: #fafafa;
    border: 1px solid #f1f1f1;
    width: 95%;
    margin: 10px auto;
}
.menuMobile a{
    display: block;
    border-bottom: 1px solid #f1f1f1;
    line-height: 3;
    text-indent: 10px;
}
.menuMobile li .item{
    display: none;
    background: #ffffff;
}





.search{
    border: 1px solid #acacac;
    height: 35px;
    border-radius: 55px;
 
    margin: 15px auto;
}

.search a{
    margin-right: 10px;
}
.search p{
    margin-left: 10px;
}

.bt{
    background: #023867;
    border-radius: 35px;
    color: #ffffff;
    font-size: 25px;
    height: 55px;
    padding: 0 35px;
}
.bt::before{
    content: '';
    height: 2px;
    width: 55px;
    background: #ffffff;
    margin-right: 10px;
    
}
.bt::after{
    content: '';
    height: 2px;
    width: 55px;
    background: #ffffff;
    margin-left: 10px;
}
.proList ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.proList li{
    float: left;
    width: 47%;
  
    margin-top: 30px;
    display: flex;
  
    flex-flow: column;
   
    justify-content: space-between;
  
}

.proList li:nth-child(4n){
  
    margin-right: 0%;
}
.proList li div{
    overflow: hidden;
    max-height: 100%;
}
.proList li img{
    width: 100%;

   
}
.proList li a{
    font-size: 14px;
}

.itemList{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.itemList .col{
    width: 100%;
    margin-top: 35px;
}
.itemList .col span{
    display: block;
    background: #1420c0;
    border-radius: 35px;
    line-height: 2.5;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}
.itemList .col ul{
    background: #fafafa;
    margin-top: 10px;
    border: 1px solid #f3f3f3;
    width: 96%;
    margin-left: 2%;
}
.itemList .col ul li{
    background: url(../images/jt.png) 10px  center no-repeat;
    padding-left: 20px;
    line-height: 3;
    border: 1px solid #f3f3f3;
    background-size: auto 20%;
}



.pr-10 {
	padding-right: 10px;
}
.page-intro {
	padding: 6px 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	background-color: #fafafa;
	border-bottom: 1px solid #dadada;
}
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	padding: 0px 0;
	color:#999;
}
.breadcrumb  a{
    color:#999;
}


.leftm{
    width: 100%;
    margin-top: 15px;
}

.rightm{
    width: 100%;
    margin-top: 15px;
}
.rightm .search{
    margin: 0px auto;
    width: 60%;
}

.itemTitle{
    background: #4389c7;
    height:45px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.itemTitle span{
    margin-left: 10px;
    font-size: 14px;
    color: #ffffff;
}
.itemTitle a{
    margin-right: 0px;
}
.itemTitle span i{
    font-size: 15px;
    color: #ffffff;
}
.itemTitle a {

    font-size: 12px;
    color: #ffffff;
}

.nav-pills{
   padding-top: 10px;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 5px 15px;
	border: 1px solid transparent;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	white-space:nowrap;
	overflow:hidden;
	font-weight: 300;
    position: relative;
    display: block;
    

}
.nav-pills.nav-stacked > li + li {
	margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #e84c3d;
	background-color: #fafafa;
}
.nav-pills.nav-stacked > li > a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #d1d1d1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
	color: #e84c3d;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #e84c3d;
	right: 10px;
}

.sortList{
    background: #f1f1f1;
    padding: 10px;
    margin-top: 15px;

}

.sortList ul{
    background: #ffffff;
    padding-bottom: 10px;

}
.sortList ul li{
    background: #fafafa;
    border: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-top: 10px;
    text-indent: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.sortList ul li:hover{
    background: #4389bb;
}

.sortList ul li:hover a{
    color: #ffffff;
}


.productList{
    background: #f1f1f1;
    /*padding: 10px;*/
    margin-top: 15px;
}

.productList ul{
    background: #ffffff;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
   

}

.productList li{
    float: left;
    width: 50%;

    margin-top:10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  
}


.productList li:nth-child(4n){
  
    margin-right: 0%;
}
.productList li div{
    overflow: hidden;
    max-height: 100%;
}
.productList li img{
    width: 98%;

   
}
.productList li a{
    font-size: 14px;
}

.flex2{
    display: flex;
    flex-wrap: wrap;
}
.flex2.pro .leftm{
    width: 100%;
}

.flex2.pro .rightm{
    width: 100%;
}


/*轮播图*/
.pro_show{ width:100%; position:relative;}

.pro_show .pro_show-thumbs{ height:88px; box-sizing:border-box;
   width: 90%;
   margin: 0px auto;

}
.pro_show .pro_show-thumbs .swiper-wrapper{
    display: flex;
    height: 100%;
    align-items: center;
   
}

.pro_show .pro_show-thumbs .swiper-slide{ 
    border:1px solid #eee;
    height: 90%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pro_show .pro_show-thumbs .swiper-slide img{
    width: 100%;
}



.pro_show .pro_show-thumbs .swiper-slide.active{ border:0px solid #2e91ef;}
.pro_show .buts{ position:absolute; bottom:50px; left:0; right:0;background-color: #005198;}
.pro_show .buts .swiper-button-next,.pro_show .buts .swiper-button-prev{ width:17px; height:60px; background:url(../images/pro_preview_but.png) no-repeat; transition:all 0.6s;}
.pro_show .buts .swiper-button-prev{ background-position:0 0; left:0;}
.pro_show .buts .swiper-button-next{ background-position:-17px 0; right:0;}
.pro_show .buts .swiper-button-prev:hover{ background-position:-34px 0;}
.pro_show .buts .swiper-button-next:hover{ background-position:-51px 0;}
.pro_show .buts .swiper-button-next:after,.pro_show .buts .swiper-button-prev:after{ display:none;}
.pro_show_t{ margin-top:15px;}
.pro_show_t em{ font-size:14px; line-height:25px; display:inline-block;}


.picSc{
    position: relative;
    height: 221px;
    margin-bottom: 15px;
}

#small {
   
  
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* float: left; */
}

#small img {
        max-width: 100%;
        height:auto;
        max-height: 100%;
}


#small #mark{
    width: 100px;
    height: 100px;
    background-color: white;
    opacity: 0.5;
    position: absolute;
    /* float: left; */
    left: 0;
    top: 0;
    /* z-index: 99; */
}
#big{
    width: 400px;
    height: 365px;
    border: 1px solid #000;
    position: absolute;
    left: 400px;
    top: 100px;
    overflow: hidden;
}
#big img{
    width: 750px;
    height: 1095px;
    position: absolute;
}

.pro_detail{
    position: relative;
    /*margin-top: 55px;*/
}
.pro_detail .swiper{
    width: 100%;
}
.pro_detail .swiper-wrapper{
    display: flex;
    justify-content: space-between;

    width: 100%;
}
.pro_detail .swiper-slide{
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
    border-bottom: 1px solid #e84c3d;
}

.pro_detail .swiper-slide.active{
    background: #e84c3d;
    color: #ffffff;
}

.contentTab{
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
}

.contentTab.on{
    display: block;
}

.contentBox{
    background: #f1f1f1;

    margin-top: 15px;
    overflow: hidden;
    padding: 5px;
}
.contentBox .con{
    min-height: 500px;
    padding: 0px;
    line-height: 2;
    font-size: 14px;
}
.newsList{
    background: #f9f9f9;
}
.newsList li{
    border-bottom: 1px dotted #ebebeb;
    line-height: 3;
    width: 95%;
}
.newsList li span{
    float: right;
    margin-left: 10px;

}

.newsList li i{
    margin-left: 10px;
}

.con2{
    background: #ffffff;
    padding: 15px;
}

.submitted{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 3;
    color: #d0d0d0;
}
.submitted i{
    margin-right: 10px;
    margin-left: 20px;
}


.xinTitle{
    text-align: center;
    font-size: 18px ;
    line-height: 3;
}

.con2_content{
    line-height: 2;
    font-size: 14px;
}
.con2_content img{
   max-width:100%;
}


.link{
    background: #262626;
    line-height: 3;
    color: #ffffff;
    margin-top: 15px;
}



.link  a{
    
    color: #ffffff;
    margin-left: 10px;
}
footer{
    background: #000000;
    padding: 25px 0;
    color: #656563;
    margin-top: 20px;
    max-height: 118px;
    margin-bottom: 50px;
}
footer .container{

    text-align: center;
    /*padding-bottom: 50px;*/
    
}

.top_r{
    display: flex;
    position: relative;
    height: 40px;
    justify-content: space-between;
    margin: 10px 0;

  
}



.footMenu{
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    
    justify-content: space-around;
    align-items: center;
    background: rgb(255, 255, 255);
	box-shadow:0px 0px 10px 0px #cccccc;
    display: flex;
    z-index:9999;
}
.footMenu div{
     width: 30%;
     text-align: center;
     font-size: 12px;
     color: rgb(102, 102, 102);
     position: relative;
}

.footMenu div img.t{
    width: 25px;
    height: 25px;
}
.footMenu div dl{
    position: absolute;
    bottom: 100%;
    background: #ffffff;
    box-shadow:0px 0px 10px 0px #cccccc;
    padding: 15px;
    display: none;
}
.footMenu div:hover dl{
    display: block;
}
.footMenu div dl dd{ line-height:25px;}

.cx span{ color:Red; font-weight:bold;}

/*CSS yellow style pagination*/

.yellow {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center;margin-top: 40px;
}
.yellow A {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #036cb4; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid; TEXT-DECORATION: none
}
.yellow A:hover {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.yellow A:active {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.yellow .current {
	BORDER-RIGHT: #036cb4 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #036cb4 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #036cb4 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #036cb4 1px solid; BACKGROUND-COLOR: #036cb4
}
.yellow .disabled {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #036cb4; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid
}