@charset 'utf-8'; .productdetail {
    padding: 46px 0;
}

.productdetail .classification {
    width: 270px;
    float: left;
    box-sizing: border-box;
    padding: 30px 15px;
    border: solid #e8e8e8 1px;
}

.productdetail  .classification .title h2{font-size: 20px;text-align: left;font-weight: bold;color: #a6a182;border-bottom: 2px solid #a6a182;padding-bottom: 15px;}

.productdetail .classification .search {
    border: solid #1453ac 1px;
    margin-top: 20px;
    padding: 0 10px;
}

.productdetail .classification .search input {
    width: 190px;
    height: 34px;
    border: none;
}

.productdetail .classification .search button {
    width: 20px;
    height: 34px;
    border: none;
    background: url("../images/search.png") center no-repeat;
    cursor: pointer;
}
.ddrs{margin:30px 0;    position: relative;}
.anniu{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.productdetail .classification .list {
    margin-top: 20px;
}
.productdetail{padding: 46px 0;}
.productdetail .classification{width: 270px;float: left;box-sizing: border-box;padding: 30px 15px;border: solid #e8e8e8 1px;display: none;}
.productdetail .classification .title h2{font-size: 20px;text-align: left;font-weight: bold;color: #a6a182;border-bottom: 2px solid #a6a182;padding-bottom: 15px;}
.productlist  .search{border-bottom: solid #ddd 1px;padding: 10px 0;}
.productlist  .search input{width: 96%;height: 36px;border: none;font-size: 16px;padding-left: 20px;}
.productlist .search button{width: 20px; height: 36px; border: none; background: url("../images/search.png") center no-repeat; cursor: pointer;}
.productdetail .classification .list{margin-top: 20px;}
.productdetail .classification .list li{line-height: 22px;/* padding: 15px 0; */border-bottom: dashed #eee 1px;position: relative;}
.productdetail .classification .list li a{display: block;vertical-align: middle;font-size: 16px;color: #333;padding: 10px;padding-right: 30px;padding-left: 30px;}
.productdetail .classification .list li.clicked>a{color: #a6a182;}
.productdetail .classification .list li a:hover{color: #a6a182;}
.productdetail .classification .list li .nav_btn{width: 30px; height: 30px; display: inline-block; vertical-align: middle; cursor: pointer; background: url(../images/icon_spirit.png) 0 -240px no-repeat; margin-right: 8px;}
.productdetail .classification .list li ul{/* display: none; */}
.productdetail .classification .list li ul li{white-space: nowrap;/* padding: 15px 10px 5px 10px; */border-bottom: none;}
.productdetail .classification .list li ul li a{font-size: 15px;overflow: hidden;text-overflow: ellipsis;padding-left: 34px;padding-right: initial;}

.productdetail .classification .list li ul li ul li a {font-size: 13px;overflow: hidden;text-overflow: ellipsis;padding-left: 45px;padding-right: initial;}
.productdetail .classification .list li ul li i{width: 30px; height: 30px; display: inline-block; vertical-align: middle; cursor: pointer; background: url(../images/icon_spirit.png) 0 -270px no-repeat; margin-right: 8px;}

.productdetail .productlist{width: calc(100% - 330px); float: right;}
.productdetail .productlist .title{margin-bottom: 30px;}
.productdetail .productlist .title h2{font-size: 32px;}
.productdetail .productlist .list{width: 30%;float: left;box-sizing: border-box;margin-right: 0;margin-bottom: 30px;display: flex;align-items: center;text-align: center;flex-wrap: wrap;margin: 0 2%;}
.productdetail .productlist .list:nth-child(3n){margin-right: 0;}
.productdetail .productlist .list .picture{/* border-bottom: solid #e8e8e8 1px; */overflow: hidden;width: 100%;}
.productdetail .productlist .list .picture img{width: 100%; transition: all 0.5s;}
.productdetail .productlist .list .picture:hover img{transform: scale(1.1);}
.productdetail .productlist .list .text{padding: 15px 18px;/* white-space: nowrap; *//* overflow: hidden; *//* text-overflow: ellipsis; */width: 100%;}
.productdetail .productlist .list .text a h2{font-size: 20px;color: #333;margin-bottom: 20px;}
.productdetail .productlist .list .text a p{font-size: 16px;color: #333;word-wrap: break-word;word-break:break-all;margin: 30px 0;box-shadow: 0 0 3px 0 #ddd;padding: 10px;}
.productdetail .productlist .list .text a:hover{color: #a6a182;}
.get_iorerd .ikrr .btn span{font-size: 16px;}
.productdetail .classification .list .xypg-left-subnav li.clicked  .srtrre{ display:block;}

.dikoe{display: flex;flex-wrap: wrap;justify-content: space-between;}
.dikoe li{font-size: 15px;color: #333;margin-bottom: 20px;width: 50%;}

.picture img{max-width:100%}


.coloran{font-size:16px;color:#000;margin-top: 30px;}

/* é¢œè‰²é€‰æ‹©åŒºåŸŸæ•´ä½“æ ·å¼ */
       .color-selector {
            margin-top: 30px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            flex-wrap: wrap;
        }

        /* å•ä¸ªé¢œè‰²é€‰é¡¹ï¼ˆåœ†åœˆï¼‰æ ·å¼ */
       .color-option {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin: 0 10px;
            cursor: pointer;

        }
   .color-option img{max-width:100%;height: 100%;}
       .color-option:hover {
            border-color: gray;
        }

        /* ä¸ºä¸åŒé¢œè‰²è®¾ç½®èƒŒæ™¯è‰² */
       .color-option.black {
            background-color: black;
        }

       .color-option.blue {
            background-color: blue;
        }

       .color-option.green {
            background-color: green;
        }


   .color-option {
        width: 60px;
        text-align: center;
        overflow: hidden;
        height: 60px;
        margin: 5px 10px;
        border-radius: 10px;
        /* cursor: pointer; */
        border: 1px solid #ccc;
        /* transition: background-color 0.3s ease; */ /* æ·»åŠ è¿‡æ¸¡æ•ˆæžœï¼Œè®©é¢œè‰²å˜åŒ–æ›´å¹³æ»‘ */
    }

   .color-option.white {
        background-color: white;
    }

   .color-option.black {
        background-color: black;
    }

   .color-option.blue {
        background-color: blue;
    }

   .color-option.green {
        background-color: green;
    }

   .color-option.selected {
        border: 3px solid #23b2de;
        /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
        /* color: #000; */
        position: relative;
    }
	

		
		   .color-option.selected::before {
    /* content: ""; */
    /* display: block; */
    /* width: 60px; */
    /* height: 60px; */
    /* border-radius: 50%; */
    /* position: relative; */
    /* top: -11px; */
    /* left: -11px; */
    /* border: 3px solid #23b2de; */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
 }
	
	

   .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      /* width: 100%; */
      /* height: 100%; */
      object-fit: cover;
    }


    .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 100%;
      width: 82%;
      position: relative;
      overflow: hidden;
      margin: 0;
    }

    .mySwiper {
      box-sizing: border-box;
      width: 15%;
      margin: 0;
    }

    .mySwiper .swiper-slide {
      width: 100%;
      height: 100%;
      /* opacity: 0.4; */
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
    }
	
	
	
.picture  .swiper-button-next, .picture  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 35px 35px;
    background-position: center;
    background-repeat: no-repeat;
}





.picture .swiper-button-next, .picture .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/ringht.png);
	right: 10px;
    left: auto;
}

.picture .swiper-button-prev, .picture .swiper-container-rtl .swiper-button-next {
   background-image: url(../images/left.png);
   left: 10px;
    right: auto;
}

.picture .swiper-button-next:hover, .picture .swiper-container-rtl .swiper-button-prev:hover {
    background-image: url(../images/rights.png);
	right: 10px;
    left: auto;
}

.picture .swiper-button-prev:hover, .picture .swiper-container-rtl .swiper-button-next:hover {
   background-image: url(../images/lefts.png);
   left: 10px;
    right: auto;
}



.nieron{text-align: center;color: #Fff;background: #f2f7fd;width: 100%;padding: 20px;border-radius: 15px;}
.nieron h2{font-size: 50px;margin-bottom: 30px;font-weight: bold;}
.nieron h3{font-size: 20px;color: #000;margin-bottom: 20px;font-weight: bold;/* font-family: Avanti_Bold; */}
.nieron p{font-size:16px;color: #222;line-height: 1.5;margin-bottom: 20px;font-weight: bold;}

.sddfh{background: #d3f0f8;border-radius: 10px;padding: 25px;}

.sddfh .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	

	
	
background:#23b2de;
border-radius:30px;
	
}
#guanx{padding-bottom:30px;}




.suiixi{padding: 0 60px;position:relative;}



.suiixi .swiper-button-next, .suiixi .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/ri.png);
	right: 10px;
    left: auto;
}

.suiixi .swiper-button-prev, .suiixi .swiper-container-rtl .swiper-button-next {
   background-image: url(../images/le.png);
   left: 10px;
    right: auto;
}


.suiixi .swiper-button-next, .suiixi .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	background:#fff;
	top:98%;
	border-radius:30px;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.xypg-left-nav>li.clicked>.xypg-left-subnav{display:block;}

.utuesd{font-size:16px;color:#666}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 9;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 4px;
    left: 0;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -450px no-repeat;
}


.xypg-left-nav > li.clicked .first-nav-btn {
    background-position: 0 -390px;
}
.xypg-left-nav > li .xypg-left-subnav .first-nav-btn{right: initial;left: 8px;background: url(../images/icon_spirit.png) 0 -450px no-repeat;}

.xypg-left-nav > li .xypg-left-subnav li .xypg-left-subnav .first-nav-btn{right: initial;left: 14px;background: url(../images/icon_spirit.png) 0 -570px no-repeat;}


.xypg-left-nav > li .xypg-left-subnav>li.clicked>.first-nav-btn {
    background-position: 0 -390px;
}


.xypg-left-nav > li .xypg-left-subnav  .srtrre li.clicked .first-nav-btn {
    background-position: 0 -540px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: #09445a;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: #09445a;
}

.xypg-left-nav .xypg-left-subnav {
    /* display: none; */
    /* padding: 0 10px; */
}

.xypg-left-nav .xypg-left-subnav > li {
    /* border-top: 1px dashed #eeeeee; */
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: #09445a;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: #09445a;
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}


@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}
.shemeider{display: flex;flex-wrap: wrap;justify-content: flex-start;margin-top: 50px;}
.shemeider li{margin: 0 2%;}
.shemeider li img{max-width: 100%;}
.productdetail .contentdetail {
    width: 100%;
    float: right;
}

.productdetail .contentdetail .picture {
    width: 55%;
    float: left;
    overflow: hidden;
    display: flex;
    height: 620px;
    justify-content: space-between;
}



.productdetail .contentdetail .abstract {
    width: 40%;
    float: right;
}

.productdetail .contentdetail .abstract .name {
    /* padding: 20px 0; */
    border-bottom: dashed #e5e5e5 1px;
}

.productdetail .contentdetail .abstract .name h1 {
    font-size: 24px;
    margin: 0 0 40px;
    font-weight: bold;
}

.productdetail .contentdetail .abstract .name h2 {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: bold;
}

.productdetail .contentdetail .abstract .describe {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
    height: 290px;
    overflow: auto;
}

.productdetail .contentdetail .abstract .consult {
    margin-top: 20px;
}

.productdetail .contentdetail .abstract .consult a {
    height: 42px;
    display: inline-block;
    /* padding: 0 20px; */
    line-height: 42px;
    /* background: #1453ac; */
    color: #fff;
    border-radius: 60px;
    transition: all 0.3s;
    margin-right: 20px;
}

.productdetail .contentdetail .abstract .consult a:hover {
    box-shadow: 0 3px 5px #71a2e8;
}

.productdetail .contentdetail .abstract .consult a img {
    vertical-align: middle;
}

.productdetail .contentdetail .detail_tab {
    margin-top: 30px;
}

.productdetail .contentdetail .detail_tab ul {
    /* border: solid #e8e8e8 1px; */
}

.productdetail .contentdetail .detail_tab ul li {
    display: inline-block;
    line-height: 46px;
    font-size: 36px;
    cursor: pointer;
    color: #a6a182;
    font-weight: bold;
}

.productdetail .contentdetail .detail_tab ul li.current {
    /* border-bottom: solid #1453ac 3px; */
    /* margin-bottom: -1px; */
}

.productdetail .contentdetail .detail_content {
    margin-top: 30px;
    font-size: 16px;
    padding-bottom: 50px;
    line-height: 1.8;
}

.productdetail .contentdetail .detail_content .content {
    display: none;
}

.productdetail .contentdetail .detail_content .content.show {
    display: block;
}

.productdetail .contentdetail .detail_content table {
    max-width: 100%;
    border-collapse: collapse;
}

.productdetail .contentdetail .detail_content table td {
    word-break: break-word;
}

.productdetail .contentdetail .detail_content img {
    max-width: 100%;
}

.productdetail .contentdetail .detail_content .techological_process::after {
    content: '';
    display: table;
    clear: both;
}

.productdetail .contentdetail .detail_content .techological_process .list {
    width: 23.5%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 0 10px 10px #eee;
    margin: 0 2% 30px 0;
}

.productdetail .contentdetail .detail_content .techological_process .list:nth-child(4n) {
    margin-right: 0;
}

.productdetail .contentdetail .detail_content .techological_process .list .icon {
    text-align: center;
}

.productdetail .contentdetail .detail_content .techological_process .list .text {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    color: #222;
    font-weight: bold;
    margin-top: 10px;
}

.productdetail .prev_next {
    border: dashed #e5e5e5 1px;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.productdetail .prev_next span {
    float: right;
    font-size: 14px;
    color: #888;
}



.grtf .nav-tabs li a{font-size:20px;font-weight:bold;/* color: #000; */}
.grtf .tab-content{margin-top:35px;}

#accordion .panel{
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: -5px;
}
#accordion .panel-heading{
	padding: 0;
	border-radius: 0;
	border: none;
	text-align: left;
}
#accordion .panel-title a{
	display: block;
	padding: 25px 0;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background: #fff;
	/* border-bottom: 1px solid #4a4a4a; */
	position: relative;
	transition: all 0.5s ease 0s;
}
#accordion .panel-title a:hover{
	/* background: #4a4a4a; */
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
	content: "";
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: 200;
	position: absolute;
	width: 30px;
	top: 25px;
	right: 15px;
	transform: rotate(180deg);
	transition: all 0.5s ease 0s;
	background:url(../images/xxx.png);
	height: 30px;
}
#accordion .panel-title a.collapsed:after{
	transform: rotate(0deg);
}
#accordion .panel-body{
	/* background: #167ea0; */
	padding: 0;
	border: none;
	position: relative;
}
#accordion .panel-body p{
	font-size: 15px;
	color: #666666;
	line-height: 1.8;
	/* background: #000; */
	/* padding: 30px 0; */
	margin: 0;
}
#accordion .panel-collapse .panel-body p{
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.5s ease-in-out 0s;
}
#accordion .panel-collapse.in .panel-body p{
	opacity: 1;
	transform: scale(1);
}


