@charset "UTF-8";

html {
	font-size: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	min-width: 1200px;
	outline: none;
}

.left{float: left}
.right{float: right}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei',sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}
/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.lqsw-icon{
    background: url(../images/lqsw_icon.png) no-repeat;
    display: block;
    position: relative;
}
section {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}

.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.cz-cen{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}
.pagerMain{
    text-align: center;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
	transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.pagerMain a.page-num-current{
	color:#fff;
	background:#A6863D;
	border:1px solid #A6863D;
}
.pagerMain a:hover{
	background:#A6863D;
	color:#fff;
	transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.pagerMain .page-status{
	display: none;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}
.flex_w {
    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;
    z-index: 10;
}
.container{
	width:1200px;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
    width: 100%;
    text-align: center;
	margin-top: 40px;
	position: relative;
	padding-bottom: 20px;
}
.ho_til h3{
    color: #333333;
    font-size: 22px;
	line-height: 45px;
	position: relative;
	display: inline-block;
}
.ho_til h3::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #037f45;
    left: -15px;
    top: 17px;
}


/* Header */
.wec_box p{display: inline-block;text-align: left;}
.wec_box a{display: inline-block;float: right;}
.wec_box{line-height: 36px;background: #ebebeb;color: #6a6a6a;}
.wec_box a img{padding-right: 5px;}
.header .in_logo{height:150px;overflow: hidden;}
.in_logo img{display: block;}
.in_logo img:first-child{padding-right: 25px;margin-right: 25px;border-right: 1px solid #cccccc;object-fit: cover;height: 120px;}
.in_phnoe{margin-top: 50px;}
.in_phnoe .right{margin-left: 10px;}
.in_phnoe .right p{font-size: 16px;color: #585858;font-weight: bold;}
.in_phnoe .right h2{font-size: 31px;color: #cc3333;font-weight: bold;font-family: impact;}

.nav-tab{background: #c3a565;line-height: 54px;}
.nav-menu>ul{width: 100%;display: block;}
.nav-menu>ul>li{width: 11.11%;float: left;font-size: 16px;}
.nav-menu>ul>li.current>a, .nav-menu>ul>li:hover>a{background: #a6863d; text-align: center;margin: 0 auto;transition: .5s;}
.nav-menu>ul>li>a{color: #fff;font-size: 16px;text-align: center;display:block;line-height: 54px;margin: 0 auto;transition: .5s;width:100%;}

.sub-menu{position: absolute;background: rgba(166, 134, 61, .4);z-index: 99999999999;top:240px;padding-top: 10px;min-width: 133px;display: none;}
.sub-menu>ul>li, .sub_menu2>ul>li{line-height: 34px;font-size: 14px;color: #fff;text-align: center;display: block;width: 100%;}
.sub-menu>ul>li:hover, .sub_menu2>ul>li:hover{background:#a6863d;; }
.sub-menu>ul>li>a{color: #fff;line-height: 34px;display: block;}
.sub-menu>ul>li a.subzfl{position: relative;}
.sub-menu>ul>li a.subzfl::before{content: "";right: 5px;font-size: 18px;font-weight: bold; display:block;width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #a6863d;;position:absolute; top:50%;transform: translateY(-50%);}
.sub_menu2{position: absolute;left: 102%;top: 0;background: rgba(0, 0, 0, .6);width: 80%;display: none;padding-top: 10px;}
.sub_menu2 ul li a{font-size: 14px;color: #fff;}

.por_menu .sub-menu{background: #fff;width: 100%; padding: 10px 0;left: 0;right: 0;margin: auto;}
.por_menu .sub-menu>ul{width: 1200px;margin: 0 auto;}
.por_menu .sub-menu>ul>li{width: 22%;float: left;border-bottom:1px solid transparent; transition: .5s;position: relative;padding-bottom: 8px;}
.por_menu .sub-menu>ul>li::after{left: 0;content: "";position: absolute;height: 1px;background: #a6863d;width: 0;transition: .5s;bottom: 0;}
.por_menu .sub-menu>ul>li:hover::after{right:0;margin: auto;height: 1px;background: #a6863d;width: 85%;}
.por_menu .sub-menu>ul>li:last-child{width: 34%;}
.por_menu .sub-menu>ul>li:hover{background: transparent}
.por_menu .sub-menu>ul>li .sub2_nav {width: 50%;}
.sub2_nav h2{text-align: center;font-size: 14px;font-weight: bold;color: #a6863d;line-height: 30px;margin-top: 10px;}
.sub2_nav p{text-align: center;font-size: 12px;text-transform:uppercase;color: #a6863d;line-height: 20px;}

/* pop */
.pop_kf{position: fixed;z-index: 99999999999; left: 0;right: 0;margin: auto;top: 50%;transform: translateY(-50%);display: none;}
.pop_kf .pop_box{margin: 0 auto;border-radius: 10px;width: 380px;position: relative;}
.pop_box .pop_img img{margin: 0 auto;display: block;}
.pop_txt{padding: 26px 0 0;}
.pop_txt h2{font-weight: bold; font-size: 18px;color: #7b3536;margin-bottom: 15px;}
.close_btn4{height: 25px;width: 25px;border-radius: 50%;background: #fff;position: absolute;right: 0;top:0}
.close_btn4 a{text-align: center;display: block;font-size: 22px;color: #604316;}
.pop_txt .kf_btn .open_link{line-height: 35px;font-size: 18px;color: #fff;display: inline-block;padding: 0 50px;background: #381819;}
.pop_txt .kf_btn .close_pop{display: inline-block;margin-left: 40px;font-size: 18px;color: #7b3536;}




/* footer */
.foot{background: #333333;position: relative;z-index: 9;padding: 75px 0 0;}
.foot_list h2{font-size: 15px;color: #fff;position: relative;margin-bottom: 24px;}
.foot_right h2{font-size: 15px;color: #fff;position: relative;margin-bottom: 0;line-height: 28px;}
.foot_list>ul{width: 58%;float: left;}
.foot_list>ul>li{width: 14%;}
.foot_list>ul>li ul li a{font-size: 14px;color: #969696;line-height:30px;}
.foot_right{width: 42%;border-left: 1px solid #3d3d3d;padding-left: 2%;background: url(../images/fbg.png) no-repeat center;padding-bottom: 50px;}
.ewm_box{width: 45%;text-align: center;display: flex;justify-content: space-between;}
.ewm_box>div p{font-size: 16px;color: #fff;opacity: .5;line-height: 22px;margin-bottom: 5px;}
.foot_info p{font-size: 14px;color: #767676;line-height: 30px;}
.foot_info p img{margin-right: 8px;}
.foot_info{width: 50%;}

.foot_bot{border-top: 1px solid #484848;}
.foot_bot p, .foot_bot p a{color: #fff;font-size: 14px;text-align: center;}
.foot_bot p{line-height: 50px;opacity: .2;}


/** 右侧滚动*/
.rightScroll{position: fixed;right: 20px;top: 50%;z-index: 99999999999999;-webkit-transition: scale 0.5s linear;-o-transition: scale 0.5s linear;transition: scale 0.5s linear;}
.rightScroll.show{-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.right_dl{box-shadow: 1px 5px 5px rgba(0, 0, 0, .1);border-radius: 5px;background: #fff;}
.right_dl dd{position: relative;transition: .5s;border-bottom: 1px solid #e6e6e6;}
.right_dl dd:last-child{border-bottom: none;}
.right_dl dd a{display: block;width: 60px;height: 60px; overflow: hidden;font-size: 12px;color:#fff;padding-top: 35px;line-height: 30px;text-align: center;border-top: none;transition: .5s;background-size: 30px}
.right_dl dd .p_qq{background: url(../images/qq2.png) no-repeat center;transition: .5s;background-size: 35px}
.kf_pho{background:  url(../images/ly.png) no-repeat center;transition: .5s;}
.p_ewm{background:  url(../images/wex.png) no-repeat center;transition: .5s;}
.goTop{display: none;background: url(../images/go.png) no-repeat center;padding-top: 35px;}
.dd_inbox{position: absolute;left: -118px;transition: .5s; background: #fff;top:0;z-index: 99999;height: auto;min-height:0;max-height: 0;overflow: hidden;}
.dd_inbox p{background: #fff;padding: 5px;}
.right_dl dd:hover .dd_inbox{height: auto;max-height:500px;}
.right_dl dd:hover .dd_inbox{height: auto;max-height:500px;}
.right_dl dd:nth-child(3) .dd_inbox{left:-112px}
.right_dl dd .dd_inbox img{display: block;float: right;width:100px}
.p_ewm::after, .kf_pho::after{position: absolute;content: ""; border-width:8px 0 8px 8px;border-style:solid; border-color:transparent transparent transparent #fff;top:10px;left: -12px;z-index: 99;opacity: 0;transition: .5s;}
.right_dl dd:hover .p_ewm::after, .right_dl dd:hover .kf_pho::after{opacity: 1;}










