/*header*/
.head{
    width: 100%;
    background: #03a43d;
    overflow:hidden;
}

.head .box1 {
    width: 1024px;
    margin: 0 auto;
    height: 100px;
}
.head .box1 .left{
    float: left;
    width: 524px;
}
.head .box1 p{
    float: left;
    line-height: 100px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 10px;
    margin-left: 12px;
    font-family: "黑体";
    color: #000;
}
.top {
    float:right;
    width: 500px;
    background: #03a43d;
}

.top .box {
    // width: 1024px;
    margin: 0 auto;
    height: 50px;
}

.logo {
    float: left;
    width: 11%;
    margin-top: 10px;
    /* margin-left: 50px; */
}

.logo img {
    width: 60px;
}

.top ul {
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
}

.top ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.top ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 30px;
    font-size: 16px;
}

.top ul li a:hover {
    background: #02bf46;
}

.deng {
    float: right;
    margin-top: 17px;
}

.deng a {
    display: block;
    float: left;
    width: 65px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #00a0e9;
    background: #fff;
    border-radius: 3px;
    margin-right: 10px;
    text-decoration: none;
}

.top .newsx {
    position: relative;
}

.top ul li .xiala {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0px;
    top: 60px;
    display: none;
    z-index: 10;
}

.top ul li .xialacase {
    font-size: 16px;
    color: #f37b20;
    padding: 16px 0;
    text-align: center;
}

.top ul li .xialacase a {
    font-size: 12px;
    color: #595959;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.top ul li .xialacase a:hover {
    background: #0da3f9;
    color: #fff;
}


/*   底部   */

.bottom {
    width: 100%;
    background: #434343;
    padding: 40px 0;
}

.bottom ul {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.bottom ul li {
    float: left;
    color: #fff;
    padding-right: 82px;
}

.bottom ul li div {
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.bottom ul li a {
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
}

.bottom ul li img {
    width: 130px;
    margin-top: 10px;
}

.na {
    font-size: 16px;
}

.bottom p {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}


/*   banner   */

.main {
    margin: 0px auto;
    width: 100%;
}

.pro-switch {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}


/*   侧边导航   */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    zoom: 1;
}

.flex-viewport {
    max-height: 3000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 10px;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.sideNav {
    position: fixed;
    top: 40%;
    left: -100px;
}

.sideNav a {
    color: #666666;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 1px solid #08d9f1;
    border-right: none;
    padding: 4px;
    font-size: 16px;
}

.sideNav ul li {
    margin-bottom: 10px;
}

.sideNav a:hover {
    color: #fff;
    background: #03bfef;
}

.sideNav .sideNav_left {
    width: 100px;
    background: #FFF;
    float: left;
    height: 195px;
}

.sideNav .sideNav_right {
    color: #fff;
    font-size: 20px;
    float: left;
    width: 36px;
    background: -ms-linear-gradient(top, #03bfef, #1a63e1);
    background: -moz-linear-gradient(top, #03bfef, #1a63e1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#03bfef), to(#1a63e1));
    background: -o-linear-gradient(top, #03bfef, #1a63e1);
    text-align: center;
    height: 152px;
    padding-top: 43px;
    cursor: pointer;
}

.sideNav .sideNav_right span {
    display: block;
}

.sideNav1 {
    position: fixed;
    top: 40%;
    left: -175px;
}

.sideNav1 a {
    color: #666666;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 1px solid #08d9f1;
    border-right: none;
    padding: 4px;
    font-size: 16px;
}

.sideNav1 ul li {
    margin-bottom: 10px;
}

.sideNav1 a:hover {
    color: #fff;
    background: #03bfef;
}

.sideNav1 .sideNav_left {
    width: 175px;
    height: 195px;
    background: #FFF;
    float: left;
}

.sideNav1 .sideNav_right {
    color: #fff;
    font-size: 20px;
    float: left;
    width: 36px;
    background: -ms-linear-gradient(top, #03bfef, #1a63e1);
    background: -moz-linear-gradient(top, #03bfef, #1a63e1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#03bfef), to(#1a63e1));
    background: -o-linear-gradient(top, #03bfef, #1a63e1);
    text-align: center;
    height: 152px;
    padding-top: 43px;
    cursor: pointer;
}

.sideNav1 .sideNav_right span {
    display: block;
}


/*悬浮框*/

#xuanfu {
    position: fixed;
    right: 0;
    bottom: 24%;
    z-index: 10;
    width: 50px;
}

#xuanfu img {
    cursor: pointer;
}

#xuanfu .qq,
#xuanfu .scrollTop {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 3px;
    border-radius: 6px 0 0 6px;
}

#xuanfu .dianhua {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 3px;
}

#xuanfu .dianhua a {
    position: relative;
    display: block;
    color: #fff;
    height: 50px;
    width: 520px;
    text-align: left;
    background: rgba(0, 0, 0, .3);
    border-radius: 6px 0 0 6px;
}

#xuanfu .dianhua a img {
    padding-left: 7.5px;
    padding-right: 7.5px;
    vertical-align: middle;
}

#xuanfu .dianhua a span {
    display: inline-block;
    height: 50px;
}

#xuanfu .qq a img {
    vertical-align: middle;
}



/*  banner  */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
/*    height: 300px;*/
}


/*  详情页公共部分  */

.details_product{
    width: 1024px;
    margin: 30px auto;
    overflow: hidden;
}
.details_left{
    float: left;
    width: 250px;
    border: 1px solid #ccc;
}
.details_left h4{
    font-size: 16px;
    text-align: center;
    line-height:45px;
    background: #03B94A;
    color: #fff;
}
.details_left ul{
    line-height:35px;
    margin-left:15px;
}
.details_left h3{
    background:url(../images/san.png) no-repeat left ;
    padding-left:20px;
    font-size:16px;
    font-weight:bold;
    margin-left:15px;
    line-height:45px;
    cursor: pointer;
}
.details_left h3 a{
    color: #000;
}
.details_left li{
    background:url(../images/yuan.png) no-repeat left ;
    padding-left:20px;
    font-size:16px;
    margin-left:25px;
}
