@charset "UTF-8";
	/*定义全局*/
@font-face {
	font-family:"Noto Sans N";src:url(../fonts/sourcehansans.ttf);font-weight: normal;font-style: normal;
}
* {
	margin:0px;
	padding:0px;
	font-family:"Noto Sans N",sans-serif;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
	font:14px/200%;
	color:#333;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust:none;
	font-family:"Noto Sans N",sans-serif;
}
ol,ul,li {
	padding:0;
	margin:0;
	list-style:none;
}
/*定义标题*/
h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:150%
}
select,input,img,select {
	vertical-align:middle;
}
b,i,address,cite,code,em,th {
	font-weight:normal;
	font-style:normal;
}
/*项目*/
        .page_secondLink .row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        @media (min-width: 320px) {
            .page_secondLink .wtop {
                margin-bottom: 2.4rem;
            }
        }

        @media (min-width: 480px) {
            .page_secondLink .wtop {
                margin-bottom: 0;
            }
        }

        @media (min-width: 992px) {
            .page_secondLink .wtop {
                margin-bottom: 2.4rem;
            }
        }

        .page_secondLink .wtop {
            padding-left: 2.4rem;
            padding-right: 2.4rem;
        }

        @media (hover: hover) and (pointer: fine) {
            .page_secondLink a:hover .photo {
                transform: scale(1.1);
            }
        }

        .page_secondLink .photo {
            z-index: 1;
            width: 100%;
            height: 24rem;
            position: relative;
            padding: 2.4rem;
            text-align: center;
            border-radius: 3rem;
            transition: transform 0.5s ease-in-out;
            overflow: hidden;
        }

       

        .page_secondLink .photo._photo_1:after {
            background-color: rgba(1,183,174,.65)
        }

        .page_secondLink .photo._photo_2:after {
            background-color: rgba(160,165,202,.75)
        }

       

        .page_secondLink .photo._photo_3:after {
            background-color: rgba(145,177,243,.75)
        }

        .page_secondLink .photo:after {
            z-index: -1;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 3rem;
        }

        .page_secondLink .photo .icon {
            height: 15rem;
        }

        .page_secondLink .photo .title {
            color: #fff;
            font-size: 3rem;
            font-weight: 700;
            position: relative;
            z-index: 2;
            
            text-shadow: 0 0 2px rgba(0,0,0,.45);
        }

        @media (max-width: 767px) {
            .page_secondLink .photo .title {
                font-size: 2.8rem;
            }
        }

        .page_secondLink .desc {
            margin-top: 2.4rem;
			font-size: 1.8rem;
            text-align: center;
			padding:0 50px;
        }

        .page_secondLink._social .photo._photo_1:after {
            background-color: rgba(1,183,174,.65)
        }

        .page_secondLink._social .photo._photo_2:after {
            background-color: rgba(155,162,207,.85)
        }

        .page_secondLink._social .photo._photo_3:after {
            background-color: rgba(145,177,243,.75)
        }

        .page_secondLink._social .photo .title {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            text-shadow: 0 0 2px rgba(0,0,0,.45);
        }
