/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */




html,body{
	font-family:"Graphik-Regular",arial,verdana;
	position: relative;
}
input, button, textarea,select{
	font-family:"Graphik-Regular",arial,verdana;	
}
.bgf8{
	background: #f8f8f8;
}
.bgef{
	background: #efefef;
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	z-index: 6;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 4px solid #88755b;
}
.header.head_bg{
	background: #fff;
	box-shadow: 0 0 5px rgba(115,115,115,.25);
}
.header{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.header_wrapper{
	position: relative;
}

.logo{
	width: 168px;
	padding: 0 3% 6px;
	height:100%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.menu{
	width: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
	position: relative;
}
.menu_dl{
	width: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.menu_dl dd{
	float: left;
	position: relative;
	margin: 0 2px;
	height: 136px;
	padding-top: 88px;
	padding-bottom: 10px;
}

.menu_dl dd.menu_pro_dd{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #88755b;
	text-align: center;
	font-size: 16px;
	padding: 0 14px;
	height: 40px;
	font-family: "graphik-medium";
	line-height: 20px;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    text-transform: uppercase;
}
.menu_tt .text:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 2px;
	background: #88755b;
}
.menu_dl dd.hover .menu_tt .text:after{
	width: 100%;
}

.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:136px;
	z-index: 9;
	width: 185px;
	background:rgba(255,255,255,.89);
	padding:4px 12px;
	box-shadow: 0 2px 6px rgba(115,115,115,.2);
}
.menu_down a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	width: 100%;
	line-height: 24px;
	padding: 12px 0;
	color: #888;
	font-size: 14px;
	border-bottom: 1px dashed #e3e1de;
}
.menu_down a .tt{
	width: calc(100% - 24px);
}
.menu_down a .icon{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size:20px;
}
.menu_down a:last-child{
	border: 0;
}
.menu_down a:hover{
	color: #88755b;
}

.menu_pro_down{
	display: none;
	position: absolute;
	left: 0;
	top: 136px;
	width: 100%;
	padding:50px 0 0;
	background: #fff;
}
.menu_pro_down_t{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding:0 20px 45px;
}
.menu_pro_down_item{
	padding: 0 2%;
}
.menu_pro_down_item_tt{
	display: block;
	color: #5d503e;
	font-size: 18px;
	font-family: "Graphik-Bold";
	margin-bottom: 20px;
}
.menu_pro_down_item_list a{
	display: block;
	line-height: 22px;
	padding: 4px 0;
	font-size: 14px;
	color: #888;
}
.menu_pro_down_item_list a:hover{
	color: #5D503E;
	transform: translateX(2px);
    -webkit-transform: translateX(2px);
}
.menu_pro_down_b{
	background: #88755b;
	padding: 0 6%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_pro_down_b_l{
	color: #c2ac8e;
	width: calc(100% - 147px);
	font-size: 16px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_pro_down_b_l .icon{
	font-size: 18px;
	color: #c2ac8e;
	margin-right: 6px;
}

.menu_pro_down_b_btn{
	width: 147px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 14px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    background: #c2ac8e;
}
.menu_pro_down_b_btn .icon{
	font-size: 14px;
	margin-right: 6px;
}


.menu_pro2_down{
	width: 900px;
	left: auto;
	right: 0;
}

.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.head_search_icon{
	position: absolute;
	right: 25px;
	top: 35px;
	z-index: 2;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #88755b;
	cursor: pointer;
}




.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #019141;
	font-size: 26px;
	background: none;
	font-weight: bold;
	border: 0;
}

.search_box_close{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
	color: #88755b;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search_box_close:hover{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.head_lag{
	position:absolute;
	left: 25px;
	top: 35px;
	z-index: 2;
}
.head_lag_rela{
	position: relative;
}
.head_lag_t{
	width: 70px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #88755b;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}
.head_lag_t .icon{
	font-size:26px;
	margin-left: 8px;
}



.head_lag_down{
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 2;
	display: none;
	width: 120px;
	padding: 10px;
	background: rgba(255,255,255,.89);
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}
.head_lag_down a{
	display: block;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}
.head_lag_down a:hover,
.head_lag_down a.hover{
	color: #fff;
	background: #88755b;
}


/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	position: relative;
	z-index: 8;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.mobile_header_top{
	width: 100%;
	height: 52px;
	position: relative;
}


.mobile_logo{
	width: 180px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 42px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 14px 15px 7px 14px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 32px;
	background: #88755b;
	border-radius: 2px;
	margin-bottom: 7px;
}
.mobile_search_icon{
	color: #88755b;
	font-size: 26px;
	width: 50px;
	height: 52px;
	text-align: center;
	line-height: 52px;
}


.mobile_lag_icon{
	width: 50px;
	color: #88755b;
	text-align: center;
	font-size: 26px;
	line-height: 52px;
	margin-right: 61px;
	cursor: pointer;
}
.mobile_lag_box{
	display: none;
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #fff;
}
.mobile_lag_box a{
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #88755b;
}



.mobile_menu_box{
	display: none;
	position: absolute;
	left: 0;
	top:52px;
	z-index: 5;
	width:100%;
	background: #f1f1f1;
	padding: 20px;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 16px;
	margin-bottom: 6px;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(/html/d/images/menu_ico.png) no-repeat center center;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
	display:none;
	padding:8px 0 8px 10px;
}
.mobile_menu_down_clm{
	margin-bottom: 10px;
}
.mobile_menu_down_clm_tt{
	display: block;
	color: #333;
	font-size: 14px;
}
.mobile_menu_down_clm_list{
	padding-left: 15px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #88755b;
}


.mobile_search_box{
	position: absolute;
	left: 0;
	top: 52px;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fff;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
	
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	border: none;
	color:#88755B;
}


.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}


/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner.owl-carousel{
}
.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
}
.banner.owl-theme .owl-dots .owl-dot span{
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 5px rgba(115,115,115,.3);
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #88755b;
}

