/**通用部分**/
html{font-size: 20px}
.owl-theme .owl-controls{
	position: absolute;
    bottom: 4px;
    width: 100%
}
dt{
	text-align: center;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
body {
	font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
	color:#6F6F6F;
    margin:0px;
    padding:0px;
	position: relative;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
input {border:none;}
.left  {float:left;}
.right  {float:right;}
.clear  {clear:both;}
div:after,ul:after,li:after,p:after{
	content:"";
	display:block;
	clear:both;
}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:none;
}
img{
	max-width: 100%;
}
#myCarousel .carousel-indicators,#myCarousela .carousel-indicators{
	bottom: -5px;
}
.swiper-container,.swiper-container1 {
        width: 100%;
        height: 100%;
    }
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
/*分页样式*/
.pagination_box{
	text-align: center;
	margin-top: 30px;
}
.pagination_box li{
	float: left;
}
/*颜色*/
.aside li,.ss .search_input_box,.aside li>p,.wrap_foot,.wrap_search_input input,.wrap_search_input p,.menu_box,.index_product_center,.phone,.about_us_main_title,.day,.month,.search_card_more a{
	background-color: #7C633D;
}
.phone_meassage,.kuzx,.fx,.ss,.wrap_search_input{
	background-color: #9B8159;
}
.left_list_1>li.current>p{
	border-left: 3px solid #D11F37;
	color: #D11F37;
}
.left_list_1>li:hover>p,.left_list_1>li:hover>a{
	border-left: 3px solid #D11F37;
	color: #D11F37;
}
/*superslide轮播*/
.none{
	display: none;
}
@media(max-width:768px){
	.pad{
		display: block;
	}
}
.slideTxtBox{
	position: relative;
}
.hd{
	text-align: center;
	margin-top: -20px;
}
.hd ul{
	display: inline-block;
}
.hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-left: 10px;
	cursor: pointer;
}
.hd ul li.on{
	background-color: #007AFF;
}
.tempWrap{
	z-index: -1;
}
.product_detail_images{
	text-align: center;
}
.slideTxtBox2{
	display: inline-block;
}
/*黑色遮罩*/
.black_cloth{
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}
/*右边边栏样式*/
.aside{
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}
.aside li{
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom:2px; 
	cursor: pointer;
	position: relative;
	z-index: 100;
	background-image: url(../images/aside_opacity_bg.png);
	background-repeat: repeat;
}
.aside li p{
	background-image: url(../images/aside_opacity_bg.png);
	background-repeat: repeat;
}
.aside li.aside_search{
	line-height: 0;
}
.aside li>p{
	position: relative;
	z-index: 100;
	line-height: 60px;
}
.aside li img{
	vertical-align: middle;
}
.aside .img2{
	display: none;
}
.ewm{
	position: absolute;
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
	display: none;
}
.phone_meassage{
	position: absolute;
	right: -240px;
	top: 0;
	width: 300px;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.kuzx{
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
	color: #fff;
	display: none;
}
.kuzx_1{
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	color: #FBCA33;
}
.kuzx_2_box{
	margin-top: 11px;
}
.kuzx_2{
	line-height: 35px;
}
.kuzx_2 a{
	color: #fff;
}
.kuzx_2 i{
	float: left;
	margin-top: -17px;
}
.kuzx_2 span{
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}
.kuzx_2 span:hover{
	text-decoration: underline;
}
.fx{
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
}
.fx>div{
	margin-left: 24px;
}
.ss{
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
}
.ss form{
	margin: 0;
}
.ss .search_input_box{
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}
.search_input_box span{
	position: absolute;
	top: 18px;
	left: 10px;
	color: #fff;
}
.ss input{
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	color: #fff;
	padding-left: 10px;
	line-height: 30px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.ss ::-webkit-input-placeholder{
	color: #fff;
}
/*手机左边弹出菜单*/
.menu_icon{
	margin: 12px 0 0 4%;
	cursor: pointer;
}
.small_menu{
	width: 250px;
    background-color: #1C202C;
    position: fixed;
    top: 0px;
    left: -250px;
	height: 100%;
	text-align: left;
	z-index: 10000001;
	overflow-y: scroll;
}
.small_menu li:nth-child(2) a {
    font-size: 18px;
    font-weight: bold;
    background: rgba(255,255,255,0.3);
}
.small_menu p {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
.small_menu li.menu_close {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    border-bottom: none;
    z-index: 1000;
}
.small_menu li{
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}
.small_menu li a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: Uppercase;
	color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
}
.small_menu li .small_menu_2 a {
    display: block;
    background: none;
    color: rgba(255,255,255,0.8);
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.small_menu_2{
	display: none;
}
.small_menu_2 a{
	display: block;
	color: #fff;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}
.small_menu_2 a i{
	float: left;
	width: 4px;
    height: 4px;
    background-color: #fff;
    margin: 13px 10px 0 5px;
}
.small_menu_2 a span{
	float: left;
	width: 175px;
}
/*手机底部*/
.wrap_foot{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	z-index: 1000;
}
.wrap_foot dl{
	width: 20%;
	float: left;
	text-align: center;
}
.wrap_foot dt{
	height: 33px;
}
.wrap_foot dd{
	color: #fff;
}
/*手机底部搜索*/
.wrap_search_input{
	position: fixed;
	bottom: 70px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
}
.wrap_search_input input{
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 26px;
	padding-left: 5px;
	color: #fff;
}
.wrap_search_input p{
	float: left;
	padding: 5px 15px;
	color: #fff;
	margin-left: 5px;
	border-radius:5px; 
}
.wrap_search_input ::-webkit-input-placeholder{
	color: #fff;
}
/*手机分享弹出*/
.share_box{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    display: none;
}
.share_box_parent{
    overflow-y: auto;
}
.share_box_children{
    background-color: #F5F5F5;
    padding: 15px 0;
}
.share_box_children>a{
    float: left;
    text-align: center;
    font-size: 0.9rem;
    color: #ADADAD;
}
.cancel{
    text-align: center;
    background-color: #E9E9E9;
    font-size: 0.8rem;
    line-height: 2rem;
}
.share_box dd{
	font-size: 14px;
}
/*手机弹出列表*/
.phone{
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
}
.phone .phone-menuicon{
	float: right;
	cursor: pointer;
}
.phone-menulist{
	width: 100%;
	background-color: #F0F0F0;
	display: none;
}
.phone-menulist li.sub1{ width:100%; margin-top:-2px; margin-bottom:2px;background-color: #BB9760; }
.phone-menulist li.sub1:first-child{
	margin-top: 1px;
}
.phone-menulist ul.sub2 li{
	background-color: #E3D1BD;
}
.phone-menulist li.sub1 a.sub1_a{ display:block; line-height:22px; padding:5px 0 5px 20px; position:relative;  color:#fff; font-size:14px;  position:relative;border-left: 3px solid #84632E;}
.phone-menulist li.sub1 a.sub1_a em{ position:absolute; left:9px; top:14px;background:rgba(0,0,0,0.5); display:block; width:5px; height:5px;}
.phone-menulist li.sub1 a.sub1_a i{ float:right; font-style:normal; margin-right:8px; font-size:18px;}
.phone-menulist li.sub1 a.sub1_a i.jian{ display:none;margin-right:10px; font-size:20px;}
.menu_list_body li.sub1 a.sub1_a.cur{  background:url(../images/sub1_hover.png) no-repeat right bottom;}
.phone-menulist li.sub1 ul.sub2{ display:none}

.phone-menulist li.sub1 ul.sub2 li a.sub2_a{ position:relative;  color:#947749; line-height:20px; padding:5px 0 5px 30px; display:block; font-size:14px;}
.phone-menulist li.sub1 ul.sub2 li a.sub2_a em{background:rgba(0,0,0,0.4);position:absolute; left:20px; top:12px;display:block; width:5px; height:5px; border-radius:50% }

.phone-menulist li.sub1 ul.sub3 li a.sub3_a{ background:none; line-height:20px; padding:3px 0 3px 35px;  color:#947749; display:block; font-size:12px;}

.phone-menulist li.sub1 ul.sub3 li:last-child{ margin-bottom:5px;}
.phone-menulist li a{
	display: block;
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px dashed #AA8F67;
}
.phone-menulist li.sub1>a{
	border-bottom: 1px solid #fff;
}
.phone_location{
	font-size: 14px;
	line-height: 30px;
	border-bottom:1px dashed #C1C1C1;
	padding-left: 2%; 
	margin-top: 10px;
}
/*搜索页样式*/
.search_card{
	border: 1px solid #C1C1C1;
	padding: 20px 2%;
	margin-top: 20px;
}
.search_card_title{
	font-size: 14px;
	margin-bottom: 10px;
}
.search_card_title a:hover{
	text-decoration: underline;
}
.search_card_meassage{
	line-height: 20px;
}
.search_card_more{
	float: right;
}
.search_card_more a{
	display: block;
	padding: 4px 15px;
	color: #fff;
	margin-top: 10px;
}
/*新闻详情页样式*/
.news_detail_title>div{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.news_detail_title>p{
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
.news_detail_title, .product_detail_title {
    padding-bottom: 10px;
    border-bottom: 1px dashed #CACACA;
}
.news_detail_images {
    text-align: center;
    margin-top: 20px;
}
.news_detail_content{
	padding: 0 10px;
	margin-top: 20px;
}
.news_detail_content1,.product_detail_content1{height: 34px;position: relative;margin-bottom: 10px; border-bottom:solid 1px #ddd}
.news_detail_content1 p,.product_detail_content1 p{padding: 4px 6px;font-size: 16px;}
.news_detail_title,.product_detail_title{
	padding-bottom: 10px;
	border-bottom: 1px dashed #CACACA;
}
.prevs{
	margin-top: 20px;
	font-size: 14px;
}
.nexts{
	margin-top: 5px;
	font-size: 14px;
}
/*产品详情页样式*/
.product_detail_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
}
.product_detail_title {
    padding-bottom: 10px;
    border-bottom: 1px dashed #CACACA;
}
.product_detail_images{
	padding: 15px 0;
}
/*留言反馈样式*/
div.feedback,.product_meassage>div.lyfk {
    margin-top: 10px;
}
.feedback_list_box {
    padding: 0 10px;
}
.feedback_list_box div {
    padding: 0;
    margin-top: 10px;
}
.feedback_list_box>div>div {
    position: relative;
}
.feedback_list_box input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 32px;
    width: 100%;
    padding-left: 10px;
    background-color: transparent;
    line-height: 32px;
}
.placeholder_s {
    color: #999;
    position: absolute;
    top: 8px;
    left: 11px;
    /*z-index: -1;*/
}
.feedback_list_box textarea {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 100px;
    width: 100%;
    padding-left: 10px;
    padding-top: 8px;
    background-color: transparent;
}
.yzm{
	position: relative;
}
.yzm input {
    width: 100px;
}
.feedback_button .feedback_submit {
    background-color: #E00000;
}
.feedback_button .feedback_reset {
    background-color: #1E1E1E;
}
.feedback_button input {
    width: 70px;
    border-radius: 4px;
    border: none;
    text-align: center;
    color: #fff;
}
.feedback_list_box .i1, .feedback_list_box .i2 {
    padding-right: 10px;
}
/**主体部分**/
#head{
	padding: 20px 4% 20px 6%;
	position: relative;
}
#main{
	background-color: #F1EFF9;
}
#main .col-sm-9{
	padding-bottom: 40px;
}
.menu{
	float: right;
	width: 60%;
	margin-top: 25px;
}
.menu>li{
	float: left;
	text-align: center;
	height: 40px;
}
.menu li a span{
	padding: 0 6px 10px 6px;
}
.menu>li>a{
	display: block;
	position: relative;
	border-right:1px solid #6F6F6F; 
}
.menu li:last-child a{
	border-right: none;
}
.menu li a i{
	position: absolute;
	bottom: -33px;
    left: 44%;
	z-index: 1000000;
	display: none;
}
.menu li.current>a>span{
	color: #6F6F6F;
	border-bottom: 2px solid #CF2219;
}
.menu>li>a>span:hover{
	color: #337ab7;
}
.menu_icon{
	position: absolute;
	top: 28%;
	right: 3%;
}
.menu_2_box{
	text-align: center;
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #fff;
	display: none;
}
.menu_2_box .menu_2{
	display: inline-block;
}
.menu_2 li{
	float: left;
	padding: 0 30px;
	border-right:1px solid #A7A7A7; 
}
.menu_2 li:last-child{
	border-right: none;
}
.menu_2{
	padding: 40px 0;
}
.line_shadow{
	height: 4px;
	width: 100%;
	background: url("../images/index_01.jpg") no-repeat;
	background-size:100% 100%; 
}
.owl-theme .owl-controls .owl-page span{
	width: 30px;
	height: 4px;
}
.owl-theme .owl-controls .owl-page span{
	background-color: #fff;
	border-radius: 0;
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color:#A60000;
}
.type_item li{
	width: 25%;
	float: left;
	border-right: 1px solid #EEEEEE;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	height: 193px;
}
.type_item li:last-child{
	border-right:none;
}
.type_item li a{
	display: block;
	padding: 25px 0;
	position: relative;
}
.type_item li a.a1 .ch{
	color: #0A0A0A;
	font-size: 18px;
}
.type_item li a .ch{
	margin-top: 8px;
}
.type_item li a.a1 .en{
	color: #A8A8A8;
	font-size:18px 
}
.type_item li a.a2 .ch,.type_item li a.a2 .en{
	color: #fff;
	font-size: 18px;
}
.wrap_type_item{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.wrap_type_item li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 20px 0;
}
.wrap_type_item li a{
	display: block;
	border-right: 1px solid #E0E0E0;
}
.wrap_type_item li a p{
	color: #1A1A1A;
	font-weight: bold;
}
.wrap_type_item li a div{
	color: #ACACAC;
}
.title_box{
	text-align: center;
	padding: 40px 0 30px;
	background-color: #F1EFF9;
}
.large_title{
	color: #84632E;
	font-size: 28px;
	line-height: 50px;
}
.small_title{
	color: #A6A6A7;
	line-height: 40px;
}
.index_pro{
	background-color: #F1EFF9;
	width: 90%;
	margin: 0 auto;
}
.index_pro dl{
	width: 23%;
	margin-right: 2.66%;
	float: left;
	text-align: center;
	background-color: #fff;
	margin-top: 15px;
}
.index_pro dl dt{
	position: relative;
}
.index_pro dl img{
	max-height: 100%;
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index_pro dl:last-child{
	margin-right: 0;
}
.server_right_text{
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 20%;
	left: 6%;
	z-index: 10;
}
.server_right_text p{
	line-height: 45px;
}
.index_pro .pop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.3);
	display: none;
	padding-top: 35%;
}
.index_pro dl dd p{
	float: left;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 4px 8px 5%;
	text-align: left;
	background-color: #DADADA;
	color: #0D0D0D;
}
.index_pro dl dd:hover p{
	color: #fff;
	background-color: #84632E;
}
.index_pro dl dd div{
	padding: 8px 0;
	background-color: #5C5C5C;
	color: #898989;
	float: left;
	width: 15%;
}
.yet>div{
	float: left;
	width: 50%;
	background-color: #fff;
}
.yet_left,.server_right{
	overflow: hidden;
	position: relative;
	height: 335px;
}
.yet_left .images_bg,.server_right .images_bg{
	height: 100%;
	transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
	transition:scale 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.yet_left .scale,.server_right .scale{
	transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
	transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.yet_right{
	padding:3% 60px;
	text-align: center;
}
.yet_right>p{
	overflow: hidden;
	line-height: 30px;
	height: 60px;
}
.yet_right h1{
	font-size: 22px;
	font-weight: bold;
}
.yet_right i{
	display: inline-block;
	height: 2px;
	width: 60px;
	background-color: #84632E;
	margin: 3% 0 2%;
}
.yet_right a{
	display: inline-block;
	padding: 4px 15px;
	border: 2px solid #BEBEBE;
	margin-top: 50px;
}
.yet_right a:hover{
	background-color: #000;
	color: #fff;
}
.server>div{
	width: 50%;
}
.server_left a{
	width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.server_left{
	padding: 2%;
}
#main .yet,#main .server{
	background-color: #fff;
}
.server_left ul li{
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
}
.server_left ul li a:hover{
	color: #D4B27E;
	text-decoration: underline;
}
.friend{
	padding: 20px 2%;
	background-color: #F1EFF9;
}
.friend ul li{
	float: left;
	padding: 0 3%;
	border-right: 1px solid #8A6C3C;
	color: #8A6C3C;
}
.friend ul li:first-child{
	padding: 0 1% 0 0;
	border-right:none; 
}
.friend ul li a{
	color: #8A6C3C;
}
.friend ul li span{
	margin-left: 8px;
}
.friend ul li a:hover{
	text-decoration: underline;
}
#foot{
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background-color: #9B8159;
	position: relative;
}
#foot a{
	color: #fff;
}
.top{
	position: absolute;
	right: 10px;
	top: -25px;
}
.about_main{
	margin-top: 15px;
}
.about_main .introduced{
	margin-top: 5px;
}
.about_top{
	padding: 15px 0;
	background-color: #84632E;
	height: 160px;
}
.about_top .container{
	height: 100%;
	text-align: center;
	position: relative;
}
.about_top .about_tel{
	padding: 30px 0 0 2%;
}
.about_top .about_tel div{
	color: #fff;
	margin:5px 0 0 10px; 
}
.about_top .about_hourse{
	padding: 30px 2% 0 0;
}
.about_top .about_hourse div{
	color: #fff;
	margin:5px 0 0 10px; 
}
.about_middle{
	width: 129px;
	height: 119px;
	background: url("../images/about_bg.png");
	background-size:100% 100%;
	display: inline-block;
	color: #fff;
	position: relative;
}
.about_middle p{
	font-size: 18px;
	position: absolute;
	top: 55px;
	width: 140%;
	left: -20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about_middle div{
	font-size: 16px;
	position: absolute;
	top: 80px;
	width: 140%;
	left: -20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about_top .line1{
	height: 1px;
	width: 40%;
	background-color: #9D835C;
	position: absolute;
	left: 0;
	top: 94px;
}
.about_top .line2{
	height: 1px;
	width: 40%;
	background-color: #9D835C;
	position: absolute;
	right: 0;
	top: 94px;
}
.about_tel p,.about_hourse p{
	text-align: left;
}
.phone-menuicon{
	position: absolute;
    right: 10px;
    top: 80px;
    z-index: 1000;
}
.left_menu>li{
	text-align: left;
	background-color: #bb9760;
	margin-top: 5px;
}
.left_menu a{
	cursor: pointer;
}
.left_menu>li>a{
	color: #fff;
	display: block;
	padding: 8px 0 8px 5%;
	overflow: hidden;
	border-left: 3px solid #84632e;
	position: relative;
}
.left_menu>li>a>i img{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transition: all .1s linear;
}
.left_menu>li>a>i.rotate img{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all .1s linear;
}
.left_menu>li>a>span{
	width: 86%;
	float: left;
}
.left_menu_2>li>a{
	display: block;
	padding:8px 0 8px 10%;
	background-color: #e3d1bd;
	color: #9f845e;
	border-bottom:1px dashed #9f845e; 
}
.left_menu_3>li>a{
	display: block;
	padding:8px 0 8px 12%;
	background-color: #e3d1bd;
	color: #9f845e;
	border-bottom:1px dashed #9f845e; 
	font-size: 12px;
} 
.left_menu_2{
	display: none;
}
.images_list li{
	margin-top: 50px;
}
.images_list li:first-child{
	margin-top: 15px;
}
.images_list>li>.col-md-5>p{
	border: 1px solid #CBCBCB;
}
.images_list>li>.col-md-5>p>img{
	width: 100%;
	position: relative;
	top: 10px;
	left: -10px;
}
.images_list .col-md-7 h1{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	border-bottom: 1px solid #D4D3D6;
}
.images_list .col-md-7 h1 a{
	color: #343435;
}
.images_list .col-md-7 span{
	display: block;
	line-height: 35px;
}
.images_list .col-md-7 p{
	color: #747A7D;
	line-height: 30px;
}
.images_list a:hover{
	color: #84632E;
	text-decoration: underline;
}
.text_list{
	font-size: 14px;
}
.text_list li:hover{
	background-color: #fff;
}
.text_list li a{
	padding: 20px 2%;
	display: block;
	color:#727272;
	overflow: hidden;
	border-bottom: 1px dashed #DEDDDF;
}
.text_list li i.left{
	margin:-2px 1% 0 0;
}
.text_list li span.left{
	margin-right: 4%; 
}
.text_list li p.left{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text_list li div.right{
	padding: 2px 16px;
    border: 1px solid #D4D4D6;
    border-radius: 4px;
	margin-top: -3px;
}
.pro_list dl dd p{
	width: 100%;
}
.pro_list dl{
	width: 32%;
	margin-right: 2%;
}
.about_middle_box{
	height: 119px;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
}
@media(max-width:992px){
	.index_pro{
		width: 100%;
	}
	.logo{
		width: 100%;
		text-align: center;
	}
	.type_item li a.a2 .ch,.type_item li a.a2 .en,.type_item li a.a1 .ch,.type_item li a.a1 .en{
		font-size: 14px;
	}
	.type_item li a img{
		width: 40px;
	}
	.yet>div,.server>div{
		width: 100%;
	}
	.left_menu>li>a>i img {
		right: 2px;
	}
	.images_list .col-md-7 h1{
		margin-top: 10px;
		text-align: center;
	}
	.images_list>li>.col-md-5{
		text-align: center;
	}
	.images_list>li>.col-md-5>p{
		display: inline-block;
	}
	.images_list .col-md-7 span{
		text-align: center;
	}
	.text_list li p.left{
		width: 65%;
	}
	.pro_list dl{
	width: 49%;
	margin-right: 2%;
}
.type_item li{
	height: 135px;
}
}
@media(max-width:768px){
	.feedback_list_box .i1, .feedback_list_box .i2 {
    padding-right: 0;
}
}
@media(max-width:640px){
	.about_top .line2,.about_top .line1{
		width: 20%;
	}
	.yet_right h1{
		font-size: 20px;
	}
	.yet_right{
		padding: 3% 15px;
	}
	.large_title{
		font-size: 24px;
	}
	.index_pro dl dd div{
		display: none;
	}
	.index_pro dl dd p{
		width: 100%;
	}
	.index_pro dl{
		width: 44%;
		margin-right: 4%;
	}
	.index_pro dl:first-child,.index_pro dl:first-child+dl+dl{
		margin-left: 4%;
	}
	.server_right{
		display: none;
	}
	.friend{
		display: none;
	}
	#foot{
		background-color: #F1EFF9;
		color: #222222;
		border-top: 1px solid #9B8159;
	}
	#foot a{
		color: #222222;
	}
	.text_list li p.left{
		width: 49%;
	}
	.server_left{
		margin-bottom: 40px;
	}
	.pro_list dl:first-child, .pro_list dl:first-child+dl+dl {
    margin-left: 0%;
}
.pro_list dl {
    width: 47%;
    margin-right: 5%;
}
	/*banner大图裁剪*/
	.banner{
		position: relative;
		height: 200px;
		overflow: hidden;
	}
	.banner img{
		height: 200px;
		position: absolute;
		left: 50%;
		max-width: none;
		transform: translateX(-50%);
		width: auto;
	}
	#owl-demo,.owl-wrapper-outer,.owl-wrapper,.owl-item{
		height: 100%;
		overflow: hidden;
	}
	#owl-demo .item{
		display: block;
		height: 100%;
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	/*banner大图裁剪*/
}
@media (max-width: 321px){
	.text_list li p.left {
    width: 40%;
}
}
.wrap_foot dl dt img {
    width: 40%;
}