a,a:active {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
	border:0;
}
input,textarea {
	outline:none;
	border:none;
}
input {
	-webkit-appearance:none;
}
em,i,b {
	font-style:normal;
	font-weight:normal;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.clearfix {
	*zoom:1
}
.clearfix:before,.clearfix:after {
	display:table;
	content:""
}
.clearfix:after {
	clear:both
}
.f36 {
	font-size:36px;
}
.f30 {
	font-size:30px;
}
.f24 {
	font-size:24px;
}
.f20 {
	font-size:20px;
}
.f18 {
	font-size:18px;
}
.c10 {
	color:#6abe2a;
}
.w50{width:180px}
.tleft {
	text-align:left;
}
.tright {
	text-align:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.ofh {
	overflow:hidden;
}
.mtop35{margin-top:55px;}
.mtop15{margin-top:25px;}
.row {
	padding:0;
	margin:0
}
a,a:link {
	color:#333;
	text-decoration:none
}
a:hover,a:focus {
	color:#404143;
	text-decoration:none;
	outline:none;
	-moz-outline:none
}
a:active {
	color:#666666
}
.imgh:hover img {
  	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.imgh img {
	-webkit-transition:transform .75s;
	transition:transform .75s
}
.pro-container {
	width:100%;
	padding:10px 0;
}
.tbg{background-color:#f7f7f7;}

.ibtu2 {
	display:none;
}	
.txtcon {
	min-height:300px;
	padding:35px 0;
	display: block
}
.txtcon p {
	color:#333333;
	font-size:16px;
	line-height:40px;
}
.txtcon img {
	margin:0;
	max-width:100%;
	width:auto;
	height:auto;
}
.rpro{font-size: 25px;line-height: 58px}
/*topbanner*/
.top-banner {
	background-repeat:no-repeat;
	background-size:cover;
	padding:25px 0px;
	margin-top:98px;
	position:relative;
	/*margin-bottom: 50px;*/
	z-index:3;
}
.top-banner-height {
	height:230px;
	line-height:230px;
}
.top-banner h1,.top-banner h2 {
	font-size:40px;
	font-weight:bold;
	color:#fff;
	opacity:1;
	letter-spacing:2px;
	display:inline-flex
}
.top-banner .en {
	font-size:30px;
	color:#fff;
	opacity:0.9;
	letter-spacing:2px;
	display:inline-flex
}
.ny-title2{display: flex;font-size:28px;flex-direction: column;justify-content: center;height: 100%;font-weight: bold}
.ny-title3{font-size:40px;color: #FFFFFF;line-height: 1;margin-bottom: 8px;font-weight: bold}
.ny-title4{font-size:28px;color: rgba(255, 255, 255, 0.3);line-height: 1;}
.nav_location{position: absolute;bottom: 0px;width:100%;border-style: none;}
.submenu {
  display: flex;
/*  overflow-x: auto;*/
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 65px;
  background: rgba(0, 0, 0, 0.4);
  
}
.submenu-item {
  flex: 0 0 auto;
}

.submenu-item a{
 display: block;
  text-align: center;
  font-size: 19px;
  color: #fff;
  padding: 0 45px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.submenu-item:last-child a{
	border-right:none;
}
.submenu-item-href {
	letter-spacing:0.06em;
	color:#fff;
	position:relative;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.submenu-item:hover .submenu-item-href,.submenu-item-active .submenu-item-href {
	background:#bd9e6c;
	color:#fff;

}
.submenu-item:hover .submenu-item-href:after,.submenu-item-active .submenu-item-href:after {
	width:100%;
}
.submenu li{float: left;}
@media screen and (max-width:768px) {	
  .submenu {
    display: flex;
    flex-wrap: nowrap; 
    overflow-x: auto;
    width: 100%; 
  }
.submenu-item a{
font-size: 14px;
  padding: 0 20px;
}
.top-banner {
	margin-top:60px;
/*	margin-bottom: 20px;*/

}
.top-banner-height {
	height:150px;
	line-height:80px;
}
	
.ny-title3{display: flex;font-size:28px;padding-left: 5px}
}
/*公司简介*/

.idxTitle {
	font-size: 58px;
	font-weight: bold;
	color: #333;
	margin-top:55px;
	margin-bottom: 35px;
}
.cusfont {font-size: 25px !important;margin-bottom:20px !important;}
.idxTitle .aft {
	padding-bottom: 25px;
	position: relative;
	
}

.idxTitle .aft:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 60px;
	height:5px;
	left:-280px;
	background-color: #856645;
}
.idxTitle1 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-top: 55px;
	margin-bottom: 55px;
}

.idxTitle1 .aft {
	padding-bottom: 25px;
	position: relative;

	
}

.idxTitle1 .aft:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 60px;
	height:5px;
	left:-120px;
	background-color: #856645;
}

.cyear{margin-top: 50px;margin-bottom: 50px}
.cyear .itembox{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.swiper {
	  display: flex;
  position: relative;
}
.swiper:after {
  content: "";
  display: block;
  background-color: #cfcfcf;
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
}
.cyear .item {
 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cyear .item:before,
.cyear .item:after {
  content: "";
  display: block;
  width: 0.83vw;
  height: 0.83vw;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: 0vw 0vw 0.63vw 0vw rgba(0, 0, 0, 0.18);
  position: absolute;
  bottom: -0.73vw;
  left: 50%;
  background-color: #fff;
}
.cyear .item:before {
  box-shadow: none;
  z-index: 4;
}
.cyear .item-content {
  background-color: #fff;
  border-radius: 0.63vw;
  position: relative;
  border-top: solid 2px rgba(0, 0, 0, 0.08);
	border-bottom:solid 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0vw 0.1vw 0.63vw 0vw rgba(0, 0, 0, 0.18);
  width: 99%;
  height: 13.54vw;
  text-align: center;
  padding-top: 1.08vw;
  z-index: 3;
}
.cyear .item-content:after {
  content: "";
  display: block;
  width: 0.63vw;
  height: 0.63vw;
  border-radius: 100%;
  background-color: #856645;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.66vw;
}
.cyear .item-content .info {
  position: relative;
}
.cyear .item-content .number {
  font-size: 28px;
  color: #856645;
  transform: skew(-3deg);
  padding-bottom:10px;
  border-bottom: 1px solid #f2f2f2;
  opacity: 0.95;
  line-height: 1;
}
/*.cyear .item-content .icon {
  width: 2.6vw;
  position: absolute;
  bottom: 0.26vw;
  left: 50%;
  transform: translate(-50%, 0);
}*/
.cyear .item-content .text1 {
  font-size: 15px;
	line-height: 26px;
  color: #000;
  padding: 5px;
}
@media screen and (min-width: 1100px) {
  .cyear .mxw-box {
    position: relative;
  }
  .cyear .item:nth-child(2n) {
    margin-top: 18.23vw;
  }
  .cyear .item:nth-child(2n):before,
  .cyear .item:nth-child(2n):after {
    top: -0.1vw;
    bottom: auto;
  }
  .cyear .item:nth-child(2n) .item-content:after {
    top: -2.71vw;
    bottom: auto;
  }
}
@media screen and (max-width: 1100px) {
  .cyear .itembox {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .cyear .itembox:after {
    display: none;
  }
  .cyear .item {
    width: 48%;
    margin-right: 4%;
  }
  .cyear .item:before,
  .cyear .item:after {
    display: none;
  }
  .cyear .item:nth-child(2n) {
    margin-right: 0;
  }
  .cyear .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .cyear .item-content {
    height: 100%;
    padding: 20px 0;
  }
  .cyear .item-content:after {
    display: none;
  }
  .cyear .item-content .icon {
    width: 34px;
  }
  .cyear .item-content .number {
    font-size: 44px;
  }
  .cyear .item-content .text1 {
    margin-top: 10px;
    font-size: 14px;
  }
  .cyear .bg-icon {
    display: none;
  }
}


/*网站底部*/
.bgfooter{width: 100%;padding: 94px 0 80px;background-color: #bd9e6c;}
.footer-logo {float: left;max-width: 100%;/* width:82px; */}
.footer-logo a {display:inline-block;margin-top: 80px;}
.footer-logo a img{max-width:100%;object-fit:cover;}
.footer-tel {float: right;width: 100%;text-align:left;margin-top:10px}
.footer-tel i{padding-right: 5px}
.footer-tel h6 {font-size: 16px;color: #fff;line-height: 1;margin-bottom: 15px;}
.footer-tel .footer-from-phone{font-size: 31px;color: #fff;line-height: 1;font-family:"DIN Bold",sans-serif;margin-bottom:35px}
.footer-email{font-size: 23px;color: #fff;line-height: 32px;font-family:"Noto Sans B",sans-serif;margin-bottom:35px}
.footer-add{font-size: 16px;color: #fff;line-height: 32px;font-family:"Noto Sans M",sans-serif;}
.footer-form-link { width: 100%;font-size: 0;display: flex;flex-direction: row;margin-top: 18px;}
.footer-form-link a {display: flex;margin-right:18px;align-items: center;justify-content: center;width: 25px;height: 25px;border-radius: 50%;background: transparent;transition: all .4s ease;position: relative;}
.footer-link-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.footer-link-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.footer-link-img img{width: 100%;height: 100%;object-fit: cover;}
.footer-form-link a:hover .footer-link-img{display: block;animation: FooterCode .6s ease-in-out both;}
.bgfooter .ewm { text-align:center;}
.bgfooter .ewm img{width: 125px;margin: 25px auto 0;display:inline-block;}
.bgfooter .ewm p{ padding:15px 0 20px 0; font-size:15px;color:rgba(255,255,255,.5) }


.footer-icon {
	width:100%;
	margin-top:5px
}
.footer-icon i{color: #fff;font-size: 20px}
.footer-icon a {
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
.socialli {

    position: relative;
	padding-right:10px;
	margin-top:20px;
	width: 38px;


}
.socialli a {
	padding-right:auto;
}
.socialic {

    width: 30px;

    cursor: pointer;

}

.socialic i {

   font-size: 25px;
	color: #fff;
	opacity: 0.6;
		

}
.social_s {

    position: absolute;

    width: 120px;

    bottom: calc(100% + 5px);

    left: 50%;

    transform: translateX(-50%);

    display: none;

}

.social_s img {

    width: 100%;

}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
.footer ul li {
	display:block;
	height:35px;
	line-height:35px;
	overflow:hidden;
	font-size:13px;
	width:100%;
	text-align:center
}
.footer ul li a {
    display: block;font-size: 15px;color: #fff;line-height: 1;padding: 10px 0;transition: all .4s ease;
}
.footer ul li a:hover {
	margin-left:5px;
	padding-right:0;
	color: #fff;
}
.footer .h2 {
	font-family:"Noto Sans B",sans-serif;
	display: block;
	font-weight: bold;
	line-height: 1;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin-bottom:12px;
	text-align:center
}
.bgfooter .col-md-22{width:20%;}	
.bgfooter .col-md-222{width:60%;float: left}
@media (max-width:991px) {
.bgfooter .col-md-22 {
        width: 100%;
    }
}	
	
.footer-copyright{width: 100%;padding: 30px 0 25px;background-color: #001b45;}
.footer-copyright a{color: #fff;opacity:1}
.footer-copyright  h5{font-size: 16px;color: #fff; opacity: 0.8}	
.footer-copyright  i{width: 1px;height: 12px;background-color: #3b3c40;margin: 18px 20px 0; }	
.foot-link a{font-size: 13px;color: #bbb;float: left;}	
.gotop{position:fixed;z-index:50;bottom:20px;right:20px;width:30px;height:30px;display:none;cursor: pointer}
.gotop img{display:block;width:30px}



@media (max-width: 1720px){.gotop{right:5px}}
@media (max-width: 767px){
.bgfooter{width: 100%;padding: 94px 0 20px;}
.navbar-collapse{border: none;-webkit-box-shadow:none;box-shadow:none}
.footer .h2 {
	font-size:18px;
	width:100%;
	text-align:left;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 5px;

}
.footer ul li {
	font-size:14px;
	text-align:left
}
.footer .h2 span {
   display: block;
	float: right;
	
  
}
.footer-copyright{padding: 20px 0 25px ;}
.footer-copyright  h5{display: none}	
.footer-copyright  i{display: none}	
.footer-copyright  h5 .beian{display:none}
}
@media screen and (max-width:767px) {
.pro-container {
	padding:0px 0 10px;
}
.txtcon {
	min-height:auto;
	width: 96%;
	padding:5px;
}
.ibtu1 {
	display:none;
}
.ibtu2 {
	display:block;
}
}

/*企业文化*/	
.honor-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.honor-b {
    position: relative;
	width:100%;
	padding:0;
	margin-top: 80px;
}

.honor-b2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    grid-gap: 2px;
	flex-direction: row;
}

.honor-b3 {
    background: rgba(0, 41, 79, 0.5);
    flex: 1;
    padding: 320px 90px 0; 
    transition: all 1s;
}

.honor-b4 {
    margin-bottom: 46px; 
    height: 46px; 
    display: flex;
    align-items: center;
}

.honor-b4 img {
    max-width: 100%;
    display: block;
    transition: all 1s;
    height: 100%; 
}

.honor-b5 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 70px; 
}

.honor-b6 {
    font-size: 22px; 
    color: rgba(255, 255, 255, 0.3);
    transition: all .5s;
}

.honor-b3:hover {
    background: rgba(0, 41, 79, 0);
}

.honor-b3:hover .honor-b6 {
    color: #f98715;
}
.honor-b3:hover .honor-b5 {
    opacity: 0.8
}
	
.honor-b3:hover .honor-b4 img {
    transform: rotateY(360deg);
}
@media (max-width: 600px) {
  .honor-b {
       display: none;
    }
    .honor-b2 {
        flex-direction: column; 
    }
    
    .honor-b3 {
           padding: 30px 10px 0; 
    }
}	



/*联系我们*/
.contact_main {
  padding-top: 110px;
  padding-bottom: 100px;
  background-size: cover!important;
}
.contact_main  .cont {
  margin-top: 14px;
}
.contact_main .cont .ewm {
  background: #fff;
  padding: 22px;
  width: 80%;

}
.contact_main .cont .ewm img {
  width: 100%;
}
.contact_main .cont .ewm .tit {
  color: #333333;
  font-size: 18px;
	text-align: center;
  margin-top: 20px;
}
.contact_main .cont .hotline {
  margin-top: 25px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.contact_main .cont .hotline a {
  color: #333;
}
.contact_main .cont .hotline .mb15 {
  margin-bottom: 10px;
}	
.contact_main .cont .hotline i {
  padding-right: 8px;
	 font-size: 23px;
	 color: #856645;
	font-weight: bold;
}
.contact_main  .top_sea{
	margin-bottom: 35px
}
.contact_main  .item {
  height: 315px;
  width: 100%;
  margin-right: 15px;
  float: left;
  background: #fff;
  margin-top: 20px;
 -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.contact_main  .item:nth-child(2n) {
  margin-right: 0
}
.contact_main .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.contact_main .item .tit {
  height: 106px;
  border-bottom: solid 1px #eeeeee;
  line-height: 106px;
  padding-left: 40px;
  color: #856645;
  font-weight: bold;
  font-size: 24px;
}
.contact_main .item .note {
	padding-top: 20px;
  padding-left: 35px;
  color: #999999;
  font-size: 16px;
}	
	
.contact_main .item .note p{
  line-height: 30px;
}		
.contact_main .item .note p em{
  padding-right: 8px
}	
/*翻页*/
#to_page .page_button {
	background:#f3f3f3;
	border:1px solid #ccc;
	margin:0 3px;
	padding:2px 5px;
}
#to_page .prev {
	position:relative;
	margin-left:10px;
	margin-right:15px;
	background:url(/images/page_left.png) no-repeat center center;
}
#to_page .next {
	position:relative;
	margin-right:10px;
	margin-left:15px;
	background:url(/images/page_right.png) no-repeat center center;
}
#to_page {
	text-align:center;
	height:26px;
	line-height:26px;
	display:inline-block;
	width:100%;
	margin:35px 0px;
}
#to_page .page_item {
	background:#f3f3f3;
	border:1px solid #ccc;
	padding:2px 5px;
	margin:0 3px;
	color:#333;
}
#to_page .page_item_current {
	background:#856645;
	border:1px solid #856645;
	padding:2px 5px;
	margin:0 3px;
	color:#fff;
}
#to_page a:hover {
	text-decoration:none;
}

.r_p {
	color:#000;
	overflow:hidden;
	padding-top:2%;
	padding-bottom:0.5%;
	font-weight:normal;
	font-size:32px;
}
.r_p span{font-size: 13px;opacity: 0.6}
.r_price {
	font-size:14px;
	margin-bottom:35px;
}
.r_price .r_form {
	margin-top:1%;
	overflow:hidden;
	margin-bottom:2.5%;
}
.r_price .r_zx_input {
	float:left;
	display:inline-block;
	margin-right:1.25%;
	width:22.5%;
	overflow:hidden;
	height:62px;
	line-height:62px;
	border:1px solid #ececec;
	text-indent:19px;
	color:#333333;
	font-size:16px;
	outline:none;
	background:#efefff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.r_price .r_zx_input.bgs2 {
	width:36.25%;
}
.r_price select::-ms-expand {
	display:none;
}
.r_price .r_zx_btns {
	float:right;
	appearance:none;
	outline:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	display:inline-block;
	width:15%;
	height:62px;
	line-height:62px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#856645;
	cursor:pointer;
	border:0;
	font-size:18px;
}
.r_price .r_zx_btns:hover {
	transition:all 0.3s;
	opacity:0.8;
	filter:Alpha(opacity=80);
	background:#1f1f1f;
}
.r_price .r_zx_input {
	height:60px;
	line-height:60px;
}
.r_price .r_zx_btns {
	height:60px;
	line-height:60px;
}
@media screen and (max-width:1200px) {
	.r_p {
	font-size:25px;
}
.r_price {
	margin-bottom:0
}
.r_price .r_zx_input {
	width:49%;
	margin-right:2%;
}
.r_price .r_zx_input:nth-child(2) {
	margin-right:0;
}
.r_price .r_zx_input.bgs2 {
	margin-right:0;
	width:100%;
	margin-top:2%;
}
.r_price .r_zx_btns {
	width:100%;
	margin-top:2%;
}
}

/*新闻类别*/
.news {
	width: calc(89.58333333333333 * 19.2px); 
	width: 1718px; 
	margin-left: auto;
	margin-right: auto;
}

.news ul {
	padding-bottom: calc(4.16666666666667 * 19.2px); 
	padding-bottom: 80px; 
}

.news ul li {
	padding: calc(2.60416666666667 * 19.2px) calc(3.125 * 19.2px); 
	padding: 50px 60px; 
	box-sizing: border-box;
	border-bottom: rgba(0,0,0,0.06) solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news ul li:hover {
	background-color: rgba(162,162,162,0.06);
	border-bottom: rgba(162,162,162,0.06) solid 1px;
}

.news ul li a {
	display: flex;
	align-items: center;
}

.news ul li .imgBox {
	width: calc(33.125% * 1920px / 100);
	width: 636px;
	overflow: hidden;
}

.news ul li .imgBox img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news ul li:hover .imgBox img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.news ul li .textBox {
	width: calc(66.875% * 1920px / 100); 
	width: 1296px; 
	max-width: calc(47.39 * 19.2px); 
	max-width: 910px; 
	padding-left: calc(4% * 1920px / 100); 
	padding-left: 77px; 
	box-sizing: border-box;
}

.news ul li .textBox .date {
	color: #ff0000;
	font-size: 16px
}

.news ul li .textBox h3 {
	margin-top: calc(0.5 * 19.2px);
	margin-top: 10px;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 24px
}

.news ul li:hover .textBox h3 {
	color: #ff0000;
}

.news ul li .textBox .txt {
	margin-top: calc(1 * 19.2px); 
	margin-top: 20px; 
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
	font-size: 16px
}

.news ul li .textBox .more {
	margin-top: calc(2 * 19.2px); 
	margin-top: 38px; 
	font-size: 16px
}

.news ul li .textBox .more span {
	display: inline-block;
	position: relative;
	padding-left: calc(1.45833333333333 * 19.2px);
	padding-left: 28px; 
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news ul li:hover .textBox .more span {
	color: #ff0000;
}

.news ul li .textBox .more i {
	position: absolute;
	left: 0;
	top: calc(0.2 * 19.2px / 10); 
	top: 1px; 
	width: calc(0.88541666666667 * 19.2px);
	width: 17px;
	height: calc(0.72916666666667 * 19.2px);
	height: 14px; 
	background: url(../images/icon28.png) center left no-repeat;
	background-size: 100% auto;
}

.news ul li:hover .textBox .more i {
	background: url(../images/icon29.png) center left no-repeat;
	background-size: 100% auto;
}

@media (max-width: 768px) {
    .news {
        width: 100% !important; /* 让容器宽度100% */
        max-width: 100% !important;
        padding: 0 10px; /* 增加两侧间距，避免内容挤压屏幕边缘 */
    }

    .news ul {
        padding-bottom: 40px; /* 减少底部间距 */
    }

    .news ul li {
        width: 100% !important;
        padding: 15px; /* 适当缩小间距 */
        display: block; /* 让内容自动换行 */
    }

    .news ul li a {
        flex-direction: column; /* 让图片在上，文字在下 */
        align-items: center;
        text-align: center; /* 让文字内容居中 */
        display: flex;
    }

    .news ul li .imgBox {
        width: 100% !important; /* 让图片盒子100% */
        max-width: 100% !important;
        overflow: hidden;
    }

    .news ul li .imgBox img {
        width: 100% !important; /* 图片自适应 */
        height: auto; /* 保持原比例 */
        display: block;
    }

    .news ul li .textBox {
        width: 100% !important; /* 让文字部分也自适应 */
        max-width: 100% !important;
        padding: 15px; /* 增加上下间距 */
        text-align: center; /* 文字居中 */
    }
}



/*新闻列表*/

.newsD-hd {
	padding:15px;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden
}
.newsD-hd h1 {
	font-size:30px;
	color:#222;
	line-height:1.4;
	font-weight:400;
	margin-bottom:12px
}
.newsD-hd .date span,.details .date span{
	padding-right: 10px
}

.newsD-cont {
	padding:16px 0 30px;
	font-size:16px;
	color:#333;
	font-family:Light;
	line-height:2.25;
	border-bottom:1px solid #e5e5e5
}
.newD-page {
	padding:24px 0;
	padding-right:140px;
	min-height:80px;
	position:relative;
	font-family:Light;
	overflow:hidden
}
.newD-page .return {
	position:absolute;
	right:0;
	top:50%;
	width:120px;
	height:50px;
	line-height:48px;
	margin-top:-21px;
	border:1px solid #eee;
	border-radius:3px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	background:#856645
}
.newD-page .return i {
	display:inline-block;
	vertical-align:middle;
	margin:-2px 4px 0 0;
	width:20px;
	height:20px;
	background:url(../images/newsD2-on.png) center center no-repeat;
	-webkit-background-size:cover;
	background-size:cover
}
.newD-page .return:hover {
	background-color:#856645;
	border-color:#856645;
	color:#fff
}
/*.newD-page .return:hover i {
	background-image:url(../images/newsD2-on.png)
}
*/
.newD-page .next,.newD-page .prev {
	display:block;
	font-size:16px;
	color:#333;
	line-height:40px;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden
}
.newD-page .next:hover,.newD-page .prev:hover {
	color:#856645
}

.mtop35{margin-top:35px;}
.mtb60{margin-top:60px;margin-bottom: 60px;}
.mtop15{margin-top:25px;}
.ptop{padding:50px 0;}
@media only screen and (max-width:1200px) {
.mtop35{margin-top:10px;}
.mtop15{margin-top:5px;}
.ptop{padding:10px 0;}
.mtb60{margin-top:10px;margin-bottom:10px;}
}
/*案例展示*/

.projectlist:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.projectlist li {
  float: left;
  width: 32%;
  margin: 0 10px 68px;
}
.projectlist li:nth-child(3n+1) {
  margin-left: 0;
}
.projectlist li a {
  display: block;
}
.projectlist li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.projectlist li a:hover .tit {
  color: #856645;
}
.projectlist li a:hover .seemore span {
  background:#2e2e2e;
  border-radius: 5px;
  color: #fff;
}
.projectlist li .pic {
  height: 308px;
  overflow: hidden;
}
.projectlist li .pic img {
  width: 100%;
	height: auto;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.projectlist li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "ag";
  font-weight: bold;
  margin: 24px 0 16px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.projectlist li .txt {
  height: auto;
  line-height: 26px;
  font-size: 15px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.projectlist li .seemore {
  margin-top: 26px;
}



.projectview .title {
  line-height: 30px;
  font-family: "ag";
  font-size: 24px;
  font-weight: bold;
}
.details .date {
	text-align: center
}
.projectview .case {
  margin-top: 18px;
}
.projectview .case li {
  margin-bottom: 40px;
}
.projectview .case li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: solid 1px #c5c5c5;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.projectview .case li a:hover {
  box-shadow: 0 0 10px 2px #d4d4d4;
}
.projectview .case li a:hover img {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
}
.projectview .case li img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  max-width:100%;
  height:100%;
}
/*.projectview .case li .filter {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/case_filter.png) repeat-x 0 0;
  background-size: auto 100%;
}*/
.projectview .case li .txt {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.projectview .details {

  padding: 0px 10px 20px;
  
  box-sizing: border-box;
}
.projectview .details .title {
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "ag";
}
.projectview .details .share span{
	line-height: 45px;padding-right: 5px;font-size:16px;
}
.share i {
  font-size: 16px;
  margin-left:5px;

}
.share a i:hover {
  color: #666
}
.projectview .details .article {
  border-top: solid 1px #eeeef0;
  border-bottom: solid 1px #eeeef0;
  padding: 28px 0;
  margin-top: 20px;
}
.projectview .col-md-9{padding: 0}
@media only screen and (max-width: 1400px) {
  .projectlist li {
    width: 48%;
    margin: 0 5px 30px;
  }
  .projectlist li .pic {
    height: 268px;
  }
}
@media only screen and (max-width: 1200px) {
.projectlist {
	margin: 0 auto;
}
.projectlist  li {
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.projectlist  li:nth-child(even) {
	padding: 0 0 0 5px;
}
.projectlist  li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.projectlist  li a:hover .tit {
	color: #333;
}

.projectlist  li .pic {
	height: auto;
}
.projectlist  li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin: 10px 0 6px 0;
}
.projectlist  li .txt {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.projectlist  li .seemore {
	margin-top: 10px;
}	

}
@media only screen and (max-width: 767px) {
	.projectlist  li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
	.projectview .details {
  float: none;
  padding: 0px 2px 10px;
}
	.projectview .case li img {

  height:auto;
}
}
.seemore {
  margin-top:30px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  float: left;
  background: #856645;
}
.seemore:hover {
  background:#2e2e2e;
	 border-radius: 5px;
}
.seemore:hover span {
  color: #fff;
}
.seemore span {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 0 20px 0 22px;
  transition-duration: 0.4s;
}
/*首页服务商*/

.contact_home {
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover!important;
}
.contact_home  .item {
  height:250px;
  width: 100%;
/*  margin-right: 15px;*/
  float: left;
  background: #fff;
  margin-top: 20px;
  border: solid 1px rgba(207, 207, 207, 0.6)
}
/*.contact_home  .item:nth-child(2n) {
  margin-right: 0
}*/
.contact_home .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.contact_home .item .tit {
  height: 106px;
  border-bottom: solid 1px #eeeeee;
  line-height: 106px;
  padding-left: 40px;
  color: #856645;
  font-weight: bold;
  font-size: 24px;
}
.contact_home .item .note {
	padding-top: 20px;
  padding:15px 15px 0;
  color: #999999;
  font-size: 16px;
}	
	
.contact_home .item .note p{
  line-height: 30px;
}		
.contact_home .item .note p em{
  padding-right: 8px
}





/*联系我们*/
.contact_main {
  padding-top: 110px;
  padding-bottom: 100px;
  background-size: cover!important;
}
.contact_main  .cont {
  margin-top: 14px;
}
.contact_main .cont .ewm {
  background: #fff;
  padding: 22px;
  width: 80%;

}
.contact_main .cont .ewm img {
  width: 100%;
}
.contact_main .cont .ewm .tit {
  color: #333333;
  font-size: 18px;
	text-align: center;
  margin-top: 20px;
}
.contact_main .cont .hotline {
  margin-top: 25px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.contact_main .cont .hotline a {
  color: #333;
}
.contact_main .cont .hotline .mb15 {
  margin-bottom: 10px;
}	
.contact_main .cont .hotline i {
  padding-right: 8px;
	 font-size: 23px;
	 color: #856645;
	font-weight: bold;
}
.contact_main  .top_sea{
	margin-bottom: 35px
}
.contact_main  .item {
  height: 315px;
  width: 100%;
  margin-right: 15px;
  float: left;
  background: #fff;
  margin-top: 20px;
}
.contact_main  .item:nth-child(2n) {
  margin-right: 0
}
.contact_main .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.contact_main .item .tit {
  height: 106px;
  border-bottom: solid 1px #eeeeee;
  line-height: 106px;
  padding-left: 40px;
  color: #856645;
  font-weight: bold;
  font-size: 24px;
}
.contact_main .item .note {
	padding-top: 20px;
  padding-left: 35px;
  color: #999999;
  font-size: 16px;
}	
	
.contact_main .item .note p{
  line-height: 30px;
}		
.contact_main .item .note p em{
  padding-right: 8px
}		
/*服务帮助*/
.rdpro .pic img {
   transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;		
}				
.rdpro .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.rdpro .info {
  padding: 35px;
  background-color: #f5f5f5;
}
.rdpro .content {
  font-size:18px;
  line-height: 33px;
  margin:0 auto 5px;
}
.rdpro .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  overflow: hidden;
  margin-bottom: 80px
}
.rdpro .info {
  width: 65%;
}	
.rdpro .pic {
  width: 35%;
}	
			
@media screen and (max-width: 1400px) {	

.rdpro .content {
  font-size:1.5rem;
  line-height:28px;
  margin: 15px auto 25px;
}
		
		}
		
@media screen and (max-width: 1004px) {
.rdpro .base {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .rdpro .info,
  .rdpro .pic {
    width: 100%;
  }
  .rdpro .info {
    padding: 1rem 1rem;
  }

}
.rdlist-r {height: 100px}
.rdlist{padding:50px;background: #f8f8f8;border: 1px solid rgba(204,204,204,0.5);border-radius: 6px;display: grid;grid-template-columns: 30% auto;margin:20px}
.rdlist-l{display: flex;align-items: center;justify-content: flex-start;overflow: hidden;}
.rdlist-l i{font-size: 80px;color:#333}

.rdlist:hover i{color:#856645;transition: all .7s;}
.rdlist:hover	{box-shadow: 0 1px 10px rgba(0, 0, 0, .1); }	
.rdlist1-1{font-size:22px;color: #856645;line-height: 1;padding-bottom: 10px;margin-bottom:10px;border-bottom: 1px solid rgba(204, 204, 204, .5);font-weight: bold}
.rdlist1-2{list-style-type: none;}
.w17-li{padding-left: 5px;background-repeat: no-repeat;font-size: 15px;color: #666666;line-height:28px;}

@media screen and (max-width:767px){ 

.rdlist{padding:10px;margin:0 0 5px;}
}


.ser_ta_box {
display: flex;
margin-top: .9rem;
justify-content: space-between; }
.ser_ta_box > div {
width: 24%;
background-color: #f8f8f8;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
border-radius: 6px;
padding: 5px; }
.ser_ta_box .at_on .iconfont {
  font-size: 65px;
  display: block;
  text-align: right;
  color: #856645;
 opacity: 0.1;
  padding-right: 10px;
  padding-top: 10px;
}
.ser_ta_box > div .ser_src1_t {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  padding:0 0 0 20px;
  line-height: 1;
  margin-bottom: 10px; }
.ser_ta_box > div .ser_src1_e {
  color: #856645;
  font-size: 16px;
  margin-bottom: 10px;
  padding:10px 0 0 20px;
  text-transform: uppercase;
  line-height: 1; }
.ser_ta_box > div .ser_src1_i {
  padding: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #666666;
  line-height: 25px;
  max-height: 200px;
  overflow-y: auto; }

@media all and (max-width: 1024px) {

.ser_ta_box {
display: block; }
.ser_ta_box > div {
width: 100%;
margin-bottom: 8px; }
.ser_ta_box > div:last-child {
margin-bottom: 0; }

.ser_ta_box > div .ser_src1_i {
max-height: none; }

}
@media all and (max-width: 640px) {
.ser_ta_box {
margin-top: 5px; }

.ser_ta_box > div {
padding: 3px 5px ; }
}
.page-title {
  text-align: center;
  margin: 50px 0;
}

.page-title h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}
.page-title .line {
  width:50px;
  height:3px;
  background-color: #856645;
  margin: 5px auto 0;
}
/*公司简介*/

.about-con {
		  width: 100%;
		  height: auto;
		  
	position: relative;
}
.about-lt {
	float: left;
	width: 69.2%;
}
.about-rt {
	float: left;
	z-index: 2;
	right: 0px;
	width: 30%;
	
}
.about-head, .about-cont {
	padding-right: 20px;
}

.about-head {
	margin-bottom: 75px;
}

.idxTitle {
	font-size: 38px;
	font-weight: bold;
	color: #333333;
}

.aft {
	padding-bottom: 35px;
	position: relative;
	margin-bottom: 35px;
}

.aft:before, .aft:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #bb1c14;
}

.idxTitle.wt.aft:before, .idxTitle.wt.aft:after {
	background-color: #fff;
}

.aft:before {
	width: 48px;
	left: 0;
}

.aft:after {
	width: 2px;
	left: 50px;
}
	
@media screen and (max-width: 767px) {
	  
.about-head, .about-cont {
	padding-right: 0;
}
.idxTitxtP{width: 100%;padding: 0;margin: 0}
.about-rt {
	float: none;
	right: auto;
	width: 100%;
	
}
.about-lt {
	float: none;
	width: 100%;
}
}
}

.idea {padding:85px 0;}

.idea-col:last-child {
	border: none;
}
.ideadl {
	text-align: center;
	background:rgba(5, 5, 5, .8); 
	height: 550px;
	padding:50px;
	border-radius: 10px;
}

.ideadl dt {
	margin-bottom: 20px;
}


.ideadl .txt {
	font-size: 18px;
	color: #ffffff;
}
	
.ideadl .txt li{display:list-item;width: 100%;text-align: left;list-style-type:square;margin-bottom: 10px;line-height: 28px}
	
	.txtcol{
		color: #fff;
		text-align: left
	}	
	
	
.about-row {
	padding:50px 0;
	overflow:hidden;
}
.about-list1 {
	padding-top:35px;
	font-size:0;
	margin:0 -35px;
	overflow:hidden
}
.about-item {
	display:inline-block;
	vertical-align:top;
	width:33.33%
}
.about-item .con {
	display:block;
	margin:0 35px;
	overflow:hidden
}
.about-item .pic {
	padding-top:95%;
	position:relative;
	overflow:hidden
}
.about-item .pic img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s
}
.about-item .inner {
	padding:23px 0;
	overflow:hidden
}
.about-item .inner h4 {
	font-size:24px;
	color:#333;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:11px
}
.about-item .inner .txt {
	font-size:17px;
	color:#666;
}
.about-item .con:hover .pic img {
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05)
}
@media only screen and (max-width:767px) {
	.about-list1 {
	margin:0 -5px
}
.about-item {
	width:100%
}
.about-item .con {
	margin:0 5px
}
.about-item h4 {
	font-size:20px
}
.about-row {
	padding:70px 0 50px
}
}	
	
/*联系我们*/
.about-contact {margin-top: 20px}
.contact_tit {
  margin-top:50px;
  line-height: 66px;
  padding-left: 40px;
  color: #856645;
  font-weight: bold;
  font-size: 24px;
}
.about-contact .ul-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  margin-top:10px;
  position: relative;
  z-index: 2;
  padding: 60px 3.57%;
  background-color: #fff;
}
.about-contact .ul-list::before,
.about-contact .ul-list::after {
  content: " ";
}
.about-contact .ul-list li {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.about-contact .ul-list li .icon i {
  font-size: 40px;
}
.about-contact .ul-list li .title {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 30px;
}
.about-contact .ul-list li .des {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
}	
	
@media screen and (max-width: 1440px) {
	
	  .about-contact .ul-list {
    padding-left: 3%;
    padding-right: 3%;
  }
  .about-contact .ul-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-contact .ul-list li .des {
    font-size: 18px;
    line-height: 28px;
  }
	
	}
@media screen and (max-width: 991px) {
	  .about-contact .ul-list {
    margin-top: 35px;
	padding-left: 1%;
    padding-right: 1%;
		  
  }

  .about-contact .ul-list li .des {
    font-size: 16px;
    line-height: 30px;
  }
  .about-contact .ul-list li .title {
    margin-top: 20px;
  }
	}
@media screen and (max-width: 767px) {
	.about-contact .ul-list li {
   flex: 0 0 100%;
  padding-left: 10px;
  padding-right: 10px;

}
	  .about-contact .ul-list li .title {
    margin-top: 10px;
  }
  .about-contact .ul-list li .des {
    line-height: 26px;
    margin-top: 10px;
  }}

.feedback {padding: 50px 0 50px 50px;}
.conmess {
	width:100%;
	margin:80px auto;
}

.conmess .input {
    font-size: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 49%;
	padding-right: 2%;
	float: left;
	height: 50px;
	margin-bottom: 50px;
	vertical-align: top;
}
.deal::-webkit-textfield-decoration-container {
   background-color: #fff
}   
.deal::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
.deal::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
.conmess .input::nth-child(2n){
		padding-right:0
	}
.conmess .input input,.conmess .input textarea {
	width:100%;
	height:100%;
	display:block;
	border-radius:5px;
	border:1px solid #e6e6e6;
	font-size:16px;
	color:#999999;
	padding:0 17px;
	box-sizing:border-box;
	outline:none;
}
.conmess .input.big {
	width: 100%;
	padding-right:4%;
	height:150px;
	margin-right:23px;
}
.conmess .form form {
	text-align:left;
}
.signin_btn {
	margin-top: 10px;
	display:block;
	background-color:#856645;
	text-align:center;
	line-height:40px;
	color:#fff;
	width:100px;
	font-size:14px;
	border-radius:5px;
	cursor:pointer;
    border: none
	}
.error_input {
	border:1px solid #ff0000;
}
.msg {
	font-size:12px;
	line-height:35px
}
.onError {
	color:#ff0000;
}
@media all and (max-width:1000px) {
.leftline{border:none;padding:0}
.contact .col-md-6,.coninfo .col-md-6,.coninfo .col-md-12{padding:0}
.conmess .input {
	width: 100%;
}
.conmess .input.big {
	width: 100%;
}
}
.feedback .btitle {
  font-size: 62px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 60px;
}
.feedback .stitle {
  font-size: 42px;
  font-weight: 500;
  color: #333333;
}
.feedback .htitle {
  color: #856645;
  font-size: 42px;
  font-weight: 500;
  margin: 20px 0 45px;
}
.feedback .text {
  font-size: 26px;
  color: #999999;
  margin-bottom: 50px;
}
@media all and (max-width:1400px) {
.feedback .btitle {
  font-size: 45px;
}
.feedback .stitle {
  font-size: 35px;
}
.feedback .htitle {
  font-size: 35px;
  margin: 10px 0 15px;
}
.feedback .text {
  font-size: 18px;
  margin-bottom: 30px;
}	
	
}
.foot-link span{float: left;padding-right: 10px;color: beige}
.foot-link {line-height:45px;}
.foot-link a{padding-right: 8px}
.nav-menu {
	margin-top:10px;
	line-height:38px;
	width:100%;
	text-align:left;
}
.nav-menu {
	font-size:13px;
	padding-left:10px;
}
.nav-menu i {
	color:#333;
	padding:5px 10px 0
}
.curwidth {
     padding:0 100px 
}
@media all and (max-width:768px) {
	.curwidth {
      padding:0  
}
}
.custom-button {
    background-color: #856645; 
    color: #fff; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
}
/*资质荣誉*/
.honor_list .imgBox {
    background: #f4f4f4;
    padding: 10px 5px 5px;
	height: 250px;
	overflow: hidden;
	text-align: center
}
.honor_list .imgBox img{
    width: auto;
	height: 100%;
	margin: 0 auto;
}
.honor_list .text {
    margin-top: 1px;
    background: #f4f4f4;
    padding: 25px 20px;
    transition: all 0.5s;
}
.honor_list .title {
    font-size: 18px;
    color: #333;
    text-align: center;
    transition: all 0.5s;
}
.honor_list .col-md-3{margin-bottom: 20px}
.honor_list .col-md-3:hover .text {
    background: #856645;
    color: #fff;
    transition: all 0.5s;
}

.honor_list .col-md-3 {
    cursor: pointer;
}

.honor_list .col-md-3:hover .text .title {
    color: #fff;
    transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
	
.honor_list .title {
font-size: 14px;
}
.honor_list .imgBox {
padding: 10px;
}
}

@media screen and (max-width: 1000px) {
.honor_list .imgBox {
height: auto;
}
.honor_list .imgBox img{
    width: 100%;
	height: auto;
}
}
.clickable-image {
    cursor: pointer;
	-webkit-transition:transform .75s;
	transition:transform .75s
}

.clickable-image:hover {
    transform: scale(1.02);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

.overlay-content {
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}


/*产品中心*/

 .pro_list .col-sm-6 {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	background: #fff;
	box-shadow: 0 2px 1px rgba(102, 102, 102, 0.5); /* 悬停时增强阴影效果 */
/*  background: url("../pic/abg.png") center no-repeat;*/
}
.pro_list .col-sm-6{
	background:none;
	margin-bottom:20px;
	box-shadow:0 0 0 ;
	
}
.pro_list .col-sm-6 a{
	box-shadow: 1px 1px 2px 2px rgba(102, 102, 102, 0.12); 
	 width: 98%;
	 padding:1%;
	 padding-top:35px;
     background:#fff;
	border-radius:10px

}
.pro_list .col-sm-6 .img {
   
	height:auto;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.pro_list .col-sm-6 .img img {
  display: block;
   width:80%;
	height:auto;
  
  object-fit: contain;
   transition: all 0.5s;
  object-fit: cover;
}
.pro_list .col-sm-6 .content {
  width: 100%;
  padding-top:20px;
  padding-bottom:10px;
}
.pro_list .col-sm-6 .content .c-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
	padding-bottom: 20px;
}

 .pro_list .col-sm-6:hover img {
    transition: all 0.5s;
    transform: scale(1.02);
}
.pro_list .col-sm-6:hover a{box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.10);border-radius: 8px;transition: all .6s;}

.pro_list .col-sm-6:hover .content .c-title{
  color: #bd9e6c;
}
.pro_list .col-sm-6:hover .content .c-btn .btn {
  background: #bd9e6c;
  color: #fff;
}
	
@media screen and (max-width: 1660px) {
.pro_list .col-sm-6 .img {
    margin-left: auto;
  }
}
@media screen and (max-width: 1366px) {
.pro_list .col-sm-6 .img img{
    height: 173px;
  }
.pro_list .col-sm-6 .content{
    padding: 20px 0;
  }
.pro_list .col-sm-6 .content .c-title{
    font-size: 15px;
    line-height: normal;
  }
.pro_list .col-sm-6 .content .c-text{
    line-height: 1;
  }
	}

	@media screen and (max-width: 1000px) {
	.pro_list .col-sm-6 .img{
    height: 300px;
  }.pro_list .col-sm-6 .img img{
    height: 173px;
  }.pro_list .col-sm-6 .content {
    padding: 20px 0;
  } .pro_list .col-sm-6 .content .c-title{
    font-size: 20px;
    line-height: normal;
  } .pro_list .col-sm-6 .content .c-text{
    line-height: 1;
    font-size: 16px;
  }
	}



/*产品详情*/
.pro_title {
	width:100%;
	height:45px;
	display:block;
	font-weight:bold;
	font-size:27px;
	border-bottom:solid 1px #856645;
	padding-bottom:5px;
	color:#856645;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:10px
}
.pro_title1 {
	width:100%;
	height:35px;
	display:block;
	font-weight:bold;
	font-size:18px;
	color:#856645;
	margin-top:30px;
	margin-bottom:10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left:10px
}

.proboder .col-md-2{
	color:#464646;
	padding:5px 10px;
	text-align: center;
	border:1px solid rgba(0,74,141,0.1);
	font-size:16px;
	line-height:30px;
	font-weight:normal
}
.proboder .ptit{
	background-color:#e3e4e6;
	font-weight: bold
}
.proboder .col-md-2 img {
	height:20px
}
.responsive_table {
	min-height:.01%;
	overflow-x:auto;
	margin-bottom:50px;
}
.responsive_table table {
	width:100% !important;
	border-collapse:collapse;
}
.responsive_table table tr td {
	vertical-align:middle;
}
.tableStyle table tr th {
	color:#464646;
	padding:5px 10px;
	border:1px solid rgba(255,255,255,0.8);
	font-size:16px;
	line-height:30px;
	font-weight:normal
}
.tableStyle table tr td {
	color:#464646;
	padding:5px 10px;
	border:1px solid rgba(0,74,141,0.1);
	font-size:16px;
	line-height:30px;
	font-weight:normal
}
.tableStyle table tr th {
	line-height:38px;
	font-weight:bold;
	text-align:center;
	background-color:#e3e4e6;
	color:#333;
	font-size:16px;
}
.tableStyle table tr td {
	font-weight:300;
	text-align:center;
	font-size:14px;
	padding:5px;
	color:#000000;
	word-break:break-all;
}
.tableStyle table tr td img {
	height:20px
}
.tableStyle table tr:nth-child(2n) {
	background-color:#f5f5f5
}
.cuspty {border-top: 1px solid #fff;border-bottom: 1px solid #fff;width: 20px;background-color: #fff}

.carousel-inner > .item > img {
width: auto;
height: 500px;
}
.carousel-control {
background: none;
width: 5%;
}
.carousel-control.left, .carousel-control.right {
background-image: none;
}
.carousel-control .iconfont {
font-size: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #000;
}
.carousel-control.left .iconfont {
left: 15px;
}
.carousel-control.right .iconfont {
right: 15px;
}
.carousel-control.left .iconfont {
left: 15px;
transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 767px) {
.carousel-inner > .item > img {
width: 100%;
height: auto;
}

}

/*发巨历程*/
.timeline {
	position: relative;
	padding: 20px 0;

}
.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -20px; /* 延伸20px到容器底部以下 */
	left: 50%;
	width: 2px;
	background: #ddd;
	transform: translateX(-50%);
	z-index: 1;
}
.timeline-item {
	position: relative;
	margin: 20px 0;
	clear: both;
}
.timeline-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 3px solid #856645;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.timeline-item .timeline-content, .timeline-item .timeline-date {
	width: 46%;
	padding: 0 10px 60px;
	background: #fff;
	position: relative;
	z-index: 3;
}
.timeline-item .timeline-content p{
margin-top:-15px;
font-size:18px;
line-height: 35px;
	
}
.timeline-item .timeline-date p{
color:#856645 !important;
font-weight: bold;
margin-top:-15px;
font-size:28px
}
.timeline-item:nth-child(odd) .timeline-content {
	float: right;
	text-align: left;
}
.timeline-item:nth-child(odd) .timeline-date {
	float: left;
	text-align: right;
}
.timeline-item:nth-child(even) .timeline-content {
	float: left;
	text-align: right;
}
.timeline-item:nth-child(even) .timeline-date {
	float: right;
	text-align: left;
}
@media (max-width: 767px) {
	.timeline {
	padding: 0 0 20px;

}
	.timeline:before {
		left: 20px;
		display: none;
	}
	.timeline-item .timeline-date, .timeline-item .timeline-content {
		width: 100%;
		float: none;
		padding: 10px 0 10px;
		text-align: left;
	}
	.timeline-item .timeline-date {
		text-align: left;
		padding-left: 40px;
	}
	.timeline-item .timeline-content {
		padding-left: 40px;
	}
	.timeline-item:nth-child(odd) .timeline-content {
	float: left;
	text-align: left;
}
.timeline-item:nth-child(odd) .timeline-date {
	float: left;
	text-align: left;
}
.timeline-item:nth-child(even) .timeline-content {
	float: left;
	text-align: left;
}
.timeline-item:nth-child(even) .timeline-date {
	float: left;
	text-align: left;
}
.timeline-item .timeline-date p{
margin-top:0px;
font-size:26px
}
}



/*下载中心*/
.top_nav {
	margin-top:15px;
	line-height:58px;
	border-bottom:solid 1px #999
}
.top_nav ul li {
	margin-left:30px;
	float:left
}
.top_nav ul li:first-child {
	margin-left:0;
}
.top_nav ul li a {
	font-size:18px;
	color:#333;
	border-bottom:1px solid transparent;
	display:inline-block;
	padding-bottom:5px;
}
.top_nav ul .active a {
	color:#856645;
	border-bottom:1px solid #856645;
}
.download {
	margin-top:50px;
	min-height: 550px;
}
.download .item {
	text-align:center;
	box-sizing:border-box;
	width:24.25%;
	float: left;
	border:3px solid #eee;
	padding:60px 0;
	transition:0.4s;
	margin-right:1%;
	margin-bottom:1.125rem;
}
.download .item:nth-child(4n) {
	margin-right:0;
}
.download .item .content1 img {
	height:40px;
	margin-bottom: 8px;
}
.download .item .content2 {
	font-size:16px;
	margin-top:18px;
	font-weight:bold;
	white-space: nowrap;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto
}
.download .item .content3 {
	margin-top:50px;
}
.download .item:hover {
	border:3px solid #856645;
}
@media screen and (max-width:1024px) {
	.download {
		min-height:auto;
	justify-content:space-between;
}
.download .item {
	width:49%;
	margin-right:0;
}
}@media screen and (max-width:767px) {
	.top_nav ul li {
	margin-left:10px;
}
.top_nav ul li {
	margin-top:5px;
}
.download .item .content3 {
	margin-top:3.75rem;
}
.download .item {
	padding:2.75rem 0;
}
}
.ry_btn a {
	font-size:12px;
	color:#fff;
	width:100px;
	line-height:28px;
	border-radius:20px;
	background:#856645;
	display:inline-block;
	text-align:center;
	transition:0.4s;
}
.ry_btn a:hover {
	background:#c5c5c5;
	color:#111;
}

/*faq*/
	 .qa-item__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 1280px;
    padding:50px;
    margin: 0 auto;
    background-color: #F5F5F5;
  }
	
	  .qa-item-body {
    position: relative;
    padding: 25px 20px;
    background-color: #fff;
  }
  .qa-item-body .qa-item__q {
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .qa-item-body .qa-q__body {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 68px 1fr 32px;
    column-gap: 20px;
  }
  .qa-item-body .qa-q-mark {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 20px;
    border-right: solid 1px #707070;
  }
  .qa-item-body .qa-q-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
  }
  .qa-item-body .qa-q-button {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    appearance: none;
    position: relative;
    width: 32px;
    height: 32px;
    margin: auto 0 auto auto;
  }
  .qa-item-body .qa-q-button .qa-q-button__icon {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .qa-item-body .qa-q-button .qa-q-button__icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #271D1A;
    transform: translate(-50%, -50%);
  }
  .qa-item-body .qa-q-button .qa-q-button__icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 100%;
    background-color: #271D1A;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .qa-item-body .qa-item__a {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .qa-item-body .qa-a__body {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr 32px;
    column-gap: 20px;
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .qa-item-body .qa-q-mark {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .qa-item-body .qa-a-description {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .qa-item-body.--active .qa-item__a {
    max-height: 100vh;
  }
  .qa-item-body.--active .qa-q-button .qa-q-button__icon::after {
    opacity: 0;
  }
@media screen and (max-width: 768px) {
 .qa-item__list {
    row-gap: 10px;
    max-width: 100%;
    padding:5px;

  }
	.qa-item-body {
    position: relative;
    padding:3px;
    background-color: #fff;
  }
	  .qa-item-body .qa-q-label {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
  }
	  .qa-item-body .qa-a-description {
    color: #333;
    font-size: 13px;
    font-weight: 200;
  }

	.qa-item-body .qa-q-mark {
    height: 100%;
    padding-right:10px;
  }
		  .qa-item-body .qa-q-mark img{
    height: 70%;
  }
 }
/*产品分类*/
.product_nav {
  border: solid 1px #eeeeee;
  width: 90%;
}

.product_nav .item {
  padding: 14px 15px ;
  line-height: 24px;
  min-height: 60px;
  font-size: 16px;
  color: #333333;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
	background-color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.product_nav .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.product_nav .item .explain {
  max-width: 95%;
}

.product_nav .item .item_icon {
  width: 16px;
  height: 15px;
  position: relative;
}


.product_nav .item:hover,
.product_nav .item.active {
  background: #856645;
}

.product_nav .item:hover .explain,
.product_nav .item.active .explain {
  color: #fff;
}
	
@media screen and (max-width: 1200px) {

.product_nav .item {
    padding: 14px 20px;
    line-height: 24px;
    min-height: 60px;
    font-size: 16px;
    color: #333333;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  .product_nav .item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  .product_nav .item .explain {
    max-width: 80%;
  }

  .product_nav .item .item_icon {
    width: 16px;
    height: 15px;
    position: relative;
  }


  .product_nav .item:hover,
  .product_nav .item.active {
    background: #856645;
  }

  .product_nav .item:hover .explain,
  .product_nav .item.active .explain {
    color: #fff;
  }



	

	
	}
	
	@media screen and (max-width: 1024px) {
	.product_nav {
    max-height: 130px;
    overflow: hidden;
    overflow-y: auto;
  }	
	}	


/*.left-nav {
position: relative;
}*/
	.product_nav_details {
/*  position: absolute;*/
  width: 100%;
  left: 100%;
  top: 0;
/*
   display: none;
  z-index: 80;
*/

}
/*
	.left-nav:hover .product_nav_details{
	  display: block !important; 
	}
*/

.product_nav_details i {
 
	padding-right: 5px;
	font-size: 12px
}

.product_nav_details ul {
  width: 100%;
  max-height: 400px;
  overflow-y: hidden;
/*  border: 1px solid #eee;*/
  background-color: #fff;
}

.product_nav_details li {
  line-height: 46px;
  font-size: 16px;
  padding: 0 0 0 50px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.product_nav_details li:last-child() {
  border: none;
}

.product_nav_details li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product_nav_details li:hover{
  background-color: #bd9e6c;
}

.navback {
	background-color: #bd9e6c !important;
	color:#fff !important;
}
.navback a{
  color:#fff !important;
}

.nav2back {

	color:#ff0000 !important;
	font-weight: bold;
}
.nav2back a{
  color:#ff0000 !important;
}

.product_nav_details li:hover a{
  color:#fff !important;
}
@media only screen and (max-width:768px) {
.product_nav {
  width: 98%;
  margin-top: 20px;
	margin-bottom: 20px
}
}
.flex {
  
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_column_center {

    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
	  
.flex_row_justify {
    
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.flex_column_center {
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
/*产品详情*/

.tableStyle1 table{width: 100%;}
.tableStyle1 table td{padding: 5px 20px;display: table-cell;vertical-align: inherit;}
.tableStyle1 table td p{margin-bottom:5px;margin-top:5px;line-height:1.75em;font-size: 14px}
.tableStyle1 table td p span{font-size: 14px}
	.wth1{width: 15%}
	.wth2{width: 20%}
	.wth3{width: 65%}
	.wth4{width: 85%}
	.wth5{width: 80%}
	.wth6{width: 35%}
@media only screen and (max-width:1199px) {
	.tableStyle1 table td{padding: 0 5px;}
	.tableStyle1 table td p{font-size: 12px}
	.tableStyle1 table td p span{font-size: 12px}
	.wth1{width: 20%}
	.wth2{width: 25%}
	.wth3{width: 60%}
	.wth4{width: 80%}
	.wth5{width: 75%}
	.wth6{width: 40%}
}
.proDetail_right {
	margin-top:30px;
}
.table tbody tr th {
	vertical-align:middle;
}
table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd;}
table{margin-bottom:10px;border-collapse:collapse;display:table;width:100%!important}
td,th{word-wrap:break-word;word-break:break-all;padding:5px 10px;border:1px solid #DDD}
caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center}
th{border-top:2px solid #BBB;background:#f7f7f7}
.ue-table-interlace-color-single{background-color:#fcfcfc}
.ue-table-interlace-color-double{background-color:#f7faff}
.prod-details .box .words {
	border-top: solid 1px #e5e5e5;
	padding: 15px 0;
	font-size:16px;
	color:#000;
	 margin:15px 0 10px;
}
.prod-details .box .words p{
	line-height:28px;
	 margin:0 auto;
	font-size:16px;
	color:#000;
}
.details-cat{height:35px;background:#fff;box-shadow:0 0 20px 2px #f8f8f8;display:flex}
.details-cat li{width: 33.33%;color:#555;display:flex;align-items:center;justify-content:center;height:100%;font-size:18px;transition:all .4s ease;cursor:pointer;background: #f7f7f7;border-right:solid 1px #fff}
.details-cat li.active,.details-cat li:hover{background:#bd9e6c;color:#fff}
.details-txt {
	padding:28px 0px
}
.prod-details .box .pfont {
	font-size:28px;
	font-weight: bold;
	color:#333;
    margin:0 0 10px;
}
.details-txt img {
	margin:0;
	max-width:100%;
	width:auto;
	height:auto;
}
.details-cat li.active{font-weight:700}
.details-txt b{font-size:24px;color:#000;font-weight: bold; line-height:55px}
.details-txt p{font-size:21px;color:#000;line-height:23px}
.details-cat li.active i img:nth-child(2),.details-cat li:hover i img:nth-child(2){opacity:1}
.details-txt:not(:first-child){display:none}		
.pro_line{width:100%;height: 1px;background-color:#323232;margin:35px 0;}

@media (max-width:991px) {
.pro_list .words .pro_des{
		height: auto;
	}
}	
	
.gallery-font{font-weight: bold;font-size: 14px;color: #000000;position: absolute;left: 20px;top:10px;}
.gallery-top .swiper-slide {
	position:relative
}
.proxq-pic {
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
}
.gallery-button {
	width:100%;
	position:relative;
	padding:5px 0;
}
.gallery-button .swiper-button-prev,.gallery-button .swiper-button-next {
	background:url('../images/pro-ico1.png') no-repeat center;
	width:10px;
	transition:all .4s ease;
}
.gallery-button .swiper-button-prev {
	transform:rotate(180deg);
	left:0;
}
.gallery-button .swiper-button-next {
	right:0;
}
.gallery-thumbs {
	width:100%;
	height:45px;
	padding:0 15px;
}
.gallery-top  {
	margin-top:15px
}
.gallery-top .swiper-slide img {
	border-radius:10px;	
}
.gallery-thumbs .equip-min span {
	width:100%;
	display:block;
	height:45px;
	overflow:hidden;
	line-height:45px;
	text-align:center;
	border:1px solid #e5e5e5;
}
.gallery-thumbs .equip-min span img {
	width:auto;
	height:100%;
	display:inline-block;
	object-fit:cover
}
.gallery-thumbs .equip-min.cur span,.gallery-thumbs .equip-min span:hover {
	border:1px solid #856645;
}
.gallery-top {
	display:none;
}
.proxq-pic-toBig {
	width:100%;
	position:relative;
	text-align:center;
	max-width:100%;
	max-height:100%;
	border-radius:10px;
	border:solid 1px #e5e5e5;
	overflow:hidden
}
.proxq-pic-toBig img {
	max-width:100%;
	max-height:100%;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:350px !important;
	height:352px !important;
	background:#fff;
	border:2px solid #e5e5e5;
	display:none;
	text-align:center;
	overflow:hidden;
	border-radius:10px;
}
div.zoomMask {
	position:absolute;
	background:url("images/zoommask.png") repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
}
@media all and (max-width:1000px) {
	.proxq-pic-toBig {
	display:none;
}
.gallery-top {
	display:block;
}
}	
	

@media all and (max-width:1000px) {
.details-cat{height: 25px}
.details-cat li{font-size: 14px}
.details-cat i img{width: 15px;height: 15px}
.proxq-pic-toBig{display: none;}
.gallery-top img{width: 100%;height: auto}
.pfont {padding-top: 35px;}
.prod-details .box{
	width: 100%;
	overflow: hidden
}
}
@media all and (max-width:767px) {
.gallery-thumbs{width: 60%;}
.gallery-thumbs{height: 60px;}
.gallery-thumbs .equip-min span{height: 60px;line-height: 60px;}
.gallery-button {padding: 0 32px;}
}
 .col-content {
  height: 100%;
  overflow-y: auto;
}
.honorpd {
	padding-bottom:80px;
	padding-top:80px;
background: url('/pic/img63.jpg') no-repeat center center;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}