.banner_float{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width:27.3%;
	height: 250px;
	margin: -74px 0 0 -13.6%;
	text-align: center;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.banner_float .pic{
	text-align: center;
}

.banner_float .pic img{
	display: block;
	max-width: 100%;
}
.banner_float .tt{
	font-size: 22px;
	color: #fff;
	padding: 15px 0 20px;
}
.banner_float .btn{
	width: 138px;
	height: 42px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 3px solid #fff;
}


.banner_prev,
.banner_next{
	position: absolute;
	left: -60px;
	top: 50%;
	z-index: 3;
	width: 60px;
	height: 80px;
	line-height: 80px;
	font-size: 60px;
	color: #fff;
	text-shadow: 0 0 6px rgba(115,115,115,.3);
	margin-top: -40px;
	cursor: pointer;
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_next{
	left: auto;
	right: -60px;
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.banner_box:hover .banner_prev{
	left: 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_box:hover .banner_next{
	right: 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.banner.owl-carousel .owl-item.active .banner_float{
	-webkit-animation: bounceInDown 1200ms ease-in-out;
	  -moz-animation: bounceInDown 1200ms ease-in-out;
	  animation: bounceInDown 1200ms ease-in-out;
}



.ind_box1{
	padding: 5% 0;
	background: url(/html/d/images/ind_bg1.jpg) repeat center center;
}
.ind_box1_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box1_pic{
	width: 50%;
	position: relative;
}
.ind_box1_pic_prev,.ind_box1_pic_next{
	position: absolute;
	right: 0;
	bottom:23px;
	z-index: 2;
	width: 76px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	font-size: 26px;
	color: #88755B;
}
.ind_box1_pic_prev{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.ind_box1_pic_next{
	right: -76px;
	color: #fff;
	background: #88755b;
}




.ind_box1_r{
	width: 50%;
	padding: 0 2% 0 4%;
}
.ind_box1_title{
	display: block;
}
.ind_box1_title .icon{
	font-size: 60px;
	color: #88755b;
	margin-bottom: 20px;
}
.ind_box1_title .tt{
	color: #222;
	font-size: 48px;
	font-family: "CenturySchlbkCyrillicBT-roman";
}
.ind_box1_title .line{
	width: 2px;
	height: 15px;
	background: #88755b;
	margin: 20px auto 18px;
}
.ind_box1_title .tt2{
	font-size: 18px;
	color: #88755b;
	font-family: "CenturySchlbkCyrillicBT-Bold";
}

.ind_box1_text{
	font-size: 14px;
	line-height: 25px;
	color: #888;
	margin: 26px 0 55px;
}
.ind_box1_btn{
	display: block;
	width: 162px;
	height: 38px;
	border: 1px solid #88755b;
	padding: 3px;
}
.ind_box1_btn .con{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #88755b;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box2{
	padding: 165px 0 120px;
}
.ind_box2_con{
	width: 50%;
}
.ind_box2_con_t{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box2_con_t_item{
	width: 48%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.ind_box2_con_t_item .icon_box{
	width: 103px;
	height: 93px;
	border:10px solid;
	border-color: rgba(137,117,91,.4);
}
.ind_box2_con_t_item .icon_box .icon{
	width: 83px;
	height: 73px;
	line-height: 75px;
	color: #fff;
	font-size: 42px;
	background: #88755b;
	text-align: center;
}
.ind_box2_con_t_item .con{
	font-size: 14px;
	width: calc(100% - 103px);
	padding-left: 15px;
}
.ind_box2_con_t_item .con .tt{
	color: #88755B;
	margin-bottom: 12px;
	font-family: "Graphik-Semibold";
}
.ind_box2_con_t_item .con .text{
	color: #888;
	height: 40px;
	line-height: 20px;
}

.ind_box2_con_t_item:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.ind_box2_con_b{
	padding: 75px 0 0;
}

.ind_box2_con_title{
	color: #222;
	font-size: 48px;
	font-family: "CenturySchlbkCyrillicBT-roman";
}
.ind_box2_con_text{
	line-height: 24px;
	font-size: 14px;
	color: #88755b;
	padding: 25px 0 42px;
}

.ind_box3{
	padding: 38px 0;
	border-top: 1px solid #88755b;
	border-bottom: 1px solid #88755b;
	background: #fff;
}
.ind_box3_title{
	font-size: 24px;
	color: #88755b;
	margin-bottom: 16px;
	font-family: "Graphik-Bold";
}
.ind_box3_text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	width: 92%;
	max-width: 740px;
	margin: 0 auto;
	margin-bottom: 18px;
}


.ind_box3_scroll.owl-theme .owl-controls{
    width: 100%;
}
.ind_box3_scroll.owl-theme .owl-dots{
	width: 100%;
	padding-top: 5px;
}
.ind_box3_scroll.owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: #d5d0ca;
    border-radius: 8px;
    margin: 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_box3_scroll.owl-theme .owl-dots .owl-dot:hover span{
    background: #88755b;
    width: 16px;
    height: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.ind_box4{
	padding: 5% 0 1%;
}
.ind_box4 .ind_box1_title{
	margin-bottom: 60px;
}
.news_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list1 dd{
	width: 48%;
	margin-bottom: 46px;
}
.news_list1 dd a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.news_list1_date{
	width: 123px;
	height: 123px;
	color: #fff;
	background: #88755b;
	font-family: "CenturySchlbkCyrillicBT-roman";
	padding: 7px;
}
.news_list1_date_con{
	width: 100%;
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    border: 1px solid #fff;
}

.news_list1_date .month{
	font-size: 48px;
	line-height: 1;
}
.news_list1_date .days{
	font-size: 24px;
}

.news_list1_con{
	width: calc(100% - 123px);
	padding-left: 4%;
}
.news_list1_con .tt{
	font-size: 24px;
	font-family: "Graphik-Semibold";
	margin-bottom: 12px;
}
.news_list1_con .text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

.news_list1 dd a:hover .news_list1_con .tt{
	color: #88755b;
}
.news_list1 dd a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


.ind_box5{
	height: 158px;
	background: url(/html/d/images/ind_bg3.jpg) repeat center center;
}
.ind_box5_con{
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 0 2%;
}

.ind_box5_l{
	font-size: 48px;
	color: #fff;
	font-family: "Graphik-Semibold";
}
.ind_box5_r{
	width: 342px;
	font-size: 16px;
	color: #fff;
	text-align: right;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.ind_box5_r .icon{
	margin-left: 6px;
}
.ind_box5_r:hover{
	width: 150px;
}

.ind_box6{
	padding: 3.5% 0 5%;
	background: url(/html/d/images/ind_bg1.jpg) repeat;
}
.ind_box6_bars{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 30px 0 50px;
}
.ind_box6_bars .item{
	padding: 0 40px;
	line-height: 43px;
	color: #88755b;
	font-size: 14px;
	border: 1px solid #88755b;
	cursor: pointer;
}
.ind_box6_bars .item.hover{
	color: #fff;
	background: #88755b;
}

.ind_box6_list_rela{
	position: relative;
}
.ind_box6_scroll_prev,.ind_box6_scroll_next{
	position: absolute;
	top: 50%;
	left: -160px;
	width: 82px;
	padding: 4px;
	line-height: 57px;
	margin-top: -29px;
	text-align: center;
	background: #88755B;
	cursor: pointer;
}
.ind_box6_scroll_prev{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.ind_box6_scroll_next{
	left: auto;
	right: -160px;
}
.ind_box6_scroll_prev .icon,
.ind_box6_scroll_next .icon{
	width: 100%;
	line-height: 50px;
	font-size: 40px;
	color: #fff;
	border: 1px solid #fff;
}

.ind_box6_scroll .item{
	position: relative;
	display: block;
}
.ind_box6_scroll_con1{
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box6_scroll_con1_pic{
	overflow: hidden;
}
.ind_box6_scroll_con1_pic img{
	display: block;
}
.ind_box6_scroll_con1_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	line-height: 66px;
	text-align: center;
	color:#fff;
	background: #88755B;
	font-family: "Graphik-Semibold";
}
.ind_box6_scroll_pic{
	position: relative;
	overflow: hidden;
}
.ind_box6_scroll_pic img{
	display: block;
	width: 100%;
}

.ind_box6_scroll_con2{
	transform: translateY(20px);
    -webkit-transform: translateY(20px);
	opacity: 0;
	transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.ind_box6_scroll_con2_pic{
	overflow: hidden;
}
.ind_box6_scroll_con2_pic img{
	display: block;
	width: 100%;
}
.ind_box6_scroll_float{
	position: absolute;
	left: 50%;
	top: 50%;
	width:305px;
	height: 87px;
	margin: -43px 0 0 -152px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    background: rgba(136,117,91,.5);
}
.ind_box6_scroll_float .tt{
	color: #fff;
	font-size: 24px;
	font-family: "graphik-medium";
	margin-bottom: 8px;
}

.ind_box6_scroll_float .btn{
	color: #fff;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.ind_box6_scroll_float .btn{
	font-size: 14px;
	line-height: 20px;
}
.ind_box6_scroll_float .btn .icon{
	font-size: 40px;
	margin-left: 10px;
}

.ind_box6_scroll .item:hover .ind_box6_scroll_con2{
	opacity: 1;
	transform: translateY(0px);
    -webkit-transform: translateY(0px);
	transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.ind_box6_scroll .item:hover .ind_box6_scroll_con1{
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.ind_box6_scroll.owl-theme .owl-controls{
    width: 100%;
}
.ind_box6_scroll.owl-theme .owl-dots{
	width: 100%;
	padding-top: 20px;
}
.ind_box6_scroll.owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: #d5d0ca;
    border-radius: 8px;
    margin: 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box6_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_box6_scroll.owl-theme .owl-dots .owl-dot:hover span{
    background: #88755b;
    width: 16px;
    height: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.footer{
	background: url(/html/d/images/footer_bg.jpg) no-repeat center center / cover;
}

.footer_t{
	padding: 4% 0;
}
.footer_t_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
}
.footer_t_contact,.footer_clm,.footer_t_inq{
	width: 18%;
}
.footer_title{
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-family: "Graphik-Bold";
	margin-bottom: 22px;
}
.footer_t_contact_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 14px;
}
.footer_t_contact_item .icon{
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #88755b;
	text-align: center;
}
.footer_t_contact_item .con{
	width: calc(100% - 20px);
	padding-left: 12px;
	line-height: 20px;
	color: #88755b;
	font-size: 14px;
}
.footer_t_contact_item .con a{
	color: #88755B;
}
.footer_t_contact_item .con a:hover{
	color: #fff;
	text-decoration: underline;
}

.footer_pro_list a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	color: #88755B;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
}
.footer_pro_list a .icon{
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
}
.footer_pro_list a .tt{
	width: calc(100% - 20px);
	padding-left:5px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer_pro_list a:hover .tt{
	color: #fff;
	text-decoration: underline;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}








.footer_t_inq_text,.footer_t_inq_area{
	display: block;
	width: 100%;
	height: 30px;
	color: #222;
	font-size: 14px;
	padding-left: 15px;
	background: #fff;
	border: none;
	margin-bottom: 11px;
}
.footer_t_inq_area{
	height: 82px;
	padding-top: 8px;
	resize: none;
}
.footer_t_inq_text::-webkit-input-placeholder,
.footer_t_inq_area::-webkit-input-placeholder{
	color: #dcdcdc;
	font-size: 14px;
}
.footer_t_inq_sub{
	display: block;
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #88755b;
	border: 0;
	font-family: "Graphik-Semibold";
}

.footer_b{
	border-top: 1px solid #4f555f;
	padding: 15px 0;
	line-height: 24px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_b_text{
	color: #a6a6a6;
	font-size: 14px;
}
.footer_b_r{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.footer_b_support{
	color: #a6a6a6;
	font-size: 14px;
}
.footer_b_support a{
	color: #a6a6a6;
}
.footer_b_support a:hover{
	color: #fff;
	text-decoration: underline;
}

.footer_sm{
	padding: 4px 0;
}
.footer_sm a{
	float: left;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
	color:#04a3df;
	margin-right: 11px;
}
.footer_sm a:nth-child(2){
	color: #3b5999;
}
.footer_sm a:nth-child(3){
	color: #1da1f3;
}
.footer_sm a:nth-child(4){
	color: #006599;
}
.footer_sm a:hover{
	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}


/*
 * back_top
 */
.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 4;
	width: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background: #88755B;
	cursor: pointer;
	transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
}



/*
 * sub_banner
 */
.sub_banner{
	height: 537px;
}
.sub_banner .wrapper{
	height: 100%;
	position: relative;
}
.sub_banner_con{
	position: absolute;
	left: 0;
	bottom: 104px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	width: 490px;
	height: 153px;
	color: #fff;
	padding-left: 28px;
	background: url(/html/d/images/banner_bg.png) no-repeat left center / 100% auto;
}

.sub_banner_con .tt{
	font-size: 44px;
	margin-bottom: 10px;
	font-family: "impact";
}
.sub_banner_con .text{
	font-size: 14px;
	line-height: 20px;
	max-width: 300px;
}

/*
 * location
 */
.location{
	padding-bottom: 16px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
}
.location_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.location_con .icon{
	font-size: 18px;
	color: #5d503e;
	margin-right: 6px;
}
.location_con .tt{
	color: #5d503e;
	font-size: 14px;
	font-family: "Graphik-Bold";
}
.location_con,.location_con a{
	color: #666;
	font-size: 14px;
}


/*
 * about_box1
 */
.sub_page_about{
	background: url(/html/d/images/appli_bg1.jpg) repeat;
	padding: 35px 0 0;
}

.about_box1{
	padding: 3% 0 5%;
}
.about_box1_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box1_l{
	width: 50%;
	padding: 0 5% 0 10%;
}
.about_box1_l_pic{
	padding-bottom: 55px;
}
.about_box1_l_pic img{
	display: block;
	margin: 0 auto;
}
.about_text1{
	line-height: 24px;
	font-size: 14px;
	color: #888;
}

.about_box1_con_t{
	padding: 5% 0;
}
.about_box1_con_t .ind_box2_con_t_item{
	flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.about_box1_con_t .ind_box2_con_t_item .icon_box{
	margin-bottom: 25px;
}
.about_box1_con_t .ind_box2_con_t_item .con{
	width: 100%;
	text-align: center;
	padding-left: 0;
}

.about_box1_r{
	width: 50%;
	padding: 0 10% 0 5%;
}
.about_box1_r_text1{
	font-size: 18px;
	color: #222;
	line-height: 24px;
	font-family: "CenturySchlbkCyrillicBT-roman";
}
.about_box2{
	background: url(/html/d/images/about_bg1.jpg) no-repeat center bottom;
	padding-bottom: 5%;
}
.about_box2_pic{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto 58px;
}
.about_box2_pic .item .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	line-height: 80px;
	padding-left: 2%;
	font-family: "graphik-medium";
	background: rgba(93,80,62,.5);
}

.about_box2_pic.owl-theme .owl-controls{
    width: 150px;
    position: absolute;
    right: 36px;
    bottom: 0;
    padding:30px 0;
}
.about_box2_pic.owl-theme .owl-dots{
	text-align: right;
}
.about_box2_pic.owl-theme .owl-dots .owl-dot span{
	width: 16px;
	height: 16px;
    background: #dcdcdc;
    border: 2px solid #fff;
    margin: 0 4px;
}
.about_box2_pic.owl-theme .owl-dots .owl-dot.active span, 
.about_box2_pic.owl-theme .owl-dots .owl-dot:hover span{
    background:#88755b;
}


.about_box2_b{
	max-width: 1200px;
	margin: 0 auto;
}
.about_box2_b_t{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin-bottom: 55px;
}
.about_box2_title{
	color:#fff;
	font-size: 36px;
	font-family: "CenturySchlbkCyrillicBT-Bold";
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.about_box2_title .icon{
	font-size: 36px;
	margin-right: 12px;
}
.about_box2_t_btn{
	display: block;
	color: #fff;
	font-size: 24px;
}
.about_box2_t_btn:hover{
	text-decoration: underline;
}
.about_box2_text{
	color: #fff;
	line-height: 34px;
	font-size: 14px;
}

.about_box3_wrap{
	height: 800px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 0 5%;
    position: relative;
}
.about_box3_wrap:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	display: block;
	width: 1px;
	height: 100%;
	background: #d2d2d2;
}
.about_box3_bars{
	width:130px;
}
.about_box3_bars .item{
	padding: 18px 0;
	cursor: pointer;
	display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;

  justify-content:flex-start;
  -ms-justify-content:flex-start;
  -webkit-justify-content:flex-start;
    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.about_box3_bars .item .padd{
	float: left;
	width: 40px;
	height: 2px;
	background: #d2d2d2;
	margin-right: 10px;
}
.about_box3_bars .item .tt{
	float: left;
	width: 60px;
	font-size: 14px;
	color: #888;
	font-family: "Graphik-Regular";
}

.about_box3_bars .item.active .padd{
	background: #88755b;
	width: 58px;
}
.about_box3_bars .item.active .tt{
	font-size: 24px;
	color: #88755b;
	font-family: "graphik-medium";
}
.about_box3_r{
	width:calc(50% + 377px);
	position: relative;
	z-index: 3;
	background: url(/html/d/images/ind_bg1.jpg) repeat;
}
.about_box3_r .item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    position: relative;
}
.about_box3_r_pic{
	width: 377px;
	overflow: hidden;
}
.about_box3_r_pic img{
	display: block;
	width: 377px;
}
.about_box3_r_con{
	width:calc(100% - 377px);
	padding-left: 42px;
}
.about_box3_r_title{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.about_box3_r_title .icon{
	font-size: 42px;
	color: #88755b;
	margin-right: 8px;
}
.about_box3_r_title .tt{
	font-size: 36px;
	color: #222;
	font-family: "CenturySchlbkCyrillicBT-Bold";
}

.about_box3_r_years{
	font-size: 30px;
	color: #88755b;
	font-family: "Graphik-Bold";
	padding: 28px 0 18px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 30px;
}
.about_box3_r_text{
	font-size: 14px;
	line-height: 29px;
	color:#888;
}

.about_box4{
	padding:90px 0 5%;
	background: #fff;
}
.about_box4_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box4_l{
	width: 50%;
	padding: 0 3% 0 10%;
}
.about_box4_title{
	margin-bottom: 42px;
}
.about_box4_title .icon{
	font-size: 50px;
	color: #88755B;
	margin-bottom: 24px;
}
.about_box4_title .tt{
	font-size: 36px;
	color: #222;
	font-family: "CenturySchlbkCyrillicBT-Bold";
}
.about_box4_text{
	font-size: 14px;
	color: #888;
	line-height: 29px;
	background: url(/html/d/images/about_bg2.png) no-repeat center center;
}
.about_box4_r{
	width: 50%;
	padding: 0 10% 0 3%;
}
.about_box4_r_pic{
	position: relative;
}
.about_box4_r_pic img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.about_box4_r_pic:after{
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 100%;
	height: 100%;
	background: #c5bbae;
}



.appli_list_bg{
	max-height: 730px;
	padding: 90px 0 155px;
	position: relative;
}
.appli_list_tabs{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.appli_list_tabs_item{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.appli_list_tabs_item a{
	width: 100%;
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}


.appli_list_con{
	width: 400px;
}
.appli_list_title{
	font-size: 18px;
	color: #88755b;
	font-family: "CenturySchlbkCyrillicBT-roman";
	margin-bottom: 40px;
}
.appli_list_bars dd{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    margin-bottom:34px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.appli_list_bars dd .tt{
	color: #222;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "impact";
	margin-right: 30px;
}
.appli_list_bars dd .icon{
	display: none;
	width: 70px;
	height: 9px;
	background: url(/html/d/images/appli_icon1.png) no-repeat center center / 100% auto;
}
.appli_list_bars dd.hover{
	transform: translateX(38px);
    -webkit-transform: translateX(38px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.appli_list_bars dd.hover .icon{
	display: block;
}



/*
 * appli_det
 */
.sub_page_appli{
	padding: 35px 0 0;
}

.news_det_box{
	padding: 5% 0 3%;
	max-width: 1200px;
	margin: 0 auto;
}
.news_det_title{
	font-size: 36px;
	color: #222;
	font-family: "Graphik-Semibold";
}
.news_det_date{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 24px 0;
}
.news_det_date_clm{
	font-size: 14px;
	color: #888;
	margin: 0 10px;
	display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.news_det_date_clm .icon{
	margin-right: 10px;
	font-size:16px;
}
.news_det_con{
	line-height: 30px;
	font-size: 14px;
	color: #888;
	padding-bottom: 4%;
	border-bottom: 1px solid #dcdcdc;
}
.news_det_con a{
	color: initial;
}

.news_det_share{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-top: 30px;
}
.news_det_share_tt{
	font-size: 16px;
	font-family: "Graphik-Bold";
	margin-right: 8px;
}

.news_det_page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 4% 0;
}
.news_det_page_clm{
	width: 42%;
	padding: 22px 2%;
	border: 1px solid #dcdcdc;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.news_det_page_clm .tt{
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
}
.news_det_page_clm .text{
	font-size: 16px;
	color: #222;
	font-family: "Graphik-Semibold";
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_det_page_clm:nth-child(2){
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.news_det_page_clm:hover .text{
	color: #89765d;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.rela_pro{
	padding: 5% 0;
	background: url(/html/d/images/ind_bg1.jpg) repeat;
}
.rela_pro_title{
	font-size: 48px;
	font-family: "CenturySchlbkCyrillicBT-Bold";
	margin-bottom: 4%;
}
.rela_pro_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.rela_pro_list dd{
	width: 22%;
}
.rela_pro_list dd a{
	display: block;
	width: 100%;
}
.rela_pro_list dd .pic{
	width: 100%;
	overflow: hidden;
}
.rela_pro_list dd .pic img{
	display: block;
}
.rela_pro_list dd .tt{
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	text-align: center;
	background: #9e8f7a;
}

.rela_pro_list dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.rela_pro_list dd a:hover{
	box-shadow: 0 0 5px rgba(115,115,115,.3);
}


/*
 * beeswax
 */
.sub_banner_bees{
	height: 813px;
}
.sub_banner_bees_bg{
	height: 972px;
}


.bees_box1{
	padding: 120px 0 85px;
}
.bees_box1_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.bees_box1_l{
	width: 55%;
	padding-left: 5%;
}
.bees_box1_l_title{
	font-size: 40px;
	font-family: "CenturySchlbkCyrillicBT-Bold";
}
.bees_box1_l_title2{
	font-size: 24px;
	color: #88755b;
	padding: 25px 0;
	font-family: "CenturySchlbkCyrillicBT-roman";
}
.bees_box1_l_text{
	font-size: 14px;
	line-height: 29px;
	color: #888;
}
.bees_box1_r{
	width: 40%;
}



.bees_box2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.bees_box2_l{
	width: 50%;
}
.bees_box2_l_item1{
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}
.bees_box2_l img{
	display: block;
}
.bees_box2_l_b{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.bees_box2_l_item2{
	width: calc((100% - 5px) / 2);
	overflow: hidden;
}
.bees_box2_l_item1:hover img,
.bees_box2_l_item2:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.bees_box2_r{
	width: 50%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 20px 6%;
}
.bees_box2_r .bees_box1_l_title{
	color: #fff;
}
.bees_box2_r .bees_box1_l_title2{
	color: #febd49;
}
.bees_box2_r .bees_box1_l_text{
	color: #d5ccbf;
}

.bees_box3{
	padding: 125px 0 95px;
	background: #fff;
}

.bees_box3_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.bees_box3_l{
	width: 45%;
	padding: 0 5% 0 2%;
}
.bees_box3_l_title{
	margin-bottom: 30px;
	max-width: 440px;
}
.bees_box3_l_title .tt{
	font-size: 48px;
	color: #222;
	line-height: 1;
	font-family: "CenturySchlbkCyrillicBT-Bold";
	margin-bottom: 15px;
}
.bees_box3_l_title .text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

.bees_box3_l_bars{
	max-width: 430px;
}
.bees_box3_l_bars .item{
	display: block;
	line-height: 53px;
	font-size: 14px;
	color: #675844;
	border: 1px solid #675844;
	text-align: center;
	font-family: "CenturySchlbkCyrillicBT-Bold";
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bees_box3_l_bars_l .item.hover,
.bees_box3_l_bars_l .item:hover,
.bees_box3_l_bars_more:hover{
	color: #fff;
	background: #675844;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.bees_box3_r_tabs{
	width: 55%;
}

.bees_box3_r_tabs_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.bees_box3_r_tabs_item dd{
	float: left;
	width: 50%;
	padding: 0 2%;
	margin-bottom: 4%;
}
.bees_box3_r_tabs_item dd a{
	display: block;
	overflow: hidden;
}
.bees_box3_r_tabs_item dd a img{
	display: block;
	width: 100%;
}
.bees_box3_r_tabs_item dd a:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}


.bees_box4{
	padding: 5% 0;
	background: url(/html/d/images/ind_bg1.jpg) repeat;
}
.bees_box4_rela{
	position: relative;
}
.bees_box4_list{
}
.bees_box4_list.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.bees_box4_list .item a{
	display: block;
	position: relative;
}
.bees_box4_list_pic{
	overflow: hidden;
}
.bees_box4_list_pic img{
	display: block;
	width: 100%;
}
.bees_box4_list_con{
	display: none;
	position: relative;
	z-index: 2;
	width: 90%;
	background: #fff;
	padding: 4% 40px;
	margin: -40px auto 0;
	box-shadow:  4px 4px 8px rgba(115,115,115,.5);
}
.bees_box4_list_con .tt{
	color: #675844;
	font-size: 18px;
	font-family: "Graphik-Bold";
	margin-bottom: 16px;
}
.bees_box4_list_con .text{
	width: 100%;
	font-size: 14px;
	color: #888;
	line-height: 24px;
}


.bees_box4_list.owl-carousel .owl-item.center .bees_box4_list_con{
	display: block;
}


.bees_box4_list.owl-theme .owl-controls{
    padding-top: 38px;
}
.bees_box4_list.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #ddd;
    margin: 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bees_box4_list.owl-theme .owl-dots .owl-dot.active span, 
.bees_box4_list.owl-theme .owl-dots .owl-dot:hover span{
    width: 25px;
    background: #675844;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.bees_box4_list_prev,.bees_box4_list_next{
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: #88755B;
	cursor: pointer;
}
.bees_box4_list_prev{
	left: 22%;
	top: 28%;
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.bees_box4_list_next{
	right: 22%;
	top: 28%;
}


.inq_box{
	padding: 5% 0;
	background: #fff;
}
.inq_box .inq_form_list{
	max-width: 1200px;
	margin: 0 auto;
}
.inq_form_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.inq_form_list dd{
	width: 48.5%;
	margin-bottom: 25px;
}
.inq_form_list dd.ddw{
	width: 100%;
}
.inq_form_list_tt{
	color: #222;
	font-size: 14px;
	padding-bottom: 10px;
}
.inq_form_list_tt .red{
	padding-left: 2px;
	font-size: 16px;
	color: #bd0101;
}
.inq_form_list_inp,.inq_form_list_area{
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	color: #222;
	padding-left: 15px;
	border: 1px solid #e1e1e1;
}
.inq_form_list_area{
	width: 100%;
	height: 147px;
	padding-top: 12px;
	resize: none;
}
.inq_form_list dt{
	width: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-top: 10px;
}
.inq_form_list_btn{
	width: 174px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #86745a;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    border: 0;
    margin: 0 18px;
}
.inq_form_list_btn .icon{
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
}
.inq_form_list_btn.hover{
	background: #e38f29;
}



/*
 * contact
 */

.contact_box1{
	padding: 4% 0;
}
.contact_box1_l{
	width: 60.7%;
	padding-right: 5%;
}
.contact_box1_r{
	width: 39%;
	padding-right: 6%;
	background: url(/html/d/images/contact_bg1.png) no-repeat center top;
}

.contact_box1_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.contact_box1_title1{
	font-size: 36px;
	line-height: 1;
	font-family: "CenturySchlbkCyrillicBT-Bold";
}
.contact_box1_title2{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 22px 0;
	border-bottom: 1px solid #e3e1de;
	margin-bottom: 25px;
}
.contact_box1_sm{
	padding-bottom: 25px;
}
.contact_box1_sm_tt{
	font-size: 14px;
	line-height: 24px;
	color: #222;
	font-family: "Graphik-Bold";
	padding-right: 8px;
}

.contact_box1_clm1{
	color: #88755b;
	font-size: 24px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    font-family: "Graphik-Semibold";
    margin-bottom: 22px;
}
.contact_box1_clm1 .icon{
	font-size: 30px;
	margin-right: 10px;
}
.contact_box1_clm1 .tt a{
	color: #88755b;
}

.contact_box1_clm1:hover .tt a{
	text-decoration: underline;
}

.contact_box1_clm2{
	border-left: 2px solid #88755b;
	padding: 10px 0 10px 12px;
}
.contact_box1_clm2_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 20px;
    margin-bottom: 25px;
}
.contact_box1_clm2_item .icon{
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #88755b;
	text-align: center;
}
.contact_box1_clm2_item .tt{
	width: calc(100% - 20px);
	padding-left: 6px;
	font-size: 14px;
	color: #222;
}
.contact_box1_clm2_item:last-child{
	margin-bottom: 0;
}
.contact_box1_clm2_item:hover .tt a{
	color: #88755b;
	text-decoration: underline;
}


.contact_box2{
	height: 170px;
}
.contact_map img{
  max-width:none;
}

/*
 * faq
 */
.faq_box1{
	padding: 4% 0 5%;
}
.faq_box1_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.faq_box1_l{
	width: 50%;
	padding: 0 4%;
}
.faq_list1 dd{
	padding: 0 12px;
	background: #f5f2ed;
	margin-bottom: 25px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq_list_title{
	line-height: 57px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}
.faq_list_title .icon{
	width: 40px;
	height: 57px;
	background: url(/html/d/images/faq_icon2.jpg) no-repeat center center;
}
.faq_list_title .tt{
	font-size: 16px;
	line-height: 20px;
	color: #5d503e;
	width: calc(100% -  40px);
	padding-left: 5px;
	font-family: "graphik-medium";
}
.faq_list_text{
	display: none;
	padding-left: 45px;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
.faq_list1 dd.hover{
	padding: 20px 12px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq_list1 dd.hover .faq_list_title .icon{
	background: url(/html/d/images/faq_icon1.jpg) no-repeat center center;
}


.faq_box1_wrap .contact_box1_r{
	width: 50%;
	padding-left: 4%;
}



/*
 * news_list
 */
.news_box1{
	padding: 4% 0 5%;
}
.news_box1 .ind_box1_title{
	margin-bottom: 5%;
}
.news_box1 .ind_box1_title .tt{
	font-family: "CenturySchlbkCyrillicBT-Bold";
}
.news_box1_rela{
	position: relative;
}
.news_list2 dd a{
	display: block;
	width: 100%;
}
.news_list2_pic{
	overflow: hidden;
}
.news_list2_pic img{
	display: block;
	width: 100%;
}
.news_list2_con{
	padding: 24px 0 0;
	text-align: center;
}
.news_list2_con .time{
	font-size: 14px;
	color: #88755b;
	margin-bottom: 8px;
}
.news_list2_con .tt{
	width: 100%;
	font-size: 18px;
	line-height: 1.3;
	color: #222;
	font-family: "Graphik-Bold";
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list2 dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.news_list2 dd a:hover .news_list2_con .tt{
	color: #88755b;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2_scroll_prev,
.news_list2_scroll_next{
	position: absolute;
	top:50%;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background: #88755b;
	border-radius: 5px;
	margin-top: -20px;
	cursor: pointer;
}
.news_list2_scroll_prev{
	left: -100px;
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.news_list2_scroll_next{
	right: -100px;
}



.news_list2_scroll.owl-theme .owl-controls{
    padding-top: 38px;
}
.news_list2_scroll.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #ddd;
    margin: 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list2_scroll.owl-theme .owl-dots .owl-dot.active span, 
.news_list2_scroll.owl-theme .owl-dots .owl-dot:hover span{
    width: 25px;
    background: #675844;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*
 * news_box2
 */
.news_box2{
	padding: 5% 2%;
	background: url(/html/d/images/ind_bg1.jpg) repeat;
}
.news_box2_title_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 5%;
}

.news_box2_title_l{
	font-size: 48px;
	color: #222;
	font-family: "CenturySchlbkCyrillicBT-Bold";
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.news_box2_title_l .icon{
	font-size: 52px;
	color: #88755b;
	margin-right: 15px;
}
.news_box2_title_nav{
	font-family: "CenturySchlbkCyrillicBT-Bold";
	color: #888;
	font-size: 16px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.news_box2_title_nav a{
	color: #888;
	font-size: 16px;
	margin: 0 10px;
}
.news_box2_title_nav a:hover,
.news_box2_title_nav a.hover{
	color: #88755b;
}





.news_list3 dd{
	margin-bottom: 35px;
}
.news_box2 dd a{
	padding: 40px 0;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    border-bottom: 2px solid #88755b;
}
.news_list3_date{
	width: 240px;
	color: #88755b;
	text-align: center;
	font-family: "CenturySchlbkCyrillicBT-roman";
	position: relative;
}
.news_list3_date:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 1px;
	height: 54px;
	margin-top: -27px;
	background: #dcdcdc;
}
.news_list3_date .month{
	font-size: 48px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.news_list3_date .days{
	font-size: 24px;
}

.news_list3_con{
	width: calc(100% - 240px);
	padding-left: 5%;
}

.news_list3_title{
	font-size: 24px;
	color: #222;
	margin-bottom: 10px;
	font-family: "Graphik-Semibold";
}
.news_list3_text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	overflow: hidden;
}

.news_list3 dd a:hover{
	background: #fff;
	box-shadow:  0 0  10px rgba(115,115,115,.3);
}


/*
 * page
 */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 3% 0 30px;
}

.page a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #88755b;
    line-height: 24px;
    background: #fff;
    padding: 0 9px;
    margin: 0 4px 4px;
    border: 1px solid #88755b;
}
.page a:hover,
.page a.hover{
	color: #fff;
	background: #88755b;
	border-color: #88755b;
}
.page_prev{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.page_prev,.page_next{
	color: #fff !important;
	width: 40px;
	font-size: 12px;
	background: #88755b !important;
}



/*
 * pro_list
 */
.pro_list_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-bottom: 5%;
}
.main_l{
	width: 322px;
}
.mian_l_title{
	margin-bottom: 32px;
}
.mian_l_title{
	font-size: 24px;
	color: #222;
	font-family: "Graphik-Semibold";
}
.mian_l_title:after{
	content: "";
	display: block;
	width: 39px;
	height: 4px;
	background: #88755b;
	margin: 18px 0 0;
}

.nav_list1{
	margin-bottom: 30px;
}
.nav_list1_title{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 0 10px;
	border-bottom: 1px dashed #e3e1de;
}
.nav_list1_title .tt{
	padding: 15px 0;
	width: calc(100% - 50px);
	line-height: 20px;
	font-size: 14px;
	color: #222;
	font-family: "graphik-medium";
}
.nav_list1_title .icon{
	width: 50px;
	height: 50px;
	background: url(/html/d/images/nav_icon2.png) no-repeat center center;
}
.nav_list1_down{
	display:none;
	padding: 15px 10px;
}
.nav_list1_down a{
	display: block;
	line-height: 18px;
	font-size: 14px;
	padding: 6px 0;
	color: #888;
}
.nav_list1_down a:hover{
	color: #88755b;
}


.nav_list1 dd.hover .nav_list1_title .icon{
	background: url(/html/d/images/nav_icon1.png) no-repeat center center;
}

.main_l_hot_pro_list dd{
	margin-bottom: 29px;
}
.main_l_hot_pro_list dd a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.main_l_hot_pro_list dd .pic{
	overflow: hidden;
	width: 100px;
}
.main_l_hot_pro_list dd .pic img{
	display: block;
}
.main_l_hot_pro_list dd .con{
	width: calc(100% - 100px);
	padding-left: 12px;
	font-family: "graphik-medium";
}
.main_l_hot_pro_list dd .con .tt{
	font-size: 18px;
	color: #222;
	margin-bottom: 8px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_l_hot_pro_list dd .con .btn{
	color: #88755b;
	font-size: 14px;
}
.main_l_hot_pro_list dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.main_l_hot_pro_list dd a:hover .con .tt{
	color: #88755b;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.main_r{
	width: calc(100% - 322px);
	padding-left: 4%;
}

.pro_list2{
	justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.pro_list2 dd{
	width: 33.33%;
	padding: 0 2%;
	margin-bottom: 4%;
}



.quality_box1{
	padding: 4% 0 5%;
	background: url(/html/d/images/quality_bg1.png) no-repeat center center;
}
.quality_box1 .ind_box1_title{
	margin-bottom: 5%;
}
.quality_box1_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.quality_box1_l{
	width: 50%;
	padding: 0 2%;
}
.quality_box1_r{
	width: 50%;
}
.quality_box1_r_title{
	font-size: 24px;
	color: #88755b;
	font-family: "Graphik-Bold";
	margin-bottom: 3%;
}
.quality_box1_r_text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
}



/*
 * pro_det
 */
.pro_det_t{
	height: 764px;
	padding-top: 240px;
}
.pro_det_t_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_inf_l{
	width: 50%;
	padding: 0 4%;
}
.pro_det_pic{
	width: 50%;
}
.pro_inf_title{
	font-size: 30px;
	color: #222;
	font-family: "Graphik-Bold";
	margin-bottom: 5%;
}
.pro_inf_desc{
	font-size: 14px;
	line-height: 24px;
	color: #222;
}
.pro_inf_list{
	padding: 15px 0 25px;
}
.pro_inf_list_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 6px 0;
}
.pro_inf_list_item .icon{
	width: 22px;
	height: 22px;
	background: url(/html/d/images/pro_det_icon2.png) no-repeat center center;
}

.pro_inf_list_item .tt{
	width: calc(100%  -22px);
	padding-left: 7px;
	font-size: 14px;
	line-height: 22px;
	color: #888;
}


.pro_inf_share{
	padding-bottom: 28px;
}

.pro_inf_share_tt{
	font-size:14px;
	line-height: 22px;
	color: #222;
	font-family: "Graphik-Bold";
	padding-right: 5px;
}
.pro_inf_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_inf_btn{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	width: 167px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #b7aea2;
	margin-right: 12px;
	font-family: "graphik-medium";
}
.pro_inf_btn .icon{
	font-size: 20px;
	margin-right: 6px;
}
.pro_inf_btn.hover{
	background: #e38f29;
}


.pro_det_pic_scroll{
	position: relative;
	overflow: hidden;
}
.pro_det_pic_scroll.owl-theme .owl-dots{
    display: none !important;
}
.pro_det_pic_scroll_b{
	padding-top: 26px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.pro_det_pic_scroll_prev,.pro_det_pic_scroll_next{
	width: 40px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #88755b;
	cursor: pointer;
}
.pro_det_pic_scroll_prev{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.pro_det_pic_scroll_num_box{
	color: #88755b;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 5px;
	text-align: center;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 0 12px;
}
.pro_det_t_pic_num,.pro_det_t_pic_nums{
	width: 20px;
	text-align: center;
}


.sub_page_prodet{
	background: url(/html/d/images/ind_bg1.jpg) repeat;
}
.pro_det_b{
	padding: 35px 0 0;
}

.pro_det_b_box1{
	padding: 5% 0;
}
.pro_det_b_title1{
	font-size: 30px;
	font-family: "CenturySchlbkCyrillicBT-Bold";
	margin-bottom: 30px;
}
.pro_det_b_title2{
	color: #88755b;
	font-size: 16px;
	font-family: "CenturySchlbkCyrillicBT-Bold";
	margin-bottom: 35px;
}

.pro_det_b_text{
	font-size: 14px;
	color: #888;
	line-height: 29px;
}

.pro_det_b_box2{
	padding: 5% 0;
	background: #fff;
}
.pro_det_b_box2_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_box2_list dd{
	width: 33.33%;
	padding: 0 2%;
	margin-bottom: 30px;
}
.pro_det_b_box2_list dd .con{
	width: 100%;
	background: #fafafa;
	line-height: 20px;
	font-size: 14px;
	min-height: 80px;
	padding:10px 50px;
	position: relative;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.pro_det_b_box2_list .num{
	position: absolute;
	left: 0;
	top: 0;
	width: 51px;
	height: 52px;
	line-height: 40px;
	padding-left: 13px;
	color: #fff;
	font-size: 18px;
	font-family: "Graphik-Bold";
	background: url(/html/d/images/pro_det_icon1.png) no-repeat center center;	
}

.pro_det_b_box2_list .tt{
	width: 100%;
	text-align: center;
}


.pro_det_b_box3{
	padding: 6% 0;
}
.pro_det_b_box3_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_box3_list dd{
	width: 25%;
	padding: 0 2%;
}
.pro_det_b_box3_con{
	height: 100%;
	background: #fff;
	padding:65px 8%;
	text-align: center;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_box3_icon_box{
	width: 78px;
	height: 78px;
	border: 1px solid #88755b;
	border-radius: 50%;
	padding: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	top:-39px;
	margin-left: -39px;
	
}
.pro_det_b_box3_icon_box .icon{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #fff;
	font-size: 34px;
	background: #88755b;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.pro_det_b_box3_title{
	font-size: 16px;
	color: #88755b;
	font-family: "Graphik-Bold";
	margin-bottom: 15px;
}
.pro_det_b_box3_text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
}
.pro_det_b_box3_list dd:hover .pro_det_b_box3_con{
	box-shadow: 0 8px 18px rgba(115,115,115,.15);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.pro_det_b_box4{
	padding: 5% 0;
	background: url(/html/d/images/pro_det_bg2.jpg) repeat;
}

.pro_det_b_box4 .pro_det_b_title1{
	color: #fff;
}
.pro_det_b_box4_con{
	padding: 2% 5% 0;
}
.pro_det_b_box4_list dd a{
	display: block;
}
.pro_det_b_box4_list dd .pic{
	overflow: hidden;
}
.pro_det_b_box4_list dd .pic img{
	display: block;
}
.pro_det_b_box4_list dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}

.pro_det_b_box4_list_scroll.owl-theme .owl-controls{
    padding-top: 35px;
}
.pro_det_b_box4_list_scroll.owl-theme .owl-dots .owl-dot span{
    width: 17px;
    height: 17px;
    background: #675844;
}
.pro_det_b_box4_list_scroll.owl-theme .owl-dots .owl-dot.active span, 
.pro_det_b_box4_list_scroll.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