.color_yu_auto .list{width: 30%;float: left;box-sizing: border-box;margin-right: 0;margin-bottom: 30px;display: flex;align-items: center;text-align: center;flex-wrap: wrap;margin: 0 2%;}
.color_yu_auto .list:nth-child(3n){margin-right: 0;}
.color_yu_auto .list .picture{/* border-bottom: solid #e8e8e8 1px; */overflow: hidden;width: 100%;}
.color_yu_auto .list .picture img{width: 100%; transition: all 0.5s;}
.color_yu_auto .list .picture:hover img{transform: scale(1.1);}
.color_yu_auto .list .text{padding: 15px 18px;/* white-space: nowrap; *//* overflow: hidden; *//* text-overflow: ellipsis; */width: 100%;}
.color_yu_auto .list .text a h2{font-size: 20px;color: #333;margin: 0;margin-bottom: 20px;}
.color_yu_auto .list .text a p{font-size: 16px;color: #333;word-wrap: break-word;word-break:break-all;margin: 30px 0;box-shadow: 0 0 3px 0 #ddd;padding: 10px;}
.color_yu_auto .list .text a:hover{color: #a6a182;}
.get_iorerd .ikrr .btn span{font-size: 16px;}





.color_yu{margin-top: 50px;}

.color_titke{margin:20px 0;}
.color_titke h3{font-size: 36px;color: #000;font-weight: bold;text-align: center;}
.color_titke p{font-size: 22px;font-weight: bold;color: #a6a182;}
.color_yu_auto{margin-top: 30px;}
.color_yu_auto ul{display: flex;flex-wrap: wrap;justify-content: center;}
.color_yu_auto ul li{/* width: 14.5%; */margin: 0 1%;}
.color_yu_auto ul li img{max-width: 100%;}
.color_yu_auto ul li p{font-size: 16px;padding: 10px;line-height: 1.5;color: #666;}



@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}




@media (max-width: 990px) {
    .productdetail {
        padding: 30px 15px;
    }

    .productdetail .classification {
        width: 100%;
        padding: 20px 15px;
    }

    .productdetail .classification .search input {
        width: 90%;
    }

    .productdetail .classification .search button {
        float: right;
    }

    .productdetail .classification .list li a {
        max-width: 270px;
    }

    .productdetail .contentdetail {
        width: 100%;
        margin-top: 30px;
    }

    .productdetail .contentdetail .picture {
        width: 100%;
        float: left;
        height: 400px;
    }

    .productdetail .contentdetail .abstract {
        width: 100%;
        float: right;
    }

    .productdetail .contentdetail .abstract .name h1 {
        font-size: 18px;
    }

    .productdetail .contentdetail .detail_tab ul {
        border-bottom: none;
    }

    .productdetail .contentdetail .detail_tab ul::after {
        content: '';
        display: table;
        clear: both;
    }

    .productdetail .contentdetail .detail_tab ul li {
        width: 50%;
        float: left;
        border-bottom: solid #e8e8e8 1px;
        line-height: 46px;
        font-size: 13px;
        box-sizing: border-box;
        text-align: center;
    }

    .productdetail .contentdetail .detail_tab ul li.current {
        border-bottom: solid #1453ac 1px;
        margin-bottom: 0;
    }

    .productdetail .contentdetail .detail_content .techological_process .list {
        width: 49%;
        padding: 20px;
    }

    .productdetail .contentdetail .detail_content .techological_process .list:nth-child(2n) {
        margin-right: 0;
    }

    .productdetail .contentdetail .detail_content .techological_process .list .text {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
	
	
	
	.color_titke h3 {
	    font-size: 22px;
	    color: #a6a182;
	    font-weight: bold;
	}
	
	.color_titke p {
	    font-size: 14px;
	    font-weight: bold;
	    color: #a6a182;
	}
	.color_yu_auto ul li {
	    width: 31.3%;
	    margin: 0 1% 1%;
	}
	
	.color_yu_auto ul li p {
	    font-size: 12px;
	    padding: 10px;
	    line-height: 1.5;
	}
	
	.color_yu {
	    margin-top: 20px;
	}
	
	.color_yu_auto .list {
	    width: 48%;
	   
	}
	
	.color_yu_auto .list .text a h2 {
	    font-size: 17px;
	    color: #333;
	    margin: 0;
	    margin-bottom: 20px;
	}
	
	.dikoe li {
	    font-size: 12px;
	    color: #333;
	    margin-bottom: 20px;
	    width: 50%;
	}


.grtf .nav-tabs li a {
    font-size: 16px;
    font-weight: bold;
    /* color: #000; */
}



#accordion .panel-title a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #fff;
    /* border-bottom: 1px solid #4a4a4a; */
    position: relative;
    transition: all 0.5s ease 0s;
}


#accordion .panel-title a:after, #accordion .panel-title a.collapsed:after {

    top: 10px;

}




	
}


  /* 设置WebKit浏览器下滚动条整体样式 */
.describe::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 设置WebKit浏览器下滚动条轨道样式 */
.describe::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* 设置WebKit浏览器下滚动条滑块样式 */
.describe::-webkit-scrollbar-thumb {
  background-color: #23b2dd;
  border-radius: 5px;
}

/* 设置WebKit浏览器下滚动条按钮样式 */
.describe::-webkit-scrollbar-button {
  background-color: #ccc;
}

/* 设置WebKit浏览器下滚动条角落样式 */
.describe::-webkit-scrollbar-corner {
  background-color: #000;
}